Mod API Reference:CardGame

From Warzone Wiki
Revision as of 16:49, 4 December 2018 by DanWL60 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

CardGame: Settings of a card in a specific game. This is an abstract type, the actual type will be one of the children listed below.

  • ActiveCardExpireBehavior ActiveCardExpireBehaviorOptions (enum):
  • ActiveOrderDuration integer:
  • CardID CardID:
  • Description string:
  • FriendlyDescription string:
  • ID CardID:
  • InitialPieces integer:
  • IsStoredInActiveOrders boolean:
  • MinimumPiecesPerTurn integer:
  • NumPieces integer:
  • Weight number:

Children