Skip to content

2017 API dlibrary.vectorworks.OnActivePluginReset

Dieter Geerts edited this page Sep 24, 2016 · 1 revision

dlibrary.vectorworks.OnActivePluginReset

Decorator for setting a reset callback with reset args for an event-enabled plugin.

(!) If you don't need the reset args, then use OnActivePluginEvent, as it creates more overhead for VW. The function which we decorate will execute first, to enable extra initialization prior to the callback.

Base classes

  • object The most base type

Constructor

__init__(self, callback: '(AbstractResetArgs) -> None')

Home

DLibrary for VW2017

PREVIOUS VERSIONS

Clone this wiki locally