GetObjectModel: Difference between revisions
From Onset Developer Wiki
No edit summary |
FlyingFork (talk | contribs) No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Info|Function|Server & Client|1.0}} | {{Info|Function|Server & Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Get the object model number ob a spawned object. See [[Objects]].}} | ||
{{FuncSyntax|GetObjectModel(object)}} | {{FuncSyntax|GetObjectModel(object)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|object| | {{FuncParam|object|The object identifier.}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns the object model number as an integer.}} | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua> | |||
print("Object Model: " .. GetObjectModel(object)) | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
Line 19: | Line 21: | ||
* [[GetObjectModelName]] | * [[GetObjectModelName]] | ||
* [[GetStreamedObjects]] | * [[GetStreamedObjects]] | ||
* [[GetObjectLocation]] | * [[GetObjectLocation]] | ||
* [[GetObjectRotation]] | * [[GetObjectRotation]] |
Latest revision as of 14:29, 26 June 2021
Description
Get the object model number ob a spawned object. See Objects.
Syntax
GetObjectModel(object)
Parameters
- object
The object identifier.
Return Value
- Returns the object model number as an integer.
Example
print("Object Model: " .. GetObjectModel(object))
See also
- GetObjectCount
- GetObjectModelCount
- GetObjectModelGroup
- GetObjectModelName
- GetStreamedObjects
- GetObjectLocation
- GetObjectRotation
- GetObjectScale
- GetObjectBoundingBox
- GetObjectSize
- EnableObjectHitEvents
- GetObjectMass
- SetObjectEditorSpeed
- SetObjectEditable
- SetObjectOutline
- SetObjectCastShadow
- SetObjectColor
- SetObjectEmissiveColor
- SetObjectTexture
- SetObjectAnimatedTexture