Interface IInnQuestionRecord

Unit

Declaration

type IInnQuestionRecord = interface(IInterface)

Description

Record of a question and answer that the player must answer to register citizenship with an inn

Attributes
GUID['{0C31670B-956C-5666-A1FE-FA2BFB8D57B9}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetQuestion: string;
Public procedure SetQuestion(Question: string);
Public function GetAnswer: string;
Public procedure SetAnswer(Answer: string);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Question: string read GetQuestion write SetQuestion;
Public property Answer: string read GetAnswer write SetAnswer;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetQuestion: string;

This item has no description.

Public procedure SetQuestion(Question: string);

This item has no description.

Public function GetAnswer: string;

This item has no description.

Public procedure SetAnswer(Answer: string);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IInnQuestionRecord object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property Question: string read GetQuestion write SetQuestion;

Note
Length must be 252 or less

Public property Answer: string read GetAnswer write SetAnswer;

Note
Length must be 252 or less


Generated by PasDoc 0.16.0-snapshot.