Uses of Enum Class
zombie.scripting.ui.XuiAutoApply
Packages that use XuiAutoApply
-
Uses of XuiAutoApply in zombie.scripting.ui
Subclasses with type arguments of type XuiAutoApply in zombie.scripting.uiFields in zombie.scripting.ui declared as XuiAutoApplyModifier and TypeFieldDescriptionprotected XuiAutoApply
XuiLuaStyle.XuiVar.autoApply
protected XuiAutoApply
XuiScript.XuiVar.autoApply
Methods in zombie.scripting.ui that return XuiAutoApplyModifier and TypeMethodDescriptionXuiLuaStyle.XuiVar.getAutoApplyMode()
XuiScript.XuiVar.getAutoApplyMode()
static XuiAutoApply
Returns the enum constant of this class with the specified name.static XuiAutoApply[]
XuiAutoApply.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.scripting.ui with parameters of type XuiAutoApplyModifier and TypeMethodDescriptionvoid
XuiLuaStyle.XuiVar.setAutoApplyMode
(XuiAutoApply xuiAutoApply) void
XuiScript.XuiVar.setAutoApplyMode
(XuiAutoApply xuiAutoApply)