Ark Server API (ASA) - Wiki
|
#include <ConfigTypes.h>
Public Attributes | |
const TCHAR * | Before1 |
const TCHAR * | After1 |
const TCHAR * | Before2 |
const TCHAR * | After2 |
EConfigExpansionFlags | Flags |
This describes extra files per layer, to deal with restricted and NDA covered platform files that can't have the settings be in the Base/Default ini files. Note that we treat DedicatedServer as a "Platform" where it will have it's own directory of files, like a platform
Definition at line 81 of file ConfigTypes.h.
const TCHAR* FConfigLayerExpansion::After1 |
Definition at line 85 of file ConfigTypes.h.
const TCHAR* FConfigLayerExpansion::After2 |
Definition at line 87 of file ConfigTypes.h.
const TCHAR* FConfigLayerExpansion::Before1 |
Definition at line 84 of file ConfigTypes.h.
const TCHAR* FConfigLayerExpansion::Before2 |
Definition at line 86 of file ConfigTypes.h.
EConfigExpansionFlags FConfigLayerExpansion::Flags |
Definition at line 88 of file ConfigTypes.h.