Mod API Reference:Boss1: Difference between revisions

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

Revision as of 23:20, 10 April 2017

Boss1: Subclass of SpecialUnit

  • Health integer:

Functions

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