BIS fnc crows: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *L([a-z ])" to "$1 - l$2") |
||
(22 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma2oa | |game1= arma2oa | ||
|version1= 1.56 | |||
|1. | |game2= tkoh | ||
|version2= 1.00 | |||
| | |game3= arma3 | ||
|version3= 0.50 | |||
|eff= local | |eff= local | ||
|gr1= Environment | |gr1= Environment | ||
| Spawns flock of crows circling the area. | |descr= Spawns flock of crows circling the area. | ||
| [position, ''areaSize'', ''number'', ''height''] call [[BIS_fnc_crows]] | |s1= [position, ''areaSize'', ''number'', ''height''] call [[BIS_fnc_crows]] | ||
|p1= position: [[Array]] (in format [[position]]) or [[Object]] (object position) or [[String]] (marker position) | |p1= position: [[Array]] (in format [[position]]) or [[Object]] (object position) or [[String]] (marker position) | ||
Line 23: | Line 26: | ||
|p4= height ''(Optional)'': [[Number]] - height in which crows flies - default: 30 + random 10 | |p4= height ''(Optional)'': [[Number]] - height in which crows flies - default: 30 + random 10 | ||
| [[Array]] - | |r1= [[Array]] - list of spawned crows<br><br> | ||
|x1= < | |x1= <sqf>bis_crows = [BIS_scientist, 20, 8, 20] call BIS_fnc_crows;</sqf> | ||
| [[Functions Library]] | |seealso= [[Functions Library]] | ||
}} | }} | ||
Latest revision as of 15:38, 8 November 2023
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