diff options
author | Emma Miler <emma.pi@protonmail.com> | 2023-04-11 20:49:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 20:49:35 +0200 |
commit | db2434b524c284913c91556c75ff1ebd4226c96e (patch) | |
tree | 878b21866830ae4c6cc78963d7e93689ae16028c /.github | |
parent | 7ec5413c0e71300814350164c69e6452136bd4cd (diff) | |
download | NorthstarMods-db2434b524c284913c91556c75ff1ebd4226c96e.tar.gz NorthstarMods-db2434b524c284913c91556c75ff1ebd4226c96e.zip |
New presence code for plugins v2 (#532)
* test
* Update cl_presence.nut
* Update Northstar.Client/mod/scripts/vscripts/presence/ui_presence.nut
* Apply suggestions from code review
* New scripts
* fix playlist and add native funcs to build
* remove snake cases from GameStateStruct
* I forgor
---------
Co-authored-by: cat_or_not <41955154+catornot@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/nativefuncs.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/nativefuncs.json b/.github/nativefuncs.json index 50bba0e5..f52a969c 100644 --- a/.github/nativefuncs.json +++ b/.github/nativefuncs.json @@ -325,6 +325,12 @@ "helpText":"Whether or not HTTP requests can be made to a private network address. You can enable this by starting the game with -allowlocalhttp.", "returnTypeString":"bool", "argTypes":"" + }, + { + "name":"NSPushGameStateData", + "helpText":"", + "returnTypeString":"void", + "argTypes":"struct gamestate" } ], "UI":[ @@ -639,6 +645,12 @@ "helpText":"Whether or not HTTP requests can be made to a private network address. You can enable this by starting the game with -allowlocalhttp.", "returnTypeString":"bool", "argTypes":"" + }, + { + "name":"NSPushUIPresence", + "helpText":"", + "returnTypeString":"void", + "argTypes":"struct presence" } ] }
\ No newline at end of file |