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

TVSprite

Declaration

Source position: agraphics.pas line 340

type TVSprite = record

  NextVSprite: PVSprite;

  PrevVSprite: PVSprite;

  IntVSprite: PVSprite;

  ClearPath: PVSprite;

  OldY: SmallInt;

  OldX: SmallInt;

  Flags: SmallInt;

  Y: SmallInt;

  X: SmallInt;

  Height: SmallInt;

  Width: SmallInt;

  Depth: SmallInt;

  MeMask: SmallInt;

  HitMask: SmallInt;

  ImageData: PSmallInt;

  BorderLine: PSmallInt;

  CollMask: PSmallInt;

  SprColors: PSmallInt;

  VSBob: PBob;

  PlanePick: ShortInt;

  PlaneOnOff: ShortInt;

  VUserExt: TVUserStuff;

end;


Documentation generated on: 2023-03-18