# File gglib/tile.rb, line 129 def Tile.getById(id) if @@tiles[id]!=nil return @@tiles[id] else return false end end