Documentation

CharacterStatsInfoLookup
in package

Table of Contents

Properties

$baseStats  : CharacterBaseStats
$byteSize  : int
$elementalStats  : CharacterElementalStats
$hp  : int
$maxHp  : int
$maxTp  : int
$secondaryStats  : CharacterSecondaryStatsInfoLookup
$tp  : int

Methods

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


        
On this page

Search results