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 edit summary
 
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[GetObjectCount]]
* [[GetObjectModelCount]]
* [[GetObjectModelGroup]]
* [[GetStreamedObjects]]
* [[GetObjectModel]]
* [[GetObjectLocation]]
* [[GetObjectRotation]]
* [[GetObjectScale]]
* [[GetObjectBoundingBox]]
* [[GetObjectSize]]
* [[EnableObjectHitEvents]]
* [[GetObjectMass]]
* [[SetObjectEditorSpeed]]
* [[SetObjectEditable]]
* [[SetObjectOutline]]
* [[SetObjectCastShadow]]
* [[SetObjectColor]]
* [[SetObjectEmissiveColor]]
* [[SetObjectTexture]]
* [[SetObjectAnimatedTexture]]

Latest revision as of 14:54, 14 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