Skip to content

Commit

Permalink
Update red4ext dependency for 2.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Feb 12, 2024
1 parent 5039898 commit c398c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/red4ext/deps/red4ext.sdk
Submodule red4ext.sdk updated 39 files
+96 −96 include/RED4ext/Addresses.hpp
+1 −0 include/RED4ext/Api/Runtime.hpp
+2 −1 include/RED4ext/Api/v0/Runtime.hpp
+26 −0 include/RED4ext/Scripting/Natives/Generated/AI/RunAwayFromPlayerCommand.hpp
+7 −6 include/RED4ext/Scripting/Natives/Generated/AI/VehicleOnSplineCommand.hpp
+7 −6 include/RED4ext/Scripting/Natives/Generated/AI/VehicleRacingCommand.hpp
+2 −1 include/RED4ext/Scripting/Natives/Generated/AI/VehicleToNodeCommand.hpp
+7 −6 include/RED4ext/Scripting/Natives/Generated/AI/behavior/DriveRacingTreeNodeDefinition.hpp
+2 −1 include/RED4ext/Scripting/Natives/Generated/AI/behavior/DriveToNodeTreeNodeDefinition.hpp
+5 −3 include/RED4ext/Scripting/Natives/Generated/audio/MeleeWeaponConfiguration.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/cp/PlayerSystem.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/DynamicEntityHandler.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/DynamicSpawnSystem.hpp
+26 −0 include/RED4ext/Scripting/Natives/Generated/game/EffectObjectFilter_HitRepresentation_Quickhack.hpp
+2 −1 include/RED4ext/Scripting/Natives/Generated/game/ItemModParams.hpp
+4 −2 include/RED4ext/Scripting/Natives/Generated/game/JournalCodexGroup.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/RazerChromaEffectsSystem.hpp
+4 −4 include/RED4ext/Scripting/Natives/Generated/game/audio/events/HitEvent.hpp
+69 −68 include/RED4ext/Scripting/Natives/Generated/game/data/ItemType.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/data/StatusEffectPrereq_Record.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/data/Vehicle_Record.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/ui/WorldMappinsContainerController.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/SelectItemIndexEvent.hpp
+1 −0 include/RED4ext/Scripting/Natives/Generated/quest/CameraPlanesPreset.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/quest/JoinTraffic_NodeType.hpp
+1 −2 include/RED4ext/Scripting/Natives/Generated/quest/JournalNodeDefinition.hpp
+7 −6 include/RED4ext/Scripting/Natives/Generated/quest/ParamRubberbanding.hpp
+29 −0 include/RED4ext/Scripting/Natives/Generated/quest/PlayRazerAnimation_NodeTypeParams.hpp
+33 −0 include/RED4ext/Scripting/Natives/Generated/quest/RazerAnimation_NodeType.hpp
+29 −0 include/RED4ext/Scripting/Natives/Generated/quest/SetIdleRazerAnimation_NodeTypeParams.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/quest/StopRazerAnimation_NodeTypeParams.hpp
+2 −1 include/RED4ext/Scripting/Natives/Generated/quest/vehicle/ToNodeParams.hpp
+2 −1 include/RED4ext/Scripting/Natives/Generated/text/WrappingInfo.hpp
+24 −22 include/RED4ext/Scripting/Natives/Generated/vehicle/AutonomousData.hpp
+13 −13 include/RED4ext/Scripting/Natives/gameIAttachmentSlotsListener.hpp
+23 −21 include/RED4ext/Scripting/Natives/gameITransactionSystem.hpp
+1 −1 scripts/find_patterns.py
+7 −7 scripts/patterns.py
+3 −0 src/Scripting/Natives.cpp

0 comments on commit c398c8c

Please sign in to comment.