Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIMessage_Suppress Interface Reference
Inheritance diagram for SCR_AIMessage_Suppress:
SCR_AIMessageGoal SCR_AIMessageBase AIMessage

Public Member Functions

void SCR_AIMessage_Suppress ()
 
- Public Member Functions inherited from SCR_AIMessageGoal
void SetMessageParameters (SCR_AISendGoalMessage node, SCR_AIActivityBase relatedActivity)
 
override string GetDebugText ()
 
- Public Member Functions inherited from SCR_AIMessageBase
void SetMessageParameters (SCR_AISendMessageBase node)
 
- Public Member Functions inherited from AIMessage
proto external void SetFlag (int fl)
 
proto external void ClearFlag (int fl)
 
proto external bool GetFlag (int fl)
 
proto external void SetText (string pText)
 
proto external string GetText ()
 
proto external vector GetPosition ()
 
proto external void SetPosition (vector pos)
 
proto external AIAgent GetSender ()
 sender is filled when broadcasting
 
proto external void SetReceiver (AIAgent pReceiver)
 
proto external AIAgent GetReceiver ()
 
proto external IEntity GetObject ()
 
proto external void SetObject (IEntity obj)
 
void OnBroadcast (AIAgent pOwner)
 
void OnReceived (AIAgent pReceiver)
 

Static Public Member Functions

static SCR_AIMessage_Suppress Create (SCR_AISuppressionVolumeBase volume, float duration, float fireRate=1)
 

Public Attributes

ref SCR_AISuppressionVolumeBase m_Volume
 
float m_fDuration_s
 
float m_fFireRate
 
- Public Attributes inherited from SCR_AIMessageGoal
EMessageType_Goal m_eUIType
 
ref SCR_AIActivityBase m_RelatedGroupActivity
 
float m_fPriorityLevel
 
bool m_bIsWaypointRelated
 
AIWaypoint m_RelatedWaypoint
 
- Public Attributes inherited from SCR_AIMessageBase
int m_MessageType
 

Constructor & Destructor Documentation

◆ SCR_AIMessage_Suppress()

void SCR_AIMessage_Suppress.SCR_AIMessage_Suppress ( )

Member Function Documentation

◆ Create()

static SCR_AIMessage_Suppress SCR_AIMessage_Suppress.Create ( SCR_AISuppressionVolumeBase volume,
float duration,
float fireRate = 1 )
static

Member Data Documentation

◆ m_fDuration_s

float SCR_AIMessage_Suppress.m_fDuration_s

◆ m_fFireRate

float SCR_AIMessage_Suppress.m_fFireRate

◆ m_Volume

ref SCR_AISuppressionVolumeBase SCR_AIMessage_Suppress.m_Volume

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