C# Class MapleShark.Definition

Datei anzeigen Open project: Zepheus/Fiesta_Utils Class Usage Examples

Public Properties

Property Type Description
Ignore bool
Name string
Opcode ushort
Outbound bool

Public Methods

Method Description
GetOpcodeAsBytes ( ushort Opcode ) : byte[]
GetOpcodeAsString ( ushort Opcode ) : string

Method Details

GetOpcodeAsBytes() public static method

public static GetOpcodeAsBytes ( ushort Opcode ) : byte[]
Opcode ushort
return byte[]

GetOpcodeAsString() public static method

public static GetOpcodeAsString ( ushort Opcode ) : string
Opcode ushort
return string

Property Details

Ignore public_oe property

public bool Ignore
return bool

Name public_oe property

public string Name
return string

Opcode public_oe property

public ushort Opcode
return ushort

Outbound public_oe property

public bool Outbound
return bool