![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_SuppressWaypointClass |
| class | SCR_SuppressWaypointState |
Functions | |
| SCR_SuppressWaypointClass SCR_TimedWaypointClass | Attribute ("1", UIWidgets.EditBox, desc:"Height of suppression volume above waypoint center")] protected float m_fSuppressionHeight |
| float | GetSuppressionHeight () |
| void | SetSuppressionHeight (float height) |
| override SCR_AIWaypointState | CreateWaypointState (SCR_AIGroupUtilityComponent groupUtilityComp) |
| SCR_SuppressWaypointClass SCR_TimedWaypointClass Attribute | ( | "1" | , |
| UIWidgets. | EditBox, | ||
| desc:"Height of suppression volume above waypoint center" | ) |
| override SCR_AIWaypointState CreateWaypointState | ( | SCR_AIGroupUtilityComponent | groupUtilityComp | ) |
Definition at line 22 of file SCR_SuppressWaypoint.c.
| float GetSuppressionHeight | ( | ) |
Definition at line 10 of file SCR_SuppressWaypoint.c.
| void SetSuppressionHeight | ( | float | height | ) |
| [in] | height | of suppression volume above waypoint center |
Definition at line 17 of file SCR_SuppressWaypoint.c.