Class: RPG::CommonEvent

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/eidolon/rgssx/rpg/common_event.rb', line 8

def id
  @id
end

#listObject

Returns the value of attribute list.



12
13
14
# File 'lib/eidolon/rgssx/rpg/common_event.rb', line 12

def list
  @list
end

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/eidolon/rgssx/rpg/common_event.rb', line 9

def name
  @name
end

#switch_idObject

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

#triggerObject

Returns the value of attribute trigger.



10
11
12
# File 'lib/eidolon/rgssx/rpg/common_event.rb', line 10

def trigger
  @trigger
end