Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkWaypointSet.c
Go to the documentation of this file.
1//------------------------------------------------------------------------------------------------
4{
5 [Attribute(defvalue: "", desc: "Name of a Layer that contains SlotWaypoints or directly the name of the SlotWaypoint. It will be added into the queue of waypoints for AIs attached to this Slot.")]
6 ref array<string> m_aLayerName;
7
8 //------------------------------------------------------------------------------------------------
9 void Init (AIGroup group, IEntity entity)
10 {
11
12 }
13}
14
15//------------------------------------------------------------------------------------------------
18class SCR_WaypointSet
20 [Attribute("Name")]
21 string m_sName;
23 [Attribute("Use random order")]
24 bool m_bUseRandomOrder;
25
26 [Attribute("Cycle the waypoints")]
27 bool m_bCycleWaypoints;
28}
override void Init()
LocalizedString m_sName
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
class SCR_ScenarioFrameworkWaypointSet BaseContainerProps()] class SCR_WaypointSet
This will remain here for a while until we switch all the waypoints to the SCR_ScenarioFrameworkWaypo...
SCR_FieldOfViewSettings Attribute