C# Class House.PlayerHouseCoords

Show file 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 property

public List Allowed
return List

HouseName public property

public string HouseName
return string

LockChests public property

public bool LockChests
return bool

LockDoors public property

public bool LockDoors
return bool

LockSigns public property

public bool LockSigns
return bool

TeleportPoint public property

public Point TeleportPoint
return Point

TopLeft public property

public Point TopLeft
return Point