BIS fnc crows: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Command|= | |||
____________________________________________________________________________________________ | |||
| arma2oa |= | |||
|1.56|= | |||
| | |arg= |= MPARGUMENTS | ||
| | |eff= local |= Effects in MP | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Spawns flock of crows circling the area. | ||
|= | |||
____________________________________________________________________________________________ | |||
| [position,''areaSize'',''number''] call '''BIS_fnc_crows''' |= | |||
|p1= position: [[Array]] (in format [[position]]) or [[Object]] (object position) or [[String]] (marker position) |= PARAMETER1 | |||
|p2= areaSize ''(Optional)'': [[Number]] - area radius |= PARAMETER2 | |||
| | |p3= number ''(Optional)'': [[Number]] of crows |= PARAMETER3 | ||
| | | [[Array]] - List of spawned crows<br /><br /> |= RETURNVALUE | ||
| |= | |x1= <code>bis_crows <nowiki>=</nowiki> [BIS_scientist,20,8,20] [[call]] bis_fnc_crows;</code>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Functions Library]] |= SEEALSO | ||
| |= MPBEHAVIOUR | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} | ||
<h3 style= | <h3 style='display:none'>Notes</h3> | ||
<dl class= | <dl class='command_description'> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
Line 46: | Line 41: | ||
</dl> | </dl> | ||
<h3 style= | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category: | [[Category:ArmA 2: Functions|CROWS}}]] | ||
Revision as of 10:14, 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