Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIMessageGoal Interface Reference
Inheritance diagram for SCR_AIMessageGoal:
SCR_AIMessageBase AIMessage SCR_AIMessage_Animate SCR_AIMessage_ArtillerySupport SCR_AIMessage_Attack SCR_AIMessage_AttackCluster SCR_AIMessage_AttackClusterDone SCR_AIMessage_Cancel SCR_AIMessage_CoverCluster SCR_AIMessage_Defend SCR_AIMessage_FireIllumFlareAt SCR_AIMessage_Flee SCR_AIMessage_Heal SCR_AIMessage_HealWait SCR_AIMessage_Investigate SCR_AIMessage_KeepFormation SCR_AIMessage_Move SCR_AIMessage_OpenNavlinkDoor SCR_AIMessage_PerformAction SCR_AIMessage_PickupInventoryItems SCR_AIMessage_ProvideAmmo SCR_AIMessage_Retreat SCR_AIMessage_Suppress SCR_AIMessage_ThrowGrenadeTo SCR_AIMessage_Vehicle

Public Member Functions

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)
 

Public Attributes

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
 

Member Function Documentation

◆ GetDebugText()

override string SCR_AIMessageGoal.GetDebugText ( )

Implements SCR_AIMessageBase.

◆ SetMessageParameters()

Member Data Documentation

◆ m_bIsWaypointRelated

bool SCR_AIMessageGoal.m_bIsWaypointRelated

◆ m_eUIType

EMessageType_Goal SCR_AIMessageGoal.m_eUIType

◆ m_fPriorityLevel

float SCR_AIMessageGoal.m_fPriorityLevel

◆ m_RelatedGroupActivity

ref SCR_AIActivityBase SCR_AIMessageGoal.m_RelatedGroupActivity

◆ m_RelatedWaypoint

AIWaypoint SCR_AIMessageGoal.m_RelatedWaypoint

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