Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | PluginDayzPlayerDebugUserData |
class | HumanCommandActionCallback |
void Actions_DoCancel | ( | ) |
Definition at line 805 of file plugindayzplayerdebug.c.
void Actions_DoInternalCommand | ( | int | pCommandId | ) |
Definition at line 782 of file plugindayzplayerdebug.c.
void Actions_Start | ( | ) |
start action
Definition at line 743 of file plugindayzplayerdebug.c.
void Actions_UpdateGlobals | ( | DayZPlayer | pPlayer | ) |
Definition at line 828 of file plugindayzplayerdebug.c.
void CaptureFocus | ( | ) |
Definition at line 363 of file plugindayzplayerdebug.c.
void CommandHandler | ( | ) |
Definition at line 1051 of file plugindayzplayerdebug.c.
void CreateModuleWidgets | ( | ) |
Definition at line 448 of file plugindayzplayerdebug.c.
void CreateTypeNameMapping | ( | ) |
Definition at line 293 of file plugindayzplayerdebug.c.
void DbgShowBoneName | ( | DayZPlayer | pPlayer | ) |
Definition at line 639 of file plugindayzplayerdebug.c.
void DestroyModuleWidgets | ( | ) |
Definition at line 524 of file plugindayzplayerdebug.c.
void DisplayActions | ( | int | pType | ) |
Definition at line 691 of file plugindayzplayerdebug.c.
int OnClick::GetCategory | ( | ) |
Definition at line 26 of file plugindayzplayerdebug.c.
int OnClick::GetInt | ( | ) |
Definition at line 11 of file plugindayzplayerdebug.c.
string OnClick::GetNameUnique | ( | ) |
Definition at line 35 of file plugindayzplayerdebug.c.
int OnClick::GetStanceMask | ( | ) |
Definition at line 21 of file plugindayzplayerdebug.c.
void Hide | ( | ) |
Definition at line 354 of file plugindayzplayerdebug.c.
bool IsActive | ( | ) |
Definition at line 327 of file plugindayzplayerdebug.c.
bool OnClick::IsFullBody | ( | ) |
Definition at line 16 of file plugindayzplayerdebug.c.
Definition at line 1037 of file plugindayzplayerdebug.c.
Definition at line 62 of file plugindayzplayerdebug.c.
class PluginDayzPlayerDebugUserData OnClick | ( | Widget | w, |
int | x, | ||
int | y, | ||
int | button | ||
) |
Definition at line 68 of file plugindayzplayerdebug.c.
Definition at line 76 of file plugindayzplayerdebug.c.
void PlayerSyncCreate | ( | ) |
Definition at line 843 of file plugindayzplayerdebug.c.
void PlayerSyncDelete | ( | ) |
Definition at line 855 of file plugindayzplayerdebug.c.
void PluginDayzPlayerDebug | ( | ) |
Definition at line 275 of file plugindayzplayerdebug.c.
void OnClick::PluginDayzPlayerDebugUserData | ( | string | name, |
int | category, | ||
int | pUserData, | ||
bool | pFullBody, | ||
int | pStanceMask = -1 |
||
) |
Definition at line 2 of file plugindayzplayerdebug.c.
void RegisterAnimation | ( | string | name, |
int | category, | ||
int | pUserData, | ||
bool | pFullBody, | ||
int | pStanceMask = -1 |
||
) |
Definition at line 1087 of file plugindayzplayerdebug.c.
void RegisterAnimations | ( | ) |
one time
fullbody looping
one time
looping
one time
fullbody looping
fullbody one time
fullbody looping
Definition at line 1094 of file plugindayzplayerdebug.c.
void RegisterDebugItem | ( | ItemBase | item, |
PlayerBase | player | ||
) |
Definition at line 322 of file plugindayzplayerdebug.c.
void ReleaseFocus | ( | ) |
Definition at line 374 of file plugindayzplayerdebug.c.
void Show | ( | ) |
Definition at line 341 of file plugindayzplayerdebug.c.
void ShowCard | ( | int | pCard | ) |
Definition at line 530 of file plugindayzplayerdebug.c.
void ShowWidgets | ( | bool | show | ) |
Definition at line 332 of file plugindayzplayerdebug.c.
void Tick | ( | ) |
Definition at line 545 of file plugindayzplayerdebug.c.
void ToggleDebugWindowEvent | ( | ) |
Definition at line 387 of file plugindayzplayerdebug.c.
void ToggleDebugWindowEventOld | ( | ) |
act:0 foc:0 -> act:1 foc:0 act:1 foc:0 -> act:0 foc:0 act:1 foc:1 -> act:1 foc:0
Definition at line 400 of file plugindayzplayerdebug.c.
void ToggleDebugWindowEventP | ( | ) |
act:0 foc:0 -> act:1 foc:1 act:1 foc:0 -> act:1 foc:1 act:1 foc:1 -> act:0 foc:0
Definition at line 419 of file plugindayzplayerdebug.c.
void ToggleDebugWindowSetMode | ( | int | pMode | ) |
Definition at line 438 of file plugindayzplayerdebug.c.
void UpdateCommandModifiers | ( | DayZPlayer | pPlayer | ) |
Definition at line 658 of file plugindayzplayerdebug.c.
void UpdateItemAccessor | ( | DayZPlayer | pPlayer | ) |
Definition at line 875 of file plugindayzplayerdebug.c.
void UpdatePlayerStatus | ( | DayZPlayer | pPlayer | ) |
Definition at line 570 of file plugindayzplayerdebug.c.
void ~PluginDayzPlayerDebug | ( | ) |
Definition at line 306 of file plugindayzplayerdebug.c.
TextWidget m_ActionEventV |
Definition at line 228 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionsCancel |
Definition at line 224 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionsEnd |
Definition at line 222 of file plugindayzplayerdebug.c.
EditBoxWidget m_ActionsFilter |
Definition at line 231 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionsFinish |
Definition at line 223 of file plugindayzplayerdebug.c.
TextWidget m_ActionsGlobalStatus |
Definition at line 229 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionsOTA |
Definition at line 225 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionsOTL |
Definition at line 226 of file plugindayzplayerdebug.c.
TextListboxWidget m_ActionsSelector |
Definition at line 220 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionsStart |
Definition at line 221 of file plugindayzplayerdebug.c.
TextWidget m_ActionStateV |
Definition at line 227 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionTypeAll |
Definition at line 241 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionTypeFLA |
Definition at line 244 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionTypeFLG |
Definition at line 248 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionTypeFOA |
Definition at line 245 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionTypeFOG |
Definition at line 249 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionTypeLA |
Definition at line 242 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionTypeLG |
Definition at line 246 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionTypeOA |
Definition at line 243 of file plugindayzplayerdebug.c.
ButtonWidget m_ActionTypeOG |
Definition at line 247 of file plugindayzplayerdebug.c.
protected ref array<ref PluginDayzPlayerDebugUserData> m_AnimationList = new array<ref PluginDayzPlayerDebugUserData>() |
Definition at line 198 of file plugindayzplayerdebug.c.
protected ref map<string, ref PluginDayzPlayerDebugUserData> m_AnimationListMappings = new map<string, ref PluginDayzPlayerDebugUserData>() |
Definition at line 199 of file plugindayzplayerdebug.c.
protected bool m_bIsFullBody |
Definition at line 41 of file plugindayzplayerdebug.c.
Widget m_Card0 |
Definition at line 207 of file plugindayzplayerdebug.c.
ButtonWidget m_Card0Button |
Definition at line 212 of file plugindayzplayerdebug.c.
Widget m_Card1 |
Definition at line 208 of file plugindayzplayerdebug.c.
ButtonWidget m_Card1Button |
Definition at line 213 of file plugindayzplayerdebug.c.
Widget m_Card2 |
Definition at line 209 of file plugindayzplayerdebug.c.
ButtonWidget m_Card2Button |
Definition at line 214 of file plugindayzplayerdebug.c.
Widget m_Card3 |
Definition at line 210 of file plugindayzplayerdebug.c.
ButtonWidget m_Card3Button |
Definition at line 215 of file plugindayzplayerdebug.c.
Widget m_Card4 |
Definition at line 211 of file plugindayzplayerdebug.c.
ButtonWidget m_Card4Button |
Definition at line 216 of file plugindayzplayerdebug.c.
protected int m_Category |
Definition at line 43 of file plugindayzplayerdebug.c.
bool m_CH_ActionCancel = false |
Definition at line 265 of file plugindayzplayerdebug.c.
int m_CH_ActionCommand = -1000 |
Definition at line 264 of file plugindayzplayerdebug.c.
bool m_CH_ActionStart = false |
Definition at line 263 of file plugindayzplayerdebug.c.
ButtonWidget m_ClearEventsButton |
Definition at line 252 of file plugindayzplayerdebug.c.
ref PluginDayzPlayerDebug_Ctrl m_Controls |
Definition at line 269 of file plugindayzplayerdebug.c.
int m_CurrentMode = 0 |
Definition at line 384 of file plugindayzplayerdebug.c.
protected int m_CurrentType |
Definition at line 260 of file plugindayzplayerdebug.c.
TextListboxWidget m_EventsHistory |
Definition at line 254 of file plugindayzplayerdebug.c.
bool m_HasFocus = false |
Definition at line 203 of file plugindayzplayerdebug.c.
bool m_HasServerWalk = false |
Definition at line 204 of file plugindayzplayerdebug.c.
bool m_IsActive = false |
Definition at line 202 of file plugindayzplayerdebug.c.
protected int m_iStanceMask |
Definition at line 42 of file plugindayzplayerdebug.c.
TextWidget m_ItemAccClass |
Definition at line 237 of file plugindayzplayerdebug.c.
TextWidget m_ItemAccInst |
Definition at line 239 of file plugindayzplayerdebug.c.
TextWidget m_ItemAccSClass |
Definition at line 238 of file plugindayzplayerdebug.c.
protected int m_iUserData |
Definition at line 40 of file plugindayzplayerdebug.c.
Widget m_MainWnd |
Definition at line 206 of file plugindayzplayerdebug.c.
protected string m_Name |
Definition at line 44 of file plugindayzplayerdebug.c.
ref PluginDayzPlayerDebug_OtherCmds m_OtherCmds |
Definition at line 270 of file plugindayzplayerdebug.c.
ButtonWidget m_PlayerServerWalk |
Definition at line 235 of file plugindayzplayerdebug.c.
EditBoxWidget m_PlayerStatusV |
Definition at line 219 of file plugindayzplayerdebug.c.
ButtonWidget m_PlayerSyncCreateShadow |
Definition at line 233 of file plugindayzplayerdebug.c.
ButtonWidget m_PlayerSyncDelete |
Definition at line 234 of file plugindayzplayerdebug.c.
Entity m_pPlayerShadow |
Definition at line 258 of file plugindayzplayerdebug.c.
PluginDayzPlayerDebug m_pPluginPlayerDebug |
Definition at line 83 of file plugindayzplayerdebug.c.
ref PluginDayzPlayerDebugUIHandler m_pUIHandler |
Definition at line 256 of file plugindayzplayerdebug.c.
ref Timer m_TickTimer |
Definition at line 196 of file plugindayzplayerdebug.c.
Definition at line 200 of file plugindayzplayerdebug.c.
ref PluginDayzPlayerDebug_Weapons m_Weapons |
Definition at line 268 of file plugindayzplayerdebug.c.
const private int TYPE_ALL = -1 |
Definition at line 192 of file plugindayzplayerdebug.c.
const private int TYPE_FB_GESTURE_LOOPING = 6 |
Definition at line 188 of file plugindayzplayerdebug.c.
const private int TYPE_FB_GESTURE_ONETIME = 7 |
Definition at line 189 of file plugindayzplayerdebug.c.
const private int TYPE_FB_LOOPING = 2 |
Definition at line 183 of file plugindayzplayerdebug.c.
const private int TYPE_FB_ONETIME = 3 |
Definition at line 184 of file plugindayzplayerdebug.c.
const private int TYPE_FB_SUICIDE_LOOPING = TYPE_FB_GESTURE_LOOPING |
Definition at line 190 of file plugindayzplayerdebug.c.
const private int TYPE_MOD_GESTURE_LOOPING = 4 |
Definition at line 186 of file plugindayzplayerdebug.c.
const private int TYPE_MOD_GESTURE_ONETIME = 5 |
Definition at line 187 of file plugindayzplayerdebug.c.
class PluginDayzPlayerActionCallback extends HumanCommandActionCallback TYPE_MOD_LOOPING = 0 |
const private int TYPE_MOD_ONETIME = 1 |
Definition at line 182 of file plugindayzplayerdebug.c.