C# Class EssentialsPlugin.EntityManagers.EntityManagement

显示文件 Open project: rexxar-tc/EssentialsPlugin

Public Properties

Property Type Description
RemovedGrids MyConcurrentHashSet

Public Methods

Method Description
CheckAndConcealEntities ( ) : void
CheckAndRevealEntities ( ) : void
RevealAll ( ) : void
SetOnline ( ulong steamId, bool online ) : void

Private Methods

Method Description
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

Method Details

CheckAndConcealEntities() public static method

public static CheckAndConcealEntities ( ) : void
return void

CheckAndRevealEntities() public static method

public static CheckAndRevealEntities ( ) : void
return void

RevealAll() public static method

public static RevealAll ( ) : void
return void

SetOnline() public static method

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

Property Details

RemovedGrids public_oe static_oe property

public static MyConcurrentHashSet RemovedGrids
return MyConcurrentHashSet