nwnxee / unified

Binaries available under the Releases tab on Github
https://nwnxee.github.io/unified
GNU General Public License v3.0
129 stars 92 forks source link

CServerExoAppInternal__SetPauseState missing in .35 API #1624

Open Shad000w opened 1 year ago

Shad000w commented 1 year ago

.35 still allows to save game, but I no longer see this function anywhere. Is it a bug in API or NWN-EE changed the way how savegame works?

Daztek commented 1 year ago

SetPauseState is here: https://github.com/nwnxee/unified/blob/master/NWNXLib/API/API/CServerExoAppInternal.hpp#L228

If you mean CServerExoAppInternal::SaveGame, the mangled name is in FunctionsLinux.hpp, I don't know why the func decl isn't in the api

Shad000w commented 1 year ago

Yeah I meant SaveGame, for some reason I copypasted function name of the hook above SaveGame.