GetObjectModelName: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Returns the asset name of an object model.}} {{FuncSyntax|GetObjectModelName(model)}} {{FuncParameters}} {{FuncParam|model|Th...")
(No difference)

Revision as of 12:04, 5 November 2019

GetObjectModelName

Type: Function
Context: Client
Introduced: v1.0

Description

Returns the asset name of an object model.

Syntax

GetObjectModelName(model)

Parameters

  • model
    The model identifier from Objects.

Return Value

  • Returns the objects model asset name as string.

Example

__EDIT_ME__

See also

__EDIT_ME__