in

package
v0.0.0-...-3a29b05 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2017 License: MIT Imports: 2 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	Key           string
	Login         string
	Password      string
	MAC           string
	IsCheat       uint16
	ClientVersion uint16
}

func (Auth) Opcode

func (a Auth) Opcode() uint16

func (*Auth) Unpack

func (a *Auth) Unpack(pr *barrel.Processor)

type BagTempSync

type BagTempSync struct {
}

func (BagTempSync) Opcode

func (b BagTempSync) Opcode() uint16

func (*BagTempSync) Unpack

func (b *BagTempSync) Unpack(pr *barrel.Processor)

type ChangeSecret

type ChangeSecret struct {
	PasswordOld string
	PasswordNew string
}

func (ChangeSecret) Opcode

func (c ChangeSecret) Opcode() uint16

func (*ChangeSecret) Unpack

func (c *ChangeSecret) Unpack(pr *barrel.Processor)

type CreateCharacter

type CreateCharacter struct {
	Name    string
	Map     string
	LenLook uint16
	Look    common.CharacterLookSub
}

func (CreateCharacter) Opcode

func (c CreateCharacter) Opcode() uint16

func (*CreateCharacter) Unpack

func (c *CreateCharacter) Unpack(pr *barrel.Processor)

type DeleteCharacter

type DeleteCharacter struct {
	Name   string
	Secret string
}

func (DeleteCharacter) Opcode

func (d DeleteCharacter) Opcode() uint16

func (*DeleteCharacter) Unpack

func (d *DeleteCharacter) Unpack(pr *barrel.Processor)

type EnterWorld

type EnterWorld struct {
	Name string
}

func (EnterWorld) Opcode

func (e EnterWorld) Opcode() uint16

func (*EnterWorld) Unpack

func (e *EnterWorld) Unpack(pr *barrel.Processor)

type Exit

type Exit struct {
}

func (Exit) Opcode

func (a Exit) Opcode() uint16

func (*Exit) Unpack

func (a *Exit) Unpack(pr *barrel.Processor)

type IIn

type IIn interface {
	Opcode() uint16
	Unpack(pr *barrel.Processor)
}

type In

type In struct {
}

type NewSecret

type NewSecret struct {
	Password string
}

func (NewSecret) Opcode

func (n NewSecret) Opcode() uint16

func (*NewSecret) Unpack

func (n *NewSecret) Unpack(pr *barrel.Processor)

type Ping

type Ping struct {
}

func (Ping) Opcode

func (d Ping) Opcode() uint16

func (*Ping) Unpack

func (d *Ping) Unpack(pr *barrel.Processor)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL