- 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
Parameters
intaiActionID
CK Wiki Description
The ID of the action to check.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__aiActionID
bool returnedValue = myScene__toCallFunctionOn.IsActionComplete(myInt__aiActionID)