TLoadLibraryEvent Type
Event type fired when the scripter is asked to load a library by name and default loading logic is insufficient.
Remarks
ALibraryName contains the requested library name.
ADefault indicates whether the library methods should be accessible globally (without name prefix).
Set ALibrary to the loaded library instance and Handled to True to prevent the default loading.
See TatCustomScripter.OnLoadLibrary.
Syntax
Unit: atScript