bap 18 Share Posted April 5, 2021 public static boolean doesTutVarpEqual(int...varps) { for (int i : varps) { if (PlayerSettings.getConfig(0) == i) { //replace 0 with whatever config you need to get return true; } } return false; } Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now