Networkcash::networkEarnFromRockstar: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
Line 1: Line 1:
This merely adds an entry in the Network Transaction Log; <br>it does not grant cash to the player (on PC).<br><br>Max value for amount is 9999999.==Syntax==<syntaxhighlight lang="javascript">networkcash.networkEarnFromRockstar(amount);</syntaxhighlight>=== Required Arguments ===*'''amount:''' int===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Networkcash_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
This merely adds an entry in the Network Transaction Log; <br>it does not grant cash to the player (on PC).<br><br>Max value for amount is 9999999.
==Syntax==
<syntaxhighlight lang="javascript">networkcash.networkEarnFromRockstar(amount);</syntaxhighlight>
=== Required Arguments ===
*'''amount:''' int
===Return value===
*'''Undefined'''
==Example==
<syntaxhighlight lang="javascript">
todo
</syntaxhighlight>
==See also==
{{Networkcash_function_c}}
[[Category:Clientside API]]
[[Category:TODO: Example]]

Revision as of 19:54, 6 May 2017

This merely adds an entry in the Network Transaction Log;
it does not grant cash to the player (on PC).

Max value for amount is 9999999.

Syntax

networkcash.networkEarnFromRockstar(amount);

Required Arguments

  • amount: int

Return value

  • Undefined

Example

todo

See also

Template:Networkcash function c