SetMarkerType
From GTA Network Wiki
SetMarkerTypeServer-Side Function
![]() |
![]() |
---|
Function Description
Syntax
void NAPI.Marker.SetMarkerType(Marker marker, int/uint type);
Required Arguments
- marker: parameter input should be in Marker type.
- type: parameter input should be in int or uint type. See Marker.
Usage example(s)
Example Description
NAPI.Marker.SetMarkerType(marker, type);
Changelog
Version | Description |
---|---|
1.0 | Release. |