Class: Lich::Common::Room

Inherits:
Map
  • Object
show all
Defined in:
documented/common/map/map_dr.rb,
documented/common/map/map_gs.rb

Instance Attribute Summary

Attributes inherited from Map

#check_location, #climate, #description, #genie_id, #genie_pos, #genie_zone, #id, #image, #image_coords, #location, #paths, #room_objects, #tags, #terrain, #timeto, #title, #uid, #unique_loot, #wayto

Class Method Summary collapse

Methods inherited from Map

[], by_genie_ref, clear, clear_tags_cache, current, current_or_new, current_room_id, current_room_id=, #fuzzy_room_id, fuzzy_room_id, get_free_id, get_location, ids_from_uid, images, #initialize, #json_extra_fields, list, list=, load, load_json, load_uids, load_xml, loaded, loaded?, locations, mark_loaded, match_current, match_fuzzy, match_multi_ids, match_no_uid, previous, previous_room_id, previous_room_id=, previous_uid, save_xml, set_current, set_fuzzy, synchronize_load, tags, #to_s, uids, uids_clear

Constructor Details

This class inherits a constructor from Lich::Common::Map

Class Method Details

.method_missing(*args) ⇒ Object



678
679
680
# File 'documented/common/map/map_dr.rb', line 678

def self.method_missing(*args)
  super
end

.respond_to_missing?(*args) ⇒ Boolean

Returns:

  • (Boolean)


682
683
684
# File 'documented/common/map/map_dr.rb', line 682

def self.respond_to_missing?(*args)
  super
end