GetInvasionWave: Difference between revisions

no edit summary
(Created page with "int '''GetInvasionWave''' (void) == Return value == If Invasion is enabled, the number of the current wave is returned. Otherwise, -1 is returned.")
 
No edit summary
Tag: Source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{ACSWarning}}
int '''GetInvasionWave''' (void)
int '''GetInvasionWave''' (void)


== Return value ==
== Usage ==
=== Return value ===
Returns the number of the current [[Game Modes#Invasion|Invasion]] wave.
If Invasion is not the current game mode, this function will return -1.


If Invasion is enabled, the number of the current wave is returned. Otherwise, -1 is returned.
== Examples ==
{{noexamples}}
 
== See also ==
* [[GetInvasionState]]
 
[[Category: ACS functions]]