Interface ICharacterStatsUpdate

Unit

Declaration

type ICharacterStatsUpdate = interface(IInterface)

Description

Character stats data. Sent when stats are updated.

Attributes
GUID['{698DA17D-F23D-5649-9532-BE9A87139FB8}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetBaseStats: ICharacterBaseStats;
Public procedure SetBaseStats(BaseStats: ICharacterBaseStats);
Public function GetMaxHp: Cardinal;
Public procedure SetMaxHp(MaxHp: Cardinal);
Public function GetMaxTp: Cardinal;
Public procedure SetMaxTp(MaxTp: Cardinal);
Public function GetMaxSp: Cardinal;
Public procedure SetMaxSp(MaxSp: Cardinal);
Public function GetMaxWeight: Cardinal;
Public procedure SetMaxWeight(MaxWeight: Cardinal);
Public function GetSecondaryStats: ICharacterSecondaryStats;
Public procedure SetSecondaryStats(SecondaryStats: ICharacterSecondaryStats);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property BaseStats: ICharacterBaseStats read GetBaseStats write SetBaseStats;
Public property MaxHp: Cardinal read GetMaxHp write SetMaxHp;
Public property MaxTp: Cardinal read GetMaxTp write SetMaxTp;
Public property MaxSp: Cardinal read GetMaxSp write SetMaxSp;
Public property MaxWeight: Cardinal read GetMaxWeight write SetMaxWeight;
Public property SecondaryStats: ICharacterSecondaryStats read GetSecondaryStats write SetSecondaryStats;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetBaseStats: ICharacterBaseStats;

This item has no description.

Public procedure SetBaseStats(BaseStats: ICharacterBaseStats);

This item has no description.

Public function GetMaxHp: Cardinal;

This item has no description.

Public procedure SetMaxHp(MaxHp: Cardinal);

This item has no description.

Public function GetMaxTp: Cardinal;

This item has no description.

Public procedure SetMaxTp(MaxTp: Cardinal);

This item has no description.

Public function GetMaxSp: Cardinal;

This item has no description.

Public procedure SetMaxSp(MaxSp: Cardinal);

This item has no description.

Public function GetMaxWeight: Cardinal;

This item has no description.

Public procedure SetMaxWeight(MaxWeight: Cardinal);

This item has no description.

Public function GetSecondaryStats: ICharacterSecondaryStats;

This item has no description.

Public procedure SetSecondaryStats(SecondaryStats: ICharacterSecondaryStats);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this ICharacterStatsUpdate object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property BaseStats: ICharacterBaseStats read GetBaseStats write SetBaseStats;

This item has no description.

Public property MaxHp: Cardinal read GetMaxHp write SetMaxHp;

Note
Value range is 0-64008

Public property MaxTp: Cardinal read GetMaxTp write SetMaxTp;

Note
Value range is 0-64008

Public property MaxSp: Cardinal read GetMaxSp write SetMaxSp;

Note
Value range is 0-64008

Public property MaxWeight: Cardinal read GetMaxWeight write SetMaxWeight;

Note
Value range is 0-64008

Public property SecondaryStats: ICharacterSecondaryStats read GetSecondaryStats write SetSecondaryStats;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.