Перейти к содержанию

Mobile::setPhoneLean

Материал из RAGE MP Wiki Archive

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