Space Engineers
|
The script whitelist contains information about which types and type members are allowed in the various types of scripts. More...
Public Member Functions | |
MyScriptWhitelist (MyScriptCompiler scriptCompiler) | |
IMyWhitelistBatch | OpenBatch () |
Opens the whitelist, allowing for addition of new members. More... | |
void | Clear () |
Clears the whitelist. More... | |
DictionaryReader< string, MyWhitelistTarget > | 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. 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... | |
The script whitelist contains information about which types and type members are allowed in the various types of scripts.
Definition at line 41 of file MyScriptWhitelist.cs.
|
inline |
Definition at line 47 of file MyScriptWhitelist.cs.
|
inline |
Clears the whitelist.
Definition at line 437 of file MyScriptWhitelist.cs.
|
inline |
Gets the entries that have been blacklisted for the ingame scripts.
Implements Sandbox.ModAPI.IMyScriptBlacklist.
Definition at line 449 of file MyScriptWhitelist.cs.
|
inline |
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.
Implements Sandbox.ModAPI.IMyScriptBlacklist.
Definition at line 444 of file MyScriptWhitelist.cs.
|
inline |
Opens the whitelist, allowing for addition of new members.
Definition at line 215 of file MyScriptWhitelist.cs.
|
inline |
Opens a batch to add or remove members to the blacklist.
Implements Sandbox.ModAPI.IMyScriptBlacklist.
Definition at line 454 of file MyScriptWhitelist.cs.