Class: RPG::CommonEvent
- Inherits:
-
Object
- Object
- RPG::CommonEvent
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
公共事件的数据类
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#list ⇒ Object
Returns the value of attribute list.
-
#name ⇒ Object
Returns the value of attribute name.
-
#switch_id ⇒ Object
Returns the value of attribute switch_id.
-
#trigger ⇒ Object
Returns the value of attribute trigger.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
472 473 474 |
# File 'lib/R3EXS/RGSS3.rb', line 472 def id @id end |
#list ⇒ Object
Returns the value of attribute list.
472 473 474 |
# File 'lib/R3EXS/RGSS3.rb', line 472 def list @list end |
#name ⇒ Object
Returns the value of attribute name.
472 473 474 |
# File 'lib/R3EXS/RGSS3.rb', line 472 def name @name end |
#switch_id ⇒ Object
Returns the value of attribute switch_id.
472 473 474 |
# File 'lib/R3EXS/RGSS3.rb', line 472 def switch_id @switch_id end |
#trigger ⇒ Object
Returns the value of attribute trigger.
472 473 474 |
# File 'lib/R3EXS/RGSS3.rb', line 472 def trigger @trigger end |