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

TAnimOb

Declaration

Source position: agraphics.pas line 696

type TAnimOb = record

  NextOb: PAnimOb;

  

Next Bob

  PrevOb: PAnimOb;

  

Previous Bob

  Clock: LongInt;

  

Number of calls to Animate this AnimOb has endured

  AnOldY: SmallInt;

  

Old y coordinate

  AnOldX: SmallInt;

  

Old x coordinate

  AnY: SmallInt;

  

y coordinate of the AnimOb

  AnX: SmallInt;

  

x coordinate of the AnimOb

  YVel: SmallInt;

  

Velocity of this object in y direction

  XVel: SmallInt;

  

Velocity of this object in x direction

  YAccel: SmallInt;

  

Acceleration of this object in y direction

  XAccel: SmallInt;

  

Acceleration of this object in x direction

  RingYTrans: SmallInt;

  

Ring translation y value

  RingXTrans: SmallInt;

  

Ring translation x values

  AnimORoutine: Pointer;

  

Pointer of special animation procedure

  HeadComp: PAnimComp;

  

Pointer to first component

  AUserExt: SmallInt;

  

AnimOb user extension

end;


Documentation generated on: 2021-07-30