C# Class Regions.Region

Afficher le fichier Open project: NyxStudios/Regions

Méthodes publiques

Méthode Description
HasPermissionToBuildInRegion ( TShockAPI.TSPlayer ply ) : bool
InArea ( Rectangle point ) : bool
InArea ( int x, int y ) : bool
Region ( ) : System
Region ( Rectangle region, string name, string owner, bool disablebuild, string RegionWorldIDz, int z ) : System
RemoveGroup ( string groupName ) : bool
RemoveID ( int id ) : void
SetAllowedGroups ( String groups ) : void
setAllowedIDs ( String ids ) : void

Method Details

HasPermissionToBuildInRegion() public méthode

public HasPermissionToBuildInRegion ( TShockAPI.TSPlayer ply ) : bool
ply TShockAPI.TSPlayer
Résultat bool

InArea() public méthode

public InArea ( Rectangle point ) : bool
point Rectangle
Résultat bool

InArea() public méthode

public InArea ( int x, int y ) : bool
x int
y int
Résultat bool

Region() public méthode

public Region ( ) : System
Résultat System

Region() public méthode

public Region ( Rectangle region, string name, string owner, bool disablebuild, string RegionWorldIDz, int z ) : System
region Rectangle
name string
owner string
disablebuild bool
RegionWorldIDz string
z int
Résultat System

RemoveGroup() public méthode

public RemoveGroup ( string groupName ) : bool
groupName string
Résultat bool

RemoveID() public méthode

public RemoveID ( int id ) : void
id int
Résultat void

SetAllowedGroups() public méthode

public SetAllowedGroups ( String groups ) : void
groups String
Résultat void

setAllowedIDs() public méthode

public setAllowedIDs ( String ids ) : void
ids String
Résultat void