SetEntityMatrix — RedM Natives
0xFB0639B · CFX · client
Sets an entity's matrix. Arguments are in the same order as with GET_ENTITY_MATRIX.
Parameters
| Name | Type | Description |
|---|---|---|
| entity | Entity | A valid entity handle. |
| forwardX | float | |
| forwardY | float | |
| forwardZ | float | |
| rightX | float | |
| rightY | float | |
| rightZ | float | |
| upX | float | |
| upY | float | |
| upZ | float | |
| atX | float | |
| atY | float | |
| atZ | float |
Returns
void