BIS fnc crows: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma2oa | | arma2oa | ||
|1.56 | |1.56 | ||
|arg= |MPARGUMENTS= | |arg= |MPARGUMENTS= | ||
Line 9: | Line 9: | ||
|eff= local |Effects in MP= | |eff= local |Effects in MP= | ||
|gr1= Environment | |gr1= Environment | ||
| Spawns flock of crows circling the area. | | Spawns flock of crows circling the area. | ||
| [position, ''areaSize'', ''number'', ''height''] 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) | |p1= position: [[Array]] (in format [[position]]) or [[Object]] (object position) or [[String]] (marker position) | ||
|p2= areaSize ''(Optional)'': [[Number]] - area radius - default: 50 | |p2= areaSize ''(Optional)'': [[Number]] - area radius - default: 50 | ||
|p3= number ''(Optional)'': [[Number]] of crows - default: areaSize/5 | |p3= number ''(Optional)'': [[Number]] of crows - default: areaSize/5 | ||
|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]] - List of spawned crows<br><br> | | [[Array]] - List of spawned crows<br><br> | ||
|x1= <code>bis_crows = [BIS_scientist, 20, 8, 20] [[call]] [[BIS_fnc_crows]];</code> | |x1= <code>bis_crows = [BIS_scientist, 20, 8, 20] [[call]] [[BIS_fnc_crows]];</code> | ||
| [[Functions Library]] | | [[Functions Library]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 22:38, 17 January 2021
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:
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