Documentation

WelcomeCodeDataSelectCharacter
in package
implements WelcomeCodeData

Data associated with welcomeCode value WelcomeCode::SELECTCHARACTER

Table of Contents

Interfaces

WelcomeCodeData
Data associated with different values of the `welcomeCode` field.

Properties

$ecfRid  : array<string|int, int>
$eifRid  : array<string|int, int>
$enfRid  : array<string|int, int>
$esfRid  : array<string|int, int>
$mapRid  : array<string|int, int>
$admin  : int
$byteSize  : int
$characterId  : int
$classId  : int
$ecfLength  : int
$eifLength  : int
$enfLength  : int
$equipment  : EquipmentWelcome
$esfLength  : int
$experience  : int
$guildName  : string
$guildRank  : int
$guildRankName  : string
$guildTag  : string
$level  : int
$loginMessageCode  : int
$mapFileSize  : int
$mapId  : int
$name  : string
$sessionId  : int
$settings  : ServerSettings
$stats  : CharacterStatsWelcome
$title  : string
$usage  : int

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : WelcomeCodeDataSelectCharacter
Deserializes an instance of `WelcomeCodeDataSelectCharacter` from the provided `EoReader`.
getAdmin()  : int
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getCharacterId()  : int
getClassId()  : int
getEcfLength()  : int
getEcfRid()  : array<string|int, int>
getEifLength()  : int
getEifRid()  : array<string|int, int>
getEnfLength()  : int
getEnfRid()  : array<string|int, int>
getEquipment()  : EquipmentWelcome
getEsfLength()  : int
getEsfRid()  : array<string|int, int>
getExperience()  : int
getGuildName()  : string
getGuildRank()  : int
getGuildRankName()  : string
getGuildTag()  : string
getLevel()  : int
getLoginMessageCode()  : int
getMapFileSize()  : int
getMapId()  : int
getMapRid()  : array<string|int, int>
getName()  : string
getSessionId()  : int
getSettings()  : ServerSettings
getStats()  : CharacterStatsWelcome
getTitle()  : string
getUsage()  : int
serialize()  : void
Serializes an instance of `WelcomeCodeDataSelectCharacter` to the provided `EoWriter`.
setAdmin()  : void
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setCharacterId()  : void
setClassId()  : void
setEcfLength()  : void
setEcfRid()  : void
setEifLength()  : void
setEifRid()  : void
setEnfLength()  : void
setEnfRid()  : void
setEquipment()  : void
setEsfLength()  : void
setEsfRid()  : void
setExperience()  : void
setGuildName()  : void
setGuildRank()  : void
setGuildRankName()  : void
setGuildTag()  : void
setLevel()  : void
setLoginMessageCode()  : void
setMapFileSize()  : void
setMapId()  : void
setMapRid()  : void
setName()  : void
setSessionId()  : void
setSettings()  : void
setStats()  : void
setTitle()  : void
setUsage()  : void

Properties

Methods

__toString()

Returns a string representation of the object.

public __toString() : string
Return values
string

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.

setEcfRid()

public setEcfRid(array<string|int, int> $ecfRid) : void
Parameters
$ecfRid : array<string|int, int>

setEifRid()

public setEifRid(array<string|int, int> $eifRid) : void
Parameters
$eifRid : array<string|int, int>

setEnfRid()

public setEnfRid(array<string|int, int> $enfRid) : void
Parameters
$enfRid : array<string|int, int>

setEsfRid()

public setEsfRid(array<string|int, int> $esfRid) : void
Parameters
$esfRid : array<string|int, int>

setGuildRankName()

public setGuildRankName(string $guildRankName) : void
Parameters
$guildRankName : string

setLoginMessageCode()

public setLoginMessageCode(int $loginMessageCode) : void
Parameters
$loginMessageCode : int

setMapRid()

public setMapRid(array<string|int, int> $mapRid) : void
Parameters
$mapRid : array<string|int, int>

        
On this page

Search results