Arma Reforger Script API
|
Additional Inherited Members | |
![]() | |
bool | IsMultiplayer () |
Returns whether mission can be played in multiplayer or not. | |
string | GetSaveFileName () |
Get name of the save file for this mission. | |
![]() | |
proto external string | GetWorldPath () |
Returns the path to the world file. | |
proto external string | GetHeaderResourcePath () |
Returns the path to this mission header. | |
proto ResourceName | GetHeaderResourceName () |
![]() | |
static SCR_MissionHeader | GetMissionHeader (notnull MissionWorkshopItem item, bool blockFromAddons=false) |
Get mission header from a MissionWorkshopItem. | |
![]() | |
static proto ref MissionHeader | ReadMissionHeader (string path) |
Reads mission header object from given file. | |
ref array<ref SCR_ScenarioFrameworkDebugArea> SCR_MissionHeaderScenarioFramework.m_aDebugAreas |
ref array<ref SCR_ScenarioFrameworkFactionAliasConfig> SCR_MissionHeaderScenarioFramework.m_aFactionAliases |
ref array<ref SCR_ScenarioFrameworkTaskType> SCR_MissionHeaderScenarioFramework.m_aTaskTypesAvailable |
int SCR_MissionHeaderScenarioFramework.m_iDynamicDespawn |
int SCR_MissionHeaderScenarioFramework.m_iMaxNumberOfTasks |
int SCR_MissionHeaderScenarioFramework.m_iUpdateRate |