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
$accuracy
private
int
$accuracy
$armor
private
int
$armor
$byteSize
private
int
$byteSize
= 0
$evade
private
int
$evade
$maxDamage
private
int
$maxDamage
$minDamage
private
int
$minDamage
Methods
__toString()
Returns a string representation of the object.
public
__toString() : string
Return values
stringdeserialize()
Deserializes an instance of `CharacterSecondaryStatsInfoLookup` from the provided `EoReader`.
public
static deserialize(EoReader $reader) : CharacterSecondaryStatsInfoLookup
Parameters
- $reader : EoReader
-
The reader that the data will be deserialized from.
Return values
CharacterSecondaryStatsInfoLookup —The deserialized data.
getAccuracy()
public
getAccuracy() : int
Return values
intgetArmor()
public
getArmor() : int
Return values
intgetByteSize()
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.
getEvade()
public
getEvade() : int
Return values
intgetMaxDamage()
public
getMaxDamage() : int
Return values
intgetMinDamage()
public
getMinDamage() : int
Return values
intserialize()
Serializes an instance of `CharacterSecondaryStatsInfoLookup` to the provided `EoWriter`.
public
static serialize(EoWriter $writer, CharacterSecondaryStatsInfoLookup $data) : void
Parameters
- $writer : EoWriter
-
The writer that the data will be serialized to.
- $data : CharacterSecondaryStatsInfoLookup
-
The data to serialize.
setAccuracy()
public
setAccuracy(int $accuracy) : void
Parameters
- $accuracy : int
setArmor()
public
setArmor(int $armor) : void
Parameters
- $armor : int
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.
setEvade()
public
setEvade(int $evade) : void
Parameters
- $evade : int
setMaxDamage()
public
setMaxDamage(int $maxDamage) : void
Parameters
- $maxDamage : int
setMinDamage()
public
setMinDamage(int $minDamage) : void
Parameters
- $minDamage : int