BIS fnc drawMinefields: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Draw minefields on the map. Dynamically calculated from all mines positions. Distinguishes AP and AT minefields.|= Description


Description:
____________________________________________________________________________________________
Draw minefields on the map
Dynamically calculated from all mines positions
Distinguishes AP and AT minefields
 
Parameter(s):
NONE


Returns:
|  call [[BIS_fnc_drawMinefields]] |= Syntax
NONE
*/
 
//--- Script already running - terminate and send command to refresh the loop
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_drawMinefields]]; --> |= Syntax
| [[Nothing]]|= Return value
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[[call]] [[BIS_fnc_drawMinefields]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[allMines]] |= See also
 
}}
}}



Revision as of 10:36, 1 June 2018

Hover & click on the images for description

Description

Description:
Draw minefields on the map. Dynamically calculated from all mines positions. Distinguishes AP and AT minefields.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_drawMinefields
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_drawMinefields;

Additional Information

See also:
allMines

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