aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/NorthstarDLL.vcxproj.filters
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-11-20 23:59:56 +0000
committerGitHub <noreply@github.com>2022-11-20 23:59:56 +0000
commitd082bdc9b3ea7007345bdef1121e986bdb4879ef (patch)
tree7e95798750a6036159de741cb60c0e7ccb5c598a /NorthstarDLL/NorthstarDLL.vcxproj.filters
parent9e469ac28b610ecb8bce3e6c279660fae78861cf (diff)
downloadNorthstarLauncher-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.filters')
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj.filters b/NorthstarDLL/NorthstarDLL.vcxproj.filters
index 7e13234e..164d80b8 100644
--- a/NorthstarDLL/NorthstarDLL.vcxproj.filters
+++ b/NorthstarDLL/NorthstarDLL.vcxproj.filters
@@ -1721,6 +1721,9 @@
<ClCompile Include="keyvalues.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="scriptuserinfo.cpp">
+ <Filter>Source Files\Server\Scripted</Filter>
+ </ClCompile>
<ClCompile Include="color.cpp">
<Filter>Source Files\Math</Filter>
</ClCompile>