diff --git a/cmake/versioning.cmake b/cmake/versioning.cmake index 8ef51fb..56b9e09 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 2) +set(SFSE_VERSION_PATCH 3) set(RUNTIME_VERSION_MAJOR 1) set(RUNTIME_VERSION_MINOR 9) -set(RUNTIME_VERSION_PATCH 51) +set(RUNTIME_VERSION_PATCH 67) set(RUNTIME_VERSION_TYPE 0) math( diff --git a/sfse/GameChargen.h b/sfse/GameChargen.h index 9d976d0..6572015 100644 --- a/sfse/GameChargen.h +++ b/sfse/GameChargen.h @@ -17,13 +17,13 @@ class ChargenDataModel : public IDataModel, public BSTSingletonSDM singleton(0x0598E938); + RelocPtr singleton(0x06581DF8); 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, 0x01895FA4, TESNPC*); // unk2 removed in 1.9.51 + DEFINE_MEMBER_FN_1(Update, void, 0x018CB844, TESNPC*); // unk2 removed in 1.9.51 }; } diff --git a/sfse/GameConsole.cpp b/sfse/GameConsole.cpp index 2ef76e1..96b775b 100644 --- a/sfse/GameConsole.cpp +++ b/sfse/GameConsole.cpp @@ -1,7 +1,7 @@ #include "sfse/GameConsole.h" #include -RelocPtr g_console(0x0598E4D0); +RelocPtr g_console(0x06581990); void Console_Print(const char* fmt, ...) { diff --git a/sfse/GameConsole.h b/sfse/GameConsole.h index 53a2795..89e1d42 100644 --- a/sfse/GameConsole.h +++ b/sfse/GameConsole.h @@ -6,7 +6,7 @@ class ConsoleLog { public: - DEFINE_MEMBER_FN_2(VPrint, void, 0x028A1408, const char* fmt, va_list args); + DEFINE_MEMBER_FN_2(VPrint, void, 0x028D8AD8, const char* fmt, va_list args); }; extern RelocPtr g_console; diff --git a/sfse/GameData.cpp b/sfse/GameData.cpp index 23b785b..3ea2ae6 100644 --- a/sfse/GameData.cpp +++ b/sfse/GameData.cpp @@ -1,3 +1,3 @@ #include "sfse/GameData.h" -RelocPtr g_materialDatabase(0x0555ED30 - 0x08); \ No newline at end of file +RelocPtr g_materialDatabase(0x06152120 - 0x08); \ No newline at end of file diff --git a/sfse/GameData.h b/sfse/GameData.h index 6e9dadb..fd5ca0f 100644 --- a/sfse/GameData.h +++ b/sfse/GameData.h @@ -132,7 +132,7 @@ class TESDataHandler : static TESDataHandler* GetSingleton() { - RelocPtr singleton(0x0555AD78); + RelocPtr singleton(0x0614E178); return *singleton; } }; diff --git a/sfse/GameEvents.h b/sfse/GameEvents.h index 3e8cb12..69333cc 100644 --- a/sfse/GameEvents.h +++ b/sfse/GameEvents.h @@ -1025,8 +1025,8 @@ namespace BSTEventDetail { public: virtual ~SourceBase() {}; - DEFINE_MEMBER_FN_1(RegisterSink, void, 0x005BCE5C, SinkBase* sink); - DEFINE_MEMBER_FN_1(UnregisterSink, void, 0x005BCC70, SinkBase* sink); + DEFINE_MEMBER_FN_1(RegisterSink, void, 0x005BCF6C, SinkBase* sink); + DEFINE_MEMBER_FN_1(UnregisterSink, void, 0x005BCD80, SinkBase* sink); }; } @@ -1106,705 +1106,705 @@ return es.getPtr(); \ // BSTGlobalEvent -DECLARE_EVENT_SOURCE(SnapTemplateUtils::SnapReplaceEvent, 0x0083E2CC) -DECLARE_EVENT_SOURCE(ImageFixtureEvent_RequestImage, 0x0083F584) -DECLARE_EVENT_SOURCE(ImageFixtureEvent_UnregisterImage, 0x00842480) -DECLARE_EVENT_SOURCE(Spaceship::TakeOffEvent, 0x00845328) -DECLARE_EVENT_SOURCE(HUDActivityIncreaseEvent, 0x012524E0) -DECLARE_EVENT_SOURCE(AnimationDataCleanupEvent, 0x0127371C) -DECLARE_EVENT_SOURCE(AnimationDataSetupEvent, 0x012737AC) -DECLARE_EVENT_SOURCE(EndLoadGameEvent, 0x012C2064) -DECLARE_EVENT_SOURCE(StartLoadGameEvent, 0x012C20F4) -DECLARE_EVENT_SOURCE(ShipEditor_SystemSelected, 0x012D8B7C) -DECLARE_EVENT_SOURCE(ShipEditor_PreviewUpgrade, 0x012DF240) -DECLARE_EVENT_SOURCE(ShipEditor_SelectedUpgrade, 0x012DF2D0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceAttach, 0x0131CDF0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDetach, 0x0131CE80) -DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_ChangeWeaponAssignment, 0x013A26D4) -DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_OnHintButtonActivated, 0x013A2764) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmCancel, 0x013C2E74) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmExit, 0x013C2F04) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmSaveAndExit, 0x013C2F94) -DECLARE_EVENT_SOURCE(ShipEditor_OnFlightCheckTabChanged, 0x013C7A34) -DECLARE_EVENT_SOURCE(ShipEditor_OnWeaponGroupChanged, 0x013C7AC4) -DECLARE_EVENT_SOURCE(ShipEditor_OnRenameEndEditText, 0x013CD400) -DECLARE_EVENT_SOURCE(ShipEditor_OnRenameInputCancelled, 0x013CD490) -DECLARE_EVENT_SOURCE(ShipEditor_ChangeModuleCategory, 0x013D1B7C) -DECLARE_EVENT_SOURCE(ShipEditor_PreviewShipPart, 0x013D1C0C) -DECLARE_EVENT_SOURCE(ShipEditor_SelectedShipPart, 0x013D1C9C) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerControlChanged, 0x013DABA0) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerTabChanged, 0x013DAC30) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorSliderMouseInput, 0x013DACC0) -DECLARE_EVENT_SOURCE(ShipEditor_OnRecentColorSwatchClicked, 0x013DAD50) -DECLARE_EVENT_SOURCE(ShipBuilder_CloseAllMenus, 0x013FD7A4) -DECLARE_EVENT_SOURCE(ShipEditor_OnHintButtonActivated, 0x013FD834) -DECLARE_EVENT_SOURCE(ShipEditor_RemoveAll3D, 0x013FD8C4) -DECLARE_EVENT_SOURCE(ReferenceQueuedEvent, 0x01465608) -DECLARE_EVENT_SOURCE(LoadScreenEndEvent, 0x0147E400) -DECLARE_EVENT_SOURCE(LoadScreenStartEvent, 0x0147E490) -DECLARE_EVENT_SOURCE(CellAttachDetachEvent, 0x0147E520) -DECLARE_EVENT_SOURCE(PickRefStateChangedEvent, 0x014EF138) -DECLARE_EVENT_SOURCE(ActivityTrackerActivityStartedEvent, 0x014F9878) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceCleared3d, 0x01584E30) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDestroy, 0x01584EC0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceInit, 0x01584F50) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceRecycle, 0x01584FE0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceSet3d, 0x01585070) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::Release3DRelatedData, 0x01585100) -DECLARE_EVENT_SOURCE(BSWorldOriginShiftEvent, 0x015915CC) -DECLARE_EVENT_SOURCE(BGSPlanet::PlayerKnowledgeFlagSetEvent, 0x016BAC5C) -DECLARE_EVENT_SOURCE(StarMap::PlanetTraitKnownEvent, 0x016BACEC) -DECLARE_EVENT_SOURCE(ResetHistoryDataEvent, 0x0178F6A8) -DECLARE_EVENT_SOURCE(TESQuestRewardEvent, 0x017A9958) -DECLARE_EVENT_SOURCE(HUDWeaponWorldFOVMultChangedEvent, 0x017ABB6C) -DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionEndEvent, 0x01886770) -DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionStartEvent, 0x01886800) -DECLARE_EVENT_SOURCE(AutoLoadDoorRolloverEvent, 0x019367AC) -DECLARE_EVENT_SOURCE(ClearQuickContainerEvent, 0x0193683C) -DECLARE_EVENT_SOURCE(ReferenceCellLoadedTemps, 0x019ADA6C) -DECLARE_EVENT_SOURCE(Workshop::CargoLinkAddedEvent, 0x01D2CEAC) -DECLARE_EVENT_SOURCE(Workshop::CargoLinkTargetChangedEvent, 0x01D2CF3C) -DECLARE_EVENT_SOURCE(Workshop::EnterOutpostBeaconModeEvent, 0x01D2CFCC) -DECLARE_EVENT_SOURCE(Workshop::ItemGrabbedEvent, 0x01D2D05C) -DECLARE_EVENT_SOURCE(Workshop::ItemMovedEvent, 0x01D2D0EC) -DECLARE_EVENT_SOURCE(Workshop::ItemPlacedEvent, 0x01D2D17C) -DECLARE_EVENT_SOURCE(Workshop::ItemProducedEvent, 0x01D2D20C) -DECLARE_EVENT_SOURCE(Workshop::ItemRemovedEvent, 0x01D2D29C) -DECLARE_EVENT_SOURCE(Workshop::ItemRepairedEvent, 0x01D2D32C) -DECLARE_EVENT_SOURCE(Workshop::ItemScrappedEvent, 0x01D2D3BC) -DECLARE_EVENT_SOURCE(Workshop::OutpostNameChangedEvent, 0x01D2D44C) -DECLARE_EVENT_SOURCE(Workshop::OutpostPlacedEvent, 0x01D2D4DC) -DECLARE_EVENT_SOURCE(PickRefUpdateEvent, 0x01D2D56C) -DECLARE_EVENT_SOURCE(Workshop::PlacementStatusEvent, 0x01D2D5FC) -DECLARE_EVENT_SOURCE(Workshop::PowerOffEvent, 0x01D2D68C) -DECLARE_EVENT_SOURCE(Workshop::PowerOnEvent, 0x01D2D71C) -DECLARE_EVENT_SOURCE(Workshop::SnapBehaviorCycledEvent, 0x01D2D7AC) -DECLARE_EVENT_SOURCE(Workshop::WorkshopFlyCameraEvent, 0x01D2D83C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopItemPlacedEvent, 0x01D2D8CC) -DECLARE_EVENT_SOURCE(Workshop::WorkshopModeEvent, 0x01D2D95C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopOutputLinkEvent, 0x01D2D9EC) -DECLARE_EVENT_SOURCE(Workshop::WorkshopStatsChangedEvent, 0x01D2DA7C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopUpdateStatsEvent, 0x01D2DB0C) -DECLARE_EVENT_SOURCE(ShipCameraStateToggled, 0x01D813B4) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpPressEvent, 0x01F4F924) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpReleaseEvent, 0x01F4F9B4) -DECLARE_EVENT_SOURCE(PlayerSneakingChangeEvent, 0x01F5112C) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintJustPressedEvent, 0x01F51368) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintReleasedEvent, 0x01F513F8) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsEndEvent, 0x01F5457C) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsStartEvent, 0x01F5460C) -DECLARE_EVENT_SOURCE(SaveLoadEvent, 0x01F8394C) -DECLARE_EVENT_SOURCE(SpaceshipWeaponBinding::SpaceshipWeaponBindingChangedEvent, 0x01FADA28) -DECLARE_EVENT_SOURCE(BoundaryMenu_FastTravel, 0x01FC6928) -DECLARE_EVENT_SOURCE(BoundaryMenu_ShowMap, 0x01FC69B8) -DECLARE_EVENT_SOURCE(PhotoGallery_DeletePhoto, 0x01FCF6D4) -DECLARE_EVENT_SOURCE(PowersMenu_ActivateEssence, 0x01FD2BB0) -DECLARE_EVENT_SOURCE(PowersMenu_EquipPower, 0x01FD2C40) -DECLARE_EVENT_SOURCE(PowersMenu_FavoritePower, 0x01FD2CD0) -DECLARE_EVENT_SOURCE(ContainerMenuClosed::Event, 0x01FE61BC) -DECLARE_EVENT_SOURCE(HangarShipSelection_ChangeSystemDisplay, 0x01FE624C) -DECLARE_EVENT_SOURCE(HangarShipSelection_RepairShip, 0x01FE62DC) -DECLARE_EVENT_SOURCE(HangarShipSelection_UpgradeSystem, 0x01FE636C) -DECLARE_EVENT_SOURCE(ShipCrewMenu_Close, 0x01FE63FC) -DECLARE_EVENT_SOURCE(BinkMovieStoppedPlayingEvent, 0x01FEB460) -DECLARE_EVENT_SOURCE(WorkshopColorMode_ApplyColors, 0x02013A0C) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SelectedTab, 0x02013A9C) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SliderChanged, 0x02013B2C) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SwatchChanged, 0x02013BBC) -DECLARE_EVENT_SOURCE(HUDCrewBuffMessageEvent, 0x02014D5C) -DECLARE_EVENT_SOURCE(CraftingMenu_SessionSummaryEvent, 0x0201DDF8) -DECLARE_EVENT_SOURCE(CraftingMenu_CraftItem, 0x0201DE88) -DECLARE_EVENT_SOURCE(CraftingMenu_ExitBench, 0x0201DF18) -DECLARE_EVENT_SOURCE(CraftingMenu_InstallMod, 0x0201DFA8) -DECLARE_EVENT_SOURCE(CraftingMenu_RenameItem, 0x0201E038) -DECLARE_EVENT_SOURCE(CraftingMenu_RevertedModdedItem, 0x0201E0C8) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedMod, 0x0201E158) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModSlot, 0x0201E1E8) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModdableItem, 0x0201E278) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedRecipe, 0x0201E308) -DECLARE_EVENT_SOURCE(CraftingMenu_SetInspectControls, 0x0201E398) -DECLARE_EVENT_SOURCE(CraftingMenu_ToggleTracking, 0x0201E428) -DECLARE_EVENT_SOURCE(CraftingMenu_ViewingModdableItem, 0x0201E4B8) -DECLARE_EVENT_SOURCE(ContainerMenu_CloseMenu, 0x0202C96C) -DECLARE_EVENT_SOURCE(InventoryMenu_Change3DView, 0x0202CA9C) -DECLARE_EVENT_SOURCE(InventoryMenu_PaperDollTryOn, 0x0202CB2C) -DECLARE_EVENT_SOURCE(InventoryMenu_ResetPaperDollInv, 0x0202CBBC) -DECLARE_EVENT_SOURCE(UpdateActivateListenerEvent, 0x02034D38) -DECLARE_EVENT_SOURCE(StartOutpostFromListenerEvent, 0x020369F8) -DECLARE_EVENT_SOURCE(HUDModeEvent, 0x02046BF4) -DECLARE_EVENT_SOURCE(OpenContainerMenuEventData, 0x02046C84) -DECLARE_EVENT_SOURCE(OpenContainerMenuFromListenerEvent, 0x02046D14) -DECLARE_EVENT_SOURCE(HUDRolloverActivationButtonEvent, 0x02046DA4) -DECLARE_EVENT_SOURCE(HUDRolloverActivationQCItemPressEvent, 0x02046E34) -DECLARE_EVENT_SOURCE(Inventory_SetSort, 0x02046EC4) -DECLARE_EVENT_SOURCE(ShowingQuestMarketTextEvent, 0x02054D38) -DECLARE_EVENT_SOURCE(TargetHitEvent, 0x02057328) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x020573B8) -DECLARE_EVENT_SOURCE(ClearHUDMessagesEvent, 0x0205E7A4) -DECLARE_EVENT_SOURCE(ShowHUDMessageEvent, 0x0205E834) -DECLARE_EVENT_SOURCE(PlayerDetectionLevelChangeEvent, 0x02061994) -DECLARE_EVENT_SOURCE(ShowCustomWatchAlert, 0x02066A9C) -DECLARE_EVENT_SOURCE(PlayerUpdateEvent, 0x02099B1C) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleHelmet, 0x02099BAC) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleSuit, 0x02099C3C) -DECLARE_EVENT_SOURCE(ControlsRemappedEvent, 0x020DD8D8) -DECLARE_EVENT_SOURCE(SettingsPanel_CheckBoxChanged, 0x020DD968) -DECLARE_EVENT_SOURCE(SettingsPanel_ClearBinding, 0x020DD9F8) -DECLARE_EVENT_SOURCE(SettingsPanel_OpenCategory, 0x020DDB2C) -DECLARE_EVENT_SOURCE(SettingsPanel_OpenSettings, 0x020DDBBC) -DECLARE_EVENT_SOURCE(SettingsPanel_RemapConfirmed, 0x020DDC4C) -DECLARE_EVENT_SOURCE(SettingsPanel_RemapMode, 0x020DDCDC) -DECLARE_EVENT_SOURCE(SettingsPanel_ResetToDefaults, 0x020DDD6C) -DECLARE_EVENT_SOURCE(SettingsPanel_SaveControls, 0x020DDDFC) -DECLARE_EVENT_SOURCE(SettingsPanel_SaveSettings, 0x020DDE8C) -DECLARE_EVENT_SOURCE(SettingsPanel_SliderChanged, 0x020DDF1C) -DECLARE_EVENT_SOURCE(SettingsPanel_StepperChanged, 0x020DDFAC) -DECLARE_EVENT_SOURCE(SettingsPanel_ValidateControls, 0x020DE03C) -DECLARE_EVENT_SOURCE(ShipCrewMenu_OpenAssignMenu, 0x020E8148) -DECLARE_EVENT_SOURCE(ShipCrewMenu_SetSort, 0x020E81D8) -DECLARE_EVENT_SOURCE(Spaceship::PlayerMovementOutputEvent, 0x0210E348) -DECLARE_EVENT_SOURCE(ShowLongShipBootup, 0x0210E3D8) -DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferMenu, 0x0210E468) -DECLARE_EVENT_SOURCE(ShipHud_Activate, 0x0210E4F8) -DECLARE_EVENT_SOURCE(ShipHud_BodyViewMarkerDimensions, 0x0210E588) -DECLARE_EVENT_SOURCE(ShipHud_ChangeComponentSelection, 0x0210E618) -DECLARE_EVENT_SOURCE(ShipHud_CloseMenu, 0x0210E6A8) -DECLARE_EVENT_SOURCE(ShipHud_Deselect, 0x0210E738) -DECLARE_EVENT_SOURCE(ShipHud_FarTravel, 0x0210E7C8) -DECLARE_EVENT_SOURCE(ShipHud_HailAccepted, 0x0210E858) -DECLARE_EVENT_SOURCE(ShipHud_HailCancelled, 0x0210E8E8) -DECLARE_EVENT_SOURCE(ShipHud_JumpToQuestMarker, 0x0210E978) -DECLARE_EVENT_SOURCE(ShipHud_Land, 0x0210EA08) -DECLARE_EVENT_SOURCE(ShipHud_LandingMarkerMap, 0x0210EA98) -DECLARE_EVENT_SOURCE(ShipHud_Map, 0x0210EB28) -DECLARE_EVENT_SOURCE(ShipHud_OnMonocleToggle, 0x0210EBB8) -DECLARE_EVENT_SOURCE(ShipHud_OpenPhotoMode, 0x0210EC48) -DECLARE_EVENT_SOURCE(ShipHud_Repair, 0x0210ECD8) -DECLARE_EVENT_SOURCE(ShipHud_SetTargetMode, 0x0210ED68) -DECLARE_EVENT_SOURCE(ShipHud_Target, 0x0210EDF8) -DECLARE_EVENT_SOURCE(ShipHud_TargetShipSystem, 0x0210EE88) -DECLARE_EVENT_SOURCE(ShipHud_UntargetShipSystem, 0x0210EF18) -DECLARE_EVENT_SOURCE(ShipHud_UpdateComponentPower, 0x0210EFA8) -DECLARE_EVENT_SOURCE(DialogueMenu_CompleteExit, 0x0213A7EC) -DECLARE_EVENT_SOURCE(BGSScannerGuideEffectStatusUpdateEvent, 0x0214A960) -DECLARE_EVENT_SOURCE(GlobalFunc_CloseAllMenus, 0x0214F928) -DECLARE_EVENT_SOURCE(GlobalFunc_CloseMenu, 0x0214F9B8) -DECLARE_EVENT_SOURCE(GlobalFunc_PlayMenuSound, 0x0214FA48) -DECLARE_EVENT_SOURCE(GlobalFunc_StartGameRender, 0x0214FAD8) -DECLARE_EVENT_SOURCE(GlobalFunc_UserEvent, 0x0214FB68) -DECLARE_EVENT_SOURCE(ExperienceMeterDisplayData, 0x021594C8) -DECLARE_EVENT_SOURCE(LevelUp_AnimFinished, 0x02159558) -DECLARE_EVENT_SOURCE(LevelUp_OnWidgetShown, 0x021595E8) -DECLARE_EVENT_SOURCE(LevelUp_OpenDataMenu, 0x02159678) -DECLARE_EVENT_SOURCE(LevelUp_ShowSkills, 0x02159708) -DECLARE_EVENT_SOURCE(LocationTextWidget_FinishedQueue, 0x02159798) -DECLARE_EVENT_SOURCE(DisplayFatigueWarningEvent, 0x02159A40) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x0215D4AC) -DECLARE_EVENT_SOURCE(PlayerCrosshairModeEvent, 0x02056A30) -DECLARE_EVENT_SOURCE(HUDNotificationEvent, 0x02166708) -DECLARE_EVENT_SOURCE(HUDNotification_MissionActiveWidgetUpdate, 0x02166798) -DECLARE_EVENT_SOURCE(HUDNotification_OpenDataMenu, 0x02166828) -DECLARE_EVENT_SOURCE(HUDNotification_OpenMissionMenu, 0x021668B8) -DECLARE_EVENT_SOURCE(HUDNotification_SetMissionActive, 0x02166948) -DECLARE_EVENT_SOURCE(PlayerSetWeaponStateEvent, 0x02168528) -DECLARE_EVENT_SOURCE(BarterMenu_BuyItem, 0x0217B5A8) -DECLARE_EVENT_SOURCE(BarterMenu_CloseMenu, 0x0217B638) -DECLARE_EVENT_SOURCE(BarterMenu_HideModel, 0x0217B6C8) -DECLARE_EVENT_SOURCE(BarterMenu_LoadModel, 0x0217B758) -DECLARE_EVENT_SOURCE(BarterMenu_SellItem, 0x0217B7E8) -DECLARE_EVENT_SOURCE(BarterMenu_SetMouseOverModel, 0x0217B878) -DECLARE_EVENT_SOURCE(BarterMenu_ShowFailureMessage, 0x0217B908) -DECLARE_EVENT_SOURCE(BarterMenu_ViewedItem, 0x0217B998) -DECLARE_EVENT_SOURCE(MissionMenu_ClearState, 0x0217FFA0) -DECLARE_EVENT_SOURCE(MissionMenu_PlotToLocation, 0x02180030) -DECLARE_EVENT_SOURCE(MissionMenu_RejectQuest, 0x021800C0) -DECLARE_EVENT_SOURCE(MissionMenu_SaveCategoryIndex, 0x02180150) -DECLARE_EVENT_SOURCE(MissionMenu_SaveOpenedId, 0x021801E0) -DECLARE_EVENT_SOURCE(MissionMenu_ShowItemLocation, 0x02180270) -DECLARE_EVENT_SOURCE(MissionMenu_ToggleTrackingQuest, 0x0218039C) -DECLARE_EVENT_SOURCE(DataSlateButtons_acceptClicked, 0x02185AC0) -DECLARE_EVENT_SOURCE(DataSlateButtons_cancelClicked, 0x02185B50) -DECLARE_EVENT_SOURCE(DataSlateMenu_playSFX, 0x02185BE0) -DECLARE_EVENT_SOURCE(DataSlateMenu_toggleAudio, 0x02185C70) -DECLARE_EVENT_SOURCE(InventoryMenu_DropItem, 0x0218C384) -DECLARE_EVENT_SOURCE(InventoryMenu_HideModel, 0x0218C414) -DECLARE_EVENT_SOURCE(InventoryMenu_LoadModel, 0x0218C4A4) -DECLARE_EVENT_SOURCE(InventoryMenu_OnEnterCategory, 0x0218C534) -DECLARE_EVENT_SOURCE(InventoryMenu_OpenCargoHold, 0x0218C5C4) -DECLARE_EVENT_SOURCE(InventoryMenu_SelectItem, 0x0218C654) -DECLARE_EVENT_SOURCE(InventoryMenu_SetMouseOverModel, 0x0218C6E4) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleFavorite, 0x0218C81C) -DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryChanged, 0x02198CD8) -DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryPressed, 0x02198D68) -DECLARE_EVENT_SOURCE(MonocleMenu_Bioscan, 0x021A005C) -DECLARE_EVENT_SOURCE(MonocleMenu_FastTravel, 0x021A00EC) -DECLARE_EVENT_SOURCE(MonocleMenu_Harvest, 0x021A017C) -DECLARE_EVENT_SOURCE(MonocleMenu_Initialize, 0x021A020C) -DECLARE_EVENT_SOURCE(MonocleMenu_Outpost, 0x021A029C) -DECLARE_EVENT_SOURCE(MonocleMenu_PhotoMode, 0x021A032C) -DECLARE_EVENT_SOURCE(MonocleMenu_Shutdown, 0x021A03BC) -DECLARE_EVENT_SOURCE(MonocleMenu_SocialSpell, 0x021A044C) -DECLARE_EVENT_SOURCE(MonocleMenu_StartContainerView, 0x021A04DC) -DECLARE_EVENT_SOURCE(MonocleMenu_StopContainerView, 0x021A056C) -DECLARE_EVENT_SOURCE(MonocleMenu_SurfaceMap, 0x021A05FC) -DECLARE_EVENT_SOURCE(MonocleMenu_UseListScrollControls, 0x021A068C) -DECLARE_EVENT_SOURCE(MonocleMenu_ZoomIn, 0x021A071C) -DECLARE_EVENT_SOURCE(MonocleMenu_ZoomOut, 0x021A07AC) -DECLARE_EVENT_SOURCE(PhotoMode_InitializeCategory, 0x021A5160) -DECLARE_EVENT_SOURCE(PhotoMode_ResetToDefaults, 0x021A51F0) -DECLARE_EVENT_SOURCE(PhotoMode_SliderChanged, 0x021A5280) -DECLARE_EVENT_SOURCE(PhotoMode_StepperChanged, 0x021A5310) -DECLARE_EVENT_SOURCE(PhotoMode_TakeSnapshot, 0x021A53A0) -DECLARE_EVENT_SOURCE(PhotoMode_ToggleHelmet, 0x021A5430) -DECLARE_EVENT_SOURCE(PhotoMode_ToggleUI, 0x021A54C0) -DECLARE_EVENT_SOURCE(PickpocketMenu_OnItemSelect, 0x021AD974) -DECLARE_EVENT_SOURCE(ResearchMenu_AddMaterial, 0x021B2DA8) -DECLARE_EVENT_SOURCE(ResearchMenu_CategorySelected, 0x021B2E38) -DECLARE_EVENT_SOURCE(ResearchMenu_ExitMenu, 0x021B2EC8) -DECLARE_EVENT_SOURCE(ResearchMenu_HideModel, 0x021B2F58) -DECLARE_EVENT_SOURCE(ResearchMenu_PreviewProject, 0x021B2FE8) -DECLARE_EVENT_SOURCE(ResearchMenu_ProjectViewed, 0x021B3078) -DECLARE_EVENT_SOURCE(ResearchMenu_SetInspectControls, 0x021B3108) -DECLARE_EVENT_SOURCE(ResearchMenu_ToggleTrackingProject, 0x021B3198) -DECLARE_EVENT_SOURCE(UnlockedTerminalElementEvent, 0x021C4C54) -DECLARE_EVENT_SOURCE(SecurityMenu_BackOutKey, 0x021C4CE4) -DECLARE_EVENT_SOURCE(SecurityMenu_CloseMenu, 0x021C4D74) -DECLARE_EVENT_SOURCE(SecurityMenu_ConfirmExit, 0x021C4E04) -DECLARE_EVENT_SOURCE(SecurityMenu_EliminateUnusedKeys, 0x021C4E94) -DECLARE_EVENT_SOURCE(SecurityMenu_GetRingHint, 0x021C4F24) -DECLARE_EVENT_SOURCE(SecurityMenu_SelectNewKey, 0x021C4FB4) -DECLARE_EVENT_SOURCE(SecurityMenu_TryUseKey, 0x021C5044) -DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Assign, 0x021C9014) -DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Unassign, 0x021C90A4) -DECLARE_EVENT_SOURCE(ShipCrewMenu_ViewedItem, 0x021C9134) -DECLARE_EVENT_SOURCE(Refuel_Accept, 0x021CAFD4) -DECLARE_EVENT_SOURCE(Refuel_Cancel, 0x021CB064) -DECLARE_EVENT_SOURCE(SkillsMenu_Accept, 0x021D1AAC) -DECLARE_EVENT_SOURCE(SkillsMenu_AddPatch, 0x021D1B3C) -DECLARE_EVENT_SOURCE(SkillsMenu_Cancel, 0x021D1BCC) -DECLARE_EVENT_SOURCE(SkillsMenu_ChangeCursorVisibility, 0x021D1C5C) -DECLARE_EVENT_SOURCE(SkillsMenu_SaveLastCategory, 0x021D1CEC) -DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::MenuClosedEvent, 0x021F6664) -DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::PresetNPCChangedEvent, 0x021F66F4) -DECLARE_EVENT_SOURCE(CharGen_BrowChange, 0x021F6784) -DECLARE_EVENT_SOURCE(CharGen_BrowColorChange, 0x021F6814) -DECLARE_EVENT_SOURCE(CharGen_CancelTextEntry, 0x021F68A4) -DECLARE_EVENT_SOURCE(CharGen_CloseMenu, 0x021F6934) -DECLARE_EVENT_SOURCE(CharGen_CyclePronoun, 0x021F69C4) -DECLARE_EVENT_SOURCE(CharGen_DirtScarsEtcChange, 0x021F6A54) -DECLARE_EVENT_SOURCE(CharGen_EndBodyChange, 0x021F6AE4) -DECLARE_EVENT_SOURCE(CharGen_EndTextEntry, 0x021F6B74) -DECLARE_EVENT_SOURCE(CharGen_EyeColorChange, 0x021F6C04) -DECLARE_EVENT_SOURCE(CharGen_FacialHairChange, 0x021F6C94) -DECLARE_EVENT_SOURCE(CharGen_FacialHairColorChange, 0x021F6D24) -DECLARE_EVENT_SOURCE(CharGen_HairChange, 0x021F6DB4) -DECLARE_EVENT_SOURCE(CharGen_HairColorChange, 0x021F6E44) -DECLARE_EVENT_SOURCE(CharGen_HeadpartPlusSelectorChange, 0x021F6ED4) -DECLARE_EVENT_SOURCE(CharGen_HeadpartPresetChange, 0x021F6F64) -DECLARE_EVENT_SOURCE(CharGen_JewelryChange, 0x021F6FF4) -DECLARE_EVENT_SOURCE(CharGen_JewelryColorChange, 0x021F7084) -DECLARE_EVENT_SOURCE(CharGen_MakeupChange, 0x021F7114) -DECLARE_EVENT_SOURCE(CharGen_MarkingsChange, 0x021F71A4) -DECLARE_EVENT_SOURCE(CharGen_PostBlendColorOptionChange, 0x021F7234) -DECLARE_EVENT_SOURCE(CharGen_PostBlendFaceChange, 0x021F72C4) -DECLARE_EVENT_SOURCE(CharGen_PostBlendIntensityChange, 0x021F7354) -DECLARE_EVENT_SOURCE(CharGen_PresetChange, 0x021F73E4) -DECLARE_EVENT_SOURCE(CharGen_RollOffLocomotion, 0x021F7474) -DECLARE_EVENT_SOURCE(CharGen_RollOnLocomotion, 0x021F7504) -DECLARE_EVENT_SOURCE(CharGen_RotatePaperdoll, 0x021F7594) -DECLARE_EVENT_SOURCE(CharGen_SetAdditionalSlider, 0x021F7624) -DECLARE_EVENT_SOURCE(CharGen_SetBackground, 0x021F76B4) -DECLARE_EVENT_SOURCE(CharGen_SetBlockInputUnderPopup, 0x021F7744) -DECLARE_EVENT_SOURCE(CharGen_SetBodyValues, 0x021F77D4) -DECLARE_EVENT_SOURCE(CharGen_SetCameraPosition, 0x021F7864) -DECLARE_EVENT_SOURCE(CharGen_SetPronoun, 0x021F78F4) -DECLARE_EVENT_SOURCE(CharGen_SetSex, 0x021F7984) -DECLARE_EVENT_SOURCE(CharGen_SetSlider, 0x021F7A14) -DECLARE_EVENT_SOURCE(CharGen_SetTrait, 0x021F7AA4) -DECLARE_EVENT_SOURCE(CharGen_ShowChooseBackgroundMessage, 0x021F7B34) -DECLARE_EVENT_SOURCE(CharGen_ShowPlayerRenameMessage, 0x021F7BC4) -DECLARE_EVENT_SOURCE(CharGen_SkintoneChange, 0x021F7C54) -DECLARE_EVENT_SOURCE(CharGen_StartBodyChange, 0x021F7CE4) -DECLARE_EVENT_SOURCE(CharGen_StartTextEntry, 0x021F7D74) -DECLARE_EVENT_SOURCE(CharGen_SwitchBodyType, 0x021F7E04) -DECLARE_EVENT_SOURCE(CharGen_SwitchLocomotion, 0x021F7E94) -DECLARE_EVENT_SOURCE(CharGen_TeethChange, 0x021F7F24) -DECLARE_EVENT_SOURCE(CharGen_TeethRollOff, 0x021F7FB4) -DECLARE_EVENT_SOURCE(CharGen_TeethRollOn, 0x021F8044) -DECLARE_EVENT_SOURCE(CharGen_ToggleMarking, 0x021F80D4) -DECLARE_EVENT_SOURCE(CharGen_TogglePreviewHabSuit, 0x021F8164) -DECLARE_EVENT_SOURCE(UIMenuChargenMenuDisablePaperdoll, 0x021F81F4) -DECLARE_EVENT_SOURCE(DataMenu_CloseMenu, 0x021FF268) -DECLARE_EVENT_SOURCE(DataMenu_ClosedForSubMenu, 0x021FF2F8) -DECLARE_EVENT_SOURCE(DataMenu_Missions, 0x021FF388) -DECLARE_EVENT_SOURCE(DataMenu_PlotToLocation, 0x021FF4BC) -DECLARE_EVENT_SOURCE(DataMenu_Reopened, 0x021FF54C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedAttributesMenu, 0x021FF5DC) -DECLARE_EVENT_SOURCE(DataMenu_SelectedInventoryMenu, 0x021FF66C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedMapMenu, 0x021FF6FC) -DECLARE_EVENT_SOURCE(DataMenu_SelectedPowersMenu, 0x021FF78C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedShipMenu, 0x021FF81C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedStatusMenu, 0x021FF8AC) -DECLARE_EVENT_SOURCE(DataMenu_SetMenuForQuickEntry, 0x021FF93C) -DECLARE_EVENT_SOURCE(DataMenu_SetPaperDollActive, 0x021FF9CC) -DECLARE_EVENT_SOURCE(PauseMenu_ActionCanceled, 0x02209C14) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmAction, 0x02209CA4) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmLoad, 0x02209D34) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmSave, 0x02209DC4) -DECLARE_EVENT_SOURCE(PauseMenu_DeleteSave, 0x02209E54) -DECLARE_EVENT_SOURCE(PauseMenu_QuitToDesktop, 0x02209EE4) -DECLARE_EVENT_SOURCE(PauseMenu_SetCharacter, 0x02209F74) -DECLARE_EVENT_SOURCE(PauseMenu_StartAction, 0x0220A004) -DECLARE_EVENT_SOURCE(PauseMenu_StartLoad, 0x0220A094) -DECLARE_EVENT_SOURCE(PauseMenu_UploadSave, 0x0220A124) -DECLARE_EVENT_SOURCE(PlayBink_CloseMenu, 0x0220B0C0) -DECLARE_EVENT_SOURCE(Spaceship::GravJumpEvent, 0x02210CF4) -DECLARE_EVENT_SOURCE(Spaceship::LandedSetEvent, 0x02210D84) -DECLARE_EVENT_SOURCE(Reticle_OnLongAnimFinished, 0x02210E14) -DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferItem, 0x02210EA4) -DECLARE_EVENT_SOURCE(ShipHud_AbortJump, 0x02210F34) -DECLARE_EVENT_SOURCE(ShipHud_DockRequested, 0x02210FC4) -DECLARE_EVENT_SOURCE(ShipHud_HailShip, 0x02211054) -DECLARE_EVENT_SOURCE(ShipHud_UpdateTargetPanelRect, 0x022110E4) -DECLARE_EVENT_SOURCE(TakeoffMenu_CloseMenu, 0x02211174) -DECLARE_EVENT_SOURCE(TakeoffMenu_ExitShip, 0x02211204) -DECLARE_EVENT_SOURCE(TakeoffMenu_Launch, 0x02211294) -DECLARE_EVENT_SOURCE(StarMapMenu_LandingInputInProgress, 0x022307D0) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupContainerVisibilityChanged, 0x02230860) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryClicked, 0x022308F0) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryHoverChanged, 0x02230980) -DECLARE_EVENT_SOURCE(StarMapMenu_ScanPlanet, 0x02230A10) -DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSite, 0x02230AA0) -DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSiteFailed, 0x02230B30) -DECLARE_EVENT_SOURCE(StarMapMenu_ShowRealCursor, 0x02230BC0) -DECLARE_EVENT_SOURCE(StarMapMenu_QuickSelectChange, 0x02246090) -DECLARE_EVENT_SOURCE(StarMapMenu_Galaxy_FocusSystem, 0x02256FE0) -DECLARE_EVENT_SOURCE(StarMapMenu_OnGalaxyViewInitialized, 0x02257070) -DECLARE_EVENT_SOURCE(StarMapMenu_ExecuteRoute, 0x02261B68) -DECLARE_EVENT_SOURCE(StarMapMenu_OnCancel, 0x02261BF8) -DECLARE_EVENT_SOURCE(StarMapMenu_OnClearRoute, 0x02261C88) -DECLARE_EVENT_SOURCE(StarMapMenu_OnExitStarMap, 0x02261D18) -DECLARE_EVENT_SOURCE(StarMapMenu_OnHintButtonClicked, 0x02261DA8) -DECLARE_EVENT_SOURCE(StarMapMenu_OnOutpostEntrySelected, 0x02261E38) -DECLARE_EVENT_SOURCE(StarMapMenu_ReadyToClose, 0x02261EC8) -DECLARE_EVENT_SOURCE(SurfaceMapMenu_MarkerClicked, 0x0227FB4C) -DECLARE_EVENT_SOURCE(SurfaceMapMenu_TryPlaceCustomMarker, 0x0227FBDC) -DECLARE_EVENT_SOURCE(TerminalMenu_CancelEvent, 0x0229A0A0) -DECLARE_EVENT_SOURCE(Terminal_CloseAllViews, 0x0229A130) -DECLARE_EVENT_SOURCE(Terminal_CloseTopView, 0x0229A1C0) -DECLARE_EVENT_SOURCE(Terminal_CloseView, 0x0229A250) -DECLARE_EVENT_SOURCE(Terminal_MenuItemClick, 0x0229A2E0) -DECLARE_EVENT_SOURCE(TestMenu_DoAction, 0x022A615C) -DECLARE_EVENT_SOURCE(TestMenu_ExitMenu, 0x022A61EC) -DECLARE_EVENT_SOURCE(TestMenu_ShowImages, 0x022A627C) -DECLARE_EVENT_SOURCE(TestMenu_ShowResources, 0x022A630C) -DECLARE_EVENT_SOURCE(TestMenu_TestAll, 0x022A639C) -DECLARE_EVENT_SOURCE(TextInputMenu_EndEditText, 0x022AA344) -DECLARE_EVENT_SOURCE(TextInputMenu_InputCanceled, 0x022AA3D4) -DECLARE_EVENT_SOURCE(TextInputMenu_StartEditText, 0x022AA464) -DECLARE_EVENT_SOURCE(CraftingMenu_Highlight3D, 0x022AB734) -DECLARE_EVENT_SOURCE(CraftingMenu_RevertHighlight, 0x022AB7C4) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ChangeBuildItem, 0x022ADE28) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_SelectedItem, 0x022ADEB8) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ToggleTracking, 0x022ADF48) -DECLARE_EVENT_SOURCE(WorkshopMenu_AttemptBuild, 0x022B6794) -DECLARE_EVENT_SOURCE(WorkshopMenu_CancelAction, 0x022B6824) -DECLARE_EVENT_SOURCE(WorkshopMenu_ChangeVariant, 0x022B68B4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ConnectionEvent, 0x022B6944) -DECLARE_EVENT_SOURCE(WorkshopMenu_ExitMenu, 0x022B69D4) -DECLARE_EVENT_SOURCE(WorkshopMenu_MessageCallback, 0x022B6A64) -DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedCategory, 0x022B6AF4) -DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedGridObject, 0x022B6B84) -DECLARE_EVENT_SOURCE(WorkshopMenu_ShowExtras, 0x022B6C14) -DECLARE_EVENT_SOURCE(WorkshopMenu_SwitchMode, 0x022B6CA4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleDistance, 0x022B6D34) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleTracking, 0x022B6DC4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleView, 0x022B6E54) -DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ConfirmAction, 0x022B88A4) -DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ExitMenu, 0x022B8934) -DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetHovered, 0x022BEDFC) -DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetPicked, 0x022BEE8C) -DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldFinished, 0x022D5F30) -DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldStopped, 0x022D5FC0) -DECLARE_EVENT_SOURCE(WorkshopShared_SetActionHandles, 0x022D6050) -DECLARE_EVENT_SOURCE(WorkshopShared_StartAction, 0x022D60E0) -DECLARE_EVENT_SOURCE(ModelReferenceEffectEvents::ReferenceEffectFinished, 0x022F5D3C) -DECLARE_EVENT_SOURCE(BGSAcousticSpaceListener::StackChangedEvent, 0x02309F04) -DECLARE_EVENT_SOURCE(SpaceshipBIEvents::ShipPowerAllocationBIEventSent, 0x023209D0) -DECLARE_EVENT_SOURCE(BGSActorDeathEvent, 0x0232D1BC) -DECLARE_EVENT_SOURCE(Research::ResearchProgressEvent, 0x0237DA58) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x025A25B8) -DECLARE_EVENT_SOURCE(PlayerInCombatChangeEvent, 0x025BAAF0) -DECLARE_EVENT_SOURCE(BlurEvent, 0x02889728) -DECLARE_EVENT_SOURCE(ContainerMenu_HideModel, 0x028AC7A8) -DECLARE_EVENT_SOURCE(ContainerMenu_Jettison, 0x028AC838) -DECLARE_EVENT_SOURCE(ContainerMenu_LoadModel, 0x028AC8C8) -DECLARE_EVENT_SOURCE(ContainerMenu_OpenRefuelMenu, 0x028AC958) -DECLARE_EVENT_SOURCE(ContainerMenu_SetMouseOverModel, 0x028AC9E8) -DECLARE_EVENT_SOURCE(ContainerMenu_TakeAll, 0x028ACA78) -DECLARE_EVENT_SOURCE(ContainerMenu_ToggleEquip, 0x028ACB08) -DECLARE_EVENT_SOURCE(ContainerMenu_TransferItem, 0x028ACC3C) -DECLARE_EVENT_SOURCE(DialogueMenu_OnDialogueSelect, 0x028B06E0) -DECLARE_EVENT_SOURCE(DialogueMenu_OnListVisibilityChange, 0x028B0770) -DECLARE_EVENT_SOURCE(DialogueMenu_OnPersuasionAutoWin, 0x028B0800) -DECLARE_EVENT_SOURCE(DialogueMenu_OnScriptedDialogueSelect, 0x028B0890) -DECLARE_EVENT_SOURCE(DialogueMenu_RequestExit, 0x028B0920) -DECLARE_EVENT_SOURCE(DialogueMenu_RequestSkipDialogue, 0x028B09B0) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x028B1778) -DECLARE_EVENT_SOURCE(FavoritesMenu_AssignQuickkey, 0x028BD7B0) -DECLARE_EVENT_SOURCE(FavoritesMenu_UseQuickkey, 0x028BD840) -DECLARE_EVENT_SOURCE(LoadingMenu_RefreshText, 0x028C16B0) -DECLARE_EVENT_SOURCE(MainMenu_ActionCanceled, 0x028C4DC0) -DECLARE_EVENT_SOURCE(MainMenu_ActionConfirmed, 0x028C4E50) -DECLARE_EVENT_SOURCE(MainMenu_ConfirmLoad, 0x028C4EE0) -DECLARE_EVENT_SOURCE(MainMenu_DeleteSave, 0x028C4F70) -DECLARE_EVENT_SOURCE(MainMenu_SetCharacter, 0x028C509C) -DECLARE_EVENT_SOURCE(MainMenu_StartAction, 0x028C512C) -DECLARE_EVENT_SOURCE(MainMenu_StartLoad, 0x028C51BC) -DECLARE_EVENT_SOURCE(MainMenu_UploadSave, 0x028C524C) -DECLARE_EVENT_SOURCE(BGSAppPausedEvent, 0x028C6ADC) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnBackOut, 0x028CBDC8) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnButtonPress, 0x028CBE58) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnScriptedButtonPress, 0x028CBEE8) -DECLARE_EVENT_SOURCE(SleepWaitMenu_InterruptRest, 0x028D0B78) -DECLARE_EVENT_SOURCE(SleepWaitMenu_StartRest, 0x028D0C08) -DECLARE_EVENT_SOURCE(Spaceship::BoughtEvent, 0x02B9F664) -DECLARE_EVENT_SOURCE(Spaceship::ContrabandScanWarningEvent, 0x02B9F6F4) -DECLARE_EVENT_SOURCE(Spaceship::DockEvent, 0x02B9F784) -DECLARE_EVENT_SOURCE(Spaceship::DynamicNavmeshCompleted, 0x02B9F814) -DECLARE_EVENT_SOURCE(Spaceship::FarTravelEvent, 0x02B9F8A4) -DECLARE_EVENT_SOURCE(Spaceship::LandingEvent, 0x02B9F934) -DECLARE_EVENT_SOURCE(Spaceship::PlanetScanEvent, 0x02B9F9C4) -DECLARE_EVENT_SOURCE(Spaceship::RampDownEvent, 0x02B9FA54) -DECLARE_EVENT_SOURCE(Spaceship::RefueledEvent, 0x02B9FAE4) -DECLARE_EVENT_SOURCE(Spaceship::RegisteredEvent, 0x02B9FB74) -DECLARE_EVENT_SOURCE(Spaceship::ShieldEvent, 0x02B9FC04) -DECLARE_EVENT_SOURCE(Spaceship::ShipAddedEvent, 0x02B9FC94) -DECLARE_EVENT_SOURCE(Spaceship::ShipCollisionEvent, 0x02B9FD24) -DECLARE_EVENT_SOURCE(Spaceship::ShipCustomizedEvent, 0x02B9FDB4) -DECLARE_EVENT_SOURCE(Spaceship::SoldEvent, 0x02B9FE44) -DECLARE_EVENT_SOURCE(Spaceship::SystemDamagedEvent, 0x02B9FED4) -DECLARE_EVENT_SOURCE(Spaceship::SystemPowerAllocationEvent, 0x02B9FF64) -DECLARE_EVENT_SOURCE(Spaceship::SystemPowerChangeEvent, 0x02B9FFF4) -DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedBIEvent, 0x02BA0084) -DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedEvent, 0x02BA0114) -DECLARE_EVENT_SOURCE(Spaceship::TakeDamagEvent, 0x02BA01A4) -DECLARE_EVENT_SOURCE(ContextStackChangedEvent, 0x02CCD0C8) -DECLARE_EVENT_SOURCE(UpdateSceneRectEvent, 0x02EA9E10) -DECLARE_EVENT_SOURCE(GameStalledEvent, 0x0306EE10) +DECLARE_EVENT_SOURCE(SnapTemplateUtils::SnapReplaceEvent, 0x0083E3DC) +DECLARE_EVENT_SOURCE(ImageFixtureEvent_RequestImage, 0x0083F694) +DECLARE_EVENT_SOURCE(ImageFixtureEvent_UnregisterImage, 0x00842590) +DECLARE_EVENT_SOURCE(Spaceship::TakeOffEvent, 0x00845438) +DECLARE_EVENT_SOURCE(HUDActivityIncreaseEvent, 0x012862F0) +DECLARE_EVENT_SOURCE(AnimationDataCleanupEvent, 0x012A755C) +DECLARE_EVENT_SOURCE(AnimationDataSetupEvent, 0x012A75EC) +DECLARE_EVENT_SOURCE(EndLoadGameEvent, 0x012F5E44) +DECLARE_EVENT_SOURCE(StartLoadGameEvent, 0x012F5ED4) +DECLARE_EVENT_SOURCE(ShipEditor_SystemSelected, 0x0130C95C) +DECLARE_EVENT_SOURCE(ShipEditor_PreviewUpgrade, 0x01313020) +DECLARE_EVENT_SOURCE(ShipEditor_SelectedUpgrade, 0x013130B0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceAttach, 0x01351010) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDetach, 0x013510A0) +DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_ChangeWeaponAssignment, 0x013D68E4) +DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_OnHintButtonActivated, 0x013D6974) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmCancel, 0x013F7084) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmExit, 0x013F7114) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmSaveAndExit, 0x013F71A4) +DECLARE_EVENT_SOURCE(ShipEditor_OnFlightCheckTabChanged, 0x013FBC44) +DECLARE_EVENT_SOURCE(ShipEditor_OnWeaponGroupChanged, 0x013FBCD4) +DECLARE_EVENT_SOURCE(ShipEditor_OnRenameEndEditText, 0x01401610) +DECLARE_EVENT_SOURCE(ShipEditor_OnRenameInputCancelled, 0x014016A0) +DECLARE_EVENT_SOURCE(ShipEditor_ChangeModuleCategory, 0x01405D8C) +DECLARE_EVENT_SOURCE(ShipEditor_PreviewShipPart, 0x01405E1C) +DECLARE_EVENT_SOURCE(ShipEditor_SelectedShipPart, 0x01405EAC) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerControlChanged, 0x0140EDB0) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerTabChanged, 0x0140EE40) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorSliderMouseInput, 0x0140EED0) +DECLARE_EVENT_SOURCE(ShipEditor_OnRecentColorSwatchClicked, 0x0140EF60) +DECLARE_EVENT_SOURCE(ShipBuilder_CloseAllMenus, 0x014319C4) +DECLARE_EVENT_SOURCE(ShipEditor_OnHintButtonActivated, 0x01431A54) +DECLARE_EVENT_SOURCE(ShipEditor_RemoveAll3D, 0x01431AE4) +DECLARE_EVENT_SOURCE(ReferenceQueuedEvent, 0x014998B8) +DECLARE_EVENT_SOURCE(LoadScreenEndEvent, 0x014B26B0) +DECLARE_EVENT_SOURCE(LoadScreenStartEvent, 0x014B2740) +DECLARE_EVENT_SOURCE(CellAttachDetachEvent, 0x014B27D0) +DECLARE_EVENT_SOURCE(PickRefStateChangedEvent, 0x01524628) +DECLARE_EVENT_SOURCE(ActivityTrackerActivityStartedEvent, 0x0152ED88) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceCleared3d, 0x015BA350) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDestroy, 0x015BA3E0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceInit, 0x015BA470) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceRecycle, 0x015BA500) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceSet3d, 0x015BA590) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::Release3DRelatedData, 0x015BA620) +DECLARE_EVENT_SOURCE(BSWorldOriginShiftEvent, 0x015C6AEC) +DECLARE_EVENT_SOURCE(BGSPlanet::PlayerKnowledgeFlagSetEvent, 0x016F035C) +DECLARE_EVENT_SOURCE(StarMap::PlanetTraitKnownEvent, 0x016F03EC) +DECLARE_EVENT_SOURCE(ResetHistoryDataEvent, 0x017C4E98) +DECLARE_EVENT_SOURCE(TESQuestRewardEvent, 0x017DF1E8) +DECLARE_EVENT_SOURCE(HUDWeaponWorldFOVMultChangedEvent, 0x017E13FC) +DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionEndEvent, 0x018BC010) +DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionStartEvent, 0x018BC0A0) +DECLARE_EVENT_SOURCE(AutoLoadDoorRolloverEvent, 0x0196C05C) +DECLARE_EVENT_SOURCE(ClearQuickContainerEvent, 0x0196C0EC) +DECLARE_EVENT_SOURCE(ReferenceCellLoadedTemps, 0x019E3EFC) +DECLARE_EVENT_SOURCE(Workshop::CargoLinkAddedEvent, 0x01D632AC) +DECLARE_EVENT_SOURCE(Workshop::CargoLinkTargetChangedEvent, 0x01D6333C) +DECLARE_EVENT_SOURCE(Workshop::EnterOutpostBeaconModeEvent, 0x01D633CC) +DECLARE_EVENT_SOURCE(Workshop::ItemGrabbedEvent, 0x01D6345C) +DECLARE_EVENT_SOURCE(Workshop::ItemMovedEvent, 0x01D634EC) +DECLARE_EVENT_SOURCE(Workshop::ItemPlacedEvent, 0x01D6357C) +DECLARE_EVENT_SOURCE(Workshop::ItemProducedEvent, 0x01D6360C) +DECLARE_EVENT_SOURCE(Workshop::ItemRemovedEvent, 0x01D6369C) +DECLARE_EVENT_SOURCE(Workshop::ItemRepairedEvent, 0x01D6372C) +DECLARE_EVENT_SOURCE(Workshop::ItemScrappedEvent, 0x01D637BC) +DECLARE_EVENT_SOURCE(Workshop::OutpostNameChangedEvent, 0x01D6384C) +DECLARE_EVENT_SOURCE(Workshop::OutpostPlacedEvent, 0x01D638DC) +DECLARE_EVENT_SOURCE(PickRefUpdateEvent, 0x01D6396C) +DECLARE_EVENT_SOURCE(Workshop::PlacementStatusEvent, 0x01D639FC) +DECLARE_EVENT_SOURCE(Workshop::PowerOffEvent, 0x01D63A8C) +DECLARE_EVENT_SOURCE(Workshop::PowerOnEvent, 0x01D63B1C) +DECLARE_EVENT_SOURCE(Workshop::SnapBehaviorCycledEvent, 0x01D63BAC) +DECLARE_EVENT_SOURCE(Workshop::WorkshopFlyCameraEvent, 0x01D63C3C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopItemPlacedEvent, 0x01D63CCC) +DECLARE_EVENT_SOURCE(Workshop::WorkshopModeEvent, 0x01D63D5C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopOutputLinkEvent, 0x01D63DEC) +DECLARE_EVENT_SOURCE(Workshop::WorkshopStatsChangedEvent, 0x01D63E7C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopUpdateStatsEvent, 0x01D63F0C) +DECLARE_EVENT_SOURCE(ShipCameraStateToggled, 0x01DB77B4) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpPressEvent, 0x01F85D84) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpReleaseEvent, 0x01F85E14) +DECLARE_EVENT_SOURCE(PlayerSneakingChangeEvent, 0x01F8758C) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintJustPressedEvent, 0x01F877C8) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintReleasedEvent, 0x01F87858) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsEndEvent, 0x01F8A9DC) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsStartEvent, 0x01F8AA6C) +DECLARE_EVENT_SOURCE(SaveLoadEvent, 0x01FB9DBC) +DECLARE_EVENT_SOURCE(SpaceshipWeaponBinding::SpaceshipWeaponBindingChangedEvent, 0x01FE3E98) +DECLARE_EVENT_SOURCE(BoundaryMenu_FastTravel, 0x01FFCE48) +DECLARE_EVENT_SOURCE(BoundaryMenu_ShowMap, 0x01FFCED8) +DECLARE_EVENT_SOURCE(PhotoGallery_DeletePhoto, 0x02005BF4) +DECLARE_EVENT_SOURCE(PowersMenu_ActivateEssence, 0x020090D0) +DECLARE_EVENT_SOURCE(PowersMenu_EquipPower, 0x02009160) +DECLARE_EVENT_SOURCE(PowersMenu_FavoritePower, 0x020091F0) +DECLARE_EVENT_SOURCE(ContainerMenuClosed::Event, 0x0201C6DC) +DECLARE_EVENT_SOURCE(HangarShipSelection_ChangeSystemDisplay, 0x0201C76C) +DECLARE_EVENT_SOURCE(HangarShipSelection_RepairShip, 0x0201C7FC) +DECLARE_EVENT_SOURCE(HangarShipSelection_UpgradeSystem, 0x0201C88C) +DECLARE_EVENT_SOURCE(ShipCrewMenu_Close, 0x0201C91C) +DECLARE_EVENT_SOURCE(BinkMovieStoppedPlayingEvent, 0x02021980) +DECLARE_EVENT_SOURCE(WorkshopColorMode_ApplyColors, 0x02049F4C) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SelectedTab, 0x02049FDC) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SliderChanged, 0x0204A06C) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SwatchChanged, 0x0204A0FC) +DECLARE_EVENT_SOURCE(HUDCrewBuffMessageEvent, 0x0204B29C) +DECLARE_EVENT_SOURCE(CraftingMenu_SessionSummaryEvent, 0x02054338) +DECLARE_EVENT_SOURCE(CraftingMenu_CraftItem, 0x020543C8) +DECLARE_EVENT_SOURCE(CraftingMenu_ExitBench, 0x02054458) +DECLARE_EVENT_SOURCE(CraftingMenu_InstallMod, 0x020544E8) +DECLARE_EVENT_SOURCE(CraftingMenu_RenameItem, 0x02054578) +DECLARE_EVENT_SOURCE(CraftingMenu_RevertedModdedItem, 0x02054608) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedMod, 0x02054698) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModSlot, 0x02054728) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModdableItem, 0x020547B8) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedRecipe, 0x02054848) +DECLARE_EVENT_SOURCE(CraftingMenu_SetInspectControls, 0x020548D8) +DECLARE_EVENT_SOURCE(CraftingMenu_ToggleTracking, 0x02054968) +DECLARE_EVENT_SOURCE(CraftingMenu_ViewingModdableItem, 0x020549F8) +DECLARE_EVENT_SOURCE(ContainerMenu_CloseMenu, 0x02062EAC) +DECLARE_EVENT_SOURCE(InventoryMenu_Change3DView, 0x02062FDC) +DECLARE_EVENT_SOURCE(InventoryMenu_PaperDollTryOn, 0x0206306C) +DECLARE_EVENT_SOURCE(InventoryMenu_ResetPaperDollInv, 0x020630FC) +DECLARE_EVENT_SOURCE(UpdateActivateListenerEvent, 0x0206B278) +DECLARE_EVENT_SOURCE(StartOutpostFromListenerEvent, 0x0206CF38) +DECLARE_EVENT_SOURCE(HUDModeEvent, 0x0207D134) +DECLARE_EVENT_SOURCE(OpenContainerMenuEventData, 0x0207D1C4) +DECLARE_EVENT_SOURCE(OpenContainerMenuFromListenerEvent, 0x0207D254) +DECLARE_EVENT_SOURCE(HUDRolloverActivationButtonEvent, 0x0207D2E4) +DECLARE_EVENT_SOURCE(HUDRolloverActivationQCItemPressEvent, 0x0207D374) +DECLARE_EVENT_SOURCE(Inventory_SetSort, 0x0207D404) +DECLARE_EVENT_SOURCE(ShowingQuestMarketTextEvent, 0x0208B278) +DECLARE_EVENT_SOURCE(TargetHitEvent, 0x0208D868) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x0208D8F8) +DECLARE_EVENT_SOURCE(ClearHUDMessagesEvent, 0x02094CE4) +DECLARE_EVENT_SOURCE(ShowHUDMessageEvent, 0x02094D74) +DECLARE_EVENT_SOURCE(PlayerDetectionLevelChangeEvent, 0x02097ED4) +DECLARE_EVENT_SOURCE(ShowCustomWatchAlert, 0x0209CFDC) +DECLARE_EVENT_SOURCE(PlayerUpdateEvent, 0x020D005C) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleHelmet, 0x020D00EC) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleSuit, 0x020D017C) +DECLARE_EVENT_SOURCE(ControlsRemappedEvent, 0x02114528) +DECLARE_EVENT_SOURCE(SettingsPanel_CheckBoxChanged, 0x021145B8) +DECLARE_EVENT_SOURCE(SettingsPanel_ClearBinding, 0x02114648) +DECLARE_EVENT_SOURCE(SettingsPanel_OpenCategory, 0x0211477C) +DECLARE_EVENT_SOURCE(SettingsPanel_OpenSettings, 0x0211480C) +DECLARE_EVENT_SOURCE(SettingsPanel_RemapConfirmed, 0x0211489C) +DECLARE_EVENT_SOURCE(SettingsPanel_RemapMode, 0x0211492C) +DECLARE_EVENT_SOURCE(SettingsPanel_ResetToDefaults, 0x021149BC) +DECLARE_EVENT_SOURCE(SettingsPanel_SaveControls, 0x02114A4C) +DECLARE_EVENT_SOURCE(SettingsPanel_SaveSettings, 0x02114ADC) +DECLARE_EVENT_SOURCE(SettingsPanel_SliderChanged, 0x02114B6C) +DECLARE_EVENT_SOURCE(SettingsPanel_StepperChanged, 0x02114BFC) +DECLARE_EVENT_SOURCE(SettingsPanel_ValidateControls, 0x02114C8C) +DECLARE_EVENT_SOURCE(ShipCrewMenu_OpenAssignMenu, 0x0211EDB8) +DECLARE_EVENT_SOURCE(ShipCrewMenu_SetSort, 0x0211EE48) +DECLARE_EVENT_SOURCE(Spaceship::PlayerMovementOutputEvent, 0x02144FB8) +DECLARE_EVENT_SOURCE(ShowLongShipBootup, 0x02145048) +DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferMenu, 0x021450D8) +DECLARE_EVENT_SOURCE(ShipHud_Activate, 0x02145168) +DECLARE_EVENT_SOURCE(ShipHud_BodyViewMarkerDimensions, 0x021451F8) +DECLARE_EVENT_SOURCE(ShipHud_ChangeComponentSelection, 0x02145288) +DECLARE_EVENT_SOURCE(ShipHud_CloseMenu, 0x02145318) +DECLARE_EVENT_SOURCE(ShipHud_Deselect, 0x021453A8) +DECLARE_EVENT_SOURCE(ShipHud_FarTravel, 0x02145438) +DECLARE_EVENT_SOURCE(ShipHud_HailAccepted, 0x021454C8) +DECLARE_EVENT_SOURCE(ShipHud_HailCancelled, 0x02145558) +DECLARE_EVENT_SOURCE(ShipHud_JumpToQuestMarker, 0x021455E8) +DECLARE_EVENT_SOURCE(ShipHud_Land, 0x02145678) +DECLARE_EVENT_SOURCE(ShipHud_LandingMarkerMap, 0x02145708) +DECLARE_EVENT_SOURCE(ShipHud_Map, 0x02145798) +DECLARE_EVENT_SOURCE(ShipHud_OnMonocleToggle, 0x02145828) +DECLARE_EVENT_SOURCE(ShipHud_OpenPhotoMode, 0x021458B8) +DECLARE_EVENT_SOURCE(ShipHud_Repair, 0x02145948) +DECLARE_EVENT_SOURCE(ShipHud_SetTargetMode, 0x021459D8) +DECLARE_EVENT_SOURCE(ShipHud_Target, 0x02145A68) +DECLARE_EVENT_SOURCE(ShipHud_TargetShipSystem, 0x02145AF8) +DECLARE_EVENT_SOURCE(ShipHud_UntargetShipSystem, 0x02145B88) +DECLARE_EVENT_SOURCE(ShipHud_UpdateComponentPower, 0x02145C18) +DECLARE_EVENT_SOURCE(DialogueMenu_CompleteExit, 0x0217145C) +DECLARE_EVENT_SOURCE(BGSScannerGuideEffectStatusUpdateEvent, 0x021815D0) +DECLARE_EVENT_SOURCE(GlobalFunc_CloseAllMenus, 0x02186598) +DECLARE_EVENT_SOURCE(GlobalFunc_CloseMenu, 0x02186628) +DECLARE_EVENT_SOURCE(GlobalFunc_PlayMenuSound, 0x021866B8) +DECLARE_EVENT_SOURCE(GlobalFunc_StartGameRender, 0x02186748) +DECLARE_EVENT_SOURCE(GlobalFunc_UserEvent, 0x021867D8) +DECLARE_EVENT_SOURCE(ExperienceMeterDisplayData, 0x02190138) +DECLARE_EVENT_SOURCE(LevelUp_AnimFinished, 0x021901C8) +DECLARE_EVENT_SOURCE(LevelUp_OnWidgetShown, 0x02190258) +DECLARE_EVENT_SOURCE(LevelUp_OpenDataMenu, 0x021902E8) +DECLARE_EVENT_SOURCE(LevelUp_ShowSkills, 0x02190378) +DECLARE_EVENT_SOURCE(LocationTextWidget_FinishedQueue, 0x02190408) +DECLARE_EVENT_SOURCE(DisplayFatigueWarningEvent, 0x021906B0) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x0219411C) +DECLARE_EVENT_SOURCE(PlayerCrosshairModeEvent, 0x0208CF70) +DECLARE_EVENT_SOURCE(HUDNotificationEvent, 0x0219D378) +DECLARE_EVENT_SOURCE(HUDNotification_MissionActiveWidgetUpdate, 0x0219D408) +DECLARE_EVENT_SOURCE(HUDNotification_OpenDataMenu, 0x0219D498) +DECLARE_EVENT_SOURCE(HUDNotification_OpenMissionMenu, 0x0219D528) +DECLARE_EVENT_SOURCE(HUDNotification_SetMissionActive, 0x0219D5B8) +DECLARE_EVENT_SOURCE(PlayerSetWeaponStateEvent, 0x0219F198) +DECLARE_EVENT_SOURCE(BarterMenu_BuyItem, 0x021B2218) +DECLARE_EVENT_SOURCE(BarterMenu_CloseMenu, 0x021B22A8) +DECLARE_EVENT_SOURCE(BarterMenu_HideModel, 0x021B2338) +DECLARE_EVENT_SOURCE(BarterMenu_LoadModel, 0x021B23C8) +DECLARE_EVENT_SOURCE(BarterMenu_SellItem, 0x021B2458) +DECLARE_EVENT_SOURCE(BarterMenu_SetMouseOverModel, 0x021B24E8) +DECLARE_EVENT_SOURCE(BarterMenu_ShowFailureMessage, 0x021B2578) +DECLARE_EVENT_SOURCE(BarterMenu_ViewedItem, 0x021B2608) +DECLARE_EVENT_SOURCE(MissionMenu_ClearState, 0x021B6C10) +DECLARE_EVENT_SOURCE(MissionMenu_PlotToLocation, 0x021B6CA0) +DECLARE_EVENT_SOURCE(MissionMenu_RejectQuest, 0x021B6D30) +DECLARE_EVENT_SOURCE(MissionMenu_SaveCategoryIndex, 0x021B6DC0) +DECLARE_EVENT_SOURCE(MissionMenu_SaveOpenedId, 0x021B6E50) +DECLARE_EVENT_SOURCE(MissionMenu_ShowItemLocation, 0x021B6EE0) +DECLARE_EVENT_SOURCE(MissionMenu_ToggleTrackingQuest, 0x021B700C) +DECLARE_EVENT_SOURCE(DataSlateButtons_acceptClicked, 0x021BC730) +DECLARE_EVENT_SOURCE(DataSlateButtons_cancelClicked, 0x021BC7C0) +DECLARE_EVENT_SOURCE(DataSlateMenu_playSFX, 0x021BC850) +DECLARE_EVENT_SOURCE(DataSlateMenu_toggleAudio, 0x021BC8E0) +DECLARE_EVENT_SOURCE(InventoryMenu_DropItem, 0x021C2FF4) +DECLARE_EVENT_SOURCE(InventoryMenu_HideModel, 0x021C3084) +DECLARE_EVENT_SOURCE(InventoryMenu_LoadModel, 0x021C3114) +DECLARE_EVENT_SOURCE(InventoryMenu_OnEnterCategory, 0x021C31A4) +DECLARE_EVENT_SOURCE(InventoryMenu_OpenCargoHold, 0x021C3234) +DECLARE_EVENT_SOURCE(InventoryMenu_SelectItem, 0x021C32C4) +DECLARE_EVENT_SOURCE(InventoryMenu_SetMouseOverModel, 0x021C3354) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleFavorite, 0x021C348C) +DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryChanged, 0x021CF948) +DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryPressed, 0x021CF9D8) +DECLARE_EVENT_SOURCE(MonocleMenu_Bioscan, 0x021D6CCC) +DECLARE_EVENT_SOURCE(MonocleMenu_FastTravel, 0x021D6D5C) +DECLARE_EVENT_SOURCE(MonocleMenu_Harvest, 0x021D6DEC) +DECLARE_EVENT_SOURCE(MonocleMenu_Initialize, 0x021D6E7C) +DECLARE_EVENT_SOURCE(MonocleMenu_Outpost, 0x021D6F0C) +DECLARE_EVENT_SOURCE(MonocleMenu_PhotoMode, 0x021D6F9C) +DECLARE_EVENT_SOURCE(MonocleMenu_Shutdown, 0x021D702C) +DECLARE_EVENT_SOURCE(MonocleMenu_SocialSpell, 0x021D70BC) +DECLARE_EVENT_SOURCE(MonocleMenu_StartContainerView, 0x021D714C) +DECLARE_EVENT_SOURCE(MonocleMenu_StopContainerView, 0x021D71DC) +DECLARE_EVENT_SOURCE(MonocleMenu_SurfaceMap, 0x021D726C) +DECLARE_EVENT_SOURCE(MonocleMenu_UseListScrollControls, 0x021D72FC) +DECLARE_EVENT_SOURCE(MonocleMenu_ZoomIn, 0x021D738C) +DECLARE_EVENT_SOURCE(MonocleMenu_ZoomOut, 0x021D741C) +DECLARE_EVENT_SOURCE(PhotoMode_InitializeCategory, 0x021DBDD0) +DECLARE_EVENT_SOURCE(PhotoMode_ResetToDefaults, 0x021DBE60) +DECLARE_EVENT_SOURCE(PhotoMode_SliderChanged, 0x021DBEF0) +DECLARE_EVENT_SOURCE(PhotoMode_StepperChanged, 0x021DBF80) +DECLARE_EVENT_SOURCE(PhotoMode_TakeSnapshot, 0x021DC010) +DECLARE_EVENT_SOURCE(PhotoMode_ToggleHelmet, 0x021DC0A0) +DECLARE_EVENT_SOURCE(PhotoMode_ToggleUI, 0x021DC130) +DECLARE_EVENT_SOURCE(PickpocketMenu_OnItemSelect, 0x021E45E4) +DECLARE_EVENT_SOURCE(ResearchMenu_AddMaterial, 0x021E9A18) +DECLARE_EVENT_SOURCE(ResearchMenu_CategorySelected, 0x021E9AA8) +DECLARE_EVENT_SOURCE(ResearchMenu_ExitMenu, 0x021E9B38) +DECLARE_EVENT_SOURCE(ResearchMenu_HideModel, 0x021E9BC8) +DECLARE_EVENT_SOURCE(ResearchMenu_PreviewProject, 0x021E9C58) +DECLARE_EVENT_SOURCE(ResearchMenu_ProjectViewed, 0x021E9CE8) +DECLARE_EVENT_SOURCE(ResearchMenu_SetInspectControls, 0x021E9D78) +DECLARE_EVENT_SOURCE(ResearchMenu_ToggleTrackingProject, 0x021E9E08) +DECLARE_EVENT_SOURCE(UnlockedTerminalElementEvent, 0x021FB8C4) +DECLARE_EVENT_SOURCE(SecurityMenu_BackOutKey, 0x021FB954) +DECLARE_EVENT_SOURCE(SecurityMenu_CloseMenu, 0x021FB9E4) +DECLARE_EVENT_SOURCE(SecurityMenu_ConfirmExit, 0x021FBA74) +DECLARE_EVENT_SOURCE(SecurityMenu_EliminateUnusedKeys, 0x021FBB04) +DECLARE_EVENT_SOURCE(SecurityMenu_GetRingHint, 0x021FBB94) +DECLARE_EVENT_SOURCE(SecurityMenu_SelectNewKey, 0x021FBC24) +DECLARE_EVENT_SOURCE(SecurityMenu_TryUseKey, 0x021FBCB4) +DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Assign, 0x021FFC84) +DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Unassign, 0x021FFD14) +DECLARE_EVENT_SOURCE(ShipCrewMenu_ViewedItem, 0x021FFDA4) +DECLARE_EVENT_SOURCE(Refuel_Accept, 0x02201C44) +DECLARE_EVENT_SOURCE(Refuel_Cancel, 0x02201CD4) +DECLARE_EVENT_SOURCE(SkillsMenu_Accept, 0x0220871C) +DECLARE_EVENT_SOURCE(SkillsMenu_AddPatch, 0x022087AC) +DECLARE_EVENT_SOURCE(SkillsMenu_Cancel, 0x0220883C) +DECLARE_EVENT_SOURCE(SkillsMenu_ChangeCursorVisibility, 0x022088CC) +DECLARE_EVENT_SOURCE(SkillsMenu_SaveLastCategory, 0x0220895C) +DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::MenuClosedEvent, 0x0222D2D4) +DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::PresetNPCChangedEvent, 0x0222D364) +DECLARE_EVENT_SOURCE(CharGen_BrowChange, 0x0222D3F4) +DECLARE_EVENT_SOURCE(CharGen_BrowColorChange, 0x0222D484) +DECLARE_EVENT_SOURCE(CharGen_CancelTextEntry, 0x0222D514) +DECLARE_EVENT_SOURCE(CharGen_CloseMenu, 0x0222D5A4) +DECLARE_EVENT_SOURCE(CharGen_CyclePronoun, 0x0222D634) +DECLARE_EVENT_SOURCE(CharGen_DirtScarsEtcChange, 0x0222D6C4) +DECLARE_EVENT_SOURCE(CharGen_EndBodyChange, 0x0222D754) +DECLARE_EVENT_SOURCE(CharGen_EndTextEntry, 0x0222D7E4) +DECLARE_EVENT_SOURCE(CharGen_EyeColorChange, 0x0222D874) +DECLARE_EVENT_SOURCE(CharGen_FacialHairChange, 0x0222D904) +DECLARE_EVENT_SOURCE(CharGen_FacialHairColorChange, 0x0222D994) +DECLARE_EVENT_SOURCE(CharGen_HairChange, 0x0222DA24) +DECLARE_EVENT_SOURCE(CharGen_HairColorChange, 0x0222DAB4) +DECLARE_EVENT_SOURCE(CharGen_HeadpartPlusSelectorChange, 0x0222DB44) +DECLARE_EVENT_SOURCE(CharGen_HeadpartPresetChange, 0x0222DBD4) +DECLARE_EVENT_SOURCE(CharGen_JewelryChange, 0x0222DC64) +DECLARE_EVENT_SOURCE(CharGen_JewelryColorChange, 0x0222DCF4) +DECLARE_EVENT_SOURCE(CharGen_MakeupChange, 0x0222DD84) +DECLARE_EVENT_SOURCE(CharGen_MarkingsChange, 0x0222DE14) +DECLARE_EVENT_SOURCE(CharGen_PostBlendColorOptionChange, 0x0222DEA4) +DECLARE_EVENT_SOURCE(CharGen_PostBlendFaceChange, 0x0222DF34) +DECLARE_EVENT_SOURCE(CharGen_PostBlendIntensityChange, 0x0222DFC4) +DECLARE_EVENT_SOURCE(CharGen_PresetChange, 0x0222E054) +DECLARE_EVENT_SOURCE(CharGen_RollOffLocomotion, 0x0222E0E4) +DECLARE_EVENT_SOURCE(CharGen_RollOnLocomotion, 0x0222E174) +DECLARE_EVENT_SOURCE(CharGen_RotatePaperdoll, 0x0222E204) +DECLARE_EVENT_SOURCE(CharGen_SetAdditionalSlider, 0x0222E294) +DECLARE_EVENT_SOURCE(CharGen_SetBackground, 0x0222E324) +DECLARE_EVENT_SOURCE(CharGen_SetBlockInputUnderPopup, 0x0222E3B4) +DECLARE_EVENT_SOURCE(CharGen_SetBodyValues, 0x0222E444) +DECLARE_EVENT_SOURCE(CharGen_SetCameraPosition, 0x0222E4D4) +DECLARE_EVENT_SOURCE(CharGen_SetPronoun, 0x0222E564) +DECLARE_EVENT_SOURCE(CharGen_SetSex, 0x0222E5F4) +DECLARE_EVENT_SOURCE(CharGen_SetSlider, 0x0222E684) +DECLARE_EVENT_SOURCE(CharGen_SetTrait, 0x0222E714) +DECLARE_EVENT_SOURCE(CharGen_ShowChooseBackgroundMessage, 0x0222E7A4) +DECLARE_EVENT_SOURCE(CharGen_ShowPlayerRenameMessage, 0x0222E834) +DECLARE_EVENT_SOURCE(CharGen_SkintoneChange, 0x0222E8C4) +DECLARE_EVENT_SOURCE(CharGen_StartBodyChange, 0x0222E954) +DECLARE_EVENT_SOURCE(CharGen_StartTextEntry, 0x0222E9E4) +DECLARE_EVENT_SOURCE(CharGen_SwitchBodyType, 0x0222EA74) +DECLARE_EVENT_SOURCE(CharGen_SwitchLocomotion, 0x0222EB04) +DECLARE_EVENT_SOURCE(CharGen_TeethChange, 0x0222EB94) +DECLARE_EVENT_SOURCE(CharGen_TeethRollOff, 0x0222EC24) +DECLARE_EVENT_SOURCE(CharGen_TeethRollOn, 0x0222ECB4) +DECLARE_EVENT_SOURCE(CharGen_ToggleMarking, 0x0222ED44) +DECLARE_EVENT_SOURCE(CharGen_TogglePreviewHabSuit, 0x0222EDD4) +DECLARE_EVENT_SOURCE(UIMenuChargenMenuDisablePaperdoll, 0x0222EE64) +DECLARE_EVENT_SOURCE(DataMenu_CloseMenu, 0x02235ED8) +DECLARE_EVENT_SOURCE(DataMenu_ClosedForSubMenu, 0x02235F68) +DECLARE_EVENT_SOURCE(DataMenu_Missions, 0x02235FF8) +DECLARE_EVENT_SOURCE(DataMenu_PlotToLocation, 0x0223612C) +DECLARE_EVENT_SOURCE(DataMenu_Reopened, 0x022361BC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedAttributesMenu, 0x0223624C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedInventoryMenu, 0x022362DC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedMapMenu, 0x0223636C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedPowersMenu, 0x022363FC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedShipMenu, 0x0223648C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedStatusMenu, 0x0223651C) +DECLARE_EVENT_SOURCE(DataMenu_SetMenuForQuickEntry, 0x022365AC) +DECLARE_EVENT_SOURCE(DataMenu_SetPaperDollActive, 0x0223663C) +DECLARE_EVENT_SOURCE(PauseMenu_ActionCanceled, 0x02240884) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmAction, 0x02240914) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmLoad, 0x022409A4) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmSave, 0x02240A34) +DECLARE_EVENT_SOURCE(PauseMenu_DeleteSave, 0x02240AC4) +DECLARE_EVENT_SOURCE(PauseMenu_QuitToDesktop, 0x02240B54) +DECLARE_EVENT_SOURCE(PauseMenu_SetCharacter, 0x02240BE4) +DECLARE_EVENT_SOURCE(PauseMenu_StartAction, 0x02240C74) +DECLARE_EVENT_SOURCE(PauseMenu_StartLoad, 0x02240D04) +DECLARE_EVENT_SOURCE(PauseMenu_UploadSave, 0x02240D94) +DECLARE_EVENT_SOURCE(PlayBink_CloseMenu, 0x02241D30) +DECLARE_EVENT_SOURCE(Spaceship::GravJumpEvent, 0x02247964) +DECLARE_EVENT_SOURCE(Spaceship::LandedSetEvent, 0x022479F4) +DECLARE_EVENT_SOURCE(Reticle_OnLongAnimFinished, 0x02247A84) +DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferItem, 0x02247B14) +DECLARE_EVENT_SOURCE(ShipHud_AbortJump, 0x02247BA4) +DECLARE_EVENT_SOURCE(ShipHud_DockRequested, 0x02247C34) +DECLARE_EVENT_SOURCE(ShipHud_HailShip, 0x02247CC4) +DECLARE_EVENT_SOURCE(ShipHud_UpdateTargetPanelRect, 0x02247D54) +DECLARE_EVENT_SOURCE(TakeoffMenu_CloseMenu, 0x02247DE4) +DECLARE_EVENT_SOURCE(TakeoffMenu_ExitShip, 0x02247E74) +DECLARE_EVENT_SOURCE(TakeoffMenu_Launch, 0x02247F04) +DECLARE_EVENT_SOURCE(StarMapMenu_LandingInputInProgress, 0x02267440) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupContainerVisibilityChanged, 0x022674D0) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryClicked, 0x02267560) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryHoverChanged, 0x022675F0) +DECLARE_EVENT_SOURCE(StarMapMenu_ScanPlanet, 0x02267680) +DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSite, 0x02267710) +DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSiteFailed, 0x022677A0) +DECLARE_EVENT_SOURCE(StarMapMenu_ShowRealCursor, 0x02267830) +DECLARE_EVENT_SOURCE(StarMapMenu_QuickSelectChange, 0x0227CD00) +DECLARE_EVENT_SOURCE(StarMapMenu_Galaxy_FocusSystem, 0x0228DC50) +DECLARE_EVENT_SOURCE(StarMapMenu_OnGalaxyViewInitialized, 0x0228DCE0) +DECLARE_EVENT_SOURCE(StarMapMenu_ExecuteRoute, 0x022987D8) +DECLARE_EVENT_SOURCE(StarMapMenu_OnCancel, 0x02298868) +DECLARE_EVENT_SOURCE(StarMapMenu_OnClearRoute, 0x022988F8) +DECLARE_EVENT_SOURCE(StarMapMenu_OnExitStarMap, 0x02298988) +DECLARE_EVENT_SOURCE(StarMapMenu_OnHintButtonClicked, 0x02298A18) +DECLARE_EVENT_SOURCE(StarMapMenu_OnOutpostEntrySelected, 0x02298AA8) +DECLARE_EVENT_SOURCE(StarMapMenu_ReadyToClose, 0x02298B38) +DECLARE_EVENT_SOURCE(SurfaceMapMenu_MarkerClicked, 0x022B67BC) +DECLARE_EVENT_SOURCE(SurfaceMapMenu_TryPlaceCustomMarker, 0x022B684C) +DECLARE_EVENT_SOURCE(TerminalMenu_CancelEvent, 0x022D0D10) +DECLARE_EVENT_SOURCE(Terminal_CloseAllViews, 0x022D0DA0) +DECLARE_EVENT_SOURCE(Terminal_CloseTopView, 0x022D0E30) +DECLARE_EVENT_SOURCE(Terminal_CloseView, 0x022D0EC0) +DECLARE_EVENT_SOURCE(Terminal_MenuItemClick, 0x022D0F50) +DECLARE_EVENT_SOURCE(TestMenu_DoAction, 0x022DCDC0) +DECLARE_EVENT_SOURCE(TestMenu_ExitMenu, 0x022DCE50) +DECLARE_EVENT_SOURCE(TestMenu_ShowImages, 0x022DCEE0) +DECLARE_EVENT_SOURCE(TestMenu_ShowResources, 0x022DCF70) +DECLARE_EVENT_SOURCE(TestMenu_TestAll, 0x022DD000) +DECLARE_EVENT_SOURCE(TextInputMenu_EndEditText, 0x022E0FA4) +DECLARE_EVENT_SOURCE(TextInputMenu_InputCanceled, 0x022E1034) +DECLARE_EVENT_SOURCE(TextInputMenu_StartEditText, 0x022E10C4) +DECLARE_EVENT_SOURCE(CraftingMenu_Highlight3D, 0x022E2394) +DECLARE_EVENT_SOURCE(CraftingMenu_RevertHighlight, 0x022E2424) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ChangeBuildItem, 0x022E4A88) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_SelectedItem, 0x022E4B18) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ToggleTracking, 0x022E4BA8) +DECLARE_EVENT_SOURCE(WorkshopMenu_AttemptBuild, 0x022ED3F4) +DECLARE_EVENT_SOURCE(WorkshopMenu_CancelAction, 0x022ED484) +DECLARE_EVENT_SOURCE(WorkshopMenu_ChangeVariant, 0x022ED514) +DECLARE_EVENT_SOURCE(WorkshopMenu_ConnectionEvent, 0x022ED5A4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ExitMenu, 0x022ED634) +DECLARE_EVENT_SOURCE(WorkshopMenu_MessageCallback, 0x022ED6C4) +DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedCategory, 0x022ED754) +DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedGridObject, 0x022ED7E4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ShowExtras, 0x022ED874) +DECLARE_EVENT_SOURCE(WorkshopMenu_SwitchMode, 0x022ED904) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleDistance, 0x022ED994) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleTracking, 0x022EDA24) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleView, 0x022EDAB4) +DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ConfirmAction, 0x022EF504) +DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ExitMenu, 0x022EF594) +DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetHovered, 0x022F5A5C) +DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetPicked, 0x022F5AEC) +DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldFinished, 0x0230CB90) +DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldStopped, 0x0230CC20) +DECLARE_EVENT_SOURCE(WorkshopShared_SetActionHandles, 0x0230CCB0) +DECLARE_EVENT_SOURCE(WorkshopShared_StartAction, 0x0230CD40) +DECLARE_EVENT_SOURCE(ModelReferenceEffectEvents::ReferenceEffectFinished, 0x0232C99C) +DECLARE_EVENT_SOURCE(BGSAcousticSpaceListener::StackChangedEvent, 0x02340B64) +DECLARE_EVENT_SOURCE(SpaceshipBIEvents::ShipPowerAllocationBIEventSent, 0x02357680) +DECLARE_EVENT_SOURCE(BGSActorDeathEvent, 0x02363F2C) +DECLARE_EVENT_SOURCE(Research::ResearchProgressEvent, 0x023B47C8) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x025D97A8) +DECLARE_EVENT_SOURCE(PlayerInCombatChangeEvent, 0x025F1CE0) +DECLARE_EVENT_SOURCE(BlurEvent, 0x028C0DF8) +DECLARE_EVENT_SOURCE(ContainerMenu_HideModel, 0x028E3E78) +DECLARE_EVENT_SOURCE(ContainerMenu_Jettison, 0x028E3F08) +DECLARE_EVENT_SOURCE(ContainerMenu_LoadModel, 0x028E3F98) +DECLARE_EVENT_SOURCE(ContainerMenu_OpenRefuelMenu, 0x028E4028) +DECLARE_EVENT_SOURCE(ContainerMenu_SetMouseOverModel, 0x028E40B8) +DECLARE_EVENT_SOURCE(ContainerMenu_TakeAll, 0x028E4148) +DECLARE_EVENT_SOURCE(ContainerMenu_ToggleEquip, 0x028E41D8) +DECLARE_EVENT_SOURCE(ContainerMenu_TransferItem, 0x028E430C) +DECLARE_EVENT_SOURCE(DialogueMenu_OnDialogueSelect, 0x028E7DB0) +DECLARE_EVENT_SOURCE(DialogueMenu_OnListVisibilityChange, 0x028E7E40) +DECLARE_EVENT_SOURCE(DialogueMenu_OnPersuasionAutoWin, 0x028E7ED0) +DECLARE_EVENT_SOURCE(DialogueMenu_OnScriptedDialogueSelect, 0x028E7F60) +DECLARE_EVENT_SOURCE(DialogueMenu_RequestExit, 0x028E7FF0) +DECLARE_EVENT_SOURCE(DialogueMenu_RequestSkipDialogue, 0x028E8080) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x028E8E48) +DECLARE_EVENT_SOURCE(FavoritesMenu_AssignQuickkey, 0x028F4E80) +DECLARE_EVENT_SOURCE(FavoritesMenu_UseQuickkey, 0x028F4F10) +DECLARE_EVENT_SOURCE(LoadingMenu_RefreshText, 0x028F8D80) +DECLARE_EVENT_SOURCE(MainMenu_ActionCanceled, 0x028FC490) +DECLARE_EVENT_SOURCE(MainMenu_ActionConfirmed, 0x028FC520) +DECLARE_EVENT_SOURCE(MainMenu_ConfirmLoad, 0x028FC5B0) +DECLARE_EVENT_SOURCE(MainMenu_DeleteSave, 0x028FC640) +DECLARE_EVENT_SOURCE(MainMenu_SetCharacter, 0x028FC76C) +DECLARE_EVENT_SOURCE(MainMenu_StartAction, 0x028FC7FC) +DECLARE_EVENT_SOURCE(MainMenu_StartLoad, 0x028FC88C) +DECLARE_EVENT_SOURCE(MainMenu_UploadSave, 0x028FC91C) +DECLARE_EVENT_SOURCE(BGSAppPausedEvent, 0x028FE1AC) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnBackOut, 0x02903498) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnButtonPress, 0x02903528) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnScriptedButtonPress, 0x029035B8) +DECLARE_EVENT_SOURCE(SleepWaitMenu_InterruptRest, 0x02908248) +DECLARE_EVENT_SOURCE(SleepWaitMenu_StartRest, 0x029082D8) +DECLARE_EVENT_SOURCE(Spaceship::BoughtEvent, 0x02BD6DC4) +DECLARE_EVENT_SOURCE(Spaceship::ContrabandScanWarningEvent, 0x02BD6E54) +DECLARE_EVENT_SOURCE(Spaceship::DockEvent, 0x02BD6EE4) +DECLARE_EVENT_SOURCE(Spaceship::DynamicNavmeshCompleted, 0x02BD6F74) +DECLARE_EVENT_SOURCE(Spaceship::FarTravelEvent, 0x02BD7004) +DECLARE_EVENT_SOURCE(Spaceship::LandingEvent, 0x02BD7094) +DECLARE_EVENT_SOURCE(Spaceship::PlanetScanEvent, 0x02BD7124) +DECLARE_EVENT_SOURCE(Spaceship::RampDownEvent, 0x02BD71B4) +DECLARE_EVENT_SOURCE(Spaceship::RefueledEvent, 0x02BD7244) +DECLARE_EVENT_SOURCE(Spaceship::RegisteredEvent, 0x02BD72D4) +DECLARE_EVENT_SOURCE(Spaceship::ShieldEvent, 0x02BD7364) +DECLARE_EVENT_SOURCE(Spaceship::ShipAddedEvent, 0x02BD73F4) +DECLARE_EVENT_SOURCE(Spaceship::ShipCollisionEvent, 0x02BD7484) +DECLARE_EVENT_SOURCE(Spaceship::ShipCustomizedEvent, 0x02BD7514) +DECLARE_EVENT_SOURCE(Spaceship::SoldEvent, 0x02BD75A4) +DECLARE_EVENT_SOURCE(Spaceship::SystemDamagedEvent, 0x02BD7634) +DECLARE_EVENT_SOURCE(Spaceship::SystemPowerAllocationEvent, 0x02BD76C4) +DECLARE_EVENT_SOURCE(Spaceship::SystemPowerChangeEvent, 0x02BD7754) +DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedBIEvent, 0x02BD77E4) +DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedEvent, 0x02BD7874) +DECLARE_EVENT_SOURCE(Spaceship::TakeDamagEvent, 0x02BD7904) +DECLARE_EVENT_SOURCE(ContextStackChangedEvent, 0x02D04818) +DECLARE_EVENT_SOURCE(UpdateSceneRectEvent, 0x02EE18C0) +DECLARE_EVENT_SOURCE(GameStalledEvent, 0x030A68C0) // more -DECLARE_EVENT_SOURCE(TESCellNavmeshGeneratedEvent, 0x005BC370) -DECLARE_EVENT_SOURCE(TESHitEvent, 0x005BCC00) -DECLARE_EVENT_SOURCE(FirstThirdPersonSwitch::Event, 0x005BD5F0) -DECLARE_EVENT_SOURCE(PerkChanged::Event, 0x013031F0) -DECLARE_EVENT_SOURCE(TESHarvestEvent::ItemHarvested, 0x014EF0D0) -DECLARE_EVENT_SOURCE(ActivityEvents::ActivityCompletedEvent, 0x014F74F0) -DECLARE_EVENT_SOURCE(ChallengeCompletedEvent::Event, 0x014F9810) -DECLARE_EVENT_SOURCE(InventoryItemEvent::Event, 0x01531450) -DECLARE_EVENT_SOURCE(BooksRead::Event, 0x0192A070) -DECLARE_EVENT_SOURCE(LocationExplored::Event, 0x019617D0) -DECLARE_EVENT_SOURCE(LocationLinked::Event, 0x01961840) -DECLARE_EVENT_SOURCE(Activation::Event, 0x01A1DB10) -DECLARE_EVENT_SOURCE(ActorCellChangeEvent, 0x01A2F510) -DECLARE_EVENT_SOURCE(ActorHeadAttachedEvent, 0x01A2F580) -DECLARE_EVENT_SOURCE(ActorValueEvents::ActorValueChangedEvent, 0x01A2F5F0) -DECLARE_EVENT_SOURCE(AliasChangeEvent, 0x01A2F660) -DECLARE_EVENT_SOURCE(AnimationGraphDependentEvent, 0x01A2F6D0) -DECLARE_EVENT_SOURCE(BGSAffinityEventEvent, 0x01A2F740) -DECLARE_EVENT_SOURCE(BGSCellGridLoadEvent, 0x01A2F7B0) -DECLARE_EVENT_SOURCE(BGSEventProcessedEvent, 0x01A2F820) -DECLARE_EVENT_SOURCE(BGSHavokWorldCreatedEvent, 0x01A2F890) -DECLARE_EVENT_SOURCE(BGSLocationLoadedEvent, 0x01A2F900) -DECLARE_EVENT_SOURCE(BGSOnPlayerCompanionDismiss, 0x01A2F970) -DECLARE_EVENT_SOURCE(BGSOnPlayerCompleteResearchEvent, 0x01A2F9E0) -DECLARE_EVENT_SOURCE(BGSOnPlayerCraftItemEvent, 0x01A2FA50) -DECLARE_EVENT_SOURCE(BGSOnPlayerCreateRobotEvent, 0x01A2FAC0) -DECLARE_EVENT_SOURCE(BGSOnPlayerEnterVertibirdEvent, 0x01A2FB30) -DECLARE_EVENT_SOURCE(BGSOnPlayerFallLongDistances, 0x01A2FBA0) -DECLARE_EVENT_SOURCE(BGSOnPlayerFireWeaponEvent, 0x01A2FC10) -DECLARE_EVENT_SOURCE(BGSOnPlayerHealTeammateEvent, 0x01A2FC80) -DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringBeginEvent, 0x01A2FCF0) -DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringEndEvent, 0x01A2FD60) -DECLARE_EVENT_SOURCE(BGSOnPlayerModArmorWeaponEvent, 0x01A2FDD0) -DECLARE_EVENT_SOURCE(BGSOnPlayerModRobotEvent, 0x01A2FE40) -DECLARE_EVENT_SOURCE(BGSOnPlayerSwimmingEvent, 0x01A2FEB0) -DECLARE_EVENT_SOURCE(BGSOnPlayerUseWorkBenchEvent, 0x01A2FF20) -DECLARE_EVENT_SOURCE(BGSOnSpeechChallengeAvailable, 0x01A2FF90) -DECLARE_EVENT_SOURCE(BGSRadiationDamageEvent, 0x01A30000) -DECLARE_EVENT_SOURCE(BuilderMenuSelectEvent, 0x01A30070) -DECLARE_EVENT_SOURCE(CrewAssignedEvent, 0x01A300E0) -DECLARE_EVENT_SOURCE(CrewDismissedEvent, 0x01A30150) -DECLARE_EVENT_SOURCE(DestroyedEvent, 0x01A301C0) -DECLARE_EVENT_SOURCE(HomeShipSetEvent, 0x01A30230) -DECLARE_EVENT_SOURCE(InstantReferenceInteractionEvent, 0x01A302A0) -DECLARE_EVENT_SOURCE(ItemConsumedEvent, 0x01A30310) -DECLARE_EVENT_SOURCE(ItemSwappedEvent, 0x01A30380) -DECLARE_EVENT_SOURCE(LockPickedEvent, 0x01A303F0) -DECLARE_EVENT_SOURCE(MapMarkerDiscoveredEvent, 0x01A30460) -DECLARE_EVENT_SOURCE(ObjectScannedEvent, 0x01A304D0) -DECLARE_EVENT_SOURCE(PlayerAddItemEvent, 0x01A30540) -DECLARE_EVENT_SOURCE(PlayerArrestedEvent, 0x01A305B0) -DECLARE_EVENT_SOURCE(PlayerAssaultActorEvent, 0x01A30620) -DECLARE_EVENT_SOURCE(PlayerBuyShipEvent, 0x01A30690) -DECLARE_EVENT_SOURCE(PlayerCrimeGoldEvent, 0x01A30700) -DECLARE_EVENT_SOURCE(PlayerFailedPlotRouteEvent, 0x01A30770) -DECLARE_EVENT_SOURCE(PlayerJailEvent, 0x01A307E0) -DECLARE_EVENT_SOURCE(PlayerModifiedShipEvent, 0x01A30850) -DECLARE_EVENT_SOURCE(PlayerMurderActorEvent, 0x01A308C0) -DECLARE_EVENT_SOURCE(PlayerPayFineEvent, 0x01A30930) -DECLARE_EVENT_SOURCE(PlayerPlanetSurveyCompleteEvent, 0x01A309A0) -DECLARE_EVENT_SOURCE(PlayerPlanetSurveyProgressEvent, 0x01A30A10) -DECLARE_EVENT_SOURCE(PlayerSellShipEvent, 0x01A30A80) -DECLARE_EVENT_SOURCE(PlayerTrespassEvent, 0x01A30AF0) -DECLARE_EVENT_SOURCE(QuickContainerOpenedEvent, 0x01A30B60) -DECLARE_EVENT_SOURCE(RefControlChangedEvent, 0x01A30BD0) -DECLARE_EVENT_SOURCE(ReferenceDestroyedEvent, 0x01A30C40) -DECLARE_EVENT_SOURCE(SpeechChallengeCompletionEvent, 0x01A30CB0) -DECLARE_EVENT_SOURCE(TESActivateEvent, 0x01A30D20) -DECLARE_EVENT_SOURCE(TESActiveEffectApplyFinishEvent, 0x01A30D90) -DECLARE_EVENT_SOURCE(TESActiveEffectRemovedEvent, 0x01A30E00) -DECLARE_EVENT_SOURCE(TESActorActivatedRefEvent, 0x01A30E70) -DECLARE_EVENT_SOURCE(TESActorLocationChangeEvent, 0x01A30EE0) -DECLARE_EVENT_SOURCE(TESBookReadEvent, 0x01A30F50) -DECLARE_EVENT_SOURCE(TESCellCriticalRefsAttachedEvent, 0x01A30FC0) -DECLARE_EVENT_SOURCE(TESCellFullyLoadedEvent, 0x01A31030) -DECLARE_EVENT_SOURCE(TESCellGravityChangeEvent, 0x01A310A0) -DECLARE_EVENT_SOURCE(TESCellReadyToApplyDecalsEvent, 0x01A31110) -DECLARE_EVENT_SOURCE(TESCellReference3DAttachEvent, 0x01A31180) -DECLARE_EVENT_SOURCE(TESCellReferenceAttachDetachEvent, 0x01A311F0) -DECLARE_EVENT_SOURCE(TESCombatEvent, 0x01A31260) -DECLARE_EVENT_SOURCE(TESCombatListEvent, 0x01A312D0) -DECLARE_EVENT_SOURCE(TESCommandModeCompleteCommandEvent, 0x01A31340) -DECLARE_EVENT_SOURCE(TESCommandModeEnterEvent, 0x01A313B0) -DECLARE_EVENT_SOURCE(TESCommandModeExitEvent, 0x01A31420) -DECLARE_EVENT_SOURCE(TESCommandModeGiveCommandEvent, 0x01A31490) -DECLARE_EVENT_SOURCE(TESConsciousnessEvent, 0x01A31500) -DECLARE_EVENT_SOURCE(TESContainerChangedEvent, 0x01A31570) -DECLARE_EVENT_SOURCE(TESDeathEvent, 0x01A315E0) -DECLARE_EVENT_SOURCE(TESDeferredKillEvent, 0x01A31650) -DECLARE_EVENT_SOURCE(TESDestructionStageChangedEvent, 0x01A316C0) -DECLARE_EVENT_SOURCE(TESEnterBleedoutEvent, 0x01A31730) -DECLARE_EVENT_SOURCE(TESEnterSneakingEvent, 0x01A317A0) -DECLARE_EVENT_SOURCE(TESEquipEvent, 0x01A31810) -DECLARE_EVENT_SOURCE(TESEscortWaitStartEvent, 0x01A31880) -DECLARE_EVENT_SOURCE(TESEscortWaitStopEvent, 0x01A318F0) -DECLARE_EVENT_SOURCE(TESExitBleedoutEvent, 0x01A31960) -DECLARE_EVENT_SOURCE(TESExitFurnitureEvent, 0x01A319D0) -DECLARE_EVENT_SOURCE(TESFormDeleteEvent, 0x01A31A40) -DECLARE_EVENT_SOURCE(TESFormIDRemapEvent, 0x01A31AB0) -DECLARE_EVENT_SOURCE(TESFurnitureEvent, 0x01A31B20) -DECLARE_EVENT_SOURCE(TESGrabReleaseEvent, 0x01A31B90) -DECLARE_EVENT_SOURCE(TESInitScriptEvent, 0x01A31C00) -DECLARE_EVENT_SOURCE(TESLimbCrippleEvent, 0x01A31C70) -DECLARE_EVENT_SOURCE(TESLoadGameEvent, 0x01A31CE0) -DECLARE_EVENT_SOURCE(TESLocationExploredEvent, 0x01A31D50) -DECLARE_EVENT_SOURCE(TESLockChangedEvent, 0x01A31DC0) -DECLARE_EVENT_SOURCE(TESMagicEffectApplyEvent, 0x01A31E30) -DECLARE_EVENT_SOURCE(TESMissionAcceptedEvent, 0x01A31EA0) -DECLARE_EVENT_SOURCE(TESObjectLoadedEvent, 0x01A31F10) -DECLARE_EVENT_SOURCE(TESObjectREFRTranslationEvent, 0x01A31F80) -DECLARE_EVENT_SOURCE(TESOnPCDialogueTargetEvent, 0x01A31FF0) -DECLARE_EVENT_SOURCE(TESOpenCloseEvent, 0x01A32060) -DECLARE_EVENT_SOURCE(TESPackageEvent, 0x01A320D0) -DECLARE_EVENT_SOURCE(TESPerkEntryRunEvent, 0x01A32140) -DECLARE_EVENT_SOURCE(TESPickNewIdleEvent, 0x01A321B0) -DECLARE_EVENT_SOURCE(TESPickpocketFailedEvent, 0x01A32220) -DECLARE_EVENT_SOURCE(TESPlayerActiveEffectEvent, 0x01A32290) -DECLARE_EVENT_SOURCE(TESPlayerFollowerWarpEvent, 0x01A32300) -DECLARE_EVENT_SOURCE(TESQuestInitEvent, 0x01A32370) -DECLARE_EVENT_SOURCE(TESQuestRejectedEvent, 0x01A323E0) -DECLARE_EVENT_SOURCE(TESQuestStageEvent, 0x01A32450) -DECLARE_EVENT_SOURCE(TESQuestStageItemDoneEvent, 0x01A324C0) -DECLARE_EVENT_SOURCE(TESQuestStartStopEvent, 0x01A32530) -DECLARE_EVENT_SOURCE(TESQuestTimerEvent, 0x01A325A0) -DECLARE_EVENT_SOURCE(TESResetEvent, 0x01A32610) -DECLARE_EVENT_SOURCE(TESResolveNPCTemplatesEvent, 0x01A32680) -DECLARE_EVENT_SOURCE(TESSceneActionEvent, 0x01A326F0) -DECLARE_EVENT_SOURCE(TESSceneEvent, 0x01A32760) -DECLARE_EVENT_SOURCE(TESScenePhaseEvent, 0x01A327D0) -DECLARE_EVENT_SOURCE(TESSellEvent, 0x01A32840) -DECLARE_EVENT_SOURCE(TESSleepStartEvent, 0x01A328B0) -DECLARE_EVENT_SOURCE(TESSleepStopEvent, 0x01A32920) -DECLARE_EVENT_SOURCE(TESSpellCastEvent, 0x01A32990) -DECLARE_EVENT_SOURCE(TESSpellCastFailureEvent, 0x01A32A00) -DECLARE_EVENT_SOURCE(TESSwitchRaceCompleteEvent, 0x01A32A70) -DECLARE_EVENT_SOURCE(TESTopicInfoEvent, 0x01A32AE0) -DECLARE_EVENT_SOURCE(TESTrackedStatsEvent, 0x01A32B50) -DECLARE_EVENT_SOURCE(TESTrapHitEvent, 0x01A32BC0) -DECLARE_EVENT_SOURCE(TESTriggerEnterEvent, 0x01A32C30) -DECLARE_EVENT_SOURCE(TESTriggerEvent, 0x01A32CA0) -DECLARE_EVENT_SOURCE(TESTriggerLeaveEvent, 0x01A32D10) -DECLARE_EVENT_SOURCE(TESUniqueIDChangeEvent, 0x01A32D80) -DECLARE_EVENT_SOURCE(TESWaitStartEvent, 0x01A32DF0) -DECLARE_EVENT_SOURCE(TESWaitStopEvent, 0x01A32E60) -DECLARE_EVENT_SOURCE(TerminalMenuMenuItemRunEvent, 0x01A32ED0) -DECLARE_EVENT_SOURCE(TerminalMenuOnEnterEvent, 0x01A32F40) -DECLARE_EVENT_SOURCE(WorkshopNPCTransferEvent, 0x01A32FB0) -DECLARE_EVENT_SOURCE(TESObjectREFRIsReadyForAttachEvent, 0x01A33020) -DECLARE_EVENT_SOURCE(DefaultObjectsReadyEvent::Event, 0x01A5E660) -DECLARE_EVENT_SOURCE(ObjectiveState::Event, 0x01B08260) -DECLARE_EVENT_SOURCE(QuestStatus::Event, 0x01B68450) -DECLARE_EVENT_SOURCE(RefillAliasEvent::Event, 0x01B684C0) -DECLARE_EVENT_SOURCE(TESQuestEvent::Event, 0x01B68530) -DECLARE_EVENT_SOURCE(RolloverIsCrimeEvent::Event, 0x020572C0) -DECLARE_EVENT_SOURCE(HideSubtitleEvent::Event, 0x020624E0) -DECLARE_EVENT_SOURCE(ShowSubtitleEvent::Event, 0x02062550) -DECLARE_EVENT_SOURCE(MissionMenuStateEvent::Event, 0x020B4300) -DECLARE_EVENT_SOURCE(ClearShipHudTarget::Event, 0x0210E270) -DECLARE_EVENT_SOURCE(TryUpdateShipHudTarget::Event, 0x0210E2E0) -DECLARE_EVENT_SOURCE(LocationTextEvent::Event, 0x02168450) -DECLARE_EVENT_SOURCE(TraitDiscoveryTextEvent::Event, 0x021684C0) -DECLARE_EVENT_SOURCE(DaysPassed::Event, 0x023E3AE0) -DECLARE_EVENT_SOURCE(HourPassed::Event, 0x023E3B50) -DECLARE_EVENT_SOURCE(ActorDamage::Event, 0x024C3C60) -DECLARE_EVENT_SOURCE(ActorItemEquipped::Event, 0x024C3CD0) -DECLARE_EVENT_SOURCE(ActorKill::Event, 0x024C3D40) -DECLARE_EVENT_SOURCE(AssaultCrime::Event, 0x024C3DB0) -DECLARE_EVENT_SOURCE(DisarmedEvent::Event, 0x024C3E20) -DECLARE_EVENT_SOURCE(FactionRankChange::Event, 0x024C3E90) -DECLARE_EVENT_SOURCE(GrandTheftHorse::Event, 0x024C3F00) -DECLARE_EVENT_SOURCE(MurderCrime::Event, 0x024C3F70) -DECLARE_EVENT_SOURCE(PiracyCrime::Event, 0x024C3FE0) -DECLARE_EVENT_SOURCE(Bleedout::Event, 0x024F2630) -DECLARE_EVENT_SOURCE(ContractedDisease::Event, 0x024F26A0) -DECLARE_EVENT_SOURCE(ReloadWeaponEvent::Event, 0x024F2710) -DECLARE_EVENT_SOURCE(SpellsLearned::Event, 0x02500CF0) -DECLARE_EVENT_SOURCE(Bounty::Event, 0x025A1AD0) -DECLARE_EVENT_SOURCE(ChestLooted::Event, 0x025A1B40) -DECLARE_EVENT_SOURCE(CriticalHitEvent::Event, 0x025A1BB0) -DECLARE_EVENT_SOURCE(CustomMarkerUpdate::Event, 0x025A1C20) -DECLARE_EVENT_SOURCE(DaysJailed::Event, 0x025A1C90) -DECLARE_EVENT_SOURCE(EnteredUnity::Event, 0x025A1D00) -DECLARE_EVENT_SOURCE(FinePaid::Event, 0x025A1D70) -DECLARE_EVENT_SOURCE(ItemCrafted::Event, 0x025A1DE0) -DECLARE_EVENT_SOURCE(ItemSteal::Event, 0x025A1E50) -DECLARE_EVENT_SOURCE(JailEscape::Event, 0x025A1EC0) -DECLARE_EVENT_SOURCE(Jailing::Event, 0x025A1F30) -DECLARE_EVENT_SOURCE(LevelIncrease::Event, 0x025A1FA0) -DECLARE_EVENT_SOURCE(LocationMarkerArrayUpdate::Event, 0x025A2010) -DECLARE_EVENT_SOURCE(PlayerActiveEffectChanged::Event, 0x025A2080) -DECLARE_EVENT_SOURCE(PlayerAmmoChanged::Event, 0x025A20F0) -DECLARE_EVENT_SOURCE(PlayerCharacterQuestEvent::Event, 0x025A2160) -DECLARE_EVENT_SOURCE(PlayerDifficultySettingChanged::Event, 0x025A21D0) -DECLARE_EVENT_SOURCE(PlayerFastTravel::Event, 0x025A2240) -DECLARE_EVENT_SOURCE(PlayerInDialogueChanged::Event, 0x025A22B0) -DECLARE_EVENT_SOURCE(PlayerLifeStateChanged::Event, 0x025A2320) -DECLARE_EVENT_SOURCE(PlayerPickpocketSuccess::Event, 0x025A2390) -DECLARE_EVENT_SOURCE(PoisonedWeapon::Event, 0x025A2400) -DECLARE_EVENT_SOURCE(TerminalHacked::Event, 0x025A2470) -DECLARE_EVENT_SOURCE(TravelMarkerStateChange::Event, 0x025A24E0) -DECLARE_EVENT_SOURCE(WeaponAttack::Event, 0x025A2550) -DECLARE_EVENT_SOURCE(Trespass::Event, 0x025FFFB0) -DECLARE_EVENT_SOURCE(VATSEvents::ModeChange, 0x02669670) -DECLARE_EVENT_SOURCE(VATSCommand, 0x026696E0) -DECLARE_EVENT_SOURCE(HoursPassed::Event, 0x028D0B10) +DECLARE_EVENT_SOURCE(TESCellNavmeshGeneratedEvent, 0x005BC480) +DECLARE_EVENT_SOURCE(TESHitEvent, 0x005BCD10) +DECLARE_EVENT_SOURCE(FirstThirdPersonSwitch::Event, 0x005BD700) +DECLARE_EVENT_SOURCE(PerkChanged::Event, 0x01336FD0) +DECLARE_EVENT_SOURCE(TESHarvestEvent::ItemHarvested, 0x015245C0) +DECLARE_EVENT_SOURCE(ActivityEvents::ActivityCompletedEvent, 0x0152CA00) +DECLARE_EVENT_SOURCE(ChallengeCompletedEvent::Event, 0x0152ED20) +DECLARE_EVENT_SOURCE(InventoryItemEvent::Event, 0x01566960) +DECLARE_EVENT_SOURCE(BooksRead::Event, 0x0195F920) +DECLARE_EVENT_SOURCE(LocationExplored::Event, 0x01997D00) +DECLARE_EVENT_SOURCE(LocationLinked::Event, 0x01997D70) +DECLARE_EVENT_SOURCE(Activation::Event, 0x01A53F70) +DECLARE_EVENT_SOURCE(ActorCellChangeEvent, 0x01A65970) +DECLARE_EVENT_SOURCE(ActorHeadAttachedEvent, 0x01A659E0) +DECLARE_EVENT_SOURCE(ActorValueEvents::ActorValueChangedEvent, 0x01A65A50) +DECLARE_EVENT_SOURCE(AliasChangeEvent, 0x01A65AC0) +DECLARE_EVENT_SOURCE(AnimationGraphDependentEvent, 0x01A65B30) +DECLARE_EVENT_SOURCE(BGSAffinityEventEvent, 0x01A65BA0) +DECLARE_EVENT_SOURCE(BGSCellGridLoadEvent, 0x01A65C10) +DECLARE_EVENT_SOURCE(BGSEventProcessedEvent, 0x01A65C80) +DECLARE_EVENT_SOURCE(BGSHavokWorldCreatedEvent, 0x01A65CF0) +DECLARE_EVENT_SOURCE(BGSLocationLoadedEvent, 0x01A65D60) +DECLARE_EVENT_SOURCE(BGSOnPlayerCompanionDismiss, 0x01A65DD0) +DECLARE_EVENT_SOURCE(BGSOnPlayerCompleteResearchEvent, 0x01A65E40) +DECLARE_EVENT_SOURCE(BGSOnPlayerCraftItemEvent, 0x01A65EB0) +DECLARE_EVENT_SOURCE(BGSOnPlayerCreateRobotEvent, 0x01A65F20) +DECLARE_EVENT_SOURCE(BGSOnPlayerEnterVertibirdEvent, 0x01A65F90) +DECLARE_EVENT_SOURCE(BGSOnPlayerFallLongDistances, 0x01A66000) +DECLARE_EVENT_SOURCE(BGSOnPlayerFireWeaponEvent, 0x01A66070) +DECLARE_EVENT_SOURCE(BGSOnPlayerHealTeammateEvent, 0x01A660E0) +DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringBeginEvent, 0x01A66150) +DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringEndEvent, 0x01A661C0) +DECLARE_EVENT_SOURCE(BGSOnPlayerModArmorWeaponEvent, 0x01A66230) +DECLARE_EVENT_SOURCE(BGSOnPlayerModRobotEvent, 0x01A662A0) +DECLARE_EVENT_SOURCE(BGSOnPlayerSwimmingEvent, 0x01A66310) +DECLARE_EVENT_SOURCE(BGSOnPlayerUseWorkBenchEvent, 0x01A66380) +DECLARE_EVENT_SOURCE(BGSOnSpeechChallengeAvailable, 0x01A663F0) +DECLARE_EVENT_SOURCE(BGSRadiationDamageEvent, 0x01A66460) +DECLARE_EVENT_SOURCE(BuilderMenuSelectEvent, 0x01A664D0) +DECLARE_EVENT_SOURCE(CrewAssignedEvent, 0x01A66540) +DECLARE_EVENT_SOURCE(CrewDismissedEvent, 0x01A665B0) +DECLARE_EVENT_SOURCE(DestroyedEvent, 0x01A66620) +DECLARE_EVENT_SOURCE(HomeShipSetEvent, 0x01A66690) +DECLARE_EVENT_SOURCE(InstantReferenceInteractionEvent, 0x01A66700) +DECLARE_EVENT_SOURCE(ItemConsumedEvent, 0x01A66770) +DECLARE_EVENT_SOURCE(ItemSwappedEvent, 0x01A667E0) +DECLARE_EVENT_SOURCE(LockPickedEvent, 0x01A66850) +DECLARE_EVENT_SOURCE(MapMarkerDiscoveredEvent, 0x01A668C0) +DECLARE_EVENT_SOURCE(ObjectScannedEvent, 0x01A66930) +DECLARE_EVENT_SOURCE(PlayerAddItemEvent, 0x01A669A0) +DECLARE_EVENT_SOURCE(PlayerArrestedEvent, 0x01A66A10) +DECLARE_EVENT_SOURCE(PlayerAssaultActorEvent, 0x01A66A80) +DECLARE_EVENT_SOURCE(PlayerBuyShipEvent, 0x01A66AF0) +DECLARE_EVENT_SOURCE(PlayerCrimeGoldEvent, 0x01A66B60) +DECLARE_EVENT_SOURCE(PlayerFailedPlotRouteEvent, 0x01A66BD0) +DECLARE_EVENT_SOURCE(PlayerJailEvent, 0x01A66C40) +DECLARE_EVENT_SOURCE(PlayerModifiedShipEvent, 0x01A66CB0) +DECLARE_EVENT_SOURCE(PlayerMurderActorEvent, 0x01A66D20) +DECLARE_EVENT_SOURCE(PlayerPayFineEvent, 0x01A66D90) +DECLARE_EVENT_SOURCE(PlayerPlanetSurveyCompleteEvent, 0x01A66E00) +DECLARE_EVENT_SOURCE(PlayerPlanetSurveyProgressEvent, 0x01A66E70) +DECLARE_EVENT_SOURCE(PlayerSellShipEvent, 0x01A66EE0) +DECLARE_EVENT_SOURCE(PlayerTrespassEvent, 0x01A66F50) +DECLARE_EVENT_SOURCE(QuickContainerOpenedEvent, 0x01A66FC0) +DECLARE_EVENT_SOURCE(RefControlChangedEvent, 0x01A67030) +DECLARE_EVENT_SOURCE(ReferenceDestroyedEvent, 0x01A670A0) +DECLARE_EVENT_SOURCE(SpeechChallengeCompletionEvent, 0x01A67110) +DECLARE_EVENT_SOURCE(TESActivateEvent, 0x01A67180) +DECLARE_EVENT_SOURCE(TESActiveEffectApplyFinishEvent, 0x01A671F0) +DECLARE_EVENT_SOURCE(TESActiveEffectRemovedEvent, 0x01A67260) +DECLARE_EVENT_SOURCE(TESActorActivatedRefEvent, 0x01A672D0) +DECLARE_EVENT_SOURCE(TESActorLocationChangeEvent, 0x01A67340) +DECLARE_EVENT_SOURCE(TESBookReadEvent, 0x01A673B0) +DECLARE_EVENT_SOURCE(TESCellCriticalRefsAttachedEvent, 0x01A67420) +DECLARE_EVENT_SOURCE(TESCellFullyLoadedEvent, 0x01A67490) +DECLARE_EVENT_SOURCE(TESCellGravityChangeEvent, 0x01A67500) +DECLARE_EVENT_SOURCE(TESCellReadyToApplyDecalsEvent, 0x01A67570) +DECLARE_EVENT_SOURCE(TESCellReference3DAttachEvent, 0x01A675E0) +DECLARE_EVENT_SOURCE(TESCellReferenceAttachDetachEvent, 0x01A67650) +DECLARE_EVENT_SOURCE(TESCombatEvent, 0x01A676C0) +DECLARE_EVENT_SOURCE(TESCombatListEvent, 0x01A67730) +DECLARE_EVENT_SOURCE(TESCommandModeCompleteCommandEvent, 0x01A677A0) +DECLARE_EVENT_SOURCE(TESCommandModeEnterEvent, 0x01A67810) +DECLARE_EVENT_SOURCE(TESCommandModeExitEvent, 0x01A67880) +DECLARE_EVENT_SOURCE(TESCommandModeGiveCommandEvent, 0x01A678F0) +DECLARE_EVENT_SOURCE(TESConsciousnessEvent, 0x01A67960) +DECLARE_EVENT_SOURCE(TESContainerChangedEvent, 0x01A679D0) +DECLARE_EVENT_SOURCE(TESDeathEvent, 0x01A67A40) +DECLARE_EVENT_SOURCE(TESDeferredKillEvent, 0x01A67AB0) +DECLARE_EVENT_SOURCE(TESDestructionStageChangedEvent, 0x01A67B20) +DECLARE_EVENT_SOURCE(TESEnterBleedoutEvent, 0x01A67B90) +DECLARE_EVENT_SOURCE(TESEnterSneakingEvent, 0x01A67C00) +DECLARE_EVENT_SOURCE(TESEquipEvent, 0x01A67C70) +DECLARE_EVENT_SOURCE(TESEscortWaitStartEvent, 0x01A67CE0) +DECLARE_EVENT_SOURCE(TESEscortWaitStopEvent, 0x01A67D50) +DECLARE_EVENT_SOURCE(TESExitBleedoutEvent, 0x01A67DC0) +DECLARE_EVENT_SOURCE(TESExitFurnitureEvent, 0x01A67E30) +DECLARE_EVENT_SOURCE(TESFormDeleteEvent, 0x01A67EA0) +DECLARE_EVENT_SOURCE(TESFormIDRemapEvent, 0x01A67F10) +DECLARE_EVENT_SOURCE(TESFurnitureEvent, 0x01A67F80) +DECLARE_EVENT_SOURCE(TESGrabReleaseEvent, 0x01A67FF0) +DECLARE_EVENT_SOURCE(TESInitScriptEvent, 0x01A68060) +DECLARE_EVENT_SOURCE(TESLimbCrippleEvent, 0x01A680D0) +DECLARE_EVENT_SOURCE(TESLoadGameEvent, 0x01A68140) +DECLARE_EVENT_SOURCE(TESLocationExploredEvent, 0x01A681B0) +DECLARE_EVENT_SOURCE(TESLockChangedEvent, 0x01A68220) +DECLARE_EVENT_SOURCE(TESMagicEffectApplyEvent, 0x01A68290) +DECLARE_EVENT_SOURCE(TESMissionAcceptedEvent, 0x01A68300) +DECLARE_EVENT_SOURCE(TESObjectLoadedEvent, 0x01A68370) +DECLARE_EVENT_SOURCE(TESObjectREFRTranslationEvent, 0x01A683E0) +DECLARE_EVENT_SOURCE(TESOnPCDialogueTargetEvent, 0x01A68450) +DECLARE_EVENT_SOURCE(TESOpenCloseEvent, 0x01A684C0) +DECLARE_EVENT_SOURCE(TESPackageEvent, 0x01A68530) +DECLARE_EVENT_SOURCE(TESPerkEntryRunEvent, 0x01A685A0) +DECLARE_EVENT_SOURCE(TESPickNewIdleEvent, 0x01A68610) +DECLARE_EVENT_SOURCE(TESPickpocketFailedEvent, 0x01A68680) +DECLARE_EVENT_SOURCE(TESPlayerActiveEffectEvent, 0x01A686F0) +DECLARE_EVENT_SOURCE(TESPlayerFollowerWarpEvent, 0x01A68760) +DECLARE_EVENT_SOURCE(TESQuestInitEvent, 0x01A687D0) +DECLARE_EVENT_SOURCE(TESQuestRejectedEvent, 0x01A68840) +DECLARE_EVENT_SOURCE(TESQuestStageEvent, 0x01A688B0) +DECLARE_EVENT_SOURCE(TESQuestStageItemDoneEvent, 0x01A68920) +DECLARE_EVENT_SOURCE(TESQuestStartStopEvent, 0x01A68990) +DECLARE_EVENT_SOURCE(TESQuestTimerEvent, 0x01A68A00) +DECLARE_EVENT_SOURCE(TESResetEvent, 0x01A68A70) +DECLARE_EVENT_SOURCE(TESResolveNPCTemplatesEvent, 0x01A68AE0) +DECLARE_EVENT_SOURCE(TESSceneActionEvent, 0x01A68B50) +DECLARE_EVENT_SOURCE(TESSceneEvent, 0x01A68BC0) +DECLARE_EVENT_SOURCE(TESScenePhaseEvent, 0x01A68C30) +DECLARE_EVENT_SOURCE(TESSellEvent, 0x01A68CA0) +DECLARE_EVENT_SOURCE(TESSleepStartEvent, 0x01A68D10) +DECLARE_EVENT_SOURCE(TESSleepStopEvent, 0x01A68D80) +DECLARE_EVENT_SOURCE(TESSpellCastEvent, 0x01A68DF0) +DECLARE_EVENT_SOURCE(TESSpellCastFailureEvent, 0x01A68E60) +DECLARE_EVENT_SOURCE(TESSwitchRaceCompleteEvent, 0x01A68ED0) +DECLARE_EVENT_SOURCE(TESTopicInfoEvent, 0x01A68F40) +DECLARE_EVENT_SOURCE(TESTrackedStatsEvent, 0x01A68FB0) +DECLARE_EVENT_SOURCE(TESTrapHitEvent, 0x01A69020) +DECLARE_EVENT_SOURCE(TESTriggerEnterEvent, 0x01A69090) +DECLARE_EVENT_SOURCE(TESTriggerEvent, 0x01A69100) +DECLARE_EVENT_SOURCE(TESTriggerLeaveEvent, 0x01A69170) +DECLARE_EVENT_SOURCE(TESUniqueIDChangeEvent, 0x01A691E0) +DECLARE_EVENT_SOURCE(TESWaitStartEvent, 0x01A69250) +DECLARE_EVENT_SOURCE(TESWaitStopEvent, 0x01A692C0) +DECLARE_EVENT_SOURCE(TerminalMenuMenuItemRunEvent, 0x01A69330) +DECLARE_EVENT_SOURCE(TerminalMenuOnEnterEvent, 0x01A693A0) +DECLARE_EVENT_SOURCE(WorkshopNPCTransferEvent, 0x01A69410) +DECLARE_EVENT_SOURCE(TESObjectREFRIsReadyForAttachEvent, 0x01A69480) +DECLARE_EVENT_SOURCE(DefaultObjectsReadyEvent::Event, 0x01A94AC0) +DECLARE_EVENT_SOURCE(ObjectiveState::Event, 0x01B3E700) +DECLARE_EVENT_SOURCE(QuestStatus::Event, 0x01B9E920) +DECLARE_EVENT_SOURCE(RefillAliasEvent::Event, 0x01B9E990) +DECLARE_EVENT_SOURCE(TESQuestEvent::Event, 0x01B9EA00) +DECLARE_EVENT_SOURCE(RolloverIsCrimeEvent::Event, 0x0208D800) +DECLARE_EVENT_SOURCE(HideSubtitleEvent::Event, 0x02098A20) +DECLARE_EVENT_SOURCE(ShowSubtitleEvent::Event, 0x02098A90) +DECLARE_EVENT_SOURCE(MissionMenuStateEvent::Event, 0x020EA8A0) +DECLARE_EVENT_SOURCE(ClearShipHudTarget::Event, 0x02144EE0) +DECLARE_EVENT_SOURCE(TryUpdateShipHudTarget::Event, 0x02144F50) +DECLARE_EVENT_SOURCE(LocationTextEvent::Event, 0x0219F0C0) +DECLARE_EVENT_SOURCE(TraitDiscoveryTextEvent::Event, 0x0219F130) +DECLARE_EVENT_SOURCE(DaysPassed::Event, 0x0241AC90) +DECLARE_EVENT_SOURCE(HourPassed::Event, 0x0241AD00) +DECLARE_EVENT_SOURCE(ActorDamage::Event, 0x024FADF0) +DECLARE_EVENT_SOURCE(ActorItemEquipped::Event, 0x024FAE60) +DECLARE_EVENT_SOURCE(ActorKill::Event, 0x024FAED0) +DECLARE_EVENT_SOURCE(AssaultCrime::Event, 0x024FAF40) +DECLARE_EVENT_SOURCE(DisarmedEvent::Event, 0x024FAFB0) +DECLARE_EVENT_SOURCE(FactionRankChange::Event, 0x024FB020) +DECLARE_EVENT_SOURCE(GrandTheftHorse::Event, 0x024FB090) +DECLARE_EVENT_SOURCE(MurderCrime::Event, 0x024FB100) +DECLARE_EVENT_SOURCE(PiracyCrime::Event, 0x024FB170) +DECLARE_EVENT_SOURCE(Bleedout::Event, 0x025297C0) +DECLARE_EVENT_SOURCE(ContractedDisease::Event, 0x02529830) +DECLARE_EVENT_SOURCE(ReloadWeaponEvent::Event, 0x025298A0) +DECLARE_EVENT_SOURCE(SpellsLearned::Event, 0x02537E80) +DECLARE_EVENT_SOURCE(Bounty::Event, 0x025D8CC0) +DECLARE_EVENT_SOURCE(ChestLooted::Event, 0x025D8D30) +DECLARE_EVENT_SOURCE(CriticalHitEvent::Event, 0x025D8DA0) +DECLARE_EVENT_SOURCE(CustomMarkerUpdate::Event, 0x025D8E10) +DECLARE_EVENT_SOURCE(DaysJailed::Event, 0x025D8E80) +DECLARE_EVENT_SOURCE(EnteredUnity::Event, 0x025D8EF0) +DECLARE_EVENT_SOURCE(FinePaid::Event, 0x025D8F60) +DECLARE_EVENT_SOURCE(ItemCrafted::Event, 0x025D8FD0) +DECLARE_EVENT_SOURCE(ItemSteal::Event, 0x025D9040) +DECLARE_EVENT_SOURCE(JailEscape::Event, 0x025D90B0) +DECLARE_EVENT_SOURCE(Jailing::Event, 0x025D9120) +DECLARE_EVENT_SOURCE(LevelIncrease::Event, 0x025D9190) +DECLARE_EVENT_SOURCE(LocationMarkerArrayUpdate::Event, 0x025D9200) +DECLARE_EVENT_SOURCE(PlayerActiveEffectChanged::Event, 0x025D9270) +DECLARE_EVENT_SOURCE(PlayerAmmoChanged::Event, 0x025D92E0) +DECLARE_EVENT_SOURCE(PlayerCharacterQuestEvent::Event, 0x025D9350) +DECLARE_EVENT_SOURCE(PlayerDifficultySettingChanged::Event, 0x025D93C0) +DECLARE_EVENT_SOURCE(PlayerFastTravel::Event, 0x025D9430) +DECLARE_EVENT_SOURCE(PlayerInDialogueChanged::Event, 0x025D94A0) +DECLARE_EVENT_SOURCE(PlayerLifeStateChanged::Event, 0x025D9510) +DECLARE_EVENT_SOURCE(PlayerPickpocketSuccess::Event, 0x025D9580) +DECLARE_EVENT_SOURCE(PoisonedWeapon::Event, 0x025D95F0) +DECLARE_EVENT_SOURCE(TerminalHacked::Event, 0x025D9660) +DECLARE_EVENT_SOURCE(TravelMarkerStateChange::Event, 0x025D96D0) +DECLARE_EVENT_SOURCE(WeaponAttack::Event, 0x025D9740) +DECLARE_EVENT_SOURCE(Trespass::Event, 0x026371C0) +DECLARE_EVENT_SOURCE(VATSEvents::ModeChange, 0x026A08A0) +DECLARE_EVENT_SOURCE(VATSCommand, 0x026A0910) +DECLARE_EVENT_SOURCE(HoursPassed::Event, 0x029081E0) // other events -DECLARE_EVENT_SOURCE(RadioManager::PipboyTransmitterDetectionEvent, 0x0236BC90) -DECLARE_EVENT_SOURCE_EX(XPChange::Event, 0x050EAD80) -DECLARE_EVENT_SOURCE_EX(WeaponFiredEvent, 0x050DDF58) -DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::Event, 0x05A7C5F0) -DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::SpellEvent, 0x05A7C618) -DECLARE_EVENT_SOURCE_EX(AttachReference::Event, 0x050EAD58) \ No newline at end of file +DECLARE_EVENT_SOURCE(RadioManager::PipboyTransmitterDetectionEvent, 0x023A2A00) +DECLARE_EVENT_SOURCE_EX(XPChange::Event, 0x05CDD400) +DECLARE_EVENT_SOURCE_EX(WeaponFiredEvent, 0x05CD05E8) +DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::Event, 0x0666FAB0) +DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::SpellEvent, 0x0666FAD8) +DECLARE_EVENT_SOURCE_EX(AttachReference::Event, 0x05CDD3D8) diff --git a/sfse/GameForms.cpp b/sfse/GameForms.cpp index bee793c..aee6b19 100644 --- a/sfse/GameForms.cpp +++ b/sfse/GameForms.cpp @@ -1,4 +1,4 @@ #include "sfse/GameForms.h" -RelocAddr TESForm::GetFormByNumericID(0x014D97D0); -RelocAddr TESForm::GetFormByEditorID(0x014D992C); +RelocAddr TESForm::GetFormByNumericID(0x0150ECC0); +RelocAddr TESForm::GetFormByEditorID(0x0150EE1C); diff --git a/sfse/GameMemory.cpp b/sfse/GameMemory.cpp index 621f692..142f3d2 100644 --- a/sfse/GameMemory.cpp +++ b/sfse/GameMemory.cpp @@ -1,6 +1,6 @@ #include "sfse/GameMemory.h" -RelocAddr<_GetMemoryManager> GetMemoryManager(0x00547FD4); +RelocAddr<_GetMemoryManager> GetMemoryManager(0x005480E4); void* Heap_Allocate(size_t size) { diff --git a/sfse/GameMemory.h b/sfse/GameMemory.h index 6fa0231..63b0552 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*, 0x00547FF4, size_t size, size_t alignment, bool aligned); - DEFINE_MEMBER_FN_2(Free, void, 0x0054FDE4, void* buf, bool aligned); - DEFINE_MEMBER_FN_0(GetThreadScrapHeap, ScrapHeap*, 0x00834900); + DEFINE_MEMBER_FN_3(Allocate, void*, 0x00548104, size_t size, size_t alignment, bool aligned); + DEFINE_MEMBER_FN_2(Free, void, 0x0054FEF4, void* buf, bool aligned); + DEFINE_MEMBER_FN_0(GetThreadScrapHeap, ScrapHeap*, 0x00834A10); }; using _GetMemoryManager = MemoryManager * (*)(); diff --git a/sfse/GameObjects.h b/sfse/GameObjects.h index 76988e8..609a5d3 100644 --- a/sfse/GameObjects.h +++ b/sfse/GameObjects.h @@ -172,8 +172,8 @@ class TESNPC : u8 pronoun; // 448 u8 pad449[7]; // 449 - DEFINE_MEMBER_FN_1(DeriveGeneticParentAppearance, void, 0x01B30128, TESNPC* source); - DEFINE_MEMBER_FN_1(CopyAppearance, void, 0x01B2E560, TESNPC* source); + DEFINE_MEMBER_FN_1(DeriveGeneticParentAppearance, void, 0x01B665E8, TESNPC* source); + DEFINE_MEMBER_FN_1(CopyAppearance, void, 0x01B64A20, TESNPC* source); }; static_assert(sizeof(TESNPC) == 0x450); static_assert(sizeof(TESNPC::HeadPartData) == 0x28); diff --git a/sfse/GameRTTI.cpp b/sfse/GameRTTI.cpp index 4d2ba20..a30ce87 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(0x03537500); // __RTDynamicCast +RelocAddr <_Runtime_DynamicCast_Internal> Runtime_DynamicCast_Internal(0x03576950); // __RTDynamicCast void* Runtime_DynamicCast(void* srcObj, const void* fromType, const void* toType) { diff --git a/sfse/GameRTTI.h b/sfse/GameRTTI.h index 4e81501..9588ac5 100644 --- a/sfse/GameRTTI.h +++ b/sfse/GameRTTI.h @@ -283,12 +283,14 @@ extern const void * RTTI_BGSLODStates__Geometry__Base; extern const void * RTTI_BGSLODStates__Geometry__DeferredDetach; extern const void * RTTI_BGSLODStates__Geometry__DeferredDetachComplete; extern const void * RTTI_BGSLODStates__Geometry__Detached; +extern const void * RTTI_BGSLODStates__Geometry__Invisible; extern const void * RTTI_BGSLODStates__Geometry__Loaded; extern const void * RTTI_BGSLODStates__Geometry__Loading; extern const void * RTTI_BGSLODStates__Geometry__Prepared; extern const void * RTTI_BGSLODStates__Geometry__Preparing; extern const void * RTTI_BGSLODStates__Geometry__Reset; extern const void * RTTI_BGSLODStates__Geometry__Unloaded; +extern const void * RTTI_BGSLODStates__Geometry__Visible; extern const void * RTTI_BGSLODStates__Node__Active; extern const void * RTTI_BGSLODStates__Node__Base; extern const void * RTTI_BGSLODStates__Node__Fading; @@ -1866,6 +1868,9 @@ extern const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderPass; extern const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass; extern const void * RTTI_CreationRendererPrivate__FSR2ProduceInputsRenderPass; extern const void * RTTI_CreationRendererPrivate__FSR2UpscaleRenderPass; +extern const void * RTTI_CreationRendererPrivate__FSR3FrameInterpolationRenderPass; +extern const void * RTTI_CreationRendererPrivate__FSR3ProduceUIInputRenderPass; +extern const void * RTTI_CreationRendererPrivate__FSR3UpscaleRenderPass; extern const void * RTTI_CreationRendererPrivate__FaceCustomizationMipChainRenderPass; extern const void * RTTI_CreationRendererPrivate__FaceCustomizationRenderPass; extern const void * RTTI_CreationRendererPrivate__FillCullingDataRenderPass; @@ -1886,6 +1891,7 @@ extern const void * RTTI_CreationRendererPrivate__ForwardBlendedMainHalfResRende extern const void * RTTI_CreationRendererPrivate__ForwardBlendedRenderPass; extern const void * RTTI_CreationRendererPrivate__ForwardRenderPass; extern const void * RTTI_CreationRendererPrivate__FrameInitRenderPass; +extern const void * RTTI_CreationRendererPrivate__FrameInterpolationSubGraph; extern const void * RTTI_CreationRendererPrivate__FrameRenderGraph; extern const void * RTTI_CreationRendererPrivate__FrameSetupRenderPass; extern const void * RTTI_CreationRendererPrivate__FullScreenBlurCompositeRenderPass; @@ -2242,6 +2248,7 @@ extern const void * RTTI_CreationRendererPrivate__WaterRenderPass; extern const void * RTTI_CreationRendererPrivate__WetnessOcclusionMaskRenderPass; extern const void * RTTI_CreationRendererPrivate__WindowEventHandler; extern const void * RTTI_CreationRendererPrivate__WorldCell; +extern const void * RTTI_CreationRendererPrivate__XeSSUpscaleRenderPass; extern const void * RTTI_CreationRenderer__ImageCaptureExportToFileNode; extern const void * RTTI_CreationRenderer__MaterialInstance__TextureVisitor; extern const void * RTTI_CreationRenderer__Messaging__MessageProcessor; @@ -2697,6 +2704,7 @@ extern const void * RTTI_FootIKNodeInstance; extern const void * RTTI_ForceWeaponFireHandler; extern const void * RTTI_FormStreamerLoadStorageWrapper; extern const void * RTTI_FormStreamerSaveStorageWrapper; +extern const void * RTTI_FrameInterpolationSwapChainDX12; extern const void * RTTI_FreeAdvancedCameraState; extern const void * RTTI_FreeFlyCameraState; extern const void * RTTI_FreeTetheredCameraState; @@ -3100,7 +3108,6 @@ extern const void * RTTI_LoadGameMagicCasterVisitor; extern const void * RTTI_LoadSavePanelDataModel; extern const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle; extern const void * RTTI_LoadScreenRenderingEventHandler; -extern const void * RTTI_LoadStorageWrapperBase; extern const void * RTTI_LoadTraversalSubgraphDataFunctor; extern const void * RTTI_LoadedAreaBound; extern const void * RTTI_LoadedCellDB__IStateControl; diff --git a/sfse/GameRTTI.inl b/sfse/GameRTTI.inl index 0805518..68d8ddb 100644 --- a/sfse/GameRTTI.inl +++ b/sfse/GameRTTI.inl @@ -1,6594 +1,6601 @@ -const void * RTTI_AK__StreamMgr__IAkFileLocationResolver = (void *)0x05292D00; -const void * RTTI_AK__StreamMgr__IAkLowLevelIOHook = (void *)0x05292DB8; -const void * RTTI_AabbHitCollector = (void *)0x05115F80; -const void * RTTI_AbsorbEffect = (void *)0x05330740; -const void * RTTI_AccumulatingValueModifierEffect = (void *)0x053307C0; -const void * RTTI_ActionActivateDoneHandler = (void *)0x05377300; -const void * RTTI_ActionInput = (void *)0x051DF3F0; -const void * RTTI_ActionOutput = (void *)0x051DF418; -const void * RTTI_ActiveEffect = (void *)0x05330768; -const void * RTTI_ActiveEffectReferenceEffectController = (void *)0x053308D8; -const void * RTTI_ActiveModItemDataModel = (void *)0x052CE298; -const void * RTTI_ActiveModItemDataModel__ActiveModItemEventShuttle = (void *)0x052CE250; -const void * RTTI_Actor = (void *)0x051197E8; -const void * RTTI_ActorKnowledge = (void *)0x05362048; -const void * RTTI_ActorMagicCaster = (void *)0x05330A88; -const void * RTTI_ActorMover = (void *)0x05360E58; -const void * RTTI_ActorPackageData = (void *)0x0535A9B8; -const void * RTTI_ActorSceneNextPhaseHandler = (void *)0x05373D38; -const void * RTTI_ActorUtils__ArmorRatingVisitor = (void *)0x05359948; -const void * RTTI_ActorUtils__ArmorRatingVisitorBase = (void *)0x05333190; -const void * RTTI_ActorValueBindingUpdaterService = (void *)0x051E9650; -const void * RTTI_ActorValueInfo = (void *)0x0527AB10; -const void * RTTI_ActorValueOwner = (void *)0x0525EC78; -const void * RTTI_ActorValueSnapshot = (void *)0x0510BD10; -const void * RTTI_Actor__ForEachSpellVisitor = (void *)0x05333E18; -const void * RTTI_AddRagdollHandler = (void *)0x05377440; -const void * RTTI_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler = (void *)0x051F2C40; -const void * RTTI_AimAssistData = (void *)0x05247EE0; -const void * RTTI_AimAssist__Circle = (void *)0x051B40A8; -const void * RTTI_AimAssist__Ellipse = (void *)0x05296E28; -const void * RTTI_AimAssist__Pill = (void *)0x0529BDF8; -const void * RTTI_AimDownSightData = (void *)0x052480D0; -const void * RTTI_AimModelData = (void *)0x05248300; -const void * RTTI_AimOpticalSightData = (void *)0x052483E8; -const void * RTTI_AimOpticalSightStates__Active = (void *)0x0511D2E8; -const void * RTTI_AimOpticalSightStates__Base = (void *)0x0529BFC8; -const void * RTTI_AimOpticalSightStates__BetweenShots = (void *)0x0511D320; -const void * RTTI_AimOpticalSightStates__Deinitialization = (void *)0x0511D268; -const void * RTTI_AimOpticalSightStates__Inactive = (void *)0x0511D398; -const void * RTTI_AimOpticalSightStates__Initialization = (void *)0x0511D2A8; -const void * RTTI_AimOpticalSightStates__Ready = (void *)0x0511D360; -const void * RTTI_AlarmPackage = (void *)0x0511EC98; -const void * RTTI_AlchemyItem = (void *)0x05204780; -const void * RTTI_AliasLegendaryRankCalculator = (void *)0x05274E88; -const void * RTTI_AllowRotationHandler = (void *)0x05377360; -const void * RTTI_AllowRotationHandlerReference = (void *)0x05373DD0; -const void * RTTI_AmmoData = (void *)0x052F01E8; -const void * RTTI_AnimGraph = (void *)0x053EE678; -const void * RTTI_AnimGraphNode = (void *)0x053EEB68; -const void * RTTI_AnimatedCameraDeltaStartHandler = (void *)0x053784C8; -const void * RTTI_AnimatedCameraEndHandler = (void *)0x05378500; -const void * RTTI_AnimatedCameraStartHandler = (void *)0x05378490; -const void * RTTI_AnimationClipDataSingleton = (void *)0x053FD248; -const void * RTTI_AnimationCompleteHandler = (void *)0x053776E0; -const void * RTTI_AnimationCorrectedNode = (void *)0x053FC8A0; -const void * RTTI_AnimationCorrectedNodeInstance = (void *)0x053FC868; -const void * RTTI_AnimationDrivenHandler = (void *)0x05377498; -const void * RTTI_AnimationDrivenHandlerReference = (void *)0x05373D98; -const void * RTTI_AnimationFileManagerSingleton = (void *)0x053FD398; -const void * RTTI_AnimationGraphInstance = (void *)0x053EF940; -const void * RTTI_AnimationImpactSelector = (void *)0x053FC460; -const void * RTTI_AnimationImpactSelectorInstance = (void *)0x053FC428; -const void * RTTI_AnimationManager = (void *)0x053EF1A0; -const void * RTTI_AnimationNode = (void *)0x053FCC18; -const void * RTTI_AnimationNodeInstance = (void *)0x053FCBE8; -const void * RTTI_AnimationObjectDrawHandler = (void *)0x053770B0; -const void * RTTI_AnimationObjectHideHandler = (void *)0x053770E8; -const void * RTTI_AnimationObjectLoadHandler = (void *)0x053771B0; -const void * RTTI_AnimationObjectUnequipAllHandler = (void *)0x05377078; -const void * RTTI_AnimationObjectUnequipHandler = (void *)0x05377040; -const void * RTTI_AnimationRagdoll = (void *)0x053FC758; -const void * RTTI_AnimationRagdollDrive = (void *)0x053FC6F8; -const void * RTTI_AnimationRagdollDriveInstance = (void *)0x053FC6C0; -const void * RTTI_AnimationRagdollInstance = (void *)0x053FC728; -const void * RTTI_AnimationStanceDataSingletonDBData = (void *)0x053FDC28; -const void * RTTI_AnimationStreamLoadGame = (void *)0x05266C68; -const void * RTTI_AnimationStreamSaveGame = (void *)0x05266C98; -const void * RTTI_AnimationSystemUtils__QueuedAnimationHandles = (void *)0x05291120; -const void * RTTI_AnimationSystemUtils__QueuedModelHandles = (void *)0x05291168; -const void * RTTI_AnimationSystemUtils__QueuedReferenceAnimationTask = (void *)0x052910D0; -const void * RTTI_AnimationSystemUtils__TESModelAndAnimationHandles = (void *)0x051E36D0; -const void * RTTI_AntiGravityEffect = (void *)0x05330BF8; -const void * RTTI_AnticipateAttackHandler = (void *)0x05378958; -const void * RTTI_ArchiveFile = (void *)0x054566F8; -const void * RTTI_ArmorCraftingMenu = (void *)0x052F4CD0; -const void * RTTI_ArrowAttachHandler = (void *)0x05377710; -const void * RTTI_ArrowDetachHandler = (void *)0x05377740; -const void * RTTI_ArrowProjectile = (void *)0x0537A638; -const void * RTTI_AssignVariable = (void *)0x053FC630; -const void * RTTI_AssignVariableInstance = (void *)0x053FC600; -const void * RTTI_AssigniState = (void *)0x053FC5D8; -const void * RTTI_AssigniStateInstance = (void *)0x053FC5A8; -const void * RTTI_AttachDistant3DTask = (void *)0x05208A70; -const void * RTTI_AttachReferenceHandler = (void *)0x05378430; -const void * RTTI_AttackStopHandler = (void *)0x05378AE0; -const void * RTTI_AttractionObjectLOSUtils__CacheEntry = (void *)0x05296248; -const void * RTTI_AutoVanityState = (void *)0x053B12C0; -const void * RTTI_AwakeSoundFadeHandler = (void *)0x05378340; -const void * RTTI_AwakeSoundPauseHandler = (void *)0x05377F10; -const void * RTTI_AwakeSoundResumeHandler = (void *)0x05377F40; -const void * RTTI_AwakeSoundStopHandler = (void *)0x05378370; -const void * RTTI_BGSAIWorldLocationEditorSpacePointRadius = (void *)0x051DE8B0; -const void * RTTI_BGSAIWorldLocationInteriorCell = (void *)0x051DE4D8; -const void * RTTI_BGSAIWorldLocationPointRadius = (void *)0x051DE570; -const void * RTTI_BGSAIWorldLocationPrimitive = (void *)0x051DE748; -const void * RTTI_BGSAIWorldLocationRefRadius = (void *)0x051DE818; -const void * RTTI_BGSAVMData = (void *)0x051EBDD8; -const void * RTTI_BGSAbilityPerkEntry = (void *)0x05274D18; -const void * RTTI_BGSAcousticSpace = (void *)0x0511A150; -const void * RTTI_BGSAction = (void *)0x05274488; -const void * RTTI_BGSActionData = (void *)0x051DF3C8; -const void * RTTI_BGSActivity = (void *)0x051DC630; -const void * RTTI_BGSActivityTrackerFormComponent = (void *)0x051F2A60; -const void * RTTI_BGSActorValueActivity = (void *)0x051DC680; -const void * RTTI_BGSActorValueActivity_Runtime = (void *)0x051DC5F8; -const void * RTTI_BGSAddToInventoryOnDestroy = (void *)0x051F2C98; -const void * RTTI_BGSAddonNode = (void *)0x05259CC0; -const void * RTTI_BGSAddonNodeSoundHandleExtra = (void *)0x05259C88; -const void * RTTI_BGSAffinityEvent = (void *)0x05256248; -const void * RTTI_BGSAimAssistModel = (void *)0x05247F48; -const void * RTTI_BGSAimAssistPoseData = (void *)0x05259010; -const void * RTTI_BGSAimDownSightModel = (void *)0x052480A0; -const void * RTTI_BGSAimModel = (void *)0x052482D8; -const void * RTTI_BGSAimOpticalSightModel = (void *)0x052483B8; -const void * RTTI_BGSAmbienceSet = (void *)0x05248418; -const void * RTTI_BGSAnimationGraphComponent = (void *)0x051E09D8; -const void * RTTI_BGSAnimationPathImplementation = (void *)0x053598E8; -const void * RTTI_BGSApplyMagicEffectActivity = (void *)0x051DC9C0; -const void * RTTI_BGSApplyMagicEffectActivity_Runtime = (void *)0x051DC980; -const void * RTTI_BGSArtObject = (void *)0x05259D18; -const void * RTTI_BGSArtObjectCloneTask = (void *)0x05259CE8; -const void * RTTI_BGSAssociationType = (void *)0x052744A8; -const void * RTTI_BGSAtmosphere = (void *)0x05258FE8; -const void * RTTI_BGSAttachParentArray = (void *)0x051F3068; -const void * RTTI_BGSAttachTechniquesUtil__AttachTechniquesFunctor = (void *)0x05214BE0; -const void * RTTI_BGSAttachTechniquesUtil__DetachTechniquesFunctor = (void *)0x05214C30; -const void * RTTI_BGSAttachTechniquesUtil__ProcessTechniquesFunctor = (void *)0x05214D60; -const void * RTTI_BGSAttackData = (void *)0x0527AC88; -const void * RTTI_BGSAttackDataForm = (void *)0x0520EE30; -const void * RTTI_BGSAttackDataMap = (void *)0x0527ACB0; -const void * RTTI_BGSAttractionRule = (void *)0x05256270; -const void * RTTI_BGSAudioOcclusionPrimitive = (void *)0x051EA380; -const void * RTTI_BGSAudio_Internal__LooseAudioRegistrar = (void *)0x05292198; -const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo = (void *)0x052921E0; -const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo = (void *)0x05292230; -const void * RTTI_BGSAudio_Internal__WwiseGameObjectMgr = (void *)0x052924A0; -const void * RTTI_BGSAudio_Internal__WwiseIODevice = (void *)0x05292710; -const void * RTTI_BGSAudio_Internal__WwiseIOMgr = (void *)0x052926D8; -const void * RTTI_BGSAudio__IEmitterResolver = (void *)0x05292E68; -const void * RTTI_BGSAudio__RefNodeResolver = (void *)0x05292E38; -const void * RTTI_BGSAudio__WwiseService = (void *)0x05292048; -const void * RTTI_BGSBarterActivity = (void *)0x051DDBA8; -const void * RTTI_BGSBarterActivity_Runtime = (void *)0x051DDB78; -const void * RTTI_BGSBaseAlias = (void *)0x05256370; -const void * RTTI_BGSBaseLODBlock = (void *)0x051EC590; -const void * RTTI_BGSBaseLODBlock__AutoDetachBlock = (void *)0x051EC558; -const void * RTTI_BGSBaseLODBlock__GeometryAutoDetachBlock = (void *)0x051EC4C8; -const void * RTTI_BGSBaseLODRuntimeComponent = (void *)0x051EC9A0; -const void * RTTI_BGSBendableSpline = (void *)0x05259D40; -const void * RTTI_BGSBiome = (void *)0x0511A240; -const void * RTTI_BGSBiomeMarkerObject = (void *)0x05248BC0; -const void * RTTI_BGSBiome__MarkerKeywordData = (void *)0x05259258; -const void * RTTI_BGSBleedoutActivity = (void *)0x051DCB00; -const void * RTTI_BGSBleedoutActivity_Runtime = (void *)0x051DCAC8; -const void * RTTI_BGSBlockBashData = (void *)0x0520EE58; -const void * RTTI_BGSBodyManager = (void *)0x051E42B0; -const void * RTTI_BGSBodyPartData = (void *)0x0511C990; -const void * RTTI_BGSBodyPartInfo = (void *)0x05119D20; -const void * RTTI_BGSBodyUtils__SkinColorUpdateNode = (void *)0x051E41D8; -const void * RTTI_BGSBoneModifier = (void *)0x05248D28; -const void * RTTI_BGSBuildWorkshopActivity = (void *)0x051DCC00; -const void * RTTI_BGSBuildWorkshopActivity_Runtime = (void *)0x051DCBC8; -const void * RTTI_BGSCameraPath = (void *)0x05271328; -const void * RTTI_BGSCameraShot = (void *)0x05271350; -const void * RTTI_BGSChallengeForm = (void *)0x051EBD58; -const void * RTTI_BGSCharacterMorph__FacialBoneSculptSlider = (void *)0x05256298; -const void * RTTI_BGSCharacterMorph__FacialBoneSlider = (void *)0x052562D8; -const void * RTTI_BGSCloudForm = (void *)0x0524E3C8; -const void * RTTI_BGSCollisionLayer = (void *)0x05271378; -const void * RTTI_BGSColorForm = (void *)0x052713A0; -const void * RTTI_BGSCompleteResearchActivity = (void *)0x051DCCC0; -const void * RTTI_BGSCompleteResearchActivity_Runtime = (void *)0x051DCC80; -const void * RTTI_BGSConditionForm = (void *)0x05119878; -const void * RTTI_BGSConstructibleObject = (void *)0x05259D68; -const void * RTTI_BGSConsumeActivity = (void *)0x051DCDD0; -const void * RTTI_BGSConsumeActivity_Runtime = (void *)0x051DCD98; -const void * RTTI_BGSContactShadowComponent = (void *)0x051E4EC8; -const void * RTTI_BGSConveyorBelt__ConveyorBelt = (void *)0x051FAB90; -const void * RTTI_BGSCraftActivity = (void *)0x051DCEF0; -const void * RTTI_BGSCraftActivity_Runtime = (void *)0x051DCEC0; -const void * RTTI_BGSCraftableForm = (void *)0x05248BF0; -const void * RTTI_BGSCraftingResourceOwner = (void *)0x05119D48; -const void * RTTI_BGSCrippleLimbActivity = (void *)0x051DCFE0; -const void * RTTI_BGSCrippleLimbActivity_Runtime = (void *)0x051DCFA8; -const void * RTTI_BGSCrowdComponent = (void *)0x051F33F0; -const void * RTTI_BGSCurve3DForm = (void *)0x05247F70; -const void * RTTI_BGSCurveForm = (void *)0x05247F98; -const void * RTTI_BGSCustomShipForm = (void *)0x051E4F80; -const void * RTTI_BGSDamageType = (void *)0x052592C8; -const void * RTTI_BGSDebris = (void *)0x05259D98; -const void * RTTI_BGSDecalManager = (void *)0x05215AF0; -const void * RTTI_BGSDecalNode = (void *)0x05215B18; -const void * RTTI_BGSDefaultObject = (void *)0x051B37D0; -const void * RTTI_BGSDefaultObjectManager = (void *)0x051B3AE0; -const void * RTTI_BGSDestroyShipActivity = (void *)0x051DD098; -const void * RTTI_BGSDestroyShipActivity_Runtime = (void *)0x051DD010; -const void * RTTI_BGSDestructibleObjectForm = (void *)0x052047A8; -const void * RTTI_BGSDialogueBranch = (void *)0x0511A0C0; -const void * RTTI_BGSDisplayCaseFormComponent = (void *)0x051F3538; -const void * RTTI_BGSDistantObjectBlock = (void *)0x0528CBB0; -const void * RTTI_BGSDockingActivity = (void *)0x051DD158; -const void * RTTI_BGSDockingActivity_Runtime = (void *)0x051DD188; -const void * RTTI_BGSDualCastData = (void *)0x052047D8; -const void * RTTI_BGSDynamicLODBlock = (void *)0x051ECF48; -const void * RTTI_BGSDynamicLODBlock__InstancedAutoDetachBlock = (void *)0x051ECF00; -const void * RTTI_BGSEchoListener = (void *)0x052598C8; -const void * RTTI_BGSEffectSequenceForm = (void *)0x05248C18; -const void * RTTI_BGSEffectSequenceFormComponent = (void *)0x051F38A8; -const void * RTTI_BGSEntryPointFunctionData = (void *)0x052746A0; -const void * RTTI_BGSEntryPointFunctionDataAVAndValue = (void *)0x052744D8; -const void * RTTI_BGSEntryPointFunctionDataActivateChoice = (void *)0x05274660; -const void * RTTI_BGSEntryPointFunctionDataBooleanGraphVariable = (void *)0x052745A0; -const void * RTTI_BGSEntryPointFunctionDataLeveledList = (void *)0x05274518; -const void * RTTI_BGSEntryPointFunctionDataOneValue = (void *)0x052746D0; -const void * RTTI_BGSEntryPointFunctionDataProjectile = (void *)0x05274620; -const void * RTTI_BGSEntryPointFunctionDataSpellItem = (void *)0x05274558; -const void * RTTI_BGSEntryPointFunctionDataText = (void *)0x052745E8; -const void * RTTI_BGSEntryPointFunctionDataTwoValue = (void *)0x05274708; -const void * RTTI_BGSEntryPointPerkEntry = (void *)0x05274D48; -const void * RTTI_BGSEquipSlot = (void *)0x052747F8; -const void * RTTI_BGSExplosion = (void *)0x05259DB8; -const void * RTTI_BGSExternalComponentDataSource = (void *)0x051F3B10; -const void * RTTI_BGSFaceFX = (void *)0x051EFE10; -const void * RTTI_BGSFadeManager = (void *)0x051E47B0; -const void * RTTI_BGSFogVolumeForm = (void *)0x0524E3F0; -const void * RTTI_BGSFootIkImplementation = (void *)0x053598B8; -const void * RTTI_BGSFootstep = (void *)0x052714D0; -const void * RTTI_BGSFootstepManager = (void *)0x0535BD08; -const void * RTTI_BGSFootstepSet = (void *)0x052714F8; -const void * RTTI_BGSForceData = (void *)0x05248440; -const void * RTTI_BGSForcedLocRefType = (void *)0x051F3B78; -const void * RTTI_BGSFormFolderKeywordList = (void *)0x051EBF10; -const void * RTTI_BGSFormLinkData = (void *)0x051F3DB0; -const void * RTTI_BGSGenericBaseForm = (void *)0x05259DE0; -const void * RTTI_BGSGenericBaseFormTemplate = (void *)0x05259E40; -const void * RTTI_BGSGeometryConstructorManager = (void *)0x0534BEB0; -const void * RTTI_BGSGrassManager__AddCellGrassTask = (void *)0x05216A00; -const void * RTTI_BGSGrassManager__CellGrass = (void *)0x052169D0; -const void * RTTI_BGSGravJumpActivity = (void *)0x051DD288; -const void * RTTI_BGSGravJumpActivity_Runtime = (void *)0x051DD200; -const void * RTTI_BGSGroundCover = (void *)0x0525DF58; -const void * RTTI_BGSGroupedInstancedGeometry = (void *)0x051E4D48; -const void * RTTI_BGSHarvestActivity = (void *)0x051DD308; -const void * RTTI_BGSHarvestActivity_Runtime = (void *)0x051DD338; -const void * RTTI_BGSHavokGeometryAttach = (void *)0x05214B70; -const void * RTTI_BGSHavokGeometryAttach__ActionPolicy = (void *)0x05214BA0; -const void * RTTI_BGSHavokGeometryAttach__AttachPolicy = (void *)0x05214CE0; -const void * RTTI_BGSHavokGeometryAttach__DetachPolicy = (void *)0x05214D20; -const void * RTTI_BGSHazard = (void *)0x051303D0; -const void * RTTI_BGSHeadPart = (void *)0x05274848; -const void * RTTI_BGSIdleCollection = (void *)0x0511A340; -const void * RTTI_BGSIdleMarker = (void *)0x05274870; -const void * RTTI_BGSImpactData = (void *)0x05271520; -const void * RTTI_BGSImpactDataSet = (void *)0x05271608; -const void * RTTI_BGSImpactManager = (void *)0x0533C6F8; -const void * RTTI_BGSInstanceNamingRules = (void *)0x0511C228; -const void * RTTI_BGSInventoryInterface = (void *)0x0534B3D8; -const void * RTTI_BGSInventoryList = (void *)0x052172B8; -const void * RTTI_BGSKeyword = (void *)0x0511A288; -const void * RTTI_BGSKeywordForm = (void *)0x0512FFD8; -const void * RTTI_BGSKillActivity = (void *)0x051DD3E0; -const void * RTTI_BGSKillActivity_Runtime = (void *)0x051DD370; -const void * RTTI_BGSLODManager = (void *)0x0528E1A0; -const void * RTTI_BGSLODStates__Geometry__Attached = (void *)0x05119CE8; -const void * RTTI_BGSLODStates__Geometry__Attaching = (void *)0x05119CB0; -const void * RTTI_BGSLODStates__Geometry__Base = (void *)0x051EC430; -const void * RTTI_BGSLODStates__Geometry__DeferredDetach = (void *)0x05119C70; -const void * RTTI_BGSLODStates__Geometry__DeferredDetachComplete = (void *)0x05119B80; -const void * RTTI_BGSLODStates__Geometry__Detached = (void *)0x05119C00; -const void * RTTI_BGSLODStates__Geometry__Loaded = (void *)0x05119C38; -const void * RTTI_BGSLODStates__Geometry__Loading = (void *)0x05119BC8; -const void * RTTI_BGSLODStates__Geometry__Prepared = (void *)0x05119AD8; -const void * RTTI_BGSLODStates__Geometry__Preparing = (void *)0x05119AA0; -const void * RTTI_BGSLODStates__Geometry__Reset = (void *)0x05119B48; -const void * RTTI_BGSLODStates__Geometry__Unloaded = (void *)0x05119B10; -const void * RTTI_BGSLODStates__Node__Active = (void *)0x0511D0C8; -const void * RTTI_BGSLODStates__Node__Base = (void *)0x0528EA60; -const void * RTTI_BGSLODStates__Node__Fading = (void *)0x0528F130; -const void * RTTI_BGSLODStates__Node__FadingIn = (void *)0x0511D130; -const void * RTTI_BGSLODStates__Node__FadingOut = (void *)0x0511D1A8; -const void * RTTI_BGSLODStates__Node__Inactive = (void *)0x0511D020; -const void * RTTI_BGSLODStates__Node__IntersectsLoadedArea = (void *)0x0511D058; -const void * RTTI_BGSLODStates__Node__Loaded = (void *)0x0511D098; -const void * RTTI_BGSLODStates__Node__OutsideLoadedArea = (void *)0x0511D1E0; -const void * RTTI_BGSLODStates__Node__PendingCellClearBase = (void *)0x0528EAF8; -const void * RTTI_BGSLODStates__Node__PrepareFading = (void *)0x0528F0F8; -const void * RTTI_BGSLODStates__Node__PrepareFadingIn = (void *)0x0511D0F8; -const void * RTTI_BGSLODStates__Node__PrepareFadingOut = (void *)0x0511D168; -const void * RTTI_BGSLODStates__Node__Split = (void *)0x0511D220; -const void * RTTI_BGSLODStates__Node__Unloaded = (void *)0x0511CFE8; -const void * RTTI_BGSLandPlanetActivity = (void *)0x051DD508; -const void * RTTI_BGSLandPlanetActivity_Runtime = (void *)0x051DD480; -const void * RTTI_BGSLayeredMaterialSwap = (void *)0x052489B8; -const void * RTTI_BGSLegendaryItem = (void *)0x05248C48; -const void * RTTI_BGSLensFlare = (void *)0x05259E78; -const void * RTTI_BGSLensFlareSprite = (void *)0x05259F28; -const void * RTTI_BGSLevGenericBaseForm = (void *)0x05259F58; -const void * RTTI_BGSLevPackIn = (void *)0x05259F88; -const void * RTTI_BGSLevSpaceCell = (void *)0x0525DFB8; -const void * RTTI_BGSLightingTemplate = (void *)0x0525DFE0; -const void * RTTI_BGSLinkedVoiceType = (void *)0x051F3EE0; -const void * RTTI_BGSListForm = (void *)0x05271688; -const void * RTTI_BGSLoadFormBuffer = (void *)0x05206B08; -const void * RTTI_BGSLoadGameBuffer = (void *)0x05206AE0; -const void * RTTI_BGSLoadGameBufferSimple = (void *)0x05206AB0; -const void * RTTI_BGSLoadedSceneLODBlock = (void *)0x0528EA30; -const void * RTTI_BGSLocAlias = (void *)0x05274998; -const void * RTTI_BGSLocation = (void *)0x0511A050; -const void * RTTI_BGSLocationRefType = (void *)0x0511C380; -const void * RTTI_BGSLockPickActivity = (void *)0x051DDE30; -const void * RTTI_BGSLockPickActivity_Runtime = (void *)0x051DDDF8; -const void * RTTI_BGSLodOwnerComponent = (void *)0x051F41D0; -const void * RTTI_BGSLodRuntimeOwnerComponent = (void *)0x051EC908; -const void * RTTI_BGSLootContainerActivity = (void *)0x051DD588; -const void * RTTI_BGSLootContainerActivity_Runtime = (void *)0x051DD5B8; -const void * RTTI_BGSLoseEnemyActivity = (void *)0x051DD738; -const void * RTTI_BGSLoseEnemyActivity_Runtime = (void *)0x051DD6B0; -const void * RTTI_BGSMaterialPathForm = (void *)0x052487D8; -const void * RTTI_BGSMaterialPropertyComponent = (void *)0x051F43A0; -const void * RTTI_BGSMaterialType = (void *)0x05271790; -const void * RTTI_BGSMeleeAimAssistModel = (void *)0x05248000; -const void * RTTI_BGSMessage = (void *)0x05119F88; -const void * RTTI_BGSMod__Attachment__Mod = (void *)0x05119FB0; -const void * RTTI_BGSMod__Property__BridgeI = (void *)0x051A5690; -const void * RTTI_BGSMod__Template__Item = (void *)0x051F43D8; -const void * RTTI_BGSMod__Template__Items = (void *)0x0525CB38; -const void * RTTI_BGSModelMaterialSwap = (void *)0x051F4728; -const void * RTTI_BGSModelNode = (void *)0x05217438; -const void * RTTI_BGSMorphableObject = (void *)0x05259FB0; -const void * RTTI_BGSMotorAction__Action = (void *)0x051FAC20; -const void * RTTI_BGSMotorAction__FanMotor = (void *)0x051FABF0; -const void * RTTI_BGSMovableStatic = (void *)0x0525A008; -const void * RTTI_BGSMovementType = (void *)0x052749C0; -const void * RTTI_BGSMoviePlayer = (void *)0x0533C840; -const void * RTTI_BGSMultiTechniqueAttach = (void *)0x05214DA8; -const void * RTTI_BGSMultiTechniqueAttach__ActionPolicy = (void *)0x05214DD8; -const void * RTTI_BGSMultiTechniqueAttach__AttachPolicy = (void *)0x05214E88; -const void * RTTI_BGSMultiTechniqueAttach__DetachPolicy = (void *)0x05214EC8; -const void * RTTI_BGSMusicPaletteTrack = (void *)0x05271808; -const void * RTTI_BGSMusicSilenceTrack = (void *)0x05271838; -const void * RTTI_BGSMusicSingleTrack = (void *)0x05271908; -const void * RTTI_BGSMusicTrack = (void *)0x052717B8; -const void * RTTI_BGSMusicTrackFormWrapper = (void *)0x05271938; -const void * RTTI_BGSMusicType = (void *)0x0511A1A0; -const void * RTTI_BGSNamedNodeAttach = (void *)0x05214C78; -const void * RTTI_BGSNamedNodeAttach__ActionPolicy = (void *)0x05214CA8; -const void * RTTI_BGSNamedNodeAttach__AttachPolicy = (void *)0x05214E18; -const void * RTTI_BGSNamedNodeAttach__DetachPolicy = (void *)0x05214E50; -const void * RTTI_BGSNavigationGridManager = (void *)0x0521CAA8; -const void * RTTI_BGSNote = (void *)0x0511C5C0; -const void * RTTI_BGSObjectInstanceExtra = (void *)0x051EFA68; -const void * RTTI_BGSObjectPlacementDefaults = (void *)0x051F4878; -const void * RTTI_BGSObjectSwap = (void *)0x05259708; -const void * RTTI_BGSObjectVisibilityManager = (void *)0x051567A0; -const void * RTTI_BGSObjectWindowFilterComponent = (void *)0x051E51D0; -const void * RTTI_BGSOrbitalDataComponent = (void *)0x051F4C50; -const void * RTTI_BGSOrbitedDataComponent = (void *)0x051F4FE8; -const void * RTTI_BGSOutfit = (void *)0x0525A428; -const void * RTTI_BGSOverridePackCollection = (void *)0x0520F3A8; -const void * RTTI_BGSPackIn = (void *)0x0525B910; -const void * RTTI_BGSPackageDataBool = (void *)0x0511CE10; -const void * RTTI_BGSPackageDataFloat = (void *)0x0527ACD8; -const void * RTTI_BGSPackageDataInt = (void *)0x0527ADA8; -const void * RTTI_BGSPackageDataLocation = (void *)0x0527ADD0; -const void * RTTI_BGSPackageDataLocationWrapper = (void *)0x0527AE00; -const void * RTTI_BGSPackageDataObjectList = (void *)0x0511CE40; -const void * RTTI_BGSPackageDataRef = (void *)0x0527AFE8; -const void * RTTI_BGSPackageDataRefOLD = (void *)0x0527AF08; -const void * RTTI_BGSPackageDataScene = (void *)0x05119768; -const void * RTTI_BGSPackageDataTargetSelector = (void *)0x0527AE38; -const void * RTTI_BGSPackageDataTopic = (void *)0x0511CEF8; -const void * RTTI_BGSPapyrusScriptsComponent = (void *)0x051F5290; -const void * RTTI_BGSParticleObjectCloneTask = (void *)0x05289A48; -const void * RTTI_BGSParticleSystemDefineCollection = (void *)0x05248C70; -const void * RTTI_BGSPathingData = (void *)0x051F53E8; -const void * RTTI_BGSPerk = (void *)0x0511C5A0; -const void * RTTI_BGSPerkRank = (void *)0x05274D78; -const void * RTTI_BGSPhotoModeFeature = (void *)0x051EBDA8; -const void * RTTI_BGSPickupPutdownSounds = (void *)0x05130080; -const void * RTTI_BGSPlanetContentManager = (void *)0x0534D558; -const void * RTTI_BGSPlanetContentManagerBranchNode = (void *)0x0522F020; -const void * RTTI_BGSPlanetContentManagerContentNode = (void *)0x0511A6B8; -const void * RTTI_BGSPlanetContentManagerContentProperties = (void *)0x05226EB8; -const void * RTTI_BGSPlanetContentManagerTree = (void *)0x0522F950; -const void * RTTI_BGSPlanetContentManager__ILogEventData = (void *)0x0522F110; -const void * RTTI_BGSPlanet__Atmosphere = (void *)0x05226F60; -const void * RTTI_BGSPlanet__ContentPlacement = (void *)0x0522B588; -const void * RTTI_BGSPlanet__IModule = (void *)0x05226F38; -const void * RTTI_BGSPlanet__LODNotifierModule = (void *)0x0522B5C0; -const void * RTTI_BGSPlanet__LandingMarkers = (void *)0x0522ADA8; -const void * RTTI_BGSPlanet__Landscape = (void *)0x0522B380; -const void * RTTI_BGSPlanet__Manager = (void *)0x0522B560; -const void * RTTI_BGSPlanet__Manager__MoveToNode = (void *)0x0522B4C0; -const void * RTTI_BGSPlanet__Manager__ShiftToTask = (void *)0x0522B528; -const void * RTTI_BGSPlanet__MultiFiles__Grid = (void *)0x0522B310; -const void * RTTI_BGSPlanet__MultiFiles__MasterFile = (void *)0x0522B110; -const void * RTTI_BGSPlanet__NavMeshGen = (void *)0x0522C0F0; -const void * RTTI_BGSPlanet__OrderedLandTextures = (void *)0x0522B5F8; -const void * RTTI_BGSPlanet__Overlays = (void *)0x0522B4F8; -const void * RTTI_BGSPlanet__PlanetData = (void *)0x0522A2A0; -const void * RTTI_BGSPlanet__ProcGen = (void *)0x0522D670; -const void * RTTI_BGSPlanet__ProcGenRuntimeService = (void *)0x0522DD30; -const void * RTTI_BGSPlanet__ScanCollection = (void *)0x052B5060; -const void * RTTI_BGSPlanet__SurfaceMapModule = (void *)0x0522B630; -const void * RTTI_BGSPlanet__UpdateNavMeshTaskNode = (void *)0x0522B830; -const void * RTTI_BGSPlayerMusicChanger = (void *)0x05332B88; -const void * RTTI_BGSPlayerPickpocketActivity = (void *)0x051DD850; -const void * RTTI_BGSPlayerPickpocketActivity_Runtime = (void *)0x051DD7B8; -const void * RTTI_BGSPreviewTransform = (void *)0x051F5510; -const void * RTTI_BGSPrimitive = (void *)0x05217640; -const void * RTTI_BGSPrimitiveBox = (void *)0x052176B8; -const void * RTTI_BGSPrimitiveComponent = (void *)0x051F55C0; -const void * RTTI_BGSPrimitiveCylinder = (void *)0x05217740; -const void * RTTI_BGSPrimitiveEllipsoid = (void *)0x052176E0; -const void * RTTI_BGSPrimitiveLine = (void *)0x05217668; -const void * RTTI_BGSPrimitivePlane = (void *)0x05217690; -const void * RTTI_BGSPrimitiveSphere = (void *)0x05217710; -const void * RTTI_BGSProcedureAcquire = (void *)0x05280D98; -const void * RTTI_BGSProcedureAcquireExecState = (void *)0x05280E28; -const void * RTTI_BGSProcedureActivate = (void *)0x052811E0; -const void * RTTI_BGSProcedureActivateExecState = (void *)0x05281268; -const void * RTTI_BGSProcedureAmbush = (void *)0x051DEC78; -const void * RTTI_BGSProcedureAmbushExecState = (void *)0x051DED08; -const void * RTTI_BGSProcedureBase = (void *)0x051DEDA0; -const void * RTTI_BGSProcedureCombatTravel = (void *)0x05281588; -const void * RTTI_BGSProcedureCombatTravelExecState = (void *)0x05281620; -const void * RTTI_BGSProcedureDialogue = (void *)0x05281908; -const void * RTTI_BGSProcedureDialogueActivate = (void *)0x05281B88; -const void * RTTI_BGSProcedureDialogueActivateExecState = (void *)0x05281AD8; -const void * RTTI_BGSProcedureDialogueExecState = (void *)0x05280860; -const void * RTTI_BGSProcedureDone = (void *)0x05280D18; -const void * RTTI_BGSProcedureDoneExecState = (void *)0x05280900; -const void * RTTI_BGSProcedureEat = (void *)0x05281D98; -const void * RTTI_BGSProcedureEatExecState = (void *)0x052807D0; -const void * RTTI_BGSProcedureEscort = (void *)0x052837A0; -const void * RTTI_BGSProcedureEscortExecState = (void *)0x05283880; -const void * RTTI_BGSProcedureFind = (void *)0x05283C68; -const void * RTTI_BGSProcedureFindExecState = (void *)0x05280738; -const void * RTTI_BGSProcedureFlee = (void *)0x05283E10; -const void * RTTI_BGSProcedureFleeExecState = (void *)0x05283E98; -const void * RTTI_BGSProcedureFlightGrab = (void *)0x052841C8; -const void * RTTI_BGSProcedureFlightGrabExecState = (void *)0x05284138; -const void * RTTI_BGSProcedureFollow = (void *)0x052845E8; -const void * RTTI_BGSProcedureFollowExecState = (void *)0x05284618; -const void * RTTI_BGSProcedureFollowTo = (void *)0x052846A8; -const void * RTTI_BGSProcedureForceGreet = (void *)0x05284988; -const void * RTTI_BGSProcedureGuard = (void *)0x05284D38; -const void * RTTI_BGSProcedureGuardArea = (void *)0x05284E58; -const void * RTTI_BGSProcedureGuardExecState = (void *)0x05284DC0; -const void * RTTI_BGSProcedureHeadtrack = (void *)0x051DF148; -const void * RTTI_BGSProcedureHeadtrackExecState = (void *)0x051DF0A8; -const void * RTTI_BGSProcedureHoldPosition = (void *)0x05285090; -const void * RTTI_BGSProcedureHoldPositionExecState = (void *)0x0527F5B0; -const void * RTTI_BGSProcedureHover = (void *)0x052852A8; -const void * RTTI_BGSProcedureHoverExecState = (void *)0x05285330; -const void * RTTI_BGSProcedureKeepAnEyeOn = (void *)0x05285568; -const void * RTTI_BGSProcedureKeepAnEyeOnExecState = (void *)0x0527F658; -const void * RTTI_BGSProcedureLock = (void *)0x052858A8; -const void * RTTI_BGSProcedureLockUnlockExecState = (void *)0x052858D0; -const void * RTTI_BGSProcedureOrbit = (void *)0x05285C88; -const void * RTTI_BGSProcedureOrbitExecState = (void *)0x05285BF8; -const void * RTTI_BGSProcedurePatrol = (void *)0x05285F38; -const void * RTTI_BGSProcedurePatrolExecState = (void *)0x05285EA0; -const void * RTTI_BGSProcedurePlayIdle = (void *)0x051DF520; -const void * RTTI_BGSProcedurePlayIdleExecState = (void *)0x051DF440; -const void * RTTI_BGSProcedurePursue = (void *)0x052861B8; -const void * RTTI_BGSProcedureRange = (void *)0x051DF9A8; -const void * RTTI_BGSProcedureRangeExecState = (void *)0x051DF910; -const void * RTTI_BGSProcedureSandbox = (void *)0x052864B8; -const void * RTTI_BGSProcedureSandboxExecState = (void *)0x05286420; -const void * RTTI_BGSProcedureSay = (void *)0x052866C0; -const void * RTTI_BGSProcedureSayExecState = (void *)0x0527F518; -const void * RTTI_BGSProcedureSit = (void *)0x05286B70; -const void * RTTI_BGSProcedureSitSleepExecState = (void *)0x05286A60; -const void * RTTI_BGSProcedureSleep = (void *)0x05286AF8; -const void * RTTI_BGSProcedureStayAway = (void *)0x051DFD88; -const void * RTTI_BGSProcedureStayAwayExecState = (void *)0x051DFCF0; -const void * RTTI_BGSProcedureTargetingModeAutopilot = (void *)0x051E0068; -const void * RTTI_BGSProcedureTargetingModeAutopilotExecState = (void *)0x051E0120; -const void * RTTI_BGSProcedureTravel = (void *)0x05286DB8; -const void * RTTI_BGSProcedureTravelExecState = (void *)0x05286D28; -const void * RTTI_BGSProcedureTreeBranch = (void *)0x05280B38; -const void * RTTI_BGSProcedureTreeConditionalItem = (void *)0x05280B00; -const void * RTTI_BGSProcedureTreeFallback = (void *)0x05280240; -const void * RTTI_BGSProcedureTreeFallbackExecState = (void *)0x052802D0; -const void * RTTI_BGSProcedureTreeOneChildExecState = (void *)0x05280B68; -const void * RTTI_BGSProcedureTreeProcedure = (void *)0x05286EB8; -const void * RTTI_BGSProcedureTreeRandom = (void *)0x052804C0; -const void * RTTI_BGSProcedureTreeRandomExecState = (void *)0x05280548; -const void * RTTI_BGSProcedureTreeSequence = (void *)0x052809C0; -const void * RTTI_BGSProcedureTreeSequenceExecState = (void *)0x05280A50; -const void * RTTI_BGSProcedureTreeSimultaneous = (void *)0x052805F0; -const void * RTTI_BGSProcedureTreeSimultaneousExecState = (void *)0x05280690; -const void * RTTI_BGSProcedureTreeStacked = (void *)0x05280380; -const void * RTTI_BGSProcedureTreeStackedExecState = (void *)0x05280410; -const void * RTTI_BGSProcedureUnlock = (void *)0x05285968; -const void * RTTI_BGSProcedureUseIdleMarker = (void *)0x052871A0; -const void * RTTI_BGSProcedureUseIdleMarkerExecState = (void *)0x052870F8; -const void * RTTI_BGSProcedureUseMagic = (void *)0x05287358; -const void * RTTI_BGSProcedureUseMagicExecState = (void *)0x05287430; -const void * RTTI_BGSProcedureUseWeapon = (void *)0x05287660; -const void * RTTI_BGSProcedureUseWeaponExecState = (void *)0x05287738; -const void * RTTI_BGSProcedureWait = (void *)0x052879A8; -const void * RTTI_BGSProcedureWaitExecState = (void *)0x0527FED0; -const void * RTTI_BGSProcedureWander = (void *)0x052897D0; -const void * RTTI_BGSProcedureWanderExecState = (void *)0x05289798; -const void * RTTI_BGSProduceActivity = (void *)0x051DD958; -const void * RTTI_BGSProduceActivity_Runtime = (void *)0x051DD8D8; -const void * RTTI_BGSProjectedDecal = (void *)0x052486A8; -const void * RTTI_BGSProjectile = (void *)0x0511A260; -const void * RTTI_BGSPropertySheet = (void *)0x051F5770; -const void * RTTI_BGSQuestPerkEntry = (void *)0x05274CF0; -const void * RTTI_BGSRefAlias = (void *)0x05256318; -const void * RTTI_BGSRefCollectionAlias = (void *)0x05256340; -const void * RTTI_BGSReferenceGroup = (void *)0x0525ECC8; -const void * RTTI_BGSReflectedForm = (void *)0x051EBD80; -const void * RTTI_BGSRelationship = (void *)0x05274EC0; -const void * RTTI_BGSReloadWeaponActivity = (void *)0x051DD9D8; -const void * RTTI_BGSReloadWeaponActivity_Runtime = (void *)0x051DDA08; -const void * RTTI_BGSResearchProjectForm = (void *)0x05248CA8; -const void * RTTI_BGSResource = (void *)0x0511C200; -const void * RTTI_BGSResourceGenerationData = (void *)0x05259788; -const void * RTTI_BGSRetargetOnDeleteExtraData = (void *)0x051E08C8; -const void * RTTI_BGSReverbParameters = (void *)0x05271968; -const void * RTTI_BGSSaveFormBuffer = (void *)0x0533A608; -const void * RTTI_BGSSaveGameBuffer = (void *)0x0533A858; -const void * RTTI_BGSSaveGameBufferSimple = (void *)0x0533A828; -const void * RTTI_BGSSaveLoadJobSite = (void *)0x0533A410; -const void * RTTI_BGSSaveLoadManager = (void *)0x0533A300; -const void * RTTI_BGSSaveLoadStatsMap = (void *)0x0533A440; -const void * RTTI_BGSSaveLoadThread = (void *)0x0533A330; -const void * RTTI_BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs = (void *)0x0533A7B0; -const void * RTTI_BGSScanPlanetActivity = (void *)0x051DDAC8; -const void * RTTI_BGSScanPlanetActivity_Runtime = (void *)0x051DDAF8; -const void * RTTI_BGSScanSurfaceActivity = (void *)0x051DDCB8; -const void * RTTI_BGSScanSurfaceActivity_Runtime = (void *)0x051DDD38; -const void * RTTI_BGSScannableFormComponent = (void *)0x051F5018; -const void * RTTI_BGSScene = (void *)0x0511A008; -const void * RTTI_BGSSceneActionAnimation = (void *)0x052563F0; -const void * RTTI_BGSSceneActionCamera = (void *)0x05256420; -const void * RTTI_BGSSceneActionDialogue = (void *)0x052750F8; -const void * RTTI_BGSSceneActionFX = (void *)0x05256450; -const void * RTTI_BGSSceneActionList = (void *)0x05256398; -const void * RTTI_BGSSceneActionMove = (void *)0x05256478; -const void * RTTI_BGSSceneActionPackage = (void *)0x05275058; -const void * RTTI_BGSSceneActionPlayerDialogue = (void *)0x05275088; -const void * RTTI_BGSSceneActionRadio = (void *)0x05275128; -const void * RTTI_BGSSceneActionStartScene = (void *)0x052568A8; -const void * RTTI_BGSSceneActionTimeline = (void *)0x052568D8; -const void * RTTI_BGSSceneActionTimer = (void *)0x05275218; -const void * RTTI_BGSSecondaryDamageList = (void *)0x052486D0; -const void * RTTI_BGSShaderParticleGeometryData = (void *)0x0525ECF0; -const void * RTTI_BGSShipCollectionActivity = (void *)0x051DDFA8; -const void * RTTI_BGSShipCollectionActivity_Runtime = (void *)0x051DE030; -const void * RTTI_BGSShipManagement = (void *)0x051F5168; -const void * RTTI_BGSShipbuilderActivity = (void *)0x051DDE98; -const void * RTTI_BGSShipbuilderActivity_Runtime = (void *)0x051DDE60; -const void * RTTI_BGSSkinForm = (void *)0x0520F4F8; -const void * RTTI_BGSSkinnedDecalChild = (void *)0x05215B70; -const void * RTTI_BGSSkinnedDecalGroup = (void *)0x05215B40; -const void * RTTI_BGSSnapBehavior = (void *)0x0525B930; -const void * RTTI_BGSSnapTemplate = (void *)0x0525BA08; -const void * RTTI_BGSSnapTemplateComponent = (void *)0x051F5798; -const void * RTTI_BGSSnapTemplateNode = (void *)0x0525BA30; -const void * RTTI_BGSSoundEcho = (void *)0x05259AD0; -const void * RTTI_BGSSoundKeywordMapping = (void *)0x052597B8; -const void * RTTI_BGSSoundTagComponent = (void *)0x051F58D0; -const void * RTTI_BGSSoundTagSet = (void *)0x05259AF8; -const void * RTTI_BGSSpacePhysicsFormComponent = (void *)0x051F5A98; -const void * RTTI_BGSSpaceshipAIActor = (void *)0x051F5BD0; -const void * RTTI_BGSSpaceshipEquipment = (void *)0x051F5D00; -const void * RTTI_BGSSpaceshipHullCode = (void *)0x051F5DB0; -const void * RTTI_BGSSpaceshipWeaponBinding = (void *)0x051F5F78; -const void * RTTI_BGSSpatialCombinedGrid = (void *)0x05224120; -const void * RTTI_BGSSpatialGraph = (void *)0x05223ED8; -const void * RTTI_BGSSpatialGraphCellGrid = (void *)0x05224020; -const void * RTTI_BGSSpatialGraphCellGrid__MergeTask = (void *)0x05223FB8; -const void * RTTI_BGSSpatialGraphChild = (void *)0x05224088; -const void * RTTI_BGSSpatialGraphExteriorCell = (void *)0x05224050; -const void * RTTI_BGSSpatialGraphInteriorCell = (void *)0x052240B8; -const void * RTTI_BGSSpatialGraphManager = (void *)0x05225128; -const void * RTTI_BGSSpatialGraphManager__Task = (void *)0x05224270; -const void * RTTI_BGSSpatialGraphObstacleUpdateTask = (void *)0x05223BF8; -const void * RTTI_BGSSpatialGraphParent = (void *)0x052240F0; -const void * RTTI_BGSSpatialGraphSpaceCell = (void *)0x05223FF0; -const void * RTTI_BGSSpatialGraphSpaceCollection = (void *)0x05223F80; -const void * RTTI_BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask = (void *)0x05223DB0; -const void * RTTI_BGSSpatialGrid = (void *)0x052241C8; -const void * RTTI_BGSSpatialGridBase = (void *)0x05224198; -const void * RTTI_BGSSpatialGridCollection = (void *)0x05224338; -const void * RTTI_BGSSpatialGridFieldBase = (void *)0x05218188; -const void * RTTI_BGSSpatialGridSearchCustomDebugData = (void *)0x05226CC8; -const void * RTTI_BGSSpatialGridSearchDebugData = (void *)0x05226D08; -const void * RTTI_BGSSpatialGridSearchPolicies__RandomPositionInsideArea = (void *)0x05226820; -const void * RTTI_BGSSpatialSimpleGrid = (void *)0x052267B0; -const void * RTTI_BGSSpatialSparseGrid = (void *)0x05223EA8; -const void * RTTI_BGSSpatialSparseGridSearchDebugData = (void *)0x05226C88; -const void * RTTI_BGSSpatialSparseGrid__ChunkIndexGrid = (void *)0x052267E0; -const void * RTTI_BGSSpatialSparseMultiLayerGrid = (void *)0x05223E40; -const void * RTTI_BGSSpawnOnDestroy = (void *)0x051F6188; -const void * RTTI_BGSSpeechChallengeActivity = (void *)0x051DE150; -const void * RTTI_BGSSpeechChallengeActivity_Runtime = (void *)0x051DE110; -const void * RTTI_BGSSpeechChallengeObject = (void *)0x05259B20; -const void * RTTI_BGSSprintActivity = (void *)0x051DE208; -const void * RTTI_BGSSprintActivity_Runtime = (void *)0x051DE1D8; -const void * RTTI_BGSStarDataComponent = (void *)0x051F62B0; -const void * RTTI_BGSStaticCollection = (void *)0x0525BCA0; -const void * RTTI_BGSStaticCollection__RootFacade = (void *)0x0525BC68; -const void * RTTI_BGSStoredTraversalData = (void *)0x05119A38; -const void * RTTI_BGSStoryManagerBranchNode = (void *)0x0520E920; -const void * RTTI_BGSStoryManagerEventNode = (void *)0x05290AE8; -const void * RTTI_BGSStoryManagerNodeBase = (void *)0x0520E8F0; -const void * RTTI_BGSStoryManagerQuestFinder = (void *)0x05290AB0; -const void * RTTI_BGSStoryManagerQuestNode = (void *)0x05290B18; -const void * RTTI_BGSStoryManagerTreeForm = (void *)0x051DC538; -const void * RTTI_BGSStoryManagerTreeVisitor = (void *)0x05290A78; -const void * RTTI_BGSStoryTeller = (void *)0x052910A0; -const void * RTTI_BGSSurface__BGSBlockCellHeighGridComponent = (void *)0x052463A0; -const void * RTTI_BGSSurface__Block = (void *)0x05253950; -const void * RTTI_BGSSurface__Pattern = (void *)0x05253A20; -const void * RTTI_BGSSurface__PatternStyle = (void *)0x05247528; -const void * RTTI_BGSSurface__Tree = (void *)0x05253A50; -const void * RTTI_BGSSynchronizedAnimationInstance = (void *)0x05291988; -const void * RTTI_BGSSynchronizedAnimationManager = (void *)0x05291950; -const void * RTTI_BGSTDataProxyComponentBase = (void *)0x051F4C18; -const void * RTTI_BGSTakeActorDamageActivity = (void *)0x051DE2B0; -const void * RTTI_BGSTakeActorDamageActivity_Runtime = (void *)0x051DE270; -const void * RTTI_BGSTakeDamageActivity = (void *)0x051DE450; -const void * RTTI_BGSTakeDamageActivity_Runtime = (void *)0x051DE418; -const void * RTTI_BGSTalkingActivator = (void *)0x0525BCD0; -const void * RTTI_BGSTerminal = (void *)0x0511A1F0; -const void * RTTI_BGSTerminalMenu = (void *)0x0511A1C8; -const void * RTTI_BGSTerrainBlock__AlignmentModifier = (void *)0x05253A78; -const void * RTTI_BGSTerrainBlock__ContinentalModifier = (void *)0x05253C08; -const void * RTTI_BGSTerrainBlock__Grid = (void *)0x052540C8; -const void * RTTI_BGSTerrainBlock__GridCell = (void *)0x05254060; -const void * RTTI_BGSTerrainBlock__GridCornerCell = (void *)0x05254090; -const void * RTTI_BGSTerrainBlock__GridCornerEdgeXFile = (void *)0x05253DC0; -const void * RTTI_BGSTerrainBlock__GridCornerFile = (void *)0x05253D88; -const void * RTTI_BGSTerrainBlock__GridEdgeFile = (void *)0x05253D50; -const void * RTTI_BGSTerrainBlock__GridEdgeXCell = (void *)0x05253FB0; -const void * RTTI_BGSTerrainBlock__GridEdgeYCell = (void *)0x05253FE8; -const void * RTTI_BGSTerrainBlock__GridFile = (void *)0x05253D20; -const void * RTTI_BGSTerrainBlock__GridFillCell = (void *)0x05253F78; -const void * RTTI_BGSTerrainBlock__GridFillFile = (void *)0x05253E88; -const void * RTTI_BGSTerrainBlock__HeightAdjustmentModifier = (void *)0x05247CC8; -const void * RTTI_BGSTerrainBlock__IModifier = (void *)0x05247C98; -const void * RTTI_BGSTerrainBlock__OceanBiomeModifier = (void *)0x05253C48; -const void * RTTI_BGSTerrainBlock__OverlayGrid = (void *)0x052540F8; -const void * RTTI_BGSTerrainBlock__OverlayHeightModifier = (void *)0x05254020; -const void * RTTI_BGSTerrainBlock__RerangeHeightModifier = (void *)0x05254130; -const void * RTTI_BGSTerrainBlock__UpdateHeightModifier = (void *)0x052542A0; -const void * RTTI_BGSTerrain__File = (void *)0x0522B0E8; -const void * RTTI_BGSTerrain__IFileGrid = (void *)0x0522B280; -const void * RTTI_BGSTerrain__Manager = (void *)0x05256218; -const void * RTTI_BGSTerrain__UniFile__Grid = (void *)0x05254350; -const void * RTTI_BGSTextureModel = (void *)0x052779C0; -const void * RTTI_BGSTextureSet = (void *)0x05271998; -const void * RTTI_BGSTimeOfDayData = (void *)0x0525ED28; -const void * RTTI_BGSTransform = (void *)0x05259B50; -const void * RTTI_BGSTraversal = (void *)0x05259B78; -const void * RTTI_BGSVisitProceduresCheckGuardWarnTarget = (void *)0x05289840; -const void * RTTI_BGSVisitProceduresInitActorAnimPose = (void *)0x0535A9E0; -const void * RTTI_BGSVisitProceduresInitActorLocation = (void *)0x05289800; -const void * RTTI_BGSVisitProceduresProcess = (void *)0x0535AA20; -const void * RTTI_BGSVoiceType = (void *)0x0511A218; -const void * RTTI_BGSVolumeFormComponent = (void *)0x051F6B80; -const void * RTTI_BGSVolumetricLighting = (void *)0x0525BEE8; -const void * RTTI_BGSWaterCollisionManager__AutoWater = (void *)0x052902F8; -const void * RTTI_BGSWaterCollisionManager__BGSWaterUpdateI = (void *)0x05290228; -const void * RTTI_BGSWaterCollisionManager__WaterGravityModifier = (void *)0x051B4A70; -const void * RTTI_BGSWaterCollisionManager__WaterGravityModifierWorldStepListener = (void *)0x051BE600; -const void * RTTI_BGSWaterCollisionManager__bhkPlaceableWater = (void *)0x05290270; -const void * RTTI_BGSWaterCollisionManager__bhkWaterfall = (void *)0x052902B8; -const void * RTTI_BGSWeaponBarrelData = (void *)0x05248778; -const void * RTTI_BGSWeaponBarrelModel = (void *)0x05248700; -const void * RTTI_BGSWeaponData__Aim = (void *)0x05248ED8; -const void * RTTI_BGSWeaponData__Ammunition = (void *)0x05248F00; -const void * RTTI_BGSWeaponData__Audio = (void *)0x05248F30; -const void * RTTI_BGSWeaponData__Charge = (void *)0x05248F60; -const void * RTTI_BGSWeaponData__Damage = (void *)0x05248F90; -const void * RTTI_BGSWeaponData__Firing = (void *)0x05248FC0; -const void * RTTI_BGSWeaponData__FiringStrategyBase = (void *)0x05249070; -const void * RTTI_BGSWeaponData__FiringStrategy_Automatic = (void *)0x052490E8; -const void * RTTI_BGSWeaponData__FiringStrategy_BoltShot = (void *)0x05249030; -const void * RTTI_BGSWeaponData__FiringStrategy_Burst = (void *)0x05249128; -const void * RTTI_BGSWeaponData__FiringStrategy_ChargedShot = (void *)0x05248FF0; -const void * RTTI_BGSWeaponData__FiringStrategy_SingleShot = (void *)0x052490A8; -const void * RTTI_BGSWeaponData__Flags = (void *)0x05249168; -const void * RTTI_BGSWeaponData__General = (void *)0x05249198; -const void * RTTI_BGSWeaponData__Melee = (void *)0x052491C8; -const void * RTTI_BGSWeaponData__Power = (void *)0x052491F8; -const void * RTTI_BGSWeaponData__Reload = (void *)0x05249228; -const void * RTTI_BGSWeaponData__ShipWeapon = (void *)0x051EBEB0; -const void * RTTI_BGSWeaponData__Turret = (void *)0x05249258; -const void * RTTI_BGSWeaponData__VariableRange = (void *)0x05249288; -const void * RTTI_BGSWeaponData__Visuals = (void *)0x052492C0; -const void * RTTI_BGSWeatherSettingsForm = (void *)0x0524E418; -const void * RTTI_BGSWorkshopItemColorComponent = (void *)0x051E53F8; -const void * RTTI_BGSWorldSpaceOverlayComponent = (void *)0x051F6CF8; -const void * RTTI_BGSWwiseEventForm = (void *)0x05119850; -const void * RTTI_BGSWwiseKeywordMapping = (void *)0x052487A8; -const void * RTTI_BGSZoneTargetListener = (void *)0x05277F30; -const void * RTTI_BIEventUtils__FindAllStarbornPowerFunctor = (void *)0x05333E48; -const void * RTTI_BSAVMS__AVMNode = (void *)0x051E17D8; -const void * RTTI_BSAVMS__AVMNodeInFlightCounted = (void *)0x051E17A0; -const void * RTTI_BSAVMS__AVMPartialNode = (void *)0x051E1770; -const void * RTTI_BSAnimNotes = (void *)0x05496B10; -const void * RTTI_BSAnimationAnimDBData = (void *)0x053EE950; -const void * RTTI_BSAnimationDBData = (void *)0x053EEAD8; -const void * RTTI_BSAnimationGraph = (void *)0x053EF090; -const void * RTTI_BSAnimationGraphChannel = (void *)0x05266C08; -const void * RTTI_BSAnimationGraphLoadScrapper = (void *)0x051BC2F0; -const void * RTTI_BSAnimationGraphManager = (void *)0x053FCEA0; -const void * RTTI_BSAnimationUtils__FindEventClipGeneratorsFunctor = (void *)0x053EEA40; -const void * RTTI_BSAnimationUtils__MatchEventToClipGeneratorsFunctor = (void *)0x053EE4C0; -const void * RTTI_BSAttachConfig__ArtObjectAttach = (void *)0x0524E180; -const void * RTTI_BSAttachConfig__AttachmentConfiguration = (void *)0x05130680; -const void * RTTI_BSAttachConfig__BaseInstance = (void *)0x051E0F30; -const void * RTTI_BSAttachConfig__ISearchMethod = (void *)0x0524E2B8; -const void * RTTI_BSAttachConfig__NodeAttachmentInstance = (void *)0x051E0F68; -const void * RTTI_BSAttachConfig__ObjectAttachmentInstance = (void *)0x051E10A0; -const void * RTTI_BSAttachConfig__ParticleAttachmentInstance = (void *)0x051E0EF0; -const void * RTTI_BSAttachConfig__SearchMethodBase = (void *)0x0524E280; -const void * RTTI_BSAttachConfig__SearchMultipleNamesMultipleNodes = (void *)0x05415E10; -const void * RTTI_BSAttachConfig__SearchRootNode = (void *)0x0540F690; -const void * RTTI_BSAttachConfig__SearchSingleNameSingleNode = (void *)0x0524E2F0; -const void * RTTI_BSAttachRefController = (void *)0x052181B8; -const void * RTTI_BSAttachTechniques__AttachTechniqueInput = (void *)0x05330AB0; -const void * RTTI_BSAttachTechniques__BSAttachTechnique = (void *)0x051B3670; -const void * RTTI_BSAutoQueuedDependentNodeBase = (void *)0x0520EC30; -const void * RTTI_BSAwardsSystemUtility = (void *)0x051C16F0; -const void * RTTI_BSBehaviorGraphExtraData = (void *)0x0541B858; -const void * RTTI_BSBehaviorGraphSwapSingleton = (void *)0x052915A8; -const void * RTTI_BSBind__BGSExternalEmittanceController = (void *)0x05214170; -const void * RTTI_BSBind__BGSLensFlareController = (void *)0x05214138; -const void * RTTI_BSBind__ColorCurveController = (void *)0x05415130; -const void * RTTI_BSBind__ColorLerpController = (void *)0x05415318; -const void * RTTI_BSBind__ComponentBinding = (void *)0x0541B4C8; -const void * RTTI_BSBind__ComponentProperty = (void *)0x05415000; -const void * RTTI_BSBind__Directory = (void *)0x05415E80; -const void * RTTI_BSBind__Float2DCurveController = (void *)0x05415030; -const void * RTTI_BSBind__Float2DLerpController = (void *)0x05415248; -const void * RTTI_BSBind__Float3DCurveController = (void *)0x054151A0; -const void * RTTI_BSBind__Float3DLerpController = (void *)0x05415210; -const void * RTTI_BSBind__Float4DCurveController = (void *)0x05415168; -const void * RTTI_BSBind__Float4DLerpController = (void *)0x054151D8; -const void * RTTI_BSBind__FloatCurveController = (void *)0x05415068; -const void * RTTI_BSBind__FloatLerpController = (void *)0x05415280; -const void * RTTI_BSBind__IAddressControllerStore = (void *)0x052605A8; -const void * RTTI_BSBind__IController = (void *)0x052141B0; -const void * RTTI_BSBind__IDataBinding = (void *)0x051EF8A8; -const void * RTTI_BSBind__INode = (void *)0x05415DE8; -const void * RTTI_BSBind__MultiBinding = (void *)0x051EF878; -const void * RTTI_BSBind__Multiplex = (void *)0x05415E58; -const void * RTTI_BSBind__Snapshot = (void *)0x0510BD40; -const void * RTTI_BSBind__StableBinding = (void *)0x0524E398; -const void * RTTI_BSBind__TimerController = (void *)0x05415100; -const void * RTTI_BSBlastNode = (void *)0x05416EF0; -const void * RTTI_BSBlendTreadTransfInterpolator = (void *)0x05495FC8; -const void * RTTI_BSBoneLODExtraData = (void *)0x0541B828; -const void * RTTI_BSBound = (void *)0x05407430; -const void * RTTI_BSBoxConstructor = (void *)0x054168A8; -const void * RTTI_BSCSVUtils__ParserBuffer = (void *)0x05418C10; -const void * RTTI_BSCapsuleConstructor = (void *)0x054168D0; -const void * RTTI_BSCloneReserver = (void *)0x052181E8; -const void * RTTI_BSClothExtraData = (void *)0x05405898; -const void * RTTI_BSClothUtils__BSGeometryBuffer = (void *)0x05405988; -const void * RTTI_BSClothUtils__BSInstantiationUtil = (void *)0x05405950; -const void * RTTI_BSClothUtils__BSTransformSet = (void *)0x054058C0; -const void * RTTI_BSComponentDB2__DB = (void *)0x0540F308; -const void * RTTI_BSComponentDB2__DBFileIndex__IDFixupVisitor = (void *)0x0549DB30; -const void * RTTI_BSComponentDB2__JsonDBIDHandler = (void *)0x0541CFD0; -const void * RTTI_BSComponentDB2__JsonResourceIDHandler = (void *)0x0541CE18; -const void * RTTI_BSComponentDB2__Memory__ConcurrentPageAllocImpl = (void *)0x0540EFA0; -const void * RTTI_BSComponentDB2__StorageService = (void *)0x0541BEC8; -const void * RTTI_BSComponentDB2__StorageService__Impl = (void *)0x0541CD48; -const void * RTTI_BSComponentDB2__StorageService__ObjectReferenceVisitor = (void *)0x0541CD90; -const void * RTTI_BSComponentDB__IComponentFactory = (void *)0x051BBA60; -const void * RTTI_BSConnectPoint__ChildOrigin = (void *)0x05217398; -const void * RTTI_BSConnectPoint__Children = (void *)0x05405518; -const void * RTTI_BSConnectPoint__Parents = (void *)0x05405548; -const void * RTTI_BSCoreMessage__MessageSource = (void *)0x051B4408; -const void * RTTI_BSCounterStorage = (void *)0x053C9958; -const void * RTTI_BSCylinderConstructor = (void *)0x05293E30; -const void * RTTI_BSDamageStage = (void *)0x05416F40; -const void * RTTI_BSDebounceManager = (void *)0x053FF7F8; -const void * RTTI_BSDebrisNode = (void *)0x05416F18; -const void * RTTI_BSDiscBootSystemUtility = (void *)0x051C19F0; -const void * RTTI_BSDistantObjectExtraData = (void *)0x0541B8B8; -const void * RTTI_BSDynamicGeometry = (void *)0x054979C0; -const void * RTTI_BSExceptionHandler = (void *)0x051A55B8; -const void * RTTI_BSExteriorReflectionProbeAdjustmentVolume = (void *)0x05418230; -const void * RTTI_BSExtraData = (void *)0x051EFA98; -const void * RTTI_BSFaceDB__AttachHeadControlNode = (void *)0x051F0DD0; -const void * RTTI_BSFaceDB__CreateHeadControlNode = (void *)0x051F0A30; -const void * RTTI_BSFaceDB__CrowdHairCustomization = (void *)0x051F0EA0; -const void * RTTI_BSFaceDB__EyeCustomization = (void *)0x051F0E70; -const void * RTTI_BSFaceDB__FaceCustomizationTexturesNode = (void *)0x051F0E30; -const void * RTTI_BSFaceDB__HairCustomization = (void *)0x051F0ED8; -const void * RTTI_BSFaceDB__JewelryCustomizationNode = (void *)0x051F0D60; -const void * RTTI_BSFaceDB__RequestCompleteNode = (void *)0x051F09F8; -const void * RTTI_BSFaceDB__RequestHeadPartResourcesNode = (void *)0x051F1080; -const void * RTTI_BSFaceDB__TeethCustomizationNode = (void *)0x051F0D98; -const void * RTTI_BSFaceFX = (void *)0x051F00A0; -const void * RTTI_BSFaceGenAnimationData = (void *)0x0527A0D0; -const void * RTTI_BSFaceGenNiNode = (void *)0x0527A270; -const void * RTTI_BSFaceGenUtils__UpdateFaceCustomizationTexturesNode = (void *)0x051F0D10; -const void * RTTI_BSFadeNode = (void *)0x0511BEB0; -const void * RTTI_BSFile = (void *)0x05337568; -const void * RTTI_BSFile__PageCache__PhysReadType = (void *)0x054560C0; -const void * RTTI_BSFixedSizeBlockAllocator__IAlloc = (void *)0x0533C100; -const void * RTTI_BSFixedSizeBlockAllocator__UserPoolImplBase = (void *)0x051C1BA0; -const void * RTTI_BSFogVolume = (void *)0x05418208; -const void * RTTI_BSFrameManager = (void *)0x05419B90; -const void * RTTI_BSFrustumFOVController = (void *)0x05495D68; -const void * RTTI_BSFurnitureMarkerNode = (void *)0x054180C0; -const void * RTTI_BSGFxFunctionBase = (void *)0x0542D128; -const void * RTTI_BSGFxFunctionHandler = (void *)0x0542E9F0; -const void * RTTI_BSGFxObject = (void *)0x052F06A8; -const void * RTTI_BSGalaxy__BGSStar = (void *)0x051F9AC0; -const void * RTTI_BSGalaxy__BGSSunPresetForm = (void *)0x051F9AE8; -const void * RTTI_BSGalaxy__BiomeMapDB__LoadBiome = (void *)0x051F9B18; -const void * RTTI_BSGalaxy__Biomes__Map = (void *)0x051B35A0; -const void * RTTI_BSGalaxy__ModuleState = (void *)0x05400880; -const void * RTTI_BSGalaxy__Physics__Havok__BSGalaxyCollisionObject = (void *)0x05402250; -const void * RTTI_BSGalaxy__Physics__Havok__bhkSpaceWorld = (void *)0x05402028; -const void * RTTI_BSGalaxy__hknpBSShiftOffsetCollector = (void *)0x05401FE8; -const void * RTTI_BSGameDataSystemUtility = (void *)0x051B37F8; -const void * RTTI_BSGameStreamUtility = (void *)0x051C1720; -const void * RTTI_BSGamepadDevice = (void *)0x053FFE40; -const void * RTTI_BSGamerProfile = (void *)0x051C1E08; -const void * RTTI_BSGdkTaskletGroupData = (void *)0x054576A0; -const void * RTTI_BSGdkTaskletManager = (void *)0x051B3BE8; -const void * RTTI_BSGeometry = (void *)0x0511CFA0; -const void * RTTI_BSGeometryConstructorManager = (void *)0x05347000; -const void * RTTI_BSGeometrySegmentData = (void *)0x05497150; -const void * RTTI_BSGrabIKNote = (void *)0x05496B38; -const void * RTTI_BSIMusicTrack = (void *)0x052717E0; -const void * RTTI_BSIdleInputWatcher = (void *)0x052EB750; -const void * RTTI_BSInputDevice = (void *)0x053FFE18; -const void * RTTI_BSInputDeviceManager = (void *)0x053FF2F8; -const void * RTTI_BSInputEnableManager = (void *)0x053FF8D0; -const void * RTTI_BSInputEventReceiver = (void *)0x052B1A88; -const void * RTTI_BSInputEventSingleUser = (void *)0x052DE5D8; -const void * RTTI_BSInputEventUser = (void *)0x051526E8; -const void * RTTI_BSInvMarker = (void *)0x0541B7B0; -const void * RTTI_BSJobs2__Detail__ControlNodeJob = (void *)0x0520B868; -const void * RTTI_BSJobs2__Detail__GroupThread = (void *)0x05455A00; -const void * RTTI_BSJobs2__Memory__HeapMemoryPolicy = (void *)0x051C1458; -const void * RTTI_BSJobs2__Memory__LSAMemoryPolicy = (void *)0x051C1528; -const void * RTTI_BSJobs2__Memory__ScrapMemoryPolicy = (void *)0x05455AA0; -const void * RTTI_BSKeyboardDevice = (void *)0x053FFE98; -const void * RTTI_BSLagBoneController = (void *)0x0541B888; -const void * RTTI_BSLegacyStreamableStub = (void *)0x05497AE0; -const void * RTTI_BSLensFlareRender__BSLensFlareSpriteRenderData = (void *)0x05259EE0; -const void * RTTI_BSLight = (void *)0x054121C0; -const void * RTTI_BSLookIKNote = (void *)0x05496B60; -const void * RTTI_BSMaterialBinding__MaterialPropertyNode = (void *)0x05427A10; -const void * RTTI_BSMaterialBinding__MaterialUVStreamPropertyNode = (void *)0x05427D60; -const void * RTTI_BSMaterial__ModuleState = (void *)0x0541EF80; -const void * RTTI_BSMemStorage = (void *)0x051F6530; -const void * RTTI_BSMemStorageReadOnly = (void *)0x053FF7C8; -const void * RTTI_BSMissionMenu = (void *)0x052F8340; -const void * RTTI_BSMissionMenu__MissionMenuEventShuttle = (void *)0x052F8058; -const void * RTTI_BSModelDB__AutoQueuedDependentNode = (void *)0x0520EB60; -const void * RTTI_BSModelDB__BSModelProcessor = (void *)0x0520ECF8; -const void * RTTI_BSModelDB__ModelResourceNode = (void *)0x05411C28; -const void * RTTI_BSModelDB__QueuedHandles = (void *)0x05208B28; -const void * RTTI_BSModelNode = (void *)0x05217460; -const void * RTTI_BSModelNodeAnimRig = (void *)0x053EF4C8; -const void * RTTI_BSModelNodePhysicsComponentI = (void *)0x05217400; -const void * RTTI_BSModelNodeRigI = (void *)0x053EF4F8; -const void * RTTI_BSMorphDB__AutoQueuedNode = (void *)0x05410510; -const void * RTTI_BSMorphDB__QueuedHandles = (void *)0x05291388; -const void * RTTI_BSMorphTargetData = (void *)0x05497008; -const void * RTTI_BSMouseDevice = (void *)0x053FFEC0; -const void * RTTI_BSMsgDialogSystemUtility = (void *)0x051C19C0; -const void * RTTI_BSMultiTargetTreadTransfController = (void *)0x05495A90; -const void * RTTI_BSNavMeshGenAntiseedTrimmerTask = (void *)0x05440AE8; -const void * RTTI_BSNavMeshGenCollapserTask = (void *)0x0543FBC8; -const void * RTTI_BSNavMeshGenComputeBoundTask = (void *)0x05440A08; -const void * RTTI_BSNavMeshGenContext = (void *)0x051E7C80; -const void * RTTI_BSNavMeshGenContextGroup = (void *)0x05444EE8; -const void * RTTI_BSNavMeshGenCoverTask = (void *)0x054409A8; -const void * RTTI_BSNavMeshGenData = (void *)0x051E7388; -const void * RTTI_BSNavMeshGenInputProcessTask = (void *)0x0543FB90; -const void * RTTI_BSNavMeshGenInputProcessor = (void *)0x0521F588; -const void * RTTI_BSNavMeshGenLinkDoorTask = (void *)0x054409D8; -const void * RTTI_BSNavMeshGenNode = (void *)0x051E7AC8; -const void * RTTI_BSNavMeshGenOutputProcessTask = (void *)0x0543FB58; -const void * RTTI_BSNavMeshGenOutputProcessor = (void *)0x0521F620; -const void * RTTI_BSNavMeshGenRecastImport = (void *)0x054473F0; -const void * RTTI_BSNavMeshGenRecastTask = (void *)0x0543FB28; -const void * RTTI_BSNavMeshGenRequestPauseTask = (void *)0x05444F18; -const void * RTTI_BSNavMeshGenRequestResumeTask = (void *)0x05444EB0; -const void * RTTI_BSNavMeshGenSeedTrimmerTask = (void *)0x05440B20; -const void * RTTI_BSNavMeshGenSmallAreaTrimmerTask = (void *)0x05440AB0; -const void * RTTI_BSNavMeshGenSplitter = (void *)0x0521F658; -const void * RTTI_BSNavMeshGenSplitterTask = (void *)0x0543FAC8; -const void * RTTI_BSNavMeshGenStitcher = (void *)0x0521F7C0; -const void * RTTI_BSNavMeshGenStitcherTask = (void *)0x0543FAF8; -const void * RTTI_BSNavMeshGenTask = (void *)0x051E7C30; -const void * RTTI_BSNavMeshGenTaskGraphProcessor = (void *)0x0543FD70; -const void * RTTI_BSNavMeshGenTaskGroup = (void *)0x0543FE20; -const void * RTTI_BSNavMeshGenTaskProgress = (void *)0x05444A28; -const void * RTTI_BSNavMeshGenTaskServer = (void *)0x0521E3E0; -const void * RTTI_BSNavMeshGenTerrainTrimmerTask = (void *)0x05440A78; -const void * RTTI_BSNavMeshGenTraversalTask = (void *)0x05440C38; -const void * RTTI_BSNavMeshGenTriangleHeightTask = (void *)0x05440BC8; -const void * RTTI_BSNavMeshGenTrianglePlatformTask = (void *)0x05440C00; -const void * RTTI_BSNavMeshGenTriangleSplitter = (void *)0x054449F0; -const void * RTTI_BSNavMeshGenTriangleSplitterTask = (void *)0x05440B90; -const void * RTTI_BSNavMeshGenTriangleTunnelTask = (void *)0x05440B58; -const void * RTTI_BSNavMeshGenTriangleWaterTask = (void *)0x05440A40; -const void * RTTI_BSNavMeshGenUpdateNavMeshInfoTask = (void *)0x05440940; -const void * RTTI_BSNavMeshGenVertexDataTask = (void *)0x05440908; -const void * RTTI_BSNavMeshGenWaypointTask = (void *)0x05440978; -const void * RTTI_BSNavMeshGenerator = (void *)0x0521E410; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBarrierNode = (void *)0x0543FCC0; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode = (void *)0x0543FC60; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode = (void *)0x05444FE0; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginNode = (void *)0x05445078; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode = (void *)0x0543FC00; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode = (void *)0x05445030; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenParentNode = (void *)0x054450C0; -const void * RTTI_BSNavigationGraph = (void *)0x05223F58; -const void * RTTI_BSNavigationGraphInfo = (void *)0x05289D70; -const void * RTTI_BSNavigationGraphManager = (void *)0x0521C840; -const void * RTTI_BSNavigationGraphRefCount = (void *)0x05223F28; -const void * RTTI_BSNavigationGrid = (void *)0x05445D10; -const void * RTTI_BSNavigationGridBase = (void *)0x05445D38; -const void * RTTI_BSNavigationGridChunk = (void *)0x05445C78; -const void * RTTI_BSNavigationGridFieldBase = (void *)0x0529BA88; -const void * RTTI_BSNavigationGridInfo = (void *)0x05445C48; -const void * RTTI_BSNavigationGridManager = (void *)0x0521CC58; -const void * RTTI_BSNavigationGridManager__Task = (void *)0x0521CAD8; -const void * RTTI_BSNavigationGridObstacleUpdateTask = (void *)0x05445D68; -const void * RTTI_BSNavmesh = (void *)0x05289CD0; -const void * RTTI_BSNavmeshInfo = (void *)0x05289D48; -const void * RTTI_BSNavmeshInfoMap = (void *)0x05289DA0; -const void * RTTI_BSNavmeshInfoMap__IRecursiveVisitor = (void *)0x0528B520; -const void * RTTI_BSNavmeshInfoSearch = (void *)0x05445570; -const void * RTTI_BSNavmeshObstacleCoverData = (void *)0x054451F0; -const void * RTTI_BSNavmeshObstacleData = (void *)0x051EA790; -const void * RTTI_BSNavmeshReferenceObstacleArray = (void *)0x0528A418; -const void * RTTI_BSNavmeshSearch = (void *)0x0528C2B8; -const void * RTTI_BSNavmeshSearchAvailableSpaceDirectional = (void *)0x05445920; -const void * RTTI_BSNavmeshSearchAvailableSpaceRadius = (void *)0x054458E0; -const void * RTTI_BSNavmeshSearchBase = (void *)0x052888B0; -const void * RTTI_BSNavmeshSearchFilters = (void *)0x0528C2E0; -const void * RTTI_BSNavmeshSearchHideFilter = (void *)0x0528C288; -const void * RTTI_BSNiNode = (void *)0x051E32C0; -const void * RTTI_BSNodeReferences = (void *)0x05418270; -const void * RTTI_BSNoise__Add = (void *)0x0541ACC8; -const void * RTTI_BSNoise__Billow = (void *)0x0541ACA0; -const void * RTTI_BSNoise__Crater = (void *)0x0541B918; -const void * RTTI_BSNoise__Invert = (void *)0x0541AD48; -const void * RTTI_BSNoise__Perlin = (void *)0x05418C70; -const void * RTTI_BSNoise__Ridged = (void *)0x0541B788; -const void * RTTI_BSNoise__SmoothStep = (void *)0x0541AD18; -const void * RTTI_BSNoise__Subtract = (void *)0x0541ADC0; -const void * RTTI_BSNoise__Turbulence = (void *)0x0541B940; -const void * RTTI_BSNoise__Voronoi = (void *)0x0541AD70; -const void * RTTI_BSNonUniformScaleExtraData = (void *)0x051F6B48; -const void * RTTI_BSOfflineRTExtraData = (void *)0x0541B4F8; -const void * RTTI_BSOrderedNode = (void *)0x051E3210; -const void * RTTI_BSPCGamepadDevice = (void *)0x05400318; -const void * RTTI_BSPCGamepadDeviceHandler = (void *)0x053FFEE8; -const void * RTTI_BSPCGamerProfile = (void *)0x0549D788; -const void * RTTI_BSPCKeyboardDevice = (void *)0x053FFE68; -const void * RTTI_BSPCMouseDevice = (void *)0x053FFF18; -const void * RTTI_BSPCVirtualKeyboardDevice = (void *)0x053FFF70; -const void * RTTI_BSPageFile__MemoryWriteStorage = (void *)0x05337370; -const void * RTTI_BSPageFile__MultiplexWrite = (void *)0x05457500; -const void * RTTI_BSParseCSV__IGetBufferCB = (void *)0x05418BE0; -const void * RTTI_BSParticle = (void *)0x0543BCA0; -const void * RTTI_BSPathBuilder = (void *)0x05282D80; -const void * RTTI_BSPathEventManager = (void *)0x05446048; -const void * RTTI_BSPathSmootherPOVSearch = (void *)0x0543F918; -const void * RTTI_BSPathing = (void *)0x0528B858; -const void * RTTI_BSPathingCellManager = (void *)0x0528B828; -const void * RTTI_BSPathingRequest = (void *)0x051DFFA0; -const void * RTTI_BSPathingRequestPolicies__DestinationArea = (void *)0x05289588; -const void * RTTI_BSPathingRequestPolicies__EscortRequest = (void *)0x05283468; -const void * RTTI_BSPathingSearchRayCast = (void *)0x05446B58; -const void * RTTI_BSPathingSite = (void *)0x05346E60; -const void * RTTI_BSPathingSpace = (void *)0x0528BA60; -const void * RTTI_BSPathingStreamSimpleBufferRead = (void *)0x05444738; -const void * RTTI_BSPathingStreamSimpleBufferWrite = (void *)0x0521C138; -const void * RTTI_BSPathingTraversal = (void *)0x052235D8; -const void * RTTI_BSPathingTraversalAction = (void *)0x05221880; -const void * RTTI_BSPathingTraversalData = (void *)0x05221988; -const void * RTTI_BSPathingTraversalManager = (void *)0x05223010; -const void * RTTI_BSPathing__CheckLineOfSightFilter = (void *)0x0521DD20; -const void * RTTI_BSPathing__DetermineAvailableRadiusAtPositionVisitor = (void *)0x0543E3E0; -const void * RTTI_BSPathing__DetermineAvailableRadiusInDirectionVisitor = (void *)0x0543E390; -const void * RTTI_BSPathing__EdgeFoundVisitor = (void *)0x053611D8; -const void * RTTI_BSPausableItem = (void *)0x0528A350; -const void * RTTI_BSPauseRequester = (void *)0x051BB040; -const void * RTTI_BSPistonController = (void *)0x0540CEE8; -const void * RTTI_BSPlatform__BNetAsyncRequestBase = (void *)0x054990B8; -const void * RTTI_BSPlatform__BSBethesdaPlatform = (void *)0x05498F28; -const void * RTTI_BSPlayerDistanceCheckController = (void *)0x0535BD78; -const void * RTTI_BSPrecomputedNavmeshInfoSearch = (void *)0x05445538; -const void * RTTI_BSProbeGridVolume = (void *)0x054167A8; -const void * RTTI_BSProceduralLightningController = (void *)0x05418EF8; -const void * RTTI_BSProceduralLightningTasklet = (void *)0x05418F30; -const void * RTTI_BSProjectedDecal = (void *)0x054160D0; -const void * RTTI_BSQueuedResourceCollectionBase = (void *)0x051FC320; -const void * RTTI_BSRangeNode = (void *)0x05416EC8; -const void * RTTI_BSRecastModule__BSRecastJob = (void *)0x05447420; -const void * RTTI_BSReference = (void *)0x05418360; -const void * RTTI_BSReflectionProbe = (void *)0x054180F0; -const void * RTTI_BSReflection__AnyType = (void *)0x051B1B58; -const void * RTTI_BSReflection__BSFixedStringType = (void *)0x051B0910; -const void * RTTI_BSReflection__BasicType = (void *)0x051B42D8; -const void * RTTI_BSReflection__ClassType = (void *)0x05134C58; -const void * RTTI_BSReflection__ConstCStringType = (void *)0x051B0850; -const void * RTTI_BSReflection__EnumerationType = (void *)0x051A5180; -const void * RTTI_BSReflection__IConstEnumerator = (void *)0x0524E330; -const void * RTTI_BSReflection__IObject = (void *)0x051304A8; -const void * RTTI_BSReflection__ResourceIDStringConverter = (void *)0x0514EF78; -const void * RTTI_BSReflection__Serializer = (void *)0x05416808; -const void * RTTI_BSReflection__UIDStringConverter = (void *)0x0514EF08; -const void * RTTI_BSRendererSceneNode = (void *)0x05411F40; -const void * RTTI_BSRendererState = (void *)0x05418168; -const void * RTTI_BSResource2__CacheBase = (void *)0x051EA120; -const void * RTTI_BSResource2__EntryBase = (void *)0x051EA230; -const void * RTTI_BSResource2__IResourceCreator = (void *)0x051F0128; -const void * RTTI_BSResource2__ProxyStream = (void *)0x054482D8; -const void * RTTI_BSResource2__ResourceCreateNode = (void *)0x05448338; -const void * RTTI_BSResourceNiBinaryStream = (void *)0x0542D998; -const void * RTTI_BSResourceReloadManager = (void *)0x05419588; -const void * RTTI_BSResourceStreamParser = (void *)0x0542D9C8; -const void * RTTI_BSResourceStreamStorage = (void *)0x0544B898; -const void * RTTI_BSResource__Archive2__AsyncReaderStream = (void *)0x05448648; -const void * RTTI_BSResource__Archive2__Index = (void *)0x05448900; -const void * RTTI_BSResource__Archive2__Manager__MemoryCacheLocation = (void *)0x054487E0; -const void * RTTI_BSResource__Archive2__ReaderStream = (void *)0x054483A0; -const void * RTTI_BSResource__ArchiveIDConverter = (void *)0x051B83F0; -const void * RTTI_BSResource__AsyncStream = (void *)0x05448370; -const void * RTTI_BSResource__IMemoryFileBuffer = (void *)0x0544B938; -const void * RTTI_BSResource__Location = (void *)0x051B8338; -const void * RTTI_BSResource__LocationTraverser = (void *)0x0541CDE0; -const void * RTTI_BSResource__LooseFileLocation = (void *)0x0544B790; -const void * RTTI_BSResource__MemoryFileBuffer = (void *)0x0544B900; -const void * RTTI_BSResource__MemoryFileLocation = (void *)0x05448828; -const void * RTTI_BSResource__MemoryFileStream = (void *)0x0544B8C8; -const void * RTTI_BSResource__SDirectory2__IDirectoryIDIterator = (void *)0x053EEA90; -const void * RTTI_BSResource__SDirectory2__IDirectoryStreamIterator = (void *)0x051E0680; -const void * RTTI_BSResource__SDirectory2__ThreadCursor = (void *)0x05448688; -const void * RTTI_BSResource__Server__Commands__CancelAll = (void *)0x054108F8; -const void * RTTI_BSResource__Server__GraphProcessor = (void *)0x05254FA8; -const void * RTTI_BSResource__Server__LinearProcessor = (void *)0x05208CA0; -const void * RTTI_BSResource__Server__NodeBase = (void *)0x051E1800; -const void * RTTI_BSResource__Server__ResourceServerDebug = (void *)0x0544ADC0; -const void * RTTI_BSResource__Stream = (void *)0x05447DC0; -const void * RTTI_BSResource__StreamBase = (void *)0x05447DE8; -const void * RTTI_BSRotAccumTransfInterpolator = (void *)0x05496B88; -const void * RTTI_BSSaveDataSystemUtility = (void *)0x051C1838; -const void * RTTI_BSSaveDataSystemUtilityFile = (void *)0x05337530; -const void * RTTI_BSScaleformFileOpener = (void *)0x0542E828; -const void * RTTI_BSScaleformImageLoader = (void *)0x0542EE28; -const void * RTTI_BSScaleformMovieLoadTask = (void *)0x0542E9C0; -const void * RTTI_BSScaleformTranslator__ScaleformImpl = (void *)0x0542EEC0; -const void * RTTI_BSSceneNode = (void *)0x05411F70; -const void * RTTI_BSScript__ByteCode__PackedInstructionStream__InstructionFunctor = (void *)0x054518F0; -const void * RTTI_BSScript__CompiledScriptLoader = (void *)0x0544E770; -const void * RTTI_BSScript__ErrorLogger = (void *)0x053C38E8; -const void * RTTI_BSScript__ICachedErrorMessage = (void *)0x052B32F8; -const void * RTTI_BSScript__IClientVM = (void *)0x053C9308; -const void * RTTI_BSScript__IComplexType = (void *)0x0544C740; -const void * RTTI_BSScript__IFunction = (void *)0x052BCFA8; -const void * RTTI_BSScript__IHandleReaderWriter = (void *)0x053C10A8; -const void * RTTI_BSScript__ILoader = (void *)0x053C9220; -const void * RTTI_BSScript__IMemoryPagePolicy = (void *)0x0544DE00; -const void * RTTI_BSScript__IObjectHandlePolicy = (void *)0x053C93E0; -const void * RTTI_BSScript__IObjectProcessor = (void *)0x0544EA80; -const void * RTTI_BSScript__IProfilePolicy = (void *)0x053C5950; -const void * RTTI_BSScript__ISavePatcherInterface = (void *)0x053C5C28; -const void * RTTI_BSScript__IStackCallbackFunctor = (void *)0x053C9378; -const void * RTTI_BSScript__IStackCallbackSaveInterface = (void *)0x053C9338; -const void * RTTI_BSScript__IStore = (void *)0x053C62D0; -const void * RTTI_BSScript__IVMDebugInterface = (void *)0x0544C7D8; -const void * RTTI_BSScript__IVMObjectBindInterface = (void *)0x0544BB68; -const void * RTTI_BSScript__IVMRemoteDebuggerInterface = (void *)0x0544EBB8; -const void * RTTI_BSScript__IVMSaveLoadInterface = (void *)0x0544C7A0; -const void * RTTI_BSScript__IVirtualMachine = (void *)0x0544C770; -const void * RTTI_BSScript__Internal__AutoPropGetFunction = (void *)0x05451A00; -const void * RTTI_BSScript__Internal__AutoPropSetFunction = (void *)0x054519C0; -const void * RTTI_BSScript__Internal__CodeTasklet = (void *)0x05451DE0; -const void * RTTI_BSScript__Internal__FunctionMessageNode = (void *)0x05455298; -const void * RTTI_BSScript__Internal__FunctionMessageProcessor = (void *)0x05455250; -const void * RTTI_BSScript__Internal__IFuncCallQuery = (void *)0x0544EAF0; -const void * RTTI_BSScript__Internal__NativeFunctionStub = (void *)0x05451728; -const void * RTTI_BSScript__Internal__RawFuncCallQuery = (void *)0x0544EAB0; -const void * RTTI_BSScript__Internal__ScriptFunction = (void *)0x05455540; -const void * RTTI_BSScript__Internal__VirtualMachine = (void *)0x0544EBF8; -const void * RTTI_BSScript__Internal__VirtualMachine__IFuncCallCallbacks = (void *)0x0544EA30; -const void * RTTI_BSScript__LinkerProcessor = (void *)0x054543E0; -const void * RTTI_BSScript__NF_util__NativeFunctionBase = (void *)0x052BCF20; -const void * RTTI_BSScript__ObjectBindPolicy = (void *)0x053C93B0; -const void * RTTI_BSScript__ObjectTypeInfo = (void *)0x0544C710; -const void * RTTI_BSScript__SimpleAllocMemoryPagePolicy = (void *)0x0544DDC0; -const void * RTTI_BSScript__StructTypeInfo = (void *)0x0544D3B0; -const void * RTTI_BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor = (void *)0x054516D0; -const void * RTTI_BSSequence__AnimationEvent = (void *)0x0524D8C8; -const void * RTTI_BSSequence__AnimationTrack = (void *)0x0524E0C8; -const void * RTTI_BSSequence__AnimationVariableTrack = (void *)0x0524D890; -const void * RTTI_BSSequence__AnimationVectorVariableTrack = (void *)0x0524D930; -const void * RTTI_BSSequence__BindingEvent = (void *)0x05415400; -const void * RTTI_BSSequence__CameraShakeEvent = (void *)0x0524D9B0; -const void * RTTI_BSSequence__CameraShakeStrengthTrack = (void *)0x0524D970; -const void * RTTI_BSSequence__CameraShakeTrack = (void *)0x0524D8F8; -const void * RTTI_BSSequence__ColorCurveEvent = (void *)0x05415BA0; -const void * RTTI_BSSequence__ColorLerpEvent = (void *)0x05414F48; -const void * RTTI_BSSequence__ColorNoiseEvent = (void *)0x05414F10; -const void * RTTI_BSSequence__ColorTriggerEvent = (void *)0x05414FC8; -const void * RTTI_BSSequence__ConsoleScriptEvent = (void *)0x0524D858; -const void * RTTI_BSSequence__CullEvent = (void *)0x0524DC80; -const void * RTTI_BSSequence__DissolveEvent = (void *)0x0524D328; -const void * RTTI_BSSequence__DissolveFrequencyScaleTrack = (void *)0x0524D458; -const void * RTTI_BSSequence__DissolveOffsetTrack = (void *)0x0524D3E8; -const void * RTTI_BSSequence__DissolveTrack = (void *)0x051EF7C8; -const void * RTTI_BSSequence__Event = (void *)0x0524E1B8; -const void * RTTI_BSSequence__ExplosionObjectSpawn = (void *)0x0524D5F0; -const void * RTTI_BSSequence__Float2CurveEvent = (void *)0x05414D68; -const void * RTTI_BSSequence__Float2LerpEvent = (void *)0x05414DA0; -const void * RTTI_BSSequence__Float2TriggerEvent = (void *)0x05414C58; -const void * RTTI_BSSequence__FloatCurveEvent = (void *)0x05414C90; -const void * RTTI_BSSequence__FloatLerpEvent = (void *)0x05414D00; -const void * RTTI_BSSequence__FloatNoiseEvent = (void *)0x05414CC8; -const void * RTTI_BSSequence__FloatTriggerEvent = (void *)0x05414C20; -const void * RTTI_BSSequence__ITimeMultiplierProvider = (void *)0x0524E4D0; -const void * RTTI_BSSequence__ImageSpaceLifetimeEvent = (void *)0x0524DE38; -const void * RTTI_BSSequence__ImageSpaceStrengthTrack = (void *)0x0524DDF8; -const void * RTTI_BSSequence__ImageSpaceTrack = (void *)0x0524DDC0; -const void * RTTI_BSSequence__ImpactEffectEvent = (void *)0x0524DCB0; -const void * RTTI_BSSequence__ImpactEffectTrack = (void *)0x051EF948; -const void * RTTI_BSSequence__LightColorTrack = (void *)0x0524D078; -const void * RTTI_BSSequence__LightEffectReferenceTrack = (void *)0x051EF1B0; -const void * RTTI_BSSequence__LightEffectTrack = (void *)0x0524DE78; -const void * RTTI_BSSequence__LightIntensityTrack = (void *)0x0524DF78; -const void * RTTI_BSSequence__LightLensFlareVisiblityTrack = (void *)0x0524D038; -const void * RTTI_BSSequence__LightRadiusTrack = (void *)0x0524DF08; -const void * RTTI_BSSequence__LightSpawnEvent = (void *)0x0524DF40; -const void * RTTI_BSSequence__LoopMarker = (void *)0x05415B70; -const void * RTTI_BSSequence__MaterialFlipbookIndexGeneratorEvent = (void *)0x0524D280; -const void * RTTI_BSSequence__MaterialFlipbookIndexTrack = (void *)0x0524D1C8; -const void * RTTI_BSSequence__MaterialPropertyTrack = (void *)0x0524D120; -const void * RTTI_BSSequence__MaterialTrack = (void *)0x0524D0B0; -const void * RTTI_BSSequence__Mediator = (void *)0x051EEE68; -const void * RTTI_BSSequence__NamedSequenceMap = (void *)0x051EF150; -const void * RTTI_BSSequence__NodeTrackBase = (void *)0x051EF1F0; -const void * RTTI_BSSequence__NoteEvent = (void *)0x054152E8; -const void * RTTI_BSSequence__NoteTrack = (void *)0x054152B8; -const void * RTTI_BSSequence__Object = (void *)0x051EF280; -const void * RTTI_BSSequence__ObjectAttachmentSubnodeTrack = (void *)0x0524D498; -const void * RTTI_BSSequence__ObjectAttachmentTrack = (void *)0x0524D420; -const void * RTTI_BSSequence__ObjectSpawnEvent = (void *)0x0524D4D8; -const void * RTTI_BSSequence__ObjectSpawnTrack = (void *)0x051EF910; -const void * RTTI_BSSequence__ParticleEffectReferenceTrack = (void *)0x0524D628; -const void * RTTI_BSSequence__ParticleEffectTrack = (void *)0x0524D6D8; -const void * RTTI_BSSequence__ParticleEvent = (void *)0x0524D6A8; -const void * RTTI_BSSequence__ParticleMaterialPropertyTrack = (void *)0x0524D7E8; -const void * RTTI_BSSequence__ParticleParameterTrack = (void *)0x0524D780; -const void * RTTI_BSSequence__PlaySubSequenceEvent = (void *)0x0524DCE8; -const void * RTTI_BSSequence__PositionTrack = (void *)0x0524DB60; -const void * RTTI_BSSequence__PositionTrack__TrackState = (void *)0x051EF980; -const void * RTTI_BSSequence__ProjectedDecalAlphaTrack = (void *)0x0524DA48; -const void * RTTI_BSSequence__ProjectedDecalSpawnEvent = (void *)0x0524DA88; -const void * RTTI_BSSequence__ProjectedDecalTrack = (void *)0x051EF9C0; -const void * RTTI_BSSequence__PropertyControllerBase = (void *)0x05415390; -const void * RTTI_BSSequence__PropertyControllerEvent = (void *)0x05415350; -const void * RTTI_BSSequence__PropertyLerpControllerEvent = (void *)0x05414B40; -const void * RTTI_BSSequence__ReferenceSpawnEvent = (void *)0x0524D5B8; -const void * RTTI_BSSequence__RevertMaterialOverrideEvent = (void *)0x0524D0E0; -const void * RTTI_BSSequence__RotationTrack = (void *)0x0524DC18; -const void * RTTI_BSSequence__RotationTrack__TrackState = (void *)0x051EF9F8; -const void * RTTI_BSSequence__ScaleTrack = (void *)0x0524DBE8; -const void * RTTI_BSSequence__SceneNodeTrack = (void *)0x051EFA38; -const void * RTTI_BSSequence__ScriptTrack = (void *)0x0524D7B8; -const void * RTTI_BSSequence__SetPropertyEvent = (void *)0x054153C8; -const void * RTTI_BSSequence__SoundEvent = (void *)0x0524CEE0; -const void * RTTI_BSSequence__SoundTrack = (void *)0x0524D828; -const void * RTTI_BSSequence__SubSequenceTrack = (void *)0x0524DC48; -const void * RTTI_BSSequence__Track = (void *)0x051EF188; -const void * RTTI_BSSequence__TrackGroup = (void *)0x051EF220; -const void * RTTI_BSSequence__TriggerMaterialSwap = (void *)0x0524D358; -const void * RTTI_BSSequence__VectorCurveEvent = (void *)0x05414E28; -const void * RTTI_BSSequence__VectorLerpEvent = (void *)0x05414E98; -const void * RTTI_BSSequence__VectorNoiseEvent = (void *)0x05414E60; -const void * RTTI_BSSequence__VectorTriggerEvent = (void *)0x05414D30; -const void * RTTI_BSSequence__VisibilityTrack = (void *)0x0524DAC8; -const void * RTTI_BSService__JobSite = (void *)0x051526C0; -const void * RTTI_BSShadowLight = (void *)0x054181B8; -const void * RTTI_BSShapeConstructor = (void *)0x05293E60; -const void * RTTI_BSSimpleScaleController = (void *)0x0535BDB0; -const void * RTTI_BSSkin__BoneData = (void *)0x05497870; -const void * RTTI_BSSkin__Instance = (void *)0x05497898; -const void * RTTI_BSSpatialGraph = (void *)0x05223F00; -const void * RTTI_BSSpatialGraphInfo = (void *)0x054453C8; -const void * RTTI_BSSpatialGraphManager = (void *)0x05225158; -const void * RTTI_BSSpatialGraphSearch = (void *)0x05226308; -const void * RTTI_BSSplatterExtraData = (void *)0x0521C078; -const void * RTTI_BSSteamSysInfoSystemUtility = (void *)0x0549D5F8; -const void * RTTI_BSStorage = (void *)0x051F6810; -const void * RTTI_BSStream = (void *)0x052787D8; -const void * RTTI_BSStreamParserData = (void *)0x0542D968; -const void * RTTI_BSStreaming__DataStorage = (void *)0x05457640; -const void * RTTI_BSSubBehaviorGraphSingletonData = (void *)0x053FDE00; -const void * RTTI_BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask = (void *)0x053FEB70; -const void * RTTI_BSSubSceneNode = (void *)0x05418190; -const void * RTTI_BSSysInfoSystemUtility = (void *)0x051C1808; -const void * RTTI_BSSystemFileAsyncFunctor = (void *)0x0544BB38; -const void * RTTI_BSSystemFileStorage = (void *)0x05457610; -const void * RTTI_BSSystemFileStreamer__HeapData = (void *)0x05455F70; -const void * RTTI_BSSystemFileStreamer__PhysicalRequest = (void *)0x05456048; -const void * RTTI_BSSystemFileStreamer__PinnedData = (void *)0x05456088; -const void * RTTI_BSSystemFileStreamer__Streamer = (void *)0x05455E20; -const void * RTTI_BSSystemFileStreamer__Streamer__ControlThread = (void *)0x05455FB0; -const void * RTTI_BSSystemFileStreamer__Streamer__StreamerThread = (void *)0x05456000; -const void * RTTI_BSSystemUtilitiesStrings = (void *)0x051C14C8; -const void * RTTI_BSSystemUtility = (void *)0x051300D8; -const void * RTTI_BSTArrayBase__IAllocatorFunctor = (void *)0x0512E480; -const void * RTTI_BSTSmartPointerPrivate__HandleManagerBase = (void *)0x051A3590; -const void * RTTI_BSTableCurve = (void *)0x0549DB70; -const void * RTTI_BSTaskJobber = (void *)0x05419040; -const void * RTTI_BSTaskJobber__Task = (void *)0x0528A568; -const void * RTTI_BSTaskThread = (void *)0x052089F8; -const void * RTTI_BSTaskletGroupData = (void *)0x05457670; -const void * RTTI_BSTaskletManager = (void *)0x051B3C18; -const void * RTTI_BSTempEffect = (void *)0x052899C0; -const void * RTTI_BSTempEffectDebris = (void *)0x052899E8; -const void * RTTI_BSTempEffectGeometryDecal = (void *)0x05289A18; -const void * RTTI_BSTempEffectParticle = (void *)0x05289A80; -const void * RTTI_BSTempEffectSPG = (void *)0x05289AE8; -const void * RTTI_BSTempEffectScreenSpaceDecal = (void *)0x05289AB0; -const void * RTTI_BSTempEffectWeaponBlood = (void *)0x05289B10; -const void * RTTI_BSTerrainEffect = (void *)0x05289C80; -const void * RTTI_BSTextureStreamer__ArchiveLayer = (void *)0x05417598; -const void * RTTI_BSTextureStreamer__LoadQueueService = (void *)0x05417140; -const void * RTTI_BSTextureStreamer__Manager = (void *)0x054177A8; -const void * RTTI_BSTextureStreamer__ManagerBase = (void *)0x05417560; -const void * RTTI_BSTextureStreamer__ManagerServiceFramework = (void *)0x05417100; -const void * RTTI_BSTextureStreamer__TextureArchiveIDConverter = (void *)0x051B8370; -const void * RTTI_BSTextureStreamer__TextureLoad = (void *)0x0541B528; -const void * RTTI_BSTextureStreamer__TextureStreamerRequestBase = (void *)0x0541B560; -const void * RTTI_BSThread = (void *)0x051B36B0; -const void * RTTI_BSTransformExtra = (void *)0x05275D58; -const void * RTTI_BSTreadTransfInterpolator = (void *)0x05496BC0; -const void * RTTI_BSUIExternalTexture = (void *)0x0542E930; -const void * RTTI_BSVMLoadNode = (void *)0x0520FB28; -const void * RTTI_BSVMPostProcessNode = (void *)0x0520FB50; -const void * RTTI_BSValueNode = (void *)0x054181E0; -const void * RTTI_BSWArray = (void *)0x0541B7D8; -const void * RTTI_BSWeakReferenceNode = (void *)0x05411E70; -const void * RTTI_BSWin32ExceptionHandler = (void *)0x051A5588; -const void * RTTI_BSWinPCAwardsSystemUtility = (void *)0x0549D840; -const void * RTTI_BSWinPCGameDataSystemUtility = (void *)0x0549D6F8; -const void * RTTI_BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled = (void *)0x0549D6A0; -const void * RTTI_BSWinPCSaveDataSystemUtility = (void *)0x0549D660; -const void * RTTI_BSWinPCSystemUtility = (void *)0x0549D630; -const void * RTTI_BSXFlags = (void *)0x05416788; -const void * RTTI_BShkbHkxDB__QueuedHandles = (void *)0x052727F8; -const void * RTTI_BShkbUtils__GraphInspectionFunctor = (void *)0x053EE640; -const void * RTTI_BackgroundProcessNode = (void *)0x05208B58; -const void * RTTI_BackgroundProcessThread = (void *)0x05208990; -const void * RTTI_BanishEffect = (void *)0x053324D8; -const void * RTTI_BarrierProjectile = (void *)0x0537A688; -const void * RTTI_BarterMenu = (void *)0x052F6578; -const void * RTTI_BarterMenu_BuyItem = (void *)0x052F64E0; -const void * RTTI_BarterMenu_CloseMenu = (void *)0x052F63E8; -const void * RTTI_BarterMenu_HideModel = (void *)0x052F6448; -const void * RTTI_BarterMenu_LoadModel = (void *)0x052F6418; -const void * RTTI_BarterMenu_SellItem = (void *)0x052F6510; -const void * RTTI_BarterMenu_SetMouseOverModel = (void *)0x052F6540; -const void * RTTI_BarterMenu_ShowFailureMessage = (void *)0x052F6478; -const void * RTTI_BarterMenu_ViewedItem = (void *)0x052F64B0; -const void * RTTI_BarterMenu__BarterMenuEventShuttle = (void *)0x052F69D8; -const void * RTTI_BaseFormComponent = (void *)0x05130480; -const void * RTTI_BaseLightAnimData = (void *)0x051F7448; -const void * RTTI_BeamProjectile = (void *)0x0537A980; -const void * RTTI_BedEnterHandler = (void *)0x053778C0; -const void * RTTI_BedFurnitureExitHandler = (void *)0x053777D0; -const void * RTTI_BleedoutCameraState = (void *)0x053B1420; -const void * RTTI_BlendNode = (void *)0x053FC7A8; -const void * RTTI_BlendNodeInstance = (void *)0x053FC780; -const void * RTTI_BlendTree = (void *)0x053EE698; -const void * RTTI_BlendTreeInstance = (void *)0x053FB9F8; -const void * RTTI_Blueprints__Blueprint = (void *)0x051F6F58; -const void * RTTI_Blueprints__BlueprintMainStatusHandler = (void *)0x051F6E30; -const void * RTTI_Blueprints__BlueprintVariant = (void *)0x05119A68; -const void * RTTI_BodyCollisionsTask = (void *)0x05115A60; -const void * RTTI_BodyEffects__Effect = (void *)0x051E3238; -const void * RTTI_BodyEffects__ResourceVisualizationEffect = (void *)0x051E31D0; -const void * RTTI_BodyEffects__ScanlinesEffect = (void *)0x051E3268; -const void * RTTI_BoneConstraint = (void *)0x053FC1B0; -const void * RTTI_BoneConstraintInstance = (void *)0x053FC1D8; -const void * RTTI_BoneModifierData = (void *)0x051EBE60; -const void * RTTI_BoneModifierExtra = (void *)0x05248D50; -const void * RTTI_BoneModifierInstance = (void *)0x051EBE30; -const void * RTTI_BookMenu = (void *)0x053B1AD8; -const void * RTTI_BookMenu__BookData = (void *)0x053B1A28; -const void * RTTI_BookMenu__BookMenuUIDataEventShuttle = (void *)0x053B1AF8; -const void * RTTI_BoundaryMenu = (void *)0x052B7378; -const void * RTTI_BoundaryMenu_FastTravel = (void *)0x052B7410; -const void * RTTI_BoundaryMenu_ShowMap = (void *)0x052B73E0; -const void * RTTI_BowZoomStartHandler = (void *)0x05377770; -const void * RTTI_BowZoomStopHandler = (void *)0x053777A0; -const void * RTTI_ButtonEvent = (void *)0x053FF5B8; -const void * RTTI_CCallbackBase = (void *)0x0549D730; -const void * RTTI_CPUCaptureHandler = (void *)0x053B9FA8; -const void * RTTI_CalcContainerWeight = (void *)0x05266380; -const void * RTTI_CalmEffect = (void *)0x053324B0; -const void * RTTI_CameraOverrideStartHandler = (void *)0x05378A48; -const void * RTTI_CameraOverrideStopHandler = (void *)0x05378A80; -const void * RTTI_CameraShakeHandler = (void *)0x05377210; -const void * RTTI_CameraZoomHandler = (void *)0x053B9CD8; -const void * RTTI_Camera__DebugFollowCamera = (void *)0x052B39A8; -const void * RTTI_Camera__DebugFreeCamera = (void *)0x052B39D8; -const void * RTTI_Camera__DebugModule = (void *)0x052B3A38; -const void * RTTI_Camera__DebugOrbitalCamera = (void *)0x052B3A08; -const void * RTTI_Camera__DebugTargetCamera = (void *)0x052B3948; -const void * RTTI_Camera__IBaseModule = (void *)0x052B38C0; -const void * RTTI_Camera__IDebugCamera = (void *)0x052B3978; -const void * RTTI_Camera__InteriorModule = (void *)0x052B3A68; -const void * RTTI_Camera__Manager = (void *)0x052B3920; -const void * RTTI_Camera__PlayerModule = (void *)0x052B3890; -const void * RTTI_Camera__SpaceModule = (void *)0x052B38F0; -const void * RTTI_CapacityValueModifierEffect = (void *)0x05330C48; -const void * RTTI_CellHandleManager = (void *)0x051EBB68; -const void * RTTI_CellHfCollision = (void *)0x051FACA0; -const void * RTTI_ChainExplosion = (void *)0x0533CA68; -const void * RTTI_ChairEnterHandler = (void *)0x053789B8; -const void * RTTI_ChairFurnitureExitHandler = (void *)0x05377918; -const void * RTTI_ChangeAnimArchetypeHandler = (void *)0x053783C8; -const void * RTTI_CharGen_BrowChange = (void *)0x05312C88; -const void * RTTI_CharGen_BrowColorChange = (void *)0x05312B90; -const void * RTTI_CharGen_CancelTextEntry = (void *)0x05312EF0; -const void * RTTI_CharGen_CloseMenu = (void *)0x05313DB0; -const void * RTTI_CharGen_CyclePronoun = (void *)0x05312B30; -const void * RTTI_CharGen_DirtScarsEtcChange = (void *)0x05312D70; -const void * RTTI_CharGen_EndBodyChange = (void *)0x05313C58; -const void * RTTI_CharGen_EndTextEntry = (void *)0x05312F20; -const void * RTTI_CharGen_EyeColorChange = (void *)0x05312CB8; -const void * RTTI_CharGen_FacialHairChange = (void *)0x05312BF8; -const void * RTTI_CharGen_FacialHairColorChange = (void *)0x05312BC0; -const void * RTTI_CharGen_HairChange = (void *)0x05312C58; -const void * RTTI_CharGen_HairColorChange = (void *)0x05312C28; -const void * RTTI_CharGen_HeadpartPlusSelectorChange = (void *)0x05312DD8; -const void * RTTI_CharGen_HeadpartPresetChange = (void *)0x05313D48; -const void * RTTI_CharGen_JewelryChange = (void *)0x05313CF0; -const void * RTTI_CharGen_JewelryColorChange = (void *)0x05313CB8; -const void * RTTI_CharGen_MakeupChange = (void *)0x05313B08; -const void * RTTI_CharGen_MarkingsChange = (void *)0x05313AD8; -const void * RTTI_CharGen_PostBlendColorOptionChange = (void *)0x05313B70; -const void * RTTI_CharGen_PostBlendFaceChange = (void *)0x05313BB0; -const void * RTTI_CharGen_PostBlendIntensityChange = (void *)0x05313B38; -const void * RTTI_CharGen_PresetChange = (void *)0x05313D80; -const void * RTTI_CharGen_RollOffLocomotion = (void *)0x053129D8; -const void * RTTI_CharGen_RollOnLocomotion = (void *)0x05312A08; -const void * RTTI_CharGen_RotatePaperdoll = (void *)0x05312A38; -const void * RTTI_CharGen_SetAdditionalSlider = (void *)0x05313C20; -const void * RTTI_CharGen_SetBackground = (void *)0x05312CE8; -const void * RTTI_CharGen_SetBlockInputUnderPopup = (void *)0x05313BE8; -const void * RTTI_CharGen_SetBodyValues = (void *)0x05312E48; -const void * RTTI_CharGen_SetCameraPosition = (void *)0x05312E18; -const void * RTTI_CharGen_SetPronoun = (void *)0x05312B00; -const void * RTTI_CharGen_SetSex = (void *)0x05313D20; -const void * RTTI_CharGen_SetSlider = (void *)0x05312F80; -const void * RTTI_CharGen_SetTrait = (void *)0x05312D18; -const void * RTTI_CharGen_ShowChooseBackgroundMessage = (void *)0x05312E78; -const void * RTTI_CharGen_ShowPlayerRenameMessage = (void *)0x05312EB8; -const void * RTTI_CharGen_SkintoneChange = (void *)0x05312DA8; -const void * RTTI_CharGen_StartBodyChange = (void *)0x05313C88; -const void * RTTI_CharGen_StartTextEntry = (void *)0x05312F50; -const void * RTTI_CharGen_SwitchBodyType = (void *)0x05312A68; -const void * RTTI_CharGen_SwitchLocomotion = (void *)0x05312A98; -const void * RTTI_CharGen_TeethChange = (void *)0x05312B60; -const void * RTTI_CharGen_TeethRollOff = (void *)0x05312978; -const void * RTTI_CharGen_TeethRollOn = (void *)0x053129A8; -const void * RTTI_CharGen_ToggleMarking = (void *)0x05312D40; -const void * RTTI_CharGen_TogglePreviewHabSuit = (void *)0x05312AC8; -const void * RTTI_CharacterCollisionHandler = (void *)0x05361108; -const void * RTTI_CharacterCollisionMessagePlayerAdapter = (void *)0x0534AC38; -const void * RTTI_CharacterEvent = (void *)0x053FF3A8; -const void * RTTI_ChargenMenu = (void *)0x05313778; -const void * RTTI_ChargenMenu__ChargenMenuEventShuttle = (void *)0x05312858; -const void * RTTI_CheckGoalReachedFunctor = (void *)0x05443D38; -const void * RTTI_CheckLineOfSightFilterMisc = (void *)0x05332348; -const void * RTTI_CheckParameterReachedFunctor = (void *)0x05443D98; -const void * RTTI_CheckStoppedMovingFunctor = (void *)0x05443D08; -const void * RTTI_ClientBIMetrics__CombatHitMetricsI = (void *)0x05333A08; -const void * RTTI_ClientBIMetrics__HeartBeat__EventSink = (void *)0x051E24B0; -const void * RTTI_ClientBIMetrics__Performance__EventSink = (void *)0x051E2C20; -const void * RTTI_ClientBIMetrics__ShipCombatHitMetricsBPSImp = (void *)0x053339C0; -const void * RTTI_ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost = (void *)0x051E3090; -const void * RTTI_CloakEffect = (void *)0x05330D00; -const void * RTTI_ClonePoseNode = (void *)0x053FB5A8; -const void * RTTI_ClonePoseNodeInstance = (void *)0x053FB578; -const void * RTTI_CloudSaveWriter = (void *)0x05337468; -const void * RTTI_CombatAcquireSearchDebugData = (void *)0x05382FA8; -const void * RTTI_CombatAimController = (void *)0x0537CEF8; -const void * RTTI_CombatAlignRollPathController = (void *)0x052A9D88; -const void * RTTI_CombatAnimatedPath = (void *)0x053A9F78; -const void * RTTI_CombatApproachTargetPathController = (void *)0x052A9F58; -const void * RTTI_CombatAreaHoldPosition = (void *)0x0537D000; -const void * RTTI_CombatAreaReference = (void *)0x0537D060; -const void * RTTI_CombatAreaShape = (void *)0x052AB1D8; -const void * RTTI_CombatAreaStandard = (void *)0x0537D030; -const void * RTTI_CombatBarrelRollPathController = (void *)0x052A9BF8; -const void * RTTI_CombatBehaviorAttackFromCover = (void *)0x053A9938; -const void * RTTI_CombatBehaviorBlindFireFromCover = (void *)0x053A9A98; -const void * RTTI_CombatBehaviorContextCover = (void *)0x053A9C28; -const void * RTTI_CombatBehaviorContextGrenade = (void *)0x052A2360; -const void * RTTI_CombatBehaviorMoveInCover = (void *)0x051A4A30; -const void * RTTI_CombatBehaviorProvideSuppressiveFire = (void *)0x0539EBC0; -const void * RTTI_CombatBehaviorResource = (void *)0x05382F08; -const void * RTTI_CombatBehaviorShipAcquire = (void *)0x052AA268; -const void * RTTI_CombatBehaviorShipAttackManeuver = (void *)0x052AA400; -const void * RTTI_CombatBehaviorShipBarrelRoll = (void *)0x052AA230; -const void * RTTI_CombatBehaviorShipBoost = (void *)0x052AA308; -const void * RTTI_CombatBehaviorShipBreak = (void *)0x052AA200; -const void * RTTI_CombatBehaviorShipBreakStalemate = (void *)0x052AA4A0; -const void * RTTI_CombatBehaviorShipCut = (void *)0x052AA198; -const void * RTTI_CombatBehaviorShipDirectAttack = (void *)0x052AA548; -const void * RTTI_CombatBehaviorShipDisengage = (void *)0x052AA650; -const void * RTTI_CombatBehaviorShipLeadTurn = (void *)0x052AA398; -const void * RTTI_CombatBehaviorShipLurk = (void *)0x052AA438; -const void * RTTI_CombatBehaviorShipOrbitCombatArea = (void *)0x052AA5B0; -const void * RTTI_CombatBehaviorShipOrbitTarget = (void *)0x052AA5E8; -const void * RTTI_CombatBehaviorShipPass = (void *)0x052AA3D0; -const void * RTTI_CombatBehaviorShipPathDestinationRef = (void *)0x052AA018; -const void * RTTI_CombatBehaviorShipPursue = (void *)0x052AA4D8; -const void * RTTI_CombatBehaviorShipScissors = (void *)0x052AA1C8; -const void * RTTI_CombatBehaviorShipSliceback = (void *)0x052AA2D0; -const void * RTTI_CombatBehaviorShipSlideDodge = (void *)0x052AA468; -const void * RTTI_CombatBehaviorShipSlideTurn = (void *)0x052AA360; -const void * RTTI_CombatBehaviorShipStationaryTracking = (void *)0x052AA508; -const void * RTTI_CombatBehaviorShipStrafe = (void *)0x052AA620; -const void * RTTI_CombatBehaviorShipStrafeTurn = (void *)0x052AA298; -const void * RTTI_CombatBehaviorShipTargetingModeAutopilot = (void *)0x05298F88; -const void * RTTI_CombatBehaviorShipTurn = (void *)0x052AA580; -const void * RTTI_CombatBehaviorTree = (void *)0x051A4A98; -const void * RTTI_CombatBehaviorTreeAcquireObject = (void *)0x051A48E8; -const void * RTTI_CombatBehaviorTreeAction = (void *)0x051A49C0; -const void * RTTI_CombatBehaviorTreeActionEquipmentSelector = (void *)0x051A44E0; -const void * RTTI_CombatBehaviorTreeAvoidThreat = (void *)0x051A4D88; -const void * RTTI_CombatBehaviorTreeBlock = (void *)0x051A4AC8; -const void * RTTI_CombatBehaviorTreeBow = (void *)0x051A46C0; -const void * RTTI_CombatBehaviorTreeChargingCloseMovement = (void *)0x051A48A8; -const void * RTTI_CombatBehaviorTreeChargingMovement = (void *)0x051A49F0; -const void * RTTI_CombatBehaviorTreeCheckUnreachableTarget = (void *)0x051A4DC0; -const void * RTTI_CombatBehaviorTreeCloseMovement = (void *)0x051A4798; -const void * RTTI_CombatBehaviorTreeCombat = (void *)0x051A4B70; -const void * RTTI_CombatBehaviorTreeCreateContextNodeBase = (void *)0x05297058; -const void * RTTI_CombatBehaviorTreeFindAttackLocation = (void *)0x051A46F0; -const void * RTTI_CombatBehaviorTreeFindValidLocation = (void *)0x051A4D48; -const void * RTTI_CombatBehaviorTreeFlankingMovement = (void *)0x051A4680; -const void * RTTI_CombatBehaviorTreeFlee = (void *)0x051A47D0; -const void * RTTI_CombatBehaviorTreeFlight = (void *)0x051A4C10; -const void * RTTI_CombatBehaviorTreeGrenade = (void *)0x051A4D18; -const void * RTTI_CombatBehaviorTreeGun = (void *)0x051A4730; -const void * RTTI_CombatBehaviorTreeHide = (void *)0x051A4920; -const void * RTTI_CombatBehaviorTreeLinkNode = (void *)0x05382F70; -const void * RTTI_CombatBehaviorTreeLowCombat = (void *)0x051A4648; -const void * RTTI_CombatBehaviorTreeMagic = (void *)0x051A4838; -const void * RTTI_CombatBehaviorTreeMelee = (void *)0x051A4C78; -const void * RTTI_CombatBehaviorTreeMovement = (void *)0x051A4CE0; -const void * RTTI_CombatBehaviorTreeMovementRequest = (void *)0x051A4760; -const void * RTTI_CombatBehaviorTreeNode = (void *)0x05297028; -const void * RTTI_CombatBehaviorTreePlayerShipCombat = (void *)0x051A4AF8; -const void * RTTI_CombatBehaviorTreeRangedMovement = (void *)0x051A4950; -const void * RTTI_CombatBehaviorTreeRetreatClose = (void *)0x051A4A60; -const void * RTTI_CombatBehaviorTreeRetreatRanged = (void *)0x051A4800; -const void * RTTI_CombatBehaviorTreeReturnToCombatArea = (void *)0x051A45D0; -const void * RTTI_CombatBehaviorTreeRootNode = (void *)0x05382F38; -const void * RTTI_CombatBehaviorTreeSearch = (void *)0x051A45A0; -const void * RTTI_CombatBehaviorTreeShipAction = (void *)0x051A4988; -const void * RTTI_CombatBehaviorTreeShipActionEquipmentSelector = (void *)0x051A4520; -const void * RTTI_CombatBehaviorTreeShipCombat = (void *)0x051A4B38; -const void * RTTI_CombatBehaviorTreeShipDetection = (void *)0x051A4BA0; -const void * RTTI_CombatBehaviorTreeShipFlee = (void *)0x051A4C40; -const void * RTTI_CombatBehaviorTreeShipManeuvers = (void *)0x051A44A8; -const void * RTTI_CombatBehaviorTreeShipMovement = (void *)0x051A4CA8; -const void * RTTI_CombatBehaviorTreeShipPowerAllocation = (void *)0x051A4868; -const void * RTTI_CombatBehaviorTreeSpaceshipWeapon = (void *)0x051A4BD8; -const void * RTTI_CombatBehaviorTreeTargetingMode = (void *)0x051A4E00; -const void * RTTI_CombatBehaviorTreeThrow = (void *)0x051A4E38; -const void * RTTI_CombatBehaviorTreeUseCover = (void *)0x051A4610; -const void * RTTI_CombatBehaviorTreeUsePotion = (void *)0x051A4568; -const void * RTTI_CombatBehaviorTreeWrapperNode = (void *)0x0529AAB8; -const void * RTTI_CombatBehaviorWaitBehindCover = (void *)0x053A9BB8; -const void * RTTI_CombatBlackboardMemberBase = (void *)0x05156A70; -const void * RTTI_CombatChangePositionPathController = (void *)0x053A76C0; -const void * RTTI_CombatChargingSearchData = (void *)0x052A1550; -const void * RTTI_CombatCluster = (void *)0x0537D420; -const void * RTTI_CombatCoverLocation = (void *)0x0537D1A0; -const void * RTTI_CombatCoverSearch = (void *)0x0537D360; -const void * RTTI_CombatCoverSearchDebugData = (void *)0x0537D168; -const void * RTTI_CombatCoverSearchResult = (void *)0x0537D1D0; -const void * RTTI_CombatCoveredPath = (void *)0x05299120; -const void * RTTI_CombatCoveredPathDebugData = (void *)0x052AD578; -const void * RTTI_CombatDialogueDebugData = (void *)0x0537D3B8; -const void * RTTI_CombatDisableActionController = (void *)0x0539D048; -const void * RTTI_CombatDisableAimController = (void *)0x0537CF90; -const void * RTTI_CombatDisableCollisionController = (void *)0x0539D080; -const void * RTTI_CombatEncounterBIEvents__CombatEnounterMetricsManager = (void *)0x05333BB0; -const void * RTTI_CombatEncounterMetrics = (void *)0x05333DB0; -const void * RTTI_CombatEnterCoverPathController = (void *)0x0537D2D8; -const void * RTTI_CombatFlankingSearchData = (void *)0x05390458; -const void * RTTI_CombatFleeAimController = (void *)0x05396450; -const void * RTTI_CombatFollowTargetPathController = (void *)0x053B1250; -const void * RTTI_CombatGroupDetectionListener = (void *)0x0537D3E8; -const void * RTTI_CombatInceptionDebugData = (void *)0x0537D388; -const void * RTTI_CombatInterface = (void *)0x05299E68; -const void * RTTI_CombatInventoryItem = (void *)0x0537D670; -const void * RTTI_CombatInventoryItemComposite = (void *)0x0537D638; -const void * RTTI_CombatInventoryItemGrenade = (void *)0x0537D6D0; -const void * RTTI_CombatInventoryItemMagic = (void *)0x0537D768; -const void * RTTI_CombatInventoryItemMelee = (void *)0x0537D608; -const void * RTTI_CombatInventoryItemOneHandedBlock = (void *)0x0537D7C8; -const void * RTTI_CombatInventoryItemPotion = (void *)0x0537FB80; -const void * RTTI_CombatInventoryItemRanged = (void *)0x0537D738; -const void * RTTI_CombatInventoryItemScroll = (void *)0x0537FB50; -const void * RTTI_CombatInventoryItemShield = (void *)0x0537D6A0; -const void * RTTI_CombatInventoryItemStaff = (void *)0x0537FBB0; -const void * RTTI_CombatInventoryItemThrown = (void *)0x0537D708; -const void * RTTI_CombatInventoryItemTorch = (void *)0x0537D798; -const void * RTTI_CombatMagicCaster = (void *)0x0537FE48; -const void * RTTI_CombatMagicCasterArmor = (void *)0x0537FA90; -const void * RTTI_CombatMagicCasterBoundItem = (void *)0x0537FD70; -const void * RTTI_CombatMagicCasterChameleon = (void *)0x0537FDA8; -const void * RTTI_CombatMagicCasterCloak = (void *)0x0537FCB0; -const void * RTTI_CombatMagicCasterDash = (void *)0x0537FAC0; -const void * RTTI_CombatMagicCasterDisarm = (void *)0x0537FCE0; -const void * RTTI_CombatMagicCasterInvisibility = (void *)0x0537FDE0; -const void * RTTI_CombatMagicCasterLight = (void *)0x0537FE18; -const void * RTTI_CombatMagicCasterOffensive = (void *)0x0537FC40; -const void * RTTI_CombatMagicCasterParalyze = (void *)0x0537F9F0; -const void * RTTI_CombatMagicCasterReanimate = (void *)0x0537FA20; -const void * RTTI_CombatMagicCasterRestore = (void *)0x0537FBE0; -const void * RTTI_CombatMagicCasterScript = (void *)0x0537FAF0; -const void * RTTI_CombatMagicCasterStagger = (void *)0x0537FD10; -const void * RTTI_CombatMagicCasterSummon = (void *)0x0537FD40; -const void * RTTI_CombatMagicCasterTargetEffect = (void *)0x0537FA58; -const void * RTTI_CombatMagicCasterWard = (void *)0x0537FC10; -const void * RTTI_CombatMagicItemData = (void *)0x0537FB20; -const void * RTTI_CombatMagicItemSkillChecker = (void *)0x0537FC78; -const void * RTTI_CombatMaintainDistancePathController = (void *)0x05299060; -const void * RTTI_CombatMantlePathController = (void *)0x0537D2A0; -const void * RTTI_CombatMatchTargetAimController = (void *)0x0537CF58; -const void * RTTI_CombatMeleeAimController = (void *)0x0537CE60; -const void * RTTI_CombatMeleeAttackController = (void *)0x05397DA8; -const void * RTTI_CombatMeleeDebugData = (void *)0x05398350; -const void * RTTI_CombatMovementRequestActivateTarget = (void *)0x052A1D58; -const void * RTTI_CombatMovementRequestFollowActor = (void *)0x052A1DC8; -const void * RTTI_CombatNavmeshCoverLocation = (void *)0x0537D268; -const void * RTTI_CombatNavmeshPathingDebugData = (void *)0x052AD7B0; -const void * RTTI_CombatPath = (void *)0x05299E40; -const void * RTTI_CombatPathBuilder = (void *)0x05299608; -const void * RTTI_CombatPathBuilderCovered = (void *)0x052AD548; -const void * RTTI_CombatPathBuilderNavmesh = (void *)0x05299C78; -const void * RTTI_CombatPathBuilderNavmeshOpen = (void *)0x0529DE20; -const void * RTTI_CombatPathBuilderNavmeshStandard = (void *)0x05299BD8; -const void * RTTI_CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter = (void *)0x052AD7F0; -const void * RTTI_CombatPathBuilderPolicyStandard = (void *)0x05298D70; -const void * RTTI_CombatPathBuilderSpace = (void *)0x052995D8; -const void * RTTI_CombatPathBuilderSpaceOpen = (void *)0x0529D168; -const void * RTTI_CombatPathBuilderSpaceStandard = (void *)0x05299480; -const void * RTTI_CombatPathBuilderSpatialGraph = (void *)0x05299230; -const void * RTTI_CombatPathBuilderSpatialGraphOpen = (void *)0x0529CFD0; -const void * RTTI_CombatPathBuilderSpatialGraphStandard = (void *)0x05299268; -const void * RTTI_CombatPathBuilderTrackInfo = (void *)0x0529AB20; -const void * RTTI_CombatPathBuilderTracker = (void *)0x0529AAF0; -const void * RTTI_CombatPathDestinationAcquire = (void *)0x052A9F20; -const void * RTTI_CombatPathDestinationActor = (void *)0x052A1580; -const void * RTTI_CombatPathDestinationBarrelRoll = (void *)0x052A9BC0; -const void * RTTI_CombatPathDestinationBreak = (void *)0x052AA0D0; -const void * RTTI_CombatPathDestinationDirectlyToTarget = (void *)0x05298FC8; -const void * RTTI_CombatPathDestinationDisengage = (void *)0x052A9D50; -const void * RTTI_CombatPathDestinationEvade = (void *)0x052A9AA8; -const void * RTTI_CombatPathDestinationFlee = (void *)0x052A6328; -const void * RTTI_CombatPathDestinationFollowActor = (void *)0x053A9FA8; -const void * RTTI_CombatPathDestinationLeadTurn = (void *)0x052A9A70; -const void * RTTI_CombatPathDestinationOrbitRef = (void *)0x052A8A78; -const void * RTTI_CombatPathDestinationPursue = (void *)0x052A8AB0; -const void * RTTI_CombatPathDestinationRef = (void *)0x0529A108; -const void * RTTI_CombatPathDestinationRefs = (void *)0x053B0ED8; -const void * RTTI_CombatPathDestinationRemainNear = (void *)0x052A8B60; -const void * RTTI_CombatPathDestinationSlideDodge = (void *)0x052A9E30; -const void * RTTI_CombatPathDestinationSlideTurn = (void *)0x052A99C0; -const void * RTTI_CombatPathDestinationStrafe = (void *)0x052A8A40; -const void * RTTI_CombatPathDestinationStrafeTurn = (void *)0x052A9CA0; -const void * RTTI_CombatPathingDebugData = (void *)0x052AD780; -const void * RTTI_CombatPathingDelayedTweener = (void *)0x053B1288; -const void * RTTI_CombatPathingRequest = (void *)0x0529A168; -const void * RTTI_CombatPathingRequestAdapter = (void *)0x053ABF18; -const void * RTTI_CombatPathingRequestCovered = (void *)0x052AD660; -const void * RTTI_CombatPathingRequestDebugData = (void *)0x053ABF50; -const void * RTTI_CombatPathingRequestMultiGoal = (void *)0x053ABF88; -const void * RTTI_CombatPathingRequestStandard = (void *)0x0529A1C8; -const void * RTTI_CombatPathingSearch = (void *)0x05299C48; -const void * RTTI_CombatPathingSearchArea = (void *)0x052AD4C0; -const void * RTTI_CombatPathingTweener = (void *)0x053B1220; -const void * RTTI_CombatPositionReservation = (void *)0x052AD870; -const void * RTTI_CombatPositionTracker = (void *)0x052AD840; -const void * RTTI_CombatProjectileAimController = (void *)0x0537CFC8; -const void * RTTI_CombatProjectileDebugData = (void *)0x0537CF28; -const void * RTTI_CombatQueuedEvent = (void *)0x05359920; -const void * RTTI_CombatRangedMovementPathSpeedController = (void *)0x052A56E0; -const void * RTTI_CombatReservation = (void *)0x052AA338; -const void * RTTI_CombatSearchLockData = (void *)0x053A6328; -const void * RTTI_CombatSearchMap2D = (void *)0x0529BBF0; -const void * RTTI_CombatSearchMap3D = (void *)0x0529BAB8; -const void * RTTI_CombatShipGenericPathController = (void *)0x052AA108; -const void * RTTI_CombatShipPursueTargetPathController = (void *)0x052A9E68; -const void * RTTI_CombatSoftCoverLocation = (void *)0x0537D238; -const void * RTTI_CombatSpatialGraphPathingDebugData = (void *)0x052AD8A0; -const void * RTTI_CombatStandardCoverLocation = (void *)0x0537D200; -const void * RTTI_CombatSuppressiveFireBehavior = (void *)0x052AD8E0; -const void * RTTI_CombatTargetLocation = (void *)0x053828B8; -const void * RTTI_CombatTargetLocationSearch = (void *)0x05382880; -const void * RTTI_CombatTargetLocationSearchResult = (void *)0x053828E8; -const void * RTTI_CombatTargetSelector = (void *)0x05382920; -const void * RTTI_CombatTargetSelectorFixed = (void *)0x05382950; -const void * RTTI_CombatTargetSelectorPreferred = (void *)0x05382980; -const void * RTTI_CombatTargetSelectorRandom = (void *)0x05382A68; -const void * RTTI_CombatTargetSelectorSpaceship = (void *)0x053829F0; -const void * RTTI_CombatTargetSelectorStandard = (void *)0x053829B8; -const void * RTTI_CombatTargetSelectorWorkshopObject = (void *)0x05382A28; -const void * RTTI_CombatThreat = (void *)0x05382B00; -const void * RTTI_CombatThreatExplosion = (void *)0x05382AD0; -const void * RTTI_CombatThreatLOF = (void *)0x05382B50; -const void * RTTI_CombatThreatMelee = (void *)0x05382B28; -const void * RTTI_CombatThreatProjectile = (void *)0x05382AA0; -const void * RTTI_CombatTrackTargetAimController = (void *)0x0537CE90; -const void * RTTI_CombatTunnelPathController = (void *)0x052AD948; -const void * RTTI_CombatTunnelPathingRequestData = (void *)0x052AD980; -const void * RTTI_CombatViewController = (void *)0x052ADA28; -const void * RTTI_CombatViewControllerGlance = (void *)0x052AD9F0; -const void * RTTI_CombatViewControllerPath = (void *)0x052ADA58; -const void * RTTI_CombatViewControllerStandard = (void *)0x052AD9B8; -const void * RTTI_CommandEffect = (void *)0x05330D28; -const void * RTTI_CommandSummonedEffect = (void *)0x05330D50; -const void * RTTI_CompactingStore__MoveCallback = (void *)0x053FEE00; -const void * RTTI_CompactingStore__NoopMoveCallback = (void *)0x053FEDC8; -const void * RTTI_CompressedArchiveFile = (void *)0x054566C8; -const void * RTTI_ConditionVariable = (void *)0x053FB650; -const void * RTTI_ConeProjectile = (void *)0x0529BE48; -const void * RTTI_ConnectionTypeCallback = (void *)0x0532C9D8; -const void * RTTI_Console = (void *)0x053B22D0; -const void * RTTI_ConsoleLog = (void *)0x053B2548; -const void * RTTI_ConsoleNativeUIMenu = (void *)0x053B25C8; -const void * RTTI_ContainerMenu = (void *)0x053B48A0; -const void * RTTI_ContainerMenuDataModel = (void *)0x052C0A00; -const void * RTTI_ContainerMenuDataModel__ContainerMenuEventShuttle = (void *)0x052C0A70; -const void * RTTI_ContainerMenu_CloseMenu = (void *)0x053B4838; -const void * RTTI_ContainerMenu_HideModel = (void *)0x053B47A0; -const void * RTTI_ContainerMenu_Jettison = (void *)0x053B4808; -const void * RTTI_ContainerMenu_LoadModel = (void *)0x053B4B38; -const void * RTTI_ContainerMenu_OpenRefuelMenu = (void *)0x053B47D0; -const void * RTTI_ContainerMenu_SetMouseOverModel = (void *)0x053B4868; -const void * RTTI_ContainerMenu_TakeAll = (void *)0x053B4B08; -const void * RTTI_ContainerMenu_ToggleEquip = (void *)0x053B4A38; -const void * RTTI_ContainerMenu_TransferAllResources = (void *)0x053B4A68; -const void * RTTI_ContainerMenu_TransferItem = (void *)0x053B4A00; -const void * RTTI_ControlMapDataModel = (void *)0x0542E268; -const void * RTTI_ControllerInternalState = (void *)0x05444850; -const void * RTTI_ConvertBoneToVar = (void *)0x053FC050; -const void * RTTI_ConvertBoneToVarInstance = (void *)0x053FC078; -const void * RTTI_CopyBoneWeights = (void *)0x053FCA60; -const void * RTTI_CopyBoneWeightsInstance = (void *)0x053FCA30; -const void * RTTI_CraftingInfoCardDataModel = (void *)0x052CD7A8; -const void * RTTI_CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle = (void *)0x052CD750; -const void * RTTI_CraftingMenuCommon = (void *)0x052C2B58; -const void * RTTI_CraftingMenu_CraftItem = (void *)0x052C3AE8; -const void * RTTI_CraftingMenu_ExitBench = (void *)0x052C3870; -const void * RTTI_CraftingMenu_Highlight3D = (void *)0x0532A878; -const void * RTTI_CraftingMenu_InstallMod = (void *)0x052C2A80; -const void * RTTI_CraftingMenu_RenameItem = (void *)0x052C2AE8; -const void * RTTI_CraftingMenu_RevertHighlight = (void *)0x0532A8A8; -const void * RTTI_CraftingMenu_RevertedModdedItem = (void *)0x052C2BB8; -const void * RTTI_CraftingMenu_SelectedMod = (void *)0x052C2B88; -const void * RTTI_CraftingMenu_SelectedModSlot = (void *)0x052C2A48; -const void * RTTI_CraftingMenu_SelectedModdableItem = (void *)0x052C2A10; -const void * RTTI_CraftingMenu_SelectedRecipe = (void *)0x052C3AB0; -const void * RTTI_CraftingMenu_SetInspectControls = (void *)0x052C3B18; -const void * RTTI_CraftingMenu_ToggleTracking = (void *)0x052C3B50; -const void * RTTI_CraftingMenu_ViewingModdableItem = (void *)0x052C2AB0; -const void * RTTI_CraftingRecipesDataModel = (void *)0x052CD540; -const void * RTTI_CraftingRecipesDataModel__CraftingRecipesEventShuttle = (void *)0x052CD4F0; -const void * RTTI_CraftingRequirementsDataModel = (void *)0x052C33A8; -const void * RTTI_CraftingRequirementsDataModel__CraftingRequirementsEventShuttle = (void *)0x052C3350; -const void * RTTI_CreateNavigationGridTask = (void *)0x0521CB10; -const void * RTTI_CreationRendererPrivate__AddProbeBorderRenderPass = (void *)0x0547CE40; -const void * RTTI_CreationRendererPrivate__AddScatteringOrderRenderPass = (void *)0x05489E00; -const void * RTTI_CreationRendererPrivate__AllocateSkinningBuffersRenderPass = (void *)0x05492BA0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12 = (void *)0x05477920; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator = (void *)0x0548AF10; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12 = (void *)0x0548AEA0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12 = (void *)0x05477980; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout = (void *)0x0548CD10; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12 = (void *)0x0548CD70; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution = (void *)0x054832D0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout = (void *)0x0548CB90; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12 = (void *)0x0548CBF0; -const void * RTTI_CreationRendererPrivate__ArtValidationRenderPass = (void *)0x0548E850; -const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderGraphBase = (void *)0x054896D0; -const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderPass = (void *)0x05489680; -const void * RTTI_CreationRendererPrivate__BRDFIntegrationRenderPass = (void *)0x05473B20; -const void * RTTI_CreationRendererPrivate__BakeSHBasisRenderPass = (void *)0x05473A80; -const void * RTTI_CreationRendererPrivate__BaseParticleComputeLightingRenderPass = (void *)0x054766D0; -const void * RTTI_CreationRendererPrivate__BaseParticlesRenderPass = (void *)0x0548E740; -const void * RTTI_CreationRendererPrivate__BinkMovieDrawRenderPass = (void *)0x0546FC60; -const void * RTTI_CreationRendererPrivate__BinkMovieSubgraphRenderPass = (void *)0x0546FB80; -const void * RTTI_CreationRendererPrivate__BinkUpdatePlanesRenderPass = (void *)0x0546FC10; -const void * RTTI_CreationRendererPrivate__BlendAllReflectionProbesRenderPass = (void *)0x05491330; -const void * RTTI_CreationRendererPrivate__BlendProbeRayRenderPass = (void *)0x0547CD40; -const void * RTTI_CreationRendererPrivate__BlendReflectionProbeRenderPass = (void *)0x05491440; -const void * RTTI_CreationRendererPrivate__BlendedDecalRenderPass = (void *)0x0548E950; -const void * RTTI_CreationRendererPrivate__BlendedDecal_OptionalRenderPass = (void *)0x0548E9A0; -const void * RTTI_CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass = (void *)0x0548E8F0; -const void * RTTI_CreationRendererPrivate__BlendedDecalsRenderPass = (void *)0x0548E8A0; -const void * RTTI_CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass = (void *)0x05487D40; -const void * RTTI_CreationRendererPrivate__BlurHeightfieldVerticalRenderPass = (void *)0x05487CF0; -const void * RTTI_CreationRendererPrivate__BlurSpaceGlareRenderPass = (void *)0x05482B80; -const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass = (void *)0x0548FBB0; -const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass = (void *)0x0548FB00; -const void * RTTI_CreationRendererPrivate__BlurredMipChain_idTech7RenderPass = (void *)0x0548EBF0; -const void * RTTI_CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass = (void *)0x0548E9F0; -const void * RTTI_CreationRendererPrivate__BruteForceRaymarchingRenderPass = (void *)0x05489CF0; -const void * RTTI_CreationRendererPrivate__BufferReadbackRenderPass = (void *)0x0548EC40; -const void * RTTI_CreationRendererPrivate__BuildAccelerationStructureRenderPass = (void *)0x0548EC90; -const void * RTTI_CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue = (void *)0x05479CF0; -const void * RTTI_CreationRendererPrivate__CelestialBodiesGeometryRenderPass = (void *)0x0548ECF0; -const void * RTTI_CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass = (void *)0x0548EDE0; -const void * RTTI_CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass = (void *)0x0548EE40; -const void * RTTI_CreationRendererPrivate__CelestialBodiesPrepareRenderPass = (void *)0x0548ED90; -const void * RTTI_CreationRendererPrivate__CelestialBodiesRenderPass = (void *)0x0548ED40; -const void * RTTI_CreationRendererPrivate__ChargenMorphService = (void *)0x0548C410; -const void * RTTI_CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass = (void *)0x05491C20; -const void * RTTI_CreationRendererPrivate__ClearFallbackCubemapRenderPass = (void *)0x05473AD0; -const void * RTTI_CreationRendererPrivate__ClearRenderGraphOutputRenderPass = (void *)0x05480D10; -const void * RTTI_CreationRendererPrivate__ClearShadowMapGroupRenderPass = (void *)0x05480740; -const void * RTTI_CreationRendererPrivate__ClearShadowMapsRenderPass = (void *)0x054806F0; -const void * RTTI_CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass = (void *)0x05482990; -const void * RTTI_CreationRendererPrivate__ClearThinDeferredGBufferRenderPass = (void *)0x05491CE0; -const void * RTTI_CreationRendererPrivate__CloudCardsRenderPass = (void *)0x0548EEF0; -const void * RTTI_CreationRendererPrivate__CloudLayersRenderPass = (void *)0x0548F050; -const void * RTTI_CreationRendererPrivate__CloudsHalfResCompositeRenderPass = (void *)0x0548F0A0; -const void * RTTI_CreationRendererPrivate__CloudsRenderPass = (void *)0x0548EF38; -const void * RTTI_CreationRendererPrivate__ColorGradingMergeRenderPass = (void *)0x0548BC80; -const void * RTTI_CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass = (void *)0x0547D520; -const void * RTTI_CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass = (void *)0x0547D580; -const void * RTTI_CreationRendererPrivate__CompositeMomentBasedOITRenderPass = (void *)0x0547D460; -const void * RTTI_CreationRendererPrivate__ComputeLightInfluenceRenderPass = (void *)0x05490700; -const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass = (void *)0x05489B20; -const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass = (void *)0x05489AD0; -const void * RTTI_CreationRendererPrivate__ComputeSHCoefRenderPass = (void *)0x05473A30; -const void * RTTI_CreationRendererPrivate__ComputeScatterRadianceRenderPass = (void *)0x05489EA0; -const void * RTTI_CreationRendererPrivate__ComputeScatteringOrderRenderPass = (void *)0x05489E50; -const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass = (void *)0x054828D0; -const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass = (void *)0x05482930; -const void * RTTI_CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass = (void *)0x05471200; -const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringRenderPass = (void *)0x05482820; -const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass = (void *)0x05482870; -const void * RTTI_CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass = (void *)0x054899C0; -const void * RTTI_CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass = (void *)0x05489DA0; -const void * RTTI_CreationRendererPrivate__CopyLightInfluenceRenderPass = (void *)0x054907A0; -const void * RTTI_CreationRendererPrivate__CopyRenderPass = (void *)0x05480D60; -const void * RTTI_CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass = (void *)0x0548F380; -const void * RTTI_CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass = (void *)0x0548E390; -const void * RTTI_CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass = (void *)0x05480BA0; -const void * RTTI_CreationRendererPrivate__CopyToRenderGraphOutputRenderPass = (void *)0x05480DA0; -const void * RTTI_CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass = (void *)0x05480E40; -const void * RTTI_CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass = (void *)0x0548C5B0; -const void * RTTI_CreationRendererPrivate__CopyWithShaderRenderPass = (void *)0x05480DF0; -const void * RTTI_CreationRendererPrivate__CubemapBackgroundRenderPass = (void *)0x0548F0F0; -const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationRenderPass = (void *)0x0548F620; -const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationUIRenderPass = (void *)0x0548F670; -const void * RTTI_CreationRendererPrivate__DLSSProduceInputsRenderPass = (void *)0x0548F810; -const void * RTTI_CreationRendererPrivate__DLSSUpscaleRenderPass = (void *)0x0548BD20; -const void * RTTI_CreationRendererPrivate__DeDitherRenderPass = (void *)0x0548F140; -const void * RTTI_CreationRendererPrivate__DeferredCompositeRenderPass = (void *)0x0548F190; -const void * RTTI_CreationRendererPrivate__DeferredGBufferOptionalRenderPass = (void *)0x0548F290; -const void * RTTI_CreationRendererPrivate__DeferredGBufferRenderPass = (void *)0x0548F240; -const void * RTTI_CreationRendererPrivate__DeferredGBufferTranslucentRenderPass = (void *)0x0548F1E0; -const void * RTTI_CreationRendererPrivate__DepthDownsampleRenderPass = (void *)0x0548F2E0; -const void * RTTI_CreationRendererPrivate__DepthGraphRenderPass = (void *)0x0548F330; -const void * RTTI_CreationRendererPrivate__DepthMVFixupRenderPass = (void *)0x0548C960; -const void * RTTI_CreationRendererPrivate__DepthMVFixupStandardRenderPass = (void *)0x0548CA10; -const void * RTTI_CreationRendererPrivate__DepthOfFieldBlurRenderPass = (void *)0x05494B70; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass = (void *)0x05494AC0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCRenderPass = (void *)0x05494C10; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCompositeRenderPass = (void *)0x05494C60; -const void * RTTI_CreationRendererPrivate__DepthOfFieldDownsampleRenderPass = (void *)0x05494CB0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass = (void *)0x05494B10; -const void * RTTI_CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass = (void *)0x05494D00; -const void * RTTI_CreationRendererPrivate__DepthOfFieldSubGraph = (void *)0x0548F3E0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldTAARenderPass = (void *)0x05494D50; -const void * RTTI_CreationRendererPrivate__DepthOfFieldTapBlurRenderPass = (void *)0x05494BC0; -const void * RTTI_CreationRendererPrivate__DepthPrepassRenderPass = (void *)0x0548F480; -const void * RTTI_CreationRendererPrivate__DistantAtmospheresRenderPass = (void *)0x0547A780; -const void * RTTI_CreationRendererPrivate__DistortionBaseRenderPass = (void *)0x0548F5D0; -const void * RTTI_CreationRendererPrivate__DistortionCalculateColorRenderPass = (void *)0x0548F520; -const void * RTTI_CreationRendererPrivate__DistortionOutputRenderPass = (void *)0x0548F580; -const void * RTTI_CreationRendererPrivate__DistortionParticlesRenderPass = (void *)0x0548E4E0; -const void * RTTI_CreationRendererPrivate__DistortionRenderPass = (void *)0x0548F4D0; -const void * RTTI_CreationRendererPrivate__DoubleVisionRenderPass = (void *)0x054951D0; -const void * RTTI_CreationRendererPrivate__DownsampleHeightfieldRenderPass = (void *)0x05487C50; -const void * RTTI_CreationRendererPrivate__DownsampleSpaceGlareRenderPass = (void *)0x05482D70; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass = (void *)0x0547A7D0; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresRenderPass = (void *)0x0547A890; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass = (void *)0x0547A830; -const void * RTTI_CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass = (void *)0x0548FF00; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecalsRenderPass = (void *)0x05490E20; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass = (void *)0x05491000; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass = (void *)0x05490E70; -const void * RTTI_CreationRendererPrivate__DynamicResolution = (void *)0x05483290; -const void * RTTI_CreationRendererPrivate__DynamicShadowBaseDrawSubGraph = (void *)0x05480790; -const void * RTTI_CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass = (void *)0x05492540; -const void * RTTI_CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph = (void *)0x05492A40; -const void * RTTI_CreationRendererPrivate__DynamicShadowDrawSubGraph = (void *)0x054929F0; -const void * RTTI_CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph = (void *)0x054807E0; -const void * RTTI_CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass = (void *)0x05492480; -const void * RTTI_CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass = (void *)0x054924E0; -const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass = (void *)0x05492420; -const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass = (void *)0x05492820; -const void * RTTI_CreationRendererPrivate__DynamicShadowGraph = (void *)0x054925A0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMapBarriersRenderPass = (void *)0x05492640; -const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass = (void *)0x05492760; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass = (void *)0x05492880; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass = (void *)0x054928F0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass = (void *)0x054923B0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass = (void *)0x05492350; -const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass = (void *)0x05492700; -const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareGroupedDrawsRenderPass = (void *)0x054926A0; -const void * RTTI_CreationRendererPrivate__DynamicShadowSceneSetupRenderPass = (void *)0x05492950; -const void * RTTI_CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass = (void *)0x054927C0; -const void * RTTI_CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph = (void *)0x05492290; -const void * RTTI_CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass = (void *)0x054812F0; -const void * RTTI_CreationRendererPrivate__EmptyRenderPass = (void *)0x05480AA8; -const void * RTTI_CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass = (void *)0x05489D40; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass = (void *)0x054898A0; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass = (void *)0x05489900; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderPass = (void *)0x054895D0; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass = (void *)0x05489960; -const void * RTTI_CreationRendererPrivate__FSR2ProduceInputsRenderPass = (void *)0x0548F860; -const void * RTTI_CreationRendererPrivate__FSR2UpscaleRenderPass = (void *)0x0548F8B0; -const void * RTTI_CreationRendererPrivate__FaceCustomizationMipChainRenderPass = (void *)0x0548F6C0; -const void * RTTI_CreationRendererPrivate__FaceCustomizationRenderPass = (void *)0x0548F720; -const void * RTTI_CreationRendererPrivate__FillCullingDataRenderPass = (void *)0x05490060; -const void * RTTI_CreationRendererPrivate__FillHeightfieldCullingDataRenderPass = (void *)0x0548E2D0; -const void * RTTI_CreationRendererPrivate__FilmGrainRenderPass = (void *)0x05495500; -const void * RTTI_CreationRendererPrivate__FilterCulledGeometriesRenderPass = (void *)0x05491F40; -const void * RTTI_CreationRendererPrivate__FilterHeightfieldRenderPass = (void *)0x05487DF0; -const void * RTTI_CreationRendererPrivate__FirstPersonDepthRenderPass = (void *)0x0548F430; -const void * RTTI_CreationRendererPrivate__FixupIndirectArgsRenderPass = (void *)0x05492BF0; -const void * RTTI_CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass = (void *)0x05492B40; -const void * RTTI_CreationRendererPrivate__FlattenTextureScreensizeRenderPass = (void *)0x0548FFB0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass = (void *)0x0548C9B0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass = (void *)0x0548CA60; -const void * RTTI_CreationRendererPrivate__ForwardBlendedCorrectionRenderPass = (void *)0x0548C850; -const void * RTTI_CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass = (void *)0x0548C460; -const void * RTTI_CreationRendererPrivate__ForwardBlendedMainFullResRenderPass = (void *)0x0548C4C0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass = (void *)0x0548C8B0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedRenderPass = (void *)0x0548C610; -const void * RTTI_CreationRendererPrivate__ForwardRenderPass = (void *)0x0548C570; -const void * RTTI_CreationRendererPrivate__FrameInitRenderPass = (void *)0x0548F770; -const void * RTTI_CreationRendererPrivate__FrameRenderGraph = (void *)0x05493810; -const void * RTTI_CreationRendererPrivate__FrameSetupRenderPass = (void *)0x0548F7C0; -const void * RTTI_CreationRendererPrivate__FullScreenBlurCompositeRenderPass = (void *)0x05495220; -const void * RTTI_CreationRendererPrivate__FullScreenBlurRenderPass = (void *)0x054952C0; -const void * RTTI_CreationRendererPrivate__FullScreenColorRenderPass = (void *)0x054956A0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass = (void *)0x054956F0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_BloomRenderPass = (void *)0x054955A0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_CubemapRenderPass = (void *)0x05495550; -const void * RTTI_CreationRendererPrivate__FullScreenColor_DefaultRenderPass = (void *)0x05495750; -const void * RTTI_CreationRendererPrivate__FullScreenColor_MonochromeRenderPass = (void *)0x05495640; -const void * RTTI_CreationRendererPrivate__FullScreenColor_OverlayRenderPass = (void *)0x054955F0; -const void * RTTI_CreationRendererPrivate__FullScreenDownsampleRenderPass = (void *)0x05495310; -const void * RTTI_CreationRendererPrivate__FullScreenScanlineRenderPass = (void *)0x0548F900; -const void * RTTI_CreationRendererPrivate__FullScreenTapBlurRenderPass = (void *)0x05495270; -const void * RTTI_CreationRendererPrivate__GBufferOverviewRenderPass = (void *)0x05480AF0; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass = (void *)0x05490230; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass = (void *)0x05490160; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass = (void *)0x054901C0; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass = (void *)0x05490100; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorRenderPass = (void *)0x05490290; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass = (void *)0x05481420; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass = (void *)0x054813C0; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass = (void *)0x054814E0; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass = (void *)0x05481480; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryRenderPass = (void *)0x05481540; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass = (void *)0x05481360; -const void * RTTI_CreationRendererPrivate__GalaxyStateStarsRenderPass = (void *)0x0548F950; -const void * RTTI_CreationRendererPrivate__GatherGeometryInstancesRenderPass = (void *)0x05482070; -const void * RTTI_CreationRendererPrivate__GatherHighlightsRenderPass = (void *)0x05480EA0; -const void * RTTI_CreationRendererPrivate__GatherIndirectRenderPass = (void *)0x05473B70; -const void * RTTI_CreationRendererPrivate__GatherLightsRenderPass = (void *)0x0548F9A0; -const void * RTTI_CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass = (void *)0x0548F9F0; -const void * RTTI_CreationRendererPrivate__GatherTransformsRenderPass = (void *)0x054894C0; -const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass = (void *)0x0548FA50; -const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidRenderPass = (void *)0x0548FAB0; -const void * RTTI_CreationRendererPrivate__GenerateFogMapRenderPass = (void *)0x0548FB60; -const void * RTTI_CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass = (void *)0x0548FF50; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass = (void *)0x054920E0; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass = (void *)0x05492140; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass = (void *)0x05492080; -const void * RTTI_CreationRendererPrivate__GeometryCullingRenderPass = (void *)0x054900B0; -const void * RTTI_CreationRendererPrivate__GeometryCullingShadowsRenderPass = (void *)0x05490010; -const void * RTTI_CreationRendererPrivate__GeometryParticleBatchDepthRenderPass = (void *)0x05480B40; -const void * RTTI_CreationRendererPrivate__GeometryParticleBatchRenderPass = (void *)0x0548FCA0; -const void * RTTI_CreationRendererPrivate__GeometryRenderPass = (void *)0x0548C520; -const void * RTTI_CreationRendererPrivate__GlobalDirtOverlayRenderPass = (void *)0x0548FEB0; -const void * RTTI_CreationRendererPrivate__GroupedDynamicShadowMapRenderPass = (void *)0x054929A0; -const void * RTTI_CreationRendererPrivate__HDRColorGradingMergeRenderPass = (void *)0x0548BCD0; -const void * RTTI_CreationRendererPrivate__HDRCompositeRenderPass = (void *)0x0546FF50; -const void * RTTI_CreationRendererPrivate__HDRHistogramClearRenderPass = (void *)0x0546FFA0; -const void * RTTI_CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass = (void *)0x0546FEF0; -const void * RTTI_CreationRendererPrivate__HDRSubGraph = (void *)0x05470088; -const void * RTTI_CreationRendererPrivate__HeightFieldRenderPass = (void *)0x0548E280; -const void * RTTI_CreationRendererPrivate__HeightFieldSubGraphRenderPass = (void *)0x0548E440; -const void * RTTI_CreationRendererPrivate__HeightfieldSystemRenderPass = (void *)0x0548E490; -const void * RTTI_CreationRendererPrivate__HighlightMaskRenderPass = (void *)0x05490380; -const void * RTTI_CreationRendererPrivate__HighlightPrepareRenderPass = (void *)0x054902E0; -const void * RTTI_CreationRendererPrivate__HighlightRenderPass = (void *)0x05490330; -const void * RTTI_CreationRendererPrivate__ImGuiEventHandler = (void *)0x05493BC0; -const void * RTTI_CreationRendererPrivate__ImageCaptureData = (void *)0x0546AEE8; -const void * RTTI_CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass = (void *)0x05490430; -const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass = (void *)0x054903D0; -const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass = (void *)0x05490490; -const void * RTTI_CreationRendererPrivate__ImageCapture_IconGenerationRenderPass = (void *)0x05480C00; -const void * RTTI_CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass = (void *)0x05490500; -const void * RTTI_CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass = (void *)0x05490560; -const void * RTTI_CreationRendererPrivate__ImageProcessMedianBlurRenderPass = (void *)0x054905C0; -const void * RTTI_CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass = (void *)0x054954A0; -const void * RTTI_CreationRendererPrivate__ImageProcessRenderGraph = (void *)0x05493850; -const void * RTTI_CreationRendererPrivate__IndirectRenderPass = (void *)0x05473990; -const void * RTTI_CreationRendererPrivate__IndirectSetupRenderPass = (void *)0x054739E0; -const void * RTTI_CreationRendererPrivate__InitializeInscatterOrderRenderPass = (void *)0x05489EF0; -const void * RTTI_CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass = (void *)0x05489B80; -const void * RTTI_CreationRendererPrivate__InjectDistantAtmosphereLUTRenderPass = (void *)0x05489510; -const void * RTTI_CreationRendererPrivate__InjectPreviousDepthBufferRenderPass = (void *)0x054809F0; -const void * RTTI_CreationRendererPrivate__InjectSpaceGlareCurrentFrameRenderPass = (void *)0x05482BD0; -const void * RTTI_CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass = (void *)0x054732E0; -const void * RTTI_CreationRendererPrivate__InterpolateIrradianceRenderPass = (void *)0x05489A80; -const void * RTTI_CreationRendererPrivate__LensFlareComputeRenderPass = (void *)0x05490660; -const void * RTTI_CreationRendererPrivate__LensFlareDrawRenderPass = (void *)0x054810B0; -const void * RTTI_CreationRendererPrivate__LensFlareSystemRenderPass = (void *)0x05480C60; -const void * RTTI_CreationRendererPrivate__LensFlare_AlphaBlendRenderPass = (void *)0x05490610; -const void * RTTI_CreationRendererPrivate__LensFlare_VisibilityRenderPass = (void *)0x054906B0; -const void * RTTI_CreationRendererPrivate__LightCoarseCullingCompactionRenderPass = (void *)0x05494DA0; -const void * RTTI_CreationRendererPrivate__LightCoarseCullingRenderPass = (void *)0x05494E00; -const void * RTTI_CreationRendererPrivate__LightInfluenceDepthMinRenderPass = (void *)0x05490750; -const void * RTTI_CreationRendererPrivate__LightInfluenceSubGraphRenderPass = (void *)0x054907F0; -const void * RTTI_CreationRendererPrivate__LightingRenderPass = (void *)0x05490840; -const void * RTTI_CreationRendererPrivate__LoadMenuHiddenEventHandler = (void *)0x0546C760; -const void * RTTI_CreationRendererPrivate__LogicalCell = (void *)0x05481AA0; -const void * RTTI_CreationRendererPrivate__MainRenderGraph = (void *)0x054937D0; -const void * RTTI_CreationRendererPrivate__MeshEventHandler = (void *)0x0546D988; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchCommonRenderPass = (void *)0x05481100; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchCullingRenderPass = (void *)0x05480FB0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchDepthRenderPass = (void *)0x05481150; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass = (void *)0x05480F50; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass = (void *)0x05480EF0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass = (void *)0x05490B80; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass = (void *)0x05490BE0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchRenderPass = (void *)0x054811F0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchShadowRenderPass = (void *)0x054811A0; -const void * RTTI_CreationRendererPrivate__MeshLODDB = (void *)0x054743C0; -const void * RTTI_CreationRendererPrivate__MeshletBuildIndexBufferRenderPass = (void *)0x054908E0; -const void * RTTI_CreationRendererPrivate__MeshletFrustumCullingRenderPass = (void *)0x05490A30; -const void * RTTI_CreationRendererPrivate__MeshletListBuildRenderPass = (void *)0x05490930; -const void * RTTI_CreationRendererPrivate__MeshletMaterialOffsetsRenderPass = (void *)0x05490890; -const void * RTTI_CreationRendererPrivate__MeshletOcclusionCullingRenderPass = (void *)0x05490A80; -const void * RTTI_CreationRendererPrivate__MeshletPrepareArgsRenderPass = (void *)0x05490B30; -const void * RTTI_CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass = (void *)0x05490AD0; -const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesRenderPass = (void *)0x05481240; -const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass = (void *)0x05481290; -const void * RTTI_CreationRendererPrivate__MeshletReadbackIndexCountRenderPass = (void *)0x054909D0; -const void * RTTI_CreationRendererPrivate__MeshletTriangleCullingRenderPass = (void *)0x05490980; -const void * RTTI_CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode = (void *)0x054581C0; -const void * RTTI_CreationRendererPrivate__Messaging__Dependency__InternalProcessorType = (void *)0x0546B300; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass = (void *)0x0548C660; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass = (void *)0x0548C730; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderPass = (void *)0x0547D5E0; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass = (void *)0x0548C6D0; -const void * RTTI_CreationRendererPrivate__MorphDB = (void *)0x0548D270; -const void * RTTI_CreationRendererPrivate__MorphRenderPass = (void *)0x05490C40; -const void * RTTI_CreationRendererPrivate__MorphSystemEndFrameRenderPass = (void *)0x05481010; -const void * RTTI_CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass = (void *)0x05495170; -const void * RTTI_CreationRendererPrivate__MotionBlurRenderPass = (void *)0x05493640; -const void * RTTI_CreationRendererPrivate__MotionBlurSubGraph = (void *)0x05493690; -const void * RTTI_CreationRendererPrivate__MotionVectorCompositeRenderPass = (void *)0x05490C80; -const void * RTTI_CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass = (void *)0x05489A20; -const void * RTTI_CreationRendererPrivate__NV_Streamline__StreamlineEventHandler = (void *)0x05470F90; -const void * RTTI_CreationRendererPrivate__PartialClearColorBufferRenderPass = (void *)0x0548EEA0; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass = (void *)0x05476340; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass = (void *)0x054762E0; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass = (void *)0x05476400; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass = (void *)0x054763A0; -const void * RTTI_CreationRendererPrivate__ParticleDataPreFilterRenderPass = (void *)0x05476680; -const void * RTTI_CreationRendererPrivate__ParticleLightingClearBuffersRenderPass = (void *)0x05476730; -const void * RTTI_CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass = (void *)0x05476790; -const void * RTTI_CreationRendererPrivate__ParticleLightingRenderPass = (void *)0x054767F0; -const void * RTTI_CreationRendererPrivate__ParticlesCopyToDestRenderPass = (void *)0x0548E790; -const void * RTTI_CreationRendererPrivate__ParticlesCorrectionRenderPass = (void *)0x0548E650; -const void * RTTI_CreationRendererPrivate__ParticlesMainFullResRenderPass = (void *)0x0548E6F0; -const void * RTTI_CreationRendererPrivate__ParticlesMainHalfResRenderPass = (void *)0x0548E6A0; -const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass = (void *)0x0548E5F0; -const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass = (void *)0x0548E580; -const void * RTTI_CreationRendererPrivate__ParticlesRenderPass = (void *)0x0548E530; -const void * RTTI_CreationRendererPrivate__PauseMenuExitedEventHandler = (void *)0x0547D410; -const void * RTTI_CreationRendererPrivate__PointCloudCullingRenderPass = (void *)0x05490CD0; -const void * RTTI_CreationRendererPrivate__PointCloudDrawRenderPass = (void *)0x05490D20; -const void * RTTI_CreationRendererPrivate__PointCloudEventHandler = (void *)0x054775C0; -const void * RTTI_CreationRendererPrivate__PostEffectPreUpscaleRenderPass = (void *)0x054936E0; -const void * RTTI_CreationRendererPrivate__PostSharpenRenderPass = (void *)0x054957A0; -const void * RTTI_CreationRendererPrivate__PostUpscaleImageSpaceSubGraph = (void *)0x054953B0; -const void * RTTI_CreationRendererPrivate__PostUpscaleSubGraph = (void *)0x05495400; -const void * RTTI_CreationRendererPrivate__PreUpscaleImageSpaceSubGraph = (void *)0x05495360; -const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass = (void *)0x05489730; -const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass = (void *)0x0548E7E0; -const void * RTTI_CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass = (void *)0x05489FB0; -const void * RTTI_CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass = (void *)0x05493780; -const void * RTTI_CreationRendererPrivate__PrecomputeSingleScatteringRenderPass = (void *)0x05489F50; -const void * RTTI_CreationRendererPrivate__PrefilterCubemapRenderPass = (void *)0x05473BC0; -const void * RTTI_CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass = (void *)0x05480CB0; -const void * RTTI_CreationRendererPrivate__PrepareEndFrameRenderPass = (void *)0x05481060; -const void * RTTI_CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass = (void *)0x054808A0; -const void * RTTI_CreationRendererPrivate__PrepareProjectedDecalsRenderPass = (void *)0x05490ED0; -const void * RTTI_CreationRendererPrivate__PrepareReflectionProbeDataRenderPass = (void *)0x054911D0; -const void * RTTI_CreationRendererPrivate__PrepareSkinningRenderPass = (void *)0x05480900; -const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass = (void *)0x05482A50; -const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapRenderPass = (void *)0x054809A0; -const void * RTTI_CreationRendererPrivate__ProbeClassifyRenderPass = (void *)0x0547CDF0; -const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass = (void *)0x0547CBA0; -const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingRenderPass = (void *)0x0547CC00; -const void * RTTI_CreationRendererPrivate__ProbeFaceSceneSetupRenderPass = (void *)0x05491280; -const void * RTTI_CreationRendererPrivate__ProbeGridGPUCullingRenderPass = (void *)0x0548BF00; -const void * RTTI_CreationRendererPrivate__ProbeLightCullingRenderPass = (void *)0x0547CC50; -const void * RTTI_CreationRendererPrivate__ProbeRenderPass = (void *)0x0547CE88; -const void * RTTI_CreationRendererPrivate__ProbeSystemRenderPass = (void *)0x0547CCA0; -const void * RTTI_CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass = (void *)0x0548E330; -const void * RTTI_CreationRendererPrivate__ProduceDynamicShadowMapDataRenderPass = (void *)0x054922F0; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass = (void *)0x0547D4B0; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass = (void *)0x0547D700; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass = (void *)0x0547D690; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass = (void *)0x0547D770; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass = (void *)0x0547D630; -const void * RTTI_CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass = (void *)0x05480840; -const void * RTTI_CreationRendererPrivate__ProduceShadingRateImageRenderPass = (void *)0x05490DD0; -const void * RTTI_CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass = (void *)0x054912D0; -const void * RTTI_CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass = (void *)0x05495070; -const void * RTTI_CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass = (void *)0x05491C80; -const void * RTTI_CreationRendererPrivate__ProjectedDecalRenderPass = (void *)0x054910E0; -const void * RTTI_CreationRendererPrivate__RadialBlurRenderPass = (void *)0x05491130; -const void * RTTI_CreationRendererPrivate__RayTraceProbeComputeRenderPass = (void *)0x0547CCF0; -const void * RTTI_CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass = (void *)0x0547CD90; -const void * RTTI_CreationRendererPrivate__RaymarchSampleLocationsRenderPass = (void *)0x054897F0; -const void * RTTI_CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass = (void *)0x05489790; -const void * RTTI_CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass = (void *)0x05489C40; -const void * RTTI_CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass = (void *)0x05491390; -const void * RTTI_CreationRendererPrivate__ReflectionProbeClearThinDeferredGBufferRenderPass = (void *)0x05491D40; -const void * RTTI_CreationRendererPrivate__ReflectionProbeComputeSHRenderPass = (void *)0x05491740; -const void * RTTI_CreationRendererPrivate__ReflectionProbeCopyDepth = (void *)0x054914E0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeCopySky = (void *)0x054913F0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass = (void *)0x05491640; -const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryCullingRenderPass = (void *)0x05491AF0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryOffsetsRenderPass = (void *)0x05491970; -const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass = (void *)0x05491BB0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass = (void *)0x05491B50; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMaterialIndexOffsetsRenderPass = (void *)0x054918B0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletCullingRenderPass = (void *)0x05491A30; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletListBuildRenderPass = (void *)0x054919D0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMipChainRenderPass = (void *)0x054917A0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass = (void *)0x05494FC0; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass = (void *)0x054917F0; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareDrawParamsRenderPass = (void *)0x05491850; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareGroupedDrawsRenderPass = (void *)0x05491DA0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeRenderPass = (void *)0x05491180; -const void * RTTI_CreationRendererPrivate__ReflectionProbeSceneSetupRenderPass = (void *)0x05491A90; -const void * RTTI_CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass = (void *)0x054915E0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeSubGraphRenderPass = (void *)0x054916A0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeTerrainRenderPass = (void *)0x054916F0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeTriangleCullingRenderPass = (void *)0x05491910; -const void * RTTI_CreationRendererPrivate__RefractionBlurRenderPass = (void *)0x0548EAA0; -const void * RTTI_CreationRendererPrivate__RefractionDownsample0RenderPass = (void *)0x0548EBA0; -const void * RTTI_CreationRendererPrivate__RefractionDownsampleMipChainRenderPass = (void *)0x0548EAF0; -const void * RTTI_CreationRendererPrivate__RefractionMaskDilationRenderPass = (void *)0x0548EB50; -const void * RTTI_CreationRendererPrivate__RefractionMaskGenRenderPass = (void *)0x0548EA50; -const void * RTTI_CreationRendererPrivate__RefractionMaskRenderPass = (void *)0x0548C910; -const void * RTTI_CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass = (void *)0x05489840; -const void * RTTI_CreationRendererPrivate__RenderGraph = (void *)0x0546FBD0; -const void * RTTI_CreationRendererPrivate__RenderGraphEventHandler = (void *)0x054703C0; -const void * RTTI_CreationRendererPrivate__RenderPass = (void *)0x0546CFD8; -const void * RTTI_CreationRendererPrivate__RenderSceneSubGraph = (void *)0x05495450; -const void * RTTI_CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass = (void *)0x05489BE0; -const void * RTTI_CreationRendererPrivate__RenderViewSubGraph = (void *)0x05493730; -const void * RTTI_CreationRendererPrivate__ReprojectShadingRateImageRenderPass = (void *)0x05490D70; -const void * RTTI_CreationRendererPrivate__ResetCullingMemoryRequestHandler = (void *)0x054881C0; -const void * RTTI_CreationRendererPrivate__ResourceLifecycleJobSite = (void *)0x05482E40; -const void * RTTI_CreationRendererPrivate__SAOEmptyRenderPass = (void *)0x05475DE0; -const void * RTTI_CreationRendererPrivate__SAORenderPass = (void *)0x05475E88; -const void * RTTI_CreationRendererPrivate__ScaleformCompositeRenderPass = (void *)0x05491E00; -const void * RTTI_CreationRendererPrivate__ScaleformEventHandler = (void *)0x05479990; -const void * RTTI_CreationRendererPrivate__ScaleformRenderPass = (void *)0x054950D0; -const void * RTTI_CreationRendererPrivate__ScaleformText2DRenderPass = (void *)0x05481EC0; -const void * RTTI_CreationRendererPrivate__ScaleformTextRenderPass = (void *)0x05481E70; -const void * RTTI_CreationRendererPrivate__ScaleformToTextureRenderPass = (void *)0x05495120; -const void * RTTI_CreationRendererPrivate__SceneSetupRenderPass = (void *)0x0546CF90; -const void * RTTI_CreationRendererPrivate__SeparableSSS_HorizontalRenderPass = (void *)0x05491EF0; -const void * RTTI_CreationRendererPrivate__SeparableSSS_RenderPass = (void *)0x05491EA0; -const void * RTTI_CreationRendererPrivate__SeparableSSS_VerticalRenderPass = (void *)0x05491E50; -const void * RTTI_CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass = (void *)0x05489570; -const void * RTTI_CreationRendererPrivate__SetupDynamicShadowRenderPass = (void *)0x054925F0; -const void * RTTI_CreationRendererPrivate__ShadowInstanceBarriersRenderPass = (void *)0x05492030; -const void * RTTI_CreationRendererPrivate__ShadowManagerEventHandler = (void *)0x05476AB0; -const void * RTTI_CreationRendererPrivate__ShadowMapInstanceRenderPass = (void *)0x054921F0; -const void * RTTI_CreationRendererPrivate__ShadowMapRenderPass = (void *)0x054921A0; -const void * RTTI_CreationRendererPrivate__ShadowMapSceneSetupRenderPass = (void *)0x05492240; -const void * RTTI_CreationRendererPrivate__ShadowMapSubGraphRenderPass = (void *)0x05491F90; -const void * RTTI_CreationRendererPrivate__ShadowMaskRenderPass = (void *)0x05495020; -const void * RTTI_CreationRendererPrivate__ShadowSubGraphRenderPass = (void *)0x05491FE0; -const void * RTTI_CreationRendererPrivate__SharedMeshResourcesRegistry = (void *)0x0548B9E0; -const void * RTTI_CreationRendererPrivate__SkinnedDecalPrepareRenderPass = (void *)0x05492AA0; -const void * RTTI_CreationRendererPrivate__SkinningRenderPass = (void *)0x05492AF0; -const void * RTTI_CreationRendererPrivate__SkinningSystemEndFrameRenderPass = (void *)0x05482620; -const void * RTTI_CreationRendererPrivate__SkinningSystemRenderPass = (void *)0x05482670; -const void * RTTI_CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass = (void *)0x054829F0; -const void * RTTI_CreationRendererPrivate__SkyCubemapRenderPass = (void *)0x05482AB0; -const void * RTTI_CreationRendererPrivate__SkyCubemapSystemRenderPass = (void *)0x05480950; -const void * RTTI_CreationRendererPrivate__SkyLightingRenderPass = (void *)0x05492C40; -const void * RTTI_CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass = (void *)0x05487CA0; -const void * RTTI_CreationRendererPrivate__SkyOcclusionMaskRenderPass = (void *)0x05487DA0; -const void * RTTI_CreationRendererPrivate__SkyOcclusionRenderPass = (void *)0x05487E90; -const void * RTTI_CreationRendererPrivate__SkyOcclusionSystemRenderPass = (void *)0x05487EE0; -const void * RTTI_CreationRendererPrivate__SobelSpaceGlareRenderPass = (void *)0x05482C80; -const void * RTTI_CreationRendererPrivate__SpaceGlareApplyRenderPass = (void *)0x05482CD0; -const void * RTTI_CreationRendererPrivate__SpaceGlareCopyRenderPass = (void *)0x05482C30; -const void * RTTI_CreationRendererPrivate__SpaceGlareRenderPass = (void *)0x05482D20; -const void * RTTI_CreationRendererPrivate__SparseGridCell = (void *)0x05481AE0; -const void * RTTI_CreationRendererPrivate__SporadicRenderGraphRenderPass = (void *)0x05492C90; -const void * RTTI_CreationRendererPrivate__StarfieldCoarseCullingRenderPass = (void *)0x05492E20; -const void * RTTI_CreationRendererPrivate__StarfieldEventHandler = (void *)0x0546CAF0; -const void * RTTI_CreationRendererPrivate__StarfieldProcessStarsRenderPass = (void *)0x05492D80; -const void * RTTI_CreationRendererPrivate__StarfieldRenderPass = (void *)0x05492CE0; -const void * RTTI_CreationRendererPrivate__StarfieldRenderPassBase = (void *)0x05492D30; -const void * RTTI_CreationRendererPrivate__StarfieldTiledCullingRenderPass = (void *)0x05492E70; -const void * RTTI_CreationRendererPrivate__StarfieldTiledRenderRenderPass = (void *)0x05492DD0; -const void * RTTI_CreationRendererPrivate__StarmapGravityWavesEventHandler = (void *)0x05478D90; -const void * RTTI_CreationRendererPrivate__StarmapGravityWavesRenderPass = (void *)0x05479370; -const void * RTTI_CreationRendererPrivate__StarmapOrbitsEventHandler = (void *)0x05478570; -const void * RTTI_CreationRendererPrivate__StarmapOrbitsRenderPass = (void *)0x05478520; -const void * RTTI_CreationRendererPrivate__SubmitAndPresentThread = (void *)0x0547E0A0; -const void * RTTI_CreationRendererPrivate__SunDiskRenderPass = (void *)0x05492EC0; -const void * RTTI_CreationRendererPrivate__SunDiskSkyCubemapRenderPass = (void *)0x05482720; -const void * RTTI_CreationRendererPrivate__SwapChainEventHandler = (void *)0x05473550; -const void * RTTI_CreationRendererPrivate__TemporalAA_idTech7RenderPass = (void *)0x054957F0; -const void * RTTI_CreationRendererPrivate__TerrainClipmapAndMIMRenderPass = (void *)0x05473290; -const void * RTTI_CreationRendererPrivate__TerrainClipmapUpdateRenderPass = (void *)0x054731A0; -const void * RTTI_CreationRendererPrivate__TerrainDensityUpdateRenderPass = (void *)0x054733E0; -const void * RTTI_CreationRendererPrivate__TerrainDepthAndShadowsSubGraph = (void *)0x05473340; -const void * RTTI_CreationRendererPrivate__TerrainDepthDrawRenderPass = (void *)0x05473390; -const void * RTTI_CreationRendererPrivate__TerrainHeightFieldRenderPass = (void *)0x0548E3F0; -const void * RTTI_CreationRendererPrivate__TerrainMIMUpdateRenderPass = (void *)0x05473150; -const void * RTTI_CreationRendererPrivate__TerrainRenderPass = (void *)0x05473250; -const void * RTTI_CreationRendererPrivate__TerrainShadowsRenderPass = (void *)0x05473500; -const void * RTTI_CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass = (void *)0x054731F0; -const void * RTTI_CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass = (void *)0x05491580; -const void * RTTI_CreationRendererPrivate__ThinDeferredGBufferRenderPass = (void *)0x05491530; -const void * RTTI_CreationRendererPrivate__ThinDeferredLightingRenderPass = (void *)0x05491490; -const void * RTTI_CreationRendererPrivate__ThinDeferredPrepareRenderPass = (void *)0x05491230; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass = (void *)0x05488AB0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass = (void *)0x054889D0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass = (void *)0x05488C90; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass = (void *)0x05488B70; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass = (void *)0x05488C20; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass = (void *)0x05488B10; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass = (void *)0x05488D60; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7RenderPass = (void *)0x05488BD0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass = (void *)0x05488970; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass = (void *)0x05488A40; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass = (void *)0x05488CF0; -const void * RTTI_CreationRendererPrivate__TiledCullingRenderPass = (void *)0x05492F00; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass = (void *)0x05473CD0; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass = (void *)0x05473C70; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsRenderPass = (void *)0x05473C10; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass = (void *)0x05493010; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass = (void *)0x05492F50; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass = (void *)0x05493070; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass = (void *)0x05492FB0; -const void * RTTI_CreationRendererPrivate__TiledDepthRangeRenderPass = (void *)0x054930D0; -const void * RTTI_CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass = (void *)0x05489620; -const void * RTTI_CreationRendererPrivate__UIRenderPass = (void *)0x054931D8; -const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass = (void *)0x0548C790; -const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass = (void *)0x0548C7F0; -const void * RTTI_CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass = (void *)0x05489CA0; -const void * RTTI_CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass = (void *)0x05480A50; -const void * RTTI_CreationRendererPrivate__UpdateSharedIndexBufferRenderPass = (void *)0x05493220; -const void * RTTI_CreationRendererPrivate__UpscaleSubGraph = (void *)0x05471258; -const void * RTTI_CreationRendererPrivate__VignetteRenderPass = (void *)0x05495840; -const void * RTTI_CreationRendererPrivate__VolumetricLightingApplyRenderPass = (void *)0x054768D0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingCullingRenderPass = (void *)0x05493270; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass = (void *)0x054932D0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass = (void *)0x05493330; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass = (void *)0x0548CB30; -const void * RTTI_CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass = (void *)0x0548CAC0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingIntegrateRenderPass = (void *)0x054933A0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass = (void *)0x05493400; -const void * RTTI_CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass = (void *)0x05493460; -const void * RTTI_CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass = (void *)0x054934C0; -const void * RTTI_CreationRendererPrivate__WaterDisplacementRenderPass = (void *)0x05475CE0; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass = (void *)0x05475C30; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_InjectionRenderPass = (void *)0x05475BD0; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_MainRenderPass = (void *)0x05475C90; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass = (void *)0x05475B70; -const void * RTTI_CreationRendererPrivate__WaterMVRenderPass = (void *)0x05493520; -const void * RTTI_CreationRendererPrivate__WaterPrepareRenderPass = (void *)0x054935B0; -const void * RTTI_CreationRendererPrivate__WaterRenderGraphRenderPass = (void *)0x05493560; -const void * RTTI_CreationRendererPrivate__WaterRenderPass = (void *)0x054935F8; -const void * RTTI_CreationRendererPrivate__WetnessOcclusionMaskRenderPass = (void *)0x05487E40; -const void * RTTI_CreationRendererPrivate__WindowEventHandler = (void *)0x05472020; -const void * RTTI_CreationRendererPrivate__WorldCell = (void *)0x05481A68; -const void * RTTI_CreationRenderer__ImageCaptureExportToFileNode = (void *)0x05300010; -const void * RTTI_CreationRenderer__MaterialInstance__TextureVisitor = (void *)0x05219370; -const void * RTTI_CreationRenderer__Messaging__MessageProcessor = (void *)0x0546BDF0; -const void * RTTI_CreationRenderer__Messaging__StreamedResourceNode = (void *)0x05410750; -const void * RTTI_CreationRenderer__RendererQualityPref = (void *)0x0546C028; -const void * RTTI_CreationRenderer__RendererQualitySetting = (void *)0x05135010; -const void * RTTI_CreationRenderer__RendererQualitySettingCollection = (void *)0x0546BFE0; -const void * RTTI_CreditsDataModel = (void *)0x052B6B48; -const void * RTTI_CreditsDataModel__CreditsDataModelEventShuttle = (void *)0x052B6AC0; -const void * RTTI_CreditsMenu = (void *)0x053B4B68; -const void * RTTI_CrewExtraData = (void *)0x051EFAC0; -const void * RTTI_CriticallyDampenVariable = (void *)0x053FBF80; -const void * RTTI_CriticallyDampenVariableInstance = (void *)0x053FBFB0; -const void * RTTI_CrowdInhibitNullStrategy = (void *)0x052AEC40; -const void * RTTI_CrowdInhibitStrategyDefault = (void *)0x052AED20; -const void * RTTI_CrowdInhibitStrategyDisable = (void *)0x052AECE8; -const void * RTTI_CrowdManager = (void *)0x052AEA88; -const void * RTTI_CrowdWallaBubble = (void *)0x052B3528; -const void * RTTI_CullFurnitureBoneHandler = (void *)0x05378158; -const void * RTTI_CullWeaponsHandler = (void *)0x053781C0; -const void * RTTI_CumulativeAnimation = (void *)0x053FBEB0; -const void * RTTI_CumulativeAnimationInstance = (void *)0x053FBEE0; -const void * RTTI_CureEffect = (void *)0x05330D80; -const void * RTTI_CursorMenu = (void *)0x0542EC28; -const void * RTTI_CursorMenu__CursorGameEventShuttle = (void *)0x0542EBF0; -const void * RTTI_CursorMoveEvent = (void *)0x053FF1B0; -const void * RTTI_CurvedPathBlender = (void *)0x053FB5D0; -const void * RTTI_CurvedPathBlenderInstance = (void *)0x053FBAD0; -const void * RTTI_CustomActorPackageData = (void *)0x05361ED0; -const void * RTTI_CustomUtils__HasForceGreetVisitor = (void *)0x05289900; -const void * RTTI_D3D12MA__BlockMetadata = (void *)0x0548CCE0; -const void * RTTI_D3D12MA__BlockMetadata_Generic = (void *)0x0548CC78; -const void * RTTI_D3D12MA__MemoryBlock = (void *)0x0548CC48; -const void * RTTI_D3D12MA__NormalBlock = (void *)0x0548CCB0; -const void * RTTI_DamageEffect = (void *)0x05330DA8; -const void * RTTI_DampenVariable = (void *)0x053FC4C0; -const void * RTTI_DampenVariableInstance = (void *)0x053FC490; -const void * RTTI_DarknessEffect = (void *)0x05330DD0; -const void * RTTI_DataMenu = (void *)0x05315F08; -const void * RTTI_DataMenuDataModel = (void *)0x052C5630; -const void * RTTI_DataMenuDataModel__DataMenuEventShuttle = (void *)0x052C56F8; -const void * RTTI_DataMenuInventoryItem = (void *)0x052C5400; -const void * RTTI_DataMenuPersistentDataModel = (void *)0x052C5430; -const void * RTTI_DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle = (void *)0x052C5280; -const void * RTTI_DataMenu_CloseMenu = (void *)0x05316080; -const void * RTTI_DataMenu_ClosedForSubMenu = (void *)0x053160B0; -const void * RTTI_DataMenu_Missions = (void *)0x05315FF8; -const void * RTTI_DataMenu_OpenPauseMenu = (void *)0x05315F28; -const void * RTTI_DataMenu_PlotToLocation = (void *)0x05315F58; -const void * RTTI_DataMenu_Reopened = (void *)0x05316058; -const void * RTTI_DataMenu_SelectedAttributesMenu = (void *)0x05316AF8; -const void * RTTI_DataMenu_SelectedInventoryMenu = (void *)0x05316AC0; -const void * RTTI_DataMenu_SelectedMapMenu = (void *)0x05316A90; -const void * RTTI_DataMenu_SelectedPowersMenu = (void *)0x05315F88; -const void * RTTI_DataMenu_SelectedShipMenu = (void *)0x05316A60; -const void * RTTI_DataMenu_SelectedStatusMenu = (void *)0x053160E0; -const void * RTTI_DataMenu_SetMenuForQuickEntry = (void *)0x05315FC0; -const void * RTTI_DataMenu_SetPaperDollActive = (void *)0x05316020; -const void * RTTI_DataMenu_StartCloseAnim = (void *)0x052C5018; -const void * RTTI_DataSlateButtons = (void *)0x052F8830; -const void * RTTI_DataSlateButtons_acceptClicked = (void *)0x052F93D8; -const void * RTTI_DataSlateButtons_cancelClicked = (void *)0x052F9410; -const void * RTTI_DataSlateMenu = (void *)0x052F9448; -const void * RTTI_DataSlateMenu__DataSlateData = (void *)0x052F9710; -const void * RTTI_DataSlateMenu__DataSlateEventShuttle = (void *)0x052F96D0; -const void * RTTI_DataSlateMenu_playSFX = (void *)0x052F93A8; -const void * RTTI_DataSlateMenu_toggleAudio = (void *)0x052F9378; -const void * RTTI_DeathEmoteHandler = (void *)0x05377418; -const void * RTTI_DeathStopHandler = (void *)0x053772D8; -const void * RTTI_DefaultCollection = (void *)0x054121E0; -const void * RTTI_DefaultMessageBoxCallback = (void *)0x052726C0; -const void * RTTI_DeferredDeletion__IDeferredDeleter = (void *)0x0533DBB0; -const void * RTTI_DeferredDeletion__IGCService = (void *)0x05342718; -const void * RTTI_DemoralizeEffect = (void *)0x05332408; -const void * RTTI_DependentAnimationGraphManagerHolder = (void *)0x051E0938; -const void * RTTI_DesyncInteractionHandler = (void *)0x05378010; -const void * RTTI_DetectLifeEffect = (void *)0x05330DF8; -const void * RTTI_DetectionCollector = (void *)0x05330E70; -const void * RTTI_DetectionDebugData = (void *)0x05362070; -const void * RTTI_DetectionState = (void *)0x053620A0; -const void * RTTI_DeviceChangeEvent = (void *)0x053FF358; -const void * RTTI_DeviceChangeHandler = (void *)0x053B9EF8; -const void * RTTI_DeviceConnectEvent = (void *)0x053FF328; -const void * RTTI_DialogueCameraState = (void *)0x052965C0; -const void * RTTI_DialogueMenu = (void *)0x053B4BC0; -const void * RTTI_DialogueMenu_CompleteExit = (void *)0x052EC940; -const void * RTTI_DialogueMenu_OnDialogueSelect = (void *)0x053B5DA0; -const void * RTTI_DialogueMenu_OnListVisibilityChange = (void *)0x053B5DD8; -const void * RTTI_DialogueMenu_OnPersuasionAutoWin = (void *)0x053B5E18; -const void * RTTI_DialogueMenu_RequestExit = (void *)0x053B4B90; -const void * RTTI_DialogueMenu_RequestSkipDialogue = (void *)0x053B5E50; -const void * RTTI_DialoguePackage = (void *)0x05289880; -const void * RTTI_DialogueUIDataModel = (void *)0x052EC9B8; -const void * RTTI_DialogueUIDataModel__DialogueData = (void *)0x052EC670; -const void * RTTI_DialogueUIDataModel__DialogueEntryData = (void *)0x052ECA88; -const void * RTTI_DialogueUIDataModel__DialogueListData = (void *)0x052ECB18; -const void * RTTI_DialogueUIDataModel__DialogueUIDataEventShuttle = (void *)0x052ECAD0; -const void * RTTI_DialogueUIDataModel__PersuasionEntryData = (void *)0x052ECB58; -const void * RTTI_DialogueUIDataModel__PersuasionListData = (void *)0x052ECD20; -const void * RTTI_DialogueUIDataModel__PersuasionPointsData = (void *)0x052ECF68; -const void * RTTI_DirectAtNode = (void *)0x053FCA08; -const void * RTTI_DirectAtNodeInstance = (void *)0x053FC9D8; -const void * RTTI_DisableCharacterBumperHandler = (void *)0x05376F28; -const void * RTTI_DisableCharacterControllerHandler = (void *)0x05374110; -const void * RTTI_DisableCharacterPitchHandler = (void *)0x05378568; -const void * RTTI_DisableCollisionHandler = (void *)0x05377120; -const void * RTTI_DisarmEffect = (void *)0x05330E48; -const void * RTTI_DisconnectHandler = (void *)0x053B9ED0; -const void * RTTI_DisguiseEffect = (void *)0x05330F00; -const void * RTTI_DisguiseEffect__DetectionChecker = (void *)0x05330EA0; -const void * RTTI_DispelEffect = (void *)0x05330F28; -const void * RTTI_DiveBombPathController = (void *)0x053970E8; -const void * RTTI_DoNotInterruptAnimationHandler = (void *)0x053772A0; -const void * RTTI_DocAcceptDataModel = (void *)0x052D12B8; -const void * RTTI_DocAcceptDataModel__DocAcceptEventShuttle = (void *)0x052D1400; -const void * RTTI_DocAcceptMenu = (void *)0x052B7688; -const void * RTTI_DocAcceptMenu_Accept = (void *)0x052B7588; -const void * RTTI_DoorObstacleAdapter = (void *)0x0534A878; -const void * RTTI_DropResourcesEffect = (void *)0x05331C98; -const void * RTTI_DrugsCraftingMenu = (void *)0x05316B30; -const void * RTTI_DualDirectAtNode = (void *)0x053FC9B0; -const void * RTTI_DualDirectAtNodeInstance = (void *)0x053FC980; -const void * RTTI_DualValueModifierEffect = (void *)0x05330F50; -const void * RTTI_DynamicAnimationNode = (void *)0x053FC690; -const void * RTTI_DynamicAnimationNodeInstance = (void *)0x053FC658; -const void * RTTI_DynamicGraphReference = (void *)0x053FB8E0; -const void * RTTI_DynamicGraphReferenceInstance = (void *)0x053FB910; -const void * RTTI_DynamicIdleDataSingletonHelper = (void *)0x051E0AF8; -const void * RTTI_DynamicNavMeshTask = (void *)0x051E7358; -const void * RTTI_DynamicNavMeshTaskCellRemap = (void *)0x051E72E8; -const void * RTTI_DynamicNavMeshTaskStitching = (void *)0x051E7320; -const void * RTTI_DynamicNavmesh = (void *)0x0521CF98; -const void * RTTI_DynamicNavmeshService = (void *)0x051EBA88; -const void * RTTI_EffectArchetypes__MainStatusHandler = (void *)0x0513A6D0; -const void * RTTI_EffectSequenceMap = (void *)0x051EF128; -const void * RTTI_EffectSequenceNode = (void *)0x053FB620; -const void * RTTI_EffectSequenceNodeInstance = (void *)0x053FBBF0; -const void * RTTI_EffectSequence__EffectSequenceManager = (void *)0x051EE6A0; -const void * RTTI_EffectSetting = (void *)0x05119F08; -const void * RTTI_EjectShellCasingHandler = (void *)0x05377EB0; -const void * RTTI_EmittanceManagerAgent = (void *)0x051E0D88; -const void * RTTI_EmitterProjectile = (void *)0x0529BED8; -const void * RTTI_EmptyDependencyFormPointerMapValue = (void *)0x052597E8; -const void * RTTI_EnableCharacterBumperHandler = (void *)0x05376EF0; -const void * RTTI_EnableCharacterControllerHandler = (void *)0x05374148; -const void * RTTI_EnableCharacterPitchHandler = (void *)0x05378530; -const void * RTTI_EnableCollisionHandler = (void *)0x05376F60; -const void * RTTI_EnchantmentItem = (void *)0x05204800; -const void * RTTI_EndGameCreditsMenu = (void *)0x052B7AA0; -const void * RTTI_EndSecurityMinigameHandler = (void *)0x05377B80; -const void * RTTI_EndSummonAnimationHandler = (void *)0x05377680; -const void * RTTI_EnhanceWeaponEffect = (void *)0x0533CBE8; -const void * RTTI_EnsureAliasCanBePickpocketedFunc = (void *)0x052C8538; -const void * RTTI_EquippedItemData = (void *)0x052AED58; -const void * RTTI_EquippedSpell__Data = (void *)0x052AED80; -const void * RTTI_EquippedWeapon__AimModule = (void *)0x052AEE10; -const void * RTTI_EquippedWeapon__AmmunitionModule = (void *)0x052AEE40; -const void * RTTI_EquippedWeapon__AudioModule = (void *)0x052AEF68; -const void * RTTI_EquippedWeapon__Data = (void *)0x052AEDB0; -const void * RTTI_EquippedWeapon__IModule = (void *)0x052AEDE0; -const void * RTTI_EquippedWeapon__MeleeAttackModule = (void *)0x052AEEB0; -const void * RTTI_EquippedWeapon__PowerModule = (void *)0x052AEEE8; -const void * RTTI_EquippedWeapon__RangedAttackModule = (void *)0x052AF078; -const void * RTTI_EquippedWeapon__VariableRangeModule = (void *)0x052AF0B0; -const void * RTTI_EquippedWeapon__VisualModule = (void *)0x052AF0F0; -const void * RTTI_EtherealizationEffect = (void *)0x05330F80; -const void * RTTI_EvaluateConditionVariable = (void *)0x053FBF18; -const void * RTTI_EvaluateConditionVariableInstance = (void *)0x053FBF48; -const void * RTTI_EventController = (void *)0x053FC580; -const void * RTTI_EventControllerInstance = (void *)0x053FC550; -const void * RTTI_EventDispatcherBackend = (void *)0x0542EA20; -const void * RTTI_EventFromRange = (void *)0x053FC260; -const void * RTTI_EventFromRangeInstance = (void *)0x053FC288; -const void * RTTI_EveryNEvents = (void *)0x053FC400; -const void * RTTI_EveryNEventsInstance = (void *)0x053FC3D0; -const void * RTTI_ExecuteOnAliasedRefFunc = (void *)0x05205840; -const void * RTTI_ExitChargen_ConfirmCallback = (void *)0x0530FB70; -const void * RTTI_Explosion = (void *)0x0533CA90; -const void * RTTI_ExplosionClosestHitCollector = (void *)0x0537B028; -const void * RTTI_ExplosiveIndicatorDataModel = (void *)0x052C6460; -const void * RTTI_ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle = (void *)0x052C6550; -const void * RTTI_ExternalDataSourceMainStatusHandler = (void *)0x0513A710; -const void * RTTI_ExtraAcousticParent = (void *)0x05207690; -const void * RTTI_ExtraAction = (void *)0x05207E68; -const void * RTTI_ExtraActivateRef = (void *)0x05207AB8; -const void * RTTI_ExtraActivateText = (void *)0x05205B40; -const void * RTTI_ExtraActorCause = (void *)0x05206798; -const void * RTTI_ExtraActorValueStorage = (void *)0x05205A28; -const void * RTTI_ExtraAliasInstanceArray = (void *)0x05207CF8; -const void * RTTI_ExtraAmmo = (void *)0x05206300; -const void * RTTI_ExtraAnimGraphManager = (void *)0x05207F00; -const void * RTTI_ExtraAnimGraphPreload = (void *)0x052074D0; -const void * RTTI_ExtraAnimSounds = (void *)0x05205A88; -const void * RTTI_ExtraAshPileRef = (void *)0x05207720; -const void * RTTI_ExtraAttachRef = (void *)0x05205CD0; -const void * RTTI_ExtraAttachRefChildren = (void *)0x05205CF8; -const void * RTTI_ExtraAttachedArrows3D = (void *)0x05205C70; -const void * RTTI_ExtraBadPosition = (void *)0x05206630; -const void * RTTI_ExtraBendableSplineParams = (void *)0x051EFAE8; -const void * RTTI_ExtraBlueprintPartOriginData = (void *)0x052062C8; -const void * RTTI_ExtraBody = (void *)0x05207670; -const void * RTTI_ExtraBoneScaleMap = (void *)0x052055E8; -const void * RTTI_ExtraCachedScale = (void *)0x05205E38; -const void * RTTI_ExtraCalcedPackIn = (void *)0x052054B8; -const void * RTTI_ExtraCanTalkToPlayer = (void *)0x05207C60; -const void * RTTI_ExtraCannotWear = (void *)0x05207A30; -const void * RTTI_ExtraCell3D = (void *)0x05204D98; -const void * RTTI_ExtraCellAcousticSpace = (void *)0x05204C30; -const void * RTTI_ExtraCellEnvMap = (void *)0x05205C18; -const void * RTTI_ExtraCellGlobalDirtLayer = (void *)0x05204BD0; -const void * RTTI_ExtraCellImageSpace = (void *)0x05204D18; -const void * RTTI_ExtraCellMusicType = (void *)0x05204C00; -const void * RTTI_ExtraCellSkyRegion = (void *)0x05204CE8; -const void * RTTI_ExtraCellWaterEnvMap = (void *)0x05205C40; -const void * RTTI_ExtraCellWaterType = (void *)0x05204BA0; -const void * RTTI_ExtraCharge = (void *)0x05206470; -const void * RTTI_ExtraCollisionData = (void *)0x05205810; -const void * RTTI_ExtraCombatStyle = (void *)0x05205870; -const void * RTTI_ExtraConstrainedDecalData = (void *)0x05205B10; -const void * RTTI_ExtraCount = (void *)0x052064E8; -const void * RTTI_ExtraCreatureAwakeSound = (void *)0x052067F0; -const void * RTTI_ExtraCulledBone = (void *)0x05206A58; -const void * RTTI_ExtraCulledSubsegment = (void *)0x05205F10; -const void * RTTI_ExtraDesiredLegendaryRank = (void *)0x05205D88; -const void * RTTI_ExtraDirectAtTarget = (void *)0x05207560; -const void * RTTI_ExtraDroppedItemList = (void *)0x052079A0; -const void * RTTI_ExtraEditorID = (void *)0x05205FC0; -const void * RTTI_ExtraEditorRefMoveData = (void *)0x052073D8; -const void * RTTI_ExtraEmittanceSource = (void *)0x052076F0; -const void * RTTI_ExtraEnableStateChildren = (void *)0x05207A88; -const void * RTTI_ExtraEnableStateParent = (void *)0x05207B68; -const void * RTTI_ExtraEnchantment = (void *)0x052061C8; -const void * RTTI_ExtraEncounterZone = (void *)0x05207D80; -const void * RTTI_ExtraEssentialProtected = (void *)0x05205580; -const void * RTTI_ExtraExteriorReflectionProbeAdjustmentVolume = (void *)0x05207BC0; -const void * RTTI_ExtraExternalEmittanceData = (void *)0x05205688; -const void * RTTI_ExtraFXPickNodes = (void *)0x05205558; -const void * RTTI_ExtraFactionChanges = (void *)0x05207E10; -const void * RTTI_ExtraFavorCost = (void *)0x052065D8; -const void * RTTI_ExtraFavorite = (void *)0x05205F40; -const void * RTTI_ExtraFlags = (void *)0x052060F8; -const void * RTTI_ExtraFogVolume = (void *)0x05207C08; -const void * RTTI_ExtraFollower = (void *)0x05206420; -const void * RTTI_ExtraFollowerSwimBreadcrumbs = (void *)0x05207C90; -const void * RTTI_ExtraForcedLandingMarker = (void *)0x05205CA0; -const void * RTTI_ExtraForcedTarget = (void *)0x05206150; -const void * RTTI_ExtraFriendHits = (void *)0x052073B0; -const void * RTTI_ExtraFromAlias = (void *)0x05205EB8; -const void * RTTI_ExtraFurnitureEntryData = (void *)0x05207530; -const void * RTTI_ExtraGeometryDirtynessScale = (void *)0x05206038; -const void * RTTI_ExtraGhost = (void *)0x05207948; -const void * RTTI_ExtraGlobal = (void *)0x05206538; -const void * RTTI_ExtraGroupedPackin = (void *)0x05205300; -const void * RTTI_ExtraGuardedRefData = (void *)0x05207318; -const void * RTTI_ExtraHasNoRumors = (void *)0x05205920; -const void * RTTI_ExtraHavok = (void *)0x05204D48; -const void * RTTI_ExtraHeadTrackingWeight = (void *)0x05206658; -const void * RTTI_ExtraHeadingTarget = (void *)0x052067C0; -const void * RTTI_ExtraHealth = (void *)0x052064C0; -const void * RTTI_ExtraHorse = (void *)0x052061A0; -const void * RTTI_ExtraIgnoredAttractKeywords = (void *)0x052055B0; -const void * RTTI_ExtraIgnoredBySandbox = (void *)0x052072E8; -const void * RTTI_ExtraInitActions = (void *)0x051EFB18; -const void * RTTI_ExtraInputEnableLayer = (void *)0x05207590; -const void * RTTI_ExtraInstanceData = (void *)0x052071E0; -const void * RTTI_ExtraInteraction = (void *)0x052078F8; -const void * RTTI_ExtraInvestedGold = (void *)0x05205508; -const void * RTTI_ExtraItemDropper = (void *)0x05207920; -const void * RTTI_ExtraKeywords = (void *)0x05205BF0; -const void * RTTI_ExtraLargeRefOwnerCells = (void *)0x052057B8; -const void * RTTI_ExtraLastFinishedSequence = (void *)0x05207A00; -const void * RTTI_ExtraLevCreaModifier = (void *)0x05207778; -const void * RTTI_ExtraLeveledBaseObject = (void *)0x052077A8; -const void * RTTI_ExtraLeveledCreature = (void *)0x05207F30; -const void * RTTI_ExtraLeveledItem = (void *)0x05206510; -const void * RTTI_ExtraLight = (void *)0x05207F60; -const void * RTTI_ExtraLightAreaData = (void *)0x05206A28; -const void * RTTI_ExtraLightBarndoorData = (void *)0x05206A80; -const void * RTTI_ExtraLightColorData = (void *)0x05206938; -const void * RTTI_ExtraLightData = (void *)0x052057E8; -const void * RTTI_ExtraLightFlickerData = (void *)0x05206998; -const void * RTTI_ExtraLightGoboData = (void *)0x052069C8; -const void * RTTI_ExtraLightLayerData = (void *)0x05206968; -const void * RTTI_ExtraLightRoundnessData = (void *)0x052069F8; -const void * RTTI_ExtraLightStaticShadowMapData = (void *)0x05205758; -const void * RTTI_ExtraLightVolumetricData = (void *)0x052068E8; -const void * RTTI_ExtraLinkedChildrenAliasInstanceArray = (void *)0x05207370; -const void * RTTI_ExtraLinkedRef = (void *)0x052063D0; -const void * RTTI_ExtraLinkedRefChildren = (void *)0x05207A58; -const void * RTTI_ExtraLitWaterRefs = (void *)0x052059A0; -const void * RTTI_ExtraLocation = (void *)0x05205DE8; -const void * RTTI_ExtraLocationRefType = (void *)0x05207AE0; -const void * RTTI_ExtraLock = (void *)0x05206918; -const void * RTTI_ExtraLockList = (void *)0x05205E10; -const void * RTTI_ExtraMagicCaster = (void *)0x05204F60; -const void * RTTI_ExtraMapMarker = (void *)0x05207E90; -const void * RTTI_ExtraMaterialSwap = (void *)0x05205B98; -const void * RTTI_ExtraMissingRefIDs = (void *)0x05206098; -const void * RTTI_ExtraModIndex = (void *)0x05205388; -const void * RTTI_ExtraModRank = (void *)0x05205790; -const void * RTTI_ExtraModelSwap = (void *)0x05205948; -const void * RTTI_ExtraNavMeshPortal = (void *)0x052066E8; -const void * RTTI_ExtraNorthRotation = (void *)0x05204CB8; -const void * RTTI_ExtraObjectBreakable = (void *)0x05205A58; -const void * RTTI_ExtraObjectSavedDynamicIdles = (void *)0x05205610; -const void * RTTI_ExtraObjectSavedUnrecoverableSubgraphs = (void *)0x05205648; -const void * RTTI_ExtraOcclusionPlaneRefData = (void *)0x052066B0; -const void * RTTI_ExtraOpenCloseActivateRef = (void *)0x05205EE0; -const void * RTTI_ExtraOriginalBaseObject = (void *)0x05205E88; -const void * RTTI_ExtraOriginalReference = (void *)0x052063A0; -const void * RTTI_ExtraOutfitItem = (void *)0x05206498; -const void * RTTI_ExtraOwnership = (void *)0x052065B0; -const void * RTTI_ExtraOwningInstance = (void *)0x05205D28; -const void * RTTI_ExtraPackage = (void *)0x05207B40; -const void * RTTI_ExtraPackageData = (void *)0x05205898; -const void * RTTI_ExtraPackageStartLocation = (void *)0x052075F0; -const void * RTTI_ExtraPatrolRefData = (void *)0x05206740; -const void * RTTI_ExtraPatrolRefInUseData = (void *)0x05207CC8; -const void * RTTI_ExtraPersistentCell = (void *)0x05207620; -const void * RTTI_ExtraPlacedPlanetContent = (void *)0x05204E78; -const void * RTTI_ExtraPlayerCrimeList = (void *)0x05207B10; -const void * RTTI_ExtraPoison = (void *)0x05206378; -const void * RTTI_ExtraPowerArmor = (void *)0x05207238; -const void * RTTI_ExtraPowerArmorPreload = (void *)0x05207208; -const void * RTTI_ExtraPowerLinks = (void *)0x05206350; -const void * RTTI_ExtraPrimitive = (void *)0x05205F68; -const void * RTTI_ExtraProceduralInstanceData = (void *)0x052056F0; -const void * RTTI_ExtraProcessMiddleLow = (void *)0x05204C60; -const void * RTTI_ExtraProjectedDecalData = (void *)0x05205F90; -const void * RTTI_ExtraPromotedRef = (void *)0x05207348; -const void * RTTI_ExtraPropertySheet = (void *)0x052053B0; -const void * RTTI_ExtraRadioData = (void *)0x05206718; -const void * RTTI_ExtraRadioReceiver = (void *)0x05205AB0; -const void * RTTI_ExtraRadioRepeater = (void *)0x05205AE0; -const void * RTTI_ExtraRadius = (void *)0x052058C0; -const void * RTTI_ExtraRadiusFalloffExponent = (void *)0x052058E8; -const void * RTTI_ExtraRagDollData = (void *)0x05207870; -const void * RTTI_ExtraRandomAnimStartTime = (void *)0x052056C0; -const void * RTTI_ExtraRandomTeleportMarker = (void *)0x052079D0; -const void * RTTI_ExtraRangedDistOverride = (void *)0x052060C8; -const void * RTTI_ExtraRank = (void *)0x05206560; -const void * RTTI_ExtraRefWeaponSounds = (void *)0x052075C0; -const void * RTTI_ExtraReferenceGroup = (void *)0x05205B68; -const void * RTTI_ExtraReferenceHandles = (void *)0x05205DB8; -const void * RTTI_ExtraReflectedRefs = (void *)0x052059C8; -const void * RTTI_ExtraReflectorRefs = (void *)0x052059F8; -const void * RTTI_ExtraRefrPath = (void *)0x05207260; -const void * RTTI_ExtraRefractionProperty = (void *)0x05207DB0; -const void * RTTI_ExtraRegionList = (void *)0x05204D70; -const void * RTTI_ExtraReservedMarkers = (void *)0x05207748; -const void * RTTI_ExtraRoomRefData = (void *)0x05207D58; -const void * RTTI_ExtraRunOncePacks = (void *)0x05207B98; -const void * RTTI_ExtraSavedAnimation = (void *)0x05207970; -const void * RTTI_ExtraSavedHavokData = (void *)0x05207DE0; -const void * RTTI_ExtraSayToTopicInfo = (void *)0x05207C30; -const void * RTTI_ExtraSayTopicInfoOnceADay = (void *)0x05207D28; -const void * RTTI_ExtraScale = (void *)0x052063F8; -const void * RTTI_ExtraSceneData = (void *)0x05206688; -const void * RTTI_ExtraScriptedAnimDependence = (void *)0x05207288; -const void * RTTI_ExtraSeed = (void *)0x05207EB8; -const void * RTTI_ExtraSeenData = (void *)0x05204C90; -const void * RTTI_ExtraShipArrivalData = (void *)0x05206320; -const void * RTTI_ExtraShipBlueprintSnapData = (void *)0x052077D8; -const void * RTTI_ExtraShouldWear = (void *)0x05207ED8; -const void * RTTI_ExtraSnapLinks = (void *)0x05205360; -const void * RTTI_ExtraSoul = (void *)0x05207650; -const void * RTTI_ExtraSound = (void *)0x05207E40; -const void * RTTI_ExtraSoundHook = (void *)0x05206770; -const void * RTTI_ExtraSourcePackIn = (void *)0x052054E0; -const void * RTTI_ExtraSpawnContainer = (void *)0x052076C0; -const void * RTTI_ExtraStartingPosition = (void *)0x05206580; -const void * RTTI_ExtraStartingWorldOrCell = (void *)0x05207408; -const void * RTTI_ExtraTeleport = (void *)0x052068C0; -const void * RTTI_ExtraTeleportName = (void *)0x05205E60; -const void * RTTI_ExtraTempLocationWorldSpace = (void *)0x05207810; -const void * RTTI_ExtraTerminalMenuBodyTextItems = (void *)0x052053E0; -const void * RTTI_ExtraTerminalMenuItems = (void *)0x05205450; -const void * RTTI_ExtraTerminalMenuMenuItems = (void *)0x05205480; -const void * RTTI_ExtraTerminalMenuUnlockedItems = (void *)0x05205418; -const void * RTTI_ExtraTextDisplayData = (void *)0x05206600; -const void * RTTI_ExtraTimeLeft = (void *)0x05206448; -const void * RTTI_ExtraTimeOfDayData = (void *)0x05205728; -const void * RTTI_ExtraTransitionCellCount = (void *)0x052061F0; -const void * RTTI_ExtraTraversalData = (void *)0x05207500; -const void * RTTI_ExtraTresPassPackage = (void *)0x05205D58; -const void * RTTI_ExtraUniqueID = (void *)0x05206178; -const void * RTTI_ExtraUsedMarkers = (void *)0x05207848; -const void * RTTI_ExtraVoiceType = (void *)0x05205530; -const void * RTTI_ExtraVolumeData = (void *)0x05206070; -const void * RTTI_ExtraVolumeReflectionProbe_OffsetIntensity = (void *)0x05205FF0; -const void * RTTI_ExtraWaterCurrentZoneData = (void *)0x05206120; -const void * RTTI_ExtraWaterData = (void *)0x052072C0; -const void * RTTI_ExtraWaterLightRefs = (void *)0x05205970; -const void * RTTI_ExtraWaterReflectionData = (void *)0x05205BC0; -const void * RTTI_ExtraWorkshopSnapping = (void *)0x0524EB70; -const void * RTTI_ExtraWwiseSwitchData = (void *)0x0526FD18; -const void * RTTI_EyeTrackingOffHandler = (void *)0x05377A70; -const void * RTTI_EyeTrackingOnHandler = (void *)0x05377A40; -const void * RTTI_FACEFX_ACTOR = (void *)0x051EFEF8; -const void * RTTI_FACEFX_BONESET = (void *)0x051F00C0; -const void * RTTI_FOCollisionListener = (void *)0x05278050; -const void * RTTI_FaceEmotionalIdleHandler = (void *)0x053782E8; -const void * RTTI_FaderMenu = (void *)0x053B5E88; -const void * RTTI_FanfareData = (void *)0x052B7B80; -const void * RTTI_FanfareMenu = (void *)0x052B7C28; -const void * RTTI_FanfareMenu__FanfareEventShuttle = (void *)0x052B7C50; -const void * RTTI_FarTravel__Arrival = (void *)0x05334FE0; -const void * RTTI_FarTravel__Cruise = (void *)0x05334FB8; -const void * RTTI_FarTravel__Departure = (void *)0x05334F20; -const void * RTTI_FarTravel__FarTravelOrbitalUpdateFadeDone = (void *)0x05334F78; -const void * RTTI_FarTravel__FarTravelUnloadNode = (void *)0x05253748; -const void * RTTI_FarTravel__UpdateGalacticPositions = (void *)0x05334EE8; -const void * RTTI_FavoritesManager = (void *)0x053B72A0; -const void * RTTI_FavoritesManager__FavoritesData = (void *)0x053B7568; -const void * RTTI_FavoritesManager__FavoritesEntryData = (void *)0x053B7528; -const void * RTTI_FavoritesManager__FavoritesUIDataEventShuttle = (void *)0x053B74E0; -const void * RTTI_FavoritesMenu = (void *)0x053B7838; -const void * RTTI_FavoritesMenu_AssignQuickkey = (void *)0x053B71E8; -const void * RTTI_FavoritesMenu_UseQuickkey = (void *)0x053B7220; -const void * RTTI_FindConnectedNavmeshInfosVisitor = (void *)0x0528B388; -const void * RTTI_FindDynamicNeighborsTask = (void *)0x051159B0; -const void * RTTI_FindEffectKeywordOnTargetFunctor = (void *)0x053316D8; -const void * RTTI_FindTriangleForLocationFilter = (void *)0x051DE7E0; -const void * RTTI_FindTriangleForLocationFilterCheckDeltaZ = (void *)0x051DE708; -const void * RTTI_FindTriangleForLocationTraversableFilter = (void *)0x0543E470; -const void * RTTI_FindTriangleForLocationWaterFilter = (void *)0x0543E430; -const void * RTTI_FireForgetModel = (void *)0x052C6740; -const void * RTTI_FireForgetModel__FireForgetEventShuttle = (void *)0x052C6768; -const void * RTTI_FireParticlesCollidedWithBodiesCallbackTask = (void *)0x05115AE0; -const void * RTTI_FireParticlesCollidedWithParticlesCallbackTask = (void *)0x05115A90; -const void * RTTI_FireParticlesExitedSafeRegionCallbackTask = (void *)0x05115B30; -const void * RTTI_FirstPersonState = (void *)0x053B12E8; -const void * RTTI_FlameProjectile = (void *)0x0537B060; -const void * RTTI_FleePackage = (void *)0x0511EC70; -const void * RTTI_FlightActionEndHandler = (void *)0x05377530; -const void * RTTI_FlightActionEntryEndHandler = (void *)0x053774F8; -const void * RTTI_FlightActionHandler = (void *)0x053774C8; -const void * RTTI_FlightCameraState = (void *)0x053B13C0; -const void * RTTI_FlightCrashLandStartHandler = (void *)0x05377560; -const void * RTTI_FlightCruisingHandler = (void *)0x053779B0; -const void * RTTI_FlightHoveringHandler = (void *)0x053779E0; -const void * RTTI_FlightLandEndHandler = (void *)0x05377620; -const void * RTTI_FlightLandHandler = (void *)0x053775F8; -const void * RTTI_FlightLandingHandler = (void *)0x05377598; -const void * RTTI_FlightPerchingHandler = (void *)0x053775C8; -const void * RTTI_FlightTakeOffHandler = (void *)0x05377980; -const void * RTTI_Float3LightAnimData = (void *)0x051F7470; -const void * RTTI_Float4LightAnimData = (void *)0x051F7418; -const void * RTTI_FloatLightAnimData = (void *)0x051F73E8; -const void * RTTI_FoodCraftingMenu = (void *)0x052F97F8; -const void * RTTI_FootIKNode = (void *)0x053FB5F8; -const void * RTTI_FootIKNodeInstance = (void *)0x053FBC28; -const void * RTTI_ForceWeaponFireHandler = (void *)0x05378600; -const void * RTTI_FormStreamerLoadStorageWrapper = (void *)0x0533BBD0; -const void * RTTI_FormStreamerSaveStorageWrapper = (void *)0x0533BB98; -const void * RTTI_FreeAdvancedCameraState = (void *)0x053B1898; -const void * RTTI_FreeFlyCameraState = (void *)0x053B18C8; -const void * RTTI_FreeTetheredCameraState = (void *)0x053B1390; -const void * RTTI_FreeWalkCameraState = (void *)0x053B1868; -const void * RTTI_FrenzyEffect = (void *)0x05332488; -const void * RTTI_FurnitureCameraState = (void *)0x053B1310; -const void * RTTI_FurnitureMarkerNavmeshPositionCache = (void *)0x051B4780; -const void * RTTI_GPUCaptureHandler = (void *)0x053B9F80; -const void * RTTI_GameBIEvents__ClientSettingsBIEvents = (void *)0x05334178; -const void * RTTI_GameBIEvents__PlayerBIEvents = (void *)0x053343A8; -const void * RTTI_GameMenuBase = (void *)0x052B7440; -const void * RTTI_GameScript__ActorValueEventHandler = (void *)0x053C0580; -const void * RTTI_GameScript__AffinityEventHandler = (void *)0x053C0DA0; -const void * RTTI_GameScript__BasicEventHandler = (void *)0x053DAD28; -const void * RTTI_GameScript__BuilderEventHandler = (void *)0x053C17B8; -const void * RTTI_GameScript__ChallengeEventHandler = (void *)0x052BD3A0; -const void * RTTI_GameScript__CombatEventHandler = (void *)0x053C24A8; -const void * RTTI_GameScript__CustomEventHandler = (void *)0x053C38B0; -const void * RTTI_GameScript__DataFileHandleReaderWriter = (void *)0x053C1068; -const void * RTTI_GameScript__DebuggerMessages__ContinueRequest = (void *)0x053BE050; -const void * RTTI_GameScript__DebuggerMessages__DisconnectRequest = (void *)0x053BDC50; -const void * RTTI_GameScript__DebuggerMessages__Event = (void *)0x053BDD68; -const void * RTTI_GameScript__DebuggerMessages__NextRequest = (void *)0x053BDE90; -const void * RTTI_GameScript__DebuggerMessages__OutputEvent = (void *)0x053BD018; -const void * RTTI_GameScript__DebuggerMessages__PauseRequest = (void *)0x053BDC08; -const void * RTTI_GameScript__DebuggerMessages__ProtocolMessage = (void *)0x053BDD20; -const void * RTTI_GameScript__DebuggerMessages__Request = (void *)0x053BDCD8; -const void * RTTI_GameScript__DebuggerMessages__Response = (void *)0x053BDC98; -const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsRequest = (void *)0x053BDF60; -const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsResponse = (void *)0x053BCEB0; -const void * RTTI_GameScript__DebuggerMessages__StackTraceRequest = (void *)0x053BDFB0; -const void * RTTI_GameScript__DebuggerMessages__StackTraceResponse = (void *)0x053BCF00; -const void * RTTI_GameScript__DebuggerMessages__StepInRequest = (void *)0x053BDE50; -const void * RTTI_GameScript__DebuggerMessages__StepOutRequest = (void *)0x053BDE00; -const void * RTTI_GameScript__DebuggerMessages__StoppedEvent = (void *)0x053BCFD8; -const void * RTTI_GameScript__DebuggerMessages__ThreadEvent = (void *)0x053BCF98; -const void * RTTI_GameScript__DebuggerMessages__ThreadsRequest = (void *)0x053BE000; -const void * RTTI_GameScript__DebuggerMessages__ThreadsResponse = (void *)0x053BCF50; -const void * RTTI_GameScript__DebuggerMessages__ValueRequest = (void *)0x053BDED0; -const void * RTTI_GameScript__DebuggerMessages__ValueResponse = (void *)0x053BCE20; -const void * RTTI_GameScript__DebuggerMessages__VariablesRequest = (void *)0x053BDF10; -const void * RTTI_GameScript__DebuggerMessages__VariablesResponse = (void *)0x053BCE60; -const void * RTTI_GameScript__DebuggerMessages__VersionEvent = (void *)0x053BD058; -const void * RTTI_GameScript__DelayFunctor = (void *)0x053BEA98; -const void * RTTI_GameScript__DelayFunctorFactory = (void *)0x051C15E8; -const void * RTTI_GameScript__DistanceEventHandler = (void *)0x053DD0B0; -const void * RTTI_GameScript__FragmentEventHandler = (void *)0x053C2960; -const void * RTTI_GameScript__HandlePolicy = (void *)0x053C9298; -const void * RTTI_GameScript__Internal__AnimationCallbacks = (void *)0x053C0FB0; -const void * RTTI_GameScript__Internal__LOSDetectionEventData = (void *)0x053C4CC0; -const void * RTTI_GameScript__Internal__LOSDirectEventData = (void *)0x053C4D00; -const void * RTTI_GameScript__Internal__LOSEventData = (void *)0x053C4670; -const void * RTTI_GameScript__InventoryEventHandler = (void *)0x053C43A8; -const void * RTTI_GameScript__LOSEventHandler = (void *)0x053C46A8; -const void * RTTI_GameScript__Logger = (void *)0x053C3918; -const void * RTTI_GameScript__MenuEventHandler = (void *)0x053C5068; -const void * RTTI_GameScript__ObjectBindPolicy = (void *)0x053C9900; -const void * RTTI_GameScript__PathingCallbackMgr = (void *)0x053C5808; -const void * RTTI_GameScript__Profiler = (void *)0x053C5880; -const void * RTTI_GameScript__QuestCallbackMgr = (void *)0x053C5B48; -const void * RTTI_GameScript__RemoteDebugger = (void *)0x053BDDD0; -const void * RTTI_GameScript__SaveFileHandleReaderWriter = (void *)0x053C0FF0; -const void * RTTI_GameScript__SavePatcher = (void *)0x053C5C60; -const void * RTTI_GameScript__ScriptSpaceCellCreateComplete = (void *)0x053C1688; -const void * RTTI_GameScript__ScriptSpaceshipCreateComplete = (void *)0x053C15A0; -const void * RTTI_GameScript__SleepEventHandler = (void *)0x053C6038; -const void * RTTI_GameScript__SoundCallbackMgr = (void *)0x053C6070; -const void * RTTI_GameScript__SpaceshipEventHandler = (void *)0x053DB7F0; -const void * RTTI_GameScript__Store = (void *)0x053C62A8; -const void * RTTI_GameScript__TeleportEventHandler = (void *)0x053DBE10; -const void * RTTI_GameScript__TimerEventHandler = (void *)0x053DC4E8; -const void * RTTI_GameScript__TrackedStatsEventHandler = (void *)0x053DC670; -const void * RTTI_GameScript__WaitEventHandler = (void *)0x053DD0E8; -const void * RTTI_GameSettingCollection = (void *)0x051DFA70; -const void * RTTI_GameUIGlobalFunc = (void *)0x052EFB58; -const void * RTTI_GameUIModel = (void *)0x052EFC98; -const void * RTTI_GameVM = (void *)0x053C9938; -const void * RTTI_GamebryoSequence = (void *)0x053FB520; -const void * RTTI_GamebryoSequenceInstance = (void *)0x053FBC58; -const void * RTTI_GenerateMappingToPointsBufferTask = (void *)0x051158C0; -const void * RTTI_GenerateObstacleTask = (void *)0x05224BC0; -const void * RTTI_GenericFrameUpdateOperationsService = (void *)0x051EA0E0; -const void * RTTI_GetBestAmmoFunctor = (void *)0x05266350; -const void * RTTI_GetBestCutterFunctor = (void *)0x05266028; -const void * RTTI_GetBestLightFunctor = (void *)0x052660A8; -const void * RTTI_GetBestWeaponFunctor = (void *)0x05266320; -const void * RTTI_GetMagicItemDescriptionFunctor = (void *)0x05204A98; -const void * RTTI_GetUpEndHandler = (void *)0x05376F90; -const void * RTTI_GetUpStartHandler = (void *)0x053773F0; -const void * RTTI_GlobalFunc_CloseAllMenus = (void *)0x052EF9C0; -const void * RTTI_GlobalFunc_CloseMenu = (void *)0x052EF990; -const void * RTTI_GlobalFunc_PlayMenuSound = (void *)0x052EFEE8; -const void * RTTI_GlobalFunc_StartGameRender = (void *)0x052EFF18; -const void * RTTI_GlobalFunc_UserEvent = (void *)0x052EF960; -const void * RTTI_GraphReferenceNode = (void *)0x053EEB38; -const void * RTTI_GraphReferenceNodeInstance = (void *)0x053EEB00; -const void * RTTI_GraphicsInfoDataModel = (void *)0x052C9F48; -const void * RTTI_GravJumpInitiateCompleteHandler = (void *)0x05377AD8; -const void * RTTI_GravJumpSearch = (void *)0x05221568; -const void * RTTI_GrenadeProjectile = (void *)0x0537B088; -const void * RTTI_GridArray = (void *)0x05219470; -const void * RTTI_GridCellArray = (void *)0x05219930; -const void * RTTI_GroundPathPathingNodeGenerator = (void *)0x05446C20; -const void * RTTI_GroundPathRayValidator = (void *)0x05446C58; -const void * RTTI_GuardActorPackageData = (void *)0x05361F00; -const void * RTTI_GuideEffect = (void *)0x05331158; -const void * RTTI_HUDAmmoCountModel = (void *)0x052F0250; -const void * RTTI_HUDAmmoCountModel__HUDAmmoCountModelShuttle = (void *)0x052F02B0; -const void * RTTI_HUDCommandIconData = (void *)0x052F05D0; -const void * RTTI_HUDCompassDataModel = (void *)0x052CA2B8; -const void * RTTI_HUDCrewBuffDataModel = (void *)0x052C0780; -const void * RTTI_HUDCrosshairDataModel = (void *)0x052CAE40; -const void * RTTI_HUDCrosshairDataModel__HUDCrosshairEventShuttle = (void *)0x052CA9F0; -const void * RTTI_HUDDataModel = (void *)0x052F26F8; -const void * RTTI_HUDDataModel__HUDDataEventShuttle = (void *)0x052F2760; -const void * RTTI_HUDDirectionalHitIndicatorDataModel = (void *)0x052F08C0; -const void * RTTI_HUDEnemyDataModel = (void *)0x052CB0F0; -const void * RTTI_HUDEnemyDataModel__HUDEnemyEventShuttle = (void *)0x052CB0B0; -const void * RTTI_HUDExperienceMeterDataModel = (void *)0x052F1D38; -const void * RTTI_HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle = (void *)0x052F2020; -const void * RTTI_HUDJetpackDataModel = (void *)0x052CB1A8; -const void * RTTI_HUDLocationDataModel = (void *)0x052CB3A0; -const void * RTTI_HUDMenu = (void *)0x053B7958; -const void * RTTI_HUDMessageDataModel = (void *)0x052CB6C8; -const void * RTTI_HUDMessagesMenu = (void *)0x052F9820; -const void * RTTI_HUDNotification_MissionActiveWidgetUpdate = (void *)0x052F3940; -const void * RTTI_HUDNotification_OpenDataMenu = (void *)0x052F39B8; -const void * RTTI_HUDNotification_OpenMissionMenu = (void *)0x052F39F0; -const void * RTTI_HUDNotification_SetMissionActive = (void *)0x052F3980; -const void * RTTI_HUDNotificationsModel = (void *)0x052F3D28; -const void * RTTI_HUDNotificationsModel__HUDNotificationsEventShuttle = (void *)0x052F3740; -const void * RTTI_HUDOpacityModel = (void *)0x052F3EE8; -const void * RTTI_HUDOpacityModel__HUDOpacityEventShuttle = (void *)0x052F3F10; -const void * RTTI_HUDRolloverActivationButtonEvent = (void *)0x052C9110; -const void * RTTI_HUDRolloverActivationCompanionListener = (void *)0x052C9BE8; -const void * RTTI_HUDRolloverActivationCorpseListener = (void *)0x052C9C28; -const void * RTTI_HUDRolloverActivationDisplayCaseListener = (void *)0x052C8C38; -const void * RTTI_HUDRolloverActivationDoorListener = (void *)0x052C9CA8; -const void * RTTI_HUDRolloverActivationFallbackListener = (void *)0x052C6D28; -const void * RTTI_HUDRolloverActivationLootListener = (void *)0x052C9CE0; -const void * RTTI_HUDRolloverActivationNPCListener = (void *)0x052C9D18; -const void * RTTI_HUDRolloverActivationOutpostItemListener = (void *)0x052C6DE0; -const void * RTTI_HUDRolloverActivationOutpostListener = (void *)0x052C7020; -const void * RTTI_HUDRolloverActivationOutpostQCListener = (void *)0x052C7100; -const void * RTTI_HUDRolloverActivationQCItemPressEvent = (void *)0x052C9450; -const void * RTTI_HUDRolloverActivationQuickContainerListener = (void *)0x052C7140; -const void * RTTI_HUDRolloverActivationShipContainerListener = (void *)0x052C9E00; -const void * RTTI_HUDRolloverActivationTeammateListener = (void *)0x052C9E48; -const void * RTTI_HUDRolloverActivationTerminalListener = (void *)0x052C9E88; -const void * RTTI_HUDRolloverDataModel = (void *)0x052C9490; -const void * RTTI_HUDSocialCommandData = (void *)0x052F05A0; -const void * RTTI_HUDSocialCommandDataModel = (void *)0x052F03D0; -const void * RTTI_HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle = (void *)0x052F0460; -const void * RTTI_HUDStarbornPowersDataModel = (void *)0x052CBCE0; -const void * RTTI_HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle = (void *)0x052CBC50; -const void * RTTI_HUDStealthDataModel = (void *)0x052CBFC0; -const void * RTTI_HUDStealthDataModel__HUDStealthEventShuttle = (void *)0x052CC030; -const void * RTTI_HUDSubtitleDataModel = (void *)0x052CC4D8; -const void * RTTI_HUDSubtitleDataModel__HUDSubtitleEventShuttle = (void *)0x052CC5D0; -const void * RTTI_HUDWatchEffectsModel = (void *)0x052CCC18; -const void * RTTI_HUDWatchEffectsModel__HUDWatchEffectsModelShuttle = (void *)0x052CCCF0; -const void * RTTI_HangarShipSelection_ChangeSystemDisplay = (void *)0x052BB680; -const void * RTTI_HangarShipSelection_RepairShip = (void *)0x052BB890; -const void * RTTI_HangarShipSelection_UpgradeSystem = (void *)0x052BB648; -const void * RTTI_HasSpellVisitor = (void *)0x0535A5E8; -const void * RTTI_HavokErrorCRTestApp = (void *)0x051B4978; -const void * RTTI_HavokFileStreambufWriter = (void *)0x05278738; -const void * RTTI_HavokParticleDef__BaseShape = (void *)0x0540D6D8; -const void * RTTI_HavokParticleDef__BoxShape = (void *)0x0540D780; -const void * RTTI_HavokParticleDef__CapsuleShape = (void *)0x0540D7B0; -const void * RTTI_HavokParticleDef__ConvexShape = (void *)0x0540D820; -const void * RTTI_HavokParticleDef__CubeShape = (void *)0x0540D748; -const void * RTTI_HavokParticleDef__CylinderShape = (void *)0x0540D7E8; -const void * RTTI_HavokParticleDef__SphereShape = (void *)0x0540D710; -const void * RTTI_HavokStreambufFactory = (void *)0x052784C8; -const void * RTTI_Hazard = (void *)0x0511E7F0; -const void * RTTI_HeadTrackingOffHandler = (void *)0x05377A10; -const void * RTTI_HeadTrackingOnHandler = (void *)0x05377860; -const void * RTTI_HeadTrackingRotationOffHandler = (void *)0x05377948; -const void * RTTI_HeadTrackingRotationOnHandler = (void *)0x05377AA0; -const void * RTTI_HealthDamageFunctor = (void *)0x0537C7C0; -const void * RTTI_HeapAllocator = (void *)0x053FED48; -const void * RTTI_HelpData = (void *)0x052BEA00; -const void * RTTI_HelpDataModel = (void *)0x052BEC38; -const void * RTTI_HelpDataModel__HelpDataModelEventShuttle = (void *)0x052BEBF8; -const void * RTTI_HelpTopicData = (void *)0x052BEAB0; -const void * RTTI_HideSubsegmentHandler = (void *)0x05377BB8; -const void * RTTI_HighlightManager = (void *)0x05217770; -const void * RTTI_HitFrameHandler = (void *)0x05378930; -const void * RTTI_HorseCameraState = (void *)0x053B1340; -const void * RTTI_HudModeDataModel = (void *)0x052CBA40; -const void * RTTI_HudModeDataModel__HUDModeEventShuttle = (void *)0x052CBA00; -const void * RTTI_IAIWorldLocation = (void *)0x051DE4B0; -const void * RTTI_IAIWorldLocationHandle = (void *)0x0527AF90; -const void * RTTI_IAimAssistImpl = (void *)0x05296DA0; -const void * RTTI_IAnimationEventDataForEachFunctor = (void *)0x051E0648; -const void * RTTI_IAnimationGraphManagerLoadingTask = (void *)0x05273168; -const void * RTTI_IAnimationStanceData = (void *)0x053FDA58; -const void * RTTI_IAnimationStreamWrite = (void *)0x05266C38; -const void * RTTI_IBGSBaseFormData = (void *)0x051DC658; -const void * RTTI_ICheckEndReachedFunctor = (void *)0x05443D68; -const void * RTTI_ICheckEndReachedFunctorMapper = (void *)0x05443DD0; -const void * RTTI_ICommandLineHandler = (void *)0x051C14F8; -const void * RTTI_IConvexOverlapImpl = (void *)0x0510FE10; -const void * RTTI_IConvexOverlapImpl__ShapeInterface = (void *)0x0510FE40; -const void * RTTI_IDEvent = (void *)0x053FF200; -const void * RTTI_IDataModel = (void *)0x051E6338; -const void * RTTI_IExplosionFactory = (void *)0x051BB068; -const void * RTTI_IFadeDoneCallback = (void *)0x0525D200; -const void * RTTI_IFormComponentFactoryCreator = (void *)0x05154C28; -const void * RTTI_IFormComponentFactoryCreator__ReserveControl = (void *)0x051E4F00; -const void * RTTI_IFormFactory = (void *)0x051B6960; -const void * RTTI_IFormFactory__IFactoryVisitor = (void *)0x0520FBB8; -const void * RTTI_IHUDRolloverActivationListener = (void *)0x052C6D68; -const void * RTTI_IMemoryManagerFile = (void *)0x0534C368; -const void * RTTI_IMemoryManagerFileFactory = (void *)0x051B9158; -const void * RTTI_IMemoryStore = (void *)0x0533C1C0; -const void * RTTI_IMemoryStoreBase = (void *)0x0533C198; -const void * RTTI_IMenu = (void *)0x051FB988; -const void * RTTI_IMessageBoxCallback = (void *)0x0525C338; -const void * RTTI_IMovementAvoidanceManager = (void *)0x05361210; -const void * RTTI_IMovementControllerNPCFunctor = (void *)0x0534A350; -const void * RTTI_IMovementDirectControl = (void *)0x05361808; -const void * RTTI_IMovementFormIDManager = (void *)0x051B9218; -const void * RTTI_IMovementPDControllerAccess = (void *)0x05443F30; -const void * RTTI_IMovementParameters = (void *)0x051B3B88; -const void * RTTI_IMovementPlannerDirectControl = (void *)0x053617D0; -const void * RTTI_IMovementPlannerSetArbitration = (void *)0x05443470; -const void * RTTI_IMovementPlayIdleResult = (void *)0x05443E70; -const void * RTTI_IMovementQueryFlight = (void *)0x05446AF0; -const void * RTTI_IMovementQueryPathFollowing = (void *)0x05443E38; -const void * RTTI_IMovementQueryState = (void *)0x05361950; -const void * RTTI_IMovementQueryStaticAvoider = (void *)0x05444058; -const void * RTTI_IMovementQueryTweener = (void *)0x05443AD0; -const void * RTTI_IMovementQueryTweenerState = (void *)0x05444240; -const void * RTTI_IMovementSetCorrectionData = (void *)0x05444278; -const void * RTTI_IMovementSetGoal = (void *)0x054433B8; -const void * RTTI_IMovementSetPathFollowing = (void *)0x05443E08; -const void * RTTI_IMovementSetRollTarget = (void *)0x05443F68; -const void * RTTI_IMovementSetSprinting = (void *)0x0521C440; -const void * RTTI_IMovementSetState = (void *)0x05443ED0; -const void * RTTI_IMovementSetStaticAvoider = (void *)0x05444090; -const void * RTTI_IMovementSetWarp = (void *)0x05361A48; -const void * RTTI_INIPrefSetting = (void *)0x051A5218; -const void * RTTI_INIPrefSettingCollection = (void *)0x051E5878; -const void * RTTI_INISettingCollection = (void *)0x051520E8; -const void * RTTI_INavmeshSearchFilterSet = (void *)0x0528C1D0; -const void * RTTI_IOControlNode = (void *)0x051F0E08; -const void * RTTI_IOManager = (void *)0x05410A80; -const void * RTTI_IOManagerThread = (void *)0x05410AA0; -const void * RTTI_IOManager__SystemTaskService = (void *)0x05410990; -const void * RTTI_IOPostProcessNode = (void *)0x051F2048; -const void * RTTI_IOPostProcessTaskNode = (void *)0x05410938; -const void * RTTI_IOSystemTask = (void *)0x051F1FE8; -const void * RTTI_IOTask = (void *)0x051FC2D8; -const void * RTTI_IOTaskNode = (void *)0x05410968; -const void * RTTI_IPackageData = (void *)0x05119798; -const void * RTTI_IPackageDataTypeCheck = (void *)0x051C1B68; -const void * RTTI_IPathBuilder = (void *)0x05283778; -const void * RTTI_IPathBuilderFactoryBase = (void *)0x051A3308; -const void * RTTI_IPathBuilderTracker = (void *)0x051C1620; -const void * RTTI_IPathFollowerState = (void *)0x05446E50; -const void * RTTI_IPathSmootherRayCast = (void *)0x0543E4B0; -const void * RTTI_IPathingNodeGenerator = (void *)0x05446CB8; -const void * RTTI_IPostAnimationChannelUpdateFunctor = (void *)0x052666D0; -const void * RTTI_IProcedure = (void *)0x051DEDF8; -const void * RTTI_IProcedureTreeExecState = (void *)0x051DEDC8; -const void * RTTI_IProcedureTreeItem = (void *)0x05280990; -const void * RTTI_IRaceSubGraphDataFunctor = (void *)0x051E0870; -const void * RTTI_ISelectIdleFilter = (void *)0x054449C8; -const void * RTTI_ISmoothingRayValidator = (void *)0x05446C88; -const void * RTTI_ISpecialPurposeComponentHandler = (void *)0x051C1D10; -const void * RTTI_IStaticAvoidNodeManager = (void *)0x05361D28; -const void * RTTI_IStringForwarder = (void *)0x053B22F0; -const void * RTTI_ITempEffectFactory = (void *)0x051C1650; -const void * RTTI_ITextRenderer = (void *)0x051C1998; -const void * RTTI_ITrianglePathSplitter = (void *)0x0543E4E0; -const void * RTTI_ITweenerNodeFollowerSetup = (void *)0x05361AA8; -const void * RTTI_IUIValue = (void *)0x051E6418; -const void * RTTI_IValidateGoalFunctor = (void *)0x0537CC58; -const void * RTTI_IVisitProcedures = (void *)0x05271EF0; -const void * RTTI_IdleDialogueEnterHandler = (void *)0x053785D0; -const void * RTTI_IdleDialogueExitHandler = (void *)0x05378460; -const void * RTTI_IdleFlavorHandler = (void *)0x053783A0; -const void * RTTI_ImageFixtureEvent_RequestImage = (void *)0x0542DEA8; -const void * RTTI_ImageFixtureEvent_UnregisterImage = (void *)0x0542DEE0; -const void * RTTI_ImageFixtureManager = (void *)0x05151F80; -const void * RTTI_ImageSpaceManagerAgent = (void *)0x051FAD68; -const void * RTTI_ImageSpaceModifierInstance = (void *)0x05260460; -const void * RTTI_ImageSpaceModifierInstanceCinematic = (void *)0x052604D0; -const void * RTTI_ImageSpaceModifierInstanceDOF = (void *)0x05260548; -const void * RTTI_ImageSpaceModifierInstanceForm = (void *)0x05260498; -const void * RTTI_ImageSpaceModifierInstanceRB = (void *)0x05260510; -const void * RTTI_ImageSpaceModifierInstanceTemp = (void *)0x05260428; -const void * RTTI_ImmunityEffect = (void *)0x05331180; -const void * RTTI_IndustrialCraftingMenu = (void *)0x052F9848; -const void * RTTI_IngredientItem = (void *)0x05204850; -const void * RTTI_InitActionI = (void *)0x051FABC8; -const void * RTTI_InitializeTraversalSubgraphDataFunctor = (void *)0x05222370; -const void * RTTI_InputMemoryStreamBuffer = (void *)0x05455DA0; -const void * RTTI_IntSeenData = (void *)0x0511C3E0; -const void * RTTI_InteractionCombatDataCollectFunctor = (void *)0x05216CF8; -const void * RTTI_InterruptCastHandler = (void *)0x05377650; -const void * RTTI_InventoryDataModelNS__InventoryItem = (void *)0x052B82A0; -const void * RTTI_InventoryDataModelNS__LootItem = (void *)0x052C9768; -const void * RTTI_InventoryMenu = (void *)0x052FB900; -const void * RTTI_InventoryMenu_Change3DView = (void *)0x052FB9C8; -const void * RTTI_InventoryMenu_DropItem = (void *)0x052FBBA8; -const void * RTTI_InventoryMenu_HideModel = (void *)0x052FBC08; -const void * RTTI_InventoryMenu_LoadModel = (void *)0x052FBC38; -const void * RTTI_InventoryMenu_OnEnterCategory = (void *)0x052FBB00; -const void * RTTI_InventoryMenu_OpenCargoHold = (void *)0x052FBAC8; -const void * RTTI_InventoryMenu_PaperDollTryOn = (void *)0x052FBA00; -const void * RTTI_InventoryMenu_ResetPaperDollInv = (void *)0x052FB990; -const void * RTTI_InventoryMenu_SelectItem = (void *)0x052FBBD8; -const void * RTTI_InventoryMenu_SetMouseOverModel = (void *)0x052FBB38; -const void * RTTI_InventoryMenu_StartCloseAnim = (void *)0x052FBA90; -const void * RTTI_InventoryMenu_ToggleFavorite = (void *)0x052FBB70; -const void * RTTI_InventoryMenu_ToggleHelmet = (void *)0x052FB958; -const void * RTTI_InventoryMenu_ToggleSuit = (void *)0x052FB928; -const void * RTTI_InventoryScoringFunctor = (void *)0x052663B0; -const void * RTTI_Inventory_SetSort = (void *)0x052CD258; -const void * RTTI_InvisibilityEffect = (void *)0x053311A8; -const void * RTTI_IronSightsState = (void *)0x053B1368; -const void * RTTI_ItemCraftingBase = (void *)0x052C2BF0; -const void * RTTI_ItemModInfoCardDataModel = (void *)0x052CE150; -const void * RTTI_ItemModInfoCardDataModel__ItemModInfoCardEventShuttle = (void *)0x052CE100; -const void * RTTI_ItemModdingBase = (void *)0x052C3060; -const void * RTTI_ItemModsDataModel = (void *)0x052CDC58; -const void * RTTI_ItemModsDataModel__ItemModsEventShuttle = (void *)0x052CDC18; -const void * RTTI_JetpackEffect = (void *)0x053312F0; -const void * RTTI_JetpackUtils__TESCellReferenceAttachDetachEventSink = (void *)0x05331550; -const void * RTTI_Json__BuiltStyledStreamWriter = (void *)0x051167B0; -const void * RTTI_Json__CharReader = (void *)0x05116670; -const void * RTTI_Json__CharReaderBuilder = (void *)0x051166C8; -const void * RTTI_Json__CharReader__Factory = (void *)0x05116698; -const void * RTTI_Json__OurCharReader = (void *)0x05116780; -const void * RTTI_Json__StreamWriter = (void *)0x051166F8; -const void * RTTI_Json__StreamWriterBuilder = (void *)0x05116750; -const void * RTTI_Json__StreamWriter__Factory = (void *)0x05116720; -const void * RTTI_JumpAnimEventHandler = (void *)0x053785A0; -const void * RTTI_KillActorHandler = (void *)0x05377838; -const void * RTTI_KillMoveEndHandler = (void *)0x05377270; -const void * RTTI_KillMoveStartHandler = (void *)0x05377240; -const void * RTTI_KnockdownHandler = (void *)0x053780A0; -const void * RTTI_KnockdownTargetHandler = (void *)0x053780C8; -const void * RTTI_LODData = (void *)0x051F4110; -const void * RTTI_LOD__Details__BGSPropagationSite = (void *)0x051E4BE0; -const void * RTTI_LeftHandSpellCastHandler = (void *)0x05378900; -const void * RTTI_LeftHandSpellFireHandler = (void *)0x053788A0; -const void * RTTI_LegacyNif__BSEffectShaderProperty = (void *)0x054982F0; -const void * RTTI_LegacyNif__BSLightingShaderProperty = (void *)0x054982B0; -const void * RTTI_LegacyNif__BSMasterParticleSystem = (void *)0x05497F20; -const void * RTTI_LegacyNif__BSMultiBound = (void *)0x05497B48; -const void * RTTI_LegacyNif__BSMultiBoundNode = (void *)0x05497B10; -const void * RTTI_LegacyNif__BSMultiBoundOBB = (void *)0x05498058; -const void * RTTI_LegacyNif__BSPSysInheritVelocityModifier = (void *)0x05497C48; -const void * RTTI_LegacyNif__BSPSysLODModifier = (void *)0x054980F8; -const void * RTTI_LegacyNif__BSPSysScaleModifier = (void *)0x05497D38; -const void * RTTI_LegacyNif__BSPSysSimpleColorModifier = (void *)0x05498130; -const void * RTTI_LegacyNif__BSPSysSubTexModifier = (void *)0x05498170; -const void * RTTI_LegacyNif__BSPositionData = (void *)0x05497F58; -const void * RTTI_LegacyNif__BSShaderProperty = (void *)0x05498278; -const void * RTTI_LegacyNif__BSShaderTextureSet = (void *)0x054983F8; -const void * RTTI_LegacyNif__BSSubIndexTriShape = (void *)0x05498088; -const void * RTTI_LegacyNif__BSWaterShaderProperty = (void *)0x05498430; -const void * RTTI_LegacyNif__BSWindModifier = (void *)0x05497E50; -const void * RTTI_LegacyNif__NiAlphaProperty = (void *)0x054983C8; -const void * RTTI_LegacyNif__NiPSysAgeDeathModifier = (void *)0x05498240; -const void * RTTI_LegacyNif__NiPSysBombModifier = (void *)0x05497BA0; -const void * RTTI_LegacyNif__NiPSysBoundUpdateModifier = (void *)0x05497CF8; -const void * RTTI_LegacyNif__NiPSysBoxEmitter = (void *)0x05497D70; -const void * RTTI_LegacyNif__NiPSysColliderManager = (void *)0x05497E18; -const void * RTTI_LegacyNif__NiPSysCylinderEmitter = (void *)0x05497DA8; -const void * RTTI_LegacyNif__NiPSysData = (void *)0x05497FB8; -const void * RTTI_LegacyNif__NiPSysDragModifier = (void *)0x05497C88; -const void * RTTI_LegacyNif__NiPSysGravityModifier = (void *)0x05497C10; -const void * RTTI_LegacyNif__NiPSysMeshEmitter = (void *)0x05497DE0; -const void * RTTI_LegacyNif__NiPSysPlanarCollider = (void *)0x05498390; -const void * RTTI_LegacyNif__NiPSysPositionModifier = (void *)0x05497CC0; -const void * RTTI_LegacyNif__NiPSysRotationModifier = (void *)0x05497BD8; -const void * RTTI_LegacyNif__NiPSysSpawnModifier = (void *)0x054980C0; -const void * RTTI_LegacyNif__NiPSysSphereEmitter = (void *)0x05497EE8; -const void * RTTI_LegacyNif__NiParticleSystem = (void *)0x054981D8; -const void * RTTI_LegacyNif__SkyShaderProperty = (void *)0x05498328; -const void * RTTI_LensFlareAttachmentComponent = (void *)0x051E5840; -const void * RTTI_LevelUp_AnimFinished = (void *)0x052F1918; -const void * RTTI_LevelUp_OnWidgetShown = (void *)0x052F19A8; -const void * RTTI_LevelUp_OpenDataMenu = (void *)0x052F1978; -const void * RTTI_LevelUp_ShowSkills = (void *)0x052F1948; -const void * RTTI_LightAnimFormComponent = (void *)0x05119DA8; -const void * RTTI_LightAttachmentFormComponent = (void *)0x051F75A8; -const void * RTTI_LightAttachmentRuntimeComponentUpdateService = (void *)0x0534BDF0; -const void * RTTI_LightEffect = (void *)0x0511E810; -const void * RTTI_LinearVariable = (void *)0x053FC378; -const void * RTTI_LinearVariableInstance = (void *)0x053FC3A0; -const void * RTTI_LinkedCellProcessHelper = (void *)0x053ED028; -const void * RTTI_LoadBufferStorageWrapper = (void *)0x0533BB68; -const void * RTTI_LoadFileStorageWrapper = (void *)0x0533BB38; -const void * RTTI_LoadGameMagicCasterVisitor = (void *)0x05356CD8; -const void * RTTI_LoadSavePanelDataModel = (void *)0x052CFA38; -const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle = (void *)0x052CFBD0; -const void * RTTI_LoadScreenRenderingEventHandler = (void *)0x052BDF38; -const void * RTTI_LoadStorageWrapperBase = (void *)0x0533BE70; -const void * RTTI_LoadTraversalSubgraphDataFunctor = (void *)0x052223E0; -const void * RTTI_LoadedAreaBound = (void *)0x052788A8; -const void * RTTI_LoadedCellDB__IStateControl = (void *)0x051F2070; -const void * RTTI_LoadedCellDB__LoadCell = (void *)0x051F1940; -const void * RTTI_LoadedCellDB__PostProcessCell = (void *)0x051F2010; -const void * RTTI_LoadedCellDB__SignalDoneTask = (void *)0x051F1FB0; -const void * RTTI_LoadingMenu = (void *)0x053B7C88; -const void * RTTI_LoadingMenuDataModel = (void *)0x052CED88; -const void * RTTI_LoadingMenuDataModel__LoadingMenuEventShuttle = (void *)0x052CED40; -const void * RTTI_LoadingMenu_RefreshText = (void *)0x053B7D38; -const void * RTTI_LocalEnvData = (void *)0x052CFD80; -const void * RTTI_LocalEnvData_Frequent = (void *)0x052CFD50; -const void * RTTI_LocalEnvironmentDataModel = (void *)0x052CFD20; -const void * RTTI_LocationTextWidget_FinishedQueue = (void *)0x052F19D8; -const void * RTTI_LockEffect = (void *)0x05331678; -const void * RTTI_LocomotionBlend = (void *)0x053FCB78; -const void * RTTI_LocomotionBlendInstance = (void *)0x053FCB48; -const void * RTTI_LookAtChainData = (void *)0x051EBE88; -const void * RTTI_LookAtChainInstance = (void *)0x051EBE00; -const void * RTTI_LookAtNode = (void *)0x053FC958; -const void * RTTI_LookAtNodeInstance = (void *)0x053FC928; -const void * RTTI_LoopingActivateHandler = (void *)0x05378280; -const void * RTTI_MagicCaster = (void *)0x05204F38; -const void * RTTI_MagicCaster__PostCreationCallback = (void *)0x053316A0; -const void * RTTI_MagicItem = (void *)0x0512FFB8; -const void * RTTI_MagicItemDataCollector = (void *)0x05330958; -const void * RTTI_MagicItemFindKeywordFunctor = (void *)0x05204958; -const void * RTTI_MagicItemTraversalFunctor = (void *)0x05204990; -const void * RTTI_MagicTarget = (void *)0x052F48C0; -const void * RTTI_MagicTarget__IPostCreationModification = (void *)0x05330CC0; -const void * RTTI_Main = (void *)0x0534A250; -const void * RTTI_MainMenu = (void *)0x053B9850; -const void * RTTI_MainMenuConfirmationDataModel = (void *)0x052D10D8; -const void * RTTI_MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle = (void *)0x052D1080; -const void * RTTI_MainMenuGamerInfoDataModel = (void *)0x052D1440; -const void * RTTI_MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle = (void *)0x052D1660; -const void * RTTI_MainMenuListDataModel = (void *)0x052D0FA8; -const void * RTTI_MainMenuListDataModel__MainMenuListEventShuttle = (void *)0x052D0F60; -const void * RTTI_MainMenuMOTDDataModel = (void *)0x052D1348; -const void * RTTI_MainMenuMOTDDataModel__MOTDDataModelEventShuttle = (void *)0x052D1510; -const void * RTTI_MainMenuPipelineProgressDataModel = (void *)0x052D1558; -const void * RTTI_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle = (void *)0x052D17A0; -const void * RTTI_MainMenuStateDataModel = (void *)0x052D1BA0; -const void * RTTI_MainMenuStateDataModel__MainMenuStateEventShuttle = (void *)0x052D1CB0; -const void * RTTI_MainMenu_ActionCanceled = (void *)0x053B9AA0; -const void * RTTI_MainMenu_ActionConfirmed = (void *)0x053B9A70; -const void * RTTI_MainMenu_ConfirmLoad = (void *)0x053B9B00; -const void * RTTI_MainMenu_DeleteSave = (void *)0x053B9738; -const void * RTTI_MainMenu_LegalScreenComplete = (void *)0x053B97C8; -const void * RTTI_MainMenu_SetCharacter = (void *)0x053B9768; -const void * RTTI_MainMenu_StartAction = (void *)0x053B9A40; -const void * RTTI_MainMenu_StartLoad = (void *)0x053B9AD0; -const void * RTTI_MainMenu_UploadSave = (void *)0x053B9798; -const void * RTTI_MassSpringDampenVariable = (void *)0x053FBFE8; -const void * RTTI_MassSpringDampenVariableInstance = (void *)0x053FC018; -const void * RTTI_MaterialLayerInterface = (void *)0x0520B3D0; -const void * RTTI_MaterialLayerSequence = (void *)0x053FB548; -const void * RTTI_MaterialLayerSequenceInstance = (void *)0x053FBC88; -const void * RTTI_MeleeAimAssistData = (void *)0x05248030; -const void * RTTI_MeleeAimAssistImpl = (void *)0x05296DF8; -const void * RTTI_MemoryManagement__PMPEventSink = (void *)0x051C1750; -const void * RTTI_MemoryManagerFile = (void *)0x0534C340; -const void * RTTI_MenuActor = (void *)0x052F48E8; -const void * RTTI_MenuControls = (void *)0x053B9D00; -const void * RTTI_MenuCursor = (void *)0x0542D7A0; -const void * RTTI_MenuOpenHandler = (void *)0x053B9F58; -const void * RTTI_MenuPaperDoll = (void *)0x052F4BD8; -const void * RTTI_MenuTopicManager = (void *)0x05333060; -const void * RTTI_MergeNode = (void *)0x053FCBC8; -const void * RTTI_MergeNodeInstance = (void *)0x053FCBA0; -const void * RTTI_MeshLODDistanceOverride = (void *)0x051F4130; -const void * RTTI_MessageBoxMenu = (void *)0x053BA288; -const void * RTTI_MessageBoxMenu_OnBackOut = (void *)0x053BA258; -const void * RTTI_MessageBoxMenu_OnButtonPress = (void *)0x053BA220; -const void * RTTI_MessageBoxMenu__MessageBoxMenuEventShuttle = (void *)0x053B9FD0; -const void * RTTI_MessageMenuManager = (void *)0x053BA488; -const void * RTTI_MigrateSharedStateFromPreviousView = (void *)0x053386D0; -const void * RTTI_MirrorModifier = (void *)0x053F84C8; -const void * RTTI_MirrorModifierInstance = (void *)0x053FBCC0; -const void * RTTI_MiscStatManager__FindStatByCRC = (void *)0x05271E80; -const void * RTTI_MissileProjectile = (void *)0x0537A660; -const void * RTTI_MissionBoardMenu = (void *)0x052FC980; -const void * RTTI_MissionBoardMenu__MissionBoardMenuEventShuttle = (void *)0x052FC7F0; -const void * RTTI_MissionBoard_MissionEntryChanged = (void *)0x052FC5D8; -const void * RTTI_MissionBoard_MissionEntryPressed = (void *)0x052FC610; -const void * RTTI_MissionMenu_ClearState = (void *)0x052F8280; -const void * RTTI_MissionMenu_PlotToLocation = (void *)0x052F8178; -const void * RTTI_MissionMenu_RejectQuest = (void *)0x052F81E8; -const void * RTTI_MissionMenu_SaveCategoryIndex = (void *)0x052F8248; -const void * RTTI_MissionMenu_SaveOpenedId = (void *)0x052F8218; -const void * RTTI_MissionMenu_ShowItemLocation = (void *)0x052F8140; -const void * RTTI_MissionMenu_ToggleQTDisplay = (void *)0x052F82B0; -const void * RTTI_MissionMenu_ToggleTrackingQuest = (void *)0x052F81B0; -const void * RTTI_MobIterOperator = (void *)0x052743F8; -const void * RTTI_ModelReferenceEffect = (void *)0x05331C40; -const void * RTTI_MomentumAnimation = (void *)0x053FC320; -const void * RTTI_MomentumAnimationInstance = (void *)0x053FC348; -const void * RTTI_MomentumSwitchback = (void *)0x053FC2B8; -const void * RTTI_MomentumSwitchbackInstance = (void *)0x053FC2E8; -const void * RTTI_MonocleMenu = (void *)0x052FF480; -const void * RTTI_MonocleMenu_Bioscan = (void *)0x052FF3F0; -const void * RTTI_MonocleMenu_FastTravel = (void *)0x052FF260; -const void * RTTI_MonocleMenu_Harvest = (void *)0x052FF420; -const void * RTTI_MonocleMenu_Initialize = (void *)0x052FF1B8; -const void * RTTI_MonocleMenu_Outpost = (void *)0x052FF450; -const void * RTTI_MonocleMenu_PhotoMode = (void *)0x052FF390; -const void * RTTI_MonocleMenu_Shutdown = (void *)0x052FF188; -const void * RTTI_MonocleMenu_SocialSpell = (void *)0x052FF3C0; -const void * RTTI_MonocleMenu_StartContainerView = (void *)0x052FF2C8; -const void * RTTI_MonocleMenu_StopContainerView = (void *)0x052FF290; -const void * RTTI_MonocleMenu_SurfaceMap = (void *)0x052FF300; -const void * RTTI_MonocleMenu_UseListScrollControls = (void *)0x052FF228; -const void * RTTI_MonocleMenu_ZoomIn = (void *)0x052FF360; -const void * RTTI_MonocleMenu_ZoomOut = (void *)0x052FF330; -const void * RTTI_MonocleUIDataModel = (void *)0x052EE518; -const void * RTTI_MonocleUIDataModel__EventData = (void *)0x052EE1C8; -const void * RTTI_MonocleUIDataModel__MenuData = (void *)0x052EEB98; -const void * RTTI_MonocleUIDataModel__MenuFreqData = (void *)0x052EDEC0; -const void * RTTI_MonocleUIDataModel__MonocleUIDataEventShuttle = (void *)0x052EE800; -const void * RTTI_MonocleUIDataModel__PickRefData = (void *)0x052EE0C8; -const void * RTTI_MonocleUIDataModel__ResourceArcData = (void *)0x052EE978; -const void * RTTI_MonocleUIDataModel__ResourceData = (void *)0x052EE8A8; -const void * RTTI_MonocleUIDataModel__ScannableMapMarkerData = (void *)0x052EDF00; -const void * RTTI_MonocleUIDataModel__SocialSpellData = (void *)0x052EE8E0; -const void * RTTI_MorphDriverData = (void *)0x05248CD8; -const void * RTTI_MorphDriverInstance = (void *)0x05248D78; -const void * RTTI_MotionDrivenHandler = (void *)0x05377468; -const void * RTTI_MotionDrivenHandlerReference = (void *)0x05377D30; -const void * RTTI_MountDismountEndHandler = (void *)0x05376FE8; -const void * RTTI_MountInteraction = (void *)0x0535BF20; -const void * RTTI_MouseMoveEvent = (void *)0x053FF188; -const void * RTTI_MovementAgent = (void *)0x0521C4B0; -const void * RTTI_MovementAgentActorAvoider = (void *)0x054440C0; -const void * RTTI_MovementAgentActorState = (void *)0x05443EA0; -const void * RTTI_MovementAgentFlightController = (void *)0x05443EF8; -const void * RTTI_MovementAgentFlightControllerDetached = (void *)0x054443A0; -const void * RTTI_MovementAgentPathFollowerFlight = (void *)0x05446AB8; -const void * RTTI_MovementAgentPathFollowerStandard = (void *)0x05443CD0; -const void * RTTI_MovementAgentPathFollowerVirtual = (void *)0x05444368; -const void * RTTI_MovementArbiter = (void *)0x054432E8; -const void * RTTI_MovementArbitrationAverageFloat = (void *)0x05444638; -const void * RTTI_MovementArbitrationMaxWeightParameters = (void *)0x05444468; -const void * RTTI_MovementArbitrationMaxWeightPoint = (void *)0x05444600; -const void * RTTI_MovementArbitrationVectorAdd = (void *)0x054471D8; -const void * RTTI_MovementAvoidBoxEventAdapter = (void *)0x0534ACB0; -const void * RTTI_MovementAvoidanceManager = (void *)0x053611A8; -const void * RTTI_MovementComponentEventHandler = (void *)0x0521C350; -const void * RTTI_MovementControllerAI = (void *)0x0521C320; -const void * RTTI_MovementControllerComponent = (void *)0x0521C2E8; -const void * RTTI_MovementControllerComponentData = (void *)0x0521C2B0; -const void * RTTI_MovementControllerNPC = (void *)0x053617A0; -const void * RTTI_MovementControllerNullDataTracker = (void *)0x05444880; -const void * RTTI_MovementControllerRegisterInterface = (void *)0x05444810; -const void * RTTI_MovementHandlerAgent = (void *)0x0521C538; -const void * RTTI_MovementHandlerAgentAngleGain = (void *)0x05446B20; -const void * RTTI_MovementHandlerAgentDirectControl = (void *)0x05361868; -const void * RTTI_MovementHandlerAgentDirectionPassThrough = (void *)0x05446A78; -const void * RTTI_MovementHandlerAgentFlightBoostTrigger = (void *)0x0521C470; -const void * RTTI_MovementHandlerAgentGraphDrivenAnimationDriven = (void *)0x0521C570; -const void * RTTI_MovementHandlerAgentPlayerControls = (void *)0x0521C658; -const void * RTTI_MovementHandlerAgentPlayerControlsActionTrigger = (void *)0x0521C6A0; -const void * RTTI_MovementHandlerAgentPlayerFlightControls = (void *)0x0521C6E8; -const void * RTTI_MovementHandlerAgentSprintActionTrigger = (void *)0x053618A0; -const void * RTTI_MovementHandlerAgentStairsHelper = (void *)0x053618E0; -const void * RTTI_MovementHandlerAgentStandard = (void *)0x05444330; -const void * RTTI_MovementHandlerAgentStorePlannerOutput = (void *)0x054442F0; -const void * RTTI_MovementHandlerArbiter = (void *)0x05443A40; -const void * RTTI_MovementLargeDelta__IEnumVisitor = (void *)0x05271F60; -const void * RTTI_MovementMessage = (void *)0x052215F8; -const void * RTTI_MovementMessageActivateDoor = (void *)0x05445328; -const void * RTTI_MovementMessageActorCollision = (void *)0x05361918; -const void * RTTI_MovementMessageApproachingDoor = (void *)0x05445390; -const void * RTTI_MovementMessageBeginLandingApproach = (void *)0x052215B8; -const void * RTTI_MovementMessageBlocked = (void *)0x05446978; -const void * RTTI_MovementMessageDoor = (void *)0x05445360; -const void * RTTI_MovementMessageGravJump = (void *)0x05223668; -const void * RTTI_MovementMessageJump = (void *)0x05446A10; -const void * RTTI_MovementMessageLand = (void *)0x05223638; -const void * RTTI_MovementMessageNewPath = (void *)0x05443228; -const void * RTTI_MovementMessagePathCleared = (void *)0x05445228; -const void * RTTI_MovementMessagePathComplete = (void *)0x05445260; -const void * RTTI_MovementMessagePathEvent = (void *)0x054431F8; -const void * RTTI_MovementMessagePathFailed = (void *)0x05445298; -const void * RTTI_MovementMessagePlayIdle = (void *)0x054469A8; -const void * RTTI_MovementMessageSetStaticPath = (void *)0x054469D8; -const void * RTTI_MovementMessageTakeOff = (void *)0x05221538; -const void * RTTI_MovementMessageTraversal = (void *)0x054452C8; -const void * RTTI_MovementMessageUpdateRequestImmediate = (void *)0x054431B8; -const void * RTTI_MovementMessageWarpToLocation = (void *)0x05446940; -const void * RTTI_MovementMessageWarpToMultiple = (void *)0x05446A40; -const void * RTTI_MovementParameters = (void *)0x051B3B58; -const void * RTTI_MovementParametersFixed = (void *)0x052AF890; -const void * RTTI_MovementPathManagerAgent = (void *)0x054433E0; -const void * RTTI_MovementPathManagerAgentAvoidBox = (void *)0x05444168; -const void * RTTI_MovementPathManagerAgentLoadedAreaMonitor = (void *)0x05443FA0; -const void * RTTI_MovementPathManagerAgentStaticAvoider = (void *)0x05444018; -const void * RTTI_MovementPathManagerArbiter = (void *)0x05443310; -const void * RTTI_MovementPathManagerNullTracker = (void *)0x054432B0; -const void * RTTI_MovementPlannerAgent = (void *)0x053619E8; -const void * RTTI_MovementPlannerAgentDirectControl = (void *)0x053619B0; -const void * RTTI_MovementPlannerAgentNavmeshBounds = (void *)0x05443FE0; -const void * RTTI_MovementPlannerAgentWarp = (void *)0x05361A18; -const void * RTTI_MovementPlannerArbiter = (void *)0x05443440; -const void * RTTI_MovementPostUpdateArbiter = (void *)0x05443C00; -const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData = (void *)0x05444920; -const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToPath = (void *)0x05444980; -const void * RTTI_MovementStateFollowPath = (void *)0x05443188; -const void * RTTI_MovementStateTweener = (void *)0x05443158; -const void * RTTI_MovementTweenerAgent = (void *)0x05361AD8; -const void * RTTI_MovementTweenerAgentFixedDelta = (void *)0x05444208; -const void * RTTI_MovementTweenerAgentNodeFollower = (void *)0x05361A70; -const void * RTTI_MovementTweenerAgentTargetPosAndVel = (void *)0x054442B0; -const void * RTTI_MovementTweenerArbiter = (void *)0x05443A70; -const void * RTTI_MoviePlayer = (void *)0x0533C868; -const void * RTTI_MultiFootIKNode = (void *)0x053FC130; -const void * RTTI_MultiFootIKNodeInstance = (void *)0x053FC100; -const void * RTTI_NEW_REFR_DATA = (void *)0x051F6160; -const void * RTTI_NPCAttachHandler = (void *)0x05377018; -const void * RTTI_NPCDetachHandler = (void *)0x05376EC8; -const void * RTTI_NavGenUtil__TunnelTerraintFilter = (void *)0x0521DC58; -const void * RTTI_NavMesh = (void *)0x0511CFC8; -const void * RTTI_NavMeshGenContext = (void *)0x051E7C58; -const void * RTTI_NavMeshGenData = (void *)0x051E73B0; -const void * RTTI_NavMeshGenFinalizer = (void *)0x0521F268; -const void * RTTI_NavMeshGenInputBorderProcessTask = (void *)0x051E7B50; -const void * RTTI_NavMeshGenInputProcessor = (void *)0x0521F5C0; -const void * RTTI_NavMeshGenOutputProcessor = (void *)0x0521F5F0; -const void * RTTI_NavMeshGenSplitter = (void *)0x0521F688; -const void * RTTI_NavMeshGenStitcher = (void *)0x0521F7F0; -const void * RTTI_NavMeshGenerator = (void *)0x0521E8C8; -const void * RTTI_NavMeshGenerator__NavMeshGenCellsNode = (void *)0x0521E1E8; -const void * RTTI_NavMeshInfo = (void *)0x05289D20; -const void * RTTI_NavMeshInfoMap = (void *)0x05289DC8; -const void * RTTI_NavMeshObstacleCoverManager = (void *)0x051A3728; -const void * RTTI_NavMeshObstacleManager = (void *)0x0528A248; -const void * RTTI_NavMeshSearchClosePoint = (void *)0x0528BCA0; -const void * RTTI_NavMeshSearchFitSphere = (void *)0x0528C130; -const void * RTTI_NavMeshSearchFlee = (void *)0x0528C1A8; -const void * RTTI_NavMeshSearchHide = (void *)0x0528C260; -const void * RTTI_NavMeshSearchLOS = (void *)0x0528C310; -const void * RTTI_NavMeshSearchLargestSpaceNearLocation = (void *)0x0528C088; -const void * RTTI_NavMeshSearchSLPoint = (void *)0x0528C418; -const void * RTTI_NavMeshSplineExtraData = (void *)0x0524E250; -const void * RTTI_NiAVObject = (void *)0x051A3668; -const void * RTTI_NiAdditionalGeometryData = (void *)0x05498548; -const void * RTTI_NiAmbientLight = (void *)0x05498520; -const void * RTTI_NiBSplineBasisData = (void *)0x05496190; -const void * RTTI_NiBSplineColorInterpolator = (void *)0x054961E8; -const void * RTTI_NiBSplineCompColorInterpolator = (void *)0x05496220; -const void * RTTI_NiBSplineCompFloatInterpolator = (void *)0x05496258; -const void * RTTI_NiBSplineCompPoint3Interpolator = (void *)0x054962C8; -const void * RTTI_NiBSplineCompTransformInterpolator = (void *)0x05496028; -const void * RTTI_NiBSplineData = (void *)0x054961C0; -const void * RTTI_NiBSplineFloatInterpolator = (void *)0x05496290; -const void * RTTI_NiBSplineInterpolator = (void *)0x05496068; -const void * RTTI_NiBSplinePoint3Interpolator = (void *)0x05496300; -const void * RTTI_NiBSplineTransformInterpolator = (void *)0x05496098; -const void * RTTI_NiBillboardNode = (void *)0x054977B8; -const void * RTTI_NiBinaryExtraData = (void *)0x05498578; -const void * RTTI_NiBinaryStream = (void *)0x052742C0; -const void * RTTI_NiBlendAccumTransformInterpolator = (void *)0x05495B00; -const void * RTTI_NiBlendBoolInterpolator = (void *)0x05495E60; -const void * RTTI_NiBlendColorInterpolator = (void *)0x054960D0; -const void * RTTI_NiBlendFloatInterpolator = (void *)0x05495C98; -const void * RTTI_NiBlendInterpolator = (void *)0x05495B90; -const void * RTTI_NiBlendPoint3Interpolator = (void *)0x05496100; -const void * RTTI_NiBlendQuaternionInterpolator = (void *)0x05496130; -const void * RTTI_NiBlendTransformInterpolator = (void *)0x05495D30; -const void * RTTI_NiBoolData = (void *)0x05496168; -const void * RTTI_NiBoolInterpolator = (void *)0x05495DC8; -const void * RTTI_NiBoolTimelineInterpolator = (void *)0x05495DF8; -const void * RTTI_NiBooleanExtraData = (void *)0x054985A0; -const void * RTTI_NiCamera = (void *)0x05497030; -const void * RTTI_NiCollisionObject = (void *)0x0535BA00; -const void * RTTI_NiColorData = (void *)0x05496338; -const void * RTTI_NiColorExtraData = (void *)0x054979E8; -const void * RTTI_NiColorExtraDataController = (void *)0x05496360; -const void * RTTI_NiColorInterpolator = (void *)0x05496398; -const void * RTTI_NiControllerManager = (void *)0x054958B8; -const void * RTTI_NiControllerSequence = (void *)0x05495A28; -const void * RTTI_NiDefaultAVObjectPalette = (void *)0x05495888; -const void * RTTI_NiDirectionalLight = (void *)0x054985D0; -const void * RTTI_NiExtraData = (void *)0x051E08A0; -const void * RTTI_NiExtraDataController = (void *)0x05495D00; -const void * RTTI_NiFile = (void *)0x05337588; -const void * RTTI_NiFloatController = (void *)0x054967A8; -const void * RTTI_NiFloatData = (void *)0x05495C40; -const void * RTTI_NiFloatExtraData = (void *)0x05498600; -const void * RTTI_NiFloatExtraDataController = (void *)0x05495CC8; -const void * RTTI_NiFloatInterpController = (void *)0x05495D98; -const void * RTTI_NiFloatInterpolator = (void *)0x05495E30; -const void * RTTI_NiFloatsExtraData = (void *)0x05497A10; -const void * RTTI_NiFloatsExtraDataController = (void *)0x054963C8; -const void * RTTI_NiFloatsExtraDataPoint3Controller = (void *)0x05496400; -const void * RTTI_NiFogProperty = (void *)0x054984F8; -const void * RTTI_NiFormArray = (void *)0x05275680; -const void * RTTI_NiGeometry = (void *)0x05498748; -const void * RTTI_NiGeometryData = (void *)0x05497848; -const void * RTTI_NiIntegerExtraData = (void *)0x054054E8; -const void * RTTI_NiIntegersExtraData = (void *)0x0541B7F8; -const void * RTTI_NiInterpController = (void *)0x05418FB0; -const void * RTTI_NiKeyframeManager = (void *)0x05496438; -const void * RTTI_NiLight = (void *)0x05497AC0; -const void * RTTI_NiLightColorController = (void *)0x05496608; -const void * RTTI_NiLightDimmerController = (void *)0x05496638; -const void * RTTI_NiLightRadiusController = (void *)0x05496668; -const void * RTTI_NiLookAtController = (void *)0x05496698; -const void * RTTI_NiLookAtInterpolator = (void *)0x054966C8; -const void * RTTI_NiMemStream = (void *)0x05498840; -const void * RTTI_NiMorphData = (void *)0x054966F8; -const void * RTTI_NiMultiTargetTransformController = (void *)0x05495A58; -const void * RTTI_NiNode = (void *)0x051E32A0; -const void * RTTI_NiObjectNET = (void *)0x051A3690; -const void * RTTI_NiPathController = (void *)0x05496720; -const void * RTTI_NiPathInterpolator = (void *)0x05495C68; -const void * RTTI_NiPick__Results = (void *)0x054978C0; -const void * RTTI_NiPoint3Interpolator = (void *)0x05496748; -const void * RTTI_NiPointLight = (void *)0x05498628; -const void * RTTI_NiPosData = (void *)0x05495C20; -const void * RTTI_NiProperty = (void *)0x05497B78; -const void * RTTI_NiQuaternionInterpolator = (void *)0x05496778; -const void * RTTI_NiRefObject = (void *)0x051B9130; -const void * RTTI_NiRollController = (void *)0x054967D0; -const void * RTTI_NiRotData = (void *)0x054967F8; -const void * RTTI_NiSequence = (void *)0x05496818; -const void * RTTI_NiSequenceStreamHelper = (void *)0x054969E8; -const void * RTTI_NiSingleInterpController = (void *)0x05495AD0; -const void * RTTI_NiSkinData = (void *)0x05498650; -const void * RTTI_NiSkinInstance = (void *)0x05498678; -const void * RTTI_NiSkinPartition = (void *)0x054986A0; -const void * RTTI_NiSpotLight = (void *)0x054986C8; -const void * RTTI_NiStream = (void *)0x052787B8; -const void * RTTI_NiStringExtraData = (void *)0x05496FE0; -const void * RTTI_NiStringPalette = (void *)0x05496A18; -const void * RTTI_NiStringsExtraData = (void *)0x054986F0; -const void * RTTI_NiSwitchNode = (void *)0x054977E0; -const void * RTTI_NiTextKeyExtraData = (void *)0x05496A40; -const void * RTTI_NiTimeController = (void *)0x0520F260; -const void * RTTI_NiTransformController = (void *)0x05495B60; -const void * RTTI_NiTransformData = (void *)0x05496000; -const void * RTTI_NiTransformInterpolator = (void *)0x05495BF0; -const void * RTTI_NiTriBasedGeom = (void *)0x05498770; -const void * RTTI_NiTriBasedGeomData = (void *)0x054987C0; -const void * RTTI_NiTriShape = (void *)0x05498720; -const void * RTTI_NiTriShapeData = (void *)0x05498798; -const void * RTTI_NiTriStrips = (void *)0x054987F0; -const void * RTTI_NiTriStripsData = (void *)0x05498818; -const void * RTTI_NiUVData = (void *)0x05496A70; -const void * RTTI_NiVisController = (void *)0x05496A90; -const void * RTTI_NightEyeEffect = (void *)0x05331C70; -const void * RTTI_NonActorMagicCaster = (void *)0x052052D0; -const void * RTTI_NonActorMagicTarget = (void *)0x0511C428; -const void * RTTI_NormalizeRotation = (void *)0x053F84A0; -const void * RTTI_NormalizeRotationInstance = (void *)0x053FBCF0; -const void * RTTI_NullMovementSelectIdleResult = (void *)0x054446A8; -const void * RTTI_NullMovementState = (void *)0x053AA028; -const void * RTTI_NullPathBuilderTracker = (void *)0x0543F8E8; -const void * RTTI_ObjectAttachmentFormComponent = (void *)0x051F7F70; -const void * RTTI_ObjectListItem = (void *)0x0527AFC0; -const void * RTTI_ObstacleTaskData = (void *)0x0528A590; -const void * RTTI_OpenContainerMenuMessage = (void *)0x0511DA70; -const void * RTTI_OpenEffect = (void *)0x05331F50; -const void * RTTI_OpenRefuelMenuMessage = (void *)0x0511DEE0; -const void * RTTI_OpenShipCrewAssignMenuMessage = (void *)0x0511DEA8; -const void * RTTI_OwnedCameraEffectController = (void *)0x052665D0; -const void * RTTI_OwnedController = (void *)0x051E3B40; -const void * RTTI_PackageCreator = (void *)0x0513A158; -const void * RTTI_PackageList = (void *)0x0520F7C8; -const void * RTTI_PackageLocation = (void *)0x05289998; -const void * RTTI_PageFileBase = (void *)0x053373E0; -const void * RTTI_PairCollector = (void *)0x05115EA8; -const void * RTTI_PairedAnimation = (void *)0x053FC0A8; -const void * RTTI_PairedAnimationInstance = (void *)0x053FC0D0; -const void * RTTI_PairedAttackDialogueHandler = (void *)0x05377F70; -const void * RTTI_PairedStopHandler = (void *)0x053771E8; -const void * RTTI_ParalysisEffect = (void *)0x05330C20; -const void * RTTI_ParticleFormComponent = (void *)0x051F85D8; -const void * RTTI_ParticleParticleCollisionsTask = (void *)0x051159E0; -const void * RTTI_ParticleParticleInterBranchCollisionsTask = (void *)0x05115A20; -const void * RTTI_ParticleParticleInterbranchSolveTask = (void *)0x05115970; -const void * RTTI_ParticleParticleProcessEarlyOutStateTask = (void *)0x05115848; -const void * RTTI_ParticleSequence = (void *)0x053F8520; -const void * RTTI_ParticleSequenceInstance = (void *)0x053FBD20; -const void * RTTI_ParticleSystemInterface = (void *)0x0520B3A0; -const void * RTTI_Particles__AnimatedUVMaterialProperties = (void *)0x0542F5A8; -const void * RTTI_Particles__BaseCustomParameter = (void *)0x0529BF00; -const void * RTTI_Particles__BaseOperation = (void *)0x05435B08; -const void * RTTI_Particles__BaseParticleSystemItem = (void *)0x05435AD0; -const void * RTTI_Particles__BoundProperty = (void *)0x0542F618; -const void * RTTI_Particles__BundleInfo = (void *)0x05435B68; -const void * RTTI_Particles__EmitterBinding = (void *)0x0543B9F8; -const void * RTTI_Particles__EmitterDefinition = (void *)0x0543BF70; -const void * RTTI_Particles__EmitterMaterialDependency = (void *)0x054383C0; -const void * RTTI_Particles__ExpressionParser = (void *)0x0543E148; -const void * RTTI_Particles__ForcesProperties = (void *)0x054382A0; -const void * RTTI_Particles__GeometryAsShapeDependency = (void *)0x05438468; -const void * RTTI_Particles__GeometryParticlesProperties = (void *)0x054382D8; -const void * RTTI_Particles__GroupOperation = (void *)0x05435AA0; -const void * RTTI_Particles__ITimeMultiplierProvider = (void *)0x0524E498; -const void * RTTI_Particles__Intrinsics__ApplyAngularVelocityParamSet = (void *)0x05436EA0; -const void * RTTI_Particles__Intrinsics__ApplyForcesToPositionParamSet = (void *)0x05437070; -const void * RTTI_Particles__Intrinsics__ApplyForcesToVelocityParamSet = (void *)0x054370C0; -const void * RTTI_Particles__Intrinsics__ApplyVelocityToPositionParamSet = (void *)0x054361A0; -const void * RTTI_Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet = (void *)0x054361F0; -const void * RTTI_Particles__Intrinsics__AssignmentOperationInput = (void *)0x05437390; -const void * RTTI_Particles__Intrinsics__BindingNameInput = (void *)0x05436A90; -const void * RTTI_Particles__Intrinsics__BoolBoolParamSet = (void *)0x05437F98; -const void * RTTI_Particles__Intrinsics__BoolInput = (void *)0x05436968; -const void * RTTI_Particles__Intrinsics__BroadcastCollisionEventParamSet = (void *)0x054362F0; -const void * RTTI_Particles__Intrinsics__ColorAlphaCurvesParamSet = (void *)0x05437460; -const void * RTTI_Particles__Intrinsics__ColorColorColorParamSet = (void *)0x054380F0; -const void * RTTI_Particles__Intrinsics__ColorColorFloatParamSet = (void *)0x05438060; -const void * RTTI_Particles__Intrinsics__ColorCurveParamSet = (void *)0x05437418; -const void * RTTI_Particles__Intrinsics__ColorFloatParamSet = (void *)0x054380A8; -const void * RTTI_Particles__Intrinsics__ColorInput = (void *)0x054369A0; -const void * RTTI_Particles__Intrinsics__ColorPickerMinMaxParamSet = (void *)0x05438190; -const void * RTTI_Particles__Intrinsics__ColorPickerParamSet = (void *)0x05438018; -const void * RTTI_Particles__Intrinsics__ConditionalJumpParamSet = (void *)0x054372A0; -const void * RTTI_Particles__Intrinsics__ConditionalKillParamSet = (void *)0x05436420; -const void * RTTI_Particles__Intrinsics__ConformToHeightmapParamSet = (void *)0x054377F0; -const void * RTTI_Particles__Intrinsics__ConformToHeightmapSimParamSet = (void *)0x05437840; -const void * RTTI_Particles__Intrinsics__CurveParamSet = (void *)0x054373D8; -const void * RTTI_Particles__Intrinsics__CustomHandlingParamSet = (void *)0x05436C70; -const void * RTTI_Particles__Intrinsics__CyclingVolumeParamSet = (void *)0x054377A0; -const void * RTTI_Particles__Intrinsics__DebugAnimateParentTransform = (void *)0x054374B0; -const void * RTTI_Particles__Intrinsics__DebugAttachToCamera = (void *)0x054374F8; -const void * RTTI_Particles__Intrinsics__DebugMoveParentTransform = (void *)0x05437540; -const void * RTTI_Particles__Intrinsics__DirectionAxisInput = (void *)0x05436BD8; -const void * RTTI_Particles__Intrinsics__DirectionToRotation3DParamSet = (void *)0x05437EB0; -const void * RTTI_Particles__Intrinsics__Double3Double3Double3ParamSet = (void *)0x05437B60; -const void * RTTI_Particles__Intrinsics__Double3Double3ParamSet = (void *)0x05437AC0; -const void * RTTI_Particles__Intrinsics__Double3Double3VectorParamSet = (void *)0x05437B10; -const void * RTTI_Particles__Intrinsics__Double3Input = (void *)0x05438A28; -const void * RTTI_Particles__Intrinsics__EmissionTypeInput = (void *)0x05436B98; -const void * RTTI_Particles__Intrinsics__ExpressionInputParamSet = (void *)0x0543E060; -const void * RTTI_Particles__Intrinsics__Float5ParamSet = (void *)0x05436638; -const void * RTTI_Particles__Intrinsics__Float6ParamSet = (void *)0x05436678; -const void * RTTI_Particles__Intrinsics__FloatBoolParamSet = (void *)0x054366B8; -const void * RTTI_Particles__Intrinsics__FloatColorParamSet = (void *)0x05437FD8; -const void * RTTI_Particles__Intrinsics__FloatFloatBoolParamSet = (void *)0x05436700; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatColorParamSet = (void *)0x05438140; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatParamSet = (void *)0x054365F0; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatParamSet = (void *)0x05436470; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatVectorParamSet = (void *)0x054364C0; -const void * RTTI_Particles__Intrinsics__FloatFloatParamSet = (void *)0x05436748; -const void * RTTI_Particles__Intrinsics__FloatInput = (void *)0x054389F0; -const void * RTTI_Particles__Intrinsics__FloatMinMaxParamSet = (void *)0x054365A8; -const void * RTTI_Particles__Intrinsics__FloatUIntParamSet = (void *)0x05436788; -const void * RTTI_Particles__Intrinsics__FloatVector33MatrixParamSet = (void *)0x05436510; -const void * RTTI_Particles__Intrinsics__FloatVectorParamSet = (void *)0x05437930; -const void * RTTI_Particles__Intrinsics__FloatVectorVectorParamSet = (void *)0x05437620; -const void * RTTI_Particles__Intrinsics__GenericResourceParamSet = (void *)0x05436C20; -const void * RTTI_Particles__Intrinsics__GeometryParticleKillParamSet = (void *)0x05436D60; -const void * RTTI_Particles__Intrinsics__GeometryParticleParamSet = (void *)0x05436CC0; -const void * RTTI_Particles__Intrinsics__GeometryParticleUpdateParamSet = (void *)0x05436D10; -const void * RTTI_Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet = (void *)0x05436DB0; -const void * RTTI_Particles__Intrinsics__HexColorHexColorUIntParamSet = (void *)0x05437110; -const void * RTTI_Particles__Intrinsics__HexColorUIntParamSet = (void *)0x05438260; -const void * RTTI_Particles__Intrinsics__HexUIntInput = (void *)0x05436930; -const void * RTTI_Particles__Intrinsics__Input = (void *)0x05438978; -const void * RTTI_Particles__Intrinsics__IntInput = (void *)0x05436880; -const void * RTTI_Particles__Intrinsics__JumpParamSet = (void *)0x05437260; -const void * RTTI_Particles__Intrinsics__KillParamSet = (void *)0x054363E0; -const void * RTTI_Particles__Intrinsics__LODCurvedPropertyBaseParamSet = (void *)0x05437890; -const void * RTTI_Particles__Intrinsics__LODCurvedPropertyFloatParamSet = (void *)0x054378E0; -const void * RTTI_Particles__Intrinsics__MatrixInput = (void *)0x05436848; -const void * RTTI_Particles__Intrinsics__MatrixVectorVectorParamSet = (void *)0x05437340; -const void * RTTI_Particles__Intrinsics__MeshSpawnDimensionInput = (void *)0x05436AD0; -const void * RTTI_Particles__Intrinsics__NoOpDeclareBoolParamSet = (void *)0x05436EF0; -const void * RTTI_Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet = (void *)0x05435DC0; -const void * RTTI_Particles__Intrinsics__Noise2ParamSet = (void *)0x054379F0; -const void * RTTI_Particles__Intrinsics__Noise3ParamSet = (void *)0x05437A30; -const void * RTTI_Particles__Intrinsics__NoiseBaseParamSet = (void *)0x05437970; -const void * RTTI_Particles__Intrinsics__NoiseParamSet = (void *)0x054379B0; -const void * RTTI_Particles__Intrinsics__NoiseTypeInput = (void *)0x05436B58; -const void * RTTI_Particles__Intrinsics__OperationNameInput = (void *)0x05436A50; -const void * RTTI_Particles__Intrinsics__OrbitAroundPointParamSet = (void *)0x05437700; -const void * RTTI_Particles__Intrinsics__ParameterSetBase = (void *)0x054389B0; -const void * RTTI_Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet = (void *)0x05436E00; -const void * RTTI_Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet = (void *)0x05436E50; -const void * RTTI_Particles__Intrinsics__PointInCylinderParamSet = (void *)0x054372F0; -const void * RTTI_Particles__Intrinsics__PointInMeshParamSet = (void *)0x054376B8; -const void * RTTI_Particles__Intrinsics__PointOnAttachedSkeletonParamSet = (void *)0x05437750; -const void * RTTI_Particles__Intrinsics__RandomVariableParamSet = (void *)0x05437A70; -const void * RTTI_Particles__Intrinsics__RandomVectorOnShapeParamSet = (void *)0x05437670; -const void * RTTI_Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet = (void *)0x05437F00; -const void * RTTI_Particles__Intrinsics__ShapeTypeInput = (void *)0x05436B18; -const void * RTTI_Particles__Intrinsics__SharedAsset = (void *)0x054384A8; -const void * RTTI_Particles__Intrinsics__SharedAssociatedUID = (void *)0x054388F8; -const void * RTTI_Particles__Intrinsics__SharedCollisionInfo = (void *)0x05438938; -const void * RTTI_Particles__Intrinsics__SharedColorAlphaCurves = (void *)0x054385E0; -const void * RTTI_Particles__Intrinsics__SharedColorCurve = (void *)0x05438598; -const void * RTTI_Particles__Intrinsics__SharedCurve = (void *)0x05438520; -const void * RTTI_Particles__Intrinsics__SharedCustomParameter = (void *)0x05438870; -const void * RTTI_Particles__Intrinsics__SharedFiniteRandomNumberGenerator = (void *)0x05438720; -const void * RTTI_Particles__Intrinsics__SharedHeightmapData = (void *)0x054388B8; -const void * RTTI_Particles__Intrinsics__SharedLODCurves = (void *)0x05438628; -const void * RTTI_Particles__Intrinsics__SharedMesh = (void *)0x05438668; -const void * RTTI_Particles__Intrinsics__SharedNoiseGenerator = (void *)0x054386E0; -const void * RTTI_Particles__Intrinsics__SharedParticleSystemSpawnParameters = (void *)0x054387D0; -const void * RTTI_Particles__Intrinsics__SharedRGBColorCurve = (void *)0x05438558; -const void * RTTI_Particles__Intrinsics__SharedRandomVariableDistributionValues = (void *)0x05438770; -const void * RTTI_Particles__Intrinsics__SharedRuntimeInfo = (void *)0x054384E0; -const void * RTTI_Particles__Intrinsics__SharedSkeletonData = (void *)0x054386A0; -const void * RTTI_Particles__Intrinsics__SharedUpdateForcesParameters = (void *)0x05438820; -const void * RTTI_Particles__Intrinsics__SpawnParticleParamSet = (void *)0x05436340; -const void * RTTI_Particles__Intrinsics__StringInput = (void *)0x05436A18; -const void * RTTI_Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet = (void *)0x05436140; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet = (void *)0x054360D0; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet = (void *)0x05436070; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet = (void *)0x05435FA0; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet = (void *)0x05435ED0; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet = (void *)0x05435E70; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet = (void *)0x05435E10; -const void * RTTI_Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet = (void *)0x05436000; -const void * RTTI_Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet = (void *)0x05435F30; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet = (void *)0x05436FA0; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet = (void *)0x05436F40; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet = (void *)0x05437000; -const void * RTTI_Particles__Intrinsics__TransformStretchVectorToWorldParamSet = (void *)0x05436290; -const void * RTTI_Particles__Intrinsics__TransformVelocityToWorldParamSet = (void *)0x05436240; -const void * RTTI_Particles__Intrinsics__UIntDivisionParamSet = (void *)0x054371A0; -const void * RTTI_Particles__Intrinsics__UIntFloatParamSet = (void *)0x05437220; -const void * RTTI_Particles__Intrinsics__UIntInput = (void *)0x054368B8; -const void * RTTI_Particles__Intrinsics__UIntMinMaxParamSet = (void *)0x054371E0; -const void * RTTI_Particles__Intrinsics__UIntUIntBoolParamSet = (void *)0x05438220; -const void * RTTI_Particles__Intrinsics__UIntUIntParamSet = (void *)0x054381D8; -const void * RTTI_Particles__Intrinsics__UIntUIntUIntParamSet = (void *)0x05437160; -const void * RTTI_Particles__Intrinsics__UpdateChildParticleBindingsParamSet = (void *)0x05436390; -const void * RTTI_Particles__Intrinsics__UpdateForcesParamSet = (void *)0x0543E020; -const void * RTTI_Particles__Intrinsics__VariableInput = (void *)0x054368F0; -const void * RTTI_Particles__Intrinsics__Vector2Input = (void *)0x05438A60; -const void * RTTI_Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet = (void *)0x05437C50; -const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x05437CA0; -const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x05437D00; -const void * RTTI_Particles__Intrinsics__Vector3Input = (void *)0x05436810; -const void * RTTI_Particles__Intrinsics__Vector3MatrixParamSet = (void *)0x05436560; -const void * RTTI_Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet = (void *)0x05437D60; -const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x05437DB0; -const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x05437E10; -const void * RTTI_Particles__Intrinsics__VectorFloatParamSet = (void *)0x05437588; -const void * RTTI_Particles__Intrinsics__VectorFloatVectorParamSet = (void *)0x054375D0; -const void * RTTI_Particles__Intrinsics__VectorMinMaxParamSet = (void *)0x05437E70; -const void * RTTI_Particles__Intrinsics__VectorScaleAddParamSet = (void *)0x05437F50; -const void * RTTI_Particles__Intrinsics__VectorVectorFloatParamSet = (void *)0x05437C00; -const void * RTTI_Particles__Intrinsics__VectorVectorParamSet = (void *)0x054367D0; -const void * RTTI_Particles__Intrinsics__VectorVectorVectorParamSet = (void *)0x05437BB0; -const void * RTTI_Particles__Intrinsics__XMFLOAT4Input = (void *)0x054369D8; -const void * RTTI_Particles__ListFloatCurve = (void *)0x0542F5E8; -const void * RTTI_Particles__ListParticleCollisionInfo = (void *)0x0529BE98; -const void * RTTI_Particles__MaterialDBDependency = (void *)0x05438388; -const void * RTTI_Particles__MaterialProperties = (void *)0x0542F500; -const void * RTTI_Particles__MeshDependency = (void *)0x05438400; -const void * RTTI_Particles__ModelDBDependency = (void *)0x05438350; -const void * RTTI_Particles__PSM__Commands__BaseParticleSystemRequest = (void *)0x0543A400; -const void * RTTI_Particles__PSM__Commands__RequestLoadResources = (void *)0x0543A450; -const void * RTTI_Particles__PSM__Commands__WaitForResourceLoad = (void *)0x0543A4A0; -const void * RTTI_Particles__ParticleEmitterEngine = (void *)0x0543B710; -const void * RTTI_Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding = (void *)0x0543B960; -const void * RTTI_Particles__ParticleNodeManager = (void *)0x054304A8; -const void * RTTI_Particles__ParticlePerformanceManager = (void *)0x0543AB18; -const void * RTTI_Particles__ParticleSystemManagerImpl = (void *)0x0543A4E8; -const void * RTTI_Particles__ParticleSystemManagerImpl__PSBinding = (void *)0x0543AAD0; -const void * RTTI_Particles__ParticleSystemStorage = (void *)0x05430A58; -const void * RTTI_Particles__PhysicsProperties = (void *)0x0542F538; -const void * RTTI_Particles__PointInMeshDependency = (void *)0x05438430; -const void * RTTI_Particles__ResourceDependency = (void *)0x05438318; -const void * RTTI_Particles__SingleOperation = (void *)0x05435B38; -const void * RTTI_Particles__SystemBinding = (void *)0x054310C0; -const void * RTTI_Particles__SystemDefinition = (void *)0x05438A98; -const void * RTTI_Particles__TiledMaterialProperties = (void *)0x0542F570; -const void * RTTI_PassengerInteraction = (void *)0x052AFE60; -const void * RTTI_PathFollowerAnimationMoveStart = (void *)0x05447008; -const void * RTTI_PathFollowerAnimationMoveStop = (void *)0x05447040; -const void * RTTI_PathFollowerStateFollowPathToParameter = (void *)0x05446EE8; -const void * RTTI_PathFollowerStateKeepLastDirection = (void *)0x05446F28; -const void * RTTI_PathFollowerStatePerformAction = (void *)0x05446FD0; -const void * RTTI_PathFollowerStatePlayIdle = (void *)0x05446E80; -const void * RTTI_PathFollowerStateShortcut = (void *)0x05446F68; -const void * RTTI_PathFollowerStateTurnToAngle = (void *)0x05446EB0; -const void * RTTI_PathFollowerStateWaitForAction = (void *)0x05446F98; -const void * RTTI_PathManagerImpl = (void *)0x0543F5A8; -const void * RTTI_PathManagerPositionPlayerAdapter = (void *)0x0534AC78; -const void * RTTI_PathSmootherRayCastUsePreferredTris = (void *)0x05445C08; -const void * RTTI_PathSmootherRayCastUseTrianglePath = (void *)0x05445BC8; -const void * RTTI_Pathing = (void *)0x0528B560; -const void * RTTI_PathingAnimations = (void *)0x053EF918; -const void * RTTI_PathingAnimationsInstance = (void *)0x053EF8E8; -const void * RTTI_PathingCell = (void *)0x0528B958; -const void * RTTI_PathingCoverLocation = (void *)0x0528B4F0; -const void * RTTI_PathingDoor = (void *)0x0528B980; -const void * RTTI_PathingLockData = (void *)0x0528B9D0; -const void * RTTI_PathingNumericIDDuplicationVisitor = (void *)0x0528B9F8; -const void * RTTI_PathingRequest = (void *)0x051DFF78; -const void * RTTI_PathingRequestClosePoint = (void *)0x0528B3F8; -const void * RTTI_PathingRequestClosestGoal = (void *)0x0528C448; -const void * RTTI_PathingRequestCover = (void *)0x0528C478; -const void * RTTI_PathingRequestFlee = (void *)0x0528C4A8; -const void * RTTI_PathingRequestFly = (void *)0x0528C4D8; -const void * RTTI_PathingRequestFlyAction = (void *)0x0528C500; -const void * RTTI_PathingRequestFlyHover = (void *)0x0528C530; -const void * RTTI_PathingRequestFlyLand = (void *)0x0528C560; -const void * RTTI_PathingRequestFlyOrbit = (void *)0x0528C590; -const void * RTTI_PathingRequestFlyTakeOff = (void *)0x0528C5C0; -const void * RTTI_PathingRequestHide = (void *)0x0528C5F0; -const void * RTTI_PathingRequestLOS = (void *)0x0528C620; -const void * RTTI_PathingRequestOpenSpace = (void *)0x051DFFC8; -const void * RTTI_PathingRequestRotate = (void *)0x0528C648; -const void * RTTI_PathingRequestSafeStraightLine = (void *)0x0528B3C0; -const void * RTTI_PathingRequestStopMoving = (void *)0x0528C678; -const void * RTTI_PathingSpace = (void *)0x0528BA38; -const void * RTTI_PathingStreamLoadGame = (void *)0x05361B08; -const void * RTTI_PathingStreamMasterFileRead = (void *)0x05221440; -const void * RTTI_PathingStreamSaveGame = (void *)0x05361B38; -const void * RTTI_PathingTraversalAction = (void *)0x05221850; -const void * RTTI_PathingTraversalActionActivate = (void *)0x05221920; -const void * RTTI_PathingTraversalActionDoorway = (void *)0x052218B0; -const void * RTTI_PathingTraversalActionJump = (void *)0x05221818; -const void * RTTI_PathingTraversalActionLadder = (void *)0x052218E8; -const void * RTTI_PathingTraversalActionStandard = (void *)0x052217E0; -const void * RTTI_PathingTraversalData = (void *)0x05221958; -const void * RTTI_PathingTraversalManager = (void *)0x05223418; -const void * RTTI_PauseMenu = (void *)0x053183B0; -const void * RTTI_PauseMenuConfirmationDataModel = (void *)0x052D2798; -const void * RTTI_PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle = (void *)0x052D28B0; -const void * RTTI_PauseMenuListDataModel = (void *)0x052D2668; -const void * RTTI_PauseMenuListDataModel__PauseMenuListEventShuttle = (void *)0x052D27D0; -const void * RTTI_PauseMenuStateDataModel = (void *)0x052D2438; -const void * RTTI_PauseMenuStateDataModel__PauseMenuStateEventShuttle = (void *)0x052D2470; -const void * RTTI_PauseMenu_ActionCanceled = (void *)0x05318520; -const void * RTTI_PauseMenu_ConfirmAction = (void *)0x05318550; -const void * RTTI_PauseMenu_ConfirmLoad = (void *)0x053184C0; -const void * RTTI_PauseMenu_ConfirmSave = (void *)0x05318430; -const void * RTTI_PauseMenu_DeleteSave = (void *)0x05318490; -const void * RTTI_PauseMenu_QuitToDesktop = (void *)0x05318400; -const void * RTTI_PauseMenu_SetCharacter = (void *)0x05318460; -const void * RTTI_PauseMenu_StartAction = (void *)0x05318580; -const void * RTTI_PauseMenu_StartLoad = (void *)0x053184F0; -const void * RTTI_PauseMenu_UploadSave = (void *)0x053183D0; -const void * RTTI_PeakValueModifierEffect = (void *)0x0511E838; -const void * RTTI_PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter = (void *)0x05408010; -const void * RTTI_PenetrationUtils__hknpBSCommandStreamWriter = (void *)0x0540C7D0; -const void * RTTI_PerformActivationHandler = (void *)0x05378400; -const void * RTTI_PerformOpFunc = (void *)0x05496D58; -const void * RTTI_PhotoGalleryMenu = (void *)0x052B8450; -const void * RTTI_PhotoGalleryMenu__PhotoGalleryEventShuttle = (void *)0x052B8410; -const void * RTTI_PhotoGallery_DeletePhoto = (void *)0x052B84C8; -const void * RTTI_PhotoModeCameraState = (void *)0x05296828; -const void * RTTI_PhotoModeDataModel = (void *)0x052D3410; -const void * RTTI_PhotoModeDataModel__PhotoModeEventShuttle = (void *)0x052D3440; -const void * RTTI_PhotoModeDataModel__PhotoModeOverlayData__ImageData = (void *)0x052D3360; -const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__CategoryData = (void *)0x052D3590; -const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__SettingData = (void *)0x052D3480; -const void * RTTI_PhotoModeEffectController = (void *)0x05279EF0; -const void * RTTI_PhotoModeMenu = (void *)0x05300A18; -const void * RTTI_PhotoMode_InitializeCategory = (void *)0x05300B60; -const void * RTTI_PhotoMode_ResetToDefaults = (void *)0x05300B30; -const void * RTTI_PhotoMode_SliderChanged = (void *)0x05300B00; -const void * RTTI_PhotoMode_StepperChanged = (void *)0x05300AD0; -const void * RTTI_PhotoMode_TakeSnapshot = (void *)0x05300AA0; -const void * RTTI_PhotoMode_ToggleHelmet = (void *)0x05300A40; -const void * RTTI_PhotoMode_ToggleUI = (void *)0x05300A70; -const void * RTTI_PhotoMode__PhotoModeCaptureExportNode = (void *)0x053000E8; -const void * RTTI_PhysicsContactListener = (void *)0x053EF860; -const void * RTTI_PhysicsContactListenerInstance = (void *)0x053EF828; -const void * RTTI_PickNewIdleHandler = (void *)0x053776B0; -const void * RTTI_PickpocketInventoryModel = (void *)0x05302388; -const void * RTTI_PickpocketItemData = (void *)0x053023B8; -const void * RTTI_PickpocketMenu = (void *)0x05301F98; -const void * RTTI_PickpocketMenu_OnItemSelect = (void *)0x05301B80; -const void * RTTI_PickpocketStateData = (void *)0x053023E8; -const void * RTTI_PipelineGenerationEventHandler = (void *)0x05349E98; -const void * RTTI_PitchOverrideEndHandler = (void *)0x053786F0; -const void * RTTI_PitchOverrideStartHandler = (void *)0x053786C0; -const void * RTTI_PlanetSiteSelectEventHelper = (void *)0x0534A218; -const void * RTTI_PlasmaProjectile = (void *)0x0529BE70; -const void * RTTI_PlatformDataModel = (void *)0x0542E580; -const void * RTTI_PlayBinkMenu = (void *)0x05318D90; -const void * RTTI_PlayBink_CloseMenu = (void *)0x05318DF8; -const void * RTTI_PlayerBedEnterHandler = (void *)0x053778E8; -const void * RTTI_PlayerCamera = (void *)0x053B1608; -const void * RTTI_PlayerCameraTransitionState = (void *)0x053B13E8; -const void * RTTI_PlayerChairEnterHandler = (void *)0x05377890; -const void * RTTI_PlayerCharacter = (void *)0x0535F780; -const void * RTTI_PlayerControls__AlternateAttackHandler = (void *)0x052B0140; -const void * RTTI_PlayerControls__AlternateFlightControlMode = (void *)0x052AFFD0; -const void * RTTI_PlayerControls__AutoMoveHandler = (void *)0x052AFF60; -const void * RTTI_PlayerControls__Base = (void *)0x052B13E8; -const void * RTTI_PlayerControls__DebugCameraHandler = (void *)0x052AFF98; -const void * RTTI_PlayerControls__FlightControlMode = (void *)0x052B0090; -const void * RTTI_PlayerControls__FlightMovementHandler = (void *)0x052B0050; -const void * RTTI_PlayerControls__GrabRotationHandler = (void *)0x052B00C8; -const void * RTTI_PlayerControls__GravJumpHandler = (void *)0x052B0108; -const void * RTTI_PlayerControls__HeldStateHandler = (void *)0x052AFF28; -const void * RTTI_PlayerControls__JumpHandler = (void *)0x052B0540; -const void * RTTI_PlayerControls__LookHandler = (void *)0x052B0578; -const void * RTTI_PlayerControls__Manager = (void *)0x052B1AE8; -const void * RTTI_PlayerControls__MonocleHandler = (void *)0x052B05B0; -const void * RTTI_PlayerControls__MovementHandler = (void *)0x052B05E8; -const void * RTTI_PlayerControls__NvidiaStreamlineInputHandler = (void *)0x052B0620; -const void * RTTI_PlayerControls__PlayerCameraHandler = (void *)0x052B0668; -const void * RTTI_PlayerControls__PlayerInputHandler = (void *)0x052AFEB8; -const void * RTTI_PlayerControls__RunHandler = (void *)0x052B06A8; -const void * RTTI_PlayerControls__ShieldHandler = (void *)0x052B06D8; -const void * RTTI_PlayerControls__ShipEquipmentHandler = (void *)0x052B0710; -const void * RTTI_PlayerControls__SneakHandler = (void *)0x052B0908; -const void * RTTI_PlayerControls__SprintHandler = (void *)0x052B0D48; -const void * RTTI_PlayerControls__StandardFlightControlMode = (void *)0x052B0010; -const void * RTTI_PlayerControls__StarbornPowerHandler = (void *)0x052B1DC8; -const void * RTTI_PlayerControls__TogglePOVHandler = (void *)0x052B0D80; -const void * RTTI_PlayerControls__ToggleRunHandler = (void *)0x052B0DB8; -const void * RTTI_PlayerControls__WeaponActionHandler = (void *)0x052B0DF0; -const void * RTTI_PlayerControls__WeaponAttackHandler = (void *)0x052B0E30; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__NotTriggered = (void *)0x0511D860; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Triggered = (void *)0x0511D6A0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic = (void *)0x0511D590; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst = (void *)0x0511D480; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd = (void *)0x0511D6F0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous = (void *)0x0511D4D0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage = (void *)0x0511D530; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease = (void *)0x0511D750; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage = (void *)0x0511D640; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle = (void *)0x0511D7B0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease = (void *)0x0511D800; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Unequipped = (void *)0x0511D5F0; -const void * RTTI_PlayerControls__WeaponBlockActionHandler = (void *)0x052B1490; -const void * RTTI_PlayerControls__WeaponFocusHandler = (void *)0x052B14D0; -const void * RTTI_PlayerControls__WeaponMeleeHandler = (void *)0x052B1508; -const void * RTTI_PlayerControls__WeaponReadyHandler = (void *)0x052B1540; -const void * RTTI_PlayerControls__WeaponReloadHandler = (void *)0x052B1578; -const void * RTTI_PlayerControls__WeaponSightedActionHandler = (void *)0x052B19A0; -const void * RTTI_PlayerControls__ZKeyHandler = (void *)0x052AFEF0; -const void * RTTI_PlayerDataModel = (void *)0x052D5330; -const void * RTTI_PlayerDataModel__PlayerDataEventShuttle = (void *)0x052D55F8; -const void * RTTI_PlayerFastEquipSoundHandler = (void *)0x05377FD8; -const void * RTTI_PlayerFurnitureExitHandler = (void *)0x05377800; -const void * RTTI_PlayerInventoryDataModel = (void *)0x052D6B08; -const void * RTTI_PlayerInventoryItem = (void *)0x052D6AD8; -const void * RTTI_PlayerRegionState = (void *)0x0535FD50; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter = (void *)0x0534ABF8; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor = (void *)0x0534AB90; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor = (void *)0x0534AB20; -const void * RTTI_PlayerSpaceUtils__EventSink = (void *)0x05336740; -const void * RTTI_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler = (void *)0x053367E0; -const void * RTTI_PlayerSpaceUtils___unnamed_type_SpaceAsteroidsWorldStepListener_ = (void *)0x051BF2E0; -const void * RTTI_PlayerStatusDataModel = (void *)0x052D75A8; -const void * RTTI_PlayerStatusDataModel__PlayerStatusEventShuttle = (void *)0x052D74C0; -const void * RTTI_PlayerTraversalState = (void *)0x0535F540; -const void * RTTI_PoseDeformerData = (void *)0x05248D00; -const void * RTTI_PoseDeformerInstance = (void *)0x05248E50; -const void * RTTI_PostAttachActionsFunctor = (void *)0x05496D28; -const void * RTTI_PostBoneModifierControl = (void *)0x053F84F0; -const void * RTTI_PostBoneModifierControlInstance = (void *)0x053F8568; -const void * RTTI_PostStepTask = (void *)0x05115518; -const void * RTTI_PowerArmor__EventHandler = (void *)0x051B4800; -const void * RTTI_PowerUtils__PowerUtilsReferenceEventSink = (void *)0x051BB518; -const void * RTTI_PowersMenu = (void *)0x052B97B8; -const void * RTTI_PowersMenu_ActivateEssence = (void *)0x052B9628; -const void * RTTI_PowersMenu_EquipPower = (void *)0x052B9538; -const void * RTTI_PowersMenu_FavoritePower = (void *)0x052B9660; -const void * RTTI_PowersMenu__PowersMenuEventShuttle = (void *)0x052B9998; -const void * RTTI_PreStepTask = (void *)0x051154F0; -const void * RTTI_Precipitation = (void *)0x05279640; -const void * RTTI_PrecipitationEffectController = (void *)0x05279668; -const void * RTTI_Preload__Manager = (void *)0x052BE7A8; -const void * RTTI_Preload__PostProcessDependencyNode = (void *)0x052BE980; -const void * RTTI_PreparePartitionTreeBuffers = (void *)0x05115888; -const void * RTTI_Probe__ReflectionProbeRenderOptions = (void *)0x054183E8; -const void * RTTI_ProcessListMovementInterface = (void *)0x051B91E0; -const void * RTTI_ProcessLists = (void *)0x05360D68; -const void * RTTI_ProcessLists__GetActorsFilter = (void *)0x0533CBB0; -const void * RTTI_Projectile = (void *)0x0529BE20; -const void * RTTI_ProjectileLOSCollector = (void *)0x05382E60; -const void * RTTI_Projectile__Manager = (void *)0x0537C998; -const void * RTTI_QuestDataModel = (void *)0x052D8288; -const void * RTTI_QuestDataModel__QuestGameEventShuttle = (void *)0x052D81A8; -const void * RTTI_QuestPathingRequest = (void *)0x05223608; -const void * RTTI_QueuedCellAttachService = (void *)0x05219130; -const void * RTTI_QueuedCharacter = (void *)0x05208AA0; -const void * RTTI_QueuedExplosionArt = (void *)0x05208938; -const void * RTTI_QueuedFile = (void *)0x051FC2F8; -const void * RTTI_QueuedLocationLoadTask = (void *)0x0525EC48; -const void * RTTI_QueuedPlayer = (void *)0x05208968; -const void * RTTI_QueuedPromoteLargeReferencesTask = (void *)0x0525DF80; -const void * RTTI_QueuedPromoteQuestTask = (void *)0x052777B8; -const void * RTTI_QueuedPromoteReferencesTask = (void *)0x05216470; -const void * RTTI_QueuedReference = (void *)0x05208AC8; -const void * RTTI_QueuedReferenceCallbackNode = (void *)0x052089C0; -const void * RTTI_QuickSaveLoadHandler = (void *)0x053B9F28; -const void * RTTI_REFREventCallbacks__IEventCallback = (void *)0x0526EEA8; -const void * RTTI_REFREventCallbacks__IEventCallbackFactory = (void *)0x051BB4D8; -const void * RTTI_RagdollAndGetUpHandler = (void *)0x05376FB8; -const void * RTTI_RagdollFurnitureModifier = (void *)0x05278698; -const void * RTTI_RagdollGetUp = (void *)0x053FC208; -const void * RTTI_RagdollGetUpInstance = (void *)0x053FC230; -const void * RTTI_RagdollStartHandler = (void *)0x053773C0; -const void * RTTI_RallyEffect = (void *)0x05332430; -const void * RTTI_RandomAnimationNode = (void *)0x053FCB18; -const void * RTTI_RandomAnimationNodeInstance = (void *)0x053FCAE0; -const void * RTTI_RangedAimAssistImpl = (void *)0x05296DC8; -const void * RTTI_ReanimateEffect = (void *)0x05331F78; -const void * RTTI_RecoilStopHandler = (void *)0x05378878; -const void * RTTI_ReevaluateGraphStateHandler = (void *)0x053782B0; -const void * RTTI_RefAttachTechniqueInput = (void *)0x05330AF0; -const void * RTTI_ReferenceEffect = (void *)0x05331C18; -const void * RTTI_ReferenceEffectController = (void *)0x051E3B10; -const void * RTTI_ReferenceEndAnimatedCameraHandler = (void *)0x05377CF8; -const void * RTTI_ReferenceRunActionHandler = (void *)0x05373CD8; -const void * RTTI_ReferenceStartAnimatedCameraHandler = (void *)0x05377CB8; -const void * RTTI_ReferenceStartImagespaceModifierHandler = (void *)0x05373E08; -const void * RTTI_ReferenceStopImagespaceModifierHandler = (void *)0x05373E48; -const void * RTTI_ReflectionProbeCellComponent = (void *)0x051E8B48; -const void * RTTI_RefrInteraction = (void *)0x052AFE38; -const void * RTTI_Refuel_Accept = (void *)0x05307448; -const void * RTTI_Refuel_Cancel = (void *)0x05307420; -const void * RTTI_RegSettingCollection = (void *)0x05334AA0; -const void * RTTI_ReloadCompleteHandler = (void *)0x05378220; -const void * RTTI_ReloadStateChangeHandler = (void *)0x05378690; -const void * RTTI_RemoveRagdollHandler = (void *)0x05377390; -const void * RTTI_ResearchDataModel = (void *)0x052D96C0; -const void * RTTI_ResearchDataModel__ResearchDataEventShuttle = (void *)0x052D96F0; -const void * RTTI_ResearchMenu = (void *)0x05303BC8; -const void * RTTI_ResearchMenu_AddMaterial = (void *)0x05303CC8; -const void * RTTI_ResearchMenu_CategorySelected = (void *)0x05303D68; -const void * RTTI_ResearchMenu_ExitMenu = (void *)0x05303C98; -const void * RTTI_ResearchMenu_HideModel = (void *)0x05303C68; -const void * RTTI_ResearchMenu_PreviewProject = (void *)0x05303D30; -const void * RTTI_ResearchMenu_ProjectViewed = (void *)0x05303CF8; -const void * RTTI_ResearchMenu_SetInspectControls = (void *)0x05303C30; -const void * RTTI_ResearchMenu_ToggleTrackingProject = (void *)0x05303BF0; -const void * RTTI_Research__Manager = (void *)0x05337130; -const void * RTTI_Reset3DMobIterator = (void *)0x05275308; -const void * RTTI_ResetFloraEffect = (void *)0x05331CC8; -const void * RTTI_Reticle_OnLongAnimFinished = (void *)0x0531A800; -const void * RTTI_RevertSelectedSpellFunctor = (void *)0x05356CA0; -const void * RTTI_RigMesh__BoneAttaches = (void *)0x054054B8; -const void * RTTI_RigMesh__BoneTranslations = (void *)0x05405488; -const void * RTTI_RigSwitch = (void *)0x053F8548; -const void * RTTI_RigSwitchInstance = (void *)0x053F85C8; -const void * RTTI_RightHandSpellCastHandler = (void *)0x053787C0; -const void * RTTI_RightHandSpellFireHandler = (void *)0x053788D0; -const void * RTTI_RollingBone = (void *)0x053FC158; -const void * RTTI_RollingBoneInstance = (void *)0x053FC180; -const void * RTTI_RootTwist = (void *)0x053FC848; -const void * RTTI_RootTwistInstance = (void *)0x053FC820; -const void * RTTI_RotationVariable = (void *)0x053F85A0; -const void * RTTI_RotationVariableInstance = (void *)0x053FBD50; -const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentBase = (void *)0x0521C030; -const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentStorage = (void *)0x0521BFE0; -const void * RTTI_SKClosestHitCollector = (void *)0x05271B10; -const void * RTTI_SWFToCodeFunctionHandler = (void *)0x051FBD08; -const void * RTTI_SandManKillHandler = (void *)0x05377EE0; -const void * RTTI_SaveBufferStorageWrapper = (void *)0x0533BE40; -const void * RTTI_SaveFileStorageWrapper = (void *)0x0533BE10; -const void * RTTI_SaveGameCollection = (void *)0x05337F80; -const void * RTTI_SaveGameMagicCasterVisitor = (void *)0x05356D10; -const void * RTTI_SaveLoadMagicCasterVisitor = (void *)0x05356D48; -const void * RTTI_SaveLoadTester__Service = (void *)0x0533AAB8; -const void * RTTI_SaveLoad__BlockingIONode = (void *)0x05276588; -const void * RTTI_SaveLoad__CleanupService__Impl = (void *)0x052BCA10; -const void * RTTI_SaveStorageWrapperBase = (void *)0x0533BDE0; -const void * RTTI_ScalarAnimation = (void *)0x053EE798; -const void * RTTI_ScaleformFile__MemoryFile = (void *)0x0542E790; -const void * RTTI_Scaleform__AcquireInterface = (void *)0x0533C360; -const void * RTTI_Scaleform__AmpMovieObjectDesc = (void *)0x051C61E0; -const void * RTTI_Scaleform__BoolFormatter = (void *)0x051C6EC0; -const void * RTTI_Scaleform__BufferedFile = (void *)0x051C8560; -const void * RTTI_Scaleform__DefaultAcquireInterface = (void *)0x0533C2F8; -const void * RTTI_Scaleform__DelegatedFile = (void *)0x051C8530; -const void * RTTI_Scaleform__DoubleFormatter = (void *)0x051C6F50; -const void * RTTI_Scaleform__Event = (void *)0x051C29F8; -const void * RTTI_Scaleform__FILEFile = (void *)0x051CAB60; -const void * RTTI_Scaleform__FmtResource = (void *)0x051C6E30; -const void * RTTI_Scaleform__GFx__AS3Support = (void *)0x051D9F88; -const void * RTTI_Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider = (void *)0x051D44D0; -const void * RTTI_Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider = (void *)0x051D4520; -const void * RTTI_Scaleform__GFx__AS3__ASRefCountCollector = (void *)0x051CBD98; -const void * RTTI_Scaleform__GFx__AS3__ASVM = (void *)0x051CC8E8; -const void * RTTI_Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef = (void *)0x051CCD50; -const void * RTTI_Scaleform__GFx__AS3__AbcDataBuffer = (void *)0x051D9FB8; -const void * RTTI_Scaleform__GFx__AS3__Abc__File = (void *)0x051CBCA0; -const void * RTTI_Scaleform__GFx__AS3__ArrayBase = (void *)0x051D03E0; -const void * RTTI_Scaleform__GFx__AS3__AvmBitmap = (void *)0x051CC470; -const void * RTTI_Scaleform__GFx__AS3__AvmButton = (void *)0x051CCE20; -const void * RTTI_Scaleform__GFx__AS3__AvmDisplayObj = (void *)0x051CC240; -const void * RTTI_Scaleform__GFx__AS3__AvmInteractiveObj = (void *)0x051CC8A8; -const void * RTTI_Scaleform__GFx__AS3__AvmLoader = (void *)0x051CCE58; -const void * RTTI_Scaleform__GFx__AS3__AvmMovieClip = (void *)0x051CCBB0; -const void * RTTI_Scaleform__GFx__AS3__AvmSprite = (void *)0x051CCB78; -const void * RTTI_Scaleform__GFx__AS3__AvmStage = (void *)0x051CCBE8; -const void * RTTI_Scaleform__GFx__AS3__AvmStaticText = (void *)0x051CCEC8; -const void * RTTI_Scaleform__GFx__AS3__AvmTextField = (void *)0x051CCF00; -const void * RTTI_Scaleform__GFx__AS3__AvmTextField__CSSHolder = (void *)0x051D97F0; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctCalc = (void *)0x051CC4E0; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedName = (void *)0x051CC520; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue = (void *)0x051CC570; -const void * RTTI_Scaleform__GFx__AS3__Class = (void *)0x051CBA90; -const void * RTTI_Scaleform__GFx__AS3__ClassCallConstruct = (void *)0x051CD2E8; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__ClassClass = (void *)0x051CD440; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__Traits = (void *)0x051CBB68; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__UserDefined = (void *)0x051CD400; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError = (void *)0x051CEAC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Array = (void *)0x051CE000; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Boolean = (void *)0x051CDEC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Catch = (void *)0x051CE040; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Date = (void *)0x051CEB48; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError = (void *)0x051CE7B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Domain = (void *)0x051CE140; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Error = (void *)0x051CE728; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__EvalError = (void *)0x051CE800; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Function = (void *)0x051CD480; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Math = (void *)0x051CEBC8; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Namespace = (void *)0x051CD920; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Number = (void *)0x051CDF00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Object = (void *)0x051CD4C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__QName = (void *)0x051CE080; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RangeError = (void *)0x051CE850; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError = (void *)0x051CE8A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RegExp = (void *)0x051CE658; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SecurityError = (void *)0x051CE8F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__String = (void *)0x051CDFC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError = (void *)0x051CE940; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__TypeError = (void *)0x051CE990; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__URIError = (void *)0x051CE9E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError = (void *)0x051CEA70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__VerifyError = (void *)0x051CEA20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XML = (void *)0x051CE0C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XMLList = (void *)0x051CE100; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__int_ = (void *)0x051CDF40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__uint = (void *)0x051CDF80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__void_ = (void *)0x051CE180; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility = (void *)0x051D8860; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation = (void *)0x051D8970; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties = (void *)0x051D8AB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText = (void *)0x051D87A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection = (void *)0x051D8800; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie = (void *)0x051D40F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion = (void *)0x051D3BE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap = (void *)0x051D4280; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData = (void *)0x051D41E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel = (void *)0x051D4570; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode = (void *)0x051D4430; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle = (void *)0x051D4620; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject = (void *)0x051D3E70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer = (void *)0x051D46C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel = (void *)0x051D4A50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType = (void *)0x051D4AF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics = (void *)0x051D4BE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill = (void *)0x051D4DC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill = (void *)0x051D4ED0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill = (void *)0x051D4FE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath = (void *)0x051D50F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand = (void *)0x051D53A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding = (void *)0x051D5450; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill = (void *)0x051D51E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke = (void *)0x051D52F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable = (void *)0x051D43E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData = (void *)0x051D4C80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill = (void *)0x051D4CD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath = (void *)0x051D4D20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject = (void *)0x051D4320; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod = (void *)0x051D5500; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle = (void *)0x051D55B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode = (void *)0x051D5650; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Loader = (void *)0x051D4780; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo = (void *)0x051D4910; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape = (void *)0x051D5740; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip = (void *)0x051D5920; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping = (void *)0x051D5A60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion = (void *)0x051D5F70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Scene = (void *)0x051D59C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shader = (void *)0x051D6060; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData = (void *)0x051D6010; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput = (void *)0x051D62A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob = (void *)0x051D6250; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter = (void *)0x051D60B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType = (void *)0x051D6100; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision = (void *)0x051D61B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shape = (void *)0x051D5B00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton = (void *)0x051D5BA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod = (void *)0x051D5C40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite = (void *)0x051D57E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Stage = (void *)0x051D4820; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign = (void *)0x051D5CE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState = (void *)0x051D5D80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality = (void *)0x051D5E30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode = (void *)0x051D5ED0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError = (void *)0x051D6B20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError = (void *)0x051D6AD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError = (void *)0x051D6A20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError = (void *)0x051D6A80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError = (void *)0x051D6B70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError = (void *)0x051D6BC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError = (void *)0x051D6C20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent = (void *)0x051D18E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent = (void *)0x051D21F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent = (void *)0x051D3930; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent = (void *)0x051D22E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent = (void *)0x051D23E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent = (void *)0x051D2480; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent = (void *)0x051D1FF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__Event = (void *)0x051D17B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher = (void *)0x051CF2D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase = (void *)0x051D32E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent = (void *)0x051D2CC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent = (void *)0x051D3380; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent = (void *)0x051D3080; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent = (void *)0x051D2700; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase = (void *)0x051D3890; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent = (void *)0x051D3420; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher = (void *)0x051D3180; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent = (void *)0x051D3510; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent = (void *)0x051D2DB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent = (void *)0x051D2AE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent = (void *)0x051D2520; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent = (void *)0x051D2EA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent = (void *)0x051D29C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent = (void *)0x051D2BD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent = (void *)0x051D3600; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation = (void *)0x051D3B40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent = (void *)0x051D3A30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent = (void *)0x051D2F90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent = (void *)0x051D36B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent = (void *)0x051D1F00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent = (void *)0x051D37A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent = (void *)0x051D2610; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent = (void *)0x051D2850; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent = (void *)0x051D20E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents = (void *)0x051D3220; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface = (void *)0x051DA170; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter = (void *)0x051D7670; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter = (void *)0x051D7580; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality = (void *)0x051D7710; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType = (void *)0x051D77C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter = (void *)0x051D78B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter = (void *)0x051D79A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter = (void *)0x051D7A60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter = (void *)0x051D7B20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode = (void *)0x051D7BE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter = (void *)0x051D7CF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter = (void *)0x051D7DF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter = (void *)0x051D7EF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter = (void *)0x051D8000; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter = (void *)0x051D80C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform = (void *)0x051D6CD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix = (void *)0x051D70D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D = (void *)0x051D6F00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection = (void *)0x051D72A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Point = (void *)0x051D7170; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle = (void *)0x051D7360; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform = (void *)0x051D7400; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D = (void *)0x051D74A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D = (void *)0x051D6DC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx = (void *)0x051DADC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions = (void *)0x051DAC30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx = (void *)0x051DB3B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager = (void *)0x051DAB90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad = (void *)0x051DB1D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent = (void *)0x051DB260; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle = (void *)0x051DB720; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx = (void *)0x051DB5E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx = (void *)0x051DB7E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx = (void *)0x051DAE60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx = (void *)0x051DB130; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent = (void *)0x051DACD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx = (void *)0x051DAFF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx = (void *)0x051DAA60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx = (void *)0x051DB4A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx = (void *)0x051DAF00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Camera = (void *)0x051D8110; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info = (void *)0x051D81F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone = (void *)0x051D82E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Sound = (void *)0x051D85B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel = (void *)0x051D8470; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext = (void *)0x051D8650; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer = (void *)0x051D8700; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform = (void *)0x051D8380; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter = (void *)0x051CF140; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference = (void *)0x051CF280; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList = (void *)0x051CF4D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput = (void *)0x051CF520; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter = (void *)0x051CF580; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection = (void *)0x051CF5E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection = (void *)0x051CF680; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding = (void *)0x051CF720; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Responder = (void *)0x051CF7C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject = (void *)0x051CF860; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus = (void *)0x051CF9E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Socket = (void *)0x051CFA90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader = (void *)0x051CFBD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat = (void *)0x051CFD60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest = (void *)0x051CF3D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader = (void *)0x051CFE50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod = (void *)0x051CFEF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream = (void *)0x051CFF90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables = (void *)0x051CFCC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket = (void *)0x051CFFE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer = (void *)0x051DA270; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain = (void *)0x051D62F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities = (void *)0x051D6440; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IME = (void *)0x051D64E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode = (void *)0x051D6570; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext = (void *)0x051D67A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Security = (void *)0x051D6840; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain = (void *)0x051D6660; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel = (void *)0x051D68E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__System = (void *)0x051D6980; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType = (void *)0x051D8B70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings = (void *)0x051D8C60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__Font = (void *)0x051D8D40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle = (void *)0x051D8F10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontType = (void *)0x051D8FB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType = (void *)0x051D9050; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText = (void *)0x051D9190; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet = (void *)0x051D9350; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType = (void *)0x051D9490; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode = (void *)0x051D9530; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextField = (void *)0x051D9660; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize = (void *)0x051D9830; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType = (void *)0x051D98D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat = (void *)0x051D93F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign = (void *)0x051D9970; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics = (void *)0x051D9750; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer = (void *)0x051D9A10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot = (void *)0x051D9B00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu = (void *)0x051DA630; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x051DA3B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems = (void *)0x051DA4D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem = (void *)0x051DA590; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation = (void *)0x051DA760; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard = (void *)0x051DA6D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse = (void *)0x051DA800; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor = (void *)0x051DA880; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch = (void *)0x051DA920; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode = (void *)0x051DA9C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray = (void *)0x051D11D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary = (void *)0x051D1360; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian = (void *)0x051D1450; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput = (void *)0x051D14E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput = (void *)0x051D1530; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable = (void *)0x051D13B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy = (void *)0x051D15D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer = (void *)0x051D16C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector = (void *)0x051D0030; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String = (void *)0x051D0340; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double = (void *)0x051D02F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int = (void *)0x051D0250; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object = (void *)0x051D0390; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint = (void *)0x051D02A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument = (void *)0x051DB9B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode = (void *)0x051DB8C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType = (void *)0x051DBA50; -const void * RTTI_Scaleform__GFx__AS3__Classes__ClassClass = (void *)0x051CD328; -const void * RTTI_Scaleform__GFx__AS3__Classes__UDBase = (void *)0x051CBFF8; -const void * RTTI_Scaleform__GFx__AS3__Classes__UserDefined = (void *)0x051CD368; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Array = (void *)0x051CDC98; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Boolean = (void *)0x051CDB68; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Catch = (void *)0x051CDCD8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Date = (void *)0x051CDD58; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Domain = (void *)0x051CF0C8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Error = (void *)0x051CDD18; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Function = (void *)0x051CD678; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Math = (void *)0x051CDD90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Namespace = (void *)0x051CD9B8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Number = (void *)0x051CDBA8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Object = (void *)0x051CD548; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__QName = (void *)0x051CDE08; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__RegExp = (void *)0x051CDDC8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__String = (void *)0x051CDC58; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XML = (void *)0x051CDE48; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XMLList = (void *)0x051CDE80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__int_ = (void *)0x051CDBE8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__uint = (void *)0x051CDC20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility = (void *)0x051D88C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion = (void *)0x051D3C40; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel = (void *)0x051D45D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BlendMode = (void *)0x051D4480; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__CapsStyle = (void *)0x051D4670; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GradientType = (void *)0x051D4B40; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand = (void *)0x051D5400; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding = (void *)0x051D54B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod = (void *)0x051D5560; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__JointStyle = (void *)0x051D5600; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode = (void *)0x051D56A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo = (void *)0x051D49B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping = (void *)0x051D5AB0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SWFVersion = (void *)0x051D5FC0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType = (void *)0x051D6160; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision = (void *)0x051D6200; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod = (void *)0x051D5C90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__Stage = (void *)0x051D48C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageAlign = (void *)0x051D5D30; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState = (void *)0x051D5DE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageQuality = (void *)0x051D5E80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode = (void *)0x051D5F20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent = (void *)0x051D19A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent = (void *)0x051D2240; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent = (void *)0x051D39E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent = (void *)0x051D2390; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent = (void *)0x051D2430; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__DataEvent = (void *)0x051D24D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent = (void *)0x051D2090; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__Event = (void *)0x051D1850; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher = (void *)0x051D19F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventPhase = (void *)0x051D3330; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FocusEvent = (void *)0x051D2D60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent = (void *)0x051D33D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent = (void *)0x051D3130; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GestureEvent = (void *)0x051D27A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GesturePhase = (void *)0x051D38E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent = (void *)0x051D3470; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IMEEvent = (void *)0x051D35B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent = (void *)0x051D2E50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent = (void *)0x051D2B80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__MouseEvent = (void *)0x051D25C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent = (void *)0x051D2F40; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent = (void *)0x051D2A80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent = (void *)0x051D2C70; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent = (void *)0x051D3660; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientation = (void *)0x051D3B90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent = (void *)0x051D3AF0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StatusEvent = (void *)0x051D3030; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SyncEvent = (void *)0x051D3700; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TextEvent = (void *)0x051D1FA0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TimerEvent = (void *)0x051D3840; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TouchEvent = (void *)0x051D26B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent = (void *)0x051D2910; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent = (void *)0x051D21A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface = (void *)0x051DA1D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality = (void *)0x051D7770; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType = (void *)0x051D7810; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode = (void *)0x051D7C40; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Point = (void *)0x051D7208; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Utils3D = (void *)0x051D74F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Vector3D = (void *)0x051D6E60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx = (void *)0x051DAE10; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__Extensions = (void *)0x051DAC80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager = (void *)0x051DABE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePad = (void *)0x051DB218; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent = (void *)0x051DB310; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx = (void *)0x051DB680; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx = (void *)0x051DB828; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx = (void *)0x051DAEB0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent = (void *)0x051DAD70; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx = (void *)0x051DB090; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx = (void *)0x051DAAB0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx = (void *)0x051DB540; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx = (void *)0x051DAF50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Camera = (void *)0x051D8160; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Microphone = (void *)0x051D8330; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__SoundMixer = (void *)0x051D8750; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding = (void *)0x051CF770; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObject = (void *)0x051CF900; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus = (void *)0x051CFA40; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat = (void *)0x051CFDB0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod = (void *)0x051CFF40; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer = (void *)0x051DA310; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain = (void *)0x051D63F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Capabilities = (void *)0x051D6490; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IME = (void *)0x051D6528; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode = (void *)0x051D65C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Security = (void *)0x051D6890; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain = (void *)0x051D6700; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel = (void *)0x051D6930; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__System = (void *)0x051D69D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType = (void *)0x051D8BC0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__Font = (void *)0x051D8DD8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontStyle = (void *)0x051D8F60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontType = (void *)0x051D9000; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__GridFitType = (void *)0x051D90A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextColorType = (void *)0x051D94E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode = (void *)0x051D9580; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextField = (void *)0x051D9700; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize = (void *)0x051D9880; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldType = (void *)0x051D9920; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign = (void *)0x051D99C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextRenderer = (void *)0x051D9A60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation = (void *)0x051DA7B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Keyboard = (void *)0x051DA718; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Mouse = (void *)0x051DA840; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor = (void *)0x051DA8D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Multitouch = (void *)0x051DA970; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode = (void *)0x051DAA10; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__ByteArray = (void *)0x051D1270; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__Endian = (void *)0x051D14A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector = (void *)0x051D0078; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_String = (void *)0x051D01B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_double = (void *)0x051D0160; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_int = (void *)0x051D00C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_object = (void *)0x051D0200; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint = (void *)0x051D0110; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType = (void *)0x051DBAA0; -const void * RTTI_Scaleform__GFx__AS3__DoAbc = (void *)0x051DA138; -const void * RTTI_Scaleform__GFx__AS3__FlashUI = (void *)0x051CC1D8; -const void * RTTI_Scaleform__GFx__AS3__FrameCounter = (void *)0x051CCE90; -const void * RTTI_Scaleform__GFx__AS3__GASRefCountBase = (void *)0x051CB9D0; -const void * RTTI_Scaleform__GFx__AS3__IMEManager = (void *)0x051DBE58; -const void * RTTI_Scaleform__GFx__AS3__Impl__ArrayFunc = (void *)0x051CC4A8; -const void * RTTI_Scaleform__GFx__AS3__Impl__Value2NumberCollector = (void *)0x051CE420; -const void * RTTI_Scaleform__GFx__AS3__Impl__Value2StrCollector = (void *)0x051CE3E0; -const void * RTTI_Scaleform__GFx__AS3__Impl__ValuePtrCollector = (void *)0x051CE3A0; -const void * RTTI_Scaleform__GFx__AS3__Instance = (void *)0x051CBF88; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Activation = (void *)0x051CD8D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Anonimous = (void *)0x051CC100; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__CTraits = (void *)0x051CC030; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__ClassClass = (void *)0x051CDB20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Interface = (void *)0x051CD590; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Prototype = (void *)0x051CC0B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__RTraits = (void *)0x051CC070; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Traits = (void *)0x051CBD58; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__UserDefined = (void *)0x051CD1D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Array = (void *)0x051CE360; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Boolean = (void *)0x051CE580; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Catch = (void *)0x051CE280; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Date = (void *)0x051CEB88; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Domain = (void *)0x051CF080; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Error = (void *)0x051CE770; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Function = (void *)0x051CD5E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject = (void *)0x051CE2C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript = (void *)0x051CE310; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd = (void *)0x051CD830; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Namespace = (void *)0x051CD970; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Number = (void *)0x051CE4B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Object = (void *)0x051CD500; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__QName = (void *)0x051CE240; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__RegExp = (void *)0x051CE6A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__String = (void *)0x051CE5D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Thunk = (void *)0x051CD7F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction = (void *)0x051CD630; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd = (void *)0x051CD880; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XML = (void *)0x051CEC08; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XMLList = (void *)0x051CEDF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__int_ = (void *)0x051CE4F8; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__uint = (void *)0x051CE538; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation = (void *)0x051D89E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties = (void *)0x051D8B10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie = (void *)0x051D4140; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap = (void *)0x051D42D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData = (void *)0x051D4230; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject = (void *)0x051D3EC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer = (void *)0x051D4720; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel = (void *)0x051D4AA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics = (void *)0x051D4C30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill = (void *)0x051D4E20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill = (void *)0x051D4F20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill = (void *)0x051D5040; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath = (void *)0x051D5140; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill = (void *)0x051D5240; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke = (void *)0x051D5340; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject = (void *)0x051D4380; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader = (void *)0x051D47D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo = (void *)0x051D4960; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape = (void *)0x051D5790; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip = (void *)0x051D5970; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene = (void *)0x051D5A10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape = (void *)0x051D5B50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton = (void *)0x051D5BF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite = (void *)0x051D5830; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage = (void *)0x051D4870; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent = (void *)0x051D1940; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent = (void *)0x051D3980; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent = (void *)0x051D2330; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent = (void *)0x051D2040; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__Event = (void *)0x051D1800; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher = (void *)0x051CF370; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent = (void *)0x051D2D10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent = (void *)0x051D30D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent = (void *)0x051D2750; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent = (void *)0x051D3560; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent = (void *)0x051D2E00; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent = (void *)0x051D2B30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent = (void *)0x051D2570; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent = (void *)0x051D2EF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent = (void *)0x051D2A20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent = (void *)0x051D2C20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent = (void *)0x051D3A90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent = (void *)0x051D2FE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent = (void *)0x051D1F50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent = (void *)0x051D37F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent = (void *)0x051D2660; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent = (void *)0x051D28B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent = (void *)0x051D2140; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents = (void *)0x051D3280; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter = (void *)0x051D76C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter = (void *)0x051D75D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter = (void *)0x051D7900; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter = (void *)0x051D7A00; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter = (void *)0x051D7B80; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter = (void *)0x051D7D40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter = (void *)0x051D7E40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter = (void *)0x051D7F50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter = (void *)0x051D8060; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform = (void *)0x051D6D20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix = (void *)0x051D7120; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D = (void *)0x051D6F50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection = (void *)0x051D7300; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point = (void *)0x051D71C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle = (void *)0x051D73B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform = (void *)0x051D7450; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D = (void *)0x051D6E10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx = (void *)0x051DB400; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent = (void *)0x051DB2B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle = (void *)0x051DB780; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx = (void *)0x051DB630; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx = (void *)0x051DB180; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent = (void *)0x051DAD20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx = (void *)0x051DB040; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx = (void *)0x051DB4F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info = (void *)0x051D8240; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound = (void *)0x051D8600; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel = (void *)0x051D84C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext = (void *)0x051D86A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform = (void *)0x051D83D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference = (void *)0x051CF320; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection = (void *)0x051CF6D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject = (void *)0x051CF8B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket = (void *)0x051CFAE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader = (void *)0x051CFC20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest = (void *)0x051CF420; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader = (void *)0x051CFEA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables = (void *)0x051CFD10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer = (void *)0x051DA2C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain = (void *)0x051D6390; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext = (void *)0x051D67F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain = (void *)0x051D66B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings = (void *)0x051D8CB0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__Font = (void *)0x051D8D90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText = (void *)0x051D91E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet = (void *)0x051D93A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField = (void *)0x051D96B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat = (void *)0x051D9440; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics = (void *)0x051D97A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot = (void *)0x051D9B50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu = (void *)0x051DA680; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x051DA410; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems = (void *)0x051DA530; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray = (void *)0x051D1220; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary = (void *)0x051D1180; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy = (void *)0x051D1620; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer = (void *)0x051D1710; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String = (void *)0x051D0F30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double = (void *)0x051D0D10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int = (void *)0x051D08D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object = (void *)0x051D0FD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint = (void *)0x051D0AF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument = (void *)0x051DBA00; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode = (void *)0x051DB910; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Array = (void *)0x051CD218; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGet = (void *)0x051CEFB8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGetFirst = (void *)0x051CEEE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Catch = (void *)0x051CE468; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__CheckTypeTF = (void *)0x051CD7A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGet = (void *)0x051CEF78; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGetFirst = (void *)0x051CEF30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Date = (void *)0x051CEB08; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Domain = (void *)0x051CF038; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__EmptyCallBack = (void *)0x051CEE90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Error = (void *)0x051CE6E8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Function = (void *)0x051CD708; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionAOT = (void *)0x051CD6C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionBase = (void *)0x051CC150; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObject = (void *)0x051CD140; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP = (void *)0x051CD2A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript = (void *)0x051CD3B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ListGet = (void *)0x051CEFF8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Namespace = (void *)0x051CD188; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Object = (void *)0x051CC198; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__QName = (void *)0x051CE200; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__RegExp = (void *)0x051CE618; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ThunkFunction = (void *)0x051CD750; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XML = (void *)0x051CE1C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLAttr = (void *)0x051CECD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLComment = (void *)0x051CED60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement = (void *)0x051CEC50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack = (void *)0x051CEDA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList = (void *)0x051CD258; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack = (void *)0x051CEE40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLProcInstr = (void *)0x051CED10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLText = (void *)0x051CEC90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation = (void *)0x051D8910; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties = (void *)0x051D8A50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie = (void *)0x051D40A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Bitmap = (void *)0x051D3F60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__BitmapData = (void *)0x051D4190; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObject = (void *)0x051D3CD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer = (void *)0x051D3D70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__FrameLabel = (void *)0x051D4A00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Graphics = (void *)0x051D4B90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill = (void *)0x051D4D70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill = (void *)0x051D4E80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill = (void *)0x051D4F80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath = (void *)0x051D50A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill = (void *)0x051D5190; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke = (void *)0x051D52A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject = (void *)0x051D3DD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Loader = (void *)0x051D3F10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo = (void *)0x051D3D20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MorphShape = (void *)0x051D56F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MovieClip = (void *)0x051D5880; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Scene = (void *)0x051D58D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Shape = (void *)0x051D3FB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__SimpleButton = (void *)0x051D4000; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Sprite = (void *)0x051D4050; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Stage = (void *)0x051D3E20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent = (void *)0x051D1890; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent = (void *)0x051D1D10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent = (void *)0x051D2290; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent = (void *)0x051D1C70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__Event = (void *)0x051D1760; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher = (void *)0x051CF1E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__FocusEvent = (void *)0x051D1AE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent = (void *)0x051D1E60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GestureEvent = (void *)0x051D1B80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IMEEvent = (void *)0x051D34C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent = (void *)0x051D1C20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent = (void *)0x051D1A90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__MouseEvent = (void *)0x051D1A40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent = (void *)0x051D1DC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent = (void *)0x051D2960; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent = (void *)0x051D1BD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent = (void *)0x051D1D60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StatusEvent = (void *)0x051D1E10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TextEvent = (void *)0x051D1CC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TimerEvent = (void *)0x051D3750; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TouchEvent = (void *)0x051D1B30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent = (void *)0x051D27F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent = (void *)0x051D1EB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents = (void *)0x051D31D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter = (void *)0x051D7620; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter = (void *)0x051D7530; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter = (void *)0x051D7860; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter = (void *)0x051D7950; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter = (void *)0x051D7AC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter = (void *)0x051D7CA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter = (void *)0x051D7DA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter = (void *)0x051D7E90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter = (void *)0x051D7FB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform = (void *)0x051D6C80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix = (void *)0x051D7080; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D = (void *)0x051D6EB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection = (void *)0x051D7250; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Point = (void *)0x051D7040; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Rectangle = (void *)0x051D6FA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Transform = (void *)0x051D6FF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Vector3D = (void *)0x051D6D70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx = (void *)0x051DB360; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent = (void *)0x051DAB40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle = (void *)0x051DB6D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx = (void *)0x051DB590; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx = (void *)0x051DB0E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent = (void *)0x051DAAF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx = (void *)0x051DAFA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx = (void *)0x051DB450; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__ID3Info = (void *)0x051D81A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__Sound = (void *)0x051D8510; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundChannel = (void *)0x051D8420; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext = (void *)0x051D8560; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundTransform = (void *)0x051D8290; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__FileReference = (void *)0x051CF190; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__NetConnection = (void *)0x051CF630; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SharedObject = (void *)0x051CF810; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__Socket = (void *)0x051CF9A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketReader = (void *)0x051CFB80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketWriter = (void *)0x051CFB30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLLoader = (void *)0x051CF950; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequest = (void *)0x051CF230; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader = (void *)0x051CFE00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLVariables = (void *)0x051CFC70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer = (void *)0x051DA220; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain = (void *)0x051D6340; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__LoaderContext = (void *)0x051D6750; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain = (void *)0x051D6610; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__CSMSettings = (void *)0x051D8C10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__Font = (void *)0x051D8D00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StaticText = (void *)0x051D9140; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StyleSheet = (void *)0x051D92B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextField = (void *)0x051D8E20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextFormat = (void *)0x051D9300; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics = (void *)0x051D9610; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot = (void *)0x051D9AB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu = (void *)0x051DA5E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems = (void *)0x051DA360; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems = (void *)0x051DA470; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAReader = (void *)0x051D1310; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc = (void *)0x051D1400; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAWriter = (void *)0x051D12C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__ByteArray = (void *)0x051D10E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Dictionary = (void *)0x051D1130; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Proxy = (void *)0x051D1580; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Timer = (void *)0x051D1670; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_String = (void *)0x051D0EE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_double = (void *)0x051D0CC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_int = (void *)0x051D0880; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_object = (void *)0x051D0F80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint = (void *)0x051D0AA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument = (void *)0x051DB960; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLNode = (void *)0x051DB870; -const void * RTTI_Scaleform__GFx__AS3__IntervalTimer = (void *)0x051CCF78; -const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntry = (void *)0x051CCCC0; -const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie = (void *)0x051CCD00; -const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl = (void *)0x051DA0A8; -const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit = (void *)0x051DA0F0; -const void * RTTI_Scaleform__GFx__AS3__MovieDefRootNode = (void *)0x051CCD98; -const void * RTTI_Scaleform__GFx__AS3__MovieRoot = (void *)0x051CC320; -const void * RTTI_Scaleform__GFx__AS3__MovieRoot__StickyVarNode = (void *)0x051CCDE0; -const void * RTTI_Scaleform__GFx__AS3__NamespaceInstanceFactory = (void *)0x051CDA00; -const void * RTTI_Scaleform__GFx__AS3__NamespaceSet = (void *)0x051CBF50; -const void * RTTI_Scaleform__GFx__AS3__NotifyLoadInitCandidateList = (void *)0x051DBE90; -const void * RTTI_Scaleform__GFx__AS3__NullObject = (void *)0x051CF108; -const void * RTTI_Scaleform__GFx__AS3__Object = (void *)0x051CB9A0; -const void * RTTI_Scaleform__GFx__AS3__SerializeArrDense = (void *)0x051CC5F8; -const void * RTTI_Scaleform__GFx__AS3__SerializeArrSparse = (void *)0x051CC5B8; -const void * RTTI_Scaleform__GFx__AS3__ShapeObject = (void *)0x051CC918; -const void * RTTI_Scaleform__GFx__AS3__Slots__SlotFunct = (void *)0x051CBFC0; -const void * RTTI_Scaleform__GFx__AS3__SocketBuffer = (void *)0x051CCFB0; -const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr = (void *)0x051CCC20; -const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo = (void *)0x051CCFF0; -const void * RTTI_Scaleform__GFx__AS3__Stage = (void *)0x051CC2F0; -const void * RTTI_Scaleform__GFx__AS3__TextSnapshotGlyphVisitor = (void *)0x051D9BA0; -const void * RTTI_Scaleform__GFx__AS3__Tracer = (void *)0x051CBC70; -const void * RTTI_Scaleform__GFx__AS3__Traits = (void *)0x051CBBA8; -const void * RTTI_Scaleform__GFx__AS3__UserDefinedFunction = (void *)0x051CCF38; -const void * RTTI_Scaleform__GFx__AS3__VM = (void *)0x051CBAC0; -const void * RTTI_Scaleform__GFx__AS3__VMAbcFile = (void *)0x051CBC08; -const void * RTTI_Scaleform__GFx__AS3__VMAppDomain = (void *)0x051CBB30; -const void * RTTI_Scaleform__GFx__AS3__VMFile = (void *)0x051CBC40; -const void * RTTI_Scaleform__GFx__AS3__XMLSupport = (void *)0x051CC208; -const void * RTTI_Scaleform__GFx__AS3__XMLSupportImpl = (void *)0x051CC438; -const void * RTTI_Scaleform__GFx__ASIMEManager = (void *)0x051DBCA8; -const void * RTTI_Scaleform__GFx__ASIMEManager__IMEFuncHandler = (void *)0x051C6DC0; -const void * RTTI_Scaleform__GFx__ASIntervalTimerIntf = (void *)0x051CC998; -const void * RTTI_Scaleform__GFx__ASMovieRootBase = (void *)0x051CC358; -const void * RTTI_Scaleform__GFx__ASStringManager = (void *)0x051C3018; -const void * RTTI_Scaleform__GFx__AvmDisplayObjBase = (void *)0x051CC2B8; -const void * RTTI_Scaleform__GFx__Button = (void *)0x051D9BE8; -const void * RTTI_Scaleform__GFx__ButtonDef = (void *)0x051C8D18; -const void * RTTI_Scaleform__GFx__Clipboard = (void *)0x051C8270; -const void * RTTI_Scaleform__GFx__ConstShapeNoStyles = (void *)0x051C5C20; -const void * RTTI_Scaleform__GFx__ConstShapeWithStyles = (void *)0x051C74C8; -const void * RTTI_Scaleform__GFx__DefaultFontLibNameState = (void *)0x051C85C0; -const void * RTTI_Scaleform__GFx__DisplayObjContainer = (void *)0x051C6278; -const void * RTTI_Scaleform__GFx__DisplayObject = (void *)0x051C5438; -const void * RTTI_Scaleform__GFx__DisplayObjectBase = (void *)0x051C52C0; -const void * RTTI_Scaleform__GFx__DrawText = (void *)0x051DBB20; -const void * RTTI_Scaleform__GFx__DrawTextImpl = (void *)0x051DBAE8; -const void * RTTI_Scaleform__GFx__DrawTextManager = (void *)0x051DBC10; -const void * RTTI_Scaleform__GFx__DrawingContext = (void *)0x051C67B0; -const void * RTTI_Scaleform__GFx__DrawingContext__PackedShape = (void *)0x051C6978; -const void * RTTI_Scaleform__GFx__ExecuteTag = (void *)0x051C5728; -const void * RTTI_Scaleform__GFx__FontCompactor = (void *)0x051CB168; -const void * RTTI_Scaleform__GFx__FontData = (void *)0x051C8860; -const void * RTTI_Scaleform__GFx__FontDataBound = (void *)0x051C8A48; -const void * RTTI_Scaleform__GFx__FontDataCompactedGfx = (void *)0x051C8920; -const void * RTTI_Scaleform__GFx__FontDataCompactedSwf = (void *)0x051C88E0; -const void * RTTI_Scaleform__GFx__FontGlyphPacker = (void *)0x051C8D48; -const void * RTTI_Scaleform__GFx__FontHandle = (void *)0x051C6A48; -const void * RTTI_Scaleform__GFx__FontLib = (void *)0x051C8590; -const void * RTTI_Scaleform__GFx__FontManager = (void *)0x051C6BB0; -const void * RTTI_Scaleform__GFx__FontManagerStates = (void *)0x051C2880; -const void * RTTI_Scaleform__GFx__FontMap = (void *)0x051CA0B0; -const void * RTTI_Scaleform__GFx__FontResource = (void *)0x051C8728; -const void * RTTI_Scaleform__GFx__FontResourceCreator = (void *)0x051C5E38; -const void * RTTI_Scaleform__GFx__FunctionHandler = (void *)0x051FBDF8; -const void * RTTI_Scaleform__GFx__GFxInitImportActions = (void *)0x051C7488; -const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyData = (void *)0x051C5C58; -const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyInterface = (void *)0x051C5660; -const void * RTTI_Scaleform__GFx__GFxMovieDefImplKey = (void *)0x051C5D60; -const void * RTTI_Scaleform__GFx__GFxMovieDefImplKeyInterface = (void *)0x051C56B0; -const void * RTTI_Scaleform__GFx__GFxPlaceObjectUnpacked = (void *)0x051C5BE0; -const void * RTTI_Scaleform__GFx__GFxSocketImpl = (void *)0x051D9C88; -const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKey = (void *)0x051C8AB8; -const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKeyInterface = (void *)0x051C8600; -const void * RTTI_Scaleform__GFx__IMEManagerBase = (void *)0x051C6D80; -const void * RTTI_Scaleform__GFx__ImageCreator = (void *)0x0542EE58; -const void * RTTI_Scaleform__GFx__ImageFileHandlerRegistry = (void *)0x051C84F0; -const void * RTTI_Scaleform__GFx__ImageFileInfo = (void *)0x051C5F68; -const void * RTTI_Scaleform__GFx__ImageFileInfoKeyData = (void *)0x051C8E18; -const void * RTTI_Scaleform__GFx__ImageFileKeyInterface = (void *)0x051C8DD8; -const void * RTTI_Scaleform__GFx__ImageFileResourceCreator = (void *)0x051C60E8; -const void * RTTI_Scaleform__GFx__ImageResource = (void *)0x051C2230; -const void * RTTI_Scaleform__GFx__ImageResourceCreator = (void *)0x051C6128; -const void * RTTI_Scaleform__GFx__ImageResource__ImageDelegate = (void *)0x051C26C0; -const void * RTTI_Scaleform__GFx__ImageShapeCharacterDef = (void *)0x051C8CD8; -const void * RTTI_Scaleform__GFx__InteractiveObject = (void *)0x051C61A8; -const void * RTTI_Scaleform__GFx__KeyboardState = (void *)0x051C2F80; -const void * RTTI_Scaleform__GFx__KeyboardState__IListener = (void *)0x051CBD18; -const void * RTTI_Scaleform__GFx__LZMAFile = (void *)0x051CA218; -const void * RTTI_Scaleform__GFx__LZMASupport = (void *)0x051C2AF8; -const void * RTTI_Scaleform__GFx__LoadBinaryTask = (void *)0x051C6D08; -const void * RTTI_Scaleform__GFx__LoadProcess = (void *)0x051C5E70; -const void * RTTI_Scaleform__GFx__LoadQueueEntry = (void *)0x051CC678; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT = (void *)0x051C6C20; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadBinary = (void *)0x051C6D40; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadVars = (void *)0x051C6CC8; -const void * RTTI_Scaleform__GFx__LoadStates = (void *)0x051C5FA0; -const void * RTTI_Scaleform__GFx__LoadUpdateSync = (void *)0x051C5948; -const void * RTTI_Scaleform__GFx__LoadVarsTask = (void *)0x051C6C90; -const void * RTTI_Scaleform__GFx__Loader = (void *)0x051C2A90; -const void * RTTI_Scaleform__GFx__LoaderImpl = (void *)0x051C5470; -const void * RTTI_Scaleform__GFx__LoaderTask = (void *)0x051C55B8; -const void * RTTI_Scaleform__GFx__LogState = (void *)0x051C3430; -const void * RTTI_Scaleform__GFx__MemoryBufferZlibImage = (void *)0x051CA2B8; -const void * RTTI_Scaleform__GFx__MemoryContext = (void *)0x051D9EC0; -const void * RTTI_Scaleform__GFx__MorphCharacterDef = (void *)0x051CA338; -const void * RTTI_Scaleform__GFx__Movie = (void *)0x051C20F0; -const void * RTTI_Scaleform__GFx__MovieBindProcess = (void *)0x051C5898; -const void * RTTI_Scaleform__GFx__MovieDataDef = (void *)0x051C5758; -const void * RTTI_Scaleform__GFx__MovieDataDef__LoadTaskData = (void *)0x051C5AF8; -const void * RTTI_Scaleform__GFx__MovieDefBindStates = (void *)0x051C6058; -const void * RTTI_Scaleform__GFx__MovieDefImpl = (void *)0x051C57F8; -const void * RTTI_Scaleform__GFx__MovieDefImpl__BindTaskData = (void *)0x051C5B38; -const void * RTTI_Scaleform__GFx__MovieDefImpl__ReleaseNotifier = (void *)0x051CC3F0; -const void * RTTI_Scaleform__GFx__MovieDefRootNode = (void *)0x051CC6B0; -const void * RTTI_Scaleform__GFx__MovieDef__ResourceVisitor = (void *)0x051C58D0; -const void * RTTI_Scaleform__GFx__MovieImageLoadTask = (void *)0x051C55E8; -const void * RTTI_Scaleform__GFx__MovieImpl = (void *)0x051C20C0; -const void * RTTI_Scaleform__GFx__MovieImpl__StickyVarNode = (void *)0x051CCB38; -const void * RTTI_Scaleform__GFx__MovieImpl__WideStringStorage = (void *)0x051CCA90; -const void * RTTI_Scaleform__GFx__MoviePreloadTask = (void *)0x051C6C58; -const void * RTTI_Scaleform__GFx__ParseControl = (void *)0x051C2AC0; -const void * RTTI_Scaleform__GFx__PlaceObject2Tag = (void *)0x051C70A8; -const void * RTTI_Scaleform__GFx__PlaceObject2Taga = (void *)0x051C7450; -const void * RTTI_Scaleform__GFx__PlaceObject3Tag = (void *)0x051C70E0; -const void * RTTI_Scaleform__GFx__PlaceObjectTag = (void *)0x051C8C20; -const void * RTTI_Scaleform__GFx__RemoveObject2Tag = (void *)0x051C7150; -const void * RTTI_Scaleform__GFx__RemoveObjectTag = (void *)0x051C7118; -const void * RTTI_Scaleform__GFx__Resource = (void *)0x051C2268; -const void * RTTI_Scaleform__GFx__ResourceData__DataInterface = (void *)0x051C5DF8; -const void * RTTI_Scaleform__GFx__ResourceFileInfo = (void *)0x051C3298; -const void * RTTI_Scaleform__GFx__ResourceKey__KeyInterface = (void *)0x051C5620; -const void * RTTI_Scaleform__GFx__ResourceLib = (void *)0x051C3148; -const void * RTTI_Scaleform__GFx__ResourceLib__ResourceSlot = (void *)0x051C3388; -const void * RTTI_Scaleform__GFx__ResourceReport = (void *)0x051C56F0; -const void * RTTI_Scaleform__GFx__ResourceWeakLib = (void *)0x051C31D0; -const void * RTTI_Scaleform__GFx__SetBackgroundColorTag = (void *)0x051C7410; -const void * RTTI_Scaleform__GFx__ShapeBaseCharacterDef = (void *)0x051C8C58; -const void * RTTI_Scaleform__GFx__ShapeDataBase = (void *)0x051C5910; -const void * RTTI_Scaleform__GFx__SocketImplFactory = (void *)0x051D9C50; -const void * RTTI_Scaleform__GFx__SocketInterface = (void *)0x051D9C18; -const void * RTTI_Scaleform__GFx__Sprite = (void *)0x051C6A18; -const void * RTTI_Scaleform__GFx__SpriteDef = (void *)0x051C8BF0; -const void * RTTI_Scaleform__GFx__State = (void *)0x0542DD70; -const void * RTTI_Scaleform__GFx__StateBag = (void *)0x051C21C8; -const void * RTTI_Scaleform__GFx__StateBagImpl = (void *)0x051C25E8; -const void * RTTI_Scaleform__GFx__StaticTextCharacter = (void *)0x051CA078; -const void * RTTI_Scaleform__GFx__StaticTextDef = (void *)0x051CA040; -const void * RTTI_Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor = (void *)0x051D90F0; -const void * RTTI_Scaleform__GFx__Stream = (void *)0x051C83A0; -const void * RTTI_Scaleform__GFx__SubImageResource = (void *)0x051C6020; -const void * RTTI_Scaleform__GFx__SubImageResourceCreator = (void *)0x051C6168; -const void * RTTI_Scaleform__GFx__SubImageResourceInfo = (void *)0x051C7188; -const void * RTTI_Scaleform__GFx__SwfShapeCharacterDef = (void *)0x051C8C98; -const void * RTTI_Scaleform__GFx__Task = (void *)0x051C5540; -const void * RTTI_Scaleform__GFx__TextField = (void *)0x051CA1A0; -const void * RTTI_Scaleform__GFx__TextFieldDef = (void *)0x051C82D0; -const void * RTTI_Scaleform__GFx__TextField__CSSHolderBase = (void *)0x051D95C8; -const void * RTTI_Scaleform__GFx__TextField__TextDocumentListener = (void *)0x051CA1D0; -const void * RTTI_Scaleform__GFx__TextKeyMap = (void *)0x051C82A0; -const void * RTTI_Scaleform__GFx__Text__CompositionString = (void *)0x051CB6C8; -const void * RTTI_Scaleform__GFx__Text__EditorKit = (void *)0x051CB690; -const void * RTTI_Scaleform__GFx__Text__StyleManager = (void *)0x051D9270; -const void * RTTI_Scaleform__GFx__TextureGlyphBinder = (void *)0x051C8A80; -const void * RTTI_Scaleform__GFx__TextureGlyphData = (void *)0x051C7370; -const void * RTTI_Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor = (void *)0x051C8890; -const void * RTTI_Scaleform__GFx__URLBuilder = (void *)0x051DBD98; -const void * RTTI_Scaleform__GFx__Value__ObjectInterface = (void *)0x051CC638; -const void * RTTI_Scaleform__GFx__ZLibFile = (void *)0x051DBED8; -const void * RTTI_Scaleform__GFx__ZlibImageSource = (void *)0x051CA248; -const void * RTTI_Scaleform__GFx__ZlibSupport = (void *)0x0542DA30; -const void * RTTI_Scaleform__HeapPT__SysAllocGranulator = (void *)0x051CA370; -const void * RTTI_Scaleform__HeapPT__SysAllocWrapper = (void *)0x051CA3B0; -const void * RTTI_Scaleform__Log = (void *)0x051C2C28; -const void * RTTI_Scaleform__LongFormatter = (void *)0x051C6EF0; -const void * RTTI_Scaleform__MemoryFile = (void *)0x0542E900; -const void * RTTI_Scaleform__MemoryHeap = (void *)0x051C1F68; -const void * RTTI_Scaleform__MemoryHeapMH = (void *)0x051C2BF8; -const void * RTTI_Scaleform__MemoryHeapPT = (void *)0x051C7508; -const void * RTTI_Scaleform__MemoryHeap__LimitHandler = (void *)0x051D9E88; -const void * RTTI_Scaleform__MsgFormat = (void *)0x051C6E00; -const void * RTTI_Scaleform__Mutex = (void *)0x051C2B58; -const void * RTTI_Scaleform__Mutex_AreadyLockedAcquireInterface = (void *)0x051C2BB0; -const void * RTTI_Scaleform__RefCountImplCore = (void *)0x051FBD38; -const void * RTTI_Scaleform__RefCountNTSImplCore = (void *)0x051C2018; -const void * RTTI_Scaleform__RefCountWeakSupportImpl = (void *)0x051C2050; -const void * RTTI_Scaleform__Render__BevelFilter = (void *)0x051C7D60; -const void * RTTI_Scaleform__Render__BlendModeBundle = (void *)0x051C9EB0; -const void * RTTI_Scaleform__Render__BlendModeEffect = (void *)0x051CAA50; -const void * RTTI_Scaleform__Render__BlendPrimitive = (void *)0x051C8100; -const void * RTTI_Scaleform__Render__BlurFilter = (void *)0x051C7CB8; -const void * RTTI_Scaleform__Render__BlurFilterImpl = (void *)0x051C7C80; -const void * RTTI_Scaleform__Render__Bundle = (void *)0x051C9A00; -const void * RTTI_Scaleform__Render__CacheAsBitmapFilter = (void *)0x051C7E10; -const void * RTTI_Scaleform__Render__CacheBase = (void *)0x054945C8; -const void * RTTI_Scaleform__Render__CacheEffect = (void *)0x051CA8E0; -const void * RTTI_Scaleform__Render__CacheablePrimitive = (void *)0x051C8060; -const void * RTTI_Scaleform__Render__CacheableTargetEffect = (void *)0x051CA988; -const void * RTTI_Scaleform__Render__ColorMatrixFilter = (void *)0x051C7DD0; -const void * RTTI_Scaleform__Render__ComplexFill = (void *)0x051C3FC0; -const void * RTTI_Scaleform__Render__ComplexMesh = (void *)0x051C9318; -const void * RTTI_Scaleform__Render__ComplexMeshVertexOutput = (void *)0x051CB2A0; -const void * RTTI_Scaleform__Render__ComplexPrimitiveBundle = (void *)0x051C9E00; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotify = (void *)0x051C34B0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor = (void *)0x051C37F0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture = (void *)0x051C3920; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture = (void *)0x051C38B0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId = (void *)0x051C3980; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown = (void *)0x051C3850; -const void * RTTI_Scaleform__Render__ContextImpl__ContextLock = (void *)0x051C35D0; -const void * RTTI_Scaleform__Render__ContextImpl__EntryData = (void *)0x051C23D0; -const void * RTTI_Scaleform__Render__ContextImpl__RTHandle__HandleData = (void *)0x051C36D0; -const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify = (void *)0x0548DAB0; -const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand = (void *)0x051C7820; -const void * RTTI_Scaleform__Render__CreationRenderer__DepthStencilSurface = (void *)0x0548DD50; -const void * RTTI_Scaleform__Render__CreationRenderer__HAL = (void *)0x0548D790; -const void * RTTI_Scaleform__Render__CreationRenderer__IndexBuffer = (void *)0x054942D0; -const void * RTTI_Scaleform__Render__CreationRenderer__MappedTexture = (void *)0x0548DB80; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshBufferSet = (void *)0x05494320; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshCache = (void *)0x054944E0; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshCacheItem = (void *)0x05494580; -const void * RTTI_Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry = (void *)0x0548DCB0; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderEvents = (void *)0x054940E0; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderSync = (void *)0x05494700; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderTargetData = (void *)0x0548D800; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface = (void *)0x05494A70; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer = (void *)0x054949C0; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderManager = (void *)0x05494A20; -const void * RTTI_Scaleform__Render__CreationRenderer__Texture = (void *)0x0548DD10; -const void * RTTI_Scaleform__Render__CreationRenderer__TextureFormat = (void *)0x0548DB30; -const void * RTTI_Scaleform__Render__CreationRenderer__TextureManager = (void *)0x0548DC60; -const void * RTTI_Scaleform__Render__CreationRenderer__VertexBuffer = (void *)0x05494280; -const void * RTTI_Scaleform__Render__DDS__DDSFileImageSource = (void *)0x051CB128; -const void * RTTI_Scaleform__Render__DDS__FileReader = (void *)0x051CB078; -const void * RTTI_Scaleform__Render__DICommand = (void *)0x051C4098; -const void * RTTI_Scaleform__Render__DICommandQueue = (void *)0x051C7E90; -const void * RTTI_Scaleform__Render__DICommandQueue__ExecuteCommand = (void *)0x051C7F80; -const void * RTTI_Scaleform__Render__DICommand_ApplyFilter = (void *)0x051C4330; -const void * RTTI_Scaleform__Render__DICommand_Clear = (void *)0x051C4240; -const void * RTTI_Scaleform__Render__DICommand_ColorTransform = (void *)0x051C45F0; -const void * RTTI_Scaleform__Render__DICommand_Compare = (void *)0x051C46A0; -const void * RTTI_Scaleform__Render__DICommand_CopyChannel = (void *)0x051C4488; -const void * RTTI_Scaleform__Render__DICommand_CopyPixels = (void *)0x051C4540; -const void * RTTI_Scaleform__Render__DICommand_CreateTexture = (void *)0x051C40D0; -const void * RTTI_Scaleform__Render__DICommand_Dispose = (void *)0x051C4188; -const void * RTTI_Scaleform__Render__DICommand_Draw = (void *)0x051C43E0; -const void * RTTI_Scaleform__Render__DICommand_FillRect = (void *)0x051C4748; -const void * RTTI_Scaleform__Render__DICommand_FloodFill = (void *)0x051C4800; -const void * RTTI_Scaleform__Render__DICommand_GetColorBoundsRect = (void *)0x051C48B0; -const void * RTTI_Scaleform__Render__DICommand_GetPixel32 = (void *)0x051C4978; -const void * RTTI_Scaleform__Render__DICommand_GetPixels = (void *)0x051C4A30; -const void * RTTI_Scaleform__Render__DICommand_Histogram = (void *)0x051C4AE0; -const void * RTTI_Scaleform__Render__DICommand_HitTest = (void *)0x051C4B90; -const void * RTTI_Scaleform__Render__DICommand_Merge = (void *)0x051C4C40; -const void * RTTI_Scaleform__Render__DICommand_Noise = (void *)0x051C4CE8; -const void * RTTI_Scaleform__Render__DICommand_PaletteMap = (void *)0x051C4D90; -const void * RTTI_Scaleform__Render__DICommand_PerlinNoise = (void *)0x051C4E40; -const void * RTTI_Scaleform__Render__DICommand_PixelDissolve = (void *)0x051C4EF0; -const void * RTTI_Scaleform__Render__DICommand_Scroll = (void *)0x051C5110; -const void * RTTI_Scaleform__Render__DICommand_SetPixel32 = (void *)0x051C4FA8; -const void * RTTI_Scaleform__Render__DICommand_SetPixels = (void *)0x051C5060; -const void * RTTI_Scaleform__Render__DICommand_SourceRect = (void *)0x051C42F0; -const void * RTTI_Scaleform__Render__DICommand_Threshold = (void *)0x051C51B8; -const void * RTTI_Scaleform__Render__DIPixelProvider = (void *)0x051D3C90; -const void * RTTI_Scaleform__Render__DepthStencilBuffer = (void *)0x0547A6A8; -const void * RTTI_Scaleform__Render__DepthStencilSurface = (void *)0x0548DF40; -const void * RTTI_Scaleform__Render__DestroyDrawableImageThreadCommand = (void *)0x051C5270; -const void * RTTI_Scaleform__Render__DisplacementMapFilter = (void *)0x051C7E50; -const void * RTTI_Scaleform__Render__DrawableImage = (void *)0x051C3F38; -const void * RTTI_Scaleform__Render__DrawableImageContext = (void *)0x051C4058; -const void * RTTI_Scaleform__Render__Fence = (void *)0x051C7538; -const void * RTTI_Scaleform__Render__FenceWrapperList = (void *)0x051C7618; -const void * RTTI_Scaleform__Render__FileImageSource = (void *)0x051CA280; -const void * RTTI_Scaleform__Render__FilterBundle = (void *)0x051C9E78; -const void * RTTI_Scaleform__Render__FilterEffect = (void *)0x051CA950; -const void * RTTI_Scaleform__Render__FilterPrimitive = (void *)0x051C8028; -const void * RTTI_Scaleform__Render__FilterSet = (void *)0x051C7B78; -const void * RTTI_Scaleform__Render__Font = (void *)0x051C8648; -const void * RTTI_Scaleform__Render__FontCacheHandleManager = (void *)0x051CA428; -const void * RTTI_Scaleform__Render__GlowFilter = (void *)0x051C7D28; -const void * RTTI_Scaleform__Render__GlyphCache = (void *)0x051CA4D0; -const void * RTTI_Scaleform__Render__GlyphCacheConfig = (void *)0x051CA568; -const void * RTTI_Scaleform__Render__GlyphCache__EvictNotifier = (void *)0x051CA8A0; -const void * RTTI_Scaleform__Render__GlyphEvictNotifier = (void *)0x051CA7E0; -const void * RTTI_Scaleform__Render__GlyphFitter = (void *)0x051CB790; -const void * RTTI_Scaleform__Render__GlyphRaster = (void *)0x051CA5A0; -const void * RTTI_Scaleform__Render__GlyphShape = (void *)0x051CA6A0; -const void * RTTI_Scaleform__Render__GlyphTextureImage = (void *)0x051CA858; -const void * RTTI_Scaleform__Render__GradientData = (void *)0x051C8EB8; -const void * RTTI_Scaleform__Render__GradientFilter = (void *)0x051C7D98; -const void * RTTI_Scaleform__Render__GradientImage = (void *)0x051C8FA8; -const void * RTTI_Scaleform__Render__HAL = (void *)0x0548D990; -const void * RTTI_Scaleform__Render__HALBeginDisplayItem = (void *)0x051C7698; -const void * RTTI_Scaleform__Render__HALEndDisplayItem = (void *)0x051C76D8; -const void * RTTI_Scaleform__Render__HALNotify = (void *)0x0548DA18; -const void * RTTI_Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface = (void *)0x051C7720; -const void * RTTI_Scaleform__Render__Hairliner = (void *)0x051C94F0; -const void * RTTI_Scaleform__Render__Image = (void *)0x0542EDC0; -const void * RTTI_Scaleform__Render__ImageFileHandler = (void *)0x051CAB90; -const void * RTTI_Scaleform__Render__ImageFileHandlerRegistry = (void *)0x051C84B0; -const void * RTTI_Scaleform__Render__ImageSwizzler = (void *)0x051C2DD0; -const void * RTTI_Scaleform__Render__ImageUpdate = (void *)0x051C2E08; -const void * RTTI_Scaleform__Render__ImageUpdateSync = (void *)0x0548DE48; -const void * RTTI_Scaleform__Render__JPEG__ExtraData = (void *)0x051C7230; -const void * RTTI_Scaleform__Render__JPEG__TablesHeader = (void *)0x051C72C8; -const void * RTTI_Scaleform__Render__MappedTextureBase = (void *)0x0548DDD0; -const void * RTTI_Scaleform__Render__MaskBundle = (void *)0x051C9E40; -const void * RTTI_Scaleform__Render__MaskEffect = (void *)0x051CA918; -const void * RTTI_Scaleform__Render__MaskNodeState__Interface = (void *)0x051C7AE8; -const void * RTTI_Scaleform__Render__MaskPrimitive = (void *)0x051C9AF0; -const void * RTTI_Scaleform__Render__MatrixPoolImpl__MatrixPool = (void *)0x051C95D0; -const void * RTTI_Scaleform__Render__MatrixState = (void *)0x0548D670; -const void * RTTI_Scaleform__Render__MatrixStateFactory = (void *)0x051CA3E8; -const void * RTTI_Scaleform__Render__MemoryBufferImage = (void *)0x051CA2F8; -const void * RTTI_Scaleform__Render__Mesh = (void *)0x051C9150; -const void * RTTI_Scaleform__Render__MeshBase = (void *)0x051C8FE0; -const void * RTTI_Scaleform__Render__MeshBuffer = (void *)0x05494600; -const void * RTTI_Scaleform__Render__MeshCache = (void *)0x054944A0; -const void * RTTI_Scaleform__Render__MeshCacheConfig = (void *)0x05494638; -const void * RTTI_Scaleform__Render__MeshCacheItem = (void *)0x05494368; -const void * RTTI_Scaleform__Render__MeshKeyManager = (void *)0x051C7980; -const void * RTTI_Scaleform__Render__MeshKeySet = (void *)0x051C9350; -const void * RTTI_Scaleform__Render__MeshProvider = (void *)0x051C62B0; -const void * RTTI_Scaleform__Render__MeshProvider_KeySupport = (void *)0x051C6390; -const void * RTTI_Scaleform__Render__MeshStagingNode = (void *)0x051C90C8; -const void * RTTI_Scaleform__Render__MeshVertexOutput = (void *)0x051CB268; -const void * RTTI_Scaleform__Render__MetaImage = (void *)0x051C2EE8; -const void * RTTI_Scaleform__Render__MorphInterpolator = (void *)0x051C6560; -const void * RTTI_Scaleform__Render__MorphShapeData = (void *)0x051C6408; -const void * RTTI_Scaleform__Render__OrigScale9ParentState__Interface = (void *)0x051C7B30; -const void * RTTI_Scaleform__Render__PNG__FileReader = (void *)0x051CAE20; -const void * RTTI_Scaleform__Render__PNG__FileWriter = (void *)0x051CAED8; -const void * RTTI_Scaleform__Render__PNG__Input = (void *)0x051CAF88; -const void * RTTI_Scaleform__Render__PNG__LibPNGInput = (void *)0x051CAFC0; -const void * RTTI_Scaleform__Render__PNG__MemoryBufferImage = (void *)0x051CAFF8; -const void * RTTI_Scaleform__Render__PNG__PNGFileImageSource = (void *)0x051CB038; -const void * RTTI_Scaleform__Render__Primitive = (void *)0x051C9280; -const void * RTTI_Scaleform__Render__PrimitiveBundle = (void *)0x051C9DC8; -const void * RTTI_Scaleform__Render__PrimitiveFill = (void *)0x051C9180; -const void * RTTI_Scaleform__Render__PrimitiveFillManager = (void *)0x051C7780; -const void * RTTI_Scaleform__Render__ProfileModifier = (void *)0x051C7870; -const void * RTTI_Scaleform__Render__ProfileViews = (void *)0x051C78E0; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DBundle = (void *)0x051C9F30; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DEffect = (void *)0x051CAA10; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DPrimitive = (void *)0x051C9C30; -const void * RTTI_Scaleform__Render__RBGenericImpl__DepthStencilBuffer = (void *)0x051DC250; -const void * RTTI_Scaleform__Render__RBGenericImpl__RenderBufferManager = (void *)0x051DC110; -const void * RTTI_Scaleform__Render__RBGenericImpl__RenderTarget = (void *)0x051DC160; -const void * RTTI_Scaleform__Render__Rasterizer = (void *)0x051CB1F8; -const void * RTTI_Scaleform__Render__RawImage = (void *)0x051C2F20; -const void * RTTI_Scaleform__Render__RenderBuffer = (void *)0x0547A748; -const void * RTTI_Scaleform__Render__RenderBufferManager = (void *)0x051DC030; -const void * RTTI_Scaleform__Render__RenderEvents = (void *)0x0548D6A8; -const void * RTTI_Scaleform__Render__RenderQueueItem__Interface = (void *)0x051C7650; -const void * RTTI_Scaleform__Render__RenderSync = (void *)0x05494748; -const void * RTTI_Scaleform__Render__RenderTarget = (void *)0x051DC0D0; -const void * RTTI_Scaleform__Render__RenderTargetData = (void *)0x0548DAF0; -const void * RTTI_Scaleform__Render__SIF__FileReader = (void *)0x051CACF8; -const void * RTTI_Scaleform__Render__SIF__SIFFileImageSource = (void *)0x051CADA8; -const void * RTTI_Scaleform__Render__SKI_BlendMode = (void *)0x051C98E0; -const void * RTTI_Scaleform__Render__SKI_ComplexPrimitive = (void *)0x051C97F0; -const void * RTTI_Scaleform__Render__SKI_Filter = (void *)0x051C9918; -const void * RTTI_Scaleform__Render__SKI_MaskEnd = (void *)0x051C9868; -const void * RTTI_Scaleform__Render__SKI_MaskEnd__RQII_EndMask = (void *)0x051C98A0; -const void * RTTI_Scaleform__Render__SKI_MaskStart = (void *)0x051C9830; -const void * RTTI_Scaleform__Render__SKI_Primitive = (void *)0x051C97B8; -const void * RTTI_Scaleform__Render__SKI_ProjectionMatrix3D = (void *)0x051C9988; -const void * RTTI_Scaleform__Render__SKI_TextPrimitive = (void *)0x051CB8E0; -const void * RTTI_Scaleform__Render__SKI_UserData = (void *)0x051C99C8; -const void * RTTI_Scaleform__Render__SKI_ViewMatrix3D = (void *)0x051C9950; -const void * RTTI_Scaleform__Render__Scale9GridData = (void *)0x051C6660; -const void * RTTI_Scaleform__Render__Scale9GridInfo = (void *)0x051C8170; -const void * RTTI_Scaleform__Render__Scale9GridRect = (void *)0x051C3BE8; -const void * RTTI_Scaleform__Render__ShadowFilter = (void *)0x051C7CF0; -const void * RTTI_Scaleform__Render__ShapeDataFloat = (void *)0x051C2700; -const void * RTTI_Scaleform__Render__ShapeDataFloatMP = (void *)0x051C8138; -const void * RTTI_Scaleform__Render__ShapeMeshProvider = (void *)0x051C6520; -const void * RTTI_Scaleform__Render__SortKeyInterface = (void *)0x051C9738; -const void * RTTI_Scaleform__Render__StateData__Interface = (void *)0x051C3108; -const void * RTTI_Scaleform__Render__StateData__Interface_RefCountImpl = (void *)0x051C7AA0; -const void * RTTI_Scaleform__Render__StateData__Interface_Value = (void *)0x051C7A50; -const void * RTTI_Scaleform__Render__StrokeScaler = (void *)0x051CA820; -const void * RTTI_Scaleform__Render__StrokeSorter = (void *)0x051C9480; -const void * RTTI_Scaleform__Render__Stroker = (void *)0x051C9418; -const void * RTTI_Scaleform__Render__StrokerAA = (void *)0x051C94B8; -const void * RTTI_Scaleform__Render__SubImage = (void *)0x051C2F50; -const void * RTTI_Scaleform__Render__SystemVertexFormat = (void *)0x051C9528; -const void * RTTI_Scaleform__Render__TGA__FileReader = (void *)0x051CAC00; -const void * RTTI_Scaleform__Render__TGA__TGAFileImageSource = (void *)0x051CACB8; -const void * RTTI_Scaleform__Render__TessBase = (void *)0x051C7918; -const void * RTTI_Scaleform__Render__Tessellator = (void *)0x051C93E0; -const void * RTTI_Scaleform__Render__TextLayerPrimitive = (void *)0x051CB960; -const void * RTTI_Scaleform__Render__TextLayout = (void *)0x051CB2E0; -const void * RTTI_Scaleform__Render__TextMeshProvider = (void *)0x051CB708; -const void * RTTI_Scaleform__Render__TextPrimitiveBundle = (void *)0x051CB920; -const void * RTTI_Scaleform__Render__Text__Allocator = (void *)0x051C8308; -const void * RTTI_Scaleform__Render__Text__Allocator__TextFormatVisitor = (void *)0x051CC950; -const void * RTTI_Scaleform__Render__Text__DocView = (void *)0x051CB440; -const void * RTTI_Scaleform__Render__Text__DocView__DocumentText = (void *)0x051CB4E0; -const void * RTTI_Scaleform__Render__Text__EditorKitBase = (void *)0x051CB5E8; -const void * RTTI_Scaleform__Render__Text__FontHandle = (void *)0x051C6A78; -const void * RTTI_Scaleform__Render__Text__FontManagerBase = (void *)0x051C6B08; -const void * RTTI_Scaleform__Render__Text__HTMLImageTagDesc = (void *)0x051CB8A0; -const void * RTTI_Scaleform__Render__Text__ImageDesc = (void *)0x051CB800; -const void * RTTI_Scaleform__Render__Text__StyleManagerBase = (void *)0x051D9230; -const void * RTTI_Scaleform__Render__Text__StyledText = (void *)0x051CAAC0; -const void * RTTI_Scaleform__Render__Text__TextFilter = (void *)0x051C9FA8; -const void * RTTI_Scaleform__Render__Texture = (void *)0x0548DDA0; -const void * RTTI_Scaleform__Render__TextureFormat = (void *)0x0548DE10; -const void * RTTI_Scaleform__Render__TextureGlyph = (void *)0x051C7018; -const void * RTTI_Scaleform__Render__TextureImage = (void *)0x0542EDF0; -const void * RTTI_Scaleform__Render__TextureManager = (void *)0x0548DBC8; -const void * RTTI_Scaleform__Render__TextureManagerLocks = (void *)0x051C2D28; -const void * RTTI_Scaleform__Render__TextureManager__ServiceCommand = (void *)0x051C2EA0; -const void * RTTI_Scaleform__Render__ThreadCommandQueue = (void *)0x0547A668; -const void * RTTI_Scaleform__Render__TransformerBase = (void *)0x051C63D0; -const void * RTTI_Scaleform__Render__TreeCacheContainer = (void *)0x051C3E30; -const void * RTTI_Scaleform__Render__TreeCacheMeshBase = (void *)0x051C6738; -const void * RTTI_Scaleform__Render__TreeCacheNode = (void *)0x051C3E70; -const void * RTTI_Scaleform__Render__TreeCacheRoot = (void *)0x051C7A18; -const void * RTTI_Scaleform__Render__TreeCacheShape = (void *)0x051C6778; -const void * RTTI_Scaleform__Render__TreeCacheShapeLayer = (void *)0x051C66F8; -const void * RTTI_Scaleform__Render__TreeCacheText = (void *)0x051CB7C8; -const void * RTTI_Scaleform__Render__TreeContainer__NodeData = (void *)0x051C2450; -const void * RTTI_Scaleform__Render__TreeNode__NodeData = (void *)0x051C2410; -const void * RTTI_Scaleform__Render__TreeRoot__NodeData = (void *)0x051C2518; -const void * RTTI_Scaleform__Render__TreeShape__NodeData = (void *)0x051C27B8; -const void * RTTI_Scaleform__Render__TreeText__NodeData = (void *)0x051CB378; -const void * RTTI_Scaleform__Render__UserDataBundle = (void *)0x051C9F70; -const void * RTTI_Scaleform__Render__UserDataEffect = (void *)0x051CAA88; -const void * RTTI_Scaleform__Render__UserDataPrimitive = (void *)0x051C9CE8; -const void * RTTI_Scaleform__Render__UserDataState__Data = (void *)0x051C3D88; -const void * RTTI_Scaleform__Render__VectorGlyphShape = (void *)0x051CA758; -const void * RTTI_Scaleform__Render__VertexOutput = (void *)0x051CB230; -const void * RTTI_Scaleform__Render__VertexPath = (void *)0x051C7948; -const void * RTTI_Scaleform__Render__ViewMatrix3DBundle = (void *)0x051C9EE8; -const void * RTTI_Scaleform__Render__ViewMatrix3DEffect = (void *)0x051CA9C8; -const void * RTTI_Scaleform__Render__ViewMatrix3DPrimitive = (void *)0x051C9B88; -const void * RTTI_Scaleform__Render__WrapperImageSource = (void *)0x051C5F28; -const void * RTTI_Scaleform__RepeatFormatter = (void *)0x051C6FE8; -const void * RTTI_Scaleform__ResourceFormatter = (void *)0x051C6F80; -const void * RTTI_Scaleform__Semaphore = (void *)0x051C2A20; -const void * RTTI_Scaleform__SemaphoreWaitableIncrement = (void *)0x051C2A50; -const void * RTTI_Scaleform__StrFormatter = (void *)0x051C6E90; -const void * RTTI_Scaleform__String__InitStruct = (void *)0x051C2088; -const void * RTTI_Scaleform__SwitchFormatter = (void *)0x051C6FB8; -const void * RTTI_Scaleform__SysAllocBase = (void *)0x0533C330; -const void * RTTI_Scaleform__SysAllocMalloc = (void *)0x0533C2C8; -const void * RTTI_Scaleform__SysAllocMapper = (void *)0x051D9E58; -const void * RTTI_Scaleform__SysAllocStatic = (void *)0x051C2B28; -const void * RTTI_Scaleform__SysFile = (void *)0x051D9D20; -const void * RTTI_Scaleform__SysMemMapper = (void *)0x0542DDD0; -const void * RTTI_Scaleform__Thread = (void *)0x051C2B80; -const void * RTTI_Scaleform__UnopenedFile = (void *)0x051D9D48; -const void * RTTI_Scaleform__Waitable = (void *)0x051C2980; -const void * RTTI_SceneNextPhaseHandler = (void *)0x05373D08; -const void * RTTI_ScopeMenu = (void *)0x05319018; -const void * RTTI_ScopeMenuUtil__FadeCallback = (void *)0x05319090; -const void * RTTI_ScopeMenu__ScopeMenuDataEventShuttle = (void *)0x05318FA8; -const void * RTTI_ScopeMenu__ScopeScalingData = (void *)0x05318F28; -const void * RTTI_ScopeMenu__ZoomLevelData = (void *)0x05318FE8; -const void * RTTI_ScrapHeap = (void *)0x053FED28; -const void * RTTI_Script = (void *)0x05271F40; -const void * RTTI_ScriptEffect = (void *)0x05332080; -const void * RTTI_ScriptedRefEffect = (void *)0x05332058; -const void * RTTI_ScrollItem = (void *)0x05204B78; -const void * RTTI_SecurityMenu = (void *)0x053059F8; -const void * RTTI_SecurityMenu_BackOutKey = (void *)0x05305FE0; -const void * RTTI_SecurityMenu_CloseMenu = (void *)0x05306040; -const void * RTTI_SecurityMenu_ConfirmExit = (void *)0x05305F48; -const void * RTTI_SecurityMenu_EliminateUnusedKeys = (void *)0x05305F78; -const void * RTTI_SecurityMenu_GetRingHint = (void *)0x05305FB0; -const void * RTTI_SecurityMenu_SelectNewKey = (void *)0x05305F18; -const void * RTTI_SecurityMenu_TryUseKey = (void *)0x05306010; -const void * RTTI_SecurityMenu__SecurityMenuEventShuttle = (void *)0x05305588; -const void * RTTI_SeenData = (void *)0x0511C408; -const void * RTTI_Service = (void *)0x0528FD78; -const void * RTTI_SetOrientNode = (void *)0x053FBA78; -const void * RTTI_SetOrientNodeInstance = (void *)0x053FBAA0; -const void * RTTI_SetPosNode = (void *)0x053FC900; -const void * RTTI_SetPosNodeInstance = (void *)0x053FC8D0; -const void * RTTI_Setting = (void *)0x051B3610; -const void * RTTI_SettingsDataModel = (void *)0x052DE428; -const void * RTTI_SettingsDataModel__SettingsEventShuttle = (void *)0x052DD050; -const void * RTTI_SettingsPanel_CheckBoxChanged = (void *)0x052DE1D0; -const void * RTTI_SettingsPanel_ClearBinding = (void *)0x052DE2B0; -const void * RTTI_SettingsPanel_LinkClicked = (void *)0x052DE2E8; -const void * RTTI_SettingsPanel_OpenCategory = (void *)0x052DE208; -const void * RTTI_SettingsPanel_OpenSettings = (void *)0x052DE240; -const void * RTTI_SettingsPanel_RemapConfirmed = (void *)0x052DE278; -const void * RTTI_SettingsPanel_RemapMode = (void *)0x052DDFA8; -const void * RTTI_SettingsPanel_ResetToDefaults = (void *)0x052DE198; -const void * RTTI_SettingsPanel_SaveControls = (void *)0x052DE0F0; -const void * RTTI_SettingsPanel_SaveSettings = (void *)0x052DE0B8; -const void * RTTI_SettingsPanel_SliderChanged = (void *)0x052DE160; -const void * RTTI_SettingsPanel_StepperChanged = (void *)0x052DE128; -const void * RTTI_SettingsPanel_ValidateControls = (void *)0x052DE368; -const void * RTTI_SetupGraphRagdollHandler = (void *)0x05377C18; -const void * RTTI_ShaderReferenceEffect = (void *)0x053320A8; -const void * RTTI_SharedHeapAllocator = (void *)0x053FED70; -const void * RTTI_ShipActionCameraState = (void *)0x05296888; -const void * RTTI_ShipBuilder_CloseAllMenus = (void *)0x05203908; -const void * RTTI_ShipCombatOrbitCameraState = (void *)0x05296C80; -const void * RTTI_ShipCrewAssignData = (void *)0x052DF778; -const void * RTTI_ShipCrewAssignData__ShipCrewAssignMenuEventShuttle = (void *)0x052DF7B0; -const void * RTTI_ShipCrewAssignMenu = (void *)0x05306E18; -const void * RTTI_ShipCrewAssignMenu_Assign = (void *)0x05306C18; -const void * RTTI_ShipCrewAssignMenu_Unassign = (void *)0x05306C48; -const void * RTTI_ShipCrewData = (void *)0x052DF3A8; -const void * RTTI_ShipCrewData__ShipCrewMenuEventShuttle = (void *)0x052DF6A8; -const void * RTTI_ShipCrewMenu = (void *)0x05306BF0; -const void * RTTI_ShipCrewMenu_Close = (void *)0x05306CB0; -const void * RTTI_ShipCrewMenu_OpenAssignMenu = (void *)0x052DF988; -const void * RTTI_ShipCrewMenu_SetSort = (void *)0x052DF910; -const void * RTTI_ShipCrewMenu_ViewedItem = (void *)0x05306C80; -const void * RTTI_ShipEditor_ChangeModuleCategory = (void *)0x051FFD88; -const void * RTTI_ShipEditor_OnColorPickerControlChanged = (void *)0x052012F0; -const void * RTTI_ShipEditor_OnColorPickerTabChanged = (void *)0x05200F38; -const void * RTTI_ShipEditor_OnColorSliderMouseInput = (void *)0x052012B0; -const void * RTTI_ShipEditor_OnExitConfirmCancel = (void *)0x051FD178; -const void * RTTI_ShipEditor_OnExitConfirmExit = (void *)0x051FD140; -const void * RTTI_ShipEditor_OnExitConfirmSaveAndExit = (void *)0x051FCDB8; -const void * RTTI_ShipEditor_OnFlightCheckTabChanged = (void *)0x051FDDF0; -const void * RTTI_ShipEditor_OnHintButtonActivated = (void *)0x05203890; -const void * RTTI_ShipEditor_OnRecentColorSwatchClicked = (void *)0x05201330; -const void * RTTI_ShipEditor_OnRenameEndEditText = (void *)0x051FED80; -const void * RTTI_ShipEditor_OnRenameInputCancelled = (void *)0x051FEDB8; -const void * RTTI_ShipEditor_OnWeaponGroupChanged = (void *)0x051FD918; -const void * RTTI_ShipEditor_PreviewShipPart = (void *)0x051FFDC0; -const void * RTTI_ShipEditor_PreviewUpgrade = (void *)0x051E6E40; -const void * RTTI_ShipEditor_RemoveAll3D = (void *)0x052040B8; -const void * RTTI_ShipEditor_SelectedShipPart = (void *)0x051FFDF8; -const void * RTTI_ShipEditor_SelectedUpgrade = (void *)0x051E6E08; -const void * RTTI_ShipEditor_SystemSelected = (void *)0x051E6198; -const void * RTTI_ShipFarTravelCameraState = (void *)0x05296CB8; -const void * RTTI_ShipHudDataModel = (void *)0x052E58A8; -const void * RTTI_ShipHudDataModel__ShipHudEventShuttle = (void *)0x052E52B0; -const void * RTTI_ShipHudQuickContainer_TransferItem = (void *)0x0531A860; -const void * RTTI_ShipHudQuickContainer_TransferMenu = (void *)0x052E71B8; -const void * RTTI_ShipHud_AbortJump = (void *)0x0531A838; -const void * RTTI_ShipHud_Activate = (void *)0x052E71F8; -const void * RTTI_ShipHud_BodyViewMarkerDimensions = (void *)0x052E5710; -const void * RTTI_ShipHud_ChangeComponentSelection = (void *)0x052E70F8; -const void * RTTI_ShipHud_CloseMenu = (void *)0x052E7040; -const void * RTTI_ShipHud_Deselect = (void *)0x052E7168; -const void * RTTI_ShipHud_DockRequested = (void *)0x0531A8A0; -const void * RTTI_ShipHud_FarTravel = (void *)0x052E5778; -const void * RTTI_ShipHud_HailAccepted = (void *)0x052E5618; -const void * RTTI_ShipHud_HailCancelled = (void *)0x052E5588; -const void * RTTI_ShipHud_HailShip = (void *)0x0531A8D0; -const void * RTTI_ShipHud_JumpToQuestMarker = (void *)0x052E5748; -const void * RTTI_ShipHud_Land = (void *)0x052E5560; -const void * RTTI_ShipHud_LandingMarkerMap = (void *)0x052E55B8; -const void * RTTI_ShipHud_Map = (void *)0x052E5538; -const void * RTTI_ShipHud_OnMonocleToggle = (void *)0x052E55E8; -const void * RTTI_ShipHud_OpenPhotoMode = (void *)0x052E56A8; -const void * RTTI_ShipHud_Repair = (void *)0x052E57A0; -const void * RTTI_ShipHud_SetTargetMode = (void *)0x052E5678; -const void * RTTI_ShipHud_Target = (void *)0x052E7190; -const void * RTTI_ShipHud_TargetShipSystem = (void *)0x052E5648; -const void * RTTI_ShipHud_UntargetShipSystem = (void *)0x052E56D8; -const void * RTTI_ShipHud_UpdateComponentPower = (void *)0x052E7130; -const void * RTTI_ShipHud_UpdateTargetPanelRect = (void *)0x0531B188; -const void * RTTI_ShipRefuelMenu = (void *)0x053073F8; -const void * RTTI_ShipRefuelMenuDataModel = (void *)0x052E77C8; -const void * RTTI_ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle = (void *)0x052E7890; -const void * RTTI_ShipTargetingCameraState = (void *)0x05296CE8; -const void * RTTI_ShowSubsegmentHandler = (void *)0x05377BE8; -const void * RTTI_SimpleAnimationGraphManagerHolder = (void *)0x05207498; -const void * RTTI_SimpleAnimationGraphManagerLoadingTask = (void *)0x05291CC0; -const void * RTTI_SitWaitMenu = (void *)0x053BAE78; -const void * RTTI_SkillsMenu = (void *)0x053086D0; -const void * RTTI_SkillsMenu_Accept = (void *)0x05308CF8; -const void * RTTI_SkillsMenu_AddPatch = (void *)0x05308CC8; -const void * RTTI_SkillsMenu_Cancel = (void *)0x05308D20; -const void * RTTI_SkillsMenu_ChangeCursorVisibility = (void *)0x05308C90; -const void * RTTI_SkillsMenu_SaveLastCategory = (void *)0x05308C58; -const void * RTTI_SkillsMenu__SkillsMenuEventShuttle = (void *)0x05308388; -const void * RTTI_SkinAttach = (void *)0x0541B3E0; -const void * RTTI_Sky = (void *)0x05279FC8; -const void * RTTI_SkyEffectController = (void *)0x052796A0; -const void * RTTI_SleepWaitMenu = (void *)0x053BBDD0; -const void * RTTI_SleepWaitMenu_InterruptRest = (void *)0x053BBDF8; -const void * RTTI_SleepWaitMenu_StartRest = (void *)0x053BBE30; -const void * RTTI_SleepWaitMenu__SleepWaitMenuEventShuttle = (void *)0x053BBC20; -const void * RTTI_SlideStartHandler = (void *)0x05373D70; -const void * RTTI_SlowTimeEffect = (void *)0x05332128; -const void * RTTI_SneakStateChangeHandler = (void *)0x05378250; -const void * RTTI_SoulTrapEffect = (void *)0x05332150; -const void * RTTI_SpaceComponentViewAccessWrite = (void *)0x0524EC10; -const void * RTTI_SpaceshipAIComponentEventHandler = (void *)0x053DF9A8; -const void * RTTI_SpaceshipBIEvents__EventSink = (void *)0x05333708; -const void * RTTI_SpaceshipBoostPart = (void *)0x053E1080; -const void * RTTI_SpaceshipDockingFinishedHandler = (void *)0x05377E18; -const void * RTTI_SpaceshipEditor__HangarModeState_Null = (void *)0x052BA6E8; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipInspect = (void *)0x052BA660; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection = (void *)0x052BB7F0; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle = (void *)0x052BB910; -const void * RTTI_SpaceshipEditor__ModuleModeState_Add = (void *)0x051FFD48; -const void * RTTI_SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle = (void *)0x051FFB10; -const void * RTTI_SpaceshipEditor__ModuleModeState_Color = (void *)0x05201270; -const void * RTTI_SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle = (void *)0x05200F80; -const void * RTTI_SpaceshipEditor__ModuleModeState_Edit = (void *)0x05203A40; -const void * RTTI_SpaceshipEditor__ModuleModeState_Empty = (void *)0x05203A80; -const void * RTTI_SpaceshipEditor__ModuleModeState_Null = (void *)0x052039B8; -const void * RTTI_SpaceshipEditor__ModuleModeState_Selection = (void *)0x05203A00; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting = (void *)0x051FCDF8; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle = (void *)0x051FD020; -const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck = (void *)0x051FD950; -const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle = (void *)0x051FDAE0; -const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode = (void *)0x052BA730; -const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle = (void *)0x052BA980; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Loading = (void *)0x05203B00; -const void * RTTI_SpaceshipEditor__ShipBuilderState_ModuleMode = (void *)0x051FE400; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Null = (void *)0x05203938; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Popup = (void *)0x05203978; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename = (void *)0x051FED40; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle = (void *)0x051FF040; -const void * RTTI_SpaceshipEditor__ShipBuilderState_UpgradeMode = (void *)0x051E5960; -const void * RTTI_SpaceshipEditor__Spaceship3DManager = (void *)0x05202030; -const void * RTTI_SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle = (void *)0x05201EC0; -const void * RTTI_SpaceshipEditor__SpaceshipEditorGame3DManager = (void *)0x052020A0; -const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu = (void *)0x05203C20; -const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle = (void *)0x05203F20; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Null = (void *)0x052038C8; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace = (void *)0x051E6E70; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle = (void *)0x051E6C40; -const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect = (void *)0x051E61D0; -const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle = (void *)0x051E5F20; -const void * RTTI_SpaceshipEffectsUtil__EventSink = (void *)0x053E0878; -const void * RTTI_SpaceshipEquipmentComponent = (void *)0x053E0FF0; -const void * RTTI_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler = (void *)0x053E11E0; -const void * RTTI_SpaceshipGravDrivePart = (void *)0x053E1050; -const void * RTTI_SpaceshipHudMenu = (void *)0x0531A5E8; -const void * RTTI_SpaceshipLandingFinishedFailsafeHandler = (void *)0x05377DD8; -const void * RTTI_SpaceshipLandingFinishedHandler = (void *)0x05377DA0; -const void * RTTI_SpaceshipLinkedCell__ExteriorShipCell = (void *)0x053ED1B0; -const void * RTTI_SpaceshipLinkedCell__InteriorShipCell = (void *)0x053ED170; -const void * RTTI_SpaceshipLinkedCell__ShipCell = (void *)0x053ED0E8; -const void * RTTI_SpaceshipMobilityPart = (void *)0x053E0FC0; -const void * RTTI_SpaceshipPart = (void *)0x053E1028; -const void * RTTI_SpaceshipPlayerSounds = (void *)0x053E39E8; -const void * RTTI_SpaceshipShieldPart = (void *)0x053E10B0; -const void * RTTI_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler = (void *)0x053E3FD0; -const void * RTTI_SpaceshipTakeOffFinishedHandler = (void *)0x05377D68; -const void * RTTI_SpaceshipUndockingFinishedHandler = (void *)0x05377C80; -const void * RTTI_SpaceshipWeapon = (void *)0x053E0F98; -const void * RTTI_Spaceship__InstanceData = (void *)0x0524FFE8; -const void * RTTI_Spaceship__LadderSwapHandler = (void *)0x0513A750; -const void * RTTI_Spaceship__ShipProxyCollisionListener = (void *)0x05253478; -const void * RTTI_Spaceship__TargetingMode = (void *)0x0534B4F8; -const void * RTTI_SpawnHazardEffect = (void *)0x0534D588; -const void * RTTI_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler = (void *)0x051F6090; -const void * RTTI_SpecificItemCollector = (void *)0x05278970; -const void * RTTI_SpectatorPackage = (void *)0x0511ECC0; -const void * RTTI_SpeedScale = (void *)0x053FC7F8; -const void * RTTI_SpeedScaleInstance = (void *)0x053FC7C8; -const void * RTTI_SpellItem = (void *)0x0512FF98; -const void * RTTI_SpringBoneData = (void *)0x05248E80; -const void * RTTI_SpringBoneInstance = (void *)0x05248EA8; -const void * RTTI_StaggerEffect = (void *)0x05330E20; -const void * RTTI_StaggerMeter = (void *)0x053F8330; -const void * RTTI_StaggerMeterInstance = (void *)0x053FBD80; -const void * RTTI_StaggeredStopHandler = (void *)0x05378988; -const void * RTTI_StarField__LoadNodeBarrier = (void *)0x05252728; -const void * RTTI_StarField__ModuleState = (void *)0x05252758; -const void * RTTI_StarField__SpaceReference__RetargetExterior3d = (void *)0x052526E0; -const void * RTTI_StarMapMenu_ExecuteRoute = (void *)0x053214B0; -const void * RTTI_StarMapMenu_Galaxy_FocusSystem = (void *)0x05320E30; -const void * RTTI_StarMapMenu_LandingInputInProgress = (void *)0x0531DBB8; -const void * RTTI_StarMapMenu_MarkerGroupContainerVisibilityChanged = (void *)0x0531DB70; -const void * RTTI_StarMapMenu_MarkerGroupEntryClicked = (void *)0x0531D6F0; -const void * RTTI_StarMapMenu_MarkerGroupEntryHoverChanged = (void *)0x0531D6B0; -const void * RTTI_StarMapMenu_OnCancel = (void *)0x05321418; -const void * RTTI_StarMapMenu_OnClearRoute = (void *)0x053214E0; -const void * RTTI_StarMapMenu_OnExitStarMap = (void *)0x05321448; -const void * RTTI_StarMapMenu_OnGalaxyViewInitialized = (void *)0x05320E68; -const void * RTTI_StarMapMenu_OnHintButtonClicked = (void *)0x05321478; -const void * RTTI_StarMapMenu_OnOutpostEntrySelected = (void *)0x053213A8; -const void * RTTI_StarMapMenu_QuickSelectChange = (void *)0x0531FA20; -const void * RTTI_StarMapMenu_ReadyToClose = (void *)0x053213E8; -const void * RTTI_StarMapMenu_ScanPlanet = (void *)0x05322CD8; -const void * RTTI_StarMapMenu_SelectedLandingSite = (void *)0x0531D678; -const void * RTTI_StarMapMenu_SelectedLandingSiteFailed = (void *)0x0531D638; -const void * RTTI_StarMapMenu_ShowRealCursor = (void *)0x05322D08; -const void * RTTI_StarMap__BodyInfoToUI = (void *)0x052C5F30; -const void * RTTI_StarMap__BodyInspectState = (void *)0x0531D178; -const void * RTTI_StarMap__BodyInspectState__BodyInspectStateEventShuttle = (void *)0x0531CC70; -const void * RTTI_StarMap__ConfirmCustomMarkerActionCallback = (void *)0x05323F80; -const void * RTTI_StarMap__DelayCommand = (void *)0x0531FBA0; -const void * RTTI_StarMap__Galaxy3DScene = (void *)0x0531B1C0; -const void * RTTI_StarMap__GalaxyState = (void *)0x0531F6D8; -const void * RTTI_StarMap__GalaxyState__GalaxyStateEventShuttle = (void *)0x0531F580; -const void * RTTI_StarMap__IStarMapState = (void *)0x0531DF08; -const void * RTTI_StarMap__PlanetInfoToUI = (void *)0x052C60E8; -const void * RTTI_StarMap__SelectBodyEventHelper = (void *)0x05349CC0; -const void * RTTI_StarMap__StarMapMenu = (void *)0x05321728; -const void * RTTI_StarMap__StarMapMenuDataModel = (void *)0x05321108; -const void * RTTI_StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle = (void *)0x053209B0; -const void * RTTI_StarMap__StarMapMenu__StarMapMenuEventShuttle = (void *)0x05321140; -const void * RTTI_StarMap__StarMapSystemMobile = (void *)0x05323300; -const void * RTTI_StarMap__SurfaceMap3DScene = (void *)0x052BD868; -const void * RTTI_StarMap__SurfaceMapState = (void *)0x05323E68; -const void * RTTI_StarMap__SurfaceMapState__SurfaceMapStateEventShuttle = (void *)0x05323D80; -const void * RTTI_StarMap__SystemBodyInfoToUI = (void *)0x052C6060; -const void * RTTI_StarMap__SystemState = (void *)0x05324FE0; -const void * RTTI_StarMap__SystemState__SystemStateEventShuttle = (void *)0x053257A0; -const void * RTTI_StarMap__Util__ConfirmFastTravelCallback = (void *)0x0531DA88; -const void * RTTI_StarMap__Util__ConfirmGravJumpPlotCallback = (void *)0x0531DA48; -const void * RTTI_StartFloatingHandler = (void *)0x05377150; -const void * RTTI_StartPCapVoiceHandler = (void *)0x05377E80; -const void * RTTI_StartSecurityMinigameHandler = (void *)0x05377B48; -const void * RTTI_StateConfirmingAction = (void *)0x052D1FB0; -const void * RTTI_StateEngagmentPrompt = (void *)0x052D1EE8; -const void * RTTI_StateInitialLoad = (void *)0x052D1D88; -const void * RTTI_StateIntroVideo = (void *)0x052D1E38; -const void * RTTI_StateLegalScreen = (void *)0x052D1E10; -const void * RTTI_StateLoadPanelInteract = (void *)0x052D1E90; -const void * RTTI_StateMachine = (void *)0x053FB978; -const void * RTTI_StateMachineInstance = (void *)0x053FB948; -const void * RTTI_StateMainPanelInteract = (void *)0x052D1E60; -const void * RTTI_StateOpenFromInstallMenu = (void *)0x052D1D28; -const void * RTTI_StateOpenFromReset = (void *)0x052D1DB0; -const void * RTTI_StateOpenFromStartup = (void *)0x052D1CF8; -const void * RTTI_StateOtherMenuOpen = (void *)0x052D1F48; -const void * RTTI_StatePerformingAction = (void *)0x052D1F18; -const void * RTTI_StateSettingsPanelInteract = (void *)0x052D1F78; -const void * RTTI_StateSplashScreen = (void *)0x052D1EC0; -const void * RTTI_StateVariableControl = (void *)0x053FC4E8; -const void * RTTI_StateVariableControlInstance = (void *)0x053FC518; -const void * RTTI_StateWaitingOnLoad = (void *)0x052D1DE0; -const void * RTTI_StaticAvoidNodeManager = (void *)0x05361BD8; -const void * RTTI_StatusMenu = (void *)0x05325890; -const void * RTTI_SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed = (void *)0x0549DAD0; -const void * RTTI_StimpakEffect = (void *)0x05332178; -const void * RTTI_StopFloatingHandler = (void *)0x05377180; -const void * RTTI_StopMountCameraHandler = (void *)0x05377330; -const void * RTTI_StorageTable__AsyncTableColumnBase = (void *)0x05245568; -const void * RTTI_StorageTable__DirectColumnDataStorageInterface = (void *)0x05245520; -const void * RTTI_StorageTable__ScheduleImpl = (void *)0x0546F248; -const void * RTTI_StorageTable__StorageDataBase = (void *)0x0523B4F8; -const void * RTTI_StreamingInstallMenu = (void *)0x05325B48; -const void * RTTI_StreamingInstallMenu__StreamingInstallEventShuttle = (void *)0x05325B00; -const void * RTTI_StreamingInstallMenu__StreamingProgressData = (void *)0x05325A40; -const void * RTTI_StringUIValue = (void *)0x05202070; -const void * RTTI_SubgraphAndOffsetDBData = (void *)0x053FD2E8; -const void * RTTI_SummonCreatureEffect = (void *)0x05332380; -const void * RTTI_SummonDuplicateEffect = (void *)0x05332298; -const void * RTTI_SummonPlacementEffect = (void *)0x053323B0; -const void * RTTI_SupportMaterialHandler = (void *)0x0534A568; -const void * RTTI_SurfaceMapMenu_EnablePointCloud = (void *)0x05323F40; -const void * RTTI_SurfaceMapMenu_MarkerClicked = (void *)0x05324010; -const void * RTTI_SurfaceMapMenu_TryPlaceCustomMarker = (void *)0x05324048; -const void * RTTI_SwapGraphNode = (void *)0x053FB8B8; -const void * RTTI_SwapGraphNodeInstance = (void *)0x053FB888; -const void * RTTI_SwitchNode = (void *)0x053FB9A0; -const void * RTTI_SwitchNodeInstance = (void *)0x053FB9C8; -const void * RTTI_SyncDeferDeathHandler = (void *)0x053780F8; -const void * RTTI_SyncEarlyExitHandler = (void *)0x05378128; -const void * RTTI_SyncQueueObj = (void *)0x052AFE90; -const void * RTTI_TBO_InstanceData = (void *)0x05250018; -const void * RTTI_TES = (void *)0x0520B720; -const void * RTTI_TESAIForm = (void *)0x0511A508; -const void * RTTI_TESActorBase = (void *)0x05119F60; -const void * RTTI_TESActorBaseData = (void *)0x0511A4E0; -const void * RTTI_TESAmmo = (void *)0x0525C060; -const void * RTTI_TESAudio__ScriptedMusicState = (void *)0x05332C78; -const void * RTTI_TESBipedModelForm = (void *)0x0511A3C0; -const void * RTTI_TESBoundAnimObject = (void *)0x05259AA0; -const void * RTTI_TESBoundObject = (void *)0x051303F0; -const void * RTTI_TESCamera = (void *)0x05291D00; -const void * RTTI_TESCameraState = (void *)0x052965F0; -const void * RTTI_TESChildCell = (void *)0x05289CA8; -const void * RTTI_TESClass = (void *)0x052753E0; -const void * RTTI_TESClimate = (void *)0x05260580; -const void * RTTI_TESCombatStyle = (void *)0x05119FE0; -const void * RTTI_TESContainer = (void *)0x051B37A8; -const void * RTTI_TESCustomPackageData = (void *)0x05289968; -const void * RTTI_TESDataHandler = (void *)0x0520E8C8; -const void * RTTI_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm = (void *)0x0520DCE0; -const void * RTTI_TESDataHandlerPostBuildFileListSource = (void *)0x051B41F0; -const void * RTTI_TESDataHandler__ArchiveRegistrationListener = (void *)0x0520E220; -const void * RTTI_TESDescription = (void *)0x051300B0; -const void * RTTI_TESDialoguePackageData = (void *)0x0511CF70; -const void * RTTI_TESEffectShader = (void *)0x0525C208; -const void * RTTI_TESEnchantableForm = (void *)0x0511A3E8; -const void * RTTI_TESEyes = (void *)0x05275400; -const void * RTTI_TESFaction = (void *)0x0511A028; -const void * RTTI_TESFile = (void *)0x0520EA48; -const void * RTTI_TESFlora = (void *)0x0525C2E8; -const void * RTTI_TESFloraInstanceData = (void *)0x0525C308; -const void * RTTI_TESFollowPackageData = (void *)0x052898A8; -const void * RTTI_TESForm = (void *)0x05130438; -const void * RTTI_TESFullName = (void *)0x051304D8; -const void * RTTI_TESFurniture = (void *)0x0525BE10; -const void * RTTI_TESGlobal = (void *)0x0511A110; -const void * RTTI_TESGrass = (void *)0x0525C3A8; -const void * RTTI_TESHandleForm = (void *)0x0525ECA0; -const void * RTTI_TESHavokUtilities__CellHeightFieldCuller = (void *)0x052794A0; -const void * RTTI_TESHealthForm = (void *)0x0511A528; -const void * RTTI_TESIdleForm = (void *)0x051197C0; -const void * RTTI_TESImageSpace = (void *)0x05119E00; -const void * RTTI_TESImageSpaceModifiableForm = (void *)0x05130548; -const void * RTTI_TESImageSpaceModifier = (void *)0x0511C3B0; -const void * RTTI_TESKey = (void *)0x0511A130; -const void * RTTI_TESLandTexture = (void *)0x052605E0; -const void * RTTI_TESLevCharacter = (void *)0x0525C3F0; -const void * RTTI_TESLevItem = (void *)0x0525C418; -const void * RTTI_TESLevSpell = (void *)0x0525C440; -const void * RTTI_TESLeveledList = (void *)0x0511A418; -const void * RTTI_TESLoadScreen = (void *)0x05271F18; -const void * RTTI_TESMagicTargetForm = (void *)0x05213FD0; -const void * RTTI_TESModel = (void *)0x05130500; -const void * RTTI_TESModelDB__TESAutoQueuedDependentNode = (void *)0x0520EBF0; -const void * RTTI_TESModelDB__TESQueuedHandles = (void *)0x05208AF0; -const void * RTTI_TESModelTri = (void *)0x05274820; -const void * RTTI_TESNPC = (void *)0x0511C620; -const void * RTTI_TESNPCData__ChargenDataModel = (void *)0x05257478; -const void * RTTI_TESNPC__InstanceData = (void *)0x05275D80; -const void * RTTI_TESObject = (void *)0x05130418; -const void * RTTI_TESObjectACTI = (void *)0x0525BD00; -const void * RTTI_TESObjectANIO = (void *)0x0525CB68; -const void * RTTI_TESObjectARMA = (void *)0x0511C328; -const void * RTTI_TESObjectARMO = (void *)0x0525CC80; -const void * RTTI_TESObjectARMOInstanceData = (void *)0x05119A08; -const void * RTTI_TESObjectBOOK = (void *)0x0525CD98; -const void * RTTI_TESObjectCELL = (void *)0x05119700; -const void * RTTI_TESObjectCONT = (void *)0x0525CEB8; -const void * RTTI_TESObjectCONT__InstanceData = (void *)0x0525CEE0; -const void * RTTI_TESObjectDOOR = (void *)0x0525D738; -const void * RTTI_TESObjectLIGH = (void *)0x0525C468; -const void * RTTI_TESObjectMISC = (void *)0x0525C3C8; -const void * RTTI_TESObjectREFR = (void *)0x05119688; -const void * RTTI_TESObjectREFRDef__IAliasFunctor = (void *)0x05206860; -const void * RTTI_TESObjectREFRDef__IAliasLinkedChildFunctor = (void *)0x05206820; -const void * RTTI_TESObjectREFRDef__ILinkedReferenceFunctor = (void *)0x051BCE70; -const void * RTTI_TESObjectREFRIsReadyForAttachEvent = (void *)0x05266590; -const void * RTTI_TESObjectREFRSync__REFRSyncController = (void *)0x0526FD48; -const void * RTTI_TESObjectSTAT = (void *)0x05259FE0; -const void * RTTI_TESObjectWEAP = (void *)0x0525DEC8; -const void * RTTI_TESObjectWEAPInstanceData = (void *)0x0525DE98; -const void * RTTI_TESPackage = (void *)0x0511A0E8; -const void * RTTI_TESPackedFile = (void *)0x0520EA68; -const void * RTTI_TESPlanetModel = (void *)0x05119DD8; -const void * RTTI_TESQuest = (void *)0x051DC4E0; -const void * RTTI_TESRace = (void *)0x0511C9B8; -const void * RTTI_TESRaceForm = (void *)0x0511A468; -const void * RTTI_TESRegion = (void *)0x0524E540; -const void * RTTI_TESRegionData = (void *)0x0511BFD0; -const void * RTTI_TESRegionDataManager = (void *)0x0524E560; -const void * RTTI_TESRegionDataMap = (void *)0x0524E590; -const void * RTTI_TESRegionDataSound = (void *)0x0524E5B8; -const void * RTTI_TESRegionDataWeather = (void *)0x0511BF78; -const void * RTTI_TESRegionList = (void *)0x0524E650; -const void * RTTI_TESShout = (void *)0x05274420; -const void * RTTI_TESSoulGem = (void *)0x0525DEF0; -const void * RTTI_TESSound = (void *)0x05274440; -const void * RTTI_TESSpellList = (void *)0x0511A490; -const void * RTTI_TESTexture = (void *)0x0511A610; -const void * RTTI_TESTopic = (void *)0x0511A0A0; -const void * RTTI_TESTopicInfo = (void *)0x0511A078; -const void * RTTI_TESTrapListener = (void *)0x052795D0; -const void * RTTI_TESValueForm = (void *)0x05204828; -const void * RTTI_TESWaterForm = (void *)0x0511A178; -const void * RTTI_TESWaterNormals = (void *)0x052907D8; -const void * RTTI_TESWaterObject = (void *)0x052907B0; -const void * RTTI_TESWaterSystem = (void *)0x05290800; -const void * RTTI_TESWeather = (void *)0x0526FE48; -const void * RTTI_TESWeightForm = (void *)0x05204758; -const void * RTTI_TESWordOfPower = (void *)0x05274460; -const void * RTTI_TESWorldSpace = (void *)0x0511BFA8; -const void * RTTI_TES__PostGridLoadNode = (void *)0x0520B6B0; -const void * RTTI_TagPropagationNode = (void *)0x053FBE48; -const void * RTTI_TagPropagationNodeInstance = (void *)0x053FBE78; -const void * RTTI_TakeOffInitiateCompleteHandler = (void *)0x05377B10; -const void * RTTI_TakeoffMenu = (void *)0x0531A798; -const void * RTTI_TakeoffMenuDataModel = (void *)0x052E7B30; -const void * RTTI_TakeoffMenuDataModel__TakeoffMenuEventShuttle = (void *)0x052E7B60; -const void * RTTI_TakeoffMenu_CloseMenu = (void *)0x0531A8F8; -const void * RTTI_TakeoffMenu_ExitShip = (void *)0x0531A928; -const void * RTTI_TakeoffMenu_Launch = (void *)0x0531A958; -const void * RTTI_TargetEntry = (void *)0x05277FE0; -const void * RTTI_TelekinesisEffect = (void *)0x05332500; -const void * RTTI_TeleportDoorSearch = (void *)0x0528BB50; -const void * RTTI_TempLoadedCellDB__LoadTempDataForCell = (void *)0x051F22E0; -const void * RTTI_TerminalMenu_CancelEvent = (void *)0x05327228; -const void * RTTI_TerminalOpenViewCallback = (void *)0x05327138; -const void * RTTI_TerminalRunResultsCallback = (void *)0x053270C8; -const void * RTTI_Terminal_CloseAllViews = (void *)0x05327198; -const void * RTTI_Terminal_CloseTopView = (void *)0x05327168; -const void * RTTI_Terminal_CloseView = (void *)0x053271F8; -const void * RTTI_Terminal_MenuItemClick = (void *)0x053271C8; -const void * RTTI_Terminal__AddAliasedTerminalsFunc = (void *)0x05326F88; -const void * RTTI_Terminal__GenesisTerminalMenu = (void *)0x05327100; -const void * RTTI_Terminal__GenesisTerminalMenu_UnlockItemConfirm = (void *)0x05326ED0; -const void * RTTI_Terminal__GenesisTerminalMenu_UnlockedItemWithKey = (void *)0x05326E80; -const void * RTTI_Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle = (void *)0x05327680; -const void * RTTI_TerminateGraphRagdollHandler = (void *)0x05377C48; -const void * RTTI_TerrainDB__TerrainBarrierNode = (void *)0x05254AF0; -const void * RTTI_TerrainDB__TerrainGraphProcessor = (void *)0x05254A68; -const void * RTTI_TestMenu = (void *)0x053294B8; -const void * RTTI_TestMenu_DoAction = (void *)0x053295D8; -const void * RTTI_TestMenu_ExitMenu = (void *)0x05329580; -const void * RTTI_TestMenu_ShowImages = (void *)0x053295A8; -const void * RTTI_TestMenu_ShowResources = (void *)0x05329600; -const void * RTTI_TestMenu_TestAll = (void *)0x05329558; -const void * RTTI_TestMenu__TestMenuEventShuttle = (void *)0x05329170; -const void * RTTI_TestReferencedObject = (void *)0x05111848; -const void * RTTI_TextInputMenu = (void *)0x05329838; -const void * RTTI_TextInputMenu_EndEditText = (void *)0x05329930; -const void * RTTI_TextInputMenu_InputCanceled = (void *)0x05329960; -const void * RTTI_TextInputMenu_StartEditText = (void *)0x053298F8; -const void * RTTI_TextInputMenu__TextInputEventShuttle = (void *)0x05329670; -const void * RTTI_TextRenderer = (void *)0x0542E998; -const void * RTTI_TextRenderer3D = (void *)0x051A3640; -const void * RTTI_TextureDB__ErrorStreamer = (void *)0x051C18E8; -const void * RTTI_TextureDB__Manager = (void *)0x05457FA0; -const void * RTTI_TextureUtils__AutoQueuedDependentNode = (void *)0x05416438; -const void * RTTI_TextureUtils__WaitStreamedNode = (void *)0x05416390; -const void * RTTI_ThirdPersonState = (void *)0x05296598; -const void * RTTI_ThumbstickEvent = (void *)0x053FF380; -const void * RTTI_TimeMultiplierProvider = (void *)0x0524E510; -const void * RTTI_TimerEvent = (void *)0x053FCAB8; -const void * RTTI_TimerEventInstance = (void *)0x053FCA88; -const void * RTTI_TitleSequenceMenu = (void *)0x053BC288; -const void * RTTI_TitleSequenceMenu_StartMusic = (void *)0x053BC300; -const void * RTTI_TranslationAdjustment = (void *)0x053F8300; -const void * RTTI_TranslationAdjustmentInstance = (void *)0x053FBDB0; -const void * RTTI_TrapEntry = (void *)0x052795F8; -const void * RTTI_TrapTargetEntry = (void *)0x05278028; -const void * RTTI_TraversalCollisionFilter = (void *)0x052223B0; -const void * RTTI_TraversalFinishedHandler = (void *)0x05378040; -const void * RTTI_TraversalStepDoneHandler = (void *)0x05378070; -const void * RTTI_TrespassPackage = (void *)0x05361F30; -const void * RTTI_TrianglePathWaterLedgeTraversalSplitter = (void *)0x0543E348; -const void * RTTI_TurnUndeadEffect = (void *)0x053323E0; -const void * RTTI_TutorialMessageManager = (void *)0x052EF878; -const void * RTTI_TutorialMessageManager__TutorialMessageEventShuttle = (void *)0x052BEE20; -const void * RTTI_TweenMenuCameraState = (void *)0x053B18F8; -const void * RTTI_TwoBoneIKNode = (void *)0x053F8380; -const void * RTTI_TwoBoneIKNodeInstance = (void *)0x053FBDE8; -const void * RTTI_TypeRegistryTest__Ref = (void *)0x0510C200; -const void * RTTI_TypeRegistryTest__TypedefChild = (void *)0x0510C780; -const void * RTTI_UI = (void *)0x0542C830; -const void * RTTI_UIBlurManager = (void *)0x053BC570; -const void * RTTI_UICellRenderer = (void *)0x051FC2B0; -const void * RTTI_UICellRenderer_InventoryItem = (void *)0x051FC358; -const void * RTTI_UICellRenderer_InventoryItem__ItemModelLoadTask = (void *)0x051FC390; -const void * RTTI_UIDataShuttleConnector = (void *)0x0542D260; -const void * RTTI_UIDataShuttleContainer = (void *)0x051E6398; -const void * RTTI_UIDataToFlash = (void *)0x051E5FE0; -const void * RTTI_UIEventDispatcher = (void *)0x051B9518; -const void * RTTI_UIMenuChargenMenuDisablePaperdoll = (void *)0x05313AA0; -const void * RTTI_UISaveLoadManager = (void *)0x0534A090; -const void * RTTI_UncullFurnitureBoneHandler = (void *)0x05378188; -const void * RTTI_UncullWeaponsHandler = (void *)0x053781F0; -const void * RTTI_UnitTest__CopyableReferencedObject = (void *)0x0510C198; -const void * RTTI_UnitTest__InterfaceImpl0 = (void *)0x0510C438; -const void * RTTI_UnitTest__InterfaceImpl1 = (void *)0x0510C468; -const void * RTTI_UnitTest__InterfaceUnregistered0 = (void *)0x0510C498; -const void * RTTI_UnitTest__InterfaceUnregistered1 = (void *)0x0510C4D0; -const void * RTTI_UnitTest__NestedRelArray = (void *)0x0510C168; -const void * RTTI_UnitTest__SetterTest__Foo = (void *)0x0510C1D0; -const void * RTTI_UnitTest__SimpleRelArray = (void *)0x0510C138; -const void * RTTI_UnitTest__TypeVm__Record = (void *)0x0510C230; -const void * RTTI_UnitTest__UrlObject__Shape = (void *)0x0510C508; -const void * RTTI_UnitTest__UrlObject__TestGraph = (void *)0x0510C538; -const void * RTTI_UpdateParticleParticleInDirtyAabbsTask = (void *)0x05115930; -const void * RTTI_UpdateRigidBodyDirtyAabbsTask = (void *)0x051158F8; -const void * RTTI_UpdateSceneRectEvent = (void *)0x0542D730; -const void * RTTI_UseStimpakHandler = (void *)0x05378318; -const void * RTTI_VATS = (void *)0x0537CCD8; -const void * RTTI_VATSCameraState = (void *)0x053B1928; -const void * RTTI_VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor = (void *)0x0537CBD0; -const void * RTTI_ValueModifierEffect = (void *)0x05330790; -const void * RTTI_VariableCombiner = (void *)0x053F8358; -const void * RTTI_VariableCombinerInstance = (void *)0x053FBE18; -const void * RTTI_VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor = (void *)0x054470E0; -const void * RTTI_VirtualPathingDoor = (void *)0x05218130; -const void * RTTI_WaterPathPathingNodeGenerator = (void *)0x05446BE8; -const void * RTTI_WaterPathRayValidator = (void *)0x05446CE8; -const void * RTTI_WeaponAttachHandler = (void *)0x05377FA8; -const void * RTTI_WeaponBeginDrawHandler = (void *)0x053787F0; -const void * RTTI_WeaponBeginSheatheHandler = (void *)0x05378820; -const void * RTTI_WeaponDetachHandler = (void *)0x05377E50; -const void * RTTI_WeaponDrawHandler = (void *)0x05378850; -const void * RTTI_WeaponEnchantmentController = (void *)0x05331FA0; -const void * RTTI_WeaponFireEndHandler = (void *)0x05378660; -const void * RTTI_WeaponFireHandler = (void *)0x05378748; -const void * RTTI_WeaponFireStartHandler = (void *)0x05378630; -const void * RTTI_WeaponGroupAssignmentMenu_ChangeWeaponAssignment = (void *)0x051FBCC0; -const void * RTTI_WeaponGroupAssignmentMenu_OnHintButtonActivated = (void *)0x051FBC70; -const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu = (void *)0x051FB940; -const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle = (void *)0x051FBBD0; -const void * RTTI_WeaponSheatheHandler = (void *)0x053789E0; -const void * RTTI_WeaponSheatheInterruptHandler = (void *)0x05378A10; -const void * RTTI_WeaponSwingHandler = (void *)0x05378AB0; -const void * RTTI_WeaponsCraftingMenu = (void *)0x0532A7A8; -const void * RTTI_Win32FileSystemWatcher = (void *)0x0510CA98; -const void * RTTI_WorkshopActionButton_HoldFinished = (void *)0x0532FCB8; -const void * RTTI_WorkshopActionButton_HoldStopped = (void *)0x0532FCF0; -const void * RTTI_WorkshopAreaResourcesDataModel = (void *)0x052E8720; -const void * RTTI_WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle = (void *)0x052E8830; -const void * RTTI_WorkshopBIEvents__WorkshopEventManager = (void *)0x05333740; -const void * RTTI_WorkshopBuilderDataModel = (void *)0x052EA040; -const void * RTTI_WorkshopBuilderDataModel__WorkshopBuilderEventShuttle = (void *)0x052E9FF0; -const void * RTTI_WorkshopBuilderMenu = (void *)0x0532B1B0; -const void * RTTI_WorkshopBuilderMenu_ChangeBuildItem = (void *)0x0532B280; -const void * RTTI_WorkshopBuilderMenu_SelectedItem = (void *)0x0532B300; -const void * RTTI_WorkshopBuilderMenu_ToggleTracking = (void *)0x0532B2C0; -const void * RTTI_WorkshopCamera__CameraHitCollector = (void *)0x05296D68; -const void * RTTI_WorkshopCamera__WorkshopCharacterProxyListener = (void *)0x05296D20; -const void * RTTI_WorkshopCategoryBarDataModel = (void *)0x052E8B48; -const void * RTTI_WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle = (void *)0x052E8AF0; -const void * RTTI_WorkshopCategoryInfoDataModel = (void *)0x052E90C8; -const void * RTTI_WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle = (void *)0x052E9070; -const void * RTTI_WorkshopColorModeDataModel = (void *)0x052C0088; -const void * RTTI_WorkshopColorModeDataModel__WorkshopColorModeEventShuttle = (void *)0x052C03B0; -const void * RTTI_WorkshopColorMode_ApplyColors = (void *)0x052BFEE0; -const void * RTTI_WorkshopColorMode_SelectedTab = (void *)0x052BFF18; -const void * RTTI_WorkshopColorMode_SliderChanged = (void *)0x052BFE70; -const void * RTTI_WorkshopColorMode_SwatchChanged = (void *)0x052BFEA8; -const void * RTTI_WorkshopEngine__ActivateItemEvent = (void *)0x053E5948; -const void * RTTI_WorkshopEngine__BulldozeItemEvent = (void *)0x053E59C0; -const void * RTTI_WorkshopEngine__CancelEvent = (void *)0x053E5A38; -const void * RTTI_WorkshopEngine__CommitEvent = (void *)0x053E5AD8; -const void * RTTI_WorkshopEngine__ConnectTransferLinkEvent = (void *)0x053E81D0; -const void * RTTI_WorkshopEngine__ConnectWireEvent = (void *)0x053E8248; -const void * RTTI_WorkshopEngine__CycleBehaviorEvent = (void *)0x053E5A70; -const void * RTTI_WorkshopEngine__EditColorsEvent = (void *)0x053E5860; -const void * RTTI_WorkshopEngine__EditItemEvent = (void *)0x053E8210; -const void * RTTI_WorkshopEngine__EngineFrame = (void *)0x0513C4E8; -const void * RTTI_WorkshopEngine__ExitEvent = (void *)0x053E5AA8; -const void * RTTI_WorkshopEngine__FinishRepairEvent = (void *)0x053E8280; -const void * RTTI_WorkshopEngine__InspectColorItemsEvent = (void *)0x053E5980; -const void * RTTI_WorkshopEngine__ItemCombatChangedEvent = (void *)0x053E82B8; -const void * RTTI_WorkshopEngine__NewItemEvent = (void *)0x053E8440; -const void * RTTI_WorkshopEngine__PlaceOutpostEvent = (void *)0x053E83A8; -const void * RTTI_WorkshopEngine__PreviewColorsEvent = (void *)0x053E5898; -const void * RTTI_WorkshopEngine__RemoveItemEvent = (void *)0x053E82F8; -const void * RTTI_WorkshopEngine__RemoveOutpostEvent = (void *)0x053E5BD0; -const void * RTTI_WorkshopEngine__RemoveSingleWorkshopItemEvent = (void *)0x053E5B50; -const void * RTTI_WorkshopEngine__RemoveWorkshopItemsEvent = (void *)0x053E5B10; -const void * RTTI_WorkshopEngine__RequestRepairItemEvent = (void *)0x053E8330; -const void * RTTI_WorkshopEngine__ResetColorsToDefaultEvent = (void *)0x053E59F8; -const void * RTTI_WorkshopEngine__RevertBehaviorEvent = (void *)0x053E58D0; -const void * RTTI_WorkshopEngine__RotateItemEvent = (void *)0x053E5910; -const void * RTTI_WorkshopEngine__StartQuickMenuEvent = (void *)0x053E84B0; -const void * RTTI_WorkshopEngine__StartSnappedEvent = (void *)0x053E5B98; -const void * RTTI_WorkshopEngine__StartWorkshopEvent = (void *)0x053E8478; -const void * RTTI_WorkshopEngine__StateBulldoze = (void *)0x053E5060; -const void * RTTI_WorkshopEngine__StateCreatePowerLink = (void *)0x053E5098; -const void * RTTI_WorkshopEngine__StateCreateReferences = (void *)0x053E5E10; -const void * RTTI_WorkshopEngine__StateCreateTransferLink = (void *)0x053E4FB0; -const void * RTTI_WorkshopEngine__StateCycleSnapBehavior = (void *)0x053E4D18; -const void * RTTI_WorkshopEngine__StateDuplicateReferences = (void *)0x053E5D98; -const void * RTTI_WorkshopEngine__StateIdle = (void *)0x053E5CF8; -const void * RTTI_WorkshopEngine__StateInspect = (void *)0x053E4C60; -const void * RTTI_WorkshopEngine__StateInspectColorItems = (void *)0x053E4CD8; -const void * RTTI_WorkshopEngine__StateModifyColors = (void *)0x053E5028; -const void * RTTI_WorkshopEngine__StatePostCommitEdit = (void *)0x053E4C98; -const void * RTTI_WorkshopEngine__StateSetupReferences = (void *)0x053E5C40; -const void * RTTI_WorkshopEngine__StateUpdateAutoFoundation = (void *)0x053E4EB8; -const void * RTTI_WorkshopEngine__StateUpdateCommitSnapEdit = (void *)0x053E4EF8; -const void * RTTI_WorkshopEngine__StateUpdatePlacement = (void *)0x053E5C80; -const void * RTTI_WorkshopEngine__StateUpdatePowerLink = (void *)0x053E50D8; -const void * RTTI_WorkshopEngine__StateUpdateSnapped = (void *)0x053E5C08; -const void * RTTI_WorkshopEngine__StateUpdateTransferLink = (void *)0x053E4F38; -const void * RTTI_WorkshopEngine__StateWait3D = (void *)0x053E5DD8; -const void * RTTI_WorkshopEngine__TrackItemEvent = (void *)0x053E5D28; -const void * RTTI_WorkshopEngine__UntrackItemEvent = (void *)0x053E5D60; -const void * RTTI_WorkshopEngine__UpdateEvent = (void *)0x053E8370; -const void * RTTI_WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter = (void *)0x05293C40; -const void * RTTI_WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector = (void *)0x05295BD0; -const void * RTTI_WorkshopHavokUtils__ForwardCastCollector = (void *)0x05293D48; -const void * RTTI_WorkshopHavokUtils__GroundInfoCollisionfilter = (void *)0x05296200; -const void * RTTI_WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter = (void *)0x05293CF0; -const void * RTTI_WorkshopHavokUtils__IntersectionTestCollisionfilter = (void *)0x05293CA0; -const void * RTTI_WorkshopHavokUtils__ItemPlacementForwardCastCollector = (void *)0x052956C0; -const void * RTTI_WorkshopHavokUtils__TempItemPlacementCollector = (void *)0x053E8C50; -const void * RTTI_WorkshopHavokUtils__WorkshopClosestHitGroundCollector = (void *)0x05295670; -const void * RTTI_WorkshopHavokUtils__WorkshopGroundCollector = (void *)0x05295710; -const void * RTTI_WorkshopHavokUtils__hknpWorkshopCastCollector = (void *)0x05293BF0; -const void * RTTI_WorkshopHavokUtils__hknpWorkshopIntersectCollector = (void *)0x05293BA0; -const void * RTTI_WorkshopHighlightUtils__EventListener = (void *)0x053E84F0; -const void * RTTI_WorkshopInteractiveMessageDataModel = (void *)0x052EA070; -const void * RTTI_WorkshopInteractiveMessageDataModel__ICallback = (void *)0x0532DC80; -const void * RTTI_WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle = (void *)0x052EA100; -const void * RTTI_WorkshopIsoCameraState = (void *)0x053B1450; -const void * RTTI_WorkshopLOD__WorkshopLODManager = (void *)0x053E47B0; -const void * RTTI_WorkshopMenu = (void *)0x0532D9E8; -const void * RTTI_WorkshopMenuShared = (void *)0x0532FBF0; -const void * RTTI_WorkshopMenu_AttemptBuild = (void *)0x0532DC18; -const void * RTTI_WorkshopMenu_CancelAction = (void *)0x0532DB48; -const void * RTTI_WorkshopMenu_ChangeVariant = (void *)0x0532DBE0; -const void * RTTI_WorkshopMenu_ConnectionEvent = (void *)0x0532DB10; -const void * RTTI_WorkshopMenu_ExitMenu = (void *)0x0532DB78; -const void * RTTI_WorkshopMenu_MessageCallback = (void *)0x0532DA48; -const void * RTTI_WorkshopMenu_SelectedCategory = (void *)0x0532DBA8; -const void * RTTI_WorkshopMenu_SelectedGridObject = (void *)0x0532DC48; -const void * RTTI_WorkshopMenu_ShowExtras = (void *)0x0532DA80; -const void * RTTI_WorkshopMenu_SwitchMode = (void *)0x0532DAE0; -const void * RTTI_WorkshopMenu_ToggleDistance = (void *)0x0532DA10; -const void * RTTI_WorkshopMenu_ToggleTracking = (void *)0x0532D968; -const void * RTTI_WorkshopMenu_ToggleView = (void *)0x0532DAB0; -const void * RTTI_WorkshopMessageDataModel = (void *)0x052EA388; -const void * RTTI_WorkshopMessageDataModel__WorkshopMessageEventShuttle = (void *)0x052EA400; -const void * RTTI_WorkshopObjectInfoCardDataModel = (void *)0x052E9480; -const void * RTTI_WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle = (void *)0x052E9420; -const void * RTTI_WorkshopOperations__CandidateSnapper = (void *)0x053E8EB8; -const void * RTTI_WorkshopPickRefDataModel = (void *)0x052EA960; -const void * RTTI_WorkshopPickRefDataModel__WorkshopPickRefEventShuttle = (void *)0x052EAA10; -const void * RTTI_WorkshopQuickMenu = (void *)0x0532DE38; -const void * RTTI_WorkshopQuickMenuDataModel = (void *)0x052EAAA8; -const void * RTTI_WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle = (void *)0x052EAB20; -const void * RTTI_WorkshopQuickMenu_ConfirmAction = (void *)0x0532DE60; -const void * RTTI_WorkshopQuickMenu_ExitMenu = (void *)0x0532DDB8; -const void * RTTI_WorkshopResources__WorkshopResourcesManager = (void *)0x051B36D0; -const void * RTTI_WorkshopShared_SetActionHandles = (void *)0x0532FD60; -const void * RTTI_WorkshopShared_StartAction = (void *)0x0532FD28; -const void * RTTI_WorkshopStateDataModel = (void *)0x052EADC8; -const void * RTTI_WorkshopStateDataModel__WorkshopStateEventShuttle = (void *)0x052EAE40; -const void * RTTI_WorkshopStatusDataModel = (void *)0x052C0580; -const void * RTTI_WorkshopStatusDataModel__WorkshopStatusEventShuttle = (void *)0x052C05F0; -const void * RTTI_WorkshopTargetMenu = (void *)0x0532EF48; -const void * RTTI_WorkshopTargetMenu_TargetHovered = (void *)0x0532F058; -const void * RTTI_WorkshopTargetMenu_TargetPicked = (void *)0x0532F020; -const void * RTTI_WorkshopTargetMenu__OutpostData = (void *)0x0532EB20; -const void * RTTI_WorkshopTargetMenu__ResourceData = (void *)0x0532EEC8; -const void * RTTI_WorkshopTargetMenu__SourceData = (void *)0x0532F138; -const void * RTTI_WorkshopTargetMenu__TargetData = (void *)0x0532EE90; -const void * RTTI_WorkshopTargetMenu__TargetMenuData = (void *)0x0532F4A8; -const void * RTTI_WorkshopTargetMenu__WorkshopTargetEventShuttle = (void *)0x0532EDF0; -const void * RTTI_WorkshopUI__ConfirmDeferDeleteCallback = (void *)0x053E9878; -const void * RTTI_WorkshopUI__StateBulldoze = (void *)0x053E99E0; -const void * RTTI_WorkshopUI__StateIdle = (void *)0x053E9AD0; -const void * RTTI_WorkshopUI__StateInspectColors = (void *)0x053E9A10; -const void * RTTI_WorkshopUI__StateInspectIdle = (void *)0x053E96B8; -const void * RTTI_WorkshopUI__StateInspectItem = (void *)0x053E9728; -const void * RTTI_WorkshopUI__StateModifyColors = (void *)0x053E9A98; -const void * RTTI_WorkshopUI__StateUpdateExistingItemPlacement = (void *)0x053E9830; -const void * RTTI_WorkshopUI__StateUpdateNewDeployablePlacement = (void *)0x053E9760; -const void * RTTI_WorkshopUI__StateUpdateNewItemPlacement = (void *)0x053E97E8; -const void * RTTI_WorkshopUI__StateUpdateTransferLinkPlacement = (void *)0x053E9A50; -const void * RTTI_WorkshopUI__StateUpdateWirePlacement = (void *)0x053E97A8; -const void * RTTI_WorkshopUI__UIStateMachine = (void *)0x051B3828; -const void * RTTI_Workshop_BlueprintMenu = (void *)0x0532F620; -const void * RTTI_Workshop__BulldozeOnlyWorkshopItem = (void *)0x053E8198; -const void * RTTI_Workshop__DecoratedHabWorkshopItem = (void *)0x05295C60; -const void * RTTI_Workshop__ExtraData = (void *)0x05205330; -const void * RTTI_Workshop__InventoryItemWorkshopItem = (void *)0x053E8120; -const void * RTTI_Workshop__MainStatusHandler = (void *)0x0513A658; -const void * RTTI_Workshop__PackinWorkshopItem = (void *)0x05295B18; -const void * RTTI_Workshop__PowerLinkWorkshopItem = (void *)0x053E80E8; -const void * RTTI_Workshop__SingleWorkshopItem = (void *)0x05295AE0; -const void * RTTI_Workshop__TESObjectREFRGameEventListener = (void *)0x053E80A8; -const void * RTTI_Workshop__TransferLinkWorkshopItem = (void *)0x053E8160; -const void * RTTI_Workshop__WireWorkshopItem = (void *)0x053E8628; -const void * RTTI_Workshop__WorkshopItemBase = (void *)0x05295C98; -const void * RTTI_Workshop__WorkshopMenuNode = (void *)0x051B8678; -const void * RTTI_Workshop__WorkshopMenuNodeBuildableObject = (void *)0x05293FE8; -const void * RTTI_Workshop__WorkshopMenuNodeBulldozer = (void *)0x05293FA8; -const void * RTTI_Workshop__WorkshopMenuNodeDecoratedHab = (void *)0x053E8EF8; -const void * RTTI_Workshop__WorkshopMenuNodeLockLevel = (void *)0x05294028; -const void * RTTI_Workshop__WorkshopMenuNodeOutpost = (void *)0x051B8640; -const void * RTTI_Workshop__WorkshopStatisticsEventSink = (void *)0x051B3A48; -const void * RTTI_ZeroOverheadHeap = (void *)0x053FEDA0; -const void * RTTI_ZeroPitchHandler = (void *)0x05378720; -const void * RTTI_ZoneEntry = (void *)0x05278008; -const void * RTTI_bhkBipedOrientationController = (void *)0x0540CCA0; -const void * RTTI_bhkBlockStreamAllocatorBase = (void *)0x054031E8; -const void * RTTI_bhkCharProxyController = (void *)0x05407710; -const void * RTTI_bhkCharProxyControllerCinfo = (void *)0x054076D8; -const void * RTTI_bhkCharProxyManager = (void *)0x054049B0; -const void * RTTI_bhkCharRigidBodyController = (void *)0x05408360; -const void * RTTI_bhkCharRigidBodyControllerCinfo = (void *)0x05408160; -const void * RTTI_bhkCharRigidBodyManager = (void *)0x054049E0; -const void * RTTI_bhkCharacterCollisionHandler = (void *)0x05361060; -const void * RTTI_bhkCharacterController = (void *)0x05407148; -const void * RTTI_bhkCharacterControllerCinfo = (void *)0x05407078; -const void * RTTI_bhkCharacterControllerShapeManager__hknpConvexShapeEx = (void *)0x05406F50; -const void * RTTI_bhkCharacterPointCollector = (void *)0x0540D060; -const void * RTTI_bhkCharacterProxy = (void *)0x05407740; -const void * RTTI_bhkCharacterRigidBody = (void *)0x05408130; -const void * RTTI_bhkCharacterRigidBodyCinfo = (void *)0x054080C0; -const void * RTTI_bhkCharacterStateClimbing = (void *)0x05406DB0; -const void * RTTI_bhkCharacterStateFloating = (void *)0x0540CFA8; -const void * RTTI_bhkCharacterStateFlying = (void *)0x05406DE0; -const void * RTTI_bhkCharacterStateInAir = (void *)0x0540CF78; -const void * RTTI_bhkCharacterStateJumping = (void *)0x0540CF48; -const void * RTTI_bhkCharacterStateOnGround = (void *)0x0540CF18; -const void * RTTI_bhkCharacterStateSpaceship = (void *)0x05401DB8; -const void * RTTI_bhkCharacterStateSwimming = (void *)0x05408090; -const void * RTTI_bhkCollisionFilter = (void *)0x05406A58; -const void * RTTI_bhkICharOrientationController = (void *)0x05407040; -const void * RTTI_bhkIWorldStepListener = (void *)0x051BE658; -const void * RTTI_bhkMemorySystem = (void *)0x0540CBB0; -const void * RTTI_bhkNPCollisionObject = (void *)0x0535BA58; -const void * RTTI_bhkNPCollisionObjectUnlinked = (void *)0x0535B9C8; -const void * RTTI_bhkNPCollisionObjectUnlinked__LinkExtraData = (void *)0x05405820; -const void * RTTI_bhkNPCollisionProxyObject = (void *)0x05405868; -const void * RTTI_bhkNPModelNodeComponent = (void *)0x052173D0; -const void * RTTI_bhkParticlesManagerModifier = (void *)0x05404E10; -const void * RTTI_bhkPhysicsSystem = (void *)0x05406D60; -const void * RTTI_bhkQuadOrientationController = (void *)0x0540D028; -const void * RTTI_bhkRagdollPenetrationManager = (void *)0x0540C818; -const void * RTTI_bhkRagdollSystem = (void *)0x05406D88; -const void * RTTI_bhkRandomVelocityGenerator__INISettingCollectionEx = (void *)0x051520A0; -const void * RTTI_bhkRandomVelocityGenerator__INISettingEx = (void *)0x051B0C58; -const void * RTTI_bhkThreadMemorySource = (void *)0x0540D610; -const void * RTTI_bhkThreadMemorySource__RowBlockAllocatorImpl = (void *)0x0540D640; -const void * RTTI_bhkThreadPool = (void *)0x05407A40; -const void * RTTI_bhkTrapListener = (void *)0x05279618; -const void * RTTI_bhkWorld = (void *)0x05402068; -const void * RTTI_bhkWorldM = (void *)0x05407768; -const void * RTTI_bnet__Account__ExternalAuthInfo = (void *)0x0549CAB0; -const void * RTTI_bnet__AsyncOperationProxy = (void *)0x05498918; -const void * RTTI_bnet__impl__AsyncOperation = (void *)0x05499310; -const void * RTTI_bps__client__BIEventClient__BulkEventsResult = (void *)0x051E2200; -const void * RTTI_bps__client__BIEventClient__CreateSessionResult = (void *)0x053ED4E0; -const void * RTTI_bps__client__BaseRequestImpl = (void *)0x053ED4A0; -const void * RTTI_bps__client__Services = (void *)0x053EDD50; -const void * RTTI_castTest__Interface0 = (void *)0x0510C348; -const void * RTTI_castTest__Interface1 = (void *)0x0510C378; -const void * RTTI_castTest__Interface2 = (void *)0x0510C3A8; -const void * RTTI_castTest__InterfaceBase = (void *)0x0510C2E0; -const void * RTTI_castTest__InterfaceOtherBase = (void *)0x0510C310; -const void * RTTI_castTest__Leaf = (void *)0x0510C288; -const void * RTTI_castTest__OtherLeaf = (void *)0x0510C2B0; -const void * RTTI_castTest__Root = (void *)0x0510C260; -const void * RTTI_castTest__WithInterfaces = (void *)0x0510C3D8; -const void * RTTI_hclAction = (void *)0x0535F660; -const void * RTTI_hclAntiPinchConstraintInstanceData = (void *)0x05111808; -const void * RTTI_hclAntiPinchConstraintSet = (void *)0x05110378; -const void * RTTI_hclBSClothParameterizedWindAction = (void *)0x0540CC38; -const void * RTTI_hclBSClothPickingAction = (void *)0x0535F680; -const void * RTTI_hclBSWorld = (void *)0x05404AA0; -const void * RTTI_hclBendLinkConstraintSet = (void *)0x051103A8; -const void * RTTI_hclBendLinkConstraintSetMx = (void *)0x051103D8; -const void * RTTI_hclBendStiffnessConstraintSet = (void *)0x05110410; -const void * RTTI_hclBendStiffnessConstraintSetMx = (void *)0x05110448; -const void * RTTI_hclBlendOperatorInstanceData = (void *)0x051100A8; -const void * RTTI_hclBlendSomeVerticesOperator = (void *)0x05110070; -const void * RTTI_hclBonePlanesConstraintSet = (void *)0x05110480; -const void * RTTI_hclBoneSpaceMeshMeshDeformOperator = (void *)0x051106D0; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNOperator = (void *)0x05110710; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNTBOperator = (void *)0x05110750; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNTOperator = (void *)0x05110790; -const void * RTTI_hclBoneSpaceMeshMeshDeformPOperator = (void *)0x051107D0; -const void * RTTI_hclBoneSpaceSkinOperator = (void *)0x05110810; -const void * RTTI_hclBoneSpaceSkinPNOperator = (void *)0x05110840; -const void * RTTI_hclBoneSpaceSkinPNTBOperator = (void *)0x05110878; -const void * RTTI_hclBoneSpaceSkinPNTOperator = (void *)0x051108B0; -const void * RTTI_hclBoneSpaceSkinPOperator = (void *)0x051108E8; -const void * RTTI_hclBoneSpaceTransferSimulationOperator = (void *)0x05111608; -const void * RTTI_hclBuffer = (void *)0x054059C0; -const void * RTTI_hclBufferDefinition = (void *)0x0510FF20; -const void * RTTI_hclCapsuleShape = (void *)0x05110210; -const void * RTTI_hclClothContainer = (void *)0x051106A8; -const void * RTTI_hclClothData = (void *)0x0510FF78; -const void * RTTI_hclClothInstance = (void *)0x0510FEA0; -const void * RTTI_hclClothLeafShapeSensor = (void *)0x05118058; -const void * RTTI_hclClothPickingAction = (void *)0x0535F6D8; -const void * RTTI_hclClothState = (void *)0x0510FF50; -const void * RTTI_hclClothStateInstanceData = (void *)0x05110E18; -const void * RTTI_hclCollidable = (void *)0x0510FEC8; -const void * RTTI_hclCollisionConvexes = (void *)0x05118188; -const void * RTTI_hclCollisionTriangles = (void *)0x05118158; -const void * RTTI_hclCompressibleLinkConstraintSet = (void *)0x051104B8; -const void * RTTI_hclCompressibleLinkConstraintSetMx = (void *)0x051104F0; -const void * RTTI_hclConstraintSet = (void *)0x0510FFF8; -const void * RTTI_hclConstraintStiffnessDispatcher = (void *)0x051114F8; -const void * RTTI_hclConvexGeometryShape = (void *)0x05110238; -const void * RTTI_hclConvexHeightFieldShape = (void *)0x05110268; -const void * RTTI_hclConvexPlanesShape = (void *)0x05110298; -const void * RTTI_hclCopyVerticesOperator = (void *)0x05110D30; -const void * RTTI_hclFullClothTask = (void *)0x05111688; -const void * RTTI_hclGatherAllVerticesOperator = (void *)0x05110D60; -const void * RTTI_hclGatherSomeVerticesOperator = (void *)0x05110D98; -const void * RTTI_hclInputConvertOperator = (void *)0x05110918; -const void * RTTI_hclLocalRangeConstraintSet = (void *)0x05110530; -const void * RTTI_hclMeshBoneDeformOperator = (void *)0x05110978; -const void * RTTI_hclMeshMeshDeformOperator = (void *)0x051109E0; -const void * RTTI_hclMoveParticlesOperator = (void *)0x05110A10; -const void * RTTI_hclObjectSpaceMeshMeshDeformOperator = (void *)0x05110A40; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNOperator = (void *)0x05110A80; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNTBOperator = (void *)0x05110AC0; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNTOperator = (void *)0x05110B00; -const void * RTTI_hclObjectSpaceMeshMeshDeformPOperator = (void *)0x05110B40; -const void * RTTI_hclObjectSpaceSkinOperator = (void *)0x05110B80; -const void * RTTI_hclObjectSpaceSkinPNOperator = (void *)0x05110BB8; -const void * RTTI_hclObjectSpaceSkinPNTBOperator = (void *)0x05110BF0; -const void * RTTI_hclObjectSpaceSkinPNTOperator = (void *)0x05110C28; -const void * RTTI_hclObjectSpaceSkinPOperator = (void *)0x05110C60; -const void * RTTI_hclObjectSpaceTransferSimulationOperator = (void *)0x05111648; -const void * RTTI_hclOperator = (void *)0x0510FFD0; -const void * RTTI_hclOperatorSequenceTask = (void *)0x051116B0; -const void * RTTI_hclOutputConvertOperator = (void *)0x05110948; -const void * RTTI_hclPlaneShape = (void *)0x051102C8; -const void * RTTI_hclPointContactPlanesShape = (void *)0x05111530; -const void * RTTI_hclPostExecuteClothTask = (void *)0x05111710; -const void * RTTI_hclPreExecuteClothTask = (void *)0x051116E0; -const void * RTTI_hclScratchBuffer = (void *)0x051181B8; -const void * RTTI_hclScratchBufferDefinition = (void *)0x05111568; -const void * RTTI_hclShadowBuffer = (void *)0x051181E0; -const void * RTTI_hclShadowBufferDefinition = (void *)0x051115A0; -const void * RTTI_hclShape = (void *)0x051101F0; -const void * RTTI_hclSimClothData = (void *)0x05110048; -const void * RTTI_hclSimClothInstance = (void *)0x0510FEF0; -const void * RTTI_hclSimClothPose = (void *)0x05110020; -const void * RTTI_hclSimpleMeshBoneDeformOperator = (void *)0x051109A8; -const void * RTTI_hclSimpleWindAction = (void *)0x0540CC70; -const void * RTTI_hclSimulateOperator = (void *)0x05110348; -const void * RTTI_hclSimulateOperatorInstanceData = (void *)0x051101B8; -const void * RTTI_hclSkinOperator = (void *)0x05110C98; -const void * RTTI_hclSphereShape = (void *)0x051102F0; -const void * RTTI_hclStandardLinkConstraintSet = (void *)0x05110568; -const void * RTTI_hclStandardLinkConstraintSetMx = (void *)0x051105A0; -const void * RTTI_hclStateDependencyGraph = (void *)0x0510FFA0; -const void * RTTI_hclStateTransition = (void *)0x051100E0; -const void * RTTI_hclStaticShadowBuffer = (void *)0x05118208; -const void * RTTI_hclStaticShadowBufferDefinition = (void *)0x051115D0; -const void * RTTI_hclStretchLinkConstraintSet = (void *)0x051105D8; -const void * RTTI_hclStretchLinkConstraintSetMx = (void *)0x05110610; -const void * RTTI_hclTaperedCapsuleShape = (void *)0x05110318; -const void * RTTI_hclTransformSetDefinition = (void *)0x05110110; -const void * RTTI_hclTransitionConstraintInstanceData = (void *)0x05110178; -const void * RTTI_hclTransitionConstraintSet = (void *)0x05110140; -const void * RTTI_hclUpdateAllVertexFramesOperator = (void *)0x05110CC0; -const void * RTTI_hclUpdateSomeVertexFramesOperator = (void *)0x05110CF8; -const void * RTTI_hclVdbObjectNode__SimulateOperatorInstanceData = (void *)0x05110DD0; -const void * RTTI_hclVolumeConstraint = (void *)0x05110648; -const void * RTTI_hclVolumeConstraintInstanceData = (void *)0x05111798; -const void * RTTI_hclVolumeConstraintMx = (void *)0x05110678; -const void * RTTI_hclVolumeConstraintMxInstanceData = (void *)0x051117D0; -const void * RTTI_hclWorld = (void *)0x05404A80; -const void * RTTI_hctClothSetup20151Options = (void *)0x0510C0A8; -const void * RTTI_hctClothSetupClothData20151Options = (void *)0x0510C068; -const void * RTTI_hctClothSetupObjectData20151 = (void *)0x0510C030; -const void * RTTI_hkBSErrorEmpty = (void *)0x051B4A48; -const void * RTTI_hkBaseObject = (void *)0x051B4A20; -const void * RTTI_hkBlockStreamAllocator = (void *)0x05403148; -const void * RTTI_hkBlockStreamCommandWriter = (void *)0x05116A18; -const void * RTTI_hkBmpFileFormat = (void *)0x051182C8; -const void * RTTI_hkBsdSocket = (void *)0x0510FBE0; -const void * RTTI_hkBufferedStreamReader = (void *)0x0510EA38; -const void * RTTI_hkBufferedStreamWriter = (void *)0x0510EA68; -const void * RTTI_hkConcurrency = (void *)0x05116978; -const void * RTTI_hkDdsFileFormat = (void *)0x051182A0; -const void * RTTI_hkDebugCommandProcessor = (void *)0x05112E88; -const void * RTTI_hkDebugDisplay = (void *)0x05111A58; -const void * RTTI_hkDebugDisplayHandler = (void *)0x051119B0; -const void * RTTI_hkDefaultCompoundMeshBody = (void *)0x05117668; -const void * RTTI_hkDefaultCompoundMeshShape = (void *)0x05117630; -const void * RTTI_hkDefaultError = (void *)0x051B49A8; -const void * RTTI_hkDefaultTaskQueue = (void *)0x0510ED00; -const void * RTTI_hkDefaultTaskQueueDetail__AsyncThreadPoolContext = (void *)0x0510EE80; -const void * RTTI_hkDefaultTaskQueueDetail__BlockingThreadContext = (void *)0x0510EDE0; -const void * RTTI_hkDefaultTaskQueueDetail__SpinningThreadContext = (void *)0x0510EE30; -const void * RTTI_hkDefaultTaskQueueEx__ExecutionContext = (void *)0x0510EF98; -const void * RTTI_hkDefaultTaskQueue__CriticalSection = (void *)0x0510ED30; -const void * RTTI_hkDefaultTaskQueue__EmptyTask = (void *)0x0510EDA8; -const void * RTTI_hkDefaultTaskQueue__ThreadContext = (void *)0x0510ED70; -const void * RTTI_hkDisplayAABB = (void *)0x05111A30; -const void * RTTI_hkDisplayCapsule = (void *)0x051119E0; -const void * RTTI_hkDisplayGeometry = (void *)0x05111988; -const void * RTTI_hkDisplaySphere = (void *)0x05111A08; -const void * RTTI_hkDisplayWireframe = (void *)0x05111A80; -const void * RTTI_hkErrStream = (void *)0x0510CB30; -const void * RTTI_hkError = (void *)0x051B49D0; -const void * RTTI_hkErrorRouter = (void *)0x0510F000; -const void * RTTI_hkFileSystem = (void *)0x052784A0; -const void * RTTI_hkFileSystem__Watcher = (void *)0x0510CA00; -const void * RTTI_hkGeometry = (void *)0x0510C908; -const void * RTTI_hkGeometryUtils__IVertices = (void *)0x05118B98; -const void * RTTI_hkHardwareInfo = (void *)0x0510EFD8; -const void * RTTI_hkHdrFileFormat = (void *)0x05118318; -const void * RTTI_hkImageConversionStep = (void *)0x05118340; -const void * RTTI_hkImageConversion_AddAlpha = (void *)0x05118458; -const void * RTTI_hkImageConversion_Decode555 = (void *)0x051189A8; -const void * RTTI_hkImageConversion_DiscardChannels = (void *)0x05118970; -const void * RTTI_hkImageConversion_FLOAT16_to_32 = (void *)0x051186A8; -const void * RTTI_hkImageConversion_FLOAT32_to_16 = (void *)0x05118670; -const void * RTTI_hkImageConversion_FLOAT_to_R11G11B10 = (void *)0x05118870; -const void * RTTI_hkImageConversion_FLOAT_to_SNORM8 = (void *)0x051185B8; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM16 = (void *)0x051185F0; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM8 = (void *)0x05118580; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM8_SRGB = (void *)0x05118630; -const void * RTTI_hkImageConversion_Pad_to_RGBA32 = (void *)0x05118800; -const void * RTTI_hkImageConversion_Pad_to_RGBA8 = (void *)0x05118838; -const void * RTTI_hkImageConversion_R11G11B10_to_FLOAT = (void *)0x051188B0; -const void * RTTI_hkImageConversion_R11G11B10_to_HALF = (void *)0x051188F0; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED = (void *)0x051186E0; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED = (void *)0x051187A0; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED = (void *)0x05118740; -const void * RTTI_hkImageConversion_R8G8B8A8_to_R8G8B8 = (void *)0x05118930; -const void * RTTI_hkImageConversion_SNORM8_to_FLOAT = (void *)0x051184C8; -const void * RTTI_hkImageConversion_SetAlpha = (void *)0x05118420; -const void * RTTI_hkImageConversion_UNORM16_to_FLOAT = (void *)0x05118500; -const void * RTTI_hkImageConversion_UNORM8_SRGB_to_FLOAT = (void *)0x05118540; -const void * RTTI_hkImageConversion_UNORM8_to_FLOAT = (void *)0x05118490; -const void * RTTI_hkImageRef = (void *)0x051178B8; -const void * RTTI_hkImageSwizzleConversion32_2103 = (void *)0x051183E8; -const void * RTTI_hkIndexedTransformSet = (void *)0x05117800; -const void * RTTI_hkIo__Detail__ArrayWriteBufferImpl = (void *)0x0510E528; -const void * RTTI_hkIo__Detail__ReadBufferImpl = (void *)0x0510E448; -const void * RTTI_hkIo__Detail__StreamReaderImpl = (void *)0x0510E480; -const void * RTTI_hkIo__Detail__StreamWriteBufferImpl = (void *)0x0510E4F0; -const void * RTTI_hkKeycodeData = (void *)0x051179E8; -const void * RTTI_hkLifoAllocator = (void *)0x0510C818; -const void * RTTI_hkLocalFrameGroup = (void *)0x0510E178; -const void * RTTI_hkLog__Output = (void *)0x0510C8E0; -const void * RTTI_hkMallocAllocator = (void *)0x0510FC58; -const void * RTTI_hkMemoryAllocator = (void *)0x0540CB88; -const void * RTTI_hkMemoryMeshBody = (void *)0x05117698; -const void * RTTI_hkMemoryMeshMaterial = (void *)0x051176F0; -const void * RTTI_hkMemoryMeshShape = (void *)0x05117720; -const void * RTTI_hkMemoryMeshTexture = (void *)0x051176C0; -const void * RTTI_hkMemoryMeshTexture__Sampler = (void *)0x05117928; -const void * RTTI_hkMemoryMeshVertexBuffer = (void *)0x05117990; -const void * RTTI_hkMemoryResourceContainer = (void *)0x0510E0E0; -const void * RTTI_hkMemoryResourceHandle = (void *)0x0510E0B0; -const void * RTTI_hkMemorySystem = (void *)0x0540CBD8; -const void * RTTI_hkMemory__ScopedStats__Collector = (void *)0x0510E298; -const void * RTTI_hkMeshTexture__Sampler = (void *)0x05117960; -const void * RTTI_hkMeshVertexBuffer = (void *)0x05117860; -const void * RTTI_hkMonitorStreamColorTable = (void *)0x0510DFD0; -const void * RTTI_hkMonitorStreamContainer = (void *)0x0510E000; -const void * RTTI_hkMonitorStreamStringMap = (void *)0x0510DF70; -const void * RTTI_hkMonitorStreamTypeMap = (void *)0x0510DFA0; -const void * RTTI_hkMultipleVertexBuffer = (void *)0x05117830; -const void * RTTI_hkObjectResource = (void *)0x0510E680; -const void * RTTI_hkOstream = (void *)0x0510CB58; -const void * RTTI_hkParserBuffer = (void *)0x0510FC08; -const void * RTTI_hkPrimaryCommandDispatcher = (void *)0x051148F8; -const void * RTTI_hkProcessFactory = (void *)0x05111960; -const void * RTTI_hkRefCountedProperties = (void *)0x0510C750; -const void * RTTI_hkReferencedObject = (void *)0x051B49F0; -const void * RTTI_hkReferencedObjectLock = (void *)0x0510C7B8; -const void * RTTI_hkReflect__Any__ArrayImpl = (void *)0x0510CE78; -const void * RTTI_hkReflect__AttributeArrayWithOwnership__AllocImpl = (void *)0x0510CD80; -const void * RTTI_hkReflect__ClonerCallback = (void *)0x0510C968; -const void * RTTI_hkReflect__Detail__AllocationImpl = (void *)0x0510C840; -const void * RTTI_hkReflect__Detail__AttributeAllocImpl = (void *)0x0510CBA8; -const void * RTTI_hkReflect__Detail__BuiltinTypeReg = (void *)0x0510EB50; -const void * RTTI_hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl = (void *)0x0510EB90; -const void * RTTI_hkReflect__Detail__CharBufferImpl = (void *)0x0510D310; -const void * RTTI_hkReflect__Detail__CloneOnHeap = (void *)0x0510C998; -const void * RTTI_hkReflect__Detail__DerivedDataCache = (void *)0x0510CC50; -const void * RTTI_hkReflect__Detail__HavokRecordImpl = (void *)0x0510DDE8; -const void * RTTI_hkReflect__Detail__HavokStringImpl = (void *)0x0510DE20; -const void * RTTI_hkReflect__Detail__HeapAllocImpl = (void *)0x0510CED8; -const void * RTTI_hkReflect__Detail__HomogeneousArrayImpl = (void *)0x0510DDA8; -const void * RTTI_hkReflect__Detail__Impl = (void *)0x0510C6B0; -const void * RTTI_hkReflect__Detail__NullptrImpl = (void *)0x0510D380; -const void * RTTI_hkReflect__Detail__OpaqueImpl = (void *)0x0510F1B8; -const void * RTTI_hkReflect__Detail__RawPointerImpl = (void *)0x0510D348; -const void * RTTI_hkReflect__Detail__ReferenceImpl = (void *)0x0510D408; -const void * RTTI_hkReflect__Detail__ReferencedObjectAllocImpl = (void *)0x0510DCB0; -const void * RTTI_hkReflect__Detail__ReferencedObjectPointerImpl = (void *)0x0510D3C0; -const void * RTTI_hkReflect__Detail__RepeatImpl = (void *)0x0510D2A0; -const void * RTTI_hkReflect__Detail__ScopedPtrImpl = (void *)0x0510DC48; -const void * RTTI_hkReflect__Detail__SetterArrayImpl = (void *)0x0510BFA8; -const void * RTTI_hkReflect__Detail__SetterRecordImpl = (void *)0x0510BF10; -const void * RTTI_hkReflect__Detail__StaticArrayImpl = (void *)0x0510DCF8; -const void * RTTI_hkReflect__Detail__StaticStringImpl = (void *)0x0510D2D8; -const void * RTTI_hkReflect__Detail__StringOut__StringOutImpl = (void *)0x0510DF00; -const void * RTTI_hkReflect__Detail__ViewPointerImpl = (void *)0x0510DE58; -const void * RTTI_hkReflect__Detail__VoidImpl = (void *)0x0510F1F0; -const void * RTTI_hkReflect__Detail__hkArrayImpl = (void *)0x0510DD30; -const void * RTTI_hkReflect__Detail__hkInplaceArrayImpl = (void *)0x0510DD68; -const void * RTTI_hkReflect__MutableTypeReg = (void *)0x0510E3E8; -const void * RTTI_hkReflect__TypeBuilder = (void *)0x0510CD48; -const void * RTTI_hkReflect__TypeCopier = (void *)0x0510E418; -const void * RTTI_hkReflect__TypeReg = (void *)0x0510C8B8; -const void * RTTI_hkReflect__Var__VarImpl = (void *)0x0510C9D0; -const void * RTTI_hkReflect__Version__PatchInfoCache = (void *)0x0510EC40; -const void * RTTI_hkReflect__Version__PatchRegistry = (void *)0x0510EC78; -const void * RTTI_hkReflect__Version__PatchSet = (void *)0x0510EC08; -const void * RTTI_hkReflect__Version__Patcher = (void *)0x0510DED0; -const void * RTTI_hkRelArray_ArrayImpl = (void *)0x0510CE48; -const void * RTTI_hkResource = (void *)0x0510E390; -const void * RTTI_hkScalarF_FloatImpl = (void *)0x0510DF40; -const void * RTTI_hkSecondaryCommandDispatcher = (void *)0x05112D80; -const void * RTTI_hkSeekableStreamReader = (void *)0x0510CA30; -const void * RTTI_hkSerialize__Bundle = (void *)0x0510F0F8; -const void * RTTI_hkSerialize__BundleBuilder = (void *)0x0510F188; -const void * RTTI_hkSerialize__Detail__ChainingCloneCallback = (void *)0x0510E310; -const void * RTTI_hkSerialize__Detail__CloneToRegistered = (void *)0x0510E2D0; -const void * RTTI_hkSerialize__Detail__SkipDyingCallback = (void *)0x0510E350; -const void * RTTI_hkSerialize__Detail__TagfileArrayImpl = (void *)0x0510F2D0; -const void * RTTI_hkSerialize__Detail__TagfileBundle = (void *)0x0510F258; -const void * RTTI_hkSerialize__Detail__TagfilePointerImpl = (void *)0x0510F290; -const void * RTTI_hkSerialize__Detail__TagfileStringImpl = (void *)0x0510F310; -const void * RTTI_hkSerialize__NoteHandler = (void *)0x0510E598; -const void * RTTI_hkSerialize__ReadFormat = (void *)0x0510F158; -const void * RTTI_hkSerialize__TagfileReadFormat = (void *)0x0510F220; -const void * RTTI_hkSerialize__TagfileWriteFormat = (void *)0x0510E6A8; -const void * RTTI_hkSerialize__TagfileWriteFormat__Impl = (void *)0x0510E710; -const void * RTTI_hkSerialize__WriteFormat = (void *)0x0510E6E0; -const void * RTTI_hkSimdDouble64_FloatImpl = (void *)0x0510CC20; -const void * RTTI_hkSimpleLocalFrame = (void *)0x0510E1C8; -const void * RTTI_hkSkinBinding = (void *)0x05117748; -const void * RTTI_hkSkinnedRefMeshShape = (void *)0x051177D0; -const void * RTTI_hkSlot = (void *)0x05225618; -const void * RTTI_hkSocket = (void *)0x0510F028; -const void * RTTI_hkSocket__ReaderAdapter = (void *)0x0510F048; -const void * RTTI_hkSocket__WriterAdapter = (void *)0x0510F078; -const void * RTTI_hkSolverAllocator = (void *)0x0510FCA8; -const void * RTTI_hkStackTracer = (void *)0x0510F0A8; -const void * RTTI_hkStdioStreamReader = (void *)0x0510EA98; -const void * RTTI_hkStorageSkinnedMeshShape = (void *)0x051177A0; -const void * RTTI_hkStreamReader = (void *)0x05278790; -const void * RTTI_hkStreamWriter = (void *)0x05278768; -const void * RTTI_hkStringBuf__StringImpl = (void *)0x0510DC80; -const void * RTTI_hkStringObject = (void *)0x0510BEE8; -const void * RTTI_hkStringPtr__StringImpl = (void *)0x0510C7E8; -const void * RTTI_hkStringView__StringImpl = (void *)0x0510CD18; -const void * RTTI_hkTask = (void *)0x05404CE8; -const void * RTTI_hkTaskGraph = (void *)0x05404D08; -const void * RTTI_hkTaskQueue = (void *)0x0510ECB0; -const void * RTTI_hkTaskQueue_BatchingTask = (void *)0x0510FBB0; -const void * RTTI_hkTask__ExecutionContext = (void *)0x05404BB8; -const void * RTTI_hkTgaFileFormat = (void *)0x051182F0; -const void * RTTI_hkThread = (void *)0x0510EAC8; -const void * RTTI_hkThreadMemory = (void *)0x0510FC80; -const void * RTTI_hkThreadPool = (void *)0x05407AE8; -const void * RTTI_hkTransientAllocator = (void *)0x0510EBD8; -const void * RTTI_hkTypeVm__ArrayInstruction = (void *)0x0510E888; -const void * RTTI_hkTypeVm__BlockInstruction = (void *)0x0510E8B8; -const void * RTTI_hkTypeVm__BlockPass = (void *)0x0510E8E8; -const void * RTTI_hkTypeVm__CheckTypeKindsPass = (void *)0x0510E9C0; -const void * RTTI_hkTypeVm__DefaultInstruction = (void *)0x0510E7E0; -const void * RTTI_hkTypeVm__GenerateConvertNumericKindPass = (void *)0x0510E9F8; -const void * RTTI_hkTypeVm__InlineFixedArrayPass = (void *)0x0510E918; -const void * RTTI_hkTypeVm__InlineRecordPass = (void *)0x0510E950; -const void * RTTI_hkTypeVm__Instruction = (void *)0x0510E780; -const void * RTTI_hkTypeVm__IntAndFloatConversionPass = (void *)0x0510E980; -const void * RTTI_hkTypeVm__NopInstruction = (void *)0x0510E7B0; -const void * RTTI_hkTypeVm__Pass = (void *)0x0510E230; -const void * RTTI_hkTypeVm__ProgramInstruction = (void *)0x0510E818; -const void * RTTI_hkTypeVm__RecordInstruction = (void *)0x0510E850; -const void * RTTI_hkUuidObject = (void *)0x0510CCB8; -const void * RTTI_hkUuidPseudoRandomGenerator = (void *)0x0510CCE0; -const void * RTTI_hkViewport = (void *)0x0510C0D8; -const void * RTTI_hkWin32FileSystem = (void *)0x052784F8; -const void * RTTI_hkWin32FileSystem__WatcherImpl = (void *)0x0510CAC8; -const void * RTTI_hkWin32StreamWriter = (void *)0x0510EB20; -const void * RTTI_hkXmlLexAnalyzer = (void *)0x0510FC30; -const void * RTTI_hkXmlStreamParser = (void *)0x0510F0D0; -const void * RTTI_hk__IsValueArray__Impl = (void *)0x0510CB78; -const void * RTTI_hkaSkeleton = (void *)0x05117890; -const void * RTTI_hkcdDynamicAabbTree = (void *)0x05117560; -const void * RTTI_hkcdDynamicAabbTree__Impl = (void *)0x051174D0; -const void * RTTI_hkcdGsk_Float3ShapeAOnlyInterface = (void *)0x05116E20; -const void * RTTI_hkcdGsk_Float3ShapeInterface = (void *)0x05116DE8; -const void * RTTI_hkcdPlanarCsgOperand = (void *)0x05116AF8; -const void * RTTI_hkcdPlanarEntity = (void *)0x05116A98; -const void * RTTI_hkcdPlanarGeometry = (void *)0x05116CC0; -const void * RTTI_hkcdPlanarGeometryPlanesCollection = (void *)0x05116B68; -const void * RTTI_hkcdPlanarGeometryPolygonCollection = (void *)0x05116B28; -const void * RTTI_hkcdPlanarGeometry__VertexStorage = (void *)0x05116CF0; -const void * RTTI_hkcdPlanarSolid = (void *)0x05116BA8; -const void * RTTI_hkcdPlanarSolid__NodeStorage = (void *)0x05116AC0; -const void * RTTI_hkcdSimdTreeUtils__Build__EmptyRunnable = (void *)0x05116E98; -const void * RTTI_hkcdSimdTreeUtils__Build__Task = (void *)0x05116FF0; -const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper = (void *)0x05117080; -const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper = (void *)0x05117030; -const void * RTTI_hkcdSimdTree__BuildContext = (void *)0x051157E8; -const void * RTTI_hkcdSimdTree__ICustomRefit = (void *)0x05116DB8; -const void * RTTI_hkcdSimdTree__IParallelBuild__IRunnable = (void *)0x05116E58; -const void * RTTI_hkcdSimdTree__LeafCollector = (void *)0x05113530; -const void * RTTI_hkcdSimdTree__PairCollector = (void *)0x05115E70; -const void * RTTI_hkcdStaticAabbTree = (void *)0x05117500; -const void * RTTI_hkcdStaticAabbTree__Impl = (void *)0x05117530; -const void * RTTI_hkcdStaticMeshTree__GeometryProvider = (void *)0x05118C48; -const void * RTTI_hkgpCgo__Config = (void *)0x054069B8; -const void * RTTI_hkgpConvexHull = (void *)0x0510FCD0; -const void * RTTI_hkgpDeprecatedConvexDecompositionImpl__DefaultProgress = (void *)0x05116C70; -const void * RTTI_hkgpDeprecatedConvexDecompositionInternal__IInternal = (void *)0x05116C20; -const void * RTTI_hkgpDeprecatedConvexDecomposition__IProgress = (void *)0x05116BD0; -const void * RTTI_hkgpMesh__IConvexOverlap = (void *)0x0510FD78; -const void * RTTI_hknpAction = (void *)0x051FAC50; -const void * RTTI_hknpActionManager = (void *)0x051139F8; -const void * RTTI_hknpAddActiveBodyPairsTask = (void *)0x05114A00; -const void * RTTI_hknpAllHitsCollector = (void *)0x051EA820; -const void * RTTI_hknpAnimatedShapeSurfaceVelocityModifier = (void *)0x05114F30; -const void * RTTI_hknpAnyHitCollector = (void *)0x051EA760; -const void * RTTI_hknpApiCommandProcessor = (void *)0x05112FA0; -const void * RTTI_hknpApplyDragTask = (void *)0x05115C10; -const void * RTTI_hknpArrayAction = (void *)0x05407E20; -const void * RTTI_hknpBSCharacterProxy = (void *)0x05407FE0; -const void * RTTI_hknpBSCharacterRigidBody = (void *)0x0540D200; -const void * RTTI_hknpBSCustomCollisionFilter = (void *)0x051EA7C0; -const void * RTTI_hknpBSMaterial = (void *)0x05406760; -const void * RTTI_hknpBSMaterialProperties = (void *)0x052542E0; -const void * RTTI_hknpBSMotionPropertiesLibrary = (void *)0x05404A48; -const void * RTTI_hknpBSMouseSpringAction = (void *)0x05408060; -const void * RTTI_hknpBSMoveLimitModifier = (void *)0x054070B0; -const void * RTTI_hknpBSPlacementStreamCache = (void *)0x05406CC8; -const void * RTTI_hknpBSShapeCodec = (void *)0x05403750; -const void * RTTI_hknpBSWorld = (void *)0x05404C40; -const void * RTTI_hknpBSWorldUtil__hknpBSPhysicsSystem = (void *)0x05403388; -const void * RTTI_hknpBSWorldUtil__hknpBSRagdoll = (void *)0x05403220; -const void * RTTI_hknpBackfaceCollisionModifier = (void *)0x05403628; -const void * RTTI_hknpBallGun = (void *)0x051121E0; -const void * RTTI_hknpBinaryAction = (void *)0x05112160; -const void * RTTI_hknpBodyData = (void *)0x05112318; -const void * RTTI_hknpBodyIntegrator = (void *)0x05111BF0; -const void * RTTI_hknpBodyQuality = (void *)0x05404AC8; -const void * RTTI_hknpBodyQualityLibrary = (void *)0x05111BC0; -const void * RTTI_hknpBodyReference = (void *)0x05111AB0; -const void * RTTI_hknpBoxShape = (void *)0x05112A08; -const void * RTTI_hknpBreakableConstraintData = (void *)0x05112AD0; -const void * RTTI_hknpBroadPhase = (void *)0x05119328; -const void * RTTI_hknpBroadphaseTriggerCollisionDetector = (void *)0x05115298; -const void * RTTI_hknpBuildConstraintJacobiansTask = (void *)0x05115CE0; -const void * RTTI_hknpCapsuleCapsuleConvexConvexManifoldGenerator = (void *)0x051151D0; -const void * RTTI_hknpCapsuleShape = (void *)0x05112A30; -const void * RTTI_hknpCharacterContext = (void *)0x05112CC0; -const void * RTTI_hknpCharacterProxy = (void *)0x05407FB0; -const void * RTTI_hknpCharacterProxyCinfo = (void *)0x05296858; -const void * RTTI_hknpCharacterProxyInternals__QueryCollector = (void *)0x05113D80; -const void * RTTI_hknpCharacterProxyListener = (void *)0x05253918; -const void * RTTI_hknpCharacterRigidBody = (void *)0x0540D230; -const void * RTTI_hknpCharacterRigidBodyCinfo = (void *)0x054080F8; -const void * RTTI_hknpCharacterStateManager = (void *)0x05112CF0; -const void * RTTI_hknpCircularSurfaceVelocity = (void *)0x051120F8; -const void * RTTI_hknpClosestHitCollector = (void *)0x051DFA08; -const void * RTTI_hknpClosestUniqueBodyIdHitCollector = (void *)0x05407498; -const void * RTTI_hknpClosestUniqueBodyIdHitCollectorDeprecated = (void *)0x05407450; -const void * RTTI_hknpCollideSyncTask = (void *)0x05114CF8; -const void * RTTI_hknpCollisionDetector = (void *)0x051150B0; -const void * RTTI_hknpCollisionFilter = (void *)0x051EA850; -const void * RTTI_hknpCollisionQueryCollector = (void *)0x051DF9D0; -const void * RTTI_hknpCollisionQueryDispatcher = (void *)0x05114648; -const void * RTTI_hknpCompositeCompositeCollisionDetector = (void *)0x05115218; -const void * RTTI_hknpCompositeShape = (void *)0x05111AD8; -const void * RTTI_hknpCompoundShape = (void *)0x05111DB0; -const void * RTTI_hknpCompoundShapeData = (void *)0x05111D80; -const void * RTTI_hknpCompoundShapeInternalsCdDynamicTreeKeyMask = (void *)0x05111EA0; -const void * RTTI_hknpCompoundShapeInternalsSimdTreeKeyMask = (void *)0x05111E60; -const void * RTTI_hknpCompressedMeshShape = (void *)0x05111EE8; -const void * RTTI_hknpCompressedMeshShapeCinfo = (void *)0x05406A20; -const void * RTTI_hknpCompressedMeshShapeData = (void *)0x05118BC8; -const void * RTTI_hknpCompressedMeshShapeInternals__GeometryProvider = (void *)0x05118C00; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery = (void *)0x05118FD0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled = (void *)0x05119030; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0 = (void *)0x05119160; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1 = (void *)0x051191D0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2 = (void *)0x05119240; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled = (void *)0x051190F0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled = (void *)0x05118F10; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled = (void *)0x05118EB0; -const void * RTTI_hknpCompressedMeshShapeInternals__KeyMask = (void *)0x05118C88; -const void * RTTI_hknpCompressedMeshShapeInternals__RayCastQueryBase = (void *)0x05118DB0; -const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQuery = (void *)0x05114120; -const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQueryScaled = (void *)0x05114170; -const void * RTTI_hknpConstraintAtomSolver = (void *)0x05112DB8; -const void * RTTI_hknpConstraintCollisionFilter = (void *)0x05113E70; -const void * RTTI_hknpConstraintForceEventCreator = (void *)0x051152D8; -const void * RTTI_hknpConstraintForceExceededEventCreator = (void *)0x05115310; -const void * RTTI_hknpContactImpulseClippedEventCreator = (void *)0x05114D88; -const void * RTTI_hknpContactImpulseEventCreator = (void *)0x05114DC8; -const void * RTTI_hknpConvexCompositeCollisionDetector = (void *)0x05115188; -const void * RTTI_hknpConvexConvexCollisionDetector = (void *)0x05115DC0; -const void * RTTI_hknpConvexConvexShapeBaseInterface = (void *)0x051192E8; -const void * RTTI_hknpConvexShape = (void *)0x054073E8; -const void * RTTI_hknpCylinderShape = (void *)0x05112A58; -const void * RTTI_hknpDeactivationMaintenanceTask = (void *)0x05114B50; -const void * RTTI_hknpDecoratorShape = (void *)0x05111E30; -const void * RTTI_hknpDefaultBroadPhaseConfig = (void *)0x05404D30; -const void * RTTI_hknpDefaultCompressedMeshShapeCinfo = (void *)0x054069E0; -const void * RTTI_hknpDefaultExternMeshShapeGeometry = (void *)0x05111F80; -const void * RTTI_hknpDefaultHeightFieldGeometry = (void *)0x05112970; -const void * RTTI_hknpDefaultModifierSet = (void *)0x05114D28; -const void * RTTI_hknpDeflectedLinearCast__CheckStartCollector = (void *)0x05115730; -const void * RTTI_hknpDeflectedLinearCast__FilteredQueryCollector = (void *)0x051156E0; -const void * RTTI_hknpDeflectedLinearCast__QueryFilter = (void *)0x05115778; -const void * RTTI_hknpDestructionShapeProperties = (void *)0x05112288; -const void * RTTI_hknpDisableCollisionFilter = (void *)0x05111CD0; -const void * RTTI_hknpDummyShape = (void *)0x05112098; -const void * RTTI_hknpDynamicSpaceSplitter = (void *)0x051149D0; -const void * RTTI_hknpEaseConstraintsAction = (void *)0x05407CF8; -const void * RTTI_hknpEasePenetrationsAction = (void *)0x05113C90; -const void * RTTI_hknpEventDispatcher = (void *)0x05114850; -const void * RTTI_hknpEventMergeAndDispatcher = (void *)0x05114880; -const void * RTTI_hknpExtendedExternMeshShapeGeometry = (void *)0x05111FC0; -const void * RTTI_hknpExternMeshShape = (void *)0x051129D8; -const void * RTTI_hknpExternMeshShapeBuildContext = (void *)0x05118B60; -const void * RTTI_hknpExternMeshShapeData = (void *)0x05111F18; -const void * RTTI_hknpFaceClipConvexConvexManifoldGenerator = (void *)0x05115D80; -const void * RTTI_hknpFinalizeNarrowPhaseGridTask = (void *)0x05114C50; -const void * RTTI_hknpFinalizeNarrowPhasePairsTask = (void *)0x05114C18; -const void * RTTI_hknpFireSignalTask = (void *)0x05115818; -const void * RTTI_hknpFirstPersonCharacter = (void *)0x05112258; -const void * RTTI_hknpFirstPersonGun = (void *)0x051121B0; -const void * RTTI_hknpFixedClosestHitCollector = (void *)0x05406C50; -const void * RTTI_hknpFixedClosestUniqueBodyHitCollector = (void *)0x05406C88; -const void * RTTI_hknpFlipBackfaceCollisionModifier = (void *)0x05114FA0; -const void * RTTI_hknpFlippedGetClosestPointsQueryCollector = (void *)0x05114540; -const void * RTTI_hknpFlippedShapeCastQueryCollector = (void *)0x05114680; -const void * RTTI_hknpForwardClosestHitCollector = (void *)0x05114500; -const void * RTTI_hknpFullCast__ManifoldGenerator = (void *)0x05115BD8; -const void * RTTI_hknpGenSolverTasksTask = (void *)0x05114BB8; -const void * RTTI_hknpGlobals = (void *)0x051145F0; -const void * RTTI_hknpGravityGun = (void *)0x05112208; -const void * RTTI_hknpGroupCollisionFilter = (void *)0x05113DC8; -const void * RTTI_hknpHeightFieldBoundingVolume = (void *)0x05112B70; -const void * RTTI_hknpHeightFieldGeometry = (void *)0x051129A8; -const void * RTTI_hknpHeightFieldShape = (void *)0x05111B08; -const void * RTTI_hknpHitScalingCollector = (void *)0x051135A0; -const void * RTTI_hknpInternalCommandProcessor = (void *)0x05112D48; -const void * RTTI_hknpLeafShapeSensor = (void *)0x05118088; -const void * RTTI_hknpLegacyRestitutionModifier = (void *)0x05114E90; -const void * RTTI_hknpLinearSurfaceVelocity = (void *)0x05112130; -const void * RTTI_hknpLodShape = (void *)0x05111C78; -const void * RTTI_hknpMalleableConstraintData = (void *)0x05112B38; -const void * RTTI_hknpManifoldEventCreator = (void *)0x05114F70; -const void * RTTI_hknpMaskedCompoundShape = (void *)0x05112940; -const void * RTTI_hknpMaskedShape = (void *)0x05111E08; -const void * RTTI_hknpMaskedShape__MaskWrapper = (void *)0x05112060; -const void * RTTI_hknpMassChangerModifier = (void *)0x05114E00; -const void * RTTI_hknpMaterialData = (void *)0x051122C0; -const void * RTTI_hknpMaterialLibrary = (void *)0x054030D8; -const void * RTTI_hknpMaterialPalette = (void *)0x05111CA0; -const void * RTTI_hknpModifier = (void *)0x051B4AB8; -const void * RTTI_hknpMotionPropertiesData = (void *)0x051122E8; -const void * RTTI_hknpMotionPropertiesLibrary = (void *)0x05404A10; -const void * RTTI_hknpMotionWeldingModifier = (void *)0x05115048; -const void * RTTI_hknpMountedBallGun = (void *)0x051142D8; -const void * RTTI_hknpMultithreadedSimulation = (void *)0x05114A38; -const void * RTTI_hknpNeighborWeldingModifier = (void *)0x05115010; -const void * RTTI_hknpNullShapeTagCodec = (void *)0x05114618; -const void * RTTI_hknpPairCollisionFilter = (void *)0x05112910; -const void * RTTI_hknpParticleEventCreator = (void *)0x05115350; -const void * RTTI_hknpParticleShapeLibrary = (void *)0x05115B70; -const void * RTTI_hknpParticleSimulationContext = (void *)0x051154B8; -const void * RTTI_hknpParticlesClosestHitOnMeshCollector = (void *)0x05115E30; -const void * RTTI_hknpParticlesCollider = (void *)0x051157B8; -const void * RTTI_hknpParticlesColliderShape = (void *)0x051120C0; -const void * RTTI_hknpParticlesCollisionFilter = (void *)0x05115DF8; -const void * RTTI_hknpParticlesDynamicHitsCollector = (void *)0x05115F48; -const void * RTTI_hknpParticlesStaticCollector = (void *)0x05115F10; -const void * RTTI_hknpPhysicsSceneData = (void *)0x05112368; -const void * RTTI_hknpPhysicsSystem = (void *)0x05403258; -const void * RTTI_hknpPhysicsSystemData = (void *)0x051F6BB0; -const void * RTTI_hknpPostCollideTask = (void *)0x05114A70; -const void * RTTI_hknpPostSolveTask = (void *)0x05114AF0; -const void * RTTI_hknpPreSolveTask = (void *)0x05114AC8; -const void * RTTI_hknpPrepareConstraintsTask = (void *)0x05115CA8; -const void * RTTI_hknpPrepareNarrowPhasePairsTask = (void *)0x05115C70; -const void * RTTI_hknpPrepareNarrowPhaseTask = (void *)0x05115C38; -const void * RTTI_hknpPrepareSolverData = (void *)0x05115D48; -const void * RTTI_hknpProcessFullCastsTask = (void *)0x05114B88; -const void * RTTI_hknpProcessNarrowPhaseGridTask = (void *)0x05114B18; -const void * RTTI_hknpProcessNarrowPhasePairsTask = (void *)0x05115BA0; -const void * RTTI_hknpProjectileGun = (void *)0x05112230; -const void * RTTI_hknpRagdoll = (void *)0x054032E0; -const void * RTTI_hknpRagdollData = (void *)0x051144D8; -const void * RTTI_hknpRefDragProperties = (void *)0x05111B90; -const void * RTTI_hknpRefMassDistribution = (void *)0x05406D30; -const void * RTTI_hknpRefMaterial = (void *)0x05111C50; -const void * RTTI_hknpRefWorldCinfo = (void *)0x05112340; -const void * RTTI_hknpRestitutionModifier = (void *)0x05114E60; -const void * RTTI_hknpSafeEaseConstraintsAction = (void *)0x05407CC0; -const void * RTTI_hknpScaledConvexShape = (void *)0x05112030; -const void * RTTI_hknpScaledConvexShapeBase = (void *)0x05112000; -const void * RTTI_hknpSetShapeKeyACdDetector = (void *)0x05115118; -const void * RTTI_hknpShape = (void *)0x05407410; -const void * RTTI_hknpShapeBuffer = (void *)0x051EA7F8; -const void * RTTI_hknpShapeFunctionsSingleton = (void *)0x05112BA8; -const void * RTTI_hknpShapeKeyArrayCacheCdDetector = (void *)0x05115150; -const void * RTTI_hknpShapeKeyMask = (void *)0x05111B38; -const void * RTTI_hknpShapeManager = (void *)0x051146C0; -const void * RTTI_hknpShapeMassProperties = (void *)0x05111B60; -const void * RTTI_hknpShapeScalingUtil = (void *)0x05119588; -const void * RTTI_hknpShape__MassConfig = (void *)0x05406D00; -const void * RTTI_hknpSignedDistanceFieldCollisionDetector = (void *)0x05115258; -const void * RTTI_hknpSimdTreeBroadPhase = (void *)0x05119350; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__CollideTrees = (void *)0x05119488; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty = (void *)0x051193E0; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__Finalize = (void *)0x051194C8; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData = (void *)0x05119440; -const void * RTTI_hknpSimulation = (void *)0x05112D20; -const void * RTTI_hknpSingleCellSpaceSplitter = (void *)0x05114998; -const void * RTTI_hknpSingleThreadedSimulation = (void *)0x05112E50; -const void * RTTI_hknpSingleThreadedSolverData = (void *)0x05114818; -const void * RTTI_hknpSoftContactModifier = (void *)0x05114EC8; -const void * RTTI_hknpSolveFinalizeTask = (void *)0x05114BE8; -const void * RTTI_hknpSolverData = (void *)0x051147F0; -const void * RTTI_hknpSolverFactoryTask = (void *)0x05114C88; -const void * RTTI_hknpSolverSchedulerTask = (void *)0x05115D18; -const void * RTTI_hknpSortFinalizeNarrowPhasePairsTask = (void *)0x05114CB8; -const void * RTTI_hknpSpaceSplitter = (void *)0x05114970; -const void * RTTI_hknpSphereShape = (void *)0x05112A80; -const void * RTTI_hknpSpringAction = (void *)0x05112188; -const void * RTTI_hknpStreamContactSolver = (void *)0x051130E8; -const void * RTTI_hknpSurfaceVelocityModifier = (void *)0x05114EF8; -const void * RTTI_hknpTaskGraph = (void *)0x05404C68; -const void * RTTI_hknpTriangleShape = (void *)0x051128E8; -const void * RTTI_hknpTriangleWeldingModifier = (void *)0x05114FD8; -const void * RTTI_hknpTriggerModifier = (void *)0x05114E30; -const void * RTTI_hknpTyremarksInfo = (void *)0x05112788; -const void * RTTI_hknpTyremarksWheel = (void *)0x05112758; -const void * RTTI_hknpUnaryAction = (void *)0x051FAC78; -const void * RTTI_hknpUniqueBodyIdHitCollector = (void *)0x0524EBA0; -const void * RTTI_hknpVariableTimeStepUtil = (void *)0x05115430; -const void * RTTI_hknpVehicleData = (void *)0x05112730; -const void * RTTI_hknpVehicleDefaultAerodynamics = (void *)0x051123F8; -const void * RTTI_hknpVehicleDefaultAnalogDriverInput = (void *)0x05112530; -const void * RTTI_hknpVehicleDefaultBrake = (void *)0x051124C0; -const void * RTTI_hknpVehicleDefaultEngine = (void *)0x051125C8; -const void * RTTI_hknpVehicleDefaultSteering = (void *)0x05112628; -const void * RTTI_hknpVehicleDefaultSuspension = (void *)0x051126C0; -const void * RTTI_hknpVehicleDefaultTransmission = (void *)0x051126F8; -const void * RTTI_hknpVehicleDefaultVelocityDamper = (void *)0x051127E0; -const void * RTTI_hknpVehicleDriverInputAnalogStatus = (void *)0x051124F0; -const void * RTTI_hknpVehicleInstance = (void *)0x05112398; -const void * RTTI_hknpVehicleLinearCastWheelCollide = (void *)0x05112818; -const void * RTTI_hknpVehicleRayCastWheelCollide = (void *)0x05112888; -const void * RTTI_hknpVehicleSuspension = (void *)0x05112690; -const void * RTTI_hknpVehicleWheelCollide = (void *)0x05112660; -const void * RTTI_hknpVehicleWheelCollide__WheelHitCollector = (void *)0x051156A0; -const void * RTTI_hknpWeldingModifier = (void *)0x05114D58; -const void * RTTI_hknpWorld = (void *)0x054039B0; -const void * RTTI_hknpWorldSnapshot = (void *)0x051128C0; -const void * RTTI_hkp6DofConstraintData = (void *)0x05115FD8; -const void * RTTI_hkpAngularFrictionConstraintData = (void *)0x05116568; -const void * RTTI_hkpBallAndSocketConstraintData = (void *)0x05116008; -const void * RTTI_hkpCallbackConstraintMotor = (void *)0x05116488; -const void * RTTI_hkpCogWheelConstraintData = (void *)0x05116078; -const void * RTTI_hkpConstraintData = (void *)0x05112AA8; -const void * RTTI_hkpConstraintMotor = (void *)0x05115FA8; -const void * RTTI_hkpDeformableFixedConstraintData = (void *)0x051160A8; -const void * RTTI_hkpFixedConstraintData = (void *)0x051160E0; -const void * RTTI_hkpHingeConstraintData = (void *)0x05116140; -const void * RTTI_hkpHingeLimitsData = (void *)0x05116110; -const void * RTTI_hkpLimitedForceConstraintMotor = (void *)0x05116450; -const void * RTTI_hkpLimitedHingeConstraintData = (void *)0x05116170; -const void * RTTI_hkpLinearClearanceConstraintData = (void *)0x05116040; -const void * RTTI_hkpLinearParametricCurve = (void *)0x051161D8; -const void * RTTI_hkpPointToPathConstraintData = (void *)0x05116208; -const void * RTTI_hkpPointToPlaneConstraintData = (void *)0x05116240; -const void * RTTI_hkpPositionConstraintMotor = (void *)0x051164C0; -const void * RTTI_hkpPrismaticConstraintData = (void *)0x05116278; -const void * RTTI_hkpPulleyConstraintData = (void *)0x051162B0; -const void * RTTI_hkpRackAndPinionConstraintData = (void *)0x051162E0; -const void * RTTI_hkpRagdollConstraintData = (void *)0x05116348; -const void * RTTI_hkpRagdollLimitsData = (void *)0x05116318; -const void * RTTI_hkpRotationalConstraintData = (void *)0x05116378; -const void * RTTI_hkpSpringDamperConstraintMotor = (void *)0x051164F8; -const void * RTTI_hkpStiffSpringConstraintData = (void *)0x051163B0; -const void * RTTI_hkpVehicleFrictionDescription = (void *)0x05112850; -const void * RTTI_hkpVelocityConstraintMotor = (void *)0x05116530; -const void * RTTI_hkpWheelConstraintData = (void *)0x05116420; -const void * RTTI_hkpWheelFrictionConstraintData = (void *)0x051163E8; -const void * RTTI_hkpWrappedConstraintData = (void *)0x05112B08; -const void * RTTI_idLogging__ILogger = (void *)0x0534AAC0; -const void * RTTI_idTCP = (void *)0x05498868; -const void * RTTI_nlohmann__detail__exception = (void *)0x05328B00; -const void * RTTI_nlohmann__detail__input_buffer_adapter = (void *)0x05328708; -const void * RTTI_nlohmann__detail__input_stream_adapter = (void *)0x0533AE78; -const void * RTTI_nlohmann__detail__out_of_range = (void *)0x053289F0; -const void * RTTI_nlohmann__detail__parse_error = (void *)0x05328AC8; -const void * RTTI_nsContainerMenu__ConfirmTakeAllTheThingsCallback = (void *)0x053B2C40; -const void * RTTI_nsControlMappingData__RemapHandler = (void *)0x05152710; -const void * RTTI_nsDataMenuData__GameLoadListener = (void *)0x051B39E8; -const void * RTTI_nsDialogueMenu__MenuEventCatcher = (void *)0x053B59A8; -const void * RTTI_nsMainMenu__InvalidUserCallback = (void *)0x053B9400; -const void * RTTI_nsMonocle__MenuEventCatcher = (void *)0x051B3170; -const void * RTTI_nsMonocle__MonocleFastTravelConfirmFunc = (void *)0x052FF1E8; -const void * RTTI_nsPauseMenu__UserDisengagedCallback = (void *)0x05316DD0; -const void * RTTI_nsPickpocketMenu__MenuEventCatcher = (void *)0x05301B48; -const void * RTTI_nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback = (void *)0x0532F5D0; -const void * RTTI_rcContext = (void *)0x051E7CE8; -const void * RTTI_std___Node_assert = (void *)0x051E19F8; -const void * RTTI_std___Node_back = (void *)0x051E19A8; -const void * RTTI_std___Node_base = (void *)0x051B82D0; -const void * RTTI_std___Node_capture = (void *)0x051B82A8; -const void * RTTI_std___Node_end_group = (void *)0x051B4AE0; -const void * RTTI_std___Node_end_rep = (void *)0x051E1A20; -const void * RTTI_std___Node_endif = (void *)0x051E19D0; -const void * RTTI_std___Node_if = (void *)0x051E1A98; -const void * RTTI_std___Node_rep = (void *)0x051E1AC0; -const void * RTTI_std___Root_node = (void *)0x051B6FE8; -const void * RTTI_std__bad_alloc = (void *)0x051195B8; -const void * RTTI_std__bad_array_new_length = (void *)0x05119608; -const void * RTTI_std__bad_cast = (void *)0x051198A0; -const void * RTTI_std__bad_optional_access = (void *)0x0511E960; -const void * RTTI_std__bad_variant_access = (void *)0x05119F30; -const void * RTTI_std__exception = (void *)0x051195E0; -const void * RTTI_std__logic_error = (void *)0x05119660; -const void * RTTI_std__out_of_range = (void *)0x05119638; -const void * RTTI_std__overflow_error = (void *)0x05116610; -const void * RTTI_std__range_error = (void *)0x051167E8; -const void * RTTI_std__runtime_error = (void *)0x0511E728; -const void * RTTI_std__underflow_error = (void *)0x05116640; -const void * RTTI_type_info = (void *)0x0512C6D0; +const void * RTTI_AK__StreamMgr__IAkFileLocationResolver = (void *)0x05E85988; +const void * RTTI_AK__StreamMgr__IAkLowLevelIOHook = (void *)0x05E85A40; +const void * RTTI_AabbHitCollector = (void *)0x05D08830; +const void * RTTI_AbsorbEffect = (void *)0x05F23288; +const void * RTTI_AccumulatingValueModifierEffect = (void *)0x05F23308; +const void * RTTI_ActionActivateDoneHandler = (void *)0x05F69DF8; +const void * RTTI_ActionInput = (void *)0x05DD1E68; +const void * RTTI_ActionOutput = (void *)0x05DD1E90; +const void * RTTI_ActiveEffect = (void *)0x05F232B0; +const void * RTTI_ActiveEffectReferenceEffectController = (void *)0x05F23418; +const void * RTTI_ActiveModItemDataModel = (void *)0x05EC0EC8; +const void * RTTI_ActiveModItemDataModel__ActiveModItemEventShuttle = (void *)0x05EC0E80; +const void * RTTI_Actor = (void *)0x05D0C098; +const void * RTTI_ActorKnowledge = (void *)0x05F54B88; +const void * RTTI_ActorMagicCaster = (void *)0x05F235F8; +const void * RTTI_ActorMover = (void *)0x05F53990; +const void * RTTI_ActorPackageData = (void *)0x05F4D500; +const void * RTTI_ActorSceneNextPhaseHandler = (void *)0x05F6A718; +const void * RTTI_ActorUtils__ArmorRatingVisitor = (void *)0x05F4C440; +const void * RTTI_ActorUtils__ArmorRatingVisitorBase = (void *)0x05F25BA0; +const void * RTTI_ActorValueBindingUpdaterService = (void *)0x05DDC3B0; +const void * RTTI_ActorValueInfo = (void *)0x05E6D828; +const void * RTTI_ActorValueOwner = (void *)0x05E517F8; +const void * RTTI_ActorValueSnapshot = (void *)0x05CFE5C0; +const void * RTTI_Actor__ForEachSpellVisitor = (void *)0x05F26938; +const void * RTTI_AddRagdollHandler = (void *)0x05F69F40; +const void * RTTI_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler = (void *)0x05DE5610; +const void * RTTI_AimAssistData = (void *)0x05E3AA58; +const void * RTTI_AimAssist__Circle = (void *)0x05DA6B58; +const void * RTTI_AimAssist__Ellipse = (void *)0x05E899B0; +const void * RTTI_AimAssist__Pill = (void *)0x05E8E9F8; +const void * RTTI_AimDownSightData = (void *)0x05E3ADF8; +const void * RTTI_AimModelData = (void *)0x05E3AEB8; +const void * RTTI_AimOpticalSightData = (void *)0x05E3AF58; +const void * RTTI_AimOpticalSightStates__Active = (void *)0x05D0FCC8; +const void * RTTI_AimOpticalSightStates__Base = (void *)0x05E8EDF8; +const void * RTTI_AimOpticalSightStates__BetweenShots = (void *)0x05D0FC48; +const void * RTTI_AimOpticalSightStates__Deinitialization = (void *)0x05D0FB98; +const void * RTTI_AimOpticalSightStates__Inactive = (void *)0x05D0FC10; +const void * RTTI_AimOpticalSightStates__Initialization = (void *)0x05D0FC88; +const void * RTTI_AimOpticalSightStates__Ready = (void *)0x05D0FBD8; +const void * RTTI_AlarmPackage = (void *)0x05D115C8; +const void * RTTI_AlchemyItem = (void *)0x05DF72F0; +const void * RTTI_AliasLegendaryRankCalculator = (void *)0x05E67A48; +const void * RTTI_AllowRotationHandler = (void *)0x05F69B58; +const void * RTTI_AllowRotationHandlerReference = (void *)0x05F6A3D8; +const void * RTTI_AmmoData = (void *)0x05EE2D88; +const void * RTTI_AnimGraph = (void *)0x05FE1218; +const void * RTTI_AnimGraphNode = (void *)0x05FE1CF0; +const void * RTTI_AnimatedCameraDeltaStartHandler = (void *)0x05F69A40; +const void * RTTI_AnimatedCameraEndHandler = (void *)0x05F698F0; +const void * RTTI_AnimatedCameraStartHandler = (void *)0x05F69A08; +const void * RTTI_AnimationClipDataSingleton = (void *)0x05FEFDA8; +const void * RTTI_AnimationCompleteHandler = (void *)0x05F69D68; +const void * RTTI_AnimationCorrectedNode = (void *)0x05FEF3F8; +const void * RTTI_AnimationCorrectedNodeInstance = (void *)0x05FEF3C0; +const void * RTTI_AnimationDrivenHandler = (void *)0x05F69B28; +const void * RTTI_AnimationDrivenHandlerReference = (void *)0x05F6A3A0; +const void * RTTI_AnimationFileManagerSingleton = (void *)0x05FF0110; +const void * RTTI_AnimationGraphInstance = (void *)0x05FE24A0; +const void * RTTI_AnimationImpactSelector = (void *)0x05FEEFB8; +const void * RTTI_AnimationImpactSelectorInstance = (void *)0x05FEEF80; +const void * RTTI_AnimationManager = (void *)0x05FE1C98; +const void * RTTI_AnimationNode = (void *)0x05FEF770; +const void * RTTI_AnimationNodeInstance = (void *)0x05FEF740; +const void * RTTI_AnimationObjectDrawHandler = (void *)0x05F698B8; +const void * RTTI_AnimationObjectHideHandler = (void *)0x05F69738; +const void * RTTI_AnimationObjectLoadHandler = (void *)0x05F69810; +const void * RTTI_AnimationObjectUnequipAllHandler = (void *)0x05F69880; +const void * RTTI_AnimationObjectUnequipHandler = (void *)0x05F69848; +const void * RTTI_AnimationRagdoll = (void *)0x05FEF2B0; +const void * RTTI_AnimationRagdollDrive = (void *)0x05FEF250; +const void * RTTI_AnimationRagdollDriveInstance = (void *)0x05FEF218; +const void * RTTI_AnimationRagdollInstance = (void *)0x05FEF280; +const void * RTTI_AnimationStanceDataSingletonDBData = (void *)0x05FF0798; +const void * RTTI_AnimationStreamLoadGame = (void *)0x05E597A0; +const void * RTTI_AnimationStreamSaveGame = (void *)0x05E59770; +const void * RTTI_AnimationSystemUtils__QueuedAnimationHandles = (void *)0x05E83F00; +const void * RTTI_AnimationSystemUtils__QueuedModelHandles = (void *)0x05E83F48; +const void * RTTI_AnimationSystemUtils__QueuedReferenceAnimationTask = (void *)0x05E83EB0; +const void * RTTI_AnimationSystemUtils__TESModelAndAnimationHandles = (void *)0x05DD6180; +const void * RTTI_AntiGravityEffect = (void *)0x05F23738; +const void * RTTI_AnticipateAttackHandler = (void *)0x05F6B1A8; +const void * RTTI_ArchiveFile = (void *)0x06049228; +const void * RTTI_ArmorCraftingMenu = (void *)0x05EE77B8; +const void * RTTI_ArrowAttachHandler = (void *)0x05F6A210; +const void * RTTI_ArrowDetachHandler = (void *)0x05F6A240; +const void * RTTI_ArrowProjectile = (void *)0x05F6D170; +const void * RTTI_AssignVariable = (void *)0x05FEF188; +const void * RTTI_AssignVariableInstance = (void *)0x05FEF158; +const void * RTTI_AssigniState = (void *)0x05FEF130; +const void * RTTI_AssigniStateInstance = (void *)0x05FEF100; +const void * RTTI_AttachDistant3DTask = (void *)0x05DFB540; +const void * RTTI_AttachReferenceHandler = (void *)0x05F6AB68; +const void * RTTI_AttackStopHandler = (void *)0x05F6B388; +const void * RTTI_AttractionObjectLOSUtils__CacheEntry = (void *)0x05E88E58; +const void * RTTI_AutoVanityState = (void *)0x05FA3E28; +const void * RTTI_AwakeSoundFadeHandler = (void *)0x05F6ABF0; +const void * RTTI_AwakeSoundPauseHandler = (void *)0x05F6AAD0; +const void * RTTI_AwakeSoundResumeHandler = (void *)0x05F6AB00; +const void * RTTI_AwakeSoundStopHandler = (void *)0x05F6AAA0; +const void * RTTI_BGSAIWorldLocationEditorSpacePointRadius = (void *)0x05DD13B8; +const void * RTTI_BGSAIWorldLocationInteriorCell = (void *)0x05DD0FE0; +const void * RTTI_BGSAIWorldLocationPointRadius = (void *)0x05DD1018; +const void * RTTI_BGSAIWorldLocationPrimitive = (void *)0x05DD11E8; +const void * RTTI_BGSAIWorldLocationRefRadius = (void *)0x05DD12B8; +const void * RTTI_BGSAVMData = (void *)0x05DDE888; +const void * RTTI_BGSAbilityPerkEntry = (void *)0x05E67900; +const void * RTTI_BGSAcousticSpace = (void *)0x05D0CA30; +const void * RTTI_BGSAction = (void *)0x05E67040; +const void * RTTI_BGSActionData = (void *)0x05DD1EB8; +const void * RTTI_BGSActivity = (void *)0x05DCF0F0; +const void * RTTI_BGSActivityTrackerFormComponent = (void *)0x05DE55D0; +const void * RTTI_BGSActorValueActivity = (void *)0x05DCF140; +const void * RTTI_BGSActorValueActivity_Runtime = (void *)0x05DCF0B8; +const void * RTTI_BGSAddToInventoryOnDestroy = (void *)0x05DE5808; +const void * RTTI_BGSAddonNode = (void *)0x05E4C778; +const void * RTTI_BGSAddonNodeSoundHandleExtra = (void *)0x05E4C7A0; +const void * RTTI_BGSAffinityEvent = (void *)0x05E48DA8; +const void * RTTI_BGSAimAssistModel = (void *)0x05E3AAC0; +const void * RTTI_BGSAimAssistPoseData = (void *)0x05E4BB80; +const void * RTTI_BGSAimDownSightModel = (void *)0x05E3AE20; +const void * RTTI_BGSAimModel = (void *)0x05E3AE50; +const void * RTTI_BGSAimOpticalSightModel = (void *)0x05E3AEE0; +const void * RTTI_BGSAmbienceSet = (void *)0x05E3AF88; +const void * RTTI_BGSAnimationGraphComponent = (void *)0x05DD3390; +const void * RTTI_BGSAnimationPathImplementation = (void *)0x05F4C388; +const void * RTTI_BGSApplyMagicEffectActivity = (void *)0x05DCF480; +const void * RTTI_BGSApplyMagicEffectActivity_Runtime = (void *)0x05DCF440; +const void * RTTI_BGSArtObject = (void *)0x05E4C8A8; +const void * RTTI_BGSArtObjectCloneTask = (void *)0x05E4C878; +const void * RTTI_BGSAssociationType = (void *)0x05E67060; +const void * RTTI_BGSAtmosphere = (void *)0x05E4BB58; +const void * RTTI_BGSAttachParentArray = (void *)0x05DE5BD8; +const void * RTTI_BGSAttachTechniquesUtil__AttachTechniquesFunctor = (void *)0x05E07A60; +const void * RTTI_BGSAttachTechniquesUtil__DetachTechniquesFunctor = (void *)0x05E07990; +const void * RTTI_BGSAttachTechniquesUtil__ProcessTechniquesFunctor = (void *)0x05E07A10; +const void * RTTI_BGSAttackData = (void *)0x05E6D850; +const void * RTTI_BGSAttackDataForm = (void *)0x05E019C0; +const void * RTTI_BGSAttackDataMap = (void *)0x05E6D878; +const void * RTTI_BGSAttractionRule = (void *)0x05E48DD0; +const void * RTTI_BGSAudioOcclusionPrimitive = (void *)0x05DDCE20; +const void * RTTI_BGSAudio_Internal__LooseAudioRegistrar = (void *)0x05E84D88; +const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo = (void *)0x05E84DD0; +const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo = (void *)0x05E84E20; +const void * RTTI_BGSAudio_Internal__WwiseGameObjectMgr = (void *)0x05E85300; +const void * RTTI_BGSAudio_Internal__WwiseIODevice = (void *)0x05E85570; +const void * RTTI_BGSAudio_Internal__WwiseIOMgr = (void *)0x05E85538; +const void * RTTI_BGSAudio__IEmitterResolver = (void *)0x05E85A78; +const void * RTTI_BGSAudio__RefNodeResolver = (void *)0x05E85908; +const void * RTTI_BGSAudio__WwiseService = (void *)0x05E858D8; +const void * RTTI_BGSBarterActivity = (void *)0x05DD06F8; +const void * RTTI_BGSBarterActivity_Runtime = (void *)0x05DD06C8; +const void * RTTI_BGSBaseAlias = (void *)0x05E48ED0; +const void * RTTI_BGSBaseLODBlock = (void *)0x05DDF0F0; +const void * RTTI_BGSBaseLODBlock__AutoDetachBlock = (void *)0x05DDF0B8; +const void * RTTI_BGSBaseLODBlock__GeometryAutoDetachBlock = (void *)0x05DDF028; +const void * RTTI_BGSBaseLODRuntimeComponent = (void *)0x05DDF500; +const void * RTTI_BGSBendableSpline = (void *)0x05E4C8D0; +const void * RTTI_BGSBiome = (void *)0x05D0CBB0; +const void * RTTI_BGSBiomeMarkerObject = (void *)0x05E3B730; +const void * RTTI_BGSBiome__MarkerKeywordData = (void *)0x05E4BDD0; +const void * RTTI_BGSBleedoutActivity = (void *)0x05DCF5C0; +const void * RTTI_BGSBleedoutActivity_Runtime = (void *)0x05DCF588; +const void * RTTI_BGSBlockBashData = (void *)0x05E019E8; +const void * RTTI_BGSBodyManager = (void *)0x05DD6D60; +const void * RTTI_BGSBodyPartData = (void *)0x05D0F2C0; +const void * RTTI_BGSBodyPartInfo = (void *)0x05D0C640; +const void * RTTI_BGSBodyUtils__SkinColorUpdateNode = (void *)0x05DD6C88; +const void * RTTI_BGSBoneModifier = (void *)0x05E3B8C0; +const void * RTTI_BGSBuildWorkshopActivity = (void *)0x05DCF6C0; +const void * RTTI_BGSBuildWorkshopActivity_Runtime = (void *)0x05DCF688; +const void * RTTI_BGSCameraPath = (void *)0x05E63EC8; +const void * RTTI_BGSCameraShot = (void *)0x05E63EF0; +const void * RTTI_BGSChallengeForm = (void *)0x05DDE830; +const void * RTTI_BGSCharacterMorph__FacialBoneSculptSlider = (void *)0x05E48DF8; +const void * RTTI_BGSCharacterMorph__FacialBoneSlider = (void *)0x05E48E38; +const void * RTTI_BGSCloudForm = (void *)0x05E40F40; +const void * RTTI_BGSCollisionLayer = (void *)0x05E63F18; +const void * RTTI_BGSColorForm = (void *)0x05E63F40; +const void * RTTI_BGSCompleteResearchActivity = (void *)0x05DCF780; +const void * RTTI_BGSCompleteResearchActivity_Runtime = (void *)0x05DCF740; +const void * RTTI_BGSConditionForm = (void *)0x05D0C128; +const void * RTTI_BGSConstructibleObject = (void *)0x05E4C8F8; +const void * RTTI_BGSConsumeActivity = (void *)0x05DCF890; +const void * RTTI_BGSConsumeActivity_Runtime = (void *)0x05DCF858; +const void * RTTI_BGSContactShadowComponent = (void *)0x05DD78E8; +const void * RTTI_BGSConveyorBelt__ConveyorBelt = (void *)0x05DED710; +const void * RTTI_BGSCraftActivity = (void *)0x05DCF9B0; +const void * RTTI_BGSCraftActivity_Runtime = (void *)0x05DCF980; +const void * RTTI_BGSCraftableForm = (void *)0x05E3B760; +const void * RTTI_BGSCraftingResourceOwner = (void *)0x05D0C668; +const void * RTTI_BGSCrippleLimbActivity = (void *)0x05DCFAA0; +const void * RTTI_BGSCrippleLimbActivity_Runtime = (void *)0x05DCFA68; +const void * RTTI_BGSCrowdComponent = (void *)0x05DE5F60; +const void * RTTI_BGSCurve3DForm = (void *)0x05E3AAE8; +const void * RTTI_BGSCurveForm = (void *)0x05E3AB10; +const void * RTTI_BGSCustomShipForm = (void *)0x05DD7B30; +const void * RTTI_BGSDamageType = (void *)0x05E4BE40; +const void * RTTI_BGSDebris = (void *)0x05E4C928; +const void * RTTI_BGSDecalManager = (void *)0x05E084E0; +const void * RTTI_BGSDecalNode = (void *)0x05E08720; +const void * RTTI_BGSDefaultObject = (void *)0x05DA63C0; +const void * RTTI_BGSDefaultObjectManager = (void *)0x05DA66D0; +const void * RTTI_BGSDestroyShipActivity = (void *)0x05DCFB58; +const void * RTTI_BGSDestroyShipActivity_Runtime = (void *)0x05DCFAD0; +const void * RTTI_BGSDestructibleObjectForm = (void *)0x05DF7318; +const void * RTTI_BGSDialogueBranch = (void *)0x05D0C948; +const void * RTTI_BGSDisplayCaseFormComponent = (void *)0x05DE60A8; +const void * RTTI_BGSDistantObjectBlock = (void *)0x05E7F7B0; +const void * RTTI_BGSDockingActivity = (void *)0x05DCFC18; +const void * RTTI_BGSDockingActivity_Runtime = (void *)0x05DCFC48; +const void * RTTI_BGSDualCastData = (void *)0x05DF7348; +const void * RTTI_BGSDynamicLODBlock = (void *)0x05DDFAA8; +const void * RTTI_BGSDynamicLODBlock__InstancedAutoDetachBlock = (void *)0x05DDFA60; +const void * RTTI_BGSEchoListener = (void *)0x05E4C5A0; +const void * RTTI_BGSEffectSequenceForm = (void *)0x05E3B788; +const void * RTTI_BGSEffectSequenceFormComponent = (void *)0x05DE6420; +const void * RTTI_BGSEntryPointFunctionData = (void *)0x05E67148; +const void * RTTI_BGSEntryPointFunctionDataAVAndValue = (void *)0x05E671E8; +const void * RTTI_BGSEntryPointFunctionDataActivateChoice = (void *)0x05E67108; +const void * RTTI_BGSEntryPointFunctionDataBooleanGraphVariable = (void *)0x05E672B0; +const void * RTTI_BGSEntryPointFunctionDataLeveledList = (void *)0x05E67228; +const void * RTTI_BGSEntryPointFunctionDataOneValue = (void *)0x05E67178; +const void * RTTI_BGSEntryPointFunctionDataProjectile = (void *)0x05E670C8; +const void * RTTI_BGSEntryPointFunctionDataSpellItem = (void *)0x05E67268; +const void * RTTI_BGSEntryPointFunctionDataText = (void *)0x05E67090; +const void * RTTI_BGSEntryPointFunctionDataTwoValue = (void *)0x05E671B0; +const void * RTTI_BGSEntryPointPerkEntry = (void *)0x05E67930; +const void * RTTI_BGSEquipSlot = (void *)0x05E673B8; +const void * RTTI_BGSExplosion = (void *)0x05E4C948; +const void * RTTI_BGSExternalComponentDataSource = (void *)0x05DE6688; +const void * RTTI_BGSFaceFX = (void *)0x05DE28A0; +const void * RTTI_BGSFadeManager = (void *)0x05DD7260; +const void * RTTI_BGSFogVolumeForm = (void *)0x05E40F68; +const void * RTTI_BGSFootIkImplementation = (void *)0x05F4C358; +const void * RTTI_BGSFootstep = (void *)0x05E64070; +const void * RTTI_BGSFootstepManager = (void *)0x05F4E8A0; +const void * RTTI_BGSFootstepSet = (void *)0x05E64098; +const void * RTTI_BGSForceData = (void *)0x05E3AFB0; +const void * RTTI_BGSForcedLocRefType = (void *)0x05DE67F0; +const void * RTTI_BGSFormFolderKeywordList = (void *)0x05DDE9C0; +const void * RTTI_BGSFormLinkData = (void *)0x05DE6920; +const void * RTTI_BGSGenericBaseForm = (void *)0x05E4C9A0; +const void * RTTI_BGSGenericBaseFormTemplate = (void *)0x05E4C9D0; +const void * RTTI_BGSGeometryConstructorManager = (void *)0x05F3E480; +const void * RTTI_BGSGrassManager__AddCellGrassTask = (void *)0x05E09600; +const void * RTTI_BGSGrassManager__CellGrass = (void *)0x05E09638; +const void * RTTI_BGSGravJumpActivity = (void *)0x05DCFD10; +const void * RTTI_BGSGravJumpActivity_Runtime = (void *)0x05DCFD40; +const void * RTTI_BGSGroundCover = (void *)0x05E50AD0; +const void * RTTI_BGSGroupedInstancedGeometry = (void *)0x05DD7788; +const void * RTTI_BGSHarvestActivity = (void *)0x05DCFDF8; +const void * RTTI_BGSHarvestActivity_Runtime = (void *)0x05DCFD78; +const void * RTTI_BGSHavokGeometryAttach = (void *)0x05E079D8; +const void * RTTI_BGSHavokGeometryAttach__ActionPolicy = (void *)0x05E07838; +const void * RTTI_BGSHavokGeometryAttach__AttachPolicy = (void *)0x05E07878; +const void * RTTI_BGSHavokGeometryAttach__DetachPolicy = (void *)0x05E077C8; +const void * RTTI_BGSHazard = (void *)0x05D22B40; +const void * RTTI_BGSHeadPart = (void *)0x05E67408; +const void * RTTI_BGSIdleCollection = (void *)0x05D0CC60; +const void * RTTI_BGSIdleMarker = (void *)0x05E67430; +const void * RTTI_BGSImpactData = (void *)0x05E640C0; +const void * RTTI_BGSImpactDataSet = (void *)0x05E64208; +const void * RTTI_BGSImpactManager = (void *)0x05F2F278; +const void * RTTI_BGSInstanceNamingRules = (void *)0x05D0EB68; +const void * RTTI_BGSInventoryInterface = (void *)0x05F3D9B8; +const void * RTTI_BGSInventoryList = (void *)0x05E09E08; +const void * RTTI_BGSKeyword = (void *)0x05D0CB88; +const void * RTTI_BGSKeywordForm = (void *)0x05D22740; +const void * RTTI_BGSKillActivity = (void *)0x05DCFE98; +const void * RTTI_BGSKillActivity_Runtime = (void *)0x05DCFE28; +const void * RTTI_BGSLODManager = (void *)0x05E81410; +const void * RTTI_BGSLODStates__Geometry__Attached = (void *)0x05D0C608; +const void * RTTI_BGSLODStates__Geometry__Attaching = (void *)0x05D0C598; +const void * RTTI_BGSLODStates__Geometry__Base = (void *)0x05DDED68; +const void * RTTI_BGSLODStates__Geometry__DeferredDetach = (void *)0x05D0C520; +const void * RTTI_BGSLODStates__Geometry__DeferredDetachComplete = (void *)0x05D0C430; +const void * RTTI_BGSLODStates__Geometry__Detached = (void *)0x05D0C560; +const void * RTTI_BGSLODStates__Geometry__Invisible = (void *)0x05D0C478; +const void * RTTI_BGSLODStates__Geometry__Loaded = (void *)0x05D0C4E8; +const void * RTTI_BGSLODStates__Geometry__Loading = (void *)0x05D0C4B0; +const void * RTTI_BGSLODStates__Geometry__Prepared = (void *)0x05D0C3F8; +const void * RTTI_BGSLODStates__Geometry__Preparing = (void *)0x05D0C350; +const void * RTTI_BGSLODStates__Geometry__Reset = (void *)0x05D0C3C0; +const void * RTTI_BGSLODStates__Geometry__Unloaded = (void *)0x05D0C388; +const void * RTTI_BGSLODStates__Geometry__Visible = (void *)0x05D0C5D0; +const void * RTTI_BGSLODStates__Node__Active = (void *)0x05D0F948; +const void * RTTI_BGSLODStates__Node__Base = (void *)0x05E81C30; +const void * RTTI_BGSLODStates__Node__Fading = (void *)0x05E81D40; +const void * RTTI_BGSLODStates__Node__FadingIn = (void *)0x05D0F9B0; +const void * RTTI_BGSLODStates__Node__FadingOut = (void *)0x05D0FA28; +const void * RTTI_BGSLODStates__Node__Inactive = (void *)0x05D0FB48; +const void * RTTI_BGSLODStates__Node__IntersectsLoadedArea = (void *)0x05D0FAD0; +const void * RTTI_BGSLODStates__Node__Loaded = (void *)0x05D0F918; +const void * RTTI_BGSLODStates__Node__OutsideLoadedArea = (void *)0x05D0FA60; +const void * RTTI_BGSLODStates__Node__PendingCellClearBase = (void *)0x05E81CC8; +const void * RTTI_BGSLODStates__Node__PrepareFading = (void *)0x05E81D08; +const void * RTTI_BGSLODStates__Node__PrepareFadingIn = (void *)0x05D0F978; +const void * RTTI_BGSLODStates__Node__PrepareFadingOut = (void *)0x05D0F9E8; +const void * RTTI_BGSLODStates__Node__Split = (void *)0x05D0FAA0; +const void * RTTI_BGSLODStates__Node__Unloaded = (void *)0x05D0FB10; +const void * RTTI_BGSLandPlanetActivity = (void *)0x05DCFF88; +const void * RTTI_BGSLandPlanetActivity_Runtime = (void *)0x05DCFFB8; +const void * RTTI_BGSLayeredMaterialSwap = (void *)0x05E3B528; +const void * RTTI_BGSLegendaryItem = (void *)0x05E3B7B8; +const void * RTTI_BGSLensFlare = (void *)0x05E4CA48; +const void * RTTI_BGSLensFlareSprite = (void *)0x05E4CA70; +const void * RTTI_BGSLevGenericBaseForm = (void *)0x05E4CAE8; +const void * RTTI_BGSLevPackIn = (void *)0x05E4CB18; +const void * RTTI_BGSLevSpaceCell = (void *)0x05E50B30; +const void * RTTI_BGSLightingTemplate = (void *)0x05E50B58; +const void * RTTI_BGSLinkedVoiceType = (void *)0x05DE6A80; +const void * RTTI_BGSListForm = (void *)0x05E64230; +const void * RTTI_BGSLoadFormBuffer = (void *)0x05DF9680; +const void * RTTI_BGSLoadGameBuffer = (void *)0x05DF9658; +const void * RTTI_BGSLoadGameBufferSimple = (void *)0x05DF9628; +const void * RTTI_BGSLoadedSceneLODBlock = (void *)0x05E81F58; +const void * RTTI_BGSLocAlias = (void *)0x05E67558; +const void * RTTI_BGSLocation = (void *)0x05D0C998; +const void * RTTI_BGSLocationRefType = (void *)0x05D0ECC8; +const void * RTTI_BGSLockPickActivity = (void *)0x05DD08E0; +const void * RTTI_BGSLockPickActivity_Runtime = (void *)0x05DD08A8; +const void * RTTI_BGSLodOwnerComponent = (void *)0x05DE6C78; +const void * RTTI_BGSLodRuntimeOwnerComponent = (void *)0x05DDF468; +const void * RTTI_BGSLootContainerActivity = (void *)0x05DD0078; +const void * RTTI_BGSLootContainerActivity_Runtime = (void *)0x05DCFFF0; +const void * RTTI_BGSLoseEnemyActivity = (void *)0x05DD01B8; +const void * RTTI_BGSLoseEnemyActivity_Runtime = (void *)0x05DD01E8; +const void * RTTI_BGSMaterialPathForm = (void *)0x05E3B348; +const void * RTTI_BGSMaterialPropertyComponent = (void *)0x05DE6F10; +const void * RTTI_BGSMaterialType = (void *)0x05E64340; +const void * RTTI_BGSMeleeAimAssistModel = (void *)0x05E3ABB0; +const void * RTTI_BGSMessage = (void *)0x05D0C8C8; +const void * RTTI_BGSMod__Attachment__Mod = (void *)0x05D0C8F0; +const void * RTTI_BGSMod__Property__BridgeI = (void *)0x05D982A0; +const void * RTTI_BGSMod__Template__Item = (void *)0x05DE6F70; +const void * RTTI_BGSMod__Template__Items = (void *)0x05E4F6B8; +const void * RTTI_BGSModelMaterialSwap = (void *)0x05DE7298; +const void * RTTI_BGSModelNode = (void *)0x05E09FD0; +const void * RTTI_BGSMorphableObject = (void *)0x05E4CB40; +const void * RTTI_BGSMotorAction__Action = (void *)0x05DED7A0; +const void * RTTI_BGSMotorAction__FanMotor = (void *)0x05DED770; +const void * RTTI_BGSMovableStatic = (void *)0x05E4CCD8; +const void * RTTI_BGSMovementType = (void *)0x05E67580; +const void * RTTI_BGSMoviePlayer = (void *)0x05F2F388; +const void * RTTI_BGSMultiTechniqueAttach = (void *)0x05E078F0; +const void * RTTI_BGSMultiTechniqueAttach__ActionPolicy = (void *)0x05E07748; +const void * RTTI_BGSMultiTechniqueAttach__AttachPolicy = (void *)0x05E07788; +const void * RTTI_BGSMultiTechniqueAttach__DetachPolicy = (void *)0x05E07708; +const void * RTTI_BGSMusicPaletteTrack = (void *)0x05E64390; +const void * RTTI_BGSMusicSilenceTrack = (void *)0x05E643E8; +const void * RTTI_BGSMusicSingleTrack = (void *)0x05E64418; +const void * RTTI_BGSMusicTrack = (void *)0x05E643C0; +const void * RTTI_BGSMusicTrackFormWrapper = (void *)0x05E644E8; +const void * RTTI_BGSMusicType = (void *)0x05D0CA80; +const void * RTTI_BGSNamedNodeAttach = (void *)0x05E07808; +const void * RTTI_BGSNamedNodeAttach__ActionPolicy = (void *)0x05E07920; +const void * RTTI_BGSNamedNodeAttach__AttachPolicy = (void *)0x05E07958; +const void * RTTI_BGSNamedNodeAttach__DetachPolicy = (void *)0x05E078B8; +const void * RTTI_BGSNavigationGridManager = (void *)0x05E0F588; +const void * RTTI_BGSNote = (void *)0x05D0EEE0; +const void * RTTI_BGSObjectInstanceExtra = (void *)0x05DE25C8; +const void * RTTI_BGSObjectPlacementDefaults = (void *)0x05DE73E8; +const void * RTTI_BGSObjectSwap = (void *)0x05E4C2E8; +const void * RTTI_BGSObjectVisibilityManager = (void *)0x05D48820; +const void * RTTI_BGSObjectWindowFilterComponent = (void *)0x05DD7C80; +const void * RTTI_BGSOrbitalDataComponent = (void *)0x05DE7530; +const void * RTTI_BGSOrbitedDataComponent = (void *)0x05DE7900; +const void * RTTI_BGSOutfit = (void *)0x05E4CFB8; +const void * RTTI_BGSOverridePackCollection = (void *)0x05E01F38; +const void * RTTI_BGSPackIn = (void *)0x05E4E4A0; +const void * RTTI_BGSPackageDataBool = (void *)0x05D0F3F0; +const void * RTTI_BGSPackageDataFloat = (void *)0x05E6DA68; +const void * RTTI_BGSPackageDataInt = (void *)0x05E6DB38; +const void * RTTI_BGSPackageDataLocation = (void *)0x05E6D8A0; +const void * RTTI_BGSPackageDataLocationWrapper = (void *)0x05E6D8D0; +const void * RTTI_BGSPackageDataObjectList = (void *)0x05D0F768; +const void * RTTI_BGSPackageDataRef = (void *)0x05E6DBB8; +const void * RTTI_BGSPackageDataRefOLD = (void *)0x05E6DA38; +const void * RTTI_BGSPackageDataScene = (void *)0x05D0C018; +const void * RTTI_BGSPackageDataTargetSelector = (void *)0x05E6D908; +const void * RTTI_BGSPackageDataTopic = (void *)0x05D0F828; +const void * RTTI_BGSPapyrusScriptsComponent = (void *)0x05DE7F28; +const void * RTTI_BGSParticleObjectCloneTask = (void *)0x05E7C640; +const void * RTTI_BGSParticleSystemDefineCollection = (void *)0x05E3B7E0; +const void * RTTI_BGSPathingData = (void *)0x05DE8060; +const void * RTTI_BGSPerk = (void *)0x05D0EF00; +const void * RTTI_BGSPerkRank = (void *)0x05E67888; +const void * RTTI_BGSPhotoModeFeature = (void *)0x05DDE858; +const void * RTTI_BGSPickupPutdownSounds = (void *)0x05D227E8; +const void * RTTI_BGSPlanetContentManager = (void *)0x05F3F158; +const void * RTTI_BGSPlanetContentManagerBranchNode = (void *)0x05E21B28; +const void * RTTI_BGSPlanetContentManagerContentNode = (void *)0x05D0CFD8; +const void * RTTI_BGSPlanetContentManagerContentProperties = (void *)0x05E19A58; +const void * RTTI_BGSPlanetContentManagerTree = (void *)0x05E224D0; +const void * RTTI_BGSPlanetContentManager__ILogEventData = (void *)0x05E21AB0; +const void * RTTI_BGSPlanet__Atmosphere = (void *)0x05E19B00; +const void * RTTI_BGSPlanet__ContentPlacement = (void *)0x05E1E3A8; +const void * RTTI_BGSPlanet__IModule = (void *)0x05E19AD8; +const void * RTTI_BGSPlanet__LODNotifierModule = (void *)0x05E1E2A0; +const void * RTTI_BGSPlanet__LandingMarkers = (void *)0x05E1D948; +const void * RTTI_BGSPlanet__Landscape = (void *)0x05E1DF28; +const void * RTTI_BGSPlanet__Manager = (void *)0x05E1E0D0; +const void * RTTI_BGSPlanet__Manager__MoveToNode = (void *)0x05E1E268; +const void * RTTI_BGSPlanet__Manager__ShiftToTask = (void *)0x05E1E230; +const void * RTTI_BGSPlanet__MultiFiles__Grid = (void *)0x05E1DEF8; +const void * RTTI_BGSPlanet__MultiFiles__MasterFile = (void *)0x05E1DEC0; +const void * RTTI_BGSPlanet__NavMeshGen = (void *)0x05E1ECA0; +const void * RTTI_BGSPlanet__OrderedLandTextures = (void *)0x05E1E1F8; +const void * RTTI_BGSPlanet__Overlays = (void *)0x05E1E1C8; +const void * RTTI_BGSPlanet__PlanetData = (void *)0x05E1CE40; +const void * RTTI_BGSPlanet__ProcGen = (void *)0x05E20218; +const void * RTTI_BGSPlanet__ProcGenRuntimeService = (void *)0x05E20948; +const void * RTTI_BGSPlanet__ScanCollection = (void *)0x05EA7C50; +const void * RTTI_BGSPlanet__SurfaceMapModule = (void *)0x05E1E370; +const void * RTTI_BGSPlanet__UpdateNavMeshTaskNode = (void *)0x05E1E820; +const void * RTTI_BGSPlayerMusicChanger = (void *)0x05F25218; +const void * RTTI_BGSPlayerPickpocketActivity = (void *)0x05DD02B8; +const void * RTTI_BGSPlayerPickpocketActivity_Runtime = (void *)0x05DD02F0; +const void * RTTI_BGSPreviewTransform = (void *)0x05DE8088; +const void * RTTI_BGSPrimitive = (void *)0x05E0A200; +const void * RTTI_BGSPrimitiveBox = (void *)0x05E0A1D8; +const void * RTTI_BGSPrimitiveComponent = (void *)0x05DE81C0; +const void * RTTI_BGSPrimitiveCylinder = (void *)0x05E0A280; +const void * RTTI_BGSPrimitiveEllipsoid = (void *)0x05E0A2B0; +const void * RTTI_BGSPrimitiveLine = (void *)0x05E0A2E0; +const void * RTTI_BGSPrimitivePlane = (void *)0x05E0A258; +const void * RTTI_BGSPrimitiveSphere = (void *)0x05E0A228; +const void * RTTI_BGSProcedureAcquire = (void *)0x05E73A60; +const void * RTTI_BGSProcedureAcquireExecState = (void *)0x05E739C8; +const void * RTTI_BGSProcedureActivate = (void *)0x05E73EE0; +const void * RTTI_BGSProcedureActivateExecState = (void *)0x05E73E08; +const void * RTTI_BGSProcedureAmbush = (void *)0x05DD1718; +const void * RTTI_BGSProcedureAmbushExecState = (void *)0x05DD17A8; +const void * RTTI_BGSProcedureBase = (void *)0x05DD1840; +const void * RTTI_BGSProcedureCombatTravel = (void *)0x05E74160; +const void * RTTI_BGSProcedureCombatTravelExecState = (void *)0x05E741F0; +const void * RTTI_BGSProcedureDialogue = (void *)0x05E74478; +const void * RTTI_BGSProcedureDialogueActivate = (void *)0x05E747B8; +const void * RTTI_BGSProcedureDialogueActivateExecState = (void *)0x05E74710; +const void * RTTI_BGSProcedureDialogueExecState = (void *)0x05E734A0; +const void * RTTI_BGSProcedureDone = (void *)0x05E738E8; +const void * RTTI_BGSProcedureDoneExecState = (void *)0x05E73540; +const void * RTTI_BGSProcedureEat = (void *)0x05E74970; +const void * RTTI_BGSProcedureEatExecState = (void *)0x05E73410; +const void * RTTI_BGSProcedureEscort = (void *)0x05E76418; +const void * RTTI_BGSProcedureEscortExecState = (void *)0x05E76358; +const void * RTTI_BGSProcedureFind = (void *)0x05E767E8; +const void * RTTI_BGSProcedureFindExecState = (void *)0x05E733E0; +const void * RTTI_BGSProcedureFlee = (void *)0x05E769F0; +const void * RTTI_BGSProcedureFleeExecState = (void *)0x05E76A80; +const void * RTTI_BGSProcedureFlightGrab = (void *)0x05E76DA8; +const void * RTTI_BGSProcedureFlightGrabExecState = (void *)0x05E76D18; +const void * RTTI_BGSProcedureFollow = (void *)0x05E771C8; +const void * RTTI_BGSProcedureFollowExecState = (void *)0x05E77260; +const void * RTTI_BGSProcedureFollowTo = (void *)0x05E772F8; +const void * RTTI_BGSProcedureForceGreet = (void *)0x05E77520; +const void * RTTI_BGSProcedureGuard = (void *)0x05E778C8; +const void * RTTI_BGSProcedureGuardArea = (void *)0x05E77988; +const void * RTTI_BGSProcedureGuardExecState = (void *)0x05E778F0; +const void * RTTI_BGSProcedureHeadtrack = (void *)0x05DD1C48; +const void * RTTI_BGSProcedureHeadtrackExecState = (void *)0x05DD1BA8; +const void * RTTI_BGSProcedureHoldPosition = (void *)0x05E77C80; +const void * RTTI_BGSProcedureHoldPositionExecState = (void *)0x05E72240; +const void * RTTI_BGSProcedureHover = (void *)0x05E77E98; +const void * RTTI_BGSProcedureHoverExecState = (void *)0x05E77F20; +const void * RTTI_BGSProcedureKeepAnEyeOn = (void *)0x05E78158; +const void * RTTI_BGSProcedureKeepAnEyeOnExecState = (void *)0x05E72278; +const void * RTTI_BGSProcedureLock = (void *)0x05E78528; +const void * RTTI_BGSProcedureLockUnlockExecState = (void *)0x05E785B8; +const void * RTTI_BGSProcedureOrbit = (void *)0x05E787D8; +const void * RTTI_BGSProcedureOrbitExecState = (void *)0x05E78860; +const void * RTTI_BGSProcedurePatrol = (void *)0x05E78B88; +const void * RTTI_BGSProcedurePatrolExecState = (void *)0x05E78AF0; +const void * RTTI_BGSProcedurePlayIdle = (void *)0x05DD1F80; +const void * RTTI_BGSProcedurePlayIdleExecState = (void *)0x05DD2008; +const void * RTTI_BGSProcedurePursue = (void *)0x05E78DA8; +const void * RTTI_BGSProcedureRange = (void *)0x05DD2438; +const void * RTTI_BGSProcedureRangeExecState = (void *)0x05DD23A0; +const void * RTTI_BGSProcedureSandbox = (void *)0x05E78FF8; +const void * RTTI_BGSProcedureSandboxExecState = (void *)0x05E78F68; +const void * RTTI_BGSProcedureSay = (void *)0x05E792A0; +const void * RTTI_BGSProcedureSayExecState = (void *)0x05E72210; +const void * RTTI_BGSProcedureSit = (void *)0x05E796B0; +const void * RTTI_BGSProcedureSitSleepExecState = (void *)0x05E79740; +const void * RTTI_BGSProcedureSleep = (void *)0x05E79638; +const void * RTTI_BGSProcedureStayAway = (void *)0x05DD2818; +const void * RTTI_BGSProcedureStayAwayExecState = (void *)0x05DD2780; +const void * RTTI_BGSProcedureTargetingModeAutopilot = (void *)0x05DD2BB8; +const void * RTTI_BGSProcedureTargetingModeAutopilotExecState = (void *)0x05DD2B00; +const void * RTTI_BGSProcedureTravel = (void *)0x05E79910; +const void * RTTI_BGSProcedureTravelExecState = (void *)0x05E799A0; +const void * RTTI_BGSProcedureTreeBranch = (void *)0x05E73740; +const void * RTTI_BGSProcedureTreeConditionalItem = (void *)0x05E73708; +const void * RTTI_BGSProcedureTreeFallback = (void *)0x05E72EF0; +const void * RTTI_BGSProcedureTreeFallbackExecState = (void *)0x05E72F80; +const void * RTTI_BGSProcedureTreeOneChildExecState = (void *)0x05E73600; +const void * RTTI_BGSProcedureTreeProcedure = (void *)0x05E79AA8; +const void * RTTI_BGSProcedureTreeRandom = (void *)0x05E73168; +const void * RTTI_BGSProcedureTreeRandomExecState = (void *)0x05E731F8; +const void * RTTI_BGSProcedureTreeSequence = (void *)0x05E73638; +const void * RTTI_BGSProcedureTreeSequenceExecState = (void *)0x05E736D0; +const void * RTTI_BGSProcedureTreeSimultaneous = (void *)0x05E732A0; +const void * RTTI_BGSProcedureTreeSimultaneousExecState = (void *)0x05E73340; +const void * RTTI_BGSProcedureTreeStacked = (void *)0x05E73030; +const void * RTTI_BGSProcedureTreeStackedExecState = (void *)0x05E730C0; +const void * RTTI_BGSProcedureUnlock = (void *)0x05E78498; +const void * RTTI_BGSProcedureUseIdleMarker = (void *)0x05E79CE0; +const void * RTTI_BGSProcedureUseIdleMarkerExecState = (void *)0x05E79D78; +const void * RTTI_BGSProcedureUseMagic = (void *)0x05E79F48; +const void * RTTI_BGSProcedureUseMagicExecState = (void *)0x05E7A020; +const void * RTTI_BGSProcedureUseWeapon = (void *)0x05E7A388; +const void * RTTI_BGSProcedureUseWeaponExecState = (void *)0x05E7A2F8; +const void * RTTI_BGSProcedureWait = (void *)0x05E7A598; +const void * RTTI_BGSProcedureWaitExecState = (void *)0x05E72B40; +const void * RTTI_BGSProcedureWander = (void *)0x05E7C370; +const void * RTTI_BGSProcedureWanderExecState = (void *)0x05E7C2D0; +const void * RTTI_BGSProduceActivity = (void *)0x05DD03F8; +const void * RTTI_BGSProduceActivity_Runtime = (void *)0x05DD0378; +const void * RTTI_BGSProjectedDecal = (void *)0x05E3B218; +const void * RTTI_BGSProjectile = (void *)0x05D0CB60; +const void * RTTI_BGSPropertySheet = (void *)0x05DE82F0; +const void * RTTI_BGSQuestPerkEntry = (void *)0x05E678D8; +const void * RTTI_BGSRefAlias = (void *)0x05E48E78; +const void * RTTI_BGSRefCollectionAlias = (void *)0x05E48EA0; +const void * RTTI_BGSReferenceGroup = (void *)0x05E51848; +const void * RTTI_BGSReflectedForm = (void *)0x05DDE808; +const void * RTTI_BGSRelationship = (void *)0x05E67A80; +const void * RTTI_BGSReloadWeaponActivity = (void *)0x05DD0478; +const void * RTTI_BGSReloadWeaponActivity_Runtime = (void *)0x05DD04A8; +const void * RTTI_BGSResearchProjectForm = (void *)0x05E3B818; +const void * RTTI_BGSResource = (void *)0x05D0EB40; +const void * RTTI_BGSResourceGenerationData = (void *)0x05E4C310; +const void * RTTI_BGSRetargetOnDeleteExtraData = (void *)0x05DD3358; +const void * RTTI_BGSReverbParameters = (void *)0x05E64518; +const void * RTTI_BGSSaveFormBuffer = (void *)0x05F2CF78; +const void * RTTI_BGSSaveGameBuffer = (void *)0x05F2CF50; +const void * RTTI_BGSSaveGameBufferSimple = (void *)0x05F2D198; +const void * RTTI_BGSSaveLoadJobSite = (void *)0x05F2CE70; +const void * RTTI_BGSSaveLoadManager = (void *)0x05F2CEA0; +const void * RTTI_BGSSaveLoadStatsMap = (void *)0x05F2D1C8; +const void * RTTI_BGSSaveLoadThread = (void *)0x05F2CED0; +const void * RTTI_BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs = (void *)0x05F2D120; +const void * RTTI_BGSScanPlanetActivity = (void *)0x05DD05F8; +const void * RTTI_BGSScanPlanetActivity_Runtime = (void *)0x05DD0520; +const void * RTTI_BGSScanSurfaceActivity = (void *)0x05DD0758; +const void * RTTI_BGSScanSurfaceActivity_Runtime = (void *)0x05DD0720; +const void * RTTI_BGSScannableFormComponent = (void *)0x05DE7B88; +const void * RTTI_BGSScene = (void *)0x05D0C8A8; +const void * RTTI_BGSSceneActionAnimation = (void *)0x05E48F50; +const void * RTTI_BGSSceneActionCamera = (void *)0x05E48F80; +const void * RTTI_BGSSceneActionDialogue = (void *)0x05E67CB8; +const void * RTTI_BGSSceneActionFX = (void *)0x05E48FB0; +const void * RTTI_BGSSceneActionList = (void *)0x05E48EF8; +const void * RTTI_BGSSceneActionMove = (void *)0x05E48FD8; +const void * RTTI_BGSSceneActionPackage = (void *)0x05E67CE8; +const void * RTTI_BGSSceneActionPlayerDialogue = (void *)0x05E67C48; +const void * RTTI_BGSSceneActionRadio = (void *)0x05E67C18; +const void * RTTI_BGSSceneActionStartScene = (void *)0x05E49408; +const void * RTTI_BGSSceneActionTimeline = (void *)0x05E49438; +const void * RTTI_BGSSceneActionTimer = (void *)0x05E67D18; +const void * RTTI_BGSSecondaryDamageList = (void *)0x05E3B240; +const void * RTTI_BGSShaderParticleGeometryData = (void *)0x05E51870; +const void * RTTI_BGSShipCollectionActivity = (void *)0x05DD0AD8; +const void * RTTI_BGSShipCollectionActivity_Runtime = (void *)0x05DD0A60; +const void * RTTI_BGSShipManagement = (void *)0x05DE7DE0; +const void * RTTI_BGSShipbuilderActivity = (void *)0x05DD09E0; +const void * RTTI_BGSShipbuilderActivity_Runtime = (void *)0x05DD09A8; +const void * RTTI_BGSSkinForm = (void *)0x05E02088; +const void * RTTI_BGSSkinnedDecalChild = (void *)0x05E086F0; +const void * RTTI_BGSSkinnedDecalGroup = (void *)0x05E086C0; +const void * RTTI_BGSSnapBehavior = (void *)0x05E4E4C0; +const void * RTTI_BGSSnapTemplate = (void *)0x05E4E598; +const void * RTTI_BGSSnapTemplateComponent = (void *)0x05DE8318; +const void * RTTI_BGSSnapTemplateNode = (void *)0x05E4E5C0; +const void * RTTI_BGSSoundEcho = (void *)0x05E4C630; +const void * RTTI_BGSSoundKeywordMapping = (void *)0x05E4C340; +const void * RTTI_BGSSoundTagComponent = (void *)0x05DE8450; +const void * RTTI_BGSSoundTagSet = (void *)0x05E4C688; +const void * RTTI_BGSSpacePhysicsFormComponent = (void *)0x05DE8618; +const void * RTTI_BGSSpaceshipAIActor = (void *)0x05DE8750; +const void * RTTI_BGSSpaceshipEquipment = (void *)0x05DE8780; +const void * RTTI_BGSSpaceshipHullCode = (void *)0x05DE88B0; +const void * RTTI_BGSSpaceshipWeaponBinding = (void *)0x05DE8A68; +const void * RTTI_BGSSpatialCombinedGrid = (void *)0x05E16E80; +const void * RTTI_BGSSpatialGraph = (void *)0x05E16C70; +const void * RTTI_BGSSpatialGraphCellGrid = (void *)0x05E16CC8; +const void * RTTI_BGSSpatialGraphCellGrid__MergeTask = (void *)0x05E16FA0; +const void * RTTI_BGSSpatialGraphChild = (void *)0x05E16D30; +const void * RTTI_BGSSpatialGraphExteriorCell = (void *)0x05E16DC0; +const void * RTTI_BGSSpatialGraphInteriorCell = (void *)0x05E16E20; +const void * RTTI_BGSSpatialGraphManager = (void *)0x05E17C80; +const void * RTTI_BGSSpatialGraphManager__Task = (void *)0x05E16FD8; +const void * RTTI_BGSSpatialGraphObstacleUpdateTask = (void *)0x05E16A38; +const void * RTTI_BGSSpatialGraphParent = (void *)0x05E16D90; +const void * RTTI_BGSSpatialGraphSpaceCell = (void *)0x05E16D60; +const void * RTTI_BGSSpatialGraphSpaceCollection = (void *)0x05E16CF8; +const void * RTTI_BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask = (void *)0x05E16240; +const void * RTTI_BGSSpatialGrid = (void *)0x05E16E58; +const void * RTTI_BGSSpatialGridBase = (void *)0x05E16EE0; +const void * RTTI_BGSSpatialGridCollection = (void *)0x05E16B70; +const void * RTTI_BGSSpatialGridFieldBase = (void *)0x05E0AD28; +const void * RTTI_BGSSpatialGridSearchCustomDebugData = (void *)0x05E198D8; +const void * RTTI_BGSSpatialGridSearchDebugData = (void *)0x05E19828; +const void * RTTI_BGSSpatialGridSearchPolicies__RandomPositionInsideArea = (void *)0x05E19460; +const void * RTTI_BGSSpatialSimpleGrid = (void *)0x05E19348; +const void * RTTI_BGSSpatialSparseGrid = (void *)0x05E16378; +const void * RTTI_BGSSpatialSparseGridSearchDebugData = (void *)0x05E19898; +const void * RTTI_BGSSpatialSparseGrid__ChunkIndexGrid = (void *)0x05E19378; +const void * RTTI_BGSSpatialSparseMultiLayerGrid = (void *)0x05E162F8; +const void * RTTI_BGSSpawnOnDestroy = (void *)0x05DE8D08; +const void * RTTI_BGSSpeechChallengeActivity = (void *)0x05DD0BF0; +const void * RTTI_BGSSpeechChallengeActivity_Runtime = (void *)0x05DD0BB0; +const void * RTTI_BGSSpeechChallengeObject = (void *)0x05E4C6B0; +const void * RTTI_BGSSprintActivity = (void *)0x05DD0CE8; +const void * RTTI_BGSSprintActivity_Runtime = (void *)0x05DD0C78; +const void * RTTI_BGSStarDataComponent = (void *)0x05DE8E30; +const void * RTTI_BGSStaticCollection = (void *)0x05E4E830; +const void * RTTI_BGSStaticCollection__RootFacade = (void *)0x05E4E7F8; +const void * RTTI_BGSStoredTraversalData = (void *)0x05D0C2E8; +const void * RTTI_BGSStoryManagerBranchNode = (void *)0x05E00DA8; +const void * RTTI_BGSStoryManagerEventNode = (void *)0x05E836E8; +const void * RTTI_BGSStoryManagerNodeBase = (void *)0x05E00E18; +const void * RTTI_BGSStoryManagerQuestFinder = (void *)0x05E836B0; +const void * RTTI_BGSStoryManagerQuestNode = (void *)0x05E83718; +const void * RTTI_BGSStoryManagerTreeForm = (void *)0x05DCEFF8; +const void * RTTI_BGSStoryManagerTreeVisitor = (void *)0x05E83678; +const void * RTTI_BGSStoryTeller = (void *)0x05E83CA0; +const void * RTTI_BGSSurface__BGSBlockCellHeighGridComponent = (void *)0x05E39790; +const void * RTTI_BGSSurface__Block = (void *)0x05E464B0; +const void * RTTI_BGSSurface__Pattern = (void *)0x05E46580; +const void * RTTI_BGSSurface__PatternStyle = (void *)0x05E3A0B0; +const void * RTTI_BGSSurface__Tree = (void *)0x05E465B0; +const void * RTTI_BGSSynchronizedAnimationInstance = (void *)0x05E84590; +const void * RTTI_BGSSynchronizedAnimationManager = (void *)0x05E84320; +const void * RTTI_BGSTDataProxyComponentBase = (void *)0x05DE74F8; +const void * RTTI_BGSTakeActorDamageActivity = (void *)0x05DD0DE0; +const void * RTTI_BGSTakeActorDamageActivity_Runtime = (void *)0x05DD0D60; +const void * RTTI_BGSTakeDamageActivity = (void *)0x05DD0E68; +const void * RTTI_BGSTakeDamageActivity_Runtime = (void *)0x05DD0EE8; +const void * RTTI_BGSTalkingActivator = (void *)0x05E4E8B0; +const void * RTTI_BGSTerminal = (void *)0x05D0CB10; +const void * RTTI_BGSTerminalMenu = (void *)0x05D0CAE8; +const void * RTTI_BGSTerrainBlock__AlignmentModifier = (void *)0x05E465D8; +const void * RTTI_BGSTerrainBlock__ContinentalModifier = (void *)0x05E46768; +const void * RTTI_BGSTerrainBlock__Grid = (void *)0x05E46C28; +const void * RTTI_BGSTerrainBlock__GridCell = (void *)0x05E46BC0; +const void * RTTI_BGSTerrainBlock__GridCornerCell = (void *)0x05E46BF0; +const void * RTTI_BGSTerrainBlock__GridCornerEdgeXFile = (void *)0x05E46920; +const void * RTTI_BGSTerrainBlock__GridCornerFile = (void *)0x05E468E8; +const void * RTTI_BGSTerrainBlock__GridEdgeFile = (void *)0x05E468B0; +const void * RTTI_BGSTerrainBlock__GridEdgeXCell = (void *)0x05E46B10; +const void * RTTI_BGSTerrainBlock__GridEdgeYCell = (void *)0x05E46B48; +const void * RTTI_BGSTerrainBlock__GridFile = (void *)0x05E46880; +const void * RTTI_BGSTerrainBlock__GridFillCell = (void *)0x05E46AD8; +const void * RTTI_BGSTerrainBlock__GridFillFile = (void *)0x05E469E8; +const void * RTTI_BGSTerrainBlock__HeightAdjustmentModifier = (void *)0x05E3A728; +const void * RTTI_BGSTerrainBlock__IModifier = (void *)0x05E3A6F8; +const void * RTTI_BGSTerrainBlock__OceanBiomeModifier = (void *)0x05E467A8; +const void * RTTI_BGSTerrainBlock__OverlayGrid = (void *)0x05E46C58; +const void * RTTI_BGSTerrainBlock__OverlayHeightModifier = (void *)0x05E46B80; +const void * RTTI_BGSTerrainBlock__RerangeHeightModifier = (void *)0x05E46C90; +const void * RTTI_BGSTerrainBlock__UpdateHeightModifier = (void *)0x05E46E00; +const void * RTTI_BGSTerrain__File = (void *)0x05E1DD80; +const void * RTTI_BGSTerrain__IFileGrid = (void *)0x05E1DE90; +const void * RTTI_BGSTerrain__Manager = (void *)0x05E48D78; +const void * RTTI_BGSTerrain__UniFile__Grid = (void *)0x05E46FF0; +const void * RTTI_BGSTextureModel = (void *)0x05E6A590; +const void * RTTI_BGSTextureSet = (void *)0x05E64578; +const void * RTTI_BGSTimeOfDayData = (void *)0x05E518A8; +const void * RTTI_BGSTransform = (void *)0x05E4C6E0; +const void * RTTI_BGSTraversal = (void *)0x05E4C708; +const void * RTTI_BGSVisitProceduresCheckGuardWarnTarget = (void *)0x05E7C3F8; +const void * RTTI_BGSVisitProceduresInitActorAnimPose = (void *)0x05F4D558; +const void * RTTI_BGSVisitProceduresInitActorLocation = (void *)0x05E7C438; +const void * RTTI_BGSVisitProceduresProcess = (void *)0x05F4D528; +const void * RTTI_BGSVoiceType = (void *)0x05D0CB38; +const void * RTTI_BGSVolumeFormComponent = (void *)0x05DE96F0; +const void * RTTI_BGSVolumetricLighting = (void *)0x05E4EA68; +const void * RTTI_BGSWaterCollisionManager__AutoWater = (void *)0x05E82EF8; +const void * RTTI_BGSWaterCollisionManager__BGSWaterUpdateI = (void *)0x05E82E28; +const void * RTTI_BGSWaterCollisionManager__WaterGravityModifier = (void *)0x05DA75C0; +const void * RTTI_BGSWaterCollisionManager__WaterGravityModifierWorldStepListener = (void *)0x05DB1010; +const void * RTTI_BGSWaterCollisionManager__bhkPlaceableWater = (void *)0x05E82E70; +const void * RTTI_BGSWaterCollisionManager__bhkWaterfall = (void *)0x05E82EB8; +const void * RTTI_BGSWeaponBarrelData = (void *)0x05E3B2B8; +const void * RTTI_BGSWeaponBarrelModel = (void *)0x05E3B2E8; +const void * RTTI_BGSWeaponData__Aim = (void *)0x05E3BA48; +const void * RTTI_BGSWeaponData__Ammunition = (void *)0x05E3BA70; +const void * RTTI_BGSWeaponData__Audio = (void *)0x05E3BAA0; +const void * RTTI_BGSWeaponData__Charge = (void *)0x05E3BAD0; +const void * RTTI_BGSWeaponData__Damage = (void *)0x05E3BB00; +const void * RTTI_BGSWeaponData__Firing = (void *)0x05E3BB30; +const void * RTTI_BGSWeaponData__FiringStrategyBase = (void *)0x05E3BB60; +const void * RTTI_BGSWeaponData__FiringStrategy_Automatic = (void *)0x05E3BBD8; +const void * RTTI_BGSWeaponData__FiringStrategy_BoltShot = (void *)0x05E3BB98; +const void * RTTI_BGSWeaponData__FiringStrategy_Burst = (void *)0x05E3BC98; +const void * RTTI_BGSWeaponData__FiringStrategy_ChargedShot = (void *)0x05E3BC58; +const void * RTTI_BGSWeaponData__FiringStrategy_SingleShot = (void *)0x05E3BC18; +const void * RTTI_BGSWeaponData__Flags = (void *)0x05E3BCD8; +const void * RTTI_BGSWeaponData__General = (void *)0x05E3BD08; +const void * RTTI_BGSWeaponData__Melee = (void *)0x05E3BD38; +const void * RTTI_BGSWeaponData__Power = (void *)0x05E3BD68; +const void * RTTI_BGSWeaponData__Reload = (void *)0x05E3BD98; +const void * RTTI_BGSWeaponData__ShipWeapon = (void *)0x05DDE990; +const void * RTTI_BGSWeaponData__Turret = (void *)0x05E3BDC8; +const void * RTTI_BGSWeaponData__VariableRange = (void *)0x05E3BDF8; +const void * RTTI_BGSWeaponData__Visuals = (void *)0x05E3BE30; +const void * RTTI_BGSWeatherSettingsForm = (void *)0x05E40F90; +const void * RTTI_BGSWorkshopItemColorComponent = (void *)0x05DD7FC8; +const void * RTTI_BGSWorldSpaceOverlayComponent = (void *)0x05DE9868; +const void * RTTI_BGSWwiseEventForm = (void *)0x05D0C100; +const void * RTTI_BGSWwiseKeywordMapping = (void *)0x05E3B318; +const void * RTTI_BGSZoneTargetListener = (void *)0x05E6AB50; +const void * RTTI_BIEventUtils__FindAllStarbornPowerFunctor = (void *)0x05F26968; +const void * RTTI_BSAVMS__AVMNode = (void *)0x05DD41C8; +const void * RTTI_BSAVMS__AVMNodeInFlightCounted = (void *)0x05DD4190; +const void * RTTI_BSAVMS__AVMPartialNode = (void *)0x05DD4260; +const void * RTTI_BSAnimNotes = (void *)0x06089ED8; +const void * RTTI_BSAnimationAnimDBData = (void *)0x05FE14B0; +const void * RTTI_BSAnimationDBData = (void *)0x05FE1638; +const void * RTTI_BSAnimationGraph = (void *)0x05FE1B58; +const void * RTTI_BSAnimationGraphChannel = (void *)0x05E597D0; +const void * RTTI_BSAnimationGraphLoadScrapper = (void *)0x05DAEE50; +const void * RTTI_BSAnimationGraphManager = (void *)0x05FEFA00; +const void * RTTI_BSAnimationUtils__FindEventClipGeneratorsFunctor = (void *)0x05FE15A0; +const void * RTTI_BSAnimationUtils__MatchEventToClipGeneratorsFunctor = (void *)0x05FE0D20; +const void * RTTI_BSAttachConfig__ArtObjectAttach = (void *)0x05E40CF8; +const void * RTTI_BSAttachConfig__AttachmentConfiguration = (void *)0x05D22DF0; +const void * RTTI_BSAttachConfig__BaseInstance = (void *)0x05DD39C0; +const void * RTTI_BSAttachConfig__ISearchMethod = (void *)0x05E40E98; +const void * RTTI_BSAttachConfig__NodeAttachmentInstance = (void *)0x05DD39F8; +const void * RTTI_BSAttachConfig__ObjectAttachmentInstance = (void *)0x05DD3B30; +const void * RTTI_BSAttachConfig__ParticleAttachmentInstance = (void *)0x05DD3980; +const void * RTTI_BSAttachConfig__SearchMethodBase = (void *)0x05E40E60; +const void * RTTI_BSAttachConfig__SearchMultipleNamesMultipleNodes = (void *)0x06008A00; +const void * RTTI_BSAttachConfig__SearchRootNode = (void *)0x06002240; +const void * RTTI_BSAttachConfig__SearchSingleNameSingleNode = (void *)0x05E40ED0; +const void * RTTI_BSAttachRefController = (void *)0x05E0AD58; +const void * RTTI_BSAttachTechniques__AttachTechniqueInput = (void *)0x05F23620; +const void * RTTI_BSAttachTechniques__BSAttachTechnique = (void *)0x05DA6260; +const void * RTTI_BSAutoQueuedDependentNodeBase = (void *)0x05E01738; +const void * RTTI_BSAwardsSystemUtility = (void *)0x05DB4030; +const void * RTTI_BSBehaviorGraphExtraData = (void *)0x0600E3D0; +const void * RTTI_BSBehaviorGraphSwapSingleton = (void *)0x05E84558; +const void * RTTI_BSBind__BGSExternalEmittanceController = (void *)0x05E06CD8; +const void * RTTI_BSBind__BGSLensFlareController = (void *)0x05E06D48; +const void * RTTI_BSBind__ColorCurveController = (void *)0x06008648; +const void * RTTI_BSBind__ColorLerpController = (void *)0x060086B0; +const void * RTTI_BSBind__ComponentBinding = (void *)0x0600E038; +const void * RTTI_BSBind__ComponentProperty = (void *)0x06008498; +const void * RTTI_BSBind__Directory = (void *)0x060089A8; +const void * RTTI_BSBind__Float2DCurveController = (void *)0x06008538; +const void * RTTI_BSBind__Float2DLerpController = (void *)0x060085A8; +const void * RTTI_BSBind__Float3DCurveController = (void *)0x06008500; +const void * RTTI_BSBind__Float3DLerpController = (void *)0x06008720; +const void * RTTI_BSBind__Float4DCurveController = (void *)0x060084C8; +const void * RTTI_BSBind__Float4DLerpController = (void *)0x060086E8; +const void * RTTI_BSBind__FloatCurveController = (void *)0x06008570; +const void * RTTI_BSBind__FloatLerpController = (void *)0x060085E0; +const void * RTTI_BSBind__IAddressControllerStore = (void *)0x05E53128; +const void * RTTI_BSBind__IController = (void *)0x05E06D18; +const void * RTTI_BSBind__IDataBinding = (void *)0x05DE23D8; +const void * RTTI_BSBind__INode = (void *)0x060089D0; +const void * RTTI_BSBind__MultiBinding = (void *)0x05DE2408; +const void * RTTI_BSBind__Multiplex = (void *)0x06008980; +const void * RTTI_BSBind__Snapshot = (void *)0x05CFE5F0; +const void * RTTI_BSBind__StableBinding = (void *)0x05E40F10; +const void * RTTI_BSBind__TimerController = (void *)0x06008618; +const void * RTTI_BSBlastNode = (void *)0x06009A90; +const void * RTTI_BSBlendTreadTransfInterpolator = (void *)0x06089378; +const void * RTTI_BSBoneLODExtraData = (void *)0x0600E3A0; +const void * RTTI_BSBound = (void *)0x05FF9FD8; +const void * RTTI_BSBoxConstructor = (void *)0x06009448; +const void * RTTI_BSCSVUtils__ParserBuffer = (void *)0x0600B788; +const void * RTTI_BSCapsuleConstructor = (void *)0x06009470; +const void * RTTI_BSCloneReserver = (void *)0x05E0AD88; +const void * RTTI_BSClothExtraData = (void *)0x05FF8428; +const void * RTTI_BSClothUtils__BSGeometryBuffer = (void *)0x05FF86A8; +const void * RTTI_BSClothUtils__BSInstantiationUtil = (void *)0x05FF8918; +const void * RTTI_BSClothUtils__BSTransformSet = (void *)0x05FF8950; +const void * RTTI_BSComponentDB2__DB = (void *)0x060018F8; +const void * RTTI_BSComponentDB2__DBFileIndex__IDFixupVisitor = (void *)0x06090EE0; +const void * RTTI_BSComponentDB2__JsonDBIDHandler = (void *)0x0600E518; +const void * RTTI_BSComponentDB2__JsonResourceIDHandler = (void *)0x0600E550; +const void * RTTI_BSComponentDB2__Memory__ConcurrentPageAllocImpl = (void *)0x06001170; +const void * RTTI_BSComponentDB2__StorageService = (void *)0x0600F1B8; +const void * RTTI_BSComponentDB2__StorageService__Impl = (void *)0x0600F848; +const void * RTTI_BSComponentDB2__StorageService__ObjectReferenceVisitor = (void *)0x0600F890; +const void * RTTI_BSComponentDB__IComponentFactory = (void *)0x05DAE4F0; +const void * RTTI_BSConnectPoint__ChildOrigin = (void *)0x05E09E78; +const void * RTTI_BSConnectPoint__Children = (void *)0x05FF82B0; +const void * RTTI_BSConnectPoint__Parents = (void *)0x05FF82E0; +const void * RTTI_BSCoreMessage__MessageSource = (void *)0x05DA6EB8; +const void * RTTI_BSCounterStorage = (void *)0x05FBBDD8; +const void * RTTI_BSCylinderConstructor = (void *)0x05E86998; +const void * RTTI_BSDamageStage = (void *)0x06009AE0; +const void * RTTI_BSDebounceManager = (void *)0x05FF2370; +const void * RTTI_BSDebrisNode = (void *)0x06009AB8; +const void * RTTI_BSDiscBootSystemUtility = (void *)0x05DB4330; +const void * RTTI_BSDistantObjectExtraData = (void *)0x0600E460; +const void * RTTI_BSDynamicGeometry = (void *)0x0608AD80; +const void * RTTI_BSExceptionHandler = (void *)0x05D981C8; +const void * RTTI_BSExteriorReflectionProbeAdjustmentVolume = (void *)0x0600ADC0; +const void * RTTI_BSExtraData = (void *)0x05DE25F8; +const void * RTTI_BSFaceDB__AttachHeadControlNode = (void *)0x05DE3978; +const void * RTTI_BSFaceDB__CreateHeadControlNode = (void *)0x05DE3840; +const void * RTTI_BSFaceDB__CrowdHairCustomization = (void *)0x05DE3A60; +const void * RTTI_BSFaceDB__EyeCustomization = (void *)0x05DE3A30; +const void * RTTI_BSFaceDB__FaceCustomizationTexturesNode = (void *)0x05DE39F0; +const void * RTTI_BSFaceDB__HairCustomization = (void *)0x05DE38D0; +const void * RTTI_BSFaceDB__JewelryCustomizationNode = (void *)0x05DE3908; +const void * RTTI_BSFaceDB__RequestCompleteNode = (void *)0x05DE3808; +const void * RTTI_BSFaceDB__RequestHeadPartResourcesNode = (void *)0x05DE39B0; +const void * RTTI_BSFaceDB__TeethCustomizationNode = (void *)0x05DE3940; +const void * RTTI_BSFaceFX = (void *)0x05DE2BE0; +const void * RTTI_BSFaceGenAnimationData = (void *)0x05E6CCA0; +const void * RTTI_BSFaceGenNiNode = (void *)0x05E6CE40; +const void * RTTI_BSFaceGenUtils__UpdateFaceCustomizationTexturesNode = (void *)0x05DE3880; +const void * RTTI_BSFadeNode = (void *)0x05D0E7F0; +const void * RTTI_BSFile = (void *)0x05F2A088; +const void * RTTI_BSFile__PageCache__PhysReadType = (void *)0x06048BF8; +const void * RTTI_BSFixedSizeBlockAllocator__IAlloc = (void *)0x05F2ECB0; +const void * RTTI_BSFixedSizeBlockAllocator__UserPoolImplBase = (void *)0x05DB44E0; +const void * RTTI_BSFogVolume = (void *)0x0600AD98; +const void * RTTI_BSFrameManager = (void *)0x0600C640; +const void * RTTI_BSFrustumFOVController = (void *)0x06089118; +const void * RTTI_BSFurnitureMarkerNode = (void *)0x0600AC58; +const void * RTTI_BSGFxFunctionBase = (void *)0x0601FDD8; +const void * RTTI_BSGFxFunctionHandler = (void *)0x06021550; +const void * RTTI_BSGFxObject = (void *)0x05EE3250; +const void * RTTI_BSGalaxy__BGSStar = (void *)0x05DEC640; +const void * RTTI_BSGalaxy__BGSSunPresetForm = (void *)0x05DEC668; +const void * RTTI_BSGalaxy__BiomeMapDB__LoadBiome = (void *)0x05DEC698; +const void * RTTI_BSGalaxy__Biomes__Map = (void *)0x05DA6190; +const void * RTTI_BSGalaxy__ModuleState = (void *)0x05FF3878; +const void * RTTI_BSGalaxy__Physics__Havok__BSGalaxyCollisionObject = (void *)0x05FF4DD0; +const void * RTTI_BSGalaxy__Physics__Havok__bhkSpaceWorld = (void *)0x05FF4AD8; +const void * RTTI_BSGalaxy__hknpBSShiftOffsetCollector = (void *)0x05FF4D38; +const void * RTTI_BSGameDataSystemUtility = (void *)0x05DA63E8; +const void * RTTI_BSGameStreamUtility = (void *)0x05DB4060; +const void * RTTI_BSGamepadDevice = (void *)0x05FF29B0; +const void * RTTI_BSGamerProfile = (void *)0x05DB4748; +const void * RTTI_BSGdkTaskletGroupData = (void *)0x0604A1E0; +const void * RTTI_BSGdkTaskletManager = (void *)0x05DA67D8; +const void * RTTI_BSGeometry = (void *)0x05D0F8D0; +const void * RTTI_BSGeometryConstructorManager = (void *)0x05F3EE00; +const void * RTTI_BSGeometrySegmentData = (void *)0x0608A510; +const void * RTTI_BSGrabIKNote = (void *)0x06089F00; +const void * RTTI_BSIMusicTrack = (void *)0x05E64368; +const void * RTTI_BSIdleInputWatcher = (void *)0x05EDE320; +const void * RTTI_BSInputDevice = (void *)0x05FF2988; +const void * RTTI_BSInputDeviceManager = (void *)0x05FF1F60; +const void * RTTI_BSInputEnableManager = (void *)0x05FF2510; +const void * RTTI_BSInputEventReceiver = (void *)0x05EA4838; +const void * RTTI_BSInputEventSingleUser = (void *)0x05ED0900; +const void * RTTI_BSInputEventUser = (void *)0x05D44808; +const void * RTTI_BSInvMarker = (void *)0x0600E328; +const void * RTTI_BSJobs2__Detail__ControlNodeJob = (void *)0x05DFE3F8; +const void * RTTI_BSJobs2__Detail__GroupThread = (void *)0x060485D0; +const void * RTTI_BSJobs2__Memory__HeapMemoryPolicy = (void *)0x05DB3D98; +const void * RTTI_BSJobs2__Memory__LSAMemoryPolicy = (void *)0x05DB3E68; +const void * RTTI_BSJobs2__Memory__ScrapMemoryPolicy = (void *)0x06048430; +const void * RTTI_BSKeyboardDevice = (void *)0x05FF2AE8; +const void * RTTI_BSLagBoneController = (void *)0x0600E400; +const void * RTTI_BSLegacyStreamableStub = (void *)0x0608B210; +const void * RTTI_BSLensFlareRender__BSLensFlareSpriteRenderData = (void *)0x05E4CAA0; +const void * RTTI_BSLight = (void *)0x06004D60; +const void * RTTI_BSLookIKNote = (void *)0x06089F28; +const void * RTTI_BSMaterialBinding__MaterialPropertyNode = (void *)0x0601AFF8; +const void * RTTI_BSMaterialBinding__MaterialUVStreamPropertyNode = (void *)0x0601A700; +const void * RTTI_BSMaterial__ModuleState = (void *)0x06011AE8; +const void * RTTI_BSMemStorage = (void *)0x05DE90B0; +const void * RTTI_BSMemStorageReadOnly = (void *)0x05FF2340; +const void * RTTI_BSMissionMenu = (void *)0x05EEACB0; +const void * RTTI_BSMissionMenu__MissionMenuEventShuttle = (void *)0x05EEB1B8; +const void * RTTI_BSModelDB__AutoQueuedDependentNode = (void *)0x05E017F8; +const void * RTTI_BSModelDB__BSModelProcessor = (void *)0x05E01830; +const void * RTTI_BSModelDB__ModelResourceNode = (void *)0x060047C8; +const void * RTTI_BSModelDB__QueuedHandles = (void *)0x05DFB6B0; +const void * RTTI_BSModelNode = (void *)0x05E09FF8; +const void * RTTI_BSModelNodeAnimRig = (void *)0x05FE2048; +const void * RTTI_BSModelNodePhysicsComponentI = (void *)0x05E09F98; +const void * RTTI_BSModelNodeRigI = (void *)0x05FE2020; +const void * RTTI_BSMorphDB__AutoQueuedNode = (void *)0x060030C0; +const void * RTTI_BSMorphDB__QueuedHandles = (void *)0x05E83F88; +const void * RTTI_BSMorphTargetData = (void *)0x0608A3C0; +const void * RTTI_BSMouseDevice = (void *)0x05FF29D8; +const void * RTTI_BSMsgDialogSystemUtility = (void *)0x05DB4300; +const void * RTTI_BSMultiTargetTreadTransfController = (void *)0x06088E40; +const void * RTTI_BSNavMeshGenAntiseedTrimmerTask = (void *)0x06035298; +const void * RTTI_BSNavMeshGenCollapserTask = (void *)0x06035518; +const void * RTTI_BSNavMeshGenComputeBoundTask = (void *)0x06033868; +const void * RTTI_BSNavMeshGenContext = (void *)0x05DDA720; +const void * RTTI_BSNavMeshGenContextGroup = (void *)0x060376D0; +const void * RTTI_BSNavMeshGenCoverTask = (void *)0x06033808; +const void * RTTI_BSNavMeshGenData = (void *)0x05DD9E28; +const void * RTTI_BSNavMeshGenInputProcessTask = (void *)0x060354E0; +const void * RTTI_BSNavMeshGenInputProcessor = (void *)0x05E12138; +const void * RTTI_BSNavMeshGenLinkDoorTask = (void *)0x06033838; +const void * RTTI_BSNavMeshGenNode = (void *)0x05DDA608; +const void * RTTI_BSNavMeshGenOutputProcessTask = (void *)0x060354A8; +const void * RTTI_BSNavMeshGenOutputProcessor = (void *)0x05E121A0; +const void * RTTI_BSNavMeshGenRecastImport = (void *)0x06039F70; +const void * RTTI_BSNavMeshGenRecastTask = (void *)0x06035478; +const void * RTTI_BSNavMeshGenRequestPauseTask = (void *)0x06037700; +const void * RTTI_BSNavMeshGenRequestResumeTask = (void *)0x06037698; +const void * RTTI_BSNavMeshGenSeedTrimmerTask = (void *)0x060352D0; +const void * RTTI_BSNavMeshGenSmallAreaTrimmerTask = (void *)0x06035260; +const void * RTTI_BSNavMeshGenSplitter = (void *)0x05E12208; +const void * RTTI_BSNavMeshGenSplitterTask = (void *)0x06035418; +const void * RTTI_BSNavMeshGenStitcher = (void *)0x05E12370; +const void * RTTI_BSNavMeshGenStitcherTask = (void *)0x06035448; +const void * RTTI_BSNavMeshGenTask = (void *)0x05DDA6D0; +const void * RTTI_BSNavMeshGenTaskGraphProcessor = (void *)0x060356C0; +const void * RTTI_BSNavMeshGenTaskGroup = (void *)0x06035770; +const void * RTTI_BSNavMeshGenTaskProgress = (void *)0x06037618; +const void * RTTI_BSNavMeshGenTaskServer = (void *)0x05E11520; +const void * RTTI_BSNavMeshGenTerrainTrimmerTask = (void *)0x06035228; +const void * RTTI_BSNavMeshGenTraversalTask = (void *)0x060353E8; +const void * RTTI_BSNavMeshGenTriangleHeightTask = (void *)0x06035378; +const void * RTTI_BSNavMeshGenTrianglePlatformTask = (void *)0x060353B0; +const void * RTTI_BSNavMeshGenTriangleSplitter = (void *)0x06037530; +const void * RTTI_BSNavMeshGenTriangleSplitterTask = (void *)0x06035340; +const void * RTTI_BSNavMeshGenTriangleTunnelTask = (void *)0x06035308; +const void * RTTI_BSNavMeshGenTriangleWaterTask = (void *)0x060338A0; +const void * RTTI_BSNavMeshGenUpdateNavMeshInfoTask = (void *)0x060337A0; +const void * RTTI_BSNavMeshGenVertexDataTask = (void *)0x06033768; +const void * RTTI_BSNavMeshGenWaypointTask = (void *)0x060337D8; +const void * RTTI_BSNavMeshGenerator = (void *)0x05E113F0; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBarrierNode = (void *)0x06035610; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode = (void *)0x060355B0; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode = (void *)0x06037B20; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginNode = (void *)0x06037BB8; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode = (void *)0x06035550; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode = (void *)0x06037B70; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenParentNode = (void *)0x06037C00; +const void * RTTI_BSNavigationGraph = (void *)0x05E16C48; +const void * RTTI_BSNavigationGraphInfo = (void *)0x05E7C970; +const void * RTTI_BSNavigationGraphManager = (void *)0x05E0F680; +const void * RTTI_BSNavigationGraphRefCount = (void *)0x05E16C98; +const void * RTTI_BSNavigationGrid = (void *)0x06038890; +const void * RTTI_BSNavigationGridBase = (void *)0x060388B8; +const void * RTTI_BSNavigationGridChunk = (void *)0x060387F8; +const void * RTTI_BSNavigationGridFieldBase = (void *)0x05E8E4B0; +const void * RTTI_BSNavigationGridInfo = (void *)0x060387C8; +const void * RTTI_BSNavigationGridManager = (void *)0x05E0F5B8; +const void * RTTI_BSNavigationGridManager__Task = (void *)0x05E0F390; +const void * RTTI_BSNavigationGridObstacleUpdateTask = (void *)0x06038788; +const void * RTTI_BSNavmesh = (void *)0x05E7C8A8; +const void * RTTI_BSNavmeshInfo = (void *)0x05E7C948; +const void * RTTI_BSNavmeshInfoMap = (void *)0x05E7CA18; +const void * RTTI_BSNavmeshInfoMap__IRecursiveVisitor = (void *)0x05E7E148; +const void * RTTI_BSNavmeshInfoSearch = (void *)0x060380B0; +const void * RTTI_BSNavmeshObstacleCoverData = (void *)0x06037D30; +const void * RTTI_BSNavmeshObstacleData = (void *)0x05DDD230; +const void * RTTI_BSNavmeshReferenceObstacleArray = (void *)0x05E7CFF0; +const void * RTTI_BSNavmeshSearch = (void *)0x05E7EEC8; +const void * RTTI_BSNavmeshSearchAvailableSpaceDirectional = (void *)0x06038460; +const void * RTTI_BSNavmeshSearchAvailableSpaceRadius = (void *)0x06038420; +const void * RTTI_BSNavmeshSearchBase = (void *)0x05E7AA28; +const void * RTTI_BSNavmeshSearchFilters = (void *)0x05E7EEF0; +const void * RTTI_BSNavmeshSearchHideFilter = (void *)0x05E7EE98; +const void * RTTI_BSNiNode = (void *)0x05DD5CF8; +const void * RTTI_BSNodeReferences = (void *)0x0600AE68; +const void * RTTI_BSNoise__Add = (void *)0x0600CCE8; +const void * RTTI_BSNoise__Billow = (void *)0x0600CCC0; +const void * RTTI_BSNoise__Crater = (void *)0x0600E490; +const void * RTTI_BSNoise__Invert = (void *)0x0600CD68; +const void * RTTI_BSNoise__Perlin = (void *)0x0600B838; +const void * RTTI_BSNoise__Ridged = (void *)0x0600E300; +const void * RTTI_BSNoise__SmoothStep = (void *)0x0600CD38; +const void * RTTI_BSNoise__Subtract = (void *)0x0600CD10; +const void * RTTI_BSNoise__Turbulence = (void *)0x0600E4E8; +const void * RTTI_BSNoise__Voronoi = (void *)0x0600CC70; +const void * RTTI_BSNonUniformScaleExtraData = (void *)0x05DE96B8; +const void * RTTI_BSOfflineRTExtraData = (void *)0x0600E068; +const void * RTTI_BSOrderedNode = (void *)0x05DD5D58; +const void * RTTI_BSPCGamepadDevice = (void *)0x05FF2DA0; +const void * RTTI_BSPCGamepadDeviceHandler = (void *)0x05FF2A00; +const void * RTTI_BSPCGamerProfile = (void *)0x06090B40; +const void * RTTI_BSPCKeyboardDevice = (void *)0x05FF2AB8; +const void * RTTI_BSPCMouseDevice = (void *)0x05FF2A30; +const void * RTTI_BSPCVirtualKeyboardDevice = (void *)0x05FF2A88; +const void * RTTI_BSPageFile__MemoryWriteStorage = (void *)0x05F29EF8; +const void * RTTI_BSPageFile__MultiplexWrite = (void *)0x0604A038; +const void * RTTI_BSParseCSV__IGetBufferCB = (void *)0x0600B758; +const void * RTTI_BSParticle = (void *)0x0602E800; +const void * RTTI_BSPathBuilder = (void *)0x05E75AA0; +const void * RTTI_BSPathEventManager = (void *)0x06038B88; +const void * RTTI_BSPathSmootherPOVSearch = (void *)0x06032568; +const void * RTTI_BSPathing = (void *)0x05E7E388; +const void * RTTI_BSPathingCellManager = (void *)0x05E7E448; +const void * RTTI_BSPathingRequest = (void *)0x05DD2A30; +const void * RTTI_BSPathingRequestPolicies__DestinationArea = (void *)0x05E7A858; +const void * RTTI_BSPathingRequestPolicies__EscortRequest = (void *)0x05E75F80; +const void * RTTI_BSPathingSearchRayCast = (void *)0x060396F8; +const void * RTTI_BSPathingSite = (void *)0x05F3DC38; +const void * RTTI_BSPathingSpace = (void *)0x05E7E670; +const void * RTTI_BSPathingStreamSimpleBufferRead = (void *)0x06037318; +const void * RTTI_BSPathingStreamSimpleBufferWrite = (void *)0x05E0ECD8; +const void * RTTI_BSPathingTraversal = (void *)0x05E152C0; +const void * RTTI_BSPathingTraversalAction = (void *)0x05E144D8; +const void * RTTI_BSPathingTraversalData = (void *)0x05E14538; +const void * RTTI_BSPathingTraversalManager = (void *)0x05E151A0; +const void * RTTI_BSPathing__CheckLineOfSightFilter = (void *)0x05E107B8; +const void * RTTI_BSPathing__DetermineAvailableRadiusAtPositionVisitor = (void *)0x06031320; +const void * RTTI_BSPathing__DetermineAvailableRadiusInDirectionVisitor = (void *)0x060312D0; +const void * RTTI_BSPathing__EdgeFoundVisitor = (void *)0x05F53C80; +const void * RTTI_BSPausableItem = (void *)0x05E7D028; +const void * RTTI_BSPauseRequester = (void *)0x05DADAD0; +const void * RTTI_BSPistonController = (void *)0x05FFFA90; +const void * RTTI_BSPlatform__BNetAsyncRequestBase = (void *)0x0608BCE0; +const void * RTTI_BSPlatform__BSBethesdaPlatform = (void *)0x0608BD18; +const void * RTTI_BSPlayerDistanceCheckController = (void *)0x05F4E8D0; +const void * RTTI_BSPrecomputedNavmeshInfoSearch = (void *)0x06038078; +const void * RTTI_BSProbeGridVolume = (void *)0x06009348; +const void * RTTI_BSProceduralLightningController = (void *)0x0600B8D0; +const void * RTTI_BSProceduralLightningTasklet = (void *)0x0600B908; +const void * RTTI_BSProjectedDecal = (void *)0x06008E50; +const void * RTTI_BSQueuedResourceCollectionBase = (void *)0x05DEEEB0; +const void * RTTI_BSRangeNode = (void *)0x06009A68; +const void * RTTI_BSRecastModule__BSRecastJob = (void *)0x06039EB0; +const void * RTTI_BSReference = (void *)0x0600AE40; +const void * RTTI_BSReflectionProbe = (void *)0x0600AC88; +const void * RTTI_BSReflection__AnyType = (void *)0x05DA4718; +const void * RTTI_BSReflection__BSFixedStringType = (void *)0x05DA3510; +const void * RTTI_BSReflection__BasicType = (void *)0x05DA6D88; +const void * RTTI_BSReflection__ClassType = (void *)0x05D27488; +const void * RTTI_BSReflection__ConstCStringType = (void *)0x05DA33E8; +const void * RTTI_BSReflection__EnumerationType = (void *)0x05D97D90; +const void * RTTI_BSReflection__IConstEnumerator = (void *)0x05E40E28; +const void * RTTI_BSReflection__IObject = (void *)0x05D22C18; +const void * RTTI_BSReflection__ResourceIDStringConverter = (void *)0x05D41048; +const void * RTTI_BSReflection__Serializer = (void *)0x060093E0; +const void * RTTI_BSReflection__UIDStringConverter = (void *)0x05D40FD8; +const void * RTTI_BSRendererSceneNode = (void *)0x06004AE0; +const void * RTTI_BSRendererState = (void *)0x0600ACF8; +const void * RTTI_BSResource2__CacheBase = (void *)0x05DDCBC0; +const void * RTTI_BSResource2__EntryBase = (void *)0x05DDCC40; +const void * RTTI_BSResource2__IResourceCreator = (void *)0x05DE2C90; +const void * RTTI_BSResource2__ProxyStream = (void *)0x0603AC98; +const void * RTTI_BSResource2__ResourceCreateNode = (void *)0x0603AB88; +const void * RTTI_BSResourceNiBinaryStream = (void *)0x060207B8; +const void * RTTI_BSResourceReloadManager = (void *)0x0600C018; +const void * RTTI_BSResourceStreamParser = (void *)0x060207E8; +const void * RTTI_BSResourceStreamStorage = (void *)0x0603E3C0; +const void * RTTI_BSResource__Archive2__AsyncReaderStream = (void *)0x0603B360; +const void * RTTI_BSResource__Archive2__Index = (void *)0x0603AEA8; +const void * RTTI_BSResource__Archive2__Manager__MemoryCacheLocation = (void *)0x0603B490; +const void * RTTI_BSResource__Archive2__ReaderStream = (void *)0x0603AED8; +const void * RTTI_BSResource__ArchiveIDConverter = (void *)0x05DAAF10; +const void * RTTI_BSResource__AsyncStream = (void *)0x0603AF10; +const void * RTTI_BSResource__IMemoryFileBuffer = (void *)0x0603E3F0; +const void * RTTI_BSResource__Location = (void *)0x05DAAE58; +const void * RTTI_BSResource__LocationTraverser = (void *)0x0600F810; +const void * RTTI_BSResource__LooseFileLocation = (void *)0x0603E388; +const void * RTTI_BSResource__MemoryFileBuffer = (void *)0x0603E460; +const void * RTTI_BSResource__MemoryFileLocation = (void *)0x0603B4D8; +const void * RTTI_BSResource__MemoryFileStream = (void *)0x0603E428; +const void * RTTI_BSResource__SDirectory2__IDirectoryIDIterator = (void *)0x05FE15F0; +const void * RTTI_BSResource__SDirectory2__IDirectoryStreamIterator = (void *)0x05DD3220; +const void * RTTI_BSResource__SDirectory2__ThreadCursor = (void *)0x0603B3A0; +const void * RTTI_BSResource__Server__Commands__CancelAll = (void *)0x06003C60; +const void * RTTI_BSResource__Server__GraphProcessor = (void *)0x05E47B08; +const void * RTTI_BSResource__Server__LinearProcessor = (void *)0x05DFB8D0; +const void * RTTI_BSResource__Server__NodeBase = (void *)0x05DD4290; +const void * RTTI_BSResource__Server__ResourceServerDebug = (void *)0x0603D5D8; +const void * RTTI_BSResource__Stream = (void *)0x0603ACF8; +const void * RTTI_BSResource__StreamBase = (void *)0x0603AD20; +const void * RTTI_BSRotAccumTransfInterpolator = (void *)0x06089F50; +const void * RTTI_BSSaveDataSystemUtility = (void *)0x05DB4178; +const void * RTTI_BSSaveDataSystemUtilityFile = (void *)0x05F2A050; +const void * RTTI_BSScaleformFileOpener = (void *)0x06021460; +const void * RTTI_BSScaleformImageLoader = (void *)0x06021828; +const void * RTTI_BSScaleformMovieLoadTask = (void *)0x06021520; +const void * RTTI_BSScaleformTranslator__ScaleformImpl = (void *)0x06021A40; +const void * RTTI_BSSceneNode = (void *)0x06004B10; +const void * RTTI_BSScript__ByteCode__PackedInstructionStream__InstructionFunctor = (void *)0x06044490; +const void * RTTI_BSScript__CompiledScriptLoader = (void *)0x06041460; +const void * RTTI_BSScript__ErrorLogger = (void *)0x05FB6460; +const void * RTTI_BSScript__ICachedErrorMessage = (void *)0x05EA5AC8; +const void * RTTI_BSScript__IClientVM = (void *)0x05FBC1F0; +const void * RTTI_BSScript__IComplexType = (void *)0x0603F1D0; +const void * RTTI_BSScript__IFunction = (void *)0x05EAFB98; +const void * RTTI_BSScript__IHandleReaderWriter = (void *)0x05FB3BE8; +const void * RTTI_BSScript__ILoader = (void *)0x05FBBD60; +const void * RTTI_BSScript__IMemoryPagePolicy = (void *)0x06040930; +const void * RTTI_BSScript__IObjectHandlePolicy = (void *)0x05FBC2C8; +const void * RTTI_BSScript__IObjectProcessor = (void *)0x060439F0; +const void * RTTI_BSScript__IProfilePolicy = (void *)0x05FB8488; +const void * RTTI_BSScript__ISavePatcherInterface = (void *)0x05FB87A0; +const void * RTTI_BSScript__IStackCallbackFunctor = (void *)0x05FBC260; +const void * RTTI_BSScript__IStackCallbackSaveInterface = (void *)0x05FBC220; +const void * RTTI_BSScript__IStore = (void *)0x05FB8DE8; +const void * RTTI_BSScript__IVMDebugInterface = (void *)0x0603F308; +const void * RTTI_BSScript__IVMObjectBindInterface = (void *)0x0603E698; +const void * RTTI_BSScript__IVMRemoteDebuggerInterface = (void *)0x06043C50; +const void * RTTI_BSScript__IVMSaveLoadInterface = (void *)0x0603F2D0; +const void * RTTI_BSScript__IVirtualMachine = (void *)0x0603F2A0; +const void * RTTI_BSScript__Internal__AutoPropGetFunction = (void *)0x06044528; +const void * RTTI_BSScript__Internal__AutoPropSetFunction = (void *)0x060444E8; +const void * RTTI_BSScript__Internal__CodeTasklet = (void *)0x06046BC0; +const void * RTTI_BSScript__Internal__FunctionMessageNode = (void *)0x06048030; +const void * RTTI_BSScript__Internal__FunctionMessageProcessor = (void *)0x06047D80; +const void * RTTI_BSScript__Internal__IFuncCallQuery = (void *)0x06043D08; +const void * RTTI_BSScript__Internal__NativeFunctionStub = (void *)0x06044448; +const void * RTTI_BSScript__Internal__RawFuncCallQuery = (void *)0x06043CC8; +const void * RTTI_BSScript__Internal__ScriptFunction = (void *)0x06048070; +const void * RTTI_BSScript__Internal__VirtualMachine = (void *)0x06043C90; +const void * RTTI_BSScript__Internal__VirtualMachine__IFuncCallCallbacks = (void *)0x06043C00; +const void * RTTI_BSScript__LinkerProcessor = (void *)0x06047AF0; +const void * RTTI_BSScript__NF_util__NativeFunctionBase = (void *)0x05EAFB10; +const void * RTTI_BSScript__ObjectBindPolicy = (void *)0x05FBC298; +const void * RTTI_BSScript__ObjectTypeInfo = (void *)0x0603F200; +const void * RTTI_BSScript__SimpleAllocMemoryPagePolicy = (void *)0x060408F0; +const void * RTTI_BSScript__StructTypeInfo = (void *)0x0603FEE0; +const void * RTTI_BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor = (void *)0x060443F0; +const void * RTTI_BSSequence__AnimationEvent = (void *)0x05E40650; +const void * RTTI_BSSequence__AnimationTrack = (void *)0x05E40598; +const void * RTTI_BSSequence__AnimationVariableTrack = (void *)0x05E40618; +const void * RTTI_BSSequence__AnimationVectorVariableTrack = (void *)0x05E406B8; +const void * RTTI_BSSequence__BindingEvent = (void *)0x06008790; +const void * RTTI_BSSequence__CameraShakeEvent = (void *)0x05E40738; +const void * RTTI_BSSequence__CameraShakeStrengthTrack = (void *)0x05E406F8; +const void * RTTI_BSSequence__CameraShakeTrack = (void *)0x05E40680; +const void * RTTI_BSSequence__ColorCurveEvent = (void *)0x06006B70; +const void * RTTI_BSSequence__ColorLerpEvent = (void *)0x06006BE0; +const void * RTTI_BSSequence__ColorNoiseEvent = (void *)0x06006BA8; +const void * RTTI_BSSequence__ColorTriggerEvent = (void *)0x06006A98; +const void * RTTI_BSSequence__ConsoleScriptEvent = (void *)0x05E3FAF0; +const void * RTTI_BSSequence__CullEvent = (void *)0x05E40A00; +const void * RTTI_BSSequence__DissolveEvent = (void *)0x05E40078; +const void * RTTI_BSSequence__DissolveFrequencyScaleTrack = (void *)0x05E401A8; +const void * RTTI_BSSequence__DissolveOffsetTrack = (void *)0x05E40138; +const void * RTTI_BSSequence__DissolveTrack = (void *)0x05DE22C8; +const void * RTTI_BSSequence__Event = (void *)0x05E40D30; +const void * RTTI_BSSequence__ExplosionObjectSpawn = (void *)0x05E40340; +const void * RTTI_BSSequence__Float2CurveEvent = (void *)0x06006A18; +const void * RTTI_BSSequence__Float2LerpEvent = (void *)0x06006878; +const void * RTTI_BSSequence__Float2TriggerEvent = (void *)0x060068F8; +const void * RTTI_BSSequence__FloatCurveEvent = (void *)0x06006930; +const void * RTTI_BSSequence__FloatLerpEvent = (void *)0x060067D8; +const void * RTTI_BSSequence__FloatNoiseEvent = (void *)0x060067A0; +const void * RTTI_BSSequence__FloatTriggerEvent = (void *)0x06006840; +const void * RTTI_BSSequence__ITimeMultiplierProvider = (void *)0x05E41070; +const void * RTTI_BSSequence__ImageSpaceLifetimeEvent = (void *)0x05E40BB8; +const void * RTTI_BSSequence__ImageSpaceStrengthTrack = (void *)0x05E40B78; +const void * RTTI_BSSequence__ImageSpaceTrack = (void *)0x05E40B40; +const void * RTTI_BSSequence__ImpactEffectEvent = (void *)0x05E40A30; +const void * RTTI_BSSequence__ImpactEffectTrack = (void *)0x05DE2528; +const void * RTTI_BSSequence__LightColorTrack = (void *)0x05E3FDC8; +const void * RTTI_BSSequence__LightEffectReferenceTrack = (void *)0x05DE1D08; +const void * RTTI_BSSequence__LightEffectTrack = (void *)0x05E40BF8; +const void * RTTI_BSSequence__LightIntensityTrack = (void *)0x05E3FCF8; +const void * RTTI_BSSequence__LightLensFlareVisiblityTrack = (void *)0x05E3FD88; +const void * RTTI_BSSequence__LightRadiusTrack = (void *)0x05E3FC88; +const void * RTTI_BSSequence__LightSpawnEvent = (void *)0x05E3FCC0; +const void * RTTI_BSSequence__LoopMarker = (void *)0x06006B40; +const void * RTTI_BSSequence__MaterialFlipbookIndexGeneratorEvent = (void *)0x05E3FFD0; +const void * RTTI_BSSequence__MaterialFlipbookIndexTrack = (void *)0x05E3FF18; +const void * RTTI_BSSequence__MaterialPropertyTrack = (void *)0x05E3FE70; +const void * RTTI_BSSequence__MaterialTrack = (void *)0x05E3FE00; +const void * RTTI_BSSequence__Mediator = (void *)0x05DE19D8; +const void * RTTI_BSSequence__NamedSequenceMap = (void *)0x05DE1CA8; +const void * RTTI_BSSequence__NodeTrackBase = (void *)0x05DE1D48; +const void * RTTI_BSSequence__NoteEvent = (void *)0x06008680; +const void * RTTI_BSSequence__NoteTrack = (void *)0x060087C0; +const void * RTTI_BSSequence__Object = (void *)0x05DE1E10; +const void * RTTI_BSSequence__ObjectAttachmentSubnodeTrack = (void *)0x05E401E8; +const void * RTTI_BSSequence__ObjectAttachmentTrack = (void *)0x05E40170; +const void * RTTI_BSSequence__ObjectSpawnEvent = (void *)0x05E40228; +const void * RTTI_BSSequence__ObjectSpawnTrack = (void *)0x05DE2470; +const void * RTTI_BSSequence__ParticleEffectReferenceTrack = (void *)0x05E40378; +const void * RTTI_BSSequence__ParticleEffectTrack = (void *)0x05E40428; +const void * RTTI_BSSequence__ParticleEvent = (void *)0x05E403F8; +const void * RTTI_BSSequence__ParticleMaterialPropertyTrack = (void *)0x05E3FA80; +const void * RTTI_BSSequence__ParticleParameterTrack = (void *)0x05E404D0; +const void * RTTI_BSSequence__PlaySubSequenceEvent = (void *)0x05E40A68; +const void * RTTI_BSSequence__PositionTrack = (void *)0x05E408E0; +const void * RTTI_BSSequence__PositionTrack__TrackState = (void *)0x05DE24E8; +const void * RTTI_BSSequence__ProjectedDecalAlphaTrack = (void *)0x05E407C8; +const void * RTTI_BSSequence__ProjectedDecalSpawnEvent = (void *)0x05E40808; +const void * RTTI_BSSequence__ProjectedDecalTrack = (void *)0x05DE2560; +const void * RTTI_BSSequence__PropertyControllerBase = (void *)0x06008870; +const void * RTTI_BSSequence__PropertyControllerEvent = (void *)0x06008830; +const void * RTTI_BSSequence__PropertyLerpControllerEvent = (void *)0x060087F0; +const void * RTTI_BSSequence__ReferenceSpawnEvent = (void *)0x05E40308; +const void * RTTI_BSSequence__RevertMaterialOverrideEvent = (void *)0x05E3FE30; +const void * RTTI_BSSequence__RotationTrack = (void *)0x05E40998; +const void * RTTI_BSSequence__RotationTrack__TrackState = (void *)0x05DE24A8; +const void * RTTI_BSSequence__ScaleTrack = (void *)0x05E40968; +const void * RTTI_BSSequence__SceneNodeTrack = (void *)0x05DE2598; +const void * RTTI_BSSequence__ScriptTrack = (void *)0x05E3FA50; +const void * RTTI_BSSequence__SetPropertyEvent = (void *)0x06008758; +const void * RTTI_BSSequence__SoundEvent = (void *)0x05E3FB28; +const void * RTTI_BSSequence__SoundTrack = (void *)0x05E3FAC0; +const void * RTTI_BSSequence__SubSequenceTrack = (void *)0x05E409C8; +const void * RTTI_BSSequence__Track = (void *)0x05DE1CE0; +const void * RTTI_BSSequence__TrackGroup = (void *)0x05DE1D78; +const void * RTTI_BSSequence__TriggerMaterialSwap = (void *)0x05E400A8; +const void * RTTI_BSSequence__VectorCurveEvent = (void *)0x06006AD0; +const void * RTTI_BSSequence__VectorLerpEvent = (void *)0x06006968; +const void * RTTI_BSSequence__VectorNoiseEvent = (void *)0x06006B08; +const void * RTTI_BSSequence__VectorTriggerEvent = (void *)0x060069E0; +const void * RTTI_BSSequence__VisibilityTrack = (void *)0x05E40848; +const void * RTTI_BSService__JobSite = (void *)0x05D447E0; +const void * RTTI_BSShadowLight = (void *)0x0600AD48; +const void * RTTI_BSShapeConstructor = (void *)0x05E869C8; +const void * RTTI_BSSimpleScaleController = (void *)0x05F4E908; +const void * RTTI_BSSkin__BoneData = (void *)0x0608AC58; +const void * RTTI_BSSkin__Instance = (void *)0x0608AC30; +const void * RTTI_BSSpatialGraph = (void *)0x05E16DF8; +const void * RTTI_BSSpatialGraphInfo = (void *)0x06037F08; +const void * RTTI_BSSpatialGraphManager = (void *)0x05E17A98; +const void * RTTI_BSSpatialGraphSearch = (void *)0x05E19318; +const void * RTTI_BSSplatterExtraData = (void *)0x05E0EC18; +const void * RTTI_BSSteamSysInfoSystemUtility = (void *)0x060909B8; +const void * RTTI_BSStorage = (void *)0x05DE9388; +const void * RTTI_BSStream = (void *)0x05E6B390; +const void * RTTI_BSStreamParserData = (void *)0x06020788; +const void * RTTI_BSStreaming__DataStorage = (void *)0x0604A180; +const void * RTTI_BSSubBehaviorGraphSingletonData = (void *)0x05FF07D8; +const void * RTTI_BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask = (void *)0x05FF0DF0; +const void * RTTI_BSSubSceneNode = (void *)0x0600AD20; +const void * RTTI_BSSysInfoSystemUtility = (void *)0x05DB4148; +const void * RTTI_BSSystemFileAsyncFunctor = (void *)0x0603E498; +const void * RTTI_BSSystemFileStorage = (void *)0x0604A150; +const void * RTTI_BSSystemFileStreamer__HeapData = (void *)0x060489E0; +const void * RTTI_BSSystemFileStreamer__PhysicalRequest = (void *)0x06048900; +const void * RTTI_BSSystemFileStreamer__PinnedData = (void *)0x06048940; +const void * RTTI_BSSystemFileStreamer__Streamer = (void *)0x06048B10; +const void * RTTI_BSSystemFileStreamer__Streamer__ControlThread = (void *)0x06048A20; +const void * RTTI_BSSystemFileStreamer__Streamer__StreamerThread = (void *)0x06048A70; +const void * RTTI_BSSystemUtilitiesStrings = (void *)0x05DB3E08; +const void * RTTI_BSSystemUtility = (void *)0x05D22840; +const void * RTTI_BSTArrayBase__IAllocatorFunctor = (void *)0x05D20BC0; +const void * RTTI_BSTSmartPointerPrivate__HandleManagerBase = (void *)0x05D961A0; +const void * RTTI_BSTableCurve = (void *)0x06090F20; +const void * RTTI_BSTaskJobber = (void *)0x0600BAA0; +const void * RTTI_BSTaskJobber__Task = (void *)0x05E7D168; +const void * RTTI_BSTaskThread = (void *)0x05DFB518; +const void * RTTI_BSTaskletGroupData = (void *)0x0604A1B0; +const void * RTTI_BSTaskletManager = (void *)0x05DA6808; +const void * RTTI_BSTempEffect = (void *)0x05E7C5B8; +const void * RTTI_BSTempEffectDebris = (void *)0x05E7C5E0; +const void * RTTI_BSTempEffectGeometryDecal = (void *)0x05E7C610; +const void * RTTI_BSTempEffectParticle = (void *)0x05E7C678; +const void * RTTI_BSTempEffectSPG = (void *)0x05E7C6E0; +const void * RTTI_BSTempEffectScreenSpaceDecal = (void *)0x05E7C6A8; +const void * RTTI_BSTempEffectWeaponBlood = (void *)0x05E7C708; +const void * RTTI_BSTerrainEffect = (void *)0x05E7C880; +const void * RTTI_BSTextureStreamer__ArchiveLayer = (void *)0x0600A610; +const void * RTTI_BSTextureStreamer__LoadQueueService = (void *)0x06009F60; +const void * RTTI_BSTextureStreamer__Manager = (void *)0x0600A5A8; +const void * RTTI_BSTextureStreamer__ManagerBase = (void *)0x0600A5D8; +const void * RTTI_BSTextureStreamer__ManagerServiceFramework = (void *)0x0600A2F0; +const void * RTTI_BSTextureStreamer__TextureArchiveIDConverter = (void *)0x05DAAE90; +const void * RTTI_BSTextureStreamer__TextureLoad = (void *)0x0600E228; +const void * RTTI_BSTextureStreamer__TextureStreamerRequestBase = (void *)0x0600E0A0; +const void * RTTI_BSThread = (void *)0x05DA62A0; +const void * RTTI_BSTransformExtra = (void *)0x05E68920; +const void * RTTI_BSTreadTransfInterpolator = (void *)0x06089F88; +const void * RTTI_BSUIExternalTexture = (void *)0x06021490; +const void * RTTI_BSVMLoadNode = (void *)0x05E02728; +const void * RTTI_BSVMPostProcessNode = (void *)0x05E02580; +const void * RTTI_BSValueNode = (void *)0x0600AD70; +const void * RTTI_BSWArray = (void *)0x0600E350; +const void * RTTI_BSWeakReferenceNode = (void *)0x06004AB0; +const void * RTTI_BSWin32ExceptionHandler = (void *)0x05D98198; +const void * RTTI_BSWinPCAwardsSystemUtility = (void *)0x06090B68; +const void * RTTI_BSWinPCGameDataSystemUtility = (void *)0x06090B08; +const void * RTTI_BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled = (void *)0x06090AB0; +const void * RTTI_BSWinPCSaveDataSystemUtility = (void *)0x06090A20; +const void * RTTI_BSWinPCSystemUtility = (void *)0x060909F0; +const void * RTTI_BSXFlags = (void *)0x06009328; +const void * RTTI_BShkbHkxDB__QueuedHandles = (void *)0x05E66F20; +const void * RTTI_BShkbUtils__GraphInspectionFunctor = (void *)0x05FE11E0; +const void * RTTI_BackgroundProcessNode = (void *)0x05DFB7B8; +const void * RTTI_BackgroundProcessThread = (void *)0x05DFB598; +const void * RTTI_BanishEffect = (void *)0x05F24FD0; +const void * RTTI_BarrierProjectile = (void *)0x05F6D1C0; +const void * RTTI_BarterMenu = (void *)0x05EE8FB0; +const void * RTTI_BarterMenu_BuyItem = (void *)0x05EE95D0; +const void * RTTI_BarterMenu_CloseMenu = (void *)0x05EE94D8; +const void * RTTI_BarterMenu_HideModel = (void *)0x05EE9538; +const void * RTTI_BarterMenu_LoadModel = (void *)0x05EE9508; +const void * RTTI_BarterMenu_SellItem = (void *)0x05EE8F48; +const void * RTTI_BarterMenu_SetMouseOverModel = (void *)0x05EE8F78; +const void * RTTI_BarterMenu_ShowFailureMessage = (void *)0x05EE9568; +const void * RTTI_BarterMenu_ViewedItem = (void *)0x05EE95A0; +const void * RTTI_BarterMenu__BarterMenuEventShuttle = (void *)0x05EE9418; +const void * RTTI_BaseFormComponent = (void *)0x05D22BF0; +const void * RTTI_BaseLightAnimData = (void *)0x05DE9F58; +const void * RTTI_BeamProjectile = (void *)0x05F6D4C0; +const void * RTTI_BedEnterHandler = (void *)0x05F6B0F8; +const void * RTTI_BedFurnitureExitHandler = (void *)0x05F6B2F8; +const void * RTTI_BleedoutCameraState = (void *)0x05FA4018; +const void * RTTI_BlendNode = (void *)0x05FEF300; +const void * RTTI_BlendNodeInstance = (void *)0x05FEF2D8; +const void * RTTI_BlendTree = (void *)0x05FE1238; +const void * RTTI_BlendTreeInstance = (void *)0x05FEE548; +const void * RTTI_Blueprints__Blueprint = (void *)0x05DE9AC8; +const void * RTTI_Blueprints__BlueprintMainStatusHandler = (void *)0x05DE9920; +const void * RTTI_Blueprints__BlueprintVariant = (void *)0x05D0C318; +const void * RTTI_BodyCollisionsTask = (void *)0x05D08310; +const void * RTTI_BodyEffects__Effect = (void *)0x05DD5C70; +const void * RTTI_BodyEffects__ResourceVisualizationEffect = (void *)0x05DD5D18; +const void * RTTI_BodyEffects__ScanlinesEffect = (void *)0x05DD5CA0; +const void * RTTI_BoneConstraint = (void *)0x05FEED08; +const void * RTTI_BoneConstraintInstance = (void *)0x05FEED30; +const void * RTTI_BoneModifierData = (void *)0x05DDE910; +const void * RTTI_BoneModifierExtra = (void *)0x05E3B898; +const void * RTTI_BoneModifierInstance = (void *)0x05DDE8E0; +const void * RTTI_BookMenu = (void *)0x05FA4598; +const void * RTTI_BookMenu__BookData = (void *)0x05FA45F8; +const void * RTTI_BookMenu__BookMenuUIDataEventShuttle = (void *)0x05FA45B8; +const void * RTTI_BoundaryMenu = (void *)0x05EA9F68; +const void * RTTI_BoundaryMenu_FastTravel = (void *)0x05EAA000; +const void * RTTI_BoundaryMenu_ShowMap = (void *)0x05EA9FD0; +const void * RTTI_BowZoomStartHandler = (void *)0x05F6A270; +const void * RTTI_BowZoomStopHandler = (void *)0x05F69E28; +const void * RTTI_ButtonEvent = (void *)0x05FF2150; +const void * RTTI_CCallbackBase = (void *)0x06090A58; +const void * RTTI_CPUCaptureHandler = (void *)0x05FACAC8; +const void * RTTI_CalcContainerWeight = (void *)0x05E58FC8; +const void * RTTI_CalmEffect = (void *)0x05F24FA8; +const void * RTTI_CameraOverrideStartHandler = (void *)0x05F6B4F8; +const void * RTTI_CameraOverrideStopHandler = (void *)0x05F6B150; +const void * RTTI_CameraShakeHandler = (void *)0x05F69FF0; +const void * RTTI_CameraZoomHandler = (void *)0x05FACAF0; +const void * RTTI_Camera__DebugFollowCamera = (void *)0x05EA65A0; +const void * RTTI_Camera__DebugFreeCamera = (void *)0x05EA65D0; +const void * RTTI_Camera__DebugModule = (void *)0x05EA6630; +const void * RTTI_Camera__DebugOrbitalCamera = (void *)0x05EA6600; +const void * RTTI_Camera__DebugTargetCamera = (void *)0x05EA6540; +const void * RTTI_Camera__IBaseModule = (void *)0x05EA6268; +const void * RTTI_Camera__IDebugCamera = (void *)0x05EA6570; +const void * RTTI_Camera__InteriorModule = (void *)0x05EA6660; +const void * RTTI_Camera__Manager = (void *)0x05EA62C8; +const void * RTTI_Camera__PlayerModule = (void *)0x05EA64D8; +const void * RTTI_Camera__SpaceModule = (void *)0x05EA6298; +const void * RTTI_CapacityValueModifierEffect = (void *)0x05F23788; +const void * RTTI_CellHandleManager = (void *)0x05DDE6F0; +const void * RTTI_CellHfCollision = (void *)0x05DED820; +const void * RTTI_ChainExplosion = (void *)0x05F2F678; +const void * RTTI_ChairEnterHandler = (void *)0x05F6B0A0; +const void * RTTI_ChairFurnitureExitHandler = (void *)0x05F6B2C8; +const void * RTTI_ChangeAnimArchetypeHandler = (void *)0x05F6AF68; +const void * RTTI_CharGen_BrowChange = (void *)0x05F05A38; +const void * RTTI_CharGen_BrowColorChange = (void *)0x05F05940; +const void * RTTI_CharGen_CancelTextEntry = (void *)0x05F05CA0; +const void * RTTI_CharGen_CloseMenu = (void *)0x05F05DE8; +const void * RTTI_CharGen_CyclePronoun = (void *)0x05F058E0; +const void * RTTI_CharGen_DirtScarsEtcChange = (void *)0x05F05B20; +const void * RTTI_CharGen_EndBodyChange = (void *)0x05F06778; +const void * RTTI_CharGen_EndTextEntry = (void *)0x05F05CD0; +const void * RTTI_CharGen_EyeColorChange = (void *)0x05F05A68; +const void * RTTI_CharGen_FacialHairChange = (void *)0x05F059A8; +const void * RTTI_CharGen_FacialHairColorChange = (void *)0x05F05970; +const void * RTTI_CharGen_HairChange = (void *)0x05F05A08; +const void * RTTI_CharGen_HairColorChange = (void *)0x05F059D8; +const void * RTTI_CharGen_HeadpartPlusSelectorChange = (void *)0x05F05B88; +const void * RTTI_CharGen_HeadpartPresetChange = (void *)0x05F05D80; +const void * RTTI_CharGen_JewelryChange = (void *)0x05F06810; +const void * RTTI_CharGen_JewelryColorChange = (void *)0x05F067D8; +const void * RTTI_CharGen_MakeupChange = (void *)0x05F06628; +const void * RTTI_CharGen_MarkingsChange = (void *)0x05F065F8; +const void * RTTI_CharGen_PostBlendColorOptionChange = (void *)0x05F06690; +const void * RTTI_CharGen_PostBlendFaceChange = (void *)0x05F066D0; +const void * RTTI_CharGen_PostBlendIntensityChange = (void *)0x05F06658; +const void * RTTI_CharGen_PresetChange = (void *)0x05F05DB8; +const void * RTTI_CharGen_RollOffLocomotion = (void *)0x05F068A0; +const void * RTTI_CharGen_RollOnLocomotion = (void *)0x05F068D0; +const void * RTTI_CharGen_RotatePaperdoll = (void *)0x05F06900; +const void * RTTI_CharGen_SetAdditionalSlider = (void *)0x05F06740; +const void * RTTI_CharGen_SetBackground = (void *)0x05F05A98; +const void * RTTI_CharGen_SetBlockInputUnderPopup = (void *)0x05F06708; +const void * RTTI_CharGen_SetBodyValues = (void *)0x05F05BF8; +const void * RTTI_CharGen_SetCameraPosition = (void *)0x05F05BC8; +const void * RTTI_CharGen_SetPronoun = (void *)0x05F058B0; +const void * RTTI_CharGen_SetSex = (void *)0x05F05D58; +const void * RTTI_CharGen_SetSlider = (void *)0x05F05D30; +const void * RTTI_CharGen_SetTrait = (void *)0x05F05AC8; +const void * RTTI_CharGen_ShowChooseBackgroundMessage = (void *)0x05F05C28; +const void * RTTI_CharGen_ShowPlayerRenameMessage = (void *)0x05F05C68; +const void * RTTI_CharGen_SkintoneChange = (void *)0x05F05B58; +const void * RTTI_CharGen_StartBodyChange = (void *)0x05F067A8; +const void * RTTI_CharGen_StartTextEntry = (void *)0x05F05D00; +const void * RTTI_CharGen_SwitchBodyType = (void *)0x05F06930; +const void * RTTI_CharGen_SwitchLocomotion = (void *)0x05F05848; +const void * RTTI_CharGen_TeethChange = (void *)0x05F05910; +const void * RTTI_CharGen_TeethRollOff = (void *)0x05F06840; +const void * RTTI_CharGen_TeethRollOn = (void *)0x05F06870; +const void * RTTI_CharGen_ToggleMarking = (void *)0x05F05AF0; +const void * RTTI_CharGen_TogglePreviewHabSuit = (void *)0x05F05878; +const void * RTTI_CharacterCollisionHandler = (void *)0x05F53AB8; +const void * RTTI_CharacterCollisionMessagePlayerAdapter = (void *)0x05F3A868; +const void * RTTI_CharacterEvent = (void *)0x05FF1CE8; +const void * RTTI_ChargenMenu = (void *)0x05F06258; +const void * RTTI_ChargenMenu__ChargenMenuEventShuttle = (void *)0x05F05400; +const void * RTTI_CheckGoalReachedFunctor = (void *)0x060368B8; +const void * RTTI_CheckLineOfSightFilterMisc = (void *)0x05F24EC8; +const void * RTTI_CheckParameterReachedFunctor = (void *)0x06036918; +const void * RTTI_CheckStoppedMovingFunctor = (void *)0x06036888; +const void * RTTI_ClientBIMetrics__CombatHitMetricsI = (void *)0x05F26510; +const void * RTTI_ClientBIMetrics__HeartBeat__EventSink = (void *)0x05DD50F0; +const void * RTTI_ClientBIMetrics__Performance__EventSink = (void *)0x05DD5478; +const void * RTTI_ClientBIMetrics__ShipCombatHitMetricsBPSImp = (void *)0x05F26550; +const void * RTTI_ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost = (void *)0x05DD5B30; +const void * RTTI_CloakEffect = (void *)0x05F23840; +const void * RTTI_ClonePoseNode = (void *)0x05FEE050; +const void * RTTI_ClonePoseNodeInstance = (void *)0x05FEE020; +const void * RTTI_CloudSaveWriter = (void *)0x05F29FF0; +const void * RTTI_CombatAcquireSearchDebugData = (void *)0x05F76378; +const void * RTTI_CombatAimController = (void *)0x05F6FA40; +const void * RTTI_CombatAlignRollPathController = (void *)0x05E9CCC0; +const void * RTTI_CombatAnimatedPath = (void *)0x05F9CB50; +const void * RTTI_CombatApproachTargetPathController = (void *)0x05E9CCF8; +const void * RTTI_CombatAreaHoldPosition = (void *)0x05F6FB40; +const void * RTTI_CombatAreaReference = (void *)0x05F6FBA0; +const void * RTTI_CombatAreaShape = (void *)0x05E9DDD0; +const void * RTTI_CombatAreaStandard = (void *)0x05F6FB70; +const void * RTTI_CombatBarrelRollPathController = (void *)0x05E9CBA8; +const void * RTTI_CombatBehaviorAttackFromCover = (void *)0x05F9B7B8; +const void * RTTI_CombatBehaviorBlindFireFromCover = (void *)0x05F9B900; +const void * RTTI_CombatBehaviorContextCover = (void *)0x05F9B520; +const void * RTTI_CombatBehaviorContextGrenade = (void *)0x05E951A0; +const void * RTTI_CombatBehaviorMoveInCover = (void *)0x05D97640; +const void * RTTI_CombatBehaviorProvideSuppressiveFire = (void *)0x05F91770; +const void * RTTI_CombatBehaviorResource = (void *)0x05F75A38; +const void * RTTI_CombatBehaviorShipAcquire = (void *)0x05E9CF10; +const void * RTTI_CombatBehaviorShipAttackManeuver = (void *)0x05E9CFA8; +const void * RTTI_CombatBehaviorShipBarrelRoll = (void *)0x05E9D070; +const void * RTTI_CombatBehaviorShipBoost = (void *)0x05E9CE08; +const void * RTTI_CombatBehaviorShipBreak = (void *)0x05E9D040; +const void * RTTI_CombatBehaviorShipBreakStalemate = (void *)0x05E9D218; +const void * RTTI_CombatBehaviorShipCut = (void *)0x05E9CE38; +const void * RTTI_CombatBehaviorShipDirectAttack = (void *)0x05E9CEA8; +const void * RTTI_CombatBehaviorShipDisengage = (void *)0x05E9D148; +const void * RTTI_CombatBehaviorShipLeadTurn = (void *)0x05E9CF40; +const void * RTTI_CombatBehaviorShipLurk = (void *)0x05E9D1B0; +const void * RTTI_CombatBehaviorShipOrbitCombatArea = (void *)0x05E9D250; +const void * RTTI_CombatBehaviorShipOrbitTarget = (void *)0x05E9D0E0; +const void * RTTI_CombatBehaviorShipPass = (void *)0x05E9CF78; +const void * RTTI_CombatBehaviorShipPathDestinationRef = (void *)0x05E9C808; +const void * RTTI_CombatBehaviorShipPursue = (void *)0x05E9D180; +const void * RTTI_CombatBehaviorShipScissors = (void *)0x05E9D008; +const void * RTTI_CombatBehaviorShipSliceback = (void *)0x05E9CDD0; +const void * RTTI_CombatBehaviorShipSlideDodge = (void *)0x05E9D1E0; +const void * RTTI_CombatBehaviorShipSlideTurn = (void *)0x05E9D0A8; +const void * RTTI_CombatBehaviorShipStationaryTracking = (void *)0x05E9CE68; +const void * RTTI_CombatBehaviorShipStrafe = (void *)0x05E9D118; +const void * RTTI_CombatBehaviorShipStrafeTurn = (void *)0x05E9CD98; +const void * RTTI_CombatBehaviorShipTargetingModeAutopilot = (void *)0x05E8CBC8; +const void * RTTI_CombatBehaviorShipTurn = (void *)0x05E9CEE0; +const void * RTTI_CombatBehaviorTree = (void *)0x05D976A8; +const void * RTTI_CombatBehaviorTreeAcquireObject = (void *)0x05D974F8; +const void * RTTI_CombatBehaviorTreeAction = (void *)0x05D975D0; +const void * RTTI_CombatBehaviorTreeActionEquipmentSelector = (void *)0x05D970F0; +const void * RTTI_CombatBehaviorTreeAvoidThreat = (void *)0x05D97998; +const void * RTTI_CombatBehaviorTreeBlock = (void *)0x05D976D8; +const void * RTTI_CombatBehaviorTreeBow = (void *)0x05D972D0; +const void * RTTI_CombatBehaviorTreeChargingCloseMovement = (void *)0x05D974B8; +const void * RTTI_CombatBehaviorTreeChargingMovement = (void *)0x05D97600; +const void * RTTI_CombatBehaviorTreeCheckUnreachableTarget = (void *)0x05D979D0; +const void * RTTI_CombatBehaviorTreeCloseMovement = (void *)0x05D973A8; +const void * RTTI_CombatBehaviorTreeCombat = (void *)0x05D97780; +const void * RTTI_CombatBehaviorTreeCreateContextNodeBase = (void *)0x05E89A90; +const void * RTTI_CombatBehaviorTreeFindAttackLocation = (void *)0x05D97300; +const void * RTTI_CombatBehaviorTreeFindValidLocation = (void *)0x05D97958; +const void * RTTI_CombatBehaviorTreeFlankingMovement = (void *)0x05D97290; +const void * RTTI_CombatBehaviorTreeFlee = (void *)0x05D973E0; +const void * RTTI_CombatBehaviorTreeFlight = (void *)0x05D97820; +const void * RTTI_CombatBehaviorTreeGrenade = (void *)0x05D97928; +const void * RTTI_CombatBehaviorTreeGun = (void *)0x05D97340; +const void * RTTI_CombatBehaviorTreeHide = (void *)0x05D97530; +const void * RTTI_CombatBehaviorTreeLinkNode = (void *)0x05F75A68; +const void * RTTI_CombatBehaviorTreeLowCombat = (void *)0x05D97258; +const void * RTTI_CombatBehaviorTreeMagic = (void *)0x05D97448; +const void * RTTI_CombatBehaviorTreeMelee = (void *)0x05D97888; +const void * RTTI_CombatBehaviorTreeMovement = (void *)0x05D978F0; +const void * RTTI_CombatBehaviorTreeMovementRequest = (void *)0x05D97370; +const void * RTTI_CombatBehaviorTreeNode = (void *)0x05E89A60; +const void * RTTI_CombatBehaviorTreePlayerShipCombat = (void *)0x05D97708; +const void * RTTI_CombatBehaviorTreeRangedMovement = (void *)0x05D97560; +const void * RTTI_CombatBehaviorTreeRetreatClose = (void *)0x05D97670; +const void * RTTI_CombatBehaviorTreeRetreatRanged = (void *)0x05D97410; +const void * RTTI_CombatBehaviorTreeReturnToCombatArea = (void *)0x05D971E0; +const void * RTTI_CombatBehaviorTreeRootNode = (void *)0x05F75AA0; +const void * RTTI_CombatBehaviorTreeSearch = (void *)0x05D971B0; +const void * RTTI_CombatBehaviorTreeShipAction = (void *)0x05D97598; +const void * RTTI_CombatBehaviorTreeShipActionEquipmentSelector = (void *)0x05D97130; +const void * RTTI_CombatBehaviorTreeShipCombat = (void *)0x05D97748; +const void * RTTI_CombatBehaviorTreeShipDetection = (void *)0x05D977B0; +const void * RTTI_CombatBehaviorTreeShipFlee = (void *)0x05D97850; +const void * RTTI_CombatBehaviorTreeShipManeuvers = (void *)0x05D970B8; +const void * RTTI_CombatBehaviorTreeShipMovement = (void *)0x05D978B8; +const void * RTTI_CombatBehaviorTreeShipPowerAllocation = (void *)0x05D97478; +const void * RTTI_CombatBehaviorTreeSpaceshipWeapon = (void *)0x05D977E8; +const void * RTTI_CombatBehaviorTreeTargetingMode = (void *)0x05D97A10; +const void * RTTI_CombatBehaviorTreeThrow = (void *)0x05D97A48; +const void * RTTI_CombatBehaviorTreeUseCover = (void *)0x05D97220; +const void * RTTI_CombatBehaviorTreeUsePotion = (void *)0x05D97178; +const void * RTTI_CombatBehaviorTreeWrapperNode = (void *)0x05E8D300; +const void * RTTI_CombatBehaviorWaitBehindCover = (void *)0x05F9B8C8; +const void * RTTI_CombatBlackboardMemberBase = (void *)0x05D48AF0; +const void * RTTI_CombatChangePositionPathController = (void *)0x05F9BFB8; +const void * RTTI_CombatChargingSearchData = (void *)0x05E94140; +const void * RTTI_CombatCluster = (void *)0x05F6FFC0; +const void * RTTI_CombatCoverLocation = (void *)0x05F6FDC8; +const void * RTTI_CombatCoverSearch = (void *)0x05F6FD30; +const void * RTTI_CombatCoverSearchDebugData = (void *)0x05F6FE90; +const void * RTTI_CombatCoverSearchResult = (void *)0x05F6FDF8; +const void * RTTI_CombatCoveredPath = (void *)0x05E8C500; +const void * RTTI_CombatCoveredPathDebugData = (void *)0x05EA00E8; +const void * RTTI_CombatDialogueDebugData = (void *)0x05F6FEF8; +const void * RTTI_CombatDisableActionController = (void *)0x05F90090; +const void * RTTI_CombatDisableAimController = (void *)0x05F6FA08; +const void * RTTI_CombatDisableCollisionController = (void *)0x05F900C8; +const void * RTTI_CombatEncounterBIEvents__CombatEnounterMetricsManager = (void *)0x05F266D0; +const void * RTTI_CombatEncounterMetrics = (void *)0x05F268D0; +const void * RTTI_CombatEnterCoverPathController = (void *)0x05F6FCA8; +const void * RTTI_CombatFlankingSearchData = (void *)0x05F83AF0; +const void * RTTI_CombatFleeAimController = (void *)0x05F83B20; +const void * RTTI_CombatFollowTargetPathController = (void *)0x05FA3510; +const void * RTTI_CombatGroupDetectionListener = (void *)0x05F6FF88; +const void * RTTI_CombatInceptionDebugData = (void *)0x05F6FEC8; +const void * RTTI_CombatInterface = (void *)0x05E8CCD8; +const void * RTTI_CombatInventoryItem = (void *)0x05F700D0; +const void * RTTI_CombatInventoryItemComposite = (void *)0x05F70098; +const void * RTTI_CombatInventoryItemGrenade = (void *)0x05F70180; +const void * RTTI_CombatInventoryItemMagic = (void *)0x05F70248; +const void * RTTI_CombatInventoryItemMelee = (void *)0x05F70218; +const void * RTTI_CombatInventoryItemOneHandedBlock = (void *)0x05F702A8; +const void * RTTI_CombatInventoryItemPotion = (void *)0x05F72948; +const void * RTTI_CombatInventoryItemRanged = (void *)0x05F701E8; +const void * RTTI_CombatInventoryItemScroll = (void *)0x05F72918; +const void * RTTI_CombatInventoryItemShield = (void *)0x05F702E0; +const void * RTTI_CombatInventoryItemStaff = (void *)0x05F72978; +const void * RTTI_CombatInventoryItemThrown = (void *)0x05F701B8; +const void * RTTI_CombatInventoryItemTorch = (void *)0x05F70278; +const void * RTTI_CombatMagicCaster = (void *)0x05F72C10; +const void * RTTI_CombatMagicCasterArmor = (void *)0x05F723B0; +const void * RTTI_CombatMagicCasterBoundItem = (void *)0x05F72B38; +const void * RTTI_CombatMagicCasterChameleon = (void *)0x05F72B70; +const void * RTTI_CombatMagicCasterCloak = (void *)0x05F72A78; +const void * RTTI_CombatMagicCasterDash = (void *)0x05F723E0; +const void * RTTI_CombatMagicCasterDisarm = (void *)0x05F72AA8; +const void * RTTI_CombatMagicCasterInvisibility = (void *)0x05F72BA8; +const void * RTTI_CombatMagicCasterLight = (void *)0x05F72BE0; +const void * RTTI_CombatMagicCasterOffensive = (void *)0x05F72A08; +const void * RTTI_CombatMagicCasterParalyze = (void *)0x05F72310; +const void * RTTI_CombatMagicCasterReanimate = (void *)0x05F72340; +const void * RTTI_CombatMagicCasterRestore = (void *)0x05F729A8; +const void * RTTI_CombatMagicCasterScript = (void *)0x05F72410; +const void * RTTI_CombatMagicCasterStagger = (void *)0x05F72AD8; +const void * RTTI_CombatMagicCasterSummon = (void *)0x05F72B08; +const void * RTTI_CombatMagicCasterTargetEffect = (void *)0x05F72378; +const void * RTTI_CombatMagicCasterWard = (void *)0x05F729D8; +const void * RTTI_CombatMagicItemData = (void *)0x05F728E8; +const void * RTTI_CombatMagicItemSkillChecker = (void *)0x05F72A40; +const void * RTTI_CombatMaintainDistancePathController = (void *)0x05E8CB88; +const void * RTTI_CombatMantlePathController = (void *)0x05F6FD90; +const void * RTTI_CombatMatchTargetAimController = (void *)0x05F6F9D0; +const void * RTTI_CombatMeleeAimController = (void *)0x05F6FAA8; +const void * RTTI_CombatMeleeAttackController = (void *)0x05F8AE40; +const void * RTTI_CombatMeleeDebugData = (void *)0x05F8AE78; +const void * RTTI_CombatMovementRequestActivateTarget = (void *)0x05E94668; +const void * RTTI_CombatMovementRequestFollowActor = (void *)0x05E94630; +const void * RTTI_CombatNavmeshCoverLocation = (void *)0x05F6FE58; +const void * RTTI_CombatNavmeshPathingDebugData = (void *)0x05EA0380; +const void * RTTI_CombatPath = (void *)0x05E8CCB0; +const void * RTTI_CombatPathBuilder = (void *)0x05E8C750; +const void * RTTI_CombatPathBuilderCovered = (void *)0x05EA00B8; +const void * RTTI_CombatPathBuilderNavmesh = (void *)0x05E89F38; +const void * RTTI_CombatPathBuilderNavmeshOpen = (void *)0x05E91E80; +const void * RTTI_CombatPathBuilderNavmeshStandard = (void *)0x05E89CA8; +const void * RTTI_CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter = (void *)0x05EA03F0; +const void * RTTI_CombatPathBuilderPolicyStandard = (void *)0x05E8C400; +const void * RTTI_CombatPathBuilderSpace = (void *)0x05E8A198; +const void * RTTI_CombatPathBuilderSpaceOpen = (void *)0x05E91218; +const void * RTTI_CombatPathBuilderSpaceStandard = (void *)0x05E8A1C8; +const void * RTTI_CombatPathBuilderSpatialGraph = (void *)0x05E89F68; +const void * RTTI_CombatPathBuilderSpatialGraphOpen = (void *)0x05E91FB0; +const void * RTTI_CombatPathBuilderSpatialGraphStandard = (void *)0x05E89E78; +const void * RTTI_CombatPathBuilderTrackInfo = (void *)0x05E8D718; +const void * RTTI_CombatPathBuilderTracker = (void *)0x05E8D6E8; +const void * RTTI_CombatPathDestinationAcquire = (void *)0x05E9CC88; +const void * RTTI_CombatPathDestinationActor = (void *)0x05E94170; +const void * RTTI_CombatPathDestinationBarrelRoll = (void *)0x05E9C930; +const void * RTTI_CombatPathDestinationBreak = (void *)0x05E9C6A8; +const void * RTTI_CombatPathDestinationDirectlyToTarget = (void *)0x05E8CB48; +const void * RTTI_CombatPathDestinationDisengage = (void *)0x05E9CB70; +const void * RTTI_CombatPathDestinationEvade = (void *)0x05E9CAC0; +const void * RTTI_CombatPathDestinationFlee = (void *)0x05E99170; +const void * RTTI_CombatPathDestinationFollowActor = (void *)0x05F9CB80; +const void * RTTI_CombatPathDestinationLeadTurn = (void *)0x05E9C9E0; +const void * RTTI_CombatPathDestinationOrbitRef = (void *)0x05E9BC40; +const void * RTTI_CombatPathDestinationPursue = (void *)0x05E9BCF0; +const void * RTTI_CombatPathDestinationRef = (void *)0x05E8C468; +const void * RTTI_CombatPathDestinationRefs = (void *)0x05FA3DF8; +const void * RTTI_CombatPathDestinationRemainNear = (void *)0x05E9BE50; +const void * RTTI_CombatPathDestinationSlideDodge = (void *)0x05E9BB90; +const void * RTTI_CombatPathDestinationSlideTurn = (void *)0x05E9CA18; +const void * RTTI_CombatPathDestinationStrafe = (void *)0x05E9BDA0; +const void * RTTI_CombatPathDestinationStrafeTurn = (void *)0x05E9CC50; +const void * RTTI_CombatPathingDebugData = (void *)0x05EA03B8; +const void * RTTI_CombatPathingDelayedTweener = (void *)0x05FA3548; +const void * RTTI_CombatPathingRequest = (void *)0x05E8C298; +const void * RTTI_CombatPathingRequestAdapter = (void *)0x05F9CF90; +const void * RTTI_CombatPathingRequestCovered = (void *)0x05EA01D0; +const void * RTTI_CombatPathingRequestDebugData = (void *)0x05F9CFC8; +const void * RTTI_CombatPathingRequestMultiGoal = (void *)0x05F9D000; +const void * RTTI_CombatPathingRequestStandard = (void *)0x05E8C2C8; +const void * RTTI_CombatPathingSearch = (void *)0x05E89D30; +const void * RTTI_CombatPathingSearchArea = (void *)0x05EA0208; +const void * RTTI_CombatPathingTweener = (void *)0x05FA3580; +const void * RTTI_CombatPositionReservation = (void *)0x05EA0470; +const void * RTTI_CombatPositionTracker = (void *)0x05EA0440; +const void * RTTI_CombatProjectileAimController = (void *)0x05F6FA70; +const void * RTTI_CombatProjectileDebugData = (void *)0x05F6F9A0; +const void * RTTI_CombatQueuedEvent = (void *)0x05F4C3C0; +const void * RTTI_CombatRangedMovementPathSpeedController = (void *)0x05E986B0; +const void * RTTI_CombatReservation = (void *)0x05E9CFE0; +const void * RTTI_CombatSearchLockData = (void *)0x05F96A98; +const void * RTTI_CombatSearchMap2D = (void *)0x05E8E420; +const void * RTTI_CombatSearchMap3D = (void *)0x05E8E378; +const void * RTTI_CombatShipGenericPathController = (void *)0x05E9C750; +const void * RTTI_CombatShipPursueTargetPathController = (void *)0x05E9BA68; +const void * RTTI_CombatSoftCoverLocation = (void *)0x05F6FE28; +const void * RTTI_CombatSpatialGraphPathingDebugData = (void *)0x05EA04A0; +const void * RTTI_CombatStandardCoverLocation = (void *)0x05F6FD58; +const void * RTTI_CombatSuppressiveFireBehavior = (void *)0x05EA04E0; +const void * RTTI_CombatTargetLocation = (void *)0x05F75210; +const void * RTTI_CombatTargetLocationSearch = (void *)0x05F751D8; +const void * RTTI_CombatTargetLocationSearchResult = (void *)0x05F75240; +const void * RTTI_CombatTargetSelector = (void *)0x05F754C8; +const void * RTTI_CombatTargetSelectorFixed = (void *)0x05F755A8; +const void * RTTI_CombatTargetSelectorPreferred = (void *)0x05F75458; +const void * RTTI_CombatTargetSelectorRandom = (void *)0x05F75570; +const void * RTTI_CombatTargetSelectorSpaceship = (void *)0x05F754F8; +const void * RTTI_CombatTargetSelectorStandard = (void *)0x05F75490; +const void * RTTI_CombatTargetSelectorWorkshopObject = (void *)0x05F75530; +const void * RTTI_CombatThreat = (void *)0x05F75638; +const void * RTTI_CombatThreatExplosion = (void *)0x05F75608; +const void * RTTI_CombatThreatLOF = (void *)0x05F75688; +const void * RTTI_CombatThreatMelee = (void *)0x05F75660; +const void * RTTI_CombatThreatProjectile = (void *)0x05F755D8; +const void * RTTI_CombatTrackTargetAimController = (void *)0x05F6FAD8; +const void * RTTI_CombatTunnelPathController = (void *)0x05EA0550; +const void * RTTI_CombatTunnelPathingRequestData = (void *)0x05EA0518; +const void * RTTI_CombatViewController = (void *)0x05EA05B8; +const void * RTTI_CombatViewControllerGlance = (void *)0x05EA0620; +const void * RTTI_CombatViewControllerPath = (void *)0x05EA0658; +const void * RTTI_CombatViewControllerStandard = (void *)0x05EA05E8; +const void * RTTI_CommandEffect = (void *)0x05F23868; +const void * RTTI_CommandSummonedEffect = (void *)0x05F23890; +const void * RTTI_CompactingStore__MoveCallback = (void *)0x05FF1928; +const void * RTTI_CompactingStore__NoopMoveCallback = (void *)0x05FF1960; +const void * RTTI_CompressedArchiveFile = (void *)0x060491F8; +const void * RTTI_ConditionVariable = (void *)0x05FEE1E0; +const void * RTTI_ConeProjectile = (void *)0x05E8EA70; +const void * RTTI_ConnectionTypeCallback = (void *)0x05F1F750; +const void * RTTI_Console = (void *)0x05FA46A8; +const void * RTTI_ConsoleLog = (void *)0x05FA4F38; +const void * RTTI_ConsoleNativeUIMenu = (void *)0x05FA5140; +const void * RTTI_ContainerMenu = (void *)0x05FA6468; +const void * RTTI_ContainerMenuDataModel = (void *)0x05EB3648; +const void * RTTI_ContainerMenuDataModel__ContainerMenuEventShuttle = (void *)0x05EB3600; +const void * RTTI_ContainerMenu_CloseMenu = (void *)0x05FA6400; +const void * RTTI_ContainerMenu_HideModel = (void *)0x05FA6368; +const void * RTTI_ContainerMenu_Jettison = (void *)0x05FA63D0; +const void * RTTI_ContainerMenu_LoadModel = (void *)0x05FA6338; +const void * RTTI_ContainerMenu_OpenRefuelMenu = (void *)0x05FA6398; +const void * RTTI_ContainerMenu_SetMouseOverModel = (void *)0x05FA6430; +const void * RTTI_ContainerMenu_TakeAll = (void *)0x05FA6308; +const void * RTTI_ContainerMenu_ToggleEquip = (void *)0x05FA75F0; +const void * RTTI_ContainerMenu_TransferAllResources = (void *)0x05FA7620; +const void * RTTI_ContainerMenu_TransferItem = (void *)0x05FA75B8; +const void * RTTI_ControlMapDataModel = (void *)0x06020EF8; +const void * RTTI_ControllerInternalState = (void *)0x06037430; +const void * RTTI_ConvertBoneToVar = (void *)0x05FEEBA8; +const void * RTTI_ConvertBoneToVarInstance = (void *)0x05FEEBD0; +const void * RTTI_CopyBoneWeights = (void *)0x05FEF5B8; +const void * RTTI_CopyBoneWeightsInstance = (void *)0x05FEF588; +const void * RTTI_CraftingInfoCardDataModel = (void *)0x05EC03F8; +const void * RTTI_CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle = (void *)0x05EC03A0; +const void * RTTI_CraftingMenuCommon = (void *)0x05EB5A38; +const void * RTTI_CraftingMenu_CraftItem = (void *)0x05EB5850; +const void * RTTI_CraftingMenu_ExitBench = (void *)0x05EB5608; +const void * RTTI_CraftingMenu_Highlight3D = (void *)0x05F1D3C8; +const void * RTTI_CraftingMenu_InstallMod = (void *)0x05EB5880; +const void * RTTI_CraftingMenu_RenameItem = (void *)0x05EB5B40; +const void * RTTI_CraftingMenu_RevertHighlight = (void *)0x05F1D3F8; +const void * RTTI_CraftingMenu_RevertedModdedItem = (void *)0x05EB5B08; +const void * RTTI_CraftingMenu_SelectedMod = (void *)0x05EB5958; +const void * RTTI_CraftingMenu_SelectedModSlot = (void *)0x05EB5920; +const void * RTTI_CraftingMenu_SelectedModdableItem = (void *)0x05EB59C0; +const void * RTTI_CraftingMenu_SelectedRecipe = (void *)0x05EB58E8; +const void * RTTI_CraftingMenu_SetInspectControls = (void *)0x05EB5638; +const void * RTTI_CraftingMenu_ToggleTracking = (void *)0x05EB58B0; +const void * RTTI_CraftingMenu_ViewingModdableItem = (void *)0x05EB5988; +const void * RTTI_CraftingRecipesDataModel = (void *)0x05EBFF90; +const void * RTTI_CraftingRecipesDataModel__CraftingRecipesEventShuttle = (void *)0x05EC00E0; +const void * RTTI_CraftingRequirementsDataModel = (void *)0x05EB6278; +const void * RTTI_CraftingRequirementsDataModel__CraftingRequirementsEventShuttle = (void *)0x05EB6220; +const void * RTTI_CreateNavigationGridTask = (void *)0x05E0F3C8; +const void * RTTI_CreationRendererPrivate__AddProbeBorderRenderPass = (void *)0x0606FA50; +const void * RTTI_CreationRendererPrivate__AddScatteringOrderRenderPass = (void *)0x0607D0E0; +const void * RTTI_CreationRendererPrivate__AllocateSkinningBuffersRenderPass = (void *)0x06085F60; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12 = (void *)0x0606A7D0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator = (void *)0x0607DDE0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12 = (void *)0x0607E180; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12 = (void *)0x0606A770; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout = (void *)0x06080070; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12 = (void *)0x060800D0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution = (void *)0x06076100; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout = (void *)0x0607FEF0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12 = (void *)0x0607FF50; +const void * RTTI_CreationRendererPrivate__ArtValidationRenderPass = (void *)0x06081BC0; +const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderGraphBase = (void *)0x0607C9B0; +const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderPass = (void *)0x0607C960; +const void * RTTI_CreationRendererPrivate__BRDFIntegrationRenderPass = (void *)0x06066720; +const void * RTTI_CreationRendererPrivate__BakeSHBasisRenderPass = (void *)0x06066860; +const void * RTTI_CreationRendererPrivate__BaseParticleComputeLightingRenderPass = (void *)0x06068C10; +const void * RTTI_CreationRendererPrivate__BaseParticlesRenderPass = (void *)0x060819C0; +const void * RTTI_CreationRendererPrivate__BinkMovieDrawRenderPass = (void *)0x06062400; +const void * RTTI_CreationRendererPrivate__BinkMovieSubgraphRenderPass = (void *)0x06062450; +const void * RTTI_CreationRendererPrivate__BinkUpdatePlanesRenderPass = (void *)0x060623B0; +const void * RTTI_CreationRendererPrivate__BlendAllReflectionProbesRenderPass = (void *)0x060849D0; +const void * RTTI_CreationRendererPrivate__BlendProbeRayRenderPass = (void *)0x0606FAA0; +const void * RTTI_CreationRendererPrivate__BlendReflectionProbeRenderPass = (void *)0x06084AE0; +const void * RTTI_CreationRendererPrivate__BlendedDecalRenderPass = (void *)0x06081D10; +const void * RTTI_CreationRendererPrivate__BlendedDecal_OptionalRenderPass = (void *)0x06081C60; +const void * RTTI_CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass = (void *)0x06081CB0; +const void * RTTI_CreationRendererPrivate__BlendedDecalsRenderPass = (void *)0x06081C10; +const void * RTTI_CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass = (void *)0x0607B150; +const void * RTTI_CreationRendererPrivate__BlurHeightfieldVerticalRenderPass = (void *)0x0607B100; +const void * RTTI_CreationRendererPrivate__BlurSpaceGlareRenderPass = (void *)0x06075EA0; +const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass = (void *)0x06082EC0; +const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass = (void *)0x06082F20; +const void * RTTI_CreationRendererPrivate__BlurredMipChain_idTech7RenderPass = (void *)0x06081F60; +const void * RTTI_CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass = (void *)0x06081D60; +const void * RTTI_CreationRendererPrivate__BruteForceRaymarchingRenderPass = (void *)0x0607CF70; +const void * RTTI_CreationRendererPrivate__BufferReadbackRenderPass = (void *)0x06081FB0; +const void * RTTI_CreationRendererPrivate__BuildAccelerationStructureRenderPass = (void *)0x06082000; +const void * RTTI_CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue = (void *)0x0606D010; +const void * RTTI_CreationRendererPrivate__CelestialBodiesGeometryRenderPass = (void *)0x06082100; +const void * RTTI_CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass = (void *)0x060821B0; +const void * RTTI_CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass = (void *)0x06082150; +const void * RTTI_CreationRendererPrivate__CelestialBodiesPrepareRenderPass = (void *)0x060820B0; +const void * RTTI_CreationRendererPrivate__CelestialBodiesRenderPass = (void *)0x06082060; +const void * RTTI_CreationRendererPrivate__ChargenMorphService = (void *)0x0607F2B0; +const void * RTTI_CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass = (void *)0x06085160; +const void * RTTI_CreationRendererPrivate__ClearFallbackCubemapRenderPass = (void *)0x060666D0; +const void * RTTI_CreationRendererPrivate__ClearRenderGraphOutputRenderPass = (void *)0x060738B0; +const void * RTTI_CreationRendererPrivate__ClearShadowMapGroupRenderPass = (void *)0x06073750; +const void * RTTI_CreationRendererPrivate__ClearShadowMapsRenderPass = (void *)0x06073700; +const void * RTTI_CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass = (void *)0x06075BC0; +const void * RTTI_CreationRendererPrivate__ClearThinDeferredGBufferRenderPass = (void *)0x06084CA0; +const void * RTTI_CreationRendererPrivate__CloudCardsRenderPass = (void *)0x06082410; +const void * RTTI_CreationRendererPrivate__CloudLayersRenderPass = (void *)0x06082330; +const void * RTTI_CreationRendererPrivate__CloudsHalfResCompositeRenderPass = (void *)0x06082380; +const void * RTTI_CreationRendererPrivate__CloudsRenderPass = (void *)0x060823D0; +const void * RTTI_CreationRendererPrivate__ColorGradingMergeRenderPass = (void *)0x0607EEF0; +const void * RTTI_CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass = (void *)0x06070410; +const void * RTTI_CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass = (void *)0x06070470; +const void * RTTI_CreationRendererPrivate__CompositeMomentBasedOITRenderPass = (void *)0x06070350; +const void * RTTI_CreationRendererPrivate__ComputeLightInfluenceRenderPass = (void *)0x06083B60; +const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass = (void *)0x0607CDA0; +const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass = (void *)0x0607CD50; +const void * RTTI_CreationRendererPrivate__ComputeSHCoefRenderPass = (void *)0x06066810; +const void * RTTI_CreationRendererPrivate__ComputeScatterRadianceRenderPass = (void *)0x0607D180; +const void * RTTI_CreationRendererPrivate__ComputeScatteringOrderRenderPass = (void *)0x0607D130; +const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass = (void *)0x06075B00; +const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass = (void *)0x06075B60; +const void * RTTI_CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass = (void *)0x06063F80; +const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringRenderPass = (void *)0x06075A50; +const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass = (void *)0x06075AA0; +const void * RTTI_CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass = (void *)0x0607CFC0; +const void * RTTI_CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass = (void *)0x0607D080; +const void * RTTI_CreationRendererPrivate__CopyLightInfluenceRenderPass = (void *)0x06083B10; +const void * RTTI_CreationRendererPrivate__CopyRenderPass = (void *)0x06073900; +const void * RTTI_CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass = (void *)0x060826A0; +const void * RTTI_CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass = (void *)0x06081740; +const void * RTTI_CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass = (void *)0x06073FF0; +const void * RTTI_CreationRendererPrivate__CopyToRenderGraphOutputRenderPass = (void *)0x06073940; +const void * RTTI_CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass = (void *)0x060739E0; +const void * RTTI_CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass = (void *)0x0607F970; +const void * RTTI_CreationRendererPrivate__CopyWithShaderRenderPass = (void *)0x06073990; +const void * RTTI_CreationRendererPrivate__CubemapBackgroundRenderPass = (void *)0x06082460; +const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationRenderPass = (void *)0x06082990; +const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationUIRenderPass = (void *)0x060829E0; +const void * RTTI_CreationRendererPrivate__DLSSProduceInputsRenderPass = (void *)0x06082B80; +const void * RTTI_CreationRendererPrivate__DLSSUpscaleRenderPass = (void *)0x0607EF90; +const void * RTTI_CreationRendererPrivate__DeDitherRenderPass = (void *)0x060824B0; +const void * RTTI_CreationRendererPrivate__DeferredCompositeRenderPass = (void *)0x06082500; +const void * RTTI_CreationRendererPrivate__DeferredGBufferOptionalRenderPass = (void *)0x060825A0; +const void * RTTI_CreationRendererPrivate__DeferredGBufferRenderPass = (void *)0x06082550; +const void * RTTI_CreationRendererPrivate__DeferredGBufferTranslucentRenderPass = (void *)0x060825F0; +const void * RTTI_CreationRendererPrivate__DepthDownsampleRenderPass = (void *)0x06082650; +const void * RTTI_CreationRendererPrivate__DepthGraphRenderPass = (void *)0x06082700; +const void * RTTI_CreationRendererPrivate__DepthMVFixupRenderPass = (void *)0x0607FDD0; +const void * RTTI_CreationRendererPrivate__DepthMVFixupStandardRenderPass = (void *)0x0607F9D0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldBlurRenderPass = (void *)0x06087F20; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass = (void *)0x06087E70; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCRenderPass = (void *)0x06087FC0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCompositeRenderPass = (void *)0x06088010; +const void * RTTI_CreationRendererPrivate__DepthOfFieldDownsampleRenderPass = (void *)0x06088060; +const void * RTTI_CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass = (void *)0x06087EC0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass = (void *)0x060880B0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldSubGraph = (void *)0x06082750; +const void * RTTI_CreationRendererPrivate__DepthOfFieldTAARenderPass = (void *)0x06088100; +const void * RTTI_CreationRendererPrivate__DepthOfFieldTapBlurRenderPass = (void *)0x06087F70; +const void * RTTI_CreationRendererPrivate__DepthPrepassRenderPass = (void *)0x060827A0; +const void * RTTI_CreationRendererPrivate__DistantAtmospheresRenderPass = (void *)0x0606D5E0; +const void * RTTI_CreationRendererPrivate__DistortionBaseRenderPass = (void *)0x060828F0; +const void * RTTI_CreationRendererPrivate__DistortionCalculateColorRenderPass = (void *)0x06082890; +const void * RTTI_CreationRendererPrivate__DistortionOutputRenderPass = (void *)0x06082940; +const void * RTTI_CreationRendererPrivate__DistortionParticlesRenderPass = (void *)0x06081B00; +const void * RTTI_CreationRendererPrivate__DistortionRenderPass = (void *)0x06082840; +const void * RTTI_CreationRendererPrivate__DoubleVisionRenderPass = (void *)0x06088580; +const void * RTTI_CreationRendererPrivate__DownsampleHeightfieldRenderPass = (void *)0x0607B060; +const void * RTTI_CreationRendererPrivate__DownsampleSpaceGlareRenderPass = (void *)0x06075E50; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass = (void *)0x0606D4D0; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresRenderPass = (void *)0x0606D590; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass = (void *)0x0606D530; +const void * RTTI_CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass = (void *)0x06083270; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecalsRenderPass = (void *)0x060843F0; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass = (void *)0x06084310; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass = (void *)0x06084440; +const void * RTTI_CreationRendererPrivate__DynamicResolution = (void *)0x060760C0; +const void * RTTI_CreationRendererPrivate__DynamicShadowBaseDrawSubGraph = (void *)0x060737A0; +const void * RTTI_CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass = (void *)0x060859F0; +const void * RTTI_CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph = (void *)0x060857A0; +const void * RTTI_CreationRendererPrivate__DynamicShadowDrawSubGraph = (void *)0x06085750; +const void * RTTI_CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph = (void *)0x060737F0; +const void * RTTI_CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass = (void *)0x06085930; +const void * RTTI_CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass = (void *)0x06085990; +const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass = (void *)0x060858D0; +const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass = (void *)0x06085CD0; +const void * RTTI_CreationRendererPrivate__DynamicShadowGraph = (void *)0x06085A50; +const void * RTTI_CreationRendererPrivate__DynamicShadowMapBarriersRenderPass = (void *)0x06085AF0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass = (void *)0x06085C10; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass = (void *)0x06085D30; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass = (void *)0x06085DA0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass = (void *)0x06085860; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass = (void *)0x06085800; +const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass = (void *)0x06085BB0; +const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareGroupedDrawsRenderPass = (void *)0x06085B50; +const void * RTTI_CreationRendererPrivate__DynamicShadowSceneSetupRenderPass = (void *)0x060856B0; +const void * RTTI_CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass = (void *)0x06085C70; +const void * RTTI_CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph = (void *)0x06085350; +const void * RTTI_CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass = (void *)0x06073E90; +const void * RTTI_CreationRendererPrivate__EmptyRenderPass = (void *)0x06073EF8; +const void * RTTI_CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass = (void *)0x0607D020; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass = (void *)0x0607CB80; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass = (void *)0x0607CBE0; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderPass = (void *)0x0607C8B0; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass = (void *)0x0607CC40; +const void * RTTI_CreationRendererPrivate__FSR2ProduceInputsRenderPass = (void *)0x06082BD0; +const void * RTTI_CreationRendererPrivate__FSR2UpscaleRenderPass = (void *)0x06082C20; +const void * RTTI_CreationRendererPrivate__FSR3FrameInterpolationRenderPass = (void *)0x0607F030; +const void * RTTI_CreationRendererPrivate__FSR3ProduceUIInputRenderPass = (void *)0x0607F080; +const void * RTTI_CreationRendererPrivate__FSR3UpscaleRenderPass = (void *)0x06082C70; +const void * RTTI_CreationRendererPrivate__FaceCustomizationMipChainRenderPass = (void *)0x06082A80; +const void * RTTI_CreationRendererPrivate__FaceCustomizationRenderPass = (void *)0x06082A30; +const void * RTTI_CreationRendererPrivate__FillCullingDataRenderPass = (void *)0x06083310; +const void * RTTI_CreationRendererPrivate__FillHeightfieldCullingDataRenderPass = (void *)0x060817A0; +const void * RTTI_CreationRendererPrivate__FilmGrainRenderPass = (void *)0x060888B0; +const void * RTTI_CreationRendererPrivate__FilterCulledGeometriesRenderPass = (void *)0x060854D0; +const void * RTTI_CreationRendererPrivate__FilterHeightfieldRenderPass = (void *)0x0607B010; +const void * RTTI_CreationRendererPrivate__FirstPersonDepthRenderPass = (void *)0x060827F0; +const void * RTTI_CreationRendererPrivate__FixupIndirectArgsRenderPass = (void *)0x06085FB0; +const void * RTTI_CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass = (void *)0x06085F00; +const void * RTTI_CreationRendererPrivate__FlattenTextureScreensizeRenderPass = (void *)0x06083460; +const void * RTTI_CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass = (void *)0x0607FA80; +const void * RTTI_CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass = (void *)0x0607FA20; +const void * RTTI_CreationRendererPrivate__ForwardBlendedCorrectionRenderPass = (void *)0x0607FD20; +const void * RTTI_CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass = (void *)0x0607F820; +const void * RTTI_CreationRendererPrivate__ForwardBlendedMainFullResRenderPass = (void *)0x0607F880; +const void * RTTI_CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass = (void *)0x0607F7C0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedRenderPass = (void *)0x0607FAE0; +const void * RTTI_CreationRendererPrivate__ForwardRenderPass = (void *)0x0607F930; +const void * RTTI_CreationRendererPrivate__FrameInitRenderPass = (void *)0x06082AE0; +const void * RTTI_CreationRendererPrivate__FrameInterpolationSubGraph = (void *)0x060736B0; +const void * RTTI_CreationRendererPrivate__FrameRenderGraph = (void *)0x06086BD0; +const void * RTTI_CreationRendererPrivate__FrameSetupRenderPass = (void *)0x06082B30; +const void * RTTI_CreationRendererPrivate__FullScreenBlurCompositeRenderPass = (void *)0x06088620; +const void * RTTI_CreationRendererPrivate__FullScreenBlurRenderPass = (void *)0x060886C0; +const void * RTTI_CreationRendererPrivate__FullScreenColorRenderPass = (void *)0x06088AB0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass = (void *)0x06088950; +const void * RTTI_CreationRendererPrivate__FullScreenColor_BloomRenderPass = (void *)0x060889B0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_CubemapRenderPass = (void *)0x06088A00; +const void * RTTI_CreationRendererPrivate__FullScreenColor_DefaultRenderPass = (void *)0x06088B00; +const void * RTTI_CreationRendererPrivate__FullScreenColor_MonochromeRenderPass = (void *)0x06088A50; +const void * RTTI_CreationRendererPrivate__FullScreenColor_OverlayRenderPass = (void *)0x06088900; +const void * RTTI_CreationRendererPrivate__FullScreenDownsampleRenderPass = (void *)0x060885D0; +const void * RTTI_CreationRendererPrivate__FullScreenScanlineRenderPass = (void *)0x06082CC0; +const void * RTTI_CreationRendererPrivate__FullScreenTapBlurRenderPass = (void *)0x06088670; +const void * RTTI_CreationRendererPrivate__GBufferOverviewRenderPass = (void *)0x06073F40; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass = (void *)0x06083590; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass = (void *)0x06083530; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass = (void *)0x060834C0; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass = (void *)0x060835F0; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorRenderPass = (void *)0x06083650; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass = (void *)0x06074280; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass = (void *)0x06074220; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass = (void *)0x06074160; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass = (void *)0x06074100; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryRenderPass = (void *)0x060742E0; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass = (void *)0x060741C0; +const void * RTTI_CreationRendererPrivate__GalaxyStateStarsRenderPass = (void *)0x06082D10; +const void * RTTI_CreationRendererPrivate__GatherGeometryInstancesRenderPass = (void *)0x06075190; +const void * RTTI_CreationRendererPrivate__GatherHighlightsRenderPass = (void *)0x06073A40; +const void * RTTI_CreationRendererPrivate__GatherIndirectRenderPass = (void *)0x06066770; +const void * RTTI_CreationRendererPrivate__GatherLightsRenderPass = (void *)0x06082D60; +const void * RTTI_CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass = (void *)0x06082DB0; +const void * RTTI_CreationRendererPrivate__GatherTransformsRenderPass = (void *)0x0607C200; +const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass = (void *)0x06082E10; +const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidRenderPass = (void *)0x06082E70; +const void * RTTI_CreationRendererPrivate__GenerateFogMapRenderPass = (void *)0x06082F80; +const void * RTTI_CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass = (void *)0x06083360; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass = (void *)0x06085410; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass = (void *)0x06085470; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass = (void *)0x060853B0; +const void * RTTI_CreationRendererPrivate__GeometryCullingRenderPass = (void *)0x060833C0; +const void * RTTI_CreationRendererPrivate__GeometryCullingShadowsRenderPass = (void *)0x06083410; +const void * RTTI_CreationRendererPrivate__GeometryParticleBatchDepthRenderPass = (void *)0x06073F90; +const void * RTTI_CreationRendererPrivate__GeometryParticleBatchRenderPass = (void *)0x06083190; +const void * RTTI_CreationRendererPrivate__GeometryRenderPass = (void *)0x0607F8E0; +const void * RTTI_CreationRendererPrivate__GlobalDirtOverlayRenderPass = (void *)0x060832C0; +const void * RTTI_CreationRendererPrivate__GroupedDynamicShadowMapRenderPass = (void *)0x06085700; +const void * RTTI_CreationRendererPrivate__HDRColorGradingMergeRenderPass = (void *)0x0607EF40; +const void * RTTI_CreationRendererPrivate__HDRCompositeRenderPass = (void *)0x06062C30; +const void * RTTI_CreationRendererPrivate__HDRHistogramClearRenderPass = (void *)0x06062C80; +const void * RTTI_CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass = (void *)0x06062D70; +const void * RTTI_CreationRendererPrivate__HDRSubGraph = (void *)0x06062DC8; +const void * RTTI_CreationRendererPrivate__HeightFieldRenderPass = (void *)0x06081800; +const void * RTTI_CreationRendererPrivate__HeightFieldSubGraphRenderPass = (void *)0x06081640; +const void * RTTI_CreationRendererPrivate__HeightfieldSystemRenderPass = (void *)0x060815F0; +const void * RTTI_CreationRendererPrivate__HighlightMaskRenderPass = (void *)0x060836F0; +const void * RTTI_CreationRendererPrivate__HighlightPrepareRenderPass = (void *)0x06083740; +const void * RTTI_CreationRendererPrivate__HighlightRenderPass = (void *)0x060836A0; +const void * RTTI_CreationRendererPrivate__ImGuiEventHandler = (void *)0x06087340; +const void * RTTI_CreationRendererPrivate__ImageCaptureData = (void *)0x0605DC28; +const void * RTTI_CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass = (void *)0x06083860; +const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass = (void *)0x06083800; +const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass = (void *)0x06083790; +const void * RTTI_CreationRendererPrivate__ImageCapture_IconGenerationRenderPass = (void *)0x06074050; +const void * RTTI_CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass = (void *)0x060838C0; +const void * RTTI_CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass = (void *)0x06083920; +const void * RTTI_CreationRendererPrivate__ImageProcessMedianBlurRenderPass = (void *)0x06083980; +const void * RTTI_CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass = (void *)0x06088850; +const void * RTTI_CreationRendererPrivate__ImageProcessRenderGraph = (void *)0x06086C10; +const void * RTTI_CreationRendererPrivate__IndirectRenderPass = (void *)0x06066900; +const void * RTTI_CreationRendererPrivate__IndirectSetupRenderPass = (void *)0x060668B0; +const void * RTTI_CreationRendererPrivate__InitializeInscatterOrderRenderPass = (void *)0x0607D1D0; +const void * RTTI_CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass = (void *)0x0607CE00; +const void * RTTI_CreationRendererPrivate__InjectDistantAtmosphereLUTRenderPass = (void *)0x0607C7F0; +const void * RTTI_CreationRendererPrivate__InjectPreviousDepthBufferRenderPass = (void *)0x060735F0; +const void * RTTI_CreationRendererPrivate__InjectSpaceGlareCurrentFrameRenderPass = (void *)0x06075EF0; +const void * RTTI_CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass = (void *)0x060661E0; +const void * RTTI_CreationRendererPrivate__InterpolateIrradianceRenderPass = (void *)0x0607CD00; +const void * RTTI_CreationRendererPrivate__LensFlareComputeRenderPass = (void *)0x060839D0; +const void * RTTI_CreationRendererPrivate__LensFlareDrawRenderPass = (void *)0x06073C50; +const void * RTTI_CreationRendererPrivate__LensFlareSystemRenderPass = (void *)0x060740B0; +const void * RTTI_CreationRendererPrivate__LensFlare_AlphaBlendRenderPass = (void *)0x06083A70; +const void * RTTI_CreationRendererPrivate__LensFlare_VisibilityRenderPass = (void *)0x06083A20; +const void * RTTI_CreationRendererPrivate__LightCoarseCullingCompactionRenderPass = (void *)0x060881A0; +const void * RTTI_CreationRendererPrivate__LightCoarseCullingRenderPass = (void *)0x06088150; +const void * RTTI_CreationRendererPrivate__LightInfluenceDepthMinRenderPass = (void *)0x06083BB0; +const void * RTTI_CreationRendererPrivate__LightInfluenceSubGraphRenderPass = (void *)0x06083AC0; +const void * RTTI_CreationRendererPrivate__LightingRenderPass = (void *)0x06083C00; +const void * RTTI_CreationRendererPrivate__LoadMenuHiddenEventHandler = (void *)0x0605F240; +const void * RTTI_CreationRendererPrivate__LogicalCell = (void *)0x06074D20; +const void * RTTI_CreationRendererPrivate__MainRenderGraph = (void *)0x06086B90; +const void * RTTI_CreationRendererPrivate__MeshEventHandler = (void *)0x060603C0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchCommonRenderPass = (void *)0x06073CA0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchCullingRenderPass = (void *)0x06073B50; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchDepthRenderPass = (void *)0x06073CF0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass = (void *)0x06073AF0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass = (void *)0x06073A90; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass = (void *)0x06083F40; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass = (void *)0x06083FA0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchRenderPass = (void *)0x06073D90; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchShadowRenderPass = (void *)0x06073D40; +const void * RTTI_CreationRendererPrivate__MeshLODDB = (void *)0x06066A70; +const void * RTTI_CreationRendererPrivate__MeshletBuildIndexBufferRenderPass = (void *)0x06083D50; +const void * RTTI_CreationRendererPrivate__MeshletFrustumCullingRenderPass = (void *)0x06083EA0; +const void * RTTI_CreationRendererPrivate__MeshletListBuildRenderPass = (void *)0x06083DA0; +const void * RTTI_CreationRendererPrivate__MeshletMaterialOffsetsRenderPass = (void *)0x06083D00; +const void * RTTI_CreationRendererPrivate__MeshletOcclusionCullingRenderPass = (void *)0x06083EF0; +const void * RTTI_CreationRendererPrivate__MeshletPrepareArgsRenderPass = (void *)0x06083CB0; +const void * RTTI_CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass = (void *)0x06083C50; +const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesRenderPass = (void *)0x06073DE0; +const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass = (void *)0x06073E30; +const void * RTTI_CreationRendererPrivate__MeshletReadbackIndexCountRenderPass = (void *)0x06083E40; +const void * RTTI_CreationRendererPrivate__MeshletTriangleCullingRenderPass = (void *)0x06083DF0; +const void * RTTI_CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode = (void *)0x0604A630; +const void * RTTI_CreationRendererPrivate__Messaging__Dependency__InternalProcessorType = (void *)0x0605EBE0; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass = (void *)0x0607FB30; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass = (void *)0x0607FC00; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderPass = (void *)0x060704D0; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass = (void *)0x0607FBA0; +const void * RTTI_CreationRendererPrivate__MorphDB = (void *)0x06080340; +const void * RTTI_CreationRendererPrivate__MorphRenderPass = (void *)0x06084000; +const void * RTTI_CreationRendererPrivate__MorphSystemEndFrameRenderPass = (void *)0x06073BB0; +const void * RTTI_CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass = (void *)0x06088520; +const void * RTTI_CreationRendererPrivate__MotionBlurRenderPass = (void *)0x06086A00; +const void * RTTI_CreationRendererPrivate__MotionBlurSubGraph = (void *)0x06086A50; +const void * RTTI_CreationRendererPrivate__MotionVectorCompositeRenderPass = (void *)0x06084040; +const void * RTTI_CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass = (void *)0x0607CCA0; +const void * RTTI_CreationRendererPrivate__NV_Streamline__StreamlineEventHandler = (void *)0x06063890; +const void * RTTI_CreationRendererPrivate__PartialClearColorBufferRenderPass = (void *)0x06082210; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass = (void *)0x06068D30; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass = (void *)0x06068CD0; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass = (void *)0x06068DF0; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass = (void *)0x06068D90; +const void * RTTI_CreationRendererPrivate__ParticleDataPreFilterRenderPass = (void *)0x06068EF0; +const void * RTTI_CreationRendererPrivate__ParticleLightingClearBuffersRenderPass = (void *)0x06068C70; +const void * RTTI_CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass = (void *)0x06069560; +const void * RTTI_CreationRendererPrivate__ParticleLightingRenderPass = (void *)0x060695C0; +const void * RTTI_CreationRendererPrivate__ParticlesCopyToDestRenderPass = (void *)0x06081A60; +const void * RTTI_CreationRendererPrivate__ParticlesCorrectionRenderPass = (void *)0x06081970; +const void * RTTI_CreationRendererPrivate__ParticlesMainFullResRenderPass = (void *)0x06081A10; +const void * RTTI_CreationRendererPrivate__ParticlesMainHalfResRenderPass = (void *)0x06081920; +const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass = (void *)0x06081850; +const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass = (void *)0x060818B0; +const void * RTTI_CreationRendererPrivate__ParticlesRenderPass = (void *)0x06081AB0; +const void * RTTI_CreationRendererPrivate__PauseMenuExitedEventHandler = (void *)0x0606FF70; +const void * RTTI_CreationRendererPrivate__PointCloudCullingRenderPass = (void *)0x06084090; +const void * RTTI_CreationRendererPrivate__PointCloudDrawRenderPass = (void *)0x060840E0; +const void * RTTI_CreationRendererPrivate__PointCloudEventHandler = (void *)0x0606A0F0; +const void * RTTI_CreationRendererPrivate__PostEffectPreUpscaleRenderPass = (void *)0x06086AA0; +const void * RTTI_CreationRendererPrivate__PostSharpenRenderPass = (void *)0x06088B50; +const void * RTTI_CreationRendererPrivate__PostUpscaleImageSpaceSubGraph = (void *)0x06088760; +const void * RTTI_CreationRendererPrivate__PostUpscaleSubGraph = (void *)0x060887B0; +const void * RTTI_CreationRendererPrivate__PreUpscaleImageSpaceSubGraph = (void *)0x06088710; +const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass = (void *)0x0607C790; +const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass = (void *)0x06081B50; +const void * RTTI_CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass = (void *)0x0607CEC0; +const void * RTTI_CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass = (void *)0x06086B40; +const void * RTTI_CreationRendererPrivate__PrecomputeSingleScatteringRenderPass = (void *)0x0607D230; +const void * RTTI_CreationRendererPrivate__PrefilterCubemapRenderPass = (void *)0x060667C0; +const void * RTTI_CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass = (void *)0x06073850; +const void * RTTI_CreationRendererPrivate__PrepareEndFrameRenderPass = (void *)0x06073C00; +const void * RTTI_CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass = (void *)0x060734A0; +const void * RTTI_CreationRendererPrivate__PrepareProjectedDecalsRenderPass = (void *)0x060844A0; +const void * RTTI_CreationRendererPrivate__PrepareReflectionProbeDataRenderPass = (void *)0x06084810; +const void * RTTI_CreationRendererPrivate__PrepareSkinningRenderPass = (void *)0x06073500; +const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass = (void *)0x06075C80; +const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapRenderPass = (void *)0x060735A0; +const void * RTTI_CreationRendererPrivate__ProbeClassifyRenderPass = (void *)0x0606FB40; +const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass = (void *)0x0606F940; +const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingRenderPass = (void *)0x0606FAF0; +const void * RTTI_CreationRendererPrivate__ProbeFaceSceneSetupRenderPass = (void *)0x06084710; +const void * RTTI_CreationRendererPrivate__ProbeGridGPUCullingRenderPass = (void *)0x0607F260; +const void * RTTI_CreationRendererPrivate__ProbeLightCullingRenderPass = (void *)0x0606F8F0; +const void * RTTI_CreationRendererPrivate__ProbeRenderPass = (void *)0x0606FBD8; +const void * RTTI_CreationRendererPrivate__ProbeSystemRenderPass = (void *)0x0606FB90; +const void * RTTI_CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass = (void *)0x06081690; +const void * RTTI_CreationRendererPrivate__ProduceDynamicShadowMapDataRenderPass = (void *)0x06085E00; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass = (void *)0x060703A0; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass = (void *)0x06070280; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass = (void *)0x06070210; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass = (void *)0x060702F0; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass = (void *)0x060701B0; +const void * RTTI_CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass = (void *)0x06073440; +const void * RTTI_CreationRendererPrivate__ProduceShadingRateImageRenderPass = (void *)0x06084130; +const void * RTTI_CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass = (void *)0x06084760; +const void * RTTI_CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass = (void *)0x06088420; +const void * RTTI_CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass = (void *)0x06084C40; +const void * RTTI_CreationRendererPrivate__ProjectedDecalRenderPass = (void *)0x060841E0; +const void * RTTI_CreationRendererPrivate__RadialBlurRenderPass = (void *)0x060844F0; +const void * RTTI_CreationRendererPrivate__RayTraceProbeComputeRenderPass = (void *)0x0606FA00; +const void * RTTI_CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass = (void *)0x0606F9A0; +const void * RTTI_CreationRendererPrivate__RaymarchSampleLocationsRenderPass = (void *)0x0607CAD0; +const void * RTTI_CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass = (void *)0x0607CA70; +const void * RTTI_CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass = (void *)0x0607CA10; +const void * RTTI_CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass = (void *)0x06084A30; +const void * RTTI_CreationRendererPrivate__ReflectionProbeClearThinDeferredGBufferRenderPass = (void *)0x06084D00; +const void * RTTI_CreationRendererPrivate__ReflectionProbeComputeSHRenderPass = (void *)0x060848C0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeCopyDepth = (void *)0x06084F90; +const void * RTTI_CreationRendererPrivate__ReflectionProbeCopySky = (void *)0x06084A90; +const void * RTTI_CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass = (void *)0x06084B90; +const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryCullingRenderPass = (void *)0x06084660; +const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryOffsetsRenderPass = (void *)0x06084EE0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass = (void *)0x060850F0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass = (void *)0x06085090; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMaterialIndexOffsetsRenderPass = (void *)0x06084E20; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletCullingRenderPass = (void *)0x060845A0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletListBuildRenderPass = (void *)0x06084540; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMipChainRenderPass = (void *)0x06084920; +const void * RTTI_CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass = (void *)0x06088370; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass = (void *)0x06084970; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareDrawParamsRenderPass = (void *)0x06084DC0; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareGroupedDrawsRenderPass = (void *)0x06084D60; +const void * RTTI_CreationRendererPrivate__ReflectionProbeRenderPass = (void *)0x060847C0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeSceneSetupRenderPass = (void *)0x06084600; +const void * RTTI_CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass = (void *)0x06084B30; +const void * RTTI_CreationRendererPrivate__ReflectionProbeSubGraphRenderPass = (void *)0x06084BF0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeTerrainRenderPass = (void *)0x06084870; +const void * RTTI_CreationRendererPrivate__ReflectionProbeTriangleCullingRenderPass = (void *)0x06084E80; +const void * RTTI_CreationRendererPrivate__RefractionBlurRenderPass = (void *)0x06081E10; +const void * RTTI_CreationRendererPrivate__RefractionDownsample0RenderPass = (void *)0x06081F10; +const void * RTTI_CreationRendererPrivate__RefractionDownsampleMipChainRenderPass = (void *)0x06081E60; +const void * RTTI_CreationRendererPrivate__RefractionMaskDilationRenderPass = (void *)0x06081EC0; +const void * RTTI_CreationRendererPrivate__RefractionMaskGenRenderPass = (void *)0x06081DC0; +const void * RTTI_CreationRendererPrivate__RefractionMaskRenderPass = (void *)0x0607FD80; +const void * RTTI_CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass = (void *)0x0607CB20; +const void * RTTI_CreationRendererPrivate__RenderGraph = (void *)0x060624A0; +const void * RTTI_CreationRendererPrivate__RenderGraphEventHandler = (void *)0x06063200; +const void * RTTI_CreationRendererPrivate__RenderPass = (void *)0x0605FCD0; +const void * RTTI_CreationRendererPrivate__RenderSceneSubGraph = (void *)0x06088800; +const void * RTTI_CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass = (void *)0x0607CE60; +const void * RTTI_CreationRendererPrivate__RenderViewSubGraph = (void *)0x06086AF0; +const void * RTTI_CreationRendererPrivate__ReprojectShadingRateImageRenderPass = (void *)0x06084180; +const void * RTTI_CreationRendererPrivate__ResetCullingMemoryRequestHandler = (void *)0x0607B2E0; +const void * RTTI_CreationRendererPrivate__ResourceLifecycleJobSite = (void *)0x06076160; +const void * RTTI_CreationRendererPrivate__SAOEmptyRenderPass = (void *)0x06068BC0; +const void * RTTI_CreationRendererPrivate__SAORenderPass = (void *)0x06068A70; +const void * RTTI_CreationRendererPrivate__ScaleformCompositeRenderPass = (void *)0x060851C0; +const void * RTTI_CreationRendererPrivate__ScaleformEventHandler = (void *)0x0606C9E0; +const void * RTTI_CreationRendererPrivate__ScaleformRenderPass = (void *)0x06088480; +const void * RTTI_CreationRendererPrivate__ScaleformText2DRenderPass = (void *)0x06075140; +const void * RTTI_CreationRendererPrivate__ScaleformTextRenderPass = (void *)0x060750F0; +const void * RTTI_CreationRendererPrivate__ScaleformToTextureRenderPass = (void *)0x060884D0; +const void * RTTI_CreationRendererPrivate__SceneSetupRenderPass = (void *)0x0605FD10; +const void * RTTI_CreationRendererPrivate__SeparableSSS_HorizontalRenderPass = (void *)0x06085210; +const void * RTTI_CreationRendererPrivate__SeparableSSS_RenderPass = (void *)0x060852B0; +const void * RTTI_CreationRendererPrivate__SeparableSSS_VerticalRenderPass = (void *)0x06085260; +const void * RTTI_CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass = (void *)0x0607C850; +const void * RTTI_CreationRendererPrivate__SetupDynamicShadowRenderPass = (void *)0x06085AA0; +const void * RTTI_CreationRendererPrivate__ShadowInstanceBarriersRenderPass = (void *)0x060855C0; +const void * RTTI_CreationRendererPrivate__ShadowManagerEventHandler = (void *)0x06069D80; +const void * RTTI_CreationRendererPrivate__ShadowMapInstanceRenderPass = (void *)0x06085660; +const void * RTTI_CreationRendererPrivate__ShadowMapRenderPass = (void *)0x06085610; +const void * RTTI_CreationRendererPrivate__ShadowMapSceneSetupRenderPass = (void *)0x06085300; +const void * RTTI_CreationRendererPrivate__ShadowMapSubGraphRenderPass = (void *)0x06085520; +const void * RTTI_CreationRendererPrivate__ShadowMaskRenderPass = (void *)0x060883D0; +const void * RTTI_CreationRendererPrivate__ShadowSubGraphRenderPass = (void *)0x06085570; +const void * RTTI_CreationRendererPrivate__SharedMeshResourcesRegistry = (void *)0x0607EE50; +const void * RTTI_CreationRendererPrivate__SkinnedDecalPrepareRenderPass = (void *)0x06085E60; +const void * RTTI_CreationRendererPrivate__SkinningRenderPass = (void *)0x06085EB0; +const void * RTTI_CreationRendererPrivate__SkinningSystemEndFrameRenderPass = (void *)0x060758A0; +const void * RTTI_CreationRendererPrivate__SkinningSystemRenderPass = (void *)0x060758F0; +const void * RTTI_CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass = (void *)0x06075C20; +const void * RTTI_CreationRendererPrivate__SkyCubemapRenderPass = (void *)0x06075D30; +const void * RTTI_CreationRendererPrivate__SkyCubemapSystemRenderPass = (void *)0x06073550; +const void * RTTI_CreationRendererPrivate__SkyLightingRenderPass = (void *)0x06086000; +const void * RTTI_CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass = (void *)0x0607B0B0; +const void * RTTI_CreationRendererPrivate__SkyOcclusionMaskRenderPass = (void *)0x0607AFC0; +const void * RTTI_CreationRendererPrivate__SkyOcclusionRenderPass = (void *)0x0607AF20; +const void * RTTI_CreationRendererPrivate__SkyOcclusionSystemRenderPass = (void *)0x0607AF70; +const void * RTTI_CreationRendererPrivate__SobelSpaceGlareRenderPass = (void *)0x06075FA0; +const void * RTTI_CreationRendererPrivate__SpaceGlareApplyRenderPass = (void *)0x06075FF0; +const void * RTTI_CreationRendererPrivate__SpaceGlareCopyRenderPass = (void *)0x06075F50; +const void * RTTI_CreationRendererPrivate__SpaceGlareRenderPass = (void *)0x06075E00; +const void * RTTI_CreationRendererPrivate__SparseGridCell = (void *)0x06074D60; +const void * RTTI_CreationRendererPrivate__SporadicRenderGraphRenderPass = (void *)0x06086050; +const void * RTTI_CreationRendererPrivate__StarfieldCoarseCullingRenderPass = (void *)0x060861E0; +const void * RTTI_CreationRendererPrivate__StarfieldEventHandler = (void *)0x0605FA10; +const void * RTTI_CreationRendererPrivate__StarfieldProcessStarsRenderPass = (void *)0x06086190; +const void * RTTI_CreationRendererPrivate__StarfieldRenderPass = (void *)0x060860A0; +const void * RTTI_CreationRendererPrivate__StarfieldRenderPassBase = (void *)0x06086230; +const void * RTTI_CreationRendererPrivate__StarfieldTiledCullingRenderPass = (void *)0x060860F0; +const void * RTTI_CreationRendererPrivate__StarfieldTiledRenderRenderPass = (void *)0x06086140; +const void * RTTI_CreationRendererPrivate__StarmapGravityWavesEventHandler = (void *)0x0606C160; +const void * RTTI_CreationRendererPrivate__StarmapGravityWavesRenderPass = (void *)0x0606C020; +const void * RTTI_CreationRendererPrivate__StarmapOrbitsEventHandler = (void *)0x0606AE40; +const void * RTTI_CreationRendererPrivate__StarmapOrbitsRenderPass = (void *)0x0606B9F0; +const void * RTTI_CreationRendererPrivate__SubmitAndPresentThread = (void *)0x06070DF0; +const void * RTTI_CreationRendererPrivate__SunDiskRenderPass = (void *)0x06086280; +const void * RTTI_CreationRendererPrivate__SunDiskSkyCubemapRenderPass = (void *)0x06075CE0; +const void * RTTI_CreationRendererPrivate__SwapChainEventHandler = (void *)0x06066370; +const void * RTTI_CreationRendererPrivate__TemporalAA_idTech7RenderPass = (void *)0x06088BA0; +const void * RTTI_CreationRendererPrivate__TerrainClipmapAndMIMRenderPass = (void *)0x06066190; +const void * RTTI_CreationRendererPrivate__TerrainClipmapUpdateRenderPass = (void *)0x060660A0; +const void * RTTI_CreationRendererPrivate__TerrainDensityUpdateRenderPass = (void *)0x06065E50; +const void * RTTI_CreationRendererPrivate__TerrainDepthAndShadowsSubGraph = (void *)0x06066240; +const void * RTTI_CreationRendererPrivate__TerrainDepthDrawRenderPass = (void *)0x06065E00; +const void * RTTI_CreationRendererPrivate__TerrainHeightFieldRenderPass = (void *)0x060816F0; +const void * RTTI_CreationRendererPrivate__TerrainMIMUpdateRenderPass = (void *)0x06066050; +const void * RTTI_CreationRendererPrivate__TerrainRenderPass = (void *)0x06066150; +const void * RTTI_CreationRendererPrivate__TerrainShadowsRenderPass = (void *)0x06065F70; +const void * RTTI_CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass = (void *)0x060660F0; +const void * RTTI_CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass = (void *)0x06085030; +const void * RTTI_CreationRendererPrivate__ThinDeferredGBufferRenderPass = (void *)0x06084FE0; +const void * RTTI_CreationRendererPrivate__ThinDeferredLightingRenderPass = (void *)0x06084F40; +const void * RTTI_CreationRendererPrivate__ThinDeferredPrepareRenderPass = (void *)0x060846C0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass = (void *)0x0607BD30; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass = (void *)0x0607BC50; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass = (void *)0x0607BF10; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass = (void *)0x0607BDF0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass = (void *)0x0607BE50; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass = (void *)0x0607BD90; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass = (void *)0x0607BFE0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7RenderPass = (void *)0x0607BEC0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass = (void *)0x0607BBF0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass = (void *)0x0607BCC0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass = (void *)0x0607BF70; +const void * RTTI_CreationRendererPrivate__TiledCullingRenderPass = (void *)0x060862C0; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass = (void *)0x06066950; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass = (void *)0x06066A10; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsRenderPass = (void *)0x060669B0; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass = (void *)0x060863D0; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass = (void *)0x06086310; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass = (void *)0x06086430; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass = (void *)0x06086370; +const void * RTTI_CreationRendererPrivate__TiledDepthRangeRenderPass = (void *)0x06086490; +const void * RTTI_CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass = (void *)0x0607C900; +const void * RTTI_CreationRendererPrivate__UIRenderPass = (void *)0x06086598; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass = (void *)0x0607FC60; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass = (void *)0x0607FCC0; +const void * RTTI_CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass = (void *)0x0607CF20; +const void * RTTI_CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass = (void *)0x06073650; +const void * RTTI_CreationRendererPrivate__UpdateSharedIndexBufferRenderPass = (void *)0x060865E0; +const void * RTTI_CreationRendererPrivate__UpscaleSubGraph = (void *)0x06063F40; +const void * RTTI_CreationRendererPrivate__VignetteRenderPass = (void *)0x06088BF0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingApplyRenderPass = (void *)0x06069610; +const void * RTTI_CreationRendererPrivate__VolumetricLightingCullingRenderPass = (void *)0x06086630; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass = (void *)0x06086690; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass = (void *)0x060866F0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass = (void *)0x0607FE90; +const void * RTTI_CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass = (void *)0x0607FE20; +const void * RTTI_CreationRendererPrivate__VolumetricLightingIntegrateRenderPass = (void *)0x06086760; +const void * RTTI_CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass = (void *)0x060867C0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass = (void *)0x06086820; +const void * RTTI_CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass = (void *)0x06086880; +const void * RTTI_CreationRendererPrivate__WaterDisplacementRenderPass = (void *)0x06068A20; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass = (void *)0x060689C0; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_InjectionRenderPass = (void *)0x060688B0; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_MainRenderPass = (void *)0x06068910; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass = (void *)0x06068960; +const void * RTTI_CreationRendererPrivate__WaterMVRenderPass = (void *)0x06086930; +const void * RTTI_CreationRendererPrivate__WaterPrepareRenderPass = (void *)0x060869B0; +const void * RTTI_CreationRendererPrivate__WaterRenderGraphRenderPass = (void *)0x060868E0; +const void * RTTI_CreationRendererPrivate__WaterRenderPass = (void *)0x06086970; +const void * RTTI_CreationRendererPrivate__WetnessOcclusionMaskRenderPass = (void *)0x0607AED0; +const void * RTTI_CreationRendererPrivate__WindowEventHandler = (void *)0x060640C0; +const void * RTTI_CreationRendererPrivate__WorldCell = (void *)0x06074CE8; +const void * RTTI_CreationRendererPrivate__XeSSUpscaleRenderPass = (void *)0x0607EFE0; +const void * RTTI_CreationRenderer__ImageCaptureExportToFileNode = (void *)0x05EF24E0; +const void * RTTI_CreationRenderer__MaterialInstance__TextureVisitor = (void *)0x05E0BF10; +const void * RTTI_CreationRenderer__Messaging__MessageProcessor = (void *)0x0605E2E0; +const void * RTTI_CreationRenderer__Messaging__StreamedResourceNode = (void *)0x06003270; +const void * RTTI_CreationRenderer__RendererQualityPref = (void *)0x0605ED68; +const void * RTTI_CreationRenderer__RendererQualitySetting = (void *)0x05D277E0; +const void * RTTI_CreationRenderer__RendererQualitySettingCollection = (void *)0x0605ED20; +const void * RTTI_CreditsDataModel = (void *)0x05EA9738; +const void * RTTI_CreditsDataModel__CreditsDataModelEventShuttle = (void *)0x05EA96B0; +const void * RTTI_CreditsMenu = (void *)0x05FA76B8; +const void * RTTI_CrewExtraData = (void *)0x05DE2620; +const void * RTTI_CriticallyDampenVariable = (void *)0x05FEEAD8; +const void * RTTI_CriticallyDampenVariableInstance = (void *)0x05FEEB08; +const void * RTTI_CrowdInhibitNullStrategy = (void *)0x05EA18E8; +const void * RTTI_CrowdInhibitStrategyDefault = (void *)0x05EA18B0; +const void * RTTI_CrowdInhibitStrategyDisable = (void *)0x05EA1918; +const void * RTTI_CrowdManager = (void *)0x05EA15B8; +const void * RTTI_CrowdWallaBubble = (void *)0x05EA6178; +const void * RTTI_CullFurnitureBoneHandler = (void *)0x05F6B008; +const void * RTTI_CullWeaponsHandler = (void *)0x05F6B070; +const void * RTTI_CumulativeAnimation = (void *)0x05FEEA08; +const void * RTTI_CumulativeAnimationInstance = (void *)0x05FEEA38; +const void * RTTI_CureEffect = (void *)0x05F238C0; +const void * RTTI_CursorMenu = (void *)0x060216C8; +const void * RTTI_CursorMenu__CursorGameEventShuttle = (void *)0x060216F0; +const void * RTTI_CursorMoveEvent = (void *)0x05FF1D40; +const void * RTTI_CurvedPathBlender = (void *)0x05FEE120; +const void * RTTI_CurvedPathBlenderInstance = (void *)0x05FEE620; +const void * RTTI_CustomActorPackageData = (void *)0x05F54A10; +const void * RTTI_CustomUtils__HasForceGreetVisitor = (void *)0x05E7C528; +const void * RTTI_D3D12MA__BlockMetadata = (void *)0x06080008; +const void * RTTI_D3D12MA__BlockMetadata_Generic = (void *)0x06080038; +const void * RTTI_D3D12MA__MemoryBlock = (void *)0x0607FFD8; +const void * RTTI_D3D12MA__NormalBlock = (void *)0x0607FFA8; +const void * RTTI_DamageEffect = (void *)0x05F238E8; +const void * RTTI_DampenVariable = (void *)0x05FEF018; +const void * RTTI_DampenVariableInstance = (void *)0x05FEEFE8; +const void * RTTI_DarknessEffect = (void *)0x05F23910; +const void * RTTI_DataMenu = (void *)0x05F08E28; +const void * RTTI_DataMenuDataModel = (void *)0x05EB86F8; +const void * RTTI_DataMenuDataModel__DataMenuEventShuttle = (void *)0x05EB8B10; +const void * RTTI_DataMenuInventoryItem = (void *)0x05EB84B8; +const void * RTTI_DataMenuPersistentDataModel = (void *)0x05EB8848; +const void * RTTI_DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle = (void *)0x05EB86A0; +const void * RTTI_DataMenu_CloseMenu = (void *)0x05F09040; +const void * RTTI_DataMenu_ClosedForSubMenu = (void *)0x05F09070; +const void * RTTI_DataMenu_Missions = (void *)0x05F08FB8; +const void * RTTI_DataMenu_OpenPauseMenu = (void *)0x05F08E98; +const void * RTTI_DataMenu_PlotToLocation = (void *)0x05F08F18; +const void * RTTI_DataMenu_Reopened = (void *)0x05F09018; +const void * RTTI_DataMenu_SelectedAttributesMenu = (void *)0x05F09170; +const void * RTTI_DataMenu_SelectedInventoryMenu = (void *)0x05F09138; +const void * RTTI_DataMenu_SelectedMapMenu = (void *)0x05F09108; +const void * RTTI_DataMenu_SelectedPowersMenu = (void *)0x05F08F48; +const void * RTTI_DataMenu_SelectedShipMenu = (void *)0x05F090D8; +const void * RTTI_DataMenu_SelectedStatusMenu = (void *)0x05F090A0; +const void * RTTI_DataMenu_SetMenuForQuickEntry = (void *)0x05F08F80; +const void * RTTI_DataMenu_SetPaperDollActive = (void *)0x05F08FE0; +const void * RTTI_DataMenu_StartCloseAnim = (void *)0x05EB8418; +const void * RTTI_DataSlateButtons = (void *)0x05EEB3E0; +const void * RTTI_DataSlateButtons_acceptClicked = (void *)0x05EEC2C8; +const void * RTTI_DataSlateButtons_cancelClicked = (void *)0x05EEC300; +const void * RTTI_DataSlateMenu = (void *)0x05EEC338; +const void * RTTI_DataSlateMenu__DataSlateData = (void *)0x05EEC180; +const void * RTTI_DataSlateMenu__DataSlateEventShuttle = (void *)0x05EEC140; +const void * RTTI_DataSlateMenu_playSFX = (void *)0x05EEC298; +const void * RTTI_DataSlateMenu_toggleAudio = (void *)0x05EEC268; +const void * RTTI_DeathEmoteHandler = (void *)0x05F69F18; +const void * RTTI_DeathStopHandler = (void *)0x05F69DD0; +const void * RTTI_DefaultCollection = (void *)0x06004D80; +const void * RTTI_DefaultMessageBoxCallback = (void *)0x05E65270; +const void * RTTI_DeferredDeletion__IDeferredDeleter = (void *)0x05F35C78; +const void * RTTI_DeferredDeletion__IGCService = (void *)0x05F397F8; +const void * RTTI_DemoralizeEffect = (void *)0x05F24F00; +const void * RTTI_DependentAnimationGraphManagerHolder = (void *)0x05DD3440; +const void * RTTI_DesyncInteractionHandler = (void *)0x05F6A878; +const void * RTTI_DetectLifeEffect = (void *)0x05F23938; +const void * RTTI_DetectionCollector = (void *)0x05F239E8; +const void * RTTI_DetectionDebugData = (void *)0x05F54BD8; +const void * RTTI_DetectionState = (void *)0x05F54BB0; +const void * RTTI_DeviceChangeEvent = (void *)0x05FF1FF0; +const void * RTTI_DeviceChangeHandler = (void *)0x05FACA18; +const void * RTTI_DeviceConnectEvent = (void *)0x05FF1D10; +const void * RTTI_DialogueCameraState = (void *)0x05E891D0; +const void * RTTI_DialogueMenu = (void *)0x05FA88C0; +const void * RTTI_DialogueMenu_CompleteExit = (void *)0x05EDF188; +const void * RTTI_DialogueMenu_OnDialogueSelect = (void *)0x05FA8920; +const void * RTTI_DialogueMenu_OnListVisibilityChange = (void *)0x05FA8958; +const void * RTTI_DialogueMenu_OnPersuasionAutoWin = (void *)0x05FA8998; +const void * RTTI_DialogueMenu_RequestExit = (void *)0x05FA8890; +const void * RTTI_DialogueMenu_RequestSkipDialogue = (void *)0x05FA88E8; +const void * RTTI_DialoguePackage = (void *)0x05E7C478; +const void * RTTI_DialogueUIDataModel = (void *)0x05EDF208; +const void * RTTI_DialogueUIDataModel__DialogueData = (void *)0x05EDF8D0; +const void * RTTI_DialogueUIDataModel__DialogueEntryData = (void *)0x05EDF2D8; +const void * RTTI_DialogueUIDataModel__DialogueListData = (void *)0x05EDF368; +const void * RTTI_DialogueUIDataModel__DialogueUIDataEventShuttle = (void *)0x05EDF320; +const void * RTTI_DialogueUIDataModel__PersuasionEntryData = (void *)0x05EDF3A8; +const void * RTTI_DialogueUIDataModel__PersuasionListData = (void *)0x05EDF570; +const void * RTTI_DialogueUIDataModel__PersuasionPointsData = (void *)0x05EDF7B8; +const void * RTTI_DirectAtNode = (void *)0x05FEF560; +const void * RTTI_DirectAtNodeInstance = (void *)0x05FEF530; +const void * RTTI_DisableCharacterBumperHandler = (void *)0x05F69D30; +const void * RTTI_DisableCharacterControllerHandler = (void *)0x05F6A560; +const void * RTTI_DisableCharacterPitchHandler = (void *)0x05F697A8; +const void * RTTI_DisableCollisionHandler = (void *)0x05F69C18; +const void * RTTI_DisarmEffect = (void *)0x05F23960; +const void * RTTI_DisconnectHandler = (void *)0x05FAC9F0; +const void * RTTI_DisguiseEffect = (void *)0x05F23A40; +const void * RTTI_DisguiseEffect__DetectionChecker = (void *)0x05F239B0; +const void * RTTI_DispelEffect = (void *)0x05F23A68; +const void * RTTI_DiveBombPathController = (void *)0x05F88FA0; +const void * RTTI_DoNotInterruptAnimationHandler = (void *)0x05F69D98; +const void * RTTI_DocAcceptDataModel = (void *)0x05EC3C28; +const void * RTTI_DocAcceptDataModel__DocAcceptEventShuttle = (void *)0x05EC3BE8; +const void * RTTI_DocAcceptMenu = (void *)0x05EAA668; +const void * RTTI_DocAcceptMenu_Accept = (void *)0x05EAA568; +const void * RTTI_DoorObstacleAdapter = (void *)0x05F3A718; +const void * RTTI_DropResourcesEffect = (void *)0x05F249B0; +const void * RTTI_DrugsCraftingMenu = (void *)0x05F096A8; +const void * RTTI_DualDirectAtNode = (void *)0x05FEF508; +const void * RTTI_DualDirectAtNodeInstance = (void *)0x05FEF4D8; +const void * RTTI_DualValueModifierEffect = (void *)0x05F23A90; +const void * RTTI_DynamicAnimationNode = (void *)0x05FEF1E8; +const void * RTTI_DynamicAnimationNodeInstance = (void *)0x05FEF1B0; +const void * RTTI_DynamicGraphReference = (void *)0x05FEE468; +const void * RTTI_DynamicGraphReferenceInstance = (void *)0x05FEE430; +const void * RTTI_DynamicIdleDataSingletonHelper = (void *)0x05DD3588; +const void * RTTI_DynamicNavMeshTask = (void *)0x05DD9DF8; +const void * RTTI_DynamicNavMeshTaskCellRemap = (void *)0x05DD9D88; +const void * RTTI_DynamicNavMeshTaskStitching = (void *)0x05DD9DC0; +const void * RTTI_DynamicNavmesh = (void *)0x05E0FC20; +const void * RTTI_DynamicNavmeshService = (void *)0x05DDE5E0; +const void * RTTI_EffectArchetypes__MainStatusHandler = (void *)0x05D2CE50; +const void * RTTI_EffectSequenceMap = (void *)0x05DE1AE8; +const void * RTTI_EffectSequenceNode = (void *)0x05FEE170; +const void * RTTI_EffectSequenceNodeInstance = (void *)0x05FEE6B0; +const void * RTTI_EffectSequence__EffectSequenceManager = (void *)0x05DE1910; +const void * RTTI_EffectSetting = (void *)0x05D0C828; +const void * RTTI_EjectShellCasingHandler = (void *)0x05F6AD68; +const void * RTTI_EmittanceManagerAgent = (void *)0x05DD3818; +const void * RTTI_EmitterProjectile = (void *)0x05E8EB10; +const void * RTTI_EmptyDependencyFormPointerMapValue = (void *)0x05E4C370; +const void * RTTI_EnableCharacterBumperHandler = (void *)0x05F69CF8; +const void * RTTI_EnableCharacterControllerHandler = (void *)0x05F6A598; +const void * RTTI_EnableCharacterPitchHandler = (void *)0x05F69770; +const void * RTTI_EnableCollisionHandler = (void *)0x05F69BE8; +const void * RTTI_EnchantmentItem = (void *)0x05DF7370; +const void * RTTI_EndGameCreditsMenu = (void *)0x05EAA690; +const void * RTTI_EndSecurityMinigameHandler = (void *)0x05F6A8D8; +const void * RTTI_EndSummonAnimationHandler = (void *)0x05F69E88; +const void * RTTI_EnhanceWeaponEffect = (void *)0x05F2F708; +const void * RTTI_EnsureAliasCanBePickpocketedFunc = (void *)0x05EBB0D8; +const void * RTTI_EquippedItemData = (void *)0x05EA1950; +const void * RTTI_EquippedSpell__Data = (void *)0x05EA1978; +const void * RTTI_EquippedWeapon__AimModule = (void *)0x05EA19D8; +const void * RTTI_EquippedWeapon__AmmunitionModule = (void *)0x05EA1A38; +const void * RTTI_EquippedWeapon__AudioModule = (void *)0x05EA1B68; +const void * RTTI_EquippedWeapon__Data = (void *)0x05EA19A8; +const void * RTTI_EquippedWeapon__IModule = (void *)0x05EA1A08; +const void * RTTI_EquippedWeapon__MeleeAttackModule = (void *)0x05EA1AA8; +const void * RTTI_EquippedWeapon__PowerModule = (void *)0x05EA1AE0; +const void * RTTI_EquippedWeapon__RangedAttackModule = (void *)0x05EA1C80; +const void * RTTI_EquippedWeapon__VariableRangeModule = (void *)0x05EA1CB8; +const void * RTTI_EquippedWeapon__VisualModule = (void *)0x05EA1CF8; +const void * RTTI_EtherealizationEffect = (void *)0x05F23AC0; +const void * RTTI_EvaluateConditionVariable = (void *)0x05FEEA70; +const void * RTTI_EvaluateConditionVariableInstance = (void *)0x05FEEAA0; +const void * RTTI_EventController = (void *)0x05FEF0D8; +const void * RTTI_EventControllerInstance = (void *)0x05FEF0A8; +const void * RTTI_EventDispatcherBackend = (void *)0x06021580; +const void * RTTI_EventFromRange = (void *)0x05FEEDB8; +const void * RTTI_EventFromRangeInstance = (void *)0x05FEEDE0; +const void * RTTI_EveryNEvents = (void *)0x05FEEF58; +const void * RTTI_EveryNEventsInstance = (void *)0x05FEEF28; +const void * RTTI_ExecuteOnAliasedRefFunc = (void *)0x05DF8330; +const void * RTTI_ExitChargen_ConfirmCallback = (void *)0x05F026A0; +const void * RTTI_Explosion = (void *)0x05F2F6A0; +const void * RTTI_ExplosionClosestHitCollector = (void *)0x05F6DAE8; +const void * RTTI_ExplosiveIndicatorDataModel = (void *)0x05EB9250; +const void * RTTI_ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle = (void *)0x05EB9110; +const void * RTTI_ExternalDataSourceMainStatusHandler = (void *)0x05D2CE90; +const void * RTTI_ExtraAcousticParent = (void *)0x05DF9F68; +const void * RTTI_ExtraAction = (void *)0x05DFA7E0; +const void * RTTI_ExtraActivateRef = (void *)0x05DFA9C8; +const void * RTTI_ExtraActivateText = (void *)0x05DF8658; +const void * RTTI_ExtraActorCause = (void *)0x05DF8DC8; +const void * RTTI_ExtraActorValueStorage = (void *)0x05DF85D0; +const void * RTTI_ExtraAliasInstanceArray = (void *)0x05DFA498; +const void * RTTI_ExtraAmmo = (void *)0x05DF8C18; +const void * RTTI_ExtraAnimGraphManager = (void *)0x05DFA830; +const void * RTTI_ExtraAnimGraphPreload = (void *)0x05DF9E80; +const void * RTTI_ExtraAnimSounds = (void *)0x05DF8630; +const void * RTTI_ExtraAshPileRef = (void *)0x05DFA018; +const void * RTTI_ExtraAttachRef = (void *)0x05DF89A0; +const void * RTTI_ExtraAttachRefChildren = (void *)0x05DF8910; +const void * RTTI_ExtraAttachedArrows3D = (void *)0x05DF82A0; +const void * RTTI_ExtraBadPosition = (void *)0x05DF91E8; +const void * RTTI_ExtraBendableSplineParams = (void *)0x05DE2648; +const void * RTTI_ExtraBlueprintPartOriginData = (void *)0x05DF8BB8; +const void * RTTI_ExtraBody = (void *)0x05DFA3E8; +const void * RTTI_ExtraBoneScaleMap = (void *)0x05DF84A0; +const void * RTTI_ExtraCachedScale = (void *)0x05DF8A50; +const void * RTTI_ExtraCalcedPackIn = (void *)0x05DF8140; +const void * RTTI_ExtraCanTalkToPlayer = (void *)0x05DFA468; +const void * RTTI_ExtraCannotWear = (void *)0x05DFA950; +const void * RTTI_ExtraCell3D = (void *)0x05DF78E0; +const void * RTTI_ExtraCellAcousticSpace = (void *)0x05DF7740; +const void * RTTI_ExtraCellEnvMap = (void *)0x05DF8250; +const void * RTTI_ExtraCellGlobalDirtLayer = (void *)0x05DF7710; +const void * RTTI_ExtraCellImageSpace = (void *)0x05DF7830; +const void * RTTI_ExtraCellMusicType = (void *)0x05DF77A0; +const void * RTTI_ExtraCellSkyRegion = (void *)0x05DF78B0; +const void * RTTI_ExtraCellWaterEnvMap = (void *)0x05DF81C0; +const void * RTTI_ExtraCellWaterType = (void *)0x05DF7770; +const void * RTTI_ExtraCharge = (void *)0x05DF8F70; +const void * RTTI_ExtraCollisionData = (void *)0x05DF83B8; +const void * RTTI_ExtraCombatStyle = (void *)0x05DF8420; +const void * RTTI_ExtraConstrainedDecalData = (void *)0x05DF86D8; +const void * RTTI_ExtraCount = (void *)0x05DF93F0; +const void * RTTI_ExtraCreatureAwakeSound = (void *)0x05DF8E18; +const void * RTTI_ExtraCulledBone = (void *)0x05DF92D8; +const void * RTTI_ExtraCulledSubsegment = (void *)0x05DF87B8; +const void * RTTI_ExtraDesiredLegendaryRank = (void *)0x05DF89C8; +const void * RTTI_ExtraDirectAtTarget = (void *)0x05DFA0C8; +const void * RTTI_ExtraDroppedItemList = (void *)0x05DFA890; +const void * RTTI_ExtraEditorID = (void *)0x05DF8C38; +const void * RTTI_ExtraEditorRefMoveData = (void *)0x05DFA240; +const void * RTTI_ExtraEmittanceSource = (void *)0x05DF9ED8; +const void * RTTI_ExtraEnableStateChildren = (void *)0x05DFAAD8; +const void * RTTI_ExtraEnableStateParent = (void *)0x05DFAA50; +const void * RTTI_ExtraEnchantment = (void *)0x05DF90C0; +const void * RTTI_ExtraEncounterZone = (void *)0x05DFA568; +const void * RTTI_ExtraEssentialProtected = (void *)0x05DF8448; +const void * RTTI_ExtraExteriorReflectionProbeAdjustmentVolume = (void *)0x05DFA4D0; +const void * RTTI_ExtraExternalEmittanceData = (void *)0x05DF7F50; +const void * RTTI_ExtraFXPickNodes = (void *)0x05DF84C8; +const void * RTTI_ExtraFactionChanges = (void *)0x05DFA600; +const void * RTTI_ExtraFavorCost = (void *)0x05DF9198; +const void * RTTI_ExtraFavorite = (void *)0x05DF8C60; +const void * RTTI_ExtraFlags = (void *)0x05DF9098; +const void * RTTI_ExtraFogVolume = (void *)0x05DFA518; +const void * RTTI_ExtraFollower = (void *)0x05DF8F18; +const void * RTTI_ExtraFollowerSwimBreadcrumbs = (void *)0x05DFA598; +const void * RTTI_ExtraForcedLandingMarker = (void *)0x05DF8220; +const void * RTTI_ExtraForcedTarget = (void *)0x05DF90E8; +const void * RTTI_ExtraFriendHits = (void *)0x05DF9EB0; +const void * RTTI_ExtraFromAlias = (void *)0x05DF87E8; +const void * RTTI_ExtraFurnitureEntryData = (void *)0x05DF9D88; +const void * RTTI_ExtraGeometryDirtynessScale = (void *)0x05DF8C88; +const void * RTTI_ExtraGhost = (void *)0x05DFA9A0; +const void * RTTI_ExtraGlobal = (void *)0x05DF9440; +const void * RTTI_ExtraGroupedPackin = (void *)0x05DF7E68; +const void * RTTI_ExtraGuardedRefData = (void *)0x05DFA2D0; +const void * RTTI_ExtraHasNoRumors = (void *)0x05DF8888; +const void * RTTI_ExtraHavok = (void *)0x05DF7908; +const void * RTTI_ExtraHeadTrackingWeight = (void *)0x05DF9168; +const void * RTTI_ExtraHeadingTarget = (void *)0x05DF8E98; +const void * RTTI_ExtraHealth = (void *)0x05DF8FC0; +const void * RTTI_ExtraHorse = (void *)0x05DF9140; +const void * RTTI_ExtraIgnoredAttractKeywords = (void *)0x05DF8530; +const void * RTTI_ExtraIgnoredBySandbox = (void *)0x05DFA2A0; +const void * RTTI_ExtraInitActions = (void *)0x05DE2678; +const void * RTTI_ExtraInputEnableLayer = (void *)0x05DFA0F8; +const void * RTTI_ExtraInstanceData = (void *)0x05DFA188; +const void * RTTI_ExtraInteraction = (void *)0x05DFA300; +const void * RTTI_ExtraInvestedGold = (void *)0x05DF8478; +const void * RTTI_ExtraItemDropper = (void *)0x05DFA978; +const void * RTTI_ExtraKeywords = (void *)0x05DF8168; +const void * RTTI_ExtraLargeRefOwnerCells = (void *)0x05DF8360; +const void * RTTI_ExtraLastFinishedSequence = (void *)0x05DFA920; +const void * RTTI_ExtraLevCreaModifier = (void *)0x05DF9F08; +const void * RTTI_ExtraLeveledBaseObject = (void *)0x05DF9F38; +const void * RTTI_ExtraLeveledCreature = (void *)0x05DFA788; +const void * RTTI_ExtraLeveledItem = (void *)0x05DF9380; +const void * RTTI_ExtraLight = (void *)0x05DFA7B8; +const void * RTTI_ExtraLightAreaData = (void *)0x05DF95A0; +const void * RTTI_ExtraLightBarndoorData = (void *)0x05DF9278; +const void * RTTI_ExtraLightColorData = (void *)0x05DF9570; +const void * RTTI_ExtraLightData = (void *)0x05DF82D0; +const void * RTTI_ExtraLightFlickerData = (void *)0x05DF95D0; +const void * RTTI_ExtraLightGoboData = (void *)0x05DF9540; +const void * RTTI_ExtraLightLayerData = (void *)0x05DF94E0; +const void * RTTI_ExtraLightRoundnessData = (void *)0x05DF92A8; +const void * RTTI_ExtraLightStaticShadowMapData = (void *)0x05DF82F8; +const void * RTTI_ExtraLightVolumetricData = (void *)0x05DF9510; +const void * RTTI_ExtraLinkedChildrenAliasInstanceArray = (void *)0x05DFA1D8; +const void * RTTI_ExtraLinkedRef = (void *)0x05DF8EC8; +const void * RTTI_ExtraLinkedRefChildren = (void *)0x05DFAAA8; +const void * RTTI_ExtraLitWaterRefs = (void *)0x05DF8860; +const void * RTTI_ExtraLocation = (void *)0x05DF89F8; +const void * RTTI_ExtraLocationRefType = (void *)0x05DFA9F0; +const void * RTTI_ExtraLock = (void *)0x05DF9498; +const void * RTTI_ExtraLockList = (void *)0x05DF8738; +const void * RTTI_ExtraMagicCaster = (void *)0x05DF7E10; +const void * RTTI_ExtraMapMarker = (void *)0x05DFA808; +const void * RTTI_ExtraMaterialSwap = (void *)0x05DF86B0; +const void * RTTI_ExtraMissingRefIDs = (void *)0x05DF9040; +const void * RTTI_ExtraModIndex = (void *)0x05DF8028; +const void * RTTI_ExtraModRank = (void *)0x05DF8278; +const void * RTTI_ExtraModelSwap = (void *)0x05DF8810; +const void * RTTI_ExtraNavMeshPortal = (void *)0x05DF9210; +const void * RTTI_ExtraNorthRotation = (void *)0x05DF77D0; +const void * RTTI_ExtraObjectBreakable = (void *)0x05DF8568; +const void * RTTI_ExtraObjectSavedDynamicIdles = (void *)0x05DF8598; +const void * RTTI_ExtraObjectSavedUnrecoverableSubgraphs = (void *)0x05DF84F0; +const void * RTTI_ExtraOcclusionPlaneRefData = (void *)0x05DF9240; +const void * RTTI_ExtraOpenCloseActivateRef = (void *)0x05DF8760; +const void * RTTI_ExtraOriginalBaseObject = (void *)0x05DF8708; +const void * RTTI_ExtraOriginalReference = (void *)0x05DF8F40; +const void * RTTI_ExtraOutfitItem = (void *)0x05DF93A8; +const void * RTTI_ExtraOwnership = (void *)0x05DF9418; +const void * RTTI_ExtraOwningInstance = (void *)0x05DF8970; +const void * RTTI_ExtraPackage = (void *)0x05DFA760; +const void * RTTI_ExtraPackageData = (void *)0x05DF8390; +const void * RTTI_ExtraPackageStartLocation = (void *)0x05DFA408; +const void * RTTI_ExtraPatrolRefData = (void *)0x05DF8D98; +const void * RTTI_ExtraPatrolRefInUseData = (void *)0x05DFA5D0; +const void * RTTI_ExtraPersistentCell = (void *)0x05DFA328; +const void * RTTI_ExtraPlacedPlanetContent = (void *)0x05DF7D28; +const void * RTTI_ExtraPlayerCrimeList = (void *)0x05DFA730; +const void * RTTI_ExtraPoison = (void *)0x05DF8E70; +const void * RTTI_ExtraPowerArmor = (void *)0x05DFA0A0; +const void * RTTI_ExtraPowerArmorPreload = (void *)0x05DFA070; +const void * RTTI_ExtraPowerLinks = (void *)0x05DF8EF0; +const void * RTTI_ExtraPrimitive = (void *)0x05DF8BF0; +const void * RTTI_ExtraProceduralInstanceData = (void *)0x05DF7FB8; +const void * RTTI_ExtraProcessMiddleLow = (void *)0x05DF7800; +const void * RTTI_ExtraProjectedDecalData = (void *)0x05DF8CC0; +const void * RTTI_ExtraPromotedRef = (void *)0x05DFA1B0; +const void * RTTI_ExtraPropertySheet = (void *)0x05DF7F88; +const void * RTTI_ExtraRadioData = (void *)0x05DF8DF0; +const void * RTTI_ExtraRadioReceiver = (void *)0x05DF8680; +const void * RTTI_ExtraRadioRepeater = (void *)0x05DF8600; +const void * RTTI_ExtraRadius = (void *)0x05DF8838; +const void * RTTI_ExtraRadiusFalloffExponent = (void *)0x05DF83E8; +const void * RTTI_ExtraRagDollData = (void *)0x05DF9FF0; +const void * RTTI_ExtraRandomAnimStartTime = (void *)0x05DF7EF0; +const void * RTTI_ExtraRandomTeleportMarker = (void *)0x05DFAA20; +const void * RTTI_ExtraRangedDistOverride = (void *)0x05DF8D68; +const void * RTTI_ExtraRank = (void *)0x05DF93D0; +const void * RTTI_ExtraRefWeaponSounds = (void *)0x05DF9E18; +const void * RTTI_ExtraReferenceGroup = (void *)0x05DF8190; +const void * RTTI_ExtraReferenceHandles = (void *)0x05DF8A78; +const void * RTTI_ExtraReflectedRefs = (void *)0x05DF8940; +const void * RTTI_ExtraReflectorRefs = (void *)0x05DF88B0; +const void * RTTI_ExtraRefrPath = (void *)0x05DFA218; +const void * RTTI_ExtraRefractionProperty = (void *)0x05DFA8C0; +const void * RTTI_ExtraRegionList = (void *)0x05DF7888; +const void * RTTI_ExtraReservedMarkers = (void *)0x05DFA040; +const void * RTTI_ExtraRoomRefData = (void *)0x05DFA540; +const void * RTTI_ExtraRunOncePacks = (void *)0x05DFAA80; +const void * RTTI_ExtraSavedAnimation = (void *)0x05DFA860; +const void * RTTI_ExtraSavedHavokData = (void *)0x05DFA8F0; +const void * RTTI_ExtraSayToTopicInfo = (void *)0x05DFA438; +const void * RTTI_ExtraSayTopicInfoOnceADay = (void *)0x05DFA658; +const void * RTTI_ExtraScale = (void *)0x05DF8F98; +const void * RTTI_ExtraSceneData = (void *)0x05DF91C0; +const void * RTTI_ExtraScriptedAnimDependence = (void *)0x05DFA128; +const void * RTTI_ExtraSeed = (void *)0x05DFA6E8; +const void * RTTI_ExtraSeenData = (void *)0x05DF7860; +const void * RTTI_ExtraShipArrivalData = (void *)0x05DF8B88; +const void * RTTI_ExtraShipBlueprintSnapData = (void *)0x05DFA358; +const void * RTTI_ExtraShouldWear = (void *)0x05DFA708; +const void * RTTI_ExtraSnapLinks = (void *)0x05DF7EC8; +const void * RTTI_ExtraSoul = (void *)0x05DFA3C8; +const void * RTTI_ExtraSound = (void *)0x05DFA630; +const void * RTTI_ExtraSoundHook = (void *)0x05DF8E48; +const void * RTTI_ExtraSourcePackIn = (void *)0x05DF80C0; +const void * RTTI_ExtraSpawnContainer = (void *)0x05DF9F98; +const void * RTTI_ExtraStartingPosition = (void *)0x05DF9468; +const void * RTTI_ExtraStartingWorldOrCell = (void *)0x05DFA270; +const void * RTTI_ExtraTeleport = (void *)0x05DF94B8; +const void * RTTI_ExtraTeleportName = (void *)0x05DF8790; +const void * RTTI_ExtraTempLocationWorldSpace = (void *)0x05DFA390; +const void * RTTI_ExtraTerminalMenuBodyTextItems = (void *)0x05DF8088; +const void * RTTI_ExtraTerminalMenuItems = (void *)0x05DF80E8; +const void * RTTI_ExtraTerminalMenuMenuItems = (void *)0x05DF8050; +const void * RTTI_ExtraTerminalMenuUnlockedItems = (void *)0x05DF7FF0; +const void * RTTI_ExtraTextDisplayData = (void *)0x05DF9110; +const void * RTTI_ExtraTimeLeft = (void *)0x05DF8FE8; +const void * RTTI_ExtraTimeOfDayData = (void *)0x05DF7F20; +const void * RTTI_ExtraTransitionCellCount = (void *)0x05DF8B58; +const void * RTTI_ExtraTraversalData = (void *)0x05DF9D58; +const void * RTTI_ExtraTresPassPackage = (void *)0x05DF8A20; +const void * RTTI_ExtraUniqueID = (void *)0x05DF9070; +const void * RTTI_ExtraUsedMarkers = (void *)0x05DF9FC8; +const void * RTTI_ExtraVoiceType = (void *)0x05DF8118; +const void * RTTI_ExtraVolumeData = (void *)0x05DF8CF0; +const void * RTTI_ExtraVolumeReflectionProbe_OffsetIntensity = (void *)0x05DF8D20; +const void * RTTI_ExtraWaterCurrentZoneData = (void *)0x05DF9010; +const void * RTTI_ExtraWaterData = (void *)0x05DFA160; +const void * RTTI_ExtraWaterLightRefs = (void *)0x05DF88E0; +const void * RTTI_ExtraWaterReflectionData = (void *)0x05DF81F0; +const void * RTTI_ExtraWorkshopSnapping = (void *)0x05E416D0; +const void * RTTI_ExtraWwiseSwitchData = (void *)0x05E628C0; +const void * RTTI_EyeTrackingOffHandler = (void *)0x05F6B298; +const void * RTTI_EyeTrackingOnHandler = (void *)0x05F6B268; +const void * RTTI_FACEFX_ACTOR = (void *)0x05DE2C28; +const void * RTTI_FACEFX_BONESET = (void *)0x05DE2C00; +const void * RTTI_FOCollisionListener = (void *)0x05E6AC20; +const void * RTTI_FaceEmotionalIdleHandler = (void *)0x05F6AB98; +const void * RTTI_FaderMenu = (void *)0x05FA8C18; +const void * RTTI_FanfareData = (void *)0x05EAA748; +const void * RTTI_FanfareMenu = (void *)0x05EAA720; +const void * RTTI_FanfareMenu__FanfareEventShuttle = (void *)0x05EAA808; +const void * RTTI_FarTravel__Arrival = (void *)0x05F27AE8; +const void * RTTI_FarTravel__Cruise = (void *)0x05F27B40; +const void * RTTI_FarTravel__Departure = (void *)0x05F27B10; +const void * RTTI_FarTravel__FarTravelOrbitalUpdateFadeDone = (void *)0x05F27A10; +const void * RTTI_FarTravel__FarTravelUnloadNode = (void *)0x05E462A8; +const void * RTTI_FarTravel__UpdateGalacticPositions = (void *)0x05F27A50; +const void * RTTI_FavoritesManager = (void *)0x05FA9F30; +const void * RTTI_FavoritesManager__FavoritesData = (void *)0x05FAA1F8; +const void * RTTI_FavoritesManager__FavoritesEntryData = (void *)0x05FAA1B8; +const void * RTTI_FavoritesManager__FavoritesUIDataEventShuttle = (void *)0x05FAA170; +const void * RTTI_FavoritesMenu = (void *)0x05FA9EB8; +const void * RTTI_FavoritesMenu_AssignQuickkey = (void *)0x05FA8E80; +const void * RTTI_FavoritesMenu_UseQuickkey = (void *)0x05FA8EB8; +const void * RTTI_FindConnectedNavmeshInfosVisitor = (void *)0x05E7D218; +const void * RTTI_FindDynamicNeighborsTask = (void *)0x05D08260; +const void * RTTI_FindEffectKeywordOnTargetFunctor = (void *)0x05F24208; +const void * RTTI_FindTriangleForLocationFilter = (void *)0x05DD1280; +const void * RTTI_FindTriangleForLocationFilterCheckDeltaZ = (void *)0x05DD11A8; +const void * RTTI_FindTriangleForLocationTraversableFilter = (void *)0x060313B0; +const void * RTTI_FindTriangleForLocationWaterFilter = (void *)0x06031370; +const void * RTTI_FireForgetModel = (void *)0x05EB9428; +const void * RTTI_FireForgetModel__FireForgetEventShuttle = (void *)0x05EB92F0; +const void * RTTI_FireParticlesCollidedWithBodiesCallbackTask = (void *)0x05D08390; +const void * RTTI_FireParticlesCollidedWithParticlesCallbackTask = (void *)0x05D08340; +const void * RTTI_FireParticlesExitedSafeRegionCallbackTask = (void *)0x05D083E0; +const void * RTTI_FirstPersonState = (void *)0x05FA3E50; +const void * RTTI_FlameProjectile = (void *)0x05F6DB98; +const void * RTTI_FleePackage = (void *)0x05D115A0; +const void * RTTI_FlightActionEndHandler = (void *)0x05F6A338; +const void * RTTI_FlightActionEntryEndHandler = (void *)0x05F6A300; +const void * RTTI_FlightActionHandler = (void *)0x05F6A2D0; +const void * RTTI_FlightCameraState = (void *)0x05FA3FB8; +const void * RTTI_FlightCrashLandStartHandler = (void *)0x05F6A1D8; +const void * RTTI_FlightCruisingHandler = (void *)0x05F6A1A8; +const void * RTTI_FlightHoveringHandler = (void *)0x05F6A050; +const void * RTTI_FlightLandEndHandler = (void *)0x05F6A2A0; +const void * RTTI_FlightLandHandler = (void *)0x05F6A0E0; +const void * RTTI_FlightLandingHandler = (void *)0x05F6A080; +const void * RTTI_FlightPerchingHandler = (void *)0x05F6A0B0; +const void * RTTI_FlightTakeOffHandler = (void *)0x05F6A178; +const void * RTTI_Float3LightAnimData = (void *)0x05DE9F80; +const void * RTTI_Float4LightAnimData = (void *)0x05DE9FE0; +const void * RTTI_FloatLightAnimData = (void *)0x05DE9FB0; +const void * RTTI_FoodCraftingMenu = (void *)0x05EEC3A8; +const void * RTTI_FootIKNode = (void *)0x05FEE148; +const void * RTTI_FootIKNodeInstance = (void *)0x05FEE780; +const void * RTTI_ForceWeaponFireHandler = (void *)0x05F6AE80; +const void * RTTI_FormStreamerLoadStorageWrapper = (void *)0x05F2EA28; +const void * RTTI_FormStreamerSaveStorageWrapper = (void *)0x05F2E9F0; +const void * RTTI_FrameInterpolationSwapChainDX12 = (void *)0x05DCEA90; +const void * RTTI_FreeAdvancedCameraState = (void *)0x05FA3F28; +const void * RTTI_FreeFlyCameraState = (void *)0x05FA3F58; +const void * RTTI_FreeTetheredCameraState = (void *)0x05FA3F88; +const void * RTTI_FreeWalkCameraState = (void *)0x05FA3EF8; +const void * RTTI_FrenzyEffect = (void *)0x05F24F80; +const void * RTTI_FurnitureCameraState = (void *)0x05FA3E78; +const void * RTTI_FurnitureMarkerNavmeshPositionCache = (void *)0x05DA72D0; +const void * RTTI_GPUCaptureHandler = (void *)0x05FACAA0; +const void * RTTI_GameBIEvents__ClientSettingsBIEvents = (void *)0x05F26DE0; +const void * RTTI_GameBIEvents__PlayerBIEvents = (void *)0x05F27200; +const void * RTTI_GameMenuBase = (void *)0x05EAA030; +const void * RTTI_GameScript__ActorValueEventHandler = (void *)0x05FB30C0; +const void * RTTI_GameScript__AffinityEventHandler = (void *)0x05FB3920; +const void * RTTI_GameScript__BasicEventHandler = (void *)0x05FCCC68; +const void * RTTI_GameScript__BuilderEventHandler = (void *)0x05FB3F18; +const void * RTTI_GameScript__ChallengeEventHandler = (void *)0x05EAFDF0; +const void * RTTI_GameScript__CombatEventHandler = (void *)0x05FB4608; +const void * RTTI_GameScript__CustomEventHandler = (void *)0x05FB60A8; +const void * RTTI_GameScript__DataFileHandleReaderWriter = (void *)0x05FB3B30; +const void * RTTI_GameScript__DebuggerMessages__ContinueRequest = (void *)0x05FB0A30; +const void * RTTI_GameScript__DebuggerMessages__DisconnectRequest = (void *)0x05FB0AC0; +const void * RTTI_GameScript__DebuggerMessages__Event = (void *)0x05FB0748; +const void * RTTI_GameScript__DebuggerMessages__NextRequest = (void *)0x05FB0870; +const void * RTTI_GameScript__DebuggerMessages__OutputEvent = (void *)0x05FAF648; +const void * RTTI_GameScript__DebuggerMessages__PauseRequest = (void *)0x05FB0A78; +const void * RTTI_GameScript__DebuggerMessages__ProtocolMessage = (void *)0x05FB0B90; +const void * RTTI_GameScript__DebuggerMessages__Request = (void *)0x05FB0B48; +const void * RTTI_GameScript__DebuggerMessages__Response = (void *)0x05FB0B08; +const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsRequest = (void *)0x05FB0940; +const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsResponse = (void *)0x05FAFED0; +const void * RTTI_GameScript__DebuggerMessages__StackTraceRequest = (void *)0x05FB0990; +const void * RTTI_GameScript__DebuggerMessages__StackTraceResponse = (void *)0x05FAFF20; +const void * RTTI_GameScript__DebuggerMessages__StepInRequest = (void *)0x05FB0830; +const void * RTTI_GameScript__DebuggerMessages__StepOutRequest = (void *)0x05FB07E0; +const void * RTTI_GameScript__DebuggerMessages__StoppedEvent = (void *)0x05FAF608; +const void * RTTI_GameScript__DebuggerMessages__ThreadEvent = (void *)0x05FAF5C8; +const void * RTTI_GameScript__DebuggerMessages__ThreadsRequest = (void *)0x05FB09E0; +const void * RTTI_GameScript__DebuggerMessages__ThreadsResponse = (void *)0x05FAF580; +const void * RTTI_GameScript__DebuggerMessages__ValueRequest = (void *)0x05FB08B0; +const void * RTTI_GameScript__DebuggerMessages__ValueResponse = (void *)0x05FAFE40; +const void * RTTI_GameScript__DebuggerMessages__VariablesRequest = (void *)0x05FB08F0; +const void * RTTI_GameScript__DebuggerMessages__VariablesResponse = (void *)0x05FAFE80; +const void * RTTI_GameScript__DebuggerMessages__VersionEvent = (void *)0x05FAF688; +const void * RTTI_GameScript__DelayFunctor = (void *)0x05FB1740; +const void * RTTI_GameScript__DelayFunctorFactory = (void *)0x05DB3F28; +const void * RTTI_GameScript__DistanceEventHandler = (void *)0x05FCFBE0; +const void * RTTI_GameScript__FragmentEventHandler = (void *)0x05FB5C40; +const void * RTTI_GameScript__HandlePolicy = (void *)0x05FBC678; +const void * RTTI_GameScript__Internal__AnimationCallbacks = (void *)0x05FB3958; +const void * RTTI_GameScript__Internal__LOSDetectionEventData = (void *)0x05FB7920; +const void * RTTI_GameScript__Internal__LOSDirectEventData = (void *)0x05FB7840; +const void * RTTI_GameScript__Internal__LOSEventData = (void *)0x05FB73E8; +const void * RTTI_GameScript__InventoryEventHandler = (void *)0x05FB7100; +const void * RTTI_GameScript__LOSEventHandler = (void *)0x05FB7348; +const void * RTTI_GameScript__Logger = (void *)0x05FB6490; +const void * RTTI_GameScript__MenuEventHandler = (void *)0x05FB8058; +const void * RTTI_GameScript__ObjectBindPolicy = (void *)0x05FBC620; +const void * RTTI_GameScript__PathingCallbackMgr = (void *)0x05FB8298; +const void * RTTI_GameScript__Profiler = (void *)0x05FB8418; +const void * RTTI_GameScript__QuestCallbackMgr = (void *)0x05FB86B8; +const void * RTTI_GameScript__RemoteDebugger = (void *)0x05FB07B0; +const void * RTTI_GameScript__SaveFileHandleReaderWriter = (void *)0x05FB3B70; +const void * RTTI_GameScript__SavePatcher = (void *)0x05FB8770; +const void * RTTI_GameScript__ScriptSpaceCellCreateComplete = (void *)0x05FB3DE8; +const void * RTTI_GameScript__ScriptSpaceshipCreateComplete = (void *)0x05FB3D00; +const void * RTTI_GameScript__SleepEventHandler = (void *)0x05FB87D8; +const void * RTTI_GameScript__SoundCallbackMgr = (void *)0x05FB8D48; +const void * RTTI_GameScript__SpaceshipEventHandler = (void *)0x05FCDFA0; +const void * RTTI_GameScript__Store = (void *)0x05FB8E10; +const void * RTTI_GameScript__TeleportEventHandler = (void *)0x05FCE940; +const void * RTTI_GameScript__TimerEventHandler = (void *)0x05FCEF28; +const void * RTTI_GameScript__TrackedStatsEventHandler = (void *)0x05FCF540; +const void * RTTI_GameScript__WaitEventHandler = (void *)0x05FCFDD0; +const void * RTTI_GameSettingCollection = (void *)0x05DD24C8; +const void * RTTI_GameUIGlobalFunc = (void *)0x05EE2538; +const void * RTTI_GameUIModel = (void *)0x05EE26D8; +const void * RTTI_GameVM = (void *)0x05FBC658; +const void * RTTI_GamebryoSequence = (void *)0x05FEE078; +const void * RTTI_GamebryoSequenceInstance = (void *)0x05FEE7B0; +const void * RTTI_GenerateMappingToPointsBufferTask = (void *)0x05D08170; +const void * RTTI_GenerateObstacleTask = (void *)0x05E17058; +const void * RTTI_GenericFrameUpdateOperationsService = (void *)0x05DDCB80; +const void * RTTI_GetBestAmmoFunctor = (void *)0x05E58F98; +const void * RTTI_GetBestCutterFunctor = (void *)0x05E59028; +const void * RTTI_GetBestLightFunctor = (void *)0x05E590A8; +const void * RTTI_GetBestWeaponFunctor = (void *)0x05E58F68; +const void * RTTI_GetMagicItemDescriptionFunctor = (void *)0x05DF7608; +const void * RTTI_GetUpEndHandler = (void *)0x05F69AA0; +const void * RTTI_GetUpStartHandler = (void *)0x05F69A78; +const void * RTTI_GlobalFunc_CloseAllMenus = (void *)0x05EE2948; +const void * RTTI_GlobalFunc_CloseMenu = (void *)0x05EE2918; +const void * RTTI_GlobalFunc_PlayMenuSound = (void *)0x05EE2880; +const void * RTTI_GlobalFunc_StartGameRender = (void *)0x05EE28B0; +const void * RTTI_GlobalFunc_UserEvent = (void *)0x05EE28E8; +const void * RTTI_GraphReferenceNode = (void *)0x05FE16A0; +const void * RTTI_GraphReferenceNodeInstance = (void *)0x05FE16D0; +const void * RTTI_GraphicsInfoDataModel = (void *)0x05EBCAD8; +const void * RTTI_GravJumpInitiateCompleteHandler = (void *)0x05F6A9F8; +const void * RTTI_GravJumpSearch = (void *)0x05E14178; +const void * RTTI_GrenadeProjectile = (void *)0x05F6DBC0; +const void * RTTI_GridArray = (void *)0x05E0C010; +const void * RTTI_GridCellArray = (void *)0x05E0C4D0; +const void * RTTI_GroundPathPathingNodeGenerator = (void *)0x060397C0; +const void * RTTI_GroundPathRayValidator = (void *)0x060397F8; +const void * RTTI_GuardActorPackageData = (void *)0x05F54A40; +const void * RTTI_GuideEffect = (void *)0x05F23C98; +const void * RTTI_HUDAmmoCountModel = (void *)0x05EE2DF0; +const void * RTTI_HUDAmmoCountModel__HUDAmmoCountModelShuttle = (void *)0x05EE2E50; +const void * RTTI_HUDCommandIconData = (void *)0x05EE2ED8; +const void * RTTI_HUDCompassDataModel = (void *)0x05EBCF48; +const void * RTTI_HUDCrewBuffDataModel = (void *)0x05EB3380; +const void * RTTI_HUDCrosshairDataModel = (void *)0x05EBD8D8; +const void * RTTI_HUDCrosshairDataModel__HUDCrosshairEventShuttle = (void *)0x05EBD4B0; +const void * RTTI_HUDDataModel = (void *)0x05EE52A8; +const void * RTTI_HUDDataModel__HUDDataEventShuttle = (void *)0x05EE5310; +const void * RTTI_HUDDirectionalHitIndicatorDataModel = (void *)0x05EE3590; +const void * RTTI_HUDEnemyDataModel = (void *)0x05EBDB40; +const void * RTTI_HUDEnemyDataModel__HUDEnemyEventShuttle = (void *)0x05EBDB00; +const void * RTTI_HUDExperienceMeterDataModel = (void *)0x05EE40C8; +const void * RTTI_HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle = (void *)0x05EE44D0; +const void * RTTI_HUDJetpackDataModel = (void *)0x05EBDD38; +const void * RTTI_HUDLocationDataModel = (void *)0x05EBDE88; +const void * RTTI_HUDMenu = (void *)0x05FAA4A8; +const void * RTTI_HUDMessageDataModel = (void *)0x05EBE258; +const void * RTTI_HUDMessagesMenu = (void *)0x05EEC3D0; +const void * RTTI_HUDNotification_MissionActiveWidgetUpdate = (void *)0x05EE6160; +const void * RTTI_HUDNotification_OpenDataMenu = (void *)0x05EE61D8; +const void * RTTI_HUDNotification_OpenMissionMenu = (void *)0x05EE6210; +const void * RTTI_HUDNotification_SetMissionActive = (void *)0x05EE61A0; +const void * RTTI_HUDNotificationsModel = (void *)0x05EE6548; +const void * RTTI_HUDNotificationsModel__HUDNotificationsEventShuttle = (void *)0x05EE68A0; +const void * RTTI_HUDOpacityModel = (void *)0x05EE6B28; +const void * RTTI_HUDOpacityModel__HUDOpacityEventShuttle = (void *)0x05EE6B50; +const void * RTTI_HUDRolloverActivationButtonEvent = (void *)0x05EBC288; +const void * RTTI_HUDRolloverActivationCompanionListener = (void *)0x05EBC778; +const void * RTTI_HUDRolloverActivationCorpseListener = (void *)0x05EBC7B8; +const void * RTTI_HUDRolloverActivationDisplayCaseListener = (void *)0x05EBBAC0; +const void * RTTI_HUDRolloverActivationDoorListener = (void *)0x05EBC838; +const void * RTTI_HUDRolloverActivationFallbackListener = (void *)0x05EB9908; +const void * RTTI_HUDRolloverActivationLootListener = (void *)0x05EBC870; +const void * RTTI_HUDRolloverActivationNPCListener = (void *)0x05EBC8A8; +const void * RTTI_HUDRolloverActivationOutpostItemListener = (void *)0x05EB9980; +const void * RTTI_HUDRolloverActivationOutpostListener = (void *)0x05EB9C10; +const void * RTTI_HUDRolloverActivationOutpostQCListener = (void *)0x05EB9C98; +const void * RTTI_HUDRolloverActivationQCItemPressEvent = (void *)0x05EBC2C0; +const void * RTTI_HUDRolloverActivationQuickContainerListener = (void *)0x05EB9CE0; +const void * RTTI_HUDRolloverActivationShipContainerListener = (void *)0x05EBC990; +const void * RTTI_HUDRolloverActivationTeammateListener = (void *)0x05EBC9D8; +const void * RTTI_HUDRolloverActivationTerminalListener = (void *)0x05EBCA18; +const void * RTTI_HUDRolloverDataModel = (void *)0x05EBC168; +const void * RTTI_HUDSocialCommandData = (void *)0x05EE2F58; +const void * RTTI_HUDSocialCommandDataModel = (void *)0x05EE3130; +const void * RTTI_HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle = (void *)0x05EE31A0; +const void * RTTI_HUDStarbornPowersDataModel = (void *)0x05EBE860; +const void * RTTI_HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle = (void *)0x05EBE7D0; +const void * RTTI_HUDStealthDataModel = (void *)0x05EBEB88; +const void * RTTI_HUDStealthDataModel__HUDStealthEventShuttle = (void *)0x05EBEC40; +const void * RTTI_HUDSubtitleDataModel = (void *)0x05EBF048; +const void * RTTI_HUDSubtitleDataModel__HUDSubtitleEventShuttle = (void *)0x05EBF190; +const void * RTTI_HUDWatchEffectsModel = (void *)0x05EBF8B8; +const void * RTTI_HUDWatchEffectsModel__HUDWatchEffectsModelShuttle = (void *)0x05EBF9B0; +const void * RTTI_HangarShipSelection_ChangeSystemDisplay = (void *)0x05EAE4C8; +const void * RTTI_HangarShipSelection_RepairShip = (void *)0x05EAE650; +const void * RTTI_HangarShipSelection_UpgradeSystem = (void *)0x05EAE688; +const void * RTTI_HasSpellVisitor = (void *)0x05F4D060; +const void * RTTI_HavokErrorCRTestApp = (void *)0x05DA74C8; +const void * RTTI_HavokFileStreambufWriter = (void *)0x05E6B360; +const void * RTTI_HavokParticleDef__BaseShape = (void *)0x06000238; +const void * RTTI_HavokParticleDef__BoxShape = (void *)0x060002E0; +const void * RTTI_HavokParticleDef__CapsuleShape = (void *)0x06000310; +const void * RTTI_HavokParticleDef__ConvexShape = (void *)0x06000380; +const void * RTTI_HavokParticleDef__CubeShape = (void *)0x060002A8; +const void * RTTI_HavokParticleDef__CylinderShape = (void *)0x06000348; +const void * RTTI_HavokParticleDef__SphereShape = (void *)0x06000270; +const void * RTTI_HavokStreambufFactory = (void *)0x05E6B070; +const void * RTTI_Hazard = (void *)0x05D11120; +const void * RTTI_HeadTrackingOffHandler = (void *)0x05F6B238; +const void * RTTI_HeadTrackingOnHandler = (void *)0x05F6B208; +const void * RTTI_HeadTrackingRotationOffHandler = (void *)0x05F6A140; +const void * RTTI_HeadTrackingRotationOnHandler = (void *)0x05F6A108; +const void * RTTI_HealthDamageFunctor = (void *)0x05F6F538; +const void * RTTI_HeapAllocator = (void *)0x05FF1820; +const void * RTTI_HelpData = (void *)0x05EB15A8; +const void * RTTI_HelpDataModel = (void *)0x05EB15F0; +const void * RTTI_HelpDataModel__HelpDataModelEventShuttle = (void *)0x05EB16B8; +const void * RTTI_HelpTopicData = (void *)0x05EB15C8; +const void * RTTI_HideSubsegmentHandler = (void *)0x05F6A780; +const void * RTTI_HighlightManager = (void *)0x05E0A3B0; +const void * RTTI_HitFrameHandler = (void *)0x05F6B180; +const void * RTTI_HorseCameraState = (void *)0x05FA3EA8; +const void * RTTI_HudModeDataModel = (void *)0x05EBE548; +const void * RTTI_HudModeDataModel__HUDModeEventShuttle = (void *)0x05EBE508; +const void * RTTI_IAIWorldLocation = (void *)0x05DD0F20; +const void * RTTI_IAIWorldLocationHandle = (void *)0x05E6DB60; +const void * RTTI_IAimAssistImpl = (void *)0x05E89A38; +const void * RTTI_IAnimationEventDataForEachFunctor = (void *)0x05DD32C8; +const void * RTTI_IAnimationGraphManagerLoadingTask = (void *)0x05E66DE8; +const void * RTTI_IAnimationStanceData = (void *)0x05FF0488; +const void * RTTI_IAnimationStreamWrite = (void *)0x05E59800; +const void * RTTI_IBGSBaseFormData = (void *)0x05DCF118; +const void * RTTI_ICheckEndReachedFunctor = (void *)0x060368E8; +const void * RTTI_ICheckEndReachedFunctorMapper = (void *)0x06036950; +const void * RTTI_ICommandLineHandler = (void *)0x05DB3E38; +const void * RTTI_IConvexOverlapImpl = (void *)0x05D026C0; +const void * RTTI_IConvexOverlapImpl__ShapeInterface = (void *)0x05D026F0; +const void * RTTI_IDEvent = (void *)0x05FF1D90; +const void * RTTI_IDataModel = (void *)0x05DD8DD8; +const void * RTTI_IExplosionFactory = (void *)0x05DADAF8; +const void * RTTI_IFadeDoneCallback = (void *)0x05E4FE38; +const void * RTTI_IFormComponentFactoryCreator = (void *)0x05D46CA8; +const void * RTTI_IFormComponentFactoryCreator__ReserveControl = (void *)0x05DD7920; +const void * RTTI_IFormFactory = (void *)0x05DA9440; +const void * RTTI_IFormFactory__IFactoryVisitor = (void *)0x05E02750; +const void * RTTI_IHUDRolloverActivationListener = (void *)0x05EB9948; +const void * RTTI_IMemoryManagerFile = (void *)0x05F3EE38; +const void * RTTI_IMemoryManagerFileFactory = (void *)0x05DABC28; +const void * RTTI_IMemoryStore = (void *)0x05F2EBA0; +const void * RTTI_IMemoryStoreBase = (void *)0x05F2EB78; +const void * RTTI_IMenu = (void *)0x05DEE668; +const void * RTTI_IMessageBoxCallback = (void *)0x05E4EEB8; +const void * RTTI_IMovementAvoidanceManager = (void *)0x05F53D10; +const void * RTTI_IMovementControllerNPCFunctor = (void *)0x05F3C6C8; +const void * RTTI_IMovementDirectControl = (void *)0x05F542E8; +const void * RTTI_IMovementFormIDManager = (void *)0x05DABCE8; +const void * RTTI_IMovementPDControllerAccess = (void *)0x06036A80; +const void * RTTI_IMovementParameters = (void *)0x05DA6778; +const void * RTTI_IMovementPlannerDirectControl = (void *)0x05F54378; +const void * RTTI_IMovementPlannerSetArbitration = (void *)0x06036350; +const void * RTTI_IMovementPlayIdleResult = (void *)0x060367E0; +const void * RTTI_IMovementQueryFlight = (void *)0x060395F8; +const void * RTTI_IMovementQueryPathFollowing = (void *)0x060369B8; +const void * RTTI_IMovementQueryState = (void *)0x05F544D0; +const void * RTTI_IMovementQueryStaticAvoider = (void *)0x06036BA8; +const void * RTTI_IMovementQueryTweener = (void *)0x06036720; +const void * RTTI_IMovementQueryTweenerState = (void *)0x06036D90; +const void * RTTI_IMovementSetCorrectionData = (void *)0x06036DC8; +const void * RTTI_IMovementSetGoal = (void *)0x06035DD8; +const void * RTTI_IMovementSetPathFollowing = (void *)0x06036988; +const void * RTTI_IMovementSetRollTarget = (void *)0x06036AB8; +const void * RTTI_IMovementSetSprinting = (void *)0x05E0F048; +const void * RTTI_IMovementSetState = (void *)0x06036A20; +const void * RTTI_IMovementSetStaticAvoider = (void *)0x06036BE0; +const void * RTTI_IMovementSetWarp = (void *)0x05F54590; +const void * RTTI_INIPrefSetting = (void *)0x05D97E28; +const void * RTTI_INIPrefSettingCollection = (void *)0x05DD8320; +const void * RTTI_INISettingCollection = (void *)0x05D44208; +const void * RTTI_INavmeshSearchFilterSet = (void *)0x05E7EDE0; +const void * RTTI_IOControlNode = (void *)0x05DE3A98; +const void * RTTI_IOManager = (void *)0x06003E88; +const void * RTTI_IOManagerThread = (void *)0x06003EA8; +const void * RTTI_IOManager__SystemTaskService = (void *)0x06003CC8; +const void * RTTI_IOPostProcessNode = (void *)0x05DE46F8; +const void * RTTI_IOPostProcessTaskNode = (void *)0x06003ED0; +const void * RTTI_IOSystemTask = (void *)0x05DE4698; +const void * RTTI_IOTask = (void *)0x05DEEE68; +const void * RTTI_IOTaskNode = (void *)0x06003CA0; +const void * RTTI_IPackageData = (void *)0x05D0C048; +const void * RTTI_IPackageDataTypeCheck = (void *)0x05DB44A8; +const void * RTTI_IPathBuilder = (void *)0x05E763F0; +const void * RTTI_IPathBuilderFactoryBase = (void *)0x05D95F18; +const void * RTTI_IPathBuilderTracker = (void *)0x05DB3F60; +const void * RTTI_IPathFollowerState = (void *)0x06039990; +const void * RTTI_IPathSmootherRayCast = (void *)0x060313F0; +const void * RTTI_IPathingNodeGenerator = (void *)0x06039728; +const void * RTTI_IPostAnimationChannelUpdateFunctor = (void *)0x05E59400; +const void * RTTI_IProcedure = (void *)0x05DD1898; +const void * RTTI_IProcedureTreeExecState = (void *)0x05DD1868; +const void * RTTI_IProcedureTreeItem = (void *)0x05E735D0; +const void * RTTI_IRaceSubGraphDataFunctor = (void *)0x05DD3300; +const void * RTTI_ISelectIdleFilter = (void *)0x06037508; +const void * RTTI_ISmoothingRayValidator = (void *)0x06039828; +const void * RTTI_ISpecialPurposeComponentHandler = (void *)0x05DB4650; +const void * RTTI_IStaticAvoidNodeManager = (void *)0x05F54868; +const void * RTTI_IStringForwarder = (void *)0x05FA46C8; +const void * RTTI_ITempEffectFactory = (void *)0x05DB3F90; +const void * RTTI_ITextRenderer = (void *)0x05DB42D8; +const void * RTTI_ITrianglePathSplitter = (void *)0x06031420; +const void * RTTI_ITweenerNodeFollowerSetup = (void *)0x05F54620; +const void * RTTI_IUIValue = (void *)0x05DD8F18; +const void * RTTI_IValidateGoalFunctor = (void *)0x05F6F798; +const void * RTTI_IVisitProcedures = (void *)0x05E64AA0; +const void * RTTI_IdleDialogueEnterHandler = (void *)0x05F699A8; +const void * RTTI_IdleDialogueExitHandler = (void *)0x05F699D8; +const void * RTTI_IdleFlavorHandler = (void *)0x05F6AF40; +const void * RTTI_ImageFixtureEvent_RequestImage = (void *)0x06020968; +const void * RTTI_ImageFixtureEvent_UnregisterImage = (void *)0x060209A0; +const void * RTTI_ImageFixtureManager = (void *)0x05D440A0; +const void * RTTI_ImageSpaceManagerAgent = (void *)0x05DEDA68; +const void * RTTI_ImageSpaceModifierInstance = (void *)0x05E53090; +const void * RTTI_ImageSpaceModifierInstanceCinematic = (void *)0x05E53050; +const void * RTTI_ImageSpaceModifierInstanceDOF = (void *)0x05E52FE0; +const void * RTTI_ImageSpaceModifierInstanceForm = (void *)0x05E530C8; +const void * RTTI_ImageSpaceModifierInstanceRB = (void *)0x05E52FA8; +const void * RTTI_ImageSpaceModifierInstanceTemp = (void *)0x05E53018; +const void * RTTI_ImmunityEffect = (void *)0x05F23CC0; +const void * RTTI_IndustrialCraftingMenu = (void *)0x05EEC3F8; +const void * RTTI_IngredientItem = (void *)0x05DF73C0; +const void * RTTI_InitActionI = (void *)0x05DED748; +const void * RTTI_InitializeTraversalSubgraphDataFunctor = (void *)0x05E14620; +const void * RTTI_InputMemoryStreamBuffer = (void *)0x060488D0; +const void * RTTI_IntSeenData = (void *)0x05D0ED48; +const void * RTTI_InteractionCombatDataCollectFunctor = (void *)0x05E09868; +const void * RTTI_InterruptCastHandler = (void *)0x05F69E58; +const void * RTTI_InventoryDataModelNS__InventoryItem = (void *)0x05EAAC60; +const void * RTTI_InventoryDataModelNS__LootItem = (void *)0x05EBC498; +const void * RTTI_InventoryMenu = (void *)0x05EEE4B0; +const void * RTTI_InventoryMenu_Change3DView = (void *)0x05EEE578; +const void * RTTI_InventoryMenu_DropItem = (void *)0x05EEE758; +const void * RTTI_InventoryMenu_HideModel = (void *)0x05EEE7B8; +const void * RTTI_InventoryMenu_LoadModel = (void *)0x05EEE7E8; +const void * RTTI_InventoryMenu_OnEnterCategory = (void *)0x05EEE6B0; +const void * RTTI_InventoryMenu_OpenCargoHold = (void *)0x05EEE678; +const void * RTTI_InventoryMenu_PaperDollTryOn = (void *)0x05EEE5B0; +const void * RTTI_InventoryMenu_ResetPaperDollInv = (void *)0x05EEE540; +const void * RTTI_InventoryMenu_SelectItem = (void *)0x05EEE788; +const void * RTTI_InventoryMenu_SetMouseOverModel = (void *)0x05EEE6E8; +const void * RTTI_InventoryMenu_StartCloseAnim = (void *)0x05EEE640; +const void * RTTI_InventoryMenu_ToggleFavorite = (void *)0x05EEE720; +const void * RTTI_InventoryMenu_ToggleHelmet = (void *)0x05EEE508; +const void * RTTI_InventoryMenu_ToggleSuit = (void *)0x05EEE4D8; +const void * RTTI_InventoryScoringFunctor = (void *)0x05E58FF8; +const void * RTTI_Inventory_SetSort = (void *)0x05EBFDC8; +const void * RTTI_InvisibilityEffect = (void *)0x05F23CE8; +const void * RTTI_IronSightsState = (void *)0x05FA3ED0; +const void * RTTI_ItemCraftingBase = (void *)0x05EB5D38; +const void * RTTI_ItemModInfoCardDataModel = (void *)0x05EC0D90; +const void * RTTI_ItemModInfoCardDataModel__ItemModInfoCardEventShuttle = (void *)0x05EC0D40; +const void * RTTI_ItemModdingBase = (void *)0x05EB5F20; +const void * RTTI_ItemModsDataModel = (void *)0x05EC0820; +const void * RTTI_ItemModsDataModel__ItemModsEventShuttle = (void *)0x05EC07E0; +const void * RTTI_JetpackEffect = (void *)0x05F24140; +const void * RTTI_JetpackUtils__TESCellReferenceAttachDetachEventSink = (void *)0x05F23E10; +const void * RTTI_Json__BuiltStyledStreamWriter = (void *)0x05D09060; +const void * RTTI_Json__CharReader = (void *)0x05D08F20; +const void * RTTI_Json__CharReaderBuilder = (void *)0x05D08F78; +const void * RTTI_Json__CharReader__Factory = (void *)0x05D08F48; +const void * RTTI_Json__OurCharReader = (void *)0x05D09030; +const void * RTTI_Json__StreamWriter = (void *)0x05D08FA8; +const void * RTTI_Json__StreamWriterBuilder = (void *)0x05D09000; +const void * RTTI_Json__StreamWriter__Factory = (void *)0x05D08FD0; +const void * RTTI_JumpAnimEventHandler = (void *)0x05F697E0; +const void * RTTI_KillActorHandler = (void *)0x05F6B360; +const void * RTTI_KillMoveEndHandler = (void *)0x05F69EE8; +const void * RTTI_KillMoveStartHandler = (void *)0x05F6A020; +const void * RTTI_KnockdownHandler = (void *)0x05F6AC50; +const void * RTTI_KnockdownTargetHandler = (void *)0x05F6AC78; +const void * RTTI_LODData = (void *)0x05DE6CA8; +const void * RTTI_LOD__Details__BGSPropagationSite = (void *)0x05DD7690; +const void * RTTI_LeftHandSpellCastHandler = (void *)0x05F6B530; +const void * RTTI_LeftHandSpellFireHandler = (void *)0x05F6B3D8; +const void * RTTI_LegacyNif__BSEffectShaderProperty = (void *)0x0608B410; +const void * RTTI_LegacyNif__BSLightingShaderProperty = (void *)0x0608B710; +const void * RTTI_LegacyNif__BSMasterParticleSystem = (void *)0x0608B2D0; +const void * RTTI_LegacyNif__BSMultiBound = (void *)0x0608B370; +const void * RTTI_LegacyNif__BSMultiBoundNode = (void *)0x0608B338; +const void * RTTI_LegacyNif__BSMultiBoundOBB = (void *)0x0608B268; +const void * RTTI_LegacyNif__BSPSysInheritVelocityModifier = (void *)0x0608B5D0; +const void * RTTI_LegacyNif__BSPSysLODModifier = (void *)0x0608AF40; +const void * RTTI_LegacyNif__BSPSysScaleModifier = (void *)0x0608B080; +const void * RTTI_LegacyNif__BSPSysSimpleColorModifier = (void *)0x0608B128; +const void * RTTI_LegacyNif__BSPSysSubTexModifier = (void *)0x0608B168; +const void * RTTI_LegacyNif__BSPositionData = (void *)0x0608B308; +const void * RTTI_LegacyNif__BSShaderProperty = (void *)0x0608B6D8; +const void * RTTI_LegacyNif__BSShaderTextureSet = (void *)0x0608B6A0; +const void * RTTI_LegacyNif__BSSubIndexTriShape = (void *)0x0608B298; +const void * RTTI_LegacyNif__BSWaterShaderProperty = (void *)0x0608B480; +const void * RTTI_LegacyNif__BSWindModifier = (void *)0x0608B610; +const void * RTTI_LegacyNif__NiAlphaProperty = (void *)0x0608B670; +const void * RTTI_LegacyNif__NiPSysAgeDeathModifier = (void *)0x0608AED0; +const void * RTTI_LegacyNif__NiPSysBombModifier = (void *)0x0608B0B8; +const void * RTTI_LegacyNif__NiPSysBoundUpdateModifier = (void *)0x0608B040; +const void * RTTI_LegacyNif__NiPSysBoxEmitter = (void *)0x0608B528; +const void * RTTI_LegacyNif__NiPSysColliderManager = (void *)0x0608B788; +const void * RTTI_LegacyNif__NiPSysCylinderEmitter = (void *)0x0608B560; +const void * RTTI_LegacyNif__NiPSysData = (void *)0x0608AFA8; +const void * RTTI_LegacyNif__NiPSysDragModifier = (void *)0x0608B1A0; +const void * RTTI_LegacyNif__NiPSysGravityModifier = (void *)0x0608B598; +const void * RTTI_LegacyNif__NiPSysMeshEmitter = (void *)0x0608B750; +const void * RTTI_LegacyNif__NiPSysPlanarCollider = (void *)0x0608B7F0; +const void * RTTI_LegacyNif__NiPSysPositionModifier = (void *)0x0608B1D8; +const void * RTTI_LegacyNif__NiPSysRotationModifier = (void *)0x0608B0F0; +const void * RTTI_LegacyNif__NiPSysSpawnModifier = (void *)0x0608AF08; +const void * RTTI_LegacyNif__NiPSysSphereEmitter = (void *)0x0608B4F0; +const void * RTTI_LegacyNif__NiParticleSystem = (void *)0x0608B008; +const void * RTTI_LegacyNif__SkyShaderProperty = (void *)0x0608B448; +const void * RTTI_LensFlareAttachmentComponent = (void *)0x05DD82B8; +const void * RTTI_LevelUp_AnimFinished = (void *)0x05EE4C38; +const void * RTTI_LevelUp_OnWidgetShown = (void *)0x05EE4CC8; +const void * RTTI_LevelUp_OpenDataMenu = (void *)0x05EE4C98; +const void * RTTI_LevelUp_ShowSkills = (void *)0x05EE4C68; +const void * RTTI_LightAnimFormComponent = (void *)0x05D0C6C8; +const void * RTTI_LightAttachmentFormComponent = (void *)0x05DEA090; +const void * RTTI_LightAttachmentRuntimeComponentUpdateService = (void *)0x05F3E2D0; +const void * RTTI_LightEffect = (void *)0x05D11140; +const void * RTTI_LinearVariable = (void *)0x05FEEF00; +const void * RTTI_LinearVariableInstance = (void *)0x05FEEED0; +const void * RTTI_LinkedCellProcessHelper = (void *)0x05FDE858; +const void * RTTI_LoadBufferStorageWrapper = (void *)0x05F2E9C0; +const void * RTTI_LoadFileStorageWrapper = (void *)0x05F2E990; +const void * RTTI_LoadGameMagicCasterVisitor = (void *)0x05F49C78; +const void * RTTI_LoadSavePanelDataModel = (void *)0x05EC2428; +const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle = (void *)0x05EC25C0; +const void * RTTI_LoadScreenRenderingEventHandler = (void *)0x05EB0EC8; +const void * RTTI_LoadTraversalSubgraphDataFunctor = (void *)0x05E14690; +const void * RTTI_LoadedAreaBound = (void *)0x05E6B478; +const void * RTTI_LoadedCellDB__IStateControl = (void *)0x05DE4BE0; +const void * RTTI_LoadedCellDB__LoadCell = (void *)0x05DE4358; +const void * RTTI_LoadedCellDB__PostProcessCell = (void *)0x05DE46C0; +const void * RTTI_LoadedCellDB__SignalDoneTask = (void *)0x05DE4660; +const void * RTTI_LoadingMenu = (void *)0x05FAA588; +const void * RTTI_LoadingMenuDataModel = (void *)0x05EC1958; +const void * RTTI_LoadingMenuDataModel__LoadingMenuEventShuttle = (void *)0x05EC1910; +const void * RTTI_LoadingMenu_RefreshText = (void *)0x05FAA558; +const void * RTTI_LocalEnvData = (void *)0x05EC2868; +const void * RTTI_LocalEnvData_Frequent = (void *)0x05EC2940; +const void * RTTI_LocalEnvironmentDataModel = (void *)0x05EC2910; +const void * RTTI_LocationTextWidget_FinishedQueue = (void *)0x05EE3E00; +const void * RTTI_LockEffect = (void *)0x05F241A8; +const void * RTTI_LocomotionBlend = (void *)0x05FEF6D0; +const void * RTTI_LocomotionBlendInstance = (void *)0x05FEF6A0; +const void * RTTI_LookAtChainData = (void *)0x05DDE938; +const void * RTTI_LookAtChainInstance = (void *)0x05DDE8B0; +const void * RTTI_LookAtNode = (void *)0x05FEF4B0; +const void * RTTI_LookAtNodeInstance = (void *)0x05FEF480; +const void * RTTI_LoopingActivateHandler = (void *)0x05F6AE28; +const void * RTTI_MagicCaster = (void *)0x05DF7DE8; +const void * RTTI_MagicCaster__PostCreationCallback = (void *)0x05F241D0; +const void * RTTI_MagicItem = (void *)0x05D22720; +const void * RTTI_MagicItemDataCollector = (void *)0x05F23538; +const void * RTTI_MagicItemFindKeywordFunctor = (void *)0x05DF74C0; +const void * RTTI_MagicItemTraversalFunctor = (void *)0x05DF7530; +const void * RTTI_MagicTarget = (void *)0x05EE7790; +const void * RTTI_MagicTarget__IPostCreationModification = (void *)0x05F23800; +const void * RTTI_Main = (void *)0x05F3D930; +const void * RTTI_MainMenu = (void *)0x05FAC400; +const void * RTTI_MainMenuConfirmationDataModel = (void *)0x05EC3878; +const void * RTTI_MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle = (void *)0x05EC39D0; +const void * RTTI_MainMenuGamerInfoDataModel = (void *)0x05EC3DA8; +const void * RTTI_MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle = (void *)0x05EC3DE0; +const void * RTTI_MainMenuListDataModel = (void *)0x05EC3748; +const void * RTTI_MainMenuListDataModel__MainMenuListEventShuttle = (void *)0x05EC38B0; +const void * RTTI_MainMenuMOTDDataModel = (void *)0x05EC3CA8; +const void * RTTI_MainMenuMOTDDataModel__MOTDDataModelEventShuttle = (void *)0x05EC3CE0; +const void * RTTI_MainMenuPipelineProgressDataModel = (void *)0x05EC3EB8; +const void * RTTI_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle = (void *)0x05EC3EF0; +const void * RTTI_MainMenuStateDataModel = (void *)0x05EC4818; +const void * RTTI_MainMenuStateDataModel__MainMenuStateEventShuttle = (void *)0x05EC47D0; +const void * RTTI_MainMenu_ActionCanceled = (void *)0x05FABFF0; +const void * RTTI_MainMenu_ActionConfirmed = (void *)0x05FABFC0; +const void * RTTI_MainMenu_ConfirmLoad = (void *)0x05FAC050; +const void * RTTI_MainMenu_DeleteSave = (void *)0x05FAC080; +const void * RTTI_MainMenu_LegalScreenComplete = (void *)0x05FAC378; +const void * RTTI_MainMenu_SetCharacter = (void *)0x05FAC318; +const void * RTTI_MainMenu_StartAction = (void *)0x05FABF90; +const void * RTTI_MainMenu_StartLoad = (void *)0x05FAC020; +const void * RTTI_MainMenu_UploadSave = (void *)0x05FAC348; +const void * RTTI_MassSpringDampenVariable = (void *)0x05FEEB40; +const void * RTTI_MassSpringDampenVariableInstance = (void *)0x05FEEB70; +const void * RTTI_MaterialLayerInterface = (void *)0x05DFDED8; +const void * RTTI_MaterialLayerSequence = (void *)0x05FEE0A0; +const void * RTTI_MaterialLayerSequenceInstance = (void *)0x05FEE7E0; +const void * RTTI_MeleeAimAssistData = (void *)0x05E3AB80; +const void * RTTI_MeleeAimAssistImpl = (void *)0x05E89A08; +const void * RTTI_MemoryManagement__PMPEventSink = (void *)0x05DB4090; +const void * RTTI_MemoryManagerFile = (void *)0x05F3EEA8; +const void * RTTI_MenuActor = (void *)0x05EE7470; +const void * RTTI_MenuControls = (void *)0x05FAC828; +const void * RTTI_MenuCursor = (void *)0x06020368; +const void * RTTI_MenuOpenHandler = (void *)0x05FACA78; +const void * RTTI_MenuPaperDoll = (void *)0x05EE7768; +const void * RTTI_MenuTopicManager = (void *)0x05F25B10; +const void * RTTI_MergeNode = (void *)0x05FEF720; +const void * RTTI_MergeNodeInstance = (void *)0x05FEF6F8; +const void * RTTI_MeshLODDistanceOverride = (void *)0x05DE6CC8; +const void * RTTI_MessageBoxMenu = (void *)0x05FAD6F8; +const void * RTTI_MessageBoxMenu_OnBackOut = (void *)0x05FAD6C8; +const void * RTTI_MessageBoxMenu_OnButtonPress = (void *)0x05FAD690; +const void * RTTI_MessageBoxMenu__MessageBoxMenuEventShuttle = (void *)0x05FAD900; +const void * RTTI_MessageMenuManager = (void *)0x05FAD318; +const void * RTTI_MigrateSharedStateFromPreviousView = (void *)0x05F2C300; +const void * RTTI_MirrorModifier = (void *)0x05FEE0F8; +const void * RTTI_MirrorModifierInstance = (void *)0x05FEE818; +const void * RTTI_MiscStatManager__FindStatByCRC = (void *)0x05E64A68; +const void * RTTI_MissileProjectile = (void *)0x05F6D198; +const void * RTTI_MissionBoardMenu = (void *)0x05EEF470; +const void * RTTI_MissionBoardMenu__MissionBoardMenuEventShuttle = (void *)0x05EEF2E0; +const void * RTTI_MissionBoard_MissionEntryChanged = (void *)0x05EEF7E8; +const void * RTTI_MissionBoard_MissionEntryPressed = (void *)0x05EEF820; +const void * RTTI_MissionMenu_ClearState = (void *)0x05EEABF0; +const void * RTTI_MissionMenu_PlotToLocation = (void *)0x05EEB2D8; +const void * RTTI_MissionMenu_RejectQuest = (void *)0x05EEB348; +const void * RTTI_MissionMenu_SaveCategoryIndex = (void *)0x05EEABB8; +const void * RTTI_MissionMenu_SaveOpenedId = (void *)0x05EEB378; +const void * RTTI_MissionMenu_ShowItemLocation = (void *)0x05EEB2A0; +const void * RTTI_MissionMenu_ToggleQTDisplay = (void *)0x05EEAC20; +const void * RTTI_MissionMenu_ToggleTrackingQuest = (void *)0x05EEB310; +const void * RTTI_MobIterOperator = (void *)0x05E66E70; +const void * RTTI_ModelReferenceEffect = (void *)0x05F24770; +const void * RTTI_MomentumAnimation = (void *)0x05FEEEA8; +const void * RTTI_MomentumAnimationInstance = (void *)0x05FEEE78; +const void * RTTI_MomentumSwitchback = (void *)0x05FEEE10; +const void * RTTI_MomentumSwitchbackInstance = (void *)0x05FEEE40; +const void * RTTI_MonocleMenu = (void *)0x05EF2028; +const void * RTTI_MonocleMenu_Bioscan = (void *)0x05EF1F38; +const void * RTTI_MonocleMenu_FastTravel = (void *)0x05EF1DA8; +const void * RTTI_MonocleMenu_Harvest = (void *)0x05EF1F68; +const void * RTTI_MonocleMenu_Initialize = (void *)0x05EF1FF8; +const void * RTTI_MonocleMenu_Outpost = (void *)0x05EF1F98; +const void * RTTI_MonocleMenu_PhotoMode = (void *)0x05EF1ED8; +const void * RTTI_MonocleMenu_Shutdown = (void *)0x05EF1FC8; +const void * RTTI_MonocleMenu_SocialSpell = (void *)0x05EF1F08; +const void * RTTI_MonocleMenu_StartContainerView = (void *)0x05EF1E10; +const void * RTTI_MonocleMenu_StopContainerView = (void *)0x05EF1DD8; +const void * RTTI_MonocleMenu_SurfaceMap = (void *)0x05EF1E48; +const void * RTTI_MonocleMenu_UseListScrollControls = (void *)0x05EF0668; +const void * RTTI_MonocleMenu_ZoomIn = (void *)0x05EF1EA8; +const void * RTTI_MonocleMenu_ZoomOut = (void *)0x05EF1E78; +const void * RTTI_MonocleUIDataModel = (void *)0x05EE09C0; +const void * RTTI_MonocleUIDataModel__EventData = (void *)0x05EE1440; +const void * RTTI_MonocleUIDataModel__MenuData = (void *)0x05EE0F10; +const void * RTTI_MonocleUIDataModel__MenuFreqData = (void *)0x05EE1250; +const void * RTTI_MonocleUIDataModel__MonocleUIDataEventShuttle = (void *)0x05EE0CE0; +const void * RTTI_MonocleUIDataModel__PickRefData = (void *)0x05EE1478; +const void * RTTI_MonocleUIDataModel__ResourceArcData = (void *)0x05EE0D28; +const void * RTTI_MonocleUIDataModel__ResourceData = (void *)0x05EE0D68; +const void * RTTI_MonocleUIDataModel__ScannableMapMarkerData = (void *)0x05EE1140; +const void * RTTI_MonocleUIDataModel__SocialSpellData = (void *)0x05EE0CA0; +const void * RTTI_MorphDriverData = (void *)0x05E3B870; +const void * RTTI_MorphDriverInstance = (void *)0x05E3B8E8; +const void * RTTI_MotionDrivenHandler = (void *)0x05F69F68; +const void * RTTI_MotionDrivenHandlerReference = (void *)0x05F6A368; +const void * RTTI_MountDismountEndHandler = (void *)0x05F69AF8; +const void * RTTI_MountInteraction = (void *)0x05F4EA80; +const void * RTTI_MouseMoveEvent = (void *)0x05FF1DB0; +const void * RTTI_MovementAgent = (void *)0x05E0F0B8; +const void * RTTI_MovementAgentActorAvoider = (void *)0x06036C10; +const void * RTTI_MovementAgentActorState = (void *)0x060369F0; +const void * RTTI_MovementAgentFlightController = (void *)0x06036A48; +const void * RTTI_MovementAgentFlightControllerDetached = (void *)0x06036EF0; +const void * RTTI_MovementAgentPathFollowerFlight = (void *)0x06039628; +const void * RTTI_MovementAgentPathFollowerStandard = (void *)0x06036850; +const void * RTTI_MovementAgentPathFollowerVirtual = (void *)0x06036EB8; +const void * RTTI_MovementArbiter = (void *)0x06035D08; +const void * RTTI_MovementArbitrationAverageFloat = (void *)0x06037188; +const void * RTTI_MovementArbitrationMaxWeightParameters = (void *)0x06036FB8; +const void * RTTI_MovementArbitrationMaxWeightPoint = (void *)0x06037150; +const void * RTTI_MovementArbitrationVectorAdd = (void *)0x06039D18; +const void * RTTI_MovementAvoidBoxEventAdapter = (void *)0x05F3A8E0; +const void * RTTI_MovementAvoidanceManager = (void *)0x05F53E98; +const void * RTTI_MovementComponentEventHandler = (void *)0x05E0EE00; +const void * RTTI_MovementControllerAI = (void *)0x05E0EDD0; +const void * RTTI_MovementControllerComponent = (void *)0x05E0ED98; +const void * RTTI_MovementControllerComponentData = (void *)0x05E0EEF8; +const void * RTTI_MovementControllerNPC = (void *)0x05F54348; +const void * RTTI_MovementControllerNullDataTracker = (void *)0x06037288; +const void * RTTI_MovementControllerRegisterInterface = (void *)0x060373F0; +const void * RTTI_MovementHandlerAgent = (void *)0x05E0F018; +const void * RTTI_MovementHandlerAgentAngleGain = (void *)0x06039660; +const void * RTTI_MovementHandlerAgentDirectControl = (void *)0x05F543B0; +const void * RTTI_MovementHandlerAgentDirectionPassThrough = (void *)0x060395B8; +const void * RTTI_MovementHandlerAgentFlightBoostTrigger = (void *)0x05E0F078; +const void * RTTI_MovementHandlerAgentGraphDrivenAnimationDriven = (void *)0x05E0F110; +const void * RTTI_MovementHandlerAgentPlayerControls = (void *)0x05E0F1F8; +const void * RTTI_MovementHandlerAgentPlayerControlsActionTrigger = (void *)0x05E0F240; +const void * RTTI_MovementHandlerAgentPlayerFlightControls = (void *)0x05E0F288; +const void * RTTI_MovementHandlerAgentSprintActionTrigger = (void *)0x05F543E8; +const void * RTTI_MovementHandlerAgentStairsHelper = (void *)0x05F54428; +const void * RTTI_MovementHandlerAgentStandard = (void *)0x06036E80; +const void * RTTI_MovementHandlerAgentStorePlannerOutput = (void *)0x06036E40; +const void * RTTI_MovementHandlerArbiter = (void *)0x06036420; +const void * RTTI_MovementLargeDelta__IEnumVisitor = (void *)0x05E64B88; +const void * RTTI_MovementMessage = (void *)0x05E14020; +const void * RTTI_MovementMessageActivateDoor = (void *)0x06037E68; +const void * RTTI_MovementMessageActorCollision = (void *)0x05F54460; +const void * RTTI_MovementMessageApproachingDoor = (void *)0x06037ED0; +const void * RTTI_MovementMessageBeginLandingApproach = (void *)0x05E14048; +const void * RTTI_MovementMessageBlocked = (void *)0x060394B8; +const void * RTTI_MovementMessageDoor = (void *)0x06037EA0; +const void * RTTI_MovementMessageGravJump = (void *)0x05E161D8; +const void * RTTI_MovementMessageJump = (void *)0x06039550; +const void * RTTI_MovementMessageLand = (void *)0x05E16208; +const void * RTTI_MovementMessageNewPath = (void *)0x06035ED0; +const void * RTTI_MovementMessagePathCleared = (void *)0x06037D68; +const void * RTTI_MovementMessagePathComplete = (void *)0x06037DA0; +const void * RTTI_MovementMessagePathEvent = (void *)0x06035EA0; +const void * RTTI_MovementMessagePathFailed = (void *)0x06037DD8; +const void * RTTI_MovementMessagePlayIdle = (void *)0x060394E8; +const void * RTTI_MovementMessageSetStaticPath = (void *)0x06039518; +const void * RTTI_MovementMessageTakeOff = (void *)0x05E14148; +const void * RTTI_MovementMessageTraversal = (void *)0x06037E08; +const void * RTTI_MovementMessageUpdateRequestImmediate = (void *)0x06035E60; +const void * RTTI_MovementMessageWarpToLocation = (void *)0x06039480; +const void * RTTI_MovementMessageWarpToMultiple = (void *)0x06039580; +const void * RTTI_MovementParameters = (void *)0x05DA6748; +const void * RTTI_MovementParametersFixed = (void *)0x05EA2490; +const void * RTTI_MovementPathManagerAgent = (void *)0x06035E00; +const void * RTTI_MovementPathManagerAgentAvoidBox = (void *)0x06036CB8; +const void * RTTI_MovementPathManagerAgentLoadedAreaMonitor = (void *)0x06036AF0; +const void * RTTI_MovementPathManagerAgentStaticAvoider = (void *)0x06036B68; +const void * RTTI_MovementPathManagerArbiter = (void *)0x06035D30; +const void * RTTI_MovementPathManagerNullTracker = (void *)0x06035F50; +const void * RTTI_MovementPlannerAgent = (void *)0x05F54500; +const void * RTTI_MovementPlannerAgentDirectControl = (void *)0x05F54498; +const void * RTTI_MovementPlannerAgentNavmeshBounds = (void *)0x06036B30; +const void * RTTI_MovementPlannerAgentWarp = (void *)0x05F54560; +const void * RTTI_MovementPlannerArbiter = (void *)0x06036320; +const void * RTTI_MovementPostUpdateArbiter = (void *)0x06036750; +const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData = (void *)0x06037460; +const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToPath = (void *)0x060374C0; +const void * RTTI_MovementStateFollowPath = (void *)0x06035CD8; +const void * RTTI_MovementStateTweener = (void *)0x06035C70; +const void * RTTI_MovementTweenerAgent = (void *)0x05F545B8; +const void * RTTI_MovementTweenerAgentFixedDelta = (void *)0x06036D58; +const void * RTTI_MovementTweenerAgentNodeFollower = (void *)0x05F545E8; +const void * RTTI_MovementTweenerAgentTargetPosAndVel = (void *)0x06036E00; +const void * RTTI_MovementTweenerArbiter = (void *)0x060366C0; +const void * RTTI_MoviePlayer = (void *)0x05F2F360; +const void * RTTI_MultiFootIKNode = (void *)0x05FEEC58; +const void * RTTI_MultiFootIKNodeInstance = (void *)0x05FEEC80; +const void * RTTI_NEW_REFR_DATA = (void *)0x05DE8CE0; +const void * RTTI_NPCAttachHandler = (void *)0x05F69CA8; +const void * RTTI_NPCDetachHandler = (void *)0x05F69CD0; +const void * RTTI_NavGenUtil__TunnelTerraintFilter = (void *)0x05E10878; +const void * RTTI_NavMesh = (void *)0x05D0F8F8; +const void * RTTI_NavMeshGenContext = (void *)0x05DDA6F8; +const void * RTTI_NavMeshGenData = (void *)0x05DD9E50; +const void * RTTI_NavMeshGenFinalizer = (void *)0x05E11E18; +const void * RTTI_NavMeshGenInputBorderProcessTask = (void *)0x05DDA5D0; +const void * RTTI_NavMeshGenInputProcessor = (void *)0x05E12170; +const void * RTTI_NavMeshGenOutputProcessor = (void *)0x05E121D8; +const void * RTTI_NavMeshGenSplitter = (void *)0x05E12238; +const void * RTTI_NavMeshGenStitcher = (void *)0x05E123A0; +const void * RTTI_NavMeshGenerator = (void *)0x05E111D8; +const void * RTTI_NavMeshGenerator__NavMeshGenCellsNode = (void *)0x05E11200; +const void * RTTI_NavMeshInfo = (void *)0x05E7C920; +const void * RTTI_NavMeshInfoMap = (void *)0x05E7C9A0; +const void * RTTI_NavMeshObstacleCoverManager = (void *)0x05D96338; +const void * RTTI_NavMeshObstacleManager = (void *)0x05E7CDD8; +const void * RTTI_NavMeshSearchClosePoint = (void *)0x05E7EA30; +const void * RTTI_NavMeshSearchFitSphere = (void *)0x05E7EA60; +const void * RTTI_NavMeshSearchFlee = (void *)0x05E7EDB8; +const void * RTTI_NavMeshSearchHide = (void *)0x05E7EE70; +const void * RTTI_NavMeshSearchLOS = (void *)0x05E7EFF8; +const void * RTTI_NavMeshSearchLargestSpaceNearLocation = (void *)0x05E7ECC8; +const void * RTTI_NavMeshSearchSLPoint = (void *)0x05E7F020; +const void * RTTI_NavMeshSplineExtraData = (void *)0x05E40DC8; +const void * RTTI_NiAVObject = (void *)0x05D96278; +const void * RTTI_NiAdditionalGeometryData = (void *)0x0608B908; +const void * RTTI_NiAmbientLight = (void *)0x0608B8E0; +const void * RTTI_NiBSplineBasisData = (void *)0x06089540; +const void * RTTI_NiBSplineColorInterpolator = (void *)0x06089598; +const void * RTTI_NiBSplineCompColorInterpolator = (void *)0x060895D0; +const void * RTTI_NiBSplineCompFloatInterpolator = (void *)0x06089608; +const void * RTTI_NiBSplineCompPoint3Interpolator = (void *)0x06089678; +const void * RTTI_NiBSplineCompTransformInterpolator = (void *)0x060893D8; +const void * RTTI_NiBSplineData = (void *)0x06089570; +const void * RTTI_NiBSplineFloatInterpolator = (void *)0x06089640; +const void * RTTI_NiBSplineInterpolator = (void *)0x06089418; +const void * RTTI_NiBSplinePoint3Interpolator = (void *)0x060896B0; +const void * RTTI_NiBSplineTransformInterpolator = (void *)0x06089448; +const void * RTTI_NiBillboardNode = (void *)0x0608AB78; +const void * RTTI_NiBinaryExtraData = (void *)0x0608B938; +const void * RTTI_NiBinaryStream = (void *)0x05E66370; +const void * RTTI_NiBlendAccumTransformInterpolator = (void *)0x06088EE0; +const void * RTTI_NiBlendBoolInterpolator = (void *)0x06089210; +const void * RTTI_NiBlendColorInterpolator = (void *)0x06089480; +const void * RTTI_NiBlendFloatInterpolator = (void *)0x06089048; +const void * RTTI_NiBlendInterpolator = (void *)0x06088F40; +const void * RTTI_NiBlendPoint3Interpolator = (void *)0x060894B0; +const void * RTTI_NiBlendQuaternionInterpolator = (void *)0x060894E0; +const void * RTTI_NiBlendTransformInterpolator = (void *)0x060890E0; +const void * RTTI_NiBoolData = (void *)0x06089518; +const void * RTTI_NiBoolInterpolator = (void *)0x060891B0; +const void * RTTI_NiBoolTimelineInterpolator = (void *)0x06089178; +const void * RTTI_NiBooleanExtraData = (void *)0x0608B960; +const void * RTTI_NiCamera = (void *)0x0608A3E8; +const void * RTTI_NiCollisionObject = (void *)0x05F4E550; +const void * RTTI_NiColorData = (void *)0x060896E8; +const void * RTTI_NiColorExtraData = (void *)0x0608ADA8; +const void * RTTI_NiColorExtraDataController = (void *)0x06089710; +const void * RTTI_NiColorInterpolator = (void *)0x06089748; +const void * RTTI_NiControllerManager = (void *)0x06088D50; +const void * RTTI_NiControllerSequence = (void *)0x06088DD8; +const void * RTTI_NiDefaultAVObjectPalette = (void *)0x06088DA8; +const void * RTTI_NiDirectionalLight = (void *)0x0608B990; +const void * RTTI_NiExtraData = (void *)0x05DD3330; +const void * RTTI_NiExtraDataController = (void *)0x060890B0; +const void * RTTI_NiFile = (void *)0x05F2A0A8; +const void * RTTI_NiFloatController = (void *)0x06089B70; +const void * RTTI_NiFloatData = (void *)0x06088FF0; +const void * RTTI_NiFloatExtraData = (void *)0x0608B9C0; +const void * RTTI_NiFloatExtraDataController = (void *)0x06089078; +const void * RTTI_NiFloatInterpController = (void *)0x06089148; +const void * RTTI_NiFloatInterpolator = (void *)0x060891E0; +const void * RTTI_NiFloatsExtraData = (void *)0x0608ADD0; +const void * RTTI_NiFloatsExtraDataController = (void *)0x06089778; +const void * RTTI_NiFloatsExtraDataPoint3Controller = (void *)0x060897B0; +const void * RTTI_NiFogProperty = (void *)0x0608B8B8; +const void * RTTI_NiFormArray = (void *)0x05E68180; +const void * RTTI_NiGeometry = (void *)0x0608BB08; +const void * RTTI_NiGeometryData = (void *)0x0608AC08; +const void * RTTI_NiIntegerExtraData = (void *)0x05FF8078; +const void * RTTI_NiIntegersExtraData = (void *)0x0600E370; +const void * RTTI_NiInterpController = (void *)0x0600B8A0; +const void * RTTI_NiKeyframeManager = (void *)0x06089920; +const void * RTTI_NiLight = (void *)0x0608AE80; +const void * RTTI_NiLightColorController = (void *)0x060899A0; +const void * RTTI_NiLightDimmerController = (void *)0x06089A00; +const void * RTTI_NiLightRadiusController = (void *)0x06089A30; +const void * RTTI_NiLookAtController = (void *)0x06089A60; +const void * RTTI_NiLookAtInterpolator = (void *)0x06089A90; +const void * RTTI_NiMemStream = (void *)0x0608BC00; +const void * RTTI_NiMorphData = (void *)0x06089AC0; +const void * RTTI_NiMultiTargetTransformController = (void *)0x06088E08; +const void * RTTI_NiNode = (void *)0x05DD5CD8; +const void * RTTI_NiObjectNET = (void *)0x05D962A0; +const void * RTTI_NiPathController = (void *)0x06089AE8; +const void * RTTI_NiPathInterpolator = (void *)0x06089018; +const void * RTTI_NiPick__Results = (void *)0x0608AC80; +const void * RTTI_NiPoint3Interpolator = (void *)0x06089B10; +const void * RTTI_NiPointLight = (void *)0x0608B9E8; +const void * RTTI_NiPosData = (void *)0x06088FD0; +const void * RTTI_NiProperty = (void *)0x0608B240; +const void * RTTI_NiQuaternionInterpolator = (void *)0x06089B40; +const void * RTTI_NiRefObject = (void *)0x05DABC00; +const void * RTTI_NiRollController = (void *)0x06089B98; +const void * RTTI_NiRotData = (void *)0x06089BC0; +const void * RTTI_NiSequence = (void *)0x06089CA8; +const void * RTTI_NiSequenceStreamHelper = (void *)0x06089DB0; +const void * RTTI_NiSingleInterpController = (void *)0x06088EB0; +const void * RTTI_NiSkinData = (void *)0x0608BA10; +const void * RTTI_NiSkinInstance = (void *)0x0608BA38; +const void * RTTI_NiSkinPartition = (void *)0x0608BA60; +const void * RTTI_NiSpotLight = (void *)0x0608BA88; +const void * RTTI_NiStream = (void *)0x05E6B3B0; +const void * RTTI_NiStringExtraData = (void *)0x0608A398; +const void * RTTI_NiStringPalette = (void *)0x06089DE0; +const void * RTTI_NiStringsExtraData = (void *)0x0608BAB0; +const void * RTTI_NiSwitchNode = (void *)0x0608ABA0; +const void * RTTI_NiTextKeyExtraData = (void *)0x06089E08; +const void * RTTI_NiTimeController = (void *)0x05E01DF0; +const void * RTTI_NiTransformController = (void *)0x06088E80; +const void * RTTI_NiTransformData = (void *)0x060893B0; +const void * RTTI_NiTransformInterpolator = (void *)0x06088F70; +const void * RTTI_NiTriBasedGeom = (void *)0x0608BB30; +const void * RTTI_NiTriBasedGeomData = (void *)0x0608BB58; +const void * RTTI_NiTriShape = (void *)0x0608BAE0; +const void * RTTI_NiTriShapeData = (void *)0x0608BB88; +const void * RTTI_NiTriStrips = (void *)0x0608BBB0; +const void * RTTI_NiTriStripsData = (void *)0x0608BBD8; +const void * RTTI_NiUVData = (void *)0x06089E38; +const void * RTTI_NiVisController = (void *)0x06089E58; +const void * RTTI_NightEyeEffect = (void *)0x05F247A0; +const void * RTTI_NonActorMagicCaster = (void *)0x05DF7E38; +const void * RTTI_NonActorMagicTarget = (void *)0x05D0ED70; +const void * RTTI_NormalizeRotation = (void *)0x05FEE0D0; +const void * RTTI_NormalizeRotationInstance = (void *)0x05FEE848; +const void * RTTI_NullMovementSelectIdleResult = (void *)0x060371F8; +const void * RTTI_NullMovementState = (void *)0x05F9CB28; +const void * RTTI_NullPathBuilderTracker = (void *)0x06032438; +const void * RTTI_ObjectAttachmentFormComponent = (void *)0x05DEAAF0; +const void * RTTI_ObjectListItem = (void *)0x05E6DB90; +const void * RTTI_ObstacleTaskData = (void *)0x05E7D190; +const void * RTTI_OpenContainerMenuMessage = (void *)0x05D103A0; +const void * RTTI_OpenEffect = (void *)0x05F24A80; +const void * RTTI_OpenRefuelMenuMessage = (void *)0x05D10810; +const void * RTTI_OpenShipCrewAssignMenuMessage = (void *)0x05D107D8; +const void * RTTI_OwnedCameraEffectController = (void *)0x05E59118; +const void * RTTI_OwnedController = (void *)0x05DD65F0; +const void * RTTI_PackageCreator = (void *)0x05D2C8D0; +const void * RTTI_PackageList = (void *)0x05E02358; +const void * RTTI_PackageLocation = (void *)0x05E7C590; +const void * RTTI_PageFileBase = (void *)0x05F29F68; +const void * RTTI_PairCollector = (void *)0x05D08758; +const void * RTTI_PairedAnimation = (void *)0x05FEEC00; +const void * RTTI_PairedAnimationInstance = (void *)0x05FEEC28; +const void * RTTI_PairedAttackDialogueHandler = (void *)0x05F6AB30; +const void * RTTI_PairedStopHandler = (void *)0x05F69FC8; +const void * RTTI_ParalysisEffect = (void *)0x05F23760; +const void * RTTI_ParticleFormComponent = (void *)0x05DEB160; +const void * RTTI_ParticleParticleCollisionsTask = (void *)0x05D08290; +const void * RTTI_ParticleParticleInterBranchCollisionsTask = (void *)0x05D082D0; +const void * RTTI_ParticleParticleInterbranchSolveTask = (void *)0x05D08220; +const void * RTTI_ParticleParticleProcessEarlyOutStateTask = (void *)0x05D080F8; +const void * RTTI_ParticleSequence = (void *)0x05FED588; +const void * RTTI_ParticleSequenceInstance = (void *)0x05FEE878; +const void * RTTI_ParticleSystemInterface = (void *)0x05DFDF50; +const void * RTTI_Particles__AnimatedUVMaterialProperties = (void *)0x060220F8; +const void * RTTI_Particles__BaseCustomParameter = (void *)0x05E8EA98; +const void * RTTI_Particles__BaseOperation = (void *)0x060299F0; +const void * RTTI_Particles__BaseParticleSystemItem = (void *)0x060299B8; +const void * RTTI_Particles__BoundProperty = (void *)0x06022168; +const void * RTTI_Particles__BundleInfo = (void *)0x06029A50; +const void * RTTI_Particles__EmitterBinding = (void *)0x0602E088; +const void * RTTI_Particles__EmitterDefinition = (void *)0x0602EB08; +const void * RTTI_Particles__EmitterMaterialDependency = (void *)0x0602A2B0; +const void * RTTI_Particles__ExpressionParser = (void *)0x06030C30; +const void * RTTI_Particles__ForcesProperties = (void *)0x0602A190; +const void * RTTI_Particles__GeometryAsShapeDependency = (void *)0x0602A358; +const void * RTTI_Particles__GeometryParticlesProperties = (void *)0x0602A1C8; +const void * RTTI_Particles__GroupOperation = (void *)0x06029988; +const void * RTTI_Particles__ITimeMultiplierProvider = (void *)0x05E41038; +const void * RTTI_Particles__Intrinsics__ApplyAngularVelocityParamSet = (void *)0x0602A820; +const void * RTTI_Particles__Intrinsics__ApplyForcesToPositionParamSet = (void *)0x0602A9F0; +const void * RTTI_Particles__Intrinsics__ApplyForcesToVelocityParamSet = (void *)0x0602AA40; +const void * RTTI_Particles__Intrinsics__ApplyVelocityToPositionParamSet = (void *)0x06029050; +const void * RTTI_Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet = (void *)0x060290A0; +const void * RTTI_Particles__Intrinsics__AssignmentOperationInput = (void *)0x06029000; +const void * RTTI_Particles__Intrinsics__BindingNameInput = (void *)0x0602A410; +const void * RTTI_Particles__Intrinsics__BoolBoolParamSet = (void *)0x06028A78; +const void * RTTI_Particles__Intrinsics__BoolInput = (void *)0x0602B580; +const void * RTTI_Particles__Intrinsics__BroadcastCollisionEventParamSet = (void *)0x060291A0; +const void * RTTI_Particles__Intrinsics__ColorAlphaCurvesParamSet = (void *)0x06029C40; +const void * RTTI_Particles__Intrinsics__ColorColorColorParamSet = (void *)0x06028BD0; +const void * RTTI_Particles__Intrinsics__ColorColorFloatParamSet = (void *)0x06028B40; +const void * RTTI_Particles__Intrinsics__ColorCurveParamSet = (void *)0x06029C00; +const void * RTTI_Particles__Intrinsics__ColorFloatParamSet = (void *)0x06028B88; +const void * RTTI_Particles__Intrinsics__ColorInput = (void *)0x0602B5B8; +const void * RTTI_Particles__Intrinsics__ColorPickerMinMaxParamSet = (void *)0x06028C70; +const void * RTTI_Particles__Intrinsics__ColorPickerParamSet = (void *)0x06028AF8; +const void * RTTI_Particles__Intrinsics__ConditionalJumpParamSet = (void *)0x06028F10; +const void * RTTI_Particles__Intrinsics__ConditionalKillParamSet = (void *)0x060292D0; +const void * RTTI_Particles__Intrinsics__ConformToHeightmapParamSet = (void *)0x06029FD0; +const void * RTTI_Particles__Intrinsics__ConformToHeightmapSimParamSet = (void *)0x0602A020; +const void * RTTI_Particles__Intrinsics__CurveParamSet = (void *)0x06029BC0; +const void * RTTI_Particles__Intrinsics__CustomHandlingParamSet = (void *)0x0602A5F0; +const void * RTTI_Particles__Intrinsics__CyclingVolumeParamSet = (void *)0x06029F80; +const void * RTTI_Particles__Intrinsics__DebugAnimateParentTransform = (void *)0x06029C90; +const void * RTTI_Particles__Intrinsics__DebugAttachToCamera = (void *)0x06029CD8; +const void * RTTI_Particles__Intrinsics__DebugMoveParentTransform = (void *)0x06029D20; +const void * RTTI_Particles__Intrinsics__DirectionAxisInput = (void *)0x0602A558; +const void * RTTI_Particles__Intrinsics__DirectionToRotation3DParamSet = (void *)0x06028990; +const void * RTTI_Particles__Intrinsics__Double3Double3Double3ParamSet = (void *)0x060298F0; +const void * RTTI_Particles__Intrinsics__Double3Double3ParamSet = (void *)0x06029850; +const void * RTTI_Particles__Intrinsics__Double3Double3VectorParamSet = (void *)0x060298A0; +const void * RTTI_Particles__Intrinsics__Double3Input = (void *)0x0602B3B8; +const void * RTTI_Particles__Intrinsics__EmissionTypeInput = (void *)0x0602A518; +const void * RTTI_Particles__Intrinsics__ExpressionInputParamSet = (void *)0x06030BB0; +const void * RTTI_Particles__Intrinsics__Float5ParamSet = (void *)0x060294E8; +const void * RTTI_Particles__Intrinsics__Float6ParamSet = (void *)0x06029528; +const void * RTTI_Particles__Intrinsics__FloatBoolParamSet = (void *)0x06029568; +const void * RTTI_Particles__Intrinsics__FloatColorParamSet = (void *)0x06028AB8; +const void * RTTI_Particles__Intrinsics__FloatFloatBoolParamSet = (void *)0x060295B0; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatColorParamSet = (void *)0x06028C20; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatParamSet = (void *)0x060294A0; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatParamSet = (void *)0x06029320; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatVectorParamSet = (void *)0x06029370; +const void * RTTI_Particles__Intrinsics__FloatFloatParamSet = (void *)0x060295F8; +const void * RTTI_Particles__Intrinsics__FloatInput = (void *)0x0602B380; +const void * RTTI_Particles__Intrinsics__FloatMinMaxParamSet = (void *)0x06029458; +const void * RTTI_Particles__Intrinsics__FloatUIntParamSet = (void *)0x06029638; +const void * RTTI_Particles__Intrinsics__FloatVector33MatrixParamSet = (void *)0x060293C0; +const void * RTTI_Particles__Intrinsics__FloatVectorParamSet = (void *)0x060296C0; +const void * RTTI_Particles__Intrinsics__FloatVectorVectorParamSet = (void *)0x06029E00; +const void * RTTI_Particles__Intrinsics__GenericResourceParamSet = (void *)0x0602A5A0; +const void * RTTI_Particles__Intrinsics__GeometryParticleKillParamSet = (void *)0x0602A6E0; +const void * RTTI_Particles__Intrinsics__GeometryParticleParamSet = (void *)0x0602A640; +const void * RTTI_Particles__Intrinsics__GeometryParticleUpdateParamSet = (void *)0x0602A690; +const void * RTTI_Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet = (void *)0x0602A730; +const void * RTTI_Particles__Intrinsics__HexColorHexColorUIntParamSet = (void *)0x06028D80; +const void * RTTI_Particles__Intrinsics__HexColorUIntParamSet = (void *)0x06028D40; +const void * RTTI_Particles__Intrinsics__HexUIntInput = (void *)0x0602B548; +const void * RTTI_Particles__Intrinsics__Input = (void *)0x0602B308; +const void * RTTI_Particles__Intrinsics__IntInput = (void *)0x0602B498; +const void * RTTI_Particles__Intrinsics__JumpParamSet = (void *)0x06028ED0; +const void * RTTI_Particles__Intrinsics__KillParamSet = (void *)0x06029290; +const void * RTTI_Particles__Intrinsics__LODCurvedPropertyBaseParamSet = (void *)0x0602A070; +const void * RTTI_Particles__Intrinsics__LODCurvedPropertyFloatParamSet = (void *)0x0602A0C0; +const void * RTTI_Particles__Intrinsics__MatrixInput = (void *)0x0602B460; +const void * RTTI_Particles__Intrinsics__MatrixVectorVectorParamSet = (void *)0x06028FB0; +const void * RTTI_Particles__Intrinsics__MeshSpawnDimensionInput = (void *)0x0602A450; +const void * RTTI_Particles__Intrinsics__NoOpDeclareBoolParamSet = (void *)0x0602A870; +const void * RTTI_Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet = (void *)0x0602AA90; +const void * RTTI_Particles__Intrinsics__Noise2ParamSet = (void *)0x06029780; +const void * RTTI_Particles__Intrinsics__Noise3ParamSet = (void *)0x060297C0; +const void * RTTI_Particles__Intrinsics__NoiseBaseParamSet = (void *)0x06029700; +const void * RTTI_Particles__Intrinsics__NoiseParamSet = (void *)0x06029740; +const void * RTTI_Particles__Intrinsics__NoiseTypeInput = (void *)0x0602A4D8; +const void * RTTI_Particles__Intrinsics__OperationNameInput = (void *)0x0602A3D0; +const void * RTTI_Particles__Intrinsics__OrbitAroundPointParamSet = (void *)0x06029EE0; +const void * RTTI_Particles__Intrinsics__ParameterSetBase = (void *)0x0602B340; +const void * RTTI_Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet = (void *)0x0602A780; +const void * RTTI_Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet = (void *)0x0602A7D0; +const void * RTTI_Particles__Intrinsics__PointInCylinderParamSet = (void *)0x06028F60; +const void * RTTI_Particles__Intrinsics__PointInMeshParamSet = (void *)0x06029E98; +const void * RTTI_Particles__Intrinsics__PointOnAttachedSkeletonParamSet = (void *)0x06029F30; +const void * RTTI_Particles__Intrinsics__RandomVariableParamSet = (void *)0x06029800; +const void * RTTI_Particles__Intrinsics__RandomVectorOnShapeParamSet = (void *)0x06029E50; +const void * RTTI_Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet = (void *)0x060289E0; +const void * RTTI_Particles__Intrinsics__ShapeTypeInput = (void *)0x0602A498; +const void * RTTI_Particles__Intrinsics__SharedAsset = (void *)0x0602A398; +const void * RTTI_Particles__Intrinsics__SharedAssociatedUID = (void *)0x0602B288; +const void * RTTI_Particles__Intrinsics__SharedCollisionInfo = (void *)0x0602B2C8; +const void * RTTI_Particles__Intrinsics__SharedColorAlphaCurves = (void *)0x0602AF70; +const void * RTTI_Particles__Intrinsics__SharedColorCurve = (void *)0x0602AF28; +const void * RTTI_Particles__Intrinsics__SharedCurve = (void *)0x0602AEB0; +const void * RTTI_Particles__Intrinsics__SharedCustomParameter = (void *)0x0602B200; +const void * RTTI_Particles__Intrinsics__SharedFiniteRandomNumberGenerator = (void *)0x0602B0B0; +const void * RTTI_Particles__Intrinsics__SharedHeightmapData = (void *)0x0602B248; +const void * RTTI_Particles__Intrinsics__SharedLODCurves = (void *)0x0602AFB8; +const void * RTTI_Particles__Intrinsics__SharedMesh = (void *)0x0602AFF8; +const void * RTTI_Particles__Intrinsics__SharedNoiseGenerator = (void *)0x0602B070; +const void * RTTI_Particles__Intrinsics__SharedParticleSystemSpawnParameters = (void *)0x0602B160; +const void * RTTI_Particles__Intrinsics__SharedRGBColorCurve = (void *)0x0602AEE8; +const void * RTTI_Particles__Intrinsics__SharedRandomVariableDistributionValues = (void *)0x0602B100; +const void * RTTI_Particles__Intrinsics__SharedRuntimeInfo = (void *)0x0602AE70; +const void * RTTI_Particles__Intrinsics__SharedSkeletonData = (void *)0x0602B030; +const void * RTTI_Particles__Intrinsics__SharedUpdateForcesParameters = (void *)0x0602B1B0; +const void * RTTI_Particles__Intrinsics__SpawnParticleParamSet = (void *)0x060291F0; +const void * RTTI_Particles__Intrinsics__StringInput = (void *)0x0602B630; +const void * RTTI_Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet = (void *)0x0602AE10; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet = (void *)0x0602ADA0; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet = (void *)0x0602AD40; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet = (void *)0x0602AC70; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet = (void *)0x0602ABA0; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet = (void *)0x0602AB40; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet = (void *)0x0602AAE0; +const void * RTTI_Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet = (void *)0x0602ACD0; +const void * RTTI_Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet = (void *)0x0602AC00; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet = (void *)0x0602A920; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet = (void *)0x0602A8C0; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet = (void *)0x0602A980; +const void * RTTI_Particles__Intrinsics__TransformStretchVectorToWorldParamSet = (void *)0x06029140; +const void * RTTI_Particles__Intrinsics__TransformVelocityToWorldParamSet = (void *)0x060290F0; +const void * RTTI_Particles__Intrinsics__UIntDivisionParamSet = (void *)0x06028E10; +const void * RTTI_Particles__Intrinsics__UIntFloatParamSet = (void *)0x06028E90; +const void * RTTI_Particles__Intrinsics__UIntInput = (void *)0x0602B4D0; +const void * RTTI_Particles__Intrinsics__UIntMinMaxParamSet = (void *)0x06028E50; +const void * RTTI_Particles__Intrinsics__UIntUIntBoolParamSet = (void *)0x06028D00; +const void * RTTI_Particles__Intrinsics__UIntUIntParamSet = (void *)0x06028CB8; +const void * RTTI_Particles__Intrinsics__UIntUIntUIntParamSet = (void *)0x06028DD0; +const void * RTTI_Particles__Intrinsics__UpdateChildParticleBindingsParamSet = (void *)0x06029240; +const void * RTTI_Particles__Intrinsics__UpdateForcesParamSet = (void *)0x06030B70; +const void * RTTI_Particles__Intrinsics__VariableInput = (void *)0x0602B508; +const void * RTTI_Particles__Intrinsics__Vector2Input = (void *)0x0602B3F0; +const void * RTTI_Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet = (void *)0x06028730; +const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x06028780; +const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x060287E0; +const void * RTTI_Particles__Intrinsics__Vector3Input = (void *)0x0602B428; +const void * RTTI_Particles__Intrinsics__Vector3MatrixParamSet = (void *)0x06029410; +const void * RTTI_Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet = (void *)0x06028840; +const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x06028890; +const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x060288F0; +const void * RTTI_Particles__Intrinsics__VectorFloatParamSet = (void *)0x06029D68; +const void * RTTI_Particles__Intrinsics__VectorFloatVectorParamSet = (void *)0x06029DB0; +const void * RTTI_Particles__Intrinsics__VectorMinMaxParamSet = (void *)0x06028950; +const void * RTTI_Particles__Intrinsics__VectorScaleAddParamSet = (void *)0x06028A30; +const void * RTTI_Particles__Intrinsics__VectorVectorFloatParamSet = (void *)0x060286E0; +const void * RTTI_Particles__Intrinsics__VectorVectorParamSet = (void *)0x06029680; +const void * RTTI_Particles__Intrinsics__VectorVectorVectorParamSet = (void *)0x06029940; +const void * RTTI_Particles__Intrinsics__XMFLOAT4Input = (void *)0x0602B5F0; +const void * RTTI_Particles__ListFloatCurve = (void *)0x06022138; +const void * RTTI_Particles__ListParticleCollisionInfo = (void *)0x05E8EAD0; +const void * RTTI_Particles__MaterialDBDependency = (void *)0x0602A278; +const void * RTTI_Particles__MaterialProperties = (void *)0x06022050; +const void * RTTI_Particles__MeshDependency = (void *)0x0602A2F0; +const void * RTTI_Particles__ModelDBDependency = (void *)0x0602A240; +const void * RTTI_Particles__PSM__Commands__BaseParticleSystemRequest = (void *)0x0602B7A0; +const void * RTTI_Particles__PSM__Commands__RequestLoadResources = (void *)0x0602B7F0; +const void * RTTI_Particles__PSM__Commands__WaitForResourceLoad = (void *)0x0602B840; +const void * RTTI_Particles__ParticleEmitterEngine = (void *)0x0602DDA0; +const void * RTTI_Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding = (void *)0x0602DFF0; +const void * RTTI_Particles__ParticleNodeManager = (void *)0x06022E00; +const void * RTTI_Particles__ParticlePerformanceManager = (void *)0x0602BEB8; +const void * RTTI_Particles__ParticleSystemManagerImpl = (void *)0x0602B888; +const void * RTTI_Particles__ParticleSystemManagerImpl__PSBinding = (void *)0x0602BE70; +const void * RTTI_Particles__ParticleSystemStorage = (void *)0x060233B8; +const void * RTTI_Particles__PhysicsProperties = (void *)0x06022088; +const void * RTTI_Particles__PointInMeshDependency = (void *)0x0602A320; +const void * RTTI_Particles__ResourceDependency = (void *)0x0602A208; +const void * RTTI_Particles__SingleOperation = (void *)0x06029A20; +const void * RTTI_Particles__SystemBinding = (void *)0x06023C20; +const void * RTTI_Particles__SystemDefinition = (void *)0x0602A110; +const void * RTTI_Particles__TiledMaterialProperties = (void *)0x060220C0; +const void * RTTI_PassengerInteraction = (void *)0x05EA2A88; +const void * RTTI_PathFollowerAnimationMoveStart = (void *)0x06039B48; +const void * RTTI_PathFollowerAnimationMoveStop = (void *)0x06039B80; +const void * RTTI_PathFollowerStateFollowPathToParameter = (void *)0x06039A28; +const void * RTTI_PathFollowerStateKeepLastDirection = (void *)0x06039A68; +const void * RTTI_PathFollowerStatePerformAction = (void *)0x06039B10; +const void * RTTI_PathFollowerStatePlayIdle = (void *)0x060399C0; +const void * RTTI_PathFollowerStateShortcut = (void *)0x06039AA8; +const void * RTTI_PathFollowerStateTurnToAngle = (void *)0x060399F0; +const void * RTTI_PathFollowerStateWaitForAction = (void *)0x06039AD8; +const void * RTTI_PathManagerImpl = (void *)0x06031778; +const void * RTTI_PathManagerPositionPlayerAdapter = (void *)0x05F3A8A8; +const void * RTTI_PathSmootherRayCastUsePreferredTris = (void *)0x06038748; +const void * RTTI_PathSmootherRayCastUseTrianglePath = (void *)0x06038708; +const void * RTTI_Pathing = (void *)0x05E7E128; +const void * RTTI_PathingAnimations = (void *)0x05FE2478; +const void * RTTI_PathingAnimationsInstance = (void *)0x05FE2448; +const void * RTTI_PathingCell = (void *)0x05E7E540; +const void * RTTI_PathingCoverLocation = (void *)0x05E7E4E8; +const void * RTTI_PathingDoor = (void *)0x05E7E590; +const void * RTTI_PathingLockData = (void *)0x05E7E5B8; +const void * RTTI_PathingNumericIDDuplicationVisitor = (void *)0x05E7E608; +const void * RTTI_PathingRequest = (void *)0x05DD2A08; +const void * RTTI_PathingRequestClosePoint = (void *)0x05E7D288; +const void * RTTI_PathingRequestClosestGoal = (void *)0x05E7F050; +const void * RTTI_PathingRequestCover = (void *)0x05E7F080; +const void * RTTI_PathingRequestFlee = (void *)0x05E7F0B0; +const void * RTTI_PathingRequestFly = (void *)0x05E7F0E0; +const void * RTTI_PathingRequestFlyAction = (void *)0x05E7F108; +const void * RTTI_PathingRequestFlyHover = (void *)0x05E7F138; +const void * RTTI_PathingRequestFlyLand = (void *)0x05E7F168; +const void * RTTI_PathingRequestFlyOrbit = (void *)0x05E7F198; +const void * RTTI_PathingRequestFlyTakeOff = (void *)0x05E7F1C8; +const void * RTTI_PathingRequestHide = (void *)0x05E7F1F8; +const void * RTTI_PathingRequestLOS = (void *)0x05E7F228; +const void * RTTI_PathingRequestOpenSpace = (void *)0x05DD2A58; +const void * RTTI_PathingRequestRotate = (void *)0x05E7F250; +const void * RTTI_PathingRequestSafeStraightLine = (void *)0x05E7D250; +const void * RTTI_PathingRequestStopMoving = (void *)0x05E7F280; +const void * RTTI_PathingSpace = (void *)0x05E7E648; +const void * RTTI_PathingStreamLoadGame = (void *)0x05F54680; +const void * RTTI_PathingStreamMasterFileRead = (void *)0x05E13FB8; +const void * RTTI_PathingStreamSaveGame = (void *)0x05F54650; +const void * RTTI_PathingTraversalAction = (void *)0x05E144A8; +const void * RTTI_PathingTraversalActionActivate = (void *)0x05E14400; +const void * RTTI_PathingTraversalActionDoorway = (void *)0x05E14390; +const void * RTTI_PathingTraversalActionJump = (void *)0x05E14470; +const void * RTTI_PathingTraversalActionLadder = (void *)0x05E143C8; +const void * RTTI_PathingTraversalActionStandard = (void *)0x05E14438; +const void * RTTI_PathingTraversalData = (void *)0x05E14508; +const void * RTTI_PathingTraversalManager = (void *)0x05E15EE8; +const void * RTTI_PauseMenu = (void *)0x05F0B548; +const void * RTTI_PauseMenuConfirmationDataModel = (void *)0x05EC5188; +const void * RTTI_PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle = (void *)0x05EC5090; +const void * RTTI_PauseMenuListDataModel = (void *)0x05EC5058; +const void * RTTI_PauseMenuListDataModel__PauseMenuListEventShuttle = (void *)0x05EC4F60; +const void * RTTI_PauseMenuStateDataModel = (void *)0x05EC4D80; +const void * RTTI_PauseMenuStateDataModel__PauseMenuStateEventShuttle = (void *)0x05EC4DB0; +const void * RTTI_PauseMenu_ActionCanceled = (void *)0x05F0AFB0; +const void * RTTI_PauseMenu_ConfirmAction = (void *)0x05F0AFE0; +const void * RTTI_PauseMenu_ConfirmLoad = (void *)0x05F0AF50; +const void * RTTI_PauseMenu_ConfirmSave = (void *)0x05F0B608; +const void * RTTI_PauseMenu_DeleteSave = (void *)0x05F0AF20; +const void * RTTI_PauseMenu_QuitToDesktop = (void *)0x05F0B5D8; +const void * RTTI_PauseMenu_SetCharacter = (void *)0x05F0B638; +const void * RTTI_PauseMenu_StartAction = (void *)0x05F0B010; +const void * RTTI_PauseMenu_StartLoad = (void *)0x05F0AF80; +const void * RTTI_PauseMenu_UploadSave = (void *)0x05F0B5A8; +const void * RTTI_PeakValueModifierEffect = (void *)0x05D11168; +const void * RTTI_PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter = (void *)0x05FFAA30; +const void * RTTI_PenetrationUtils__hknpBSCommandStreamWriter = (void *)0x05FFF6F0; +const void * RTTI_PerformActivationHandler = (void *)0x05F6AFA0; +const void * RTTI_PerformOpFunc = (void *)0x0608A298; +const void * RTTI_PhotoGalleryMenu = (void *)0x05EAB040; +const void * RTTI_PhotoGalleryMenu__PhotoGalleryEventShuttle = (void *)0x05EAB000; +const void * RTTI_PhotoGallery_DeletePhoto = (void *)0x05EAB0B8; +const void * RTTI_PhotoModeCameraState = (void *)0x05E89438; +const void * RTTI_PhotoModeDataModel = (void *)0x05EC5E48; +const void * RTTI_PhotoModeDataModel__PhotoModeEventShuttle = (void *)0x05EC5F48; +const void * RTTI_PhotoModeDataModel__PhotoModeOverlayData__ImageData = (void *)0x05EC5F90; +const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__CategoryData = (void *)0x05EC6090; +const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__SettingData = (void *)0x05EC60E0; +const void * RTTI_PhotoModeEffectController = (void *)0x05E6CAC0; +const void * RTTI_PhotoModeMenu = (void *)0x05EF35B8; +const void * RTTI_PhotoMode_InitializeCategory = (void *)0x05EF3700; +const void * RTTI_PhotoMode_ResetToDefaults = (void *)0x05EF36D0; +const void * RTTI_PhotoMode_SliderChanged = (void *)0x05EF36A0; +const void * RTTI_PhotoMode_StepperChanged = (void *)0x05EF3670; +const void * RTTI_PhotoMode_TakeSnapshot = (void *)0x05EF3640; +const void * RTTI_PhotoMode_ToggleHelmet = (void *)0x05EF35E0; +const void * RTTI_PhotoMode_ToggleUI = (void *)0x05EF3610; +const void * RTTI_PhotoMode__PhotoModeCaptureExportNode = (void *)0x05EF25B8; +const void * RTTI_PhysicsContactListener = (void *)0x05FE2078; +const void * RTTI_PhysicsContactListenerInstance = (void *)0x05FE20A8; +const void * RTTI_PickNewIdleHandler = (void *)0x05F69EB8; +const void * RTTI_PickpocketInventoryModel = (void *)0x05EF4F28; +const void * RTTI_PickpocketItemData = (void *)0x05EF4F58; +const void * RTTI_PickpocketMenu = (void *)0x05EF3F38; +const void * RTTI_PickpocketMenu_OnItemSelect = (void *)0x05EF3F00; +const void * RTTI_PickpocketStateData = (void *)0x05EF4F88; +const void * RTTI_PipelineGenerationEventHandler = (void *)0x05F3D528; +const void * RTTI_PitchOverrideEndHandler = (void *)0x05F69950; +const void * RTTI_PitchOverrideStartHandler = (void *)0x05F69920; +const void * RTTI_PlanetSiteSelectEventHelper = (void *)0x05F3D8F8; +const void * RTTI_PlasmaProjectile = (void *)0x05E8EA20; +const void * RTTI_PlatformDataModel = (void *)0x060210F0; +const void * RTTI_PlayBinkMenu = (void *)0x05F0B938; +const void * RTTI_PlayBink_CloseMenu = (void *)0x05F0B960; +const void * RTTI_PlayerBedEnterHandler = (void *)0x05F6B120; +const void * RTTI_PlayerCamera = (void *)0x05FA4438; +const void * RTTI_PlayerCameraTransitionState = (void *)0x05FA3FE0; +const void * RTTI_PlayerChairEnterHandler = (void *)0x05F6B0C8; +const void * RTTI_PlayerCharacter = (void *)0x05F52118; +const void * RTTI_PlayerControls__AlternateAttackHandler = (void *)0x05EA2D40; +const void * RTTI_PlayerControls__AlternateFlightControlMode = (void *)0x05EA2BD0; +const void * RTTI_PlayerControls__AutoMoveHandler = (void *)0x05EA2B60; +const void * RTTI_PlayerControls__Base = (void *)0x05EA3FE8; +const void * RTTI_PlayerControls__DebugCameraHandler = (void *)0x05EA2B98; +const void * RTTI_PlayerControls__FlightControlMode = (void *)0x05EA2C90; +const void * RTTI_PlayerControls__FlightMovementHandler = (void *)0x05EA2C50; +const void * RTTI_PlayerControls__GrabRotationHandler = (void *)0x05EA2CC8; +const void * RTTI_PlayerControls__GravJumpHandler = (void *)0x05EA2D08; +const void * RTTI_PlayerControls__HeldStateHandler = (void *)0x05EA2AF0; +const void * RTTI_PlayerControls__JumpHandler = (void *)0x05EA3140; +const void * RTTI_PlayerControls__LookHandler = (void *)0x05EA3178; +const void * RTTI_PlayerControls__Manager = (void *)0x05EA4898; +const void * RTTI_PlayerControls__MonocleHandler = (void *)0x05EA31B0; +const void * RTTI_PlayerControls__MovementHandler = (void *)0x05EA31E8; +const void * RTTI_PlayerControls__NvidiaStreamlineInputHandler = (void *)0x05EA3220; +const void * RTTI_PlayerControls__PlayerCameraHandler = (void *)0x05EA3268; +const void * RTTI_PlayerControls__PlayerInputHandler = (void *)0x05EA2B28; +const void * RTTI_PlayerControls__RunHandler = (void *)0x05EA32A8; +const void * RTTI_PlayerControls__ShieldHandler = (void *)0x05EA32D8; +const void * RTTI_PlayerControls__ShipEquipmentHandler = (void *)0x05EA3310; +const void * RTTI_PlayerControls__SneakHandler = (void *)0x05EA3508; +const void * RTTI_PlayerControls__SprintHandler = (void *)0x05EA3948; +const void * RTTI_PlayerControls__StandardFlightControlMode = (void *)0x05EA2C10; +const void * RTTI_PlayerControls__StarbornPowerHandler = (void *)0x05EA47F8; +const void * RTTI_PlayerControls__TogglePOVHandler = (void *)0x05EA3980; +const void * RTTI_PlayerControls__ToggleRunHandler = (void *)0x05EA39B8; +const void * RTTI_PlayerControls__WeaponActionHandler = (void *)0x05EA39F0; +const void * RTTI_PlayerControls__WeaponAttackHandler = (void *)0x05EA3A30; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__NotTriggered = (void *)0x05D0FE00; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Triggered = (void *)0x05D100D0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic = (void *)0x05D10010; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst = (void *)0x05D0FF00; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd = (void *)0x05D10120; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous = (void *)0x05D0FF50; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage = (void *)0x05D0FFB0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease = (void *)0x05D10180; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage = (void *)0x05D10070; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle = (void *)0x05D0FE50; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease = (void *)0x05D0FEA0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Unequipped = (void *)0x05D0FDB0; +const void * RTTI_PlayerControls__WeaponBlockActionHandler = (void *)0x05EA4090; +const void * RTTI_PlayerControls__WeaponFocusHandler = (void *)0x05EA40D0; +const void * RTTI_PlayerControls__WeaponMeleeHandler = (void *)0x05EA4108; +const void * RTTI_PlayerControls__WeaponReadyHandler = (void *)0x05EA4140; +const void * RTTI_PlayerControls__WeaponReloadHandler = (void *)0x05EA4178; +const void * RTTI_PlayerControls__WeaponSightedActionHandler = (void *)0x05EA45A0; +const void * RTTI_PlayerControls__ZKeyHandler = (void *)0x05EA2AB8; +const void * RTTI_PlayerDataModel = (void *)0x05EC7D60; +const void * RTTI_PlayerDataModel__PlayerDataEventShuttle = (void *)0x05EC8280; +const void * RTTI_PlayerFastEquipSoundHandler = (void *)0x05F6A840; +const void * RTTI_PlayerFurnitureExitHandler = (void *)0x05F6B328; +const void * RTTI_PlayerInventoryDataModel = (void *)0x05EC94B0; +const void * RTTI_PlayerInventoryItem = (void *)0x05EC93A8; +const void * RTTI_PlayerRegionState = (void *)0x05F52858; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter = (void *)0x05F3A828; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor = (void *)0x05F3A7C0; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor = (void *)0x05F3A750; +const void * RTTI_PlayerSpaceUtils__EventSink = (void *)0x05F29260; +const void * RTTI_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler = (void *)0x05F29300; +const void * RTTI_PlayerSpaceUtils___unnamed_type_SpaceAsteroidsWorldStepListener_ = (void *)0x05DB1C50; +const void * RTTI_PlayerStatusDataModel = (void *)0x05EC9FD8; +const void * RTTI_PlayerStatusDataModel__PlayerStatusEventShuttle = (void *)0x05ECA010; +const void * RTTI_PlayerTraversalState = (void *)0x05F52280; +const void * RTTI_PoseDeformerData = (void *)0x05E3B848; +const void * RTTI_PoseDeformerInstance = (void *)0x05E3B9C0; +const void * RTTI_PostAttachActionsFunctor = (void *)0x0608A268; +const void * RTTI_PostBoneModifierControl = (void *)0x05FED558; +const void * RTTI_PostBoneModifierControlInstance = (void *)0x05FED5D0; +const void * RTTI_PostStepTask = (void *)0x05D07DC8; +const void * RTTI_PowerArmor__EventHandler = (void *)0x05DA7350; +const void * RTTI_PowerUtils__PowerUtilsReferenceEventSink = (void *)0x05DADFA8; +const void * RTTI_PowersMenu = (void *)0x05EAC3C8; +const void * RTTI_PowersMenu_ActivateEssence = (void *)0x05EAC1B8; +const void * RTTI_PowersMenu_EquipPower = (void *)0x05EAC220; +const void * RTTI_PowersMenu_FavoritePower = (void *)0x05EAC1F0; +const void * RTTI_PowersMenu__PowersMenuEventShuttle = (void *)0x05EAC4A8; +const void * RTTI_PreStepTask = (void *)0x05D07DA0; +const void * RTTI_Precipitation = (void *)0x05E6C210; +const void * RTTI_PrecipitationEffectController = (void *)0x05E6C238; +const void * RTTI_Preload__Manager = (void *)0x05EB1260; +const void * RTTI_Preload__PostProcessDependencyNode = (void *)0x05EB14C8; +const void * RTTI_PreparePartitionTreeBuffers = (void *)0x05D08138; +const void * RTTI_Probe__ReflectionProbeRenderOptions = (void *)0x0600B4B8; +const void * RTTI_ProcessListMovementInterface = (void *)0x05DABCB0; +const void * RTTI_ProcessLists = (void *)0x05F53968; +const void * RTTI_ProcessLists__GetActorsFilter = (void *)0x05F2F640; +const void * RTTI_Projectile = (void *)0x05E8EA48; +const void * RTTI_ProjectileLOSCollector = (void *)0x05F75740; +const void * RTTI_Projectile__Manager = (void *)0x05F6F2B8; +const void * RTTI_QuestDataModel = (void *)0x05ECAD48; +const void * RTTI_QuestDataModel__QuestGameEventShuttle = (void *)0x05ECAD70; +const void * RTTI_QuestPathingRequest = (void *)0x05E161A8; +const void * RTTI_QueuedCellAttachService = (void *)0x05E0BD38; +const void * RTTI_QueuedCharacter = (void *)0x05DFB570; +const void * RTTI_QueuedExplosionArt = (void *)0x05DFAF40; +const void * RTTI_QueuedFile = (void *)0x05DEEE88; +const void * RTTI_QueuedLocationLoadTask = (void *)0x05E517C8; +const void * RTTI_QueuedPlayer = (void *)0x05DFAF70; +const void * RTTI_QueuedPromoteLargeReferencesTask = (void *)0x05E50AF8; +const void * RTTI_QueuedPromoteQuestTask = (void *)0x05E6A400; +const void * RTTI_QueuedPromoteReferencesTask = (void *)0x05E09020; +const void * RTTI_QueuedReference = (void *)0x05DFB600; +const void * RTTI_QueuedReferenceCallbackNode = (void *)0x05DFB5C8; +const void * RTTI_QuickSaveLoadHandler = (void *)0x05FACA48; +const void * RTTI_REFREventCallbacks__IEventCallback = (void *)0x05E61A48; +const void * RTTI_REFREventCallbacks__IEventCallbackFactory = (void *)0x05DADF68; +const void * RTTI_RagdollAndGetUpHandler = (void *)0x05F69AC8; +const void * RTTI_RagdollFurnitureModifier = (void *)0x05E6B308; +const void * RTTI_RagdollGetUp = (void *)0x05FEED60; +const void * RTTI_RagdollGetUpInstance = (void *)0x05FEED88; +const void * RTTI_RagdollStartHandler = (void *)0x05F69BB8; +const void * RTTI_RallyEffect = (void *)0x05F24F28; +const void * RTTI_RandomAnimationNode = (void *)0x05FEF670; +const void * RTTI_RandomAnimationNodeInstance = (void *)0x05FEF638; +const void * RTTI_RangedAimAssistImpl = (void *)0x05E899D8; +const void * RTTI_ReanimateEffect = (void *)0x05F24AA8; +const void * RTTI_RecoilStopHandler = (void *)0x05F6B3B0; +const void * RTTI_ReevaluateGraphStateHandler = (void *)0x05F6AFD0; +const void * RTTI_RefAttachTechniqueInput = (void *)0x05F235C8; +const void * RTTI_ReferenceEffect = (void *)0x05F24748; +const void * RTTI_ReferenceEffectController = (void *)0x05DD65C0; +const void * RTTI_ReferenceEndAnimatedCameraHandler = (void *)0x05F6A500; +const void * RTTI_ReferenceRunActionHandler = (void *)0x05F6A6B8; +const void * RTTI_ReferenceStartAnimatedCameraHandler = (void *)0x05F6A4C0; +const void * RTTI_ReferenceStartImagespaceModifierHandler = (void *)0x05F6A410; +const void * RTTI_ReferenceStopImagespaceModifierHandler = (void *)0x05F6A678; +const void * RTTI_ReflectionProbeCellComponent = (void *)0x05DDB5E8; +const void * RTTI_RefrInteraction = (void *)0x05EA2A60; +const void * RTTI_Refuel_Accept = (void *)0x05EF9FE8; +const void * RTTI_Refuel_Cancel = (void *)0x05EF9FC0; +const void * RTTI_RegSettingCollection = (void *)0x05F26F40; +const void * RTTI_ReloadCompleteHandler = (void *)0x05F6ADC8; +const void * RTTI_ReloadStateChangeHandler = (void *)0x05F6AD98; +const void * RTTI_RemoveRagdollHandler = (void *)0x05F69B88; +const void * RTTI_ResearchDataModel = (void *)0x05ECBE58; +const void * RTTI_ResearchDataModel__ResearchDataEventShuttle = (void *)0x05ECBFD0; +const void * RTTI_ResearchMenu = (void *)0x05EF6768; +const void * RTTI_ResearchMenu_AddMaterial = (void *)0x05EF6868; +const void * RTTI_ResearchMenu_CategorySelected = (void *)0x05EF6908; +const void * RTTI_ResearchMenu_ExitMenu = (void *)0x05EF6838; +const void * RTTI_ResearchMenu_HideModel = (void *)0x05EF6808; +const void * RTTI_ResearchMenu_PreviewProject = (void *)0x05EF68D0; +const void * RTTI_ResearchMenu_ProjectViewed = (void *)0x05EF6898; +const void * RTTI_ResearchMenu_SetInspectControls = (void *)0x05EF67D0; +const void * RTTI_ResearchMenu_ToggleTrackingProject = (void *)0x05EF6790; +const void * RTTI_Research__Manager = (void *)0x05F29AD0; +const void * RTTI_Reset3DMobIterator = (void *)0x05E67EC8; +const void * RTTI_ResetFloraEffect = (void *)0x05F24848; +const void * RTTI_Reticle_OnLongAnimFinished = (void *)0x05F0D520; +const void * RTTI_RevertSelectedSpellFunctor = (void *)0x05F49C40; +const void * RTTI_RigMesh__BoneAttaches = (void *)0x05FF8048; +const void * RTTI_RigMesh__BoneTranslations = (void *)0x05FF8018; +const void * RTTI_RigSwitch = (void *)0x05FED5B0; +const void * RTTI_RigSwitchInstance = (void *)0x05FED630; +const void * RTTI_RightHandSpellCastHandler = (void *)0x05F6B560; +const void * RTTI_RightHandSpellFireHandler = (void *)0x05F6B408; +const void * RTTI_RollingBone = (void *)0x05FEECB0; +const void * RTTI_RollingBoneInstance = (void *)0x05FEECD8; +const void * RTTI_RootTwist = (void *)0x05FEF3A0; +const void * RTTI_RootTwistInstance = (void *)0x05FEF378; +const void * RTTI_RotationVariable = (void *)0x05FED608; +const void * RTTI_RotationVariableInstance = (void *)0x05FEE8A8; +const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentBase = (void *)0x05E0EBD0; +const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentStorage = (void *)0x05E0EB80; +const void * RTTI_SKClosestHitCollector = (void *)0x05E648E0; +const void * RTTI_SWFToCodeFunctionHandler = (void *)0x05DEE898; +const void * RTTI_SandManKillHandler = (void *)0x05F6AC20; +const void * RTTI_SaveBufferStorageWrapper = (void *)0x05F2E930; +const void * RTTI_SaveFileStorageWrapper = (void *)0x05F2E900; +const void * RTTI_SaveGameCollection = (void *)0x05F2AAA0; +const void * RTTI_SaveGameMagicCasterVisitor = (void *)0x05F49CB0; +const void * RTTI_SaveLoadMagicCasterVisitor = (void *)0x05F49CE8; +const void * RTTI_SaveLoadTester__Service = (void *)0x05F2DDB8; +const void * RTTI_SaveLoad__BlockingIONode = (void *)0x05E6A318; +const void * RTTI_SaveLoad__CleanupService__Impl = (void *)0x05EAF8A0; +const void * RTTI_SaveStorageWrapperBase = (void *)0x05F2E8D0; +const void * RTTI_ScalarAnimation = (void *)0x05FE11B8; +const void * RTTI_ScaleformFile__MemoryFile = (void *)0x06021178; +const void * RTTI_Scaleform__AcquireInterface = (void *)0x05F2EE80; +const void * RTTI_Scaleform__AmpMovieObjectDesc = (void *)0x05DB8B20; +const void * RTTI_Scaleform__BoolFormatter = (void *)0x05DB9800; +const void * RTTI_Scaleform__BufferedFile = (void *)0x05DBAEA0; +const void * RTTI_Scaleform__DefaultAcquireInterface = (void *)0x05F2EE18; +const void * RTTI_Scaleform__DelegatedFile = (void *)0x05DBAE70; +const void * RTTI_Scaleform__DoubleFormatter = (void *)0x05DB9890; +const void * RTTI_Scaleform__Event = (void *)0x05DB5338; +const void * RTTI_Scaleform__FILEFile = (void *)0x05DBD4A0; +const void * RTTI_Scaleform__FmtResource = (void *)0x05DB9770; +const void * RTTI_Scaleform__GFx__AS3Support = (void *)0x05DCC8C8; +const void * RTTI_Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider = (void *)0x05DC6E10; +const void * RTTI_Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider = (void *)0x05DC6E60; +const void * RTTI_Scaleform__GFx__AS3__ASRefCountCollector = (void *)0x05DBE6D8; +const void * RTTI_Scaleform__GFx__AS3__ASVM = (void *)0x05DBF228; +const void * RTTI_Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef = (void *)0x05DBF690; +const void * RTTI_Scaleform__GFx__AS3__AbcDataBuffer = (void *)0x05DCC8F8; +const void * RTTI_Scaleform__GFx__AS3__Abc__File = (void *)0x05DBE5E0; +const void * RTTI_Scaleform__GFx__AS3__ArrayBase = (void *)0x05DC2D20; +const void * RTTI_Scaleform__GFx__AS3__AvmBitmap = (void *)0x05DBEDB0; +const void * RTTI_Scaleform__GFx__AS3__AvmButton = (void *)0x05DBF760; +const void * RTTI_Scaleform__GFx__AS3__AvmDisplayObj = (void *)0x05DBEB80; +const void * RTTI_Scaleform__GFx__AS3__AvmInteractiveObj = (void *)0x05DBF1E8; +const void * RTTI_Scaleform__GFx__AS3__AvmLoader = (void *)0x05DBF798; +const void * RTTI_Scaleform__GFx__AS3__AvmMovieClip = (void *)0x05DBF4F0; +const void * RTTI_Scaleform__GFx__AS3__AvmSprite = (void *)0x05DBF4B8; +const void * RTTI_Scaleform__GFx__AS3__AvmStage = (void *)0x05DBF528; +const void * RTTI_Scaleform__GFx__AS3__AvmStaticText = (void *)0x05DBF808; +const void * RTTI_Scaleform__GFx__AS3__AvmTextField = (void *)0x05DBF840; +const void * RTTI_Scaleform__GFx__AS3__AvmTextField__CSSHolder = (void *)0x05DCC130; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctCalc = (void *)0x05DBEE20; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedName = (void *)0x05DBEE60; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue = (void *)0x05DBEEB0; +const void * RTTI_Scaleform__GFx__AS3__Class = (void *)0x05DBE3D0; +const void * RTTI_Scaleform__GFx__AS3__ClassCallConstruct = (void *)0x05DBFC28; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__ClassClass = (void *)0x05DBFD80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__Traits = (void *)0x05DBE4A8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__UserDefined = (void *)0x05DBFD40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError = (void *)0x05DC1400; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Array = (void *)0x05DC0940; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Boolean = (void *)0x05DC0800; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Catch = (void *)0x05DC0980; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Date = (void *)0x05DC1488; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError = (void *)0x05DC10F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Domain = (void *)0x05DC0A80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Error = (void *)0x05DC1068; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__EvalError = (void *)0x05DC1140; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Function = (void *)0x05DBFDC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Math = (void *)0x05DC1508; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Namespace = (void *)0x05DC0260; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Number = (void *)0x05DC0840; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Object = (void *)0x05DBFE00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__QName = (void *)0x05DC09C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RangeError = (void *)0x05DC1190; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError = (void *)0x05DC11E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RegExp = (void *)0x05DC0F98; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SecurityError = (void *)0x05DC1230; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__String = (void *)0x05DC0900; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError = (void *)0x05DC1280; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__TypeError = (void *)0x05DC12D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__URIError = (void *)0x05DC1320; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError = (void *)0x05DC13B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__VerifyError = (void *)0x05DC1360; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XML = (void *)0x05DC0A00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XMLList = (void *)0x05DC0A40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__int_ = (void *)0x05DC0880; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__uint = (void *)0x05DC08C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__void_ = (void *)0x05DC0AC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility = (void *)0x05DCB1A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation = (void *)0x05DCB2B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties = (void *)0x05DCB3F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText = (void *)0x05DCB0E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection = (void *)0x05DCB140; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie = (void *)0x05DC6A30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion = (void *)0x05DC6520; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap = (void *)0x05DC6BC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData = (void *)0x05DC6B20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel = (void *)0x05DC6EB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode = (void *)0x05DC6D70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle = (void *)0x05DC6F60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject = (void *)0x05DC67B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer = (void *)0x05DC7000; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel = (void *)0x05DC7390; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType = (void *)0x05DC7430; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics = (void *)0x05DC7520; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill = (void *)0x05DC7700; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill = (void *)0x05DC7810; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill = (void *)0x05DC7920; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath = (void *)0x05DC7A30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand = (void *)0x05DC7CE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding = (void *)0x05DC7D90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill = (void *)0x05DC7B20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke = (void *)0x05DC7C30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable = (void *)0x05DC6D20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData = (void *)0x05DC75C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill = (void *)0x05DC7610; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath = (void *)0x05DC7660; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject = (void *)0x05DC6C60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod = (void *)0x05DC7E40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle = (void *)0x05DC7EF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode = (void *)0x05DC7F90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Loader = (void *)0x05DC70C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo = (void *)0x05DC7250; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape = (void *)0x05DC8080; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip = (void *)0x05DC8260; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping = (void *)0x05DC83A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion = (void *)0x05DC88B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Scene = (void *)0x05DC8300; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shader = (void *)0x05DC89A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData = (void *)0x05DC8950; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput = (void *)0x05DC8BE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob = (void *)0x05DC8B90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter = (void *)0x05DC89F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType = (void *)0x05DC8A40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision = (void *)0x05DC8AF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shape = (void *)0x05DC8440; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton = (void *)0x05DC84E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod = (void *)0x05DC8580; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite = (void *)0x05DC8120; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Stage = (void *)0x05DC7160; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign = (void *)0x05DC8620; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState = (void *)0x05DC86C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality = (void *)0x05DC8770; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode = (void *)0x05DC8810; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError = (void *)0x05DC9460; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError = (void *)0x05DC9410; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError = (void *)0x05DC9360; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError = (void *)0x05DC93C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError = (void *)0x05DC94B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError = (void *)0x05DC9500; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError = (void *)0x05DC9560; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent = (void *)0x05DC4220; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent = (void *)0x05DC4B30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent = (void *)0x05DC6270; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent = (void *)0x05DC4C20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent = (void *)0x05DC4D20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent = (void *)0x05DC4DC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent = (void *)0x05DC4930; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__Event = (void *)0x05DC40F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher = (void *)0x05DC1C10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase = (void *)0x05DC5C20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent = (void *)0x05DC5600; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent = (void *)0x05DC5CC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent = (void *)0x05DC59C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent = (void *)0x05DC5040; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase = (void *)0x05DC61D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent = (void *)0x05DC5D60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher = (void *)0x05DC5AC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent = (void *)0x05DC5E50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent = (void *)0x05DC56F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent = (void *)0x05DC5420; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent = (void *)0x05DC4E60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent = (void *)0x05DC57E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent = (void *)0x05DC5300; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent = (void *)0x05DC5510; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent = (void *)0x05DC5F40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation = (void *)0x05DC6480; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent = (void *)0x05DC6370; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent = (void *)0x05DC58D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent = (void *)0x05DC5FF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent = (void *)0x05DC4840; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent = (void *)0x05DC60E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent = (void *)0x05DC4F50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent = (void *)0x05DC5190; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent = (void *)0x05DC4A20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents = (void *)0x05DC5B60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface = (void *)0x05DCCAB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter = (void *)0x05DC9FB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter = (void *)0x05DC9EC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality = (void *)0x05DCA050; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType = (void *)0x05DCA100; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter = (void *)0x05DCA1F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter = (void *)0x05DCA2E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter = (void *)0x05DCA3A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter = (void *)0x05DCA460; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode = (void *)0x05DCA520; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter = (void *)0x05DCA630; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter = (void *)0x05DCA730; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter = (void *)0x05DCA830; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter = (void *)0x05DCA940; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter = (void *)0x05DCAA00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform = (void *)0x05DC9610; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix = (void *)0x05DC9A10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D = (void *)0x05DC9840; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection = (void *)0x05DC9BE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Point = (void *)0x05DC9AB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle = (void *)0x05DC9CA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform = (void *)0x05DC9D40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D = (void *)0x05DC9DE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D = (void *)0x05DC9700; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx = (void *)0x05DCD700; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions = (void *)0x05DCD570; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx = (void *)0x05DCDCF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager = (void *)0x05DCD4D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad = (void *)0x05DCDB10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent = (void *)0x05DCDBA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle = (void *)0x05DCE060; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx = (void *)0x05DCDF20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx = (void *)0x05DCE120; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx = (void *)0x05DCD7A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx = (void *)0x05DCDA70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent = (void *)0x05DCD610; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx = (void *)0x05DCD930; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx = (void *)0x05DCD3A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx = (void *)0x05DCDDE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx = (void *)0x05DCD840; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Camera = (void *)0x05DCAA50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info = (void *)0x05DCAB30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone = (void *)0x05DCAC20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Sound = (void *)0x05DCAEF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel = (void *)0x05DCADB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext = (void *)0x05DCAF90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer = (void *)0x05DCB040; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform = (void *)0x05DCACC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter = (void *)0x05DC1A80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference = (void *)0x05DC1BC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList = (void *)0x05DC1E10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput = (void *)0x05DC1E60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter = (void *)0x05DC1EC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection = (void *)0x05DC1F20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection = (void *)0x05DC1FC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding = (void *)0x05DC2060; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Responder = (void *)0x05DC2100; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject = (void *)0x05DC21A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus = (void *)0x05DC2320; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Socket = (void *)0x05DC23D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader = (void *)0x05DC2510; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat = (void *)0x05DC26A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest = (void *)0x05DC1D10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader = (void *)0x05DC2790; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod = (void *)0x05DC2830; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream = (void *)0x05DC28D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables = (void *)0x05DC2600; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket = (void *)0x05DC2920; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer = (void *)0x05DCCBB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain = (void *)0x05DC8C30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities = (void *)0x05DC8D80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IME = (void *)0x05DC8E20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode = (void *)0x05DC8EB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext = (void *)0x05DC90E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Security = (void *)0x05DC9180; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain = (void *)0x05DC8FA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel = (void *)0x05DC9220; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__System = (void *)0x05DC92C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType = (void *)0x05DCB4B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings = (void *)0x05DCB5A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__Font = (void *)0x05DCB680; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle = (void *)0x05DCB850; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontType = (void *)0x05DCB8F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType = (void *)0x05DCB990; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText = (void *)0x05DCBAD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet = (void *)0x05DCBC90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType = (void *)0x05DCBDD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode = (void *)0x05DCBE70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextField = (void *)0x05DCBFA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize = (void *)0x05DCC170; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType = (void *)0x05DCC210; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat = (void *)0x05DCBD30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign = (void *)0x05DCC2B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics = (void *)0x05DCC090; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer = (void *)0x05DCC350; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot = (void *)0x05DCC440; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu = (void *)0x05DCCF70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x05DCCCF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems = (void *)0x05DCCE10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem = (void *)0x05DCCED0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation = (void *)0x05DCD0A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard = (void *)0x05DCD010; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse = (void *)0x05DCD140; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor = (void *)0x05DCD1C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch = (void *)0x05DCD260; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode = (void *)0x05DCD300; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray = (void *)0x05DC3B10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary = (void *)0x05DC3CA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian = (void *)0x05DC3D90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput = (void *)0x05DC3E20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput = (void *)0x05DC3E70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable = (void *)0x05DC3CF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy = (void *)0x05DC3F10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer = (void *)0x05DC4000; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector = (void *)0x05DC2970; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String = (void *)0x05DC2C80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double = (void *)0x05DC2C30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int = (void *)0x05DC2B90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object = (void *)0x05DC2CD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint = (void *)0x05DC2BE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument = (void *)0x05DCE2F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode = (void *)0x05DCE200; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType = (void *)0x05DCE390; +const void * RTTI_Scaleform__GFx__AS3__Classes__ClassClass = (void *)0x05DBFC68; +const void * RTTI_Scaleform__GFx__AS3__Classes__UDBase = (void *)0x05DBE938; +const void * RTTI_Scaleform__GFx__AS3__Classes__UserDefined = (void *)0x05DBFCA8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Array = (void *)0x05DC05D8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Boolean = (void *)0x05DC04A8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Catch = (void *)0x05DC0618; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Date = (void *)0x05DC0698; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Domain = (void *)0x05DC1A08; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Error = (void *)0x05DC0658; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Function = (void *)0x05DBFFB8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Math = (void *)0x05DC06D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Namespace = (void *)0x05DC02F8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Number = (void *)0x05DC04E8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Object = (void *)0x05DBFE88; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__QName = (void *)0x05DC0748; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__RegExp = (void *)0x05DC0708; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__String = (void *)0x05DC0598; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XML = (void *)0x05DC0788; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XMLList = (void *)0x05DC07C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__int_ = (void *)0x05DC0528; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__uint = (void *)0x05DC0560; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility = (void *)0x05DCB200; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion = (void *)0x05DC6580; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel = (void *)0x05DC6F10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BlendMode = (void *)0x05DC6DC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__CapsStyle = (void *)0x05DC6FB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GradientType = (void *)0x05DC7480; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand = (void *)0x05DC7D40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding = (void *)0x05DC7DF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod = (void *)0x05DC7EA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__JointStyle = (void *)0x05DC7F40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode = (void *)0x05DC7FE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo = (void *)0x05DC72F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping = (void *)0x05DC83F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SWFVersion = (void *)0x05DC8900; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType = (void *)0x05DC8AA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision = (void *)0x05DC8B40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod = (void *)0x05DC85D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__Stage = (void *)0x05DC7200; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageAlign = (void *)0x05DC8670; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState = (void *)0x05DC8720; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageQuality = (void *)0x05DC87C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode = (void *)0x05DC8860; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent = (void *)0x05DC42E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent = (void *)0x05DC4B80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent = (void *)0x05DC6320; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent = (void *)0x05DC4CD0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent = (void *)0x05DC4D70; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__DataEvent = (void *)0x05DC4E10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent = (void *)0x05DC49D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__Event = (void *)0x05DC4190; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher = (void *)0x05DC4330; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventPhase = (void *)0x05DC5C70; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FocusEvent = (void *)0x05DC56A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent = (void *)0x05DC5D10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent = (void *)0x05DC5A70; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GestureEvent = (void *)0x05DC50E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GesturePhase = (void *)0x05DC6220; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent = (void *)0x05DC5DB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IMEEvent = (void *)0x05DC5EF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent = (void *)0x05DC5790; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent = (void *)0x05DC54C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__MouseEvent = (void *)0x05DC4F00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent = (void *)0x05DC5880; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent = (void *)0x05DC53C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent = (void *)0x05DC55B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent = (void *)0x05DC5FA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientation = (void *)0x05DC64D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent = (void *)0x05DC6430; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StatusEvent = (void *)0x05DC5970; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SyncEvent = (void *)0x05DC6040; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TextEvent = (void *)0x05DC48E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TimerEvent = (void *)0x05DC6180; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TouchEvent = (void *)0x05DC4FF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent = (void *)0x05DC5250; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent = (void *)0x05DC4AE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface = (void *)0x05DCCB10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality = (void *)0x05DCA0B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType = (void *)0x05DCA150; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode = (void *)0x05DCA580; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Point = (void *)0x05DC9B48; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Utils3D = (void *)0x05DC9E30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Vector3D = (void *)0x05DC97A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx = (void *)0x05DCD750; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__Extensions = (void *)0x05DCD5C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager = (void *)0x05DCD520; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePad = (void *)0x05DCDB58; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent = (void *)0x05DCDC50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx = (void *)0x05DCDFC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx = (void *)0x05DCE168; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx = (void *)0x05DCD7F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent = (void *)0x05DCD6B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx = (void *)0x05DCD9D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx = (void *)0x05DCD3F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx = (void *)0x05DCDE80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx = (void *)0x05DCD890; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Camera = (void *)0x05DCAAA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Microphone = (void *)0x05DCAC70; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__SoundMixer = (void *)0x05DCB090; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding = (void *)0x05DC20B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObject = (void *)0x05DC2240; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus = (void *)0x05DC2380; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat = (void *)0x05DC26F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod = (void *)0x05DC2880; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer = (void *)0x05DCCC50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain = (void *)0x05DC8D30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Capabilities = (void *)0x05DC8DD0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IME = (void *)0x05DC8E68; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode = (void *)0x05DC8F00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Security = (void *)0x05DC91D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain = (void *)0x05DC9040; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel = (void *)0x05DC9270; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__System = (void *)0x05DC9310; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType = (void *)0x05DCB500; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__Font = (void *)0x05DCB718; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontStyle = (void *)0x05DCB8A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontType = (void *)0x05DCB940; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__GridFitType = (void *)0x05DCB9E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextColorType = (void *)0x05DCBE20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode = (void *)0x05DCBEC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextField = (void *)0x05DCC040; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize = (void *)0x05DCC1C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldType = (void *)0x05DCC260; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign = (void *)0x05DCC300; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextRenderer = (void *)0x05DCC3A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation = (void *)0x05DCD0F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Keyboard = (void *)0x05DCD058; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Mouse = (void *)0x05DCD180; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor = (void *)0x05DCD210; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Multitouch = (void *)0x05DCD2B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode = (void *)0x05DCD350; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__ByteArray = (void *)0x05DC3BB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__Endian = (void *)0x05DC3DE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector = (void *)0x05DC29B8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_String = (void *)0x05DC2AF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_double = (void *)0x05DC2AA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_int = (void *)0x05DC2A00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_object = (void *)0x05DC2B40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint = (void *)0x05DC2A50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType = (void *)0x05DCE3E0; +const void * RTTI_Scaleform__GFx__AS3__DoAbc = (void *)0x05DCCA78; +const void * RTTI_Scaleform__GFx__AS3__FlashUI = (void *)0x05DBEB18; +const void * RTTI_Scaleform__GFx__AS3__FrameCounter = (void *)0x05DBF7D0; +const void * RTTI_Scaleform__GFx__AS3__GASRefCountBase = (void *)0x05DBE310; +const void * RTTI_Scaleform__GFx__AS3__IMEManager = (void *)0x05DCE798; +const void * RTTI_Scaleform__GFx__AS3__Impl__ArrayFunc = (void *)0x05DBEDE8; +const void * RTTI_Scaleform__GFx__AS3__Impl__Value2NumberCollector = (void *)0x05DC0D60; +const void * RTTI_Scaleform__GFx__AS3__Impl__Value2StrCollector = (void *)0x05DC0D20; +const void * RTTI_Scaleform__GFx__AS3__Impl__ValuePtrCollector = (void *)0x05DC0CE0; +const void * RTTI_Scaleform__GFx__AS3__Instance = (void *)0x05DBE8C8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Activation = (void *)0x05DC0210; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Anonimous = (void *)0x05DBEA40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__CTraits = (void *)0x05DBE970; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__ClassClass = (void *)0x05DC0460; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Interface = (void *)0x05DBFED0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Prototype = (void *)0x05DBE9F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__RTraits = (void *)0x05DBE9B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Traits = (void *)0x05DBE698; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__UserDefined = (void *)0x05DBFB10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Array = (void *)0x05DC0CA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Boolean = (void *)0x05DC0EC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Catch = (void *)0x05DC0BC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Date = (void *)0x05DC14C8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Domain = (void *)0x05DC19C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Error = (void *)0x05DC10B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Function = (void *)0x05DBFF20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject = (void *)0x05DC0C00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript = (void *)0x05DC0C50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd = (void *)0x05DC0170; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Namespace = (void *)0x05DC02B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Number = (void *)0x05DC0DF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Object = (void *)0x05DBFE40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__QName = (void *)0x05DC0B80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__RegExp = (void *)0x05DC0FE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__String = (void *)0x05DC0F10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Thunk = (void *)0x05DC0130; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction = (void *)0x05DBFF70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd = (void *)0x05DC01C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XML = (void *)0x05DC1548; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XMLList = (void *)0x05DC1730; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__int_ = (void *)0x05DC0E38; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__uint = (void *)0x05DC0E78; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation = (void *)0x05DCB320; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties = (void *)0x05DCB450; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie = (void *)0x05DC6A80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap = (void *)0x05DC6C10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData = (void *)0x05DC6B70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject = (void *)0x05DC6800; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer = (void *)0x05DC7060; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel = (void *)0x05DC73E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics = (void *)0x05DC7570; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill = (void *)0x05DC7760; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill = (void *)0x05DC7860; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill = (void *)0x05DC7980; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath = (void *)0x05DC7A80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill = (void *)0x05DC7B80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke = (void *)0x05DC7C80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject = (void *)0x05DC6CC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader = (void *)0x05DC7110; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo = (void *)0x05DC72A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape = (void *)0x05DC80D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip = (void *)0x05DC82B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene = (void *)0x05DC8350; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape = (void *)0x05DC8490; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton = (void *)0x05DC8530; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite = (void *)0x05DC8170; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage = (void *)0x05DC71B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent = (void *)0x05DC4280; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent = (void *)0x05DC62C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent = (void *)0x05DC4C70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent = (void *)0x05DC4980; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__Event = (void *)0x05DC4140; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher = (void *)0x05DC1CB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent = (void *)0x05DC5650; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent = (void *)0x05DC5A10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent = (void *)0x05DC5090; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent = (void *)0x05DC5EA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent = (void *)0x05DC5740; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent = (void *)0x05DC5470; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent = (void *)0x05DC4EB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent = (void *)0x05DC5830; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent = (void *)0x05DC5360; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent = (void *)0x05DC5560; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent = (void *)0x05DC63D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent = (void *)0x05DC5920; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent = (void *)0x05DC4890; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent = (void *)0x05DC6130; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent = (void *)0x05DC4FA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent = (void *)0x05DC51F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent = (void *)0x05DC4A80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents = (void *)0x05DC5BC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter = (void *)0x05DCA000; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter = (void *)0x05DC9F10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter = (void *)0x05DCA240; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter = (void *)0x05DCA340; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter = (void *)0x05DCA4C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter = (void *)0x05DCA680; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter = (void *)0x05DCA780; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter = (void *)0x05DCA890; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter = (void *)0x05DCA9A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform = (void *)0x05DC9660; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix = (void *)0x05DC9A60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D = (void *)0x05DC9890; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection = (void *)0x05DC9C40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point = (void *)0x05DC9B00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle = (void *)0x05DC9CF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform = (void *)0x05DC9D90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D = (void *)0x05DC9750; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx = (void *)0x05DCDD40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent = (void *)0x05DCDBF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle = (void *)0x05DCE0C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx = (void *)0x05DCDF70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx = (void *)0x05DCDAC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent = (void *)0x05DCD660; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx = (void *)0x05DCD980; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx = (void *)0x05DCDE30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info = (void *)0x05DCAB80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound = (void *)0x05DCAF40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel = (void *)0x05DCAE00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext = (void *)0x05DCAFE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform = (void *)0x05DCAD10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference = (void *)0x05DC1C60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection = (void *)0x05DC2010; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject = (void *)0x05DC21F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket = (void *)0x05DC2420; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader = (void *)0x05DC2560; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest = (void *)0x05DC1D60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader = (void *)0x05DC27E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables = (void *)0x05DC2650; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer = (void *)0x05DCCC00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain = (void *)0x05DC8CD0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext = (void *)0x05DC9130; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain = (void *)0x05DC8FF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings = (void *)0x05DCB5F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__Font = (void *)0x05DCB6D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText = (void *)0x05DCBB20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet = (void *)0x05DCBCE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField = (void *)0x05DCBFF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat = (void *)0x05DCBD80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics = (void *)0x05DCC0E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot = (void *)0x05DCC490; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu = (void *)0x05DCCFC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x05DCCD50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems = (void *)0x05DCCE70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray = (void *)0x05DC3B60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary = (void *)0x05DC3AC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy = (void *)0x05DC3F60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer = (void *)0x05DC4050; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String = (void *)0x05DC3870; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double = (void *)0x05DC3650; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int = (void *)0x05DC3210; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object = (void *)0x05DC3910; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint = (void *)0x05DC3430; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument = (void *)0x05DCE340; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode = (void *)0x05DCE250; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Array = (void *)0x05DBFB58; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGet = (void *)0x05DC18F8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGetFirst = (void *)0x05DC1820; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Catch = (void *)0x05DC0DA8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__CheckTypeTF = (void *)0x05DC00E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGet = (void *)0x05DC18B8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGetFirst = (void *)0x05DC1870; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Date = (void *)0x05DC1448; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Domain = (void *)0x05DC1978; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__EmptyCallBack = (void *)0x05DC17D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Error = (void *)0x05DC1028; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Function = (void *)0x05DC0048; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionAOT = (void *)0x05DC0000; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionBase = (void *)0x05DBEA90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObject = (void *)0x05DBFA80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP = (void *)0x05DBFBE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript = (void *)0x05DBFCF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ListGet = (void *)0x05DC1938; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Namespace = (void *)0x05DBFAC8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Object = (void *)0x05DBEAD8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__QName = (void *)0x05DC0B40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__RegExp = (void *)0x05DC0F58; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ThunkFunction = (void *)0x05DC0090; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XML = (void *)0x05DC0B00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLAttr = (void *)0x05DC1610; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLComment = (void *)0x05DC16A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement = (void *)0x05DC1590; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack = (void *)0x05DC16E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList = (void *)0x05DBFB98; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack = (void *)0x05DC1780; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLProcInstr = (void *)0x05DC1650; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLText = (void *)0x05DC15D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation = (void *)0x05DCB250; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties = (void *)0x05DCB390; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie = (void *)0x05DC69E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Bitmap = (void *)0x05DC68A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__BitmapData = (void *)0x05DC6AD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObject = (void *)0x05DC6610; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer = (void *)0x05DC66B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__FrameLabel = (void *)0x05DC7340; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Graphics = (void *)0x05DC74D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill = (void *)0x05DC76B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill = (void *)0x05DC77C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill = (void *)0x05DC78C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath = (void *)0x05DC79E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill = (void *)0x05DC7AD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke = (void *)0x05DC7BE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject = (void *)0x05DC6710; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Loader = (void *)0x05DC6850; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo = (void *)0x05DC6660; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MorphShape = (void *)0x05DC8030; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MovieClip = (void *)0x05DC81C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Scene = (void *)0x05DC8210; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Shape = (void *)0x05DC68F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__SimpleButton = (void *)0x05DC6940; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Sprite = (void *)0x05DC6990; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Stage = (void *)0x05DC6760; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent = (void *)0x05DC41D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent = (void *)0x05DC4650; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent = (void *)0x05DC4BD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent = (void *)0x05DC45B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__Event = (void *)0x05DC40A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher = (void *)0x05DC1B20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__FocusEvent = (void *)0x05DC4420; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent = (void *)0x05DC47A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GestureEvent = (void *)0x05DC44C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IMEEvent = (void *)0x05DC5E00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent = (void *)0x05DC4560; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent = (void *)0x05DC43D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__MouseEvent = (void *)0x05DC4380; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent = (void *)0x05DC4700; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent = (void *)0x05DC52A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent = (void *)0x05DC4510; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent = (void *)0x05DC46A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StatusEvent = (void *)0x05DC4750; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TextEvent = (void *)0x05DC4600; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TimerEvent = (void *)0x05DC6090; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TouchEvent = (void *)0x05DC4470; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent = (void *)0x05DC5130; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent = (void *)0x05DC47F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents = (void *)0x05DC5B10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter = (void *)0x05DC9F60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter = (void *)0x05DC9E70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter = (void *)0x05DCA1A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter = (void *)0x05DCA290; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter = (void *)0x05DCA400; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter = (void *)0x05DCA5E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter = (void *)0x05DCA6E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter = (void *)0x05DCA7D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter = (void *)0x05DCA8F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform = (void *)0x05DC95C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix = (void *)0x05DC99C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D = (void *)0x05DC97F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection = (void *)0x05DC9B90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Point = (void *)0x05DC9980; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Rectangle = (void *)0x05DC98E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Transform = (void *)0x05DC9930; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Vector3D = (void *)0x05DC96B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx = (void *)0x05DCDCA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent = (void *)0x05DCD480; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle = (void *)0x05DCE010; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx = (void *)0x05DCDED0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx = (void *)0x05DCDA20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent = (void *)0x05DCD430; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx = (void *)0x05DCD8E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx = (void *)0x05DCDD90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__ID3Info = (void *)0x05DCAAE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__Sound = (void *)0x05DCAE50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundChannel = (void *)0x05DCAD60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext = (void *)0x05DCAEA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundTransform = (void *)0x05DCABD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__FileReference = (void *)0x05DC1AD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__NetConnection = (void *)0x05DC1F70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SharedObject = (void *)0x05DC2150; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__Socket = (void *)0x05DC22E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketReader = (void *)0x05DC24C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketWriter = (void *)0x05DC2470; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLLoader = (void *)0x05DC2290; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequest = (void *)0x05DC1B70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader = (void *)0x05DC2740; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLVariables = (void *)0x05DC25B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer = (void *)0x05DCCB60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain = (void *)0x05DC8C80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__LoaderContext = (void *)0x05DC9090; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain = (void *)0x05DC8F50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__CSMSettings = (void *)0x05DCB550; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__Font = (void *)0x05DCB640; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StaticText = (void *)0x05DCBA80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StyleSheet = (void *)0x05DCBBF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextField = (void *)0x05DCB760; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextFormat = (void *)0x05DCBC40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics = (void *)0x05DCBF50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot = (void *)0x05DCC3F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu = (void *)0x05DCCF20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems = (void *)0x05DCCCA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems = (void *)0x05DCCDB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAReader = (void *)0x05DC3C50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc = (void *)0x05DC3D40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAWriter = (void *)0x05DC3C00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__ByteArray = (void *)0x05DC3A20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Dictionary = (void *)0x05DC3A70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Proxy = (void *)0x05DC3EC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Timer = (void *)0x05DC3FB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_String = (void *)0x05DC3820; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_double = (void *)0x05DC3600; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_int = (void *)0x05DC31C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_object = (void *)0x05DC38C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint = (void *)0x05DC33E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument = (void *)0x05DCE2A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLNode = (void *)0x05DCE1B0; +const void * RTTI_Scaleform__GFx__AS3__IntervalTimer = (void *)0x05DBF8B8; +const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntry = (void *)0x05DBF600; +const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie = (void *)0x05DBF640; +const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl = (void *)0x05DCC9E8; +const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit = (void *)0x05DCCA30; +const void * RTTI_Scaleform__GFx__AS3__MovieDefRootNode = (void *)0x05DBF6D8; +const void * RTTI_Scaleform__GFx__AS3__MovieRoot = (void *)0x05DBEC60; +const void * RTTI_Scaleform__GFx__AS3__MovieRoot__StickyVarNode = (void *)0x05DBF720; +const void * RTTI_Scaleform__GFx__AS3__NamespaceInstanceFactory = (void *)0x05DC0340; +const void * RTTI_Scaleform__GFx__AS3__NamespaceSet = (void *)0x05DBE890; +const void * RTTI_Scaleform__GFx__AS3__NotifyLoadInitCandidateList = (void *)0x05DCE7D0; +const void * RTTI_Scaleform__GFx__AS3__NullObject = (void *)0x05DC1A48; +const void * RTTI_Scaleform__GFx__AS3__Object = (void *)0x05DBE2E0; +const void * RTTI_Scaleform__GFx__AS3__SerializeArrDense = (void *)0x05DBEF38; +const void * RTTI_Scaleform__GFx__AS3__SerializeArrSparse = (void *)0x05DBEEF8; +const void * RTTI_Scaleform__GFx__AS3__ShapeObject = (void *)0x05DBF258; +const void * RTTI_Scaleform__GFx__AS3__Slots__SlotFunct = (void *)0x05DBE900; +const void * RTTI_Scaleform__GFx__AS3__SocketBuffer = (void *)0x05DBF8F0; +const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr = (void *)0x05DBF560; +const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo = (void *)0x05DBF930; +const void * RTTI_Scaleform__GFx__AS3__Stage = (void *)0x05DBEC30; +const void * RTTI_Scaleform__GFx__AS3__TextSnapshotGlyphVisitor = (void *)0x05DCC4E0; +const void * RTTI_Scaleform__GFx__AS3__Tracer = (void *)0x05DBE5B0; +const void * RTTI_Scaleform__GFx__AS3__Traits = (void *)0x05DBE4E8; +const void * RTTI_Scaleform__GFx__AS3__UserDefinedFunction = (void *)0x05DBF878; +const void * RTTI_Scaleform__GFx__AS3__VM = (void *)0x05DBE400; +const void * RTTI_Scaleform__GFx__AS3__VMAbcFile = (void *)0x05DBE548; +const void * RTTI_Scaleform__GFx__AS3__VMAppDomain = (void *)0x05DBE470; +const void * RTTI_Scaleform__GFx__AS3__VMFile = (void *)0x05DBE580; +const void * RTTI_Scaleform__GFx__AS3__XMLSupport = (void *)0x05DBEB48; +const void * RTTI_Scaleform__GFx__AS3__XMLSupportImpl = (void *)0x05DBED78; +const void * RTTI_Scaleform__GFx__ASIMEManager = (void *)0x05DCE5E8; +const void * RTTI_Scaleform__GFx__ASIMEManager__IMEFuncHandler = (void *)0x05DB9700; +const void * RTTI_Scaleform__GFx__ASIntervalTimerIntf = (void *)0x05DBF2D8; +const void * RTTI_Scaleform__GFx__ASMovieRootBase = (void *)0x05DBEC98; +const void * RTTI_Scaleform__GFx__ASStringManager = (void *)0x05DB5958; +const void * RTTI_Scaleform__GFx__AvmDisplayObjBase = (void *)0x05DBEBF8; +const void * RTTI_Scaleform__GFx__Button = (void *)0x05DCC528; +const void * RTTI_Scaleform__GFx__ButtonDef = (void *)0x05DBB658; +const void * RTTI_Scaleform__GFx__Clipboard = (void *)0x05DBABB0; +const void * RTTI_Scaleform__GFx__ConstShapeNoStyles = (void *)0x05DB8560; +const void * RTTI_Scaleform__GFx__ConstShapeWithStyles = (void *)0x05DB9E08; +const void * RTTI_Scaleform__GFx__DefaultFontLibNameState = (void *)0x05DBAF00; +const void * RTTI_Scaleform__GFx__DisplayObjContainer = (void *)0x05DB8BB8; +const void * RTTI_Scaleform__GFx__DisplayObject = (void *)0x05DB7D78; +const void * RTTI_Scaleform__GFx__DisplayObjectBase = (void *)0x05DB7C00; +const void * RTTI_Scaleform__GFx__DrawText = (void *)0x05DCE460; +const void * RTTI_Scaleform__GFx__DrawTextImpl = (void *)0x05DCE428; +const void * RTTI_Scaleform__GFx__DrawTextManager = (void *)0x05DCE550; +const void * RTTI_Scaleform__GFx__DrawingContext = (void *)0x05DB90F0; +const void * RTTI_Scaleform__GFx__DrawingContext__PackedShape = (void *)0x05DB92B8; +const void * RTTI_Scaleform__GFx__ExecuteTag = (void *)0x05DB8068; +const void * RTTI_Scaleform__GFx__FontCompactor = (void *)0x05DBDAA8; +const void * RTTI_Scaleform__GFx__FontData = (void *)0x05DBB1A0; +const void * RTTI_Scaleform__GFx__FontDataBound = (void *)0x05DBB388; +const void * RTTI_Scaleform__GFx__FontDataCompactedGfx = (void *)0x05DBB260; +const void * RTTI_Scaleform__GFx__FontDataCompactedSwf = (void *)0x05DBB220; +const void * RTTI_Scaleform__GFx__FontGlyphPacker = (void *)0x05DBB688; +const void * RTTI_Scaleform__GFx__FontHandle = (void *)0x05DB9388; +const void * RTTI_Scaleform__GFx__FontLib = (void *)0x05DBAED0; +const void * RTTI_Scaleform__GFx__FontManager = (void *)0x05DB94F0; +const void * RTTI_Scaleform__GFx__FontManagerStates = (void *)0x05DB51C0; +const void * RTTI_Scaleform__GFx__FontMap = (void *)0x05DBC9F0; +const void * RTTI_Scaleform__GFx__FontResource = (void *)0x05DBB068; +const void * RTTI_Scaleform__GFx__FontResourceCreator = (void *)0x05DB8778; +const void * RTTI_Scaleform__GFx__FunctionHandler = (void *)0x05DEE9E8; +const void * RTTI_Scaleform__GFx__GFxInitImportActions = (void *)0x05DB9DC8; +const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyData = (void *)0x05DB8598; +const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyInterface = (void *)0x05DB7FA0; +const void * RTTI_Scaleform__GFx__GFxMovieDefImplKey = (void *)0x05DB86A0; +const void * RTTI_Scaleform__GFx__GFxMovieDefImplKeyInterface = (void *)0x05DB7FF0; +const void * RTTI_Scaleform__GFx__GFxPlaceObjectUnpacked = (void *)0x05DB8520; +const void * RTTI_Scaleform__GFx__GFxSocketImpl = (void *)0x05DCC5C8; +const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKey = (void *)0x05DBB3F8; +const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKeyInterface = (void *)0x05DBAF40; +const void * RTTI_Scaleform__GFx__IMEManagerBase = (void *)0x05DB96C0; +const void * RTTI_Scaleform__GFx__ImageCreator = (void *)0x06021858; +const void * RTTI_Scaleform__GFx__ImageFileHandlerRegistry = (void *)0x05DBAE30; +const void * RTTI_Scaleform__GFx__ImageFileInfo = (void *)0x05DB88A8; +const void * RTTI_Scaleform__GFx__ImageFileInfoKeyData = (void *)0x05DBB758; +const void * RTTI_Scaleform__GFx__ImageFileKeyInterface = (void *)0x05DBB718; +const void * RTTI_Scaleform__GFx__ImageFileResourceCreator = (void *)0x05DB8A28; +const void * RTTI_Scaleform__GFx__ImageResource = (void *)0x05DB4B70; +const void * RTTI_Scaleform__GFx__ImageResourceCreator = (void *)0x05DB8A68; +const void * RTTI_Scaleform__GFx__ImageResource__ImageDelegate = (void *)0x05DB5000; +const void * RTTI_Scaleform__GFx__ImageShapeCharacterDef = (void *)0x05DBB618; +const void * RTTI_Scaleform__GFx__InteractiveObject = (void *)0x05DB8AE8; +const void * RTTI_Scaleform__GFx__KeyboardState = (void *)0x05DB58C0; +const void * RTTI_Scaleform__GFx__KeyboardState__IListener = (void *)0x05DBE658; +const void * RTTI_Scaleform__GFx__LZMAFile = (void *)0x05DBCB58; +const void * RTTI_Scaleform__GFx__LZMASupport = (void *)0x05DB5438; +const void * RTTI_Scaleform__GFx__LoadBinaryTask = (void *)0x05DB9648; +const void * RTTI_Scaleform__GFx__LoadProcess = (void *)0x05DB87B0; +const void * RTTI_Scaleform__GFx__LoadQueueEntry = (void *)0x05DBEFB8; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT = (void *)0x05DB9560; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadBinary = (void *)0x05DB9680; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadVars = (void *)0x05DB9608; +const void * RTTI_Scaleform__GFx__LoadStates = (void *)0x05DB88E0; +const void * RTTI_Scaleform__GFx__LoadUpdateSync = (void *)0x05DB8288; +const void * RTTI_Scaleform__GFx__LoadVarsTask = (void *)0x05DB95D0; +const void * RTTI_Scaleform__GFx__Loader = (void *)0x05DB53D0; +const void * RTTI_Scaleform__GFx__LoaderImpl = (void *)0x05DB7DB0; +const void * RTTI_Scaleform__GFx__LoaderTask = (void *)0x05DB7EF8; +const void * RTTI_Scaleform__GFx__LogState = (void *)0x05DB5D70; +const void * RTTI_Scaleform__GFx__MemoryBufferZlibImage = (void *)0x05DBCBF8; +const void * RTTI_Scaleform__GFx__MemoryContext = (void *)0x05DCC800; +const void * RTTI_Scaleform__GFx__MorphCharacterDef = (void *)0x05DBCC78; +const void * RTTI_Scaleform__GFx__Movie = (void *)0x05DB4A30; +const void * RTTI_Scaleform__GFx__MovieBindProcess = (void *)0x05DB81D8; +const void * RTTI_Scaleform__GFx__MovieDataDef = (void *)0x05DB8098; +const void * RTTI_Scaleform__GFx__MovieDataDef__LoadTaskData = (void *)0x05DB8438; +const void * RTTI_Scaleform__GFx__MovieDefBindStates = (void *)0x05DB8998; +const void * RTTI_Scaleform__GFx__MovieDefImpl = (void *)0x05DB8138; +const void * RTTI_Scaleform__GFx__MovieDefImpl__BindTaskData = (void *)0x05DB8478; +const void * RTTI_Scaleform__GFx__MovieDefImpl__ReleaseNotifier = (void *)0x05DBED30; +const void * RTTI_Scaleform__GFx__MovieDefRootNode = (void *)0x05DBEFF0; +const void * RTTI_Scaleform__GFx__MovieDef__ResourceVisitor = (void *)0x05DB8210; +const void * RTTI_Scaleform__GFx__MovieImageLoadTask = (void *)0x05DB7F28; +const void * RTTI_Scaleform__GFx__MovieImpl = (void *)0x05DB4A00; +const void * RTTI_Scaleform__GFx__MovieImpl__StickyVarNode = (void *)0x05DBF478; +const void * RTTI_Scaleform__GFx__MovieImpl__WideStringStorage = (void *)0x05DBF3D0; +const void * RTTI_Scaleform__GFx__MoviePreloadTask = (void *)0x05DB9598; +const void * RTTI_Scaleform__GFx__ParseControl = (void *)0x05DB5400; +const void * RTTI_Scaleform__GFx__PlaceObject2Tag = (void *)0x05DB99E8; +const void * RTTI_Scaleform__GFx__PlaceObject2Taga = (void *)0x05DB9D90; +const void * RTTI_Scaleform__GFx__PlaceObject3Tag = (void *)0x05DB9A20; +const void * RTTI_Scaleform__GFx__PlaceObjectTag = (void *)0x05DBB560; +const void * RTTI_Scaleform__GFx__RemoveObject2Tag = (void *)0x05DB9A90; +const void * RTTI_Scaleform__GFx__RemoveObjectTag = (void *)0x05DB9A58; +const void * RTTI_Scaleform__GFx__Resource = (void *)0x05DB4BA8; +const void * RTTI_Scaleform__GFx__ResourceData__DataInterface = (void *)0x05DB8738; +const void * RTTI_Scaleform__GFx__ResourceFileInfo = (void *)0x05DB5BD8; +const void * RTTI_Scaleform__GFx__ResourceKey__KeyInterface = (void *)0x05DB7F60; +const void * RTTI_Scaleform__GFx__ResourceLib = (void *)0x05DB5A88; +const void * RTTI_Scaleform__GFx__ResourceLib__ResourceSlot = (void *)0x05DB5CC8; +const void * RTTI_Scaleform__GFx__ResourceReport = (void *)0x05DB8030; +const void * RTTI_Scaleform__GFx__ResourceWeakLib = (void *)0x05DB5B10; +const void * RTTI_Scaleform__GFx__SetBackgroundColorTag = (void *)0x05DB9D50; +const void * RTTI_Scaleform__GFx__ShapeBaseCharacterDef = (void *)0x05DBB598; +const void * RTTI_Scaleform__GFx__ShapeDataBase = (void *)0x05DB8250; +const void * RTTI_Scaleform__GFx__SocketImplFactory = (void *)0x05DCC590; +const void * RTTI_Scaleform__GFx__SocketInterface = (void *)0x05DCC558; +const void * RTTI_Scaleform__GFx__Sprite = (void *)0x05DB9358; +const void * RTTI_Scaleform__GFx__SpriteDef = (void *)0x05DBB530; +const void * RTTI_Scaleform__GFx__State = (void *)0x060208A0; +const void * RTTI_Scaleform__GFx__StateBag = (void *)0x05DB4B08; +const void * RTTI_Scaleform__GFx__StateBagImpl = (void *)0x05DB4F28; +const void * RTTI_Scaleform__GFx__StaticTextCharacter = (void *)0x05DBC9B8; +const void * RTTI_Scaleform__GFx__StaticTextDef = (void *)0x05DBC980; +const void * RTTI_Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor = (void *)0x05DCBA30; +const void * RTTI_Scaleform__GFx__Stream = (void *)0x05DBACE0; +const void * RTTI_Scaleform__GFx__SubImageResource = (void *)0x05DB8960; +const void * RTTI_Scaleform__GFx__SubImageResourceCreator = (void *)0x05DB8AA8; +const void * RTTI_Scaleform__GFx__SubImageResourceInfo = (void *)0x05DB9AC8; +const void * RTTI_Scaleform__GFx__SwfShapeCharacterDef = (void *)0x05DBB5D8; +const void * RTTI_Scaleform__GFx__Task = (void *)0x05DB7E80; +const void * RTTI_Scaleform__GFx__TextField = (void *)0x05DBCAE0; +const void * RTTI_Scaleform__GFx__TextFieldDef = (void *)0x05DBAC10; +const void * RTTI_Scaleform__GFx__TextField__CSSHolderBase = (void *)0x05DCBF08; +const void * RTTI_Scaleform__GFx__TextField__TextDocumentListener = (void *)0x05DBCB10; +const void * RTTI_Scaleform__GFx__TextKeyMap = (void *)0x05DBABE0; +const void * RTTI_Scaleform__GFx__Text__CompositionString = (void *)0x05DBE008; +const void * RTTI_Scaleform__GFx__Text__EditorKit = (void *)0x05DBDFD0; +const void * RTTI_Scaleform__GFx__Text__StyleManager = (void *)0x05DCBBB0; +const void * RTTI_Scaleform__GFx__TextureGlyphBinder = (void *)0x05DBB3C0; +const void * RTTI_Scaleform__GFx__TextureGlyphData = (void *)0x05DB9CB0; +const void * RTTI_Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor = (void *)0x05DBB1D0; +const void * RTTI_Scaleform__GFx__URLBuilder = (void *)0x05DCE6D8; +const void * RTTI_Scaleform__GFx__Value__ObjectInterface = (void *)0x05DBEF78; +const void * RTTI_Scaleform__GFx__ZLibFile = (void *)0x05DCE818; +const void * RTTI_Scaleform__GFx__ZlibImageSource = (void *)0x05DBCB88; +const void * RTTI_Scaleform__GFx__ZlibSupport = (void *)0x06020818; +const void * RTTI_Scaleform__HeapPT__SysAllocGranulator = (void *)0x05DBCCB0; +const void * RTTI_Scaleform__HeapPT__SysAllocWrapper = (void *)0x05DBCCF0; +const void * RTTI_Scaleform__Log = (void *)0x05DB5568; +const void * RTTI_Scaleform__LongFormatter = (void *)0x05DB9830; +const void * RTTI_Scaleform__MemoryFile = (void *)0x060213C8; +const void * RTTI_Scaleform__MemoryHeap = (void *)0x05DB48A8; +const void * RTTI_Scaleform__MemoryHeapMH = (void *)0x05DB5538; +const void * RTTI_Scaleform__MemoryHeapPT = (void *)0x05DB9E48; +const void * RTTI_Scaleform__MemoryHeap__LimitHandler = (void *)0x05DCC7C8; +const void * RTTI_Scaleform__MsgFormat = (void *)0x05DB9740; +const void * RTTI_Scaleform__Mutex = (void *)0x05DB5498; +const void * RTTI_Scaleform__Mutex_AreadyLockedAcquireInterface = (void *)0x05DB54F0; +const void * RTTI_Scaleform__RefCountImplCore = (void *)0x05DEE8C8; +const void * RTTI_Scaleform__RefCountNTSImplCore = (void *)0x05DB4958; +const void * RTTI_Scaleform__RefCountWeakSupportImpl = (void *)0x05DB4990; +const void * RTTI_Scaleform__Render__BevelFilter = (void *)0x05DBA6A0; +const void * RTTI_Scaleform__Render__BlendModeBundle = (void *)0x05DBC7F0; +const void * RTTI_Scaleform__Render__BlendModeEffect = (void *)0x05DBD390; +const void * RTTI_Scaleform__Render__BlendPrimitive = (void *)0x05DBAA40; +const void * RTTI_Scaleform__Render__BlurFilter = (void *)0x05DBA5F8; +const void * RTTI_Scaleform__Render__BlurFilterImpl = (void *)0x05DBA5C0; +const void * RTTI_Scaleform__Render__Bundle = (void *)0x05DBC340; +const void * RTTI_Scaleform__Render__CacheAsBitmapFilter = (void *)0x05DBA750; +const void * RTTI_Scaleform__Render__CacheBase = (void *)0x060874E8; +const void * RTTI_Scaleform__Render__CacheEffect = (void *)0x05DBD220; +const void * RTTI_Scaleform__Render__CacheablePrimitive = (void *)0x05DBA9A0; +const void * RTTI_Scaleform__Render__CacheableTargetEffect = (void *)0x05DBD2C8; +const void * RTTI_Scaleform__Render__ColorMatrixFilter = (void *)0x05DBA710; +const void * RTTI_Scaleform__Render__ComplexFill = (void *)0x05DB6900; +const void * RTTI_Scaleform__Render__ComplexMesh = (void *)0x05DBBC58; +const void * RTTI_Scaleform__Render__ComplexMeshVertexOutput = (void *)0x05DBDBE0; +const void * RTTI_Scaleform__Render__ComplexPrimitiveBundle = (void *)0x05DBC740; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotify = (void *)0x05DB5DF0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor = (void *)0x05DB6130; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture = (void *)0x05DB6260; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture = (void *)0x05DB61F0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId = (void *)0x05DB62C0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown = (void *)0x05DB6190; +const void * RTTI_Scaleform__Render__ContextImpl__ContextLock = (void *)0x05DB5F10; +const void * RTTI_Scaleform__Render__ContextImpl__EntryData = (void *)0x05DB4D10; +const void * RTTI_Scaleform__Render__ContextImpl__RTHandle__HandleData = (void *)0x05DB6010; +const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify = (void *)0x06080E50; +const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand = (void *)0x05DBA160; +const void * RTTI_Scaleform__Render__CreationRenderer__DepthStencilSurface = (void *)0x06081010; +const void * RTTI_Scaleform__Render__CreationRenderer__HAL = (void *)0x06080CE0; +const void * RTTI_Scaleform__Render__CreationRenderer__IndexBuffer = (void *)0x060877A0; +const void * RTTI_Scaleform__Render__CreationRenderer__MappedTexture = (void *)0x06081060; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshBufferSet = (void *)0x06087620; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshCache = (void *)0x06087820; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshCacheItem = (void *)0x060878C0; +const void * RTTI_Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry = (void *)0x06080F20; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderEvents = (void *)0x060874A0; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderSync = (void *)0x06087AB0; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderTargetData = (void *)0x06080AD0; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface = (void *)0x06087DF0; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer = (void *)0x06087D00; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderManager = (void *)0x06087B90; +const void * RTTI_Scaleform__Render__CreationRenderer__Texture = (void *)0x06080FD0; +const void * RTTI_Scaleform__Render__CreationRenderer__TextureFormat = (void *)0x060810B0; +const void * RTTI_Scaleform__Render__CreationRenderer__TextureManager = (void *)0x06080F80; +const void * RTTI_Scaleform__Render__CreationRenderer__VertexBuffer = (void *)0x06087A60; +const void * RTTI_Scaleform__Render__DDS__DDSFileImageSource = (void *)0x05DBDA68; +const void * RTTI_Scaleform__Render__DDS__FileReader = (void *)0x05DBD9B8; +const void * RTTI_Scaleform__Render__DICommand = (void *)0x05DB69D8; +const void * RTTI_Scaleform__Render__DICommandQueue = (void *)0x05DBA7D0; +const void * RTTI_Scaleform__Render__DICommandQueue__ExecuteCommand = (void *)0x05DBA8C0; +const void * RTTI_Scaleform__Render__DICommand_ApplyFilter = (void *)0x05DB6C70; +const void * RTTI_Scaleform__Render__DICommand_Clear = (void *)0x05DB6B80; +const void * RTTI_Scaleform__Render__DICommand_ColorTransform = (void *)0x05DB6F30; +const void * RTTI_Scaleform__Render__DICommand_Compare = (void *)0x05DB6FE0; +const void * RTTI_Scaleform__Render__DICommand_CopyChannel = (void *)0x05DB6DC8; +const void * RTTI_Scaleform__Render__DICommand_CopyPixels = (void *)0x05DB6E80; +const void * RTTI_Scaleform__Render__DICommand_CreateTexture = (void *)0x05DB6A10; +const void * RTTI_Scaleform__Render__DICommand_Dispose = (void *)0x05DB6AC8; +const void * RTTI_Scaleform__Render__DICommand_Draw = (void *)0x05DB6D20; +const void * RTTI_Scaleform__Render__DICommand_FillRect = (void *)0x05DB7088; +const void * RTTI_Scaleform__Render__DICommand_FloodFill = (void *)0x05DB7140; +const void * RTTI_Scaleform__Render__DICommand_GetColorBoundsRect = (void *)0x05DB71F0; +const void * RTTI_Scaleform__Render__DICommand_GetPixel32 = (void *)0x05DB72B8; +const void * RTTI_Scaleform__Render__DICommand_GetPixels = (void *)0x05DB7370; +const void * RTTI_Scaleform__Render__DICommand_Histogram = (void *)0x05DB7420; +const void * RTTI_Scaleform__Render__DICommand_HitTest = (void *)0x05DB74D0; +const void * RTTI_Scaleform__Render__DICommand_Merge = (void *)0x05DB7580; +const void * RTTI_Scaleform__Render__DICommand_Noise = (void *)0x05DB7628; +const void * RTTI_Scaleform__Render__DICommand_PaletteMap = (void *)0x05DB76D0; +const void * RTTI_Scaleform__Render__DICommand_PerlinNoise = (void *)0x05DB7780; +const void * RTTI_Scaleform__Render__DICommand_PixelDissolve = (void *)0x05DB7830; +const void * RTTI_Scaleform__Render__DICommand_Scroll = (void *)0x05DB7A50; +const void * RTTI_Scaleform__Render__DICommand_SetPixel32 = (void *)0x05DB78E8; +const void * RTTI_Scaleform__Render__DICommand_SetPixels = (void *)0x05DB79A0; +const void * RTTI_Scaleform__Render__DICommand_SourceRect = (void *)0x05DB6C30; +const void * RTTI_Scaleform__Render__DICommand_Threshold = (void *)0x05DB7AF8; +const void * RTTI_Scaleform__Render__DIPixelProvider = (void *)0x05DC65D0; +const void * RTTI_Scaleform__Render__DepthStencilBuffer = (void *)0x0606D428; +const void * RTTI_Scaleform__Render__DepthStencilSurface = (void *)0x06081198; +const void * RTTI_Scaleform__Render__DestroyDrawableImageThreadCommand = (void *)0x05DB7BB0; +const void * RTTI_Scaleform__Render__DisplacementMapFilter = (void *)0x05DBA790; +const void * RTTI_Scaleform__Render__DrawableImage = (void *)0x05DB6878; +const void * RTTI_Scaleform__Render__DrawableImageContext = (void *)0x05DB6998; +const void * RTTI_Scaleform__Render__Fence = (void *)0x05DB9E78; +const void * RTTI_Scaleform__Render__FenceWrapperList = (void *)0x05DB9F58; +const void * RTTI_Scaleform__Render__FileImageSource = (void *)0x05DBCBC0; +const void * RTTI_Scaleform__Render__FilterBundle = (void *)0x05DBC7B8; +const void * RTTI_Scaleform__Render__FilterEffect = (void *)0x05DBD290; +const void * RTTI_Scaleform__Render__FilterPrimitive = (void *)0x05DBA968; +const void * RTTI_Scaleform__Render__FilterSet = (void *)0x05DBA4B8; +const void * RTTI_Scaleform__Render__Font = (void *)0x05DBAF88; +const void * RTTI_Scaleform__Render__FontCacheHandleManager = (void *)0x05DBCD68; +const void * RTTI_Scaleform__Render__GlowFilter = (void *)0x05DBA668; +const void * RTTI_Scaleform__Render__GlyphCache = (void *)0x05DBCE10; +const void * RTTI_Scaleform__Render__GlyphCacheConfig = (void *)0x05DBCEA8; +const void * RTTI_Scaleform__Render__GlyphCache__EvictNotifier = (void *)0x05DBD1E0; +const void * RTTI_Scaleform__Render__GlyphEvictNotifier = (void *)0x05DBD120; +const void * RTTI_Scaleform__Render__GlyphFitter = (void *)0x05DBE0D0; +const void * RTTI_Scaleform__Render__GlyphRaster = (void *)0x05DBCEE0; +const void * RTTI_Scaleform__Render__GlyphShape = (void *)0x05DBCFE0; +const void * RTTI_Scaleform__Render__GlyphTextureImage = (void *)0x05DBD198; +const void * RTTI_Scaleform__Render__GradientData = (void *)0x05DBB7F8; +const void * RTTI_Scaleform__Render__GradientFilter = (void *)0x05DBA6D8; +const void * RTTI_Scaleform__Render__GradientImage = (void *)0x05DBB8E8; +const void * RTTI_Scaleform__Render__HAL = (void *)0x06080C60; +const void * RTTI_Scaleform__Render__HALBeginDisplayItem = (void *)0x05DB9FD8; +const void * RTTI_Scaleform__Render__HALEndDisplayItem = (void *)0x05DBA018; +const void * RTTI_Scaleform__Render__HALNotify = (void *)0x06080D20; +const void * RTTI_Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface = (void *)0x05DBA060; +const void * RTTI_Scaleform__Render__Hairliner = (void *)0x05DBBE30; +const void * RTTI_Scaleform__Render__Image = (void *)0x060219E0; +const void * RTTI_Scaleform__Render__ImageFileHandler = (void *)0x05DBD4D0; +const void * RTTI_Scaleform__Render__ImageFileHandlerRegistry = (void *)0x05DBADF0; +const void * RTTI_Scaleform__Render__ImageSwizzler = (void *)0x05DB5710; +const void * RTTI_Scaleform__Render__ImageUpdate = (void *)0x05DB5748; +const void * RTTI_Scaleform__Render__ImageUpdateSync = (void *)0x06081160; +const void * RTTI_Scaleform__Render__JPEG__ExtraData = (void *)0x05DB9B70; +const void * RTTI_Scaleform__Render__JPEG__TablesHeader = (void *)0x05DB9C08; +const void * RTTI_Scaleform__Render__MappedTextureBase = (void *)0x06081278; +const void * RTTI_Scaleform__Render__MaskBundle = (void *)0x05DBC780; +const void * RTTI_Scaleform__Render__MaskEffect = (void *)0x05DBD258; +const void * RTTI_Scaleform__Render__MaskNodeState__Interface = (void *)0x05DBA428; +const void * RTTI_Scaleform__Render__MaskPrimitive = (void *)0x05DBC430; +const void * RTTI_Scaleform__Render__MatrixPoolImpl__MatrixPool = (void *)0x05DBBF10; +const void * RTTI_Scaleform__Render__MatrixState = (void *)0x06080A68; +const void * RTTI_Scaleform__Render__MatrixStateFactory = (void *)0x05DBCD28; +const void * RTTI_Scaleform__Render__MemoryBufferImage = (void *)0x05DBCC38; +const void * RTTI_Scaleform__Render__Mesh = (void *)0x05DBBA90; +const void * RTTI_Scaleform__Render__MeshBase = (void *)0x05DBB920; +const void * RTTI_Scaleform__Render__MeshBuffer = (void *)0x06087520; +const void * RTTI_Scaleform__Render__MeshCache = (void *)0x060877E8; +const void * RTTI_Scaleform__Render__MeshCacheConfig = (void *)0x06087558; +const void * RTTI_Scaleform__Render__MeshCacheItem = (void *)0x06087668; +const void * RTTI_Scaleform__Render__MeshKeyManager = (void *)0x05DBA2C0; +const void * RTTI_Scaleform__Render__MeshKeySet = (void *)0x05DBBC90; +const void * RTTI_Scaleform__Render__MeshProvider = (void *)0x05DB8BF0; +const void * RTTI_Scaleform__Render__MeshProvider_KeySupport = (void *)0x05DB8CD0; +const void * RTTI_Scaleform__Render__MeshStagingNode = (void *)0x05DBBA08; +const void * RTTI_Scaleform__Render__MeshVertexOutput = (void *)0x05DBDBA8; +const void * RTTI_Scaleform__Render__MetaImage = (void *)0x05DB5828; +const void * RTTI_Scaleform__Render__MorphInterpolator = (void *)0x05DB8EA0; +const void * RTTI_Scaleform__Render__MorphShapeData = (void *)0x05DB8D48; +const void * RTTI_Scaleform__Render__OrigScale9ParentState__Interface = (void *)0x05DBA470; +const void * RTTI_Scaleform__Render__PNG__FileReader = (void *)0x05DBD760; +const void * RTTI_Scaleform__Render__PNG__FileWriter = (void *)0x05DBD818; +const void * RTTI_Scaleform__Render__PNG__Input = (void *)0x05DBD8C8; +const void * RTTI_Scaleform__Render__PNG__LibPNGInput = (void *)0x05DBD900; +const void * RTTI_Scaleform__Render__PNG__MemoryBufferImage = (void *)0x05DBD938; +const void * RTTI_Scaleform__Render__PNG__PNGFileImageSource = (void *)0x05DBD978; +const void * RTTI_Scaleform__Render__Primitive = (void *)0x05DBBBC0; +const void * RTTI_Scaleform__Render__PrimitiveBundle = (void *)0x05DBC708; +const void * RTTI_Scaleform__Render__PrimitiveFill = (void *)0x05DBBAC0; +const void * RTTI_Scaleform__Render__PrimitiveFillManager = (void *)0x05DBA0C0; +const void * RTTI_Scaleform__Render__ProfileModifier = (void *)0x05DBA1B0; +const void * RTTI_Scaleform__Render__ProfileViews = (void *)0x05DBA220; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DBundle = (void *)0x05DBC870; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DEffect = (void *)0x05DBD350; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DPrimitive = (void *)0x05DBC570; +const void * RTTI_Scaleform__Render__RBGenericImpl__DepthStencilBuffer = (void *)0x05DCECF0; +const void * RTTI_Scaleform__Render__RBGenericImpl__RenderBufferManager = (void *)0x05DCEBB0; +const void * RTTI_Scaleform__Render__RBGenericImpl__RenderTarget = (void *)0x05DCEC00; +const void * RTTI_Scaleform__Render__Rasterizer = (void *)0x05DBDB38; +const void * RTTI_Scaleform__Render__RawImage = (void *)0x05DB5860; +const void * RTTI_Scaleform__Render__RenderBuffer = (void *)0x0606D468; +const void * RTTI_Scaleform__Render__RenderBufferManager = (void *)0x05DCEAC8; +const void * RTTI_Scaleform__Render__RenderEvents = (void *)0x060809D0; +const void * RTTI_Scaleform__Render__RenderQueueItem__Interface = (void *)0x05DB9F90; +const void * RTTI_Scaleform__Render__RenderSync = (void *)0x06087AF8; +const void * RTTI_Scaleform__Render__RenderTarget = (void *)0x05DCEB70; +const void * RTTI_Scaleform__Render__RenderTargetData = (void *)0x06080E18; +const void * RTTI_Scaleform__Render__SIF__FileReader = (void *)0x05DBD638; +const void * RTTI_Scaleform__Render__SIF__SIFFileImageSource = (void *)0x05DBD6E8; +const void * RTTI_Scaleform__Render__SKI_BlendMode = (void *)0x05DBC220; +const void * RTTI_Scaleform__Render__SKI_ComplexPrimitive = (void *)0x05DBC130; +const void * RTTI_Scaleform__Render__SKI_Filter = (void *)0x05DBC258; +const void * RTTI_Scaleform__Render__SKI_MaskEnd = (void *)0x05DBC1A8; +const void * RTTI_Scaleform__Render__SKI_MaskEnd__RQII_EndMask = (void *)0x05DBC1E0; +const void * RTTI_Scaleform__Render__SKI_MaskStart = (void *)0x05DBC170; +const void * RTTI_Scaleform__Render__SKI_Primitive = (void *)0x05DBC0F8; +const void * RTTI_Scaleform__Render__SKI_ProjectionMatrix3D = (void *)0x05DBC2C8; +const void * RTTI_Scaleform__Render__SKI_TextPrimitive = (void *)0x05DBE220; +const void * RTTI_Scaleform__Render__SKI_UserData = (void *)0x05DBC308; +const void * RTTI_Scaleform__Render__SKI_ViewMatrix3D = (void *)0x05DBC290; +const void * RTTI_Scaleform__Render__Scale9GridData = (void *)0x05DB8FA0; +const void * RTTI_Scaleform__Render__Scale9GridInfo = (void *)0x05DBAAB0; +const void * RTTI_Scaleform__Render__Scale9GridRect = (void *)0x05DB6528; +const void * RTTI_Scaleform__Render__ShadowFilter = (void *)0x05DBA630; +const void * RTTI_Scaleform__Render__ShapeDataFloat = (void *)0x05DB5040; +const void * RTTI_Scaleform__Render__ShapeDataFloatMP = (void *)0x05DBAA78; +const void * RTTI_Scaleform__Render__ShapeMeshProvider = (void *)0x05DB8E60; +const void * RTTI_Scaleform__Render__SortKeyInterface = (void *)0x05DBC078; +const void * RTTI_Scaleform__Render__StateData__Interface = (void *)0x05DB5A48; +const void * RTTI_Scaleform__Render__StateData__Interface_RefCountImpl = (void *)0x05DBA3E0; +const void * RTTI_Scaleform__Render__StateData__Interface_Value = (void *)0x05DBA390; +const void * RTTI_Scaleform__Render__StrokeScaler = (void *)0x05DBD160; +const void * RTTI_Scaleform__Render__StrokeSorter = (void *)0x05DBBDC0; +const void * RTTI_Scaleform__Render__Stroker = (void *)0x05DBBD58; +const void * RTTI_Scaleform__Render__StrokerAA = (void *)0x05DBBDF8; +const void * RTTI_Scaleform__Render__SubImage = (void *)0x05DB5890; +const void * RTTI_Scaleform__Render__SystemVertexFormat = (void *)0x05DBBE68; +const void * RTTI_Scaleform__Render__TGA__FileReader = (void *)0x05DBD540; +const void * RTTI_Scaleform__Render__TGA__TGAFileImageSource = (void *)0x05DBD5F8; +const void * RTTI_Scaleform__Render__TessBase = (void *)0x05DBA258; +const void * RTTI_Scaleform__Render__Tessellator = (void *)0x05DBBD20; +const void * RTTI_Scaleform__Render__TextLayerPrimitive = (void *)0x05DBE2A0; +const void * RTTI_Scaleform__Render__TextLayout = (void *)0x05DBDC20; +const void * RTTI_Scaleform__Render__TextMeshProvider = (void *)0x05DBE048; +const void * RTTI_Scaleform__Render__TextPrimitiveBundle = (void *)0x05DBE260; +const void * RTTI_Scaleform__Render__Text__Allocator = (void *)0x05DBAC48; +const void * RTTI_Scaleform__Render__Text__Allocator__TextFormatVisitor = (void *)0x05DBF290; +const void * RTTI_Scaleform__Render__Text__DocView = (void *)0x05DBDD80; +const void * RTTI_Scaleform__Render__Text__DocView__DocumentText = (void *)0x05DBDE20; +const void * RTTI_Scaleform__Render__Text__EditorKitBase = (void *)0x05DBDF28; +const void * RTTI_Scaleform__Render__Text__FontHandle = (void *)0x05DB93B8; +const void * RTTI_Scaleform__Render__Text__FontManagerBase = (void *)0x05DB9448; +const void * RTTI_Scaleform__Render__Text__HTMLImageTagDesc = (void *)0x05DBE1E0; +const void * RTTI_Scaleform__Render__Text__ImageDesc = (void *)0x05DBE140; +const void * RTTI_Scaleform__Render__Text__StyleManagerBase = (void *)0x05DCBB70; +const void * RTTI_Scaleform__Render__Text__StyledText = (void *)0x05DBD400; +const void * RTTI_Scaleform__Render__Text__TextFilter = (void *)0x05DBC8E8; +const void * RTTI_Scaleform__Render__Texture = (void *)0x06081400; +const void * RTTI_Scaleform__Render__TextureFormat = (void *)0x06081240; +const void * RTTI_Scaleform__Render__TextureGlyph = (void *)0x05DB9958; +const void * RTTI_Scaleform__Render__TextureImage = (void *)0x060218C0; +const void * RTTI_Scaleform__Render__TextureManager = (void *)0x06080EE8; +const void * RTTI_Scaleform__Render__TextureManagerLocks = (void *)0x05DB5668; +const void * RTTI_Scaleform__Render__TextureManager__ServiceCommand = (void *)0x05DB57E0; +const void * RTTI_Scaleform__Render__ThreadCommandQueue = (void *)0x0606D3B0; +const void * RTTI_Scaleform__Render__TransformerBase = (void *)0x05DB8D10; +const void * RTTI_Scaleform__Render__TreeCacheContainer = (void *)0x05DB6770; +const void * RTTI_Scaleform__Render__TreeCacheMeshBase = (void *)0x05DB9078; +const void * RTTI_Scaleform__Render__TreeCacheNode = (void *)0x05DB67B0; +const void * RTTI_Scaleform__Render__TreeCacheRoot = (void *)0x05DBA358; +const void * RTTI_Scaleform__Render__TreeCacheShape = (void *)0x05DB90B8; +const void * RTTI_Scaleform__Render__TreeCacheShapeLayer = (void *)0x05DB9038; +const void * RTTI_Scaleform__Render__TreeCacheText = (void *)0x05DBE108; +const void * RTTI_Scaleform__Render__TreeContainer__NodeData = (void *)0x05DB4D90; +const void * RTTI_Scaleform__Render__TreeNode__NodeData = (void *)0x05DB4D50; +const void * RTTI_Scaleform__Render__TreeRoot__NodeData = (void *)0x05DB4E58; +const void * RTTI_Scaleform__Render__TreeShape__NodeData = (void *)0x05DB50F8; +const void * RTTI_Scaleform__Render__TreeText__NodeData = (void *)0x05DBDCB8; +const void * RTTI_Scaleform__Render__UserDataBundle = (void *)0x05DBC8B0; +const void * RTTI_Scaleform__Render__UserDataEffect = (void *)0x05DBD3C8; +const void * RTTI_Scaleform__Render__UserDataPrimitive = (void *)0x05DBC628; +const void * RTTI_Scaleform__Render__UserDataState__Data = (void *)0x05DB66C8; +const void * RTTI_Scaleform__Render__VectorGlyphShape = (void *)0x05DBD098; +const void * RTTI_Scaleform__Render__VertexOutput = (void *)0x05DBDB70; +const void * RTTI_Scaleform__Render__VertexPath = (void *)0x05DBA288; +const void * RTTI_Scaleform__Render__ViewMatrix3DBundle = (void *)0x05DBC828; +const void * RTTI_Scaleform__Render__ViewMatrix3DEffect = (void *)0x05DBD308; +const void * RTTI_Scaleform__Render__ViewMatrix3DPrimitive = (void *)0x05DBC4C8; +const void * RTTI_Scaleform__Render__WrapperImageSource = (void *)0x05DB8868; +const void * RTTI_Scaleform__RepeatFormatter = (void *)0x05DB9928; +const void * RTTI_Scaleform__ResourceFormatter = (void *)0x05DB98C0; +const void * RTTI_Scaleform__Semaphore = (void *)0x05DB5360; +const void * RTTI_Scaleform__SemaphoreWaitableIncrement = (void *)0x05DB5390; +const void * RTTI_Scaleform__StrFormatter = (void *)0x05DB97D0; +const void * RTTI_Scaleform__String__InitStruct = (void *)0x05DB49C8; +const void * RTTI_Scaleform__SwitchFormatter = (void *)0x05DB98F8; +const void * RTTI_Scaleform__SysAllocBase = (void *)0x05F2EE50; +const void * RTTI_Scaleform__SysAllocMalloc = (void *)0x05F2EDE8; +const void * RTTI_Scaleform__SysAllocMapper = (void *)0x05DCC798; +const void * RTTI_Scaleform__SysAllocStatic = (void *)0x05DB5468; +const void * RTTI_Scaleform__SysFile = (void *)0x05DCC660; +const void * RTTI_Scaleform__SysMemMapper = (void *)0x06020938; +const void * RTTI_Scaleform__Thread = (void *)0x05DB54C0; +const void * RTTI_Scaleform__UnopenedFile = (void *)0x05DCC688; +const void * RTTI_Scaleform__Waitable = (void *)0x05DB52C0; +const void * RTTI_SceneNextPhaseHandler = (void *)0x05F6A6E8; +const void * RTTI_ScopeMenu = (void *)0x05F0BB78; +const void * RTTI_ScopeMenuUtil__FadeCallback = (void *)0x05F0BBF0; +const void * RTTI_ScopeMenu__ScopeMenuDataEventShuttle = (void *)0x05F0BB08; +const void * RTTI_ScopeMenu__ScopeScalingData = (void *)0x05F0BA88; +const void * RTTI_ScopeMenu__ZoomLevelData = (void *)0x05F0BB48; +const void * RTTI_ScrapHeap = (void *)0x05FF18B0; +const void * RTTI_Script = (void *)0x05E64AF0; +const void * RTTI_ScriptEffect = (void *)0x05F24B08; +const void * RTTI_ScriptedRefEffect = (void *)0x05F24BA8; +const void * RTTI_ScrollItem = (void *)0x05DF76E8; +const void * RTTI_SecurityMenu = (void *)0x05EF8448; +const void * RTTI_SecurityMenu_BackOutKey = (void *)0x05EF8A30; +const void * RTTI_SecurityMenu_CloseMenu = (void *)0x05EF8A90; +const void * RTTI_SecurityMenu_ConfirmExit = (void *)0x05EF8998; +const void * RTTI_SecurityMenu_EliminateUnusedKeys = (void *)0x05EF89C8; +const void * RTTI_SecurityMenu_GetRingHint = (void *)0x05EF8A00; +const void * RTTI_SecurityMenu_SelectNewKey = (void *)0x05EF8968; +const void * RTTI_SecurityMenu_TryUseKey = (void *)0x05EF8A60; +const void * RTTI_SecurityMenu__SecurityMenuEventShuttle = (void *)0x05EF8BF8; +const void * RTTI_SeenData = (void *)0x05D0ED28; +const void * RTTI_Service = (void *)0x05E829C8; +const void * RTTI_SetOrientNode = (void *)0x05FEE5C8; +const void * RTTI_SetOrientNodeInstance = (void *)0x05FEE5F0; +const void * RTTI_SetPosNode = (void *)0x05FEF458; +const void * RTTI_SetPosNodeInstance = (void *)0x05FEF428; +const void * RTTI_Setting = (void *)0x05DA6200; +const void * RTTI_SettingsDataModel = (void *)0x05ED0008; +const void * RTTI_SettingsDataModel__SettingsEventShuttle = (void *)0x05ED0818; +const void * RTTI_SettingsPanel_CheckBoxChanged = (void *)0x05ECFDF8; +const void * RTTI_SettingsPanel_ClearBinding = (void *)0x05ECFED8; +const void * RTTI_SettingsPanel_LinkClicked = (void *)0x05ED0030; +const void * RTTI_SettingsPanel_OpenCategory = (void *)0x05ECFF10; +const void * RTTI_SettingsPanel_OpenSettings = (void *)0x05ECFE68; +const void * RTTI_SettingsPanel_RemapConfirmed = (void *)0x05ECFF80; +const void * RTTI_SettingsPanel_RemapMode = (void *)0x05ECFD58; +const void * RTTI_SettingsPanel_ResetToDefaults = (void *)0x05ECFEA0; +const void * RTTI_SettingsPanel_SaveControls = (void *)0x05ECFCA8; +const void * RTTI_SettingsPanel_SaveSettings = (void *)0x05ECFDC0; +const void * RTTI_SettingsPanel_SliderChanged = (void *)0x05ECFD88; +const void * RTTI_SettingsPanel_StepperChanged = (void *)0x05ECFE30; +const void * RTTI_SettingsPanel_ValidateControls = (void *)0x05ECFF48; +const void * RTTI_SetupGraphRagdollHandler = (void *)0x05F6A7E0; +const void * RTTI_ShaderReferenceEffect = (void *)0x05F24BD0; +const void * RTTI_SharedHeapAllocator = (void *)0x05FF18D0; +const void * RTTI_ShipActionCameraState = (void *)0x05E89498; +const void * RTTI_ShipBuilder_CloseAllMenus = (void *)0x05DF6920; +const void * RTTI_ShipCombatOrbitCameraState = (void *)0x05E89890; +const void * RTTI_ShipCrewAssignData = (void *)0x05ED2730; +const void * RTTI_ShipCrewAssignData__ShipCrewAssignMenuEventShuttle = (void *)0x05ED2760; +const void * RTTI_ShipCrewAssignMenu = (void *)0x05EF9888; +const void * RTTI_ShipCrewAssignMenu_Assign = (void *)0x05EF9978; +const void * RTTI_ShipCrewAssignMenu_Unassign = (void *)0x05EF99A8; +const void * RTTI_ShipCrewData = (void *)0x05ED23A8; +const void * RTTI_ShipCrewData__ShipCrewMenuEventShuttle = (void *)0x05ED2658; +const void * RTTI_ShipCrewMenu = (void *)0x05EF9950; +const void * RTTI_ShipCrewMenu_Close = (void *)0x05EF9A10; +const void * RTTI_ShipCrewMenu_OpenAssignMenu = (void *)0x05ED1EF8; +const void * RTTI_ShipCrewMenu_SetSort = (void *)0x05ED1F30; +const void * RTTI_ShipCrewMenu_ViewedItem = (void *)0x05EF99E0; +const void * RTTI_ShipEditor_ChangeModuleCategory = (void *)0x05DF2918; +const void * RTTI_ShipEditor_OnColorPickerControlChanged = (void *)0x05DF3BC0; +const void * RTTI_ShipEditor_OnColorPickerTabChanged = (void *)0x05DF3C40; +const void * RTTI_ShipEditor_OnColorSliderMouseInput = (void *)0x05DF3B80; +const void * RTTI_ShipEditor_OnExitConfirmCancel = (void *)0x05DEF980; +const void * RTTI_ShipEditor_OnExitConfirmExit = (void *)0x05DEF948; +const void * RTTI_ShipEditor_OnExitConfirmSaveAndExit = (void *)0x05DEF9B8; +const void * RTTI_ShipEditor_OnFlightCheckTabChanged = (void *)0x05DF0668; +const void * RTTI_ShipEditor_OnHintButtonActivated = (void *)0x05DF68E8; +const void * RTTI_ShipEditor_OnRecentColorSwatchClicked = (void *)0x05DF3C00; +const void * RTTI_ShipEditor_OnRenameEndEditText = (void *)0x05DF1C70; +const void * RTTI_ShipEditor_OnRenameInputCancelled = (void *)0x05DF1CA8; +const void * RTTI_ShipEditor_OnWeaponGroupChanged = (void *)0x05DF06A8; +const void * RTTI_ShipEditor_PreviewShipPart = (void *)0x05DF2950; +const void * RTTI_ShipEditor_PreviewUpgrade = (void *)0x05DD9890; +const void * RTTI_ShipEditor_RemoveAll3D = (void *)0x05DF6650; +const void * RTTI_ShipEditor_SelectedShipPart = (void *)0x05DF2988; +const void * RTTI_ShipEditor_SelectedUpgrade = (void *)0x05DD9858; +const void * RTTI_ShipEditor_SystemSelected = (void *)0x05DD8DA8; +const void * RTTI_ShipFarTravelCameraState = (void *)0x05E898C8; +const void * RTTI_ShipHudDataModel = (void *)0x05ED7AB8; +const void * RTTI_ShipHudDataModel__ShipHudEventShuttle = (void *)0x05ED8908; +const void * RTTI_ShipHudQuickContainer_TransferItem = (void *)0x05F0D580; +const void * RTTI_ShipHudQuickContainer_TransferMenu = (void *)0x05ED9430; +const void * RTTI_ShipHud_AbortJump = (void *)0x05F0D558; +const void * RTTI_ShipHud_Activate = (void *)0x05ED9470; +const void * RTTI_ShipHud_BodyViewMarkerDimensions = (void *)0x05ED9670; +const void * RTTI_ShipHud_ChangeComponentSelection = (void *)0x05ED9370; +const void * RTTI_ShipHud_CloseMenu = (void *)0x05ED92B8; +const void * RTTI_ShipHud_Deselect = (void *)0x05ED93E0; +const void * RTTI_ShipHud_DockRequested = (void *)0x05F0D5C0; +const void * RTTI_ShipHud_FarTravel = (void *)0x05ED7A68; +const void * RTTI_ShipHud_HailAccepted = (void *)0x05ED9578; +const void * RTTI_ShipHud_HailCancelled = (void *)0x05ED94E8; +const void * RTTI_ShipHud_HailShip = (void *)0x05F0D5F0; +const void * RTTI_ShipHud_JumpToQuestMarker = (void *)0x05ED96A8; +const void * RTTI_ShipHud_Land = (void *)0x05ED94C0; +const void * RTTI_ShipHud_LandingMarkerMap = (void *)0x05ED9518; +const void * RTTI_ShipHud_Map = (void *)0x05ED9498; +const void * RTTI_ShipHud_OnMonocleToggle = (void *)0x05ED9548; +const void * RTTI_ShipHud_OpenPhotoMode = (void *)0x05ED9608; +const void * RTTI_ShipHud_Repair = (void *)0x05ED7A90; +const void * RTTI_ShipHud_SetTargetMode = (void *)0x05ED95D8; +const void * RTTI_ShipHud_Target = (void *)0x05ED9408; +const void * RTTI_ShipHud_TargetShipSystem = (void *)0x05ED95A8; +const void * RTTI_ShipHud_UntargetShipSystem = (void *)0x05ED9638; +const void * RTTI_ShipHud_UpdateComponentPower = (void *)0x05ED93A8; +const void * RTTI_ShipHud_UpdateTargetPanelRect = (void *)0x05F0DC18; +const void * RTTI_ShipRefuelMenu = (void *)0x05EF9F98; +const void * RTTI_ShipRefuelMenuDataModel = (void *)0x05EDA4D0; +const void * RTTI_ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle = (void *)0x05EDA1E0; +const void * RTTI_ShipTargetingCameraState = (void *)0x05E898F8; +const void * RTTI_ShowSubsegmentHandler = (void *)0x05F6A7B0; +const void * RTTI_SimpleAnimationGraphManagerHolder = (void *)0x05DF9E48; +const void * RTTI_SimpleAnimationGraphManagerLoadingTask = (void *)0x05E848D0; +const void * RTTI_SitWaitMenu = (void *)0x05FADAA8; +const void * RTTI_SkillsMenu = (void *)0x05EFB270; +const void * RTTI_SkillsMenu_Accept = (void *)0x05EFB898; +const void * RTTI_SkillsMenu_AddPatch = (void *)0x05EFB868; +const void * RTTI_SkillsMenu_Cancel = (void *)0x05EFB8C0; +const void * RTTI_SkillsMenu_ChangeCursorVisibility = (void *)0x05EFB830; +const void * RTTI_SkillsMenu_SaveLastCategory = (void *)0x05EFB7F8; +const void * RTTI_SkillsMenu__SkillsMenuEventShuttle = (void *)0x05EFAF28; +const void * RTTI_SkinAttach = (void *)0x0600DF50; +const void * RTTI_Sky = (void *)0x05E6CC50; +const void * RTTI_SkyEffectController = (void *)0x05E6C270; +const void * RTTI_SleepWaitMenu = (void *)0x05FAE8D0; +const void * RTTI_SleepWaitMenu_InterruptRest = (void *)0x05FAE8F8; +const void * RTTI_SleepWaitMenu_StartRest = (void *)0x05FAE980; +const void * RTTI_SleepWaitMenu__SleepWaitMenuEventShuttle = (void *)0x05FAE720; +const void * RTTI_SlideStartHandler = (void *)0x05F6A538; +const void * RTTI_SlowTimeEffect = (void *)0x05F24C48; +const void * RTTI_SneakStateChangeHandler = (void *)0x05F6ADF8; +const void * RTTI_SoulTrapEffect = (void *)0x05F24C70; +const void * RTTI_SpaceComponentViewAccessWrite = (void *)0x05E41738; +const void * RTTI_SpaceshipAIComponentEventHandler = (void *)0x05FD29B8; +const void * RTTI_SpaceshipBIEvents__EventSink = (void *)0x05F26178; +const void * RTTI_SpaceshipBoostPart = (void *)0x05FD3D38; +const void * RTTI_SpaceshipDockingFinishedHandler = (void *)0x05F6A450; +const void * RTTI_SpaceshipEditor__HangarModeState_Null = (void *)0x05EAD300; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipInspect = (void *)0x05EAD5D0; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection = (void *)0x05EAE5B0; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle = (void *)0x05EAE280; +const void * RTTI_SpaceshipEditor__ModuleModeState_Add = (void *)0x05DF28D8; +const void * RTTI_SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle = (void *)0x05DF26A0; +const void * RTTI_SpaceshipEditor__ModuleModeState_Color = (void *)0x05DF3B40; +const void * RTTI_SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle = (void *)0x05DF3E50; +const void * RTTI_SpaceshipEditor__ModuleModeState_Edit = (void *)0x05DF6B10; +const void * RTTI_SpaceshipEditor__ModuleModeState_Empty = (void *)0x05DF6A50; +const void * RTTI_SpaceshipEditor__ModuleModeState_Null = (void *)0x05DF6A90; +const void * RTTI_SpaceshipEditor__ModuleModeState_Selection = (void *)0x05DF69D0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting = (void *)0x05DEF9F8; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle = (void *)0x05DEFC20; +const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck = (void *)0x05DF06E0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle = (void *)0x05DF0550; +const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode = (void *)0x05EAD340; +const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle = (void *)0x05EAD620; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Loading = (void *)0x05DF6AD0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_ModuleMode = (void *)0x05DF0F90; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Null = (void *)0x05DF6A10; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Popup = (void *)0x05DF6950; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename = (void *)0x05DF1C30; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle = (void *)0x05DF1A80; +const void * RTTI_SpaceshipEditor__ShipBuilderState_UpgradeMode = (void *)0x05DD8400; +const void * RTTI_SpaceshipEditor__Spaceship3DManager = (void *)0x05DF4BE8; +const void * RTTI_SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle = (void *)0x05DF4A50; +const void * RTTI_SpaceshipEditor__SpaceshipEditorGame3DManager = (void *)0x05DF4C30; +const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu = (void *)0x05DF6BE0; +const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle = (void *)0x05DF6550; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Null = (void *)0x05DF6990; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace = (void *)0x05DD98C0; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle = (void *)0x05DD9690; +const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect = (void *)0x05DD8970; +const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle = (void *)0x05DD8A60; +const void * RTTI_SpaceshipEffectsUtil__EventSink = (void *)0x05FD2DA0; +const void * RTTI_SpaceshipEquipmentComponent = (void *)0x05FD3CA8; +const void * RTTI_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler = (void *)0x05FD3C00; +const void * RTTI_SpaceshipGravDrivePart = (void *)0x05FD3D08; +const void * RTTI_SpaceshipHudMenu = (void *)0x05F0D270; +const void * RTTI_SpaceshipLandingFinishedFailsafeHandler = (void *)0x05F6A980; +const void * RTTI_SpaceshipLandingFinishedHandler = (void *)0x05F6A948; +const void * RTTI_SpaceshipLinkedCell__ExteriorShipCell = (void *)0x05FDE6B0; +const void * RTTI_SpaceshipLinkedCell__InteriorShipCell = (void *)0x05FDE670; +const void * RTTI_SpaceshipLinkedCell__ShipCell = (void *)0x05FDE918; +const void * RTTI_SpaceshipMobilityPart = (void *)0x05FD3C78; +const void * RTTI_SpaceshipPart = (void *)0x05FD3CE0; +const void * RTTI_SpaceshipPlayerSounds = (void *)0x05FD6650; +const void * RTTI_SpaceshipShieldPart = (void *)0x05FD3D68; +const void * RTTI_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler = (void *)0x05FD6AD0; +const void * RTTI_SpaceshipTakeOffFinishedHandler = (void *)0x05F6A910; +const void * RTTI_SpaceshipUndockingFinishedHandler = (void *)0x05F6A488; +const void * RTTI_SpaceshipWeapon = (void *)0x05FD3C50; +const void * RTTI_Spaceship__InstanceData = (void *)0x05E42B48; +const void * RTTI_Spaceship__LadderSwapHandler = (void *)0x05D2CED0; +const void * RTTI_Spaceship__ShipProxyCollisionListener = (void *)0x05E45FD8; +const void * RTTI_Spaceship__TargetingMode = (void *)0x05F3CB78; +const void * RTTI_SpawnHazardEffect = (void *)0x05F400B0; +const void * RTTI_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler = (void *)0x05DE8BB0; +const void * RTTI_SpecificItemCollector = (void *)0x05E6B540; +const void * RTTI_SpectatorPackage = (void *)0x05D115F0; +const void * RTTI_SpeedScale = (void *)0x05FEF350; +const void * RTTI_SpeedScaleInstance = (void *)0x05FEF320; +const void * RTTI_SpellItem = (void *)0x05D22700; +const void * RTTI_SpringBoneData = (void *)0x05E3B9F0; +const void * RTTI_SpringBoneInstance = (void *)0x05E3BA18; +const void * RTTI_StaggerEffect = (void *)0x05F23988; +const void * RTTI_StaggerMeter = (void *)0x05FED688; +const void * RTTI_StaggerMeterInstance = (void *)0x05FEE8D8; +const void * RTTI_StaggeredStopHandler = (void *)0x05F6B1D8; +const void * RTTI_StarField__LoadNodeBarrier = (void *)0x05E45288; +const void * RTTI_StarField__ModuleState = (void *)0x05E452B8; +const void * RTTI_StarField__SpaceReference__RetargetExterior3d = (void *)0x05E45240; +const void * RTTI_StarMapMenu_ExecuteRoute = (void *)0x05F14020; +const void * RTTI_StarMapMenu_Galaxy_FocusSystem = (void *)0x05F139A0; +const void * RTTI_StarMapMenu_LandingInputInProgress = (void *)0x05F10558; +const void * RTTI_StarMapMenu_MarkerGroupContainerVisibilityChanged = (void *)0x05F10510; +const void * RTTI_StarMapMenu_MarkerGroupEntryClicked = (void *)0x05F104D0; +const void * RTTI_StarMapMenu_MarkerGroupEntryHoverChanged = (void *)0x05F10490; +const void * RTTI_StarMapMenu_OnCancel = (void *)0x05F13F88; +const void * RTTI_StarMapMenu_OnClearRoute = (void *)0x05F14050; +const void * RTTI_StarMapMenu_OnExitStarMap = (void *)0x05F13FB8; +const void * RTTI_StarMapMenu_OnGalaxyViewInitialized = (void *)0x05F139D8; +const void * RTTI_StarMapMenu_OnHintButtonClicked = (void *)0x05F13FE8; +const void * RTTI_StarMapMenu_OnOutpostEntrySelected = (void *)0x05F13F18; +const void * RTTI_StarMapMenu_QuickSelectChange = (void *)0x05F12590; +const void * RTTI_StarMapMenu_ReadyToClose = (void *)0x05F13F58; +const void * RTTI_StarMapMenu_ScanPlanet = (void *)0x05F15848; +const void * RTTI_StarMapMenu_SelectedLandingSite = (void *)0x05F10458; +const void * RTTI_StarMapMenu_SelectedLandingSiteFailed = (void *)0x05F10418; +const void * RTTI_StarMapMenu_ShowRealCursor = (void *)0x05F15878; +const void * RTTI_StarMap__BodyInfoToUI = (void *)0x05EB6C30; +const void * RTTI_StarMap__BodyInspectState = (void *)0x05F0FF58; +const void * RTTI_StarMap__BodyInspectState__BodyInspectStateEventShuttle = (void *)0x05F0FA50; +const void * RTTI_StarMap__ConfirmCustomMarkerActionCallback = (void *)0x05F16980; +const void * RTTI_StarMap__DelayCommand = (void *)0x05F12710; +const void * RTTI_StarMap__Galaxy3DScene = (void *)0x05F0DD30; +const void * RTTI_StarMap__GalaxyState = (void *)0x05F12248; +const void * RTTI_StarMap__GalaxyState__GalaxyStateEventShuttle = (void *)0x05F120F0; +const void * RTTI_StarMap__IStarMapState = (void *)0x05F10A78; +const void * RTTI_StarMap__PlanetInfoToUI = (void *)0x05EB6C00; +const void * RTTI_StarMap__SelectBodyEventHelper = (void *)0x05F3D180; +const void * RTTI_StarMap__StarMapMenu = (void *)0x05F14298; +const void * RTTI_StarMap__StarMapMenuDataModel = (void *)0x05F13C78; +const void * RTTI_StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle = (void *)0x05F13520; +const void * RTTI_StarMap__StarMapMenu__StarMapMenuEventShuttle = (void *)0x05F13CB0; +const void * RTTI_StarMap__StarMapSystemMobile = (void *)0x05F15E70; +const void * RTTI_StarMap__SurfaceMap3DScene = (void *)0x05EB0460; +const void * RTTI_StarMap__SurfaceMapState = (void *)0x05F16A58; +const void * RTTI_StarMap__SurfaceMapState__SurfaceMapStateEventShuttle = (void *)0x05F16700; +const void * RTTI_StarMap__SystemBodyInfoToUI = (void *)0x05EB6C60; +const void * RTTI_StarMap__SystemState = (void *)0x05F17B08; +const void * RTTI_StarMap__SystemState__SystemStateEventShuttle = (void *)0x05F182B0; +const void * RTTI_StarMap__Util__ConfirmFastTravelCallback = (void *)0x05F10728; +const void * RTTI_StarMap__Util__ConfirmGravJumpPlotCallback = (void *)0x05F106E8; +const void * RTTI_StartFloatingHandler = (void *)0x05F69C48; +const void * RTTI_StartPCapVoiceHandler = (void *)0x05F6AD38; +const void * RTTI_StartSecurityMinigameHandler = (void *)0x05F6AA68; +const void * RTTI_StateConfirmingAction = (void *)0x05EC49E8; +const void * RTTI_StateEngagmentPrompt = (void *)0x05EC4920; +const void * RTTI_StateInitialLoad = (void *)0x05EC4B08; +const void * RTTI_StateIntroVideo = (void *)0x05EC4870; +const void * RTTI_StateLegalScreen = (void *)0x05EC4848; +const void * RTTI_StateLoadPanelInteract = (void *)0x05EC4A48; +const void * RTTI_StateMachine = (void *)0x05FEE4C8; +const void * RTTI_StateMachineInstance = (void *)0x05FEE498; +const void * RTTI_StateMainPanelInteract = (void *)0x05EC4A18; +const void * RTTI_StateOpenFromInstallMenu = (void *)0x05EC48C8; +const void * RTTI_StateOpenFromReset = (void *)0x05EC4950; +const void * RTTI_StateOpenFromStartup = (void *)0x05EC4898; +const void * RTTI_StateOtherMenuOpen = (void *)0x05EC4AA8; +const void * RTTI_StatePerformingAction = (void *)0x05EC4A78; +const void * RTTI_StateSettingsPanelInteract = (void *)0x05EC49B0; +const void * RTTI_StateSplashScreen = (void *)0x05EC48F8; +const void * RTTI_StateVariableControl = (void *)0x05FEF078; +const void * RTTI_StateVariableControlInstance = (void *)0x05FEF040; +const void * RTTI_StateWaitingOnLoad = (void *)0x05EC4980; +const void * RTTI_StaticAvoidNodeManager = (void *)0x05F54908; +const void * RTTI_StatusMenu = (void *)0x05F183E8; +const void * RTTI_SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed = (void *)0x06090E80; +const void * RTTI_StimpakEffect = (void *)0x05F24C98; +const void * RTTI_StopFloatingHandler = (void *)0x05F69C78; +const void * RTTI_StopMountCameraHandler = (void *)0x05F69F98; +const void * RTTI_StorageTable__AsyncTableColumnBase = (void *)0x05E380A8; +const void * RTTI_StorageTable__DirectColumnDataStorageInterface = (void *)0x05E38060; +const void * RTTI_StorageTable__ScheduleImpl = (void *)0x060621E0; +const void * RTTI_StorageTable__StorageDataBase = (void *)0x05E2EF48; +const void * RTTI_StreamingInstallMenu = (void *)0x05F18698; +const void * RTTI_StreamingInstallMenu__StreamingInstallEventShuttle = (void *)0x05F18650; +const void * RTTI_StreamingInstallMenu__StreamingProgressData = (void *)0x05F18590; +const void * RTTI_StringUIValue = (void *)0x05DF4BC0; +const void * RTTI_SubgraphAndOffsetDBData = (void *)0x05FEFEC8; +const void * RTTI_SummonCreatureEffect = (void *)0x05F24E68; +const void * RTTI_SummonDuplicateEffect = (void *)0x05F24E38; +const void * RTTI_SummonPlacementEffect = (void *)0x05F24E98; +const void * RTTI_SupportMaterialHandler = (void *)0x05F3C958; +const void * RTTI_SurfaceMapMenu_EnablePointCloud = (void *)0x05F16AC8; +const void * RTTI_SurfaceMapMenu_MarkerClicked = (void *)0x05F16B00; +const void * RTTI_SurfaceMapMenu_TryPlaceCustomMarker = (void *)0x05F16A88; +const void * RTTI_SwapGraphNode = (void *)0x05FEE408; +const void * RTTI_SwapGraphNodeInstance = (void *)0x05FEE3D8; +const void * RTTI_SwitchNode = (void *)0x05FEE4F0; +const void * RTTI_SwitchNodeInstance = (void *)0x05FEE518; +const void * RTTI_SyncDeferDeathHandler = (void *)0x05F6ACA8; +const void * RTTI_SyncEarlyExitHandler = (void *)0x05F6A810; +const void * RTTI_SyncQueueObj = (void *)0x05EA2A38; +const void * RTTI_TBO_InstanceData = (void *)0x05E42B78; +const void * RTTI_TES = (void *)0x05DFE2E8; +const void * RTTI_TESAIForm = (void *)0x05D0CE28; +const void * RTTI_TESActorBase = (void *)0x05D0C880; +const void * RTTI_TESActorBaseData = (void *)0x05D0CE00; +const void * RTTI_TESAmmo = (void *)0x05E4EBE0; +const void * RTTI_TESAudio__ScriptedMusicState = (void *)0x05F25878; +const void * RTTI_TESBipedModelForm = (void *)0x05D0CCE0; +const void * RTTI_TESBoundAnimObject = (void *)0x05E4C658; +const void * RTTI_TESBoundObject = (void *)0x05D22B60; +const void * RTTI_TESCamera = (void *)0x05E84910; +const void * RTTI_TESCameraState = (void *)0x05E89200; +const void * RTTI_TESChildCell = (void *)0x05E7C8C8; +const void * RTTI_TESClass = (void *)0x05E67FA0; +const void * RTTI_TESClimate = (void *)0x05E53100; +const void * RTTI_TESCombatStyle = (void *)0x05D0C920; +const void * RTTI_TESContainer = (void *)0x05DA6398; +const void * RTTI_TESCustomPackageData = (void *)0x05E7C560; +const void * RTTI_TESDataHandler = (void *)0x05E012D8; +const void * RTTI_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm = (void *)0x05E00370; +const void * RTTI_TESDataHandlerPostBuildFileListSource = (void *)0x05DA6CA0; +const void * RTTI_TESDataHandler__ArchiveRegistrationListener = (void *)0x05E00FB0; +const void * RTTI_TESDescription = (void *)0x05D22818; +const void * RTTI_TESDialoguePackageData = (void *)0x05D0F8A0; +const void * RTTI_TESEffectShader = (void *)0x05E4ED88; +const void * RTTI_TESEnchantableForm = (void *)0x05D0CD08; +const void * RTTI_TESEyes = (void *)0x05E67FC0; +const void * RTTI_TESFaction = (void *)0x05D0C970; +const void * RTTI_TESFile = (void *)0x05E01640; +const void * RTTI_TESFlora = (void *)0x05E4EE98; +const void * RTTI_TESFloraInstanceData = (void *)0x05E4EE68; +const void * RTTI_TESFollowPackageData = (void *)0x05E7C4A0; +const void * RTTI_TESForm = (void *)0x05D22BA8; +const void * RTTI_TESFullName = (void *)0x05D22C48; +const void * RTTI_TESFurniture = (void *)0x05E4E998; +const void * RTTI_TESGlobal = (void *)0x05D0CAC8; +const void * RTTI_TESGrass = (void *)0x05E4EF28; +const void * RTTI_TESHandleForm = (void *)0x05E51820; +const void * RTTI_TESHavokUtilities__CellHeightFieldCuller = (void *)0x05E6C070; +const void * RTTI_TESHealthForm = (void *)0x05D0CE48; +const void * RTTI_TESIdleForm = (void *)0x05D0C070; +const void * RTTI_TESImageSpace = (void *)0x05D0C720; +const void * RTTI_TESImageSpaceModifiableForm = (void *)0x05D22CB8; +const void * RTTI_TESImageSpaceModifier = (void *)0x05D0ECF8; +const void * RTTI_TESKey = (void *)0x05D0CAA8; +const void * RTTI_TESLandTexture = (void *)0x05E53160; +const void * RTTI_TESLevCharacter = (void *)0x05E4EF70; +const void * RTTI_TESLevItem = (void *)0x05E4EF98; +const void * RTTI_TESLevSpell = (void *)0x05E4EFC0; +const void * RTTI_TESLeveledList = (void *)0x05D0CD38; +const void * RTTI_TESLoadScreen = (void *)0x05E64AC8; +const void * RTTI_TESMagicTargetForm = (void *)0x05E06B70; +const void * RTTI_TESModel = (void *)0x05D22C70; +const void * RTTI_TESModelDB__TESAutoQueuedDependentNode = (void *)0x05E016F8; +const void * RTTI_TESModelDB__TESQueuedHandles = (void *)0x05DFB678; +const void * RTTI_TESModelTri = (void *)0x05E673E0; +const void * RTTI_TESNPC = (void *)0x05D0EF60; +const void * RTTI_TESNPCData__ChargenDataModel = (void *)0x05E498E0; +const void * RTTI_TESNPC__InstanceData = (void *)0x05E68948; +const void * RTTI_TESObject = (void *)0x05D22B88; +const void * RTTI_TESObjectACTI = (void *)0x05E4E860; +const void * RTTI_TESObjectANIO = (void *)0x05E4F6E8; +const void * RTTI_TESObjectARMA = (void *)0x05D0EC70; +const void * RTTI_TESObjectARMO = (void *)0x05E4F800; +const void * RTTI_TESObjectARMOInstanceData = (void *)0x05D0C280; +const void * RTTI_TESObjectBOOK = (void *)0x05E4F918; +const void * RTTI_TESObjectCELL = (void *)0x05D0BFB0; +const void * RTTI_TESObjectCONT = (void *)0x05E4FA38; +const void * RTTI_TESObjectCONT__InstanceData = (void *)0x05E4FA60; +const void * RTTI_TESObjectDOOR = (void *)0x05E502A8; +const void * RTTI_TESObjectLIGH = (void *)0x05E4F0A8; +const void * RTTI_TESObjectMISC = (void *)0x05E4EF48; +const void * RTTI_TESObjectREFR = (void *)0x05D0BF38; +const void * RTTI_TESObjectREFRDef__IAliasFunctor = (void *)0x05DF9300; +const void * RTTI_TESObjectREFRDef__IAliasLinkedChildFunctor = (void *)0x05DF9340; +const void * RTTI_TESObjectREFRDef__ILinkedReferenceFunctor = (void *)0x05DAF820; +const void * RTTI_TESObjectREFRIsReadyForAttachEvent = (void *)0x05E59150; +const void * RTTI_TESObjectREFRSync__REFRSyncController = (void *)0x05E628F0; +const void * RTTI_TESObjectSTAT = (void *)0x05E4CCB0; +const void * RTTI_TESObjectWEAP = (void *)0x05E50A10; +const void * RTTI_TESObjectWEAPInstanceData = (void *)0x05E50A38; +const void * RTTI_TESPackage = (void *)0x05D0C9C0; +const void * RTTI_TESPackedFile = (void *)0x05E01660; +const void * RTTI_TESPlanetModel = (void *)0x05D0C6F8; +const void * RTTI_TESQuest = (void *)0x05DCEFA0; +const void * RTTI_TESRace = (void *)0x05D0F2E8; +const void * RTTI_TESRaceForm = (void *)0x05D0CD88; +const void * RTTI_TESRegion = (void *)0x05E410B0; +const void * RTTI_TESRegionData = (void *)0x05D0E910; +const void * RTTI_TESRegionDataManager = (void *)0x05E410D0; +const void * RTTI_TESRegionDataMap = (void *)0x05E41100; +const void * RTTI_TESRegionDataSound = (void *)0x05E41128; +const void * RTTI_TESRegionDataWeather = (void *)0x05D0E8B8; +const void * RTTI_TESRegionList = (void *)0x05E41158; +const void * RTTI_TESShout = (void *)0x05E66FD8; +const void * RTTI_TESSoulGem = (void *)0x05E50A68; +const void * RTTI_TESSound = (void *)0x05E66FF8; +const void * RTTI_TESSpellList = (void *)0x05D0CDB0; +const void * RTTI_TESTexture = (void *)0x05D0CF30; +const void * RTTI_TESTopic = (void *)0x05D0CA10; +const void * RTTI_TESTopicInfo = (void *)0x05D0C9E8; +const void * RTTI_TESTrapListener = (void *)0x05E6C1C0; +const void * RTTI_TESValueForm = (void *)0x05DF7398; +const void * RTTI_TESWaterForm = (void *)0x05D0CA58; +const void * RTTI_TESWaterNormals = (void *)0x05E83188; +const void * RTTI_TESWaterObject = (void *)0x05E83160; +const void * RTTI_TESWaterSystem = (void *)0x05E831B0; +const void * RTTI_TESWeather = (void *)0x05E629E8; +const void * RTTI_TESWeightForm = (void *)0x05DF72C8; +const void * RTTI_TESWordOfPower = (void *)0x05E67018; +const void * RTTI_TESWorldSpace = (void *)0x05D0E8E8; +const void * RTTI_TES__PostGridLoadNode = (void *)0x05DFE210; +const void * RTTI_TagPropagationNode = (void *)0x05FEE9A0; +const void * RTTI_TagPropagationNodeInstance = (void *)0x05FEE9D0; +const void * RTTI_TakeOffInitiateCompleteHandler = (void *)0x05F6AA30; +const void * RTTI_TakeoffMenu = (void *)0x05F0D4F8; +const void * RTTI_TakeoffMenuDataModel = (void *)0x05EDA6C0; +const void * RTTI_TakeoffMenuDataModel__TakeoffMenuEventShuttle = (void *)0x05EDA6F0; +const void * RTTI_TakeoffMenu_CloseMenu = (void *)0x05F0D618; +const void * RTTI_TakeoffMenu_ExitShip = (void *)0x05F0D648; +const void * RTTI_TakeoffMenu_Launch = (void *)0x05F0D6C8; +const void * RTTI_TargetEntry = (void *)0x05E6AB28; +const void * RTTI_TelekinesisEffect = (void *)0x05F25020; +const void * RTTI_TeleportDoorSearch = (void *)0x05E7E6D8; +const void * RTTI_TempLoadedCellDB__LoadTempDataForCell = (void *)0x05DE5208; +const void * RTTI_TerminalMenu_CancelEvent = (void *)0x05F19DB0; +const void * RTTI_TerminalOpenViewCallback = (void *)0x05F19C08; +const void * RTTI_TerminalRunResultsCallback = (void *)0x05F19C38; +const void * RTTI_Terminal_CloseAllViews = (void *)0x05F19D20; +const void * RTTI_Terminal_CloseTopView = (void *)0x05F19CF0; +const void * RTTI_Terminal_CloseView = (void *)0x05F19D80; +const void * RTTI_Terminal_MenuItemClick = (void *)0x05F19D50; +const void * RTTI_Terminal__AddAliasedTerminalsFunc = (void *)0x05F19980; +const void * RTTI_Terminal__GenesisTerminalMenu = (void *)0x05F19CB8; +const void * RTTI_Terminal__GenesisTerminalMenu_UnlockItemConfirm = (void *)0x05F19AC0; +const void * RTTI_Terminal__GenesisTerminalMenu_UnlockedItemWithKey = (void *)0x05F199C0; +const void * RTTI_Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle = (void *)0x05F1A220; +const void * RTTI_TerminateGraphRagdollHandler = (void *)0x05F6A9C0; +const void * RTTI_TerrainDB__TerrainBarrierNode = (void *)0x05E46E70; +const void * RTTI_TerrainDB__TerrainGraphProcessor = (void *)0x05E47708; +const void * RTTI_TestMenu = (void *)0x05F1C0B0; +const void * RTTI_TestMenu_DoAction = (void *)0x05F1C0D0; +const void * RTTI_TestMenu_ExitMenu = (void *)0x05F1C048; +const void * RTTI_TestMenu_ShowImages = (void *)0x05F1C150; +const void * RTTI_TestMenu_ShowResources = (void *)0x05F1C120; +const void * RTTI_TestMenu_TestAll = (void *)0x05F1C0F8; +const void * RTTI_TestMenu__TestMenuEventShuttle = (void *)0x05F1BCC0; +const void * RTTI_TestReferencedObject = (void *)0x05D040F8; +const void * RTTI_TextInputMenu = (void *)0x05F1C458; +const void * RTTI_TextInputMenu_EndEditText = (void *)0x05F1C550; +const void * RTTI_TextInputMenu_InputCanceled = (void *)0x05F1C580; +const void * RTTI_TextInputMenu_StartEditText = (void *)0x05F1C518; +const void * RTTI_TextInputMenu__TextInputEventShuttle = (void *)0x05F1C288; +const void * RTTI_TextRenderer = (void *)0x060214F8; +const void * RTTI_TextRenderer3D = (void *)0x05D96250; +const void * RTTI_TextureDB__ErrorStreamer = (void *)0x05DB4228; +const void * RTTI_TextureDB__Manager = (void *)0x0604A8D0; +const void * RTTI_TextureUtils__AutoQueuedDependentNode = (void *)0x06008E78; +const void * RTTI_TextureUtils__WaitStreamedNode = (void *)0x06009000; +const void * RTTI_ThirdPersonState = (void *)0x05E891A8; +const void * RTTI_ThumbstickEvent = (void *)0x05FF1D68; +const void * RTTI_TimeMultiplierProvider = (void *)0x05E41008; +const void * RTTI_TimerEvent = (void *)0x05FEF610; +const void * RTTI_TimerEventInstance = (void *)0x05FEF5E0; +const void * RTTI_TitleSequenceMenu = (void *)0x05FAE9F8; +const void * RTTI_TitleSequenceMenu_StartMusic = (void *)0x05FAEA70; +const void * RTTI_TranslationAdjustment = (void *)0x05FED658; +const void * RTTI_TranslationAdjustmentInstance = (void *)0x05FEE908; +const void * RTTI_TrapEntry = (void *)0x05E6C1A0; +const void * RTTI_TrapTargetEntry = (void *)0x05E6AB00; +const void * RTTI_TraversalCollisionFilter = (void *)0x05E14660; +const void * RTTI_TraversalFinishedHandler = (void *)0x05F6A8A8; +const void * RTTI_TraversalStepDoneHandler = (void *)0x05F6A750; +const void * RTTI_TrespassPackage = (void *)0x05F54A70; +const void * RTTI_TrianglePathWaterLedgeTraversalSplitter = (void *)0x06031288; +const void * RTTI_TurnUndeadEffect = (void *)0x05F24FF8; +const void * RTTI_TutorialMessageManager = (void *)0x05EE2038; +const void * RTTI_TutorialMessageManager__TutorialMessageEventShuttle = (void *)0x05EB1850; +const void * RTTI_TweenMenuCameraState = (void *)0x05FA4460; +const void * RTTI_TwoBoneIKNode = (void *)0x05FED2F8; +const void * RTTI_TwoBoneIKNodeInstance = (void *)0x05FEE940; +const void * RTTI_TypeRegistryTest__Ref = (void *)0x05CFEAB0; +const void * RTTI_TypeRegistryTest__TypedefChild = (void *)0x05CFF030; +const void * RTTI_UI = (void *)0x0601F908; +const void * RTTI_UIBlurManager = (void *)0x05FAF0C0; +const void * RTTI_UICellRenderer = (void *)0x05DEEE40; +const void * RTTI_UICellRenderer_InventoryItem = (void *)0x05DEEEE8; +const void * RTTI_UICellRenderer_InventoryItem__ItemModelLoadTask = (void *)0x05DEEF20; +const void * RTTI_UIDataShuttleConnector = (void *)0x0601FC98; +const void * RTTI_UIDataShuttleContainer = (void *)0x05DD8E98; +const void * RTTI_UIDataToFlash = (void *)0x05DD8B20; +const void * RTTI_UIEventDispatcher = (void *)0x05DAC038; +const void * RTTI_UIMenuChargenMenuDisablePaperdoll = (void *)0x05F065C0; +const void * RTTI_UISaveLoadManager = (void *)0x05F3CEF0; +const void * RTTI_UncullFurnitureBoneHandler = (void *)0x05F6B038; +const void * RTTI_UncullWeaponsHandler = (void *)0x05F6AF10; +const void * RTTI_UnitTest__CopyableReferencedObject = (void *)0x05CFEA48; +const void * RTTI_UnitTest__InterfaceImpl0 = (void *)0x05CFECE8; +const void * RTTI_UnitTest__InterfaceImpl1 = (void *)0x05CFED18; +const void * RTTI_UnitTest__InterfaceUnregistered0 = (void *)0x05CFED48; +const void * RTTI_UnitTest__InterfaceUnregistered1 = (void *)0x05CFED80; +const void * RTTI_UnitTest__NestedRelArray = (void *)0x05CFEA18; +const void * RTTI_UnitTest__SetterTest__Foo = (void *)0x05CFEA80; +const void * RTTI_UnitTest__SimpleRelArray = (void *)0x05CFE9E8; +const void * RTTI_UnitTest__TypeVm__Record = (void *)0x05CFEAE0; +const void * RTTI_UnitTest__UrlObject__Shape = (void *)0x05CFEDB8; +const void * RTTI_UnitTest__UrlObject__TestGraph = (void *)0x05CFEDE8; +const void * RTTI_UpdateParticleParticleInDirtyAabbsTask = (void *)0x05D081E0; +const void * RTTI_UpdateRigidBodyDirtyAabbsTask = (void *)0x05D081A8; +const void * RTTI_UpdateSceneRectEvent = (void *)0x06020050; +const void * RTTI_UseStimpakHandler = (void *)0x05F6ABC8; +const void * RTTI_VATS = (void *)0x05F6F8C0; +const void * RTTI_VATSCameraState = (void *)0x05FA4490; +const void * RTTI_VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor = (void *)0x05F6F620; +const void * RTTI_ValueModifierEffect = (void *)0x05F232D8; +const void * RTTI_VariableCombiner = (void *)0x05FED2D0; +const void * RTTI_VariableCombinerInstance = (void *)0x05FEE970; +const void * RTTI_VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor = (void *)0x06039C80; +const void * RTTI_VirtualPathingDoor = (void *)0x05E0ACD0; +const void * RTTI_WaterPathPathingNodeGenerator = (void *)0x06039788; +const void * RTTI_WaterPathRayValidator = (void *)0x06039758; +const void * RTTI_WeaponAttachHandler = (void *)0x05F6ACD8; +const void * RTTI_WeaponBeginDrawHandler = (void *)0x05F6B590; +const void * RTTI_WeaponBeginSheatheHandler = (void *)0x05F6B5C0; +const void * RTTI_WeaponDetachHandler = (void *)0x05F6AD08; +const void * RTTI_WeaponDrawHandler = (void *)0x05F6B468; +const void * RTTI_WeaponEnchantmentController = (void *)0x05F24AD0; +const void * RTTI_WeaponFireEndHandler = (void *)0x05F6AEE0; +const void * RTTI_WeaponFireHandler = (void *)0x05F6AE58; +const void * RTTI_WeaponFireStartHandler = (void *)0x05F6AEB0; +const void * RTTI_WeaponGroupAssignmentMenu_ChangeWeaponAssignment = (void *)0x05DEE340; +const void * RTTI_WeaponGroupAssignmentMenu_OnHintButtonActivated = (void *)0x05DEE850; +const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu = (void *)0x05DEE510; +const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle = (void *)0x05DEE750; +const void * RTTI_WeaponSheatheHandler = (void *)0x05F6B490; +const void * RTTI_WeaponSheatheInterruptHandler = (void *)0x05F6B4C0; +const void * RTTI_WeaponSwingHandler = (void *)0x05F6B438; +const void * RTTI_WeaponsCraftingMenu = (void *)0x05F1D2F8; +const void * RTTI_Win32FileSystemWatcher = (void *)0x05CFF348; +const void * RTTI_WorkshopActionButton_HoldFinished = (void *)0x05F22880; +const void * RTTI_WorkshopActionButton_HoldStopped = (void *)0x05F22798; +const void * RTTI_WorkshopAreaResourcesDataModel = (void *)0x05EDC008; +const void * RTTI_WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle = (void *)0x05EDBFB0; +const void * RTTI_WorkshopBIEvents__WorkshopEventManager = (void *)0x05F26248; +const void * RTTI_WorkshopBuilderDataModel = (void *)0x05EDC9E0; +const void * RTTI_WorkshopBuilderDataModel__WorkshopBuilderEventShuttle = (void *)0x05EDC990; +const void * RTTI_WorkshopBuilderMenu = (void *)0x05F1DDE0; +const void * RTTI_WorkshopBuilderMenu_ChangeBuildItem = (void *)0x05F1DE48; +const void * RTTI_WorkshopBuilderMenu_SelectedItem = (void *)0x05F1DE10; +const void * RTTI_WorkshopBuilderMenu_ToggleTracking = (void *)0x05F1DDA0; +const void * RTTI_WorkshopCamera__CameraHitCollector = (void *)0x05E89978; +const void * RTTI_WorkshopCamera__WorkshopCharacterProxyListener = (void *)0x05E89930; +const void * RTTI_WorkshopCategoryBarDataModel = (void *)0x05EDB118; +const void * RTTI_WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle = (void *)0x05EDB220; +const void * RTTI_WorkshopCategoryInfoDataModel = (void *)0x05EDB698; +const void * RTTI_WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle = (void *)0x05EDB7A0; +const void * RTTI_WorkshopColorModeDataModel = (void *)0x05EB2B70; +const void * RTTI_WorkshopColorModeDataModel__WorkshopColorModeEventShuttle = (void *)0x05EB2C00; +const void * RTTI_WorkshopColorMode_ApplyColors = (void *)0x05EB2FC0; +const void * RTTI_WorkshopColorMode_SelectedTab = (void *)0x05EB2F50; +const void * RTTI_WorkshopColorMode_SliderChanged = (void *)0x05EB2F88; +const void * RTTI_WorkshopColorMode_SwatchChanged = (void *)0x05EB2B38; +const void * RTTI_WorkshopEngine__ActivateItemEvent = (void *)0x05FDAE28; +const void * RTTI_WorkshopEngine__BulldozeItemEvent = (void *)0x05FDACD0; +const void * RTTI_WorkshopEngine__CancelEvent = (void *)0x05FDA7B0; +const void * RTTI_WorkshopEngine__CommitEvent = (void *)0x05FDAA48; +const void * RTTI_WorkshopEngine__ConnectTransferLinkEvent = (void *)0x05FDA9A0; +const void * RTTI_WorkshopEngine__ConnectWireEvent = (void *)0x05FDAF88; +const void * RTTI_WorkshopEngine__CycleBehaviorEvent = (void *)0x05FDA7E8; +const void * RTTI_WorkshopEngine__EditColorsEvent = (void *)0x05FDAD48; +const void * RTTI_WorkshopEngine__EditItemEvent = (void *)0x05FDA9E0; +const void * RTTI_WorkshopEngine__EngineFrame = (void *)0x05D2EC68; +const void * RTTI_WorkshopEngine__ExitEvent = (void *)0x05FDAA18; +const void * RTTI_WorkshopEngine__FinishRepairEvent = (void *)0x05FDAA80; +const void * RTTI_WorkshopEngine__InspectColorItemsEvent = (void *)0x05FDAE60; +const void * RTTI_WorkshopEngine__ItemCombatChangedEvent = (void *)0x05FDAAB8; +const void * RTTI_WorkshopEngine__NewItemEvent = (void *)0x05FDAFC0; +const void * RTTI_WorkshopEngine__PlaceOutpostEvent = (void *)0x05FDAF50; +const void * RTTI_WorkshopEngine__PreviewColorsEvent = (void *)0x05FDAD80; +const void * RTTI_WorkshopEngine__RemoveItemEvent = (void *)0x05FDA928; +const void * RTTI_WorkshopEngine__RemoveOutpostEvent = (void *)0x05FDA778; +const void * RTTI_WorkshopEngine__RemoveSingleWorkshopItemEvent = (void *)0x05FDA8E0; +const void * RTTI_WorkshopEngine__RemoveWorkshopItemsEvent = (void *)0x05FDA898; +const void * RTTI_WorkshopEngine__RequestRepairItemEvent = (void *)0x05FDA960; +const void * RTTI_WorkshopEngine__ResetColorsToDefaultEvent = (void *)0x05FDAD08; +const void * RTTI_WorkshopEngine__RevertBehaviorEvent = (void *)0x05FDA820; +const void * RTTI_WorkshopEngine__RotateItemEvent = (void *)0x05FDA860; +const void * RTTI_WorkshopEngine__StartQuickMenuEvent = (void *)0x05FDAED8; +const void * RTTI_WorkshopEngine__StartSnappedEvent = (void *)0x05FDA740; +const void * RTTI_WorkshopEngine__StartWorkshopEvent = (void *)0x05FDAEA0; +const void * RTTI_WorkshopEngine__StateBulldoze = (void *)0x05FD88B0; +const void * RTTI_WorkshopEngine__StateCreatePowerLink = (void *)0x05FD8700; +const void * RTTI_WorkshopEngine__StateCreateReferences = (void *)0x05FDAAF8; +const void * RTTI_WorkshopEngine__StateCreateTransferLink = (void *)0x05FD8920; +const void * RTTI_WorkshopEngine__StateCycleSnapBehavior = (void *)0x05FD8838; +const void * RTTI_WorkshopEngine__StateDuplicateReferences = (void *)0x05FDAC58; +const void * RTTI_WorkshopEngine__StateIdle = (void *)0x05FDABA8; +const void * RTTI_WorkshopEngine__StateInspect = (void *)0x05FD8DC8; +const void * RTTI_WorkshopEngine__StateInspectColorItems = (void *)0x05FD87F8; +const void * RTTI_WorkshopEngine__StateModifyColors = (void *)0x05FD8878; +const void * RTTI_WorkshopEngine__StatePostCommitEdit = (void *)0x05FD8E00; +const void * RTTI_WorkshopEngine__StateSetupReferences = (void *)0x05FDABD8; +const void * RTTI_WorkshopEngine__StateUpdateAutoFoundation = (void *)0x05FD8D48; +const void * RTTI_WorkshopEngine__StateUpdateCommitSnapEdit = (void *)0x05FD8D88; +const void * RTTI_WorkshopEngine__StateUpdatePlacement = (void *)0x05FDAC18; +const void * RTTI_WorkshopEngine__StateUpdatePowerLink = (void *)0x05FD8740; +const void * RTTI_WorkshopEngine__StateUpdateSnapped = (void *)0x05FD88E8; +const void * RTTI_WorkshopEngine__StateUpdateTransferLink = (void *)0x05FD8780; +const void * RTTI_WorkshopEngine__StateWait3D = (void *)0x05FDAC98; +const void * RTTI_WorkshopEngine__TrackItemEvent = (void *)0x05FDADB8; +const void * RTTI_WorkshopEngine__UntrackItemEvent = (void *)0x05FDADF0; +const void * RTTI_WorkshopEngine__UpdateEvent = (void *)0x05FDAF18; +const void * RTTI_WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter = (void *)0x05E867C0; +const void * RTTI_WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector = (void *)0x05E88860; +const void * RTTI_WorkshopHavokUtils__ForwardCastCollector = (void *)0x05E868C8; +const void * RTTI_WorkshopHavokUtils__GroundInfoCollisionfilter = (void *)0x05E88E10; +const void * RTTI_WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter = (void *)0x05E86870; +const void * RTTI_WorkshopHavokUtils__IntersectionTestCollisionfilter = (void *)0x05E86820; +const void * RTTI_WorkshopHavokUtils__ItemPlacementForwardCastCollector = (void *)0x05E88280; +const void * RTTI_WorkshopHavokUtils__TempItemPlacementCollector = (void *)0x05FDBC10; +const void * RTTI_WorkshopHavokUtils__WorkshopClosestHitGroundCollector = (void *)0x05E88320; +const void * RTTI_WorkshopHavokUtils__WorkshopGroundCollector = (void *)0x05E882D0; +const void * RTTI_WorkshopHavokUtils__hknpWorkshopCastCollector = (void *)0x05E86770; +const void * RTTI_WorkshopHavokUtils__hknpWorkshopIntersectCollector = (void *)0x05E86950; +const void * RTTI_WorkshopHighlightUtils__EventListener = (void *)0x05FDB058; +const void * RTTI_WorkshopInteractiveMessageDataModel = (void *)0x05EDCDA0; +const void * RTTI_WorkshopInteractiveMessageDataModel__ICallback = (void *)0x05F207D0; +const void * RTTI_WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle = (void *)0x05EDCE30; +const void * RTTI_WorkshopIsoCameraState = (void *)0x05FA4048; +const void * RTTI_WorkshopLOD__WorkshopLODManager = (void *)0x05FD71D0; +const void * RTTI_WorkshopMenu = (void *)0x05F20468; +const void * RTTI_WorkshopMenuShared = (void *)0x05F227D0; +const void * RTTI_WorkshopMenu_AttemptBuild = (void *)0x05F207A0; +const void * RTTI_WorkshopMenu_CancelAction = (void *)0x05F20700; +const void * RTTI_WorkshopMenu_ChangeVariant = (void *)0x05F206C8; +const void * RTTI_WorkshopMenu_ConnectionEvent = (void *)0x05F20600; +const void * RTTI_WorkshopMenu_ExitMenu = (void *)0x05F20668; +const void * RTTI_WorkshopMenu_MessageCallback = (void *)0x05F20528; +const void * RTTI_WorkshopMenu_SelectedCategory = (void *)0x05F20768; +const void * RTTI_WorkshopMenu_SelectedGridObject = (void *)0x05F20730; +const void * RTTI_WorkshopMenu_ShowExtras = (void *)0x05F20638; +const void * RTTI_WorkshopMenu_SwitchMode = (void *)0x05F20698; +const void * RTTI_WorkshopMenu_ToggleDistance = (void *)0x05F205C8; +const void * RTTI_WorkshopMenu_ToggleTracking = (void *)0x05F20560; +const void * RTTI_WorkshopMenu_ToggleView = (void *)0x05F20598; +const void * RTTI_WorkshopMessageDataModel = (void *)0x05EDCF50; +const void * RTTI_WorkshopMessageDataModel__WorkshopMessageEventShuttle = (void *)0x05EDCF00; +const void * RTTI_WorkshopObjectInfoCardDataModel = (void *)0x05EDBA48; +const void * RTTI_WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle = (void *)0x05EDBB50; +const void * RTTI_WorkshopOperations__CandidateSnapper = (void *)0x05FDBCD0; +const void * RTTI_WorkshopPickRefDataModel = (void *)0x05EDD4D0; +const void * RTTI_WorkshopPickRefDataModel__WorkshopPickRefEventShuttle = (void *)0x05EDD580; +const void * RTTI_WorkshopQuickMenu = (void *)0x05F208B8; +const void * RTTI_WorkshopQuickMenuDataModel = (void *)0x05EDD778; +const void * RTTI_WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle = (void *)0x05EDD7F0; +const void * RTTI_WorkshopQuickMenu_ConfirmAction = (void *)0x05F20978; +const void * RTTI_WorkshopQuickMenu_ExitMenu = (void *)0x05F209B0; +const void * RTTI_WorkshopResources__WorkshopResourcesManager = (void *)0x05DA62C0; +const void * RTTI_WorkshopShared_SetActionHandles = (void *)0x05F22848; +const void * RTTI_WorkshopShared_StartAction = (void *)0x05F228B8; +const void * RTTI_WorkshopStateDataModel = (void *)0x05EDE0C8; +const void * RTTI_WorkshopStateDataModel__WorkshopStateEventShuttle = (void *)0x05EDE100; +const void * RTTI_WorkshopStatusDataModel = (void *)0x05EB30A0; +const void * RTTI_WorkshopStatusDataModel__WorkshopStatusEventShuttle = (void *)0x05EB3110; +const void * RTTI_WorkshopTargetMenu = (void *)0x05F21CF8; +const void * RTTI_WorkshopTargetMenu_TargetHovered = (void *)0x05F21E00; +const void * RTTI_WorkshopTargetMenu_TargetPicked = (void *)0x05F21DC8; +const void * RTTI_WorkshopTargetMenu__OutpostData = (void *)0x05F21A50; +const void * RTTI_WorkshopTargetMenu__ResourceData = (void *)0x05F21C70; +const void * RTTI_WorkshopTargetMenu__SourceData = (void *)0x05F22070; +const void * RTTI_WorkshopTargetMenu__TargetData = (void *)0x05F21AE8; +const void * RTTI_WorkshopTargetMenu__TargetMenuData = (void *)0x05F216C8; +const void * RTTI_WorkshopTargetMenu__WorkshopTargetEventShuttle = (void *)0x05F21CB0; +const void * RTTI_WorkshopUI__ConfirmDeferDeleteCallback = (void *)0x05FDC3F8; +const void * RTTI_WorkshopUI__StateBulldoze = (void *)0x05FDC630; +const void * RTTI_WorkshopUI__StateIdle = (void *)0x05FDC5C8; +const void * RTTI_WorkshopUI__StateInspectColors = (void *)0x05FDC590; +const void * RTTI_WorkshopUI__StateInspectIdle = (void *)0x05FDC1E0; +const void * RTTI_WorkshopUI__StateInspectItem = (void *)0x05FDC258; +const void * RTTI_WorkshopUI__StateModifyColors = (void *)0x05FDC5F8; +const void * RTTI_WorkshopUI__StateUpdateExistingItemPlacement = (void *)0x05FDC360; +const void * RTTI_WorkshopUI__StateUpdateNewDeployablePlacement = (void *)0x05FDC3B0; +const void * RTTI_WorkshopUI__StateUpdateNewItemPlacement = (void *)0x05FDC218; +const void * RTTI_WorkshopUI__StateUpdateTransferLinkPlacement = (void *)0x05FDC310; +const void * RTTI_WorkshopUI__StateUpdateWirePlacement = (void *)0x05FDC2C8; +const void * RTTI_WorkshopUI__UIStateMachine = (void *)0x05DA6418; +const void * RTTI_Workshop_BlueprintMenu = (void *)0x05F22180; +const void * RTTI_Workshop__BulldozeOnlyWorkshopItem = (void *)0x05FDA658; +const void * RTTI_Workshop__DecoratedHabWorkshopItem = (void *)0x05E88730; +const void * RTTI_Workshop__ExtraData = (void *)0x05DF7E98; +const void * RTTI_Workshop__InventoryItemWorkshopItem = (void *)0x05FDA6C8; +const void * RTTI_Workshop__MainStatusHandler = (void *)0x05D2CDD8; +const void * RTTI_Workshop__PackinWorkshopItem = (void *)0x05E887A0; +const void * RTTI_Workshop__PowerLinkWorkshopItem = (void *)0x05FDA690; +const void * RTTI_Workshop__SingleWorkshopItem = (void *)0x05E88768; +const void * RTTI_Workshop__TESObjectREFRGameEventListener = (void *)0x05FDA618; +const void * RTTI_Workshop__TransferLinkWorkshopItem = (void *)0x05FDA708; +const void * RTTI_Workshop__WireWorkshopItem = (void *)0x05FDB160; +const void * RTTI_Workshop__WorkshopItemBase = (void *)0x05E888B0; +const void * RTTI_Workshop__WorkshopMenuNode = (void *)0x05DAB148; +const void * RTTI_Workshop__WorkshopMenuNodeBuildableObject = (void *)0x05E86C00; +const void * RTTI_Workshop__WorkshopMenuNodeBulldozer = (void *)0x05E86C40; +const void * RTTI_Workshop__WorkshopMenuNodeDecoratedHab = (void *)0x05FDBC58; +const void * RTTI_Workshop__WorkshopMenuNodeLockLevel = (void *)0x05E86BC0; +const void * RTTI_Workshop__WorkshopMenuNodeOutpost = (void *)0x05DAB110; +const void * RTTI_Workshop__WorkshopStatisticsEventSink = (void *)0x05DA6638; +const void * RTTI_ZeroOverheadHeap = (void *)0x05FF1900; +const void * RTTI_ZeroPitchHandler = (void *)0x05F69980; +const void * RTTI_ZoneEntry = (void *)0x05E6AB80; +const void * RTTI_bhkBipedOrientationController = (void *)0x05FFF958; +const void * RTTI_bhkBlockStreamAllocatorBase = (void *)0x05FF6A48; +const void * RTTI_bhkCharProxyController = (void *)0x05FFA288; +const void * RTTI_bhkCharProxyControllerCinfo = (void *)0x05FFA2E0; +const void * RTTI_bhkCharProxyManager = (void *)0x05FF73D0; +const void * RTTI_bhkCharRigidBodyController = (void *)0x05FFAED8; +const void * RTTI_bhkCharRigidBodyControllerCinfo = (void *)0x05FFACD8; +const void * RTTI_bhkCharRigidBodyManager = (void *)0x05FF7438; +const void * RTTI_bhkCharacterCollisionHandler = (void *)0x05F53A10; +const void * RTTI_bhkCharacterController = (void *)0x05FF9C30; +const void * RTTI_bhkCharacterControllerCinfo = (void *)0x05FF9C60; +const void * RTTI_bhkCharacterControllerShapeManager__hknpConvexShapeEx = (void *)0x05FF9AA0; +const void * RTTI_bhkCharacterPointCollector = (void *)0x05FFFC00; +const void * RTTI_bhkCharacterProxy = (void *)0x05FFA2B8; +const void * RTTI_bhkCharacterRigidBody = (void *)0x05FFACA8; +const void * RTTI_bhkCharacterRigidBodyCinfo = (void *)0x05FFAF10; +const void * RTTI_bhkCharacterStateClimbing = (void *)0x05FF9998; +const void * RTTI_bhkCharacterStateFloating = (void *)0x05FFFB50; +const void * RTTI_bhkCharacterStateFlying = (void *)0x05FF99C8; +const void * RTTI_bhkCharacterStateInAir = (void *)0x05FFFB20; +const void * RTTI_bhkCharacterStateJumping = (void *)0x05FFFAF0; +const void * RTTI_bhkCharacterStateOnGround = (void *)0x05FFFAC0; +const void * RTTI_bhkCharacterStateSpaceship = (void *)0x05FF4AA0; +const void * RTTI_bhkCharacterStateSwimming = (void *)0x05FFAC40; +const void * RTTI_bhkCollisionFilter = (void *)0x05FF97C0; +const void * RTTI_bhkICharOrientationController = (void *)0x05FF9EA8; +const void * RTTI_bhkIWorldStepListener = (void *)0x05DB1068; +const void * RTTI_bhkMemorySystem = (void *)0x05FFF738; +const void * RTTI_bhkNPCollisionObject = (void *)0x05F4E5A8; +const void * RTTI_bhkNPCollisionObjectUnlinked = (void *)0x05F4E518; +const void * RTTI_bhkNPCollisionObjectUnlinked__LinkExtraData = (void *)0x05FF83E0; +const void * RTTI_bhkNPCollisionProxyObject = (void *)0x05FF8310; +const void * RTTI_bhkNPModelNodeComponent = (void *)0x05E09F68; +const void * RTTI_bhkParticlesManagerModifier = (void *)0x05FF7A18; +const void * RTTI_bhkPhysicsSystem = (void *)0x05FF98F0; +const void * RTTI_bhkQuadOrientationController = (void *)0x05FFFBC8; +const void * RTTI_bhkRagdollPenetrationManager = (void *)0x05FFF1B8; +const void * RTTI_bhkRagdollSystem = (void *)0x05FF9868; +const void * RTTI_bhkRandomVelocityGenerator__INISettingCollectionEx = (void *)0x05D441C0; +const void * RTTI_bhkRandomVelocityGenerator__INISettingEx = (void *)0x05DA3858; +const void * RTTI_bhkThreadMemorySource = (void *)0x06000208; +const void * RTTI_bhkThreadMemorySource__RowBlockAllocatorImpl = (void *)0x060001C0; +const void * RTTI_bhkThreadPool = (void *)0x05FFA748; +const void * RTTI_bhkTrapListener = (void *)0x05E6C1E8; +const void * RTTI_bhkWorld = (void *)0x05FF4D18; +const void * RTTI_bhkWorldM = (void *)0x05FFA318; +const void * RTTI_bnet__Account__ExternalAuthInfo = (void *)0x0608FE70; +const void * RTTI_bnet__AsyncOperationProxy = (void *)0x0608C200; +const void * RTTI_bnet__impl__AsyncOperation = (void *)0x0608BCB0; +const void * RTTI_bps__client__BIEventClient__BulkEventsResult = (void *)0x05DD4D70; +const void * RTTI_bps__client__BIEventClient__CreateSessionResult = (void *)0x05FE01C0; +const void * RTTI_bps__client__BaseRequestImpl = (void *)0x05FE0790; +const void * RTTI_bps__client__Services = (void *)0x05FE07C8; +const void * RTTI_castTest__Interface0 = (void *)0x05CFEBF8; +const void * RTTI_castTest__Interface1 = (void *)0x05CFEC28; +const void * RTTI_castTest__Interface2 = (void *)0x05CFEC58; +const void * RTTI_castTest__InterfaceBase = (void *)0x05CFEB90; +const void * RTTI_castTest__InterfaceOtherBase = (void *)0x05CFEBC0; +const void * RTTI_castTest__Leaf = (void *)0x05CFEB38; +const void * RTTI_castTest__OtherLeaf = (void *)0x05CFEB60; +const void * RTTI_castTest__Root = (void *)0x05CFEB10; +const void * RTTI_castTest__WithInterfaces = (void *)0x05CFEC88; +const void * RTTI_hclAction = (void *)0x05F52310; +const void * RTTI_hclAntiPinchConstraintInstanceData = (void *)0x05D040B8; +const void * RTTI_hclAntiPinchConstraintSet = (void *)0x05D02C28; +const void * RTTI_hclBSClothParameterizedWindAction = (void *)0x05FFF7E8; +const void * RTTI_hclBSClothPickingAction = (void *)0x05F522B0; +const void * RTTI_hclBSWorld = (void *)0x05FF7658; +const void * RTTI_hclBendLinkConstraintSet = (void *)0x05D02C58; +const void * RTTI_hclBendLinkConstraintSetMx = (void *)0x05D02C88; +const void * RTTI_hclBendStiffnessConstraintSet = (void *)0x05D02CC0; +const void * RTTI_hclBendStiffnessConstraintSetMx = (void *)0x05D02CF8; +const void * RTTI_hclBlendOperatorInstanceData = (void *)0x05D02958; +const void * RTTI_hclBlendSomeVerticesOperator = (void *)0x05D02920; +const void * RTTI_hclBonePlanesConstraintSet = (void *)0x05D02D30; +const void * RTTI_hclBoneSpaceMeshMeshDeformOperator = (void *)0x05D02F80; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNOperator = (void *)0x05D02FC0; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNTBOperator = (void *)0x05D03000; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNTOperator = (void *)0x05D03040; +const void * RTTI_hclBoneSpaceMeshMeshDeformPOperator = (void *)0x05D03080; +const void * RTTI_hclBoneSpaceSkinOperator = (void *)0x05D030C0; +const void * RTTI_hclBoneSpaceSkinPNOperator = (void *)0x05D030F0; +const void * RTTI_hclBoneSpaceSkinPNTBOperator = (void *)0x05D03128; +const void * RTTI_hclBoneSpaceSkinPNTOperator = (void *)0x05D03160; +const void * RTTI_hclBoneSpaceSkinPOperator = (void *)0x05D03198; +const void * RTTI_hclBoneSpaceTransferSimulationOperator = (void *)0x05D03EB8; +const void * RTTI_hclBuffer = (void *)0x05FF8450; +const void * RTTI_hclBufferDefinition = (void *)0x05D027D0; +const void * RTTI_hclCapsuleShape = (void *)0x05D02AC0; +const void * RTTI_hclClothContainer = (void *)0x05D02F58; +const void * RTTI_hclClothData = (void *)0x05D02828; +const void * RTTI_hclClothInstance = (void *)0x05D02750; +const void * RTTI_hclClothLeafShapeSensor = (void *)0x05D0A908; +const void * RTTI_hclClothPickingAction = (void *)0x05F522E0; +const void * RTTI_hclClothState = (void *)0x05D02800; +const void * RTTI_hclClothStateInstanceData = (void *)0x05D036C8; +const void * RTTI_hclCollidable = (void *)0x05D02778; +const void * RTTI_hclCollisionConvexes = (void *)0x05D0AA38; +const void * RTTI_hclCollisionTriangles = (void *)0x05D0AA08; +const void * RTTI_hclCompressibleLinkConstraintSet = (void *)0x05D02D68; +const void * RTTI_hclCompressibleLinkConstraintSetMx = (void *)0x05D02DA0; +const void * RTTI_hclConstraintSet = (void *)0x05D028A8; +const void * RTTI_hclConstraintStiffnessDispatcher = (void *)0x05D03DA8; +const void * RTTI_hclConvexGeometryShape = (void *)0x05D02AE8; +const void * RTTI_hclConvexHeightFieldShape = (void *)0x05D02B18; +const void * RTTI_hclConvexPlanesShape = (void *)0x05D02B48; +const void * RTTI_hclCopyVerticesOperator = (void *)0x05D035E0; +const void * RTTI_hclFullClothTask = (void *)0x05D03F38; +const void * RTTI_hclGatherAllVerticesOperator = (void *)0x05D03610; +const void * RTTI_hclGatherSomeVerticesOperator = (void *)0x05D03648; +const void * RTTI_hclInputConvertOperator = (void *)0x05D031C8; +const void * RTTI_hclLocalRangeConstraintSet = (void *)0x05D02DE0; +const void * RTTI_hclMeshBoneDeformOperator = (void *)0x05D03228; +const void * RTTI_hclMeshMeshDeformOperator = (void *)0x05D03290; +const void * RTTI_hclMoveParticlesOperator = (void *)0x05D032C0; +const void * RTTI_hclObjectSpaceMeshMeshDeformOperator = (void *)0x05D032F0; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNOperator = (void *)0x05D03330; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNTBOperator = (void *)0x05D03370; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNTOperator = (void *)0x05D033B0; +const void * RTTI_hclObjectSpaceMeshMeshDeformPOperator = (void *)0x05D033F0; +const void * RTTI_hclObjectSpaceSkinOperator = (void *)0x05D03430; +const void * RTTI_hclObjectSpaceSkinPNOperator = (void *)0x05D03468; +const void * RTTI_hclObjectSpaceSkinPNTBOperator = (void *)0x05D034A0; +const void * RTTI_hclObjectSpaceSkinPNTOperator = (void *)0x05D034D8; +const void * RTTI_hclObjectSpaceSkinPOperator = (void *)0x05D03510; +const void * RTTI_hclObjectSpaceTransferSimulationOperator = (void *)0x05D03EF8; +const void * RTTI_hclOperator = (void *)0x05D02880; +const void * RTTI_hclOperatorSequenceTask = (void *)0x05D03F60; +const void * RTTI_hclOutputConvertOperator = (void *)0x05D031F8; +const void * RTTI_hclPlaneShape = (void *)0x05D02B78; +const void * RTTI_hclPointContactPlanesShape = (void *)0x05D03DE0; +const void * RTTI_hclPostExecuteClothTask = (void *)0x05D03FC0; +const void * RTTI_hclPreExecuteClothTask = (void *)0x05D03F90; +const void * RTTI_hclScratchBuffer = (void *)0x05D0AA68; +const void * RTTI_hclScratchBufferDefinition = (void *)0x05D03E18; +const void * RTTI_hclShadowBuffer = (void *)0x05D0AA90; +const void * RTTI_hclShadowBufferDefinition = (void *)0x05D03E50; +const void * RTTI_hclShape = (void *)0x05D02AA0; +const void * RTTI_hclSimClothData = (void *)0x05D028F8; +const void * RTTI_hclSimClothInstance = (void *)0x05D027A0; +const void * RTTI_hclSimClothPose = (void *)0x05D028D0; +const void * RTTI_hclSimpleMeshBoneDeformOperator = (void *)0x05D03258; +const void * RTTI_hclSimpleWindAction = (void *)0x05FFF820; +const void * RTTI_hclSimulateOperator = (void *)0x05D02BF8; +const void * RTTI_hclSimulateOperatorInstanceData = (void *)0x05D02A68; +const void * RTTI_hclSkinOperator = (void *)0x05D03548; +const void * RTTI_hclSphereShape = (void *)0x05D02BA0; +const void * RTTI_hclStandardLinkConstraintSet = (void *)0x05D02E18; +const void * RTTI_hclStandardLinkConstraintSetMx = (void *)0x05D02E50; +const void * RTTI_hclStateDependencyGraph = (void *)0x05D02850; +const void * RTTI_hclStateTransition = (void *)0x05D02990; +const void * RTTI_hclStaticShadowBuffer = (void *)0x05D0AAB8; +const void * RTTI_hclStaticShadowBufferDefinition = (void *)0x05D03E80; +const void * RTTI_hclStretchLinkConstraintSet = (void *)0x05D02E88; +const void * RTTI_hclStretchLinkConstraintSetMx = (void *)0x05D02EC0; +const void * RTTI_hclTaperedCapsuleShape = (void *)0x05D02BC8; +const void * RTTI_hclTransformSetDefinition = (void *)0x05D029C0; +const void * RTTI_hclTransitionConstraintInstanceData = (void *)0x05D02A28; +const void * RTTI_hclTransitionConstraintSet = (void *)0x05D029F0; +const void * RTTI_hclUpdateAllVertexFramesOperator = (void *)0x05D03570; +const void * RTTI_hclUpdateSomeVertexFramesOperator = (void *)0x05D035A8; +const void * RTTI_hclVdbObjectNode__SimulateOperatorInstanceData = (void *)0x05D03680; +const void * RTTI_hclVolumeConstraint = (void *)0x05D02EF8; +const void * RTTI_hclVolumeConstraintInstanceData = (void *)0x05D04048; +const void * RTTI_hclVolumeConstraintMx = (void *)0x05D02F28; +const void * RTTI_hclVolumeConstraintMxInstanceData = (void *)0x05D04080; +const void * RTTI_hclWorld = (void *)0x05FF76B8; +const void * RTTI_hctClothSetup20151Options = (void *)0x05CFE958; +const void * RTTI_hctClothSetupClothData20151Options = (void *)0x05CFE918; +const void * RTTI_hctClothSetupObjectData20151 = (void *)0x05CFE8E0; +const void * RTTI_hkBSErrorEmpty = (void *)0x05DA7598; +const void * RTTI_hkBaseObject = (void *)0x05DA7570; +const void * RTTI_hkBlockStreamAllocator = (void *)0x05FF6A80; +const void * RTTI_hkBlockStreamCommandWriter = (void *)0x05D092C8; +const void * RTTI_hkBmpFileFormat = (void *)0x05D0AB78; +const void * RTTI_hkBsdSocket = (void *)0x05D02490; +const void * RTTI_hkBufferedStreamReader = (void *)0x05D012E8; +const void * RTTI_hkBufferedStreamWriter = (void *)0x05D01318; +const void * RTTI_hkConcurrency = (void *)0x05D09228; +const void * RTTI_hkDdsFileFormat = (void *)0x05D0AB50; +const void * RTTI_hkDebugCommandProcessor = (void *)0x05D05738; +const void * RTTI_hkDebugDisplay = (void *)0x05D04308; +const void * RTTI_hkDebugDisplayHandler = (void *)0x05D04260; +const void * RTTI_hkDefaultCompoundMeshBody = (void *)0x05D09F18; +const void * RTTI_hkDefaultCompoundMeshShape = (void *)0x05D09EE0; +const void * RTTI_hkDefaultError = (void *)0x05DA74F8; +const void * RTTI_hkDefaultTaskQueue = (void *)0x05D015B0; +const void * RTTI_hkDefaultTaskQueueDetail__AsyncThreadPoolContext = (void *)0x05D01730; +const void * RTTI_hkDefaultTaskQueueDetail__BlockingThreadContext = (void *)0x05D01690; +const void * RTTI_hkDefaultTaskQueueDetail__SpinningThreadContext = (void *)0x05D016E0; +const void * RTTI_hkDefaultTaskQueueEx__ExecutionContext = (void *)0x05D01848; +const void * RTTI_hkDefaultTaskQueue__CriticalSection = (void *)0x05D015E0; +const void * RTTI_hkDefaultTaskQueue__EmptyTask = (void *)0x05D01658; +const void * RTTI_hkDefaultTaskQueue__ThreadContext = (void *)0x05D01620; +const void * RTTI_hkDisplayAABB = (void *)0x05D042E0; +const void * RTTI_hkDisplayCapsule = (void *)0x05D04290; +const void * RTTI_hkDisplayGeometry = (void *)0x05D04238; +const void * RTTI_hkDisplaySphere = (void *)0x05D042B8; +const void * RTTI_hkDisplayWireframe = (void *)0x05D04330; +const void * RTTI_hkErrStream = (void *)0x05CFF3E0; +const void * RTTI_hkError = (void *)0x05DA7520; +const void * RTTI_hkErrorRouter = (void *)0x05D018B0; +const void * RTTI_hkFileSystem = (void *)0x05E6B0C8; +const void * RTTI_hkFileSystem__Watcher = (void *)0x05CFF2B0; +const void * RTTI_hkGeometry = (void *)0x05CFF1B8; +const void * RTTI_hkGeometryUtils__IVertices = (void *)0x05D0B448; +const void * RTTI_hkHardwareInfo = (void *)0x05D01888; +const void * RTTI_hkHdrFileFormat = (void *)0x05D0ABC8; +const void * RTTI_hkImageConversionStep = (void *)0x05D0ABF0; +const void * RTTI_hkImageConversion_AddAlpha = (void *)0x05D0AD08; +const void * RTTI_hkImageConversion_Decode555 = (void *)0x05D0B258; +const void * RTTI_hkImageConversion_DiscardChannels = (void *)0x05D0B220; +const void * RTTI_hkImageConversion_FLOAT16_to_32 = (void *)0x05D0AF58; +const void * RTTI_hkImageConversion_FLOAT32_to_16 = (void *)0x05D0AF20; +const void * RTTI_hkImageConversion_FLOAT_to_R11G11B10 = (void *)0x05D0B120; +const void * RTTI_hkImageConversion_FLOAT_to_SNORM8 = (void *)0x05D0AE68; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM16 = (void *)0x05D0AEA0; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM8 = (void *)0x05D0AE30; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM8_SRGB = (void *)0x05D0AEE0; +const void * RTTI_hkImageConversion_Pad_to_RGBA32 = (void *)0x05D0B0B0; +const void * RTTI_hkImageConversion_Pad_to_RGBA8 = (void *)0x05D0B0E8; +const void * RTTI_hkImageConversion_R11G11B10_to_FLOAT = (void *)0x05D0B160; +const void * RTTI_hkImageConversion_R11G11B10_to_HALF = (void *)0x05D0B1A0; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED = (void *)0x05D0AF90; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED = (void *)0x05D0B050; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED = (void *)0x05D0AFF0; +const void * RTTI_hkImageConversion_R8G8B8A8_to_R8G8B8 = (void *)0x05D0B1E0; +const void * RTTI_hkImageConversion_SNORM8_to_FLOAT = (void *)0x05D0AD78; +const void * RTTI_hkImageConversion_SetAlpha = (void *)0x05D0ACD0; +const void * RTTI_hkImageConversion_UNORM16_to_FLOAT = (void *)0x05D0ADB0; +const void * RTTI_hkImageConversion_UNORM8_SRGB_to_FLOAT = (void *)0x05D0ADF0; +const void * RTTI_hkImageConversion_UNORM8_to_FLOAT = (void *)0x05D0AD40; +const void * RTTI_hkImageRef = (void *)0x05D0A168; +const void * RTTI_hkImageSwizzleConversion32_2103 = (void *)0x05D0AC98; +const void * RTTI_hkIndexedTransformSet = (void *)0x05D0A0B0; +const void * RTTI_hkIo__Detail__ArrayWriteBufferImpl = (void *)0x05D00DD8; +const void * RTTI_hkIo__Detail__ReadBufferImpl = (void *)0x05D00CF8; +const void * RTTI_hkIo__Detail__StreamReaderImpl = (void *)0x05D00D30; +const void * RTTI_hkIo__Detail__StreamWriteBufferImpl = (void *)0x05D00DA0; +const void * RTTI_hkKeycodeData = (void *)0x05D0A298; +const void * RTTI_hkLifoAllocator = (void *)0x05CFF0C8; +const void * RTTI_hkLocalFrameGroup = (void *)0x05D00A28; +const void * RTTI_hkLog__Output = (void *)0x05CFF190; +const void * RTTI_hkMallocAllocator = (void *)0x05D02508; +const void * RTTI_hkMemoryAllocator = (void *)0x05FFF7C0; +const void * RTTI_hkMemoryMeshBody = (void *)0x05D09F48; +const void * RTTI_hkMemoryMeshMaterial = (void *)0x05D09FA0; +const void * RTTI_hkMemoryMeshShape = (void *)0x05D09FD0; +const void * RTTI_hkMemoryMeshTexture = (void *)0x05D09F70; +const void * RTTI_hkMemoryMeshTexture__Sampler = (void *)0x05D0A1D8; +const void * RTTI_hkMemoryMeshVertexBuffer = (void *)0x05D0A240; +const void * RTTI_hkMemoryResourceContainer = (void *)0x05D00990; +const void * RTTI_hkMemoryResourceHandle = (void *)0x05D00960; +const void * RTTI_hkMemorySystem = (void *)0x05FFF760; +const void * RTTI_hkMemory__ScopedStats__Collector = (void *)0x05D00B48; +const void * RTTI_hkMeshTexture__Sampler = (void *)0x05D0A210; +const void * RTTI_hkMeshVertexBuffer = (void *)0x05D0A110; +const void * RTTI_hkMonitorStreamColorTable = (void *)0x05D00880; +const void * RTTI_hkMonitorStreamContainer = (void *)0x05D008B0; +const void * RTTI_hkMonitorStreamStringMap = (void *)0x05D00820; +const void * RTTI_hkMonitorStreamTypeMap = (void *)0x05D00850; +const void * RTTI_hkMultipleVertexBuffer = (void *)0x05D0A0E0; +const void * RTTI_hkObjectResource = (void *)0x05D00F30; +const void * RTTI_hkOstream = (void *)0x05CFF408; +const void * RTTI_hkParserBuffer = (void *)0x05D024B8; +const void * RTTI_hkPrimaryCommandDispatcher = (void *)0x05D071A8; +const void * RTTI_hkProcessFactory = (void *)0x05D04210; +const void * RTTI_hkRefCountedProperties = (void *)0x05CFF000; +const void * RTTI_hkReferencedObject = (void *)0x05DA7540; +const void * RTTI_hkReferencedObjectLock = (void *)0x05CFF068; +const void * RTTI_hkReflect__Any__ArrayImpl = (void *)0x05CFF728; +const void * RTTI_hkReflect__AttributeArrayWithOwnership__AllocImpl = (void *)0x05CFF630; +const void * RTTI_hkReflect__ClonerCallback = (void *)0x05CFF218; +const void * RTTI_hkReflect__Detail__AllocationImpl = (void *)0x05CFF0F0; +const void * RTTI_hkReflect__Detail__AttributeAllocImpl = (void *)0x05CFF458; +const void * RTTI_hkReflect__Detail__BuiltinTypeReg = (void *)0x05D01400; +const void * RTTI_hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl = (void *)0x05D01440; +const void * RTTI_hkReflect__Detail__CharBufferImpl = (void *)0x05CFFBC0; +const void * RTTI_hkReflect__Detail__CloneOnHeap = (void *)0x05CFF248; +const void * RTTI_hkReflect__Detail__DerivedDataCache = (void *)0x05CFF500; +const void * RTTI_hkReflect__Detail__HavokRecordImpl = (void *)0x05D00698; +const void * RTTI_hkReflect__Detail__HavokStringImpl = (void *)0x05D006D0; +const void * RTTI_hkReflect__Detail__HeapAllocImpl = (void *)0x05CFF788; +const void * RTTI_hkReflect__Detail__HomogeneousArrayImpl = (void *)0x05D00658; +const void * RTTI_hkReflect__Detail__Impl = (void *)0x05CFEF60; +const void * RTTI_hkReflect__Detail__NullptrImpl = (void *)0x05CFFC30; +const void * RTTI_hkReflect__Detail__OpaqueImpl = (void *)0x05D01A68; +const void * RTTI_hkReflect__Detail__RawPointerImpl = (void *)0x05CFFBF8; +const void * RTTI_hkReflect__Detail__ReferenceImpl = (void *)0x05CFFCB8; +const void * RTTI_hkReflect__Detail__ReferencedObjectAllocImpl = (void *)0x05D00560; +const void * RTTI_hkReflect__Detail__ReferencedObjectPointerImpl = (void *)0x05CFFC70; +const void * RTTI_hkReflect__Detail__RepeatImpl = (void *)0x05CFFB50; +const void * RTTI_hkReflect__Detail__ScopedPtrImpl = (void *)0x05D004F8; +const void * RTTI_hkReflect__Detail__SetterArrayImpl = (void *)0x05CFE858; +const void * RTTI_hkReflect__Detail__SetterRecordImpl = (void *)0x05CFE7C0; +const void * RTTI_hkReflect__Detail__StaticArrayImpl = (void *)0x05D005A8; +const void * RTTI_hkReflect__Detail__StaticStringImpl = (void *)0x05CFFB88; +const void * RTTI_hkReflect__Detail__StringOut__StringOutImpl = (void *)0x05D007B0; +const void * RTTI_hkReflect__Detail__ViewPointerImpl = (void *)0x05D00708; +const void * RTTI_hkReflect__Detail__VoidImpl = (void *)0x05D01AA0; +const void * RTTI_hkReflect__Detail__hkArrayImpl = (void *)0x05D005E0; +const void * RTTI_hkReflect__Detail__hkInplaceArrayImpl = (void *)0x05D00618; +const void * RTTI_hkReflect__MutableTypeReg = (void *)0x05D00C98; +const void * RTTI_hkReflect__TypeBuilder = (void *)0x05CFF5F8; +const void * RTTI_hkReflect__TypeCopier = (void *)0x05D00CC8; +const void * RTTI_hkReflect__TypeReg = (void *)0x05CFF168; +const void * RTTI_hkReflect__Var__VarImpl = (void *)0x05CFF280; +const void * RTTI_hkReflect__Version__PatchInfoCache = (void *)0x05D014F0; +const void * RTTI_hkReflect__Version__PatchRegistry = (void *)0x05D01528; +const void * RTTI_hkReflect__Version__PatchSet = (void *)0x05D014B8; +const void * RTTI_hkReflect__Version__Patcher = (void *)0x05D00780; +const void * RTTI_hkRelArray_ArrayImpl = (void *)0x05CFF6F8; +const void * RTTI_hkResource = (void *)0x05D00C40; +const void * RTTI_hkScalarF_FloatImpl = (void *)0x05D007F0; +const void * RTTI_hkSecondaryCommandDispatcher = (void *)0x05D05630; +const void * RTTI_hkSeekableStreamReader = (void *)0x05CFF2E0; +const void * RTTI_hkSerialize__Bundle = (void *)0x05D019A8; +const void * RTTI_hkSerialize__BundleBuilder = (void *)0x05D01A38; +const void * RTTI_hkSerialize__Detail__ChainingCloneCallback = (void *)0x05D00BC0; +const void * RTTI_hkSerialize__Detail__CloneToRegistered = (void *)0x05D00B80; +const void * RTTI_hkSerialize__Detail__SkipDyingCallback = (void *)0x05D00C00; +const void * RTTI_hkSerialize__Detail__TagfileArrayImpl = (void *)0x05D01B80; +const void * RTTI_hkSerialize__Detail__TagfileBundle = (void *)0x05D01B08; +const void * RTTI_hkSerialize__Detail__TagfilePointerImpl = (void *)0x05D01B40; +const void * RTTI_hkSerialize__Detail__TagfileStringImpl = (void *)0x05D01BC0; +const void * RTTI_hkSerialize__NoteHandler = (void *)0x05D00E48; +const void * RTTI_hkSerialize__ReadFormat = (void *)0x05D01A08; +const void * RTTI_hkSerialize__TagfileReadFormat = (void *)0x05D01AD0; +const void * RTTI_hkSerialize__TagfileWriteFormat = (void *)0x05D00F58; +const void * RTTI_hkSerialize__TagfileWriteFormat__Impl = (void *)0x05D00FC0; +const void * RTTI_hkSerialize__WriteFormat = (void *)0x05D00F90; +const void * RTTI_hkSimdDouble64_FloatImpl = (void *)0x05CFF4D0; +const void * RTTI_hkSimpleLocalFrame = (void *)0x05D00A78; +const void * RTTI_hkSkinBinding = (void *)0x05D09FF8; +const void * RTTI_hkSkinnedRefMeshShape = (void *)0x05D0A080; +const void * RTTI_hkSlot = (void *)0x05E181B8; +const void * RTTI_hkSocket = (void *)0x05D018D8; +const void * RTTI_hkSocket__ReaderAdapter = (void *)0x05D018F8; +const void * RTTI_hkSocket__WriterAdapter = (void *)0x05D01928; +const void * RTTI_hkSolverAllocator = (void *)0x05D02558; +const void * RTTI_hkStackTracer = (void *)0x05D01958; +const void * RTTI_hkStdioStreamReader = (void *)0x05D01348; +const void * RTTI_hkStorageSkinnedMeshShape = (void *)0x05D0A050; +const void * RTTI_hkStreamReader = (void *)0x05E6B338; +const void * RTTI_hkStreamWriter = (void *)0x05E6B2E0; +const void * RTTI_hkStringBuf__StringImpl = (void *)0x05D00530; +const void * RTTI_hkStringObject = (void *)0x05CFE798; +const void * RTTI_hkStringPtr__StringImpl = (void *)0x05CFF098; +const void * RTTI_hkStringView__StringImpl = (void *)0x05CFF5C8; +const void * RTTI_hkTask = (void *)0x05FF73B0; +const void * RTTI_hkTaskGraph = (void *)0x05FF7330; +const void * RTTI_hkTaskQueue = (void *)0x05D01560; +const void * RTTI_hkTaskQueue_BatchingTask = (void *)0x05D02460; +const void * RTTI_hkTask__ExecutionContext = (void *)0x05FF7380; +const void * RTTI_hkTgaFileFormat = (void *)0x05D0ABA0; +const void * RTTI_hkThread = (void *)0x05D01378; +const void * RTTI_hkThreadMemory = (void *)0x05D02530; +const void * RTTI_hkThreadPool = (void *)0x05FFA770; +const void * RTTI_hkTransientAllocator = (void *)0x05D01488; +const void * RTTI_hkTypeVm__ArrayInstruction = (void *)0x05D01138; +const void * RTTI_hkTypeVm__BlockInstruction = (void *)0x05D01168; +const void * RTTI_hkTypeVm__BlockPass = (void *)0x05D01198; +const void * RTTI_hkTypeVm__CheckTypeKindsPass = (void *)0x05D01270; +const void * RTTI_hkTypeVm__DefaultInstruction = (void *)0x05D01090; +const void * RTTI_hkTypeVm__GenerateConvertNumericKindPass = (void *)0x05D012A8; +const void * RTTI_hkTypeVm__InlineFixedArrayPass = (void *)0x05D011C8; +const void * RTTI_hkTypeVm__InlineRecordPass = (void *)0x05D01200; +const void * RTTI_hkTypeVm__Instruction = (void *)0x05D01030; +const void * RTTI_hkTypeVm__IntAndFloatConversionPass = (void *)0x05D01230; +const void * RTTI_hkTypeVm__NopInstruction = (void *)0x05D01060; +const void * RTTI_hkTypeVm__Pass = (void *)0x05D00AE0; +const void * RTTI_hkTypeVm__ProgramInstruction = (void *)0x05D010C8; +const void * RTTI_hkTypeVm__RecordInstruction = (void *)0x05D01100; +const void * RTTI_hkUuidObject = (void *)0x05CFF568; +const void * RTTI_hkUuidPseudoRandomGenerator = (void *)0x05CFF590; +const void * RTTI_hkViewport = (void *)0x05CFE988; +const void * RTTI_hkWin32FileSystem = (void *)0x05E6B0A0; +const void * RTTI_hkWin32FileSystem__WatcherImpl = (void *)0x05CFF378; +const void * RTTI_hkWin32StreamWriter = (void *)0x05D013D0; +const void * RTTI_hkXmlLexAnalyzer = (void *)0x05D024E0; +const void * RTTI_hkXmlStreamParser = (void *)0x05D01980; +const void * RTTI_hk__IsValueArray__Impl = (void *)0x05CFF428; +const void * RTTI_hkaSkeleton = (void *)0x05D0A140; +const void * RTTI_hkcdDynamicAabbTree = (void *)0x05D09E10; +const void * RTTI_hkcdDynamicAabbTree__Impl = (void *)0x05D09D80; +const void * RTTI_hkcdGsk_Float3ShapeAOnlyInterface = (void *)0x05D096D0; +const void * RTTI_hkcdGsk_Float3ShapeInterface = (void *)0x05D09698; +const void * RTTI_hkcdPlanarCsgOperand = (void *)0x05D093A8; +const void * RTTI_hkcdPlanarEntity = (void *)0x05D09348; +const void * RTTI_hkcdPlanarGeometry = (void *)0x05D09570; +const void * RTTI_hkcdPlanarGeometryPlanesCollection = (void *)0x05D09418; +const void * RTTI_hkcdPlanarGeometryPolygonCollection = (void *)0x05D093D8; +const void * RTTI_hkcdPlanarGeometry__VertexStorage = (void *)0x05D095A0; +const void * RTTI_hkcdPlanarSolid = (void *)0x05D09458; +const void * RTTI_hkcdPlanarSolid__NodeStorage = (void *)0x05D09370; +const void * RTTI_hkcdSimdTreeUtils__Build__EmptyRunnable = (void *)0x05D09748; +const void * RTTI_hkcdSimdTreeUtils__Build__Task = (void *)0x05D098A0; +const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper = (void *)0x05D09930; +const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper = (void *)0x05D098E0; +const void * RTTI_hkcdSimdTree__BuildContext = (void *)0x05D08098; +const void * RTTI_hkcdSimdTree__ICustomRefit = (void *)0x05D09668; +const void * RTTI_hkcdSimdTree__IParallelBuild__IRunnable = (void *)0x05D09708; +const void * RTTI_hkcdSimdTree__LeafCollector = (void *)0x05D05DE0; +const void * RTTI_hkcdSimdTree__PairCollector = (void *)0x05D08720; +const void * RTTI_hkcdStaticAabbTree = (void *)0x05D09DB0; +const void * RTTI_hkcdStaticAabbTree__Impl = (void *)0x05D09DE0; +const void * RTTI_hkcdStaticMeshTree__GeometryProvider = (void *)0x05D0B4F8; +const void * RTTI_hkgpCgo__Config = (void *)0x05FF8C10; +const void * RTTI_hkgpConvexHull = (void *)0x05D02580; +const void * RTTI_hkgpDeprecatedConvexDecompositionImpl__DefaultProgress = (void *)0x05D09520; +const void * RTTI_hkgpDeprecatedConvexDecompositionInternal__IInternal = (void *)0x05D094D0; +const void * RTTI_hkgpDeprecatedConvexDecomposition__IProgress = (void *)0x05D09480; +const void * RTTI_hkgpMesh__IConvexOverlap = (void *)0x05D02628; +const void * RTTI_hknpAction = (void *)0x05DED7F8; +const void * RTTI_hknpActionManager = (void *)0x05D062A8; +const void * RTTI_hknpAddActiveBodyPairsTask = (void *)0x05D072B0; +const void * RTTI_hknpAllHitsCollector = (void *)0x05DDD2C0; +const void * RTTI_hknpAnimatedShapeSurfaceVelocityModifier = (void *)0x05D077E0; +const void * RTTI_hknpAnyHitCollector = (void *)0x05DDD200; +const void * RTTI_hknpApiCommandProcessor = (void *)0x05D05850; +const void * RTTI_hknpApplyDragTask = (void *)0x05D084C0; +const void * RTTI_hknpArrayAction = (void *)0x05FFA8F0; +const void * RTTI_hknpBSCharacterProxy = (void *)0x05FFAA80; +const void * RTTI_hknpBSCharacterRigidBody = (void *)0x05FFFD18; +const void * RTTI_hknpBSCustomCollisionFilter = (void *)0x05DDD260; +const void * RTTI_hknpBSMaterial = (void *)0x05FF8D80; +const void * RTTI_hknpBSMaterialProperties = (void *)0x05E46E40; +const void * RTTI_hknpBSMotionPropertiesLibrary = (void *)0x05FF7620; +const void * RTTI_hknpBSMouseSpringAction = (void *)0x05FFAC10; +const void * RTTI_hknpBSMoveLimitModifier = (void *)0x05FF9C98; +const void * RTTI_hknpBSPlacementStreamCache = (void *)0x05FF9918; +const void * RTTI_hknpBSShapeCodec = (void *)0x05FF77D0; +const void * RTTI_hknpBSWorld = (void *)0x05FF7240; +const void * RTTI_hknpBSWorldUtil__hknpBSPhysicsSystem = (void *)0x05FF6CE0; +const void * RTTI_hknpBSWorldUtil__hknpBSRagdoll = (void *)0x05FF6B10; +const void * RTTI_hknpBackfaceCollisionModifier = (void *)0x05FF7920; +const void * RTTI_hknpBallGun = (void *)0x05D04A90; +const void * RTTI_hknpBinaryAction = (void *)0x05D04A10; +const void * RTTI_hknpBodyData = (void *)0x05D04BC8; +const void * RTTI_hknpBodyIntegrator = (void *)0x05D044A0; +const void * RTTI_hknpBodyQuality = (void *)0x05FF7160; +const void * RTTI_hknpBodyQualityLibrary = (void *)0x05D04470; +const void * RTTI_hknpBodyReference = (void *)0x05D04360; +const void * RTTI_hknpBoxShape = (void *)0x05D052B8; +const void * RTTI_hknpBreakableConstraintData = (void *)0x05D05380; +const void * RTTI_hknpBroadPhase = (void *)0x05D0BBD8; +const void * RTTI_hknpBroadphaseTriggerCollisionDetector = (void *)0x05D07B48; +const void * RTTI_hknpBuildConstraintJacobiansTask = (void *)0x05D08590; +const void * RTTI_hknpCapsuleCapsuleConvexConvexManifoldGenerator = (void *)0x05D07A80; +const void * RTTI_hknpCapsuleShape = (void *)0x05D052E0; +const void * RTTI_hknpCharacterContext = (void *)0x05D05570; +const void * RTTI_hknpCharacterProxy = (void *)0x05FFA9F8; +const void * RTTI_hknpCharacterProxyCinfo = (void *)0x05E89468; +const void * RTTI_hknpCharacterProxyInternals__QueryCollector = (void *)0x05D06630; +const void * RTTI_hknpCharacterProxyListener = (void *)0x05E46478; +const void * RTTI_hknpCharacterRigidBody = (void *)0x05FFFD48; +const void * RTTI_hknpCharacterRigidBodyCinfo = (void *)0x05FFAC70; +const void * RTTI_hknpCharacterStateManager = (void *)0x05D055A0; +const void * RTTI_hknpCircularSurfaceVelocity = (void *)0x05D049A8; +const void * RTTI_hknpClosestHitCollector = (void *)0x05DD2460; +const void * RTTI_hknpClosestUniqueBodyIdHitCollector = (void *)0x05FFA048; +const void * RTTI_hknpClosestUniqueBodyIdHitCollectorDeprecated = (void *)0x05FFA000; +const void * RTTI_hknpCollideSyncTask = (void *)0x05D075A8; +const void * RTTI_hknpCollisionDetector = (void *)0x05D07960; +const void * RTTI_hknpCollisionFilter = (void *)0x05DDD2F0; +const void * RTTI_hknpCollisionQueryCollector = (void *)0x05DD2490; +const void * RTTI_hknpCollisionQueryDispatcher = (void *)0x05D06EF8; +const void * RTTI_hknpCompositeCompositeCollisionDetector = (void *)0x05D07AC8; +const void * RTTI_hknpCompositeShape = (void *)0x05D04388; +const void * RTTI_hknpCompoundShape = (void *)0x05D04660; +const void * RTTI_hknpCompoundShapeData = (void *)0x05D04630; +const void * RTTI_hknpCompoundShapeInternalsCdDynamicTreeKeyMask = (void *)0x05D04750; +const void * RTTI_hknpCompoundShapeInternalsSimdTreeKeyMask = (void *)0x05D04710; +const void * RTTI_hknpCompressedMeshShape = (void *)0x05D04798; +const void * RTTI_hknpCompressedMeshShapeCinfo = (void *)0x05FF9580; +const void * RTTI_hknpCompressedMeshShapeData = (void *)0x05D0B478; +const void * RTTI_hknpCompressedMeshShapeInternals__GeometryProvider = (void *)0x05D0B4B0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery = (void *)0x05D0B880; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled = (void *)0x05D0B8E0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0 = (void *)0x05D0BA10; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1 = (void *)0x05D0BA80; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2 = (void *)0x05D0BAF0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled = (void *)0x05D0B9A0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled = (void *)0x05D0B7C0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled = (void *)0x05D0B760; +const void * RTTI_hknpCompressedMeshShapeInternals__KeyMask = (void *)0x05D0B538; +const void * RTTI_hknpCompressedMeshShapeInternals__RayCastQueryBase = (void *)0x05D0B660; +const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQuery = (void *)0x05D069D0; +const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQueryScaled = (void *)0x05D06A20; +const void * RTTI_hknpConstraintAtomSolver = (void *)0x05D05668; +const void * RTTI_hknpConstraintCollisionFilter = (void *)0x05D06720; +const void * RTTI_hknpConstraintForceEventCreator = (void *)0x05D07B88; +const void * RTTI_hknpConstraintForceExceededEventCreator = (void *)0x05D07BC0; +const void * RTTI_hknpContactImpulseClippedEventCreator = (void *)0x05D07638; +const void * RTTI_hknpContactImpulseEventCreator = (void *)0x05D07678; +const void * RTTI_hknpConvexCompositeCollisionDetector = (void *)0x05D07A38; +const void * RTTI_hknpConvexConvexCollisionDetector = (void *)0x05D08670; +const void * RTTI_hknpConvexConvexShapeBaseInterface = (void *)0x05D0BB98; +const void * RTTI_hknpConvexShape = (void *)0x05FF9950; +const void * RTTI_hknpCylinderShape = (void *)0x05D05308; +const void * RTTI_hknpDeactivationMaintenanceTask = (void *)0x05D07400; +const void * RTTI_hknpDecoratorShape = (void *)0x05D046E0; +const void * RTTI_hknpDefaultBroadPhaseConfig = (void *)0x05FF7400; +const void * RTTI_hknpDefaultCompressedMeshShapeCinfo = (void *)0x05FF95B8; +const void * RTTI_hknpDefaultExternMeshShapeGeometry = (void *)0x05D04830; +const void * RTTI_hknpDefaultHeightFieldGeometry = (void *)0x05D05220; +const void * RTTI_hknpDefaultModifierSet = (void *)0x05D075D8; +const void * RTTI_hknpDeflectedLinearCast__CheckStartCollector = (void *)0x05D07FE0; +const void * RTTI_hknpDeflectedLinearCast__FilteredQueryCollector = (void *)0x05D07F90; +const void * RTTI_hknpDeflectedLinearCast__QueryFilter = (void *)0x05D08028; +const void * RTTI_hknpDestructionShapeProperties = (void *)0x05D04B38; +const void * RTTI_hknpDisableCollisionFilter = (void *)0x05D04580; +const void * RTTI_hknpDummyShape = (void *)0x05D04948; +const void * RTTI_hknpDynamicSpaceSplitter = (void *)0x05D07280; +const void * RTTI_hknpEaseConstraintsAction = (void *)0x05FFA9C8; +const void * RTTI_hknpEasePenetrationsAction = (void *)0x05D06540; +const void * RTTI_hknpEventDispatcher = (void *)0x05D07100; +const void * RTTI_hknpEventMergeAndDispatcher = (void *)0x05D07130; +const void * RTTI_hknpExtendedExternMeshShapeGeometry = (void *)0x05D04870; +const void * RTTI_hknpExternMeshShape = (void *)0x05D05288; +const void * RTTI_hknpExternMeshShapeBuildContext = (void *)0x05D0B410; +const void * RTTI_hknpExternMeshShapeData = (void *)0x05D047C8; +const void * RTTI_hknpFaceClipConvexConvexManifoldGenerator = (void *)0x05D08630; +const void * RTTI_hknpFinalizeNarrowPhaseGridTask = (void *)0x05D07500; +const void * RTTI_hknpFinalizeNarrowPhasePairsTask = (void *)0x05D074C8; +const void * RTTI_hknpFireSignalTask = (void *)0x05D080C8; +const void * RTTI_hknpFirstPersonCharacter = (void *)0x05D04B08; +const void * RTTI_hknpFirstPersonGun = (void *)0x05D04A60; +const void * RTTI_hknpFixedClosestHitCollector = (void *)0x05FF97F0; +const void * RTTI_hknpFixedClosestUniqueBodyHitCollector = (void *)0x05FF9828; +const void * RTTI_hknpFlipBackfaceCollisionModifier = (void *)0x05D07850; +const void * RTTI_hknpFlippedGetClosestPointsQueryCollector = (void *)0x05D06DF0; +const void * RTTI_hknpFlippedShapeCastQueryCollector = (void *)0x05D06F30; +const void * RTTI_hknpForwardClosestHitCollector = (void *)0x05D06DB0; +const void * RTTI_hknpFullCast__ManifoldGenerator = (void *)0x05D08488; +const void * RTTI_hknpGenSolverTasksTask = (void *)0x05D07468; +const void * RTTI_hknpGlobals = (void *)0x05D06EA0; +const void * RTTI_hknpGravityGun = (void *)0x05D04AB8; +const void * RTTI_hknpGroupCollisionFilter = (void *)0x05D06678; +const void * RTTI_hknpHeightFieldBoundingVolume = (void *)0x05D05420; +const void * RTTI_hknpHeightFieldGeometry = (void *)0x05D05258; +const void * RTTI_hknpHeightFieldShape = (void *)0x05D043B8; +const void * RTTI_hknpHitScalingCollector = (void *)0x05D05E50; +const void * RTTI_hknpInternalCommandProcessor = (void *)0x05D055F8; +const void * RTTI_hknpLeafShapeSensor = (void *)0x05D0A938; +const void * RTTI_hknpLegacyRestitutionModifier = (void *)0x05D07740; +const void * RTTI_hknpLinearSurfaceVelocity = (void *)0x05D049E0; +const void * RTTI_hknpLodShape = (void *)0x05D04528; +const void * RTTI_hknpMalleableConstraintData = (void *)0x05D053E8; +const void * RTTI_hknpManifoldEventCreator = (void *)0x05D07820; +const void * RTTI_hknpMaskedCompoundShape = (void *)0x05D051F0; +const void * RTTI_hknpMaskedShape = (void *)0x05D046B8; +const void * RTTI_hknpMaskedShape__MaskWrapper = (void *)0x05D04910; +const void * RTTI_hknpMassChangerModifier = (void *)0x05D076B0; +const void * RTTI_hknpMaterialData = (void *)0x05D04B70; +const void * RTTI_hknpMaterialLibrary = (void *)0x05FF68D0; +const void * RTTI_hknpMaterialPalette = (void *)0x05D04550; +const void * RTTI_hknpModifier = (void *)0x05DA7608; +const void * RTTI_hknpMotionPropertiesData = (void *)0x05D04B98; +const void * RTTI_hknpMotionPropertiesLibrary = (void *)0x05FF7680; +const void * RTTI_hknpMotionWeldingModifier = (void *)0x05D078F8; +const void * RTTI_hknpMountedBallGun = (void *)0x05D06B88; +const void * RTTI_hknpMultithreadedSimulation = (void *)0x05D072E8; +const void * RTTI_hknpNeighborWeldingModifier = (void *)0x05D078C0; +const void * RTTI_hknpNullShapeTagCodec = (void *)0x05D06EC8; +const void * RTTI_hknpPairCollisionFilter = (void *)0x05D051C0; +const void * RTTI_hknpParticleEventCreator = (void *)0x05D07C00; +const void * RTTI_hknpParticleShapeLibrary = (void *)0x05D08420; +const void * RTTI_hknpParticleSimulationContext = (void *)0x05D07D68; +const void * RTTI_hknpParticlesClosestHitOnMeshCollector = (void *)0x05D086E0; +const void * RTTI_hknpParticlesCollider = (void *)0x05D08068; +const void * RTTI_hknpParticlesColliderShape = (void *)0x05D04970; +const void * RTTI_hknpParticlesCollisionFilter = (void *)0x05D086A8; +const void * RTTI_hknpParticlesDynamicHitsCollector = (void *)0x05D087F8; +const void * RTTI_hknpParticlesStaticCollector = (void *)0x05D087C0; +const void * RTTI_hknpPhysicsSceneData = (void *)0x05D04C18; +const void * RTTI_hknpPhysicsSystem = (void *)0x05FF6CB8; +const void * RTTI_hknpPhysicsSystemData = (void *)0x05DE9720; +const void * RTTI_hknpPostCollideTask = (void *)0x05D07320; +const void * RTTI_hknpPostSolveTask = (void *)0x05D073A0; +const void * RTTI_hknpPreSolveTask = (void *)0x05D07378; +const void * RTTI_hknpPrepareConstraintsTask = (void *)0x05D08558; +const void * RTTI_hknpPrepareNarrowPhasePairsTask = (void *)0x05D08520; +const void * RTTI_hknpPrepareNarrowPhaseTask = (void *)0x05D084E8; +const void * RTTI_hknpPrepareSolverData = (void *)0x05D085F8; +const void * RTTI_hknpProcessFullCastsTask = (void *)0x05D07438; +const void * RTTI_hknpProcessNarrowPhaseGridTask = (void *)0x05D073C8; +const void * RTTI_hknpProcessNarrowPhasePairsTask = (void *)0x05D08450; +const void * RTTI_hknpProjectileGun = (void *)0x05D04AE0; +const void * RTTI_hknpRagdoll = (void *)0x05FF6AE8; +const void * RTTI_hknpRagdollData = (void *)0x05D06D88; +const void * RTTI_hknpRefDragProperties = (void *)0x05D04440; +const void * RTTI_hknpRefMassDistribution = (void *)0x05FF98C0; +const void * RTTI_hknpRefMaterial = (void *)0x05D04500; +const void * RTTI_hknpRefWorldCinfo = (void *)0x05D04BF0; +const void * RTTI_hknpRestitutionModifier = (void *)0x05D07710; +const void * RTTI_hknpSafeEaseConstraintsAction = (void *)0x05FFA990; +const void * RTTI_hknpScaledConvexShape = (void *)0x05D048E0; +const void * RTTI_hknpScaledConvexShapeBase = (void *)0x05D048B0; +const void * RTTI_hknpSetShapeKeyACdDetector = (void *)0x05D079C8; +const void * RTTI_hknpShape = (void *)0x05FF9978; +const void * RTTI_hknpShapeBuffer = (void *)0x05DDD298; +const void * RTTI_hknpShapeFunctionsSingleton = (void *)0x05D05458; +const void * RTTI_hknpShapeKeyArrayCacheCdDetector = (void *)0x05D07A00; +const void * RTTI_hknpShapeKeyMask = (void *)0x05D043E8; +const void * RTTI_hknpShapeManager = (void *)0x05D06F70; +const void * RTTI_hknpShapeMassProperties = (void *)0x05D04410; +const void * RTTI_hknpShapeScalingUtil = (void *)0x05D0BE38; +const void * RTTI_hknpShape__MassConfig = (void *)0x05FF9890; +const void * RTTI_hknpSignedDistanceFieldCollisionDetector = (void *)0x05D07B08; +const void * RTTI_hknpSimdTreeBroadPhase = (void *)0x05D0BC00; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__CollideTrees = (void *)0x05D0BD38; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty = (void *)0x05D0BC90; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__Finalize = (void *)0x05D0BD78; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData = (void *)0x05D0BCF0; +const void * RTTI_hknpSimulation = (void *)0x05D055D0; +const void * RTTI_hknpSingleCellSpaceSplitter = (void *)0x05D07248; +const void * RTTI_hknpSingleThreadedSimulation = (void *)0x05D05700; +const void * RTTI_hknpSingleThreadedSolverData = (void *)0x05D070C8; +const void * RTTI_hknpSoftContactModifier = (void *)0x05D07778; +const void * RTTI_hknpSolveFinalizeTask = (void *)0x05D07498; +const void * RTTI_hknpSolverData = (void *)0x05D070A0; +const void * RTTI_hknpSolverFactoryTask = (void *)0x05D07538; +const void * RTTI_hknpSolverSchedulerTask = (void *)0x05D085C8; +const void * RTTI_hknpSortFinalizeNarrowPhasePairsTask = (void *)0x05D07568; +const void * RTTI_hknpSpaceSplitter = (void *)0x05D07220; +const void * RTTI_hknpSphereShape = (void *)0x05D05330; +const void * RTTI_hknpSpringAction = (void *)0x05D04A38; +const void * RTTI_hknpStreamContactSolver = (void *)0x05D05998; +const void * RTTI_hknpSurfaceVelocityModifier = (void *)0x05D077A8; +const void * RTTI_hknpTaskGraph = (void *)0x05FF7358; +const void * RTTI_hknpTriangleShape = (void *)0x05D05198; +const void * RTTI_hknpTriangleWeldingModifier = (void *)0x05D07888; +const void * RTTI_hknpTriggerModifier = (void *)0x05D076E0; +const void * RTTI_hknpTyremarksInfo = (void *)0x05D05038; +const void * RTTI_hknpTyremarksWheel = (void *)0x05D05008; +const void * RTTI_hknpUnaryAction = (void *)0x05DED7D0; +const void * RTTI_hknpUniqueBodyIdHitCollector = (void *)0x05E41700; +const void * RTTI_hknpVariableTimeStepUtil = (void *)0x05D07CE0; +const void * RTTI_hknpVehicleData = (void *)0x05D04FE0; +const void * RTTI_hknpVehicleDefaultAerodynamics = (void *)0x05D04CA8; +const void * RTTI_hknpVehicleDefaultAnalogDriverInput = (void *)0x05D04DE0; +const void * RTTI_hknpVehicleDefaultBrake = (void *)0x05D04D70; +const void * RTTI_hknpVehicleDefaultEngine = (void *)0x05D04E78; +const void * RTTI_hknpVehicleDefaultSteering = (void *)0x05D04ED8; +const void * RTTI_hknpVehicleDefaultSuspension = (void *)0x05D04F70; +const void * RTTI_hknpVehicleDefaultTransmission = (void *)0x05D04FA8; +const void * RTTI_hknpVehicleDefaultVelocityDamper = (void *)0x05D05090; +const void * RTTI_hknpVehicleDriverInputAnalogStatus = (void *)0x05D04DA0; +const void * RTTI_hknpVehicleInstance = (void *)0x05D04C48; +const void * RTTI_hknpVehicleLinearCastWheelCollide = (void *)0x05D050C8; +const void * RTTI_hknpVehicleRayCastWheelCollide = (void *)0x05D05138; +const void * RTTI_hknpVehicleSuspension = (void *)0x05D04F40; +const void * RTTI_hknpVehicleWheelCollide = (void *)0x05D04F10; +const void * RTTI_hknpVehicleWheelCollide__WheelHitCollector = (void *)0x05D07F50; +const void * RTTI_hknpWeldingModifier = (void *)0x05D07608; +const void * RTTI_hknpWorld = (void *)0x05FF70F0; +const void * RTTI_hknpWorldSnapshot = (void *)0x05D05170; +const void * RTTI_hkp6DofConstraintData = (void *)0x05D08888; +const void * RTTI_hkpAngularFrictionConstraintData = (void *)0x05D08E18; +const void * RTTI_hkpBallAndSocketConstraintData = (void *)0x05D088B8; +const void * RTTI_hkpCallbackConstraintMotor = (void *)0x05D08D38; +const void * RTTI_hkpCogWheelConstraintData = (void *)0x05D08928; +const void * RTTI_hkpConstraintData = (void *)0x05D05358; +const void * RTTI_hkpConstraintMotor = (void *)0x05D08858; +const void * RTTI_hkpDeformableFixedConstraintData = (void *)0x05D08958; +const void * RTTI_hkpFixedConstraintData = (void *)0x05D08990; +const void * RTTI_hkpHingeConstraintData = (void *)0x05D089F0; +const void * RTTI_hkpHingeLimitsData = (void *)0x05D089C0; +const void * RTTI_hkpLimitedForceConstraintMotor = (void *)0x05D08D00; +const void * RTTI_hkpLimitedHingeConstraintData = (void *)0x05D08A20; +const void * RTTI_hkpLinearClearanceConstraintData = (void *)0x05D088F0; +const void * RTTI_hkpLinearParametricCurve = (void *)0x05D08A88; +const void * RTTI_hkpPointToPathConstraintData = (void *)0x05D08AB8; +const void * RTTI_hkpPointToPlaneConstraintData = (void *)0x05D08AF0; +const void * RTTI_hkpPositionConstraintMotor = (void *)0x05D08D70; +const void * RTTI_hkpPrismaticConstraintData = (void *)0x05D08B28; +const void * RTTI_hkpPulleyConstraintData = (void *)0x05D08B60; +const void * RTTI_hkpRackAndPinionConstraintData = (void *)0x05D08B90; +const void * RTTI_hkpRagdollConstraintData = (void *)0x05D08BF8; +const void * RTTI_hkpRagdollLimitsData = (void *)0x05D08BC8; +const void * RTTI_hkpRotationalConstraintData = (void *)0x05D08C28; +const void * RTTI_hkpSpringDamperConstraintMotor = (void *)0x05D08DA8; +const void * RTTI_hkpStiffSpringConstraintData = (void *)0x05D08C60; +const void * RTTI_hkpVehicleFrictionDescription = (void *)0x05D05100; +const void * RTTI_hkpVelocityConstraintMotor = (void *)0x05D08DE0; +const void * RTTI_hkpWheelConstraintData = (void *)0x05D08CD0; +const void * RTTI_hkpWheelFrictionConstraintData = (void *)0x05D08C98; +const void * RTTI_hkpWrappedConstraintData = (void *)0x05D053B8; +const void * RTTI_idLogging__ILogger = (void *)0x05F3A6B8; +const void * RTTI_idTCP = (void *)0x0608BC28; +const void * RTTI_nlohmann__detail__exception = (void *)0x05F1B650; +const void * RTTI_nlohmann__detail__input_buffer_adapter = (void *)0x05F1B360; +const void * RTTI_nlohmann__detail__input_stream_adapter = (void *)0x05F2D3F8; +const void * RTTI_nlohmann__detail__out_of_range = (void *)0x05F1B570; +const void * RTTI_nlohmann__detail__parse_error = (void *)0x05F1B538; +const void * RTTI_nsContainerMenu__ConfirmTakeAllTheThingsCallback = (void *)0x05FA7380; +const void * RTTI_nsControlMappingData__RemapHandler = (void *)0x05D44830; +const void * RTTI_nsDataMenuData__GameLoadListener = (void *)0x05DA65D8; +const void * RTTI_nsDialogueMenu__MenuEventCatcher = (void *)0x05FA8498; +const void * RTTI_nsMainMenu__InvalidUserCallback = (void *)0x05FAA9F0; +const void * RTTI_nsMonocle__MenuEventCatcher = (void *)0x05DA5D60; +const void * RTTI_nsMonocle__MonocleFastTravelConfirmFunc = (void *)0x05EF0628; +const void * RTTI_nsPauseMenu__UserDisengagedCallback = (void *)0x05F096D0; +const void * RTTI_nsPickpocketMenu__MenuEventCatcher = (void *)0x05EF3EC8; +const void * RTTI_nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback = (void *)0x05F22130; +const void * RTTI_rcContext = (void *)0x05DDA788; +const void * RTTI_std___Node_assert = (void *)0x05DD44B0; +const void * RTTI_std___Node_back = (void *)0x05DD4528; +const void * RTTI_std___Node_base = (void *)0x05DAADF0; +const void * RTTI_std___Node_capture = (void *)0x05DAADC8; +const void * RTTI_std___Node_end_group = (void *)0x05DA7630; +const void * RTTI_std___Node_end_rep = (void *)0x05DD4398; +const void * RTTI_std___Node_endif = (void *)0x05DD4550; +const void * RTTI_std___Node_if = (void *)0x05DD44D8; +const void * RTTI_std___Node_rep = (void *)0x05DD4500; +const void * RTTI_std___Root_node = (void *)0x05DA9A78; +const void * RTTI_std__bad_alloc = (void *)0x05D0BE68; +const void * RTTI_std__bad_array_new_length = (void *)0x05D0BEB8; +const void * RTTI_std__bad_cast = (void *)0x05D0C150; +const void * RTTI_std__bad_optional_access = (void *)0x05D11290; +const void * RTTI_std__bad_variant_access = (void *)0x05D0C850; +const void * RTTI_std__exception = (void *)0x05D0BE90; +const void * RTTI_std__logic_error = (void *)0x05D0BF10; +const void * RTTI_std__out_of_range = (void *)0x05D0BEE8; +const void * RTTI_std__overflow_error = (void *)0x05D08EC0; +const void * RTTI_std__range_error = (void *)0x05D09098; +const void * RTTI_std__runtime_error = (void *)0x05D11058; +const void * RTTI_std__underflow_error = (void *)0x05D08EF0; +const void * RTTI_type_info = (void *)0x05DA9420; diff --git a/sfse/GameReferences.h b/sfse/GameReferences.h index c30f3ba..0435fca 100644 --- a/sfse/GameReferences.h +++ b/sfse/GameReferences.h @@ -247,9 +247,9 @@ class TESObjectREFR : public TESForm u8 unkE2; // E2 u8 flags; // E3 - DEFINE_MEMBER_FN_0(IsInSpaceship, bool, 0x02B5D0A4) - DEFINE_MEMBER_FN_0(IsInSpace, bool, 0x01A15E08) - DEFINE_MEMBER_FN_1(HasKeyword, bool, 0x0139E098, BGSKeyword*); + DEFINE_MEMBER_FN_0(IsInSpaceship, bool, 0x02B94804) + DEFINE_MEMBER_FN_0(IsInSpace, bool, 0x01A4C268) + DEFINE_MEMBER_FN_1(HasKeyword, bool, 0x013D22A8, BGSKeyword*); }; static_assert(offsetof(TESObjectREFR, data) == 0x80); static_assert(offsetof(TESObjectREFR, parentCell) == 0xC0); @@ -379,10 +379,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, 0x024C6738, bool unk1, u32 flags, bool changeRace); + DEFINE_MEMBER_FN_3(UpdateAppearance, void, 0x024FD8C8, bool unk1, u32 flags, bool changeRace); - DEFINE_MEMBER_FN_0(UpdateChargenAppearance, void, 0x02328F44); - DEFINE_MEMBER_FN_1(SetSkinTone, void, 0x02328BAC, u32 skinToneIndex); + DEFINE_MEMBER_FN_0(UpdateChargenAppearance, void, 0x0235FBF4); + DEFINE_MEMBER_FN_1(SetSkinTone, void, 0x0235F85C, u32 skinToneIndex); u64 unkF0[(0x240 - 0xF0) >> 3]; // F0 void* unk240; // 240 diff --git a/sfse/GameScript.cpp b/sfse/GameScript.cpp index 8fe4ebb..38f1cd4 100644 --- a/sfse/GameScript.cpp +++ b/sfse/GameScript.cpp @@ -1,4 +1,4 @@ #include "GameScript.h" -RelocPtr g_firstScriptCommand(0x0559FAD0); -RelocPtr g_firstConsoleCommand(0x05593370); +RelocPtr g_firstScriptCommand(0x06192E90); +RelocPtr g_firstConsoleCommand(0x06186730); diff --git a/sfse/GameSettings.cpp b/sfse/GameSettings.cpp index 2141beb..bae8b77 100644 --- a/sfse/GameSettings.cpp +++ b/sfse/GameSettings.cpp @@ -1,9 +1,9 @@ #include "sfse/GameSettings.h" -RelocPtr SettingT::pCollection(0x059AA710); -RelocPtr SettingT::pCollection(0x059AA730); -RelocPtr SettingT::pCollection(0x059A9328); -RelocPtr SettingT::pCollection(0x0598BAF0); +RelocPtr SettingT::pCollection(0x0659DB90); +RelocPtr SettingT::pCollection(0x0659DBB0); +RelocPtr SettingT::pCollection(0x0659C7A8); +RelocPtr SettingT::pCollection(0x0657EF90); u32 Setting::GetType(void) const { diff --git a/sfse/GameSettings.h b/sfse/GameSettings.h index 2bf578b..f9318e8 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*, 0x01588724, const char*); + DEFINE_MEMBER_FN_1(GetSetting, Setting*, 0x015BDC44, const char*); }; static_assert(sizeof(GameSettingCollection) == 0x158); diff --git a/sfse/GameStreams.h b/sfse/GameStreams.h index 4e4324a..943377d 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, 0x034E6088, const char* apName); - DEFINE_MEMBER_FN_0(Destroy, void, 0x034E612C); - DEFINE_MEMBER_FN_1(Seek_Impl, void, 0x034E6934, s64 iNumBytes); - DEFINE_MEMBER_FN_1(GetBufferInfo_Impl, void, 0x034E638C, BufferInfo& info); - DEFINE_MEMBER_FN_2(DoRead_Impl, u64, 0x034E6214, void* apBuffer, u64 auiBytes); - DEFINE_MEMBER_FN_2(DoWrite_Impl, u64, 0x034E6278, const void* apBuffer, u64 auiBytes); + DEFINE_MEMBER_FN_1(Construct, void, 0x035254CC, const char* apName); + DEFINE_MEMBER_FN_0(Destroy, void, 0x03525570); + DEFINE_MEMBER_FN_1(Seek_Impl, void, 0x03525D78, s64 iNumBytes); + DEFINE_MEMBER_FN_1(GetBufferInfo_Impl, void, 0x035257D0, BufferInfo& info); + DEFINE_MEMBER_FN_2(DoRead_Impl, u64, 0x03525658, void* apBuffer, u64 auiBytes); + DEFINE_MEMBER_FN_2(DoWrite_Impl, u64, 0x035256BC, const void* apBuffer, u64 auiBytes); }; static_assert(sizeof(BSResourceNiBinaryStream) == 0x30); diff --git a/sfse/GameTypes.cpp b/sfse/GameTypes.cpp index c17aef4..f0ac8be 100644 --- a/sfse/GameTypes.cpp +++ b/sfse/GameTypes.cpp @@ -1,7 +1,7 @@ #include "sfse/GameTypes.h" -RelocAddr BSStringPool::Entry::GetEntry(0x03179620); -RelocAddr BSStringPool::Entry::GetEntryW(0x03179E30); -RelocAddr BSStringPool::Entry::Release(0x00833228); +RelocAddr BSStringPool::Entry::GetEntry(0x031B10D0); +RelocAddr BSStringPool::Entry::GetEntryW(0x031B18E0); +RelocAddr BSStringPool::Entry::Release(0x00833338); -RelocPtr BSCRC32::uiCRCTable(0x03F87190); +RelocPtr BSCRC32::uiCRCTable(0x03FC6180); diff --git a/sfse/GameUI.h b/sfse/GameUI.h index 558c819..a5d027f 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, 0x02EA0854, const BSFixedString&); + DEFINE_MEMBER_FN_2(IsMenuOpen, bool, 0x02ED8304, const BSFixedString&); static UI* GetSingleton() { - RelocPtr singleton(0x05784B48); + RelocPtr singleton(0x06377F88); return *singleton; } }; diff --git a/sfse/Hooks_Command.cpp b/sfse/Hooks_Command.cpp index adb8135..0982206 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(0x03185AF8); +RelocAddr <_Command_Process> Command_Process(0x031BD5A8); _Command_Process Command_Process_Original = nullptr; namespace TaskInterface diff --git a/sfse/Hooks_Data.cpp b/sfse/Hooks_Data.cpp index f9ab5a4..f0b027c 100644 --- a/sfse/Hooks_Data.cpp +++ b/sfse/Hooks_Data.cpp @@ -9,7 +9,7 @@ #include "sfse/GameSettings.h" #endif -RelocAddr GameDataLoad_Target(0x02405870 + 0x1098); // End of this function before the retn +RelocAddr GameDataLoad_Target(0x0243CA00 + 0x1098); // End of this function before the retn void Hook_GameData_Loaded() { diff --git a/sfse/Hooks_Scaleform.cpp b/sfse/Hooks_Scaleform.cpp index 80e42d5..dd1f062 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(0x02EA9834); // IMenu vtable +7 +RelocAddr <_IMenu_LoadMovie> IMenu_LoadMovie(0x02EE12E4); // IMenu vtable +7 _IMenu_LoadMovie IMenu_LoadMovie_Original = nullptr; using _BSScaleformManager_ctor = BSScaleformManager*(*)(BSScaleformManager* __this); -RelocAddr <_BSScaleformManager_ctor> BSScaleformManager_ctor(0x02EABED0); +RelocAddr <_BSScaleformManager_ctor> BSScaleformManager_ctor(0x02EE3980); _BSScaleformManager_ctor BSScaleformManager_ctor_Original = nullptr; static bool s_enableScaleformLog = false; diff --git a/sfse/Hooks_Script.cpp b/sfse/Hooks_Script.cpp index b057828..b9a1a4a 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(0x01AF3590); +RelocAddr <_ConsoleCommandInit> ConsoleCommandInit(0x01B299F0); _ConsoleCommandInit ConsoleCommandInit_Original = nullptr; void ConsoleCommandInit_Hook(void* unk1) @@ -109,7 +109,7 @@ void ConsoleCommandInit_Hook(void* unk1) cmd.bInvalidatesCellList = 0; } - RelocAddr EmptyFunc(0x01252410); + RelocAddr EmptyFunc(0x01286220); _MESSAGE("%s (%s)", iter->pFunctionName, iter->pExecuteFunction == EmptyFunc ? "Empty" : "Implemented"); #endif } diff --git a/sfse/Hooks_Version.cpp b/sfse/Hooks_Version.cpp index 0776e39..6ec1d80 100644 --- a/sfse/Hooks_Version.cpp +++ b/sfse/Hooks_Version.cpp @@ -11,7 +11,7 @@ const char * kHook_ShowVersion_FormatString = "%08x v%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(0x02088760 + 0x5D); +RelocAddr kHook_ShowVersion_Offset(0x020BECA0 + 0x5D); void Hooks_Version_Apply() { diff --git a/sfse/PapyrusNativeFunctions.h b/sfse/PapyrusNativeFunctions.h index 1054ece..0f48d5e 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 *, 0x030A737C, u32 idx, BSFixedString * nameOut, u64 * typeOut); + DEFINE_MEMBER_FN(GetParam, u64 *, 0x030DEE2C, 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, 0x030A7054, u64 unk0, u64 unk1, VMClassRegistry * registry, VMState * unk3); + DEFINE_MEMBER_FN(Impl_Invoke, u32, 0x030DEB04, u64 unk0, u64 unk1, VMClassRegistry * registry, VMState * unk3); // ??_7?$NativeFunction1@VActiveEffect@@XPEAVTESForm@@@BSScript@@6B@ entry 0x10 - DEFINE_MEMBER_FN(Impl_Fn10, BSFixedString *, 0x030A73E4); - DEFINE_MEMBER_FN(Impl_GetParamInfo, bool, 0x030A7480, u32 idx, void * out); - DEFINE_MEMBER_FN(Impl_Fn15, void *, 0x030A73EC, u64 arg0, u64 arg1); + DEFINE_MEMBER_FN(Impl_Fn10, BSFixedString *, 0x030DEE94); + DEFINE_MEMBER_FN(Impl_GetParamInfo, bool, 0x030DEF30, u32 idx, void * out); + DEFINE_MEMBER_FN(Impl_Fn15, void *, 0x030DEE9C, 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 *, 0x030A6ED8, const char * fnName, const char * className, u8 unk0, u32 numParams); - DEFINE_MEMBER_FN(Impl_dtor, void, 0x030A6F94); // same as NativeFunctionBase dtor + DEFINE_MEMBER_FN(Impl_ctor, NativeFunction *, 0x030DE988, const char * fnName, const char * className, u8 unk0, u32 numParams); + DEFINE_MEMBER_FN(Impl_dtor, void, 0x030DEA44); // same as NativeFunctionBase dtor protected: void * m_callback; // 50 diff --git a/sfse/ScaleformManager.h b/sfse/ScaleformManager.h index e6af641..749ba09 100644 --- a/sfse/ScaleformManager.h +++ b/sfse/ScaleformManager.h @@ -13,7 +13,7 @@ class BSScaleformManager static BSScaleformManager* GetSingleton() { - RelocPtr singleton(0x059895D0); + RelocPtr singleton(0x0657CA20); return *singleton; } }; \ No newline at end of file diff --git a/sfse/ScaleformMemory.cpp b/sfse/ScaleformMemory.cpp index c459483..95cbce4 100644 --- a/sfse/ScaleformMemory.cpp +++ b/sfse/ScaleformMemory.cpp @@ -1,6 +1,6 @@ #include "sfse/ScaleformMemory.h" -RelocPtr Scaleform::Memory::pGlobalHeap(0x054B97D8); +RelocPtr Scaleform::Memory::pGlobalHeap(0x060ACB98); void* ScaleformHeap_Allocate(u64 size) { diff --git a/sfse/ScaleformValue.h b/sfse/ScaleformValue.h index 6158b2d..92c9794 100644 --- a/sfse/ScaleformValue.h +++ b/sfse/ScaleformValue.h @@ -62,28 +62,28 @@ class Value virtual ~ObjectInterface(); - DEFINE_MEMBER_FN_3(HasMember, bool, 0x00ECBEF0, void* pData, const char* name, bool isDisplayObj); - DEFINE_MEMBER_FN_4(GetMember, bool, 0x00ECC230, void* pData, const char* name, Value* pValue, bool isDisplayObj); - DEFINE_MEMBER_FN_4(SetMember, bool, 0x00ECC630, void* pData, const char* name, const Value& pValue, bool isDisplayObj); - DEFINE_MEMBER_FN_6(Invoke, bool, 0x00ECCA50, void* pData, Value* result, const char* name, const Value* args, unsigned long long numArgs, bool isDisplayObj); - DEFINE_MEMBER_FN_4(CreateEmptyMovieClip, bool, 0x00ED0170, void* pData, Value* pValue, const char* instanceName, int depth); - DEFINE_MEMBER_FN_6(AttachMovie, bool, 0x00ED0430, void* pData, Value* pValue, const char* symbolName, const char* instanceName, int depth, const void* initArgs); - DEFINE_MEMBER_FN_1(GetArraySize, unsigned int, 0x00ECDD30, void* pData); - DEFINE_MEMBER_FN_2(SetArraySize, bool, 0x00ECDD40, void* pData, unsigned int size); - DEFINE_MEMBER_FN_3(GetElement, bool, 0x00ECDD60, void* pData, unsigned int index, Value* value); - DEFINE_MEMBER_FN_3(SetElement, bool, 0x00ECDDF0, void* pData, unsigned int index, const Value& value); - DEFINE_MEMBER_FN_2(PushBack, bool, 0x00ECE030, void* pData, const Value& value); - DEFINE_MEMBER_FN_2(PopBack, bool, 0x00ECE090, void* pData, Value* value); - DEFINE_MEMBER_FN_3(RemoveElements, bool, 0x00ECE140, void* pData, unsigned idx, int count); - DEFINE_MEMBER_FN_4(VisitElements, void, 0x00ECDE50, void* pData, ArrVisitor* visitor, unsigned long idx, int count); - DEFINE_MEMBER_FN_3(VisitMembers, void, 0x00ECD5F0, void* pData, ObjVisitor* visitor, bool isDisplayObj); + DEFINE_MEMBER_FN_3(HasMember, bool, 0x00ECC000, void* pData, const char* name, bool isDisplayObj); + DEFINE_MEMBER_FN_4(GetMember, bool, 0x00ECC340, void* pData, const char* name, Value* pValue, bool isDisplayObj); + DEFINE_MEMBER_FN_4(SetMember, bool, 0x00ECC740, void* pData, const char* name, const Value& pValue, bool isDisplayObj); + DEFINE_MEMBER_FN_6(Invoke, bool, 0x00ECCB60, void* pData, Value* result, const char* name, const Value* args, unsigned long long numArgs, bool isDisplayObj); + DEFINE_MEMBER_FN_4(CreateEmptyMovieClip, bool, 0x00ED0280, void* pData, Value* pValue, const char* instanceName, int depth); + DEFINE_MEMBER_FN_6(AttachMovie, bool, 0x00ED0540, void* pData, Value* pValue, const char* symbolName, const char* instanceName, int depth, const void* initArgs); + DEFINE_MEMBER_FN_1(GetArraySize, unsigned int, 0x00ECDE40, void* pData); + DEFINE_MEMBER_FN_2(SetArraySize, bool, 0x00ECDE50, void* pData, unsigned int size); + DEFINE_MEMBER_FN_3(GetElement, bool, 0x00ECDE70, void* pData, unsigned int index, Value* value); + DEFINE_MEMBER_FN_3(SetElement, bool, 0x00ECDF00, void* pData, unsigned int index, const Value& value); + DEFINE_MEMBER_FN_2(PushBack, bool, 0x00ECE140, void* pData, const Value& value); + DEFINE_MEMBER_FN_2(PopBack, bool, 0x00ECE1A0, void* pData, Value* value); + DEFINE_MEMBER_FN_3(RemoveElements, bool, 0x00ECE250, void* pData, unsigned idx, int count); + DEFINE_MEMBER_FN_4(VisitElements, void, 0x00ECDF60, void* pData, ArrVisitor* visitor, unsigned long idx, int count); + DEFINE_MEMBER_FN_3(VisitMembers, void, 0x00ECD700, void* pData, ObjVisitor* visitor, bool isDisplayObj); // DeleteMember TBD - DEFINE_MEMBER_FN_3(GetText, bool, 0x00ECFE00, void* pData, Value* value, bool html); - DEFINE_MEMBER_FN_3(SetText, bool, 0x00ECFF60, void* pData, const char* text, bool html); - DEFINE_MEMBER_FN_3(SetTextW, bool, 0x00ED0080, void* pData, const wchar_t* text, bool html); - DEFINE_MEMBER_FN_3(GotoAndPlayL, bool, 0x00ED08E0, void* pData, const char* frame, bool stop); - DEFINE_MEMBER_FN_3(GotoAndPlay, bool, 0x00ED09E0, void* pData, unsigned frame, bool stop); - DEFINE_MEMBER_FN_2(GetParent, bool, 0x00ECE660, void* pData, Value* value); + DEFINE_MEMBER_FN_3(GetText, bool, 0x00ECFF10, void* pData, Value* value, bool html); + DEFINE_MEMBER_FN_3(SetText, bool, 0x00ED0070, void* pData, const char* text, bool html); + DEFINE_MEMBER_FN_3(SetTextW, bool, 0x00ED0190, void* pData, const wchar_t* text, bool html); + DEFINE_MEMBER_FN_3(GotoAndPlayL, bool, 0x00ED09F0, void* pData, const char* frame, bool stop); + DEFINE_MEMBER_FN_3(GotoAndPlay, bool, 0x00ED0AF0, void* pData, unsigned frame, bool stop); + DEFINE_MEMBER_FN_2(GetParent, bool, 0x00ECE770, 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, 0x00ECBD90, Value* value, void* pData); - DEFINE_MEMBER_FN_2(ObjectRelease, void, 0x00ECBE30, Value* value, void* pData); + DEFINE_MEMBER_FN_2(ObjectAddRef, void, 0x00ECBEA0, Value* value, void* pData); + DEFINE_MEMBER_FN_2(ObjectRelease, void, 0x00ECBF40, Value* value, void* pData); MovieImpl* pMovieRoot; }; diff --git a/sfse_common/sfse_version.h b/sfse_common/sfse_version.h index e477999..934b437 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 2 -#define SFSE_VERSION_VERSTRING "0, 0, 2, 2" +#define SFSE_VERSION_INTEGER_BETA 3 +#define SFSE_VERSION_VERSTRING "0, 0, 2, 3" #define SFSE_VERSION_PADDEDSTRING "0001" -#define SFSE_VERSION_RELEASEIDX 10 +#define SFSE_VERSION_RELEASEIDX 11 #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) @@ -36,13 +36,14 @@ #define RUNTIME_VERSION_1_8_87 MAKE_EXE_VERSION(1, 8, 87) // 0x01080570 beta #define RUNTIME_VERSION_1_8_88 MAKE_EXE_VERSION(1, 8, 88) // 0x01080580 (very) small patch #define RUNTIME_VERSION_1_9_51 MAKE_EXE_VERSION(1, 9, 51) // 0x01090330 +#define RUNTIME_VERSION_1_9_67 MAKE_EXE_VERSION(1, 9, 67) // 0x01090430 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_9_51 -#define CURRENT_RELEASE_SFSE_STR "0.2.2" +#define CURRENT_RELEASE_RUNTIME RUNTIME_VERSION_1_9_67 +#define CURRENT_RELEASE_SFSE_STR "0.2.3" #if GET_EXE_VERSION_SUB(RUNTIME_VERSION) == RUNTIME_TYPE_BETHESDA #define SAVE_FOLDER_NAME "Starfield" diff --git a/sfse_readme.txt b/sfse_readme.txt index a2a18bb..f6a5d48 100644 --- a/sfse_readme.txt +++ b/sfse_readme.txt @@ -1,11 +1,11 @@ -Starfield Script Extender v0.2.2 pre-alpha +Starfield Script Extender v0.2.3 pre-alpha by Ian Patterson, Stephen Abel, and Expired The Starfield Script Extender, or SFSE for short, is a modder's resource that expands the scripting capabilities of Starfield. As the game has literally just released, it's mostly a plugin loader for now. Depending on where modders show interest, this will expand to Scaleform and Papyrus (or other things) over time. [ Compatibility ] -SFSE will support the latest version of Starfield available on Steam, currently 1.9.51. The Gamepass/MS Store version is unsupported. Do not email asking for support. +SFSE will support the latest version of Starfield available on Steam, currently 1.9.67. The Gamepass/MS Store version is unsupported. Do not email asking for support. [ Installation ] diff --git a/sfse_whatsnew.txt b/sfse_whatsnew.txt index 5dd4d83..63a747a 100644 --- a/sfse_whatsnew.txt +++ b/sfse_whatsnew.txt @@ -1,3 +1,6 @@ +0.2.3 +- support for 1.9.67 + 0.2.2 - support for 1.9.51 - better error message for ms store