Player::call: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "This function call client event for player. == Syntax == <syntaxhighlight lang="javascript"> player.call(eventName [, ...args]); </syntaxhighlight>")
 
No edit summary
Line 4: Line 4:
player.call(eventName [, ...args]);
player.call(eventName [, ...args]);
</syntaxhighlight>
</syntaxhighlight>
==See Also==
{{Player_block}}

Revision as of 13:42, 17 April 2017

This function call client event for player.

Syntax

player.call(eventName [, ...args]);

See Also