LuaAPI: clarify initial GameFlags
authorWuzzy
Wed, 07 Mar 2018 23:23:36 +0000
changeset 1253 ea75236aa30c
parent 1252 0d49f34fb077
child 1254 51daf8e0be6c
LuaAPI: clarify initial GameFlags
LuaAPI.wiki
--- a/LuaAPI.wiki	Wed Mar 07 23:20:49 2018 +0000
+++ b/LuaAPI.wiki	Wed Mar 07 23:23:36 2018 +0000
@@ -960,7 +960,7 @@
 Disables the listed !GameFlags, without changing the status of other !GameFlags.
 
 ==== <tt>!EnableGameFlags(gameflag, ...)</tt> ====
-Enables the listed !GameFlags, without changing the status of other !GameFlags. Initially, no !GameFlags are set.
+Enables the listed !GameFlags, without changing the status of other !GameFlags. In missions, no !GameFlags are set initially.
 
 ==== <tt>!GetGameFlag(gameflag)</tt> ====
 Returns `true` if the specified gameflag is enabled, otherwise `false`.