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.