Mod API Reference:ActiveCardWoreOff: Difference between revisions

From Warzone Wiki
Jump to navigation Jump to search
Created page with "'''ActiveCardWoreOff''': A GameOrder that represents a card wearing off. In other words, an ActiveCard that'..."
 
No edit summary
Line 1: Line 1:
'''ActiveCardWoreOff''': A [[Mod API Reference:GameOrder|GameOrder]] that represents a card wearing off.  In other words, an [[Mod API Reference::ActiveCard|ActiveCard]] that's no longer active.
'''ActiveCardWoreOff''': Subclass of [[Mod API Reference:GameOrder|GameOrder]] that represents a card wearing off.  In other words, an [[Mod API Reference::ActiveCard|ActiveCard]] that's no longer active.
* '''Card''' ''[[Mod API Reference:GameOrderPlayCard|GameOrderPlayCard]]'':
* '''Card''' ''[[Mod API Reference:GameOrderPlayCard|GameOrderPlayCard]]'':
* '''OccursInPhase''' ''[[Mod API Reference:Nullable|Nullable]]<[[Mod API Reference:TurnPhase|TurnPhase]] (enum)>'':
* '''PlayerID''' ''[[Mod API Reference:PlayerID|PlayerID]]'':
* '''ResultObj''' ''[[Mod API Reference:GameOrderResult|GameOrderResult]]'':
* '''ResultsKnown''' ''boolean'':
* '''StandingUpdates''' ''Array<[[Mod API Reference:TerritoryStanding|TerritoryStanding]]>'':

Revision as of 20:14, 7 April 2017

ActiveCardWoreOff: Subclass of GameOrder that represents a card wearing off. In other words, an ActiveCard that's no longer active.