mirror of
https://github.com/ApfelTeeSaft/FunkinMP.git
synced 2026-09-02 19:19:22 +00:00
10 lines
472 B
Markdown
10 lines
472 B
Markdown
# 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.
|