BIS fnc crows: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " |r1=[[" to " |r1= [[") |
Lou Montana (talk | contribs) m (Text replacement - "<code>(_?[a-zA-Z0-9_]+) = \[([^\[]*)\] \[\[(call|spawn)\]\] \[\[(BI(N|S)_fnc_[a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 = [$2] $3 $4;</sqf>") |
||
Line 28: | Line 28: | ||
|r1= [[Array]] - List of spawned crows<br><br> | |r1= [[Array]] - List of spawned crows<br><br> | ||
|x1= < | |x1= <sqf>bis_crows = [BIS_scientist, 20, 8, 20] call BIS_fnc_crows;</sqf> | ||
|seealso= [[Functions Library]] | |seealso= [[Functions Library]] | ||
}} | }} |
Revision as of 13:36, 1 July 2022
Description
- Description:
- Spawns flock of crows circling the area.
- Execution:
- call
- Groups:
- Environment
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:
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