Class TCharacterBaseStatsWelcome

Unit

Declaration

type TCharacterBaseStatsWelcome = class(TInterfacedObject, ICharacterBaseStatsWelcome)

Description

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

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);
Public class function Deserialize(Reader: TEoReader): TCharacterBaseStatsWelcome;

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 TCharacterBaseStatsWelcome object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to
Public class function Deserialize(Reader: TEoReader): TCharacterBaseStatsWelcome;

Deserializes an instance of TCharacterBaseStatsWelcome from the provided TEoReader.

Parameters
Reader
The reader that the object will be deserialized from
Returns

The deserialized object

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.