Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_Tutorial_Navigation_DRIVE.c
Go to the documentation of this file.
1[EntityEditorProps(insertable: false)]
5
6//------------------------------------------------------------------------------------------------
8{
9 //------------------------------------------------------------------------------------------------
10 override protected void Setup()
11 {
12 SCR_Waypoint waypoint = RegisterWaypoint("WP_ENDING", "", "GETOUT");
13 waypoint.m_iMaximumDrawDistance = 100;
14
15 CreateMarkerPath("NAVIGATION_PATH_DOTS");
16 }
17};
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
void CreateMarkerPath(string pathEntityName)
SCR_Waypoint RegisterWaypoint(string entityName, string title=string.Empty, string icon="MISC")
int m_iMaximumDrawDistance