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