Class: RPG::Enemy::Action
- Inherits:
-
Object
- Object
- RPG::Enemy::Action
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
敌人[行为模式]的数据类
Instance Attribute Summary collapse
-
#condition_param1 ⇒ Object
Returns the value of attribute condition_param1.
-
#condition_param2 ⇒ Object
Returns the value of attribute condition_param2.
-
#condition_type ⇒ Object
Returns the value of attribute condition_type.
-
#rating ⇒ Object
Returns the value of attribute rating.
-
#skill_id ⇒ Object
Returns the value of attribute skill_id.
Instance Attribute Details
#condition_param1 ⇒ Object
Returns the value of attribute condition_param1.
365 366 367 |
# File 'lib/R3EXS/RGSS3.rb', line 365 def condition_param1 @condition_param1 end |
#condition_param2 ⇒ Object
Returns the value of attribute condition_param2.
365 366 367 |
# File 'lib/R3EXS/RGSS3.rb', line 365 def condition_param2 @condition_param2 end |
#condition_type ⇒ Object
Returns the value of attribute condition_type.
365 366 367 |
# File 'lib/R3EXS/RGSS3.rb', line 365 def condition_type @condition_type end |
#rating ⇒ Object
Returns the value of attribute rating.
365 366 367 |
# File 'lib/R3EXS/RGSS3.rb', line 365 def @rating end |
#skill_id ⇒ Object
Returns the value of attribute skill_id.
365 366 367 |
# File 'lib/R3EXS/RGSS3.rb', line 365 def skill_id @skill_id end |