Class: RPG::State
Overview
状态的数据类
Instance Attribute Summary collapse
-
#auto_removal_timing ⇒ Object
Returns the value of attribute auto_removal_timing.
-
#chance_by_damage ⇒ Object
Returns the value of attribute chance_by_damage.
-
#max_turns ⇒ Object
Returns the value of attribute max_turns.
-
#message1 ⇒ Object
Returns the value of attribute message1.
-
#message2 ⇒ Object
Returns the value of attribute message2.
-
#message3 ⇒ Object
Returns the value of attribute message3.
-
#message4 ⇒ Object
Returns the value of attribute message4.
-
#min_turns ⇒ Object
Returns the value of attribute min_turns.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#remove_at_battle_end ⇒ Object
Returns the value of attribute remove_at_battle_end.
-
#remove_by_damage ⇒ Object
Returns the value of attribute remove_by_damage.
-
#remove_by_restriction ⇒ Object
Returns the value of attribute remove_by_restriction.
-
#remove_by_walking ⇒ Object
Returns the value of attribute remove_by_walking.
-
#restriction ⇒ Object
Returns the value of attribute restriction.
-
#steps_to_remove ⇒ Object
Returns the value of attribute steps_to_remove.
Attributes inherited from BaseItem
#description, #features, #icon_index, #id, #name, #note
Instance Attribute Details
#auto_removal_timing ⇒ Object
Returns the value of attribute auto_removal_timing.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def auto_removal_timing @auto_removal_timing end |
#chance_by_damage ⇒ Object
Returns the value of attribute chance_by_damage.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def chance_by_damage @chance_by_damage end |
#max_turns ⇒ Object
Returns the value of attribute max_turns.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def max_turns @max_turns end |
#message1 ⇒ Object
Returns the value of attribute message1.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def @message1 end |
#message2 ⇒ Object
Returns the value of attribute message2.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def @message2 end |
#message3 ⇒ Object
Returns the value of attribute message3.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def @message3 end |
#message4 ⇒ Object
Returns the value of attribute message4.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def @message4 end |
#min_turns ⇒ Object
Returns the value of attribute min_turns.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def min_turns @min_turns end |
#priority ⇒ Object
Returns the value of attribute priority.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def priority @priority end |
#remove_at_battle_end ⇒ Object
Returns the value of attribute remove_at_battle_end.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def remove_at_battle_end @remove_at_battle_end end |
#remove_by_damage ⇒ Object
Returns the value of attribute remove_by_damage.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def remove_by_damage @remove_by_damage end |
#remove_by_restriction ⇒ Object
Returns the value of attribute remove_by_restriction.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def remove_by_restriction @remove_by_restriction end |
#remove_by_walking ⇒ Object
Returns the value of attribute remove_by_walking.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def remove_by_walking @remove_by_walking end |
#restriction ⇒ Object
Returns the value of attribute restriction.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def restriction @restriction end |
#steps_to_remove ⇒ Object
Returns the value of attribute steps_to_remove.
375 376 377 |
# File 'lib/R3EXS/RGSS3.rb', line 375 def steps_to_remove @steps_to_remove end |