# HG changeset patch # User Wuzzy # Date 1520464849 0 # Node ID 0d49f34fb077d152eaebdabeda6711fe252938f1 # Parent 6afb77fb97bc9163752f460c0274d8fc9f242c9e LuaAPI: Explain which GameFlags are set initially diff -r 6afb77fb97bc -r 0d49f34fb077 LuaAPI.wiki --- a/LuaAPI.wiki Wed Mar 07 23:19:40 2018 +0000 +++ b/LuaAPI.wiki Wed Mar 07 23:20:49 2018 +0000 @@ -960,7 +960,7 @@ Disables the listed !GameFlags, without changing the status of other !GameFlags. ==== !EnableGameFlags(gameflag, ...) ==== -Enables the listed !GameFlags, without changing the status of other !GameFlags. +Enables the listed !GameFlags, without changing the status of other !GameFlags. Initially, no !GameFlags are set. ==== !GetGameFlag(gameflag) ==== Returns `true` if the specified gameflag is enabled, otherwise `false`.