GetConfigName - Debug
Member of: Debug Script
Obtains the game's build configuration.
SyntaxEdit
string Function GetConfigName() native global
ParametersEdit
None.
Return ValueEdit
The game's build configuration (release, debug, etc).
ExamplesEdit
; Print out the current build configuration to the log
Debug.Trace("You are running the " + Debug.GetConfigName() + " build")