Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_MapConfigComponent Interface Reference

Attached to BaseGameMode, used for map config selection. More...

Inheritance diagram for SCR_MapConfigComponent:

Public Member Functions

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.
 

Protected Attributes

ResourceName m_sGadgetMapConfigPath
 
ResourceName m_sSpawnMapConfigPath
 
ResourceName m_sEditorMapConfigPath
 

Detailed Description

Attached to BaseGameMode, used for map config selection.

Member Function Documentation

◆ GetEditorMapConfig()

ResourceName SCR_MapConfigComponent.GetEditorMapConfig ( )

Get config of the game master map.

◆ GetGadgetMapConfig()

ResourceName SCR_MapConfigComponent.GetGadgetMapConfig ( )

Get config of the ingame gadget map.

◆ GetSpawnMapConfig()

ResourceName SCR_MapConfigComponent.GetSpawnMapConfig ( )

Get config of the respawn screen map.

Member Data Documentation

◆ m_sEditorMapConfigPath

ResourceName SCR_MapConfigComponent.m_sEditorMapConfigPath
protected

◆ m_sGadgetMapConfigPath

ResourceName SCR_MapConfigComponent.m_sGadgetMapConfigPath
protected

◆ m_sSpawnMapConfigPath

ResourceName SCR_MapConfigComponent.m_sSpawnMapConfigPath
protected

The documentation for this interface was generated from the following file: