Skip to content
Gary L edited this page Jul 19, 2019 · 1 revision

Battleground

It holds every aspect of the game and is unique for a game. All effects and cards are tied to this instance and it can be accessible from anywhere by bg.

This is the in-game Pokemon construct that holds information on card stack, damage, special conditions, abilities and the instance is saved/referenced in direct/delayed effects. Denoted as pcs in short.

A list of PokemonCardSet that has convenience methods for selection, etc. BenchSet is a subclass for player benches.

Basically an array of cards, has some convenient methods. DeckCardList is a subclass for player decks.

Clone this wiki locally