C# Class EssentialsPlugin.Utility.DockingZone

Afficher le fichier Open project: rexxar-tc/EssentialsPlugin

Méthodes publiques

Méthode Description
AddCooldown ( string name ) : void
CheckCooldown ( string name ) : bool
DoesGridContainZone ( IMyCubeGrid cubeGrid ) : bool
FindByName ( String pylonName, Dictionary &testList, List &beaconList, long playerId ) : void
GetZonesInGrid ( IMyCubeGrid cubeGrid ) : List>.Dictionary
IsGridInside ( IMyCubeGrid dockingEntity, List beaconList ) : bool

Method Details

AddCooldown() public static méthode

public static AddCooldown ( string name ) : void
name string
Résultat void

CheckCooldown() public static méthode

public static CheckCooldown ( string name ) : bool
name string
Résultat bool

DoesGridContainZone() public static méthode

public static DoesGridContainZone ( IMyCubeGrid cubeGrid ) : bool
cubeGrid IMyCubeGrid
Résultat bool

FindByName() public static méthode

public static FindByName ( String pylonName, Dictionary &testList, List &beaconList, long playerId ) : void
pylonName String
testList Dictionary
beaconList List
playerId long
Résultat void

GetZonesInGrid() public static méthode

public static GetZonesInGrid ( IMyCubeGrid cubeGrid ) : List>.Dictionary
cubeGrid IMyCubeGrid
Résultat List>.Dictionary

IsGridInside() public static méthode

public static IsGridInside ( IMyCubeGrid dockingEntity, List beaconList ) : bool
dockingEntity IMyCubeGrid
beaconList List
Résultat bool