Space Engineers
Public Member Functions | List of all members
Sandbox.ModAPI.IMyScriptBlacklist Interface Reference

Exposes blacklist functionality to allow mods to disallow parts of the scripting API that has been allowed by the system whitelist. More...

Inheritance diagram for Sandbox.ModAPI.IMyScriptBlacklist:
VRage.Scripting.MyScriptWhitelist

Public Member Functions

DictionaryReader< string, MyWhitelistTargetGetWhitelist ()
 Gets the entries that have been whitelisted by the system. Each entry may represent a whole namespace, a single type and all its members, or a single member of a type. More...
 
HashSetReader< string > GetBlacklistedIngameEntries ()
 Gets the entries that have been blacklisted for the ingame scripts. More...
 
IMyScriptBlacklistBatch OpenIngameBlacklistBatch ()
 Opens a batch to add or remove members to the blacklist. More...
 

Detailed Description

Exposes blacklist functionality to allow mods to disallow parts of the scripting API that has been allowed by the system whitelist.

Definition at line 9 of file IMyScriptBlacklist.cs.

Member Function Documentation

HashSetReader<string> Sandbox.ModAPI.IMyScriptBlacklist.GetBlacklistedIngameEntries ( )

Gets the entries that have been blacklisted for the ingame scripts.

Returns

Implemented in VRage.Scripting.MyScriptWhitelist.

DictionaryReader<string, MyWhitelistTarget> Sandbox.ModAPI.IMyScriptBlacklist.GetWhitelist ( )

Gets the entries that have been whitelisted by the system. Each entry may represent a whole namespace, a single type and all its members, or a single member of a type.

Returns

Implemented in VRage.Scripting.MyScriptWhitelist.

IMyScriptBlacklistBatch Sandbox.ModAPI.IMyScriptBlacklist.OpenIngameBlacklistBatch ( )

Opens a batch to add or remove members to the blacklist.

Returns

Implemented in VRage.Scripting.MyScriptWhitelist.


The documentation for this interface was generated from the following file: