SetMinimapComponentPosition — RedM Natives
0x3E882B23 · CFX · client
Overrides the minimap component data (from common:/data/ui/frontend.xml) for a specified component.
Parameters
| Name | Type | Description |
|---|---|---|
| name | char* | The name of the minimap component to override. |
| alignX | char* | Equivalent to the `alignX` field in `frontend.xml`. |
| alignY | char* | Equivalent to the `alignY` field in `frontend.xml`. |
| posX | float | Equivalent to the `posX` field in `frontend.xml`. |
| posY | float | Equivalent to the `posY` field in `frontend.xml`. |
| sizeX | float | Equivalent to the `sizeX` field in `frontend.xml`. |
| sizeY | float | Equivalent to the `sizeY` field in `frontend.xml`. |
Returns
void