enum

MonsterMaze::Visibility

Inherits Enum < Comparable < Value < Object

Constants

None = 0_u8
Fog = 1_u8
Clear = 2_u8

Instance methods

clear?

Returns true if this enum value equals Clear

Source
color
Source
draw(window, x, y, size, torch_left_percent)
Source
explored?
Source
fog?

Returns true if this enum value equals Fog

Source
none?

Returns true if this enum value equals None

Source