BIS fnc flies: Difference between revisions
Jump to navigation
Jump to search
(Incorrect, the function returns an array like BIS_Fnc_Crows) |
Fred Gandt (talk | contribs) (Changed layout template from Command to Function) |
||
Line 1: | Line 1: | ||
{{ | {{Function|= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 25: | Line 25: | ||
| [[Array]] - List of particle source objects<br /><br /> |= RETURNVALUE | | [[Array]] - List of particle source objects<br /><br /> |= RETURNVALUE | ||
|x1= <code>_flies = [position deadBody,0.05,1.5] [[call]] | |x1= <code>_flies = <nowiki>[</nowiki>[[position]] deadBody, 0.05, 1.5] [[call]] [[BIS_fnc_flies]];</code>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 01:54, 29 May 2014
Description
- Description:
- Spawns flies around position.
- Execution:
- call
- 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:
- Array - List of particle source objects
Examples
- Example 1:
_flies = [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