GetWorldCoordFromScreenCoord — FiveM Natives
0xC81D0659 · CFX · client
Converts a screen coordinate into its relative world coordinate.
Parameters
| Name | Type | Description |
|---|---|---|
| screenX | float | A screen horizontal axis coordinate (0.0 - 1.0). |
| screenY | float | A screen vertical axis coordinate (0.0 - 1.0). |
| worldVector | Vector3* | The world coord vector pointer. |
| normalVector | Vector3* | The screen normal vector pointer. |
Returns
void