C# Class InfiniteSigns.Sign

Show file Open project: MarioE/InfiniteSigns Class Usage Examples

Public Properties

Property Type Description
Account string
Flags SignFlags
HashedPassword string
ID int
Text string

Public Methods

Method Description
GetSign ( int X, int Y ) : System.Point
Nearby ( int X, int Y ) : bool

Private Methods

Method Description
SignOn ( int X, int Y ) : bool
TileSolid ( int X, int Y ) : bool

Method Details

GetSign() public static method

public static GetSign ( int X, int Y ) : System.Point
X int
Y int
return System.Point

Nearby() public static method

public static Nearby ( int X, int Y ) : bool
X int
Y int
return bool

Property Details

Account public property

public string Account
return string

Flags public property

public SignFlags Flags
return SignFlags

HashedPassword public property

public string HashedPassword
return string

ID public property

public int ID
return int

Text public property

public string Text
return string