typ

package
v0.0.0-...-4074f90 Latest Latest
Warning

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

Go to latest
Published: May 14, 2022 License: MPL-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountCharacterSelectedSuccessItem

type AccountCharacterSelectedSuccessItem struct {
	Id         int
	TemplateId int
	Qty        int
	Position   retrotyp.CharacterItemPosition
	Effects    []retrotyp.Effect
}

func NewAccountCharacterSelectedSuccessItem

func NewAccountCharacterSelectedSuccessItem(extra string) (AccountCharacterSelectedSuccessItem, error)

func (*AccountCharacterSelectedSuccessItem) Deserialize

func (m *AccountCharacterSelectedSuccessItem) Deserialize(extra string) error

TODO

func (AccountCharacterSelectedSuccessItem) Serialized

type AccountCharactersListCharacter

type AccountCharactersListCharacter struct {
	Id          int
	Name        string
	Level       int
	GFXId       int
	Color1      string
	Color2      string
	Color3      string
	Accessories CommonAccessories
	Merchant    bool
	ServerId    int
	Dead        bool
	DeathCount  int
	LvlMax      int
}

func NewAccountCharactersListCharacter

func NewAccountCharactersListCharacter(extra string) (AccountCharactersListCharacter, error)

func (*AccountCharactersListCharacter) Deserialize

func (m *AccountCharactersListCharacter) Deserialize(extra string) error

func (AccountCharactersListCharacter) Serialized

func (m AccountCharactersListCharacter) Serialized() (string, error)

type AccountHostsHost

type AccountHostsHost struct {
	Id         int
	State      int
	Completion int
	CanLog     bool
}

func NewAccountHostsHost

func NewAccountHostsHost(extra string) (AccountHostsHost, error)

func (*AccountHostsHost) Deserialize

func (m *AccountHostsHost) Deserialize(extra string) error

func (AccountHostsHost) Serialized

func (m AccountHostsHost) Serialized() (string, error)

type AccountServersListServerCharacters

type AccountServersListServerCharacters struct {
	Id  int
	Qty int
}

func NewAccountServersListServerCharacters

func NewAccountServersListServerCharacters(extra string) (AccountServersListServerCharacters, error)

func (*AccountServersListServerCharacters) Deserialize

func (m *AccountServersListServerCharacters) Deserialize(extra string) error

func (AccountServersListServerCharacters) Serialized

type CommonAccessories

func NewCommonAccessories

func NewCommonAccessories(extra string) (CommonAccessories, error)

func (*CommonAccessories) Deserialize

func (m *CommonAccessories) Deserialize(extra string) error

func (CommonAccessories) Serialized

func (m CommonAccessories) Serialized() (string, error)

type CommonAccessoriesAccessory

type CommonAccessoriesAccessory struct {
	TemplateId int
	Type       int
	Frame      int
}

type CommonDirAndCell

type CommonDirAndCell struct {
	DirId  int
	CellId int
}

func NewCommonDirAndCell

func NewCommonDirAndCell(extra string) (CommonDirAndCell, error)

func (*CommonDirAndCell) Deserialize

func (m *CommonDirAndCell) Deserialize(extra string) error

func (CommonDirAndCell) Serialized

func (m CommonDirAndCell) Serialized() (string, error)

type CommonGuildEmblem

type CommonGuildEmblem struct {
	BackId    int
	BackColor string
	UpId      int
	UpColor   string
}

func NewCommonGuildEmblem

func NewCommonGuildEmblem(extra string) (CommonGuildEmblem, error)

func (*CommonGuildEmblem) Deserialize

func (m *CommonGuildEmblem) Deserialize(extra string) error

func (CommonGuildEmblem) Serialized

func (m CommonGuildEmblem) Serialized() (string, error)

type CommonMountData

type CommonMountData struct {
	Id               int
	ModelId          int
	Ancestors        [14]int
	Capacities       []retrotyp.MountCapacityId
	Name             string
	Sex              retrotyp.Sex
	XP               int
	XPMin            int
	XPMax            int
	Level            int
	Mountable        bool
	PodsMax          int
	Wild             bool
	Stamina          int
	StaminaMax       int
	Maturity         int
	MaturityMax      int
	Energy           int
	EnergyMax        int
	Serenity         int
	SerenityMin      int
	SerenityMax      int
	Love             int
	LoveMax          int
	Fecundation      int
	Fecundable       bool
	Effects          []retrotyp.Effect
	Tiredness        int
	TirednessMax     int
	Reproductions    int
	ReproductionsMax int
}

func NewCommonMountData

func NewCommonMountData(extra string) (CommonMountData, error)

func (*CommonMountData) Deserialize

func (m *CommonMountData) Deserialize(extra string) error

func (CommonMountData) Serialized

func (m CommonMountData) Serialized() (string, error)

type CommonResistances

type CommonResistances struct {
	ResistanceNeutral int
	ResistanceEarth   int
	ResistanceWater   int
	ResistanceAir     int
	ResistanceFire    int
	DodgeAP           int
	DodgeMP           int
}

func NewCommonResistances

func NewCommonResistances(extra string) (CommonResistances, error)

func (*CommonResistances) Deserialize

func (m *CommonResistances) Deserialize(extra string) error

func (CommonResistances) Serialized

func (m CommonResistances) Serialized() (string, error)

type CommonRestrictions

type CommonRestrictions struct {
	CantAssault                          bool
	CantChallenge                        bool
	CantExchange                         bool
	CantAttack                           bool
	CantChatToAll                        bool
	CantBeMerchant                       bool
	CantUseObject                        bool
	CantInteractWithTaxCollector         bool
	CantUseInteractiveObjects            bool
	CantSpeakNPC                         bool
	CantAttackDungeonMonstersWhenMutant  bool
	CantMoveInAllDirections              bool
	CantAttackMonstersAnywhereWhenMutant bool
	CantInteractWithPrism                bool
}

func NewCommonRestrictions

func NewCommonRestrictions(extra string) (CommonRestrictions, error)

func (*CommonRestrictions) Deserialize

func (m *CommonRestrictions) Deserialize(extra string) error

func (CommonRestrictions) Serialized

func (m CommonRestrictions) Serialized() (string, error)

type CommonTitle

type CommonTitle struct {
	Id    int
	Param string
}

func NewCommonTitle

func NewCommonTitle(extra string) (CommonTitle, error)

func (*CommonTitle) Deserialize

func (m *CommonTitle) Deserialize(extra string) error

func (CommonTitle) Serialized

func (m CommonTitle) Serialized() (string, error)

type ExchangeBigStoreItemsListItem

type ExchangeBigStoreItemsListItem struct {
	Id        int
	Effects   []string
	PriceSet1 int
	PriceSet2 int
	PriceSet3 int
}

func NewExchangeBigStoreItemsListItem

func NewExchangeBigStoreItemsListItem(extra string) (ExchangeBigStoreItemsListItem, error)

func (*ExchangeBigStoreItemsListItem) Deserialize

func (m *ExchangeBigStoreItemsListItem) Deserialize(extra string) error

func (ExchangeBigStoreItemsListItem) Serialized

func (m ExchangeBigStoreItemsListItem) Serialized() (string, error)

type InfosMessageMessage

type InfosMessageMessage struct {
	Id   int
	Args []string
}

func NewInfosMessageMessage

func NewInfosMessageMessage(extra string) (InfosMessageMessage, error)

func (*InfosMessageMessage) Deserialize

func (m *InfosMessageMessage) Deserialize(extra string) error

func (InfosMessageMessage) Serialized

func (m InfosMessageMessage) Serialized() (string, error)

Jump to

Keyboard shortcuts

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