Class: RPG::MapInfo
- Defined in:
- scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb
Instance Attribute Summary collapse
-
#expanded
Returns the value of attribute expanded.
-
#name
Returns the value of attribute name.
-
#order
Returns the value of attribute order.
-
#parent_id
Returns the value of attribute parent_id.
-
#scroll_x
Returns the value of attribute scroll_x.
-
#scroll_y
Returns the value of attribute scroll_y.
Instance Attribute Details
#expanded
Returns the value of attribute expanded.
164 165 166 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 164 def @expanded end |
#name
Returns the value of attribute name.
161 162 163 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 161 def name @name end |
#order
Returns the value of attribute order.
163 164 165 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 163 def order @order end |
#parent_id
Returns the value of attribute parent_id.
162 163 164 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 162 def parent_id @parent_id end |
#scroll_x
Returns the value of attribute scroll_x.
165 166 167 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 165 def scroll_x @scroll_x end |
#scroll_y
Returns the value of attribute scroll_y.
166 167 168 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 166 def scroll_y @scroll_y end |