Skip to content

Commit

Permalink
Update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Dec 11, 2024
1 parent c9bc52c commit 69a04f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/RED4ext.SDK
Submodule RED4ext.SDK updated 71 files
+1 −0 include/RED4ext/Api/Runtime.hpp
+2 −1 include/RED4ext/Api/v0/Runtime.hpp
+2 −0 include/RED4ext/Memory/SharedPtr.hpp
+3,104 −0 include/RED4ext/Scripting/Natives.cpp
+26 −0 include/RED4ext/Scripting/Natives/Generated/FrameWidgetComponent.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/FunctionalTestsGameEngine.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/InternalFunctionalTestsGameEngine.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/RenderProxyCustomData_MiscMeshParams.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/SceneCustomData_DistantShadows.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/SceneCustomData_RainMap.hpp
+1 −1 include/RED4ext/Scripting/Natives/Generated/audio/AudioEventArray.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ent/events/ClothResetEvent.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/PhotoModeCameraObject.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/PhotoModeSystem.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/PhotomodeLightComponent.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/PhotomodeLightObject.hpp
+2 −0 include/RED4ext/Scripting/Natives/Generated/game/SimpleMessageType.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/CharacterRandomizationCategoriesList_Record.hpp
+32 −0 include/RED4ext/Scripting/Natives/Generated/game/data/CharacterRandomizationCategory.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/CharacterRandomizationCategoryUI_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/CharacterRandomizationCategory_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleAppearancesToColorTemplate_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleClearCoatOverrides_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleColorTemplate_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleCustomMultilayer_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleDecalAttachment_Record.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleOffer_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehiclePartsClearCoatOverrides_Record.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/data/VehicleVisualCustomizationPreviewSetup_Record.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/data/Vehicle_Record.hpp
+5 −5 include/RED4ext/Scripting/Natives/Generated/game/ui/AppearanceInfo.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/ChangeAspectRatioCallback.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/ChangeAspectRatioEvent.hpp
+4 −1 include/RED4ext/Scripting/Natives/Generated/game/ui/CharacterCustomizationInfo.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/ui/CharacterCustomizationSystem.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/CharacterRandomizationInfo.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/CharacterRandomizationParametersData.hpp
+3 −1 include/RED4ext/Scripting/Natives/Generated/game/ui/IndexedAppearanceDefinition.hpp
+3 −1 include/RED4ext/Scripting/Natives/Generated/game/ui/IndexedMorphName.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/game/ui/MorphInfo.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/NpcImageCallback.hpp
+1 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/PatchIntro.hpp
+6 −2 include/RED4ext/Scripting/Natives/Generated/game/ui/PhotoModeMenuController.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/SetNpcImageEvent.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/game/ui/SetSelectedNpcEvent.hpp
+5 −5 include/RED4ext/Scripting/Natives/Generated/game/ui/SwitcherInfo.hpp
+3 −1 include/RED4ext/Scripting/Natives/Generated/game/ui/SwitcherOption.hpp
+4 −3 include/RED4ext/Scripting/Natives/Generated/gsm/BaseRequestsHandler.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/DeleteScreenshotResult.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/FavoriteLoadResult.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/GalleryData.hpp
+28 −0 include/RED4ext/Scripting/Natives/Generated/ink/GalleryDataContainer.hpp
+34 −0 include/RED4ext/Scripting/Natives/Generated/ink/GameScreenshotInfo.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/GameScreenshotsRequestResult.hpp
+20 −12 include/RED4ext/Scripting/Natives/Generated/ink/ISystemRequestsHandler.hpp
+27 −0 include/RED4ext/Scripting/Natives/Generated/ink/MarketingConsentPopupTypeResult.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/ink/SystemNotificationsLayer.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/input/InputSystemWin32Game.hpp
+1 −1 include/RED4ext/Scripting/Natives/Generated/quest/AudioSwitchNodeType.hpp
+11 −1 include/RED4ext/Scripting/Natives/Generated/quest/ICharacterConditionType.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/rend/CaptureParameters.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/services/GameServices.hpp
+2 −2 include/RED4ext/Scripting/Natives/Generated/services/GameServicesWin.hpp
+26 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/MultilayerLoadingHandle.hpp
+29 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/VehicleAppearanceToDecalsName.hpp
+33 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/VehicleClearCoatOverrides.hpp
+35 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/VehicleCustomMultilayer.hpp
+31 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/VehicleCustomization.hpp
+30 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/VehicleDecalAttachmentData.hpp
+31 −0 include/RED4ext/Scripting/Natives/Generated/vehicle/VehiclePartsClearCoatOverrides.hpp
+24 −0 include/RED4ext/Scripting/Natives/questICharacterConditionType.hpp

0 comments on commit 69a04f2

Please sign in to comment.