Object::releaseGlowStyle

From RAGE Multiplayer Wiki
Revision as of 17:48, 11 February 2026 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| === Required Params === *'''glowStyle:''' {{RageType|number}} === Return value === *''' {{RageType|void}} ''' == Syntax == <syntaxhighlight lang="javascript"> mp.game.object.releaseGlowStyle(glowStyle); </syntaxhighlight> == Example == <syntaxhighlight lang="javascript"> mp.game.object.releaseGlowStyle(glow); </syntaxhighlight> }} ==See also== {{Object_function_c}} Category:Clientside API")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • glowStyle: number

Return value

  • void

Syntax

mp.game.object.releaseGlowStyle(glowStyle);

Example

mp.game.object.releaseGlowStyle(glow);


See also

  • [[Object::disableGlow|mp.game.object.disableGlow