WouldInject

Check if tinkr would have injected lua into the client (Sanity check mainly, if it would return false it wouldn't exist (probably))

WouldInject(): boolean

Example

Don't run rotation if we can't inject

if not WouldInject() then return end