Activate(bool animate=true, bool playsound=true) | SCR_ButtonLegendComponent | |
Deactivate(bool animate=true, bool playsound=true) | SCR_ButtonLegendComponent | |
GetBorderImageWidget() | SCR_ButtonLegendComponent | |
GetButtonId() | SCR_ButtonLegendComponent | |
GetChangeSpLeftImageWidget() | SCR_ButtonLegendComponent | |
GetChangeSpRightImageWidget() | SCR_ButtonLegendComponent | |
GetClickedSound() | SCR_WLibComponentBase | |
GetComponent(TypeName componentType, string name, Widget parent, bool searchAllChildren=true) | SCR_ScriptedWidgetComponent | static |
GetCoreImageWidget() | SCR_ButtonLegendComponent | |
GetHoverSound() | SCR_WLibComponentBase | |
GetLeftAndRightSelectedUI() | SCR_ButtonLegendComponent | |
GetOnClicked() | SCR_ButtonLegendComponent | |
GetOnMouseEnter() | SCR_ButtonLegendComponent | |
GetOnMouseLeave() | SCR_ButtonLegendComponent | |
GetRootWidget() | SCR_ScriptedWidgetComponent | |
GetText() | SCR_ButtonLegendComponent | |
GetTextWidget() | SCR_ButtonLegendComponent | |
HandlerAttached(Widget w) | SCR_ButtonLegendComponent | protected |
Hide() | SCR_ButtonLegendComponent | |
IsActive() | SCR_ButtonLegendComponent | |
IsChildWidget(Widget parent, Widget child) | SCR_WLibComponentBase | protected |
IsEnabled() | SCR_WLibComponentBase | |
IsVisible() | SCR_ScriptedWidgetComponent | |
m_bIsActive | SCR_ButtonLegendComponent | protected |
m_bLeftAndRightUI | SCR_ButtonLegendComponent | protected |
m_bMouseOverToFocus | SCR_WLibComponentBase | protected |
m_ColorActive | SCR_ButtonLegendComponent | protected |
m_ColorBackgroundActive | SCR_ButtonLegendComponent | protected |
m_ColorBackgroundInactive | SCR_ButtonLegendComponent | protected |
m_ColorInactive | SCR_ButtonLegendComponent | protected |
m_ColorInactiveHovered | SCR_ButtonLegendComponent | protected |
m_fAnimationRate | SCR_WLibComponentBase | protected |
m_fAnimationTime | SCR_WLibComponentBase | protected |
m_fDisabledOpacity | SCR_WLibComponentBase | protected |
m_ibuttonId | SCR_ButtonLegendComponent | protected |
m_OnClick | SCR_ScriptedWidgetComponent | |
m_OnClicked | SCR_ButtonLegendComponent | protected |
m_OnMouseEnter | SCR_ButtonLegendComponent | protected |
m_OnMouseLeave | SCR_ButtonLegendComponent | protected |
m_PagingArrow | SCR_ButtonLegendComponent | protected |
m_sSoundClicked | SCR_WLibComponentBase | protected |
m_sSoundHovered | SCR_WLibComponentBase | protected |
m_sSpecializationText | SCR_ButtonLegendComponent | protected |
m_StringBackgroundImageLegendButton | SCR_ButtonLegendComponent | protected |
m_StringCoreImageLegendButton | SCR_ButtonLegendComponent | protected |
m_StringNotSelectedImageLegendButton | SCR_ButtonLegendComponent | protected |
m_StringSelectedImageLegendButton | SCR_ButtonLegendComponent | protected |
m_TextureLegendButton | SCR_ButtonLegendComponent | protected |
m_wChangeSpLeft | SCR_ButtonLegendComponent | protected |
m_wChangeSpLeftLayout | SCR_ButtonLegendComponent | protected |
m_wChangeSpRight | SCR_ButtonLegendComponent | protected |
m_wChangeSpRightLayout | SCR_ButtonLegendComponent | protected |
m_wRoot | SCR_ScriptedWidgetComponent | protected |
m_wSpecializationBackgroundImage | SCR_ButtonLegendComponent | protected |
m_wSpecializationBorderImage | SCR_ButtonLegendComponent | protected |
m_wSpecializationCoreImage | SCR_ButtonLegendComponent | protected |
m_wSpecializationText | SCR_ButtonLegendComponent | protected |
OnClick(Widget w, int x, int y, int button) | SCR_ButtonLegendComponent | protected |
OnDisabled(bool animate) | SCR_WLibComponentBase | protected |
OnEnabled(bool animate) | SCR_WLibComponentBase | protected |
OnFocus(Widget w, int x, int y) | SCR_ButtonLegendComponent | |
OnMouseEnter(Widget w, int x, int y) | SCR_ButtonLegendComponent | protected |
OnMouseLeave(Widget w, Widget enterW, int x, int y) | SCR_ButtonLegendComponent | protected |
PlaySound(string sound) | SCR_WLibComponentBase | protected |
SetAnimationRate() | SCR_WLibComponentBase | protected |
SetButtonId(int n) | SCR_ButtonLegendComponent | |
SetClickedSound(string soundClicked) | SCR_WLibComponentBase | |
SetDisabledOpacity(float newDisabledOpacity) | SCR_WLibComponentBase | |
SetEnabled(bool enabled, bool animate=true) | SCR_WLibComponentBase | |
SetFocus() | SCR_ButtonLegendComponent | |
SetHoverSound(string soundHover) | SCR_WLibComponentBase | |
SetLeftAndRightUIActivate(bool flag) | SCR_ButtonLegendComponent | |
SetMouseOverToFocus(bool mouseOverToFocus) | SCR_WLibComponentBase | |
SetOnHover(bool OnHover=true) | SCR_ButtonLegendComponent | |
SetText(string text) | SCR_ButtonLegendComponent | |
SetTexture(ImageWidget widget, ResourceName texture, string image="") | SCR_WLibComponentBase | static |
SetVisible(bool visible, bool animate=true) | SCR_WLibComponentBase | |
START_ANIMATION_PERIOD | SCR_WLibComponentBase | static |
START_ANIMATION_RATE | SCR_WLibComponentBase | static |
Unhide() | SCR_ButtonLegendComponent | |