Ui::lockMinimapPosition
Locks the minimap to the specified world position.
Syntax
ui.lockMinimapPosition(x, y);
Required Arguments
- x: float
- y: float
Return value
- Undefined
Example
todo
Locks the minimap to the specified world position.
ui.lockMinimapPosition(x, y);
todo