- Found in:
- Vanilla
Description
Wiki Description
Obtains the game's build configuration.
Documentation Comment
Returns the config name
Caveats
Examples
; Print out the current build configuration to the log
Debug.Trace("You are running the " + Debug.GetConfigName() + " build")Auto-Generated Example
string returnedValue = Debug.GetConfigName()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
