enum
CrystalGauntlet::Level::PortalSpeed
Overview
heavily references https://github.com/TeamHaxGD/GDDocs/blob/master/algorithms/level_length.c
Defined in:
lib/level.crEnum Members
-
Slow =
0 -
0.5x
-
Normal =
1 -
1x
-
Medium =
2 -
2x
-
Fast =
3 -
3x
-
VeryFast =
4 -
4x
Instance Method Summary
-
#fast?
Returns
trueif this enum value equalsFast -
#medium?
Returns
trueif this enum value equalsMedium -
#normal?
Returns
trueif this enum value equalsNormal - #portal_speed
-
#slow?
Returns
trueif this enum value equalsSlow -
#very_fast?
Returns
trueif this enum value equalsVeryFast