Documentation

EquipmentChange
in package

Table of Contents

Properties

$armor  : int
$boots  : int
$byteSize  : int
$hat  : int
$shield  : int
$weapon  : int

Methods

__toString()  : string
Returns a string representation of the object.
deserialize()  : EquipmentChange
Deserializes an instance of `EquipmentChange` from the provided `EoReader`.
getArmor()  : int
getBoots()  : int
getByteSize()  : int
Returns the size of the data that this was deserialized from.
getHat()  : int
getShield()  : int
getWeapon()  : int
serialize()  : void
Serializes an instance of `EquipmentChange` to the provided `EoWriter`.
setArmor()  : void
setBoots()  : void
setByteSize()  : void
Sets the size of the data that this was deserialized from.
setHat()  : void
setShield()  : void
setWeapon()  : 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.

setArmor()

public setArmor(int $armor) : void
Parameters
$armor : int

setBoots()

public setBoots(int $boots) : void
Parameters
$boots : 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.

setShield()

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

setWeapon()

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

        
On this page

Search results