Class TSpell
Unit
Declaration
type TSpell = class(TInterfacedObject, ISpell)
Description
A spell known by the player
Hierarchy
- TInterfacedObject
- TSpell
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetId: Cardinal; |
![]() |
procedure SetId(Id: Cardinal); |
![]() |
function GetLevel: Cardinal; |
![]() |
procedure SetLevel(Level: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TSpell; |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Id: Cardinal read GetId write SetId; |
![]() |
property Level: Cardinal read GetLevel write SetLevel; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetId: Cardinal; |
This item has no description. |
![]() |
procedure SetId(Id: Cardinal); |
This item has no description. |
![]() |
function GetLevel: Cardinal; |
This item has no description. |
![]() |
procedure SetLevel(Level: Cardinal); |
This item has no description. |
![]() |
procedure Serialize(Writer: TEoWriter); |
Serializes this Parameters
|
![]() |
class function Deserialize(Reader: TEoReader): TSpell; |
Deserializes an instance of Parameters
ReturnsThe deserialized object |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
The size of the data that this object was deserialized from.
|
![]() |
property Id: Cardinal read GetId write SetId; |
|
![]() |
property Level: Cardinal read GetLevel write SetLevel; |
|
Generated by PasDoc 0.16.0-snapshot.