|
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) |
|
bool | GetItemFrozen () |
|
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 | UpdateHUDVehicleOption (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 | OnVisibilityChanged (int value) |
|
void | OnObjectVisibilityChanged (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 | ServerBrowserDetailsContainer (Widget root, ServerBrowserTab parent) |
|
void | SetDetails (GetServersResultRow serverInfo, bool online=false) |
|
void | ClearDetails () |
|
void | SetName (string name) |
|
void | SetType (string shardId) |
|
void | SetMode (int mode) |
|
void | SetServerIP (string ip) |
|
void | SetTimeAcceleration (float timeMul, float nightTimeMul) |
|
void | SetTimeIcon (string time, float multiplier) |
|
void | SetBattleyeState (int enabled=-1) |
|
void | SetVersion (string version) |
|
void | SetServerDesc (string desc) |
|
void | SetServerMap (GetServersResultRow serverInfo) |
|
void | Focus () |
|
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) |
|
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) |
|
void | OnSelect () |
|
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 | ServerBrowserFilterContainer (Widget root, ServerBrowserTab parent) |
|
array< string > | LoadMapFilterOptions () |
|
void | OnFilterChanged () |
|
void | OnMapFilterChanged () |
|
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 () |
|
|
bool | OnClick (Widget w, int x, int y, int button) |
|
bool | OnModalResult (Widget w, int x, int y, int code, int result) |
|
bool | OnDoubleClick (Widget w, int x, int y, int button) |
|
bool | OnSelect (Widget w, int x, int y) |
|
bool | OnItemSelected (Widget w, int x, int y, int row, int column, int oldRow, int oldColumn) |
|
bool | OnFocus (Widget w, int x, int y) |
|
bool | OnFocusLost (Widget w, int x, int y) |
|
bool | OnMouseEnter (Widget w, int x, int y) |
|
bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
bool | OnMouseWheel (Widget w, int x, int y, int wheel) |
|
bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
|
bool | OnMouseButtonUp (Widget w, int x, int y, int button) |
|
bool | OnController (Widget w, int control, int value) |
| control is one of ControlID
|
|
bool | OnKeyDown (Widget w, int x, int y, int key) |
|
bool | OnKeyUp (Widget w, int x, int y, int key) |
|
bool | OnKeyPress (Widget w, int x, int y, int key) |
|
bool | OnChange (Widget w, int x, int y, bool finished) |
|
bool | OnDrag (Widget w, int x, int y) |
|
bool | OnDragging (Widget w, int x, int y, Widget reciever) |
|
bool | OnDraggingOver (Widget w, int x, int y, Widget reciever) |
|
bool | OnDrop (Widget w, int x, int y, Widget reciever) |
|
bool | OnDropReceived (Widget w, int x, int y, Widget reciever) |
|
bool | OnResize (Widget w, int x, int y) |
|
bool | OnChildAdd (Widget w, Widget child) |
|
bool | OnChildRemove (Widget w, Widget child) |
|
bool | OnUpdate (Widget w) |
|
bool | OnEvent (EventType eventType, Widget target, int parameter0, int parameter1) |
|
void | OnItemEnter (InventoryGrid grid, Widget w, int row, int col) |
|
void | OnItemLeave (InventoryGrid grid, Widget w) |
|
void | OnItemDrag (InventoryGrid grid, Widget w, int row, int col) |
|
void | OnItemDraggingOver (InventoryGrid grid, Widget w, int row, int col) |
|
void | OnItemDrop (InventoryGrid grid, Widget w, int row, int col) |
|
void | OnItemDropReceived (InventoryGrid grid, Widget w, int row, int col) |
|
void | OnItemClick (InventoryGrid grid, Widget w, int row, int col) |
|
void | OnItemLeftClick (InventoryGrid grid, Widget w, int row, int col) |
|
void | OnItemRightClick (InventoryGrid grid, Widget w, int row, int col) |
|
void | OnItemDoubleClick (InventoryGrid grid, Widget w, int row, int col) |
|
int | GetItemColor (ScriptedWidgetEventHandler grid, InventoryItem item) |
|
int | GetQuickbarItemColor (InventoryGrid grid, InventoryItem item) |
|
vector | GetItemSize (InventoryGrid grid, InventoryItem item) |
|
string | GetItemQuantityText (InventoryItem item) |
|
int | HasItemQuantity (InventoryItem item) |
|
float | GetItemQuantity (InventoryItem item) |
|
int | GetItemQuantityMax (InventoryItem item) |
|
int | GetItemCount (InventoryItem item) |
|
bool | CanAddItemInHandToInventory () |
|
override bool | OnDrag (Widget w, int x, int y) |
|
override bool | OnDraggingOver (Widget w, int x, int y, Widget reciever) |
|
override bool | OnDropReceived (Widget w, int x, int y, Widget reciever) |
|
TItemsMap | GetItems () |
|
Widget | GetItem (int index) |
|
Widget | GetItemBackground (int index) |
|
Widget | GetRoot () |
|
void | SetItemColor (InventoryItem item, int color) |
|
void | SetController (InventoryGridController controller) |
|
InventoryGridController | GetController () |
|
void | GenerateQuickBarBackgroundTiles (int count) |
|
void | UpdateQuickbarItems (TItemsMap items) |
|
void | UpdateItems (TItemsMap items, bool show_quantity, bool show_temperature) |
|
void | UpdateQuantityItems () |
|
void | UpdateTemperatureItems () |
|
void | RefreshQuickbarItemVariables (InventoryItem item, vector data) |
|
void | RefreshItemVariables (InventoryItem item, vector data, bool show_quantity, bool show_temperature) |
|
void | AddItem (InventoryItem item, vector data, vector rotation) |
|
void | SetItem (InventoryItem item, vector data, vector rotation) |
|
void | ContextMenu () |
|
void | ~ContextMenu () |
|
void | Init (Widget layoutRoot, bool builtIn=false) |
|
void | Show (int x, int y) |
|
void | SetSize (float x, float y) |
|
void | ShowBackdrop (bool show) |
|
void | Hide () |
|
bool | IsVisible () |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
override bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
|
void | Add (string label, Class obj, string fn_name, Param params) |
|
void | AddEx (string label, int labelColor, Class obj, string funcName, Param params) |
|
void | Remove (int index) |
|
int | Count () |
|
void | Clear () |
|
void | BuildContextMenu (notnull EntityAI entity, notnull Widget rootWidget, Class target) |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
override bool | OnChange (Widget w, int x, int y, bool finished) |
|
override bool | OnMouseEnter (Widget w, int x, int y) |
|
override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
|
override bool | OnClick (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 | GetPlayer () |
|
void | GetActionManager () |
|
void | GetActions () |
|
void | SetProgress (float progress) |
|
void | HudDebugEventHandler (HudDebug hud_debug) |
|
HudDebug | GetHudDebug () |
|
override bool | OnClick (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) |
|
override bool | OnMouseButtonDown (Widget w, int x, int y, int button) |
|
override bool | OnSelect (Widget w, int x, int y) |
|
override bool | OnItemSelected (Widget w, int x, int y, int row, int column, int oldRow, int oldColumn) |
|
override bool | OnModalResult (Widget w, int x, int y, int code, int result) |
|
override bool | OnChange (Widget w, int x, int y, bool finished) |
|
void | UpdateControllerInputIcons () |
| Loads icons from the latest keybinds.
|
|
void | UpdatePCIconsVisibility () |
| Contains logic for icon set switching (Gamepad/M&K)
|
|
void | MainMenuStats (Widget root) |
|
void | ShowStats () |
|
void | HideStats () |
|
void | UpdateStats () |
|
void | RevertHUDBrightness () |
|
void | OptionsMenuSounds (Widget parent, Widget details_root, GameOptions options, OptionsMenu menu) |
|
void | ~OptionsMenuSounds () |
|
string | GetLayoutName () |
|
void | Focus () |
|
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) |
|
bool | TextMapUpdateWidget (int key) |
|
void | OnVonStateEvent () |
|
void | OnPartyChatChangedEvent () |
|
void | UpdateWasMicCapturing () |
|
bool | IsChanged () |
|
void | Apply () |
|
void | Revert () |
|
void | SetToDefaults () |
|
void | ReloadOptions () |
|
void | SetOptions (GameOptions options) |
|
void | ToggleDependentOptions (int mode, bool state) |
|
void | InitDependentOptionsVisibility () |
|
void | UpdateMaster (float value) |
|
void | UpdateEffects (float value) |
|
void | UpdateVOIP (float value) |
|
void | UpdateVOIPThreshold (float value) |
|
void | UpdateMusic (float value) |
|
void | UpdateAmbientSoundModeOption (int value) |
|
void | UpdateInputMode (int newIndex) |
|
void | UpdateAudioLevel () |
|
void | FillTextMap () |
|
void | SetPopulationEx (GetServersResultRow serverInfo) |
|
void | SetSlots (int slots) |
|
void | SetPing (int ping) |
|
void | SetTime (string time, float multiplier) |
|
void | SetShard (int shard) |
|
void | RefreshDLCIcon () |
|
void | SetCharacterAlive (string char_alive) |
|
void | SetFriends (string friends_text) |
|
void | SetMode (int mode) |
|
void | SetBattleye (bool battleye) |
|
void | SetIP (string ip) |
|
string | GetIP () |
|
int | GetPort () |
|
int | GetSteamQueryPort () |
|
string | GetServerID () |
|
string | GetMapToRun () |
|
void | SetFavorite (bool favorite) |
|
void | SetAcceleration (float mult) |
|
void | SetModded (bool is_modded) |
|
void | SetServerMapName () |
|
void | SetMods (array< string > mods) |
|
void | SetMouseAndKeyboard (bool is_mkenabled) |
|
void | SetIsOnline (bool isOnline) |
|
bool | ToggleFavorite () |
|
bool | ToggleExpand () |
|
bool | SetExpand (bool expand) |
|
void | Select (bool notify=true) |
|
void | Deselect () |
|
void | UpdateColors () |
|
void | Preview (Widget w, int x, int y) |
|
void | Darken (Widget w, int x, int y) |
|
void | Lighten (Widget w, Widget enterW, int x, int y) |
|
GetServersResultRow | GetServerData () |
|
string | GetMapName () |
|
void | SetMapName (string mapName) |
|
void | SetPopulation (int population, int slots) |
|
void | Init () |
|
void | InitVideoLoading () |
|
void | CreateVideoLoadingEntry (string entryName) |
|
void | UpdateCurrentTime () |
|
void | UpdateTotalTime () |
|
void | UpdateTime (TextWidget widget, int time) |
|
override bool | OnChange (Widget w, int x, int y, bool finished) |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
void | ~ProfileOptionsUI () |
|
void | Attach (int profileOption, array< Widget > widget_array) |
|
void | Deattach () |
|
void | Init () |
|
void | SetValue () |
|
override bool | OnClick (Widget w, int x, int y, int button) |
|
void | SetButtonStates (int index) |
|
array< Widget > | GetWidgetArray () |
|
int | GetProfileOption () |
|
void | IntroSceneCharacter () |
|
void | ~IntroSceneCharacter () |
|
bool | IsDefaultCharacter () |
|
void | SetToDefaultCharacter () |
|
void | SetCharacterID (int char_id) |
|
int | GetCharacterID () |
|
PlayerBase | GetCharacterObj () |
|
TStringArray | GetCharGenderList () |
|
TStringArray | GetCharList (ECharGender gender) |
|
TStringArray | GetCharShirtsList () |
|
TStringArray | GetCharPantsList () |
|
TStringArray | GetCharShoesList () |
|
void | SetCharacterGender (ECharGender gender) |
|
bool | IsCharacterFemale () |
|
ECharGender | GetCharacterGender () |
|
vector | GetPosition () |
|
int | GetNextCharacterID () |
|
int | GetPrevCharacterID () |
|
void | CreateNewCharacterRandom () |
|
void | CreateNewCharacterById (int character_id) |
|
void | CreateNewCharacterByName (string character_name, bool randomize_equip=true) |
|
void | CreateDefaultCharacter () |
|
void | GetLastPlayedServer (int characterID, out string address, out string name, out int port) |
|
void | GetLastPlayedServerEx (int characterID, out string address, out string name, out int port, out int steamQueryPort) |
|
void | CreateNewCharacter () |
|
void | LoadCharacterData (vector char_pos, vector char_rot, bool default_char=false) |
| Generates random equip for the new IntroSceneCharacter, whatever is defined in 'cfgCharacterCreation'.
|
|
void | CharacterUnload () |
|
void | CharacterLoad (int character_id, vector char_pos, vector char_rot) |
|
void | SetupPlayerName (bool new_name) |
|
void | SetAttachment (string type, int slot) |
|
string | GetCharacterNameById (int char_id) |
|
string | GetCharacterName () |
|
void | SaveCharName (string name) |
|
void | SaveDefaultCharacter () |
|
void | TransferValues (PlayerBase player) |
|
void | Init () |
|
void | OnScheduledTick (float deltatime) |
|
void | CheckValues () |
|
float | GetBlood () |
|
float | GetHealth () |
|
void | CheckHealth () |
|
void | CheckBlood () |
|
void | SendInitValues () |
| Sends values on object creation.
|
|
void | SendValue (int value_type, float value) |
|
void | ReceiveValue (int value_type, float value) |
|
void | OnRPC (ParamsReadContext ctx) |
|
void | ShowDebugValues (bool show) |
|
void | BleedingIndicator (int source_ID, int severity, GameplayEffectsDataBleeding parent) |
|
void | InitIndicator (vector position) |
|
void | StopIndicator (bool instant=false) |
|
void | StartRunningDrops () |
|
bool | IsRunningDrops () |
| Are any drops currently being animated?
|
|
void | TrySpawnNextDrop () |
|
void | ResetSequence () |
|
void | ResetIndicator () |
|
void | Update (float timeSlice) |
|
bool | GetEndNow () |
|
int | GetSeverity () |
|
void | GameplayEffectsData (array< ref Widget > input, int type, int user_override=-1) |
|
void | Init (array< ref Widget > input, int type, Widget layout_root, int user_override=-1) |
|
array< ref Widget > | GetWidgetSet () |
|
int | GetWidgetSetType () |
|
int | GetWidgetSetID () |
|
bool | HasDefinedHandle () |
| Returns 'true' if this class contains update info.
|
|
bool | DataInitialized () |
|
void | UpdateVisibility (bool state) |
|
void | RegisterData (Param p) |
|
void | Update (float timeSlice=0, Param p=null, int handle=-1) |
|
void | ForceStop () |
|