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