|
Space Engineers
|
Properties | |
| float | CurrentOutput [get] |
| Current output of solar panel in Megawatts More... | |
| float | MaxOutput [get] |
| Maximum output of solar panel in Megawatts More... | |
Properties inherited from Sandbox.ModAPI.Ingame.IMyTerminalBlock | |
| string | CustomName [get] |
| string | CustomNameWithFaction [get] |
| string | DetailedInfo [get] |
| string | CustomInfo [get] |
| string | CustomData [get, set] |
| Gets or sets the Custom Data string. NOTE: Only use this for user input. For storing large mod configs, create your own MyModStorageComponent More... | |
| bool | ShowOnHUD [get] |
Properties inherited from Sandbox.ModAPI.Ingame.IMyCubeBlock | |
| Sandbox.Common.ObjectBuilders.Definitions.SerializableDefinitionId | BlockDefinition [get] |
| bool | CheckConnectionAllowed [get] |
| IMyCubeGrid | CubeGrid [get] |
| String | DefinitionDisplayNameText [get] |
| float | DisassembleRatio [get] |
| String | DisplayNameText [get] |
| bool | IsBeingHacked [get] |
| bool | IsFunctional [get] |
| bool | IsWorking [get] |
| VRageMath.Vector3I | Max [get] |
| VRageMath.Vector3I | Min [get] |
| int | NumberInGrid [get] |
| VRageMath.MyBlockOrientation | Orientation [get] |
| long | OwnerId [get] |
| VRageMath.Vector3I | Position [get] |
Definition at line 5 of file IMySolarPanel.cs.
|
get |
Current output of solar panel in Megawatts
Definition at line 11 of file IMySolarPanel.cs.
|
get |
Maximum output of solar panel in Megawatts
Definition at line 16 of file IMySolarPanel.cs.
1.8.8