14 [
Attribute(
"true",
UIWidgets.CheckBox,
"Use in built button colorization or handle it on your own")]
68 super.HandlerAttached(w);
91 super.OnClick(w, x, y, button);
105 super.OnMouseEnter(w, x, y);
132 super.OnMouseLeave(w, enterW, x, y);
156 super.OnFocus(w, x, y);
179 super.OnFocusLost(w, x, y);
226 void SetToggled(
bool toggled,
bool animate =
true,
bool invokeChange =
true,
bool instant =
false)
228 if (!m_bCanBeToggled)
246 m_bCanBeToggled = togglable;
252 return m_bCanBeToggled;
290 if (selectHoverColor)
356 wParent = wParent.GetParent();
ArmaReforgerScripted GetGame()
Base class for all final Reforger interactive elements.
SCR_FieldOfViewSettings Attribute