Allocates and initializes copperlist structures and buffers internal to UCopList structure.
Source position: agraphics.pas line 2141
function UCopperListInit( |
Ucl: PUCopList; |
n: SmallInt |
):PCopList; |
Ucl |
|
A pointer to a UCopList structure. Must not be NULL! |
|
Initialize user copperlist to accept intermediate user copper instructions. |
|
|
Append copper move instruction to user copper list. |
|
|
Append copper wait instruction to user copper list. |
|
|
Terminate user copper list. |