BIS fnc moduleCoverMap: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (added example and short description. WIP)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |DESCRIPTION=
| Covers the map except a defined area to highlight the area of operation. Works on dedicated server. {{wip}} |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 18: Line 18:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[_centerObject] [[setVariable]] ["objectArea",[1000,0000,0,[[false]],0]]; 
[_centerObject,[],[[true]] ] [[call]] [[BIS_fnc_moduleCoverMap]];//Covers the whole map except an area of 1000 m by 1000 m</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 17:50, 7 August 2019


Hover & click on the images for description

Description

Description:
Covers the map except a defined area to highlight the area of operation. Works on dedicated server. Template:wip
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
[_centerObject] setVariable ["objectArea",[1000,0000,0,false,0]]; [_centerObject,[],true ] call BIS_fnc_moduleCoverMap;//Covers the whole map except an area of 1000 m by 1000 m

Additional Information

See also:
See also needed

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

Notes

Bottom Section