LuaAPI.wiki
changeset 1252 0d49f34fb077
parent 1251 6afb77fb97bc
child 1253 ea75236aa30c
equal deleted inserted replaced
1251:6afb77fb97bc 1252:0d49f34fb077
   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.
   963 Enables the listed !GameFlags, without changing the status of other !GameFlags. Initially, no !GameFlags are set.
   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 ===