Class: RPG::MapInfo

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

Overview

地图信息的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#expanded ⇒ Object

Returns the value of attribute expanded.



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

def expanded
  @expanded
end

#name ⇒ Object

Returns the value of attribute name.



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

def name
  @name
end

#order ⇒ Object

Returns the value of attribute order.



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

def order
  @order
end

#parent_id ⇒ Object

Returns the value of attribute parent_id.



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

def parent_id
  @parent_id
end

#scroll_x ⇒ Object

Returns the value of attribute scroll_x.



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

def scroll_x
  @scroll_x
end

#scroll_y ⇒ Object

Returns the value of attribute scroll_y.



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

def scroll_y
  @scroll_y
end