Documentation

CharacterSecondaryStatsInfoLookup
in package

Table of Contents

Properties

$accuracy  : int
$armor  : int
$byteSize  : int
$evade  : int
$maxDamage  : int
$minDamage  : int

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : CharacterSecondaryStatsInfoLookup
Deserializes an instance of `CharacterSecondaryStatsInfoLookup` from the provided `EoReader`.
getAccuracy()  : int
getArmor()  : int
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getEvade()  : int
getMaxDamage()  : int
getMinDamage()  : int
serialize()  : void
Serializes an instance of `CharacterSecondaryStatsInfoLookup` to the provided `EoWriter`.
setAccuracy()  : void
setArmor()  : void
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setEvade()  : void
setMaxDamage()  : void
setMinDamage()  : 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