Documentation

CharacterElementalStats
in package

Table of Contents

Properties

$byteSize  : int
$dark  : int
$earth  : int
$fire  : int
$light  : int
$water  : int
$wind  : int

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : CharacterElementalStats
Deserializes an instance of `CharacterElementalStats` from the provided `EoReader`.
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getDark()  : int
getEarth()  : int
getFire()  : int
getLight()  : int
getWater()  : int
getWind()  : int
serialize()  : void
Serializes an instance of `CharacterElementalStats` to the provided `EoWriter`.
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setDark()  : void
setEarth()  : void
setFire()  : void
setLight()  : void
setWater()  : void
setWind()  : 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.

✖ Error 404 while fetching file: 
On this page

Search results