Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 772 Bytes

File metadata and controls

34 lines (20 loc) · 772 Bytes

NAME

RemIBob -- Immediately remove a Bob from the gel list and the RastPort.

SYNOPSIS

    RemIBob(bob, rp, vp)
            A0   A1  A2

    void RemIBob(struct Bob *, struct RastPort *, struct ViewPort *);

Links: Bob RastPort ViewPort

FUNCTION

Removes a Bob immediately by uncoupling it from the gel list and erases it from the RastPort.

INPUTS

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

RESULT

BUGS

SEE ALSO

InitGels RemVSprite graphics/gels.h