1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-07-04 17:56:24 +00:00
Funkin/source/funkin/api/newgrounds
2023-10-17 00:38:28 -04:00
..
NgPrompt.hx
NGUnsafe.hx
NGUtil.hx index on rewrite/bugfix/pause-and-results-fixes: 9b8fc872 song diff menu sort 2023-10-17 00:38:28 -04:00
README.md

funkin.api.newgrounds

This package contains two main classes:

  • NGUtil contains utility functions for interacting with the Newgrounds API.
    • This includes any functions which scripts should be able to use, such as retrieving achievement status.
  • NGUnsafe contains sensitive utility functions for interacting with the Newgrounds API.
    • This includes any functions which scripts should not be able to use, such as writing high scores or posting achievements.