![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ProjectileStoppedInfo |
| class | ObjectCollisionInfo |
| class | CrashSoundSets |
| class | UIScriptedMenu |
| class | LoginQueueBase |
| LoginQueue position when using -connect since mission is not created yet. More... | |
| class | LoginScreenBase |
| class | LoginTimeBase |
| LoginTime when using -connect since mission is not created yet. More... | |
| class | ConnectionLost |
| class | DayZProfilesOptions |
| class | CGame |
Typedefs | |
| typedef Param3< string, bool, bool > | DayZProfilesOption |
| typedef DayZProfilesOption | DayZProfilesOptionBool |
| typedef Param3< string, int, int > | DayZProfilesOptionInt |
| typedef Param3< string, float, float > | DayZProfilesOptionFloat |
Enumerations | |
| enum | DisconnectSessionFlags { NONE = 0, JOIN_ERROR_ENABLED = 1, JOIN_ERROR_CHECK = 2, DISCONNECT_ERROR_ENABLED = 4, SELECT_USER = 8, CLOSE_MENUS = 16, IGNORE_WHEN_IN_GAME = 32, ALWAYS_FORCE = 64 } |
Functions | |
| ProjectileStoppedInfo Managed | GetSurfNormal () |
| proto native Object | GetSource () |
| proto native vector | GetPos () |
| proto native vector | GetInVelocity () |
| proto native string | GetAmmoType () |
| proto native float | GetProjectileDamage () |
| proto native Object | GetHitObj () |
| proto native vector | GetHitObjPos () |
| proto native vector | GetHitObjRot () |
| proto native int | GetComponentIndex () |
| void | LoginQueueBase () |
| void | ~LoginQueueBase () |
| override Widget | Init () |
| override bool | OnClick (Widget w, int x, int y, int button) |
| buttons clicks More... | |
| void | Show () |
| void | Hide () |
| void | SetPosition (int position) |
| override protected bool | CanChangeHintPage (float timeAccu) |
| void | LoadingScreen (DayZGame game) |
| void | OnTimer () |
| DEPRECATED. More... | |
| void | Inc () |
| void | Dec () |
| void | EndLoading () |
| bool | IsLoading () |
| void | SetTitle (string title) |
| void | SetStatus (string status) |
| void | SetProgress (float val) |
| void | OnUpdate (float timeslice) |
| void | ShowEx (DayZGame game) |
| void | Hide (bool force) |
| DayZGame | GetDayZGame () |
| typedef Param3<string, bool, bool> DayZProfilesOption |
Definition at line 392 of file dayzgame.c.
Definition at line 393 of file dayzgame.c.
| typedef Param3<string, float, float> DayZProfilesOptionFloat |
Definition at line 395 of file dayzgame.c.
| typedef Param3<string, int, int> DayZProfilesOptionInt |
Definition at line 394 of file dayzgame.c.
| Enumerator | |
|---|---|
| NONE | |
| JOIN_ERROR_ENABLED | |
| JOIN_ERROR_CHECK | |
| DISCONNECT_ERROR_ENABLED | |
| SELECT_USER | |
| CLOSE_MENUS | |
| IGNORE_WHEN_IN_GAME | |
| ALWAYS_FORCE | |
Definition at line 1 of file dayzgame.c.
Definition at line 181 of file dayzgame.c.
| void Dec | ( | ) |
Definition at line 756 of file dayzgame.c.
| void EndLoading | ( | ) |
Definition at line 768 of file dayzgame.c.
| proto native string GetSurfNormal::GetAmmoType | ( | ) |
| proto native int GetIsWater::GetComponentIndex | ( | ) |
Definition at line 135 of file actiontargets.c.
| DayZGame GetDayZGame | ( | ) |
Definition at line 3729 of file dayzgame.c.
| proto native Object GetIsWater::GetHitObj | ( | ) |
| proto native vector GetIsWater::GetHitObjPos | ( | ) |
| proto native vector GetIsWater::GetHitObjRot | ( | ) |
| proto native vector GetSurfNormal::GetInVelocity | ( | ) |
| proto native vector GetSurfNormal::GetPos | ( | ) |
| proto native float GetSurfNormal::GetProjectileDamage | ( | ) |
| proto native Object GetSurfNormal::GetSource | ( | ) |
| ProjectileStoppedInfo Managed GetSurfNormal | ( | ) |
| void Hide | ( | ) |
Definition at line 165 of file dayzgame.c.
| void Hide | ( | bool | force | ) |
Definition at line 853 of file dayzgame.c.
| void Inc | ( | ) |
Definition at line 746 of file dayzgame.c.
| override Widget Init | ( | ) |
Definition at line 122 of file dayzgame.c.
| bool IsLoading | ( | ) |
Definition at line 776 of file dayzgame.c.
| void LoadingScreen | ( | DayZGame | game | ) |
Definition at line 692 of file dayzgame.c.
| void LoginQueueBase | ( | ) |
Definition at line 112 of file dayzgame.c.
| void OnUpdate | ( | float | timeslice | ) |
Definition at line 798 of file dayzgame.c.
| void SetPosition | ( | int | position | ) |
Definition at line 172 of file dayzgame.c.
| void SetProgress | ( | float | val | ) |
Definition at line 791 of file dayzgame.c.
| void SetStatus | ( | string | status | ) |
Definition at line 786 of file dayzgame.c.
| void SetTitle | ( | string | title | ) |
Definition at line 781 of file dayzgame.c.
| void Show | ( | ) |
Definition at line 157 of file dayzgame.c.
| void ShowEx | ( | DayZGame | game | ) |
Definition at line 803 of file dayzgame.c.
| void ~LoginQueueBase | ( | ) |
Definition at line 117 of file dayzgame.c.
| class DayZProfilesOptions CONNECT |
| class DayZProfilesOptions CONNECT_CONTROLLER_SELECT |
| class DayZProfilesOptions CONNECT_START |
| class DayZProfilesOptions CONNECT_USER_SELECT |
| class DayZProfilesOptions CONNECTING |
Definition at line 15 of file dayzgame.c.
| enum DisconnectSessionFlags DISCONNECT_SESSION_FLAGS_FORCE = int.MAX & ~DisconnectSessionFlags.IGNORE_WHEN_IN_GAME |
| const int DISCONNECT_SESSION_FLAGS_JOIN = int.MAX & ~DisconnectSessionFlags.JOIN_ERROR_CHECK |
Definition at line 14 of file dayzgame.c.
| DayZGame g_Game |
Definition at line 3727 of file dayzgame.c.
| ObjectCollisionInfo CollisionInfoBase GetIsWater |
| class DayZProfilesOptions JOIN |
| class DayZProfilesOptions JOIN_CONTROLLER_SELECT |
| class DayZProfilesOptions JOIN_START |
| class DayZProfilesOptions JOIN_USER_SELECT |
| protected ButtonWidget m_btnLeave |
Definition at line 109 of file dayzgame.c.
| int m_Counter |
Definition at line 689 of file dayzgame.c.
| DayZGame m_DayZGame |
Definition at line 678 of file dayzgame.c.
| ref UiHintPanelLoading m_HintPanel |
Definition at line 691 of file dayzgame.c.
| ImageWidget m_ImageBackground |
Definition at line 684 of file dayzgame.c.
| ImageWidget m_ImageLoadingIcon |
Definition at line 683 of file dayzgame.c.
| float m_ImageLoadingIconRotation |
Definition at line 686 of file dayzgame.c.
| ImageWidget m_ImageLogoCorner |
Definition at line 682 of file dayzgame.c.
| ImageWidget m_ImageLogoMid |
Definition at line 681 of file dayzgame.c.
| ImageWidget m_ImageWidgetBackground |
Definition at line 677 of file dayzgame.c.
| protected int m_iPosition = -1 |
Definition at line 110 of file dayzgame.c.
| float m_LastProgressUpdate |
Definition at line 679 of file dayzgame.c.
| TextWidget m_ModdedWarning |
Definition at line 676 of file dayzgame.c.
| ProgressBarWidget m_ProgressLoading |
Definition at line 685 of file dayzgame.c.
| TextWidget m_ProgressText |
Definition at line 687 of file dayzgame.c.
| TextWidget m_TextWidgetStatus |
Definition at line 675 of file dayzgame.c.
| TextWidget m_TextWidgetTitle |
Definition at line 674 of file dayzgame.c.
| ref Timer m_Timer |
Definition at line 690 of file dayzgame.c.
| protected TextWidget m_txtNote |
Definition at line 108 of file dayzgame.c.
| class LoginScreenBase extends UIScriptedMenu m_txtPosition |
| class DayZProfilesOptions m_WidgetRoot |
| class DayZProfilesOptions MAIN_MENU |
| class DayZProfilesOptions MAIN_MENU_CONTROLLER_SELECT |
| class DayZProfilesOptions MAIN_MENU_START |
| class DayZProfilesOptions MAIN_MENU_USER_SELECT |
| class DayZProfilesOptions MISSION_START |
| class DayZProfilesOptions MISSION_USER_SELECT |
| class DayZProfilesOptions PARTY |
| class DayZProfilesOptions PARTY_CONTROLLER_SELECT |
| class DayZProfilesOptions PARTY_START |
| class DayZProfilesOptions PARTY_USER_SELECT |
| class DayZProfilesOptions UNDEFINED |