Class: RPG::Event
- Inherits:
-
Object
- Object
- RPG::Event
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
地图事件的数据类
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.
164 165 166 |
# File 'lib/R3EXS/RGSS3.rb', line 164 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
164 165 166 |
# File 'lib/R3EXS/RGSS3.rb', line 164 def name @name end |
#pages ⇒ Object
Returns the value of attribute pages.
164 165 166 |
# File 'lib/R3EXS/RGSS3.rb', line 164 def pages @pages end |
#x ⇒ Object
Returns the value of attribute x.
164 165 166 |
# File 'lib/R3EXS/RGSS3.rb', line 164 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
164 165 166 |
# File 'lib/R3EXS/RGSS3.rb', line 164 def y @y end |