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

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

Overview

地图事件块事件页条件的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#actor_idObject

Returns the value of attribute actor_id.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def actor_id
  @actor_id
end

#actor_validObject

Returns the value of attribute actor_valid.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def actor_valid
  @actor_valid
end

#item_idObject

Returns the value of attribute item_id.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def item_id
  @item_id
end

#item_validObject

Returns the value of attribute item_valid.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def item_valid
  @item_valid
end

#self_switch_chObject

Returns the value of attribute self_switch_ch.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def self_switch_ch
  @self_switch_ch
end

#self_switch_validObject

Returns the value of attribute self_switch_valid.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def self_switch_valid
  @self_switch_valid
end

#switch1_idObject

Returns the value of attribute switch1_id.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def switch1_id
  @switch1_id
end

#switch1_validObject

Returns the value of attribute switch1_valid.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def switch1_valid
  @switch1_valid
end

#switch2_idObject

Returns the value of attribute switch2_id.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def switch2_id
  @switch2_id
end

#switch2_validObject

Returns the value of attribute switch2_valid.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def switch2_valid
  @switch2_valid
end

#variable_idObject

Returns the value of attribute variable_id.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def variable_id
  @variable_id
end

#variable_validObject

Returns the value of attribute variable_valid.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def variable_valid
  @variable_valid
end

#variable_valueObject

Returns the value of attribute variable_value.



188
189
190
# File 'lib/R3EXS/RGSS3.rb', line 188

def variable_value
  @variable_value
end