Gameplay::setFadeOutAfterArrest
Sets whether the game should fade out after the player is arrested.
Syntax
gameplay.setFadeOutAfterArrest(toggle);
Required Arguments
- toggle: Boolean
Return value
- Undefined
Example
todo
Sets whether the game should fade out after the player is arrested.
gameplay.setFadeOutAfterArrest(toggle);
todo