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

Inherits:
Object
  • Object
show all
Defined in:
docs/00000_Dependencies.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actor_hp

Returns the value of attribute actor_hp.



1404
1405
1406
# File 'docs/00000_Dependencies.rb', line 1404

def actor_hp
  @actor_hp
end

#actor_id

Returns the value of attribute actor_id.



1403
1404
1405
# File 'docs/00000_Dependencies.rb', line 1403

def actor_id
  @actor_id
end

#actor_valid

Returns the value of attribute actor_valid.



1397
1398
1399
# File 'docs/00000_Dependencies.rb', line 1397

def actor_valid
  @actor_valid
end

#enemy_hp

Returns the value of attribute enemy_hp.



1402
1403
1404
# File 'docs/00000_Dependencies.rb', line 1402

def enemy_hp
  @enemy_hp
end

#enemy_index

Returns the value of attribute enemy_index.



1401
1402
1403
# File 'docs/00000_Dependencies.rb', line 1401

def enemy_index
  @enemy_index
end

#enemy_valid

Returns the value of attribute enemy_valid.



1396
1397
1398
# File 'docs/00000_Dependencies.rb', line 1396

def enemy_valid
  @enemy_valid
end

#switch_id

Returns the value of attribute switch_id.



1405
1406
1407
# File 'docs/00000_Dependencies.rb', line 1405

def switch_id
  @switch_id
end

#switch_valid

Returns the value of attribute switch_valid.



1398
1399
1400
# File 'docs/00000_Dependencies.rb', line 1398

def switch_valid
  @switch_valid
end

#turn_a

Returns the value of attribute turn_a.



1399
1400
1401
# File 'docs/00000_Dependencies.rb', line 1399

def turn_a
  @turn_a
end

#turn_b

Returns the value of attribute turn_b.



1400
1401
1402
# File 'docs/00000_Dependencies.rb', line 1400

def turn_b
  @turn_b
end

#turn_valid

Returns the value of attribute turn_valid.



1395
1396
1397
# File 'docs/00000_Dependencies.rb', line 1395

def turn_valid
  @turn_valid
end