minimap_icon_add_script_group(group, minimap_icon_name[, bitmap_glow_name[, radius[, sync_type]]]) | ||
Parameters: | ||
group | (string or table) name of a script group, or a script group table with a "name" field | |
minimap_icon_name | (string) name of the minimap icon | |
bitmap_glow_name | (string, optional) name of minimap icon glow (defaults to nil) | |
radius | (float, optional) radius of the minimap marker, in meters (defaults to 0.0) | |
sync_type | (enumeration, optional) synchronization type (SYNC_LOCAL = affects local player, SYNC_REMOTE = affects remote player, or SYNC_ALL = affects both players; defaults to SYNC_ALL) | |
Returns: | ||
none | ||
Description: | ||
Add a minimap marker to all objects in a script group, with an optional radius around the marker. | ||
back to index | SR3 Script Action Documentation Last updated: Tue, 09 Aug 2011 11:32:15 |