BIS fnc ambientBlacklist: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>(\[[a-zA-Z0-9_, ]*\] )?\[\[(call|spawn)\]\] \[\[(BI[NS]\_fnc\_[a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1$2 $3;</sqf>") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *I([a-z ])" to "$1 - i$2") |
||
Line 15: | Line 15: | ||
|s1= [input] call [[BIS_fnc_ambientBlacklist]] | |s1= [input] call [[BIS_fnc_ambientBlacklist]] | ||
|p1= input: [[Array]] - | |p1= input: [[Array]] - if array, function checks if givin position is in blacklisted areas. If any [[Number]] is passed to the function instead of an [[Array]] blacklisted areas are initialized and saved in BIS_ambientBlacklist | ||
|r1= [[Boolean]] - Returns [[Boolean]] when in blacklisted area, when initialization was triggered, it returns [[nil]] | |r1= [[Boolean]] - Returns [[Boolean]] when in blacklisted area, when initialization was triggered, it returns [[nil]] |
Revision as of 15:33, 8 November 2023
Description
- Description:
- Check if area is blacklisted. Blacklist triggers are to be named 'bis_ambientBlacklist_#', where # is number from 0 to 99.
- Execution:
- call
- Groups:
- AmbientPositions
Syntax
- Syntax:
- [input] call BIS_fnc_ambientBlacklist
- Parameters:
- input: Array - if array, function checks if givin position is in blacklisted areas. If any Number is passed to the function instead of an Array blacklisted areas are initialized and saved in BIS_ambientBlacklist
- Return Value:
- Boolean - Returns Boolean when in blacklisted area, when initialization was triggered, it returns nil
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- BIS_fnc_ambientBlacklistAdd
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