C# 클래스 Regions.Region

파일 보기 프로젝트 열기: NyxStudios/Regions

공개 메소드들

메소드 설명
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

메소드 상세

HasPermissionToBuildInRegion() 공개 메소드

public HasPermissionToBuildInRegion ( TShockAPI.TSPlayer ply ) : bool
ply TShockAPI.TSPlayer
리턴 bool

InArea() 공개 메소드

public InArea ( Rectangle point ) : bool
point Rectangle
리턴 bool

InArea() 공개 메소드

public InArea ( int x, int y ) : bool
x int
y int
리턴 bool

Region() 공개 메소드

public Region ( ) : System
리턴 System

Region() 공개 메소드

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
리턴 System

RemoveGroup() 공개 메소드

public RemoveGroup ( string groupName ) : bool
groupName string
리턴 bool

RemoveID() 공개 메소드

public RemoveID ( int id ) : void
id int
리턴 void

SetAllowedGroups() 공개 메소드

public SetAllowedGroups ( String groups ) : void
groups String
리턴 void

setAllowedIDs() 공개 메소드

public setAllowedIDs ( String ids ) : void
ids String
리턴 void