Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_TimedWaypoint.c
Go to the documentation of this file.
2 {
3 };
4 
6 {
7  [Attribute("", UIWidgets.EditBox, "Minimal time to hold the waypoint before it completes")]
8  float m_holdingTime;
9 
10  float GetHoldingTime()
11  {
12  return m_holdingTime;
13  }
14 
15  void SetHoldingTime(float newTime)
16  {
17  m_holdingTime = newTime;
18  }
19 };
SCR_AIWaypointClass
Definition: SCR_AIWaypoint.c:1
SCR_AIWaypoint
Definition: SCR_AIWaypoint.c:5
SCR_TimedWaypoint
Definition: SCR_TimedWaypoint.c:5
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_TimedWaypointClass
Definition: SCR_TimedWaypoint.c:1