enum

GSDL::TopDownController::MovementMode

Inherits Enum < Comparable < Value < Object

Constants

FreeForm = 0
GridLocked = 1

Instance methods

free_form?

Returns true if this enum value equals FreeForm

Source
grid_locked?

Returns true if this enum value equals GridLocked

Source