Mod API Reference:Commander: Difference between revisions

From Warzone Wiki
Jump to navigation Jump to search
Created page with "'''Commander''': Subclass of SpecialUnit"
 
No edit summary
Line 1: Line 1:
'''Commander''':  Subclass of [[Mod API Reference:SpecialUnit|SpecialUnit]]
'''Commander''':  Subclass of [[Mod API Reference:SpecialUnit|SpecialUnit]]
== Functions ==
* '''WL.Commander.CreateForScenario'''() (static) returns [[Mod API Reference:Commander|Commander]]: Create for use in a custom scenario.
* '''WL.Commander.Create'''('''playerID''' ''[[Mod API Reference:PlayerID|PlayerID]]'') (static) returns [[Mod API Reference:Commander|Commander]]:  Create for use in a Standing.

Revision as of 23:25, 10 April 2017

Commander: Subclass of SpecialUnit

Functions

  • WL.Commander.CreateForScenario() (static) returns Commander: Create for use in a custom scenario.
  • WL.Commander.Create(playerID PlayerID) (static) returns Commander: Create for use in a Standing.