Maps::Base
Inherits Reference < Object
Constructors
new(height : Int32 | Nil = nil, width : Int32 | Nil = nil, fill : Char | Nil = nil)
SourceInstance methods
add(parent : Base, x : Int32 | Nil = nil, y : Int32 | Nil = nil, z : Int32 = 1)
Sourcechildren
Sourcechildren=(children : Array(Base))
Sourcedirty
Sourcedirty=(dirty : Bool)
Sourcefill
Sourcefill=(fill : Char)
Sourceheight
Sourceheight=(height : Int32)
Sourcehide
Sourceis_dirty?
Sourcemove(x : Int32, y : Int32)
Sourceoff(event : Events::EventHandler)
Sourceon_action
Sourceon_bump
Sourceon_key
Sourceon_message
Sourceon_tick
Sourceremove
Sourcerender(screen : Array(Array(Char))) : Array(Array(Char))
Sourcerender
Sourcesend(key : String, value : String)
Sourceset(x : Int32, y : Int32, z : Int32)
Sourceset(x : Int32, y : Int32)
Sourceshow
Sourcetext
Sourcetext=(text : Array(Array(Char)))
Sourcetrigger_actions
Sourcetrigger_bumps
Sourcevisible
Sourcevisible=(visible : Bool)
Sourcewidth
Sourcewidth=(width : Int32)
Sourcex=(x : Int32)
Sourcey=(y : Int32)
Sourcez=(z : Int32)
Source