C# Class SEModAPIInternal.API.Entity.Sector.SectorObject.CubeGrid.CubeBlock.FunctionalBlockEntity

Inheritance: TerminalBlockEntity
Afficher le fichier Open project: rexxar-tc/SEServerExtender

Méthodes publiques

Свойство Type Description
FunctionalBlockBroadcastEnabledMethod string
FunctionalBlockCheckIsWorkingMethod string
FunctionalBlockClass string
FunctionalBlockGetEnabledMethod string
FunctionalBlockGetPowerReceiverMethod string
FunctionalBlockNamespace string
FunctionalBlockSetEnabledMethod string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetFunctionalBlockEnabled ( ) : bool
InternalGetPowerReceiver ( ) : Object
InternalPowerReceiverCallback ( ) : float
InternalUpdateFunctionalBlock ( ) : void

Method Details

CheckIsWorking() public méthode

public CheckIsWorking ( ) : bool
Résultat bool

FunctionalBlockEntity() public méthode

public FunctionalBlockEntity ( CubeGridEntity parent, MyObjectBuilder_FunctionalBlock definition ) : System
parent CubeGridEntity
definition MyObjectBuilder_FunctionalBlock
Résultat System

FunctionalBlockEntity() public méthode

public FunctionalBlockEntity ( CubeGridEntity parent, MyObjectBuilder_FunctionalBlock definition, Object backingObject ) : System
parent CubeGridEntity
definition MyObjectBuilder_FunctionalBlock
backingObject Object
Résultat System

GetFunctionalBlockEnabled() protected méthode

protected GetFunctionalBlockEnabled ( ) : bool
Résultat bool

GetState() public static méthode

public static GetState ( IMyEntity entity ) : bool
entity IMyEntity
Résultat bool

InternalGetPowerReceiver() protected méthode

protected InternalGetPowerReceiver ( ) : Object
Résultat Object

InternalPowerReceiverCallback() protected méthode

protected InternalPowerReceiverCallback ( ) : float
Résultat float

InternalUpdateFunctionalBlock() protected méthode

protected InternalUpdateFunctionalBlock ( ) : void
Résultat void

ReflectionUnitTest() public static méthode

public static ReflectionUnitTest ( ) : bool
Résultat bool

SetState() public static méthode

public static SetState ( IMyEntity entity, bool enabled ) : void
entity IMyEntity
enabled bool
Résultat void

Property Details

FunctionalBlockBroadcastEnabledMethod public_oe static_oe property

public static string FunctionalBlockBroadcastEnabledMethod
Résultat string

FunctionalBlockCheckIsWorkingMethod public_oe static_oe property

public static string FunctionalBlockCheckIsWorkingMethod
Résultat string

FunctionalBlockClass public_oe static_oe property

public static string FunctionalBlockClass
Résultat string

FunctionalBlockGetEnabledMethod public_oe static_oe property

public static string FunctionalBlockGetEnabledMethod
Résultat string

FunctionalBlockGetPowerReceiverMethod public_oe static_oe property

public static string FunctionalBlockGetPowerReceiverMethod
Résultat string

FunctionalBlockNamespace public_oe static_oe property

public static string FunctionalBlockNamespace
Résultat string

FunctionalBlockSetEnabledMethod public_oe static_oe property

public static string FunctionalBlockSetEnabledMethod
Résultat string