Class: RPG::CommonEvent
- Inherits:
-
Object
- Object
- RPG::CommonEvent
- Defined in:
- lib/eidolon/rgssx/rpg/common_event.rb
Overview
RGSSx
This class is present and consistent across all RGSS versions.
CommonEvent
The data class for common events.
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.
8 9 10 |
# File 'lib/eidolon/rgssx/rpg/common_event.rb', line 8 def id @id end |
#list ⇒ Object
Returns the value of attribute list.
12 13 14 |
# File 'lib/eidolon/rgssx/rpg/common_event.rb', line 12 def list @list end |
#name ⇒ Object
Returns the value of attribute name.
9 10 11 |
# File 'lib/eidolon/rgssx/rpg/common_event.rb', line 9 def name @name end |
#switch_id ⇒ Object
Returns the value of attribute switch_id.
11 12 13 |
# File 'lib/eidolon/rgssx/rpg/common_event.rb', line 11 def switch_id @switch_id end |
#trigger ⇒ Object
Returns the value of attribute trigger.
10 11 12 |
# File 'lib/eidolon/rgssx/rpg/common_event.rb', line 10 def trigger @trigger end |