Object::enableGlow: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 February 2026

  • curprev 17:5017:50, 11 February 2026Shr0x talk contribs 485 bytes +485 Created page with "{{ClientsideJsFunction}} {{JSContainer| === Required Params === *'''handle:''' {{RageType|number}} *'''glowStyle:''' {{RageType|number}} === Return value === *''' {{RageType|void}} ''' == Syntax == <syntaxhighlight lang="javascript"> mp.game.object.enableGlow(handle, glowStyle); </syntaxhighlight> == Example == <syntaxhighlight lang="javascript"> mp.game.object.enableGlow(object.handle, glow); </syntaxhighlight> }} ==See also== {{Object_function_c}} Category:Client..."