C# Class TShockAPI.Hooks.RegionHooks

Show file Open project: NyxStudios/TShock Class Usage Examples

Public Methods

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

public static OnRegionCreated ( Region region ) : void
region TShockAPI.DB.Region
return void

OnRegionDeleted() public static method

public static OnRegionDeleted ( Region region ) : void
region TShockAPI.DB.Region
return void

OnRegionEntered() public static method

public static OnRegionEntered ( TSPlayer player, Region region ) : void
player TSPlayer
region TShockAPI.DB.Region
return void

OnRegionLeft() public static method

public static OnRegionLeft ( TSPlayer player, Region region ) : void
player TSPlayer
region TShockAPI.DB.Region
return void