Class TTalkRecord
Unit
Declaration
type TTalkRecord = class(TInterfacedObject, ITalkRecord)
Description
Record of Talk data in an Endless Talk File
Hierarchy
- TInterfacedObject
- TTalkRecord
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetNpcId: Cardinal; |
![]() |
procedure _SetNpcId(NpcId: Cardinal); |
![]() |
function _GetRate: Cardinal; |
![]() |
procedure _SetRate(Rate: Cardinal); |
![]() |
function _GetMessages: TArray<ITalkMessageRecord>; |
![]() |
procedure _SetMessages(Messages: TArray<ITalkMessageRecord>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TTalkRecord; |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property NpcId: Cardinal read _GetNpcId write _SetNpcId; |
![]() |
property Rate: Cardinal read _GetRate write _SetRate; |
![]() |
property Messages: TArray<ITalkMessageRecord> read _GetMessages write _SetMessages; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetNpcId: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetNpcId(NpcId: Cardinal); |
|
This item has no description. | |
![]() |
function _GetRate: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetRate(Rate: Cardinal); |
|
This item has no description. | |
![]() |
function _GetMessages: TArray<ITalkMessageRecord>; |
|
This item has no description. | |
![]() |
procedure _SetMessages(Messages: TArray<ITalkMessageRecord>); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
![]() |
class function Deserialize(Reader: TEoReader): TTalkRecord; |
|
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 NpcId: Cardinal read _GetNpcId write _SetNpcId; |
|
ID of the NPC that will talk
| |
![]() |
property Rate: Cardinal read _GetRate write _SetRate; |
|
Chance that the NPC will talk (0-100)
| |
![]() |
property Messages: TArray<ITalkMessageRecord> read _GetMessages write _SetMessages; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
