Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MapConfigComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_MapConfigComponentClass

Functions

SCR_MapConfigComponentClass ScriptComponentClass Attribute ("{1B8AC767E06A0ACD}Configs/Map/MapFullscreen.conf", UIWidgets.ResourceNamePicker, desc:"Gadget map config", "conf class=SCR_MapConfig")] protected ResourceName m_sGadgetMapConfigPath
 Attached to BaseGameMode, used for map config selection.
ResourceName GetGadgetMapConfig ()
 Get config of the ingame gadget map.
ResourceName GetSpawnMapConfig ()
 Get config of the respawn screen map.
ResourceName GetEditorMapConfig ()
 Get config of the game master map.
ResourceName GetCombatSupportStationMapConfig ()
ResourceName GetOperationsStationMapConfig ()
ResourceName GetLogisticsStationMapConfig ()
EMapEntityMode GetCommandPostMapEntityMode ()
 Get map entity mode for command posts.
void SetCommandPostMapEntityMode (EMapEntityMode mode)
 Set map entity mode for command posts.

Variables

ResourceName m_sSpawnMapConfigPath
ResourceName m_sEditorMapConfigPath
ResourceName m_sCombatSupportStationMapConfigPath
ResourceName m_sOperationsStationMapConfigPath
ResourceName m_sLogisticsStationMapConfigPath
EMapEntityMode m_eCommandPostMapEntityMode

Function Documentation

◆ Attribute()

SCR_MapConfigComponentClass ScriptComponentClass Attribute ( "{1B8AC767E06A0ACD}Configs/Map/MapFullscreen.conf" ,
UIWidgets. ResourceNamePicker,
desc:"Gadget map config"  )

Attached to BaseGameMode, used for map config selection.

◆ GetCombatSupportStationMapConfig()

ResourceName GetCombatSupportStationMapConfig ( )
protected

Definition at line 51 of file SCR_MapConfigComponent.c.

◆ GetCommandPostMapEntityMode()

EMapEntityMode GetCommandPostMapEntityMode ( )
protected

Get map entity mode for command posts.

Definition at line 70 of file SCR_MapConfigComponent.c.

◆ GetEditorMapConfig()

ResourceName GetEditorMapConfig ( )
protected

Get config of the game master map.

Definition at line 45 of file SCR_MapConfigComponent.c.

◆ GetGadgetMapConfig()

ResourceName GetGadgetMapConfig ( )
protected

Get config of the ingame gadget map.

Definition at line 31 of file SCR_MapConfigComponent.c.

◆ GetLogisticsStationMapConfig()

ResourceName GetLogisticsStationMapConfig ( )
protected

Definition at line 63 of file SCR_MapConfigComponent.c.

◆ GetOperationsStationMapConfig()

ResourceName GetOperationsStationMapConfig ( )
protected

Definition at line 57 of file SCR_MapConfigComponent.c.

◆ GetSpawnMapConfig()

ResourceName GetSpawnMapConfig ( )
protected

Get config of the respawn screen map.

Definition at line 38 of file SCR_MapConfigComponent.c.

◆ SetCommandPostMapEntityMode()

void SetCommandPostMapEntityMode ( EMapEntityMode mode)
protected

Set map entity mode for command posts.

Definition at line 77 of file SCR_MapConfigComponent.c.

Variable Documentation

◆ m_eCommandPostMapEntityMode

EMapEntityMode m_eCommandPostMapEntityMode
protected

Definition at line 27 of file SCR_MapConfigComponent.c.

◆ m_sCombatSupportStationMapConfigPath

ResourceName m_sCombatSupportStationMapConfigPath
protected

Definition at line 19 of file SCR_MapConfigComponent.c.

◆ m_sEditorMapConfigPath

ResourceName m_sEditorMapConfigPath
protected

Definition at line 16 of file SCR_MapConfigComponent.c.

◆ m_sLogisticsStationMapConfigPath

ResourceName m_sLogisticsStationMapConfigPath
protected

Definition at line 25 of file SCR_MapConfigComponent.c.

◆ m_sOperationsStationMapConfigPath

ResourceName m_sOperationsStationMapConfigPath
protected

Definition at line 22 of file SCR_MapConfigComponent.c.

◆ m_sSpawnMapConfigPath

ResourceName m_sSpawnMapConfigPath
protected

Definition at line 13 of file SCR_MapConfigComponent.c.