Documentation

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

Methods

__toString()

Returns a string representation of the object.

public __toString() : string
Return values
string

deserialize()

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
int

getAgi()

public getAgi() : int
Return values
int

getArmor()

public getArmor() : int
Return values
int

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.

getCastTime()

public getCastTime() : int
Return values
int

getCha()

public getCha() : int
Return values
int

getChant()

public getChant() : string
Return values
string

getChantLength()

public getChantLength() : int
Return values
int

getCon()

public getCon() : int
Return values
int

getElement()

public getElement() : int
Return values
int

getElementPower()

public getElementPower() : int
Return values
int

getEvade()

public getEvade() : int
Return values
int

getGraphicId()

public getGraphicId() : int
Return values
int

getHpHeal()

public getHpHeal() : int
Return values
int

getIconId()

public getIconId() : int
Return values
int

getIntl()

public getIntl() : int
Return values
int

getMaxDamage()

public getMaxDamage() : int
Return values
int

getMaxSkillLevel()

public getMaxSkillLevel() : int
Return values
int

getMinDamage()

public getMinDamage() : int
Return values
int

getName()

public getName() : string
Return values
string

getNameLength()

public getNameLength() : int
Return values
int

getNature()

public getNature() : int
Return values
int

getReturnDamage()

public getReturnDamage() : int
Return values
int

getSpCost()

public getSpCost() : int
Return values
int

getSpHeal()

public getSpHeal() : int
Return values
int

getStr()

public getStr() : int
Return values
int

getTargetRestrict()

public getTargetRestrict() : int
Return values
int

getTargetTime()

public getTargetTime() : int
Return values
int

getTargetType()

public getTargetType() : int
Return values
int

getTpCost()

public getTpCost() : int
Return values
int

getTpHeal()

public getTpHeal() : int
Return values
int

getType()

public getType() : int
Return values
int

getWis()

public getWis() : int
Return values
int

serialize()

Serializes an instance of `EsfRecord` to the provided `EoWriter`.

public static serialize(EoWriter $writer, EsfRecord $data) : void
Parameters
$writer : EoWriter

The writer that the data will be serialized to.

$data : EsfRecord

The data to serialize.

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

        
On this page

Search results