Documentation

CharacterStatsWelcome
in package

Table of Contents

Properties

$base  : CharacterBaseStatsWelcome
$byteSize  : int
$hp  : int
$karma  : int
$maxHp  : int
$maxSp  : int
$maxTp  : int
$secondary  : CharacterSecondaryStats
$skillPoints  : int
$statPoints  : int
$tp  : int

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : CharacterStatsWelcome
Deserializes an instance of `CharacterStatsWelcome` from the provided `EoReader`.
getBase()  : CharacterBaseStatsWelcome
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getHp()  : int
getKarma()  : int
getMaxHp()  : int
getMaxSp()  : int
getMaxTp()  : int
getSecondary()  : CharacterSecondaryStats
getSkillPoints()  : int
getStatPoints()  : int
getTp()  : int
serialize()  : void
Serializes an instance of `CharacterStatsWelcome` to the provided `EoWriter`.
setBase()  : void
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setHp()  : void
setKarma()  : void
setMaxHp()  : void
setMaxSp()  : void
setMaxTp()  : void
setSecondary()  : void
setSkillPoints()  : void
setStatPoints()  : void
setTp()  : 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.

setSkillPoints()

public setSkillPoints(int $skillPoints) : void
Parameters
$skillPoints : int

        
On this page

Search results