natives.ADD SPRITE BLIP FOR COORD: Difference between revisions

(Add ScriptItem documentation from GTA VC SCM decompile)
 
(Add ScriptItem documentation from GTA VC SCM decompile)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|side = client
|games = vc
|games = vc
|type = function
|type = function
|name = natives.ADD_SPRITE_BLIP_FOR_COORD
|name = natives.ADD_SPRITE_BLIP_FOR_COORD
|parameters = int arg0
|arg1 = int blip Blip handle.
|parameter1 = int arg0 Description
|desc = add sprite blip for coord in Vice City
|usage = add sprite blip for coord in Vice City
|return1 = void
|return1 = void
|returnFail1 = void
}}
}}

Latest revision as of 18:21, 13 June 2026

Function Client Only icon-vc.png Online and Offline

Available since Client 1.0.0
void natives.ADD_SPRITE_BLIP_FOR_COORD(int blip)
The natives.ADD_SPRITE_BLIP_FOR_COORD function is used to add sprite blip for coord in Vice City.

Parameters

1) int blip Blip handle.

Return

void This function doesn't return a value.

Notes

There aren't any notes for this function.

Examples

There aren't any examples for this function.

Compatibility

There isn't any compatibility information for this function.

Related

Client Related

        getBlipCount
getBlips
        gta.createBlip
        gta.createBlipAttachedTo

        blip.children
        blip.clearExistsFor
        blip.dimension
        blip.existsFor
        blip.getData
        blip.getRotation
        blip.id
        blip.isCreatedFor
        blip.isLocal
        blip.isOwner
        blip.isSyncer
        blip.isType
        blip.name
        blip.netFlags
        blip.parent
        blip.position
        blip.removeAllData
        blip.removeData
        blip.resource
        blip.rotation
        blip.setData
        blip.setExistsFor
        blip.setRotation
        blip.setSyncer
        blip.streamInDistance
        blip.streamOutDistance
        blip.syncer
        blip.syncerId
        blip.type