BIS fnc crows: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(Changed layout template from Command to Function)
Line 1: Line 1:
{{Command|=
{{Function|=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Spawns flock of crows circling the area.
| Spawns flock of crows circling the area. |=
|=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 27: Line 26:
| [[Array]] - List of spawned crows<br /><br /> |= RETURNVALUE
| [[Array]] - List of spawned crows<br /><br /> |= RETURNVALUE


|x1= <code>bis_crows <nowiki>=</nowiki> [BIS_scientist,20,8,20] [[call]] bis_fnc_crows;</code>|= EXAMPLE1
|x1= <code>bis_crows = [BIS_scientist, 20, 8, 20] [[call]] [[BIS_fnc_crows]];</code>|= EXAMPLE1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 02:51, 29 May 2014

Hover & click on the images for description

Description

Description:
Spawns flock of crows circling the area.
Execution:
call
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