Click or drag to resize
IMyCubeBlockIsWorking Property

[This is preliminary documentation and is subject to change.]

True if block is able to do its work depening on block type (is functional, powered, enabled, etc...)

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool IsWorking { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:VRage.Game.ModAPI.IMyCubeBlock.IsWorking"]

Implements

IMyCubeBlockIsWorking
See Also