Documentation

CharacterSelectionListEntry
in package

Table of Contents

Properties

$admin  : int
$byteSize  : int
$equipment  : EquipmentCharacterSelect
$gender  : int
$hairColor  : int
$hairStyle  : int
$id  : int
$level  : int
$name  : string
$skin  : int

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : CharacterSelectionListEntry
Deserializes an instance of `CharacterSelectionListEntry` from the provided `EoReader`.
getAdmin()  : int
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getEquipment()  : EquipmentCharacterSelect
getGender()  : int
getHairColor()  : int
getHairStyle()  : int
getId()  : int
getLevel()  : int
getName()  : string
getSkin()  : int
serialize()  : void
Serializes an instance of `CharacterSelectionListEntry` to the provided `EoWriter`.
setAdmin()  : void
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setEquipment()  : void
setGender()  : void
setHairColor()  : void
setHairStyle()  : void
setId()  : void
setLevel()  : void
setName()  : void
setSkin()  : void

Properties

Methods

getByteSize()

Returns the size of the data that this was deserialized from.

public getByteSize() : int
Return values
int

The size of the data that this was deserialized from.

setByteSize()

Sets the size of the data that this was deserialized from.

public setByteSize(int $byteSize) : void
Parameters
$byteSize : int

The size of the data that this was deserialized from.


        
On this page

Search results