natives.ADD BLIP FOR CHAR OLD: 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_BLIP_FOR_CHAR_OLD
|name = natives.ADD_BLIP_FOR_CHAR_OLD
|parameters = int arg0, int arg1
|arg1 = int blip Blip handle.
|parameter1 = int arg0 Description
|arg2 = int flag Flag value (0 or 1).
|parameter2 = int arg1 Description
|desc = add blip for char old in Vice City
|usage = add blip for char old in Vice City
|return1 = void
|return1 = void
|returnFail1 = void
}}
}}

Latest revision as of 18:14, 13 June 2026

Function Client Only icon-vc.png Online and Offline

Available since Client 1.0.0
void natives.ADD_BLIP_FOR_CHAR_OLD(int blip, int flag)
The natives.ADD_BLIP_FOR_CHAR_OLD function is used to add blip for char old in Vice City.

Parameters

1) int blip Blip handle.
2) int flag Flag value (0 or 1).

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