Uses of Enum Class
zombie.scripting.ui.XuiVarType
Packages that use XuiVarType
-
Uses of XuiVarType in zombie.scripting.objects
Methods in zombie.scripting.objects that return types with arguments of type XuiVarType -
Uses of XuiVarType in zombie.scripting.ui
Subclasses with type arguments of type XuiVarType in zombie.scripting.uiFields in zombie.scripting.ui declared as XuiVarTypeModifier and TypeFieldDescriptionprotected final XuiVarType
XuiLuaStyle.XuiVar.type
protected final XuiVarType
XuiScript.XuiVar.type
Fields in zombie.scripting.ui with type parameters of type XuiVarTypeMethods in zombie.scripting.ui that return XuiVarTypeModifier and TypeMethodDescriptionXuiLuaStyle.XuiVar.getType()
XuiScript.XuiVar.getType()
static XuiVarType
Returns the enum constant of this class with the specified name.static XuiVarType[]
XuiVarType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in zombie.scripting.ui with parameters of type XuiVarTypeModifierConstructorDescriptionprotected
XuiVar
(XuiVarType xuiVarType, XuiLuaStyle xuiLuaStyle, String string) protected
XuiVar
(XuiVarType xuiVarType, XuiLuaStyle xuiLuaStyle, String string, T object) protected
XuiVar
(XuiVarType xuiVarType, XuiScript xuiScript, String string) protected
XuiVar
(XuiVarType xuiVarType, XuiScript xuiScript, String string, T object)