C# Class GameStruct.HotkeyInfo

Show file 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 property

public byte amount
return byte

baseid public property

public int baseid
return int

count public property

public byte count
return byte

group public property

public byte group
return byte

id public property

public int id
return int

index public property

public byte index
return byte

type public property

public int type
return int