![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | PlayerPreview (LayoutHolder parent) |
| bool | MouseButtonDown (Widget w, int x, int y, int button) |
| bool | MouseWheel (Widget w, int x, int y, int wheel) |
| void | RefreshPlayerPreview () |
| override void | UpdateInterval () |
| void | UpdateRotation (int mouse_x, int mouse_y, bool is_dragging) |
| void | UpdateScale () |
Protected Attributes | |
| vector | m_CharacterOrientation |
| ref PlayerPreviewWidget | m_CharacterPanelWidget |
| int | m_CharacterRotationX |
| int | m_CharacterRotationY |
| int | m_CharacterScaleDelta |
| bool | m_IsHolding |
Definition at line 1 of file playerpreview.c.
|
inlineprotected |
Definition at line 11 of file playerpreview.c.
References g_Game, WidgetEventHandler::GetInstance(), m_CharacterPanelWidget, m_CharacterScaleDelta, m_Parent, WidgetEventHandler::RegisterOnMouseButtonDown(), WidgetEventHandler::RegisterOnMouseWheel(), and UpdateScale().
Definition at line 69 of file playerpreview.c.
References GetMousePos(), m_CharacterRotationX, m_CharacterRotationY, m_IsHolding, x, and y.
Definition at line 76 of file playerpreview.c.
References m_CharacterScaleDelta, UpdateScale(), x, and y.
|
inlineprotected |
Definition at line 25 of file playerpreview.c.
References m_CharacterPanelWidget.
|
inlineprotected |
Definition at line 83 of file playerpreview.c.
References g_Game, GetMousePos(), GetMouseState(), HumanCommandAdditives(), m_CharacterPanelWidget, m_IsHolding, and UpdateRotation().
Definition at line 30 of file playerpreview.c.
References m_CharacterOrientation, m_CharacterPanelWidget, and m_CharacterRotationX.
Referenced by UpdateInterval().
|
inlineprotected |
Definition at line 46 of file playerpreview.c.
References m_CharacterPanelWidget, and m_CharacterScaleDelta.
Referenced by PlayerPreview(), and MouseWheel().
|
protected |
Definition at line 8 of file playerpreview.c.
Referenced by UpdateRotation().
|
protected |
Definition at line 3 of file playerpreview.c.
Referenced by PlayerPreview(), RefreshPlayerPreview(), UpdateInterval(), UpdateRotation(), and UpdateScale().
|
protected |
Definition at line 5 of file playerpreview.c.
Referenced by MouseButtonDown(), and UpdateRotation().
|
protected |
Definition at line 6 of file playerpreview.c.
Referenced by MouseButtonDown().
|
protected |
Definition at line 7 of file playerpreview.c.
Referenced by PlayerPreview(), MouseWheel(), and UpdateScale().
|
protected |
Definition at line 9 of file playerpreview.c.
Referenced by MouseButtonDown(), and UpdateInterval().