SlerpNearQuaternion — FiveM Natives
0xF2F6A2FA49278625 · MISC · all
This native always come right before SET_ENTITY_QUATERNION where its final 4 parameters are SLERP_NEAR_QUATERNION p9 to p12
Parameters
| Name | Type | Description |
|---|---|---|
| t | float | acceleration differenzial (am_rollercoaster.c func\_134) |
| x | float | rotation parameter (maybe X axys) |
| y | float | rotation parameter (maybe X axys) |
| z | float | rotation parameter (maybe X axys) |
| w | float | rotation parameter (maybe X axys) |
| x1 | float | rotation parameter (maybe Y axys) |
| y1 | float | rotation parameter (maybe Y axys) |
| z1 | float | rotation parameter (maybe Y axys) |
| w1 | float | rotation parameter (maybe Y axys) |
| outX | float* | output value calculated (X) |
| outY | float* | output value calculated (Y) |
| outZ | float* | output value calculated (Z) |
| outW | float* | output value calculated (W) |
Returns
void