BIS fnc drawAO: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Polished page to include more detailed info.)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Draws a dashed line around the outer edges of a trigger. |= Description
 
Description:
Draw dashed line around area of operation (AO)
 
Parameter(s):
0: ARRAY - list of triggers defining the area
 
Returns:
BOOL
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_drawAO]]; --> |= Syntax
| [triggerName] call '''BIS_fnc_drawAO'''; |= Syntax


|p1= |= Parameter 1
|p1= [[Triggers|Trigger]] - Name of trigger that indicates AO. |= Parameter 1


| |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 18:56, 28 September 2014


Hover & click on the images for description

Description

Description:
Draws a dashed line around the outer edges of a trigger.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[triggerName] call BIS_fnc_drawAO;
Parameters:
Trigger - Name of trigger that indicates AO.
Return Value:
Nothing

Examples

Example 1:
[Trigger1] call BIS_fnc_drawAO;

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