Перейти к содержанию

Object::deleteObject

Материал из RAGE MP Wiki Archive
Версия от 21:28, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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

Syntax

<syntaxhighlight lang="javascript">mp.game.object.deleteObject(object);</syntaxhighlight>

Required Arguments

  • object: Object

Return value

  • Object

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also

  • [[Object::disableGlow|mp.game.object.disableGlow