BIS fnc moduleCoverMap: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:\{\{Name\|arma3\}\}: [fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 27: | Line 27: | ||
//Covers the whole map except an area of 1000 m by 1000 m, can be used to dynamically change size of the area during mission | //Covers the whole map except an area of 1000 m by 1000 m, can be used to dynamically change size of the area during mission | ||
|[[showMap]] | |seealso= [[showMap]] | ||
}} | }} |
Revision as of 00:26, 17 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Modules
Syntax
- Syntax:
- Syntax needed
- Parameters:
- centerUnit: Object - Object which is used as center
- units: Array - Not used inside the function
- init: Boolean - true to create cover map effect, false to remove all markers and destroy the effect
- Return Value:
- Return value needed
Examples
- Example 1:
centerObject setVariable ["objectArea",[1000,1000,0,false,0]]; [_centerObject,[],true] call BIS_fnc_moduleCoverMap;
//Covers the whole map except an area of 1000 m by 1000 m, can be used to dynamically change size of the area during mission
Additional Information
- See also:
- showMap
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