Mod API Reference:CardID

From Warzone Wiki
Revision as of 20:27, 7 April 2017 by Fizzer (talk | contribs) (Created page with "Alias for an integer that represents a card ID. For example, 1 means Reinforcement Card, 2 means Spy Card, etc. However, you should never hard-code the values in your app,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Alias for an integer that represents a card ID.

For example, 1 means Reinforcement Card, 2 means Spy Card, etc. However, you should never hard-code the values in your app, instead, compare them to the constants CardID.Reinforcement, CardID.Spy, etc.