BIS fnc flies: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *L([a-z ])" to "$1 - l$2")
 
(44 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma2oa
____________________________________________________________________________________________
|version1= 1.56


| arma2oa |= Game name
|game2= tkoh
|version2= 1.00


|1.00|= Game version
|game3= arma3
____________________________________________________________________________________________
|version3= 0.50


| <pre>
|eff= local
/*


Description:
|gr1= Environment
Spawns flies around position.


Parameter(s):
|descr= Spawns flies around position.
_this select 0: ARRAY - Position of flies
_this select 1 (Optional): NUMBER - interval
_this select 2 (Optional): NUMBER - size


Returns:
|s1= [position, ''interval'', ''areaSize''] call [[BIS_fnc_flies]]
ARRAY - spawned particle and sound source
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p1= position: [[Array]] (in format [[position]])
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_flies]]; --> |= Syntax
|p2= interval ''(Optional)'': [[Number]] - particle refresh time (default is 0.1)


|p1= |= Parameter 1
|p3= areaSize ''(Optional)'': [[Number]] - area radius (default is 1)


| |= Return value
|r1= [[Array]] - list of particle source objects
____________________________________________________________________________________________


|x1= <code></code> |=
|x1= <sqf>private _flies = [position deadBody, 0.05, 1.5] call BIS_fnc_flies;</sqf>
____________________________________________________________________________________________
 
| |= See also


|seealso= [[Functions Library]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Environment|{{uc:flies}}]]
[[Category:Functions|{{uc:flies}}]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:flies}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:flies}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:flies}}]]

Latest revision as of 16:38, 8 November 2023

Hover & click on the images for description

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:
private _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