C# 클래스 SEModAPIInternal.API.Entity.Sector.SectorObject.CubeGrid.CubeBlock.FunctionalBlockEntity

상속: TerminalBlockEntity
파일 보기 프로젝트 열기: rexxar-tc/SEServerExtender

공개 프로퍼티들

프로퍼티 타입 설명
FunctionalBlockBroadcastEnabledMethod string
FunctionalBlockCheckIsWorkingMethod string
FunctionalBlockClass string
FunctionalBlockGetEnabledMethod string
FunctionalBlockGetPowerReceiverMethod string
FunctionalBlockNamespace string
FunctionalBlockSetEnabledMethod string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetFunctionalBlockEnabled ( ) : bool
InternalGetPowerReceiver ( ) : Object
InternalPowerReceiverCallback ( ) : float
InternalUpdateFunctionalBlock ( ) : void

메소드 상세

CheckIsWorking() 공개 메소드

public CheckIsWorking ( ) : bool
리턴 bool

FunctionalBlockEntity() 공개 메소드

public FunctionalBlockEntity ( CubeGridEntity parent, MyObjectBuilder_FunctionalBlock definition ) : System
parent CubeGridEntity
definition MyObjectBuilder_FunctionalBlock
리턴 System

FunctionalBlockEntity() 공개 메소드

public FunctionalBlockEntity ( CubeGridEntity parent, MyObjectBuilder_FunctionalBlock definition, Object backingObject ) : System
parent CubeGridEntity
definition MyObjectBuilder_FunctionalBlock
backingObject Object
리턴 System

GetFunctionalBlockEnabled() 보호된 메소드

protected GetFunctionalBlockEnabled ( ) : bool
리턴 bool

GetState() 공개 정적인 메소드

public static GetState ( IMyEntity entity ) : bool
entity IMyEntity
리턴 bool

InternalGetPowerReceiver() 보호된 메소드

protected InternalGetPowerReceiver ( ) : Object
리턴 Object

InternalPowerReceiverCallback() 보호된 메소드

protected InternalPowerReceiverCallback ( ) : float
리턴 float

InternalUpdateFunctionalBlock() 보호된 메소드

protected InternalUpdateFunctionalBlock ( ) : void
리턴 void

ReflectionUnitTest() 공개 정적인 메소드

public static ReflectionUnitTest ( ) : bool
리턴 bool

SetState() 공개 정적인 메소드

public static SetState ( IMyEntity entity, bool enabled ) : void
entity IMyEntity
enabled bool
리턴 void

프로퍼티 상세

FunctionalBlockBroadcastEnabledMethod 공개적으로 정적으로 프로퍼티

public static string FunctionalBlockBroadcastEnabledMethod
리턴 string

FunctionalBlockCheckIsWorkingMethod 공개적으로 정적으로 프로퍼티

public static string FunctionalBlockCheckIsWorkingMethod
리턴 string

FunctionalBlockClass 공개적으로 정적으로 프로퍼티

public static string FunctionalBlockClass
리턴 string

FunctionalBlockGetEnabledMethod 공개적으로 정적으로 프로퍼티

public static string FunctionalBlockGetEnabledMethod
리턴 string

FunctionalBlockGetPowerReceiverMethod 공개적으로 정적으로 프로퍼티

public static string FunctionalBlockGetPowerReceiverMethod
리턴 string

FunctionalBlockNamespace 공개적으로 정적으로 프로퍼티

public static string FunctionalBlockNamespace
리턴 string

FunctionalBlockSetEnabledMethod 공개적으로 정적으로 프로퍼티

public static string FunctionalBlockSetEnabledMethod
리턴 string