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

tVSprite

Declaration

Source position: agraphics.pas line 643

type tVSprite = record

  NextVSprite: pVSprite;

  PrevVSprite: pVSprite;

  DrawPath: pVSprite;

  ClearPath: pVSprite;

  OldY: SmallInt;

  OldX: SmallInt;

  Flags: SmallInt;

  Y: SmallInt;

  X: SmallInt;

  Height: SmallInt;

  Width: SmallInt;

  Depth: SmallInt;

  MeMask: SmallInt;

  HitMask: SmallInt;

  ImageData: Pointer;

  BorderLine: Pointer;

  CollMask: Pointer;

  SprColors: Pointer;

  VSBob: Pointer;

  PlanePick: ShortInt;

  PlaneOnOff: ShortInt;

  VUserExt: VUserStuff;

end;


Documentation generated on: 2023-03-18