![]() |
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_LoadSuppliesWaypointClass |
| class | SCR_LoadSuppliesWaypointState |
Functions | |
| SCR_LoadSuppliesWaypointClass SCR_SuppliesTransferWaypointClass | Attribute ("0.5", desc:"Ratio of supplies fulfillment to consider load waypoint completed in a case of supply source being empty", params:"0 1 0.01") |
| void | SetLoadFulfillmentThresholdWhenSourceEmpty (float value) |
| override SCR_AIWaypointState | CreateWaypointState (SCR_AIGroupUtilityComponent groupUtilityComp) |
| SCR_LoadSuppliesWaypointClass SCR_SuppliesTransferWaypointClass Attribute | ( | "0.5" | , |
| desc:"Ratio of supplies fulfillment to consider load waypoint completed in a case of supply source being empty" | , | ||
| params:"0 1 0.01" | ) |
Definition at line 1 of file SCR_LoadSuppliesWaypoint.c.
| override SCR_AIWaypointState CreateWaypointState | ( | SCR_AIGroupUtilityComponent | groupUtilityComp | ) |
Definition at line 25 of file SCR_LoadSuppliesWaypoint.c.
| void SetLoadFulfillmentThresholdWhenSourceEmpty | ( | float | value | ) |
| [in] | Percentage | value of load for load waypoint considered completed in case of supply source being empty |
Definition at line 19 of file SCR_LoadSuppliesWaypoint.c.