Mod API Reference:Boss1: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 Created page with "'''Boss1''':  Subclass of SpecialUnit * '''Health''' ''integer'':"  | 
				No edit summary  | 
				||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
'''Boss1''':  Subclass of [[Mod API Reference:SpecialUnit|SpecialUnit]]  | '''Boss1''':  Subclass of [[Mod API Reference:SpecialUnit|SpecialUnit]]  | ||
* '''Health''' ''integer'':  | * '''Health''' ''integer'':  | ||
* '''CombatOrder''' ''integer'':  Added in v5.22.2  | |||
== 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.  | |||
[[Category:Mod API Reference]]  | |||