Skip to content

Instantly share code, notes, and snippets.

@troys-code
Last active August 7, 2018 06:52
Show Gist options
  • Select an option

  • Save troys-code/8b7f2532b24f1b3c10c525198342fd5e to your computer and use it in GitHub Desktop.

Select an option

Save troys-code/8b7f2532b24f1b3c10c525198342fd5e to your computer and use it in GitHub Desktop.
public static class Helpers {
public static boolean isInCutscene() {
return Scene.isDynamic() || Game.getClient().isCameraLocked();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment