natives.DIM BLIP: Difference between revisions

37 bytes added ,  Yesterday at 09:11
Add ScriptItem documentation from GTA VC SCM decompile
(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
}}
}}
1,351

edits