GetObjectLocation: Difference between revisions

From Onset Developer Wiki
28days (talk | contribs)
No edit summary
m Fixed miner Bug (local x,y,z = GetPlayerLocation(objectid) --> local x,y,z = GetObjectLocation(objectid) )
 
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}}
{{Template:ObjectFunctions}}
{{Template:ObjectFunctions}}

Latest revision as of 11:10, 11 May 2024