Class: RPG::Area

Inherits:
Object
  • Object
show all
Defined in:
lib/eidolon/rgss2/rpg/area.rb

Overview

RGSS2

This data structure is specific to RGSS2 (VX).

Area

Data class for areas (as used by maps).

Instance Attribute Summary collapse

Instance Attribute Details

#encounter_listObject

Returns the value of attribute encounter_list.



12
13
14
# File 'lib/eidolon/rgss2/rpg/area.rb', line 12

def encounter_list
  @encounter_list
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/eidolon/rgss2/rpg/area.rb', line 8

def id
  @id
end

#map_idObject

Returns the value of attribute map_id.



10
11
12
# File 'lib/eidolon/rgss2/rpg/area.rb', line 10

def map_id
  @map_id
end

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/eidolon/rgss2/rpg/area.rb', line 9

def name
  @name
end

#orderObject

Returns the value of attribute order.



13
14
15
# File 'lib/eidolon/rgss2/rpg/area.rb', line 13

def order
  @order
end

#rectObject

Returns the value of attribute rect.



11
12
13
# File 'lib/eidolon/rgss2/rpg/area.rb', line 11

def rect
  @rect
end