Sandbox.ModAPI.Interfaces.ITerminalProperty`1 - bimbam2103/space_engineers GitHub Wiki

IndexNamespace Index

ITerminalProperty<TValue> Interface

public interface ITerminalProperty<TValue>: ITerminalProperty

Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common.dll

Implements:

Properties

string Id { get; }

Property Id (value name)

Inherited from ITerminalProperty

string TypeName { get; }

Property type (bool - System.Boolean , float - System.Single , color - Color )

Inherited from ITerminalProperty

Methods

TValue GetDefaultValue(IMyCubeBlock block)

TValue GetMaximum(IMyCubeBlock block)

TValue GetMinimum(IMyCubeBlock block)

TValue GetValue(IMyCubeBlock block)

void SetValue(IMyCubeBlock block, TValue value)

TValue GetMininum(IMyCubeBlock block)

Obsolete: Use GetMinimum instead

⚠️ **GitHub.com Fallback** ⚠️