IsPluginDebugging
Retrieves whether or not a plugin is being debugged.
native bool IsPluginDebugging(Handle plugin)Parameters
Plugin Handle (INVALID_HANDLE uses the calling plugin).
Return Value
bool True if being debugged, false otherwise.Error
Invalid Handle.