Mobile::moveFinger: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
Line 1: Line 1:
For move the finger of player, the value of int goes 1 at 5.==Syntax==<syntaxhighlight lang="javascript">mobile.moveFinger(direction);</syntaxhighlight>=== Required Arguments ===*'''direction:''' int===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Mobile_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
For move the finger of player, the value of int goes 1 at 5.
==Syntax==
<syntaxhighlight lang="javascript">mobile.moveFinger(direction);</syntaxhighlight>
=== Required Arguments ===
*'''direction:''' int
===Return value===
*'''Undefined'''
==Example==
<syntaxhighlight lang="javascript">
todo
</syntaxhighlight>
==See also==
{{Mobile_function_c}}
[[Category:Clientside API]]
[[Category:TODO: Example]]

Revision as of 20:02, 6 May 2017

For move the finger of player, the value of int goes 1 at 5.

Syntax

mobile.moveFinger(direction);

Required Arguments

  • direction: int

Return value

  • Undefined

Example

todo

See also

Template:Mobile function c