BIS fnc crows: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Spawns flock of crows circling the area. | ||
|= | |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [ | | [position,''areaSize'',''number''] call '''BIS_fnc_crows''' |= | ||
|p1= | |p1= position: [[Array]] (in format [[position]]) or [[Object]] (object position) or [[String]] (marker position) |= PARAMETER1 | ||
|p2= | |p2= areaSize ''(Optional)'': [[Number]] - area radius |= PARAMETER2 | ||
|p3= | |p3= number ''(Optional)'': [[Number]] of crows |= PARAMETER3 | ||
| [[ | | [[Array]] - List of spawned crows<br /><br /> |= RETURNVALUE | ||
|x1= <code> | |x1= <code>bis_crows <nowiki>=</nowiki> [BIS_scientist,20,8,20] [[call]] bis_fnc_crows;</code>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 43: | Line 43: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category:ArmA 2: Functions| | [[Category:ArmA 2: Functions|CROWS}}]] |
Revision as of 11:09, 29 November 2010
Description
- Description:
- Spawns flock of crows circling the area.
- Groups:
- Uncategorised
Syntax
- Syntax:
- [position,areaSize,number] 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
- 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