SetDrawOrigin — FiveM Natives
0xE10198D5 · CFX · client
Sets the on-screen drawing origin for draw-functions in world coordinates. The effect can be reset by calling CLEAR_DRAW_ORIGIN and is limited to 32 different origins each frame.
Parameters
| Name | Type |
|---|---|
| x | float |
| y | float |
| z | float |
| is2d | BOOL |
Returns
void