Blip::setCoords: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
 
Line 1: Line 1:


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">blip.setCoords(posX, posY, posZ);</syntaxhighlight>
<syntaxhighlight lang="javascript">blip.setCoords(pos);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''posX:''' float
*'''pos:''' Vector3
*'''posY:''' float
*'''posZ:''' float
===Return value===
===Return value===
*'''Undefined'''
*'''Undefined'''
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">

Latest revision as of 12:39, 23 March 2018