C# Class InfiniteSigns.Sign

ファイルを表示 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_oe property

public string Account
return string

Flags public_oe property

public SignFlags Flags
return SignFlags

HashedPassword public_oe property

public string HashedPassword
return string

ID public_oe property

public int ID
return int

Text public_oe property

public string Text
return string