|
Arma Reforger Script API
|
Additional Inherited Members | |
Public Member Functions inherited from SCR_MissionHeader | |
| bool | IsMultiplayer () |
| Returns whether mission can be played in multiplayer or not. | |
| string | GetSaveFileName () |
| Get name of the save file for this mission. | |
Public Member Functions inherited from MissionHeader | |
| 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 Public Member Functions inherited from SCR_MissionHeader | |
| static SCR_MissionHeader | GetMissionHeader (notnull MissionWorkshopItem item, bool blockFromAddons=false) |
| Get mission header from a MissionWorkshopItem. | |
Static Public Member Functions inherited from MissionHeader | |
| static proto ref MissionHeader | ReadMissionHeader (string path) |
| Reads mission header object from given file. | |
Public Attributes inherited from SCR_MissionHeaderScenarioFramework | |
| int | m_iMaxNumberOfTasks |
| ref array< ref SCR_ScenarioFrameworkTaskType > | m_aTaskTypesAvailable |
| ref array< ref SCR_ScenarioFrameworkDebugArea > | m_aDebugAreas |
| int | m_iDynamicDespawn |
| int | m_iUpdateRate |
| ref array< ref SCR_ScenarioFrameworkFactionAliasConfig > | m_aFactionAliases |
Public Attributes inherited from SCR_MissionHeader | |
| string | m_sName |
| string | m_sAuthor |
| string | m_sPath |
| string | m_sDescription |
| string | m_sDetails |
| ResourceName | m_sIcon |
| ResourceName | m_sLoadingScreen |
| ResourceName | m_sPreviewImage |
| string | m_sGameMode |
| int | m_iPlayerCount |
| EGameFlags | m_eEditableGameFlags |
| EGameFlags | m_eDefaultGameFlags |
| bool | m_bIsSavingEnabled |
| string | m_sSaveFileName |
| ResourceName | m_sBriefingConfig |
| bool | m_bOverrideScenarioTimeAndWeather |
| int | m_iStartingHours |
| int | m_iStartingMinutes |
| bool | m_bRandomStartingDaytime |
| float | m_fDayTimeAcceleration |
| float | m_fNightTimeAcceleration |
| bool | m_bRandomStartingWeather |
| bool | m_bRandomWeatherChanges |
| float | m_fXpMultiplier |
| bool | m_bMapMarkerEnableDeleteByAnyone |
| int | m_iMapMarkerLimitPerPlayer |
| bool | m_bLoadOnStart |
| string | m_sOwner |