natives.ADD SPRITE BLIP FOR COORD: 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.ADD_SPRITE_BLIP_FOR_COORD | |name = natives.ADD_SPRITE_BLIP_FOR_COORD | ||
|parameters = int | |parameters = int blip | ||
|parameter1 = int | |parameter1 = int blip Blip handle. | ||
|usage = add sprite blip for coord in Vice City | |usage = add sprite blip for coord in Vice City | ||
|return1 = void | |return1 = void | ||
|returnFail1 = void | |returnFail1 = void | ||
}} | }} | ||
Revision as of 17:23, 13 June 2026
natives.ADD_SPRITE_BLIP_FOR_COORD
Signature: void natives.ADD_SPRITE_BLIP_FOR_COORD(int blip)
Usage: add sprite blip for coord in Vice City
Parameters
- int blip Blip handle.
Return
void
On failure: void