Background for Fallout 4
Member of the Scene script
boolfunctionIsActionComplete(intaiActionID)Native

Description

Wiki Description

Checks to see if the specified action in this scene is completed.

Documentation Comment

Returns whether the specified action is complete or not


Caveats


Parameters

intaiActionID

CK Wiki Description

The ID of the action to check.


Examples

; Has action 20 finished?
if (MySceneProperty.IsActionComplete(20))
  Debug.Trace("Finished action 20 in my scene")
endIf

Auto-Generated Example

int myInt__aiActionID

bool returnedValue = myScene__toCallFunctionOn.IsActionComplete(myInt__aiActionID)

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.