Mobile::setPhoneLean
Внешний вид
if the bool 'Toggle' is 'true' so the phone is lean.
if the bool 'Toggle' is 'false' so the phone is not lean.
Syntax
<syntaxhighlight lang="javascript">mp.game.mobile.setPhoneLean(Toggle);</syntaxhighlight>
Required Arguments
- Toggle: Boolean
Return value
- Undefined
Example
<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>
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