Documentation

CharacterBaseStatsWelcome
in package

Table of Contents

Properties

$agi  : int
$byteSize  : int
$cha  : int
$con  : int
$intl  : int
$str  : int
$wis  : int

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

Methods

__toString()

Returns a string representation of the object.

public __toString() : string
Return values
string

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.

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.


        
On this page

Search results