![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_GameModeSFManagerClass |
Functions | |
| SCR_GameModeSFManagerClass SCR_BaseGameModeComponentClass | Attribute ("Available Tasks for the Scenario", category:"Tasks")] |
Variables | |
| ref array< ref SCR_ScenarioFrameworkTaskType > | m_aTaskTypesAvailable |
| int | m_iMaxNumberOfTasks |
| ref array< ref SCR_ScenarioFrameworkActionBase > | m_aAfterTasksInitActions |
| ref array< string > | m_aCoreAreas |
| ref array< ref SCR_ScenarioFrameworkDebugArea > | m_aDebugAreas |
| ref array< ref SCR_ScenarioFrameworkDebugAction > | m_aDebugActions |
| bool | m_bDynamicDespawn |
| int | m_iUpdateRate |
| ResourceName | m_sVoiceOverDataConfig |
| SCR_GameModeSFManagerClass SCR_BaseGameModeComponentClass Attribute | ( | "Available Tasks for the Scenario" | , |
| category:"Tasks" | ) |
| ref array<ref SCR_ScenarioFrameworkActionBase> m_aAfterTasksInitActions |
Definition at line 15 of file SCR_GameModeSFManager.c.
| ref array<string> m_aCoreAreas |
Definition at line 18 of file SCR_GameModeSFManager.c.
| ref array<ref SCR_ScenarioFrameworkDebugAction> m_aDebugActions |
Definition at line 24 of file SCR_GameModeSFManager.c.
| ref array<ref SCR_ScenarioFrameworkDebugArea> m_aDebugAreas |
Definition at line 21 of file SCR_GameModeSFManager.c.
| ref array<ref SCR_ScenarioFrameworkTaskType> m_aTaskTypesAvailable |
Definition at line 9 of file SCR_GameModeSFManager.c.
| bool m_bDynamicDespawn |
Definition at line 27 of file SCR_GameModeSFManager.c.
| int m_iMaxNumberOfTasks |
Definition at line 12 of file SCR_GameModeSFManager.c.
| int m_iUpdateRate |
Definition at line 30 of file SCR_GameModeSFManager.c.
| ResourceName m_sVoiceOverDataConfig |
Definition at line 33 of file SCR_GameModeSFManager.c.