BIS fnc moduleEffectsBubbles: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
Line 24: Line 24:
| [[Arma 3: Editor Modules]], [[Arma 3 Module Framework]], [[Eden Editor: System]] |See also=
| [[Arma 3: Editor Modules]], [[Arma 3 Module Framework]], [[Eden Editor: System]] |See also=
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>


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

Revision as of 14:38, 17 January 2021

Hover & click on the images for description

Description

Description:
Creates underwater bubble effect on defined place (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_moduleEffectsBubbles
Parameters:
module: Object - Module
Return Value:
Nothing

Examples

Example 1:
[BIS_module] call BIS_fnc_moduleEffectsBubbles;

Additional Information

See also:
Arma 3: Editor ModulesArma 3 Module FrameworkEden 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

Bottom Section