Class: RPG::Event::Page::Condition

Inherits:
Object
  • Object
show all
Defined in:
lib/eidolon/rgssx/rpg/event/page/condition.rb

Overview

RGSSx

This class is present and relatively consistent across all RGSS versions.

Condition

The data class for event page conditions.

Instance Attribute Summary collapse

Instance Attribute Details

#actor_idObject

Returns the value of attribute actor_id.



13
14
15
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 13

def actor_id
  @actor_id
end

#actor_validObject

Returns the value of attribute actor_valid.



14
15
16
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 14

def actor_valid
  @actor_valid
end

#item_idObject

Returns the value of attribute item_id.



15
16
17
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 15

def item_id
  @item_id
end

#item_validObject

Returns the value of attribute item_valid.



16
17
18
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 16

def item_valid
  @item_valid
end

#self_switch_chObject

Returns the value of attribute self_switch_ch.



17
18
19
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 17

def self_switch_ch
  @self_switch_ch
end

#self_switch_validObject

Returns the value of attribute self_switch_valid.



18
19
20
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 18

def self_switch_valid
  @self_switch_valid
end

#switch1_idObject

Returns the value of attribute switch1_id.



19
20
21
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 19

def switch1_id
  @switch1_id
end

#switch1_validObject

Returns the value of attribute switch1_valid.



20
21
22
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 20

def switch1_valid
  @switch1_valid
end

#switch2_idObject

Returns the value of attribute switch2_id.



21
22
23
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 21

def switch2_id
  @switch2_id
end

#switch2_validObject

Returns the value of attribute switch2_valid.



22
23
24
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 22

def switch2_valid
  @switch2_valid
end

#variable_idObject

Returns the value of attribute variable_id.



23
24
25
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 23

def variable_id
  @variable_id
end

#variable_validObject

Returns the value of attribute variable_valid.



24
25
26
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 24

def variable_valid
  @variable_valid
end

#variable_valueObject

Returns the value of attribute variable_value.



25
26
27
# File 'lib/eidolon/rgssx/rpg/event/page/condition.rb', line 25

def variable_value
  @variable_value
end