Docs » Autodocs » graphics.library » RemIBob
RemIBob -- Immediately remove a Bob from the gel list and the RastPort.
RemIBob(bob, rp, vp) A0 A1 A2 void RemIBob(struct Bob *, struct RastPort *, struct ViewPort *);
Removes a Bob immediately by uncoupling it from the gel list and erases it from the RastPort.
bob = pointer to the Bob to be removed rp = pointer to the RastPort if the Bob is to be erased vp = pointer to the ViewPort for beam-synchronizing
InitGels(), RemVSprite(), <graphics/gels.h>
|