Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_LoadSuppliesWaypoint.c File Reference

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)

Function Documentation

◆ Attribute()

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"  )
Returns
Percentage of load for load waypoint considered completed in case of supply source being empty

Definition at line 1 of file SCR_LoadSuppliesWaypoint.c.

◆ CreateWaypointState()

override SCR_AIWaypointState CreateWaypointState ( SCR_AIGroupUtilityComponent groupUtilityComp)

Definition at line 25 of file SCR_LoadSuppliesWaypoint.c.

◆ SetLoadFulfillmentThresholdWhenSourceEmpty()

void SetLoadFulfillmentThresholdWhenSourceEmpty ( float value)
Parameters
[in]Percentagevalue of load for load waypoint considered completed in case of supply source being empty

Definition at line 19 of file SCR_LoadSuppliesWaypoint.c.