natives.DIM BLIP: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Add ScriptItem documentation from GTA VC SCM decompile)
 
(Add ScriptItem documentation from GTA VC SCM decompile)
 
Line 4: Line 4:
|type = function
|type = function
|name = natives.DIM_BLIP
|name = natives.DIM_BLIP
|parameters = int ped, int value
|parameters = int blip, int brightness
|parameter1 = int ped Target character in the game world.
|parameter1 = int blip Blip identifier to modify.
|parameter2 = int value Numeric parameter.
|parameter2 = int brightness Parameter for this function.
|usage = performs the blip operation.
|usage = adjusts the brightness or visibility of a radar blip
|return1 = void
|return1 = void
|returnFail1 = void
|returnFail1 = void
}}
}}

Latest revision as of 09:11, 12 June 2026

natives.DIM_BLIP

Signature: void natives.DIM_BLIP(int blip, int brightness)

Usage: adjusts the brightness or visibility of a radar blip

Parameters

int blip Blip identifier to modify.
int brightness Parameter for this function.

Return

void

On failure: void