BIS fnc flies: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *L([a-z ])" to "$1 - l$2") |
||
(43 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma2oa |= | |game1= arma2oa | ||
|version1= 1.56 | |||
|1. | |game2= tkoh | ||
|version2= 1.00 | |||
| | |game3= arma3 | ||
|version3= 0.50 | |||
|eff= local | |eff= local | ||
| | |gr1= Environment | ||
| | |descr= Spawns flies around position. | ||
| | |s1= [position, ''interval'', ''areaSize''] call [[BIS_fnc_flies]] | ||
| | |p1= position: [[Array]] (in format [[position]]) | ||
| | |p2= interval ''(Optional)'': [[Number]] - particle refresh time (default is 0.1) | ||
| [[ | |p3= areaSize ''(Optional)'': [[Number]] - area radius (default is 1) | ||
| | |r1= [[Array]] - list of particle source objects | ||
| [ | |x1= <sqf>private _flies = [position deadBody, 0.05, 1.5] call BIS_fnc_flies;</sqf> | ||
| | |seealso= [[Functions Library]] | ||
}} | }} | ||
Latest revision as of 15:38, 8 November 2023
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:
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