![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | ShowDistance (bool show) |
| void | EnableFading (bool enable) |
| bool | FadingEnabled () |
| bool | IsEnabled () |
| void | SetEnabled (bool enable) |
| void | SetOffsetVector (vector offset) |
| Widget | GetWidget () |
| Get Waypoint Widget. | |
| bool | IsVisible () |
| void | SetVisible (bool visible) |
| void | SetColor (notnull Color color) |
| void | SetIconImage (string imageName, bool visible, int index=0) |
| IEntity | GetAttachedEntity () |
| void | AttachToEntity (IEntity entity) |
| Attach waypoint to entity, copying its position. | |
| void | SetPositionStatic (vector pos) |
| Set only static position, not attached to entity. | |
| vector | GetPosition () |
| Get waypoint position. Attached entity is prioritized over static position. | |
| void | SCR_Waypoint (ResourceName resourceName, Widget rootW) |
| void | ~SCR_Waypoint () |
Protected Attributes | |
| string | m_sImageSetResourceName = "{6EAF838A9284890D}UI/Imagesets/Tutorial-Waypoints/Tutorial-Waypoints.imageset" |
| IEntity | m_AttachedTo |
| Widget | m_wWaypointWidget |
| vector | m_vWaypointPos |
| int | m_iMinimumDrawDistance |
| int | m_iMaximumDrawDistance = -1 |
| vector | m_vOffset = vector.Zero |
| RichTextWidget | m_wTitle |
| RichTextWidget | m_wDistance |
| ImageWidget | m_wIcon |
| bool | m_bEnabled = true |
| bool | m_bFadingEnabled |
Static Protected Attributes | |
| static string | WIDGET_NAME_DISTANCE = "Distance" |
| static string | WIDGET_NAME_TITLE = "Title" |
| static string | WIDGET_NAME_ICON = "Icon_Extra" |
Definition at line 2 of file SCR_Waypoint.c.
|
inlineprotected |
Definition at line 138 of file SCR_Waypoint.c.
|
inlineprotected |
Definition at line 150 of file SCR_Waypoint.c.
|
inlineprotected |
Attach waypoint to entity, copying its position.
Definition at line 115 of file SCR_Waypoint.c.
|
inlineprotected |
Definition at line 32 of file SCR_Waypoint.c.
|
inlineprotected |
Definition at line 38 of file SCR_Waypoint.c.
|
inlineprotected |
Definition at line 107 of file SCR_Waypoint.c.
|
inlineprotected |
Get waypoint position. Attached entity is prioritized over static position.
Definition at line 129 of file SCR_Waypoint.c.
|
inlineprotected |
Get Waypoint Widget.
Definition at line 63 of file SCR_Waypoint.c.
|
inlineprotected |
Definition at line 44 of file SCR_Waypoint.c.
|
inlineprotected |
Definition at line 69 of file SCR_Waypoint.c.
|
inlineprotected |
Definition at line 84 of file SCR_Waypoint.c.
|
inlineprotected |
Definition at line 50 of file SCR_Waypoint.c.
Definition at line 97 of file SCR_Waypoint.c.
|
inlineprotected |
Definition at line 56 of file SCR_Waypoint.c.
|
inlineprotected |
Set only static position, not attached to entity.
Definition at line 122 of file SCR_Waypoint.c.
|
inlineprotected |
Definition at line 78 of file SCR_Waypoint.c.
|
inlineprotected |
Definition at line 26 of file SCR_Waypoint.c.
|
protected |
Definition at line 11 of file SCR_Waypoint.c.
Definition at line 22 of file SCR_Waypoint.c.
|
protected |
Definition at line 23 of file SCR_Waypoint.c.
|
protected |
Definition at line 16 of file SCR_Waypoint.c.
|
protected |
Definition at line 15 of file SCR_Waypoint.c.
|
protected |
Definition at line 9 of file SCR_Waypoint.c.
|
protected |
Definition at line 18 of file SCR_Waypoint.c.
|
protected |
Definition at line 13 of file SCR_Waypoint.c.
|
protected |
Definition at line 19 of file SCR_Waypoint.c.
|
protected |
Definition at line 20 of file SCR_Waypoint.c.
|
protected |
Definition at line 19 of file SCR_Waypoint.c.
|
protected |
Definition at line 12 of file SCR_Waypoint.c.
|
staticprotected |
Definition at line 4 of file SCR_Waypoint.c.
|
staticprotected |
Definition at line 6 of file SCR_Waypoint.c.
|
staticprotected |
Definition at line 5 of file SCR_Waypoint.c.