BIS fnc ambientBlacklistAdd: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {{Function|Comments=" to "{{Function|Comments=")
m (page filled)
Line 1: Line 1:
{{Function|Comments=
{{Function
____________________________________________________________________________________________


| tkoh |Game name=
|game1= tkoh


|1.00|Game version=
|version1= 1.00
____________________________________________________________________________________________


| <pre>/*
<!--|exec= server|=-->


Description:
<!--|arg= local-->
Add a new ambient blacklist trigger


Parameter(s):
<!--|eff= local-->
_this select 0: OBJECT - trigger


Returns:
|descr= Add a new ambient blacklist trigger
BOOL - true when added correctly
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |DESCRIPTION=
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_ambientBlacklistAdd]]; --> |SYNTAX=
||s1= [trigger] call [[BIS_fnc_ambientBlacklistAdd]]|=Syntax


|p1= |PARAMETER1=
|p1= trigger: [[Object]] - Trigger


| |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code></code> |EXAMPLE1=
|r1= [[Boolean]] - Returns [[true]] if it was added successfully
____________________________________________________________________________________________


| |SEEALSO=
|x1= <code>[BIS_trigger] [[call]] [[BIS_fnc_ambientBlacklistAdd]];</code>
 
|exec= call
 
|seealso= [[BIS_fnc_ambientBlacklist]]


}}
}}
<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<dl class="command_description">

Revision as of 19:01, 8 January 2020

Hover & click on the images for description

Description

Description:
Add a new ambient blacklist trigger
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[trigger] call BIS_fnc_ambientBlacklistAdd
Parameters:
trigger: Object - Trigger
Return Value:
Boolean - Returns true if it was added successfully

Examples

Example 1:
[BIS_trigger] call BIS_fnc_ambientBlacklistAdd;

Additional Information

See also:
BIS_fnc_ambientBlacklist

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