SetPickupLocation: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Set a new location for a pickup.}} {{FuncSyntax|SetPickupLocation(pickup, x, y, z)}} {{FuncParameters}} {{FuncParam|pickup|Th...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Info|Function|Server|1.0}}
{{Info|Function|Server|1.1.0}}


{{FuncDescription|Set a new location for a pickup.}}
{{FuncDescription|Set a new location for a pickup.}}
Line 14: Line 14:


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight lang="Lua>
 
SetPickupLocation(pickup, 0, 0, 1000)
</syntaxhighlight>
{{RelatedFunctions}}
{{RelatedFunctions}}
{{Template:ObjectFunctions}}
{{Template:ObjectFunctions}}

Latest revision as of 14:37, 26 June 2021