Class: RPG::CommonEvent
- Defined in:
- scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb
Instance Attribute Summary collapse
-
#id
Returns the value of attribute id.
-
#list
Returns the value of attribute list.
-
#name
Returns the value of attribute name.
-
#switch_id
Returns the value of attribute switch_id.
-
#trigger
Returns the value of attribute trigger.
Instance Attribute Details
#id
Returns the value of attribute id.
39 40 41 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 39 def id @id end |
#list
Returns the value of attribute list.
43 44 45 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 43 def list @list end |
#name
Returns the value of attribute name.
40 41 42 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 40 def name @name end |
#switch_id
Returns the value of attribute switch_id.
42 43 44 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 42 def switch_id @switch_id end |
#trigger
Returns the value of attribute trigger.
41 42 43 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 41 def trigger @trigger end |