CWait( c , v , h )
LONG CWait( struct UCopList *, WORD, WORD)
Include a instruction to wait for vertical beam position v and horizontal position h to this intermediate copper list. You should also call
CBump(c) afterwards to increment the user copper list instruction pointer, or use the
CWAIT() macro in first place.
A boolean success indicator. Returns non-zero if there was still room in the user copper list to include the move, FALSE if the user copper list is full.
Versions prior to V47 did not provide a return code, though may have failed. User waiting for horizontal values of greater than 222 decimal is illegal.