1,584
edits
DrinkyBird (talk | contribs) (Created page with "{{Template:ACSWarning}} int '''IsOneFlagCTF''' (void) ==Usage== This function can be used to determine if the gametype is One Flag Capture The Flag. ==Examples== <syntaxhi...") |
DrinkyBird (talk | contribs) No edit summary Tag: Source edit |
||
Line 2: | Line 2: | ||
int '''IsOneFlagCTF''' (void) | int '''IsOneFlagCTF''' (void) | ||
==Usage== | == Usage == | ||
=== Return value === | |||
This function | This function returns whether the current game mode is [[Game_Modes#One_Flag_Capture_the_Flag|one-flag Capture The Flag]]. | ||
== Examples == | |||
<syntaxhighlight lang="c" line="1"> | <syntaxhighlight lang="c" line="1"> | ||
Script 1 ENTER | Script 1 ENTER | ||
Line 22: | Line 21: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[category:ACS | == See also == | ||
* [[GetCurrentGameMode]] | |||
[[category:ACS functions]] |