BIS fnc markerPath: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|+$" to "") |
Lou Montana (talk | contribs) m (Text replacement - "<code> *(\^+\]) +\[\[call\]\] +\[\[(BIS_fnc_[a-zA-Z0-9_]+)\]\];? *<\/code>" to "<sqf>$1 call $2;</sqf>") |
||
Line 30: | Line 30: | ||
|r1= [[Array]] - list of created markers | |r1= [[Array]] - list of created markers | ||
|x1= < | |x1= <sqf>["markerStart", "markerEnd"] call BIS_fnc_markerPath;</sqf> | ||
|x2= <code>[<nowiki/>[[player]], [[nearestLocation]] [<nowiki/>[[getPos]] [[player]], "nameCity"]] [[call]] [[BIS_fnc_markerPath]];</code> | |x2= <code>[<nowiki/>[[player]], [[nearestLocation]] [<nowiki/>[[getPos]] [[player]], "nameCity"]] [[call]] [[BIS_fnc_markerPath]];</code> |
Revision as of 19:03, 5 May 2022
Description
- Description:
- Create marker(s) between two points.
- Execution:
- call
- Groups:
- Map and Markers
Syntax
- Syntax:
- [start, end, spacing, params] call BIS_fnc_markerPath
- Parameters:
- start: Position, Waypoint, Object, Location or String:
- end: same as start
- spacing: Number - (Optional, default 1000) distance between markers. When value is negative, line marker is used instead with thickness of this value
- params: Array - (Optional, default ["BIS_fnc_markerPath_marker_#", "mil_triangle", "colorgreen"]) marker params (see BIS_fnc_markerCreate for details)
- Return Value:
- Array - list of created markers
Examples
- Example 1:
- Example 2:
[player, nearestLocation [getPos player, "nameCity"]] call BIS_fnc_markerPath;
Additional Information
- See also:
- createMarkerBIS_fnc_markWaypoints
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note