natives.DIM BLIP: Difference between revisions
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 | |parameters = int blip, int brightness | ||
|parameter1 = int | |parameter1 = int blip Blip identifier to modify. | ||
|parameter2 = int | |parameter2 = int brightness Parameter for this function. | ||
|usage = | |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