Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SCR_BTParamRef< Class T > Interface Template Reference
Inheritance diagram for SCR_BTParamRef< Class T >:
[legend]

Public Member Functions

override void SetVariableOut (Node node)
 
override void GetVariableIn (Node node)
 
void Init (array< SCR_BTParamBase > paramsArray, T value)
 
void Init (SCR_AIActionBase action, T value)
 Use this in SCR_AIAction constructor.
 
- Public Member Functions inherited from SCR_BTParamBase
void SetVariableOut (Node node)
 
void GetVariableIn (Node node)
 
void SCR_BTParamBase (string portName)
 

Public Attributes

ref T m_Value
 
- Public Attributes inherited from SCR_BTParamBase
string m_sPortName
 

Member Function Documentation

◆ GetVariableIn()

override void SCR_BTParamRef< Class T >.GetVariableIn ( Node  node)

Implements SCR_BTParamBase.

◆ Init() [1/2]

void SCR_BTParamRef< Class T >.Init ( array< SCR_BTParamBase paramsArray,
value 
)

◆ Init() [2/2]

void SCR_BTParamRef< Class T >.Init ( SCR_AIActionBase  action,
value 
)

Use this in SCR_AIAction constructor.

◆ SetVariableOut()

override void SCR_BTParamRef< Class T >.SetVariableOut ( Node  node)

Implements SCR_BTParamBase.

Member Data Documentation

◆ m_Value

ref T SCR_BTParamRef< Class T >.m_Value

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