BIS fnc flies: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
mNo edit summary
Line 1: Line 1:
 
{{Command|=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma2oa |= Game name
| arma2oa |=


|1.00|= Game version
|1.56|=
____________________________________________________________________________________________


| <pre>
|arg= |= MPARGUMENTS
/*


Description:
|eff= local |= Effects in MP
Spawns flies around position.
____________________________________________________________________________________________


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


Returns:
| [position,''interval'',''areaSize''] call '''BIS_fnc_crows'''  |=
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]]) |= PARAMETER1
____________________________________________________________________________________________


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


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


| |= Return value
| [[Nothing]] |= RETURNVALUE
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[position deadBody,0.05,1.5] [[call]] bis_fnc_flies;</code>|= EXAMPLE1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Functions Library]] |= SEEALSO


|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}


<h3 style="display:none">Notes</h3>
<h3 style='display:none'>Notes</h3>
<dl class="command_description">
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->


Line 47: Line 41:
</dl>
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Function Group: Environment|{{uc:flies}}]]
 
[[Category:Functions|{{uc:flies}}]]
[[Category:ArmA 2: Functions|FLIES}}]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:flies}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:flies}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:flies}}]]

Revision as of 11:21, 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_crows
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