Class: RPG::Troop::Page::Condition

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

Overview

战斗事件的「条件」数据类

Instance Attribute Summary collapse

Instance Attribute Details

#actor_hpObject

Returns the value of attribute actor_hp.



415
416
417
# File 'lib/R3EXS/RGSS3.rb', line 415

def actor_hp
  @actor_hp
end

#actor_idObject

Returns the value of attribute actor_id.



415
416
417
# File 'lib/R3EXS/RGSS3.rb', line 415

def actor_id
  @actor_id
end

#actor_validObject

Returns the value of attribute actor_valid.



415
416
417
# File 'lib/R3EXS/RGSS3.rb', line 415

def actor_valid
  @actor_valid
end

#enemy_hpObject

Returns the value of attribute enemy_hp.



415
416
417
# File 'lib/R3EXS/RGSS3.rb', line 415

def enemy_hp
  @enemy_hp
end

#enemy_indexObject

Returns the value of attribute enemy_index.



415
416
417
# File 'lib/R3EXS/RGSS3.rb', line 415

def enemy_index
  @enemy_index
end

#enemy_validObject

Returns the value of attribute enemy_valid.



415
416
417
# File 'lib/R3EXS/RGSS3.rb', line 415

def enemy_valid
  @enemy_valid
end

#switch_idObject

Returns the value of attribute switch_id.



415
416
417
# File 'lib/R3EXS/RGSS3.rb', line 415

def switch_id
  @switch_id
end

#switch_validObject

Returns the value of attribute switch_valid.



415
416
417
# File 'lib/R3EXS/RGSS3.rb', line 415

def switch_valid
  @switch_valid
end

#turn_aObject

Returns the value of attribute turn_a.



415
416
417
# File 'lib/R3EXS/RGSS3.rb', line 415

def turn_a
  @turn_a
end

#turn_bObject

Returns the value of attribute turn_b.



415
416
417
# File 'lib/R3EXS/RGSS3.rb', line 415

def turn_b
  @turn_b
end

#turn_endingObject

Returns the value of attribute turn_ending.



415
416
417
# File 'lib/R3EXS/RGSS3.rb', line 415

def turn_ending
  @turn_ending
end

#turn_validObject

Returns the value of attribute turn_valid.



415
416
417
# File 'lib/R3EXS/RGSS3.rb', line 415

def turn_valid
  @turn_valid
end