DayZ 1.24
|
Protected Member Functions | |
void | PlayerPreview (LayoutHolder parent) |
void | RefreshPlayerPreview () |
void | UpdateRotation (int mouse_x, int mouse_y, bool is_dragging) |
void | UpdateScale () |
bool | MouseButtonDown (Widget w, int x, int y, int button) |
bool | MouseWheel (Widget w, int x, int y, int wheel) |
override void | UpdateInterval () |
Protected Attributes | |
ref PlayerPreviewWidget | m_CharacterPanelWidget |
int | m_CharacterRotationX |
int | m_CharacterRotationY |
int | m_CharacterScaleDelta |
vector | m_CharacterOrientation |
bool | m_IsHolding |
Definition at line 1 of file PlayerPreview.c.
|
inlineprotected |
Definition at line 11 of file PlayerPreview.c.
References GetGame(), WidgetEventHandler::GetInstance(), GetPlayer(), m_CharacterPanelWidget, m_CharacterScaleDelta, m_Parent, and UpdateScale().
Definition at line 61 of file PlayerPreview.c.
References GetMousePos(), m_CharacterRotationX, m_CharacterRotationY, and m_IsHolding.
Definition at line 68 of file PlayerPreview.c.
References m_CharacterScaleDelta, and UpdateScale().
|
inlineprotected |
Definition at line 25 of file PlayerPreview.c.
References m_CharacterPanelWidget.
Definition at line 75 of file PlayerPreview.c.
References GetGame(), GetMousePos(), GetMouseState(), GetPlayer(), 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 44 of file PlayerPreview.c.
References m_CharacterPanelWidget, and m_CharacterScaleDelta.
Referenced by MouseWheel(), and PlayerPreview().
|
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 MouseWheel(), PlayerPreview(), and UpdateScale().
|
protected |
Definition at line 9 of file PlayerPreview.c.
Referenced by MouseButtonDown(), and UpdateInterval().