Mod API Reference:Boss4: Difference between revisions

From Warzone Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
* '''Health''' ''integer'':  
* '''Health''' ''integer'':  
* '''Power''' ''integer'':
* '''Power''' ''integer'':
* '''CombatOrder''' ''integer'':  Added in v5.22.2


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

Latest revision as of 13:39, 28 December 2022

Boss4: Subclass of SpecialUnit

  • Health integer:
  • Power integer:
  • CombatOrder integer: Added in v5.22.2

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.