Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_LoadSuppliesWaypoint Interface Reference
Inheritance diagram for SCR_LoadSuppliesWaypoint:
SCR_SuppliesTransferWaypoint SCR_AIWaypoint AIWaypoint

Public Member Functions

float GetLoadFulfillmentThresholdWhenSourceEmpty ()
 
void SetLoadFulfillmentThresholdWhenSourceEmpty (float value)
 
override SCR_AIWaypointState CreateWaypointState (SCR_AIGroupUtilityComponent groupUtilityComp)
 
- Public Member Functions inherited from SCR_SuppliesTransferWaypoint
void SetBase (SCR_CampaignMilitaryBaseComponent base)
 Set the base for supply operation, if not set will auto-discover.
 
SCR_CampaignMilitaryBaseComponent GetBase ()
 
float GetTransferAmount ()
 
float GetTransferDelay ()
 
- Public Member Functions inherited from SCR_AIWaypoint
void SCR_AIWaypoint (IEntitySource src, IEntity parent)
 
float GetPriorityLevel ()
 
void SetPriorityLevel (float priority)
 
bool IsWithinCompletionRadius (vector pos)
 
ScriptInvoker GetOnWaypointPropertiesChanged ()
 
override void OnTransformResetImpl (TransformResetParams params)
 
void AddSetting (notnull SCR_AISettingBase s)
 Adds setting.
 
void GetSettings (notnull array< SCR_AISettingBase > outSettings)
 
void RemoveSetting (notnull SCR_AISettingBase s)
 
- Public Member Functions inherited from AIWaypoint
proto external float GetCompletionYPrecision ()
 
proto external void SetCompletionYPrecision (float fPrecision)
 
proto external float GetCompletionRadius ()
 
proto external void SetCompletionRadius (float r)
 
proto external EAIWaypointCompletionType GetCompletionType ()
 
proto external void SetCompletionType (EAIWaypointCompletionType newCompletionType)
 
proto external bool IsWithinCompletionRadius (AIGroup pAgent)
 Tests whether the group passes the test on being within the completion radius.
 

Protected Attributes

float m_fLoadFulfillmentThresholdWhenSourceEmpty
 
- Protected Attributes inherited from SCR_SuppliesTransferWaypoint
float m_fTransferAmount
 
float m_fTransferDelay
 
SCR_CampaignMilitaryBaseComponent m_Base
 
- Protected Attributes inherited from SCR_AIWaypoint
ref array< ref SCR_AISettingBasem_aSettings
 
ref ScriptInvoker m_OnWaypointPropertiesChanged
 

Member Function Documentation

◆ CreateWaypointState()

override SCR_AIWaypointState SCR_LoadSuppliesWaypoint.CreateWaypointState ( SCR_AIGroupUtilityComponent groupUtilityComp)

Implements SCR_AIWaypoint.

◆ GetLoadFulfillmentThresholdWhenSourceEmpty()

float SCR_LoadSuppliesWaypoint.GetLoadFulfillmentThresholdWhenSourceEmpty ( )
Returns
Percentage of load for load waypoint considered completed in case of supply source being empty

◆ SetLoadFulfillmentThresholdWhenSourceEmpty()

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

Member Data Documentation

◆ m_fLoadFulfillmentThresholdWhenSourceEmpty

float SCR_LoadSuppliesWaypoint.m_fLoadFulfillmentThresholdWhenSourceEmpty
protected

The documentation for this interface was generated from the following file: