Class PointBlip
Inherited Members
Blip.deleteSyncedMeta
Blip.setSyncedMeta
Blip.type
Blip.valid
Blip.id
Blip.destroy
Blip.getMetaDataKeys
Blip.getSyncedMeta
Blip.hasSyncedMeta
Blip.getSyncedMetaKeys
Blip.refCount
Module: alt-server
Package: @altmp/altv-types
Syntax
class PointBlip extends Blip
Constructors
| Improve this Doc View SourcePointBlip(number, number, number, boolean)
Declaration
PointBlip(x: number, y: number, z: number, global: boolean): PointBlip
Parameters
| Type | Name | Description |
|---|---|---|
| number | x | |
| number | y | |
| number | z | |
| boolean | global |
PointBlip(Vector3, boolean)
Declaration
PointBlip(pos: Vector3, global: boolean): PointBlip
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | pos | |
| boolean | global |
PointBlip(Entity, boolean)
Declaration
PointBlip(entity: Entity, global: boolean): PointBlip
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | entity | |
| boolean | global |