Documentation

EquipmentWelcome
in package

Table of Contents

Properties

$armlet  : array<string|int, int>
$bracer  : array<string|int, int>
$ring  : array<string|int, int>
$accessory  : int
$armor  : int
$belt  : int
$boots  : int
$byteSize  : int
$gloves  : int
$hat  : int
$necklace  : int
$shield  : int
$weapon  : int

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : EquipmentWelcome
Deserializes an instance of `EquipmentWelcome` from the provided `EoReader`.
getAccessory()  : int
getArmlet()  : array<string|int, int>
getArmor()  : int
getBelt()  : int
getBoots()  : int
getBracer()  : array<string|int, int>
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getGloves()  : int
getHat()  : int
getNecklace()  : int
getRing()  : array<string|int, int>
getShield()  : int
getWeapon()  : int
serialize()  : void
Serializes an instance of `EquipmentWelcome` to the provided `EoWriter`.
setAccessory()  : void
setArmlet()  : void
setArmor()  : void
setBelt()  : void
setBoots()  : void
setBracer()  : void
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setGloves()  : void
setHat()  : void
setNecklace()  : void
setRing()  : void
setShield()  : void
setWeapon()  : void

Properties

Methods

__toString()

Returns a string representation of the object.

public __toString() : string
Return values
string

getArmlet()

public getArmlet() : array<string|int, int>
Return values
array<string|int, int>

getBracer()

public getBracer() : array<string|int, int>
Return values
array<string|int, 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.

getRing()

public getRing() : array<string|int, int>
Return values
array<string|int, int>

setAccessory()

public setAccessory(int $accessory) : void
Parameters
$accessory : int

setArmlet()

public setArmlet(array<string|int, int> $armlet) : void
Parameters
$armlet : array<string|int, int>

setBracer()

public setBracer(array<string|int, int> $bracer) : void
Parameters
$bracer : array<string|int, 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.

setGloves()

public setGloves(int $gloves) : void
Parameters
$gloves : int

setNecklace()

public setNecklace(int $necklace) : void
Parameters
$necklace : int

setRing()

public setRing(array<string|int, int> $ring) : void
Parameters
$ring : array<string|int, int>

setShield()

public setShield(int $shield) : void
Parameters
$shield : int

setWeapon()

public setWeapon(int $weapon) : void
Parameters
$weapon : int

        
On this page

Search results