Documentation

CharacterStatsEquipmentChange
in package

Table of Contents

Properties

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

Methods

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