BIS fnc crows: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "| arma2oa |= " to "| arma2oa |Game name= ")
Line 1: Line 1:
{{Function|=
{{Function|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma2oa |Game name=
| arma2oa |Game name=


|1.56|=
|1.56|Game version=


|arg= |MPARGUMENTS=  
|arg= |MPARGUMENTS=


|eff= local |= Effects in MP
|eff= local |Effects in MP=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


|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=


|p2= areaSize ''(Optional)'': [[Number]] - area radius - default: 50 |PARAMETER2=  
|p2= areaSize ''(Optional)'': [[Number]] - area radius - default: 50 |PARAMETER2=


|p3= number ''(Optional)'': [[Number]] of crows - default: areaSize/5 |PARAMETER3=
|p3= number ''(Optional)'': [[Number]] of crows - default: areaSize/5 |PARAMETER3=
Line 29: Line 29:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Functions Library]] |SEEALSO=  
| [[Functions Library]] |SEEALSO=


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}



Revision as of 12:59, 3 September 2019

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 - default: 50
number (Optional): Number of crows - default: areaSize/5
height (Optional): Number - height in which crows flies - default: 30 + random 10
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