disguise developers

Designer Plugins

Plugins for Disguise Designer software.

ActiveEditorManager

Manages active GUI editor windows for Resources.

All machines need to check if it’s OK to open an editor window for a certain Resource. They know this, because all machines share a list of the Resource Editors that they have open. This is only required for editor windows that are exclusive across a session on the d3net.

Base class: Resource

Methods

activeGuiEditors(self, res: Resource) -> List[str]

sendActiveGuiEditor(self, res: Resource, onOff: bool)