BIS fnc flies: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 15: Line 15:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [position,''interval'',''areaSize''] call '''BIS_fnc_crows'''  |=
| [position,''interval'',''areaSize''] call '''BIS_fnc_flies'''  |=


|p1= position: [[Array]] (in format [[position]]) |= PARAMETER1  
|p1= position: [[Array]] (in format [[position]]) |= PARAMETER1  

Revision as of 11:36, 29 November 2010

Hover & click on the images for description

Description

Description:
Spawns flies around position.
Groups:
Uncategorised

Syntax

Syntax:
[position,interval,areaSize] call BIS_fnc_flies
Parameters:
position: Array (in format position)
interval (Optional): Number - particle refresh time (default is 0.1)
areaSize (Optional): Number - area radius (default is 1)
Return Value:
Nothing

Examples

Example 1:
[position deadBody,0.05,1.5] call bis_fnc_flies;

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

Notes

Bottom Section