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.
