ArenaMask
┗> Object > Class
A special object used by Arena
to mask certain objects to only show inside the arena.
Constructor
ArenaMask(layer: number?, x: number?, y: number?, arena: Arena?)
Arguments:
layer: number? | |
x: number? | |
y: number? | |
arena: Arena? | The region that the player is confined to within waves in a battle.
Usually accessed through |
Fields
Undocumented
ArenaMask.arena: Arena?
The region that the player is confined to within waves in a battle.
Usually accessed through Game.battle.arena
, which is only set during waves.