|
Arma Reforger Script API
|
Public Member Functions | |
| void | Generate (SCR_AiScriptGenerator_OutputFormatBuffer ctx) |
| Called to generate text into a context. | |
| void | GenerateGetVariablesIn (SCR_AiScriptGenerator_OutputFormatBuffer ctx, array< string > extraPortNames, array< SCR_AiScriptGenerator_Variable > variables) |
| void | GenerateVariablesWithAttributes (SCR_AiScriptGenerator_OutputFormatBuffer ctx, array< SCR_AiScriptGenerator_Variable > variables) |
| void | GenerateSetMessageVariables (SCR_AiScriptGenerator_OutputFormatBuffer ctx, array< SCR_AiScriptGenerator_Variable > variables) |
| void | GenerateGetNodeMiddleText (SCR_AiScriptGenerator_OutputFormatBuffer ctx, array< SCR_AiScriptGenerator_Variable > variables) |
| void | GenerateCommentSeparator (SCR_AiScriptGenerator_OutputFormatBuffer ctx) |
| array< SCR_AiScriptGenerator_Variable > | GetClassVariables (SCR_AiScriptGenerator_Class _class) |
| void | SCR_AiScriptGenerator_ClassGeneratorBase (SCR_AiScriptGenerator_Class attachedToClass) |
Public Attributes | |
| SCR_AiScriptGenerator_Class | m_Class |
| string | m_sGeneratedClassName |
| void SCR_AiScriptGenerator_ClassGeneratorBase.SCR_AiScriptGenerator_ClassGeneratorBase | ( | SCR_AiScriptGenerator_Class | attachedToClass | ) |
| void SCR_AiScriptGenerator_ClassGeneratorBase.Generate | ( | SCR_AiScriptGenerator_OutputFormatBuffer | ctx | ) |
Called to generate text into a context.
| [in] | ctx |
Implemented in SCR_AiScriptGenerator_SendGoalMessageGenerator, SCR_AiScriptGenerator_SendInfoMessageGenerator, and SCR_AiScriptGenerator_SendOrderGenerator.
| void SCR_AiScriptGenerator_ClassGeneratorBase.GenerateCommentSeparator | ( | SCR_AiScriptGenerator_OutputFormatBuffer | ctx | ) |
| [in] | ctx |
| void SCR_AiScriptGenerator_ClassGeneratorBase.GenerateGetNodeMiddleText | ( | SCR_AiScriptGenerator_OutputFormatBuffer | ctx, |
| array< SCR_AiScriptGenerator_Variable > | variables ) |
| [in] | ctx | |
| [in] | variables |
| void SCR_AiScriptGenerator_ClassGeneratorBase.GenerateGetVariablesIn | ( | SCR_AiScriptGenerator_OutputFormatBuffer | ctx, |
| array< string > | extraPortNames, | ||
| array< SCR_AiScriptGenerator_Variable > | variables ) |
| [in] | ctx | |
| [in] | extraPortNames | |
| [in] | variables |
| void SCR_AiScriptGenerator_ClassGeneratorBase.GenerateSetMessageVariables | ( | SCR_AiScriptGenerator_OutputFormatBuffer | ctx, |
| array< SCR_AiScriptGenerator_Variable > | variables ) |
| [in] | ctx | |
| [in] | variables |
| void SCR_AiScriptGenerator_ClassGeneratorBase.GenerateVariablesWithAttributes | ( | SCR_AiScriptGenerator_OutputFormatBuffer | ctx, |
| array< SCR_AiScriptGenerator_Variable > | variables ) |
| [in] | ctx | |
| [in] | variables |
| array< SCR_AiScriptGenerator_Variable > SCR_AiScriptGenerator_ClassGeneratorBase.GetClassVariables | ( | SCR_AiScriptGenerator_Class | _class | ) |
| [in] | _class |
| SCR_AiScriptGenerator_Class SCR_AiScriptGenerator_ClassGeneratorBase.m_Class |
| string SCR_AiScriptGenerator_ClassGeneratorBase.m_sGeneratedClassName |