Blitter object
Source position: agraphics.pas line 742
type tBob = record |
||
Flags: SmallInt; |
|
General purpose flags |
SaveBuffer: Pointer; |
|
Pointer to the buffer for background save |
ImageShadow: Pointer; |
|
Pointer to the buffer for background save |
Before: pBob; |
|
Draw this Bob before Bob pointed to by before |
After: pBob; |
|
Draw this Bob after Bob pointed to by after |
BobVSprite: pVSprite; |
|
This Bob's VSprite definition |
BobComp: Pointer; |
|
PAnimComp pointer to this Bob's AnimComp def |
DBuffer: Pointer; |
|
Pointer to this Bob's dBuf packet |
BUserExt: SmallInt; |
|
Bob user extension |
end; |