BIS fnc flies: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|Multiplayer Effects( \("local" or "gl...) |
||
Line 5: | Line 5: | ||
|1.56 | |1.56 | ||
|arg | |arg= | ||
|eff= local | |eff= local | ||
|gr1 = Environment | |gr1 = Environment | ||
Line 27: | Line 27: | ||
| [[Functions Library]] | | [[Functions Library]] | ||
| | | | ||
}} | }} | ||
Revision as of 01:48, 18 January 2021
Description
- Description:
- Spawns flies around position.
- Execution:
- call
- Groups:
- Environment
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