C# Class House.PlayerHouseCoords

显示文件 Open project: amarriner/House Class Usage Examples

Public Properties

Property Type Description
Allowed List
HouseName string
LockChests bool
LockDoors bool
LockSigns bool
TeleportPoint Point
TopLeft Point

Public Methods

Method Description
PlayerHouseCoords ( string HouseName = null ) : System

Method Details

PlayerHouseCoords() public method

public PlayerHouseCoords ( string HouseName = null ) : System
HouseName string
return System

Property Details

Allowed public_oe property

public List Allowed
return List

HouseName public_oe property

public string HouseName
return string

LockChests public_oe property

public bool LockChests
return bool

LockDoors public_oe property

public bool LockDoors
return bool

LockSigns public_oe property

public bool LockSigns
return bool

TeleportPoint public_oe property

public Point TeleportPoint
return Point

TopLeft public_oe property

public Point TopLeft
return Point