BIS fnc crows: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 15: Line 15:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [position,''areaSize'',''number''] call '''BIS_fnc_crows'''  |=
| [position,''areaSize'',''number'',''height''] call '''BIS_fnc_crows'''  |=


|p1= position: [[Array]] (in format [[position]]) or [[Object]] (object position) or [[String]] (marker position) |= PARAMETER1  
|p1= position: [[Array]] (in format [[position]]) or [[Object]] (object position) or [[String]] (marker position) |= PARAMETER1  
Line 22: Line 22:


|p3= number ''(Optional)'': [[Number]] of crows |= PARAMETER3
|p3= number ''(Optional)'': [[Number]] of crows |= PARAMETER3
|p4= height ''(Optional)'': [[Number]] - height in which crows flies|= PARAMETER4


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

Revision as of 12:58, 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,height] 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
height (Optional): Number - height in which crows flies
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