Skip to main content

Object::deleteObject

Deletes the specified object, then sets the handle pointed to by the pointer to NULL.

Syntax

```js mp.game.object.deleteObject(object); ```

Required Arguments

  • object: Object

Return value

  • Object

Example

```js // todo ```

See also