Class RadioGlobalFloat
-
Constructor Summary
ConstructorsConstructorDescriptionRadioGlobalFloat
(float float0) RadioGlobalFloat
(String string, float float0) -
Method Summary
Modifier and TypeMethodDescriptioncompare
(RadioGlobal radioGlobal, CompareMethod compareMethod) float
getValue()
void
setValue
(float float0) boolean
setValue
(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps) Methods inherited from class zombie.radio.globals.RadioGlobal
getName, getType
-
Constructor Details
-
RadioGlobalFloat
public RadioGlobalFloat(float float0) -
RadioGlobalFloat
-
-
Method Details
-
getValue
public float getValue() -
setValue
public void setValue(float float0) -
getString
- Specified by:
getString
in classRadioGlobal<Float>
-
compare
- Specified by:
compare
in classRadioGlobal<Float>
-
setValue
- Specified by:
setValue
in classRadioGlobal<Float>
-