curatorEditingAreaType curatorObj

Operand types

curatorObj: Object

Type of returned value

Description

Returns type of edit areas assigned to curator (blacklist/whitelist).

These naming methods are quite confusing:

  • In-game 'blacklist' is apparently when editing area type is set by 'Set Editor Area Type'-module to "Outside areas". Which in turn returns false with this command..

  • Therefore 'whitelist' is when editing area type is set by 'Set Editor Area Type'-module to "Inside areas". Which returns true with this command..

  • ..So "Inside areas" (whitelist) means the editing area is true for editing and "Outside areas" (blacklist) is the opposite..(srsly BIS?)

Used In

Arma3

Example

if (curatorEditingAreaType) then {
hint "Area on whitelist";
} else {
hint "Area on blacklist";
};
Search OFPEC COMREF