Execute_DespawnGameObject
Description
Removes (destroys) the BaseObject from the world. If the BaseObject is a CarriableObject placed on a site, also updates the site's pathfinding grid.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The game object to remove from the world |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Remove the target object from the world | Target | DespawnGameObject |
| Remove Self object from the world | Self | DespawnGameObject |
Back to Command FinderSearch and filter all 399 Script Execution documents