Class: RPG::Troop::Page::Condition
Instance Attribute Summary collapse
-
#actor_hp
Returns the value of attribute actor_hp.
-
#actor_id
Returns the value of attribute actor_id.
-
#actor_valid
Returns the value of attribute actor_valid.
-
#enemy_hp
Returns the value of attribute enemy_hp.
-
#enemy_index
Returns the value of attribute enemy_index.
-
#enemy_valid
Returns the value of attribute enemy_valid.
-
#switch_id
Returns the value of attribute switch_id.
-
#switch_valid
Returns the value of attribute switch_valid.
-
#turn_a
Returns the value of attribute turn_a.
-
#turn_b
Returns the value of attribute turn_b.
-
#turn_valid
Returns the value of attribute turn_valid.
Instance Attribute Details
#actor_hp
Returns the value of attribute actor_hp.
2506 2507 2508 |
# File 'docs/0_Dependencies.rb', line 2506 def actor_hp @actor_hp end |
#actor_id
Returns the value of attribute actor_id.
2505 2506 2507 |
# File 'docs/0_Dependencies.rb', line 2505 def actor_id @actor_id end |
#actor_valid
Returns the value of attribute actor_valid.
2499 2500 2501 |
# File 'docs/0_Dependencies.rb', line 2499 def actor_valid @actor_valid end |
#enemy_hp
Returns the value of attribute enemy_hp.
2504 2505 2506 |
# File 'docs/0_Dependencies.rb', line 2504 def enemy_hp @enemy_hp end |
#enemy_index
Returns the value of attribute enemy_index.
2503 2504 2505 |
# File 'docs/0_Dependencies.rb', line 2503 def enemy_index @enemy_index end |
#enemy_valid
Returns the value of attribute enemy_valid.
2498 2499 2500 |
# File 'docs/0_Dependencies.rb', line 2498 def enemy_valid @enemy_valid end |
#switch_id
Returns the value of attribute switch_id.
2507 2508 2509 |
# File 'docs/0_Dependencies.rb', line 2507 def switch_id @switch_id end |
#switch_valid
Returns the value of attribute switch_valid.
2500 2501 2502 |
# File 'docs/0_Dependencies.rb', line 2500 def switch_valid @switch_valid end |
#turn_a
Returns the value of attribute turn_a.
2501 2502 2503 |
# File 'docs/0_Dependencies.rb', line 2501 def turn_a @turn_a end |
#turn_b
Returns the value of attribute turn_b.
2502 2503 2504 |
# File 'docs/0_Dependencies.rb', line 2502 def turn_b @turn_b end |
#turn_valid
Returns the value of attribute turn_valid.
2497 2498 2499 |
# File 'docs/0_Dependencies.rb', line 2497 def turn_valid @turn_valid end |