Scripting/Squirrel/Functions/CreateMarker
This wiki is using an old backup from 2020
Some information may be old/missing
This function will create a map icon on the radar.
Syntax
CreateMarker( world, pos, scale, color, SpriteId )
Arguments
- int world - The world ID
- Vector pos - The position of the marker to be created
- int scale - The marker's size
- cRGB color - The marker's color
- int SpriteId - The ID of custom map icon
Example
This page needs an example. We will try our best to complete the wiki as soon as possible.