Arma Reforger Script API
|
Base BT parameter class to be used in SCR_AIActionParams. More...
Public Member Functions | |
void | SetVariableOut (Node node) |
void | GetVariableIn (Node node) |
void | SCR_BTParamBase (string portName) |
Public Attributes | |
string | m_sPortName |
Base BT parameter class to be used in SCR_AIActionParams.
void SCR_BTParamBase.SCR_BTParamBase | ( | string | portName | ) |
void SCR_BTParamBase.GetVariableIn | ( | Node | node | ) |
Implemented in SCR_BTParam< Class T >, SCR_BTParamRef< Class T >, and SCR_BTParamAssignable< Class T >.
void SCR_BTParamBase.SetVariableOut | ( | Node | node | ) |
Implemented in SCR_BTParam< Class T >, SCR_BTParamRef< Class T >, and SCR_BTParamAssignable< Class T >.
string SCR_BTParamBase.m_sPortName |