Class: RPG::Event
- Inherits:
-
Object
- Object
- RPG::Event
- Defined in:
- lib/rgss3/rpg.rb
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 Method Summary collapse
-
#initialize(x, y) ⇒ Event
constructor
A new instance of Event.
Constructor Details
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
215 216 217 |
# File 'lib/rgss3/rpg.rb', line 215 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
216 217 218 |
# File 'lib/rgss3/rpg.rb', line 216 def name @name end |
#pages ⇒ Object
Returns the value of attribute pages.
219 220 221 |
# File 'lib/rgss3/rpg.rb', line 219 def pages @pages end |
#x ⇒ Object
Returns the value of attribute x.
217 218 219 |
# File 'lib/rgss3/rpg.rb', line 217 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
218 219 220 |
# File 'lib/rgss3/rpg.rb', line 218 def y @y end |