C# 클래스 WorldData, tf_client

파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 메소드들

메소드 설명
GetClassForUser ( int userId ) : Player.CharacterClass
GetClassForUser ( int userId, Player, &c ) : bool
GetClassNameForUser ( int userId ) : string
GetPlayerIdFromRole ( Player, role ) : int
GetUserIdFromRole ( Player, role ) : int

메소드 상세

GetClassForUser() 공개 메소드

public GetClassForUser ( int userId ) : Player.CharacterClass
userId int
리턴 Player.CharacterClass

GetClassForUser() 공개 메소드

public GetClassForUser ( int userId, Player, &c ) : bool
userId int
c Player,
리턴 bool

GetClassNameForUser() 공개 메소드

public GetClassNameForUser ( int userId ) : string
userId int
리턴 string

GetPlayerIdFromRole() 공개 메소드

public GetPlayerIdFromRole ( Player, role ) : int
role Player,
리턴 int

GetUserIdFromRole() 공개 메소드

public GetUserIdFromRole ( Player, role ) : int
role Player,
리턴 int