Background for Fallout 4
Member of the ScriptObject script
voidfunctionGotoState(stringasNewState)

[DEV SERVER] Loading description...


Caveats

CK Wiki - Notes


Parameters

stringasNewState

CK Wiki Description

The state to go to. Subsequent calls to GetState will return this string exactly as passed in. The state name is not case-sensitive.


Examples

; Set this object as being in the "Running" state
GotoState("Running")

Auto-Generated Example

string myString__asNewState

myScriptObject__toCallFunctionOn.GotoState(myString__asNewState)

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.