Class: RPG::Area
- Inherits:
-
Object
- Object
- RPG::Area
- Defined in:
- lib/eidolon/rgss2/rpg/area.rb
Overview
RGSS2
This data structure is specific to RGSS2 (VX).
Area
Data class for areas (as used by maps).
Instance Attribute Summary collapse
-
#encounter_list ⇒ Object
Returns the value of attribute encounter_list.
-
#id ⇒ Object
Returns the value of attribute id.
-
#map_id ⇒ Object
Returns the value of attribute map_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#order ⇒ Object
Returns the value of attribute order.
-
#rect ⇒ Object
Returns the value of attribute rect.
Instance Attribute Details
#encounter_list ⇒ Object
Returns the value of attribute encounter_list.
12 13 14 |
# File 'lib/eidolon/rgss2/rpg/area.rb', line 12 def encounter_list @encounter_list end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/eidolon/rgss2/rpg/area.rb', line 8 def id @id end |
#map_id ⇒ Object
Returns the value of attribute map_id.
10 11 12 |
# File 'lib/eidolon/rgss2/rpg/area.rb', line 10 def map_id @map_id end |
#name ⇒ Object
Returns the value of attribute name.
9 10 11 |
# File 'lib/eidolon/rgss2/rpg/area.rb', line 9 def name @name end |
#order ⇒ Object
Returns the value of attribute order.
13 14 15 |
# File 'lib/eidolon/rgss2/rpg/area.rb', line 13 def order @order end |
#rect ⇒ Object
Returns the value of attribute rect.
11 12 13 |
# File 'lib/eidolon/rgss2/rpg/area.rb', line 11 def rect @rect end |