1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00
Funkin/source/funkin/api/newgrounds
2023-11-07 04:04:22 -05:00
..
NGio.hx Reorganize a whole bunch of classes and perform syntax cleanup. 2023-11-07 04:04:22 -05:00
NgPrompt.hx Validated formatting of 203 HX files. 2023-06-08 16:30:45 -04:00
NGUnsafe.hx Applied new code style to source/ and assets/data/ 2023-01-22 22:25:45 -05:00
NGUtil.hx Reorganize a whole bunch of classes and perform syntax cleanup. 2023-11-07 04:04:22 -05:00
README.md Reorganize a whole bunch of classes and perform syntax cleanup. 2023-11-07 04:04:22 -05:00

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.