Background for Fallout 4
Member of the ScriptObject script
stringfunctionGetState()

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")
endIf

Auto-Generated Example

string returnedValue = myScriptObject__toCallFunctionOn.GetState()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.