Mod API Reference:Boss1: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user 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 == | == Functions == | ||
Line 6: | Line 7: | ||
* '''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]] |