C# Class EssentialsPlugin.EntityManagers.EntityManagement

Afficher le fichier Open project: rexxar-tc/EssentialsPlugin

Méthodes publiques

Свойство Type Description
RemovedGrids MyConcurrentHashSet

Méthodes publiques

Méthode Description
CheckAndConcealEntities ( ) : void
CheckAndRevealEntities ( ) : void
RevealAll ( ) : void
SetOnline ( ulong steamId, bool online ) : void

Private Methods

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

public static CheckAndConcealEntities ( ) : void
Résultat void

CheckAndRevealEntities() public static méthode

public static CheckAndRevealEntities ( ) : void
Résultat void

RevealAll() public static méthode

public static RevealAll ( ) : void
Résultat void

SetOnline() public static méthode

public static SetOnline ( ulong steamId, bool online ) : void
steamId ulong
online bool
Résultat void

Property Details

RemovedGrids public_oe static_oe property

public static MyConcurrentHashSet RemovedGrids
Résultat MyConcurrentHashSet