Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SCR_BTParam< Class T > Interface Template Reference

Parameter with data of specific type. More...

Inheritance diagram for SCR_BTParam< 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

m_Value
 
- Public Attributes inherited from SCR_BTParamBase
string m_sPortName
 

Detailed Description

Parameter with data of specific type.

Member Function Documentation

◆ GetVariableIn()

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

Implements SCR_BTParamBase.

◆ Init() [1/2]

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

◆ Init() [2/2]

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

Use this in SCR_AIAction constructor.

◆ SetVariableOut()

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

Implements SCR_BTParamBase.

Member Data Documentation

◆ m_Value

T SCR_BTParam< Class T >.m_Value

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