BIS fnc crows: Difference between revisions

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


{{Function|= Comments
| arma2oa |=
____________________________________________________________________________________________
 
|1.56|=


| arma2oa |= Game name
|arg= |= MPARGUMENTS


|1.00|= Game version
|eff= local |= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>
| Spawns flock of crows circling the area.
/*
|=
____________________________________________________________________________________________


Description:
| [position,''areaSize'',''number''] call '''BIS_fnc_crows'''  |=
Spawns flock of crows circling the area.


Parameter(s):
|p1= position: [[Array]] (in format [[position]]) or [[Object]] (object position) or [[String]] (marker position) |= PARAMETER1
_this select 0: ARRAY - Position of flock
_this select 1 (Optional): NUMBER - area size
_this select 2 (Optional): NUMBER - number of crows


Returns:
|p2= areaSize ''(Optional)'': [[Number]] - area radius |= PARAMETER2
ARRAY - list of all spawned crows
*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_crows]]; --> |= Syntax
|p3= number ''(Optional)'': [[Number]] of crows |= PARAMETER3


|p1= |= Parameter 1
| [[Array]] - List of spawned crows<br /><br /> |= RETURNVALUE


| |= Return value
|x1= <code>bis_crows <nowiki>=</nowiki> [BIS_scientist,20,8,20] [[call]] bis_fnc_crows;</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 BEGIN -->


Line 46: Line 41:
</dl>
</dl>


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

Revision as of 11:14, 29 November 2010

Hover & click on the images for description

Description

Description:
Spawns flock of crows circling the area.
Groups:
Uncategorised

Syntax

Syntax:
[position,areaSize,number] call BIS_fnc_crows
Parameters:
position: Array (in format position) or Object (object position) or String (marker position)
areaSize (Optional): Number - area radius
number (Optional): Number of crows
Return Value:
Array - List of spawned crows

Examples

Example 1:
bis_crows = [BIS_scientist,20,8,20] call bis_fnc_crows;

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