LuaAPI.wiki
changeset 1253 ea75236aa30c
parent 1252 0d49f34fb077
child 1254 51daf8e0be6c
equal deleted inserted replaced
1252:0d49f34fb077 1253:ea75236aa30c
   958 
   958 
   959 ==== <tt>!DisableGameFlags(gameflag, ...)</tt> ====
   959 ==== <tt>!DisableGameFlags(gameflag, ...)</tt> ====
   960 Disables the listed !GameFlags, without changing the status of other !GameFlags.
   960 Disables the listed !GameFlags, without changing the status of other !GameFlags.
   961 
   961 
   962 ==== <tt>!EnableGameFlags(gameflag, ...)</tt> ====
   962 ==== <tt>!EnableGameFlags(gameflag, ...)</tt> ====
   963 Enables the listed !GameFlags, without changing the status of other !GameFlags. Initially, no !GameFlags are set.
   963 Enables the listed !GameFlags, without changing the status of other !GameFlags. In missions, no !GameFlags are set initially.
   964 
   964 
   965 ==== <tt>!GetGameFlag(gameflag)</tt> ====
   965 ==== <tt>!GetGameFlag(gameflag)</tt> ====
   966 Returns `true` if the specified gameflag is enabled, otherwise `false`.
   966 Returns `true` if the specified gameflag is enabled, otherwise `false`.
   967 
   967 
   968 === Environment ===
   968 === Environment ===