C# Class GameStruct.HotkeyInfo

Exibir arquivo Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
amount byte
baseid int
count byte
group byte
id int
index byte
type int

Public Methods

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

Method Details

GetGroup() public method

public GetGroup ( ) : byte
return byte

GetString() public method

public GetString ( bool isGroup = false ) : String
isGroup bool
return String

HotkeyInfo() public method

public HotkeyInfo ( byte _group, String text ) : System
_group byte
text String
return System

Property Details

amount public_oe property

public byte amount
return byte

baseid public_oe property

public int baseid
return int

count public_oe property

public byte count
return byte

group public_oe property

public byte group
return byte

id public_oe property

public int id
return int

index public_oe property

public byte index
return byte

type public_oe property

public int type
return int