C# 클래스 InfiniteSigns.Sign

파일 보기 프로젝트 열기: MarioE/InfiniteSigns 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Account string
Flags SignFlags
HashedPassword string
ID int
Text string

공개 메소드들

메소드 설명
GetSign ( int X, int Y ) : System.Point
Nearby ( int X, int Y ) : bool

비공개 메소드들

메소드 설명
SignOn ( int X, int Y ) : bool
TileSolid ( int X, int Y ) : bool

메소드 상세

GetSign() 공개 정적인 메소드

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

Nearby() 공개 정적인 메소드

public static Nearby ( int X, int Y ) : bool
X int
Y int
리턴 bool

프로퍼티 상세

Account 공개적으로 프로퍼티

public string Account
리턴 string

Flags 공개적으로 프로퍼티

public SignFlags Flags
리턴 SignFlags

HashedPassword 공개적으로 프로퍼티

public string HashedPassword
리턴 string

ID 공개적으로 프로퍼티

public int ID
리턴 int

Text 공개적으로 프로퍼티

public string Text
리턴 string