Show / Hide Table of Contents

Class MyTerminalInterfaceAttribute

Used on block classes inheriting MyTerminalBlock. Attribute tells the terminal system which interface types should be linked to this class.

Inheritance
System.Object
MyTerminalInterfaceAttribute
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game.dll
Syntax
public class MyTerminalInterfaceAttribute : Attribute

Constructors

MyTerminalInterfaceAttribute(Type[])

Declaration
public MyTerminalInterfaceAttribute(params Type[] linkedTypes)
Parameters
Type Name Description
System.Type[] linkedTypes

Fields

LinkedTypes

Declaration
public readonly Type[] LinkedTypes
Field Value
Type Description
System.Type[]
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾