Scripting/Squirrel/Functions/CreateMarker: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "This function will create a map icon on the radar. == Syntax == <pre>CreateMarker( world, pos, scale, color, SpriteId )</pre> == Arguments == * ''int'' '''world''' - The w...") |
m (Ysc3839 moved page CreateMarker to Scripting/Squirrel/Functions/CreateMarker: Move to Functions) |
(No difference)
|
Revision as of 20:17, 17 October 2014
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.