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