Interface ICharacterBaseStatsWelcome

Unit

Declaration

type ICharacterBaseStatsWelcome = interface(IInterface)

Description

The 6 base character stats. Sent upon selecting a character and entering the game.

Attributes
GUID['{161738F7-753B-549A-A667-AE5AD491CB86}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetStr: Cardinal;
Public procedure SetStr(Str: Cardinal);
Public function GetWis: Cardinal;
Public procedure SetWis(Wis: Cardinal);
Public function GetIntl: Cardinal;
Public procedure SetIntl(Intl: Cardinal);
Public function GetAgi: Cardinal;
Public procedure SetAgi(Agi: Cardinal);
Public function GetCon: Cardinal;
Public procedure SetCon(Con: Cardinal);
Public function GetCha: Cardinal;
Public procedure SetCha(Cha: Cardinal);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Str: Cardinal read GetStr write SetStr;
Public property Wis: Cardinal read GetWis write SetWis;
Public property Intl: Cardinal read GetIntl write SetIntl;
Public property Agi: Cardinal read GetAgi write SetAgi;
Public property Con: Cardinal read GetCon write SetCon;
Public property Cha: Cardinal read GetCha write SetCha;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetStr: Cardinal;

This item has no description.

Public procedure SetStr(Str: Cardinal);

This item has no description.

Public function GetWis: Cardinal;

This item has no description.

Public procedure SetWis(Wis: Cardinal);

This item has no description.

Public function GetIntl: Cardinal;

This item has no description.

Public procedure SetIntl(Intl: Cardinal);

This item has no description.

Public function GetAgi: Cardinal;

This item has no description.

Public procedure SetAgi(Agi: Cardinal);

This item has no description.

Public function GetCon: Cardinal;

This item has no description.

Public procedure SetCon(Con: Cardinal);

This item has no description.

Public function GetCha: Cardinal;

This item has no description.

Public procedure SetCha(Cha: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this ICharacterBaseStatsWelcome 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 Str: Cardinal read GetStr write SetStr;

Note
Value range is 0-64008

Public property Wis: Cardinal read GetWis write SetWis;

Note
Value range is 0-64008

Public property Intl: Cardinal read GetIntl write SetIntl;

Note
Value range is 0-64008

Public property Agi: Cardinal read GetAgi write SetAgi;

Note
Value range is 0-64008

Public property Con: Cardinal read GetCon write SetCon;

Note
Value range is 0-64008

Public property Cha: Cardinal read GetCha write SetCha;

Note
Value range is 0-64008


Generated by PasDoc 0.16.0-snapshot.