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

TCopIns

Copper structure

Declaration

Source position: agraphics.pas line 293

type TCopIns = record

  OpCode: SmallInt;

  

0 = move, 1 = wait

  case SmallInt of

    0: (

        NxtList: PCopList;

  

      );

    1: (

        DestAddr: SmallInt;

  

destination Pointer

        DestData: SmallInt;

  

data to send

      );

    2: (

        VWaitPos: SmallInt;

  

vertical wait position

        HWaitPos: SmallInt;

  

horizontal wait position

      );

end;


Documentation generated on: 2021-07-30