![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | UpdateRotation (float timeSlice) |
| override void | HandlerAttachedScripted (Widget w) |
| override void | HandlerDeattached (Widget w) |
Protected Attributes | |
| float | m_fLabelsDistance |
| string | m_sTextureWidgetName |
| string | m_sEastWidgetName |
| string | m_sSouthWidgetName |
| string | m_sWestWidgetName |
| string | m_sNorthWidgetName |
| BaseWorld | m_World |
| ImageWidget | m_TextureWidget |
| ref map< Widget, float > | m_Labels = new map<Widget, float> |
Simple radial compass which will rotate based on current camera position. Has to be attached to MenuRootBase to be updated automatically, otherwise call UpdateRotation() manually.
Definition at line 5 of file SCR_CompassUIComponent.c.
|
inlineprotected |
Definition at line 51 of file SCR_CompassUIComponent.c.
|
inlineprotected |
Definition at line 74 of file SCR_CompassUIComponent.c.
|
inlineprotected |
Update compass rtation base don the current view.
| timeSlice | Time since the last frame |
Definition at line 33 of file SCR_CompassUIComponent.c.
|
protected |
Definition at line 8 of file SCR_CompassUIComponent.c.
Definition at line 27 of file SCR_CompassUIComponent.c.
|
protected |
Definition at line 14 of file SCR_CompassUIComponent.c.
|
protected |
Definition at line 23 of file SCR_CompassUIComponent.c.
|
protected |
Definition at line 17 of file SCR_CompassUIComponent.c.
|
protected |
Definition at line 11 of file SCR_CompassUIComponent.c.
|
protected |
Definition at line 20 of file SCR_CompassUIComponent.c.
|
protected |
Definition at line 26 of file SCR_CompassUIComponent.c.
|
protected |
Definition at line 25 of file SCR_CompassUIComponent.c.