Mobile::setMobilePhonePosition: Difference between revisions
(yay) |
(yay) |
||
| Line 1: | Line 1: | ||
==Syntax==<syntaxhighlight lang="javascript">mobile.setMobilePhonePosition(posX, posY, posZ);</syntaxhighlight>=== Required Arguments ===*'''posX:''' float*'''posY:''' float*'''posZ:''' float===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Mobile_function_c}}[[Category:Clientside API]][[Category:TODO: Example]] | |||
==Syntax== | |||
<syntaxhighlight lang="javascript">mobile.setMobilePhonePosition(posX, posY, posZ);</syntaxhighlight> | |||
=== Required Arguments === | |||
*'''posX:''' float | |||
*'''posY:''' float | |||
*'''posZ:''' float | |||
===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
Syntax
mobile.setMobilePhonePosition(posX, posY, posZ);
Required Arguments
- posX: float
- posY: float
- posZ: float
Return value
- Undefined
Example
todo