Mod API Reference:Boss4: Difference between revisions

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

Revision as of 23:22, 10 April 2017

Boss4: Subclass of SpecialUnit

  • Health integer:
  • Power integer:

Functions

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