The subscribable state of an Actor. Consists of direction and flags related to moving, tossing, invincibility, jumping, and crawling

Constructors

Properties

crawling: boolean = false

Is the actor crawling

direction: DIRECTION = DIRECTION.E

What direction is the actor facing

disappearing: boolean = false

Is the actor disappearing

invincible: boolean = false

Is the actor invincible

jumping: boolean = false

Is the actor jumping

last_ew: DIRECTION = DIRECTION.E

Special tracking for last E/W direction

moving: boolean = false

Is the actor moving or idle

tossing: boolean = false

Is the actor tossing a projectile

Methods

  • Make a copy of this ActorState

    Returns ActorState