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.