Declared in OGWPlatformerStates.h

OGWPlatformerState

Platformer entity states

Definition

typedef NS_ENUM(GWState, OGWPlatformerState ) {
   OGWPlatformerStateAlive = 0,
   OGWPlatformerStateDead,
   OGWPlatformerStateRespawn,
};

Constants

OGWPlatformerStateAlive

entity is alive

Declared In OGWPlatformerStates.h.

OGWPlatformerStateDead

entity has died

Declared In OGWPlatformerStates.h.

OGWPlatformerStateRespawn

entity is in respawn mode, ie traveling back to checkpoint

Declared In OGWPlatformerStates.h.

Declared In

OGWPlatformerStates.h