Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AISendMessageGeneric Class Reference

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

Inheritance diagram for SCR_AISendMessageGeneric:
SCR_AISendMessageBase SCR_AISendGoalMessage SCR_AISendInfoMessage SCR_AISendOrder

Protected Member Functions

override TStringArray GetVariablesIn ()
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
bool InitSendMessageInputs (AIAgent owner)

Static Protected Member Functions

static override bool VisibleInPalette ()

Protected Attributes

SCR_AIWorld m_aiWorld

Static Protected Attributes

static ref TStringArray s_aVarsIn

Detailed Description

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

Definition at line 73 of file SCR_AISendMessage.c.

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AISendMessageGeneric::EOnTaskSimulate ( AIAgent owner,
float dt )
inlineprotected

Definition at line 113 of file SCR_AISendMessage.c.

◆ GetVariablesIn()

override TStringArray SCR_AISendMessageGeneric::GetVariablesIn ( )
inlineprotected

Definition at line 108 of file SCR_AISendMessage.c.

◆ InitSendMessageInputs()

bool SCR_AISendMessageGeneric::InitSendMessageInputs ( AIAgent owner)
inlineprotected

Definition at line 122 of file SCR_AISendMessage.c.

◆ VisibleInPalette()

override bool SCR_AISendMessageGeneric::VisibleInPalette ( )
inlinestaticprotected

Definition at line 140 of file SCR_AISendMessage.c.

Member Data Documentation

◆ m_aiWorld

SCR_AIWorld SCR_AISendMessageGeneric::m_aiWorld
protected

Definition at line 94 of file SCR_AISendMessage.c.

◆ s_aVarsIn

ref TStringArray SCR_AISendMessageGeneric::s_aVarsIn
staticprotected
Initial value:
= {
PORT_RECEIVER,
PORT_STRING,
PORT_ENTITY,
PORT_INTEGER,
PORT_VECTOR,
PORT_BOOL,
PORT_FLOAT,
PORT_TYPENAME,
PORT_PRIORITY_LEVEL
}

Definition at line 97 of file SCR_AISendMessage.c.


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