Graphics::cascadeShadowsSetAircraftMode

From RAGE Multiplayer Wiki
Revision as of 11:34, 8 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Required Params=== *'''enable:''' {{RageType|boolean}} ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.cascadeShadowsSetAircraftMode(enable) </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Graphics_functions_c}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • enable: boolean

Return value

  • void

Syntax

mp.game.graphics.cascadeShadowsSetAircraftMode(enable)

Example

//todo


See also