enum

GSDL::Direction

Inherits Enum < Comparable < Value < Object

Constants

Up = 0
UpRight = 1
Right = 2
DownRight = 3
Down = 4
DownLeft = 5
Left = 6
UpLeft = 7
North = 0

Cardinal Aliases

South = 4
East = 2
West = 6
NorthEast = 1

Ordinal Aliases

NorthWest = 7
SouthEast = 3
SouthWest = 5

Instance methods

down?

Returns true if this enum value equals Down

Source
down_left?

Returns true if this enum value equals DownLeft

Source
down_right?

Returns true if this enum value equals DownRight

Source
east?

Returns true if this enum value equals East

Source
left?

Returns true if this enum value equals Left

Source
north?

Returns true if this enum value equals North

Source
north_east?

Returns true if this enum value equals NorthEast

Source
north_west?

Returns true if this enum value equals NorthWest

Source
right?

Returns true if this enum value equals Right

Source
south?

Returns true if this enum value equals South

Source
south_east?

Returns true if this enum value equals SouthEast

Source
south_west?

Returns true if this enum value equals SouthWest

Source
up?

Returns true if this enum value equals Up

Source
up_left?

Returns true if this enum value equals UpLeft

Source
up_right?

Returns true if this enum value equals UpRight

Source
west?

Returns true if this enum value equals West

Source