Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
SCR_AISendMessageGeneric Interface Reference

Class for generic nodes with extra input ports which send messages. More...

Inheritance diagram for SCR_AISendMessageGeneric:
[legend]

Public Member Functions

override TStringArray GetVariablesIn ()
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
override bool VisibleInPalette ()
 
- Public Member Functions inherited from SCR_AISendMessageBase
override TStringArray GetVariablesIn ()
 
override void OnInit (AIAgent owner)
 

Public Attributes

int m_integer
 
vector m_vector
 
bool m_bool
 
- Public Attributes inherited from SCR_AISendMessageBase
AIAgent m_Receiver
 
string m_string
 

Static Public Attributes

static const string PORT_ENTITY = "EntityIn"
 
static const string PORT_INTEGER = "IntegerIn"
 
static const string PORT_VECTOR = "VectorIn"
 
static const string PORT_BOOL = "BoolIn"
 
static const string PORT_FLOAT = "FloatIn"
 
static const string PORT_TYPENAME = "TypenameIn"
 
static const string PORT_SMARTACTION = "SmartActionComponent"
 
static const string PORT_PRIORITY_LEVEL = "PriorityLevel"
 
- Static Public Attributes inherited from SCR_AISendMessageBase
static const string PORT_RECEIVER = "Receiver"
 
static const string PORT_STRING = "StringIn"
 

Protected Member Functions

override bool InitSendMessageInputs (AIAgent owner)
 
- Protected Member Functions inherited from SCR_AISendMessageBase
bool InitSendMessageInputs (AIAgent owner)
 
ENodeResult SendMessage (AIAgent owner, AIMessage msg)
 Calls this in inherited nodes to send the message.
 

Protected Attributes

SCR_AIWorld m_aiWorld
 
- Protected Attributes inherited from SCR_AISendMessageBase
AICommunicationComponent m_Mailbox
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 
- Static Protected Attributes inherited from SCR_AISendMessageBase
static ref TStringArray s_aVarsInBase
 

Detailed Description

Class for generic nodes with extra input ports which send messages.

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AISendMessageGeneric.EOnTaskSimulate ( AIAgent  owner,
float  dt 
)

◆ GetVariablesIn()

override TStringArray SCR_AISendMessageGeneric.GetVariablesIn ( )

Implements SCR_AISendMessageBase.

Implemented in SCR_AISendOrder.

◆ InitSendMessageInputs()

override bool SCR_AISendMessageGeneric.InitSendMessageInputs ( AIAgent  owner)
protected

Implements SCR_AISendMessageBase.

◆ VisibleInPalette()

override bool SCR_AISendMessageGeneric.VisibleInPalette ( )

Member Data Documentation

◆ m_aiWorld

SCR_AIWorld SCR_AISendMessageGeneric.m_aiWorld
protected

◆ m_bool

bool SCR_AISendMessageGeneric.m_bool

◆ m_integer

int SCR_AISendMessageGeneric.m_integer

◆ m_vector

vector SCR_AISendMessageGeneric.m_vector

◆ PORT_BOOL

const string SCR_AISendMessageGeneric.PORT_BOOL = "BoolIn"
static

◆ PORT_ENTITY

const string SCR_AISendMessageGeneric.PORT_ENTITY = "EntityIn"
static

◆ PORT_FLOAT

const string SCR_AISendMessageGeneric.PORT_FLOAT = "FloatIn"
static

◆ PORT_INTEGER

const string SCR_AISendMessageGeneric.PORT_INTEGER = "IntegerIn"
static

◆ PORT_PRIORITY_LEVEL

const string SCR_AISendMessageGeneric.PORT_PRIORITY_LEVEL = "PriorityLevel"
static

◆ PORT_SMARTACTION

const string SCR_AISendMessageGeneric.PORT_SMARTACTION = "SmartActionComponent"
static

◆ PORT_TYPENAME

const string SCR_AISendMessageGeneric.PORT_TYPENAME = "TypenameIn"
static

◆ PORT_VECTOR

const string SCR_AISendMessageGeneric.PORT_VECTOR = "VectorIn"
static

◆ s_aVarsIn

ref TStringArray SCR_AISendMessageGeneric.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_RECEIVER
Definition: SCR_AISendMessage.c:5
static const string PORT_STRING
Definition: SCR_AISendMessage.c:6
static const string PORT_BOOL
Definition: SCR_AISendMessage.c:78
static const string PORT_TYPENAME
Definition: SCR_AISendMessage.c:80
static const string PORT_INTEGER
Definition: SCR_AISendMessage.c:76
static const string PORT_PRIORITY_LEVEL
Definition: SCR_AISendMessage.c:82
static const string PORT_VECTOR
Definition: SCR_AISendMessage.c:77
static const string PORT_ENTITY
Definition: SCR_AISendMessage.c:75
static const string PORT_FLOAT
Definition: SCR_AISendMessage.c:79

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