Mod API Reference:Boss1

m
Line 6: Line 6:
 
* '''WL.Boss1.CreateForScenario'''() (static) returns [[Mod API Reference:Boss1|Boss1]]:  Creates this special unit for use in a custom scenario.
 
* '''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.
 
* '''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.
 +
[[Category:Mod API Reference]]

Revision as of 16:47, 4 December 2018

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.