Skip to content

Commit

Permalink
Update for game version 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
Nats-ji committed Jun 20, 2023
1 parent a3e88d6 commit 8b4286c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/RED4ext.SDK
Submodule RED4ext.SDK updated 29 files
+1 −1 .github/workflows/build.yml
+1 −1 CMakeLists.txt
+101 −101 include/RED4ext/Addresses.hpp
+1 −0 include/RED4ext/Api/Runtime.hpp
+5 −0 include/RED4ext/Api/Sdk.hpp
+2 −1 include/RED4ext/Api/v0/Runtime.hpp
+37 −0 include/RED4ext/Api/v0/Scripts.hpp
+2 −0 include/RED4ext/Api/v0/Sdk.hpp
+1 −0 include/RED4ext/Api/v0/Version.hpp
+3 −3 include/RED4ext/Scripting/Natives/Generated/gsm/BaseRequestsHandler.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/AdditionalContentPurchaseCallback.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/AdditionalContentStatusUpdateCallback.hpp
+5 −3 include/RED4ext/Scripting/Natives/Generated/ink/CursorInfo.hpp
+8 −4 include/RED4ext/Scripting/Natives/Generated/ink/ISystemRequestsHandler.hpp
+35 −0 include/RED4ext/Scripting/Natives/Generated/ink/LanguageSpecificImagData.hpp
+5 −7 include/RED4ext/Scripting/Natives/Generated/ink/LanguageSpecificImageController.hpp
+1 −1 include/RED4ext/Scripting/Natives/Generated/quest/ICharacterConditionType.hpp
+1 −0 include/RED4ext/Scripting/Natives/Generated/quest/InjectLootOperationType.hpp
+4 −2 include/RED4ext/Scripting/Natives/Generated/quest/InjectLoot_NodeType.hpp
+6 −4 include/RED4ext/Scripting/Natives/Generated/quest/InjectLoot_NodeTypeParams.hpp
+6 −5 include/RED4ext/Scripting/Natives/Generated/quest/InjectLoot_NodeTypeParams_OperationData.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/quest/QuestsSystem.hpp
+4 −3 include/RED4ext/Scripting/Natives/Generated/rend/ScreenshotMode.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/services/GameServices.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/services/GameServicesGalaxy.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/services/GameServicesWin.hpp
+1 −1 include/RED4ext/Version.hpp
+1 −1 scripts/patterns.py
+3 −1 src/Scripting/Natives.cpp

0 comments on commit 8b4286c

Please sign in to comment.