This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Sandbox.ModAPI.Interfaces.ITerminalProperty
Malware edited this page Dec 21, 2018
·
43 revisions
← Index
Namespace: Sandbox.ModAPI.Interfaces
Assembly: Sandbox.Common.dll
Implements:
| [`string Id`](Sandbox.ModAPI.Interfaces.Id) | Property Id (value name) _Inherited from string Id_ |
| [`string TypeName`](Sandbox.ModAPI.Interfaces.TypeName) | Property type (bool - [System.Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean?view=netframework-4.6) , float - [System.Single](https://docs.microsoft.com/en-us/dotnet/api/system.single?view=netframework-4.6) , color - [Color](VRageMath.Color) ) _Inherited from string TypeName_ |
| [`TValue GetValue(IMyCubeBlock block)`](Sandbox.ModAPI.Interfaces.GetValue) | |
| [`void SetValue(IMyCubeBlock block, TValue value)`](Sandbox.ModAPI.Interfaces.SetValue) | |
| [`TValue GetDefaultValue(IMyCubeBlock block)`](Sandbox.ModAPI.Interfaces.GetDefaultValue) | |
| [`TValue GetMininum(IMyCubeBlock block)`](Sandbox.ModAPI.Interfaces.GetMininum) | |
| [`TValue GetMinimum(IMyCubeBlock block)`](Sandbox.ModAPI.Interfaces.GetMinimum) | |
| [`TValue GetMaximum(IMyCubeBlock block)`](Sandbox.ModAPI.Interfaces.GetMaximum) |
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!