CharacterBaseStatsWelcome
in package
Table of Contents
Properties
Methods
- __toString() : string
- Returns a string representation of the object.
- deserialize() : CharacterBaseStatsWelcome
- Deserializes an instance of `CharacterBaseStatsWelcome` 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
- getStr() : int
- getWis() : int
- serialize() : void
- Serializes an instance of `CharacterBaseStatsWelcome` 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
- 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
$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 `CharacterBaseStatsWelcome` from the provided `EoReader`.
public
static deserialize(EoReader $reader) : CharacterBaseStatsWelcome
Parameters
- $reader : EoReader
-
The reader that the data will be deserialized from.
Return values
CharacterBaseStatsWelcome —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
intgetStr()
public
getStr() : int
Return values
intgetWis()
public
getWis() : int
Return values
intserialize()
Serializes an instance of `CharacterBaseStatsWelcome` to the provided `EoWriter`.
public
static serialize(EoWriter $writer, CharacterBaseStatsWelcome $data) : void
Parameters
- $writer : EoWriter
-
The writer that the data will be serialized to.
- $data : CharacterBaseStatsWelcome
-
The data to serialize.
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
setStr()
public
setStr(int $str) : void
Parameters
- $str : int
setWis()
public
setWis(int $wis) : void
Parameters
- $wis : int