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

tAnimOb

Declaration

Source position: agraphics.pas line 816

type tAnimOb = record

  NextOb: pAnimOb;

  PrevOb: pAnimOb;

  Clock: LongInt;

  AnOldY: SmallInt;

  AnOldX: SmallInt;

  AnY: SmallInt;

  AnX: SmallInt;

  YVel: SmallInt;

  XVel: SmallInt;

  YAccel: SmallInt;

  XAccel: SmallInt;

  RingYTrans: SmallInt;

  RingXTrans: SmallInt;

  AnimORoutine: Pointer;

  HeadComp: pAnimComp;

  AUserExt: AUserStuff;

end;


Documentation generated on: 2023-03-18