![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_Waypoint | FindWaypointByEntity (IEntity entity) |
| void | GetWaypoints (out array< ref SCR_Waypoint > waypoints) |
| void | DeleteWaypoint (SCR_Waypoint waypoint) |
| SCR_Waypoint | CreateWaypoint (vector position) |
| SCR_Waypoint | CreateWaypoint (IEntity entity) |
| bool | HandleWidgetOpacities (notnull SCR_Waypoint waypoint, notnull IEntity player) |
| override void | DisplayUpdate (IEntity owner, float timeSlice) |
Protected Attributes | |
| ResourceName | m_sWaypointLayout = "{825C6D728AC3E02A}UI/layouts/Waypoint/Waypoint.layout" |
| ref array< ref SCR_Waypoint > | m_aWaypoints |
Static Protected Attributes | |
| static string | DISTANCE_STRING_UNIT = "#AR-Tutorial_WaypointUnits_meters" |
| static float | WAYPOINT_FADE_THRESHOLD = 20 |
| static float | WAYPOINT_MINIMUM_OPACITY = 0.2 |
| static float | WAYPOINT_DISTANCE_INDICATOR_FADE_START = 100 |
| static float | WAYPOINT_DISTANCE_INDICATOR_FADE_END = 50 |
| static float | WAYPOINT_FADE_IN_DISTANCE = 3 |
Waypoint UI Attached to SCR_HUDManagerComponent which is a component of SCR_PlayerController
Definition at line 4 of file SCR_WaypointDisplay.c.
|
inlineprotected |
Definition at line 68 of file SCR_WaypointDisplay.c.
|
inlineprotected |
Definition at line 51 of file SCR_WaypointDisplay.c.
|
inlineprotected |
Definition at line 44 of file SCR_WaypointDisplay.c.
Definition at line 168 of file SCR_WaypointDisplay.c.
|
inlineprotected |
Definition at line 19 of file SCR_WaypointDisplay.c.
|
inlineprotected |
Definition at line 38 of file SCR_WaypointDisplay.c.
|
inlineprotected |
Definition at line 85 of file SCR_WaypointDisplay.c.
|
staticprotected |
Definition at line 7 of file SCR_WaypointDisplay.c.
|
protected |
Definition at line 16 of file SCR_WaypointDisplay.c.
|
protected |
Definition at line 15 of file SCR_WaypointDisplay.c.
|
staticprotected |
Definition at line 11 of file SCR_WaypointDisplay.c.
|
staticprotected |
Definition at line 10 of file SCR_WaypointDisplay.c.
|
staticprotected |
Definition at line 12 of file SCR_WaypointDisplay.c.
|
staticprotected |
Definition at line 8 of file SCR_WaypointDisplay.c.
|
staticprotected |
Definition at line 9 of file SCR_WaypointDisplay.c.