- Found in:
- Vanilla
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")
endIfAuto-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
