프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Regions | List |
메소드 | 설명 | |
---|---|---|
AddNewUser ( string regionName, String userName ) : bool | ||
AddRegion ( int tx, int ty, int width, int height, string regionname, string owner, string worldid, int z ) : bool | ||
AllowGroup ( string regionName, string groups ) : bool | ||
CanBuild ( int x, int y, TShockAPI.TSPlayer ply ) : bool | ||
ChangeOwner ( string regionName, string newOwner ) : bool | ||
DeleteRegion ( string name ) : bool | ||
GetRegionByName ( String name ) : Region | ||
GetTopRegion ( List |
||
InArea ( int x, int y ) : bool | ||
InAreaRegion ( int x, int y ) : List |
||
InAreaRegionName ( int x, int y ) : List |
||
ListAllRegions ( string worldid ) : List |
Gets all the regions names from world
|
|
ListIDs ( string MergedIDs ) : List |
||
RegionManager ( IDbConnection db ) : System | ||
ReloadAllRegions ( ) : void | ||
ReloadForUnitTest ( String n ) : void | ||
RemoveGroup ( string regionName, string group ) : bool | ||
RemoveUser ( string regionName, string userName ) : bool | ||
SetRegionState ( string name, bool state ) : bool | ||
SetRegionStateTest ( string name, string world, bool state ) : bool | ||
SetZ ( string name, int z ) : bool | ||
ZacksGetRegionByName ( String name ) : Region | ||
resizeRegion ( string regionName, int addAmount, int direction ) : bool |
public AddNewUser ( string regionName, String userName ) : bool | ||
regionName | string | |
userName | String | |
리턴 | bool |
public AddRegion ( int tx, int ty, int width, int height, string regionname, string owner, string worldid, int z ) : bool | ||
tx | int | |
ty | int | |
width | int | |
height | int | |
regionname | string | |
owner | string | |
worldid | string | |
z | int | |
리턴 | bool |
public AllowGroup ( string regionName, string groups ) : bool | ||
regionName | string | |
groups | string | |
리턴 | bool |
public CanBuild ( int x, int y, TShockAPI.TSPlayer ply ) : bool | ||
x | int | |
y | int | |
ply | TShockAPI.TSPlayer | |
리턴 | bool |
public ChangeOwner ( string regionName, string newOwner ) : bool | ||
regionName | string | |
newOwner | string | |
리턴 | bool |
public ListAllRegions ( string worldid ) : List |
||
worldid | string | World name to get regions from |
리턴 | List |
public RegionManager ( IDbConnection db ) : System | ||
db | IDbConnection | |
리턴 | System |
public RemoveGroup ( string regionName, string group ) : bool | ||
regionName | string | |
group | string | |
리턴 | bool |
public RemoveUser ( string regionName, string userName ) : bool | ||
regionName | string | |
userName | string | |
리턴 | bool |
public SetRegionState ( string name, bool state ) : bool | ||
name | string | |
state | bool | |
리턴 | bool |
public SetRegionStateTest ( string name, string world, bool state ) : bool | ||
name | string | |
world | string | |
state | bool | |
리턴 | bool |
public ZacksGetRegionByName ( String name ) : Region | ||
name | String | |
리턴 | Region |
public resizeRegion ( string regionName, int addAmount, int direction ) : bool | ||
regionName | string | |
addAmount | int | |
direction | int | |
리턴 | bool |