#include <packets.h>
Inheritance diagram for cPacketAnim:

Public Methods | |
| cPacketAnim () | |
Public Attributes | |
| Serial | chr |
| serial of the character | |
| UI16 | mov |
| movement model ( see note ) | |
| UI08 | unk |
| unknown ( 0x00 ) | |
| UI08 | dir |
| direction | |
| UI16 | repeat |
| ( 0=repeat forever, 1=once, 2=twice, ?n=n times? ) | |
| UI08 | wards |
| forward/backwards ( 0=forward, 1=backwards ) | |
| UI08 | flag |
| repeat flag ( 0=Don't repeat, 1=repeat ) | |
| UI08 | deelay |
| frame delay ( 0x00=fastest, 0xFF=too slow to watch ) | |
|
|
|
|
|
serial of the character
|
|
|
frame delay ( 0x00=fastest, 0xFF=too slow to watch )
|
|
|
direction
|
|
|
repeat flag ( 0=Don't repeat, 1=repeat )
|
|
|
movement model ( see note )
|
|
|
( 0=repeat forever, 1=once, 2=twice, ?n=n times? )
|
|
|
unknown ( 0x00 )
|
|
|
forward/backwards ( 0=forward, 1=backwards )
|