C# 클래스 GameStruct.HotkeyInfo

파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
amount byte
baseid int
count byte
group byte
id int
index byte
type int

공개 메소드들

메소드 설명
GetGroup ( ) : byte
GetString ( bool isGroup = false ) : String
HotkeyInfo ( byte _group, String text ) : System

메소드 상세

GetGroup() 공개 메소드

public GetGroup ( ) : byte
리턴 byte

GetString() 공개 메소드

public GetString ( bool isGroup = false ) : String
isGroup bool
리턴 String

HotkeyInfo() 공개 메소드

public HotkeyInfo ( byte _group, String text ) : System
_group byte
text String
리턴 System

프로퍼티 상세

amount 공개적으로 프로퍼티

public byte amount
리턴 byte

baseid 공개적으로 프로퍼티

public int baseid
리턴 int

count 공개적으로 프로퍼티

public byte count
리턴 byte

group 공개적으로 프로퍼티

public byte group
리턴 byte

id 공개적으로 프로퍼티

public int id
리턴 int

index 공개적으로 프로퍼티

public byte index
리턴 byte

type 공개적으로 프로퍼티

public int type
리턴 int