Class: RPG::CommonEvent

Inherits:
Object show all
Defined in:
docs/0_Dependencies.rb

Instance Attribute Summary collapse

Instance Attribute Details

#id

Returns the value of attribute id.



2231
2232
2233
# File 'docs/0_Dependencies.rb', line 2231

def id
  @id
end

#list

Returns the value of attribute list.



2235
2236
2237
# File 'docs/0_Dependencies.rb', line 2235

def list
  @list
end

#name

Returns the value of attribute name.



2232
2233
2234
# File 'docs/0_Dependencies.rb', line 2232

def name
  @name
end

#switch_id

Returns the value of attribute switch_id.



2234
2235
2236
# File 'docs/0_Dependencies.rb', line 2234

def switch_id
  @switch_id
end

#trigger

Returns the value of attribute trigger.



2233
2234
2235
# File 'docs/0_Dependencies.rb', line 2233

def trigger
  @trigger
end