Description
Wiki Description
Obtains the current state of the script, as a string.
Documentation Comment
Obtains the script's current state
Caveats
Examples
; Is this object currently in the "Running" state?
if (GetState() == "Running")
Debug.Trace("We are currently in the running state")
endIfAuto-Generated Example
string returnedValue = myScriptObject__toCallFunctionOn.GetState()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
