|
override bool | OnUpdate (Widget w) |
|
Private Member Functions inherited from ScriptedWidgetEventHandler |
void | OnWidgetScriptInit (Widget w) |
|
bool | ResizeParentToChild () |
|
bool | ResizeParentToChild (out bool changed_size, int limit=-1, bool immedUpdate=true) |
|
void | UiHintPanel (Widget parent_widget) |
|
void | ~UiHintPanel () |
|
void | Init (DayZGame game) |
|
void | LoadContentList () |
|
void | BuildLayout (Widget parent_widget) |
|
void | PopulateLayout () |
|
void | SetHintHeadline () |
|
void | SetHintDescription () |
|
void | SetHintImage () |
|
void | SetHintPaging () |
|
void | ShowRandomPage () |
|
void | RandomizePageIndex () |
|
void | ShowNextPage () |
|
void | ShowPreviousPage () |
|
void | StartSlideshow () |
|
void | SlideshowThread () |
|
void | StopSlideShow () |
|
void | RestartSlideShow () |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
void | InventoryGrid () |
|
void | OnWidgetScriptInit (Widget w) |
|
bool | CanAddItemInHandToInventory () |
|
override bool | OnUpdate (Widget w) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
override bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
|
override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
override bool | OnDoubleClick (Widget w, int x, int y, int button) |
|
override bool | OnDrop (Widget w, int x, int y, Widget reciever) |
|
int | GetCol (Widget w) |
|
int | GetColFromBg (Widget w) |
|
int | GetGridSize () |
|
void | SetGridSize (int size) |
|
bool | IsValidPos (int index) |
|
void | ResetItemWidget (Widget item_w, int width, int height) |
|
void | ResetItem (InventoryItem item) |
|
bool | HasItem (InventoryItem item) |
|
void | RemoveItem (InventoryItem item) |
|
void | CTEvent (int index, int actor, Widget root, bool walk, CameraToolsMenu parent) |
|
void | ~CTEvent () |
|
void | Play () |
|
void | Stop () |
|
bool | IsTime (float start_time, float end_time) |
|
void | SetEventTime (float time) |
|
void | SetEventType (int type) |
|
float | GetEventTime () |
|
int | GetEventType () |
|
int | GetEventActor () |
|
bool | GetEventWalk () |
|
void | Select () |
|
void | Unselect () |
|
void | CTKeyframe (int index, vector pos, vector orient, float int_value, float fov, float dof, int pin, float time_before, Widget root, CameraToolsMenu parent) |
|
void | ~CTKeyframe () |
|
float | GetInterpTime () |
|
void | SetPin (int pin) |
|
int | GetPin () |
|
void | SetFOV (float fov) |
|
float | GetFOV () |
|
void | SetDOF (float dof) |
|
float | GetDOF () |
|
void | SetPosition (vector pos) |
|
void | SetOrientation (vector orient) |
|
vector | GetPosition () |
|
vector | GetOrientation () |
|
void | SetTimeBefore (float time) |
|
void | SetInterpTime (float time) |
|
void | Select () |
|
void | Unselect () |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
override bool | OnFocus (Widget w, int x, int y) |
|
bool | IsFocusable (Widget w) |
|
void | ~CTObjectFollower () |
|
void | CreateFollowedObject (string type) |
|
void | DestroyFollowedObject () |
|
void | Update (float timeslice) |
|
EntityAI | GetObj () |
|
void | SetPosition (vector position) |
|
void | SetRotation (vector dir) |
|
vector | GetPosition () |
|
vector | GetRotation () |
|
void | UpdatePos () |
| Function updating the position of the tracker widget.
|
|
void | Show () |
|
void | Hide () |
|
void | Fade (bool fade) |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
override bool | OnDoubleClick (Widget w, int x, int y, int button) |
|
override bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
|
override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
void | ContinuousActionProgress () |
|
void | ~ContinuousActionProgress () |
|
void | OnWidgetScriptInit (Widget w) |
|
void | Update () |
|
void | PlayerListEntryScriptedWidget (Widget parent, string name, string uid, bool show_permissions, PlayerListScriptedWidget tab) |
|
void | ~PlayerListEntryScriptedWidget () |
|
Widget | GetButtonWidget () |
|
void | LoadPermissions (BiosPrivacyPermissionResultArray results) |
|
string | GetUID () |
|
bool | IsMuted () |
|
bool | IsGloballyMuted () |
|
void | SetMute (bool mute) |
|
void | ToggleMute () |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
void | Focus () |
|
override bool | OnFocus (Widget w, int x, int y) |
|
override bool | OnFocusLost (Widget w, int x, int y) |
|
override bool | OnDoubleClick (Widget w, int x, int y, int button) |
|
override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
bool | IsLocalPlayer () |
|
void | Select (bool notify=true) |
|
void | Deselect () |
|
void | PlayerListScriptedWidget (Widget parent, string header_text="") |
|
void | ~PlayerListScriptedWidget () |
|
void | FocusFirst () |
|
void | Reload (SyncPlayerList player_list) |
|
bool | IsEmpty () |
|
void | OnLoadServersAsync (ref GetServersResult result_list, EBiosError error, string response) |
|
void | Reload (BiosFriendInfoArray player_list) |
|
void | Reload (BiosPrivacyUidResultArray player_list) |
|
void | ReloadLocal (map< string, bool > player_list) |
|
PlayerListEntryScriptedWidget | FindEntryByWidget (Widget button) |
|
string | FindPlayerByWidget (Widget button) |
|
void | AddPlayer (string name, string UID, bool show_permissions) |
|
void | RemovePlayer (string UID) |
|
bool | IsMuted (string UID) |
|
bool | IsGloballyMuted (string UID) |
|
void | SetMute (string UID, bool mute) |
|
void | ToggleMute (string UID) |
|
PlayerListEntryScriptedWidget | GetSelectedPlayer () |
|
void | SelectPlayer (PlayerListEntryScriptedWidget entry) |
|
void | ScrollToEntry (PlayerListEntryScriptedWidget entry) |
|
void | UpdateInterval () |
|
void | SetLayoutName () |
|
void | SetImmedUpdate () |
|
void | OnSelectAction (ItemBase item, int actionId) |
|
void | OnSelectActionEx (EntityAI item, int actionId) |
|
void | ShowActionMenu (InventoryItem item) |
|
void | LayoutHolder (LayoutHolder parent) |
|
void | ~LayoutHolder () |
|
LayoutHolder | GetRoot () |
|
void | SetParentWidget () |
|
LayoutHolder | GetParent () |
|
void | SetActive (bool active) |
|
void | SetLastActive () |
|
void | SetFirstActive () |
|
bool | IsActive () |
|
Widget | GetMainWidget () |
|
Widget | GetRootWidget () |
|
bool | IsDisplayable () |
|
bool | IsVisible () |
|
void | OnShow () |
|
void | OnHide () |
|
void | Refresh () |
|
void | InspectItem (EntityAI item) |
|
void | UpdateSelectionIcons () |
|
void | PrepareOwnedTooltip (EntityAI item, int x=0, int y=0) |
|
void | PrepareOwnedSlotsTooltip (Widget w, string name, string desc, int x=0, int y=0) |
|
void | HideOwnedTooltip () |
|
void | HideOwnedSlotsTooltip () |
|
void | ItemActionsWidget () |
|
void | ~ItemActionsWidget () |
|
void | SetInteractXboxIcon (string imageset_name, string image_name) |
| DEPRECATED.
|
|
void | SetContinuousInteractXboxIcon (string imageset_name, string image_name) |
|
void | SetSingleXboxIcon (string imageset_name, string image_name) |
|
void | SetContinuousXboxIcon (string imageset_name, string image_name) |
|
void | SetXboxIcon (string name, string imageset_name, string image_name) |
|
void | SetControllerIcon (string pWidgetName, string pInputName) |
|
void | ShowXboxHidePCIcons (string widget, bool show_xbox_icon) |
|
void | OnWidgetScriptInit (Widget w) |
|
void | OnInputPresetChanged () |
|
void | OnInputDeviceChanged (EInputDeviceType pInputDeviceType) |
|
void | BuildCursor () |
|
void | Update () |
|
void | GetPlayer () |
|
void | GetActionManager () |
|
void | GetActions () |
|
void | GetEntityInHands () |
|
string | GetActionDesc (ActionBase action) |
|
string | GetItemDesc (EntityAI entity) |
|
int | GetItemHealth () |
|
void | GetItemQuantity (out int q_type, out float q_cur, out int q_min, out int q_max) |
|
string | GetRadioFrequency () |
|
void | SetItemDesc (EntityAI entity, string descText, string itemWidget, string descWidget) |
|
void | SetItemHealth (int health, string itemWidget, string healthWidget, bool enabled) |
|
void | SetItemQuantity (int type, float current, int min, int max, string itemWidget, string quantityPBWidget, string quantityTextWidget, bool enabled) |
|
void | SetWeaponQuantity (int chamber, int mag, string itemWidget, string quantityPBWidget, string quantityTextWidget, bool enabled) |
|
void | SetWeaponModeAndZeroing (string itemWidget, string upWidget, string downWidget, bool enabled) |
|
string | WeaponModeTextTemp () |
|
void | SetRadioFrequency (string freq, string itemWidget, string upWidget, string downWidget, bool enabled) |
|
void | SetActionWidget (ActionBase action, string descText, string actionWidget, string descWidget) |
|
void | SetMultipleInteractAction (string multiActionsWidget) |
| shows arrows near the interact action if there are more than one available
|
|
void | SetMultipleContinuousInteractAction (string multiActionsWidget) |
| shows arrows near the interact action if there are more than one available
|
|
void | SetMultipleItemAction (string multiActionsWidget) |
|
void | SetMultipleContinuousItemAction (string multiActionsWidget) |
| shows arrows near the interact action if there are more than one available
|
|
void | SetInteractActionIcon (string actionWidget, string actionIconFrameWidget, string actionIconWidget, string actionIconTextWidget) |
|
void | CheckRefresherFlagVisibility () |
|
void | CheckForActionWidgetOverrides () |
|
IngameHud | GetHud () |
|
void | TutorialKeybinds (Widget parent, TutorialsMenu menu) |
|
bool | SetElementTitle (UAInput pInput, int iDeviceFlags, out string output) |
| assemble all active bindings at widget element
|
|
bool | SetElementModifier (UAInput pInput, out string output) |
| Determine the active limiter of the bindings (currently unreliable, multiple limiters can be active on key combos!)
|
|
void | ~TutorialKeybinds () |
|
string | GetLayoutName () |
|
void | CreditsElement (int index, Widget parent) |
|
void | DropdownPrefab (Widget root, string text="") |
|
void | RefreshContent () |
|
int | AddElement (string text, Widget content=null) |
|
void | RemoveElement (int index) |
|
void | Close () |
|
void | SetText (string text) |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
override bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
|
void | KeybindingElement (int key_index, Widget parent, KeybindingsGroup group) |
|
string | GetLayoutName () |
|
bool | IsChanged () |
|
bool | IsAlternateChanged () |
|
array< int > | GetChangedBinds () |
|
array< int > | GetChangedAlternateBinds () |
|
void | SetElementTitle (ButtonWidget btnWidget, UAInput pInput, int iDeviceFlags) |
|
void | Reload () |
|
void | Reload (array< int > custom_binds, bool is_alternate) |
|
void | StartEnteringKeybind () |
|
void | CancelEnteringKeybind () |
|
void | StartEnteringAlternateKeybind () |
|
void | CancelEnteringAlternateKeybind () |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
void | KeybindingElementNew (int key_index, Widget parent, KeybindingsContainer group) |
|
string | GetLayoutName () |
|
bool | IsChanged () |
|
bool | IsAlternateChanged () |
|
array< int > | GetChangedBinds () |
|
array< int > | GetChangedAlternateBinds () |
|
void | SetElementTitle (ButtonWidget btnWidget, UAInput pInput, int iDeviceFlags) |
|
void | Reload () |
|
void | Reload (array< int > custom_binds, bool is_alternate) |
|
void | StartEnteringKeybind () |
|
void | CancelEnteringKeybind () |
|
void | StartEnteringAlternateKeybind () |
|
void | CancelEnteringAlternateKeybind () |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
void | KeybindingsGroup (int index, Input input, Widget parent, KeybindingsMenu menu) |
|
string | GetLayoutName () |
|
void | InitPresets (int index, Widget parent, Input input) |
|
void | OnSelectKBPreset (int index) |
|
void | OnSelectConsolePreset (int index) |
|
void | ReloadProfiles () |
|
void | AddSubgroup (Widget parent, Input input) |
|
void | AddAction (int index, Widget parent, Input input) |
|
void | ReloadAction (int index) |
|
bool | IsEnteringKeyBind () |
|
void | ClearKeybind (int key_index) |
|
void | ClearAlternativeKeybind (int key_index) |
|
void | StartEnteringKeybind (int key_index) |
|
void | CancelEnteringKeybind () |
|
void | StartEnteringAlternateKeybind (int key_index) |
|
void | CancelEnteringAlternateKeybind () |
|
bool | IsChanged () |
|
void | Apply () |
|
void | Reset () |
|
void | ResetEx (bool forced=false) |
|
void | Update (float timeslice) |
|
override bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
|
void | BannerHandlerBase (Widget parent) |
|
void | SetBannerColor (int argb) |
|
void | SetBannerText (string text) |
|
override bool | OnUpdate (Widget w) |
|
void | MainMenuNewsfeed (Widget root) |
|
void | ShowNewsfeed () |
|
void | HideNewsfeed () |
|
void | OpenDLC () |
|
void | OpenDiscord () |
|
void | OpenFeedback () |
|
void | OpenForums () |
|
void | OpenTwitter () |
|
void | OpenYoutube () |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
override bool | OnFocus (Widget w, int x, int y) |
|
override bool | OnFocusLost (Widget w, int x, int y) |
|
bool | IsFocusable (Widget w) |
|
void | ColorRed (Widget w, int x, int y) |
|
void | ColorWhite (Widget w, Widget enterW, int x, int y) |
|
void | MainMenuDlcHandlerBase (ModInfo info, Widget parent, JsonDataDLCInfo DlcInfo) |
|
void | ~MainMenuDlcHandlerBase () |
|
void | Init () |
|
void | CreateRootWidget (Widget parent) |
|
void | ShowInfoPanel (bool show) |
|
bool | IsInfoPanelVisible () |
|
void | OnPanelVisibilityChanged () |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
bool | LoadVideoFile () |
| returns 'true' when video is loaded
|
|
void | StartVideo () |
|
void | StopVideo () |
|
void | PauseVideo () |
|
void | UnloadVideo () |
|
void | ColorFocussed (Widget w, int x, int y) |
|
void | ColorUnfocussed (Widget w, Widget enterW, int x, int y) |
|
void | UpdateOwnedStatus () |
|
void | OnDLCChange () |
|
void | SetPlatformSpecifics () |
|
void | UpdateAllPromotionInfo () |
|
void | UpdateDlcData () |
|
void | UpdateIconVisibility () |
|
void | OnInputDeviceChanged (EInputDeviceType pInputDeviceType) |
|
ModInfo | GetModInfo () |
|
string | GetDistanceString (float total_distance, bool meters_only=false) |
|
string | GetValueString (float total_value, bool show_decimals=false) |
|
string | GetTimeString (float total_time) |
|
void | ModsMenuDetailed (array< ref ModInfo > data, Widget parent, ModsMenuTooltip tooltip, UIScriptedMenu menu_parent) |
|
void | ~ModsMenuDetailed () |
|
void | Open () |
|
void | Close () |
|
bool | IsOpen () |
|
ModInfo | GetHighlighted () |
|
void | HighlightFirst () |
|
void | Highlight (ModInfo mod_ref) |
|
void | ScrollToMod (ModInfo mod_ref) |
|
void | Select (ModInfo mod_ref, bool show) |
|
void | PrepareTooltip (ModInfo mod_ref) |
|
void | ShowTooltip () |
|
void | HideTooltip () |
|
void | LoadEntries (array< ref ModInfo > data) |
|
override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
void | ModsMenuDetailedEntry (ModInfo data, Widget parent, ModsMenuDetailed parent_menu) |
|
void | ~ModsMenuDetailedEntry () |
|
Widget | GetWidget () |
|
void | Select () |
|
void | Deselect () |
|
void | LoadData () |
|
override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
void | ModsMenuSimple (array< ref ModInfo > data, Widget parent, ModsMenuDetailed detail_menu) |
|
void | ~ModsMenuSimple () |
|
void | LoadEntries (array< ref ModInfo > data) |
|
void | Select (ModInfo mod) |
|
override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
override bool | OnFocus (Widget w, int x, int y) |
|
override bool | OnFocusLost (Widget w, int x, int y) |
|
void | ModsMenuSimpleEntry (ModInfo data, int index, Widget parent, ModsMenuSimple parent_menu) |
|
void | ~ModsMenuSimpleEntry () |
|
void | LoadData () |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
override bool | OnFocus (Widget w, int x, int y) |
|
override bool | OnFocusLost (Widget w, int x, int y) |
|
void | ModsMenuTooltip (Widget parent) |
|
void | ~ModsMenuTooltip () |
|
void | ShowTooltip (ModInfo mod_ref) |
|
void | HideTooltip () |
|
void | OptionsMenuControls (Widget parent, Widget details_root, GameOptions options, OptionsMenu menu) |
|
string | GetLayoutName () |
|
void | EnterKeybindingMenu () |
|
void | Focus () |
| Focuses the first viable item.
|
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
override bool | OnFocus (Widget w, int x, int y) |
|
override bool | OnFocusLost (Widget w, int x, int y) |
|
bool | IsFocusable (Widget w) |
|
bool | TextMapUpdateWidget (int key) |
|
bool | IsChanged () |
|
void | Apply () |
|
void | Revert () |
|
void | SetToDefaults () |
|
void | UpdateMouseInvertView (int index) |
|
void | UpdateMouseVSensitivity (float value) |
|
void | UpdateMouseHSensitivity (float value) |
|
void | UpdateMouseAimModVSensitivity (float value) |
|
void | UpdateMouseAimModHSensitivity (float value) |
|
void | ReloadOptions () |
|
void | SetOptions (GameOptions options) |
|
void | ToggleDependentOptions (int mode, bool state) |
|
void | InitDependentOptionsVisibility () |
|
void | FillTextMap () |
|
void | ColorRed (Widget w) |
|
void | ColorWhite (Widget w, Widget enterW) |
|
void | OptionsMenuGame (Widget parent, Widget details_root, GameOptions options, OptionsMenu menu) |
|
void | ~OptionsMenuGame () |
|
string | GetLayoutName () |
|
void | Focus () |
|
bool | IsChanged () |
|
void | Apply () |
|
void | Revert () |
|
void | SetToDefaults () |
|
void | ReloadOptions () |
|
void | SetOptions (GameOptions options) |
|
void | ToggleDependentOptions (int mode, bool state) |
|
void | InitDependentOptionsVisibility () |
|
void | UpdateLanguageOption (int new_index) |
|
void | UpdatePauseOption (int new_index) |
|
void | UpdateFOVOption (float new_value) |
|
void | UpdateHUDBrightnessOption (float newValue) |
|
void | UpdateHUDOption (int new_index) |
|
void | UpdateBleedingIndication (int new_index) |
|
void | UpdateConnectivityInfo (int newIndex) |
|
void | UpdateCrosshairOption (int new_index) |
|
void | UpdateQuickbarOption (int new_index) |
|
void | UpdateGameOption (int new_index) |
|
void | UpdateAdminOption (int new_index) |
|
void | UpdatePlayerOption (int new_index) |
|
void | UpdateServerInfoOption (int new_index) |
|
IngameHud | GetHud () |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
override bool | OnFocus (Widget w, int x, int y) |
|
void | OnBleedingIndicationChanged (bool state) |
|
bool | TextMapUpdateWidget (int key) |
|
void | FillTextMap () |
|
void | OptionsMenuVideo (Widget parent, Widget details_root, GameOptions options, OptionsMenu menu) |
|
void | ~OptionsMenuVideo () |
|
void | InitSelectors () |
|
string | GetLayoutName () |
|
void | Focus () |
|
void | ReloadOptions () |
|
bool | IsChanged () |
|
void | Apply () |
|
void | Revert () |
|
void | SetToDefaults () |
|
void | SetOptions (GameOptions options) |
|
void | ToggleDependentOptions (int mode, bool state) |
|
void | InitDependentOptionsVisibility () |
|
void | RefreshCustom () |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
void | OnOptionChanged () |
|
void | OnOverallQualityChanged (int value) |
|
void | OnDisplayModeChanged (int value) |
|
void | OnResolutionChanged (int value) |
|
void | OnBrightnessChanged (float value) |
|
void | OnVSyncChanged (float value) |
|
void | OnColorDepthChanged (int value) |
|
void | OnObjectDetailChanged (int value) |
|
void | OnTerrainDetailChanged (int value) |
|
void | OnTextureDetailChanged (int value) |
|
void | OnShadowDetailChanged (int value) |
|
void | OnTextureFilteringChanged (int value) |
|
void | OnTerrainSurfaceDetailChanged (int value) |
|
void | OnPPAAChanged (int value) |
|
void | OnHWAAChanged (int value) |
|
void | OnATOCChanged (int value) |
|
void | OnAOChanged (int value) |
|
void | OnPPQualityChanged (int value) |
|
void | OnSSRQualityChanged (int value) |
|
override bool | OnFocus (Widget w, int x, int y) |
|
bool | TextMapUpdateWidget (int key) |
|
void | FillTextMap () |
|
void | ~OptionSelectorBase () |
|
Widget | GetParent () |
|
bool | IsFocusable (Widget w) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
override bool | OnFocus (Widget w, int x, int y) |
|
override bool | OnFocusLost (Widget w, int x, int y) |
|
void | Focus () |
|
void | Enable () |
|
void | Disable () |
|
void | ColorHighlight (Widget w) |
|
void | ColorNormal (Widget w) |
|
void | ColorDisabled (Widget w) |
|
void | ButtonSetColor (Widget w, int color) |
|
void | ColorHighlightConsole (Widget w) |
|
void | ColorNormalConsole (Widget w) |
|
void | ColorDisabledConsole (Widget w) |
|
void | ButtonSetColorConsole (Widget w, int color) |
|
void | ButtonSetAlphaAnimConsole (Widget w) |
|
void | ButtonSetTextColorConsole (Widget w, int color) |
|
void | ServerBrowserEntry (Widget parent, int index, ServerBrowserTab tab) |
|
void | ~ServerBrowserEntry () |
|
Widget | GetRoot () |
|
void | Show (bool show) |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
override bool | OnDoubleClick (Widget w, int x, int y, int button) |
|
override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
void | Focus () |
|
void | ServerListFocus (bool focus) |
|
override bool | OnFocus (Widget w, int x, int y) |
|
override bool | OnFocusLost (Widget w, int x, int y) |
|
bool | IsOnline () |
|
bool | IsFocusable (Widget w) |
|
void | FillInfo (GetServersResultRow server_info) |
|
void | UpdateEntry () |
|
void | SetName (string name) |
|
void | SetPasswordLocked (bool locked) |
|
void | SetPopulation (int population, int slots) |
|
void | ServerBrowserFilterContainer (Widget root, ServerBrowserTab parent) |
|
void | OnFilterChanged () |
|
void | LoadFilters () |
|
void | SaveFilters () |
|
void | ResetFilters () |
|
bool | PingIsSet () |
|
bool | FavoriteIsSet () |
|
bool | PreviouslyIsSet () |
|
bool | ProcessIntoIPAddress (out string potential_ip) |
| Removes all characters from the given string whirh are NOT a number, '.' or ':'. Returns true if any change was done to the input text.
|
|
bool | LimitTextBoxCharacterCount (out string text, int max_length) |
| Limits the given text to 'max_length' character count. Returns true if any change was done to the input.
|
|
string | GenerateValidIP (string potential_ip) |
| Attempts to generate a valid IP address & port from the given string in format like this: "192.168.0.2:2503". If the process fails, then an empty string is returned.
|
|
bool | GenerateValidFilter (out string potential_filter) |
| Turns any given string into a more convenient filter (limits character count, forces lowercase, trims empty spaces).
|
|
void | OnSortChanged (int value) |
|
void | Focus () |
|
override bool | OnChange (Widget w, int x, int y, bool finished) |
|
override bool | OnFocus (Widget w, int x, int y) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
GetServersInput | GetFilterOptionsPC () |
|
GetServersInput | GetFilterOptionsConsoles () |
|
void | OnInputPresetChanged () |
|
void | OnInputDeviceChanged (EInputDeviceType pInputDeviceType) |
|
void | Init () |
|
void | OnWidgetScriptInit (Widget w) |
|
void | AlignTabbers () |
|
int | AddTab (string name) |
|
void | RemoveTab (int index) |
|
Widget | GetTab (int index) |
|
int | GetTabCount () |
|
bool | CanSwitchTab () |
|
void | SetCanSwitch (bool value) |
|
void | PerformSwitchTab (int index) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
override bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
override bool | OnChildAdd (Widget w, Widget child) |
|
override bool | OnChildRemove (Widget w, Widget child) |
|
void | EnableTabControl (int index, bool enable) |
|
void | SelectTabControl (int index) |
|
void | SelectTabPanel (int index) |
|
void | DeselectTabControl (int index) |
|
void | DeselectTabPanel (int index) |
|
void | DeselectAll () |
|
void | NextTab () |
|
void | PreviousTab () |
|
int | GetSelectedIndex () |
|
void | RefreshTab (bool performInitAlignment=false) |
|
void | UpdateControlsElements () |
|
void | DisableTabs (bool disable) |
| useful if we want to disable actual tabs for whatever reason
|
|
void | VideoPlayer (Widget parent) |
|
void | ~VideoPlayer () |
|
void | Show (bool show) |
|
void | OnPlaybackStart () |
|
void | OnPlaybackStop () |
|
void | OnBufferingStart () |
|
void | OnBufferingEnd () |
|
void | ToggleVideoSelection () |
|
void | LoadVideo (string videoPath) |
|
void | PlayVideo () |
|
void | PauseVideo () |
|
void | StopVideo () |
|
void | OnceVideo () |
|
void | RepeatVideo () |
|
void | KillVideo () |
|
void | ObjectFollower () |
|
void | ~ObjectFollower () |
|
void | OnWidgetScriptInit (Widget w) |
|
void | SetTarget (Object obj) |
|
override bool | OnUpdate (Widget w) |
|
void | Update () |
|
void | GetOnScreenPosition (out float x, out float y) |
|
void | ProjectedCrosshair () |
|
void | ~ProjectedCrosshair () |
|
void | OnWidgetScriptInit (Widget w) |
|
void | Update () |
| Update.
|
|
void | GetPlayer () |
|
void | GetCrosshairPosition () |
|