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

TAnimOb

Declaration

Source position: agraphics.pas line 423

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: TAUserStuff;

end;


Documentation generated on: 2023-03-18