Interface IEffectUseServerPacketEffectDataQuake
Unit
Declaration
type IEffectUseServerPacketEffectDataQuake = interface(IEffectUseServerPacketEffectData)
Description
Data associated with IEffectUseServerPacket.Effect
value 1
.
Hierarchy
- IInterface
- IEffectUseServerPacketEffectData
- IEffectUseServerPacketEffectDataQuake
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetQuakeStrength: Cardinal; |
|
procedure SetQuakeStrength(QuakeStrength: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property QuakeStrength: Cardinal read GetQuakeStrength write SetQuakeStrength; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. Attributes
|
function GetQuakeStrength: Cardinal; |
|
This item has no description. |
procedure SetQuakeStrength(QuakeStrength: 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 QuakeStrength: Cardinal read GetQuakeStrength write SetQuakeStrength; |
|
|
Generated by PasDoc 0.16.0-snapshot.