Interface IEnf
Unit
Declaration
type IEnf = interface(IInterface)
Description
Endless NPC File
Attributes
- GUID['{82342C1C-D718-543F-9FE9-17367C76723A}']
Hierarchy
- IInterface
- IEnf
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetRid: TArray<Cardinal>; |
![]() |
procedure SetRid(Rid: TArray<Cardinal>); |
![]() |
function GetTotalNpcsCount: Cardinal; |
![]() |
procedure SetTotalNpcsCount(TotalNpcsCount: Cardinal); |
![]() |
function GetVersion: Cardinal; |
![]() |
procedure SetVersion(Version: Cardinal); |
![]() |
function GetNpcs: TArray<IEnfRecord>; |
![]() |
procedure SetNpcs(Npcs: TArray<IEnfRecord>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Rid: TArray<Cardinal> read GetRid write SetRid; |
![]() |
property TotalNpcsCount: Cardinal read GetTotalNpcsCount write SetTotalNpcsCount; |
![]() |
property Version: Cardinal read GetVersion write SetVersion; |
![]() |
property Npcs: TArray<IEnfRecord> read GetNpcs write SetNpcs; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetRid: TArray<Cardinal>; |
This item has no description. |
![]() |
procedure SetRid(Rid: TArray<Cardinal>); |
This item has no description. |
![]() |
function GetTotalNpcsCount: Cardinal; |
This item has no description. |
![]() |
procedure SetTotalNpcsCount(TotalNpcsCount: Cardinal); |
This item has no description. |
![]() |
function GetVersion: Cardinal; |
This item has no description. |
![]() |
procedure SetVersion(Version: Cardinal); |
This item has no description. |
![]() |
function GetNpcs: TArray<IEnfRecord>; |
This item has no description. |
![]() |
procedure SetNpcs(Npcs: TArray<IEnfRecord>); |
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 Rid: TArray<Cardinal> read GetRid write SetRid; |
|
![]() |
property TotalNpcsCount: Cardinal read GetTotalNpcsCount write SetTotalNpcsCount; |
|
![]() |
property Version: Cardinal read GetVersion write SetVersion; |
|
![]() |
property Npcs: TArray<IEnfRecord> read GetNpcs write SetNpcs; |
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.