Click or drag to resize
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.ModAPI
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IMyScriptBlacklist ScriptBlacklist { get; }

Property Value

Type: IMyScriptBlacklist
See Also