Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tBob

Blitter object

Declaration

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;


Documentation generated on: 2021-07-30