diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-11-20 23:59:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-20 23:59:56 +0000 |
commit | d082bdc9b3ea7007345bdef1121e986bdb4879ef (patch) | |
tree | 7e95798750a6036159de741cb60c0e7ccb5c598a /NorthstarDLL/NorthstarDLL.vcxproj | |
parent | 9e469ac28b610ecb8bce3e6c279660fae78861cf (diff) | |
download | NorthstarLauncher-d082bdc9b3ea7007345bdef1121e986bdb4879ef.tar.gz NorthstarLauncher-d082bdc9b3ea7007345bdef1121e986bdb4879ef.zip |
Add support for querying player userinfo cvars in script (#293)
* add support for querying player userinfo cvars in script
* bring up to date with main
* add more native methods for getting userinfo kvs of different types
* update to main and use new sqfunc macros
* Revert "update to main and use new sqfunc macros"
This reverts commit 2eacc00fcb99683731d1df3fc18e0359c5623ca1.
* use new macros for adding sq func
* improve formatting
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r-- | NorthstarDLL/NorthstarDLL.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index 98e3e182..57ffb9ad 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -630,6 +630,7 @@ <ClCompile Include="scriptmodmenu.cpp" />
<ClCompile Include="scriptserverbrowser.cpp" />
<ClCompile Include="modscriptsrson.cpp" />
+ <ClCompile Include="scriptuserinfo.cpp" />
<ClCompile Include="scriptutility.cpp" />
<ClCompile Include="serverauthentication.cpp" />
<ClCompile Include="miscserverscript.cpp" />
|