OnLibraryAdded Forward

Called after a library is added. A library is either a plugin name or extension name, as exposed via its include file.

void OnLibraryAdded(const char[] name)

Parameters

const char[] name

Library name.