C# Class MapleShark.Definition

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

public bool Ignore
return bool

Name public property

public string Name
return string

Opcode public property

public ushort Opcode
return ushort

Outbound public property

public bool Outbound
return bool