User Tools

Site Tools


scripting:reference:system_functions:miscfunctions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
scripting:reference:system_functions:miscfunctions [2020/02/07 03:28] mitscripting:reference:system_functions:miscfunctions [2023/04/15 09:04] (current) – [sysGetNumStaticFlags] mit
Line 40: Line 40:
 \\ \\
  
-==== sysGetCrowFlagState ==== +==== sysGetStaticFlagState ==== 
-TBD \\+''**sysGetStaticFlagState( flagNum )**'' - Static flag state is usually either 0 (no team owns it) or the team number that last touched the flag. (FIXMENot sure if the game copes with teams other than 1 & 2 playing with crow flags?\\
 \\ \\
  
-==== sysSetCrowFlagState ==== +==== sysSetStaticFlagState ==== 
-TBD \\+''**sysSetStaticFlagState( FlagNum, State )**'' sets the specified flag to be owned by a particular team (if State >= 1 ) or un-owned if State is 0\\
 \\ \\
  
 +==== sysGetNumStaticFlags ====
 +''**sysGetNumStaticFlags( State )**'' returns the number of static flags that are in the specified state.\\
 +\\
 +
 +==== sysGetTotalNumStaticFlags ====
 +''**sysGetTotalNumStaticFlags () **'' returns the total number of static flags on the map\\
 +\\
  
 ===== Battle game Functions ===== ===== Battle game Functions =====
scripting/reference/system_functions/miscfunctions.1581067702.txt.gz · Last modified: 2020/02/07 03:28 by mit

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki