NosLib v0.2.0 NosLib.WorldEncoder View Source

This module provides a set of functions used for decoding and decoding World packets.

Link to this section Summary

Link to this section Types

Link to this type

option()

View Source
option() :: {:session_id, integer()}
Link to this type

options()

View Source
options() :: [option()]

Link to this section Functions

Link to this function

decrypt(binary, opts \\ [])

View Source
decrypt(binary(), options()) :: [binary()]
Link to this function

encrypt(binary)

View Source
encrypt(binary()) :: binary()