Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.ModAPI.IMyIngameScripting Interface Reference
Inheritance diagram for Sandbox.ModAPI.IMyIngameScripting:
VRage.Scripting.MyIngameScripting

Public Member Functions

void Clean ()
 

Properties

IMyScriptBlacklist ScriptBlacklist [get]
 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. More...
 

Detailed Description

Definition at line 9 of file IMyIngameScripting.cs.

Member Function Documentation

void Sandbox.ModAPI.IMyIngameScripting.Clean ( )

Property Documentation

IMyScriptBlacklist Sandbox.ModAPI.IMyIngameScripting.ScriptBlacklist
get

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.

Definition at line 16 of file IMyIngameScripting.cs.


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