BIS fnc flies: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Command|= | |||
{{ | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma2oa |= | | arma2oa |= | ||
|1. | |1.56|= | ||
| | |arg= |= MPARGUMENTS | ||
|eff= local |= Effects in MP | |||
____________________________________________________________________________________________ | |||
| Spawns flies around position. | |||
|= | |||
____________________________________________________________________________________________ | |||
| [position,''interval'',''areaSize''] call '''BIS_fnc_crows''' |= | |||
|p1= position: [[Array]] (in format [[position]]) |= PARAMETER1 | |||
| | |p2= interval ''(Optional)'': [[Number]] - particle refresh time (default is 0.1) |= PARAMETER2 | ||
| | |p3= areaSize ''(Optional)'': [[Number]] - area radius (default is 1) |= PARAMETER3 | ||
| |= | | [[Nothing]] |= RETURNVALUE | ||
|x1= <code></code> |= | |x1= <code>[position deadBody,0.05,1.5] [[call]] bis_fnc_flies;</code>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= | | [[Functions Library]] |= SEEALSO | ||
| |= MPBEHAVIOUR | |||
____________________________________________________________________________________________ | |||
}} | }} | ||
<h3 style= | <h3 style='display:none'>Notes</h3> | ||
<dl class= | <dl class='command_description'> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
Line 47: | Line 41: | ||
</dl> | </dl> | ||
<h3 style= | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category: | [[Category:ArmA 2: Functions|FLIES}}]] | ||
Revision as of 10:21, 29 November 2010
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