Interface ISpell
Unit
Declaration
type ISpell = interface(IInterface)
Description
A spell known by the player
Attributes
- GUID['{DF2D7191-A899-5AA2-BCDA-753AF9AC0E60}']
Hierarchy
- IInterface
- ISpell
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetId: Cardinal; |
![]() |
procedure SetId(Id: Cardinal); |
![]() |
function GetLevel: Cardinal; |
![]() |
procedure SetLevel(Level: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
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
|
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.