Mod API Reference:CardInstance

From Warzone Wiki
Revision as of 20:25, 7 April 2017 by Fizzer (talk | contribs) (Created page with " '''CardInstance''': An actual instance of a card belonging to a player or team. For example, when a player completes their 4th piece of a 4-piece reinforcement card, an inst...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CardInstance: An actual instance of a card belonging to a player or team. For example, when a player completes their 4th piece of a 4-piece reinforcement card, an instance of CardInstance is created, assigned a random ID, and given to the player/team.

Children

This is an abstract type. For Reinforcement cards, you should use the ReinforcementCardInstamce, and for all other cards use the NoParameterCardInstance.