Uses of Enum Class
zombie.radio.globals.EditGlobalOps
Packages that use EditGlobalOps
-
Uses of EditGlobalOps in zombie.radio.globals
Subclasses with type arguments of type EditGlobalOps in zombie.radio.globalsMethods in zombie.radio.globals that return EditGlobalOpsModifier and TypeMethodDescriptionEditGlobal.getOperator()
static EditGlobalOps
Returns the enum constant of this class with the specified name.static EditGlobalOps[]
EditGlobalOps.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.radio.globals with parameters of type EditGlobalOpsModifier and TypeMethodDescriptionboolean
RadioGlobalsManager.setGlobal
(String name, RadioGlobal value, EditGlobalOps operator) abstract boolean
RadioGlobal.setValue
(RadioGlobal _value, EditGlobalOps operator) boolean
RadioGlobalBool.setValue
(RadioGlobal value, EditGlobalOps operator) boolean
RadioGlobalFloat.setValue
(RadioGlobal value, EditGlobalOps operator) boolean
RadioGlobalInt.setValue
(RadioGlobal value, EditGlobalOps operator) boolean
RadioGlobalString.setValue
(RadioGlobal value, EditGlobalOps operator) Constructors in zombie.radio.globals with parameters of type EditGlobalOps