GetObjectLocation: Difference between revisions

From Onset Developer Wiki
No edit summary
m (Fixed miner Bug (local x,y,z = GetPlayerLocation(objectid) --> local x,y,z = GetObjectLocation(objectid) ))
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
== Example ==
== Example ==
<syntaxhighlight lang="Lua>
<syntaxhighlight lang="Lua>
local x, y, z = GetPlayerLocation(objectid)
local x, y, z = GetObjectLocation(objectid)
</syntaxhighlight>
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}
* [[SetObjectLocation]]
{{Template:ObjectFunctions}}
* [[GetObjectCount]]
* [[GetObjectModelCount]]
* [[GetObjectModelGroup]]
* [[GetObjectModelName]]
* [[GetStreamedObjects]]
* [[GetObjectModel]]
* [[GetObjectRotation]]
* [[GetObjectScale]]
* [[GetObjectBoundingBox]]
* [[GetObjectSize]]
* [[EnableObjectHitEvents]]
* [[GetObjectMass]]
* [[SetObjectEditorSpeed]]
* [[SetObjectEditable]]
* [[SetObjectOutline]]
* [[SetObjectCastShadow]]
* [[SetObjectColor]]
* [[SetObjectEmissiveColor]]
* [[SetObjectAnimatedTexture]]

Latest revision as of 11:10, 11 May 2024