Mobile::moveFinger: Difference between revisions
(yay) |
(yay) |
||
| Line 1: | Line 1: | ||
For move the finger of player, the value of int goes 1 at 5. | For move the finger of player, the value of int goes 1 at 5. | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="javascript">mobile.moveFinger(direction);</syntaxhighlight> | <syntaxhighlight lang="javascript">mp.game.mobile.moveFinger(direction);</syntaxhighlight> | ||
=== Required Arguments === | === Required Arguments === | ||
*'''direction:''' int | *'''direction:''' int | ||
| Line 8: | Line 8: | ||
==Example== | ==Example== | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
todo | // todo | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==See also== | ==See also== | ||
{{ | {{Mobile_s_function_c}} | ||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
[[Category:TODO: Example]] | [[Category:TODO: Example]] | ||
Revision as of 21:27, 6 May 2017
For move the finger of player, the value of int goes 1 at 5.
Syntax
mp.game.mobile.moveFinger(direction);
Required Arguments
- direction: int
Return value
- Undefined
Example
// todo
See also
- mp.game.mobile.cellCamActivate
- mp.game.mobile.createMobilePhone
- mp.game.mobile.getMobilePhonePosition
- mp.game.mobile.getMobilePhoneRenderId
- mp.game.mobile.getMobilePhoneRotation
- mp.game.mobile.moveFinger
- mp.game.mobile.scriptIsMovingMobilePhoneOffscreen
- mp.game.mobile.setMobilePhonePosition
- mp.game.mobile.setMobilePhoneRotation
- mp.game.mobile.setMobilePhoneScale
- mp.game.mobile.setPhoneLean