Class: RPG::MapInfo
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.
2337 2338 2339 |
# File 'docs/0_Dependencies.rb', line 2337 def @expanded end |
#name
Returns the value of attribute name.
2334 2335 2336 |
# File 'docs/0_Dependencies.rb', line 2334 def name @name end |
#order
Returns the value of attribute order.
2336 2337 2338 |
# File 'docs/0_Dependencies.rb', line 2336 def order @order end |
#parent_id
Returns the value of attribute parent_id.
2335 2336 2337 |
# File 'docs/0_Dependencies.rb', line 2335 def parent_id @parent_id end |
#scroll_x
Returns the value of attribute scroll_x.
2338 2339 2340 |
# File 'docs/0_Dependencies.rb', line 2338 def scroll_x @scroll_x end |
#scroll_y
Returns the value of attribute scroll_y.
2339 2340 2341 |
# File 'docs/0_Dependencies.rb', line 2339 def scroll_y @scroll_y end |