Skip to content

Commit

Permalink
Update RED4ext.SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
WopsS committed Sep 24, 2023
1 parent e22920e commit 1755988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/red4ext.sdk
Submodule red4ext.sdk updated 50 files
+100 −104 include/RED4ext/Addresses.hpp
+2 −0 include/RED4ext/Api/Runtime.hpp
+3 −1 include/RED4ext/Api/v0/Runtime.hpp
+13 −8 include/RED4ext/Callback.hpp
+14 −1 include/RED4ext/Dump/Reflection-inl.hpp
+39 −36 include/RED4ext/GameEngine.hpp
+6 −16 include/RED4ext/HashMap.hpp
+0 −16 include/RED4ext/IO/MemoryStream-inl.hpp
+0 −23 include/RED4ext/IO/MemoryStream.hpp
+3 −4 include/RED4ext/JobQueue-inl.hpp
+2 −2 include/RED4ext/Memory/Vault-inl.hpp
+10 −0 include/RED4ext/NativeTypes-inl.hpp
+4 −0 include/RED4ext/NativeTypes.hpp
+0 −1 include/RED4ext/RED4ext.hpp
+10 −0 include/RED4ext/RTTITypes-inl.hpp
+2 −0 include/RED4ext/RTTITypes.hpp
+21 −0 include/RED4ext/Relocation.hpp
+3 −1 include/RED4ext/ResourceLoader.hpp
+10 −0 include/RED4ext/ResourceReference.hpp
+1 −4 include/RED4ext/Scripting/CProperty.hpp
+2 −9 include/RED4ext/Scripting/Functions-inl.hpp
+17 −6 include/RED4ext/Scripting/IScriptable-inl.hpp
+6 −47 include/RED4ext/Scripting/IScriptable.hpp
+0 −23 include/RED4ext/Scripting/Natives/Generated/BaseGameEngine.hpp
+0 −22 include/RED4ext/Scripting/Natives/Generated/CBaseEngine.hpp
+0 −23 include/RED4ext/Scripting/Natives/Generated/CGameEngine.hpp
+1 −1 include/RED4ext/Scripting/Natives/Generated/DebugGameEngine.hpp
+1 −1 include/RED4ext/Scripting/Natives/Generated/FunctionalTestsGameEngine.hpp
+1 −1 include/RED4ext/Scripting/Natives/Generated/HeadlessGameEngine.hpp
+1 −1 include/RED4ext/Scripting/Natives/Generated/InternalFunctionalTestsGameEngine.hpp
+0 −18 include/RED4ext/Scripting/Natives/Generated/UpdateBucketEnum.hpp
+11 −0 include/RED4ext/Scripting/Natives/Generated/game/AttachmentSlotData.hpp
+11 −0 include/RED4ext/Scripting/Natives/Generated/game/IAttachmentSlotsListener.hpp
+11 −0 include/RED4ext/Scripting/Natives/Generated/game/ITransactionSystem.hpp
+1 −1 include/RED4ext/Scripting/Natives/Generated/game/ItemObject.hpp
+31 −0 include/RED4ext/Scripting/Natives/gameAttachmentSlotData.hpp
+94 −0 include/RED4ext/Scripting/Natives/gameIAttachmentSlotsListener-inl.hpp
+38 −0 include/RED4ext/Scripting/Natives/gameIAttachmentSlotsListener.hpp
+126 −0 include/RED4ext/Scripting/Natives/gameITransactionSystem.hpp
+4 −6 include/RED4ext/Scripting/OpcodeHandlers-inl.hpp
+21 −6 include/RED4ext/Scripting/Stack-inl.hpp
+8 −3 include/RED4ext/Scripting/Stack.hpp
+2 −2 include/RED4ext/Scripting/Utils-inl.hpp
+10 −0 include/RED4ext/TLS-inl.hpp
+19 −0 include/RED4ext/TLS.hpp
+1 −1 scripts/find_patterns.py
+111 −110 scripts/patterns.py
+2 −4 src/Scripting/Natives.cpp
+5 −0 src/Scripting/Natives/gameIAttachmentSlotsListener.cpp
+1 −1 src/TLS.cpp

0 comments on commit 1755988

Please sign in to comment.