Class TEnf
Unit
Declaration
type TEnf = class(TInterfacedObject, IEnf)
Description
Endless NPC File
Hierarchy
- TInterfacedObject
- TEnf
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); |
![]() |
class function Deserialize(Reader: TEoReader): TEnf; |
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
|
![]() |
class function Deserialize(Reader: TEoReader): TEnf; |
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 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.