Unk3::networkShopBasketAddItem: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
Line 1: Line 1:
p0 is pointer to a script array
p0 is pointer to a script array
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">unk3.networkShopBasketAddItem(p0, p1);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.unk3.networkShopBasketAddItem(p0, p1);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''p0:''' Player
*'''p0:''' Player
Line 9: Line 9:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Unk3_function_c}}
{{Unk3_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 21:34, 6 May 2017

p0 is pointer to a script array

Syntax

mp.game.unk3.networkShopBasketAddItem(p0, p1);

Required Arguments

  • p0: Player
  • p1: Object handle or object

Return value

  • unknown (to be checked)

Example

// todo

See also

Template:Unk3 s function c