Mod API Reference:Boss2: Difference between revisions

From Warzone Wiki
Jump to navigation Jump to search
Created page with "'''Boss2''': Subclass of SpecialUnit * '''Power''' ''integer'': * '''Stage''' ''integer'':"
 
No edit summary
Line 2: Line 2:
* '''Power''' ''integer'':  
* '''Power''' ''integer'':  
* '''Stage''' ''integer'':
* '''Stage''' ''integer'':
== Functions ==
* '''WL.Boss2.CreateForScenario'''() (static) returns [[Mod API Reference:Boss2|Boss2]]: Creates this special unit for use in a custom scenario.
* '''WL.Boss2.Create'''('''playerID''' ''[[Mod API Reference:PlayerID|PlayerID]]'') (static) returns [[Mod API Reference:Boss2|Boss2]]: Creates this special unit for use in a standing.

Revision as of 23:21, 10 April 2017

Boss2: Subclass of SpecialUnit

  • Power integer:
  • Stage integer:

Functions

  • WL.Boss2.CreateForScenario() (static) returns Boss2: Creates this special unit for use in a custom scenario.
  • WL.Boss2.Create(playerID PlayerID) (static) returns Boss2: Creates this special unit for use in a standing.