BIS fnc markerToTrigger: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=") |
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[[^ ]+\] (call|spawn) ('''|\[\[)BI(N|S)_fnc_[a-zA-Z0-9_]+('''|\]\]));? \| *p1 *=" to " |s1=$1 |p1=") |
||
Line 9: | Line 9: | ||
| Makes an existing or new marker cover a trigger area. | | Makes an existing or new marker cover a trigger area. | ||
| [markerName, trigger'', localChange''] call [[BIS_fnc_markerToTrigger]] | |s1=[markerName, trigger'', localChange''] call [[BIS_fnc_markerToTrigger]] | ||
|p1= markerName: [[String]] - marker name - if no marker uses the name, a marker will be created | |p1= markerName: [[String]] - marker name - if no marker uses the name, a marker will be created |
Revision as of 19:31, 12 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Map and Markers
Syntax
- Syntax:
- [markerName, trigger, localChange] call BIS_fnc_markerToTrigger
- Parameters:
- markerName: String - marker name - if no marker uses the name, a marker will be created
- trigger: Object - trigger that will be covered by the marker
- localChange: Boolean (Optional, default false) are changes local (local marker creation and/or local marker changes)
- Return Value:
- String - marker name or "" if marker couldn't be moved or created or if provided markerName is ""
Examples
- Example 1:
_createdMarker = ["marker1", myTrigger] call BIS_fnc_markerToTrigger;
Additional Information
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