equal
deleted
inserted
replaced
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 === |