ImportScriptLib method
- Last UpdatedJul 23, 2024
- 1 minute read
Import a script library.
Class
IGalaxy
Syntax
[C#]
void ImportScriptLib(
string path
);
[Visual C++]
HRESULT ImportScriptLib(
[in] BSTR path
);
Parameters
path
Path to the .aaslib file.
Import a script library.
IGalaxy
[C#]
void ImportScriptLib(
string path
);
[Visual C++]
HRESULT ImportScriptLib(
[in] BSTR path
);
path
Path to the .aaslib file.