DestroyObject: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|DestroyObject(object)}} {{FuncParameters}} {{FuncParam|object|__EDIT_ME__}} {{FuncReturnValue|__E..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server|1.0}} | {{Info|Function|Server|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Destroy an object created with [[CreateObject]].}} | ||
{{FuncSyntax|DestroyObject(object)}} | {{FuncSyntax|DestroyObject(object)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|object| | {{FuncParam|object|The object identifier.}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns '''true''' on success.}} | ||
== Example == | == Example == | ||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[CreateObject]] | |||
* [[IsValidObject]] |
Revision as of 15:40, 17 November 2019
Description
Destroy an object created with CreateObject.
Syntax
DestroyObject(object)
Parameters
- object
The object identifier.
Return Value
- Returns true on success.
Example
__EDIT_ME__