Class: RPG::MapInfo
- Inherits:
-
Object
- Object
- RPG::MapInfo
- Defined in:
- lib/eidolon/rgssx/rpg/map_info.rb
Overview
RGSSx
This class is present and relatively consistent across all RGSS versions.
MapInfo
The data class for map information.
Instance Attribute Summary collapse
-
#expanded ⇒ Object
Returns the value of attribute expanded.
-
#name ⇒ Object
Returns the value of attribute name.
-
#order ⇒ Object
Returns the value of attribute order.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#scroll_x ⇒ Object
Returns the value of attribute scroll_x.
-
#scroll_y ⇒ Object
Returns the value of attribute scroll_y.
Instance Attribute Details
#expanded ⇒ Object
Returns the value of attribute expanded.
11 12 13 |
# File 'lib/eidolon/rgssx/rpg/map_info.rb', line 11 def @expanded end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/eidolon/rgssx/rpg/map_info.rb', line 8 def name @name end |
#order ⇒ Object
Returns the value of attribute order.
10 11 12 |
# File 'lib/eidolon/rgssx/rpg/map_info.rb', line 10 def order @order end |
#parent_id ⇒ Object
Returns the value of attribute parent_id.
9 10 11 |
# File 'lib/eidolon/rgssx/rpg/map_info.rb', line 9 def parent_id @parent_id end |
#scroll_x ⇒ Object
Returns the value of attribute scroll_x.
12 13 14 |
# File 'lib/eidolon/rgssx/rpg/map_info.rb', line 12 def scroll_x @scroll_x end |
#scroll_y ⇒ Object
Returns the value of attribute scroll_y.
13 14 15 |
# File 'lib/eidolon/rgssx/rpg/map_info.rb', line 13 def scroll_y @scroll_y end |