DayZ 1.24
|
Protected Member Functions | |
void | RadialProgressBar () |
void | ~RadialProgressBar () |
void | SetProgress (float progress) |
void | Update (float tDelta) |
void | UpdateChild (Widget child, int index) |
void | OnWidgetScriptInit (Widget w) |
Protected Attributes | |
string | m_BarHider |
string | m_BarPart |
Widget | m_Root |
ref AnimatorTimer | m_Anim |
float | x |
float | y |
float | z |
float | rotation = 0 |
int | stage = 0 |
Private Attributes | |
reference float | speed |
reference float | start_rotation |
Definition at line 2 of file RadialProgressBar.c.
|
inlineprotected |
Definition at line 16 of file RadialProgressBar.c.
References CALL_CATEGORY_GUI, GetGame(), m_Anim, and Update().
|
inlineprotected |
Definition at line 23 of file RadialProgressBar.c.
References CALL_CATEGORY_GUI, GetGame(), and Update().
Definition at line 92 of file RadialProgressBar.c.
References m_Anim, m_BarHider, m_BarPart, m_Root, and speed.
Definition at line 28 of file RadialProgressBar.c.
Definition at line 36 of file RadialProgressBar.c.
References m_Anim, m_Root, and UpdateChild().
Definition at line 51 of file RadialProgressBar.c.
References m_Anim, m_BarHider, m_BarPart, Math::RAD2DEG, rotation, stage, and start_rotation.
Referenced by Update().
|
protected |
Definition at line 10 of file RadialProgressBar.c.
Referenced by OnWidgetScriptInit(), RadialProgressBar(), Update(), and UpdateChild().
|
protected |
Definition at line 7 of file RadialProgressBar.c.
Referenced by OnWidgetScriptInit(), and UpdateChild().
|
protected |
Definition at line 8 of file RadialProgressBar.c.
Referenced by OnWidgetScriptInit(), and UpdateChild().
|
protected |
Definition at line 9 of file RadialProgressBar.c.
Referenced by OnWidgetScriptInit(), and Update().
|
protected |
Definition at line 12 of file RadialProgressBar.c.
Referenced by SetProgress(), and UpdateChild().
Definition at line 4 of file RadialProgressBar.c.
Referenced by OnWidgetScriptInit().
|
protected |
Definition at line 13 of file RadialProgressBar.c.
Referenced by SetProgress(), and UpdateChild().
Definition at line 5 of file RadialProgressBar.c.
Referenced by UpdateChild().
|
protected |
Definition at line 11 of file RadialProgressBar.c.
|
protected |
Definition at line 11 of file RadialProgressBar.c.
|
protected |
Definition at line 11 of file RadialProgressBar.c.