Class: RPG::MapInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/eidolon/rgssx/rpg/map_info.rb

Overview

RGSSx

This class is present and relatively consistent across all RGSS versions.

MapInfo

The data class for map information.

Instance Attribute Summary collapse

Instance Attribute Details

#expandedObject

Returns the value of attribute expanded.



11
12
13
# File 'lib/eidolon/rgssx/rpg/map_info.rb', line 11

def expanded
  @expanded
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/eidolon/rgssx/rpg/map_info.rb', line 8

def name
  @name
end

#orderObject

Returns the value of attribute order.



10
11
12
# File 'lib/eidolon/rgssx/rpg/map_info.rb', line 10

def order
  @order
end

#parent_idObject

Returns the value of attribute parent_id.



9
10
11
# File 'lib/eidolon/rgssx/rpg/map_info.rb', line 9

def parent_id
  @parent_id
end

#scroll_xObject

Returns the value of attribute scroll_x.



12
13
14
# File 'lib/eidolon/rgssx/rpg/map_info.rb', line 12

def scroll_x
  @scroll_x
end

#scroll_yObject

Returns the value of attribute scroll_y.



13
14
15
# File 'lib/eidolon/rgssx/rpg/map_info.rb', line 13

def scroll_y
  @scroll_y
end