[ Version ( since = "3.58" ) ]
public void remove (Client client, string uid, string? rid)
Removes a component from the bag.
The function does nothing when the component is not part of the bag.
| this |
an ComponentBag |
| client |
an Client |
| uid |
a unique identifier of the component to remove |
| rid |
a recurrence ID of an instance, or null to remove all instances |