Unk3::networkShopGetPrice: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
Line 1: Line 1:
bool is always true in game scripts
bool is always true in game scripts
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">unk3.networkShopGetPrice(hash, hash2, p2);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.unk3.networkShopGetPrice(hash, hash2, p2);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''hash:''' Model hash or name
*'''hash:''' Model hash or name
Line 10: Line 10:
==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

bool is always true in game scripts

Syntax

mp.game.unk3.networkShopGetPrice(hash, hash2, p2);

Required Arguments

  • hash: Model hash or name
  • hash2: Model hash or name
  • p2: Boolean

Return value

  • int

Example

// todo

See also

Template:Unk3 s function c