Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

cPacketEffect Class Reference

Graphical Effect. More...

#include <packets.h>

Inheritance diagram for cPacketEffect:

cServerPacket cPacket List of all members.

Public Methods

 cPacketEffect ()

Public Attributes

UI08 dir
 direction type ( see note )

Serial chr
 serial of source character

Serial target
 serial of target character

UI16 model
 model of the first frame of the effect

UI16 sx
 x Location of source

UI16 sy
 y Location of source

SI08 sz
 z Location of source

UI16 tx
 x Location of target

UI16 ty
 y Location of target

SI08 tz
 z Location of target

UI08 speed
 speed of the animation

UI08 duration
 duration ( 0=really long, 1=shortest )

UI16 unk
 unknown (0 works)

UI08 direct
 no adjust direction during animation ( 0=yes, else no ) ( ?is bool?)

UI08 explode
 explode on impact


Detailed Description

Graphical Effect.

Author:
Endymion
Since:
0.83
Note:
0x70
direction type 0=go from source to dest 1=lightning strike at source 2=stay at current x,y,z 3=stay with current source character id


Constructor & Destructor Documentation

cPacketEffect::cPacketEffect  
 


Member Data Documentation

Serial cPacketEffect::chr
 

serial of source character

UI08 cPacketEffect::dir
 

direction type ( see note )

UI08 cPacketEffect::direct
 

no adjust direction during animation ( 0=yes, else no ) ( ?is bool?)

UI08 cPacketEffect::duration
 

duration ( 0=really long, 1=shortest )

UI08 cPacketEffect::explode
 

explode on impact

UI16 cPacketEffect::model
 

model of the first frame of the effect

UI08 cPacketEffect::speed
 

speed of the animation

UI16 cPacketEffect::sx
 

x Location of source

UI16 cPacketEffect::sy
 

y Location of source

SI08 cPacketEffect::sz
 

z Location of source

Serial cPacketEffect::target
 

serial of target character

UI16 cPacketEffect::tx
 

x Location of target

UI16 cPacketEffect::ty
 

y Location of target

SI08 cPacketEffect::tz
 

z Location of target

UI16 cPacketEffect::unk
 

unknown (0 works)


The documentation for this class was generated from the following files: SourceForge.net Logo