Mod API Reference:GameOrderPlayCardCustom

From Warzone Wiki
Revision as of 22:13, 29 March 2025 by Fizzer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GameOrderPlayCardCustom: Subclass of GameOrderPlayCard used by Custom Cards.

  • CustomCardID integer:
  • Description string:
  • ModData string:
  • Phase Nullable<TurnPhase (enum)>:
  • TerritoryAnnotationsOpt Table<TerritoryID,TerritoryAnnotation>: When the order is selected in the orders list by the player, these messages will be presented on top of the territories specified. (Added in version 5.34.1)
  • JumpToActionSpotOpt RectangleVM: If specified, this will be the spot on the map that the map focuses on when the player clicks on this event in the orders list. Specify coordinates on the map, which you can get by looking at a TerritoryDetails object. (Added in version 5.34.1)