ITerminalActionIsEnabled Method |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Namespace: Sandbox.ModAPI.InterfacesAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsEnabled(
IMyCubeBlock block
)
Function IsEnabled (
block As IMyCubeBlock
) As Boolean
bool IsEnabled(
IMyCubeBlock^ block
)
abstract IsEnabled :
block : IMyCubeBlock -> bool
Parameters
- block
- Type: IMyCubeBlock
Return Value
Type:
BooleanSee Also