Checks if injection has been successful by verifying if there are any clients connected.
Usage:
IsInjected()
Example:
bool isInjected = Api.External.IsInjected(); Console.WriteLine(isInjected ? "Injected!" : "Not Injected!");
Last updated 11 days ago