natives.ADD BLIP FOR CONTACT POINT: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Add ScriptItem documentation from GTA VC SCM decompile)
 
(Add ScriptItem documentation from GTA VC SCM decompile)
Line 5: Line 5:
|name = natives.ADD_BLIP_FOR_CONTACT_POINT
|name = natives.ADD_BLIP_FOR_CONTACT_POINT
|parameters = Vec3 position
|parameters = Vec3 position
|parameter1 = Vec3 position Description
|parameter1 = Vec3 position World coordinates (x, y, z).
|usage = add blip for contact point in Vice City
|usage = add blip for contact point in Vice City
|return1 = void
|return1 = void
|returnFail1 = void
|returnFail1 = void
}}
}}

Revision as of 17:17, 13 June 2026

natives.ADD_BLIP_FOR_CONTACT_POINT

Signature: void natives.ADD_BLIP_FOR_CONTACT_POINT(Vec3 position)

Usage: add blip for contact point in Vice City

Parameters

Vec3 position World coordinates (x, y, z).

Return

void

On failure: void