Mod API Reference:CardInstance: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
* Create a table (Guid) | * Create a table (Guid) | ||
* Create a card instance with '''WL.NoParameterCardInstance.Create''' (''[[Mod API Reference:CardID|CardID]]'') , then add it into the new table | * Create a card instance with '''WL.NoParameterCardInstance.Create''' (''[[Mod API Reference:CardID|CardID]]'') , then add it into the new table | ||
* Give the card to the player you want to have this card used on with '''addNewOrder(WL.GameOrderReceiveCard.Create(''' | * Give the card to the player you want to have this card used on with '''addNewOrder(WL.GameOrderReceiveCard.Create(''''''playerID''' ''[[Mod API Reference:PlayerID|PlayerID]]'' ID, Guid'''))''' |
Revision as of 05:13, 22 November 2023
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.
- CardID CardID:
- ID CardInstanceID:
Children
This is an abstract type. For Reinforcement cards, you should use the ReinforcementCardInstance, and for all other cards use the NoParameterCardInstance.