February 26, 201510 yr Enable/Disable mouse input. I can't seem to find it in the api? Thanks in advance Edited February 26, 201510 yr by Reid
February 26, 201510 yr getBot().setHumanInputEnabled(true); //Enable getBot().setHumanInputEnabled(false); //Disable Edited February 26, 201510 yr by Soldtodie
February 26, 201510 yr Author getBot().setHumanInputEnabled(true); //Enable getBot().setHumanInputEnabled(false); //Disable Thanks @Soldtodie
Create an account or sign in to comment