IMyIngameScriptingScriptBlacklist Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Provides the ability for mods to add and remove items from a type and member blacklist,
giving the ability to remove even more API for scripts. Intended for server admins to
restrict what people are able to do with scripts to keep their simspeed up.
Namespace: Sandbox.ModAPIAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IMyScriptBlacklist ScriptBlacklist { get; }
ReadOnly Property ScriptBlacklist As IMyScriptBlacklist
Get
property IMyScriptBlacklist^ ScriptBlacklist {
IMyScriptBlacklist^ get ();
}
abstract ScriptBlacklist : IMyScriptBlacklist with get
Property Value
Type:
IMyScriptBlacklistSee Also