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.
