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 string, RadioGlobal radioGlobal1, EditGlobalOps editGlobalOps) abstract boolean
RadioGlobal.setValue
(RadioGlobal var1, EditGlobalOps var2) boolean
RadioGlobalBool.setValue
(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps) boolean
RadioGlobalFloat.setValue
(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps) boolean
RadioGlobalInt.setValue
(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps) boolean
RadioGlobalString.setValue
(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps) Constructors in zombie.radio.globals with parameters of type EditGlobalOpsModifierConstructorDescriptionEditGlobal
(RadioGlobal radioGlobal0, EditGlobalOps editGlobalOps, RadioGlobal radioGlobal1)