BIS fnc moduleEffectsPlankton: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= Modules |GROUP1=")
m (Text replacement - "\[\[Category\:Function Group\: Effects(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\] " to "")
Line 39: Line 39:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Effects|{{uc:moduleEffectsPlankton}}]]
[[Category:Functions|{{uc:moduleEffectsPlankton}}]]
[[Category:Functions|{{uc:moduleEffectsPlankton}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:moduleEffectsPlankton}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:moduleEffectsPlankton}}]]

Revision as of 17:19, 11 October 2020

Hover & click on the images for description

Description

Description:
Creates underwater plankton effect around player (called usually by BIS_fnc_moduleEffectsEmitterCreator).
Mainly meant to be used by modules available in Eden Editor
Execution:
call
Groups:
Modules

Syntax

Syntax:
[module] call BIS_fnc_moduleEffectsPlankton
Parameters:
module: Object - Module
Return Value:
Nothing

Examples

Example 1:
[BIS_module] call BIS_fnc_moduleEffectsPlankton;

Additional Information

See also:
ModulesEden Editor: System

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