Interface IServerSettings
Unit
Declaration
type IServerSettings = interface(IInterface)
Description
Settings sent with WELCOME_REPLY packet
Attributes
- GUID['{39C76980-3C91-5060-9DEC-0472EC07732D}']
Hierarchy
- IInterface
- IServerSettings
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetJailMap: Cardinal; |
![]() |
procedure _SetJailMap(JailMap: Cardinal); |
![]() |
function _GetRescueMap: Cardinal; |
![]() |
procedure _SetRescueMap(RescueMap: Cardinal); |
![]() |
function _GetRescueCoords: ICoords; |
![]() |
procedure _SetRescueCoords(RescueCoords: ICoords); |
![]() |
function _GetSpyAndLightGuideFloodRate: Cardinal; |
![]() |
procedure _SetSpyAndLightGuideFloodRate(SpyAndLightGuideFloodRate: Cardinal); |
![]() |
function _GetGuardianFloodRate: Cardinal; |
![]() |
procedure _SetGuardianFloodRate(GuardianFloodRate: Cardinal); |
![]() |
function _GetGameMasterFloodRate: Cardinal; |
![]() |
procedure _SetGameMasterFloodRate(GameMasterFloodRate: Cardinal); |
![]() |
function _GetHighGameMasterFloodRate: Cardinal; |
![]() |
procedure _SetHighGameMasterFloodRate(HighGameMasterFloodRate: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property JailMap: Cardinal read _GetJailMap write _SetJailMap; |
![]() |
property RescueMap: Cardinal read _GetRescueMap write _SetRescueMap; |
![]() |
property RescueCoords: ICoords read _GetRescueCoords write _SetRescueCoords; |
![]() |
property SpyAndLightGuideFloodRate: Cardinal read _GetSpyAndLightGuideFloodRate write _SetSpyAndLightGuideFloodRate; |
![]() |
property GuardianFloodRate: Cardinal read _GetGuardianFloodRate write _SetGuardianFloodRate; |
![]() |
property GameMasterFloodRate: Cardinal read _GetGameMasterFloodRate write _SetGameMasterFloodRate; |
![]() |
property HighGameMasterFloodRate: Cardinal read _GetHighGameMasterFloodRate write _SetHighGameMasterFloodRate; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetJailMap: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetJailMap(JailMap: Cardinal); |
|
This item has no description. | |
![]() |
function _GetRescueMap: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetRescueMap(RescueMap: Cardinal); |
|
This item has no description. | |
![]() |
function _GetRescueCoords: ICoords; |
|
This item has no description. | |
![]() |
procedure _SetRescueCoords(RescueCoords: ICoords); |
|
This item has no description. | |
![]() |
function _GetSpyAndLightGuideFloodRate: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetSpyAndLightGuideFloodRate(SpyAndLightGuideFloodRate: Cardinal); |
|
This item has no description. | |
![]() |
function _GetGuardianFloodRate: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetGuardianFloodRate(GuardianFloodRate: Cardinal); |
|
This item has no description. | |
![]() |
function _GetGameMasterFloodRate: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetGameMasterFloodRate(GameMasterFloodRate: Cardinal); |
|
This item has no description. | |
![]() |
function _GetHighGameMasterFloodRate: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetHighGameMasterFloodRate(HighGameMasterFloodRate: Cardinal); |
|
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 JailMap: Cardinal read _GetJailMap write _SetJailMap; |
|
| |
![]() |
property RescueMap: Cardinal read _GetRescueMap write _SetRescueMap; |
|
| |
![]() |
property RescueCoords: ICoords read _GetRescueCoords write _SetRescueCoords; |
|
This item has no description. | |
![]() |
property SpyAndLightGuideFloodRate: Cardinal read _GetSpyAndLightGuideFloodRate write _SetSpyAndLightGuideFloodRate; |
|
| |
![]() |
property GuardianFloodRate: Cardinal read _GetGuardianFloodRate write _SetGuardianFloodRate; |
|
| |
![]() |
property GameMasterFloodRate: Cardinal read _GetGameMasterFloodRate write _SetGameMasterFloodRate; |
|
| |
![]() |
property HighGameMasterFloodRate: Cardinal read _GetHighGameMasterFloodRate write _SetHighGameMasterFloodRate; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
