Documentation

CharacterStatsUpdate
in package

Table of Contents

Properties

$baseStats  : CharacterBaseStats
$byteSize  : int
$maxHp  : int
$maxSp  : int
$maxTp  : int
$maxWeight  : int
$secondaryStats  : CharacterSecondaryStats

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : CharacterStatsUpdate
Deserializes an instance of `CharacterStatsUpdate` from the provided `EoReader`.
getBaseStats()  : CharacterBaseStats
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getMaxHp()  : int
getMaxSp()  : int
getMaxTp()  : int
getMaxWeight()  : int
getSecondaryStats()  : CharacterSecondaryStats
serialize()  : void
Serializes an instance of `CharacterStatsUpdate` to the provided `EoWriter`.
setBaseStats()  : void
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setMaxHp()  : void
setMaxSp()  : void
setMaxTp()  : void
setMaxWeight()  : void
setSecondaryStats()  : 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.


        
On this page

Search results