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.
500 501 502 |
# File 'lib/R3EXS/RGSS3.rb', line 500 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
501 502 503 |
# File 'lib/R3EXS/RGSS3.rb', line 501 def name @name end |
#pages ⇒ Object
Returns the value of attribute pages.
504 505 506 |
# File 'lib/R3EXS/RGSS3.rb', line 504 def pages @pages end |
#x ⇒ Object
Returns the value of attribute x.
502 503 504 |
# File 'lib/R3EXS/RGSS3.rb', line 502 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
503 504 505 |
# File 'lib/R3EXS/RGSS3.rb', line 503 def y @y end |