Method: RPG::MapInfo#initialize
- Defined in:
- lib/rgss3/rpg.rb
#initialize ⇒ MapInfo
Returns a new instance of MapInfo.
190 191 192 193 194 195 196 197 |
# File 'lib/rgss3/rpg.rb', line 190 def initialize @name = '' @parent_id = 0 @order = 0 @expanded = false @scroll_x = 0 @scroll_y = 0 end |