C# Class TShockAPI.Hooks.RegionHooks

Afficher le fichier Open project: NyxStudios/TShock Class Usage Examples

Méthodes publiques

Méthode Description
OnRegionCreated ( Region region ) : void
OnRegionDeleted ( Region region ) : void
OnRegionEntered ( TSPlayer player, Region region ) : void
OnRegionLeft ( TSPlayer player, Region region ) : void

Method Details

OnRegionCreated() public static méthode

public static OnRegionCreated ( Region region ) : void
region TShockAPI.DB.Region
Résultat void

OnRegionDeleted() public static méthode

public static OnRegionDeleted ( Region region ) : void
region TShockAPI.DB.Region
Résultat void

OnRegionEntered() public static méthode

public static OnRegionEntered ( TSPlayer player, Region region ) : void
player TSPlayer
region TShockAPI.DB.Region
Résultat void

OnRegionLeft() public static méthode

public static OnRegionLeft ( TSPlayer player, Region region ) : void
player TSPlayer
region TShockAPI.DB.Region
Résultat void