Enum RestrictionListType
Defines how a restriction list (IRestrictionList) is interpreted.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public enum RestrictionListType
Fields
Name | Description |
---|---|
BlackList | Using a black list means that everybody on the list are restricted and will not be affected (by the area, viewport, or whatever the context of the list is), everybody else will be 'welcome' and will be affected (by the area, viewport, or whatever the context of the list is). |
WhiteList | Using a white list means that everybody on the list are 'welcome' and will be affected (by the area, viewport, or whatever the context of the list is), everybody else will be restricted and will not be affected (by the area, viewport, or whatever the context of the list is). |