Documentation
¶
Index ¶
- Variables
- func DecodeMapPoI(link string) (int, error)
- func DecodeOutfit(link string) (int, error)
- func DecodeRecipe(link string) (int, error)
- func DecodeSkill(link string) (int, error)
- func DecodeSkin(link string) (int, error)
- func DecodeTrait(link string) (int, error)
- func DecodeWvWObjective(link string) (int, int, error)
- func EncodeItem(item Item) string
- func EncodeMapPoI(id int) string
- func EncodeOutfit(id int) string
- func EncodeRecipe(id int) string
- func EncodeSkill(id int) string
- func EncodeSkin(id int) string
- func EncodeTrait(id int) string
- func EncodeWvWObjective(objectiveID, mapID int) string
- type Item
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidHeader = errors.New("Invalid header byte")
)
Error constants
Functions ¶
func DecodeMapPoI ¶
DecodeMapPoI decodes a map poi chatcode and returns the contained id
func DecodeOutfit ¶
DecodeOutfit decodes a chatlink into the contained outfit
func DecodeRecipe ¶
DecodeRecipe decodes a chatlink into the contained recipe
func DecodeSkill ¶
DecodeSkill decodes a skill chatlink into the contained id
func DecodeSkin ¶
DecodeSkin decodes a chatlink into the contained skin
func DecodeTrait ¶
DecodeTrait decodes a chatcode into the contained trait
func DecodeWvWObjective ¶
DecodeWvWObjective decodes a chatlink into the contained wvw objective
func EncodeItem ¶
EncodeItem returns the encoded chatlink for that item
func EncodeRecipe ¶
EncodeRecipe encodes a recipe into the chatcode
func EncodeWvWObjective ¶
EncodeWvWObjective encodes a wvw objective into a chatlink
Types ¶
Click to show internal directories.
Click to hide internal directories.