Native referenceFiveM

0x3C788E7F6438754D

0x3C788E7F6438754D GRAPHICS
FUNCTION SIGNATURE
void 0x3C788E7F6438754D(int checkpointHandle, float x, float y, float z);
Property Value
Native Name 0x3C788E7F6438754D
Hash 0x3C788E7F6438754D
Return Type void
Parameters checkpointHandle (int), x (float), y (float), z (float)

Description: ``` NativeDB Introduced: v1180


Sets the given checkpoint target to the new coords

### Parameters
- **`checkpointHandle`** (`int`) — the handle of a created checkpoint
- **`x`** (`float`)
- **`y`** (`float`)
- **`z`** (`float`)
Back to GRAPHICS