Make functions with external calls async

Except for LoadInteriorRefList which seems to be causing a crash if I make it async.
This commit is contained in:
2020-10-15 23:41:39 -04:00
parent 7fb30a892d
commit 5afc919f03
11 changed files with 210 additions and 36 deletions

View File

@@ -1,3 +1,3 @@
#pragma once
int CreateOwner(RE::StaticFunctionTag*, RE::BSFixedString api_url, RE::BSFixedString api_key, RE::BSFixedString name, uint32_t mod_version);
bool CreateOwner(RE::StaticFunctionTag*, RE::BSFixedString api_url, RE::BSFixedString api_key, RE::BSFixedString name, uint32_t mod_version, RE::TESQuest* quest);