GTA V NativesmobileMobile::setPhoneLeanOn this pageMobile::setPhoneLeanif the bool 'Toggle' is 'true' so the phone is lean. if the bool 'Toggle' is 'false' so the phone is not lean. Syntax ```js mp.game.mobile.setPhoneLean(Toggle); ``` Required Arguments Toggle: Boolean Return value Undefined Example ```js // todo ``` See also