Jump to content

OSBot API parameter names


Recommended Posts

Posted

I've noticed a lot of the parameter names for methods in the MethodProvider and Script classes are labeled as iiIIIiiIIIii by IntelliJ instead of their correct name.

eg. I would expect to see stop(logout: boolean) instead of stop(iiIIIiiIIIii: boolean)

It isn't causing any issues. I'm just curious as to why this is the case.

Thanks for any answers.

Posted
27 minutes ago, StaticSyntax said:

I've noticed a lot of the parameter names for methods in the MethodProvider and Script classes are labeled as iiIIIiiIIIii by IntelliJ instead of their correct name.

eg. I would expect to see stop(logout: boolean) instead of stop(iiIIIiiIIIii: boolean)

It isn't causing any issues. I'm just curious as to why this is the case.

Thanks for any answers.

This is because the client code is obfuscated

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...