Class: RPG::CommonEvent

Inherits:
Object
  • Object
show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

公共事件的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



472
473
474
# File 'lib/R3EXS/RGSS3.rb', line 472

def id
  @id
end

#listObject

Returns the value of attribute list.



472
473
474
# File 'lib/R3EXS/RGSS3.rb', line 472

def list
  @list
end

#nameObject

Returns the value of attribute name.



472
473
474
# File 'lib/R3EXS/RGSS3.rb', line 472

def name
  @name
end

#switch_idObject

Returns the value of attribute switch_id.



472
473
474
# File 'lib/R3EXS/RGSS3.rb', line 472

def switch_id
  @switch_id
end

#triggerObject

Returns the value of attribute trigger.



472
473
474
# File 'lib/R3EXS/RGSS3.rb', line 472

def trigger
  @trigger
end