[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

CWAIT1

Append copper wait instruction to user copper list.

Declaration

Source position: agraphics.pas line 2320

procedure CWAIT1(

  c: PUCopList;

  a: SmallInt;

  b: SmallInt

);

Description

Add instruction to wait for vertical beam position v and horizontal position h to this intermediate copper list. This is actually a wrapper function that calls CWait(c,v,h) and then calls CBump(c) to bump the local pointer to the next instruction.

See also

CWAIT

  

Append copper wait instruction to user copper list.

CMOVE

  

Append copper move instruction to user copper list.

CEND

  

Terminate user copper list.

CBUMP

  

Increment user copper list pointer (bump to next position in list).


Documentation generated on: 2017-01-10