DestroyObject

From Onset Developer Wiki
Revision as of 15:40, 17 November 2019 by 28days (talk | contribs)
DestroyObject

Type: Function
Context: Server
Introduced: v1.0

Description

Destroy an object created with CreateObject.

Syntax

DestroyObject(object)

Parameters

  • object
    The object identifier.

Return Value

  • Returns true on success.

Example

__EDIT_ME__

See also