Class: RPG::CommonEvent

Inherits:
Object show all
Defined in:
scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb

Instance Attribute Summary collapse

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