Arma Reforger Script API
|
Parameter with data of specific type. More...
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 | |
T | m_Value |
Public Attributes inherited from SCR_BTParamBase | |
string | m_sPortName |
Parameter with data of specific type.
override void SCR_BTParam< Class T >.GetVariableIn | ( | Node | node | ) |
Implements SCR_BTParamBase.
void SCR_BTParam< Class T >.Init | ( | array< SCR_BTParamBase > | paramsArray, |
T | value | ||
) |
void SCR_BTParam< Class T >.Init | ( | SCR_AIActionBase | action, |
T | value | ||
) |
Use this in SCR_AIAction constructor.
override void SCR_BTParam< Class T >.SetVariableOut | ( | Node | node | ) |
Implements SCR_BTParamBase.
T SCR_BTParam< Class T >.m_Value |