Class: RPG::Event
- Inherits:
-
Object
- Object
- RPG::Event
- Defined in:
- lib/R3EXS/RGSS3.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.
522 523 524 |
# File 'lib/R3EXS/RGSS3.rb', line 522 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
523 524 525 |
# File 'lib/R3EXS/RGSS3.rb', line 523 def name @name end |
#pages ⇒ Object
Returns the value of attribute pages.
526 527 528 |
# File 'lib/R3EXS/RGSS3.rb', line 526 def pages @pages end |
#x ⇒ Object
Returns the value of attribute x.
524 525 526 |
# File 'lib/R3EXS/RGSS3.rb', line 524 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
525 526 527 |
# File 'lib/R3EXS/RGSS3.rb', line 525 def y @y end |