Immediately remove a Bob from the gel list and the RastPort.
Source position: agraphics.pas line 2372
procedure RemIBob( |
bob: pBob; |
rp: pRastPort; |
vp: pViewPort |
); |
bob |
|
A pointer to the Bob to be removed |
rp |
|
A pointer to the RastPort if the Bob is to be erased |
vp |
|
A pointer to the ViewPort for beam-synchronizing |
Removes a Bob immediately by uncoupling it from the gel list and erases it from the RastPort.
|
initialize a gel list; must be called before using gels. |
|
|
Remove a VSprite from the current gel list. |