BIS fnc moduleCoverMap: Difference between revisions
Jump to navigation
Jump to search
m (fixed description) |
Lou Montana (talk | contribs) |
||
Line 24: | Line 24: | ||
|p1= centerUnit: [[Object]] - Object which is used as center|Parameter 1= | |p1= centerUnit: [[Object]] - Object which is used as center|Parameter 1= | ||
|p2= units: [[Array]] - '''Not used inside the function'''|Parameter 2= | |p2= units: [[Array]] - '''Not used inside the function'''|Parameter 2= | ||
|p3= init: [[Boolean]] - [[ | |p3= init: [[Boolean]] - [[true]] to create cover map effect, [[false]] to remove all markers and destroy the effect|Parameter 3= | ||
|[[Nothing]]|RETURNVALUE= | |[[Nothing]]|RETURNVALUE= |
Revision as of 18:26, 26 December 2020
Description
- Description:
- Covers the map except a defined area to highlight the area of operation. Works on dedicated server. This function was designed to be used by the Modules framework, but it can also be used without the module. The effect does not move with the centerObject.
It is essential for the function to work that centerObject has the variable objectArea defined.
centerObject setVariable ["objectArea",[sizeX,sizeY,rotation]]
- centerObject Object - Object which is used as center
- sizeX: Number - Length in x in meters
- sizeY: Number - Length in y in meters
- roation: Number - Rotation of the rectangle in degree
- Execution:
- call
- Groups:
- Modules
Syntax
- Syntax:
- [centerUnit,units,init] call BIS_fnc_moduleCoverMap
- 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:
- Nothing
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