GuiInterface.compassAddIcon
Add an icon to the compass.
Kind: Function
Environments: Game
Game
guiInterface:compassAddIcon( iconName, image, showDistance, width, height )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
compassHud |
GuiInterface | The compass hud GUI. |
iconName |
string | Name of the new compass icon. |
image (optional) |
string | The name or path of the image. (Optional) |
showDistance (optional) |
string | If the icon should display distance. (Optional) |
width (optional) |
string | The width of the icon, defaults to 22. (Optional) |
height (optional) |
string | The height of the icon, defaults to 22. (Optional) |