Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Registering the procedure is done using the dlCallbacks command:

Code Block
dlCallbacks dlCallbacks 
	-hook "AETemplateCustomContent"  
	-owner "myPlugin"  
	-addCallback "MyAECustomContentCallback";

...

The procedure can be unregistered using the dlCallbacks command:

Code Block
dlCallbacks 
	-hook "AETemplateCustomContent"  
	-owner "myPlugin"  
	-removeCallback "MyAECustomContentCallback";