ISubscription#

class carb.events.ISubscription#

Bases: pybind11_object

Subscription holder.

Methods

__init__(*args, **kwargs)

unsubscribe(self)

Unsubscribes this subscription.

Attributes

enabled

Enable status of this subscription.

name

Returns the name of this subscription.

order

Order of this subscription.

__init__(*args, **kwargs)#
unsubscribe(
self: carb.events._events.ISubscription,
) None#

Unsubscribes this subscription.

property enabled#

Enable status of this subscription.

property name#

Returns the name of this subscription.

Returns:

The name of this subscription.

property order#

Order of this subscription.