gitextract_mup7u2x1/ ├── README.md ├── bakkes_patchplugin.py ├── include/ │ ├── bakkesmod/ │ │ ├── core/ │ │ │ ├── bot_loadout_structs.h │ │ │ ├── compiler_toggles.h │ │ │ ├── custom_decals_structs.h │ │ │ ├── http_structs.h │ │ │ ├── loadout_structs.h │ │ │ └── replay_structs.h │ │ ├── plugin/ │ │ │ ├── PluginSettingsWindow.h │ │ │ ├── bakkesmodplugin.h │ │ │ ├── bakkesmodsdk.h │ │ │ ├── botplugin.h │ │ │ └── pluginwindow.h │ │ ├── utilities/ │ │ │ ├── DecalUtilities.h │ │ │ └── LoadoutUtilities.h │ │ └── wrappers/ │ │ ├── AIControllerWrapper.h │ │ ├── CareerStatsWrapper.h │ │ ├── ControllerWrapper.h │ │ ├── Engine/ │ │ │ ├── ActorWrapper.h │ │ │ ├── EngineTAWrapper.h │ │ │ ├── EnumWrapper.h │ │ │ ├── ObjectWrapper.h │ │ │ ├── UnrealStringWrapper.h │ │ │ └── WorldInfoWrapper.h │ │ ├── GameEvent/ │ │ │ ├── GameEditorWrapper.h │ │ │ ├── GameEventWrapper.h │ │ │ ├── GameSettingPlaylistWrapper.h │ │ │ ├── ReplayDirectorWrapper.h │ │ │ ├── ReplaySoccarWrapper.h │ │ │ ├── ReplayWrapper.h │ │ │ ├── SaveData/ │ │ │ │ ├── GameEditorSaveDataWrapper.h │ │ │ │ ├── SaveDataWrapper.h │ │ │ │ └── TrainingEditorSaveDataWrapper.h │ │ │ ├── ServerWrapper.h │ │ │ ├── TeamGameEventWrapper.h │ │ │ ├── TrainingEditorWrapper.h │ │ │ └── TutorialWrapper.h │ │ ├── GameObject/ │ │ │ ├── BallBreakoutWrapper.h │ │ │ ├── BallGodWrapper.h │ │ │ ├── BallHauntedWrapper.h │ │ │ ├── BallWrapper.h │ │ │ ├── BaseCameraWrapper.h │ │ │ ├── BoostPickupWrapper.h │ │ │ ├── BreakOutActorPlatformWrapper.h │ │ │ ├── CameraSettingsActorWrapper.h │ │ │ ├── CameraStates/ │ │ │ │ ├── CameraStateBlenderWrapper.h │ │ │ │ ├── CameraStateCarRefWrapper.h │ │ │ │ ├── CameraStateCarWrapper.h │ │ │ │ ├── CameraStateWrapper.h │ │ │ │ └── CameraStateXWrapper.h │ │ │ ├── CameraWrapper.h │ │ │ ├── CameraXWrapper.h │ │ │ ├── CarComponent/ │ │ │ │ ├── AirControlComponentWrapper.h │ │ │ │ ├── BoostWrapper.h │ │ │ │ ├── CarComponentWrapper.h │ │ │ │ ├── DodgeComponentWrapper.h │ │ │ │ ├── DoubleJumpComponentWrapper.h │ │ │ │ ├── FlipCarComponentWrapper.h │ │ │ │ ├── JumpComponentWrapper.h │ │ │ │ ├── PrimitiveComponentWrapper.h │ │ │ │ ├── VehicleSimWrapper.h │ │ │ │ └── WheelWrapper.h │ │ │ ├── CarWrapper.h │ │ │ ├── ClubDetailsWrapper.h │ │ │ ├── ClubSettingsWrapper.h │ │ │ ├── FXActorWrapper.h │ │ │ ├── GoalHoopsWrapper.h │ │ │ ├── GoalWrapper.h │ │ │ ├── MapDataWrapper.h │ │ │ ├── MapListWrapper.h │ │ │ ├── MeshComponents/ │ │ │ │ ├── CarMeshComponentBaseWrapper.h │ │ │ │ ├── MeshComponentWrapper.h │ │ │ │ └── SkeletalMeshComponentWrapper.h │ │ │ ├── PerformanceStats/ │ │ │ │ ├── InputBufferGraphWrapper.h │ │ │ │ ├── NetStatGraphWrapper.h │ │ │ │ ├── PerfStatGraphWrapper.h │ │ │ │ ├── SampleHistoryWrapper.h │ │ │ │ ├── SampleRecordSettingsWrapper.h │ │ │ │ ├── StartGraphSystemWrapper.h │ │ │ │ ├── StatGraphSystemWrapper.h │ │ │ │ └── StatGraphWrapper.h │ │ │ ├── PhysicalMaterialPropertyWrapper.h │ │ │ ├── PlayerReplicationInfoWrapper.h │ │ │ ├── PriWrapper.h │ │ │ ├── PriXWrapper.h │ │ │ ├── RBActorWrapper.h │ │ │ ├── ReplayManagerWrapper.h │ │ │ ├── RumbleComponent/ │ │ │ │ ├── AttachmentPickup.h │ │ │ │ ├── BallCarSpringPickup.h │ │ │ │ ├── BallFreezePickup.h │ │ │ │ ├── BallLassoPickup.h │ │ │ │ ├── BasketballPickup.h │ │ │ │ ├── BattarangPickup.h │ │ │ │ ├── BoostModPickup.h │ │ │ │ ├── BoostOverridePickup.h │ │ │ │ ├── CarSpeedPickup.h │ │ │ │ ├── DemolishPickup.h │ │ │ │ ├── FootballPickupWrapper.h │ │ │ │ ├── GrapplingHookPickup.h │ │ │ │ ├── GravityPickup.h │ │ │ │ ├── HandbrakeOverridePickup.h │ │ │ │ ├── HitForcePickup.h │ │ │ │ ├── RugbyPickupWrapper.h │ │ │ │ ├── RumblePickupComponentWrapper.h │ │ │ │ ├── SpringPickup.h │ │ │ │ ├── SwapperPickup.h │ │ │ │ ├── TargetedPickup.h │ │ │ │ ├── TimeBombPickup.h │ │ │ │ ├── TornadoPickup.h │ │ │ │ └── VelcroPickup.h │ │ │ ├── Stats/ │ │ │ │ └── StatEventWrapper.h │ │ │ ├── TeamInfoWrapper.h │ │ │ ├── TeamWrapper.h │ │ │ ├── VehiclePickupWrapper.h │ │ │ └── VehicleWrapper.h │ │ ├── GameWrapper.h │ │ ├── GuiManagerWrapper.h │ │ ├── ImageWrapper.h │ │ ├── MMRWrapper.h │ │ ├── MatchmakingWrapper.h │ │ ├── MenuStackWrapper.h │ │ ├── PlayerControllerWrapper.h │ │ ├── PluginManagerWrapper.h │ │ ├── ReplayServerWrapper.h │ │ ├── ReplayViewerDataWrapper.h │ │ ├── SettingsWrapper.h │ │ ├── SpectatorHUDWrapper.h │ │ ├── StructArrayWrapper.h │ │ ├── UniqueIDWrapper.h │ │ ├── arraywrapper.h │ │ ├── canvaswrapper.h │ │ ├── cvarmanagerwrapper.h │ │ ├── cvarwrapper.h │ │ ├── gfx/ │ │ │ └── GfxDataTrainingWrapper.h │ │ ├── http/ │ │ │ └── HttpWrapper.h │ │ ├── includes.h │ │ ├── items/ │ │ │ ├── GfxProductsWrapper.h │ │ │ ├── ItemsWrapper.h │ │ │ ├── LoadingProductWrapper.h │ │ │ ├── LoadoutSaveWrapper.h │ │ │ ├── LoadoutSetWrapper.h │ │ │ ├── LoadoutWrapper.h │ │ │ ├── OnlineProductWrapper.h │ │ │ ├── ProductPaintWrapper.h │ │ │ ├── ProductSlotWrapper.h │ │ │ ├── ProductTemplateWrapper.h │ │ │ ├── ProductTradeInWrapper.h │ │ │ ├── ProductWrapper.h │ │ │ ├── TradeWrapper.h │ │ │ ├── assets/ │ │ │ │ ├── ProductAssetBodyWrapper.h │ │ │ │ ├── ProductAssetWrapper.h │ │ │ │ └── ProductEquipProfileWrapper.h │ │ │ ├── attributes/ │ │ │ │ ├── ProductAttributeWrapper.h │ │ │ │ ├── ProductAttribute_AnimatedSkinLabelWrapper.h │ │ │ │ ├── ProductAttribute_BlueprintCostWrapper.h │ │ │ │ ├── ProductAttribute_BlueprintWrapper.h │ │ │ │ ├── ProductAttribute_BodyCompatibilityWrapper.h │ │ │ │ ├── ProductAttribute_CertifiedWrapper.h │ │ │ │ ├── ProductAttribute_CurrencyWrapper.h │ │ │ │ ├── ProductAttribute_PaintedWrapper.h │ │ │ │ ├── ProductAttribute_QualityWrapper.h │ │ │ │ ├── ProductAttribute_SpecialEditionSettingsWrapper.h │ │ │ │ ├── ProductAttribute_SpecialEditionWrapper.h │ │ │ │ ├── ProductAttribute_TeamEditionUploadWrapper.h │ │ │ │ ├── ProductAttribute_TeamEditionWrapper.h │ │ │ │ └── ProductAttribute_UnlockMethodWrapper.h │ │ │ └── dbs/ │ │ │ ├── CertifiedStatDatabaseWrapper.h │ │ │ ├── DataAssetDatabaseWrapper.h │ │ │ ├── DataAssetDatabase_ESportsTeamWrapper.h │ │ │ ├── PaintDatabaseWrapper.h │ │ │ └── SpecialEditionDatabaseWrapper.h │ │ ├── kismet/ │ │ │ ├── SequenceObjectWrapper.h │ │ │ ├── SequenceOpWrapper.h │ │ │ ├── SequenceVariableWrapper.h │ │ │ └── SequenceWrapper.h │ │ ├── linmath.h │ │ ├── modals/ │ │ │ ├── ModalWrapper.h │ │ │ └── TextInputModalWrapper.h │ │ ├── replaywrapper.h │ │ └── wrapperstructs.h │ └── utils/ │ ├── customrotator.h │ ├── expected.hpp │ ├── finiteelement.h │ ├── io.h │ ├── observer.h │ └── parser.h └── lib/ └── pluginsdk.lib