Click or drag to resize
MyWhitelistTarget Enumeration
v01.180.0 (Beta)

[This is preliminary documentation and is subject to change.]

Determines what target a whitelisting entry does or should support.

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[FlagsAttribute]
public enum MyWhitelistTarget
Members
  Member nameValueDescription
None0 No target. Depending on the context, this may mean no support at all or unrestricted support.
ModApi1 The entry supports or must support ModAPI level entry.
Ingame2 The entry supports or must support Ingame level entry.
Both3 A shortcut flag meaning the entry supports or must support both ModAPI and Ingame level entries.
See Also