Class: RPG::MapInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

地图信息的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#expandedObject

Returns the value of attribute expanded.



154
155
156
# File 'lib/R3EXS/RGSS3.rb', line 154

def expanded
  @expanded
end

#nameObject

Returns the value of attribute name.



154
155
156
# File 'lib/R3EXS/RGSS3.rb', line 154

def name
  @name
end

#orderObject

Returns the value of attribute order.



154
155
156
# File 'lib/R3EXS/RGSS3.rb', line 154

def order
  @order
end

#parent_idObject

Returns the value of attribute parent_id.



154
155
156
# File 'lib/R3EXS/RGSS3.rb', line 154

def parent_id
  @parent_id
end

#scroll_xObject

Returns the value of attribute scroll_x.



154
155
156
# File 'lib/R3EXS/RGSS3.rb', line 154

def scroll_x
  @scroll_x
end

#scroll_yObject

Returns the value of attribute scroll_y.



154
155
156
# File 'lib/R3EXS/RGSS3.rb', line 154

def scroll_y
  @scroll_y
end