Immediately remove a Bob from the gel list and the RastPort.
Source position: agraphics.pas line 2001
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. |