BIS fnc taskDefend: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
No edit summary
Line 1: Line 1:
{{Command|=
____________________________________________________________________________________________


{{Function|= Comments
| arma2 |=
 
|1.00|=
 
|arg= |= MPARGUMENTS
 
|eff= |= MPEFFECTS
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma2 |= Game name
| Group will man nearby static defenses and guard the position.


|1.00|= Game version
|=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>
| [] call '''BIS_fnc_taskDefend'''  |=
/*
File: taskDefend.sqf


Description:
|p1= |= PARAMETER1
Group will man nearby static defenses and guard the position.


Parameter(s):
|p2= |= PARAMETER2
_this select 0: group (Group)
_this select 1: defense position (Array)
Returns:
Boolean - success flag
*/


//Validate parameter count
|p3= |= PARAMETER3
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_taskDefend]]; --> |= Syntax
| [[Nothing]] |= RETURNVALUE


|p1= |= Parameter 1


| |= Return value
|x1= <code>[] call bis_fnc_taskDefend</code>|= EXAMPLE1
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
| [[Functions Library]] |= SEEALSO
 
|= MPBEHAVIOUR
____________________________________________________________________________________________
____________________________________________________________________________________________
| |= See also
}}
}}


<h3 style="display:none">Notes</h3>
<h3 style='display:none'>Notes</h3>
<dl class="command_description">
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Function Group: Spawning|{{uc:taskDefend}}]]
 
[[Category:Functions|{{uc:taskDefend}}]]
[[Category:ArmA 2: Functions|BIS_FNC_TASKDEFEND}}]]
[[Category:{{Name|arma2}}: Functions|{{uc:taskDefend}}]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:taskDefend}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:taskDefend}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:taskDefend}}]]

Revision as of 01:19, 20 December 2009

Hover & click on the images for description

Description

Description:
Group will man nearby static defenses and guard the position.
Groups:
Uncategorised

Syntax

Syntax:
[] call BIS_fnc_taskDefend
Return Value:
Nothing

Examples

Example 1:
[] call bis_fnc_taskDefend

Additional Information

See also:
Functions Library

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