Class: RPG::Event
- Inherits:
-
Object
- Object
- RPG::Event
- Defined in:
- lib/eidolon/rgssx/rpg/event.rb,
lib/eidolon/rgssx/rpg/event/page.rb,
lib/eidolon/rgssx/rpg/event/page/graphic.rb,
lib/eidolon/rgssx/rpg/event/page/condition.rb
Overview
RGSSx
This class is present and consistent across all RGSS versions.
Event
The data class for map events.
Defined Under Namespace
Classes: Page
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pages ⇒ Object
Returns the value of attribute pages.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/eidolon/rgssx/rpg/event.rb', line 8 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
9 10 11 |
# File 'lib/eidolon/rgssx/rpg/event.rb', line 9 def name @name end |
#pages ⇒ Object
Returns the value of attribute pages.
12 13 14 |
# File 'lib/eidolon/rgssx/rpg/event.rb', line 12 def pages @pages end |
#x ⇒ Object
Returns the value of attribute x.
10 11 12 |
# File 'lib/eidolon/rgssx/rpg/event.rb', line 10 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
11 12 13 |
# File 'lib/eidolon/rgssx/rpg/event.rb', line 11 def y @y end |