GetScriptGfxPosition — FiveM Natives
0x6DD8F5AA635EB4B2 · GRAPHICS · all
Calculates the effective X/Y fractions when applying the values set by SET_SCRIPT_GFX_ALIGN and SET_SCRIPT_GFX_ALIGN_PARAMS.
Parameters
| Name | Type | Description |
|---|---|---|
| x | float | The input X coordinate. |
| y | float | The input Y coordinate. |
| calculatedX | float* | A pointer to the calculated X value. |
| calculatedY | float* | A pointer to the calculated Y value. |
Returns
void