nukescripts.misc.print_callback_info¶
-
nukescripts.misc.
print_callback_info
(verbose=False, callbackTypes=None)[source]¶ Returns a list of all currently active callbacks, with the following optional arguments:
verbose=False : prints the documentation as well as the callback callbackTypes=None : limit the callback info to a particular callback
type (e.g. [‘OnCreates’])