Show / Hide Table of Contents

Interface IMyIngameScripting

Allows mods change programmable block script settings

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyIngameScripting

Properties

ScriptBlacklist

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.

Declaration
IMyScriptBlacklist ScriptBlacklist { get; }
Property Value
Type Description
IMyScriptBlacklist

Methods

Clean()

Clears all ScriptBlacklist changes

Declaration
void Clean()
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾