Method | 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 |
public HasPermissionToBuildInRegion ( TShockAPI.TSPlayer ply ) : bool | ||
ply | TShockAPI.TSPlayer | |
return | bool |
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 | |
return | System |
public RemoveGroup ( string groupName ) : bool | ||
groupName | string | |
return | bool |
public SetAllowedGroups ( String groups ) : void | ||
groups | String | |
return | void |