Class: RPG::Animation::Timing
- Defined in:
- scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb
Instance Attribute Summary collapse
-
#condition
Returns the value of attribute condition.
-
#flash_color
Returns the value of attribute flash_color.
-
#flash_duration
Returns the value of attribute flash_duration.
-
#flash_scope
Returns the value of attribute flash_scope.
-
#frame
Returns the value of attribute frame.
-
#se
Returns the value of attribute se.
Instance Attribute Details
#condition
Returns the value of attribute condition.
21 22 23 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 21 def condition @condition end |
#flash_color
Returns the value of attribute flash_color.
19 20 21 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 19 def flash_color @flash_color end |
#flash_duration
Returns the value of attribute flash_duration.
20 21 22 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 20 def flash_duration @flash_duration end |
#flash_scope
Returns the value of attribute flash_scope.
18 19 20 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 18 def flash_scope @flash_scope end |
#frame
Returns the value of attribute frame.
16 17 18 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 16 def frame @frame end |
#se
Returns the value of attribute se.
17 18 19 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 17 def se @se end |