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

Mobile::setPhoneLean

Материал из RAGE MP Wiki Archive
Версия от 21:28, 11 мая 2017; imported>StreetGT
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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