EcfRecord
in package
Table of Contents
Properties
- $agi : int
- $byteSize : int
- $cha : int
- $con : int
- $intl : int
- $name : string
- $nameLength : int
- $parentType : int
- $statGroup : int
- $str : int
- $wis : int
Methods
- __toString() : string
- Returns a string representation of the object.
- deserialize() : EcfRecord
- Deserializes an instance of `EcfRecord` from the provided `EoReader`.
- getAgi() : int
- getByteSize() : int
- Returns the size of the data that this was deserialized from.
- getCha() : int
- getCon() : int
- getIntl() : int
- getName() : string
- getNameLength() : int
- getParentType() : int
- getStatGroup() : int
- getStr() : int
- getWis() : int
- serialize() : void
- Serializes an instance of `EcfRecord` to the provided `EoWriter`.
- setAgi() : void
- setByteSize() : void
- Sets the size of the data that this was deserialized from.
- setCha() : void
- setCon() : void
- setIntl() : void
- setName() : void
- setNameLength() : void
- setParentType() : void
- setStatGroup() : void
- setStr() : void
- setWis() : void
Properties
$agi
private
int
$agi
$byteSize
private
int
$byteSize
= 0
$cha
private
int
$cha
$con
private
int
$con
$intl
private
int
$intl
$name
private
string
$name
= ""
$nameLength
private
int
$nameLength
$parentType
private
int
$parentType
$statGroup
private
int
$statGroup
$str
private
int
$str
$wis
private
int
$wis
Methods
__toString()
Returns a string representation of the object.
public
__toString() : string
Return values
stringdeserialize()
Deserializes an instance of `EcfRecord` from the provided `EoReader`.
public
static deserialize(EoReader $reader) : EcfRecord
Parameters
- $reader : EoReader
-
The reader that the data will be deserialized from.
Return values
EcfRecord —The deserialized data.
getAgi()
public
getAgi() : 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.
getCha()
public
getCha() : int
Return values
intgetCon()
public
getCon() : int
Return values
intgetIntl()
public
getIntl() : int
Return values
intgetName()
public
getName() : string
Return values
stringgetNameLength()
public
getNameLength() : int
Return values
intgetParentType()
public
getParentType() : int
Return values
intgetStatGroup()
public
getStatGroup() : int
Return values
intgetStr()
public
getStr() : int
Return values
intgetWis()
public
getWis() : int
Return values
intserialize()
Serializes an instance of `EcfRecord` to the provided `EoWriter`.
public
static serialize(EoWriter $writer, EcfRecord $data) : void
Parameters
setAgi()
public
setAgi(int $agi) : void
Parameters
- $agi : 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.
setCha()
public
setCha(int $cha) : void
Parameters
- $cha : int
setCon()
public
setCon(int $con) : void
Parameters
- $con : int
setIntl()
public
setIntl(int $intl) : void
Parameters
- $intl : int
setName()
public
setName(string $name) : void
Parameters
- $name : string
setNameLength()
public
setNameLength(int $nameLength) : void
Parameters
- $nameLength : int
setParentType()
public
setParentType(int $parentType) : void
Parameters
- $parentType : int
setStatGroup()
public
setStatGroup(int $statGroup) : void
Parameters
- $statGroup : int
setStr()
public
setStr(int $str) : void
Parameters
- $str : int
setWis()
public
setWis(int $wis) : void
Parameters
- $wis : int