EsfRecord
in package
Table of Contents
Properties
- $accuracy : int
- $agi : int
- $armor : int
- $byteSize : int
- $castTime : int
- $cha : int
- $chant : string
- $chantLength : int
- $con : int
- $element : int
- $elementPower : int
- $evade : int
- $graphicId : int
- $hpHeal : int
- $iconId : int
- $intl : int
- $maxDamage : int
- $maxSkillLevel : int
- $minDamage : int
- $name : string
- $nameLength : int
- $nature : int
- $returnDamage : int
- $spCost : int
- $spHeal : int
- $str : int
- $targetRestrict : int
- $targetTime : int
- $targetType : int
- $tpCost : int
- $tpHeal : int
- $type : int
- $wis : int
Methods
- __toString() : string
- Returns a string representation of the object.
- deserialize() : EsfRecord
- Deserializes an instance of `EsfRecord` from the provided `EoReader`.
- getAccuracy() : int
- getAgi() : int
- getArmor() : int
- getByteSize() : int
- Returns the size of the data that this was deserialized from.
- getCastTime() : int
- getCha() : int
- getChant() : string
- getChantLength() : int
- getCon() : int
- getElement() : int
- getElementPower() : int
- getEvade() : int
- getGraphicId() : int
- getHpHeal() : int
- getIconId() : int
- getIntl() : int
- getMaxDamage() : int
- getMaxSkillLevel() : int
- getMinDamage() : int
- getName() : string
- getNameLength() : int
- getNature() : int
- getReturnDamage() : int
- getSpCost() : int
- getSpHeal() : int
- getStr() : int
- getTargetRestrict() : int
- getTargetTime() : int
- getTargetType() : int
- getTpCost() : int
- getTpHeal() : int
- getType() : int
- getWis() : int
- serialize() : void
- Serializes an instance of `EsfRecord` to the provided `EoWriter`.
- setAccuracy() : void
- setAgi() : void
- setArmor() : void
- setByteSize() : void
- Sets the size of the data that this was deserialized from.
- setCastTime() : void
- setCha() : void
- setChant() : void
- setChantLength() : void
- setCon() : void
- setElement() : void
- setElementPower() : void
- setEvade() : void
- setGraphicId() : void
- setHpHeal() : void
- setIconId() : void
- setIntl() : void
- setMaxDamage() : void
- setMaxSkillLevel() : void
- setMinDamage() : void
- setName() : void
- setNameLength() : void
- setNature() : void
- setReturnDamage() : void
- setSpCost() : void
- setSpHeal() : void
- setStr() : void
- setTargetRestrict() : void
- setTargetTime() : void
- setTargetType() : void
- setTpCost() : void
- setTpHeal() : void
- setType() : void
- setWis() : void
Properties
$accuracy
private
int
$accuracy
$agi
private
int
$agi
$armor
private
int
$armor
$byteSize
private
int
$byteSize
= 0
$castTime
private
int
$castTime
$cha
private
int
$cha
$chant
private
string
$chant
= ""
$chantLength
private
int
$chantLength
$con
private
int
$con
$element
private
int
$element
$elementPower
private
int
$elementPower
$evade
private
int
$evade
$graphicId
private
int
$graphicId
$hpHeal
private
int
$hpHeal
$iconId
private
int
$iconId
$intl
private
int
$intl
$maxDamage
private
int
$maxDamage
$maxSkillLevel
private
int
$maxSkillLevel
$minDamage
private
int
$minDamage
$name
private
string
$name
= ""
$nameLength
private
int
$nameLength
$nature
private
int
$nature
$returnDamage
private
int
$returnDamage
$spCost
private
int
$spCost
$spHeal
private
int
$spHeal
$str
private
int
$str
$targetRestrict
private
int
$targetRestrict
$targetTime
private
int
$targetTime
$targetType
private
int
$targetType
$tpCost
private
int
$tpCost
$tpHeal
private
int
$tpHeal
$type
private
int
$type
$wis
private
int
$wis
Methods
__toString()
Returns a string representation of the object.
public
__toString() : string
Return values
stringdeserialize()
Deserializes an instance of `EsfRecord` from the provided `EoReader`.
public
static deserialize(EoReader $reader) : EsfRecord
Parameters
- $reader : EoReader
-
The reader that the data will be deserialized from.
Return values
EsfRecord —The deserialized data.
getAccuracy()
public
getAccuracy() : int
Return values
intgetAgi()
public
getAgi() : 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.
getCastTime()
public
getCastTime() : int
Return values
intgetCha()
public
getCha() : int
Return values
intgetChant()
public
getChant() : string
Return values
stringgetChantLength()
public
getChantLength() : int
Return values
intgetCon()
public
getCon() : int
Return values
intgetElement()
public
getElement() : int
Return values
intgetElementPower()
public
getElementPower() : int
Return values
intgetEvade()
public
getEvade() : int
Return values
intgetGraphicId()
public
getGraphicId() : int
Return values
intgetHpHeal()
public
getHpHeal() : int
Return values
intgetIconId()
public
getIconId() : int
Return values
intgetIntl()
public
getIntl() : int
Return values
intgetMaxDamage()
public
getMaxDamage() : int
Return values
intgetMaxSkillLevel()
public
getMaxSkillLevel() : int
Return values
intgetMinDamage()
public
getMinDamage() : int
Return values
intgetName()
public
getName() : string
Return values
stringgetNameLength()
public
getNameLength() : int
Return values
intgetNature()
public
getNature() : int
Return values
intgetReturnDamage()
public
getReturnDamage() : int
Return values
intgetSpCost()
public
getSpCost() : int
Return values
intgetSpHeal()
public
getSpHeal() : int
Return values
intgetStr()
public
getStr() : int
Return values
intgetTargetRestrict()
public
getTargetRestrict() : int
Return values
intgetTargetTime()
public
getTargetTime() : int
Return values
intgetTargetType()
public
getTargetType() : int
Return values
intgetTpCost()
public
getTpCost() : int
Return values
intgetTpHeal()
public
getTpHeal() : int
Return values
intgetType()
public
getType() : int
Return values
intgetWis()
public
getWis() : int
Return values
intserialize()
Serializes an instance of `EsfRecord` to the provided `EoWriter`.
public
static serialize(EoWriter $writer, EsfRecord $data) : void
Parameters
setAccuracy()
public
setAccuracy(int $accuracy) : void
Parameters
- $accuracy : int
setAgi()
public
setAgi(int $agi) : void
Parameters
- $agi : 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.
setCastTime()
public
setCastTime(int $castTime) : void
Parameters
- $castTime : int
setCha()
public
setCha(int $cha) : void
Parameters
- $cha : int
setChant()
public
setChant(string $chant) : void
Parameters
- $chant : string
setChantLength()
public
setChantLength(int $chantLength) : void
Parameters
- $chantLength : int
setCon()
public
setCon(int $con) : void
Parameters
- $con : int
setElement()
public
setElement(int $element) : void
Parameters
- $element : int
setElementPower()
public
setElementPower(int $elementPower) : void
Parameters
- $elementPower : int
setEvade()
public
setEvade(int $evade) : void
Parameters
- $evade : int
setGraphicId()
public
setGraphicId(int $graphicId) : void
Parameters
- $graphicId : int
setHpHeal()
public
setHpHeal(int $hpHeal) : void
Parameters
- $hpHeal : int
setIconId()
public
setIconId(int $iconId) : void
Parameters
- $iconId : int
setIntl()
public
setIntl(int $intl) : void
Parameters
- $intl : int
setMaxDamage()
public
setMaxDamage(int $maxDamage) : void
Parameters
- $maxDamage : int
setMaxSkillLevel()
public
setMaxSkillLevel(int $maxSkillLevel) : void
Parameters
- $maxSkillLevel : int
setMinDamage()
public
setMinDamage(int $minDamage) : void
Parameters
- $minDamage : int
setName()
public
setName(string $name) : void
Parameters
- $name : string
setNameLength()
public
setNameLength(int $nameLength) : void
Parameters
- $nameLength : int
setNature()
public
setNature(int $nature) : void
Parameters
- $nature : int
setReturnDamage()
public
setReturnDamage(int $returnDamage) : void
Parameters
- $returnDamage : int
setSpCost()
public
setSpCost(int $spCost) : void
Parameters
- $spCost : int
setSpHeal()
public
setSpHeal(int $spHeal) : void
Parameters
- $spHeal : int
setStr()
public
setStr(int $str) : void
Parameters
- $str : int
setTargetRestrict()
public
setTargetRestrict(int $targetRestrict) : void
Parameters
- $targetRestrict : int
setTargetTime()
public
setTargetTime(int $targetTime) : void
Parameters
- $targetTime : int
setTargetType()
public
setTargetType(int $targetType) : void
Parameters
- $targetType : int
setTpCost()
public
setTpCost(int $tpCost) : void
Parameters
- $tpCost : int
setTpHeal()
public
setTpHeal(int $tpHeal) : void
Parameters
- $tpHeal : int
setType()
public
setType(int $type) : void
Parameters
- $type : int
setWis()
public
setWis(int $wis) : void
Parameters
- $wis : int