new b5.A_Destroy(target){b5.A_Destroy}
actions/generic/general.js, line 242
Action that destroys an object then exits
Created actions should be added to an actor or scenes actions list to be processed
For a complete overview of Actions see Booty5 Actions Overview
Name | Type | Description |
---|---|---|
target |
string | object |
Path to or instance of object to destroy |
Returns:
Type | Description |
---|---|
b5.A_Destroy | The created action |