Property | Type | Description | |
---|---|---|---|
FunctionalBlockBroadcastEnabledMethod | string | ||
FunctionalBlockCheckIsWorkingMethod | string | ||
FunctionalBlockClass | string | ||
FunctionalBlockGetEnabledMethod | string | ||
FunctionalBlockGetPowerReceiverMethod | string | ||
FunctionalBlockNamespace | string | ||
FunctionalBlockSetEnabledMethod | string |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
CheckIsWorking ( ) : bool | ||
FunctionalBlockEntity ( CubeGridEntity parent, MyObjectBuilder_FunctionalBlock definition ) : System | ||
FunctionalBlockEntity ( CubeGridEntity parent, MyObjectBuilder_FunctionalBlock definition, Object backingObject ) : System | ||
GetState ( IMyEntity entity ) : bool | ||
ReflectionUnitTest ( ) : bool | ||
SetState ( IMyEntity entity, bool enabled ) : void |
Method | Description | |
---|---|---|
GetFunctionalBlockEnabled ( ) : bool | ||
InternalGetPowerReceiver ( ) : Object | ||
InternalPowerReceiverCallback ( ) : float | ||
InternalUpdateFunctionalBlock ( ) : void |
public FunctionalBlockEntity ( CubeGridEntity parent, MyObjectBuilder_FunctionalBlock definition ) : System | ||
parent | CubeGridEntity | |
definition | MyObjectBuilder_FunctionalBlock | |
return | System |
public FunctionalBlockEntity ( CubeGridEntity parent, MyObjectBuilder_FunctionalBlock definition, Object backingObject ) : System | ||
parent | CubeGridEntity | |
definition | MyObjectBuilder_FunctionalBlock | |
backingObject | Object | |
return | System |
protected GetFunctionalBlockEnabled ( ) : bool | ||
return | bool |
public static GetState ( IMyEntity entity ) : bool | ||
entity | IMyEntity | |
return | bool |
protected InternalGetPowerReceiver ( ) : Object | ||
return | Object |
protected InternalPowerReceiverCallback ( ) : float | ||
return | float |
protected InternalUpdateFunctionalBlock ( ) : void | ||
return | void |
public static SetState ( IMyEntity entity, bool enabled ) : void | ||
entity | IMyEntity | |
enabled | bool | |
return | void |
public static string FunctionalBlockBroadcastEnabledMethod | ||
return | string |
public static string FunctionalBlockCheckIsWorkingMethod | ||
return | string |
public static string FunctionalBlockClass | ||
return | string |
public static string FunctionalBlockGetEnabledMethod | ||
return | string |
public static string FunctionalBlockGetPowerReceiverMethod | ||
return | string |
public static string FunctionalBlockNamespace | ||
return | string |