C# Class GameStruct.HotkeyInfo

Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Свойство Type Description
amount byte
baseid int
count byte
group byte
id int
index byte
type int

Méthodes publiques

Méthode Description
GetGroup ( ) : byte
GetString ( bool isGroup = false ) : String
HotkeyInfo ( byte _group, String text ) : System

Method Details

GetGroup() public méthode

public GetGroup ( ) : byte
Résultat byte

GetString() public méthode

public GetString ( bool isGroup = false ) : String
isGroup bool
Résultat String

HotkeyInfo() public méthode

public HotkeyInfo ( byte _group, String text ) : System
_group byte
text String
Résultat System

Property Details

amount public_oe property

public byte amount
Résultat byte

baseid public_oe property

public int baseid
Résultat int

count public_oe property

public byte count
Résultat byte

group public_oe property

public byte group
Résultat byte

id public_oe property

public int id
Résultat int

index public_oe property

public byte index
Résultat byte

type public_oe property

public int type
Résultat int