BIS fnc effectPlankton: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Page filling - missing see also)
Line 6: Line 6:


|1.00|= Game version
|1.00|= Game version
|eff= local |= Effect
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Create underwater plankton particle effect. |= Description
File: fn_effectPlankton.sqf
 
Description:
Plankton particle effect. Function must be started for any plankton in the water.
 
Parameter(s):
None.
 
Returned value:
None.
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_effectPlankton]]; --> |= Syntax
| call [[BIS_fnc_effectPlankton]] |= Syntax


|p1= |= Parameter 1
| [[Nothing]] |= Return value
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[[call]] [[BIS_fnc_effectPlankton]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| |= See also
}}
}}



Revision as of 00:27, 27 April 2018


Hover & click on the images for description

Description

Description:
Create underwater plankton particle effect.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_effectPlankton
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_effectPlankton;

Additional Information

See also:
See also needed

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