C# 클래스 EssentialsPlugin.EntityManagers.EntityManagement

파일 보기 프로젝트 열기: rexxar-tc/EssentialsPlugin

공개 프로퍼티들

프로퍼티 타입 설명
RemovedGrids MyConcurrentHashSet

공개 메소드들

메소드 설명
CheckAndConcealEntities ( ) : void
CheckAndRevealEntities ( ) : void
RevealAll ( ) : void
SetOnline ( ulong steamId, bool online ) : void

비공개 메소드들

메소드 설명
CheckConcealBlockRules ( Sandbox.Game.Entities.MyCubeGrid grid ) : bool
CheckRevealBlockRules ( Sandbox.Game.Entities.MyCubeGrid grid, string &reason ) : bool
ConcealEntity ( Sandbox.Game.Entities.MyEntity entity ) : void
ReregisterHierarchy ( Sandbox.Game.Entities.MyEntity entity, bool top = true ) : void
UnregisterHierarchy ( Sandbox.Game.Entities.MyEntity entity, bool top = true ) : void

메소드 상세

CheckAndConcealEntities() 공개 정적인 메소드

public static CheckAndConcealEntities ( ) : void
리턴 void

CheckAndRevealEntities() 공개 정적인 메소드

public static CheckAndRevealEntities ( ) : void
리턴 void

RevealAll() 공개 정적인 메소드

public static RevealAll ( ) : void
리턴 void

SetOnline() 공개 정적인 메소드

public static SetOnline ( ulong steamId, bool online ) : void
steamId ulong
online bool
리턴 void

프로퍼티 상세

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

public static MyConcurrentHashSet RemovedGrids
리턴 MyConcurrentHashSet