From 82b61f56efdba77d26d4c5de3c995212ab6ac1ea Mon Sep 17 00:00:00 2001 From: ianpatt Date: Tue, 19 Nov 2024 13:48:03 -0800 Subject: [PATCH] initial address update for 1.14.74 --- cmake/versioning.cmake | 4 +- sfse/GameChargen.cpp | 2 +- sfse/GameChargen.h | 4 +- sfse/GameConsole.cpp | 2 +- sfse/GameConsole.h | 2 +- sfse/GameData.cpp | 2 +- sfse/GameData.h | 2 +- sfse/GameEvents.h | 1398 ++-- sfse/GameExtraData.h | 4 +- sfse/GameForms.cpp | 4 +- sfse/GameLock.h | 20 +- sfse/GameMemory.cpp | 2 +- sfse/GameMemory.h | 6 +- sfse/GameMenu.h | 2 +- sfse/GameObjects.h | 4 +- sfse/GameRTTI.cpp | 2 +- sfse/GameRTTI.inl | 13458 ++++++++++++++++---------------- sfse/GameReferences.h | 12 +- sfse/GameScript.cpp | 4 +- sfse/GameSettings.cpp | 8 +- sfse/GameSettings.h | 2 +- sfse/GameStreams.h | 12 +- sfse/GameTypes.cpp | 8 +- sfse/GameUI.h | 4 +- sfse/Hooks_Command.cpp | 2 +- sfse/Hooks_Data.cpp | 4 +- sfse/Hooks_Scaleform.cpp | 4 +- sfse/Hooks_Script.cpp | 4 +- sfse/Hooks_Serialization.cpp | 14 +- sfse/Hooks_Version.cpp | 2 +- sfse/NiObject.h | 4 +- sfse/PapyrusNativeFunctions.h | 14 +- sfse/ScaleformManager.h | 2 +- sfse/ScaleformMemory.cpp | 2 +- sfse/ScaleformValue.h | 46 +- sfse_common/sfse_version.h | 11 +- 36 files changed, 7539 insertions(+), 7538 deletions(-) diff --git a/cmake/versioning.cmake b/cmake/versioning.cmake index 97f8ffb..a658a70 100644 --- a/cmake/versioning.cmake +++ b/cmake/versioning.cmake @@ -1,10 +1,10 @@ set(SFSE_VERSION_MAJOR 0) set(SFSE_VERSION_MINOR 2) -set(SFSE_VERSION_PATCH 15) +set(SFSE_VERSION_PATCH 16) set(RUNTIME_VERSION_MAJOR 1) set(RUNTIME_VERSION_MINOR 14) -set(RUNTIME_VERSION_PATCH 70) +set(RUNTIME_VERSION_PATCH 74) set(RUNTIME_VERSION_TYPE 0) math( diff --git a/sfse/GameChargen.cpp b/sfse/GameChargen.cpp index 14f03c6..cc7f6e3 100644 --- a/sfse/GameChargen.cpp +++ b/sfse/GameChargen.cpp @@ -1,3 +1,3 @@ #include "sfse/GameChargen.h" -RelocPtr TESNPCData::g_actorCheckpoint(0x06A415B0); +RelocPtr TESNPCData::g_actorCheckpoint(0x06A417F0); diff --git a/sfse/GameChargen.h b/sfse/GameChargen.h index 4d0bde7..ee7adc2 100644 --- a/sfse/GameChargen.h +++ b/sfse/GameChargen.h @@ -17,13 +17,13 @@ class ChargenDataModel : public IDataModel, public BSTSingletonSDM singleton(0x06A33A00); + RelocPtr singleton(0x06A33C80); return *singleton; } // Contains main UI data model wrappers, decode these later // This function will pull data from the TESNPC into this wrapper - DEFINE_MEMBER_FN_1(Update, void, 0x0190D110, MenuActor*); // unk2 removed in 1.9.51 + DEFINE_MEMBER_FN_1(Update, void, 0x0190D170, MenuActor*); // unk2 removed in 1.9.51 }; extern RelocPtr g_actorCheckpoint; diff --git a/sfse/GameConsole.cpp b/sfse/GameConsole.cpp index f657cae..8e102e9 100644 --- a/sfse/GameConsole.cpp +++ b/sfse/GameConsole.cpp @@ -1,7 +1,7 @@ #include "sfse/GameConsole.h" #include -RelocPtr g_console(0x06A33590); +RelocPtr g_console(0x06A33810); void Console_Print(const char* fmt, ...) { diff --git a/sfse/GameConsole.h b/sfse/GameConsole.h index 7acf9ec..bd74b99 100644 --- a/sfse/GameConsole.h +++ b/sfse/GameConsole.h @@ -6,7 +6,7 @@ class ConsoleLog { public: - DEFINE_MEMBER_FN_2(VPrint, void, 0x02AE7E48, const char* fmt, va_list args); + DEFINE_MEMBER_FN_2(VPrint, void, 0x02AE80F8, const char* fmt, va_list args); }; extern RelocPtr g_console; diff --git a/sfse/GameData.cpp b/sfse/GameData.cpp index aa2f0fa..789190d 100644 --- a/sfse/GameData.cpp +++ b/sfse/GameData.cpp @@ -1,3 +1,3 @@ #include "sfse/GameData.h" -RelocPtr g_materialDatabase(0x065F8620 - 0x08); \ No newline at end of file +RelocPtr g_materialDatabase(0x065F87A0 - 0x08); \ No newline at end of file diff --git a/sfse/GameData.h b/sfse/GameData.h index e2c58ab..d3d498b 100644 --- a/sfse/GameData.h +++ b/sfse/GameData.h @@ -146,7 +146,7 @@ class TESDataHandler : static TESDataHandler* GetSingleton() { - RelocPtr singleton(0x065E0250); + RelocPtr singleton(0x065E03D0); return *singleton; } diff --git a/sfse/GameEvents.h b/sfse/GameEvents.h index c0d2394..b7c4020 100644 --- a/sfse/GameEvents.h +++ b/sfse/GameEvents.h @@ -1032,8 +1032,8 @@ namespace BSTEventDetail { public: virtual ~SourceBase() {}; - DEFINE_MEMBER_FN_1(RegisterSink, void, 0x005CB54C, SinkBase* sink); - DEFINE_MEMBER_FN_1(UnregisterSink, void, 0x005CB360, SinkBase* sink); + DEFINE_MEMBER_FN_1(RegisterSink, void, 0x005CB5AC, SinkBase* sink); + DEFINE_MEMBER_FN_1(UnregisterSink, void, 0x005CB3C0, SinkBase* sink); }; } @@ -1113,705 +1113,705 @@ return es.getPtr(); \ // BSTGlobalEvent -DECLARE_EVENT_SOURCE(SnapTemplateUtils::SnapReplaceEvent, 0x007A6FE4) -DECLARE_EVENT_SOURCE(ImageFixtureEvent_RequestImage, 0x007A829C) -DECLARE_EVENT_SOURCE(ImageFixtureEvent_UnregisterImage, 0x007AB198) -DECLARE_EVENT_SOURCE(Spaceship::TakeOffEvent, 0x007AE048) -DECLARE_EVENT_SOURCE(HUDActivityIncreaseEvent, 0x01217990) -DECLARE_EVENT_SOURCE(AnimationDataCleanupEvent, 0x0126D76C) -DECLARE_EVENT_SOURCE(AnimationDataSetupEvent, 0x0126D7FC) -DECLARE_EVENT_SOURCE(EndLoadGameEvent, 0x012C6414) -DECLARE_EVENT_SOURCE(StartLoadGameEvent, 0x012C64A4) -DECLARE_EVENT_SOURCE(ShipEditor_SystemSelected, 0x012FC90C) -DECLARE_EVENT_SOURCE(ShipEditor_PreviewUpgrade, 0x01303004) -DECLARE_EVENT_SOURCE(ShipEditor_SelectedUpgrade, 0x01303094) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceAttach, 0x0135CA50) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDetach, 0x0135CAE0) -DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_ChangeWeaponAssignment, 0x013E96B4) -DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_OnHintButtonActivated, 0x013E9744) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmCancel, 0x0140C624) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmExit, 0x0140C6B4) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmSaveAndExit, 0x0140C744) -DECLARE_EVENT_SOURCE(ShipEditor_OnFlightCheckTabChanged, 0x01411294) -DECLARE_EVENT_SOURCE(ShipEditor_OnWeaponGroupChanged, 0x01411324) -DECLARE_EVENT_SOURCE(ShipEditor_OnRenameEndEditText, 0x01416C50) -DECLARE_EVENT_SOURCE(ShipEditor_OnRenameInputCancelled, 0x01416CE0) -DECLARE_EVENT_SOURCE(ShipEditor_ChangeModuleCategory, 0x0141B4D4) -DECLARE_EVENT_SOURCE(ShipEditor_PreviewShipPart, 0x0141B564) -DECLARE_EVENT_SOURCE(ShipEditor_SelectedShipPart, 0x0141B5F4) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerControlChanged, 0x01309E7C) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerTabChanged, 0x01309F0C) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorSliderMouseInput, 0x01309F9C) -DECLARE_EVENT_SOURCE(ShipEditor_OnRecentColorSwatchClicked, 0x0130A02C) -DECLARE_EVENT_SOURCE(ShipBuilder_CloseAllMenus, 0x0144930C) -DECLARE_EVENT_SOURCE(ShipEditor_OnHintButtonActivated, 0x0144939C) -DECLARE_EVENT_SOURCE(ShipEditor_RemoveAll3D, 0x0144942C) -DECLARE_EVENT_SOURCE(ReferenceQueuedEvent, 0x014B4CC8) -DECLARE_EVENT_SOURCE(LoadScreenEndEvent, 0x014CEB1C) -DECLARE_EVENT_SOURCE(LoadScreenStartEvent, 0x014CEBAC) -DECLARE_EVENT_SOURCE(CellAttachDetachEvent, 0x014CEC3C) -DECLARE_EVENT_SOURCE(PickRefStateChangedEvent, 0x0154B688) -DECLARE_EVENT_SOURCE(ActivityTrackerActivityStartedEvent, 0x01555C28) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceCleared3d, 0x015E2C30) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDestroy, 0x015E2CC0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceInit, 0x015E2D50) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceRecycle, 0x015E2DE0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceSet3d, 0x015E2E70) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::Release3DRelatedData, 0x015E2F00) -DECLARE_EVENT_SOURCE(BSWorldOriginShiftEvent, 0x015EF3AC) -DECLARE_EVENT_SOURCE(BGSPlanet::PlayerKnowledgeFlagSetEvent, 0x017164DC) -DECLARE_EVENT_SOURCE(StarMap::PlanetTraitKnownEvent, 0x0171656C) -DECLARE_EVENT_SOURCE(ResetHistoryDataEvent, 0x017EB008) -DECLARE_EVENT_SOURCE(TESQuestRewardEvent, 0x0180524C) -DECLARE_EVENT_SOURCE(HUDWeaponWorldFOVMultChangedEvent, 0x018074CC) -DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionEndEvent, 0x018FD7DC) -DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionStartEvent, 0x018FD86C) -DECLARE_EVENT_SOURCE(AutoLoadDoorRolloverEvent, 0x019AE15C) -DECLARE_EVENT_SOURCE(ClearQuickContainerEvent, 0x019AE1EC) -DECLARE_EVENT_SOURCE(ReferenceCellLoadedTemps, 0x01A27F0C) -DECLARE_EVENT_SOURCE(Workshop::CargoLinkAddedEvent, 0x01DB79AC) -DECLARE_EVENT_SOURCE(Workshop::CargoLinkTargetChangedEvent, 0x01DB7A3C) -DECLARE_EVENT_SOURCE(Workshop::EnterOutpostBeaconModeEvent, 0x01DB7ACC) -DECLARE_EVENT_SOURCE(Workshop::ItemGrabbedEvent, 0x01DB7B5C) -DECLARE_EVENT_SOURCE(Workshop::ItemMovedEvent, 0x01DB7BEC) -DECLARE_EVENT_SOURCE(Workshop::ItemPlacedEvent, 0x01DB7C7C) -DECLARE_EVENT_SOURCE(Workshop::ItemProducedEvent, 0x01DB7D0C) -DECLARE_EVENT_SOURCE(Workshop::ItemRemovedEvent, 0x01DB7D9C) -DECLARE_EVENT_SOURCE(Workshop::ItemRepairedEvent, 0x01DB7E2C) -DECLARE_EVENT_SOURCE(Workshop::ItemScrappedEvent, 0x01DB7EBC) -DECLARE_EVENT_SOURCE(Workshop::OutpostNameChangedEvent, 0x01DB7F4C) -DECLARE_EVENT_SOURCE(Workshop::OutpostPlacedEvent, 0x01DB7FDC) -DECLARE_EVENT_SOURCE(PickRefUpdateEvent, 0x01DB806C) -DECLARE_EVENT_SOURCE(Workshop::PlacementStatusEvent, 0x01DB80FC) -DECLARE_EVENT_SOURCE(Workshop::PowerOffEvent, 0x01DB818C) -DECLARE_EVENT_SOURCE(Workshop::PowerOnEvent, 0x01DB821C) -DECLARE_EVENT_SOURCE(Workshop::SnapBehaviorCycledEvent, 0x01DB82AC) -DECLARE_EVENT_SOURCE(Workshop::WorkshopFlyCameraEvent, 0x01DB833C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopItemPlacedEvent, 0x01DB83CC) -DECLARE_EVENT_SOURCE(Workshop::WorkshopModeEvent, 0x01DB845C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopOutputLinkEvent, 0x01DB858C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopStatsChangedEvent, 0x01DB861C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopUpdateStatsEvent, 0x01DB86AC) -DECLARE_EVENT_SOURCE(ShipCameraStateToggled, 0x01E142B4) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpPressEvent, 0x0200DB64) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpReleaseEvent, 0x0200DBF4) -DECLARE_EVENT_SOURCE(PlayerSneakingChangeEvent, 0x0200F3DC) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintJustPressedEvent, 0x0200F618) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintReleasedEvent, 0x0200F6A8) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsEndEvent, 0x02014750) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsStartEvent, 0x020147E0) -DECLARE_EVENT_SOURCE(SaveLoadEvent, 0x0204475C) -DECLARE_EVENT_SOURCE(SpaceshipWeaponBinding::SpaceshipWeaponBindingChangedEvent, 0x02076E78) -DECLARE_EVENT_SOURCE(BoundaryMenu_FastTravel, 0x020CB678) -DECLARE_EVENT_SOURCE(BoundaryMenu_ShowMap, 0x020CB708) -DECLARE_EVENT_SOURCE(PhotoGallery_DeletePhoto, 0x0212BFF4) -DECLARE_EVENT_SOURCE(PowersMenu_ActivateEssence, 0x0212F4D0) -DECLARE_EVENT_SOURCE(PowersMenu_EquipPower, 0x0212F560) -DECLARE_EVENT_SOURCE(PowersMenu_FavoritePower, 0x0212F5F0) -DECLARE_EVENT_SOURCE(ContainerMenuClosed::Event, 0x021420FC) -DECLARE_EVENT_SOURCE(HangarShipSelection_ChangeSystemDisplay, 0x0214218C) -DECLARE_EVENT_SOURCE(HangarShipSelection_RepairShip, 0x0214221C) -DECLARE_EVENT_SOURCE(HangarShipSelection_UpgradeSystem, 0x021422AC) -DECLARE_EVENT_SOURCE(ShipCrewMenu_Close, 0x0214233C) -DECLARE_EVENT_SOURCE(BinkMovieStoppedPlayingEvent, 0x0214F1E0) -DECLARE_EVENT_SOURCE(WorkshopColorMode_ApplyColors, 0x021AE93C) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SelectedTab, 0x021AE9CC) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SliderChanged, 0x021AEA5C) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SwatchChanged, 0x021AEAEC) -DECLARE_EVENT_SOURCE(HUDCrewBuffMessageEvent, 0x021AFCCC) -DECLARE_EVENT_SOURCE(CraftingMenu_SessionSummaryEvent, 0x021B8DA8) -DECLARE_EVENT_SOURCE(CraftingMenu_CraftItem, 0x021B8E38) -DECLARE_EVENT_SOURCE(CraftingMenu_ExitBench, 0x021B8EC8) -DECLARE_EVENT_SOURCE(CraftingMenu_InstallMod, 0x021B8F58) -DECLARE_EVENT_SOURCE(CraftingMenu_RenameItem, 0x021B8FE8) -DECLARE_EVENT_SOURCE(CraftingMenu_RevertedModdedItem, 0x021B9078) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedMod, 0x021B9108) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModSlot, 0x021B9198) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModdableItem, 0x021B9228) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedRecipe, 0x021B92B8) -DECLARE_EVENT_SOURCE(CraftingMenu_SetInspectControls, 0x021B9348) -DECLARE_EVENT_SOURCE(CraftingMenu_ToggleTracking, 0x021B93D8) -DECLARE_EVENT_SOURCE(CraftingMenu_ViewingModdableItem, 0x021B9468) -DECLARE_EVENT_SOURCE(ContainerMenu_CloseMenu, 0x021C762C) -DECLARE_EVENT_SOURCE(InventoryMenu_Change3DView, 0x021C775C) -DECLARE_EVENT_SOURCE(InventoryMenu_PaperDollTryOn, 0x021C77EC) -DECLARE_EVENT_SOURCE(InventoryMenu_ResetPaperDollInv, 0x021C787C) -DECLARE_EVENT_SOURCE(UpdateActivateListenerEvent, 0x021CF8C8) -DECLARE_EVENT_SOURCE(StartOutpostFromListenerEvent, 0x021D1538) -DECLARE_EVENT_SOURCE(HUDModeEvent, 0x021E17EC) -DECLARE_EVENT_SOURCE(OpenContainerMenuEventData, 0x021E187C) -DECLARE_EVENT_SOURCE(OpenContainerMenuFromListenerEvent, 0x021E190C) -DECLARE_EVENT_SOURCE(HUDRolloverActivationButtonEvent, 0x021E199C) -DECLARE_EVENT_SOURCE(HUDRolloverActivationQCItemPressEvent, 0x021E1A2C) -DECLARE_EVENT_SOURCE(Inventory_SetSort, 0x021E1ABC) -DECLARE_EVENT_SOURCE(ShowingQuestMarketTextEvent, 0x021EEE14) -DECLARE_EVENT_SOURCE(TargetHitEvent, 0x021F1638) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x021F16C8) -DECLARE_EVENT_SOURCE(ClearHUDMessagesEvent, 0x021F8CA4) -DECLARE_EVENT_SOURCE(ShowHUDMessageEvent, 0x021F8D34) -DECLARE_EVENT_SOURCE(PlayerDetectionLevelChangeEvent, 0x021FBED4) -DECLARE_EVENT_SOURCE(ShowCustomWatchAlert, 0x02200F94) -DECLARE_EVENT_SOURCE(PlayerUpdateEvent, 0x0223E1BC) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleHelmet, 0x0223E24C) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleSuit, 0x0223E2DC) -DECLARE_EVENT_SOURCE(ControlsRemappedEvent, 0x02286C98) -DECLARE_EVENT_SOURCE(SettingsPanel_CheckBoxChanged, 0x02286D28) -DECLARE_EVENT_SOURCE(SettingsPanel_ClearBinding, 0x02286DB8) -DECLARE_EVENT_SOURCE(SettingsPanel_OpenCategory, 0x02286EEC) -DECLARE_EVENT_SOURCE(SettingsPanel_OpenSettings, 0x02286F7C) -DECLARE_EVENT_SOURCE(SettingsPanel_RemapConfirmed, 0x0228700C) -DECLARE_EVENT_SOURCE(SettingsPanel_RemapMode, 0x0228709C) -DECLARE_EVENT_SOURCE(SettingsPanel_ResetToDefaults, 0x0228712C) -DECLARE_EVENT_SOURCE(SettingsPanel_SaveControls, 0x022871BC) -DECLARE_EVENT_SOURCE(SettingsPanel_SaveSettings, 0x0228724C) -DECLARE_EVENT_SOURCE(SettingsPanel_SliderChanged, 0x022872DC) -DECLARE_EVENT_SOURCE(SettingsPanel_StepperChanged, 0x0228736C) -DECLARE_EVENT_SOURCE(SettingsPanel_ValidateControls, 0x022873FC) -DECLARE_EVENT_SOURCE(ShipCrewMenu_OpenAssignMenu, 0x02291EC4) -DECLARE_EVENT_SOURCE(ShipCrewMenu_SetSort, 0x02291F54) -DECLARE_EVENT_SOURCE(Spaceship::PlayerMovementOutputEvent, 0x022B7768) -DECLARE_EVENT_SOURCE(ShowLongShipBootup, 0x022B77F8) -DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferMenu, 0x022B7888) -DECLARE_EVENT_SOURCE(ShipHud_Activate, 0x022B7918) -DECLARE_EVENT_SOURCE(ShipHud_BodyViewMarkerDimensions, 0x022B79A8) -DECLARE_EVENT_SOURCE(ShipHud_ChangeComponentSelection, 0x022B7A38) -DECLARE_EVENT_SOURCE(ShipHud_CloseMenu, 0x022B7AC8) -DECLARE_EVENT_SOURCE(ShipHud_Deselect, 0x022B7B58) -DECLARE_EVENT_SOURCE(ShipHud_FarTravel, 0x022B7BE8) -DECLARE_EVENT_SOURCE(ShipHud_HailAccepted, 0x022B7C78) -DECLARE_EVENT_SOURCE(ShipHud_HailCancelled, 0x022B7D08) -DECLARE_EVENT_SOURCE(ShipHud_JumpToQuestMarker, 0x022B7D98) -DECLARE_EVENT_SOURCE(ShipHud_Land, 0x022B7E28) -DECLARE_EVENT_SOURCE(ShipHud_LandingMarkerMap, 0x022B7EB8) -DECLARE_EVENT_SOURCE(ShipHud_Map, 0x022B7F48) -DECLARE_EVENT_SOURCE(ShipHud_OnMonocleToggle, 0x022B7FD8) -DECLARE_EVENT_SOURCE(ShipHud_OpenPhotoMode, 0x022B8068) -DECLARE_EVENT_SOURCE(ShipHud_Repair, 0x022B80F8) -DECLARE_EVENT_SOURCE(ShipHud_SetTargetMode, 0x022B8188) -DECLARE_EVENT_SOURCE(ShipHud_Target, 0x022B8218) -DECLARE_EVENT_SOURCE(ShipHud_TargetShipSystem, 0x022B82A8) -DECLARE_EVENT_SOURCE(ShipHud_UntargetShipSystem, 0x022B8338) -DECLARE_EVENT_SOURCE(ShipHud_UpdateComponentPower, 0x022B83C8) -DECLARE_EVENT_SOURCE(DialogueMenu_CompleteExit, 0x022E3E5C) -DECLARE_EVENT_SOURCE(BGSScannerGuideEffectStatusUpdateEvent, 0x022F4FE0) -DECLARE_EVENT_SOURCE(GlobalFunc_CloseAllMenus, 0x022FA138) -DECLARE_EVENT_SOURCE(GlobalFunc_CloseMenu, 0x022FA1C8) -DECLARE_EVENT_SOURCE(GlobalFunc_PlayMenuSound, 0x022FA258) -DECLARE_EVENT_SOURCE(GlobalFunc_StartGameRender, 0x022FA2E8) -DECLARE_EVENT_SOURCE(GlobalFunc_UserEvent, 0x022FA378) -DECLARE_EVENT_SOURCE(ExperienceMeterDisplayData, 0x023052A8) -DECLARE_EVENT_SOURCE(LevelUp_AnimFinished, 0x02305338) -DECLARE_EVENT_SOURCE(LevelUp_OnWidgetShown, 0x023053C8) -DECLARE_EVENT_SOURCE(LevelUp_OpenDataMenu, 0x02305458) -DECLARE_EVENT_SOURCE(LevelUp_ShowSkills, 0x023054E8) -DECLARE_EVENT_SOURCE(LocationTextWidget_FinishedQueue, 0x02305578) -DECLARE_EVENT_SOURCE(DisplayFatigueWarningEvent, 0x02305820) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x023092FC) -DECLARE_EVENT_SOURCE(PlayerCrosshairModeEvent, 0x021F0C70) -DECLARE_EVENT_SOURCE(HUDNotificationEvent, 0x02312568) -DECLARE_EVENT_SOURCE(HUDNotification_MissionActiveWidgetUpdate, 0x023125F8) -DECLARE_EVENT_SOURCE(HUDNotification_OpenDataMenu, 0x02312688) -DECLARE_EVENT_SOURCE(HUDNotification_OpenMissionMenu, 0x02312718) -DECLARE_EVENT_SOURCE(HUDNotification_SetMissionActive, 0x023127A8) -DECLARE_EVENT_SOURCE(PlayerSetWeaponStateEvent, 0x02314378) -DECLARE_EVENT_SOURCE(BarterMenu_BuyItem, 0x023279A8) -DECLARE_EVENT_SOURCE(BarterMenu_CloseMenu, 0x02327A38) -DECLARE_EVENT_SOURCE(BarterMenu_HideModel, 0x02327AC8) -DECLARE_EVENT_SOURCE(BarterMenu_LoadModel, 0x02327B58) -DECLARE_EVENT_SOURCE(BarterMenu_SellItem, 0x02327BE8) -DECLARE_EVENT_SOURCE(BarterMenu_SetMouseOverModel, 0x02327C78) -DECLARE_EVENT_SOURCE(BarterMenu_ShowFailureMessage, 0x02327D08) -DECLARE_EVENT_SOURCE(BarterMenu_ViewedItem, 0x02327D98) -DECLARE_EVENT_SOURCE(MissionMenu_ClearState, 0x0232C3A0) -DECLARE_EVENT_SOURCE(MissionMenu_PlotToLocation, 0x0232C430) -DECLARE_EVENT_SOURCE(MissionMenu_RejectQuest, 0x0232C4C0) -DECLARE_EVENT_SOURCE(MissionMenu_SaveCategoryIndex, 0x0232C550) -DECLARE_EVENT_SOURCE(MissionMenu_SaveOpenedId, 0x0232C5E0) -DECLARE_EVENT_SOURCE(MissionMenu_ShowItemLocation, 0x0232C670) -DECLARE_EVENT_SOURCE(MissionMenu_ToggleTrackingQuest, 0x0232C79C) -DECLARE_EVENT_SOURCE(DataSlateButtons_acceptClicked, 0x02331ED8) -DECLARE_EVENT_SOURCE(DataSlateButtons_cancelClicked, 0x02331F68) -DECLARE_EVENT_SOURCE(DataSlateMenu_playSFX, 0x02331FF8) -DECLARE_EVENT_SOURCE(DataSlateMenu_toggleAudio, 0x02332088) -DECLARE_EVENT_SOURCE(InventoryMenu_DropItem, 0x02338D14) -DECLARE_EVENT_SOURCE(InventoryMenu_HideModel, 0x02338DA4) -DECLARE_EVENT_SOURCE(InventoryMenu_LoadModel, 0x02338E34) -DECLARE_EVENT_SOURCE(InventoryMenu_OnEnterCategory, 0x02338EC4) -DECLARE_EVENT_SOURCE(InventoryMenu_OpenCargoHold, 0x02338F54) -DECLARE_EVENT_SOURCE(InventoryMenu_SelectItem, 0x02338FE4) -DECLARE_EVENT_SOURCE(InventoryMenu_SetMouseOverModel, 0x02339074) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleFavorite, 0x023391AC) -DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryChanged, 0x02345668) -DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryPressed, 0x023456F8) -DECLARE_EVENT_SOURCE(MonocleMenu_Bioscan, 0x0234D518) -DECLARE_EVENT_SOURCE(MonocleMenu_FastTravel, 0x0234D5A8) -DECLARE_EVENT_SOURCE(MonocleMenu_Harvest, 0x0234D638) -DECLARE_EVENT_SOURCE(MonocleMenu_Initialize, 0x0234D6C8) -DECLARE_EVENT_SOURCE(MonocleMenu_Outpost, 0x0234D7FC) -DECLARE_EVENT_SOURCE(MonocleMenu_PhotoMode, 0x0234D88C) -DECLARE_EVENT_SOURCE(MonocleMenu_Shutdown, 0x0234D91C) -DECLARE_EVENT_SOURCE(MonocleMenu_SocialSpell, 0x0234D9AC) -DECLARE_EVENT_SOURCE(MonocleMenu_StartContainerView, 0x0234DA3C) -DECLARE_EVENT_SOURCE(MonocleMenu_StopContainerView, 0x0234DACC) -DECLARE_EVENT_SOURCE(MonocleMenu_SurfaceMap, 0x0234DB5C) -DECLARE_EVENT_SOURCE(MonocleMenu_UseListScrollControls, 0x0234DBEC) -DECLARE_EVENT_SOURCE(MonocleMenu_ZoomIn, 0x0234DC7C) -DECLARE_EVENT_SOURCE(MonocleMenu_ZoomOut, 0x0234DD0C) -DECLARE_EVENT_SOURCE(PhotoMode_InitializeCategory, 0x023535B8) -DECLARE_EVENT_SOURCE(PhotoMode_ResetToDefaults, 0x023536EC) -DECLARE_EVENT_SOURCE(PhotoMode_SliderChanged, 0x0235377C) -DECLARE_EVENT_SOURCE(PhotoMode_StepperChanged, 0x0235380C) -DECLARE_EVENT_SOURCE(PhotoMode_TakeSnapshot, 0x0235389C) -DECLARE_EVENT_SOURCE(PhotoMode_ToggleHelmet, 0x0235392C) -DECLARE_EVENT_SOURCE(PhotoMode_ToggleUI, 0x023539BC) -DECLARE_EVENT_SOURCE(PickpocketMenu_OnItemSelect, 0x0235C494) -DECLARE_EVENT_SOURCE(ResearchMenu_AddMaterial, 0x02361908) -DECLARE_EVENT_SOURCE(ResearchMenu_CategorySelected, 0x02361998) -DECLARE_EVENT_SOURCE(ResearchMenu_ExitMenu, 0x02361A28) -DECLARE_EVENT_SOURCE(ResearchMenu_HideModel, 0x02361AB8) -DECLARE_EVENT_SOURCE(ResearchMenu_PreviewProject, 0x02361B48) -DECLARE_EVENT_SOURCE(ResearchMenu_ProjectViewed, 0x02361BD8) -DECLARE_EVENT_SOURCE(ResearchMenu_SetInspectControls, 0x02361C68) -DECLARE_EVENT_SOURCE(ResearchMenu_ToggleTrackingProject, 0x02361CF8) -DECLARE_EVENT_SOURCE(UnlockedTerminalElementEvent, 0x02373D28) -DECLARE_EVENT_SOURCE(SecurityMenu_BackOutKey, 0x02373DB8) -DECLARE_EVENT_SOURCE(SecurityMenu_CloseMenu, 0x02373E48) -DECLARE_EVENT_SOURCE(SecurityMenu_ConfirmExit, 0x02373ED8) -DECLARE_EVENT_SOURCE(SecurityMenu_EliminateUnusedKeys, 0x02373F68) -DECLARE_EVENT_SOURCE(SecurityMenu_GetRingHint, 0x02373FF8) -DECLARE_EVENT_SOURCE(SecurityMenu_SelectNewKey, 0x02374088) -DECLARE_EVENT_SOURCE(SecurityMenu_TryUseKey, 0x02374118) -DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Assign, 0x023780D4) -DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Unassign, 0x02378164) -DECLARE_EVENT_SOURCE(ShipCrewMenu_ViewedItem, 0x023781F4) -DECLARE_EVENT_SOURCE(Refuel_Accept, 0x0237A094) -DECLARE_EVENT_SOURCE(Refuel_Cancel, 0x0237A124) -DECLARE_EVENT_SOURCE(SkillsMenu_Accept, 0x02380BB8) -DECLARE_EVENT_SOURCE(SkillsMenu_AddPatch, 0x02380C48) -DECLARE_EVENT_SOURCE(SkillsMenu_Cancel, 0x02380CD8) -DECLARE_EVENT_SOURCE(SkillsMenu_ChangeCursorVisibility, 0x02380D68) -DECLARE_EVENT_SOURCE(SkillsMenu_SaveLastCategory, 0x02380DF8) -DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::MenuClosedEvent, 0x023A56EC) -DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::PresetNPCChangedEvent, 0x023A577C) -DECLARE_EVENT_SOURCE(CharGen_BrowChange, 0x023A580C) -DECLARE_EVENT_SOURCE(CharGen_BrowColorChange, 0x023A589C) -DECLARE_EVENT_SOURCE(CharGen_CancelTextEntry, 0x023A592C) -DECLARE_EVENT_SOURCE(CharGen_CloseMenu, 0x023A59BC) -DECLARE_EVENT_SOURCE(CharGen_CyclePronoun, 0x023A5A4C) -DECLARE_EVENT_SOURCE(CharGen_DirtScarsEtcChange, 0x023A5ADC) -DECLARE_EVENT_SOURCE(CharGen_EndBodyChange, 0x023A5B6C) -DECLARE_EVENT_SOURCE(CharGen_EndTextEntry, 0x023A5BFC) -DECLARE_EVENT_SOURCE(CharGen_EyeColorChange, 0x023A5C8C) -DECLARE_EVENT_SOURCE(CharGen_FacialHairChange, 0x023A5D1C) -DECLARE_EVENT_SOURCE(CharGen_FacialHairColorChange, 0x023A5DAC) -DECLARE_EVENT_SOURCE(CharGen_HairChange, 0x023A5E3C) -DECLARE_EVENT_SOURCE(CharGen_HairColorChange, 0x023A5ECC) -DECLARE_EVENT_SOURCE(CharGen_HeadpartPlusSelectorChange, 0x023A5F5C) -DECLARE_EVENT_SOURCE(CharGen_HeadpartPresetChange, 0x023A5FEC) -DECLARE_EVENT_SOURCE(CharGen_JewelryChange, 0x023A607C) -DECLARE_EVENT_SOURCE(CharGen_JewelryColorChange, 0x023A610C) -DECLARE_EVENT_SOURCE(CharGen_MakeupChange, 0x023A619C) -DECLARE_EVENT_SOURCE(CharGen_MarkingsChange, 0x023A622C) -DECLARE_EVENT_SOURCE(CharGen_PostBlendColorOptionChange, 0x023A62BC) -DECLARE_EVENT_SOURCE(CharGen_PostBlendFaceChange, 0x023A634C) -DECLARE_EVENT_SOURCE(CharGen_PostBlendIntensityChange, 0x023A63DC) -DECLARE_EVENT_SOURCE(CharGen_PresetChange, 0x023A646C) -DECLARE_EVENT_SOURCE(CharGen_RollOffLocomotion, 0x023A64FC) -DECLARE_EVENT_SOURCE(CharGen_RollOnLocomotion, 0x023A658C) -DECLARE_EVENT_SOURCE(CharGen_RotatePaperdoll, 0x023A661C) -DECLARE_EVENT_SOURCE(CharGen_SetAdditionalSlider, 0x023A66AC) -DECLARE_EVENT_SOURCE(CharGen_SetBackground, 0x023A673C) -DECLARE_EVENT_SOURCE(CharGen_SetBlockInputUnderPopup, 0x023A67CC) -DECLARE_EVENT_SOURCE(CharGen_SetBodyValues, 0x023A685C) -DECLARE_EVENT_SOURCE(CharGen_SetCameraPosition, 0x023A68EC) -DECLARE_EVENT_SOURCE(CharGen_SetPronoun, 0x023A697C) -DECLARE_EVENT_SOURCE(CharGen_SetSex, 0x023A6A0C) -DECLARE_EVENT_SOURCE(CharGen_SetSlider, 0x023A6A9C) -DECLARE_EVENT_SOURCE(CharGen_SetTrait, 0x023A6B2C) -DECLARE_EVENT_SOURCE(CharGen_ShowChooseBackgroundMessage, 0x023A6BBC) -DECLARE_EVENT_SOURCE(CharGen_ShowPlayerRenameMessage, 0x023A6C4C) -DECLARE_EVENT_SOURCE(CharGen_SkintoneChange, 0x023A6CDC) -DECLARE_EVENT_SOURCE(CharGen_StartBodyChange, 0x023A6D6C) -DECLARE_EVENT_SOURCE(CharGen_StartTextEntry, 0x023A6DFC) -DECLARE_EVENT_SOURCE(CharGen_SwitchBodyType, 0x023A6E8C) -DECLARE_EVENT_SOURCE(CharGen_SwitchLocomotion, 0x023A6F1C) -DECLARE_EVENT_SOURCE(CharGen_TeethChange, 0x023A6FAC) -DECLARE_EVENT_SOURCE(CharGen_TeethRollOff, 0x023A703C) -DECLARE_EVENT_SOURCE(CharGen_TeethRollOn, 0x023A70CC) -DECLARE_EVENT_SOURCE(CharGen_ToggleMarking, 0x023A715C) -DECLARE_EVENT_SOURCE(CharGen_TogglePreviewHabSuit, 0x023A71EC) -DECLARE_EVENT_SOURCE(UIMenuChargenMenuDisablePaperdoll, 0x023A727C) -DECLARE_EVENT_SOURCE(DataMenu_CloseMenu, 0x023AE378) -DECLARE_EVENT_SOURCE(DataMenu_ClosedForSubMenu, 0x023AE408) -DECLARE_EVENT_SOURCE(DataMenu_Missions, 0x023AE498) -DECLARE_EVENT_SOURCE(DataMenu_PlotToLocation, 0x023AE5CC) -DECLARE_EVENT_SOURCE(DataMenu_Reopened, 0x023AE65C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedAttributesMenu, 0x023AE6EC) -DECLARE_EVENT_SOURCE(DataMenu_SelectedInventoryMenu, 0x023AE77C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedMapMenu, 0x023AE80C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedPowersMenu, 0x023AE89C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedShipMenu, 0x023AE92C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedStatusMenu, 0x023AE9BC) -DECLARE_EVENT_SOURCE(DataMenu_SetMenuForQuickEntry, 0x023AEA4C) -DECLARE_EVENT_SOURCE(DataMenu_SetPaperDollActive, 0x023AEADC) -DECLARE_EVENT_SOURCE(PauseMenu_ActionCanceled, 0x023B9AB4) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmAction, 0x023B9B44) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmLoad, 0x023B9BD4) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmSave, 0x023B9C64) -DECLARE_EVENT_SOURCE(PauseMenu_DeleteSave, 0x023B9CF4) -DECLARE_EVENT_SOURCE(PauseMenu_QuitToDesktop, 0x023B9D84) -DECLARE_EVENT_SOURCE(PauseMenu_SetCharacter, 0x023B9E14) -DECLARE_EVENT_SOURCE(PauseMenu_StartAction, 0x023B9EA4) -DECLARE_EVENT_SOURCE(PauseMenu_StartLoad, 0x023B9F34) -DECLARE_EVENT_SOURCE(PauseMenu_UploadSave, 0x023B9FC4) -DECLARE_EVENT_SOURCE(PlayBink_CloseMenu, 0x023BB240) -DECLARE_EVENT_SOURCE(Spaceship::GravJumpEvent, 0x023C0E94) -DECLARE_EVENT_SOURCE(Spaceship::LandedSetEvent, 0x023C0F24) -DECLARE_EVENT_SOURCE(Reticle_OnLongAnimFinished, 0x023C0FB4) -DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferItem, 0x023C1044) -DECLARE_EVENT_SOURCE(ShipHud_AbortJump, 0x023C10D4) -DECLARE_EVENT_SOURCE(ShipHud_DockRequested, 0x023C1164) -DECLARE_EVENT_SOURCE(ShipHud_HailShip, 0x023C11F4) -DECLARE_EVENT_SOURCE(ShipHud_UpdateTargetPanelRect, 0x023C1284) -DECLARE_EVENT_SOURCE(TakeoffMenu_CloseMenu, 0x023C1314) -DECLARE_EVENT_SOURCE(TakeoffMenu_ExitShip, 0x023C13A4) -DECLARE_EVENT_SOURCE(TakeoffMenu_Launch, 0x023C1434) -DECLARE_EVENT_SOURCE(StarMapMenu_LandingInputInProgress, 0x023E11F0) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupContainerVisibilityChanged, 0x023E1280) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryClicked, 0x023E1310) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryHoverChanged, 0x023E13A0) -DECLARE_EVENT_SOURCE(StarMapMenu_ScanPlanet, 0x023E1430) -DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSite, 0x023E14C0) -DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSiteFailed, 0x023E1550) -DECLARE_EVENT_SOURCE(StarMapMenu_ShowRealCursor, 0x023E15E0) -DECLARE_EVENT_SOURCE(StarMapMenu_QuickSelectChange, 0x023F68B0) -DECLARE_EVENT_SOURCE(StarMapMenu_Galaxy_FocusSystem, 0x02407F50) -DECLARE_EVENT_SOURCE(StarMapMenu_OnGalaxyViewInitialized, 0x02407FE0) -DECLARE_EVENT_SOURCE(StarMapMenu_ExecuteRoute, 0x02412D84) -DECLARE_EVENT_SOURCE(StarMapMenu_OnCancel, 0x02412E14) -DECLARE_EVENT_SOURCE(StarMapMenu_OnClearRoute, 0x02412EA4) -DECLARE_EVENT_SOURCE(StarMapMenu_OnExitStarMap, 0x02412F34) -DECLARE_EVENT_SOURCE(StarMapMenu_OnHintButtonClicked, 0x02412FC4) -DECLARE_EVENT_SOURCE(StarMapMenu_OnOutpostEntrySelected, 0x02413054) -DECLARE_EVENT_SOURCE(StarMapMenu_ReadyToClose, 0x024130E4) -DECLARE_EVENT_SOURCE(SurfaceMapMenu_MarkerClicked, 0x02432BFC) -DECLARE_EVENT_SOURCE(SurfaceMapMenu_TryPlaceCustomMarker, 0x02432C8C) -DECLARE_EVENT_SOURCE(TerminalMenu_CancelEvent, 0x0244DDF0) -DECLARE_EVENT_SOURCE(Terminal_CloseAllViews, 0x0244DE80) -DECLARE_EVENT_SOURCE(Terminal_CloseTopView, 0x0244DF10) -DECLARE_EVENT_SOURCE(Terminal_CloseView, 0x0244DFA0) -DECLARE_EVENT_SOURCE(Terminal_MenuItemClick, 0x0244E030) -DECLARE_EVENT_SOURCE(TestMenu_DoAction, 0x02459DB8) -DECLARE_EVENT_SOURCE(TestMenu_ExitMenu, 0x02459E48) -DECLARE_EVENT_SOURCE(TestMenu_ShowImages, 0x02459ED8) -DECLARE_EVENT_SOURCE(TestMenu_ShowResources, 0x02459F68) -DECLARE_EVENT_SOURCE(TestMenu_TestAll, 0x02459FF8) -DECLARE_EVENT_SOURCE(TextInputMenu_EndEditText, 0x0245DF34) -DECLARE_EVENT_SOURCE(TextInputMenu_InputCanceled, 0x0245DFC4) -DECLARE_EVENT_SOURCE(TextInputMenu_StartEditText, 0x0245E054) -DECLARE_EVENT_SOURCE(CraftingMenu_Highlight3D, 0x0245F324) -DECLARE_EVENT_SOURCE(CraftingMenu_RevertHighlight, 0x0245F3B4) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ChangeBuildItem, 0x02461A18) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_SelectedItem, 0x02461AA8) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ToggleTracking, 0x02461B38) -DECLARE_EVENT_SOURCE(WorkshopMenu_AttemptBuild, 0x0246A3A4) -DECLARE_EVENT_SOURCE(WorkshopMenu_CancelAction, 0x0246A434) -DECLARE_EVENT_SOURCE(WorkshopMenu_ChangeVariant, 0x0246A4C4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ConnectionEvent, 0x0246A554) -DECLARE_EVENT_SOURCE(WorkshopMenu_ExitMenu, 0x0246A5E4) -DECLARE_EVENT_SOURCE(WorkshopMenu_MessageCallback, 0x0246A674) -DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedCategory, 0x0246A704) -DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedGridObject, 0x0246A794) -DECLARE_EVENT_SOURCE(WorkshopMenu_ShowExtras, 0x0246A824) -DECLARE_EVENT_SOURCE(WorkshopMenu_SwitchMode, 0x0246A8B4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleDistance, 0x0246A944) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleTracking, 0x0246A9D4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleView, 0x0246AA64) -DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ConfirmAction, 0x0246C4B4) -DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ExitMenu, 0x0246C544) -DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetHovered, 0x02472A80) -DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetPicked, 0x02472B10) -DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldFinished, 0x02489C64) -DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldStopped, 0x02489CF4) -DECLARE_EVENT_SOURCE(WorkshopShared_SetActionHandles, 0x02489D84) -DECLARE_EVENT_SOURCE(WorkshopShared_StartAction, 0x02489E14) -DECLARE_EVENT_SOURCE(ModelReferenceEffectEvents::ReferenceEffectFinished, 0x024A9F90) -DECLARE_EVENT_SOURCE(BGSAcousticSpaceListener::StackChangedEvent, 0x024BE2F4) -DECLARE_EVENT_SOURCE(SpaceshipBIEvents::ShipPowerAllocationBIEventSent, 0x024D60D4) -DECLARE_EVENT_SOURCE(BGSActorDeathEvent, 0x0214C33C) -DECLARE_EVENT_SOURCE(Research::ResearchProgressEvent, 0x0253732C) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x02779EF8) -DECLARE_EVENT_SOURCE(PlayerInCombatChangeEvent, 0x02792BC0) -DECLARE_EVENT_SOURCE(BlurEvent, 0x02ACF780) -DECLARE_EVENT_SOURCE(ContainerMenu_HideModel, 0x02AF2070) -DECLARE_EVENT_SOURCE(ContainerMenu_Jettison, 0x02AF2100) -DECLARE_EVENT_SOURCE(ContainerMenu_LoadModel, 0x02AF2190) -DECLARE_EVENT_SOURCE(ContainerMenu_OpenRefuelMenu, 0x02AF2220) -DECLARE_EVENT_SOURCE(ContainerMenu_SetMouseOverModel, 0x02AF22B0) -DECLARE_EVENT_SOURCE(ContainerMenu_TakeAll, 0x02AF2340) -DECLARE_EVENT_SOURCE(ContainerMenu_ToggleEquip, 0x02AF23D0) -DECLARE_EVENT_SOURCE(ContainerMenu_TransferItem, 0x02AF24FC) -DECLARE_EVENT_SOURCE(DialogueMenu_OnDialogueSelect, 0x02AF5FC0) -DECLARE_EVENT_SOURCE(DialogueMenu_OnListVisibilityChange, 0x02AF6050) -DECLARE_EVENT_SOURCE(DialogueMenu_OnPersuasionAutoWin, 0x02AF60E0) -DECLARE_EVENT_SOURCE(DialogueMenu_OnScriptedDialogueSelect, 0x02AF6170) -DECLARE_EVENT_SOURCE(DialogueMenu_RequestExit, 0x02AF6200) -DECLARE_EVENT_SOURCE(DialogueMenu_RequestSkipDialogue, 0x02AF6290) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x02AF7150) -DECLARE_EVENT_SOURCE(FavoritesMenu_AssignQuickkey, 0x02B03A30) -DECLARE_EVENT_SOURCE(FavoritesMenu_UseQuickkey, 0x02B03AC0) -DECLARE_EVENT_SOURCE(LoadingMenu_RefreshText, 0x02B07A0C) -DECLARE_EVENT_SOURCE(MainMenu_ActionCanceled, 0x02B0BCEC) -DECLARE_EVENT_SOURCE(MainMenu_ActionConfirmed, 0x02B0BD7C) -DECLARE_EVENT_SOURCE(MainMenu_ConfirmLoad, 0x02B0BE0C) -DECLARE_EVENT_SOURCE(MainMenu_DeleteSave, 0x02B0BE9C) -DECLARE_EVENT_SOURCE(MainMenu_SetCharacter, 0x02B0BFCC) -DECLARE_EVENT_SOURCE(MainMenu_StartAction, 0x02B0C05C) -DECLARE_EVENT_SOURCE(MainMenu_StartLoad, 0x02B0C0EC) -DECLARE_EVENT_SOURCE(MainMenu_UploadSave, 0x02B0C17C) -DECLARE_EVENT_SOURCE(BGSAppPausedEvent, 0x02B0DB44) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnBackOut, 0x02B12C60) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnButtonPress, 0x02B12CF0) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnScriptedButtonPress, 0x02B12D80) -DECLARE_EVENT_SOURCE(SleepWaitMenu_InterruptRest, 0x02B179E8) -DECLARE_EVENT_SOURCE(SleepWaitMenu_StartRest, 0x02B17A78) -DECLARE_EVENT_SOURCE(Spaceship::BoughtEvent, 0x02DF6F70) -DECLARE_EVENT_SOURCE(Spaceship::ContrabandScanWarningEvent, 0x02DF7000) -DECLARE_EVENT_SOURCE(Spaceship::DockEvent, 0x02DF7090) -DECLARE_EVENT_SOURCE(Spaceship::DynamicNavmeshCompleted, 0x02E340D0) -DECLARE_EVENT_SOURCE(Spaceship::FarTravelEvent, 0x02DF71B0) -DECLARE_EVENT_SOURCE(Spaceship::LandingEvent, 0x02DF7240) -DECLARE_EVENT_SOURCE(Spaceship::PlanetScanEvent, 0x02DF72D0) -DECLARE_EVENT_SOURCE(Spaceship::RampDownEvent, 0x02DF7360) -DECLARE_EVENT_SOURCE(Spaceship::RefueledEvent, 0x02DF73F0) -DECLARE_EVENT_SOURCE(Spaceship::RegisteredEvent, 0x02DF7480) -DECLARE_EVENT_SOURCE(Spaceship::ShieldEvent, 0x02DF7510) -DECLARE_EVENT_SOURCE(Spaceship::ShipAddedEvent, 0x02DF75A0) -DECLARE_EVENT_SOURCE(Spaceship::ShipCollisionEvent, 0x02DF7630) -DECLARE_EVENT_SOURCE(Spaceship::ShipCustomizedEvent, 0x02DF76C0) -DECLARE_EVENT_SOURCE(Spaceship::SoldEvent, 0x02DF7750) -DECLARE_EVENT_SOURCE(Spaceship::SystemDamagedEvent, 0x02DF77E0) -DECLARE_EVENT_SOURCE(Spaceship::SystemPowerAllocationEvent, 0x02DF7870) -DECLARE_EVENT_SOURCE(Spaceship::SystemPowerChangeEvent, 0x02DF7900) -DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedBIEvent, 0x02DF7990) -DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedEvent, 0x02DF7A20) -DECLARE_EVENT_SOURCE(Spaceship::TakeDamagEvent, 0x02DF7AB0) -DECLARE_EVENT_SOURCE(ContextStackChangedEvent, 0x02F71ED4) -DECLARE_EVENT_SOURCE(UpdateSceneRectEvent, 0x031757E0) -DECLARE_EVENT_SOURCE(GameStalledEvent, 0x03342118) +DECLARE_EVENT_SOURCE(SnapTemplateUtils::SnapReplaceEvent, 0x007A7044) +DECLARE_EVENT_SOURCE(ImageFixtureEvent_RequestImage, 0x007A82FC) +DECLARE_EVENT_SOURCE(ImageFixtureEvent_UnregisterImage, 0x007AB1F8) +DECLARE_EVENT_SOURCE(Spaceship::TakeOffEvent, 0x007AE0A8) +DECLARE_EVENT_SOURCE(HUDActivityIncreaseEvent, 0x012179F0) +DECLARE_EVENT_SOURCE(AnimationDataCleanupEvent, 0x0126D7CC) +DECLARE_EVENT_SOURCE(AnimationDataSetupEvent, 0x0126D85C) +DECLARE_EVENT_SOURCE(EndLoadGameEvent, 0x012C6474) +DECLARE_EVENT_SOURCE(StartLoadGameEvent, 0x012C6504) +DECLARE_EVENT_SOURCE(ShipEditor_SystemSelected, 0x012FC96C) +DECLARE_EVENT_SOURCE(ShipEditor_PreviewUpgrade, 0x01303064) +DECLARE_EVENT_SOURCE(ShipEditor_SelectedUpgrade, 0x013030F4) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceAttach, 0x0135CAC0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDetach, 0x0135CB50) +DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_ChangeWeaponAssignment, 0x013E9724) +DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_OnHintButtonActivated, 0x013E97B4) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmCancel, 0x0140C694) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmExit, 0x0140C724) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmSaveAndExit, 0x0140C7B4) +DECLARE_EVENT_SOURCE(ShipEditor_OnFlightCheckTabChanged, 0x01411304) +DECLARE_EVENT_SOURCE(ShipEditor_OnWeaponGroupChanged, 0x01411394) +DECLARE_EVENT_SOURCE(ShipEditor_OnRenameEndEditText, 0x01416CC0) +DECLARE_EVENT_SOURCE(ShipEditor_OnRenameInputCancelled, 0x01416D50) +DECLARE_EVENT_SOURCE(ShipEditor_ChangeModuleCategory, 0x0141B544) +DECLARE_EVENT_SOURCE(ShipEditor_PreviewShipPart, 0x0141B5D4) +DECLARE_EVENT_SOURCE(ShipEditor_SelectedShipPart, 0x0141B664) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerControlChanged, 0x01309EDC) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerTabChanged, 0x01309F6C) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorSliderMouseInput, 0x01309FFC) +DECLARE_EVENT_SOURCE(ShipEditor_OnRecentColorSwatchClicked, 0x0130A08C) +DECLARE_EVENT_SOURCE(ShipBuilder_CloseAllMenus, 0x0144937C) +DECLARE_EVENT_SOURCE(ShipEditor_OnHintButtonActivated, 0x0144940C) +DECLARE_EVENT_SOURCE(ShipEditor_RemoveAll3D, 0x0144949C) +DECLARE_EVENT_SOURCE(ReferenceQueuedEvent, 0x014B4D38) +DECLARE_EVENT_SOURCE(LoadScreenEndEvent, 0x014CEB8C) +DECLARE_EVENT_SOURCE(LoadScreenStartEvent, 0x014CEC1C) +DECLARE_EVENT_SOURCE(CellAttachDetachEvent, 0x014CECAC) +DECLARE_EVENT_SOURCE(PickRefStateChangedEvent, 0x0154B6F8) +DECLARE_EVENT_SOURCE(ActivityTrackerActivityStartedEvent, 0x01555C98) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceCleared3d, 0x015E2CB0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDestroy, 0x015E2D40) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceInit, 0x015E2DD0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceRecycle, 0x015E2E60) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceSet3d, 0x015E2EF0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::Release3DRelatedData, 0x015E2F80) +DECLARE_EVENT_SOURCE(BSWorldOriginShiftEvent, 0x015EF42C) +DECLARE_EVENT_SOURCE(BGSPlanet::PlayerKnowledgeFlagSetEvent, 0x0171655C) +DECLARE_EVENT_SOURCE(StarMap::PlanetTraitKnownEvent, 0x017165EC) +DECLARE_EVENT_SOURCE(ResetHistoryDataEvent, 0x017EB088) +DECLARE_EVENT_SOURCE(TESQuestRewardEvent, 0x018052CC) +DECLARE_EVENT_SOURCE(HUDWeaponWorldFOVMultChangedEvent, 0x0180754C) +DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionEndEvent, 0x018FD83C) +DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionStartEvent, 0x018FD8CC) +DECLARE_EVENT_SOURCE(AutoLoadDoorRolloverEvent, 0x019AE1BC) +DECLARE_EVENT_SOURCE(ClearQuickContainerEvent, 0x019AE24C) +DECLARE_EVENT_SOURCE(ReferenceCellLoadedTemps, 0x01A27F6C) +DECLARE_EVENT_SOURCE(Workshop::CargoLinkAddedEvent, 0x01DB7A2C) +DECLARE_EVENT_SOURCE(Workshop::CargoLinkTargetChangedEvent, 0x01DB7ABC) +DECLARE_EVENT_SOURCE(Workshop::EnterOutpostBeaconModeEvent, 0x01DB7B4C) +DECLARE_EVENT_SOURCE(Workshop::ItemGrabbedEvent, 0x01DB7BDC) +DECLARE_EVENT_SOURCE(Workshop::ItemMovedEvent, 0x01DB7C6C) +DECLARE_EVENT_SOURCE(Workshop::ItemPlacedEvent, 0x01DB7CFC) +DECLARE_EVENT_SOURCE(Workshop::ItemProducedEvent, 0x01DB7D8C) +DECLARE_EVENT_SOURCE(Workshop::ItemRemovedEvent, 0x01DB7E1C) +DECLARE_EVENT_SOURCE(Workshop::ItemRepairedEvent, 0x01DB7EAC) +DECLARE_EVENT_SOURCE(Workshop::ItemScrappedEvent, 0x01DB7F3C) +DECLARE_EVENT_SOURCE(Workshop::OutpostNameChangedEvent, 0x01DB7FCC) +DECLARE_EVENT_SOURCE(Workshop::OutpostPlacedEvent, 0x01DB805C) +DECLARE_EVENT_SOURCE(PickRefUpdateEvent, 0x01DB80EC) +DECLARE_EVENT_SOURCE(Workshop::PlacementStatusEvent, 0x01DB817C) +DECLARE_EVENT_SOURCE(Workshop::PowerOffEvent, 0x01DB820C) +DECLARE_EVENT_SOURCE(Workshop::PowerOnEvent, 0x01DB829C) +DECLARE_EVENT_SOURCE(Workshop::SnapBehaviorCycledEvent, 0x01DB832C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopFlyCameraEvent, 0x01DB83BC) +DECLARE_EVENT_SOURCE(Workshop::WorkshopItemPlacedEvent, 0x01DB844C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopModeEvent, 0x01DB84DC) +DECLARE_EVENT_SOURCE(Workshop::WorkshopOutputLinkEvent, 0x01DB860C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopStatsChangedEvent, 0x01DB869C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopUpdateStatsEvent, 0x01DB872C) +DECLARE_EVENT_SOURCE(ShipCameraStateToggled, 0x01E14334) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpPressEvent, 0x0200DBE4) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpReleaseEvent, 0x0200DC74) +DECLARE_EVENT_SOURCE(PlayerSneakingChangeEvent, 0x0200F45C) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintJustPressedEvent, 0x0200F698) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintReleasedEvent, 0x0200F728) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsEndEvent, 0x020148B0) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsStartEvent, 0x02014940) +DECLARE_EVENT_SOURCE(SaveLoadEvent, 0x020448EC) +DECLARE_EVENT_SOURCE(SpaceshipWeaponBinding::SpaceshipWeaponBindingChangedEvent, 0x02077088) +DECLARE_EVENT_SOURCE(BoundaryMenu_FastTravel, 0x020CB8E8) +DECLARE_EVENT_SOURCE(BoundaryMenu_ShowMap, 0x020CB978) +DECLARE_EVENT_SOURCE(PhotoGallery_DeletePhoto, 0x0212C264) +DECLARE_EVENT_SOURCE(PowersMenu_ActivateEssence, 0x0212F740) +DECLARE_EVENT_SOURCE(PowersMenu_EquipPower, 0x0212F7D0) +DECLARE_EVENT_SOURCE(PowersMenu_FavoritePower, 0x0212F860) +DECLARE_EVENT_SOURCE(ContainerMenuClosed::Event, 0x0214236C) +DECLARE_EVENT_SOURCE(HangarShipSelection_ChangeSystemDisplay, 0x021423FC) +DECLARE_EVENT_SOURCE(HangarShipSelection_RepairShip, 0x0214248C) +DECLARE_EVENT_SOURCE(HangarShipSelection_UpgradeSystem, 0x0214251C) +DECLARE_EVENT_SOURCE(ShipCrewMenu_Close, 0x021425AC) +DECLARE_EVENT_SOURCE(BinkMovieStoppedPlayingEvent, 0x0214F450) +DECLARE_EVENT_SOURCE(WorkshopColorMode_ApplyColors, 0x021AEBAC) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SelectedTab, 0x021AEC3C) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SliderChanged, 0x021AECCC) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SwatchChanged, 0x021AED5C) +DECLARE_EVENT_SOURCE(HUDCrewBuffMessageEvent, 0x021AFF3C) +DECLARE_EVENT_SOURCE(CraftingMenu_SessionSummaryEvent, 0x021B9018) +DECLARE_EVENT_SOURCE(CraftingMenu_CraftItem, 0x021B90A8) +DECLARE_EVENT_SOURCE(CraftingMenu_ExitBench, 0x021B9138) +DECLARE_EVENT_SOURCE(CraftingMenu_InstallMod, 0x021B91C8) +DECLARE_EVENT_SOURCE(CraftingMenu_RenameItem, 0x021B9258) +DECLARE_EVENT_SOURCE(CraftingMenu_RevertedModdedItem, 0x021B92E8) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedMod, 0x021B9378) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModSlot, 0x021B9408) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModdableItem, 0x021B9498) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedRecipe, 0x021B9528) +DECLARE_EVENT_SOURCE(CraftingMenu_SetInspectControls, 0x021B95B8) +DECLARE_EVENT_SOURCE(CraftingMenu_ToggleTracking, 0x021B9648) +DECLARE_EVENT_SOURCE(CraftingMenu_ViewingModdableItem, 0x021B96D8) +DECLARE_EVENT_SOURCE(ContainerMenu_CloseMenu, 0x021C789C) +DECLARE_EVENT_SOURCE(InventoryMenu_Change3DView, 0x021C79CC) +DECLARE_EVENT_SOURCE(InventoryMenu_PaperDollTryOn, 0x021C7A5C) +DECLARE_EVENT_SOURCE(InventoryMenu_ResetPaperDollInv, 0x021C7AEC) +DECLARE_EVENT_SOURCE(UpdateActivateListenerEvent, 0x021CFB38) +DECLARE_EVENT_SOURCE(StartOutpostFromListenerEvent, 0x021D17A8) +DECLARE_EVENT_SOURCE(HUDModeEvent, 0x021E1A5C) +DECLARE_EVENT_SOURCE(OpenContainerMenuEventData, 0x021E1AEC) +DECLARE_EVENT_SOURCE(OpenContainerMenuFromListenerEvent, 0x021E1B7C) +DECLARE_EVENT_SOURCE(HUDRolloverActivationButtonEvent, 0x021E1C0C) +DECLARE_EVENT_SOURCE(HUDRolloverActivationQCItemPressEvent, 0x021E1C9C) +DECLARE_EVENT_SOURCE(Inventory_SetSort, 0x021E1D2C) +DECLARE_EVENT_SOURCE(ShowingQuestMarketTextEvent, 0x021EF084) +DECLARE_EVENT_SOURCE(TargetHitEvent, 0x021F18A8) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x021F1938) +DECLARE_EVENT_SOURCE(ClearHUDMessagesEvent, 0x021F8F14) +DECLARE_EVENT_SOURCE(ShowHUDMessageEvent, 0x021F8FA4) +DECLARE_EVENT_SOURCE(PlayerDetectionLevelChangeEvent, 0x021FC144) +DECLARE_EVENT_SOURCE(ShowCustomWatchAlert, 0x02201204) +DECLARE_EVENT_SOURCE(PlayerUpdateEvent, 0x0223E42C) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleHelmet, 0x0223E4BC) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleSuit, 0x0223E54C) +DECLARE_EVENT_SOURCE(ControlsRemappedEvent, 0x02286F08) +DECLARE_EVENT_SOURCE(SettingsPanel_CheckBoxChanged, 0x02286F98) +DECLARE_EVENT_SOURCE(SettingsPanel_ClearBinding, 0x02287028) +DECLARE_EVENT_SOURCE(SettingsPanel_OpenCategory, 0x0228715C) +DECLARE_EVENT_SOURCE(SettingsPanel_OpenSettings, 0x022871EC) +DECLARE_EVENT_SOURCE(SettingsPanel_RemapConfirmed, 0x0228727C) +DECLARE_EVENT_SOURCE(SettingsPanel_RemapMode, 0x0228730C) +DECLARE_EVENT_SOURCE(SettingsPanel_ResetToDefaults, 0x0228739C) +DECLARE_EVENT_SOURCE(SettingsPanel_SaveControls, 0x0228742C) +DECLARE_EVENT_SOURCE(SettingsPanel_SaveSettings, 0x022874BC) +DECLARE_EVENT_SOURCE(SettingsPanel_SliderChanged, 0x0228754C) +DECLARE_EVENT_SOURCE(SettingsPanel_StepperChanged, 0x022875DC) +DECLARE_EVENT_SOURCE(SettingsPanel_ValidateControls, 0x0228766C) +DECLARE_EVENT_SOURCE(ShipCrewMenu_OpenAssignMenu, 0x02292134) +DECLARE_EVENT_SOURCE(ShipCrewMenu_SetSort, 0x022921C4) +DECLARE_EVENT_SOURCE(Spaceship::PlayerMovementOutputEvent, 0x022B79D8) +DECLARE_EVENT_SOURCE(ShowLongShipBootup, 0x022B7A68) +DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferMenu, 0x022B7AF8) +DECLARE_EVENT_SOURCE(ShipHud_Activate, 0x022B7B88) +DECLARE_EVENT_SOURCE(ShipHud_BodyViewMarkerDimensions, 0x022B7C18) +DECLARE_EVENT_SOURCE(ShipHud_ChangeComponentSelection, 0x022B7CA8) +DECLARE_EVENT_SOURCE(ShipHud_CloseMenu, 0x022B7D38) +DECLARE_EVENT_SOURCE(ShipHud_Deselect, 0x022B7DC8) +DECLARE_EVENT_SOURCE(ShipHud_FarTravel, 0x022B7E58) +DECLARE_EVENT_SOURCE(ShipHud_HailAccepted, 0x022B7EE8) +DECLARE_EVENT_SOURCE(ShipHud_HailCancelled, 0x022B7F78) +DECLARE_EVENT_SOURCE(ShipHud_JumpToQuestMarker, 0x022B8008) +DECLARE_EVENT_SOURCE(ShipHud_Land, 0x022B8098) +DECLARE_EVENT_SOURCE(ShipHud_LandingMarkerMap, 0x022B8128) +DECLARE_EVENT_SOURCE(ShipHud_Map, 0x022B81B8) +DECLARE_EVENT_SOURCE(ShipHud_OnMonocleToggle, 0x022B8248) +DECLARE_EVENT_SOURCE(ShipHud_OpenPhotoMode, 0x022B82D8) +DECLARE_EVENT_SOURCE(ShipHud_Repair, 0x022B8368) +DECLARE_EVENT_SOURCE(ShipHud_SetTargetMode, 0x022B83F8) +DECLARE_EVENT_SOURCE(ShipHud_Target, 0x022B8488) +DECLARE_EVENT_SOURCE(ShipHud_TargetShipSystem, 0x022B8518) +DECLARE_EVENT_SOURCE(ShipHud_UntargetShipSystem, 0x022B85A8) +DECLARE_EVENT_SOURCE(ShipHud_UpdateComponentPower, 0x022B8638) +DECLARE_EVENT_SOURCE(DialogueMenu_CompleteExit, 0x022E40CC) +DECLARE_EVENT_SOURCE(BGSScannerGuideEffectStatusUpdateEvent, 0x022F5250) +DECLARE_EVENT_SOURCE(GlobalFunc_CloseAllMenus, 0x022FA3A8) +DECLARE_EVENT_SOURCE(GlobalFunc_CloseMenu, 0x022FA438) +DECLARE_EVENT_SOURCE(GlobalFunc_PlayMenuSound, 0x022FA4C8) +DECLARE_EVENT_SOURCE(GlobalFunc_StartGameRender, 0x022FA558) +DECLARE_EVENT_SOURCE(GlobalFunc_UserEvent, 0x022FA5E8) +DECLARE_EVENT_SOURCE(ExperienceMeterDisplayData, 0x02305518) +DECLARE_EVENT_SOURCE(LevelUp_AnimFinished, 0x023055A8) +DECLARE_EVENT_SOURCE(LevelUp_OnWidgetShown, 0x02305638) +DECLARE_EVENT_SOURCE(LevelUp_OpenDataMenu, 0x023056C8) +DECLARE_EVENT_SOURCE(LevelUp_ShowSkills, 0x02305758) +DECLARE_EVENT_SOURCE(LocationTextWidget_FinishedQueue, 0x023057E8) +DECLARE_EVENT_SOURCE(DisplayFatigueWarningEvent, 0x02305A90) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x0230956C) +DECLARE_EVENT_SOURCE(PlayerCrosshairModeEvent, 0x021F0EE0) +DECLARE_EVENT_SOURCE(HUDNotificationEvent, 0x023127D8) +DECLARE_EVENT_SOURCE(HUDNotification_MissionActiveWidgetUpdate, 0x02312868) +DECLARE_EVENT_SOURCE(HUDNotification_OpenDataMenu, 0x023128F8) +DECLARE_EVENT_SOURCE(HUDNotification_OpenMissionMenu, 0x02312988) +DECLARE_EVENT_SOURCE(HUDNotification_SetMissionActive, 0x02312A18) +DECLARE_EVENT_SOURCE(PlayerSetWeaponStateEvent, 0x023145E8) +DECLARE_EVENT_SOURCE(BarterMenu_BuyItem, 0x02327C18) +DECLARE_EVENT_SOURCE(BarterMenu_CloseMenu, 0x02327CA8) +DECLARE_EVENT_SOURCE(BarterMenu_HideModel, 0x02327D38) +DECLARE_EVENT_SOURCE(BarterMenu_LoadModel, 0x02327DC8) +DECLARE_EVENT_SOURCE(BarterMenu_SellItem, 0x02327E58) +DECLARE_EVENT_SOURCE(BarterMenu_SetMouseOverModel, 0x02327EE8) +DECLARE_EVENT_SOURCE(BarterMenu_ShowFailureMessage, 0x02327F78) +DECLARE_EVENT_SOURCE(BarterMenu_ViewedItem, 0x02328008) +DECLARE_EVENT_SOURCE(MissionMenu_ClearState, 0x0232C610) +DECLARE_EVENT_SOURCE(MissionMenu_PlotToLocation, 0x0232C6A0) +DECLARE_EVENT_SOURCE(MissionMenu_RejectQuest, 0x0232C730) +DECLARE_EVENT_SOURCE(MissionMenu_SaveCategoryIndex, 0x0232C7C0) +DECLARE_EVENT_SOURCE(MissionMenu_SaveOpenedId, 0x0232C850) +DECLARE_EVENT_SOURCE(MissionMenu_ShowItemLocation, 0x0232C8E0) +DECLARE_EVENT_SOURCE(MissionMenu_ToggleTrackingQuest, 0x0232CA0C) +DECLARE_EVENT_SOURCE(DataSlateButtons_acceptClicked, 0x02332148) +DECLARE_EVENT_SOURCE(DataSlateButtons_cancelClicked, 0x023321D8) +DECLARE_EVENT_SOURCE(DataSlateMenu_playSFX, 0x02332268) +DECLARE_EVENT_SOURCE(DataSlateMenu_toggleAudio, 0x023322F8) +DECLARE_EVENT_SOURCE(InventoryMenu_DropItem, 0x02338F84) +DECLARE_EVENT_SOURCE(InventoryMenu_HideModel, 0x02339014) +DECLARE_EVENT_SOURCE(InventoryMenu_LoadModel, 0x023390A4) +DECLARE_EVENT_SOURCE(InventoryMenu_OnEnterCategory, 0x02339134) +DECLARE_EVENT_SOURCE(InventoryMenu_OpenCargoHold, 0x023391C4) +DECLARE_EVENT_SOURCE(InventoryMenu_SelectItem, 0x02339254) +DECLARE_EVENT_SOURCE(InventoryMenu_SetMouseOverModel, 0x023392E4) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleFavorite, 0x0233941C) +DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryChanged, 0x023458D8) +DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryPressed, 0x02345968) +DECLARE_EVENT_SOURCE(MonocleMenu_Bioscan, 0x0234D788) +DECLARE_EVENT_SOURCE(MonocleMenu_FastTravel, 0x0234D818) +DECLARE_EVENT_SOURCE(MonocleMenu_Harvest, 0x0234D8A8) +DECLARE_EVENT_SOURCE(MonocleMenu_Initialize, 0x0234D938) +DECLARE_EVENT_SOURCE(MonocleMenu_Outpost, 0x0234DA6C) +DECLARE_EVENT_SOURCE(MonocleMenu_PhotoMode, 0x0234DAFC) +DECLARE_EVENT_SOURCE(MonocleMenu_Shutdown, 0x0234DB8C) +DECLARE_EVENT_SOURCE(MonocleMenu_SocialSpell, 0x0234DC1C) +DECLARE_EVENT_SOURCE(MonocleMenu_StartContainerView, 0x0234DCAC) +DECLARE_EVENT_SOURCE(MonocleMenu_StopContainerView, 0x0234DD3C) +DECLARE_EVENT_SOURCE(MonocleMenu_SurfaceMap, 0x0234DDCC) +DECLARE_EVENT_SOURCE(MonocleMenu_UseListScrollControls, 0x0234DE5C) +DECLARE_EVENT_SOURCE(MonocleMenu_ZoomIn, 0x0234DEEC) +DECLARE_EVENT_SOURCE(MonocleMenu_ZoomOut, 0x0234DF7C) +DECLARE_EVENT_SOURCE(PhotoMode_InitializeCategory, 0x02353828) +DECLARE_EVENT_SOURCE(PhotoMode_ResetToDefaults, 0x0235395C) +DECLARE_EVENT_SOURCE(PhotoMode_SliderChanged, 0x023539EC) +DECLARE_EVENT_SOURCE(PhotoMode_StepperChanged, 0x02353A7C) +DECLARE_EVENT_SOURCE(PhotoMode_TakeSnapshot, 0x02353B0C) +DECLARE_EVENT_SOURCE(PhotoMode_ToggleHelmet, 0x02353B9C) +DECLARE_EVENT_SOURCE(PhotoMode_ToggleUI, 0x02353C2C) +DECLARE_EVENT_SOURCE(PickpocketMenu_OnItemSelect, 0x0235C704) +DECLARE_EVENT_SOURCE(ResearchMenu_AddMaterial, 0x02361B78) +DECLARE_EVENT_SOURCE(ResearchMenu_CategorySelected, 0x02361C08) +DECLARE_EVENT_SOURCE(ResearchMenu_ExitMenu, 0x02361C98) +DECLARE_EVENT_SOURCE(ResearchMenu_HideModel, 0x02361D28) +DECLARE_EVENT_SOURCE(ResearchMenu_PreviewProject, 0x02361DB8) +DECLARE_EVENT_SOURCE(ResearchMenu_ProjectViewed, 0x02361E48) +DECLARE_EVENT_SOURCE(ResearchMenu_SetInspectControls, 0x02361ED8) +DECLARE_EVENT_SOURCE(ResearchMenu_ToggleTrackingProject, 0x02361F68) +DECLARE_EVENT_SOURCE(UnlockedTerminalElementEvent, 0x02373F98) +DECLARE_EVENT_SOURCE(SecurityMenu_BackOutKey, 0x02374028) +DECLARE_EVENT_SOURCE(SecurityMenu_CloseMenu, 0x023740B8) +DECLARE_EVENT_SOURCE(SecurityMenu_ConfirmExit, 0x02374148) +DECLARE_EVENT_SOURCE(SecurityMenu_EliminateUnusedKeys, 0x023741D8) +DECLARE_EVENT_SOURCE(SecurityMenu_GetRingHint, 0x02374268) +DECLARE_EVENT_SOURCE(SecurityMenu_SelectNewKey, 0x023742F8) +DECLARE_EVENT_SOURCE(SecurityMenu_TryUseKey, 0x02374388) +DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Assign, 0x02378344) +DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Unassign, 0x023783D4) +DECLARE_EVENT_SOURCE(ShipCrewMenu_ViewedItem, 0x02378464) +DECLARE_EVENT_SOURCE(Refuel_Accept, 0x0237A304) +DECLARE_EVENT_SOURCE(Refuel_Cancel, 0x0237A394) +DECLARE_EVENT_SOURCE(SkillsMenu_Accept, 0x02380E28) +DECLARE_EVENT_SOURCE(SkillsMenu_AddPatch, 0x02380EB8) +DECLARE_EVENT_SOURCE(SkillsMenu_Cancel, 0x02380F48) +DECLARE_EVENT_SOURCE(SkillsMenu_ChangeCursorVisibility, 0x02380FD8) +DECLARE_EVENT_SOURCE(SkillsMenu_SaveLastCategory, 0x02381068) +DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::MenuClosedEvent, 0x023A595C) +DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::PresetNPCChangedEvent, 0x023A59EC) +DECLARE_EVENT_SOURCE(CharGen_BrowChange, 0x023A5A7C) +DECLARE_EVENT_SOURCE(CharGen_BrowColorChange, 0x023A5B0C) +DECLARE_EVENT_SOURCE(CharGen_CancelTextEntry, 0x023A5B9C) +DECLARE_EVENT_SOURCE(CharGen_CloseMenu, 0x023A5C2C) +DECLARE_EVENT_SOURCE(CharGen_CyclePronoun, 0x023A5CBC) +DECLARE_EVENT_SOURCE(CharGen_DirtScarsEtcChange, 0x023A5D4C) +DECLARE_EVENT_SOURCE(CharGen_EndBodyChange, 0x023A5DDC) +DECLARE_EVENT_SOURCE(CharGen_EndTextEntry, 0x023A5E6C) +DECLARE_EVENT_SOURCE(CharGen_EyeColorChange, 0x023A5EFC) +DECLARE_EVENT_SOURCE(CharGen_FacialHairChange, 0x023A5F8C) +DECLARE_EVENT_SOURCE(CharGen_FacialHairColorChange, 0x023A601C) +DECLARE_EVENT_SOURCE(CharGen_HairChange, 0x023A60AC) +DECLARE_EVENT_SOURCE(CharGen_HairColorChange, 0x023A613C) +DECLARE_EVENT_SOURCE(CharGen_HeadpartPlusSelectorChange, 0x023A61CC) +DECLARE_EVENT_SOURCE(CharGen_HeadpartPresetChange, 0x023A625C) +DECLARE_EVENT_SOURCE(CharGen_JewelryChange, 0x023A62EC) +DECLARE_EVENT_SOURCE(CharGen_JewelryColorChange, 0x023A637C) +DECLARE_EVENT_SOURCE(CharGen_MakeupChange, 0x023A640C) +DECLARE_EVENT_SOURCE(CharGen_MarkingsChange, 0x023A649C) +DECLARE_EVENT_SOURCE(CharGen_PostBlendColorOptionChange, 0x023A652C) +DECLARE_EVENT_SOURCE(CharGen_PostBlendFaceChange, 0x023A65BC) +DECLARE_EVENT_SOURCE(CharGen_PostBlendIntensityChange, 0x023A664C) +DECLARE_EVENT_SOURCE(CharGen_PresetChange, 0x023A66DC) +DECLARE_EVENT_SOURCE(CharGen_RollOffLocomotion, 0x023A676C) +DECLARE_EVENT_SOURCE(CharGen_RollOnLocomotion, 0x023A67FC) +DECLARE_EVENT_SOURCE(CharGen_RotatePaperdoll, 0x023A688C) +DECLARE_EVENT_SOURCE(CharGen_SetAdditionalSlider, 0x023A691C) +DECLARE_EVENT_SOURCE(CharGen_SetBackground, 0x023A69AC) +DECLARE_EVENT_SOURCE(CharGen_SetBlockInputUnderPopup, 0x023A6A3C) +DECLARE_EVENT_SOURCE(CharGen_SetBodyValues, 0x023A6ACC) +DECLARE_EVENT_SOURCE(CharGen_SetCameraPosition, 0x023A6B5C) +DECLARE_EVENT_SOURCE(CharGen_SetPronoun, 0x023A6BEC) +DECLARE_EVENT_SOURCE(CharGen_SetSex, 0x023A6C7C) +DECLARE_EVENT_SOURCE(CharGen_SetSlider, 0x023A6D0C) +DECLARE_EVENT_SOURCE(CharGen_SetTrait, 0x023A6D9C) +DECLARE_EVENT_SOURCE(CharGen_ShowChooseBackgroundMessage, 0x023A6E2C) +DECLARE_EVENT_SOURCE(CharGen_ShowPlayerRenameMessage, 0x023A6EBC) +DECLARE_EVENT_SOURCE(CharGen_SkintoneChange, 0x023A6F4C) +DECLARE_EVENT_SOURCE(CharGen_StartBodyChange, 0x023A6FDC) +DECLARE_EVENT_SOURCE(CharGen_StartTextEntry, 0x023A706C) +DECLARE_EVENT_SOURCE(CharGen_SwitchBodyType, 0x023A70FC) +DECLARE_EVENT_SOURCE(CharGen_SwitchLocomotion, 0x023A718C) +DECLARE_EVENT_SOURCE(CharGen_TeethChange, 0x023A721C) +DECLARE_EVENT_SOURCE(CharGen_TeethRollOff, 0x023A72AC) +DECLARE_EVENT_SOURCE(CharGen_TeethRollOn, 0x023A733C) +DECLARE_EVENT_SOURCE(CharGen_ToggleMarking, 0x023A73CC) +DECLARE_EVENT_SOURCE(CharGen_TogglePreviewHabSuit, 0x023A745C) +DECLARE_EVENT_SOURCE(UIMenuChargenMenuDisablePaperdoll, 0x023A74EC) +DECLARE_EVENT_SOURCE(DataMenu_CloseMenu, 0x023AE5E8) +DECLARE_EVENT_SOURCE(DataMenu_ClosedForSubMenu, 0x023AE678) +DECLARE_EVENT_SOURCE(DataMenu_Missions, 0x023AE708) +DECLARE_EVENT_SOURCE(DataMenu_PlotToLocation, 0x023AE83C) +DECLARE_EVENT_SOURCE(DataMenu_Reopened, 0x023AE8CC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedAttributesMenu, 0x023AE95C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedInventoryMenu, 0x023AE9EC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedMapMenu, 0x023AEA7C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedPowersMenu, 0x023AEB0C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedShipMenu, 0x023AEB9C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedStatusMenu, 0x023AEC2C) +DECLARE_EVENT_SOURCE(DataMenu_SetMenuForQuickEntry, 0x023AECBC) +DECLARE_EVENT_SOURCE(DataMenu_SetPaperDollActive, 0x023AED4C) +DECLARE_EVENT_SOURCE(PauseMenu_ActionCanceled, 0x023B9D24) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmAction, 0x023B9DB4) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmLoad, 0x023B9E44) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmSave, 0x023B9ED4) +DECLARE_EVENT_SOURCE(PauseMenu_DeleteSave, 0x023B9F64) +DECLARE_EVENT_SOURCE(PauseMenu_QuitToDesktop, 0x023B9FF4) +DECLARE_EVENT_SOURCE(PauseMenu_SetCharacter, 0x023BA084) +DECLARE_EVENT_SOURCE(PauseMenu_StartAction, 0x023BA114) +DECLARE_EVENT_SOURCE(PauseMenu_StartLoad, 0x023BA1A4) +DECLARE_EVENT_SOURCE(PauseMenu_UploadSave, 0x023BA234) +DECLARE_EVENT_SOURCE(PlayBink_CloseMenu, 0x023BB4B0) +DECLARE_EVENT_SOURCE(Spaceship::GravJumpEvent, 0x023C1104) +DECLARE_EVENT_SOURCE(Spaceship::LandedSetEvent, 0x023C1194) +DECLARE_EVENT_SOURCE(Reticle_OnLongAnimFinished, 0x023C1224) +DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferItem, 0x023C12B4) +DECLARE_EVENT_SOURCE(ShipHud_AbortJump, 0x023C1344) +DECLARE_EVENT_SOURCE(ShipHud_DockRequested, 0x023C13D4) +DECLARE_EVENT_SOURCE(ShipHud_HailShip, 0x023C1464) +DECLARE_EVENT_SOURCE(ShipHud_UpdateTargetPanelRect, 0x023C14F4) +DECLARE_EVENT_SOURCE(TakeoffMenu_CloseMenu, 0x023C1584) +DECLARE_EVENT_SOURCE(TakeoffMenu_ExitShip, 0x023C1614) +DECLARE_EVENT_SOURCE(TakeoffMenu_Launch, 0x023C16A4) +DECLARE_EVENT_SOURCE(StarMapMenu_LandingInputInProgress, 0x023E1460) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupContainerVisibilityChanged, 0x023E14F0) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryClicked, 0x023E1580) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryHoverChanged, 0x023E1610) +DECLARE_EVENT_SOURCE(StarMapMenu_ScanPlanet, 0x023E16A0) +DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSite, 0x023E1730) +DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSiteFailed, 0x023E17C0) +DECLARE_EVENT_SOURCE(StarMapMenu_ShowRealCursor, 0x023E1850) +DECLARE_EVENT_SOURCE(StarMapMenu_QuickSelectChange, 0x023F6B20) +DECLARE_EVENT_SOURCE(StarMapMenu_Galaxy_FocusSystem, 0x024081C0) +DECLARE_EVENT_SOURCE(StarMapMenu_OnGalaxyViewInitialized, 0x02408250) +DECLARE_EVENT_SOURCE(StarMapMenu_ExecuteRoute, 0x02412FF4) +DECLARE_EVENT_SOURCE(StarMapMenu_OnCancel, 0x02413084) +DECLARE_EVENT_SOURCE(StarMapMenu_OnClearRoute, 0x02413114) +DECLARE_EVENT_SOURCE(StarMapMenu_OnExitStarMap, 0x024131A4) +DECLARE_EVENT_SOURCE(StarMapMenu_OnHintButtonClicked, 0x02413234) +DECLARE_EVENT_SOURCE(StarMapMenu_OnOutpostEntrySelected, 0x024132C4) +DECLARE_EVENT_SOURCE(StarMapMenu_ReadyToClose, 0x02413354) +DECLARE_EVENT_SOURCE(SurfaceMapMenu_MarkerClicked, 0x02432E6C) +DECLARE_EVENT_SOURCE(SurfaceMapMenu_TryPlaceCustomMarker, 0x02432EFC) +DECLARE_EVENT_SOURCE(TerminalMenu_CancelEvent, 0x0244E060) +DECLARE_EVENT_SOURCE(Terminal_CloseAllViews, 0x0244E0F0) +DECLARE_EVENT_SOURCE(Terminal_CloseTopView, 0x0244E180) +DECLARE_EVENT_SOURCE(Terminal_CloseView, 0x0244E210) +DECLARE_EVENT_SOURCE(Terminal_MenuItemClick, 0x0244E2A0) +DECLARE_EVENT_SOURCE(TestMenu_DoAction, 0x0245A028) +DECLARE_EVENT_SOURCE(TestMenu_ExitMenu, 0x0245A0B8) +DECLARE_EVENT_SOURCE(TestMenu_ShowImages, 0x0245A148) +DECLARE_EVENT_SOURCE(TestMenu_ShowResources, 0x0245A1D8) +DECLARE_EVENT_SOURCE(TestMenu_TestAll, 0x0245A268) +DECLARE_EVENT_SOURCE(TextInputMenu_EndEditText, 0x0245E1A4) +DECLARE_EVENT_SOURCE(TextInputMenu_InputCanceled, 0x0245E234) +DECLARE_EVENT_SOURCE(TextInputMenu_StartEditText, 0x0245E2C4) +DECLARE_EVENT_SOURCE(CraftingMenu_Highlight3D, 0x0245F594) +DECLARE_EVENT_SOURCE(CraftingMenu_RevertHighlight, 0x0245F624) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ChangeBuildItem, 0x02461C88) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_SelectedItem, 0x02461D18) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ToggleTracking, 0x02461DA8) +DECLARE_EVENT_SOURCE(WorkshopMenu_AttemptBuild, 0x0246A614) +DECLARE_EVENT_SOURCE(WorkshopMenu_CancelAction, 0x0246A6A4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ChangeVariant, 0x0246A734) +DECLARE_EVENT_SOURCE(WorkshopMenu_ConnectionEvent, 0x0246A7C4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ExitMenu, 0x0246A854) +DECLARE_EVENT_SOURCE(WorkshopMenu_MessageCallback, 0x0246A8E4) +DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedCategory, 0x0246A974) +DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedGridObject, 0x0246AA04) +DECLARE_EVENT_SOURCE(WorkshopMenu_ShowExtras, 0x0246AA94) +DECLARE_EVENT_SOURCE(WorkshopMenu_SwitchMode, 0x0246AB24) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleDistance, 0x0246ABB4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleTracking, 0x0246AC44) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleView, 0x0246ACD4) +DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ConfirmAction, 0x0246C724) +DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ExitMenu, 0x0246C7B4) +DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetHovered, 0x02472CF0) +DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetPicked, 0x02472D80) +DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldFinished, 0x02489ED4) +DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldStopped, 0x02489F64) +DECLARE_EVENT_SOURCE(WorkshopShared_SetActionHandles, 0x02489FF4) +DECLARE_EVENT_SOURCE(WorkshopShared_StartAction, 0x0248A084) +DECLARE_EVENT_SOURCE(ModelReferenceEffectEvents::ReferenceEffectFinished, 0x024AA200) +DECLARE_EVENT_SOURCE(BGSAcousticSpaceListener::StackChangedEvent, 0x024BE564) +DECLARE_EVENT_SOURCE(SpaceshipBIEvents::ShipPowerAllocationBIEventSent, 0x024D6344) +DECLARE_EVENT_SOURCE(BGSActorDeathEvent, 0x0214C5AC) +DECLARE_EVENT_SOURCE(Research::ResearchProgressEvent, 0x0253759C) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x0277A1A8) +DECLARE_EVENT_SOURCE(PlayerInCombatChangeEvent, 0x02792E70) +DECLARE_EVENT_SOURCE(BlurEvent, 0x02ACFA30) +DECLARE_EVENT_SOURCE(ContainerMenu_HideModel, 0x02AF2320) +DECLARE_EVENT_SOURCE(ContainerMenu_Jettison, 0x02AF23B0) +DECLARE_EVENT_SOURCE(ContainerMenu_LoadModel, 0x02AF2440) +DECLARE_EVENT_SOURCE(ContainerMenu_OpenRefuelMenu, 0x02AF24D0) +DECLARE_EVENT_SOURCE(ContainerMenu_SetMouseOverModel, 0x02AF2560) +DECLARE_EVENT_SOURCE(ContainerMenu_TakeAll, 0x02AF25F0) +DECLARE_EVENT_SOURCE(ContainerMenu_ToggleEquip, 0x02AF2680) +DECLARE_EVENT_SOURCE(ContainerMenu_TransferItem, 0x02AF27AC) +DECLARE_EVENT_SOURCE(DialogueMenu_OnDialogueSelect, 0x02AF6270) +DECLARE_EVENT_SOURCE(DialogueMenu_OnListVisibilityChange, 0x02AF6300) +DECLARE_EVENT_SOURCE(DialogueMenu_OnPersuasionAutoWin, 0x02AF6390) +DECLARE_EVENT_SOURCE(DialogueMenu_OnScriptedDialogueSelect, 0x02AF6420) +DECLARE_EVENT_SOURCE(DialogueMenu_RequestExit, 0x02AF64B0) +DECLARE_EVENT_SOURCE(DialogueMenu_RequestSkipDialogue, 0x02AF6540) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x02AF7400) +DECLARE_EVENT_SOURCE(FavoritesMenu_AssignQuickkey, 0x02B03CE0) +DECLARE_EVENT_SOURCE(FavoritesMenu_UseQuickkey, 0x02B03D70) +DECLARE_EVENT_SOURCE(LoadingMenu_RefreshText, 0x02B07CBC) +DECLARE_EVENT_SOURCE(MainMenu_ActionCanceled, 0x02B0BF9C) +DECLARE_EVENT_SOURCE(MainMenu_ActionConfirmed, 0x02B0C02C) +DECLARE_EVENT_SOURCE(MainMenu_ConfirmLoad, 0x02B0C0BC) +DECLARE_EVENT_SOURCE(MainMenu_DeleteSave, 0x02B0C14C) +DECLARE_EVENT_SOURCE(MainMenu_SetCharacter, 0x02B0C27C) +DECLARE_EVENT_SOURCE(MainMenu_StartAction, 0x02B0C30C) +DECLARE_EVENT_SOURCE(MainMenu_StartLoad, 0x02B0C39C) +DECLARE_EVENT_SOURCE(MainMenu_UploadSave, 0x02B0C42C) +DECLARE_EVENT_SOURCE(BGSAppPausedEvent, 0x02B0DE14) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnBackOut, 0x02B12F30) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnButtonPress, 0x02B12FC0) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnScriptedButtonPress, 0x02B13050) +DECLARE_EVENT_SOURCE(SleepWaitMenu_InterruptRest, 0x02B17CB8) +DECLARE_EVENT_SOURCE(SleepWaitMenu_StartRest, 0x02B17D48) +DECLARE_EVENT_SOURCE(Spaceship::BoughtEvent, 0x02DF7300) +DECLARE_EVENT_SOURCE(Spaceship::ContrabandScanWarningEvent, 0x02DF7390) +DECLARE_EVENT_SOURCE(Spaceship::DockEvent, 0x02DF7420) +DECLARE_EVENT_SOURCE(Spaceship::DynamicNavmeshCompleted, 0x02E34460) +DECLARE_EVENT_SOURCE(Spaceship::FarTravelEvent, 0x02DF7540) +DECLARE_EVENT_SOURCE(Spaceship::LandingEvent, 0x02DF75D0) +DECLARE_EVENT_SOURCE(Spaceship::PlanetScanEvent, 0x02DF7660) +DECLARE_EVENT_SOURCE(Spaceship::RampDownEvent, 0x02DF76F0) +DECLARE_EVENT_SOURCE(Spaceship::RefueledEvent, 0x02DF7780) +DECLARE_EVENT_SOURCE(Spaceship::RegisteredEvent, 0x02DF7810) +DECLARE_EVENT_SOURCE(Spaceship::ShieldEvent, 0x02DF78A0) +DECLARE_EVENT_SOURCE(Spaceship::ShipAddedEvent, 0x02DF7930) +DECLARE_EVENT_SOURCE(Spaceship::ShipCollisionEvent, 0x02DF79C0) +DECLARE_EVENT_SOURCE(Spaceship::ShipCustomizedEvent, 0x02DF7A50) +DECLARE_EVENT_SOURCE(Spaceship::SoldEvent, 0x02DF7AE0) +DECLARE_EVENT_SOURCE(Spaceship::SystemDamagedEvent, 0x02DF7B70) +DECLARE_EVENT_SOURCE(Spaceship::SystemPowerAllocationEvent, 0x02DF7C00) +DECLARE_EVENT_SOURCE(Spaceship::SystemPowerChangeEvent, 0x02DF7C90) +DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedBIEvent, 0x02DF7D20) +DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedEvent, 0x02DF7DB0) +DECLARE_EVENT_SOURCE(Spaceship::TakeDamagEvent, 0x02DF7E40) +DECLARE_EVENT_SOURCE(ContextStackChangedEvent, 0x02F72264) +DECLARE_EVENT_SOURCE(UpdateSceneRectEvent, 0x03175BA0) +DECLARE_EVENT_SOURCE(GameStalledEvent, 0x033424D8) // more -DECLARE_EVENT_SOURCE(TESCellNavmeshGeneratedEvent, 0x005CAA60) -DECLARE_EVENT_SOURCE(TESHitEvent, 0x005CB2F0) -DECLARE_EVENT_SOURCE(FirstThirdPersonSwitch::Event, 0x005CBCE0) -DECLARE_EVENT_SOURCE(PerkChanged::Event, 0x013387C0) -DECLARE_EVENT_SOURCE(TESHarvestEvent::ItemHarvested, 0x0154B620) -DECLARE_EVENT_SOURCE(ActivityEvents::ActivityCompletedEvent, 0x015538A0) -DECLARE_EVENT_SOURCE(ChallengeCompletedEvent::Event, 0x01555BC0) -DECLARE_EVENT_SOURCE(InventoryItemEvent::Event, 0x0158E590) -DECLARE_EVENT_SOURCE(BooksRead::Event, 0x019A1370) -DECLARE_EVENT_SOURCE(LocationExplored::Event, 0x019DAB20) -DECLARE_EVENT_SOURCE(LocationLinked::Event, 0x019DAB90) -DECLARE_EVENT_SOURCE(Activation::Event, 0x01A9DA80) -DECLARE_EVENT_SOURCE(ActorCellChangeEvent, 0x01AAFC90) -DECLARE_EVENT_SOURCE(ActorHeadAttachedEvent, 0x01AAFD00) -DECLARE_EVENT_SOURCE(ActorValueEvents::ActorValueChangedEvent, 0x01AAFD70) -DECLARE_EVENT_SOURCE(AliasChangeEvent, 0x01AAFDE0) -DECLARE_EVENT_SOURCE(AnimationGraphDependentEvent, 0x01AAFE50) -DECLARE_EVENT_SOURCE(BGSAffinityEventEvent, 0x01AAFEC0) -DECLARE_EVENT_SOURCE(BGSCellGridLoadEvent, 0x01AAFF30) -DECLARE_EVENT_SOURCE(BGSEventProcessedEvent, 0x01AAFFA0) -DECLARE_EVENT_SOURCE(BGSHavokWorldCreatedEvent, 0x01AB0010) -DECLARE_EVENT_SOURCE(BGSLocationLoadedEvent, 0x01AB0080) -DECLARE_EVENT_SOURCE(BGSOnPlayerCompanionDismiss, 0x01AB00F0) -DECLARE_EVENT_SOURCE(BGSOnPlayerCompleteResearchEvent, 0x01AB0160) -DECLARE_EVENT_SOURCE(BGSOnPlayerCraftItemEvent, 0x01AB01D0) -DECLARE_EVENT_SOURCE(BGSOnPlayerCreateRobotEvent, 0x01AB0240) -DECLARE_EVENT_SOURCE(BGSOnPlayerEnterVertibirdEvent, 0x01AB02B0) -DECLARE_EVENT_SOURCE(BGSOnPlayerFallLongDistances, 0x01AB0320) -DECLARE_EVENT_SOURCE(BGSOnPlayerFireWeaponEvent, 0x01AB0390) -DECLARE_EVENT_SOURCE(BGSOnPlayerHealTeammateEvent, 0x01AB0400) -DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringBeginEvent, 0x01AB0470) -DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringEndEvent, 0x01AB04E0) -DECLARE_EVENT_SOURCE(BGSOnPlayerModArmorWeaponEvent, 0x01AB0550) -DECLARE_EVENT_SOURCE(BGSOnPlayerModRobotEvent, 0x01AB05C0) -DECLARE_EVENT_SOURCE(BGSOnPlayerSwimmingEvent, 0x01AB0630) -DECLARE_EVENT_SOURCE(BGSOnPlayerUseWorkBenchEvent, 0x01AB06A0) -DECLARE_EVENT_SOURCE(BGSOnSpeechChallengeAvailable, 0x01AB0710) -DECLARE_EVENT_SOURCE(BGSRadiationDamageEvent, 0x01AB0780) -DECLARE_EVENT_SOURCE(BuilderMenuSelectEvent, 0x01AB07F0) -DECLARE_EVENT_SOURCE(CrewAssignedEvent, 0x01AB08D0) -DECLARE_EVENT_SOURCE(CrewDismissedEvent, 0x01AB0940) -DECLARE_EVENT_SOURCE(DestroyedEvent, 0x01AB09B0) -DECLARE_EVENT_SOURCE(HomeShipSetEvent, 0x01AB0B70) -DECLARE_EVENT_SOURCE(InstantReferenceInteractionEvent, 0x01AB0BE0) -DECLARE_EVENT_SOURCE(ItemConsumedEvent, 0x01AB0C50) -DECLARE_EVENT_SOURCE(ItemSwappedEvent, 0x01AB0CC0) -DECLARE_EVENT_SOURCE(LockPickedEvent, 0x01AB0D30) -DECLARE_EVENT_SOURCE(MapMarkerDiscoveredEvent, 0x01AB0860) -DECLARE_EVENT_SOURCE(ObjectScannedEvent, 0x01AB0E10) -DECLARE_EVENT_SOURCE(PlayerAddItemEvent, 0x01AB0E80) -DECLARE_EVENT_SOURCE(PlayerArrestedEvent, 0x01AB0EF0) -DECLARE_EVENT_SOURCE(PlayerAssaultActorEvent, 0x01AB0F60) -DECLARE_EVENT_SOURCE(PlayerBuyShipEvent, 0x01AB0FD0) -DECLARE_EVENT_SOURCE(PlayerCrimeGoldEvent, 0x01AB1040) -DECLARE_EVENT_SOURCE(PlayerFailedPlotRouteEvent, 0x01AB10B0) -DECLARE_EVENT_SOURCE(PlayerJailEvent, 0x01AB1120) -DECLARE_EVENT_SOURCE(PlayerModifiedShipEvent, 0x01AB1190) -DECLARE_EVENT_SOURCE(PlayerMurderActorEvent, 0x01AB1200) -DECLARE_EVENT_SOURCE(PlayerPayFineEvent, 0x01AB1270) -DECLARE_EVENT_SOURCE(PlayerPlanetSurveyCompleteEvent, 0x01AB12E0) -DECLARE_EVENT_SOURCE(PlayerPlanetSurveyProgressEvent, 0x01AB1350) -DECLARE_EVENT_SOURCE(PlayerSellShipEvent, 0x01AB13C0) -DECLARE_EVENT_SOURCE(PlayerTrespassEvent, 0x01AB1430) -DECLARE_EVENT_SOURCE(QuickContainerOpenedEvent, 0x01AB14A0) -DECLARE_EVENT_SOURCE(RefControlChangedEvent, 0x01AB1510) -DECLARE_EVENT_SOURCE(ReferenceDestroyedEvent, 0x01AB1580) -DECLARE_EVENT_SOURCE(SpeechChallengeCompletionEvent, 0x01AB15F0) -DECLARE_EVENT_SOURCE(TESActivateEvent, 0x01AB1660) -DECLARE_EVENT_SOURCE(TESActiveEffectApplyFinishEvent, 0x01AB16D0) -DECLARE_EVENT_SOURCE(TESActiveEffectRemovedEvent, 0x01AB1740) -DECLARE_EVENT_SOURCE(TESActorActivatedRefEvent, 0x01AB17B0) -DECLARE_EVENT_SOURCE(TESActorLocationChangeEvent, 0x01AB1820) -DECLARE_EVENT_SOURCE(TESBookReadEvent, 0x01AB1890) -DECLARE_EVENT_SOURCE(TESCellCriticalRefsAttachedEvent, 0x01AB1900) -DECLARE_EVENT_SOURCE(TESCellFullyLoadedEvent, 0x01AB1970) -DECLARE_EVENT_SOURCE(TESCellGravityChangeEvent, 0x01AB19E0) -DECLARE_EVENT_SOURCE(TESCellReadyToApplyDecalsEvent, 0x01AB1A50) -DECLARE_EVENT_SOURCE(TESCellReference3DAttachEvent, 0x01AB1AC0) -DECLARE_EVENT_SOURCE(TESCellReferenceAttachDetachEvent, 0x01AB1B30) -DECLARE_EVENT_SOURCE(TESCombatEvent, 0x01AB1BA0) -DECLARE_EVENT_SOURCE(TESCombatListEvent, 0x01AB1C10) -DECLARE_EVENT_SOURCE(TESCommandModeCompleteCommandEvent, 0x01AB1C80) -DECLARE_EVENT_SOURCE(TESCommandModeEnterEvent, 0x01AB1CF0) -DECLARE_EVENT_SOURCE(TESCommandModeExitEvent, 0x01AB1D60) -DECLARE_EVENT_SOURCE(TESCommandModeGiveCommandEvent, 0x01AB1DD0) -DECLARE_EVENT_SOURCE(TESConsciousnessEvent, 0x01AB1E40) -DECLARE_EVENT_SOURCE(TESContainerChangedEvent, 0x01AB1EB0) -DECLARE_EVENT_SOURCE(TESDeathEvent, 0x01AB1F20) -DECLARE_EVENT_SOURCE(TESDeferredKillEvent, 0x01AB1F90) -DECLARE_EVENT_SOURCE(TESDestructionStageChangedEvent, 0x01AB2000) -DECLARE_EVENT_SOURCE(TESEnterBleedoutEvent, 0x01AB2070) -DECLARE_EVENT_SOURCE(TESEnterSneakingEvent, 0x01AB20E0) -DECLARE_EVENT_SOURCE(TESEquipEvent, 0x01AB2150) -DECLARE_EVENT_SOURCE(TESEscortWaitStartEvent, 0x01AB21C0) -DECLARE_EVENT_SOURCE(TESEscortWaitStopEvent, 0x01AB2230) -DECLARE_EVENT_SOURCE(TESExitBleedoutEvent, 0x01AB22A0) -DECLARE_EVENT_SOURCE(TESExitFurnitureEvent, 0x01AB2310) -DECLARE_EVENT_SOURCE(TESFormDeleteEvent, 0x01AB2380) -DECLARE_EVENT_SOURCE(TESFormIDRemapEvent, 0x01AB23F0) -DECLARE_EVENT_SOURCE(TESFurnitureEvent, 0x01AB2460) -DECLARE_EVENT_SOURCE(TESGrabReleaseEvent, 0x01AB24D0) -DECLARE_EVENT_SOURCE(TESInitScriptEvent, 0x01AB2540) -DECLARE_EVENT_SOURCE(TESLimbCrippleEvent, 0x01AB25B0) -DECLARE_EVENT_SOURCE(TESLoadGameEvent, 0x01AB2620) -DECLARE_EVENT_SOURCE(TESLocationExploredEvent, 0x01AB2690) -DECLARE_EVENT_SOURCE(TESLockChangedEvent, 0x01AB2700) -DECLARE_EVENT_SOURCE(TESMagicEffectApplyEvent, 0x01AB2770) -DECLARE_EVENT_SOURCE(TESMissionAcceptedEvent, 0x01AB27E0) -DECLARE_EVENT_SOURCE(TESObjectLoadedEvent, 0x01AB2850) -DECLARE_EVENT_SOURCE(TESObjectREFRTranslationEvent, 0x01AB28C0) -DECLARE_EVENT_SOURCE(TESOnPCDialogueTargetEvent, 0x01AB2930) -DECLARE_EVENT_SOURCE(TESOpenCloseEvent, 0x01AB29A0) -DECLARE_EVENT_SOURCE(TESPackageEvent, 0x01AB2A10) -DECLARE_EVENT_SOURCE(TESPerkEntryRunEvent, 0x01AB2A80) -DECLARE_EVENT_SOURCE(TESPickNewIdleEvent, 0x01AB2AF0) -DECLARE_EVENT_SOURCE(TESPickpocketFailedEvent, 0x01AB2B60) -DECLARE_EVENT_SOURCE(TESPlayerActiveEffectEvent, 0x01AB2BD0) -DECLARE_EVENT_SOURCE(TESPlayerFollowerWarpEvent, 0x01AB2C40) -DECLARE_EVENT_SOURCE(TESQuestInitEvent, 0x01AB2CB0) -DECLARE_EVENT_SOURCE(TESQuestRejectedEvent, 0x01AB2D20) -DECLARE_EVENT_SOURCE(TESQuestStageEvent, 0x01AB2D90) -DECLARE_EVENT_SOURCE(TESQuestStageItemDoneEvent, 0x01AB2E00) -DECLARE_EVENT_SOURCE(TESQuestStartStopEvent, 0x01AB2E70) -DECLARE_EVENT_SOURCE(TESQuestTimerEvent, 0x01AB2EE0) -DECLARE_EVENT_SOURCE(TESResetEvent, 0x01AB2F50) -DECLARE_EVENT_SOURCE(TESResolveNPCTemplatesEvent, 0x01AB2FC0) -DECLARE_EVENT_SOURCE(TESSceneActionEvent, 0x01AB3030) -DECLARE_EVENT_SOURCE(TESSceneEvent, 0x01AB30A0) -DECLARE_EVENT_SOURCE(TESScenePhaseEvent, 0x01AB3110) -DECLARE_EVENT_SOURCE(TESSellEvent, 0x01AB3180) -DECLARE_EVENT_SOURCE(TESSleepStartEvent, 0x01AB31F0) -DECLARE_EVENT_SOURCE(TESSleepStopEvent, 0x01AB3260) -DECLARE_EVENT_SOURCE(TESSpellCastEvent, 0x01AB32D0) -DECLARE_EVENT_SOURCE(TESSpellCastFailureEvent, 0x01AB3340) -DECLARE_EVENT_SOURCE(TESSwitchRaceCompleteEvent, 0x01AB33B0) -DECLARE_EVENT_SOURCE(TESTopicInfoEvent, 0x01AB3420) -DECLARE_EVENT_SOURCE(TESTrackedStatsEvent, 0x01AB3490) -DECLARE_EVENT_SOURCE(TESTrapHitEvent, 0x01AB3500) -DECLARE_EVENT_SOURCE(TESTriggerEnterEvent, 0x01AB3570) -DECLARE_EVENT_SOURCE(TESTriggerEvent, 0x01AB35E0) -DECLARE_EVENT_SOURCE(TESTriggerLeaveEvent, 0x01AB3650) -DECLARE_EVENT_SOURCE(TESUniqueIDChangeEvent, 0x01AB3730) -DECLARE_EVENT_SOURCE(TESWaitStartEvent, 0x01AB37A0) -DECLARE_EVENT_SOURCE(TESWaitStopEvent, 0x01AB3810) -DECLARE_EVENT_SOURCE(TerminalMenuMenuItemRunEvent, 0x01AB3880) -DECLARE_EVENT_SOURCE(TerminalMenuOnEnterEvent, 0x01AB38F0) -DECLARE_EVENT_SOURCE(WorkshopNPCTransferEvent, 0x01AB3960) -DECLARE_EVENT_SOURCE(TESObjectREFRIsReadyForAttachEvent, 0x01AB39D0) -DECLARE_EVENT_SOURCE(DefaultObjectsReadyEvent::Event, 0x01ADFB20) -DECLARE_EVENT_SOURCE(ObjectiveState::Event, 0x01B8CF00) -DECLARE_EVENT_SOURCE(QuestStatus::Event, 0x01BEEB20) -DECLARE_EVENT_SOURCE(RefillAliasEvent::Event, 0x01BEEB90) -DECLARE_EVENT_SOURCE(TESQuestEvent::Event, 0x01BEEC00) -DECLARE_EVENT_SOURCE(RolloverIsCrimeEvent::Event, 0x021F15D0) -DECLARE_EVENT_SOURCE(HideSubtitleEvent::Event, 0x021FC9D0) -DECLARE_EVENT_SOURCE(ShowSubtitleEvent::Event, 0x021FCA40) -DECLARE_EVENT_SOURCE(MissionMenuStateEvent::Event, 0x02259020) -DECLARE_EVENT_SOURCE(ClearShipHudTarget::Event, 0x022B7690) -DECLARE_EVENT_SOURCE(TryUpdateShipHudTarget::Event, 0x022B7700) -DECLARE_EVENT_SOURCE(LocationTextEvent::Event, 0x023142A0) -DECLARE_EVENT_SOURCE(TraitDiscoveryTextEvent::Event, 0x02314310) -DECLARE_EVENT_SOURCE(DaysPassed::Event, 0x025B0110) -DECLARE_EVENT_SOURCE(HourPassed::Event, 0x025B0180) -DECLARE_EVENT_SOURCE(ActorDamage::Event, 0x026946E0) -DECLARE_EVENT_SOURCE(ActorItemEquipped::Event, 0x02694750) -DECLARE_EVENT_SOURCE(ActorKill::Event, 0x026947C0) -DECLARE_EVENT_SOURCE(AssaultCrime::Event, 0x02694830) -DECLARE_EVENT_SOURCE(DisarmedEvent::Event, 0x026948A0) -DECLARE_EVENT_SOURCE(FactionRankChange::Event, 0x02694910) -DECLARE_EVENT_SOURCE(GrandTheftHorse::Event, 0x02694980) -DECLARE_EVENT_SOURCE(MurderCrime::Event, 0x026949F0) -DECLARE_EVENT_SOURCE(PiracyCrime::Event, 0x02694A60) -DECLARE_EVENT_SOURCE(Bleedout::Event, 0x026C5930) -DECLARE_EVENT_SOURCE(ContractedDisease::Event, 0x026C59A0) -DECLARE_EVENT_SOURCE(ReloadWeaponEvent::Event, 0x026C5A10) -DECLARE_EVENT_SOURCE(SpellsLearned::Event, 0x026D4CE0) -DECLARE_EVENT_SOURCE(Bounty::Event, 0x027793A0) -DECLARE_EVENT_SOURCE(ChestLooted::Event, 0x02779410) -DECLARE_EVENT_SOURCE(CriticalHitEvent::Event, 0x02779480) -DECLARE_EVENT_SOURCE(CustomMarkerUpdate::Event, 0x027794F0) -DECLARE_EVENT_SOURCE(DaysJailed::Event, 0x02779560) -DECLARE_EVENT_SOURCE(EnteredUnity::Event, 0x027795D0) -DECLARE_EVENT_SOURCE(FinePaid::Event, 0x02779640) -DECLARE_EVENT_SOURCE(ItemCrafted::Event, 0x027796B0) -DECLARE_EVENT_SOURCE(ItemSteal::Event, 0x02779720) -DECLARE_EVENT_SOURCE(JailEscape::Event, 0x02779790) -DECLARE_EVENT_SOURCE(Jailing::Event, 0x02779800) -DECLARE_EVENT_SOURCE(LevelIncrease::Event, 0x02779870) -DECLARE_EVENT_SOURCE(LocationMarkerArrayUpdate::Event, 0x027798E0) -DECLARE_EVENT_SOURCE(PlayerActiveEffectChanged::Event, 0x02779950) -DECLARE_EVENT_SOURCE(PlayerAmmoChanged::Event, 0x027799C0) -DECLARE_EVENT_SOURCE(PlayerCharacterQuestEvent::Event, 0x02779A30) -DECLARE_EVENT_SOURCE(PlayerDifficultySettingChanged::Event, 0x02779AA0) -DECLARE_EVENT_SOURCE(PlayerFastTravel::Event, 0x02779B10) -DECLARE_EVENT_SOURCE(PlayerInDialogueChanged::Event, 0x02779B80) -DECLARE_EVENT_SOURCE(PlayerLifeStateChanged::Event, 0x02779BF0) -DECLARE_EVENT_SOURCE(PlayerPickpocketSuccess::Event, 0x02779C60) -DECLARE_EVENT_SOURCE(PoisonedWeapon::Event, 0x02779CD0) -DECLARE_EVENT_SOURCE(TerminalHacked::Event, 0x02779D40) -DECLARE_EVENT_SOURCE(TravelMarkerStateChange::Event, 0x02779DB0) -DECLARE_EVENT_SOURCE(WeaponAttack::Event, 0x02779E90) -DECLARE_EVENT_SOURCE(Trespass::Event, 0x027D9C10) -DECLARE_EVENT_SOURCE(VATSEvents::ModeChange, 0x02845CA0) -DECLARE_EVENT_SOURCE(VATSCommand, 0x02845D10) -DECLARE_EVENT_SOURCE(HoursPassed::Event, 0x02B17980) +DECLARE_EVENT_SOURCE(TESCellNavmeshGeneratedEvent, 0x005CAAC0) +DECLARE_EVENT_SOURCE(TESHitEvent, 0x005CB350) +DECLARE_EVENT_SOURCE(FirstThirdPersonSwitch::Event, 0x005CBD40) +DECLARE_EVENT_SOURCE(PerkChanged::Event, 0x01338820) +DECLARE_EVENT_SOURCE(TESHarvestEvent::ItemHarvested, 0x0154B690) +DECLARE_EVENT_SOURCE(ActivityEvents::ActivityCompletedEvent, 0x01553910) +DECLARE_EVENT_SOURCE(ChallengeCompletedEvent::Event, 0x01555C30) +DECLARE_EVENT_SOURCE(InventoryItemEvent::Event, 0x0158E620) +DECLARE_EVENT_SOURCE(BooksRead::Event, 0x019A13D0) +DECLARE_EVENT_SOURCE(LocationExplored::Event, 0x019DAB80) +DECLARE_EVENT_SOURCE(LocationLinked::Event, 0x019DABF0) +DECLARE_EVENT_SOURCE(Activation::Event, 0x01A9DB10) +DECLARE_EVENT_SOURCE(ActorCellChangeEvent, 0x01AAFD20) +DECLARE_EVENT_SOURCE(ActorHeadAttachedEvent, 0x01AAFD90) +DECLARE_EVENT_SOURCE(ActorValueEvents::ActorValueChangedEvent, 0x01AAFE00) +DECLARE_EVENT_SOURCE(AliasChangeEvent, 0x01AAFE70) +DECLARE_EVENT_SOURCE(AnimationGraphDependentEvent, 0x01AAFEE0) +DECLARE_EVENT_SOURCE(BGSAffinityEventEvent, 0x01AAFF50) +DECLARE_EVENT_SOURCE(BGSCellGridLoadEvent, 0x01AAFFC0) +DECLARE_EVENT_SOURCE(BGSEventProcessedEvent, 0x01AB0030) +DECLARE_EVENT_SOURCE(BGSHavokWorldCreatedEvent, 0x01AB00A0) +DECLARE_EVENT_SOURCE(BGSLocationLoadedEvent, 0x01AB0110) +DECLARE_EVENT_SOURCE(BGSOnPlayerCompanionDismiss, 0x01AB0180) +DECLARE_EVENT_SOURCE(BGSOnPlayerCompleteResearchEvent, 0x01AB01F0) +DECLARE_EVENT_SOURCE(BGSOnPlayerCraftItemEvent, 0x01AB0260) +DECLARE_EVENT_SOURCE(BGSOnPlayerCreateRobotEvent, 0x01AB02D0) +DECLARE_EVENT_SOURCE(BGSOnPlayerEnterVertibirdEvent, 0x01AB0340) +DECLARE_EVENT_SOURCE(BGSOnPlayerFallLongDistances, 0x01AB03B0) +DECLARE_EVENT_SOURCE(BGSOnPlayerFireWeaponEvent, 0x01AB0420) +DECLARE_EVENT_SOURCE(BGSOnPlayerHealTeammateEvent, 0x01AB0490) +DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringBeginEvent, 0x01AB0500) +DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringEndEvent, 0x01AB0570) +DECLARE_EVENT_SOURCE(BGSOnPlayerModArmorWeaponEvent, 0x01AB05E0) +DECLARE_EVENT_SOURCE(BGSOnPlayerModRobotEvent, 0x01AB0650) +DECLARE_EVENT_SOURCE(BGSOnPlayerSwimmingEvent, 0x01AB06C0) +DECLARE_EVENT_SOURCE(BGSOnPlayerUseWorkBenchEvent, 0x01AB0730) +DECLARE_EVENT_SOURCE(BGSOnSpeechChallengeAvailable, 0x01AB07A0) +DECLARE_EVENT_SOURCE(BGSRadiationDamageEvent, 0x01AB0810) +DECLARE_EVENT_SOURCE(BuilderMenuSelectEvent, 0x01AB0880) +DECLARE_EVENT_SOURCE(CrewAssignedEvent, 0x01AB0960) +DECLARE_EVENT_SOURCE(CrewDismissedEvent, 0x01AB09D0) +DECLARE_EVENT_SOURCE(DestroyedEvent, 0x01AB0A40) +DECLARE_EVENT_SOURCE(HomeShipSetEvent, 0x01AB0C00) +DECLARE_EVENT_SOURCE(InstantReferenceInteractionEvent, 0x01AB0C70) +DECLARE_EVENT_SOURCE(ItemConsumedEvent, 0x01AB0CE0) +DECLARE_EVENT_SOURCE(ItemSwappedEvent, 0x01AB0D50) +DECLARE_EVENT_SOURCE(LockPickedEvent, 0x01AB0DC0) +DECLARE_EVENT_SOURCE(MapMarkerDiscoveredEvent, 0x01AB08F0) +DECLARE_EVENT_SOURCE(ObjectScannedEvent, 0x01AB0EA0) +DECLARE_EVENT_SOURCE(PlayerAddItemEvent, 0x01AB0F10) +DECLARE_EVENT_SOURCE(PlayerArrestedEvent, 0x01AB0F80) +DECLARE_EVENT_SOURCE(PlayerAssaultActorEvent, 0x01AB0FF0) +DECLARE_EVENT_SOURCE(PlayerBuyShipEvent, 0x01AB1060) +DECLARE_EVENT_SOURCE(PlayerCrimeGoldEvent, 0x01AB10D0) +DECLARE_EVENT_SOURCE(PlayerFailedPlotRouteEvent, 0x01AB1140) +DECLARE_EVENT_SOURCE(PlayerJailEvent, 0x01AB11B0) +DECLARE_EVENT_SOURCE(PlayerModifiedShipEvent, 0x01AB1220) +DECLARE_EVENT_SOURCE(PlayerMurderActorEvent, 0x01AB1290) +DECLARE_EVENT_SOURCE(PlayerPayFineEvent, 0x01AB1300) +DECLARE_EVENT_SOURCE(PlayerPlanetSurveyCompleteEvent, 0x01AB1370) +DECLARE_EVENT_SOURCE(PlayerPlanetSurveyProgressEvent, 0x01AB13E0) +DECLARE_EVENT_SOURCE(PlayerSellShipEvent, 0x01AB1450) +DECLARE_EVENT_SOURCE(PlayerTrespassEvent, 0x01AB14C0) +DECLARE_EVENT_SOURCE(QuickContainerOpenedEvent, 0x01AB1530) +DECLARE_EVENT_SOURCE(RefControlChangedEvent, 0x01AB15A0) +DECLARE_EVENT_SOURCE(ReferenceDestroyedEvent, 0x01AB1610) +DECLARE_EVENT_SOURCE(SpeechChallengeCompletionEvent, 0x01AB1680) +DECLARE_EVENT_SOURCE(TESActivateEvent, 0x01AB16F0) +DECLARE_EVENT_SOURCE(TESActiveEffectApplyFinishEvent, 0x01AB1760) +DECLARE_EVENT_SOURCE(TESActiveEffectRemovedEvent, 0x01AB17D0) +DECLARE_EVENT_SOURCE(TESActorActivatedRefEvent, 0x01AB1840) +DECLARE_EVENT_SOURCE(TESActorLocationChangeEvent, 0x01AB18B0) +DECLARE_EVENT_SOURCE(TESBookReadEvent, 0x01AB1920) +DECLARE_EVENT_SOURCE(TESCellCriticalRefsAttachedEvent, 0x01AB1990) +DECLARE_EVENT_SOURCE(TESCellFullyLoadedEvent, 0x01AB1A00) +DECLARE_EVENT_SOURCE(TESCellGravityChangeEvent, 0x01AB1A70) +DECLARE_EVENT_SOURCE(TESCellReadyToApplyDecalsEvent, 0x01AB1AE0) +DECLARE_EVENT_SOURCE(TESCellReference3DAttachEvent, 0x01AB1B50) +DECLARE_EVENT_SOURCE(TESCellReferenceAttachDetachEvent, 0x01AB1BC0) +DECLARE_EVENT_SOURCE(TESCombatEvent, 0x01AB1C30) +DECLARE_EVENT_SOURCE(TESCombatListEvent, 0x01AB1CA0) +DECLARE_EVENT_SOURCE(TESCommandModeCompleteCommandEvent, 0x01AB1D10) +DECLARE_EVENT_SOURCE(TESCommandModeEnterEvent, 0x01AB1D80) +DECLARE_EVENT_SOURCE(TESCommandModeExitEvent, 0x01AB1DF0) +DECLARE_EVENT_SOURCE(TESCommandModeGiveCommandEvent, 0x01AB1E60) +DECLARE_EVENT_SOURCE(TESConsciousnessEvent, 0x01AB1ED0) +DECLARE_EVENT_SOURCE(TESContainerChangedEvent, 0x01AB1F40) +DECLARE_EVENT_SOURCE(TESDeathEvent, 0x01AB1FB0) +DECLARE_EVENT_SOURCE(TESDeferredKillEvent, 0x01AB2020) +DECLARE_EVENT_SOURCE(TESDestructionStageChangedEvent, 0x01AB2090) +DECLARE_EVENT_SOURCE(TESEnterBleedoutEvent, 0x01AB2100) +DECLARE_EVENT_SOURCE(TESEnterSneakingEvent, 0x01AB2170) +DECLARE_EVENT_SOURCE(TESEquipEvent, 0x01AB21E0) +DECLARE_EVENT_SOURCE(TESEscortWaitStartEvent, 0x01AB2250) +DECLARE_EVENT_SOURCE(TESEscortWaitStopEvent, 0x01AB22C0) +DECLARE_EVENT_SOURCE(TESExitBleedoutEvent, 0x01AB2330) +DECLARE_EVENT_SOURCE(TESExitFurnitureEvent, 0x01AB23A0) +DECLARE_EVENT_SOURCE(TESFormDeleteEvent, 0x01AB2410) +DECLARE_EVENT_SOURCE(TESFormIDRemapEvent, 0x01AB2480) +DECLARE_EVENT_SOURCE(TESFurnitureEvent, 0x01AB24F0) +DECLARE_EVENT_SOURCE(TESGrabReleaseEvent, 0x01AB2560) +DECLARE_EVENT_SOURCE(TESInitScriptEvent, 0x01AB25D0) +DECLARE_EVENT_SOURCE(TESLimbCrippleEvent, 0x01AB2640) +DECLARE_EVENT_SOURCE(TESLoadGameEvent, 0x01AB26B0) +DECLARE_EVENT_SOURCE(TESLocationExploredEvent, 0x01AB2720) +DECLARE_EVENT_SOURCE(TESLockChangedEvent, 0x01AB2790) +DECLARE_EVENT_SOURCE(TESMagicEffectApplyEvent, 0x01AB2800) +DECLARE_EVENT_SOURCE(TESMissionAcceptedEvent, 0x01AB2870) +DECLARE_EVENT_SOURCE(TESObjectLoadedEvent, 0x01AB28E0) +DECLARE_EVENT_SOURCE(TESObjectREFRTranslationEvent, 0x01AB2950) +DECLARE_EVENT_SOURCE(TESOnPCDialogueTargetEvent, 0x01AB29C0) +DECLARE_EVENT_SOURCE(TESOpenCloseEvent, 0x01AB2A30) +DECLARE_EVENT_SOURCE(TESPackageEvent, 0x01AB2AA0) +DECLARE_EVENT_SOURCE(TESPerkEntryRunEvent, 0x01AB2B10) +DECLARE_EVENT_SOURCE(TESPickNewIdleEvent, 0x01AB2B80) +DECLARE_EVENT_SOURCE(TESPickpocketFailedEvent, 0x01AB2BF0) +DECLARE_EVENT_SOURCE(TESPlayerActiveEffectEvent, 0x01AB2C60) +DECLARE_EVENT_SOURCE(TESPlayerFollowerWarpEvent, 0x01AB2CD0) +DECLARE_EVENT_SOURCE(TESQuestInitEvent, 0x01AB2D40) +DECLARE_EVENT_SOURCE(TESQuestRejectedEvent, 0x01AB2DB0) +DECLARE_EVENT_SOURCE(TESQuestStageEvent, 0x01AB2E20) +DECLARE_EVENT_SOURCE(TESQuestStageItemDoneEvent, 0x01AB2E90) +DECLARE_EVENT_SOURCE(TESQuestStartStopEvent, 0x01AB2F00) +DECLARE_EVENT_SOURCE(TESQuestTimerEvent, 0x01AB2F70) +DECLARE_EVENT_SOURCE(TESResetEvent, 0x01AB2FE0) +DECLARE_EVENT_SOURCE(TESResolveNPCTemplatesEvent, 0x01AB3050) +DECLARE_EVENT_SOURCE(TESSceneActionEvent, 0x01AB30C0) +DECLARE_EVENT_SOURCE(TESSceneEvent, 0x01AB3130) +DECLARE_EVENT_SOURCE(TESScenePhaseEvent, 0x01AB31A0) +DECLARE_EVENT_SOURCE(TESSellEvent, 0x01AB3210) +DECLARE_EVENT_SOURCE(TESSleepStartEvent, 0x01AB3280) +DECLARE_EVENT_SOURCE(TESSleepStopEvent, 0x01AB32F0) +DECLARE_EVENT_SOURCE(TESSpellCastEvent, 0x01AB3360) +DECLARE_EVENT_SOURCE(TESSpellCastFailureEvent, 0x01AB33D0) +DECLARE_EVENT_SOURCE(TESSwitchRaceCompleteEvent, 0x01AB3440) +DECLARE_EVENT_SOURCE(TESTopicInfoEvent, 0x01AB34B0) +DECLARE_EVENT_SOURCE(TESTrackedStatsEvent, 0x01AB3520) +DECLARE_EVENT_SOURCE(TESTrapHitEvent, 0x01AB3590) +DECLARE_EVENT_SOURCE(TESTriggerEnterEvent, 0x01AB3600) +DECLARE_EVENT_SOURCE(TESTriggerEvent, 0x01AB3670) +DECLARE_EVENT_SOURCE(TESTriggerLeaveEvent, 0x01AB36E0) +DECLARE_EVENT_SOURCE(TESUniqueIDChangeEvent, 0x01AB37C0) +DECLARE_EVENT_SOURCE(TESWaitStartEvent, 0x01AB3830) +DECLARE_EVENT_SOURCE(TESWaitStopEvent, 0x01AB38A0) +DECLARE_EVENT_SOURCE(TerminalMenuMenuItemRunEvent, 0x01AB3910) +DECLARE_EVENT_SOURCE(TerminalMenuOnEnterEvent, 0x01AB3980) +DECLARE_EVENT_SOURCE(WorkshopNPCTransferEvent, 0x01AB39F0) +DECLARE_EVENT_SOURCE(TESObjectREFRIsReadyForAttachEvent, 0x01AB3A60) +DECLARE_EVENT_SOURCE(DefaultObjectsReadyEvent::Event, 0x01ADFBB0) +DECLARE_EVENT_SOURCE(ObjectiveState::Event, 0x01B8CF90) +DECLARE_EVENT_SOURCE(QuestStatus::Event, 0x01BEEBA0) +DECLARE_EVENT_SOURCE(RefillAliasEvent::Event, 0x01BEEC10) +DECLARE_EVENT_SOURCE(TESQuestEvent::Event, 0x01BEEC80) +DECLARE_EVENT_SOURCE(RolloverIsCrimeEvent::Event, 0x021F1840) +DECLARE_EVENT_SOURCE(HideSubtitleEvent::Event, 0x021FCC40) +DECLARE_EVENT_SOURCE(ShowSubtitleEvent::Event, 0x021FCCB0) +DECLARE_EVENT_SOURCE(MissionMenuStateEvent::Event, 0x02259290) +DECLARE_EVENT_SOURCE(ClearShipHudTarget::Event, 0x022B7900) +DECLARE_EVENT_SOURCE(TryUpdateShipHudTarget::Event, 0x022B7970) +DECLARE_EVENT_SOURCE(LocationTextEvent::Event, 0x02314510) +DECLARE_EVENT_SOURCE(TraitDiscoveryTextEvent::Event, 0x02314580) +DECLARE_EVENT_SOURCE(DaysPassed::Event, 0x025B0380) +DECLARE_EVENT_SOURCE(HourPassed::Event, 0x025B03F0) +DECLARE_EVENT_SOURCE(ActorDamage::Event, 0x02694970) +DECLARE_EVENT_SOURCE(ActorItemEquipped::Event, 0x026949E0) +DECLARE_EVENT_SOURCE(ActorKill::Event, 0x02694A50) +DECLARE_EVENT_SOURCE(AssaultCrime::Event, 0x02694AC0) +DECLARE_EVENT_SOURCE(DisarmedEvent::Event, 0x02694B30) +DECLARE_EVENT_SOURCE(FactionRankChange::Event, 0x02694BA0) +DECLARE_EVENT_SOURCE(GrandTheftHorse::Event, 0x02694C10) +DECLARE_EVENT_SOURCE(MurderCrime::Event, 0x02694C80) +DECLARE_EVENT_SOURCE(PiracyCrime::Event, 0x02694CF0) +DECLARE_EVENT_SOURCE(Bleedout::Event, 0x026C5BC0) +DECLARE_EVENT_SOURCE(ContractedDisease::Event, 0x026C5C30) +DECLARE_EVENT_SOURCE(ReloadWeaponEvent::Event, 0x026C5CA0) +DECLARE_EVENT_SOURCE(SpellsLearned::Event, 0x026D4FA0) +DECLARE_EVENT_SOURCE(Bounty::Event, 0x02779650) +DECLARE_EVENT_SOURCE(ChestLooted::Event, 0x027796C0) +DECLARE_EVENT_SOURCE(CriticalHitEvent::Event, 0x02779730) +DECLARE_EVENT_SOURCE(CustomMarkerUpdate::Event, 0x027797A0) +DECLARE_EVENT_SOURCE(DaysJailed::Event, 0x02779810) +DECLARE_EVENT_SOURCE(EnteredUnity::Event, 0x02779880) +DECLARE_EVENT_SOURCE(FinePaid::Event, 0x027798F0) +DECLARE_EVENT_SOURCE(ItemCrafted::Event, 0x02779960) +DECLARE_EVENT_SOURCE(ItemSteal::Event, 0x027799D0) +DECLARE_EVENT_SOURCE(JailEscape::Event, 0x02779A40) +DECLARE_EVENT_SOURCE(Jailing::Event, 0x02779AB0) +DECLARE_EVENT_SOURCE(LevelIncrease::Event, 0x02779B20) +DECLARE_EVENT_SOURCE(LocationMarkerArrayUpdate::Event, 0x02779B90) +DECLARE_EVENT_SOURCE(PlayerActiveEffectChanged::Event, 0x02779C00) +DECLARE_EVENT_SOURCE(PlayerAmmoChanged::Event, 0x02779C70) +DECLARE_EVENT_SOURCE(PlayerCharacterQuestEvent::Event, 0x02779CE0) +DECLARE_EVENT_SOURCE(PlayerDifficultySettingChanged::Event, 0x02779D50) +DECLARE_EVENT_SOURCE(PlayerFastTravel::Event, 0x02779DC0) +DECLARE_EVENT_SOURCE(PlayerInDialogueChanged::Event, 0x02779E30) +DECLARE_EVENT_SOURCE(PlayerLifeStateChanged::Event, 0x02779EA0) +DECLARE_EVENT_SOURCE(PlayerPickpocketSuccess::Event, 0x02779F10) +DECLARE_EVENT_SOURCE(PoisonedWeapon::Event, 0x02779F80) +DECLARE_EVENT_SOURCE(TerminalHacked::Event, 0x02779FF0) +DECLARE_EVENT_SOURCE(TravelMarkerStateChange::Event, 0x0277A060) +DECLARE_EVENT_SOURCE(WeaponAttack::Event, 0x0277A140) +DECLARE_EVENT_SOURCE(Trespass::Event, 0x027D9EC0) +DECLARE_EVENT_SOURCE(VATSEvents::ModeChange, 0x02845F50) +DECLARE_EVENT_SOURCE(VATSCommand, 0x02845FC0) +DECLARE_EVENT_SOURCE(HoursPassed::Event, 0x02B17C50) // other events -DECLARE_EVENT_SOURCE(RadioManager::PipboyTransmitterDetectionEvent, 0x025254D0) -DECLARE_EVENT_SOURCE_EX(XPChange::Event, 0x06145300) -DECLARE_EVENT_SOURCE_EX(WeaponFiredEvent, 0x061379E8) -DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::Event, 0x06B231B0) -DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::SpellEvent, 0x06B231D8) -DECLARE_EVENT_SOURCE_EX(AttachReference::Event, 0x061452D8) +DECLARE_EVENT_SOURCE(RadioManager::PipboyTransmitterDetectionEvent, 0x02525740) +DECLARE_EVENT_SOURCE_EX(XPChange::Event, 0x06145280) +DECLARE_EVENT_SOURCE_EX(WeaponFiredEvent, 0x06137958) +DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::Event, 0x06B232F0) +DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::SpellEvent, 0x06B23318) +DECLARE_EVENT_SOURCE_EX(AttachReference::Event, 0x06145258) diff --git a/sfse/GameExtraData.h b/sfse/GameExtraData.h index c821592..7e39995 100644 --- a/sfse/GameExtraData.h +++ b/sfse/GameExtraData.h @@ -286,8 +286,8 @@ static_assert(sizeof(BSExtraData) == 0x18); class BaseExtraList { public: - DEFINE_MEMBER_FN_1(AddExtra, void, 0x0146B9CC, BSExtraData* a_extra); - DEFINE_MEMBER_FN_1(GetByType, BSExtraData*, 0x01471B80, BSExtraData::Type type); + DEFINE_MEMBER_FN_1(AddExtra, void, 0x0146BA3C, BSExtraData* a_extra); + DEFINE_MEMBER_FN_1(GetByType, BSExtraData*, 0x01471BF0, BSExtraData::Type type); private: // members diff --git a/sfse/GameForms.cpp b/sfse/GameForms.cpp index d03d0c3..fa8ed7f 100644 --- a/sfse/GameForms.cpp +++ b/sfse/GameForms.cpp @@ -1,4 +1,4 @@ #include "sfse/GameForms.h" -RelocAddr TESForm::GetFormByNumericID(0x01534C60); -RelocAddr TESForm::GetFormByEditorID(0x01534DC0); +RelocAddr TESForm::GetFormByNumericID(0x01534CD0); +RelocAddr TESForm::GetFormByEditorID(0x01534E30); diff --git a/sfse/GameLock.h b/sfse/GameLock.h index ac4a2be..40ee3ff 100644 --- a/sfse/GameLock.h +++ b/sfse/GameLock.h @@ -6,9 +6,9 @@ class BSNonReentrantSpinLock { public: - DEFINE_MEMBER_FN_0(lock, void, 0x0127EB64); - DEFINE_MEMBER_FN_0(try_lock, bool, 0x01298FAC); - DEFINE_MEMBER_FN_0(unlock, void, 0x0127FCC0); + DEFINE_MEMBER_FN_0(lock, void, 0x0127EBC4); + DEFINE_MEMBER_FN_0(try_lock, bool, 0x0129900C); + DEFINE_MEMBER_FN_0(unlock, void, 0x0127FD20); private: // members @@ -19,10 +19,10 @@ static_assert(sizeof(BSNonReentrantSpinLock) == 0x4); class BSReadWriteLock { public: - DEFINE_MEMBER_FN_0(lock_read, void, 0x02F4AC30); - DEFINE_MEMBER_FN_0(lock_write, void, 0x0059A968); - DEFINE_MEMBER_FN_0(unlock_read, void, 0x02F4ADF8); - DEFINE_MEMBER_FN_0(unlock_write, void, 0x005AB434); + DEFINE_MEMBER_FN_0(lock_read, void, 0x02F4AFC0); + DEFINE_MEMBER_FN_0(lock_write, void, 0x0059A9C8); + DEFINE_MEMBER_FN_0(unlock_read, void, 0x02F4B188); + DEFINE_MEMBER_FN_0(unlock_write, void, 0x005AB494); private: // members @@ -34,9 +34,9 @@ static_assert(sizeof(BSReadWriteLock) == 0x8); class BSSpinLock { public: - DEFINE_MEMBER_FN_0(lock, void, 0x02F48A40); - DEFINE_MEMBER_FN_0(try_lock, bool, 0x02F48B50); - DEFINE_MEMBER_FN_0(unlock, void, 0x02F48B10); + DEFINE_MEMBER_FN_0(lock, void, 0x02F48DD0); + DEFINE_MEMBER_FN_0(try_lock, bool, 0x02F48EE0); + DEFINE_MEMBER_FN_0(unlock, void, 0x02F48EA0); private: // members diff --git a/sfse/GameMemory.cpp b/sfse/GameMemory.cpp index 55e945e..06108d0 100644 --- a/sfse/GameMemory.cpp +++ b/sfse/GameMemory.cpp @@ -1,6 +1,6 @@ #include "sfse/GameMemory.h" -RelocAddr<_GetMemoryManager> GetMemoryManager(0x0058D8E4); +RelocAddr<_GetMemoryManager> GetMemoryManager(0x0058D944); void* Heap_Allocate(size_t size) { diff --git a/sfse/GameMemory.h b/sfse/GameMemory.h index beed0a3..b63376c 100644 --- a/sfse/GameMemory.h +++ b/sfse/GameMemory.h @@ -15,9 +15,9 @@ static_assert(offsetof(ScrapHeap, currentThreadId) == 0x4B8); class MemoryManager { public: - DEFINE_MEMBER_FN_3(Allocate, void*, 0x0058D904, size_t size, size_t alignment, bool aligned); - DEFINE_MEMBER_FN_2(Free, void, 0x005A3940, void* buf, bool aligned); - DEFINE_MEMBER_FN_0(GetThreadScrapHeap, ScrapHeap*, 0x0079D63C); + DEFINE_MEMBER_FN_3(Allocate, void*, 0x0058D964, size_t size, size_t alignment, bool aligned); + DEFINE_MEMBER_FN_2(Free, void, 0x005A39A0, void* buf, bool aligned); + DEFINE_MEMBER_FN_0(GetThreadScrapHeap, ScrapHeap*, 0x0079D69C); }; using _GetMemoryManager = MemoryManager * (*)(); diff --git a/sfse/GameMenu.h b/sfse/GameMenu.h index b54c38a..a9dfd31 100644 --- a/sfse/GameMenu.h +++ b/sfse/GameMenu.h @@ -154,4 +154,4 @@ class ChargenMenu : }; }; static_assert(offsetof(ChargenMenu, cameraPosition) == 0x5B8); -static_assert(sizeof(ChargenMenu) == 0x650); \ No newline at end of file +static_assert(sizeof(ChargenMenu) == 0x650); diff --git a/sfse/GameObjects.h b/sfse/GameObjects.h index b40ee7d..b56b204 100644 --- a/sfse/GameObjects.h +++ b/sfse/GameObjects.h @@ -173,8 +173,8 @@ class TESNPC : u8 pronoun; // 448 u8 pad449[7]; // 449 - DEFINE_MEMBER_FN_1(DeriveGeneticParentAppearance, void, 0x01BB5548, TESNPC* source); - DEFINE_MEMBER_FN_1(CopyAppearance, void, 0x01BB3980, TESNPC* source); + DEFINE_MEMBER_FN_1(DeriveGeneticParentAppearance, void, 0x01BB55D8, TESNPC* source); + DEFINE_MEMBER_FN_1(CopyAppearance, void, 0x01BB3A10, TESNPC* source); }; static_assert(sizeof(TESNPC) == 0x458); // Un-verified after 1.10.31 static_assert(sizeof(TESNPC::HeadPartData) == 0x28); diff --git a/sfse/GameRTTI.cpp b/sfse/GameRTTI.cpp index 4a8abc7..dcd07a0 100644 --- a/sfse/GameRTTI.cpp +++ b/sfse/GameRTTI.cpp @@ -4,7 +4,7 @@ typedef void* (*_Runtime_DynamicCast_Internal)(void* srcObj, u32 arg1, const void* fromType, const void* toType, u32 arg4); -RelocAddr <_Runtime_DynamicCast_Internal> Runtime_DynamicCast_Internal(0x038CCBC0); // __RTDynamicCast +RelocAddr <_Runtime_DynamicCast_Internal> Runtime_DynamicCast_Internal(0x038CD020); // __RTDynamicCast void* Runtime_DynamicCast(void* srcObj, const void* fromType, const void* toType) { diff --git a/sfse/GameRTTI.inl b/sfse/GameRTTI.inl index 9d5da6e..50f194d 100644 --- a/sfse/GameRTTI.inl +++ b/sfse/GameRTTI.inl @@ -1,6756 +1,6756 @@ -const void * RTTI_AK__StreamMgr__IAkFileLocationResolver = (void *)0x062F69F0; -const void * RTTI_AK__StreamMgr__IAkLowLevelIOHook = (void *)0x062F6A70; -const void * RTTI_AabbHitCollector = (void *)0x06171200; -const void * RTTI_AbsorbEffect = (void *)0x0639D700; -const void * RTTI_AccumulatingValueModifierEffect = (void *)0x0639D758; -const void * RTTI_ActionActivateDoneHandler = (void *)0x063E5250; -const void * RTTI_ActionInput = (void *)0x0623EB80; -const void * RTTI_ActionOutput = (void *)0x0623EBD0; -const void * RTTI_ActiveEffect = (void *)0x0639D6D8; -const void * RTTI_ActiveEffectReferenceEffectController = (void *)0x0639D8A8; -const void * RTTI_ActiveModItemDataModel = (void *)0x06339948; -const void * RTTI_ActiveModItemDataModel__ActiveModItemEventShuttle = (void *)0x06339980; -const void * RTTI_Actor = (void *)0x06174A98; -const void * RTTI_ActorKnowledge = (void *)0x063D06B0; -const void * RTTI_ActorMagicCaster = (void *)0x0639DA18; -const void * RTTI_ActorMover = (void *)0x063CF4C0; -const void * RTTI_ActorPackageData = (void *)0x063C8D60; -const void * RTTI_ActorSceneNextPhaseHandler = (void *)0x063E60C0; -const void * RTTI_ActorUtils__ArmorRatingVisitor = (void *)0x063C7C08; -const void * RTTI_ActorUtils__ArmorRatingVisitorBase = (void *)0x063A0090; -const void * RTTI_ActorValueBindingUpdaterService = (void *)0x0624BD40; -const void * RTTI_ActorValueInfo = (void *)0x062DF0C0; -const void * RTTI_ActorValueOwner = (void *)0x062C2A18; -const void * RTTI_ActorValueSnapshot = (void *)0x06167120; -const void * RTTI_Actor__ForEachSpellVisitor = (void *)0x063A10B0; -const void * RTTI_AddRagdollHandler = (void *)0x063E53E8; -const void * RTTI_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler = (void *)0x06255750; -const void * RTTI_AimAssistData = (void *)0x062AAFC8; -const void * RTTI_AimAssist__Circle = (void *)0x06210B48; -const void * RTTI_AimAssist__Ellipse = (void *)0x062FADE0; -const void * RTTI_AimAssist__Pill = (void *)0x063003B8; -const void * RTTI_AimDownSightData = (void *)0x062AB328; -const void * RTTI_AimModelData = (void *)0x062AB380; -const void * RTTI_AimOpticalSightData = (void *)0x062AB410; -const void * RTTI_AimOpticalSightStates__Active = (void *)0x06178890; -const void * RTTI_AimOpticalSightStates__Base = (void *)0x063007B8; -const void * RTTI_AimOpticalSightStates__BetweenShots = (void *)0x06178850; -const void * RTTI_AimOpticalSightStates__Deinitialization = (void *)0x061787D8; -const void * RTTI_AimOpticalSightStates__Inactive = (void *)0x06178908; -const void * RTTI_AimOpticalSightStates__Initialization = (void *)0x061788C8; -const void * RTTI_AimOpticalSightStates__Ready = (void *)0x06178818; -const void * RTTI_AlarmPackage = (void *)0x0617A788; -const void * RTTI_AlchemyItem = (void *)0x06266DA8; -const void * RTTI_AliasLegendaryRankCalculator = (void *)0x062D92F8; -const void * RTTI_AllowRotationHandler = (void *)0x063E4E38; -const void * RTTI_AllowRotationHandlerReference = (void *)0x063E6018; -const void * RTTI_AmmoData = (void *)0x0635C490; -const void * RTTI_AnimGraph = (void *)0x06462E98; -const void * RTTI_AnimGraphNode = (void *)0x06463DD8; -const void * RTTI_AnimatedCameraDeltaStartHandler = (void *)0x063E4D10; -const void * RTTI_AnimatedCameraEndHandler = (void *)0x063E4DB0; -const void * RTTI_AnimatedCameraStartHandler = (void *)0x063E4D48; -const void * RTTI_AnimationClipDataSingleton = (void *)0x06472188; -const void * RTTI_AnimationCompleteHandler = (void *)0x063E5220; -const void * RTTI_AnimationCorrectedNode = (void *)0x06471850; -const void * RTTI_AnimationCorrectedNodeInstance = (void *)0x06471818; -const void * RTTI_AnimationDrivenHandler = (void *)0x063E4E68; -const void * RTTI_AnimationDrivenHandlerReference = (void *)0x063E5F68; -const void * RTTI_AnimationFileManagerSingleton = (void *)0x06472438; -const void * RTTI_AnimationGraphInstance = (void *)0x06464588; -const void * RTTI_AnimationImpactSelector = (void *)0x06471410; -const void * RTTI_AnimationImpactSelectorInstance = (void *)0x064713D8; -const void * RTTI_AnimationManager = (void *)0x06463D80; -const void * RTTI_AnimationNode = (void *)0x06471B98; -const void * RTTI_AnimationNodeInstance = (void *)0x06471BC0; -const void * RTTI_AnimationObjectDrawHandler = (void *)0x063E4B68; -const void * RTTI_AnimationObjectHideHandler = (void *)0x063E4C10; -const void * RTTI_AnimationObjectLoadHandler = (void *)0x063E4B30; -const void * RTTI_AnimationObjectUnequipAllHandler = (void *)0x063E4BA0; -const void * RTTI_AnimationObjectUnequipHandler = (void *)0x063E4AF8; -const void * RTTI_AnimationRagdoll = (void *)0x06471708; -const void * RTTI_AnimationRagdollDrive = (void *)0x064716A8; -const void * RTTI_AnimationRagdollDriveInstance = (void *)0x06471670; -const void * RTTI_AnimationRagdollInstance = (void *)0x064716D8; -const void * RTTI_AnimationStanceDataSingletonDBData = (void *)0x06472BD8; -const void * RTTI_AnimationStreamLoadGame = (void *)0x062CAB78; -const void * RTTI_AnimationStreamSaveGame = (void *)0x062CAB48; -const void * RTTI_AnimationSystemUtils__QueuedAnimationHandles = (void *)0x062F4D60; -const void * RTTI_AnimationSystemUtils__QueuedModelHandles = (void *)0x062F4DA8; -const void * RTTI_AnimationSystemUtils__QueuedReferenceAnimationTask = (void *)0x062F4D10; -const void * RTTI_AnimationSystemUtils__TESModelAndAnimationHandles = (void *)0x06242C20; -const void * RTTI_AntiGravityEffect = (void *)0x0639DB90; -const void * RTTI_AnticipateAttackHandler = (void *)0x063E6C58; -const void * RTTI_ArchiveFile = (void *)0x064CBD78; -const void * RTTI_ArmorCraftingMenu = (void *)0x06360F90; -const void * RTTI_ArrowAttachHandler = (void *)0x063E6B08; -const void * RTTI_ArrowDetachHandler = (void *)0x063E6BA0; -const void * RTTI_ArrowProjectile = (void *)0x063E8C98; -const void * RTTI_AssignVariable = (void *)0x064715B0; -const void * RTTI_AssignVariableInstance = (void *)0x064715D8; -const void * RTTI_AssigniState = (void *)0x06471588; -const void * RTTI_AssigniStateInstance = (void *)0x06471558; -const void * RTTI_AttachDistant3DTask = (void *)0x0626B2A0; -const void * RTTI_AttachReferenceHandler = (void *)0x063E65F0; -const void * RTTI_AttackStopHandler = (void *)0x063E6F10; -const void * RTTI_AttractionObjectLOSUtils__CacheEntry = (void *)0x062FA1D8; -const void * RTTI_AutoVanityState = (void *)0x064230A0; -const void * RTTI_AwakeSoundFadeHandler = (void *)0x063E6620; -const void * RTTI_AwakeSoundPauseHandler = (void *)0x063E6678; -const void * RTTI_AwakeSoundResumeHandler = (void *)0x063E6710; -const void * RTTI_AwakeSoundStopHandler = (void *)0x063E66A8; -const void * RTTI_BGSAIWorldLocationEditorSpacePointRadius = (void *)0x0623C2B0; -const void * RTTI_BGSAIWorldLocationInteriorCell = (void *)0x0623BF30; -const void * RTTI_BGSAIWorldLocationPointRadius = (void *)0x0623BFD0; -const void * RTTI_BGSAIWorldLocationPrimitive = (void *)0x0623C148; -const void * RTTI_BGSAIWorldLocationRefRadius = (void *)0x0623C218; -const void * RTTI_BGSAVMData = (void *)0x0624E6E8; -const void * RTTI_BGSAbilityPerkEntry = (void *)0x062D9160; -const void * RTTI_BGSAcousticSpace = (void *)0x06175538; -const void * RTTI_BGSAction = (void *)0x062D88F0; -const void * RTTI_BGSActionData = (void *)0x0623EBA8; -const void * RTTI_BGSActivity = (void *)0x06239F10; -const void * RTTI_BGSActivityTrackerFormComponent = (void *)0x06255690; -const void * RTTI_BGSActorValueActivity = (void *)0x06239F60; -const void * RTTI_BGSActorValueActivity_Runtime = (void *)0x06239ED8; -const void * RTTI_BGSAddToInventoryOnDestroy = (void *)0x062558C8; -const void * RTTI_BGSAddonNode = (void *)0x062BD760; -const void * RTTI_BGSAddonNodeSoundHandleExtra = (void *)0x062BD728; -const void * RTTI_BGSAffinityEvent = (void *)0x062B9D68; -const void * RTTI_BGSAimAssistModel = (void *)0x062AAFF0; -const void * RTTI_BGSAimAssistPoseData = (void *)0x062BCB40; -const void * RTTI_BGSAimDownSightModel = (void *)0x062AB350; -const void * RTTI_BGSAimModel = (void *)0x062AB3A8; -const void * RTTI_BGSAimOpticalSightModel = (void *)0x062AB440; -const void * RTTI_BGSAmbienceSet = (void *)0x062AB4B8; -const void * RTTI_BGSAnimationGraphComponent = (void *)0x06240018; -const void * RTTI_BGSAnimationPathImplementation = (void *)0x063C7B78; -const void * RTTI_BGSApplyMagicEffectActivity = (void *)0x0623A2A0; -const void * RTTI_BGSApplyMagicEffectActivity_Runtime = (void *)0x0623A260; -const void * RTTI_BGSArtObject = (void *)0x062BD828; -const void * RTTI_BGSArtObjectCloneTask = (void *)0x062BD850; -const void * RTTI_BGSAssociationType = (void *)0x062D8910; -const void * RTTI_BGSAtmosphere = (void *)0x062BCB18; -const void * RTTI_BGSAttachParentArray = (void *)0x06255B90; -const void * RTTI_BGSAttachTechniquesUtil__AttachTechniquesFunctor = (void *)0x062782B0; -const void * RTTI_BGSAttachTechniquesUtil__DetachTechniquesFunctor = (void *)0x06278300; -const void * RTTI_BGSAttachTechniquesUtil__ProcessTechniquesFunctor = (void *)0x06278430; -const void * RTTI_BGSAttackData = (void *)0x062DF0E8; -const void * RTTI_BGSAttackDataForm = (void *)0x06272390; -const void * RTTI_BGSAttackDataMap = (void *)0x062DF110; -const void * RTTI_BGSAttractionRule = (void *)0x062B9D90; -const void * RTTI_BGSAudioOcclusionPrimitive = (void *)0x0624CC80; -const void * RTTI_BGSAudio_Internal__LooseAudioRegistrar = (void *)0x062F5B30; -const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo = (void *)0x062F5C40; -const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo = (void *)0x062F5BF0; -const void * RTTI_BGSAudio_Internal__WwiseGameObjectMgr = (void *)0x062F63E0; -const void * RTTI_BGSAudio_Internal__WwiseIODevice = (void *)0x062F6678; -const void * RTTI_BGSAudio_Internal__WwiseIOMgr = (void *)0x062F6508; -const void * RTTI_BGSAudio__IEmitterResolver = (void *)0x062F6AA8; -const void * RTTI_BGSAudio__RefNodeResolver = (void *)0x062F6988; -const void * RTTI_BGSAudio__WwiseService = (void *)0x062F6858; -const void * RTTI_BGSBarterActivity = (void *)0x0623B5D0; -const void * RTTI_BGSBarterActivity_Runtime = (void *)0x0623B5A0; -const void * RTTI_BGSBaseAlias = (void *)0x062B9E90; -const void * RTTI_BGSBaseLODBlock = (void *)0x0624EFF0; -const void * RTTI_BGSBaseLODBlock__AutoDetachBlock = (void *)0x0624F018; -const void * RTTI_BGSBaseLODBlock__GeometryAutoDetachBlock = (void *)0x0624EFB0; -const void * RTTI_BGSBaseLODRuntimeComponent = (void *)0x0624F478; -const void * RTTI_BGSBendableSpline = (void *)0x062BD880; -const void * RTTI_BGSBiome = (void *)0x061756E8; -const void * RTTI_BGSBiomeMarkerObject = (void *)0x062ABC60; -const void * RTTI_BGSBiome__MarkerKeywordData = (void *)0x062BCD90; -const void * RTTI_BGSBleedoutActivity = (void *)0x0623A3E0; -const void * RTTI_BGSBleedoutActivity_Runtime = (void *)0x0623A3A8; -const void * RTTI_BGSBlockBashData = (void *)0x062723B8; -const void * RTTI_BGSBodyManager = (void *)0x062437A0; -const void * RTTI_BGSBodyPartData = (void *)0x06177E78; -const void * RTTI_BGSBodyPartInfo = (void *)0x06175168; -const void * RTTI_BGSBodyUtils__SkinColorUpdateNode = (void *)0x06243768; -const void * RTTI_BGSBoneModifier = (void *)0x062ABDF0; -const void * RTTI_BGSBuildWorkshopActivity = (void *)0x0623A4E0; -const void * RTTI_BGSBuildWorkshopActivity_Runtime = (void *)0x0623A4A8; -const void * RTTI_BGSCameraPath = (void *)0x062D56E8; -const void * RTTI_BGSCameraShot = (void *)0x062D5710; -const void * RTTI_BGSChallengeForm = (void *)0x0624E690; -const void * RTTI_BGSCharacterMorph__FacialBoneSculptSlider = (void *)0x062B9DB8; -const void * RTTI_BGSCharacterMorph__FacialBoneSlider = (void *)0x062B9DF8; -const void * RTTI_BGSCityMapsUsageComponent = (void *)0x06246348; -const void * RTTI_BGSCloudForm = (void *)0x062B1CB8; -const void * RTTI_BGSCollisionLayer = (void *)0x062D5738; -const void * RTTI_BGSColorForm = (void *)0x062D5818; -const void * RTTI_BGSCompleteResearchActivity = (void *)0x0623A5A0; -const void * RTTI_BGSCompleteResearchActivity_Runtime = (void *)0x0623A560; -const void * RTTI_BGSConditionForm = (void *)0x06174B28; -const void * RTTI_BGSConstructibleObject = (void *)0x062BD8A8; -const void * RTTI_BGSConsumeActivity = (void *)0x0623A6B0; -const void * RTTI_BGSConsumeActivity_Runtime = (void *)0x0623A678; -const void * RTTI_BGSContactShadowComponent = (void *)0x06246438; -const void * RTTI_BGSConveyorBelt__ConveyorBelt = (void *)0x0625D6C0; -const void * RTTI_BGSCraftActivity = (void *)0x0623A7D0; -const void * RTTI_BGSCraftActivity_Runtime = (void *)0x0623A7A0; -const void * RTTI_BGSCraftableForm = (void *)0x062ABC90; -const void * RTTI_BGSCraftingResourceOwner = (void *)0x06175190; -const void * RTTI_BGSCrippleLimbActivity = (void *)0x0623A8C0; -const void * RTTI_BGSCrippleLimbActivity_Runtime = (void *)0x0623A888; -const void * RTTI_BGSCrowdComponent = (void *)0x06256010; -const void * RTTI_BGSCurve3DForm = (void *)0x062AB018; -const void * RTTI_BGSCurveForm = (void *)0x062AB040; -const void * RTTI_BGSCustomShipForm = (void *)0x062464F8; -const void * RTTI_BGSDamageType = (void *)0x062BCE00; -const void * RTTI_BGSDebris = (void *)0x062BD8D8; -const void * RTTI_BGSDecalManager = (void *)0x062790F0; -const void * RTTI_BGSDecalNode = (void *)0x06279240; -const void * RTTI_BGSDefaultObject = (void *)0x06210528; -const void * RTTI_BGSDefaultObjectManager = (void *)0x062107B0; -const void * RTTI_BGSDestroyShipActivity = (void *)0x0623A978; -const void * RTTI_BGSDestroyShipActivity_Runtime = (void *)0x0623A8F0; -const void * RTTI_BGSDestructibleObjectForm = (void *)0x06266DD0; -const void * RTTI_BGSDialogueBranch = (void *)0x06175510; -const void * RTTI_BGSDisplayCaseFormComponent = (void *)0x06256158; -const void * RTTI_BGSDistantObjectBlock = (void *)0x06178528; -const void * RTTI_BGSDockingActivity = (void *)0x0623AA68; -const void * RTTI_BGSDockingActivity_Runtime = (void *)0x0623A9E8; -const void * RTTI_BGSDualCastData = (void *)0x06266E00; -const void * RTTI_BGSDynamicLODBlock = (void *)0x0624FA18; -const void * RTTI_BGSDynamicLODBlock__InstancedAutoDetachBlock = (void *)0x0624F9D0; -const void * RTTI_BGSEchoListener = (void *)0x062BD408; -const void * RTTI_BGSEffectSequenceForm = (void *)0x062ABCB8; -const void * RTTI_BGSEffectSequenceFormComponent = (void *)0x062564C8; -const void * RTTI_BGSEntryPointFunctionData = (void *)0x062D8B78; -const void * RTTI_BGSEntryPointFunctionDataAVAndValue = (void *)0x062D8AC8; -const void * RTTI_BGSEntryPointFunctionDataActivateChoice = (void *)0x062D8940; -const void * RTTI_BGSEntryPointFunctionDataBooleanGraphVariable = (void *)0x062D8A00; -const void * RTTI_BGSEntryPointFunctionDataLeveledList = (void *)0x062D8A88; -const void * RTTI_BGSEntryPointFunctionDataOneValue = (void *)0x062D8B40; -const void * RTTI_BGSEntryPointFunctionDataProjectile = (void *)0x062D8980; -const void * RTTI_BGSEntryPointFunctionDataSpellItem = (void *)0x062D8A48; -const void * RTTI_BGSEntryPointFunctionDataText = (void *)0x062D89C0; -const void * RTTI_BGSEntryPointFunctionDataTwoValue = (void *)0x062D8B08; -const void * RTTI_BGSEntryPointPerkEntry = (void *)0x062D9130; -const void * RTTI_BGSEquipSlot = (void *)0x062D8C68; -const void * RTTI_BGSExplosion = (void *)0x062BD8F8; -const void * RTTI_BGSExternalComponentDataSource = (void *)0x06256730; -const void * RTTI_BGSFaceFX = (void *)0x06252CB8; -const void * RTTI_BGSFacialExpressionData = (void *)0x0624CAA0; -const void * RTTI_BGSFadeManager = (void *)0x06243E68; -const void * RTTI_BGSFogVolumeForm = (void *)0x062B1CE0; -const void * RTTI_BGSFootIkImplementation = (void *)0x063C7BD8; -const void * RTTI_BGSFootstep = (void *)0x062D5938; -const void * RTTI_BGSFootstepManager = (void *)0x063CA100; -const void * RTTI_BGSFootstepSet = (void *)0x062D5960; -const void * RTTI_BGSForceData = (void *)0x062AB4E0; -const void * RTTI_BGSForcedLocRefType = (void *)0x062568A0; -const void * RTTI_BGSFormFolderKeywordList = (void *)0x0624E820; -const void * RTTI_BGSFormLinkData = (void *)0x062569D0; -const void * RTTI_BGSGameplayOption = (void *)0x0624CB78; -const void * RTTI_BGSGameplayOptionGroup = (void *)0x0624CC50; -const void * RTTI_BGSGenericBaseForm = (void *)0x062BD920; -const void * RTTI_BGSGenericBaseFormTemplate = (void *)0x062BD980; -const void * RTTI_BGSGeometryConstructorManager = (void *)0x063B98C8; -const void * RTTI_BGSGrassManager__AddCellGrassTask = (void *)0x06279FB0; -const void * RTTI_BGSGrassManager__CellGrass = (void *)0x06279FE8; -const void * RTTI_BGSGravJumpActivity = (void *)0x0623AB30; -const void * RTTI_BGSGravJumpActivity_Runtime = (void *)0x0623AB60; -const void * RTTI_BGSGroundCover = (void *)0x062C1CF0; -const void * RTTI_BGSGroupedInstancedGeometry = (void *)0x06245F38; -const void * RTTI_BGSHarvestActivity = (void *)0x0623AC18; -const void * RTTI_BGSHarvestActivity_Runtime = (void *)0x0623AB98; -const void * RTTI_BGSHavokGeometryAttach = (void *)0x06278238; -const void * RTTI_BGSHavokGeometryAttach__ActionPolicy = (void *)0x06278268; -const void * RTTI_BGSHavokGeometryAttach__AttachPolicy = (void *)0x062783B0; -const void * RTTI_BGSHavokGeometryAttach__DetachPolicy = (void *)0x062783F0; -const void * RTTI_BGSHazard = (void *)0x0618DE30; -const void * RTTI_BGSHeadPart = (void *)0x062D8C90; -const void * RTTI_BGSIdleCollection = (void *)0x061757C0; -const void * RTTI_BGSIdleMarker = (void *)0x062D8CE0; -const void * RTTI_BGSImpactData = (void *)0x062D5988; -const void * RTTI_BGSImpactDataSet = (void *)0x062D59B0; -const void * RTTI_BGSImpactManager = (void *)0x063A9EE8; -const void * RTTI_BGSInstanceNamingRules = (void *)0x06177738; -const void * RTTI_BGSInventoryInterface = (void *)0x063B8F10; -const void * RTTI_BGSInventoryList = (void *)0x0627A9A8; -const void * RTTI_BGSKeyword = (void *)0x06175698; -const void * RTTI_BGSKeywordForm = (void *)0x0618FEA8; -const void * RTTI_BGSKillActivity = (void *)0x0623AC88; -const void * RTTI_BGSKillActivity_Runtime = (void *)0x0623ACB0; -const void * RTTI_BGSLODManager = (void *)0x062F22A8; -const void * RTTI_BGSLODStates__Geometry__Attached = (void *)0x061750C8; -const void * RTTI_BGSLODStates__Geometry__Attaching = (void *)0x06174F98; -const void * RTTI_BGSLODStates__Geometry__Base = (void *)0x0624EF78; -const void * RTTI_BGSLODStates__Geometry__DeferredDetach = (void *)0x06175008; -const void * RTTI_BGSLODStates__Geometry__DeferredDetachComplete = (void *)0x06175080; -const void * RTTI_BGSLODStates__Geometry__Detached = (void *)0x06174FD0; -const void * RTTI_BGSLODStates__Geometry__Invisible = (void *)0x06175048; -const void * RTTI_BGSLODStates__Geometry__Loaded = (void *)0x06174D80; -const void * RTTI_BGSLODStates__Geometry__Loading = (void *)0x06174E00; -const void * RTTI_BGSLODStates__Geometry__Prepared = (void *)0x06174F60; -const void * RTTI_BGSLODStates__Geometry__Preparing = (void *)0x06174EB8; -const void * RTTI_BGSLODStates__Geometry__RequestingResources = (void *)0x06174DC0; -const void * RTTI_BGSLODStates__Geometry__Reset = (void *)0x06174EF0; -const void * RTTI_BGSLODStates__Geometry__ResourcesBusy = (void *)0x06174E78; -const void * RTTI_BGSLODStates__Geometry__ResourcesReady = (void *)0x06174E38; -const void * RTTI_BGSLODStates__Geometry__Unloaded = (void *)0x06174F28; -const void * RTTI_BGSLODStates__Geometry__Visible = (void *)0x06175100; -const void * RTTI_BGSLODStates__Node__Active = (void *)0x06178638; -const void * RTTI_BGSLODStates__Node__Base = (void *)0x062F2F10; -const void * RTTI_BGSLODStates__Node__Fading = (void *)0x062F2EB0; -const void * RTTI_BGSLODStates__Node__FadingIn = (void *)0x061786A0; -const void * RTTI_BGSLODStates__Node__FadingOut = (void *)0x06178718; -const void * RTTI_BGSLODStates__Node__Inactive = (void *)0x06178590; -const void * RTTI_BGSLODStates__Node__IntersectsLoadedArea = (void *)0x061785C8; -const void * RTTI_BGSLODStates__Node__Loaded = (void *)0x06178608; -const void * RTTI_BGSLODStates__Node__OutsideLoadedArea = (void *)0x06178750; -const void * RTTI_BGSLODStates__Node__PendingCellClearBase = (void *)0x062F2E38; -const void * RTTI_BGSLODStates__Node__PrepareFading = (void *)0x062F2E78; -const void * RTTI_BGSLODStates__Node__PrepareFadingIn = (void *)0x06178668; -const void * RTTI_BGSLODStates__Node__PrepareFadingOut = (void *)0x061786D8; -const void * RTTI_BGSLODStates__Node__Split = (void *)0x06178790; -const void * RTTI_BGSLODStates__Node__Unloaded = (void *)0x06178558; -const void * RTTI_BGSLandPlanetActivity = (void *)0x0623ADA8; -const void * RTTI_BGSLandPlanetActivity_Runtime = (void *)0x0623ADD8; -const void * RTTI_BGSLayeredMaterialSwap = (void *)0x062ABA58; -const void * RTTI_BGSLegendaryItem = (void *)0x062ABCE8; -const void * RTTI_BGSLensFlare = (void *)0x062BD9F8; -const void * RTTI_BGSLensFlareSprite = (void *)0x062BDA20; -const void * RTTI_BGSLevGenericBaseForm = (void *)0x062BDA98; -const void * RTTI_BGSLevPackIn = (void *)0x062BDAC8; -const void * RTTI_BGSLevSpaceCell = (void *)0x062C1D50; -const void * RTTI_BGSLightingTemplate = (void *)0x062C1D78; -const void * RTTI_BGSLinkedVoiceType = (void *)0x06256B30; -const void * RTTI_BGSListForm = (void *)0x062D5AF8; -const void * RTTI_BGSLoadFormBuffer = (void *)0x062690D8; -const void * RTTI_BGSLoadGameBuffer = (void *)0x062690B0; -const void * RTTI_BGSLoadGameBufferSimple = (void *)0x06269100; -const void * RTTI_BGSLoadedSceneLODBlock = (void *)0x062F2EE0; -const void * RTTI_BGSLocAlias = (void *)0x062D8E08; -const void * RTTI_BGSLocation = (void *)0x06175408; -const void * RTTI_BGSLocationDiscoveredActivity = (void *)0x0623AF40; -const void * RTTI_BGSLocationDiscoveredActivity_Runtime = (void *)0x0623AEB0; -const void * RTTI_BGSLocationRefType = (void *)0x061755F0; -const void * RTTI_BGSLockPickActivity = (void *)0x0623B850; -const void * RTTI_BGSLockPickActivity_Runtime = (void *)0x0623B818; -const void * RTTI_BGSLodOwnerComponent = (void *)0x06256DB8; -const void * RTTI_BGSLodRuntimeOwnerComponent = (void *)0x0624F440; -const void * RTTI_BGSLootContainerActivity = (void *)0x0623AFF8; -const void * RTTI_BGSLootContainerActivity_Runtime = (void *)0x0623AF78; -const void * RTTI_BGSLoseEnemyActivity = (void *)0x0623B138; -const void * RTTI_BGSLoseEnemyActivity_Runtime = (void *)0x0623B168; -const void * RTTI_BGSMaterialPathForm = (void *)0x062AB878; -const void * RTTI_BGSMaterialPropertyComponent = (void *)0x06256FB8; -const void * RTTI_BGSMaterialType = (void *)0x062D5C00; -const void * RTTI_BGSMeleeAimAssistModel = (void *)0x062AB068; -const void * RTTI_BGSMessage = (void *)0x06175430; -const void * RTTI_BGSMod__Attachment__Mod = (void *)0x06175138; -const void * RTTI_BGSMod__Property__BridgeI = (void *)0x06202910; -const void * RTTI_BGSMod__Template__Item = (void *)0x06257018; -const void * RTTI_BGSMod__Template__Items = (void *)0x062C08C0; -const void * RTTI_BGSModelMaterialSwap = (void *)0x06257348; -const void * RTTI_BGSModelNode = (void *)0x0627AB20; -const void * RTTI_BGSMorphableObject = (void *)0x062BDAF0; -const void * RTTI_BGSMotorAction__Action = (void *)0x0625D908; -const void * RTTI_BGSMotorAction__FanMotor = (void *)0x0625D938; -const void * RTTI_BGSMovableStatic = (void *)0x062BDC88; -const void * RTTI_BGSMovementType = (void *)0x062D8E30; -const void * RTTI_BGSMoviePlayer = (void *)0x063AA180; -const void * RTTI_BGSMultiTechniqueAttach = (void *)0x06278478; -const void * RTTI_BGSMultiTechniqueAttach__ActionPolicy = (void *)0x062784A8; -const void * RTTI_BGSMultiTechniqueAttach__AttachPolicy = (void *)0x06278558; -const void * RTTI_BGSMultiTechniqueAttach__DetachPolicy = (void *)0x06278598; -const void * RTTI_BGSMusicPaletteTrack = (void *)0x062D5C78; -const void * RTTI_BGSMusicSilenceTrack = (void *)0x062D5CA8; -const void * RTTI_BGSMusicSingleTrack = (void *)0x062D5D78; -const void * RTTI_BGSMusicTrack = (void *)0x062D5C28; -const void * RTTI_BGSMusicTrackFormWrapper = (void *)0x062D5DA8; -const void * RTTI_BGSMusicType = (void *)0x061755A8; -const void * RTTI_BGSNamedNodeAttach = (void *)0x06278348; -const void * RTTI_BGSNamedNodeAttach__ActionPolicy = (void *)0x06278378; -const void * RTTI_BGSNamedNodeAttach__AttachPolicy = (void *)0x062784E8; -const void * RTTI_BGSNamedNodeAttach__DetachPolicy = (void *)0x06278520; -const void * RTTI_BGSNavigationGridManager = (void *)0x06280168; -const void * RTTI_BGSNote = (void *)0x06177AA0; -const void * RTTI_BGSObjectInstanceExtra = (void *)0x06252698; -const void * RTTI_BGSObjectPlacementDefaults = (void *)0x06257498; -const void * RTTI_BGSObjectSwap = (void *)0x062BD2A8; -const void * RTTI_BGSObjectVisibilityManager = (void *)0x061B3C30; -const void * RTTI_BGSObjectWindowFilterComponent = (void *)0x06246740; -const void * RTTI_BGSOrbitalDataComponent = (void *)0x062576F8; -const void * RTTI_BGSOrbitedDataComponent = (void *)0x062578E8; -const void * RTTI_BGSOutfit = (void *)0x062BDF68; -const void * RTTI_BGSOverridePackCollection = (void *)0x062727E8; -const void * RTTI_BGSPackIn = (void *)0x061777A0; -const void * RTTI_BGSPackInUtils__BGSPackInEventHandler = (void *)0x062BEF48; -const void * RTTI_BGSPackageDataBool = (void *)0x06178350; -const void * RTTI_BGSPackageDataFloat = (void *)0x062DF228; -const void * RTTI_BGSPackageDataInt = (void *)0x062DF138; -const void * RTTI_BGSPackageDataLocation = (void *)0x062DF2F8; -const void * RTTI_BGSPackageDataLocationWrapper = (void *)0x062DF328; -const void * RTTI_BGSPackageDataObjectList = (void *)0x06178380; -const void * RTTI_BGSPackageDataRef = (void *)0x062DF448; -const void * RTTI_BGSPackageDataRefOLD = (void *)0x062DF1F8; -const void * RTTI_BGSPackageDataScene = (void *)0x06174A18; -const void * RTTI_BGSPackageDataTargetSelector = (void *)0x062DF360; -const void * RTTI_BGSPackageDataTopic = (void *)0x06178438; -const void * RTTI_BGSPapyrusScriptsComponent = (void *)0x06257EB0; -const void * RTTI_BGSParticleObjectCloneTask = (void *)0x062EDEB8; -const void * RTTI_BGSParticleSystemDefineCollection = (void *)0x062ABD10; -const void * RTTI_BGSPathingData = (void *)0x06258008; -const void * RTTI_BGSPerk = (void *)0x06177AC0; -const void * RTTI_BGSPerkRank = (void *)0x062D91E0; -const void * RTTI_BGSPhotoModeFeature = (void *)0x0624E6B8; -const void * RTTI_BGSPickupPutdownSounds = (void *)0x0618FF50; -const void * RTTI_BGSPlanetContentManager = (void *)0x063BA578; -const void * RTTI_BGSPlanetContentManagerBranchNode = (void *)0x06292250; -const void * RTTI_BGSPlanetContentManagerContentNode = (void *)0x06175B00; -const void * RTTI_BGSPlanetContentManagerContentProperties = (void *)0x0628A438; -const void * RTTI_BGSPlanetContentManagerTree = (void *)0x06292A08; -const void * RTTI_BGSPlanetContentManager__ILogEventData = (void *)0x062922C0; -const void * RTTI_BGSPlanet__Atmosphere = (void *)0x0628A4E0; -const void * RTTI_BGSPlanet__ContentPlacement = (void *)0x0628E928; -const void * RTTI_BGSPlanet__IModule = (void *)0x0628A4B8; -const void * RTTI_BGSPlanet__LandingMarkers = (void *)0x0628E1E8; -const void * RTTI_BGSPlanet__Landscape = (void *)0x0628E7B8; -const void * RTTI_BGSPlanet__Manager = (void *)0x0628E900; -const void * RTTI_BGSPlanet__Manager__MoveToNode = (void *)0x0628EBC0; -const void * RTTI_BGSPlanet__Manager__ShiftToTask = (void *)0x0628EBF8; -const void * RTTI_BGSPlanet__MultiFiles__Grid = (void *)0x0628E330; -const void * RTTI_BGSPlanet__MultiFiles__MasterFile = (void *)0x0628E360; -const void * RTTI_BGSPlanet__NavMeshGen = (void *)0x0628F4E8; -const void * RTTI_BGSPlanet__OrderedLandTextures = (void *)0x0628E998; -const void * RTTI_BGSPlanet__Overlays = (void *)0x0628E9D0; -const void * RTTI_BGSPlanet__PlanetData = (void *)0x0628D6E0; -const void * RTTI_BGSPlanet__ProcGen = (void *)0x06290808; -const void * RTTI_BGSPlanet__ProcGenRuntimeService = (void *)0x06290FF8; -const void * RTTI_BGSPlanet__ScanCollection = (void *)0x0631A8A0; -const void * RTTI_BGSPlanet__SurfaceMapModule = (void *)0x0628E960; -const void * RTTI_BGSPlanet__UpdateNavMeshTaskNode = (void *)0x0628F070; -const void * RTTI_BGSPlayerMusicChanger = (void *)0x0639FA88; -const void * RTTI_BGSPlayerPickpocketActivity = (void *)0x0623B238; -const void * RTTI_BGSPlayerPickpocketActivity_Runtime = (void *)0x0623B270; -const void * RTTI_BGSPreviewTransform = (void *)0x06258130; -const void * RTTI_BGSPrimitive = (void *)0x0627AE40; -const void * RTTI_BGSPrimitiveBox = (void *)0x0627AE18; -const void * RTTI_BGSPrimitiveComponent = (void *)0x06258160; -const void * RTTI_BGSPrimitiveCylinder = (void *)0x0627AD90; -const void * RTTI_BGSPrimitiveEllipsoid = (void *)0x0627ADC0; -const void * RTTI_BGSPrimitiveLine = (void *)0x0627ADF0; -const void * RTTI_BGSPrimitivePlane = (void *)0x0627AD68; -const void * RTTI_BGSPrimitiveSphere = (void *)0x0627AD38; -const void * RTTI_BGSProcedureAcquire = (void *)0x062E5598; -const void * RTTI_BGSProcedureAcquireExecState = (void *)0x062E5630; -const void * RTTI_BGSProcedureActivate = (void *)0x062E58F8; -const void * RTTI_BGSProcedureActivateExecState = (void *)0x062E5860; -const void * RTTI_BGSProcedureAmbush = (void *)0x0623C710; -const void * RTTI_BGSProcedureAmbushExecState = (void *)0x0623C678; -const void * RTTI_BGSProcedureAvoidVehicle = (void *)0x0623DEE8; -const void * RTTI_BGSProcedureAvoidVehicleExecState = (void *)0x0623DC28; -const void * RTTI_BGSProcedureBase = (void *)0x0623C798; -const void * RTTI_BGSProcedureCombatTravel = (void *)0x062E5CC0; -const void * RTTI_BGSProcedureCombatTravelExecState = (void *)0x062E5C28; -const void * RTTI_BGSProcedureDialogue = (void *)0x062E5F28; -const void * RTTI_BGSProcedureDialogueActivate = (void *)0x062E6100; -const void * RTTI_BGSProcedureDialogueActivateExecState = (void *)0x062E61A8; -const void * RTTI_BGSProcedureDialogueExecState = (void *)0x062E47E0; -const void * RTTI_BGSProcedureDone = (void *)0x062E5388; -const void * RTTI_BGSProcedureDoneExecState = (void *)0x062E4A90; -const void * RTTI_BGSProcedureEat = (void *)0x062E6420; -const void * RTTI_BGSProcedureEatExecState = (void *)0x062E4660; -const void * RTTI_BGSProcedureEscort = (void *)0x062E7D90; -const void * RTTI_BGSProcedureEscortExecState = (void *)0x062E7E20; -const void * RTTI_BGSProcedureFind = (void *)0x062E8208; -const void * RTTI_BGSProcedureFindExecState = (void *)0x062E4690; -const void * RTTI_BGSProcedureFlee = (void *)0x062E8498; -const void * RTTI_BGSProcedureFleeExecState = (void *)0x062E8410; -const void * RTTI_BGSProcedureFlightGrab = (void *)0x062E86E8; -const void * RTTI_BGSProcedureFlightGrabExecState = (void *)0x062E8658; -const void * RTTI_BGSProcedureFollow = (void *)0x062E8B18; -const void * RTTI_BGSProcedureFollowExecState = (void *)0x062E8B48; -const void * RTTI_BGSProcedureFollowTo = (void *)0x062E8BD8; -const void * RTTI_BGSProcedureForceGreet = (void *)0x062E8EC0; -const void * RTTI_BGSProcedureGuard = (void *)0x062E92C8; -const void * RTTI_BGSProcedureGuardArea = (void *)0x062E93E8; -const void * RTTI_BGSProcedureGuardExecState = (void *)0x062E9350; -const void * RTTI_BGSProcedureHeadtrack = (void *)0x0623E958; -const void * RTTI_BGSProcedureHeadtrackExecState = (void *)0x0623E8C8; -const void * RTTI_BGSProcedureHoldPosition = (void *)0x062E9620; -const void * RTTI_BGSProcedureHoldPositionExecState = (void *)0x062E48B0; -const void * RTTI_BGSProcedureHover = (void *)0x062E98D8; -const void * RTTI_BGSProcedureHoverExecState = (void *)0x062E9840; -const void * RTTI_BGSProcedureKeepAnEyeOn = (void *)0x062E9AF8; -const void * RTTI_BGSProcedureKeepAnEyeOnExecState = (void *)0x062E49C8; -const void * RTTI_BGSProcedureLock = (void *)0x062E9EC8; -const void * RTTI_BGSProcedureLockUnlockExecState = (void *)0x062E9F58; -const void * RTTI_BGSProcedureOrbit = (void *)0x062EA278; -const void * RTTI_BGSProcedureOrbitExecState = (void *)0x062EA1E0; -const void * RTTI_BGSProcedurePatrol = (void *)0x062EA430; -const void * RTTI_BGSProcedurePatrolExecState = (void *)0x062EA4B8; -const void * RTTI_BGSProcedurePlayIdle = (void *)0x0623ECF8; -const void * RTTI_BGSProcedurePlayIdleExecState = (void *)0x0623EC60; -const void * RTTI_BGSProcedurePursue = (void *)0x062EA738; -const void * RTTI_BGSProcedureRange = (void *)0x0623F0C8; -const void * RTTI_BGSProcedureRangeExecState = (void *)0x0623F030; -const void * RTTI_BGSProcedureSandbox = (void *)0x062EA930; -const void * RTTI_BGSProcedureSandboxExecState = (void *)0x062EA8F8; -const void * RTTI_BGSProcedureSay = (void *)0x062EABE0; -const void * RTTI_BGSProcedureSayExecState = (void *)0x062E4818; -const void * RTTI_BGSProcedureSit = (void *)0x062EAFE8; -const void * RTTI_BGSProcedureSitSleepExecState = (void *)0x062EB0C8; -const void * RTTI_BGSProcedureSleep = (void *)0x062EAFC0; +const void * RTTI_AK__StreamMgr__IAkFileLocationResolver = (void *)0x062F6A08; +const void * RTTI_AK__StreamMgr__IAkLowLevelIOHook = (void *)0x062F6A88; +const void * RTTI_AabbHitCollector = (void *)0x06171180; +const void * RTTI_AbsorbEffect = (void *)0x0639D7C8; +const void * RTTI_AccumulatingValueModifierEffect = (void *)0x0639D820; +const void * RTTI_ActionActivateDoneHandler = (void *)0x063E6DD0; +const void * RTTI_ActionInput = (void *)0x0623EBB0; +const void * RTTI_ActionOutput = (void *)0x0623EB88; +const void * RTTI_ActiveEffect = (void *)0x0639D7A0; +const void * RTTI_ActiveEffectReferenceEffectController = (void *)0x0639D938; +const void * RTTI_ActiveModItemDataModel = (void *)0x063398D8; +const void * RTTI_ActiveModItemDataModel__ActiveModItemEventShuttle = (void *)0x06339910; +const void * RTTI_Actor = (void *)0x06174A18; +const void * RTTI_ActorKnowledge = (void *)0x063D07A8; +const void * RTTI_ActorMagicCaster = (void *)0x0639D9B8; +const void * RTTI_ActorMover = (void *)0x063CF5B0; +const void * RTTI_ActorPackageData = (void *)0x063C8E58; +const void * RTTI_ActorSceneNextPhaseHandler = (void *)0x063E2AE8; +const void * RTTI_ActorUtils__ArmorRatingVisitor = (void *)0x063C7BD0; +const void * RTTI_ActorUtils__ArmorRatingVisitorBase = (void *)0x063A0070; +const void * RTTI_ActorValueBindingUpdaterService = (void *)0x0624BC30; +const void * RTTI_ActorValueInfo = (void *)0x062DF108; +const void * RTTI_ActorValueOwner = (void *)0x062C2A88; +const void * RTTI_ActorValueSnapshot = (void *)0x061670A0; +const void * RTTI_Actor__ForEachSpellVisitor = (void *)0x063A1148; +const void * RTTI_AddRagdollHandler = (void *)0x063E6EB8; +const void * RTTI_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler = (void *)0x06255710; +const void * RTTI_AimAssistData = (void *)0x062AB038; +const void * RTTI_AimAssist__Circle = (void *)0x06210768; +const void * RTTI_AimAssist__Ellipse = (void *)0x062FAEC0; +const void * RTTI_AimAssist__Pill = (void *)0x06300428; +const void * RTTI_AimDownSightData = (void *)0x062AB3C8; +const void * RTTI_AimModelData = (void *)0x062AB3F0; +const void * RTTI_AimOpticalSightData = (void *)0x062AB4C8; +const void * RTTI_AimOpticalSightStates__Active = (void *)0x06178828; +const void * RTTI_AimOpticalSightStates__Base = (void *)0x063005E8; +const void * RTTI_AimOpticalSightStates__BetweenShots = (void *)0x061787E8; +const void * RTTI_AimOpticalSightStates__Deinitialization = (void *)0x061788A0; +const void * RTTI_AimOpticalSightStates__Inactive = (void *)0x06178778; +const void * RTTI_AimOpticalSightStates__Initialization = (void *)0x06178860; +const void * RTTI_AimOpticalSightStates__Ready = (void *)0x061787B0; +const void * RTTI_AlarmPackage = (void *)0x0617A728; +const void * RTTI_AlchemyItem = (void *)0x06266DF0; +const void * RTTI_AliasLegendaryRankCalculator = (void *)0x062D9388; +const void * RTTI_AllowRotationHandler = (void *)0x063E69C0; +const void * RTTI_AllowRotationHandlerReference = (void *)0x063E2970; +const void * RTTI_AmmoData = (void *)0x0635C648; +const void * RTTI_AnimGraph = (void *)0x06462D68; +const void * RTTI_AnimGraphNode = (void *)0x064639C0; +const void * RTTI_AnimatedCameraDeltaStartHandler = (void *)0x063E6898; +const void * RTTI_AnimatedCameraEndHandler = (void *)0x063E6868; +const void * RTTI_AnimatedCameraStartHandler = (void *)0x063E6800; +const void * RTTI_AnimationClipDataSingleton = (void *)0x064721A0; +const void * RTTI_AnimationCompleteHandler = (void *)0x063E6CE0; +const void * RTTI_AnimationCorrectedNode = (void *)0x06471948; +const void * RTTI_AnimationCorrectedNodeInstance = (void *)0x06471910; +const void * RTTI_AnimationDrivenHandler = (void *)0x063E6930; +const void * RTTI_AnimationDrivenHandlerReference = (void *)0x063E29A8; +const void * RTTI_AnimationFileManagerSingleton = (void *)0x06472458; +const void * RTTI_AnimationGraphInstance = (void *)0x06464688; +const void * RTTI_AnimationImpactSelector = (void *)0x06471508; +const void * RTTI_AnimationImpactSelectorInstance = (void *)0x064714D0; +const void * RTTI_AnimationManager = (void *)0x064639E8; +const void * RTTI_AnimationNode = (void *)0x06471CC0; +const void * RTTI_AnimationNodeInstance = (void *)0x06471C90; +const void * RTTI_AnimationObjectDrawHandler = (void *)0x063E66F8; +const void * RTTI_AnimationObjectHideHandler = (void *)0x063E66C0; +const void * RTTI_AnimationObjectLoadHandler = (void *)0x063E65E8; +const void * RTTI_AnimationObjectUnequipAllHandler = (void *)0x063E6650; +const void * RTTI_AnimationObjectUnequipHandler = (void *)0x063E6688; +const void * RTTI_AnimationRagdoll = (void *)0x06471800; +const void * RTTI_AnimationRagdollDrive = (void *)0x06471768; +const void * RTTI_AnimationRagdollDriveInstance = (void *)0x06471798; +const void * RTTI_AnimationRagdollInstance = (void *)0x064717D0; +const void * RTTI_AnimationStanceDataSingletonDBData = (void *)0x06472CE8; +const void * RTTI_AnimationStreamLoadGame = (void *)0x062CABB8; +const void * RTTI_AnimationStreamSaveGame = (void *)0x062CABE8; +const void * RTTI_AnimationSystemUtils__QueuedAnimationHandles = (void *)0x062F4FC0; +const void * RTTI_AnimationSystemUtils__QueuedModelHandles = (void *)0x062F5008; +const void * RTTI_AnimationSystemUtils__QueuedReferenceAnimationTask = (void *)0x062F4F70; +const void * RTTI_AnimationSystemUtils__TESModelAndAnimationHandles = (void *)0x06242BC0; +const void * RTTI_AntiGravityEffect = (void *)0x0639DC88; +const void * RTTI_AnticipateAttackHandler = (void *)0x063E6130; +const void * RTTI_ArchiveFile = (void *)0x064CBEE8; +const void * RTTI_ArmorCraftingMenu = (void *)0x06361010; +const void * RTTI_ArrowAttachHandler = (void *)0x063E71F0; +const void * RTTI_ArrowDetachHandler = (void *)0x063E71C0; +const void * RTTI_ArrowProjectile = (void *)0x063E8DA0; +const void * RTTI_AssignVariable = (void *)0x064716D8; +const void * RTTI_AssignVariableInstance = (void *)0x064716A8; +const void * RTTI_AssigniState = (void *)0x06471680; +const void * RTTI_AssigniStateInstance = (void *)0x06471650; +const void * RTTI_AttachDistant3DTask = (void *)0x0626B3A8; +const void * RTTI_AttachReferenceHandler = (void *)0x063E2ED0; +const void * RTTI_AttackStopHandler = (void *)0x063E63B8; +const void * RTTI_AttractionObjectLOSUtils__CacheEntry = (void *)0x062FA268; +const void * RTTI_AutoVanityState = (void *)0x06423188; +const void * RTTI_AwakeSoundFadeHandler = (void *)0x063E2FB8; +const void * RTTI_AwakeSoundPauseHandler = (void *)0x063E3018; +const void * RTTI_AwakeSoundResumeHandler = (void *)0x063E2FE8; +const void * RTTI_AwakeSoundStopHandler = (void *)0x063E2F88; +const void * RTTI_BGSAIWorldLocationEditorSpacePointRadius = (void *)0x0623C2A0; +const void * RTTI_BGSAIWorldLocationInteriorCell = (void *)0x0623BEB8; +const void * RTTI_BGSAIWorldLocationPointRadius = (void *)0x0623BF50; +const void * RTTI_BGSAIWorldLocationPrimitive = (void *)0x0623C1C8; +const void * RTTI_BGSAIWorldLocationRefRadius = (void *)0x0623C200; +const void * RTTI_BGSAVMData = (void *)0x0624E728; +const void * RTTI_BGSAbilityPerkEntry = (void *)0x062D91F0; +const void * RTTI_BGSAcousticSpace = (void *)0x061754B8; +const void * RTTI_BGSAction = (void *)0x062D8980; +const void * RTTI_BGSActionData = (void *)0x0623EBD8; +const void * RTTI_BGSActivity = (void *)0x06239EE0; +const void * RTTI_BGSActivityTrackerFormComponent = (void *)0x062556D0; +const void * RTTI_BGSActorValueActivity = (void *)0x06239F30; +const void * RTTI_BGSActorValueActivity_Runtime = (void *)0x06239EA8; +const void * RTTI_BGSAddToInventoryOnDestroy = (void *)0x06255908; +const void * RTTI_BGSAddonNode = (void *)0x062BD880; +const void * RTTI_BGSAddonNodeSoundHandleExtra = (void *)0x062BD848; +const void * RTTI_BGSAffinityEvent = (void *)0x062B9DE8; +const void * RTTI_BGSAimAssistModel = (void *)0x062AB060; +const void * RTTI_BGSAimAssistPoseData = (void *)0x062BCBA8; +const void * RTTI_BGSAimDownSightModel = (void *)0x062AB358; +const void * RTTI_BGSAimModel = (void *)0x062AB418; +const void * RTTI_BGSAimOpticalSightModel = (void *)0x062AB4F8; +const void * RTTI_BGSAmbienceSet = (void *)0x062AB528; +const void * RTTI_BGSAnimationGraphComponent = (void *)0x06240010; +const void * RTTI_BGSAnimationPathImplementation = (void *)0x063C7C98; +const void * RTTI_BGSApplyMagicEffectActivity = (void *)0x0623A270; +const void * RTTI_BGSApplyMagicEffectActivity_Runtime = (void *)0x0623A230; +const void * RTTI_BGSArtObject = (void *)0x062BD8D8; +const void * RTTI_BGSArtObjectCloneTask = (void *)0x062BD8A8; +const void * RTTI_BGSAssociationType = (void *)0x062D89A0; +const void * RTTI_BGSAtmosphere = (void *)0x062BC8F8; +const void * RTTI_BGSAttachParentArray = (void *)0x06255CD8; +const void * RTTI_BGSAttachTechniquesUtil__AttachTechniquesFunctor = (void *)0x06278450; +const void * RTTI_BGSAttachTechniquesUtil__DetachTechniquesFunctor = (void *)0x062784A0; +const void * RTTI_BGSAttachTechniquesUtil__ProcessTechniquesFunctor = (void *)0x062784F0; +const void * RTTI_BGSAttackData = (void *)0x062DF158; +const void * RTTI_BGSAttackDataForm = (void *)0x062723D0; +const void * RTTI_BGSAttackDataMap = (void *)0x062DF130; +const void * RTTI_BGSAttractionRule = (void *)0x062B9E10; +const void * RTTI_BGSAudioOcclusionPrimitive = (void *)0x0624CCD0; +const void * RTTI_BGSAudio_Internal__LooseAudioRegistrar = (void *)0x062F66F0; +const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo = (void *)0x062F66A0; +const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo = (void *)0x062F5AA0; +const void * RTTI_BGSAudio_Internal__WwiseGameObjectMgr = (void *)0x062F5BF0; +const void * RTTI_BGSAudio_Internal__WwiseIODevice = (void *)0x062F5E98; +const void * RTTI_BGSAudio_Internal__WwiseIOMgr = (void *)0x062F5ED0; +const void * RTTI_BGSAudio__IEmitterResolver = (void *)0x062F6B38; +const void * RTTI_BGSAudio__RefNodeResolver = (void *)0x062F6B08; +const void * RTTI_BGSAudio__WwiseService = (void *)0x062F69A0; +const void * RTTI_BGSBarterActivity = (void *)0x0623B638; +const void * RTTI_BGSBarterActivity_Runtime = (void *)0x0623B608; +const void * RTTI_BGSBaseAlias = (void *)0x062B9F10; +const void * RTTI_BGSBaseLODBlock = (void *)0x0624EFE8; +const void * RTTI_BGSBaseLODBlock__AutoDetachBlock = (void *)0x0624F010; +const void * RTTI_BGSBaseLODBlock__GeometryAutoDetachBlock = (void *)0x0624F100; +const void * RTTI_BGSBaseLODRuntimeComponent = (void *)0x0624F428; +const void * RTTI_BGSBendableSpline = (void *)0x062BD900; +const void * RTTI_BGSBiome = (void *)0x06175640; +const void * RTTI_BGSBiomeMarkerObject = (void *)0x062ABCD0; +const void * RTTI_BGSBiome__MarkerKeywordData = (void *)0x062BCE00; +const void * RTTI_BGSBleedoutActivity = (void *)0x0623A3B0; +const void * RTTI_BGSBleedoutActivity_Runtime = (void *)0x0623A378; +const void * RTTI_BGSBlockBashData = (void *)0x062723F8; +const void * RTTI_BGSBodyManager = (void *)0x06243600; +const void * RTTI_BGSBodyPartData = (void *)0x06177E20; +const void * RTTI_BGSBodyPartInfo = (void *)0x061750E8; +const void * RTTI_BGSBodyUtils__SkinColorUpdateNode = (void *)0x062435C8; +const void * RTTI_BGSBoneModifier = (void *)0x062ABE60; +const void * RTTI_BGSBuildWorkshopActivity = (void *)0x0623A4B0; +const void * RTTI_BGSBuildWorkshopActivity_Runtime = (void *)0x0623A478; +const void * RTTI_BGSCameraPath = (void *)0x062D5768; +const void * RTTI_BGSCameraShot = (void *)0x062D5790; +const void * RTTI_BGSChallengeForm = (void *)0x0624E6A8; +const void * RTTI_BGSCharacterMorph__FacialBoneSculptSlider = (void *)0x062B9E38; +const void * RTTI_BGSCharacterMorph__FacialBoneSlider = (void *)0x062B9E78; +const void * RTTI_BGSCityMapsUsageComponent = (void *)0x06246328; +const void * RTTI_BGSCloudForm = (void *)0x062B1D20; +const void * RTTI_BGSCollisionLayer = (void *)0x062D5878; +const void * RTTI_BGSColorForm = (void *)0x062D58A0; +const void * RTTI_BGSCompleteResearchActivity = (void *)0x0623A570; +const void * RTTI_BGSCompleteResearchActivity_Runtime = (void *)0x0623A530; +const void * RTTI_BGSConditionForm = (void *)0x06174A80; +const void * RTTI_BGSConstructibleObject = (void *)0x062BD928; +const void * RTTI_BGSConsumeActivity = (void *)0x0623A680; +const void * RTTI_BGSConsumeActivity_Runtime = (void *)0x0623A648; +const void * RTTI_BGSContactShadowComponent = (void *)0x062463E8; +const void * RTTI_BGSConveyorBelt__ConveyorBelt = (void *)0x0625D8F0; +const void * RTTI_BGSCraftActivity = (void *)0x0623A7A0; +const void * RTTI_BGSCraftActivity_Runtime = (void *)0x0623A770; +const void * RTTI_BGSCraftableForm = (void *)0x062ABD00; +const void * RTTI_BGSCraftingResourceOwner = (void *)0x06175110; +const void * RTTI_BGSCrippleLimbActivity = (void *)0x0623A890; +const void * RTTI_BGSCrippleLimbActivity_Runtime = (void *)0x0623A858; +const void * RTTI_BGSCrowdComponent = (void *)0x06256060; +const void * RTTI_BGSCurve3DForm = (void *)0x062AB088; +const void * RTTI_BGSCurveForm = (void *)0x062AB0B0; +const void * RTTI_BGSCustomShipForm = (void *)0x06246640; +const void * RTTI_BGSDamageType = (void *)0x062BCE70; +const void * RTTI_BGSDebris = (void *)0x062BD958; +const void * RTTI_BGSDecalManager = (void *)0x06278FB0; +const void * RTTI_BGSDecalNode = (void *)0x06279238; +const void * RTTI_BGSDefaultObject = (void *)0x0620FF78; +const void * RTTI_BGSDefaultObjectManager = (void *)0x06210200; +const void * RTTI_BGSDestroyShipActivity = (void *)0x0623A948; +const void * RTTI_BGSDestroyShipActivity_Runtime = (void *)0x0623A8C0; +const void * RTTI_BGSDestructibleObjectForm = (void *)0x06266E18; +const void * RTTI_BGSDialogueBranch = (void *)0x06175490; +const void * RTTI_BGSDisplayCaseFormComponent = (void *)0x062561A8; +const void * RTTI_BGSDistantObjectBlock = (void *)0x061784C8; +const void * RTTI_BGSDockingActivity = (void *)0x0623AA38; +const void * RTTI_BGSDockingActivity_Runtime = (void *)0x0623A9B8; +const void * RTTI_BGSDualCastData = (void *)0x06266E48; +const void * RTTI_BGSDynamicLODBlock = (void *)0x0624FA10; +const void * RTTI_BGSDynamicLODBlock__InstancedAutoDetachBlock = (void *)0x0624FA40; +const void * RTTI_BGSEchoListener = (void *)0x062BD5D0; +const void * RTTI_BGSEffectSequenceForm = (void *)0x062ABD28; +const void * RTTI_BGSEffectSequenceFormComponent = (void *)0x06256520; +const void * RTTI_BGSEntryPointFunctionData = (void *)0x062D8B88; +const void * RTTI_BGSEntryPointFunctionDataAVAndValue = (void *)0x062D8AD8; +const void * RTTI_BGSEntryPointFunctionDataActivateChoice = (void *)0x062D8BB8; +const void * RTTI_BGSEntryPointFunctionDataBooleanGraphVariable = (void *)0x062D8A10; +const void * RTTI_BGSEntryPointFunctionDataLeveledList = (void *)0x062D8A98; +const void * RTTI_BGSEntryPointFunctionDataOneValue = (void *)0x062D8B50; +const void * RTTI_BGSEntryPointFunctionDataProjectile = (void *)0x062D8BF8; +const void * RTTI_BGSEntryPointFunctionDataSpellItem = (void *)0x062D8A58; +const void * RTTI_BGSEntryPointFunctionDataText = (void *)0x062D89D0; +const void * RTTI_BGSEntryPointFunctionDataTwoValue = (void *)0x062D8B18; +const void * RTTI_BGSEntryPointPerkEntry = (void *)0x062D91C0; +const void * RTTI_BGSEquipSlot = (void *)0x062D8CF8; +const void * RTTI_BGSExplosion = (void *)0x062BD978; +const void * RTTI_BGSExternalComponentDataSource = (void *)0x06256790; +const void * RTTI_BGSFaceFX = (void *)0x06252D98; +const void * RTTI_BGSFacialExpressionData = (void *)0x0624CAF0; +const void * RTTI_BGSFadeManager = (void *)0x062441A8; +const void * RTTI_BGSFogVolumeForm = (void *)0x062B1D48; +const void * RTTI_BGSFootIkImplementation = (void *)0x063C7C68; +const void * RTTI_BGSFootstep = (void *)0x062D59C8; +const void * RTTI_BGSFootstepManager = (void *)0x063CA078; +const void * RTTI_BGSFootstepSet = (void *)0x062D59F0; +const void * RTTI_BGSForceData = (void *)0x062AB550; +const void * RTTI_BGSForcedLocRefType = (void *)0x06256900; +const void * RTTI_BGSFormFolderKeywordList = (void *)0x0624E860; +const void * RTTI_BGSFormLinkData = (void *)0x06256A30; +const void * RTTI_BGSGameplayOption = (void *)0x0624CBC8; +const void * RTTI_BGSGameplayOptionGroup = (void *)0x0624CCA0; +const void * RTTI_BGSGenericBaseForm = (void *)0x062BD9A0; +const void * RTTI_BGSGenericBaseFormTemplate = (void *)0x062BDA00; +const void * RTTI_BGSGeometryConstructorManager = (void *)0x063B9A68; +const void * RTTI_BGSGrassManager__AddCellGrassTask = (void *)0x06279FF8; +const void * RTTI_BGSGrassManager__CellGrass = (void *)0x0627A030; +const void * RTTI_BGSGravJumpActivity = (void *)0x0623AB00; +const void * RTTI_BGSGravJumpActivity_Runtime = (void *)0x0623AB30; +const void * RTTI_BGSGroundCover = (void *)0x062C1D60; +const void * RTTI_BGSGroupedInstancedGeometry = (void *)0x06245F68; +const void * RTTI_BGSHarvestActivity = (void *)0x0623ABE8; +const void * RTTI_BGSHarvestActivity_Runtime = (void *)0x0623AB68; +const void * RTTI_BGSHavokGeometryAttach = (void *)0x062785B8; +const void * RTTI_BGSHavokGeometryAttach__ActionPolicy = (void *)0x062785E8; +const void * RTTI_BGSHavokGeometryAttach__AttachPolicy = (void *)0x06278538; +const void * RTTI_BGSHavokGeometryAttach__DetachPolicy = (void *)0x06278578; +const void * RTTI_BGSHazard = (void *)0x0618E070; +const void * RTTI_BGSHeadPart = (void *)0x062D8D20; +const void * RTTI_BGSIdleCollection = (void *)0x06175740; +const void * RTTI_BGSIdleMarker = (void *)0x062D8D70; +const void * RTTI_BGSImpactData = (void *)0x062D5A18; +const void * RTTI_BGSImpactDataSet = (void *)0x062D5B58; +const void * RTTI_BGSImpactManager = (void *)0x063AA1C0; +const void * RTTI_BGSInstanceNamingRules = (void *)0x061776D8; +const void * RTTI_BGSInventoryInterface = (void *)0x063B8F58; +const void * RTTI_BGSInventoryList = (void *)0x0627A998; +const void * RTTI_BGSKeyword = (void *)0x06175660; +const void * RTTI_BGSKeywordForm = (void *)0x061900E8; +const void * RTTI_BGSKillActivity = (void *)0x0623AC58; +const void * RTTI_BGSKillActivity_Runtime = (void *)0x0623AC80; +const void * RTTI_BGSLODManager = (void *)0x062F2510; +const void * RTTI_BGSLODStates__Geometry__Attached = (void *)0x06175048; +const void * RTTI_BGSLODStates__Geometry__Attaching = (void *)0x06174DB8; +const void * RTTI_BGSLODStates__Geometry__Base = (void *)0x0624EEF8; +const void * RTTI_BGSLODStates__Geometry__DeferredDetach = (void *)0x06174E28; +const void * RTTI_BGSLODStates__Geometry__DeferredDetachComplete = (void *)0x06175000; +const void * RTTI_BGSLODStates__Geometry__Detached = (void *)0x06174DF0; +const void * RTTI_BGSLODStates__Geometry__Invisible = (void *)0x06174FC8; +const void * RTTI_BGSLODStates__Geometry__Loaded = (void *)0x06174F10; +const void * RTTI_BGSLODStates__Geometry__Loading = (void *)0x06174F90; +const void * RTTI_BGSLODStates__Geometry__Prepared = (void *)0x06174ED8; +const void * RTTI_BGSLODStates__Geometry__Preparing = (void *)0x06174D00; +const void * RTTI_BGSLODStates__Geometry__RequestingResources = (void *)0x06174F50; +const void * RTTI_BGSLODStates__Geometry__Reset = (void *)0x06174E68; +const void * RTTI_BGSLODStates__Geometry__ResourcesBusy = (void *)0x06174D78; +const void * RTTI_BGSLODStates__Geometry__ResourcesReady = (void *)0x06174D38; +const void * RTTI_BGSLODStates__Geometry__Unloaded = (void *)0x06174EA0; +const void * RTTI_BGSLODStates__Geometry__Visible = (void *)0x06175080; +const void * RTTI_BGSLODStates__Node__Active = (void *)0x06178608; +const void * RTTI_BGSLODStates__Node__Base = (void *)0x062F2E38; +const void * RTTI_BGSLODStates__Node__Fading = (void *)0x062F2F50; +const void * RTTI_BGSLODStates__Node__FadingIn = (void *)0x06178670; +const void * RTTI_BGSLODStates__Node__FadingOut = (void *)0x061786E8; +const void * RTTI_BGSLODStates__Node__Inactive = (void *)0x06178570; +const void * RTTI_BGSLODStates__Node__IntersectsLoadedArea = (void *)0x061784F8; +const void * RTTI_BGSLODStates__Node__Loaded = (void *)0x061785D8; +const void * RTTI_BGSLODStates__Node__OutsideLoadedArea = (void *)0x06178720; +const void * RTTI_BGSLODStates__Node__PendingCellClearBase = (void *)0x062F2ED8; +const void * RTTI_BGSLODStates__Node__PrepareFading = (void *)0x062F2F18; +const void * RTTI_BGSLODStates__Node__PrepareFadingIn = (void *)0x06178638; +const void * RTTI_BGSLODStates__Node__PrepareFadingOut = (void *)0x061786A8; +const void * RTTI_BGSLODStates__Node__Split = (void *)0x061785A8; +const void * RTTI_BGSLODStates__Node__Unloaded = (void *)0x06178538; +const void * RTTI_BGSLandPlanetActivity = (void *)0x0623AD78; +const void * RTTI_BGSLandPlanetActivity_Runtime = (void *)0x0623ADA8; +const void * RTTI_BGSLayeredMaterialSwap = (void *)0x062ABAC8; +const void * RTTI_BGSLegendaryItem = (void *)0x062ABD58; +const void * RTTI_BGSLensFlare = (void *)0x062BDA78; +const void * RTTI_BGSLensFlareSprite = (void *)0x062BDAA0; +const void * RTTI_BGSLevGenericBaseForm = (void *)0x062BDB18; +const void * RTTI_BGSLevPackIn = (void *)0x062BDB48; +const void * RTTI_BGSLevSpaceCell = (void *)0x062C1DC0; +const void * RTTI_BGSLightingTemplate = (void *)0x062C1DE8; +const void * RTTI_BGSLinkedVoiceType = (void *)0x06256B90; +const void * RTTI_BGSListForm = (void *)0x062D5B80; +const void * RTTI_BGSLoadFormBuffer = (void *)0x06269128; +const void * RTTI_BGSLoadGameBuffer = (void *)0x06269100; +const void * RTTI_BGSLoadGameBufferSimple = (void *)0x06269150; +const void * RTTI_BGSLoadedSceneLODBlock = (void *)0x062F2F80; +const void * RTTI_BGSLocAlias = (void *)0x062D8E98; +const void * RTTI_BGSLocation = (void *)0x06175388; +const void * RTTI_BGSLocationDiscoveredActivity = (void *)0x0623AF10; +const void * RTTI_BGSLocationDiscoveredActivity_Runtime = (void *)0x0623AE80; +const void * RTTI_BGSLocationRefType = (void *)0x06175570; +const void * RTTI_BGSLockPickActivity = (void *)0x0623B798; +const void * RTTI_BGSLockPickActivity_Runtime = (void *)0x0623B760; +const void * RTTI_BGSLodOwnerComponent = (void *)0x06256E20; +const void * RTTI_BGSLodRuntimeOwnerComponent = (void *)0x0624F4B0; +const void * RTTI_BGSLootContainerActivity = (void *)0x0623AFC8; +const void * RTTI_BGSLootContainerActivity_Runtime = (void *)0x0623AF48; +const void * RTTI_BGSLoseEnemyActivity = (void *)0x0623B108; +const void * RTTI_BGSLoseEnemyActivity_Runtime = (void *)0x0623B138; +const void * RTTI_BGSMaterialPathForm = (void *)0x062AB8E8; +const void * RTTI_BGSMaterialPropertyComponent = (void *)0x06257018; +const void * RTTI_BGSMaterialType = (void *)0x062D5C90; +const void * RTTI_BGSMeleeAimAssistModel = (void *)0x062AB0D8; +const void * RTTI_BGSMessage = (void *)0x061753B0; +const void * RTTI_BGSMod__Attachment__Mod = (void *)0x061750B8; +const void * RTTI_BGSMod__Property__BridgeI = (void *)0x06202350; +const void * RTTI_BGSMod__Template__Item = (void *)0x06257050; +const void * RTTI_BGSMod__Template__Items = (void *)0x062C0930; +const void * RTTI_BGSModelMaterialSwap = (void *)0x062573A8; +const void * RTTI_BGSModelNode = (void *)0x0627AB28; +const void * RTTI_BGSMorphableObject = (void *)0x062BDB70; +const void * RTTI_BGSMotorAction__Action = (void *)0x0625D950; +const void * RTTI_BGSMotorAction__FanMotor = (void *)0x0625D980; +const void * RTTI_BGSMovableStatic = (void *)0x062BDD08; +const void * RTTI_BGSMovementType = (void *)0x062D8EC0; +const void * RTTI_BGSMoviePlayer = (void *)0x063AA268; +const void * RTTI_BGSMultiTechniqueAttach = (void *)0x062783D8; +const void * RTTI_BGSMultiTechniqueAttach__ActionPolicy = (void *)0x06278408; +const void * RTTI_BGSMultiTechniqueAttach__AttachPolicy = (void *)0x06278358; +const void * RTTI_BGSMultiTechniqueAttach__DetachPolicy = (void *)0x06278398; +const void * RTTI_BGSMusicPaletteTrack = (void *)0x062D5D08; +const void * RTTI_BGSMusicSilenceTrack = (void *)0x062D5D38; +const void * RTTI_BGSMusicSingleTrack = (void *)0x062D5D68; +const void * RTTI_BGSMusicTrack = (void *)0x062D5CB8; +const void * RTTI_BGSMusicTrackFormWrapper = (void *)0x062D5E38; +const void * RTTI_BGSMusicType = (void *)0x06175528; +const void * RTTI_BGSNamedNodeAttach = (void *)0x062782F0; +const void * RTTI_BGSNamedNodeAttach__ActionPolicy = (void *)0x06278320; +const void * RTTI_BGSNamedNodeAttach__AttachPolicy = (void *)0x06278280; +const void * RTTI_BGSNamedNodeAttach__DetachPolicy = (void *)0x062782B8; +const void * RTTI_BGSNavigationGridManager = (void *)0x0627FF58; +const void * RTTI_BGSNote = (void *)0x06177A40; +const void * RTTI_BGSObjectInstanceExtra = (void *)0x06252710; +const void * RTTI_BGSObjectPlacementDefaults = (void *)0x06257468; +const void * RTTI_BGSObjectSwap = (void *)0x062BD318; +const void * RTTI_BGSObjectVisibilityManager = (void *)0x061B3B00; +const void * RTTI_BGSObjectWindowFilterComponent = (void *)0x06246790; +const void * RTTI_BGSOrbitalDataComponent = (void *)0x062576B8; +const void * RTTI_BGSOrbitedDataComponent = (void *)0x06257C18; +const void * RTTI_BGSOutfit = (void *)0x062BDFE8; +const void * RTTI_BGSOverridePackCollection = (void *)0x06272948; +const void * RTTI_BGSPackIn = (void *)0x06177740; +const void * RTTI_BGSPackInUtils__BGSPackInEventHandler = (void *)0x062BF4B8; +const void * RTTI_BGSPackageDataBool = (void *)0x061782E8; +const void * RTTI_BGSPackageDataFloat = (void *)0x062DF2D8; +const void * RTTI_BGSPackageDataInt = (void *)0x062DF218; +const void * RTTI_BGSPackageDataLocation = (void *)0x062DF3A8; +const void * RTTI_BGSPackageDataLocationWrapper = (void *)0x062DF308; +const void * RTTI_BGSPackageDataObjectList = (void *)0x06178318; +const void * RTTI_BGSPackageDataRef = (void *)0x062DF488; +const void * RTTI_BGSPackageDataRefOLD = (void *)0x062DF378; +const void * RTTI_BGSPackageDataScene = (void *)0x06174998; +const void * RTTI_BGSPackageDataTargetSelector = (void *)0x062DF340; +const void * RTTI_BGSPackageDataTopic = (void *)0x061783D8; +const void * RTTI_BGSPapyrusScriptsComponent = (void *)0x06257F10; +const void * RTTI_BGSParticleObjectCloneTask = (void *)0x062EDF10; +const void * RTTI_BGSParticleSystemDefineCollection = (void *)0x062ABD80; +const void * RTTI_BGSPathingData = (void *)0x06258170; +const void * RTTI_BGSPerk = (void *)0x06177A60; +const void * RTTI_BGSPerkRank = (void *)0x062D9270; +const void * RTTI_BGSPhotoModeFeature = (void *)0x0624E6F8; +const void * RTTI_BGSPickupPutdownSounds = (void *)0x06190190; +const void * RTTI_BGSPlanetContentManager = (void *)0x063BB6F8; +const void * RTTI_BGSPlanetContentManagerBranchNode = (void *)0x062922B0; +const void * RTTI_BGSPlanetContentManagerContentNode = (void *)0x06175A80; +const void * RTTI_BGSPlanetContentManagerContentProperties = (void *)0x0628A488; +const void * RTTI_BGSPlanetContentManagerTree = (void *)0x06292A68; +const void * RTTI_BGSPlanetContentManager__ILogEventData = (void *)0x06292320; +const void * RTTI_BGSPlanet__Atmosphere = (void *)0x0628A530; +const void * RTTI_BGSPlanet__ContentPlacement = (void *)0x0628EBC0; +const void * RTTI_BGSPlanet__IModule = (void *)0x0628A508; +const void * RTTI_BGSPlanet__LandingMarkers = (void *)0x0628E2C8; +const void * RTTI_BGSPlanet__Landscape = (void *)0x0628E810; +const void * RTTI_BGSPlanet__Manager = (void *)0x0628EBF8; +const void * RTTI_BGSPlanet__Manager__MoveToNode = (void *)0x0628EA28; +const void * RTTI_BGSPlanet__Manager__ShiftToTask = (void *)0x0628E950; +const void * RTTI_BGSPlanet__MultiFiles__Grid = (void *)0x0628E340; +const void * RTTI_BGSPlanet__MultiFiles__MasterFile = (void *)0x0628E370; +const void * RTTI_BGSPlanet__NavMeshGen = (void *)0x0628F168; +const void * RTTI_BGSPlanet__OrderedLandTextures = (void *)0x0628E9C0; +const void * RTTI_BGSPlanet__Overlays = (void *)0x0628E9F8; +const void * RTTI_BGSPlanet__PlanetData = (void *)0x0628D728; +const void * RTTI_BGSPlanet__ProcGen = (void *)0x06290850; +const void * RTTI_BGSPlanet__ProcGenRuntimeService = (void *)0x06290F70; +const void * RTTI_BGSPlanet__ScanCollection = (void *)0x0631A8F8; +const void * RTTI_BGSPlanet__SurfaceMapModule = (void *)0x0628E988; +const void * RTTI_BGSPlanet__UpdateNavMeshTaskNode = (void *)0x0628EDC8; +const void * RTTI_BGSPlayerMusicChanger = (void *)0x0639F688; +const void * RTTI_BGSPlayerPickpocketActivity = (void *)0x0623B208; +const void * RTTI_BGSPlayerPickpocketActivity_Runtime = (void *)0x0623B240; +const void * RTTI_BGSPreviewTransform = (void *)0x06258198; +const void * RTTI_BGSPrimitive = (void *)0x0627ADA0; +const void * RTTI_BGSPrimitiveBox = (void *)0x0627AD78; +const void * RTTI_BGSPrimitiveComponent = (void *)0x062582D0; +const void * RTTI_BGSPrimitiveCylinder = (void *)0x0627AE20; +const void * RTTI_BGSPrimitiveEllipsoid = (void *)0x0627AE50; +const void * RTTI_BGSPrimitiveLine = (void *)0x0627AE80; +const void * RTTI_BGSPrimitivePlane = (void *)0x0627ADF8; +const void * RTTI_BGSPrimitiveSphere = (void *)0x0627ADC8; +const void * RTTI_BGSProcedureAcquire = (void *)0x062E5668; +const void * RTTI_BGSProcedureAcquireExecState = (void *)0x062E55D0; +const void * RTTI_BGSProcedureActivate = (void *)0x062E58C8; +const void * RTTI_BGSProcedureActivateExecState = (void *)0x062E5830; +const void * RTTI_BGSProcedureAmbush = (void *)0x0623C668; +const void * RTTI_BGSProcedureAmbushExecState = (void *)0x0623C6F8; +const void * RTTI_BGSProcedureAvoidVehicle = (void *)0x0623DEF0; +const void * RTTI_BGSProcedureAvoidVehicleExecState = (void *)0x0623DE50; +const void * RTTI_BGSProcedureBase = (void *)0x0623C790; +const void * RTTI_BGSProcedureCombatTravel = (void *)0x062E5C80; +const void * RTTI_BGSProcedureCombatTravelExecState = (void *)0x062E5BE8; +const void * RTTI_BGSProcedureDialogue = (void *)0x062E5F58; +const void * RTTI_BGSProcedureDialogueActivate = (void *)0x062E61D0; +const void * RTTI_BGSProcedureDialogueActivateExecState = (void *)0x062E6130; +const void * RTTI_BGSProcedureDialogueExecState = (void *)0x062E50F0; +const void * RTTI_BGSProcedureDone = (void *)0x062E53B8; +const void * RTTI_BGSProcedureDoneExecState = (void *)0x062E4EC8; +const void * RTTI_BGSProcedureEat = (void *)0x062E6450; +const void * RTTI_BGSProcedureEatExecState = (void *)0x062E45D0; +const void * RTTI_BGSProcedureEscort = (void *)0x062E7E18; +const void * RTTI_BGSProcedureEscortExecState = (void *)0x062E7EB0; +const void * RTTI_BGSProcedureFind = (void *)0x062E81E0; +const void * RTTI_BGSProcedureFindExecState = (void *)0x062E4660; +const void * RTTI_BGSProcedureFlee = (void *)0x062E83F0; +const void * RTTI_BGSProcedureFleeExecState = (void *)0x062E8480; +const void * RTTI_BGSProcedureFlightGrab = (void *)0x062E87A8; +const void * RTTI_BGSProcedureFlightGrabExecState = (void *)0x062E8718; +const void * RTTI_BGSProcedureFollow = (void *)0x062E8B68; +const void * RTTI_BGSProcedureFollowExecState = (void *)0x062E8B98; +const void * RTTI_BGSProcedureFollowTo = (void *)0x062E8C28; +const void * RTTI_BGSProcedureForceGreet = (void *)0x062E8F68; +const void * RTTI_BGSProcedureGuard = (void *)0x062E9318; +const void * RTTI_BGSProcedureGuardArea = (void *)0x062E9438; +const void * RTTI_BGSProcedureGuardExecState = (void *)0x062E93A0; +const void * RTTI_BGSProcedureHeadtrack = (void *)0x0623E968; +const void * RTTI_BGSProcedureHeadtrackExecState = (void *)0x0623E8D8; +const void * RTTI_BGSProcedureHoldPosition = (void *)0x062E9610; +const void * RTTI_BGSProcedureHoldPositionExecState = (void *)0x062E4498; +const void * RTTI_BGSProcedureHover = (void *)0x062E9828; +const void * RTTI_BGSProcedureHoverExecState = (void *)0x062E98B0; +const void * RTTI_BGSProcedureKeepAnEyeOn = (void *)0x062E9AE8; +const void * RTTI_BGSProcedureKeepAnEyeOnExecState = (void *)0x062E4538; +const void * RTTI_BGSProcedureLock = (void *)0x062E9F18; +const void * RTTI_BGSProcedureLockUnlockExecState = (void *)0x062E9FA8; +const void * RTTI_BGSProcedureOrbit = (void *)0x062EA2C8; +const void * RTTI_BGSProcedureOrbitExecState = (void *)0x062EA230; +const void * RTTI_BGSProcedurePatrol = (void *)0x062EA480; +const void * RTTI_BGSProcedurePatrolExecState = (void *)0x062EA508; +const void * RTTI_BGSProcedurePlayIdle = (void *)0x0623ED38; +const void * RTTI_BGSProcedurePlayIdleExecState = (void *)0x0623ECA0; +const void * RTTI_BGSProcedurePursue = (void *)0x062EA728; +const void * RTTI_BGSProcedureRange = (void *)0x0623F118; +const void * RTTI_BGSProcedureRangeExecState = (void *)0x0623F080; +const void * RTTI_BGSProcedureSandbox = (void *)0x062EAA28; +const void * RTTI_BGSProcedureSandboxExecState = (void *)0x062EA9F0; +const void * RTTI_BGSProcedureSay = (void *)0x062EAC38; +const void * RTTI_BGSProcedureSayExecState = (void *)0x062E4960; +const void * RTTI_BGSProcedureSit = (void *)0x062EB020; +const void * RTTI_BGSProcedureSitSleepExecState = (void *)0x062EB0A8; +const void * RTTI_BGSProcedureSleep = (void *)0x062EB130; const void * RTTI_BGSProcedureStayAway = (void *)0x0623F438; const void * RTTI_BGSProcedureStayAwayExecState = (void *)0x0623F3A0; -const void * RTTI_BGSProcedureTargetingModeAutopilot = (void *)0x0623F738; -const void * RTTI_BGSProcedureTargetingModeAutopilotExecState = (void *)0x0623F680; -const void * RTTI_BGSProcedureTravel = (void *)0x062EB320; -const void * RTTI_BGSProcedureTravelExecState = (void *)0x062EB2E8; -const void * RTTI_BGSProcedureTreeBranch = (void *)0x062E4AC0; -const void * RTTI_BGSProcedureTreeConditionalItem = (void *)0x062E4AF0; -const void * RTTI_BGSProcedureTreeFallback = (void *)0x062E4E80; -const void * RTTI_BGSProcedureTreeFallbackExecState = (void *)0x062E4DE0; -const void * RTTI_BGSProcedureTreeOneChildExecState = (void *)0x062E4BF0; -const void * RTTI_BGSProcedureTreeProcedure = (void *)0x062EB3B0; -const void * RTTI_BGSProcedureTreeRandom = (void *)0x062E5108; -const void * RTTI_BGSProcedureTreeRandomExecState = (void *)0x062E5070; -const void * RTTI_BGSProcedureTreeSequence = (void *)0x062E4BC0; -const void * RTTI_BGSProcedureTreeSequenceExecState = (void *)0x062E4B28; -const void * RTTI_BGSProcedureTreeSimultaneous = (void *)0x062E4FC0; -const void * RTTI_BGSProcedureTreeSimultaneousExecState = (void *)0x062E4F20; -const void * RTTI_BGSProcedureTreeStacked = (void *)0x062E4D40; -const void * RTTI_BGSProcedureTreeStackedExecState = (void *)0x062E4CA0; -const void * RTTI_BGSProcedureUnlock = (void *)0x062E9E40; -const void * RTTI_BGSProcedureUseIdleMarker = (void *)0x062EB698; -const void * RTTI_BGSProcedureUseIdleMarkerExecState = (void *)0x062EB5F0; -const void * RTTI_BGSProcedureUseMagic = (void *)0x062EB9F0; -const void * RTTI_BGSProcedureUseMagicExecState = (void *)0x062EB9B8; -const void * RTTI_BGSProcedureUseWeapon = (void *)0x062EBBB0; -const void * RTTI_BGSProcedureUseWeaponExecState = (void *)0x062EBCE8; -const void * RTTI_BGSProcedureWait = (void *)0x062EBE98; -const void * RTTI_BGSProcedureWaitExecState = (void *)0x062E31F0; +const void * RTTI_BGSProcedureTargetingModeAutopilot = (void *)0x0623F7B8; +const void * RTTI_BGSProcedureTargetingModeAutopilotExecState = (void *)0x0623F700; +const void * RTTI_BGSProcedureTravel = (void *)0x062EB2E8; +const void * RTTI_BGSProcedureTravelExecState = (void *)0x062EB3D8; +const void * RTTI_BGSProcedureTreeBranch = (void *)0x062E5058; +const void * RTTI_BGSProcedureTreeConditionalItem = (void *)0x062E4EF8; +const void * RTTI_BGSProcedureTreeFallback = (void *)0x062E4B30; +const void * RTTI_BGSProcedureTreeFallbackExecState = (void *)0x062E4D20; +const void * RTTI_BGSProcedureTreeOneChildExecState = (void *)0x062E5020; +const void * RTTI_BGSProcedureTreeProcedure = (void *)0x062EB478; +const void * RTTI_BGSProcedureTreeRandom = (void *)0x062E4DB8; +const void * RTTI_BGSProcedureTreeRandomExecState = (void *)0x062E51A0; +const void * RTTI_BGSProcedureTreeSequence = (void *)0x062E4FF0; +const void * RTTI_BGSProcedureTreeSequenceExecState = (void *)0x062E4A90; +const void * RTTI_BGSProcedureTreeSimultaneous = (void *)0x062E4C70; +const void * RTTI_BGSProcedureTreeSimultaneousExecState = (void *)0x062E4E58; +const void * RTTI_BGSProcedureTreeStacked = (void *)0x062E49F0; +const void * RTTI_BGSProcedureTreeStackedExecState = (void *)0x062E4BD0; +const void * RTTI_BGSProcedureUnlock = (void *)0x062E9E90; +const void * RTTI_BGSProcedureUseIdleMarker = (void *)0x062EB650; +const void * RTTI_BGSProcedureUseIdleMarkerExecState = (void *)0x062EB750; +const void * RTTI_BGSProcedureUseMagic = (void *)0x062EB918; +const void * RTTI_BGSProcedureUseMagicExecState = (void *)0x062EB9E8; +const void * RTTI_BGSProcedureUseWeapon = (void *)0x062EBCE8; +const void * RTTI_BGSProcedureUseWeaponExecState = (void *)0x062EBC48; +const void * RTTI_BGSProcedureWait = (void *)0x062EBF58; +const void * RTTI_BGSProcedureWaitExecState = (void *)0x062E46F0; const void * RTTI_BGSProcedureWander = (void *)0x062EDC10; -const void * RTTI_BGSProcedureWanderExecState = (void *)0x062EDBD8; -const void * RTTI_BGSProduceActivity = (void *)0x0623B348; -const void * RTTI_BGSProduceActivity_Runtime = (void *)0x0623B378; -const void * RTTI_BGSProjectedDecal = (void *)0x062AB748; -const void * RTTI_BGSProjectile = (void *)0x061756C0; -const void * RTTI_BGSPropertySheet = (void *)0x06258390; -const void * RTTI_BGSQuestPerkEntry = (void *)0x062D9190; -const void * RTTI_BGSRefAlias = (void *)0x062B9E38; -const void * RTTI_BGSRefCollectionAlias = (void *)0x062B9E60; -const void * RTTI_BGSReferenceGroup = (void *)0x062C2A68; -const void * RTTI_BGSReflectedForm = (void *)0x0624E668; -const void * RTTI_BGSRelationship = (void *)0x062D9330; -const void * RTTI_BGSReloadWeaponActivity = (void *)0x0623B430; -const void * RTTI_BGSReloadWeaponActivity_Runtime = (void *)0x0623B3F8; -const void * RTTI_BGSResearchProjectForm = (void *)0x062ABD48; -const void * RTTI_BGSResource = (void *)0x06177710; -const void * RTTI_BGSResourceGenerationData = (void *)0x062BD2D0; -const void * RTTI_BGSRetargetOnDeleteExtraData = (void *)0x0623FF40; -const void * RTTI_BGSReverbParameters = (void *)0x062D5DD8; -const void * RTTI_BGSSaveFormBuffer = (void *)0x063A7F48; -const void * RTTI_BGSSaveGameBuffer = (void *)0x063A7F70; -const void * RTTI_BGSSaveGameBufferSimple = (void *)0x063A7EE8; -const void * RTTI_BGSSaveLoadJobSite = (void *)0x063A7C98; -const void * RTTI_BGSSaveLoadManager = (void *)0x063A7BE0; -const void * RTTI_BGSSaveLoadStatsMap = (void *)0x063A8188; -const void * RTTI_BGSSaveLoadThread = (void *)0x063A7C70; -const void * RTTI_BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs = (void *)0x063A7FA0; -const void * RTTI_BGSScanPlanetActivity = (void *)0x0623B4A0; -const void * RTTI_BGSScanPlanetActivity_Runtime = (void *)0x0623B568; -const void * RTTI_BGSScanSurfaceActivity = (void *)0x0623B6D0; -const void * RTTI_BGSScanSurfaceActivity_Runtime = (void *)0x0623B698; -const void * RTTI_BGSScannableFormComponent = (void *)0x06257C38; -const void * RTTI_BGSScene = (void *)0x06175458; -const void * RTTI_BGSSceneActionAnimation = (void *)0x062B9F10; -const void * RTTI_BGSSceneActionCamera = (void *)0x062B9F40; -const void * RTTI_BGSSceneActionDialogue = (void *)0x062D9568; -const void * RTTI_BGSSceneActionFX = (void *)0x062B9F70; -const void * RTTI_BGSSceneActionList = (void *)0x062B9EB8; -const void * RTTI_BGSSceneActionMove = (void *)0x062B9F98; -const void * RTTI_BGSSceneActionPackage = (void *)0x062D9598; -const void * RTTI_BGSSceneActionPlayerDialogue = (void *)0x062D94F8; -const void * RTTI_BGSSceneActionRadio = (void *)0x062D94C8; -const void * RTTI_BGSSceneActionStartScene = (void *)0x062BA3C8; -const void * RTTI_BGSSceneActionTimeline = (void *)0x062BA3F8; -const void * RTTI_BGSSceneActionTimer = (void *)0x062D9688; -const void * RTTI_BGSSecondaryDamageList = (void *)0x062AB770; -const void * RTTI_BGSShaderParticleGeometryData = (void *)0x062C2A90; -const void * RTTI_BGSShipCollectionActivity = (void *)0x0623B9B8; -const void * RTTI_BGSShipCollectionActivity_Runtime = (void *)0x0623B980; -const void * RTTI_BGSShipManagement = (void *)0x06257D88; -const void * RTTI_BGSShipbuilderActivity = (void *)0x0623B950; -const void * RTTI_BGSShipbuilderActivity_Runtime = (void *)0x0623B918; -const void * RTTI_BGSSkinForm = (void *)0x06272A58; -const void * RTTI_BGSSkinnedDecalChild = (void *)0x062791E0; -const void * RTTI_BGSSkinnedDecalGroup = (void *)0x06279210; -const void * RTTI_BGSSnapBehavior = (void *)0x062BF5D0; -const void * RTTI_BGSSnapTemplate = (void *)0x062BF6A8; -const void * RTTI_BGSSnapTemplateComponent = (void *)0x062583B8; -const void * RTTI_BGSSnapTemplateNode = (void *)0x062BF6D0; -const void * RTTI_BGSSoundEcho = (void *)0x062BD5E0; -const void * RTTI_BGSSoundKeywordMapping = (void *)0x062BD300; -const void * RTTI_BGSSoundTagComponent = (void *)0x062584F0; -const void * RTTI_BGSSoundTagSet = (void *)0x062BD638; -const void * RTTI_BGSSpacePhysicsFormComponent = (void *)0x062586C0; -const void * RTTI_BGSSpaceshipAIActor = (void *)0x06258800; -const void * RTTI_BGSSpaceshipEquipment = (void *)0x06258830; -const void * RTTI_BGSSpaceshipHullCode = (void *)0x062589E0; -const void * RTTI_BGSSpaceshipWeaponBinding = (void *)0x06258BA8; -const void * RTTI_BGSSpatialCombinedGrid = (void *)0x062876D0; -const void * RTTI_BGSSpatialGraph = (void *)0x06287808; -const void * RTTI_BGSSpatialGraphCellGrid = (void *)0x06287A50; -const void * RTTI_BGSSpatialGraphCellGrid__MergeTask = (void *)0x062878F0; -const void * RTTI_BGSSpatialGraphChild = (void *)0x062879E8; -const void * RTTI_BGSSpatialGraphExteriorCell = (void *)0x06287A18; -const void * RTTI_BGSSpatialGraphInteriorCell = (void *)0x06287860; -const void * RTTI_BGSSpatialGraphManager = (void *)0x06288530; -const void * RTTI_BGSSpatialGraphManager__Task = (void *)0x062879B0; -const void * RTTI_BGSSpatialGraphObstacleUpdateTask = (void *)0x06286E20; -const void * RTTI_BGSSpatialGraphParent = (void *)0x06287830; -const void * RTTI_BGSSpatialGraphSpaceCell = (void *)0x06287A80; -const void * RTTI_BGSSpatialGraphSpaceCollection = (void *)0x06287928; -const void * RTTI_BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask = (void *)0x06287200; -const void * RTTI_BGSSpatialGrid = (void *)0x06287700; -const void * RTTI_BGSSpatialGridBase = (void *)0x06287670; -const void * RTTI_BGSSpatialGridCollection = (void *)0x062875E8; -const void * RTTI_BGSSpatialGridFieldBase = (void *)0x0627B890; -const void * RTTI_BGSSpatialGridSearchCustomDebugData = (void *)0x0628A240; -const void * RTTI_BGSSpatialGridSearchDebugData = (void *)0x0628A280; +const void * RTTI_BGSProcedureWanderExecState = (void *)0x062EDB78; +const void * RTTI_BGSProduceActivity = (void *)0x0623B318; +const void * RTTI_BGSProduceActivity_Runtime = (void *)0x0623B348; +const void * RTTI_BGSProjectedDecal = (void *)0x062AB7B8; +const void * RTTI_BGSProjectile = (void *)0x061755C8; +const void * RTTI_BGSPropertySheet = (void *)0x06258400; +const void * RTTI_BGSQuestPerkEntry = (void *)0x062D9220; +const void * RTTI_BGSRefAlias = (void *)0x062B9EB8; +const void * RTTI_BGSRefCollectionAlias = (void *)0x062B9EE0; +const void * RTTI_BGSReferenceGroup = (void *)0x062C2AD8; +const void * RTTI_BGSReflectedForm = (void *)0x0624E6D0; +const void * RTTI_BGSRelationship = (void *)0x062D93C0; +const void * RTTI_BGSReloadWeaponActivity = (void *)0x0623B400; +const void * RTTI_BGSReloadWeaponActivity_Runtime = (void *)0x0623B3C8; +const void * RTTI_BGSResearchProjectForm = (void *)0x062ABDB8; +const void * RTTI_BGSResource = (void *)0x061776B0; +const void * RTTI_BGSResourceGenerationData = (void *)0x062BD340; +const void * RTTI_BGSRetargetOnDeleteExtraData = (void *)0x0623FF60; +const void * RTTI_BGSReverbParameters = (void *)0x062D5E68; +const void * RTTI_BGSSaveFormBuffer = (void *)0x063A7FE8; +const void * RTTI_BGSSaveGameBuffer = (void *)0x063A7ED8; +const void * RTTI_BGSSaveGameBufferSimple = (void *)0x063A7F00; +const void * RTTI_BGSSaveLoadJobSite = (void *)0x063A7DD8; +const void * RTTI_BGSSaveLoadManager = (void *)0x063A7D20; +const void * RTTI_BGSSaveLoadStatsMap = (void *)0x063A81D8; +const void * RTTI_BGSSaveLoadThread = (void *)0x063A7DB0; +const void * RTTI_BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs = (void *)0x063A7E90; +const void * RTTI_BGSScanPlanetActivity = (void *)0x0623B470; +const void * RTTI_BGSScanPlanetActivity_Runtime = (void *)0x0623B538; +const void * RTTI_BGSScanSurfaceActivity = (void *)0x0623B730; +const void * RTTI_BGSScanSurfaceActivity_Runtime = (void *)0x0623B6F8; +const void * RTTI_BGSScannableFormComponent = (void *)0x06257C98; +const void * RTTI_BGSScene = (void *)0x061753D8; +const void * RTTI_BGSSceneActionAnimation = (void *)0x062B9F90; +const void * RTTI_BGSSceneActionCamera = (void *)0x062B9FC0; +const void * RTTI_BGSSceneActionDialogue = (void *)0x062D9620; +const void * RTTI_BGSSceneActionFX = (void *)0x062B9FF0; +const void * RTTI_BGSSceneActionList = (void *)0x062B9F38; +const void * RTTI_BGSSceneActionMove = (void *)0x062BA018; +const void * RTTI_BGSSceneActionPackage = (void *)0x062D9550; +const void * RTTI_BGSSceneActionPlayerDialogue = (void *)0x062D95B0; +const void * RTTI_BGSSceneActionRadio = (void *)0x062D9580; +const void * RTTI_BGSSceneActionStartScene = (void *)0x062BA448; +const void * RTTI_BGSSceneActionTimeline = (void *)0x062BA478; +const void * RTTI_BGSSceneActionTimer = (void *)0x062D9650; +const void * RTTI_BGSSecondaryDamageList = (void *)0x062AB7E0; +const void * RTTI_BGSShaderParticleGeometryData = (void *)0x062C2B00; +const void * RTTI_BGSShipCollectionActivity = (void *)0x0623BA18; +const void * RTTI_BGSShipCollectionActivity_Runtime = (void *)0x0623B9E0; +const void * RTTI_BGSShipManagement = (void *)0x06257DE8; +const void * RTTI_BGSShipbuilderActivity = (void *)0x0623B880; +const void * RTTI_BGSShipbuilderActivity_Runtime = (void *)0x0623B848; +const void * RTTI_BGSSkinForm = (void *)0x06272A98; +const void * RTTI_BGSSkinnedDecalChild = (void *)0x06279260; +const void * RTTI_BGSSkinnedDecalGroup = (void *)0x06279290; +const void * RTTI_BGSSnapBehavior = (void *)0x062BF650; +const void * RTTI_BGSSnapTemplate = (void *)0x062BF728; +const void * RTTI_BGSSnapTemplateComponent = (void *)0x06258428; +const void * RTTI_BGSSnapTemplateNode = (void *)0x062BF750; +const void * RTTI_BGSSoundEcho = (void *)0x062BD660; +const void * RTTI_BGSSoundKeywordMapping = (void *)0x062BD370; +const void * RTTI_BGSSoundTagComponent = (void *)0x06258560; +const void * RTTI_BGSSoundTagSet = (void *)0x062BD6B8; +const void * RTTI_BGSSpacePhysicsFormComponent = (void *)0x06258728; +const void * RTTI_BGSSpaceshipAIActor = (void *)0x06258860; +const void * RTTI_BGSSpaceshipEquipment = (void *)0x06258890; +const void * RTTI_BGSSpaceshipHullCode = (void *)0x062589C0; +const void * RTTI_BGSSpaceshipWeaponBinding = (void *)0x06258C08; +const void * RTTI_BGSSpatialCombinedGrid = (void *)0x06287870; +const void * RTTI_BGSSpatialGraph = (void *)0x06287AC8; +const void * RTTI_BGSSpatialGraphCellGrid = (void *)0x06287668; +const void * RTTI_BGSSpatialGraphCellGrid__MergeTask = (void *)0x062876C8; +const void * RTTI_BGSSpatialGraphChild = (void *)0x062879E0; +const void * RTTI_BGSSpatialGraphExteriorCell = (void *)0x06287A10; +const void * RTTI_BGSSpatialGraphInteriorCell = (void *)0x062879A8; +const void * RTTI_BGSSpatialGraphManager = (void *)0x06288780; +const void * RTTI_BGSSpatialGraphManager__Task = (void *)0x062875D0; +const void * RTTI_BGSSpatialGraphObstacleUpdateTask = (void *)0x06286E30; +const void * RTTI_BGSSpatialGraphParent = (void *)0x06287978; +const void * RTTI_BGSSpatialGraphSpaceCell = (void *)0x06287698; +const void * RTTI_BGSSpatialGraphSpaceCollection = (void *)0x06287700; +const void * RTTI_BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask = (void *)0x06287220; +const void * RTTI_BGSSpatialGrid = (void *)0x062878A0; +const void * RTTI_BGSSpatialGridBase = (void *)0x06287608; +const void * RTTI_BGSSpatialGridCollection = (void *)0x06287738; +const void * RTTI_BGSSpatialGridFieldBase = (void *)0x0627B8C8; +const void * RTTI_BGSSpatialGridSearchCustomDebugData = (void *)0x0628A258; +const void * RTTI_BGSSpatialGridSearchDebugData = (void *)0x0628A298; const void * RTTI_BGSSpatialGridSearchPolicies__FleeSearchPolicy = (void *)0x0623E160; -const void * RTTI_BGSSpatialGridSearchPolicies__RandomPositionInsideArea = (void *)0x06289E40; -const void * RTTI_BGSSpatialSimpleGrid = (void *)0x06289D70; -const void * RTTI_BGSSpatialSparseGrid = (void *)0x06286CF8; -const void * RTTI_BGSSpatialSparseGridSearchDebugData = (void *)0x0628A2B8; -const void * RTTI_BGSSpatialSparseGrid__ChunkIndexGrid = (void *)0x06289D30; -const void * RTTI_BGSSpatialSparseMultiLayerGrid = (void *)0x06286D58; -const void * RTTI_BGSSpawnOnDestroy = (void *)0x06258DB8; -const void * RTTI_BGSSpeechChallengeActivity = (void *)0x0623BB58; -const void * RTTI_BGSSpeechChallengeActivity_Runtime = (void *)0x0623BAD0; -const void * RTTI_BGSSpeechChallengeObject = (void *)0x062BD660; -const void * RTTI_BGSSprintActivity = (void *)0x0623BC48; +const void * RTTI_BGSSpatialGridSearchPolicies__RandomPositionInsideArea = (void *)0x06289E90; +const void * RTTI_BGSSpatialSimpleGrid = (void *)0x06289DB8; +const void * RTTI_BGSSpatialSparseGrid = (void *)0x06286D78; +const void * RTTI_BGSSpatialSparseGridSearchDebugData = (void *)0x0628A2D0; +const void * RTTI_BGSSpatialSparseGrid__ChunkIndexGrid = (void *)0x06289D78; +const void * RTTI_BGSSpatialSparseMultiLayerGrid = (void *)0x06286DF8; +const void * RTTI_BGSSpawnOnDestroy = (void *)0x06258E18; +const void * RTTI_BGSSpeechChallengeActivity = (void *)0x0623BA98; +const void * RTTI_BGSSpeechChallengeActivity_Runtime = (void *)0x0623BB20; +const void * RTTI_BGSSpeechChallengeObject = (void *)0x062BD6E0; +const void * RTTI_BGSSprintActivity = (void *)0x0623BB60; const void * RTTI_BGSSprintActivity_Runtime = (void *)0x0623BBD8; -const void * RTTI_BGSStarDataComponent = (void *)0x06258E28; -const void * RTTI_BGSStaticCollection = (void *)0x062BF940; -const void * RTTI_BGSStaticCollection__RootFacade = (void *)0x062BF908; -const void * RTTI_BGSStoredTraversalData = (void *)0x06174CE8; -const void * RTTI_BGSStoryManagerBranchNode = (void *)0x06271A80; -const void * RTTI_BGSStoryManagerEventNode = (void *)0x062F4730; -const void * RTTI_BGSStoryManagerNodeBase = (void *)0x06271958; -const void * RTTI_BGSStoryManagerQuestFinder = (void *)0x062F46C0; -const void * RTTI_BGSStoryManagerQuestNode = (void *)0x062F4760; -const void * RTTI_BGSStoryManagerTreeForm = (void *)0x06239E18; -const void * RTTI_BGSStoryManagerTreeVisitor = (void *)0x062F46F8; -const void * RTTI_BGSStoryTeller = (void *)0x062F4CE0; -const void * RTTI_BGSSurface__BGSBlockCellHeighGridComponent = (void *)0x062A9CE0; -const void * RTTI_BGSSurface__Block = (void *)0x062B7460; -const void * RTTI_BGSSurface__Pattern = (void *)0x062B7530; -const void * RTTI_BGSSurface__PatternStyle = (void *)0x062AA5E0; -const void * RTTI_BGSSurface__Tree = (void *)0x062B7560; -const void * RTTI_BGSSynchronizedAnimationInstance = (void *)0x062F55D0; -const void * RTTI_BGSSynchronizedAnimationManager = (void *)0x062F5360; -const void * RTTI_BGSTDataProxyComponentBase = (void *)0x06257728; -const void * RTTI_BGSTakeActorDamageActivity = (void *)0x0623BCB0; -const void * RTTI_BGSTakeActorDamageActivity_Runtime = (void *)0x0623BC70; -const void * RTTI_BGSTakeDamageActivity = (void *)0x0623BE00; -const void * RTTI_BGSTakeDamageActivity_Runtime = (void *)0x0623BDC8; -const void * RTTI_BGSTalkingActivator = (void *)0x062BF9C0; -const void * RTTI_BGSTerminal = (void *)0x06175648; -const void * RTTI_BGSTerminalMenu = (void *)0x06175670; -const void * RTTI_BGSTerrainBlock__AlignmentModifier = (void *)0x062B7588; -const void * RTTI_BGSTerrainBlock__ContinentalModifier = (void *)0x062B7718; -const void * RTTI_BGSTerrainBlock__Grid = (void *)0x062B7BD8; -const void * RTTI_BGSTerrainBlock__GridCell = (void *)0x062B7B70; -const void * RTTI_BGSTerrainBlock__GridCornerCell = (void *)0x062B7BA0; -const void * RTTI_BGSTerrainBlock__GridCornerEdgeXFile = (void *)0x062B78D0; -const void * RTTI_BGSTerrainBlock__GridCornerFile = (void *)0x062B7898; -const void * RTTI_BGSTerrainBlock__GridEdgeFile = (void *)0x062B7860; -const void * RTTI_BGSTerrainBlock__GridEdgeXCell = (void *)0x062B7AC0; -const void * RTTI_BGSTerrainBlock__GridEdgeYCell = (void *)0x062B7AF8; -const void * RTTI_BGSTerrainBlock__GridFile = (void *)0x062B7830; -const void * RTTI_BGSTerrainBlock__GridFillCell = (void *)0x062B7A88; -const void * RTTI_BGSTerrainBlock__GridFillFile = (void *)0x062B7998; -const void * RTTI_BGSTerrainBlock__HeightAdjustmentModifier = (void *)0x062AAC28; -const void * RTTI_BGSTerrainBlock__IModifier = (void *)0x062AAC68; -const void * RTTI_BGSTerrainBlock__OceanBiomeModifier = (void *)0x062B7758; -const void * RTTI_BGSTerrainBlock__OverlayGrid = (void *)0x062B7C08; -const void * RTTI_BGSTerrainBlock__OverlayHeightModifier = (void *)0x062B7B30; -const void * RTTI_BGSTerrainBlock__RerangeHeightModifier = (void *)0x062B7C40; -const void * RTTI_BGSTerrainBlock__UpdateHeightModifier = (void *)0x062B7DB0; -const void * RTTI_BGSTerrain__File = (void *)0x0628E398; -const void * RTTI_BGSTerrain__IFileGrid = (void *)0x0628E4B0; -const void * RTTI_BGSTerrain__Manager = (void *)0x062B9D38; -const void * RTTI_BGSTerrain__UniFile__Grid = (void *)0x062B8288; -const void * RTTI_BGSTextureModel = (void *)0x062DBE40; -const void * RTTI_BGSTextureSet = (void *)0x062D5E08; -const void * RTTI_BGSTimeOfDayData = (void *)0x062C2AC8; -const void * RTTI_BGSTransform = (void *)0x062BD690; -const void * RTTI_BGSTraversal = (void *)0x062BD6B8; -const void * RTTI_BGSVehicleConfigFormComponent = (void *)0x06246BE0; -const void * RTTI_BGSVehicleManagement = (void *)0x06246CA0; -const void * RTTI_BGSVisitProceduresCheckGuardWarnTarget = (void *)0x062EDC80; -const void * RTTI_BGSVisitProceduresInitActorAnimPose = (void *)0x063C8DB8; -const void * RTTI_BGSVisitProceduresInitActorLocation = (void *)0x062EDC40; -const void * RTTI_BGSVisitProceduresProcess = (void *)0x063C8D88; -const void * RTTI_BGSVoiceType = (void *)0x06175620; -const void * RTTI_BGSVolumeFormComponent = (void *)0x062597A0; -const void * RTTI_BGSVolumetricLighting = (void *)0x062BFB90; -const void * RTTI_BGSWaterCollisionManager__AutoWater = (void *)0x062F3E78; -const void * RTTI_BGSWaterCollisionManager__BGSWaterUpdateI = (void *)0x062F3F48; -const void * RTTI_BGSWaterCollisionManager__WaterGravityModifier = (void *)0x06211570; -const void * RTTI_BGSWaterCollisionManager__WaterGravityModifierWorldStepListener = (void *)0x0621BBD0; -const void * RTTI_BGSWaterCollisionManager__bhkPlaceableWater = (void *)0x062F3F00; -const void * RTTI_BGSWaterCollisionManager__bhkWaterfall = (void *)0x062F3EB8; -const void * RTTI_BGSWeaponBarrelData = (void *)0x062AB7A0; -const void * RTTI_BGSWeaponBarrelModel = (void *)0x062AB7D0; -const void * RTTI_BGSWeaponData__Aim = (void *)0x062ABF78; -const void * RTTI_BGSWeaponData__Ammunition = (void *)0x062ABFA0; -const void * RTTI_BGSWeaponData__Audio = (void *)0x062ABFD0; -const void * RTTI_BGSWeaponData__Charge = (void *)0x062AC000; -const void * RTTI_BGSWeaponData__Damage = (void *)0x062AC030; -const void * RTTI_BGSWeaponData__Firing = (void *)0x062AC060; -const void * RTTI_BGSWeaponData__FiringStrategyBase = (void *)0x062AC0D0; -const void * RTTI_BGSWeaponData__FiringStrategy_Automatic = (void *)0x062AC1C8; -const void * RTTI_BGSWeaponData__FiringStrategy_BoltShot = (void *)0x062AC108; -const void * RTTI_BGSWeaponData__FiringStrategy_Burst = (void *)0x062AC188; -const void * RTTI_BGSWeaponData__FiringStrategy_ChargedShot = (void *)0x062AC148; -const void * RTTI_BGSWeaponData__FiringStrategy_SingleShot = (void *)0x062AC090; -const void * RTTI_BGSWeaponData__Flags = (void *)0x062AC208; -const void * RTTI_BGSWeaponData__General = (void *)0x062AC238; -const void * RTTI_BGSWeaponData__Melee = (void *)0x062AC268; -const void * RTTI_BGSWeaponData__Power = (void *)0x062AC298; -const void * RTTI_BGSWeaponData__Reload = (void *)0x062AC2C8; -const void * RTTI_BGSWeaponData__ShipWeapon = (void *)0x0624E7F0; -const void * RTTI_BGSWeaponData__Turret = (void *)0x062AC2F8; -const void * RTTI_BGSWeaponData__VariableRange = (void *)0x062AC328; -const void * RTTI_BGSWeaponData__Visuals = (void *)0x062AC360; -const void * RTTI_BGSWeatherSettingsForm = (void *)0x062B1D08; -const void * RTTI_BGSWorkshopItemColorComponent = (void *)0x06246F98; -const void * RTTI_BGSWorldSpaceOverlayComponent = (void *)0x06259918; -const void * RTTI_BGSWwiseEventForm = (void *)0x06174B00; -const void * RTTI_BGSWwiseKeywordMapping = (void *)0x062AB848; -const void * RTTI_BGSZoneTargetListener = (void *)0x062DC3B0; -const void * RTTI_BIEventUtils__FindAllStarbornPowerFunctor = (void *)0x063A1070; -const void * RTTI_BSAVMS__AVMNode = (void *)0x06240C38; -const void * RTTI_BSAVMS__AVMNodeInFlightCounted = (void *)0x06240D00; -const void * RTTI_BSAVMS__AVMPartialNode = (void *)0x06240C60; -const void * RTTI_BSAnimNotes = (void *)0x0650D0B0; -const void * RTTI_BSAnimationAnimDBData = (void *)0x06462CC8; -const void * RTTI_BSAnimationDBData = (void *)0x06462EB8; -const void * RTTI_BSAnimationGraph = (void *)0x06463D58; -const void * RTTI_BSAnimationGraphChannel = (void *)0x062CAB18; -const void * RTTI_BSAnimationGraphLoadScrapper = (void *)0x06219958; -const void * RTTI_BSAnimationGraphManager = (void *)0x06471E50; -const void * RTTI_BSAnimationUtils__FindEventClipGeneratorsFunctor = (void *)0x06462C80; -const void * RTTI_BSAnimationUtils__MatchEventToClipGeneratorsFunctor = (void *)0x064636F0; -const void * RTTI_BSAttachConfig__ArtObjectAttach = (void *)0x062B1A30; -const void * RTTI_BSAttachConfig__AttachmentConfiguration = (void *)0x0618E2D0; -const void * RTTI_BSAttachConfig__BaseInstance = (void *)0x062405B0; -const void * RTTI_BSAttachConfig__ISearchMethod = (void *)0x062B1BD0; -const void * RTTI_BSAttachConfig__NodeAttachmentInstance = (void *)0x062405E8; -const void * RTTI_BSAttachConfig__ObjectAttachmentInstance = (void *)0x06240720; -const void * RTTI_BSAttachConfig__ParticleAttachmentInstance = (void *)0x06240570; -const void * RTTI_BSAttachConfig__SearchMethodBase = (void *)0x062B1C50; -const void * RTTI_BSAttachConfig__SearchMultipleNamesMultipleNodes = (void *)0x0648AE10; -const void * RTTI_BSAttachConfig__SearchRootNode = (void *)0x06484BC0; -const void * RTTI_BSAttachConfig__SearchSingleNameSingleNode = (void *)0x062B1C10; -const void * RTTI_BSAttachRefController = (void *)0x0627B8C0; -const void * RTTI_BSAttachTechniques__AttachTechniqueInput = (void *)0x0639DA70; -const void * RTTI_BSAttachTechniques__BSAttachTechnique = (void *)0x062104A0; -const void * RTTI_BSAutoQueuedDependentNodeBase = (void *)0x06272190; -const void * RTTI_BSAwardsSystemUtility = (void *)0x0621EDE0; -const void * RTTI_BSBehaviorGraphExtraData = (void *)0x06490D78; -const void * RTTI_BSBehaviorGraphSwapSingleton = (void *)0x062F54F8; -const void * RTTI_BSBind__BGSExternalEmittanceController = (void *)0x06277808; -const void * RTTI_BSBind__BGSLensFlareController = (void *)0x06277848; -const void * RTTI_BSBind__ColorCurveController = (void *)0x0648AF30; -const void * RTTI_BSBind__ColorLerpController = (void *)0x06489C80; -const void * RTTI_BSBind__ComponentBinding = (void *)0x064909E8; -const void * RTTI_BSBind__ComponentProperty = (void *)0x0648B0A8; -const void * RTTI_BSBind__Directory = (void *)0x0648ADB8; -const void * RTTI_BSBind__Float2DCurveController = (void *)0x0648AFD8; -const void * RTTI_BSBind__Float2DLerpController = (void *)0x0648AE90; -const void * RTTI_BSBind__Float3DCurveController = (void *)0x0648AFA0; -const void * RTTI_BSBind__Float3DLerpController = (void *)0x0648AE58; -const void * RTTI_BSBind__Float4DCurveController = (void *)0x0648AF68; -const void * RTTI_BSBind__Float4DLerpController = (void *)0x06489CB8; -const void * RTTI_BSBind__FloatCurveController = (void *)0x0648B010; -const void * RTTI_BSBind__FloatLerpController = (void *)0x0648AEC8; -const void * RTTI_BSBind__IAddressControllerStore = (void *)0x062C4348; -const void * RTTI_BSBind__IController = (void *)0x06277880; -const void * RTTI_BSBind__IDataBinding = (void *)0x062524A8; -const void * RTTI_BSBind__INode = (void *)0x0648ADE0; -const void * RTTI_BSBind__MultiBinding = (void *)0x062524D8; -const void * RTTI_BSBind__Multiplex = (void *)0x0648AD90; -const void * RTTI_BSBind__Snapshot = (void *)0x06167150; -const void * RTTI_BSBind__StableBinding = (void *)0x062B1C88; -const void * RTTI_BSBind__TimerController = (void *)0x0648AF00; -const void * RTTI_BSBlastNode = (void *)0x0648C4E0; -const void * RTTI_BSBlendTreadTransfInterpolator = (void *)0x0650C558; -const void * RTTI_BSBoneLODExtraData = (void *)0x06490D48; -const void * RTTI_BSBound = (void *)0x0647C428; -const void * RTTI_BSBoxConstructor = (void *)0x0648BE58; -const void * RTTI_BSCSVUtils__ParserBuffer = (void *)0x0648E148; -const void * RTTI_BSCapsuleConstructor = (void *)0x0648BE28; -const void * RTTI_BSCloneReserver = (void *)0x0627B8F0; -const void * RTTI_BSClothExtraData = (void *)0x0647A850; -const void * RTTI_BSClothUtils__BSGeometryBuffer = (void *)0x0647A940; -const void * RTTI_BSClothUtils__BSInstantiationUtil = (void *)0x0647A8D0; -const void * RTTI_BSClothUtils__BSTransformSet = (void *)0x0647A908; -const void * RTTI_BSComponentDB2__DB = (void *)0x06484570; -const void * RTTI_BSComponentDB2__DBFileIndex__IDFixupVisitor = (void *)0x06521BC0; -const void * RTTI_BSComponentDB2__JsonDBIDHandler = (void *)0x06492AB0; -const void * RTTI_BSComponentDB2__JsonResourceIDHandler = (void *)0x06492AE8; -const void * RTTI_BSComponentDB2__Memory__ConcurrentPageAllocImpl = (void *)0x06484330; -const void * RTTI_BSComponentDB2__StorageService = (void *)0x06492338; -const void * RTTI_BSComponentDB2__StorageService__Impl = (void *)0x06491CC8; -const void * RTTI_BSComponentDB2__StorageService__ObjectReferenceVisitor = (void *)0x06491D10; -const void * RTTI_BSComponentDB__IComponentFactory = (void *)0x06218FF0; -const void * RTTI_BSConnectPoint__ChildOrigin = (void *)0x0627AA88; -const void * RTTI_BSConnectPoint__Children = (void *)0x0647A6D0; -const void * RTTI_BSConnectPoint__Parents = (void *)0x0647A700; -const void * RTTI_BSCoreMessage__MessageSource = (void *)0x06210E78; -const void * RTTI_BSCounterStorage = (void *)0x0643ADE8; -const void * RTTI_BSCylinderConstructor = (void *)0x062F7B50; -const void * RTTI_BSDamageStage = (void *)0x0648C530; -const void * RTTI_BSDebounceManager = (void *)0x064745D8; -const void * RTTI_BSDebrisNode = (void *)0x0648C508; -const void * RTTI_BSDiscBootSystemUtility = (void *)0x0621F0E0; -const void * RTTI_BSDistantObjectExtraData = (void *)0x06490E08; -const void * RTTI_BSDynamicGeometry = (void *)0x0650DF60; -const void * RTTI_BSExceptionHandler = (void *)0x06202838; -const void * RTTI_BSExteriorReflectionProbeAdjustmentVolume = (void *)0x0648D770; -const void * RTTI_BSExtraData = (void *)0x062526C8; -const void * RTTI_BSFaceDB__AttachHeadControlNode = (void *)0x06253980; +const void * RTTI_BGSStarDataComponent = (void *)0x06259140; +const void * RTTI_BGSStaticCollection = (void *)0x062BF988; +const void * RTTI_BGSStaticCollection__RootFacade = (void *)0x062BF9B8; +const void * RTTI_BGSStoredTraversalData = (void *)0x06174C68; +const void * RTTI_BGSStoryManagerBranchNode = (void *)0x06271D20; +const void * RTTI_BGSStoryManagerEventNode = (void *)0x062F47A8; +const void * RTTI_BGSStoryManagerNodeBase = (void *)0x06271D50; +const void * RTTI_BGSStoryManagerQuestFinder = (void *)0x062F4738; +const void * RTTI_BGSStoryManagerQuestNode = (void *)0x062F47D8; +const void * RTTI_BGSStoryManagerTreeForm = (void *)0x06239DE8; +const void * RTTI_BGSStoryManagerTreeVisitor = (void *)0x062F4770; +const void * RTTI_BGSStoryTeller = (void *)0x062F4D60; +const void * RTTI_BGSSurface__BGSBlockCellHeighGridComponent = (void *)0x062A9CD0; +const void * RTTI_BGSSurface__Block = (void *)0x062B74E0; +const void * RTTI_BGSSurface__Pattern = (void *)0x062B75B0; +const void * RTTI_BGSSurface__PatternStyle = (void *)0x062AA650; +const void * RTTI_BGSSurface__Tree = (void *)0x062B75E0; +const void * RTTI_BGSSynchronizedAnimationInstance = (void *)0x062F5650; +const void * RTTI_BGSSynchronizedAnimationManager = (void *)0x062F53E0; +const void * RTTI_BGSTDataProxyComponentBase = (void *)0x06257638; +const void * RTTI_BGSTakeActorDamageActivity = (void *)0x0623BCE0; +const void * RTTI_BGSTakeActorDamageActivity_Runtime = (void *)0x0623BCA0; +const void * RTTI_BGSTakeDamageActivity = (void *)0x0623BE30; +const void * RTTI_BGSTakeDamageActivity_Runtime = (void *)0x0623BDF8; +const void * RTTI_BGSTalkingActivator = (void *)0x062BF9F0; +const void * RTTI_BGSTerminal = (void *)0x06175618; +const void * RTTI_BGSTerminalMenu = (void *)0x061755A0; +const void * RTTI_BGSTerrainBlock__AlignmentModifier = (void *)0x062B7608; +const void * RTTI_BGSTerrainBlock__ContinentalModifier = (void *)0x062B7798; +const void * RTTI_BGSTerrainBlock__Grid = (void *)0x062B7C58; +const void * RTTI_BGSTerrainBlock__GridCell = (void *)0x062B7BF0; +const void * RTTI_BGSTerrainBlock__GridCornerCell = (void *)0x062B7C20; +const void * RTTI_BGSTerrainBlock__GridCornerEdgeXFile = (void *)0x062B7950; +const void * RTTI_BGSTerrainBlock__GridCornerFile = (void *)0x062B7918; +const void * RTTI_BGSTerrainBlock__GridEdgeFile = (void *)0x062B78E0; +const void * RTTI_BGSTerrainBlock__GridEdgeXCell = (void *)0x062B7B40; +const void * RTTI_BGSTerrainBlock__GridEdgeYCell = (void *)0x062B7B78; +const void * RTTI_BGSTerrainBlock__GridFile = (void *)0x062B78B0; +const void * RTTI_BGSTerrainBlock__GridFillCell = (void *)0x062B7B08; +const void * RTTI_BGSTerrainBlock__GridFillFile = (void *)0x062B7A18; +const void * RTTI_BGSTerrainBlock__HeightAdjustmentModifier = (void *)0x062AAC98; +const void * RTTI_BGSTerrainBlock__IModifier = (void *)0x062AADF8; +const void * RTTI_BGSTerrainBlock__OceanBiomeModifier = (void *)0x062B77D8; +const void * RTTI_BGSTerrainBlock__OverlayGrid = (void *)0x062B7C88; +const void * RTTI_BGSTerrainBlock__OverlayHeightModifier = (void *)0x062B7BB0; +const void * RTTI_BGSTerrainBlock__RerangeHeightModifier = (void *)0x062B7CC0; +const void * RTTI_BGSTerrainBlock__UpdateHeightModifier = (void *)0x062B7E30; +const void * RTTI_BGSTerrain__File = (void *)0x0628E3A8; +const void * RTTI_BGSTerrain__IFileGrid = (void *)0x0628E430; +const void * RTTI_BGSTerrain__Manager = (void *)0x062B9DB8; +const void * RTTI_BGSTerrain__UniFile__Grid = (void *)0x062B8658; +const void * RTTI_BGSTextureModel = (void *)0x062DBEA0; +const void * RTTI_BGSTextureSet = (void *)0x062D5EC8; +const void * RTTI_BGSTimeOfDayData = (void *)0x062C2B38; +const void * RTTI_BGSTransform = (void *)0x062BD710; +const void * RTTI_BGSTraversal = (void *)0x062BD738; +const void * RTTI_BGSVehicleConfigFormComponent = (void *)0x06246C28; +const void * RTTI_BGSVehicleManagement = (void *)0x06246C60; +const void * RTTI_BGSVisitProceduresCheckGuardWarnTarget = (void *)0x062EDCD8; +const void * RTTI_BGSVisitProceduresInitActorAnimPose = (void *)0x063C8E80; +const void * RTTI_BGSVisitProceduresInitActorLocation = (void *)0x062EDC98; +const void * RTTI_BGSVisitProceduresProcess = (void *)0x063C8EC0; +const void * RTTI_BGSVoiceType = (void *)0x061755F0; +const void * RTTI_BGSVolumeFormComponent = (void *)0x06259800; +const void * RTTI_BGSVolumetricLighting = (void *)0x062BFC00; +const void * RTTI_BGSWaterCollisionManager__AutoWater = (void *)0x062F3FB8; +const void * RTTI_BGSWaterCollisionManager__BGSWaterUpdateI = (void *)0x062F3F78; +const void * RTTI_BGSWaterCollisionManager__WaterGravityModifier = (void *)0x06211190; +const void * RTTI_BGSWaterCollisionManager__WaterGravityModifierWorldStepListener = (void *)0x0621B8D0; +const void * RTTI_BGSWaterCollisionManager__bhkPlaceableWater = (void *)0x062F3F30; +const void * RTTI_BGSWaterCollisionManager__bhkWaterfall = (void *)0x062F3EE8; +const void * RTTI_BGSWeaponBarrelData = (void *)0x062AB810; +const void * RTTI_BGSWeaponBarrelModel = (void *)0x062AB840; +const void * RTTI_BGSWeaponData__Aim = (void *)0x062ABFE8; +const void * RTTI_BGSWeaponData__Ammunition = (void *)0x062AC010; +const void * RTTI_BGSWeaponData__Audio = (void *)0x062AC040; +const void * RTTI_BGSWeaponData__Charge = (void *)0x062AC070; +const void * RTTI_BGSWeaponData__Damage = (void *)0x062AC0A0; +const void * RTTI_BGSWeaponData__Firing = (void *)0x062AC0D0; +const void * RTTI_BGSWeaponData__FiringStrategyBase = (void *)0x062AC100; +const void * RTTI_BGSWeaponData__FiringStrategy_Automatic = (void *)0x062AC1B8; +const void * RTTI_BGSWeaponData__FiringStrategy_BoltShot = (void *)0x062AC1F8; +const void * RTTI_BGSWeaponData__FiringStrategy_Burst = (void *)0x062AC238; +const void * RTTI_BGSWeaponData__FiringStrategy_ChargedShot = (void *)0x062AC138; +const void * RTTI_BGSWeaponData__FiringStrategy_SingleShot = (void *)0x062AC178; +const void * RTTI_BGSWeaponData__Flags = (void *)0x062AC278; +const void * RTTI_BGSWeaponData__General = (void *)0x062AC2A8; +const void * RTTI_BGSWeaponData__Melee = (void *)0x062AC2D8; +const void * RTTI_BGSWeaponData__Power = (void *)0x062AC308; +const void * RTTI_BGSWeaponData__Reload = (void *)0x062AC338; +const void * RTTI_BGSWeaponData__ShipWeapon = (void *)0x0624E830; +const void * RTTI_BGSWeaponData__Turret = (void *)0x062AC368; +const void * RTTI_BGSWeaponData__VariableRange = (void *)0x062AC398; +const void * RTTI_BGSWeaponData__Visuals = (void *)0x062AC3D0; +const void * RTTI_BGSWeatherSettingsForm = (void *)0x062B1D70; +const void * RTTI_BGSWorkshopItemColorComponent = (void *)0x06246FD8; +const void * RTTI_BGSWorldSpaceOverlayComponent = (void *)0x06259978; +const void * RTTI_BGSWwiseEventForm = (void *)0x06174AA8; +const void * RTTI_BGSWwiseKeywordMapping = (void *)0x062AB8B8; +const void * RTTI_BGSZoneTargetListener = (void *)0x062DC430; +const void * RTTI_BIEventUtils__FindAllStarbornPowerFunctor = (void *)0x063A1178; +const void * RTTI_BSAVMS__AVMNode = (void *)0x06240CC0; +const void * RTTI_BSAVMS__AVMNodeInFlightCounted = (void *)0x06240C88; +const void * RTTI_BSAVMS__AVMPartialNode = (void *)0x06240C58; +const void * RTTI_BSAnimNotes = (void *)0x0650D220; +const void * RTTI_BSAnimationAnimDBData = (void *)0x06463808; +const void * RTTI_BSAnimationDBData = (void *)0x06462BF8; +const void * RTTI_BSAnimationGraph = (void *)0x06463880; +const void * RTTI_BSAnimationGraphChannel = (void *)0x062CAB28; +const void * RTTI_BSAnimationGraphLoadScrapper = (void *)0x062194C8; +const void * RTTI_BSAnimationGraphManager = (void *)0x06471F50; +const void * RTTI_BSAnimationUtils__FindEventClipGeneratorsFunctor = (void *)0x064637C0; +const void * RTTI_BSAnimationUtils__MatchEventToClipGeneratorsFunctor = (void *)0x06463160; +const void * RTTI_BSAttachConfig__ArtObjectAttach = (void *)0x062B1AD0; +const void * RTTI_BSAttachConfig__AttachmentConfiguration = (void *)0x0618E510; +const void * RTTI_BSAttachConfig__BaseInstance = (void *)0x062405D0; +const void * RTTI_BSAttachConfig__ISearchMethod = (void *)0x062B1C70; +const void * RTTI_BSAttachConfig__NodeAttachmentInstance = (void *)0x06240608; +const void * RTTI_BSAttachConfig__ObjectAttachmentInstance = (void *)0x06240740; +const void * RTTI_BSAttachConfig__ParticleAttachmentInstance = (void *)0x06240590; +const void * RTTI_BSAttachConfig__SearchMethodBase = (void *)0x062B1C38; +const void * RTTI_BSAttachConfig__SearchMultipleNamesMultipleNodes = (void *)0x0648AB30; +const void * RTTI_BSAttachConfig__SearchRootNode = (void *)0x06484D38; +const void * RTTI_BSAttachConfig__SearchSingleNameSingleNode = (void *)0x062B1CB0; +const void * RTTI_BSAttachRefController = (void *)0x0627B8F8; +const void * RTTI_BSAttachTechniques__AttachTechniqueInput = (void *)0x0639DA10; +const void * RTTI_BSAttachTechniques__BSAttachTechnique = (void *)0x0620FEF0; +const void * RTTI_BSAutoQueuedDependentNodeBase = (void *)0x06272290; +const void * RTTI_BSAwardsSystemUtility = (void *)0x0621EDB0; +const void * RTTI_BSBehaviorGraphExtraData = (void *)0x06490EF8; +const void * RTTI_BSBehaviorGraphSwapSingleton = (void *)0x062F5618; +const void * RTTI_BSBind__BGSExternalEmittanceController = (void *)0x06277848; +const void * RTTI_BSBind__BGSLensFlareController = (void *)0x06277888; +const void * RTTI_BSBind__ColorCurveController = (void *)0x0648ABE0; +const void * RTTI_BSBind__ColorLerpController = (void *)0x0648B170; +const void * RTTI_BSBind__ComponentBinding = (void *)0x06490B68; +const void * RTTI_BSBind__ComponentProperty = (void *)0x0648AD58; +const void * RTTI_BSBind__Directory = (void *)0x0648AAD8; +const void * RTTI_BSBind__Float2DCurveController = (void *)0x0648AC88; +const void * RTTI_BSBind__Float2DLerpController = (void *)0x0648B218; +const void * RTTI_BSBind__Float3DCurveController = (void *)0x0648AC50; +const void * RTTI_BSBind__Float3DLerpController = (void *)0x0648B1E0; +const void * RTTI_BSBind__Float4DCurveController = (void *)0x0648AC18; +const void * RTTI_BSBind__Float4DLerpController = (void *)0x0648B1A8; +const void * RTTI_BSBind__FloatCurveController = (void *)0x0648ACC0; +const void * RTTI_BSBind__FloatLerpController = (void *)0x0648AB78; +const void * RTTI_BSBind__IAddressControllerStore = (void *)0x062C43B8; +const void * RTTI_BSBind__IController = (void *)0x062778C0; +const void * RTTI_BSBind__IDataBinding = (void *)0x062524F8; +const void * RTTI_BSBind__INode = (void *)0x0648AB00; +const void * RTTI_BSBind__MultiBinding = (void *)0x06252528; +const void * RTTI_BSBind__Multiplex = (void *)0x0648AAB0; +const void * RTTI_BSBind__Snapshot = (void *)0x061670D0; +const void * RTTI_BSBind__StableBinding = (void *)0x062B1CF0; +const void * RTTI_BSBind__TimerController = (void *)0x0648ABB0; +const void * RTTI_BSBlastNode = (void *)0x0648C640; +const void * RTTI_BSBlendTreadTransfInterpolator = (void *)0x0650C6C8; +const void * RTTI_BSBoneLODExtraData = (void *)0x06490EC8; +const void * RTTI_BSBound = (void *)0x0647C5A8; +const void * RTTI_BSBoxConstructor = (void *)0x0648BFB8; +const void * RTTI_BSCSVUtils__ParserBuffer = (void *)0x0648E2B8; +const void * RTTI_BSCapsuleConstructor = (void *)0x0648BF88; +const void * RTTI_BSCloneReserver = (void *)0x0627B928; +const void * RTTI_BSClothExtraData = (void *)0x0647A9D0; +const void * RTTI_BSClothUtils__BSGeometryBuffer = (void *)0x0647AAC0; +const void * RTTI_BSClothUtils__BSInstantiationUtil = (void *)0x0647AA50; +const void * RTTI_BSClothUtils__BSTransformSet = (void *)0x0647AA88; +const void * RTTI_BSComponentDB2__DB = (void *)0x06484750; +const void * RTTI_BSComponentDB2__DBFileIndex__IDFixupVisitor = (void *)0x06521D30; +const void * RTTI_BSComponentDB2__JsonDBIDHandler = (void *)0x06492110; +const void * RTTI_BSComponentDB2__JsonResourceIDHandler = (void *)0x06492148; +const void * RTTI_BSComponentDB2__Memory__ConcurrentPageAllocImpl = (void *)0x06484660; +const void * RTTI_BSComponentDB2__StorageService = (void *)0x06491B38; +const void * RTTI_BSComponentDB2__StorageService__Impl = (void *)0x064922A8; +const void * RTTI_BSComponentDB2__StorageService__ObjectReferenceVisitor = (void *)0x064922F0; +const void * RTTI_BSComponentDB__IComponentFactory = (void *)0x06218B60; +const void * RTTI_BSConnectPoint__ChildOrigin = (void *)0x0627AAC8; +const void * RTTI_BSConnectPoint__Children = (void *)0x0647A648; +const void * RTTI_BSConnectPoint__Parents = (void *)0x0647A678; +const void * RTTI_BSCoreMessage__MessageSource = (void *)0x06210A98; +const void * RTTI_BSCounterStorage = (void *)0x0643B4D8; +const void * RTTI_BSCylinderConstructor = (void *)0x062F7B38; +const void * RTTI_BSDamageStage = (void *)0x0648C690; +const void * RTTI_BSDebounceManager = (void *)0x06474740; +const void * RTTI_BSDebrisNode = (void *)0x0648C668; +const void * RTTI_BSDiscBootSystemUtility = (void *)0x0621F0B0; +const void * RTTI_BSDistantObjectExtraData = (void *)0x06490F88; +const void * RTTI_BSDynamicGeometry = (void *)0x0650E0E0; +const void * RTTI_BSExceptionHandler = (void *)0x06202278; +const void * RTTI_BSExteriorReflectionProbeAdjustmentVolume = (void *)0x0648D8E0; +const void * RTTI_BSExtraData = (void *)0x062526E8; +const void * RTTI_BSFaceDB__AttachHeadControlNode = (void *)0x062539F8; const void * RTTI_BSFaceDB__CreateHeadControlNode = (void *)0x062537A8; -const void * RTTI_BSFaceDB__CrowdHairCustomization = (void *)0x06253C00; -const void * RTTI_BSFaceDB__EyeCustomization = (void *)0x06253C38; -const void * RTTI_BSFaceDB__FaceCustomizationTexturesNode = (void *)0x06253C68; -const void * RTTI_BSFaceDB__HairCustomization = (void *)0x06253A28; -const void * RTTI_BSFaceDB__JewelryCustomizationNode = (void *)0x062539F0; +const void * RTTI_BSFaceDB__CrowdHairCustomization = (void *)0x06253C88; +const void * RTTI_BSFaceDB__EyeCustomization = (void *)0x06253CC0; +const void * RTTI_BSFaceDB__FaceCustomizationTexturesNode = (void *)0x06253CF0; +const void * RTTI_BSFaceDB__HairCustomization = (void *)0x06253C50; +const void * RTTI_BSFaceDB__JewelryCustomizationNode = (void *)0x06253A68; const void * RTTI_BSFaceDB__RequestCompleteNode = (void *)0x062537E0; -const void * RTTI_BSFaceDB__RequestHeadPartResourcesNode = (void *)0x06253CA8; -const void * RTTI_BSFaceDB__TeethCustomizationNode = (void *)0x062539B8; -const void * RTTI_BSFaceFX = (void *)0x062528E8; -const void * RTTI_BSFaceGenAnimationData = (void *)0x062DE490; -const void * RTTI_BSFaceGenNiNode = (void *)0x062DE630; -const void * RTTI_BSFaceGenUtils__UpdateFaceCustomizationTexturesNode = (void *)0x06253930; -const void * RTTI_BSFadeNode = (void *)0x06177360; -const void * RTTI_BSFile = (void *)0x063A47E0; -const void * RTTI_BSFile__PageCache__PhysReadType = (void *)0x064CB748; -const void * RTTI_BSFixedSizeBlockAllocator__IAlloc = (void *)0x063A9A60; -const void * RTTI_BSFixedSizeBlockAllocator__UserPoolImplBase = (void *)0x0621F290; -const void * RTTI_BSFogVolume = (void *)0x0648D748; -const void * RTTI_BSFrameManager = (void *)0x0648F600; -const void * RTTI_BSFrustumFOVController = (void *)0x0650C2F0; -const void * RTTI_BSFurnitureMarkerNode = (void *)0x0648D6A0; -const void * RTTI_BSGFxFunctionBase = (void *)0x064A2820; -const void * RTTI_BSGFxFunctionHandler = (void *)0x064A3FE8; -const void * RTTI_BSGFxObject = (void *)0x0635CA18; -const void * RTTI_BSGalaxy__BGSStar = (void *)0x0625C7C8; -const void * RTTI_BSGalaxy__BGSSunPresetForm = (void *)0x0625C7F0; -const void * RTTI_BSGalaxy__BiomeMapDB__LoadBiome = (void *)0x0625C820; -const void * RTTI_BSGalaxy__Biomes__Map = (void *)0x062103D0; -const void * RTTI_BSGalaxy__ModuleState = (void *)0x06475B78; -const void * RTTI_BSGalaxy__Physics__Havok__BSGalaxyCollisionObject = (void *)0x064771F0; -const void * RTTI_BSGalaxy__Physics__Havok__bhkSpaceWorld = (void *)0x06476DA0; -const void * RTTI_BSGalaxy__Storage__SkipCelestialsAndSpaceCellsFunctor = (void *)0x063264F0; -const void * RTTI_BSGalaxy__Storage__SkipCelestialsFunctor = (void *)0x06326540; -const void * RTTI_BSGalaxy__hknpBSShiftOffsetCollector = (void *)0x06476D60; -const void * RTTI_BSGameDataSystemUtility = (void *)0x06521588; -const void * RTTI_BSGameStreamUtility = (void *)0x0621EE10; -const void * RTTI_BSGamepadDevice = (void *)0x06474DE0; -const void * RTTI_BSGamerProfile = (void *)0x0621F4F8; -const void * RTTI_BSGdkTaskletGroupData = (void *)0x064CCD30; -const void * RTTI_BSGdkTaskletManager = (void *)0x062108B8; -const void * RTTI_BSGeometry = (void *)0x061784E0; -const void * RTTI_BSGeometryConstructorManager = (void *)0x063BA3A0; -const void * RTTI_BSGeometrySegmentData = (void *)0x0650D6F0; -const void * RTTI_BSGrabIKNote = (void *)0x0650D0D8; -const void * RTTI_BSIMusicTrack = (void *)0x062D5C50; -const void * RTTI_BSIdleInputWatcher = (void *)0x06357C70; -const void * RTTI_BSInputDevice = (void *)0x06474DB8; -const void * RTTI_BSInputDeviceManager = (void *)0x06474348; -const void * RTTI_BSInputEnableManager = (void *)0x06474948; -const void * RTTI_BSInputEventReceiver = (void *)0x063171B8; -const void * RTTI_BSInputEventSingleUser = (void *)0x0634A990; -const void * RTTI_BSInputEventUser = (void *)0x061AFEB8; -const void * RTTI_BSInstancedGeometry = (void *)0x06245F08; -const void * RTTI_BSInvMarker = (void *)0x06490CD0; -const void * RTTI_BSJobs2__Detail__ControlNodeJob = (void *)0x0626E298; -const void * RTTI_BSJobs2__Detail__GroupThread = (void *)0x064CB138; -const void * RTTI_BSJobs2__Memory__HeapMemoryPolicy = (void *)0x0621EB48; -const void * RTTI_BSJobs2__Memory__LSAMemoryPolicy = (void *)0x0621EC18; -const void * RTTI_BSJobs2__Memory__ScrapMemoryPolicy = (void *)0x064CB100; -const void * RTTI_BSKeyboardDevice = (void *)0x06474E98; -const void * RTTI_BSLagBoneController = (void *)0x06490DA8; -const void * RTTI_BSLegacyStreamableStub = (void *)0x0650E430; -const void * RTTI_BSLensFlareRender__BSLensFlareSpriteRenderData = (void *)0x062BDA50; -const void * RTTI_BSLight = (void *)0x06178E20; -const void * RTTI_BSLookIKNote = (void *)0x0650D100; -const void * RTTI_BSMaterialBinding__MaterialPropertyNode = (void *)0x0649D288; -const void * RTTI_BSMaterialBinding__MaterialUVStreamPropertyNode = (void *)0x0649D620; -const void * RTTI_BSMaterial__ModuleState = (void *)0x06494518; -const void * RTTI_BSMemStorage = (void *)0x06259230; -const void * RTTI_BSMemStorageReadOnly = (void *)0x06474600; -const void * RTTI_BSMissionMenu = (void *)0x063647E8; -const void * RTTI_BSMissionMenu__MissionMenuEventShuttle = (void *)0x06364408; -const void * RTTI_BSModelDB__AutoQueuedDependentNode = (void *)0x062720C8; -const void * RTTI_BSModelDB__BSModelProcessor = (void *)0x06272258; -const void * RTTI_BSModelDB__ModelResourceNode = (void *)0x06486DC0; -const void * RTTI_BSModelDB__QueuedHandles = (void *)0x0626B390; -const void * RTTI_BSModelNode = (void *)0x0627AAF8; -const void * RTTI_BSModelNodeAnimRig = (void *)0x06464128; -const void * RTTI_BSModelNodePhysicsComponentI = (void *)0x0627AAC0; -const void * RTTI_BSModelNodeRigI = (void *)0x06464100; -const void * RTTI_BSMorphDB__AutoQueuedNode = (void *)0x06485830; -const void * RTTI_BSMorphDB__QueuedHandles = (void *)0x062F4FC8; -const void * RTTI_BSMorphTargetData = (void *)0x0650D5A0; -const void * RTTI_BSMouseDevice = (void *)0x06474EC0; -const void * RTTI_BSMsgDialogSystemUtility = (void *)0x0621F0B0; -const void * RTTI_BSMultiTargetTreadTransfController = (void *)0x0650C018; -const void * RTTI_BSNavMeshGenAntiseedTrimmerTask = (void *)0x064B5DF8; -const void * RTTI_BSNavMeshGenCollapserTask = (void *)0x064B5ED8; -const void * RTTI_BSNavMeshGenComputeBoundTask = (void *)0x064B72E0; -const void * RTTI_BSNavMeshGenContext = (void *)0x0624A4C0; -const void * RTTI_BSNavMeshGenContextGroup = (void *)0x064BA338; -const void * RTTI_BSNavMeshGenCoverTask = (void *)0x064B73F0; -const void * RTTI_BSNavMeshGenData = (void *)0x06249BC8; -const void * RTTI_BSNavMeshGenInputProcessTask = (void *)0x064B5EA0; -const void * RTTI_BSNavMeshGenInputProcessor = (void *)0x06282C98; -const void * RTTI_BSNavMeshGenLinkDoorTask = (void *)0x064B7420; -const void * RTTI_BSNavMeshGenNode = (void *)0x0624A370; -const void * RTTI_BSNavMeshGenOutputProcessTask = (void *)0x064B6058; -const void * RTTI_BSNavMeshGenOutputProcessor = (void *)0x06282CD0; -const void * RTTI_BSNavMeshGenRecastImport = (void *)0x064BC7F8; -const void * RTTI_BSNavMeshGenRecastTask = (void *)0x064B6028; -const void * RTTI_BSNavMeshGenRequestPauseTask = (void *)0x064BA2C8; -const void * RTTI_BSNavMeshGenRequestResumeTask = (void *)0x064BA300; -const void * RTTI_BSNavMeshGenSeedTrimmerTask = (void *)0x064B5E30; -const void * RTTI_BSNavMeshGenSmallAreaTrimmerTask = (void *)0x064B5DC0; -const void * RTTI_BSNavMeshGenSplitter = (void *)0x06282D68; -const void * RTTI_BSNavMeshGenSplitterTask = (void *)0x064B5FC8; -const void * RTTI_BSNavMeshGenStitcher = (void *)0x06282ED0; -const void * RTTI_BSNavMeshGenStitcherTask = (void *)0x064B5FF8; -const void * RTTI_BSNavMeshGenTask = (void *)0x0624A470; -const void * RTTI_BSNavMeshGenTaskGraphProcessor = (void *)0x064B6170; -const void * RTTI_BSNavMeshGenTaskGroup = (void *)0x064B60D8; -const void * RTTI_BSNavMeshGenTaskProgress = (void *)0x064BA298; -const void * RTTI_BSNavMeshGenTaskServer = (void *)0x06281F40; -const void * RTTI_BSNavMeshGenTerrainTrimmerTask = (void *)0x064B7350; -const void * RTTI_BSNavMeshGenTraversalTask = (void *)0x064B5D90; -const void * RTTI_BSNavMeshGenTriangleHeightTask = (void *)0x064B5D20; -const void * RTTI_BSNavMeshGenTrianglePlatformTask = (void *)0x064B5D58; -const void * RTTI_BSNavMeshGenTriangleSplitter = (void *)0x064BA160; -const void * RTTI_BSNavMeshGenTriangleSplitterTask = (void *)0x064B5CE8; -const void * RTTI_BSNavMeshGenTriangleTunnelTask = (void *)0x064B5E68; -const void * RTTI_BSNavMeshGenTriangleWaterTask = (void *)0x064B7318; -const void * RTTI_BSNavMeshGenUpdateNavMeshInfoTask = (void *)0x064B7388; -const void * RTTI_BSNavMeshGenVertexDataTask = (void *)0x064B7038; -const void * RTTI_BSNavMeshGenWaypointTask = (void *)0x064B73C0; -const void * RTTI_BSNavMeshGenerator = (void *)0x062819D8; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBarrierNode = (void *)0x064B6090; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode = (void *)0x064B5F70; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode = (void *)0x064BA670; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginNode = (void *)0x064BA6B8; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode = (void *)0x064B5F10; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode = (void *)0x064BA820; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenParentNode = (void *)0x064BA630; -const void * RTTI_BSNavigationGraph = (void *)0x06287898; -const void * RTTI_BSNavigationGraphInfo = (void *)0x062EE160; -const void * RTTI_BSNavigationGraphManager = (void *)0x0627FF00; -const void * RTTI_BSNavigationGraphRefCount = (void *)0x062878C0; -const void * RTTI_BSNavigationGrid = (void *)0x064BB338; -const void * RTTI_BSNavigationGridBase = (void *)0x064BB2A8; -const void * RTTI_BSNavigationGridChunk = (void *)0x064BB308; -const void * RTTI_BSNavigationGridFieldBase = (void *)0x062FFC50; -const void * RTTI_BSNavigationGridInfo = (void *)0x064BB278; -const void * RTTI_BSNavigationGridManager = (void *)0x06280318; -const void * RTTI_BSNavigationGridManager__Task = (void *)0x06280198; -const void * RTTI_BSNavigationGridObstacleUpdateTask = (void *)0x064BB200; -const void * RTTI_BSNavmesh = (void *)0x062EE110; -const void * RTTI_BSNavmeshInfo = (void *)0x062EE1B8; -const void * RTTI_BSNavmeshInfoMap = (void *)0x062EE258; -const void * RTTI_BSNavmeshInfoMap__IRecursiveVisitor = (void *)0x062EF908; -const void * RTTI_BSNavmeshInfoSearch = (void *)0x064BACB0; -const void * RTTI_BSNavmeshObstacleCoverData = (void *)0x064BA960; -const void * RTTI_BSNavmeshObstacleData = (void *)0x0624D090; -const void * RTTI_BSNavmeshReferenceObstacleArray = (void *)0x062EE858; -const void * RTTI_BSNavmeshSearch = (void *)0x062F0660; -const void * RTTI_BSNavmeshSearchAvailableSpaceDirectional = (void *)0x064BADF0; -const void * RTTI_BSNavmeshSearchAvailableSpaceRadius = (void *)0x064BADB0; -const void * RTTI_BSNavmeshSearchBase = (void *)0x0623E410; -const void * RTTI_BSNavmeshSearchFilters = (void *)0x062F06B8; -const void * RTTI_BSNavmeshSearchHideFilter = (void *)0x062F0688; -const void * RTTI_BSNiNode = (void *)0x06242788; -const void * RTTI_BSNodeReferences = (void *)0x0648D7B0; -const void * RTTI_BSNoise__Add = (void *)0x064906C0; -const void * RTTI_BSNoise__Billow = (void *)0x06490698; -const void * RTTI_BSNoise__Crater = (void *)0x06490E38; -const void * RTTI_BSNoise__Invert = (void *)0x06490620; -const void * RTTI_BSNoise__Perlin = (void *)0x0648E1F8; -const void * RTTI_BSNoise__Ridged = (void *)0x06490CA8; -const void * RTTI_BSNoise__SmoothStep = (void *)0x064905F0; -const void * RTTI_BSNoise__Subtract = (void *)0x064905C8; -const void * RTTI_BSNoise__Turbulence = (void *)0x06490E60; -const void * RTTI_BSNoise__Voronoi = (void *)0x06490648; -const void * RTTI_BSNonUniformScaleExtraData = (void *)0x06259768; -const void * RTTI_BSOfflineRTExtraData = (void *)0x06490A18; -const void * RTTI_BSOrderedNode = (void *)0x06242710; -const void * RTTI_BSPCGamepadDevice = (void *)0x06475208; -const void * RTTI_BSPCGamepadDeviceHandler = (void *)0x06474EE8; -const void * RTTI_BSPCGamerProfile = (void *)0x06521788; -const void * RTTI_BSPCKeyboardDevice = (void *)0x06474E68; -const void * RTTI_BSPCMouseDevice = (void *)0x06474F18; -const void * RTTI_BSPCVirtualKeyboardDevice = (void *)0x06474E38; -const void * RTTI_BSPageFile__MemoryWriteStorage = (void *)0x063A4718; -const void * RTTI_BSPageFile__MultiplexWrite = (void *)0x064CCB88; -const void * RTTI_BSParseCSV__IGetBufferCB = (void *)0x0648E118; -const void * RTTI_BSParticle = (void *)0x064B1290; -const void * RTTI_BSPathBuilder = (void *)0x0623E2A8; -const void * RTTI_BSPathEventManager = (void *)0x064BB520; -const void * RTTI_BSPathSmootherPOVSearch = (void *)0x064B51B8; -const void * RTTI_BSPathing = (void *)0x062EFB68; -const void * RTTI_BSPathingCellManager = (void *)0x062EFB38; -const void * RTTI_BSPathingRequest = (void *)0x0623E440; -const void * RTTI_BSPathingRequestPolicies__DestinationArea = (void *)0x062ECE00; -const void * RTTI_BSPathingRequestPolicies__EscortRequest = (void *)0x062E74B0; -const void * RTTI_BSPathingRequestPolicies__FleeRequestPolicy = (void *)0x064B4EE0; -const void * RTTI_BSPathingSearchRayCast = (void *)0x064BC108; -const void * RTTI_BSPathingSite = (void *)0x063B9258; -const void * RTTI_BSPathingSpace = (void *)0x062EFE80; -const void * RTTI_BSPathingStreamSimpleBufferRead = (void *)0x064B9F48; -const void * RTTI_BSPathingStreamSimpleBufferWrite = (void *)0x0627F7F0; -const void * RTTI_BSPathingTraversal = (void *)0x06286C38; -const void * RTTI_BSPathingTraversalAction = (void *)0x06284F68; -const void * RTTI_BSPathingTraversalData = (void *)0x06285030; -const void * RTTI_BSPathingTraversalManager = (void *)0x06286938; -const void * RTTI_BSPathing__CheckLineOfSightFilter = (void *)0x062813F0; -const void * RTTI_BSPathing__DetermineAvailableRadiusAtPositionVisitor = (void *)0x064B3950; -const void * RTTI_BSPathing__DetermineAvailableRadiusInDirectionVisitor = (void *)0x064B3900; -const void * RTTI_BSPathing__EdgeFoundVisitor = (void *)0x063CFD58; -const void * RTTI_BSPausableItem = (void *)0x062EE790; -const void * RTTI_BSPauseRequester = (void *)0x06218050; -const void * RTTI_BSPistonController = (void *)0x06482408; -const void * RTTI_BSPlatform__BNetAsyncRequestBase = (void *)0x06511C78; -const void * RTTI_BSPlatform__BNetFile__download = (void *)0x0651E900; -const void * RTTI_BSPlatform__BNetFile__marketplaceDownload = (void *)0x0651E8C0; -const void * RTTI_BSPlatform__BNetImage = (void *)0x06184DA0; -const void * RTTI_BSPlatform__BSBethesdaPlatform = (void *)0x06511A38; -const void * RTTI_BSPlatform__BSMarketplaceImage = (void *)0x06184DD0; -const void * RTTI_BSPlatform__BSMarketplaceUploader = (void *)0x0651D830; -const void * RTTI_BSPlatform__BSUserContent = (void *)0x0631D308; -const void * RTTI_BSPlatform__BSUserContentCollection = (void *)0x06321BF0; -const void * RTTI_BSPlatform__BSUserContentOperations = (void *)0x0651CCF8; -const void * RTTI_BSPlatform__BSUserContentSearcherAgent = (void *)0x06521370; -const void * RTTI_BSPlayerDistanceCheckController = (void *)0x063CA130; -const void * RTTI_BSPrecomputedNavmeshInfoSearch = (void *)0x064BAC78; -const void * RTTI_BSProbeGridVolume = (void *)0x0648BD28; -const void * RTTI_BSProceduralLightningController = (void *)0x0648E560; -const void * RTTI_BSProceduralLightningTasklet = (void *)0x0648E598; -const void * RTTI_BSProjectedDecal = (void *)0x0648B830; -const void * RTTI_BSQueuedResourceCollectionBase = (void *)0x0625F0C8; -const void * RTTI_BSRangeNode = (void *)0x0648C448; -const void * RTTI_BSRecastModule__BSRecastJob = (void *)0x064BC7C0; -const void * RTTI_BSReference = (void *)0x0648D8A0; -const void * RTTI_BSReflectionProbe = (void *)0x0648D6F8; -const void * RTTI_BSReflection__AnyType = (void *)0x0620ED88; -const void * RTTI_BSReflection__BSFixedStringType = (void *)0x0620DC00; -const void * RTTI_BSReflection__BasicType = (void *)0x06210D48; -const void * RTTI_BSReflection__ClassType = (void *)0x06192940; -const void * RTTI_BSReflection__ConstCStringType = (void *)0x0620DA58; -const void * RTTI_BSReflection__EnumerationType = (void *)0x06202400; -const void * RTTI_BSReflection__IConstEnumerator = (void *)0x062B1B68; -const void * RTTI_BSReflection__IObject = (void *)0x0618DF08; -const void * RTTI_BSReflection__ResourceIDStringConverter = (void *)0x0618DDF0; -const void * RTTI_BSReflection__Serializer = (void *)0x0648BDC0; -const void * RTTI_BSReflection__UIDStringConverter = (void *)0x0618DD80; -const void * RTTI_BSRendererSceneNode = (void *)0x06487190; -const void * RTTI_BSRendererState = (void *)0x0648C4B8; -const void * RTTI_BSResource2__CacheBase = (void *)0x06245140; -const void * RTTI_BSResource2__EntryBase = (void *)0x06244808; -const void * RTTI_BSResource2__ProxyStream = (void *)0x064BD8E8; -const void * RTTI_BSResource2__ResourceCreateNode = (void *)0x064BD608; -const void * RTTI_BSResourceNiBinaryStream = (void *)0x064A3038; -const void * RTTI_BSResourceReloadManager = (void *)0x0648E5D0; -const void * RTTI_BSResourceStreamParser = (void *)0x064A3068; -const void * RTTI_BSResourceStreamStorage = (void *)0x064C0EF0; -const void * RTTI_BSResource__Archive2__AsyncReaderStream = (void *)0x064BEDC0; -const void * RTTI_BSResource__Archive2__Index = (void *)0x064BEAF0; -const void * RTTI_BSResource__Archive2__Manager__MemoryCacheLocation = (void *)0x064BE9F0; -const void * RTTI_BSResource__Archive2__ReaderStream = (void *)0x064BEB20; -const void * RTTI_BSResource__ArchiveIDConverter = (void *)0x06214E80; -const void * RTTI_BSResource__AsyncStream = (void *)0x064BE780; -const void * RTTI_BSResource__IMemoryFileBuffer = (void *)0x064C1188; -const void * RTTI_BSResource__Location = (void *)0x06214DD0; -const void * RTTI_BSResource__LocationTraverser = (void *)0x06492C10; -const void * RTTI_BSResource__LooseFileLocation = (void *)0x064C0DF8; -const void * RTTI_BSResource__MemoryFileBuffer = (void *)0x064C1118; -const void * RTTI_BSResource__MemoryFileLocation = (void *)0x064BE9B8; -const void * RTTI_BSResource__MemoryFileStream = (void *)0x064C1150; -const void * RTTI_BSResource__SDirectory2__IDirectoryIDIterator = (void *)0x06462EE0; -const void * RTTI_BSResource__SDirectory2__IDirectoryStreamIterator = (void *)0x0623FEA0; -const void * RTTI_BSResource__SDirectory2__ThreadCursor = (void *)0x064BED80; -const void * RTTI_BSResource__Server__Commands__CancelAll = (void *)0x064868D8; -const void * RTTI_BSResource__Server__GraphProcessor = (void *)0x062B8740; -const void * RTTI_BSResource__Server__LinearProcessor = (void *)0x0626B560; -const void * RTTI_BSResource__Server__NodeBase = (void *)0x06240D38; -const void * RTTI_BSResource__Server__ResourceServerDebug = (void *)0x064C0B08; -const void * RTTI_BSResource__Stream = (void *)0x064BD3A8; -const void * RTTI_BSResource__StreamBase = (void *)0x064BD378; -const void * RTTI_BSRotAccumTransfInterpolator = (void *)0x0650D128; -const void * RTTI_BSSaveDataSystemUtility = (void *)0x0621EF28; -const void * RTTI_BSSaveDataSystemUtilityFile = (void *)0x063A47A8; -const void * RTTI_BSScaleformFileOpener = (void *)0x064A3E88; -const void * RTTI_BSScaleformImageLoader = (void *)0x064A42D0; -const void * RTTI_BSScaleformMovieLoadTask = (void *)0x064A3FB8; -const void * RTTI_BSScaleformTranslator__ScaleformImpl = (void *)0x064A44C0; -const void * RTTI_BSSceneNode = (void *)0x064871C0; -const void * RTTI_BSScript__ByteCode__PackedInstructionStream__InstructionFunctor = (void *)0x064C6F70; -const void * RTTI_BSScript__CompiledScriptLoader = (void *)0x064C3720; -const void * RTTI_BSScript__ErrorLogger = (void *)0x064357D0; -const void * RTTI_BSScript__ICachedErrorMessage = (void *)0x06318980; -const void * RTTI_BSScript__IClientVM = (void *)0x0643BA78; +const void * RTTI_BSFaceDB__RequestHeadPartResourcesNode = (void *)0x06253AA0; +const void * RTTI_BSFaceDB__TeethCustomizationNode = (void *)0x06253A30; +const void * RTTI_BSFaceFX = (void *)0x062528F0; +const void * RTTI_BSFaceGenAnimationData = (void *)0x062DE4E0; +const void * RTTI_BSFaceGenNiNode = (void *)0x062DE680; +const void * RTTI_BSFaceGenUtils__UpdateFaceCustomizationTexturesNode = (void *)0x06253980; +const void * RTTI_BSFadeNode = (void *)0x06177300; +const void * RTTI_BSFile = (void *)0x063A4850; +const void * RTTI_BSFile__PageCache__PhysReadType = (void *)0x064CB8B8; +const void * RTTI_BSFixedSizeBlockAllocator__IAlloc = (void *)0x063A9B20; +const void * RTTI_BSFixedSizeBlockAllocator__UserPoolImplBase = (void *)0x0621F260; +const void * RTTI_BSFogVolume = (void *)0x0648D8B8; +const void * RTTI_BSFrameManager = (void *)0x0648F770; +const void * RTTI_BSFrustumFOVController = (void *)0x0650C460; +const void * RTTI_BSFurnitureMarkerNode = (void *)0x0648D810; +const void * RTTI_BSGFxFunctionBase = (void *)0x064A29B0; +const void * RTTI_BSGFxFunctionHandler = (void *)0x064A4168; +const void * RTTI_BSGFxObject = (void *)0x0635CAA8; +const void * RTTI_BSGalaxy__BGSStar = (void *)0x0625C818; +const void * RTTI_BSGalaxy__BGSSunPresetForm = (void *)0x0625C840; +const void * RTTI_BSGalaxy__BiomeMapDB__LoadBiome = (void *)0x0625C870; +const void * RTTI_BSGalaxy__Biomes__Map = (void *)0x0620FE20; +const void * RTTI_BSGalaxy__ModuleState = (void *)0x06476E80; +const void * RTTI_BSGalaxy__Physics__Havok__BSGalaxyCollisionObject = (void *)0x064772B0; +const void * RTTI_BSGalaxy__Physics__Havok__bhkSpaceWorld = (void *)0x06476EB0; +const void * RTTI_BSGalaxy__Storage__SkipCelestialsAndSpaceCellsFunctor = (void *)0x063264C0; +const void * RTTI_BSGalaxy__Storage__SkipCelestialsFunctor = (void *)0x06326510; +const void * RTTI_BSGalaxy__hknpBSShiftOffsetCollector = (void *)0x06477008; +const void * RTTI_BSGameDataSystemUtility = (void *)0x065216F8; +const void * RTTI_BSGameStreamUtility = (void *)0x0621EDE0; +const void * RTTI_BSGamepadDevice = (void *)0x06474EF8; +const void * RTTI_BSGamerProfile = (void *)0x0621F4C8; +const void * RTTI_BSGdkTaskletGroupData = (void *)0x064CCEB0; +const void * RTTI_BSGdkTaskletManager = (void *)0x06210308; +const void * RTTI_BSGeometry = (void *)0x06178480; +const void * RTTI_BSGeometryConstructorManager = (void *)0x063B9FC8; +const void * RTTI_BSGeometrySegmentData = (void *)0x0650D860; +const void * RTTI_BSGrabIKNote = (void *)0x0650D248; +const void * RTTI_BSIMusicTrack = (void *)0x062D5CE0; +const void * RTTI_BSIdleInputWatcher = (void *)0x06357CC0; +const void * RTTI_BSInputDevice = (void *)0x06474F20; +const void * RTTI_BSInputDeviceManager = (void *)0x06474470; +const void * RTTI_BSInputEnableManager = (void *)0x06474A80; +const void * RTTI_BSInputEventReceiver = (void *)0x063174D8; +const void * RTTI_BSInputEventSingleUser = (void *)0x06349BA0; +const void * RTTI_BSInputEventUser = (void *)0x061AFE18; +const void * RTTI_BSInstancedGeometry = (void *)0x06245F38; +const void * RTTI_BSInvMarker = (void *)0x06490E50; +const void * RTTI_BSJobs2__Detail__ControlNodeJob = (void *)0x0626E2D8; +const void * RTTI_BSJobs2__Detail__GroupThread = (void *)0x064CB298; +const void * RTTI_BSJobs2__Memory__HeapMemoryPolicy = (void *)0x0621EB18; +const void * RTTI_BSJobs2__Memory__LSAMemoryPolicy = (void *)0x0621EBE8; +const void * RTTI_BSJobs2__Memory__ScrapMemoryPolicy = (void *)0x064CB260; +const void * RTTI_BSKeyboardDevice = (void *)0x06474FD8; +const void * RTTI_BSLagBoneController = (void *)0x06490F28; +const void * RTTI_BSLegacyStreamableStub = (void *)0x0650E580; +const void * RTTI_BSLensFlareRender__BSLensFlareSpriteRenderData = (void *)0x062BDAD0; +const void * RTTI_BSLight = (void *)0x06178DC0; +const void * RTTI_BSLookIKNote = (void *)0x0650D270; +const void * RTTI_BSMaterialBinding__MaterialPropertyNode = (void *)0x0649DCF8; +const void * RTTI_BSMaterialBinding__MaterialUVStreamPropertyNode = (void *)0x0649D270; +const void * RTTI_BSMaterial__ModuleState = (void *)0x06494578; +const void * RTTI_BSMemStorage = (void *)0x062591B8; +const void * RTTI_BSMemStorageReadOnly = (void *)0x064746E8; +const void * RTTI_BSMissionMenu = (void *)0x06364858; +const void * RTTI_BSMissionMenu__MissionMenuEventShuttle = (void *)0x06364338; +const void * RTTI_BSModelDB__AutoQueuedDependentNode = (void *)0x06272188; +const void * RTTI_BSModelDB__BSModelProcessor = (void *)0x062721C0; +const void * RTTI_BSModelDB__ModelResourceNode = (void *)0x06486F30; +const void * RTTI_BSModelDB__QueuedHandles = (void *)0x0626B2D0; +const void * RTTI_BSModelNode = (void *)0x0627AB00; +const void * RTTI_BSModelNodeAnimRig = (void *)0x06464208; +const void * RTTI_BSModelNodePhysicsComponentI = (void *)0x0627AB50; +const void * RTTI_BSModelNodeRigI = (void *)0x06464238; +const void * RTTI_BSMorphDB__AutoQueuedNode = (void *)0x06485B60; +const void * RTTI_BSMorphDB__QueuedHandles = (void *)0x062F5048; +const void * RTTI_BSMorphTargetData = (void *)0x0650D710; +const void * RTTI_BSMouseDevice = (void *)0x06475058; +const void * RTTI_BSMsgDialogSystemUtility = (void *)0x0621F080; +const void * RTTI_BSMultiTargetTreadTransfController = (void *)0x0650C188; +const void * RTTI_BSNavMeshGenAntiseedTrimmerTask = (void *)0x064B6840; +const void * RTTI_BSNavMeshGenCollapserTask = (void *)0x064B5668; +const void * RTTI_BSNavMeshGenComputeBoundTask = (void *)0x064B68D8; +const void * RTTI_BSNavMeshGenContext = (void *)0x0624A550; +const void * RTTI_BSNavMeshGenContextGroup = (void *)0x064BA9A8; +const void * RTTI_BSNavMeshGenCoverTask = (void *)0x064B6878; +const void * RTTI_BSNavMeshGenData = (void *)0x06249C18; +const void * RTTI_BSNavMeshGenInputProcessTask = (void *)0x064B5630; +const void * RTTI_BSNavMeshGenInputProcessor = (void *)0x06282CD8; +const void * RTTI_BSNavMeshGenLinkDoorTask = (void *)0x064B68A8; +const void * RTTI_BSNavMeshGenNode = (void *)0x0624A360; +const void * RTTI_BSNavMeshGenOutputProcessTask = (void *)0x064B55F8; +const void * RTTI_BSNavMeshGenOutputProcessor = (void *)0x06282D40; +const void * RTTI_BSNavMeshGenRecastImport = (void *)0x064BCA08; +const void * RTTI_BSNavMeshGenRecastTask = (void *)0x064B55C8; +const void * RTTI_BSNavMeshGenRequestPauseTask = (void *)0x064BA438; +const void * RTTI_BSNavMeshGenRequestResumeTask = (void *)0x064BA470; +const void * RTTI_BSNavMeshGenSeedTrimmerTask = (void *)0x064B5430; +const void * RTTI_BSNavMeshGenSmallAreaTrimmerTask = (void *)0x064B6808; +const void * RTTI_BSNavMeshGenSplitter = (void *)0x06282DA8; +const void * RTTI_BSNavMeshGenSplitterTask = (void *)0x064B53D0; +const void * RTTI_BSNavMeshGenStitcher = (void *)0x06282EE0; +const void * RTTI_BSNavMeshGenStitcherTask = (void *)0x064B5400; +const void * RTTI_BSNavMeshGenTask = (void *)0x0624A420; +const void * RTTI_BSNavMeshGenTaskGraphProcessor = (void *)0x064B5748; +const void * RTTI_BSNavMeshGenTaskGroup = (void *)0x064B57F0; +const void * RTTI_BSNavMeshGenTaskProgress = (void *)0x064BA358; +const void * RTTI_BSNavMeshGenTaskServer = (void *)0x06281B78; +const void * RTTI_BSNavMeshGenTerrainTrimmerTask = (void *)0x064B67D0; +const void * RTTI_BSNavMeshGenTraversalTask = (void *)0x064B53A0; +const void * RTTI_BSNavMeshGenTriangleHeightTask = (void *)0x064B54D8; +const void * RTTI_BSNavMeshGenTrianglePlatformTask = (void *)0x064B5368; +const void * RTTI_BSNavMeshGenTriangleSplitter = (void *)0x064BA2D8; +const void * RTTI_BSNavMeshGenTriangleSplitterTask = (void *)0x064B54A0; +const void * RTTI_BSNavMeshGenTriangleTunnelTask = (void *)0x064B5468; +const void * RTTI_BSNavMeshGenTriangleWaterTask = (void *)0x064B6910; +const void * RTTI_BSNavMeshGenUpdateNavMeshInfoTask = (void *)0x064B64B0; +const void * RTTI_BSNavMeshGenVertexDataTask = (void *)0x064B6478; +const void * RTTI_BSNavMeshGenWaypointTask = (void *)0x064B64E8; +const void * RTTI_BSNavMeshGenerator = (void *)0x06281B48; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBarrierNode = (void *)0x064B5700; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode = (void *)0x064B5570; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode = (void *)0x064BA960; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginNode = (void *)0x064BA890; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode = (void *)0x064B5510; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode = (void *)0x064BA8D0; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenParentNode = (void *)0x064BA920; +const void * RTTI_BSNavigationGraph = (void *)0x06287A48; +const void * RTTI_BSNavigationGraphInfo = (void *)0x062EE1C0; +const void * RTTI_BSNavigationGraphManager = (void *)0x06280050; +const void * RTTI_BSNavigationGraphRefCount = (void *)0x06287A70; +const void * RTTI_BSNavigationGrid = (void *)0x064BB3D0; +const void * RTTI_BSNavigationGridBase = (void *)0x064BB370; +const void * RTTI_BSNavigationGridChunk = (void *)0x064BB3F8; +const void * RTTI_BSNavigationGridFieldBase = (void *)0x062FFF18; +const void * RTTI_BSNavigationGridInfo = (void *)0x064BB460; +const void * RTTI_BSNavigationGridManager = (void *)0x0627FF88; +const void * RTTI_BSNavigationGridManager__Task = (void *)0x06280250; +const void * RTTI_BSNavigationGridObstacleUpdateTask = (void *)0x064BB490; +const void * RTTI_BSNavmesh = (void *)0x062EE148; +const void * RTTI_BSNavmeshInfo = (void *)0x062EE218; +const void * RTTI_BSNavmeshInfoMap = (void *)0x062EE240; +const void * RTTI_BSNavmeshInfoMap__IRecursiveVisitor = (void *)0x062EF960; +const void * RTTI_BSNavmeshInfoSearch = (void *)0x064BACA8; +const void * RTTI_BSNavmeshObstacleCoverData = (void *)0x064BAAD0; +const void * RTTI_BSNavmeshObstacleData = (void *)0x0624D0B0; +const void * RTTI_BSNavmeshReferenceObstacleArray = (void *)0x062EE890; +const void * RTTI_BSNavmeshSearch = (void *)0x062F06C0; +const void * RTTI_BSNavmeshSearchAvailableSpaceDirectional = (void *)0x064BAEB0; +const void * RTTI_BSNavmeshSearchAvailableSpaceRadius = (void *)0x064BB0B0; +const void * RTTI_BSNavmeshSearchBase = (void *)0x0623E2D0; +const void * RTTI_BSNavmeshSearchFilters = (void *)0x062F0718; +const void * RTTI_BSNavmeshSearchHideFilter = (void *)0x062F06E8; +const void * RTTI_BSNiNode = (void *)0x06242770; +const void * RTTI_BSNodeReferences = (void *)0x0648D920; +const void * RTTI_BSNoise__Add = (void *)0x0648F998; +const void * RTTI_BSNoise__Billow = (void *)0x0648F970; +const void * RTTI_BSNoise__Crater = (void *)0x06490FB8; +const void * RTTI_BSNoise__Invert = (void *)0x0648F8F8; +const void * RTTI_BSNoise__Perlin = (void *)0x0648E368; +const void * RTTI_BSNoise__Ridged = (void *)0x06490E28; +const void * RTTI_BSNoise__SmoothStep = (void *)0x0648F8C8; +const void * RTTI_BSNoise__Subtract = (void *)0x0648F8A0; +const void * RTTI_BSNoise__Turbulence = (void *)0x06490FE0; +const void * RTTI_BSNoise__Voronoi = (void *)0x0648F920; +const void * RTTI_BSNonUniformScaleExtraData = (void *)0x062597C8; +const void * RTTI_BSOfflineRTExtraData = (void *)0x06490B98; +const void * RTTI_BSOrderedNode = (void *)0x06242808; +const void * RTTI_BSPCGamepadDevice = (void *)0x06475400; +const void * RTTI_BSPCGamepadDeviceHandler = (void *)0x06474FA8; +const void * RTTI_BSPCGamerProfile = (void *)0x065218F8; +const void * RTTI_BSPCKeyboardDevice = (void *)0x06474F48; +const void * RTTI_BSPCMouseDevice = (void *)0x06475030; +const void * RTTI_BSPCVirtualKeyboardDevice = (void *)0x06474F78; +const void * RTTI_BSPageFile__MemoryWriteStorage = (void *)0x063A4818; +const void * RTTI_BSPageFile__MultiplexWrite = (void *)0x064CCD08; +const void * RTTI_BSParseCSV__IGetBufferCB = (void *)0x0648E288; +const void * RTTI_BSParticle = (void *)0x064B1408; +const void * RTTI_BSPathBuilder = (void *)0x0623E258; +const void * RTTI_BSPathEventManager = (void *)0x064BB770; +const void * RTTI_BSPathSmootherPOVSearch = (void *)0x064B5338; +const void * RTTI_BSPathing = (void *)0x062EFAE8; +const void * RTTI_BSPathingCellManager = (void *)0x062EFBA8; +const void * RTTI_BSPathingRequest = (void *)0x0623E450; +const void * RTTI_BSPathingRequestPolicies__DestinationArea = (void *)0x062EC7B8; +const void * RTTI_BSPathingRequestPolicies__EscortRequest = (void *)0x062E7BC0; +const void * RTTI_BSPathingRequestPolicies__FleeRequestPolicy = (void *)0x064B5060; +const void * RTTI_BSPathingSearchRayCast = (void *)0x064BC2C8; +const void * RTTI_BSPathingSite = (void *)0x063B9E80; +const void * RTTI_BSPathingSpace = (void *)0x062EFED8; +const void * RTTI_BSPathingStreamSimpleBufferRead = (void *)0x064BA0C8; +const void * RTTI_BSPathingStreamSimpleBufferWrite = (void *)0x0627F800; +const void * RTTI_BSPathingTraversal = (void *)0x06285AC0; +const void * RTTI_BSPathingTraversalAction = (void *)0x06284ED8; +const void * RTTI_BSPathingTraversalData = (void *)0x06285080; +const void * RTTI_BSPathingTraversalManager = (void *)0x06286960; +const void * RTTI_BSPathing__CheckLineOfSightFilter = (void *)0x06281440; +const void * RTTI_BSPathing__DetermineAvailableRadiusAtPositionVisitor = (void *)0x064B3E90; +const void * RTTI_BSPathing__DetermineAvailableRadiusInDirectionVisitor = (void *)0x064B3C80; +const void * RTTI_BSPathing__EdgeFoundVisitor = (void *)0x063CF8A0; +const void * RTTI_BSPausableItem = (void *)0x062EE8C8; +const void * RTTI_BSPauseRequester = (void *)0x06217BC0; +const void * RTTI_BSPistonController = (void *)0x06482588; +const void * RTTI_BSPlatform__BNetAsyncRequestBase = (void *)0x06511C68; +const void * RTTI_BSPlatform__BNetFile__download = (void *)0x0651EA70; +const void * RTTI_BSPlatform__BNetFile__marketplaceDownload = (void *)0x0651EA30; +const void * RTTI_BSPlatform__BNetImage = (void *)0x06184D50; +const void * RTTI_BSPlatform__BSBethesdaPlatform = (void *)0x06511D88; +const void * RTTI_BSPlatform__BSMarketplaceImage = (void *)0x06184D80; +const void * RTTI_BSPlatform__BSMarketplaceUploader = (void *)0x0651D9A8; +const void * RTTI_BSPlatform__BSUserContent = (void *)0x0631D4E8; +const void * RTTI_BSPlatform__BSUserContentCollection = (void *)0x06321C40; +const void * RTTI_BSPlatform__BSUserContentOperations = (void *)0x0651CF58; +const void * RTTI_BSPlatform__BSUserContentSearcherAgent = (void *)0x0651F538; +const void * RTTI_BSPlayerDistanceCheckController = (void *)0x063CA220; +const void * RTTI_BSPrecomputedNavmeshInfoSearch = (void *)0x064BAE18; +const void * RTTI_BSProbeGridVolume = (void *)0x0648BE88; +const void * RTTI_BSProceduralLightningController = (void *)0x0648E6D0; +const void * RTTI_BSProceduralLightningTasklet = (void *)0x0648E708; +const void * RTTI_BSProjectedDecal = (void *)0x0648B9A0; +const void * RTTI_BSQueuedResourceCollectionBase = (void *)0x0625F128; +const void * RTTI_BSRangeNode = (void *)0x0648C5A8; +const void * RTTI_BSRecastModule__BSRecastJob = (void *)0x064BC9D0; +const void * RTTI_BSReference = (void *)0x0648DA10; +const void * RTTI_BSReflectionProbe = (void *)0x0648D868; +const void * RTTI_BSReflection__AnyType = (void *)0x0620E7D8; +const void * RTTI_BSReflection__BSFixedStringType = (void *)0x0620D5D0; +const void * RTTI_BSReflection__BasicType = (void *)0x06210968; +const void * RTTI_BSReflection__ClassType = (void *)0x06192CC0; +const void * RTTI_BSReflection__ConstCStringType = (void *)0x0620D510; +const void * RTTI_BSReflection__EnumerationType = (void *)0x06201E40; +const void * RTTI_BSReflection__IConstEnumerator = (void *)0x062B1C00; +const void * RTTI_BSReflection__IObject = (void *)0x0618E148; +const void * RTTI_BSReflection__ResourceIDStringConverter = (void *)0x0618E030; +const void * RTTI_BSReflection__Serializer = (void *)0x0648BF20; +const void * RTTI_BSReflection__UIDStringConverter = (void *)0x0618DFF8; +const void * RTTI_BSRendererSceneNode = (void *)0x06487550; +const void * RTTI_BSRendererState = (void *)0x0648C618; +const void * RTTI_BSResource2__CacheBase = (void *)0x06245120; +const void * RTTI_BSResource2__EntryBase = (void *)0x06244928; +const void * RTTI_BSResource2__ProxyStream = (void *)0x064BD878; +const void * RTTI_BSResource2__ResourceCreateNode = (void *)0x064BD8D8; +const void * RTTI_BSResourceNiBinaryStream = (void *)0x064A3178; +const void * RTTI_BSResourceReloadManager = (void *)0x0648ED38; +const void * RTTI_BSResourceStreamParser = (void *)0x064A31A8; +const void * RTTI_BSResourceStreamStorage = (void *)0x064C1040; +const void * RTTI_BSResource__Archive2__AsyncReaderStream = (void *)0x064BED20; +const void * RTTI_BSResource__Archive2__Index = (void *)0x064BEEE0; +const void * RTTI_BSResource__Archive2__Manager__MemoryCacheLocation = (void *)0x064BEC00; +const void * RTTI_BSResource__Archive2__ReaderStream = (void *)0x064BEEA8; +const void * RTTI_BSResource__ArchiveIDConverter = (void *)0x06214B50; +const void * RTTI_BSResource__AsyncStream = (void *)0x064BEFB8; +const void * RTTI_BSResource__IMemoryFileBuffer = (void *)0x064C12E0; +const void * RTTI_BSResource__Location = (void *)0x06214AA0; +const void * RTTI_BSResource__LocationTraverser = (void *)0x06492270; +const void * RTTI_BSResource__LooseFileLocation = (void *)0x064C1008; +const void * RTTI_BSResource__MemoryFileBuffer = (void *)0x064C1270; +const void * RTTI_BSResource__MemoryFileLocation = (void *)0x064BEC48; +const void * RTTI_BSResource__MemoryFileStream = (void *)0x064C12A8; +const void * RTTI_BSResource__SDirectory2__IDirectoryIDIterator = (void *)0x06462BB0; +const void * RTTI_BSResource__SDirectory2__IDirectoryStreamIterator = (void *)0x0623FE10; +const void * RTTI_BSResource__SDirectory2__ThreadCursor = (void *)0x064BED60; +const void * RTTI_BSResource__Server__Commands__CancelAll = (void *)0x06485CB8; +const void * RTTI_BSResource__Server__GraphProcessor = (void *)0x062B87C8; +const void * RTTI_BSResource__Server__LinearProcessor = (void *)0x0626B750; +const void * RTTI_BSResource__Server__NodeBase = (void *)0x06240D60; +const void * RTTI_BSResource__Server__ResourceServerDebug = (void *)0x064C0578; +const void * RTTI_BSResource__Stream = (void *)0x064BD508; +const void * RTTI_BSResource__StreamBase = (void *)0x064BD4D8; +const void * RTTI_BSRotAccumTransfInterpolator = (void *)0x0650D298; +const void * RTTI_BSSaveDataSystemUtility = (void *)0x0621EEF8; +const void * RTTI_BSSaveDataSystemUtilityFile = (void *)0x063A4890; +const void * RTTI_BSScaleformFileOpener = (void *)0x064A4010; +const void * RTTI_BSScaleformImageLoader = (void *)0x064A4450; +const void * RTTI_BSScaleformMovieLoadTask = (void *)0x064A4138; +const void * RTTI_BSScaleformTranslator__ScaleformImpl = (void *)0x064A4638; +const void * RTTI_BSSceneNode = (void *)0x06487300; +const void * RTTI_BSScript__ByteCode__PackedInstructionStream__InstructionFunctor = (void *)0x064C7160; +const void * RTTI_BSScript__CompiledScriptLoader = (void *)0x064C3DB0; +const void * RTTI_BSScript__ErrorLogger = (void *)0x064358C0; +const void * RTTI_BSScript__ICachedErrorMessage = (void *)0x063189E0; +const void * RTTI_BSScript__IClientVM = (void *)0x0643BB20; const void * RTTI_BSScript__IComplexType = (void *)0x064C1D00; -const void * RTTI_BSScript__IFunction = (void *)0x06326728; -const void * RTTI_BSScript__IHandleReaderWriter = (void *)0x06432F38; -const void * RTTI_BSScript__ILoader = (void *)0x0643B8D0; -const void * RTTI_BSScript__IMemoryPagePolicy = (void *)0x064C3470; -const void * RTTI_BSScript__IObjectHandlePolicy = (void *)0x0643BA40; -const void * RTTI_BSScript__IObjectProcessor = (void *)0x064C4A70; -const void * RTTI_BSScript__IProfilePolicy = (void *)0x06437910; -const void * RTTI_BSScript__ISavePatcherInterface = (void *)0x06437C28; -const void * RTTI_BSScript__IStackCallbackFunctor = (void *)0x0643BAE8; -const void * RTTI_BSScript__IStackCallbackSaveInterface = (void *)0x0643BAA8; -const void * RTTI_BSScript__IStore = (void *)0x06438270; -const void * RTTI_BSScript__IVMDebugInterface = (void *)0x064C1E38; -const void * RTTI_BSScript__IVMObjectBindInterface = (void *)0x064C11C0; -const void * RTTI_BSScript__IVMRemoteDebuggerInterface = (void *)0x064C6858; -const void * RTTI_BSScript__IVMSaveLoadInterface = (void *)0x064C1E00; -const void * RTTI_BSScript__IVirtualMachine = (void *)0x064C1DD0; -const void * RTTI_BSScript__Internal__AutoPropGetFunction = (void *)0x064C70A8; -const void * RTTI_BSScript__Internal__AutoPropSetFunction = (void *)0x064C7068; -const void * RTTI_BSScript__Internal__CodeTasklet = (void *)0x064C8CE0; -const void * RTTI_BSScript__Internal__FunctionMessageNode = (void *)0x064CABA8; -const void * RTTI_BSScript__Internal__FunctionMessageProcessor = (void *)0x064CAB60; -const void * RTTI_BSScript__Internal__IFuncCallQuery = (void *)0x064C6910; -const void * RTTI_BSScript__Internal__NativeFunctionStub = (void *)0x064C7028; -const void * RTTI_BSScript__Internal__RawFuncCallQuery = (void *)0x064C68D0; -const void * RTTI_BSScript__Internal__ScriptFunction = (void *)0x064CABE8; -const void * RTTI_BSScript__Internal__VirtualMachine = (void *)0x064C6898; -const void * RTTI_BSScript__Internal__VirtualMachine__IFuncCallCallbacks = (void *)0x064C4A20; -const void * RTTI_BSScript__LinkerProcessor = (void *)0x064C9890; -const void * RTTI_BSScript__NF_util__NativeFunctionBase = (void *)0x06326698; -const void * RTTI_BSScript__ObjectBindPolicy = (void *)0x0643BA10; +const void * RTTI_BSScript__IFunction = (void *)0x06326768; +const void * RTTI_BSScript__IHandleReaderWriter = (void *)0x06432FB8; +const void * RTTI_BSScript__ILoader = (void *)0x0643B8E8; +const void * RTTI_BSScript__IMemoryPagePolicy = (void *)0x064C3600; +const void * RTTI_BSScript__IObjectHandlePolicy = (void *)0x0643B860; +const void * RTTI_BSScript__IObjectProcessor = (void *)0x064C6490; +const void * RTTI_BSScript__IProfilePolicy = (void *)0x064379F8; +const void * RTTI_BSScript__ISavePatcherInterface = (void *)0x06437D08; +const void * RTTI_BSScript__IStackCallbackFunctor = (void *)0x0643BB90; +const void * RTTI_BSScript__IStackCallbackSaveInterface = (void *)0x0643BB50; +const void * RTTI_BSScript__IStore = (void *)0x06438350; +const void * RTTI_BSScript__IVMDebugInterface = (void *)0x064C1F88; +const void * RTTI_BSScript__IVMObjectBindInterface = (void *)0x064C1318; +const void * RTTI_BSScript__IVMRemoteDebuggerInterface = (void *)0x064C58D0; +const void * RTTI_BSScript__IVMSaveLoadInterface = (void *)0x064C1F50; +const void * RTTI_BSScript__IVirtualMachine = (void *)0x064C1F20; +const void * RTTI_BSScript__Internal__AutoPropGetFunction = (void *)0x064C71F8; +const void * RTTI_BSScript__Internal__AutoPropSetFunction = (void *)0x064C71B8; +const void * RTTI_BSScript__Internal__CodeTasklet = (void *)0x064C8110; +const void * RTTI_BSScript__Internal__FunctionMessageNode = (void *)0x064CAD00; +const void * RTTI_BSScript__Internal__FunctionMessageProcessor = (void *)0x064CAB90; +const void * RTTI_BSScript__Internal__IFuncCallQuery = (void *)0x064C5988; +const void * RTTI_BSScript__Internal__NativeFunctionStub = (void *)0x064C6D98; +const void * RTTI_BSScript__Internal__RawFuncCallQuery = (void *)0x064C5948; +const void * RTTI_BSScript__Internal__ScriptFunction = (void *)0x064CAD40; +const void * RTTI_BSScript__Internal__VirtualMachine = (void *)0x064C5910; +const void * RTTI_BSScript__Internal__VirtualMachine__IFuncCallCallbacks = (void *)0x064C6A50; +const void * RTTI_BSScript__LinkerProcessor = (void *)0x064C99E0; +const void * RTTI_BSScript__NF_util__NativeFunctionBase = (void *)0x063266E0; +const void * RTTI_BSScript__ObjectBindPolicy = (void *)0x0643B830; const void * RTTI_BSScript__ObjectTypeInfo = (void *)0x064C1D30; -const void * RTTI_BSScript__SimpleAllocMemoryPagePolicy = (void *)0x064C34A8; -const void * RTTI_BSScript__StructTypeInfo = (void *)0x064C2A10; -const void * RTTI_BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor = (void *)0x064C6FD0; -const void * RTTI_BSSequence__AnimationEvent = (void *)0x062B15A8; -const void * RTTI_BSSequence__AnimationTrack = (void *)0x062B15D8; -const void * RTTI_BSSequence__AnimationVariableTrack = (void *)0x062B1648; -const void * RTTI_BSSequence__AnimationVectorVariableTrack = (void *)0x062B1608; -const void * RTTI_BSSequence__BindingEvent = (void *)0x06489BF0; -const void * RTTI_BSSequence__BoundPropertyTrack = (void *)0x062B0CB0; -const void * RTTI_BSSequence__CameraShakeEvent = (void *)0x062B1680; -const void * RTTI_BSSequence__CameraShakeStrengthTrack = (void *)0x062B1748; -const void * RTTI_BSSequence__CameraShakeTrack = (void *)0x062B16B8; -const void * RTTI_BSSequence__ColorCurveEvent = (void *)0x06489D20; -const void * RTTI_BSSequence__ColorLerpEvent = (void *)0x06489D90; -const void * RTTI_BSSequence__ColorNoiseEvent = (void *)0x06489D58; -const void * RTTI_BSSequence__ColorTriggerEvent = (void *)0x06489E08; -const void * RTTI_BSSequence__ConsoleScriptEvent = (void *)0x062B09E0; -const void * RTTI_BSSequence__CullEvent = (void *)0x062B1960; -const void * RTTI_BSSequence__DissolveEvent = (void *)0x062B12B0; -const void * RTTI_BSSequence__DissolveFrequencyScaleTrack = (void *)0x062B12E0; -const void * RTTI_BSSequence__DissolveOffsetTrack = (void *)0x062B1278; -const void * RTTI_BSSequence__DissolveTrack = (void *)0x062523F8; -const void * RTTI_BSSequence__Event = (void *)0x062B1AD0; -const void * RTTI_BSSequence__ExplosionObjectSpawn = (void *)0x062B0768; -const void * RTTI_BSSequence__Float2CurveEvent = (void *)0x06489828; -const void * RTTI_BSSequence__Float2LerpEvent = (void *)0x06489860; -const void * RTTI_BSSequence__Float2TriggerEvent = (void *)0x064898E8; -const void * RTTI_BSSequence__FloatCurveEvent = (void *)0x06489920; -const void * RTTI_BSSequence__FloatLerpEvent = (void *)0x06489990; -const void * RTTI_BSSequence__FloatNoiseEvent = (void *)0x06489958; -const void * RTTI_BSSequence__FloatTriggerEvent = (void *)0x064899F8; -const void * RTTI_BSSequence__ITimeMultiplierProvider = (void *)0x062B1D88; -const void * RTTI_BSSequence__ImageSpaceLifetimeEvent = (void *)0x062B0CE8; -const void * RTTI_BSSequence__ImageSpaceStrengthTrack = (void *)0x062B0DE8; -const void * RTTI_BSSequence__ImageSpaceTrack = (void *)0x062B0C78; -const void * RTTI_BSSequence__ImpactEffectEvent = (void *)0x062B0C40; -const void * RTTI_BSSequence__ImpactEffectTrack = (void *)0x062525F8; -const void * RTTI_BSSequence__LightColorTrack = (void *)0x062B0F30; -const void * RTTI_BSSequence__LightEffectDirectReferenceTrack = (void *)0x06251E40; -const void * RTTI_BSSequence__LightEffectReferenceTrack = (void *)0x06251DD0; -const void * RTTI_BSSequence__LightEffectTrack = (void *)0x062B0E60; -const void * RTTI_BSSequence__LightIntensityTrack = (void *)0x062B0F68; -const void * RTTI_BSSequence__LightLensFlareVisiblityTrack = (void *)0x062B0FE0; -const void * RTTI_BSSequence__LightRadiusTrack = (void *)0x062B0EF8; -const void * RTTI_BSSequence__LightSpawnEvent = (void *)0x062B0E28; -const void * RTTI_BSSequence__LightTrackBase = (void *)0x06251E10; -const void * RTTI_BSSequence__LoopMarker = (void *)0x06489CF0; -const void * RTTI_BSSequence__MaterialFlipbookIndexGeneratorEvent = (void *)0x062B1230; -const void * RTTI_BSSequence__MaterialFlipbookIndexTrack = (void *)0x062B11B8; -const void * RTTI_BSSequence__MaterialPropertyTrack = (void *)0x062B1128; -const void * RTTI_BSSequence__MaterialTrack = (void *)0x062B1088; -const void * RTTI_BSSequence__Mediator = (void *)0x06251A58; -const void * RTTI_BSSequence__NamedSequenceMap = (void *)0x06251D38; -const void * RTTI_BSSequence__NodeTrackBase = (void *)0x06251DA0; -const void * RTTI_BSSequence__NoteEvent = (void *)0x06489C50; -const void * RTTI_BSSequence__NoteTrack = (void *)0x06489C20; -const void * RTTI_BSSequence__Object = (void *)0x06251EE8; -const void * RTTI_BSSequence__ObjectAttachmentSubnodeTrack = (void *)0x062B1458; -const void * RTTI_BSSequence__ObjectAttachmentTrack = (void *)0x062B13B0; -const void * RTTI_BSSequence__ObjectSpawnEvent = (void *)0x062B1378; -const void * RTTI_BSSequence__ObjectSpawnTrack = (void *)0x06252540; -const void * RTTI_BSSequence__ParticleEffectReferenceTrack = (void *)0x062B0888; -const void * RTTI_BSSequence__ParticleEffectTrack = (void *)0x062B0850; -const void * RTTI_BSSequence__ParticleEvent = (void *)0x062B0900; -const void * RTTI_BSSequence__ParticleMaterialPropertyTrack = (void *)0x062B0930; -const void * RTTI_BSSequence__ParticleParameterTrack = (void *)0x062B08C8; -const void * RTTI_BSSequence__PlaySubSequenceEvent = (void *)0x062B19C0; -const void * RTTI_BSSequence__PositionTrack = (void *)0x062B1930; -const void * RTTI_BSSequence__PositionTrack__TrackState = (void *)0x06252578; -const void * RTTI_BSSequence__ProjectedDecalAlphaTrack = (void *)0x062B1830; -const void * RTTI_BSSequence__ProjectedDecalSpawnEvent = (void *)0x062B1788; -const void * RTTI_BSSequence__ProjectedDecalTrack = (void *)0x06252660; -const void * RTTI_BSSequence__PropertyControllerBase = (void *)0x06489B80; -const void * RTTI_BSSequence__PropertyControllerEvent = (void *)0x06489B40; -const void * RTTI_BSSequence__PropertyLerpControllerEvent = (void *)0x06489B00; -const void * RTTI_BSSequence__ReferenceSpawnEvent = (void *)0x062B0818; -const void * RTTI_BSSequence__RevertMaterialOverrideEvent = (void *)0x062B0FA0; -const void * RTTI_BSSequence__RotationTrack = (void *)0x062B1900; -const void * RTTI_BSSequence__RotationTrack__TrackState = (void *)0x062525B8; -const void * RTTI_BSSequence__ScaleTrack = (void *)0x062B1990; -const void * RTTI_BSSequence__SceneNodeTrack = (void *)0x06252630; -const void * RTTI_BSSequence__ScriptTrack = (void *)0x062B0A18; -const void * RTTI_BSSequence__SetPropertyEvent = (void *)0x06489BB8; -const void * RTTI_BSSequence__SoundEvent = (void *)0x062B0A48; -const void * RTTI_BSSequence__SoundTrack = (void *)0x062B0A78; -const void * RTTI_BSSequence__SubSequenceTrack = (void *)0x062B19F8; -const void * RTTI_BSSequence__Track = (void *)0x06251E88; -const void * RTTI_BSSequence__TrackGroup = (void *)0x06251D70; -const void * RTTI_BSSequence__TriggerMaterialSwap = (void *)0x062B11F8; -const void * RTTI_BSSequence__VectorCurveEvent = (void *)0x06489E40; -const void * RTTI_BSSequence__VectorLerpEvent = (void *)0x06489EB0; -const void * RTTI_BSSequence__VectorNoiseEvent = (void *)0x06489E78; -const void * RTTI_BSSequence__VectorTriggerEvent = (void *)0x06489F28; -const void * RTTI_BSSequence__VisibilityTrack = (void *)0x062B18C8; -const void * RTTI_BSService__JobSite = (void *)0x061AFE90; -const void * RTTI_BSShadowLight = (void *)0x06178E40; -const void * RTTI_BSShapeConstructor = (void *)0x062F7B80; -const void * RTTI_BSSimpleScaleController = (void *)0x063CA168; -const void * RTTI_BSSkin__BoneData = (void *)0x0650DE18; -const void * RTTI_BSSkin__Instance = (void *)0x0650DE40; -const void * RTTI_BSSpatialGraph = (void *)0x062877E0; -const void * RTTI_BSSpatialGraphInfo = (void *)0x064B4AE0; -const void * RTTI_BSSpatialGraphManager = (void *)0x062886E8; +const void * RTTI_BSScript__SimpleAllocMemoryPagePolicy = (void *)0x064C35C0; +const void * RTTI_BSScript__StructTypeInfo = (void *)0x064C2B60; +const void * RTTI_BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor = (void *)0x064C6D40; +const void * RTTI_BSSequence__AnimationEvent = (void *)0x062B1720; +const void * RTTI_BSSequence__AnimationTrack = (void *)0x062B1668; +const void * RTTI_BSSequence__AnimationVariableTrack = (void *)0x062B16E8; +const void * RTTI_BSSequence__AnimationVectorVariableTrack = (void *)0x062B1788; +const void * RTTI_BSSequence__BindingEvent = (void *)0x0648B0E0; +const void * RTTI_BSSequence__BoundPropertyTrack = (void *)0x062B0E68; +const void * RTTI_BSSequence__CameraShakeEvent = (void *)0x062B1808; +const void * RTTI_BSSequence__CameraShakeStrengthTrack = (void *)0x062B17C8; +const void * RTTI_BSSequence__CameraShakeTrack = (void *)0x062B1750; +const void * RTTI_BSSequence__ColorCurveEvent = (void *)0x06487F80; +const void * RTTI_BSSequence__ColorLerpEvent = (void *)0x06487FF0; +const void * RTTI_BSSequence__ColorNoiseEvent = (void *)0x06487FB8; +const void * RTTI_BSSequence__ColorTriggerEvent = (void *)0x06488068; +const void * RTTI_BSSequence__ConsoleScriptEvent = (void *)0x062B0B98; +const void * RTTI_BSSequence__CullEvent = (void *)0x062B0DC8; +const void * RTTI_BSSequence__DissolveEvent = (void *)0x062B1438; +const void * RTTI_BSSequence__DissolveFrequencyScaleTrack = (void *)0x062B1568; +const void * RTTI_BSSequence__DissolveOffsetTrack = (void *)0x062B14F8; +const void * RTTI_BSSequence__DissolveTrack = (void *)0x06252448; +const void * RTTI_BSSequence__Event = (void *)0x062B1BA8; +const void * RTTI_BSSequence__ExplosionObjectSpawn = (void *)0x062B0930; +const void * RTTI_BSSequence__Float2CurveEvent = (void *)0x064881C0; +const void * RTTI_BSSequence__Float2LerpEvent = (void *)0x064881F8; +const void * RTTI_BSSequence__Float2TriggerEvent = (void *)0x0648ADD8; +const void * RTTI_BSSequence__FloatCurveEvent = (void *)0x0648AE10; +const void * RTTI_BSSequence__FloatLerpEvent = (void *)0x0648AE80; +const void * RTTI_BSSequence__FloatNoiseEvent = (void *)0x0648AE48; +const void * RTTI_BSSequence__FloatTriggerEvent = (void *)0x0648AEE8; +const void * RTTI_BSSequence__ITimeMultiplierProvider = (void *)0x062B1DE8; +const void * RTTI_BSSequence__ImageSpaceLifetimeEvent = (void *)0x062B0F78; +const void * RTTI_BSSequence__ImageSpaceStrengthTrack = (void *)0x062B0F38; +const void * RTTI_BSSequence__ImageSpaceTrack = (void *)0x062B0F00; +const void * RTTI_BSSequence__ImpactEffectEvent = (void *)0x062B0DF8; +const void * RTTI_BSSequence__ImpactEffectTrack = (void *)0x062526B0; +const void * RTTI_BSSequence__LightColorTrack = (void *)0x062B1188; +const void * RTTI_BSSequence__LightEffectDirectReferenceTrack = (void *)0x06251E60; +const void * RTTI_BSSequence__LightEffectReferenceTrack = (void *)0x06251DE8; +const void * RTTI_BSSequence__LightEffectTrack = (void *)0x062B0FB8; +const void * RTTI_BSSequence__LightIntensityTrack = (void *)0x062B10B8; +const void * RTTI_BSSequence__LightLensFlareVisiblityTrack = (void *)0x062B1148; +const void * RTTI_BSSequence__LightRadiusTrack = (void *)0x062B1048; +const void * RTTI_BSSequence__LightSpawnEvent = (void *)0x062B1080; +const void * RTTI_BSSequence__LightTrackBase = (void *)0x06251E28; +const void * RTTI_BSSequence__LoopMarker = (void *)0x06487F50; +const void * RTTI_BSSequence__MaterialFlipbookIndexGeneratorEvent = (void *)0x062B1390; +const void * RTTI_BSSequence__MaterialFlipbookIndexTrack = (void *)0x062B12D8; +const void * RTTI_BSSequence__MaterialPropertyTrack = (void *)0x062B1230; +const void * RTTI_BSSequence__MaterialTrack = (void *)0x062B11C0; +const void * RTTI_BSSequence__Mediator = (void *)0x06251A78; +const void * RTTI_BSSequence__NamedSequenceMap = (void *)0x06251D80; +const void * RTTI_BSSequence__NodeTrackBase = (void *)0x06251DB8; +const void * RTTI_BSSequence__NoteEvent = (void *)0x0648B140; +const void * RTTI_BSSequence__NoteTrack = (void *)0x0648B110; +const void * RTTI_BSSequence__Object = (void *)0x06251F38; +const void * RTTI_BSSequence__ObjectAttachmentSubnodeTrack = (void *)0x062B07D8; +const void * RTTI_BSSequence__ObjectAttachmentTrack = (void *)0x062B1530; +const void * RTTI_BSSequence__ObjectSpawnEvent = (void *)0x062B0818; +const void * RTTI_BSSequence__ObjectSpawnTrack = (void *)0x06252590; +const void * RTTI_BSSequence__ParticleEffectReferenceTrack = (void *)0x062B0968; +const void * RTTI_BSSequence__ParticleEffectTrack = (void *)0x062B0A18; +const void * RTTI_BSSequence__ParticleEvent = (void *)0x062B09E8; +const void * RTTI_BSSequence__ParticleMaterialPropertyTrack = (void *)0x062B0B28; +const void * RTTI_BSSequence__ParticleParameterTrack = (void *)0x062B0AC0; +const void * RTTI_BSSequence__PlaySubSequenceEvent = (void *)0x062B0E30; +const void * RTTI_BSSequence__PositionTrack = (void *)0x062B19B0; +const void * RTTI_BSSequence__PositionTrack__TrackState = (void *)0x06252630; +const void * RTTI_BSSequence__ProjectedDecalAlphaTrack = (void *)0x062B1898; +const void * RTTI_BSSequence__ProjectedDecalSpawnEvent = (void *)0x062B18D8; +const void * RTTI_BSSequence__ProjectedDecalTrack = (void *)0x062525F8; +const void * RTTI_BSSequence__PropertyControllerBase = (void *)0x0648B070; +const void * RTTI_BSSequence__PropertyControllerEvent = (void *)0x0648B030; +const void * RTTI_BSSequence__PropertyLerpControllerEvent = (void *)0x0648AFF0; +const void * RTTI_BSSequence__ReferenceSpawnEvent = (void *)0x062B08F8; +const void * RTTI_BSSequence__RevertMaterialOverrideEvent = (void *)0x062B11F0; +const void * RTTI_BSSequence__RotationTrack = (void *)0x062B1A68; +const void * RTTI_BSSequence__RotationTrack__TrackState = (void *)0x06252670; +const void * RTTI_BSSequence__ScaleTrack = (void *)0x062B1A38; +const void * RTTI_BSSequence__SceneNodeTrack = (void *)0x062525C8; +const void * RTTI_BSSequence__ScriptTrack = (void *)0x062B0AF8; +const void * RTTI_BSSequence__SetPropertyEvent = (void *)0x0648B0A8; +const void * RTTI_BSSequence__SoundEvent = (void *)0x062B0C20; +const void * RTTI_BSSequence__SoundTrack = (void *)0x062B0B68; +const void * RTTI_BSSequence__SubSequenceTrack = (void *)0x062B0D90; +const void * RTTI_BSSequence__Track = (void *)0x06251EA8; +const void * RTTI_BSSequence__TrackGroup = (void *)0x06251ED0; +const void * RTTI_BSSequence__TriggerMaterialSwap = (void *)0x062B1468; +const void * RTTI_BSSequence__VectorCurveEvent = (void *)0x064880A0; +const void * RTTI_BSSequence__VectorLerpEvent = (void *)0x06488110; +const void * RTTI_BSSequence__VectorNoiseEvent = (void *)0x064880D8; +const void * RTTI_BSSequence__VectorTriggerEvent = (void *)0x06488188; +const void * RTTI_BSSequence__VisibilityTrack = (void *)0x062B1918; +const void * RTTI_BSService__JobSite = (void *)0x061AFDF0; +const void * RTTI_BSShadowLight = (void *)0x06178DE0; +const void * RTTI_BSShapeConstructor = (void *)0x062F7B68; +const void * RTTI_BSSimpleScaleController = (void *)0x063CA258; +const void * RTTI_BSSkin__BoneData = (void *)0x0650DF90; +const void * RTTI_BSSkin__Instance = (void *)0x0650DFB8; +const void * RTTI_BSSpatialGraph = (void *)0x06287AA0; +const void * RTTI_BSSpatialGraphInfo = (void *)0x064B4C60; +const void * RTTI_BSSpatialGraphManager = (void *)0x062885C8; const void * RTTI_BSSpatialGraphSearch = (void *)0x0623DF80; -const void * RTTI_BSSplatterExtraData = (void *)0x0627F790; -const void * RTTI_BSSteamSysInfoSystemUtility = (void *)0x065214A8; -const void * RTTI_BSStorage = (void *)0x06259438; -const void * RTTI_BSStream = (void *)0x062DCB78; -const void * RTTI_BSStreamParserData = (void *)0x064A3098; -const void * RTTI_BSStreaming__DataStorage = (void *)0x064CCCD0; -const void * RTTI_BSSubBehaviorGraphSingletonData = (void *)0x06473718; -const void * RTTI_BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask = (void *)0x06473650; -const void * RTTI_BSSubSceneNode = (void *)0x0648D6D0; -const void * RTTI_BSSysInfoSystemUtility = (void *)0x0621EEF8; -const void * RTTI_BSSystemFileAsyncFunctor = (void *)0x064C10E8; -const void * RTTI_BSSystemFileStorage = (void *)0x064CCCA0; -const void * RTTI_BSSystemFileStreamer__HeapData = (void *)0x064CB600; -const void * RTTI_BSSystemFileStreamer__PhysicalRequest = (void *)0x064CB4A8; -const void * RTTI_BSSystemFileStreamer__PinnedData = (void *)0x064CB4E8; -const void * RTTI_BSSystemFileStreamer__Streamer = (void *)0x064CB6E0; -const void * RTTI_BSSystemFileStreamer__Streamer__ControlThread = (void *)0x064CB640; -const void * RTTI_BSSystemFileStreamer__Streamer__StreamerThread = (void *)0x064CB460; -const void * RTTI_BSSystemUtilitiesStrings = (void *)0x0621EBB8; -const void * RTTI_BSSystemUtility = (void *)0x06211518; -const void * RTTI_BSTArrayBase__IAllocatorFunctor = (void *)0x0618C1D0; -const void * RTTI_BSTEventDetail__SourceBase = (void *)0x06211260; -const void * RTTI_BSTSmartPointerPrivate__HandleManagerBase = (void *)0x06200810; -const void * RTTI_BSTableCurve = (void *)0x06521C00; -const void * RTTI_BSTaskJobber = (void *)0x0648E490; -const void * RTTI_BSTaskJobber__Task = (void *)0x062EE9D0; -const void * RTTI_BSTaskThread = (void *)0x0626B3F0; -const void * RTTI_BSTaskletGroupData = (void *)0x064CCD00; -const void * RTTI_BSTaskletManager = (void *)0x06218078; -const void * RTTI_BSTempEffect = (void *)0x062EDE00; -const void * RTTI_BSTempEffectDebris = (void *)0x062EDE28; -const void * RTTI_BSTempEffectGeometryDecal = (void *)0x062EDE58; -const void * RTTI_BSTempEffectParticle = (void *)0x062EDE88; -const void * RTTI_BSTempEffectSPG = (void *)0x062EDF28; -const void * RTTI_BSTempEffectScreenSpaceDecal = (void *)0x062EDEF0; -const void * RTTI_BSTempEffectWeaponBlood = (void *)0x062EDF50; -const void * RTTI_BSTerrainEffect = (void *)0x062EE0C0; -const void * RTTI_BSTextureStreamer__ArchiveLayer = (void *)0x0648C558; -const void * RTTI_BSTextureStreamer__LoadQueueService = (void *)0x0648CB30; -const void * RTTI_BSTextureStreamer__Manager = (void *)0x0648D638; -const void * RTTI_BSTextureStreamer__ManagerBase = (void *)0x0648D668; -const void * RTTI_BSTextureStreamer__ManagerServiceFramework = (void *)0x0648CAF0; -const void * RTTI_BSTextureStreamer__TextureArchiveIDConverter = (void *)0x06214E00; -const void * RTTI_BSTextureStreamer__TextureLoad = (void *)0x06490C28; -const void * RTTI_BSTextureStreamer__TextureStreamerRequestBase = (void *)0x06490C60; -const void * RTTI_BSThread = (void *)0x062104E0; -const void * RTTI_BSTransformExtra = (void *)0x062DA1D0; -const void * RTTI_BSTreadTransfInterpolator = (void *)0x0650D160; -const void * RTTI_BSUIExternalTexture = (void *)0x064A3848; -const void * RTTI_BSVMFileFenceNode = (void *)0x06272F88; -const void * RTTI_BSVMLoadNode = (void *)0x06272FB0; -const void * RTTI_BSVMPostProcessNode = (void *)0x06272FD8; -const void * RTTI_BSValueNode = (void *)0x0648D720; -const void * RTTI_BSWArray = (void *)0x06490D28; -const void * RTTI_BSWeakReferenceNode = (void *)0x064870C0; -const void * RTTI_BSWin32ExceptionHandler = (void *)0x06202808; -const void * RTTI_BSWinPCAwardsSystemUtility = (void *)0x065217B0; -const void * RTTI_BSWinPCGameDataSystemUtility = (void *)0x065216F8; -const void * RTTI_BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled = (void *)0x065216A0; -const void * RTTI_BSWinPCSaveDataSystemUtility = (void *)0x06521668; -const void * RTTI_BSWinPCSystemUtility = (void *)0x06521558; -const void * RTTI_BSWinPCSystemUtility__ConnectionStatusManager = (void *)0x06521510; -const void * RTTI_BSXFlags = (void *)0x0648BD08; -const void * RTTI_BShkbHkxDB__QueuedHandles = (void *)0x062D8858; -const void * RTTI_BShkbUtils__GraphInspectionFunctor = (void *)0x06462AB8; -const void * RTTI_BackgroundProcessNode = (void *)0x0626B418; -const void * RTTI_BackgroundProcessThread = (void *)0x0626B3C0; -const void * RTTI_BanishEffect = (void *)0x0639F370; -const void * RTTI_BarrierProjectile = (void *)0x063E8CE8; -const void * RTTI_BarterMenu = (void *)0x06362B90; -const void * RTTI_BarterMenu_BuyItem = (void *)0x06362BB8; -const void * RTTI_BarterMenu_CloseMenu = (void *)0x06362CE0; -const void * RTTI_BarterMenu_HideModel = (void *)0x06362CB0; -const void * RTTI_BarterMenu_LoadModel = (void *)0x06362C80; -const void * RTTI_BarterMenu_SellItem = (void *)0x06362BE8; -const void * RTTI_BarterMenu_SetMouseOverModel = (void *)0x06362B58; -const void * RTTI_BarterMenu_ShowFailureMessage = (void *)0x06362C18; -const void * RTTI_BarterMenu_ViewedItem = (void *)0x06362C50; -const void * RTTI_BarterMenu__BarterMenuEventShuttle = (void *)0x06362690; -const void * RTTI_BaseFormComponent = (void *)0x0618DEE0; -const void * RTTI_BaseLightAnimData = (void *)0x0625A008; -const void * RTTI_BeamProjectile = (void *)0x063E8FE0; -const void * RTTI_BedEnterHandler = (void *)0x063E6D10; -const void * RTTI_BedFurnitureExitHandler = (void *)0x063E6D38; -const void * RTTI_BleedoutCameraState = (void *)0x06423380; -const void * RTTI_BlendNode = (void *)0x06471758; -const void * RTTI_BlendNodeInstance = (void *)0x06471730; -const void * RTTI_BlendTree = (void *)0x06462E78; -const void * RTTI_BlendTreeInstance = (void *)0x06470948; -const void * RTTI_Blueprints__Blueprint = (void *)0x06259B80; -const void * RTTI_Blueprints__BlueprintMainStatusHandler = (void *)0x06259AC0; -const void * RTTI_Blueprints__BlueprintVariant = (void *)0x06174D18; -const void * RTTI_BodyCollisionsTask = (void *)0x06170CE0; -const void * RTTI_BodyEffects__Effect = (void *)0x06242758; -const void * RTTI_BodyEffects__ResourceVisualizationEffect = (void *)0x062427A8; -const void * RTTI_BodyEffects__ScanlinesEffect = (void *)0x062427E8; -const void * RTTI_BoneConstraint = (void *)0x06471160; -const void * RTTI_BoneConstraintInstance = (void *)0x06471188; -const void * RTTI_BoneModifierData = (void *)0x0624E738; -const void * RTTI_BoneModifierExtra = (void *)0x062ABDC8; -const void * RTTI_BoneModifierInstance = (void *)0x0624E760; -const void * RTTI_BookMenu = (void *)0x06423898; -const void * RTTI_BookMenu__BookData = (void *)0x064237A0; -const void * RTTI_BookMenu__BookMenuUIDataEventShuttle = (void *)0x064237C8; -const void * RTTI_BoundaryMenu = (void *)0x0631F8E0; -const void * RTTI_BoundaryMenu_FastTravel = (void *)0x0631F998; -const void * RTTI_BoundaryMenu_ShowMap = (void *)0x0631F9C8; -const void * RTTI_BowZoomStartHandler = (void *)0x063E6B70; -const void * RTTI_BowZoomStopHandler = (void *)0x063E5158; -const void * RTTI_ButtonEvent = (void *)0x06474588; -const void * RTTI_CCallbackBase = (void *)0x06521730; -const void * RTTI_CPUCaptureHandler = (void *)0x0642BA90; -const void * RTTI_CalcContainerWeight = (void *)0x062CA358; -const void * RTTI_CalmEffect = (void *)0x0639F348; -const void * RTTI_CameraOverrideStartHandler = (void *)0x063E70B0; -const void * RTTI_CameraOverrideStopHandler = (void *)0x063E6BF8; -const void * RTTI_CameraShakeHandler = (void *)0x063E5330; -const void * RTTI_CameraZoomHandler = (void *)0x0642BAB8; +const void * RTTI_BSSplatterExtraData = (void *)0x0627F7D0; +const void * RTTI_BSSteamSysInfoSystemUtility = (void *)0x06521618; +const void * RTTI_BSStorage = (void *)0x06259490; +const void * RTTI_BSStream = (void *)0x062DCBC8; +const void * RTTI_BSStreamParserData = (void *)0x064A3148; +const void * RTTI_BSStreaming__DataStorage = (void *)0x064CCE50; +const void * RTTI_BSSubBehaviorGraphSingletonData = (void *)0x06473930; +const void * RTTI_BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask = (void *)0x064733D0; +const void * RTTI_BSSubSceneNode = (void *)0x0648D840; +const void * RTTI_BSSysInfoSystemUtility = (void *)0x0621EEC8; +const void * RTTI_BSSystemFileAsyncFunctor = (void *)0x064C1240; +const void * RTTI_BSSystemFileStorage = (void *)0x064CCE20; +const void * RTTI_BSSystemFileStreamer__HeapData = (void *)0x064CB6E0; +const void * RTTI_BSSystemFileStreamer__PhysicalRequest = (void *)0x064CB7B8; +const void * RTTI_BSSystemFileStreamer__PinnedData = (void *)0x064CB5C0; +const void * RTTI_BSSystemFileStreamer__Streamer = (void *)0x064CB850; +const void * RTTI_BSSystemFileStreamer__Streamer__ControlThread = (void *)0x064CB720; +const void * RTTI_BSSystemFileStreamer__Streamer__StreamerThread = (void *)0x064CB770; +const void * RTTI_BSSystemUtilitiesStrings = (void *)0x0621EB88; +const void * RTTI_BSSystemUtility = (void *)0x06211138; +const void * RTTI_BSTArrayBase__IAllocatorFunctor = (void *)0x0618C400; +const void * RTTI_BSTEventDetail__SourceBase = (void *)0x06210E80; +const void * RTTI_BSTSmartPointerPrivate__HandleManagerBase = (void *)0x062002A0; +const void * RTTI_BSTableCurve = (void *)0x06521D70; +const void * RTTI_BSTaskJobber = (void *)0x0648E600; +const void * RTTI_BSTaskJobber__Task = (void *)0x062EEA08; +const void * RTTI_BSTaskThread = (void *)0x0626B330; +const void * RTTI_BSTaskletGroupData = (void *)0x064CCE80; +const void * RTTI_BSTaskletManager = (void *)0x06217BE8; +const void * RTTI_BSTempEffect = (void *)0x062EDE58; +const void * RTTI_BSTempEffectDebris = (void *)0x062EDE80; +const void * RTTI_BSTempEffectGeometryDecal = (void *)0x062EDEB0; +const void * RTTI_BSTempEffectParticle = (void *)0x062EDEE0; +const void * RTTI_BSTempEffectSPG = (void *)0x062EDF80; +const void * RTTI_BSTempEffectScreenSpaceDecal = (void *)0x062EDF48; +const void * RTTI_BSTempEffectWeaponBlood = (void *)0x062EDFA8; +const void * RTTI_BSTerrainEffect = (void *)0x062EE120; +const void * RTTI_BSTextureStreamer__ArchiveLayer = (void *)0x0648D750; +const void * RTTI_BSTextureStreamer__LoadQueueService = (void *)0x0648CBE0; +const void * RTTI_BSTextureStreamer__Manager = (void *)0x0648D6E8; +const void * RTTI_BSTextureStreamer__ManagerBase = (void *)0x0648D718; +const void * RTTI_BSTextureStreamer__ManagerServiceFramework = (void *)0x0648CBA0; +const void * RTTI_BSTextureStreamer__TextureArchiveIDConverter = (void *)0x06214AD0; +const void * RTTI_BSTextureStreamer__TextureLoad = (void *)0x06490DA8; +const void * RTTI_BSTextureStreamer__TextureStreamerRequestBase = (void *)0x06490DE0; +const void * RTTI_BSThread = (void *)0x0620FF30; +const void * RTTI_BSTransformExtra = (void *)0x062DA238; +const void * RTTI_BSTreadTransfInterpolator = (void *)0x0650D2D0; +const void * RTTI_BSUIExternalTexture = (void *)0x064A39A0; +const void * RTTI_BSVMFileFenceNode = (void *)0x06273298; +const void * RTTI_BSVMLoadNode = (void *)0x06273208; +const void * RTTI_BSVMPostProcessNode = (void *)0x06273230; +const void * RTTI_BSValueNode = (void *)0x0648D890; +const void * RTTI_BSWArray = (void *)0x06490E78; +const void * RTTI_BSWeakReferenceNode = (void *)0x064872D0; +const void * RTTI_BSWin32ExceptionHandler = (void *)0x06202248; +const void * RTTI_BSWinPCAwardsSystemUtility = (void *)0x065219B0; +const void * RTTI_BSWinPCGameDataSystemUtility = (void *)0x06521898; +const void * RTTI_BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled = (void *)0x06521840; +const void * RTTI_BSWinPCSaveDataSystemUtility = (void *)0x065217D8; +const void * RTTI_BSWinPCSystemUtility = (void *)0x065216C8; +const void * RTTI_BSWinPCSystemUtility__ConnectionStatusManager = (void *)0x06521680; +const void * RTTI_BSXFlags = (void *)0x0648BE68; +const void * RTTI_BShkbHkxDB__QueuedHandles = (void *)0x062D88E8; +const void * RTTI_BShkbUtils__GraphInspectionFunctor = (void *)0x06463450; +const void * RTTI_BackgroundProcessNode = (void *)0x0626B460; +const void * RTTI_BackgroundProcessThread = (void *)0x0626B300; +const void * RTTI_BanishEffect = (void *)0x0639F450; +const void * RTTI_BarrierProjectile = (void *)0x063E8DF0; +const void * RTTI_BarterMenu = (void *)0x06362B48; +const void * RTTI_BarterMenu_BuyItem = (void *)0x06362C88; +const void * RTTI_BarterMenu_CloseMenu = (void *)0x06362D20; +const void * RTTI_BarterMenu_HideModel = (void *)0x06362CB8; +const void * RTTI_BarterMenu_LoadModel = (void *)0x06362D50; +const void * RTTI_BarterMenu_SellItem = (void *)0x06362BF0; +const void * RTTI_BarterMenu_SetMouseOverModel = (void *)0x06362C20; +const void * RTTI_BarterMenu_ShowFailureMessage = (void *)0x06362CE8; +const void * RTTI_BarterMenu_ViewedItem = (void *)0x06362C58; +const void * RTTI_BarterMenu__BarterMenuEventShuttle = (void *)0x063626D8; +const void * RTTI_BaseFormComponent = (void *)0x0618E120; +const void * RTTI_BaseLightAnimData = (void *)0x0625A068; +const void * RTTI_BeamProjectile = (void *)0x063E90F0; +const void * RTTI_BedEnterHandler = (void *)0x063E61E0; +const void * RTTI_BedFurnitureExitHandler = (void *)0x063E62D0; +const void * RTTI_BleedoutCameraState = (void *)0x06423488; +const void * RTTI_BlendNode = (void *)0x06471850; +const void * RTTI_BlendNodeInstance = (void *)0x06471828; +const void * RTTI_BlendTree = (void *)0x064637A0; +const void * RTTI_BlendTreeInstance = (void *)0x06470A48; +const void * RTTI_Blueprints__Blueprint = (void *)0x06259BE0; +const void * RTTI_Blueprints__BlueprintMainStatusHandler = (void *)0x06259B20; +const void * RTTI_Blueprints__BlueprintVariant = (void *)0x06174C98; +const void * RTTI_BodyCollisionsTask = (void *)0x06170C60; +const void * RTTI_BodyEffects__Effect = (void *)0x06242740; +const void * RTTI_BodyEffects__ResourceVisualizationEffect = (void *)0x06242790; +const void * RTTI_BodyEffects__ScanlinesEffect = (void *)0x062427D0; +const void * RTTI_BoneConstraint = (void *)0x06471288; +const void * RTTI_BoneConstraintInstance = (void *)0x06471258; +const void * RTTI_BoneModifierData = (void *)0x0624E778; +const void * RTTI_BoneModifierExtra = (void *)0x062ABE38; +const void * RTTI_BoneModifierInstance = (void *)0x0624E7A0; +const void * RTTI_BookMenu = (void *)0x064238A8; +const void * RTTI_BookMenu__BookData = (void *)0x064237F8; +const void * RTTI_BookMenu__BookMenuUIDataEventShuttle = (void *)0x06423868; +const void * RTTI_BoundaryMenu = (void *)0x0631F940; +const void * RTTI_BoundaryMenu_FastTravel = (void *)0x0631F990; +const void * RTTI_BoundaryMenu_ShowMap = (void *)0x0631F8C8; +const void * RTTI_BowZoomStartHandler = (void *)0x063E6C50; +const void * RTTI_BowZoomStopHandler = (void *)0x063E6C20; +const void * RTTI_ButtonEvent = (void *)0x06474670; +const void * RTTI_CCallbackBase = (void *)0x065218D0; +const void * RTTI_CPUCaptureHandler = (void *)0x0642BD68; +const void * RTTI_CalcContainerWeight = (void *)0x062CA380; +const void * RTTI_CalmEffect = (void *)0x0639F428; +const void * RTTI_CameraOverrideStartHandler = (void *)0x063E60F8; +const void * RTTI_CameraOverrideStopHandler = (void *)0x063E60C8; +const void * RTTI_CameraShakeHandler = (void *)0x063E6E00; +const void * RTTI_CameraZoomHandler = (void *)0x0642BD90; const void * RTTI_Camera__DebugCinematicCamera = (void *)0x063190A0; -const void * RTTI_Camera__DebugFollowCamera = (void *)0x063190D8; -const void * RTTI_Camera__DebugFreeCamera = (void *)0x06319108; -const void * RTTI_Camera__DebugModule = (void *)0x06319168; -const void * RTTI_Camera__DebugOrbitalCamera = (void *)0x06319138; -const void * RTTI_Camera__DebugTargetCamera = (void *)0x06319040; -const void * RTTI_Camera__IBaseModule = (void *)0x06318F68; -const void * RTTI_Camera__IDebugCamera = (void *)0x06319070; -const void * RTTI_Camera__InteriorModule = (void *)0x06319198; -const void * RTTI_Camera__Manager = (void *)0x06318F10; -const void * RTTI_Camera__PlayerModule = (void *)0x06318F98; -const void * RTTI_Camera__SpaceModule = (void *)0x06318F38; -const void * RTTI_CapacityValueModifierEffect = (void *)0x0639DBE0; -const void * RTTI_CellHandleManager = (void *)0x0624E550; -const void * RTTI_CellHfCollision = (void *)0x0625D9B8; -const void * RTTI_ChainExplosion = (void *)0x063AA428; -const void * RTTI_ChairEnterHandler = (void *)0x063E6CB8; -const void * RTTI_ChairFurnitureExitHandler = (void *)0x063E6D68; -const void * RTTI_ChangeAnimArchetypeHandler = (void *)0x063E4AC0; -const void * RTTI_CharGen_BrowChange = (void *)0x063806E8; -const void * RTTI_CharGen_BrowColorChange = (void *)0x063805F0; -const void * RTTI_CharGen_CancelTextEntry = (void *)0x06380950; -const void * RTTI_CharGen_CloseMenu = (void *)0x06380320; -const void * RTTI_CharGen_CyclePronoun = (void *)0x063804C8; -const void * RTTI_CharGen_DirtScarsEtcChange = (void *)0x06380718; -const void * RTTI_CharGen_EndBodyChange = (void *)0x0637EFF8; -const void * RTTI_CharGen_EndTextEntry = (void *)0x063808B8; -const void * RTTI_CharGen_EyeColorChange = (void *)0x06380658; -const void * RTTI_CharGen_FacialHairChange = (void *)0x06380590; -const void * RTTI_CharGen_FacialHairColorChange = (void *)0x06380620; -const void * RTTI_CharGen_HairChange = (void *)0x063806B8; -const void * RTTI_CharGen_HairColorChange = (void *)0x063805C0; -const void * RTTI_CharGen_HeadpartPlusSelectorChange = (void *)0x06380848; -const void * RTTI_CharGen_HeadpartPresetChange = (void *)0x06380268; -const void * RTTI_CharGen_JewelryChange = (void *)0x063803A8; -const void * RTTI_CharGen_JewelryColorChange = (void *)0x0637EF88; -const void * RTTI_CharGen_MakeupChange = (void *)0x0637EDC8; -const void * RTTI_CharGen_MarkingsChange = (void *)0x0637ED98; -const void * RTTI_CharGen_PostBlendColorOptionChange = (void *)0x0637EF18; -const void * RTTI_CharGen_PostBlendFaceChange = (void *)0x0637EE70; -const void * RTTI_CharGen_PostBlendIntensityChange = (void *)0x0637EEE0; -const void * RTTI_CharGen_PresetChange = (void *)0x063802A0; -const void * RTTI_CharGen_RollOffLocomotion = (void *)0x06380378; -const void * RTTI_CharGen_RollOnLocomotion = (void *)0x06380468; -const void * RTTI_CharGen_RotatePaperdoll = (void *)0x06380498; -const void * RTTI_CharGen_SetAdditionalSlider = (void *)0x0637EFC0; -const void * RTTI_CharGen_SetBackground = (void *)0x06380688; -const void * RTTI_CharGen_SetBlockInputUnderPopup = (void *)0x0637EEA8; -const void * RTTI_CharGen_SetBodyValues = (void *)0x063807D8; -const void * RTTI_CharGen_SetCameraPosition = (void *)0x06380888; -const void * RTTI_CharGen_SetPronoun = (void *)0x06380560; -const void * RTTI_CharGen_SetSex = (void *)0x063802F8; -const void * RTTI_CharGen_SetSlider = (void *)0x063802D0; -const void * RTTI_CharGen_SetTrait = (void *)0x06380780; -const void * RTTI_CharGen_ShowChooseBackgroundMessage = (void *)0x06380808; -const void * RTTI_CharGen_ShowPlayerRenameMessage = (void *)0x06380918; -const void * RTTI_CharGen_SkintoneChange = (void *)0x06380750; -const void * RTTI_CharGen_StartBodyChange = (void *)0x0637EF58; -const void * RTTI_CharGen_StartTextEntry = (void *)0x063808E8; -const void * RTTI_CharGen_SwitchBodyType = (void *)0x06380408; -const void * RTTI_CharGen_SwitchLocomotion = (void *)0x06380438; -const void * RTTI_CharGen_TeethChange = (void *)0x063804F8; -const void * RTTI_CharGen_TeethRollOff = (void *)0x063803D8; -const void * RTTI_CharGen_TeethRollOn = (void *)0x06380348; -const void * RTTI_CharGen_ToggleMarking = (void *)0x063807A8; -const void * RTTI_CharGen_TogglePreviewHabSuit = (void *)0x06380528; -const void * RTTI_CharacterCollisionHandler = (void *)0x063CF5E8; -const void * RTTI_CharacterCollisionMessagePlayerAdapter = (void *)0x063B5ED8; -const void * RTTI_CharacterEvent = (void *)0x06474240; -const void * RTTI_ChargenMenu = (void *)0x0637E9A8; -const void * RTTI_ChargenMenu__ChargenMenuEventShuttle = (void *)0x0637E0A8; -const void * RTTI_CheckGoalReachedFunctor = (void *)0x064B94A8; -const void * RTTI_CheckLineOfSightFilterMisc = (void *)0x0639F288; -const void * RTTI_CheckParameterReachedFunctor = (void *)0x064B9588; -const void * RTTI_CheckStoppedMovingFunctor = (void *)0x064B94D8; -const void * RTTI_ClientBIMetrics__CombatHitMetricsI = (void *)0x063A0C98; -const void * RTTI_ClientBIMetrics__HeartBeat__EventSink = (void *)0x06241AE0; -const void * RTTI_ClientBIMetrics__Performance__EventSink = (void *)0x06242258; -const void * RTTI_ClientBIMetrics__ShipCombatHitMetricsBPSImp = (void *)0x063A0C10; -const void * RTTI_ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost = (void *)0x06242620; -const void * RTTI_CloakEffect = (void *)0x0639DC98; -const void * RTTI_ClonePoseNode = (void *)0x06470200; -const void * RTTI_ClonePoseNodeInstance = (void *)0x064701D0; -const void * RTTI_CloudSaveWriter = (void *)0x063A46F0; -const void * RTTI_CombatAcquireSearchDebugData = (void *)0x063F1A88; -const void * RTTI_CombatAimController = (void *)0x063EB688; -const void * RTTI_CombatAlignRollPathController = (void *)0x0630E530; -const void * RTTI_CombatAnimatedPath = (void *)0x0641B7B0; -const void * RTTI_CombatApproachTargetPathController = (void *)0x0630F0D0; -const void * RTTI_CombatAreaHoldPosition = (void *)0x063EB7E8; -const void * RTTI_CombatAreaReference = (void *)0x063EB788; -const void * RTTI_CombatAreaShape = (void *)0x06310118; -const void * RTTI_CombatAreaStandard = (void *)0x063EB7B8; -const void * RTTI_CombatBarrelRollPathController = (void *)0x0630F098; -const void * RTTI_CombatBehaviorAttackFromCover = (void *)0x0641B108; -const void * RTTI_CombatBehaviorBlindFireFromCover = (void *)0x0641AFF0; -const void * RTTI_CombatBehaviorContextCover = (void *)0x0641B500; -const void * RTTI_CombatBehaviorContextGrenade = (void *)0x06306CF8; -const void * RTTI_CombatBehaviorMoveInCover = (void *)0x06201CB0; -const void * RTTI_CombatBehaviorProvideSuppressiveFire = (void *)0x0640F358; -const void * RTTI_CombatBehaviorResource = (void *)0x063F19E8; -const void * RTTI_CombatBehaviorShipAcquire = (void *)0x0630F288; -const void * RTTI_CombatBehaviorShipAttackManeuver = (void *)0x0630F320; -const void * RTTI_CombatBehaviorShipBarrelRoll = (void *)0x0630F3E8; -const void * RTTI_CombatBehaviorShipBoost = (void *)0x0630F180; -const void * RTTI_CombatBehaviorShipBreak = (void *)0x0630F3B8; -const void * RTTI_CombatBehaviorShipBreakStalemate = (void *)0x0630F590; -const void * RTTI_CombatBehaviorShipCut = (void *)0x0630F1B0; -const void * RTTI_CombatBehaviorShipDirectAttack = (void *)0x0630F220; -const void * RTTI_CombatBehaviorShipDisengage = (void *)0x0630F4C0; -const void * RTTI_CombatBehaviorShipLeadTurn = (void *)0x0630F2B8; -const void * RTTI_CombatBehaviorShipLurk = (void *)0x0630F528; -const void * RTTI_CombatBehaviorShipOrbitCombatArea = (void *)0x0630F5C8; -const void * RTTI_CombatBehaviorShipOrbitTarget = (void *)0x0630F458; -const void * RTTI_CombatBehaviorShipPass = (void *)0x0630F2F0; -const void * RTTI_CombatBehaviorShipPathDestinationRef = (void *)0x0630ECF8; -const void * RTTI_CombatBehaviorShipPursue = (void *)0x0630F4F8; -const void * RTTI_CombatBehaviorShipScissors = (void *)0x0630F380; -const void * RTTI_CombatBehaviorShipSliceback = (void *)0x0630F148; -const void * RTTI_CombatBehaviorShipSlideDodge = (void *)0x0630F558; -const void * RTTI_CombatBehaviorShipSlideTurn = (void *)0x0630F420; -const void * RTTI_CombatBehaviorShipStationaryTracking = (void *)0x0630F1E0; -const void * RTTI_CombatBehaviorShipStrafe = (void *)0x0630F490; -const void * RTTI_CombatBehaviorShipStrafeTurn = (void *)0x0630F110; -const void * RTTI_CombatBehaviorShipTargetingModeAutopilot = (void *)0x062FDBA8; -const void * RTTI_CombatBehaviorShipTurn = (void *)0x0630F258; -const void * RTTI_CombatBehaviorTree = (void *)0x06201D18; -const void * RTTI_CombatBehaviorTreeAcquireObject = (void *)0x06201B68; -const void * RTTI_CombatBehaviorTreeAction = (void *)0x06201C40; -const void * RTTI_CombatBehaviorTreeActionEquipmentSelector = (void *)0x06201760; -const void * RTTI_CombatBehaviorTreeAvoidThreat = (void *)0x06202008; -const void * RTTI_CombatBehaviorTreeBlock = (void *)0x06201D48; -const void * RTTI_CombatBehaviorTreeBow = (void *)0x06201940; -const void * RTTI_CombatBehaviorTreeChargingCloseMovement = (void *)0x06201B28; -const void * RTTI_CombatBehaviorTreeChargingMovement = (void *)0x06201C70; -const void * RTTI_CombatBehaviorTreeCheckUnreachableTarget = (void *)0x06202040; -const void * RTTI_CombatBehaviorTreeCloseMovement = (void *)0x06201A18; -const void * RTTI_CombatBehaviorTreeCombat = (void *)0x06201DF0; -const void * RTTI_CombatBehaviorTreeCreateContextNodeBase = (void *)0x062FAE90; -const void * RTTI_CombatBehaviorTreeFindAttackLocation = (void *)0x06201970; -const void * RTTI_CombatBehaviorTreeFindValidLocation = (void *)0x06201FC8; -const void * RTTI_CombatBehaviorTreeFlankingMovement = (void *)0x06201900; -const void * RTTI_CombatBehaviorTreeFlee = (void *)0x06201A50; -const void * RTTI_CombatBehaviorTreeFlight = (void *)0x06201E90; -const void * RTTI_CombatBehaviorTreeGrenade = (void *)0x06201F98; -const void * RTTI_CombatBehaviorTreeGun = (void *)0x062019B0; -const void * RTTI_CombatBehaviorTreeHide = (void *)0x06201BA0; -const void * RTTI_CombatBehaviorTreeLinkNode = (void *)0x063F1A18; -const void * RTTI_CombatBehaviorTreeLowCombat = (void *)0x062018C8; -const void * RTTI_CombatBehaviorTreeMagic = (void *)0x06201AB8; -const void * RTTI_CombatBehaviorTreeMelee = (void *)0x06201EF8; -const void * RTTI_CombatBehaviorTreeMovement = (void *)0x06201F60; -const void * RTTI_CombatBehaviorTreeMovementRequest = (void *)0x062019E0; -const void * RTTI_CombatBehaviorTreeNode = (void *)0x062FAE60; -const void * RTTI_CombatBehaviorTreePlayerShipCombat = (void *)0x06201D78; -const void * RTTI_CombatBehaviorTreeRangedMovement = (void *)0x06201BD0; -const void * RTTI_CombatBehaviorTreeRetreatClose = (void *)0x06201CE0; -const void * RTTI_CombatBehaviorTreeRetreatRanged = (void *)0x06201A80; -const void * RTTI_CombatBehaviorTreeReturnToCombatArea = (void *)0x06201850; -const void * RTTI_CombatBehaviorTreeRootNode = (void *)0x063F1A50; -const void * RTTI_CombatBehaviorTreeSearch = (void *)0x06201820; -const void * RTTI_CombatBehaviorTreeShipAction = (void *)0x06201C08; -const void * RTTI_CombatBehaviorTreeShipActionEquipmentSelector = (void *)0x062017A0; -const void * RTTI_CombatBehaviorTreeShipCombat = (void *)0x06201DB8; -const void * RTTI_CombatBehaviorTreeShipDetection = (void *)0x06201E20; -const void * RTTI_CombatBehaviorTreeShipFlee = (void *)0x06201EC0; -const void * RTTI_CombatBehaviorTreeShipManeuvers = (void *)0x06201728; -const void * RTTI_CombatBehaviorTreeShipMovement = (void *)0x06201F28; -const void * RTTI_CombatBehaviorTreeShipPowerAllocation = (void *)0x06201AE8; -const void * RTTI_CombatBehaviorTreeSpaceshipWeapon = (void *)0x06201E58; -const void * RTTI_CombatBehaviorTreeTargetingMode = (void *)0x06202080; -const void * RTTI_CombatBehaviorTreeThrow = (void *)0x062020B8; -const void * RTTI_CombatBehaviorTreeUseCover = (void *)0x06201890; -const void * RTTI_CombatBehaviorTreeUsePotion = (void *)0x062017E8; -const void * RTTI_CombatBehaviorTreeWrapperNode = (void *)0x062FEE50; -const void * RTTI_CombatBehaviorWaitBehindCover = (void *)0x0641AFB8; -const void * RTTI_CombatBlackboardMemberBase = (void *)0x061B3F00; -const void * RTTI_CombatChangePositionPathController = (void *)0x06417CA0; -const void * RTTI_CombatChargingSearchData = (void *)0x063061C8; -const void * RTTI_CombatCluster = (void *)0x063EBBB8; -const void * RTTI_CombatCoverLocation = (void *)0x063EBA50; -const void * RTTI_CombatCoverSearch = (void *)0x063EB930; -const void * RTTI_CombatCoverSearchDebugData = (void *)0x063EBA80; -const void * RTTI_CombatCoverSearchResult = (void *)0x063EBA20; -const void * RTTI_CombatCoveredPath = (void *)0x062FDC48; -const void * RTTI_CombatCoveredPathDebugData = (void *)0x063128E8; -const void * RTTI_CombatDialogueDebugData = (void *)0x063EBB50; -const void * RTTI_CombatDisableActionController = (void *)0x0640E090; -const void * RTTI_CombatDisableAimController = (void *)0x063EB5E8; -const void * RTTI_CombatDisableCollisionController = (void *)0x0640E058; -const void * RTTI_CombatEncounterBIEvents__CombatEnounterMetricsManager = (void *)0x063A1020; -const void * RTTI_CombatEncounterMetrics = (void *)0x063A0CD0; -const void * RTTI_CombatEnterCoverPathController = (void *)0x063EB9B0; -const void * RTTI_CombatFlankingSearchData = (void *)0x06400DF8; -const void * RTTI_CombatFleeAimController = (void *)0x06404C50; -const void * RTTI_CombatFollowTargetPathController = (void *)0x06422870; -const void * RTTI_CombatGroupDetectionListener = (void *)0x063EBB80; -const void * RTTI_CombatInceptionDebugData = (void *)0x063EBB20; -const void * RTTI_CombatInterface = (void *)0x062FE3A0; -const void * RTTI_CombatInventoryItem = (void *)0x063EBEB0; -const void * RTTI_CombatInventoryItemComposite = (void *)0x063EBE78; -const void * RTTI_CombatInventoryItemGrenade = (void *)0x063EBDB0; -const void * RTTI_CombatInventoryItemMagic = (void *)0x063EBCE8; -const void * RTTI_CombatInventoryItemMelee = (void *)0x063EBE48; -const void * RTTI_CombatInventoryItemOneHandedBlock = (void *)0x063EBD48; -const void * RTTI_CombatInventoryItemPotion = (void *)0x063EE700; -const void * RTTI_CombatInventoryItemRanged = (void *)0x063EBE18; -const void * RTTI_CombatInventoryItemScroll = (void *)0x063EE6D0; -const void * RTTI_CombatInventoryItemShield = (void *)0x063EBD80; -const void * RTTI_CombatInventoryItemStaff = (void *)0x063EE830; -const void * RTTI_CombatInventoryItemThrown = (void *)0x063EBDE8; -const void * RTTI_CombatInventoryItemTorch = (void *)0x063EBD18; -const void * RTTI_CombatMagicCaster = (void *)0x063EE860; -const void * RTTI_CombatMagicCasterArmor = (void *)0x063EE408; -const void * RTTI_CombatMagicCasterBoundItem = (void *)0x063EE438; -const void * RTTI_CombatMagicCasterChameleon = (void *)0x063EE470; -const void * RTTI_CombatMagicCasterCloak = (void *)0x063EE510; -const void * RTTI_CombatMagicCasterDash = (void *)0x063EE730; -const void * RTTI_CombatMagicCasterDisarm = (void *)0x063EE540; -const void * RTTI_CombatMagicCasterInvisibility = (void *)0x063EE4A8; -const void * RTTI_CombatMagicCasterLight = (void *)0x063EE4E0; -const void * RTTI_CombatMagicCasterOffensive = (void *)0x063EE630; -const void * RTTI_CombatMagicCasterParalyze = (void *)0x063EE790; -const void * RTTI_CombatMagicCasterReanimate = (void *)0x063EE7C0; -const void * RTTI_CombatMagicCasterRestore = (void *)0x063EE5D0; -const void * RTTI_CombatMagicCasterScript = (void *)0x063EE760; -const void * RTTI_CombatMagicCasterStagger = (void *)0x063EE570; -const void * RTTI_CombatMagicCasterSummon = (void *)0x063EE5A0; -const void * RTTI_CombatMagicCasterTargetEffect = (void *)0x063EE7F8; -const void * RTTI_CombatMagicCasterWard = (void *)0x063EE600; -const void * RTTI_CombatMagicItemData = (void *)0x063EE6A0; -const void * RTTI_CombatMagicItemSkillChecker = (void *)0x063EE668; -const void * RTTI_CombatMaintainDistancePathController = (void *)0x062FDB28; -const void * RTTI_CombatMantlePathController = (void *)0x063EB9E8; -const void * RTTI_CombatMatchTargetAimController = (void *)0x063EB620; -const void * RTTI_CombatMeleeAimController = (void *)0x063EB720; -const void * RTTI_CombatMeleeAttackController = (void *)0x064087A8; -const void * RTTI_CombatMeleeDebugData = (void *)0x06408778; -const void * RTTI_CombatMovementRequestActivateTarget = (void *)0x06306908; -const void * RTTI_CombatMovementRequestFollowActor = (void *)0x06306948; -const void * RTTI_CombatNavmeshCoverLocation = (void *)0x063EBAB8; -const void * RTTI_CombatNavmeshPathingDebugData = (void *)0x063129F8; -const void * RTTI_CombatPath = (void *)0x062FE378; -const void * RTTI_CombatPathBuilder = (void *)0x062FDF70; -const void * RTTI_CombatPathBuilderCovered = (void *)0x06312808; -const void * RTTI_CombatPathBuilderNavmesh = (void *)0x062FDDA8; -const void * RTTI_CombatPathBuilderNavmeshOpen = (void *)0x06304108; -const void * RTTI_CombatPathBuilderNavmeshStandard = (void *)0x062FB670; -const void * RTTI_CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter = (void *)0x06312A60; -const void * RTTI_CombatPathBuilderPolicyStandard = (void *)0x062FD810; -const void * RTTI_CombatPathBuilderSpace = (void *)0x062FDF98; -const void * RTTI_CombatPathBuilderSpaceOpen = (void *)0x06304438; -const void * RTTI_CombatPathBuilderSpaceStandard = (void *)0x062FDDD8; -const void * RTTI_CombatPathBuilderSpatialGraph = (void *)0x062FDEB0; -const void * RTTI_CombatPathBuilderSpatialGraphOpen = (void *)0x06303FD8; -const void * RTTI_CombatPathBuilderSpatialGraphStandard = (void *)0x062FDCC8; -const void * RTTI_CombatPathBuilderTrackInfo = (void *)0x062FEE88; -const void * RTTI_CombatPathBuilderTracker = (void *)0x062FEEC0; -const void * RTTI_CombatPathDestinationAcquire = (void *)0x0630E4F8; -const void * RTTI_CombatPathDestinationActor = (void *)0x063061F8; -const void * RTTI_CombatPathDestinationBarrelRoll = (void *)0x0630EE20; -const void * RTTI_CombatPathDestinationBreak = (void *)0x0630EB98; -const void * RTTI_CombatPathDestinationDirectlyToTarget = (void *)0x062FDB68; -const void * RTTI_CombatPathDestinationDisengage = (void *)0x0630F060; -const void * RTTI_CombatPathDestinationEvade = (void *)0x0630EFB0; -const void * RTTI_CombatPathDestinationFlee = (void *)0x0630B500; -const void * RTTI_CombatPathDestinationFollowActor = (void *)0x0641B7E0; -const void * RTTI_CombatPathDestinationLeadTurn = (void *)0x0630EED0; -const void * RTTI_CombatPathDestinationOrbitRef = (void *)0x0630E740; -const void * RTTI_CombatPathDestinationPursue = (void *)0x0630E7F0; -const void * RTTI_CombatPathDestinationRef = (void *)0x062FD628; -const void * RTTI_CombatPathDestinationRefs = (void *)0x064228E0; -const void * RTTI_CombatPathDestinationRemainNear = (void *)0x0630E950; -const void * RTTI_CombatPathDestinationSlideDodge = (void *)0x0630E690; -const void * RTTI_CombatPathDestinationSlideTurn = (void *)0x0630EF08; -const void * RTTI_CombatPathDestinationStrafe = (void *)0x0630E8A0; -const void * RTTI_CombatPathDestinationStrafeTurn = (void *)0x0630E4C0; -const void * RTTI_CombatPathingDebugData = (void *)0x06312A30; -const void * RTTI_CombatPathingDelayedTweener = (void *)0x064228A8; -const void * RTTI_CombatPathingRequest = (void *)0x062FD6F8; -const void * RTTI_CombatPathingRequestAdapter = (void *)0x0641DA68; -const void * RTTI_CombatPathingRequestCovered = (void *)0x063128B0; -const void * RTTI_CombatPathingRequestDebugData = (void *)0x0641D9F8; -const void * RTTI_CombatPathingRequestMultiGoal = (void *)0x0641DA30; -const void * RTTI_CombatPathingRequestStandard = (void *)0x062FD6C0; -const void * RTTI_CombatPathingSearch = (void *)0x062FB4D0; -const void * RTTI_CombatPathingSearchArea = (void *)0x06312798; -const void * RTTI_CombatPathingTweener = (void *)0x06422840; -const void * RTTI_CombatPositionReservation = (void *)0x06312AE0; -const void * RTTI_CombatPositionTracker = (void *)0x06312AB0; -const void * RTTI_CombatProjectileAimController = (void *)0x063EB750; -const void * RTTI_CombatProjectileDebugData = (void *)0x063EB658; -const void * RTTI_CombatQueuedEvent = (void *)0x063C7BB0; -const void * RTTI_CombatRangedMovementPathSpeedController = (void *)0x0630AA20; -const void * RTTI_CombatReservation = (void *)0x0630F358; -const void * RTTI_CombatSearchLockData = (void *)0x06415540; -const void * RTTI_CombatSearchMap2D = (void *)0x062FFDC0; -const void * RTTI_CombatSearchMap3D = (void *)0x062FFAA8; -const void * RTTI_CombatShipGenericPathController = (void *)0x0630EC40; -const void * RTTI_CombatShipPursueTargetPathController = (void *)0x0630E568; -const void * RTTI_CombatSoftCoverLocation = (void *)0x063EBAF0; -const void * RTTI_CombatSpatialGraphPathingDebugData = (void *)0x06312B10; -const void * RTTI_CombatStandardCoverLocation = (void *)0x063EB8F8; -const void * RTTI_CombatSuppressiveFireBehavior = (void *)0x06312B50; -const void * RTTI_CombatTargetLocation = (void *)0x063F1398; -const void * RTTI_CombatTargetLocationSearch = (void *)0x063F1360; -const void * RTTI_CombatTargetLocationSearchResult = (void *)0x063F13C8; -const void * RTTI_CombatTargetSelector = (void *)0x063F1550; -const void * RTTI_CombatTargetSelectorFixed = (void *)0x063F14B0; -const void * RTTI_CombatTargetSelectorPreferred = (void *)0x063F14E0; -const void * RTTI_CombatTargetSelectorRandom = (void *)0x063F1478; -const void * RTTI_CombatTargetSelectorSpaceship = (void *)0x063F1400; -const void * RTTI_CombatTargetSelectorStandard = (void *)0x063F1518; -const void * RTTI_CombatTargetSelectorWorkshopObject = (void *)0x063F1438; -const void * RTTI_CombatTeleportPathController = (void *)0x06312DF0; -const void * RTTI_CombatThreat = (void *)0x063F1630; -const void * RTTI_CombatThreatExplosion = (void *)0x063F1600; -const void * RTTI_CombatThreatLOF = (void *)0x063F15A8; -const void * RTTI_CombatThreatMelee = (void *)0x063F1580; -const void * RTTI_CombatThreatProjectile = (void *)0x063F15D0; -const void * RTTI_CombatTrackTargetAimController = (void *)0x063EB6E8; -const void * RTTI_CombatTunnelPathController = (void *)0x06312D88; -const void * RTTI_CombatTunnelPathingRequestData = (void *)0x06312E28; -const void * RTTI_CombatViewController = (void *)0x06312E60; -const void * RTTI_CombatViewControllerGlance = (void *)0x06312EF8; -const void * RTTI_CombatViewControllerPath = (void *)0x06312E90; -const void * RTTI_CombatViewControllerStandard = (void *)0x06312EC0; -const void * RTTI_CommandEffect = (void *)0x0639DCC0; -const void * RTTI_CommandSummonedEffect = (void *)0x0639DCE8; -const void * RTTI_CompactingStore__MoveCallback = (void *)0x06473D68; -const void * RTTI_CompactingStore__NoopMoveCallback = (void *)0x06473DA0; -const void * RTTI_CompressedArchiveFile = (void *)0x064CBD48; -const void * RTTI_ConditionVariable = (void *)0x064705D8; -const void * RTTI_ConeProjectile = (void *)0x06300430; -const void * RTTI_ConfirmNewWithModsCallback = (void *)0x0633D558; -const void * RTTI_ConfirmResetCallback = (void *)0x063215D0; -const void * RTTI_ConnectionTypeCallback = (void *)0x06398570; -const void * RTTI_Console = (void *)0x064238E0; -const void * RTTI_ConsoleLog = (void *)0x06424200; -const void * RTTI_ConsoleNativeUIMenu = (void *)0x06424348; -const void * RTTI_ContainerMenu = (void *)0x064267F8; -const void * RTTI_ContainerMenuDataModel = (void *)0x0632BFA8; +const void * RTTI_Camera__DebugFollowCamera = (void *)0x06319138; +const void * RTTI_Camera__DebugFreeCamera = (void *)0x06319168; +const void * RTTI_Camera__DebugModule = (void *)0x063191C8; +const void * RTTI_Camera__DebugOrbitalCamera = (void *)0x06319198; +const void * RTTI_Camera__DebugTargetCamera = (void *)0x063190D8; +const void * RTTI_Camera__IBaseModule = (void *)0x06318E10; +const void * RTTI_Camera__IDebugCamera = (void *)0x06319108; +const void * RTTI_Camera__InteriorModule = (void *)0x063191F8; +const void * RTTI_Camera__Manager = (void *)0x06318DB8; +const void * RTTI_Camera__PlayerModule = (void *)0x06318E40; +const void * RTTI_Camera__SpaceModule = (void *)0x06318DE0; +const void * RTTI_CapacityValueModifierEffect = (void *)0x0639DCB0; +const void * RTTI_CellHandleManager = (void *)0x0624E598; +const void * RTTI_CellHfCollision = (void *)0x0625DA00; +const void * RTTI_ChainExplosion = (void *)0x063AA4D0; +const void * RTTI_ChairEnterHandler = (void *)0x063E6188; +const void * RTTI_ChairFurnitureExitHandler = (void *)0x063E6238; +const void * RTTI_ChangeAnimArchetypeHandler = (void *)0x063E3468; +const void * RTTI_CharGen_BrowChange = (void *)0x0637F770; +const void * RTTI_CharGen_BrowColorChange = (void *)0x0637F678; +const void * RTTI_CharGen_CancelTextEntry = (void *)0x06380908; +const void * RTTI_CharGen_CloseMenu = (void *)0x063809F0; +const void * RTTI_CharGen_CyclePronoun = (void *)0x0637F550; +const void * RTTI_CharGen_DirtScarsEtcChange = (void *)0x0637F7A0; +const void * RTTI_CharGen_EndBodyChange = (void *)0x0637F3A0; +const void * RTTI_CharGen_EndTextEntry = (void *)0x06380870; +const void * RTTI_CharGen_EyeColorChange = (void *)0x0637F6E0; +const void * RTTI_CharGen_FacialHairChange = (void *)0x0637F618; +const void * RTTI_CharGen_FacialHairColorChange = (void *)0x0637F6A8; +const void * RTTI_CharGen_HairChange = (void *)0x0637F740; +const void * RTTI_CharGen_HairColorChange = (void *)0x0637F648; +const void * RTTI_CharGen_HeadpartPlusSelectorChange = (void *)0x0637F8D0; +const void * RTTI_CharGen_HeadpartPresetChange = (void *)0x06380938; +const void * RTTI_CharGen_JewelryChange = (void *)0x0637F430; +const void * RTTI_CharGen_JewelryColorChange = (void *)0x0637F330; +const void * RTTI_CharGen_MakeupChange = (void *)0x06380690; +const void * RTTI_CharGen_MarkingsChange = (void *)0x06380660; +const void * RTTI_CharGen_PostBlendColorOptionChange = (void *)0x06380830; +const void * RTTI_CharGen_PostBlendFaceChange = (void *)0x06380788; +const void * RTTI_CharGen_PostBlendIntensityChange = (void *)0x063807F8; +const void * RTTI_CharGen_PresetChange = (void *)0x06380970; +const void * RTTI_CharGen_RollOffLocomotion = (void *)0x0637F400; +const void * RTTI_CharGen_RollOnLocomotion = (void *)0x0637F4F0; +const void * RTTI_CharGen_RotatePaperdoll = (void *)0x0637F520; +const void * RTTI_CharGen_SetAdditionalSlider = (void *)0x0637F368; +const void * RTTI_CharGen_SetBackground = (void *)0x0637F710; +const void * RTTI_CharGen_SetBlockInputUnderPopup = (void *)0x063807C0; +const void * RTTI_CharGen_SetBodyValues = (void *)0x0637F860; +const void * RTTI_CharGen_SetCameraPosition = (void *)0x0637F910; +const void * RTTI_CharGen_SetPronoun = (void *)0x0637F5E8; +const void * RTTI_CharGen_SetSex = (void *)0x063809C8; +const void * RTTI_CharGen_SetSlider = (void *)0x063809A0; +const void * RTTI_CharGen_SetTrait = (void *)0x0637F808; +const void * RTTI_CharGen_ShowChooseBackgroundMessage = (void *)0x0637F890; +const void * RTTI_CharGen_ShowPlayerRenameMessage = (void *)0x063808D0; +const void * RTTI_CharGen_SkintoneChange = (void *)0x0637F7D8; +const void * RTTI_CharGen_StartBodyChange = (void *)0x0637F300; +const void * RTTI_CharGen_StartTextEntry = (void *)0x063808A0; +const void * RTTI_CharGen_SwitchBodyType = (void *)0x0637F490; +const void * RTTI_CharGen_SwitchLocomotion = (void *)0x0637F4C0; +const void * RTTI_CharGen_TeethChange = (void *)0x0637F580; +const void * RTTI_CharGen_TeethRollOff = (void *)0x0637F460; +const void * RTTI_CharGen_TeethRollOn = (void *)0x0637F3D0; +const void * RTTI_CharGen_ToggleMarking = (void *)0x0637F830; +const void * RTTI_CharGen_TogglePreviewHabSuit = (void *)0x0637F5B0; +const void * RTTI_CharacterCollisionHandler = (void *)0x063CF6D8; +const void * RTTI_CharacterCollisionMessagePlayerAdapter = (void *)0x063B81E8; +const void * RTTI_CharacterEvent = (void *)0x06474348; +const void * RTTI_ChargenMenu = (void *)0x063802C8; +const void * RTTI_ChargenMenu__ChargenMenuEventShuttle = (void *)0x0637E0B8; +const void * RTTI_CheckGoalReachedFunctor = (void *)0x064B9600; +const void * RTTI_CheckLineOfSightFilterMisc = (void *)0x0639F3C8; +const void * RTTI_CheckParameterReachedFunctor = (void *)0x064B9660; +const void * RTTI_CheckStoppedMovingFunctor = (void *)0x064B9630; +const void * RTTI_ClientBIMetrics__CombatHitMetricsI = (void *)0x063A0D78; +const void * RTTI_ClientBIMetrics__HeartBeat__EventSink = (void *)0x06241CC0; +const void * RTTI_ClientBIMetrics__Performance__EventSink = (void *)0x06242048; +const void * RTTI_ClientBIMetrics__ShipCombatHitMetricsBPSImp = (void *)0x063A0CF0; +const void * RTTI_ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost = (void *)0x06242650; +const void * RTTI_CloakEffect = (void *)0x0639DCE8; +const void * RTTI_ClonePoseNode = (void *)0x0646DE88; +const void * RTTI_ClonePoseNodeInstance = (void *)0x0646DE58; +const void * RTTI_CloudSaveWriter = (void *)0x063A4928; +const void * RTTI_CombatAcquireSearchDebugData = (void *)0x063F2428; +const void * RTTI_CombatAimController = (void *)0x063EB6F8; +const void * RTTI_CombatAlignRollPathController = (void *)0x0630EDE8; +const void * RTTI_CombatAnimatedPath = (void *)0x0641B8A0; +const void * RTTI_CombatApproachTargetPathController = (void *)0x0630EF48; +const void * RTTI_CombatAreaHoldPosition = (void *)0x063EB8C8; +const void * RTTI_CombatAreaReference = (void *)0x063EB8F8; +const void * RTTI_CombatAreaShape = (void *)0x063101C8; +const void * RTTI_CombatAreaStandard = (void *)0x063EB898; +const void * RTTI_CombatBarrelRollPathController = (void *)0x0630EC18; +const void * RTTI_CombatBehaviorAttackFromCover = (void *)0x0641B028; +const void * RTTI_CombatBehaviorBlindFireFromCover = (void *)0x0641AEB0; +const void * RTTI_CombatBehaviorContextCover = (void *)0x0641AB30; +const void * RTTI_CombatBehaviorContextGrenade = (void *)0x063072E0; +const void * RTTI_CombatBehaviorMoveInCover = (void *)0x06201590; +const void * RTTI_CombatBehaviorProvideSuppressiveFire = (void *)0x0640F7C8; +const void * RTTI_CombatBehaviorResource = (void *)0x063F1AE8; +const void * RTTI_CombatBehaviorShipAcquire = (void *)0x0630F188; +const void * RTTI_CombatBehaviorShipAttackManeuver = (void *)0x0630F3D0; +const void * RTTI_CombatBehaviorShipBarrelRoll = (void *)0x0630F4A0; +const void * RTTI_CombatBehaviorShipBoost = (void *)0x0630F228; +const void * RTTI_CombatBehaviorShipBreak = (void *)0x0630F470; +const void * RTTI_CombatBehaviorShipBreakStalemate = (void *)0x0630F618; +const void * RTTI_CombatBehaviorShipCut = (void *)0x0630F408; +const void * RTTI_CombatBehaviorShipDirectAttack = (void *)0x0630F2C8; +const void * RTTI_CombatBehaviorShipDisengage = (void *)0x0630F578; +const void * RTTI_CombatBehaviorShipLeadTurn = (void *)0x0630F368; +const void * RTTI_CombatBehaviorShipLurk = (void *)0x0630F5B0; +const void * RTTI_CombatBehaviorShipOrbitCombatArea = (void *)0x0630F4D8; +const void * RTTI_CombatBehaviorShipOrbitTarget = (void *)0x0630F510; +const void * RTTI_CombatBehaviorShipPass = (void *)0x0630F3A0; +const void * RTTI_CombatBehaviorShipPathDestinationRef = (void *)0x0630F148; +const void * RTTI_CombatBehaviorShipPursue = (void *)0x0630F258; +const void * RTTI_CombatBehaviorShipScissors = (void *)0x0630F438; +const void * RTTI_CombatBehaviorShipSliceback = (void *)0x0630F1F0; +const void * RTTI_CombatBehaviorShipSlideDodge = (void *)0x0630F5E0; +const void * RTTI_CombatBehaviorShipSlideTurn = (void *)0x0630F330; +const void * RTTI_CombatBehaviorShipStationaryTracking = (void *)0x0630F288; +const void * RTTI_CombatBehaviorShipStrafe = (void *)0x0630F548; +const void * RTTI_CombatBehaviorShipStrafeTurn = (void *)0x0630F1B8; +const void * RTTI_CombatBehaviorShipTargetingModeAutopilot = (void *)0x062FC608; +const void * RTTI_CombatBehaviorShipTurn = (void *)0x0630F300; +const void * RTTI_CombatBehaviorTree = (void *)0x062015F8; +const void * RTTI_CombatBehaviorTreeAcquireObject = (void *)0x06201448; +const void * RTTI_CombatBehaviorTreeAction = (void *)0x06201520; +const void * RTTI_CombatBehaviorTreeActionEquipmentSelector = (void *)0x06201040; +const void * RTTI_CombatBehaviorTreeAvoidThreat = (void *)0x062018E8; +const void * RTTI_CombatBehaviorTreeBlock = (void *)0x06201628; +const void * RTTI_CombatBehaviorTreeBow = (void *)0x06201220; +const void * RTTI_CombatBehaviorTreeChargingCloseMovement = (void *)0x06201408; +const void * RTTI_CombatBehaviorTreeChargingMovement = (void *)0x06201550; +const void * RTTI_CombatBehaviorTreeCheckUnreachableTarget = (void *)0x06201920; +const void * RTTI_CombatBehaviorTreeCloseMovement = (void *)0x062012F8; +const void * RTTI_CombatBehaviorTreeCombat = (void *)0x062016D0; +const void * RTTI_CombatBehaviorTreeCreateContextNodeBase = (void *)0x062FB0C8; +const void * RTTI_CombatBehaviorTreeFindAttackLocation = (void *)0x06201250; +const void * RTTI_CombatBehaviorTreeFindValidLocation = (void *)0x062018A8; +const void * RTTI_CombatBehaviorTreeFlankingMovement = (void *)0x062011E0; +const void * RTTI_CombatBehaviorTreeFlee = (void *)0x06201330; +const void * RTTI_CombatBehaviorTreeFlight = (void *)0x06201770; +const void * RTTI_CombatBehaviorTreeGrenade = (void *)0x06201878; +const void * RTTI_CombatBehaviorTreeGun = (void *)0x06201290; +const void * RTTI_CombatBehaviorTreeHide = (void *)0x06201480; +const void * RTTI_CombatBehaviorTreeLinkNode = (void *)0x063F1B18; +const void * RTTI_CombatBehaviorTreeLowCombat = (void *)0x062011A8; +const void * RTTI_CombatBehaviorTreeMagic = (void *)0x06201398; +const void * RTTI_CombatBehaviorTreeMelee = (void *)0x062017D8; +const void * RTTI_CombatBehaviorTreeMovement = (void *)0x06201840; +const void * RTTI_CombatBehaviorTreeMovementRequest = (void *)0x062012C0; +const void * RTTI_CombatBehaviorTreeNode = (void *)0x062FB108; +const void * RTTI_CombatBehaviorTreePlayerShipCombat = (void *)0x06201658; +const void * RTTI_CombatBehaviorTreeRangedMovement = (void *)0x062014B0; +const void * RTTI_CombatBehaviorTreeRetreatClose = (void *)0x062015C0; +const void * RTTI_CombatBehaviorTreeRetreatRanged = (void *)0x06201360; +const void * RTTI_CombatBehaviorTreeReturnToCombatArea = (void *)0x06201130; +const void * RTTI_CombatBehaviorTreeRootNode = (void *)0x063F1B50; +const void * RTTI_CombatBehaviorTreeSearch = (void *)0x06201100; +const void * RTTI_CombatBehaviorTreeShipAction = (void *)0x062014E8; +const void * RTTI_CombatBehaviorTreeShipActionEquipmentSelector = (void *)0x06201080; +const void * RTTI_CombatBehaviorTreeShipCombat = (void *)0x06201698; +const void * RTTI_CombatBehaviorTreeShipDetection = (void *)0x06201700; +const void * RTTI_CombatBehaviorTreeShipFlee = (void *)0x062017A0; +const void * RTTI_CombatBehaviorTreeShipManeuvers = (void *)0x06201008; +const void * RTTI_CombatBehaviorTreeShipMovement = (void *)0x06201808; +const void * RTTI_CombatBehaviorTreeShipPowerAllocation = (void *)0x062013C8; +const void * RTTI_CombatBehaviorTreeSpaceshipWeapon = (void *)0x06201738; +const void * RTTI_CombatBehaviorTreeTargetingMode = (void *)0x06201960; +const void * RTTI_CombatBehaviorTreeThrow = (void *)0x06201998; +const void * RTTI_CombatBehaviorTreeUseCover = (void *)0x06201170; +const void * RTTI_CombatBehaviorTreeUsePotion = (void *)0x062010C8; +const void * RTTI_CombatBehaviorTreeWrapperNode = (void *)0x062FE638; +const void * RTTI_CombatBehaviorWaitBehindCover = (void *)0x0641AE78; +const void * RTTI_CombatBlackboardMemberBase = (void *)0x061B3DD0; +const void * RTTI_CombatChangePositionPathController = (void *)0x0641B110; +const void * RTTI_CombatChargingSearchData = (void *)0x06306268; +const void * RTTI_CombatCluster = (void *)0x063EBD20; +const void * RTTI_CombatCoverLocation = (void *)0x063EBA38; +const void * RTTI_CombatCoverSearch = (void *)0x063EBB40; +const void * RTTI_CombatCoverSearchDebugData = (void *)0x063EBA68; +const void * RTTI_CombatCoverSearchResult = (void *)0x063EBA08; +const void * RTTI_CombatCoveredPath = (void *)0x062FE418; +const void * RTTI_CombatCoveredPathDebugData = (void *)0x06312968; +const void * RTTI_CombatDialogueDebugData = (void *)0x063EBC60; +const void * RTTI_CombatDisableActionController = (void *)0x0640E180; +const void * RTTI_CombatDisableAimController = (void *)0x063EB7F8; +const void * RTTI_CombatDisableCollisionController = (void *)0x0640E148; +const void * RTTI_CombatEncounterBIEvents__CombatEnounterMetricsManager = (void *)0x063A0EF0; +const void * RTTI_CombatEncounterMetrics = (void *)0x063A1080; +const void * RTTI_CombatEnterCoverPathController = (void *)0x063EBBC0; +const void * RTTI_CombatFlankingSearchData = (void *)0x06400A48; +const void * RTTI_CombatFleeAimController = (void *)0x06406810; +const void * RTTI_CombatFollowTargetPathController = (void *)0x06422948; +const void * RTTI_CombatGroupDetectionListener = (void *)0x063EBCE8; +const void * RTTI_CombatInceptionDebugData = (void *)0x063EBC30; +const void * RTTI_CombatInterface = (void *)0x062FE530; +const void * RTTI_CombatInventoryItem = (void *)0x063EBFC0; +const void * RTTI_CombatInventoryItemComposite = (void *)0x063EBF88; +const void * RTTI_CombatInventoryItemGrenade = (void *)0x063EBEC0; +const void * RTTI_CombatInventoryItemMagic = (void *)0x063EBDF8; +const void * RTTI_CombatInventoryItemMelee = (void *)0x063EBF58; +const void * RTTI_CombatInventoryItemOneHandedBlock = (void *)0x063EBE58; +const void * RTTI_CombatInventoryItemPotion = (void *)0x063EE710; +const void * RTTI_CombatInventoryItemRanged = (void *)0x063EBF28; +const void * RTTI_CombatInventoryItemScroll = (void *)0x063EE6E0; +const void * RTTI_CombatInventoryItemShield = (void *)0x063EBE90; +const void * RTTI_CombatInventoryItemStaff = (void *)0x063EE740; +const void * RTTI_CombatInventoryItemThrown = (void *)0x063EBEF8; +const void * RTTI_CombatInventoryItemTorch = (void *)0x063EBE28; +const void * RTTI_CombatMagicCaster = (void *)0x063EE770; +const void * RTTI_CombatMagicCasterArmor = (void *)0x063EE898; +const void * RTTI_CombatMagicCasterBoundItem = (void *)0x063EE8C8; +const void * RTTI_CombatMagicCasterChameleon = (void *)0x063EE900; +const void * RTTI_CombatMagicCasterCloak = (void *)0x063EE520; +const void * RTTI_CombatMagicCasterDash = (void *)0x063EE798; +const void * RTTI_CombatMagicCasterDisarm = (void *)0x063EE550; +const void * RTTI_CombatMagicCasterInvisibility = (void *)0x063EE938; +const void * RTTI_CombatMagicCasterLight = (void *)0x063EE970; +const void * RTTI_CombatMagicCasterOffensive = (void *)0x063EE640; +const void * RTTI_CombatMagicCasterParalyze = (void *)0x063EE7F8; +const void * RTTI_CombatMagicCasterReanimate = (void *)0x063EE828; +const void * RTTI_CombatMagicCasterRestore = (void *)0x063EE5E0; +const void * RTTI_CombatMagicCasterScript = (void *)0x063EE7C8; +const void * RTTI_CombatMagicCasterStagger = (void *)0x063EE580; +const void * RTTI_CombatMagicCasterSummon = (void *)0x063EE5B0; +const void * RTTI_CombatMagicCasterTargetEffect = (void *)0x063EE860; +const void * RTTI_CombatMagicCasterWard = (void *)0x063EE610; +const void * RTTI_CombatMagicItemData = (void *)0x063EE6B0; +const void * RTTI_CombatMagicItemSkillChecker = (void *)0x063EE678; +const void * RTTI_CombatMaintainDistancePathController = (void *)0x062FC6A0; +const void * RTTI_CombatMantlePathController = (void *)0x063EBBF8; +const void * RTTI_CombatMatchTargetAimController = (void *)0x063EB830; +const void * RTTI_CombatMeleeAimController = (void *)0x063EB790; +const void * RTTI_CombatMeleeAttackController = (void *)0x06408890; +const void * RTTI_CombatMeleeDebugData = (void *)0x06408860; +const void * RTTI_CombatMovementRequestActivateTarget = (void *)0x06306420; +const void * RTTI_CombatMovementRequestFollowActor = (void *)0x06306460; +const void * RTTI_CombatNavmeshCoverLocation = (void *)0x063EBAA0; +const void * RTTI_CombatNavmeshPathingDebugData = (void *)0x06312A78; +const void * RTTI_CombatPath = (void *)0x062FE508; +const void * RTTI_CombatPathBuilder = (void *)0x062FCCA8; +const void * RTTI_CombatPathBuilderCovered = (void *)0x06312888; +const void * RTTI_CombatPathBuilderNavmesh = (void *)0x062FC778; +const void * RTTI_CombatPathBuilderNavmeshOpen = (void *)0x06301870; +const void * RTTI_CombatPathBuilderNavmeshStandard = (void *)0x062FD368; +const void * RTTI_CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter = (void *)0x06312AE0; +const void * RTTI_CombatPathBuilderPolicyStandard = (void *)0x062FE4A8; +const void * RTTI_CombatPathBuilderSpace = (void *)0x062FCCD0; +const void * RTTI_CombatPathBuilderSpaceOpen = (void *)0x06301B48; +const void * RTTI_CombatPathBuilderSpaceStandard = (void *)0x062FCAB0; +const void * RTTI_CombatPathBuilderSpatialGraph = (void *)0x062FC880; +const void * RTTI_CombatPathBuilderSpatialGraphOpen = (void *)0x06301C78; +const void * RTTI_CombatPathBuilderSpatialGraphStandard = (void *)0x062FC998; +const void * RTTI_CombatPathBuilderTrackInfo = (void *)0x062FEEF8; +const void * RTTI_CombatPathBuilderTracker = (void *)0x062FEF30; +const void * RTTI_CombatPathDestinationAcquire = (void *)0x0630EDB0; +const void * RTTI_CombatPathDestinationActor = (void *)0x06306230; +const void * RTTI_CombatPathDestinationBarrelRoll = (void *)0x0630E960; +const void * RTTI_CombatPathDestinationBreak = (void *)0x0630F090; +const void * RTTI_CombatPathDestinationDirectlyToTarget = (void *)0x062FC5C8; +const void * RTTI_CombatPathDestinationDisengage = (void *)0x0630EBE0; +const void * RTTI_CombatPathDestinationEvade = (void *)0x0630EC50; +const void * RTTI_CombatPathDestinationFlee = (void *)0x0630B530; +const void * RTTI_CombatPathDestinationFollowActor = (void *)0x0641B8D0; +const void * RTTI_CombatPathDestinationLeadTurn = (void *)0x0630EA10; +const void * RTTI_CombatPathDestinationOrbitRef = (void *)0x0630D838; +const void * RTTI_CombatPathDestinationPursue = (void *)0x0630EE60; +const void * RTTI_CombatPathDestinationRef = (void *)0x062FE248; +const void * RTTI_CombatPathDestinationRefs = (void *)0x06423158; +const void * RTTI_CombatPathDestinationRemainNear = (void *)0x0630DC98; +const void * RTTI_CombatPathDestinationSlideDodge = (void *)0x0630EF10; +const void * RTTI_CombatPathDestinationSlideTurn = (void *)0x0630EAC0; +const void * RTTI_CombatPathDestinationStrafe = (void *)0x0630D9C0; +const void * RTTI_CombatPathDestinationStrafeTurn = (void *)0x0630ED00; +const void * RTTI_CombatPathingDebugData = (void *)0x06312AB0; +const void * RTTI_CombatPathingDelayedTweener = (void *)0x064228E0; +const void * RTTI_CombatPathingRequest = (void *)0x062FE2E0; +const void * RTTI_CombatPathingRequestAdapter = (void *)0x0641DB60; +const void * RTTI_CombatPathingRequestCovered = (void *)0x06312930; +const void * RTTI_CombatPathingRequestDebugData = (void *)0x0641DAF0; +const void * RTTI_CombatPathingRequestMultiGoal = (void *)0x0641DB28; +const void * RTTI_CombatPathingRequestStandard = (void *)0x062FE070; +const void * RTTI_CombatPathingSearch = (void *)0x062FD418; +const void * RTTI_CombatPathingSearchArea = (void *)0x06312818; +const void * RTTI_CombatPathingTweener = (void *)0x06422918; +const void * RTTI_CombatPositionReservation = (void *)0x06312B60; +const void * RTTI_CombatPositionTracker = (void *)0x06312B30; +const void * RTTI_CombatProjectileAimController = (void *)0x063EB7C0; +const void * RTTI_CombatProjectileDebugData = (void *)0x063EB868; +const void * RTTI_CombatQueuedEvent = (void *)0x063C7C40; +const void * RTTI_CombatRangedMovementPathSpeedController = (void *)0x0630AAA8; +const void * RTTI_CombatReservation = (void *)0x0630F650; +const void * RTTI_CombatSearchLockData = (void *)0x064173E8; +const void * RTTI_CombatSearchMap2D = (void *)0x063000B8; +const void * RTTI_CombatSearchMap3D = (void *)0x06300068; +const void * RTTI_CombatShipGenericPathController = (void *)0x0630EF88; +const void * RTTI_CombatShipPursueTargetPathController = (void *)0x0630EE20; +const void * RTTI_CombatSoftCoverLocation = (void *)0x063EBAD8; +const void * RTTI_CombatSpatialGraphPathingDebugData = (void *)0x06312B90; +const void * RTTI_CombatStandardCoverLocation = (void *)0x063EBB08; +const void * RTTI_CombatSuppressiveFireBehavior = (void *)0x06312BD0; +const void * RTTI_CombatTargetLocation = (void *)0x063F0E40; +const void * RTTI_CombatTargetLocationSearch = (void *)0x063F0E08; +const void * RTTI_CombatTargetLocationSearchResult = (void *)0x063F0E70; +const void * RTTI_CombatTargetSelector = (void *)0x063F1658; +const void * RTTI_CombatTargetSelectorFixed = (void *)0x063F15B8; +const void * RTTI_CombatTargetSelectorPreferred = (void *)0x063F15E8; +const void * RTTI_CombatTargetSelectorRandom = (void *)0x063F1580; +const void * RTTI_CombatTargetSelectorSpaceship = (void *)0x063F1508; +const void * RTTI_CombatTargetSelectorStandard = (void *)0x063F1620; +const void * RTTI_CombatTargetSelectorWorkshopObject = (void *)0x063F1540; +const void * RTTI_CombatTeleportPathController = (void *)0x06312E70; +const void * RTTI_CombatThreat = (void *)0x063F16B8; +const void * RTTI_CombatThreatExplosion = (void *)0x063F1688; +const void * RTTI_CombatThreatLOF = (void *)0x063F1708; +const void * RTTI_CombatThreatMelee = (void *)0x063F16E0; +const void * RTTI_CombatThreatProjectile = (void *)0x063F1730; +const void * RTTI_CombatTrackTargetAimController = (void *)0x063EB758; +const void * RTTI_CombatTunnelPathController = (void *)0x06312E08; +const void * RTTI_CombatTunnelPathingRequestData = (void *)0x06312EA8; +const void * RTTI_CombatViewController = (void *)0x06312F48; +const void * RTTI_CombatViewControllerGlance = (void *)0x06312EE0; +const void * RTTI_CombatViewControllerPath = (void *)0x06312F18; +const void * RTTI_CombatViewControllerStandard = (void *)0x06312F78; +const void * RTTI_CommandEffect = (void *)0x0639DD90; +const void * RTTI_CommandSummonedEffect = (void *)0x0639DDB8; +const void * RTTI_CompactingStore__MoveCallback = (void *)0x06473E88; +const void * RTTI_CompactingStore__NoopMoveCallback = (void *)0x06473EC0; +const void * RTTI_CompressedArchiveFile = (void *)0x064CBEB8; +const void * RTTI_ConditionVariable = (void *)0x064707F8; +const void * RTTI_ConeProjectile = (void *)0x06300478; +const void * RTTI_ConfirmNewWithModsCallback = (void *)0x0633D2E8; +const void * RTTI_ConfirmResetCallback = (void *)0x06321528; +const void * RTTI_ConnectionTypeCallback = (void *)0x06399C10; +const void * RTTI_Console = (void *)0x06424138; +const void * RTTI_ConsoleLog = (void *)0x06424180; +const void * RTTI_ConsoleNativeUIMenu = (void *)0x06424440; +const void * RTTI_ContainerMenu = (void *)0x06426378; +const void * RTTI_ContainerMenuDataModel = (void *)0x0632C0B8; const void * RTTI_ContainerMenuDataModel__ContainerMenuEventShuttle = (void *)0x0632C030; -const void * RTTI_ContainerMenu_CloseMenu = (void *)0x06426898; -const void * RTTI_ContainerMenu_HideModel = (void *)0x064263B8; -const void * RTTI_ContainerMenu_Jettison = (void *)0x06426868; -const void * RTTI_ContainerMenu_LoadModel = (void *)0x06426450; -const void * RTTI_ContainerMenu_OpenRefuelMenu = (void *)0x064263E8; -const void * RTTI_ContainerMenu_SetMouseOverModel = (void *)0x064267C0; -const void * RTTI_ContainerMenu_TakeAll = (void *)0x06426420; -const void * RTTI_ContainerMenu_ToggleEquip = (void *)0x06426480; -const void * RTTI_ContainerMenu_TransferAllResources = (void *)0x064264B0; -const void * RTTI_ContainerMenu_TransferItem = (void *)0x06426548; -const void * RTTI_ControlMapDataModel = (void *)0x064A3A98; -const void * RTTI_ControllerInternalState = (void *)0x064BA028; -const void * RTTI_ConvertBoneToVar = (void *)0x06471000; -const void * RTTI_ConvertBoneToVarInstance = (void *)0x06471028; -const void * RTTI_CopyBoneWeights = (void *)0x06471A10; -const void * RTTI_CopyBoneWeightsInstance = (void *)0x064719E0; -const void * RTTI_CraftingInfoCardDataModel = (void *)0x06338B18; -const void * RTTI_CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle = (void *)0x06338B50; -const void * RTTI_CraftingMenuCommon = (void *)0x0632EF40; -const void * RTTI_CraftingMenu_CraftItem = (void *)0x0632ED98; -const void * RTTI_CraftingMenu_ExitBench = (void *)0x0632EC30; -const void * RTTI_CraftingMenu_Highlight3D = (void *)0x063972C8; -const void * RTTI_CraftingMenu_InstallMod = (void *)0x0632EE38; -const void * RTTI_CraftingMenu_RenameItem = (void *)0x0632EFB0; -const void * RTTI_CraftingMenu_RevertHighlight = (void *)0x06397120; -const void * RTTI_CraftingMenu_RevertedModdedItem = (void *)0x0632EED8; -const void * RTTI_CraftingMenu_SelectedMod = (void *)0x0632EF10; -const void * RTTI_CraftingMenu_SelectedModSlot = (void *)0x0632EE68; -const void * RTTI_CraftingMenu_SelectedModdableItem = (void *)0x0632EEA0; -const void * RTTI_CraftingMenu_SelectedRecipe = (void *)0x0632EDC8; -const void * RTTI_CraftingMenu_SetInspectControls = (void *)0x0632ED60; -const void * RTTI_CraftingMenu_ToggleTracking = (void *)0x0632ED28; -const void * RTTI_CraftingMenu_ViewingModdableItem = (void *)0x0632EE00; -const void * RTTI_CraftingRecipesDataModel = (void *)0x06338C78; -const void * RTTI_CraftingRecipesDataModel__CraftingRecipesEventShuttle = (void *)0x06338CB0; -const void * RTTI_CraftingRequirementsDataModel = (void *)0x0632E5C8; -const void * RTTI_CraftingRequirementsDataModel__CraftingRequirementsEventShuttle = (void *)0x0632E600; -const void * RTTI_CreateNavigationGridTask = (void *)0x062801D0; -const void * RTTI_CreationData = (void *)0x0631E0C0; -const void * RTTI_CreationRendererPrivate__AddProbeBorderRenderPass = (void *)0x064F28D0; -const void * RTTI_CreationRendererPrivate__AddScatteringOrderRenderPass = (void *)0x065000A0; -const void * RTTI_CreationRendererPrivate__AllocateSkinningBuffersRenderPass = (void *)0x065091F0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12 = (void *)0x064EEB10; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator = (void *)0x06500A00; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12 = (void *)0x06500D40; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12 = (void *)0x064EEB70; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout = (void *)0x065039F0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12 = (void *)0x06503990; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution = (void *)0x064F9080; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout = (void *)0x06503870; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12 = (void *)0x06503810; -const void * RTTI_CreationRendererPrivate__ArtValidationRenderPass = (void *)0x06504EB0; -const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderGraphBase = (void *)0x064FF810; -const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderPass = (void *)0x064FF7C0; -const void * RTTI_CreationRendererPrivate__BRDFIntegrationRenderPass = (void *)0x064E8CC0; -const void * RTTI_CreationRendererPrivate__BakeSHBasisRenderPass = (void *)0x064E8E50; -const void * RTTI_CreationRendererPrivate__BaseParticleComputeLightingRenderPass = (void *)0x064EBF90; -const void * RTTI_CreationRendererPrivate__BaseParticlesRenderPass = (void *)0x06504B40; -const void * RTTI_CreationRendererPrivate__BinkMovieDrawRenderPass = (void *)0x064E4F90; -const void * RTTI_CreationRendererPrivate__BinkMovieSubgraphRenderPass = (void *)0x064E4F40; -const void * RTTI_CreationRendererPrivate__BinkUpdatePlanesRenderPass = (void *)0x064E4900; -const void * RTTI_CreationRendererPrivate__BlendAllReflectionProbesRenderPass = (void *)0x06507CC0; -const void * RTTI_CreationRendererPrivate__BlendProbeRayRenderPass = (void *)0x064F2880; -const void * RTTI_CreationRendererPrivate__BlendReflectionProbeRenderPass = (void *)0x06507B20; -const void * RTTI_CreationRendererPrivate__BlendedDecalRenderPass = (void *)0x06504F00; -const void * RTTI_CreationRendererPrivate__BlendedDecal_OptionalRenderPass = (void *)0x06504F50; -const void * RTTI_CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass = (void *)0x06504FA0; -const void * RTTI_CreationRendererPrivate__BlendedDecalsRenderPass = (void *)0x06505000; -const void * RTTI_CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass = (void *)0x064FE150; -const void * RTTI_CreationRendererPrivate__BlurHeightfieldVerticalRenderPass = (void *)0x064FE100; -const void * RTTI_CreationRendererPrivate__BlurSpaceGlareRenderPass = (void *)0x064F8E60; -const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass = (void *)0x06506260; -const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass = (void *)0x065061B0; -const void * RTTI_CreationRendererPrivate__BlurredMipChain_idTech7RenderPass = (void *)0x06505250; -const void * RTTI_CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass = (void *)0x065050F0; -const void * RTTI_CreationRendererPrivate__BruteForceRaymarchingRenderPass = (void *)0x064FFDD0; -const void * RTTI_CreationRendererPrivate__BufferReadbackRenderPass = (void *)0x065052A0; -const void * RTTI_CreationRendererPrivate__BuildAccelerationStructureRenderPass = (void *)0x065052F0; -const void * RTTI_CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue = (void *)0x064ED290; -const void * RTTI_CreationRendererPrivate__CelestialBodiesGeometryRenderPass = (void *)0x065053A0; -const void * RTTI_CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass = (void *)0x065054A0; -const void * RTTI_CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass = (void *)0x06505440; -const void * RTTI_CreationRendererPrivate__CelestialBodiesPrepareRenderPass = (void *)0x06505350; -const void * RTTI_CreationRendererPrivate__CelestialBodiesRenderPass = (void *)0x065053F0; -const void * RTTI_CreationRendererPrivate__ChargenMorphService = (void *)0x06502210; -const void * RTTI_CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass = (void *)0x06507830; -const void * RTTI_CreationRendererPrivate__ClearFallbackCubemapRenderPass = (void *)0x064E8C70; -const void * RTTI_CreationRendererPrivate__ClearRenderGraphOutputRenderPass = (void *)0x064F7040; -const void * RTTI_CreationRendererPrivate__ClearShadowMapGroupRenderPass = (void *)0x064F6420; -const void * RTTI_CreationRendererPrivate__ClearShadowMapsRenderPass = (void *)0x064F63D0; -const void * RTTI_CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass = (void *)0x064F8930; -const void * RTTI_CreationRendererPrivate__ClearThinDeferredGBufferRenderPass = (void *)0x065078F0; -const void * RTTI_CreationRendererPrivate__CloudCardsRenderPass = (void *)0x06505550; -const void * RTTI_CreationRendererPrivate__CloudLayersRenderPass = (void *)0x065055E0; -const void * RTTI_CreationRendererPrivate__CloudsHalfResCompositeRenderPass = (void *)0x06505630; -const void * RTTI_CreationRendererPrivate__CloudsRenderPass = (void *)0x06505598; -const void * RTTI_CreationRendererPrivate__ColorGradingMergeRenderPass = (void *)0x06501D60; -const void * RTTI_CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass = (void *)0x064F32B0; -const void * RTTI_CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass = (void *)0x064F3250; -const void * RTTI_CreationRendererPrivate__CompositeMomentBasedOITRenderPass = (void *)0x064F3200; -const void * RTTI_CreationRendererPrivate__ComputeLightInfluenceRenderPass = (void *)0x06506E00; -const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass = (void *)0x064FFB50; -const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass = (void *)0x064FFB00; -const void * RTTI_CreationRendererPrivate__ComputeSHCoefRenderPass = (void *)0x064E8E00; -const void * RTTI_CreationRendererPrivate__ComputeScatterRadianceRenderPass = (void *)0x064FFE70; -const void * RTTI_CreationRendererPrivate__ComputeScatteringOrderRenderPass = (void *)0x064FFE20; -const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass = (void *)0x064F8A50; -const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass = (void *)0x064F8AB0; -const void * RTTI_CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass = (void *)0x064E64D0; -const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringRenderPass = (void *)0x064F8C00; -const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass = (void *)0x064F8C50; -const void * RTTI_CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass = (void *)0x064FFF80; -const void * RTTI_CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass = (void *)0x06500040; -const void * RTTI_CreationRendererPrivate__CopyLightInfluenceRenderPass = (void *)0x06506DB0; -const void * RTTI_CreationRendererPrivate__CopyRenderPass = (void *)0x064F6CA8; -const void * RTTI_CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass = (void *)0x06505990; -const void * RTTI_CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass = (void *)0x06503E50; -const void * RTTI_CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass = (void *)0x064F6ED0; -const void * RTTI_CreationRendererPrivate__CopyToRenderGraphOutputRenderPass = (void *)0x064F6CF0; -const void * RTTI_CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass = (void *)0x064F6B60; -const void * RTTI_CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass = (void *)0x06502820; -const void * RTTI_CreationRendererPrivate__CopyWithShaderRenderPass = (void *)0x064F6D40; -const void * RTTI_CreationRendererPrivate__CubemapBackgroundRenderPass = (void *)0x06505750; -const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationRenderPass = (void *)0x06505C30; -const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationUIRenderPass = (void *)0x06505C80; -const void * RTTI_CreationRendererPrivate__DLSSProduceInputsRenderPass = (void *)0x06505E20; -const void * RTTI_CreationRendererPrivate__DLSSUpscaleRenderPass = (void *)0x06501E00; -const void * RTTI_CreationRendererPrivate__DeDitherRenderPass = (void *)0x065057A0; -const void * RTTI_CreationRendererPrivate__DeferredCompositeRenderPass = (void *)0x065057F0; -const void * RTTI_CreationRendererPrivate__DeferredGBufferOptionalRenderPass = (void *)0x065058F0; -const void * RTTI_CreationRendererPrivate__DeferredGBufferRenderPass = (void *)0x065058A0; -const void * RTTI_CreationRendererPrivate__DeferredGBufferTranslucentRenderPass = (void *)0x06505840; -const void * RTTI_CreationRendererPrivate__DepthDownsampleAvgRenderPass = (void *)0x06504DF0; -const void * RTTI_CreationRendererPrivate__DepthDownsampleRenderPass = (void *)0x06504DA0; -const void * RTTI_CreationRendererPrivate__DepthGraphRenderPass = (void *)0x06505940; -const void * RTTI_CreationRendererPrivate__DepthMVFixupRenderPass = (void *)0x06502B80; -const void * RTTI_CreationRendererPrivate__DepthMVFixupStandardRenderPass = (void *)0x06502680; -const void * RTTI_CreationRendererPrivate__DepthOfFieldBlurRenderPass = (void *)0x0650B0A0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass = (void *)0x0650B050; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCRenderPass = (void *)0x0650B1A0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCompositeRenderPass = (void *)0x0650B1F0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldDownsampleRenderPass = (void *)0x0650B240; -const void * RTTI_CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass = (void *)0x0650B140; -const void * RTTI_CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass = (void *)0x0650B290; -const void * RTTI_CreationRendererPrivate__DepthOfFieldSubGraph = (void *)0x065059F0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldTAARenderPass = (void *)0x0650B2E0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldTapBlurRenderPass = (void *)0x0650B0F0; -const void * RTTI_CreationRendererPrivate__DepthPrepassRenderPass = (void *)0x06505A90; -const void * RTTI_CreationRendererPrivate__DistantAtmospheresRenderPass = (void *)0x064F2720; -const void * RTTI_CreationRendererPrivate__DistortionBaseRenderPass = (void *)0x06505B90; -const void * RTTI_CreationRendererPrivate__DistortionCalculateColorRenderPass = (void *)0x06505B30; -const void * RTTI_CreationRendererPrivate__DistortionOutputRenderPass = (void *)0x06505BE0; -const void * RTTI_CreationRendererPrivate__DistortionParticlesRenderPass = (void *)0x06504C30; -const void * RTTI_CreationRendererPrivate__DistortionRenderPass = (void *)0x06505AE0; -const void * RTTI_CreationRendererPrivate__DoubleVisionRenderPass = (void *)0x0650B760; -const void * RTTI_CreationRendererPrivate__DownsampleHeightfieldRenderPass = (void *)0x064FDF70; -const void * RTTI_CreationRendererPrivate__DownsampleSpaceGlareRenderPass = (void *)0x064F8DC0; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass = (void *)0x064F2770; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresRenderPass = (void *)0x064F27D0; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass = (void *)0x064F2820; -const void * RTTI_CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass = (void *)0x065065B0; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecalsRenderPass = (void *)0x06507630; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass = (void *)0x06507580; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass = (void *)0x06507520; -const void * RTTI_CreationRendererPrivate__DynamicResolution = (void *)0x064F90E0; -const void * RTTI_CreationRendererPrivate__DynamicShadowBaseDrawSubGraph = (void *)0x064F6520; -const void * RTTI_CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass = (void *)0x06508FD0; -const void * RTTI_CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph = (void *)0x06508D80; -const void * RTTI_CreationRendererPrivate__DynamicShadowDrawSubGraph = (void *)0x06508DE0; -const void * RTTI_CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph = (void *)0x064F6570; -const void * RTTI_CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass = (void *)0x06509090; -const void * RTTI_CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass = (void *)0x06509030; -const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass = (void *)0x065090F0; -const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass = (void *)0x06508B40; -const void * RTTI_CreationRendererPrivate__DynamicShadowGraph = (void *)0x06508F80; -const void * RTTI_CreationRendererPrivate__DynamicShadowMapBarriersRenderPass = (void *)0x06508D20; -const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass = (void *)0x06508C00; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass = (void *)0x06508AD0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass = (void *)0x06508A70; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass = (void *)0x065089A0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass = (void *)0x06508A10; -const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass = (void *)0x06508C60; -const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareGroupedDrawsRenderPass = (void *)0x06508CC0; -const void * RTTI_CreationRendererPrivate__DynamicShadowSceneSetupRenderPass = (void *)0x06508E80; -const void * RTTI_CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass = (void *)0x06508BA0; -const void * RTTI_CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph = (void *)0x065086E0; -const void * RTTI_CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass = (void *)0x064F67E0; -const void * RTTI_CreationRendererPrivate__EmptyRenderPass = (void *)0x064F6BB8; -const void * RTTI_CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass = (void *)0x064FFFE0; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass = (void *)0x064FF870; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass = (void *)0x064FF8D0; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderPass = (void *)0x064FF710; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass = (void *)0x064FF930; -const void * RTTI_CreationRendererPrivate__FSR2ProduceInputsRenderPass = (void *)0x06505E70; -const void * RTTI_CreationRendererPrivate__FSR2UpscaleRenderPass = (void *)0x06505EC0; -const void * RTTI_CreationRendererPrivate__FSR3FrameInterpolationRenderPass = (void *)0x06501EA0; -const void * RTTI_CreationRendererPrivate__FSR3ProduceUIInputRenderPass = (void *)0x06501EF0; -const void * RTTI_CreationRendererPrivate__FSR3UpscaleRenderPass = (void *)0x06505F10; -const void * RTTI_CreationRendererPrivate__FaceCustomizationMipChainRenderPass = (void *)0x06505D20; -const void * RTTI_CreationRendererPrivate__FaceCustomizationRenderPass = (void *)0x06505CD0; -const void * RTTI_CreationRendererPrivate__FillCullingDataRenderPass = (void *)0x06506700; -const void * RTTI_CreationRendererPrivate__FillHeightfieldCullingDataRenderPass = (void *)0x06503D10; -const void * RTTI_CreationRendererPrivate__FilmGrainRenderPass = (void *)0x0650BA90; -const void * RTTI_CreationRendererPrivate__FilterCulledGeometriesRenderPass = (void *)0x06508790; -const void * RTTI_CreationRendererPrivate__FilterHeightfieldRenderPass = (void *)0x064FDF20; -const void * RTTI_CreationRendererPrivate__FirstPersonDepthRenderPass = (void *)0x06505A40; -const void * RTTI_CreationRendererPrivate__FixupIndirectArgsRenderPass = (void *)0x065091A0; -const void * RTTI_CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass = (void *)0x06509240; -const void * RTTI_CreationRendererPrivate__FlattenTextureScreensizeRenderPass = (void *)0x065066A0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass = (void *)0x06502BD0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass = (void *)0x065026D0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedCorrectionRenderPass = (void *)0x065028E0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass = (void *)0x065029A0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedMainFullResRenderPass = (void *)0x06502730; -const void * RTTI_CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass = (void *)0x06502940; -const void * RTTI_CreationRendererPrivate__ForwardBlendedRenderPass = (void *)0x06502C30; -const void * RTTI_CreationRendererPrivate__ForwardRenderPass = (void *)0x065027E0; -const void * RTTI_CreationRendererPrivate__FrameInitRenderPass = (void *)0x06505D80; -const void * RTTI_CreationRendererPrivate__FrameInterpolationSubGraph = (void *)0x064F6630; -const void * RTTI_CreationRendererPrivate__FrameRenderGraph = (void *)0x06509DA0; -const void * RTTI_CreationRendererPrivate__FrameSetupRenderPass = (void *)0x06505DD0; -const void * RTTI_CreationRendererPrivate__FullScreenBlurCompositeRenderPass = (void *)0x0650B7B0; -const void * RTTI_CreationRendererPrivate__FullScreenBlurRenderPass = (void *)0x0650B800; -const void * RTTI_CreationRendererPrivate__FullScreenColorRenderPass = (void *)0x0650BAE0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass = (void *)0x0650BB80; -const void * RTTI_CreationRendererPrivate__FullScreenColor_BloomRenderPass = (void *)0x0650BBE0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_CubemapRenderPass = (void *)0x0650BC30; -const void * RTTI_CreationRendererPrivate__FullScreenColor_DefaultRenderPass = (void *)0x0650BB30; -const void * RTTI_CreationRendererPrivate__FullScreenColor_MonochromeRenderPass = (void *)0x0650BC80; -const void * RTTI_CreationRendererPrivate__FullScreenColor_OverlayRenderPass = (void *)0x0650BCE0; -const void * RTTI_CreationRendererPrivate__FullScreenDownsampleRenderPass = (void *)0x0650B850; -const void * RTTI_CreationRendererPrivate__FullScreenScanlineRenderPass = (void *)0x06505FB0; -const void * RTTI_CreationRendererPrivate__FullScreenTapBlurRenderPass = (void *)0x0650B8A0; -const void * RTTI_CreationRendererPrivate__GBufferOverviewRenderPass = (void *)0x064F6C00; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass = (void *)0x06506800; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass = (void *)0x06506930; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass = (void *)0x065068C0; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass = (void *)0x06506860; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorRenderPass = (void *)0x065067B0; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass = (void *)0x064F70E0; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass = (void *)0x064F7260; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass = (void *)0x064F71A0; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass = (void *)0x064F7140; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryRenderPass = (void *)0x064F7090; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass = (void *)0x064F7200; -const void * RTTI_CreationRendererPrivate__GalaxyStateStarsRenderPass = (void *)0x06506000; -const void * RTTI_CreationRendererPrivate__GatherGeometryInstancesRenderPass = (void *)0x064F8120; -const void * RTTI_CreationRendererPrivate__GatherHighlightsRenderPass = (void *)0x064F6F90; -const void * RTTI_CreationRendererPrivate__GatherIndirectRenderPass = (void *)0x064E8D10; -const void * RTTI_CreationRendererPrivate__GatherLightsRenderPass = (void *)0x06506050; -const void * RTTI_CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass = (void *)0x065060A0; -const void * RTTI_CreationRendererPrivate__GatherTransformsRenderPass = (void *)0x064FEEA0; -const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass = (void *)0x06506100; -const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidRenderPass = (void *)0x06506160; -const void * RTTI_CreationRendererPrivate__GenerateFogMapRenderPass = (void *)0x06506210; -const void * RTTI_CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass = (void *)0x06506750; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass = (void *)0x06508830; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass = (void *)0x06508940; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass = (void *)0x065088E0; -const void * RTTI_CreationRendererPrivate__GeometryCullingRenderPass = (void *)0x06506600; -const void * RTTI_CreationRendererPrivate__GeometryCullingShadowsRenderPass = (void *)0x06506650; -const void * RTTI_CreationRendererPrivate__GeometryParticleBatchDepthRenderPass = (void *)0x064F6C50; -const void * RTTI_CreationRendererPrivate__GeometryParticleBatchRenderPass = (void *)0x06506350; -const void * RTTI_CreationRendererPrivate__GeometryRenderPass = (void *)0x06502790; -const void * RTTI_CreationRendererPrivate__GlobalDirtOverlayRenderPass = (void *)0x06506560; -const void * RTTI_CreationRendererPrivate__GroupedDynamicShadowMapRenderPass = (void *)0x06508E30; -const void * RTTI_CreationRendererPrivate__HDRColorGradingMergeRenderPass = (void *)0x06501DB0; -const void * RTTI_CreationRendererPrivate__HDRCompositeRenderPass = (void *)0x064E51C0; -const void * RTTI_CreationRendererPrivate__HDRHistogramClearRenderPass = (void *)0x064E52C0; -const void * RTTI_CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass = (void *)0x064E5260; -const void * RTTI_CreationRendererPrivate__HDRSubGraph = (void *)0x064E5178; -const void * RTTI_CreationRendererPrivate__HeightFieldRenderPass = (void *)0x06503C10; -const void * RTTI_CreationRendererPrivate__HeightFieldSubGraphRenderPass = (void *)0x06504090; -const void * RTTI_CreationRendererPrivate__HeightfieldSystemRenderPass = (void *)0x06504040; -const void * RTTI_CreationRendererPrivate__HighlightMaskRenderPass = (void *)0x06506990; -const void * RTTI_CreationRendererPrivate__HighlightPrepareRenderPass = (void *)0x065069E0; -const void * RTTI_CreationRendererPrivate__HighlightRenderPass = (void *)0x06506A30; -const void * RTTI_CreationRendererPrivate__ImGuiEventHandler = (void *)0x0650A150; -const void * RTTI_CreationRendererPrivate__ImageCaptureData = (void *)0x064E0878; -const void * RTTI_CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass = (void *)0x06506A80; -const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass = (void *)0x06506B50; -const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass = (void *)0x06506AE0; -const void * RTTI_CreationRendererPrivate__ImageCapture_IconGenerationRenderPass = (void *)0x064F6F30; -const void * RTTI_CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass = (void *)0x06506BB0; -const void * RTTI_CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass = (void *)0x06506C10; -const void * RTTI_CreationRendererPrivate__ImageProcessMedianBlurRenderPass = (void *)0x06506C70; -const void * RTTI_CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass = (void *)0x0650BA30; -const void * RTTI_CreationRendererPrivate__ImageProcessRenderGraph = (void *)0x06509DE0; -const void * RTTI_CreationRendererPrivate__IndirectRenderPass = (void *)0x064E8C20; -const void * RTTI_CreationRendererPrivate__IndirectSetupRenderPass = (void *)0x064E8DB0; -const void * RTTI_CreationRendererPrivate__InitializeInscatterOrderRenderPass = (void *)0x064FFEC0; -const void * RTTI_CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass = (void *)0x064FFBB0; -const void * RTTI_CreationRendererPrivate__InjectDistantAtmosphereLUTRenderPass = (void *)0x064FF650; -const void * RTTI_CreationRendererPrivate__InjectPreviousDepthBufferRenderPass = (void *)0x064F6720; -const void * RTTI_CreationRendererPrivate__InjectSpaceGlareCurrentFrameRenderPass = (void *)0x064F8EB0; -const void * RTTI_CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass = (void *)0x064E8680; -const void * RTTI_CreationRendererPrivate__InterpolateIrradianceRenderPass = (void *)0x064FFCD0; -const void * RTTI_CreationRendererPrivate__LensFlareComputeRenderPass = (void *)0x06506D60; -const void * RTTI_CreationRendererPrivate__LensFlareDrawRenderPass = (void *)0x064F6DE0; -const void * RTTI_CreationRendererPrivate__LensFlareSystemRenderPass = (void *)0x064F6D90; -const void * RTTI_CreationRendererPrivate__LensFlare_AlphaBlendRenderPass = (void *)0x06506D10; -const void * RTTI_CreationRendererPrivate__LensFlare_VisibilityRenderPass = (void *)0x06506CC0; -const void * RTTI_CreationRendererPrivate__LightCoarseCullingCompactionRenderPass = (void *)0x0650B330; -const void * RTTI_CreationRendererPrivate__LightCoarseCullingRenderPass = (void *)0x0650B390; -const void * RTTI_CreationRendererPrivate__LightInfluenceDepthMinRenderPass = (void *)0x06506EA0; -const void * RTTI_CreationRendererPrivate__LightInfluenceSubGraphRenderPass = (void *)0x06506E50; -const void * RTTI_CreationRendererPrivate__LightingRenderPass = (void *)0x06506EF0; -const void * RTTI_CreationRendererPrivate__LoadMenuHiddenEventHandler = (void *)0x064E1F60; -const void * RTTI_CreationRendererPrivate__LogicalCell = (void *)0x064F7D28; -const void * RTTI_CreationRendererPrivate__MainRenderGraph = (void *)0x06509D60; -const void * RTTI_CreationRendererPrivate__MeshEventHandler = (void *)0x064E38A8; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchCommonRenderPass = (void *)0x064F6E30; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchCullingRenderPass = (void *)0x064F6910; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchDepthRenderPass = (void *)0x064F6E80; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass = (void *)0x064F68B0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass = (void *)0x064F6850; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass = (void *)0x06507230; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass = (void *)0x06507290; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchRenderPass = (void *)0x064F69C0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchShadowRenderPass = (void *)0x064F6970; -const void * RTTI_CreationRendererPrivate__MeshLODDB = (void *)0x064EAE40; -const void * RTTI_CreationRendererPrivate__MeshletBuildIndexBufferRenderPass = (void *)0x06507090; -const void * RTTI_CreationRendererPrivate__MeshletFrustumCullingRenderPass = (void *)0x06507190; -const void * RTTI_CreationRendererPrivate__MeshletListBuildRenderPass = (void *)0x06506F40; -const void * RTTI_CreationRendererPrivate__MeshletMaterialOffsetsRenderPass = (void *)0x06507040; -const void * RTTI_CreationRendererPrivate__MeshletOcclusionCullingRenderPass = (void *)0x065071E0; -const void * RTTI_CreationRendererPrivate__MeshletPrepareArgsRenderPass = (void *)0x06506FF0; -const void * RTTI_CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass = (void *)0x06506F90; -const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesRenderPass = (void *)0x064F6A10; -const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass = (void *)0x064F6A60; -const void * RTTI_CreationRendererPrivate__MeshletReadbackIndexCountRenderPass = (void *)0x06507130; -const void * RTTI_CreationRendererPrivate__MeshletTriangleCullingRenderPass = (void *)0x065070E0; -const void * RTTI_CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode = (void *)0x064CD350; -const void * RTTI_CreationRendererPrivate__Messaging__Dependency__InternalProcessorType = (void *)0x064E16F0; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass = (void *)0x06502C80; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass = (void *)0x06502A60; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderPass = (void *)0x064F3140; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass = (void *)0x06502A00; -const void * RTTI_CreationRendererPrivate__MorphDB = (void *)0x06504A60; -const void * RTTI_CreationRendererPrivate__MorphRenderPass = (void *)0x065072F0; -const void * RTTI_CreationRendererPrivate__MorphSystemEndFrameRenderPass = (void *)0x064F6AC0; -const void * RTTI_CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass = (void *)0x0650B700; -const void * RTTI_CreationRendererPrivate__MotionBlurRenderPass = (void *)0x06509C20; -const void * RTTI_CreationRendererPrivate__MotionBlurSubGraph = (void *)0x06509BD0; -const void * RTTI_CreationRendererPrivate__MotionVectorCompositeRenderPass = (void *)0x06507330; -const void * RTTI_CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass = (void *)0x064FFC70; -const void * RTTI_CreationRendererPrivate__NV_Streamline__StreamlineEventHandler = (void *)0x064E5FF0; -const void * RTTI_CreationRendererPrivate__PartialClearColorBufferRenderPass = (void *)0x06505500; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass = (void *)0x064EC2D0; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass = (void *)0x064EC270; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass = (void *)0x064EC390; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass = (void *)0x064EC330; -const void * RTTI_CreationRendererPrivate__ParticleDataPreFilterRenderPass = (void *)0x064EBF40; -const void * RTTI_CreationRendererPrivate__ParticleLightingClearBuffersRenderPass = (void *)0x064EBFF0; -const void * RTTI_CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass = (void *)0x064EB9F0; -const void * RTTI_CreationRendererPrivate__ParticleLightingRenderPass = (void *)0x064EBA50; -const void * RTTI_CreationRendererPrivate__ParticlesCopyToDestRenderPass = (void *)0x06504D50; -const void * RTTI_CreationRendererPrivate__ParticlesCorrectionRenderPass = (void *)0x06504AF0; -const void * RTTI_CreationRendererPrivate__ParticlesMainFullResRenderPass = (void *)0x06504B90; -const void * RTTI_CreationRendererPrivate__ParticlesMainHalfResRenderPass = (void *)0x06504AA0; -const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass = (void *)0x06504C80; -const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass = (void *)0x06504CE0; -const void * RTTI_CreationRendererPrivate__ParticlesRenderPass = (void *)0x06504BE0; -const void * RTTI_CreationRendererPrivate__PauseMenuExitedEventHandler = (void *)0x064F2C60; -const void * RTTI_CreationRendererPrivate__PointCloudCullingRenderPass = (void *)0x06507380; -const void * RTTI_CreationRendererPrivate__PointCloudDrawRenderPass = (void *)0x065073D0; -const void * RTTI_CreationRendererPrivate__PointCloudEventHandler = (void *)0x064EE170; -const void * RTTI_CreationRendererPrivate__PostEffectPreUpscaleRenderPass = (void *)0x06509C70; -const void * RTTI_CreationRendererPrivate__PostSharpenRenderPass = (void *)0x0650BD30; -const void * RTTI_CreationRendererPrivate__PostUpscaleImageSpaceSubGraph = (void *)0x0650B8F0; -const void * RTTI_CreationRendererPrivate__PostUpscaleSubGraph = (void *)0x0650B990; -const void * RTTI_CreationRendererPrivate__PreUpscaleImageSpaceSubGraph = (void *)0x0650B940; -const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass = (void *)0x064FF5F0; -const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass = (void *)0x06504E40; -const void * RTTI_CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass = (void *)0x064FFD20; -const void * RTTI_CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass = (void *)0x06509D10; -const void * RTTI_CreationRendererPrivate__PrecomputeSingleScatteringRenderPass = (void *)0x064FFF20; -const void * RTTI_CreationRendererPrivate__PrefilterCubemapRenderPass = (void *)0x064E8D60; -const void * RTTI_CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass = (void *)0x064F6FE0; -const void * RTTI_CreationRendererPrivate__PrepareEndFrameRenderPass = (void *)0x064F6B10; -const void * RTTI_CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass = (void *)0x064F6470; -const void * RTTI_CreationRendererPrivate__PrepareProjectedDecalsRenderPass = (void *)0x065075E0; -const void * RTTI_CreationRendererPrivate__PrepareReflectionProbeDataRenderPass = (void *)0x06508400; -const void * RTTI_CreationRendererPrivate__PrepareSkinningRenderPass = (void *)0x064F64D0; -const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass = (void *)0x064F89F0; -const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapRenderPass = (void *)0x064F66D0; -const void * RTTI_CreationRendererPrivate__ProbeClassifyRenderPass = (void *)0x064F2920; -const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass = (void *)0x064F2A70; -const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingRenderPass = (void *)0x064F2970; -const void * RTTI_CreationRendererPrivate__ProbeFaceSceneSetupRenderPass = (void *)0x06507EF0; -const void * RTTI_CreationRendererPrivate__ProbeGridGPUCullingRenderPass = (void *)0x065020D0; -const void * RTTI_CreationRendererPrivate__ProbeLightCullingRenderPass = (void *)0x064F2AD0; -const void * RTTI_CreationRendererPrivate__ProbeRenderPass = (void *)0x064F2B20; -const void * RTTI_CreationRendererPrivate__ProbeSystemRenderPass = (void *)0x064F2B60; -const void * RTTI_CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass = (void *)0x06503CB0; -const void * RTTI_CreationRendererPrivate__ProduceDynamicShadowMapDataRenderPass = (void *)0x06508ED0; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass = (void *)0x064F3440; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass = (void *)0x064F33D0; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass = (void *)0x064F3190; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass = (void *)0x064F3370; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass = (void *)0x064F3310; -const void * RTTI_CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass = (void *)0x064F65D0; -const void * RTTI_CreationRendererPrivate__ProduceShadingRateImageRenderPass = (void *)0x06507420; -const void * RTTI_CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass = (void *)0x06507D80; -const void * RTTI_CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass = (void *)0x0650B5B0; -const void * RTTI_CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass = (void *)0x06507890; -const void * RTTI_CreationRendererPrivate__ProjectedDecalRenderPass = (void *)0x065074D0; -const void * RTTI_CreationRendererPrivate__RadialBlurRenderPass = (void *)0x065077E0; -const void * RTTI_CreationRendererPrivate__RayTraceProbeComputeRenderPass = (void *)0x064F29C0; -const void * RTTI_CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass = (void *)0x064F2A10; -const void * RTTI_CreationRendererPrivate__RaymarchSampleLocationsRenderPass = (void *)0x064FFA50; -const void * RTTI_CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass = (void *)0x064FF9F0; -const void * RTTI_CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass = (void *)0x064FF990; -const void * RTTI_CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass = (void *)0x06507D20; -const void * RTTI_CreationRendererPrivate__ReflectionProbeClearThinDeferredGBufferRenderPass = (void *)0x065080C0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeComputeSHRenderPass = (void *)0x06508340; -const void * RTTI_CreationRendererPrivate__ReflectionProbeCopyDepth = (void *)0x06507BC0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeCopySky = (void *)0x06507AD0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass = (void *)0x06508240; -const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryCullingRenderPass = (void *)0x06507E40; -const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryOffsetsRenderPass = (void *)0x06507FA0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass = (void *)0x06507A60; -const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass = (void *)0x06507A00; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMaterialIndexOffsetsRenderPass = (void *)0x065081E0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletCullingRenderPass = (void *)0x06508060; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletListBuildRenderPass = (void *)0x06508000; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMipChainRenderPass = (void *)0x06507C10; -const void * RTTI_CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass = (void *)0x0650B550; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass = (void *)0x06507C60; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareDrawParamsRenderPass = (void *)0x06508180; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareGroupedDrawsRenderPass = (void *)0x06508120; -const void * RTTI_CreationRendererPrivate__ReflectionProbeRenderPass = (void *)0x06508460; -const void * RTTI_CreationRendererPrivate__ReflectionProbeSceneSetupRenderPass = (void *)0x06507DE0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass = (void *)0x065083A0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeSubGraphRenderPass = (void *)0x065082A0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeTerrainRenderPass = (void *)0x065082F0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeTriangleCullingRenderPass = (void *)0x06507F40; -const void * RTTI_CreationRendererPrivate__RefractionBlurRenderPass = (void *)0x065051B0; -const void * RTTI_CreationRendererPrivate__RefractionDownsample0RenderPass = (void *)0x06505200; -const void * RTTI_CreationRendererPrivate__RefractionDownsampleMipChainRenderPass = (void *)0x06505150; -const void * RTTI_CreationRendererPrivate__RefractionMaskDilationRenderPass = (void *)0x065050A0; -const void * RTTI_CreationRendererPrivate__RefractionMaskGenRenderPass = (void *)0x06505050; -const void * RTTI_CreationRendererPrivate__RefractionMaskRenderPass = (void *)0x06502630; -const void * RTTI_CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass = (void *)0x064FFAA0; -const void * RTTI_CreationRendererPrivate__RenderGraph = (void *)0x064E4FD8; -const void * RTTI_CreationRendererPrivate__RenderGraphEventHandler = (void *)0x064E5830; -const void * RTTI_CreationRendererPrivate__RenderPass = (void *)0x064E21C0; -const void * RTTI_CreationRendererPrivate__RenderSceneSubGraph = (void *)0x0650B9E0; -const void * RTTI_CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass = (void *)0x064FFC10; -const void * RTTI_CreationRendererPrivate__RenderViewSubGraph = (void *)0x06509CC0; -const void * RTTI_CreationRendererPrivate__ReprojectShadingRateImageRenderPass = (void *)0x06507470; -const void * RTTI_CreationRendererPrivate__ResetCullingMemoryRequestHandler = (void *)0x064FE230; -const void * RTTI_CreationRendererPrivate__ResourceLifecycleJobSite = (void *)0x064F9030; -const void * RTTI_CreationRendererPrivate__SAOEmptyRenderPass = (void *)0x064EB960; -const void * RTTI_CreationRendererPrivate__SAORenderPass = (void *)0x064EB9A8; -const void * RTTI_CreationRendererPrivate__ScaleformCompositeRenderPass = (void *)0x065084B0; -const void * RTTI_CreationRendererPrivate__ScaleformEventHandler = (void *)0x064EDAF0; -const void * RTTI_CreationRendererPrivate__ScaleformRenderPass = (void *)0x0650B6B0; -const void * RTTI_CreationRendererPrivate__ScaleformText2DRenderPass = (void *)0x064F80D0; -const void * RTTI_CreationRendererPrivate__ScaleformTextRenderPass = (void *)0x064F8080; -const void * RTTI_CreationRendererPrivate__ScaleformToTextureRenderPass = (void *)0x0650B660; -const void * RTTI_CreationRendererPrivate__SceneSetupRenderPass = (void *)0x064E2260; -const void * RTTI_CreationRendererPrivate__ScreenSpaceShadowsRenderPass = (void *)0x064E9740; -const void * RTTI_CreationRendererPrivate__SeparableSSS_HorizontalRenderPass = (void *)0x06508500; -const void * RTTI_CreationRendererPrivate__SeparableSSS_RenderPass = (void *)0x06508550; -const void * RTTI_CreationRendererPrivate__SeparableSSS_VerticalRenderPass = (void *)0x065085A0; -const void * RTTI_CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass = (void *)0x064FF6B0; -const void * RTTI_CreationRendererPrivate__SetupDynamicShadowRenderPass = (void *)0x06508F30; -const void * RTTI_CreationRendererPrivate__ShadowInstanceBarriersRenderPass = (void *)0x065087E0; -const void * RTTI_CreationRendererPrivate__ShadowManagerEventHandler = (void *)0x064EC650; -const void * RTTI_CreationRendererPrivate__ShadowMapInstanceRenderPass = (void *)0x06508690; -const void * RTTI_CreationRendererPrivate__ShadowMapRenderPass = (void *)0x065085F0; -const void * RTTI_CreationRendererPrivate__ShadowMapSceneSetupRenderPass = (void *)0x06508890; -const void * RTTI_CreationRendererPrivate__ShadowMapSubGraphRenderPass = (void *)0x06508640; -const void * RTTI_CreationRendererPrivate__ShadowMaskRenderPass = (void *)0x0650B610; -const void * RTTI_CreationRendererPrivate__ShadowSubGraphRenderPass = (void *)0x06508740; -const void * RTTI_CreationRendererPrivate__SharedMeshResourcesRegistry = (void *)0x065019F0; -const void * RTTI_CreationRendererPrivate__SkinnedDecalPrepareRenderPass = (void *)0x06509150; -const void * RTTI_CreationRendererPrivate__SkinningRenderPass = (void *)0x065092A0; -const void * RTTI_CreationRendererPrivate__SkinningSystemEndFrameRenderPass = (void *)0x064F8880; -const void * RTTI_CreationRendererPrivate__SkinningSystemRenderPass = (void *)0x064F8830; -const void * RTTI_CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass = (void *)0x064F8990; -const void * RTTI_CreationRendererPrivate__SkyCubemapRenderPass = (void *)0x064F8CB0; -const void * RTTI_CreationRendererPrivate__SkyCubemapSystemRenderPass = (void *)0x064F6680; -const void * RTTI_CreationRendererPrivate__SkyLightingRenderPass = (void *)0x065092F0; -const void * RTTI_CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass = (void *)0x064FDFC0; -const void * RTTI_CreationRendererPrivate__SkyOcclusionMaskRenderPass = (void *)0x064FDED0; -const void * RTTI_CreationRendererPrivate__SkyOcclusionRenderPass = (void *)0x064FE010; -const void * RTTI_CreationRendererPrivate__SkyOcclusionSystemRenderPass = (void *)0x064FE060; -const void * RTTI_CreationRendererPrivate__SobelSpaceGlareRenderPass = (void *)0x064F8F60; -const void * RTTI_CreationRendererPrivate__SpaceGlareApplyRenderPass = (void *)0x064F8E10; -const void * RTTI_CreationRendererPrivate__SpaceGlareCopyRenderPass = (void *)0x064F8F10; -const void * RTTI_CreationRendererPrivate__SpaceGlareRenderPass = (void *)0x064F8D70; -const void * RTTI_CreationRendererPrivate__SparseGridCell = (void *)0x064F7D68; -const void * RTTI_CreationRendererPrivate__SporadicRenderGraphRenderPass = (void *)0x06509340; -const void * RTTI_CreationRendererPrivate__StarfieldCoarseCullingRenderPass = (void *)0x06509430; -const void * RTTI_CreationRendererPrivate__StarfieldEventHandler = (void *)0x064E9220; -const void * RTTI_CreationRendererPrivate__StarfieldProcessStarsRenderPass = (void *)0x06509480; -const void * RTTI_CreationRendererPrivate__StarfieldRenderPass = (void *)0x06509390; -const void * RTTI_CreationRendererPrivate__StarfieldRenderPassBase = (void *)0x065093E0; -const void * RTTI_CreationRendererPrivate__StarfieldTiledCullingRenderPass = (void *)0x06509520; -const void * RTTI_CreationRendererPrivate__StarfieldTiledRenderRenderPass = (void *)0x065094D0; -const void * RTTI_CreationRendererPrivate__StarmapGravityWavesEventHandler = (void *)0x064F1F40; -const void * RTTI_CreationRendererPrivate__StarmapGravityWavesRenderPass = (void *)0x064F2140; -const void * RTTI_CreationRendererPrivate__StarmapOrbitsEventHandler = (void *)0x064F1AD0; -const void * RTTI_CreationRendererPrivate__StarmapOrbitsRenderPass = (void *)0x064F1310; -const void * RTTI_CreationRendererPrivate__SubmitAndPresentThread = (void *)0x064F3D80; -const void * RTTI_CreationRendererPrivate__SunDiskRenderPass = (void *)0x06509570; -const void * RTTI_CreationRendererPrivate__SunDiskSkyCubemapRenderPass = (void *)0x064F8B10; -const void * RTTI_CreationRendererPrivate__SwapChainEventHandler = (void *)0x064E87E0; -const void * RTTI_CreationRendererPrivate__TemporalAA_idTech7RenderPass = (void *)0x0650BD80; -const void * RTTI_CreationRendererPrivate__TerrainClipmapAndMIMRenderPass = (void *)0x064E8790; -const void * RTTI_CreationRendererPrivate__TerrainClipmapUpdateRenderPass = (void *)0x064E8490; -const void * RTTI_CreationRendererPrivate__TerrainDensityUpdateRenderPass = (void *)0x064E8350; -const void * RTTI_CreationRendererPrivate__TerrainDepthAndShadowsSubGraph = (void *)0x064E8740; -const void * RTTI_CreationRendererPrivate__TerrainDepthDrawRenderPass = (void *)0x064E8440; -const void * RTTI_CreationRendererPrivate__TerrainHeightFieldRenderPass = (void *)0x06503C60; -const void * RTTI_CreationRendererPrivate__TerrainMIMUpdateRenderPass = (void *)0x064E83A0; -const void * RTTI_CreationRendererPrivate__TerrainRenderPass = (void *)0x064E8640; -const void * RTTI_CreationRendererPrivate__TerrainShadowsRenderPass = (void *)0x064E83F0; -const void * RTTI_CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass = (void *)0x064E86E0; -const void * RTTI_CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass = (void *)0x065079A0; -const void * RTTI_CreationRendererPrivate__ThinDeferredGBufferRenderPass = (void *)0x06507950; -const void * RTTI_CreationRendererPrivate__ThinDeferredLightingRenderPass = (void *)0x06507B70; -const void * RTTI_CreationRendererPrivate__ThinDeferredPrepareRenderPass = (void *)0x06507EA0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass = (void *)0x064FEBD0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass = (void *)0x064FEDC0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass = (void *)0x064FEAA0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass = (void *)0x064FEC90; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass = (void *)0x064FECF0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass = (void *)0x064FEC30; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass = (void *)0x064FEB70; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7RenderPass = (void *)0x064FEA50; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass = (void *)0x064FED60; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass = (void *)0x064FEE30; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass = (void *)0x064FEB00; -const void * RTTI_CreationRendererPrivate__TiledCullingRenderPass = (void *)0x065095B0; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass = (void *)0x064E97F0; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass = (void *)0x064E9790; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsRenderPass = (void *)0x064E96E0; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass = (void *)0x065040E0; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass = (void *)0x06509600; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass = (void *)0x06504140; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass = (void *)0x065041A0; -const void * RTTI_CreationRendererPrivate__TiledDepthRangeRenderPass = (void *)0x06509660; -const void * RTTI_CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass = (void *)0x064FF760; -const void * RTTI_CreationRendererPrivate__UIRenderPass = (void *)0x06509768; -const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass = (void *)0x06502AC0; -const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreCloudsRenderPass = (void *)0x06502880; -const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass = (void *)0x06502B20; -const void * RTTI_CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass = (void *)0x064FFD80; -const void * RTTI_CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass = (void *)0x064F6780; -const void * RTTI_CreationRendererPrivate__UpdateSharedIndexBufferRenderPass = (void *)0x065097B0; -const void * RTTI_CreationRendererPrivate__UpscaleSubGraph = (void *)0x064E6488; -const void * RTTI_CreationRendererPrivate__VignetteRenderPass = (void *)0x0650BDD0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingApplyRenderPass = (void *)0x064EC3F0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingCullingRenderPass = (void *)0x06509800; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass = (void *)0x06509860; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass = (void *)0x065098C0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass = (void *)0x06502D60; -const void * RTTI_CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass = (void *)0x06502CF0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingIntegrateRenderPass = (void *)0x06509930; -const void * RTTI_CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass = (void *)0x06509990; -const void * RTTI_CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass = (void *)0x065099F0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass = (void *)0x06509A50; -const void * RTTI_CreationRendererPrivate__WaterDisplacementRenderPass = (void *)0x064EB800; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass = (void *)0x064EB750; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_InjectionRenderPass = (void *)0x064EB6F0; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_MainRenderPass = (void *)0x064EB7B0; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass = (void *)0x064EB690; -const void * RTTI_CreationRendererPrivate__WaterMVRenderPass = (void *)0x06509B00; -const void * RTTI_CreationRendererPrivate__WaterPrepareRenderPass = (void *)0x06509B80; -const void * RTTI_CreationRendererPrivate__WaterRenderGraphRenderPass = (void *)0x06509AB0; -const void * RTTI_CreationRendererPrivate__WaterRenderPass = (void *)0x06509B40; -const void * RTTI_CreationRendererPrivate__WetnessOcclusionMaskRenderPass = (void *)0x064FE0B0; -const void * RTTI_CreationRendererPrivate__WindowEventHandler = (void *)0x064E73D0; -const void * RTTI_CreationRendererPrivate__WorldCell = (void *)0x064F7C78; -const void * RTTI_CreationRendererPrivate__XeSSProduceInputsRenderPass = (void *)0x06505F60; -const void * RTTI_CreationRendererPrivate__XeSSUpscaleRenderPass = (void *)0x06501E50; -const void * RTTI_CreationRenderer__ImageCaptureExportToFileNode = (void *)0x0636CF80; -const void * RTTI_CreationRenderer__MaterialInstance__TextureVisitor = (void *)0x0627CA80; -const void * RTTI_CreationRenderer__Messaging__MessageProcessor = (void *)0x064E0FE0; -const void * RTTI_CreationRenderer__Messaging__StreamedResourceNode = (void *)0x06485930; -const void * RTTI_CreationRenderer__RendererQualityPref = (void *)0x064E1958; -const void * RTTI_CreationRenderer__RendererQualitySetting = (void *)0x06192E20; -const void * RTTI_CreationRenderer__RendererQualitySettingCollection = (void *)0x064E1910; -const void * RTTI_CreationUninstalledEventListener = (void *)0x06321230; -const void * RTTI_CreationsLibraryData = (void *)0x0631D498; -const void * RTTI_CreationsLibraryDataModel = (void *)0x0631D3F8; -const void * RTTI_CreationsLibraryDataModel__CreationsLibraryModelEventShuttle = (void *)0x0631D6E0; -const void * RTTI_CreationsLibraryEntryData = (void *)0x0631D4C8; -const void * RTTI_CreditsDataModel = (void *)0x0631DDD8; -const void * RTTI_CreditsDataModel__CreditsDataModelEventShuttle = (void *)0x0631DD90; -const void * RTTI_CreditsMenu = (void *)0x064268C8; -const void * RTTI_CrewExtraData = (void *)0x062526F0; -const void * RTTI_CriticallyDampenVariable = (void *)0x06470F30; -const void * RTTI_CriticallyDampenVariableInstance = (void *)0x06470F60; -const void * RTTI_CrowdInhibitNullStrategy = (void *)0x06313F20; -const void * RTTI_CrowdInhibitStrategyDefault = (void *)0x06313EE8; -const void * RTTI_CrowdInhibitStrategyDisable = (void *)0x06313F50; -const void * RTTI_CrowdManager = (void *)0x06313E60; -const void * RTTI_CrowdWallaBubble = (void *)0x06318BC0; -const void * RTTI_CullFurnitureBoneHandler = (void *)0x063E4968; -const void * RTTI_CullWeaponsHandler = (void *)0x063E49D0; -const void * RTTI_CumulativeAnimation = (void *)0x06470E60; -const void * RTTI_CumulativeAnimationInstance = (void *)0x06470E90; -const void * RTTI_CureEffect = (void *)0x0639DD18; -const void * RTTI_CursorMenu = (void *)0x064A4228; -const void * RTTI_CursorMenu__CursorGameEventShuttle = (void *)0x064A4168; -const void * RTTI_CursorMoveEvent = (void *)0x06474150; -const void * RTTI_CurvedPathBlender = (void *)0x06470228; -const void * RTTI_CurvedPathBlenderInstance = (void *)0x06470A20; -const void * RTTI_CustomActorPackageData = (void *)0x063D0540; -const void * RTTI_CustomUtils__HasForceGreetVisitor = (void *)0x062EDD70; -const void * RTTI_D3D12MA__BlockMetadata = (void *)0x065038F8; -const void * RTTI_D3D12MA__BlockMetadata_Generic = (void *)0x06503958; -const void * RTTI_D3D12MA__MemoryBlock = (void *)0x06503928; -const void * RTTI_D3D12MA__NormalBlock = (void *)0x065038C8; -const void * RTTI_DamageEffect = (void *)0x0639DD40; -const void * RTTI_DampenVariable = (void *)0x06471470; -const void * RTTI_DampenVariableInstance = (void *)0x06471440; -const void * RTTI_DarknessEffect = (void *)0x0639DD68; -const void * RTTI_DataMenu = (void *)0x063834A0; -const void * RTTI_DataMenuDataModel = (void *)0x06330EA8; -const void * RTTI_DataMenuDataModel__DataMenuEventShuttle = (void *)0x06331260; -const void * RTTI_DataMenuInventoryItem = (void *)0x06330C60; -const void * RTTI_DataMenuPersistentDataModel = (void *)0x06330E70; -const void * RTTI_DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle = (void *)0x06330DC0; -const void * RTTI_DataMenu_CloseMenu = (void *)0x06383660; -const void * RTTI_DataMenu_ClosedForSubMenu = (void *)0x06383690; -const void * RTTI_DataMenu_Missions = (void *)0x063835D0; -const void * RTTI_DataMenu_OpenPauseMenu = (void *)0x06383508; -const void * RTTI_DataMenu_PlotToLocation = (void *)0x06383438; -const void * RTTI_DataMenu_Reopened = (void *)0x06383570; -const void * RTTI_DataMenu_SelectedAttributesMenu = (void *)0x06382B60; -const void * RTTI_DataMenu_SelectedInventoryMenu = (void *)0x06382BC8; -const void * RTTI_DataMenu_SelectedMapMenu = (void *)0x06382B98; -const void * RTTI_DataMenu_SelectedPowersMenu = (void *)0x06383468; -const void * RTTI_DataMenu_SelectedShipMenu = (void *)0x06383630; -const void * RTTI_DataMenu_SelectedStatusMenu = (void *)0x063835F8; -const void * RTTI_DataMenu_SetMenuForQuickEntry = (void *)0x06383598; -const void * RTTI_DataMenu_SetPaperDollActive = (void *)0x06383538; -const void * RTTI_DataMenu_StartCloseAnim = (void *)0x06330B38; -const void * RTTI_DataSlateButtons = (void *)0x06364AD8; -const void * RTTI_DataSlateButtons_acceptClicked = (void *)0x06365A38; -const void * RTTI_DataSlateButtons_cancelClicked = (void *)0x06365958; -const void * RTTI_DataSlateMenu = (void *)0x06365990; -const void * RTTI_DataSlateMenu__DataSlateData = (void *)0x06365620; -const void * RTTI_DataSlateMenu__DataSlateEventShuttle = (void *)0x063657F0; -const void * RTTI_DataSlateMenu_playSFX = (void *)0x06365A08; -const void * RTTI_DataSlateMenu_toggleAudio = (void *)0x06365A70; -const void * RTTI_DeathEmoteHandler = (void *)0x063E5360; -const void * RTTI_DeathStopHandler = (void *)0x063E5280; -const void * RTTI_DefaultCollection = (void *)0x06487410; -const void * RTTI_DefaultMessageBoxCallback = (void *)0x062D6B30; -const void * RTTI_DeferredDeletion__IDeferredDeleter = (void *)0x063AB200; -const void * RTTI_DeferredDeletion__IGCService = (void *)0x063AF6E8; -const void * RTTI_DemoralizeEffect = (void *)0x0639F3C0; -const void * RTTI_DependentAnimationGraphManagerHolder = (void *)0x0623FFD8; -const void * RTTI_DescriptionBox = (void *)0x06510ED8; -const void * RTTI_DesyncInteractionHandler = (void *)0x063E6308; -const void * RTTI_DetectLifeEffect = (void *)0x0639DD90; -const void * RTTI_DetectionCollector = (void *)0x0639DE40; -const void * RTTI_DetectionDebugData = (void *)0x063D0700; -const void * RTTI_DetectionState = (void *)0x063D06D8; -const void * RTTI_DeviceChangeEvent = (void *)0x064741F0; -const void * RTTI_DeviceChangeHandler = (void *)0x0642BC88; -const void * RTTI_DeviceConnectEvent = (void *)0x064741C0; -const void * RTTI_DialogueCameraState = (void *)0x062FA558; -const void * RTTI_DialogueMenu = (void *)0x06427B90; -const void * RTTI_DialogueMenu_CompleteExit = (void *)0x06358DB8; -const void * RTTI_DialogueMenu_OnDialogueSelect = (void *)0x06426FF0; -const void * RTTI_DialogueMenu_OnListVisibilityChange = (void *)0x06426AA0; -const void * RTTI_DialogueMenu_OnPersuasionAutoWin = (void *)0x06426A68; -const void * RTTI_DialogueMenu_RequestExit = (void *)0x06427B60; -const void * RTTI_DialogueMenu_RequestSkipDialogue = (void *)0x06427BB8; -const void * RTTI_DialoguePackage = (void *)0x062EDCC0; -const void * RTTI_DialogueUIDataModel = (void *)0x06358D88; -const void * RTTI_DialogueUIDataModel__DialogueData = (void *)0x06359108; -const void * RTTI_DialogueUIDataModel__DialogueEntryData = (void *)0x06358BC8; -const void * RTTI_DialogueUIDataModel__DialogueListData = (void *)0x06358B30; -const void * RTTI_DialogueUIDataModel__DialogueUIDataEventShuttle = (void *)0x06358CA0; -const void * RTTI_DialogueUIDataModel__PersuasionEntryData = (void *)0x06358C08; -const void * RTTI_DialogueUIDataModel__PersuasionListData = (void *)0x063588E8; -const void * RTTI_DialogueUIDataModel__PersuasionPointsData = (void *)0x063590C8; -const void * RTTI_DirectAtNode = (void *)0x06471988; -const void * RTTI_DirectAtNodeInstance = (void *)0x064719B0; -const void * RTTI_DisableCharacterBumperHandler = (void *)0x063E4FF8; -const void * RTTI_DisableCharacterControllerHandler = (void *)0x063E6128; -const void * RTTI_DisableCharacterPitchHandler = (void *)0x063E4C78; -const void * RTTI_DisableCollisionHandler = (void *)0x063E5068; -const void * RTTI_DisarmEffect = (void *)0x0639DDE0; -const void * RTTI_DisconnectHandler = (void *)0x0642BE50; -const void * RTTI_DisguiseEffect = (void *)0x0639DE98; -const void * RTTI_DisguiseEffect__DetectionChecker = (void *)0x0639DE08; -const void * RTTI_DispelEffect = (void *)0x0639DEC0; -const void * RTTI_DiveBombPathController = (void *)0x06407738; -const void * RTTI_DoNotInterruptAnimationHandler = (void *)0x063E51E8; -const void * RTTI_DocAcceptDataModel = (void *)0x0633C798; -const void * RTTI_DocAcceptDataModel__DocAcceptEventShuttle = (void *)0x0633C6C0; -const void * RTTI_DocAcceptMenu = (void *)0x0631FD48; -const void * RTTI_DocAcceptMenu_Accept = (void *)0x0631FDF8; -const void * RTTI_DoorObstacleAdapter = (void *)0x063B5958; -const void * RTTI_DownloadProgressBar = (void *)0x0650F960; -const void * RTTI_DownloadingPopUp = (void *)0x065106B8; -const void * RTTI_DropResourcesEffect = (void *)0x0639EBF8; -const void * RTTI_DrugsCraftingMenu = (void *)0x063836C0; -const void * RTTI_DualDirectAtNode = (void *)0x06471960; -const void * RTTI_DualDirectAtNodeInstance = (void *)0x06471930; -const void * RTTI_DualValueModifierEffect = (void *)0x0639DEE8; -const void * RTTI_DynamicAnimationNode = (void *)0x06471640; -const void * RTTI_DynamicAnimationNodeInstance = (void *)0x06471608; -const void * RTTI_DynamicGraphReference = (void *)0x06470830; -const void * RTTI_DynamicGraphReferenceInstance = (void *)0x06470860; -const void * RTTI_DynamicIdleDataSingletonHelper = (void *)0x062401E8; -const void * RTTI_DynamicNavMeshTask = (void *)0x06249B60; -const void * RTTI_DynamicNavMeshTaskCellRemap = (void *)0x06249B90; -const void * RTTI_DynamicNavMeshTaskStitching = (void *)0x06249B28; -const void * RTTI_DynamicNavmesh = (void *)0x06280780; +const void * RTTI_ContainerMenu_CloseMenu = (void *)0x06426418; +const void * RTTI_ContainerMenu_HideModel = (void *)0x06426448; +const void * RTTI_ContainerMenu_Jettison = (void *)0x064263E8; +const void * RTTI_ContainerMenu_LoadModel = (void *)0x064264E0; +const void * RTTI_ContainerMenu_OpenRefuelMenu = (void *)0x06426478; +const void * RTTI_ContainerMenu_SetMouseOverModel = (void *)0x06426340; +const void * RTTI_ContainerMenu_TakeAll = (void *)0x064264B0; +const void * RTTI_ContainerMenu_ToggleEquip = (void *)0x064261E8; +const void * RTTI_ContainerMenu_TransferAllResources = (void *)0x06426218; +const void * RTTI_ContainerMenu_TransferItem = (void *)0x064262B8; +const void * RTTI_ControlMapDataModel = (void *)0x064A3CF0; +const void * RTTI_ControllerInternalState = (void *)0x064BA140; +const void * RTTI_ConvertBoneToVar = (void *)0x064710F8; +const void * RTTI_ConvertBoneToVarInstance = (void *)0x06471120; +const void * RTTI_CopyBoneWeights = (void *)0x06471B08; +const void * RTTI_CopyBoneWeightsInstance = (void *)0x06471AD8; +const void * RTTI_CraftingInfoCardDataModel = (void *)0x06338DC8; +const void * RTTI_CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle = (void *)0x06338E00; +const void * RTTI_CraftingMenuCommon = (void *)0x0632E078; +const void * RTTI_CraftingMenu_CraftItem = (void *)0x0632EFD8; +const void * RTTI_CraftingMenu_ExitBench = (void *)0x0632EF08; +const void * RTTI_CraftingMenu_Highlight3D = (void *)0x06397838; +const void * RTTI_CraftingMenu_InstallMod = (void *)0x0632EFA8; +const void * RTTI_CraftingMenu_RenameItem = (void *)0x0632F0E0; +const void * RTTI_CraftingMenu_RevertHighlight = (void *)0x06397868; +const void * RTTI_CraftingMenu_RevertedModdedItem = (void *)0x0632F110; +const void * RTTI_CraftingMenu_SelectedMod = (void *)0x0632F078; +const void * RTTI_CraftingMenu_SelectedModSlot = (void *)0x0632F0A8; +const void * RTTI_CraftingMenu_SelectedModdableItem = (void *)0x0632F008; +const void * RTTI_CraftingMenu_SelectedRecipe = (void *)0x0632EF38; +const void * RTTI_CraftingMenu_SetInspectControls = (void *)0x0632EE60; +const void * RTTI_CraftingMenu_ToggleTracking = (void *)0x0632EF70; +const void * RTTI_CraftingMenu_ViewingModdableItem = (void *)0x0632F040; +const void * RTTI_CraftingRecipesDataModel = (void *)0x06338A88; +const void * RTTI_CraftingRecipesDataModel__CraftingRecipesEventShuttle = (void *)0x06338AC0; +const void * RTTI_CraftingRequirementsDataModel = (void *)0x0632E848; +const void * RTTI_CraftingRequirementsDataModel__CraftingRequirementsEventShuttle = (void *)0x0632E7A0; +const void * RTTI_CreateNavigationGridTask = (void *)0x06280288; +const void * RTTI_CreationData = (void *)0x0631DE98; +const void * RTTI_CreationRendererPrivate__AddProbeBorderRenderPass = (void *)0x064F2AF0; +const void * RTTI_CreationRendererPrivate__AddScatteringOrderRenderPass = (void *)0x064FFFA0; +const void * RTTI_CreationRendererPrivate__AllocateSkinningBuffersRenderPass = (void *)0x06509360; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12 = (void *)0x064EEC00; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator = (void *)0x06500C60; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12 = (void *)0x06500FA0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12 = (void *)0x064EEBA0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout = (void *)0x06503B00; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12 = (void *)0x06503B60; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution = (void *)0x064F9640; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout = (void *)0x065039E0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12 = (void *)0x06503980; +const void * RTTI_CreationRendererPrivate__ArtValidationRenderPass = (void *)0x06505020; +const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderGraphBase = (void *)0x06500210; +const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderPass = (void *)0x065001C0; +const void * RTTI_CreationRendererPrivate__BRDFIntegrationRenderPass = (void *)0x064E8E90; +const void * RTTI_CreationRendererPrivate__BakeSHBasisRenderPass = (void *)0x064E8FD0; +const void * RTTI_CreationRendererPrivate__BaseParticleComputeLightingRenderPass = (void *)0x064EC3A0; +const void * RTTI_CreationRendererPrivate__BaseParticlesRenderPass = (void *)0x06504CB0; +const void * RTTI_CreationRendererPrivate__BinkMovieDrawRenderPass = (void *)0x064E4CF0; +const void * RTTI_CreationRendererPrivate__BinkMovieSubgraphRenderPass = (void *)0x064E4DD0; +const void * RTTI_CreationRendererPrivate__BinkUpdatePlanesRenderPass = (void *)0x064E4D40; +const void * RTTI_CreationRendererPrivate__BlendAllReflectionProbesRenderPass = (void *)0x06507DF0; +const void * RTTI_CreationRendererPrivate__BlendProbeRayRenderPass = (void *)0x064F2AA0; +const void * RTTI_CreationRendererPrivate__BlendReflectionProbeRenderPass = (void *)0x06507DA0; +const void * RTTI_CreationRendererPrivate__BlendedDecalRenderPass = (void *)0x06505120; +const void * RTTI_CreationRendererPrivate__BlendedDecal_OptionalRenderPass = (void *)0x06505170; +const void * RTTI_CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass = (void *)0x065050C0; +const void * RTTI_CreationRendererPrivate__BlendedDecalsRenderPass = (void *)0x06505070; +const void * RTTI_CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass = (void *)0x064FE1E0; +const void * RTTI_CreationRendererPrivate__BlurHeightfieldVerticalRenderPass = (void *)0x064FE190; +const void * RTTI_CreationRendererPrivate__BlurSpaceGlareRenderPass = (void *)0x064F8FE0; +const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass = (void *)0x06506320; +const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass = (void *)0x06506380; +const void * RTTI_CreationRendererPrivate__BlurredMipChain_idTech7RenderPass = (void *)0x065051C0; +const void * RTTI_CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass = (void *)0x06505210; +const void * RTTI_CreationRendererPrivate__BruteForceRaymarchingRenderPass = (void *)0x064FFCD0; +const void * RTTI_CreationRendererPrivate__BufferReadbackRenderPass = (void *)0x06505410; +const void * RTTI_CreationRendererPrivate__BuildAccelerationStructureRenderPass = (void *)0x06505460; +const void * RTTI_CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue = (void *)0x064ED270; +const void * RTTI_CreationRendererPrivate__CelestialBodiesGeometryRenderPass = (void *)0x06505560; +const void * RTTI_CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass = (void *)0x06505610; +const void * RTTI_CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass = (void *)0x065055B0; +const void * RTTI_CreationRendererPrivate__CelestialBodiesPrepareRenderPass = (void *)0x06505510; +const void * RTTI_CreationRendererPrivate__CelestialBodiesRenderPass = (void *)0x065054C0; +const void * RTTI_CreationRendererPrivate__ChargenMorphService = (void *)0x065024B0; +const void * RTTI_CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass = (void *)0x06507BD0; +const void * RTTI_CreationRendererPrivate__ClearFallbackCubemapRenderPass = (void *)0x064E8F80; +const void * RTTI_CreationRendererPrivate__ClearRenderGraphOutputRenderPass = (void *)0x064F71C0; +const void * RTTI_CreationRendererPrivate__ClearShadowMapGroupRenderPass = (void *)0x064F67B0; +const void * RTTI_CreationRendererPrivate__ClearShadowMapsRenderPass = (void *)0x064F6760; +const void * RTTI_CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass = (void *)0x064F8E90; +const void * RTTI_CreationRendererPrivate__ClearThinDeferredGBufferRenderPass = (void *)0x06507B70; +const void * RTTI_CreationRendererPrivate__CloudCardsRenderPass = (void *)0x06505700; +const void * RTTI_CreationRendererPrivate__CloudLayersRenderPass = (void *)0x06505750; +const void * RTTI_CreationRendererPrivate__CloudsHalfResCompositeRenderPass = (void *)0x065057A0; +const void * RTTI_CreationRendererPrivate__CloudsRenderPass = (void *)0x065056C0; +const void * RTTI_CreationRendererPrivate__ColorGradingMergeRenderPass = (void *)0x06501EE0; +const void * RTTI_CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass = (void *)0x064F3580; +const void * RTTI_CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass = (void *)0x064F3520; +const void * RTTI_CreationRendererPrivate__CompositeMomentBasedOITRenderPass = (void *)0x064F3400; +const void * RTTI_CreationRendererPrivate__ComputeLightInfluenceRenderPass = (void *)0x06506F70; +const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass = (void *)0x064FFA50; +const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass = (void *)0x064FFA00; +const void * RTTI_CreationRendererPrivate__ComputeSHCoefRenderPass = (void *)0x064E8EE0; +const void * RTTI_CreationRendererPrivate__ComputeScatterRadianceRenderPass = (void *)0x064FFD70; +const void * RTTI_CreationRendererPrivate__ComputeScatteringOrderRenderPass = (void *)0x064FFD20; +const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass = (void *)0x064F8BB0; +const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass = (void *)0x064F8C10; +const void * RTTI_CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass = (void *)0x064E6650; +const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringRenderPass = (void *)0x064F8B00; +const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass = (void *)0x064F8B50; +const void * RTTI_CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass = (void *)0x064FFE80; +const void * RTTI_CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass = (void *)0x064FFF40; +const void * RTTI_CreationRendererPrivate__CopyLightInfluenceRenderPass = (void *)0x06506F20; +const void * RTTI_CreationRendererPrivate__CopyRenderPass = (void *)0x064F6E28; +const void * RTTI_CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass = (void *)0x06505B00; +const void * RTTI_CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass = (void *)0x06504060; +const void * RTTI_CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass = (void *)0x064F7050; +const void * RTTI_CreationRendererPrivate__CopyToRenderGraphOutputRenderPass = (void *)0x064F6E70; +const void * RTTI_CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass = (void *)0x064F6CE0; +const void * RTTI_CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass = (void *)0x06502CA0; +const void * RTTI_CreationRendererPrivate__CopyWithShaderRenderPass = (void *)0x064F6EC0; +const void * RTTI_CreationRendererPrivate__CubemapBackgroundRenderPass = (void *)0x065058C0; +const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationRenderPass = (void *)0x06505DA0; +const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationUIRenderPass = (void *)0x06505DF0; +const void * RTTI_CreationRendererPrivate__DLSSProduceInputsRenderPass = (void *)0x06505F90; +const void * RTTI_CreationRendererPrivate__DLSSUpscaleRenderPass = (void *)0x06501F80; +const void * RTTI_CreationRendererPrivate__DeDitherRenderPass = (void *)0x06505910; +const void * RTTI_CreationRendererPrivate__DeferredCompositeRenderPass = (void *)0x06505960; +const void * RTTI_CreationRendererPrivate__DeferredGBufferOptionalRenderPass = (void *)0x06505A00; +const void * RTTI_CreationRendererPrivate__DeferredGBufferRenderPass = (void *)0x065059B0; +const void * RTTI_CreationRendererPrivate__DeferredGBufferTranslucentRenderPass = (void *)0x06505A50; +const void * RTTI_CreationRendererPrivate__DepthDownsampleAvgRenderPass = (void *)0x06504F10; +const void * RTTI_CreationRendererPrivate__DepthDownsampleRenderPass = (void *)0x06504F60; +const void * RTTI_CreationRendererPrivate__DepthGraphRenderPass = (void *)0x06505AB0; +const void * RTTI_CreationRendererPrivate__DepthMVFixupRenderPass = (void *)0x06502BB0; +const void * RTTI_CreationRendererPrivate__DepthMVFixupStandardRenderPass = (void *)0x06502810; +const void * RTTI_CreationRendererPrivate__DepthOfFieldBlurRenderPass = (void *)0x0650B210; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass = (void *)0x0650B1C0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCRenderPass = (void *)0x0650B310; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCompositeRenderPass = (void *)0x0650B360; +const void * RTTI_CreationRendererPrivate__DepthOfFieldDownsampleRenderPass = (void *)0x0650B3B0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass = (void *)0x0650B2B0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass = (void *)0x0650B400; +const void * RTTI_CreationRendererPrivate__DepthOfFieldSubGraph = (void *)0x06505B60; +const void * RTTI_CreationRendererPrivate__DepthOfFieldTAARenderPass = (void *)0x0650B450; +const void * RTTI_CreationRendererPrivate__DepthOfFieldTapBlurRenderPass = (void *)0x0650B260; +const void * RTTI_CreationRendererPrivate__DepthPrepassRenderPass = (void *)0x06505C00; +const void * RTTI_CreationRendererPrivate__DistantAtmospheresRenderPass = (void *)0x064F28A0; +const void * RTTI_CreationRendererPrivate__DistortionBaseRenderPass = (void *)0x06505CA0; +const void * RTTI_CreationRendererPrivate__DistortionCalculateColorRenderPass = (void *)0x06505D40; +const void * RTTI_CreationRendererPrivate__DistortionOutputRenderPass = (void *)0x06505C50; +const void * RTTI_CreationRendererPrivate__DistortionParticlesRenderPass = (void *)0x06504DA0; +const void * RTTI_CreationRendererPrivate__DistortionRenderPass = (void *)0x06505CF0; +const void * RTTI_CreationRendererPrivate__DoubleVisionRenderPass = (void *)0x0650B8D0; +const void * RTTI_CreationRendererPrivate__DownsampleHeightfieldRenderPass = (void *)0x064FE2E0; +const void * RTTI_CreationRendererPrivate__DownsampleSpaceGlareRenderPass = (void *)0x064F8F90; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass = (void *)0x064F28F0; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresRenderPass = (void *)0x064F2950; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass = (void *)0x064F29A0; +const void * RTTI_CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass = (void *)0x06506720; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecalsRenderPass = (void *)0x06507750; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass = (void *)0x065076A0; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass = (void *)0x06507640; +const void * RTTI_CreationRendererPrivate__DynamicResolution = (void *)0x064F93C0; +const void * RTTI_CreationRendererPrivate__DynamicShadowBaseDrawSubGraph = (void *)0x064F68B0; +const void * RTTI_CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass = (void *)0x06508D20; +const void * RTTI_CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph = (void *)0x06508B60; +const void * RTTI_CreationRendererPrivate__DynamicShadowDrawSubGraph = (void *)0x06509160; +const void * RTTI_CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph = (void *)0x064F6900; +const void * RTTI_CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass = (void *)0x06508DE0; +const void * RTTI_CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass = (void *)0x06508C10; +const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass = (void *)0x06508CC0; +const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass = (void *)0x06509040; +const void * RTTI_CreationRendererPrivate__DynamicShadowGraph = (void *)0x06509210; +const void * RTTI_CreationRendererPrivate__DynamicShadowMapBarriersRenderPass = (void *)0x065090A0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass = (void *)0x06509100; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass = (void *)0x06508E40; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass = (void *)0x06508F80; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass = (void *)0x06508EB0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass = (void *)0x06508D80; +const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass = (void *)0x06508FE0; +const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareGroupedDrawsRenderPass = (void *)0x065091B0; +const void * RTTI_CreationRendererPrivate__DynamicShadowSceneSetupRenderPass = (void *)0x06508B10; +const void * RTTI_CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass = (void *)0x06508F20; +const void * RTTI_CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph = (void *)0x06508AB0; +const void * RTTI_CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass = (void *)0x064F6960; +const void * RTTI_CreationRendererPrivate__EmptyRenderPass = (void *)0x064F6D38; +const void * RTTI_CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass = (void *)0x064FFEE0; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass = (void *)0x064FF770; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass = (void *)0x064FF7D0; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderPass = (void *)0x06500110; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass = (void *)0x064FF830; +const void * RTTI_CreationRendererPrivate__FSR2ProduceInputsRenderPass = (void *)0x06505FE0; +const void * RTTI_CreationRendererPrivate__FSR2UpscaleRenderPass = (void *)0x06506030; +const void * RTTI_CreationRendererPrivate__FSR3FrameInterpolationRenderPass = (void *)0x06502020; +const void * RTTI_CreationRendererPrivate__FSR3ProduceUIInputRenderPass = (void *)0x06502070; +const void * RTTI_CreationRendererPrivate__FSR3UpscaleRenderPass = (void *)0x06506080; +const void * RTTI_CreationRendererPrivate__FaceCustomizationMipChainRenderPass = (void *)0x06505E90; +const void * RTTI_CreationRendererPrivate__FaceCustomizationRenderPass = (void *)0x06505E40; +const void * RTTI_CreationRendererPrivate__FillCullingDataRenderPass = (void *)0x06506870; +const void * RTTI_CreationRendererPrivate__FillHeightfieldCullingDataRenderPass = (void *)0x06503F20; +const void * RTTI_CreationRendererPrivate__FilmGrainRenderPass = (void *)0x0650BC00; +const void * RTTI_CreationRendererPrivate__FilterCulledGeometriesRenderPass = (void *)0x06508920; +const void * RTTI_CreationRendererPrivate__FilterHeightfieldRenderPass = (void *)0x064FE290; +const void * RTTI_CreationRendererPrivate__FirstPersonDepthRenderPass = (void *)0x06505BB0; +const void * RTTI_CreationRendererPrivate__FixupIndirectArgsRenderPass = (void *)0x06509310; +const void * RTTI_CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass = (void *)0x065093B0; +const void * RTTI_CreationRendererPrivate__FlattenTextureScreensizeRenderPass = (void *)0x06506810; +const void * RTTI_CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass = (void *)0x06502C00; +const void * RTTI_CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass = (void *)0x065027B0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedCorrectionRenderPass = (void *)0x06502980; +const void * RTTI_CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass = (void *)0x06502D60; +const void * RTTI_CreationRendererPrivate__ForwardBlendedMainFullResRenderPass = (void *)0x06502DC0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass = (void *)0x06502D00; +const void * RTTI_CreationRendererPrivate__ForwardBlendedRenderPass = (void *)0x065029E0; +const void * RTTI_CreationRendererPrivate__ForwardRenderPass = (void *)0x06502C60; +const void * RTTI_CreationRendererPrivate__FrameInitRenderPass = (void *)0x06505EF0; +const void * RTTI_CreationRendererPrivate__FrameInterpolationSubGraph = (void *)0x064F65B0; +const void * RTTI_CreationRendererPrivate__FrameRenderGraph = (void *)0x06509F10; +const void * RTTI_CreationRendererPrivate__FrameSetupRenderPass = (void *)0x06505F40; +const void * RTTI_CreationRendererPrivate__FullScreenBlurCompositeRenderPass = (void *)0x0650B9C0; +const void * RTTI_CreationRendererPrivate__FullScreenBlurRenderPass = (void *)0x0650BA10; +const void * RTTI_CreationRendererPrivate__FullScreenColorRenderPass = (void *)0x0650BE50; +const void * RTTI_CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass = (void *)0x0650BCA0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_BloomRenderPass = (void *)0x0650BD00; +const void * RTTI_CreationRendererPrivate__FullScreenColor_CubemapRenderPass = (void *)0x0650BD50; +const void * RTTI_CreationRendererPrivate__FullScreenColor_DefaultRenderPass = (void *)0x0650BC50; +const void * RTTI_CreationRendererPrivate__FullScreenColor_MonochromeRenderPass = (void *)0x0650BDA0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_OverlayRenderPass = (void *)0x0650BE00; +const void * RTTI_CreationRendererPrivate__FullScreenDownsampleRenderPass = (void *)0x0650B920; +const void * RTTI_CreationRendererPrivate__FullScreenScanlineRenderPass = (void *)0x06506120; +const void * RTTI_CreationRendererPrivate__FullScreenTapBlurRenderPass = (void *)0x0650B970; +const void * RTTI_CreationRendererPrivate__GBufferOverviewRenderPass = (void *)0x064F6D80; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass = (void *)0x06506980; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass = (void *)0x06506920; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass = (void *)0x06506A90; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass = (void *)0x065069E0; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorRenderPass = (void *)0x06506A40; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass = (void *)0x064F7320; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass = (void *)0x064F72C0; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass = (void *)0x064F73E0; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass = (void *)0x064F7380; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryRenderPass = (void *)0x064F7210; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass = (void *)0x064F7260; +const void * RTTI_CreationRendererPrivate__GalaxyStateStarsRenderPass = (void *)0x06506170; +const void * RTTI_CreationRendererPrivate__GatherGeometryInstancesRenderPass = (void *)0x064F8640; +const void * RTTI_CreationRendererPrivate__GatherHighlightsRenderPass = (void *)0x064F7110; +const void * RTTI_CreationRendererPrivate__GatherIndirectRenderPass = (void *)0x064E8E40; +const void * RTTI_CreationRendererPrivate__GatherLightsRenderPass = (void *)0x065061C0; +const void * RTTI_CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass = (void *)0x06506210; +const void * RTTI_CreationRendererPrivate__GatherTransformsRenderPass = (void *)0x064FF4E0; +const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass = (void *)0x06506270; +const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidRenderPass = (void *)0x065062D0; +const void * RTTI_CreationRendererPrivate__GenerateFogMapRenderPass = (void *)0x065063E0; +const void * RTTI_CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass = (void *)0x065068C0; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass = (void *)0x065087B0; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass = (void *)0x065088C0; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass = (void *)0x06508860; +const void * RTTI_CreationRendererPrivate__GeometryCullingRenderPass = (void *)0x06506770; +const void * RTTI_CreationRendererPrivate__GeometryCullingShadowsRenderPass = (void *)0x065067C0; +const void * RTTI_CreationRendererPrivate__GeometryParticleBatchDepthRenderPass = (void *)0x064F6DD0; +const void * RTTI_CreationRendererPrivate__GeometryParticleBatchRenderPass = (void *)0x06506680; +const void * RTTI_CreationRendererPrivate__GeometryRenderPass = (void *)0x06502E20; +const void * RTTI_CreationRendererPrivate__GlobalDirtOverlayRenderPass = (void *)0x065066D0; +const void * RTTI_CreationRendererPrivate__GroupedDynamicShadowMapRenderPass = (void *)0x06508BC0; +const void * RTTI_CreationRendererPrivate__HDRColorGradingMergeRenderPass = (void *)0x06501F30; +const void * RTTI_CreationRendererPrivate__HDRCompositeRenderPass = (void *)0x064E5350; +const void * RTTI_CreationRendererPrivate__HDRHistogramClearRenderPass = (void *)0x064E5300; +const void * RTTI_CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass = (void *)0x064E53A0; +const void * RTTI_CreationRendererPrivate__HDRSubGraph = (void *)0x064E54A0; +const void * RTTI_CreationRendererPrivate__HeightFieldRenderPass = (void *)0x06503E20; +const void * RTTI_CreationRendererPrivate__HeightFieldSubGraphRenderPass = (void *)0x06503DD0; +const void * RTTI_CreationRendererPrivate__HeightfieldSystemRenderPass = (void *)0x06503D80; +const void * RTTI_CreationRendererPrivate__HighlightMaskRenderPass = (void *)0x06506B00; +const void * RTTI_CreationRendererPrivate__HighlightPrepareRenderPass = (void *)0x06506B50; +const void * RTTI_CreationRendererPrivate__HighlightRenderPass = (void *)0x06506BA0; +const void * RTTI_CreationRendererPrivate__ImGuiEventHandler = (void *)0x0650A390; +const void * RTTI_CreationRendererPrivate__ImageCaptureData = (void *)0x064E09A0; +const void * RTTI_CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass = (void *)0x06506BF0; +const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass = (void *)0x06506CC0; +const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass = (void *)0x06506C50; +const void * RTTI_CreationRendererPrivate__ImageCapture_IconGenerationRenderPass = (void *)0x064F70B0; +const void * RTTI_CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass = (void *)0x06506D20; +const void * RTTI_CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass = (void *)0x06506D80; +const void * RTTI_CreationRendererPrivate__ImageProcessMedianBlurRenderPass = (void *)0x06506DE0; +const void * RTTI_CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass = (void *)0x0650BBA0; +const void * RTTI_CreationRendererPrivate__ImageProcessRenderGraph = (void *)0x06509F50; +const void * RTTI_CreationRendererPrivate__IndirectRenderPass = (void *)0x064E8DF0; +const void * RTTI_CreationRendererPrivate__IndirectSetupRenderPass = (void *)0x064E8DA0; +const void * RTTI_CreationRendererPrivate__InitializeInscatterOrderRenderPass = (void *)0x064FFDC0; +const void * RTTI_CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass = (void *)0x064FFAB0; +const void * RTTI_CreationRendererPrivate__InjectDistantAtmosphereLUTRenderPass = (void *)0x06500050; +const void * RTTI_CreationRendererPrivate__InjectPreviousDepthBufferRenderPass = (void *)0x064F66A0; +const void * RTTI_CreationRendererPrivate__InjectSpaceGlareCurrentFrameRenderPass = (void *)0x064F9030; +const void * RTTI_CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass = (void *)0x064E84D0; +const void * RTTI_CreationRendererPrivate__InterpolateIrradianceRenderPass = (void *)0x064FFBD0; +const void * RTTI_CreationRendererPrivate__LensFlareComputeRenderPass = (void *)0x06506E30; +const void * RTTI_CreationRendererPrivate__LensFlareDrawRenderPass = (void *)0x064F6F60; +const void * RTTI_CreationRendererPrivate__LensFlareSystemRenderPass = (void *)0x064F6F10; +const void * RTTI_CreationRendererPrivate__LensFlare_AlphaBlendRenderPass = (void *)0x06506ED0; +const void * RTTI_CreationRendererPrivate__LensFlare_VisibilityRenderPass = (void *)0x06506E80; +const void * RTTI_CreationRendererPrivate__LightCoarseCullingCompactionRenderPass = (void *)0x0650B4F0; +const void * RTTI_CreationRendererPrivate__LightCoarseCullingRenderPass = (void *)0x0650B4A0; +const void * RTTI_CreationRendererPrivate__LightInfluenceDepthMinRenderPass = (void *)0x06506FC0; +const void * RTTI_CreationRendererPrivate__LightInfluenceSubGraphRenderPass = (void *)0x06507010; +const void * RTTI_CreationRendererPrivate__LightingRenderPass = (void *)0x06507060; +const void * RTTI_CreationRendererPrivate__LoadMenuHiddenEventHandler = (void *)0x064E21C0; +const void * RTTI_CreationRendererPrivate__LogicalCell = (void *)0x064F7ED8; +const void * RTTI_CreationRendererPrivate__MainRenderGraph = (void *)0x06509ED0; +const void * RTTI_CreationRendererPrivate__MeshEventHandler = (void *)0x064E2800; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchCommonRenderPass = (void *)0x064F6FB0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchCullingRenderPass = (void *)0x064F6A90; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchDepthRenderPass = (void *)0x064F7000; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass = (void *)0x064F6A30; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass = (void *)0x064F69D0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass = (void *)0x065073A0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass = (void *)0x06507400; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchRenderPass = (void *)0x064F6B40; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchShadowRenderPass = (void *)0x064F6AF0; +const void * RTTI_CreationRendererPrivate__MeshLODDB = (void *)0x064EB0E0; +const void * RTTI_CreationRendererPrivate__MeshletBuildIndexBufferRenderPass = (void *)0x06507200; +const void * RTTI_CreationRendererPrivate__MeshletFrustumCullingRenderPass = (void *)0x06507300; +const void * RTTI_CreationRendererPrivate__MeshletListBuildRenderPass = (void *)0x065070B0; +const void * RTTI_CreationRendererPrivate__MeshletMaterialOffsetsRenderPass = (void *)0x065071B0; +const void * RTTI_CreationRendererPrivate__MeshletOcclusionCullingRenderPass = (void *)0x06507350; +const void * RTTI_CreationRendererPrivate__MeshletPrepareArgsRenderPass = (void *)0x06507160; +const void * RTTI_CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass = (void *)0x06507100; +const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesRenderPass = (void *)0x064F6B90; +const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass = (void *)0x064F6BE0; +const void * RTTI_CreationRendererPrivate__MeshletReadbackIndexCountRenderPass = (void *)0x065072A0; +const void * RTTI_CreationRendererPrivate__MeshletTriangleCullingRenderPass = (void *)0x06507250; +const void * RTTI_CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode = (void *)0x064CD210; +const void * RTTI_CreationRendererPrivate__Messaging__Dependency__InternalProcessorType = (void *)0x064E13B0; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass = (void *)0x06502A30; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass = (void *)0x06502B00; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderPass = (void *)0x064F35E0; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass = (void *)0x06502AA0; +const void * RTTI_CreationRendererPrivate__MorphDB = (void *)0x06504BD0; +const void * RTTI_CreationRendererPrivate__MorphRenderPass = (void *)0x06507460; +const void * RTTI_CreationRendererPrivate__MorphSystemEndFrameRenderPass = (void *)0x064F6C40; +const void * RTTI_CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass = (void *)0x0650B870; +const void * RTTI_CreationRendererPrivate__MotionBlurRenderPass = (void *)0x06509D40; +const void * RTTI_CreationRendererPrivate__MotionBlurSubGraph = (void *)0x06509D90; +const void * RTTI_CreationRendererPrivate__MotionVectorCompositeRenderPass = (void *)0x065074A0; +const void * RTTI_CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass = (void *)0x064FFB70; +const void * RTTI_CreationRendererPrivate__NV_Streamline__StreamlineEventHandler = (void *)0x064E5F20; +const void * RTTI_CreationRendererPrivate__PartialClearColorBufferRenderPass = (void *)0x06505670; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass = (void *)0x064EC4C0; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass = (void *)0x064EC460; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass = (void *)0x064EBFA0; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass = (void *)0x064EBF40; +const void * RTTI_CreationRendererPrivate__ParticleDataPreFilterRenderPass = (void *)0x064EC520; +const void * RTTI_CreationRendererPrivate__ParticleLightingClearBuffersRenderPass = (void *)0x064EC400; +const void * RTTI_CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass = (void *)0x064EBB70; +const void * RTTI_CreationRendererPrivate__ParticleLightingRenderPass = (void *)0x064EBBD0; +const void * RTTI_CreationRendererPrivate__ParticlesCopyToDestRenderPass = (void *)0x06504EC0; +const void * RTTI_CreationRendererPrivate__ParticlesCorrectionRenderPass = (void *)0x06504C60; +const void * RTTI_CreationRendererPrivate__ParticlesMainFullResRenderPass = (void *)0x06504D00; +const void * RTTI_CreationRendererPrivate__ParticlesMainHalfResRenderPass = (void *)0x06504C10; +const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass = (void *)0x06504DF0; +const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass = (void *)0x06504E50; +const void * RTTI_CreationRendererPrivate__ParticlesRenderPass = (void *)0x06504D50; +const void * RTTI_CreationRendererPrivate__PauseMenuExitedEventHandler = (void *)0x064F3270; +const void * RTTI_CreationRendererPrivate__PointCloudCullingRenderPass = (void *)0x065074F0; +const void * RTTI_CreationRendererPrivate__PointCloudDrawRenderPass = (void *)0x06507540; +const void * RTTI_CreationRendererPrivate__PointCloudEventHandler = (void *)0x064EE1C0; +const void * RTTI_CreationRendererPrivate__PostEffectPreUpscaleRenderPass = (void *)0x06509DE0; +const void * RTTI_CreationRendererPrivate__PostSharpenRenderPass = (void *)0x0650BEA0; +const void * RTTI_CreationRendererPrivate__PostUpscaleImageSpaceSubGraph = (void *)0x0650BAB0; +const void * RTTI_CreationRendererPrivate__PostUpscaleSubGraph = (void *)0x0650BB00; +const void * RTTI_CreationRendererPrivate__PreUpscaleImageSpaceSubGraph = (void *)0x0650BA60; +const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass = (void *)0x064FFFF0; +const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass = (void *)0x06504FB0; +const void * RTTI_CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass = (void *)0x064FFC20; +const void * RTTI_CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass = (void *)0x06509E80; +const void * RTTI_CreationRendererPrivate__PrecomputeSingleScatteringRenderPass = (void *)0x064FFE20; +const void * RTTI_CreationRendererPrivate__PrefilterCubemapRenderPass = (void *)0x064E8F30; +const void * RTTI_CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass = (void *)0x064F7160; +const void * RTTI_CreationRendererPrivate__PrepareEndFrameRenderPass = (void *)0x064F6C90; +const void * RTTI_CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass = (void *)0x064F6800; +const void * RTTI_CreationRendererPrivate__PrepareProjectedDecalsRenderPass = (void *)0x06507700; +const void * RTTI_CreationRendererPrivate__PrepareReflectionProbeDataRenderPass = (void *)0x06508570; +const void * RTTI_CreationRendererPrivate__PrepareSkinningRenderPass = (void *)0x064F6860; +const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass = (void *)0x064F8D40; +const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapRenderPass = (void *)0x064F6650; +const void * RTTI_CreationRendererPrivate__ProbeClassifyRenderPass = (void *)0x064F2B40; +const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass = (void *)0x064F2C80; +const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingRenderPass = (void *)0x064F2C30; +const void * RTTI_CreationRendererPrivate__ProbeFaceSceneSetupRenderPass = (void *)0x065081C0; +const void * RTTI_CreationRendererPrivate__ProbeGridGPUCullingRenderPass = (void *)0x06502250; +const void * RTTI_CreationRendererPrivate__ProbeLightCullingRenderPass = (void *)0x064F2CE0; +const void * RTTI_CreationRendererPrivate__ProbeRenderPass = (void *)0x064F2A00; +const void * RTTI_CreationRendererPrivate__ProbeSystemRenderPass = (void *)0x064F2B90; +const void * RTTI_CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass = (void *)0x06503EC0; +const void * RTTI_CreationRendererPrivate__ProduceDynamicShadowMapDataRenderPass = (void *)0x06509260; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass = (void *)0x064F3390; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass = (void *)0x064F3320; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass = (void *)0x064F3450; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass = (void *)0x064F32C0; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass = (void *)0x064F34C0; +const void * RTTI_CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass = (void *)0x064F6550; +const void * RTTI_CreationRendererPrivate__ProduceShadingRateImageRenderPass = (void *)0x06507590; +const void * RTTI_CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass = (void *)0x065080A0; +const void * RTTI_CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass = (void *)0x0650B770; +const void * RTTI_CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass = (void *)0x06508450; +const void * RTTI_CreationRendererPrivate__ProjectedDecalRenderPass = (void *)0x06507900; +const void * RTTI_CreationRendererPrivate__RadialBlurRenderPass = (void *)0x06507950; +const void * RTTI_CreationRendererPrivate__RayTraceProbeComputeRenderPass = (void *)0x064F2BE0; +const void * RTTI_CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass = (void *)0x064F2A40; +const void * RTTI_CreationRendererPrivate__RaymarchSampleLocationsRenderPass = (void *)0x064FF950; +const void * RTTI_CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass = (void *)0x064FF8F0; +const void * RTTI_CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass = (void *)0x064FF890; +const void * RTTI_CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass = (void *)0x06507FA0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeClearThinDeferredGBufferRenderPass = (void *)0x06508510; +const void * RTTI_CreationRendererPrivate__ReflectionProbeComputeSHRenderPass = (void *)0x06507A50; +const void * RTTI_CreationRendererPrivate__ReflectionProbeCopyDepth = (void *)0x06507E50; +const void * RTTI_CreationRendererPrivate__ReflectionProbeCopySky = (void *)0x06507EA0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass = (void *)0x06507AB0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryCullingRenderPass = (void *)0x06508100; +const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryOffsetsRenderPass = (void *)0x06508270; +const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass = (void *)0x06507CE0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass = (void *)0x06507B10; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMaterialIndexOffsetsRenderPass = (void *)0x065084B0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletCullingRenderPass = (void *)0x06508330; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletListBuildRenderPass = (void *)0x06508160; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMipChainRenderPass = (void *)0x06508000; +const void * RTTI_CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass = (void *)0x0650B6C0; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass = (void *)0x06507EF0; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareDrawParamsRenderPass = (void *)0x065082D0; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareGroupedDrawsRenderPass = (void *)0x065083F0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeRenderPass = (void *)0x065085D0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeSceneSetupRenderPass = (void *)0x06508210; +const void * RTTI_CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass = (void *)0x065079F0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeSubGraphRenderPass = (void *)0x065079A0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeTerrainRenderPass = (void *)0x06507F50; +const void * RTTI_CreationRendererPrivate__ReflectionProbeTriangleCullingRenderPass = (void *)0x06508390; +const void * RTTI_CreationRendererPrivate__RefractionBlurRenderPass = (void *)0x065053C0; +const void * RTTI_CreationRendererPrivate__RefractionDownsample0RenderPass = (void *)0x06505270; +const void * RTTI_CreationRendererPrivate__RefractionDownsampleMipChainRenderPass = (void *)0x06505360; +const void * RTTI_CreationRendererPrivate__RefractionMaskDilationRenderPass = (void *)0x06505310; +const void * RTTI_CreationRendererPrivate__RefractionMaskGenRenderPass = (void *)0x065052C0; +const void * RTTI_CreationRendererPrivate__RefractionMaskRenderPass = (void *)0x06502B60; +const void * RTTI_CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass = (void *)0x064FF9A0; +const void * RTTI_CreationRendererPrivate__RenderGraph = (void *)0x064E4D90; +const void * RTTI_CreationRendererPrivate__RenderGraphEventHandler = (void *)0x064E5A60; +const void * RTTI_CreationRendererPrivate__RenderPass = (void *)0x064E23E8; +const void * RTTI_CreationRendererPrivate__RenderSceneSubGraph = (void *)0x0650BB50; +const void * RTTI_CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass = (void *)0x064FFB10; +const void * RTTI_CreationRendererPrivate__RenderViewSubGraph = (void *)0x06509E30; +const void * RTTI_CreationRendererPrivate__ReprojectShadingRateImageRenderPass = (void *)0x065075E0; +const void * RTTI_CreationRendererPrivate__ResetCullingMemoryRequestHandler = (void *)0x064FE770; +const void * RTTI_CreationRendererPrivate__ResourceLifecycleJobSite = (void *)0x064F95F0; +const void * RTTI_CreationRendererPrivate__SAOEmptyRenderPass = (void *)0x064EBA80; +const void * RTTI_CreationRendererPrivate__SAORenderPass = (void *)0x064EBB28; +const void * RTTI_CreationRendererPrivate__ScaleformCompositeRenderPass = (void *)0x06508620; +const void * RTTI_CreationRendererPrivate__ScaleformEventHandler = (void *)0x064EDF80; +const void * RTTI_CreationRendererPrivate__ScaleformRenderPass = (void *)0x0650B820; +const void * RTTI_CreationRendererPrivate__ScaleformText2DRenderPass = (void *)0x064F8250; +const void * RTTI_CreationRendererPrivate__ScaleformTextRenderPass = (void *)0x064F8200; +const void * RTTI_CreationRendererPrivate__ScaleformToTextureRenderPass = (void *)0x0650B7D0; +const void * RTTI_CreationRendererPrivate__SceneSetupRenderPass = (void *)0x064E23A0; +const void * RTTI_CreationRendererPrivate__ScreenSpaceShadowsRenderPass = (void *)0x064E9980; +const void * RTTI_CreationRendererPrivate__SeparableSSS_HorizontalRenderPass = (void *)0x06508710; +const void * RTTI_CreationRendererPrivate__SeparableSSS_RenderPass = (void *)0x06508670; +const void * RTTI_CreationRendererPrivate__SeparableSSS_VerticalRenderPass = (void *)0x065086C0; +const void * RTTI_CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass = (void *)0x065000B0; +const void * RTTI_CreationRendererPrivate__SetupDynamicShadowRenderPass = (void *)0x06508C70; +const void * RTTI_CreationRendererPrivate__ShadowInstanceBarriersRenderPass = (void *)0x06508970; +const void * RTTI_CreationRendererPrivate__ShadowManagerEventHandler = (void *)0x064EC6A0; +const void * RTTI_CreationRendererPrivate__ShadowMapInstanceRenderPass = (void *)0x06508A60; +const void * RTTI_CreationRendererPrivate__ShadowMapRenderPass = (void *)0x065089C0; +const void * RTTI_CreationRendererPrivate__ShadowMapSceneSetupRenderPass = (void *)0x06508810; +const void * RTTI_CreationRendererPrivate__ShadowMapSubGraphRenderPass = (void *)0x06508A10; +const void * RTTI_CreationRendererPrivate__ShadowMaskRenderPass = (void *)0x0650B720; +const void * RTTI_CreationRendererPrivate__ShadowSubGraphRenderPass = (void *)0x06508760; +const void * RTTI_CreationRendererPrivate__SharedMeshResourcesRegistry = (void *)0x06501AD0; +const void * RTTI_CreationRendererPrivate__SkinnedDecalPrepareRenderPass = (void *)0x065092C0; +const void * RTTI_CreationRendererPrivate__SkinningRenderPass = (void *)0x06509410; +const void * RTTI_CreationRendererPrivate__SkinningSystemEndFrameRenderPass = (void *)0x064F8A00; +const void * RTTI_CreationRendererPrivate__SkinningSystemRenderPass = (void *)0x064F89B0; +const void * RTTI_CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass = (void *)0x064F8CE0; +const void * RTTI_CreationRendererPrivate__SkyCubemapRenderPass = (void *)0x064F8AB0; +const void * RTTI_CreationRendererPrivate__SkyCubemapSystemRenderPass = (void *)0x064F6600; +const void * RTTI_CreationRendererPrivate__SkyLightingRenderPass = (void *)0x06509460; +const void * RTTI_CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass = (void *)0x064FE140; +const void * RTTI_CreationRendererPrivate__SkyOcclusionMaskRenderPass = (void *)0x064FE240; +const void * RTTI_CreationRendererPrivate__SkyOcclusionRenderPass = (void *)0x064FE0A0; +const void * RTTI_CreationRendererPrivate__SkyOcclusionSystemRenderPass = (void *)0x064FE0F0; +const void * RTTI_CreationRendererPrivate__SobelSpaceGlareRenderPass = (void *)0x064F8EF0; +const void * RTTI_CreationRendererPrivate__SpaceGlareApplyRenderPass = (void *)0x064F8F40; +const void * RTTI_CreationRendererPrivate__SpaceGlareCopyRenderPass = (void *)0x064F9090; +const void * RTTI_CreationRendererPrivate__SpaceGlareRenderPass = (void *)0x064F90E0; +const void * RTTI_CreationRendererPrivate__SparseGridCell = (void *)0x064F7F18; +const void * RTTI_CreationRendererPrivate__SporadicRenderGraphRenderPass = (void *)0x065094B0; +const void * RTTI_CreationRendererPrivate__StarfieldCoarseCullingRenderPass = (void *)0x065095A0; +const void * RTTI_CreationRendererPrivate__StarfieldEventHandler = (void *)0x064E91C0; +const void * RTTI_CreationRendererPrivate__StarfieldProcessStarsRenderPass = (void *)0x065095F0; +const void * RTTI_CreationRendererPrivate__StarfieldRenderPass = (void *)0x06509500; +const void * RTTI_CreationRendererPrivate__StarfieldRenderPassBase = (void *)0x06509550; +const void * RTTI_CreationRendererPrivate__StarfieldTiledCullingRenderPass = (void *)0x06509690; +const void * RTTI_CreationRendererPrivate__StarfieldTiledRenderRenderPass = (void *)0x06509640; +const void * RTTI_CreationRendererPrivate__StarmapGravityWavesEventHandler = (void *)0x064F2350; +const void * RTTI_CreationRendererPrivate__StarmapGravityWavesRenderPass = (void *)0x064F26C0; +const void * RTTI_CreationRendererPrivate__StarmapOrbitsEventHandler = (void *)0x064F1D30; +const void * RTTI_CreationRendererPrivate__StarmapOrbitsRenderPass = (void *)0x064F1BA0; +const void * RTTI_CreationRendererPrivate__SubmitAndPresentThread = (void *)0x064F3F00; +const void * RTTI_CreationRendererPrivate__SunDiskRenderPass = (void *)0x065096E0; +const void * RTTI_CreationRendererPrivate__SunDiskSkyCubemapRenderPass = (void *)0x064F8DA0; +const void * RTTI_CreationRendererPrivate__SwapChainEventHandler = (void *)0x064E8B40; +const void * RTTI_CreationRendererPrivate__TemporalAA_idTech7RenderPass = (void *)0x0650BEF0; +const void * RTTI_CreationRendererPrivate__TerrainClipmapAndMIMRenderPass = (void *)0x064E8620; +const void * RTTI_CreationRendererPrivate__TerrainClipmapUpdateRenderPass = (void *)0x064E87E0; +const void * RTTI_CreationRendererPrivate__TerrainDensityUpdateRenderPass = (void *)0x064E8880; +const void * RTTI_CreationRendererPrivate__TerrainDepthAndShadowsSubGraph = (void *)0x064E8530; +const void * RTTI_CreationRendererPrivate__TerrainDepthDrawRenderPass = (void *)0x064E8830; +const void * RTTI_CreationRendererPrivate__TerrainHeightFieldRenderPass = (void *)0x06503E70; +const void * RTTI_CreationRendererPrivate__TerrainMIMUpdateRenderPass = (void *)0x064E8790; +const void * RTTI_CreationRendererPrivate__TerrainRenderPass = (void *)0x064E85E0; +const void * RTTI_CreationRendererPrivate__TerrainShadowsRenderPass = (void *)0x064E8740; +const void * RTTI_CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass = (void *)0x064E8580; +const void * RTTI_CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass = (void *)0x06507C30; +const void * RTTI_CreationRendererPrivate__ThinDeferredGBufferRenderPass = (void *)0x06507D50; +const void * RTTI_CreationRendererPrivate__ThinDeferredLightingRenderPass = (void *)0x06507C90; +const void * RTTI_CreationRendererPrivate__ThinDeferredPrepareRenderPass = (void *)0x06508050; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass = (void *)0x064FED00; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass = (void *)0x064FEEF0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass = (void *)0x064FEBD0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass = (void *)0x064FEDC0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass = (void *)0x064FEE20; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass = (void *)0x064FED60; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass = (void *)0x064FECA0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7RenderPass = (void *)0x064FEFD0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass = (void *)0x064FEE90; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass = (void *)0x064FEF60; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass = (void *)0x064FEC30; +const void * RTTI_CreationRendererPrivate__TiledCullingRenderPass = (void *)0x06509720; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass = (void *)0x064E9860; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass = (void *)0x064E9920; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsRenderPass = (void *)0x064E98C0; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass = (void *)0x065042B0; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass = (void *)0x06509770; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass = (void *)0x06504310; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass = (void *)0x06504250; +const void * RTTI_CreationRendererPrivate__TiledDepthRangeRenderPass = (void *)0x065097D0; +const void * RTTI_CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass = (void *)0x06500160; +const void * RTTI_CreationRendererPrivate__UIRenderPass = (void *)0x065098D8; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass = (void *)0x06502860; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreCloudsRenderPass = (void *)0x06502920; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass = (void *)0x065028C0; +const void * RTTI_CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass = (void *)0x064FFC80; +const void * RTTI_CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass = (void *)0x064F6700; +const void * RTTI_CreationRendererPrivate__UpdateSharedIndexBufferRenderPass = (void *)0x06509920; +const void * RTTI_CreationRendererPrivate__UpscaleSubGraph = (void *)0x064E6610; +const void * RTTI_CreationRendererPrivate__VignetteRenderPass = (void *)0x0650BF40; +const void * RTTI_CreationRendererPrivate__VolumetricLightingApplyRenderPass = (void *)0x064EC570; +const void * RTTI_CreationRendererPrivate__VolumetricLightingCullingRenderPass = (void *)0x06509970; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass = (void *)0x065099D0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass = (void *)0x06509A30; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass = (void *)0x06502EE0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass = (void *)0x06502E70; +const void * RTTI_CreationRendererPrivate__VolumetricLightingIntegrateRenderPass = (void *)0x06509AA0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass = (void *)0x06509B00; +const void * RTTI_CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass = (void *)0x06509B60; +const void * RTTI_CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass = (void *)0x06509BC0; +const void * RTTI_CreationRendererPrivate__WaterDisplacementRenderPass = (void *)0x064EB980; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass = (void *)0x064EB920; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_InjectionRenderPass = (void *)0x064EB810; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_MainRenderPass = (void *)0x064EB870; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass = (void *)0x064EB8C0; +const void * RTTI_CreationRendererPrivate__WaterMVRenderPass = (void *)0x06509D00; +const void * RTTI_CreationRendererPrivate__WaterPrepareRenderPass = (void *)0x06509C60; +const void * RTTI_CreationRendererPrivate__WaterRenderGraphRenderPass = (void *)0x06509CB0; +const void * RTTI_CreationRendererPrivate__WaterRenderPass = (void *)0x06509C18; +const void * RTTI_CreationRendererPrivate__WetnessOcclusionMaskRenderPass = (void *)0x064FE050; +const void * RTTI_CreationRendererPrivate__WindowEventHandler = (void *)0x064E73C0; +const void * RTTI_CreationRendererPrivate__WorldCell = (void *)0x064F7F58; +const void * RTTI_CreationRendererPrivate__XeSSProduceInputsRenderPass = (void *)0x065060D0; +const void * RTTI_CreationRendererPrivate__XeSSUpscaleRenderPass = (void *)0x06501FD0; +const void * RTTI_CreationRenderer__ImageCaptureExportToFileNode = (void *)0x0636D0F0; +const void * RTTI_CreationRenderer__MaterialInstance__TextureVisitor = (void *)0x0627CAC0; +const void * RTTI_CreationRenderer__Messaging__MessageProcessor = (void *)0x064E1280; +const void * RTTI_CreationRenderer__Messaging__StreamedResourceNode = (void *)0x06485740; +const void * RTTI_CreationRenderer__RendererQualityPref = (void *)0x064E1AD8; +const void * RTTI_CreationRenderer__RendererQualitySetting = (void *)0x06193010; +const void * RTTI_CreationRenderer__RendererQualitySettingCollection = (void *)0x064E1A90; +const void * RTTI_CreationUninstalledEventListener = (void *)0x06321218; +const void * RTTI_CreationsLibraryData = (void *)0x0631D518; +const void * RTTI_CreationsLibraryDataModel = (void *)0x0631D5D0; +const void * RTTI_CreationsLibraryDataModel__CreationsLibraryModelEventShuttle = (void *)0x0631D6B0; +const void * RTTI_CreationsLibraryEntryData = (void *)0x0631D548; +const void * RTTI_CreditsDataModel = (void *)0x0631DDA8; +const void * RTTI_CreditsDataModel__CreditsDataModelEventShuttle = (void *)0x0631DD60; +const void * RTTI_CreditsMenu = (void *)0x064269C0; +const void * RTTI_CrewExtraData = (void *)0x06252740; +const void * RTTI_CriticallyDampenVariable = (void *)0x06471028; +const void * RTTI_CriticallyDampenVariableInstance = (void *)0x06471058; +const void * RTTI_CrowdInhibitNullStrategy = (void *)0x06313FA8; +const void * RTTI_CrowdInhibitStrategyDefault = (void *)0x06313F40; +const void * RTTI_CrowdInhibitStrategyDisable = (void *)0x06313F08; +const void * RTTI_CrowdManager = (void *)0x06313EE0; +const void * RTTI_CrowdWallaBubble = (void *)0x06318AD0; +const void * RTTI_CullFurnitureBoneHandler = (void *)0x063E33D8; +const void * RTTI_CullWeaponsHandler = (void *)0x063E3438; +const void * RTTI_CumulativeAnimation = (void *)0x06470F90; +const void * RTTI_CumulativeAnimationInstance = (void *)0x06470F58; +const void * RTTI_CureEffect = (void *)0x0639DDE8; +const void * RTTI_CursorMenu = (void *)0x064A4258; +const void * RTTI_CursorMenu__CursorGameEventShuttle = (void *)0x064A4280; +const void * RTTI_CursorMoveEvent = (void *)0x06474288; +const void * RTTI_CurvedPathBlender = (void *)0x0646DE30; +const void * RTTI_CurvedPathBlenderInstance = (void *)0x06470B20; +const void * RTTI_CustomActorPackageData = (void *)0x063D0630; +const void * RTTI_CustomUtils__HasForceGreetVisitor = (void *)0x062EDDC8; +const void * RTTI_D3D12MA__BlockMetadata = (void *)0x06503A98; +const void * RTTI_D3D12MA__BlockMetadata_Generic = (void *)0x06503AC8; +const void * RTTI_D3D12MA__MemoryBlock = (void *)0x06503A68; +const void * RTTI_D3D12MA__NormalBlock = (void *)0x06503A38; +const void * RTTI_DamageEffect = (void *)0x0639DE10; +const void * RTTI_DampenVariable = (void *)0x06471538; +const void * RTTI_DampenVariableInstance = (void *)0x06471560; +const void * RTTI_DarknessEffect = (void *)0x0639DE38; +const void * RTTI_DataMenu = (void *)0x06382BC0; +const void * RTTI_DataMenuDataModel = (void *)0x06331148; +const void * RTTI_DataMenuDataModel__DataMenuEventShuttle = (void *)0x06330340; +const void * RTTI_DataMenuInventoryItem = (void *)0x06330F00; +const void * RTTI_DataMenuPersistentDataModel = (void *)0x06331110; +const void * RTTI_DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle = (void *)0x06331060; +const void * RTTI_DataMenu_CloseMenu = (void *)0x06383668; +const void * RTTI_DataMenu_ClosedForSubMenu = (void *)0x06383698; +const void * RTTI_DataMenu_Missions = (void *)0x06382CF0; +const void * RTTI_DataMenu_OpenPauseMenu = (void *)0x06382C28; +const void * RTTI_DataMenu_PlotToLocation = (void *)0x06382B58; +const void * RTTI_DataMenu_Reopened = (void *)0x06382C90; +const void * RTTI_DataMenu_SelectedAttributesMenu = (void *)0x063836C8; +const void * RTTI_DataMenu_SelectedInventoryMenu = (void *)0x06383730; +const void * RTTI_DataMenu_SelectedMapMenu = (void *)0x06383700; +const void * RTTI_DataMenu_SelectedPowersMenu = (void *)0x06382B88; +const void * RTTI_DataMenu_SelectedShipMenu = (void *)0x06383638; +const void * RTTI_DataMenu_SelectedStatusMenu = (void *)0x06383600; +const void * RTTI_DataMenu_SetMenuForQuickEntry = (void *)0x06382CB8; +const void * RTTI_DataMenu_SetPaperDollActive = (void *)0x06382C58; +const void * RTTI_DataMenu_StartCloseAnim = (void *)0x06330DD8; +const void * RTTI_DataSlateButtons = (void *)0x06364B50; +const void * RTTI_DataSlateButtons_acceptClicked = (void *)0x06365738; +const void * RTTI_DataSlateButtons_cancelClicked = (void *)0x06365770; +const void * RTTI_DataSlateMenu = (void *)0x06365630; +const void * RTTI_DataSlateMenu__DataSlateData = (void *)0x06365470; +const void * RTTI_DataSlateMenu__DataSlateEventShuttle = (void *)0x06365430; +const void * RTTI_DataSlateMenu_playSFX = (void *)0x063657D8; +const void * RTTI_DataSlateMenu_toggleAudio = (void *)0x063657A8; +const void * RTTI_DeathEmoteHandler = (void *)0x063E6EE0; +const void * RTTI_DeathStopHandler = (void *)0x063E6D40; +const void * RTTI_DefaultCollection = (void *)0x06487580; +const void * RTTI_DefaultMessageBoxCallback = (void *)0x062D6BC0; +const void * RTTI_DeferredDeletion__IDeferredDeleter = (void *)0x063B0B60; +const void * RTTI_DeferredDeletion__IGCService = (void *)0x063B4868; +const void * RTTI_DemoralizeEffect = (void *)0x0639F4A0; +const void * RTTI_DependentAnimationGraphManagerHolder = (void *)0x0623FF98; +const void * RTTI_DescriptionBox = (void *)0x06511058; +const void * RTTI_DesyncInteractionHandler = (void *)0x063E2BF0; +const void * RTTI_DetectLifeEffect = (void *)0x0639DE60; +const void * RTTI_DetectionCollector = (void *)0x0639DF10; +const void * RTTI_DetectionDebugData = (void *)0x063D07D0; +const void * RTTI_DetectionState = (void *)0x063D0800; +const void * RTTI_DeviceChangeEvent = (void *)0x06474320; +const void * RTTI_DeviceChangeHandler = (void *)0x0642BDE0; +const void * RTTI_DeviceConnectEvent = (void *)0x06474370; +const void * RTTI_DialogueCameraState = (void *)0x062FA5E0; +const void * RTTI_DialogueMenu = (void *)0x06427C10; +const void * RTTI_DialogueMenu_CompleteExit = (void *)0x06359318; +const void * RTTI_DialogueMenu_OnDialogueSelect = (void *)0x06427CB0; +const void * RTTI_DialogueMenu_OnListVisibilityChange = (void *)0x06427C70; +const void * RTTI_DialogueMenu_OnPersuasionAutoWin = (void *)0x06427C38; +const void * RTTI_DialogueMenu_RequestExit = (void *)0x06427BE0; +const void * RTTI_DialogueMenu_RequestSkipDialogue = (void *)0x06427BA8; +const void * RTTI_DialoguePackage = (void *)0x062EDD18; +const void * RTTI_DialogueUIDataModel = (void *)0x06359298; +const void * RTTI_DialogueUIDataModel__DialogueData = (void *)0x06358BD0; +const void * RTTI_DialogueUIDataModel__DialogueEntryData = (void *)0x063591B8; +const void * RTTI_DialogueUIDataModel__DialogueListData = (void *)0x06359128; +const void * RTTI_DialogueUIDataModel__DialogueUIDataEventShuttle = (void *)0x06359170; +const void * RTTI_DialogueUIDataModel__PersuasionEntryData = (void *)0x063590E8; +const void * RTTI_DialogueUIDataModel__PersuasionListData = (void *)0x06358F28; +const void * RTTI_DialogueUIDataModel__PersuasionPointsData = (void *)0x06358CD8; +const void * RTTI_DirectAtNode = (void *)0x06471AB0; +const void * RTTI_DirectAtNodeInstance = (void *)0x06471A80; +const void * RTTI_DisableCharacterBumperHandler = (void *)0x063E6B88; +const void * RTTI_DisableCharacterControllerHandler = (void *)0x063E2B58; +const void * RTTI_DisableCharacterPitchHandler = (void *)0x063E6730; +const void * RTTI_DisableCollisionHandler = (void *)0x063E6BF0; +const void * RTTI_DisarmEffect = (void *)0x0639DE88; +const void * RTTI_DisconnectHandler = (void *)0x0642BDB8; +const void * RTTI_DisguiseEffect = (void *)0x0639DF68; +const void * RTTI_DisguiseEffect__DetectionChecker = (void *)0x0639DED8; +const void * RTTI_DispelEffect = (void *)0x0639DF90; +const void * RTTI_DiveBombPathController = (void *)0x06406BF8; +const void * RTTI_DoNotInterruptAnimationHandler = (void *)0x063E6D68; +const void * RTTI_DocAcceptDataModel = (void *)0x0633BDF8; +const void * RTTI_DocAcceptDataModel__DocAcceptEventShuttle = (void *)0x0633BD20; +const void * RTTI_DocAcceptMenu = (void *)0x0631FBC8; +const void * RTTI_DocAcceptMenu_Accept = (void *)0x0631FB58; +const void * RTTI_DoorObstacleAdapter = (void *)0x063B8150; +const void * RTTI_DownloadProgressBar = (void *)0x0650FAE0; +const void * RTTI_DownloadingPopUp = (void *)0x06510838; +const void * RTTI_DropResourcesEffect = (void *)0x0639ECD8; +const void * RTTI_DrugsCraftingMenu = (void *)0x06383768; +const void * RTTI_DualDirectAtNode = (void *)0x06471A58; +const void * RTTI_DualDirectAtNodeInstance = (void *)0x06471A28; +const void * RTTI_DualValueModifierEffect = (void *)0x0639DFB8; +const void * RTTI_DynamicAnimationNode = (void *)0x06471738; +const void * RTTI_DynamicAnimationNodeInstance = (void *)0x06471700; +const void * RTTI_DynamicGraphReference = (void *)0x06470968; +const void * RTTI_DynamicGraphReferenceInstance = (void *)0x06470930; +const void * RTTI_DynamicIdleDataSingletonHelper = (void *)0x062403A8; +const void * RTTI_DynamicNavMeshTask = (void *)0x06249BE8; +const void * RTTI_DynamicNavMeshTaskCellRemap = (void *)0x06249B78; +const void * RTTI_DynamicNavMeshTaskStitching = (void *)0x06249BB0; +const void * RTTI_DynamicNavmesh = (void *)0x062808B0; const void * RTTI_DynamicNavmeshService = (void *)0x0624E438; -const void * RTTI_EffectArchetypes__MainStatusHandler = (void *)0x06198370; -const void * RTTI_EffectSequenceMap = (void *)0x06251B78; -const void * RTTI_EffectSequenceNode = (void *)0x064701A0; -const void * RTTI_EffectSequenceNodeInstance = (void *)0x06470A50; -const void * RTTI_EffectSequence__EffectSequenceManager = (void *)0x06251408; -const void * RTTI_EffectSequence__IFormInitialized = (void *)0x06251EB0; -const void * RTTI_EffectSetting = (void *)0x06175390; -const void * RTTI_EjectShellCasingHandler = (void *)0x063E67A0; -const void * RTTI_EmittanceManagerAgent = (void *)0x062403B8; -const void * RTTI_EmitterProjectile = (void *)0x06300490; -const void * RTTI_EmptyDependencyFormPointerMapValue = (void *)0x062BD330; -const void * RTTI_EnableCharacterBumperHandler = (void *)0x063E5030; -const void * RTTI_EnableCharacterControllerHandler = (void *)0x063E6238; -const void * RTTI_EnableCharacterPitchHandler = (void *)0x063E4BD8; -const void * RTTI_EnableCollisionHandler = (void *)0x063E5098; -const void * RTTI_EnchantmentItem = (void *)0x06266E28; -const void * RTTI_EndGameCreditsMenu = (void *)0x0631FF98; -const void * RTTI_EndSecurityMinigameHandler = (void *)0x063E6510; -const void * RTTI_EndSummonAnimationHandler = (void *)0x063E51B8; -const void * RTTI_EnhanceWeaponEffect = (void *)0x063AA568; -const void * RTTI_EnsureAliasCanBePickpocketedFunc = (void *)0x06333DB8; -const void * RTTI_EquippedItemData = (void *)0x06314230; -const void * RTTI_EquippedSpell__Data = (void *)0x06314200; -const void * RTTI_EquippedWeapon__AimModule = (void *)0x06314288; -const void * RTTI_EquippedWeapon__AmmunitionModule = (void *)0x063142E8; -const void * RTTI_EquippedWeapon__AudioModule = (void *)0x06314418; -const void * RTTI_EquippedWeapon__Data = (void *)0x06314258; -const void * RTTI_EquippedWeapon__IModule = (void *)0x063142B8; -const void * RTTI_EquippedWeapon__MeleeAttackModule = (void *)0x06314358; -const void * RTTI_EquippedWeapon__PowerModule = (void *)0x06314390; -const void * RTTI_EquippedWeapon__RangedAttackModule = (void *)0x06314530; -const void * RTTI_EquippedWeapon__VariableRangeModule = (void *)0x06314568; -const void * RTTI_EquippedWeapon__VisualModule = (void *)0x063145A8; -const void * RTTI_EtherealizationEffect = (void *)0x0639DF18; -const void * RTTI_EvaluateConditionVariable = (void *)0x06470EC8; -const void * RTTI_EvaluateConditionVariableInstance = (void *)0x06470EF8; -const void * RTTI_EventController = (void *)0x06471500; -const void * RTTI_EventControllerInstance = (void *)0x06471528; -const void * RTTI_EventDispatcherBackend = (void *)0x064A4018; -const void * RTTI_EventFromRange = (void *)0x06471210; -const void * RTTI_EventFromRangeInstance = (void *)0x06471238; -const void * RTTI_EveryNEvents = (void *)0x064713B0; -const void * RTTI_EveryNEventsInstance = (void *)0x06471380; -const void * RTTI_ExecuteOnAliasedRefFunc = (void *)0x062682E8; -const void * RTTI_ExitChargen_ConfirmCallback = (void *)0x0637DF68; -const void * RTTI_ExitVehicleEvent = (void *)0x0631E128; -const void * RTTI_Explosion = (void *)0x063AA4C0; -const void * RTTI_ExplosionClosestHitCollector = (void *)0x063E9688; -const void * RTTI_ExplosiveIndicatorDataModel = (void *)0x06331AD8; -const void * RTTI_ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle = (void *)0x06331B10; -const void * RTTI_ExternalDataSourceMainStatusHandler = (void *)0x061983B0; -const void * RTTI_ExtraAcousticParent = (void *)0x06269A20; -const void * RTTI_ExtraAction = (void *)0x0626A2E0; -const void * RTTI_ExtraActivateRef = (void *)0x0626A1A8; -const void * RTTI_ExtraActivateText = (void *)0x06267B18; -const void * RTTI_ExtraActorCause = (void *)0x06268810; -const void * RTTI_ExtraActorValueStorage = (void *)0x06268080; -const void * RTTI_ExtraAliasInstanceArray = (void *)0x0626A118; -const void * RTTI_ExtraAmmo = (void *)0x06268618; -const void * RTTI_ExtraAnimGraphManager = (void *)0x0626A378; -const void * RTTI_ExtraAnimGraphPreload = (void *)0x06269BA8; -const void * RTTI_ExtraAnimSounds = (void *)0x06268028; -const void * RTTI_ExtraAshPileRef = (void *)0x06269D68; -const void * RTTI_ExtraAttachRef = (void *)0x06268510; -const void * RTTI_ExtraAttachRefChildren = (void *)0x062684E0; -const void * RTTI_ExtraAttachedArrows3D = (void *)0x06267CB0; -const void * RTTI_ExtraBadPosition = (void *)0x06268BB8; -const void * RTTI_ExtraBendableSplineParams = (void *)0x06252718; -const void * RTTI_ExtraBlueprintPartOriginData = (void *)0x06268660; -const void * RTTI_ExtraBody = (void *)0x06269F10; -const void * RTTI_ExtraBoneScaleMap = (void *)0x06267FC8; -const void * RTTI_ExtraBountyCrimeList = (void *)0x0626A200; -const void * RTTI_ExtraCachedScale = (void *)0x062681C0; -const void * RTTI_ExtraCalcedPackIn = (void *)0x06267E18; -const void * RTTI_ExtraCanTalkToPlayer = (void *)0x0626A080; -const void * RTTI_ExtraCannotWear = (void *)0x0626A650; -const void * RTTI_ExtraCell3D = (void *)0x062672B0; -const void * RTTI_ExtraCellAcousticSpace = (void *)0x062673C0; -const void * RTTI_ExtraCellEnvMap = (void *)0x06267D10; -const void * RTTI_ExtraCellGlobalDirtLayer = (void *)0x06267330; -const void * RTTI_ExtraCellImageSpace = (void *)0x062671F8; -const void * RTTI_ExtraCellMusicType = (void *)0x06267360; -const void * RTTI_ExtraCellSkyRegion = (void *)0x062672D8; -const void * RTTI_ExtraCellWaterEnvMap = (void *)0x06267CE0; -const void * RTTI_ExtraCellWaterType = (void *)0x06267390; -const void * RTTI_ExtraCharge = (void *)0x06268EA0; -const void * RTTI_ExtraCollisionData = (void *)0x06268318; -const void * RTTI_ExtraCombatStyle = (void *)0x062682C0; -const void * RTTI_ExtraConstrainedDecalData = (void *)0x06267B40; -const void * RTTI_ExtraCount = (void *)0x06268EC8; -const void * RTTI_ExtraCreatureAwakeSound = (void *)0x062688E8; -const void * RTTI_ExtraCulledBone = (void *)0x06268D20; -const void * RTTI_ExtraCulledSubsegment = (void *)0x06268210; -const void * RTTI_ExtraDesiredLegendaryRank = (void *)0x06268108; -const void * RTTI_ExtraDirectAtTarget = (void *)0x06269B78; -const void * RTTI_ExtraDroppedItemList = (void *)0x0626A5C0; -const void * RTTI_ExtraEditorID = (void *)0x06268758; -const void * RTTI_ExtraEditorRefMoveData = (void *)0x062699C0; -const void * RTTI_ExtraEmittanceSource = (void *)0x062699F0; -const void * RTTI_ExtraEnableStateChildren = (void *)0x0626A178; -const void * RTTI_ExtraEnableStateParent = (void *)0x0626A260; -const void * RTTI_ExtraEnchantment = (void *)0x06268B90; -const void * RTTI_ExtraEncounterZone = (void *)0x0626A458; -const void * RTTI_ExtraEssentialProtected = (void *)0x06267EA8; -const void * RTTI_ExtraExteriorReflectionProbeAdjustmentVolume = (void *)0x06269FE0; -const void * RTTI_ExtraExternalEmittanceData = (void *)0x06267A18; -const void * RTTI_ExtraFXPickNodes = (void *)0x06267ED8; -const void * RTTI_ExtraFactionChanges = (void *)0x0626A4E8; -const void * RTTI_ExtraFavorCost = (void *)0x06268C08; -const void * RTTI_ExtraFavorite = (void *)0x06268730; -const void * RTTI_ExtraFlags = (void *)0x06268A60; -const void * RTTI_ExtraFogVolume = (void *)0x0626A028; -const void * RTTI_ExtraFollower = (void *)0x06268948; -const void * RTTI_ExtraFollowerSwimBreadcrumbs = (void *)0x0626A0B0; -const void * RTTI_ExtraForcedLandingMarker = (void *)0x06267C80; -const void * RTTI_ExtraForcedTarget = (void *)0x06268B68; -const void * RTTI_ExtraFriendHits = (void *)0x06269968; -const void * RTTI_ExtraFromAlias = (void *)0x06268270; -const void * RTTI_ExtraFurnitureEntryData = (void *)0x06269A50; -const void * RTTI_ExtraGeometryDirtynessScale = (void *)0x062686F8; -const void * RTTI_ExtraGhost = (void *)0x0626A568; -const void * RTTI_ExtraGlobal = (void *)0x06268F90; -const void * RTTI_ExtraGroupedPackin = (void *)0x06267928; -const void * RTTI_ExtraGuardedRefData = (void *)0x06269990; -const void * RTTI_ExtraHasNoRumors = (void *)0x06268370; -const void * RTTI_ExtraHavok = (void *)0x06267288; -const void * RTTI_ExtraHeadTrackingWeight = (void *)0x06268C30; -const void * RTTI_ExtraHeadingTarget = (void *)0x06268868; -const void * RTTI_ExtraHealth = (void *)0x06268E50; -const void * RTTI_ExtraHorse = (void *)0x06268B10; -const void * RTTI_ExtraIgnoredAttractKeywords = (void *)0x06267FF0; -const void * RTTI_ExtraIgnoredBySandbox = (void *)0x062698E0; -const void * RTTI_ExtraInitActions = (void *)0x06252748; -const void * RTTI_ExtraInputEnableLayer = (void *)0x06269C28; -const void * RTTI_ExtraInstanceData = (void *)0x06269C00; -const void * RTTI_ExtraInteraction = (void *)0x06269D10; -const void * RTTI_ExtraInvestedGold = (void *)0x06267F28; -const void * RTTI_ExtraItemDropper = (void *)0x0626A540; -const void * RTTI_ExtraKeywords = (void *)0x06267BD0; -const void * RTTI_ExtraLargeRefOwnerCells = (void *)0x06267D60; -const void * RTTI_ExtraLastFinishedSequence = (void *)0x0626A620; -const void * RTTI_ExtraLevCreaModifier = (void *)0x06269DC0; -const void * RTTI_ExtraLeveledBaseObject = (void *)0x06269D38; -const void * RTTI_ExtraLeveledCreature = (void *)0x0626A3D0; -const void * RTTI_ExtraLeveledItem = (void *)0x06268F38; -const void * RTTI_ExtraLight = (void *)0x0626A350; -const void * RTTI_ExtraLightAreaData = (void *)0x06268C90; -const void * RTTI_ExtraLightBarndoorData = (void *)0x06268D78; -const void * RTTI_ExtraLightColorData = (void *)0x06268CC0; -const void * RTTI_ExtraLightData = (void *)0x06267D38; -const void * RTTI_ExtraLightFlickerData = (void *)0x06268C60; -const void * RTTI_ExtraLightGoboData = (void *)0x06268CF0; -const void * RTTI_ExtraLightLayerData = (void *)0x06269010; -const void * RTTI_ExtraLightRoundnessData = (void *)0x06268D48; -const void * RTTI_ExtraLightStaticShadowMapData = (void *)0x06267DB8; -const void * RTTI_ExtraLightVolumetricData = (void *)0x06268FE0; -const void * RTTI_ExtraLinkedChildrenAliasInstanceArray = (void *)0x062698A0; -const void * RTTI_ExtraLinkedRef = (void *)0x06268998; -const void * RTTI_ExtraLinkedRefChildren = (void *)0x0626A148; -const void * RTTI_ExtraLitWaterRefs = (void *)0x06268458; -const void * RTTI_ExtraLocation = (void *)0x062680B0; -const void * RTTI_ExtraLocationRefType = (void *)0x0626A1D0; -const void * RTTI_ExtraLock = (void *)0x06269068; -const void * RTTI_ExtraLockList = (void *)0x062681E8; -const void * RTTI_ExtraMagicCaster = (void *)0x06267878; -const void * RTTI_ExtraMapMarker = (void *)0x0626A3A8; -const void * RTTI_ExtraMaterialSwap = (void *)0x06267C28; -const void * RTTI_ExtraMissingRefIDs = (void *)0x06268AB0; -const void * RTTI_ExtraModIndex = (void *)0x06267AF0; -const void * RTTI_ExtraModRank = (void *)0x06267D90; -const void * RTTI_ExtraModelSwap = (void *)0x06268348; -const void * RTTI_ExtraNavMeshPortal = (void *)0x062687B8; -const void * RTTI_ExtraNorthRotation = (void *)0x06267258; -const void * RTTI_ExtraObjectBreakable = (void *)0x06268050; -const void * RTTI_ExtraObjectSavedDynamicIdles = (void *)0x06267F90; -const void * RTTI_ExtraObjectSavedUnrecoverableSubgraphs = (void *)0x06267F50; -const void * RTTI_ExtraOcclusionPlaneRefData = (void *)0x06268780; -const void * RTTI_ExtraOpenCloseActivateRef = (void *)0x06268240; -const void * RTTI_ExtraOriginalBaseObject = (void *)0x06268168; -const void * RTTI_ExtraOriginalReference = (void *)0x06268918; -const void * RTTI_ExtraOutfitItem = (void *)0x06268F10; -const void * RTTI_ExtraOwnership = (void *)0x06268FB8; -const void * RTTI_ExtraOwningInstance = (void *)0x062684B0; -const void * RTTI_ExtraPackage = (void *)0x0626A308; -const void * RTTI_ExtraPackageData = (void *)0x06268298; -const void * RTTI_ExtraPackageStartLocation = (void *)0x06269F30; -const void * RTTI_ExtraPatrolRefData = (void *)0x06268838; -const void * RTTI_ExtraPatrolRefInUseData = (void *)0x0626A0E8; -const void * RTTI_ExtraPersistentCell = (void *)0x06269EE0; -const void * RTTI_ExtraPlacedPlanetContent = (void *)0x062678A0; -const void * RTTI_ExtraPlayerCrimeList = (void *)0x0626A230; -const void * RTTI_ExtraPoison = (void *)0x06268898; -const void * RTTI_ExtraPowerArmor = (void *)0x06269BD8; -const void * RTTI_ExtraPowerArmorPreload = (void *)0x06269C58; -const void * RTTI_ExtraPowerLinks = (void *)0x06268970; -const void * RTTI_ExtraPrimitive = (void *)0x06268638; -const void * RTTI_ExtraProceduralInstanceData = (void *)0x062679B0; -const void * RTTI_ExtraProcessMiddleLow = (void *)0x06267228; -const void * RTTI_ExtraProjectedDecalData = (void *)0x062686C8; -const void * RTTI_ExtraPromotedRef = (void *)0x06269910; -const void * RTTI_ExtraPropertySheet = (void *)0x06267AC0; -const void * RTTI_ExtraRadioData = (void *)0x062687E8; -const void * RTTI_ExtraRadioReceiver = (void *)0x06267BA0; -const void * RTTI_ExtraRadioRepeater = (void *)0x06267B70; -const void * RTTI_ExtraRadius = (void *)0x062683D0; -const void * RTTI_ExtraRadiusFalloffExponent = (void *)0x06268398; -const void * RTTI_ExtraRagDollData = (void *)0x06269DF0; -const void * RTTI_ExtraRandomAnimStartTime = (void *)0x062679E8; -const void * RTTI_ExtraRandomTeleportMarker = (void *)0x0626A5F0; -const void * RTTI_ExtraRangedDistOverride = (void *)0x062689C0; -const void * RTTI_ExtraRank = (void *)0x06268EF0; -const void * RTTI_ExtraRefWeaponSounds = (void *)0x06269B48; -const void * RTTI_ExtraReferenceGroup = (void *)0x06267C50; -const void * RTTI_ExtraReferenceHandles = (void *)0x062680D8; -const void * RTTI_ExtraReflectedRefs = (void *)0x06268428; -const void * RTTI_ExtraReflectorRefs = (void *)0x062683F8; -const void * RTTI_ExtraRefrPath = (void *)0x06269CB0; -const void * RTTI_ExtraRefractionProperty = (void *)0x0626A488; -const void * RTTI_ExtraRegionList = (void *)0x06267308; -const void * RTTI_ExtraReservedMarkers = (void *)0x06269E50; -const void * RTTI_ExtraRoomRefData = (void *)0x0626A430; -const void * RTTI_ExtraRunOncePacks = (void *)0x0626A290; -const void * RTTI_ExtraSavedAnimation = (void *)0x0626A590; -const void * RTTI_ExtraSavedHavokData = (void *)0x0626A4B8; -const void * RTTI_ExtraSayToTopicInfo = (void *)0x0626A050; -const void * RTTI_ExtraSayTopicInfoOnceADay = (void *)0x0626A400; -const void * RTTI_ExtraScale = (void *)0x06268E78; -const void * RTTI_ExtraSceneData = (void *)0x06268BE0; -const void * RTTI_ExtraScriptedAnimDependence = (void *)0x06269CD8; -const void * RTTI_ExtraSeed = (void *)0x0626A330; -const void * RTTI_ExtraSeenData = (void *)0x062671D0; -const void * RTTI_ExtraShipArrivalData = (void *)0x06268698; -const void * RTTI_ExtraShipBlueprintSnapData = (void *)0x06269E18; -const void * RTTI_ExtraShouldWear = (void *)0x0626A2B8; -const void * RTTI_ExtraSnapLinks = (void *)0x06267958; -const void * RTTI_ExtraSoul = (void *)0x06269F60; -const void * RTTI_ExtraSound = (void *)0x0626A518; -const void * RTTI_ExtraSoundHook = (void *)0x062688C0; -const void * RTTI_ExtraSourcePackIn = (void *)0x06267DF0; -const void * RTTI_ExtraSpawnContainer = (void *)0x06269D90; -const void * RTTI_ExtraStartingPosition = (void *)0x06268F60; -const void * RTTI_ExtraStartingWorldOrCell = (void *)0x06269938; -const void * RTTI_ExtraTeleport = (void *)0x06269040; -const void * RTTI_ExtraTeleportName = (void *)0x06268198; -const void * RTTI_ExtraTempLocationWorldSpace = (void *)0x06269EA8; -const void * RTTI_ExtraTerminalMenuBodyTextItems = (void *)0x06267A88; -const void * RTTI_ExtraTerminalMenuItems = (void *)0x06267E78; -const void * RTTI_ExtraTerminalMenuMenuItems = (void *)0x06267E40; -const void * RTTI_ExtraTerminalMenuUnlockedItems = (void *)0x06267A50; -const void * RTTI_ExtraTextDisplayData = (void *)0x06268B38; -const void * RTTI_ExtraTimeLeft = (void *)0x06268E28; -const void * RTTI_ExtraTimeOfDayData = (void *)0x06267980; -const void * RTTI_ExtraTransitionCellCount = (void *)0x06268538; -const void * RTTI_ExtraTraversalData = (void *)0x06269B18; -const void * RTTI_ExtraTresPassPackage = (void *)0x06268138; -const void * RTTI_ExtraUniqueID = (void *)0x06268A88; -const void * RTTI_ExtraUsedMarkers = (void *)0x06269E80; -const void * RTTI_ExtraVoiceType = (void *)0x06267F00; -const void * RTTI_ExtraVolumeData = (void *)0x06268A38; -const void * RTTI_ExtraVolumeReflectionProbe_OffsetIntensity = (void *)0x062689F0; -const void * RTTI_ExtraWaterCurrentZoneData = (void *)0x06268AE0; -const void * RTTI_ExtraWaterData = (void *)0x06269C88; -const void * RTTI_ExtraWaterLightRefs = (void *)0x06268480; -const void * RTTI_ExtraWaterReflectionData = (void *)0x06267BF8; -const void * RTTI_ExtraWorkshopSnapping = (void *)0x062B1F60; -const void * RTTI_ExtraWwiseSwitchData = (void *)0x062D40E0; -const void * RTTI_EyeTrackingOffHandler = (void *)0x063E6E58; -const void * RTTI_EyeTrackingOnHandler = (void *)0x063E6E88; -const void * RTTI_FACEFX_ACTOR = (void *)0x06252BA8; -const void * RTTI_FACEFX_BONESET = (void *)0x06252A98; -const void * RTTI_FOCollisionListener = (void *)0x062DC688; -const void * RTTI_FaceEmotionalIdleHandler = (void *)0x063E65C0; -const void * RTTI_FaderMenu = (void *)0x06427D80; -const void * RTTI_FanfareData = (void *)0x063200B0; -const void * RTTI_FanfareMenu = (void *)0x06320000; -const void * RTTI_FanfareMenu__FanfareEventShuttle = (void *)0x0631FFC8; -const void * RTTI_FarTravel__Arrival = (void *)0x063A22B0; -const void * RTTI_FarTravel__Cruise = (void *)0x063A2308; -const void * RTTI_FarTravel__Departure = (void *)0x063A22D8; -const void * RTTI_FarTravel__FarTravelOrbitalUpdateFadeDone = (void *)0x063A2330; -const void * RTTI_FarTravel__FarTravelUnloadNode = (void *)0x062B7258; -const void * RTTI_FarTravel__UpdateGalacticPositions = (void *)0x063A2370; -const void * RTTI_FavoritesManager = (void *)0x064291A0; -const void * RTTI_FavoritesManager__FavoritesData = (void *)0x064294D0; -const void * RTTI_FavoritesManager__FavoritesEntryData = (void *)0x06429490; -const void * RTTI_FavoritesManager__FavoritesUIDataEventShuttle = (void *)0x06429100; -const void * RTTI_FavoritesMenu = (void *)0x064292F8; -const void * RTTI_FavoritesMenu_AssignQuickkey = (void *)0x064280A0; -const void * RTTI_FavoritesMenu_UseQuickkey = (void *)0x06428840; -const void * RTTI_FilterSideBar = (void *)0x065109B0; +const void * RTTI_EffectArchetypes__MainStatusHandler = (void *)0x06198670; +const void * RTTI_EffectSequenceMap = (void *)0x06251D58; +const void * RTTI_EffectSequenceNode = (void *)0x0646DED8; +const void * RTTI_EffectSequenceNodeInstance = (void *)0x06470C40; +const void * RTTI_EffectSequence__EffectSequenceManager = (void *)0x06251868; +const void * RTTI_EffectSequence__IFormInitialized = (void *)0x06251F00; +const void * RTTI_EffectSetting = (void *)0x06175310; +const void * RTTI_EjectShellCasingHandler = (void *)0x063E3140; +const void * RTTI_EmittanceManagerAgent = (void *)0x06240458; +const void * RTTI_EmitterProjectile = (void *)0x06300540; +const void * RTTI_EmptyDependencyFormPointerMapValue = (void *)0x062BD3A0; +const void * RTTI_EnableCharacterBumperHandler = (void *)0x063E6AF8; +const void * RTTI_EnableCharacterControllerHandler = (void *)0x063E2B20; +const void * RTTI_EnableCharacterPitchHandler = (void *)0x063E6768; +const void * RTTI_EnableCollisionHandler = (void *)0x063E6B58; +const void * RTTI_EnchantmentItem = (void *)0x06266E70; +const void * RTTI_EndGameCreditsMenu = (void *)0x0631FFF0; +const void * RTTI_EndSecurityMinigameHandler = (void *)0x063E2DF0; +const void * RTTI_EndSummonAnimationHandler = (void *)0x063E6C80; +const void * RTTI_EnhanceWeaponEffect = (void *)0x063AA620; +const void * RTTI_EnsureAliasCanBePickpocketedFunc = (void *)0x06335220; +const void * RTTI_EquippedItemData = (void *)0x06314278; +const void * RTTI_EquippedSpell__Data = (void *)0x063142A0; +const void * RTTI_EquippedWeapon__AimModule = (void *)0x06314330; +const void * RTTI_EquippedWeapon__AmmunitionModule = (void *)0x06314360; +const void * RTTI_EquippedWeapon__AudioModule = (void *)0x06314488; +const void * RTTI_EquippedWeapon__Data = (void *)0x063142D0; +const void * RTTI_EquippedWeapon__IModule = (void *)0x06314300; +const void * RTTI_EquippedWeapon__MeleeAttackModule = (void *)0x063143D0; +const void * RTTI_EquippedWeapon__PowerModule = (void *)0x06314408; +const void * RTTI_EquippedWeapon__RangedAttackModule = (void *)0x06314598; +const void * RTTI_EquippedWeapon__VariableRangeModule = (void *)0x063145D0; +const void * RTTI_EquippedWeapon__VisualModule = (void *)0x06314610; +const void * RTTI_EtherealizationEffect = (void *)0x0639DFE8; +const void * RTTI_EvaluateConditionVariable = (void *)0x06470FC0; +const void * RTTI_EvaluateConditionVariableInstance = (void *)0x06470FF0; +const void * RTTI_EventController = (void *)0x06471628; +const void * RTTI_EventControllerInstance = (void *)0x064715F8; +const void * RTTI_EventDispatcherBackend = (void *)0x064A41D8; +const void * RTTI_EventFromRange = (void *)0x06471308; +const void * RTTI_EventFromRangeInstance = (void *)0x06471330; +const void * RTTI_EveryNEvents = (void *)0x06471478; +const void * RTTI_EveryNEventsInstance = (void *)0x064714A0; +const void * RTTI_ExecuteOnAliasedRefFunc = (void *)0x06267E90; +const void * RTTI_ExitChargen_ConfirmCallback = (void *)0x0637C4A8; +const void * RTTI_ExitVehicleEvent = (void *)0x0631E188; +const void * RTTI_Explosion = (void *)0x063AA4F8; +const void * RTTI_ExplosionClosestHitCollector = (void *)0x063E91F8; +const void * RTTI_ExplosiveIndicatorDataModel = (void *)0x06331B08; +const void * RTTI_ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle = (void *)0x06331B40; +const void * RTTI_ExternalDataSourceMainStatusHandler = (void *)0x061986B0; +const void * RTTI_ExtraAcousticParent = (void *)0x06269AF8; +const void * RTTI_ExtraAction = (void *)0x0626A3A0; +const void * RTTI_ExtraActivateRef = (void *)0x0626A588; +const void * RTTI_ExtraActivateText = (void *)0x062680F8; +const void * RTTI_ExtraActorCause = (void *)0x06268898; +const void * RTTI_ExtraActorValueStorage = (void *)0x062680C8; +const void * RTTI_ExtraAliasInstanceArray = (void *)0x0626A028; +const void * RTTI_ExtraAmmo = (void *)0x06268668; +const void * RTTI_ExtraAnimGraphManager = (void *)0x0626A3F0; +const void * RTTI_ExtraAnimGraphPreload = (void *)0x06269978; +const void * RTTI_ExtraAnimSounds = (void *)0x06268070; +const void * RTTI_ExtraAshPileRef = (void *)0x06269BB0; +const void * RTTI_ExtraAttachRef = (void *)0x062684A8; +const void * RTTI_ExtraAttachRefChildren = (void *)0x06268478; +const void * RTTI_ExtraAttachedArrows3D = (void *)0x06267D00; +const void * RTTI_ExtraBadPosition = (void *)0x06268C40; +const void * RTTI_ExtraBendableSplineParams = (void *)0x06252768; +const void * RTTI_ExtraBlueprintPartOriginData = (void *)0x062686B0; +const void * RTTI_ExtraBody = (void *)0x06269FA8; +const void * RTTI_ExtraBoneScaleMap = (void *)0x06268010; +const void * RTTI_ExtraBountyCrimeList = (void *)0x0626A2C0; +const void * RTTI_ExtraCachedScale = (void *)0x06268208; +const void * RTTI_ExtraCalcedPackIn = (void *)0x06267B90; +const void * RTTI_ExtraCanTalkToPlayer = (void *)0x06269FF8; +const void * RTTI_ExtraCannotWear = (void *)0x0626A510; +const void * RTTI_ExtraCell3D = (void *)0x062672F0; +const void * RTTI_ExtraCellAcousticSpace = (void *)0x06267348; +const void * RTTI_ExtraCellEnvMap = (void *)0x06267D60; +const void * RTTI_ExtraCellGlobalDirtLayer = (void *)0x06267378; +const void * RTTI_ExtraCellImageSpace = (void *)0x06267298; +const void * RTTI_ExtraCellMusicType = (void *)0x06267408; +const void * RTTI_ExtraCellSkyRegion = (void *)0x06267218; +const void * RTTI_ExtraCellWaterEnvMap = (void *)0x06267D30; +const void * RTTI_ExtraCellWaterType = (void *)0x06267318; +const void * RTTI_ExtraCharge = (void *)0x06268AC0; +const void * RTTI_ExtraCollisionData = (void *)0x06267EC0; +const void * RTTI_ExtraCombatStyle = (void *)0x06267E68; +const void * RTTI_ExtraConstrainedDecalData = (void *)0x06268120; +const void * RTTI_ExtraCount = (void *)0x06268E58; +const void * RTTI_ExtraCreatureAwakeSound = (void *)0x06268970; +const void * RTTI_ExtraCulledBone = (void *)0x06268D50; +const void * RTTI_ExtraCulledSubsegment = (void *)0x06268258; +const void * RTTI_ExtraDesiredLegendaryRank = (void *)0x06268528; +const void * RTTI_ExtraDirectAtTarget = (void *)0x06269C68; +const void * RTTI_ExtraDroppedItemList = (void *)0x0626A450; +const void * RTTI_ExtraEditorID = (void *)0x062687A8; +const void * RTTI_ExtraEditorRefMoveData = (void *)0x06269DC8; +const void * RTTI_ExtraEmittanceSource = (void *)0x06269AC8; +const void * RTTI_ExtraEnableStateChildren = (void *)0x0626A698; +const void * RTTI_ExtraEnableStateParent = (void *)0x0626A610; +const void * RTTI_ExtraEnchantment = (void *)0x06268C18; +const void * RTTI_ExtraEncounterZone = (void *)0x0626A0F8; +const void * RTTI_ExtraEssentialProtected = (void *)0x06267EF0; +const void * RTTI_ExtraExteriorReflectionProbeAdjustmentVolume = (void *)0x0626A060; +const void * RTTI_ExtraExternalEmittanceData = (void *)0x06267A68; +const void * RTTI_ExtraFXPickNodes = (void *)0x06267F20; +const void * RTTI_ExtraFactionChanges = (void *)0x0626A190; +const void * RTTI_ExtraFavorCost = (void *)0x06268C90; +const void * RTTI_ExtraFavorite = (void *)0x06268780; +const void * RTTI_ExtraFlags = (void *)0x06268AE8; +const void * RTTI_ExtraFogVolume = (void *)0x0626A0A8; +const void * RTTI_ExtraFollower = (void *)0x062689D0; +const void * RTTI_ExtraFollowerSwimBreadcrumbs = (void *)0x0626A128; +const void * RTTI_ExtraForcedLandingMarker = (void *)0x06267CD0; +const void * RTTI_ExtraForcedTarget = (void *)0x06268BF0; +const void * RTTI_ExtraFriendHits = (void *)0x06269A40; +const void * RTTI_ExtraFromAlias = (void *)0x062682B8; +const void * RTTI_ExtraFurnitureEntryData = (void *)0x062699A8; +const void * RTTI_ExtraGeometryDirtynessScale = (void *)0x06268748; +const void * RTTI_ExtraGhost = (void *)0x0626A560; +const void * RTTI_ExtraGlobal = (void *)0x06268F20; +const void * RTTI_ExtraGroupedPackin = (void *)0x06267978; +const void * RTTI_ExtraGuardedRefData = (void *)0x06269D98; +const void * RTTI_ExtraHasNoRumors = (void *)0x06268308; +const void * RTTI_ExtraHavok = (void *)0x062672C8; +const void * RTTI_ExtraHeadTrackingWeight = (void *)0x06268CB8; +const void * RTTI_ExtraHeadingTarget = (void *)0x062688F0; +const void * RTTI_ExtraHealth = (void *)0x06268A70; +const void * RTTI_ExtraHorse = (void *)0x06268B98; +const void * RTTI_ExtraIgnoredAttractKeywords = (void *)0x06268038; +const void * RTTI_ExtraIgnoredBySandbox = (void *)0x06269E38; +const void * RTTI_ExtraInitActions = (void *)0x06252798; +const void * RTTI_ExtraInputEnableLayer = (void *)0x06269BD8; +const void * RTTI_ExtraInstanceData = (void *)0x06269CF8; +const void * RTTI_ExtraInteraction = (void *)0x06269E68; +const void * RTTI_ExtraInvestedGold = (void *)0x06267F70; +const void * RTTI_ExtraItemDropper = (void *)0x0626A538; +const void * RTTI_ExtraKeywords = (void *)0x06267C20; +const void * RTTI_ExtraLargeRefOwnerCells = (void *)0x06267DB0; +const void * RTTI_ExtraLastFinishedSequence = (void *)0x0626A4E0; +const void * RTTI_ExtraLevCreaModifier = (void *)0x06269A98; +const void * RTTI_ExtraLeveledBaseObject = (void *)0x06269B80; +const void * RTTI_ExtraLeveledCreature = (void *)0x0626A348; +const void * RTTI_ExtraLeveledItem = (void *)0x06268EC8; +const void * RTTI_ExtraLight = (void *)0x0626A3C8; +const void * RTTI_ExtraLightAreaData = (void *)0x06269048; +const void * RTTI_ExtraLightBarndoorData = (void *)0x06268DA8; +const void * RTTI_ExtraLightColorData = (void *)0x06269078; +const void * RTTI_ExtraLightData = (void *)0x06267D88; +const void * RTTI_ExtraLightFlickerData = (void *)0x06269018; +const void * RTTI_ExtraLightGoboData = (void *)0x062690A8; +const void * RTTI_ExtraLightLayerData = (void *)0x06268FA0; +const void * RTTI_ExtraLightRoundnessData = (void *)0x06268D78; +const void * RTTI_ExtraLightStaticShadowMapData = (void *)0x06267E08; +const void * RTTI_ExtraLightVolumetricData = (void *)0x06268F70; +const void * RTTI_ExtraLinkedChildrenAliasInstanceArray = (void *)0x06269DF8; +const void * RTTI_ExtraLinkedRef = (void *)0x06268A20; +const void * RTTI_ExtraLinkedRefChildren = (void *)0x0626A668; +const void * RTTI_ExtraLitWaterRefs = (void *)0x062683F0; +const void * RTTI_ExtraLocation = (void *)0x062684D0; +const void * RTTI_ExtraLocationRefType = (void *)0x0626A5B0; +const void * RTTI_ExtraLock = (void *)0x06268FF8; +const void * RTTI_ExtraLockList = (void *)0x06268230; +const void * RTTI_ExtraMagicCaster = (void *)0x062678C8; +const void * RTTI_ExtraMapMarker = (void *)0x0626A320; +const void * RTTI_ExtraMaterialSwap = (void *)0x06267C78; +const void * RTTI_ExtraMissingRefIDs = (void *)0x06268B38; +const void * RTTI_ExtraModIndex = (void *)0x06267B40; +const void * RTTI_ExtraModRank = (void *)0x06267DE0; +const void * RTTI_ExtraModelSwap = (void *)0x062682E0; +const void * RTTI_ExtraNavMeshPortal = (void *)0x06268D20; +const void * RTTI_ExtraNorthRotation = (void *)0x062673D8; +const void * RTTI_ExtraObjectBreakable = (void *)0x06268098; +const void * RTTI_ExtraObjectSavedDynamicIdles = (void *)0x06267FD8; +const void * RTTI_ExtraObjectSavedUnrecoverableSubgraphs = (void *)0x06267F98; +const void * RTTI_ExtraOcclusionPlaneRefData = (void *)0x06268CE8; +const void * RTTI_ExtraOpenCloseActivateRef = (void *)0x06268288; +const void * RTTI_ExtraOriginalBaseObject = (void *)0x062681B0; +const void * RTTI_ExtraOriginalReference = (void *)0x062689A0; +const void * RTTI_ExtraOutfitItem = (void *)0x06268EA0; +const void * RTTI_ExtraOwnership = (void *)0x06268F48; +const void * RTTI_ExtraOwningInstance = (void *)0x06268448; +const void * RTTI_ExtraPackage = (void *)0x0626A278; +const void * RTTI_ExtraPackageData = (void *)0x06267E40; +const void * RTTI_ExtraPackageStartLocation = (void *)0x06269F58; +const void * RTTI_ExtraPatrolRefData = (void *)0x062688C0; +const void * RTTI_ExtraPatrolRefInUseData = (void *)0x0626A160; +const void * RTTI_ExtraPersistentCell = (void *)0x06269EC8; +const void * RTTI_ExtraPlacedPlanetContent = (void *)0x062678F0; +const void * RTTI_ExtraPlayerCrimeList = (void *)0x0626A2F0; +const void * RTTI_ExtraPoison = (void *)0x06268920; +const void * RTTI_ExtraPowerArmor = (void *)0x06269CD0; +const void * RTTI_ExtraPowerArmorPreload = (void *)0x06269C08; +const void * RTTI_ExtraPowerLinks = (void *)0x062689F8; +const void * RTTI_ExtraPrimitive = (void *)0x06268688; +const void * RTTI_ExtraProceduralInstanceData = (void *)0x06267A00; +const void * RTTI_ExtraProcessMiddleLow = (void *)0x062673A8; +const void * RTTI_ExtraProjectedDecalData = (void *)0x06268718; +const void * RTTI_ExtraPromotedRef = (void *)0x06269D20; +const void * RTTI_ExtraPropertySheet = (void *)0x06267B10; +const void * RTTI_ExtraRadioData = (void *)0x06268870; +const void * RTTI_ExtraRadioReceiver = (void *)0x06268180; +const void * RTTI_ExtraRadioRepeater = (void *)0x06268150; +const void * RTTI_ExtraRadius = (void *)0x06268368; +const void * RTTI_ExtraRadiusFalloffExponent = (void *)0x06268330; +const void * RTTI_ExtraRagDollData = (void *)0x06269EF8; +const void * RTTI_ExtraRandomAnimStartTime = (void *)0x06267A38; +const void * RTTI_ExtraRandomTeleportMarker = (void *)0x0626A5E0; +const void * RTTI_ExtraRangedDistOverride = (void *)0x062687D0; +const void * RTTI_ExtraRank = (void *)0x06268E80; +const void * RTTI_ExtraRefWeaponSounds = (void *)0x06269C38; +const void * RTTI_ExtraReferenceGroup = (void *)0x06267CA0; +const void * RTTI_ExtraReferenceHandles = (void *)0x062684F8; +const void * RTTI_ExtraReflectedRefs = (void *)0x062683C0; +const void * RTTI_ExtraReflectorRefs = (void *)0x06268390; +const void * RTTI_ExtraRefrPath = (void *)0x06269D70; +const void * RTTI_ExtraRefractionProperty = (void *)0x0626A480; +const void * RTTI_ExtraRegionList = (void *)0x06267248; +const void * RTTI_ExtraReservedMarkers = (void *)0x06269B28; +const void * RTTI_ExtraRoomRefData = (void *)0x0626A0D0; +const void * RTTI_ExtraRunOncePacks = (void *)0x0626A640; +const void * RTTI_ExtraSavedAnimation = (void *)0x0626A420; +const void * RTTI_ExtraSavedHavokData = (void *)0x0626A4B0; +const void * RTTI_ExtraSayToTopicInfo = (void *)0x06269FC8; +const void * RTTI_ExtraSayTopicInfoOnceADay = (void *)0x0626A1E8; +const void * RTTI_ExtraScale = (void *)0x06268A98; +const void * RTTI_ExtraSceneData = (void *)0x06268C68; +const void * RTTI_ExtraScriptedAnimDependence = (void *)0x06269C98; +const void * RTTI_ExtraSeed = (void *)0x0626A2A0; +const void * RTTI_ExtraSeenData = (void *)0x06267270; +const void * RTTI_ExtraShipArrivalData = (void *)0x062686E8; +const void * RTTI_ExtraShipBlueprintSnapData = (void *)0x06269F20; +const void * RTTI_ExtraShouldWear = (void *)0x0626A378; +const void * RTTI_ExtraSnapLinks = (void *)0x062679A8; +const void * RTTI_ExtraSoul = (void *)0x06269F88; +const void * RTTI_ExtraSound = (void *)0x0626A1C0; +const void * RTTI_ExtraSoundHook = (void *)0x06268948; +const void * RTTI_ExtraSourcePackIn = (void *)0x06267B68; +const void * RTTI_ExtraSpawnContainer = (void *)0x06269A68; +const void * RTTI_ExtraStartingPosition = (void *)0x06268EF0; +const void * RTTI_ExtraStartingWorldOrCell = (void *)0x06269A10; +const void * RTTI_ExtraTeleport = (void *)0x06268FD0; +const void * RTTI_ExtraTeleportName = (void *)0x062681E0; +const void * RTTI_ExtraTempLocationWorldSpace = (void *)0x06269E90; +const void * RTTI_ExtraTerminalMenuBodyTextItems = (void *)0x06267AD8; +const void * RTTI_ExtraTerminalMenuItems = (void *)0x06267BF0; +const void * RTTI_ExtraTerminalMenuMenuItems = (void *)0x06267BB8; +const void * RTTI_ExtraTerminalMenuUnlockedItems = (void *)0x06267AA0; +const void * RTTI_ExtraTextDisplayData = (void *)0x06268BC0; +const void * RTTI_ExtraTimeLeft = (void *)0x06268A48; +const void * RTTI_ExtraTimeOfDayData = (void *)0x062679D0; +const void * RTTI_ExtraTransitionCellCount = (void *)0x06268588; +const void * RTTI_ExtraTraversalData = (void *)0x06269948; +const void * RTTI_ExtraTresPassPackage = (void *)0x06268558; +const void * RTTI_ExtraUniqueID = (void *)0x06268B10; +const void * RTTI_ExtraUsedMarkers = (void *)0x06269B58; +const void * RTTI_ExtraVoiceType = (void *)0x06267F48; +const void * RTTI_ExtraVolumeData = (void *)0x06268848; +const void * RTTI_ExtraVolumeReflectionProbe_OffsetIntensity = (void *)0x06268800; +const void * RTTI_ExtraWaterCurrentZoneData = (void *)0x06268B68; +const void * RTTI_ExtraWaterData = (void *)0x06269D48; +const void * RTTI_ExtraWaterLightRefs = (void *)0x06268418; +const void * RTTI_ExtraWaterReflectionData = (void *)0x06267C48; +const void * RTTI_ExtraWorkshopSnapping = (void *)0x062B1FC8; +const void * RTTI_ExtraWwiseSwitchData = (void *)0x062D4160; +const void * RTTI_EyeTrackingOffHandler = (void *)0x063E6F40; +const void * RTTI_EyeTrackingOnHandler = (void *)0x063E6358; +const void * RTTI_FACEFX_ACTOR = (void *)0x06252CA8; +const void * RTTI_FACEFX_BONESET = (void *)0x062528C8; +const void * RTTI_FOCollisionListener = (void *)0x062DC608; +const void * RTTI_FaceEmotionalIdleHandler = (void *)0x063E2F58; +const void * RTTI_FaderMenu = (void *)0x064280D0; +const void * RTTI_FanfareData = (void *)0x06320070; +const void * RTTI_FanfareMenu = (void *)0x06320098; +const void * RTTI_FanfareMenu__FanfareEventShuttle = (void *)0x06320158; +const void * RTTI_FarTravel__Arrival = (void *)0x063A2068; +const void * RTTI_FarTravel__Cruise = (void *)0x063A20C0; +const void * RTTI_FarTravel__Departure = (void *)0x063A2090; +const void * RTTI_FarTravel__FarTravelOrbitalUpdateFadeDone = (void *)0x063A23A0; +const void * RTTI_FarTravel__FarTravelUnloadNode = (void *)0x062B72D0; +const void * RTTI_FarTravel__UpdateGalacticPositions = (void *)0x063A23E0; +const void * RTTI_FavoritesManager = (void *)0x06429560; +const void * RTTI_FavoritesManager__FavoritesData = (void *)0x06429270; +const void * RTTI_FavoritesManager__FavoritesEntryData = (void *)0x06429230; +const void * RTTI_FavoritesManager__FavoritesUIDataEventShuttle = (void *)0x064294C0; +const void * RTTI_FavoritesMenu = (void *)0x064296B8; +const void * RTTI_FavoritesMenu_AssignQuickkey = (void *)0x06428EC0; +const void * RTTI_FavoritesMenu_UseQuickkey = (void *)0x06428E90; +const void * RTTI_FilterSideBar = (void *)0x06510B30; const void * RTTI_FindConnectedNavmeshInfosVisitor = (void *)0x062EF708; -const void * RTTI_FindDynamicNeighborsTask = (void *)0x06170C30; -const void * RTTI_FindEffectKeywordOnTargetFunctor = (void *)0x0639E668; -const void * RTTI_FindTriangleForLocationFilter = (void *)0x0623C1E0; -const void * RTTI_FindTriangleForLocationFilterCheckDeltaZ = (void *)0x0623C108; -const void * RTTI_FindTriangleForLocationTraversableFilter = (void *)0x064B3858; -const void * RTTI_FindTriangleForLocationWaterFilter = (void *)0x064B39A0; -const void * RTTI_FireForgetModel = (void *)0x06331CC0; -const void * RTTI_FireForgetModel__FireForgetEventShuttle = (void *)0x06331DE0; -const void * RTTI_FireParticlesCollidedWithBodiesCallbackTask = (void *)0x06170D60; -const void * RTTI_FireParticlesCollidedWithParticlesCallbackTask = (void *)0x06170D10; -const void * RTTI_FireParticlesExitedSafeRegionCallbackTask = (void *)0x06170DB0; -const void * RTTI_FirstPersonState = (void *)0x064230C8; -const void * RTTI_FlameProjectile = (void *)0x063E96C0; -const void * RTTI_FleePackage = (void *)0x0617A760; -const void * RTTI_FlightActionEndHandler = (void *)0x063E6AA0; -const void * RTTI_FlightActionEntryEndHandler = (void *)0x063E6AD0; -const void * RTTI_FlightActionHandler = (void *)0x063E6A40; -const void * RTTI_FlightCameraState = (void *)0x06423328; -const void * RTTI_FlightCrashLandStartHandler = (void *)0x063E6B38; -const void * RTTI_FlightCruisingHandler = (void *)0x063E6928; -const void * RTTI_FlightHoveringHandler = (void *)0x063E69B8; -const void * RTTI_FlightLandEndHandler = (void *)0x063E6A70; -const void * RTTI_FlightLandHandler = (void *)0x063E69E8; -const void * RTTI_FlightLandingHandler = (void *)0x063E6988; -const void * RTTI_FlightPerchingHandler = (void *)0x063E6A10; -const void * RTTI_FlightTakeOffHandler = (void *)0x063E6958; -const void * RTTI_Float3LightAnimData = (void *)0x0625A090; -const void * RTTI_Float4LightAnimData = (void *)0x0625A030; -const void * RTTI_FloatLightAnimData = (void *)0x0625A060; -const void * RTTI_FoodCraftingMenu = (void *)0x06365AA0; -const void * RTTI_FootIKNode = (void *)0x06470178; -const void * RTTI_FootIKNodeInstance = (void *)0x06470B80; -const void * RTTI_ForceWeaponFireHandler = (void *)0x063E47F0; -const void * RTTI_FormStreamerLoadStorageWrapper = (void *)0x063A8F88; -const void * RTTI_FormStreamerSaveStorageWrapper = (void *)0x063A9050; -const void * RTTI_FrameInterpolationSwapChainDX12 = (void *)0x062398B0; -const void * RTTI_FreeAdvancedCameraState = (void *)0x064233B0; -const void * RTTI_FreeFlyCameraState = (void *)0x06423440; -const void * RTTI_FreeTetheredCameraState = (void *)0x06423410; -const void * RTTI_FreeWalkCameraState = (void *)0x064233E0; -const void * RTTI_FrenzyEffect = (void *)0x0639F320; -const void * RTTI_FurnitureCameraState = (void *)0x064230F0; -const void * RTTI_FurnitureMarkerNavmeshPositionCache = (void *)0x06211290; -const void * RTTI_GPUCaptureHandler = (void *)0x0642BA68; -const void * RTTI_Gallery_Entry = (void *)0x06510FC0; -const void * RTTI_GameBIEvents__ClientSettingsBIEvents = (void *)0x063A16B8; -const void * RTTI_GameBIEvents__PlayerBIEvents = (void *)0x063A19B8; -const void * RTTI_GameMenuBase = (void *)0x0631F878; -const void * RTTI_GameScript__ActorValueEventHandler = (void *)0x064326B0; -const void * RTTI_GameScript__AffinityEventHandler = (void *)0x06432A40; -const void * RTTI_GameScript__BasicEventHandler = (void *)0x0644CE78; -const void * RTTI_GameScript__BuilderEventHandler = (void *)0x064331F0; -const void * RTTI_GameScript__ChallengeEventHandler = (void *)0x06326EA0; -const void * RTTI_GameScript__CombatEventHandler = (void *)0x064343C0; -const void * RTTI_GameScript__CustomEventHandler = (void *)0x06435200; -const void * RTTI_GameScript__DataFileHandleReaderWriter = (void *)0x06432EC0; -const void * RTTI_GameScript__DebuggerMessages__ContinueRequest = (void *)0x0642FD40; -const void * RTTI_GameScript__DebuggerMessages__DisconnectRequest = (void *)0x0642FB80; -const void * RTTI_GameScript__DebuggerMessages__Event = (void *)0x0642FDD8; -const void * RTTI_GameScript__DebuggerMessages__NextRequest = (void *)0x0642FE50; -const void * RTTI_GameScript__DebuggerMessages__OutputEvent = (void *)0x0642EC68; -const void * RTTI_GameScript__DebuggerMessages__PauseRequest = (void *)0x0642FB38; -const void * RTTI_GameScript__DebuggerMessages__ProtocolMessage = (void *)0x0642FD90; -const void * RTTI_GameScript__DebuggerMessages__Request = (void *)0x0642FC08; -const void * RTTI_GameScript__DebuggerMessages__Response = (void *)0x0642FBC8; -const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsRequest = (void *)0x0642FC50; -const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsResponse = (void *)0x0642EA60; -const void * RTTI_GameScript__DebuggerMessages__StackTraceRequest = (void *)0x0642FCA0; -const void * RTTI_GameScript__DebuggerMessages__StackTraceResponse = (void *)0x0642EDA0; -const void * RTTI_GameScript__DebuggerMessages__StepInRequest = (void *)0x0642FE10; -const void * RTTI_GameScript__DebuggerMessages__StepOutRequest = (void *)0x0642FF80; -const void * RTTI_GameScript__DebuggerMessages__StoppedEvent = (void *)0x0642EE78; -const void * RTTI_GameScript__DebuggerMessages__ThreadEvent = (void *)0x0642EE38; -const void * RTTI_GameScript__DebuggerMessages__ThreadsRequest = (void *)0x0642FCF0; -const void * RTTI_GameScript__DebuggerMessages__ThreadsResponse = (void *)0x0642EDF0; -const void * RTTI_GameScript__DebuggerMessages__ValueRequest = (void *)0x0642FE90; -const void * RTTI_GameScript__DebuggerMessages__ValueResponse = (void *)0x0642E9D0; -const void * RTTI_GameScript__DebuggerMessages__VariablesRequest = (void *)0x0642FED0; -const void * RTTI_GameScript__DebuggerMessages__VariablesResponse = (void *)0x0642EA10; -const void * RTTI_GameScript__DebuggerMessages__VersionEvent = (void *)0x0642ECA8; -const void * RTTI_GameScript__DelayFunctor = (void *)0x064309C8; -const void * RTTI_GameScript__DelayFunctorFactory = (void *)0x0621ECD8; -const void * RTTI_GameScript__DistanceEventHandler = (void *)0x0644F380; -const void * RTTI_GameScript__FragmentEventHandler = (void *)0x06435150; -const void * RTTI_GameScript__HandlePolicy = (void *)0x0643B9E0; -const void * RTTI_GameScript__Internal__AnimationCallbacks = (void *)0x06432E40; -const void * RTTI_GameScript__Internal__LOSDetectionEventData = (void *)0x06436790; -const void * RTTI_GameScript__Internal__LOSDirectEventData = (void *)0x064367D0; -const void * RTTI_GameScript__Internal__LOSEventData = (void *)0x06436718; -const void * RTTI_GameScript__InventoryEventHandler = (void *)0x06436468; -const void * RTTI_GameScript__LOSEventHandler = (void *)0x06436750; -const void * RTTI_GameScript__Logger = (void *)0x06435800; -const void * RTTI_GameScript__MenuEventHandler = (void *)0x06437290; -const void * RTTI_GameScript__ObjectBindPolicy = (void *)0x0643B988; -const void * RTTI_GameScript__PathingCallbackMgr = (void *)0x064377C8; -const void * RTTI_GameScript__Profiler = (void *)0x064378A0; -const void * RTTI_GameScript__QuestCallbackMgr = (void *)0x064379C0; -const void * RTTI_GameScript__RemoteDebugger = (void *)0x0642FF48; -const void * RTTI_GameScript__SaveFileHandleReaderWriter = (void *)0x06432E80; -const void * RTTI_GameScript__SavePatcher = (void *)0x06437BF8; -const void * RTTI_GameScript__ScriptSpaceCellCreateComplete = (void *)0x06433268; -const void * RTTI_GameScript__ScriptSpaceshipCreateComplete = (void *)0x06433228; -const void * RTTI_GameScript__SleepEventHandler = (void *)0x06437F08; -const void * RTTI_GameScript__SoundCallbackMgr = (void *)0x06438138; -const void * RTTI_GameScript__SpaceshipEventHandler = (void *)0x0644D920; -const void * RTTI_GameScript__Store = (void *)0x06438298; -const void * RTTI_GameScript__TeleportEventHandler = (void *)0x0644E070; -const void * RTTI_GameScript__TimerEventHandler = (void *)0x0644E318; -const void * RTTI_GameScript__TrackedStatsEventHandler = (void *)0x0644EA00; -const void * RTTI_GameScript__WaitEventHandler = (void *)0x0644F768; -const void * RTTI_GameSettingCollection = (void *)0x0623E560; -const void * RTTI_GameUIGlobalFunc = (void *)0x0635C1C8; -const void * RTTI_GameUIModel = (void *)0x0635C088; -const void * RTTI_GameVM = (void *)0x0643B9C0; -const void * RTTI_GamebryoSequence = (void *)0x06470250; -const void * RTTI_GamebryoSequenceInstance = (void *)0x06470BB0; -const void * RTTI_GenerateMappingToPointsBufferTask = (void *)0x06170B40; -const void * RTTI_GenerateObstacleTask = (void *)0x06287D78; -const void * RTTI_GenericFrameUpdateOperationsService = (void *)0x0624C860; -const void * RTTI_GetBestAmmoFunctor = (void *)0x062C9FB8; -const void * RTTI_GetBestCutterFunctor = (void *)0x062CA178; -const void * RTTI_GetBestLightFunctor = (void *)0x062CA148; -const void * RTTI_GetBestWeaponFunctor = (void *)0x062CA018; -const void * RTTI_GetMagicItemDescriptionFunctor = (void *)0x062670C8; -const void * RTTI_GetUpEndHandler = (void *)0x063E4EF8; -const void * RTTI_GetUpStartHandler = (void *)0x063E4F20; -const void * RTTI_GlobalFunc_CloseAllMenus = (void *)0x0635BDA8; -const void * RTTI_GlobalFunc_CloseMenu = (void *)0x0635BDD8; -const void * RTTI_GlobalFunc_PlayMenuSound = (void *)0x0635BE70; -const void * RTTI_GlobalFunc_StartGameRender = (void *)0x0635BE38; -const void * RTTI_GlobalFunc_UserEvent = (void *)0x0635BE08; -const void * RTTI_GraphReferenceNode = (void *)0x06463740; -const void * RTTI_GraphReferenceNodeInstance = (void *)0x06463770; -const void * RTTI_GraphicsInfoDataModel = (void *)0x063354F8; -const void * RTTI_GravJumpInitiateCompleteHandler = (void *)0x063E63F8; -const void * RTTI_GravJumpSearch = (void *)0x06284BE8; -const void * RTTI_GrenadeProjectile = (void *)0x063E96E8; -const void * RTTI_GridArray = (void *)0x0627CB80; -const void * RTTI_GridCellArray = (void *)0x0627D040; -const void * RTTI_GroundPathPathingNodeGenerator = (void *)0x064BC228; -const void * RTTI_GroundPathRayValidator = (void *)0x064BC1F8; -const void * RTTI_GuardActorPackageData = (void *)0x063D0570; -const void * RTTI_GuideEffect = (void *)0x0639E0F8; -const void * RTTI_HUDAmmoCountModel = (void *)0x0635C5C8; -const void * RTTI_HUDAmmoCountModel__HUDAmmoCountModelShuttle = (void *)0x0635C580; -const void * RTTI_HUDCommandIconData = (void *)0x0635C938; -const void * RTTI_HUDCompassDataModel = (void *)0x06335960; -const void * RTTI_HUDCrewBuffDataModel = (void *)0x0632BD38; -const void * RTTI_HUDCrosshairDataModel = (void *)0x063360E0; -const void * RTTI_HUDCrosshairDataModel__HUDCrosshairEventShuttle = (void *)0x063361E0; -const void * RTTI_HUDDataModel = (void *)0x0635EA28; -const void * RTTI_HUDDataModel__HUDDataEventShuttle = (void *)0x0635EAA0; -const void * RTTI_HUDDirectionalHitIndicatorDataModel = (void *)0x0635CB88; -const void * RTTI_HUDEnemyDataModel = (void *)0x06336668; -const void * RTTI_HUDEnemyDataModel__HUDEnemyEventShuttle = (void *)0x06336690; -const void * RTTI_HUDExperienceMeterDataModel = (void *)0x0635D188; -const void * RTTI_HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle = (void *)0x0635CD40; -const void * RTTI_HUDJetpackDataModel = (void *)0x06336758; -const void * RTTI_HUDLocationDataModel = (void *)0x063369B0; -const void * RTTI_HUDMenu = (void *)0x064296D8; -const void * RTTI_HUDMessageDataModel = (void *)0x06336D10; -const void * RTTI_HUDMessagesMenu = (void *)0x06365AC8; -const void * RTTI_HUDNotification_MissionActiveWidgetUpdate = (void *)0x06360140; -const void * RTTI_HUDNotification_OpenDataMenu = (void *)0x063600D0; +const void * RTTI_FindDynamicNeighborsTask = (void *)0x06170BB0; +const void * RTTI_FindEffectKeywordOnTargetFunctor = (void *)0x0639E740; +const void * RTTI_FindTriangleForLocationFilter = (void *)0x0623C190; +const void * RTTI_FindTriangleForLocationFilterCheckDeltaZ = (void *)0x0623C0E8; +const void * RTTI_FindTriangleForLocationTraversableFilter = (void *)0x064B3F20; +const void * RTTI_FindTriangleForLocationWaterFilter = (void *)0x064B3EE0; +const void * RTTI_FireForgetModel = (void *)0x06331CF0; +const void * RTTI_FireForgetModel__FireForgetEventShuttle = (void *)0x06331E10; +const void * RTTI_FireParticlesCollidedWithBodiesCallbackTask = (void *)0x06170CE0; +const void * RTTI_FireParticlesCollidedWithParticlesCallbackTask = (void *)0x06170C90; +const void * RTTI_FireParticlesExitedSafeRegionCallbackTask = (void *)0x06170D30; +const void * RTTI_FirstPersonState = (void *)0x064231B0; +const void * RTTI_FlameProjectile = (void *)0x063E97D0; +const void * RTTI_FleePackage = (void *)0x0617A700; +const void * RTTI_FlightActionEndHandler = (void *)0x063E7190; +const void * RTTI_FlightActionEntryEndHandler = (void *)0x063E70F0; +const void * RTTI_FlightActionHandler = (void *)0x063E7128; +const void * RTTI_FlightCameraState = (void *)0x06423550; +const void * RTTI_FlightCrashLandStartHandler = (void *)0x063E7158; +const void * RTTI_FlightCruisingHandler = (void *)0x063E7008; +const void * RTTI_FlightHoveringHandler = (void *)0x063E6FD8; +const void * RTTI_FlightLandEndHandler = (void *)0x063E7098; +const void * RTTI_FlightLandHandler = (void *)0x063E70C8; +const void * RTTI_FlightLandingHandler = (void *)0x063E7068; +const void * RTTI_FlightPerchingHandler = (void *)0x063E7038; +const void * RTTI_FlightTakeOffHandler = (void *)0x063E6F70; +const void * RTTI_Float3LightAnimData = (void *)0x0625A0F0; +const void * RTTI_Float4LightAnimData = (void *)0x0625A090; +const void * RTTI_FloatLightAnimData = (void *)0x0625A0C0; +const void * RTTI_FoodCraftingMenu = (void *)0x06365B30; +const void * RTTI_FootIKNode = (void *)0x0646DF08; +const void * RTTI_FootIKNodeInstance = (void *)0x06470C78; +const void * RTTI_ForceWeaponFireHandler = (void *)0x063E3248; +const void * RTTI_FormStreamerLoadStorageWrapper = (void *)0x063A90F8; +const void * RTTI_FormStreamerSaveStorageWrapper = (void *)0x063A9130; +const void * RTTI_FrameInterpolationSwapChainDX12 = (void *)0x06239880; +const void * RTTI_FreeAdvancedCameraState = (void *)0x06423578; +const void * RTTI_FreeFlyCameraState = (void *)0x064234E8; +const void * RTTI_FreeTetheredCameraState = (void *)0x064234B8; +const void * RTTI_FreeWalkCameraState = (void *)0x064235A8; +const void * RTTI_FrenzyEffect = (void *)0x0639F400; +const void * RTTI_FurnitureCameraState = (void *)0x064231D8; +const void * RTTI_FurnitureMarkerNavmeshPositionCache = (void *)0x06210EB0; +const void * RTTI_GPUCaptureHandler = (void *)0x0642BD40; +const void * RTTI_Gallery_Entry = (void *)0x06511140; +const void * RTTI_GameBIEvents__ClientSettingsBIEvents = (void *)0x063A15D8; +const void * RTTI_GameBIEvents__PlayerBIEvents = (void *)0x063A1CD8; +const void * RTTI_GameMenuBase = (void *)0x0631F968; +const void * RTTI_GameScript__ActorValueEventHandler = (void *)0x064326D0; +const void * RTTI_GameScript__AffinityEventHandler = (void *)0x06432B90; +const void * RTTI_GameScript__BasicEventHandler = (void *)0x0644C2A0; +const void * RTTI_GameScript__BuilderEventHandler = (void *)0x06433530; +const void * RTTI_GameScript__ChallengeEventHandler = (void *)0x06326EE0; +const void * RTTI_GameScript__CombatEventHandler = (void *)0x064342C0; +const void * RTTI_GameScript__CustomEventHandler = (void *)0x064352F8; +const void * RTTI_GameScript__DataFileHandleReaderWriter = (void *)0x06433030; +const void * RTTI_GameScript__DebuggerMessages__ContinueRequest = (void *)0x0642EB60; +const void * RTTI_GameScript__DebuggerMessages__DisconnectRequest = (void *)0x0642ED80; +const void * RTTI_GameScript__DebuggerMessages__Event = (void *)0x0642ED08; +const void * RTTI_GameScript__DebuggerMessages__NextRequest = (void *)0x0642EBF0; +const void * RTTI_GameScript__DebuggerMessages__OutputEvent = (void *)0x0642FF98; +const void * RTTI_GameScript__DebuggerMessages__PauseRequest = (void *)0x0642ED40; +const void * RTTI_GameScript__DebuggerMessages__ProtocolMessage = (void *)0x0642ECC0; +const void * RTTI_GameScript__DebuggerMessages__Request = (void *)0x0642EE08; +const void * RTTI_GameScript__DebuggerMessages__Response = (void *)0x0642EDC8; +const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsRequest = (void *)0x0642EA70; +const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsResponse = (void *)0x0642F530; +const void * RTTI_GameScript__DebuggerMessages__StackTraceRequest = (void *)0x0642EAC0; +const void * RTTI_GameScript__DebuggerMessages__StackTraceResponse = (void *)0x0642F320; +const void * RTTI_GameScript__DebuggerMessages__StepInRequest = (void *)0x0642EBB0; +const void * RTTI_GameScript__DebuggerMessages__StepOutRequest = (void *)0x0642EEB0; +const void * RTTI_GameScript__DebuggerMessages__StoppedEvent = (void *)0x0642F3F8; +const void * RTTI_GameScript__DebuggerMessages__ThreadEvent = (void *)0x0642F3B8; +const void * RTTI_GameScript__DebuggerMessages__ThreadsRequest = (void *)0x0642EB10; +const void * RTTI_GameScript__DebuggerMessages__ThreadsResponse = (void *)0x0642F370; +const void * RTTI_GameScript__DebuggerMessages__ValueRequest = (void *)0x0642EC30; +const void * RTTI_GameScript__DebuggerMessages__ValueResponse = (void *)0x0642F4A0; +const void * RTTI_GameScript__DebuggerMessages__VariablesRequest = (void *)0x0642EC70; +const void * RTTI_GameScript__DebuggerMessages__VariablesResponse = (void *)0x0642F4E0; +const void * RTTI_GameScript__DebuggerMessages__VersionEvent = (void *)0x0642FFD8; +const void * RTTI_GameScript__DelayFunctor = (void *)0x06430AC8; +const void * RTTI_GameScript__DelayFunctorFactory = (void *)0x0621ECA8; +const void * RTTI_GameScript__DistanceEventHandler = (void *)0x0644F480; +const void * RTTI_GameScript__FragmentEventHandler = (void *)0x064352C0; +const void * RTTI_GameScript__HandlePolicy = (void *)0x0643B968; +const void * RTTI_GameScript__Internal__AnimationCallbacks = (void *)0x06432DB0; +const void * RTTI_GameScript__Internal__LOSDetectionEventData = (void *)0x06436610; +const void * RTTI_GameScript__Internal__LOSDirectEventData = (void *)0x06436650; +const void * RTTI_GameScript__Internal__LOSEventData = (void *)0x06436B50; +const void * RTTI_GameScript__InventoryEventHandler = (void *)0x06436308; +const void * RTTI_GameScript__LOSEventHandler = (void *)0x06436B88; +const void * RTTI_GameScript__Logger = (void *)0x064358F0; +const void * RTTI_GameScript__MenuEventHandler = (void *)0x06437380; +const void * RTTI_GameScript__ObjectBindPolicy = (void *)0x0643B910; +const void * RTTI_GameScript__PathingCallbackMgr = (void *)0x064376A8; +const void * RTTI_GameScript__Profiler = (void *)0x06437988; +const void * RTTI_GameScript__QuestCallbackMgr = (void *)0x06437A28; +const void * RTTI_GameScript__RemoteDebugger = (void *)0x0642EE78; +const void * RTTI_GameScript__SaveFileHandleReaderWriter = (void *)0x06432FF0; +const void * RTTI_GameScript__SavePatcher = (void *)0x06437CD8; +const void * RTTI_GameScript__ScriptSpaceCellCreateComplete = (void *)0x064337F0; +const void * RTTI_GameScript__ScriptSpaceshipCreateComplete = (void *)0x064337B0; +const void * RTTI_GameScript__SleepEventHandler = (void *)0x06437E28; +const void * RTTI_GameScript__SoundCallbackMgr = (void *)0x06438218; +const void * RTTI_GameScript__SpaceshipEventHandler = (void *)0x0644D9E0; +const void * RTTI_GameScript__Store = (void *)0x06438378; +const void * RTTI_GameScript__TeleportEventHandler = (void *)0x0644E1E0; +const void * RTTI_GameScript__TimerEventHandler = (void *)0x0644E418; +const void * RTTI_GameScript__TrackedStatsEventHandler = (void *)0x0644EB40; +const void * RTTI_GameScript__WaitEventHandler = (void *)0x0644F868; +const void * RTTI_GameSettingCollection = (void *)0x0623E570; +const void * RTTI_GameUIGlobalFunc = (void *)0x0635B3C8; +const void * RTTI_GameUIModel = (void *)0x0635B288; +const void * RTTI_GameVM = (void *)0x0643B948; +const void * RTTI_GamebryoSequence = (void *)0x0646DEB0; +const void * RTTI_GamebryoSequenceInstance = (void *)0x06470CA8; +const void * RTTI_GenerateMappingToPointsBufferTask = (void *)0x06170AC0; +const void * RTTI_GenerateObstacleTask = (void *)0x06288200; +const void * RTTI_GenericFrameUpdateOperationsService = (void *)0x0624C968; +const void * RTTI_GetBestAmmoFunctor = (void *)0x062C8E48; +const void * RTTI_GetBestCutterFunctor = (void *)0x062C8E18; +const void * RTTI_GetBestLightFunctor = (void *)0x062C8DE8; +const void * RTTI_GetBestWeaponFunctor = (void *)0x062CA310; +const void * RTTI_GetMagicItemDescriptionFunctor = (void *)0x062671B8; +const void * RTTI_GetUpEndHandler = (void *)0x063E6A78; +const void * RTTI_GetUpStartHandler = (void *)0x063E69F0; +const void * RTTI_GlobalFunc_CloseAllMenus = (void *)0x0635B558; +const void * RTTI_GlobalFunc_CloseMenu = (void *)0x0635AFD8; +const void * RTTI_GlobalFunc_PlayMenuSound = (void *)0x0635B070; +const void * RTTI_GlobalFunc_StartGameRender = (void *)0x0635B038; +const void * RTTI_GlobalFunc_UserEvent = (void *)0x0635B008; +const void * RTTI_GraphReferenceNode = (void *)0x06463A10; +const void * RTTI_GraphReferenceNodeInstance = (void *)0x06463A40; +const void * RTTI_GraphicsInfoDataModel = (void *)0x06335538; +const void * RTTI_GravJumpInitiateCompleteHandler = (void *)0x063E2DB8; +const void * RTTI_GravJumpSearch = (void *)0x06284C30; +const void * RTTI_GrenadeProjectile = (void *)0x063E97F8; +const void * RTTI_GridArray = (void *)0x0627CBC0; +const void * RTTI_GridCellArray = (void *)0x0627D080; +const void * RTTI_GroundPathPathingNodeGenerator = (void *)0x064BC3C0; +const void * RTTI_GroundPathRayValidator = (void *)0x064BC390; +const void * RTTI_GuardActorPackageData = (void *)0x063D0660; +const void * RTTI_GuideEffect = (void *)0x0639E1C8; +const void * RTTI_HUDAmmoCountModel = (void *)0x0635C668; +const void * RTTI_HUDAmmoCountModel__HUDAmmoCountModelShuttle = (void *)0x0635C540; +const void * RTTI_HUDCommandIconData = (void *)0x0635C998; +const void * RTTI_HUDCompassDataModel = (void *)0x063359A0; +const void * RTTI_HUDCrewBuffDataModel = (void *)0x0632BCD8; +const void * RTTI_HUDCrosshairDataModel = (void *)0x06336170; +const void * RTTI_HUDCrosshairDataModel__HUDCrosshairEventShuttle = (void *)0x06336270; +const void * RTTI_HUDDataModel = (void *)0x0635EB50; +const void * RTTI_HUDDataModel__HUDDataEventShuttle = (void *)0x0635EBD0; +const void * RTTI_HUDDirectionalHitIndicatorDataModel = (void *)0x0635CB78; +const void * RTTI_HUDEnemyDataModel = (void *)0x063366A8; +const void * RTTI_HUDEnemyDataModel__HUDEnemyEventShuttle = (void *)0x063366D0; +const void * RTTI_HUDExperienceMeterDataModel = (void *)0x0635E0E8; +const void * RTTI_HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle = (void *)0x0635DCA0; +const void * RTTI_HUDJetpackDataModel = (void *)0x06336798; +const void * RTTI_HUDLocationDataModel = (void *)0x063369F0; +const void * RTTI_HUDMenu = (void *)0x064297D8; +const void * RTTI_HUDMessageDataModel = (void *)0x06336CB8; +const void * RTTI_HUDMessagesMenu = (void *)0x06365B58; +const void * RTTI_HUDNotification_MissionActiveWidgetUpdate = (void *)0x063601F0; +const void * RTTI_HUDNotification_OpenDataMenu = (void *)0x063601B8; const void * RTTI_HUDNotification_OpenMissionMenu = (void *)0x06360108; const void * RTTI_HUDNotification_SetMissionActive = (void *)0x06360180; -const void * RTTI_HUDNotificationsModel = (void *)0x0635FE30; -const void * RTTI_HUDNotificationsModel__HUDNotificationsEventShuttle = (void *)0x0635FAE0; -const void * RTTI_HUDOpacityModel = (void *)0x063601F8; -const void * RTTI_HUDOpacityModel__HUDOpacityEventShuttle = (void *)0x063601B8; -const void * RTTI_HUDRolloverActivationButtonEvent = (void *)0x06334198; -const void * RTTI_HUDRolloverActivationCompanionListener = (void *)0x06335218; -const void * RTTI_HUDRolloverActivationCorpseListener = (void *)0x06335258; -const void * RTTI_HUDRolloverActivationDisplayCaseListener = (void *)0x06334858; -const void * RTTI_HUDRolloverActivationDoorListener = (void *)0x06335298; -const void * RTTI_HUDRolloverActivationFallbackListener = (void *)0x063322A8; -const void * RTTI_HUDRolloverActivationLootListener = (void *)0x06335310; -const void * RTTI_HUDRolloverActivationNPCListener = (void *)0x06335348; -const void * RTTI_HUDRolloverActivationOutpostItemListener = (void *)0x06332360; -const void * RTTI_HUDRolloverActivationOutpostListener = (void *)0x063323A0; -const void * RTTI_HUDRolloverActivationOutpostQCListener = (void *)0x06332680; -const void * RTTI_HUDRolloverActivationQCItemPressEvent = (void *)0x06334220; -const void * RTTI_HUDRolloverActivationQuickContainerListener = (void *)0x063326C0; -const void * RTTI_HUDRolloverActivationShipContainerListener = (void *)0x06335430; -const void * RTTI_HUDRolloverActivationTeammateListener = (void *)0x06335478; -const void * RTTI_HUDRolloverActivationTerminalListener = (void *)0x063354B8; -const void * RTTI_HUDRolloverDataModel = (void *)0x06334260; -const void * RTTI_HUDSocialCommandData = (void *)0x0635C968; -const void * RTTI_HUDSocialCommandDataModel = (void *)0x0635C7D0; -const void * RTTI_HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle = (void *)0x0635C710; -const void * RTTI_HUDStarbornPowersDataModel = (void *)0x06337248; -const void * RTTI_HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle = (void *)0x063372C0; -const void * RTTI_HUDStealthDataModel = (void *)0x063375E8; -const void * RTTI_HUDStealthDataModel__HUDStealthEventShuttle = (void *)0x063376C0; -const void * RTTI_HUDSubtitleDataModel = (void *)0x06337810; -const void * RTTI_HUDSubtitleDataModel__HUDSubtitleEventShuttle = (void *)0x063378E0; -const void * RTTI_HUDVehicleData = (void *)0x0631E190; -const void * RTTI_HUDWatchEffectsModel = (void *)0x06338178; -const void * RTTI_HUDWatchEffectsModel__HUDWatchEffectsModelShuttle = (void *)0x063382D0; -const void * RTTI_HangarShipSelection_ChangeSystemDisplay = (void *)0x06324050; -const void * RTTI_HangarShipSelection_RepairShip = (void *)0x063241B8; -const void * RTTI_HangarShipSelection_UpgradeSystem = (void *)0x06324180; -const void * RTTI_HasSpellVisitor = (void *)0x063C87A0; -const void * RTTI_HavokErrorCRTestApp = (void *)0x06211448; -const void * RTTI_HavokFileStreambufWriter = (void *)0x062DCAC8; -const void * RTTI_HavokParticleDef__BaseShape = (void *)0x06482BA8; -const void * RTTI_HavokParticleDef__BoxShape = (void *)0x06482C50; -const void * RTTI_HavokParticleDef__CapsuleShape = (void *)0x06482C80; -const void * RTTI_HavokParticleDef__ConvexShape = (void *)0x06482CF0; -const void * RTTI_HavokParticleDef__CubeShape = (void *)0x06482C18; -const void * RTTI_HavokParticleDef__CylinderShape = (void *)0x06482CB8; -const void * RTTI_HavokParticleDef__SphereShape = (void *)0x06482BE0; -const void * RTTI_HavokStreambufFactory = (void *)0x062DC8A8; -const void * RTTI_Hazard = (void *)0x0617A318; -const void * RTTI_HazardTargetFinderHavok = (void *)0x06300180; -const void * RTTI_HeadTrackingOffHandler = (void *)0x063E6DF8; -const void * RTTI_HeadTrackingOnHandler = (void *)0x063E6E28; -const void * RTTI_HeadTrackingRotationOffHandler = (void *)0x063E68B8; -const void * RTTI_HeadTrackingRotationOnHandler = (void *)0x063E68F0; -const void * RTTI_HealthDamageFunctor = (void *)0x063EB188; -const void * RTTI_HeapAllocator = (void *)0x06473CE8; -const void * RTTI_HelpData = (void *)0x0632A008; -const void * RTTI_HelpDataModel = (void *)0x0632A070; -const void * RTTI_HelpDataModel__HelpDataModelEventShuttle = (void *)0x0632A098; -const void * RTTI_HelpTopicData = (void *)0x06329F58; -const void * RTTI_HideSubsegmentHandler = (void *)0x063E6338; -const void * RTTI_HighlightManager = (void *)0x0627AF10; -const void * RTTI_HitFrameHandler = (void *)0x063E6BD0; -const void * RTTI_HorseCameraState = (void *)0x06423120; -const void * RTTI_HudModeDataModel = (void *)0x06337078; -const void * RTTI_HudModeDataModel__HUDModeEventShuttle = (void *)0x063370A0; -const void * RTTI_IAIWorldLocation = (void *)0x0623BEA8; -const void * RTTI_IAIWorldLocationHandle = (void *)0x062DF398; -const void * RTTI_IAimAssistImpl = (void *)0x062FAE08; -const void * RTTI_IAnimationEventDataForEachFunctor = (void *)0x0623FE68; -const void * RTTI_IAnimationGraphManagerLoadingTask = (void *)0x062D78D8; -const void * RTTI_IAnimationStanceData = (void *)0x064728C8; -const void * RTTI_IAnimationStreamWrite = (void *)0x062CAAE8; -const void * RTTI_IBGSBaseFormData = (void *)0x06239F38; -const void * RTTI_ICheckEndReachedFunctor = (void *)0x064B95C0; -const void * RTTI_ICheckEndReachedFunctorMapper = (void *)0x064B9620; -const void * RTTI_ICommandLineHandler = (void *)0x0621EBE8; -const void * RTTI_IConvexOverlapImpl = (void *)0x0616B220; -const void * RTTI_IConvexOverlapImpl__ShapeInterface = (void *)0x0616B250; -const void * RTTI_IDEvent = (void *)0x064741A0; -const void * RTTI_IDataModel = (void *)0x06247E40; -const void * RTTI_IExplosionFactory = (void *)0x062180E0; -const void * RTTI_IFadeDoneCallback = (void *)0x062C1498; -const void * RTTI_IFormComponentFactoryCreator = (void *)0x061B20B8; -const void * RTTI_IFormComponentFactoryCreator__ReserveControl = (void *)0x06246300; -const void * RTTI_IFormFactory = (void *)0x06213378; -const void * RTTI_IFormFactory__IFactoryVisitor = (void *)0x06273288; -const void * RTTI_IHUDRolloverActivationListener = (void *)0x06332328; -const void * RTTI_IMemoryManagerFile = (void *)0x063BA440; -const void * RTTI_IMemoryManagerFileFactory = (void *)0x06215E18; -const void * RTTI_IMemoryStore = (void *)0x063A9AC0; -const void * RTTI_IMemoryStoreBase = (void *)0x063A9A98; -const void * RTTI_IMenu = (void *)0x0625E498; -const void * RTTI_IMessageBoxCallback = (void *)0x062C0100; -const void * RTTI_IMovementAvoidanceManager = (void *)0x063CFDE0; -const void * RTTI_IMovementControllerNPCFunctor = (void *)0x063B7C78; -const void * RTTI_IMovementDirectControl = (void *)0x063CFE10; -const void * RTTI_IMovementFormIDManager = (void *)0x062186E8; -const void * RTTI_IMovementPDControllerAccess = (void *)0x064B96E0; -const void * RTTI_IMovementParameters = (void *)0x06210858; -const void * RTTI_IMovementPlannerDirectControl = (void *)0x063CFEA0; -const void * RTTI_IMovementPlannerSetArbitration = (void *)0x064B8D38; -const void * RTTI_IMovementPlayIdleResult = (void *)0x064B9658; -const void * RTTI_IMovementQueryFlight = (void *)0x064BC068; -const void * RTTI_IMovementQueryPathFollowing = (void *)0x064B9550; -const void * RTTI_IMovementQueryState = (void *)0x063CFFC0; -const void * RTTI_IMovementQueryStaticAvoider = (void *)0x064B97F8; -const void * RTTI_IMovementQueryTweener = (void *)0x064B92B0; -const void * RTTI_IMovementQueryTweenerState = (void *)0x064B99B8; -const void * RTTI_IMovementSetCorrectionData = (void *)0x064B9980; -const void * RTTI_IMovementSetGoal = (void *)0x064B8B30; -const void * RTTI_IMovementSetPathFollowing = (void *)0x064B95F0; -const void * RTTI_IMovementSetRollTarget = (void *)0x064B9750; -const void * RTTI_IMovementSetSprinting = (void *)0x0627FB98; -const void * RTTI_IMovementSetState = (void *)0x064B96B8; -const void * RTTI_IMovementSetStaticAvoider = (void *)0x064B9870; -const void * RTTI_IMovementSetWarp = (void *)0x063D0088; -const void * RTTI_INIPrefSetting = (void *)0x06202498; -const void * RTTI_INIPrefSettingCollection = (void *)0x062472F8; -const void * RTTI_INISettingCollection = (void *)0x061AF7A8; -const void * RTTI_INavmeshSearchFilterSet = (void *)0x062F05A0; -const void * RTTI_IOControlNode = (void *)0x06253A60; -const void * RTTI_IOManager = (void *)0x06486918; -const void * RTTI_IOManagerThread = (void *)0x06486938; -const void * RTTI_IOManager__SystemTaskService = (void *)0x064869B8; -const void * RTTI_IOPostProcessNode = (void *)0x062547A0; -const void * RTTI_IOPostProcessTaskNode = (void *)0x06486960; -const void * RTTI_IOSystemTask = (void *)0x06254800; -const void * RTTI_IOTask = (void *)0x0625F128; -const void * RTTI_IOTaskNode = (void *)0x06486990; -const void * RTTI_IPackageData = (void *)0x06174A48; -const void * RTTI_IPackageDataTypeCheck = (void *)0x0621F258; -const void * RTTI_IPathBuilder = (void *)0x0623E228; -const void * RTTI_IPathBuilderFactoryBase = (void *)0x0619B920; -const void * RTTI_IPathBuilderTracker = (void *)0x0621ED10; -const void * RTTI_IPathFollowerState = (void *)0x064BC400; -const void * RTTI_IPathSmootherRayCast = (void *)0x064B3898; -const void * RTTI_IPathingNodeGenerator = (void *)0x064BC260; -const void * RTTI_IPostAnimationChannelUpdateFunctor = (void *)0x062CA678; -const void * RTTI_IProcedure = (void *)0x0623C7F0; -const void * RTTI_IProcedureTreeExecState = (void *)0x0623C7C0; -const void * RTTI_IProcedureTreeItem = (void *)0x062E4A00; -const void * RTTI_IRaceSubGraphDataFunctor = (void *)0x0623FEE8; -const void * RTTI_ISelectIdleFilter = (void *)0x064BA138; -const void * RTTI_ISmoothingRayValidator = (void *)0x064BC198; -const void * RTTI_ISpecialPurposeComponentHandler = (void *)0x0621F400; -const void * RTTI_IStaticAvoidNodeManager = (void *)0x063D01D8; -const void * RTTI_IStringForwarder = (void *)0x064238B8; -const void * RTTI_ITempEffectFactory = (void *)0x0621ED40; -const void * RTTI_ITextRenderer = (void *)0x0621F088; -const void * RTTI_ITrianglePathSplitter = (void *)0x064B38C8; -const void * RTTI_ITweenerNodeFollowerSetup = (void *)0x063D00E0; -const void * RTTI_IUIValue = (void *)0x06247F58; -const void * RTTI_IValidateGoalFunctor = (void *)0x063EB3E8; -const void * RTTI_IVisitProcedures = (void *)0x062D6358; -const void * RTTI_IdleDialogueEnterHandler = (void *)0x063E4CE0; -const void * RTTI_IdleDialogueExitHandler = (void *)0x063E4CB0; -const void * RTTI_IdleFlavorHandler = (void *)0x063E4A38; -const void * RTTI_ImageCreationThread = (void *)0x06321338; -const void * RTTI_ImageFixtureEvent_RequestImage = (void *)0x064A37D8; -const void * RTTI_ImageFixtureEvent_UnregisterImage = (void *)0x064A37A0; -const void * RTTI_ImageFixtureManager = (void *)0x061AF638; -const void * RTTI_ImageSpaceManagerAgent = (void *)0x0625D9E0; -const void * RTTI_ImageSpaceModifierInstance = (void *)0x062C4238; -const void * RTTI_ImageSpaceModifierInstanceCinematic = (void *)0x062C4270; -const void * RTTI_ImageSpaceModifierInstanceDOF = (void *)0x062C42B0; -const void * RTTI_ImageSpaceModifierInstanceForm = (void *)0x062C4200; -const void * RTTI_ImageSpaceModifierInstanceRB = (void *)0x062C42E8; -const void * RTTI_ImageSpaceModifierInstanceTemp = (void *)0x062C41C8; -const void * RTTI_ImmunityEffect = (void *)0x0639E120; -const void * RTTI_IndustrialCraftingMenu = (void *)0x06365AF0; -const void * RTTI_InfiniteList = (void *)0x0650FE40; -const void * RTTI_IngredientItem = (void *)0x06266E78; -const void * RTTI_InitActionI = (void *)0x0625D8E0; -const void * RTTI_InitializeTraversalSubgraphDataFunctor = (void *)0x062859D0; -const void * RTTI_InputMemoryStreamBuffer = (void *)0x064CB428; -const void * RTTI_InstalledContent = (void *)0x06457580; -const void * RTTI_InstalledContentData = (void *)0x0631E090; -const void * RTTI_InstalledContentDataModel = (void *)0x0631DE50; -const void * RTTI_InstalledContentDataModel__InstalledContentModelEventShuttle = (void *)0x0631DF20; -const void * RTTI_IntSeenData = (void *)0x06177908; -const void * RTTI_InteractionCombatDataCollectFunctor = (void *)0x0627A2D0; -const void * RTTI_InterfacedClass = (void *)0x06321470; -const void * RTTI_InterruptCastHandler = (void *)0x063E5128; -const void * RTTI_InventoryDataModelNS__InventoryItem = (void *)0x06320588; -const void * RTTI_InventoryDataModelNS__LootItem = (void *)0x06334EC0; -const void * RTTI_InventoryMenu = (void *)0x06367BC8; -const void * RTTI_InventoryMenu_Change3DView = (void *)0x06367CE8; -const void * RTTI_InventoryMenu_DropItem = (void *)0x06367E00; +const void * RTTI_HUDNotificationsModel = (void *)0x0635FD88; +const void * RTTI_HUDNotificationsModel__HUDNotificationsEventShuttle = (void *)0x0635FA30; +const void * RTTI_HUDOpacityModel = (void *)0x063602F8; +const void * RTTI_HUDOpacityModel__HUDOpacityEventShuttle = (void *)0x063602B8; +const void * RTTI_HUDRolloverActivationButtonEvent = (void *)0x06332B08; +const void * RTTI_HUDRolloverActivationCompanionListener = (void *)0x06335258; +const void * RTTI_HUDRolloverActivationCorpseListener = (void *)0x06335298; +const void * RTTI_HUDRolloverActivationDisplayCaseListener = (void *)0x063331C8; +const void * RTTI_HUDRolloverActivationDoorListener = (void *)0x06335318; +const void * RTTI_HUDRolloverActivationFallbackListener = (void *)0x06332310; +const void * RTTI_HUDRolloverActivationLootListener = (void *)0x06335350; +const void * RTTI_HUDRolloverActivationNPCListener = (void *)0x06335388; +const void * RTTI_HUDRolloverActivationOutpostItemListener = (void *)0x06332390; +const void * RTTI_HUDRolloverActivationOutpostListener = (void *)0x06332500; +const void * RTTI_HUDRolloverActivationOutpostQCListener = (void *)0x063326F8; +const void * RTTI_HUDRolloverActivationQCItemPressEvent = (void *)0x06332B90; +const void * RTTI_HUDRolloverActivationQuickContainerListener = (void *)0x063326B0; +const void * RTTI_HUDRolloverActivationShipContainerListener = (void *)0x06335470; +const void * RTTI_HUDRolloverActivationTeammateListener = (void *)0x063354B8; +const void * RTTI_HUDRolloverActivationTerminalListener = (void *)0x063354F8; +const void * RTTI_HUDRolloverDataModel = (void *)0x06332BD0; +const void * RTTI_HUDSocialCommandData = (void *)0x0635C9C8; +const void * RTTI_HUDSocialCommandDataModel = (void *)0x0635C830; +const void * RTTI_HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle = (void *)0x0635C770; +const void * RTTI_HUDStarbornPowersDataModel = (void *)0x06337288; +const void * RTTI_HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle = (void *)0x06337300; +const void * RTTI_HUDStealthDataModel = (void *)0x06337628; +const void * RTTI_HUDStealthDataModel__HUDStealthEventShuttle = (void *)0x06337700; +const void * RTTI_HUDSubtitleDataModel = (void *)0x06337850; +const void * RTTI_HUDSubtitleDataModel__HUDSubtitleEventShuttle = (void *)0x06337920; +const void * RTTI_HUDVehicleData = (void *)0x0631E350; +const void * RTTI_HUDWatchEffectsModel = (void *)0x063382D8; +const void * RTTI_HUDWatchEffectsModel__HUDWatchEffectsModelShuttle = (void *)0x06338430; +const void * RTTI_HangarShipSelection_ChangeSystemDisplay = (void *)0x06324090; +const void * RTTI_HangarShipSelection_RepairShip = (void *)0x06324058; +const void * RTTI_HangarShipSelection_UpgradeSystem = (void *)0x06324020; +const void * RTTI_HasSpellVisitor = (void *)0x063C87E0; +const void * RTTI_HavokErrorCRTestApp = (void *)0x06211068; +const void * RTTI_HavokFileStreambufWriter = (void *)0x062DC938; +const void * RTTI_HavokParticleDef__BaseShape = (void *)0x06482D28; +const void * RTTI_HavokParticleDef__BoxShape = (void *)0x06482DD0; +const void * RTTI_HavokParticleDef__CapsuleShape = (void *)0x06482E00; +const void * RTTI_HavokParticleDef__ConvexShape = (void *)0x06482E70; +const void * RTTI_HavokParticleDef__CubeShape = (void *)0x06482D98; +const void * RTTI_HavokParticleDef__CylinderShape = (void *)0x06482E38; +const void * RTTI_HavokParticleDef__SphereShape = (void *)0x06482D60; +const void * RTTI_HavokStreambufFactory = (void *)0x062DC908; +const void * RTTI_Hazard = (void *)0x0617A2B8; +const void * RTTI_HazardTargetFinderHavok = (void *)0x06300140; +const void * RTTI_HeadTrackingOffHandler = (void *)0x063E6388; +const void * RTTI_HeadTrackingOnHandler = (void *)0x063E6300; +const void * RTTI_HeadTrackingRotationOffHandler = (void *)0x063E6FA0; +const void * RTTI_HeadTrackingRotationOnHandler = (void *)0x063E6F08; +const void * RTTI_HealthDamageFunctor = (void *)0x063EB298; +const void * RTTI_HeapAllocator = (void *)0x06473DC0; +const void * RTTI_HelpData = (void *)0x06329FB8; +const void * RTTI_HelpDataModel = (void *)0x0632A1D0; +const void * RTTI_HelpDataModel__HelpDataModelEventShuttle = (void *)0x0632A0F0; +const void * RTTI_HelpTopicData = (void *)0x06329F90; +const void * RTTI_HideSubsegmentHandler = (void *)0x063E2CE8; +const void * RTTI_HighlightManager = (void *)0x0627B090; +const void * RTTI_HitFrameHandler = (void *)0x063E6160; +const void * RTTI_HorseCameraState = (void *)0x06423208; +const void * RTTI_HudModeDataModel = (void *)0x063370B8; +const void * RTTI_HudModeDataModel__HUDModeEventShuttle = (void *)0x063370E0; +const void * RTTI_IAIWorldLocation = (void *)0x0623BE90; +const void * RTTI_IAIWorldLocationHandle = (void *)0x062DF3F8; +const void * RTTI_IAimAssistImpl = (void *)0x062FAE68; +const void * RTTI_IAnimationEventDataForEachFunctor = (void *)0x0623FDD0; +const void * RTTI_IAnimationGraphManagerLoadingTask = (void *)0x062D8708; +const void * RTTI_IAnimationStanceData = (void *)0x064729D8; +const void * RTTI_IAnimationStreamWrite = (void *)0x062CAB88; +const void * RTTI_IBGSBaseFormData = (void *)0x06239F08; +const void * RTTI_ICheckEndReachedFunctor = (void *)0x064B9698; +const void * RTTI_ICheckEndReachedFunctorMapper = (void *)0x064B9730; +const void * RTTI_ICommandLineHandler = (void *)0x0621EBB8; +const void * RTTI_IConvexOverlapImpl = (void *)0x0616B1A0; +const void * RTTI_IConvexOverlapImpl__ShapeInterface = (void *)0x0616B1D0; +const void * RTTI_IDEvent = (void *)0x064742D8; +const void * RTTI_IDataModel = (void *)0x06247DF0; +const void * RTTI_IExplosionFactory = (void *)0x06217C50; +const void * RTTI_IFadeDoneCallback = (void *)0x062C1000; +const void * RTTI_IFormComponentFactoryCreator = (void *)0x061B1F88; +const void * RTTI_IFormComponentFactoryCreator__ReserveControl = (void *)0x062462E0; +const void * RTTI_IFormFactory = (void *)0x06212F58; +const void * RTTI_IFormFactory__IFactoryVisitor = (void *)0x062732C0; +const void * RTTI_IHUDRolloverActivationListener = (void *)0x063322D8; +const void * RTTI_IMemoryManagerFile = (void *)0x063BA510; +const void * RTTI_IMemoryManagerFileFactory = (void *)0x06215AE8; +const void * RTTI_IMemoryStore = (void *)0x063A9BE0; +const void * RTTI_IMemoryStoreBase = (void *)0x063A9BB8; +const void * RTTI_IMenu = (void *)0x0625E3D0; +const void * RTTI_IMessageBoxCallback = (void *)0x062C0130; +const void * RTTI_IMovementAvoidanceManager = (void *)0x063CF930; +const void * RTTI_IMovementControllerNPCFunctor = (void *)0x063B7E98; +const void * RTTI_IMovementDirectControl = (void *)0x063CFF08; +const void * RTTI_IMovementFormIDManager = (void *)0x06218258; +const void * RTTI_IMovementPDControllerAccess = (void *)0x064B9898; +const void * RTTI_IMovementParameters = (void *)0x062102A8; +const void * RTTI_IMovementPlannerDirectControl = (void *)0x063CFF98; +const void * RTTI_IMovementPlannerSetArbitration = (void *)0x064B9140; +const void * RTTI_IMovementPlayIdleResult = (void *)0x064B97A0; +const void * RTTI_IMovementQueryFlight = (void *)0x064BC208; +const void * RTTI_IMovementQueryPathFollowing = (void *)0x064B9768; +const void * RTTI_IMovementQueryState = (void *)0x063D00B8; +const void * RTTI_IMovementQueryStaticAvoider = (void *)0x064B9988; +const void * RTTI_IMovementQueryTweener = (void *)0x064B9540; +const void * RTTI_IMovementQueryTweenerState = (void *)0x064B9B80; +const void * RTTI_IMovementSetCorrectionData = (void *)0x064B9B48; +const void * RTTI_IMovementSetGoal = (void *)0x064B8D58; +const void * RTTI_IMovementSetPathFollowing = (void *)0x064B9700; +const void * RTTI_IMovementSetRollTarget = (void *)0x064B9868; +const void * RTTI_IMovementSetSprinting = (void *)0x0627FC38; +const void * RTTI_IMovementSetState = (void *)0x064B9810; +const void * RTTI_IMovementSetStaticAvoider = (void *)0x064B9A00; +const void * RTTI_IMovementSetWarp = (void *)0x063D0180; +const void * RTTI_INIPrefSetting = (void *)0x06201ED8; +const void * RTTI_INIPrefSettingCollection = (void *)0x06247338; +const void * RTTI_INISettingCollection = (void *)0x061AF708; +const void * RTTI_INavmeshSearchFilterSet = (void *)0x062F0600; +const void * RTTI_IOControlNode = (void *)0x062539D0; +const void * RTTI_IOManager = (void *)0x06485CF8; +const void * RTTI_IOManagerThread = (void *)0x06485D18; +const void * RTTI_IOManager__SystemTaskService = (void *)0x06485D98; +const void * RTTI_IOPostProcessNode = (void *)0x06254AA0; +const void * RTTI_IOPostProcessTaskNode = (void *)0x06485D40; +const void * RTTI_IOSystemTask = (void *)0x06254918; +const void * RTTI_IOTask = (void *)0x0625F108; +const void * RTTI_IOTaskNode = (void *)0x06485D70; +const void * RTTI_IPackageData = (void *)0x061749C8; +const void * RTTI_IPackageDataTypeCheck = (void *)0x0621F228; +const void * RTTI_IPathBuilder = (void *)0x0623E1A8; +const void * RTTI_IPathBuilderFactoryBase = (void *)0x0619BC20; +const void * RTTI_IPathBuilderTracker = (void *)0x0621ECE0; +const void * RTTI_IPathFollowerState = (void *)0x064BC560; +const void * RTTI_IPathSmootherRayCast = (void *)0x064B3F60; +const void * RTTI_IPathingNodeGenerator = (void *)0x064BC3F8; +const void * RTTI_IPostAnimationChannelUpdateFunctor = (void *)0x062CA7D0; +const void * RTTI_IProcedure = (void *)0x0623C7E8; +const void * RTTI_IProcedureTreeExecState = (void *)0x0623C7B8; +const void * RTTI_IProcedureTreeItem = (void *)0x062E4E98; +const void * RTTI_IRaceSubGraphDataFunctor = (void *)0x0623FF08; +const void * RTTI_ISelectIdleFilter = (void *)0x064BA258; +const void * RTTI_ISmoothingRayValidator = (void *)0x064BC330; +const void * RTTI_ISpecialPurposeComponentHandler = (void *)0x0621F3D0; +const void * RTTI_IStaticAvoidNodeManager = (void *)0x063D03A0; +const void * RTTI_IStringForwarder = (void *)0x06424158; +const void * RTTI_ITempEffectFactory = (void *)0x0621ED10; +const void * RTTI_ITextRenderer = (void *)0x0621F058; +const void * RTTI_ITrianglePathSplitter = (void *)0x064B3E58; +const void * RTTI_ITweenerNodeFollowerSetup = (void *)0x063D0240; +const void * RTTI_IUIValue = (void *)0x06247F98; +const void * RTTI_IValidateGoalFunctor = (void *)0x063EB6C8; +const void * RTTI_IVisitProcedures = (void *)0x062D6380; +const void * RTTI_IdleDialogueEnterHandler = (void *)0x063E67A0; +const void * RTTI_IdleDialogueExitHandler = (void *)0x063E6838; +const void * RTTI_IdleFlavorHandler = (void *)0x063E34A0; +const void * RTTI_ImageCreationThread = (void *)0x063213F0; +const void * RTTI_ImageFixtureEvent_RequestImage = (void *)0x064A3580; +const void * RTTI_ImageFixtureEvent_UnregisterImage = (void *)0x064A35B8; +const void * RTTI_ImageFixtureManager = (void *)0x061AF598; +const void * RTTI_ImageSpaceManagerAgent = (void *)0x0625DB50; +const void * RTTI_ImageSpaceModifierInstance = (void *)0x062C42A8; +const void * RTTI_ImageSpaceModifierInstanceCinematic = (void *)0x062C4318; +const void * RTTI_ImageSpaceModifierInstanceDOF = (void *)0x062C4270; +const void * RTTI_ImageSpaceModifierInstanceForm = (void *)0x062C4358; +const void * RTTI_ImageSpaceModifierInstanceRB = (void *)0x062C42E0; +const void * RTTI_ImageSpaceModifierInstanceTemp = (void *)0x062C4238; +const void * RTTI_ImmunityEffect = (void *)0x0639E1F0; +const void * RTTI_IndustrialCraftingMenu = (void *)0x06365B80; +const void * RTTI_InfiniteList = (void *)0x0650FFC0; +const void * RTTI_IngredientItem = (void *)0x06266EC0; +const void * RTTI_InitActionI = (void *)0x0625D928; +const void * RTTI_InitializeTraversalSubgraphDataFunctor = (void *)0x06285A48; +const void * RTTI_InputMemoryStreamBuffer = (void *)0x064CB590; +const void * RTTI_InstalledContent = (void *)0x06457680; +const void * RTTI_InstalledContentData = (void *)0x0631DE68; +const void * RTTI_InstalledContentDataModel = (void *)0x0631E0C0; +const void * RTTI_InstalledContentDataModel__InstalledContentModelEventShuttle = (void *)0x0631DF90; +const void * RTTI_IntSeenData = (void *)0x061778A8; +const void * RTTI_InteractionCombatDataCollectFunctor = (void *)0x0627A310; +const void * RTTI_InterfacedClass = (void *)0x063214C0; +const void * RTTI_InterruptCastHandler = (void *)0x063E6CB0; +const void * RTTI_InventoryDataModelNS__InventoryItem = (void *)0x06320370; +const void * RTTI_InventoryDataModelNS__LootItem = (void *)0x063336F0; +const void * RTTI_InventoryMenu = (void *)0x06367A68; +const void * RTTI_InventoryMenu_Change3DView = (void *)0x06367BC0; +const void * RTTI_InventoryMenu_DropItem = (void *)0x06367E08; const void * RTTI_InventoryMenu_HideModel = (void *)0x06367E68; -const void * RTTI_InventoryMenu_LoadModel = (void *)0x06367EC8; -const void * RTTI_InventoryMenu_OnEnterCategory = (void *)0x06367DC8; -const void * RTTI_InventoryMenu_OpenCargoHold = (void *)0x06367D20; -const void * RTTI_InventoryMenu_PaperDollTryOn = (void *)0x06367CB0; -const void * RTTI_InventoryMenu_ResetPaperDollInv = (void *)0x06367BF0; -const void * RTTI_InventoryMenu_SelectItem = (void *)0x06367E98; -const void * RTTI_InventoryMenu_SetMouseOverModel = (void *)0x06367D90; -const void * RTTI_InventoryMenu_StartCloseAnim = (void *)0x06367D58; -const void * RTTI_InventoryMenu_ToggleFavorite = (void *)0x06367E30; -const void * RTTI_InventoryMenu_ToggleHelmet = (void *)0x06367C28; -const void * RTTI_InventoryMenu_ToggleSuit = (void *)0x06367B98; -const void * RTTI_InventoryScoringFunctor = (void *)0x062C9FE8; -const void * RTTI_Inventory_SetSort = (void *)0x063387D8; -const void * RTTI_InvisibilityEffect = (void *)0x0639E148; -const void * RTTI_IronSightsState = (void *)0x06423148; -const void * RTTI_ItemCraftingBase = (void *)0x0632E098; -const void * RTTI_ItemModInfoCardDataModel = (void *)0x063397F8; -const void * RTTI_ItemModInfoCardDataModel__ItemModInfoCardEventShuttle = (void *)0x06339830; -const void * RTTI_ItemModdingBase = (void *)0x0632E0C0; -const void * RTTI_ItemModsDataModel = (void *)0x06339248; -const void * RTTI_ItemModsDataModel__ItemModsEventShuttle = (void *)0x06339270; -const void * RTTI_JetpackEffect = (void *)0x0639E358; -const void * RTTI_JetpackUtils__TESCellReferenceAttachDetachEventSink = (void *)0x0639E270; -const void * RTTI_Json__BuiltStyledStreamWriter = (void *)0x06171A30; -const void * RTTI_Json__CharReader = (void *)0x061718F0; -const void * RTTI_Json__CharReaderBuilder = (void *)0x06171948; -const void * RTTI_Json__CharReader__Factory = (void *)0x06171918; -const void * RTTI_Json__OurCharReader = (void *)0x06171A00; -const void * RTTI_Json__StreamWriter = (void *)0x06171978; -const void * RTTI_Json__StreamWriterBuilder = (void *)0x061719D0; -const void * RTTI_Json__StreamWriter__Factory = (void *)0x061719A0; -const void * RTTI_JumpAnimEventHandler = (void *)0x063E4C48; -const void * RTTI_KillActorHandler = (void *)0x063E6D98; -const void * RTTI_KillMoveEndHandler = (void *)0x063E5388; -const void * RTTI_KillMoveStartHandler = (void *)0x063E5300; -const void * RTTI_KnockdownHandler = (void *)0x063E6800; -const void * RTTI_KnockdownTargetHandler = (void *)0x063E6888; -const void * RTTI_LODData = (void *)0x06256D60; -const void * RTTI_LeftHandSpellCastHandler = (void *)0x063E6FC8; -const void * RTTI_LeftHandSpellFireHandler = (void *)0x063E6F68; -const void * RTTI_LegacyNif__BSEffectShaderProperty = (void *)0x0650E998; -const void * RTTI_LegacyNif__BSLightingShaderProperty = (void *)0x0650E958; -const void * RTTI_LegacyNif__BSMasterParticleSystem = (void *)0x0650E5A0; -const void * RTTI_LegacyNif__BSMultiBound = (void *)0x0650E498; -const void * RTTI_LegacyNif__BSMultiBoundNode = (void *)0x0650E460; -const void * RTTI_LegacyNif__BSMultiBoundOBB = (void *)0x0650E538; -const void * RTTI_LegacyNif__BSPSysInheritVelocityModifier = (void *)0x0650E3C8; -const void * RTTI_LegacyNif__BSPSysLODModifier = (void *)0x0650E188; -const void * RTTI_LegacyNif__BSPSysScaleModifier = (void *)0x0650E2E8; -const void * RTTI_LegacyNif__BSPSysSimpleColorModifier = (void *)0x0650E1C0; -const void * RTTI_LegacyNif__BSPSysSubTexModifier = (void *)0x0650E200; -const void * RTTI_LegacyNif__BSPositionData = (void *)0x0650E5D8; -const void * RTTI_LegacyNif__BSShaderProperty = (void *)0x0650E920; -const void * RTTI_LegacyNif__BSShaderTextureSet = (void *)0x0650E8E8; -const void * RTTI_LegacyNif__BSSubIndexTriShape = (void *)0x0650E568; -const void * RTTI_LegacyNif__BSWaterShaderProperty = (void *)0x0650E668; -const void * RTTI_LegacyNif__BSWindModifier = (void *)0x0650E6A0; -const void * RTTI_LegacyNif__NiAlphaProperty = (void *)0x0650E8B8; -const void * RTTI_LegacyNif__NiPSysAgeDeathModifier = (void *)0x0650E118; -const void * RTTI_LegacyNif__NiPSysBombModifier = (void *)0x0650E320; -const void * RTTI_LegacyNif__NiPSysBoundUpdateModifier = (void *)0x0650E2A8; -const void * RTTI_LegacyNif__NiPSysBoxEmitter = (void *)0x0650E770; -const void * RTTI_LegacyNif__NiPSysColliderManager = (void *)0x0650E818; -const void * RTTI_LegacyNif__NiPSysCylinderEmitter = (void *)0x0650E7A8; -const void * RTTI_LegacyNif__NiPSysData = (void *)0x0650E638; -const void * RTTI_LegacyNif__NiPSysDragModifier = (void *)0x0650E238; -const void * RTTI_LegacyNif__NiPSysGravityModifier = (void *)0x0650E390; -const void * RTTI_LegacyNif__NiPSysMeshEmitter = (void *)0x0650E7E0; -const void * RTTI_LegacyNif__NiPSysPlanarCollider = (void *)0x0650E880; -const void * RTTI_LegacyNif__NiPSysPositionModifier = (void *)0x0650E270; -const void * RTTI_LegacyNif__NiPSysRotationModifier = (void *)0x0650E358; -const void * RTTI_LegacyNif__NiPSysSpawnModifier = (void *)0x0650E150; -const void * RTTI_LegacyNif__NiPSysSphereEmitter = (void *)0x0650E738; -const void * RTTI_LegacyNif__NiParticleSystem = (void *)0x0650E0B0; -const void * RTTI_LegacyNif__SkyShaderProperty = (void *)0x0650E9D0; -const void * RTTI_LensFlareAttachmentComponent = (void *)0x06247290; -const void * RTTI_LevelUp_AnimFinished = (void *)0x0635D508; -const void * RTTI_LevelUp_OnWidgetShown = (void *)0x0635D440; -const void * RTTI_LevelUp_OpenDataMenu = (void *)0x0635D4D8; -const void * RTTI_LevelUp_ShowSkills = (void *)0x0635D4A8; -const void * RTTI_LightAnimFormComponent = (void *)0x061751F0; -const void * RTTI_LightAttachmentFormComponent = (void *)0x0625A260; -const void * RTTI_LightAttachmentRuntimeComponentUpdateService = (void *)0x063B96E0; -const void * RTTI_LightEffect = (void *)0x0617A338; -const void * RTTI_LinearVariable = (void *)0x06471358; -const void * RTTI_LinearVariableInstance = (void *)0x06471328; -const void * RTTI_LinkedBNETLogin__BNetInitializedEventListener = (void *)0x064577A0; -const void * RTTI_LinkedCellProcessHelper = (void *)0x06461E50; -const void * RTTI_LoadBufferStorageWrapper = (void *)0x063A9020; -const void * RTTI_LoadFileStorageWrapper = (void *)0x063A8FF0; -const void * RTTI_LoadGameMagicCasterVisitor = (void *)0x063C5108; -const void * RTTI_LoadOrder = (void *)0x06510D00; -const void * RTTI_LoadOrderArchive = (void *)0x065103E8; -const void * RTTI_LoadOrderBox = (void *)0x06511560; -const void * RTTI_LoadOrderEntry = (void *)0x06511538; -const void * RTTI_LoadOrder_SSB = (void *)0x06511218; -const void * RTTI_LoadSavePanelDataModel = (void *)0x0633B160; -const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle = (void *)0x0633B210; -const void * RTTI_LoadScreenRenderingEventHandler = (void *)0x06329710; -const void * RTTI_LoadTraversalSubgraphDataFunctor = (void *)0x06285A10; -const void * RTTI_LoadedAreaBound = (void *)0x062DCC68; -const void * RTTI_LoadedCellDB__IStateControl = (void *)0x06254ED0; -const void * RTTI_LoadedCellDB__LoadCell = (void *)0x06254950; -const void * RTTI_LoadedCellDB__PostProcessCell = (void *)0x062547C8; -const void * RTTI_LoadedCellDB__SignalDoneTask = (void *)0x06254828; -const void * RTTI_LoadingMenu = (void *)0x06429A88; -const void * RTTI_LoadingMenuDataModel = (void *)0x0633A338; -const void * RTTI_LoadingMenuDataModel__LoadingMenuEventShuttle = (void *)0x0633A370; -const void * RTTI_LoadingMenu_RefreshText = (void *)0x06429A58; -const void * RTTI_LocalEnvData = (void *)0x0633B460; -const void * RTTI_LocalEnvData_Frequent = (void *)0x0633B430; -const void * RTTI_LocalEnvironmentDataModel = (void *)0x0633B400; -const void * RTTI_LocationTextWidget_FinishedQueue = (void *)0x0635D470; -const void * RTTI_LockEffect = (void *)0x0639E608; -const void * RTTI_LocomotionBlend = (void *)0x06471B28; -const void * RTTI_LocomotionBlendInstance = (void *)0x06471AF8; -const void * RTTI_LoginDialog = (void *)0x06320AE8; -const void * RTTI_LookAtChainData = (void *)0x0624E710; -const void * RTTI_LookAtChainInstance = (void *)0x0624E790; -const void * RTTI_LookAtNode = (void *)0x064718D8; -const void * RTTI_LookAtNodeInstance = (void *)0x06471900; -const void * RTTI_LoopingActivateHandler = (void *)0x063E4908; -const void * RTTI_MagicCaster = (void *)0x062678D0; -const void * RTTI_MagicCaster__PostCreationCallback = (void *)0x0639E630; -const void * RTTI_MagicItem = (void *)0x0618FE88; -const void * RTTI_MagicItemDataCollector = (void *)0x0639D948; -const void * RTTI_MagicItemFindKeywordFunctor = (void *)0x06266F48; -const void * RTTI_MagicItemTraversalFunctor = (void *)0x06266FE8; -const void * RTTI_MagicTarget = (void *)0x06360DF8; -const void * RTTI_MagicTarget__IPostCreationModification = (void *)0x0639DC58; -const void * RTTI_Main = (void *)0x063B8EF0; -const void * RTTI_MainMenu = (void *)0x0642B638; -const void * RTTI_MainMenuConfirmationDataModel = (void *)0x0633CA28; -const void * RTTI_MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle = (void *)0x0633C9D0; -const void * RTTI_MainMenuGamerInfoDataModel = (void *)0x0633C4F0; -const void * RTTI_MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle = (void *)0x0633C4A0; -const void * RTTI_MainMenuListDataModel = (void *)0x0633CB38; -const void * RTTI_MainMenuListDataModel__MainMenuListEventShuttle = (void *)0x0633CAF0; -const void * RTTI_MainMenuMOTDDataModel = (void *)0x0633C608; -const void * RTTI_MainMenuMOTDDataModel__MOTDDataModelEventShuttle = (void *)0x0633C5C0; -const void * RTTI_MainMenuPipelineProgressDataModel = (void *)0x0633C398; -const void * RTTI_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle = (void *)0x0633C330; -const void * RTTI_MainMenuStateDataModel = (void *)0x0633CFC8; -const void * RTTI_MainMenuStateDataModel__MainMenuStateEventShuttle = (void *)0x0633CDD0; -const void * RTTI_MainMenu_ActionCanceled = (void *)0x0642B3B8; -const void * RTTI_MainMenu_ActionConfirmed = (void *)0x0642B388; -const void * RTTI_MainMenu_ConfirmLoad = (void *)0x0642B358; -const void * RTTI_MainMenu_DeleteSave = (void *)0x0642B2C8; -const void * RTTI_MainMenu_LegalScreenComplete = (void *)0x0642B760; -const void * RTTI_MainMenu_SetCharacter = (void *)0x0642B2F8; -const void * RTTI_MainMenu_StartAction = (void *)0x0642B3E8; -const void * RTTI_MainMenu_StartLoad = (void *)0x0642B328; -const void * RTTI_MainMenu_UploadSave = (void *)0x0642B730; -const void * RTTI_MarketplaceBundleContent = (void *)0x06179248; -const void * RTTI_MarketplaceCommerce__redeemableListener = (void *)0x06320F60; -const void * RTTI_MarketplaceContent = (void *)0x06179218; +const void * RTTI_InventoryMenu_LoadModel = (void *)0x06367E38; +const void * RTTI_InventoryMenu_OnEnterCategory = (void *)0x06367CF8; +const void * RTTI_InventoryMenu_OpenCargoHold = (void *)0x06367D30; +const void * RTTI_InventoryMenu_PaperDollTryOn = (void *)0x06367CC0; +const void * RTTI_InventoryMenu_ResetPaperDollInv = (void *)0x06367BF8; +const void * RTTI_InventoryMenu_SelectItem = (void *)0x06367DD8; +const void * RTTI_InventoryMenu_SetMouseOverModel = (void *)0x06367DA0; +const void * RTTI_InventoryMenu_StartCloseAnim = (void *)0x06367C30; +const void * RTTI_InventoryMenu_ToggleFavorite = (void *)0x06367D68; +const void * RTTI_InventoryMenu_ToggleHelmet = (void *)0x06367B58; +const void * RTTI_InventoryMenu_ToggleSuit = (void *)0x06367B90; +const void * RTTI_InventoryScoringFunctor = (void *)0x062CA2E0; +const void * RTTI_Inventory_SetSort = (void *)0x063388C8; +const void * RTTI_InvisibilityEffect = (void *)0x0639E218; +const void * RTTI_IronSightsState = (void *)0x06423230; +const void * RTTI_ItemCraftingBase = (void *)0x0632E278; +const void * RTTI_ItemModInfoCardDataModel = (void *)0x06339788; +const void * RTTI_ItemModInfoCardDataModel__ItemModInfoCardEventShuttle = (void *)0x063397C0; +const void * RTTI_ItemModdingBase = (void *)0x0632E3C8; +const void * RTTI_ItemModsDataModel = (void *)0x06339A10; +const void * RTTI_ItemModsDataModel__ItemModsEventShuttle = (void *)0x06339A38; +const void * RTTI_JetpackEffect = (void *)0x0639E3F8; +const void * RTTI_JetpackUtils__TESCellReferenceAttachDetachEventSink = (void *)0x0639E4C0; +const void * RTTI_Json__BuiltStyledStreamWriter = (void *)0x061719B0; +const void * RTTI_Json__CharReader = (void *)0x06171870; +const void * RTTI_Json__CharReaderBuilder = (void *)0x061718C8; +const void * RTTI_Json__CharReader__Factory = (void *)0x06171898; +const void * RTTI_Json__OurCharReader = (void *)0x06171980; +const void * RTTI_Json__StreamWriter = (void *)0x061718F8; +const void * RTTI_Json__StreamWriterBuilder = (void *)0x06171950; +const void * RTTI_Json__StreamWriter__Factory = (void *)0x06171920; +const void * RTTI_JumpAnimEventHandler = (void *)0x063E67D0; +const void * RTTI_KillActorHandler = (void *)0x063E6330; +const void * RTTI_KillMoveEndHandler = (void *)0x063E6E58; +const void * RTTI_KillMoveStartHandler = (void *)0x063E6E88; +const void * RTTI_KnockdownHandler = (void *)0x063E31A0; +const void * RTTI_KnockdownTargetHandler = (void *)0x063E3170; +const void * RTTI_LODData = (void *)0x06256E00; +const void * RTTI_LeftHandSpellCastHandler = (void *)0x063E6468; +const void * RTTI_LeftHandSpellFireHandler = (void *)0x063E6410; +const void * RTTI_LegacyNif__BSEffectShaderProperty = (void *)0x0650E768; +const void * RTTI_LegacyNif__BSLightingShaderProperty = (void *)0x0650E728; +const void * RTTI_LegacyNif__BSMasterParticleSystem = (void *)0x0650E2A0; +const void * RTTI_LegacyNif__BSMultiBound = (void *)0x0650E5E8; +const void * RTTI_LegacyNif__BSMultiBoundNode = (void *)0x0650E5B0; +const void * RTTI_LegacyNif__BSMultiBoundOBB = (void *)0x0650E238; +const void * RTTI_LegacyNif__BSPSysInheritVelocityModifier = (void *)0x0650E968; +const void * RTTI_LegacyNif__BSPSysLODModifier = (void *)0x0650E470; +const void * RTTI_LegacyNif__BSPSysScaleModifier = (void *)0x0650E888; +const void * RTTI_LegacyNif__BSPSysSimpleColorModifier = (void *)0x0650E4A8; +const void * RTTI_LegacyNif__BSPSysSubTexModifier = (void *)0x0650E4E8; +const void * RTTI_LegacyNif__BSPositionData = (void *)0x0650E2D8; +const void * RTTI_LegacyNif__BSShaderProperty = (void *)0x0650E6F0; +const void * RTTI_LegacyNif__BSShaderTextureSet = (void *)0x0650E6B8; +const void * RTTI_LegacyNif__BSSubIndexTriShape = (void *)0x0650E268; +const void * RTTI_LegacyNif__BSWaterShaderProperty = (void *)0x0650E7D8; +const void * RTTI_LegacyNif__BSWindModifier = (void *)0x0650E9A8; +const void * RTTI_LegacyNif__NiAlphaProperty = (void *)0x0650E688; +const void * RTTI_LegacyNif__NiPSysAgeDeathModifier = (void *)0x0650E400; +const void * RTTI_LegacyNif__NiPSysBombModifier = (void *)0x0650E8C0; +const void * RTTI_LegacyNif__NiPSysBoundUpdateModifier = (void *)0x0650E848; +const void * RTTI_LegacyNif__NiPSysBoxEmitter = (void *)0x0650EA78; +const void * RTTI_LegacyNif__NiPSysColliderManager = (void *)0x0650EB20; +const void * RTTI_LegacyNif__NiPSysCylinderEmitter = (void *)0x0650EAB0; +const void * RTTI_LegacyNif__NiPSysData = (void *)0x0650E338; +const void * RTTI_LegacyNif__NiPSysDragModifier = (void *)0x0650E520; +const void * RTTI_LegacyNif__NiPSysGravityModifier = (void *)0x0650E930; +const void * RTTI_LegacyNif__NiPSysMeshEmitter = (void *)0x0650EAE8; +const void * RTTI_LegacyNif__NiPSysPlanarCollider = (void *)0x0650E650; +const void * RTTI_LegacyNif__NiPSysPositionModifier = (void *)0x0650E810; +const void * RTTI_LegacyNif__NiPSysRotationModifier = (void *)0x0650E8F8; +const void * RTTI_LegacyNif__NiPSysSpawnModifier = (void *)0x0650E438; +const void * RTTI_LegacyNif__NiPSysSphereEmitter = (void *)0x0650EA40; +const void * RTTI_LegacyNif__NiParticleSystem = (void *)0x0650E398; +const void * RTTI_LegacyNif__SkyShaderProperty = (void *)0x0650E7A0; +const void * RTTI_LensFlareAttachmentComponent = (void *)0x06247300; +const void * RTTI_LevelUp_AnimFinished = (void *)0x0635E468; +const void * RTTI_LevelUp_OnWidgetShown = (void *)0x0635E3A0; +const void * RTTI_LevelUp_OpenDataMenu = (void *)0x0635E438; +const void * RTTI_LevelUp_ShowSkills = (void *)0x0635E408; +const void * RTTI_LightAnimFormComponent = (void *)0x06175170; +const void * RTTI_LightAttachmentFormComponent = (void *)0x0625A2C0; +const void * RTTI_LightAttachmentRuntimeComponentUpdateService = (void *)0x063B9910; +const void * RTTI_LightEffect = (void *)0x0617A2D8; +const void * RTTI_LinearVariable = (void *)0x06471420; +const void * RTTI_LinearVariableInstance = (void *)0x06471448; +const void * RTTI_LinkedBNETLogin__BNetInitializedEventListener = (void *)0x064578A0; +const void * RTTI_LinkedCellProcessHelper = (void *)0x06461E58; +const void * RTTI_LoadBufferStorageWrapper = (void *)0x063A91C8; +const void * RTTI_LoadFileStorageWrapper = (void *)0x063A91F8; +const void * RTTI_LoadGameMagicCasterVisitor = (void *)0x063C6DE8; +const void * RTTI_LoadOrder = (void *)0x06510E80; +const void * RTTI_LoadOrderArchive = (void *)0x06510568; +const void * RTTI_LoadOrderBox = (void *)0x065116E0; +const void * RTTI_LoadOrderEntry = (void *)0x065116B8; +const void * RTTI_LoadOrder_SSB = (void *)0x06511398; +const void * RTTI_LoadSavePanelDataModel = (void *)0x0633B020; +const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle = (void *)0x0633B0D0; +const void * RTTI_LoadScreenRenderingEventHandler = (void *)0x063295A0; +const void * RTTI_LoadTraversalSubgraphDataFunctor = (void *)0x06285A88; +const void * RTTI_LoadedAreaBound = (void *)0x062DCCB8; +const void * RTTI_LoadedCellDB__IStateControl = (void *)0x06254E10; +const void * RTTI_LoadedCellDB__LoadCell = (void *)0x06254A70; +const void * RTTI_LoadedCellDB__PostProcessCell = (void *)0x06254AC8; +const void * RTTI_LoadedCellDB__SignalDoneTask = (void *)0x06254940; +const void * RTTI_LoadingMenu = (void *)0x06429878; +const void * RTTI_LoadingMenuDataModel = (void *)0x0633A388; +const void * RTTI_LoadingMenuDataModel__LoadingMenuEventShuttle = (void *)0x0633A3C0; +const void * RTTI_LoadingMenu_RefreshText = (void *)0x06429848; +const void * RTTI_LocalEnvData = (void *)0x0633B340; +const void * RTTI_LocalEnvData_Frequent = (void *)0x0633B368; +const void * RTTI_LocalEnvironmentDataModel = (void *)0x0633B398; +const void * RTTI_LocationTextWidget_FinishedQueue = (void *)0x0635E3D0; +const void * RTTI_LockEffect = (void *)0x0639E6E0; +const void * RTTI_LocomotionBlend = (void *)0x06471C20; +const void * RTTI_LocomotionBlendInstance = (void *)0x06471BF0; +const void * RTTI_LoginDialog = (void *)0x06320830; +const void * RTTI_LookAtChainData = (void *)0x0624E750; +const void * RTTI_LookAtChainInstance = (void *)0x0624E7D0; +const void * RTTI_LookAtNode = (void *)0x06471A00; +const void * RTTI_LookAtNodeInstance = (void *)0x064719D0; +const void * RTTI_LoopingActivateHandler = (void *)0x063E3370; +const void * RTTI_MagicCaster = (void *)0x06267920; +const void * RTTI_MagicCaster__PostCreationCallback = (void *)0x0639E708; +const void * RTTI_MagicItem = (void *)0x061900C8; +const void * RTTI_MagicItemDataCollector = (void *)0x0639DAA8; +const void * RTTI_MagicItemFindKeywordFunctor = (void *)0x06266FF0; +const void * RTTI_MagicItemTraversalFunctor = (void *)0x06266FC0; +const void * RTTI_MagicTarget = (void *)0x06360F18; +const void * RTTI_MagicTarget__IPostCreationModification = (void *)0x0639DD50; +const void * RTTI_Main = (void *)0x063B7B90; +const void * RTTI_MainMenu = (void *)0x0642B8F8; +const void * RTTI_MainMenuConfirmationDataModel = (void *)0x0633C088; +const void * RTTI_MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle = (void *)0x0633C030; +const void * RTTI_MainMenuGamerInfoDataModel = (void *)0x0633BB50; +const void * RTTI_MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle = (void *)0x0633BB00; +const void * RTTI_MainMenuListDataModel = (void *)0x0633C198; +const void * RTTI_MainMenuListDataModel__MainMenuListEventShuttle = (void *)0x0633C150; +const void * RTTI_MainMenuMOTDDataModel = (void *)0x0633BC68; +const void * RTTI_MainMenuMOTDDataModel__MOTDDataModelEventShuttle = (void *)0x0633BC20; +const void * RTTI_MainMenuPipelineProgressDataModel = (void *)0x0633B9F8; +const void * RTTI_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle = (void *)0x0633B990; +const void * RTTI_MainMenuStateDataModel = (void *)0x0633D5A8; +const void * RTTI_MainMenuStateDataModel__MainMenuStateEventShuttle = (void *)0x0633D3B0; +const void * RTTI_MainMenu_ActionCanceled = (void *)0x0642B898; +const void * RTTI_MainMenu_ActionConfirmed = (void *)0x0642B868; +const void * RTTI_MainMenu_ConfirmLoad = (void *)0x0642BB40; +const void * RTTI_MainMenu_DeleteSave = (void *)0x0642BAB0; +const void * RTTI_MainMenu_LegalScreenComplete = (void *)0x0642BA20; +const void * RTTI_MainMenu_SetCharacter = (void *)0x0642BAE0; +const void * RTTI_MainMenu_StartAction = (void *)0x0642B8C8; +const void * RTTI_MainMenu_StartLoad = (void *)0x0642BB10; +const void * RTTI_MainMenu_UploadSave = (void *)0x0642B9F0; +const void * RTTI_MarketplaceBundleContent = (void *)0x06179180; +const void * RTTI_MarketplaceCommerce__redeemableListener = (void *)0x063210E8; +const void * RTTI_MarketplaceContent = (void *)0x061791B0; const void * RTTI_MarketplaceContentCollection = (void *)0x061791E0; -const void * RTTI_MarketplaceDataProducer = (void *)0x06321308; -const void * RTTI_MarketplaceGameState__gameActiveListener = (void *)0x06321498; -const void * RTTI_MarketplaceMenu = (void *)0x063216B8; -const void * RTTI_MarketplaceMenu__errorCallback = (void *)0x063216E0; -const void * RTTI_MarketplaceMessages__OkMessageCallback = (void *)0x06321718; -const void * RTTI_MarketplaceMessages__yesNoMessageCallback = (void *)0x06321758; -const void * RTTI_MassSpringDampenVariable = (void *)0x06470F98; -const void * RTTI_MassSpringDampenVariableInstance = (void *)0x06470FC8; -const void * RTTI_MaterialLayerInterface = (void *)0x0626DDF0; -const void * RTTI_MaterialLayerSequence = (void *)0x06470278; -const void * RTTI_MaterialLayerSequenceInstance = (void *)0x06470BE0; -const void * RTTI_MeleeAimAssistData = (void *)0x062AB0E0; -const void * RTTI_MeleeAimAssistImpl = (void *)0x062FAE30; -const void * RTTI_MemoryManagement__PMPEventSink = (void *)0x0621EE40; -const void * RTTI_MemoryManagerFile = (void *)0x063BA3D8; -const void * RTTI_MenuActor = (void *)0x06360DD8; -const void * RTTI_MenuControls = (void *)0x0642BE78; -const void * RTTI_MenuCursor = (void *)0x064A2E68; -const void * RTTI_MenuOpenHandler = (void *)0x0642BCE8; -const void * RTTI_MenuPaperDoll = (void *)0x06360E58; -const void * RTTI_MenuTopicManager = (void *)0x0639FDB0; -const void * RTTI_MergeNode = (void *)0x06471B78; -const void * RTTI_MergeNodeInstance = (void *)0x06471B50; -const void * RTTI_MeshLODDistanceOverride = (void *)0x06256D30; -const void * RTTI_MessageBoxMenu = (void *)0x0642CA28; -const void * RTTI_MessageBoxMenu_OnBackOut = (void *)0x0642CB88; -const void * RTTI_MessageBoxMenu_OnButtonPress = (void *)0x0642CB50; -const void * RTTI_MessageBoxMenu__MessageBoxMenuEventShuttle = (void *)0x0642CCE0; -const void * RTTI_MessageMenuManager = (void *)0x0642C8C0; -const void * RTTI_MigrateSharedStateFromPreviousView = (void *)0x063A6D10; -const void * RTTI_MirrorModifier = (void *)0x06470378; -const void * RTTI_MirrorModifierInstance = (void *)0x06470C18; -const void * RTTI_MiscStatManager__FindStatByCRC = (void *)0x062D6320; -const void * RTTI_MissileProjectile = (void *)0x063E8CC0; -const void * RTTI_MissingContent = (void *)0x065112E8; -const void * RTTI_MissionBoardMenu = (void *)0x063682F8; -const void * RTTI_MissionBoardMenu__MissionBoardMenuEventShuttle = (void *)0x06368230; -const void * RTTI_MissionBoard_MissionEntryChanged = (void *)0x063686B0; -const void * RTTI_MissionBoard_MissionEntryPressed = (void *)0x06368798; -const void * RTTI_MissionMenu_ClearState = (void *)0x063648F8; -const void * RTTI_MissionMenu_PlotToLocation = (void *)0x06364A68; -const void * RTTI_MissionMenu_RejectQuest = (void *)0x06364A00; -const void * RTTI_MissionMenu_SaveCategoryIndex = (void *)0x06364990; -const void * RTTI_MissionMenu_SaveOpenedId = (void *)0x06364960; -const void * RTTI_MissionMenu_ShowItemLocation = (void *)0x06364A30; -const void * RTTI_MissionMenu_ToggleQTDisplay = (void *)0x06364928; -const void * RTTI_MissionMenu_ToggleTrackingQuest = (void *)0x063649C8; -const void * RTTI_MobIterOperator = (void *)0x062D8728; -const void * RTTI_ModelReferenceEffect = (void *)0x06177EC0; -const void * RTTI_MomentumAnimation = (void *)0x06471300; -const void * RTTI_MomentumAnimationInstance = (void *)0x064712D0; -const void * RTTI_MomentumSwitchback = (void *)0x064712A0; -const void * RTTI_MomentumSwitchbackInstance = (void *)0x06471268; -const void * RTTI_MonocleMenu = (void *)0x0636BBA0; -const void * RTTI_MonocleMenu_Bioscan = (void *)0x0636B360; -const void * RTTI_MonocleMenu_FastTravel = (void *)0x0636BA70; -const void * RTTI_MonocleMenu_Harvest = (void *)0x0636B390; -const void * RTTI_MonocleMenu_Initialize = (void *)0x0636B420; -const void * RTTI_MonocleMenu_OpenDoor = (void *)0x0636B9C0; -const void * RTTI_MonocleMenu_Outpost = (void *)0x0636B3C0; -const void * RTTI_MonocleMenu_PhotoMode = (void *)0x0636B300; -const void * RTTI_MonocleMenu_Shutdown = (void *)0x0636B3F0; -const void * RTTI_MonocleMenu_SocialSpell = (void *)0x0636B330; -const void * RTTI_MonocleMenu_StartContainerView = (void *)0x0636BAD8; -const void * RTTI_MonocleMenu_StopContainerView = (void *)0x0636BAA0; -const void * RTTI_MonocleMenu_SurfaceMap = (void *)0x0636BB10; -const void * RTTI_MonocleMenu_UseListScrollControls = (void *)0x0636BA38; -const void * RTTI_MonocleMenu_ZoomIn = (void *)0x0636BB70; -const void * RTTI_MonocleMenu_ZoomOut = (void *)0x0636BB40; -const void * RTTI_MonocleUIDataModel = (void *)0x0635AF38; -const void * RTTI_MonocleUIDataModel__EventData = (void *)0x0635A3D0; -const void * RTTI_MonocleUIDataModel__MenuData = (void *)0x0635A8B0; -const void * RTTI_MonocleUIDataModel__MenuFreqData = (void *)0x0635A6E0; -const void * RTTI_MonocleUIDataModel__MonocleUIDataEventShuttle = (void *)0x0635AC40; -const void * RTTI_MonocleUIDataModel__PickRefData = (void *)0x0635A4D8; -const void * RTTI_MonocleUIDataModel__ResourceArcData = (void *)0x0635AAD0; -const void * RTTI_MonocleUIDataModel__ResourceData = (void *)0x0635ABA8; -const void * RTTI_MonocleUIDataModel__ScannableMapMarkerData = (void *)0x0635A6A0; -const void * RTTI_MonocleUIDataModel__SocialSpellData = (void *)0x0635AB68; -const void * RTTI_MorphDriverData = (void *)0x062ABD78; -const void * RTTI_MorphDriverInstance = (void *)0x062ABE18; -const void * RTTI_MotionDrivenHandler = (void *)0x063E53B8; -const void * RTTI_MotionDrivenHandlerReference = (void *)0x063E5FA0; -const void * RTTI_MountDismountEndHandler = (void *)0x063E4F48; -const void * RTTI_MountInteraction = (void *)0x063CA2E0; -const void * RTTI_MouseMoveEvent = (void *)0x06474128; -const void * RTTI_MovementAgent = (void *)0x0627FB30; -const void * RTTI_MovementAgentActorAvoider = (void *)0x064B88A8; -const void * RTTI_MovementAgentActorState = (void *)0x064B9688; -const void * RTTI_MovementAgentFlightController = (void *)0x064B9718; -const void * RTTI_MovementAgentFlightControllerDetached = (void *)0x064B9B18; -const void * RTTI_MovementAgentPathFollowerFlight = (void *)0x064BC098; -const void * RTTI_MovementAgentPathFollowerStandard = (void *)0x064B9470; -const void * RTTI_MovementAgentPathFollowerVirtual = (void *)0x064B9AE0; -const void * RTTI_MovementArbiter = (void *)0x064B8B08; -const void * RTTI_MovementArbitrationAverageFloat = (void *)0x064B9E20; -const void * RTTI_MovementArbitrationMaxWeightParameters = (void *)0x064B9DA8; -const void * RTTI_MovementArbitrationMaxWeightPoint = (void *)0x064B9B58; -const void * RTTI_MovementArbitrationVectorAdd = (void *)0x064BC788; -const void * RTTI_MovementAvoidBoxEventAdapter = (void *)0x063B6080; -const void * RTTI_MovementAvoidanceManager = (void *)0x063CFB40; -const void * RTTI_MovementComponentEventHandler = (void *)0x0627F880; -const void * RTTI_MovementControllerAI = (void *)0x0627F8B8; -const void * RTTI_MovementControllerComponent = (void *)0x0627F8E8; -const void * RTTI_MovementControllerComponentData = (void *)0x0627F920; -const void * RTTI_MovementControllerNPC = (void *)0x063CFE70; -const void * RTTI_MovementControllerNullDataTracker = (void *)0x064B9EB8; -const void * RTTI_MovementControllerRegisterInterface = (void *)0x064B9FE8; -const void * RTTI_MovementHandlerAgent = (void *)0x0627FBC8; -const void * RTTI_MovementHandlerAgentAngleGain = (void *)0x064BC0D0; -const void * RTTI_MovementHandlerAgentDirectControl = (void *)0x063CFED8; -const void * RTTI_MovementHandlerAgentDirectionPassThrough = (void *)0x064BC028; -const void * RTTI_MovementHandlerAgentFlightBoostTrigger = (void *)0x0627FB58; -const void * RTTI_MovementHandlerAgentGraphDrivenAnimationDriven = (void *)0x0627FC30; -const void * RTTI_MovementHandlerAgentPlayerControls = (void *)0x0627FD18; -const void * RTTI_MovementHandlerAgentPlayerControlsActionTrigger = (void *)0x0627FD60; -const void * RTTI_MovementHandlerAgentPlayerFlightControls = (void *)0x0627FDA8; -const void * RTTI_MovementHandlerAgentSprintActionTrigger = (void *)0x063CFF10; -const void * RTTI_MovementHandlerAgentStairsHelper = (void *)0x063CFF50; -const void * RTTI_MovementHandlerAgentStandard = (void *)0x064B9AA8; -const void * RTTI_MovementHandlerAgentStorePlannerOutput = (void *)0x064B9A68; -const void * RTTI_MovementHandlerArbiter = (void *)0x064B9220; -const void * RTTI_MovementLargeDelta__IEnumVisitor = (void *)0x062D6440; -const void * RTTI_MovementMessage = (void *)0x06284B50; -const void * RTTI_MovementMessageActivateDoor = (void *)0x064BAB00; -const void * RTTI_MovementMessageActorCollision = (void *)0x063CFF88; -const void * RTTI_MovementMessageApproachingDoor = (void *)0x064BAAC8; -const void * RTTI_MovementMessageBeginLandingApproach = (void *)0x06284BA8; -const void * RTTI_MovementMessageBlocked = (void *)0x064BBF28; -const void * RTTI_MovementMessageDoor = (void *)0x064BAA98; -const void * RTTI_MovementMessageGravJump = (void *)0x06286C98; -const void * RTTI_MovementMessageJump = (void *)0x064BBFC0; -const void * RTTI_MovementMessageLand = (void *)0x06286CC8; -const void * RTTI_MovementMessageNewPath = (void *)0x064B8A48; -const void * RTTI_MovementMessagePathCleared = (void *)0x064BAA00; -const void * RTTI_MovementMessagePathComplete = (void *)0x064BA998; -const void * RTTI_MovementMessagePathEvent = (void *)0x064B8A18; -const void * RTTI_MovementMessagePathFailed = (void *)0x064BA9D0; -const void * RTTI_MovementMessagePlayIdle = (void *)0x064BBF58; -const void * RTTI_MovementMessageSetStaticPath = (void *)0x064BBF88; -const void * RTTI_MovementMessageTakeOff = (void *)0x06284B78; -const void * RTTI_MovementMessageTraversal = (void *)0x064BAA38; -const void * RTTI_MovementMessageUpdateRequestImmediate = (void *)0x064B89D8; -const void * RTTI_MovementMessageWarpToLocation = (void *)0x064BBEF0; -const void * RTTI_MovementMessageWarpToMultiple = (void *)0x064BBFF0; -const void * RTTI_MovementParameters = (void *)0x06210828; -const void * RTTI_MovementParametersFixed = (void *)0x06314D40; -const void * RTTI_MovementPathManagerAgent = (void *)0x064B8B58; -const void * RTTI_MovementPathManagerAgentAvoidBox = (void *)0x064B9908; -const void * RTTI_MovementPathManagerAgentLoadedAreaMonitor = (void *)0x064B9780; -const void * RTTI_MovementPathManagerAgentStaticAvoider = (void *)0x064B9830; -const void * RTTI_MovementPathManagerArbiter = (void *)0x064B8B88; -const void * RTTI_MovementPathManagerNullTracker = (void *)0x064B8AD0; -const void * RTTI_MovementPlannerAgent = (void *)0x063D0058; -const void * RTTI_MovementPlannerAgentDirectControl = (void *)0x063D0020; -const void * RTTI_MovementPlannerAgentNavmeshBounds = (void *)0x064B97C0; -const void * RTTI_MovementPlannerAgentWarp = (void *)0x063D00B0; -const void * RTTI_MovementPlannerArbiter = (void *)0x064B8D70; -const void * RTTI_MovementPostUpdateArbiter = (void *)0x064B9410; -const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData = (void *)0x064BA090; -const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToPath = (void *)0x064BA0F0; -const void * RTTI_MovementStateFollowPath = (void *)0x064B89A8; -const void * RTTI_MovementStateTweener = (void *)0x064B8978; -const void * RTTI_MovementTweenerAgent = (void *)0x063D0110; -const void * RTTI_MovementTweenerAgentFixedDelta = (void *)0x064B99F0; -const void * RTTI_MovementTweenerAgentNodeFollower = (void *)0x063D0140; -const void * RTTI_MovementTweenerAgentTargetPosAndVel = (void *)0x064B9A28; -const void * RTTI_MovementTweenerArbiter = (void *)0x064B9250; -const void * RTTI_MoviePlayer = (void *)0x063AA1A8; -const void * RTTI_MultiFootIKNode = (void *)0x064710E0; -const void * RTTI_MultiFootIKNodeInstance = (void *)0x064710B0; -const void * RTTI_NEW_REFR_DATA = (void *)0x06258D90; -const void * RTTI_NPCAttachHandler = (void *)0x063E4FD0; -const void * RTTI_NPCDetachHandler = (void *)0x063E4FA8; -const void * RTTI_NavGenUtil__TunnelTerraintFilter = (void *)0x06281328; -const void * RTTI_NavMesh = (void *)0x06178508; -const void * RTTI_NavMeshGenContext = (void *)0x0624A498; -const void * RTTI_NavMeshGenData = (void *)0x06249BF0; -const void * RTTI_NavMeshGenFinalizer = (void *)0x06282950; -const void * RTTI_NavMeshGenInputBorderProcessTask = (void *)0x0624A398; -const void * RTTI_NavMeshGenInputProcessor = (void *)0x06282C68; -const void * RTTI_NavMeshGenOutputProcessor = (void *)0x06282D08; -const void * RTTI_NavMeshGenSplitter = (void *)0x06282D38; -const void * RTTI_NavMeshGenStitcher = (void *)0x06282EA0; -const void * RTTI_NavMeshGenerator = (void *)0x06281F70; -const void * RTTI_NavMeshGenerator__NavMeshGenCellsNode = (void *)0x06281D68; -const void * RTTI_NavMeshInfo = (void *)0x062EE190; -const void * RTTI_NavMeshInfoMap = (void *)0x062EE1E0; -const void * RTTI_NavMeshObstacleCoverManager = (void *)0x062009A8; -const void * RTTI_NavMeshObstacleManager = (void *)0x062EE688; -const void * RTTI_NavMeshSearchClosePoint = (void *)0x062F0180; -const void * RTTI_NavMeshSearchFitSphere = (void *)0x062F0570; -const void * RTTI_NavMeshSearchHide = (void *)0x062F05D0; -const void * RTTI_NavMeshSearchLOS = (void *)0x062F06E8; -const void * RTTI_NavMeshSearchLargestSpaceNearLocation = (void *)0x062F03D0; -const void * RTTI_NavMeshSearchSLPoint = (void *)0x062F07E8; -const void * RTTI_NavMeshSplineExtraData = (void *)0x062B1AA0; -const void * RTTI_NiAVObject = (void *)0x062008E8; -const void * RTTI_NiAdditionalGeometryData = (void *)0x0650EAE8; -const void * RTTI_NiAmbientLight = (void *)0x0650EAC0; -const void * RTTI_NiBSplineBasisData = (void *)0x0650C720; -const void * RTTI_NiBSplineColorInterpolator = (void *)0x0650C778; -const void * RTTI_NiBSplineCompColorInterpolator = (void *)0x0650C7B0; -const void * RTTI_NiBSplineCompFloatInterpolator = (void *)0x0650C7E8; -const void * RTTI_NiBSplineCompPoint3Interpolator = (void *)0x0650C858; -const void * RTTI_NiBSplineCompTransformInterpolator = (void *)0x0650C5B8; -const void * RTTI_NiBSplineData = (void *)0x0650C750; -const void * RTTI_NiBSplineFloatInterpolator = (void *)0x0650C820; -const void * RTTI_NiBSplineInterpolator = (void *)0x0650C5F8; -const void * RTTI_NiBSplinePoint3Interpolator = (void *)0x0650C890; -const void * RTTI_NiBSplineTransformInterpolator = (void *)0x0650C628; -const void * RTTI_NiBillboardNode = (void *)0x0650DD60; -const void * RTTI_NiBinaryExtraData = (void *)0x0650EB18; -const void * RTTI_NiBinaryStream = (void *)0x062D7A70; -const void * RTTI_NiBlendAccumTransformInterpolator = (void *)0x0650C0B8; -const void * RTTI_NiBlendBoolInterpolator = (void *)0x0650C3E8; -const void * RTTI_NiBlendColorInterpolator = (void *)0x0650C660; -const void * RTTI_NiBlendFloatInterpolator = (void *)0x0650C220; -const void * RTTI_NiBlendInterpolator = (void *)0x0650C118; -const void * RTTI_NiBlendPoint3Interpolator = (void *)0x0650C690; -const void * RTTI_NiBlendQuaternionInterpolator = (void *)0x0650C6C0; -const void * RTTI_NiBlendTransformInterpolator = (void *)0x0650C2B8; -const void * RTTI_NiBoolData = (void *)0x0650C6F8; -const void * RTTI_NiBoolInterpolator = (void *)0x0650C350; -const void * RTTI_NiBoolTimelineInterpolator = (void *)0x0650C380; -const void * RTTI_NiBooleanExtraData = (void *)0x0650EB40; -const void * RTTI_NiCamera = (void *)0x0650D5C8; -const void * RTTI_NiCollisionObject = (void *)0x063C9DB0; -const void * RTTI_NiColorData = (void *)0x0650C8C8; -const void * RTTI_NiColorExtraData = (void *)0x0650DF88; -const void * RTTI_NiColorExtraDataController = (void *)0x0650C8F0; -const void * RTTI_NiColorInterpolator = (void *)0x0650C928; -const void * RTTI_NiControllerManager = (void *)0x0650BE18; -const void * RTTI_NiControllerSequence = (void *)0x0650BFE8; -const void * RTTI_NiDefaultAVObjectPalette = (void *)0x0650BF80; -const void * RTTI_NiDirectionalLight = (void *)0x0650EB70; -const void * RTTI_NiExtraData = (void *)0x0623FF18; -const void * RTTI_NiExtraDataController = (void *)0x0650C288; -const void * RTTI_NiFile = (void *)0x063A4788; -const void * RTTI_NiFloatController = (void *)0x0650CD48; -const void * RTTI_NiFloatData = (void *)0x0650C1C8; -const void * RTTI_NiFloatExtraData = (void *)0x0650EBA0; -const void * RTTI_NiFloatExtraDataController = (void *)0x0650C250; -const void * RTTI_NiFloatInterpController = (void *)0x0650C320; -const void * RTTI_NiFloatInterpolator = (void *)0x0650C3B8; -const void * RTTI_NiFloatsExtraData = (void *)0x0650DFB0; -const void * RTTI_NiFloatsExtraDataController = (void *)0x0650C958; -const void * RTTI_NiFloatsExtraDataPoint3Controller = (void *)0x0650C990; -const void * RTTI_NiFogProperty = (void *)0x0650EA98; -const void * RTTI_NiFormArray = (void *)0x062D9A30; -const void * RTTI_NiGeometry = (void *)0x0650ECE8; -const void * RTTI_NiGeometryData = (void *)0x0650DDF0; -const void * RTTI_NiIntegerExtraData = (void *)0x0647A498; -const void * RTTI_NiIntegersExtraData = (void *)0x06490CF8; -const void * RTTI_NiInterpController = (void *)0x0648E530; -const void * RTTI_NiKeyframeManager = (void *)0x0650CA50; -const void * RTTI_NiLight = (void *)0x0650E060; -const void * RTTI_NiLightColorController = (void *)0x0650CB78; -const void * RTTI_NiLightDimmerController = (void *)0x0650CBD8; -const void * RTTI_NiLightRadiusController = (void *)0x0650CC08; -const void * RTTI_NiLookAtController = (void *)0x0650CC38; -const void * RTTI_NiLookAtInterpolator = (void *)0x0650CC68; -const void * RTTI_NiMemStream = (void *)0x0650EDE0; -const void * RTTI_NiMorphData = (void *)0x0650CC98; -const void * RTTI_NiMultiTargetTransformController = (void *)0x0650BFB0; -const void * RTTI_NiNode = (void *)0x06242738; -const void * RTTI_NiObjectNET = (void *)0x06200910; -const void * RTTI_NiPathController = (void *)0x0650CCC0; -const void * RTTI_NiPathInterpolator = (void *)0x0650C1F0; -const void * RTTI_NiPick__Results = (void *)0x0650DE68; -const void * RTTI_NiPoint3Interpolator = (void *)0x0650CCE8; -const void * RTTI_NiPointLight = (void *)0x0650EBC8; -const void * RTTI_NiPosData = (void *)0x0650C1A8; -const void * RTTI_NiProperty = (void *)0x0650E408; -const void * RTTI_NiQuaternionInterpolator = (void *)0x0650CD18; -const void * RTTI_NiRefObject = (void *)0x06215DF0; -const void * RTTI_NiRollController = (void *)0x0650CD70; -const void * RTTI_NiRotData = (void *)0x0650CD98; -const void * RTTI_NiSequence = (void *)0x0650CDB8; -const void * RTTI_NiSequenceStreamHelper = (void *)0x0650CF88; -const void * RTTI_NiSingleInterpController = (void *)0x0650C088; -const void * RTTI_NiSkinData = (void *)0x0650EBF0; -const void * RTTI_NiSkinInstance = (void *)0x0650EC18; -const void * RTTI_NiSkinPartition = (void *)0x0650EC40; -const void * RTTI_NiSpotLight = (void *)0x0650EC68; -const void * RTTI_NiStream = (void *)0x062DCB98; -const void * RTTI_NiStringExtraData = (void *)0x0650D578; -const void * RTTI_NiStringPalette = (void *)0x0650CFB8; -const void * RTTI_NiStringsExtraData = (void *)0x0650EC90; -const void * RTTI_NiSwitchNode = (void *)0x0650DD88; -const void * RTTI_NiTextKeyExtraData = (void *)0x0650CFE0; -const void * RTTI_NiTimeController = (void *)0x06272780; -const void * RTTI_NiTransformController = (void *)0x0650C058; -const void * RTTI_NiTransformData = (void *)0x0650C590; -const void * RTTI_NiTransformInterpolator = (void *)0x0650C148; -const void * RTTI_NiTriBasedGeom = (void *)0x0650ED10; -const void * RTTI_NiTriBasedGeomData = (void *)0x0650ED60; -const void * RTTI_NiTriShape = (void *)0x0650ECC0; -const void * RTTI_NiTriShapeData = (void *)0x0650ED38; -const void * RTTI_NiTriStrips = (void *)0x0650ED90; -const void * RTTI_NiTriStripsData = (void *)0x0650EDB8; -const void * RTTI_NiUVData = (void *)0x0650D010; -const void * RTTI_NiVisController = (void *)0x0650D030; -const void * RTTI_NightEyeEffect = (void *)0x0639EBA8; -const void * RTTI_NonActorMagicCaster = (void *)0x062678F8; -const void * RTTI_NonActorMagicTarget = (void *)0x06177930; -const void * RTTI_NormalizeRotation = (void *)0x06470350; -const void * RTTI_NormalizeRotationInstance = (void *)0x06470C48; -const void * RTTI_NullMovementSelectIdleResult = (void *)0x064B9DE8; -const void * RTTI_NullMovementState = (void *)0x0641B788; -const void * RTTI_NullPathBuilderTracker = (void *)0x064B4E28; -const void * RTTI_ObjectAttachmentFormComponent = (void *)0x0625AB10; -const void * RTTI_ObjectListItem = (void *)0x062DF420; -const void * RTTI_ObstacleTaskData = (void *)0x062EE9A8; -const void * RTTI_OfflineLoadOrder = (void *)0x065100A0; -const void * RTTI_OpenContainerMenuMessage = (void *)0x06179590; -const void * RTTI_OpenEffect = (void *)0x0639EE90; -const void * RTTI_OpenRefuelMenuMessage = (void *)0x061799D0; -const void * RTTI_OpenShipCrewAssignMenuMessage = (void *)0x06179998; -const void * RTTI_Options = (void *)0x06510A50; -const void * RTTI_OwnedCameraEffectController = (void *)0x062CA4B8; -const void * RTTI_OwnedController = (void *)0x06243060; -const void * RTTI_OwnedEntitlements = (void *)0x06458230; -const void * RTTI_PackageCreator = (void *)0x06197DF0; -const void * RTTI_PackageList = (void *)0x06272D28; -const void * RTTI_PackageLocation = (void *)0x062EDDD8; -const void * RTTI_PageFileBase = (void *)0x063A48D0; -const void * RTTI_PairCollector = (void *)0x06171128; -const void * RTTI_PairedAnimation = (void *)0x06471058; -const void * RTTI_PairedAnimationInstance = (void *)0x06471080; -const void * RTTI_PairedAttackDialogueHandler = (void *)0x063E66D8; -const void * RTTI_PairedStopHandler = (void *)0x063E52A8; -const void * RTTI_ParalysisEffect = (void *)0x0639DBB8; -const void * RTTI_ParticleFormComponent = (void *)0x0625B210; -const void * RTTI_ParticleParticleCollisionsTask = (void *)0x06170C60; -const void * RTTI_ParticleParticleInterBranchCollisionsTask = (void *)0x06170CA0; -const void * RTTI_ParticleParticleInterbranchSolveTask = (void *)0x06170BF0; -const void * RTTI_ParticleParticleProcessEarlyOutStateTask = (void *)0x06170AC8; -const void * RTTI_ParticleSequence = (void *)0x064703D0; -const void * RTTI_ParticleSequenceInstance = (void *)0x06470C78; -const void * RTTI_ParticleSystemInterface = (void *)0x0626DD40; -const void * RTTI_Particles__AnimatedUVMaterialProperties = (void *)0x064A4C08; -const void * RTTI_Particles__BaseCustomParameter = (void *)0x06300458; -const void * RTTI_Particles__BaseOperation = (void *)0x064A91A0; -const void * RTTI_Particles__BaseParticleSystemItem = (void *)0x064A9168; -const void * RTTI_Particles__BoundProperty = (void *)0x064A4B30; -const void * RTTI_Particles__BundleInfo = (void *)0x064A9108; -const void * RTTI_Particles__EmitterBinding = (void *)0x064B0E68; -const void * RTTI_Particles__EmitterDefinition = (void *)0x064B1598; -const void * RTTI_Particles__EmitterMaterialDependency = (void *)0x064A9B78; -const void * RTTI_Particles__ForcesProperties = (void *)0x064A9340; -const void * RTTI_Particles__GeometryAsShapeDependency = (void *)0x064A9A50; -const void * RTTI_Particles__GeometryParticlesProperties = (void *)0x064A9378; -const void * RTTI_Particles__GroupOperation = (void *)0x064A9138; -const void * RTTI_Particles__ITimeMultiplierProvider = (void *)0x062B1DF8; -const void * RTTI_Particles__Intrinsics__ApplyAngularVelocityParamSet = (void *)0x064A9F70; -const void * RTTI_Particles__Intrinsics__ApplyForcesToPositionParamSet = (void *)0x064A9E80; -const void * RTTI_Particles__Intrinsics__ApplyForcesToVelocityParamSet = (void *)0x064A9BF0; -const void * RTTI_Particles__Intrinsics__ApplyVelocityToPositionParamSet = (void *)0x064AAD60; -const void * RTTI_Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet = (void *)0x064AAAE0; -const void * RTTI_Particles__Intrinsics__AssignmentOperationInput = (void *)0x064A8F80; -const void * RTTI_Particles__Intrinsics__BindingNameInput = (void *)0x064AA268; -const void * RTTI_Particles__Intrinsics__BoolBoolParamSet = (void *)0x064A8438; -const void * RTTI_Particles__Intrinsics__BoolInput = (void *)0x064AA518; -const void * RTTI_Particles__Intrinsics__BroadcastCollisionEventParamSet = (void *)0x064AABE0; -const void * RTTI_Particles__Intrinsics__ColorAlphaCurvesParamSet = (void *)0x064A8E00; -const void * RTTI_Particles__Intrinsics__ColorColorColorParamSet = (void *)0x064A8350; -const void * RTTI_Particles__Intrinsics__ColorColorFloatParamSet = (void *)0x064A82C0; -const void * RTTI_Particles__Intrinsics__ColorCurveParamSet = (void *)0x064A8DB8; -const void * RTTI_Particles__Intrinsics__ColorFloatParamSet = (void *)0x064A8308; -const void * RTTI_Particles__Intrinsics__ColorInput = (void *)0x064AA378; -const void * RTTI_Particles__Intrinsics__ColorPickerMinMaxParamSet = (void *)0x064A81B0; -const void * RTTI_Particles__Intrinsics__ColorPickerParamSet = (void *)0x064A8280; -const void * RTTI_Particles__Intrinsics__ConditionalJumpParamSet = (void *)0x064A90C0; -const void * RTTI_Particles__Intrinsics__ConditionalKillParamSet = (void *)0x064AAA90; -const void * RTTI_Particles__Intrinsics__ConformToHeightmapParamSet = (void *)0x064A8A70; -const void * RTTI_Particles__Intrinsics__ConformToHeightmapSimParamSet = (void *)0x064A8AC0; -const void * RTTI_Particles__Intrinsics__CurveParamSet = (void *)0x064A8FC8; -const void * RTTI_Particles__Intrinsics__CustomHandlingParamSet = (void *)0x064AA220; -const void * RTTI_Particles__Intrinsics__CyclingVolumeParamSet = (void *)0x064A8A20; -const void * RTTI_Particles__Intrinsics__DebugAnimateParentTransform = (void *)0x064A8E50; -const void * RTTI_Particles__Intrinsics__DebugAttachToCamera = (void *)0x064A8E98; -const void * RTTI_Particles__Intrinsics__DebugMoveParentTransform = (void *)0x064A8C90; -const void * RTTI_Particles__Intrinsics__DirectionAxisInput = (void *)0x064AA190; -const void * RTTI_Particles__Intrinsics__DirectionToRotation3DParamSet = (void *)0x064A85C0; -const void * RTTI_Particles__Intrinsics__Double3Double3Double3ParamSet = (void *)0x064A87C0; -const void * RTTI_Particles__Intrinsics__Double3Double3ParamSet = (void *)0x064A8980; -const void * RTTI_Particles__Intrinsics__Double3Double3VectorParamSet = (void *)0x064A8770; -const void * RTTI_Particles__Intrinsics__Double3Input = (void *)0x064A9580; -const void * RTTI_Particles__Intrinsics__EmissionTypeInput = (void *)0x064AA150; -const void * RTTI_Particles__Intrinsics__ExpressionInputParamSet = (void *)0x064B3640; -const void * RTTI_Particles__Intrinsics__Float5ParamSet = (void *)0x064AA7E8; -const void * RTTI_Particles__Intrinsics__Float6ParamSet = (void *)0x064AA828; -const void * RTTI_Particles__Intrinsics__FloatBoolParamSet = (void *)0x064AA650; -const void * RTTI_Particles__Intrinsics__FloatColorParamSet = (void *)0x064A8478; -const void * RTTI_Particles__Intrinsics__FloatFloatBoolParamSet = (void *)0x064AA690; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatColorParamSet = (void *)0x064A8160; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatParamSet = (void *)0x064AA7A0; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatParamSet = (void *)0x064AA870; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatVectorParamSet = (void *)0x064AA8C0; -const void * RTTI_Particles__Intrinsics__FloatFloatParamSet = (void *)0x064AA6D8; -const void * RTTI_Particles__Intrinsics__FloatInput = (void *)0x064A9548; -const void * RTTI_Particles__Intrinsics__FloatMinMaxParamSet = (void *)0x064AA758; -const void * RTTI_Particles__Intrinsics__FloatUIntParamSet = (void *)0x064AA718; -const void * RTTI_Particles__Intrinsics__FloatVector33MatrixParamSet = (void *)0x064AA910; -const void * RTTI_Particles__Intrinsics__FloatVectorParamSet = (void *)0x064AA590; -const void * RTTI_Particles__Intrinsics__FloatVectorVectorParamSet = (void *)0x064A8D70; -const void * RTTI_Particles__Intrinsics__GenericResourceParamSet = (void *)0x064AA1D0; -const void * RTTI_Particles__Intrinsics__GeometryParticleKillParamSet = (void *)0x064AA0B0; -const void * RTTI_Particles__Intrinsics__GeometryParticleParamSet = (void *)0x064AA010; -const void * RTTI_Particles__Intrinsics__GeometryParticleUpdateParamSet = (void *)0x064AA060; -const void * RTTI_Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet = (void *)0x064AA100; -const void * RTTI_Particles__Intrinsics__HexColorHexColorUIntParamSet = (void *)0x064A8090; -const void * RTTI_Particles__Intrinsics__HexColorUIntParamSet = (void *)0x064A8050; -const void * RTTI_Particles__Intrinsics__HexUIntInput = (void *)0x064AA4E0; -const void * RTTI_Particles__Intrinsics__Input = (void *)0x064A94D0; -const void * RTTI_Particles__Intrinsics__IntInput = (void *)0x064A9498; -const void * RTTI_Particles__Intrinsics__JumpParamSet = (void *)0x064A9088; -const void * RTTI_Particles__Intrinsics__KillParamSet = (void *)0x064AAA50; -const void * RTTI_Particles__Intrinsics__LODCurvedPropertyBaseParamSet = (void *)0x064A8B10; -const void * RTTI_Particles__Intrinsics__LODCurvedPropertyFloatParamSet = (void *)0x064A89D0; -const void * RTTI_Particles__Intrinsics__MatrixInput = (void *)0x064A9460; -const void * RTTI_Particles__Intrinsics__MatrixVectorVectorParamSet = (void *)0x064A8F30; -const void * RTTI_Particles__Intrinsics__MeshSpawnDimensionInput = (void *)0x064AA2B0; -const void * RTTI_Particles__Intrinsics__NoOpDeclareBoolParamSet = (void *)0x064A9FC0; -const void * RTTI_Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet = (void *)0x064A9C40; -const void * RTTI_Particles__Intrinsics__Noise2ParamSet = (void *)0x064A88A8; -const void * RTTI_Particles__Intrinsics__Noise3ParamSet = (void *)0x064A88E8; -const void * RTTI_Particles__Intrinsics__NoiseBaseParamSet = (void *)0x064AA5D0; -const void * RTTI_Particles__Intrinsics__NoiseParamSet = (void *)0x064AA610; -const void * RTTI_Particles__Intrinsics__NoiseTypeInput = (void *)0x064AA338; -const void * RTTI_Particles__Intrinsics__OperationNameInput = (void *)0x064AA428; -const void * RTTI_Particles__Intrinsics__OrbitAroundPointParamSet = (void *)0x064A8BF0; -const void * RTTI_Particles__Intrinsics__ParameterSetBase = (void *)0x064A9508; -const void * RTTI_Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet = (void *)0x064A9ED0; -const void * RTTI_Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet = (void *)0x064A9F20; -const void * RTTI_Particles__Intrinsics__PointInCylinderParamSet = (void *)0x064A8EE0; -const void * RTTI_Particles__Intrinsics__PointInMeshParamSet = (void *)0x064A8BA8; -const void * RTTI_Particles__Intrinsics__PointOnAttachedSkeletonParamSet = (void *)0x064A8C40; -const void * RTTI_Particles__Intrinsics__RandomVariableParamSet = (void *)0x064A8930; -const void * RTTI_Particles__Intrinsics__RandomVectorOnShapeParamSet = (void *)0x064A8B60; -const void * RTTI_Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet = (void *)0x064A83A0; -const void * RTTI_Particles__Intrinsics__ShapeTypeInput = (void *)0x064AA2F8; -const void * RTTI_Particles__Intrinsics__SharedAsset = (void *)0x064A9A90; -const void * RTTI_Particles__Intrinsics__SharedAssociatedUID = (void *)0x064A9648; -const void * RTTI_Particles__Intrinsics__SharedCollisionInfo = (void *)0x064A9688; -const void * RTTI_Particles__Intrinsics__SharedColorAlphaCurves = (void *)0x064A99D0; -const void * RTTI_Particles__Intrinsics__SharedColorCurve = (void *)0x064A9988; -const void * RTTI_Particles__Intrinsics__SharedCurve = (void *)0x064A9910; -const void * RTTI_Particles__Intrinsics__SharedCustomParameter = (void *)0x064A95C0; -const void * RTTI_Particles__Intrinsics__SharedFiniteRandomNumberGenerator = (void *)0x064A96D0; -const void * RTTI_Particles__Intrinsics__SharedHeightmapData = (void *)0x064A9608; -const void * RTTI_Particles__Intrinsics__SharedLODCurves = (void *)0x064A9818; -const void * RTTI_Particles__Intrinsics__SharedMesh = (void *)0x064A9858; -const void * RTTI_Particles__Intrinsics__SharedNoiseGenerator = (void *)0x064A98D0; -const void * RTTI_Particles__Intrinsics__SharedParticleSystemSpawnParameters = (void *)0x064A9780; -const void * RTTI_Particles__Intrinsics__SharedRGBColorCurve = (void *)0x064A9948; -const void * RTTI_Particles__Intrinsics__SharedRandomVariableDistributionValues = (void *)0x064A9720; -const void * RTTI_Particles__Intrinsics__SharedRuntimeInfo = (void *)0x064A9AC8; -const void * RTTI_Particles__Intrinsics__SharedSkeletonData = (void *)0x064A9890; -const void * RTTI_Particles__Intrinsics__SharedUpdateForcesParameters = (void *)0x064A97D0; -const void * RTTI_Particles__Intrinsics__SpawnParticleParamSet = (void *)0x064AA9B0; -const void * RTTI_Particles__Intrinsics__StringInput = (void *)0x064AA3F0; -const void * RTTI_Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet = (void *)0x064AAD00; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet = (void *)0x064AAC90; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet = (void *)0x064AAC30; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet = (void *)0x064AAE80; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet = (void *)0x064AADB0; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet = (void *)0x064A9CF0; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet = (void *)0x064A9C90; -const void * RTTI_Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet = (void *)0x064AAEE0; -const void * RTTI_Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet = (void *)0x064AAE10; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet = (void *)0x064A9DB0; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet = (void *)0x064A9D50; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet = (void *)0x064A9E10; -const void * RTTI_Particles__Intrinsics__TransformStretchVectorToWorldParamSet = (void *)0x064AAB80; -const void * RTTI_Particles__Intrinsics__TransformVelocityToWorldParamSet = (void *)0x064AAB30; -const void * RTTI_Particles__Intrinsics__UIntDivisionParamSet = (void *)0x064A8120; -const void * RTTI_Particles__Intrinsics__UIntFloatParamSet = (void *)0x064A9048; -const void * RTTI_Particles__Intrinsics__UIntInput = (void *)0x064AA468; -const void * RTTI_Particles__Intrinsics__UIntMinMaxParamSet = (void *)0x064A9008; -const void * RTTI_Particles__Intrinsics__UIntUIntBoolParamSet = (void *)0x064A8240; -const void * RTTI_Particles__Intrinsics__UIntUIntParamSet = (void *)0x064A81F8; -const void * RTTI_Particles__Intrinsics__UIntUIntUIntParamSet = (void *)0x064A80E0; -const void * RTTI_Particles__Intrinsics__UpdateChildParticleBindingsParamSet = (void *)0x064AAA00; -const void * RTTI_Particles__Intrinsics__UpdateForcesParamSet = (void *)0x064B3600; -const void * RTTI_Particles__Intrinsics__VariableInput = (void *)0x064AA4A0; -const void * RTTI_Particles__Intrinsics__Vector2Input = (void *)0x064A93F0; -const void * RTTI_Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet = (void *)0x064A8610; -const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x064A8660; -const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x064A86C0; -const void * RTTI_Particles__Intrinsics__Vector3Input = (void *)0x064A9428; -const void * RTTI_Particles__Intrinsics__Vector3MatrixParamSet = (void *)0x064AA960; -const void * RTTI_Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet = (void *)0x064A8720; -const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x064A84C0; -const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x064A8520; -const void * RTTI_Particles__Intrinsics__VectorFloatParamSet = (void *)0x064A8CD8; -const void * RTTI_Particles__Intrinsics__VectorFloatVectorParamSet = (void *)0x064A8D20; -const void * RTTI_Particles__Intrinsics__VectorMinMaxParamSet = (void *)0x064A8580; -const void * RTTI_Particles__Intrinsics__VectorScaleAddParamSet = (void *)0x064A83F0; -const void * RTTI_Particles__Intrinsics__VectorVectorFloatParamSet = (void *)0x064A8860; -const void * RTTI_Particles__Intrinsics__VectorVectorParamSet = (void *)0x064AA550; -const void * RTTI_Particles__Intrinsics__VectorVectorVectorParamSet = (void *)0x064A8810; -const void * RTTI_Particles__Intrinsics__XMFLOAT4Input = (void *)0x064AA3B0; -const void * RTTI_Particles__ListFloatCurve = (void *)0x064A4B00; -const void * RTTI_Particles__ListParticleCollisionInfo = (void *)0x063004B8; -const void * RTTI_Particles__MaterialDBDependency = (void *)0x064A9B40; -const void * RTTI_Particles__MaterialProperties = (void *)0x064A4B60; -const void * RTTI_Particles__MeshDependency = (void *)0x064A9BB8; -const void * RTTI_Particles__ModelDBDependency = (void *)0x064A9B08; -const void * RTTI_Particles__PSM__Commands__BaseParticleSystemRequest = (void *)0x064AE520; -const void * RTTI_Particles__PSM__Commands__RequestLoadResources = (void *)0x064AE570; -const void * RTTI_Particles__PSM__Commands__WaitForResourceLoad = (void *)0x064AE5C0; -const void * RTTI_Particles__ParticleEmitterEngine = (void *)0x064B11E8; -const void * RTTI_Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding = (void *)0x064B1190; -const void * RTTI_Particles__ParticleNodeManager = (void *)0x064A64F0; -const void * RTTI_Particles__ParticlePerformanceManager = (void *)0x064AF478; -const void * RTTI_Particles__ParticleSystemManagerImpl = (void *)0x064AE240; -const void * RTTI_Particles__ParticleSystemManagerImpl__PSBinding = (void *)0x064AF430; -const void * RTTI_Particles__ParticleSystemStorage = (void *)0x064A6128; -const void * RTTI_Particles__PhysicsProperties = (void *)0x064A4B98; -const void * RTTI_Particles__PointInMeshDependency = (void *)0x064A9A18; -const void * RTTI_Particles__ResourceDependency = (void *)0x064A93B8; -const void * RTTI_Particles__SingleOperation = (void *)0x064A91D0; -const void * RTTI_Particles__SystemBinding = (void *)0x064A6750; -const void * RTTI_Particles__SystemDefinition = (void *)0x064A66D0; -const void * RTTI_Particles__TiledMaterialProperties = (void *)0x064A4BD0; -const void * RTTI_PassengerInteraction = (void *)0x06315488; -const void * RTTI_PathFollowerAnimationMoveStart = (void *)0x064BC5B8; -const void * RTTI_PathFollowerAnimationMoveStop = (void *)0x064BC5F0; -const void * RTTI_PathFollowerStateFollowPathToParameter = (void *)0x064BC498; -const void * RTTI_PathFollowerStateKeepLastDirection = (void *)0x064BC4D8; -const void * RTTI_PathFollowerStatePerformAction = (void *)0x064BC580; -const void * RTTI_PathFollowerStatePlayIdle = (void *)0x064BC430; -const void * RTTI_PathFollowerStateShortcut = (void *)0x064BC518; -const void * RTTI_PathFollowerStateTurnToAngle = (void *)0x064BC460; -const void * RTTI_PathFollowerStateWaitForAction = (void *)0x064BC548; -const void * RTTI_PathManagerImpl = (void *)0x064B4138; -const void * RTTI_PathManagerPositionPlayerAdapter = (void *)0x063B5EA0; -const void * RTTI_PathSmootherRayCastUsePreferredTris = (void *)0x064BAF80; -const void * RTTI_PathSmootherRayCastUseTrianglePath = (void *)0x064BAFC0; -const void * RTTI_Pathing = (void *)0x062EFC98; -const void * RTTI_PathingAnimations = (void *)0x064644D0; -const void * RTTI_PathingAnimationsInstance = (void *)0x06464558; -const void * RTTI_PathingCell = (void *)0x062EFDA0; -const void * RTTI_PathingCoverLocation = (void *)0x062EFC68; -const void * RTTI_PathingDoor = (void *)0x062EFDC8; -const void * RTTI_PathingLockData = (void *)0x062EFDF0; -const void * RTTI_PathingNumericIDDuplicationVisitor = (void *)0x062EFE40; -const void * RTTI_PathingRequest = (void *)0x0623F628; -const void * RTTI_PathingRequestClosePoint = (void *)0x062EF778; -const void * RTTI_PathingRequestClosestGoal = (void *)0x062F0818; -const void * RTTI_PathingRequestCover = (void *)0x062F0848; -const void * RTTI_PathingRequestFlee = (void *)0x062F0878; -const void * RTTI_PathingRequestFly = (void *)0x062F08A8; -const void * RTTI_PathingRequestFlyAction = (void *)0x062F08D0; -const void * RTTI_PathingRequestFlyHover = (void *)0x062F0900; -const void * RTTI_PathingRequestFlyLand = (void *)0x062F0930; -const void * RTTI_PathingRequestFlyOrbit = (void *)0x062F0960; -const void * RTTI_PathingRequestFlyTakeOff = (void *)0x062F0990; -const void * RTTI_PathingRequestHide = (void *)0x062F09C0; -const void * RTTI_PathingRequestLOS = (void *)0x062F09F0; -const void * RTTI_PathingRequestOpenSpace = (void *)0x0623F650; -const void * RTTI_PathingRequestRotate = (void *)0x062F0A18; -const void * RTTI_PathingRequestSafeStraightLine = (void *)0x062EF740; -const void * RTTI_PathingRequestStopMoving = (void *)0x062F0A48; -const void * RTTI_PathingSpace = (void *)0x062EFEA8; -const void * RTTI_PathingStreamLoadGame = (void *)0x063D01A8; -const void * RTTI_PathingStreamMasterFileRead = (void *)0x06284B18; -const void * RTTI_PathingStreamSaveGame = (void *)0x063D0178; -const void * RTTI_PathingTraversalAction = (void *)0x06284FD0; -const void * RTTI_PathingTraversalActionActivate = (void *)0x06284E88; -const void * RTTI_PathingTraversalActionDoorway = (void *)0x06284EC0; -const void * RTTI_PathingTraversalActionJump = (void *)0x06284EF8; -const void * RTTI_PathingTraversalActionLadder = (void *)0x06284F30; -const void * RTTI_PathingTraversalActionStandard = (void *)0x06284F98; -const void * RTTI_PathingTraversalData = (void *)0x06285000; -const void * RTTI_PathingTraversalManager = (void *)0x062869D8; -const void * RTTI_PauseMenu = (void *)0x063850D0; -const void * RTTI_PauseMenuConfirmationDataModel = (void *)0x0633DEF8; -const void * RTTI_PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle = (void *)0x0633DEA0; -const void * RTTI_PauseMenuListDataModel = (void *)0x0633E008; -const void * RTTI_PauseMenuListDataModel__PauseMenuListEventShuttle = (void *)0x0633DFC0; -const void * RTTI_PauseMenuStateDataModel = (void *)0x0633E2F0; -const void * RTTI_PauseMenuStateDataModel__PauseMenuStateEventShuttle = (void *)0x0633E2A0; -const void * RTTI_PauseMenu_ActionCanceled = (void *)0x06385240; -const void * RTTI_PauseMenu_ConfirmAction = (void *)0x063851B0; -const void * RTTI_PauseMenu_ConfirmLoad = (void *)0x06385120; -const void * RTTI_PauseMenu_ConfirmSave = (void *)0x06385150; -const void * RTTI_PauseMenu_DeleteSave = (void *)0x063850F0; -const void * RTTI_PauseMenu_QuitToDesktop = (void *)0x06384FC8; -const void * RTTI_PauseMenu_SetCharacter = (void *)0x06385180; -const void * RTTI_PauseMenu_StartAction = (void *)0x063851E0; -const void * RTTI_PauseMenu_StartLoad = (void *)0x06385210; -const void * RTTI_PauseMenu_UploadSave = (void *)0x06384F98; -const void * RTTI_PeakValueModifierEffect = (void *)0x0617A360; -const void * RTTI_PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter = (void *)0x0647D140; -const void * RTTI_PenetrationUtils__hknpBSCommandStreamWriter = (void *)0x06481DD0; -const void * RTTI_PerformActivationHandler = (void *)0x063E4A90; -const void * RTTI_PerformOpFunc = (void *)0x0650D2F8; -const void * RTTI_PhotoGalleryMenu = (void *)0x06321C60; -const void * RTTI_PhotoGalleryMenu__PhotoGalleryEventShuttle = (void *)0x06321EA0; -const void * RTTI_PhotoGallery_DeletePhoto = (void *)0x06321C30; -const void * RTTI_PhotoModeCameraState = (void *)0x062FA7B8; -const void * RTTI_PhotoModeDataModel = (void *)0x0633F7F8; -const void * RTTI_PhotoModeDataModel__PhotoModeEventShuttle = (void *)0x0633F7B8; -const void * RTTI_PhotoModeDataModel__PhotoModeOverlayData__ImageData = (void *)0x0633F770; -const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__CategoryData = (void *)0x0633F650; -const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__SettingData = (void *)0x0633F600; -const void * RTTI_PhotoModeEffectController = (void *)0x062DE460; -const void * RTTI_PhotoModeMenu = (void *)0x0636D5B8; -const void * RTTI_PhotoMode_InitializeCategory = (void *)0x0636D700; -const void * RTTI_PhotoMode_RefineSetting = (void *)0x0636D538; -const void * RTTI_PhotoMode_ResetToDefaults = (void *)0x0636D6A0; -const void * RTTI_PhotoMode_SliderChanged = (void *)0x0636D6D0; -const void * RTTI_PhotoMode_StepperChanged = (void *)0x0636D640; -const void * RTTI_PhotoMode_TakeSnapshot = (void *)0x0636D670; -const void * RTTI_PhotoMode_ToggleHelmet = (void *)0x0636D610; -const void * RTTI_PhotoMode_ToggleUI = (void *)0x0636D5E0; -const void * RTTI_PhotoMode__PhotoModeCaptureExportNode = (void *)0x0636CFC8; -const void * RTTI_PhysicsContactListener = (void *)0x064644A0; -const void * RTTI_PhysicsContactListenerInstance = (void *)0x06464468; -const void * RTTI_PickNewIdleHandler = (void *)0x063E5188; -const void * RTTI_PickpocketInventoryModel = (void *)0x0636DC78; -const void * RTTI_PickpocketItemData = (void *)0x0636DC48; -const void * RTTI_PickpocketMenu = (void *)0x0636D910; -const void * RTTI_PickpocketMenu_OnItemSelect = (void *)0x0636EF90; -const void * RTTI_PickpocketStateData = (void *)0x0636DC18; -const void * RTTI_PipelineGenerationEventHandler = (void *)0x063B8930; -const void * RTTI_PitchOverrideEndHandler = (void *)0x063E4E08; -const void * RTTI_PitchOverrideStartHandler = (void *)0x063E4D80; -const void * RTTI_PlanetSiteSelectEventHelper = (void *)0x063B8C70; -const void * RTTI_PlasmaProjectile = (void *)0x063003E0; -const void * RTTI_PlatformDataModel = (void *)0x064A3BE0; -const void * RTTI_PlayBinkMenu = (void *)0x063859E8; -const void * RTTI_PlayBink_CloseMenu = (void *)0x06385938; -const void * RTTI_PlayerBedEnterHandler = (void *)0x063E6CE0; -const void * RTTI_PlayerCamera = (void *)0x064234A8; -const void * RTTI_PlayerCameraTransitionState = (void *)0x064232F0; -const void * RTTI_PlayerChairEnterHandler = (void *)0x063E6C88; -const void * RTTI_PlayerCharacter = (void *)0x063CDEB0; -const void * RTTI_PlayerControls__AlternateAttackHandler = (void *)0x06315790; -const void * RTTI_PlayerControls__AlternateFlightControlMode = (void *)0x06315620; -const void * RTTI_PlayerControls__AutoMoveHandler = (void *)0x063155B0; -const void * RTTI_PlayerControls__Base = (void *)0x06316A48; -const void * RTTI_PlayerControls__DebugCameraHandler = (void *)0x063155E8; -const void * RTTI_PlayerControls__FlightControlMode = (void *)0x063156E0; -const void * RTTI_PlayerControls__FlightMovementHandler = (void *)0x063156A0; -const void * RTTI_PlayerControls__GrabRotationHandler = (void *)0x06315718; -const void * RTTI_PlayerControls__GravJumpHandler = (void *)0x06315758; -const void * RTTI_PlayerControls__HeldStateHandler = (void *)0x06315578; -const void * RTTI_PlayerControls__JumpHandler = (void *)0x06315B88; -const void * RTTI_PlayerControls__LookHandler = (void *)0x06315BC0; -const void * RTTI_PlayerControls__Manager = (void *)0x06317158; -const void * RTTI_PlayerControls__MonocleHandler = (void *)0x06315BF8; -const void * RTTI_PlayerControls__MovementHandler = (void *)0x06315C30; -const void * RTTI_PlayerControls__NvidiaStreamlineInputHandler = (void *)0x06315C70; -const void * RTTI_PlayerControls__PlayerCameraHandler = (void *)0x06315CB8; -const void * RTTI_PlayerControls__PlayerInputHandler = (void *)0x06315508; -const void * RTTI_PlayerControls__RunHandler = (void *)0x06315CF8; -const void * RTTI_PlayerControls__ShieldHandler = (void *)0x06315D28; -const void * RTTI_PlayerControls__ShipEquipmentHandler = (void *)0x06315D60; -const void * RTTI_PlayerControls__SneakHandler = (void *)0x06315F60; -const void * RTTI_PlayerControls__SprintHandler = (void *)0x063163A8; -const void * RTTI_PlayerControls__StandardFlightControlMode = (void *)0x06315660; -const void * RTTI_PlayerControls__StarbornPowerHandler = (void *)0x06317220; -const void * RTTI_PlayerControls__TogglePOVHandler = (void *)0x063163E0; -const void * RTTI_PlayerControls__ToggleRunHandler = (void *)0x06316418; -const void * RTTI_PlayerControls__VehicleHandler = (void *)0x063171E8; -const void * RTTI_PlayerControls__WeaponActionHandler = (void *)0x06316450; -const void * RTTI_PlayerControls__WeaponAttackHandler = (void *)0x06316490; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__NotTriggered = (void *)0x06178BC0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Triggered = (void *)0x061789F0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic = (void *)0x06178D10; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst = (void *)0x06178C60; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd = (void *)0x06178AA0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous = (void *)0x06178CB0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage = (void *)0x06178D70; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease = (void *)0x06178B00; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage = (void *)0x06178A40; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle = (void *)0x06178C10; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease = (void *)0x06178B60; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Unequipped = (void *)0x06178DD0; -const void * RTTI_PlayerControls__WeaponBlockActionHandler = (void *)0x06316AF0; -const void * RTTI_PlayerControls__WeaponFocusHandler = (void *)0x06316B30; -const void * RTTI_PlayerControls__WeaponMeleeHandler = (void *)0x06316B68; -const void * RTTI_PlayerControls__WeaponReadyHandler = (void *)0x06316BA0; -const void * RTTI_PlayerControls__WeaponReloadHandler = (void *)0x06316BD8; -const void * RTTI_PlayerControls__WeaponSightedActionHandler = (void *)0x06317000; -const void * RTTI_PlayerControls__ZKeyHandler = (void *)0x06315540; -const void * RTTI_PlayerDataModel = (void *)0x063414C0; -const void * RTTI_PlayerDataModel__PlayerDataEventShuttle = (void *)0x063410C0; -const void * RTTI_PlayerFastEquipSoundHandler = (void *)0x063E6270; -const void * RTTI_PlayerFurnitureExitHandler = (void *)0x063E6DC0; -const void * RTTI_PlayerInventoryDataModel = (void *)0x063427E8; -const void * RTTI_PlayerInventoryItem = (void *)0x06342818; -const void * RTTI_PlayerRegionState = (void *)0x063CE300; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter = (void *)0x063B5F18; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor = (void *)0x063B5F60; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor = (void *)0x063B58F0; -const void * RTTI_PlayerSpaceUtils__EventSink = (void *)0x063A39D0; -const void * RTTI_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler = (void *)0x063A3A10; -const void * RTTI_PlayerSpaceUtils___unnamed_type_SpaceAsteroidsWorldStepListener_ = (void *)0x0621C800; -const void * RTTI_PlayerStatusDataModel = (void *)0x06342A78; -const void * RTTI_PlayerStatusDataModel__PlayerStatusEventShuttle = (void *)0x063432E0; -const void * RTTI_PlayerTraversalState = (void *)0x063CDC18; -const void * RTTI_PoseDeformerData = (void *)0x062ABDA0; -const void * RTTI_PoseDeformerInstance = (void *)0x062ABEF0; -const void * RTTI_PostAttachActionsFunctor = (void *)0x0650D2C8; -const void * RTTI_PostBoneModifierControl = (void *)0x064703A0; -const void * RTTI_PostBoneModifierControlInstance = (void *)0x064702C8; -const void * RTTI_PostStepTask = (void *)0x06170798; -const void * RTTI_PowerArmor__EventHandler = (void *)0x06211310; -const void * RTTI_PowerUtils__PowerUtilsReferenceEventSink = (void *)0x06218878; -const void * RTTI_PowersMenu = (void *)0x06322F88; -const void * RTTI_PowersMenu_ActivateEssence = (void *)0x06322E88; -const void * RTTI_PowersMenu_EquipPower = (void *)0x06322EC0; -const void * RTTI_PowersMenu_FavoritePower = (void *)0x06322E58; -const void * RTTI_PowersMenu__PowersMenuEventShuttle = (void *)0x063230F8; -const void * RTTI_PreStepTask = (void *)0x06170770; -const void * RTTI_Precipitation = (void *)0x062DDA00; -const void * RTTI_PrecipitationEffectController = (void *)0x062DDA58; -const void * RTTI_Preload__Manager = (void *)0x06329D48; -const void * RTTI_Preload__PostProcessDependencyNode = (void *)0x06329F20; -const void * RTTI_PreparePartitionTreeBuffers = (void *)0x06170B08; -const void * RTTI_Probe__ReflectionProbeRenderOptions = (void *)0x0648DCA8; -const void * RTTI_ProcessListMovementInterface = (void *)0x06215EA0; -const void * RTTI_ProcessLists = (void *)0x063CF3B8; -const void * RTTI_ProcessLists__GetActorsFilter = (void *)0x063AA488; -const void * RTTI_Projectile = (void *)0x06300408; -const void * RTTI_ProjectileLOSCollector = (void *)0x063F16D8; -const void * RTTI_Projectile__Manager = (void *)0x063EAF10; -const void * RTTI_QuestDataModel = (void *)0x06343E58; -const void * RTTI_QuestDataModel__QuestGameEventShuttle = (void *)0x06344458; -const void * RTTI_QuestPathingRequest = (void *)0x06286C68; -const void * RTTI_QueuedCellAttachService = (void *)0x0627C960; -const void * RTTI_QueuedCharacter = (void *)0x0626B278; -const void * RTTI_QueuedExplosionArt = (void *)0x0626ACD8; -const void * RTTI_QueuedFile = (void *)0x0625F100; -const void * RTTI_QueuedLocationLoadTask = (void *)0x062C29E8; -const void * RTTI_QueuedPlayer = (void *)0x0626AD08; -const void * RTTI_QueuedPromoteLargeReferencesTask = (void *)0x062C1D18; -const void * RTTI_QueuedPromoteQuestTask = (void *)0x062DBC00; -const void * RTTI_QueuedPromoteReferencesTask = (void *)0x06279B38; -const void * RTTI_QueuedReference = (void *)0x0626B308; -const void * RTTI_QueuedReferenceCallbackNode = (void *)0x0626B2D0; -const void * RTTI_QuickSaveLoadHandler = (void *)0x0642BCB8; -const void * RTTI_REFREventCallbacks__IEventCallback = (void *)0x062D2AD8; -const void * RTTI_REFREventCallbacks__IEventCallbackFactory = (void *)0x06218838; -const void * RTTI_RagdollAndGetUpHandler = (void *)0x063E4F78; -const void * RTTI_RagdollFurnitureModifier = (void *)0x062DCB20; -const void * RTTI_RagdollGetUp = (void *)0x064711E8; -const void * RTTI_RagdollGetUpInstance = (void *)0x064711B8; -const void * RTTI_RagdollStartHandler = (void *)0x063E4E98; -const void * RTTI_RallyEffect = (void *)0x0639F3E8; -const void * RTTI_RandomAnimationNode = (void *)0x06471AC8; -const void * RTTI_RandomAnimationNodeInstance = (void *)0x06471A90; -const void * RTTI_RangedAimAssistImpl = (void *)0x062FADB0; -const void * RTTI_ReanimateEffect = (void *)0x0639EEB8; -const void * RTTI_RecoilStopHandler = (void *)0x063E6EE8; -const void * RTTI_ReevaluateGraphStateHandler = (void *)0x063E4998; -const void * RTTI_RefAttachTechniqueInput = (void *)0x0639DA40; -const void * RTTI_ReferenceEffect = (void *)0x06177EF0; -const void * RTTI_ReferenceEffectController = (void *)0x06243088; -const void * RTTI_ReferenceEndAnimatedCameraHandler = (void *)0x063E5EF0; -const void * RTTI_ReferenceRunActionHandler = (void *)0x063E6050; -const void * RTTI_ReferenceStartAnimatedCameraHandler = (void *)0x063E5F28; -const void * RTTI_ReferenceStartImagespaceModifierHandler = (void *)0x063E5FD8; -const void * RTTI_ReferenceStopImagespaceModifierHandler = (void *)0x063E6080; -const void * RTTI_ReflectionProbeCellComponent = (void *)0x0624B388; -const void * RTTI_RefrInteraction = (void *)0x063154B8; -const void * RTTI_Refuel_Accept = (void *)0x06373FD0; -const void * RTTI_Refuel_Cancel = (void *)0x06373FF8; -const void * RTTI_RegSettingCollection = (void *)0x063A1CA8; -const void * RTTI_ReloadCompleteHandler = (void *)0x063E48A8; -const void * RTTI_ReloadProgressBar = (void *)0x065115B0; -const void * RTTI_ReloadStateChangeHandler = (void *)0x063E48D8; -const void * RTTI_RemoveRagdollHandler = (void *)0x063E4EC8; -const void * RTTI_ResearchDataModel = (void *)0x06344C98; -const void * RTTI_ResearchDataModel__ResearchDataEventShuttle = (void *)0x06344C50; -const void * RTTI_ResearchMenu = (void *)0x06370688; -const void * RTTI_ResearchMenu_AddMaterial = (void *)0x063708A8; -const void * RTTI_ResearchMenu_CategorySelected = (void *)0x063708D8; -const void * RTTI_ResearchMenu_ExitMenu = (void *)0x06370810; -const void * RTTI_ResearchMenu_HideModel = (void *)0x06370840; -const void * RTTI_ResearchMenu_PreviewProject = (void *)0x06370910; -const void * RTTI_ResearchMenu_ProjectViewed = (void *)0x06370870; -const void * RTTI_ResearchMenu_SetInspectControls = (void *)0x06370798; -const void * RTTI_ResearchMenu_ToggleTrackingProject = (void *)0x063707D0; -const void * RTTI_Research__Manager = (void *)0x063A4398; -const void * RTTI_Reset3DMobIterator = (void *)0x062D9778; -const void * RTTI_ResetFloraEffect = (void *)0x0639EBD0; -const void * RTTI_Reticle_OnLongAnimFinished = (void *)0x06386640; -const void * RTTI_RevertSelectedSpellFunctor = (void *)0x063C50D0; -const void * RTTI_RigMesh__BoneAttaches = (void *)0x0647A438; -const void * RTTI_RigMesh__BoneTranslations = (void *)0x0647A468; -const void * RTTI_RigSwitch = (void *)0x064702A8; -const void * RTTI_RigSwitchInstance = (void *)0x06470328; -const void * RTTI_RightHandSpellCastHandler = (void *)0x063E6F98; -const void * RTTI_RightHandSpellFireHandler = (void *)0x063E6F38; -const void * RTTI_RollingBone = (void *)0x06471138; -const void * RTTI_RollingBoneInstance = (void *)0x06471108; -const void * RTTI_RootTwist = (void *)0x064717F8; -const void * RTTI_RootTwistInstance = (void *)0x064717D0; -const void * RTTI_RotationVariable = (void *)0x06470300; -const void * RTTI_RotationVariableInstance = (void *)0x06470CA8; -const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentBase = (void *)0x0627F6F0; -const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentStorage = (void *)0x0627F740; -const void * RTTI_SKClosestHitCollector = (void *)0x062D5F80; -const void * RTTI_SWFToCodeFunctionHandler = (void *)0x0625EA20; -const void * RTTI_SandManKillHandler = (void *)0x063E6828; -const void * RTTI_SaveBufferStorageWrapper = (void *)0x063A9750; -const void * RTTI_SaveFileStorageWrapper = (void *)0x063A9720; -const void * RTTI_SaveGameCollection = (void *)0x063A5728; -const void * RTTI_SaveGameMagicCasterVisitor = (void *)0x063C5140; -const void * RTTI_SaveLoadMagicCasterVisitor = (void *)0x063C7090; -const void * RTTI_SaveLoadTester__Service = (void *)0x063A8B78; -const void * RTTI_SaveLoad__BlockingIONode = (void *)0x062DAD68; -const void * RTTI_SaveLoad__CleanupService__Impl = (void *)0x06326148; -const void * RTTI_SaveStorageWrapperBase = (void *)0x063A96F0; -const void * RTTI_ScalarAnimation = (void *)0x06462CF8; -const void * RTTI_ScaleformFile__MemoryFile = (void *)0x064A3C68; -const void * RTTI_Scaleform__AcquireInterface = (void *)0x063A9C00; -const void * RTTI_Scaleform__AmpMovieObjectDesc = (void *)0x06223930; -const void * RTTI_Scaleform__BoolFormatter = (void *)0x06224610; -const void * RTTI_Scaleform__BufferedFile = (void *)0x06225CC0; -const void * RTTI_Scaleform__DefaultAcquireInterface = (void *)0x063A9B98; -const void * RTTI_Scaleform__DelegatedFile = (void *)0x06225C90; -const void * RTTI_Scaleform__DoubleFormatter = (void *)0x062246A0; -const void * RTTI_Scaleform__Event = (void *)0x06220438; -const void * RTTI_Scaleform__FILEFile = (void *)0x062282C0; -const void * RTTI_Scaleform__FmtResource = (void *)0x06224580; -const void * RTTI_Scaleform__GFx__AS3Support = (void *)0x062376E8; -const void * RTTI_Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider = (void *)0x06231C30; -const void * RTTI_Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider = (void *)0x06231C80; -const void * RTTI_Scaleform__GFx__AS3__ASRefCountCollector = (void *)0x062294F8; -const void * RTTI_Scaleform__GFx__AS3__ASVM = (void *)0x0622A048; -const void * RTTI_Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef = (void *)0x0622A4B0; -const void * RTTI_Scaleform__GFx__AS3__AbcDataBuffer = (void *)0x06237718; -const void * RTTI_Scaleform__GFx__AS3__Abc__File = (void *)0x06229400; -const void * RTTI_Scaleform__GFx__AS3__ArrayBase = (void *)0x0622DB40; -const void * RTTI_Scaleform__GFx__AS3__AvmBitmap = (void *)0x06229BD0; -const void * RTTI_Scaleform__GFx__AS3__AvmButton = (void *)0x0622A580; -const void * RTTI_Scaleform__GFx__AS3__AvmDisplayObj = (void *)0x062299A0; -const void * RTTI_Scaleform__GFx__AS3__AvmInteractiveObj = (void *)0x0622A008; -const void * RTTI_Scaleform__GFx__AS3__AvmLoader = (void *)0x0622A5B8; -const void * RTTI_Scaleform__GFx__AS3__AvmMovieClip = (void *)0x0622A310; -const void * RTTI_Scaleform__GFx__AS3__AvmSprite = (void *)0x0622A2D8; -const void * RTTI_Scaleform__GFx__AS3__AvmStage = (void *)0x0622A348; -const void * RTTI_Scaleform__GFx__AS3__AvmStaticText = (void *)0x0622A628; -const void * RTTI_Scaleform__GFx__AS3__AvmTextField = (void *)0x0622A660; -const void * RTTI_Scaleform__GFx__AS3__AvmTextField__CSSHolder = (void *)0x06236F50; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctCalc = (void *)0x06229C40; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedName = (void *)0x06229C80; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue = (void *)0x06229CD0; -const void * RTTI_Scaleform__GFx__AS3__Class = (void *)0x062291F0; -const void * RTTI_Scaleform__GFx__AS3__ClassCallConstruct = (void *)0x0622AA48; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__ClassClass = (void *)0x0622ABA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__Traits = (void *)0x062292C8; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__UserDefined = (void *)0x0622AB60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError = (void *)0x0622C220; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Array = (void *)0x0622B760; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Boolean = (void *)0x0622B620; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Catch = (void *)0x0622B7A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Date = (void *)0x0622C2A8; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError = (void *)0x0622BF10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Domain = (void *)0x0622B8A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Error = (void *)0x0622BE88; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__EvalError = (void *)0x0622BF60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Function = (void *)0x0622ABE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Math = (void *)0x0622C328; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Namespace = (void *)0x0622B080; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Number = (void *)0x0622B660; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Object = (void *)0x0622AC20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__QName = (void *)0x0622B7E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RangeError = (void *)0x0622BFB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError = (void *)0x0622C000; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RegExp = (void *)0x0622BDB8; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SecurityError = (void *)0x0622C050; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__String = (void *)0x0622B720; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError = (void *)0x0622C0A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__TypeError = (void *)0x0622C0F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__URIError = (void *)0x0622C140; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError = (void *)0x0622C1D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__VerifyError = (void *)0x0622C180; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XML = (void *)0x0622B820; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XMLList = (void *)0x0622B860; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__int_ = (void *)0x0622B6A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__uint = (void *)0x0622B6E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__void_ = (void *)0x0622B8E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility = (void *)0x06235FC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation = (void *)0x062360D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties = (void *)0x06236210; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText = (void *)0x06235F00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection = (void *)0x06235F60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie = (void *)0x06231850; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion = (void *)0x06231340; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap = (void *)0x062319E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData = (void *)0x06231940; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel = (void *)0x06231CD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode = (void *)0x06231B90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle = (void *)0x06231D80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject = (void *)0x062315D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer = (void *)0x06231E20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel = (void *)0x062321B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType = (void *)0x06232250; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics = (void *)0x06232340; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill = (void *)0x06232520; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill = (void *)0x06232630; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill = (void *)0x06232740; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath = (void *)0x06232850; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand = (void *)0x06232B00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding = (void *)0x06232BB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill = (void *)0x06232940; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke = (void *)0x06232A50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable = (void *)0x06231B40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData = (void *)0x062323E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill = (void *)0x06232430; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath = (void *)0x06232480; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject = (void *)0x06231A80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod = (void *)0x06232C60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle = (void *)0x06232D10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode = (void *)0x06232DB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Loader = (void *)0x06231EE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo = (void *)0x06232070; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape = (void *)0x06232EA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip = (void *)0x06233080; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping = (void *)0x062331C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion = (void *)0x062336D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Scene = (void *)0x06233120; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shader = (void *)0x062337C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData = (void *)0x06233770; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput = (void *)0x06233A00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob = (void *)0x062339B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter = (void *)0x06233810; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType = (void *)0x06233860; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision = (void *)0x06233910; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shape = (void *)0x06233260; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton = (void *)0x06233300; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod = (void *)0x062333A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite = (void *)0x06232F40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Stage = (void *)0x06231F80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign = (void *)0x06233440; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState = (void *)0x062334E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality = (void *)0x06233590; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode = (void *)0x06233630; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError = (void *)0x06234280; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError = (void *)0x06234230; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError = (void *)0x06234180; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError = (void *)0x062341E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError = (void *)0x062342D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError = (void *)0x06234320; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError = (void *)0x06234380; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent = (void *)0x0622F040; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent = (void *)0x0622F950; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent = (void *)0x06231090; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent = (void *)0x0622FA40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent = (void *)0x0622FB40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent = (void *)0x0622FBE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent = (void *)0x0622F750; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__Event = (void *)0x0622EF10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher = (void *)0x0622CA30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase = (void *)0x06230A40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent = (void *)0x06230420; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent = (void *)0x06230AE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent = (void *)0x062307E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent = (void *)0x0622FE60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase = (void *)0x06230FF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent = (void *)0x06230B80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher = (void *)0x062308E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent = (void *)0x06230C70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent = (void *)0x06230510; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent = (void *)0x06230240; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent = (void *)0x0622FC80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent = (void *)0x06230600; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent = (void *)0x06230120; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent = (void *)0x06230330; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent = (void *)0x06230D60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation = (void *)0x062312A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent = (void *)0x06231190; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent = (void *)0x062306F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent = (void *)0x06230E10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent = (void *)0x0622F660; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent = (void *)0x06230F00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent = (void *)0x0622FD70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent = (void *)0x0622FFB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent = (void *)0x0622F840; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents = (void *)0x06230980; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface = (void *)0x062378D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter = (void *)0x06234DD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter = (void *)0x06234CE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality = (void *)0x06234E70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType = (void *)0x06234F20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter = (void *)0x06235010; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter = (void *)0x06235100; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter = (void *)0x062351C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter = (void *)0x06235280; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode = (void *)0x06235340; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter = (void *)0x06235450; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter = (void *)0x06235550; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter = (void *)0x06235650; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter = (void *)0x06235760; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter = (void *)0x06235820; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform = (void *)0x06234430; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix = (void *)0x06234830; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D = (void *)0x06234660; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection = (void *)0x06234A00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Point = (void *)0x062348D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle = (void *)0x06234AC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform = (void *)0x06234B60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D = (void *)0x06234C00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D = (void *)0x06234520; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx = (void *)0x06238520; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions = (void *)0x06238390; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx = (void *)0x06238B10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager = (void *)0x062382F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad = (void *)0x06238930; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent = (void *)0x062389C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle = (void *)0x06238E80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx = (void *)0x06238D40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx = (void *)0x06238F40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx = (void *)0x062385C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx = (void *)0x06238890; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent = (void *)0x06238430; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx = (void *)0x06238750; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx = (void *)0x062381C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx = (void *)0x06238C00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx = (void *)0x06238660; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Camera = (void *)0x06235870; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info = (void *)0x06235950; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone = (void *)0x06235A40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Sound = (void *)0x06235D10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel = (void *)0x06235BD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext = (void *)0x06235DB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer = (void *)0x06235E60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform = (void *)0x06235AE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter = (void *)0x0622C8A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference = (void *)0x0622C9E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList = (void *)0x0622CC30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput = (void *)0x0622CC80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter = (void *)0x0622CCE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection = (void *)0x0622CD40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection = (void *)0x0622CDE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding = (void *)0x0622CE80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Responder = (void *)0x0622CF20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject = (void *)0x0622CFC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus = (void *)0x0622D140; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Socket = (void *)0x0622D1F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader = (void *)0x0622D330; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat = (void *)0x0622D4C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest = (void *)0x0622CB30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader = (void *)0x0622D5B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod = (void *)0x0622D650; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream = (void *)0x0622D6F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables = (void *)0x0622D420; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket = (void *)0x0622D740; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer = (void *)0x062379D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain = (void *)0x06233A50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities = (void *)0x06233BA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IME = (void *)0x06233C40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode = (void *)0x06233CD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext = (void *)0x06233F00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Security = (void *)0x06233FA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain = (void *)0x06233DC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel = (void *)0x06234040; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__System = (void *)0x062340E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType = (void *)0x062362D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings = (void *)0x062363C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__Font = (void *)0x062364A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle = (void *)0x06236670; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontType = (void *)0x06236710; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType = (void *)0x062367B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText = (void *)0x062368F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet = (void *)0x06236AB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType = (void *)0x06236BF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode = (void *)0x06236C90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextField = (void *)0x06236DC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize = (void *)0x06236F90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType = (void *)0x06237030; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat = (void *)0x06236B50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign = (void *)0x062370D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics = (void *)0x06236EB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer = (void *)0x06237170; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot = (void *)0x06237260; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu = (void *)0x06237D90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x06237B10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems = (void *)0x06237C30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem = (void *)0x06237CF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation = (void *)0x06237EC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard = (void *)0x06237E30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse = (void *)0x06237F60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor = (void *)0x06237FE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch = (void *)0x06238080; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode = (void *)0x06238120; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray = (void *)0x0622E930; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary = (void *)0x0622EAC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian = (void *)0x0622EBB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput = (void *)0x0622EC40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput = (void *)0x0622EC90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable = (void *)0x0622EB10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy = (void *)0x0622ED30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer = (void *)0x0622EE20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector = (void *)0x0622D790; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String = (void *)0x0622DAA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double = (void *)0x0622DA50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int = (void *)0x0622D9B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object = (void *)0x0622DAF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint = (void *)0x0622DA00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument = (void *)0x06239110; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode = (void *)0x06239020; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType = (void *)0x062391B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__ClassClass = (void *)0x0622AA88; -const void * RTTI_Scaleform__GFx__AS3__Classes__UDBase = (void *)0x06229758; -const void * RTTI_Scaleform__GFx__AS3__Classes__UserDefined = (void *)0x0622AAC8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Array = (void *)0x0622B3F8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Boolean = (void *)0x0622B2C8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Catch = (void *)0x0622B438; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Date = (void *)0x0622B4B8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Domain = (void *)0x0622C828; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Error = (void *)0x0622B478; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Function = (void *)0x0622ADD8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Math = (void *)0x0622B4F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Namespace = (void *)0x0622B118; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Number = (void *)0x0622B308; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Object = (void *)0x0622ACA8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__QName = (void *)0x0622B568; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__RegExp = (void *)0x0622B528; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__String = (void *)0x0622B3B8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XML = (void *)0x0622B5A8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XMLList = (void *)0x0622B5E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__int_ = (void *)0x0622B348; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__uint = (void *)0x0622B380; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility = (void *)0x06236020; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion = (void *)0x062313A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel = (void *)0x06231D30; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BlendMode = (void *)0x06231BE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__CapsStyle = (void *)0x06231DD0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GradientType = (void *)0x062322A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand = (void *)0x06232B60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding = (void *)0x06232C10; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod = (void *)0x06232CC0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__JointStyle = (void *)0x06232D60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode = (void *)0x06232E00; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo = (void *)0x06232110; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping = (void *)0x06233210; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SWFVersion = (void *)0x06233720; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType = (void *)0x062338C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision = (void *)0x06233960; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod = (void *)0x062333F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__Stage = (void *)0x06232020; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageAlign = (void *)0x06233490; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState = (void *)0x06233540; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageQuality = (void *)0x062335E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode = (void *)0x06233680; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent = (void *)0x0622F100; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent = (void *)0x0622F9A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent = (void *)0x06231140; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent = (void *)0x0622FAF0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent = (void *)0x0622FB90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__DataEvent = (void *)0x0622FC30; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent = (void *)0x0622F7F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__Event = (void *)0x0622EFB0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher = (void *)0x0622F150; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventPhase = (void *)0x06230A90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FocusEvent = (void *)0x062304C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent = (void *)0x06230B30; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent = (void *)0x06230890; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GestureEvent = (void *)0x0622FF00; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GesturePhase = (void *)0x06231040; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent = (void *)0x06230BD0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IMEEvent = (void *)0x06230D10; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent = (void *)0x062305B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent = (void *)0x062302E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__MouseEvent = (void *)0x0622FD20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent = (void *)0x062306A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent = (void *)0x062301E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent = (void *)0x062303D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent = (void *)0x06230DC0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientation = (void *)0x062312F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent = (void *)0x06231250; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StatusEvent = (void *)0x06230790; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SyncEvent = (void *)0x06230E60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TextEvent = (void *)0x0622F700; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TimerEvent = (void *)0x06230FA0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TouchEvent = (void *)0x0622FE10; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent = (void *)0x06230070; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent = (void *)0x0622F900; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface = (void *)0x06237930; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality = (void *)0x06234ED0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType = (void *)0x06234F70; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode = (void *)0x062353A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Point = (void *)0x06234968; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Utils3D = (void *)0x06234C50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Vector3D = (void *)0x062345C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx = (void *)0x06238570; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__Extensions = (void *)0x062383E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager = (void *)0x06238340; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePad = (void *)0x06238978; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent = (void *)0x06238A70; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx = (void *)0x06238DE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx = (void *)0x06238F88; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx = (void *)0x06238610; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent = (void *)0x062384D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx = (void *)0x062387F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx = (void *)0x06238210; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx = (void *)0x06238CA0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx = (void *)0x062386B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Camera = (void *)0x062358C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Microphone = (void *)0x06235A90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__SoundMixer = (void *)0x06235EB0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding = (void *)0x0622CED0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObject = (void *)0x0622D060; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus = (void *)0x0622D1A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat = (void *)0x0622D510; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod = (void *)0x0622D6A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer = (void *)0x06237A70; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain = (void *)0x06233B50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Capabilities = (void *)0x06233BF0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IME = (void *)0x06233C88; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode = (void *)0x06233D20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Security = (void *)0x06233FF0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain = (void *)0x06233E60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel = (void *)0x06234090; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__System = (void *)0x06234130; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType = (void *)0x06236320; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__Font = (void *)0x06236538; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontStyle = (void *)0x062366C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontType = (void *)0x06236760; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__GridFitType = (void *)0x06236800; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextColorType = (void *)0x06236C40; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode = (void *)0x06236CE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextField = (void *)0x06236E60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize = (void *)0x06236FE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldType = (void *)0x06237080; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign = (void *)0x06237120; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextRenderer = (void *)0x062371C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation = (void *)0x06237F10; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Keyboard = (void *)0x06237E78; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Mouse = (void *)0x06237FA0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor = (void *)0x06238030; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Multitouch = (void *)0x062380D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode = (void *)0x06238170; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__ByteArray = (void *)0x0622E9D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__Endian = (void *)0x0622EC00; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector = (void *)0x0622D7D8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_String = (void *)0x0622D910; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_double = (void *)0x0622D8C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_int = (void *)0x0622D820; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_object = (void *)0x0622D960; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint = (void *)0x0622D870; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType = (void *)0x06239200; -const void * RTTI_Scaleform__GFx__AS3__DoAbc = (void *)0x06237898; -const void * RTTI_Scaleform__GFx__AS3__FlashUI = (void *)0x06229938; -const void * RTTI_Scaleform__GFx__AS3__FrameCounter = (void *)0x0622A5F0; -const void * RTTI_Scaleform__GFx__AS3__GASRefCountBase = (void *)0x06229130; -const void * RTTI_Scaleform__GFx__AS3__IMEManager = (void *)0x062395B8; -const void * RTTI_Scaleform__GFx__AS3__Impl__ArrayFunc = (void *)0x06229C08; -const void * RTTI_Scaleform__GFx__AS3__Impl__Value2NumberCollector = (void *)0x0622BB80; -const void * RTTI_Scaleform__GFx__AS3__Impl__Value2StrCollector = (void *)0x0622BB40; -const void * RTTI_Scaleform__GFx__AS3__Impl__ValuePtrCollector = (void *)0x0622BB00; -const void * RTTI_Scaleform__GFx__AS3__Instance = (void *)0x062296E8; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Activation = (void *)0x0622B030; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Anonimous = (void *)0x06229860; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__CTraits = (void *)0x06229790; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__ClassClass = (void *)0x0622B280; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Interface = (void *)0x0622ACF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Prototype = (void *)0x06229810; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__RTraits = (void *)0x062297D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Traits = (void *)0x062294B8; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__UserDefined = (void *)0x0622A930; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Array = (void *)0x0622BAC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Boolean = (void *)0x0622BCE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Catch = (void *)0x0622B9E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Date = (void *)0x0622C2E8; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Domain = (void *)0x0622C7E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Error = (void *)0x0622BED0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Function = (void *)0x0622AD40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject = (void *)0x0622BA20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript = (void *)0x0622BA70; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd = (void *)0x0622AF90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Namespace = (void *)0x0622B0D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Number = (void *)0x0622BC10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Object = (void *)0x0622AC60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__QName = (void *)0x0622B9A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__RegExp = (void *)0x0622BE00; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__String = (void *)0x0622BD30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Thunk = (void *)0x0622AF50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction = (void *)0x0622AD90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd = (void *)0x0622AFE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XML = (void *)0x0622C368; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XMLList = (void *)0x0622C550; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__int_ = (void *)0x0622BC58; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__uint = (void *)0x0622BC98; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation = (void *)0x06236140; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties = (void *)0x06236270; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie = (void *)0x062318A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap = (void *)0x06231A30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData = (void *)0x06231990; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject = (void *)0x06231620; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer = (void *)0x06231E80; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel = (void *)0x06232200; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics = (void *)0x06232390; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill = (void *)0x06232580; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill = (void *)0x06232680; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill = (void *)0x062327A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath = (void *)0x062328A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill = (void *)0x062329A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke = (void *)0x06232AA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject = (void *)0x06231AE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader = (void *)0x06231F30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo = (void *)0x062320C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape = (void *)0x06232EF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip = (void *)0x062330D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene = (void *)0x06233170; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape = (void *)0x062332B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton = (void *)0x06233350; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite = (void *)0x06232F90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage = (void *)0x06231FD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent = (void *)0x0622F0A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent = (void *)0x062310E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent = (void *)0x0622FA90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent = (void *)0x0622F7A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__Event = (void *)0x0622EF60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher = (void *)0x0622CAD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent = (void *)0x06230470; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent = (void *)0x06230830; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent = (void *)0x0622FEB0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent = (void *)0x06230CC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent = (void *)0x06230560; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent = (void *)0x06230290; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent = (void *)0x0622FCD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent = (void *)0x06230650; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent = (void *)0x06230180; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent = (void *)0x06230380; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent = (void *)0x062311F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent = (void *)0x06230740; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent = (void *)0x0622F6B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent = (void *)0x06230F50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent = (void *)0x0622FDC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent = (void *)0x06230010; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent = (void *)0x0622F8A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents = (void *)0x062309E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter = (void *)0x06234E20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter = (void *)0x06234D30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter = (void *)0x06235060; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter = (void *)0x06235160; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter = (void *)0x062352E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter = (void *)0x062354A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter = (void *)0x062355A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter = (void *)0x062356B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter = (void *)0x062357C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform = (void *)0x06234480; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix = (void *)0x06234880; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D = (void *)0x062346B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection = (void *)0x06234A60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point = (void *)0x06234920; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle = (void *)0x06234B10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform = (void *)0x06234BB0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D = (void *)0x06234570; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx = (void *)0x06238B60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent = (void *)0x06238A10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle = (void *)0x06238EE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx = (void *)0x06238D90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx = (void *)0x062388E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent = (void *)0x06238480; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx = (void *)0x062387A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx = (void *)0x06238C50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info = (void *)0x062359A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound = (void *)0x06235D60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel = (void *)0x06235C20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext = (void *)0x06235E00; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform = (void *)0x06235B30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference = (void *)0x0622CA80; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection = (void *)0x0622CE30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject = (void *)0x0622D010; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket = (void *)0x0622D240; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader = (void *)0x0622D380; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest = (void *)0x0622CB80; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader = (void *)0x0622D600; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables = (void *)0x0622D470; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer = (void *)0x06237A20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain = (void *)0x06233AF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext = (void *)0x06233F50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain = (void *)0x06233E10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings = (void *)0x06236410; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__Font = (void *)0x062364F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText = (void *)0x06236940; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet = (void *)0x06236B00; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField = (void *)0x06236E10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat = (void *)0x06236BA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics = (void *)0x06236F00; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot = (void *)0x062372B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu = (void *)0x06237DE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x06237B70; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems = (void *)0x06237C90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray = (void *)0x0622E980; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary = (void *)0x0622E8E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy = (void *)0x0622ED80; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer = (void *)0x0622EE70; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String = (void *)0x0622E690; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double = (void *)0x0622E470; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int = (void *)0x0622E030; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object = (void *)0x0622E730; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint = (void *)0x0622E250; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument = (void *)0x06239160; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode = (void *)0x06239070; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Array = (void *)0x0622A978; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGet = (void *)0x0622C718; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGetFirst = (void *)0x0622C640; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Catch = (void *)0x0622BBC8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__CheckTypeTF = (void *)0x0622AF00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGet = (void *)0x0622C6D8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGetFirst = (void *)0x0622C690; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Date = (void *)0x0622C268; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Domain = (void *)0x0622C798; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__EmptyCallBack = (void *)0x0622C5F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Error = (void *)0x0622BE48; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Function = (void *)0x0622AE68; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionAOT = (void *)0x0622AE20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionBase = (void *)0x062298B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObject = (void *)0x0622A8A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP = (void *)0x0622AA00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript = (void *)0x0622AB10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ListGet = (void *)0x0622C758; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Namespace = (void *)0x0622A8E8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Object = (void *)0x062298F8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__QName = (void *)0x0622B960; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__RegExp = (void *)0x0622BD78; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ThunkFunction = (void *)0x0622AEB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XML = (void *)0x0622B920; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLAttr = (void *)0x0622C430; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLComment = (void *)0x0622C4C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement = (void *)0x0622C3B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack = (void *)0x0622C500; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList = (void *)0x0622A9B8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack = (void *)0x0622C5A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLProcInstr = (void *)0x0622C470; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLText = (void *)0x0622C3F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation = (void *)0x06236070; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties = (void *)0x062361B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie = (void *)0x06231800; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Bitmap = (void *)0x062316C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__BitmapData = (void *)0x062318F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObject = (void *)0x06231430; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer = (void *)0x062314D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__FrameLabel = (void *)0x06232160; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Graphics = (void *)0x062322F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill = (void *)0x062324D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill = (void *)0x062325E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill = (void *)0x062326E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath = (void *)0x06232800; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill = (void *)0x062328F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke = (void *)0x06232A00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject = (void *)0x06231530; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Loader = (void *)0x06231670; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo = (void *)0x06231480; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MorphShape = (void *)0x06232E50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MovieClip = (void *)0x06232FE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Scene = (void *)0x06233030; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Shape = (void *)0x06231710; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__SimpleButton = (void *)0x06231760; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Sprite = (void *)0x062317B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Stage = (void *)0x06231580; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent = (void *)0x0622EFF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent = (void *)0x0622F470; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent = (void *)0x0622F9F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent = (void *)0x0622F3D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__Event = (void *)0x0622EEC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher = (void *)0x0622C940; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__FocusEvent = (void *)0x0622F240; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent = (void *)0x0622F5C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GestureEvent = (void *)0x0622F2E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IMEEvent = (void *)0x06230C20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent = (void *)0x0622F380; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent = (void *)0x0622F1F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__MouseEvent = (void *)0x0622F1A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent = (void *)0x0622F520; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent = (void *)0x062300C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent = (void *)0x0622F330; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent = (void *)0x0622F4C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StatusEvent = (void *)0x0622F570; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TextEvent = (void *)0x0622F420; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TimerEvent = (void *)0x06230EB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TouchEvent = (void *)0x0622F290; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent = (void *)0x0622FF50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent = (void *)0x0622F610; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents = (void *)0x06230930; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter = (void *)0x06234D80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter = (void *)0x06234C90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter = (void *)0x06234FC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter = (void *)0x062350B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter = (void *)0x06235220; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter = (void *)0x06235400; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter = (void *)0x06235500; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter = (void *)0x062355F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter = (void *)0x06235710; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform = (void *)0x062343E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix = (void *)0x062347E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D = (void *)0x06234610; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection = (void *)0x062349B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Point = (void *)0x062347A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Rectangle = (void *)0x06234700; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Transform = (void *)0x06234750; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Vector3D = (void *)0x062344D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx = (void *)0x06238AC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent = (void *)0x062382A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle = (void *)0x06238E30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx = (void *)0x06238CF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx = (void *)0x06238840; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent = (void *)0x06238250; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx = (void *)0x06238700; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx = (void *)0x06238BB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__ID3Info = (void *)0x06235900; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__Sound = (void *)0x06235C70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundChannel = (void *)0x06235B80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext = (void *)0x06235CC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundTransform = (void *)0x062359F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__FileReference = (void *)0x0622C8F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__NetConnection = (void *)0x0622CD90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SharedObject = (void *)0x0622CF70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__Socket = (void *)0x0622D100; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketReader = (void *)0x0622D2E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketWriter = (void *)0x0622D290; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLLoader = (void *)0x0622D0B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequest = (void *)0x0622C990; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader = (void *)0x0622D560; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLVariables = (void *)0x0622D3D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer = (void *)0x06237980; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain = (void *)0x06233AA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__LoaderContext = (void *)0x06233EB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain = (void *)0x06233D70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__CSMSettings = (void *)0x06236370; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__Font = (void *)0x06236460; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StaticText = (void *)0x062368A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StyleSheet = (void *)0x06236A10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextField = (void *)0x06236580; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextFormat = (void *)0x06236A60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics = (void *)0x06236D70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot = (void *)0x06237210; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu = (void *)0x06237D40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems = (void *)0x06237AC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems = (void *)0x06237BD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAReader = (void *)0x0622EA70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc = (void *)0x0622EB60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAWriter = (void *)0x0622EA20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__ByteArray = (void *)0x0622E840; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Dictionary = (void *)0x0622E890; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Proxy = (void *)0x0622ECE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Timer = (void *)0x0622EDD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_String = (void *)0x0622E640; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_double = (void *)0x0622E420; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_int = (void *)0x0622DFE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_object = (void *)0x0622E6E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint = (void *)0x0622E200; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument = (void *)0x062390C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLNode = (void *)0x06238FD0; -const void * RTTI_Scaleform__GFx__AS3__IntervalTimer = (void *)0x0622A6D8; -const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntry = (void *)0x0622A420; -const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie = (void *)0x0622A460; -const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl = (void *)0x06237808; -const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit = (void *)0x06237850; -const void * RTTI_Scaleform__GFx__AS3__MovieDefRootNode = (void *)0x0622A4F8; -const void * RTTI_Scaleform__GFx__AS3__MovieRoot = (void *)0x06229A80; -const void * RTTI_Scaleform__GFx__AS3__MovieRoot__StickyVarNode = (void *)0x0622A540; -const void * RTTI_Scaleform__GFx__AS3__NamespaceInstanceFactory = (void *)0x0622B160; -const void * RTTI_Scaleform__GFx__AS3__NamespaceSet = (void *)0x062296B0; -const void * RTTI_Scaleform__GFx__AS3__NotifyLoadInitCandidateList = (void *)0x062395F0; -const void * RTTI_Scaleform__GFx__AS3__NullObject = (void *)0x0622C868; -const void * RTTI_Scaleform__GFx__AS3__Object = (void *)0x06229100; -const void * RTTI_Scaleform__GFx__AS3__SerializeArrDense = (void *)0x06229D58; -const void * RTTI_Scaleform__GFx__AS3__SerializeArrSparse = (void *)0x06229D18; -const void * RTTI_Scaleform__GFx__AS3__ShapeObject = (void *)0x0622A078; -const void * RTTI_Scaleform__GFx__AS3__Slots__SlotFunct = (void *)0x06229720; -const void * RTTI_Scaleform__GFx__AS3__SocketBuffer = (void *)0x0622A710; -const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr = (void *)0x0622A380; -const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo = (void *)0x0622A750; -const void * RTTI_Scaleform__GFx__AS3__Stage = (void *)0x06229A50; -const void * RTTI_Scaleform__GFx__AS3__TextSnapshotGlyphVisitor = (void *)0x06237300; -const void * RTTI_Scaleform__GFx__AS3__Tracer = (void *)0x062293D0; -const void * RTTI_Scaleform__GFx__AS3__Traits = (void *)0x06229308; -const void * RTTI_Scaleform__GFx__AS3__UserDefinedFunction = (void *)0x0622A698; -const void * RTTI_Scaleform__GFx__AS3__VM = (void *)0x06229220; -const void * RTTI_Scaleform__GFx__AS3__VMAbcFile = (void *)0x06229368; -const void * RTTI_Scaleform__GFx__AS3__VMAppDomain = (void *)0x06229290; -const void * RTTI_Scaleform__GFx__AS3__VMFile = (void *)0x062293A0; -const void * RTTI_Scaleform__GFx__AS3__XMLSupport = (void *)0x06229968; -const void * RTTI_Scaleform__GFx__AS3__XMLSupportImpl = (void *)0x06229B98; -const void * RTTI_Scaleform__GFx__ASIMEManager = (void *)0x06239408; -const void * RTTI_Scaleform__GFx__ASIMEManager__IMEFuncHandler = (void *)0x06224510; -const void * RTTI_Scaleform__GFx__ASIntervalTimerIntf = (void *)0x0622A0F8; -const void * RTTI_Scaleform__GFx__ASMovieRootBase = (void *)0x06229AB8; -const void * RTTI_Scaleform__GFx__ASStringManager = (void *)0x06220768; -const void * RTTI_Scaleform__GFx__AvmDisplayObjBase = (void *)0x06229A18; -const void * RTTI_Scaleform__GFx__Button = (void *)0x06237348; -const void * RTTI_Scaleform__GFx__ButtonDef = (void *)0x06226478; -const void * RTTI_Scaleform__GFx__Clipboard = (void *)0x062259D0; -const void * RTTI_Scaleform__GFx__ConstShapeNoStyles = (void *)0x06223370; -const void * RTTI_Scaleform__GFx__ConstShapeWithStyles = (void *)0x06225138; -const void * RTTI_Scaleform__GFx__DefaultFontLibNameState = (void *)0x06225D20; -const void * RTTI_Scaleform__GFx__DisplayObjContainer = (void *)0x062239C8; -const void * RTTI_Scaleform__GFx__DisplayObject = (void *)0x06222B88; -const void * RTTI_Scaleform__GFx__DisplayObjectBase = (void *)0x06222A10; -const void * RTTI_Scaleform__GFx__DrawText = (void *)0x06239280; -const void * RTTI_Scaleform__GFx__DrawTextImpl = (void *)0x06239248; -const void * RTTI_Scaleform__GFx__DrawTextManager = (void *)0x06239370; -const void * RTTI_Scaleform__GFx__DrawingContext = (void *)0x06223F00; -const void * RTTI_Scaleform__GFx__DrawingContext__PackedShape = (void *)0x062240C8; -const void * RTTI_Scaleform__GFx__ExecuteTag = (void *)0x06222E78; -const void * RTTI_Scaleform__GFx__FontCompactor = (void *)0x062288C8; -const void * RTTI_Scaleform__GFx__FontData = (void *)0x06225FC0; -const void * RTTI_Scaleform__GFx__FontDataBound = (void *)0x062261A8; -const void * RTTI_Scaleform__GFx__FontDataCompactedGfx = (void *)0x06226080; -const void * RTTI_Scaleform__GFx__FontDataCompactedSwf = (void *)0x06226040; -const void * RTTI_Scaleform__GFx__FontGlyphPacker = (void *)0x062264A8; -const void * RTTI_Scaleform__GFx__FontHandle = (void *)0x06224198; -const void * RTTI_Scaleform__GFx__FontLib = (void *)0x06225CF0; -const void * RTTI_Scaleform__GFx__FontManager = (void *)0x06224300; -const void * RTTI_Scaleform__GFx__FontManagerStates = (void *)0x0621FFD0; -const void * RTTI_Scaleform__GFx__FontMap = (void *)0x06227810; -const void * RTTI_Scaleform__GFx__FontResource = (void *)0x06225E88; -const void * RTTI_Scaleform__GFx__FontResourceCreator = (void *)0x06223588; -const void * RTTI_Scaleform__GFx__FunctionHandler = (void *)0x0625EB38; -const void * RTTI_Scaleform__GFx__GFxInitImportActions = (void *)0x062250F8; -const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyData = (void *)0x062233A8; -const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyInterface = (void *)0x06222DB0; -const void * RTTI_Scaleform__GFx__GFxMovieDefImplKey = (void *)0x062234B0; -const void * RTTI_Scaleform__GFx__GFxMovieDefImplKeyInterface = (void *)0x06222E00; -const void * RTTI_Scaleform__GFx__GFxPlaceObjectUnpacked = (void *)0x06223330; -const void * RTTI_Scaleform__GFx__GFxSocketImpl = (void *)0x062373E8; -const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKey = (void *)0x06226218; -const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKeyInterface = (void *)0x06225D60; -const void * RTTI_Scaleform__GFx__IMEManagerBase = (void *)0x062244D0; -const void * RTTI_Scaleform__GFx__ImageCreator = (void *)0x064A4300; -const void * RTTI_Scaleform__GFx__ImageFileHandlerRegistry = (void *)0x06225C50; -const void * RTTI_Scaleform__GFx__ImageFileInfo = (void *)0x062236B8; -const void * RTTI_Scaleform__GFx__ImageFileInfoKeyData = (void *)0x06226578; -const void * RTTI_Scaleform__GFx__ImageFileKeyInterface = (void *)0x06226538; -const void * RTTI_Scaleform__GFx__ImageFileResourceCreator = (void *)0x06223838; -const void * RTTI_Scaleform__GFx__ImageResource = (void *)0x0621F980; -const void * RTTI_Scaleform__GFx__ImageResourceCreator = (void *)0x06223878; -const void * RTTI_Scaleform__GFx__ImageResource__ImageDelegate = (void *)0x0621FE10; -const void * RTTI_Scaleform__GFx__ImageShapeCharacterDef = (void *)0x06226438; -const void * RTTI_Scaleform__GFx__InteractiveObject = (void *)0x062238F8; -const void * RTTI_Scaleform__GFx__KeyboardState = (void *)0x062206D8; -const void * RTTI_Scaleform__GFx__KeyboardState__IListener = (void *)0x06229478; -const void * RTTI_Scaleform__GFx__LZMAFile = (void *)0x06227E70; -const void * RTTI_Scaleform__GFx__LZMASupport = (void *)0x06220538; -const void * RTTI_Scaleform__GFx__LoadBinaryTask = (void *)0x06224458; -const void * RTTI_Scaleform__GFx__LoadProcess = (void *)0x062235C0; -const void * RTTI_Scaleform__GFx__LoadQueueEntry = (void *)0x06229DD8; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT = (void *)0x06224370; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadBinary = (void *)0x06224490; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadVars = (void *)0x06224418; -const void * RTTI_Scaleform__GFx__LoadStates = (void *)0x062236F0; -const void * RTTI_Scaleform__GFx__LoadUpdateSync = (void *)0x06223098; -const void * RTTI_Scaleform__GFx__LoadVarsTask = (void *)0x062243E0; -const void * RTTI_Scaleform__GFx__Loader = (void *)0x062204D0; -const void * RTTI_Scaleform__GFx__LoaderImpl = (void *)0x06222BC0; -const void * RTTI_Scaleform__GFx__LoaderTask = (void *)0x06222D08; -const void * RTTI_Scaleform__GFx__LogState = (void *)0x06220B80; -const void * RTTI_Scaleform__GFx__MemoryBufferZlibImage = (void *)0x06227F10; -const void * RTTI_Scaleform__GFx__MemoryContext = (void *)0x06237620; -const void * RTTI_Scaleform__GFx__MorphCharacterDef = (void *)0x06227F90; -const void * RTTI_Scaleform__GFx__Movie = (void *)0x0621F840; -const void * RTTI_Scaleform__GFx__MovieBindProcess = (void *)0x06222FE8; -const void * RTTI_Scaleform__GFx__MovieDataDef = (void *)0x06222EA8; -const void * RTTI_Scaleform__GFx__MovieDataDef__LoadTaskData = (void *)0x06223248; -const void * RTTI_Scaleform__GFx__MovieDefBindStates = (void *)0x062237A8; -const void * RTTI_Scaleform__GFx__MovieDefImpl = (void *)0x06222F48; -const void * RTTI_Scaleform__GFx__MovieDefImpl__BindTaskData = (void *)0x06223288; -const void * RTTI_Scaleform__GFx__MovieDefImpl__ReleaseNotifier = (void *)0x06229B50; -const void * RTTI_Scaleform__GFx__MovieDefRootNode = (void *)0x06229E10; -const void * RTTI_Scaleform__GFx__MovieDef__ResourceVisitor = (void *)0x06223020; -const void * RTTI_Scaleform__GFx__MovieImageLoadTask = (void *)0x06222D38; -const void * RTTI_Scaleform__GFx__MovieImpl = (void *)0x0621F810; -const void * RTTI_Scaleform__GFx__MovieImpl__StickyVarNode = (void *)0x0622A298; -const void * RTTI_Scaleform__GFx__MovieImpl__WideStringStorage = (void *)0x0622A1F0; -const void * RTTI_Scaleform__GFx__MoviePreloadTask = (void *)0x062243A8; -const void * RTTI_Scaleform__GFx__ParseControl = (void *)0x06220500; -const void * RTTI_Scaleform__GFx__PlaceObject2Tag = (void *)0x06224D18; -const void * RTTI_Scaleform__GFx__PlaceObject2Taga = (void *)0x062250C0; -const void * RTTI_Scaleform__GFx__PlaceObject3Tag = (void *)0x06224D50; -const void * RTTI_Scaleform__GFx__PlaceObjectTag = (void *)0x06226380; -const void * RTTI_Scaleform__GFx__RemoveObject2Tag = (void *)0x06224DC0; -const void * RTTI_Scaleform__GFx__RemoveObjectTag = (void *)0x06224D88; -const void * RTTI_Scaleform__GFx__Resource = (void *)0x0621F9B8; -const void * RTTI_Scaleform__GFx__ResourceData__DataInterface = (void *)0x06223548; -const void * RTTI_Scaleform__GFx__ResourceFileInfo = (void *)0x062209E8; -const void * RTTI_Scaleform__GFx__ResourceKey__KeyInterface = (void *)0x06222D70; -const void * RTTI_Scaleform__GFx__ResourceLib = (void *)0x06220898; -const void * RTTI_Scaleform__GFx__ResourceLib__ResourceSlot = (void *)0x06220AD8; -const void * RTTI_Scaleform__GFx__ResourceReport = (void *)0x06222E40; -const void * RTTI_Scaleform__GFx__ResourceWeakLib = (void *)0x06220920; -const void * RTTI_Scaleform__GFx__SetBackgroundColorTag = (void *)0x06225080; -const void * RTTI_Scaleform__GFx__ShapeBaseCharacterDef = (void *)0x062263B8; -const void * RTTI_Scaleform__GFx__ShapeDataBase = (void *)0x06223060; -const void * RTTI_Scaleform__GFx__SocketImplFactory = (void *)0x062373B0; -const void * RTTI_Scaleform__GFx__SocketInterface = (void *)0x06237378; -const void * RTTI_Scaleform__GFx__Sprite = (void *)0x06224168; -const void * RTTI_Scaleform__GFx__SpriteDef = (void *)0x06226350; -const void * RTTI_Scaleform__GFx__State = (void *)0x064A2F48; -const void * RTTI_Scaleform__GFx__StateBag = (void *)0x0621F918; -const void * RTTI_Scaleform__GFx__StateBagImpl = (void *)0x0621FD38; -const void * RTTI_Scaleform__GFx__StaticTextCharacter = (void *)0x062277D8; -const void * RTTI_Scaleform__GFx__StaticTextDef = (void *)0x062277A0; -const void * RTTI_Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor = (void *)0x06236850; -const void * RTTI_Scaleform__GFx__Stream = (void *)0x06225B00; -const void * RTTI_Scaleform__GFx__SubImageResource = (void *)0x06223770; -const void * RTTI_Scaleform__GFx__SubImageResourceCreator = (void *)0x062238B8; -const void * RTTI_Scaleform__GFx__SubImageResourceInfo = (void *)0x06224DF8; -const void * RTTI_Scaleform__GFx__SwfShapeCharacterDef = (void *)0x062263F8; -const void * RTTI_Scaleform__GFx__Task = (void *)0x06222C90; -const void * RTTI_Scaleform__GFx__TextField = (void *)0x06227900; -const void * RTTI_Scaleform__GFx__TextFieldDef = (void *)0x06225A30; -const void * RTTI_Scaleform__GFx__TextField__CSSHolderBase = (void *)0x06236D28; -const void * RTTI_Scaleform__GFx__TextField__TextDocumentListener = (void *)0x06227930; -const void * RTTI_Scaleform__GFx__TextKeyMap = (void *)0x06225A00; -const void * RTTI_Scaleform__GFx__Text__CompositionString = (void *)0x06228E28; -const void * RTTI_Scaleform__GFx__Text__EditorKit = (void *)0x06228DF0; -const void * RTTI_Scaleform__GFx__Text__StyleManager = (void *)0x062369D0; -const void * RTTI_Scaleform__GFx__TextureGlyphBinder = (void *)0x062261E0; -const void * RTTI_Scaleform__GFx__TextureGlyphData = (void *)0x06224FE0; -const void * RTTI_Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor = (void *)0x06225FF0; -const void * RTTI_Scaleform__GFx__URLBuilder = (void *)0x062394F8; -const void * RTTI_Scaleform__GFx__Value__ObjectInterface = (void *)0x06229D98; -const void * RTTI_Scaleform__GFx__ZLibFile = (void *)0x06239638; -const void * RTTI_Scaleform__GFx__ZlibImageSource = (void *)0x06227EA0; -const void * RTTI_Scaleform__GFx__ZlibSupport = (void *)0x064A2FD0; -const void * RTTI_Scaleform__HeapPT__SysAllocGranulator = (void *)0x06227FC8; -const void * RTTI_Scaleform__HeapPT__SysAllocWrapper = (void *)0x06228008; -const void * RTTI_Scaleform__Log = (void *)0x06220668; -const void * RTTI_Scaleform__LongFormatter = (void *)0x06224640; -const void * RTTI_Scaleform__MemoryFile = (void *)0x064A3EB8; -const void * RTTI_Scaleform__MemoryHeap = (void *)0x0621F6C0; -const void * RTTI_Scaleform__MemoryHeapMH = (void *)0x06220638; -const void * RTTI_Scaleform__MemoryHeapPT = (void *)0x06225178; -const void * RTTI_Scaleform__MemoryHeap__LimitHandler = (void *)0x062375E8; -const void * RTTI_Scaleform__MsgFormat = (void *)0x06224550; -const void * RTTI_Scaleform__Mutex = (void *)0x06220598; -const void * RTTI_Scaleform__Mutex_AreadyLockedAcquireInterface = (void *)0x062205F0; -const void * RTTI_Scaleform__RefCountImplCore = (void *)0x0625EB70; -const void * RTTI_Scaleform__RefCountNTSImplCore = (void *)0x0621F768; -const void * RTTI_Scaleform__RefCountWeakSupportImpl = (void *)0x0621F7A0; -const void * RTTI_Scaleform__Render__BevelFilter = (void *)0x062254C0; -const void * RTTI_Scaleform__Render__BlendModeBundle = (void *)0x06227610; -const void * RTTI_Scaleform__Render__BlendModeEffect = (void *)0x062281B0; -const void * RTTI_Scaleform__Render__BlendPrimitive = (void *)0x06225860; -const void * RTTI_Scaleform__Render__BlurFilter = (void *)0x06225418; -const void * RTTI_Scaleform__Render__BlurFilterImpl = (void *)0x062253E0; -const void * RTTI_Scaleform__Render__Bundle = (void *)0x06227160; -const void * RTTI_Scaleform__Render__CacheAsBitmapFilter = (void *)0x06225570; -const void * RTTI_Scaleform__Render__CacheBase = (void *)0x0650AB30; -const void * RTTI_Scaleform__Render__CacheEffect = (void *)0x06228040; -const void * RTTI_Scaleform__Render__CacheablePrimitive = (void *)0x062257C0; -const void * RTTI_Scaleform__Render__CacheableTargetEffect = (void *)0x062280E8; -const void * RTTI_Scaleform__Render__ColorMatrixFilter = (void *)0x06225530; -const void * RTTI_Scaleform__Render__ComplexFill = (void *)0x06221710; -const void * RTTI_Scaleform__Render__ComplexMesh = (void *)0x06226A78; -const void * RTTI_Scaleform__Render__ComplexMeshVertexOutput = (void *)0x06228A00; -const void * RTTI_Scaleform__Render__ComplexPrimitiveBundle = (void *)0x06227560; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotify = (void *)0x06220C00; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor = (void *)0x06220F40; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture = (void *)0x06221070; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture = (void *)0x06221000; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId = (void *)0x062210D0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown = (void *)0x06220FA0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextLock = (void *)0x06220D20; -const void * RTTI_Scaleform__Render__ContextImpl__EntryData = (void *)0x0621FB20; -const void * RTTI_Scaleform__Render__ContextImpl__RTHandle__HandleData = (void *)0x06220E20; -const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify = (void *)0x065031A0; -const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand = (void *)0x06224A50; -const void * RTTI_Scaleform__Render__CreationRenderer__DepthStencilSurface = (void *)0x065034A0; -const void * RTTI_Scaleform__Render__CreationRenderer__HAL = (void *)0x06502DF8; -const void * RTTI_Scaleform__Render__CreationRenderer__IndexBuffer = (void *)0x0650AB70; -const void * RTTI_Scaleform__Render__CreationRenderer__MappedTexture = (void *)0x06503350; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshBufferSet = (void *)0x0650A8B0; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshCache = (void *)0x0650A7C0; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshCacheItem = (void *)0x0650A860; -const void * RTTI_Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry = (void *)0x06503270; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderEvents = (void *)0x0650A670; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderSync = (void *)0x0650AC90; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderTargetData = (void *)0x06502F70; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface = (void *)0x0650AE30; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer = (void *)0x0650AFF0; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderManager = (void *)0x0650AE80; -const void * RTTI_Scaleform__Render__CreationRenderer__Texture = (void *)0x065032D0; -const void * RTTI_Scaleform__Render__CreationRenderer__TextureFormat = (void *)0x06503450; -const void * RTTI_Scaleform__Render__CreationRenderer__TextureManager = (void *)0x065033A0; -const void * RTTI_Scaleform__Render__CreationRenderer__VertexBuffer = (void *)0x0650A740; -const void * RTTI_Scaleform__Render__DDS__DDSFileImageSource = (void *)0x06228888; -const void * RTTI_Scaleform__Render__DDS__FileReader = (void *)0x062287D8; -const void * RTTI_Scaleform__Render__DICommand = (void *)0x062217E8; -const void * RTTI_Scaleform__Render__DICommandQueue = (void *)0x062255F0; -const void * RTTI_Scaleform__Render__DICommandQueue__ExecuteCommand = (void *)0x062256E0; -const void * RTTI_Scaleform__Render__DICommand_ApplyFilter = (void *)0x06221A80; -const void * RTTI_Scaleform__Render__DICommand_Clear = (void *)0x06221990; -const void * RTTI_Scaleform__Render__DICommand_ColorTransform = (void *)0x06221D40; -const void * RTTI_Scaleform__Render__DICommand_Compare = (void *)0x06221DF0; -const void * RTTI_Scaleform__Render__DICommand_CopyChannel = (void *)0x06221BD8; -const void * RTTI_Scaleform__Render__DICommand_CopyPixels = (void *)0x06221C90; -const void * RTTI_Scaleform__Render__DICommand_CreateTexture = (void *)0x06221820; -const void * RTTI_Scaleform__Render__DICommand_Dispose = (void *)0x062218D8; -const void * RTTI_Scaleform__Render__DICommand_Draw = (void *)0x06221B30; -const void * RTTI_Scaleform__Render__DICommand_FillRect = (void *)0x06221E98; -const void * RTTI_Scaleform__Render__DICommand_FloodFill = (void *)0x06221F50; -const void * RTTI_Scaleform__Render__DICommand_GetColorBoundsRect = (void *)0x06222000; -const void * RTTI_Scaleform__Render__DICommand_GetPixel32 = (void *)0x062220C8; -const void * RTTI_Scaleform__Render__DICommand_GetPixels = (void *)0x06222180; -const void * RTTI_Scaleform__Render__DICommand_Histogram = (void *)0x06222230; -const void * RTTI_Scaleform__Render__DICommand_HitTest = (void *)0x062222E0; -const void * RTTI_Scaleform__Render__DICommand_Merge = (void *)0x06222390; -const void * RTTI_Scaleform__Render__DICommand_Noise = (void *)0x06222438; -const void * RTTI_Scaleform__Render__DICommand_PaletteMap = (void *)0x062224E0; -const void * RTTI_Scaleform__Render__DICommand_PerlinNoise = (void *)0x06222590; -const void * RTTI_Scaleform__Render__DICommand_PixelDissolve = (void *)0x06222640; -const void * RTTI_Scaleform__Render__DICommand_Scroll = (void *)0x06222860; -const void * RTTI_Scaleform__Render__DICommand_SetPixel32 = (void *)0x062226F8; -const void * RTTI_Scaleform__Render__DICommand_SetPixels = (void *)0x062227B0; -const void * RTTI_Scaleform__Render__DICommand_SourceRect = (void *)0x06221A40; -const void * RTTI_Scaleform__Render__DICommand_Threshold = (void *)0x06222908; -const void * RTTI_Scaleform__Render__DIPixelProvider = (void *)0x062313F0; -const void * RTTI_Scaleform__Render__DepthStencilBuffer = (void *)0x064EDEC0; -const void * RTTI_Scaleform__Render__DepthStencilSurface = (void *)0x06503790; -const void * RTTI_Scaleform__Render__DestroyDrawableImageThreadCommand = (void *)0x062229C0; -const void * RTTI_Scaleform__Render__DisplacementMapFilter = (void *)0x062255B0; -const void * RTTI_Scaleform__Render__DrawableImage = (void *)0x06221688; -const void * RTTI_Scaleform__Render__DrawableImageContext = (void *)0x062217A8; -const void * RTTI_Scaleform__Render__Fence = (void *)0x06224768; -const void * RTTI_Scaleform__Render__FenceWrapperList = (void *)0x06224848; -const void * RTTI_Scaleform__Render__FileImageSource = (void *)0x06227ED8; -const void * RTTI_Scaleform__Render__FilterBundle = (void *)0x062275D8; -const void * RTTI_Scaleform__Render__FilterEffect = (void *)0x062280B0; -const void * RTTI_Scaleform__Render__FilterPrimitive = (void *)0x06225788; -const void * RTTI_Scaleform__Render__FilterSet = (void *)0x062252D8; -const void * RTTI_Scaleform__Render__Font = (void *)0x06225DA8; -const void * RTTI_Scaleform__Render__FontCacheHandleManager = (void *)0x062279B8; -const void * RTTI_Scaleform__Render__GlowFilter = (void *)0x06225488; -const void * RTTI_Scaleform__Render__GlyphCache = (void *)0x06227A60; -const void * RTTI_Scaleform__Render__GlyphCacheConfig = (void *)0x06227AF8; -const void * RTTI_Scaleform__Render__GlyphCache__EvictNotifier = (void *)0x06227E30; -const void * RTTI_Scaleform__Render__GlyphEvictNotifier = (void *)0x06227D70; -const void * RTTI_Scaleform__Render__GlyphFitter = (void *)0x06228EF0; -const void * RTTI_Scaleform__Render__GlyphRaster = (void *)0x06227B30; -const void * RTTI_Scaleform__Render__GlyphShape = (void *)0x06227C30; -const void * RTTI_Scaleform__Render__GlyphTextureImage = (void *)0x06227DE8; -const void * RTTI_Scaleform__Render__GradientData = (void *)0x06226618; -const void * RTTI_Scaleform__Render__GradientFilter = (void *)0x062254F8; -const void * RTTI_Scaleform__Render__GradientImage = (void *)0x06226708; -const void * RTTI_Scaleform__Render__HAL = (void *)0x06502EC0; -const void * RTTI_Scaleform__Render__HALBeginDisplayItem = (void *)0x062248C8; -const void * RTTI_Scaleform__Render__HALEndDisplayItem = (void *)0x06224908; -const void * RTTI_Scaleform__Render__HALNotify = (void *)0x065030D8; -const void * RTTI_Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface = (void *)0x06224950; -const void * RTTI_Scaleform__Render__Hairliner = (void *)0x06226C50; -const void * RTTI_Scaleform__Render__Image = (void *)0x064A4490; -const void * RTTI_Scaleform__Render__ImageFileHandler = (void *)0x062282F0; -const void * RTTI_Scaleform__Render__ImageFileHandlerRegistry = (void *)0x06225C10; -const void * RTTI_Scaleform__Render__ImageSwizzler = (void *)0x06220210; -const void * RTTI_Scaleform__Render__ImageUpdate = (void *)0x06220248; -const void * RTTI_Scaleform__Render__ImageUpdateSync = (void *)0x065037D0; -const void * RTTI_Scaleform__Render__JPEG__ExtraData = (void *)0x06224EA0; -const void * RTTI_Scaleform__Render__JPEG__TablesHeader = (void *)0x06224F38; -const void * RTTI_Scaleform__Render__MappedTextureBase = (void *)0x06503750; -const void * RTTI_Scaleform__Render__MaskBundle = (void *)0x062275A0; -const void * RTTI_Scaleform__Render__MaskEffect = (void *)0x06228078; -const void * RTTI_Scaleform__Render__MaskNodeState__Interface = (void *)0x06225248; -const void * RTTI_Scaleform__Render__MaskPrimitive = (void *)0x06227250; -const void * RTTI_Scaleform__Render__MatrixPoolImpl__MatrixPool = (void *)0x06226D30; -const void * RTTI_Scaleform__Render__MatrixState = (void *)0x06503238; -const void * RTTI_Scaleform__Render__MatrixStateFactory = (void *)0x06227978; -const void * RTTI_Scaleform__Render__MemoryBufferImage = (void *)0x06227F50; -const void * RTTI_Scaleform__Render__Mesh = (void *)0x062268B0; -const void * RTTI_Scaleform__Render__MeshBase = (void *)0x06226740; -const void * RTTI_Scaleform__Render__MeshBuffer = (void *)0x0650AA30; -const void * RTTI_Scaleform__Render__MeshCache = (void *)0x0650A788; -const void * RTTI_Scaleform__Render__MeshCacheConfig = (void *)0x0650AA68; -const void * RTTI_Scaleform__Render__MeshCacheItem = (void *)0x0650A8F8; -const void * RTTI_Scaleform__Render__MeshKeyManager = (void *)0x06224BB0; -const void * RTTI_Scaleform__Render__MeshKeySet = (void *)0x06226AB0; -const void * RTTI_Scaleform__Render__MeshProvider = (void *)0x06223A00; -const void * RTTI_Scaleform__Render__MeshProvider_KeySupport = (void *)0x06223AE0; -const void * RTTI_Scaleform__Render__MeshStagingNode = (void *)0x06226828; -const void * RTTI_Scaleform__Render__MeshVertexOutput = (void *)0x062289C8; -const void * RTTI_Scaleform__Render__MetaImage = (void *)0x06220328; -const void * RTTI_Scaleform__Render__MorphInterpolator = (void *)0x06223CB0; -const void * RTTI_Scaleform__Render__MorphShapeData = (void *)0x06223B58; -const void * RTTI_Scaleform__Render__OrigScale9ParentState__Interface = (void *)0x06225290; -const void * RTTI_Scaleform__Render__PNG__FileReader = (void *)0x06228580; -const void * RTTI_Scaleform__Render__PNG__FileWriter = (void *)0x06228638; -const void * RTTI_Scaleform__Render__PNG__Input = (void *)0x062286E8; -const void * RTTI_Scaleform__Render__PNG__LibPNGInput = (void *)0x06228720; -const void * RTTI_Scaleform__Render__PNG__MemoryBufferImage = (void *)0x06228758; -const void * RTTI_Scaleform__Render__PNG__PNGFileImageSource = (void *)0x06228798; -const void * RTTI_Scaleform__Render__Primitive = (void *)0x062269E0; -const void * RTTI_Scaleform__Render__PrimitiveBundle = (void *)0x06227528; -const void * RTTI_Scaleform__Render__PrimitiveFill = (void *)0x062268E0; -const void * RTTI_Scaleform__Render__PrimitiveFillManager = (void *)0x062249B0; -const void * RTTI_Scaleform__Render__ProfileModifier = (void *)0x06224AA0; -const void * RTTI_Scaleform__Render__ProfileViews = (void *)0x06224B10; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DBundle = (void *)0x06227690; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DEffect = (void *)0x06228170; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DPrimitive = (void *)0x06227390; -const void * RTTI_Scaleform__Render__RBGenericImpl__DepthStencilBuffer = (void *)0x06239B10; -const void * RTTI_Scaleform__Render__RBGenericImpl__RenderBufferManager = (void *)0x062399D0; -const void * RTTI_Scaleform__Render__RBGenericImpl__RenderTarget = (void *)0x06239A20; -const void * RTTI_Scaleform__Render__Rasterizer = (void *)0x06228958; -const void * RTTI_Scaleform__Render__RawImage = (void *)0x06220360; -const void * RTTI_Scaleform__Render__RenderBuffer = (void *)0x064EDE88; -const void * RTTI_Scaleform__Render__RenderBufferManager = (void *)0x062398E8; -const void * RTTI_Scaleform__Render__RenderEvents = (void *)0x06502DC0; -const void * RTTI_Scaleform__Render__RenderQueueItem__Interface = (void *)0x06224880; -const void * RTTI_Scaleform__Render__RenderSync = (void *)0x0650ACD8; -const void * RTTI_Scaleform__Render__RenderTarget = (void *)0x06239990; -const void * RTTI_Scaleform__Render__RenderTargetData = (void *)0x06503168; -const void * RTTI_Scaleform__Render__SIF__FileReader = (void *)0x06228458; -const void * RTTI_Scaleform__Render__SIF__SIFFileImageSource = (void *)0x06228508; -const void * RTTI_Scaleform__Render__SKI_BlendMode = (void *)0x06227040; -const void * RTTI_Scaleform__Render__SKI_ComplexPrimitive = (void *)0x06226F50; -const void * RTTI_Scaleform__Render__SKI_Filter = (void *)0x06227078; -const void * RTTI_Scaleform__Render__SKI_MaskEnd = (void *)0x06226FC8; -const void * RTTI_Scaleform__Render__SKI_MaskEnd__RQII_EndMask = (void *)0x06227000; -const void * RTTI_Scaleform__Render__SKI_MaskStart = (void *)0x06226F90; -const void * RTTI_Scaleform__Render__SKI_Primitive = (void *)0x06226F18; -const void * RTTI_Scaleform__Render__SKI_ProjectionMatrix3D = (void *)0x062270E8; -const void * RTTI_Scaleform__Render__SKI_TextPrimitive = (void *)0x06229040; -const void * RTTI_Scaleform__Render__SKI_UserData = (void *)0x06227128; -const void * RTTI_Scaleform__Render__SKI_ViewMatrix3D = (void *)0x062270B0; -const void * RTTI_Scaleform__Render__Scale9GridData = (void *)0x06223DB0; -const void * RTTI_Scaleform__Render__Scale9GridInfo = (void *)0x062258D0; -const void * RTTI_Scaleform__Render__Scale9GridRect = (void *)0x06221338; -const void * RTTI_Scaleform__Render__ShadowFilter = (void *)0x06225450; -const void * RTTI_Scaleform__Render__ShapeDataFloat = (void *)0x0621FE50; -const void * RTTI_Scaleform__Render__ShapeDataFloatMP = (void *)0x06225898; -const void * RTTI_Scaleform__Render__ShapeMeshProvider = (void *)0x06223C70; -const void * RTTI_Scaleform__Render__SortKeyInterface = (void *)0x06226E98; -const void * RTTI_Scaleform__Render__StateData__Interface = (void *)0x06220858; -const void * RTTI_Scaleform__Render__StateData__Interface_RefCountImpl = (void *)0x06225200; -const void * RTTI_Scaleform__Render__StateData__Interface_Value = (void *)0x062251B0; -const void * RTTI_Scaleform__Render__StrokeScaler = (void *)0x06227DB0; -const void * RTTI_Scaleform__Render__StrokeSorter = (void *)0x06226BE0; -const void * RTTI_Scaleform__Render__Stroker = (void *)0x06226B78; -const void * RTTI_Scaleform__Render__StrokerAA = (void *)0x06226C18; -const void * RTTI_Scaleform__Render__SubImage = (void *)0x06220390; -const void * RTTI_Scaleform__Render__SystemVertexFormat = (void *)0x06226C88; -const void * RTTI_Scaleform__Render__TGA__FileReader = (void *)0x06228360; -const void * RTTI_Scaleform__Render__TGA__TGAFileImageSource = (void *)0x06228418; -const void * RTTI_Scaleform__Render__TessBase = (void *)0x06224B48; -const void * RTTI_Scaleform__Render__Tessellator = (void *)0x06226B40; -const void * RTTI_Scaleform__Render__TextLayerPrimitive = (void *)0x062290C0; -const void * RTTI_Scaleform__Render__TextLayout = (void *)0x06228A40; -const void * RTTI_Scaleform__Render__TextMeshProvider = (void *)0x06228E68; -const void * RTTI_Scaleform__Render__TextPrimitiveBundle = (void *)0x06229080; -const void * RTTI_Scaleform__Render__Text__Allocator = (void *)0x06225A68; -const void * RTTI_Scaleform__Render__Text__Allocator__TextFormatVisitor = (void *)0x0622A0B0; -const void * RTTI_Scaleform__Render__Text__DocView = (void *)0x06228BA0; -const void * RTTI_Scaleform__Render__Text__DocView__DocumentText = (void *)0x06228C40; -const void * RTTI_Scaleform__Render__Text__EditorKitBase = (void *)0x06228D48; -const void * RTTI_Scaleform__Render__Text__FontHandle = (void *)0x062241C8; -const void * RTTI_Scaleform__Render__Text__FontManagerBase = (void *)0x06224258; -const void * RTTI_Scaleform__Render__Text__HTMLImageTagDesc = (void *)0x06229000; -const void * RTTI_Scaleform__Render__Text__ImageDesc = (void *)0x06228F60; -const void * RTTI_Scaleform__Render__Text__StyleManagerBase = (void *)0x06236990; -const void * RTTI_Scaleform__Render__Text__StyledText = (void *)0x06228220; -const void * RTTI_Scaleform__Render__Text__TextFilter = (void *)0x06227708; -const void * RTTI_Scaleform__Render__Texture = (void *)0x065035D0; -const void * RTTI_Scaleform__Render__TextureFormat = (void *)0x06503658; -const void * RTTI_Scaleform__Render__TextureGlyph = (void *)0x06224C80; -const void * RTTI_Scaleform__Render__TextureImage = (void *)0x064A4368; -const void * RTTI_Scaleform__Render__TextureManager = (void *)0x06503310; -const void * RTTI_Scaleform__Render__TextureManagerLocks = (void *)0x06220168; -const void * RTTI_Scaleform__Render__TextureManager__ServiceCommand = (void *)0x062202E0; -const void * RTTI_Scaleform__Render__ThreadCommandQueue = (void *)0x064EDE48; -const void * RTTI_Scaleform__Render__TransformerBase = (void *)0x06223B20; -const void * RTTI_Scaleform__Render__TreeCacheContainer = (void *)0x06221580; -const void * RTTI_Scaleform__Render__TreeCacheMeshBase = (void *)0x06223E88; -const void * RTTI_Scaleform__Render__TreeCacheNode = (void *)0x062215C0; -const void * RTTI_Scaleform__Render__TreeCacheRoot = (void *)0x06224C48; -const void * RTTI_Scaleform__Render__TreeCacheShape = (void *)0x06223EC8; -const void * RTTI_Scaleform__Render__TreeCacheShapeLayer = (void *)0x06223E48; -const void * RTTI_Scaleform__Render__TreeCacheText = (void *)0x06228F28; -const void * RTTI_Scaleform__Render__TreeContainer__NodeData = (void *)0x0621FBA0; -const void * RTTI_Scaleform__Render__TreeNode__NodeData = (void *)0x0621FB60; -const void * RTTI_Scaleform__Render__TreeRoot__NodeData = (void *)0x0621FC68; -const void * RTTI_Scaleform__Render__TreeShape__NodeData = (void *)0x0621FF08; -const void * RTTI_Scaleform__Render__TreeText__NodeData = (void *)0x06228AD8; -const void * RTTI_Scaleform__Render__UserDataBundle = (void *)0x062276D0; -const void * RTTI_Scaleform__Render__UserDataEffect = (void *)0x062281E8; -const void * RTTI_Scaleform__Render__UserDataPrimitive = (void *)0x06227448; -const void * RTTI_Scaleform__Render__UserDataState__Data = (void *)0x062214D8; -const void * RTTI_Scaleform__Render__VectorGlyphShape = (void *)0x06227CE8; -const void * RTTI_Scaleform__Render__VertexOutput = (void *)0x06228990; -const void * RTTI_Scaleform__Render__VertexPath = (void *)0x06224B78; -const void * RTTI_Scaleform__Render__ViewMatrix3DBundle = (void *)0x06227648; -const void * RTTI_Scaleform__Render__ViewMatrix3DEffect = (void *)0x06228128; -const void * RTTI_Scaleform__Render__ViewMatrix3DPrimitive = (void *)0x062272E8; -const void * RTTI_Scaleform__Render__WrapperImageSource = (void *)0x06223678; -const void * RTTI_Scaleform__RepeatFormatter = (void *)0x06224738; -const void * RTTI_Scaleform__ResourceFormatter = (void *)0x062246D0; -const void * RTTI_Scaleform__Semaphore = (void *)0x06220460; -const void * RTTI_Scaleform__SemaphoreWaitableIncrement = (void *)0x06220490; -const void * RTTI_Scaleform__StrFormatter = (void *)0x062245E0; -const void * RTTI_Scaleform__String__InitStruct = (void *)0x0621F7D8; -const void * RTTI_Scaleform__SwitchFormatter = (void *)0x06224708; -const void * RTTI_Scaleform__SysAllocBase = (void *)0x063A9BD0; -const void * RTTI_Scaleform__SysAllocMalloc = (void *)0x063A9B68; -const void * RTTI_Scaleform__SysAllocMapper = (void *)0x062375B8; -const void * RTTI_Scaleform__SysAllocStatic = (void *)0x06220568; -const void * RTTI_Scaleform__SysFile = (void *)0x06237480; -const void * RTTI_Scaleform__SysMemMapper = (void *)0x064A33C0; -const void * RTTI_Scaleform__Thread = (void *)0x062205C0; -const void * RTTI_Scaleform__UnopenedFile = (void *)0x062374A8; -const void * RTTI_Scaleform__Waitable = (void *)0x062203C0; -const void * RTTI_SceneNextPhaseHandler = (void *)0x063E60F8; -const void * RTTI_ScopeMenu = (void *)0x06385E10; -const void * RTTI_ScopeMenuUtil__FadeCallback = (void *)0x06385E30; -const void * RTTI_ScopeMenu__ScopeMenuDataEventShuttle = (void *)0x06385D78; -const void * RTTI_ScopeMenu__ScopeScalingData = (void *)0x06385C68; -const void * RTTI_ScopeMenu__ZoomLevelData = (void *)0x06385CA0; -const void * RTTI_ScrapHeap = (void *)0x06473C60; -const void * RTTI_Script = (void *)0x062D63A8; -const void * RTTI_ScriptEffect = (void *)0x0639EF18; -const void * RTTI_ScriptedRefEffect = (void *)0x0639EF40; -const void * RTTI_ScrollBar = (void *)0x065115D8; -const void * RTTI_ScrollBar_Horizontal = (void *)0x065115F8; -const void * RTTI_ScrollItem = (void *)0x062671A8; -const void * RTTI_SearchPage = (void *)0x06510078; -const void * RTTI_SearchResultsPage = (void *)0x0650FE18; -const void * RTTI_SecurityMenu = (void *)0x06372900; -const void * RTTI_SecurityMenu_BackOutKey = (void *)0x06372248; -const void * RTTI_SecurityMenu_CloseMenu = (void *)0x063722A8; -const void * RTTI_SecurityMenu_ConfirmExit = (void *)0x06372E58; -const void * RTTI_SecurityMenu_EliminateUnusedKeys = (void *)0x06372E20; -const void * RTTI_SecurityMenu_GetRingHint = (void *)0x06372278; -const void * RTTI_SecurityMenu_SelectNewKey = (void *)0x06372D18; -const void * RTTI_SecurityMenu_TryUseKey = (void *)0x063722D8; -const void * RTTI_SecurityMenu__SecurityMenuEventShuttle = (void *)0x06372408; -const void * RTTI_SeenData = (void *)0x061778E8; -const void * RTTI_Service = (void *)0x062F3B48; -const void * RTTI_SetOrientNode = (void *)0x064709C8; -const void * RTTI_SetOrientNodeInstance = (void *)0x064709F0; -const void * RTTI_SetPosNode = (void *)0x06471880; -const void * RTTI_SetPosNodeInstance = (void *)0x064718A8; -const void * RTTI_Setting = (void *)0x06210440; -const void * RTTI_SettingsDataModel = (void *)0x063492C8; -const void * RTTI_SettingsDataModel__SettingsEventShuttle = (void *)0x06349FC8; -const void * RTTI_SettingsPanel_CheckBoxChanged = (void *)0x063494B8; -const void * RTTI_SettingsPanel_ClearBinding = (void *)0x063493D8; -const void * RTTI_SettingsPanel_LinkClicked = (void *)0x06349338; -const void * RTTI_SettingsPanel_OpenCategory = (void *)0x06349410; -const void * RTTI_SettingsPanel_OpenSettings = (void *)0x06349448; -const void * RTTI_SettingsPanel_RemapConfirmed = (void *)0x063493A0; -const void * RTTI_SettingsPanel_RemapMode = (void *)0x063495D0; -const void * RTTI_SettingsPanel_ResetToDefaults = (void *)0x06349480; -const void * RTTI_SettingsPanel_SaveControls = (void *)0x06349598; -const void * RTTI_SettingsPanel_SaveSettings = (void *)0x06349560; -const void * RTTI_SettingsPanel_SliderChanged = (void *)0x06349528; -const void * RTTI_SettingsPanel_StepperChanged = (void *)0x063494F0; -const void * RTTI_SettingsPanel_ValidateControls = (void *)0x06349368; -const void * RTTI_SetupGraphRagdollHandler = (void *)0x063E6398; -const void * RTTI_ShaderReferenceEffect = (void *)0x0639EFE8; -const void * RTTI_SharedHeapAllocator = (void *)0x06473D10; -const void * RTTI_ShipActionCameraState = (void *)0x062FA818; -const void * RTTI_ShipBuilderBIEvents__ShipBuilderEventManager = (void *)0x063A0910; -const void * RTTI_ShipBuilder_CloseAllMenus = (void *)0x06265888; -const void * RTTI_ShipCombatOrbitCameraState = (void *)0x062FAC10; -const void * RTTI_ShipCrewAssignData = (void *)0x0634B708; -const void * RTTI_ShipCrewAssignData__ShipCrewAssignMenuEventShuttle = (void *)0x0634B6C0; -const void * RTTI_ShipCrewAssignMenu = (void *)0x06373958; -const void * RTTI_ShipCrewAssignMenu_Assign = (void *)0x063739C0; -const void * RTTI_ShipCrewAssignMenu_Unassign = (void *)0x06373988; -const void * RTTI_ShipCrewData = (void *)0x0634BAB8; -const void * RTTI_ShipCrewData__ShipCrewMenuEventShuttle = (void *)0x0634B7C0; -const void * RTTI_ShipCrewMenu = (void *)0x063738A8; -const void * RTTI_ShipCrewMenu_Close = (void *)0x063739F0; -const void * RTTI_ShipCrewMenu_OpenAssignMenu = (void *)0x0634BE58; -const void * RTTI_ShipCrewMenu_SetSort = (void *)0x0634BE90; -const void * RTTI_ShipCrewMenu_ViewedItem = (void *)0x06373A20; -const void * RTTI_ShipEditor_ChangeModuleCategory = (void *)0x06262BE8; -const void * RTTI_ShipEditor_OnColorPickerControlChanged = (void *)0x06249910; -const void * RTTI_ShipEditor_OnColorPickerTabChanged = (void *)0x06249990; -const void * RTTI_ShipEditor_OnColorSliderMouseInput = (void *)0x062498D0; -const void * RTTI_ShipEditor_OnExitConfirmCancel = (void *)0x0625FF28; -const void * RTTI_ShipEditor_OnExitConfirmExit = (void *)0x0625FF60; -const void * RTTI_ShipEditor_OnExitConfirmSaveAndExit = (void *)0x0625FEE8; -const void * RTTI_ShipEditor_OnFlightCheckTabChanged = (void *)0x06260740; -const void * RTTI_ShipEditor_OnHintButtonActivated = (void *)0x06265850; -const void * RTTI_ShipEditor_OnRecentColorSwatchClicked = (void *)0x06249950; -const void * RTTI_ShipEditor_OnRenameEndEditText = (void *)0x06261BC0; -const void * RTTI_ShipEditor_OnRenameInputCancelled = (void *)0x06261BF8; -const void * RTTI_ShipEditor_OnWeaponGroupChanged = (void *)0x06260708; -const void * RTTI_ShipEditor_PreviewShipPart = (void *)0x06262900; -const void * RTTI_ShipEditor_PreviewUpgrade = (void *)0x06248738; -const void * RTTI_ShipEditor_RemoveAll3D = (void *)0x06265820; -const void * RTTI_ShipEditor_SelectedShipPart = (void *)0x06262938; -const void * RTTI_ShipEditor_SelectedUpgrade = (void *)0x06248768; -const void * RTTI_ShipEditor_SystemSelected = (void *)0x06247C48; -const void * RTTI_ShipFarTravelCameraState = (void *)0x062FAC48; -const void * RTTI_ShipHudDataModel = (void *)0x06351828; -const void * RTTI_ShipHudDataModel__ShipHudEventShuttle = (void *)0x06351D30; -const void * RTTI_ShipHudQuickContainer_TransferItem = (void *)0x06387C80; -const void * RTTI_ShipHudQuickContainer_TransferMenu = (void *)0x06351AE0; -const void * RTTI_ShipHud_AbortJump = (void *)0x06386678; -const void * RTTI_ShipHud_Activate = (void *)0x06351B20; -const void * RTTI_ShipHud_BodyViewMarkerDimensions = (void *)0x063518A0; -const void * RTTI_ShipHud_ChangeComponentSelection = (void *)0x06352528; -const void * RTTI_ShipHud_CloseMenu = (void *)0x06352598; -const void * RTTI_ShipHud_Deselect = (void *)0x06351B48; -const void * RTTI_ShipHud_DockRequested = (void *)0x06387CC0; -const void * RTTI_ShipHud_FarTravel = (void *)0x06351850; -const void * RTTI_ShipHud_HailAccepted = (void *)0x06351A00; -const void * RTTI_ShipHud_HailCancelled = (void *)0x06351A30; -const void * RTTI_ShipHud_HailShip = (void *)0x06387C28; -const void * RTTI_ShipHud_JumpToQuestMarker = (void *)0x063518D8; -const void * RTTI_ShipHud_Land = (void *)0x06351AB8; -const void * RTTI_ShipHud_LandingMarkerMap = (void *)0x06351A60; -const void * RTTI_ShipHud_Map = (void *)0x06351A90; -const void * RTTI_ShipHud_OnMonocleToggle = (void *)0x063519D0; -const void * RTTI_ShipHud_OpenPhotoMode = (void *)0x06351908; -const void * RTTI_ShipHud_Repair = (void *)0x06351878; -const void * RTTI_ShipHud_SetTargetMode = (void *)0x063519A0; -const void * RTTI_ShipHud_Target = (void *)0x06351B70; -const void * RTTI_ShipHud_TargetShipSystem = (void *)0x06351970; -const void * RTTI_ShipHud_UntargetShipSystem = (void *)0x06351938; -const void * RTTI_ShipHud_UpdateComponentPower = (void *)0x06352560; -const void * RTTI_ShipHud_UpdateTargetPanelRect = (void *)0x06386188; -const void * RTTI_ShipRefuelMenu = (void *)0x06373F00; -const void * RTTI_ShipRefuelMenuDataModel = (void *)0x06353BE0; -const void * RTTI_ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle = (void *)0x06353B50; -const void * RTTI_ShipTargetingCameraState = (void *)0x062FAC78; -const void * RTTI_ShowSubsegmentHandler = (void *)0x063E63C8; -const void * RTTI_SideBar = (void *)0x0650F090; -const void * RTTI_SimpleAnimationGraphManagerHolder = (void *)0x06269A80; -const void * RTTI_SimpleAnimationGraphManagerLoadingTask = (void *)0x062F5910; -const void * RTTI_SingleBoneIKNode = (void *)0x06470DA0; -const void * RTTI_SingleBoneIKNodeInstance = (void *)0x06470DC8; -const void * RTTI_SitWaitMenu = (void *)0x0642CDA8; -const void * RTTI_Sizing__mpBoxSizer = (void *)0x06510EB0; -const void * RTTI_Sizing__mpButtonSizer = (void *)0x06183520; -const void * RTTI_Sizing__mpSizer = (void *)0x06510E88; -const void * RTTI_SkillsMenu = (void *)0x063753D0; -const void * RTTI_SkillsMenu_Accept = (void *)0x063758E0; -const void * RTTI_SkillsMenu_AddPatch = (void *)0x063758B0; -const void * RTTI_SkillsMenu_Cancel = (void *)0x06375888; -const void * RTTI_SkillsMenu_ChangeCursorVisibility = (void *)0x06375788; -const void * RTTI_SkillsMenu_SaveLastCategory = (void *)0x06375750; -const void * RTTI_SkillsMenu__SkillsMenuEventShuttle = (void *)0x06374E28; -const void * RTTI_SkinAttach = (void *)0x06490900; -const void * RTTI_Sky = (void *)0x062DE300; -const void * RTTI_SkyEffectController = (void *)0x062DDA28; -const void * RTTI_SleepWaitMenu = (void *)0x0642DD20; -const void * RTTI_SleepWaitMenu_InterruptRest = (void *)0x0642DCE8; -const void * RTTI_SleepWaitMenu_StartRest = (void *)0x0642D950; -const void * RTTI_SleepWaitMenu__SleepWaitMenuEventShuttle = (void *)0x0642DAA8; -const void * RTTI_SlideStartHandler = (void *)0x063E6160; -const void * RTTI_SlowTimeEffect = (void *)0x0639F068; -const void * RTTI_SneakStateChangeHandler = (void *)0x063E4938; -const void * RTTI_SortFilter = (void *)0x06510988; -const void * RTTI_SoulTrapEffect = (void *)0x0639F090; -const void * RTTI_SpaceComponentViewAccessWrite = (void *)0x062B24B0; -const void * RTTI_SpaceshipAIComponentEventHandler = (void *)0x06451D18; -const void * RTTI_SpaceshipBIEvents__EventSink = (void *)0x063A0418; -const void * RTTI_SpaceshipBoostPart = (void *)0x064533A0; -const void * RTTI_SpaceshipDockingFinishedHandler = (void *)0x063E5EB8; -const void * RTTI_SpaceshipEditor__HangarModeState_Null = (void *)0x062660F0; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipInspect = (void *)0x06266050; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection = (void *)0x06324090; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle = (void *)0x06323FE0; -const void * RTTI_SpaceshipEditor__IModuleModeSubState = (void *)0x06262C20; +const void * RTTI_MarketplaceDataProducer = (void *)0x06321360; +const void * RTTI_MarketplaceGameState__gameActiveListener = (void *)0x063214E8; +const void * RTTI_MarketplaceMenu = (void *)0x06321710; +const void * RTTI_MarketplaceMenu__errorCallback = (void *)0x06321738; +const void * RTTI_MarketplaceMessages__OkMessageCallback = (void *)0x06321770; +const void * RTTI_MarketplaceMessages__yesNoMessageCallback = (void *)0x063217B0; +const void * RTTI_MassSpringDampenVariable = (void *)0x06471090; +const void * RTTI_MassSpringDampenVariableInstance = (void *)0x064710C0; +const void * RTTI_MaterialLayerInterface = (void *)0x0626DE00; +const void * RTTI_MaterialLayerSequence = (void *)0x0646DFE8; +const void * RTTI_MaterialLayerSequenceInstance = (void *)0x06470CD8; +const void * RTTI_MeleeAimAssistData = (void *)0x062AB150; +const void * RTTI_MeleeAimAssistImpl = (void *)0x062FAE90; +const void * RTTI_MemoryManagement__PMPEventSink = (void *)0x0621EE10; +const void * RTTI_MemoryManagerFile = (void *)0x063BA4A8; +const void * RTTI_MenuActor = (void *)0x06360EF8; +const void * RTTI_MenuControls = (void *)0x0642BD18; +const void * RTTI_MenuCursor = (void *)0x064A30B8; +const void * RTTI_MenuOpenHandler = (void *)0x0642BE40; +const void * RTTI_MenuPaperDoll = (void *)0x06360C88; +const void * RTTI_MenuTopicManager = (void *)0x0639FFD0; +const void * RTTI_MergeNode = (void *)0x06471C70; +const void * RTTI_MergeNodeInstance = (void *)0x06471C48; +const void * RTTI_MeshLODDistanceOverride = (void *)0x06256E50; +const void * RTTI_MessageBoxMenu = (void *)0x0642C650; +const void * RTTI_MessageBoxMenu_OnBackOut = (void *)0x0642C620; +const void * RTTI_MessageBoxMenu_OnButtonPress = (void *)0x0642C0C0; +const void * RTTI_MessageBoxMenu__MessageBoxMenuEventShuttle = (void *)0x0642C410; +const void * RTTI_MessageMenuManager = (void *)0x0642C258; +const void * RTTI_MigrateSharedStateFromPreviousView = (void *)0x063A6AF0; +const void * RTTI_MirrorModifier = (void *)0x0646E018; +const void * RTTI_MirrorModifierInstance = (void *)0x06470D10; +const void * RTTI_MiscStatManager__FindStatByCRC = (void *)0x062D63A8; +const void * RTTI_MissileProjectile = (void *)0x063E8DC8; +const void * RTTI_MissingContent = (void *)0x06511468; +const void * RTTI_MissionBoardMenu = (void *)0x06368BA8; +const void * RTTI_MissionBoardMenu__MissionBoardMenuEventShuttle = (void *)0x06368AC0; +const void * RTTI_MissionBoard_MissionEntryChanged = (void *)0x06368F00; +const void * RTTI_MissionBoard_MissionEntryPressed = (void *)0x06368F88; +const void * RTTI_MissionMenu_ClearState = (void *)0x06364918; +const void * RTTI_MissionMenu_PlotToLocation = (void *)0x06364AE0; +const void * RTTI_MissionMenu_RejectQuest = (void *)0x06364A78; +const void * RTTI_MissionMenu_SaveCategoryIndex = (void *)0x06364A08; +const void * RTTI_MissionMenu_SaveOpenedId = (void *)0x063649D8; +const void * RTTI_MissionMenu_ShowItemLocation = (void *)0x06364AA8; +const void * RTTI_MissionMenu_ToggleQTDisplay = (void *)0x063649A0; +const void * RTTI_MissionMenu_ToggleTrackingQuest = (void *)0x06364A40; +const void * RTTI_MobIterOperator = (void *)0x062D87B8; +const void * RTTI_ModelReferenceEffect = (void *)0x06177E90; +const void * RTTI_MomentumAnimation = (void *)0x064713C8; +const void * RTTI_MomentumAnimationInstance = (void *)0x064713F0; +const void * RTTI_MomentumSwitchback = (void *)0x06471398; +const void * RTTI_MomentumSwitchbackInstance = (void *)0x06471360; +const void * RTTI_MonocleMenu = (void *)0x0636BC40; +const void * RTTI_MonocleMenu_Bioscan = (void *)0x0636BB50; +const void * RTTI_MonocleMenu_FastTravel = (void *)0x06369D88; +const void * RTTI_MonocleMenu_Harvest = (void *)0x0636BB80; +const void * RTTI_MonocleMenu_Initialize = (void *)0x0636BC10; +const void * RTTI_MonocleMenu_OpenDoor = (void *)0x06369C70; +const void * RTTI_MonocleMenu_Outpost = (void *)0x0636BBB0; +const void * RTTI_MonocleMenu_PhotoMode = (void *)0x0636BAF0; +const void * RTTI_MonocleMenu_Shutdown = (void *)0x0636BBE0; +const void * RTTI_MonocleMenu_SocialSpell = (void *)0x0636BB20; +const void * RTTI_MonocleMenu_StartContainerView = (void *)0x06369DF0; +const void * RTTI_MonocleMenu_StopContainerView = (void *)0x06369DB8; +const void * RTTI_MonocleMenu_SurfaceMap = (void *)0x0636BA60; +const void * RTTI_MonocleMenu_UseListScrollControls = (void *)0x06369D50; +const void * RTTI_MonocleMenu_ZoomIn = (void *)0x0636BAC0; +const void * RTTI_MonocleMenu_ZoomOut = (void *)0x0636BA90; +const void * RTTI_MonocleUIDataModel = (void *)0x0635A4E8; +const void * RTTI_MonocleUIDataModel__EventData = (void *)0x0635A840; +const void * RTTI_MonocleUIDataModel__MenuData = (void *)0x0635AD20; +const void * RTTI_MonocleUIDataModel__MenuFreqData = (void *)0x0635AB50; +const void * RTTI_MonocleUIDataModel__MonocleUIDataEventShuttle = (void *)0x0635A1F0; +const void * RTTI_MonocleUIDataModel__PickRefData = (void *)0x0635A948; +const void * RTTI_MonocleUIDataModel__ResourceArcData = (void *)0x0635AF40; +const void * RTTI_MonocleUIDataModel__ResourceData = (void *)0x0635A150; +const void * RTTI_MonocleUIDataModel__ScannableMapMarkerData = (void *)0x0635AB10; +const void * RTTI_MonocleUIDataModel__SocialSpellData = (void *)0x0635A110; +const void * RTTI_MorphDriverData = (void *)0x062ABDE8; +const void * RTTI_MorphDriverInstance = (void *)0x062ABE88; +const void * RTTI_MotionDrivenHandler = (void *)0x063E6960; +const void * RTTI_MotionDrivenHandlerReference = (void *)0x063E2900; +const void * RTTI_MountDismountEndHandler = (void *)0x063E6AC8; +const void * RTTI_MountInteraction = (void *)0x063CA3D0; +const void * RTTI_MouseMoveEvent = (void *)0x064742F8; +const void * RTTI_MovementAgent = (void *)0x0627FBD0; +const void * RTTI_MovementAgentActorAvoider = (void *)0x064B8A28; +const void * RTTI_MovementAgentActorState = (void *)0x064B9838; +const void * RTTI_MovementAgentFlightController = (void *)0x064B98D0; +const void * RTTI_MovementAgentFlightControllerDetached = (void *)0x064B9CA8; +const void * RTTI_MovementAgentPathFollowerFlight = (void *)0x064BC1D0; +const void * RTTI_MovementAgentPathFollowerStandard = (void *)0x064B96C8; +const void * RTTI_MovementAgentPathFollowerVirtual = (void *)0x064B9C70; +const void * RTTI_MovementArbiter = (void *)0x064B8C88; +const void * RTTI_MovementArbitrationAverageFloat = (void *)0x064B9EA8; +const void * RTTI_MovementArbitrationMaxWeightParameters = (void *)0x064B9F28; +const void * RTTI_MovementArbitrationMaxWeightPoint = (void *)0x064B9F68; +const void * RTTI_MovementArbitrationVectorAdd = (void *)0x064BC898; +const void * RTTI_MovementAvoidBoxEventAdapter = (void *)0x063B8710; +const void * RTTI_MovementAvoidanceManager = (void *)0x063CFCF0; +const void * RTTI_MovementComponentEventHandler = (void *)0x0627F920; +const void * RTTI_MovementControllerAI = (void *)0x0627F958; +const void * RTTI_MovementControllerComponent = (void *)0x0627F988; +const void * RTTI_MovementControllerComponentData = (void *)0x0627F9C0; +const void * RTTI_MovementControllerNPC = (void *)0x063CFF68; +const void * RTTI_MovementControllerNullDataTracker = (void *)0x064BA038; +const void * RTTI_MovementControllerRegisterInterface = (void *)0x064BA100; +const void * RTTI_MovementHandlerAgent = (void *)0x0627FB40; +const void * RTTI_MovementHandlerAgentAngleGain = (void *)0x064BC238; +const void * RTTI_MovementHandlerAgentDirectControl = (void *)0x063CFFD0; +const void * RTTI_MovementHandlerAgentDirectionPassThrough = (void *)0x064BC190; +const void * RTTI_MovementHandlerAgentFlightBoostTrigger = (void *)0x0627FBF8; +const void * RTTI_MovementHandlerAgentGraphDrivenAnimationDriven = (void *)0x0627FC70; +const void * RTTI_MovementHandlerAgentPlayerControls = (void *)0x0627FCB8; +const void * RTTI_MovementHandlerAgentPlayerControlsActionTrigger = (void *)0x0627FDA0; +const void * RTTI_MovementHandlerAgentPlayerFlightControls = (void *)0x0627FDE8; +const void * RTTI_MovementHandlerAgentSprintActionTrigger = (void *)0x063D0008; +const void * RTTI_MovementHandlerAgentStairsHelper = (void *)0x063D0048; +const void * RTTI_MovementHandlerAgentStandard = (void *)0x064B9C38; +const void * RTTI_MovementHandlerAgentStorePlannerOutput = (void *)0x064B9BF8; +const void * RTTI_MovementHandlerArbiter = (void *)0x064B93B0; +const void * RTTI_MovementLargeDelta__IEnumVisitor = (void *)0x062D64D8; +const void * RTTI_MovementMessage = (void *)0x06284B98; +const void * RTTI_MovementMessageActivateDoor = (void *)0x064BAC08; +const void * RTTI_MovementMessageActorCollision = (void *)0x063D0080; +const void * RTTI_MovementMessageApproachingDoor = (void *)0x064BAC70; +const void * RTTI_MovementMessageBeginLandingApproach = (void *)0x06284BF0; +const void * RTTI_MovementMessageBlocked = (void *)0x064BC090; +const void * RTTI_MovementMessageDoor = (void *)0x064BAC40; +const void * RTTI_MovementMessageGravJump = (void *)0x06286CD8; +const void * RTTI_MovementMessageJump = (void *)0x064BC128; +const void * RTTI_MovementMessageLand = (void *)0x06286D08; +const void * RTTI_MovementMessageNewPath = (void *)0x064B8BC8; +const void * RTTI_MovementMessagePathCleared = (void *)0x064BAB38; +const void * RTTI_MovementMessagePathComplete = (void *)0x064BAB70; +const void * RTTI_MovementMessagePathEvent = (void *)0x064B8B98; +const void * RTTI_MovementMessagePathFailed = (void *)0x064BAB08; +const void * RTTI_MovementMessagePlayIdle = (void *)0x064BC0C0; +const void * RTTI_MovementMessageSetStaticPath = (void *)0x064BC0F0; +const void * RTTI_MovementMessageTakeOff = (void *)0x06284BC0; +const void * RTTI_MovementMessageTraversal = (void *)0x064BABD8; +const void * RTTI_MovementMessageUpdateRequestImmediate = (void *)0x064B8B58; +const void * RTTI_MovementMessageWarpToLocation = (void *)0x064BC058; +const void * RTTI_MovementMessageWarpToMultiple = (void *)0x064BC158; +const void * RTTI_MovementParameters = (void *)0x06210278; +const void * RTTI_MovementParametersFixed = (void *)0x06314DA8; +const void * RTTI_MovementPathManagerAgent = (void *)0x064B8D80; +const void * RTTI_MovementPathManagerAgentAvoidBox = (void *)0x064B9A98; +const void * RTTI_MovementPathManagerAgentLoadedAreaMonitor = (void *)0x064B9910; +const void * RTTI_MovementPathManagerAgentStaticAvoider = (void *)0x064B99C0; +const void * RTTI_MovementPathManagerArbiter = (void *)0x064B8CB0; +const void * RTTI_MovementPathManagerNullTracker = (void *)0x064B8C50; +const void * RTTI_MovementPlannerAgent = (void *)0x063D0150; +const void * RTTI_MovementPlannerAgentDirectControl = (void *)0x063D0118; +const void * RTTI_MovementPlannerAgentNavmeshBounds = (void *)0x064B9950; +const void * RTTI_MovementPlannerAgentWarp = (void *)0x063D01A8; +const void * RTTI_MovementPlannerArbiter = (void *)0x064B9178; +const void * RTTI_MovementPostUpdateArbiter = (void *)0x064B95A0; +const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData = (void *)0x064BA280; +const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToPath = (void *)0x064BA210; +const void * RTTI_MovementStateFollowPath = (void *)0x064B8B28; +const void * RTTI_MovementStateTweener = (void *)0x064B8AC0; +const void * RTTI_MovementTweenerAgent = (void *)0x063D01D8; +const void * RTTI_MovementTweenerAgentFixedDelta = (void *)0x064B9B10; +const void * RTTI_MovementTweenerAgentNodeFollower = (void *)0x063D0208; +const void * RTTI_MovementTweenerAgentTargetPosAndVel = (void *)0x064B9BB8; +const void * RTTI_MovementTweenerArbiter = (void *)0x064B93E0; +const void * RTTI_MoviePlayer = (void *)0x063AA290; +const void * RTTI_MultiFootIKNode = (void *)0x064711A8; +const void * RTTI_MultiFootIKNodeInstance = (void *)0x064711D0; +const void * RTTI_NEW_REFR_DATA = (void *)0x06258DF0; +const void * RTTI_NPCAttachHandler = (void *)0x063E6AA0; +const void * RTTI_NPCDetachHandler = (void *)0x063E6B30; +const void * RTTI_NavGenUtil__TunnelTerraintFilter = (void *)0x062813A8; +const void * RTTI_NavMesh = (void *)0x061784A8; +const void * RTTI_NavMeshGenContext = (void *)0x0624A4F0; +const void * RTTI_NavMeshGenData = (void *)0x06249C40; +const void * RTTI_NavMeshGenFinalizer = (void *)0x062829B8; +const void * RTTI_NavMeshGenInputBorderProcessTask = (void *)0x0624A388; +const void * RTTI_NavMeshGenInputProcessor = (void *)0x06282CA8; +const void * RTTI_NavMeshGenOutputProcessor = (void *)0x06282D10; +const void * RTTI_NavMeshGenSplitter = (void *)0x06282D78; +const void * RTTI_NavMeshGenStitcher = (void *)0x06282F10; +const void * RTTI_NavMeshGenerator = (void *)0x06281F08; +const void * RTTI_NavMeshGenerator__NavMeshGenCellsNode = (void *)0x06281910; +const void * RTTI_NavMeshInfo = (void *)0x062EE1F0; +const void * RTTI_NavMeshInfoMap = (void *)0x062EE268; +const void * RTTI_NavMeshObstacleCoverManager = (void *)0x06200438; +const void * RTTI_NavMeshObstacleManager = (void *)0x062EE678; +const void * RTTI_NavMeshSearchClosePoint = (void *)0x062F02C0; +const void * RTTI_NavMeshSearchFitSphere = (void *)0x062F02F0; +const void * RTTI_NavMeshSearchHide = (void *)0x062F0630; +const void * RTTI_NavMeshSearchLOS = (void *)0x062F0748; +const void * RTTI_NavMeshSearchLargestSpaceNearLocation = (void *)0x062F0460; +const void * RTTI_NavMeshSearchSLPoint = (void *)0x062F0848; +const void * RTTI_NavMeshSplineExtraData = (void *)0x062B1B78; +const void * RTTI_NiAVObject = (void *)0x06200378; +const void * RTTI_NiAdditionalGeometryData = (void *)0x0650EC68; +const void * RTTI_NiAmbientLight = (void *)0x0650EC40; +const void * RTTI_NiBSplineBasisData = (void *)0x0650C890; +const void * RTTI_NiBSplineColorInterpolator = (void *)0x0650C8E8; +const void * RTTI_NiBSplineCompColorInterpolator = (void *)0x0650C920; +const void * RTTI_NiBSplineCompFloatInterpolator = (void *)0x0650C958; +const void * RTTI_NiBSplineCompPoint3Interpolator = (void *)0x0650C9C8; +const void * RTTI_NiBSplineCompTransformInterpolator = (void *)0x0650C728; +const void * RTTI_NiBSplineData = (void *)0x0650C8C0; +const void * RTTI_NiBSplineFloatInterpolator = (void *)0x0650C990; +const void * RTTI_NiBSplineInterpolator = (void *)0x0650C768; +const void * RTTI_NiBSplinePoint3Interpolator = (void *)0x0650CA00; +const void * RTTI_NiBSplineTransformInterpolator = (void *)0x0650C798; +const void * RTTI_NiBillboardNode = (void *)0x0650DED8; +const void * RTTI_NiBinaryExtraData = (void *)0x0650EC98; +const void * RTTI_NiBinaryStream = (void *)0x062D8590; +const void * RTTI_NiBlendAccumTransformInterpolator = (void *)0x0650C1C8; +const void * RTTI_NiBlendBoolInterpolator = (void *)0x0650C558; +const void * RTTI_NiBlendColorInterpolator = (void *)0x0650C7D0; +const void * RTTI_NiBlendFloatInterpolator = (void *)0x0650C390; +const void * RTTI_NiBlendInterpolator = (void *)0x0650C228; +const void * RTTI_NiBlendPoint3Interpolator = (void *)0x0650C800; +const void * RTTI_NiBlendQuaternionInterpolator = (void *)0x0650C830; +const void * RTTI_NiBlendTransformInterpolator = (void *)0x0650C428; +const void * RTTI_NiBoolData = (void *)0x0650C868; +const void * RTTI_NiBoolInterpolator = (void *)0x0650C4F8; +const void * RTTI_NiBoolTimelineInterpolator = (void *)0x0650C4C0; +const void * RTTI_NiBooleanExtraData = (void *)0x0650ECC0; +const void * RTTI_NiCamera = (void *)0x0650D738; +const void * RTTI_NiCollisionObject = (void *)0x063C9E58; +const void * RTTI_NiColorData = (void *)0x0650CA38; +const void * RTTI_NiColorExtraData = (void *)0x0650E108; +const void * RTTI_NiColorExtraDataController = (void *)0x0650CA60; +const void * RTTI_NiColorInterpolator = (void *)0x0650CA98; +const void * RTTI_NiControllerManager = (void *)0x0650BFB8; +const void * RTTI_NiControllerSequence = (void *)0x0650C120; +const void * RTTI_NiDefaultAVObjectPalette = (void *)0x0650BF88; +const void * RTTI_NiDirectionalLight = (void *)0x0650ECF0; +const void * RTTI_NiExtraData = (void *)0x0623FF38; +const void * RTTI_NiExtraDataController = (void *)0x0650C3C0; +const void * RTTI_NiFile = (void *)0x063A4870; +const void * RTTI_NiFloatController = (void *)0x0650CEB0; +const void * RTTI_NiFloatData = (void *)0x0650C318; +const void * RTTI_NiFloatExtraData = (void *)0x0650ED20; +const void * RTTI_NiFloatExtraDataController = (void *)0x0650C3F0; +const void * RTTI_NiFloatInterpController = (void *)0x0650C490; +const void * RTTI_NiFloatInterpolator = (void *)0x0650C528; +const void * RTTI_NiFloatsExtraData = (void *)0x0650E130; +const void * RTTI_NiFloatsExtraDataController = (void *)0x0650CAC8; +const void * RTTI_NiFloatsExtraDataPoint3Controller = (void *)0x0650CB00; +const void * RTTI_NiFogProperty = (void *)0x0650EC18; +const void * RTTI_NiFormArray = (void *)0x062D9AE8; +const void * RTTI_NiGeometry = (void *)0x0650EE68; +const void * RTTI_NiGeometryData = (void *)0x0650DF68; +const void * RTTI_NiIntegerExtraData = (void *)0x0647A618; +const void * RTTI_NiIntegersExtraData = (void *)0x06490E98; +const void * RTTI_NiInterpController = (void *)0x0648E6A0; +const void * RTTI_NiKeyframeManager = (void *)0x0650CB38; +const void * RTTI_NiLight = (void *)0x0650E1E0; +const void * RTTI_NiLightColorController = (void *)0x0650CCE0; +const void * RTTI_NiLightDimmerController = (void *)0x0650CD40; +const void * RTTI_NiLightRadiusController = (void *)0x0650CD70; +const void * RTTI_NiLookAtController = (void *)0x0650CDA0; +const void * RTTI_NiLookAtInterpolator = (void *)0x0650CDD0; +const void * RTTI_NiMemStream = (void *)0x0650EF60; +const void * RTTI_NiMorphData = (void *)0x0650CE00; +const void * RTTI_NiMultiTargetTransformController = (void *)0x0650C150; +const void * RTTI_NiNode = (void *)0x06242830; +const void * RTTI_NiObjectNET = (void *)0x062003A0; +const void * RTTI_NiPathController = (void *)0x0650CE28; +const void * RTTI_NiPathInterpolator = (void *)0x0650C340; +const void * RTTI_NiPick__Results = (void *)0x0650DFE0; +const void * RTTI_NiPoint3Interpolator = (void *)0x0650CE50; +const void * RTTI_NiPointLight = (void *)0x0650ED48; +const void * RTTI_NiPosData = (void *)0x0650C370; +const void * RTTI_NiProperty = (void *)0x0650E558; +const void * RTTI_NiQuaternionInterpolator = (void *)0x0650CE80; +const void * RTTI_NiRefObject = (void *)0x06215AC0; +const void * RTTI_NiRollController = (void *)0x0650CED8; +const void * RTTI_NiRotData = (void *)0x0650CF00; +const void * RTTI_NiSequence = (void *)0x0650CF20; +const void * RTTI_NiSequenceStreamHelper = (void *)0x0650D0F8; +const void * RTTI_NiSingleInterpController = (void *)0x0650C288; +const void * RTTI_NiSkinData = (void *)0x0650ED70; +const void * RTTI_NiSkinInstance = (void *)0x0650ED98; +const void * RTTI_NiSkinPartition = (void *)0x0650EDC0; +const void * RTTI_NiSpotLight = (void *)0x0650EDE8; +const void * RTTI_NiStream = (void *)0x062DCBE8; +const void * RTTI_NiStringExtraData = (void *)0x0650D6E8; +const void * RTTI_NiStringPalette = (void *)0x0650D128; +const void * RTTI_NiStringsExtraData = (void *)0x0650EE10; +const void * RTTI_NiSwitchNode = (void *)0x0650DF00; +const void * RTTI_NiTextKeyExtraData = (void *)0x0650D150; +const void * RTTI_NiTimeController = (void *)0x062727C0; +const void * RTTI_NiTransformController = (void *)0x0650C258; +const void * RTTI_NiTransformData = (void *)0x0650C700; +const void * RTTI_NiTransformInterpolator = (void *)0x0650C2B8; +const void * RTTI_NiTriBasedGeom = (void *)0x0650EE90; +const void * RTTI_NiTriBasedGeomData = (void *)0x0650EEE0; +const void * RTTI_NiTriShape = (void *)0x0650EE40; +const void * RTTI_NiTriShapeData = (void *)0x0650EEB8; +const void * RTTI_NiTriStrips = (void *)0x0650EF10; +const void * RTTI_NiTriStripsData = (void *)0x0650EF38; +const void * RTTI_NiUVData = (void *)0x0650D180; +const void * RTTI_NiVisController = (void *)0x0650D1A0; +const void * RTTI_NightEyeEffect = (void *)0x0639EC88; +const void * RTTI_NonActorMagicCaster = (void *)0x06267948; +const void * RTTI_NonActorMagicTarget = (void *)0x061778D0; +const void * RTTI_NormalizeRotation = (void *)0x0646DF58; +const void * RTTI_NormalizeRotationInstance = (void *)0x06470D40; +const void * RTTI_NullMovementSelectIdleResult = (void *)0x064B9CE8; +const void * RTTI_NullMovementState = (void *)0x0641B878; +const void * RTTI_NullPathBuilderTracker = (void *)0x064B4FA8; +const void * RTTI_ObjectAttachmentFormComponent = (void *)0x0625ABF0; +const void * RTTI_ObjectListItem = (void *)0x062DF460; +const void * RTTI_ObstacleTaskData = (void *)0x062EEA30; +const void * RTTI_OfflineLoadOrder = (void *)0x06510220; +const void * RTTI_OpenContainerMenuMessage = (void *)0x06179530; +const void * RTTI_OpenEffect = (void *)0x0639EF70; +const void * RTTI_OpenRefuelMenuMessage = (void *)0x06179970; +const void * RTTI_OpenShipCrewAssignMenuMessage = (void *)0x06179938; +const void * RTTI_Options = (void *)0x06510BD0; +const void * RTTI_OwnedCameraEffectController = (void *)0x062CA520; +const void * RTTI_OwnedController = (void *)0x06243090; +const void * RTTI_OwnedEntitlements = (void *)0x06457B38; +const void * RTTI_PackageCreator = (void *)0x061980F0; +const void * RTTI_PackageList = (void *)0x06272D68; +const void * RTTI_PackageLocation = (void *)0x062EDE30; +const void * RTTI_PageFileBase = (void *)0x063A49C0; +const void * RTTI_PairCollector = (void *)0x061710A8; +const void * RTTI_PairedAnimation = (void *)0x06471150; +const void * RTTI_PairedAnimationInstance = (void *)0x06471178; +const void * RTTI_PairedAttackDialogueHandler = (void *)0x063E3078; +const void * RTTI_PairedStopHandler = (void *)0x063E6E30; +const void * RTTI_ParalysisEffect = (void *)0x0639DC60; +const void * RTTI_ParticleFormComponent = (void *)0x0625B258; +const void * RTTI_ParticleParticleCollisionsTask = (void *)0x06170BE0; +const void * RTTI_ParticleParticleInterBranchCollisionsTask = (void *)0x06170C20; +const void * RTTI_ParticleParticleInterbranchSolveTask = (void *)0x06170B70; +const void * RTTI_ParticleParticleProcessEarlyOutStateTask = (void *)0x06170A48; +const void * RTTI_ParticleSequence = (void *)0x0646DF30; +const void * RTTI_ParticleSequenceInstance = (void *)0x06470D70; +const void * RTTI_ParticleSystemInterface = (void *)0x0626DE30; +const void * RTTI_Particles__AnimatedUVMaterialProperties = (void *)0x064A4CA8; +const void * RTTI_Particles__BaseCustomParameter = (void *)0x06300508; +const void * RTTI_Particles__BaseOperation = (void *)0x064ABBC8; +const void * RTTI_Particles__BaseParticleSystemItem = (void *)0x064ABB90; +const void * RTTI_Particles__BoundProperty = (void *)0x064A4D18; +const void * RTTI_Particles__BundleInfo = (void *)0x064ABC28; +const void * RTTI_Particles__EmitterBinding = (void *)0x064B10E8; +const void * RTTI_Particles__EmitterDefinition = (void *)0x064B1470; +const void * RTTI_Particles__EmitterMaterialDependency = (void *)0x064AC430; +const void * RTTI_Particles__ForcesProperties = (void *)0x064AC4D8; +const void * RTTI_Particles__GeometryAsShapeDependency = (void *)0x064AC308; +const void * RTTI_Particles__GeometryParticlesProperties = (void *)0x064AC510; +const void * RTTI_Particles__GroupOperation = (void *)0x064ABC58; +const void * RTTI_Particles__ITimeMultiplierProvider = (void *)0x062B1E58; +const void * RTTI_Particles__Intrinsics__ApplyAngularVelocityParamSet = (void *)0x064AC780; +const void * RTTI_Particles__Intrinsics__ApplyForcesToPositionParamSet = (void *)0x064AC690; +const void * RTTI_Particles__Intrinsics__ApplyForcesToVelocityParamSet = (void *)0x064AC6E0; +const void * RTTI_Particles__Intrinsics__ApplyVelocityToPositionParamSet = (void *)0x064AD560; +const void * RTTI_Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet = (void *)0x064AD5B0; +const void * RTTI_Particles__Intrinsics__AssignmentOperationInput = (void *)0x064AB8A0; +const void * RTTI_Particles__Intrinsics__BindingNameInput = (void *)0x064ACCB0; +const void * RTTI_Particles__Intrinsics__BoolBoolParamSet = (void *)0x064ADB98; +const void * RTTI_Particles__Intrinsics__BoolInput = (void *)0x064ACD68; +const void * RTTI_Particles__Intrinsics__BroadcastCollisionEventParamSet = (void *)0x064AD3F0; +const void * RTTI_Particles__Intrinsics__ColorAlphaCurvesParamSet = (void *)0x064AB720; +const void * RTTI_Particles__Intrinsics__ColorColorColorParamSet = (void *)0x064ADAB0; +const void * RTTI_Particles__Intrinsics__ColorColorFloatParamSet = (void *)0x064ADA20; +const void * RTTI_Particles__Intrinsics__ColorCurveParamSet = (void *)0x064AB928; +const void * RTTI_Particles__Intrinsics__ColorFloatParamSet = (void *)0x064ADA68; +const void * RTTI_Particles__Intrinsics__ColorInput = (void *)0x064ACDA0; +const void * RTTI_Particles__Intrinsics__ColorPickerMinMaxParamSet = (void *)0x064AD910; +const void * RTTI_Particles__Intrinsics__ColorPickerParamSet = (void *)0x064ADC18; +const void * RTTI_Particles__Intrinsics__ConditionalJumpParamSet = (void *)0x064AB9E0; +const void * RTTI_Particles__Intrinsics__ConditionalKillParamSet = (void *)0x064AD2A0; +const void * RTTI_Particles__Intrinsics__ConformToHeightmapParamSet = (void *)0x064AB380; +const void * RTTI_Particles__Intrinsics__ConformToHeightmapSimParamSet = (void *)0x064AB3D0; +const void * RTTI_Particles__Intrinsics__CurveParamSet = (void *)0x064AB8E8; +const void * RTTI_Particles__Intrinsics__CustomHandlingParamSet = (void *)0x064ACA50; +const void * RTTI_Particles__Intrinsics__CyclingVolumeParamSet = (void *)0x064AB5A0; +const void * RTTI_Particles__Intrinsics__DebugAnimateParentTransform = (void *)0x064AB770; +const void * RTTI_Particles__Intrinsics__DebugAttachToCamera = (void *)0x064AB7B8; +const void * RTTI_Particles__Intrinsics__DebugMoveParentTransform = (void *)0x064AB800; +const void * RTTI_Particles__Intrinsics__DirectionAxisInput = (void *)0x064AC9C0; +const void * RTTI_Particles__Intrinsics__DirectionToRotation3DParamSet = (void *)0x064ADD00; +const void * RTTI_Particles__Intrinsics__Double3Double3Double3ParamSet = (void *)0x064ADF10; +const void * RTTI_Particles__Intrinsics__Double3Double3ParamSet = (void *)0x064AE0E0; +const void * RTTI_Particles__Intrinsics__Double3Double3VectorParamSet = (void *)0x064AE130; +const void * RTTI_Particles__Intrinsics__Double3Input = (void *)0x064ABE40; +const void * RTTI_Particles__Intrinsics__EmissionTypeInput = (void *)0x064ACBB8; +const void * RTTI_Particles__Intrinsics__ExpressionInputParamSet = (void *)0x064B37C0; +const void * RTTI_Particles__Intrinsics__Float5ParamSet = (void *)0x064AD018; +const void * RTTI_Particles__Intrinsics__Float6ParamSet = (void *)0x064AD058; +const void * RTTI_Particles__Intrinsics__FloatBoolParamSet = (void *)0x064AD098; +const void * RTTI_Particles__Intrinsics__FloatColorParamSet = (void *)0x064ADBD8; +const void * RTTI_Particles__Intrinsics__FloatFloatBoolParamSet = (void *)0x064ACEC0; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatColorParamSet = (void *)0x064ADB00; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatParamSet = (void *)0x064ACFD0; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatParamSet = (void *)0x064AD2F0; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatVectorParamSet = (void *)0x064AD0E0; +const void * RTTI_Particles__Intrinsics__FloatFloatParamSet = (void *)0x064ACF08; +const void * RTTI_Particles__Intrinsics__FloatInput = (void *)0x064ABE08; +const void * RTTI_Particles__Intrinsics__FloatMinMaxParamSet = (void *)0x064AD1C8; +const void * RTTI_Particles__Intrinsics__FloatUIntParamSet = (void *)0x064ACF48; +const void * RTTI_Particles__Intrinsics__FloatVector33MatrixParamSet = (void *)0x064AD130; +const void * RTTI_Particles__Intrinsics__FloatVectorParamSet = (void *)0x064AE178; +const void * RTTI_Particles__Intrinsics__FloatVectorVectorParamSet = (void *)0x064AB680; +const void * RTTI_Particles__Intrinsics__GenericResourceParamSet = (void *)0x064ACA00; +const void * RTTI_Particles__Intrinsics__GeometryParticleKillParamSet = (void *)0x064AC8D0; +const void * RTTI_Particles__Intrinsics__GeometryParticleParamSet = (void *)0x064ACAA0; +const void * RTTI_Particles__Intrinsics__GeometryParticleUpdateParamSet = (void *)0x064AC880; +const void * RTTI_Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet = (void *)0x064AC920; +const void * RTTI_Particles__Intrinsics__HexColorHexColorUIntParamSet = (void *)0x064ABA80; +const void * RTTI_Particles__Intrinsics__HexColorUIntParamSet = (void *)0x064AD9E0; +const void * RTTI_Particles__Intrinsics__HexUIntInput = (void *)0x064ACD30; +const void * RTTI_Particles__Intrinsics__Input = (void *)0x064ABF70; +const void * RTTI_Particles__Intrinsics__IntInput = (void *)0x064ACE48; +const void * RTTI_Particles__Intrinsics__JumpParamSet = (void *)0x064AB9A8; +const void * RTTI_Particles__Intrinsics__KillParamSet = (void *)0x064AD260; +const void * RTTI_Particles__Intrinsics__LODCurvedPropertyBaseParamSet = (void *)0x064AB420; +const void * RTTI_Particles__Intrinsics__LODCurvedPropertyFloatParamSet = (void *)0x064AB470; +const void * RTTI_Particles__Intrinsics__MatrixInput = (void *)0x064ACE10; +const void * RTTI_Particles__Intrinsics__MatrixVectorVectorParamSet = (void *)0x064AB850; +const void * RTTI_Particles__Intrinsics__MeshSpawnDimensionInput = (void *)0x064ACAF0; +const void * RTTI_Particles__Intrinsics__NoOpDeclareBoolParamSet = (void *)0x064AC7D0; +const void * RTTI_Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet = (void *)0x064AD7A0; +const void * RTTI_Particles__Intrinsics__Noise2ParamSet = (void *)0x064AE238; +const void * RTTI_Particles__Intrinsics__Noise3ParamSet = (void *)0x064AE050; +const void * RTTI_Particles__Intrinsics__NoiseBaseParamSet = (void *)0x064AE1B8; +const void * RTTI_Particles__Intrinsics__NoiseParamSet = (void *)0x064AE1F8; +const void * RTTI_Particles__Intrinsics__NoiseTypeInput = (void *)0x064ACB78; +const void * RTTI_Particles__Intrinsics__OperationNameInput = (void *)0x064ACC70; +const void * RTTI_Particles__Intrinsics__OrbitAroundPointParamSet = (void *)0x064AB500; +const void * RTTI_Particles__Intrinsics__ParameterSetBase = (void *)0x064ABDC8; +const void * RTTI_Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet = (void *)0x064AC970; +const void * RTTI_Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet = (void *)0x064AC730; +const void * RTTI_Particles__Intrinsics__PointInCylinderParamSet = (void *)0x064ABA30; +const void * RTTI_Particles__Intrinsics__PointInMeshParamSet = (void *)0x064AB4C0; +const void * RTTI_Particles__Intrinsics__PointOnAttachedSkeletonParamSet = (void *)0x064AB550; +const void * RTTI_Particles__Intrinsics__RandomVariableParamSet = (void *)0x064AE090; +const void * RTTI_Particles__Intrinsics__RandomVectorOnShapeParamSet = (void *)0x064AB6D0; +const void * RTTI_Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet = (void *)0x064ADD50; +const void * RTTI_Particles__Intrinsics__ShapeTypeInput = (void *)0x064ACB38; +const void * RTTI_Particles__Intrinsics__SharedAsset = (void *)0x064AC348; +const void * RTTI_Particles__Intrinsics__SharedAssociatedUID = (void *)0x064ABEF0; +const void * RTTI_Particles__Intrinsics__SharedCollisionInfo = (void *)0x064ABF30; +const void * RTTI_Particles__Intrinsics__SharedColorAlphaCurves = (void *)0x064AC280; +const void * RTTI_Particles__Intrinsics__SharedColorCurve = (void *)0x064AC240; +const void * RTTI_Particles__Intrinsics__SharedCurve = (void *)0x064AC3C0; +const void * RTTI_Particles__Intrinsics__SharedCustomParameter = (void *)0x064AC0B0; +const void * RTTI_Particles__Intrinsics__SharedFiniteRandomNumberGenerator = (void *)0x064AC1B0; +const void * RTTI_Particles__Intrinsics__SharedHeightmapData = (void *)0x064ABEB0; +const void * RTTI_Particles__Intrinsics__SharedLODCurves = (void *)0x064AC2C8; +const void * RTTI_Particles__Intrinsics__SharedMesh = (void *)0x064AC0F8; +const void * RTTI_Particles__Intrinsics__SharedNoiseGenerator = (void *)0x064AC170; +const void * RTTI_Particles__Intrinsics__SharedParticleSystemSpawnParameters = (void *)0x064AC010; +const void * RTTI_Particles__Intrinsics__SharedRGBColorCurve = (void *)0x064AC200; +const void * RTTI_Particles__Intrinsics__SharedRandomVariableDistributionValues = (void *)0x064ABFB0; +const void * RTTI_Particles__Intrinsics__SharedRuntimeInfo = (void *)0x064AC380; +const void * RTTI_Particles__Intrinsics__SharedSkeletonData = (void *)0x064AC130; +const void * RTTI_Particles__Intrinsics__SharedUpdateForcesParameters = (void *)0x064AC060; +const void * RTTI_Particles__Intrinsics__SpawnParticleParamSet = (void *)0x064AD440; +const void * RTTI_Particles__Intrinsics__StringInput = (void *)0x064ACC38; +const void * RTTI_Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet = (void *)0x064AD500; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet = (void *)0x064AD490; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet = (void *)0x064AD740; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet = (void *)0x064AD670; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet = (void *)0x064AD8B0; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet = (void *)0x064AD850; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet = (void *)0x064AD7F0; +const void * RTTI_Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet = (void *)0x064AD6D0; +const void * RTTI_Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet = (void *)0x064AD600; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet = (void *)0x064AC5C0; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet = (void *)0x064AC820; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet = (void *)0x064AC620; +const void * RTTI_Particles__Intrinsics__TransformStretchVectorToWorldParamSet = (void *)0x064AD390; +const void * RTTI_Particles__Intrinsics__TransformVelocityToWorldParamSet = (void *)0x064AD340; +const void * RTTI_Particles__Intrinsics__UIntDivisionParamSet = (void *)0x064ABB10; +const void * RTTI_Particles__Intrinsics__UIntFloatParamSet = (void *)0x064AB968; +const void * RTTI_Particles__Intrinsics__UIntInput = (void *)0x064ACE80; +const void * RTTI_Particles__Intrinsics__UIntMinMaxParamSet = (void *)0x064ABB50; +const void * RTTI_Particles__Intrinsics__UIntUIntBoolParamSet = (void *)0x064AD9A0; +const void * RTTI_Particles__Intrinsics__UIntUIntParamSet = (void *)0x064AD958; +const void * RTTI_Particles__Intrinsics__UIntUIntUIntParamSet = (void *)0x064ABAD0; +const void * RTTI_Particles__Intrinsics__UpdateChildParticleBindingsParamSet = (void *)0x064AD210; +const void * RTTI_Particles__Intrinsics__UpdateForcesParamSet = (void *)0x064B3500; +const void * RTTI_Particles__Intrinsics__VariableInput = (void *)0x064ACCF0; +const void * RTTI_Particles__Intrinsics__Vector2Input = (void *)0x064ABE78; +const void * RTTI_Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet = (void *)0x064AE000; +const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x064ADDA0; +const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x064ADE00; +const void * RTTI_Particles__Intrinsics__Vector3Input = (void *)0x064ACDD8; +const void * RTTI_Particles__Intrinsics__Vector3MatrixParamSet = (void *)0x064AD180; +const void * RTTI_Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet = (void *)0x064ADE60; +const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x064ADEB0; +const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x064ADC60; +const void * RTTI_Particles__Intrinsics__VectorFloatParamSet = (void *)0x064AB5E8; +const void * RTTI_Particles__Intrinsics__VectorFloatVectorParamSet = (void *)0x064AB630; +const void * RTTI_Particles__Intrinsics__VectorMinMaxParamSet = (void *)0x064ADCC0; +const void * RTTI_Particles__Intrinsics__VectorScaleAddParamSet = (void *)0x064ADB50; +const void * RTTI_Particles__Intrinsics__VectorVectorFloatParamSet = (void *)0x064ADFB0; +const void * RTTI_Particles__Intrinsics__VectorVectorParamSet = (void *)0x064ACF90; +const void * RTTI_Particles__Intrinsics__VectorVectorVectorParamSet = (void *)0x064ADF60; +const void * RTTI_Particles__Intrinsics__XMFLOAT4Input = (void *)0x064ACBF8; +const void * RTTI_Particles__ListFloatCurve = (void *)0x064A4CE8; +const void * RTTI_Particles__ListParticleCollisionInfo = (void *)0x063004C8; +const void * RTTI_Particles__MaterialDBDependency = (void *)0x064AC3F8; +const void * RTTI_Particles__MaterialProperties = (void *)0x064A4D48; +const void * RTTI_Particles__MeshDependency = (void *)0x064AC470; +const void * RTTI_Particles__ModelDBDependency = (void *)0x064AC588; +const void * RTTI_Particles__PSM__Commands__BaseParticleSystemRequest = (void *)0x064B0730; +const void * RTTI_Particles__PSM__Commands__RequestLoadResources = (void *)0x064B0590; +const void * RTTI_Particles__PSM__Commands__WaitForResourceLoad = (void *)0x064B05E0; +const void * RTTI_Particles__ParticleEmitterEngine = (void *)0x064B0850; +const void * RTTI_Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding = (void *)0x064B1370; +const void * RTTI_Particles__ParticleNodeManager = (void *)0x064A5978; +const void * RTTI_Particles__ParticlePerformanceManager = (void *)0x064AEDF0; +const void * RTTI_Particles__ParticleSystemManagerImpl = (void *)0x064B0628; +const void * RTTI_Particles__ParticleSystemManagerImpl__PSBinding = (void *)0x064AF2A0; +const void * RTTI_Particles__ParticleSystemStorage = (void *)0x064A5130; +const void * RTTI_Particles__PhysicsProperties = (void *)0x064A4D80; +const void * RTTI_Particles__PointInMeshDependency = (void *)0x064AC4A0; +const void * RTTI_Particles__ResourceDependency = (void *)0x064AC550; +const void * RTTI_Particles__SingleOperation = (void *)0x064ABBF8; +const void * RTTI_Particles__SystemBinding = (void *)0x064A6840; +const void * RTTI_Particles__SystemDefinition = (void *)0x064A6870; +const void * RTTI_Particles__TiledMaterialProperties = (void *)0x064A4C70; +const void * RTTI_PassengerInteraction = (void *)0x063154F8; +const void * RTTI_PathFollowerAnimationMoveStart = (void *)0x064BC718; +const void * RTTI_PathFollowerAnimationMoveStop = (void *)0x064BC750; +const void * RTTI_PathFollowerStateFollowPathToParameter = (void *)0x064BC5F8; +const void * RTTI_PathFollowerStateKeepLastDirection = (void *)0x064BC638; +const void * RTTI_PathFollowerStatePerformAction = (void *)0x064BC6E0; +const void * RTTI_PathFollowerStatePlayIdle = (void *)0x064BC590; +const void * RTTI_PathFollowerStateShortcut = (void *)0x064BC678; +const void * RTTI_PathFollowerStateTurnToAngle = (void *)0x064BC5C0; +const void * RTTI_PathFollowerStateWaitForAction = (void *)0x064BC6A8; +const void * RTTI_PathManagerImpl = (void *)0x064B42B8; +const void * RTTI_PathManagerPositionPlayerAdapter = (void *)0x063B8748; +const void * RTTI_PathSmootherRayCastUsePreferredTris = (void *)0x064BB2F0; +const void * RTTI_PathSmootherRayCastUseTrianglePath = (void *)0x064BB330; +const void * RTTI_Pathing = (void *)0x062EFCF8; +const void * RTTI_PathingAnimations = (void *)0x06464608; +const void * RTTI_PathingAnimationsInstance = (void *)0x064645D8; +const void * RTTI_PathingCell = (void *)0x062EFDD0; +const void * RTTI_PathingCoverLocation = (void *)0x062EFC48; +const void * RTTI_PathingDoor = (void *)0x062EFE20; +const void * RTTI_PathingLockData = (void *)0x062EFE48; +const void * RTTI_PathingNumericIDDuplicationVisitor = (void *)0x062EFE98; +const void * RTTI_PathingRequest = (void *)0x0623F630; +const void * RTTI_PathingRequestClosePoint = (void *)0x062EF740; +const void * RTTI_PathingRequestClosestGoal = (void *)0x062F0878; +const void * RTTI_PathingRequestCover = (void *)0x062F08A8; +const void * RTTI_PathingRequestFlee = (void *)0x062F08D8; +const void * RTTI_PathingRequestFly = (void *)0x062F0908; +const void * RTTI_PathingRequestFlyAction = (void *)0x062F0930; +const void * RTTI_PathingRequestFlyHover = (void *)0x062F0960; +const void * RTTI_PathingRequestFlyLand = (void *)0x062F0990; +const void * RTTI_PathingRequestFlyOrbit = (void *)0x062F09C0; +const void * RTTI_PathingRequestFlyTakeOff = (void *)0x062F09F0; +const void * RTTI_PathingRequestHide = (void *)0x062F0A20; +const void * RTTI_PathingRequestLOS = (void *)0x062F0A50; +const void * RTTI_PathingRequestOpenSpace = (void *)0x0623F658; +const void * RTTI_PathingRequestRotate = (void *)0x062F0A78; +const void * RTTI_PathingRequestSafeStraightLine = (void *)0x062EF818; +const void * RTTI_PathingRequestStopMoving = (void *)0x062F0AA8; +const void * RTTI_PathingSpace = (void *)0x062EFF00; +const void * RTTI_PathingStreamLoadGame = (void *)0x063D02A0; +const void * RTTI_PathingStreamMasterFileRead = (void *)0x06284B60; +const void * RTTI_PathingStreamSaveGame = (void *)0x063D0270; +const void * RTTI_PathingTraversalAction = (void *)0x06284F40; +const void * RTTI_PathingTraversalActionActivate = (void *)0x06284F70; +const void * RTTI_PathingTraversalActionDoorway = (void *)0x06284FA8; +const void * RTTI_PathingTraversalActionJump = (void *)0x06284FE0; +const void * RTTI_PathingTraversalActionLadder = (void *)0x06285018; +const void * RTTI_PathingTraversalActionStandard = (void *)0x06284F08; +const void * RTTI_PathingTraversalData = (void *)0x06285050; +const void * RTTI_PathingTraversalManager = (void *)0x062864C8; +const void * RTTI_PauseMenu = (void *)0x063855F0; +const void * RTTI_PauseMenuConfirmationDataModel = (void *)0x0633DF48; +const void * RTTI_PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle = (void *)0x0633DEF0; +const void * RTTI_PauseMenuListDataModel = (void *)0x0633E058; +const void * RTTI_PauseMenuListDataModel__PauseMenuListEventShuttle = (void *)0x0633E010; +const void * RTTI_PauseMenuStateDataModel = (void *)0x0633E340; +const void * RTTI_PauseMenuStateDataModel__PauseMenuStateEventShuttle = (void *)0x0633E2F0; +const void * RTTI_PauseMenu_ActionCanceled = (void *)0x06385730; +const void * RTTI_PauseMenu_ConfirmAction = (void *)0x06385760; +const void * RTTI_PauseMenu_ConfirmLoad = (void *)0x06385640; +const void * RTTI_PauseMenu_ConfirmSave = (void *)0x06385580; +const void * RTTI_PauseMenu_DeleteSave = (void *)0x063856D0; +const void * RTTI_PauseMenu_QuitToDesktop = (void *)0x06385550; +const void * RTTI_PauseMenu_SetCharacter = (void *)0x063856A0; +const void * RTTI_PauseMenu_StartAction = (void *)0x06385700; +const void * RTTI_PauseMenu_StartLoad = (void *)0x06385670; +const void * RTTI_PauseMenu_UploadSave = (void *)0x06385610; +const void * RTTI_PeakValueModifierEffect = (void *)0x0617A300; +const void * RTTI_PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter = (void *)0x0647D2C0; +const void * RTTI_PenetrationUtils__hknpBSCommandStreamWriter = (void *)0x06482030; +const void * RTTI_PerformActivationHandler = (void *)0x063E2F00; +const void * RTTI_PerformOpFunc = (void *)0x0650D528; +const void * RTTI_PhotoGalleryMenu = (void *)0x06321DE8; +const void * RTTI_PhotoGalleryMenu__PhotoGalleryEventShuttle = (void *)0x06321CD0; +const void * RTTI_PhotoGallery_DeletePhoto = (void *)0x06321DB8; +const void * RTTI_PhotoModeCameraState = (void *)0x062FA848; +const void * RTTI_PhotoModeDataModel = (void *)0x0633FBA8; +const void * RTTI_PhotoModeDataModel__PhotoModeEventShuttle = (void *)0x0633FB68; +const void * RTTI_PhotoModeDataModel__PhotoModeOverlayData__ImageData = (void *)0x0633FB20; +const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__CategoryData = (void *)0x0633FA00; +const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__SettingData = (void *)0x0633F9B0; +const void * RTTI_PhotoModeEffectController = (void *)0x062DE300; +const void * RTTI_PhotoModeMenu = (void *)0x0636D538; +const void * RTTI_PhotoMode_InitializeCategory = (void *)0x0636D768; +const void * RTTI_PhotoMode_RefineSetting = (void *)0x0636D628; +const void * RTTI_PhotoMode_ResetToDefaults = (void *)0x0636D7A0; +const void * RTTI_PhotoMode_SliderChanged = (void *)0x0636D708; +const void * RTTI_PhotoMode_StepperChanged = (void *)0x0636D738; +const void * RTTI_PhotoMode_TakeSnapshot = (void *)0x0636D6A8; +const void * RTTI_PhotoMode_ToggleHelmet = (void *)0x0636D5F8; +const void * RTTI_PhotoMode_ToggleUI = (void *)0x0636D6D8; +const void * RTTI_PhotoMode__PhotoModeCaptureExportNode = (void *)0x0636D018; +const void * RTTI_PhysicsContactListener = (void *)0x064645A8; +const void * RTTI_PhysicsContactListenerInstance = (void *)0x06464570; +const void * RTTI_PickNewIdleHandler = (void *)0x063E6D10; +const void * RTTI_PickpocketInventoryModel = (void *)0x0636F028; +const void * RTTI_PickpocketItemData = (void *)0x0636EFF8; +const void * RTTI_PickpocketMenu = (void *)0x0636ECC0; +const void * RTTI_PickpocketMenu_OnItemSelect = (void *)0x0636EB90; +const void * RTTI_PickpocketStateData = (void *)0x0636EFC8; +const void * RTTI_PipelineGenerationEventHandler = (void *)0x063B88F8; +const void * RTTI_PitchOverrideEndHandler = (void *)0x063E68D0; +const void * RTTI_PitchOverrideStartHandler = (void *)0x063E6900; +const void * RTTI_PlanetSiteSelectEventHelper = (void *)0x063B7B10; +const void * RTTI_PlasmaProjectile = (void *)0x063004A0; +const void * RTTI_PlatformDataModel = (void *)0x064A3DD0; +const void * RTTI_PlayBinkMenu = (void *)0x06385A60; +const void * RTTI_PlayBink_CloseMenu = (void *)0x06385A88; +const void * RTTI_PlayerBedEnterHandler = (void *)0x063E6268; +const void * RTTI_PlayerCamera = (void *)0x06423430; +const void * RTTI_PlayerCameraTransitionState = (void *)0x06423518; +const void * RTTI_PlayerChairEnterHandler = (void *)0x063E6208; +const void * RTTI_PlayerCharacter = (void *)0x063CDC98; +const void * RTTI_PlayerControls__AlternateAttackHandler = (void *)0x06315800; +const void * RTTI_PlayerControls__AlternateFlightControlMode = (void *)0x06315690; +const void * RTTI_PlayerControls__AutoMoveHandler = (void *)0x06315620; +const void * RTTI_PlayerControls__Base = (void *)0x06316AB8; +const void * RTTI_PlayerControls__DebugCameraHandler = (void *)0x06315658; +const void * RTTI_PlayerControls__FlightControlMode = (void *)0x06315750; +const void * RTTI_PlayerControls__FlightMovementHandler = (void *)0x06315710; +const void * RTTI_PlayerControls__GrabRotationHandler = (void *)0x06315788; +const void * RTTI_PlayerControls__GravJumpHandler = (void *)0x063157C8; +const void * RTTI_PlayerControls__HeldStateHandler = (void *)0x063155E8; +const void * RTTI_PlayerControls__JumpHandler = (void *)0x06315BF8; +const void * RTTI_PlayerControls__LookHandler = (void *)0x06315C30; +const void * RTTI_PlayerControls__Manager = (void *)0x06317478; +const void * RTTI_PlayerControls__MonocleHandler = (void *)0x06315C68; +const void * RTTI_PlayerControls__MovementHandler = (void *)0x06315CA0; +const void * RTTI_PlayerControls__NvidiaStreamlineInputHandler = (void *)0x06315CE0; +const void * RTTI_PlayerControls__PlayerCameraHandler = (void *)0x06315D28; +const void * RTTI_PlayerControls__PlayerInputHandler = (void *)0x06315578; +const void * RTTI_PlayerControls__RunHandler = (void *)0x06315D68; +const void * RTTI_PlayerControls__ShieldHandler = (void *)0x06315D98; +const void * RTTI_PlayerControls__ShipEquipmentHandler = (void *)0x06315DD0; +const void * RTTI_PlayerControls__SneakHandler = (void *)0x06315FD0; +const void * RTTI_PlayerControls__SprintHandler = (void *)0x06316418; +const void * RTTI_PlayerControls__StandardFlightControlMode = (void *)0x063156D0; +const void * RTTI_PlayerControls__StarbornPowerHandler = (void *)0x06317190; +const void * RTTI_PlayerControls__TogglePOVHandler = (void *)0x06316450; +const void * RTTI_PlayerControls__ToggleRunHandler = (void *)0x06316488; +const void * RTTI_PlayerControls__VehicleHandler = (void *)0x06317158; +const void * RTTI_PlayerControls__WeaponActionHandler = (void *)0x063164C0; +const void * RTTI_PlayerControls__WeaponAttackHandler = (void *)0x06316500; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__NotTriggered = (void *)0x06178990; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Triggered = (void *)0x06178BA0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic = (void *)0x06178A90; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst = (void *)0x061789E0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd = (void *)0x06178C50; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous = (void *)0x06178A30; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage = (void *)0x06178AF0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease = (void *)0x06178CB0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage = (void *)0x06178BF0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle = (void *)0x06178D70; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease = (void *)0x06178D10; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Unequipped = (void *)0x06178B50; +const void * RTTI_PlayerControls__WeaponBlockActionHandler = (void *)0x06316B60; +const void * RTTI_PlayerControls__WeaponFocusHandler = (void *)0x06316BA0; +const void * RTTI_PlayerControls__WeaponMeleeHandler = (void *)0x06316BD8; +const void * RTTI_PlayerControls__WeaponReadyHandler = (void *)0x06316C10; +const void * RTTI_PlayerControls__WeaponReloadHandler = (void *)0x06316C48; +const void * RTTI_PlayerControls__WeaponSightedActionHandler = (void *)0x06317010; +const void * RTTI_PlayerControls__ZKeyHandler = (void *)0x063155B0; +const void * RTTI_PlayerDataModel = (void *)0x06341510; +const void * RTTI_PlayerDataModel__PlayerDataEventShuttle = (void *)0x06341110; +const void * RTTI_PlayerFastEquipSoundHandler = (void *)0x063E2C20; +const void * RTTI_PlayerFurnitureExitHandler = (void *)0x063E6298; +const void * RTTI_PlayerInventoryDataModel = (void *)0x06341CB8; +const void * RTTI_PlayerInventoryItem = (void *)0x06341CE8; +const void * RTTI_PlayerRegionState = (void *)0x063CE3F0; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter = (void *)0x063B8228; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor = (void *)0x063B8270; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor = (void *)0x063B82E0; +const void * RTTI_PlayerSpaceUtils__EventSink = (void *)0x063A3C90; +const void * RTTI_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler = (void *)0x063A3CD0; +const void * RTTI_PlayerSpaceUtils___unnamed_type_SpaceAsteroidsWorldStepListener_ = (void *)0x0621C5E0; +const void * RTTI_PlayerStatusDataModel = (void *)0x06342BA8; +const void * RTTI_PlayerStatusDataModel__PlayerStatusEventShuttle = (void *)0x06342B60; +const void * RTTI_PlayerTraversalState = (void *)0x063CDF70; +const void * RTTI_PoseDeformerData = (void *)0x062ABE10; +const void * RTTI_PoseDeformerInstance = (void *)0x062ABF60; +const void * RTTI_PostAttachActionsFunctor = (void *)0x0650D4F8; +const void * RTTI_PostBoneModifierControl = (void *)0x0646DFB8; +const void * RTTI_PostBoneModifierControlInstance = (void *)0x0646DF80; +const void * RTTI_PostStepTask = (void *)0x06170718; +const void * RTTI_PowerArmor__EventHandler = (void *)0x06210F30; +const void * RTTI_PowerUtils__PowerUtilsReferenceEventSink = (void *)0x062183E8; +const void * RTTI_PowersMenu = (void *)0x063231B8; +const void * RTTI_PowersMenu_ActivateEssence = (void *)0x06322FF8; +const void * RTTI_PowersMenu_EquipPower = (void *)0x06322E98; +const void * RTTI_PowersMenu_FavoritePower = (void *)0x06322FC8; +const void * RTTI_PowersMenu__PowersMenuEventShuttle = (void *)0x06323268; +const void * RTTI_PreStepTask = (void *)0x061706F0; +const void * RTTI_Precipitation = (void *)0x062DDAB8; +const void * RTTI_PrecipitationEffectController = (void *)0x062DDA80; +const void * RTTI_Preload__Manager = (void *)0x06329E50; +const void * RTTI_Preload__PostProcessDependencyNode = (void *)0x06329F58; +const void * RTTI_PreparePartitionTreeBuffers = (void *)0x06170A88; +const void * RTTI_Probe__ReflectionProbeRenderOptions = (void *)0x0648E1B8; +const void * RTTI_ProcessListMovementInterface = (void *)0x06215B70; +const void * RTTI_ProcessLists = (void *)0x063CF4A8; +const void * RTTI_ProcessLists__GetActorsFilter = (void *)0x063AA498; +const void * RTTI_Projectile = (void *)0x06300450; +const void * RTTI_ProjectileLOSCollector = (void *)0x063F1AB8; +const void * RTTI_Projectile__Manager = (void *)0x063EB018; +const void * RTTI_QuestDataModel = (void *)0x06344428; +const void * RTTI_QuestDataModel__QuestGameEventShuttle = (void *)0x063443E8; +const void * RTTI_QuestPathingRequest = (void *)0x06286CA8; +const void * RTTI_QueuedCellAttachService = (void *)0x0627C898; +const void * RTTI_QueuedCharacter = (void *)0x0626B380; +const void * RTTI_QueuedExplosionArt = (void *)0x0626B268; +const void * RTTI_QueuedFile = (void *)0x0625F160; +const void * RTTI_QueuedLocationLoadTask = (void *)0x062C2A58; +const void * RTTI_QueuedPlayer = (void *)0x0626ADC8; +const void * RTTI_QueuedPromoteLargeReferencesTask = (void *)0x062C1D88; +const void * RTTI_QueuedPromoteQuestTask = (void *)0x062DBC58; +const void * RTTI_QueuedPromoteReferencesTask = (void *)0x06279B88; +const void * RTTI_QueuedReference = (void *)0x0626B410; +const void * RTTI_QueuedReferenceCallbackNode = (void *)0x0626B3D8; +const void * RTTI_QuickSaveLoadHandler = (void *)0x0642BE10; +const void * RTTI_REFREventCallbacks__IEventCallback = (void *)0x062D2D98; +const void * RTTI_REFREventCallbacks__IEventCallbackFactory = (void *)0x062183A8; +const void * RTTI_RagdollAndGetUpHandler = (void *)0x063E6A48; +const void * RTTI_RagdollFurnitureModifier = (void *)0x062DCA88; +const void * RTTI_RagdollGetUp = (void *)0x064712B0; +const void * RTTI_RagdollGetUpInstance = (void *)0x064712D8; +const void * RTTI_RagdollStartHandler = (void *)0x063E6A18; +const void * RTTI_RallyEffect = (void *)0x0639F4C8; +const void * RTTI_RandomAnimationNode = (void *)0x06471BC0; +const void * RTTI_RandomAnimationNodeInstance = (void *)0x06471B88; +const void * RTTI_RangedAimAssistImpl = (void *)0x062FAE38; +const void * RTTI_ReanimateEffect = (void *)0x0639EF98; +const void * RTTI_RecoilStopHandler = (void *)0x063E6440; +const void * RTTI_ReevaluateGraphStateHandler = (void *)0x063E3338; +const void * RTTI_RefAttachTechniqueInput = (void *)0x0639D9E0; +const void * RTTI_ReferenceEffect = (void *)0x06177E68; +const void * RTTI_ReferenceEffectController = (void *)0x062430B8; +const void * RTTI_ReferenceEndAnimatedCameraHandler = (void *)0x063E2938; +const void * RTTI_ReferenceRunActionHandler = (void *)0x063E2A90; +const void * RTTI_ReferenceStartAnimatedCameraHandler = (void *)0x063E2888; +const void * RTTI_ReferenceStartImagespaceModifierHandler = (void *)0x063E2A20; +const void * RTTI_ReferenceStopImagespaceModifierHandler = (void *)0x063E29E0; +const void * RTTI_ReflectionProbeCellComponent = (void *)0x0624B3D8; +const void * RTTI_RefrInteraction = (void *)0x06315528; +const void * RTTI_Refuel_Accept = (void *)0x06373BF8; +const void * RTTI_Refuel_Cancel = (void *)0x06373C20; +const void * RTTI_RegSettingCollection = (void *)0x063A15A8; +const void * RTTI_ReloadCompleteHandler = (void *)0x063E3308; +const void * RTTI_ReloadProgressBar = (void *)0x06511730; +const void * RTTI_ReloadStateChangeHandler = (void *)0x063E3278; +const void * RTTI_RemoveRagdollHandler = (void *)0x063E6990; +const void * RTTI_ResearchDataModel = (void *)0x063447A8; +const void * RTTI_ResearchDataModel__ResearchDataEventShuttle = (void *)0x06344760; +const void * RTTI_ResearchMenu = (void *)0x063707A8; +const void * RTTI_ResearchMenu_AddMaterial = (void *)0x06370978; +const void * RTTI_ResearchMenu_CategorySelected = (void *)0x063709A8; +const void * RTTI_ResearchMenu_ExitMenu = (void *)0x063708E0; +const void * RTTI_ResearchMenu_HideModel = (void *)0x06370910; +const void * RTTI_ResearchMenu_PreviewProject = (void *)0x063709E0; +const void * RTTI_ResearchMenu_ProjectViewed = (void *)0x06370940; +const void * RTTI_ResearchMenu_SetInspectControls = (void *)0x06370868; +const void * RTTI_ResearchMenu_ToggleTrackingProject = (void *)0x063708A0; +const void * RTTI_Research__Manager = (void *)0x063A43F0; +const void * RTTI_Reset3DMobIterator = (void *)0x062D97F8; +const void * RTTI_ResetFloraEffect = (void *)0x0639ECB0; +const void * RTTI_Reticle_OnLongAnimFinished = (void *)0x06387708; +const void * RTTI_RevertSelectedSpellFunctor = (void *)0x063C6DB0; +const void * RTTI_RigMesh__BoneAttaches = (void *)0x0647A5B8; +const void * RTTI_RigMesh__BoneTranslations = (void *)0x0647A5E8; +const void * RTTI_RigSwitch = (void *)0x0646E0E8; +const void * RTTI_RigSwitchInstance = (void *)0x0646E0C0; +const void * RTTI_RightHandSpellCastHandler = (void *)0x063E64F8; +const void * RTTI_RightHandSpellFireHandler = (void *)0x063E6498; +const void * RTTI_RollingBone = (void *)0x06471200; +const void * RTTI_RollingBoneInstance = (void *)0x06471228; +const void * RTTI_RootTwist = (void *)0x064718F0; +const void * RTTI_RootTwistInstance = (void *)0x064718C8; +const void * RTTI_RotationVariable = (void *)0x0646E130; +const void * RTTI_RotationVariableInstance = (void *)0x06470DA0; +const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentBase = (void *)0x0627F730; +const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentStorage = (void *)0x0627F780; +const void * RTTI_SKClosestHitCollector = (void *)0x062D6350; +const void * RTTI_SWFToCodeFunctionHandler = (void *)0x0625EA38; +const void * RTTI_SandManKillHandler = (void *)0x063E3110; +const void * RTTI_SaveBufferStorageWrapper = (void *)0x063A9198; +const void * RTTI_SaveFileStorageWrapper = (void *)0x063A97F0; +const void * RTTI_SaveGameCollection = (void *)0x063A50F8; +const void * RTTI_SaveGameMagicCasterVisitor = (void *)0x063C6E20; +const void * RTTI_SaveLoadMagicCasterVisitor = (void *)0x063C6E58; +const void * RTTI_SaveLoadTester__Service = (void *)0x063A8E78; +const void * RTTI_SaveLoad__BlockingIONode = (void *)0x062DBC28; +const void * RTTI_SaveLoad__CleanupService__Impl = (void *)0x06326188; +const void * RTTI_SaveStorageWrapperBase = (void *)0x063A97C0; +const void * RTTI_ScalarAnimation = (void *)0x06463778; +const void * RTTI_ScaleformFile__MemoryFile = (void *)0x064A3F00; +const void * RTTI_Scaleform__AcquireInterface = (void *)0x063A9CE0; +const void * RTTI_Scaleform__AmpMovieObjectDesc = (void *)0x06223900; +const void * RTTI_Scaleform__BoolFormatter = (void *)0x062245E0; +const void * RTTI_Scaleform__BufferedFile = (void *)0x06225C90; +const void * RTTI_Scaleform__DefaultAcquireInterface = (void *)0x063A9C78; +const void * RTTI_Scaleform__DelegatedFile = (void *)0x06225C60; +const void * RTTI_Scaleform__DoubleFormatter = (void *)0x06224670; +const void * RTTI_Scaleform__Event = (void *)0x06220408; +const void * RTTI_Scaleform__FILEFile = (void *)0x06228290; +const void * RTTI_Scaleform__FmtResource = (void *)0x06224550; +const void * RTTI_Scaleform__GFx__AS3Support = (void *)0x062376B8; +const void * RTTI_Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider = (void *)0x06231C00; +const void * RTTI_Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider = (void *)0x06231C50; +const void * RTTI_Scaleform__GFx__AS3__ASRefCountCollector = (void *)0x062294C8; +const void * RTTI_Scaleform__GFx__AS3__ASVM = (void *)0x0622A018; +const void * RTTI_Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef = (void *)0x0622A480; +const void * RTTI_Scaleform__GFx__AS3__AbcDataBuffer = (void *)0x062376E8; +const void * RTTI_Scaleform__GFx__AS3__Abc__File = (void *)0x062293D0; +const void * RTTI_Scaleform__GFx__AS3__ArrayBase = (void *)0x0622DB10; +const void * RTTI_Scaleform__GFx__AS3__AvmBitmap = (void *)0x06229BA0; +const void * RTTI_Scaleform__GFx__AS3__AvmButton = (void *)0x0622A550; +const void * RTTI_Scaleform__GFx__AS3__AvmDisplayObj = (void *)0x06229970; +const void * RTTI_Scaleform__GFx__AS3__AvmInteractiveObj = (void *)0x06229FD8; +const void * RTTI_Scaleform__GFx__AS3__AvmLoader = (void *)0x0622A588; +const void * RTTI_Scaleform__GFx__AS3__AvmMovieClip = (void *)0x0622A2E0; +const void * RTTI_Scaleform__GFx__AS3__AvmSprite = (void *)0x0622A2A8; +const void * RTTI_Scaleform__GFx__AS3__AvmStage = (void *)0x0622A318; +const void * RTTI_Scaleform__GFx__AS3__AvmStaticText = (void *)0x0622A5F8; +const void * RTTI_Scaleform__GFx__AS3__AvmTextField = (void *)0x0622A630; +const void * RTTI_Scaleform__GFx__AS3__AvmTextField__CSSHolder = (void *)0x06236F20; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctCalc = (void *)0x06229C10; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedName = (void *)0x06229C50; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue = (void *)0x06229CA0; +const void * RTTI_Scaleform__GFx__AS3__Class = (void *)0x062291C0; +const void * RTTI_Scaleform__GFx__AS3__ClassCallConstruct = (void *)0x0622AA18; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__ClassClass = (void *)0x0622AB70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__Traits = (void *)0x06229298; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__UserDefined = (void *)0x0622AB30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError = (void *)0x0622C1F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Array = (void *)0x0622B730; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Boolean = (void *)0x0622B5F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Catch = (void *)0x0622B770; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Date = (void *)0x0622C278; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError = (void *)0x0622BEE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Domain = (void *)0x0622B870; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Error = (void *)0x0622BE58; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__EvalError = (void *)0x0622BF30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Function = (void *)0x0622ABB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Math = (void *)0x0622C2F8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Namespace = (void *)0x0622B050; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Number = (void *)0x0622B630; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Object = (void *)0x0622ABF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__QName = (void *)0x0622B7B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RangeError = (void *)0x0622BF80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError = (void *)0x0622BFD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RegExp = (void *)0x0622BD88; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SecurityError = (void *)0x0622C020; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__String = (void *)0x0622B6F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError = (void *)0x0622C070; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__TypeError = (void *)0x0622C0C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__URIError = (void *)0x0622C110; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError = (void *)0x0622C1A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__VerifyError = (void *)0x0622C150; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XML = (void *)0x0622B7F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XMLList = (void *)0x0622B830; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__int_ = (void *)0x0622B670; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__uint = (void *)0x0622B6B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__void_ = (void *)0x0622B8B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility = (void *)0x06235F90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation = (void *)0x062360A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties = (void *)0x062361E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText = (void *)0x06235ED0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection = (void *)0x06235F30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie = (void *)0x06231820; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion = (void *)0x06231310; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap = (void *)0x062319B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData = (void *)0x06231910; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel = (void *)0x06231CA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode = (void *)0x06231B60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle = (void *)0x06231D50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject = (void *)0x062315A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer = (void *)0x06231DF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel = (void *)0x06232180; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType = (void *)0x06232220; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics = (void *)0x06232310; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill = (void *)0x062324F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill = (void *)0x06232600; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill = (void *)0x06232710; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath = (void *)0x06232820; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand = (void *)0x06232AD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding = (void *)0x06232B80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill = (void *)0x06232910; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke = (void *)0x06232A20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable = (void *)0x06231B10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData = (void *)0x062323B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill = (void *)0x06232400; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath = (void *)0x06232450; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject = (void *)0x06231A50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod = (void *)0x06232C30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle = (void *)0x06232CE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode = (void *)0x06232D80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Loader = (void *)0x06231EB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo = (void *)0x06232040; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape = (void *)0x06232E70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip = (void *)0x06233050; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping = (void *)0x06233190; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion = (void *)0x062336A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Scene = (void *)0x062330F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shader = (void *)0x06233790; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData = (void *)0x06233740; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput = (void *)0x062339D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob = (void *)0x06233980; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter = (void *)0x062337E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType = (void *)0x06233830; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision = (void *)0x062338E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shape = (void *)0x06233230; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton = (void *)0x062332D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod = (void *)0x06233370; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite = (void *)0x06232F10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Stage = (void *)0x06231F50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign = (void *)0x06233410; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState = (void *)0x062334B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality = (void *)0x06233560; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode = (void *)0x06233600; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError = (void *)0x06234250; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError = (void *)0x06234200; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError = (void *)0x06234150; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError = (void *)0x062341B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError = (void *)0x062342A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError = (void *)0x062342F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError = (void *)0x06234350; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent = (void *)0x0622F010; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent = (void *)0x0622F920; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent = (void *)0x06231060; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent = (void *)0x0622FA10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent = (void *)0x0622FB10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent = (void *)0x0622FBB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent = (void *)0x0622F720; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__Event = (void *)0x0622EEE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher = (void *)0x0622CA00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase = (void *)0x06230A10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent = (void *)0x062303F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent = (void *)0x06230AB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent = (void *)0x062307B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent = (void *)0x0622FE30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase = (void *)0x06230FC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent = (void *)0x06230B50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher = (void *)0x062308B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent = (void *)0x06230C40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent = (void *)0x062304E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent = (void *)0x06230210; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent = (void *)0x0622FC50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent = (void *)0x062305D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent = (void *)0x062300F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent = (void *)0x06230300; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent = (void *)0x06230D30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation = (void *)0x06231270; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent = (void *)0x06231160; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent = (void *)0x062306C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent = (void *)0x06230DE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent = (void *)0x0622F630; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent = (void *)0x06230ED0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent = (void *)0x0622FD40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent = (void *)0x0622FF80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent = (void *)0x0622F810; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents = (void *)0x06230950; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface = (void *)0x062378A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter = (void *)0x06234DA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter = (void *)0x06234CB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality = (void *)0x06234E40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType = (void *)0x06234EF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter = (void *)0x06234FE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter = (void *)0x062350D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter = (void *)0x06235190; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter = (void *)0x06235250; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode = (void *)0x06235310; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter = (void *)0x06235420; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter = (void *)0x06235520; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter = (void *)0x06235620; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter = (void *)0x06235730; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter = (void *)0x062357F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform = (void *)0x06234400; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix = (void *)0x06234800; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D = (void *)0x06234630; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection = (void *)0x062349D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Point = (void *)0x062348A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle = (void *)0x06234A90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform = (void *)0x06234B30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D = (void *)0x06234BD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D = (void *)0x062344F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx = (void *)0x062384F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions = (void *)0x06238360; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx = (void *)0x06238AE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager = (void *)0x062382C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad = (void *)0x06238900; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent = (void *)0x06238990; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle = (void *)0x06238E50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx = (void *)0x06238D10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx = (void *)0x06238F10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx = (void *)0x06238590; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx = (void *)0x06238860; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent = (void *)0x06238400; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx = (void *)0x06238720; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx = (void *)0x06238190; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx = (void *)0x06238BD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx = (void *)0x06238630; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Camera = (void *)0x06235840; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info = (void *)0x06235920; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone = (void *)0x06235A10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Sound = (void *)0x06235CE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel = (void *)0x06235BA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext = (void *)0x06235D80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer = (void *)0x06235E30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform = (void *)0x06235AB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter = (void *)0x0622C870; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference = (void *)0x0622C9B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList = (void *)0x0622CC00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput = (void *)0x0622CC50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter = (void *)0x0622CCB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection = (void *)0x0622CD10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection = (void *)0x0622CDB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding = (void *)0x0622CE50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Responder = (void *)0x0622CEF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject = (void *)0x0622CF90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus = (void *)0x0622D110; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Socket = (void *)0x0622D1C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader = (void *)0x0622D300; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat = (void *)0x0622D490; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest = (void *)0x0622CB00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader = (void *)0x0622D580; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod = (void *)0x0622D620; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream = (void *)0x0622D6C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables = (void *)0x0622D3F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket = (void *)0x0622D710; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer = (void *)0x062379A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain = (void *)0x06233A20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities = (void *)0x06233B70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IME = (void *)0x06233C10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode = (void *)0x06233CA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext = (void *)0x06233ED0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Security = (void *)0x06233F70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain = (void *)0x06233D90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel = (void *)0x06234010; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__System = (void *)0x062340B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType = (void *)0x062362A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings = (void *)0x06236390; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__Font = (void *)0x06236470; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle = (void *)0x06236640; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontType = (void *)0x062366E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType = (void *)0x06236780; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText = (void *)0x062368C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet = (void *)0x06236A80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType = (void *)0x06236BC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode = (void *)0x06236C60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextField = (void *)0x06236D90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize = (void *)0x06236F60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType = (void *)0x06237000; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat = (void *)0x06236B20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign = (void *)0x062370A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics = (void *)0x06236E80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer = (void *)0x06237140; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot = (void *)0x06237230; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu = (void *)0x06237D60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x06237AE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems = (void *)0x06237C00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem = (void *)0x06237CC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation = (void *)0x06237E90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard = (void *)0x06237E00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse = (void *)0x06237F30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor = (void *)0x06237FB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch = (void *)0x06238050; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode = (void *)0x062380F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray = (void *)0x0622E900; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary = (void *)0x0622EA90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian = (void *)0x0622EB80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput = (void *)0x0622EC10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput = (void *)0x0622EC60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable = (void *)0x0622EAE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy = (void *)0x0622ED00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer = (void *)0x0622EDF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector = (void *)0x0622D760; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String = (void *)0x0622DA70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double = (void *)0x0622DA20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int = (void *)0x0622D980; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object = (void *)0x0622DAC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint = (void *)0x0622D9D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument = (void *)0x062390E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode = (void *)0x06238FF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType = (void *)0x06239180; +const void * RTTI_Scaleform__GFx__AS3__Classes__ClassClass = (void *)0x0622AA58; +const void * RTTI_Scaleform__GFx__AS3__Classes__UDBase = (void *)0x06229728; +const void * RTTI_Scaleform__GFx__AS3__Classes__UserDefined = (void *)0x0622AA98; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Array = (void *)0x0622B3C8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Boolean = (void *)0x0622B298; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Catch = (void *)0x0622B408; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Date = (void *)0x0622B488; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Domain = (void *)0x0622C7F8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Error = (void *)0x0622B448; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Function = (void *)0x0622ADA8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Math = (void *)0x0622B4C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Namespace = (void *)0x0622B0E8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Number = (void *)0x0622B2D8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Object = (void *)0x0622AC78; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__QName = (void *)0x0622B538; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__RegExp = (void *)0x0622B4F8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__String = (void *)0x0622B388; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XML = (void *)0x0622B578; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XMLList = (void *)0x0622B5B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__int_ = (void *)0x0622B318; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__uint = (void *)0x0622B350; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility = (void *)0x06235FF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion = (void *)0x06231370; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel = (void *)0x06231D00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BlendMode = (void *)0x06231BB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__CapsStyle = (void *)0x06231DA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GradientType = (void *)0x06232270; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand = (void *)0x06232B30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding = (void *)0x06232BE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod = (void *)0x06232C90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__JointStyle = (void *)0x06232D30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode = (void *)0x06232DD0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo = (void *)0x062320E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping = (void *)0x062331E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SWFVersion = (void *)0x062336F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType = (void *)0x06233890; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision = (void *)0x06233930; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod = (void *)0x062333C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__Stage = (void *)0x06231FF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageAlign = (void *)0x06233460; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState = (void *)0x06233510; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageQuality = (void *)0x062335B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode = (void *)0x06233650; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent = (void *)0x0622F0D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent = (void *)0x0622F970; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent = (void *)0x06231110; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent = (void *)0x0622FAC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent = (void *)0x0622FB60; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__DataEvent = (void *)0x0622FC00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent = (void *)0x0622F7C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__Event = (void *)0x0622EF80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher = (void *)0x0622F120; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventPhase = (void *)0x06230A60; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FocusEvent = (void *)0x06230490; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent = (void *)0x06230B00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent = (void *)0x06230860; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GestureEvent = (void *)0x0622FED0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GesturePhase = (void *)0x06231010; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent = (void *)0x06230BA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IMEEvent = (void *)0x06230CE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent = (void *)0x06230580; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent = (void *)0x062302B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__MouseEvent = (void *)0x0622FCF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent = (void *)0x06230670; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent = (void *)0x062301B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent = (void *)0x062303A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent = (void *)0x06230D90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientation = (void *)0x062312C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent = (void *)0x06231220; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StatusEvent = (void *)0x06230760; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SyncEvent = (void *)0x06230E30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TextEvent = (void *)0x0622F6D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TimerEvent = (void *)0x06230F70; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TouchEvent = (void *)0x0622FDE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent = (void *)0x06230040; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent = (void *)0x0622F8D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface = (void *)0x06237900; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality = (void *)0x06234EA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType = (void *)0x06234F40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode = (void *)0x06235370; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Point = (void *)0x06234938; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Utils3D = (void *)0x06234C20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Vector3D = (void *)0x06234590; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx = (void *)0x06238540; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__Extensions = (void *)0x062383B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager = (void *)0x06238310; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePad = (void *)0x06238948; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent = (void *)0x06238A40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx = (void *)0x06238DB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx = (void *)0x06238F58; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx = (void *)0x062385E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent = (void *)0x062384A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx = (void *)0x062387C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx = (void *)0x062381E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx = (void *)0x06238C70; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx = (void *)0x06238680; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Camera = (void *)0x06235890; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Microphone = (void *)0x06235A60; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__SoundMixer = (void *)0x06235E80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding = (void *)0x0622CEA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObject = (void *)0x0622D030; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus = (void *)0x0622D170; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat = (void *)0x0622D4E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod = (void *)0x0622D670; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer = (void *)0x06237A40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain = (void *)0x06233B20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Capabilities = (void *)0x06233BC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IME = (void *)0x06233C58; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode = (void *)0x06233CF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Security = (void *)0x06233FC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain = (void *)0x06233E30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel = (void *)0x06234060; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__System = (void *)0x06234100; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType = (void *)0x062362F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__Font = (void *)0x06236508; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontStyle = (void *)0x06236690; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontType = (void *)0x06236730; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__GridFitType = (void *)0x062367D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextColorType = (void *)0x06236C10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode = (void *)0x06236CB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextField = (void *)0x06236E30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize = (void *)0x06236FB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldType = (void *)0x06237050; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign = (void *)0x062370F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextRenderer = (void *)0x06237190; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation = (void *)0x06237EE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Keyboard = (void *)0x06237E48; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Mouse = (void *)0x06237F70; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor = (void *)0x06238000; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Multitouch = (void *)0x062380A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode = (void *)0x06238140; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__ByteArray = (void *)0x0622E9A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__Endian = (void *)0x0622EBD0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector = (void *)0x0622D7A8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_String = (void *)0x0622D8E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_double = (void *)0x0622D890; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_int = (void *)0x0622D7F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_object = (void *)0x0622D930; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint = (void *)0x0622D840; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType = (void *)0x062391D0; +const void * RTTI_Scaleform__GFx__AS3__DoAbc = (void *)0x06237868; +const void * RTTI_Scaleform__GFx__AS3__FlashUI = (void *)0x06229908; +const void * RTTI_Scaleform__GFx__AS3__FrameCounter = (void *)0x0622A5C0; +const void * RTTI_Scaleform__GFx__AS3__GASRefCountBase = (void *)0x06229100; +const void * RTTI_Scaleform__GFx__AS3__IMEManager = (void *)0x06239588; +const void * RTTI_Scaleform__GFx__AS3__Impl__ArrayFunc = (void *)0x06229BD8; +const void * RTTI_Scaleform__GFx__AS3__Impl__Value2NumberCollector = (void *)0x0622BB50; +const void * RTTI_Scaleform__GFx__AS3__Impl__Value2StrCollector = (void *)0x0622BB10; +const void * RTTI_Scaleform__GFx__AS3__Impl__ValuePtrCollector = (void *)0x0622BAD0; +const void * RTTI_Scaleform__GFx__AS3__Instance = (void *)0x062296B8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Activation = (void *)0x0622B000; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Anonimous = (void *)0x06229830; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__CTraits = (void *)0x06229760; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__ClassClass = (void *)0x0622B250; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Interface = (void *)0x0622ACC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Prototype = (void *)0x062297E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__RTraits = (void *)0x062297A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Traits = (void *)0x06229488; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__UserDefined = (void *)0x0622A900; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Array = (void *)0x0622BA90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Boolean = (void *)0x0622BCB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Catch = (void *)0x0622B9B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Date = (void *)0x0622C2B8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Domain = (void *)0x0622C7B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Error = (void *)0x0622BEA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Function = (void *)0x0622AD10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject = (void *)0x0622B9F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript = (void *)0x0622BA40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd = (void *)0x0622AF60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Namespace = (void *)0x0622B0A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Number = (void *)0x0622BBE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Object = (void *)0x0622AC30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__QName = (void *)0x0622B970; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__RegExp = (void *)0x0622BDD0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__String = (void *)0x0622BD00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Thunk = (void *)0x0622AF20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction = (void *)0x0622AD60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd = (void *)0x0622AFB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XML = (void *)0x0622C338; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XMLList = (void *)0x0622C520; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__int_ = (void *)0x0622BC28; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__uint = (void *)0x0622BC68; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation = (void *)0x06236110; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties = (void *)0x06236240; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie = (void *)0x06231870; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap = (void *)0x06231A00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData = (void *)0x06231960; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject = (void *)0x062315F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer = (void *)0x06231E50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel = (void *)0x062321D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics = (void *)0x06232360; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill = (void *)0x06232550; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill = (void *)0x06232650; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill = (void *)0x06232770; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath = (void *)0x06232870; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill = (void *)0x06232970; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke = (void *)0x06232A70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject = (void *)0x06231AB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader = (void *)0x06231F00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo = (void *)0x06232090; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape = (void *)0x06232EC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip = (void *)0x062330A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene = (void *)0x06233140; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape = (void *)0x06233280; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton = (void *)0x06233320; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite = (void *)0x06232F60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage = (void *)0x06231FA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent = (void *)0x0622F070; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent = (void *)0x062310B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent = (void *)0x0622FA60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent = (void *)0x0622F770; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__Event = (void *)0x0622EF30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher = (void *)0x0622CAA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent = (void *)0x06230440; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent = (void *)0x06230800; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent = (void *)0x0622FE80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent = (void *)0x06230C90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent = (void *)0x06230530; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent = (void *)0x06230260; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent = (void *)0x0622FCA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent = (void *)0x06230620; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent = (void *)0x06230150; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent = (void *)0x06230350; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent = (void *)0x062311C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent = (void *)0x06230710; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent = (void *)0x0622F680; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent = (void *)0x06230F20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent = (void *)0x0622FD90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent = (void *)0x0622FFE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent = (void *)0x0622F870; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents = (void *)0x062309B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter = (void *)0x06234DF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter = (void *)0x06234D00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter = (void *)0x06235030; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter = (void *)0x06235130; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter = (void *)0x062352B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter = (void *)0x06235470; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter = (void *)0x06235570; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter = (void *)0x06235680; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter = (void *)0x06235790; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform = (void *)0x06234450; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix = (void *)0x06234850; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D = (void *)0x06234680; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection = (void *)0x06234A30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point = (void *)0x062348F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle = (void *)0x06234AE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform = (void *)0x06234B80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D = (void *)0x06234540; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx = (void *)0x06238B30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent = (void *)0x062389E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle = (void *)0x06238EB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx = (void *)0x06238D60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx = (void *)0x062388B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent = (void *)0x06238450; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx = (void *)0x06238770; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx = (void *)0x06238C20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info = (void *)0x06235970; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound = (void *)0x06235D30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel = (void *)0x06235BF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext = (void *)0x06235DD0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform = (void *)0x06235B00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference = (void *)0x0622CA50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection = (void *)0x0622CE00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject = (void *)0x0622CFE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket = (void *)0x0622D210; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader = (void *)0x0622D350; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest = (void *)0x0622CB50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader = (void *)0x0622D5D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables = (void *)0x0622D440; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer = (void *)0x062379F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain = (void *)0x06233AC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext = (void *)0x06233F20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain = (void *)0x06233DE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings = (void *)0x062363E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__Font = (void *)0x062364C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText = (void *)0x06236910; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet = (void *)0x06236AD0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField = (void *)0x06236DE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat = (void *)0x06236B70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics = (void *)0x06236ED0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot = (void *)0x06237280; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu = (void *)0x06237DB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x06237B40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems = (void *)0x06237C60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray = (void *)0x0622E950; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary = (void *)0x0622E8B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy = (void *)0x0622ED50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer = (void *)0x0622EE40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String = (void *)0x0622E660; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double = (void *)0x0622E440; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int = (void *)0x0622E000; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object = (void *)0x0622E700; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint = (void *)0x0622E220; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument = (void *)0x06239130; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode = (void *)0x06239040; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Array = (void *)0x0622A948; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGet = (void *)0x0622C6E8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGetFirst = (void *)0x0622C610; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Catch = (void *)0x0622BB98; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__CheckTypeTF = (void *)0x0622AED0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGet = (void *)0x0622C6A8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGetFirst = (void *)0x0622C660; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Date = (void *)0x0622C238; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Domain = (void *)0x0622C768; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__EmptyCallBack = (void *)0x0622C5C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Error = (void *)0x0622BE18; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Function = (void *)0x0622AE38; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionAOT = (void *)0x0622ADF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionBase = (void *)0x06229880; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObject = (void *)0x0622A870; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP = (void *)0x0622A9D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript = (void *)0x0622AAE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ListGet = (void *)0x0622C728; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Namespace = (void *)0x0622A8B8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Object = (void *)0x062298C8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__QName = (void *)0x0622B930; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__RegExp = (void *)0x0622BD48; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ThunkFunction = (void *)0x0622AE80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XML = (void *)0x0622B8F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLAttr = (void *)0x0622C400; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLComment = (void *)0x0622C490; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement = (void *)0x0622C380; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack = (void *)0x0622C4D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList = (void *)0x0622A988; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack = (void *)0x0622C570; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLProcInstr = (void *)0x0622C440; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLText = (void *)0x0622C3C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation = (void *)0x06236040; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties = (void *)0x06236180; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie = (void *)0x062317D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Bitmap = (void *)0x06231690; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__BitmapData = (void *)0x062318C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObject = (void *)0x06231400; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer = (void *)0x062314A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__FrameLabel = (void *)0x06232130; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Graphics = (void *)0x062322C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill = (void *)0x062324A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill = (void *)0x062325B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill = (void *)0x062326B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath = (void *)0x062327D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill = (void *)0x062328C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke = (void *)0x062329D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject = (void *)0x06231500; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Loader = (void *)0x06231640; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo = (void *)0x06231450; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MorphShape = (void *)0x06232E20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MovieClip = (void *)0x06232FB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Scene = (void *)0x06233000; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Shape = (void *)0x062316E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__SimpleButton = (void *)0x06231730; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Sprite = (void *)0x06231780; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Stage = (void *)0x06231550; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent = (void *)0x0622EFC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent = (void *)0x0622F440; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent = (void *)0x0622F9C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent = (void *)0x0622F3A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__Event = (void *)0x0622EE90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher = (void *)0x0622C910; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__FocusEvent = (void *)0x0622F210; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent = (void *)0x0622F590; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GestureEvent = (void *)0x0622F2B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IMEEvent = (void *)0x06230BF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent = (void *)0x0622F350; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent = (void *)0x0622F1C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__MouseEvent = (void *)0x0622F170; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent = (void *)0x0622F4F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent = (void *)0x06230090; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent = (void *)0x0622F300; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent = (void *)0x0622F490; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StatusEvent = (void *)0x0622F540; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TextEvent = (void *)0x0622F3F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TimerEvent = (void *)0x06230E80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TouchEvent = (void *)0x0622F260; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent = (void *)0x0622FF20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent = (void *)0x0622F5E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents = (void *)0x06230900; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter = (void *)0x06234D50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter = (void *)0x06234C60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter = (void *)0x06234F90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter = (void *)0x06235080; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter = (void *)0x062351F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter = (void *)0x062353D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter = (void *)0x062354D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter = (void *)0x062355C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter = (void *)0x062356E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform = (void *)0x062343B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix = (void *)0x062347B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D = (void *)0x062345E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection = (void *)0x06234980; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Point = (void *)0x06234770; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Rectangle = (void *)0x062346D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Transform = (void *)0x06234720; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Vector3D = (void *)0x062344A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx = (void *)0x06238A90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent = (void *)0x06238270; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle = (void *)0x06238E00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx = (void *)0x06238CC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx = (void *)0x06238810; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent = (void *)0x06238220; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx = (void *)0x062386D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx = (void *)0x06238B80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__ID3Info = (void *)0x062358D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__Sound = (void *)0x06235C40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundChannel = (void *)0x06235B50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext = (void *)0x06235C90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundTransform = (void *)0x062359C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__FileReference = (void *)0x0622C8C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__NetConnection = (void *)0x0622CD60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SharedObject = (void *)0x0622CF40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__Socket = (void *)0x0622D0D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketReader = (void *)0x0622D2B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketWriter = (void *)0x0622D260; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLLoader = (void *)0x0622D080; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequest = (void *)0x0622C960; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader = (void *)0x0622D530; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLVariables = (void *)0x0622D3A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer = (void *)0x06237950; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain = (void *)0x06233A70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__LoaderContext = (void *)0x06233E80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain = (void *)0x06233D40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__CSMSettings = (void *)0x06236340; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__Font = (void *)0x06236430; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StaticText = (void *)0x06236870; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StyleSheet = (void *)0x062369E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextField = (void *)0x06236550; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextFormat = (void *)0x06236A30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics = (void *)0x06236D40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot = (void *)0x062371E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu = (void *)0x06237D10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems = (void *)0x06237A90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems = (void *)0x06237BA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAReader = (void *)0x0622EA40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc = (void *)0x0622EB30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAWriter = (void *)0x0622E9F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__ByteArray = (void *)0x0622E810; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Dictionary = (void *)0x0622E860; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Proxy = (void *)0x0622ECB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Timer = (void *)0x0622EDA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_String = (void *)0x0622E610; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_double = (void *)0x0622E3F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_int = (void *)0x0622DFB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_object = (void *)0x0622E6B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint = (void *)0x0622E1D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument = (void *)0x06239090; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLNode = (void *)0x06238FA0; +const void * RTTI_Scaleform__GFx__AS3__IntervalTimer = (void *)0x0622A6A8; +const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntry = (void *)0x0622A3F0; +const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie = (void *)0x0622A430; +const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl = (void *)0x062377D8; +const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit = (void *)0x06237820; +const void * RTTI_Scaleform__GFx__AS3__MovieDefRootNode = (void *)0x0622A4C8; +const void * RTTI_Scaleform__GFx__AS3__MovieRoot = (void *)0x06229A50; +const void * RTTI_Scaleform__GFx__AS3__MovieRoot__StickyVarNode = (void *)0x0622A510; +const void * RTTI_Scaleform__GFx__AS3__NamespaceInstanceFactory = (void *)0x0622B130; +const void * RTTI_Scaleform__GFx__AS3__NamespaceSet = (void *)0x06229680; +const void * RTTI_Scaleform__GFx__AS3__NotifyLoadInitCandidateList = (void *)0x062395C0; +const void * RTTI_Scaleform__GFx__AS3__NullObject = (void *)0x0622C838; +const void * RTTI_Scaleform__GFx__AS3__Object = (void *)0x062290D0; +const void * RTTI_Scaleform__GFx__AS3__SerializeArrDense = (void *)0x06229D28; +const void * RTTI_Scaleform__GFx__AS3__SerializeArrSparse = (void *)0x06229CE8; +const void * RTTI_Scaleform__GFx__AS3__ShapeObject = (void *)0x0622A048; +const void * RTTI_Scaleform__GFx__AS3__Slots__SlotFunct = (void *)0x062296F0; +const void * RTTI_Scaleform__GFx__AS3__SocketBuffer = (void *)0x0622A6E0; +const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr = (void *)0x0622A350; +const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo = (void *)0x0622A720; +const void * RTTI_Scaleform__GFx__AS3__Stage = (void *)0x06229A20; +const void * RTTI_Scaleform__GFx__AS3__TextSnapshotGlyphVisitor = (void *)0x062372D0; +const void * RTTI_Scaleform__GFx__AS3__Tracer = (void *)0x062293A0; +const void * RTTI_Scaleform__GFx__AS3__Traits = (void *)0x062292D8; +const void * RTTI_Scaleform__GFx__AS3__UserDefinedFunction = (void *)0x0622A668; +const void * RTTI_Scaleform__GFx__AS3__VM = (void *)0x062291F0; +const void * RTTI_Scaleform__GFx__AS3__VMAbcFile = (void *)0x06229338; +const void * RTTI_Scaleform__GFx__AS3__VMAppDomain = (void *)0x06229260; +const void * RTTI_Scaleform__GFx__AS3__VMFile = (void *)0x06229370; +const void * RTTI_Scaleform__GFx__AS3__XMLSupport = (void *)0x06229938; +const void * RTTI_Scaleform__GFx__AS3__XMLSupportImpl = (void *)0x06229B68; +const void * RTTI_Scaleform__GFx__ASIMEManager = (void *)0x062393D8; +const void * RTTI_Scaleform__GFx__ASIMEManager__IMEFuncHandler = (void *)0x062244E0; +const void * RTTI_Scaleform__GFx__ASIntervalTimerIntf = (void *)0x0622A0C8; +const void * RTTI_Scaleform__GFx__ASMovieRootBase = (void *)0x06229A88; +const void * RTTI_Scaleform__GFx__ASStringManager = (void *)0x06220738; +const void * RTTI_Scaleform__GFx__AvmDisplayObjBase = (void *)0x062299E8; +const void * RTTI_Scaleform__GFx__Button = (void *)0x06237318; +const void * RTTI_Scaleform__GFx__ButtonDef = (void *)0x06226448; +const void * RTTI_Scaleform__GFx__Clipboard = (void *)0x062259A0; +const void * RTTI_Scaleform__GFx__ConstShapeNoStyles = (void *)0x06223340; +const void * RTTI_Scaleform__GFx__ConstShapeWithStyles = (void *)0x06225108; +const void * RTTI_Scaleform__GFx__DefaultFontLibNameState = (void *)0x06225CF0; +const void * RTTI_Scaleform__GFx__DisplayObjContainer = (void *)0x06223998; +const void * RTTI_Scaleform__GFx__DisplayObject = (void *)0x06222B58; +const void * RTTI_Scaleform__GFx__DisplayObjectBase = (void *)0x062229E0; +const void * RTTI_Scaleform__GFx__DrawText = (void *)0x06239250; +const void * RTTI_Scaleform__GFx__DrawTextImpl = (void *)0x06239218; +const void * RTTI_Scaleform__GFx__DrawTextManager = (void *)0x06239340; +const void * RTTI_Scaleform__GFx__DrawingContext = (void *)0x06223ED0; +const void * RTTI_Scaleform__GFx__DrawingContext__PackedShape = (void *)0x06224098; +const void * RTTI_Scaleform__GFx__ExecuteTag = (void *)0x06222E48; +const void * RTTI_Scaleform__GFx__FontCompactor = (void *)0x06228898; +const void * RTTI_Scaleform__GFx__FontData = (void *)0x06225F90; +const void * RTTI_Scaleform__GFx__FontDataBound = (void *)0x06226178; +const void * RTTI_Scaleform__GFx__FontDataCompactedGfx = (void *)0x06226050; +const void * RTTI_Scaleform__GFx__FontDataCompactedSwf = (void *)0x06226010; +const void * RTTI_Scaleform__GFx__FontGlyphPacker = (void *)0x06226478; +const void * RTTI_Scaleform__GFx__FontHandle = (void *)0x06224168; +const void * RTTI_Scaleform__GFx__FontLib = (void *)0x06225CC0; +const void * RTTI_Scaleform__GFx__FontManager = (void *)0x062242D0; +const void * RTTI_Scaleform__GFx__FontManagerStates = (void *)0x0621FFA0; +const void * RTTI_Scaleform__GFx__FontMap = (void *)0x062277E0; +const void * RTTI_Scaleform__GFx__FontResource = (void *)0x06225E58; +const void * RTTI_Scaleform__GFx__FontResourceCreator = (void *)0x06223558; +const void * RTTI_Scaleform__GFx__FunctionHandler = (void *)0x0625EAE8; +const void * RTTI_Scaleform__GFx__GFxInitImportActions = (void *)0x062250C8; +const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyData = (void *)0x06223378; +const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyInterface = (void *)0x06222D80; +const void * RTTI_Scaleform__GFx__GFxMovieDefImplKey = (void *)0x06223480; +const void * RTTI_Scaleform__GFx__GFxMovieDefImplKeyInterface = (void *)0x06222DD0; +const void * RTTI_Scaleform__GFx__GFxPlaceObjectUnpacked = (void *)0x06223300; +const void * RTTI_Scaleform__GFx__GFxSocketImpl = (void *)0x062373B8; +const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKey = (void *)0x062261E8; +const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKeyInterface = (void *)0x06225D30; +const void * RTTI_Scaleform__GFx__IMEManagerBase = (void *)0x062244A0; +const void * RTTI_Scaleform__GFx__ImageCreator = (void *)0x064A4480; +const void * RTTI_Scaleform__GFx__ImageFileHandlerRegistry = (void *)0x06225C20; +const void * RTTI_Scaleform__GFx__ImageFileInfo = (void *)0x06223688; +const void * RTTI_Scaleform__GFx__ImageFileInfoKeyData = (void *)0x06226548; +const void * RTTI_Scaleform__GFx__ImageFileKeyInterface = (void *)0x06226508; +const void * RTTI_Scaleform__GFx__ImageFileResourceCreator = (void *)0x06223808; +const void * RTTI_Scaleform__GFx__ImageResource = (void *)0x0621F950; +const void * RTTI_Scaleform__GFx__ImageResourceCreator = (void *)0x06223848; +const void * RTTI_Scaleform__GFx__ImageResource__ImageDelegate = (void *)0x0621FDE0; +const void * RTTI_Scaleform__GFx__ImageShapeCharacterDef = (void *)0x06226408; +const void * RTTI_Scaleform__GFx__InteractiveObject = (void *)0x062238C8; +const void * RTTI_Scaleform__GFx__KeyboardState = (void *)0x062206A8; +const void * RTTI_Scaleform__GFx__KeyboardState__IListener = (void *)0x06229448; +const void * RTTI_Scaleform__GFx__LZMAFile = (void *)0x06227E40; +const void * RTTI_Scaleform__GFx__LZMASupport = (void *)0x06220508; +const void * RTTI_Scaleform__GFx__LoadBinaryTask = (void *)0x06224428; +const void * RTTI_Scaleform__GFx__LoadProcess = (void *)0x06223590; +const void * RTTI_Scaleform__GFx__LoadQueueEntry = (void *)0x06229DA8; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT = (void *)0x06224340; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadBinary = (void *)0x06224460; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadVars = (void *)0x062243E8; +const void * RTTI_Scaleform__GFx__LoadStates = (void *)0x062236C0; +const void * RTTI_Scaleform__GFx__LoadUpdateSync = (void *)0x06223068; +const void * RTTI_Scaleform__GFx__LoadVarsTask = (void *)0x062243B0; +const void * RTTI_Scaleform__GFx__Loader = (void *)0x062204A0; +const void * RTTI_Scaleform__GFx__LoaderImpl = (void *)0x06222B90; +const void * RTTI_Scaleform__GFx__LoaderTask = (void *)0x06222CD8; +const void * RTTI_Scaleform__GFx__LogState = (void *)0x06220B50; +const void * RTTI_Scaleform__GFx__MemoryBufferZlibImage = (void *)0x06227EE0; +const void * RTTI_Scaleform__GFx__MemoryContext = (void *)0x062375F0; +const void * RTTI_Scaleform__GFx__MorphCharacterDef = (void *)0x06227F60; +const void * RTTI_Scaleform__GFx__Movie = (void *)0x0621F810; +const void * RTTI_Scaleform__GFx__MovieBindProcess = (void *)0x06222FB8; +const void * RTTI_Scaleform__GFx__MovieDataDef = (void *)0x06222E78; +const void * RTTI_Scaleform__GFx__MovieDataDef__LoadTaskData = (void *)0x06223218; +const void * RTTI_Scaleform__GFx__MovieDefBindStates = (void *)0x06223778; +const void * RTTI_Scaleform__GFx__MovieDefImpl = (void *)0x06222F18; +const void * RTTI_Scaleform__GFx__MovieDefImpl__BindTaskData = (void *)0x06223258; +const void * RTTI_Scaleform__GFx__MovieDefImpl__ReleaseNotifier = (void *)0x06229B20; +const void * RTTI_Scaleform__GFx__MovieDefRootNode = (void *)0x06229DE0; +const void * RTTI_Scaleform__GFx__MovieDef__ResourceVisitor = (void *)0x06222FF0; +const void * RTTI_Scaleform__GFx__MovieImageLoadTask = (void *)0x06222D08; +const void * RTTI_Scaleform__GFx__MovieImpl = (void *)0x0621F7E0; +const void * RTTI_Scaleform__GFx__MovieImpl__StickyVarNode = (void *)0x0622A268; +const void * RTTI_Scaleform__GFx__MovieImpl__WideStringStorage = (void *)0x0622A1C0; +const void * RTTI_Scaleform__GFx__MoviePreloadTask = (void *)0x06224378; +const void * RTTI_Scaleform__GFx__ParseControl = (void *)0x062204D0; +const void * RTTI_Scaleform__GFx__PlaceObject2Tag = (void *)0x06224CE8; +const void * RTTI_Scaleform__GFx__PlaceObject2Taga = (void *)0x06225090; +const void * RTTI_Scaleform__GFx__PlaceObject3Tag = (void *)0x06224D20; +const void * RTTI_Scaleform__GFx__PlaceObjectTag = (void *)0x06226350; +const void * RTTI_Scaleform__GFx__RemoveObject2Tag = (void *)0x06224D90; +const void * RTTI_Scaleform__GFx__RemoveObjectTag = (void *)0x06224D58; +const void * RTTI_Scaleform__GFx__Resource = (void *)0x0621F988; +const void * RTTI_Scaleform__GFx__ResourceData__DataInterface = (void *)0x06223518; +const void * RTTI_Scaleform__GFx__ResourceFileInfo = (void *)0x062209B8; +const void * RTTI_Scaleform__GFx__ResourceKey__KeyInterface = (void *)0x06222D40; +const void * RTTI_Scaleform__GFx__ResourceLib = (void *)0x06220868; +const void * RTTI_Scaleform__GFx__ResourceLib__ResourceSlot = (void *)0x06220AA8; +const void * RTTI_Scaleform__GFx__ResourceReport = (void *)0x06222E10; +const void * RTTI_Scaleform__GFx__ResourceWeakLib = (void *)0x062208F0; +const void * RTTI_Scaleform__GFx__SetBackgroundColorTag = (void *)0x06225050; +const void * RTTI_Scaleform__GFx__ShapeBaseCharacterDef = (void *)0x06226388; +const void * RTTI_Scaleform__GFx__ShapeDataBase = (void *)0x06223030; +const void * RTTI_Scaleform__GFx__SocketImplFactory = (void *)0x06237380; +const void * RTTI_Scaleform__GFx__SocketInterface = (void *)0x06237348; +const void * RTTI_Scaleform__GFx__Sprite = (void *)0x06224138; +const void * RTTI_Scaleform__GFx__SpriteDef = (void *)0x06226320; +const void * RTTI_Scaleform__GFx__State = (void *)0x064A34F0; +const void * RTTI_Scaleform__GFx__StateBag = (void *)0x0621F8E8; +const void * RTTI_Scaleform__GFx__StateBagImpl = (void *)0x0621FD08; +const void * RTTI_Scaleform__GFx__StaticTextCharacter = (void *)0x062277A8; +const void * RTTI_Scaleform__GFx__StaticTextDef = (void *)0x06227770; +const void * RTTI_Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor = (void *)0x06236820; +const void * RTTI_Scaleform__GFx__Stream = (void *)0x06225AD0; +const void * RTTI_Scaleform__GFx__SubImageResource = (void *)0x06223740; +const void * RTTI_Scaleform__GFx__SubImageResourceCreator = (void *)0x06223888; +const void * RTTI_Scaleform__GFx__SubImageResourceInfo = (void *)0x06224DC8; +const void * RTTI_Scaleform__GFx__SwfShapeCharacterDef = (void *)0x062263C8; +const void * RTTI_Scaleform__GFx__Task = (void *)0x06222C60; +const void * RTTI_Scaleform__GFx__TextField = (void *)0x062278D0; +const void * RTTI_Scaleform__GFx__TextFieldDef = (void *)0x06225A00; +const void * RTTI_Scaleform__GFx__TextField__CSSHolderBase = (void *)0x06236CF8; +const void * RTTI_Scaleform__GFx__TextField__TextDocumentListener = (void *)0x06227900; +const void * RTTI_Scaleform__GFx__TextKeyMap = (void *)0x062259D0; +const void * RTTI_Scaleform__GFx__Text__CompositionString = (void *)0x06228DF8; +const void * RTTI_Scaleform__GFx__Text__EditorKit = (void *)0x06228DC0; +const void * RTTI_Scaleform__GFx__Text__StyleManager = (void *)0x062369A0; +const void * RTTI_Scaleform__GFx__TextureGlyphBinder = (void *)0x062261B0; +const void * RTTI_Scaleform__GFx__TextureGlyphData = (void *)0x06224FB0; +const void * RTTI_Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor = (void *)0x06225FC0; +const void * RTTI_Scaleform__GFx__URLBuilder = (void *)0x062394C8; +const void * RTTI_Scaleform__GFx__Value__ObjectInterface = (void *)0x06229D68; +const void * RTTI_Scaleform__GFx__ZLibFile = (void *)0x06239608; +const void * RTTI_Scaleform__GFx__ZlibImageSource = (void *)0x06227E70; +const void * RTTI_Scaleform__GFx__ZlibSupport = (void *)0x064A30E0; +const void * RTTI_Scaleform__HeapPT__SysAllocGranulator = (void *)0x06227F98; +const void * RTTI_Scaleform__HeapPT__SysAllocWrapper = (void *)0x06227FD8; +const void * RTTI_Scaleform__Log = (void *)0x06220638; +const void * RTTI_Scaleform__LongFormatter = (void *)0x06224610; +const void * RTTI_Scaleform__MemoryFile = (void *)0x064A4070; +const void * RTTI_Scaleform__MemoryHeap = (void *)0x0621F690; +const void * RTTI_Scaleform__MemoryHeapMH = (void *)0x06220608; +const void * RTTI_Scaleform__MemoryHeapPT = (void *)0x06225148; +const void * RTTI_Scaleform__MemoryHeap__LimitHandler = (void *)0x062375B8; +const void * RTTI_Scaleform__MsgFormat = (void *)0x06224520; +const void * RTTI_Scaleform__Mutex = (void *)0x06220568; +const void * RTTI_Scaleform__Mutex_AreadyLockedAcquireInterface = (void *)0x062205C0; +const void * RTTI_Scaleform__RefCountImplCore = (void *)0x0625EB20; +const void * RTTI_Scaleform__RefCountNTSImplCore = (void *)0x0621F738; +const void * RTTI_Scaleform__RefCountWeakSupportImpl = (void *)0x0621F770; +const void * RTTI_Scaleform__Render__BevelFilter = (void *)0x06225490; +const void * RTTI_Scaleform__Render__BlendModeBundle = (void *)0x062275E0; +const void * RTTI_Scaleform__Render__BlendModeEffect = (void *)0x06228180; +const void * RTTI_Scaleform__Render__BlendPrimitive = (void *)0x06225830; +const void * RTTI_Scaleform__Render__BlurFilter = (void *)0x062253E8; +const void * RTTI_Scaleform__Render__BlurFilterImpl = (void *)0x062253B0; +const void * RTTI_Scaleform__Render__Bundle = (void *)0x06227130; +const void * RTTI_Scaleform__Render__CacheAsBitmapFilter = (void *)0x06225540; +const void * RTTI_Scaleform__Render__CacheBase = (void *)0x0650ACC0; +const void * RTTI_Scaleform__Render__CacheEffect = (void *)0x06228010; +const void * RTTI_Scaleform__Render__CacheablePrimitive = (void *)0x06225790; +const void * RTTI_Scaleform__Render__CacheableTargetEffect = (void *)0x062280B8; +const void * RTTI_Scaleform__Render__ColorMatrixFilter = (void *)0x06225500; +const void * RTTI_Scaleform__Render__ComplexFill = (void *)0x062216E0; +const void * RTTI_Scaleform__Render__ComplexMesh = (void *)0x06226A48; +const void * RTTI_Scaleform__Render__ComplexMeshVertexOutput = (void *)0x062289D0; +const void * RTTI_Scaleform__Render__ComplexPrimitiveBundle = (void *)0x06227530; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotify = (void *)0x06220BD0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor = (void *)0x06220F10; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture = (void *)0x06221040; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture = (void *)0x06220FD0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId = (void *)0x062210A0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown = (void *)0x06220F70; +const void * RTTI_Scaleform__Render__ContextImpl__ContextLock = (void *)0x06220CF0; +const void * RTTI_Scaleform__Render__ContextImpl__EntryData = (void *)0x0621FAF0; +const void * RTTI_Scaleform__Render__ContextImpl__RTHandle__HandleData = (void *)0x06220DF0; +const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify = (void *)0x065033B0; +const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand = (void *)0x06224A20; +const void * RTTI_Scaleform__Render__CreationRenderer__DepthStencilSurface = (void *)0x06503590; +const void * RTTI_Scaleform__Render__CreationRenderer__HAL = (void *)0x06503050; +const void * RTTI_Scaleform__Render__CreationRenderer__IndexBuffer = (void *)0x0650A830; +const void * RTTI_Scaleform__Render__CreationRenderer__MappedTexture = (void *)0x06503620; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshBufferSet = (void *)0x0650AB40; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshCache = (void *)0x0650AA50; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshCacheItem = (void *)0x0650AAF0; +const void * RTTI_Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry = (void *)0x065034E0; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderEvents = (void *)0x0650A7E0; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderSync = (void *)0x0650AE90; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderTargetData = (void *)0x06503200; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface = (void *)0x0650AFA0; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer = (void *)0x0650B160; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderManager = (void *)0x0650AFF0; +const void * RTTI_Scaleform__Render__CreationRenderer__Texture = (void *)0x065033F0; +const void * RTTI_Scaleform__Render__CreationRenderer__TextureFormat = (void *)0x06503540; +const void * RTTI_Scaleform__Render__CreationRenderer__TextureManager = (void *)0x06503430; +const void * RTTI_Scaleform__Render__CreationRenderer__VertexBuffer = (void *)0x0650A9D0; +const void * RTTI_Scaleform__Render__DDS__DDSFileImageSource = (void *)0x06228858; +const void * RTTI_Scaleform__Render__DDS__FileReader = (void *)0x062287A8; +const void * RTTI_Scaleform__Render__DICommand = (void *)0x062217B8; +const void * RTTI_Scaleform__Render__DICommandQueue = (void *)0x062255C0; +const void * RTTI_Scaleform__Render__DICommandQueue__ExecuteCommand = (void *)0x062256B0; +const void * RTTI_Scaleform__Render__DICommand_ApplyFilter = (void *)0x06221A50; +const void * RTTI_Scaleform__Render__DICommand_Clear = (void *)0x06221960; +const void * RTTI_Scaleform__Render__DICommand_ColorTransform = (void *)0x06221D10; +const void * RTTI_Scaleform__Render__DICommand_Compare = (void *)0x06221DC0; +const void * RTTI_Scaleform__Render__DICommand_CopyChannel = (void *)0x06221BA8; +const void * RTTI_Scaleform__Render__DICommand_CopyPixels = (void *)0x06221C60; +const void * RTTI_Scaleform__Render__DICommand_CreateTexture = (void *)0x062217F0; +const void * RTTI_Scaleform__Render__DICommand_Dispose = (void *)0x062218A8; +const void * RTTI_Scaleform__Render__DICommand_Draw = (void *)0x06221B00; +const void * RTTI_Scaleform__Render__DICommand_FillRect = (void *)0x06221E68; +const void * RTTI_Scaleform__Render__DICommand_FloodFill = (void *)0x06221F20; +const void * RTTI_Scaleform__Render__DICommand_GetColorBoundsRect = (void *)0x06221FD0; +const void * RTTI_Scaleform__Render__DICommand_GetPixel32 = (void *)0x06222098; +const void * RTTI_Scaleform__Render__DICommand_GetPixels = (void *)0x06222150; +const void * RTTI_Scaleform__Render__DICommand_Histogram = (void *)0x06222200; +const void * RTTI_Scaleform__Render__DICommand_HitTest = (void *)0x062222B0; +const void * RTTI_Scaleform__Render__DICommand_Merge = (void *)0x06222360; +const void * RTTI_Scaleform__Render__DICommand_Noise = (void *)0x06222408; +const void * RTTI_Scaleform__Render__DICommand_PaletteMap = (void *)0x062224B0; +const void * RTTI_Scaleform__Render__DICommand_PerlinNoise = (void *)0x06222560; +const void * RTTI_Scaleform__Render__DICommand_PixelDissolve = (void *)0x06222610; +const void * RTTI_Scaleform__Render__DICommand_Scroll = (void *)0x06222830; +const void * RTTI_Scaleform__Render__DICommand_SetPixel32 = (void *)0x062226C8; +const void * RTTI_Scaleform__Render__DICommand_SetPixels = (void *)0x06222780; +const void * RTTI_Scaleform__Render__DICommand_SourceRect = (void *)0x06221A10; +const void * RTTI_Scaleform__Render__DICommand_Threshold = (void *)0x062228D8; +const void * RTTI_Scaleform__Render__DIPixelProvider = (void *)0x062313C0; +const void * RTTI_Scaleform__Render__DepthStencilBuffer = (void *)0x064EE040; +const void * RTTI_Scaleform__Render__DepthStencilSurface = (void *)0x065036A8; +const void * RTTI_Scaleform__Render__DestroyDrawableImageThreadCommand = (void *)0x06222990; +const void * RTTI_Scaleform__Render__DisplacementMapFilter = (void *)0x06225580; +const void * RTTI_Scaleform__Render__DrawableImage = (void *)0x06221658; +const void * RTTI_Scaleform__Render__DrawableImageContext = (void *)0x06221778; +const void * RTTI_Scaleform__Render__Fence = (void *)0x06224738; +const void * RTTI_Scaleform__Render__FenceWrapperList = (void *)0x06224818; +const void * RTTI_Scaleform__Render__FileImageSource = (void *)0x06227EA8; +const void * RTTI_Scaleform__Render__FilterBundle = (void *)0x062275A8; +const void * RTTI_Scaleform__Render__FilterEffect = (void *)0x06228080; +const void * RTTI_Scaleform__Render__FilterPrimitive = (void *)0x06225758; +const void * RTTI_Scaleform__Render__FilterSet = (void *)0x062252A8; +const void * RTTI_Scaleform__Render__Font = (void *)0x06225D78; +const void * RTTI_Scaleform__Render__FontCacheHandleManager = (void *)0x06227988; +const void * RTTI_Scaleform__Render__GlowFilter = (void *)0x06225458; +const void * RTTI_Scaleform__Render__GlyphCache = (void *)0x06227A30; +const void * RTTI_Scaleform__Render__GlyphCacheConfig = (void *)0x06227AC8; +const void * RTTI_Scaleform__Render__GlyphCache__EvictNotifier = (void *)0x06227E00; +const void * RTTI_Scaleform__Render__GlyphEvictNotifier = (void *)0x06227D40; +const void * RTTI_Scaleform__Render__GlyphFitter = (void *)0x06228EC0; +const void * RTTI_Scaleform__Render__GlyphRaster = (void *)0x06227B00; +const void * RTTI_Scaleform__Render__GlyphShape = (void *)0x06227C00; +const void * RTTI_Scaleform__Render__GlyphTextureImage = (void *)0x06227DB8; +const void * RTTI_Scaleform__Render__GradientData = (void *)0x062265E8; +const void * RTTI_Scaleform__Render__GradientFilter = (void *)0x062254C8; +const void * RTTI_Scaleform__Render__GradientImage = (void *)0x062266D8; +const void * RTTI_Scaleform__Render__HAL = (void *)0x06502FD0; +const void * RTTI_Scaleform__Render__HALBeginDisplayItem = (void *)0x06224898; +const void * RTTI_Scaleform__Render__HALEndDisplayItem = (void *)0x062248D8; +const void * RTTI_Scaleform__Render__HALNotify = (void *)0x06503378; +const void * RTTI_Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface = (void *)0x06224920; +const void * RTTI_Scaleform__Render__Hairliner = (void *)0x06226C20; +const void * RTTI_Scaleform__Render__Image = (void *)0x064A4570; +const void * RTTI_Scaleform__Render__ImageFileHandler = (void *)0x062282C0; +const void * RTTI_Scaleform__Render__ImageFileHandlerRegistry = (void *)0x06225BE0; +const void * RTTI_Scaleform__Render__ImageSwizzler = (void *)0x062201E0; +const void * RTTI_Scaleform__Render__ImageUpdate = (void *)0x06220218; +const void * RTTI_Scaleform__Render__ImageUpdateSync = (void *)0x06503880; +const void * RTTI_Scaleform__Render__JPEG__ExtraData = (void *)0x06224E70; +const void * RTTI_Scaleform__Render__JPEG__TablesHeader = (void *)0x06224F08; +const void * RTTI_Scaleform__Render__MappedTextureBase = (void *)0x06503668; +const void * RTTI_Scaleform__Render__MaskBundle = (void *)0x06227570; +const void * RTTI_Scaleform__Render__MaskEffect = (void *)0x06228048; +const void * RTTI_Scaleform__Render__MaskNodeState__Interface = (void *)0x06225218; +const void * RTTI_Scaleform__Render__MaskPrimitive = (void *)0x06227220; +const void * RTTI_Scaleform__Render__MatrixPoolImpl__MatrixPool = (void *)0x06226D00; +const void * RTTI_Scaleform__Render__MatrixState = (void *)0x06502F98; +const void * RTTI_Scaleform__Render__MatrixStateFactory = (void *)0x06227948; +const void * RTTI_Scaleform__Render__MemoryBufferImage = (void *)0x06227F20; +const void * RTTI_Scaleform__Render__Mesh = (void *)0x06226880; +const void * RTTI_Scaleform__Render__MeshBase = (void *)0x06226710; +const void * RTTI_Scaleform__Render__MeshBuffer = (void *)0x0650ACF8; +const void * RTTI_Scaleform__Render__MeshCache = (void *)0x0650AA18; +const void * RTTI_Scaleform__Render__MeshCacheConfig = (void *)0x0650AD30; +const void * RTTI_Scaleform__Render__MeshCacheItem = (void *)0x0650AB88; +const void * RTTI_Scaleform__Render__MeshKeyManager = (void *)0x06224B80; +const void * RTTI_Scaleform__Render__MeshKeySet = (void *)0x06226A80; +const void * RTTI_Scaleform__Render__MeshProvider = (void *)0x062239D0; +const void * RTTI_Scaleform__Render__MeshProvider_KeySupport = (void *)0x06223AB0; +const void * RTTI_Scaleform__Render__MeshStagingNode = (void *)0x062267F8; +const void * RTTI_Scaleform__Render__MeshVertexOutput = (void *)0x06228998; +const void * RTTI_Scaleform__Render__MetaImage = (void *)0x062202F8; +const void * RTTI_Scaleform__Render__MorphInterpolator = (void *)0x06223C80; +const void * RTTI_Scaleform__Render__MorphShapeData = (void *)0x06223B28; +const void * RTTI_Scaleform__Render__OrigScale9ParentState__Interface = (void *)0x06225260; +const void * RTTI_Scaleform__Render__PNG__FileReader = (void *)0x06228550; +const void * RTTI_Scaleform__Render__PNG__FileWriter = (void *)0x06228608; +const void * RTTI_Scaleform__Render__PNG__Input = (void *)0x062286B8; +const void * RTTI_Scaleform__Render__PNG__LibPNGInput = (void *)0x062286F0; +const void * RTTI_Scaleform__Render__PNG__MemoryBufferImage = (void *)0x06228728; +const void * RTTI_Scaleform__Render__PNG__PNGFileImageSource = (void *)0x06228768; +const void * RTTI_Scaleform__Render__Primitive = (void *)0x062269B0; +const void * RTTI_Scaleform__Render__PrimitiveBundle = (void *)0x062274F8; +const void * RTTI_Scaleform__Render__PrimitiveFill = (void *)0x062268B0; +const void * RTTI_Scaleform__Render__PrimitiveFillManager = (void *)0x06224980; +const void * RTTI_Scaleform__Render__ProfileModifier = (void *)0x06224A70; +const void * RTTI_Scaleform__Render__ProfileViews = (void *)0x06224AE0; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DBundle = (void *)0x06227660; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DEffect = (void *)0x06228140; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DPrimitive = (void *)0x06227360; +const void * RTTI_Scaleform__Render__RBGenericImpl__DepthStencilBuffer = (void *)0x06239AE0; +const void * RTTI_Scaleform__Render__RBGenericImpl__RenderBufferManager = (void *)0x062399A0; +const void * RTTI_Scaleform__Render__RBGenericImpl__RenderTarget = (void *)0x062399F0; +const void * RTTI_Scaleform__Render__Rasterizer = (void *)0x06228928; +const void * RTTI_Scaleform__Render__RawImage = (void *)0x06220330; +const void * RTTI_Scaleform__Render__RenderBuffer = (void *)0x064EE080; +const void * RTTI_Scaleform__Render__RenderBufferManager = (void *)0x062398B8; +const void * RTTI_Scaleform__Render__RenderEvents = (void *)0x06503250; +const void * RTTI_Scaleform__Render__RenderQueueItem__Interface = (void *)0x06224850; +const void * RTTI_Scaleform__Render__RenderSync = (void *)0x0650ADF0; +const void * RTTI_Scaleform__Render__RenderTarget = (void *)0x06239960; +const void * RTTI_Scaleform__Render__RenderTargetData = (void *)0x06503288; +const void * RTTI_Scaleform__Render__SIF__FileReader = (void *)0x06228428; +const void * RTTI_Scaleform__Render__SIF__SIFFileImageSource = (void *)0x062284D8; +const void * RTTI_Scaleform__Render__SKI_BlendMode = (void *)0x06227010; +const void * RTTI_Scaleform__Render__SKI_ComplexPrimitive = (void *)0x06226F20; +const void * RTTI_Scaleform__Render__SKI_Filter = (void *)0x06227048; +const void * RTTI_Scaleform__Render__SKI_MaskEnd = (void *)0x06226F98; +const void * RTTI_Scaleform__Render__SKI_MaskEnd__RQII_EndMask = (void *)0x06226FD0; +const void * RTTI_Scaleform__Render__SKI_MaskStart = (void *)0x06226F60; +const void * RTTI_Scaleform__Render__SKI_Primitive = (void *)0x06226EE8; +const void * RTTI_Scaleform__Render__SKI_ProjectionMatrix3D = (void *)0x062270B8; +const void * RTTI_Scaleform__Render__SKI_TextPrimitive = (void *)0x06229010; +const void * RTTI_Scaleform__Render__SKI_UserData = (void *)0x062270F8; +const void * RTTI_Scaleform__Render__SKI_ViewMatrix3D = (void *)0x06227080; +const void * RTTI_Scaleform__Render__Scale9GridData = (void *)0x06223D80; +const void * RTTI_Scaleform__Render__Scale9GridInfo = (void *)0x062258A0; +const void * RTTI_Scaleform__Render__Scale9GridRect = (void *)0x06221308; +const void * RTTI_Scaleform__Render__ShadowFilter = (void *)0x06225420; +const void * RTTI_Scaleform__Render__ShapeDataFloat = (void *)0x0621FE20; +const void * RTTI_Scaleform__Render__ShapeDataFloatMP = (void *)0x06225868; +const void * RTTI_Scaleform__Render__ShapeMeshProvider = (void *)0x06223C40; +const void * RTTI_Scaleform__Render__SortKeyInterface = (void *)0x06226E68; +const void * RTTI_Scaleform__Render__StateData__Interface = (void *)0x06220828; +const void * RTTI_Scaleform__Render__StateData__Interface_RefCountImpl = (void *)0x062251D0; +const void * RTTI_Scaleform__Render__StateData__Interface_Value = (void *)0x06225180; +const void * RTTI_Scaleform__Render__StrokeScaler = (void *)0x06227D80; +const void * RTTI_Scaleform__Render__StrokeSorter = (void *)0x06226BB0; +const void * RTTI_Scaleform__Render__Stroker = (void *)0x06226B48; +const void * RTTI_Scaleform__Render__StrokerAA = (void *)0x06226BE8; +const void * RTTI_Scaleform__Render__SubImage = (void *)0x06220360; +const void * RTTI_Scaleform__Render__SystemVertexFormat = (void *)0x06226C58; +const void * RTTI_Scaleform__Render__TGA__FileReader = (void *)0x06228330; +const void * RTTI_Scaleform__Render__TGA__TGAFileImageSource = (void *)0x062283E8; +const void * RTTI_Scaleform__Render__TessBase = (void *)0x06224B18; +const void * RTTI_Scaleform__Render__Tessellator = (void *)0x06226B10; +const void * RTTI_Scaleform__Render__TextLayerPrimitive = (void *)0x06229090; +const void * RTTI_Scaleform__Render__TextLayout = (void *)0x06228A10; +const void * RTTI_Scaleform__Render__TextMeshProvider = (void *)0x06228E38; +const void * RTTI_Scaleform__Render__TextPrimitiveBundle = (void *)0x06229050; +const void * RTTI_Scaleform__Render__Text__Allocator = (void *)0x06225A38; +const void * RTTI_Scaleform__Render__Text__Allocator__TextFormatVisitor = (void *)0x0622A080; +const void * RTTI_Scaleform__Render__Text__DocView = (void *)0x06228B70; +const void * RTTI_Scaleform__Render__Text__DocView__DocumentText = (void *)0x06228C10; +const void * RTTI_Scaleform__Render__Text__EditorKitBase = (void *)0x06228D18; +const void * RTTI_Scaleform__Render__Text__FontHandle = (void *)0x06224198; +const void * RTTI_Scaleform__Render__Text__FontManagerBase = (void *)0x06224228; +const void * RTTI_Scaleform__Render__Text__HTMLImageTagDesc = (void *)0x06228FD0; +const void * RTTI_Scaleform__Render__Text__ImageDesc = (void *)0x06228F30; +const void * RTTI_Scaleform__Render__Text__StyleManagerBase = (void *)0x06236960; +const void * RTTI_Scaleform__Render__Text__StyledText = (void *)0x062281F0; +const void * RTTI_Scaleform__Render__Text__TextFilter = (void *)0x062276D8; +const void * RTTI_Scaleform__Render__Texture = (void *)0x06503720; +const void * RTTI_Scaleform__Render__TextureFormat = (void *)0x065036E8; +const void * RTTI_Scaleform__Render__TextureGlyph = (void *)0x06224C50; +const void * RTTI_Scaleform__Render__TextureImage = (void *)0x064A44E8; +const void * RTTI_Scaleform__Render__TextureManager = (void *)0x065035E0; +const void * RTTI_Scaleform__Render__TextureManagerLocks = (void *)0x06220138; +const void * RTTI_Scaleform__Render__TextureManager__ServiceCommand = (void *)0x062202B0; +const void * RTTI_Scaleform__Render__ThreadCommandQueue = (void *)0x064EDFC8; +const void * RTTI_Scaleform__Render__TransformerBase = (void *)0x06223AF0; +const void * RTTI_Scaleform__Render__TreeCacheContainer = (void *)0x06221550; +const void * RTTI_Scaleform__Render__TreeCacheMeshBase = (void *)0x06223E58; +const void * RTTI_Scaleform__Render__TreeCacheNode = (void *)0x06221590; +const void * RTTI_Scaleform__Render__TreeCacheRoot = (void *)0x06224C18; +const void * RTTI_Scaleform__Render__TreeCacheShape = (void *)0x06223E98; +const void * RTTI_Scaleform__Render__TreeCacheShapeLayer = (void *)0x06223E18; +const void * RTTI_Scaleform__Render__TreeCacheText = (void *)0x06228EF8; +const void * RTTI_Scaleform__Render__TreeContainer__NodeData = (void *)0x0621FB70; +const void * RTTI_Scaleform__Render__TreeNode__NodeData = (void *)0x0621FB30; +const void * RTTI_Scaleform__Render__TreeRoot__NodeData = (void *)0x0621FC38; +const void * RTTI_Scaleform__Render__TreeShape__NodeData = (void *)0x0621FED8; +const void * RTTI_Scaleform__Render__TreeText__NodeData = (void *)0x06228AA8; +const void * RTTI_Scaleform__Render__UserDataBundle = (void *)0x062276A0; +const void * RTTI_Scaleform__Render__UserDataEffect = (void *)0x062281B8; +const void * RTTI_Scaleform__Render__UserDataPrimitive = (void *)0x06227418; +const void * RTTI_Scaleform__Render__UserDataState__Data = (void *)0x062214A8; +const void * RTTI_Scaleform__Render__VectorGlyphShape = (void *)0x06227CB8; +const void * RTTI_Scaleform__Render__VertexOutput = (void *)0x06228960; +const void * RTTI_Scaleform__Render__VertexPath = (void *)0x06224B48; +const void * RTTI_Scaleform__Render__ViewMatrix3DBundle = (void *)0x06227618; +const void * RTTI_Scaleform__Render__ViewMatrix3DEffect = (void *)0x062280F8; +const void * RTTI_Scaleform__Render__ViewMatrix3DPrimitive = (void *)0x062272B8; +const void * RTTI_Scaleform__Render__WrapperImageSource = (void *)0x06223648; +const void * RTTI_Scaleform__RepeatFormatter = (void *)0x06224708; +const void * RTTI_Scaleform__ResourceFormatter = (void *)0x062246A0; +const void * RTTI_Scaleform__Semaphore = (void *)0x06220430; +const void * RTTI_Scaleform__SemaphoreWaitableIncrement = (void *)0x06220460; +const void * RTTI_Scaleform__StrFormatter = (void *)0x062245B0; +const void * RTTI_Scaleform__String__InitStruct = (void *)0x0621F7A8; +const void * RTTI_Scaleform__SwitchFormatter = (void *)0x062246D8; +const void * RTTI_Scaleform__SysAllocBase = (void *)0x063A9CB0; +const void * RTTI_Scaleform__SysAllocMalloc = (void *)0x063A9C48; +const void * RTTI_Scaleform__SysAllocMapper = (void *)0x06237588; +const void * RTTI_Scaleform__SysAllocStatic = (void *)0x06220538; +const void * RTTI_Scaleform__SysFile = (void *)0x06237450; +const void * RTTI_Scaleform__SysMemMapper = (void *)0x064A3550; +const void * RTTI_Scaleform__Thread = (void *)0x06220590; +const void * RTTI_Scaleform__UnopenedFile = (void *)0x06237478; +const void * RTTI_Scaleform__Waitable = (void *)0x06220390; +const void * RTTI_SceneNextPhaseHandler = (void *)0x063E2A60; +const void * RTTI_ScopeMenu = (void *)0x06385CF8; +const void * RTTI_ScopeMenuUtil__FadeCallback = (void *)0x06385D18; +const void * RTTI_ScopeMenu__ScopeMenuDataEventShuttle = (void *)0x06385B20; +const void * RTTI_ScopeMenu__ScopeScalingData = (void *)0x06385AB8; +const void * RTTI_ScopeMenu__ZoomLevelData = (void *)0x06385AF0; +const void * RTTI_ScrapHeap = (void *)0x06473DE8; +const void * RTTI_Script = (void *)0x062D6440; +const void * RTTI_ScriptEffect = (void *)0x0639F098; +const void * RTTI_ScriptedRefEffect = (void *)0x0639EFF8; +const void * RTTI_ScrollBar = (void *)0x06511758; +const void * RTTI_ScrollBar_Horizontal = (void *)0x06511778; +const void * RTTI_ScrollItem = (void *)0x062671F0; +const void * RTTI_SearchPage = (void *)0x065101F8; +const void * RTTI_SearchResultsPage = (void *)0x0650FF98; +const void * RTTI_SecurityMenu = (void *)0x06371950; +const void * RTTI_SecurityMenu_BackOutKey = (void *)0x06372E68; +const void * RTTI_SecurityMenu_CloseMenu = (void *)0x06372EC8; +const void * RTTI_SecurityMenu_ConfirmExit = (void *)0x06372E38; +const void * RTTI_SecurityMenu_EliminateUnusedKeys = (void *)0x06372E00; +const void * RTTI_SecurityMenu_GetRingHint = (void *)0x06372E98; +const void * RTTI_SecurityMenu_SelectNewKey = (void *)0x06372CF8; +const void * RTTI_SecurityMenu_TryUseKey = (void *)0x06372EF8; +const void * RTTI_SecurityMenu__SecurityMenuEventShuttle = (void *)0x06371458; +const void * RTTI_SeenData = (void *)0x06177888; +const void * RTTI_Service = (void *)0x062F3B38; +const void * RTTI_SetOrientNode = (void *)0x06470AC8; +const void * RTTI_SetOrientNodeInstance = (void *)0x06470AF0; +const void * RTTI_SetPosNode = (void *)0x064719A8; +const void * RTTI_SetPosNodeInstance = (void *)0x06471978; +const void * RTTI_Setting = (void *)0x0620FE90; +const void * RTTI_SettingsDataModel = (void *)0x0634A908; +const void * RTTI_SettingsDataModel__SettingsEventShuttle = (void *)0x0634A068; +const void * RTTI_SettingsPanel_CheckBoxChanged = (void *)0x06348C90; +const void * RTTI_SettingsPanel_ClearBinding = (void *)0x06348BB0; +const void * RTTI_SettingsPanel_LinkClicked = (void *)0x0634A978; +const void * RTTI_SettingsPanel_OpenCategory = (void *)0x06348BE8; +const void * RTTI_SettingsPanel_OpenSettings = (void *)0x06348C20; +const void * RTTI_SettingsPanel_RemapConfirmed = (void *)0x0634A9E0; +const void * RTTI_SettingsPanel_RemapMode = (void *)0x06348DA8; +const void * RTTI_SettingsPanel_ResetToDefaults = (void *)0x06348C58; +const void * RTTI_SettingsPanel_SaveControls = (void *)0x06348D70; +const void * RTTI_SettingsPanel_SaveSettings = (void *)0x06348D38; +const void * RTTI_SettingsPanel_SliderChanged = (void *)0x06348D00; +const void * RTTI_SettingsPanel_StepperChanged = (void *)0x06348CC8; +const void * RTTI_SettingsPanel_ValidateControls = (void *)0x0634A9A8; +const void * RTTI_SetupGraphRagdollHandler = (void *)0x063E2D50; +const void * RTTI_ShaderReferenceEffect = (void *)0x0639F0C0; +const void * RTTI_SharedHeapAllocator = (void *)0x06473E30; +const void * RTTI_ShipActionCameraState = (void *)0x062FA8A8; +const void * RTTI_ShipBuilderBIEvents__ShipBuilderEventManager = (void *)0x063A0C50; +const void * RTTI_ShipBuilder_CloseAllMenus = (void *)0x062658F8; +const void * RTTI_ShipCombatOrbitCameraState = (void *)0x062FACA0; +const void * RTTI_ShipCrewAssignData = (void *)0x0634B9F8; +const void * RTTI_ShipCrewAssignData__ShipCrewAssignMenuEventShuttle = (void *)0x0634B9B0; +const void * RTTI_ShipCrewAssignMenu = (void *)0x063738A8; +const void * RTTI_ShipCrewAssignMenu_Assign = (void *)0x06373A60; +const void * RTTI_ShipCrewAssignMenu_Unassign = (void *)0x06373A28; +const void * RTTI_ShipCrewData = (void *)0x0634BDA8; +const void * RTTI_ShipCrewData__ShipCrewMenuEventShuttle = (void *)0x0634BAB0; +const void * RTTI_ShipCrewMenu = (void *)0x06373978; +const void * RTTI_ShipCrewMenu_Close = (void *)0x06373A90; +const void * RTTI_ShipCrewMenu_OpenAssignMenu = (void *)0x0634B8B8; +const void * RTTI_ShipCrewMenu_SetSort = (void *)0x0634B8F0; +const void * RTTI_ShipCrewMenu_ViewedItem = (void *)0x06373AC0; +const void * RTTI_ShipEditor_ChangeModuleCategory = (void *)0x06262BF8; +const void * RTTI_ShipEditor_OnColorPickerControlChanged = (void *)0x062499A0; +const void * RTTI_ShipEditor_OnColorPickerTabChanged = (void *)0x06249920; +const void * RTTI_ShipEditor_OnColorSliderMouseInput = (void *)0x06249960; +const void * RTTI_ShipEditor_OnExitConfirmCancel = (void *)0x0625FF68; +const void * RTTI_ShipEditor_OnExitConfirmExit = (void *)0x0625FFA0; +const void * RTTI_ShipEditor_OnExitConfirmSaveAndExit = (void *)0x0625FF28; +const void * RTTI_ShipEditor_OnFlightCheckTabChanged = (void *)0x06260780; +const void * RTTI_ShipEditor_OnHintButtonActivated = (void *)0x062658C0; +const void * RTTI_ShipEditor_OnRecentColorSwatchClicked = (void *)0x062499E0; +const void * RTTI_ShipEditor_OnRenameEndEditText = (void *)0x06261BB0; +const void * RTTI_ShipEditor_OnRenameInputCancelled = (void *)0x06261BE8; +const void * RTTI_ShipEditor_OnWeaponGroupChanged = (void *)0x06260748; +const void * RTTI_ShipEditor_PreviewShipPart = (void *)0x06262C30; +const void * RTTI_ShipEditor_PreviewUpgrade = (void *)0x06248838; +const void * RTTI_ShipEditor_RemoveAll3D = (void *)0x06265890; +const void * RTTI_ShipEditor_SelectedShipPart = (void *)0x06262940; +const void * RTTI_ShipEditor_SelectedUpgrade = (void *)0x062489D0; +const void * RTTI_ShipEditor_SystemSelected = (void *)0x06247CD8; +const void * RTTI_ShipFarTravelCameraState = (void *)0x062FACD8; +const void * RTTI_ShipHudDataModel = (void *)0x06352DF8; +const void * RTTI_ShipHudDataModel__ShipHudEventShuttle = (void *)0x06351F00; +const void * RTTI_ShipHudQuickContainer_TransferItem = (void *)0x06387698; +const void * RTTI_ShipHudQuickContainer_TransferMenu = (void *)0x06351438; +const void * RTTI_ShipHud_AbortJump = (void *)0x06387740; +const void * RTTI_ShipHud_Activate = (void *)0x06351478; +const void * RTTI_ShipHud_BodyViewMarkerDimensions = (void *)0x06352E70; +const void * RTTI_ShipHud_ChangeComponentSelection = (void *)0x063514F0; +const void * RTTI_ShipHud_CloseMenu = (void *)0x06351560; +const void * RTTI_ShipHud_Deselect = (void *)0x063514A0; +const void * RTTI_ShipHud_DockRequested = (void *)0x063876D8; +const void * RTTI_ShipHud_FarTravel = (void *)0x06352E20; +const void * RTTI_ShipHud_HailAccepted = (void *)0x06351358; +const void * RTTI_ShipHud_HailCancelled = (void *)0x06351388; +const void * RTTI_ShipHud_HailShip = (void *)0x06387818; +const void * RTTI_ShipHud_JumpToQuestMarker = (void *)0x06351230; +const void * RTTI_ShipHud_Land = (void *)0x06351410; +const void * RTTI_ShipHud_LandingMarkerMap = (void *)0x063513B8; +const void * RTTI_ShipHud_Map = (void *)0x063513E8; +const void * RTTI_ShipHud_OnMonocleToggle = (void *)0x06351328; +const void * RTTI_ShipHud_OpenPhotoMode = (void *)0x06351260; +const void * RTTI_ShipHud_Repair = (void *)0x06352E48; +const void * RTTI_ShipHud_SetTargetMode = (void *)0x063512F8; +const void * RTTI_ShipHud_Target = (void *)0x063514C8; +const void * RTTI_ShipHud_TargetShipSystem = (void *)0x063512C8; +const void * RTTI_ShipHud_UntargetShipSystem = (void *)0x06351290; +const void * RTTI_ShipHud_UpdateComponentPower = (void *)0x06351528; +const void * RTTI_ShipHud_UpdateTargetPanelRect = (void *)0x06387870; +const void * RTTI_ShipRefuelMenu = (void *)0x06373B98; +const void * RTTI_ShipRefuelMenuDataModel = (void *)0x06353A80; +const void * RTTI_ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle = (void *)0x063539F0; +const void * RTTI_ShipTargetingCameraState = (void *)0x062FAD08; +const void * RTTI_ShowSubsegmentHandler = (void *)0x063E2CB8; +const void * RTTI_SideBar = (void *)0x0650F210; +const void * RTTI_SimpleAnimationGraphManagerHolder = (void *)0x062699D8; +const void * RTTI_SimpleAnimationGraphManagerLoadingTask = (void *)0x062F5990; +const void * RTTI_SingleBoneIKNode = (void *)0x06470E98; +const void * RTTI_SingleBoneIKNodeInstance = (void *)0x06470EC0; +const void * RTTI_SitWaitMenu = (void *)0x0642CFA8; +const void * RTTI_Sizing__mpBoxSizer = (void *)0x06511030; +const void * RTTI_Sizing__mpButtonSizer = (void *)0x061834A8; +const void * RTTI_Sizing__mpSizer = (void *)0x06511008; +const void * RTTI_SkillsMenu = (void *)0x06375420; +const void * RTTI_SkillsMenu_Accept = (void *)0x063758E8; +const void * RTTI_SkillsMenu_AddPatch = (void *)0x06375970; +const void * RTTI_SkillsMenu_Cancel = (void *)0x06375910; +const void * RTTI_SkillsMenu_ChangeCursorVisibility = (void *)0x06375938; +const void * RTTI_SkillsMenu_SaveLastCategory = (void *)0x06375798; +const void * RTTI_SkillsMenu__SkillsMenuEventShuttle = (void *)0x06374F68; +const void * RTTI_SkinAttach = (void *)0x06490A80; +const void * RTTI_Sky = (void *)0x062DE380; +const void * RTTI_SkyEffectController = (void *)0x062DDA50; +const void * RTTI_SleepWaitMenu = (void *)0x0642DA18; +const void * RTTI_SleepWaitMenu_InterruptRest = (void *)0x0642DB38; +const void * RTTI_SleepWaitMenu_StartRest = (void *)0x0642DB08; +const void * RTTI_SleepWaitMenu__SleepWaitMenuEventShuttle = (void *)0x0642DE28; +const void * RTTI_SlideStartHandler = (void *)0x063E2AC0; +const void * RTTI_SlowTimeEffect = (void *)0x0639F0F0; +const void * RTTI_SneakStateChangeHandler = (void *)0x063E32D8; +const void * RTTI_SortFilter = (void *)0x06510B08; +const void * RTTI_SoulTrapEffect = (void *)0x0639F168; +const void * RTTI_SpaceComponentViewAccessWrite = (void *)0x062B2520; +const void * RTTI_SpaceshipAIComponentEventHandler = (void *)0x06451E78; +const void * RTTI_SpaceshipBIEvents__EventSink = (void *)0x063A04F8; +const void * RTTI_SpaceshipBoostPart = (void *)0x064533B8; +const void * RTTI_SpaceshipDockingFinishedHandler = (void *)0x063E2810; +const void * RTTI_SpaceshipEditor__HangarModeState_Null = (void *)0x06266130; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipInspect = (void *)0x06266560; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection = (void *)0x06324210; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle = (void *)0x06324300; +const void * RTTI_SpaceshipEditor__IModuleModeSubState = (void *)0x06262C68; const void * RTTI_SpaceshipEditor__IVehicleHangarModeSubState = (void *)0x062664C0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Add = (void *)0x06262BA8; -const void * RTTI_SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle = (void *)0x06262970; -const void * RTTI_SpaceshipEditor__ModuleModeState_Color = (void *)0x062631A0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle = (void *)0x062631E0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Edit = (void *)0x06265A80; -const void * RTTI_SpaceshipEditor__ModuleModeState_Empty = (void *)0x062659C0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Null = (void *)0x06265A00; -const void * RTTI_SpaceshipEditor__ModuleModeState_Selection = (void *)0x06265940; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting = (void *)0x0625FEA8; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle = (void *)0x0625FC60; -const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck = (void *)0x06260AB0; -const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle = (void *)0x06260900; -const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode = (void *)0x06266130; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Loading = (void *)0x06265A40; -const void * RTTI_SpaceshipEditor__ShipBuilderState_ModuleMode = (void *)0x062611F0; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Null = (void *)0x06265980; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Popup = (void *)0x062658B8; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename = (void *)0x06261B80; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle = (void *)0x06261E80; -const void * RTTI_SpaceshipEditor__ShipBuilderState_UpgradeMode = (void *)0x06247410; -const void * RTTI_SpaceshipEditor__ShipBuilderState_VehicleHangarMode = (void *)0x062660A0; -const void * RTTI_SpaceshipEditor__ShipHangarData = (void *)0x0631F070; -const void * RTTI_SpaceshipEditor__ShipHangarData__ShipHangarEventShuttle = (void *)0x0631F210; -const void * RTTI_SpaceshipEditor__Spaceship3DManager = (void *)0x06264120; -const void * RTTI_SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle = (void *)0x06263F90; -const void * RTTI_SpaceshipEditor__SpaceshipEditorColorWidget = (void *)0x06249780; -const void * RTTI_SpaceshipEditor__SpaceshipEditorGame3DManager = (void *)0x06264160; +const void * RTTI_SpaceshipEditor__ModuleModeState_Add = (void *)0x06262B68; +const void * RTTI_SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle = (void *)0x062629D0; +const void * RTTI_SpaceshipEditor__ModuleModeState_Color = (void *)0x062632A8; +const void * RTTI_SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle = (void *)0x062631F0; +const void * RTTI_SpaceshipEditor__ModuleModeState_Edit = (void *)0x06265AF0; +const void * RTTI_SpaceshipEditor__ModuleModeState_Empty = (void *)0x06265A30; +const void * RTTI_SpaceshipEditor__ModuleModeState_Null = (void *)0x06265A70; +const void * RTTI_SpaceshipEditor__ModuleModeState_Selection = (void *)0x062659B0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting = (void *)0x0625FEE8; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle = (void *)0x0625FCA0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck = (void *)0x06260B40; +const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle = (void *)0x06260990; +const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode = (void *)0x06266170; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Loading = (void *)0x06265AB0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_ModuleMode = (void *)0x06261230; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Null = (void *)0x062659F0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Popup = (void *)0x06265928; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename = (void *)0x06261B70; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle = (void *)0x06261E70; +const void * RTTI_SpaceshipEditor__ShipBuilderState_UpgradeMode = (void *)0x06247450; +const void * RTTI_SpaceshipEditor__ShipBuilderState_VehicleHangarMode = (void *)0x062665B0; +const void * RTTI_SpaceshipEditor__ShipHangarData = (void *)0x0631F228; +const void * RTTI_SpaceshipEditor__ShipHangarData__ShipHangarEventShuttle = (void *)0x0631F2B0; +const void * RTTI_SpaceshipEditor__Spaceship3DManager = (void *)0x06264170; +const void * RTTI_SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle = (void *)0x06263FE0; +const void * RTTI_SpaceshipEditor__SpaceshipEditorColorWidget = (void *)0x06249880; +const void * RTTI_SpaceshipEditor__SpaceshipEditorGame3DManager = (void *)0x062641B0; const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu = (void *)0x062663A0; -const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle = (void *)0x06265FF0; -const void * RTTI_SpaceshipEditor__SpaceshipEditorUIColorData = (void *)0x062633B0; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Null = (void *)0x062658F8; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace = (void *)0x062486F8; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle = (void *)0x06248900; -const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect = (void *)0x06247C00; -const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle = (void *)0x06247A20; -const void * RTTI_SpaceshipEditor__VehicleHangarModeState_ColorVehicle = (void *)0x06324A20; -const void * RTTI_SpaceshipEditor__VehicleHangarModeState_ColorVehicle__VehicleHangarModeState_ColorVehicleEventShuttle = (void *)0x063249A0; +const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle = (void *)0x06266030; +const void * RTTI_SpaceshipEditor__SpaceshipEditorUIColorData = (void *)0x06263460; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Null = (void *)0x06265968; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace = (void *)0x062487F8; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle = (void *)0x06248650; +const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect = (void *)0x06247C90; +const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle = (void *)0x06247A60; +const void * RTTI_SpaceshipEditor__VehicleHangarModeState_ColorVehicle = (void *)0x06324A60; +const void * RTTI_SpaceshipEditor__VehicleHangarModeState_ColorVehicle__VehicleHangarModeState_ColorVehicleEventShuttle = (void *)0x063249E0; const void * RTTI_SpaceshipEditor__VehicleHangarModeState_Null = (void *)0x06266510; -const void * RTTI_SpaceshipEditor__VehicleHangarModeState_VehicleSelection = (void *)0x06324BF0; +const void * RTTI_SpaceshipEditor__VehicleHangarModeState_VehicleSelection = (void *)0x06324C30; const void * RTTI_SpaceshipEditor__VehicleHangarModeState_VehicleUnlock = (void *)0x06266470; -const void * RTTI_SpaceshipEffectsUtil__EventSink = (void *)0x06453130; -const void * RTTI_SpaceshipEquipmentComponent = (void *)0x06453308; -const void * RTTI_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler = (void *)0x06453440; -const void * RTTI_SpaceshipGravDrivePart = (void *)0x06453340; -const void * RTTI_SpaceshipHudMenu = (void *)0x06386588; -const void * RTTI_SpaceshipLandingFinishedFailsafeHandler = (void *)0x063E6548; -const void * RTTI_SpaceshipLandingFinishedHandler = (void *)0x063E6588; -const void * RTTI_SpaceshipLinkedCell__ExteriorShipCell = (void *)0x0645F4A0; -const void * RTTI_SpaceshipLinkedCell__InteriorShipCell = (void *)0x0645F518; -const void * RTTI_SpaceshipLinkedCell__ShipCell = (void *)0x0645F4E0; -const void * RTTI_SpaceshipMobilityPart = (void *)0x06453288; -const void * RTTI_SpaceshipPart = (void *)0x064532E0; -const void * RTTI_SpaceshipPlayerSounds = (void *)0x06455EF8; -const void * RTTI_SpaceshipShieldPart = (void *)0x06453370; -const void * RTTI_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler = (void *)0x06456420; -const void * RTTI_SpaceshipTakeOffFinishedHandler = (void *)0x063E64D8; -const void * RTTI_SpaceshipUndockingFinishedHandler = (void *)0x063E5E80; -const void * RTTI_SpaceshipWeapon = (void *)0x064532B8; -const void * RTTI_Spaceship__InstanceData = (void *)0x062B39B8; -const void * RTTI_Spaceship__LadderSwapHandler = (void *)0x061983F0; -const void * RTTI_Spaceship__ShipProxyCollisionListener = (void *)0x062B6FD0; -const void * RTTI_Spaceship__TargetingMode = (void *)0x063B7F38; -const void * RTTI_SpawnHazardEffect = (void *)0x063BB660; -const void * RTTI_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler = (void *)0x06258C60; -const void * RTTI_SpecificItemCollector = (void *)0x062DCD30; -const void * RTTI_SpectatorPackage = (void *)0x0617A7B0; -const void * RTTI_SpeedScale = (void *)0x06471778; -const void * RTTI_SpeedScaleInstance = (void *)0x064717A0; -const void * RTTI_SpellItem = (void *)0x0618FE68; -const void * RTTI_SpringBoneData = (void *)0x062ABF50; -const void * RTTI_SpringBoneInstance = (void *)0x062ABF20; -const void * RTTI_StaggerEffect = (void *)0x0639DDB8; -const void * RTTI_StaggerMeter = (void *)0x06470520; -const void * RTTI_StaggerMeterInstance = (void *)0x06470CD8; -const void * RTTI_StaggeredStopHandler = (void *)0x063E6C28; -const void * RTTI_StarField__LoadNodeBarrier = (void *)0x062B6210; -const void * RTTI_StarField__ModuleState = (void *)0x062B62F0; -const void * RTTI_StarField__SpaceReference__RetargetExterior3d = (void *)0x062B6240; -const void * RTTI_StarMapMenu_ExecuteRoute = (void *)0x0638F720; -const void * RTTI_StarMapMenu_Galaxy_FocusSystem = (void *)0x0638DDD0; -const void * RTTI_StarMapMenu_LandingInputInProgress = (void *)0x0638AC00; -const void * RTTI_StarMapMenu_MarkerGroupContainerVisibilityChanged = (void *)0x0638AAF0; -const void * RTTI_StarMapMenu_MarkerGroupEntryClicked = (void *)0x0638AAA8; -const void * RTTI_StarMapMenu_MarkerGroupEntryHoverChanged = (void *)0x0638AB70; -const void * RTTI_StarMapMenu_OnCancel = (void *)0x0638F750; -const void * RTTI_StarMapMenu_OnClearRoute = (void *)0x0638F8D8; -const void * RTTI_StarMapMenu_OnExitStarMap = (void *)0x0638F780; -const void * RTTI_StarMapMenu_OnGalaxyViewInitialized = (void *)0x0638DE08; -const void * RTTI_StarMapMenu_OnHintButtonClicked = (void *)0x0638F6E8; -const void * RTTI_StarMapMenu_OnOutpostEntrySelected = (void *)0x0638F588; -const void * RTTI_StarMapMenu_QuickSelectChange = (void *)0x0638C790; -const void * RTTI_StarMapMenu_ReadyToClose = (void *)0x0638F5C8; -const void * RTTI_StarMapMenu_ScanPlanet = (void *)0x0638FA80; -const void * RTTI_StarMapMenu_SelectedLandingSite = (void *)0x0638AB38; -const void * RTTI_StarMapMenu_SelectedLandingSiteFailed = (void *)0x0638A918; -const void * RTTI_StarMapMenu_ShowRealCursor = (void *)0x0638FBE8; -const void * RTTI_StarMap__BodyInfoToUI = (void *)0x06331518; -const void * RTTI_StarMap__BodyInspectState = (void *)0x0638A3E0; -const void * RTTI_StarMap__BodyInspectState__BodyInspectStateEventShuttle = (void *)0x0638A240; -const void * RTTI_StarMap__ConfirmCustomMarkerActionCallback = (void *)0x06390E00; -const void * RTTI_StarMap__DelayCommand = (void *)0x063882C0; -const void * RTTI_StarMap__Galaxy3DScene = (void *)0x06387D98; -const void * RTTI_StarMap__GalaxyState = (void *)0x0638B358; -const void * RTTI_StarMap__GalaxyState__GalaxyStateEventShuttle = (void *)0x0638B4A0; -const void * RTTI_StarMap__IStarMapState = (void *)0x06389E28; -const void * RTTI_StarMap__PlanetInfoToUI = (void *)0x06331548; -const void * RTTI_StarMap__SelectBodyEventHelper = (void *)0x063B87F8; -const void * RTTI_StarMap__StarMapMenu = (void *)0x0638F9A8; -const void * RTTI_StarMap__StarMapMenuDataModel = (void *)0x0638D468; -const void * RTTI_StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle = (void *)0x0638DA20; -const void * RTTI_StarMap__StarMapMenu__StarMapMenuEventShuttle = (void *)0x0638F540; -const void * RTTI_StarMap__StarMapSystemMobile = (void *)0x0638FC20; -const void * RTTI_StarMap__SurfaceMap3DScene = (void *)0x06327028; -const void * RTTI_StarMap__SurfaceMap3DScene__Scene = (void *)0x06326FF0; -const void * RTTI_StarMap__SurfaceMap3DScene__TerrainScene = (void *)0x06326FB0; -const void * RTTI_StarMap__SurfaceMapMaterialController__DefaultMaterialApplicator = (void *)0x06327380; -const void * RTTI_StarMap__SurfaceMapMaterialController__MaterialApplicator = (void *)0x063273E0; -const void * RTTI_StarMap__SurfaceMapMaterialController__SpecializedMaterialApplicator = (void *)0x06327320; -const void * RTTI_StarMap__SurfaceMapState = (void *)0x06390E40; -const void * RTTI_StarMap__SurfaceMapState__SurfaceMapStateEventShuttle = (void *)0x06390E70; -const void * RTTI_StarMap__SurfaceMapUIPlanetModule = (void *)0x06391610; -const void * RTTI_StarMap__SystemBodyInfoToUI = (void *)0x063317D0; -const void * RTTI_StarMap__SystemState = (void *)0x063925D8; -const void * RTTI_StarMap__SystemState__SystemStateEventShuttle = (void *)0x06392540; -const void * RTTI_StarMap__Util__ConfirmFastTravelCallback = (void *)0x06388208; -const void * RTTI_StarMap__Util__ConfirmGravJumpPlotCallback = (void *)0x063881C8; -const void * RTTI_StartFloatingHandler = (void *)0x063E50F8; -const void * RTTI_StartPCapVoiceHandler = (void *)0x063E67D0; -const void * RTTI_StartSecurityMinigameHandler = (void *)0x063E6468; -const void * RTTI_StateConfirmingAction = (void *)0x0633D638; -const void * RTTI_StateEngagmentPrompt = (void *)0x0633D700; -const void * RTTI_StateInitialLoad = (void *)0x0633D868; -const void * RTTI_StateIntroVideo = (void *)0x0633D7B8; -const void * RTTI_StateLegalScreen = (void *)0x0633D7E0; -const void * RTTI_StateLoadPanelInteract = (void *)0x0633D6A0; -const void * RTTI_StateMachine = (void *)0x06470898; -const void * RTTI_StateMachineInstance = (void *)0x064708C0; -const void * RTTI_StateMainPanelInteract = (void *)0x0633D6D0; -const void * RTTI_StateOpenFromInstallMenu = (void *)0x0633D808; -const void * RTTI_StateOpenFromReset = (void *)0x0633D788; -const void * RTTI_StateOpenFromStartup = (void *)0x0633D838; -const void * RTTI_StateOtherMenuOpen = (void *)0x0633D5D8; -const void * RTTI_StatePerformingAction = (void *)0x0633D608; -const void * RTTI_StateSettingsPanelInteract = (void *)0x0633D668; -const void * RTTI_StateSplashScreen = (void *)0x0633D730; -const void * RTTI_StateVariableControl = (void *)0x064714D0; -const void * RTTI_StateVariableControlInstance = (void *)0x06471498; -const void * RTTI_StateWaitingOnLoad = (void *)0x0633D758; -const void * RTTI_StaticAvoidNodeManager = (void *)0x063D0208; -const void * RTTI_StatusMenu = (void *)0x06392868; -const void * RTTI_SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed = (void *)0x06521B60; -const void * RTTI_StimpakEffect = (void *)0x0639F0B8; -const void * RTTI_StopFloatingHandler = (void *)0x063E50C8; -const void * RTTI_StopMountCameraHandler = (void *)0x063E52D0; -const void * RTTI_StorageSpaceBar = (void *)0x06511240; -const void * RTTI_StorageTable__AsyncTableColumnBase = (void *)0x062A8618; -const void * RTTI_StorageTable__DirectColumnDataStorageInterface = (void *)0x062A85D0; -const void * RTTI_StorageTable__ScheduleImpl = (void *)0x064E45A8; -const void * RTTI_StorageTable__StorageDataBase = (void *)0x0629E328; -const void * RTTI_StreamingInstallMenu = (void *)0x06392C10; -const void * RTTI_StreamingInstallMenu__StreamingInstallEventShuttle = (void *)0x06392C40; -const void * RTTI_StreamingInstallMenu__StreamingProgressData = (void *)0x06392D00; -const void * RTTI_StringUIValue = (void *)0x062640F8; -const void * RTTI_SubgraphAndOffsetDBData = (void *)0x06472070; -const void * RTTI_SummonCreatureEffect = (void *)0x0639F2C0; -const void * RTTI_SummonDuplicateEffect = (void *)0x0639F0E0; -const void * RTTI_SummonPlacementEffect = (void *)0x0639F2F0; -const void * RTTI_SupportMaterialHandler = (void *)0x063B7EA0; -const void * RTTI_SurfaceMapMenu_EnablePointCloud = (void *)0x06390FE8; -const void * RTTI_SurfaceMapMenu_MarkerClicked = (void *)0x06390FB0; -const void * RTTI_SurfaceMapMenu_TryPlaceCustomMarker = (void *)0x06391070; -const void * RTTI_SwapGraphNode = (void *)0x06470808; -const void * RTTI_SwapGraphNodeInstance = (void *)0x064707D8; -const void * RTTI_SwitchNode = (void *)0x064708F0; -const void * RTTI_SwitchNodeInstance = (void *)0x06470918; -const void * RTTI_SyncDeferDeathHandler = (void *)0x063E6858; -const void * RTTI_SyncEarlyExitHandler = (void *)0x063E62A8; -const void * RTTI_SyncQueueObj = (void *)0x063154E0; -const void * RTTI_TBO_InstanceData = (void *)0x062B39E8; -const void * RTTI_TES = (void *)0x0626E110; -const void * RTTI_TESAIForm = (void *)0x06175988; -const void * RTTI_TESActorBase = (void *)0x061753B8; -const void * RTTI_TESActorBaseData = (void *)0x06175930; -const void * RTTI_TESAmmo = (void *)0x062BFD00; -const void * RTTI_TESAudio__ScriptedMusicState = (void *)0x0639FD08; -const void * RTTI_TESBipedModelForm = (void *)0x061758D8; -const void * RTTI_TESBoundAnimObject = (void *)0x062BD608; -const void * RTTI_TESBoundObject = (void *)0x0618DE50; -const void * RTTI_TESCamera = (void *)0x062F5950; -const void * RTTI_TESCameraState = (void *)0x062FA588; -const void * RTTI_TESChildCell = (void *)0x062EE0E8; -const void * RTTI_TESClass = (void *)0x062D9850; -const void * RTTI_TESClimate = (void *)0x062C4320; -const void * RTTI_TESCombatStyle = (void *)0x061753E0; -const void * RTTI_TESContainer = (void *)0x06210500; -const void * RTTI_TESCustomPackageData = (void *)0x062EDDA8; -const void * RTTI_TESDataHandler = (void *)0x06271A58; -const void * RTTI_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm = (void *)0x06271600; -const void * RTTI_TESDataHandlerPostBuildFileListSource = (void *)0x06210C60; -const void * RTTI_TESDataHandler__ArchiveRegistrationListener = (void *)0x06271B80; -const void * RTTI_TESDescription = (void *)0x0618FF80; -const void * RTTI_TESDialoguePackageData = (void *)0x061784B0; -const void * RTTI_TESEffectShader = (void *)0x062BFEA8; -const void * RTTI_TESEnchantableForm = (void *)0x06175900; -const void * RTTI_TESEyes = (void *)0x062D9870; -const void * RTTI_TESFaction = (void *)0x061754E8; -const void * RTTI_TESFile = (void *)0x06272040; -const void * RTTI_TESFlora = (void *)0x062BFFB8; -const void * RTTI_TESFloraInstanceData = (void *)0x062BFF88; -const void * RTTI_TESFollowPackageData = (void *)0x062EDCE8; -const void * RTTI_TESForm = (void *)0x0618DE98; -const void * RTTI_TESFullName = (void *)0x0618DF38; -const void * RTTI_TESFurniture = (void *)0x062BFAB0; -const void * RTTI_TESGlobal = (void *)0x06175560; -const void * RTTI_TESGrass = (void *)0x062C0130; -const void * RTTI_TESHandleForm = (void *)0x062C2A40; -const void * RTTI_TESHavokUtilities__CellHeightFieldCuller = (void *)0x062DD858; -const void * RTTI_TESHealthForm = (void *)0x061759A8; -const void * RTTI_TESIdleForm = (void *)0x06174A70; -const void * RTTI_TESImageSpace = (void *)0x06175248; -const void * RTTI_TESImageSpaceModifiableForm = (void *)0x0618DFA8; -const void * RTTI_TESImageSpaceModifier = (void *)0x061778B8; -const void * RTTI_TESKey = (void *)0x061755D0; -const void * RTTI_TESLandTexture = (void *)0x062C4380; -const void * RTTI_TESLevCharacter = (void *)0x062C0178; -const void * RTTI_TESLevItem = (void *)0x062C01A0; -const void * RTTI_TESLevSpell = (void *)0x062C01C8; -const void * RTTI_TESLeveledList = (void *)0x06175888; -const void * RTTI_TESLoadScreen = (void *)0x062D6380; -const void * RTTI_TESMagicTargetForm = (void *)0x06277618; -const void * RTTI_TESModel = (void *)0x0618DF60; -const void * RTTI_TESModelDB__TESAutoQueuedDependentNode = (void *)0x06272150; -const void * RTTI_TESModelDB__TESQueuedHandles = (void *)0x0626B358; -const void * RTTI_TESModelTri = (void *)0x062D8CB8; -const void * RTTI_TESNPC = (void *)0x06177B20; -const void * RTTI_TESNPCData__ChargenDataModel = (void *)0x062BA8A0; -const void * RTTI_TESNPC__InstanceData = (void *)0x062DA1F8; -const void * RTTI_TESObject = (void *)0x0618DE78; -const void * RTTI_TESObjectACTI = (void *)0x062BF998; -const void * RTTI_TESObjectANIO = (void *)0x062C08F0; -const void * RTTI_TESObjectARMA = (void *)0x06177860; -const void * RTTI_TESObjectARMO = (void *)0x062C0A10; -const void * RTTI_TESObjectARMOInstanceData = (void *)0x06174C80; -const void * RTTI_TESObjectBOOK = (void *)0x062C0B28; -const void * RTTI_TESObjectCELL = (void *)0x061749B0; -const void * RTTI_TESObjectCONT = (void *)0x062C0C88; -const void * RTTI_TESObjectCONT__InstanceData = (void *)0x062C0C50; -const void * RTTI_TESObjectDOOR = (void *)0x062C14C0; -const void * RTTI_TESObjectLIGH = (void *)0x062C02A8; -const void * RTTI_TESObjectMISC = (void *)0x062C0150; -const void * RTTI_TESObjectREFR = (void *)0x06174938; -const void * RTTI_TESObjectREFRDef__IAliasFunctor = (void *)0x06268DF0; -const void * RTTI_TESObjectREFRDef__IAliasLinkedChildFunctor = (void *)0x06268DB0; -const void * RTTI_TESObjectREFRDef__ILinkedReferenceFunctor = (void *)0x0621A2B0; -const void * RTTI_TESObjectREFRIsReadyForAttachEvent = (void *)0x062CA478; -const void * RTTI_TESObjectREFRSync__REFRSyncController = (void *)0x062D41C8; -const void * RTTI_TESObjectSTAT = (void *)0x062BDC60; -const void * RTTI_TESObjectWEAP = (void *)0x062C1C60; -const void * RTTI_TESObjectWEAPInstanceData = (void *)0x062C1C30; -const void * RTTI_TESPackage = (void *)0x061754C0; -const void * RTTI_TESPackedFile = (void *)0x06272060; -const void * RTTI_TESPlanetModel = (void *)0x06175220; -const void * RTTI_TESQuest = (void *)0x06239DC0; -const void * RTTI_TESRace = (void *)0x06177EA0; -const void * RTTI_TESRaceForm = (void *)0x06175838; -const void * RTTI_TESRegion = (void *)0x062B1E30; -const void * RTTI_TESRegionData = (void *)0x06177480; -const void * RTTI_TESRegionDataManager = (void *)0x062B1E50; -const void * RTTI_TESRegionDataMap = (void *)0x062B1E80; -const void * RTTI_TESRegionDataSound = (void *)0x062B1EA8; -const void * RTTI_TESRegionDataWeather = (void *)0x06177450; -const void * RTTI_TESRegionList = (void *)0x062B1ED8; -const void * RTTI_TESShout = (void *)0x062D8888; -const void * RTTI_TESSoulGem = (void *)0x062C1C88; -const void * RTTI_TESSound = (void *)0x062D88A8; -const void * RTTI_TESSpellList = (void *)0x06175860; -const void * RTTI_TESTexture = (void *)0x06175A90; -const void * RTTI_TESTopic = (void *)0x061754A0; -const void * RTTI_TESTopicInfo = (void *)0x06175478; -const void * RTTI_TESTrapListener = (void *)0x062DD990; -const void * RTTI_TESValueForm = (void *)0x06266E50; -const void * RTTI_TESWaterForm = (void *)0x06175580; -const void * RTTI_TESWaterNormals = (void *)0x062F41D0; -const void * RTTI_TESWaterObject = (void *)0x062F41F8; -const void * RTTI_TESWaterSystem = (void *)0x062F41A8; -const void * RTTI_TESWeather = (void *)0x062D4208; -const void * RTTI_TESWeightForm = (void *)0x06266D80; -const void * RTTI_TESWordOfPower = (void *)0x062D88C8; -const void * RTTI_TESWorldSpace = (void *)0x06177428; -const void * RTTI_TES__PostGridLoadNode = (void *)0x0626E0E0; -const void * RTTI_TagField = (void *)0x06510F00; -const void * RTTI_TagPropagationNode = (void *)0x06470DF8; -const void * RTTI_TagPropagationNodeInstance = (void *)0x06470E28; -const void * RTTI_TakeOffInitiateCompleteHandler = (void *)0x063E64A0; -const void * RTTI_TakeoffMenu = (void *)0x06386720; -const void * RTTI_TakeoffMenuDataModel = (void *)0x06353EA8; -const void * RTTI_TakeoffMenuDataModel__TakeoffMenuEventShuttle = (void *)0x06353E60; -const void * RTTI_TakeoffMenu_CloseMenu = (void *)0x06387C50; -const void * RTTI_TakeoffMenu_ExitShip = (void *)0x06387CF0; -const void * RTTI_TakeoffMenu_Launch = (void *)0x06387D20; -const void * RTTI_TargetEntry = (void *)0x062DC460; -const void * RTTI_TelekinesisEffect = (void *)0x0639F440; -const void * RTTI_TeleportDoorSearch = (void *)0x062EFF10; -const void * RTTI_TempLoadedCellDB__LoadTempDataForCell = (void *)0x062553A0; -const void * RTTI_TerminalMenu_CancelEvent = (void *)0x063936F8; -const void * RTTI_TerminalOpenViewCallback = (void *)0x06393560; -const void * RTTI_TerminalRunResultsCallback = (void *)0x06393528; -const void * RTTI_Terminal_CloseAllViews = (void *)0x06393590; -const void * RTTI_Terminal_CloseTopView = (void *)0x06393728; -const void * RTTI_Terminal_CloseView = (void *)0x06393758; -const void * RTTI_Terminal_MenuItemClick = (void *)0x063936C8; -const void * RTTI_Terminal__AddAliasedTerminalsFunc = (void *)0x063945F8; -const void * RTTI_Terminal__GenesisTerminalMenu = (void *)0x06393640; -const void * RTTI_Terminal__GenesisTerminalMenu_UnlockItemConfirm = (void *)0x06394630; -const void * RTTI_Terminal__GenesisTerminalMenu_UnlockedItemWithKey = (void *)0x063945B0; -const void * RTTI_Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle = (void *)0x06393130; -const void * RTTI_TerminateGraphRagdollHandler = (void *)0x063E6430; -const void * RTTI_TerrainDB__TerrainBarrierNode = (void *)0x062B83F8; -const void * RTTI_TerrainDB__TerrainGraphProcessor = (void *)0x062B8480; -const void * RTTI_TestMenu = (void *)0x063964D0; -const void * RTTI_TestMenu_DoAction = (void *)0x06396560; -const void * RTTI_TestMenu_ExitMenu = (void *)0x06396400; -const void * RTTI_TestMenu_ShowImages = (void *)0x06396588; -const void * RTTI_TestMenu_ShowResources = (void *)0x06396530; -const void * RTTI_TestMenu_TestAll = (void *)0x06396428; -const void * RTTI_TestMenu__TestMenuEventShuttle = (void *)0x06396348; -const void * RTTI_TestReferencedObject = (void *)0x0616CC58; -const void * RTTI_TextInputMenu = (void *)0x06397020; -const void * RTTI_TextInputMenu_EndEditText = (void *)0x06396FF0; -const void * RTTI_TextInputMenu_InputCanceled = (void *)0x063970E8; -const void * RTTI_TextInputMenu_StartEditText = (void *)0x06396FB8; -const void * RTTI_TextInputMenu__TextInputEventShuttle = (void *)0x06396F28; -const void * RTTI_TextRenderer = (void *)0x064A3F90; -const void * RTTI_TextRenderer3D = (void *)0x062008C0; -const void * RTTI_TextureDB__ErrorStreamer = (void *)0x0621EFD8; -const void * RTTI_TextureDB__Manager = (void *)0x064CD320; -const void * RTTI_TextureUtils__AutoQueuedDependentNode = (void *)0x0648BA48; -const void * RTTI_TextureUtils__WaitStreamedNode = (void *)0x0648B9A0; -const void * RTTI_ThirdPersonState = (void *)0x062FA530; -const void * RTTI_ThumbstickEvent = (void *)0x06474218; -const void * RTTI_TimeMultiplierProvider = (void *)0x062B1DC8; -const void * RTTI_TimerEvent = (void *)0x06471A68; -const void * RTTI_TimerEventInstance = (void *)0x06471A38; -const void * RTTI_TitleSequenceMenu = (void *)0x0642E240; -const void * RTTI_TitleSequenceMenu_StartMusic = (void *)0x0642E1B8; -const void * RTTI_TranslationAdjustment = (void *)0x064704F0; -const void * RTTI_TranslationAdjustmentInstance = (void *)0x06470D08; -const void * RTTI_TrapEntry = (void *)0x062DD9B8; -const void * RTTI_TrapTargetEntry = (void *)0x062DC4A8; -const void * RTTI_TraversalCollisionFilter = (void *)0x06285A48; -const void * RTTI_TraversalFinishedHandler = (void *)0x063E62D8; -const void * RTTI_TraversalStepDoneHandler = (void *)0x063E6368; -const void * RTTI_TrespassPackage = (void *)0x063D0688; -const void * RTTI_TrianglePathWaterLedgeTraversalSplitter = (void *)0x064B3818; -const void * RTTI_TurnUndeadEffect = (void *)0x0639F398; -const void * RTTI_TutorialMessageManager = (void *)0x0635BBC0; -const void * RTTI_TutorialMessageManager__TutorialMessageEventShuttle = (void *)0x0632A3D0; -const void * RTTI_TweenMenuCameraState = (void *)0x06423668; -const void * RTTI_TwoBoneIKNode = (void *)0x06470570; -const void * RTTI_TwoBoneIKNodeInstance = (void *)0x06470D40; -const void * RTTI_TypeRegistryTest__Ref = (void *)0x06167610; -const void * RTTI_TypeRegistryTest__TypedefChild = (void *)0x06167B90; -const void * RTTI_UI = (void *)0x064A24F8; -const void * RTTI_UIBlurManager = (void *)0x0642E268; -const void * RTTI_UICellRenderer = (void *)0x0625F0A0; -const void * RTTI_UICellRenderer_InventoryItem = (void *)0x0625F198; -const void * RTTI_UICellRenderer_InventoryItem__ItemModelLoadTask = (void *)0x0625F150; -const void * RTTI_UIDataShuttleConnector = (void *)0x064A2848; -const void * RTTI_UIDataShuttleContainer = (void *)0x06247DD8; -const void * RTTI_UIDataToFlash = (void *)0x062479A8; -const void * RTTI_UIEventDispatcher = (void *)0x06217738; -const void * RTTI_UIMenuChargenMenuDisablePaperdoll = (void *)0x0637EE38; -const void * RTTI_UISaveLoadManager = (void *)0x063B8B10; -const void * RTTI_UI_BarButton = (void *)0x06510E60; -const void * RTTI_UI_Button3 = (void *)0x061834F8; -const void * RTTI_UI_Gallery = (void *)0x06510F20; -const void * RTTI_UI_MarkdownText = (void *)0x06511628; -const void * RTTI_UI_ScrollingBannerList = (void *)0x06510DA0; -const void * RTTI_UI_ScrollingList = (void *)0x0650FEE8; -const void * RTTI_UI_Text = (void *)0x0650F8A0; -const void * RTTI_UI_Text3 = (void *)0x0650F748; -const void * RTTI_UI_bannerEntry = (void *)0x06511588; -const void * RTTI_UI_bar = (void *)0x0650F6C0; -const void * RTTI_UI_bottomBar = (void *)0x0650F6E0; -const void * RTTI_UI_detailsPage = (void *)0x0650F938; -const void * RTTI_UI_detailsPage__OnSale = (void *)0x0650FBB8; -const void * RTTI_UI_element = (void *)0x0650F1C0; -const void * RTTI_UI_homePage = (void *)0x0650F1E8; -const void * RTTI_UI_image = (void *)0x0650F708; -const void * RTTI_UI_image3 = (void *)0x0650F728; -const void * RTTI_UI_listEntry = (void *)0x06511268; -const void * RTTI_UI_listEntry__OnSale = (void *)0x06511290; -const void * RTTI_UI_tag = (void *)0x06511650; -const void * RTTI_UI_topBar = (void *)0x06510DD0; -const void * RTTI_UncullFurnitureBoneHandler = (void *)0x063E4A00; -const void * RTTI_UncullWeaponsHandler = (void *)0x063E4A60; -const void * RTTI_UniqueAVCollector = (void *)0x063179D0; -const void * RTTI_UnitTest__CopyableReferencedObject = (void *)0x061675A8; -const void * RTTI_UnitTest__InterfaceImpl0 = (void *)0x06167848; -const void * RTTI_UnitTest__InterfaceImpl1 = (void *)0x06167878; -const void * RTTI_UnitTest__InterfaceUnregistered0 = (void *)0x061678A8; -const void * RTTI_UnitTest__InterfaceUnregistered1 = (void *)0x061678E0; -const void * RTTI_UnitTest__NestedRelArray = (void *)0x06167578; -const void * RTTI_UnitTest__SetterTest__Foo = (void *)0x061675E0; -const void * RTTI_UnitTest__SimpleRelArray = (void *)0x06167548; -const void * RTTI_UnitTest__TypeVm__Record = (void *)0x06167640; -const void * RTTI_UnitTest__UrlObject__Shape = (void *)0x06167918; -const void * RTTI_UnitTest__UrlObject__TestGraph = (void *)0x06167948; -const void * RTTI_UpdateParticleParticleInDirtyAabbsTask = (void *)0x06170BB0; -const void * RTTI_UpdateRigidBodyDirtyAabbsTask = (void *)0x06170B78; -const void * RTTI_UpdateSceneRectEvent = (void *)0x064A2D20; -const void * RTTI_UseStimpakHandler = (void *)0x063E6650; -const void * RTTI_UserContent = (void *)0x06458648; -const void * RTTI_VATS = (void *)0x063EB418; -const void * RTTI_VATSCameraState = (void *)0x06423698; -const void * RTTI_VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor = (void *)0x063EB240; -const void * RTTI_ValueModifierEffect = (void *)0x0639D728; -const void * RTTI_VariableCombiner = (void *)0x06470548; -const void * RTTI_VariableCombinerInstance = (void *)0x06470D70; -const void * RTTI_VehicleBIEvents__VehicleBIEventManager = (void *)0x06324D80; -const void * RTTI_VehicleCameraState = (void *)0x062FACA8; -const void * RTTI_VehicleRuntimeComponent = (void *)0x0631BD80; -const void * RTTI_VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor = (void *)0x064BC690; -const void * RTTI_ViewAllEntry = (void *)0x065112C0; -const void * RTTI_VirtualPathingDoor = (void *)0x0627B860; -const void * RTTI_WaterPathPathingNodeGenerator = (void *)0x064BC290; -const void * RTTI_WaterPathRayValidator = (void *)0x064BC1C8; -const void * RTTI_WeaponAttachHandler = (void *)0x063E6770; -const void * RTTI_WeaponBeginDrawHandler = (void *)0x063E7028; -const void * RTTI_WeaponBeginSheatheHandler = (void *)0x063E6FF8; -const void * RTTI_WeaponDetachHandler = (void *)0x063E6740; -const void * RTTI_WeaponDrawHandler = (void *)0x063E7088; -const void * RTTI_WeaponEnchantmentController = (void *)0x0639EEE0; -const void * RTTI_WeaponFireEndHandler = (void *)0x063E4848; -const void * RTTI_WeaponFireHandler = (void *)0x063E4820; -const void * RTTI_WeaponFireStartHandler = (void *)0x063E4878; -const void * RTTI_WeaponGroupAssignmentMenu_ChangeWeaponAssignment = (void *)0x0625E8B0; -const void * RTTI_WeaponGroupAssignmentMenu_OnHintButtonActivated = (void *)0x0625E860; -const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu = (void *)0x0625E410; -const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle = (void *)0x0625E640; -const void * RTTI_WeaponSheatheHandler = (void *)0x063E7058; -const void * RTTI_WeaponSheatheInterruptHandler = (void *)0x063E70E8; -const void * RTTI_WeaponSwingHandler = (void *)0x063E6EB8; -const void * RTTI_WeaponsCraftingMenu = (void *)0x06397158; -const void * RTTI_Win32FileSystemWatcher = (void *)0x06167EA8; -const void * RTTI_WorkshopActionButton_HoldFinished = (void *)0x0639D4E0; -const void * RTTI_WorkshopActionButton_HoldStopped = (void *)0x0639D518; -const void * RTTI_WorkshopAreaResourcesDataModel = (void *)0x06355108; -const void * RTTI_WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle = (void *)0x06354FE0; -const void * RTTI_WorkshopBIEvents__WorkshopEventManager = (void *)0x063A07B8; -const void * RTTI_WorkshopBuilderDataModel = (void *)0x06355AB8; -const void * RTTI_WorkshopBuilderDataModel__WorkshopBuilderEventShuttle = (void *)0x063559A0; -const void * RTTI_WorkshopBuilderMenu = (void *)0x06397A40; -const void * RTTI_WorkshopBuilderMenu_ChangeBuildItem = (void *)0x06397970; -const void * RTTI_WorkshopBuilderMenu_SelectedItem = (void *)0x06398298; -const void * RTTI_WorkshopBuilderMenu_ToggleTracking = (void *)0x063979B0; -const void * RTTI_WorkshopCamera__CameraHitCollector = (void *)0x062FAD78; -const void * RTTI_WorkshopCamera__WorkshopCharacterProxyListener = (void *)0x062FAD30; -const void * RTTI_WorkshopCategoryBarDataModel = (void *)0x06354CE0; -const void * RTTI_WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle = (void *)0x06354D20; -const void * RTTI_WorkshopCategoryInfoDataModel = (void *)0x06354750; -const void * RTTI_WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle = (void *)0x06354790; -const void * RTTI_WorkshopColorModeDataModel = (void *)0x0632B460; -const void * RTTI_WorkshopColorModeDataModel__WorkshopColorModeEventShuttle = (void *)0x0632B6B0; -const void * RTTI_WorkshopColorMode_ApplyColors = (void *)0x0632B3B8; -const void * RTTI_WorkshopColorMode_SelectedTab = (void *)0x0632B428; -const void * RTTI_WorkshopColorMode_SliderChanged = (void *)0x0632B3F0; -const void * RTTI_WorkshopColorMode_SwatchChanged = (void *)0x0632B4E8; -const void * RTTI_WorkshopEngine__ActivateItemEvent = (void *)0x0645C918; -const void * RTTI_WorkshopEngine__BulldozeItemEvent = (void *)0x0645C988; -const void * RTTI_WorkshopEngine__CancelEvent = (void *)0x0645CE80; -const void * RTTI_WorkshopEngine__CommitEvent = (void *)0x0645CE48; -const void * RTTI_WorkshopEngine__ConnectTransferLinkEvent = (void *)0x0645CD20; -const void * RTTI_WorkshopEngine__ConnectWireEvent = (void *)0x0645CCE8; -const void * RTTI_WorkshopEngine__CycleBehaviorEvent = (void *)0x0645C780; -const void * RTTI_WorkshopEngine__EditColorsEvent = (void *)0x0645C648; -const void * RTTI_WorkshopEngine__EditItemEvent = (void *)0x0645CFA0; -const void * RTTI_WorkshopEngine__EngineFrame = (void *)0x061AF850; -const void * RTTI_WorkshopEngine__ExitEvent = (void *)0x0645CEF8; -const void * RTTI_WorkshopEngine__FinishRepairEvent = (void *)0x0645CF68; -const void * RTTI_WorkshopEngine__InspectColorItemsEvent = (void *)0x0645C860; -const void * RTTI_WorkshopEngine__ItemCombatChangedEvent = (void *)0x0645CEB8; -const void * RTTI_WorkshopEngine__NewItemEvent = (void *)0x0645CDA0; -const void * RTTI_WorkshopEngine__PlaceOutpostEvent = (void *)0x0645CDD8; -const void * RTTI_WorkshopEngine__PreviewColorsEvent = (void *)0x0645C950; -const void * RTTI_WorkshopEngine__RemoveItemEvent = (void *)0x0645CFD8; -const void * RTTI_WorkshopEngine__RemoveOutpostEvent = (void *)0x0645C708; -const void * RTTI_WorkshopEngine__RemoveSingleWorkshopItemEvent = (void *)0x0645C680; -const void * RTTI_WorkshopEngine__RemoveWorkshopItemsEvent = (void *)0x0645C740; -const void * RTTI_WorkshopEngine__RequestRepairItemEvent = (void *)0x0645CF28; -const void * RTTI_WorkshopEngine__ResetColorsToDefaultEvent = (void *)0x0645C8D8; -const void * RTTI_WorkshopEngine__RevertBehaviorEvent = (void *)0x0645C6C8; -const void * RTTI_WorkshopEngine__RotateItemEvent = (void *)0x0645C610; -const void * RTTI_WorkshopEngine__StartQuickMenuEvent = (void *)0x0645CD60; -const void * RTTI_WorkshopEngine__StartSnappedEvent = (void *)0x0645C7B8; -const void * RTTI_WorkshopEngine__StartWorkshopEvent = (void *)0x0645CE10; -const void * RTTI_WorkshopEngine__StateBulldoze = (void *)0x0645A818; -const void * RTTI_WorkshopEngine__StateCreatePowerLink = (void *)0x0645A940; -const void * RTTI_WorkshopEngine__StateCreateReferences = (void *)0x0645CB58; -const void * RTTI_WorkshopEngine__StateCreateTransferLink = (void *)0x0645CC10; -const void * RTTI_WorkshopEngine__StateCycleSnapBehavior = (void *)0x0645A7A0; -const void * RTTI_WorkshopEngine__StateDuplicateReferences = (void *)0x0645CAE8; -const void * RTTI_WorkshopEngine__StateIdle = (void *)0x0645CB28; -const void * RTTI_WorkshopEngine__StateInspect = (void *)0x0645A7E0; -const void * RTTI_WorkshopEngine__StateInspectColorItems = (void *)0x0645A850; -const void * RTTI_WorkshopEngine__StateModifyColors = (void *)0x0645A8D0; -const void * RTTI_WorkshopEngine__StatePostCommitEdit = (void *)0x0645ABC8; -const void * RTTI_WorkshopEngine__StateSetupReferences = (void *)0x0645CA70; -const void * RTTI_WorkshopEngine__StateUpdateAutoFoundation = (void *)0x0645AC08; -const void * RTTI_WorkshopEngine__StateUpdateCommitSnapEdit = (void *)0x0645AAD8; -const void * RTTI_WorkshopEngine__StateUpdatePlacement = (void *)0x0645C9C0; -const void * RTTI_WorkshopEngine__StateUpdatePowerLink = (void *)0x0645A890; -const void * RTTI_WorkshopEngine__StateUpdateSnapped = (void *)0x0645CA00; -const void * RTTI_WorkshopEngine__StateUpdateTransferLink = (void *)0x0645CBD0; -const void * RTTI_WorkshopEngine__StateWait3D = (void *)0x0645CA38; -const void * RTTI_WorkshopEngine__TrackItemEvent = (void *)0x0645C8A0; -const void * RTTI_WorkshopEngine__UntrackItemEvent = (void *)0x0645C7F0; -const void * RTTI_WorkshopEngine__UpdateEvent = (void *)0x0645CC78; -const void * RTTI_WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter = (void *)0x062F7880; -const void * RTTI_WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector = (void *)0x062F9A00; -const void * RTTI_WorkshopHavokUtils__ForwardCastCollector = (void *)0x062F7980; -const void * RTTI_WorkshopHavokUtils__GroundInfoCollisionfilter = (void *)0x062FA190; -const void * RTTI_WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter = (void *)0x062F79C0; -const void * RTTI_WorkshopHavokUtils__IntersectionTestCollisionfilter = (void *)0x062F7930; -const void * RTTI_WorkshopHavokUtils__ItemPlacementForwardCastCollector = (void *)0x062F94D0; -const void * RTTI_WorkshopHavokUtils__TempItemPlacementCollector = (void *)0x0645D6F0; -const void * RTTI_WorkshopHavokUtils__WorkshopClosestHitGroundCollector = (void *)0x062F9570; -const void * RTTI_WorkshopHavokUtils__WorkshopGroundCollector = (void *)0x062F9520; -const void * RTTI_WorkshopHavokUtils__hknpWorkshopCastCollector = (void *)0x062F78E0; -const void * RTTI_WorkshopHavokUtils__hknpWorkshopIntersectCollector = (void *)0x062F7A20; -const void * RTTI_WorkshopHighlightUtils__EventListener = (void *)0x0645D010; -const void * RTTI_WorkshopInteractiveMessageDataModel = (void *)0x06356608; -const void * RTTI_WorkshopInteractiveMessageDataModel__ICallback = (void *)0x0639A420; -const void * RTTI_WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle = (void *)0x063565A0; -const void * RTTI_WorkshopIsoCameraState = (void *)0x06423350; -const void * RTTI_WorkshopLOD__WorkshopLODManager = (void *)0x06459288; -const void * RTTI_WorkshopMenu = (void *)0x0639AA68; -const void * RTTI_WorkshopMenuShared = (void *)0x0639D598; -const void * RTTI_WorkshopMenu_AttemptBuild = (void *)0x0639A3F0; -const void * RTTI_WorkshopMenu_CancelAction = (void *)0x0639A3C0; -const void * RTTI_WorkshopMenu_ChangeVariant = (void *)0x0639A388; -const void * RTTI_WorkshopMenu_ConnectionEvent = (void *)0x0639A2B0; -const void * RTTI_WorkshopMenu_ExitMenu = (void *)0x0639A250; -const void * RTTI_WorkshopMenu_MessageCallback = (void *)0x0639A1E0; -const void * RTTI_WorkshopMenu_SelectedCategory = (void *)0x0639A350; -const void * RTTI_WorkshopMenu_SelectedGridObject = (void *)0x0639A318; -const void * RTTI_WorkshopMenu_ShowExtras = (void *)0x0639A2E8; -const void * RTTI_WorkshopMenu_SwitchMode = (void *)0x0639A280; -const void * RTTI_WorkshopMenu_ToggleDistance = (void *)0x0639A1A8; -const void * RTTI_WorkshopMenu_ToggleTracking = (void *)0x0639A218; -const void * RTTI_WorkshopMenu_ToggleView = (void *)0x0639A178; +const void * RTTI_SpaceshipEffectsUtil__EventSink = (void *)0x064532B0; +const void * RTTI_SpaceshipEquipmentComponent = (void *)0x06453468; +const void * RTTI_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler = (void *)0x064535D0; +const void * RTTI_SpaceshipGravDrivePart = (void *)0x064534A0; +const void * RTTI_SpaceshipHudMenu = (void *)0x06387AB8; +const void * RTTI_SpaceshipLandingFinishedFailsafeHandler = (void *)0x063E2848; +const void * RTTI_SpaceshipLandingFinishedHandler = (void *)0x063E2E60; +const void * RTTI_SpaceshipLinkedCell__ExteriorShipCell = (void *)0x06461D50; +const void * RTTI_SpaceshipLinkedCell__InteriorShipCell = (void *)0x06461D10; +const void * RTTI_SpaceshipLinkedCell__ShipCell = (void *)0x06461C80; +const void * RTTI_SpaceshipMobilityPart = (void *)0x064533E8; +const void * RTTI_SpaceshipPart = (void *)0x06453440; +const void * RTTI_SpaceshipPlayerSounds = (void *)0x06456318; +const void * RTTI_SpaceshipShieldPart = (void *)0x06453388; +const void * RTTI_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler = (void *)0x06456520; +const void * RTTI_SpaceshipTakeOffFinishedHandler = (void *)0x063E2E98; +const void * RTTI_SpaceshipUndockingFinishedHandler = (void *)0x063E28C8; +const void * RTTI_SpaceshipWeapon = (void *)0x06453418; +const void * RTTI_Spaceship__InstanceData = (void *)0x062B3A28; +const void * RTTI_Spaceship__LadderSwapHandler = (void *)0x061986F0; +const void * RTTI_Spaceship__ShipProxyCollisionListener = (void *)0x062B6A18; +const void * RTTI_Spaceship__TargetingMode = (void *)0x063B9080; +const void * RTTI_SpawnHazardEffect = (void *)0x063BB728; +const void * RTTI_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler = (void *)0x06258CC0; +const void * RTTI_SpecificItemCollector = (void *)0x062DCD80; +const void * RTTI_SpectatorPackage = (void *)0x0617A750; +const void * RTTI_SpeedScale = (void *)0x064718A0; +const void * RTTI_SpeedScaleInstance = (void *)0x06471870; +const void * RTTI_SpellItem = (void *)0x061900A8; +const void * RTTI_SpringBoneData = (void *)0x062ABF90; +const void * RTTI_SpringBoneInstance = (void *)0x062ABFB8; +const void * RTTI_StaggerEffect = (void *)0x0639DEB0; +const void * RTTI_StaggerMeter = (void *)0x0646E108; +const void * RTTI_StaggerMeterInstance = (void *)0x06470DD0; +const void * RTTI_StaggeredStopHandler = (void *)0x063E61B0; +const void * RTTI_StarField__LoadNodeBarrier = (void *)0x062B6CE8; +const void * RTTI_StarField__ModuleState = (void *)0x062B6DD0; +const void * RTTI_StarField__SpaceReference__RetargetExterior3d = (void *)0x062B6D20; +const void * RTTI_StarMapMenu_ExecuteRoute = (void *)0x0638EB00; +const void * RTTI_StarMapMenu_Galaxy_FocusSystem = (void *)0x0638D998; +const void * RTTI_StarMapMenu_LandingInputInProgress = (void *)0x0638A918; +const void * RTTI_StarMapMenu_MarkerGroupContainerVisibilityChanged = (void *)0x0638A8D0; +const void * RTTI_StarMapMenu_MarkerGroupEntryClicked = (void *)0x0638A770; +const void * RTTI_StarMapMenu_MarkerGroupEntryHoverChanged = (void *)0x0638A730; +const void * RTTI_StarMapMenu_OnCancel = (void *)0x0638EA28; +const void * RTTI_StarMapMenu_OnClearRoute = (void *)0x0638EB30; +const void * RTTI_StarMapMenu_OnExitStarMap = (void *)0x0638E990; +const void * RTTI_StarMapMenu_OnGalaxyViewInitialized = (void *)0x0638D9D0; +const void * RTTI_StarMapMenu_OnHintButtonClicked = (void *)0x0638E9C0; +const void * RTTI_StarMapMenu_OnOutpostEntrySelected = (void *)0x0638E818; +const void * RTTI_StarMapMenu_QuickSelectChange = (void *)0x0638C0A8; +const void * RTTI_StarMapMenu_ReadyToClose = (void *)0x0638E9F8; +const void * RTTI_StarMapMenu_ScanPlanet = (void *)0x0638ED08; +const void * RTTI_StarMapMenu_SelectedLandingSite = (void *)0x0638A7F0; +const void * RTTI_StarMapMenu_SelectedLandingSiteFailed = (void *)0x0638A7B0; +const void * RTTI_StarMapMenu_ShowRealCursor = (void *)0x0638EE28; +const void * RTTI_StarMap__BodyInfoToUI = (void *)0x06331548; +const void * RTTI_StarMap__BodyInspectState = (void *)0x0638A360; +const void * RTTI_StarMap__BodyInspectState__BodyInspectStateEventShuttle = (void *)0x06389F00; +const void * RTTI_StarMap__ConfirmCustomMarkerActionCallback = (void *)0x06390350; +const void * RTTI_StarMap__DelayCommand = (void *)0x0638A958; +const void * RTTI_StarMap__Galaxy3DScene = (void *)0x06387E48; +const void * RTTI_StarMap__GalaxyState = (void *)0x0638C7A8; +const void * RTTI_StarMap__GalaxyState__GalaxyStateEventShuttle = (void *)0x0638C380; +const void * RTTI_StarMap__IStarMapState = (void *)0x0638AD88; +const void * RTTI_StarMap__PlanetInfoToUI = (void *)0x06331578; +const void * RTTI_StarMap__SelectBodyEventHelper = (void *)0x063B7698; +const void * RTTI_StarMap__StarMapMenu = (void *)0x0638EB60; +const void * RTTI_StarMap__StarMapMenuDataModel = (void *)0x0638DE68; +const void * RTTI_StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle = (void *)0x0638D4E0; +const void * RTTI_StarMap__StarMapMenu__StarMapMenuEventShuttle = (void *)0x0638E6E0; +const void * RTTI_StarMap__StarMapSystemMobile = (void *)0x0638FF20; +const void * RTTI_StarMap__SurfaceMap3DScene = (void *)0x06326FF0; +const void * RTTI_StarMap__SurfaceMap3DScene__Scene = (void *)0x06327060; +const void * RTTI_StarMap__SurfaceMap3DScene__TerrainScene = (void *)0x06327020; +const void * RTTI_StarMap__SurfaceMapMaterialController__DefaultMaterialApplicator = (void *)0x06327590; +const void * RTTI_StarMap__SurfaceMapMaterialController__MaterialApplicator = (void *)0x063273C0; +const void * RTTI_StarMap__SurfaceMapMaterialController__SpecializedMaterialApplicator = (void *)0x06327530; +const void * RTTI_StarMap__SurfaceMapState = (void *)0x06390390; +const void * RTTI_StarMap__SurfaceMapState__SurfaceMapStateEventShuttle = (void *)0x063903C0; +const void * RTTI_StarMap__SurfaceMapUIPlanetModule = (void *)0x06391520; +const void * RTTI_StarMap__SystemBodyInfoToUI = (void *)0x06331800; +const void * RTTI_StarMap__SystemState = (void *)0x06391C08; +const void * RTTI_StarMap__SystemState__SystemStateEventShuttle = (void *)0x06391B70; +const void * RTTI_StarMap__Util__ConfirmFastTravelCallback = (void *)0x0638AA60; +const void * RTTI_StarMap__Util__ConfirmGravJumpPlotCallback = (void *)0x0638AA20; +const void * RTTI_StartFloatingHandler = (void *)0x063E6BC0; +const void * RTTI_StartPCapVoiceHandler = (void *)0x063E30B0; +const void * RTTI_StartSecurityMinigameHandler = (void *)0x063E2E28; +const void * RTTI_StateConfirmingAction = (void *)0x0633D688; +const void * RTTI_StateEngagmentPrompt = (void *)0x0633D750; +const void * RTTI_StateInitialLoad = (void *)0x0633D8B8; +const void * RTTI_StateIntroVideo = (void *)0x0633D808; +const void * RTTI_StateLegalScreen = (void *)0x0633D830; +const void * RTTI_StateLoadPanelInteract = (void *)0x0633D6F0; +const void * RTTI_StateMachine = (void *)0x064709C8; +const void * RTTI_StateMachineInstance = (void *)0x06470998; +const void * RTTI_StateMainPanelInteract = (void *)0x0633D720; +const void * RTTI_StateOpenFromInstallMenu = (void *)0x0633D858; +const void * RTTI_StateOpenFromReset = (void *)0x0633D7D8; +const void * RTTI_StateOpenFromStartup = (void *)0x0633D888; +const void * RTTI_StateOtherMenuOpen = (void *)0x0633D628; +const void * RTTI_StatePerformingAction = (void *)0x0633D658; +const void * RTTI_StateSettingsPanelInteract = (void *)0x0633D6B8; +const void * RTTI_StateSplashScreen = (void *)0x0633D780; +const void * RTTI_StateVariableControl = (void *)0x06471590; +const void * RTTI_StateVariableControlInstance = (void *)0x064715C0; +const void * RTTI_StateWaitingOnLoad = (void *)0x0633D7A8; +const void * RTTI_StaticAvoidNodeManager = (void *)0x063D03D0; +const void * RTTI_StatusMenu = (void *)0x06392920; +const void * RTTI_SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed = (void *)0x06521CD0; +const void * RTTI_StimpakEffect = (void *)0x0639F190; +const void * RTTI_StopFloatingHandler = (void *)0x063E6620; +const void * RTTI_StopMountCameraHandler = (void *)0x063E6DA0; +const void * RTTI_StorageSpaceBar = (void *)0x065113C0; +const void * RTTI_StorageTable__AsyncTableColumnBase = (void *)0x062A8588; +const void * RTTI_StorageTable__DirectColumnDataStorageInterface = (void *)0x062A8540; +const void * RTTI_StorageTable__ScheduleImpl = (void *)0x064E4A50; +const void * RTTI_StorageTable__StorageDataBase = (void *)0x0629F850; +const void * RTTI_StreamingInstallMenu = (void *)0x06392CC8; +const void * RTTI_StreamingInstallMenu__StreamingInstallEventShuttle = (void *)0x06392DD0; +const void * RTTI_StreamingInstallMenu__StreamingProgressData = (void *)0x06392E20; +const void * RTTI_StringUIValue = (void *)0x06264148; +const void * RTTI_SubgraphAndOffsetDBData = (void *)0x06472170; +const void * RTTI_SummonCreatureEffect = (void *)0x0639F368; +const void * RTTI_SummonDuplicateEffect = (void *)0x0639F238; +const void * RTTI_SummonPlacementEffect = (void *)0x0639F398; +const void * RTTI_SupportMaterialHandler = (void *)0x063B8000; +const void * RTTI_SurfaceMapMenu_EnablePointCloud = (void *)0x06390538; +const void * RTTI_SurfaceMapMenu_MarkerClicked = (void *)0x06390500; +const void * RTTI_SurfaceMapMenu_TryPlaceCustomMarker = (void *)0x063905C0; +const void * RTTI_SwapGraphNode = (void *)0x064708D8; +const void * RTTI_SwapGraphNodeInstance = (void *)0x06470900; +const void * RTTI_SwitchNode = (void *)0x06470A20; +const void * RTTI_SwitchNodeInstance = (void *)0x064709F0; +const void * RTTI_SyncDeferDeathHandler = (void *)0x063E2BC0; +const void * RTTI_SyncEarlyExitHandler = (void *)0x063E2B90; +const void * RTTI_SyncQueueObj = (void *)0x06315550; +const void * RTTI_TBO_InstanceData = (void *)0x062B3A58; +const void * RTTI_TES = (void *)0x0626E0F0; +const void * RTTI_TESAIForm = (void *)0x06175908; +const void * RTTI_TESActorBase = (void *)0x06175338; +const void * RTTI_TESActorBaseData = (void *)0x06175768; +const void * RTTI_TESAmmo = (void *)0x062BFD70; +const void * RTTI_TESAudio__ScriptedMusicState = (void *)0x0639FDE8; +const void * RTTI_TESBipedModelForm = (void *)0x061758B8; +const void * RTTI_TESBoundAnimObject = (void *)0x062BD688; +const void * RTTI_TESBoundObject = (void *)0x0618E090; +const void * RTTI_TESCamera = (void *)0x062F59D0; +const void * RTTI_TESCameraState = (void *)0x062FA610; +const void * RTTI_TESChildCell = (void *)0x062EE168; +const void * RTTI_TESClass = (void *)0x062D98D0; +const void * RTTI_TESClimate = (void *)0x062C4390; +const void * RTTI_TESCombatStyle = (void *)0x06175360; +const void * RTTI_TESContainer = (void *)0x0620FF50; +const void * RTTI_TESCustomPackageData = (void *)0x062EDE00; +const void * RTTI_TESDataHandler = (void *)0x06271BD8; +const void * RTTI_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm = (void *)0x062710F0; +const void * RTTI_TESDataHandlerPostBuildFileListSource = (void *)0x06210880; +const void * RTTI_TESDataHandler__ArchiveRegistrationListener = (void *)0x06271950; +const void * RTTI_TESDescription = (void *)0x061901C0; +const void * RTTI_TESDialoguePackageData = (void *)0x06178450; +const void * RTTI_TESEffectShader = (void *)0x062BFF18; +const void * RTTI_TESEnchantableForm = (void *)0x06175830; +const void * RTTI_TESEyes = (void *)0x062D98F0; +const void * RTTI_TESFaction = (void *)0x06175468; +const void * RTTI_TESFile = (void *)0x062720A0; +const void * RTTI_TESFlora = (void *)0x062C0028; +const void * RTTI_TESFloraInstanceData = (void *)0x062BFFF8; +const void * RTTI_TESFollowPackageData = (void *)0x062EDD68; +const void * RTTI_TESForm = (void *)0x0618E0D8; +const void * RTTI_TESFullName = (void *)0x0618E178; +const void * RTTI_TESFurniture = (void *)0x062BFB28; +const void * RTTI_TESGlobal = (void *)0x06175508; +const void * RTTI_TESGrass = (void *)0x062C01A0; +const void * RTTI_TESHandleForm = (void *)0x062C2AB0; +const void * RTTI_TESHavokUtilities__CellHeightFieldCuller = (void *)0x062DD870; +const void * RTTI_TESHealthForm = (void *)0x06175928; +const void * RTTI_TESIdleForm = (void *)0x061749F0; +const void * RTTI_TESImageSpace = (void *)0x061751C8; +const void * RTTI_TESImageSpaceModifiableForm = (void *)0x0618E1E8; +const void * RTTI_TESImageSpaceModifier = (void *)0x06177858; +const void * RTTI_TESKey = (void *)0x06175550; +const void * RTTI_TESLandTexture = (void *)0x062C43F0; +const void * RTTI_TESLevCharacter = (void *)0x062C01E8; +const void * RTTI_TESLevItem = (void *)0x062C0210; +const void * RTTI_TESLevSpell = (void *)0x062C0238; +const void * RTTI_TESLeveledList = (void *)0x06175860; +const void * RTTI_TESLoadScreen = (void *)0x062D6418; +const void * RTTI_TESMagicTargetForm = (void *)0x06277658; +const void * RTTI_TESModel = (void *)0x0618E1A0; +const void * RTTI_TESModelDB__TESAutoQueuedDependentNode = (void *)0x06272250; +const void * RTTI_TESModelDB__TESQueuedHandles = (void *)0x0626B298; +const void * RTTI_TESModelTri = (void *)0x062D8D48; +const void * RTTI_TESNPC = (void *)0x06177AC0; +const void * RTTI_TESNPCData__ChargenDataModel = (void *)0x062BB258; +const void * RTTI_TESNPC__InstanceData = (void *)0x062DA260; +const void * RTTI_TESObject = (void *)0x0618E0B8; +const void * RTTI_TESObjectACTI = (void *)0x062BFA48; +const void * RTTI_TESObjectANIO = (void *)0x062C0960; +const void * RTTI_TESObjectARMA = (void *)0x06177800; +const void * RTTI_TESObjectARMO = (void *)0x062C0A80; +const void * RTTI_TESObjectARMOInstanceData = (void *)0x06174C00; +const void * RTTI_TESObjectBOOK = (void *)0x062C0B98; +const void * RTTI_TESObjectCELL = (void *)0x06174930; +const void * RTTI_TESObjectCONT = (void *)0x062C0CC0; +const void * RTTI_TESObjectCONT__InstanceData = (void *)0x062C0CE8; +const void * RTTI_TESObjectDOOR = (void *)0x062C1538; +const void * RTTI_TESObjectLIGH = (void *)0x062C0318; +const void * RTTI_TESObjectMISC = (void *)0x062C01C0; +const void * RTTI_TESObjectREFR = (void *)0x061748B8; +const void * RTTI_TESObjectREFRDef__IAliasFunctor = (void *)0x06268E20; +const void * RTTI_TESObjectREFRDef__IAliasLinkedChildFunctor = (void *)0x06268DE0; +const void * RTTI_TESObjectREFRDef__ILinkedReferenceFunctor = (void *)0x06219F20; +const void * RTTI_TESObjectREFRIsReadyForAttachEvent = (void *)0x062CA4E0; +const void * RTTI_TESObjectREFRSync__REFRSyncController = (void *)0x062D4190; +const void * RTTI_TESObjectSTAT = (void *)0x062BDCE0; +const void * RTTI_TESObjectWEAP = (void *)0x062C1CA0; +const void * RTTI_TESObjectWEAPInstanceData = (void *)0x062C1CC8; +const void * RTTI_TESPackage = (void *)0x06175440; +const void * RTTI_TESPackedFile = (void *)0x06271FE8; +const void * RTTI_TESPlanetModel = (void *)0x061751A0; +const void * RTTI_TESQuest = (void *)0x06239D90; +const void * RTTI_TESRace = (void *)0x06177E48; +const void * RTTI_TESRaceForm = (void *)0x06175808; +const void * RTTI_TESRegion = (void *)0x062B1E90; +const void * RTTI_TESRegionData = (void *)0x061773F8; +const void * RTTI_TESRegionDataManager = (void *)0x062B1EB0; +const void * RTTI_TESRegionDataMap = (void *)0x062B1EE0; +const void * RTTI_TESRegionDataSound = (void *)0x062B1F08; +const void * RTTI_TESRegionDataWeather = (void *)0x061773C8; +const void * RTTI_TESRegionList = (void *)0x062B1FA0; +const void * RTTI_TESShout = (void *)0x062D8918; +const void * RTTI_TESSoulGem = (void *)0x062C1CF8; +const void * RTTI_TESSound = (void *)0x062D8938; +const void * RTTI_TESSpellList = (void *)0x06175790; +const void * RTTI_TESTexture = (void *)0x06175A10; +const void * RTTI_TESTopic = (void *)0x06175420; +const void * RTTI_TESTopicInfo = (void *)0x061753F8; +const void * RTTI_TESTrapListener = (void *)0x062DD9E0; +const void * RTTI_TESValueForm = (void *)0x06266E98; +const void * RTTI_TESWaterForm = (void *)0x061754E0; +const void * RTTI_TESWaterNormals = (void *)0x062F46E8; +const void * RTTI_TESWaterObject = (void *)0x062F4710; +const void * RTTI_TESWaterSystem = (void *)0x062F46C0; +const void * RTTI_TESWeather = (void *)0x062D4288; +const void * RTTI_TESWeightForm = (void *)0x06266DC8; +const void * RTTI_TESWordOfPower = (void *)0x062D8958; +const void * RTTI_TESWorldSpace = (void *)0x06177420; +const void * RTTI_TES__PostGridLoadNode = (void *)0x0626E180; +const void * RTTI_TagField = (void *)0x06511080; +const void * RTTI_TagPropagationNode = (void *)0x06470EF0; +const void * RTTI_TagPropagationNodeInstance = (void *)0x06470F20; +const void * RTTI_TakeOffInitiateCompleteHandler = (void *)0x063E2D80; +const void * RTTI_TakeoffMenu = (void *)0x06387D10; +const void * RTTI_TakeoffMenuDataModel = (void *)0x06353D38; +const void * RTTI_TakeoffMenuDataModel__TakeoffMenuEventShuttle = (void *)0x06353CF0; +const void * RTTI_TakeoffMenu_CloseMenu = (void *)0x06387840; +const void * RTTI_TakeoffMenu_ExitShip = (void *)0x06387768; +const void * RTTI_TakeoffMenu_Launch = (void *)0x06387798; +const void * RTTI_TargetEntry = (void *)0x062DC4E0; +const void * RTTI_TelekinesisEffect = (void *)0x0639F520; +const void * RTTI_TeleportDoorSearch = (void *)0x062EFF68; +const void * RTTI_TempLoadedCellDB__LoadTempDataForCell = (void *)0x06254F50; +const void * RTTI_TerminalMenu_CancelEvent = (void *)0x06394810; +const void * RTTI_TerminalOpenViewCallback = (void *)0x06394778; +const void * RTTI_TerminalRunResultsCallback = (void *)0x06394688; +const void * RTTI_Terminal_CloseAllViews = (void *)0x063946C0; +const void * RTTI_Terminal_CloseTopView = (void *)0x06394840; +const void * RTTI_Terminal_CloseView = (void *)0x06394870; +const void * RTTI_Terminal_MenuItemClick = (void *)0x063947E0; +const void * RTTI_Terminal__AddAliasedTerminalsFunc = (void *)0x06393AE8; +const void * RTTI_Terminal__GenesisTerminalMenu = (void *)0x063947A8; +const void * RTTI_Terminal__GenesisTerminalMenu_UnlockItemConfirm = (void *)0x06393C50; +const void * RTTI_Terminal__GenesisTerminalMenu_UnlockedItemWithKey = (void *)0x06393CA0; +const void * RTTI_Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle = (void *)0x063942F0; +const void * RTTI_TerminateGraphRagdollHandler = (void *)0x063E2D18; +const void * RTTI_TerrainDB__TerrainBarrierNode = (void *)0x062B7EA0; +const void * RTTI_TerrainDB__TerrainGraphProcessor = (void *)0x062B7F30; +const void * RTTI_TestMenu = (void *)0x06395B78; +const void * RTTI_TestMenu_DoAction = (void *)0x06395BC8; +const void * RTTI_TestMenu_ExitMenu = (void *)0x06395AA8; +const void * RTTI_TestMenu_ShowImages = (void *)0x06395BF0; +const void * RTTI_TestMenu_ShowResources = (void *)0x06395B98; +const void * RTTI_TestMenu_TestAll = (void *)0x06395AD0; +const void * RTTI_TestMenu__TestMenuEventShuttle = (void *)0x06396450; +const void * RTTI_TestReferencedObject = (void *)0x0616CBD8; +const void * RTTI_TextInputMenu = (void *)0x06396758; +const void * RTTI_TextInputMenu_EndEditText = (void *)0x063966E0; +const void * RTTI_TextInputMenu_InputCanceled = (void *)0x06396670; +const void * RTTI_TextInputMenu_StartEditText = (void *)0x063966A8; +const void * RTTI_TextInputMenu__TextInputEventShuttle = (void *)0x063970A8; +const void * RTTI_TextRenderer = (void *)0x064A4110; +const void * RTTI_TextRenderer3D = (void *)0x06200350; +const void * RTTI_TextureDB__ErrorStreamer = (void *)0x0621EFA8; +const void * RTTI_TextureDB__Manager = (void *)0x064CD1E0; +const void * RTTI_TextureUtils__AutoQueuedDependentNode = (void *)0x0648BA68; +const void * RTTI_TextureUtils__WaitStreamedNode = (void *)0x0648B9C8; +const void * RTTI_ThirdPersonState = (void *)0x062FA5B8; +const void * RTTI_ThumbstickEvent = (void *)0x064742B0; +const void * RTTI_TimeMultiplierProvider = (void *)0x062B1E28; +const void * RTTI_TimerEvent = (void *)0x06471B60; +const void * RTTI_TimerEventInstance = (void *)0x06471B30; +const void * RTTI_TitleSequenceMenu = (void *)0x0642E280; +const void * RTTI_TitleSequenceMenu_StartMusic = (void *)0x0642E348; +const void * RTTI_TranslationAdjustment = (void *)0x0646E068; +const void * RTTI_TranslationAdjustmentInstance = (void *)0x06470E00; +const void * RTTI_TrapEntry = (void *)0x062DDA08; +const void * RTTI_TrapTargetEntry = (void *)0x062DC408; +const void * RTTI_TraversalCollisionFilter = (void *)0x06285270; +const void * RTTI_TraversalFinishedHandler = (void *)0x063E2C88; +const void * RTTI_TraversalStepDoneHandler = (void *)0x063E2C58; +const void * RTTI_TrespassPackage = (void *)0x063D0690; +const void * RTTI_TrianglePathWaterLedgeTraversalSplitter = (void *)0x064B3C40; +const void * RTTI_TurnUndeadEffect = (void *)0x0639F478; +const void * RTTI_TutorialMessageManager = (void *)0x0635B640; +const void * RTTI_TutorialMessageManager__TutorialMessageEventShuttle = (void *)0x0632A240; +const void * RTTI_TweenMenuCameraState = (void *)0x06423760; +const void * RTTI_TwoBoneIKNode = (void *)0x0646E040; +const void * RTTI_TwoBoneIKNodeInstance = (void *)0x06470E38; +const void * RTTI_TypeRegistryTest__Ref = (void *)0x06167590; +const void * RTTI_TypeRegistryTest__TypedefChild = (void *)0x06167B10; +const void * RTTI_UI = (void *)0x064A2368; +const void * RTTI_UIBlurManager = (void *)0x0642E490; +const void * RTTI_UICellRenderer = (void *)0x0625F0E0; +const void * RTTI_UICellRenderer_InventoryItem = (void *)0x0625F1D8; +const void * RTTI_UICellRenderer_InventoryItem__ItemModelLoadTask = (void *)0x0625F190; +const void * RTTI_UIDataShuttleConnector = (void *)0x064A29D8; +const void * RTTI_UIDataShuttleContainer = (void *)0x06247EB8; +const void * RTTI_UIDataToFlash = (void *)0x062479E8; +const void * RTTI_UIEventDispatcher = (void *)0x061DEBC8; +const void * RTTI_UIMenuChargenMenuDisablePaperdoll = (void *)0x06380750; +const void * RTTI_UISaveLoadManager = (void *)0x063B7AE8; +const void * RTTI_UI_BarButton = (void *)0x06510FE0; +const void * RTTI_UI_Button3 = (void *)0x061834D8; +const void * RTTI_UI_Gallery = (void *)0x065110A0; +const void * RTTI_UI_MarkdownText = (void *)0x065117A8; +const void * RTTI_UI_ScrollingBannerList = (void *)0x06510F20; +const void * RTTI_UI_ScrollingList = (void *)0x06510068; +const void * RTTI_UI_Text = (void *)0x0650FA20; +const void * RTTI_UI_Text3 = (void *)0x0650F8C8; +const void * RTTI_UI_bannerEntry = (void *)0x06511708; +const void * RTTI_UI_bar = (void *)0x0650F840; +const void * RTTI_UI_bottomBar = (void *)0x0650F860; +const void * RTTI_UI_detailsPage = (void *)0x0650FAB8; +const void * RTTI_UI_detailsPage__OnSale = (void *)0x0650FD38; +const void * RTTI_UI_element = (void *)0x0650F320; +const void * RTTI_UI_homePage = (void *)0x0650F368; +const void * RTTI_UI_image = (void *)0x0650F888; +const void * RTTI_UI_image3 = (void *)0x0650F8A8; +const void * RTTI_UI_listEntry = (void *)0x065113E8; +const void * RTTI_UI_listEntry__OnSale = (void *)0x06511410; +const void * RTTI_UI_tag = (void *)0x065117D0; +const void * RTTI_UI_topBar = (void *)0x06510F50; +const void * RTTI_UncullFurnitureBoneHandler = (void *)0x063E33A0; +const void * RTTI_UncullWeaponsHandler = (void *)0x063E3408; +const void * RTTI_UniqueAVCollector = (void *)0x06317A30; +const void * RTTI_UnitTest__CopyableReferencedObject = (void *)0x06167528; +const void * RTTI_UnitTest__InterfaceImpl0 = (void *)0x061677C8; +const void * RTTI_UnitTest__InterfaceImpl1 = (void *)0x061677F8; +const void * RTTI_UnitTest__InterfaceUnregistered0 = (void *)0x06167828; +const void * RTTI_UnitTest__InterfaceUnregistered1 = (void *)0x06167860; +const void * RTTI_UnitTest__NestedRelArray = (void *)0x061674F8; +const void * RTTI_UnitTest__SetterTest__Foo = (void *)0x06167560; +const void * RTTI_UnitTest__SimpleRelArray = (void *)0x061674C8; +const void * RTTI_UnitTest__TypeVm__Record = (void *)0x061675C0; +const void * RTTI_UnitTest__UrlObject__Shape = (void *)0x06167898; +const void * RTTI_UnitTest__UrlObject__TestGraph = (void *)0x061678C8; +const void * RTTI_UpdateParticleParticleInDirtyAabbsTask = (void *)0x06170B30; +const void * RTTI_UpdateRigidBodyDirtyAabbsTask = (void *)0x06170AF8; +const void * RTTI_UpdateSceneRectEvent = (void *)0x064A2C58; +const void * RTTI_UseStimpakHandler = (void *)0x063E2F30; +const void * RTTI_UserContent = (void *)0x06458748; +const void * RTTI_VATS = (void *)0x063EB4F8; +const void * RTTI_VATSCameraState = (void *)0x06423790; +const void * RTTI_VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor = (void *)0x063EB400; +const void * RTTI_ValueModifierEffect = (void *)0x0639D7F0; +const void * RTTI_VariableCombiner = (void *)0x0646E098; +const void * RTTI_VariableCombinerInstance = (void *)0x06470E68; +const void * RTTI_VehicleBIEvents__VehicleBIEventManager = (void *)0x06324DC0; +const void * RTTI_VehicleCameraState = (void *)0x062FAD38; +const void * RTTI_VehicleRuntimeComponent = (void *)0x0631BDE0; +const void * RTTI_VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor = (void *)0x064BC7F0; +const void * RTTI_ViewAllEntry = (void *)0x06511440; +const void * RTTI_VirtualPathingDoor = (void *)0x0627B898; +const void * RTTI_WaterPathPathingNodeGenerator = (void *)0x064BC2F8; +const void * RTTI_WaterPathRayValidator = (void *)0x064BC360; +const void * RTTI_WeaponAttachHandler = (void *)0x063E3048; +const void * RTTI_WeaponBeginDrawHandler = (void *)0x063E64C8; +const void * RTTI_WeaponBeginSheatheHandler = (void *)0x063E6550; +const void * RTTI_WeaponDetachHandler = (void *)0x063E30E0; +const void * RTTI_WeaponDrawHandler = (void *)0x063E6528; +const void * RTTI_WeaponEnchantmentController = (void *)0x0639EFC0; +const void * RTTI_WeaponFireEndHandler = (void *)0x063E32A8; +const void * RTTI_WeaponFireHandler = (void *)0x063E31C8; +const void * RTTI_WeaponFireStartHandler = (void *)0x063E3218; +const void * RTTI_WeaponGroupAssignmentMenu_ChangeWeaponAssignment = (void *)0x0625E7B0; +const void * RTTI_WeaponGroupAssignmentMenu_OnHintButtonActivated = (void *)0x0625E760; +const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu = (void *)0x0625E9F0; +const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle = (void *)0x0625E570; +const void * RTTI_WeaponSheatheHandler = (void *)0x063E65B8; +const void * RTTI_WeaponSheatheInterruptHandler = (void *)0x063E6580; +const void * RTTI_WeaponSwingHandler = (void *)0x063E63E0; +const void * RTTI_WeaponsCraftingMenu = (void *)0x063978E8; +const void * RTTI_Win32FileSystemWatcher = (void *)0x06167E28; +const void * RTTI_WorkshopActionButton_HoldFinished = (void *)0x0639D1B8; +const void * RTTI_WorkshopActionButton_HoldStopped = (void *)0x0639D1F0; +const void * RTTI_WorkshopAreaResourcesDataModel = (void *)0x063555E8; +const void * RTTI_WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle = (void *)0x063554C0; +const void * RTTI_WorkshopBIEvents__WorkshopEventManager = (void *)0x063A0958; +const void * RTTI_WorkshopBuilderDataModel = (void *)0x06355EB8; +const void * RTTI_WorkshopBuilderDataModel__WorkshopBuilderEventShuttle = (void *)0x06355DA0; +const void * RTTI_WorkshopBuilderMenu = (void *)0x06398100; +const void * RTTI_WorkshopBuilderMenu_ChangeBuildItem = (void *)0x063982F8; +const void * RTTI_WorkshopBuilderMenu_SelectedItem = (void *)0x063982C0; +const void * RTTI_WorkshopBuilderMenu_ToggleTracking = (void *)0x06398338; +const void * RTTI_WorkshopCamera__CameraHitCollector = (void *)0x062FADB8; +const void * RTTI_WorkshopCamera__WorkshopCharacterProxyListener = (void *)0x062FADF0; +const void * RTTI_WorkshopCategoryBarDataModel = (void *)0x063551C0; +const void * RTTI_WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle = (void *)0x06355200; +const void * RTTI_WorkshopCategoryInfoDataModel = (void *)0x06354C30; +const void * RTTI_WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle = (void *)0x06354C70; +const void * RTTI_WorkshopColorModeDataModel = (void *)0x0632B548; +const void * RTTI_WorkshopColorModeDataModel__WorkshopColorModeEventShuttle = (void *)0x0632B790; +const void * RTTI_WorkshopColorMode_ApplyColors = (void *)0x0632B4A0; +const void * RTTI_WorkshopColorMode_SelectedTab = (void *)0x0632B510; +const void * RTTI_WorkshopColorMode_SliderChanged = (void *)0x0632B4D8; +const void * RTTI_WorkshopColorMode_SwatchChanged = (void *)0x0632B5C8; +const void * RTTI_WorkshopEngine__ActivateItemEvent = (void *)0x0645CCB8; +const void * RTTI_WorkshopEngine__BulldozeItemEvent = (void *)0x0645CD28; +const void * RTTI_WorkshopEngine__CancelEvent = (void *)0x0645BB90; +const void * RTTI_WorkshopEngine__CommitEvent = (void *)0x0645BB58; +const void * RTTI_WorkshopEngine__ConnectTransferLinkEvent = (void *)0x0645BA30; +const void * RTTI_WorkshopEngine__ConnectWireEvent = (void *)0x0645B9F8; +const void * RTTI_WorkshopEngine__CycleBehaviorEvent = (void *)0x0645CB20; +const void * RTTI_WorkshopEngine__EditColorsEvent = (void *)0x0645C9E8; +const void * RTTI_WorkshopEngine__EditItemEvent = (void *)0x0645BCB0; +const void * RTTI_WorkshopEngine__EngineFrame = (void *)0x061AF7B0; +const void * RTTI_WorkshopEngine__ExitEvent = (void *)0x0645BC08; +const void * RTTI_WorkshopEngine__FinishRepairEvent = (void *)0x0645BC78; +const void * RTTI_WorkshopEngine__InspectColorItemsEvent = (void *)0x0645CC00; +const void * RTTI_WorkshopEngine__ItemCombatChangedEvent = (void *)0x0645BBC8; +const void * RTTI_WorkshopEngine__NewItemEvent = (void *)0x0645BAB0; +const void * RTTI_WorkshopEngine__PlaceOutpostEvent = (void *)0x0645BAE8; +const void * RTTI_WorkshopEngine__PreviewColorsEvent = (void *)0x0645CCF0; +const void * RTTI_WorkshopEngine__RemoveItemEvent = (void *)0x0645BCE8; +const void * RTTI_WorkshopEngine__RemoveOutpostEvent = (void *)0x0645CAA8; +const void * RTTI_WorkshopEngine__RemoveSingleWorkshopItemEvent = (void *)0x0645CA20; +const void * RTTI_WorkshopEngine__RemoveWorkshopItemsEvent = (void *)0x0645CAE0; +const void * RTTI_WorkshopEngine__RequestRepairItemEvent = (void *)0x0645BC38; +const void * RTTI_WorkshopEngine__ResetColorsToDefaultEvent = (void *)0x0645CC78; +const void * RTTI_WorkshopEngine__RevertBehaviorEvent = (void *)0x0645CA68; +const void * RTTI_WorkshopEngine__RotateItemEvent = (void *)0x0645C9B0; +const void * RTTI_WorkshopEngine__StartQuickMenuEvent = (void *)0x0645BA70; +const void * RTTI_WorkshopEngine__StartSnappedEvent = (void *)0x0645CB58; +const void * RTTI_WorkshopEngine__StartWorkshopEvent = (void *)0x0645BB20; +const void * RTTI_WorkshopEngine__StateBulldoze = (void *)0x0645BD98; +const void * RTTI_WorkshopEngine__StateCreatePowerLink = (void *)0x0645BEC0; +const void * RTTI_WorkshopEngine__StateCreateReferences = (void *)0x0645CEF8; +const void * RTTI_WorkshopEngine__StateCreateTransferLink = (void *)0x0645CFB0; +const void * RTTI_WorkshopEngine__StateCycleSnapBehavior = (void *)0x0645BD20; +const void * RTTI_WorkshopEngine__StateDuplicateReferences = (void *)0x0645CE88; +const void * RTTI_WorkshopEngine__StateIdle = (void *)0x0645CEC8; +const void * RTTI_WorkshopEngine__StateInspect = (void *)0x0645BD60; +const void * RTTI_WorkshopEngine__StateInspectColorItems = (void *)0x0645BDD0; +const void * RTTI_WorkshopEngine__StateModifyColors = (void *)0x0645BE50; +const void * RTTI_WorkshopEngine__StatePostCommitEdit = (void *)0x0645C148; +const void * RTTI_WorkshopEngine__StateSetupReferences = (void *)0x0645CE10; +const void * RTTI_WorkshopEngine__StateUpdateAutoFoundation = (void *)0x0645C188; +const void * RTTI_WorkshopEngine__StateUpdateCommitSnapEdit = (void *)0x0645C058; +const void * RTTI_WorkshopEngine__StateUpdatePlacement = (void *)0x0645CD60; +const void * RTTI_WorkshopEngine__StateUpdatePowerLink = (void *)0x0645BE10; +const void * RTTI_WorkshopEngine__StateUpdateSnapped = (void *)0x0645CDA0; +const void * RTTI_WorkshopEngine__StateUpdateTransferLink = (void *)0x0645CF70; +const void * RTTI_WorkshopEngine__StateWait3D = (void *)0x0645CDD8; +const void * RTTI_WorkshopEngine__TrackItemEvent = (void *)0x0645CC40; +const void * RTTI_WorkshopEngine__UntrackItemEvent = (void *)0x0645CB90; +const void * RTTI_WorkshopEngine__UpdateEvent = (void *)0x0645B988; +const void * RTTI_WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter = (void *)0x062F7910; +const void * RTTI_WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector = (void *)0x062F99D0; +const void * RTTI_WorkshopHavokUtils__ForwardCastCollector = (void *)0x062F7A10; +const void * RTTI_WorkshopHavokUtils__GroundInfoCollisionfilter = (void *)0x062FA220; +const void * RTTI_WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter = (void *)0x062F7A50; +const void * RTTI_WorkshopHavokUtils__IntersectionTestCollisionfilter = (void *)0x062F79C0; +const void * RTTI_WorkshopHavokUtils__ItemPlacementForwardCastCollector = (void *)0x062F9560; +const void * RTTI_WorkshopHavokUtils__TempItemPlacementCollector = (void *)0x0645D7F0; +const void * RTTI_WorkshopHavokUtils__WorkshopClosestHitGroundCollector = (void *)0x062F9600; +const void * RTTI_WorkshopHavokUtils__WorkshopGroundCollector = (void *)0x062F95B0; +const void * RTTI_WorkshopHavokUtils__hknpWorkshopCastCollector = (void *)0x062F7970; +const void * RTTI_WorkshopHavokUtils__hknpWorkshopIntersectCollector = (void *)0x062F7AB0; +const void * RTTI_WorkshopHighlightUtils__EventListener = (void *)0x0645D118; +const void * RTTI_WorkshopInteractiveMessageDataModel = (void *)0x063564A0; +const void * RTTI_WorkshopInteractiveMessageDataModel__ICallback = (void *)0x0639AC60; +const void * RTTI_WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle = (void *)0x063563E0; +const void * RTTI_WorkshopIsoCameraState = (void *)0x06423458; +const void * RTTI_WorkshopLOD__WorkshopLODManager = (void *)0x06459168; +const void * RTTI_WorkshopMenu = (void *)0x0639A9D0; +const void * RTTI_WorkshopMenuShared = (void *)0x0639D278; +const void * RTTI_WorkshopMenu_AttemptBuild = (void *)0x0639AC30; +const void * RTTI_WorkshopMenu_CancelAction = (void *)0x0639ABA0; +const void * RTTI_WorkshopMenu_ChangeVariant = (void *)0x0639AB68; +const void * RTTI_WorkshopMenu_ConnectionEvent = (void *)0x0639AA98; +const void * RTTI_WorkshopMenu_ExitMenu = (void *)0x0639ABD0; +const void * RTTI_WorkshopMenu_MessageCallback = (void *)0x0639A960; +const void * RTTI_WorkshopMenu_SelectedCategory = (void *)0x0639ACE0; +const void * RTTI_WorkshopMenu_SelectedGridObject = (void *)0x0639ACA8; +const void * RTTI_WorkshopMenu_ShowExtras = (void *)0x0639AAD0; +const void * RTTI_WorkshopMenu_SwitchMode = (void *)0x0639AC00; +const void * RTTI_WorkshopMenu_ToggleDistance = (void *)0x0639AB30; +const void * RTTI_WorkshopMenu_ToggleTracking = (void *)0x0639A998; +const void * RTTI_WorkshopMenu_ToggleView = (void *)0x0639AB00; const void * RTTI_WorkshopMessageDataModel = (void *)0x06356810; -const void * RTTI_WorkshopMessageDataModel__WorkshopMessageEventShuttle = (void *)0x06356780; -const void * RTTI_WorkshopObjectInfoCardDataModel = (void *)0x06355508; -const void * RTTI_WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle = (void *)0x06355540; -const void * RTTI_WorkshopOperations__CandidateSnapper = (void *)0x0645D630; -const void * RTTI_WorkshopPickRefDataModel = (void *)0x063568C8; -const void * RTTI_WorkshopPickRefDataModel__WorkshopPickRefEventShuttle = (void *)0x06356900; -const void * RTTI_WorkshopQuickMenu = (void *)0x0639AC90; -const void * RTTI_WorkshopQuickMenuDataModel = (void *)0x06357018; -const void * RTTI_WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle = (void *)0x06356F90; -const void * RTTI_WorkshopQuickMenu_ConfirmAction = (void *)0x0639AE00; -const void * RTTI_WorkshopQuickMenu_ExitMenu = (void *)0x0639AC58; -const void * RTTI_WorkshopResources__WorkshopResourcesManager = (void *)0x062FA140; -const void * RTTI_WorkshopShared_SetActionHandles = (void *)0x0639D6A0; -const void * RTTI_WorkshopShared_StartAction = (void *)0x0639D668; -const void * RTTI_WorkshopStateDataModel = (void *)0x063579E8; -const void * RTTI_WorkshopStateDataModel__WorkshopStateEventShuttle = (void *)0x063579A0; -const void * RTTI_WorkshopStatusDataModel = (void *)0x0632BA88; -const void * RTTI_WorkshopStatusDataModel__WorkshopStatusEventShuttle = (void *)0x0632BBA0; -const void * RTTI_WorkshopTargetMenu = (void *)0x0639C418; -const void * RTTI_WorkshopTargetMenu_TargetHovered = (void *)0x0639C398; -const void * RTTI_WorkshopTargetMenu_TargetPicked = (void *)0x0639C360; -const void * RTTI_WorkshopTargetMenu__OutpostData = (void *)0x0639BE30; -const void * RTTI_WorkshopTargetMenu__ResourceData = (void *)0x0639C1B8; -const void * RTTI_WorkshopTargetMenu__SourceData = (void *)0x0639BCD8; -const void * RTTI_WorkshopTargetMenu__TargetData = (void *)0x0639C180; -const void * RTTI_WorkshopTargetMenu__TargetMenuData = (void *)0x0639C038; -const void * RTTI_WorkshopTargetMenu__WorkshopTargetEventShuttle = (void *)0x0639C0E0; -const void * RTTI_WorkshopUI__ConfirmDeferDeleteCallback = (void *)0x0645E708; -const void * RTTI_WorkshopUI__StateBulldoze = (void *)0x0645E580; -const void * RTTI_WorkshopUI__StateIdle = (void *)0x0645E518; -const void * RTTI_WorkshopUI__StateInspectColors = (void *)0x0645E4E0; -const void * RTTI_WorkshopUI__StateInspectIdle = (void *)0x0645E3F8; -const void * RTTI_WorkshopUI__StateInspectItem = (void *)0x0645E470; -const void * RTTI_WorkshopUI__StateModifyColors = (void *)0x0645E548; -const void * RTTI_WorkshopUI__StateUpdateExistingItemPlacement = (void *)0x0645E360; -const void * RTTI_WorkshopUI__StateUpdateNewDeployablePlacement = (void *)0x0645E3B0; -const void * RTTI_WorkshopUI__StateUpdateNewItemPlacement = (void *)0x0645E430; -const void * RTTI_WorkshopUI__StateUpdateTransferLinkPlacement = (void *)0x0645E310; -const void * RTTI_WorkshopUI__StateUpdateWirePlacement = (void *)0x0645E2C8; -const void * RTTI_WorkshopUI__UIStateMachine = (void *)0x06210550; -const void * RTTI_Workshop_BlueprintMenu = (void *)0x0639C5C0; -const void * RTTI_Workshop__BulldozeOnlyWorkshopItem = (void *)0x0645C598; +const void * RTTI_WorkshopMessageDataModel__WorkshopMessageEventShuttle = (void *)0x06356840; +const void * RTTI_WorkshopObjectInfoCardDataModel = (void *)0x06354878; +const void * RTTI_WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle = (void *)0x063548B0; +const void * RTTI_WorkshopOperations__CandidateSnapper = (void *)0x0645D738; +const void * RTTI_WorkshopPickRefDataModel = (void *)0x06356B78; +const void * RTTI_WorkshopPickRefDataModel__WorkshopPickRefEventShuttle = (void *)0x06356AA0; +const void * RTTI_WorkshopQuickMenu = (void *)0x0639B1D8; +const void * RTTI_WorkshopQuickMenuDataModel = (void *)0x06356DD0; +const void * RTTI_WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle = (void *)0x06356E10; +const void * RTTI_WorkshopQuickMenu_ConfirmAction = (void *)0x0639B340; +const void * RTTI_WorkshopQuickMenu_ExitMenu = (void *)0x0639B378; +const void * RTTI_WorkshopResources__WorkshopResourcesManager = (void *)0x062F9FF0; +const void * RTTI_WorkshopShared_SetActionHandles = (void *)0x0639D180; +const void * RTTI_WorkshopShared_StartAction = (void *)0x0639D2A8; +const void * RTTI_WorkshopStateDataModel = (void *)0x06357208; +const void * RTTI_WorkshopStateDataModel__WorkshopStateEventShuttle = (void *)0x06357180; +const void * RTTI_WorkshopStatusDataModel = (void *)0x0632BB50; +const void * RTTI_WorkshopStatusDataModel__WorkshopStatusEventShuttle = (void *)0x0632BAC0; +const void * RTTI_WorkshopTargetMenu = (void *)0x0639C400; +const void * RTTI_WorkshopTargetMenu_TargetHovered = (void *)0x0639C3C8; +const void * RTTI_WorkshopTargetMenu_TargetPicked = (void *)0x0639C570; +const void * RTTI_WorkshopTargetMenu__OutpostData = (void *)0x0639BEE0; +const void * RTTI_WorkshopTargetMenu__ResourceData = (void *)0x0639C130; +const void * RTTI_WorkshopTargetMenu__SourceData = (void *)0x0639BDA0; +const void * RTTI_WorkshopTargetMenu__TargetData = (void *)0x0639C218; +const void * RTTI_WorkshopTargetMenu__TargetMenuData = (void *)0x0639C0F8; +const void * RTTI_WorkshopTargetMenu__WorkshopTargetEventShuttle = (void *)0x0639C170; +const void * RTTI_WorkshopUI__ConfirmDeferDeleteCallback = (void *)0x0645E800; +const void * RTTI_WorkshopUI__StateBulldoze = (void *)0x0645E5F8; +const void * RTTI_WorkshopUI__StateIdle = (void *)0x0645E5C8; +const void * RTTI_WorkshopUI__StateInspectColors = (void *)0x0645E628; +const void * RTTI_WorkshopUI__StateInspectIdle = (void *)0x0645E520; +const void * RTTI_WorkshopUI__StateInspectItem = (void *)0x0645E590; +const void * RTTI_WorkshopUI__StateModifyColors = (void *)0x0645E6A8; +const void * RTTI_WorkshopUI__StateUpdateExistingItemPlacement = (void *)0x0645E4A0; +const void * RTTI_WorkshopUI__StateUpdateNewDeployablePlacement = (void *)0x0645E3D0; +const void * RTTI_WorkshopUI__StateUpdateNewItemPlacement = (void *)0x0645E458; +const void * RTTI_WorkshopUI__StateUpdateTransferLinkPlacement = (void *)0x0645E660; +const void * RTTI_WorkshopUI__StateUpdateWirePlacement = (void *)0x0645E418; +const void * RTTI_WorkshopUI__UIStateMachine = (void *)0x0620FFA0; +const void * RTTI_Workshop_BlueprintMenu = (void *)0x0639C680; +const void * RTTI_Workshop__BulldozeOnlyWorkshopItem = (void *)0x0645D0A0; const void * RTTI_Workshop__DecoratedHabWorkshopItem = (void *)0x062F9A50; -const void * RTTI_Workshop__ExtraData = (void *)0x062F90A8; -const void * RTTI_Workshop__InventoryItemWorkshopItem = (void *)0x0645C558; -const void * RTTI_Workshop__MainStatusHandler = (void *)0x061982F8; +const void * RTTI_Workshop__ExtraData = (void *)0x062F9140; +const void * RTTI_Workshop__InventoryItemWorkshopItem = (void *)0x0645D060; +const void * RTTI_Workshop__MainStatusHandler = (void *)0x061985F8; const void * RTTI_Workshop__PackinWorkshopItem = (void *)0x062F9A88; -const void * RTTI_Workshop__PowerLinkWorkshopItem = (void *)0x0645C520; -const void * RTTI_Workshop__SingleWorkshopItem = (void *)0x062F9940; -const void * RTTI_Workshop__TESObjectREFRGameEventListener = (void *)0x0645C5D0; -const void * RTTI_Workshop__TransferLinkWorkshopItem = (void *)0x0645C4E8; -const void * RTTI_Workshop__WireWorkshopItem = (void *)0x0645D148; -const void * RTTI_Workshop__WorkshopItemBase = (void *)0x062F9B00; -const void * RTTI_Workshop__WorkshopMenuNode = (void *)0x062152B8; -const void * RTTI_Workshop__WorkshopMenuNodeBuildableObject = (void *)0x062F7D08; -const void * RTTI_Workshop__WorkshopMenuNodeBulldozer = (void *)0x062F7D48; -const void * RTTI_Workshop__WorkshopMenuNodeDecoratedHab = (void *)0x0645D670; -const void * RTTI_Workshop__WorkshopMenuNodeLockLevel = (void *)0x062F7CC8; -const void * RTTI_Workshop__WorkshopMenuNodeOutpost = (void *)0x06215280; -const void * RTTI_Workshop__WorkshopStatisticsEventSink = (void *)0x06210718; -const void * RTTI_ZeroOverheadHeap = (void *)0x06473D40; -const void * RTTI_ZeroPitchHandler = (void *)0x063E4DE0; -const void * RTTI_ZoneEntry = (void *)0x062DC488; -const void * RTTI_allCreationsDownloadedCallback = (void *)0x064572A8; -const void * RTTI_bhkBipedOrientationController = (void *)0x064821C0; -const void * RTTI_bhkBlockStreamAllocatorBase = (void *)0x06479950; -const void * RTTI_bhkCharProxyController = (void *)0x0647C6D8; -const void * RTTI_bhkCharProxyControllerCinfo = (void *)0x0647C730; -const void * RTTI_bhkCharProxyManager = (void *)0x06478898; -const void * RTTI_bhkCharRigidBodyController = (void *)0x0647D548; -const void * RTTI_bhkCharRigidBodyControllerCinfo = (void *)0x0647D620; -const void * RTTI_bhkCharRigidBodyManager = (void *)0x064788C8; -const void * RTTI_bhkCharacterCollisionHandler = (void *)0x063CF540; -const void * RTTI_bhkCharacterController = (void *)0x0647C078; -const void * RTTI_bhkCharacterControllerCinfo = (void *)0x0647C1D0; -const void * RTTI_bhkCharacterControllerShapeManager__hknpConvexShapeEx = (void *)0x0647BE00; -const void * RTTI_bhkCharacterPointCollector = (void *)0x06482580; -const void * RTTI_bhkCharacterProxy = (void *)0x0647C708; -const void * RTTI_bhkCharacterRigidBody = (void *)0x0647D5F0; -const void * RTTI_bhkCharacterRigidBodyCinfo = (void *)0x0647D580; -const void * RTTI_bhkCharacterStateClimbing = (void *)0x0647BDA0; -const void * RTTI_bhkCharacterStateFloating = (void *)0x064824C8; -const void * RTTI_bhkCharacterStateFlying = (void *)0x0647BDD0; -const void * RTTI_bhkCharacterStateInAir = (void *)0x06482498; -const void * RTTI_bhkCharacterStateJumping = (void *)0x06482468; -const void * RTTI_bhkCharacterStateOnGround = (void *)0x06482438; -const void * RTTI_bhkCharacterStateSpaceship = (void *)0x064771B8; -const void * RTTI_bhkCharacterStateSwimming = (void *)0x0647D350; -const void * RTTI_bhkCollisionFilter = (void *)0x0647BA48; -const void * RTTI_bhkICharOrientationController = (void *)0x0647C198; -const void * RTTI_bhkIWorldStepListener = (void *)0x0621BC28; -const void * RTTI_bhkMemorySystem = (void *)0x064820D0; -const void * RTTI_bhkNPCollisionObject = (void *)0x063C9E08; -const void * RTTI_bhkNPCollisionObjectUnlinked = (void *)0x063C9D38; -const void * RTTI_bhkNPCollisionObjectUnlinked__LinkExtraData = (void *)0x0647A730; -const void * RTTI_bhkNPCollisionProxyObject = (void *)0x0647A820; -const void * RTTI_bhkNPModelNodeComponent = (void *)0x0627AB48; -const void * RTTI_bhkParticlesManagerModifier = (void *)0x06479DC8; -const void * RTTI_bhkPhysicsSystem = (void *)0x0647BD50; -const void * RTTI_bhkQuadOrientationController = (void *)0x06482548; -const void * RTTI_bhkRagdollPenetrationManager = (void *)0x06481E18; -const void * RTTI_bhkRagdollSystem = (void *)0x0647BD78; -const void * RTTI_bhkRandomVelocityGenerator__INISettingCollectionEx = (void *)0x061AF760; -const void * RTTI_bhkRandomVelocityGenerator__INISettingEx = (void *)0x0620DEC8; -const void * RTTI_bhkThreadMemorySource = (void *)0x06482B30; -const void * RTTI_bhkThreadMemorySource__RowBlockAllocatorImpl = (void *)0x06482B60; -const void * RTTI_bhkThreadPool = (void *)0x0647CBF0; -const void * RTTI_bhkTrapListener = (void *)0x062DD9D8; -const void * RTTI_bhkVehicleSetup = (void *)0x0631C078; -const void * RTTI_bhkWorld = (void *)0x06476DE0; -const void * RTTI_bhkWorldM = (void *)0x0647C768; -const void * RTTI_bnet__Account__ExternalAuthInfo = (void *)0x06518560; -const void * RTTI_bnet__AsyncOperationProxy = (void *)0x065118E8; -const void * RTTI_bnet__Mods__BaseUpdatePreferenceInfo = (void *)0x0651C6D8; -const void * RTTI_bnet__Mods__UpdateContentPreferenceInfo = (void *)0x0651C8F8; -const void * RTTI_bnet__impl__AsyncOperation = (void *)0x06512968; -const void * RTTI_bps__client__BIEventClient__BulkEventsResult = (void *)0x06241730; -const void * RTTI_bps__client__BIEventClient__CreateSessionResult = (void *)0x06462320; -const void * RTTI_bps__client__BaseRequestImpl = (void *)0x06462250; -const void * RTTI_bps__client__Services = (void *)0x064629C0; -const void * RTTI_castTest__Interface0 = (void *)0x06167758; -const void * RTTI_castTest__Interface1 = (void *)0x06167788; -const void * RTTI_castTest__Interface2 = (void *)0x061677B8; -const void * RTTI_castTest__InterfaceBase = (void *)0x061676F0; -const void * RTTI_castTest__InterfaceOtherBase = (void *)0x06167720; -const void * RTTI_castTest__Leaf = (void *)0x06167698; -const void * RTTI_castTest__OtherLeaf = (void *)0x061676C0; -const void * RTTI_castTest__Root = (void *)0x06167670; -const void * RTTI_castTest__WithInterfaces = (void *)0x061677E8; -const void * RTTI_downloadConfirmResetCallback = (void *)0x06457270; -const void * RTTI_errorCallback = (void *)0x06320F38; -const void * RTTI_hclAction = (void *)0x063CDB98; -const void * RTTI_hclAntiPinchConstraintInstanceData = (void *)0x0616CC18; -const void * RTTI_hclAntiPinchConstraintSet = (void *)0x0616B788; -const void * RTTI_hclBSClothParameterizedWindAction = (void *)0x06482158; -const void * RTTI_hclBSClothPickingAction = (void *)0x063CDBE8; -const void * RTTI_hclBSWorld = (void *)0x06478968; -const void * RTTI_hclBendLinkConstraintSet = (void *)0x0616B7B8; -const void * RTTI_hclBendLinkConstraintSetMx = (void *)0x0616B7E8; -const void * RTTI_hclBendStiffnessConstraintSet = (void *)0x0616B820; -const void * RTTI_hclBendStiffnessConstraintSetMx = (void *)0x0616B858; -const void * RTTI_hclBlendOperatorInstanceData = (void *)0x0616B4B8; -const void * RTTI_hclBlendSomeVerticesOperator = (void *)0x0616B480; -const void * RTTI_hclBonePlanesConstraintSet = (void *)0x0616B890; -const void * RTTI_hclBoneSpaceMeshMeshDeformOperator = (void *)0x0616BAE0; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNOperator = (void *)0x0616BB20; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNTBOperator = (void *)0x0616BB60; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNTOperator = (void *)0x0616BBA0; -const void * RTTI_hclBoneSpaceMeshMeshDeformPOperator = (void *)0x0616BBE0; -const void * RTTI_hclBoneSpaceSkinOperator = (void *)0x0616BC20; -const void * RTTI_hclBoneSpaceSkinPNOperator = (void *)0x0616BC50; -const void * RTTI_hclBoneSpaceSkinPNTBOperator = (void *)0x0616BC88; -const void * RTTI_hclBoneSpaceSkinPNTOperator = (void *)0x0616BCC0; -const void * RTTI_hclBoneSpaceSkinPOperator = (void *)0x0616BCF8; -const void * RTTI_hclBoneSpaceTransferSimulationOperator = (void *)0x0616CA18; -const void * RTTI_hclBuffer = (void *)0x0647A978; -const void * RTTI_hclBufferDefinition = (void *)0x0616B330; -const void * RTTI_hclCapsuleShape = (void *)0x0616B620; -const void * RTTI_hclClothContainer = (void *)0x0616BAB8; -const void * RTTI_hclClothData = (void *)0x0616B388; -const void * RTTI_hclClothInstance = (void *)0x0616B2B0; -const void * RTTI_hclClothLeafShapeSensor = (void *)0x06173308; -const void * RTTI_hclClothPickingAction = (void *)0x063CDBB8; -const void * RTTI_hclClothState = (void *)0x0616B360; -const void * RTTI_hclClothStateInstanceData = (void *)0x0616C228; -const void * RTTI_hclCollidable = (void *)0x0616B2D8; -const void * RTTI_hclCollisionConvexes = (void *)0x06173438; -const void * RTTI_hclCollisionTriangles = (void *)0x06173408; -const void * RTTI_hclCompressibleLinkConstraintSet = (void *)0x0616B8C8; -const void * RTTI_hclCompressibleLinkConstraintSetMx = (void *)0x0616B900; -const void * RTTI_hclConstraintSet = (void *)0x0616B408; -const void * RTTI_hclConstraintStiffnessDispatcher = (void *)0x0616C908; -const void * RTTI_hclConvexGeometryShape = (void *)0x0616B648; -const void * RTTI_hclConvexHeightFieldShape = (void *)0x0616B678; -const void * RTTI_hclConvexPlanesShape = (void *)0x0616B6A8; -const void * RTTI_hclCopyVerticesOperator = (void *)0x0616C140; -const void * RTTI_hclFullClothTask = (void *)0x0616CA98; -const void * RTTI_hclGatherAllVerticesOperator = (void *)0x0616C170; -const void * RTTI_hclGatherSomeVerticesOperator = (void *)0x0616C1A8; -const void * RTTI_hclInputConvertOperator = (void *)0x0616BD28; -const void * RTTI_hclLocalRangeConstraintSet = (void *)0x0616B940; -const void * RTTI_hclMeshBoneDeformOperator = (void *)0x0616BD88; -const void * RTTI_hclMeshMeshDeformOperator = (void *)0x0616BDF0; -const void * RTTI_hclMoveParticlesOperator = (void *)0x0616BE20; -const void * RTTI_hclObjectSpaceMeshMeshDeformOperator = (void *)0x0616BE50; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNOperator = (void *)0x0616BE90; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNTBOperator = (void *)0x0616BED0; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNTOperator = (void *)0x0616BF10; -const void * RTTI_hclObjectSpaceMeshMeshDeformPOperator = (void *)0x0616BF50; -const void * RTTI_hclObjectSpaceSkinOperator = (void *)0x0616BF90; -const void * RTTI_hclObjectSpaceSkinPNOperator = (void *)0x0616BFC8; -const void * RTTI_hclObjectSpaceSkinPNTBOperator = (void *)0x0616C000; -const void * RTTI_hclObjectSpaceSkinPNTOperator = (void *)0x0616C038; -const void * RTTI_hclObjectSpaceSkinPOperator = (void *)0x0616C070; -const void * RTTI_hclObjectSpaceTransferSimulationOperator = (void *)0x0616CA58; -const void * RTTI_hclOperator = (void *)0x0616B3E0; -const void * RTTI_hclOperatorSequenceTask = (void *)0x0616CAC0; -const void * RTTI_hclOutputConvertOperator = (void *)0x0616BD58; -const void * RTTI_hclPlaneShape = (void *)0x0616B6D8; -const void * RTTI_hclPointContactPlanesShape = (void *)0x0616C940; -const void * RTTI_hclPostExecuteClothTask = (void *)0x0616CB20; -const void * RTTI_hclPreExecuteClothTask = (void *)0x0616CAF0; -const void * RTTI_hclScratchBuffer = (void *)0x06173468; -const void * RTTI_hclScratchBufferDefinition = (void *)0x0616C978; -const void * RTTI_hclShadowBuffer = (void *)0x06173490; -const void * RTTI_hclShadowBufferDefinition = (void *)0x0616C9B0; -const void * RTTI_hclShape = (void *)0x0616B600; -const void * RTTI_hclSimClothData = (void *)0x0616B458; -const void * RTTI_hclSimClothInstance = (void *)0x0616B300; -const void * RTTI_hclSimClothPose = (void *)0x0616B430; -const void * RTTI_hclSimpleMeshBoneDeformOperator = (void *)0x0616BDB8; -const void * RTTI_hclSimpleWindAction = (void *)0x06482190; -const void * RTTI_hclSimulateOperator = (void *)0x0616B758; -const void * RTTI_hclSimulateOperatorInstanceData = (void *)0x0616B5C8; -const void * RTTI_hclSkinOperator = (void *)0x0616C0A8; -const void * RTTI_hclSphereShape = (void *)0x0616B700; -const void * RTTI_hclStandardLinkConstraintSet = (void *)0x0616B978; -const void * RTTI_hclStandardLinkConstraintSetMx = (void *)0x0616B9B0; -const void * RTTI_hclStateDependencyGraph = (void *)0x0616B3B0; -const void * RTTI_hclStateTransition = (void *)0x0616B4F0; -const void * RTTI_hclStaticShadowBuffer = (void *)0x061734B8; -const void * RTTI_hclStaticShadowBufferDefinition = (void *)0x0616C9E0; -const void * RTTI_hclStretchLinkConstraintSet = (void *)0x0616B9E8; -const void * RTTI_hclStretchLinkConstraintSetMx = (void *)0x0616BA20; -const void * RTTI_hclTaperedCapsuleShape = (void *)0x0616B728; -const void * RTTI_hclTransformSetDefinition = (void *)0x0616B520; -const void * RTTI_hclTransitionConstraintInstanceData = (void *)0x0616B588; -const void * RTTI_hclTransitionConstraintSet = (void *)0x0616B550; -const void * RTTI_hclUpdateAllVertexFramesOperator = (void *)0x0616C0D0; -const void * RTTI_hclUpdateSomeVertexFramesOperator = (void *)0x0616C108; -const void * RTTI_hclVdbObjectNode__SimulateOperatorInstanceData = (void *)0x0616C1E0; -const void * RTTI_hclVolumeConstraint = (void *)0x0616BA58; -const void * RTTI_hclVolumeConstraintInstanceData = (void *)0x0616CBA8; -const void * RTTI_hclVolumeConstraintMx = (void *)0x0616BA88; -const void * RTTI_hclVolumeConstraintMxInstanceData = (void *)0x0616CBE0; -const void * RTTI_hclWorld = (void *)0x06478990; -const void * RTTI_hctClothSetup20151Options = (void *)0x061674B8; -const void * RTTI_hctClothSetupClothData20151Options = (void *)0x06167478; -const void * RTTI_hctClothSetupObjectData20151 = (void *)0x06167440; -const void * RTTI_hkBSErrorEmpty = (void *)0x06211540; -const void * RTTI_hkBaseObject = (void *)0x062114F0; -const void * RTTI_hkBlockStreamAllocator = (void *)0x06479920; -const void * RTTI_hkBlockStreamCommandWriter = (void *)0x06171CC0; -const void * RTTI_hkBmpFileFormat = (void *)0x06173578; -const void * RTTI_hkBsdSocket = (void *)0x0616AFF0; -const void * RTTI_hkBufferedStreamReader = (void *)0x06169E48; -const void * RTTI_hkBufferedStreamWriter = (void *)0x06169E78; -const void * RTTI_hkConcurrency = (void *)0x06171C20; -const void * RTTI_hkDdsFileFormat = (void *)0x06173550; -const void * RTTI_hkDebugCommandProcessor = (void *)0x0616E108; -const void * RTTI_hkDebugDisplay = (void *)0x0616CE68; -const void * RTTI_hkDebugDisplayHandler = (void *)0x0616CDC0; -const void * RTTI_hkDefaultCompoundMeshBody = (void *)0x06172918; -const void * RTTI_hkDefaultCompoundMeshShape = (void *)0x061728E0; -const void * RTTI_hkDefaultError = (void *)0x06211478; -const void * RTTI_hkDefaultTaskQueue = (void *)0x0616A110; -const void * RTTI_hkDefaultTaskQueueDetail__AsyncThreadPoolContext = (void *)0x0616A290; -const void * RTTI_hkDefaultTaskQueueDetail__BlockingThreadContext = (void *)0x0616A1F0; -const void * RTTI_hkDefaultTaskQueueDetail__SpinningThreadContext = (void *)0x0616A240; -const void * RTTI_hkDefaultTaskQueueEx__ExecutionContext = (void *)0x0616A3A8; -const void * RTTI_hkDefaultTaskQueue__CriticalSection = (void *)0x0616A140; -const void * RTTI_hkDefaultTaskQueue__EmptyTask = (void *)0x0616A1B8; -const void * RTTI_hkDefaultTaskQueue__ThreadContext = (void *)0x0616A180; -const void * RTTI_hkDisplayAABB = (void *)0x0616CE40; -const void * RTTI_hkDisplayCapsule = (void *)0x0616CDF0; -const void * RTTI_hkDisplayGeometry = (void *)0x0616CD98; -const void * RTTI_hkDisplaySphere = (void *)0x0616CE18; -const void * RTTI_hkDisplayWireframe = (void *)0x0616CE90; -const void * RTTI_hkErrStream = (void *)0x06167F40; -const void * RTTI_hkError = (void *)0x062114A0; -const void * RTTI_hkErrorRouter = (void *)0x0616A410; -const void * RTTI_hkFileSystem = (void *)0x062DC858; -const void * RTTI_hkFileSystem__Watcher = (void *)0x06167E10; -const void * RTTI_hkGeometry = (void *)0x06167D18; -const void * RTTI_hkGeometryUtils__IVertices = (void *)0x06173E48; -const void * RTTI_hkHardwareInfo = (void *)0x0616A3E8; -const void * RTTI_hkHdrFileFormat = (void *)0x061735C8; -const void * RTTI_hkImageConversionStep = (void *)0x061735F0; -const void * RTTI_hkImageConversion_AddAlpha = (void *)0x06173708; -const void * RTTI_hkImageConversion_Decode555 = (void *)0x06173C58; -const void * RTTI_hkImageConversion_DiscardChannels = (void *)0x06173C20; -const void * RTTI_hkImageConversion_FLOAT16_to_32 = (void *)0x06173958; -const void * RTTI_hkImageConversion_FLOAT32_to_16 = (void *)0x06173920; -const void * RTTI_hkImageConversion_FLOAT_to_R11G11B10 = (void *)0x06173B20; -const void * RTTI_hkImageConversion_FLOAT_to_SNORM8 = (void *)0x06173868; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM16 = (void *)0x061738A0; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM8 = (void *)0x06173830; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM8_SRGB = (void *)0x061738E0; -const void * RTTI_hkImageConversion_Pad_to_RGBA32 = (void *)0x06173AB0; -const void * RTTI_hkImageConversion_Pad_to_RGBA8 = (void *)0x06173AE8; -const void * RTTI_hkImageConversion_R11G11B10_to_FLOAT = (void *)0x06173B60; -const void * RTTI_hkImageConversion_R11G11B10_to_HALF = (void *)0x06173BA0; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED = (void *)0x06173990; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED = (void *)0x06173A50; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED = (void *)0x061739F0; -const void * RTTI_hkImageConversion_R8G8B8A8_to_R8G8B8 = (void *)0x06173BE0; -const void * RTTI_hkImageConversion_SNORM8_to_FLOAT = (void *)0x06173778; -const void * RTTI_hkImageConversion_SetAlpha = (void *)0x061736D0; -const void * RTTI_hkImageConversion_UNORM16_to_FLOAT = (void *)0x061737B0; -const void * RTTI_hkImageConversion_UNORM8_SRGB_to_FLOAT = (void *)0x061737F0; -const void * RTTI_hkImageConversion_UNORM8_to_FLOAT = (void *)0x06173740; -const void * RTTI_hkImageRef = (void *)0x06172B68; -const void * RTTI_hkImageSwizzleConversion32_2103 = (void *)0x06173698; -const void * RTTI_hkIndexedTransformSet = (void *)0x06172AB0; -const void * RTTI_hkIo__Detail__ArrayWriteBufferImpl = (void *)0x06169938; -const void * RTTI_hkIo__Detail__ReadBufferImpl = (void *)0x06169858; -const void * RTTI_hkIo__Detail__StreamReaderImpl = (void *)0x06169890; -const void * RTTI_hkIo__Detail__StreamWriteBufferImpl = (void *)0x06169900; -const void * RTTI_hkKeycodeData = (void *)0x06172C98; -const void * RTTI_hkLifoAllocator = (void *)0x06167C28; -const void * RTTI_hkLocalFrameGroup = (void *)0x06169588; -const void * RTTI_hkLog__Output = (void *)0x06167CF0; -const void * RTTI_hkMallocAllocator = (void *)0x0616B068; -const void * RTTI_hkMemoryAllocator = (void *)0x064820A8; -const void * RTTI_hkMemoryMeshBody = (void *)0x06172948; -const void * RTTI_hkMemoryMeshMaterial = (void *)0x061729A0; -const void * RTTI_hkMemoryMeshShape = (void *)0x061729D0; -const void * RTTI_hkMemoryMeshTexture = (void *)0x06172970; -const void * RTTI_hkMemoryMeshTexture__Sampler = (void *)0x06172BD8; -const void * RTTI_hkMemoryMeshVertexBuffer = (void *)0x06172C40; -const void * RTTI_hkMemoryResourceContainer = (void *)0x061694F0; -const void * RTTI_hkMemoryResourceHandle = (void *)0x061694C0; -const void * RTTI_hkMemorySystem = (void *)0x064820F8; -const void * RTTI_hkMemory__ScopedStats__Collector = (void *)0x061696A8; -const void * RTTI_hkMeshTexture__Sampler = (void *)0x06172C10; -const void * RTTI_hkMeshVertexBuffer = (void *)0x06172B10; -const void * RTTI_hkMonitorStreamColorTable = (void *)0x061693E0; -const void * RTTI_hkMonitorStreamContainer = (void *)0x06169410; -const void * RTTI_hkMonitorStreamStringMap = (void *)0x06169380; -const void * RTTI_hkMonitorStreamTypeMap = (void *)0x061693B0; -const void * RTTI_hkMultipleVertexBuffer = (void *)0x06172AE0; -const void * RTTI_hkObjectResource = (void *)0x06169A90; -const void * RTTI_hkOstream = (void *)0x06167F68; -const void * RTTI_hkParserBuffer = (void *)0x0616B018; -const void * RTTI_hkPrimaryCommandDispatcher = (void *)0x0616FB78; -const void * RTTI_hkProcessFactory = (void *)0x0616CD70; -const void * RTTI_hkRefCountedProperties = (void *)0x06167B60; -const void * RTTI_hkReferencedObject = (void *)0x062114C0; -const void * RTTI_hkReferencedObjectLock = (void *)0x06167BC8; -const void * RTTI_hkReflect__Any__ArrayImpl = (void *)0x06168288; -const void * RTTI_hkReflect__AttributeArrayWithOwnership__AllocImpl = (void *)0x06168190; -const void * RTTI_hkReflect__ClonerCallback = (void *)0x06167D78; -const void * RTTI_hkReflect__Detail__AllocationImpl = (void *)0x06167C50; -const void * RTTI_hkReflect__Detail__AttributeAllocImpl = (void *)0x06167FB8; -const void * RTTI_hkReflect__Detail__BuiltinTypeReg = (void *)0x06169F60; -const void * RTTI_hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl = (void *)0x06169FA0; -const void * RTTI_hkReflect__Detail__CharBufferImpl = (void *)0x06168720; -const void * RTTI_hkReflect__Detail__CloneOnHeap = (void *)0x06167DA8; -const void * RTTI_hkReflect__Detail__DerivedDataCache = (void *)0x06168060; -const void * RTTI_hkReflect__Detail__HavokRecordImpl = (void *)0x061691F8; -const void * RTTI_hkReflect__Detail__HavokStringImpl = (void *)0x06169230; -const void * RTTI_hkReflect__Detail__HeapAllocImpl = (void *)0x061682E8; -const void * RTTI_hkReflect__Detail__HomogeneousArrayImpl = (void *)0x061691B8; -const void * RTTI_hkReflect__Detail__Impl = (void *)0x06167AC0; -const void * RTTI_hkReflect__Detail__NullptrImpl = (void *)0x06168790; -const void * RTTI_hkReflect__Detail__OpaqueImpl = (void *)0x0616A5C8; -const void * RTTI_hkReflect__Detail__RawPointerImpl = (void *)0x06168758; -const void * RTTI_hkReflect__Detail__ReferenceImpl = (void *)0x06168818; -const void * RTTI_hkReflect__Detail__ReferencedObjectAllocImpl = (void *)0x061690C0; -const void * RTTI_hkReflect__Detail__ReferencedObjectPointerImpl = (void *)0x061687D0; -const void * RTTI_hkReflect__Detail__RepeatImpl = (void *)0x061686B0; -const void * RTTI_hkReflect__Detail__ScopedPtrImpl = (void *)0x06169058; -const void * RTTI_hkReflect__Detail__SetterArrayImpl = (void *)0x061673B8; -const void * RTTI_hkReflect__Detail__SetterRecordImpl = (void *)0x06167320; -const void * RTTI_hkReflect__Detail__StaticArrayImpl = (void *)0x06169108; -const void * RTTI_hkReflect__Detail__StaticStringImpl = (void *)0x061686E8; -const void * RTTI_hkReflect__Detail__StringOut__StringOutImpl = (void *)0x06169310; -const void * RTTI_hkReflect__Detail__ViewPointerImpl = (void *)0x06169268; -const void * RTTI_hkReflect__Detail__VoidImpl = (void *)0x0616A600; -const void * RTTI_hkReflect__Detail__hkArrayImpl = (void *)0x06169140; -const void * RTTI_hkReflect__Detail__hkInplaceArrayImpl = (void *)0x06169178; -const void * RTTI_hkReflect__MutableTypeReg = (void *)0x061697F8; -const void * RTTI_hkReflect__TypeBuilder = (void *)0x06168158; -const void * RTTI_hkReflect__TypeCopier = (void *)0x06169828; -const void * RTTI_hkReflect__TypeReg = (void *)0x06167CC8; -const void * RTTI_hkReflect__Var__VarImpl = (void *)0x06167DE0; -const void * RTTI_hkReflect__Version__PatchInfoCache = (void *)0x0616A050; -const void * RTTI_hkReflect__Version__PatchRegistry = (void *)0x0616A088; -const void * RTTI_hkReflect__Version__PatchSet = (void *)0x0616A018; -const void * RTTI_hkReflect__Version__Patcher = (void *)0x061692E0; -const void * RTTI_hkRelArray_ArrayImpl = (void *)0x06168258; -const void * RTTI_hkResource = (void *)0x061697A0; -const void * RTTI_hkScalarF_FloatImpl = (void *)0x06169350; -const void * RTTI_hkSecondaryCommandDispatcher = (void *)0x0616E000; -const void * RTTI_hkSeekableStreamReader = (void *)0x06167E40; -const void * RTTI_hkSerialize__Bundle = (void *)0x0616A508; -const void * RTTI_hkSerialize__BundleBuilder = (void *)0x0616A598; -const void * RTTI_hkSerialize__Detail__ChainingCloneCallback = (void *)0x06169720; -const void * RTTI_hkSerialize__Detail__CloneToRegistered = (void *)0x061696E0; -const void * RTTI_hkSerialize__Detail__SkipDyingCallback = (void *)0x06169760; -const void * RTTI_hkSerialize__Detail__TagfileArrayImpl = (void *)0x0616A6E0; -const void * RTTI_hkSerialize__Detail__TagfileBundle = (void *)0x0616A668; -const void * RTTI_hkSerialize__Detail__TagfilePointerImpl = (void *)0x0616A6A0; -const void * RTTI_hkSerialize__Detail__TagfileStringImpl = (void *)0x0616A720; -const void * RTTI_hkSerialize__NoteHandler = (void *)0x061699A8; -const void * RTTI_hkSerialize__ReadFormat = (void *)0x0616A568; -const void * RTTI_hkSerialize__TagfileReadFormat = (void *)0x0616A630; -const void * RTTI_hkSerialize__TagfileWriteFormat = (void *)0x06169AB8; -const void * RTTI_hkSerialize__TagfileWriteFormat__Impl = (void *)0x06169B20; -const void * RTTI_hkSerialize__WriteFormat = (void *)0x06169AF0; -const void * RTTI_hkSimdDouble64_FloatImpl = (void *)0x06168030; -const void * RTTI_hkSimpleLocalFrame = (void *)0x061695D8; -const void * RTTI_hkSkinBinding = (void *)0x061729F8; -const void * RTTI_hkSkinnedRefMeshShape = (void *)0x06172A80; -const void * RTTI_hkSlot = (void *)0x06288C48; -const void * RTTI_hkSocket = (void *)0x0616A438; -const void * RTTI_hkSocket__ReaderAdapter = (void *)0x0616A458; -const void * RTTI_hkSocket__WriterAdapter = (void *)0x0616A488; -const void * RTTI_hkSolverAllocator = (void *)0x0616B0B8; -const void * RTTI_hkStackTracer = (void *)0x0616A4B8; -const void * RTTI_hkStdioStreamReader = (void *)0x06169EA8; -const void * RTTI_hkStorageSkinnedMeshShape = (void *)0x06172A50; -const void * RTTI_hkStreamReader = (void *)0x062DCAF8; -const void * RTTI_hkStreamWriter = (void *)0x062DCB50; -const void * RTTI_hkStringBuf__StringImpl = (void *)0x06169090; -const void * RTTI_hkStringObject = (void *)0x061672F8; -const void * RTTI_hkStringPtr__StringImpl = (void *)0x06167BF8; -const void * RTTI_hkStringView__StringImpl = (void *)0x06168128; -const void * RTTI_hkTask = (void *)0x06479BF8; -const void * RTTI_hkTaskGraph = (void *)0x06479BD0; -const void * RTTI_hkTaskQueue = (void *)0x0616A0C0; -const void * RTTI_hkTaskQueue_BatchingTask = (void *)0x0616AFC0; -const void * RTTI_hkTask__ExecutionContext = (void *)0x06479C18; -const void * RTTI_hkTgaFileFormat = (void *)0x061735A0; -const void * RTTI_hkThread = (void *)0x06169ED8; -const void * RTTI_hkThreadMemory = (void *)0x0616B090; -const void * RTTI_hkThreadPool = (void *)0x0647CC18; -const void * RTTI_hkTransientAllocator = (void *)0x06169FE8; -const void * RTTI_hkTypeVm__ArrayInstruction = (void *)0x06169C98; -const void * RTTI_hkTypeVm__BlockInstruction = (void *)0x06169CC8; -const void * RTTI_hkTypeVm__BlockPass = (void *)0x06169CF8; -const void * RTTI_hkTypeVm__CheckTypeKindsPass = (void *)0x06169DD0; -const void * RTTI_hkTypeVm__DefaultInstruction = (void *)0x06169BF0; -const void * RTTI_hkTypeVm__GenerateConvertNumericKindPass = (void *)0x06169E08; -const void * RTTI_hkTypeVm__InlineFixedArrayPass = (void *)0x06169D28; -const void * RTTI_hkTypeVm__InlineRecordPass = (void *)0x06169D60; -const void * RTTI_hkTypeVm__Instruction = (void *)0x06169B90; -const void * RTTI_hkTypeVm__IntAndFloatConversionPass = (void *)0x06169D90; -const void * RTTI_hkTypeVm__NopInstruction = (void *)0x06169BC0; -const void * RTTI_hkTypeVm__Pass = (void *)0x06169640; -const void * RTTI_hkTypeVm__ProgramInstruction = (void *)0x06169C28; -const void * RTTI_hkTypeVm__RecordInstruction = (void *)0x06169C60; -const void * RTTI_hkUuidObject = (void *)0x061680C8; -const void * RTTI_hkUuidPseudoRandomGenerator = (void *)0x061680F0; -const void * RTTI_hkViewport = (void *)0x061674E8; -const void * RTTI_hkWin32FileSystem = (void *)0x062DC880; -const void * RTTI_hkWin32FileSystem__WatcherImpl = (void *)0x06167ED8; -const void * RTTI_hkWin32StreamWriter = (void *)0x06169F30; -const void * RTTI_hkXmlLexAnalyzer = (void *)0x0616B040; -const void * RTTI_hkXmlStreamParser = (void *)0x0616A4E0; -const void * RTTI_hk__IsValueArray__Impl = (void *)0x06167F88; -const void * RTTI_hkaSkeleton = (void *)0x06172B40; -const void * RTTI_hkcdDynamicAabbTree = (void *)0x06172810; -const void * RTTI_hkcdDynamicAabbTree__Impl = (void *)0x06172780; -const void * RTTI_hkcdGsk_Float3ShapeAOnlyInterface = (void *)0x061720D0; -const void * RTTI_hkcdGsk_Float3ShapeInterface = (void *)0x06172098; -const void * RTTI_hkcdPlanarCsgOperand = (void *)0x06171DA8; -const void * RTTI_hkcdPlanarEntity = (void *)0x06171D48; -const void * RTTI_hkcdPlanarGeometry = (void *)0x06171F70; -const void * RTTI_hkcdPlanarGeometryPlanesCollection = (void *)0x06171E18; -const void * RTTI_hkcdPlanarGeometryPolygonCollection = (void *)0x06171DD8; -const void * RTTI_hkcdPlanarGeometry__VertexStorage = (void *)0x06171FA0; -const void * RTTI_hkcdPlanarSolid = (void *)0x06171E58; -const void * RTTI_hkcdPlanarSolid__NodeStorage = (void *)0x06171D70; -const void * RTTI_hkcdSimdTreeUtils__Build__EmptyRunnable = (void *)0x06172148; -const void * RTTI_hkcdSimdTreeUtils__Build__Task = (void *)0x061722A0; -const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper = (void *)0x06172330; -const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper = (void *)0x061722E0; -const void * RTTI_hkcdSimdTree__BuildContext = (void *)0x06170A68; -const void * RTTI_hkcdSimdTree__ICustomRefit = (void *)0x06172068; -const void * RTTI_hkcdSimdTree__IParallelBuild__IRunnable = (void *)0x06172108; -const void * RTTI_hkcdSimdTree__LeafCollector = (void *)0x0616E7B0; -const void * RTTI_hkcdSimdTree__PairCollector = (void *)0x061710F0; -const void * RTTI_hkcdStaticAabbTree = (void *)0x061727B0; -const void * RTTI_hkcdStaticAabbTree__Impl = (void *)0x061727E0; -const void * RTTI_hkcdStaticMeshTree__GeometryProvider = (void *)0x06173EF8; -const void * RTTI_hkgpCgo__Config = (void *)0x0647BA20; -const void * RTTI_hkgpConvexHull = (void *)0x0616B0E0; -const void * RTTI_hkgpDeprecatedConvexDecompositionImpl__DefaultProgress = (void *)0x06171F20; -const void * RTTI_hkgpDeprecatedConvexDecompositionInternal__IInternal = (void *)0x06171ED0; -const void * RTTI_hkgpDeprecatedConvexDecomposition__IProgress = (void *)0x06171E80; -const void * RTTI_hkgpMesh__IConvexOverlap = (void *)0x0616B188; -const void * RTTI_hknpAction = (void *)0x0625D968; -const void * RTTI_hknpActionManager = (void *)0x0616EC78; -const void * RTTI_hknpAddActiveBodyPairsTask = (void *)0x0616FC80; -const void * RTTI_hknpAllHitsCollector = (void *)0x0624D120; -const void * RTTI_hknpAnimatedShapeSurfaceVelocityModifier = (void *)0x061701B0; -const void * RTTI_hknpAnyHitCollector = (void *)0x0624D060; -const void * RTTI_hknpApiCommandProcessor = (void *)0x0616E220; -const void * RTTI_hknpApplyDragTask = (void *)0x06170E90; -const void * RTTI_hknpArrayAction = (void *)0x0647D000; -const void * RTTI_hknpBSCharacterProxy = (void *)0x0647D108; -const void * RTTI_hknpBSCharacterRigidBody = (void *)0x06482720; -const void * RTTI_hknpBSCustomCollisionFilter = (void *)0x0624D0C0; -const void * RTTI_hknpBSMaterial = (void *)0x0647B360; -const void * RTTI_hknpBSMaterialProperties = (void *)0x062B7DF0; -const void * RTTI_hknpBSMotionPropertiesLibrary = (void *)0x064788F8; -const void * RTTI_hknpBSMouseSpringAction = (void *)0x0647D320; -const void * RTTI_hknpBSMoveLimitModifier = (void *)0x0647C208; -const void * RTTI_hknpBSPlacementStreamCache = (void *)0x0647BCB8; -const void * RTTI_hknpBSShapeCodec = (void *)0x064786C8; -const void * RTTI_hknpBSVehicleInstance = (void *)0x0647CDF8; -const void * RTTI_hknpBSVehicleRayCastWheelCollide = (void *)0x0647C788; -const void * RTTI_hknpBSVehicleSuspension = (void *)0x0647C7F8; -const void * RTTI_hknpBSWorld = (void *)0x06479C70; -const void * RTTI_hknpBSWorldUtil__hknpBSPhysicsSystem = (void *)0x06478A28; -const void * RTTI_hknpBSWorldUtil__hknpBSRagdoll = (void *)0x06478A90; -const void * RTTI_hknpBackfaceCollisionModifier = (void *)0x06478480; -const void * RTTI_hknpBallGun = (void *)0x0616D5D0; -const void * RTTI_hknpBinaryAction = (void *)0x0616D550; -const void * RTTI_hknpBodyData = (void *)0x0616D708; -const void * RTTI_hknpBodyIntegrator = (void *)0x0616D000; -const void * RTTI_hknpBodyQuality = (void *)0x06479A80; -const void * RTTI_hknpBodyQualityLibrary = (void *)0x0616CFD0; -const void * RTTI_hknpBodyReference = (void *)0x0616CEC0; -const void * RTTI_hknpBoxShape = (void *)0x0616DC80; -const void * RTTI_hknpBreakableConstraintData = (void *)0x0616DD48; -const void * RTTI_hknpBroadPhase = (void *)0x061745D8; -const void * RTTI_hknpBroadphaseTriggerCollisionDetector = (void *)0x06170518; -const void * RTTI_hknpBuildConstraintJacobiansTask = (void *)0x06170F60; -const void * RTTI_hknpCapsuleCapsuleConvexConvexManifoldGenerator = (void *)0x06170450; -const void * RTTI_hknpCapsuleShape = (void *)0x0616DCA8; -const void * RTTI_hknpCharacterContext = (void *)0x0616DF40; -const void * RTTI_hknpCharacterProxy = (void *)0x0647D2F0; -const void * RTTI_hknpCharacterProxyCinfo = (void *)0x062FA7E8; -const void * RTTI_hknpCharacterProxyInternals__QueryCollector = (void *)0x0616F000; -const void * RTTI_hknpCharacterProxyListener = (void *)0x062B7428; -const void * RTTI_hknpCharacterRigidBody = (void *)0x06482750; -const void * RTTI_hknpCharacterRigidBodyCinfo = (void *)0x0647D5B8; -const void * RTTI_hknpCharacterStateManager = (void *)0x0616DF70; -const void * RTTI_hknpCircularSurfaceVelocity = (void *)0x0616D4E8; +const void * RTTI_Workshop__PowerLinkWorkshopItem = (void *)0x0645D028; +const void * RTTI_Workshop__SingleWorkshopItem = (void *)0x062F9B00; +const void * RTTI_Workshop__TESObjectREFRGameEventListener = (void *)0x0645D0D8; +const void * RTTI_Workshop__TransferLinkWorkshopItem = (void *)0x0645CFF0; +const void * RTTI_Workshop__WireWorkshopItem = (void *)0x0645D158; +const void * RTTI_Workshop__WorkshopItemBase = (void *)0x062F9A20; +const void * RTTI_Workshop__WorkshopMenuNode = (void *)0x06214F88; +const void * RTTI_Workshop__WorkshopMenuNodeBuildableObject = (void *)0x062F7D98; +const void * RTTI_Workshop__WorkshopMenuNodeBulldozer = (void *)0x062F7D58; +const void * RTTI_Workshop__WorkshopMenuNodeDecoratedHab = (void *)0x0645D778; +const void * RTTI_Workshop__WorkshopMenuNodeLockLevel = (void *)0x062F7DD8; +const void * RTTI_Workshop__WorkshopMenuNodeOutpost = (void *)0x06214F50; +const void * RTTI_Workshop__WorkshopStatisticsEventSink = (void *)0x06210168; +const void * RTTI_ZeroOverheadHeap = (void *)0x06473E60; +const void * RTTI_ZeroPitchHandler = (void *)0x063E31F0; +const void * RTTI_ZoneEntry = (void *)0x062DC508; +const void * RTTI_allCreationsDownloadedCallback = (void *)0x06457228; +const void * RTTI_bhkBipedOrientationController = (void *)0x06482340; +const void * RTTI_bhkBlockStreamAllocatorBase = (void *)0x06478298; +const void * RTTI_bhkCharProxyController = (void *)0x0647C6F8; +const void * RTTI_bhkCharProxyControllerCinfo = (void *)0x0647C750; +const void * RTTI_bhkCharProxyManager = (void *)0x06479AE8; +const void * RTTI_bhkCharRigidBodyController = (void *)0x0647D6C8; +const void * RTTI_bhkCharRigidBodyControllerCinfo = (void *)0x0647D7A0; +const void * RTTI_bhkCharRigidBodyManager = (void *)0x06479B18; +const void * RTTI_bhkCharacterCollisionHandler = (void *)0x063CF630; +const void * RTTI_bhkCharacterController = (void *)0x0647C200; +const void * RTTI_bhkCharacterControllerCinfo = (void *)0x0647C350; +const void * RTTI_bhkCharacterControllerShapeManager__hknpConvexShapeEx = (void *)0x0647BFD0; +const void * RTTI_bhkCharacterPointCollector = (void *)0x064827D8; +const void * RTTI_bhkCharacterProxy = (void *)0x0647C728; +const void * RTTI_bhkCharacterRigidBody = (void *)0x0647D770; +const void * RTTI_bhkCharacterRigidBodyCinfo = (void *)0x0647D700; +const void * RTTI_bhkCharacterStateClimbing = (void *)0x0647BF68; +const void * RTTI_bhkCharacterStateFloating = (void *)0x06482648; +const void * RTTI_bhkCharacterStateFlying = (void *)0x0647BF98; +const void * RTTI_bhkCharacterStateInAir = (void *)0x06482618; +const void * RTTI_bhkCharacterStateJumping = (void *)0x064825E8; +const void * RTTI_bhkCharacterStateOnGround = (void *)0x064825B8; +const void * RTTI_bhkCharacterStateSpaceship = (void *)0x06477350; +const void * RTTI_bhkCharacterStateSwimming = (void *)0x0647D4D0; +const void * RTTI_bhkCollisionFilter = (void *)0x0647BBC8; +const void * RTTI_bhkICharOrientationController = (void *)0x0647C318; +const void * RTTI_bhkIWorldStepListener = (void *)0x0621B928; +const void * RTTI_bhkMemorySystem = (void *)0x06482250; +const void * RTTI_bhkNPCollisionObject = (void *)0x063C9E28; +const void * RTTI_bhkNPCollisionObjectUnlinked = (void *)0x063C9EB0; +const void * RTTI_bhkNPCollisionObjectUnlinked__LinkExtraData = (void *)0x0647A8B0; +const void * RTTI_bhkNPCollisionProxyObject = (void *)0x0647A9A0; +const void * RTTI_bhkNPModelNodeComponent = (void *)0x0627AB88; +const void * RTTI_bhkParticlesManagerModifier = (void *)0x06479F48; +const void * RTTI_bhkPhysicsSystem = (void *)0x0647BE68; +const void * RTTI_bhkQuadOrientationController = (void *)0x06482678; +const void * RTTI_bhkRagdollPenetrationManager = (void *)0x06482078; +const void * RTTI_bhkRagdollSystem = (void *)0x0647BE90; +const void * RTTI_bhkRandomVelocityGenerator__INISettingCollectionEx = (void *)0x061AF6C0; +const void * RTTI_bhkRandomVelocityGenerator__INISettingEx = (void *)0x0620D918; +const void * RTTI_bhkThreadMemorySource = (void *)0x06482CB0; +const void * RTTI_bhkThreadMemorySource__RowBlockAllocatorImpl = (void *)0x06482CE0; +const void * RTTI_bhkThreadPool = (void *)0x0647CD70; +const void * RTTI_bhkTrapListener = (void *)0x062DDA28; +const void * RTTI_bhkVehicleSetup = (void *)0x0631C0E0; +const void * RTTI_bhkWorld = (void *)0x06476EF0; +const void * RTTI_bhkWorldM = (void *)0x0647C8E8; +const void * RTTI_bnet__Account__ExternalAuthInfo = (void *)0x065186E0; +const void * RTTI_bnet__AsyncOperationProxy = (void *)0x06511858; +const void * RTTI_bnet__Mods__BaseUpdatePreferenceInfo = (void *)0x0651CE48; +const void * RTTI_bnet__Mods__UpdateContentPreferenceInfo = (void *)0x0651D178; +const void * RTTI_bnet__impl__AsyncOperation = (void *)0x065128E0; +const void * RTTI_bps__client__BIEventClient__BulkEventsResult = (void *)0x06241660; +const void * RTTI_bps__client__BIEventClient__CreateSessionResult = (void *)0x06462610; +const void * RTTI_bps__client__BaseRequestImpl = (void *)0x06462440; +const void * RTTI_bps__client__Services = (void *)0x06462B80; +const void * RTTI_castTest__Interface0 = (void *)0x061676D8; +const void * RTTI_castTest__Interface1 = (void *)0x06167708; +const void * RTTI_castTest__Interface2 = (void *)0x06167738; +const void * RTTI_castTest__InterfaceBase = (void *)0x06167670; +const void * RTTI_castTest__InterfaceOtherBase = (void *)0x061676A0; +const void * RTTI_castTest__Leaf = (void *)0x06167618; +const void * RTTI_castTest__OtherLeaf = (void *)0x06167640; +const void * RTTI_castTest__Root = (void *)0x061675F0; +const void * RTTI_castTest__WithInterfaces = (void *)0x06167768; +const void * RTTI_downloadConfirmResetCallback = (void *)0x06457260; +const void * RTTI_errorCallback = (void *)0x063208A8; +const void * RTTI_hclAction = (void *)0x063CDE68; +const void * RTTI_hclAntiPinchConstraintInstanceData = (void *)0x0616CB98; +const void * RTTI_hclAntiPinchConstraintSet = (void *)0x0616B708; +const void * RTTI_hclBSClothParameterizedWindAction = (void *)0x064822D8; +const void * RTTI_hclBSClothPickingAction = (void *)0x063CDDC0; +const void * RTTI_hclBSWorld = (void *)0x06479B80; +const void * RTTI_hclBendLinkConstraintSet = (void *)0x0616B738; +const void * RTTI_hclBendLinkConstraintSetMx = (void *)0x0616B768; +const void * RTTI_hclBendStiffnessConstraintSet = (void *)0x0616B7A0; +const void * RTTI_hclBendStiffnessConstraintSetMx = (void *)0x0616B7D8; +const void * RTTI_hclBlendOperatorInstanceData = (void *)0x0616B438; +const void * RTTI_hclBlendSomeVerticesOperator = (void *)0x0616B400; +const void * RTTI_hclBonePlanesConstraintSet = (void *)0x0616B810; +const void * RTTI_hclBoneSpaceMeshMeshDeformOperator = (void *)0x0616BA60; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNOperator = (void *)0x0616BAA0; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNTBOperator = (void *)0x0616BAE0; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNTOperator = (void *)0x0616BB20; +const void * RTTI_hclBoneSpaceMeshMeshDeformPOperator = (void *)0x0616BB60; +const void * RTTI_hclBoneSpaceSkinOperator = (void *)0x0616BBA0; +const void * RTTI_hclBoneSpaceSkinPNOperator = (void *)0x0616BBD0; +const void * RTTI_hclBoneSpaceSkinPNTBOperator = (void *)0x0616BC08; +const void * RTTI_hclBoneSpaceSkinPNTOperator = (void *)0x0616BC40; +const void * RTTI_hclBoneSpaceSkinPOperator = (void *)0x0616BC78; +const void * RTTI_hclBoneSpaceTransferSimulationOperator = (void *)0x0616C998; +const void * RTTI_hclBuffer = (void *)0x0647AAF8; +const void * RTTI_hclBufferDefinition = (void *)0x0616B2B0; +const void * RTTI_hclCapsuleShape = (void *)0x0616B5A0; +const void * RTTI_hclClothContainer = (void *)0x0616BA38; +const void * RTTI_hclClothData = (void *)0x0616B308; +const void * RTTI_hclClothInstance = (void *)0x0616B230; +const void * RTTI_hclClothLeafShapeSensor = (void *)0x06173288; +const void * RTTI_hclClothPickingAction = (void *)0x063CDE88; +const void * RTTI_hclClothState = (void *)0x0616B2E0; +const void * RTTI_hclClothStateInstanceData = (void *)0x0616C1A8; +const void * RTTI_hclCollidable = (void *)0x0616B258; +const void * RTTI_hclCollisionConvexes = (void *)0x061733B8; +const void * RTTI_hclCollisionTriangles = (void *)0x06173388; +const void * RTTI_hclCompressibleLinkConstraintSet = (void *)0x0616B848; +const void * RTTI_hclCompressibleLinkConstraintSetMx = (void *)0x0616B880; +const void * RTTI_hclConstraintSet = (void *)0x0616B388; +const void * RTTI_hclConstraintStiffnessDispatcher = (void *)0x0616C888; +const void * RTTI_hclConvexGeometryShape = (void *)0x0616B5C8; +const void * RTTI_hclConvexHeightFieldShape = (void *)0x0616B5F8; +const void * RTTI_hclConvexPlanesShape = (void *)0x0616B628; +const void * RTTI_hclCopyVerticesOperator = (void *)0x0616C0C0; +const void * RTTI_hclFullClothTask = (void *)0x0616CA18; +const void * RTTI_hclGatherAllVerticesOperator = (void *)0x0616C0F0; +const void * RTTI_hclGatherSomeVerticesOperator = (void *)0x0616C128; +const void * RTTI_hclInputConvertOperator = (void *)0x0616BCA8; +const void * RTTI_hclLocalRangeConstraintSet = (void *)0x0616B8C0; +const void * RTTI_hclMeshBoneDeformOperator = (void *)0x0616BD08; +const void * RTTI_hclMeshMeshDeformOperator = (void *)0x0616BD70; +const void * RTTI_hclMoveParticlesOperator = (void *)0x0616BDA0; +const void * RTTI_hclObjectSpaceMeshMeshDeformOperator = (void *)0x0616BDD0; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNOperator = (void *)0x0616BE10; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNTBOperator = (void *)0x0616BE50; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNTOperator = (void *)0x0616BE90; +const void * RTTI_hclObjectSpaceMeshMeshDeformPOperator = (void *)0x0616BED0; +const void * RTTI_hclObjectSpaceSkinOperator = (void *)0x0616BF10; +const void * RTTI_hclObjectSpaceSkinPNOperator = (void *)0x0616BF48; +const void * RTTI_hclObjectSpaceSkinPNTBOperator = (void *)0x0616BF80; +const void * RTTI_hclObjectSpaceSkinPNTOperator = (void *)0x0616BFB8; +const void * RTTI_hclObjectSpaceSkinPOperator = (void *)0x0616BFF0; +const void * RTTI_hclObjectSpaceTransferSimulationOperator = (void *)0x0616C9D8; +const void * RTTI_hclOperator = (void *)0x0616B360; +const void * RTTI_hclOperatorSequenceTask = (void *)0x0616CA40; +const void * RTTI_hclOutputConvertOperator = (void *)0x0616BCD8; +const void * RTTI_hclPlaneShape = (void *)0x0616B658; +const void * RTTI_hclPointContactPlanesShape = (void *)0x0616C8C0; +const void * RTTI_hclPostExecuteClothTask = (void *)0x0616CAA0; +const void * RTTI_hclPreExecuteClothTask = (void *)0x0616CA70; +const void * RTTI_hclScratchBuffer = (void *)0x061733E8; +const void * RTTI_hclScratchBufferDefinition = (void *)0x0616C8F8; +const void * RTTI_hclShadowBuffer = (void *)0x06173410; +const void * RTTI_hclShadowBufferDefinition = (void *)0x0616C930; +const void * RTTI_hclShape = (void *)0x0616B580; +const void * RTTI_hclSimClothData = (void *)0x0616B3D8; +const void * RTTI_hclSimClothInstance = (void *)0x0616B280; +const void * RTTI_hclSimClothPose = (void *)0x0616B3B0; +const void * RTTI_hclSimpleMeshBoneDeformOperator = (void *)0x0616BD38; +const void * RTTI_hclSimpleWindAction = (void *)0x06482310; +const void * RTTI_hclSimulateOperator = (void *)0x0616B6D8; +const void * RTTI_hclSimulateOperatorInstanceData = (void *)0x0616B548; +const void * RTTI_hclSkinOperator = (void *)0x0616C028; +const void * RTTI_hclSphereShape = (void *)0x0616B680; +const void * RTTI_hclStandardLinkConstraintSet = (void *)0x0616B8F8; +const void * RTTI_hclStandardLinkConstraintSetMx = (void *)0x0616B930; +const void * RTTI_hclStateDependencyGraph = (void *)0x0616B330; +const void * RTTI_hclStateTransition = (void *)0x0616B470; +const void * RTTI_hclStaticShadowBuffer = (void *)0x06173438; +const void * RTTI_hclStaticShadowBufferDefinition = (void *)0x0616C960; +const void * RTTI_hclStretchLinkConstraintSet = (void *)0x0616B968; +const void * RTTI_hclStretchLinkConstraintSetMx = (void *)0x0616B9A0; +const void * RTTI_hclTaperedCapsuleShape = (void *)0x0616B6A8; +const void * RTTI_hclTransformSetDefinition = (void *)0x0616B4A0; +const void * RTTI_hclTransitionConstraintInstanceData = (void *)0x0616B508; +const void * RTTI_hclTransitionConstraintSet = (void *)0x0616B4D0; +const void * RTTI_hclUpdateAllVertexFramesOperator = (void *)0x0616C050; +const void * RTTI_hclUpdateSomeVertexFramesOperator = (void *)0x0616C088; +const void * RTTI_hclVdbObjectNode__SimulateOperatorInstanceData = (void *)0x0616C160; +const void * RTTI_hclVolumeConstraint = (void *)0x0616B9D8; +const void * RTTI_hclVolumeConstraintInstanceData = (void *)0x0616CB28; +const void * RTTI_hclVolumeConstraintMx = (void *)0x0616BA08; +const void * RTTI_hclVolumeConstraintMxInstanceData = (void *)0x0616CB60; +const void * RTTI_hclWorld = (void *)0x06479C10; +const void * RTTI_hctClothSetup20151Options = (void *)0x06167438; +const void * RTTI_hctClothSetupClothData20151Options = (void *)0x061673F8; +const void * RTTI_hctClothSetupObjectData20151 = (void *)0x061673C0; +const void * RTTI_hkBSErrorEmpty = (void *)0x06211160; +const void * RTTI_hkBaseObject = (void *)0x06211110; +const void * RTTI_hkBlockStreamAllocator = (void *)0x064781F8; +const void * RTTI_hkBlockStreamCommandWriter = (void *)0x06171C40; +const void * RTTI_hkBmpFileFormat = (void *)0x061734F8; +const void * RTTI_hkBsdSocket = (void *)0x0616AF70; +const void * RTTI_hkBufferedStreamReader = (void *)0x06169DC8; +const void * RTTI_hkBufferedStreamWriter = (void *)0x06169DF8; +const void * RTTI_hkConcurrency = (void *)0x06171BA0; +const void * RTTI_hkDdsFileFormat = (void *)0x061734D0; +const void * RTTI_hkDebugCommandProcessor = (void *)0x0616E088; +const void * RTTI_hkDebugDisplay = (void *)0x0616CDE8; +const void * RTTI_hkDebugDisplayHandler = (void *)0x0616CD40; +const void * RTTI_hkDefaultCompoundMeshBody = (void *)0x06172898; +const void * RTTI_hkDefaultCompoundMeshShape = (void *)0x06172860; +const void * RTTI_hkDefaultError = (void *)0x06211098; +const void * RTTI_hkDefaultTaskQueue = (void *)0x0616A090; +const void * RTTI_hkDefaultTaskQueueDetail__AsyncThreadPoolContext = (void *)0x0616A210; +const void * RTTI_hkDefaultTaskQueueDetail__BlockingThreadContext = (void *)0x0616A170; +const void * RTTI_hkDefaultTaskQueueDetail__SpinningThreadContext = (void *)0x0616A1C0; +const void * RTTI_hkDefaultTaskQueueEx__ExecutionContext = (void *)0x0616A328; +const void * RTTI_hkDefaultTaskQueue__CriticalSection = (void *)0x0616A0C0; +const void * RTTI_hkDefaultTaskQueue__EmptyTask = (void *)0x0616A138; +const void * RTTI_hkDefaultTaskQueue__ThreadContext = (void *)0x0616A100; +const void * RTTI_hkDisplayAABB = (void *)0x0616CDC0; +const void * RTTI_hkDisplayCapsule = (void *)0x0616CD70; +const void * RTTI_hkDisplayGeometry = (void *)0x0616CD18; +const void * RTTI_hkDisplaySphere = (void *)0x0616CD98; +const void * RTTI_hkDisplayWireframe = (void *)0x0616CE10; +const void * RTTI_hkErrStream = (void *)0x06167EC0; +const void * RTTI_hkError = (void *)0x062110C0; +const void * RTTI_hkErrorRouter = (void *)0x0616A390; +const void * RTTI_hkFileSystem = (void *)0x062DC8B8; +const void * RTTI_hkFileSystem__Watcher = (void *)0x06167D90; +const void * RTTI_hkGeometry = (void *)0x06167C98; +const void * RTTI_hkGeometryUtils__IVertices = (void *)0x06173DC8; +const void * RTTI_hkHardwareInfo = (void *)0x0616A368; +const void * RTTI_hkHdrFileFormat = (void *)0x06173548; +const void * RTTI_hkImageConversionStep = (void *)0x06173570; +const void * RTTI_hkImageConversion_AddAlpha = (void *)0x06173688; +const void * RTTI_hkImageConversion_Decode555 = (void *)0x06173BD8; +const void * RTTI_hkImageConversion_DiscardChannels = (void *)0x06173BA0; +const void * RTTI_hkImageConversion_FLOAT16_to_32 = (void *)0x061738D8; +const void * RTTI_hkImageConversion_FLOAT32_to_16 = (void *)0x061738A0; +const void * RTTI_hkImageConversion_FLOAT_to_R11G11B10 = (void *)0x06173AA0; +const void * RTTI_hkImageConversion_FLOAT_to_SNORM8 = (void *)0x061737E8; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM16 = (void *)0x06173820; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM8 = (void *)0x061737B0; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM8_SRGB = (void *)0x06173860; +const void * RTTI_hkImageConversion_Pad_to_RGBA32 = (void *)0x06173A30; +const void * RTTI_hkImageConversion_Pad_to_RGBA8 = (void *)0x06173A68; +const void * RTTI_hkImageConversion_R11G11B10_to_FLOAT = (void *)0x06173AE0; +const void * RTTI_hkImageConversion_R11G11B10_to_HALF = (void *)0x06173B20; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED = (void *)0x06173910; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED = (void *)0x061739D0; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED = (void *)0x06173970; +const void * RTTI_hkImageConversion_R8G8B8A8_to_R8G8B8 = (void *)0x06173B60; +const void * RTTI_hkImageConversion_SNORM8_to_FLOAT = (void *)0x061736F8; +const void * RTTI_hkImageConversion_SetAlpha = (void *)0x06173650; +const void * RTTI_hkImageConversion_UNORM16_to_FLOAT = (void *)0x06173730; +const void * RTTI_hkImageConversion_UNORM8_SRGB_to_FLOAT = (void *)0x06173770; +const void * RTTI_hkImageConversion_UNORM8_to_FLOAT = (void *)0x061736C0; +const void * RTTI_hkImageRef = (void *)0x06172AE8; +const void * RTTI_hkImageSwizzleConversion32_2103 = (void *)0x06173618; +const void * RTTI_hkIndexedTransformSet = (void *)0x06172A30; +const void * RTTI_hkIo__Detail__ArrayWriteBufferImpl = (void *)0x061698B8; +const void * RTTI_hkIo__Detail__ReadBufferImpl = (void *)0x061697D8; +const void * RTTI_hkIo__Detail__StreamReaderImpl = (void *)0x06169810; +const void * RTTI_hkIo__Detail__StreamWriteBufferImpl = (void *)0x06169880; +const void * RTTI_hkKeycodeData = (void *)0x06172C18; +const void * RTTI_hkLifoAllocator = (void *)0x06167BA8; +const void * RTTI_hkLocalFrameGroup = (void *)0x06169508; +const void * RTTI_hkLog__Output = (void *)0x06167C70; +const void * RTTI_hkMallocAllocator = (void *)0x0616AFE8; +const void * RTTI_hkMemoryAllocator = (void *)0x06482228; +const void * RTTI_hkMemoryMeshBody = (void *)0x061728C8; +const void * RTTI_hkMemoryMeshMaterial = (void *)0x06172920; +const void * RTTI_hkMemoryMeshShape = (void *)0x06172950; +const void * RTTI_hkMemoryMeshTexture = (void *)0x061728F0; +const void * RTTI_hkMemoryMeshTexture__Sampler = (void *)0x06172B58; +const void * RTTI_hkMemoryMeshVertexBuffer = (void *)0x06172BC0; +const void * RTTI_hkMemoryResourceContainer = (void *)0x06169470; +const void * RTTI_hkMemoryResourceHandle = (void *)0x06169440; +const void * RTTI_hkMemorySystem = (void *)0x06482278; +const void * RTTI_hkMemory__ScopedStats__Collector = (void *)0x06169628; +const void * RTTI_hkMeshTexture__Sampler = (void *)0x06172B90; +const void * RTTI_hkMeshVertexBuffer = (void *)0x06172A90; +const void * RTTI_hkMonitorStreamColorTable = (void *)0x06169360; +const void * RTTI_hkMonitorStreamContainer = (void *)0x06169390; +const void * RTTI_hkMonitorStreamStringMap = (void *)0x06169300; +const void * RTTI_hkMonitorStreamTypeMap = (void *)0x06169330; +const void * RTTI_hkMultipleVertexBuffer = (void *)0x06172A60; +const void * RTTI_hkObjectResource = (void *)0x06169A10; +const void * RTTI_hkOstream = (void *)0x06167EE8; +const void * RTTI_hkParserBuffer = (void *)0x0616AF98; +const void * RTTI_hkPrimaryCommandDispatcher = (void *)0x0616FAF8; +const void * RTTI_hkProcessFactory = (void *)0x0616CCF0; +const void * RTTI_hkRefCountedProperties = (void *)0x06167AE0; +const void * RTTI_hkReferencedObject = (void *)0x062110E0; +const void * RTTI_hkReferencedObjectLock = (void *)0x06167B48; +const void * RTTI_hkReflect__Any__ArrayImpl = (void *)0x06168208; +const void * RTTI_hkReflect__AttributeArrayWithOwnership__AllocImpl = (void *)0x06168110; +const void * RTTI_hkReflect__ClonerCallback = (void *)0x06167CF8; +const void * RTTI_hkReflect__Detail__AllocationImpl = (void *)0x06167BD0; +const void * RTTI_hkReflect__Detail__AttributeAllocImpl = (void *)0x06167F38; +const void * RTTI_hkReflect__Detail__BuiltinTypeReg = (void *)0x06169EE0; +const void * RTTI_hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl = (void *)0x06169F20; +const void * RTTI_hkReflect__Detail__CharBufferImpl = (void *)0x061686A0; +const void * RTTI_hkReflect__Detail__CloneOnHeap = (void *)0x06167D28; +const void * RTTI_hkReflect__Detail__DerivedDataCache = (void *)0x06167FE0; +const void * RTTI_hkReflect__Detail__HavokRecordImpl = (void *)0x06169178; +const void * RTTI_hkReflect__Detail__HavokStringImpl = (void *)0x061691B0; +const void * RTTI_hkReflect__Detail__HeapAllocImpl = (void *)0x06168268; +const void * RTTI_hkReflect__Detail__HomogeneousArrayImpl = (void *)0x06169138; +const void * RTTI_hkReflect__Detail__Impl = (void *)0x06167A40; +const void * RTTI_hkReflect__Detail__NullptrImpl = (void *)0x06168710; +const void * RTTI_hkReflect__Detail__OpaqueImpl = (void *)0x0616A548; +const void * RTTI_hkReflect__Detail__RawPointerImpl = (void *)0x061686D8; +const void * RTTI_hkReflect__Detail__ReferenceImpl = (void *)0x06168798; +const void * RTTI_hkReflect__Detail__ReferencedObjectAllocImpl = (void *)0x06169040; +const void * RTTI_hkReflect__Detail__ReferencedObjectPointerImpl = (void *)0x06168750; +const void * RTTI_hkReflect__Detail__RepeatImpl = (void *)0x06168630; +const void * RTTI_hkReflect__Detail__ScopedPtrImpl = (void *)0x06168FD8; +const void * RTTI_hkReflect__Detail__SetterArrayImpl = (void *)0x06167338; +const void * RTTI_hkReflect__Detail__SetterRecordImpl = (void *)0x061672A0; +const void * RTTI_hkReflect__Detail__StaticArrayImpl = (void *)0x06169088; +const void * RTTI_hkReflect__Detail__StaticStringImpl = (void *)0x06168668; +const void * RTTI_hkReflect__Detail__StringOut__StringOutImpl = (void *)0x06169290; +const void * RTTI_hkReflect__Detail__ViewPointerImpl = (void *)0x061691E8; +const void * RTTI_hkReflect__Detail__VoidImpl = (void *)0x0616A580; +const void * RTTI_hkReflect__Detail__hkArrayImpl = (void *)0x061690C0; +const void * RTTI_hkReflect__Detail__hkInplaceArrayImpl = (void *)0x061690F8; +const void * RTTI_hkReflect__MutableTypeReg = (void *)0x06169778; +const void * RTTI_hkReflect__TypeBuilder = (void *)0x061680D8; +const void * RTTI_hkReflect__TypeCopier = (void *)0x061697A8; +const void * RTTI_hkReflect__TypeReg = (void *)0x06167C48; +const void * RTTI_hkReflect__Var__VarImpl = (void *)0x06167D60; +const void * RTTI_hkReflect__Version__PatchInfoCache = (void *)0x06169FD0; +const void * RTTI_hkReflect__Version__PatchRegistry = (void *)0x0616A008; +const void * RTTI_hkReflect__Version__PatchSet = (void *)0x06169F98; +const void * RTTI_hkReflect__Version__Patcher = (void *)0x06169260; +const void * RTTI_hkRelArray_ArrayImpl = (void *)0x061681D8; +const void * RTTI_hkResource = (void *)0x06169720; +const void * RTTI_hkScalarF_FloatImpl = (void *)0x061692D0; +const void * RTTI_hkSecondaryCommandDispatcher = (void *)0x0616DF80; +const void * RTTI_hkSeekableStreamReader = (void *)0x06167DC0; +const void * RTTI_hkSerialize__Bundle = (void *)0x0616A488; +const void * RTTI_hkSerialize__BundleBuilder = (void *)0x0616A518; +const void * RTTI_hkSerialize__Detail__ChainingCloneCallback = (void *)0x061696A0; +const void * RTTI_hkSerialize__Detail__CloneToRegistered = (void *)0x06169660; +const void * RTTI_hkSerialize__Detail__SkipDyingCallback = (void *)0x061696E0; +const void * RTTI_hkSerialize__Detail__TagfileArrayImpl = (void *)0x0616A660; +const void * RTTI_hkSerialize__Detail__TagfileBundle = (void *)0x0616A5E8; +const void * RTTI_hkSerialize__Detail__TagfilePointerImpl = (void *)0x0616A620; +const void * RTTI_hkSerialize__Detail__TagfileStringImpl = (void *)0x0616A6A0; +const void * RTTI_hkSerialize__NoteHandler = (void *)0x06169928; +const void * RTTI_hkSerialize__ReadFormat = (void *)0x0616A4E8; +const void * RTTI_hkSerialize__TagfileReadFormat = (void *)0x0616A5B0; +const void * RTTI_hkSerialize__TagfileWriteFormat = (void *)0x06169A38; +const void * RTTI_hkSerialize__TagfileWriteFormat__Impl = (void *)0x06169AA0; +const void * RTTI_hkSerialize__WriteFormat = (void *)0x06169A70; +const void * RTTI_hkSimdDouble64_FloatImpl = (void *)0x06167FB0; +const void * RTTI_hkSimpleLocalFrame = (void *)0x06169558; +const void * RTTI_hkSkinBinding = (void *)0x06172978; +const void * RTTI_hkSkinnedRefMeshShape = (void *)0x06172A00; +const void * RTTI_hkSlot = (void *)0x06288C98; +const void * RTTI_hkSocket = (void *)0x0616A3B8; +const void * RTTI_hkSocket__ReaderAdapter = (void *)0x0616A3D8; +const void * RTTI_hkSocket__WriterAdapter = (void *)0x0616A408; +const void * RTTI_hkSolverAllocator = (void *)0x0616B038; +const void * RTTI_hkStackTracer = (void *)0x0616A438; +const void * RTTI_hkStdioStreamReader = (void *)0x06169E28; +const void * RTTI_hkStorageSkinnedMeshShape = (void *)0x061729D0; +const void * RTTI_hkStreamReader = (void *)0x062DC968; +const void * RTTI_hkStreamWriter = (void *)0x062DCAB8; +const void * RTTI_hkStringBuf__StringImpl = (void *)0x06169010; +const void * RTTI_hkStringObject = (void *)0x06167278; +const void * RTTI_hkStringPtr__StringImpl = (void *)0x06167B78; +const void * RTTI_hkStringView__StringImpl = (void *)0x061680A8; +const void * RTTI_hkTask = (void *)0x06479DE0; +const void * RTTI_hkTaskGraph = (void *)0x06479D60; +const void * RTTI_hkTaskQueue = (void *)0x0616A040; +const void * RTTI_hkTaskQueue_BatchingTask = (void *)0x0616AF40; +const void * RTTI_hkTask__ExecutionContext = (void *)0x06479DB0; +const void * RTTI_hkTgaFileFormat = (void *)0x06173520; +const void * RTTI_hkThread = (void *)0x06169E58; +const void * RTTI_hkThreadMemory = (void *)0x0616B010; +const void * RTTI_hkThreadPool = (void *)0x0647CD98; +const void * RTTI_hkTransientAllocator = (void *)0x06169F68; +const void * RTTI_hkTypeVm__ArrayInstruction = (void *)0x06169C18; +const void * RTTI_hkTypeVm__BlockInstruction = (void *)0x06169C48; +const void * RTTI_hkTypeVm__BlockPass = (void *)0x06169C78; +const void * RTTI_hkTypeVm__CheckTypeKindsPass = (void *)0x06169D50; +const void * RTTI_hkTypeVm__DefaultInstruction = (void *)0x06169B70; +const void * RTTI_hkTypeVm__GenerateConvertNumericKindPass = (void *)0x06169D88; +const void * RTTI_hkTypeVm__InlineFixedArrayPass = (void *)0x06169CA8; +const void * RTTI_hkTypeVm__InlineRecordPass = (void *)0x06169CE0; +const void * RTTI_hkTypeVm__Instruction = (void *)0x06169B10; +const void * RTTI_hkTypeVm__IntAndFloatConversionPass = (void *)0x06169D10; +const void * RTTI_hkTypeVm__NopInstruction = (void *)0x06169B40; +const void * RTTI_hkTypeVm__Pass = (void *)0x061695C0; +const void * RTTI_hkTypeVm__ProgramInstruction = (void *)0x06169BA8; +const void * RTTI_hkTypeVm__RecordInstruction = (void *)0x06169BE0; +const void * RTTI_hkUuidObject = (void *)0x06168048; +const void * RTTI_hkUuidPseudoRandomGenerator = (void *)0x06168070; +const void * RTTI_hkViewport = (void *)0x06167468; +const void * RTTI_hkWin32FileSystem = (void *)0x062DC8E0; +const void * RTTI_hkWin32FileSystem__WatcherImpl = (void *)0x06167E58; +const void * RTTI_hkWin32StreamWriter = (void *)0x06169EB0; +const void * RTTI_hkXmlLexAnalyzer = (void *)0x0616AFC0; +const void * RTTI_hkXmlStreamParser = (void *)0x0616A460; +const void * RTTI_hk__IsValueArray__Impl = (void *)0x06167F08; +const void * RTTI_hkaSkeleton = (void *)0x06172AC0; +const void * RTTI_hkcdDynamicAabbTree = (void *)0x06172790; +const void * RTTI_hkcdDynamicAabbTree__Impl = (void *)0x06172700; +const void * RTTI_hkcdGsk_Float3ShapeAOnlyInterface = (void *)0x06172050; +const void * RTTI_hkcdGsk_Float3ShapeInterface = (void *)0x06172018; +const void * RTTI_hkcdPlanarCsgOperand = (void *)0x06171D28; +const void * RTTI_hkcdPlanarEntity = (void *)0x06171CC8; +const void * RTTI_hkcdPlanarGeometry = (void *)0x06171EF0; +const void * RTTI_hkcdPlanarGeometryPlanesCollection = (void *)0x06171D98; +const void * RTTI_hkcdPlanarGeometryPolygonCollection = (void *)0x06171D58; +const void * RTTI_hkcdPlanarGeometry__VertexStorage = (void *)0x06171F20; +const void * RTTI_hkcdPlanarSolid = (void *)0x06171DD8; +const void * RTTI_hkcdPlanarSolid__NodeStorage = (void *)0x06171CF0; +const void * RTTI_hkcdSimdTreeUtils__Build__EmptyRunnable = (void *)0x061720C8; +const void * RTTI_hkcdSimdTreeUtils__Build__Task = (void *)0x06172220; +const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper = (void *)0x061722B0; +const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper = (void *)0x06172260; +const void * RTTI_hkcdSimdTree__BuildContext = (void *)0x061709E8; +const void * RTTI_hkcdSimdTree__ICustomRefit = (void *)0x06171FE8; +const void * RTTI_hkcdSimdTree__IParallelBuild__IRunnable = (void *)0x06172088; +const void * RTTI_hkcdSimdTree__LeafCollector = (void *)0x0616E730; +const void * RTTI_hkcdSimdTree__PairCollector = (void *)0x06171070; +const void * RTTI_hkcdStaticAabbTree = (void *)0x06172730; +const void * RTTI_hkcdStaticAabbTree__Impl = (void *)0x06172760; +const void * RTTI_hkcdStaticMeshTree__GeometryProvider = (void *)0x06173E78; +const void * RTTI_hkgpCgo__Config = (void *)0x0647BBA0; +const void * RTTI_hkgpConvexHull = (void *)0x0616B060; +const void * RTTI_hkgpDeprecatedConvexDecompositionImpl__DefaultProgress = (void *)0x06171EA0; +const void * RTTI_hkgpDeprecatedConvexDecompositionInternal__IInternal = (void *)0x06171E50; +const void * RTTI_hkgpDeprecatedConvexDecomposition__IProgress = (void *)0x06171E00; +const void * RTTI_hkgpMesh__IConvexOverlap = (void *)0x0616B108; +const void * RTTI_hknpAction = (void *)0x0625D9B0; +const void * RTTI_hknpActionManager = (void *)0x0616EBF8; +const void * RTTI_hknpAddActiveBodyPairsTask = (void *)0x0616FC00; +const void * RTTI_hknpAllHitsCollector = (void *)0x0624D170; +const void * RTTI_hknpAnimatedShapeSurfaceVelocityModifier = (void *)0x06170130; +const void * RTTI_hknpAnyHitCollector = (void *)0x0624D0E0; +const void * RTTI_hknpApiCommandProcessor = (void *)0x0616E1A0; +const void * RTTI_hknpApplyDragTask = (void *)0x06170E10; +const void * RTTI_hknpArrayAction = (void *)0x0647D180; +const void * RTTI_hknpBSCharacterProxy = (void *)0x0647D288; +const void * RTTI_hknpBSCharacterRigidBody = (void *)0x064829E0; +const void * RTTI_hknpBSCustomCollisionFilter = (void *)0x0624D110; +const void * RTTI_hknpBSMaterial = (void *)0x0647B6C0; +const void * RTTI_hknpBSMaterialProperties = (void *)0x062B7E70; +const void * RTTI_hknpBSMotionPropertiesLibrary = (void *)0x06479B48; +const void * RTTI_hknpBSMouseSpringAction = (void *)0x0647D4A0; +const void * RTTI_hknpBSMoveLimitModifier = (void *)0x0647C388; +const void * RTTI_hknpBSPlacementStreamCache = (void *)0x0647BEE8; +const void * RTTI_hknpBSShapeCodec = (void *)0x064785C0; +const void * RTTI_hknpBSVehicleInstance = (void *)0x0647D028; +const void * RTTI_hknpBSVehicleRayCastWheelCollide = (void *)0x0647C9D8; +const void * RTTI_hknpBSVehicleSuspension = (void *)0x0647CA48; +const void * RTTI_hknpBSWorld = (void *)0x06479E00; +const void * RTTI_hknpBSWorldUtil__hknpBSPhysicsSystem = (void *)0x06478D70; +const void * RTTI_hknpBSWorldUtil__hknpBSRagdoll = (void *)0x06478DF8; +const void * RTTI_hknpBackfaceCollisionModifier = (void *)0x06478310; +const void * RTTI_hknpBallGun = (void *)0x0616D550; +const void * RTTI_hknpBinaryAction = (void *)0x0616D4D0; +const void * RTTI_hknpBodyData = (void *)0x0616D688; +const void * RTTI_hknpBodyIntegrator = (void *)0x0616CF80; +const void * RTTI_hknpBodyQuality = (void *)0x06479C80; +const void * RTTI_hknpBodyQualityLibrary = (void *)0x0616CF50; +const void * RTTI_hknpBodyReference = (void *)0x0616CE40; +const void * RTTI_hknpBoxShape = (void *)0x0616DC00; +const void * RTTI_hknpBreakableConstraintData = (void *)0x0616DCC8; +const void * RTTI_hknpBroadPhase = (void *)0x06174558; +const void * RTTI_hknpBroadphaseTriggerCollisionDetector = (void *)0x06170498; +const void * RTTI_hknpBuildConstraintJacobiansTask = (void *)0x06170EE0; +const void * RTTI_hknpCapsuleCapsuleConvexConvexManifoldGenerator = (void *)0x061703D0; +const void * RTTI_hknpCapsuleShape = (void *)0x0616DC28; +const void * RTTI_hknpCharacterContext = (void *)0x0616DEC0; +const void * RTTI_hknpCharacterProxy = (void *)0x0647D470; +const void * RTTI_hknpCharacterProxyCinfo = (void *)0x062FA878; +const void * RTTI_hknpCharacterProxyInternals__QueryCollector = (void *)0x0616EF80; +const void * RTTI_hknpCharacterProxyListener = (void *)0x062B74A8; +const void * RTTI_hknpCharacterRigidBody = (void *)0x06482A10; +const void * RTTI_hknpCharacterRigidBodyCinfo = (void *)0x0647D738; +const void * RTTI_hknpCharacterStateManager = (void *)0x0616DEF0; +const void * RTTI_hknpCircularSurfaceVelocity = (void *)0x0616D468; const void * RTTI_hknpClosestHitCollector = (void *)0x0623F140; -const void * RTTI_hknpClosestUniqueBodyIdHitCollector = (void *)0x0647C538; -const void * RTTI_hknpClosestUniqueBodyIdHitCollectorDeprecated = (void *)0x0647C4F0; -const void * RTTI_hknpCollideSyncTask = (void *)0x0616FF78; -const void * RTTI_hknpCollisionDetector = (void *)0x06170330; -const void * RTTI_hknpCollisionFilter = (void *)0x0624D150; +const void * RTTI_hknpClosestUniqueBodyIdHitCollector = (void *)0x0647C6B8; +const void * RTTI_hknpClosestUniqueBodyIdHitCollectorDeprecated = (void *)0x0647C670; +const void * RTTI_hknpCollideSyncTask = (void *)0x0616FEF8; +const void * RTTI_hknpCollisionDetector = (void *)0x061702B0; +const void * RTTI_hknpCollisionFilter = (void *)0x0624D1A0; const void * RTTI_hknpCollisionQueryCollector = (void *)0x0623F170; -const void * RTTI_hknpCollisionQueryDispatcher = (void *)0x0616F8C8; -const void * RTTI_hknpCompositeCompositeCollisionDetector = (void *)0x06170498; -const void * RTTI_hknpCompositeShape = (void *)0x0616CEE8; -const void * RTTI_hknpCompoundShape = (void *)0x0617EDD8; -const void * RTTI_hknpCompoundShapeData = (void *)0x0616D190; -const void * RTTI_hknpCompoundShapeInternalsCdDynamicTreeKeyMask = (void *)0x0616D290; -const void * RTTI_hknpCompoundShapeInternalsSimdTreeKeyMask = (void *)0x0616D250; -const void * RTTI_hknpCompressedMeshShape = (void *)0x0616D2D8; -const void * RTTI_hknpCompressedMeshShapeCinfo = (void *)0x06328E30; -const void * RTTI_hknpCompressedMeshShapeData = (void *)0x06173E78; -const void * RTTI_hknpCompressedMeshShapeInternals__GeometryProvider = (void *)0x06173EB0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery = (void *)0x06174280; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled = (void *)0x061742E0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0 = (void *)0x06174410; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1 = (void *)0x06174480; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2 = (void *)0x061744F0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled = (void *)0x061743A0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled = (void *)0x061741C0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled = (void *)0x06174160; -const void * RTTI_hknpCompressedMeshShapeInternals__KeyMask = (void *)0x06173F38; -const void * RTTI_hknpCompressedMeshShapeInternals__RayCastQueryBase = (void *)0x06174060; -const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQuery = (void *)0x0616F150; -const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQueryScaled = (void *)0x0616F1A0; -const void * RTTI_hknpConstraintAtomSolver = (void *)0x0616E038; -const void * RTTI_hknpConstraintCollisionFilter = (void *)0x0616F3B0; -const void * RTTI_hknpConstraintForceEventCreator = (void *)0x06170558; -const void * RTTI_hknpConstraintForceExceededEventCreator = (void *)0x06170590; -const void * RTTI_hknpContactImpulseClippedEventCreator = (void *)0x06170008; -const void * RTTI_hknpContactImpulseEventCreator = (void *)0x06170048; -const void * RTTI_hknpConvexCompositeCollisionDetector = (void *)0x06170408; -const void * RTTI_hknpConvexConvexCollisionDetector = (void *)0x06171040; -const void * RTTI_hknpConvexConvexShapeBaseInterface = (void *)0x06174598; -const void * RTTI_hknpConvexShape = (void *)0x0647C050; -const void * RTTI_hknpCylinderShape = (void *)0x0616DCD0; -const void * RTTI_hknpDeactivationMaintenanceTask = (void *)0x0616FDD0; -const void * RTTI_hknpDecoratorShape = (void *)0x0616D218; -const void * RTTI_hknpDefaultBroadPhaseConfig = (void *)0x06479D38; -const void * RTTI_hknpDefaultCompressedMeshShapeCinfo = (void *)0x06328DF0; -const void * RTTI_hknpDefaultExternMeshShapeGeometry = (void *)0x0616D370; -const void * RTTI_hknpDefaultHeightFieldGeometry = (void *)0x0616DBE8; -const void * RTTI_hknpDefaultModifierSet = (void *)0x0616FFA8; -const void * RTTI_hknpDeflectedLinearCast__CheckStartCollector = (void *)0x061709B0; -const void * RTTI_hknpDeflectedLinearCast__FilteredQueryCollector = (void *)0x06170960; -const void * RTTI_hknpDeflectedLinearCast__QueryFilter = (void *)0x061709F8; -const void * RTTI_hknpDestructionShapeProperties = (void *)0x0616D678; -const void * RTTI_hknpDisableCollisionFilter = (void *)0x0616D0E0; -const void * RTTI_hknpDummyShape = (void *)0x0616D488; -const void * RTTI_hknpDynamicSpaceSplitter = (void *)0x0616FC50; -const void * RTTI_hknpEaseConstraintsAction = (void *)0x0647D0D8; -const void * RTTI_hknpEasePenetrationsAction = (void *)0x0616EF10; -const void * RTTI_hknpEventDispatcher = (void *)0x0616FAD0; -const void * RTTI_hknpEventMergeAndDispatcher = (void *)0x0616FB00; -const void * RTTI_hknpExtendedExternMeshShapeGeometry = (void *)0x0616D3B0; -const void * RTTI_hknpExternMeshShape = (void *)0x0616DC50; -const void * RTTI_hknpExternMeshShapeBuildContext = (void *)0x06173E10; -const void * RTTI_hknpExternMeshShapeData = (void *)0x0616D308; -const void * RTTI_hknpFaceClipConvexConvexManifoldGenerator = (void *)0x06171000; -const void * RTTI_hknpFinalizeNarrowPhaseGridTask = (void *)0x0616FED0; -const void * RTTI_hknpFinalizeNarrowPhasePairsTask = (void *)0x0616FE98; -const void * RTTI_hknpFireSignalTask = (void *)0x06170A98; -const void * RTTI_hknpFirstPersonCharacter = (void *)0x0616D648; -const void * RTTI_hknpFirstPersonGun = (void *)0x0616D5A0; -const void * RTTI_hknpFixedClosestHitCollector = (void *)0x0647BC40; -const void * RTTI_hknpFixedClosestUniqueBodyHitCollector = (void *)0x0647BC78; -const void * RTTI_hknpFlipBackfaceCollisionModifier = (void *)0x06170220; -const void * RTTI_hknpFlippedGetClosestPointsQueryCollector = (void *)0x0616F7C0; -const void * RTTI_hknpFlippedShapeCastQueryCollector = (void *)0x0616F900; -const void * RTTI_hknpForwardClosestHitCollector = (void *)0x0616F780; -const void * RTTI_hknpFullCast__ManifoldGenerator = (void *)0x06170E58; -const void * RTTI_hknpGenSolverTasksTask = (void *)0x0616FE38; -const void * RTTI_hknpGlobals = (void *)0x0616F870; -const void * RTTI_hknpGravityGun = (void *)0x0616D5F8; -const void * RTTI_hknpGroupCollisionFilter = (void *)0x0616F308; -const void * RTTI_hknpHeightFieldBoundingVolume = (void *)0x0616DDE8; -const void * RTTI_hknpHeightFieldGeometry = (void *)0x0616DC20; -const void * RTTI_hknpHeightFieldShape = (void *)0x0616CF18; -const void * RTTI_hknpHitScalingCollector = (void *)0x0616E820; -const void * RTTI_hknpInternalCommandProcessor = (void *)0x0616DFC8; -const void * RTTI_hknpLeafShapeSensor = (void *)0x06173338; -const void * RTTI_hknpLegacyRestitutionModifier = (void *)0x06170110; -const void * RTTI_hknpLinearSurfaceVelocity = (void *)0x0616D520; -const void * RTTI_hknpLodShape = (void *)0x0616D088; -const void * RTTI_hknpMalleableConstraintData = (void *)0x0616DDB0; -const void * RTTI_hknpManifoldEventCreator = (void *)0x061701F0; -const void * RTTI_hknpMaskedCompoundShape = (void *)0x0616DBB8; -const void * RTTI_hknpMaskedShape = (void *)0x0616D1F0; -const void * RTTI_hknpMaskedShape__MaskWrapper = (void *)0x0616D450; -const void * RTTI_hknpMassChangerModifier = (void *)0x06170080; -const void * RTTI_hknpMaterialData = (void *)0x0616D6B0; -const void * RTTI_hknpMaterialLibrary = (void *)0x06479870; -const void * RTTI_hknpMaterialPalette = (void *)0x0616D0B0; -const void * RTTI_hknpModifier = (void *)0x062115B8; -const void * RTTI_hknpMotionPropertiesData = (void *)0x0616D6D8; -const void * RTTI_hknpMotionPropertiesLibrary = (void *)0x06478930; -const void * RTTI_hknpMotionWeldingModifier = (void *)0x061702C8; -const void * RTTI_hknpMountedBallGun = (void *)0x0616F560; -const void * RTTI_hknpMultithreadedSimulation = (void *)0x0616FCB8; -const void * RTTI_hknpNeighborWeldingModifier = (void *)0x06170290; -const void * RTTI_hknpNullShapeTagCodec = (void *)0x0616F898; -const void * RTTI_hknpPairCollisionFilter = (void *)0x0616DB88; -const void * RTTI_hknpParticleEventCreator = (void *)0x061705D0; -const void * RTTI_hknpParticleShapeLibrary = (void *)0x06170DF0; -const void * RTTI_hknpParticleSimulationContext = (void *)0x06170738; -const void * RTTI_hknpParticlesClosestHitOnMeshCollector = (void *)0x061710B0; -const void * RTTI_hknpParticlesCollider = (void *)0x06170A38; -const void * RTTI_hknpParticlesColliderShape = (void *)0x0616D4B0; -const void * RTTI_hknpParticlesCollisionFilter = (void *)0x06171078; -const void * RTTI_hknpParticlesDynamicHitsCollector = (void *)0x061711C8; -const void * RTTI_hknpParticlesStaticCollector = (void *)0x06171190; -const void * RTTI_hknpPhysicsSceneData = (void *)0x0616D758; -const void * RTTI_hknpPhysicsSystem = (void *)0x06478A68; -const void * RTTI_hknpPhysicsSystemData = (void *)0x062597D0; -const void * RTTI_hknpPostCollideTask = (void *)0x0616FCF0; -const void * RTTI_hknpPostSolveTask = (void *)0x0616FD70; -const void * RTTI_hknpPreSolveTask = (void *)0x0616FD48; -const void * RTTI_hknpPrepareConstraintsTask = (void *)0x06170F28; -const void * RTTI_hknpPrepareNarrowPhasePairsTask = (void *)0x06170EF0; -const void * RTTI_hknpPrepareNarrowPhaseTask = (void *)0x06170EB8; -const void * RTTI_hknpPrepareSolverData = (void *)0x06170FC8; -const void * RTTI_hknpProcessFullCastsTask = (void *)0x0616FE08; -const void * RTTI_hknpProcessNarrowPhaseGridTask = (void *)0x0616FD98; -const void * RTTI_hknpProcessNarrowPhasePairsTask = (void *)0x06170E20; -const void * RTTI_hknpProjectileGun = (void *)0x0616D620; -const void * RTTI_hknpRagdoll = (void *)0x06478AC8; -const void * RTTI_hknpRagdollData = (void *)0x0616F758; -const void * RTTI_hknpRefDragProperties = (void *)0x0616CFA0; -const void * RTTI_hknpRefMassDistribution = (void *)0x0647BD20; -const void * RTTI_hknpRefMaterial = (void *)0x0616D060; -const void * RTTI_hknpRefWorldCinfo = (void *)0x0616D730; -const void * RTTI_hknpReorientAction = (void *)0x064789B0; -const void * RTTI_hknpRestitutionModifier = (void *)0x061700E0; -const void * RTTI_hknpSafeEaseConstraintsAction = (void *)0x0647D0A0; -const void * RTTI_hknpScaledConvexShape = (void *)0x0616D420; -const void * RTTI_hknpScaledConvexShapeBase = (void *)0x0616D3F0; -const void * RTTI_hknpSetShapeKeyACdDetector = (void *)0x06170398; -const void * RTTI_hknpShape = (void *)0x0647C030; -const void * RTTI_hknpShapeBuffer = (void *)0x0624D0F8; -const void * RTTI_hknpShapeFunctionsSingleton = (void *)0x0616DE20; -const void * RTTI_hknpShapeKeyArrayCacheCdDetector = (void *)0x061703D0; -const void * RTTI_hknpShapeKeyMask = (void *)0x0616CF48; -const void * RTTI_hknpShapeManager = (void *)0x0616F940; -const void * RTTI_hknpShapeMassProperties = (void *)0x0616CF70; -const void * RTTI_hknpShapeScalingUtil = (void *)0x06174838; -const void * RTTI_hknpShape__MassConfig = (void *)0x0647BCF0; -const void * RTTI_hknpSignedDistanceFieldCollisionDetector = (void *)0x061704D8; -const void * RTTI_hknpSimdTreeBroadPhase = (void *)0x06174600; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__CollideTrees = (void *)0x06174738; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty = (void *)0x06174690; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__Finalize = (void *)0x06174778; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData = (void *)0x061746F0; -const void * RTTI_hknpSimulation = (void *)0x0616DFA0; -const void * RTTI_hknpSingleCellSpaceSplitter = (void *)0x0616FC18; -const void * RTTI_hknpSingleThreadedSimulation = (void *)0x0616E0D0; -const void * RTTI_hknpSingleThreadedSolverData = (void *)0x0616FA98; -const void * RTTI_hknpSoftContactModifier = (void *)0x06170148; -const void * RTTI_hknpSolveFinalizeTask = (void *)0x0616FE68; -const void * RTTI_hknpSolverData = (void *)0x0616FA70; -const void * RTTI_hknpSolverFactoryTask = (void *)0x0616FF08; -const void * RTTI_hknpSolverSchedulerTask = (void *)0x06170F98; -const void * RTTI_hknpSortFinalizeNarrowPhasePairsTask = (void *)0x0616FF38; -const void * RTTI_hknpSpaceSplitter = (void *)0x0616FBF0; -const void * RTTI_hknpSphereShape = (void *)0x0616DCF8; -const void * RTTI_hknpSpringAction = (void *)0x0616D578; -const void * RTTI_hknpStreamContactSolver = (void *)0x0616E368; -const void * RTTI_hknpSurfaceVelocityModifier = (void *)0x06170178; -const void * RTTI_hknpTaskGraph = (void *)0x06479BA8; -const void * RTTI_hknpTriangleShape = (void *)0x0616DB60; -const void * RTTI_hknpTriangleWeldingModifier = (void *)0x06170258; -const void * RTTI_hknpTriggerModifier = (void *)0x061700B0; -const void * RTTI_hknpTyremarksInfo = (void *)0x0616DA38; -const void * RTTI_hknpTyremarksWheel = (void *)0x0616DA08; -const void * RTTI_hknpUnaryAction = (void *)0x0625D990; -const void * RTTI_hknpUniqueBodyIdHitCollector = (void *)0x062B2478; -const void * RTTI_hknpVariableTimeStepUtil = (void *)0x061706B0; -const void * RTTI_hknpVehicleData = (void *)0x0616D9E0; -const void * RTTI_hknpVehicleDefaultAerodynamics = (void *)0x0616D7B8; -const void * RTTI_hknpVehicleDefaultAnalogDriverInput = (void *)0x0616D878; -const void * RTTI_hknpVehicleDefaultBrake = (void *)0x0616D848; -const void * RTTI_hknpVehicleDefaultEngine = (void *)0x0616D910; -const void * RTTI_hknpVehicleDefaultSteering = (void *)0x0616D970; -const void * RTTI_hknpVehicleDefaultSuspension = (void *)0x0647C868; -const void * RTTI_hknpVehicleDefaultTransmission = (void *)0x0616D9A8; -const void * RTTI_hknpVehicleDefaultVelocityDamper = (void *)0x0616DA90; -const void * RTTI_hknpVehicleDriverInputAnalogStatus = (void *)0x0647C828; -const void * RTTI_hknpVehicleInstance = (void *)0x0647CE28; -const void * RTTI_hknpVehicleLinearCastWheelCollide = (void *)0x0616DAC8; -const void * RTTI_hknpVehicleRayCastWheelCollide = (void *)0x0647C7C0; -const void * RTTI_hknpVehicleSuspension = (void *)0x0647C8A0; -const void * RTTI_hknpVehicleWheelCollide = (void *)0x0647C8D0; -const void * RTTI_hknpVehicleWheelCollide__WheelHitCollector = (void *)0x06170920; -const void * RTTI_hknpWeldingModifier = (void *)0x0616FFD8; -const void * RTTI_hknpWorld = (void *)0x06478438; -const void * RTTI_hknpWorldSnapshot = (void *)0x0616DB38; -const void * RTTI_hkp6DofConstraintData = (void *)0x06171258; -const void * RTTI_hkpAngularFrictionConstraintData = (void *)0x061717E8; -const void * RTTI_hkpBallAndSocketConstraintData = (void *)0x06171288; -const void * RTTI_hkpCallbackConstraintMotor = (void *)0x06171708; -const void * RTTI_hkpCogWheelConstraintData = (void *)0x061712F8; -const void * RTTI_hkpConstraintData = (void *)0x0616DD20; -const void * RTTI_hkpConstraintMotor = (void *)0x06171228; -const void * RTTI_hkpDeformableFixedConstraintData = (void *)0x06171328; -const void * RTTI_hkpFixedConstraintData = (void *)0x06171360; -const void * RTTI_hkpHingeConstraintData = (void *)0x061713C0; -const void * RTTI_hkpHingeLimitsData = (void *)0x06171390; -const void * RTTI_hkpLimitedForceConstraintMotor = (void *)0x061716D0; -const void * RTTI_hkpLimitedHingeConstraintData = (void *)0x061713F0; -const void * RTTI_hkpLinearClearanceConstraintData = (void *)0x061712C0; -const void * RTTI_hkpLinearParametricCurve = (void *)0x06171458; -const void * RTTI_hkpPointToPathConstraintData = (void *)0x06171488; -const void * RTTI_hkpPointToPlaneConstraintData = (void *)0x061714C0; -const void * RTTI_hkpPositionConstraintMotor = (void *)0x06171740; -const void * RTTI_hkpPrismaticConstraintData = (void *)0x061714F8; -const void * RTTI_hkpPulleyConstraintData = (void *)0x06171530; -const void * RTTI_hkpRackAndPinionConstraintData = (void *)0x06171560; -const void * RTTI_hkpRagdollConstraintData = (void *)0x061715C8; -const void * RTTI_hkpRagdollLimitsData = (void *)0x06171598; -const void * RTTI_hkpRotationalConstraintData = (void *)0x061715F8; -const void * RTTI_hkpSpringDamperConstraintMotor = (void *)0x06171778; -const void * RTTI_hkpStiffSpringConstraintData = (void *)0x06171630; -const void * RTTI_hkpVehicleFrictionDescription = (void *)0x0616DB00; -const void * RTTI_hkpVelocityConstraintMotor = (void *)0x061717B0; -const void * RTTI_hkpWheelConstraintData = (void *)0x061716A0; -const void * RTTI_hkpWheelFrictionConstraintData = (void *)0x06171668; -const void * RTTI_hkpWrappedConstraintData = (void *)0x0616DD80; -const void * RTTI_idLogging__ILogger = (void *)0x063B5FC8; -const void * RTTI_idTCP = (void *)0x0650EE08; -const void * RTTI_nlohmann__detail__exception = (void *)0x06394C00; -const void * RTTI_nlohmann__detail__input_buffer_adapter = (void *)0x063949F0; -const void * RTTI_nlohmann__detail__input_stream_adapter = (void *)0x063A8D28; -const void * RTTI_nlohmann__detail__out_of_range = (void *)0x063949B8; -const void * RTTI_nlohmann__detail__parse_error = (void *)0x06394B78; -const void * RTTI_nsContainerMenu__ConfirmTakeAllTheThingsCallback = (void *)0x06425C90; -const void * RTTI_nsControlMappingData__RemapHandler = (void *)0x061AFEE0; -const void * RTTI_nsDataMenuData__GameLoadListener = (void *)0x062106B8; -const void * RTTI_nsDialogueMenu__MenuEventCatcher = (void *)0x06426A30; -const void * RTTI_nsMainMenu__DisplayCreditsCTACallback = (void *)0x06429BE8; -const void * RTTI_nsMainMenu__InvalidUserCallback = (void *)0x06429BB0; -const void * RTTI_nsMonocle__MenuEventCatcher = (void *)0x0636B988; -const void * RTTI_nsMonocle__MonocleFastTravelConfirmFunc = (void *)0x0636B948; -const void * RTTI_nsPauseMenu__UserDisengagedCallback = (void *)0x06383978; -const void * RTTI_nsPickpocketMenu__MenuEventCatcher = (void *)0x0636EF58; -const void * RTTI_nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback = (void *)0x0639C4F0; -const void * RTTI_rcContext = (void *)0x0624A528; -const void * RTTI_returnToMainMenuCallback = (void *)0x063215A0; -const void * RTTI_std___Node_assert = (void *)0x06240FE8; -const void * RTTI_std___Node_back = (void *)0x06240E60; -const void * RTTI_std___Node_base = (void *)0x06214D68; -const void * RTTI_std___Node_capture = (void *)0x06214D40; -const void * RTTI_std___Node_end_group = (void *)0x062115E0; -const void * RTTI_std___Node_end_rep = (void *)0x06240F78; -const void * RTTI_std___Node_endif = (void *)0x06240E88; -const void * RTTI_std___Node_if = (void *)0x06240E10; -const void * RTTI_std___Node_rep = (void *)0x06240E38; -const void * RTTI_std___Root_node = (void *)0x06213B68; -const void * RTTI_std__bad_alloc = (void *)0x06174868; -const void * RTTI_std__bad_array_new_length = (void *)0x061748B8; -const void * RTTI_std__bad_cast = (void *)0x06174B50; -const void * RTTI_std__bad_optional_access = (void *)0x061794E0; -const void * RTTI_std__bad_variant_access = (void *)0x06174D50; -const void * RTTI_std__exception = (void *)0x06174890; -const void * RTTI_std__logic_error = (void *)0x06174910; -const void * RTTI_std__out_of_range = (void *)0x061748E8; -const void * RTTI_std__overflow_error = (void *)0x06171890; -const void * RTTI_std__range_error = (void *)0x06171A68; -const void * RTTI_std__runtime_error = (void *)0x0617A250; -const void * RTTI_std__underflow_error = (void *)0x061718C0; -const void * RTTI_type_info = (void *)0x061E0E90; +const void * RTTI_hknpCollisionQueryDispatcher = (void *)0x0616F848; +const void * RTTI_hknpCompositeCompositeCollisionDetector = (void *)0x06170418; +const void * RTTI_hknpCompositeShape = (void *)0x0616CE68; +const void * RTTI_hknpCompoundShape = (void *)0x0617ED78; +const void * RTTI_hknpCompoundShapeData = (void *)0x0616D110; +const void * RTTI_hknpCompoundShapeInternalsCdDynamicTreeKeyMask = (void *)0x0616D210; +const void * RTTI_hknpCompoundShapeInternalsSimdTreeKeyMask = (void *)0x0616D1D0; +const void * RTTI_hknpCompressedMeshShape = (void *)0x0616D258; +const void * RTTI_hknpCompressedMeshShapeCinfo = (void *)0x06328E68; +const void * RTTI_hknpCompressedMeshShapeData = (void *)0x06173DF8; +const void * RTTI_hknpCompressedMeshShapeInternals__GeometryProvider = (void *)0x06173E30; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery = (void *)0x06174200; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled = (void *)0x06174260; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0 = (void *)0x06174390; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1 = (void *)0x06174400; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2 = (void *)0x06174470; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled = (void *)0x06174320; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled = (void *)0x06174140; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled = (void *)0x061740E0; +const void * RTTI_hknpCompressedMeshShapeInternals__KeyMask = (void *)0x06173EB8; +const void * RTTI_hknpCompressedMeshShapeInternals__RayCastQueryBase = (void *)0x06173FE0; +const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQuery = (void *)0x0616F0D0; +const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQueryScaled = (void *)0x0616F120; +const void * RTTI_hknpConstraintAtomSolver = (void *)0x0616DFB8; +const void * RTTI_hknpConstraintCollisionFilter = (void *)0x0616F330; +const void * RTTI_hknpConstraintForceEventCreator = (void *)0x061704D8; +const void * RTTI_hknpConstraintForceExceededEventCreator = (void *)0x06170510; +const void * RTTI_hknpContactImpulseClippedEventCreator = (void *)0x0616FF88; +const void * RTTI_hknpContactImpulseEventCreator = (void *)0x0616FFC8; +const void * RTTI_hknpConvexCompositeCollisionDetector = (void *)0x06170388; +const void * RTTI_hknpConvexConvexCollisionDetector = (void *)0x06170FC0; +const void * RTTI_hknpConvexConvexShapeBaseInterface = (void *)0x06174518; +const void * RTTI_hknpConvexShape = (void *)0x0647BF20; +const void * RTTI_hknpCylinderShape = (void *)0x0616DC50; +const void * RTTI_hknpDeactivationMaintenanceTask = (void *)0x0616FD50; +const void * RTTI_hknpDecoratorShape = (void *)0x0616D198; +const void * RTTI_hknpDefaultBroadPhaseConfig = (void *)0x06479AB0; +const void * RTTI_hknpDefaultCompressedMeshShapeCinfo = (void *)0x06328E28; +const void * RTTI_hknpDefaultExternMeshShapeGeometry = (void *)0x0616D2F0; +const void * RTTI_hknpDefaultHeightFieldGeometry = (void *)0x0616DB68; +const void * RTTI_hknpDefaultModifierSet = (void *)0x0616FF28; +const void * RTTI_hknpDeflectedLinearCast__CheckStartCollector = (void *)0x06170930; +const void * RTTI_hknpDeflectedLinearCast__FilteredQueryCollector = (void *)0x061708E0; +const void * RTTI_hknpDeflectedLinearCast__QueryFilter = (void *)0x06170978; +const void * RTTI_hknpDestructionShapeProperties = (void *)0x0616D5F8; +const void * RTTI_hknpDisableCollisionFilter = (void *)0x0616D060; +const void * RTTI_hknpDummyShape = (void *)0x0616D408; +const void * RTTI_hknpDynamicSpaceSplitter = (void *)0x0616FBD0; +const void * RTTI_hknpEaseConstraintsAction = (void *)0x0647D258; +const void * RTTI_hknpEasePenetrationsAction = (void *)0x0616EE90; +const void * RTTI_hknpEventDispatcher = (void *)0x0616FA50; +const void * RTTI_hknpEventMergeAndDispatcher = (void *)0x0616FA80; +const void * RTTI_hknpExtendedExternMeshShapeGeometry = (void *)0x0616D330; +const void * RTTI_hknpExternMeshShape = (void *)0x0616DBD0; +const void * RTTI_hknpExternMeshShapeBuildContext = (void *)0x06173D90; +const void * RTTI_hknpExternMeshShapeData = (void *)0x0616D288; +const void * RTTI_hknpFaceClipConvexConvexManifoldGenerator = (void *)0x06170F80; +const void * RTTI_hknpFinalizeNarrowPhaseGridTask = (void *)0x0616FE50; +const void * RTTI_hknpFinalizeNarrowPhasePairsTask = (void *)0x0616FE18; +const void * RTTI_hknpFireSignalTask = (void *)0x06170A18; +const void * RTTI_hknpFirstPersonCharacter = (void *)0x0616D5C8; +const void * RTTI_hknpFirstPersonGun = (void *)0x0616D520; +const void * RTTI_hknpFixedClosestHitCollector = (void *)0x0647BDC0; +const void * RTTI_hknpFixedClosestUniqueBodyHitCollector = (void *)0x0647BDF8; +const void * RTTI_hknpFlipBackfaceCollisionModifier = (void *)0x061701A0; +const void * RTTI_hknpFlippedGetClosestPointsQueryCollector = (void *)0x0616F740; +const void * RTTI_hknpFlippedShapeCastQueryCollector = (void *)0x0616F880; +const void * RTTI_hknpForwardClosestHitCollector = (void *)0x0616F700; +const void * RTTI_hknpFullCast__ManifoldGenerator = (void *)0x06170DD8; +const void * RTTI_hknpGenSolverTasksTask = (void *)0x0616FDB8; +const void * RTTI_hknpGlobals = (void *)0x0616F7F0; +const void * RTTI_hknpGravityGun = (void *)0x0616D578; +const void * RTTI_hknpGroupCollisionFilter = (void *)0x0616F288; +const void * RTTI_hknpHeightFieldBoundingVolume = (void *)0x0616DD68; +const void * RTTI_hknpHeightFieldGeometry = (void *)0x0616DBA0; +const void * RTTI_hknpHeightFieldShape = (void *)0x0616CE98; +const void * RTTI_hknpHitScalingCollector = (void *)0x0616E7A0; +const void * RTTI_hknpInternalCommandProcessor = (void *)0x0616DF48; +const void * RTTI_hknpLeafShapeSensor = (void *)0x061732B8; +const void * RTTI_hknpLegacyRestitutionModifier = (void *)0x06170090; +const void * RTTI_hknpLinearSurfaceVelocity = (void *)0x0616D4A0; +const void * RTTI_hknpLodShape = (void *)0x0616D008; +const void * RTTI_hknpMalleableConstraintData = (void *)0x0616DD30; +const void * RTTI_hknpManifoldEventCreator = (void *)0x06170170; +const void * RTTI_hknpMaskedCompoundShape = (void *)0x0616DB38; +const void * RTTI_hknpMaskedShape = (void *)0x0616D170; +const void * RTTI_hknpMaskedShape__MaskWrapper = (void *)0x0616D3D0; +const void * RTTI_hknpMassChangerModifier = (void *)0x06170000; +const void * RTTI_hknpMaterialData = (void *)0x0616D630; +const void * RTTI_hknpMaterialLibrary = (void *)0x064781C8; +const void * RTTI_hknpMaterialPalette = (void *)0x0616D030; +const void * RTTI_hknpModifier = (void *)0x062111D8; +const void * RTTI_hknpMotionPropertiesData = (void *)0x0616D658; +const void * RTTI_hknpMotionPropertiesLibrary = (void *)0x06479BA8; +const void * RTTI_hknpMotionWeldingModifier = (void *)0x06170248; +const void * RTTI_hknpMountedBallGun = (void *)0x0616F4E0; +const void * RTTI_hknpMultithreadedSimulation = (void *)0x0616FC38; +const void * RTTI_hknpNeighborWeldingModifier = (void *)0x06170210; +const void * RTTI_hknpNullShapeTagCodec = (void *)0x0616F818; +const void * RTTI_hknpPairCollisionFilter = (void *)0x0616DB08; +const void * RTTI_hknpParticleEventCreator = (void *)0x06170550; +const void * RTTI_hknpParticleShapeLibrary = (void *)0x06170D70; +const void * RTTI_hknpParticleSimulationContext = (void *)0x061706B8; +const void * RTTI_hknpParticlesClosestHitOnMeshCollector = (void *)0x06171030; +const void * RTTI_hknpParticlesCollider = (void *)0x061709B8; +const void * RTTI_hknpParticlesColliderShape = (void *)0x0616D430; +const void * RTTI_hknpParticlesCollisionFilter = (void *)0x06170FF8; +const void * RTTI_hknpParticlesDynamicHitsCollector = (void *)0x06171148; +const void * RTTI_hknpParticlesStaticCollector = (void *)0x06171110; +const void * RTTI_hknpPhysicsSceneData = (void *)0x0616D6D8; +const void * RTTI_hknpPhysicsSystem = (void *)0x06478E30; +const void * RTTI_hknpPhysicsSystemData = (void *)0x06259830; +const void * RTTI_hknpPostCollideTask = (void *)0x0616FC70; +const void * RTTI_hknpPostSolveTask = (void *)0x0616FCF0; +const void * RTTI_hknpPreSolveTask = (void *)0x0616FCC8; +const void * RTTI_hknpPrepareConstraintsTask = (void *)0x06170EA8; +const void * RTTI_hknpPrepareNarrowPhasePairsTask = (void *)0x06170E70; +const void * RTTI_hknpPrepareNarrowPhaseTask = (void *)0x06170E38; +const void * RTTI_hknpPrepareSolverData = (void *)0x06170F48; +const void * RTTI_hknpProcessFullCastsTask = (void *)0x0616FD88; +const void * RTTI_hknpProcessNarrowPhaseGridTask = (void *)0x0616FD18; +const void * RTTI_hknpProcessNarrowPhasePairsTask = (void *)0x06170DA0; +const void * RTTI_hknpProjectileGun = (void *)0x0616D5A0; +const void * RTTI_hknpRagdoll = (void *)0x06478EC0; +const void * RTTI_hknpRagdollData = (void *)0x0616F6D8; +const void * RTTI_hknpRefDragProperties = (void *)0x0616CF20; +const void * RTTI_hknpRefMassDistribution = (void *)0x0647BE38; +const void * RTTI_hknpRefMaterial = (void *)0x0616CFE0; +const void * RTTI_hknpRefWorldCinfo = (void *)0x0616D6B0; +const void * RTTI_hknpReorientAction = (void *)0x06479BE0; +const void * RTTI_hknpRestitutionModifier = (void *)0x06170060; +const void * RTTI_hknpSafeEaseConstraintsAction = (void *)0x0647D220; +const void * RTTI_hknpScaledConvexShape = (void *)0x0616D3A0; +const void * RTTI_hknpScaledConvexShapeBase = (void *)0x0616D370; +const void * RTTI_hknpSetShapeKeyACdDetector = (void *)0x06170318; +const void * RTTI_hknpShape = (void *)0x0647BF48; +const void * RTTI_hknpShapeBuffer = (void *)0x0624D148; +const void * RTTI_hknpShapeFunctionsSingleton = (void *)0x0616DDA0; +const void * RTTI_hknpShapeKeyArrayCacheCdDetector = (void *)0x06170350; +const void * RTTI_hknpShapeKeyMask = (void *)0x0616CEC8; +const void * RTTI_hknpShapeManager = (void *)0x0616F8C0; +const void * RTTI_hknpShapeMassProperties = (void *)0x0616CEF0; +const void * RTTI_hknpShapeScalingUtil = (void *)0x061747B8; +const void * RTTI_hknpShape__MassConfig = (void *)0x0647BEB8; +const void * RTTI_hknpSignedDistanceFieldCollisionDetector = (void *)0x06170458; +const void * RTTI_hknpSimdTreeBroadPhase = (void *)0x06174580; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__CollideTrees = (void *)0x061746B8; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty = (void *)0x06174610; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__Finalize = (void *)0x061746F8; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData = (void *)0x06174670; +const void * RTTI_hknpSimulation = (void *)0x0616DF20; +const void * RTTI_hknpSingleCellSpaceSplitter = (void *)0x0616FB98; +const void * RTTI_hknpSingleThreadedSimulation = (void *)0x0616E050; +const void * RTTI_hknpSingleThreadedSolverData = (void *)0x0616FA18; +const void * RTTI_hknpSoftContactModifier = (void *)0x061700C8; +const void * RTTI_hknpSolveFinalizeTask = (void *)0x0616FDE8; +const void * RTTI_hknpSolverData = (void *)0x0616F9F0; +const void * RTTI_hknpSolverFactoryTask = (void *)0x0616FE88; +const void * RTTI_hknpSolverSchedulerTask = (void *)0x06170F18; +const void * RTTI_hknpSortFinalizeNarrowPhasePairsTask = (void *)0x0616FEB8; +const void * RTTI_hknpSpaceSplitter = (void *)0x0616FB70; +const void * RTTI_hknpSphereShape = (void *)0x0616DC78; +const void * RTTI_hknpSpringAction = (void *)0x0616D4F8; +const void * RTTI_hknpStreamContactSolver = (void *)0x0616E2E8; +const void * RTTI_hknpSurfaceVelocityModifier = (void *)0x061700F8; +const void * RTTI_hknpTaskGraph = (void *)0x06479D88; +const void * RTTI_hknpTriangleShape = (void *)0x0616DAE0; +const void * RTTI_hknpTriangleWeldingModifier = (void *)0x061701D8; +const void * RTTI_hknpTriggerModifier = (void *)0x06170030; +const void * RTTI_hknpTyremarksInfo = (void *)0x0616D9B8; +const void * RTTI_hknpTyremarksWheel = (void *)0x0616D988; +const void * RTTI_hknpUnaryAction = (void *)0x0625D9D8; +const void * RTTI_hknpUniqueBodyIdHitCollector = (void *)0x062B24E8; +const void * RTTI_hknpVariableTimeStepUtil = (void *)0x06170630; +const void * RTTI_hknpVehicleData = (void *)0x0616D960; +const void * RTTI_hknpVehicleDefaultAerodynamics = (void *)0x0616D738; +const void * RTTI_hknpVehicleDefaultAnalogDriverInput = (void *)0x0616D7F8; +const void * RTTI_hknpVehicleDefaultBrake = (void *)0x0616D7C8; +const void * RTTI_hknpVehicleDefaultEngine = (void *)0x0616D890; +const void * RTTI_hknpVehicleDefaultSteering = (void *)0x0616D8F0; +const void * RTTI_hknpVehicleDefaultSuspension = (void *)0x0647C908; +const void * RTTI_hknpVehicleDefaultTransmission = (void *)0x0616D928; +const void * RTTI_hknpVehicleDefaultVelocityDamper = (void *)0x0616DA10; +const void * RTTI_hknpVehicleDriverInputAnalogStatus = (void *)0x0647CA78; +const void * RTTI_hknpVehicleInstance = (void *)0x0647D058; +const void * RTTI_hknpVehicleLinearCastWheelCollide = (void *)0x0616DA48; +const void * RTTI_hknpVehicleRayCastWheelCollide = (void *)0x0647CA10; +const void * RTTI_hknpVehicleSuspension = (void *)0x0647C940; +const void * RTTI_hknpVehicleWheelCollide = (void *)0x0647C970; +const void * RTTI_hknpVehicleWheelCollide__WheelHitCollector = (void *)0x061708A0; +const void * RTTI_hknpWeldingModifier = (void *)0x0616FF58; +const void * RTTI_hknpWorld = (void *)0x06478CD0; +const void * RTTI_hknpWorldSnapshot = (void *)0x0616DAB8; +const void * RTTI_hkp6DofConstraintData = (void *)0x061711D8; +const void * RTTI_hkpAngularFrictionConstraintData = (void *)0x06171768; +const void * RTTI_hkpBallAndSocketConstraintData = (void *)0x06171208; +const void * RTTI_hkpCallbackConstraintMotor = (void *)0x06171688; +const void * RTTI_hkpCogWheelConstraintData = (void *)0x06171278; +const void * RTTI_hkpConstraintData = (void *)0x0616DCA0; +const void * RTTI_hkpConstraintMotor = (void *)0x061711A8; +const void * RTTI_hkpDeformableFixedConstraintData = (void *)0x061712A8; +const void * RTTI_hkpFixedConstraintData = (void *)0x061712E0; +const void * RTTI_hkpHingeConstraintData = (void *)0x06171340; +const void * RTTI_hkpHingeLimitsData = (void *)0x06171310; +const void * RTTI_hkpLimitedForceConstraintMotor = (void *)0x06171650; +const void * RTTI_hkpLimitedHingeConstraintData = (void *)0x06171370; +const void * RTTI_hkpLinearClearanceConstraintData = (void *)0x06171240; +const void * RTTI_hkpLinearParametricCurve = (void *)0x061713D8; +const void * RTTI_hkpPointToPathConstraintData = (void *)0x06171408; +const void * RTTI_hkpPointToPlaneConstraintData = (void *)0x06171440; +const void * RTTI_hkpPositionConstraintMotor = (void *)0x061716C0; +const void * RTTI_hkpPrismaticConstraintData = (void *)0x06171478; +const void * RTTI_hkpPulleyConstraintData = (void *)0x061714B0; +const void * RTTI_hkpRackAndPinionConstraintData = (void *)0x061714E0; +const void * RTTI_hkpRagdollConstraintData = (void *)0x06171548; +const void * RTTI_hkpRagdollLimitsData = (void *)0x06171518; +const void * RTTI_hkpRotationalConstraintData = (void *)0x06171578; +const void * RTTI_hkpSpringDamperConstraintMotor = (void *)0x061716F8; +const void * RTTI_hkpStiffSpringConstraintData = (void *)0x061715B0; +const void * RTTI_hkpVehicleFrictionDescription = (void *)0x0616DA80; +const void * RTTI_hkpVelocityConstraintMotor = (void *)0x06171730; +const void * RTTI_hkpWheelConstraintData = (void *)0x06171620; +const void * RTTI_hkpWheelFrictionConstraintData = (void *)0x061715E8; +const void * RTTI_hkpWrappedConstraintData = (void *)0x0616DD00; +const void * RTTI_idLogging__ILogger = (void *)0x063B87F8; +const void * RTTI_idTCP = (void *)0x0650EF88; +const void * RTTI_nlohmann__detail__exception = (void *)0x06395F38; +const void * RTTI_nlohmann__detail__input_buffer_adapter = (void *)0x06395D68; +const void * RTTI_nlohmann__detail__input_stream_adapter = (void *)0x063A8EA8; +const void * RTTI_nlohmann__detail__out_of_range = (void *)0x06395D30; +const void * RTTI_nlohmann__detail__parse_error = (void *)0x06395F68; +const void * RTTI_nsContainerMenu__ConfirmTakeAllTheThingsCallback = (void *)0x06425500; +const void * RTTI_nsControlMappingData__RemapHandler = (void *)0x061AFE40; +const void * RTTI_nsDataMenuData__GameLoadListener = (void *)0x06210108; +const void * RTTI_nsDialogueMenu__MenuEventCatcher = (void *)0x06427500; +const void * RTTI_nsMainMenu__DisplayCreditsCTACallback = (void *)0x0642AFA8; +const void * RTTI_nsMainMenu__InvalidUserCallback = (void *)0x0642AF70; +const void * RTTI_nsMonocle__MenuEventCatcher = (void *)0x06369C38; +const void * RTTI_nsMonocle__MonocleFastTravelConfirmFunc = (void *)0x06369BF8; +const void * RTTI_nsPauseMenu__UserDisengagedCallback = (void *)0x063852F8; +const void * RTTI_nsPickpocketMenu__MenuEventCatcher = (void *)0x0636EB58; +const void * RTTI_nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback = (void *)0x0639C5B0; +const void * RTTI_rcContext = (void *)0x0624A580; +const void * RTTI_returnToMainMenuCallback = (void *)0x063216E0; +const void * RTTI_std___Node_assert = (void *)0x06241020; +const void * RTTI_std___Node_back = (void *)0x06240EB0; +const void * RTTI_std___Node_base = (void *)0x06214A38; +const void * RTTI_std___Node_capture = (void *)0x06214A10; +const void * RTTI_std___Node_end_group = (void *)0x06211200; +const void * RTTI_std___Node_end_rep = (void *)0x06240FF8; +const void * RTTI_std___Node_endif = (void *)0x06240E60; +const void * RTTI_std___Node_if = (void *)0x06240E88; +const void * RTTI_std___Node_rep = (void *)0x06240FD0; +const void * RTTI_std___Root_node = (void *)0x06213798; +const void * RTTI_std__bad_alloc = (void *)0x061747E8; +const void * RTTI_std__bad_array_new_length = (void *)0x06174838; +const void * RTTI_std__bad_cast = (void *)0x06174AD0; +const void * RTTI_std__bad_optional_access = (void *)0x06179480; +const void * RTTI_std__bad_variant_access = (void *)0x06174CD0; +const void * RTTI_std__exception = (void *)0x06174810; +const void * RTTI_std__logic_error = (void *)0x06174890; +const void * RTTI_std__out_of_range = (void *)0x06174868; +const void * RTTI_std__overflow_error = (void *)0x06171810; +const void * RTTI_std__range_error = (void *)0x061719E8; +const void * RTTI_std__runtime_error = (void *)0x0617A1F0; +const void * RTTI_std__underflow_error = (void *)0x06171840; +const void * RTTI_type_info = (void *)0x06212F38; diff --git a/sfse/GameReferences.h b/sfse/GameReferences.h index 8fb61ad..56c4078 100644 --- a/sfse/GameReferences.h +++ b/sfse/GameReferences.h @@ -245,9 +245,9 @@ class TESObjectREFR : public TESForm u8 unkE2; // CB u8 flags; // CC - DEFINE_MEMBER_FN_0(IsInSpaceship, bool, 0x02DB50A4) - DEFINE_MEMBER_FN_0(IsInSpace, bool, 0x01A95C44) - DEFINE_MEMBER_FN_1(HasKeyword, bool, 0x013E5088, BGSKeyword*); + DEFINE_MEMBER_FN_0(IsInSpaceship, bool, 0x02DB5434) + DEFINE_MEMBER_FN_0(IsInSpace, bool, 0x01A95CD4) + DEFINE_MEMBER_FN_1(HasKeyword, bool, 0x013E50F8, BGSKeyword*); }; static_assert(offsetof(TESObjectREFR, data) == 0x80); static_assert(offsetof(TESObjectREFR, parentCell) == 0xB0); @@ -377,10 +377,10 @@ class Actor : public TESObjectREFR // This function is very slow, do not use for realtime updates, mainly used for "entire character changed" // The fields represent which subsets of chargen to update, usually you want (false, 0x28, false) - DEFINE_MEMBER_FN_3(UpdateAppearance, void, 0x02697740, bool unk1, u32 flags, bool changeRace); + DEFINE_MEMBER_FN_3(UpdateAppearance, void, 0x026979D0, bool unk1, u32 flags, bool changeRace); - DEFINE_MEMBER_FN_0(UpdateChargenAppearance, void, 0x024DFCC8); - DEFINE_MEMBER_FN_1(SetSkinTone, void, 0x024DF890, u32 skinToneIndex); + DEFINE_MEMBER_FN_0(UpdateChargenAppearance, void, 0x024DFF38); + DEFINE_MEMBER_FN_1(SetSkinTone, void, 0x024DFB00, u32 skinToneIndex); u64 unkF0[(0x240 - 0xF0) >> 3]; // F0 void* unk240; // 240 diff --git a/sfse/GameScript.cpp b/sfse/GameScript.cpp index 4a2c84a..6e731c2 100644 --- a/sfse/GameScript.cpp +++ b/sfse/GameScript.cpp @@ -1,4 +1,4 @@ #include "GameScript.h" -RelocPtr g_firstScriptCommand(0x0663C0B0); -RelocPtr g_firstConsoleCommand(0x0662F7F0); +RelocPtr g_firstScriptCommand(0x0663C230); +RelocPtr g_firstConsoleCommand(0x0662F970); diff --git a/sfse/GameSettings.cpp b/sfse/GameSettings.cpp index 136cce2..7c58712 100644 --- a/sfse/GameSettings.cpp +++ b/sfse/GameSettings.cpp @@ -1,9 +1,9 @@ #include "sfse/GameSettings.h" -RelocPtr SettingT::pCollection(0x06A4FEE0); -RelocPtr SettingT::pCollection(0x06A4FF00); -RelocPtr SettingT::pCollection(0x06A4EAF8); -RelocPtr SettingT::pCollection(0x06A31890); +RelocPtr SettingT::pCollection(0x06A50040); +RelocPtr SettingT::pCollection(0x06A50060); +RelocPtr SettingT::pCollection(0x06A4EC70); +RelocPtr SettingT::pCollection(0x06A31AB0); u32 Setting::GetType(void) const { diff --git a/sfse/GameSettings.h b/sfse/GameSettings.h index 86bebe2..ab5d0c5 100644 --- a/sfse/GameSettings.h +++ b/sfse/GameSettings.h @@ -118,7 +118,7 @@ class GameSettingCollection : public SettingCollectionMap public: virtual ~GameSettingCollection(); - DEFINE_MEMBER_FN_1(GetSetting, Setting*, 0x015E6544, const char*); + DEFINE_MEMBER_FN_1(GetSetting, Setting*, 0x015E65C4, const char*); }; static_assert(sizeof(GameSettingCollection) == 0x158); diff --git a/sfse/GameStreams.h b/sfse/GameStreams.h index ecae837..e227542 100644 --- a/sfse/GameStreams.h +++ b/sfse/GameStreams.h @@ -126,11 +126,11 @@ class BSResourceNiBinaryStream : public NiBinaryStream u64 uiStreamPos; // 20 BSResource::ErrorCode eLastError; // 28 - DEFINE_MEMBER_FN_1(Construct, void, 0x037D9648, const char* apName); - DEFINE_MEMBER_FN_0(Destroy, void, 0x037D96EC); - DEFINE_MEMBER_FN_1(Seek_Impl, void, 0x037D9EF4, s64 iNumBytes); - DEFINE_MEMBER_FN_1(GetBufferInfo_Impl, void, 0x037D994C, BufferInfo& info); - DEFINE_MEMBER_FN_2(DoRead_Impl, u64, 0x037D97D4, void* apBuffer, u64 auiBytes); - DEFINE_MEMBER_FN_2(DoWrite_Impl, u64, 0x037D9838, const void* apBuffer, u64 auiBytes); + DEFINE_MEMBER_FN_1(Construct, void, 0x037D9A88, const char* apName); + DEFINE_MEMBER_FN_0(Destroy, void, 0x037D9B2C); + DEFINE_MEMBER_FN_1(Seek_Impl, void, 0x037DA334, s64 iNumBytes); + DEFINE_MEMBER_FN_1(GetBufferInfo_Impl, void, 0x037D9D8C, BufferInfo& info); + DEFINE_MEMBER_FN_2(DoRead_Impl, u64, 0x037D9C14, void* apBuffer, u64 auiBytes); + DEFINE_MEMBER_FN_2(DoWrite_Impl, u64, 0x037D9C78, const void* apBuffer, u64 auiBytes); }; static_assert(sizeof(BSResourceNiBinaryStream) == 0x30); diff --git a/sfse/GameTypes.cpp b/sfse/GameTypes.cpp index c3612fb..c200e8d 100644 --- a/sfse/GameTypes.cpp +++ b/sfse/GameTypes.cpp @@ -1,7 +1,7 @@ #include "sfse/GameTypes.h" -RelocAddr BSStringPool::Entry::GetEntry(0x0344D250); -RelocAddr BSStringPool::Entry::GetEntryW(0x0344DA60); -RelocAddr BSStringPool::Entry::Release(0x0079C0B8); +RelocAddr BSStringPool::Entry::GetEntry(0x0344D670); +RelocAddr BSStringPool::Entry::GetEntryW(0x0344DE80); +RelocAddr BSStringPool::Entry::Release(0x0079C118); -RelocPtr BSCRC32::uiCRCTable(0x04399D20); +RelocPtr BSCRC32::uiCRCTable(0x04399D10); diff --git a/sfse/GameUI.h b/sfse/GameUI.h index 902772a..771a789 100644 --- a/sfse/GameUI.h +++ b/sfse/GameUI.h @@ -115,11 +115,11 @@ class UI : u64 unk400[(0x4F8 - 0x400) >> 3]; // 400 // This properly locks the data structure, use this - DEFINE_MEMBER_FN_2(IsMenuOpen, bool, 0x0316C054, const BSFixedString&); + DEFINE_MEMBER_FN_2(IsMenuOpen, bool, 0x0316C414, const BSFixedString&); static UI* GetSingleton() { - RelocPtr singleton(0x0682A780); + RelocPtr singleton(0x0682A928); return *singleton; } }; diff --git a/sfse/Hooks_Command.cpp b/sfse/Hooks_Command.cpp index 740aa78..9517e7d 100644 --- a/sfse/Hooks_Command.cpp +++ b/sfse/Hooks_Command.cpp @@ -11,7 +11,7 @@ #include using _Command_Process = bool (*)(void* __this); -RelocAddr <_Command_Process> Command_Process(0x03459918); +RelocAddr <_Command_Process> Command_Process(0x03459D38); _Command_Process Command_Process_Original = nullptr; namespace TaskInterface diff --git a/sfse/Hooks_Data.cpp b/sfse/Hooks_Data.cpp index d87427f..02f6430 100644 --- a/sfse/Hooks_Data.cpp +++ b/sfse/Hooks_Data.cpp @@ -9,9 +9,9 @@ #include "sfse/GameSettings.h" #endif -RelocAddr GameDataLoad_Target(0x025D30E0 + 0x1521); // last call +RelocAddr GameDataLoad_Target(0x025D3350 + 0x1521); // last call typedef void (*_Hooks_GameData_Original)(u32 lock); -RelocAddr <_Hooks_GameData_Original> Hooks_GameData_Original(0x0129D600); +RelocAddr <_Hooks_GameData_Original> Hooks_GameData_Original(0x0129D660); void Hook_GameData_Loaded(u32 lock) { diff --git a/sfse/Hooks_Scaleform.cpp b/sfse/Hooks_Scaleform.cpp index ddb634c..8fa426d 100644 --- a/sfse/Hooks_Scaleform.cpp +++ b/sfse/Hooks_Scaleform.cpp @@ -20,11 +20,11 @@ #endif typedef bool(*_IMenu_LoadMovie)(IMenu* menu, bool addEventDispatcher, bool unk2); -RelocAddr <_IMenu_LoadMovie> IMenu_LoadMovie(0x03175204); // IMenu vtable +7 +RelocAddr <_IMenu_LoadMovie> IMenu_LoadMovie(0x031755C4); // IMenu vtable +7 _IMenu_LoadMovie IMenu_LoadMovie_Original = nullptr; using _BSScaleformManager_ctor = BSScaleformManager*(*)(BSScaleformManager* __this); -RelocAddr <_BSScaleformManager_ctor> BSScaleformManager_ctor(0x03177860); +RelocAddr <_BSScaleformManager_ctor> BSScaleformManager_ctor(0x03177C20); _BSScaleformManager_ctor BSScaleformManager_ctor_Original = nullptr; static bool s_enableScaleformLog = false; diff --git a/sfse/Hooks_Script.cpp b/sfse/Hooks_Script.cpp index 8ff0128..3847cd5 100644 --- a/sfse/Hooks_Script.cpp +++ b/sfse/Hooks_Script.cpp @@ -71,7 +71,7 @@ bool GetSFSEVersion_Execute(const SCRIPT_PARAMETER* paramInfo, const char*, TESO } typedef bool (*_ConsoleCommandInit)(void* unk1); -RelocAddr <_ConsoleCommandInit> ConsoleCommandInit(0x01B78270); +RelocAddr <_ConsoleCommandInit> ConsoleCommandInit(0x01B78300); _ConsoleCommandInit ConsoleCommandInit_Original = nullptr; void ConsoleCommandInit_Hook(void* unk1) @@ -109,7 +109,7 @@ void ConsoleCommandInit_Hook(void* unk1) cmd.bInvalidatesCellList = 0; } - RelocAddr EmptyFunc(0x012178A0); + RelocAddr EmptyFunc(0x01217900); _MESSAGE("%s (%s)", iter->pFunctionName, iter->pExecuteFunction == EmptyFunc ? "Empty" : "Implemented"); #endif } diff --git a/sfse/Hooks_Serialization.cpp b/sfse/Hooks_Serialization.cpp index 1f3c555..637390b 100644 --- a/sfse/Hooks_Serialization.cpp +++ b/sfse/Hooks_Serialization.cpp @@ -13,16 +13,16 @@ class BGSSaveLoadGame; class BGSSaveLoadManager; typedef void (*_SaveGame)(BGSSaveLoadGame* a_this, void* a_unk1, void* a_unk2, const char* a_name); -RelocAddr <_SaveGame> SaveGame_Call(0x02551B80 + 0x12B); -RelocAddr <_SaveGame> SaveGame_Original(0x02554D60); +RelocAddr <_SaveGame> SaveGame_Call(0x02551DF0 + 0x12B); +RelocAddr <_SaveGame> SaveGame_Original(0x02554FD0); typedef bool (*_LoadGame)(BGSSaveLoadGame* a_this, const char* a_name, void* a_unk1, void* a_unk2); -RelocAddr <_LoadGame> LoadGame_Call(0x02585990 + 0x572); -RelocAddr <_LoadGame> LoadGame_Original(0x0255B560); +RelocAddr <_LoadGame> LoadGame_Call(0x02585C00 + 0x572); +RelocAddr <_LoadGame> LoadGame_Original(0x0255B7D0); typedef bool (*_DeleteSaveFile)(const char* a_filePath); -RelocAddr <_DeleteSaveFile> DeleteSaveFile_Call(0x0258516C + 0x65); -RelocAddr <_DeleteSaveFile> DeleteSaveFile_Original(0x02583B28); +RelocAddr <_DeleteSaveFile> DeleteSaveFile_Call(0x025853DC + 0x65); +RelocAddr <_DeleteSaveFile> DeleteSaveFile_Original(0x02583D98); typedef bool (*_VM_SaveGame)(void* a_this, void* a_storage, void* a_handleReaderWriter, bool a_flag); typedef bool (*_VM_LoadGame)(void* a_this, void* a_storage, void* a_handleReaderWriter, bool* a_flag, bool* b_flag); @@ -30,7 +30,7 @@ typedef void* (*_VM_DropAllRunningData)(void* a_this); _VM_SaveGame VM_SaveGame_Original = nullptr; _VM_LoadGame VM_LoadGame_Original = nullptr; _VM_DropAllRunningData VM_DropAllRunningData_Original = nullptr; -RelocAddr VirtualMachine_IVMSaveLoadInterface_VTable(0x055DE0B0); +RelocAddr VirtualMachine_IVMSaveLoadInterface_VTable(0x055DDB58); void SaveGame_Hook(BGSSaveLoadGame* a_this, void* a_unk1, void* a_unk2, const char* a_name) { diff --git a/sfse/Hooks_Version.cpp b/sfse/Hooks_Version.cpp index e384402..c0e410e 100644 --- a/sfse/Hooks_Version.cpp +++ b/sfse/Hooks_Version.cpp @@ -11,7 +11,7 @@ const char * kHook_ShowVersion_FormatString = "%08x v%s %s [SFSE " __PREPRO_TOKEN_STR__(SFSE_VERSION_INTEGER) "." __PREPRO_TOKEN_STR__(SFSE_VERSION_INTEGER_MINOR) "." __PREPRO_TOKEN_STR__(SFSE_VERSION_INTEGER_BETA) "]"; -RelocAddr kHook_ShowVersion_Offset(0x02508580 + 0x10A); +RelocAddr kHook_ShowVersion_Offset(0x025087F0 + 0x10A); void Hooks_Version_Apply() { diff --git a/sfse/NiObject.h b/sfse/NiObject.h index 09ebac9..6c44bc8 100644 --- a/sfse/NiObject.h +++ b/sfse/NiObject.h @@ -107,7 +107,7 @@ class NiObjectNET : public NiObject BSReadWriteLock extraLock; // 28 BSTArray>* pExtra; // 30 - DEFINE_MEMBER_FN_1(AddExtraData, bool, 0x037E68CC, NiExtraData* pkExtra); + DEFINE_MEMBER_FN_1(AddExtraData, bool, 0x037E6D0C, NiExtraData* pkExtra); }; static_assert(sizeof(NiObjectNET) == 0x38); @@ -201,7 +201,7 @@ class NiAVObject : public NiObjectNET u32 unk128; // 128 u32 unk12C; // 12C - DEFINE_MEMBER_FN_1(Update, void, 0x037DE0E4, NiUpdateData& apData); + DEFINE_MEMBER_FN_1(Update, void, 0x037DE524, NiUpdateData& apData); }; static_assert(sizeof(NiAVObject) == 0x130); static_assert(offsetof(NiAVObject, m_pkParent) == 0x38); diff --git a/sfse/PapyrusNativeFunctions.h b/sfse/PapyrusNativeFunctions.h index 8c6f9e7..888c16e 100644 --- a/sfse/PapyrusNativeFunctions.h +++ b/sfse/PapyrusNativeFunctions.h @@ -81,7 +81,7 @@ class NativeFunctionBase : public IFunction u16 unk0A; // 0A MEMBER_FN_PREFIX(ParameterInfo); - DEFINE_MEMBER_FN(GetParam, u64 *, 0x0337A74C, u32 idx, BSFixedString * nameOut, u64 * typeOut); + DEFINE_MEMBER_FN(GetParam, u64 *, 0x0337AB2C, u32 idx, BSFixedString * nameOut, u64 * typeOut); }; virtual BSFixedString * GetName(void) override { return &m_fnName; } @@ -134,11 +134,11 @@ class NativeFunctionBase : public IFunction virtual bool Run(VMValue * baseValue, VMClassRegistry * registry, u32 arg2, VMValue * resultValue, VMState * state) = 0; MEMBER_FN_PREFIX(NativeFunctionBase); - DEFINE_MEMBER_FN(Impl_Invoke, u32, 0x0337A424, u64 unk0, u64 unk1, VMClassRegistry * registry, VMState * unk3); + DEFINE_MEMBER_FN(Impl_Invoke, u32, 0x0337A804, u64 unk0, u64 unk1, VMClassRegistry * registry, VMState * unk3); // ??_7?$NativeFunction1@VActiveEffect@@XPEAVTESForm@@@BSScript@@6B@ entry 0x10 - DEFINE_MEMBER_FN(Impl_Fn10, BSFixedString *, 0x0337A7B4); - DEFINE_MEMBER_FN(Impl_GetParamInfo, bool, 0x0337A850, u32 idx, void * out); - DEFINE_MEMBER_FN(Impl_Fn15, void *, 0x0337A7BC, u64 arg0, u64 arg1); + DEFINE_MEMBER_FN(Impl_Fn10, BSFixedString *, 0x0337AB94); + DEFINE_MEMBER_FN(Impl_GetParamInfo, bool, 0x0337AC30, u32 idx, void * out); + DEFINE_MEMBER_FN(Impl_Fn15, void *, 0x0337AB9C, u64 arg0, u64 arg1); protected: BSFixedString m_fnName; // 10 @@ -172,8 +172,8 @@ class NativeFunction : public NativeFunctionBase virtual bool HasCallback(void) override { return m_callback != 0; } MEMBER_FN_PREFIX(NativeFunction); - DEFINE_MEMBER_FN(Impl_ctor, NativeFunction *, 0x0337A2A8, const char * fnName, const char * className, u8 unk0, u32 numParams); - DEFINE_MEMBER_FN(Impl_dtor, void, 0x0337A364); // same as NativeFunctionBase dtor + DEFINE_MEMBER_FN(Impl_ctor, NativeFunction *, 0x0337A688, const char * fnName, const char * className, u8 unk0, u32 numParams); + DEFINE_MEMBER_FN(Impl_dtor, void, 0x0337A744); // same as NativeFunctionBase dtor protected: void * m_callback; // 50 diff --git a/sfse/ScaleformManager.h b/sfse/ScaleformManager.h index 7d75026..2743b0f 100644 --- a/sfse/ScaleformManager.h +++ b/sfse/ScaleformManager.h @@ -13,7 +13,7 @@ class BSScaleformManager static BSScaleformManager* GetSingleton() { - RelocPtr singleton(0x06A2F318); + RelocPtr singleton(0x06A2F528); return *singleton; } }; diff --git a/sfse/ScaleformMemory.cpp b/sfse/ScaleformMemory.cpp index 5b47b9f..7e4c77d 100644 --- a/sfse/ScaleformMemory.cpp +++ b/sfse/ScaleformMemory.cpp @@ -1,6 +1,6 @@ #include "sfse/ScaleformMemory.h" -RelocPtr Scaleform::Memory::pGlobalHeap(0x0653D858); +RelocPtr Scaleform::Memory::pGlobalHeap(0x0653D9D8); void* ScaleformHeap_Allocate(u64 size) { diff --git a/sfse/ScaleformValue.h b/sfse/ScaleformValue.h index ad256fc..8c34a68 100644 --- a/sfse/ScaleformValue.h +++ b/sfse/ScaleformValue.h @@ -62,28 +62,28 @@ class Value virtual ~ObjectInterface(); - DEFINE_MEMBER_FN_3(HasMember, bool, 0x00E34FE0, void* pData, const char* name, bool isDisplayObj); - DEFINE_MEMBER_FN_4(GetMember, bool, 0x00E35320, void* pData, const char* name, Value* pValue, bool isDisplayObj); - DEFINE_MEMBER_FN_4(SetMember, bool, 0x00E35710, void* pData, const char* name, const Value& pValue, bool isDisplayObj); - DEFINE_MEMBER_FN_6(Invoke, bool, 0x00E35B30, void* pData, Value* result, const char* name, const Value* args, unsigned long long numArgs, bool isDisplayObj); - DEFINE_MEMBER_FN_4(CreateEmptyMovieClip, bool, 0x00E39250, void* pData, Value* pValue, const char* instanceName, int depth); - DEFINE_MEMBER_FN_6(AttachMovie, bool, 0x00E39510, void* pData, Value* pValue, const char* symbolName, const char* instanceName, int depth, const void* initArgs); - DEFINE_MEMBER_FN_1(GetArraySize, unsigned int, 0x00E36E10, void* pData); - DEFINE_MEMBER_FN_2(SetArraySize, bool, 0x00E36E20, void* pData, unsigned int size); - DEFINE_MEMBER_FN_3(GetElement, bool, 0x00E36E40, void* pData, unsigned int index, Value* value); - DEFINE_MEMBER_FN_3(SetElement, bool, 0x00E36ED0, void* pData, unsigned int index, const Value& value); - DEFINE_MEMBER_FN_2(PushBack, bool, 0x00E37110, void* pData, const Value& value); - DEFINE_MEMBER_FN_2(PopBack, bool, 0x00E37170, void* pData, Value* value); - DEFINE_MEMBER_FN_3(RemoveElements, bool, 0x00E37220, void* pData, unsigned idx, int count); - DEFINE_MEMBER_FN_4(VisitElements, void, 0x00E36F30, void* pData, ArrVisitor* visitor, unsigned long idx, int count); - DEFINE_MEMBER_FN_3(VisitMembers, void, 0x00E366D0, void* pData, ObjVisitor* visitor, bool isDisplayObj); + DEFINE_MEMBER_FN_3(HasMember, bool, 0x00E35040, void* pData, const char* name, bool isDisplayObj); + DEFINE_MEMBER_FN_4(GetMember, bool, 0x00E35380, void* pData, const char* name, Value* pValue, bool isDisplayObj); + DEFINE_MEMBER_FN_4(SetMember, bool, 0x00E35770, void* pData, const char* name, const Value& pValue, bool isDisplayObj); + DEFINE_MEMBER_FN_6(Invoke, bool, 0x00E35B90, void* pData, Value* result, const char* name, const Value* args, unsigned long long numArgs, bool isDisplayObj); + DEFINE_MEMBER_FN_4(CreateEmptyMovieClip, bool, 0x00E392B0, void* pData, Value* pValue, const char* instanceName, int depth); + DEFINE_MEMBER_FN_6(AttachMovie, bool, 0x00E39570, void* pData, Value* pValue, const char* symbolName, const char* instanceName, int depth, const void* initArgs); + DEFINE_MEMBER_FN_1(GetArraySize, unsigned int, 0x00E36E70, void* pData); + DEFINE_MEMBER_FN_2(SetArraySize, bool, 0x00E36E80, void* pData, unsigned int size); + DEFINE_MEMBER_FN_3(GetElement, bool, 0x00E36EA0, void* pData, unsigned int index, Value* value); + DEFINE_MEMBER_FN_3(SetElement, bool, 0x00E36F30, void* pData, unsigned int index, const Value& value); + DEFINE_MEMBER_FN_2(PushBack, bool, 0x00E37170, void* pData, const Value& value); + DEFINE_MEMBER_FN_2(PopBack, bool, 0x00E371D0, void* pData, Value* value); + DEFINE_MEMBER_FN_3(RemoveElements, bool, 0x00E37280, void* pData, unsigned idx, int count); + DEFINE_MEMBER_FN_4(VisitElements, void, 0x00E36F90, void* pData, ArrVisitor* visitor, unsigned long idx, int count); + DEFINE_MEMBER_FN_3(VisitMembers, void, 0x00E36730, void* pData, ObjVisitor* visitor, bool isDisplayObj); // DeleteMember TBD - DEFINE_MEMBER_FN_3(GetText, bool, 0x00E38EE0, void* pData, Value* value, bool html); - DEFINE_MEMBER_FN_3(SetText, bool, 0x00E39040, void* pData, const char* text, bool html); - DEFINE_MEMBER_FN_3(SetTextW, bool, 0x00E39160, void* pData, const wchar_t* text, bool html); - DEFINE_MEMBER_FN_3(GotoAndPlayL, bool, 0x00E399C0, void* pData, const char* frame, bool stop); - DEFINE_MEMBER_FN_3(GotoAndPlay, bool, 0x00E39AC0, void* pData, unsigned frame, bool stop); - DEFINE_MEMBER_FN_2(GetParent, bool, 0x00E37740, void* pData, Value* value); + DEFINE_MEMBER_FN_3(GetText, bool, 0x00E38F40, void* pData, Value* value, bool html); + DEFINE_MEMBER_FN_3(SetText, bool, 0x00E390A0, void* pData, const char* text, bool html); + DEFINE_MEMBER_FN_3(SetTextW, bool, 0x00E391C0, void* pData, const wchar_t* text, bool html); + DEFINE_MEMBER_FN_3(GotoAndPlayL, bool, 0x00E39A20, void* pData, const char* frame, bool stop); + DEFINE_MEMBER_FN_3(GotoAndPlay, bool, 0x00E39B20, void* pData, unsigned frame, bool stop); + DEFINE_MEMBER_FN_2(GetParent, bool, 0x00E377A0, void* pData, Value* value); // GetDisplayInfo TBD // SetDisplayInfo TBD // GetDisplayMatrix TBD @@ -91,8 +91,8 @@ class Value // GetColorTransform TBD // SetColorTransform TBD - DEFINE_MEMBER_FN_2(ObjectAddRef, void, 0x00E34E80, Value* value, void* pData); - DEFINE_MEMBER_FN_2(ObjectRelease, void, 0x00E34F20, Value* value, void* pData); + DEFINE_MEMBER_FN_2(ObjectAddRef, void, 0x00E34EE0, Value* value, void* pData); + DEFINE_MEMBER_FN_2(ObjectRelease, void, 0x00E34F80, Value* value, void* pData); MovieImpl* pMovieRoot; }; diff --git a/sfse_common/sfse_version.h b/sfse_common/sfse_version.h index 1ff48ca..53afb78 100644 --- a/sfse_common/sfse_version.h +++ b/sfse_common/sfse_version.h @@ -4,10 +4,10 @@ // these have to be macros so they can be used in the .rc #define SFSE_VERSION_INTEGER 0 #define SFSE_VERSION_INTEGER_MINOR 2 -#define SFSE_VERSION_INTEGER_BETA 15 -#define SFSE_VERSION_VERSTRING "0, 0, 2, 15" +#define SFSE_VERSION_INTEGER_BETA 16 +#define SFSE_VERSION_VERSTRING "0, 0, 2, 16" #define SFSE_VERSION_PADDEDSTRING "0001" -#define SFSE_VERSION_RELEASEIDX 22 +#define SFSE_VERSION_RELEASEIDX 23 #define MAKE_EXE_VERSION_EX(major, minor, build, sub) ((((major) & 0xFF) << 24) | (((minor) & 0xFF) << 16) | (((build) & 0xFFF) << 4) | ((sub) & 0xF)) #define MAKE_EXE_VERSION(major, minor, build) MAKE_EXE_VERSION_EX(major, minor, build, 0) @@ -48,13 +48,14 @@ #define RUNTIME_VERSION_1_12_36 MAKE_EXE_VERSION(1, 12, 36) // 0x010C0240 #define RUNTIME_VERSION_1_13_61 MAKE_EXE_VERSION(1, 13, 61) // 0x010D03D0 car #define RUNTIME_VERSION_1_14_70 MAKE_EXE_VERSION(1, 14, 70) // 0x010E0460 xp1 +#define RUNTIME_VERSION_1_14_74 MAKE_EXE_VERSION(1, 14, 74) // 0x010E04A0 beta released to main branch #define PACKED_SFSE_VERSION MAKE_EXE_VERSION(SFSE_VERSION_INTEGER, SFSE_VERSION_INTEGER_MINOR, SFSE_VERSION_INTEGER_BETA) // information about the state of the game at the time of release #define SFSE_TARGETING_BETA_VERSION 0 -#define CURRENT_RELEASE_RUNTIME RUNTIME_VERSION_1_14_70 -#define CURRENT_RELEASE_SFSE_STR "0.2.15" +#define CURRENT_RELEASE_RUNTIME RUNTIME_VERSION_1_14_74 +#define CURRENT_RELEASE_SFSE_STR "0.2.16" #if GET_EXE_VERSION_SUB(RUNTIME_VERSION) == RUNTIME_TYPE_BETHESDA #define SAVE_FOLDER_NAME "Starfield"