From 8c5332ffaf13ee8422bd408bc92d6cf2eb1773bf Mon Sep 17 00:00:00 2001 From: ianpatt Date: Mon, 9 Oct 2023 15:49:04 -0700 Subject: [PATCH] preliminary address update for 1.7.36 --- sfse/GameChargen.h | 4 +- sfse/GameConsole.cpp | 2 +- sfse/GameConsole.h | 2 +- sfse/GameData.h | 2 +- sfse/GameEvents.h | 1398 ++-- sfse/GameForms.cpp | 4 +- sfse/GameMemory.cpp | 2 +- sfse/GameMemory.h | 6 +- sfse/GameObjects.h | 4 +- sfse/GameRTTI.cpp | 2 +- sfse/GameRTTI.inl | 13156 ++++++++++++++++---------------- sfse/GameReferences.h | 12 +- sfse/GameScript.cpp | 4 +- sfse/GameSettings.cpp | 8 +- sfse/GameSettings.h | 2 +- sfse/GameStreams.h | 12 +- sfse/GameTypes.cpp | 8 +- sfse/GameUI.h | 4 +- sfse/Hooks_Data.cpp | 2 +- sfse/Hooks_Scaleform.cpp | 4 +- sfse/Hooks_Script.cpp | 4 +- sfse/Hooks_Version.cpp | 2 +- sfse/PapyrusNativeFunctions.h | 14 +- sfse/ScaleformMemory.cpp | 2 +- sfse/ScaleformValue.h | 46 +- 25 files changed, 7353 insertions(+), 7353 deletions(-) diff --git a/sfse/GameChargen.h b/sfse/GameChargen.h index 2c988c9..f839092 100644 --- a/sfse/GameChargen.h +++ b/sfse/GameChargen.h @@ -17,13 +17,13 @@ class ChargenDataModel : public IDataModel, public BSTSingletonSDM singleton(0x058FB0B8); + RelocPtr singleton(0x05906238); 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_2(Update, void, 0x01890848, TESNPC*, void** unk2); // Unk2 looks like somekind of restore point, is usually CharGenMenu+0x2D0 + DEFINE_MEMBER_FN_2(Update, void, 0x01890958, TESNPC*, void** unk2); // Unk2 looks like somekind of restore point, is usually CharGenMenu+0x2D0 }; } diff --git a/sfse/GameConsole.cpp b/sfse/GameConsole.cpp index b23006c..24602cb 100644 --- a/sfse/GameConsole.cpp +++ b/sfse/GameConsole.cpp @@ -1,7 +1,7 @@ #include "sfse/GameConsole.h" #include -RelocPtr g_console(0x058FAC50); +RelocPtr g_console(0x05905DD0); void Console_Print(const char* fmt, ...) { diff --git a/sfse/GameConsole.h b/sfse/GameConsole.h index 6281b32..3dd61ac 100644 --- a/sfse/GameConsole.h +++ b/sfse/GameConsole.h @@ -6,7 +6,7 @@ class ConsoleLog { public: - DEFINE_MEMBER_FN_2(VPrint, void, 0x02886AD8, const char* fmt, va_list args); + DEFINE_MEMBER_FN_2(VPrint, void, 0x02886F18, const char* fmt, va_list args); }; extern RelocPtr g_console; diff --git a/sfse/GameData.h b/sfse/GameData.h index 86045ef..bdd846d 100644 --- a/sfse/GameData.h +++ b/sfse/GameData.h @@ -117,7 +117,7 @@ class TESDataHandler : static TESDataHandler* GetSingleton() { - RelocPtr singleton(0x054CDF28); + RelocPtr singleton(0x054D9028); return *singleton; } }; diff --git a/sfse/GameEvents.h b/sfse/GameEvents.h index 931eb36..a29e0c4 100644 --- a/sfse/GameEvents.h +++ b/sfse/GameEvents.h @@ -1025,8 +1025,8 @@ namespace BSTEventDetail { public: virtual ~SourceBase() {}; - DEFINE_MEMBER_FN_1(RegisterSink, void, 0x005C05AC, SinkBase* sink); - DEFINE_MEMBER_FN_1(UnregisterSink, void, 0x005C03C0, SinkBase* sink); + DEFINE_MEMBER_FN_1(RegisterSink, void, 0x005C069C, SinkBase* sink); + DEFINE_MEMBER_FN_1(UnregisterSink, void, 0x005C04B0, SinkBase* sink); }; } @@ -1106,705 +1106,705 @@ return es.getPtr(); \ // BSTGlobalEvent -DECLARE_EVENT_SOURCE(SnapTemplateUtils::SnapReplaceEvent, 0x084169C) -DECLARE_EVENT_SOURCE(ImageFixtureEvent_RequestImage, 0x0842954) -DECLARE_EVENT_SOURCE(ImageFixtureEvent_UnregisterImage, 0x0845850) -DECLARE_EVENT_SOURCE(Spaceship::TakeOffEvent, 0x08486B0) -DECLARE_EVENT_SOURCE(HUDActivityIncreaseEvent, 0x01255AA0) -DECLARE_EVENT_SOURCE(AnimationDataCleanupEvent, 0x01276C1C) -DECLARE_EVENT_SOURCE(AnimationDataSetupEvent, 0x01276CAC) -DECLARE_EVENT_SOURCE(EndLoadGameEvent, 0x012C5974) -DECLARE_EVENT_SOURCE(StartLoadGameEvent, 0x012C5A04) -DECLARE_EVENT_SOURCE(ShipEditor_SystemSelected, 0x012DC3DC) -DECLARE_EVENT_SOURCE(ShipEditor_PreviewUpgrade, 0x012E2AA0) -DECLARE_EVENT_SOURCE(ShipEditor_SelectedUpgrade, 0x012E2B30) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceAttach, 0x0131E480) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDetach, 0x0131E510) -DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_ChangeWeaponAssignment, 0x013A2DC4) -DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_OnHintButtonActivated, 0x013A2E54) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmCancel, 0x013C3424) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmExit, 0x013C34B4) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmSaveAndExit, 0x013C3544) -DECLARE_EVENT_SOURCE(ShipEditor_OnFlightCheckTabChanged, 0x013C7FE4) -DECLARE_EVENT_SOURCE(ShipEditor_OnWeaponGroupChanged, 0x013C8074) -DECLARE_EVENT_SOURCE(ShipEditor_OnRenameEndEditText, 0x013CD9B0) -DECLARE_EVENT_SOURCE(ShipEditor_OnRenameInputCancelled, 0x013CDA40) -DECLARE_EVENT_SOURCE(ShipEditor_ChangeModuleCategory, 0x013D212C) -DECLARE_EVENT_SOURCE(ShipEditor_PreviewShipPart, 0x013D21BC) -DECLARE_EVENT_SOURCE(ShipEditor_SelectedShipPart, 0x013D224C) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerControlChanged, 0x013DB100) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerTabChanged, 0x013DB190) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorSliderMouseInput, 0x013DB220) -DECLARE_EVENT_SOURCE(ShipEditor_OnRecentColorSwatchClicked, 0x013DB2B0) -DECLARE_EVENT_SOURCE(ShipBuilder_CloseAllMenus, 0x013FC7A4) -DECLARE_EVENT_SOURCE(ShipEditor_OnHintButtonActivated, 0x013FC834) -DECLARE_EVENT_SOURCE(ShipEditor_RemoveAll3D, 0x013FC8C4) -DECLARE_EVENT_SOURCE(ReferenceQueuedEvent, 0x01464648) -DECLARE_EVENT_SOURCE(LoadScreenEndEvent, 0x0147D640) -DECLARE_EVENT_SOURCE(LoadScreenStartEvent, 0x0147D6D0) -DECLARE_EVENT_SOURCE(CellAttachDetachEvent, 0x0147D760) -DECLARE_EVENT_SOURCE(PickRefStateChangedEvent, 0x014ED048) -DECLARE_EVENT_SOURCE(ActivityTrackerActivityStartedEvent, 0x014F7638) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceCleared3d, 0x015827E0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDestroy, 0x01582870) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceInit, 0x01582900) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceRecycle, 0x01582990) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceSet3d, 0x01582A20) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::Release3DRelatedData, 0x01582AB0) -DECLARE_EVENT_SOURCE(BSWorldOriginShiftEvent, 0x0158EFA0) -DECLARE_EVENT_SOURCE(BGSPlanet::PlayerKnowledgeFlagSetEvent, 0x016B8F3C) -DECLARE_EVENT_SOURCE(StarMap::PlanetTraitKnownEvent, 0x016B8FCC) -DECLARE_EVENT_SOURCE(ResetHistoryDataEvent, 0x0178C114) -DECLARE_EVENT_SOURCE(TESQuestRewardEvent, 0x017A58C4) -DECLARE_EVENT_SOURCE(HUDWeaponWorldFOVMultChangedEvent, 0x017A7B4C) -DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionEndEvent, 0x01880FE0) -DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionStartEvent, 0x01881070) -DECLARE_EVENT_SOURCE(AutoLoadDoorRolloverEvent, 0x0192F2EC) -DECLARE_EVENT_SOURCE(ClearQuickContainerEvent, 0x0192F37C) -DECLARE_EVENT_SOURCE(ReferenceCellLoadedTemps, 0x019A6EEC) -DECLARE_EVENT_SOURCE(Workshop::CargoLinkAddedEvent, 0x01D23E6C) -DECLARE_EVENT_SOURCE(Workshop::CargoLinkTargetChangedEvent, 0x01D23EFC) -DECLARE_EVENT_SOURCE(Workshop::EnterOutpostBeaconModeEvent, 0x01D23F8C) -DECLARE_EVENT_SOURCE(Workshop::ItemGrabbedEvent, 0x01D2401C) -DECLARE_EVENT_SOURCE(Workshop::ItemMovedEvent, 0x01D240AC) -DECLARE_EVENT_SOURCE(Workshop::ItemPlacedEvent, 0x01D2413C) -DECLARE_EVENT_SOURCE(Workshop::ItemProducedEvent, 0x01D241CC) -DECLARE_EVENT_SOURCE(Workshop::ItemRemovedEvent, 0x01D2425C) -DECLARE_EVENT_SOURCE(Workshop::ItemRepairedEvent, 0x01D242EC) -DECLARE_EVENT_SOURCE(Workshop::ItemScrappedEvent, 0x01D2437C) -DECLARE_EVENT_SOURCE(Workshop::OutpostNameChangedEvent, 0x01D2440C) -DECLARE_EVENT_SOURCE(Workshop::OutpostPlacedEvent, 0x01D2449C) -DECLARE_EVENT_SOURCE(PickRefUpdateEvent, 0x01D2452C) -DECLARE_EVENT_SOURCE(Workshop::PlacementStatusEvent, 0x01D245BC) -DECLARE_EVENT_SOURCE(Workshop::PowerOffEvent, 0x01D2464C) -DECLARE_EVENT_SOURCE(Workshop::PowerOnEvent, 0x01D246DC) -DECLARE_EVENT_SOURCE(Workshop::SnapBehaviorCycledEvent, 0x01D2476C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopFlyCameraEvent, 0x01D247FC) -DECLARE_EVENT_SOURCE(Workshop::WorkshopItemPlacedEvent, 0x01D2488C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopModeEvent, 0x01D2491C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopOutputLinkEvent, 0x01D249AC) -DECLARE_EVENT_SOURCE(Workshop::WorkshopStatsChangedEvent, 0x01D24A3C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopUpdateStatsEvent, 0x01D24ACC) -DECLARE_EVENT_SOURCE(ShipCameraStateToggled, 0x01D783A4) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpPressEvent, 0x01F46C44) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpReleaseEvent, 0x01F46CD4) -DECLARE_EVENT_SOURCE(PlayerSneakingChangeEvent, 0x01F483B8) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintJustPressedEvent, 0x01F485F4) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintReleasedEvent, 0x01F48684) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsEndEvent, 0x01F4B88C) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsStartEvent, 0x01F4B91C) -DECLARE_EVENT_SOURCE(SaveLoadEvent, 0x01F7AEFC) -DECLARE_EVENT_SOURCE(SpaceshipWeaponBinding::SpaceshipWeaponBindingChangedEvent, 0x01FA4108) -DECLARE_EVENT_SOURCE(BoundaryMenu_FastTravel, 0x01FB8E38) -DECLARE_EVENT_SOURCE(BoundaryMenu_ShowMap, 0x01FB8EC8) -DECLARE_EVENT_SOURCE(PhotoGallery_DeletePhoto, 0x01FC1C94) -DECLARE_EVENT_SOURCE(PowersMenu_ActivateEssence, 0x01FC5170) -DECLARE_EVENT_SOURCE(PowersMenu_EquipPower, 0x01FC5200) -DECLARE_EVENT_SOURCE(PowersMenu_FavoritePower, 0x01FC5290) -DECLARE_EVENT_SOURCE(ContainerMenuClosed::Event, 0x01FD877C) -DECLARE_EVENT_SOURCE(HangarShipSelection_ChangeSystemDisplay, 0x01FD880C) -DECLARE_EVENT_SOURCE(HangarShipSelection_RepairShip, 0x01FD889C) -DECLARE_EVENT_SOURCE(HangarShipSelection_UpgradeSystem, 0x01FD892C) -DECLARE_EVENT_SOURCE(ShipCrewMenu_Close, 0x01FD89BC) -DECLARE_EVENT_SOURCE(BinkMovieStoppedPlayingEvent, 0x01FDDA20) -DECLARE_EVENT_SOURCE(WorkshopColorMode_ApplyColors, 0x0200586C) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SelectedTab, 0x020058FC) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SliderChanged, 0x0200598C) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SwatchChanged, 0x02005A1C) -DECLARE_EVENT_SOURCE(HUDCrewBuffMessageEvent, 0x02006BBC) -DECLARE_EVENT_SOURCE(CraftingMenu_SessionSummaryEvent, 0x0200FC58) -DECLARE_EVENT_SOURCE(CraftingMenu_CraftItem, 0x0200FCE8) -DECLARE_EVENT_SOURCE(CraftingMenu_ExitBench, 0x0200FD78) -DECLARE_EVENT_SOURCE(CraftingMenu_InstallMod, 0x0200FE08) -DECLARE_EVENT_SOURCE(CraftingMenu_RenameItem, 0x0200FE98) -DECLARE_EVENT_SOURCE(CraftingMenu_RevertedModdedItem, 0x0200FF28) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedMod, 0x0200FFB8) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModSlot, 0x02010048) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModdableItem, 0x020100D8) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedRecipe, 0x02010168) -DECLARE_EVENT_SOURCE(CraftingMenu_SetInspectControls, 0x020101F8) -DECLARE_EVENT_SOURCE(CraftingMenu_ToggleTracking, 0x02010288) -DECLARE_EVENT_SOURCE(CraftingMenu_ViewingModdableItem, 0x02010318) -DECLARE_EVENT_SOURCE(ContainerMenu_CloseMenu, 0x0201E7CC) -DECLARE_EVENT_SOURCE(InventoryMenu_Change3DView, 0x0201E8FC) -DECLARE_EVENT_SOURCE(InventoryMenu_PaperDollTryOn, 0x0201E98C) -DECLARE_EVENT_SOURCE(InventoryMenu_ResetPaperDollInv, 0x0201EA1C) -DECLARE_EVENT_SOURCE(UpdateActivateListenerEvent, 0x02026B98) -DECLARE_EVENT_SOURCE(StartOutpostFromListenerEvent, 0x02028858) -DECLARE_EVENT_SOURCE(HUDModeEvent, 0x02038A64) -DECLARE_EVENT_SOURCE(OpenContainerMenuEventData, 0x02038AF4) -DECLARE_EVENT_SOURCE(OpenContainerMenuFromListenerEvent, 0x02038B84) -DECLARE_EVENT_SOURCE(HUDRolloverActivationButtonEvent, 0x02038C14) -DECLARE_EVENT_SOURCE(HUDRolloverActivationQCItemPressEvent, 0x02038CA4) -DECLARE_EVENT_SOURCE(Inventory_SetSort, 0x02038D34) -DECLARE_EVENT_SOURCE(ShowingQuestMarketTextEvent, 0x02046AF8) -DECLARE_EVENT_SOURCE(TargetHitEvent, 0x020490E8) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x02049178) -DECLARE_EVENT_SOURCE(ClearHUDMessagesEvent, 0x02050584) -DECLARE_EVENT_SOURCE(ShowHUDMessageEvent, 0x02050614) -DECLARE_EVENT_SOURCE(PlayerDetectionLevelChangeEvent, 0x02053774) -DECLARE_EVENT_SOURCE(ShowCustomWatchAlert, 0x0205888C) -DECLARE_EVENT_SOURCE(PlayerUpdateEvent, 0x0208BF5C) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleHelmet, 0x0208BFEC) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleSuit, 0x0208C07C) -DECLARE_EVENT_SOURCE(ControlsRemappedEvent, 0x020CB978) -DECLARE_EVENT_SOURCE(SettingsPanel_CheckBoxChanged, 0x020CBA08) -DECLARE_EVENT_SOURCE(SettingsPanel_ClearBinding, 0x020CBA98) -DECLARE_EVENT_SOURCE(SettingsPanel_OpenCategory, 0x020CBB28) -DECLARE_EVENT_SOURCE(SettingsPanel_OpenSettings, 0x020CBBB8) -DECLARE_EVENT_SOURCE(SettingsPanel_RemapConfirmed, 0x020CBC48) -DECLARE_EVENT_SOURCE(SettingsPanel_RemapMode, 0x020CBCD8) -DECLARE_EVENT_SOURCE(SettingsPanel_ResetToDefaults, 0x020CBD68) -DECLARE_EVENT_SOURCE(SettingsPanel_SaveControls, 0x020CBDF8) -DECLARE_EVENT_SOURCE(SettingsPanel_SaveSettings, 0x020CBE88) -DECLARE_EVENT_SOURCE(SettingsPanel_SliderChanged, 0x020CBF18) -DECLARE_EVENT_SOURCE(SettingsPanel_StepperChanged, 0x020CBFA8) -DECLARE_EVENT_SOURCE(SettingsPanel_ValidateControls, 0x020CC038) -DECLARE_EVENT_SOURCE(ShipCrewMenu_OpenAssignMenu, 0x020D5988) -DECLARE_EVENT_SOURCE(ShipCrewMenu_SetSort, 0x020D5A18) -DECLARE_EVENT_SOURCE(Spaceship::PlayerMovementOutputEvent, 0x020FBB88) -DECLARE_EVENT_SOURCE(ShowLongShipBootup, 0x020FBC18) -DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferMenu, 0x020FBCA8) -DECLARE_EVENT_SOURCE(ShipHud_Activate, 0x020FBD38) -DECLARE_EVENT_SOURCE(ShipHud_BodyViewMarkerDimensions, 0x020FBDC8) -DECLARE_EVENT_SOURCE(ShipHud_ChangeComponentSelection, 0x020FBE58) -DECLARE_EVENT_SOURCE(ShipHud_CloseMenu, 0x020FBEE8) -DECLARE_EVENT_SOURCE(ShipHud_Deselect, 0x020FBF78) -DECLARE_EVENT_SOURCE(ShipHud_FarTravel, 0x020FC008) -DECLARE_EVENT_SOURCE(ShipHud_HailAccepted, 0x020FC098) -DECLARE_EVENT_SOURCE(ShipHud_HailCancelled, 0x020FC128) -DECLARE_EVENT_SOURCE(ShipHud_JumpToQuestMarker, 0x020FC1B8) -DECLARE_EVENT_SOURCE(ShipHud_Land, 0x020FC248) -DECLARE_EVENT_SOURCE(ShipHud_LandingMarkerMap, 0x020FC2D8) -DECLARE_EVENT_SOURCE(ShipHud_Map, 0x020FC368) -DECLARE_EVENT_SOURCE(ShipHud_OnMonocleToggle, 0x020FC3F8) -DECLARE_EVENT_SOURCE(ShipHud_OpenPhotoMode, 0x020FC488) -DECLARE_EVENT_SOURCE(ShipHud_Repair, 0x020FC518) -DECLARE_EVENT_SOURCE(ShipHud_SetTargetMode, 0x020FC5A8) -DECLARE_EVENT_SOURCE(ShipHud_Target, 0x020FC638) -DECLARE_EVENT_SOURCE(ShipHud_TargetShipSystem, 0x020FC6C8) -DECLARE_EVENT_SOURCE(ShipHud_UntargetShipSystem, 0x020FC758) -DECLARE_EVENT_SOURCE(ShipHud_UpdateComponentPower, 0x020FC7E8) -DECLARE_EVENT_SOURCE(DialogueMenu_CompleteExit, 0x02127FDC) -DECLARE_EVENT_SOURCE(BGSScannerGuideEffectStatusUpdateEvent, 0x02138190) -DECLARE_EVENT_SOURCE(GlobalFunc_CloseAllMenus, 0x0213D158) -DECLARE_EVENT_SOURCE(GlobalFunc_CloseMenu, 0x0213D1E8) -DECLARE_EVENT_SOURCE(GlobalFunc_PlayMenuSound, 0x0213D278) -DECLARE_EVENT_SOURCE(GlobalFunc_StartGameRender, 0x0213D308) -DECLARE_EVENT_SOURCE(GlobalFunc_UserEvent, 0x0213D398) -DECLARE_EVENT_SOURCE(ExperienceMeterDisplayData, 0x02146CF8) -DECLARE_EVENT_SOURCE(LevelUp_AnimFinished, 0x02146D88) -DECLARE_EVENT_SOURCE(LevelUp_OnWidgetShown, 0x02146E18) -DECLARE_EVENT_SOURCE(LevelUp_OpenDataMenu, 0x02146EA8) -DECLARE_EVENT_SOURCE(LevelUp_ShowSkills, 0x02146F38) -DECLARE_EVENT_SOURCE(LocationTextWidget_FinishedQueue, 0x02146FC8) -DECLARE_EVENT_SOURCE(DisplayFatigueWarningEvent, 0x02147270) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x0214ACDC) -DECLARE_EVENT_SOURCE(PlayerCrosshairModeEvent, 0x020487F0) -DECLARE_EVENT_SOURCE(HUDNotificationEvent, 0x02153F38) -DECLARE_EVENT_SOURCE(HUDNotification_MissionActiveWidgetUpdate, 0x02153FC8) -DECLARE_EVENT_SOURCE(HUDNotification_OpenDataMenu, 0x02154058) -DECLARE_EVENT_SOURCE(HUDNotification_OpenMissionMenu, 0x021540E8) -DECLARE_EVENT_SOURCE(HUDNotification_SetMissionActive, 0x02154178) -DECLARE_EVENT_SOURCE(PlayerSetWeaponStateEvent, 0x02155D58) -DECLARE_EVENT_SOURCE(BarterMenu_BuyItem, 0x02168DF8) -DECLARE_EVENT_SOURCE(BarterMenu_CloseMenu, 0x02168E88) -DECLARE_EVENT_SOURCE(BarterMenu_HideModel, 0x02168F18) -DECLARE_EVENT_SOURCE(BarterMenu_LoadModel, 0x02168FA8) -DECLARE_EVENT_SOURCE(BarterMenu_SellItem, 0x02169038) -DECLARE_EVENT_SOURCE(BarterMenu_SetMouseOverModel, 0x021690C8) -DECLARE_EVENT_SOURCE(BarterMenu_ShowFailureMessage, 0x02169158) -DECLARE_EVENT_SOURCE(BarterMenu_ViewedItem, 0x021691E8) -DECLARE_EVENT_SOURCE(MissionMenu_ClearState, 0x0216D7F0) -DECLARE_EVENT_SOURCE(MissionMenu_PlotToLocation, 0x0216D880) -DECLARE_EVENT_SOURCE(MissionMenu_RejectQuest, 0x0216D910) -DECLARE_EVENT_SOURCE(MissionMenu_SaveCategoryIndex, 0x0216D9A0) -DECLARE_EVENT_SOURCE(MissionMenu_SaveOpenedId, 0x0216DA30) -DECLARE_EVENT_SOURCE(MissionMenu_ShowItemLocation, 0x0216DAC0) -DECLARE_EVENT_SOURCE(MissionMenu_ToggleTrackingQuest, 0x0216DBEC) -DECLARE_EVENT_SOURCE(DataSlateButtons_acceptClicked, 0x02173320) -DECLARE_EVENT_SOURCE(DataSlateButtons_cancelClicked, 0x021733B0) -DECLARE_EVENT_SOURCE(DataSlateMenu_playSFX, 0x02173440) -DECLARE_EVENT_SOURCE(DataSlateMenu_toggleAudio, 0x021734D0) -DECLARE_EVENT_SOURCE(InventoryMenu_DropItem, 0x02179BE4) -DECLARE_EVENT_SOURCE(InventoryMenu_HideModel, 0x02179C74) -DECLARE_EVENT_SOURCE(InventoryMenu_LoadModel, 0x02179D04) -DECLARE_EVENT_SOURCE(InventoryMenu_OnEnterCategory, 0x02179D94) -DECLARE_EVENT_SOURCE(InventoryMenu_OpenCargoHold, 0x02179E24) -DECLARE_EVENT_SOURCE(InventoryMenu_SelectItem, 0x02179EB4) -DECLARE_EVENT_SOURCE(InventoryMenu_SetMouseOverModel, 0x02179F44) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleFavorite, 0x0217A07C) -DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryChanged, 0x021863C8) -DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryPressed, 0x02186458) -DECLARE_EVENT_SOURCE(MonocleMenu_Bioscan, 0x0218D74C) -DECLARE_EVENT_SOURCE(MonocleMenu_FastTravel, 0x0218D7DC) -DECLARE_EVENT_SOURCE(MonocleMenu_Harvest, 0x0218D86C) -DECLARE_EVENT_SOURCE(MonocleMenu_Initialize, 0x0218D8FC) -DECLARE_EVENT_SOURCE(MonocleMenu_Outpost, 0x0218D98C) -DECLARE_EVENT_SOURCE(MonocleMenu_PhotoMode, 0x0218DA1C) -DECLARE_EVENT_SOURCE(MonocleMenu_Shutdown, 0x0218DAAC) -DECLARE_EVENT_SOURCE(MonocleMenu_SocialSpell, 0x0218DB3C) -DECLARE_EVENT_SOURCE(MonocleMenu_StartContainerView, 0x0218DBCC) -DECLARE_EVENT_SOURCE(MonocleMenu_StopContainerView, 0x0218DC5C) -DECLARE_EVENT_SOURCE(MonocleMenu_SurfaceMap, 0x0218DCEC) -DECLARE_EVENT_SOURCE(MonocleMenu_UseListScrollControls, 0x0218DD7C) -DECLARE_EVENT_SOURCE(MonocleMenu_ZoomIn, 0x0218DE0C) -DECLARE_EVENT_SOURCE(MonocleMenu_ZoomOut, 0x0218DE9C) -DECLARE_EVENT_SOURCE(PhotoMode_InitializeCategory, 0x0219263C) -DECLARE_EVENT_SOURCE(PhotoMode_ResetToDefaults, 0x021926CC) -DECLARE_EVENT_SOURCE(PhotoMode_SliderChanged, 0x0219275C) -DECLARE_EVENT_SOURCE(PhotoMode_StepperChanged, 0x021927EC) -DECLARE_EVENT_SOURCE(PhotoMode_TakeSnapshot, 0x0219287C) -DECLARE_EVENT_SOURCE(PhotoMode_ToggleHelmet, 0x0219290C) -DECLARE_EVENT_SOURCE(PhotoMode_ToggleUI, 0x0219299C) -DECLARE_EVENT_SOURCE(PickpocketMenu_OnItemSelect, 0x0219AE54) -DECLARE_EVENT_SOURCE(ResearchMenu_AddMaterial, 0x021A0288) -DECLARE_EVENT_SOURCE(ResearchMenu_CategorySelected, 0x021A0318) -DECLARE_EVENT_SOURCE(ResearchMenu_ExitMenu, 0x021A03A8) -DECLARE_EVENT_SOURCE(ResearchMenu_HideModel, 0x021A0438) -DECLARE_EVENT_SOURCE(ResearchMenu_PreviewProject, 0x021A04C8) -DECLARE_EVENT_SOURCE(ResearchMenu_ProjectViewed, 0x021A0558) -DECLARE_EVENT_SOURCE(ResearchMenu_SetInspectControls, 0x021A05E8) -DECLARE_EVENT_SOURCE(ResearchMenu_ToggleTrackingProject, 0x021A0678) -DECLARE_EVENT_SOURCE(UnlockedTerminalElementEvent, 0x021B1EEC) -DECLARE_EVENT_SOURCE(SecurityMenu_BackOutKey, 0x021B1F7C) -DECLARE_EVENT_SOURCE(SecurityMenu_CloseMenu, 0x021B200C) -DECLARE_EVENT_SOURCE(SecurityMenu_ConfirmExit, 0x021B209C) -DECLARE_EVENT_SOURCE(SecurityMenu_EliminateUnusedKeys, 0x021B212C) -DECLARE_EVENT_SOURCE(SecurityMenu_GetRingHint, 0x021B21BC) -DECLARE_EVENT_SOURCE(SecurityMenu_SelectNewKey, 0x021B224C) -DECLARE_EVENT_SOURCE(SecurityMenu_TryUseKey, 0x021B22DC) -DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Assign, 0x021B62A4) -DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Unassign, 0x021B6334) -DECLARE_EVENT_SOURCE(ShipCrewMenu_ViewedItem, 0x021B63C4) -DECLARE_EVENT_SOURCE(Refuel_Accept, 0x021B8264) -DECLARE_EVENT_SOURCE(Refuel_Cancel, 0x021B82F4) -DECLARE_EVENT_SOURCE(SkillsMenu_Accept, 0x021BED3C) -DECLARE_EVENT_SOURCE(SkillsMenu_AddPatch, 0x021BEDCC) -DECLARE_EVENT_SOURCE(SkillsMenu_Cancel, 0x021BEE5C) -DECLARE_EVENT_SOURCE(SkillsMenu_ChangeCursorVisibility, 0x021BEEEC) -DECLARE_EVENT_SOURCE(SkillsMenu_SaveLastCategory, 0x021BEF7C) -DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::MenuClosedEvent, 0x021E3A64) -DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::PresetNPCChangedEvent, 0x021E3AF4) -DECLARE_EVENT_SOURCE(CharGen_BrowChange, 0x021E3B84) -DECLARE_EVENT_SOURCE(CharGen_BrowColorChange, 0x021E3C14) -DECLARE_EVENT_SOURCE(CharGen_CancelTextEntry, 0x021E3CA4) -DECLARE_EVENT_SOURCE(CharGen_CloseMenu, 0x021E3D34) -DECLARE_EVENT_SOURCE(CharGen_CyclePronoun, 0x021E3DC4) -DECLARE_EVENT_SOURCE(CharGen_DirtScarsEtcChange, 0x021E3E54) -DECLARE_EVENT_SOURCE(CharGen_EndBodyChange, 0x021E3EE4) -DECLARE_EVENT_SOURCE(CharGen_EndTextEntry, 0x021E3F74) -DECLARE_EVENT_SOURCE(CharGen_EyeColorChange, 0x021E4004) -DECLARE_EVENT_SOURCE(CharGen_FacialHairChange, 0x021E4094) -DECLARE_EVENT_SOURCE(CharGen_FacialHairColorChange, 0x021E4124) -DECLARE_EVENT_SOURCE(CharGen_HairChange, 0x021E41B4) -DECLARE_EVENT_SOURCE(CharGen_HairColorChange, 0x021E4244) -DECLARE_EVENT_SOURCE(CharGen_HeadpartPlusSelectorChange, 0x021E42D4) -DECLARE_EVENT_SOURCE(CharGen_HeadpartPresetChange, 0x021E4364) -DECLARE_EVENT_SOURCE(CharGen_JewelryChange, 0x021E43F4) -DECLARE_EVENT_SOURCE(CharGen_JewelryColorChange, 0x021E4484) -DECLARE_EVENT_SOURCE(CharGen_MakeupChange, 0x021E4514) -DECLARE_EVENT_SOURCE(CharGen_MarkingsChange, 0x021E45A4) -DECLARE_EVENT_SOURCE(CharGen_PostBlendColorOptionChange, 0x021E4634) -DECLARE_EVENT_SOURCE(CharGen_PostBlendFaceChange, 0x021E46C4) -DECLARE_EVENT_SOURCE(CharGen_PostBlendIntensityChange, 0x021E4754) -DECLARE_EVENT_SOURCE(CharGen_PresetChange, 0x021E47E4) -DECLARE_EVENT_SOURCE(CharGen_RollOffLocomotion, 0x021E4874) -DECLARE_EVENT_SOURCE(CharGen_RollOnLocomotion, 0x021E4904) -DECLARE_EVENT_SOURCE(CharGen_RotatePaperdoll, 0x021E4994) -DECLARE_EVENT_SOURCE(CharGen_SetAdditionalSlider, 0x021E4A24) -DECLARE_EVENT_SOURCE(CharGen_SetBackground, 0x021E4AB4) -DECLARE_EVENT_SOURCE(CharGen_SetBlockInputUnderPopup, 0x021E4B44) -DECLARE_EVENT_SOURCE(CharGen_SetBodyValues, 0x021E4BD4) -DECLARE_EVENT_SOURCE(CharGen_SetCameraPosition, 0x021E4C64) -DECLARE_EVENT_SOURCE(CharGen_SetPronoun, 0x021E4CF4) -DECLARE_EVENT_SOURCE(CharGen_SetSex, 0x021E4D84) -DECLARE_EVENT_SOURCE(CharGen_SetSlider, 0x021E4E14) -DECLARE_EVENT_SOURCE(CharGen_SetTrait, 0x021E4EA4) -DECLARE_EVENT_SOURCE(CharGen_ShowChooseBackgroundMessage, 0x021E4F34) -DECLARE_EVENT_SOURCE(CharGen_ShowPlayerRenameMessage, 0x021E4FC4) -DECLARE_EVENT_SOURCE(CharGen_SkintoneChange, 0x021E5054) -DECLARE_EVENT_SOURCE(CharGen_StartBodyChange, 0x021E50E4) -DECLARE_EVENT_SOURCE(CharGen_StartTextEntry, 0x021E5174) -DECLARE_EVENT_SOURCE(CharGen_SwitchBodyType, 0x021E5204) -DECLARE_EVENT_SOURCE(CharGen_SwitchLocomotion, 0x021E5294) -DECLARE_EVENT_SOURCE(CharGen_TeethChange, 0x021E5324) -DECLARE_EVENT_SOURCE(CharGen_TeethRollOff, 0x021E53B4) -DECLARE_EVENT_SOURCE(CharGen_TeethRollOn, 0x021E5444) -DECLARE_EVENT_SOURCE(CharGen_ToggleMarking, 0x021E54D4) -DECLARE_EVENT_SOURCE(CharGen_TogglePreviewHabSuit, 0x021E5564) -DECLARE_EVENT_SOURCE(UIMenuChargenMenuDisablePaperdoll, 0x021E55F4) -DECLARE_EVENT_SOURCE(DataMenu_CloseMenu, 0x021EC678) -DECLARE_EVENT_SOURCE(DataMenu_ClosedForSubMenu, 0x021EC708) -DECLARE_EVENT_SOURCE(DataMenu_Missions, 0x021EC798) -DECLARE_EVENT_SOURCE(DataMenu_PlotToLocation, 0x021EC8CC) -DECLARE_EVENT_SOURCE(DataMenu_Reopened, 0x021EC95C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedAttributesMenu, 0x021EC9EC) -DECLARE_EVENT_SOURCE(DataMenu_SelectedInventoryMenu, 0x021ECA7C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedMapMenu, 0x021ECB0C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedPowersMenu, 0x021ECB9C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedShipMenu, 0x021ECC2C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedStatusMenu, 0x021ECCBC) -DECLARE_EVENT_SOURCE(DataMenu_SetMenuForQuickEntry, 0x021ECD4C) -DECLARE_EVENT_SOURCE(DataMenu_SetPaperDollActive, 0x021ECDDC) -DECLARE_EVENT_SOURCE(PauseMenu_ActionCanceled, 0x021F6FA4) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmAction, 0x021F7034) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmLoad, 0x021F70C4) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmSave, 0x021F7154) -DECLARE_EVENT_SOURCE(PauseMenu_DeleteSave, 0x021F71E4) -DECLARE_EVENT_SOURCE(PauseMenu_QuitToDesktop, 0x021F7274) -DECLARE_EVENT_SOURCE(PauseMenu_SetCharacter, 0x021F7304) -DECLARE_EVENT_SOURCE(PauseMenu_StartAction, 0x021F7394) -DECLARE_EVENT_SOURCE(PauseMenu_StartLoad, 0x021F7424) -DECLARE_EVENT_SOURCE(PauseMenu_UploadSave, 0x021F74B4) -DECLARE_EVENT_SOURCE(PlayBink_CloseMenu, 0x021F8460) -DECLARE_EVENT_SOURCE(Spaceship::GravJumpEvent, 0x021FE094) -DECLARE_EVENT_SOURCE(Spaceship::LandedSetEvent, 0x021FE124) -DECLARE_EVENT_SOURCE(Reticle_OnLongAnimFinished, 0x021FE1B4) -DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferItem, 0x021FE244) -DECLARE_EVENT_SOURCE(ShipHud_AbortJump, 0x021FE2D4) -DECLARE_EVENT_SOURCE(ShipHud_DockRequested, 0x021FE364) -DECLARE_EVENT_SOURCE(ShipHud_HailShip, 0x021FE3F4) -DECLARE_EVENT_SOURCE(ShipHud_UpdateTargetPanelRect, 0x021FE484) -DECLARE_EVENT_SOURCE(TakeoffMenu_CloseMenu, 0x021FE514) -DECLARE_EVENT_SOURCE(TakeoffMenu_ExitShip, 0x021FE5A4) -DECLARE_EVENT_SOURCE(TakeoffMenu_Launch, 0x021FE634) -DECLARE_EVENT_SOURCE(StarMapMenu_LandingInputInProgress, 0x0221D8D0) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupContainerVisibilityChanged, 0x0221D960) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryClicked, 0x0221D9F0) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryHoverChanged, 0x0221DA80) -DECLARE_EVENT_SOURCE(StarMapMenu_ScanPlanet, 0x0221DB10) -DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSite, 0x0221DBA0) -DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSiteFailed, 0x0221DC30) -DECLARE_EVENT_SOURCE(StarMapMenu_ShowRealCursor, 0x0221DCC0) -DECLARE_EVENT_SOURCE(StarMapMenu_QuickSelectChange, 0x02233190) -DECLARE_EVENT_SOURCE(StarMapMenu_Galaxy_FocusSystem, 0x022440E0) -DECLARE_EVENT_SOURCE(StarMapMenu_OnGalaxyViewInitialized, 0x02244170) -DECLARE_EVENT_SOURCE(StarMapMenu_ExecuteRoute, 0x0224EC58) -DECLARE_EVENT_SOURCE(StarMapMenu_OnCancel, 0x0224ECE8) -DECLARE_EVENT_SOURCE(StarMapMenu_OnClearRoute, 0x0224ED78) -DECLARE_EVENT_SOURCE(StarMapMenu_OnExitStarMap, 0x0224EE08) -DECLARE_EVENT_SOURCE(StarMapMenu_OnHintButtonClicked, 0x0224EE98) -DECLARE_EVENT_SOURCE(StarMapMenu_OnOutpostEntrySelected, 0x0224EF28) -DECLARE_EVENT_SOURCE(StarMapMenu_ReadyToClose, 0x0224EFB8) -DECLARE_EVENT_SOURCE(SurfaceMapMenu_MarkerClicked, 0x0226CC4C) -DECLARE_EVENT_SOURCE(SurfaceMapMenu_TryPlaceCustomMarker, 0x0226CCDC) -DECLARE_EVENT_SOURCE(TerminalMenu_CancelEvent, 0x02287140) -DECLARE_EVENT_SOURCE(Terminal_CloseAllViews, 0x022871D0) -DECLARE_EVENT_SOURCE(Terminal_CloseTopView, 0x02287260) -DECLARE_EVENT_SOURCE(Terminal_CloseView, 0x022872F0) -DECLARE_EVENT_SOURCE(Terminal_MenuItemClick, 0x02287380) -DECLARE_EVENT_SOURCE(TestMenu_DoAction, 0x02293270) -DECLARE_EVENT_SOURCE(TestMenu_ExitMenu, 0x02293300) -DECLARE_EVENT_SOURCE(TestMenu_ShowImages, 0x02293390) -DECLARE_EVENT_SOURCE(TestMenu_ShowResources, 0x02293420) -DECLARE_EVENT_SOURCE(TestMenu_TestAll, 0x022934B0) -DECLARE_EVENT_SOURCE(TextInputMenu_EndEditText, 0x02297454) -DECLARE_EVENT_SOURCE(TextInputMenu_InputCanceled, 0x022974E4) -DECLARE_EVENT_SOURCE(TextInputMenu_StartEditText, 0x02297574) -DECLARE_EVENT_SOURCE(CraftingMenu_Highlight3D, 0x02298844) -DECLARE_EVENT_SOURCE(CraftingMenu_RevertHighlight, 0x022988D4) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ChangeBuildItem, 0x0229AF38) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_SelectedItem, 0x0229AFC8) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ToggleTracking, 0x0229B058) -DECLARE_EVENT_SOURCE(WorkshopMenu_AttemptBuild, 0x022A38A4) -DECLARE_EVENT_SOURCE(WorkshopMenu_CancelAction, 0x022A3934) -DECLARE_EVENT_SOURCE(WorkshopMenu_ChangeVariant, 0x022A39C4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ConnectionEvent, 0x022A3A54) -DECLARE_EVENT_SOURCE(WorkshopMenu_ExitMenu, 0x022A3AE4) -DECLARE_EVENT_SOURCE(WorkshopMenu_MessageCallback, 0x022A3B74) -DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedCategory, 0x022A3C04) -DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedGridObject, 0x022A3C94) -DECLARE_EVENT_SOURCE(WorkshopMenu_ShowExtras, 0x022A3D24) -DECLARE_EVENT_SOURCE(WorkshopMenu_SwitchMode, 0x022A3DB4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleDistance, 0x022A3E44) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleTracking, 0x022A3ED4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleView, 0x022A3F64) -DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ConfirmAction, 0x022A59B4) -DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ExitMenu, 0x022A5A44) -DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetHovered, 0x022ABF0C) -DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetPicked, 0x022ABF9C) -DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldFinished, 0x022C3040) -DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldStopped, 0x022C30D0) -DECLARE_EVENT_SOURCE(WorkshopShared_SetActionHandles, 0x022C3160) -DECLARE_EVENT_SOURCE(WorkshopShared_StartAction, 0x022C31F0) -DECLARE_EVENT_SOURCE(ModelReferenceEffectEvents::ReferenceEffectFinished, 0x022E2E04) -DECLARE_EVENT_SOURCE(BGSAcousticSpaceListener::StackChangedEvent, 0x022F6E94) -DECLARE_EVENT_SOURCE(SpaceshipBIEvents::ShipPowerAllocationBIEventSent, 0x0230D980) -DECLARE_EVENT_SOURCE(BGSActorDeathEvent, 0x023198CC) -DECLARE_EVENT_SOURCE(Research::ResearchProgressEvent, 0x0236A0F8) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x02587FD8) -DECLARE_EVENT_SOURCE(PlayerInCombatChangeEvent, 0x025A0500) -DECLARE_EVENT_SOURCE(BlurEvent, 0x0286F018) -DECLARE_EVENT_SOURCE(ContainerMenu_HideModel, 0x02891E78) -DECLARE_EVENT_SOURCE(ContainerMenu_Jettison, 0x02891F08) -DECLARE_EVENT_SOURCE(ContainerMenu_LoadModel, 0x02891F98) -DECLARE_EVENT_SOURCE(ContainerMenu_OpenRefuelMenu, 0x02892028) -DECLARE_EVENT_SOURCE(ContainerMenu_SetMouseOverModel, 0x028920B8) -DECLARE_EVENT_SOURCE(ContainerMenu_TakeAll, 0x02892148) -DECLARE_EVENT_SOURCE(ContainerMenu_ToggleEquip, 0x028921D8) -DECLARE_EVENT_SOURCE(ContainerMenu_TransferItem, 0x0289230C) -DECLARE_EVENT_SOURCE(DialogueMenu_OnDialogueSelect, 0x02895DB0) -DECLARE_EVENT_SOURCE(DialogueMenu_OnListVisibilityChange, 0x02895E40) -DECLARE_EVENT_SOURCE(DialogueMenu_OnPersuasionAutoWin, 0x02895ED0) -DECLARE_EVENT_SOURCE(DialogueMenu_OnScriptedDialogueSelect, 0x02895F60) -DECLARE_EVENT_SOURCE(DialogueMenu_RequestExit, 0x02895FF0) -DECLARE_EVENT_SOURCE(DialogueMenu_RequestSkipDialogue, 0x02896080) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x02896E48) -DECLARE_EVENT_SOURCE(FavoritesMenu_AssignQuickkey, 0x028A2E80) -DECLARE_EVENT_SOURCE(FavoritesMenu_UseQuickkey, 0x028A2F10) -DECLARE_EVENT_SOURCE(LoadingMenu_RefreshText, 0x028A6D90) -DECLARE_EVENT_SOURCE(MainMenu_ActionCanceled, 0x028AA460) -DECLARE_EVENT_SOURCE(MainMenu_ActionConfirmed, 0x028AA4F0) -DECLARE_EVENT_SOURCE(MainMenu_ConfirmLoad, 0x028AA580) -DECLARE_EVENT_SOURCE(MainMenu_DeleteSave, 0x028AA610) -DECLARE_EVENT_SOURCE(MainMenu_SetCharacter, 0x028AA73C) -DECLARE_EVENT_SOURCE(MainMenu_StartAction, 0x028AA7CC) -DECLARE_EVENT_SOURCE(MainMenu_StartLoad, 0x028AA85C) -DECLARE_EVENT_SOURCE(MainMenu_UploadSave, 0x028AA8EC) -DECLARE_EVENT_SOURCE(BGSAppPausedEvent, 0x028AC11C) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnBackOut, 0x028B1408) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnButtonPress, 0x028B1498) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnScriptedButtonPress, 0x028B1528) -DECLARE_EVENT_SOURCE(SleepWaitMenu_InterruptRest, 0x028B61B8) -DECLARE_EVENT_SOURCE(SleepWaitMenu_StartRest, 0x028B6248) -DECLARE_EVENT_SOURCE(Spaceship::BoughtEvent, 0x02B7F85C) -DECLARE_EVENT_SOURCE(Spaceship::ContrabandScanWarningEvent, 0x02B7F8EC) -DECLARE_EVENT_SOURCE(Spaceship::DockEvent, 0x02B7F97C) -DECLARE_EVENT_SOURCE(Spaceship::DynamicNavmeshCompleted, 0x02B7FA0C) -DECLARE_EVENT_SOURCE(Spaceship::FarTravelEvent, 0x02B7FA9C) -DECLARE_EVENT_SOURCE(Spaceship::LandingEvent, 0x02B7FB2C) -DECLARE_EVENT_SOURCE(Spaceship::PlanetScanEvent, 0x02B7FBBC) -DECLARE_EVENT_SOURCE(Spaceship::RampDownEvent, 0x02B7FC4C) -DECLARE_EVENT_SOURCE(Spaceship::RefueledEvent, 0x02B7FCDC) -DECLARE_EVENT_SOURCE(Spaceship::RegisteredEvent, 0x02B7FD6C) -DECLARE_EVENT_SOURCE(Spaceship::ShieldEvent, 0x02B7FDFC) -DECLARE_EVENT_SOURCE(Spaceship::ShipAddedEvent, 0x02B7FE8C) -DECLARE_EVENT_SOURCE(Spaceship::ShipCollisionEvent, 0x02B7FF1C) -DECLARE_EVENT_SOURCE(Spaceship::ShipCustomizedEvent, 0x02B7FFAC) -DECLARE_EVENT_SOURCE(Spaceship::SoldEvent, 0x02B8003C) -DECLARE_EVENT_SOURCE(Spaceship::SystemDamagedEvent, 0x02B800CC) -DECLARE_EVENT_SOURCE(Spaceship::SystemPowerAllocationEvent, 0x02B8015C) -DECLARE_EVENT_SOURCE(Spaceship::SystemPowerChangeEvent, 0x02B801EC) -DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedBIEvent, 0x02B8027C) -DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedEvent, 0x02B8030C) -DECLARE_EVENT_SOURCE(Spaceship::TakeDamagEvent, 0x02B8039C) -DECLARE_EVENT_SOURCE(ContextStackChangedEvent, 0x02CAC8E8) -DECLARE_EVENT_SOURCE(UpdateSceneRectEvent, 0x02E7DA10) -DECLARE_EVENT_SOURCE(GameStalledEvent, 0x03042A00) +DECLARE_EVENT_SOURCE(SnapTemplateUtils::SnapReplaceEvent, 0x0084178C) +DECLARE_EVENT_SOURCE(ImageFixtureEvent_RequestImage, 0x00842A44) +DECLARE_EVENT_SOURCE(ImageFixtureEvent_UnregisterImage, 0x00845940) +DECLARE_EVENT_SOURCE(Spaceship::TakeOffEvent, 0x008487A0) +DECLARE_EVENT_SOURCE(HUDActivityIncreaseEvent, 0x01255B90) +DECLARE_EVENT_SOURCE(AnimationDataCleanupEvent, 0x01276D0C) +DECLARE_EVENT_SOURCE(AnimationDataSetupEvent, 0x01276D9C) +DECLARE_EVENT_SOURCE(EndLoadGameEvent, 0x012C5A64) +DECLARE_EVENT_SOURCE(StartLoadGameEvent, 0x012C5AF4) +DECLARE_EVENT_SOURCE(ShipEditor_SystemSelected, 0x012DC4CC) +DECLARE_EVENT_SOURCE(ShipEditor_PreviewUpgrade, 0x012E2B90) +DECLARE_EVENT_SOURCE(ShipEditor_SelectedUpgrade, 0x012E2C20) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceAttach, 0x0131E570) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDetach, 0x0131E600) +DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_ChangeWeaponAssignment, 0x013A2EB4) +DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_OnHintButtonActivated, 0x013A2F44) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmCancel, 0x013C3514) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmExit, 0x013C35A4) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmSaveAndExit, 0x013C3634) +DECLARE_EVENT_SOURCE(ShipEditor_OnFlightCheckTabChanged, 0x013C80D4) +DECLARE_EVENT_SOURCE(ShipEditor_OnWeaponGroupChanged, 0x013C8164) +DECLARE_EVENT_SOURCE(ShipEditor_OnRenameEndEditText, 0x013CDAA0) +DECLARE_EVENT_SOURCE(ShipEditor_OnRenameInputCancelled, 0x013CDB30) +DECLARE_EVENT_SOURCE(ShipEditor_ChangeModuleCategory, 0x013D221C) +DECLARE_EVENT_SOURCE(ShipEditor_PreviewShipPart, 0x013D22AC) +DECLARE_EVENT_SOURCE(ShipEditor_SelectedShipPart, 0x013D233C) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerControlChanged, 0x013DB1F0) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerTabChanged, 0x013DB280) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorSliderMouseInput, 0x013DB310) +DECLARE_EVENT_SOURCE(ShipEditor_OnRecentColorSwatchClicked, 0x013DB3A0) +DECLARE_EVENT_SOURCE(ShipBuilder_CloseAllMenus, 0x013FC894) +DECLARE_EVENT_SOURCE(ShipEditor_OnHintButtonActivated, 0x013FC924) +DECLARE_EVENT_SOURCE(ShipEditor_RemoveAll3D, 0x013FC9B4) +DECLARE_EVENT_SOURCE(ReferenceQueuedEvent, 0x01464738) +DECLARE_EVENT_SOURCE(LoadScreenEndEvent, 0x0147D730) +DECLARE_EVENT_SOURCE(LoadScreenStartEvent, 0x0147D7C0) +DECLARE_EVENT_SOURCE(CellAttachDetachEvent, 0x0147D850) +DECLARE_EVENT_SOURCE(PickRefStateChangedEvent, 0x014ED138) +DECLARE_EVENT_SOURCE(ActivityTrackerActivityStartedEvent, 0x014F7728) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceCleared3d, 0x015828D0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDestroy, 0x01582960) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceInit, 0x015829F0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceRecycle, 0x01582A80) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceSet3d, 0x01582B10) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::Release3DRelatedData, 0x01582BA0) +DECLARE_EVENT_SOURCE(BSWorldOriginShiftEvent, 0x0158F090) +DECLARE_EVENT_SOURCE(BGSPlanet::PlayerKnowledgeFlagSetEvent, 0x016B903C) +DECLARE_EVENT_SOURCE(StarMap::PlanetTraitKnownEvent, 0x016B90CC) +DECLARE_EVENT_SOURCE(ResetHistoryDataEvent, 0x0178C214) +DECLARE_EVENT_SOURCE(TESQuestRewardEvent, 0x017A59C4) +DECLARE_EVENT_SOURCE(HUDWeaponWorldFOVMultChangedEvent, 0x017A7C4C) +DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionEndEvent, 0x018810F0) +DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionStartEvent, 0x01881180) +DECLARE_EVENT_SOURCE(AutoLoadDoorRolloverEvent, 0x0192F3FC) +DECLARE_EVENT_SOURCE(ClearQuickContainerEvent, 0x0192F48C) +DECLARE_EVENT_SOURCE(ReferenceCellLoadedTemps, 0x019A6FFC) +DECLARE_EVENT_SOURCE(Workshop::CargoLinkAddedEvent, 0x01D23F8C) +DECLARE_EVENT_SOURCE(Workshop::CargoLinkTargetChangedEvent, 0x01D2401C) +DECLARE_EVENT_SOURCE(Workshop::EnterOutpostBeaconModeEvent, 0x01D240AC) +DECLARE_EVENT_SOURCE(Workshop::ItemGrabbedEvent, 0x01D2413C) +DECLARE_EVENT_SOURCE(Workshop::ItemMovedEvent, 0x01D241CC) +DECLARE_EVENT_SOURCE(Workshop::ItemPlacedEvent, 0x01D2425C) +DECLARE_EVENT_SOURCE(Workshop::ItemProducedEvent, 0x01D242EC) +DECLARE_EVENT_SOURCE(Workshop::ItemRemovedEvent, 0x01D2437C) +DECLARE_EVENT_SOURCE(Workshop::ItemRepairedEvent, 0x01D2440C) +DECLARE_EVENT_SOURCE(Workshop::ItemScrappedEvent, 0x01D2449C) +DECLARE_EVENT_SOURCE(Workshop::OutpostNameChangedEvent, 0x01D2452C) +DECLARE_EVENT_SOURCE(Workshop::OutpostPlacedEvent, 0x01D245BC) +DECLARE_EVENT_SOURCE(PickRefUpdateEvent, 0x01D2464C) +DECLARE_EVENT_SOURCE(Workshop::PlacementStatusEvent, 0x01D246DC) +DECLARE_EVENT_SOURCE(Workshop::PowerOffEvent, 0x01D2476C) +DECLARE_EVENT_SOURCE(Workshop::PowerOnEvent, 0x01D247FC) +DECLARE_EVENT_SOURCE(Workshop::SnapBehaviorCycledEvent, 0x01D2488C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopFlyCameraEvent, 0x01D2491C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopItemPlacedEvent, 0x01D249AC) +DECLARE_EVENT_SOURCE(Workshop::WorkshopModeEvent, 0x01D24A3C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopOutputLinkEvent, 0x01D24ACC) +DECLARE_EVENT_SOURCE(Workshop::WorkshopStatsChangedEvent, 0x01D24B5C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopUpdateStatsEvent, 0x01D24BEC) +DECLARE_EVENT_SOURCE(ShipCameraStateToggled, 0x01D784C4) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpPressEvent, 0x01F46D64) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpReleaseEvent, 0x01F46DF4) +DECLARE_EVENT_SOURCE(PlayerSneakingChangeEvent, 0x01F484D8) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintJustPressedEvent, 0x01F48714) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintReleasedEvent, 0x01F487A4) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsEndEvent, 0x01F4B9AC) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsStartEvent, 0x01F4BA3C) +DECLARE_EVENT_SOURCE(SaveLoadEvent, 0x01F7B01C) +DECLARE_EVENT_SOURCE(SpaceshipWeaponBinding::SpaceshipWeaponBindingChangedEvent, 0x01FA4258) +DECLARE_EVENT_SOURCE(BoundaryMenu_FastTravel, 0x01FB8F88) +DECLARE_EVENT_SOURCE(BoundaryMenu_ShowMap, 0x01FB9018) +DECLARE_EVENT_SOURCE(PhotoGallery_DeletePhoto, 0x01FC1DE4) +DECLARE_EVENT_SOURCE(PowersMenu_ActivateEssence, 0x01FC52C0) +DECLARE_EVENT_SOURCE(PowersMenu_EquipPower, 0x01FC5350) +DECLARE_EVENT_SOURCE(PowersMenu_FavoritePower, 0x01FC53E0) +DECLARE_EVENT_SOURCE(ContainerMenuClosed::Event, 0x01FD88CC) +DECLARE_EVENT_SOURCE(HangarShipSelection_ChangeSystemDisplay, 0x01FD895C) +DECLARE_EVENT_SOURCE(HangarShipSelection_RepairShip, 0x01FD89EC) +DECLARE_EVENT_SOURCE(HangarShipSelection_UpgradeSystem, 0x01FD8A7C) +DECLARE_EVENT_SOURCE(ShipCrewMenu_Close, 0x01FD8B0C) +DECLARE_EVENT_SOURCE(BinkMovieStoppedPlayingEvent, 0x01FDDB70) +DECLARE_EVENT_SOURCE(WorkshopColorMode_ApplyColors, 0x020059BC) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SelectedTab, 0x02005A4C) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SliderChanged, 0x02005ADC) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SwatchChanged, 0x02005B6C) +DECLARE_EVENT_SOURCE(HUDCrewBuffMessageEvent, 0x02006D0C) +DECLARE_EVENT_SOURCE(CraftingMenu_SessionSummaryEvent, 0x0200FDA8) +DECLARE_EVENT_SOURCE(CraftingMenu_CraftItem, 0x0200FE38) +DECLARE_EVENT_SOURCE(CraftingMenu_ExitBench, 0x0200FEC8) +DECLARE_EVENT_SOURCE(CraftingMenu_InstallMod, 0x0200FF58) +DECLARE_EVENT_SOURCE(CraftingMenu_RenameItem, 0x0200FFE8) +DECLARE_EVENT_SOURCE(CraftingMenu_RevertedModdedItem, 0x02010078) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedMod, 0x02010108) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModSlot, 0x02010198) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModdableItem, 0x02010228) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedRecipe, 0x020102B8) +DECLARE_EVENT_SOURCE(CraftingMenu_SetInspectControls, 0x02010348) +DECLARE_EVENT_SOURCE(CraftingMenu_ToggleTracking, 0x020103D8) +DECLARE_EVENT_SOURCE(CraftingMenu_ViewingModdableItem, 0x02010468) +DECLARE_EVENT_SOURCE(ContainerMenu_CloseMenu, 0x0201E91C) +DECLARE_EVENT_SOURCE(InventoryMenu_Change3DView, 0x0201EA4C) +DECLARE_EVENT_SOURCE(InventoryMenu_PaperDollTryOn, 0x0201EADC) +DECLARE_EVENT_SOURCE(InventoryMenu_ResetPaperDollInv, 0x0201EB6C) +DECLARE_EVENT_SOURCE(UpdateActivateListenerEvent, 0x02026CE8) +DECLARE_EVENT_SOURCE(StartOutpostFromListenerEvent, 0x020289A8) +DECLARE_EVENT_SOURCE(HUDModeEvent, 0x02038BB4) +DECLARE_EVENT_SOURCE(OpenContainerMenuEventData, 0x02038C44) +DECLARE_EVENT_SOURCE(OpenContainerMenuFromListenerEvent, 0x02038CD4) +DECLARE_EVENT_SOURCE(HUDRolloverActivationButtonEvent, 0x02038D64) +DECLARE_EVENT_SOURCE(HUDRolloverActivationQCItemPressEvent, 0x02038DF4) +DECLARE_EVENT_SOURCE(Inventory_SetSort, 0x02038E84) +DECLARE_EVENT_SOURCE(ShowingQuestMarketTextEvent, 0x02046C48) +DECLARE_EVENT_SOURCE(TargetHitEvent, 0x02049238) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x020492C8) +DECLARE_EVENT_SOURCE(ClearHUDMessagesEvent, 0x020506D4) +DECLARE_EVENT_SOURCE(ShowHUDMessageEvent, 0x02050764) +DECLARE_EVENT_SOURCE(PlayerDetectionLevelChangeEvent, 0x020538C4) +DECLARE_EVENT_SOURCE(ShowCustomWatchAlert, 0x020589DC) +DECLARE_EVENT_SOURCE(PlayerUpdateEvent, 0x0208C0AC) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleHelmet, 0x0208C13C) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleSuit, 0x0208C1CC) +DECLARE_EVENT_SOURCE(ControlsRemappedEvent, 0x020CBD28) +DECLARE_EVENT_SOURCE(SettingsPanel_CheckBoxChanged, 0x020CBDB8) +DECLARE_EVENT_SOURCE(SettingsPanel_ClearBinding, 0x020CBE48) +DECLARE_EVENT_SOURCE(SettingsPanel_OpenCategory, 0x020CBED8) +DECLARE_EVENT_SOURCE(SettingsPanel_OpenSettings, 0x020CBF68) +DECLARE_EVENT_SOURCE(SettingsPanel_RemapConfirmed, 0x020CBFF8) +DECLARE_EVENT_SOURCE(SettingsPanel_RemapMode, 0x020CC088) +DECLARE_EVENT_SOURCE(SettingsPanel_ResetToDefaults, 0x020CC118) +DECLARE_EVENT_SOURCE(SettingsPanel_SaveControls, 0x020CC1A8) +DECLARE_EVENT_SOURCE(SettingsPanel_SaveSettings, 0x020CC238) +DECLARE_EVENT_SOURCE(SettingsPanel_SliderChanged, 0x020CC2C8) +DECLARE_EVENT_SOURCE(SettingsPanel_StepperChanged, 0x020CC358) +DECLARE_EVENT_SOURCE(SettingsPanel_ValidateControls, 0x020CC3E8) +DECLARE_EVENT_SOURCE(ShipCrewMenu_OpenAssignMenu, 0x020D5D58) +DECLARE_EVENT_SOURCE(ShipCrewMenu_SetSort, 0x020D5DE8) +DECLARE_EVENT_SOURCE(Spaceship::PlayerMovementOutputEvent, 0x020FBF58) +DECLARE_EVENT_SOURCE(ShowLongShipBootup, 0x020FBFE8) +DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferMenu, 0x020FC078) +DECLARE_EVENT_SOURCE(ShipHud_Activate, 0x020FC108) +DECLARE_EVENT_SOURCE(ShipHud_BodyViewMarkerDimensions, 0x020FC198) +DECLARE_EVENT_SOURCE(ShipHud_ChangeComponentSelection, 0x020FC228) +DECLARE_EVENT_SOURCE(ShipHud_CloseMenu, 0x020FC2B8) +DECLARE_EVENT_SOURCE(ShipHud_Deselect, 0x020FC348) +DECLARE_EVENT_SOURCE(ShipHud_FarTravel, 0x020FC3D8) +DECLARE_EVENT_SOURCE(ShipHud_HailAccepted, 0x020FC468) +DECLARE_EVENT_SOURCE(ShipHud_HailCancelled, 0x020FC4F8) +DECLARE_EVENT_SOURCE(ShipHud_JumpToQuestMarker, 0x020FC588) +DECLARE_EVENT_SOURCE(ShipHud_Land, 0x020FC618) +DECLARE_EVENT_SOURCE(ShipHud_LandingMarkerMap, 0x020FC6A8) +DECLARE_EVENT_SOURCE(ShipHud_Map, 0x020FC738) +DECLARE_EVENT_SOURCE(ShipHud_OnMonocleToggle, 0x020FC7C8) +DECLARE_EVENT_SOURCE(ShipHud_OpenPhotoMode, 0x020FC858) +DECLARE_EVENT_SOURCE(ShipHud_Repair, 0x020FC8E8) +DECLARE_EVENT_SOURCE(ShipHud_SetTargetMode, 0x020FC978) +DECLARE_EVENT_SOURCE(ShipHud_Target, 0x020FCA08) +DECLARE_EVENT_SOURCE(ShipHud_TargetShipSystem, 0x020FCA98) +DECLARE_EVENT_SOURCE(ShipHud_UntargetShipSystem, 0x020FCB28) +DECLARE_EVENT_SOURCE(ShipHud_UpdateComponentPower, 0x020FCBB8) +DECLARE_EVENT_SOURCE(DialogueMenu_CompleteExit, 0x021283AC) +DECLARE_EVENT_SOURCE(BGSScannerGuideEffectStatusUpdateEvent, 0x02138560) +DECLARE_EVENT_SOURCE(GlobalFunc_CloseAllMenus, 0x0213D528) +DECLARE_EVENT_SOURCE(GlobalFunc_CloseMenu, 0x0213D5B8) +DECLARE_EVENT_SOURCE(GlobalFunc_PlayMenuSound, 0x0213D648) +DECLARE_EVENT_SOURCE(GlobalFunc_StartGameRender, 0x0213D6D8) +DECLARE_EVENT_SOURCE(GlobalFunc_UserEvent, 0x0213D768) +DECLARE_EVENT_SOURCE(ExperienceMeterDisplayData, 0x021470C8) +DECLARE_EVENT_SOURCE(LevelUp_AnimFinished, 0x02147158) +DECLARE_EVENT_SOURCE(LevelUp_OnWidgetShown, 0x021471E8) +DECLARE_EVENT_SOURCE(LevelUp_OpenDataMenu, 0x02147278) +DECLARE_EVENT_SOURCE(LevelUp_ShowSkills, 0x02147308) +DECLARE_EVENT_SOURCE(LocationTextWidget_FinishedQueue, 0x02147398) +DECLARE_EVENT_SOURCE(DisplayFatigueWarningEvent, 0x02147640) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x0214B0AC) +DECLARE_EVENT_SOURCE(PlayerCrosshairModeEvent, 0x02048940) +DECLARE_EVENT_SOURCE(HUDNotificationEvent, 0x02154308) +DECLARE_EVENT_SOURCE(HUDNotification_MissionActiveWidgetUpdate, 0x02154398) +DECLARE_EVENT_SOURCE(HUDNotification_OpenDataMenu, 0x02154428) +DECLARE_EVENT_SOURCE(HUDNotification_OpenMissionMenu, 0x021544B8) +DECLARE_EVENT_SOURCE(HUDNotification_SetMissionActive, 0x02154548) +DECLARE_EVENT_SOURCE(PlayerSetWeaponStateEvent, 0x02156128) +DECLARE_EVENT_SOURCE(BarterMenu_BuyItem, 0x021691C8) +DECLARE_EVENT_SOURCE(BarterMenu_CloseMenu, 0x02169258) +DECLARE_EVENT_SOURCE(BarterMenu_HideModel, 0x021692E8) +DECLARE_EVENT_SOURCE(BarterMenu_LoadModel, 0x02169378) +DECLARE_EVENT_SOURCE(BarterMenu_SellItem, 0x02169408) +DECLARE_EVENT_SOURCE(BarterMenu_SetMouseOverModel, 0x02169498) +DECLARE_EVENT_SOURCE(BarterMenu_ShowFailureMessage, 0x02169528) +DECLARE_EVENT_SOURCE(BarterMenu_ViewedItem, 0x021695B8) +DECLARE_EVENT_SOURCE(MissionMenu_ClearState, 0x0216DBC0) +DECLARE_EVENT_SOURCE(MissionMenu_PlotToLocation, 0x0216DC50) +DECLARE_EVENT_SOURCE(MissionMenu_RejectQuest, 0x0216DCE0) +DECLARE_EVENT_SOURCE(MissionMenu_SaveCategoryIndex, 0x0216DD70) +DECLARE_EVENT_SOURCE(MissionMenu_SaveOpenedId, 0x0216DE00) +DECLARE_EVENT_SOURCE(MissionMenu_ShowItemLocation, 0x0216DE90) +DECLARE_EVENT_SOURCE(MissionMenu_ToggleTrackingQuest, 0x0216DFBC) +DECLARE_EVENT_SOURCE(DataSlateButtons_acceptClicked, 0x021736F0) +DECLARE_EVENT_SOURCE(DataSlateButtons_cancelClicked, 0x02173780) +DECLARE_EVENT_SOURCE(DataSlateMenu_playSFX, 0x02173810) +DECLARE_EVENT_SOURCE(DataSlateMenu_toggleAudio, 0x021738A0) +DECLARE_EVENT_SOURCE(InventoryMenu_DropItem, 0x02179FB4) +DECLARE_EVENT_SOURCE(InventoryMenu_HideModel, 0x0217A044) +DECLARE_EVENT_SOURCE(InventoryMenu_LoadModel, 0x0217A0D4) +DECLARE_EVENT_SOURCE(InventoryMenu_OnEnterCategory, 0x0217A164) +DECLARE_EVENT_SOURCE(InventoryMenu_OpenCargoHold, 0x0217A1F4) +DECLARE_EVENT_SOURCE(InventoryMenu_SelectItem, 0x0217A284) +DECLARE_EVENT_SOURCE(InventoryMenu_SetMouseOverModel, 0x0217A314) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleFavorite, 0x0217A44C) +DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryChanged, 0x02186798) +DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryPressed, 0x02186828) +DECLARE_EVENT_SOURCE(MonocleMenu_Bioscan, 0x0218DB1C) +DECLARE_EVENT_SOURCE(MonocleMenu_FastTravel, 0x0218DBAC) +DECLARE_EVENT_SOURCE(MonocleMenu_Harvest, 0x0218DC3C) +DECLARE_EVENT_SOURCE(MonocleMenu_Initialize, 0x0218DCCC) +DECLARE_EVENT_SOURCE(MonocleMenu_Outpost, 0x0218DD5C) +DECLARE_EVENT_SOURCE(MonocleMenu_PhotoMode, 0x0218DDEC) +DECLARE_EVENT_SOURCE(MonocleMenu_Shutdown, 0x0218DE7C) +DECLARE_EVENT_SOURCE(MonocleMenu_SocialSpell, 0x0218DF0C) +DECLARE_EVENT_SOURCE(MonocleMenu_StartContainerView, 0x0218DF9C) +DECLARE_EVENT_SOURCE(MonocleMenu_StopContainerView, 0x0218E02C) +DECLARE_EVENT_SOURCE(MonocleMenu_SurfaceMap, 0x0218E0BC) +DECLARE_EVENT_SOURCE(MonocleMenu_UseListScrollControls, 0x0218E14C) +DECLARE_EVENT_SOURCE(MonocleMenu_ZoomIn, 0x0218E1DC) +DECLARE_EVENT_SOURCE(MonocleMenu_ZoomOut, 0x0218E26C) +DECLARE_EVENT_SOURCE(PhotoMode_InitializeCategory, 0x02192A0C) +DECLARE_EVENT_SOURCE(PhotoMode_ResetToDefaults, 0x02192A9C) +DECLARE_EVENT_SOURCE(PhotoMode_SliderChanged, 0x02192B2C) +DECLARE_EVENT_SOURCE(PhotoMode_StepperChanged, 0x02192BBC) +DECLARE_EVENT_SOURCE(PhotoMode_TakeSnapshot, 0x02192C4C) +DECLARE_EVENT_SOURCE(PhotoMode_ToggleHelmet, 0x02192CDC) +DECLARE_EVENT_SOURCE(PhotoMode_ToggleUI, 0x02192D6C) +DECLARE_EVENT_SOURCE(PickpocketMenu_OnItemSelect, 0x0219B224) +DECLARE_EVENT_SOURCE(ResearchMenu_AddMaterial, 0x021A0658) +DECLARE_EVENT_SOURCE(ResearchMenu_CategorySelected, 0x021A06E8) +DECLARE_EVENT_SOURCE(ResearchMenu_ExitMenu, 0x021A0778) +DECLARE_EVENT_SOURCE(ResearchMenu_HideModel, 0x021A0808) +DECLARE_EVENT_SOURCE(ResearchMenu_PreviewProject, 0x021A0898) +DECLARE_EVENT_SOURCE(ResearchMenu_ProjectViewed, 0x021A0928) +DECLARE_EVENT_SOURCE(ResearchMenu_SetInspectControls, 0x021A09B8) +DECLARE_EVENT_SOURCE(ResearchMenu_ToggleTrackingProject, 0x021A0A48) +DECLARE_EVENT_SOURCE(UnlockedTerminalElementEvent, 0x021B22BC) +DECLARE_EVENT_SOURCE(SecurityMenu_BackOutKey, 0x021B234C) +DECLARE_EVENT_SOURCE(SecurityMenu_CloseMenu, 0x021B23DC) +DECLARE_EVENT_SOURCE(SecurityMenu_ConfirmExit, 0x021B246C) +DECLARE_EVENT_SOURCE(SecurityMenu_EliminateUnusedKeys, 0x021B24FC) +DECLARE_EVENT_SOURCE(SecurityMenu_GetRingHint, 0x021B258C) +DECLARE_EVENT_SOURCE(SecurityMenu_SelectNewKey, 0x021B261C) +DECLARE_EVENT_SOURCE(SecurityMenu_TryUseKey, 0x021B26AC) +DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Assign, 0x021B6674) +DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Unassign, 0x021B6704) +DECLARE_EVENT_SOURCE(ShipCrewMenu_ViewedItem, 0x021B6794) +DECLARE_EVENT_SOURCE(Refuel_Accept, 0x021B8634) +DECLARE_EVENT_SOURCE(Refuel_Cancel, 0x021B86C4) +DECLARE_EVENT_SOURCE(SkillsMenu_Accept, 0x021BF10C) +DECLARE_EVENT_SOURCE(SkillsMenu_AddPatch, 0x021BF19C) +DECLARE_EVENT_SOURCE(SkillsMenu_Cancel, 0x021BF22C) +DECLARE_EVENT_SOURCE(SkillsMenu_ChangeCursorVisibility, 0x021BF2BC) +DECLARE_EVENT_SOURCE(SkillsMenu_SaveLastCategory, 0x021BF34C) +DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::MenuClosedEvent, 0x021E3E34) +DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::PresetNPCChangedEvent, 0x021E3EC4) +DECLARE_EVENT_SOURCE(CharGen_BrowChange, 0x021E3F54) +DECLARE_EVENT_SOURCE(CharGen_BrowColorChange, 0x021E3FE4) +DECLARE_EVENT_SOURCE(CharGen_CancelTextEntry, 0x021E4074) +DECLARE_EVENT_SOURCE(CharGen_CloseMenu, 0x021E4104) +DECLARE_EVENT_SOURCE(CharGen_CyclePronoun, 0x021E4194) +DECLARE_EVENT_SOURCE(CharGen_DirtScarsEtcChange, 0x021E4224) +DECLARE_EVENT_SOURCE(CharGen_EndBodyChange, 0x021E42B4) +DECLARE_EVENT_SOURCE(CharGen_EndTextEntry, 0x021E4344) +DECLARE_EVENT_SOURCE(CharGen_EyeColorChange, 0x021E43D4) +DECLARE_EVENT_SOURCE(CharGen_FacialHairChange, 0x021E4464) +DECLARE_EVENT_SOURCE(CharGen_FacialHairColorChange, 0x021E44F4) +DECLARE_EVENT_SOURCE(CharGen_HairChange, 0x021E4584) +DECLARE_EVENT_SOURCE(CharGen_HairColorChange, 0x021E4614) +DECLARE_EVENT_SOURCE(CharGen_HeadpartPlusSelectorChange, 0x021E46A4) +DECLARE_EVENT_SOURCE(CharGen_HeadpartPresetChange, 0x021E4734) +DECLARE_EVENT_SOURCE(CharGen_JewelryChange, 0x021E47C4) +DECLARE_EVENT_SOURCE(CharGen_JewelryColorChange, 0x021E4854) +DECLARE_EVENT_SOURCE(CharGen_MakeupChange, 0x021E48E4) +DECLARE_EVENT_SOURCE(CharGen_MarkingsChange, 0x021E4974) +DECLARE_EVENT_SOURCE(CharGen_PostBlendColorOptionChange, 0x021E4A04) +DECLARE_EVENT_SOURCE(CharGen_PostBlendFaceChange, 0x021E4A94) +DECLARE_EVENT_SOURCE(CharGen_PostBlendIntensityChange, 0x021E4B24) +DECLARE_EVENT_SOURCE(CharGen_PresetChange, 0x021E4BB4) +DECLARE_EVENT_SOURCE(CharGen_RollOffLocomotion, 0x021E4C44) +DECLARE_EVENT_SOURCE(CharGen_RollOnLocomotion, 0x021E4CD4) +DECLARE_EVENT_SOURCE(CharGen_RotatePaperdoll, 0x021E4D64) +DECLARE_EVENT_SOURCE(CharGen_SetAdditionalSlider, 0x021E4DF4) +DECLARE_EVENT_SOURCE(CharGen_SetBackground, 0x021E4E84) +DECLARE_EVENT_SOURCE(CharGen_SetBlockInputUnderPopup, 0x021E4F14) +DECLARE_EVENT_SOURCE(CharGen_SetBodyValues, 0x021E4FA4) +DECLARE_EVENT_SOURCE(CharGen_SetCameraPosition, 0x021E5034) +DECLARE_EVENT_SOURCE(CharGen_SetPronoun, 0x021E50C4) +DECLARE_EVENT_SOURCE(CharGen_SetSex, 0x021E5154) +DECLARE_EVENT_SOURCE(CharGen_SetSlider, 0x021E51E4) +DECLARE_EVENT_SOURCE(CharGen_SetTrait, 0x021E5274) +DECLARE_EVENT_SOURCE(CharGen_ShowChooseBackgroundMessage, 0x021E5304) +DECLARE_EVENT_SOURCE(CharGen_ShowPlayerRenameMessage, 0x021E5394) +DECLARE_EVENT_SOURCE(CharGen_SkintoneChange, 0x021E5424) +DECLARE_EVENT_SOURCE(CharGen_StartBodyChange, 0x021E54B4) +DECLARE_EVENT_SOURCE(CharGen_StartTextEntry, 0x021E5544) +DECLARE_EVENT_SOURCE(CharGen_SwitchBodyType, 0x021E55D4) +DECLARE_EVENT_SOURCE(CharGen_SwitchLocomotion, 0x021E5664) +DECLARE_EVENT_SOURCE(CharGen_TeethChange, 0x021E56F4) +DECLARE_EVENT_SOURCE(CharGen_TeethRollOff, 0x021E5784) +DECLARE_EVENT_SOURCE(CharGen_TeethRollOn, 0x021E5814) +DECLARE_EVENT_SOURCE(CharGen_ToggleMarking, 0x021E58A4) +DECLARE_EVENT_SOURCE(CharGen_TogglePreviewHabSuit, 0x021E5934) +DECLARE_EVENT_SOURCE(UIMenuChargenMenuDisablePaperdoll, 0x021E59C4) +DECLARE_EVENT_SOURCE(DataMenu_CloseMenu, 0x021ECA48) +DECLARE_EVENT_SOURCE(DataMenu_ClosedForSubMenu, 0x021ECAD8) +DECLARE_EVENT_SOURCE(DataMenu_Missions, 0x021ECB68) +DECLARE_EVENT_SOURCE(DataMenu_PlotToLocation, 0x021ECC9C) +DECLARE_EVENT_SOURCE(DataMenu_Reopened, 0x021ECD2C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedAttributesMenu, 0x021ECDBC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedInventoryMenu, 0x021ECE4C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedMapMenu, 0x021ECEDC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedPowersMenu, 0x021ECF6C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedShipMenu, 0x021ECFFC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedStatusMenu, 0x021ED08C) +DECLARE_EVENT_SOURCE(DataMenu_SetMenuForQuickEntry, 0x021ED11C) +DECLARE_EVENT_SOURCE(DataMenu_SetPaperDollActive, 0x021ED1AC) +DECLARE_EVENT_SOURCE(PauseMenu_ActionCanceled, 0x021F7374) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmAction, 0x021F7404) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmLoad, 0x021F7494) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmSave, 0x021F7524) +DECLARE_EVENT_SOURCE(PauseMenu_DeleteSave, 0x021F75B4) +DECLARE_EVENT_SOURCE(PauseMenu_QuitToDesktop, 0x021F7644) +DECLARE_EVENT_SOURCE(PauseMenu_SetCharacter, 0x021F76D4) +DECLARE_EVENT_SOURCE(PauseMenu_StartAction, 0x021F7764) +DECLARE_EVENT_SOURCE(PauseMenu_StartLoad, 0x021F77F4) +DECLARE_EVENT_SOURCE(PauseMenu_UploadSave, 0x021F7884) +DECLARE_EVENT_SOURCE(PlayBink_CloseMenu, 0x021F8830) +DECLARE_EVENT_SOURCE(Spaceship::GravJumpEvent, 0x021FE464) +DECLARE_EVENT_SOURCE(Spaceship::LandedSetEvent, 0x021FE4F4) +DECLARE_EVENT_SOURCE(Reticle_OnLongAnimFinished, 0x021FE584) +DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferItem, 0x021FE614) +DECLARE_EVENT_SOURCE(ShipHud_AbortJump, 0x021FE6A4) +DECLARE_EVENT_SOURCE(ShipHud_DockRequested, 0x021FE734) +DECLARE_EVENT_SOURCE(ShipHud_HailShip, 0x021FE7C4) +DECLARE_EVENT_SOURCE(ShipHud_UpdateTargetPanelRect, 0x021FE854) +DECLARE_EVENT_SOURCE(TakeoffMenu_CloseMenu, 0x021FE8E4) +DECLARE_EVENT_SOURCE(TakeoffMenu_ExitShip, 0x021FE974) +DECLARE_EVENT_SOURCE(TakeoffMenu_Launch, 0x021FEA04) +DECLARE_EVENT_SOURCE(StarMapMenu_LandingInputInProgress, 0x0221DC90) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupContainerVisibilityChanged, 0x0221DD20) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryClicked, 0x0221DDB0) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryHoverChanged, 0x0221DE40) +DECLARE_EVENT_SOURCE(StarMapMenu_ScanPlanet, 0x0221DED0) +DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSite, 0x0221DF60) +DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSiteFailed, 0x0221DFF0) +DECLARE_EVENT_SOURCE(StarMapMenu_ShowRealCursor, 0x0221E080) +DECLARE_EVENT_SOURCE(StarMapMenu_QuickSelectChange, 0x02233550) +DECLARE_EVENT_SOURCE(StarMapMenu_Galaxy_FocusSystem, 0x022444A0) +DECLARE_EVENT_SOURCE(StarMapMenu_OnGalaxyViewInitialized, 0x02244530) +DECLARE_EVENT_SOURCE(StarMapMenu_ExecuteRoute, 0x0224F018) +DECLARE_EVENT_SOURCE(StarMapMenu_OnCancel, 0x0224F0A8) +DECLARE_EVENT_SOURCE(StarMapMenu_OnClearRoute, 0x0224F138) +DECLARE_EVENT_SOURCE(StarMapMenu_OnExitStarMap, 0x0224F1C8) +DECLARE_EVENT_SOURCE(StarMapMenu_OnHintButtonClicked, 0x0224F258) +DECLARE_EVENT_SOURCE(StarMapMenu_OnOutpostEntrySelected, 0x0224F2E8) +DECLARE_EVENT_SOURCE(StarMapMenu_ReadyToClose, 0x0224F378) +DECLARE_EVENT_SOURCE(SurfaceMapMenu_MarkerClicked, 0x0226D00C) +DECLARE_EVENT_SOURCE(SurfaceMapMenu_TryPlaceCustomMarker, 0x0226D09C) +DECLARE_EVENT_SOURCE(TerminalMenu_CancelEvent, 0x02287500) +DECLARE_EVENT_SOURCE(Terminal_CloseAllViews, 0x02287590) +DECLARE_EVENT_SOURCE(Terminal_CloseTopView, 0x02287620) +DECLARE_EVENT_SOURCE(Terminal_CloseView, 0x022876B0) +DECLARE_EVENT_SOURCE(Terminal_MenuItemClick, 0x02287740) +DECLARE_EVENT_SOURCE(TestMenu_DoAction, 0x02293630) +DECLARE_EVENT_SOURCE(TestMenu_ExitMenu, 0x022936C0) +DECLARE_EVENT_SOURCE(TestMenu_ShowImages, 0x02293750) +DECLARE_EVENT_SOURCE(TestMenu_ShowResources, 0x022937E0) +DECLARE_EVENT_SOURCE(TestMenu_TestAll, 0x02293870) +DECLARE_EVENT_SOURCE(TextInputMenu_EndEditText, 0x02297814) +DECLARE_EVENT_SOURCE(TextInputMenu_InputCanceled, 0x022978A4) +DECLARE_EVENT_SOURCE(TextInputMenu_StartEditText, 0x02297934) +DECLARE_EVENT_SOURCE(CraftingMenu_Highlight3D, 0x02298C04) +DECLARE_EVENT_SOURCE(CraftingMenu_RevertHighlight, 0x02298C94) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ChangeBuildItem, 0x0229B2F8) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_SelectedItem, 0x0229B388) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ToggleTracking, 0x0229B418) +DECLARE_EVENT_SOURCE(WorkshopMenu_AttemptBuild, 0x022A3C64) +DECLARE_EVENT_SOURCE(WorkshopMenu_CancelAction, 0x022A3CF4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ChangeVariant, 0x022A3D84) +DECLARE_EVENT_SOURCE(WorkshopMenu_ConnectionEvent, 0x022A3E14) +DECLARE_EVENT_SOURCE(WorkshopMenu_ExitMenu, 0x022A3EA4) +DECLARE_EVENT_SOURCE(WorkshopMenu_MessageCallback, 0x022A3F34) +DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedCategory, 0x022A3FC4) +DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedGridObject, 0x022A4054) +DECLARE_EVENT_SOURCE(WorkshopMenu_ShowExtras, 0x022A40E4) +DECLARE_EVENT_SOURCE(WorkshopMenu_SwitchMode, 0x022A4174) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleDistance, 0x022A4204) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleTracking, 0x022A4294) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleView, 0x022A4324) +DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ConfirmAction, 0x022A5D74) +DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ExitMenu, 0x022A5E04) +DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetHovered, 0x022AC2CC) +DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetPicked, 0x022AC35C) +DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldFinished, 0x022C3400) +DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldStopped, 0x022C3490) +DECLARE_EVENT_SOURCE(WorkshopShared_SetActionHandles, 0x022C3520) +DECLARE_EVENT_SOURCE(WorkshopShared_StartAction, 0x022C35B0) +DECLARE_EVENT_SOURCE(ModelReferenceEffectEvents::ReferenceEffectFinished, 0x022E31C4) +DECLARE_EVENT_SOURCE(BGSAcousticSpaceListener::StackChangedEvent, 0x022F7254) +DECLARE_EVENT_SOURCE(SpaceshipBIEvents::ShipPowerAllocationBIEventSent, 0x0230DD40) +DECLARE_EVENT_SOURCE(BGSActorDeathEvent, 0x02319C8C) +DECLARE_EVENT_SOURCE(Research::ResearchProgressEvent, 0x0236A4B8) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x025883A8) +DECLARE_EVENT_SOURCE(PlayerInCombatChangeEvent, 0x025A08D0) +DECLARE_EVENT_SOURCE(BlurEvent, 0x0286F458) +DECLARE_EVENT_SOURCE(ContainerMenu_HideModel, 0x028922B8) +DECLARE_EVENT_SOURCE(ContainerMenu_Jettison, 0x02892348) +DECLARE_EVENT_SOURCE(ContainerMenu_LoadModel, 0x028923D8) +DECLARE_EVENT_SOURCE(ContainerMenu_OpenRefuelMenu, 0x02892468) +DECLARE_EVENT_SOURCE(ContainerMenu_SetMouseOverModel, 0x028924F8) +DECLARE_EVENT_SOURCE(ContainerMenu_TakeAll, 0x02892588) +DECLARE_EVENT_SOURCE(ContainerMenu_ToggleEquip, 0x02892618) +DECLARE_EVENT_SOURCE(ContainerMenu_TransferItem, 0x0289274C) +DECLARE_EVENT_SOURCE(DialogueMenu_OnDialogueSelect, 0x028961F0) +DECLARE_EVENT_SOURCE(DialogueMenu_OnListVisibilityChange, 0x02896280) +DECLARE_EVENT_SOURCE(DialogueMenu_OnPersuasionAutoWin, 0x02896310) +DECLARE_EVENT_SOURCE(DialogueMenu_OnScriptedDialogueSelect, 0x028963A0) +DECLARE_EVENT_SOURCE(DialogueMenu_RequestExit, 0x02896430) +DECLARE_EVENT_SOURCE(DialogueMenu_RequestSkipDialogue, 0x028964C0) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x02897288) +DECLARE_EVENT_SOURCE(FavoritesMenu_AssignQuickkey, 0x028A32C0) +DECLARE_EVENT_SOURCE(FavoritesMenu_UseQuickkey, 0x028A3350) +DECLARE_EVENT_SOURCE(LoadingMenu_RefreshText, 0x028A71D0) +DECLARE_EVENT_SOURCE(MainMenu_ActionCanceled, 0x028AA8A0) +DECLARE_EVENT_SOURCE(MainMenu_ActionConfirmed, 0x028AA930) +DECLARE_EVENT_SOURCE(MainMenu_ConfirmLoad, 0x028AA9C0) +DECLARE_EVENT_SOURCE(MainMenu_DeleteSave, 0x028AAA50) +DECLARE_EVENT_SOURCE(MainMenu_SetCharacter, 0x028AAB7C) +DECLARE_EVENT_SOURCE(MainMenu_StartAction, 0x028AAC0C) +DECLARE_EVENT_SOURCE(MainMenu_StartLoad, 0x028AAC9C) +DECLARE_EVENT_SOURCE(MainMenu_UploadSave, 0x028AAD2C) +DECLARE_EVENT_SOURCE(BGSAppPausedEvent, 0x028AC55C) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnBackOut, 0x028B1848) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnButtonPress, 0x028B18D8) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnScriptedButtonPress, 0x028B1968) +DECLARE_EVENT_SOURCE(SleepWaitMenu_InterruptRest, 0x028B65F8) +DECLARE_EVENT_SOURCE(SleepWaitMenu_StartRest, 0x028B6688) +DECLARE_EVENT_SOURCE(Spaceship::BoughtEvent, 0x02B7FCAC) +DECLARE_EVENT_SOURCE(Spaceship::ContrabandScanWarningEvent, 0x02B7FD3C) +DECLARE_EVENT_SOURCE(Spaceship::DockEvent, 0x02B7FDCC) +DECLARE_EVENT_SOURCE(Spaceship::DynamicNavmeshCompleted, 0x02B7FE5C) +DECLARE_EVENT_SOURCE(Spaceship::FarTravelEvent, 0x02B7FEEC) +DECLARE_EVENT_SOURCE(Spaceship::LandingEvent, 0x02B7FF7C) +DECLARE_EVENT_SOURCE(Spaceship::PlanetScanEvent, 0x02B8000C) +DECLARE_EVENT_SOURCE(Spaceship::RampDownEvent, 0x02B8009C) +DECLARE_EVENT_SOURCE(Spaceship::RefueledEvent, 0x02B8012C) +DECLARE_EVENT_SOURCE(Spaceship::RegisteredEvent, 0x02B801BC) +DECLARE_EVENT_SOURCE(Spaceship::ShieldEvent, 0x02B8024C) +DECLARE_EVENT_SOURCE(Spaceship::ShipAddedEvent, 0x02B802DC) +DECLARE_EVENT_SOURCE(Spaceship::ShipCollisionEvent, 0x02B8036C) +DECLARE_EVENT_SOURCE(Spaceship::ShipCustomizedEvent, 0x02B803FC) +DECLARE_EVENT_SOURCE(Spaceship::SoldEvent, 0x02B8048C) +DECLARE_EVENT_SOURCE(Spaceship::SystemDamagedEvent, 0x02B8051C) +DECLARE_EVENT_SOURCE(Spaceship::SystemPowerAllocationEvent, 0x02B805AC) +DECLARE_EVENT_SOURCE(Spaceship::SystemPowerChangeEvent, 0x02B8063C) +DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedBIEvent, 0x02B806CC) +DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedEvent, 0x02B8075C) +DECLARE_EVENT_SOURCE(Spaceship::TakeDamagEvent, 0x02B807EC) +DECLARE_EVENT_SOURCE(ContextStackChangedEvent, 0x02CACD38) +DECLARE_EVENT_SOURCE(UpdateSceneRectEvent, 0x02E7DE60) +DECLARE_EVENT_SOURCE(GameStalledEvent, 0x03042E50) // more -DECLARE_EVENT_SOURCE(TESCellNavmeshGeneratedEvent, 0x05BFAC0) -DECLARE_EVENT_SOURCE(TESHitEvent, 0x05C0350) -DECLARE_EVENT_SOURCE(FirstThirdPersonSwitch::Event, 0x05C0D40) -DECLARE_EVENT_SOURCE(PerkChanged::Event, 0x01306B50) -DECLARE_EVENT_SOURCE(TESHarvestEvent::ItemHarvested, 0x014ECFE0) -DECLARE_EVENT_SOURCE(ActivityEvents::ActivityCompletedEvent, 0x014F52B0) -DECLARE_EVENT_SOURCE(ChallengeCompletedEvent::Event, 0x014F75D0) -DECLARE_EVENT_SOURCE(InventoryItemEvent::Event, 0x0152EBF0) -DECLARE_EVENT_SOURCE(BooksRead::Event, 0x01922BA0) -DECLARE_EVENT_SOURCE(LocationExplored::Event, 0x0195A550) -DECLARE_EVENT_SOURCE(LocationLinked::Event, 0x0195A5C0) -DECLARE_EVENT_SOURCE(Activation::Event, 0x01A157E0) -DECLARE_EVENT_SOURCE(ActorCellChangeEvent, 0x01A271D0) -DECLARE_EVENT_SOURCE(ActorHeadAttachedEvent, 0x01A27240) -DECLARE_EVENT_SOURCE(ActorValueEvents::ActorValueChangedEvent, 0x01A272B0) -DECLARE_EVENT_SOURCE(AliasChangeEvent, 0x01A27320) -DECLARE_EVENT_SOURCE(AnimationGraphDependentEvent, 0x01A27390) -DECLARE_EVENT_SOURCE(BGSAffinityEventEvent, 0x01A27400) -DECLARE_EVENT_SOURCE(BGSCellGridLoadEvent, 0x01A27470) -DECLARE_EVENT_SOURCE(BGSEventProcessedEvent, 0x01A274E0) -DECLARE_EVENT_SOURCE(BGSHavokWorldCreatedEvent, 0x01A27550) -DECLARE_EVENT_SOURCE(BGSLocationLoadedEvent, 0x01A275C0) -DECLARE_EVENT_SOURCE(BGSOnPlayerCompanionDismiss, 0x01A27630) -DECLARE_EVENT_SOURCE(BGSOnPlayerCompleteResearchEvent, 0x01A276A0) -DECLARE_EVENT_SOURCE(BGSOnPlayerCraftItemEvent, 0x01A27710) -DECLARE_EVENT_SOURCE(BGSOnPlayerCreateRobotEvent, 0x01A27780) -DECLARE_EVENT_SOURCE(BGSOnPlayerEnterVertibirdEvent, 0x01A277F0) -DECLARE_EVENT_SOURCE(BGSOnPlayerFallLongDistances, 0x01A27860) -DECLARE_EVENT_SOURCE(BGSOnPlayerFireWeaponEvent, 0x01A278D0) -DECLARE_EVENT_SOURCE(BGSOnPlayerHealTeammateEvent, 0x01A27940) -DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringBeginEvent, 0x01A279B0) -DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringEndEvent, 0x01A27A20) -DECLARE_EVENT_SOURCE(BGSOnPlayerModArmorWeaponEvent, 0x01A27A90) -DECLARE_EVENT_SOURCE(BGSOnPlayerModRobotEvent, 0x01A27B00) -DECLARE_EVENT_SOURCE(BGSOnPlayerSwimmingEvent, 0x01A27B70) -DECLARE_EVENT_SOURCE(BGSOnPlayerUseWorkBenchEvent, 0x01A27BE0) -DECLARE_EVENT_SOURCE(BGSOnSpeechChallengeAvailable, 0x01A27C50) -DECLARE_EVENT_SOURCE(BGSRadiationDamageEvent, 0x01A27CC0) -DECLARE_EVENT_SOURCE(BuilderMenuSelectEvent, 0x01A27D30) -DECLARE_EVENT_SOURCE(CrewAssignedEvent, 0x01A27DA0) -DECLARE_EVENT_SOURCE(CrewDismissedEvent, 0x01A27E10) -DECLARE_EVENT_SOURCE(DestroyedEvent, 0x01A27E80) -DECLARE_EVENT_SOURCE(HomeShipSetEvent, 0x01A27EF0) -DECLARE_EVENT_SOURCE(InstantReferenceInteractionEvent, 0x01A27F60) -DECLARE_EVENT_SOURCE(ItemConsumedEvent, 0x01A27FD0) -DECLARE_EVENT_SOURCE(ItemSwappedEvent, 0x01A28040) -DECLARE_EVENT_SOURCE(LockPickedEvent, 0x01A280B0) -DECLARE_EVENT_SOURCE(MapMarkerDiscoveredEvent, 0x01A28120) -DECLARE_EVENT_SOURCE(ObjectScannedEvent, 0x01A28190) -DECLARE_EVENT_SOURCE(PlayerAddItemEvent, 0x01A28200) -DECLARE_EVENT_SOURCE(PlayerArrestedEvent, 0x01A28270) -DECLARE_EVENT_SOURCE(PlayerAssaultActorEvent, 0x01A282E0) -DECLARE_EVENT_SOURCE(PlayerBuyShipEvent, 0x01A28350) -DECLARE_EVENT_SOURCE(PlayerCrimeGoldEvent, 0x01A283C0) -DECLARE_EVENT_SOURCE(PlayerFailedPlotRouteEvent, 0x01A28430) -DECLARE_EVENT_SOURCE(PlayerJailEvent, 0x01A284A0) -DECLARE_EVENT_SOURCE(PlayerModifiedShipEvent, 0x01A28510) -DECLARE_EVENT_SOURCE(PlayerMurderActorEvent, 0x01A28580) -DECLARE_EVENT_SOURCE(PlayerPayFineEvent, 0x01A285F0) -DECLARE_EVENT_SOURCE(PlayerPlanetSurveyCompleteEvent, 0x01A28660) -DECLARE_EVENT_SOURCE(PlayerPlanetSurveyProgressEvent, 0x01A286D0) -DECLARE_EVENT_SOURCE(PlayerSellShipEvent, 0x01A28740) -DECLARE_EVENT_SOURCE(PlayerTrespassEvent, 0x01A287B0) -DECLARE_EVENT_SOURCE(QuickContainerOpenedEvent, 0x01A28820) -DECLARE_EVENT_SOURCE(RefControlChangedEvent, 0x01A28890) -DECLARE_EVENT_SOURCE(ReferenceDestroyedEvent, 0x01A28900) -DECLARE_EVENT_SOURCE(SpeechChallengeCompletionEvent, 0x01A28970) -DECLARE_EVENT_SOURCE(TESActivateEvent, 0x01A289E0) -DECLARE_EVENT_SOURCE(TESActiveEffectApplyFinishEvent, 0x01A28A50) -DECLARE_EVENT_SOURCE(TESActiveEffectRemovedEvent, 0x01A28AC0) -DECLARE_EVENT_SOURCE(TESActorActivatedRefEvent, 0x01A28B30) -DECLARE_EVENT_SOURCE(TESActorLocationChangeEvent, 0x01A28BA0) -DECLARE_EVENT_SOURCE(TESBookReadEvent, 0x01A28C10) -DECLARE_EVENT_SOURCE(TESCellCriticalRefsAttachedEvent, 0x01A28C80) -DECLARE_EVENT_SOURCE(TESCellFullyLoadedEvent, 0x01A28CF0) -DECLARE_EVENT_SOURCE(TESCellGravityChangeEvent, 0x01A28D60) -DECLARE_EVENT_SOURCE(TESCellReadyToApplyDecalsEvent, 0x01A28DD0) -DECLARE_EVENT_SOURCE(TESCellReference3DAttachEvent, 0x01A28E40) -DECLARE_EVENT_SOURCE(TESCellReferenceAttachDetachEvent, 0x01A28EB0) -DECLARE_EVENT_SOURCE(TESCombatEvent, 0x01A28F20) -DECLARE_EVENT_SOURCE(TESCombatListEvent, 0x01A28F90) -DECLARE_EVENT_SOURCE(TESCommandModeCompleteCommandEvent, 0x01A29000) -DECLARE_EVENT_SOURCE(TESCommandModeEnterEvent, 0x01A29070) -DECLARE_EVENT_SOURCE(TESCommandModeExitEvent, 0x01A290E0) -DECLARE_EVENT_SOURCE(TESCommandModeGiveCommandEvent, 0x01A29150) -DECLARE_EVENT_SOURCE(TESConsciousnessEvent, 0x01A291C0) -DECLARE_EVENT_SOURCE(TESContainerChangedEvent, 0x01A29230) -DECLARE_EVENT_SOURCE(TESDeathEvent, 0x01A292A0) -DECLARE_EVENT_SOURCE(TESDeferredKillEvent, 0x01A29310) -DECLARE_EVENT_SOURCE(TESDestructionStageChangedEvent, 0x01A29380) -DECLARE_EVENT_SOURCE(TESEnterBleedoutEvent, 0x01A293F0) -DECLARE_EVENT_SOURCE(TESEnterSneakingEvent, 0x01A29460) -DECLARE_EVENT_SOURCE(TESEquipEvent, 0x01A294D0) -DECLARE_EVENT_SOURCE(TESEscortWaitStartEvent, 0x01A29540) -DECLARE_EVENT_SOURCE(TESEscortWaitStopEvent, 0x01A295B0) -DECLARE_EVENT_SOURCE(TESExitBleedoutEvent, 0x01A29620) -DECLARE_EVENT_SOURCE(TESExitFurnitureEvent, 0x01A29690) -DECLARE_EVENT_SOURCE(TESFormDeleteEvent, 0x01A29700) -DECLARE_EVENT_SOURCE(TESFormIDRemapEvent, 0x01A29770) -DECLARE_EVENT_SOURCE(TESFurnitureEvent, 0x01A297E0) -DECLARE_EVENT_SOURCE(TESGrabReleaseEvent, 0x01A29850) -DECLARE_EVENT_SOURCE(TESInitScriptEvent, 0x01A298C0) -DECLARE_EVENT_SOURCE(TESLimbCrippleEvent, 0x01A29930) -DECLARE_EVENT_SOURCE(TESLoadGameEvent, 0x01A299A0) -DECLARE_EVENT_SOURCE(TESLocationExploredEvent, 0x01A29A10) -DECLARE_EVENT_SOURCE(TESLockChangedEvent, 0x01A29A80) -DECLARE_EVENT_SOURCE(TESMagicEffectApplyEvent, 0x01A29AF0) -DECLARE_EVENT_SOURCE(TESMissionAcceptedEvent, 0x01A29B60) -DECLARE_EVENT_SOURCE(TESObjectLoadedEvent, 0x01A29BD0) -DECLARE_EVENT_SOURCE(TESObjectREFRTranslationEvent, 0x01A29C40) -DECLARE_EVENT_SOURCE(TESOnPCDialogueTargetEvent, 0x01A29CB0) -DECLARE_EVENT_SOURCE(TESOpenCloseEvent, 0x01A29D20) -DECLARE_EVENT_SOURCE(TESPackageEvent, 0x01A29D90) -DECLARE_EVENT_SOURCE(TESPerkEntryRunEvent, 0x01A29E00) -DECLARE_EVENT_SOURCE(TESPickNewIdleEvent, 0x01A29E70) -DECLARE_EVENT_SOURCE(TESPickpocketFailedEvent, 0x01A29EE0) -DECLARE_EVENT_SOURCE(TESPlayerActiveEffectEvent, 0x01A29F50) -DECLARE_EVENT_SOURCE(TESPlayerFollowerWarpEvent, 0x01A29FC0) -DECLARE_EVENT_SOURCE(TESQuestInitEvent, 0x01A2A030) -DECLARE_EVENT_SOURCE(TESQuestRejectedEvent, 0x01A2A0A0) -DECLARE_EVENT_SOURCE(TESQuestStageEvent, 0x01A2A110) -DECLARE_EVENT_SOURCE(TESQuestStageItemDoneEvent, 0x01A2A180) -DECLARE_EVENT_SOURCE(TESQuestStartStopEvent, 0x01A2A1F0) -DECLARE_EVENT_SOURCE(TESQuestTimerEvent, 0x01A2A260) -DECLARE_EVENT_SOURCE(TESResetEvent, 0x01A2A2D0) -DECLARE_EVENT_SOURCE(TESResolveNPCTemplatesEvent, 0x01A2A340) -DECLARE_EVENT_SOURCE(TESSceneActionEvent, 0x01A2A3B0) -DECLARE_EVENT_SOURCE(TESSceneEvent, 0x01A2A420) -DECLARE_EVENT_SOURCE(TESScenePhaseEvent, 0x01A2A490) -DECLARE_EVENT_SOURCE(TESSellEvent, 0x01A2A500) -DECLARE_EVENT_SOURCE(TESSleepStartEvent, 0x01A2A570) -DECLARE_EVENT_SOURCE(TESSleepStopEvent, 0x01A2A5E0) -DECLARE_EVENT_SOURCE(TESSpellCastEvent, 0x01A2A650) -DECLARE_EVENT_SOURCE(TESSpellCastFailureEvent, 0x01A2A6C0) -DECLARE_EVENT_SOURCE(TESSwitchRaceCompleteEvent, 0x01A2A730) -DECLARE_EVENT_SOURCE(TESTopicInfoEvent, 0x01A2A7A0) -DECLARE_EVENT_SOURCE(TESTrackedStatsEvent, 0x01A2A810) -DECLARE_EVENT_SOURCE(TESTrapHitEvent, 0x01A2A880) -DECLARE_EVENT_SOURCE(TESTriggerEnterEvent, 0x01A2A8F0) -DECLARE_EVENT_SOURCE(TESTriggerEvent, 0x01A2A960) -DECLARE_EVENT_SOURCE(TESTriggerLeaveEvent, 0x01A2A9D0) -DECLARE_EVENT_SOURCE(TESUniqueIDChangeEvent, 0x01A2AA40) -DECLARE_EVENT_SOURCE(TESWaitStartEvent, 0x01A2AAB0) -DECLARE_EVENT_SOURCE(TESWaitStopEvent, 0x01A2AB20) -DECLARE_EVENT_SOURCE(TerminalMenuMenuItemRunEvent, 0x01A2AB90) -DECLARE_EVENT_SOURCE(TerminalMenuOnEnterEvent, 0x01A2AC00) -DECLARE_EVENT_SOURCE(WorkshopNPCTransferEvent, 0x01A2AC70) -DECLARE_EVENT_SOURCE(TESObjectREFRIsReadyForAttachEvent, 0x01A2ACE0) -DECLARE_EVENT_SOURCE(DefaultObjectsReadyEvent::Event, 0x01A56E30) -DECLARE_EVENT_SOURCE(ObjectiveState::Event, 0x01AFFEA0) -DECLARE_EVENT_SOURCE(QuestStatus::Event, 0x01B60100) -DECLARE_EVENT_SOURCE(RefillAliasEvent::Event, 0x01B60170) -DECLARE_EVENT_SOURCE(TESQuestEvent::Event, 0x01B601E0) -DECLARE_EVENT_SOURCE(RolloverIsCrimeEvent::Event, 0x02049080) -DECLARE_EVENT_SOURCE(HideSubtitleEvent::Event, 0x020542C0) -DECLARE_EVENT_SOURCE(ShowSubtitleEvent::Event, 0x02054330) -DECLARE_EVENT_SOURCE(MissionMenuStateEvent::Event, 0x020A6740) -DECLARE_EVENT_SOURCE(ClearShipHudTarget::Event, 0x020FBAB0) -DECLARE_EVENT_SOURCE(TryUpdateShipHudTarget::Event, 0x020FBB20) -DECLARE_EVENT_SOURCE(LocationTextEvent::Event, 0x02155C80) -DECLARE_EVENT_SOURCE(TraitDiscoveryTextEvent::Event, 0x02155CF0) -DECLARE_EVENT_SOURCE(DaysPassed::Event, 0x023CE5E0) -DECLARE_EVENT_SOURCE(HourPassed::Event, 0x023CE650) -DECLARE_EVENT_SOURCE(ActorDamage::Event, 0x024A9CD0) -DECLARE_EVENT_SOURCE(ActorItemEquipped::Event, 0x024A9D40) -DECLARE_EVENT_SOURCE(ActorKill::Event, 0x024A9DB0) -DECLARE_EVENT_SOURCE(AssaultCrime::Event, 0x024A9E20) -DECLARE_EVENT_SOURCE(DisarmedEvent::Event, 0x024A9E90) -DECLARE_EVENT_SOURCE(FactionRankChange::Event, 0x024A9F00) -DECLARE_EVENT_SOURCE(GrandTheftHorse::Event, 0x024A9F70) -DECLARE_EVENT_SOURCE(MurderCrime::Event, 0x024A9FE0) -DECLARE_EVENT_SOURCE(PiracyCrime::Event, 0x024AA050) -DECLARE_EVENT_SOURCE(Bleedout::Event, 0x024D82C0) -DECLARE_EVENT_SOURCE(ContractedDisease::Event, 0x024D8330) -DECLARE_EVENT_SOURCE(ReloadWeaponEvent::Event, 0x024D83A0) -DECLARE_EVENT_SOURCE(SpellsLearned::Event, 0x024E69C0) -DECLARE_EVENT_SOURCE(Bounty::Event, 0x025874F0) -DECLARE_EVENT_SOURCE(ChestLooted::Event, 0x02587560) -DECLARE_EVENT_SOURCE(CriticalHitEvent::Event, 0x025875D0) -DECLARE_EVENT_SOURCE(CustomMarkerUpdate::Event, 0x02587640) -DECLARE_EVENT_SOURCE(DaysJailed::Event, 0x025876B0) -DECLARE_EVENT_SOURCE(EnteredUnity::Event, 0x02587720) -DECLARE_EVENT_SOURCE(FinePaid::Event, 0x02587790) -DECLARE_EVENT_SOURCE(ItemCrafted::Event, 0x02587800) -DECLARE_EVENT_SOURCE(ItemSteal::Event, 0x02587870) -DECLARE_EVENT_SOURCE(JailEscape::Event, 0x025878E0) -DECLARE_EVENT_SOURCE(Jailing::Event, 0x02587950) -DECLARE_EVENT_SOURCE(LevelIncrease::Event, 0x025879C0) -DECLARE_EVENT_SOURCE(LocationMarkerArrayUpdate::Event, 0x02587A30) -DECLARE_EVENT_SOURCE(PlayerActiveEffectChanged::Event, 0x02587AA0) -DECLARE_EVENT_SOURCE(PlayerAmmoChanged::Event, 0x02587B10) -DECLARE_EVENT_SOURCE(PlayerCharacterQuestEvent::Event, 0x02587B80) -DECLARE_EVENT_SOURCE(PlayerDifficultySettingChanged::Event, 0x02587BF0) -DECLARE_EVENT_SOURCE(PlayerFastTravel::Event, 0x02587C60) -DECLARE_EVENT_SOURCE(PlayerInDialogueChanged::Event, 0x02587CD0) -DECLARE_EVENT_SOURCE(PlayerLifeStateChanged::Event, 0x02587D40) -DECLARE_EVENT_SOURCE(PlayerPickpocketSuccess::Event, 0x02587DB0) -DECLARE_EVENT_SOURCE(PoisonedWeapon::Event, 0x02587E20) -DECLARE_EVENT_SOURCE(TerminalHacked::Event, 0x02587E90) -DECLARE_EVENT_SOURCE(TravelMarkerStateChange::Event, 0x02587F00) -DECLARE_EVENT_SOURCE(WeaponAttack::Event, 0x02587F70) -DECLARE_EVENT_SOURCE(Trespass::Event, 0x025E58D0) -DECLARE_EVENT_SOURCE(VATSEvents::ModeChange, 0x0264EF80) -DECLARE_EVENT_SOURCE(VATSCommand, 0x0264EFF0) -DECLARE_EVENT_SOURCE(HoursPassed::Event, 0x028B6150) +DECLARE_EVENT_SOURCE(TESCellNavmeshGeneratedEvent, 0x005BFBB0) +DECLARE_EVENT_SOURCE(TESHitEvent, 0x005C0440) +DECLARE_EVENT_SOURCE(FirstThirdPersonSwitch::Event, 0x005C0E30) +DECLARE_EVENT_SOURCE(PerkChanged::Event, 0x01306C40) +DECLARE_EVENT_SOURCE(TESHarvestEvent::ItemHarvested, 0x014ED0D0) +DECLARE_EVENT_SOURCE(ActivityEvents::ActivityCompletedEvent, 0x014F53A0) +DECLARE_EVENT_SOURCE(ChallengeCompletedEvent::Event, 0x014F76C0) +DECLARE_EVENT_SOURCE(InventoryItemEvent::Event, 0x0152ECE0) +DECLARE_EVENT_SOURCE(BooksRead::Event, 0x01922CB0) +DECLARE_EVENT_SOURCE(LocationExplored::Event, 0x0195A660) +DECLARE_EVENT_SOURCE(LocationLinked::Event, 0x0195A6D0) +DECLARE_EVENT_SOURCE(Activation::Event, 0x01A158F0) +DECLARE_EVENT_SOURCE(ActorCellChangeEvent, 0x01A272E0) +DECLARE_EVENT_SOURCE(ActorHeadAttachedEvent, 0x01A27350) +DECLARE_EVENT_SOURCE(ActorValueEvents::ActorValueChangedEvent, 0x01A273C0) +DECLARE_EVENT_SOURCE(AliasChangeEvent, 0x01A27430) +DECLARE_EVENT_SOURCE(AnimationGraphDependentEvent, 0x01A274A0) +DECLARE_EVENT_SOURCE(BGSAffinityEventEvent, 0x01A27510) +DECLARE_EVENT_SOURCE(BGSCellGridLoadEvent, 0x01A27580) +DECLARE_EVENT_SOURCE(BGSEventProcessedEvent, 0x01A275F0) +DECLARE_EVENT_SOURCE(BGSHavokWorldCreatedEvent, 0x01A27660) +DECLARE_EVENT_SOURCE(BGSLocationLoadedEvent, 0x01A276D0) +DECLARE_EVENT_SOURCE(BGSOnPlayerCompanionDismiss, 0x01A27740) +DECLARE_EVENT_SOURCE(BGSOnPlayerCompleteResearchEvent, 0x01A277B0) +DECLARE_EVENT_SOURCE(BGSOnPlayerCraftItemEvent, 0x01A27820) +DECLARE_EVENT_SOURCE(BGSOnPlayerCreateRobotEvent, 0x01A27890) +DECLARE_EVENT_SOURCE(BGSOnPlayerEnterVertibirdEvent, 0x01A27900) +DECLARE_EVENT_SOURCE(BGSOnPlayerFallLongDistances, 0x01A27970) +DECLARE_EVENT_SOURCE(BGSOnPlayerFireWeaponEvent, 0x01A279E0) +DECLARE_EVENT_SOURCE(BGSOnPlayerHealTeammateEvent, 0x01A27A50) +DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringBeginEvent, 0x01A27AC0) +DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringEndEvent, 0x01A27B30) +DECLARE_EVENT_SOURCE(BGSOnPlayerModArmorWeaponEvent, 0x01A27BA0) +DECLARE_EVENT_SOURCE(BGSOnPlayerModRobotEvent, 0x01A27C10) +DECLARE_EVENT_SOURCE(BGSOnPlayerSwimmingEvent, 0x01A27C80) +DECLARE_EVENT_SOURCE(BGSOnPlayerUseWorkBenchEvent, 0x01A27CF0) +DECLARE_EVENT_SOURCE(BGSOnSpeechChallengeAvailable, 0x01A27D60) +DECLARE_EVENT_SOURCE(BGSRadiationDamageEvent, 0x01A27DD0) +DECLARE_EVENT_SOURCE(BuilderMenuSelectEvent, 0x01A27E40) +DECLARE_EVENT_SOURCE(CrewAssignedEvent, 0x01A27EB0) +DECLARE_EVENT_SOURCE(CrewDismissedEvent, 0x01A27F20) +DECLARE_EVENT_SOURCE(DestroyedEvent, 0x01A27F90) +DECLARE_EVENT_SOURCE(HomeShipSetEvent, 0x01A28000) +DECLARE_EVENT_SOURCE(InstantReferenceInteractionEvent, 0x01A28070) +DECLARE_EVENT_SOURCE(ItemConsumedEvent, 0x01A280E0) +DECLARE_EVENT_SOURCE(ItemSwappedEvent, 0x01A28150) +DECLARE_EVENT_SOURCE(LockPickedEvent, 0x01A281C0) +DECLARE_EVENT_SOURCE(MapMarkerDiscoveredEvent, 0x01A28230) +DECLARE_EVENT_SOURCE(ObjectScannedEvent, 0x01A282A0) +DECLARE_EVENT_SOURCE(PlayerAddItemEvent, 0x01A28310) +DECLARE_EVENT_SOURCE(PlayerArrestedEvent, 0x01A28380) +DECLARE_EVENT_SOURCE(PlayerAssaultActorEvent, 0x01A283F0) +DECLARE_EVENT_SOURCE(PlayerBuyShipEvent, 0x01A28460) +DECLARE_EVENT_SOURCE(PlayerCrimeGoldEvent, 0x01A284D0) +DECLARE_EVENT_SOURCE(PlayerFailedPlotRouteEvent, 0x01A28540) +DECLARE_EVENT_SOURCE(PlayerJailEvent, 0x01A285B0) +DECLARE_EVENT_SOURCE(PlayerModifiedShipEvent, 0x01A28620) +DECLARE_EVENT_SOURCE(PlayerMurderActorEvent, 0x01A28690) +DECLARE_EVENT_SOURCE(PlayerPayFineEvent, 0x01A28700) +DECLARE_EVENT_SOURCE(PlayerPlanetSurveyCompleteEvent, 0x01A28770) +DECLARE_EVENT_SOURCE(PlayerPlanetSurveyProgressEvent, 0x01A287E0) +DECLARE_EVENT_SOURCE(PlayerSellShipEvent, 0x01A28850) +DECLARE_EVENT_SOURCE(PlayerTrespassEvent, 0x01A288C0) +DECLARE_EVENT_SOURCE(QuickContainerOpenedEvent, 0x01A28930) +DECLARE_EVENT_SOURCE(RefControlChangedEvent, 0x01A289A0) +DECLARE_EVENT_SOURCE(ReferenceDestroyedEvent, 0x01A28A10) +DECLARE_EVENT_SOURCE(SpeechChallengeCompletionEvent, 0x01A28A80) +DECLARE_EVENT_SOURCE(TESActivateEvent, 0x01A28AF0) +DECLARE_EVENT_SOURCE(TESActiveEffectApplyFinishEvent, 0x01A28B60) +DECLARE_EVENT_SOURCE(TESActiveEffectRemovedEvent, 0x01A28BD0) +DECLARE_EVENT_SOURCE(TESActorActivatedRefEvent, 0x01A28C40) +DECLARE_EVENT_SOURCE(TESActorLocationChangeEvent, 0x01A28CB0) +DECLARE_EVENT_SOURCE(TESBookReadEvent, 0x01A28D20) +DECLARE_EVENT_SOURCE(TESCellCriticalRefsAttachedEvent, 0x01A28D90) +DECLARE_EVENT_SOURCE(TESCellFullyLoadedEvent, 0x01A28E00) +DECLARE_EVENT_SOURCE(TESCellGravityChangeEvent, 0x01A28E70) +DECLARE_EVENT_SOURCE(TESCellReadyToApplyDecalsEvent, 0x01A28EE0) +DECLARE_EVENT_SOURCE(TESCellReference3DAttachEvent, 0x01A28F50) +DECLARE_EVENT_SOURCE(TESCellReferenceAttachDetachEvent, 0x01A28FC0) +DECLARE_EVENT_SOURCE(TESCombatEvent, 0x01A29030) +DECLARE_EVENT_SOURCE(TESCombatListEvent, 0x01A290A0) +DECLARE_EVENT_SOURCE(TESCommandModeCompleteCommandEvent, 0x01A29110) +DECLARE_EVENT_SOURCE(TESCommandModeEnterEvent, 0x01A29180) +DECLARE_EVENT_SOURCE(TESCommandModeExitEvent, 0x01A291F0) +DECLARE_EVENT_SOURCE(TESCommandModeGiveCommandEvent, 0x01A29260) +DECLARE_EVENT_SOURCE(TESConsciousnessEvent, 0x01A292D0) +DECLARE_EVENT_SOURCE(TESContainerChangedEvent, 0x01A29340) +DECLARE_EVENT_SOURCE(TESDeathEvent, 0x01A293B0) +DECLARE_EVENT_SOURCE(TESDeferredKillEvent, 0x01A29420) +DECLARE_EVENT_SOURCE(TESDestructionStageChangedEvent, 0x01A29490) +DECLARE_EVENT_SOURCE(TESEnterBleedoutEvent, 0x01A29500) +DECLARE_EVENT_SOURCE(TESEnterSneakingEvent, 0x01A29570) +DECLARE_EVENT_SOURCE(TESEquipEvent, 0x01A295E0) +DECLARE_EVENT_SOURCE(TESEscortWaitStartEvent, 0x01A29650) +DECLARE_EVENT_SOURCE(TESEscortWaitStopEvent, 0x01A296C0) +DECLARE_EVENT_SOURCE(TESExitBleedoutEvent, 0x01A29730) +DECLARE_EVENT_SOURCE(TESExitFurnitureEvent, 0x01A297A0) +DECLARE_EVENT_SOURCE(TESFormDeleteEvent, 0x01A29810) +DECLARE_EVENT_SOURCE(TESFormIDRemapEvent, 0x01A29880) +DECLARE_EVENT_SOURCE(TESFurnitureEvent, 0x01A298F0) +DECLARE_EVENT_SOURCE(TESGrabReleaseEvent, 0x01A29960) +DECLARE_EVENT_SOURCE(TESInitScriptEvent, 0x01A299D0) +DECLARE_EVENT_SOURCE(TESLimbCrippleEvent, 0x01A29A40) +DECLARE_EVENT_SOURCE(TESLoadGameEvent, 0x01A29AB0) +DECLARE_EVENT_SOURCE(TESLocationExploredEvent, 0x01A29B20) +DECLARE_EVENT_SOURCE(TESLockChangedEvent, 0x01A29B90) +DECLARE_EVENT_SOURCE(TESMagicEffectApplyEvent, 0x01A29C00) +DECLARE_EVENT_SOURCE(TESMissionAcceptedEvent, 0x01A29C70) +DECLARE_EVENT_SOURCE(TESObjectLoadedEvent, 0x01A29CE0) +DECLARE_EVENT_SOURCE(TESObjectREFRTranslationEvent, 0x01A29D50) +DECLARE_EVENT_SOURCE(TESOnPCDialogueTargetEvent, 0x01A29DC0) +DECLARE_EVENT_SOURCE(TESOpenCloseEvent, 0x01A29E30) +DECLARE_EVENT_SOURCE(TESPackageEvent, 0x01A29EA0) +DECLARE_EVENT_SOURCE(TESPerkEntryRunEvent, 0x01A29F10) +DECLARE_EVENT_SOURCE(TESPickNewIdleEvent, 0x01A29F80) +DECLARE_EVENT_SOURCE(TESPickpocketFailedEvent, 0x01A29FF0) +DECLARE_EVENT_SOURCE(TESPlayerActiveEffectEvent, 0x01A2A060) +DECLARE_EVENT_SOURCE(TESPlayerFollowerWarpEvent, 0x01A2A0D0) +DECLARE_EVENT_SOURCE(TESQuestInitEvent, 0x01A2A140) +DECLARE_EVENT_SOURCE(TESQuestRejectedEvent, 0x01A2A1B0) +DECLARE_EVENT_SOURCE(TESQuestStageEvent, 0x01A2A220) +DECLARE_EVENT_SOURCE(TESQuestStageItemDoneEvent, 0x01A2A290) +DECLARE_EVENT_SOURCE(TESQuestStartStopEvent, 0x01A2A300) +DECLARE_EVENT_SOURCE(TESQuestTimerEvent, 0x01A2A370) +DECLARE_EVENT_SOURCE(TESResetEvent, 0x01A2A3E0) +DECLARE_EVENT_SOURCE(TESResolveNPCTemplatesEvent, 0x01A2A450) +DECLARE_EVENT_SOURCE(TESSceneActionEvent, 0x01A2A4C0) +DECLARE_EVENT_SOURCE(TESSceneEvent, 0x01A2A530) +DECLARE_EVENT_SOURCE(TESScenePhaseEvent, 0x01A2A5A0) +DECLARE_EVENT_SOURCE(TESSellEvent, 0x01A2A610) +DECLARE_EVENT_SOURCE(TESSleepStartEvent, 0x01A2A680) +DECLARE_EVENT_SOURCE(TESSleepStopEvent, 0x01A2A6F0) +DECLARE_EVENT_SOURCE(TESSpellCastEvent, 0x01A2A760) +DECLARE_EVENT_SOURCE(TESSpellCastFailureEvent, 0x01A2A7D0) +DECLARE_EVENT_SOURCE(TESSwitchRaceCompleteEvent, 0x01A2A840) +DECLARE_EVENT_SOURCE(TESTopicInfoEvent, 0x01A2A8B0) +DECLARE_EVENT_SOURCE(TESTrackedStatsEvent, 0x01A2A920) +DECLARE_EVENT_SOURCE(TESTrapHitEvent, 0x01A2A990) +DECLARE_EVENT_SOURCE(TESTriggerEnterEvent, 0x01A2AA00) +DECLARE_EVENT_SOURCE(TESTriggerEvent, 0x01A2AA70) +DECLARE_EVENT_SOURCE(TESTriggerLeaveEvent, 0x01A2AAE0) +DECLARE_EVENT_SOURCE(TESUniqueIDChangeEvent, 0x01A2AB50) +DECLARE_EVENT_SOURCE(TESWaitStartEvent, 0x01A2ABC0) +DECLARE_EVENT_SOURCE(TESWaitStopEvent, 0x01A2AC30) +DECLARE_EVENT_SOURCE(TerminalMenuMenuItemRunEvent, 0x01A2ACA0) +DECLARE_EVENT_SOURCE(TerminalMenuOnEnterEvent, 0x01A2AD10) +DECLARE_EVENT_SOURCE(WorkshopNPCTransferEvent, 0x01A2AD80) +DECLARE_EVENT_SOURCE(TESObjectREFRIsReadyForAttachEvent, 0x01A2ADF0) +DECLARE_EVENT_SOURCE(DefaultObjectsReadyEvent::Event, 0x01A56F40) +DECLARE_EVENT_SOURCE(ObjectiveState::Event, 0x01AFFFB0) +DECLARE_EVENT_SOURCE(QuestStatus::Event, 0x01B60210) +DECLARE_EVENT_SOURCE(RefillAliasEvent::Event, 0x01B60280) +DECLARE_EVENT_SOURCE(TESQuestEvent::Event, 0x01B602F0) +DECLARE_EVENT_SOURCE(RolloverIsCrimeEvent::Event, 0x020491D0) +DECLARE_EVENT_SOURCE(HideSubtitleEvent::Event, 0x02054410) +DECLARE_EVENT_SOURCE(ShowSubtitleEvent::Event, 0x02054480) +DECLARE_EVENT_SOURCE(MissionMenuStateEvent::Event, 0x020A6890) +DECLARE_EVENT_SOURCE(ClearShipHudTarget::Event, 0x020FBE80) +DECLARE_EVENT_SOURCE(TryUpdateShipHudTarget::Event, 0x020FBEF0) +DECLARE_EVENT_SOURCE(LocationTextEvent::Event, 0x02156050) +DECLARE_EVENT_SOURCE(TraitDiscoveryTextEvent::Event, 0x021560C0) +DECLARE_EVENT_SOURCE(DaysPassed::Event, 0x023CE9A0) +DECLARE_EVENT_SOURCE(HourPassed::Event, 0x023CEA10) +DECLARE_EVENT_SOURCE(ActorDamage::Event, 0x024AA090) +DECLARE_EVENT_SOURCE(ActorItemEquipped::Event, 0x024AA100) +DECLARE_EVENT_SOURCE(ActorKill::Event, 0x024AA170) +DECLARE_EVENT_SOURCE(AssaultCrime::Event, 0x024AA1E0) +DECLARE_EVENT_SOURCE(DisarmedEvent::Event, 0x024AA250) +DECLARE_EVENT_SOURCE(FactionRankChange::Event, 0x024AA2C0) +DECLARE_EVENT_SOURCE(GrandTheftHorse::Event, 0x024AA330) +DECLARE_EVENT_SOURCE(MurderCrime::Event, 0x024AA3A0) +DECLARE_EVENT_SOURCE(PiracyCrime::Event, 0x024AA410) +DECLARE_EVENT_SOURCE(Bleedout::Event, 0x024D8680) +DECLARE_EVENT_SOURCE(ContractedDisease::Event, 0x024D86F0) +DECLARE_EVENT_SOURCE(ReloadWeaponEvent::Event, 0x024D8760) +DECLARE_EVENT_SOURCE(SpellsLearned::Event, 0x024E6D80) +DECLARE_EVENT_SOURCE(Bounty::Event, 0x025878C0) +DECLARE_EVENT_SOURCE(ChestLooted::Event, 0x02587930) +DECLARE_EVENT_SOURCE(CriticalHitEvent::Event, 0x025879A0) +DECLARE_EVENT_SOURCE(CustomMarkerUpdate::Event, 0x02587A10) +DECLARE_EVENT_SOURCE(DaysJailed::Event, 0x02587A80) +DECLARE_EVENT_SOURCE(EnteredUnity::Event, 0x02587AF0) +DECLARE_EVENT_SOURCE(FinePaid::Event, 0x02587B60) +DECLARE_EVENT_SOURCE(ItemCrafted::Event, 0x02587BD0) +DECLARE_EVENT_SOURCE(ItemSteal::Event, 0x02587C40) +DECLARE_EVENT_SOURCE(JailEscape::Event, 0x02587CB0) +DECLARE_EVENT_SOURCE(Jailing::Event, 0x02587D20) +DECLARE_EVENT_SOURCE(LevelIncrease::Event, 0x02587D90) +DECLARE_EVENT_SOURCE(LocationMarkerArrayUpdate::Event, 0x02587E00) +DECLARE_EVENT_SOURCE(PlayerActiveEffectChanged::Event, 0x02587E70) +DECLARE_EVENT_SOURCE(PlayerAmmoChanged::Event, 0x02587EE0) +DECLARE_EVENT_SOURCE(PlayerCharacterQuestEvent::Event, 0x02587F50) +DECLARE_EVENT_SOURCE(PlayerDifficultySettingChanged::Event, 0x02587FC0) +DECLARE_EVENT_SOURCE(PlayerFastTravel::Event, 0x02588030) +DECLARE_EVENT_SOURCE(PlayerInDialogueChanged::Event, 0x025880A0) +DECLARE_EVENT_SOURCE(PlayerLifeStateChanged::Event, 0x02588110) +DECLARE_EVENT_SOURCE(PlayerPickpocketSuccess::Event, 0x02588180) +DECLARE_EVENT_SOURCE(PoisonedWeapon::Event, 0x025881F0) +DECLARE_EVENT_SOURCE(TerminalHacked::Event, 0x02588260) +DECLARE_EVENT_SOURCE(TravelMarkerStateChange::Event, 0x025882D0) +DECLARE_EVENT_SOURCE(WeaponAttack::Event, 0x02588340) +DECLARE_EVENT_SOURCE(Trespass::Event, 0x025E5CA0) +DECLARE_EVENT_SOURCE(VATSEvents::ModeChange, 0x0264F350) +DECLARE_EVENT_SOURCE(VATSCommand, 0x0264F3C0) +DECLARE_EVENT_SOURCE(HoursPassed::Event, 0x028B6590) // other events -DECLARE_EVENT_SOURCE(RadioManager::PipboyTransmitterDetectionEvent, 0x02358340) -DECLARE_EVENT_SOURCE_EX(XPChange::Event, 0x505DE00) -DECLARE_EVENT_SOURCE_EX(WeaponFiredEvent, 0x5050FB8) -DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::Event, 0x59EAD70) -DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::SpellEvent, 0x59EAD98) -DECLARE_EVENT_SOURCE_EX(AttachReference::Event, 0x505DDD8) \ No newline at end of file +DECLARE_EVENT_SOURCE(RadioManager::PipboyTransmitterDetectionEvent, 0x02358700) +DECLARE_EVENT_SOURCE_EX(XPChange::Event, 0x05068EC0) +DECLARE_EVENT_SOURCE_EX(WeaponFiredEvent, 0x0505C058) +DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::Event, 0x059F5E70) +DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::SpellEvent, 0x059F5E98) +DECLARE_EVENT_SOURCE_EX(AttachReference::Event, 0x05068E98) \ No newline at end of file diff --git a/sfse/GameForms.cpp b/sfse/GameForms.cpp index d79b6a6..3d09a42 100644 --- a/sfse/GameForms.cpp +++ b/sfse/GameForms.cpp @@ -1,4 +1,4 @@ #include "sfse/GameForms.h" -RelocAddr TESForm::GetFormByNumericID(0x014D7780); -RelocAddr TESForm::GetFormByEditorID(0x014D78DC); \ No newline at end of file +RelocAddr TESForm::GetFormByNumericID(0x014D7870); +RelocAddr TESForm::GetFormByEditorID(0x014D79CC); \ No newline at end of file diff --git a/sfse/GameMemory.cpp b/sfse/GameMemory.cpp index 7ff61a1..3c3618a 100644 --- a/sfse/GameMemory.cpp +++ b/sfse/GameMemory.cpp @@ -1,6 +1,6 @@ #include "sfse/GameMemory.h" -RelocAddr<_GetMemoryManager> GetMemoryManager(0x00546464); +RelocAddr<_GetMemoryManager> GetMemoryManager(0x00546554); void* Heap_Allocate(size_t size) { diff --git a/sfse/GameMemory.h b/sfse/GameMemory.h index a2c6355..3b96fe3 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*, 0x00546484, size_t size, size_t alignment, bool aligned); - DEFINE_MEMBER_FN_2(Free, void, 0x0055A8E4, void* buf, bool aligned); - DEFINE_MEMBER_FN_0(GetThreadScrapHeap, ScrapHeap*, 0x00837CD4); + DEFINE_MEMBER_FN_3(Allocate, void*, 0x00546574, size_t size, size_t alignment, bool aligned); + DEFINE_MEMBER_FN_2(Free, void, 0x0055A9D4, void* buf, bool aligned); + DEFINE_MEMBER_FN_0(GetThreadScrapHeap, ScrapHeap*, 0x00837DC4); }; using _GetMemoryManager = MemoryManager * (*)(); diff --git a/sfse/GameObjects.h b/sfse/GameObjects.h index 2b2a2df..0b7849a 100644 --- a/sfse/GameObjects.h +++ b/sfse/GameObjects.h @@ -178,8 +178,8 @@ class TESNPC : u8 pronoun; // 480 u8 pad481[7]; // 481 - DEFINE_MEMBER_FN_1(DeriveGeneticParentAppearance, void, 0x01B27E98, TESNPC* source); - DEFINE_MEMBER_FN_1(CopyAppearance, void, 0x01B262D0, TESNPC* source); + DEFINE_MEMBER_FN_1(DeriveGeneticParentAppearance, void, 0x01B27FA8, TESNPC* source); + DEFINE_MEMBER_FN_1(CopyAppearance, void, 0x01B263E0, TESNPC* source); }; static_assert(sizeof(TESNPC) == 0x488); static_assert(sizeof(TESNPC::HeadPartData) == 0x28); diff --git a/sfse/GameRTTI.cpp b/sfse/GameRTTI.cpp index 13b3095..d43e19d 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(0x034CB000); // __RTDynamicCast +RelocAddr <_Runtime_DynamicCast_Internal> Runtime_DynamicCast_Internal(0x034CB6C0); // __RTDynamicCast void* Runtime_DynamicCast(void* srcObj, const void* fromType, const void* toType) { diff --git a/sfse/GameRTTI.inl b/sfse/GameRTTI.inl index 7a62e44..049e3c3 100644 --- a/sfse/GameRTTI.inl +++ b/sfse/GameRTTI.inl @@ -1,6578 +1,6578 @@ -const void * RTTI_AK__StreamMgr__IAkFileLocationResolver = (void *)0x05209808; -const void * RTTI_AK__StreamMgr__IAkLowLevelIOHook = (void *)0x052098C0; -const void * RTTI_AabbHitCollector = (void *)0x0508D050; -const void * RTTI_AbsorbEffect = (void *)0x052A6520; -const void * RTTI_AccumulatingValueModifierEffect = (void *)0x052A65A0; -const void * RTTI_ActionActivateDoneHandler = (void *)0x052EC578; -const void * RTTI_ActionInput = (void *)0x05156310; -const void * RTTI_ActionOutput = (void *)0x05156338; -const void * RTTI_ActiveEffect = (void *)0x052A6578; -const void * RTTI_ActiveEffectReferenceEffectController = (void *)0x052A66B8; -const void * RTTI_ActiveModItemDataModel = (void *)0x052449C8; -const void * RTTI_ActiveModItemDataModel__ActiveModItemEventShuttle = (void *)0x05244980; -const void * RTTI_Actor = (void *)0x050908B8; -const void * RTTI_ActorKnowledge = (void *)0x052D77F0; -const void * RTTI_ActorMagicCaster = (void *)0x052A6868; -const void * RTTI_ActorMover = (void *)0x052D6608; -const void * RTTI_ActorPackageData = (void *)0x052D0180; -const void * RTTI_ActorSceneNextPhaseHandler = (void *)0x052ED260; -const void * RTTI_ActorUtils__ArmorRatingVisitor = (void *)0x052CF068; -const void * RTTI_ActorUtils__ArmorRatingVisitorBase = (void *)0x052A8F40; -const void * RTTI_ActorValueBindingUpdaterService = (void *)0x05160860; -const void * RTTI_ActorValueInfo = (void *)0x051F13E0; -const void * RTTI_ActorValueOwner = (void *)0x051D5480; -const void * RTTI_ActorValueSnapshot = (void *)0x05082DE0; -const void * RTTI_Actor__ForEachSpellVisitor = (void *)0x052A9BD0; -const void * RTTI_AddRagdollHandler = (void *)0x052EC4F8; -const void * RTTI_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler = (void *)0x05169C50; -const void * RTTI_AimAssistData = (void *)0x051BE790; -const void * RTTI_AimAssist__Circle = (void *)0x0512B028; -const void * RTTI_AimAssist__Ellipse = (void *)0x0520D858; -const void * RTTI_AimAssist__Pill = (void *)0x05212878; -const void * RTTI_AimDownSightData = (void *)0x051BE920; -const void * RTTI_AimModelData = (void *)0x051BEBD8; -const void * RTTI_AimOpticalSightData = (void *)0x051BEC78; -const void * RTTI_AimOpticalSightStates__Active = (void *)0x05094330; -const void * RTTI_AimOpticalSightStates__Base = (void *)0x05212AC8; -const void * RTTI_AimOpticalSightStates__BetweenShots = (void *)0x05094368; -const void * RTTI_AimOpticalSightStates__Deinitialization = (void *)0x05094278; -const void * RTTI_AimOpticalSightStates__Inactive = (void *)0x050942B8; -const void * RTTI_AimOpticalSightStates__Initialization = (void *)0x050942F0; -const void * RTTI_AimOpticalSightStates__Ready = (void *)0x050943A8; -const void * RTTI_AlarmPackage = (void *)0x05095C60; -const void * RTTI_AlchemyItem = (void *)0x0517B6C0; -const void * RTTI_AliasLegendaryRankCalculator = (void *)0x051EB7F8; -const void * RTTI_AllowRotationHandler = (void *)0x052EC168; -const void * RTTI_AllowRotationHandlerReference = (void *)0x052ED0D8; -const void * RTTI_AmmoData = (void *)0x05266118; -const void * RTTI_AnimGraph = (void *)0x053638C8; -const void * RTTI_AnimGraphNode = (void *)0x05364570; -const void * RTTI_AnimatedCameraDeltaStartHandler = (void *)0x052EBEC8; -const void * RTTI_AnimatedCameraEndHandler = (void *)0x052EBE98; -const void * RTTI_AnimatedCameraStartHandler = (void *)0x052EBFC0; -const void * RTTI_AnimationClipDataSingleton = (void *)0x05372598; -const void * RTTI_AnimationCompleteHandler = (void *)0x052EC318; -const void * RTTI_AnimationCorrectedNode = (void *)0x05371C80; -const void * RTTI_AnimationCorrectedNodeInstance = (void *)0x05371C48; -const void * RTTI_AnimationDrivenHandler = (void *)0x052EC0D8; -const void * RTTI_AnimationDrivenHandlerReference = (void *)0x052ED110; -const void * RTTI_AnimationFileManagerSingleton = (void *)0x05372990; -const void * RTTI_AnimationGraphInstance = (void *)0x05364D18; -const void * RTTI_AnimationImpactSelector = (void *)0x05371808; -const void * RTTI_AnimationImpactSelectorInstance = (void *)0x05371838; -const void * RTTI_AnimationManager = (void *)0x053644D0; -const void * RTTI_AnimationNode = (void *)0x05371FF8; -const void * RTTI_AnimationNodeInstance = (void *)0x05371FC8; -const void * RTTI_AnimationObjectDrawHandler = (void *)0x052EBD18; -const void * RTTI_AnimationObjectHideHandler = (void *)0x052EBCE0; -const void * RTTI_AnimationObjectLoadHandler = (void *)0x052EBDC0; -const void * RTTI_AnimationObjectUnequipAllHandler = (void *)0x052EBE28; -const void * RTTI_AnimationObjectUnequipHandler = (void *)0x052EBE60; -const void * RTTI_AnimationRagdoll = (void *)0x05371B38; -const void * RTTI_AnimationRagdollDrive = (void *)0x05371AA0; -const void * RTTI_AnimationRagdollDriveInstance = (void *)0x05371AD0; -const void * RTTI_AnimationRagdollInstance = (void *)0x05371B08; -const void * RTTI_AnimationStanceDataSingletonDBData = (void *)0x05373018; -const void * RTTI_AnimationStreamLoadGame = (void *)0x051DD518; -const void * RTTI_AnimationStreamSaveGame = (void *)0x051DD548; -const void * RTTI_AnimationSystemUtils__QueuedAnimationHandles = (void *)0x05207D40; -const void * RTTI_AnimationSystemUtils__QueuedModelHandles = (void *)0x05207D88; -const void * RTTI_AnimationSystemUtils__QueuedReferenceAnimationTask = (void *)0x05207CF0; -const void * RTTI_AnimationSystemUtils__TESModelAndAnimationHandles = (void *)0x0515A5F0; -const void * RTTI_AntiGravityEffect = (void *)0x052A69D8; -const void * RTTI_AnticipateAttackHandler = (void *)0x052EDE50; -const void * RTTI_ArchiveFile = (void *)0x053CB818; -const void * RTTI_ArmorCraftingMenu = (void *)0x0526AAF0; -const void * RTTI_ArrowAttachHandler = (void *)0x052EDC48; -const void * RTTI_ArrowDetachHandler = (void *)0x052EDC18; -const void * RTTI_ArrowProjectile = (void *)0x052EFDE0; -const void * RTTI_AssignVariable = (void *)0x053719E0; -const void * RTTI_AssignVariableInstance = (void *)0x05371A08; -const void * RTTI_AssigniState = (void *)0x05371988; -const void * RTTI_AssigniStateInstance = (void *)0x053719B0; -const void * RTTI_AttachDistant3DTask = (void *)0x0517FA18; -const void * RTTI_AttachReferenceHandler = (void *)0x052ED7E8; -const void * RTTI_AttackStopHandler = (void *)0x052EE028; -const void * RTTI_AttractionObjectLOSUtils__CacheEntry = (void *)0x0520CCD8; -const void * RTTI_AutoVanityState = (void *)0x05326AB0; -const void * RTTI_AwakeSoundFadeHandler = (void *)0x052ED758; -const void * RTTI_AwakeSoundPauseHandler = (void *)0x052ED7B8; -const void * RTTI_AwakeSoundResumeHandler = (void *)0x052ED788; -const void * RTTI_AwakeSoundStopHandler = (void *)0x052ED728; -const void * RTTI_BGSAIWorldLocationEditorSpacePointRadius = (void *)0x05155838; -const void * RTTI_BGSAIWorldLocationInteriorCell = (void *)0x051553E0; -const void * RTTI_BGSAIWorldLocationPointRadius = (void *)0x05155480; -const void * RTTI_BGSAIWorldLocationPrimitive = (void *)0x05155658; -const void * RTTI_BGSAIWorldLocationRefRadius = (void *)0x05155790; -const void * RTTI_BGSAVMData = (void *)0x05162E88; -const void * RTTI_BGSAbilityPerkEntry = (void *)0x051EB6E0; -const void * RTTI_BGSAcousticSpace = (void *)0x05091228; -const void * RTTI_BGSAction = (void *)0x051EAE10; -const void * RTTI_BGSActionData = (void *)0x051562E8; -const void * RTTI_BGSActivity = (void *)0x051535D0; -const void * RTTI_BGSActivityTrackerFormComponent = (void *)0x05169B90; -const void * RTTI_BGSActorValueActivity = (void *)0x05153620; -const void * RTTI_BGSActorValueActivity_Runtime = (void *)0x05153598; -const void * RTTI_BGSAddToInventoryOnDestroy = (void *)0x05169DC8; -const void * RTTI_BGSAddonNode = (void *)0x051D0498; -const void * RTTI_BGSAddonNodeSoundHandleExtra = (void *)0x051D04C0; -const void * RTTI_BGSAffinityEvent = (void *)0x051CCAF0; -const void * RTTI_BGSAimAssistModel = (void *)0x051BE768; -const void * RTTI_BGSAimAssistPoseData = (void *)0x051CF8B0; -const void * RTTI_BGSAimDownSightModel = (void *)0x051BE8F0; -const void * RTTI_BGSAimModel = (void *)0x051BEBB0; -const void * RTTI_BGSAimOpticalSightModel = (void *)0x051BEC48; -const void * RTTI_BGSAmbienceSet = (void *)0x051BECA8; -const void * RTTI_BGSAnimationGraphComponent = (void *)0x05157868; -const void * RTTI_BGSAnimationPathImplementation = (void *)0x052CF008; -const void * RTTI_BGSApplyMagicEffectActivity = (void *)0x05153900; -const void * RTTI_BGSApplyMagicEffectActivity_Runtime = (void *)0x051538C0; -const void * RTTI_BGSArtObject = (void *)0x051D05C8; -const void * RTTI_BGSArtObjectCloneTask = (void *)0x051D0598; -const void * RTTI_BGSAssociationType = (void *)0x051EAE30; -const void * RTTI_BGSAtmosphere = (void *)0x051CF888; -const void * RTTI_BGSAttachParentArray = (void *)0x0516A118; -const void * RTTI_BGSAttachTechniquesUtil__AttachTechniquesFunctor = (void *)0x0518BC80; -const void * RTTI_BGSAttachTechniquesUtil__DetachTechniquesFunctor = (void *)0x0518BCD0; -const void * RTTI_BGSAttachTechniquesUtil__ProcessTechniquesFunctor = (void *)0x0518BD20; -const void * RTTI_BGSAttackData = (void *)0x051F15F8; -const void * RTTI_BGSAttackDataForm = (void *)0x05185D80; -const void * RTTI_BGSAttackDataMap = (void *)0x051F1620; -const void * RTTI_BGSAttractionRule = (void *)0x051CCB18; -const void * RTTI_BGSAudioOcclusionPrimitive = (void *)0x051612D0; -const void * RTTI_BGSAudio_Internal__LooseAudioRegistrar = (void *)0x05209358; -const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo = (void *)0x052093A0; -const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo = (void *)0x052093F0; -const void * RTTI_BGSAudio_Internal__WwiseGameObjectMgr = (void *)0x05209660; -const void * RTTI_BGSAudio_Internal__WwiseIODevice = (void *)0x05208D80; -const void * RTTI_BGSAudio_Internal__WwiseIOMgr = (void *)0x05208D48; -const void * RTTI_BGSAudio__IEmitterResolver = (void *)0x052098F8; -const void * RTTI_BGSAudio__RefNodeResolver = (void *)0x05209790; -const void * RTTI_BGSAudio__WwiseService = (void *)0x052090E8; -const void * RTTI_BGSBarterActivity = (void *)0x05154B78; -const void * RTTI_BGSBarterActivity_Runtime = (void *)0x05154B48; -const void * RTTI_BGSBaseAlias = (void *)0x051CCC18; -const void * RTTI_BGSBaseLODBlock = (void *)0x051635F0; -const void * RTTI_BGSBaseLODBlock__AutoDetachBlock = (void *)0x051635B8; -const void * RTTI_BGSBaseLODBlock__GeometryAutoDetachBlock = (void *)0x05163680; -const void * RTTI_BGSBaseLODRuntimeComponent = (void *)0x05163A10; -const void * RTTI_BGSBendableSpline = (void *)0x051D05F0; -const void * RTTI_BGSBiome = (void *)0x050912C0; -const void * RTTI_BGSBiomeMarkerObject = (void *)0x051BF450; -const void * RTTI_BGSBiome__MarkerKeywordData = (void *)0x051CFAF8; -const void * RTTI_BGSBleedoutActivity = (void *)0x05153A40; -const void * RTTI_BGSBleedoutActivity_Runtime = (void *)0x05153A08; -const void * RTTI_BGSBlockBashData = (void *)0x05185DA8; -const void * RTTI_BGSBodyManager = (void *)0x0515B100; -const void * RTTI_BGSBodyPartData = (void *)0x050939A0; -const void * RTTI_BGSBodyPartInfo = (void *)0x05090DF0; -const void * RTTI_BGSBodyUtils__SkinColorUpdateNode = (void *)0x0515B0C8; -const void * RTTI_BGSBoneModifier = (void *)0x051BF5E0; -const void * RTTI_BGSBuildWorkshopActivity = (void *)0x05153B40; -const void * RTTI_BGSBuildWorkshopActivity_Runtime = (void *)0x05153B08; -const void * RTTI_BGSCameraPath = (void *)0x051E7E08; -const void * RTTI_BGSCameraShot = (void *)0x051E7E30; -const void * RTTI_BGSChallengeForm = (void *)0x05162E08; -const void * RTTI_BGSCharacterMorph__FacialBoneSculptSlider = (void *)0x051CCB40; -const void * RTTI_BGSCharacterMorph__FacialBoneSlider = (void *)0x051CCB80; -const void * RTTI_BGSCloudForm = (void *)0x051C4C68; -const void * RTTI_BGSCollisionLayer = (void *)0x051E7E58; -const void * RTTI_BGSColorForm = (void *)0x051E7E80; -const void * RTTI_BGSCompleteResearchActivity = (void *)0x05153C00; -const void * RTTI_BGSCompleteResearchActivity_Runtime = (void *)0x05153BC0; -const void * RTTI_BGSConditionForm = (void *)0x05090948; -const void * RTTI_BGSConstructibleObject = (void *)0x051D0618; -const void * RTTI_BGSConsumeActivity = (void *)0x05153D10; -const void * RTTI_BGSConsumeActivity_Runtime = (void *)0x05153CD8; -const void * RTTI_BGSContactShadowComponent = (void *)0x0515BE38; -const void * RTTI_BGSConveyorBelt__ConveyorBelt = (void *)0x05171AE0; -const void * RTTI_BGSCraftActivity = (void *)0x05153E30; -const void * RTTI_BGSCraftActivity_Runtime = (void *)0x05153E00; -const void * RTTI_BGSCraftableForm = (void *)0x051BF480; -const void * RTTI_BGSCraftingResourceOwner = (void *)0x05090E18; -const void * RTTI_BGSCrippleLimbActivity = (void *)0x05153F20; -const void * RTTI_BGSCrippleLimbActivity_Runtime = (void *)0x05153EE8; -const void * RTTI_BGSCrowdComponent = (void *)0x0516A520; -const void * RTTI_BGSCurve3DForm = (void *)0x051BE7F8; -const void * RTTI_BGSCurveForm = (void *)0x051BE820; -const void * RTTI_BGSCustomShipForm = (void *)0x0515BFA0; -const void * RTTI_BGSDamageType = (void *)0x051CFB68; -const void * RTTI_BGSDebris = (void *)0x051D0648; -const void * RTTI_BGSDecalManager = (void *)0x0518C850; -const void * RTTI_BGSDecalNode = (void *)0x0518CA60; -const void * RTTI_BGSDefaultObject = (void *)0x0512A910; -const void * RTTI_BGSDefaultObjectManager = (void *)0x0512ABC8; -const void * RTTI_BGSDestroyShipActivity = (void *)0x05153FD0; -const void * RTTI_BGSDestroyShipActivity_Runtime = (void *)0x05153F98; -const void * RTTI_BGSDestructibleObjectForm = (void *)0x0517B6E8; -const void * RTTI_BGSDialogueBranch = (void *)0x050910A8; -const void * RTTI_BGSDisplayCaseFormComponent = (void *)0x0516A668; -const void * RTTI_BGSDistantObjectBlock = (void *)0x05203560; -const void * RTTI_BGSDockingActivity = (void *)0x05154088; -const void * RTTI_BGSDockingActivity_Runtime = (void *)0x051540B8; -const void * RTTI_BGSDualCastData = (void *)0x0517B718; -const void * RTTI_BGSDynamicLODBlock = (void *)0x05164038; -const void * RTTI_BGSDynamicLODBlock__InstancedAutoDetachBlock = (void *)0x05164070; -const void * RTTI_BGSEchoListener = (void *)0x051D02C0; -const void * RTTI_BGSEffectSequenceForm = (void *)0x051BF4A8; -const void * RTTI_BGSEffectSequenceFormComponent = (void *)0x0516A840; -const void * RTTI_BGSEntryPointFunctionData = (void *)0x051EAE60; -const void * RTTI_BGSEntryPointFunctionDataAVAndValue = (void *)0x051EAF00; -const void * RTTI_BGSEntryPointFunctionDataActivateChoice = (void *)0x051EB080; -const void * RTTI_BGSEntryPointFunctionDataBooleanGraphVariable = (void *)0x051EAFC0; -const void * RTTI_BGSEntryPointFunctionDataLeveledList = (void *)0x051EAF40; -const void * RTTI_BGSEntryPointFunctionDataOneValue = (void *)0x051EAE90; -const void * RTTI_BGSEntryPointFunctionDataProjectile = (void *)0x051EB040; -const void * RTTI_BGSEntryPointFunctionDataSpellItem = (void *)0x051EAF80; -const void * RTTI_BGSEntryPointFunctionDataText = (void *)0x051EB008; -const void * RTTI_BGSEntryPointFunctionDataTwoValue = (void *)0x051EAEC8; -const void * RTTI_BGSEntryPointPerkEntry = (void *)0x051EB638; -const void * RTTI_BGSEquipSlot = (void *)0x051EB0C0; -const void * RTTI_BGSExplosion = (void *)0x051D0668; -const void * RTTI_BGSExternalComponentDataSource = (void *)0x0516AAB0; -const void * RTTI_BGSFaceFX = (void *)0x05166F50; -const void * RTTI_BGSFadeManager = (void *)0x0515B8D0; -const void * RTTI_BGSFogVolumeForm = (void *)0x051C4C90; -const void * RTTI_BGSFootIkImplementation = (void *)0x052CEFD8; -const void * RTTI_BGSFootstep = (void *)0x051E7FB0; -const void * RTTI_BGSFootstepManager = (void *)0x052D1318; -const void * RTTI_BGSFootstepSet = (void *)0x051E7FD8; -const void * RTTI_BGSForceData = (void *)0x051BECD0; -const void * RTTI_BGSForcedLocRefType = (void *)0x0516AC20; -const void * RTTI_BGSFormFolderKeywordList = (void *)0x05162FC0; -const void * RTTI_BGSFormLinkData = (void *)0x0516AD50; -const void * RTTI_BGSGenericBaseForm = (void *)0x051D06C0; -const void * RTTI_BGSGenericBaseFormTemplate = (void *)0x051D06F0; -const void * RTTI_BGSGeometryConstructorManager = (void *)0x052C12F0; -const void * RTTI_BGSGrassManager__AddCellGrassTask = (void *)0x0518D9A0; -const void * RTTI_BGSGrassManager__CellGrass = (void *)0x0518D9D8; -const void * RTTI_BGSGravJumpActivity = (void *)0x05154180; -const void * RTTI_BGSGravJumpActivity_Runtime = (void *)0x051541B0; -const void * RTTI_BGSGroundCover = (void *)0x051D4808; -const void * RTTI_BGSGroupedInstancedGeometry = (void *)0x0515BBF8; -const void * RTTI_BGSHarvestActivity = (void *)0x05154238; -const void * RTTI_BGSHarvestActivity_Runtime = (void *)0x05154268; -const void * RTTI_BGSHavokGeometryAttach = (void *)0x0518BDE8; -const void * RTTI_BGSHavokGeometryAttach__ActionPolicy = (void *)0x0518BE18; -const void * RTTI_BGSHavokGeometryAttach__AttachPolicy = (void *)0x0518BD68; -const void * RTTI_BGSHavokGeometryAttach__DetachPolicy = (void *)0x0518BDA8; -const void * RTTI_BGSHazard = (void *)0x050A70B0; -const void * RTTI_BGSHeadPart = (void *)0x051EB1D0; -const void * RTTI_BGSIdleCollection = (void *)0x05091410; -const void * RTTI_BGSIdleMarker = (void *)0x051EB1F8; -const void * RTTI_BGSImpactData = (void *)0x051E8000; -const void * RTTI_BGSImpactDataSet = (void *)0x051E8148; -const void * RTTI_BGSImpactManager = (void *)0x052B1F78; -const void * RTTI_BGSInstanceNamingRules = (void *)0x05093238; -const void * RTTI_BGSInventoryInterface = (void *)0x052C0828; -const void * RTTI_BGSInventoryList = (void *)0x0518E1B8; -const void * RTTI_BGSKeyword = (void *)0x05091298; -const void * RTTI_BGSKeywordForm = (void *)0x050A6CB0; -const void * RTTI_BGSKillActivity = (void *)0x051542E0; -const void * RTTI_BGSKillActivity_Runtime = (void *)0x05154308; -const void * RTTI_BGSLODManager = (void *)0x052053B0; -const void * RTTI_BGSLODStates__Geometry__Attached = (void *)0x05090DB8; -const void * RTTI_BGSLODStates__Geometry__Attaching = (void *)0x05090D38; -const void * RTTI_BGSLODStates__Geometry__Base = (void *)0x05163368; -const void * RTTI_BGSLODStates__Geometry__DeferredDetach = (void *)0x05090CC0; -const void * RTTI_BGSLODStates__Geometry__DeferredDetachComplete = (void *)0x05090D70; -const void * RTTI_BGSLODStates__Geometry__Detached = (void *)0x05090D00; -const void * RTTI_BGSLODStates__Geometry__Loaded = (void *)0x05090C50; -const void * RTTI_BGSLODStates__Geometry__Loading = (void *)0x05090C18; -const void * RTTI_BGSLODStates__Geometry__Prepared = (void *)0x05090BE0; -const void * RTTI_BGSLODStates__Geometry__Preparing = (void *)0x05090C88; -const void * RTTI_BGSLODStates__Geometry__Reset = (void *)0x05090BA8; -const void * RTTI_BGSLODStates__Geometry__Unloaded = (void *)0x05090B70; -const void * RTTI_BGSLODStates__Node__Active = (void *)0x050941C0; -const void * RTTI_BGSLODStates__Node__Base = (void *)0x05205C58; -const void * RTTI_BGSLODStates__Node__Fading = (void *)0x05205850; -const void * RTTI_BGSLODStates__Node__FadingIn = (void *)0x05094228; -const void * RTTI_BGSLODStates__Node__FadingOut = (void *)0x050940E8; -const void * RTTI_BGSLODStates__Node__Inactive = (void *)0x05094070; -const void * RTTI_BGSLODStates__Node__IntersectsLoadedArea = (void *)0x05093FF8; -const void * RTTI_BGSLODStates__Node__Loaded = (void *)0x05094190; -const void * RTTI_BGSLODStates__Node__OutsideLoadedArea = (void *)0x05094120; -const void * RTTI_BGSLODStates__Node__PendingCellClearBase = (void *)0x05205CF8; -const void * RTTI_BGSLODStates__Node__PrepareFading = (void *)0x05205818; -const void * RTTI_BGSLODStates__Node__PrepareFadingIn = (void *)0x050941F0; -const void * RTTI_BGSLODStates__Node__PrepareFadingOut = (void *)0x050940A8; -const void * RTTI_BGSLODStates__Node__Split = (void *)0x05094160; -const void * RTTI_BGSLODStates__Node__Unloaded = (void *)0x05094038; -const void * RTTI_BGSLandPlanetActivity = (void *)0x051543F8; -const void * RTTI_BGSLandPlanetActivity_Runtime = (void *)0x05154428; -const void * RTTI_BGSLayeredMaterialSwap = (void *)0x051BF250; -const void * RTTI_BGSLegendaryItem = (void *)0x051BF4D8; -const void * RTTI_BGSLensFlare = (void *)0x051D0768; -const void * RTTI_BGSLensFlareSprite = (void *)0x051D07D8; -const void * RTTI_BGSLevGenericBaseForm = (void *)0x051D0808; -const void * RTTI_BGSLevPackIn = (void *)0x051D0838; -const void * RTTI_BGSLevSpaceCell = (void *)0x051D4868; -const void * RTTI_BGSLightingTemplate = (void *)0x051D4890; -const void * RTTI_BGSLinkedVoiceType = (void *)0x0516AF00; -const void * RTTI_BGSListForm = (void *)0x051E8170; -const void * RTTI_BGSLoadFormBuffer = (void *)0x0517D980; -const void * RTTI_BGSLoadGameBuffer = (void *)0x0517D958; -const void * RTTI_BGSLoadGameBufferSimple = (void *)0x0517D928; -const void * RTTI_BGSLoadedSceneLODBlock = (void *)0x05205C28; -const void * RTTI_BGSLocAlias = (void *)0x051EB318; -const void * RTTI_BGSLocation = (void *)0x05091058; -const void * RTTI_BGSLocationRefType = (void *)0x05093390; -const void * RTTI_BGSLockPickActivity = (void *)0x05154CE0; -const void * RTTI_BGSLockPickActivity_Runtime = (void *)0x05154D58; -const void * RTTI_BGSLodOwnerComponent = (void *)0x0516B118; -const void * RTTI_BGSLodRuntimeOwnerComponent = (void *)0x05163A48; -const void * RTTI_BGSLootContainerActivity = (void *)0x051544A8; -const void * RTTI_BGSLootContainerActivity_Runtime = (void *)0x051544D8; -const void * RTTI_BGSLoseEnemyActivity = (void *)0x05154658; -const void * RTTI_BGSLoseEnemyActivity_Runtime = (void *)0x051545D0; -const void * RTTI_BGSMaterialPathForm = (void *)0x051BF068; -const void * RTTI_BGSMaterialPropertyComponent = (void *)0x0516B338; -const void * RTTI_BGSMaterialType = (void *)0x051E8280; -const void * RTTI_BGSMeleeAimAssistModel = (void *)0x051BE890; -const void * RTTI_BGSMessage = (void *)0x050911B8; -const void * RTTI_BGSMod__Attachment__Mod = (void *)0x05091168; -const void * RTTI_BGSMod__Property__BridgeI = (void *)0x0511C7B0; -const void * RTTI_BGSMod__Template__Item = (void *)0x0516B398; -const void * RTTI_BGSMod__Template__Items = (void *)0x051D33F0; -const void * RTTI_BGSModelMaterialSwap = (void *)0x0516B6C8; -const void * RTTI_BGSModelNode = (void *)0x0518E348; -const void * RTTI_BGSMorphableObject = (void *)0x051D0860; -const void * RTTI_BGSMotorAction__Action = (void *)0x05171B40; -const void * RTTI_BGSMotorAction__FanMotor = (void *)0x05171B70; -const void * RTTI_BGSMovableStatic = (void *)0x051D09D0; -const void * RTTI_BGSMovementType = (void *)0x051EB340; -const void * RTTI_BGSMoviePlayer = (void *)0x052B2208; -const void * RTTI_BGSMultiTechniqueAttach = (void *)0x0518BC10; -const void * RTTI_BGSMultiTechniqueAttach__ActionPolicy = (void *)0x0518BC40; -const void * RTTI_BGSMultiTechniqueAttach__AttachPolicy = (void *)0x0518BB90; -const void * RTTI_BGSMultiTechniqueAttach__DetachPolicy = (void *)0x0518BBD0; -const void * RTTI_BGSMusicPaletteTrack = (void *)0x051E82F8; -const void * RTTI_BGSMusicSilenceTrack = (void *)0x051E8328; -const void * RTTI_BGSMusicSingleTrack = (void *)0x051E8358; -const void * RTTI_BGSMusicTrack = (void *)0x051E82A8; -const void * RTTI_BGSMusicTrackFormWrapper = (void *)0x051E8428; -const void * RTTI_BGSMusicType = (void *)0x050911E0; -const void * RTTI_BGSNamedNodeAttach = (void *)0x0518BB28; -const void * RTTI_BGSNamedNodeAttach__ActionPolicy = (void *)0x0518BB58; -const void * RTTI_BGSNamedNodeAttach__AttachPolicy = (void *)0x0518BAB8; -const void * RTTI_BGSNamedNodeAttach__DetachPolicy = (void *)0x0518BAF0; -const void * RTTI_BGSNavigationGridManager = (void *)0x051939D8; -const void * RTTI_BGSNote = (void *)0x050935D0; -const void * RTTI_BGSObjectInstanceExtra = (void *)0x05166BA8; -const void * RTTI_BGSObjectPlacementDefaults = (void *)0x0516B818; -const void * RTTI_BGSObjectSwap = (void *)0x051D0008; -const void * RTTI_BGSObjectVisibilityManager = (void *)0x050CD6E0; -const void * RTTI_BGSObjectWindowFilterComponent = (void *)0x0515C0F0; -const void * RTTI_BGSOrbitalDataComponent = (void *)0x0516B888; -const void * RTTI_BGSOrbitedDataComponent = (void *)0x0516BC30; -const void * RTTI_BGSOutfit = (void *)0x051D0CD8; -const void * RTTI_BGSOverridePackCollection = (void *)0x051862F8; -const void * RTTI_BGSPackIn = (void *)0x051D21C0; -const void * RTTI_BGSPackageDataBool = (void *)0x05093E20; -const void * RTTI_BGSPackageDataFloat = (void *)0x051F17A8; -const void * RTTI_BGSPackageDataInt = (void *)0x051F16E8; -const void * RTTI_BGSPackageDataLocation = (void *)0x051F1878; -const void * RTTI_BGSPackageDataLocationWrapper = (void *)0x051F17D8; -const void * RTTI_BGSPackageDataObjectList = (void *)0x05093E50; -const void * RTTI_BGSPackageDataRef = (void *)0x051F1958; -const void * RTTI_BGSPackageDataRefOLD = (void *)0x051F1848; -const void * RTTI_BGSPackageDataScene = (void *)0x05090838; -const void * RTTI_BGSPackageDataTargetSelector = (void *)0x051F1810; -const void * RTTI_BGSPackageDataTopic = (void *)0x05093F08; -const void * RTTI_BGSPapyrusScriptsComponent = (void *)0x0516C240; -const void * RTTI_BGSParticleObjectCloneTask = (void *)0x05200430; -const void * RTTI_BGSParticleSystemDefineCollection = (void *)0x051BF500; -const void * RTTI_BGSPathingData = (void *)0x0516C4A0; -const void * RTTI_BGSPerk = (void *)0x050935B0; -const void * RTTI_BGSPerkRank = (void *)0x051EB668; -const void * RTTI_BGSPhotoModeFeature = (void *)0x05162E58; -const void * RTTI_BGSPickupPutdownSounds = (void *)0x050A6D58; -const void * RTTI_BGSPlanetContentManager = (void *)0x052C2EE8; -const void * RTTI_BGSPlanetContentManagerBranchNode = (void *)0x051A6128; -const void * RTTI_BGSPlanetContentManagerContentNode = (void *)0x05091750; -const void * RTTI_BGSPlanetContentManagerContentProperties = (void *)0x0519DEB8; -const void * RTTI_BGSPlanetContentManagerTree = (void *)0x051A6928; -const void * RTTI_BGSPlanetContentManager__ILogEventData = (void *)0x051A60B0; -const void * RTTI_BGSPlanet__Atmosphere = (void *)0x0519DF60; -const void * RTTI_BGSPlanet__ContentPlacement = (void *)0x051A28A8; -const void * RTTI_BGSPlanet__IModule = (void *)0x0519DF38; -const void * RTTI_BGSPlanet__LODNotifierModule = (void *)0x051A27A0; -const void * RTTI_BGSPlanet__LandingMarkers = (void *)0x051A1DB0; -const void * RTTI_BGSPlanet__Landscape = (void *)0x051A2380; -const void * RTTI_BGSPlanet__Manager = (void *)0x051A25D0; -const void * RTTI_BGSPlanet__Manager__MoveToNode = (void *)0x051A2768; -const void * RTTI_BGSPlanet__Manager__ShiftToTask = (void *)0x051A2730; -const void * RTTI_BGSPlanet__MultiFiles__Grid = (void *)0x051A2078; -const void * RTTI_BGSPlanet__MultiFiles__MasterFile = (void *)0x051A2118; -const void * RTTI_BGSPlanet__NavMeshGen = (void *)0x051A3100; -const void * RTTI_BGSPlanet__OrderedLandTextures = (void *)0x051A26F8; -const void * RTTI_BGSPlanet__Overlays = (void *)0x051A26C8; -const void * RTTI_BGSPlanet__PlanetData = (void *)0x051A12A0; -const void * RTTI_BGSPlanet__ProcGen = (void *)0x051A4718; -const void * RTTI_BGSPlanet__ProcGenRuntimeService = (void *)0x051A4DD0; -const void * RTTI_BGSPlanet__ScanCollection = (void *)0x0522BAA0; -const void * RTTI_BGSPlanet__SurfaceMapModule = (void *)0x051A2870; -const void * RTTI_BGSPlanet__UpdateNavMeshTaskNode = (void *)0x051A28E0; -const void * RTTI_BGSPlayerMusicChanger = (void *)0x052A88F8; -const void * RTTI_BGSPlayerPickpocketActivity = (void *)0x05154770; -const void * RTTI_BGSPlayerPickpocketActivity_Runtime = (void *)0x051546D8; -const void * RTTI_BGSPreviewTransform = (void *)0x0516C4C8; -const void * RTTI_BGSPrimitive = (void *)0x0518E5C8; -const void * RTTI_BGSPrimitiveBox = (void *)0x0518E640; -const void * RTTI_BGSPrimitiveComponent = (void *)0x0516C600; -const void * RTTI_BGSPrimitiveCylinder = (void *)0x0518E598; -const void * RTTI_BGSPrimitiveEllipsoid = (void *)0x0518E668; -const void * RTTI_BGSPrimitiveLine = (void *)0x0518E5F0; -const void * RTTI_BGSPrimitivePlane = (void *)0x0518E618; -const void * RTTI_BGSPrimitiveSphere = (void *)0x0518E698; -const void * RTTI_BGSProcedureAcquire = (void *)0x051F7718; -const void * RTTI_BGSProcedureAcquireExecState = (void *)0x051F7858; -const void * RTTI_BGSProcedureActivate = (void *)0x051F7B58; -const void * RTTI_BGSProcedureActivateExecState = (void *)0x051F7C28; -const void * RTTI_BGSProcedureAmbush = (void *)0x05155C30; -const void * RTTI_BGSProcedureAmbushExecState = (void *)0x05155B98; -const void * RTTI_BGSProcedureBase = (void *)0x05155CB8; -const void * RTTI_BGSProcedureCombatTravel = (void *)0x051F8018; -const void * RTTI_BGSProcedureCombatTravelExecState = (void *)0x051F7F70; -const void * RTTI_BGSProcedureDialogue = (void *)0x051F8228; -const void * RTTI_BGSProcedureDialogueActivate = (void *)0x051F8460; -const void * RTTI_BGSProcedureDialogueActivateExecState = (void *)0x051F8500; -const void * RTTI_BGSProcedureDialogueExecState = (void *)0x051F6D88; -const void * RTTI_BGSProcedureDone = (void *)0x051F7690; -const void * RTTI_BGSProcedureDoneExecState = (void *)0x051F74D8; -const void * RTTI_BGSProcedureEat = (void *)0x051F8780; -const void * RTTI_BGSProcedureEatExecState = (void *)0x051F6EB0; -const void * RTTI_BGSProcedureEscort = (void *)0x051FA188; -const void * RTTI_BGSProcedureEscortExecState = (void *)0x051FA218; -const void * RTTI_BGSProcedureFind = (void *)0x051FA5A0; -const void * RTTI_BGSProcedureFindExecState = (void *)0x051F6E20; -const void * RTTI_BGSProcedureFlee = (void *)0x051FA840; -const void * RTTI_BGSProcedureFleeExecState = (void *)0x051FA7A8; -const void * RTTI_BGSProcedureFlightGrab = (void *)0x051FAB18; -const void * RTTI_BGSProcedureFlightGrabExecState = (void *)0x051FAA70; -const void * RTTI_BGSProcedureFollow = (void *)0x051FAFD0; -const void * RTTI_BGSProcedureFollowExecState = (void *)0x051FAF38; -const void * RTTI_BGSProcedureFollowTo = (void *)0x051FB058; -const void * RTTI_BGSProcedureForceGreet = (void *)0x051FB338; -const void * RTTI_BGSProcedureGuard = (void *)0x051FB6E8; -const void * RTTI_BGSProcedureGuardArea = (void *)0x051FB808; -const void * RTTI_BGSProcedureGuardExecState = (void *)0x051FB770; -const void * RTTI_BGSProcedureHeadtrack = (void *)0x051560C8; -const void * RTTI_BGSProcedureHeadtrackExecState = (void *)0x05156028; -const void * RTTI_BGSProcedureHoldPosition = (void *)0x051FBA40; -const void * RTTI_BGSProcedureHoldPositionExecState = (void *)0x051F6CE8; -const void * RTTI_BGSProcedureHover = (void *)0x051FBC58; -const void * RTTI_BGSProcedureHoverExecState = (void *)0x051FBCE0; -const void * RTTI_BGSProcedureKeepAnEyeOn = (void *)0x051FBF18; -const void * RTTI_BGSProcedureKeepAnEyeOnExecState = (void *)0x051F5A00; -const void * RTTI_BGSProcedureLock = (void *)0x051FC3E8; -const void * RTTI_BGSProcedureLockUnlockExecState = (void *)0x051FC2C8; -const void * RTTI_BGSProcedureOrbit = (void *)0x051FC698; -const void * RTTI_BGSProcedureOrbitExecState = (void *)0x051FC600; -const void * RTTI_BGSProcedurePatrol = (void *)0x051FC868; -const void * RTTI_BGSProcedurePatrolExecState = (void *)0x051FC7D0; -const void * RTTI_BGSProcedurePlayIdle = (void *)0x05156400; -const void * RTTI_BGSProcedurePlayIdleExecState = (void *)0x05156488; -const void * RTTI_BGSProcedurePursue = (void *)0x051FCB68; -const void * RTTI_BGSProcedureRange = (void *)0x051568B8; -const void * RTTI_BGSProcedureRangeExecState = (void *)0x05156820; -const void * RTTI_BGSProcedureSandbox = (void *)0x051FCD30; -const void * RTTI_BGSProcedureSandboxExecState = (void *)0x051FCE00; -const void * RTTI_BGSProcedureSay = (void *)0x051FD020; -const void * RTTI_BGSProcedureSayExecState = (void *)0x051F58E0; -const void * RTTI_BGSProcedureSit = (void *)0x051FD410; -const void * RTTI_BGSProcedureSitSleepExecState = (void *)0x051FD438; -const void * RTTI_BGSProcedureSleep = (void *)0x051FD4C8; -const void * RTTI_BGSProcedureStayAway = (void *)0x05156C98; -const void * RTTI_BGSProcedureStayAwayExecState = (void *)0x05156C00; -const void * RTTI_BGSProcedureTargetingModeAutopilot = (void *)0x05157038; -const void * RTTI_BGSProcedureTargetingModeAutopilotExecState = (void *)0x05156F80; -const void * RTTI_BGSProcedureTravel = (void *)0x051FD7C8; -const void * RTTI_BGSProcedureTravelExecState = (void *)0x051FD730; -const void * RTTI_BGSProcedureTreeBranch = (void *)0x051F7080; -const void * RTTI_BGSProcedureTreeConditionalItem = (void *)0x051F74A0; -const void * RTTI_BGSProcedureTreeFallback = (void *)0x051F7380; -const void * RTTI_BGSProcedureTreeFallbackExecState = (void *)0x051F7180; -const void * RTTI_BGSProcedureTreeOneChildExecState = (void *)0x051F70B0; -const void * RTTI_BGSProcedureTreeProcedure = (void *)0x051FD868; -const void * RTTI_BGSProcedureTreeRandom = (void *)0x051F6C58; -const void * RTTI_BGSProcedureTreeRandomExecState = (void *)0x051F6B08; -const void * RTTI_BGSProcedureTreeSequence = (void *)0x051F70E8; -const void * RTTI_BGSProcedureTreeSequenceExecState = (void *)0x051F6F40; -const void * RTTI_BGSProcedureTreeSimultaneous = (void *)0x051F7230; -const void * RTTI_BGSProcedureTreeSimultaneousExecState = (void *)0x051F6BB0; -const void * RTTI_BGSProcedureTreeStacked = (void *)0x051F6FF0; -const void * RTTI_BGSProcedureTreeStackedExecState = (void *)0x051F72D0; -const void * RTTI_BGSProcedureUnlock = (void *)0x051FC358; -const void * RTTI_BGSProcedureUseIdleMarker = (void *)0x051FDAE0; -const void * RTTI_BGSProcedureUseIdleMarkerExecState = (void *)0x051FDA38; -const void * RTTI_BGSProcedureUseMagic = (void *)0x051FDE48; -const void * RTTI_BGSProcedureUseMagicExecState = (void *)0x051FDDB0; -const void * RTTI_BGSProcedureUseWeapon = (void *)0x051FE098; -const void * RTTI_BGSProcedureUseWeaponExecState = (void *)0x051FE008; -const void * RTTI_BGSProcedureWait = (void *)0x051FE358; -const void * RTTI_BGSProcedureWaitExecState = (void *)0x051F5970; -const void * RTTI_BGSProcedureWander = (void *)0x05200188; -const void * RTTI_BGSProcedureWanderExecState = (void *)0x052000F0; -const void * RTTI_BGSProduceActivity = (void *)0x05154848; -const void * RTTI_BGSProduceActivity_Runtime = (void *)0x05154878; -const void * RTTI_BGSProjectedDecal = (void *)0x051BEF38; -const void * RTTI_BGSProjectile = (void *)0x05091358; -const void * RTTI_BGSPropertySheet = (void *)0x0516C730; -const void * RTTI_BGSQuestPerkEntry = (void *)0x051EB6B8; -const void * RTTI_BGSRefAlias = (void *)0x051CCBC0; -const void * RTTI_BGSRefCollectionAlias = (void *)0x051CCBE8; -const void * RTTI_BGSReferenceGroup = (void *)0x051D5580; -const void * RTTI_BGSReflectedForm = (void *)0x05162E30; -const void * RTTI_BGSRelationship = (void *)0x051EB830; -const void * RTTI_BGSReloadWeaponActivity = (void *)0x05154938; -const void * RTTI_BGSReloadWeaponActivity_Runtime = (void *)0x051548B0; -const void * RTTI_BGSResearchProjectForm = (void *)0x051BF538; -const void * RTTI_BGSResource = (void *)0x05093210; -const void * RTTI_BGSResourceGenerationData = (void *)0x051D0030; -const void * RTTI_BGSRetargetOnDeleteExtraData = (void *)0x051577D0; -const void * RTTI_BGSReverbParameters = (void *)0x051E8458; -const void * RTTI_BGSSaveFormBuffer = (void *)0x052AFF48; -const void * RTTI_BGSSaveGameBuffer = (void *)0x052AFF70; -const void * RTTI_BGSSaveGameBufferSimple = (void *)0x052AFEE8; -const void * RTTI_BGSSaveLoadJobSite = (void *)0x052AFD98; -const void * RTTI_BGSSaveLoadManager = (void *)0x052AFE20; -const void * RTTI_BGSSaveLoadStatsMap = (void *)0x052B0118; -const void * RTTI_BGSSaveLoadThread = (void *)0x052AFD70; -const void * RTTI_BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs = (void *)0x052AFEA0; -const void * RTTI_BGSScanPlanetActivity = (void *)0x051549F8; -const void * RTTI_BGSScanPlanetActivity_Runtime = (void *)0x05154A28; -const void * RTTI_BGSScanSurfaceActivity = (void *)0x05154BD8; -const void * RTTI_BGSScanSurfaceActivity_Runtime = (void *)0x05154BA0; -const void * RTTI_BGSScannableFormComponent = (void *)0x0516BFD0; -const void * RTTI_BGSScene = (void *)0x05091198; -const void * RTTI_BGSSceneActionAnimation = (void *)0x051CCC98; -const void * RTTI_BGSSceneActionCamera = (void *)0x051CCCC8; -const void * RTTI_BGSSceneActionDialogue = (void *)0x051EBA68; -const void * RTTI_BGSSceneActionFX = (void *)0x051CCCF8; -const void * RTTI_BGSSceneActionList = (void *)0x051CCC40; -const void * RTTI_BGSSceneActionMove = (void *)0x051CCD20; -const void * RTTI_BGSSceneActionPackage = (void *)0x051EB9C8; -const void * RTTI_BGSSceneActionPlayerDialogue = (void *)0x051EB9F8; -const void * RTTI_BGSSceneActionRadio = (void *)0x051EBA98; -const void * RTTI_BGSSceneActionStartScene = (void *)0x051CD148; -const void * RTTI_BGSSceneActionTimeline = (void *)0x051CD178; -const void * RTTI_BGSSceneActionTimer = (void *)0x051EBB88; -const void * RTTI_BGSSecondaryDamageList = (void *)0x051BEF60; -const void * RTTI_BGSShaderParticleGeometryData = (void *)0x051D55A8; -const void * RTTI_BGSShipCollectionActivity = (void *)0x05154F58; -const void * RTTI_BGSShipCollectionActivity_Runtime = (void *)0x05154EE0; -const void * RTTI_BGSShipManagement = (void *)0x0516C118; -const void * RTTI_BGSShipbuilderActivity = (void *)0x05154DE0; -const void * RTTI_BGSShipbuilderActivity_Runtime = (void *)0x05154E58; -const void * RTTI_BGSSkinForm = (void *)0x05186448; -const void * RTTI_BGSSkinnedDecalChild = (void *)0x0518CAB8; -const void * RTTI_BGSSkinnedDecalGroup = (void *)0x0518CA88; -const void * RTTI_BGSSnapBehavior = (void *)0x051D21E0; -const void * RTTI_BGSSnapTemplate = (void *)0x051D22B8; -const void * RTTI_BGSSnapTemplateComponent = (void *)0x0516C758; -const void * RTTI_BGSSnapTemplateNode = (void *)0x051D22E0; -const void * RTTI_BGSSoundEcho = (void *)0x051D0380; -const void * RTTI_BGSSoundKeywordMapping = (void *)0x051D0060; -const void * RTTI_BGSSoundTagComponent = (void *)0x0516C890; -const void * RTTI_BGSSoundTagSet = (void *)0x051D03A8; -const void * RTTI_BGSSpacePhysicsFormComponent = (void *)0x0516CA58; -const void * RTTI_BGSSpaceshipAIActor = (void *)0x0516CB90; -const void * RTTI_BGSSpaceshipEquipment = (void *)0x0516CBC0; -const void * RTTI_BGSSpaceshipHullCode = (void *)0x0516CCF0; -const void * RTTI_BGSSpaceshipWeaponBinding = (void *)0x0516CE20; -const void * RTTI_BGSSpatialCombinedGrid = (void *)0x0519B290; -const void * RTTI_BGSSpatialGraph = (void *)0x0519B440; -const void * RTTI_BGSSpatialGraphCellGrid = (void *)0x0519B020; -const void * RTTI_BGSSpatialGraphCellGrid__MergeTask = (void *)0x0519AFB0; -const void * RTTI_BGSSpatialGraphChild = (void *)0x0519B2F0; -const void * RTTI_BGSSpatialGraphExteriorCell = (void *)0x0519B380; -const void * RTTI_BGSSpatialGraphInteriorCell = (void *)0x0519B3E0; -const void * RTTI_BGSSpatialGraphManager = (void *)0x0519BFD0; -const void * RTTI_BGSSpatialGraphManager__Task = (void *)0x0519AFE8; -const void * RTTI_BGSSpatialGraphObstacleUpdateTask = (void *)0x0519A750; -const void * RTTI_BGSSpatialGraphParent = (void *)0x0519B350; -const void * RTTI_BGSSpatialGraphSpaceCell = (void *)0x0519B320; -const void * RTTI_BGSSpatialGraphSpaceCollection = (void *)0x0519B050; -const void * RTTI_BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask = (void *)0x0519ACB0; -const void * RTTI_BGSSpatialGrid = (void *)0x0519B268; -const void * RTTI_BGSSpatialGridBase = (void *)0x0519AEF0; -const void * RTTI_BGSSpatialGridCollection = (void *)0x0519B190; -const void * RTTI_BGSSpatialGridFieldBase = (void *)0x0518F0F0; -const void * RTTI_BGSSpatialGridSearchCustomDebugData = (void *)0x0519D988; -const void * RTTI_BGSSpatialGridSearchDebugData = (void *)0x0519D950; -const void * RTTI_BGSSpatialGridSearchPolicies__RandomPositionInsideArea = (void *)0x0519D8C0; -const void * RTTI_BGSSpatialSimpleGrid = (void *)0x0519D7E8; -const void * RTTI_BGSSpatialSparseGrid = (void *)0x0519A720; -const void * RTTI_BGSSpatialSparseGridSearchDebugData = (void *)0x0519D910; -const void * RTTI_BGSSpatialSparseGrid__ChunkIndexGrid = (void *)0x0519D7A8; -const void * RTTI_BGSSpatialSparseMultiLayerGrid = (void *)0x0519A6B8; -const void * RTTI_BGSSpawnOnDestroy = (void *)0x0516D148; -const void * RTTI_BGSSpeechChallengeActivity = (void *)0x05154FD8; -const void * RTTI_BGSSpeechChallengeActivity_Runtime = (void *)0x05155060; -const void * RTTI_BGSSpeechChallengeObject = (void *)0x051D03D0; -const void * RTTI_BGSSprintActivity = (void *)0x05155118; -const void * RTTI_BGSSprintActivity_Runtime = (void *)0x051550E8; -const void * RTTI_BGSStarDataComponent = (void *)0x0516D170; -const void * RTTI_BGSStaticCollection = (void *)0x051D2558; -const void * RTTI_BGSStaticCollection__RootFacade = (void *)0x051D2520; -const void * RTTI_BGSStoredTraversalData = (void *)0x05090B08; -const void * RTTI_BGSStoryManagerBranchNode = (void *)0x05185800; -const void * RTTI_BGSStoryManagerEventNode = (void *)0x05207530; -const void * RTTI_BGSStoryManagerNodeBase = (void *)0x05185870; -const void * RTTI_BGSStoryManagerQuestFinder = (void *)0x052074F8; -const void * RTTI_BGSStoryManagerQuestNode = (void *)0x05207560; -const void * RTTI_BGSStoryManagerTreeForm = (void *)0x051534D8; -const void * RTTI_BGSStoryManagerTreeVisitor = (void *)0x052074C0; -const void * RTTI_BGSStoryTeller = (void *)0x052078E0; -const void * RTTI_BGSSurface__BGSBlockCellHeighGridComponent = (void *)0x051BC850; -const void * RTTI_BGSSurface__Block = (void *)0x051CA1F0; -const void * RTTI_BGSSurface__Pattern = (void *)0x051CA2C0; -const void * RTTI_BGSSurface__PatternStyle = (void *)0x051BDDB8; -const void * RTTI_BGSSurface__Tree = (void *)0x051CA2F0; -const void * RTTI_BGSSynchronizedAnimationInstance = (void *)0x052083C8; -const void * RTTI_BGSSynchronizedAnimationManager = (void *)0x052080A0; -const void * RTTI_BGSTDataProxyComponentBase = (void *)0x0516B850; -const void * RTTI_BGSTakeActorDamageActivity = (void *)0x05155180; -const void * RTTI_BGSTakeActorDamageActivity_Runtime = (void *)0x05155210; -const void * RTTI_BGSTakeDamageActivity = (void *)0x05155310; -const void * RTTI_BGSTakeDamageActivity_Runtime = (void *)0x051552D8; -const void * RTTI_BGSTalkingActivator = (void *)0x051D2588; -const void * RTTI_BGSTerminal = (void *)0x05091330; -const void * RTTI_BGSTerminalMenu = (void *)0x050912E0; -const void * RTTI_BGSTerrainBlock__AlignmentModifier = (void *)0x051CA318; -const void * RTTI_BGSTerrainBlock__ContinentalModifier = (void *)0x051CA4A8; -const void * RTTI_BGSTerrainBlock__Grid = (void *)0x051CA968; -const void * RTTI_BGSTerrainBlock__GridCell = (void *)0x051CA900; -const void * RTTI_BGSTerrainBlock__GridCornerCell = (void *)0x051CA930; -const void * RTTI_BGSTerrainBlock__GridCornerEdgeXFile = (void *)0x051CA660; -const void * RTTI_BGSTerrainBlock__GridCornerFile = (void *)0x051CA628; -const void * RTTI_BGSTerrainBlock__GridEdgeFile = (void *)0x051CA5F0; -const void * RTTI_BGSTerrainBlock__GridEdgeXCell = (void *)0x051CA850; -const void * RTTI_BGSTerrainBlock__GridEdgeYCell = (void *)0x051CA888; -const void * RTTI_BGSTerrainBlock__GridFile = (void *)0x051CA5C0; -const void * RTTI_BGSTerrainBlock__GridFillCell = (void *)0x051CA818; -const void * RTTI_BGSTerrainBlock__GridFillFile = (void *)0x051CA728; -const void * RTTI_BGSTerrainBlock__HeightAdjustmentModifier = (void *)0x051BE558; -const void * RTTI_BGSTerrainBlock__IModifier = (void *)0x051BE528; -const void * RTTI_BGSTerrainBlock__OceanBiomeModifier = (void *)0x051CA4E8; -const void * RTTI_BGSTerrainBlock__OverlayGrid = (void *)0x051CA998; -const void * RTTI_BGSTerrainBlock__OverlayHeightModifier = (void *)0x051CA8C0; -const void * RTTI_BGSTerrainBlock__RerangeHeightModifier = (void *)0x051CA9D0; -const void * RTTI_BGSTerrainBlock__UpdateHeightModifier = (void *)0x051CAB40; -const void * RTTI_BGSTerrain__File = (void *)0x051A20F0; -const void * RTTI_BGSTerrain__IFileGrid = (void *)0x051A1E68; -const void * RTTI_BGSTerrain__Manager = (void *)0x051CC5E0; -const void * RTTI_BGSTerrain__UniFile__Grid = (void *)0x051CB030; -const void * RTTI_BGSTextureModel = (void *)0x051EE330; -const void * RTTI_BGSTextureSet = (void *)0x051E84B8; -const void * RTTI_BGSTimeOfDayData = (void *)0x051D55E0; -const void * RTTI_BGSTransform = (void *)0x051D0400; -const void * RTTI_BGSTraversal = (void *)0x051D0428; -const void * RTTI_BGSVisitProceduresCheckGuardWarnTarget = (void *)0x052001B8; -const void * RTTI_BGSVisitProceduresInitActorAnimPose = (void *)0x052D01A8; -const void * RTTI_BGSVisitProceduresInitActorLocation = (void *)0x052001F8; -const void * RTTI_BGSVisitProceduresProcess = (void *)0x052D01E8; -const void * RTTI_BGSVoiceType = (void *)0x05091308; -const void * RTTI_BGSVolumeFormComponent = (void *)0x0516DB40; -const void * RTTI_BGSVolumetricLighting = (void *)0x051D2798; -const void * RTTI_BGSWaterCollisionManager__AutoWater = (void *)0x05206D48; -const void * RTTI_BGSWaterCollisionManager__BGSWaterUpdateI = (void *)0x05206C78; -const void * RTTI_BGSWaterCollisionManager__WaterGravityModifier = (void *)0x0512BA90; -const void * RTTI_BGSWaterCollisionManager__WaterGravityModifierWorldStepListener = (void *)0x05135600; -const void * RTTI_BGSWaterCollisionManager__bhkPlaceableWater = (void *)0x05206CC0; -const void * RTTI_BGSWaterCollisionManager__bhkWaterfall = (void *)0x05206D08; -const void * RTTI_BGSWeaponBarrelData = (void *)0x051BF008; -const void * RTTI_BGSWeaponBarrelModel = (void *)0x051BEFD8; -const void * RTTI_BGSWeaponData__Aim = (void *)0x051BF768; -const void * RTTI_BGSWeaponData__Ammunition = (void *)0x051BF790; -const void * RTTI_BGSWeaponData__Audio = (void *)0x051BF7C0; -const void * RTTI_BGSWeaponData__Charge = (void *)0x051BF7F0; -const void * RTTI_BGSWeaponData__Damage = (void *)0x051BF820; -const void * RTTI_BGSWeaponData__Firing = (void *)0x051BF850; -const void * RTTI_BGSWeaponData__FiringStrategyBase = (void *)0x051BF9C0; -const void * RTTI_BGSWeaponData__FiringStrategy_Automatic = (void *)0x051BF8C0; -const void * RTTI_BGSWeaponData__FiringStrategy_BoltShot = (void *)0x051BF880; -const void * RTTI_BGSWeaponData__FiringStrategy_Burst = (void *)0x051BF980; -const void * RTTI_BGSWeaponData__FiringStrategy_ChargedShot = (void *)0x051BF940; -const void * RTTI_BGSWeaponData__FiringStrategy_SingleShot = (void *)0x051BF900; -const void * RTTI_BGSWeaponData__Flags = (void *)0x051BF9F8; -const void * RTTI_BGSWeaponData__General = (void *)0x051BFA28; -const void * RTTI_BGSWeaponData__Melee = (void *)0x051BFA58; -const void * RTTI_BGSWeaponData__Power = (void *)0x051BFA88; -const void * RTTI_BGSWeaponData__Reload = (void *)0x051BFAB8; -const void * RTTI_BGSWeaponData__ShipWeapon = (void *)0x05162F60; -const void * RTTI_BGSWeaponData__Turret = (void *)0x051BFAE8; -const void * RTTI_BGSWeaponData__VariableRange = (void *)0x051BFB18; -const void * RTTI_BGSWeaponData__Visuals = (void *)0x051BFB50; -const void * RTTI_BGSWeatherSettingsForm = (void *)0x051C4CB8; -const void * RTTI_BGSWorkshopItemColorComponent = (void *)0x0515C3A8; -const void * RTTI_BGSWorldSpaceOverlayComponent = (void *)0x0516DCB8; -const void * RTTI_BGSWwiseEventForm = (void *)0x05090920; -const void * RTTI_BGSWwiseKeywordMapping = (void *)0x051BF038; -const void * RTTI_BGSZoneTargetListener = (void *)0x051EE968; -const void * RTTI_BIEventUtils__FindAllStarbornPowerFunctor = (void *)0x052A9C00; -const void * RTTI_BSAVMS__AVMNode = (void *)0x05158688; -const void * RTTI_BSAVMS__AVMNodeInFlightCounted = (void *)0x05158650; -const void * RTTI_BSAVMS__AVMPartialNode = (void *)0x05158620; -const void * RTTI_BSAnimNotes = (void *)0x05409D00; -const void * RTTI_BSAnimationAnimDBData = (void *)0x053633C8; -const void * RTTI_BSAnimationDBData = (void *)0x053638E8; -const void * RTTI_BSAnimationGraph = (void *)0x05364468; -const void * RTTI_BSAnimationGraphChannel = (void *)0x051DD5D8; -const void * RTTI_BSAnimationGraphLoadScrapper = (void *)0x05133370; -const void * RTTI_BSAnimationGraphManager = (void *)0x05372278; -const void * RTTI_BSAnimationUtils__FindEventClipGeneratorsFunctor = (void *)0x05363860; -const void * RTTI_BSAnimationUtils__MatchEventToClipGeneratorsFunctor = (void *)0x05363990; -const void * RTTI_BSAttachConfig__ArtObjectAttach = (void *)0x051C49E0; -const void * RTTI_BSAttachConfig__AttachmentConfiguration = (void *)0x050A7360; -const void * RTTI_BSAttachConfig__BaseInstance = (void *)0x05157E50; -const void * RTTI_BSAttachConfig__ISearchMethod = (void *)0x051C4B80; -const void * RTTI_BSAttachConfig__NodeAttachmentInstance = (void *)0x05157E88; -const void * RTTI_BSAttachConfig__ObjectAttachmentInstance = (void *)0x05157FC0; -const void * RTTI_BSAttachConfig__ParticleAttachmentInstance = (void *)0x05157E10; -const void * RTTI_BSAttachConfig__SearchMethodBase = (void *)0x051C4C00; -const void * RTTI_BSAttachConfig__SearchMultipleNamesMultipleNodes = (void *)0x0538AB40; -const void * RTTI_BSAttachConfig__SearchRootNode = (void *)0x05384A80; -const void * RTTI_BSAttachConfig__SearchSingleNameSingleNode = (void *)0x051C4BC0; -const void * RTTI_BSAttachRefController = (void *)0x0518F120; -const void * RTTI_BSAttachTechniques__AttachTechniqueInput = (void *)0x052A6890; -const void * RTTI_BSAttachTechniques__BSAttachTechnique = (void *)0x0512A7B0; -const void * RTTI_BSAutoQueuedDependentNodeBase = (void *)0x05185AB0; -const void * RTTI_BSAwardsSystemUtility = (void *)0x05138690; -const void * RTTI_BSBehaviorGraphExtraData = (void *)0x05390B38; -const void * RTTI_BSBehaviorGraphSwapSingleton = (void *)0x05208198; -const void * RTTI_BSBind__BGSExternalEmittanceController = (void *)0x0518B0C0; -const void * RTTI_BSBind__BGSLensFlareController = (void *)0x0518B088; -const void * RTTI_BSBind__ColorCurveController = (void *)0x0538AD00; -const void * RTTI_BSBind__ColorLerpController = (void *)0x0538AE48; -const void * RTTI_BSBind__ComponentBinding = (void *)0x053907A8; -const void * RTTI_BSBind__ComponentProperty = (void *)0x0538B180; -const void * RTTI_BSBind__Directory = (void *)0x0538B060; -const void * RTTI_BSBind__Float2DCurveController = (void *)0x0538B148; -const void * RTTI_BSBind__Float2DLerpController = (void *)0x0538ABE8; -const void * RTTI_BSBind__Float3DCurveController = (void *)0x0538AC90; -const void * RTTI_BSBind__Float3DLerpController = (void *)0x0538AC20; -const void * RTTI_BSBind__Float4DCurveController = (void *)0x0538ACC8; -const void * RTTI_BSBind__Float4DLerpController = (void *)0x0538AC58; -const void * RTTI_BSBind__FloatCurveController = (void *)0x0538B110; -const void * RTTI_BSBind__FloatLerpController = (void *)0x0538ABB0; -const void * RTTI_BSBind__IAddressControllerStore = (void *)0x051D6E68; -const void * RTTI_BSBind__IController = (void *)0x0518B100; -const void * RTTI_BSBind__IDataBinding = (void *)0x05166968; -const void * RTTI_BSBind__INode = (void *)0x0538AB88; -const void * RTTI_BSBind__MultiBinding = (void *)0x05166938; -const void * RTTI_BSBind__Multiplex = (void *)0x0538B088; -const void * RTTI_BSBind__Snapshot = (void *)0x05082E10; -const void * RTTI_BSBind__StableBinding = (void *)0x051C4C38; -const void * RTTI_BSBind__TimerController = (void *)0x0538AD38; -const void * RTTI_BSBlastNode = (void *)0x0538C1E0; -const void * RTTI_BSBlendTreadTransfInterpolator = (void *)0x054091C8; -const void * RTTI_BSBoneLODExtraData = (void *)0x05390B08; -const void * RTTI_BSBound = (void *)0x0537C828; -const void * RTTI_BSBoxConstructor = (void *)0x0538BB98; -const void * RTTI_BSCSVUtils__ParserBuffer = (void *)0x0538D730; -const void * RTTI_BSCapsuleConstructor = (void *)0x0538BBC0; -const void * RTTI_BSCloneReserver = (void *)0x0518F150; -const void * RTTI_BSClothExtraData = (void *)0x0537AC98; -const void * RTTI_BSClothUtils__BSGeometryBuffer = (void *)0x0537AF80; -const void * RTTI_BSClothUtils__BSInstantiationUtil = (void *)0x0537B1C8; -const void * RTTI_BSClothUtils__BSTransformSet = (void *)0x0537B190; -const void * RTTI_BSComponentDB2__DB = (void *)0x05384318; -const void * RTTI_BSComponentDB2__DBFileIndex__IDFixupVisitor = (void *)0x05410D10; -const void * RTTI_BSComponentDB2__JsonDBIDHandler = (void *)0x053915F0; -const void * RTTI_BSComponentDB2__JsonResourceIDHandler = (void *)0x053928D8; -const void * RTTI_BSComponentDB2__Memory__ConcurrentPageAllocImpl = (void *)0x05384170; -const void * RTTI_BSComponentDB2__StorageService = (void *)0x05392418; -const void * RTTI_BSComponentDB2__StorageService__Impl = (void *)0x05392810; -const void * RTTI_BSComponentDB2__StorageService__ObjectReferenceVisitor = (void *)0x05392850; -const void * RTTI_BSComponentDB__IComponentFactory = (void *)0x05132A70; -const void * RTTI_BSConnectPoint__ChildOrigin = (void *)0x0518E2E8; -const void * RTTI_BSConnectPoint__Children = (void *)0x0537AB50; -const void * RTTI_BSConnectPoint__Parents = (void *)0x0537AB20; -const void * RTTI_BSCoreMessage__MessageSource = (void *)0x0512B388; -const void * RTTI_BSCounterStorage = (void *)0x0533E218; -const void * RTTI_BSCylinderConstructor = (void *)0x0520A818; -const void * RTTI_BSDamageStage = (void *)0x0538C230; -const void * RTTI_BSDebounceManager = (void *)0x05374A50; -const void * RTTI_BSDebrisNode = (void *)0x0538C208; -const void * RTTI_BSDiscBootSystemUtility = (void *)0x05138990; -const void * RTTI_BSDistantObjectExtraData = (void *)0x05390BC8; -const void * RTTI_BSDynamicGeometry = (void *)0x0540ABB8; -const void * RTTI_BSExceptionHandler = (void *)0x0511C6D8; -const void * RTTI_BSExteriorReflectionProbeAdjustmentVolume = (void *)0x0538D520; -const void * RTTI_BSExtraData = (void *)0x05166BD8; -const void * RTTI_BSFaceDB__AttachHeadControlNode = (void *)0x05168128; -const void * RTTI_BSFaceDB__CreateHeadControlNode = (void *)0x05167CE8; -const void * RTTI_BSFaceDB__CrowdHairCustomization = (void *)0x05167EC0; -const void * RTTI_BSFaceDB__EyeCustomization = (void *)0x05167E90; -const void * RTTI_BSFaceDB__FaceCustomizationTexturesNode = (void *)0x051680B0; -const void * RTTI_BSFaceDB__HairCustomization = (void *)0x05167EF8; -const void * RTTI_BSFaceDB__JewelryCustomizationNode = (void *)0x05167F30; -const void * RTTI_BSFaceDB__RequestCompleteNode = (void *)0x05167E08; -const void * RTTI_BSFaceDB__RequestHeadPartResourcesNode = (void *)0x05168070; -const void * RTTI_BSFaceDB__TeethCustomizationNode = (void *)0x051680F0; -const void * RTTI_BSFaceFX = (void *)0x051671E0; -const void * RTTI_BSFaceGenAnimationData = (void *)0x051F0A38; -const void * RTTI_BSFaceGenNiNode = (void *)0x051F0BE0; -const void * RTTI_BSFaceGenUtils__UpdateFaceCustomizationTexturesNode = (void *)0x05167E40; -const void * RTTI_BSFadeNode = (void *)0x05092EC0; -const void * RTTI_BSFile = (void *)0x052ACED0; -const void * RTTI_BSFile__PageCache__PhysReadType = (void *)0x053CB210; -const void * RTTI_BSFixedSizeBlockAllocator__IAlloc = (void *)0x052B1B10; -const void * RTTI_BSFixedSizeBlockAllocator__UserPoolImplBase = (void *)0x05138B40; -const void * RTTI_BSFogVolume = (void *)0x0538D4F0; -const void * RTTI_BSFrameManager = (void *)0x0538EE20; -const void * RTTI_BSFrustumFOVController = (void *)0x05408F90; -const void * RTTI_BSFurnitureMarkerNode = (void *)0x0538D3A8; -const void * RTTI_BSGFxFunctionBase = (void *)0x053A2298; -const void * RTTI_BSGFxFunctionHandler = (void *)0x053A3B78; -const void * RTTI_BSGFxObject = (void *)0x052664E0; -const void * RTTI_BSGalaxy__BGSStar = (void *)0x05170A10; -const void * RTTI_BSGalaxy__BGSSunPresetForm = (void *)0x05170A38; -const void * RTTI_BSGalaxy__BiomeMapDB__LoadBiome = (void *)0x05170A68; -const void * RTTI_BSGalaxy__Biomes__Map = (void *)0x0512A6E0; -const void * RTTI_BSGalaxy__ModuleState = (void *)0x053761B0; -const void * RTTI_BSGalaxy__Physics__Havok__BSGalaxyCollisionObject = (void *)0x05377220; -const void * RTTI_BSGalaxy__Physics__Havok__bhkSpaceWorld = (void *)0x05377408; -const void * RTTI_BSGalaxy__hknpBSShiftOffsetCollector = (void *)0x05377668; -const void * RTTI_BSGameDataSystemUtility = (void *)0x0512A938; -const void * RTTI_BSGameStreamUtility = (void *)0x051386C0; -const void * RTTI_BSGamepadDevice = (void *)0x05375208; -const void * RTTI_BSGamerProfile = (void *)0x05138DA8; -const void * RTTI_BSGdkTaskletGroupData = (void *)0x053CC800; -const void * RTTI_BSGdkTaskletManager = (void *)0x0512ACD8; -const void * RTTI_BSGeometry = (void *)0x05093FB0; -const void * RTTI_BSGeometryConstructorManager = (void *)0x052C1C70; -const void * RTTI_BSGeometrySegmentData = (void *)0x0540A360; -const void * RTTI_BSGrabIKNote = (void *)0x05409D50; -const void * RTTI_BSIMusicTrack = (void *)0x051E82D0; -const void * RTTI_BSIdleInputWatcher = (void *)0x05261580; -const void * RTTI_BSInputDevice = (void *)0x05375230; -const void * RTTI_BSInputDeviceManager = (void *)0x05374870; -const void * RTTI_BSInputEnableManager = (void *)0x05374EC0; -const void * RTTI_BSInputEventReceiver = (void *)0x052284C8; -const void * RTTI_BSInputEventSingleUser = (void *)0x05253A08; -const void * RTTI_BSInputEventUser = (void *)0x050C96B8; -const void * RTTI_BSInvMarker = (void *)0x05390A90; -const void * RTTI_BSJobs2__Detail__ControlNodeJob = (void *)0x05182818; -const void * RTTI_BSJobs2__Detail__GroupThread = (void *)0x053CABC0; -const void * RTTI_BSJobs2__Memory__HeapMemoryPolicy = (void *)0x05138428; -const void * RTTI_BSJobs2__Memory__LSAMemoryPolicy = (void *)0x051384F8; -const void * RTTI_BSJobs2__Memory__ScrapMemoryPolicy = (void *)0x053CABF8; -const void * RTTI_BSKeyboardDevice = (void *)0x05375310; -const void * RTTI_BSLagBoneController = (void *)0x05390B68; -const void * RTTI_BSLegacyStreamableStub = (void *)0x0540B090; -const void * RTTI_BSLensFlareRender__BSLensFlareSpriteRenderData = (void *)0x051D0790; -const void * RTTI_BSLight = (void *)0x053874D0; -const void * RTTI_BSLookIKNote = (void *)0x05409D78; -const void * RTTI_BSMaterialBinding__MaterialPropertyNode = (void *)0x0539D4F0; -const void * RTTI_BSMaterialBinding__MaterialUVStreamPropertyNode = (void *)0x0539D1C0; -const void * RTTI_BSMaterial__ModuleState = (void *)0x053940B0; -const void * RTTI_BSMemStorage = (void *)0x0516D7A0; -const void * RTTI_BSMemStorageReadOnly = (void *)0x05374A20; -const void * RTTI_BSMissionMenu = (void *)0x0526E250; -const void * RTTI_BSMissionMenu__MissionMenuEventShuttle = (void *)0x0526DF68; -const void * RTTI_BSModelDB__AutoQueuedDependentNode = (void *)0x05185B78; -const void * RTTI_BSModelDB__BSModelProcessor = (void *)0x05185BB0; -const void * RTTI_BSModelDB__ModelResourceNode = (void *)0x05386F30; -const void * RTTI_BSModelDB__QueuedHandles = (void *)0x0517F908; -const void * RTTI_BSModelNode = (void *)0x0518E320; -const void * RTTI_BSModelNodeAnimRig = (void *)0x05364898; -const void * RTTI_BSModelNodePhysicsComponentI = (void *)0x0518E3A0; -const void * RTTI_BSModelNodeRigI = (void *)0x053648C8; -const void * RTTI_BSMorphDB__AutoQueuedNode = (void *)0x05385A40; -const void * RTTI_BSMorphDB__QueuedHandles = (void *)0x05207DC8; -const void * RTTI_BSMorphTargetData = (void *)0x0540A210; -const void * RTTI_BSMouseDevice = (void *)0x05375368; -const void * RTTI_BSMsgDialogSystemUtility = (void *)0x05138960; -const void * RTTI_BSMultiTargetTreadTransfController = (void *)0x05408C88; -const void * RTTI_BSNavMeshGenAntiseedTrimmerTask = (void *)0x053B5B48; -const void * RTTI_BSNavMeshGenCollapserTask = (void *)0x053B4DB8; -const void * RTTI_BSNavMeshGenComputeBoundTask = (void *)0x053B5A68; -const void * RTTI_BSNavMeshGenContext = (void *)0x0515EBD0; -const void * RTTI_BSNavMeshGenContextGroup = (void *)0x053B9D28; -const void * RTTI_BSNavMeshGenCoverTask = (void *)0x053B5A08; -const void * RTTI_BSNavMeshGenData = (void *)0x0515E2D0; -const void * RTTI_BSNavMeshGenInputProcessTask = (void *)0x053B4D80; -const void * RTTI_BSNavMeshGenInputProcessor = (void *)0x05196578; -const void * RTTI_BSNavMeshGenLinkDoorTask = (void *)0x053B5A38; -const void * RTTI_BSNavMeshGenNode = (void *)0x0515EA10; -const void * RTTI_BSNavMeshGenOutputProcessTask = (void *)0x053B4D48; -const void * RTTI_BSNavMeshGenOutputProcessor = (void *)0x051965E0; -const void * RTTI_BSNavMeshGenRecastImport = (void *)0x053BC4E0; -const void * RTTI_BSNavMeshGenRecastTask = (void *)0x053B4D18; -const void * RTTI_BSNavMeshGenRequestPauseTask = (void *)0x053B9CF0; -const void * RTTI_BSNavMeshGenRequestResumeTask = (void *)0x053B9CB8; -const void * RTTI_BSNavMeshGenSeedTrimmerTask = (void *)0x053B5B80; -const void * RTTI_BSNavMeshGenSmallAreaTrimmerTask = (void *)0x053B5B10; -const void * RTTI_BSNavMeshGenSplitter = (void *)0x05196678; -const void * RTTI_BSNavMeshGenSplitterTask = (void *)0x053B5CC8; -const void * RTTI_BSNavMeshGenStitcher = (void *)0x051967B0; -const void * RTTI_BSNavMeshGenStitcherTask = (void *)0x053B5CF8; -const void * RTTI_BSNavMeshGenTask = (void *)0x0515EB80; -const void * RTTI_BSNavMeshGenTaskGraphProcessor = (void *)0x053B4F60; -const void * RTTI_BSNavMeshGenTaskGroup = (void *)0x053B5010; -const void * RTTI_BSNavMeshGenTaskProgress = (void *)0x053B9C88; -const void * RTTI_BSNavMeshGenTaskServer = (void *)0x05195960; -const void * RTTI_BSNavMeshGenTerrainTrimmerTask = (void *)0x053B5AD8; -const void * RTTI_BSNavMeshGenTraversalTask = (void *)0x053B5C98; -const void * RTTI_BSNavMeshGenTriangleHeightTask = (void *)0x053B5C28; -const void * RTTI_BSNavMeshGenTrianglePlatformTask = (void *)0x053B5C60; -const void * RTTI_BSNavMeshGenTriangleSplitter = (void *)0x053B9B50; -const void * RTTI_BSNavMeshGenTriangleSplitterTask = (void *)0x053B5BF0; -const void * RTTI_BSNavMeshGenTriangleTunnelTask = (void *)0x053B5BB8; -const void * RTTI_BSNavMeshGenTriangleWaterTask = (void *)0x053B5AA0; -const void * RTTI_BSNavMeshGenUpdateNavMeshInfoTask = (void *)0x053B59A0; -const void * RTTI_BSNavMeshGenVertexDataTask = (void *)0x053B5968; -const void * RTTI_BSNavMeshGenWaypointTask = (void *)0x053B59D8; -const void * RTTI_BSNavMeshGenerator = (void *)0x05195500; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBarrierNode = (void *)0x053B4EB0; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode = (void *)0x053B4E50; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode = (void *)0x053B9DB0; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginNode = (void *)0x053B9E40; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode = (void *)0x053B4DF0; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode = (void *)0x053B9D60; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenParentNode = (void *)0x053B9E00; -const void * RTTI_BSNavigationGraph = (void *)0x0519B418; -const void * RTTI_BSNavigationGraphInfo = (void *)0x05200708; -const void * RTTI_BSNavigationGraphManager = (void *)0x05193C48; -const void * RTTI_BSNavigationGraphRefCount = (void *)0x0519B2C0; -const void * RTTI_BSNavigationGrid = (void *)0x053BAE78; -const void * RTTI_BSNavigationGridBase = (void *)0x053BAEA0; -const void * RTTI_BSNavigationGridChunk = (void *)0x053BADE0; -const void * RTTI_BSNavigationGridFieldBase = (void *)0x05212430; -const void * RTTI_BSNavigationGridInfo = (void *)0x053BADB0; -const void * RTTI_BSNavigationGridManager = (void *)0x05193860; -const void * RTTI_BSNavigationGridManager__Task = (void *)0x05193C78; -const void * RTTI_BSNavigationGridObstacleUpdateTask = (void *)0x053BAED0; -const void * RTTI_BSNavmesh = (void *)0x05200668; -const void * RTTI_BSNavmeshInfo = (void *)0x05200738; -const void * RTTI_BSNavmeshInfoMap = (void *)0x05200760; -const void * RTTI_BSNavmeshInfoMap__IRecursiveVisitor = (void *)0x052022B0; -const void * RTTI_BSNavmeshInfoSearch = (void *)0x053BA6D0; -const void * RTTI_BSNavmeshObstacleCoverData = (void *)0x053BA350; -const void * RTTI_BSNavmeshObstacleData = (void *)0x051616D8; -const void * RTTI_BSNavmeshReferenceObstacleArray = (void *)0x05200DD8; -const void * RTTI_BSNavmeshSearch = (void *)0x05202BE0; -const void * RTTI_BSNavmeshSearchAvailableSpaceDirectional = (void *)0x053BAAF0; -const void * RTTI_BSNavmeshSearchAvailableSpaceRadius = (void *)0x053BA960; -const void * RTTI_BSNavmeshSearchBase = (void *)0x051FEFF8; -const void * RTTI_BSNavmeshSearchFilters = (void *)0x05202C70; -const void * RTTI_BSNavmeshSearchHideFilter = (void *)0x05202CA0; -const void * RTTI_BSNiNode = (void *)0x0515A110; -const void * RTTI_BSNodeReferences = (void *)0x0538D648; -const void * RTTI_BSNoise__Add = (void *)0x0538F408; -const void * RTTI_BSNoise__Billow = (void *)0x0538F3E0; -const void * RTTI_BSNoise__Crater = (void *)0x05390BF8; -const void * RTTI_BSNoise__Invert = (void *)0x0538F9F0; -const void * RTTI_BSNoise__Perlin = (void *)0x0538D7B8; -const void * RTTI_BSNoise__Ridged = (void *)0x05390A68; -const void * RTTI_BSNoise__SmoothStep = (void *)0x0538F9C0; -const void * RTTI_BSNoise__Subtract = (void *)0x0538FA68; -const void * RTTI_BSNoise__Turbulence = (void *)0x05390C50; -const void * RTTI_BSNoise__Voronoi = (void *)0x0538FA18; -const void * RTTI_BSNonUniformScaleExtraData = (void *)0x0516DB08; -const void * RTTI_BSOfflineRTExtraData = (void *)0x053907D8; -const void * RTTI_BSOrderedNode = (void *)0x0515A130; -const void * RTTI_BSPCGamepadDevice = (void *)0x053753C0; -const void * RTTI_BSPCGamepadDeviceHandler = (void *)0x05375280; -const void * RTTI_BSPCGamerProfile = (void *)0x05410968; -const void * RTTI_BSPCKeyboardDevice = (void *)0x05375338; -const void * RTTI_BSPCMouseDevice = (void *)0x05375258; -const void * RTTI_BSPCVirtualKeyboardDevice = (void *)0x053752B0; -const void * RTTI_BSPageFile__MemoryWriteStorage = (void *)0x052ACF28; -const void * RTTI_BSPageFile__MultiplexWrite = (void *)0x053CC660; -const void * RTTI_BSParseCSV__IGetBufferCB = (void *)0x0538D700; -const void * RTTI_BSParticle = (void *)0x053B0E10; -const void * RTTI_BSPathBuilder = (void *)0x051F8878; -const void * RTTI_BSPathEventManager = (void *)0x053BAF10; -const void * RTTI_BSPathSmootherPOVSearch = (void *)0x053B4A88; -const void * RTTI_BSPathing = (void *)0x05201FC8; -const void * RTTI_BSPathingCellManager = (void *)0x05202088; -const void * RTTI_BSPathingRequest = (void *)0x05156EB8; -const void * RTTI_BSPathingRequestPolicies__DestinationArea = (void *)0x051FFCC8; -const void * RTTI_BSPathingRequestPolicies__EscortRequest = (void *)0x051FA0C8; -const void * RTTI_BSPathingSearchRayCast = (void *)0x053BBD28; -const void * RTTI_BSPathingSite = (void *)0x052C0AA8; -const void * RTTI_BSPathingSpace = (void *)0x05202420; -const void * RTTI_BSPathingStreamSimpleBufferRead = (void *)0x053B99E0; -const void * RTTI_BSPathingStreamSimpleBufferWrite = (void *)0x05193088; -const void * RTTI_BSPathingTraversal = (void *)0x0519A5B8; -const void * RTTI_BSPathingTraversalAction = (void *)0x051988B0; -const void * RTTI_BSPathingTraversalData = (void *)0x05198978; -const void * RTTI_BSPathingTraversalManager = (void *)0x05199FF0; -const void * RTTI_BSPathing__CheckLineOfSightFilter = (void *)0x05194D10; -const void * RTTI_BSPathing__DetermineAvailableRadiusAtPositionVisitor = (void *)0x053B33C0; -const void * RTTI_BSPathing__DetermineAvailableRadiusInDirectionVisitor = (void *)0x053B3410; -const void * RTTI_BSPathing__EdgeFoundVisitor = (void *)0x052D6BD0; -const void * RTTI_BSPausableItem = (void *)0x05200D10; -const void * RTTI_BSPauseRequester = (void *)0x05132030; -const void * RTTI_BSPistonController = (void *)0x053822E0; -const void * RTTI_BSPlatform__BNetAsyncRequestBase = (void *)0x0540BF48; -const void * RTTI_BSPlatform__BSBethesdaPlatform = (void *)0x0540BF80; -const void * RTTI_BSPlayerDistanceCheckController = (void *)0x052D1550; -const void * RTTI_BSPrecomputedNavmeshInfoSearch = (void *)0x053BA698; -const void * RTTI_BSProbeGridVolume = (void *)0x0538BA98; -const void * RTTI_BSProceduralLightningController = (void *)0x0538E308; -const void * RTTI_BSProceduralLightningTasklet = (void *)0x0538E340; -const void * RTTI_BSProjectedDecal = (void *)0x0538B5B0; -const void * RTTI_BSQueuedResourceCollectionBase = (void *)0x05173280; -const void * RTTI_BSRangeNode = (void *)0x0538C1B8; -const void * RTTI_BSRecastModule__BSRecastJob = (void *)0x053BC510; -const void * RTTI_BSReference = (void *)0x0538D620; -const void * RTTI_BSReflectionProbe = (void *)0x0538D3D8; -const void * RTTI_BSReflection__AnyType = (void *)0x05128C38; -const void * RTTI_BSReflection__BSFixedStringType = (void *)0x05127A30; -const void * RTTI_BSReflection__BasicType = (void *)0x0512B258; -const void * RTTI_BSReflection__ClassType = (void *)0x050AB938; -const void * RTTI_BSReflection__ConstCStringType = (void *)0x05127970; -const void * RTTI_BSReflection__EnumerationType = (void *)0x0511C2A0; -const void * RTTI_BSReflection__IConstEnumerator = (void *)0x051C4B48; -const void * RTTI_BSReflection__IObject = (void *)0x050A7188; -const void * RTTI_BSReflection__ResourceIDStringConverter = (void *)0x050C5F48; -const void * RTTI_BSReflection__Serializer = (void *)0x0538BAC0; -const void * RTTI_BSReflection__UIDStringConverter = (void *)0x050C5ED8; -const void * RTTI_BSRendererSceneNode = (void *)0x053874A0; -const void * RTTI_BSRendererState = (void *)0x0538D400; -const void * RTTI_BSResource2__CacheBase = (void *)0x051610C0; -const void * RTTI_BSResource2__EntryBase = (void *)0x05161180; -const void * RTTI_BSResource2__IResourceCreator = (void *)0x05167268; -const void * RTTI_BSResource2__ProxyStream = (void *)0x053BD460; -const void * RTTI_BSResource2__ResourceCreateNode = (void *)0x053BD3C8; -const void * RTTI_BSResourceNiBinaryStream = (void *)0x053A2E90; -const void * RTTI_BSResourceReloadManager = (void *)0x0538EA98; -const void * RTTI_BSResourceStreamParser = (void *)0x053A2E60; -const void * RTTI_BSResourceStreamStorage = (void *)0x053C0A10; -const void * RTTI_BSResource__Archive2__AsyncReaderStream = (void *)0x053BD990; -const void * RTTI_BSResource__Archive2__Index = (void *)0x053BD9D0; -const void * RTTI_BSResource__Archive2__Manager__MemoryCacheLocation = (void *)0x053BDAB0; -const void * RTTI_BSResource__Archive2__ReaderStream = (void *)0x053BDB28; -const void * RTTI_BSResource__ArchiveIDConverter = (void *)0x0512F240; -const void * RTTI_BSResource__AsyncStream = (void *)0x053BDAF8; -const void * RTTI_BSResource__IMemoryFileBuffer = (void *)0x053C0A40; -const void * RTTI_BSResource__Location = (void *)0x0512F190; -const void * RTTI_BSResource__LocationTraverser = (void *)0x053928A0; -const void * RTTI_BSResource__LooseFileLocation = (void *)0x053C0728; -const void * RTTI_BSResource__MemoryFileBuffer = (void *)0x053C0AB0; -const void * RTTI_BSResource__MemoryFileLocation = (void *)0x053BD8B0; -const void * RTTI_BSResource__MemoryFileStream = (void *)0x053C0A78; -const void * RTTI_BSResource__SDirectory2__IDirectoryIDIterator = (void *)0x05363910; -const void * RTTI_BSResource__SDirectory2__IDirectoryStreamIterator = (void *)0x05157730; -const void * RTTI_BSResource__SDirectory2__ThreadCursor = (void *)0x053BD6F8; -const void * RTTI_BSResource__Server__Commands__CancelAll = (void *)0x053869A0; -const void * RTTI_BSResource__Server__GraphProcessor = (void *)0x051CB698; -const void * RTTI_BSResource__Server__LinearProcessor = (void *)0x0517FBA8; -const void * RTTI_BSResource__Server__NodeBase = (void *)0x05158720; -const void * RTTI_BSResource__Server__ResourceServerDebug = (void *)0x053C0070; -const void * RTTI_BSResource__Stream = (void *)0x053BD490; -const void * RTTI_BSResource__StreamBase = (void *)0x053BD4B8; -const void * RTTI_BSRotAccumTransfInterpolator = (void *)0x05409DA0; -const void * RTTI_BSSaveDataSystemUtility = (void *)0x051387D8; -const void * RTTI_BSSaveDataSystemUtilityFile = (void *)0x052ACE98; -const void * RTTI_BSScaleformFileOpener = (void *)0x053A3A88; -const void * RTTI_BSScaleformImageLoader = (void *)0x053A3ED0; -const void * RTTI_BSScaleformMovieLoadTask = (void *)0x053A3B48; -const void * RTTI_BSScaleformTranslator__ScaleformImpl = (void *)0x053A4070; -const void * RTTI_BSSceneNode = (void *)0x05387250; -const void * RTTI_BSScript__ByteCode__PackedInstructionStream__InstructionFunctor = (void *)0x053C68B0; -const void * RTTI_BSScript__CompiledScriptLoader = (void *)0x053C3A40; -const void * RTTI_BSScript__ErrorLogger = (void *)0x05338E68; -const void * RTTI_BSScript__ICachedErrorMessage = (void *)0x05229D38; -const void * RTTI_BSScript__IClientVM = (void *)0x0533EFD8; -const void * RTTI_BSScript__IComplexType = (void *)0x053C18C0; -const void * RTTI_BSScript__IFunction = (void *)0x05233588; -const void * RTTI_BSScript__IHandleReaderWriter = (void *)0x05336618; -const void * RTTI_BSScript__ILoader = (void *)0x0533EF20; -const void * RTTI_BSScript__IMemoryPagePolicy = (void *)0x053C2F40; -const void * RTTI_BSScript__IObjectHandlePolicy = (void *)0x0533F0B0; -const void * RTTI_BSScript__IObjectProcessor = (void *)0x053C54E0; -const void * RTTI_BSScript__IProfilePolicy = (void *)0x0533AEC8; -const void * RTTI_BSScript__ISavePatcherInterface = (void *)0x0533B1E0; -const void * RTTI_BSScript__IStackCallbackFunctor = (void *)0x0533F048; -const void * RTTI_BSScript__IStackCallbackSaveInterface = (void *)0x0533F008; -const void * RTTI_BSScript__IStore = (void *)0x0533B830; -const void * RTTI_BSScript__IVMDebugInterface = (void *)0x053C18F0; -const void * RTTI_BSScript__IVMObjectBindInterface = (void *)0x053C0CE8; -const void * RTTI_BSScript__IVMRemoteDebuggerInterface = (void *)0x053C4260; -const void * RTTI_BSScript__IVMSaveLoadInterface = (void *)0x053C1928; -const void * RTTI_BSScript__IVirtualMachine = (void *)0x053C1960; -const void * RTTI_BSScript__Internal__AutoPropGetFunction = (void *)0x053C6B40; -const void * RTTI_BSScript__Internal__AutoPropSetFunction = (void *)0x053C6B80; -const void * RTTI_BSScript__Internal__CodeTasklet = (void *)0x053C75C8; -const void * RTTI_BSScript__Internal__FunctionMessageNode = (void *)0x053CA620; -const void * RTTI_BSScript__Internal__FunctionMessageProcessor = (void *)0x053CA660; -const void * RTTI_BSScript__Internal__IFuncCallQuery = (void *)0x053C41B0; -const void * RTTI_BSScript__Internal__NativeFunctionStub = (void *)0x053C6760; -const void * RTTI_BSScript__Internal__RawFuncCallQuery = (void *)0x053C41E8; -const void * RTTI_BSScript__Internal__ScriptFunction = (void *)0x053CA6A8; -const void * RTTI_BSScript__Internal__VirtualMachine = (void *)0x053C4228; -const void * RTTI_BSScript__Internal__VirtualMachine__IFuncCallCallbacks = (void *)0x053C5510; -const void * RTTI_BSScript__LinkerProcessor = (void *)0x053C9390; -const void * RTTI_BSScript__NF_util__NativeFunctionBase = (void *)0x05233548; -const void * RTTI_BSScript__ObjectBindPolicy = (void *)0x0533F080; -const void * RTTI_BSScript__ObjectTypeInfo = (void *)0x053C1890; -const void * RTTI_BSScript__SimpleAllocMemoryPagePolicy = (void *)0x053C2F78; -const void * RTTI_BSScript__StructTypeInfo = (void *)0x053C2530; -const void * RTTI_BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor = (void *)0x053C67A0; -const void * RTTI_BSSequence__AnimationEvent = (void *)0x051C4600; -const void * RTTI_BSSequence__AnimationTrack = (void *)0x051C4548; -const void * RTTI_BSSequence__AnimationVariableTrack = (void *)0x051C45C8; -const void * RTTI_BSSequence__AnimationVectorVariableTrack = (void *)0x051C4668; -const void * RTTI_BSSequence__BindingEvent = (void *)0x0538AD68; -const void * RTTI_BSSequence__CameraShakeEvent = (void *)0x051C46E8; -const void * RTTI_BSSequence__CameraShakeStrengthTrack = (void *)0x051C46A8; -const void * RTTI_BSSequence__CameraShakeTrack = (void *)0x051C4630; -const void * RTTI_BSSequence__ColorCurveEvent = (void *)0x05388AE8; -const void * RTTI_BSSequence__ColorLerpEvent = (void *)0x05388998; -const void * RTTI_BSSequence__ColorNoiseEvent = (void *)0x053889C8; -const void * RTTI_BSSequence__ColorTriggerEvent = (void *)0x05388918; -const void * RTTI_BSSequence__ConsoleScriptEvent = (void *)0x051C3BE8; -const void * RTTI_BSSequence__CullEvent = (void *)0x051C49B0; -const void * RTTI_BSSequence__DissolveEvent = (void *)0x051C4298; -const void * RTTI_BSSequence__DissolveFrequencyScaleTrack = (void *)0x051C43C8; -const void * RTTI_BSSequence__DissolveOffsetTrack = (void *)0x051C4358; -const void * RTTI_BSSequence__DissolveTrack = (void *)0x051668A8; -const void * RTTI_BSSequence__Event = (void *)0x051C4A80; -const void * RTTI_BSSequence__ExplosionObjectSpawn = (void *)0x051C3980; -const void * RTTI_BSSequence__Float2CurveEvent = (void *)0x053887D0; -const void * RTTI_BSSequence__Float2LerpEvent = (void *)0x05388798; -const void * RTTI_BSSequence__Float2TriggerEvent = (void *)0x053888E0; -const void * RTTI_BSSequence__FloatCurveEvent = (void *)0x053888A8; -const void * RTTI_BSSequence__FloatLerpEvent = (void *)0x05388840; -const void * RTTI_BSSequence__FloatNoiseEvent = (void *)0x05388870; -const void * RTTI_BSSequence__FloatTriggerEvent = (void *)0x0538AFF0; -const void * RTTI_BSSequence__ITimeMultiplierProvider = (void *)0x051C4D38; -const void * RTTI_BSSequence__ImageSpaceLifetimeEvent = (void *)0x051C3DD8; -const void * RTTI_BSSequence__ImageSpaceStrengthTrack = (void *)0x051C3D98; -const void * RTTI_BSSequence__ImageSpaceTrack = (void *)0x051C3D60; -const void * RTTI_BSSequence__ImpactEffectEvent = (void *)0x051C3C50; -const void * RTTI_BSSequence__ImpactEffectTrack = (void *)0x05166A88; -const void * RTTI_BSSequence__LightColorTrack = (void *)0x051C3FE8; -const void * RTTI_BSSequence__LightEffectReferenceTrack = (void *)0x051662C0; -const void * RTTI_BSSequence__LightEffectTrack = (void *)0x051C3E18; -const void * RTTI_BSSequence__LightIntensityTrack = (void *)0x051C3F18; -const void * RTTI_BSSequence__LightLensFlareVisiblityTrack = (void *)0x051C3FA8; -const void * RTTI_BSSequence__LightRadiusTrack = (void *)0x051C3EA8; -const void * RTTI_BSSequence__LightSpawnEvent = (void *)0x051C3EE0; -const void * RTTI_BSSequence__LoopMarker = (void *)0x05388B20; -const void * RTTI_BSSequence__MaterialFlipbookIndexGeneratorEvent = (void *)0x051C41F0; -const void * RTTI_BSSequence__MaterialFlipbookIndexTrack = (void *)0x051C4138; -const void * RTTI_BSSequence__MaterialPropertyTrack = (void *)0x051C4090; -const void * RTTI_BSSequence__MaterialTrack = (void *)0x051C4020; -const void * RTTI_BSSequence__Mediator = (void *)0x05166098; -const void * RTTI_BSSequence__NamedSequenceMap = (void *)0x05166288; -const void * RTTI_BSSequence__NodeTrackBase = (void *)0x05166388; -const void * RTTI_BSSequence__NoteEvent = (void *)0x0538AE80; -const void * RTTI_BSSequence__NoteTrack = (void *)0x0538AEB0; -const void * RTTI_BSSequence__Object = (void *)0x051663F0; -const void * RTTI_BSSequence__ObjectAttachmentSubnodeTrack = (void *)0x051C4408; -const void * RTTI_BSSequence__ObjectAttachmentTrack = (void *)0x051C4390; -const void * RTTI_BSSequence__ObjectSpawnEvent = (void *)0x051C4448; -const void * RTTI_BSSequence__ObjectSpawnTrack = (void *)0x05166A50; -const void * RTTI_BSSequence__ParticleEffectReferenceTrack = (void *)0x051C39B8; -const void * RTTI_BSSequence__ParticleEffectTrack = (void *)0x051C3A68; -const void * RTTI_BSSequence__ParticleEvent = (void *)0x051C3A38; -const void * RTTI_BSSequence__ParticleMaterialPropertyTrack = (void *)0x051C3B78; -const void * RTTI_BSSequence__ParticleParameterTrack = (void *)0x051C3B10; -const void * RTTI_BSSequence__PlaySubSequenceEvent = (void *)0x051C3C88; -const void * RTTI_BSSequence__PositionTrack = (void *)0x051C4890; -const void * RTTI_BSSequence__PositionTrack__TrackState = (void *)0x05166AC0; -const void * RTTI_BSSequence__ProjectedDecalAlphaTrack = (void *)0x051C4778; -const void * RTTI_BSSequence__ProjectedDecalSpawnEvent = (void *)0x051C47B8; -const void * RTTI_BSSequence__ProjectedDecalTrack = (void *)0x05166B00; -const void * RTTI_BSSequence__PropertyControllerBase = (void *)0x0538ADD0; -const void * RTTI_BSSequence__PropertyControllerEvent = (void *)0x0538AE08; -const void * RTTI_BSSequence__PropertyLerpControllerEvent = (void *)0x0538AF48; -const void * RTTI_BSSequence__ReferenceSpawnEvent = (void *)0x051C3948; -const void * RTTI_BSSequence__RevertMaterialOverrideEvent = (void *)0x051C4050; -const void * RTTI_BSSequence__RotationTrack = (void *)0x051C4948; -const void * RTTI_BSSequence__RotationTrack__TrackState = (void *)0x05166B38; -const void * RTTI_BSSequence__ScaleTrack = (void *)0x051C4918; -const void * RTTI_BSSequence__SceneNodeTrack = (void *)0x05166B78; -const void * RTTI_BSSequence__ScriptTrack = (void *)0x051C3B48; -const void * RTTI_BSSequence__SetPropertyEvent = (void *)0x0538AD98; -const void * RTTI_BSSequence__SoundEvent = (void *)0x051C3C20; -const void * RTTI_BSSequence__SoundTrack = (void *)0x051C3BB8; -const void * RTTI_BSSequence__SubSequenceTrack = (void *)0x051C4978; -const void * RTTI_BSSequence__Track = (void *)0x05166360; -const void * RTTI_BSSequence__TrackGroup = (void *)0x05166330; -const void * RTTI_BSSequence__TriggerMaterialSwap = (void *)0x051C42C8; -const void * RTTI_BSSequence__VectorCurveEvent = (void *)0x05388AB0; -const void * RTTI_BSSequence__VectorLerpEvent = (void *)0x05388A40; -const void * RTTI_BSSequence__VectorNoiseEvent = (void *)0x05388A78; -const void * RTTI_BSSequence__VectorTriggerEvent = (void *)0x05388808; -const void * RTTI_BSSequence__VisibilityTrack = (void *)0x051C47F8; -const void * RTTI_BSService__JobSite = (void *)0x050C9690; -const void * RTTI_BSShadowLight = (void *)0x0538D4A0; -const void * RTTI_BSShapeConstructor = (void *)0x0520A8F0; -const void * RTTI_BSSimpleScaleController = (void *)0x052D1588; -const void * RTTI_BSSkin__BoneData = (void *)0x0540AA98; -const void * RTTI_BSSkin__Instance = (void *)0x0540AA70; -const void * RTTI_BSSpatialGraph = (void *)0x0519B3B8; -const void * RTTI_BSSpatialGraphInfo = (void *)0x053BA528; -const void * RTTI_BSSpatialGraphManager = (void *)0x0519C108; -const void * RTTI_BSSpatialGraphSearch = (void *)0x0519CC18; -const void * RTTI_BSSplatterExtraData = (void *)0x05193058; -const void * RTTI_BSSteamSysInfoSystemUtility = (void *)0x054107E0; -const void * RTTI_BSStorage = (void *)0x0516D7C8; -const void * RTTI_BSStream = (void *)0x051EF148; -const void * RTTI_BSStreamParserData = (void *)0x053A2E30; -const void * RTTI_BSStreaming__DataStorage = (void *)0x053CC7A0; -const void * RTTI_BSSubBehaviorGraphSingletonData = (void *)0x05373058; -const void * RTTI_BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask = (void *)0x053736D0; -const void * RTTI_BSSubSceneNode = (void *)0x0538D478; -const void * RTTI_BSSysInfoSystemUtility = (void *)0x051387A8; -const void * RTTI_BSSystemFileAsyncFunctor = (void *)0x053C0CB8; -const void * RTTI_BSSystemFileStorage = (void *)0x053CC770; -const void * RTTI_BSSystemFileStreamer__HeapData = (void *)0x053CAF80; -const void * RTTI_BSSystemFileStreamer__PhysicalRequest = (void *)0x053CB0D8; -const void * RTTI_BSSystemFileStreamer__PinnedData = (void *)0x053CB118; -const void * RTTI_BSSystemFileStreamer__Streamer = (void *)0x053CB150; -const void * RTTI_BSSystemFileStreamer__Streamer__ControlThread = (void *)0x053CAFC0; -const void * RTTI_BSSystemFileStreamer__Streamer__StreamerThread = (void *)0x053CB010; -const void * RTTI_BSSystemUtilitiesStrings = (void *)0x05138498; -const void * RTTI_BSSystemUtility = (void *)0x050A6DB0; -const void * RTTI_BSTArrayBase__IAllocatorFunctor = (void *)0x050A5130; -const void * RTTI_BSTSmartPointerPrivate__HandleManagerBase = (void *)0x0511A6B0; -const void * RTTI_BSTableCurve = (void *)0x05410D50; -const void * RTTI_BSTaskJobber = (void *)0x0538E0A0; -const void * RTTI_BSTaskJobber__Task = (void *)0x05200F50; -const void * RTTI_BSTaskThread = (void *)0x0517F968; -const void * RTTI_BSTaskletGroupData = (void *)0x053CC7D0; -const void * RTTI_BSTaskletManager = (void *)0x0512AD08; -const void * RTTI_BSTempEffect = (void *)0x05200378; -const void * RTTI_BSTempEffectDebris = (void *)0x052003A0; -const void * RTTI_BSTempEffectGeometryDecal = (void *)0x052003D0; -const void * RTTI_BSTempEffectParticle = (void *)0x05200400; -const void * RTTI_BSTempEffectSPG = (void *)0x052004A0; -const void * RTTI_BSTempEffectScreenSpaceDecal = (void *)0x05200468; -const void * RTTI_BSTempEffectWeaponBlood = (void *)0x052004C8; -const void * RTTI_BSTerrainEffect = (void *)0x05200640; -const void * RTTI_BSTextureStreamer__ArchiveLayer = (void *)0x0538C470; -const void * RTTI_BSTextureStreamer__LoadQueueService = (void *)0x0538D228; -const void * RTTI_BSTextureStreamer__Manager = (void *)0x0538C258; -const void * RTTI_BSTextureStreamer__ManagerBase = (void *)0x0538C4A8; -const void * RTTI_BSTextureStreamer__ManagerServiceFramework = (void *)0x0538D270; -const void * RTTI_BSTextureStreamer__TextureArchiveIDConverter = (void *)0x0512F1C0; -const void * RTTI_BSTextureStreamer__TextureLoad = (void *)0x053908B8; -const void * RTTI_BSTextureStreamer__TextureStreamerRequestBase = (void *)0x053908F0; -const void * RTTI_BSThread = (void *)0x0512A7F0; -const void * RTTI_BSTransformExtra = (void *)0x051EC6C0; -const void * RTTI_BSTreadTransfInterpolator = (void *)0x05409DD8; -const void * RTTI_BSUIExternalTexture = (void *)0x053A3AB8; -const void * RTTI_BSVMLoadNode = (void *)0x05186978; -const void * RTTI_BSVMPostProcessNode = (void *)0x051869A0; -const void * RTTI_BSValueNode = (void *)0x0538D4C8; -const void * RTTI_BSWArray = (void *)0x05390AE8; -const void * RTTI_BSWeakReferenceNode = (void *)0x05387220; -const void * RTTI_BSWin32ExceptionHandler = (void *)0x0511C6A8; -const void * RTTI_BSWinPCAwardsSystemUtility = (void *)0x05410AE0; -const void * RTTI_BSWinPCGameDataSystemUtility = (void *)0x054108D8; -const void * RTTI_BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled = (void *)0x05410910; -const void * RTTI_BSWinPCSaveDataSystemUtility = (void *)0x05410848; -const void * RTTI_BSWinPCSystemUtility = (void *)0x05410818; -const void * RTTI_BSXFlags = (void *)0x0538BA78; -const void * RTTI_BShkbHkxDB__QueuedHandles = (void *)0x051EAD78; -const void * RTTI_BShkbUtils__GraphInspectionFunctor = (void *)0x05363588; -const void * RTTI_BackgroundProcessNode = (void *)0x0517FA98; -const void * RTTI_BackgroundProcessThread = (void *)0x0517F938; -const void * RTTI_BanishEffect = (void *)0x052A81F8; -const void * RTTI_BarrierProjectile = (void *)0x052EFE30; -const void * RTTI_BarterMenu = (void *)0x0526C3D8; -const void * RTTI_BarterMenu_BuyItem = (void *)0x0526C340; -const void * RTTI_BarterMenu_CloseMenu = (void *)0x0526C248; -const void * RTTI_BarterMenu_HideModel = (void *)0x0526C2A8; -const void * RTTI_BarterMenu_LoadModel = (void *)0x0526C278; -const void * RTTI_BarterMenu_SellItem = (void *)0x0526C370; -const void * RTTI_BarterMenu_SetMouseOverModel = (void *)0x0526C3A0; -const void * RTTI_BarterMenu_ShowFailureMessage = (void *)0x0526C2D8; -const void * RTTI_BarterMenu_ViewedItem = (void *)0x0526C310; -const void * RTTI_BarterMenu__BarterMenuEventShuttle = (void *)0x0526C838; -const void * RTTI_BaseFormComponent = (void *)0x050A7160; -const void * RTTI_BaseLightAnimData = (void *)0x0516E408; -const void * RTTI_BeamProjectile = (void *)0x052F0130; -const void * RTTI_BedEnterHandler = (void *)0x052EDD90; -const void * RTTI_BedFurnitureExitHandler = (void *)0x052EDFF8; -const void * RTTI_BleedoutCameraState = (void *)0x05326CD0; -const void * RTTI_BlendNode = (void *)0x05371B88; -const void * RTTI_BlendNodeInstance = (void *)0x05371B60; -const void * RTTI_BlendTree = (void *)0x053638A8; -const void * RTTI_BlendTreeInstance = (void *)0x05370DD8; -const void * RTTI_Blueprints__Blueprint = (void *)0x0516DF18; -const void * RTTI_Blueprints__BlueprintMainStatusHandler = (void *)0x0516DE70; -const void * RTTI_Blueprints__BlueprintVariant = (void *)0x05090B38; -const void * RTTI_BodyCollisionsTask = (void *)0x0508CB30; -const void * RTTI_BodyEffects__Effect = (void *)0x0515A198; -const void * RTTI_BodyEffects__ResourceVisualizationEffect = (void *)0x0515A158; -const void * RTTI_BodyEffects__ScanlinesEffect = (void *)0x0515A1C8; -const void * RTTI_BoneConstraint = (void *)0x05371590; -const void * RTTI_BoneConstraintInstance = (void *)0x053715B8; -const void * RTTI_BoneModifierData = (void *)0x05162F10; -const void * RTTI_BoneModifierExtra = (void *)0x051BF5B8; -const void * RTTI_BoneModifierInstance = (void *)0x05162EE0; -const void * RTTI_BookMenu = (void *)0x05327170; -const void * RTTI_BookMenu__BookData = (void *)0x053271D0; -const void * RTTI_BookMenu__BookMenuUIDataEventShuttle = (void *)0x05327130; -const void * RTTI_BoundaryMenu = (void *)0x0522DCB0; -const void * RTTI_BoundaryMenu_FastTravel = (void *)0x0522DB48; -const void * RTTI_BoundaryMenu_ShowMap = (void *)0x0522DCD8; -const void * RTTI_BowZoomStartHandler = (void *)0x052EC408; -const void * RTTI_BowZoomStopHandler = (void *)0x052EC3D8; -const void * RTTI_ButtonEvent = (void *)0x05374980; -const void * RTTI_CCallbackBase = (void *)0x054108B0; -const void * RTTI_CPUCaptureHandler = (void *)0x0532F390; -const void * RTTI_CalcContainerWeight = (void *)0x051DCD78; -const void * RTTI_CalmEffect = (void *)0x052A81D0; -const void * RTTI_CameraOverrideStartHandler = (void *)0x052EDE18; -const void * RTTI_CameraOverrideStopHandler = (void *)0x052EDDE8; -const void * RTTI_CameraShakeHandler = (void *)0x052EC5A8; -const void * RTTI_CameraZoomHandler = (void *)0x0532F3B8; -const void * RTTI_Camera__DebugFollowCamera = (void *)0x0522A3F0; -const void * RTTI_Camera__DebugFreeCamera = (void *)0x0522A420; -const void * RTTI_Camera__DebugModule = (void *)0x0522A480; -const void * RTTI_Camera__DebugOrbitalCamera = (void *)0x0522A450; -const void * RTTI_Camera__DebugTargetCamera = (void *)0x0522A390; -const void * RTTI_Camera__IBaseModule = (void *)0x0522A330; -const void * RTTI_Camera__IDebugCamera = (void *)0x0522A3C0; -const void * RTTI_Camera__InteriorModule = (void *)0x0522A4B0; -const void * RTTI_Camera__Manager = (void *)0x0522A0B8; -const void * RTTI_Camera__PlayerModule = (void *)0x0522A300; -const void * RTTI_Camera__SpaceModule = (void *)0x0522A360; -const void * RTTI_CapacityValueModifierEffect = (void *)0x052A6A28; -const void * RTTI_CellHandleManager = (void *)0x05162CF8; -const void * RTTI_CellHfCollision = (void *)0x05171BF0; -const void * RTTI_ChainExplosion = (void *)0x052B24B8; -const void * RTTI_ChairEnterHandler = (void *)0x052EDD38; -const void * RTTI_ChairFurnitureExitHandler = (void *)0x052EDF60; -const void * RTTI_ChangeAnimArchetypeHandler = (void *)0x052EBBB0; -const void * RTTI_CharGen_BrowChange = (void *)0x05288A20; -const void * RTTI_CharGen_BrowColorChange = (void *)0x05288928; -const void * RTTI_CharGen_CancelTextEntry = (void *)0x05288C88; -const void * RTTI_CharGen_CloseMenu = (void *)0x05289BB0; -const void * RTTI_CharGen_CyclePronoun = (void *)0x052888C8; -const void * RTTI_CharGen_DirtScarsEtcChange = (void *)0x05288B08; -const void * RTTI_CharGen_EndBodyChange = (void *)0x05289A68; -const void * RTTI_CharGen_EndTextEntry = (void *)0x05288CB8; -const void * RTTI_CharGen_EyeColorChange = (void *)0x05288A50; -const void * RTTI_CharGen_FacialHairChange = (void *)0x05288990; -const void * RTTI_CharGen_FacialHairColorChange = (void *)0x05288958; -const void * RTTI_CharGen_HairChange = (void *)0x052889F0; -const void * RTTI_CharGen_HairColorChange = (void *)0x052889C0; -const void * RTTI_CharGen_HeadpartPlusSelectorChange = (void *)0x05288B70; -const void * RTTI_CharGen_HeadpartPresetChange = (void *)0x05289B48; -const void * RTTI_CharGen_JewelryChange = (void *)0x052886E0; -const void * RTTI_CharGen_JewelryColorChange = (void *)0x052886A8; -const void * RTTI_CharGen_MakeupChange = (void *)0x05289918; -const void * RTTI_CharGen_MarkingsChange = (void *)0x052898E8; -const void * RTTI_CharGen_PostBlendColorOptionChange = (void *)0x05289980; -const void * RTTI_CharGen_PostBlendFaceChange = (void *)0x052899C0; -const void * RTTI_CharGen_PostBlendIntensityChange = (void *)0x05289948; -const void * RTTI_CharGen_PresetChange = (void *)0x05289B80; -const void * RTTI_CharGen_RollOffLocomotion = (void *)0x05288770; -const void * RTTI_CharGen_RollOnLocomotion = (void *)0x052887A0; -const void * RTTI_CharGen_RotatePaperdoll = (void *)0x052887D0; -const void * RTTI_CharGen_SetAdditionalSlider = (void *)0x05289A30; -const void * RTTI_CharGen_SetBackground = (void *)0x05288A80; -const void * RTTI_CharGen_SetBlockInputUnderPopup = (void *)0x052899F8; -const void * RTTI_CharGen_SetBodyValues = (void *)0x05288BE0; -const void * RTTI_CharGen_SetCameraPosition = (void *)0x05288BB0; -const void * RTTI_CharGen_SetPronoun = (void *)0x05288898; -const void * RTTI_CharGen_SetSex = (void *)0x05289B20; -const void * RTTI_CharGen_SetSlider = (void *)0x05289AF8; -const void * RTTI_CharGen_SetTrait = (void *)0x05288AB0; -const void * RTTI_CharGen_ShowChooseBackgroundMessage = (void *)0x05288C10; -const void * RTTI_CharGen_ShowPlayerRenameMessage = (void *)0x05288C50; -const void * RTTI_CharGen_SkintoneChange = (void *)0x05288B40; -const void * RTTI_CharGen_StartBodyChange = (void *)0x05289A98; -const void * RTTI_CharGen_StartTextEntry = (void *)0x05289AC8; -const void * RTTI_CharGen_SwitchBodyType = (void *)0x05288800; -const void * RTTI_CharGen_SwitchLocomotion = (void *)0x05288830; -const void * RTTI_CharGen_TeethChange = (void *)0x052888F8; -const void * RTTI_CharGen_TeethRollOff = (void *)0x05288710; -const void * RTTI_CharGen_TeethRollOn = (void *)0x05288740; -const void * RTTI_CharGen_ToggleMarking = (void *)0x05288AD8; -const void * RTTI_CharGen_TogglePreviewHabSuit = (void *)0x05288860; -const void * RTTI_CharacterCollisionHandler = (void *)0x052D6860; -const void * RTTI_CharacterCollisionMessagePlayerAdapter = (void *)0x052BD6D8; -const void * RTTI_CharacterEvent = (void *)0x053745E8; -const void * RTTI_ChargenMenu = (void *)0x05289588; -const void * RTTI_ChargenMenu__ChargenMenuEventShuttle = (void *)0x05288668; -const void * RTTI_CheckGoalReachedFunctor = (void *)0x053B8EA8; -const void * RTTI_CheckLineOfSightFilterMisc = (void *)0x052A7F68; -const void * RTTI_CheckParameterReachedFunctor = (void *)0x053B8F08; -const void * RTTI_CheckStoppedMovingFunctor = (void *)0x053B8E78; -const void * RTTI_ClientBIMetrics__CombatHitMetricsI = (void *)0x052A97B8; -const void * RTTI_ClientBIMetrics__HeartBeat__EventSink = (void *)0x05159580; -const void * RTTI_ClientBIMetrics__Performance__EventSink = (void *)0x05159C50; -const void * RTTI_ClientBIMetrics__ShipCombatHitMetricsBPSImp = (void *)0x052A9770; -const void * RTTI_ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost = (void *)0x0515A000; -const void * RTTI_CloakEffect = (void *)0x052A6AE0; -const void * RTTI_ClonePoseNode = (void *)0x0536E3C0; -const void * RTTI_ClonePoseNodeInstance = (void *)0x0536E390; -const void * RTTI_CloudSaveWriter = (void *)0x052AD020; -const void * RTTI_CombatAcquireSearchDebugData = (void *)0x052F8738; -const void * RTTI_CombatAimController = (void *)0x052F26D0; -const void * RTTI_CombatAlignRollPathController = (void *)0x05220700; -const void * RTTI_CombatAnimatedPath = (void *)0x0531F7B0; -const void * RTTI_CombatApproachTargetPathController = (void *)0x05220A60; -const void * RTTI_CombatAreaHoldPosition = (void *)0x052F27F8; -const void * RTTI_CombatAreaReference = (void *)0x052F2798; -const void * RTTI_CombatAreaShape = (void *)0x05221C00; -const void * RTTI_CombatAreaStandard = (void *)0x052F27C8; -const void * RTTI_CombatBarrelRollPathController = (void *)0x05220618; -const void * RTTI_CombatBehaviorAttackFromCover = (void *)0x0531D0E8; -const void * RTTI_CombatBehaviorBlindFireFromCover = (void *)0x0531D250; -const void * RTTI_CombatBehaviorContextCover = (void *)0x0531F2E0; -const void * RTTI_CombatBehaviorContextGrenade = (void *)0x05218FD8; -const void * RTTI_CombatBehaviorMoveInCover = (void *)0x0511B9A0; -const void * RTTI_CombatBehaviorProvideSuppressiveFire = (void *)0x053143D8; -const void * RTTI_CombatBehaviorResource = (void *)0x052F8698; -const void * RTTI_CombatBehaviorShipAcquire = (void *)0x05220C90; -const void * RTTI_CombatBehaviorShipAttackManeuver = (void *)0x05220D90; -const void * RTTI_CombatBehaviorShipBarrelRoll = (void *)0x05220CC0; -const void * RTTI_CombatBehaviorShipBoost = (void *)0x05220BF0; -const void * RTTI_CombatBehaviorShipBreak = (void *)0x05220CF8; -const void * RTTI_CombatBehaviorShipBreakStalemate = (void *)0x05220E90; -const void * RTTI_CombatBehaviorShipCut = (void *)0x05220D60; -const void * RTTI_CombatBehaviorShipDirectAttack = (void *)0x05221038; -const void * RTTI_CombatBehaviorShipDisengage = (void *)0x05220F30; -const void * RTTI_CombatBehaviorShipLeadTurn = (void *)0x05220DF8; -const void * RTTI_CombatBehaviorShipLurk = (void *)0x05220F00; -const void * RTTI_CombatBehaviorShipOrbitCombatArea = (void *)0x05220FD0; -const void * RTTI_CombatBehaviorShipOrbitTarget = (void *)0x05220F98; -const void * RTTI_CombatBehaviorShipPass = (void *)0x05220DC8; -const void * RTTI_CombatBehaviorShipPathDestinationRef = (void *)0x05220AA0; -const void * RTTI_CombatBehaviorShipPursue = (void *)0x052210B0; -const void * RTTI_CombatBehaviorShipScissors = (void *)0x05220D28; -const void * RTTI_CombatBehaviorShipSliceback = (void *)0x05220C20; -const void * RTTI_CombatBehaviorShipSlideDodge = (void *)0x05220EC8; -const void * RTTI_CombatBehaviorShipSlideTurn = (void *)0x05220E30; -const void * RTTI_CombatBehaviorShipStationaryTracking = (void *)0x05221070; -const void * RTTI_CombatBehaviorShipStrafe = (void *)0x05220F68; -const void * RTTI_CombatBehaviorShipStrafeTurn = (void *)0x05220C58; -const void * RTTI_CombatBehaviorShipTargetingModeAutopilot = (void *)0x05210268; -const void * RTTI_CombatBehaviorShipTurn = (void *)0x05221008; -const void * RTTI_CombatBehaviorTree = (void *)0x0511BA08; -const void * RTTI_CombatBehaviorTreeAcquireObject = (void *)0x0511B858; -const void * RTTI_CombatBehaviorTreeAction = (void *)0x0511B930; -const void * RTTI_CombatBehaviorTreeActionEquipmentSelector = (void *)0x0511B450; -const void * RTTI_CombatBehaviorTreeAvoidThreat = (void *)0x0511BCF8; -const void * RTTI_CombatBehaviorTreeBlock = (void *)0x0511BA38; -const void * RTTI_CombatBehaviorTreeBow = (void *)0x0511B630; -const void * RTTI_CombatBehaviorTreeChargingCloseMovement = (void *)0x0511B818; -const void * RTTI_CombatBehaviorTreeChargingMovement = (void *)0x0511B960; -const void * RTTI_CombatBehaviorTreeCheckUnreachableTarget = (void *)0x0511BD30; -const void * RTTI_CombatBehaviorTreeCloseMovement = (void *)0x0511B708; -const void * RTTI_CombatBehaviorTreeCombat = (void *)0x0511BAE0; -const void * RTTI_CombatBehaviorTreeCreateContextNodeBase = (void *)0x0520DAB8; -const void * RTTI_CombatBehaviorTreeFindAttackLocation = (void *)0x0511B660; -const void * RTTI_CombatBehaviorTreeFindValidLocation = (void *)0x0511BCB8; -const void * RTTI_CombatBehaviorTreeFlankingMovement = (void *)0x0511B5F0; -const void * RTTI_CombatBehaviorTreeFlee = (void *)0x0511B740; -const void * RTTI_CombatBehaviorTreeFlight = (void *)0x0511BB80; -const void * RTTI_CombatBehaviorTreeGrenade = (void *)0x0511BC88; -const void * RTTI_CombatBehaviorTreeGun = (void *)0x0511B6A0; -const void * RTTI_CombatBehaviorTreeHide = (void *)0x0511B890; -const void * RTTI_CombatBehaviorTreeLinkNode = (void *)0x052F8700; -const void * RTTI_CombatBehaviorTreeLowCombat = (void *)0x0511B5B8; -const void * RTTI_CombatBehaviorTreeMagic = (void *)0x0511B7A8; -const void * RTTI_CombatBehaviorTreeMelee = (void *)0x0511BBE8; -const void * RTTI_CombatBehaviorTreeMovement = (void *)0x0511BC50; -const void * RTTI_CombatBehaviorTreeMovementRequest = (void *)0x0511B6D0; -const void * RTTI_CombatBehaviorTreeNode = (void *)0x0520DAF8; -const void * RTTI_CombatBehaviorTreePlayerShipCombat = (void *)0x0511BA68; -const void * RTTI_CombatBehaviorTreeRangedMovement = (void *)0x0511B8C0; -const void * RTTI_CombatBehaviorTreeRetreatClose = (void *)0x0511B9D0; -const void * RTTI_CombatBehaviorTreeRetreatRanged = (void *)0x0511B770; -const void * RTTI_CombatBehaviorTreeReturnToCombatArea = (void *)0x0511B540; -const void * RTTI_CombatBehaviorTreeRootNode = (void *)0x052F86C8; -const void * RTTI_CombatBehaviorTreeSearch = (void *)0x0511B510; -const void * RTTI_CombatBehaviorTreeShipAction = (void *)0x0511B8F8; -const void * RTTI_CombatBehaviorTreeShipActionEquipmentSelector = (void *)0x0511B490; -const void * RTTI_CombatBehaviorTreeShipCombat = (void *)0x0511BAA8; -const void * RTTI_CombatBehaviorTreeShipDetection = (void *)0x0511BB10; -const void * RTTI_CombatBehaviorTreeShipFlee = (void *)0x0511BBB0; -const void * RTTI_CombatBehaviorTreeShipManeuvers = (void *)0x0511B418; -const void * RTTI_CombatBehaviorTreeShipMovement = (void *)0x0511BC18; -const void * RTTI_CombatBehaviorTreeShipPowerAllocation = (void *)0x0511B7D8; -const void * RTTI_CombatBehaviorTreeSpaceshipWeapon = (void *)0x0511BB48; -const void * RTTI_CombatBehaviorTreeTargetingMode = (void *)0x0511BD70; -const void * RTTI_CombatBehaviorTreeThrow = (void *)0x0511BDA8; -const void * RTTI_CombatBehaviorTreeUseCover = (void *)0x0511B580; -const void * RTTI_CombatBehaviorTreeUsePotion = (void *)0x0511B4D8; -const void * RTTI_CombatBehaviorTreeWrapperNode = (void *)0x05210C80; -const void * RTTI_CombatBehaviorWaitBehindCover = (void *)0x0531D120; -const void * RTTI_CombatBlackboardMemberBase = (void *)0x050CD9B0; -const void * RTTI_CombatChangePositionPathController = (void *)0x0531F140; -const void * RTTI_CombatChargingSearchData = (void *)0x05218000; -const void * RTTI_CombatCluster = (void *)0x052F2C20; -const void * RTTI_CombatCoverLocation = (void *)0x052F2A40; -const void * RTTI_CombatCoverSearch = (void *)0x052F2AA0; -const void * RTTI_CombatCoverSearchDebugData = (void *)0x052F2A08; -const void * RTTI_CombatCoverSearchResult = (void *)0x052F2A70; -const void * RTTI_CombatCoveredPath = (void *)0x052102E8; -const void * RTTI_CombatCoveredPathDebugData = (void *)0x05223F70; -const void * RTTI_CombatDialogueDebugData = (void *)0x052F2B60; -const void * RTTI_CombatDisableActionController = (void *)0x05312D38; -const void * RTTI_CombatDisableAimController = (void *)0x052F2630; -const void * RTTI_CombatDisableCollisionController = (void *)0x05312D00; -const void * RTTI_CombatEncounterBIEvents__CombatEnounterMetricsManager = (void *)0x052A9960; -const void * RTTI_CombatEncounterMetrics = (void *)0x052A9BA0; -const void * RTTI_CombatEnterCoverPathController = (void *)0x052F2940; -const void * RTTI_CombatFlankingSearchData = (void *)0x05306748; -const void * RTTI_CombatFleeAimController = (void *)0x0530BBE0; -const void * RTTI_CombatFollowTargetPathController = (void *)0x05326460; -const void * RTTI_CombatGroupDetectionListener = (void *)0x052F2BE8; -const void * RTTI_CombatInceptionDebugData = (void *)0x052F2B30; -const void * RTTI_CombatInterface = (void *)0x05210A98; -const void * RTTI_CombatInventoryItem = (void *)0x052F2E40; -const void * RTTI_CombatInventoryItemComposite = (void *)0x052F2E08; -const void * RTTI_CombatInventoryItemGrenade = (void *)0x052F2ED8; -const void * RTTI_CombatInventoryItemMagic = (void *)0x052F2F40; -const void * RTTI_CombatInventoryItemMelee = (void *)0x052F2DD8; -const void * RTTI_CombatInventoryItemOneHandedBlock = (void *)0x052F2E70; -const void * RTTI_CombatInventoryItemPotion = (void *)0x052F57A8; -const void * RTTI_CombatInventoryItemRanged = (void *)0x052F2DA8; -const void * RTTI_CombatInventoryItemScroll = (void *)0x052F5778; -const void * RTTI_CombatInventoryItemShield = (void *)0x052F2EA8; -const void * RTTI_CombatInventoryItemStaff = (void *)0x052F56B8; -const void * RTTI_CombatInventoryItemThrown = (void *)0x052F2F10; -const void * RTTI_CombatInventoryItemTorch = (void *)0x052F2F70; -const void * RTTI_CombatMagicCaster = (void *)0x052F56E8; -const void * RTTI_CombatMagicCasterArmor = (void *)0x052F5030; -const void * RTTI_CombatMagicCasterBoundItem = (void *)0x052F5060; -const void * RTTI_CombatMagicCasterChameleon = (void *)0x052F5098; -const void * RTTI_CombatMagicCasterCloak = (void *)0x052F4FA0; -const void * RTTI_CombatMagicCasterDash = (void *)0x052F51D8; -const void * RTTI_CombatMagicCasterDisarm = (void *)0x052F4FD0; -const void * RTTI_CombatMagicCasterInvisibility = (void *)0x052F50D0; -const void * RTTI_CombatMagicCasterLight = (void *)0x052F4F70; -const void * RTTI_CombatMagicCasterOffensive = (void *)0x052F5868; -const void * RTTI_CombatMagicCasterParalyze = (void *)0x052F5138; -const void * RTTI_CombatMagicCasterReanimate = (void *)0x052F5168; -const void * RTTI_CombatMagicCasterRestore = (void *)0x052F5808; -const void * RTTI_CombatMagicCasterScript = (void *)0x052F5108; -const void * RTTI_CombatMagicCasterStagger = (void *)0x052F5000; -const void * RTTI_CombatMagicCasterSummon = (void *)0x052F57D8; -const void * RTTI_CombatMagicCasterTargetEffect = (void *)0x052F51A0; -const void * RTTI_CombatMagicCasterWard = (void *)0x052F5838; -const void * RTTI_CombatMagicItemData = (void *)0x052F5748; -const void * RTTI_CombatMagicItemSkillChecker = (void *)0x052F5710; -const void * RTTI_CombatMaintainDistancePathController = (void *)0x05210228; -const void * RTTI_CombatMantlePathController = (void *)0x052F2908; -const void * RTTI_CombatMatchTargetAimController = (void *)0x052F2668; -const void * RTTI_CombatMeleeAimController = (void *)0x052F2768; -const void * RTTI_CombatMeleeAttackController = (void *)0x0530DAE0; -const void * RTTI_CombatMeleeDebugData = (void *)0x0530DAB0; -const void * RTTI_CombatMovementRequestActivateTarget = (void *)0x05218708; -const void * RTTI_CombatMovementRequestFollowActor = (void *)0x05218778; -const void * RTTI_CombatNavmeshCoverLocation = (void *)0x052F29D0; -const void * RTTI_CombatNavmeshPathingDebugData = (void *)0x05224200; -const void * RTTI_CombatPath = (void *)0x05210A70; -const void * RTTI_CombatPathBuilder = (void *)0x052106A8; -const void * RTTI_CombatPathBuilderCovered = (void *)0x05223F40; -const void * RTTI_CombatPathBuilderNavmesh = (void *)0x05210408; -const void * RTTI_CombatPathBuilderNavmeshOpen = (void *)0x05213270; -const void * RTTI_CombatPathBuilderNavmeshStandard = (void *)0x0520E168; -const void * RTTI_CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter = (void *)0x05224240; -const void * RTTI_CombatPathBuilderPolicyStandard = (void *)0x0520FF18; -const void * RTTI_CombatPathBuilderSpace = (void *)0x05210678; -const void * RTTI_CombatPathBuilderSpaceOpen = (void *)0x052171E8; -const void * RTTI_CombatPathBuilderSpaceStandard = (void *)0x05210580; -const void * RTTI_CombatPathBuilderSpatialGraph = (void *)0x05210640; -const void * RTTI_CombatPathBuilderSpatialGraphOpen = (void *)0x05213420; -const void * RTTI_CombatPathBuilderSpatialGraphStandard = (void *)0x05210368; -const void * RTTI_CombatPathBuilderTrackInfo = (void *)0x052115A8; -const void * RTTI_CombatPathBuilderTracker = (void *)0x05211578; -const void * RTTI_CombatPathDestinationAcquire = (void *)0x05220900; -const void * RTTI_CombatPathDestinationActor = (void *)0x05217FC8; -const void * RTTI_CombatPathDestinationBarrelRoll = (void *)0x05220650; -const void * RTTI_CombatPathDestinationBreak = (void *)0x05220530; -const void * RTTI_CombatPathDestinationDirectlyToTarget = (void *)0x052102A8; -const void * RTTI_CombatPathDestinationDisengage = (void *)0x05220738; -const void * RTTI_CombatPathDestinationEvade = (void *)0x052205E0; -const void * RTTI_CombatPathDestinationFlee = (void *)0x0521CD90; -const void * RTTI_CombatPathDestinationFollowActor = (void *)0x0531F7E0; -const void * RTTI_CombatPathDestinationLeadTurn = (void *)0x05220480; -const void * RTTI_CombatPathDestinationOrbitRef = (void *)0x0521F8A0; -const void * RTTI_CombatPathDestinationPursue = (void *)0x0521F6C0; -const void * RTTI_CombatPathDestinationRef = (void *)0x0520FD30; -const void * RTTI_CombatPathDestinationRefs = (void *)0x05326500; -const void * RTTI_CombatPathDestinationRemainNear = (void *)0x0521F738; -const void * RTTI_CombatPathDestinationSlideDodge = (void *)0x05220850; -const void * RTTI_CombatPathDestinationSlideTurn = (void *)0x052203D8; -const void * RTTI_CombatPathDestinationStrafe = (void *)0x0521F5A8; -const void * RTTI_CombatPathDestinationStrafeTurn = (void *)0x052209B0; -const void * RTTI_CombatPathingDebugData = (void *)0x052241D0; -const void * RTTI_CombatPathingDelayedTweener = (void *)0x05326498; -const void * RTTI_CombatPathingRequest = (void *)0x0520FDC8; -const void * RTTI_CombatPathingRequestAdapter = (void *)0x05321768; -const void * RTTI_CombatPathingRequestCovered = (void *)0x05223F08; -const void * RTTI_CombatPathingRequestDebugData = (void *)0x05320F20; -const void * RTTI_CombatPathingRequestMultiGoal = (void *)0x05321730; -const void * RTTI_CombatPathingRequestStandard = (void *)0x0520FDF8; -const void * RTTI_CombatPathingSearch = (void *)0x0520DF80; -const void * RTTI_CombatPathingSearchArea = (void *)0x05223FA8; -const void * RTTI_CombatPathingTweener = (void *)0x053264D0; -const void * RTTI_CombatPositionReservation = (void *)0x052242C0; -const void * RTTI_CombatPositionTracker = (void *)0x05224290; -const void * RTTI_CombatProjectileAimController = (void *)0x052F25F8; -const void * RTTI_CombatProjectileDebugData = (void *)0x052F26A0; -const void * RTTI_CombatQueuedEvent = (void *)0x052CF040; -const void * RTTI_CombatRangedMovementPathSpeedController = (void *)0x0521C518; -const void * RTTI_CombatReservation = (void *)0x05220E68; -const void * RTTI_CombatSearchLockData = (void *)0x05319C80; -const void * RTTI_CombatSearchMap2D = (void *)0x052123E0; -const void * RTTI_CombatSearchMap3D = (void *)0x052123B8; -const void * RTTI_CombatShipGenericPathController = (void *)0x05220BB8; -const void * RTTI_CombatShipPursueTargetPathController = (void *)0x0521F6F8; -const void * RTTI_CombatSoftCoverLocation = (void *)0x052F2B00; -const void * RTTI_CombatSpatialGraphPathingDebugData = (void *)0x052242F0; -const void * RTTI_CombatStandardCoverLocation = (void *)0x052F2AC8; -const void * RTTI_CombatSuppressiveFireBehavior = (void *)0x05224330; -const void * RTTI_CombatTargetLocation = (void *)0x052F8050; -const void * RTTI_CombatTargetLocationSearch = (void *)0x052F8018; -const void * RTTI_CombatTargetLocationSearchResult = (void *)0x052F8080; -const void * RTTI_CombatTargetSelector = (void *)0x052F80B8; -const void * RTTI_CombatTargetSelectorFixed = (void *)0x052F8120; -const void * RTTI_CombatTargetSelectorPreferred = (void *)0x052F8150; -const void * RTTI_CombatTargetSelectorRandom = (void *)0x052F80E8; -const void * RTTI_CombatTargetSelectorSpaceship = (void *)0x052F81C0; -const void * RTTI_CombatTargetSelectorStandard = (void *)0x052F8188; -const void * RTTI_CombatTargetSelectorWorkshopObject = (void *)0x052F81F8; -const void * RTTI_CombatThreat = (void *)0x052F8298; -const void * RTTI_CombatThreatExplosion = (void *)0x052F8268; -const void * RTTI_CombatThreatLOF = (void *)0x052F82E8; -const void * RTTI_CombatThreatMelee = (void *)0x052F82C0; -const void * RTTI_CombatThreatProjectile = (void *)0x052F8238; -const void * RTTI_CombatTrackTargetAimController = (void *)0x052F2730; -const void * RTTI_CombatTunnelPathController = (void *)0x052243A0; -const void * RTTI_CombatTunnelPathingRequestData = (void *)0x05224368; -const void * RTTI_CombatViewController = (void *)0x05224440; -const void * RTTI_CombatViewControllerGlance = (void *)0x052244A0; -const void * RTTI_CombatViewControllerPath = (void *)0x05224470; -const void * RTTI_CombatViewControllerStandard = (void *)0x05224408; -const void * RTTI_CommandEffect = (void *)0x052A6B08; -const void * RTTI_CommandSummonedEffect = (void *)0x052A6B30; -const void * RTTI_CompactingStore__MoveCallback = (void *)0x053741E0; -const void * RTTI_CompactingStore__NoopMoveCallback = (void *)0x053741A8; -const void * RTTI_CompressedArchiveFile = (void *)0x053CB840; -const void * RTTI_ConditionVariable = (void *)0x05370A30; -const void * RTTI_ConeProjectile = (void *)0x052128A0; -const void * RTTI_ConnectionTypeCallback = (void *)0x052A1BE8; -const void * RTTI_Console = (void *)0x05327AB8; -const void * RTTI_ConsoleLog = (void *)0x05327BE8; -const void * RTTI_ConsoleNativeUIMenu = (void *)0x05327DB0; -const void * RTTI_ContainerMenu = (void *)0x05329D68; -const void * RTTI_ContainerMenuDataModel = (void *)0x05237038; -const void * RTTI_ContainerMenuDataModel__ContainerMenuEventShuttle = (void *)0x05236FF0; -const void * RTTI_ContainerMenu_CloseMenu = (void *)0x0532A310; -const void * RTTI_ContainerMenu_HideModel = (void *)0x0532A278; -const void * RTTI_ContainerMenu_Jettison = (void *)0x0532A2E0; -const void * RTTI_ContainerMenu_LoadModel = (void *)0x0532A248; -const void * RTTI_ContainerMenu_OpenRefuelMenu = (void *)0x0532A2A8; -const void * RTTI_ContainerMenu_SetMouseOverModel = (void *)0x05329D30; -const void * RTTI_ContainerMenu_TakeAll = (void *)0x0532A218; -const void * RTTI_ContainerMenu_ToggleEquip = (void *)0x0532A150; -const void * RTTI_ContainerMenu_TransferAllResources = (void *)0x0532A180; -const void * RTTI_ContainerMenu_TransferItem = (void *)0x05329B60; -const void * RTTI_ControlMapDataModel = (void *)0x053A3458; -const void * RTTI_ControllerInternalState = (void *)0x053B98E0; -const void * RTTI_ConvertBoneToVar = (void *)0x05371430; -const void * RTTI_ConvertBoneToVarInstance = (void *)0x05371458; -const void * RTTI_CopyBoneWeights = (void *)0x05371E40; -const void * RTTI_CopyBoneWeightsInstance = (void *)0x05371E10; -const void * RTTI_CraftingInfoCardDataModel = (void *)0x05243E28; -const void * RTTI_CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle = (void *)0x05243DD0; -const void * RTTI_CraftingMenuCommon = (void *)0x05239428; -const void * RTTI_CraftingMenu_CraftItem = (void *)0x05239240; -const void * RTTI_CraftingMenu_ExitBench = (void *)0x05238FF8; -const void * RTTI_CraftingMenu_Highlight3D = (void *)0x052A0648; -const void * RTTI_CraftingMenu_InstallMod = (void *)0x05239270; -const void * RTTI_CraftingMenu_RenameItem = (void *)0x05239530; -const void * RTTI_CraftingMenu_RevertHighlight = (void *)0x052A0678; -const void * RTTI_CraftingMenu_RevertedModdedItem = (void *)0x052394F8; -const void * RTTI_CraftingMenu_SelectedMod = (void *)0x05239348; -const void * RTTI_CraftingMenu_SelectedModSlot = (void *)0x05239310; -const void * RTTI_CraftingMenu_SelectedModdableItem = (void *)0x052393B0; -const void * RTTI_CraftingMenu_SelectedRecipe = (void *)0x052392D8; -const void * RTTI_CraftingMenu_SetInspectControls = (void *)0x05239028; -const void * RTTI_CraftingMenu_ToggleTracking = (void *)0x052392A0; -const void * RTTI_CraftingMenu_ViewingModdableItem = (void *)0x05239378; -const void * RTTI_CraftingRecipesDataModel = (void *)0x052439C0; -const void * RTTI_CraftingRecipesDataModel__CraftingRecipesEventShuttle = (void *)0x05243B10; -const void * RTTI_CraftingRequirementsDataModel = (void *)0x05239C68; -const void * RTTI_CraftingRequirementsDataModel__CraftingRequirementsEventShuttle = (void *)0x05239C10; -const void * RTTI_CreateNavigationGridTask = (void *)0x051939A8; -const void * RTTI_CreationRendererPrivate__AddProbeBorderRenderPass = (void *)0x053F0DF0; -const void * RTTI_CreationRendererPrivate__AddScatteringOrderRenderPass = (void *)0x053FCE30; -const void * RTTI_CreationRendererPrivate__AllocateSkinningBuffersRenderPass = (void *)0x05405B10; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12 = (void *)0x053F1D20; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator = (void *)0x053FDF60; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12 = (void *)0x053FDB30; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12 = (void *)0x053F1D80; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout = (void *)0x05402010; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12 = (void *)0x05402070; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution = (void *)0x053F6D00; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout = (void *)0x05401F50; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12 = (void *)0x05401FB0; -const void * RTTI_CreationRendererPrivate__ArtValidationRenderPass = (void *)0x054020D0; -const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderGraphBase = (void *)0x053FC8F0; -const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderPass = (void *)0x053FC950; -const void * RTTI_CreationRendererPrivate__BRDFIntegrationRenderPass = (void *)0x053E7DA0; -const void * RTTI_CreationRendererPrivate__BakeSHBasisRenderPass = (void *)0x053E7E40; -const void * RTTI_CreationRendererPrivate__BaseParticleComputeLightingRenderPass = (void *)0x053EA8C0; -const void * RTTI_CreationRendererPrivate__BaseParticlesRenderPass = (void *)0x05401C70; -const void * RTTI_CreationRendererPrivate__BinkMovieDrawRenderPass = (void *)0x053E4970; -const void * RTTI_CreationRendererPrivate__BinkMovieSubgraphRenderPass = (void *)0x053E4890; -const void * RTTI_CreationRendererPrivate__BinkUpdatePlanesRenderPass = (void *)0x053E4920; -const void * RTTI_CreationRendererPrivate__BlendAllReflectionProbesRenderPass = (void *)0x054049E0; -const void * RTTI_CreationRendererPrivate__BlendProbeRayRenderPass = (void *)0x053F0E40; -const void * RTTI_CreationRendererPrivate__BlendReflectionProbeRenderPass = (void *)0x05404AF0; -const void * RTTI_CreationRendererPrivate__BlendedDecalRenderPass = (void *)0x05406720; -const void * RTTI_CreationRendererPrivate__BlendedDecal_OptionalRenderPass = (void *)0x05406770; -const void * RTTI_CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass = (void *)0x054067C0; -const void * RTTI_CreationRendererPrivate__BlendedDecalsRenderPass = (void *)0x053F54C0; -const void * RTTI_CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass = (void *)0x053FB480; -const void * RTTI_CreationRendererPrivate__BlurHeightfieldVerticalRenderPass = (void *)0x053FB4E0; -const void * RTTI_CreationRendererPrivate__BlurSpaceGlareRenderPass = (void *)0x053F6AF0; -const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass = (void *)0x053FFC40; -const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass = (void *)0x053FFBE0; -const void * RTTI_CreationRendererPrivate__BlurredMipChain_idTech7RenderPass = (void *)0x05402320; -const void * RTTI_CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass = (void *)0x054022C0; -const void * RTTI_CreationRendererPrivate__BruteForceRaymarchingRenderPass = (void *)0x053FC5C0; -const void * RTTI_CreationRendererPrivate__BufferReadbackRenderPass = (void *)0x05402370; -const void * RTTI_CreationRendererPrivate__BuildAccelerationStructureRenderPass = (void *)0x054023C0; -const void * RTTI_CreationRendererPrivate__CRBeginFrameRenderGraph = (void *)0x053F5470; -const void * RTTI_CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue = (void *)0x053EDCB0; -const void * RTTI_CreationRendererPrivate__CelestialBodiesGeometryRenderPass = (void *)0x05402530; -const void * RTTI_CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass = (void *)0x05402480; -const void * RTTI_CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass = (void *)0x05402420; -const void * RTTI_CreationRendererPrivate__CelestialBodiesPrepareRenderPass = (void *)0x05402580; -const void * RTTI_CreationRendererPrivate__CelestialBodiesRenderPass = (void *)0x054024E0; -const void * RTTI_CreationRendererPrivate__ChargenMorphService = (void *)0x053FF040; -const void * RTTI_CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass = (void *)0x05404820; -const void * RTTI_CreationRendererPrivate__ClearFallbackCubemapRenderPass = (void *)0x053E7DF0; -const void * RTTI_CreationRendererPrivate__ClearRenderGraphOutputRenderPass = (void *)0x053F55B0; -const void * RTTI_CreationRendererPrivate__ClearShadowMapGroupRenderPass = (void *)0x053F4C60; -const void * RTTI_CreationRendererPrivate__ClearShadowMapsRenderPass = (void *)0x053F4C10; -const void * RTTI_CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass = (void *)0x053F6860; -const void * RTTI_CreationRendererPrivate__ClearThinDeferredGBufferRenderPass = (void *)0x05404C50; -const void * RTTI_CreationRendererPrivate__CloudCardsRenderPass = (void *)0x05402620; -const void * RTTI_CreationRendererPrivate__CloudLayersRenderPass = (void *)0x054027D0; -const void * RTTI_CreationRendererPrivate__CloudsHalfResCompositeRenderPass = (void *)0x05402780; -const void * RTTI_CreationRendererPrivate__CloudsRenderPass = (void *)0x05402668; -const void * RTTI_CreationRendererPrivate__ColorGradingMergeRenderPass = (void *)0x05401AE0; -const void * RTTI_CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass = (void *)0x053F0FC0; -const void * RTTI_CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass = (void *)0x053F1280; -const void * RTTI_CreationRendererPrivate__CompositeMomentBasedOITRenderPass = (void *)0x053F12E0; -const void * RTTI_CreationRendererPrivate__ComputeLightInfluenceRenderPass = (void *)0x05403B80; -const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass = (void *)0x053FC9A0; -const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass = (void *)0x053FCA00; -const void * RTTI_CreationRendererPrivate__ComputeSHCoefRenderPass = (void *)0x053E7E90; -const void * RTTI_CreationRendererPrivate__ComputeScatterRadianceRenderPass = (void *)0x053FCD90; -const void * RTTI_CreationRendererPrivate__ComputeScatteringOrderRenderPass = (void *)0x053FCDE0; -const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass = (void *)0x053F6A30; -const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass = (void *)0x053F6A90; -const void * RTTI_CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass = (void *)0x053E6880; -const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringRenderPass = (void *)0x053F6980; -const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass = (void *)0x053F69D0; -const void * RTTI_CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass = (void *)0x053FCF40; -const void * RTTI_CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass = (void *)0x053FCE80; -const void * RTTI_CreationRendererPrivate__CopyLightInfluenceRenderPass = (void *)0x05403BD0; -const void * RTTI_CreationRendererPrivate__CopyRenderPass = (void *)0x053F5568; -const void * RTTI_CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass = (void *)0x05402A60; -const void * RTTI_CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass = (void *)0x054012E0; -const void * RTTI_CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass = (void *)0x053F5140; -const void * RTTI_CreationRendererPrivate__CopyToRenderGraphOutputRenderPass = (void *)0x053F52E0; -const void * RTTI_CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass = (void *)0x053F5330; -const void * RTTI_CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass = (void *)0x053FF550; -const void * RTTI_CreationRendererPrivate__CopyWithShaderRenderPass = (void *)0x053F5290; -const void * RTTI_CreationRendererPrivate__CubemapBackgroundRenderPass = (void *)0x05402820; -const void * RTTI_CreationRendererPrivate__DeDitherRenderPass = (void *)0x05402870; -const void * RTTI_CreationRendererPrivate__DeferredCompositeRenderPass = (void *)0x054028C0; -const void * RTTI_CreationRendererPrivate__DeferredGBufferOptionalRenderPass = (void *)0x05402970; -const void * RTTI_CreationRendererPrivate__DeferredGBufferRenderPass = (void *)0x054029C0; -const void * RTTI_CreationRendererPrivate__DeferredGBufferTranslucentRenderPass = (void *)0x05402910; -const void * RTTI_CreationRendererPrivate__DepthDownsampleRenderPass = (void *)0x05402A10; -const void * RTTI_CreationRendererPrivate__DepthGraphRenderPass = (void *)0x05402AC0; -const void * RTTI_CreationRendererPrivate__DepthMVFixupRenderPass = (void *)0x053FF9C0; -const void * RTTI_CreationRendererPrivate__DepthMVFixupStandardRenderPass = (void *)0x053FF5B0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldBlurRenderPass = (void *)0x05407D10; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass = (void *)0x05407C70; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCRenderPass = (void *)0x05407DC0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCompositeRenderPass = (void *)0x05407E10; -const void * RTTI_CreationRendererPrivate__DepthOfFieldDownsampleRenderPass = (void *)0x05407E60; -const void * RTTI_CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass = (void *)0x05407D60; -const void * RTTI_CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass = (void *)0x05407EB0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldSubGraph = (void *)0x05402B10; -const void * RTTI_CreationRendererPrivate__DepthOfFieldTAARenderPass = (void *)0x05407F00; -const void * RTTI_CreationRendererPrivate__DepthOfFieldTapBlurRenderPass = (void *)0x05407CC0; -const void * RTTI_CreationRendererPrivate__DepthPrepassRenderPass = (void *)0x05402B60; -const void * RTTI_CreationRendererPrivate__DistantAtmospheresRenderPass = (void *)0x053EE500; -const void * RTTI_CreationRendererPrivate__DistortionBaseRenderPass = (void *)0x05402C50; -const void * RTTI_CreationRendererPrivate__DistortionCalculateColorRenderPass = (void *)0x05402CA0; -const void * RTTI_CreationRendererPrivate__DistortionOutputRenderPass = (void *)0x05402C00; -const void * RTTI_CreationRendererPrivate__DistortionParticlesRenderPass = (void *)0x05401CC0; -const void * RTTI_CreationRendererPrivate__DistortionRenderPass = (void *)0x05402D00; -const void * RTTI_CreationRendererPrivate__DoubleVisionRenderPass = (void *)0x05408570; -const void * RTTI_CreationRendererPrivate__DownsampleHeightfieldRenderPass = (void *)0x053FB580; -const void * RTTI_CreationRendererPrivate__DownsampleSpaceGlareRenderPass = (void *)0x053F6C30; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass = (void *)0x053EE3F0; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresRenderPass = (void *)0x053EE4B0; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass = (void *)0x053EE450; -const void * RTTI_CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass = (void *)0x05403380; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecalsRenderPass = (void *)0x05404460; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass = (void *)0x05404380; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass = (void *)0x054044B0; -const void * RTTI_CreationRendererPrivate__DynamicResolution = (void *)0x053F71B0; -const void * RTTI_CreationRendererPrivate__DynamicShadowBaseDrawSubGraph = (void *)0x053F4D00; -const void * RTTI_CreationRendererPrivate__DynamicShadowBuildIndexBufferRenderPass = (void *)0x05405880; -const void * RTTI_CreationRendererPrivate__DynamicShadowClearIndexCountsRenderPass = (void *)0x054059A0; -const void * RTTI_CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass = (void *)0x05405360; -const void * RTTI_CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph = (void *)0x053F4AA0; -const void * RTTI_CreationRendererPrivate__DynamicShadowDrawSubGraph = (void *)0x053F4CB0; -const void * RTTI_CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph = (void *)0x053F4B00; -const void * RTTI_CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass = (void *)0x05405780; -const void * RTTI_CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass = (void *)0x05405300; -const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass = (void *)0x05405720; -const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass = (void *)0x05405520; -const void * RTTI_CreationRendererPrivate__DynamicShadowGraph = (void *)0x054053C0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMapBarriersRenderPass = (void *)0x054058E0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexCountRenderPass = (void *)0x05405A60; -const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass = (void *)0x05405940; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass = (void *)0x05405580; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass = (void *)0x054055F0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass = (void *)0x054056B0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass = (void *)0x05405650; -const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass = (void *)0x05405A00; -const void * RTTI_CreationRendererPrivate__DynamicShadowSceneSetupRenderPass = (void *)0x054057E0; -const void * RTTI_CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass = (void *)0x054054C0; -const void * RTTI_CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph = (void *)0x05405460; -const void * RTTI_CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass = (void *)0x053F4EF0; -const void * RTTI_CreationRendererPrivate__EmptyRenderPass = (void *)0x053F5428; -const void * RTTI_CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass = (void *)0x053FCEE0; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass = (void *)0x053FCB00; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass = (void *)0x053FD000; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderPass = (void *)0x053FC7E0; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass = (void *)0x053FCFA0; -const void * RTTI_CreationRendererPrivate__FSR1EASURenderPass = (void *)0x053FED20; -const void * RTTI_CreationRendererPrivate__FSR1RCASRenderPass = (void *)0x053FECD0; -const void * RTTI_CreationRendererPrivate__FSR2ProduceInputsRenderPass = (void *)0x05402EA0; -const void * RTTI_CreationRendererPrivate__FSR2UpscaleRenderPass = (void *)0x05402EF0; -const void * RTTI_CreationRendererPrivate__FaceCustomizationMipChainRenderPass = (void *)0x05402D50; -const void * RTTI_CreationRendererPrivate__FaceCustomizationRenderPass = (void *)0x05402DB0; -const void * RTTI_CreationRendererPrivate__FillCullingDataRenderPass = (void *)0x05403490; -const void * RTTI_CreationRendererPrivate__FillHeightfieldCullingDataRenderPass = (void *)0x05401220; -const void * RTTI_CreationRendererPrivate__FilmGrainRenderPass = (void *)0x054085C0; -const void * RTTI_CreationRendererPrivate__FilterCulledGeometriesRenderPass = (void *)0x05405260; -const void * RTTI_CreationRendererPrivate__FilterHeightfieldRenderPass = (void *)0x053FB5D0; -const void * RTTI_CreationRendererPrivate__FirstPersonDepthGraphRenderPass = (void *)0x053F5390; -const void * RTTI_CreationRendererPrivate__FirstPersonDepthRenderPass = (void *)0x05402BB0; -const void * RTTI_CreationRendererPrivate__FixupIndirectArgsRenderPass = (void *)0x05405BB0; -const void * RTTI_CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass = (void *)0x05405C00; -const void * RTTI_CreationRendererPrivate__FlattenTextureScreensizeRenderPass = (void *)0x054033D0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass = (void *)0x053FFA10; -const void * RTTI_CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass = (void *)0x053FF600; -const void * RTTI_CreationRendererPrivate__ForwardBlendedCorrectionRenderPass = (void *)0x053FF850; -const void * RTTI_CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass = (void *)0x053FF910; -const void * RTTI_CreationRendererPrivate__ForwardBlendedMainFullResRenderPass = (void *)0x053FF460; -const void * RTTI_CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass = (void *)0x053FF8B0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedRenderPass = (void *)0x053FFA70; -const void * RTTI_CreationRendererPrivate__ForwardRenderPass = (void *)0x053FF510; -const void * RTTI_CreationRendererPrivate__FrameInitRenderPass = (void *)0x05402E00; -const void * RTTI_CreationRendererPrivate__FrameRenderGraph = (void *)0x05406960; -const void * RTTI_CreationRendererPrivate__FrameSetupRenderPass = (void *)0x05402E50; -const void * RTTI_CreationRendererPrivate__FullScreenBlurCompositeRenderPass = (void *)0x05408660; -const void * RTTI_CreationRendererPrivate__FullScreenBlurRenderPass = (void *)0x05408700; -const void * RTTI_CreationRendererPrivate__FullScreenColorRenderPass = (void *)0x054088A0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass = (void *)0x05408940; -const void * RTTI_CreationRendererPrivate__FullScreenColor_BloomRenderPass = (void *)0x054088F0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_CubemapRenderPass = (void *)0x054087B0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_DefaultRenderPass = (void *)0x05408850; -const void * RTTI_CreationRendererPrivate__FullScreenColor_MonochromeRenderPass = (void *)0x05408750; -const void * RTTI_CreationRendererPrivate__FullScreenColor_OverlayRenderPass = (void *)0x05408800; -const void * RTTI_CreationRendererPrivate__FullScreenDownsampleRenderPass = (void *)0x05408610; -const void * RTTI_CreationRendererPrivate__FullScreenScanlineRenderPass = (void *)0x05402F40; -const void * RTTI_CreationRendererPrivate__FullScreenTapBlurRenderPass = (void *)0x054086B0; -const void * RTTI_CreationRendererPrivate__GBufferOverviewRenderPass = (void *)0x053F53E0; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass = (void *)0x05403640; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass = (void *)0x05403580; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass = (void *)0x054036A0; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass = (void *)0x054035E0; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorRenderPass = (void *)0x05403710; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass = (void *)0x053F57D0; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass = (void *)0x053F56B0; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass = (void *)0x053F5830; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass = (void *)0x053F5770; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryRenderPass = (void *)0x053F5890; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass = (void *)0x053F5710; -const void * RTTI_CreationRendererPrivate__GalaxyStateStarsRenderPass = (void *)0x05402F90; -const void * RTTI_CreationRendererPrivate__GatherGeometryInstancesRenderPass = (void *)0x053F63A0; -const void * RTTI_CreationRendererPrivate__GatherHighlightsRenderPass = (void *)0x054069F0; -const void * RTTI_CreationRendererPrivate__GatherIndirectRenderPass = (void *)0x053E7D50; -const void * RTTI_CreationRendererPrivate__GatherLightsRenderPass = (void *)0x05408520; -const void * RTTI_CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass = (void *)0x05406870; -const void * RTTI_CreationRendererPrivate__GatherTransformsRenderPass = (void *)0x05401630; -const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass = (void *)0x05403030; -const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidRenderPass = (void *)0x05402FE0; -const void * RTTI_CreationRendererPrivate__GenerateFogMapRenderPass = (void *)0x053FFB90; -const void * RTTI_CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass = (void *)0x05403430; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass = (void *)0x05404FB0; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass = (void *)0x05405010; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass = (void *)0x05405110; -const void * RTTI_CreationRendererPrivate__GeometryCullingRenderPass = (void *)0x05403530; -const void * RTTI_CreationRendererPrivate__GeometryCullingShadowsRenderPass = (void *)0x054034E0; -const void * RTTI_CreationRendererPrivate__GeometryParticleBatchDepthRenderPass = (void *)0x053F5080; -const void * RTTI_CreationRendererPrivate__GeometryParticleBatchRenderPass = (void *)0x05403090; -const void * RTTI_CreationRendererPrivate__GeometryRenderPass = (void *)0x053FF4C0; -const void * RTTI_CreationRendererPrivate__GlobalDirtOverlayRenderPass = (void *)0x05403330; -const void * RTTI_CreationRendererPrivate__GroupedDynamicShadowMapRenderPass = (void *)0x05405830; -const void * RTTI_CreationRendererPrivate__HDRColorGradingMergeRenderPass = (void *)0x05401B30; -const void * RTTI_CreationRendererPrivate__HDRCompositeRenderPass = (void *)0x053F0A40; -const void * RTTI_CreationRendererPrivate__HDRDownSampleLumRenderPass = (void *)0x053F0950; -const void * RTTI_CreationRendererPrivate__HDRDownSampleRGB2LumRenderPass = (void *)0x053F09A0; -const void * RTTI_CreationRendererPrivate__HDRGaussianFilterDownSampleRenderPass = (void *)0x053F0850; -const void * RTTI_CreationRendererPrivate__HDRGaussianFilterRenderPass = (void *)0x053F0B40; -const void * RTTI_CreationRendererPrivate__HDRGaussianFilterXBrightPassRenderPass = (void *)0x053F0B90; -const void * RTTI_CreationRendererPrivate__HDRGaussianFilterY0RenderPass = (void *)0x053F08B0; -const void * RTTI_CreationRendererPrivate__HDRGaussianResolveRenderPass = (void *)0x053F0900; -const void * RTTI_CreationRendererPrivate__HDRHistogramClearRenderPass = (void *)0x053F09F0; -const void * RTTI_CreationRendererPrivate__HDRHistogramGenerateRenderPass = (void *)0x053F0AF0; -const void * RTTI_CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass = (void *)0x053F0A90; -const void * RTTI_CreationRendererPrivate__HDRSubGraph = (void *)0x053F0810; -const void * RTTI_CreationRendererPrivate__HeightFieldRenderPass = (void *)0x054011D0; -const void * RTTI_CreationRendererPrivate__HeightFieldSubGraphRenderPass = (void *)0x05401130; -const void * RTTI_CreationRendererPrivate__HeightfieldSystemRenderPass = (void *)0x05401180; -const void * RTTI_CreationRendererPrivate__HighlightMaskRenderPass = (void *)0x05403800; -const void * RTTI_CreationRendererPrivate__HighlightPrepareRenderPass = (void *)0x054037B0; -const void * RTTI_CreationRendererPrivate__HighlightRenderPass = (void *)0x05403760; -const void * RTTI_CreationRendererPrivate__ImGuiEventHandler = (void *)0x05407050; -const void * RTTI_CreationRendererPrivate__ImageCaptureData = (void *)0x053DFDE8; -const void * RTTI_CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass = (void *)0x054038C0; -const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass = (void *)0x05403920; -const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass = (void *)0x05403850; -const void * RTTI_CreationRendererPrivate__ImageCapture_IconGenerationRenderPass = (void *)0x053F50E0; -const void * RTTI_CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass = (void *)0x05403980; -const void * RTTI_CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass = (void *)0x054039E0; -const void * RTTI_CreationRendererPrivate__ImageProcessMedianBlurRenderPass = (void *)0x05403A40; -const void * RTTI_CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass = (void *)0x054084C0; -const void * RTTI_CreationRendererPrivate__ImageProcessRenderGraph = (void *)0x054069A0; -const void * RTTI_CreationRendererPrivate__IndirectRenderPass = (void *)0x053E7EE0; -const void * RTTI_CreationRendererPrivate__IndirectSetupRenderPass = (void *)0x053E7F30; -const void * RTTI_CreationRendererPrivate__InitializeInscatterOrderRenderPass = (void *)0x053FC720; -const void * RTTI_CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass = (void *)0x053FCD30; -const void * RTTI_CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass = (void *)0x053E6530; -const void * RTTI_CreationRendererPrivate__InterpolateIrradianceRenderPass = (void *)0x053FCA50; -const void * RTTI_CreationRendererPrivate__LensFlareComputeRenderPass = (void *)0x05403B30; -const void * RTTI_CreationRendererPrivate__LensFlareDrawRenderPass = (void *)0x053F5240; -const void * RTTI_CreationRendererPrivate__LensFlareSystemRenderPass = (void *)0x053F51A0; -const void * RTTI_CreationRendererPrivate__LensFlare_AlphaBlendRenderPass = (void *)0x05403A90; -const void * RTTI_CreationRendererPrivate__LensFlare_VisibilityRenderPass = (void *)0x05403AE0; -const void * RTTI_CreationRendererPrivate__LightCoarseCullingCompactionRenderPass = (void *)0x05407F50; -const void * RTTI_CreationRendererPrivate__LightCoarseCullingRenderPass = (void *)0x05407FB0; -const void * RTTI_CreationRendererPrivate__LightInfluenceDepthMinRenderPass = (void *)0x05403C20; -const void * RTTI_CreationRendererPrivate__LightInfluenceSubGraphRenderPass = (void *)0x05403C70; -const void * RTTI_CreationRendererPrivate__LightingRenderPass = (void *)0x05403CC0; -const void * RTTI_CreationRendererPrivate__LoadMenuHiddenEventHandler = (void *)0x053E1570; -const void * RTTI_CreationRendererPrivate__LogicalCell = (void *)0x053F5C70; -const void * RTTI_CreationRendererPrivate__MainRenderGraph = (void *)0x05406920; -const void * RTTI_CreationRendererPrivate__MeshEventHandler = (void *)0x053E3C00; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchCommonRenderPass = (void *)0x053F51F0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchCullingRenderPass = (void *)0x053F5650; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchDepthRenderPass = (void *)0x053F4E00; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass = (void *)0x053F4FC0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass = (void *)0x053F5020; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass = (void *)0x05404000; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass = (void *)0x05404060; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchRenderPass = (void *)0x053F4EA0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchShadowRenderPass = (void *)0x053F4DB0; -const void * RTTI_CreationRendererPrivate__MeshLODDB = (void *)0x053E9E98; -const void * RTTI_CreationRendererPrivate__MeshletBuildIndexBufferRenderPass = (void *)0x05403F60; -const void * RTTI_CreationRendererPrivate__MeshletFrustumCullingRenderPass = (void *)0x05403DC0; -const void * RTTI_CreationRendererPrivate__MeshletListBuildRenderPass = (void *)0x05403FB0; -const void * RTTI_CreationRendererPrivate__MeshletMaterialOffsetsRenderPass = (void *)0x05403F10; -const void * RTTI_CreationRendererPrivate__MeshletOcclusionCullingRenderPass = (void *)0x05403E10; -const void * RTTI_CreationRendererPrivate__MeshletPrepareArgsRenderPass = (void *)0x05403EC0; -const void * RTTI_CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass = (void *)0x05403E60; -const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesRenderPass = (void *)0x053F4E50; -const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass = (void *)0x053F4F60; -const void * RTTI_CreationRendererPrivate__MeshletReadbackIndexCountRenderPass = (void *)0x05403D60; -const void * RTTI_CreationRendererPrivate__MeshletTriangleCullingRenderPass = (void *)0x05403D10; -const void * RTTI_CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode = (void *)0x053CD5C0; -const void * RTTI_CreationRendererPrivate__Messaging__Dependency__InternalProcessorType = (void *)0x053E0E20; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass = (void *)0x053FF660; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass = (void *)0x053FF730; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderPass = (void *)0x053F1020; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass = (void *)0x053FF6D0; -const void * RTTI_CreationRendererPrivate__MorphDB = (void *)0x053FFF50; -const void * RTTI_CreationRendererPrivate__MorphRenderPass = (void *)0x054040C0; -const void * RTTI_CreationRendererPrivate__MorphSystemEndFrameRenderPass = (void *)0x053F5600; -const void * RTTI_CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass = (void *)0x05408320; -const void * RTTI_CreationRendererPrivate__MotionBlurRenderPass = (void *)0x05406680; -const void * RTTI_CreationRendererPrivate__MotionBlurSubGraph = (void *)0x054066D0; -const void * RTTI_CreationRendererPrivate__MotionVectorCompositeRenderPass = (void *)0x05404100; -const void * RTTI_CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass = (void *)0x053FCAA0; -const void * RTTI_CreationRendererPrivate__PartialClearColorBufferRenderPass = (void *)0x054025D0; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass = (void *)0x053EAA30; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass = (void *)0x053EAA90; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass = (void *)0x053EA970; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass = (void *)0x053EA9D0; -const void * RTTI_CreationRendererPrivate__ParticleDataPreFilterRenderPass = (void *)0x053EA920; -const void * RTTI_CreationRendererPrivate__ParticleLightingClearBuffersRenderPass = (void *)0x053EA860; -const void * RTTI_CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass = (void *)0x053EABD0; -const void * RTTI_CreationRendererPrivate__ParticleLightingRenderPass = (void *)0x053EAB80; -const void * RTTI_CreationRendererPrivate__ParticlesCopyToDestRenderPass = (void *)0x05401B80; -const void * RTTI_CreationRendererPrivate__ParticlesCorrectionRenderPass = (void *)0x05401E30; -const void * RTTI_CreationRendererPrivate__ParticlesMainFullResRenderPass = (void *)0x05401C20; -const void * RTTI_CreationRendererPrivate__ParticlesMainHalfResRenderPass = (void *)0x05401BD0; -const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass = (void *)0x05401DD0; -const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass = (void *)0x05401D60; -const void * RTTI_CreationRendererPrivate__ParticlesRenderPass = (void *)0x05401D10; -const void * RTTI_CreationRendererPrivate__PointCloudCullingRenderPass = (void *)0x05404150; -const void * RTTI_CreationRendererPrivate__PointCloudDrawRenderPass = (void *)0x054041A0; -const void * RTTI_CreationRendererPrivate__PointCloudEventHandler = (void *)0x053EB840; -const void * RTTI_CreationRendererPrivate__PostSharpenRenderPass = (void *)0x054089A0; -const void * RTTI_CreationRendererPrivate__PostUpscaleImageSpaceSubGraph = (void *)0x05408380; -const void * RTTI_CreationRendererPrivate__PostUpscaleSubGraph = (void *)0x05408420; -const void * RTTI_CreationRendererPrivate__PreUpscaleImageSpaceSubGraph = (void *)0x054083D0; -const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass = (void *)0x053FC890; -const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass = (void *)0x053FC550; -const void * RTTI_CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass = (void *)0x053FC660; -const void * RTTI_CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass = (void *)0x054068D0; -const void * RTTI_CreationRendererPrivate__PrecomputeSingleScatteringRenderPass = (void *)0x053FC6C0; -const void * RTTI_CreationRendererPrivate__PrefilterCubemapRenderPass = (void *)0x053E7D00; -const void * RTTI_CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass = (void *)0x053F5510; -const void * RTTI_CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass = (void *)0x053F4BB0; -const void * RTTI_CreationRendererPrivate__PrepareProjectedDecalsRenderPass = (void *)0x05404510; -const void * RTTI_CreationRendererPrivate__PrepareReflectionProbeDataRenderPass = (void *)0x05404B40; -const void * RTTI_CreationRendererPrivate__PrepareShadowSkinningRenderPass = (void *)0x05405070; -const void * RTTI_CreationRendererPrivate__PrepareSkinningRenderPass = (void *)0x053F4B60; -const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass = (void *)0x053F6920; -const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapRenderPass = (void *)0x053F4950; -const void * RTTI_CreationRendererPrivate__ProbeClassifyRenderPass = (void *)0x053F0EE0; -const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass = (void *)0x053F0CE0; -const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingRenderPass = (void *)0x053F0E90; -const void * RTTI_CreationRendererPrivate__ProbeFaceSceneSetupRenderPass = (void *)0x05404D00; -const void * RTTI_CreationRendererPrivate__ProbeGridGPUCullingRenderPass = (void *)0x053FEF00; -const void * RTTI_CreationRendererPrivate__ProbeLightCullingRenderPass = (void *)0x053F0C90; -const void * RTTI_CreationRendererPrivate__ProbeRenderPass = (void *)0x053F0F78; -const void * RTTI_CreationRendererPrivate__ProbeSystemRenderPass = (void *)0x053F0F30; -const void * RTTI_CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass = (void *)0x05401280; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass = (void *)0x053F11A0; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass = (void *)0x053F1210; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass = (void *)0x053F1070; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass = (void *)0x053F10E0; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass = (void *)0x053F1140; -const void * RTTI_CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass = (void *)0x053F4D50; -const void * RTTI_CreationRendererPrivate__ProduceShadingRateImageRenderPass = (void *)0x054041F0; -const void * RTTI_CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass = (void *)0x05404D50; -const void * RTTI_CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass = (void *)0x054081D0; -const void * RTTI_CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass = (void *)0x05404BF0; -const void * RTTI_CreationRendererPrivate__ProjectedDecalRenderPass = (void *)0x05404560; -const void * RTTI_CreationRendererPrivate__RadialBlurRenderPass = (void *)0x054045B0; -const void * RTTI_CreationRendererPrivate__RayTraceProbeComputeRenderPass = (void *)0x053F0DA0; -const void * RTTI_CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass = (void *)0x053F0D40; -const void * RTTI_CreationRendererPrivate__RaymarchSampleLocationsRenderPass = (void *)0x053FCBC0; -const void * RTTI_CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass = (void *)0x053FCC10; -const void * RTTI_CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass = (void *)0x053FCC70; -const void * RTTI_CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass = (void *)0x05404A40; -const void * RTTI_CreationRendererPrivate__ReflectionProbeComputeSHRenderPass = (void *)0x054048D0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeCopyDepth = (void *)0x05404650; -const void * RTTI_CreationRendererPrivate__ReflectionProbeCopySky = (void *)0x05404AA0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass = (void *)0x05404DB0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass = (void *)0x054047B0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass = (void *)0x05404750; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMipChainRenderPass = (void *)0x05404930; -const void * RTTI_CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass = (void *)0x05408170; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass = (void *)0x05404980; -const void * RTTI_CreationRendererPrivate__ReflectionProbeRenderPass = (void *)0x05404BA0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass = (void *)0x05404E10; -const void * RTTI_CreationRendererPrivate__ReflectionProbeTerrainRenderPass = (void *)0x05404880; -const void * RTTI_CreationRendererPrivate__RefractionBlurRenderPass = (void *)0x05402120; -const void * RTTI_CreationRendererPrivate__RefractionDownsample0RenderPass = (void *)0x054021D0; -const void * RTTI_CreationRendererPrivate__RefractionDownsampleMipChainRenderPass = (void *)0x05402170; -const void * RTTI_CreationRendererPrivate__RefractionMaskDilationRenderPass = (void *)0x05402220; -const void * RTTI_CreationRendererPrivate__RefractionMaskGenRenderPass = (void *)0x05402270; -const void * RTTI_CreationRendererPrivate__RefractionMaskRenderPass = (void *)0x053FF970; -const void * RTTI_CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass = (void *)0x053FCB60; -const void * RTTI_CreationRendererPrivate__RenderGraph = (void *)0x053E48E0; -const void * RTTI_CreationRendererPrivate__RenderGraphEventHandler = (void *)0x053E52A0; -const void * RTTI_CreationRendererPrivate__RenderPass = (void *)0x053E1E18; -const void * RTTI_CreationRendererPrivate__RenderSceneSubGraph = (void *)0x05408470; -const void * RTTI_CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass = (void *)0x053FCCD0; -const void * RTTI_CreationRendererPrivate__RenderViewSubGraph = (void *)0x05406820; -const void * RTTI_CreationRendererPrivate__ReprojectShadingRateImageRenderPass = (void *)0x05404240; -const void * RTTI_CreationRendererPrivate__ResetCullingMemoryRequestHandler = (void *)0x053FB6C0; -const void * RTTI_CreationRendererPrivate__ResourceLifecycleJobSite = (void *)0x053F6D60; -const void * RTTI_CreationRendererPrivate__SAOEmptyRenderPass = (void *)0x053EA090; -const void * RTTI_CreationRendererPrivate__SAORenderPass = (void *)0x053EA188; -const void * RTTI_CreationRendererPrivate__ScaleformCompositeRenderPass = (void *)0x05404E70; -const void * RTTI_CreationRendererPrivate__ScaleformEventHandler = (void *)0x053ED5F0; -const void * RTTI_CreationRendererPrivate__ScaleformRenderPass = (void *)0x05408280; -const void * RTTI_CreationRendererPrivate__ScaleformText2DRenderPass = (void *)0x053F5FB0; -const void * RTTI_CreationRendererPrivate__ScaleformTextRenderPass = (void *)0x053F5F60; -const void * RTTI_CreationRendererPrivate__ScaleformToTextureRenderPass = (void *)0x054082D0; -const void * RTTI_CreationRendererPrivate__SceneSetupRenderPass = (void *)0x053E1DD0; -const void * RTTI_CreationRendererPrivate__SeparableSSS_HorizontalRenderPass = (void *)0x05404F10; -const void * RTTI_CreationRendererPrivate__SeparableSSS_RenderPass = (void *)0x05404EC0; -const void * RTTI_CreationRendererPrivate__SeparableSSS_VerticalRenderPass = (void *)0x05404F60; -const void * RTTI_CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass = (void *)0x053FC830; -const void * RTTI_CreationRendererPrivate__SetupDynamicShadowRenderPass = (void *)0x05405410; -const void * RTTI_CreationRendererPrivate__ShadowManagerEventHandler = (void *)0x053EAE40; -const void * RTTI_CreationRendererPrivate__ShadowMapInstanceRenderPass = (void *)0x054052B0; -const void * RTTI_CreationRendererPrivate__ShadowMapRenderPass = (void *)0x054051C0; -const void * RTTI_CreationRendererPrivate__ShadowMapSceneSetupRenderPass = (void *)0x054050C0; -const void * RTTI_CreationRendererPrivate__ShadowMapSubGraphRenderPass = (void *)0x05405170; -const void * RTTI_CreationRendererPrivate__ShadowMaskRenderPass = (void *)0x05408230; -const void * RTTI_CreationRendererPrivate__ShadowSubGraphRenderPass = (void *)0x05405210; -const void * RTTI_CreationRendererPrivate__SharedMeshResourcesRegistry = (void *)0x053FE960; -const void * RTTI_CreationRendererPrivate__SkinnedDecalPrepareRenderPass = (void *)0x05405AC0; -const void * RTTI_CreationRendererPrivate__SkinningRenderPass = (void *)0x05405B60; -const void * RTTI_CreationRendererPrivate__SkinningSystemEndFrameRenderPass = (void *)0x053F6760; -const void * RTTI_CreationRendererPrivate__SkinningSystemRenderPass = (void *)0x053F6710; -const void * RTTI_CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass = (void *)0x053F68C0; -const void * RTTI_CreationRendererPrivate__SkyCubemapRenderPass = (void *)0x053F6810; -const void * RTTI_CreationRendererPrivate__SkyCubemapSystemRenderPass = (void *)0x053F49A0; -const void * RTTI_CreationRendererPrivate__SkyLightingRenderPass = (void *)0x05405C60; -const void * RTTI_CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass = (void *)0x053FB530; -const void * RTTI_CreationRendererPrivate__SkyOcclusionRenderPass = (void *)0x053FB670; -const void * RTTI_CreationRendererPrivate__SkyOcclusionSystemRenderPass = (void *)0x053FB620; -const void * RTTI_CreationRendererPrivate__SobelSpaceGlareRenderPass = (void *)0x053F6B40; -const void * RTTI_CreationRendererPrivate__SpaceGlareApplyRenderPass = (void *)0x053F6B90; -const void * RTTI_CreationRendererPrivate__SpaceGlareRenderPass = (void *)0x053F6BE0; -const void * RTTI_CreationRendererPrivate__SparseGridCell = (void *)0x053F5B50; -const void * RTTI_CreationRendererPrivate__SporadicRenderGraphRenderPass = (void *)0x05405CB0; -const void * RTTI_CreationRendererPrivate__StarfieldCoarseCullingRenderPass = (void *)0x05405DA0; -const void * RTTI_CreationRendererPrivate__StarfieldEventHandler = (void *)0x053E1C10; -const void * RTTI_CreationRendererPrivate__StarfieldProcessStarsRenderPass = (void *)0x05405E90; -const void * RTTI_CreationRendererPrivate__StarfieldRenderPass = (void *)0x05405D00; -const void * RTTI_CreationRendererPrivate__StarfieldRenderPassBase = (void *)0x05405E40; -const void * RTTI_CreationRendererPrivate__StarfieldTiledCullingRenderPass = (void *)0x05405DF0; -const void * RTTI_CreationRendererPrivate__StarfieldTiledRenderRenderPass = (void *)0x05405D50; -const void * RTTI_CreationRendererPrivate__StarmapGravityWavesEventHandler = (void *)0x053EC9F0; -const void * RTTI_CreationRendererPrivate__StarmapGravityWavesRenderPass = (void *)0x053ED130; -const void * RTTI_CreationRendererPrivate__StarmapOrbitsEventHandler = (void *)0x053EBC80; -const void * RTTI_CreationRendererPrivate__StarmapOrbitsRenderPass = (void *)0x053EC650; -const void * RTTI_CreationRendererPrivate__SubmitAndPresentThread = (void *)0x053F2300; -const void * RTTI_CreationRendererPrivate__SwapChainEventHandler = (void *)0x053E78C0; -const void * RTTI_CreationRendererPrivate__TemporalAA_idTech7RenderPass = (void *)0x054089F0; -const void * RTTI_CreationRendererPrivate__TerrainClipmapAndMIMRenderPass = (void *)0x053F4A50; -const void * RTTI_CreationRendererPrivate__TerrainClipmapUpdateRenderPass = (void *)0x053E67E0; -const void * RTTI_CreationRendererPrivate__TerrainDensityUpdateRenderPass = (void *)0x053E6740; -const void * RTTI_CreationRendererPrivate__TerrainDepthAndShadowsSubGraph = (void *)0x053E64E0; -const void * RTTI_CreationRendererPrivate__TerrainDepthDrawRenderPass = (void *)0x053E6790; -const void * RTTI_CreationRendererPrivate__TerrainHeightFieldRenderPass = (void *)0x05401340; -const void * RTTI_CreationRendererPrivate__TerrainMIMUpdateRenderPass = (void *)0x053E6830; -const void * RTTI_CreationRendererPrivate__TerrainRenderPass = (void *)0x053E6440; -const void * RTTI_CreationRendererPrivate__TerrainShadowsRenderPass = (void *)0x053E6590; -const void * RTTI_CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass = (void *)0x053E6480; -const void * RTTI_CreationRendererPrivate__TextureReadback_CopyRenderTargetSourceRenderPass = (void *)0x05405EE0; -const void * RTTI_CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass = (void *)0x054046F0; -const void * RTTI_CreationRendererPrivate__ThinDeferredGBufferRenderPass = (void *)0x054046A0; -const void * RTTI_CreationRendererPrivate__ThinDeferredLightingRenderPass = (void *)0x05404600; -const void * RTTI_CreationRendererPrivate__ThinDeferredPrepareRenderPass = (void *)0x05404CB0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass = (void *)0x053FC230; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass = (void *)0x053FC300; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass = (void *)0x053FC4F0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass = (void *)0x053FC170; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass = (void *)0x053FC100; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass = (void *)0x053FC1D0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass = (void *)0x053FC420; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7RenderPass = (void *)0x053FC3D0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass = (void *)0x053FC370; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass = (void *)0x053FC290; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass = (void *)0x053FC480; -const void * RTTI_CreationRendererPrivate__TiledCullingRenderPass = (void *)0x05405F40; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass = (void *)0x053E7FE0; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass = (void *)0x053E8040; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsRenderPass = (void *)0x053E7F80; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass = (void *)0x054060B0; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass = (void *)0x05405F90; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass = (void *)0x05405FF0; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass = (void *)0x05406050; -const void * RTTI_CreationRendererPrivate__TiledDepthRangeRenderPass = (void *)0x05406110; -const void * RTTI_CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass = (void *)0x053FC780; -const void * RTTI_CreationRendererPrivate__UIRenderPass = (void *)0x05406218; -const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass = (void *)0x053FF790; -const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass = (void *)0x053FF7F0; -const void * RTTI_CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass = (void *)0x053FC610; -const void * RTTI_CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass = (void *)0x053F49F0; -const void * RTTI_CreationRendererPrivate__UpdateSharedIndexBufferRenderPass = (void *)0x05406260; -const void * RTTI_CreationRendererPrivate__UpscaleSubGraph = (void *)0x053E4E68; -const void * RTTI_CreationRendererPrivate__VignetteRenderPass = (void *)0x05408A40; -const void * RTTI_CreationRendererPrivate__VolumetricLightingApplyRenderPass = (void *)0x053EAC30; -const void * RTTI_CreationRendererPrivate__VolumetricLightingCullingRenderPass = (void *)0x054062B0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass = (void *)0x05406310; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass = (void *)0x05406370; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass = (void *)0x053FFB30; -const void * RTTI_CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass = (void *)0x053FFAC0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingIntegrateRenderPass = (void *)0x054063E0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass = (void *)0x05406440; -const void * RTTI_CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass = (void *)0x054064A0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass = (void *)0x05406500; -const void * RTTI_CreationRendererPrivate__WaterDisplacementRenderPass = (void *)0x053E9F30; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass = (void *)0x053E9F80; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_InjectionRenderPass = (void *)0x053E9ED0; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_MainRenderPass = (void *)0x053EA040; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass = (void *)0x053E9FE0; -const void * RTTI_CreationRendererPrivate__WaterMVRenderPass = (void *)0x054065B0; -const void * RTTI_CreationRendererPrivate__WaterPrepareRenderPass = (void *)0x05406630; -const void * RTTI_CreationRendererPrivate__WaterRenderGraphRenderPass = (void *)0x05406560; -const void * RTTI_CreationRendererPrivate__WaterRenderPass = (void *)0x054065F0; -const void * RTTI_CreationRendererPrivate__WindowEventHandler = (void *)0x053E7200; -const void * RTTI_CreationRendererPrivate__WorldCell = (void *)0x053F5CB0; -const void * RTTI_CreationRenderer__ImageCaptureExportToFileNode = (void *)0x052762E0; -const void * RTTI_CreationRenderer__MaterialInstance__TextureVisitor = (void *)0x05190350; -const void * RTTI_CreationRenderer__Messaging__MessageProcessor = (void *)0x053E0A10; -const void * RTTI_CreationRenderer__Messaging__StreamedResourceNode = (void *)0x05385700; -const void * RTTI_CreationRenderer__RendererQualityPref = (void *)0x053E1D88; -const void * RTTI_CreationRenderer__RendererQualitySetting = (void *)0x050ABD58; -const void * RTTI_CreationRenderer__RendererQualitySettingCollection = (void *)0x053E1D40; -const void * RTTI_CreditsDataModel = (void *)0x0522D318; -const void * RTTI_CreditsDataModel__CreditsDataModelEventShuttle = (void *)0x0522D2D0; -const void * RTTI_CreditsMenu = (void *)0x0532A340; -const void * RTTI_CrewExtraData = (void *)0x05166C00; -const void * RTTI_CriticallyDampenVariable = (void *)0x05371360; -const void * RTTI_CriticallyDampenVariableInstance = (void *)0x05371390; -const void * RTTI_CrowdInhibitNullStrategy = (void *)0x05225440; -const void * RTTI_CrowdInhibitStrategyDefault = (void *)0x05225520; -const void * RTTI_CrowdInhibitStrategyDisable = (void *)0x052254E8; -const void * RTTI_CrowdManager = (void *)0x05225628; -const void * RTTI_CrowdWallaBubble = (void *)0x05229D70; -const void * RTTI_CullFurnitureBoneHandler = (void *)0x052EBCB0; -const void * RTTI_CullWeaponsHandler = (void *)0x052EBB80; -const void * RTTI_CumulativeAnimation = (void *)0x05371290; -const void * RTTI_CumulativeAnimationInstance = (void *)0x053712C0; -const void * RTTI_CureEffect = (void *)0x052A6B60; -const void * RTTI_CursorMenu = (void *)0x053A3DB8; -const void * RTTI_CursorMenu__CursorGameEventShuttle = (void *)0x053A3D80; -const void * RTTI_CursorMoveEvent = (void *)0x05374638; -const void * RTTI_CurvedPathBlender = (void *)0x0536E3E8; -const void * RTTI_CurvedPathBlenderInstance = (void *)0x05370EB0; -const void * RTTI_CustomActorPackageData = (void *)0x052D7680; -const void * RTTI_CustomUtils__HasForceGreetVisitor = (void *)0x052002E8; -const void * RTTI_D3D12MA__BlockMetadata = (void *)0x05401EB0; -const void * RTTI_D3D12MA__BlockMetadata_Generic = (void *)0x05401F10; -const void * RTTI_D3D12MA__MemoryBlock = (void *)0x05401EE0; -const void * RTTI_D3D12MA__NormalBlock = (void *)0x05401E80; -const void * RTTI_DamageEffect = (void *)0x052A6B88; -const void * RTTI_DampenVariable = (void *)0x05371870; -const void * RTTI_DampenVariableInstance = (void *)0x05371898; -const void * RTTI_DarknessEffect = (void *)0x052A6BB0; -const void * RTTI_DataMenu = (void *)0x0528C038; -const void * RTTI_DataMenuDataModel = (void *)0x0523BF80; -const void * RTTI_DataMenuDataModel__DataMenuEventShuttle = (void *)0x0523C048; -const void * RTTI_DataMenuInventoryItem = (void *)0x0523BD50; -const void * RTTI_DataMenuPersistentDataModel = (void *)0x0523BD80; -const void * RTTI_DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle = (void *)0x0523BBD0; -const void * RTTI_DataMenu_CloseMenu = (void *)0x0528C200; -const void * RTTI_DataMenu_ClosedForSubMenu = (void *)0x0528C230; -const void * RTTI_DataMenu_Missions = (void *)0x0528C178; -const void * RTTI_DataMenu_OpenPauseMenu = (void *)0x0528C0A8; -const void * RTTI_DataMenu_PlotToLocation = (void *)0x0528C0D8; -const void * RTTI_DataMenu_Reopened = (void *)0x0528C1D8; -const void * RTTI_DataMenu_SelectedAttributesMenu = (void *)0x0528C330; -const void * RTTI_DataMenu_SelectedInventoryMenu = (void *)0x0528C2F8; -const void * RTTI_DataMenu_SelectedMapMenu = (void *)0x0528C2C8; -const void * RTTI_DataMenu_SelectedPowersMenu = (void *)0x0528C108; -const void * RTTI_DataMenu_SelectedShipMenu = (void *)0x0528C298; -const void * RTTI_DataMenu_SelectedStatusMenu = (void *)0x0528C260; -const void * RTTI_DataMenu_SetMenuForQuickEntry = (void *)0x0528C140; -const void * RTTI_DataMenu_SetPaperDollActive = (void *)0x0528C1A0; -const void * RTTI_DataMenu_StartCloseAnim = (void *)0x0523B970; -const void * RTTI_DataSlateButtons = (void *)0x0526E650; -const void * RTTI_DataSlateButtons_acceptClicked = (void *)0x0526F318; -const void * RTTI_DataSlateButtons_cancelClicked = (void *)0x0526F350; -const void * RTTI_DataSlateMenu = (void *)0x0526F388; -const void * RTTI_DataSlateMenu__DataSlateData = (void *)0x0526F1D8; -const void * RTTI_DataSlateMenu__DataSlateEventShuttle = (void *)0x0526F198; -const void * RTTI_DataSlateMenu_playSFX = (void *)0x0526F2E8; -const void * RTTI_DataSlateMenu_toggleAudio = (void *)0x0526F2B8; -const void * RTTI_DeathEmoteHandler = (void *)0x052EC520; -const void * RTTI_DeathStopHandler = (void *)0x052EC378; -const void * RTTI_DefaultCollection = (void *)0x053874F0; -const void * RTTI_DefaultMessageBoxCallback = (void *)0x051E91A0; -const void * RTTI_DeferredDeletion__IDeferredDeleter = (void *)0x052B28A0; -const void * RTTI_DeferredDeletion__IGCService = (void *)0x052B8488; -const void * RTTI_DemoralizeEffect = (void *)0x052A8248; -const void * RTTI_DependentAnimationGraphManagerHolder = (void *)0x05157918; -const void * RTTI_DesyncInteractionHandler = (void *)0x052ED508; -const void * RTTI_DetectLifeEffect = (void *)0x052A6BD8; -const void * RTTI_DetectionCollector = (void *)0x052A6C88; -const void * RTTI_DetectionDebugData = (void *)0x052D7840; -const void * RTTI_DetectionState = (void *)0x052D7818; -const void * RTTI_DeviceChangeEvent = (void *)0x05374590; -const void * RTTI_DeviceChangeHandler = (void *)0x0532F5D8; -const void * RTTI_DeviceConnectEvent = (void *)0x053745B8; -const void * RTTI_DialogueCameraState = (void *)0x0520D028; -const void * RTTI_DialogueMenu = (void *)0x0532B638; -const void * RTTI_DialogueMenu_CompleteExit = (void *)0x05262B38; -const void * RTTI_DialogueMenu_OnDialogueSelect = (void *)0x0532A368; -const void * RTTI_DialogueMenu_OnListVisibilityChange = (void *)0x0532A3A0; -const void * RTTI_DialogueMenu_OnPersuasionAutoWin = (void *)0x0532B2D8; -const void * RTTI_DialogueMenu_RequestExit = (void *)0x0532B608; -const void * RTTI_DialogueMenu_RequestSkipDialogue = (void *)0x0532B5D0; -const void * RTTI_DialoguePackage = (void *)0x05200238; -const void * RTTI_DialogueUIDataModel = (void *)0x05262B68; -const void * RTTI_DialogueUIDataModel__DialogueData = (void *)0x052627E0; -const void * RTTI_DialogueUIDataModel__DialogueEntryData = (void *)0x05262D18; -const void * RTTI_DialogueUIDataModel__DialogueListData = (void *)0x05262DB8; -const void * RTTI_DialogueUIDataModel__DialogueUIDataEventShuttle = (void *)0x05262C40; -const void * RTTI_DialogueUIDataModel__PersuasionEntryData = (void *)0x05262CD8; -const void * RTTI_DialogueUIDataModel__PersuasionListData = (void *)0x052625F0; -const void * RTTI_DialogueUIDataModel__PersuasionPointsData = (void *)0x05262818; -const void * RTTI_DirectAtNode = (void *)0x05371DE8; -const void * RTTI_DirectAtNodeInstance = (void *)0x05371DB8; -const void * RTTI_DisableCharacterBumperHandler = (void *)0x052EC1C8; -const void * RTTI_DisableCharacterControllerHandler = (void *)0x052ED2D0; -const void * RTTI_DisableCharacterPitchHandler = (void *)0x052EBD50; -const void * RTTI_DisableCollisionHandler = (void *)0x052EC230; -const void * RTTI_DisarmEffect = (void *)0x052A6C00; -const void * RTTI_DisconnectHandler = (void *)0x0532F5B0; -const void * RTTI_DisguiseEffect = (void *)0x052A6CE0; -const void * RTTI_DisguiseEffect__DetectionChecker = (void *)0x052A6C50; -const void * RTTI_DispelEffect = (void *)0x052A6D08; -const void * RTTI_DiveBombPathController = (void *)0x0530C730; -const void * RTTI_DoNotInterruptAnimationHandler = (void *)0x052EC3A0; -const void * RTTI_DocAcceptDataModel = (void *)0x05246AA8; -const void * RTTI_DocAcceptDataModel__DocAcceptEventShuttle = (void *)0x05246BE8; -const void * RTTI_DocAcceptMenu = (void *)0x0522E060; -const void * RTTI_DocAcceptMenu_Accept = (void *)0x0522E0D8; -const void * RTTI_DoorObstacleAdapter = (void *)0x052BD588; -const void * RTTI_DropResourcesEffect = (void *)0x052A7C50; -const void * RTTI_DrugsCraftingMenu = (void *)0x0528C930; -const void * RTTI_DualDirectAtNode = (void *)0x05371D90; -const void * RTTI_DualDirectAtNodeInstance = (void *)0x05371D60; -const void * RTTI_DualValueModifierEffect = (void *)0x052A6D30; -const void * RTTI_DynamicAnimationNode = (void *)0x05371A70; -const void * RTTI_DynamicAnimationNodeInstance = (void *)0x05371A38; -const void * RTTI_DynamicGraphReference = (void *)0x05370CF8; -const void * RTTI_DynamicGraphReferenceInstance = (void *)0x05370CC0; -const void * RTTI_DynamicIdleDataSingletonHelper = (void *)0x05157C20; -const void * RTTI_DynamicNavMeshTask = (void *)0x0515E2A0; -const void * RTTI_DynamicNavMeshTaskCellRemap = (void *)0x0515E230; -const void * RTTI_DynamicNavMeshTaskShiftWorld = (void *)0x0515E1F8; -const void * RTTI_DynamicNavMeshTaskStitching = (void *)0x0515E268; -const void * RTTI_DynamicNavmesh = (void *)0x05194130; -const void * RTTI_DynamicNavmeshService = (void *)0x05162B38; -const void * RTTI_EffectArchetypes__MainStatusHandler = (void *)0x050B1670; -const void * RTTI_EffectSequenceMap = (void *)0x051660C8; -const void * RTTI_EffectSequenceNode = (void *)0x0536E338; -const void * RTTI_EffectSequenceNodeInstance = (void *)0x05370FD0; -const void * RTTI_EffectSequence__EffectSequenceManager = (void *)0x051657E0; -const void * RTTI_EffectSetting = (void *)0x05090FD8; -const void * RTTI_EjectShellCasingHandler = (void *)0x052ED8D0; -const void * RTTI_EmittanceManagerAgent = (void *)0x05157CA8; -const void * RTTI_EmitterProjectile = (void *)0x05212918; -const void * RTTI_EmptyDependencyFormPointerMapValue = (void *)0x051D0090; -const void * RTTI_EnableCharacterBumperHandler = (void *)0x052EC2B8; -const void * RTTI_EnableCharacterControllerHandler = (void *)0x052ED298; -const void * RTTI_EnableCharacterPitchHandler = (void *)0x052EBD88; -const void * RTTI_EnableCollisionHandler = (void *)0x052EC198; -const void * RTTI_EnchantmentItem = (void *)0x0517B740; -const void * RTTI_EndGameCreditsMenu = (void *)0x0522E280; -const void * RTTI_EndSecurityMinigameHandler = (void *)0x052ED570; -const void * RTTI_EndSummonAnimationHandler = (void *)0x052EC438; -const void * RTTI_EnhanceWeaponEffect = (void *)0x052B25F0; -const void * RTTI_EnsureAliasCanBePickpocketedFunc = (void *)0x0523EFE8; -const void * RTTI_EquippedItemData = (void *)0x052257E0; -const void * RTTI_EquippedSpell__Data = (void *)0x052257B0; -const void * RTTI_EquippedWeapon__AimModule = (void *)0x05225838; -const void * RTTI_EquippedWeapon__AmmunitionModule = (void *)0x05225898; -const void * RTTI_EquippedWeapon__AudioModule = (void *)0x052259C8; -const void * RTTI_EquippedWeapon__Data = (void *)0x05225808; -const void * RTTI_EquippedWeapon__IModule = (void *)0x05225868; -const void * RTTI_EquippedWeapon__MeleeAttackModule = (void *)0x05225908; -const void * RTTI_EquippedWeapon__PowerModule = (void *)0x05225940; -const void * RTTI_EquippedWeapon__RangedAttackModule = (void *)0x05225AE0; -const void * RTTI_EquippedWeapon__VariableRangeModule = (void *)0x05225B18; -const void * RTTI_EquippedWeapon__VisualModule = (void *)0x05225B58; -const void * RTTI_EtherealizationEffect = (void *)0x052A6D60; -const void * RTTI_EvaluateConditionVariable = (void *)0x053712F8; -const void * RTTI_EvaluateConditionVariableInstance = (void *)0x05371328; -const void * RTTI_EventController = (void *)0x05371930; -const void * RTTI_EventControllerInstance = (void *)0x05371958; -const void * RTTI_EventDispatcherBackend = (void *)0x053A3BE8; -const void * RTTI_EventFromRange = (void *)0x05371640; -const void * RTTI_EventFromRangeInstance = (void *)0x05371668; -const void * RTTI_EveryNEvents = (void *)0x053717B0; -const void * RTTI_EveryNEventsInstance = (void *)0x053717D8; -const void * RTTI_ExecuteOnAliasedRefFunc = (void *)0x0517CCC8; -const void * RTTI_ExitChargen_ConfirmCallback = (void *)0x05285960; -const void * RTTI_Explosion = (void *)0x052B24E0; -const void * RTTI_ExplosionClosestHitCollector = (void *)0x052F07D8; -const void * RTTI_ExplosiveIndicatorDataModel = (void *)0x0523CBC0; -const void * RTTI_ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle = (void *)0x0523CCB0; -const void * RTTI_ExternalDataSourceMainStatusHandler = (void *)0x050B16B0; -const void * RTTI_ExtraAcousticParent = (void *)0x0517E7B0; -const void * RTTI_ExtraAction = (void *)0x0517EE18; -const void * RTTI_ExtraActivateRef = (void *)0x0517EC70; -const void * RTTI_ExtraActivateText = (void *)0x0517C518; -const void * RTTI_ExtraActorCause = (void *)0x0517D6E0; -const void * RTTI_ExtraActorValueStorage = (void *)0x0517C400; -const void * RTTI_ExtraAliasInstanceArray = (void *)0x0517EBA8; -const void * RTTI_ExtraAmmo = (void *)0x0517D1D0; -const void * RTTI_ExtraAnimGraphManager = (void *)0x0517EE98; -const void * RTTI_ExtraAnimGraphPreload = (void *)0x0517E188; -const void * RTTI_ExtraAnimSounds = (void *)0x0517C460; -const void * RTTI_ExtraAshPileRef = (void *)0x0517E478; -const void * RTTI_ExtraAttachRef = (void *)0x0517C940; -const void * RTTI_ExtraAttachRefChildren = (void *)0x0517C968; -const void * RTTI_ExtraAttachedArrows3D = (void *)0x0517CB80; -const void * RTTI_ExtraBadPosition = (void *)0x0517D008; -const void * RTTI_ExtraBendableSplineParams = (void *)0x05166C28; -const void * RTTI_ExtraBlueprintPartOriginData = (void *)0x0517D198; -const void * RTTI_ExtraBody = (void *)0x0517E5C0; -const void * RTTI_ExtraBoneScaleMap = (void *)0x0517C360; -const void * RTTI_ExtraCachedScale = (void *)0x0517CAA8; -const void * RTTI_ExtraCalcedPackIn = (void *)0x0517C798; -const void * RTTI_ExtraCanTalkToPlayer = (void *)0x0517EAD8; -const void * RTTI_ExtraCannotWear = (void *)0x0517E9F8; -const void * RTTI_ExtraCell3D = (void *)0x0517BCB8; -const void * RTTI_ExtraCellAcousticSpace = (void *)0x0517BB18; -const void * RTTI_ExtraCellEnvMap = (void *)0x0517CB28; -const void * RTTI_ExtraCellGlobalDirtLayer = (void *)0x0517BAE8; -const void * RTTI_ExtraCellImageSpace = (void *)0x0517BC08; -const void * RTTI_ExtraCellMusicType = (void *)0x0517BB78; -const void * RTTI_ExtraCellSkyRegion = (void *)0x0517BC88; -const void * RTTI_ExtraCellWaterEnvMap = (void *)0x0517CB50; -const void * RTTI_ExtraCellWaterType = (void *)0x0517BB48; -const void * RTTI_ExtraCharge = (void *)0x0517D888; -const void * RTTI_ExtraCollisionData = (void *)0x0517CC98; -const void * RTTI_ExtraCombatStyle = (void *)0x0517CCF8; -const void * RTTI_ExtraConstrainedDecalData = (void *)0x0517C4E8; -const void * RTTI_ExtraCount = (void *)0x0517D3D8; -const void * RTTI_ExtraCreatureAwakeSound = (void *)0x0517D738; -const void * RTTI_ExtraCulledBone = (void *)0x0517D9D8; -const void * RTTI_ExtraCulledSubsegment = (void *)0x0517CE58; -const void * RTTI_ExtraDesiredLegendaryRank = (void *)0x0517C9F8; -const void * RTTI_ExtraDirectAtTarget = (void *)0x0517E250; -const void * RTTI_ExtraDroppedItemList = (void *)0x0517E948; -const void * RTTI_ExtraEditorID = (void *)0x0517D2A0; -const void * RTTI_ExtraEditorRefMoveData = (void *)0x0517E6F8; -const void * RTTI_ExtraEmittanceSource = (void *)0x0517E750; -const void * RTTI_ExtraEnableStateChildren = (void *)0x0517EC98; -const void * RTTI_ExtraEnableStateParent = (void *)0x0517ED20; -const void * RTTI_ExtraEnchantment = (void *)0x0517CF88; -const void * RTTI_ExtraEncounterZone = (void *)0x0517E808; -const void * RTTI_ExtraEssentialProtected = (void *)0x0517C2F8; -const void * RTTI_ExtraExteriorReflectionProbeAdjustmentVolume = (void *)0x0517EB60; -const void * RTTI_ExtraExternalEmittanceData = (void *)0x0517C598; -const void * RTTI_ExtraFXPickNodes = (void *)0x0517C2D0; -const void * RTTI_ExtraFactionChanges = (void *)0x0517E8B8; -const void * RTTI_ExtraFavorCost = (void *)0x0517CFB0; -const void * RTTI_ExtraFavorite = (void *)0x0517D220; -const void * RTTI_ExtraFlags = (void *)0x0517CEB8; -const void * RTTI_ExtraFogVolume = (void *)0x0517EB38; -const void * RTTI_ExtraFollower = (void *)0x0517D838; -const void * RTTI_ExtraFollowerSwimBreadcrumbs = (void *)0x0517EC08; -const void * RTTI_ExtraForcedLandingMarker = (void *)0x0517CBB0; -const void * RTTI_ExtraForcedTarget = (void *)0x0517CF10; -const void * RTTI_ExtraFriendHits = (void *)0x0517E728; -const void * RTTI_ExtraFromAlias = (void *)0x0517CE00; -const void * RTTI_ExtraFurnitureEntryData = (void *)0x0517E128; -const void * RTTI_ExtraGeometryDirtynessScale = (void *)0x0517D318; -const void * RTTI_ExtraGhost = (void *)0x0517E9A8; -const void * RTTI_ExtraGlobal = (void *)0x0517D428; -const void * RTTI_ExtraGroupedPackin = (void *)0x0517C2A0; -const void * RTTI_ExtraGuardedRefData = (void *)0x0517E668; -const void * RTTI_ExtraHasNoRumors = (void *)0x0517C838; -const void * RTTI_ExtraHavok = (void *)0x0517BCE0; -const void * RTTI_ExtraHeadTrackingWeight = (void *)0x0517D030; -const void * RTTI_ExtraHeadingTarget = (void *)0x0517D708; -const void * RTTI_ExtraHealth = (void *)0x0517D8D8; -const void * RTTI_ExtraHorse = (void *)0x0517CF60; -const void * RTTI_ExtraIgnoredAttractKeywords = (void *)0x0517C328; -const void * RTTI_ExtraIgnoredBySandbox = (void *)0x0517E698; -const void * RTTI_ExtraInitActions = (void *)0x05166C58; -const void * RTTI_ExtraInputEnableLayer = (void *)0x0517E220; -const void * RTTI_ExtraInstanceData = (void *)0x0517E2D8; -const void * RTTI_ExtraInteraction = (void *)0x0517E7E0; -const void * RTTI_ExtraInvestedGold = (void *)0x0517C7E8; -const void * RTTI_ExtraItemDropper = (void *)0x0517E9D0; -const void * RTTI_ExtraKeywords = (void *)0x0517CB00; -const void * RTTI_ExtraLargeRefOwnerCells = (void *)0x0517CC40; -const void * RTTI_ExtraLastFinishedSequence = (void *)0x0517EA20; -const void * RTTI_ExtraLevCreaModifier = (void *)0x0517E418; -const void * RTTI_ExtraLeveledBaseObject = (void *)0x0517E3E8; -const void * RTTI_ExtraLeveledCreature = (void *)0x0517EE68; -const void * RTTI_ExtraLeveledItem = (void *)0x0517D400; -const void * RTTI_ExtraLight = (void *)0x0517EE40; -const void * RTTI_ExtraLightAreaData = (void *)0x0517D630; -const void * RTTI_ExtraLightBarndoorData = (void *)0x0517DA00; -const void * RTTI_ExtraLightColorData = (void *)0x0517D540; -const void * RTTI_ExtraLightData = (void *)0x0517CC70; -const void * RTTI_ExtraLightFlickerData = (void *)0x0517D5A0; -const void * RTTI_ExtraLightGoboData = (void *)0x0517D5D0; -const void * RTTI_ExtraLightLayerData = (void *)0x0517D570; -const void * RTTI_ExtraLightRoundnessData = (void *)0x0517D600; -const void * RTTI_ExtraLightStaticShadowMapData = (void *)0x0517CBE0; -const void * RTTI_ExtraLightVolumetricData = (void *)0x0517D4F0; -const void * RTTI_ExtraLinkedChildrenAliasInstanceArray = (void *)0x0517E600; -const void * RTTI_ExtraLinkedRef = (void *)0x0517D7E8; -const void * RTTI_ExtraLinkedRefChildren = (void *)0x0517ECC8; -const void * RTTI_ExtraLitWaterRefs = (void *)0x0517C8B8; -const void * RTTI_ExtraLocation = (void *)0x0517CA58; -const void * RTTI_ExtraLocationRefType = (void *)0x0517EC40; -const void * RTTI_ExtraLock = (void *)0x0517D520; -const void * RTTI_ExtraLockList = (void *)0x0517CA80; -const void * RTTI_ExtraMagicCaster = (void *)0x0517BF60; -const void * RTTI_ExtraMapMarker = (void *)0x0517EDF0; -const void * RTTI_ExtraMaterialSwap = (void *)0x0517C570; -const void * RTTI_ExtraMissingRefIDs = (void *)0x0517D378; -const void * RTTI_ExtraModIndex = (void *)0x0517C668; -const void * RTTI_ExtraModRank = (void *)0x0517CC18; -const void * RTTI_ExtraModelSwap = (void *)0x0517C860; -const void * RTTI_ExtraNavMeshPortal = (void *)0x0517D0C0; -const void * RTTI_ExtraNorthRotation = (void *)0x0517BBA8; -const void * RTTI_ExtraObjectBreakable = (void *)0x0517C430; -const void * RTTI_ExtraObjectSavedDynamicIdles = (void *)0x0517C388; -const void * RTTI_ExtraObjectSavedUnrecoverableSubgraphs = (void *)0x0517C3C0; -const void * RTTI_ExtraOcclusionPlaneRefData = (void *)0x0517D088; -const void * RTTI_ExtraOpenCloseActivateRef = (void *)0x0517CE28; -const void * RTTI_ExtraOriginalBaseObject = (void *)0x0517CDD0; -const void * RTTI_ExtraOriginalReference = (void *)0x0517D7B8; -const void * RTTI_ExtraOutfitItem = (void *)0x0517D8B0; -const void * RTTI_ExtraOwnership = (void *)0x0517D4A0; -const void * RTTI_ExtraOwningInstance = (void *)0x0517C998; -const void * RTTI_ExtraPackage = (void *)0x0517ED50; -const void * RTTI_ExtraPackageData = (void *)0x0517CD20; -const void * RTTI_ExtraPackageStartLocation = (void *)0x0517E590; -const void * RTTI_ExtraPatrolRefData = (void *)0x0517D688; -const void * RTTI_ExtraPatrolRefInUseData = (void *)0x0517EBD8; -const void * RTTI_ExtraPersistentCell = (void *)0x0517E560; -const void * RTTI_ExtraPlacedPlanetContent = (void *)0x0517BE78; -const void * RTTI_ExtraPlayerCrimeList = (void *)0x0517ED78; -const void * RTTI_ExtraPoison = (void *)0x0517D790; -const void * RTTI_ExtraPowerArmor = (void *)0x0517E280; -const void * RTTI_ExtraPowerArmorPreload = (void *)0x0517E2A8; -const void * RTTI_ExtraPowerLinks = (void *)0x0517D768; -const void * RTTI_ExtraPrimitive = (void *)0x0517D248; -const void * RTTI_ExtraProceduralInstanceData = (void *)0x0517C600; -const void * RTTI_ExtraProcessMiddleLow = (void *)0x0517BBD8; -const void * RTTI_ExtraProjectedDecalData = (void *)0x0517D270; -const void * RTTI_ExtraPromotedRef = (void *)0x0517E640; -const void * RTTI_ExtraPropertySheet = (void *)0x0517C690; -const void * RTTI_ExtraRadioData = (void *)0x0517D660; -const void * RTTI_ExtraRadioReceiver = (void *)0x0517C488; -const void * RTTI_ExtraRadioRepeater = (void *)0x0517C4B8; -const void * RTTI_ExtraRadius = (void *)0x0517CD48; -const void * RTTI_ExtraRadiusFalloffExponent = (void *)0x0517CD70; -const void * RTTI_ExtraRagDollData = (void *)0x0517E4A0; -const void * RTTI_ExtraRandomAnimStartTime = (void *)0x0517C5D0; -const void * RTTI_ExtraRandomTeleportMarker = (void *)0x0517EA50; -const void * RTTI_ExtraRangedDistOverride = (void *)0x0517D3A8; -const void * RTTI_ExtraRank = (void *)0x0517D450; -const void * RTTI_ExtraRefWeaponSounds = (void *)0x0517E1F0; -const void * RTTI_ExtraReferenceGroup = (void *)0x0517C540; -const void * RTTI_ExtraReferenceHandles = (void *)0x0517CA28; -const void * RTTI_ExtraReflectedRefs = (void *)0x0517C8E0; -const void * RTTI_ExtraReflectorRefs = (void *)0x0517C910; -const void * RTTI_ExtraRefrPath = (void *)0x0517E360; -const void * RTTI_ExtraRefractionProperty = (void *)0x0517E918; -const void * RTTI_ExtraRegionList = (void *)0x0517BC60; -const void * RTTI_ExtraReservedMarkers = (void *)0x0517E448; -const void * RTTI_ExtraRoomRefData = (void *)0x0517E838; -const void * RTTI_ExtraRunOncePacks = (void *)0x0517ECF8; -const void * RTTI_ExtraSavedAnimation = (void *)0x0517E978; -const void * RTTI_ExtraSavedHavokData = (void *)0x0517E8E8; -const void * RTTI_ExtraSayToTopicInfo = (void *)0x0517EB08; -const void * RTTI_ExtraSayTopicInfoOnceADay = (void *)0x0517E860; -const void * RTTI_ExtraScale = (void *)0x0517D810; -const void * RTTI_ExtraSceneData = (void *)0x0517D060; -const void * RTTI_ExtraScriptedAnimDependence = (void *)0x0517E328; -const void * RTTI_ExtraSeed = (void *)0x0517EDD0; -const void * RTTI_ExtraSeenData = (void *)0x0517BC38; -const void * RTTI_ExtraShipArrivalData = (void *)0x0517D1F0; -const void * RTTI_ExtraShipBlueprintSnapData = (void *)0x0517E528; -const void * RTTI_ExtraShouldWear = (void *)0x0517EDA8; -const void * RTTI_ExtraSnapLinks = (void *)0x0517C278; -const void * RTTI_ExtraSoul = (void *)0x0517E5E0; -const void * RTTI_ExtraSound = (void *)0x0517E890; -const void * RTTI_ExtraSoundHook = (void *)0x0517D6B8; -const void * RTTI_ExtraSourcePackIn = (void *)0x0517C7C0; -const void * RTTI_ExtraSpawnContainer = (void *)0x0517E780; -const void * RTTI_ExtraStartingPosition = (void *)0x0517D470; -const void * RTTI_ExtraStartingWorldOrCell = (void *)0x0517E6C8; -const void * RTTI_ExtraTeleport = (void *)0x0517D4C8; -const void * RTTI_ExtraTeleportName = (void *)0x0517CDA8; -const void * RTTI_ExtraTempLocationWorldSpace = (void *)0x0517E4F0; -const void * RTTI_ExtraTerminalMenuBodyTextItems = (void *)0x0517C6C0; -const void * RTTI_ExtraTerminalMenuItems = (void *)0x0517C730; -const void * RTTI_ExtraTerminalMenuMenuItems = (void *)0x0517C760; -const void * RTTI_ExtraTerminalMenuUnlockedItems = (void *)0x0517C6F8; -const void * RTTI_ExtraTextDisplayData = (void *)0x0517CFD8; -const void * RTTI_ExtraTimeLeft = (void *)0x0517D860; -const void * RTTI_ExtraTimeOfDayData = (void *)0x0517C638; -const void * RTTI_ExtraTransitionCellCount = (void *)0x0517CE88; -const void * RTTI_ExtraTraversalData = (void *)0x0517E158; -const void * RTTI_ExtraTresPassPackage = (void *)0x0517C9C8; -const void * RTTI_ExtraUniqueID = (void *)0x0517CF38; -const void * RTTI_ExtraUsedMarkers = (void *)0x0517E4C8; -const void * RTTI_ExtraVoiceType = (void *)0x0517C810; -const void * RTTI_ExtraVolumeData = (void *)0x0517D350; -const void * RTTI_ExtraVolumeReflectionProbe_OffsetIntensity = (void *)0x0517D2D0; -const void * RTTI_ExtraWaterCurrentZoneData = (void *)0x0517CEE0; -const void * RTTI_ExtraWaterData = (void *)0x0517E300; -const void * RTTI_ExtraWaterLightRefs = (void *)0x0517C888; -const void * RTTI_ExtraWaterReflectionData = (void *)0x0517CAD0; -const void * RTTI_ExtraWorkshopSnapping = (void *)0x051C4F10; -const void * RTTI_ExtraWwiseSwitchData = (void *)0x051E6670; -const void * RTTI_EyeTrackingOffHandler = (void *)0x052EDB18; -const void * RTTI_EyeTrackingOnHandler = (void *)0x052EDF00; -const void * RTTI_FACEFX_ACTOR = (void *)0x05167038; -const void * RTTI_FACEFX_BONESET = (void *)0x05167200; -const void * RTTI_FOCollisionListener = (void *)0x051EEB20; -const void * RTTI_FaceEmotionalIdleHandler = (void *)0x052ED870; -const void * RTTI_FaderMenu = (void *)0x0532B9D8; -const void * RTTI_FanfareData = (void *)0x0522E488; -const void * RTTI_FanfareMenu = (void *)0x0522E460; -const void * RTTI_FanfareMenu__FanfareEventShuttle = (void *)0x0522E388; -const void * RTTI_FarTravel__Arrival = (void *)0x052AAA60; -const void * RTTI_FarTravel__Cruise = (void *)0x052AAA38; -const void * RTTI_FarTravel__Departure = (void *)0x052AAAC0; -const void * RTTI_FarTravel__FarTravelOrbitalUpdateFadeDone = (void *)0x052AAB18; -const void * RTTI_FarTravel__FarTravelUnloadNode = (void *)0x051C9FE0; -const void * RTTI_FarTravel__UpdateGalacticPositions = (void *)0x052AAA88; -const void * RTTI_FavoritesManager = (void *)0x0532CDB0; -const void * RTTI_FavoritesManager__FavoritesData = (void *)0x0532CA60; -const void * RTTI_FavoritesManager__FavoritesEntryData = (void *)0x0532CA20; -const void * RTTI_FavoritesManager__FavoritesUIDataEventShuttle = (void *)0x0532CFF0; -const void * RTTI_FavoritesMenu = (void *)0x0532CD38; -const void * RTTI_FavoritesMenu_AssignQuickkey = (void *)0x0532C9E8; -const void * RTTI_FavoritesMenu_UseQuickkey = (void *)0x0532C798; -const void * RTTI_FindConnectedNavmeshInfosVisitor = (void *)0x05201578; -const void * RTTI_FindDynamicNeighborsTask = (void *)0x0508CA80; -const void * RTTI_FindEffectKeywordOnTargetFunctor = (void *)0x052A74A8; -const void * RTTI_FindTriangleForLocationFilter = (void *)0x051556F0; -const void * RTTI_FindTriangleForLocationFilterCheckDeltaZ = (void *)0x05155618; -const void * RTTI_FindTriangleForLocationTraversableFilter = (void *)0x053B3340; -const void * RTTI_FindTriangleForLocationWaterFilter = (void *)0x053B3380; -const void * RTTI_FireForgetModel = (void *)0x0523CE80; -const void * RTTI_FireForgetModel__FireForgetEventShuttle = (void *)0x0523CEA8; -const void * RTTI_FireParticlesCollidedWithBodiesCallbackTask = (void *)0x0508CBB0; -const void * RTTI_FireParticlesCollidedWithParticlesCallbackTask = (void *)0x0508CB60; -const void * RTTI_FireParticlesExitedSafeRegionCallbackTask = (void *)0x0508CC00; -const void * RTTI_FirstPersonState = (void *)0x05326AD8; -const void * RTTI_FlameProjectile = (void *)0x052F0810; -const void * RTTI_FleePackage = (void *)0x05095C38; -const void * RTTI_FlightActionEndHandler = (void *)0x052EDBE8; -const void * RTTI_FlightActionEntryEndHandler = (void *)0x052EDCD0; -const void * RTTI_FlightActionHandler = (void *)0x052EDD08; -const void * RTTI_FlightCameraState = (void *)0x05326C78; -const void * RTTI_FlightCrashLandStartHandler = (void *)0x052EDBB0; -const void * RTTI_FlightCruisingHandler = (void *)0x052EDA50; -const void * RTTI_FlightHoveringHandler = (void *)0x052EDA20; -const void * RTTI_FlightLandEndHandler = (void *)0x052EDC78; -const void * RTTI_FlightLandHandler = (void *)0x052EDCA8; -const void * RTTI_FlightLandingHandler = (void *)0x052EDAB0; -const void * RTTI_FlightPerchingHandler = (void *)0x052EDA80; -const void * RTTI_FlightTakeOffHandler = (void *)0x052EDB48; -const void * RTTI_Float3LightAnimData = (void *)0x0516E3D8; -const void * RTTI_Float4LightAnimData = (void *)0x0516E3A8; -const void * RTTI_FloatLightAnimData = (void *)0x0516E430; -const void * RTTI_FoodCraftingMenu = (void *)0x0526F610; -const void * RTTI_FootIKNode = (void *)0x0536E310; -const void * RTTI_FootIKNodeInstance = (void *)0x05371008; -const void * RTTI_ForceWeaponFireHandler = (void *)0x052EBB20; -const void * RTTI_FormStreamerLoadStorageWrapper = (void *)0x052B13A0; -const void * RTTI_FormStreamerSaveStorageWrapper = (void *)0x052B1368; -const void * RTTI_FreeAdvancedCameraState = (void *)0x05326B80; -const void * RTTI_FreeFlyCameraState = (void *)0x05326C10; -const void * RTTI_FreeTetheredCameraState = (void *)0x05326BE0; -const void * RTTI_FreeWalkCameraState = (void *)0x05326BB0; -const void * RTTI_FrenzyEffect = (void *)0x052A81A8; -const void * RTTI_FurnitureCameraState = (void *)0x05326B00; -const void * RTTI_FurnitureMarkerNavmeshPositionCache = (void *)0x0512B7A0; -const void * RTTI_GPUCaptureHandler = (void *)0x0532F368; -const void * RTTI_GameBIEvents__PlayerBIEvents = (void *)0x052AA2D8; -const void * RTTI_GameMenuBase = (void *)0x0522DB78; -const void * RTTI_GameScript__ActorValueEventHandler = (void *)0x05335BA0; -const void * RTTI_GameScript__AffinityEventHandler = (void *)0x05336170; -const void * RTTI_GameScript__BasicEventHandler = (void *)0x0534F910; -const void * RTTI_GameScript__BuilderEventHandler = (void *)0x05336730; -const void * RTTI_GameScript__ChallengeEventHandler = (void *)0x05233AE0; -const void * RTTI_GameScript__CombatEventHandler = (void *)0x053370B0; -const void * RTTI_GameScript__CustomEventHandler = (void *)0x05338E30; -const void * RTTI_GameScript__DataFileHandleReaderWriter = (void *)0x053365A0; -const void * RTTI_GameScript__DebuggerMessages__ContinueRequest = (void *)0x05333460; -const void * RTTI_GameScript__DebuggerMessages__DisconnectRequest = (void *)0x053334F0; -const void * RTTI_GameScript__DebuggerMessages__Event = (void *)0x05333178; -const void * RTTI_GameScript__DebuggerMessages__NextRequest = (void *)0x053332A0; -const void * RTTI_GameScript__DebuggerMessages__OutputEvent = (void *)0x05332858; -const void * RTTI_GameScript__DebuggerMessages__PauseRequest = (void *)0x053334A8; -const void * RTTI_GameScript__DebuggerMessages__ProtocolMessage = (void *)0x053335C0; -const void * RTTI_GameScript__DebuggerMessages__Request = (void *)0x05333578; -const void * RTTI_GameScript__DebuggerMessages__Response = (void *)0x05333538; -const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsRequest = (void *)0x05333370; -const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsResponse = (void *)0x053330E0; -const void * RTTI_GameScript__DebuggerMessages__StackTraceRequest = (void *)0x053333C0; -const void * RTTI_GameScript__DebuggerMessages__StackTraceResponse = (void *)0x05333130; -const void * RTTI_GameScript__DebuggerMessages__StepInRequest = (void *)0x05333260; -const void * RTTI_GameScript__DebuggerMessages__StepOutRequest = (void *)0x05333210; -const void * RTTI_GameScript__DebuggerMessages__StoppedEvent = (void *)0x05332818; -const void * RTTI_GameScript__DebuggerMessages__ThreadEvent = (void *)0x053327D8; -const void * RTTI_GameScript__DebuggerMessages__ThreadsRequest = (void *)0x05333410; -const void * RTTI_GameScript__DebuggerMessages__ThreadsResponse = (void *)0x05332790; -const void * RTTI_GameScript__DebuggerMessages__ValueRequest = (void *)0x053332E0; -const void * RTTI_GameScript__DebuggerMessages__ValueResponse = (void *)0x05333050; -const void * RTTI_GameScript__DebuggerMessages__VariablesRequest = (void *)0x05333320; -const void * RTTI_GameScript__DebuggerMessages__VariablesResponse = (void *)0x05333090; -const void * RTTI_GameScript__DebuggerMessages__VersionEvent = (void *)0x05332898; -const void * RTTI_GameScript__DelayFunctor = (void *)0x05334008; -const void * RTTI_GameScript__DelayFunctorFactory = (void *)0x051385B8; -const void * RTTI_GameScript__DistanceEventHandler = (void *)0x05352580; -const void * RTTI_GameScript__FragmentEventHandler = (void *)0x05337E30; -const void * RTTI_GameScript__HandlePolicy = (void *)0x0533E1E8; -const void * RTTI_GameScript__Internal__AnimationCallbacks = (void *)0x05336520; -const void * RTTI_GameScript__Internal__LOSDetectionEventData = (void *)0x0533A130; -const void * RTTI_GameScript__Internal__LOSDirectEventData = (void *)0x0533A170; -const void * RTTI_GameScript__Internal__LOSEventData = (void *)0x05339E28; -const void * RTTI_GameScript__InventoryEventHandler = (void *)0x05339BC0; -const void * RTTI_GameScript__LOSEventHandler = (void *)0x05339D88; -const void * RTTI_GameScript__Logger = (void *)0x05338ED8; -const void * RTTI_GameScript__MenuEventHandler = (void *)0x0533AA98; -const void * RTTI_GameScript__ObjectBindPolicy = (void *)0x0533E190; -const void * RTTI_GameScript__PathingCallbackMgr = (void *)0x0533AB70; -const void * RTTI_GameScript__Profiler = (void *)0x0533AE58; -const void * RTTI_GameScript__QuestCallbackMgr = (void *)0x0533B0F8; -const void * RTTI_GameScript__RemoteDebugger = (void *)0x053331E0; -const void * RTTI_GameScript__SaveFileHandleReaderWriter = (void *)0x05336560; -const void * RTTI_GameScript__SavePatcher = (void *)0x0533B1B0; -const void * RTTI_GameScript__ScriptSpaceCellCreateComplete = (void *)0x053367E0; -const void * RTTI_GameScript__ScriptSpaceshipCreateComplete = (void *)0x053367A0; -const void * RTTI_GameScript__SleepEventHandler = (void *)0x0533B488; -const void * RTTI_GameScript__SoundCallbackMgr = (void *)0x0533B7F8; -const void * RTTI_GameScript__SpaceshipEventHandler = (void *)0x05350F70; -const void * RTTI_GameScript__Store = (void *)0x0533B858; -const void * RTTI_GameScript__TeleportEventHandler = (void *)0x05351180; -const void * RTTI_GameScript__TimerEventHandler = (void *)0x05351718; -const void * RTTI_GameScript__TrackedStatsEventHandler = (void *)0x05351BB0; -const void * RTTI_GameScript__WaitEventHandler = (void *)0x05352A18; -const void * RTTI_GameSettingCollection = (void *)0x05156948; -const void * RTTI_GameUIGlobalFunc = (void *)0x052659F8; -const void * RTTI_GameUIModel = (void *)0x05265B38; -const void * RTTI_GameVM = (void *)0x0533E1C8; -const void * RTTI_GamebryoSequence = (void *)0x0536E368; -const void * RTTI_GamebryoSequenceInstance = (void *)0x05371038; -const void * RTTI_GenerateMappingToPointsBufferTask = (void *)0x0508C990; -const void * RTTI_GenerateObstacleTask = (void *)0x0519B738; -const void * RTTI_GenericFrameUpdateOperationsService = (void *)0x05161030; -const void * RTTI_GetBestAmmoFunctor = (void *)0x051DC9C8; -const void * RTTI_GetBestCutterFunctor = (void *)0x051DCB58; -const void * RTTI_GetBestLightFunctor = (void *)0x051DC968; -const void * RTTI_GetBestWeaponFunctor = (void *)0x051DC998; -const void * RTTI_GetMagicItemDescriptionFunctor = (void *)0x0517BA88; -const void * RTTI_GetUpEndHandler = (void *)0x052EC0B0; -const void * RTTI_GetUpStartHandler = (void *)0x052EC028; -const void * RTTI_GlobalFunc_CloseAllMenus = (void *)0x05265858; -const void * RTTI_GlobalFunc_CloseMenu = (void *)0x05265828; -const void * RTTI_GlobalFunc_PlayMenuSound = (void *)0x05265750; -const void * RTTI_GlobalFunc_StartGameRender = (void *)0x052657C0; -const void * RTTI_GlobalFunc_UserEvent = (void *)0x052657F8; -const void * RTTI_GraphReferenceNode = (void *)0x05363FD0; -const void * RTTI_GraphReferenceNodeInstance = (void *)0x05364000; -const void * RTTI_GraphicsInfoDataModel = (void *)0x05240558; -const void * RTTI_GravJumpInitiateCompleteHandler = (void *)0x052ED6F0; -const void * RTTI_GravJumpSearch = (void *)0x05198468; -const void * RTTI_GrenadeProjectile = (void *)0x052F0838; -const void * RTTI_GridArray = (void *)0x05190450; -const void * RTTI_GridCellArray = (void *)0x05190910; -const void * RTTI_GroundPathPathingNodeGenerator = (void *)0x053BBDC0; -const void * RTTI_GroundPathRayValidator = (void *)0x053BBDF8; -const void * RTTI_GuardActorPackageData = (void *)0x052D76B0; -const void * RTTI_GuideEffect = (void *)0x052A6F38; -const void * RTTI_HUDAmmoCountModel = (void *)0x05266030; -const void * RTTI_HUDAmmoCountModel__HUDAmmoCountModelShuttle = (void *)0x05266090; -const void * RTTI_HUDCommandIconData = (void *)0x05266168; -const void * RTTI_HUDCompassDataModel = (void *)0x052408F0; -const void * RTTI_HUDCrewBuffDataModel = (void *)0x05236D20; -const void * RTTI_HUDCrosshairDataModel = (void *)0x05240FA0; -const void * RTTI_HUDCrosshairDataModel__HUDCrosshairEventShuttle = (void *)0x052410A0; -const void * RTTI_HUDDataModel = (void *)0x05268510; -const void * RTTI_HUDDataModel__HUDDataEventShuttle = (void *)0x05268538; -const void * RTTI_HUDDirectionalHitIndicatorDataModel = (void *)0x05266650; -const void * RTTI_HUDEnemyDataModel = (void *)0x052414E0; -const void * RTTI_HUDEnemyDataModel__HUDEnemyEventShuttle = (void *)0x052416A0; -const void * RTTI_HUDExperienceMeterDataModel = (void *)0x05267608; -const void * RTTI_HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle = (void *)0x05267A10; -const void * RTTI_HUDJetpackDataModel = (void *)0x05241720; -const void * RTTI_HUDLocationDataModel = (void *)0x05241838; -const void * RTTI_HUDMenu = (void *)0x0532D138; -const void * RTTI_HUDMessageDataModel = (void *)0x05241E20; -const void * RTTI_HUDMessagesMenu = (void *)0x0526F638; -const void * RTTI_HUDNotification_MissionActiveWidgetUpdate = (void *)0x052693C0; -const void * RTTI_HUDNotification_OpenDataMenu = (void *)0x05269438; -const void * RTTI_HUDNotification_OpenMissionMenu = (void *)0x05269470; -const void * RTTI_HUDNotification_SetMissionActive = (void *)0x05269400; -const void * RTTI_HUDNotificationsModel = (void *)0x052697A8; -const void * RTTI_HUDNotificationsModel__HUDNotificationsEventShuttle = (void *)0x05269B00; -const void * RTTI_HUDOpacityModel = (void *)0x05269D00; -const void * RTTI_HUDOpacityModel__HUDOpacityEventShuttle = (void *)0x05269D28; -const void * RTTI_HUDRolloverActivationButtonEvent = (void *)0x0523F1F8; -const void * RTTI_HUDRolloverActivationCompanionListener = (void *)0x052401A8; -const void * RTTI_HUDRolloverActivationCorpseListener = (void *)0x052401E8; -const void * RTTI_HUDRolloverActivationDisplayCaseListener = (void *)0x0523F8A0; -const void * RTTI_HUDRolloverActivationDoorListener = (void *)0x05240268; -const void * RTTI_HUDRolloverActivationFallbackListener = (void *)0x0523D370; -const void * RTTI_HUDRolloverActivationLootListener = (void *)0x052402A0; -const void * RTTI_HUDRolloverActivationNPCListener = (void *)0x052402D8; -const void * RTTI_HUDRolloverActivationOutpostItemListener = (void *)0x0523D3B0; -const void * RTTI_HUDRolloverActivationOutpostListener = (void *)0x0523D3F0; -const void * RTTI_HUDRolloverActivationOutpostQCListener = (void *)0x0523D6C8; -const void * RTTI_HUDRolloverActivationQCItemPressEvent = (void *)0x0523F230; -const void * RTTI_HUDRolloverActivationQuickContainerListener = (void *)0x0523D710; -const void * RTTI_HUDRolloverActivationShipContainerListener = (void *)0x052403C0; -const void * RTTI_HUDRolloverActivationTeammateListener = (void *)0x05240408; -const void * RTTI_HUDRolloverActivationTerminalListener = (void *)0x05240448; -const void * RTTI_HUDRolloverDataModel = (void *)0x0523F518; -const void * RTTI_HUDSocialCommandData = (void *)0x05266138; -const void * RTTI_HUDSocialCommandDataModel = (void *)0x052662E0; -const void * RTTI_HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle = (void *)0x05266370; -const void * RTTI_HUDStarbornPowersDataModel = (void *)0x05242250; -const void * RTTI_HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle = (void *)0x052421C0; -const void * RTTI_HUDStealthDataModel = (void *)0x052425B8; -const void * RTTI_HUDStealthDataModel__HUDStealthEventShuttle = (void *)0x05242670; -const void * RTTI_HUDSubtitleDataModel = (void *)0x05242A78; -const void * RTTI_HUDSubtitleDataModel__HUDSubtitleEventShuttle = (void *)0x05242BC0; -const void * RTTI_HUDWatchEffectsModel = (void *)0x05243248; -const void * RTTI_HUDWatchEffectsModel__HUDWatchEffectsModelShuttle = (void *)0x05243340; -const void * RTTI_HangarShipSelection_ChangeSystemDisplay = (void *)0x05231E90; -const void * RTTI_HangarShipSelection_RepairShip = (void *)0x05231E20; -const void * RTTI_HangarShipSelection_UpgradeSystem = (void *)0x05231E58; -const void * RTTI_HasSpellVisitor = (void *)0x052CFB40; -const void * RTTI_HavokErrorCRTestApp = (void *)0x0512B998; -const void * RTTI_HavokFileStreambufWriter = (void *)0x051EEE90; -const void * RTTI_HavokParticleDef__BaseShape = (void *)0x05382DA8; -const void * RTTI_HavokParticleDef__BoxShape = (void *)0x05382D08; -const void * RTTI_HavokParticleDef__CapsuleShape = (void *)0x05382D38; -const void * RTTI_HavokParticleDef__ConvexShape = (void *)0x05382E18; -const void * RTTI_HavokParticleDef__CubeShape = (void *)0x05382CD0; -const void * RTTI_HavokParticleDef__CylinderShape = (void *)0x05382D70; -const void * RTTI_HavokParticleDef__SphereShape = (void *)0x05382DE0; -const void * RTTI_HavokStreambufFactory = (void *)0x051EED98; -const void * RTTI_Hazard = (void *)0x05095800; -const void * RTTI_HeadTrackingOffHandler = (void *)0x052EDF30; -const void * RTTI_HeadTrackingOnHandler = (void *)0x052EDEA8; -const void * RTTI_HeadTrackingRotationOffHandler = (void *)0x052EDB78; -const void * RTTI_HeadTrackingRotationOnHandler = (void *)0x052EDAE0; -const void * RTTI_HealthDamageFunctor = (void *)0x052F2000; -const void * RTTI_HeapAllocator = (void *)0x053740A0; -const void * RTTI_HelpData = (void *)0x05234FD8; -const void * RTTI_HelpDataModel = (void *)0x05235020; -const void * RTTI_HelpDataModel__HelpDataModelEventShuttle = (void *)0x052350E8; -const void * RTTI_HelpTopicData = (void *)0x05234FF8; -const void * RTTI_HideSubsegmentHandler = (void *)0x052ED478; -const void * RTTI_HighlightManager = (void *)0x0518E770; -const void * RTTI_HitFrameHandler = (void *)0x052EDE80; -const void * RTTI_HorseCameraState = (void *)0x05326B30; -const void * RTTI_HudModeDataModel = (void *)0x05241EF8; -const void * RTTI_HudModeDataModel__HUDModeEventShuttle = (void *)0x05242100; -const void * RTTI_IAIWorldLocation = (void *)0x051553B8; -const void * RTTI_IAIWorldLocationHandle = (void *)0x051F18A8; -const void * RTTI_IAimAssistImpl = (void *)0x0520D880; -const void * RTTI_IAnimationEventDataForEachFunctor = (void *)0x051574E8; -const void * RTTI_IAnimationGraphManagerLoadingTask = (void *)0x051E9A58; -const void * RTTI_IAnimationStanceData = (void *)0x05372D08; -const void * RTTI_IAnimationStreamWrite = (void *)0x051DD578; -const void * RTTI_IBGSBaseFormData = (void *)0x051535F8; -const void * RTTI_ICheckEndReachedFunctor = (void *)0x053B8ED8; -const void * RTTI_ICheckEndReachedFunctorMapper = (void *)0x053B8F40; -const void * RTTI_ICommandLineHandler = (void *)0x051384C8; -const void * RTTI_IConvexOverlapImpl = (void *)0x05086EE0; -const void * RTTI_IConvexOverlapImpl__ShapeInterface = (void *)0x05086F10; -const void * RTTI_IDEvent = (void *)0x05374688; -const void * RTTI_IDataModel = (void *)0x0515D278; -const void * RTTI_IExplosionFactory = (void *)0x05132058; -const void * RTTI_IFadeDoneCallback = (void *)0x051D37D8; -const void * RTTI_IFormComponentFactoryCreator = (void *)0x050CB870; -const void * RTTI_IFormComponentFactoryCreator__ReserveControl = (void *)0x0515BCD0; -const void * RTTI_IFormFactory = (void *)0x0512D940; -const void * RTTI_IFormFactory__IFactoryVisitor = (void *)0x05186B08; -const void * RTTI_IHUDRolloverActivationListener = (void *)0x0523D2F8; -const void * RTTI_IMemoryManagerFile = (void *)0x052C1D10; -const void * RTTI_IMemoryManagerFileFactory = (void *)0x0512FFA8; -const void * RTTI_IMemoryStore = (void *)0x052B1BD0; -const void * RTTI_IMemoryStoreBase = (void *)0x052B1BA8; -const void * RTTI_IMenu = (void *)0x05172C18; -const void * RTTI_IMessageBoxCallback = (void *)0x051D2C28; -const void * RTTI_IMovementAvoidanceManager = (void *)0x052D6BA0; -const void * RTTI_IMovementControllerNPCFunctor = (void *)0x052BF538; -const void * RTTI_IMovementDirectControl = (void *)0x052D6FB8; -const void * RTTI_IMovementFormIDManager = (void *)0x05130068; -const void * RTTI_IMovementPDControllerAccess = (void *)0x053B90A0; -const void * RTTI_IMovementParameters = (void *)0x0512AC78; -const void * RTTI_IMovementPlannerDirectControl = (void *)0x052D6F80; -const void * RTTI_IMovementPlannerSetArbitration = (void *)0x053B86F0; -const void * RTTI_IMovementPlayIdleResult = (void *)0x053B8FE0; -const void * RTTI_IMovementQueryFlight = (void *)0x053BBC28; -const void * RTTI_IMovementQueryPathFollowing = (void *)0x053B8FA8; -const void * RTTI_IMovementQueryState = (void *)0x052D7198; -const void * RTTI_IMovementQueryStaticAvoider = (void *)0x053B91C8; -const void * RTTI_IMovementQueryTweener = (void *)0x053B8D40; -const void * RTTI_IMovementQueryTweenerState = (void *)0x053B93B0; -const void * RTTI_IMovementSetCorrectionData = (void *)0x053B93E8; -const void * RTTI_IMovementSetGoal = (void *)0x053B83F8; -const void * RTTI_IMovementSetPathFollowing = (void *)0x053B8F78; -const void * RTTI_IMovementSetRollTarget = (void *)0x053B90D8; -const void * RTTI_IMovementSetSprinting = (void *)0x05193428; -const void * RTTI_IMovementSetState = (void *)0x053B9040; -const void * RTTI_IMovementSetStaticAvoider = (void *)0x053B9200; -const void * RTTI_IMovementSetWarp = (void *)0x052D71F8; -const void * RTTI_INIPrefSetting = (void *)0x0511C338; -const void * RTTI_INIPrefSettingCollection = (void *)0x0515C790; -const void * RTTI_INISettingCollection = (void *)0x050C90B8; -const void * RTTI_INavmeshSearchFilterSet = (void *)0x05202BB0; -const void * RTTI_IOControlNode = (void *)0x05168160; -const void * RTTI_IOManager = (void *)0x05386BC8; -const void * RTTI_IOManagerThread = (void *)0x05386BE8; -const void * RTTI_IOManager__SystemTaskService = (void *)0x05386A08; -const void * RTTI_IOPostProcessNode = (void *)0x05169148; -const void * RTTI_IOPostProcessTaskNode = (void *)0x05386C10; -const void * RTTI_IOSystemTask = (void *)0x051690E8; -const void * RTTI_IOTask = (void *)0x05173238; -const void * RTTI_IOTaskNode = (void *)0x053869E0; -const void * RTTI_IPackageData = (void *)0x05090868; -const void * RTTI_IPackageDataTypeCheck = (void *)0x05138B08; -const void * RTTI_IPathBuilder = (void *)0x051FA160; -const void * RTTI_IPathBuilderFactoryBase = (void *)0x050B4D20; -const void * RTTI_IPathBuilderTracker = (void *)0x051385F0; -const void * RTTI_IPathFollowerState = (void *)0x053BBFC0; -const void * RTTI_IPathSmootherRayCast = (void *)0x053B3310; -const void * RTTI_IPathingNodeGenerator = (void *)0x053BBD90; -const void * RTTI_IPostAnimationChannelUpdateFunctor = (void *)0x051DD1C0; -const void * RTTI_IProcedure = (void *)0x05155D10; -const void * RTTI_IProcedureTreeExecState = (void *)0x05155CE0; -const void * RTTI_IProcedureTreeItem = (void *)0x051F7410; -const void * RTTI_IRaceSubGraphDataFunctor = (void *)0x05157778; -const void * RTTI_ISelectIdleFilter = (void *)0x053B9B28; -const void * RTTI_ISmoothingRayValidator = (void *)0x053BBE58; -const void * RTTI_ISpecialPurposeComponentHandler = (void *)0x05138CB0; -const void * RTTI_IStaticAvoidNodeManager = (void *)0x052D7578; -const void * RTTI_IStringForwarder = (void *)0x05327AD8; -const void * RTTI_ITempEffectFactory = (void *)0x050E2D78; -const void * RTTI_ITextRenderer = (void *)0x05138938; -const void * RTTI_ITrianglePathSplitter = (void *)0x053B32E0; -const void * RTTI_ITweenerNodeFollowerSetup = (void *)0x052D7258; -const void * RTTI_IUIValue = (void *)0x0515D2D8; -const void * RTTI_IValidateGoalFunctor = (void *)0x052F2400; -const void * RTTI_IVisitProcedures = (void *)0x051E8960; -const void * RTTI_IdleDialogueEnterHandler = (void *)0x052EBF60; -const void * RTTI_IdleDialogueExitHandler = (void *)0x052EBFF8; -const void * RTTI_IdleFlavorHandler = (void *)0x052EBBE8; -const void * RTTI_ImageFixtureEvent_RequestImage = (void *)0x053A3298; -const void * RTTI_ImageFixtureEvent_UnregisterImage = (void *)0x053A32D0; -const void * RTTI_ImageFixtureManager = (void *)0x050C8F50; -const void * RTTI_ImageSpaceManagerAgent = (void *)0x05171C18; -const void * RTTI_ImageSpaceModifierInstance = (void *)0x051D6D28; -const void * RTTI_ImageSpaceModifierInstanceCinematic = (void *)0x051D6CE8; -const void * RTTI_ImageSpaceModifierInstanceDOF = (void *)0x051D6DD0; -const void * RTTI_ImageSpaceModifierInstanceForm = (void *)0x051D6D60; -const void * RTTI_ImageSpaceModifierInstanceRB = (void *)0x051D6D98; -const void * RTTI_ImageSpaceModifierInstanceTemp = (void *)0x051D6E08; -const void * RTTI_ImmunityEffect = (void *)0x052A6F60; -const void * RTTI_IndustrialCraftingMenu = (void *)0x0526F660; -const void * RTTI_IngredientItem = (void *)0x0517B790; -const void * RTTI_InitActionI = (void *)0x05171B18; -const void * RTTI_InitializeTraversalSubgraphDataFunctor = (void *)0x051993C0; -const void * RTTI_InputMemoryStreamBuffer = (void *)0x053CAEF0; -const void * RTTI_IntSeenData = (void *)0x05093410; -const void * RTTI_InteractionCombatDataCollectFunctor = (void *)0x0518DBC0; -const void * RTTI_InterruptCastHandler = (void *)0x052EC468; -const void * RTTI_InventoryDataModelNS__InventoryItem = (void *)0x0522E920; -const void * RTTI_InventoryDataModelNS__LootItem = (void *)0x0523FEB8; -const void * RTTI_InventoryMenu = (void *)0x052713E0; -const void * RTTI_InventoryMenu_Change3DView = (void *)0x05271308; -const void * RTTI_InventoryMenu_DropItem = (void *)0x05271A08; -const void * RTTI_InventoryMenu_HideModel = (void *)0x052719A8; -const void * RTTI_InventoryMenu_LoadModel = (void *)0x05271978; -const void * RTTI_InventoryMenu_OnEnterCategory = (void *)0x052711D8; -const void * RTTI_InventoryMenu_OpenCargoHold = (void *)0x05271210; -const void * RTTI_InventoryMenu_PaperDollTryOn = (void *)0x052712D0; -const void * RTTI_InventoryMenu_ResetPaperDollInv = (void *)0x05271340; -const void * RTTI_InventoryMenu_SelectItem = (void *)0x052719D8; -const void * RTTI_InventoryMenu_SetMouseOverModel = (void *)0x052711A0; -const void * RTTI_InventoryMenu_StartCloseAnim = (void *)0x05271248; -const void * RTTI_InventoryMenu_ToggleFavorite = (void *)0x05271A38; -const void * RTTI_InventoryMenu_ToggleHelmet = (void *)0x05271378; -const void * RTTI_InventoryMenu_ToggleSuit = (void *)0x052713B0; -const void * RTTI_InventoryScoringFunctor = (void *)0x051DCDA8; -const void * RTTI_Inventory_SetSort = (void *)0x052437F8; -const void * RTTI_InvisibilityEffect = (void *)0x052A6F88; -const void * RTTI_IronSightsState = (void *)0x05326B58; -const void * RTTI_ItemCraftingBase = (void *)0x05239728; -const void * RTTI_ItemModInfoCardDataModel = (void *)0x052448A0; -const void * RTTI_ItemModInfoCardDataModel__ItemModInfoCardEventShuttle = (void *)0x05244850; -const void * RTTI_ItemModdingBase = (void *)0x05239910; -const void * RTTI_ItemModsDataModel = (void *)0x052442B0; -const void * RTTI_ItemModsDataModel__ItemModsEventShuttle = (void *)0x05244270; -const void * RTTI_JetpackEffect = (void *)0x052A73E0; -const void * RTTI_JetpackUtils__TESCellReferenceAttachDetachEventSink = (void *)0x052A7060; -const void * RTTI_Json__BuiltStyledStreamWriter = (void *)0x0508D880; -const void * RTTI_Json__CharReader = (void *)0x0508D740; -const void * RTTI_Json__CharReaderBuilder = (void *)0x0508D798; -const void * RTTI_Json__CharReader__Factory = (void *)0x0508D768; -const void * RTTI_Json__OurCharReader = (void *)0x0508D850; -const void * RTTI_Json__StreamWriter = (void *)0x0508D7C8; -const void * RTTI_Json__StreamWriterBuilder = (void *)0x0508D820; -const void * RTTI_Json__StreamWriter__Factory = (void *)0x0508D7F0; -const void * RTTI_JumpAnimEventHandler = (void *)0x052EBF90; -const void * RTTI_KillActorHandler = (void *)0x052EDED8; -const void * RTTI_KillMoveEndHandler = (void *)0x052EC498; -const void * RTTI_KillMoveStartHandler = (void *)0x052EC4C8; -const void * RTTI_KnockdownHandler = (void *)0x052ED930; -const void * RTTI_KnockdownTargetHandler = (void *)0x052ED900; -const void * RTTI_LODData = (void *)0x0516B148; -const void * RTTI_LOD__Details__BGSPropagationSite = (void *)0x0515BB00; -const void * RTTI_LeftHandSpellCastHandler = (void *)0x052EE198; -const void * RTTI_LeftHandSpellFireHandler = (void *)0x052EE080; -const void * RTTI_LegacyNif__BSEffectShaderProperty = (void *)0x0540B498; -const void * RTTI_LegacyNif__BSLightingShaderProperty = (void *)0x0540B4D0; -const void * RTTI_LegacyNif__BSMasterParticleSystem = (void *)0x0540B278; -const void * RTTI_LegacyNif__BSMultiBound = (void *)0x0540B0F8; -const void * RTTI_LegacyNif__BSMultiBoundNode = (void *)0x0540B058; -const void * RTTI_LegacyNif__BSMultiBoundOBB = (void *)0x0540B210; -const void * RTTI_LegacyNif__BSPSysInheritVelocityModifier = (void *)0x0540AF30; -const void * RTTI_LegacyNif__BSPSysLODModifier = (void *)0x0540AD10; -const void * RTTI_LegacyNif__BSPSysScaleModifier = (void *)0x0540B020; -const void * RTTI_LegacyNif__BSPSysSimpleColorModifier = (void *)0x0540ACD0; -const void * RTTI_LegacyNif__BSPSysSubTexModifier = (void *)0x0540AD80; -const void * RTTI_LegacyNif__BSPositionData = (void *)0x0540B180; -const void * RTTI_LegacyNif__BSShaderProperty = (void *)0x0540B5E8; -const void * RTTI_LegacyNif__BSShaderTextureSet = (void *)0x0540B620; -const void * RTTI_LegacyNif__BSSubIndexTriShape = (void *)0x0540B2B0; -const void * RTTI_LegacyNif__BSWaterShaderProperty = (void *)0x0540B510; -const void * RTTI_LegacyNif__BSWindModifier = (void *)0x0540AF00; -const void * RTTI_LegacyNif__NiAlphaProperty = (void *)0x0540B580; -const void * RTTI_LegacyNif__NiPSysAgeDeathModifier = (void *)0x0540AE58; -const void * RTTI_LegacyNif__NiPSysBombModifier = (void *)0x0540AFE8; -const void * RTTI_LegacyNif__NiPSysBoundUpdateModifier = (void *)0x0540AF70; -const void * RTTI_LegacyNif__NiPSysBoxEmitter = (void *)0x0540B428; -const void * RTTI_LegacyNif__NiPSysColliderManager = (void *)0x0540B388; -const void * RTTI_LegacyNif__NiPSysCylinderEmitter = (void *)0x0540B320; -const void * RTTI_LegacyNif__NiPSysData = (void *)0x0540B1E0; -const void * RTTI_LegacyNif__NiPSysDragModifier = (void *)0x0540AD48; -const void * RTTI_LegacyNif__NiPSysGravityModifier = (void *)0x0540AE90; -const void * RTTI_LegacyNif__NiPSysMeshEmitter = (void *)0x0540B2E8; -const void * RTTI_LegacyNif__NiPSysPlanarCollider = (void *)0x0540B5B0; -const void * RTTI_LegacyNif__NiPSysPositionModifier = (void *)0x0540AFB0; -const void * RTTI_LegacyNif__NiPSysRotationModifier = (void *)0x0540AEC8; -const void * RTTI_LegacyNif__NiPSysSpawnModifier = (void *)0x0540AE20; -const void * RTTI_LegacyNif__NiPSysSphereEmitter = (void *)0x0540B460; -const void * RTTI_LegacyNif__NiParticleSystem = (void *)0x0540ADE8; -const void * RTTI_LegacyNif__SkyShaderProperty = (void *)0x0540B548; -const void * RTTI_LensFlareAttachmentComponent = (void *)0x0515C728; -const void * RTTI_LevelUp_AnimFinished = (void *)0x05267280; -const void * RTTI_LevelUp_OnWidgetShown = (void *)0x05267310; -const void * RTTI_LevelUp_OpenDataMenu = (void *)0x052672E0; -const void * RTTI_LevelUp_ShowSkills = (void *)0x052672B0; -const void * RTTI_LightAnimFormComponent = (void *)0x05090E78; -const void * RTTI_LightAttachmentFormComponent = (void *)0x0516E568; -const void * RTTI_LightAttachmentRuntimeComponentUpdateService = (void *)0x052C1140; -const void * RTTI_LightEffect = (void *)0x05095820; -const void * RTTI_LinearVariable = (void *)0x05371758; -const void * RTTI_LinearVariableInstance = (void *)0x05371780; -const void * RTTI_LinkedCellProcessHelper = (void *)0x053625E0; -const void * RTTI_LoadBufferStorageWrapper = (void *)0x052B17A0; -const void * RTTI_LoadFileStorageWrapper = (void *)0x052B1770; -const void * RTTI_LoadGameMagicCasterVisitor = (void *)0x052CEF68; -const void * RTTI_LoadSavePanelDataModel = (void *)0x05245F88; -const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle = (void *)0x05245F40; -const void * RTTI_LoadScreenRenderingEventHandler = (void *)0x05234A78; -const void * RTTI_LoadStorageWrapperBase = (void *)0x052B1740; -const void * RTTI_LoadTraversalSubgraphDataFunctor = (void *)0x05199388; -const void * RTTI_LoadedAreaBound = (void *)0x051EF218; -const void * RTTI_LoadedCellDB__IStateControl = (void *)0x051693D0; -const void * RTTI_LoadedCellDB__LoadCell = (void *)0x05169170; -const void * RTTI_LoadedCellDB__PostProcessCell = (void *)0x05169110; -const void * RTTI_LoadedCellDB__SignalDoneTask = (void *)0x05168D58; -const void * RTTI_LoadingMenu = (void *)0x0532D188; -const void * RTTI_LoadingMenuDataModel = (void *)0x052452B8; -const void * RTTI_LoadingMenuDataModel__LoadingMenuEventShuttle = (void *)0x05245370; -const void * RTTI_LoadingMenu_RefreshText = (void *)0x0532D158; -const void * RTTI_LocalEnvData = (void *)0x052460A8; -const void * RTTI_LocalEnvData_Frequent = (void *)0x05246078; -const void * RTTI_LocalEnvironmentDataModel = (void *)0x05246190; -const void * RTTI_LocationTextWidget_FinishedQueue = (void *)0x05267340; -const void * RTTI_LockEffect = (void *)0x052A7448; -const void * RTTI_LocomotionBlend = (void *)0x05371F58; -const void * RTTI_LocomotionBlendInstance = (void *)0x05371F28; -const void * RTTI_LookAtChainData = (void *)0x05162F38; -const void * RTTI_LookAtChainInstance = (void *)0x05162EB0; -const void * RTTI_LookAtNode = (void *)0x05371D38; -const void * RTTI_LookAtNodeInstance = (void *)0x05371D08; -const void * RTTI_LoopingActivateHandler = (void *)0x052EBC48; -const void * RTTI_MagicCaster = (void *)0x0517BF38; -const void * RTTI_MagicCaster__PostCreationCallback = (void *)0x052A7470; -const void * RTTI_MagicItem = (void *)0x050A6C90; -const void * RTTI_MagicItemDataCollector = (void *)0x052A6778; -const void * RTTI_MagicItemFindKeywordFunctor = (void *)0x0517B860; -const void * RTTI_MagicItemTraversalFunctor = (void *)0x0517B898; -const void * RTTI_MagicTarget = (void *)0x0526A6E0; -const void * RTTI_MagicTarget__IPostCreationModification = (void *)0x052A6AA0; -const void * RTTI_Main = (void *)0x052C07A0; -const void * RTTI_MainMenu = (void *)0x0532F0E0; -const void * RTTI_MainMenuConfirmationDataModel = (void *)0x052468B8; -const void * RTTI_MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle = (void *)0x05246860; -const void * RTTI_MainMenuGamerInfoDataModel = (void *)0x05246E90; -const void * RTTI_MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle = (void *)0x05246E40; -const void * RTTI_MainMenuListDataModel = (void *)0x05246758; -const void * RTTI_MainMenuListDataModel__MainMenuListEventShuttle = (void *)0x05246710; -const void * RTTI_MainMenuMOTDDataModel = (void *)0x05246D58; -const void * RTTI_MainMenuMOTDDataModel__MOTDDataModelEventShuttle = (void *)0x05246D10; -const void * RTTI_MainMenuPipelineProgressDataModel = (void *)0x05246FF8; -const void * RTTI_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle = (void *)0x05246F90; -const void * RTTI_MainMenuStateDataModel = (void *)0x05247F18; -const void * RTTI_MainMenuStateDataModel__MainMenuStateEventShuttle = (void *)0x05247FE0; -const void * RTTI_MainMenu_ActionCanceled = (void *)0x0532F2B0; -const void * RTTI_MainMenu_ActionConfirmed = (void *)0x0532F280; -const void * RTTI_MainMenu_ConfirmLoad = (void *)0x0532EF98; -const void * RTTI_MainMenu_DeleteSave = (void *)0x0532EFC8; -const void * RTTI_MainMenu_LegalScreenComplete = (void *)0x0532F058; -const void * RTTI_MainMenu_SetCharacter = (void *)0x0532EFF8; -const void * RTTI_MainMenu_StartAction = (void *)0x0532F250; -const void * RTTI_MainMenu_StartLoad = (void *)0x0532F2E0; -const void * RTTI_MainMenu_UploadSave = (void *)0x0532F028; -const void * RTTI_MassSpringDampenVariable = (void *)0x053713C8; -const void * RTTI_MassSpringDampenVariableInstance = (void *)0x053713F8; -const void * RTTI_MaterialLayerInterface = (void *)0x05182310; -const void * RTTI_MaterialLayerSequence = (void *)0x0536D898; -const void * RTTI_MaterialLayerSequenceInstance = (void *)0x05371068; -const void * RTTI_MeleeAimAssistData = (void *)0x051BE8C0; -const void * RTTI_MeleeAimAssistImpl = (void *)0x0520D828; -const void * RTTI_MemoryManagement__PMPEventSink = (void *)0x051386F0; -const void * RTTI_MemoryManagerFile = (void *)0x052C1CE8; -const void * RTTI_MenuActor = (void *)0x0526A708; -const void * RTTI_MenuControls = (void *)0x0532F3E0; -const void * RTTI_MenuCursor = (void *)0x053A2920; -const void * RTTI_MenuOpenHandler = (void *)0x0532F340; -const void * RTTI_MenuPaperDoll = (void *)0x0526A9F8; -const void * RTTI_MenuTopicManager = (void *)0x052A8DA0; -const void * RTTI_MergeNode = (void *)0x05371FA8; -const void * RTTI_MergeNodeInstance = (void *)0x05371F80; -const void * RTTI_MeshLODDistanceOverride = (void *)0x0516B168; -const void * RTTI_MessageBoxMenu = (void *)0x05330648; -const void * RTTI_MessageBoxMenu_OnBackOut = (void *)0x05330618; -const void * RTTI_MessageBoxMenu_OnButtonPress = (void *)0x053305E0; -const void * RTTI_MessageBoxMenu__MessageBoxMenuEventShuttle = (void *)0x053301A0; -const void * RTTI_MessageMenuManager = (void *)0x05330268; -const void * RTTI_MigrateSharedStateFromPreviousView = (void *)0x052AF160; -const void * RTTI_MirrorModifier = (void *)0x0536D8F0; -const void * RTTI_MirrorModifierInstance = (void *)0x053710A0; -const void * RTTI_MiscStatManager__FindStatByCRC = (void *)0x051E8988; -const void * RTTI_MissileProjectile = (void *)0x052EFE08; -const void * RTTI_MissionBoardMenu = (void *)0x05272748; -const void * RTTI_MissionBoardMenu__MissionBoardMenuEventShuttle = (void *)0x052728B0; -const void * RTTI_MissionBoard_MissionEntryChanged = (void *)0x052723C8; -const void * RTTI_MissionBoard_MissionEntryPressed = (void *)0x05272390; -const void * RTTI_MissionMenu_ClearState = (void *)0x0526E190; -const void * RTTI_MissionMenu_PlotToLocation = (void *)0x0526E088; -const void * RTTI_MissionMenu_RejectQuest = (void *)0x0526E0F8; -const void * RTTI_MissionMenu_SaveCategoryIndex = (void *)0x0526E158; -const void * RTTI_MissionMenu_SaveOpenedId = (void *)0x0526E128; -const void * RTTI_MissionMenu_ShowItemLocation = (void *)0x0526E050; -const void * RTTI_MissionMenu_ToggleQTDisplay = (void *)0x0526E1C0; -const void * RTTI_MissionMenu_ToggleTrackingQuest = (void *)0x0526E0C0; -const void * RTTI_MobIterOperator = (void *)0x051EAC98; -const void * RTTI_ModelReferenceEffect = (void *)0x052A7A18; -const void * RTTI_MomentumAnimation = (void *)0x05371700; -const void * RTTI_MomentumAnimationInstance = (void *)0x05371728; -const void * RTTI_MomentumSwitchback = (void *)0x05371698; -const void * RTTI_MomentumSwitchbackInstance = (void *)0x053716C8; -const void * RTTI_MonocleMenu = (void *)0x05275270; -const void * RTTI_MonocleMenu_Bioscan = (void *)0x05274470; -const void * RTTI_MonocleMenu_FastTravel = (void *)0x052742E0; -const void * RTTI_MonocleMenu_Harvest = (void *)0x052744A0; -const void * RTTI_MonocleMenu_Initialize = (void *)0x05274530; -const void * RTTI_MonocleMenu_Outpost = (void *)0x052744D0; -const void * RTTI_MonocleMenu_PhotoMode = (void *)0x05274410; -const void * RTTI_MonocleMenu_Shutdown = (void *)0x05274500; -const void * RTTI_MonocleMenu_SocialSpell = (void *)0x05274440; -const void * RTTI_MonocleMenu_StartContainerView = (void *)0x05274348; -const void * RTTI_MonocleMenu_StopContainerView = (void *)0x05274310; -const void * RTTI_MonocleMenu_SurfaceMap = (void *)0x05274380; -const void * RTTI_MonocleMenu_UseListScrollControls = (void *)0x05275238; -const void * RTTI_MonocleMenu_ZoomIn = (void *)0x052743E0; -const void * RTTI_MonocleMenu_ZoomOut = (void *)0x052743B0; -const void * RTTI_MonocleUIDataModel = (void *)0x05263C20; -const void * RTTI_MonocleUIDataModel__EventData = (void *)0x052646A0; -const void * RTTI_MonocleUIDataModel__MenuData = (void *)0x05264170; -const void * RTTI_MonocleUIDataModel__MenuFreqData = (void *)0x052644B0; -const void * RTTI_MonocleUIDataModel__MonocleUIDataEventShuttle = (void *)0x05263F40; -const void * RTTI_MonocleUIDataModel__PickRefData = (void *)0x052646D8; -const void * RTTI_MonocleUIDataModel__ResourceArcData = (void *)0x05263F88; -const void * RTTI_MonocleUIDataModel__ResourceData = (void *)0x05263FC8; -const void * RTTI_MonocleUIDataModel__ScannableMapMarkerData = (void *)0x052643A0; -const void * RTTI_MonocleUIDataModel__SocialSpellData = (void *)0x05263F00; -const void * RTTI_MorphDriverData = (void *)0x051BF590; -const void * RTTI_MorphDriverInstance = (void *)0x051BF6B0; -const void * RTTI_MotionDrivenHandler = (void *)0x052EC108; -const void * RTTI_MotionDrivenHandlerReference = (void *)0x052ED068; -const void * RTTI_MountDismountEndHandler = (void *)0x052EC288; -const void * RTTI_MountInteraction = (void *)0x052D15B8; -const void * RTTI_MouseMoveEvent = (void *)0x05374660; -const void * RTTI_MovementAgent = (void *)0x05193498; -const void * RTTI_MovementAgentActorAvoider = (void *)0x053B9230; -const void * RTTI_MovementAgentActorState = (void *)0x053B9010; -const void * RTTI_MovementAgentFlightController = (void *)0x053B9068; -const void * RTTI_MovementAgentFlightControllerDetached = (void *)0x053B9510; -const void * RTTI_MovementAgentPathFollowerFlight = (void *)0x053BBC58; -const void * RTTI_MovementAgentPathFollowerStandard = (void *)0x053B8E40; -const void * RTTI_MovementAgentPathFollowerVirtual = (void *)0x053B94D8; -const void * RTTI_MovementArbiter = (void *)0x053B8328; -const void * RTTI_MovementArbitrationAverageFloat = (void *)0x053B97E0; -const void * RTTI_MovementArbitrationMaxWeightParameters = (void *)0x053B9668; -const void * RTTI_MovementArbitrationMaxWeightPoint = (void *)0x053B9738; -const void * RTTI_MovementArbitrationVectorAdd = (void *)0x053BC348; -const void * RTTI_MovementAvoidBoxEventAdapter = (void *)0x052BD750; -const void * RTTI_MovementAvoidanceManager = (void *)0x052D68E0; -const void * RTTI_MovementComponentEventHandler = (void *)0x051932B0; -const void * RTTI_MovementControllerAI = (void *)0x05193280; -const void * RTTI_MovementControllerComponent = (void *)0x05193248; -const void * RTTI_MovementControllerComponentData = (void *)0x05193210; -const void * RTTI_MovementControllerNPC = (void *)0x052D6F50; -const void * RTTI_MovementControllerNullDataTracker = (void *)0x053B99A8; -const void * RTTI_MovementControllerRegisterInterface = (void *)0x053B9910; -const void * RTTI_MovementHandlerAgent = (void *)0x05193520; -const void * RTTI_MovementHandlerAgentAngleGain = (void *)0x053BBC90; -const void * RTTI_MovementHandlerAgentDirectControl = (void *)0x052D7018; -const void * RTTI_MovementHandlerAgentDirectionPassThrough = (void *)0x053BBBE8; -const void * RTTI_MovementHandlerAgentFlightBoostTrigger = (void *)0x05193458; -const void * RTTI_MovementHandlerAgentGraphDrivenAnimationDriven = (void *)0x05193550; -const void * RTTI_MovementHandlerAgentPlayerControls = (void *)0x05193608; -const void * RTTI_MovementHandlerAgentPlayerControlsActionTrigger = (void *)0x05193680; -const void * RTTI_MovementHandlerAgentPlayerFlightControls = (void *)0x051936C8; -const void * RTTI_MovementHandlerAgentSprintActionTrigger = (void *)0x052D7050; -const void * RTTI_MovementHandlerAgentStairsHelper = (void *)0x052D7090; -const void * RTTI_MovementHandlerAgentStandard = (void *)0x053B94A0; -const void * RTTI_MovementHandlerAgentStorePlannerOutput = (void *)0x053B9460; -const void * RTTI_MovementHandlerArbiter = (void *)0x053B8BB0; -const void * RTTI_MovementLargeDelta__IEnumVisitor = (void *)0x051E8AB8; -const void * RTTI_MovementMessage = (void *)0x05198490; -const void * RTTI_MovementMessageActivateDoor = (void *)0x053BA488; -const void * RTTI_MovementMessageActorCollision = (void *)0x052D70C8; -const void * RTTI_MovementMessageApproachingDoor = (void *)0x053BA4C0; -const void * RTTI_MovementMessageBeginLandingApproach = (void *)0x051984E8; -const void * RTTI_MovementMessageBlocked = (void *)0x053BBAE8; -const void * RTTI_MovementMessageDoor = (void *)0x053BA4F8; -const void * RTTI_MovementMessageGravJump = (void *)0x0519A648; -const void * RTTI_MovementMessageJump = (void *)0x053BBB80; -const void * RTTI_MovementMessageLand = (void *)0x0519A618; -const void * RTTI_MovementMessageNewPath = (void *)0x053B84F0; -const void * RTTI_MovementMessagePathCleared = (void *)0x053BA388; -const void * RTTI_MovementMessagePathComplete = (void *)0x053BA3F0; -const void * RTTI_MovementMessagePathEvent = (void *)0x053B84C0; -const void * RTTI_MovementMessagePathFailed = (void *)0x053BA3C0; -const void * RTTI_MovementMessagePlayIdle = (void *)0x053BBB18; -const void * RTTI_MovementMessageSetStaticPath = (void *)0x053BBB48; -const void * RTTI_MovementMessageTakeOff = (void *)0x051984B8; -const void * RTTI_MovementMessageTraversal = (void *)0x053BA458; -const void * RTTI_MovementMessageUpdateRequestImmediate = (void *)0x053B8480; -const void * RTTI_MovementMessageWarpToLocation = (void *)0x053BBAB0; -const void * RTTI_MovementMessageWarpToMultiple = (void *)0x053BBBB0; -const void * RTTI_MovementParameters = (void *)0x0512AC48; -const void * RTTI_MovementParametersFixed = (void *)0x052262E8; -const void * RTTI_MovementPathManagerAgent = (void *)0x053B8420; -const void * RTTI_MovementPathManagerAgentAvoidBox = (void *)0x053B92D8; -const void * RTTI_MovementPathManagerAgentLoadedAreaMonitor = (void *)0x053B9110; -const void * RTTI_MovementPathManagerAgentStaticAvoider = (void *)0x053B9188; -const void * RTTI_MovementPathManagerArbiter = (void *)0x053B8350; -const void * RTTI_MovementPathManagerNullTracker = (void *)0x053B8570; -const void * RTTI_MovementPlannerAgent = (void *)0x052D7100; -const void * RTTI_MovementPlannerAgentDirectControl = (void *)0x052D7160; -const void * RTTI_MovementPlannerAgentNavmeshBounds = (void *)0x053B9150; -const void * RTTI_MovementPlannerAgentWarp = (void *)0x052D71C8; -const void * RTTI_MovementPlannerArbiter = (void *)0x053B86C0; -const void * RTTI_MovementPostUpdateArbiter = (void *)0x053B8D70; -const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData = (void *)0x053B9A80; -const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToPath = (void *)0x053B9AE0; -const void * RTTI_MovementStateFollowPath = (void *)0x053B82F8; -const void * RTTI_MovementStateTweener = (void *)0x053B8290; -const void * RTTI_MovementTweenerAgent = (void *)0x052D7288; -const void * RTTI_MovementTweenerAgentFixedDelta = (void *)0x053B9378; -const void * RTTI_MovementTweenerAgentNodeFollower = (void *)0x052D7220; -const void * RTTI_MovementTweenerAgentTargetPosAndVel = (void *)0x053B9420; -const void * RTTI_MovementTweenerArbiter = (void *)0x053B8BE0; -const void * RTTI_MoviePlayer = (void *)0x052B2230; -const void * RTTI_MultiFootIKNode = (void *)0x053714E0; -const void * RTTI_MultiFootIKNodeInstance = (void *)0x05371508; -const void * RTTI_NEW_REFR_DATA = (void *)0x0516D120; -const void * RTTI_NPCAttachHandler = (void *)0x052EC260; -const void * RTTI_NPCDetachHandler = (void *)0x052EC2F0; -const void * RTTI_NavGenUtil__TunnelTerraintFilter = (void *)0x05194C48; -const void * RTTI_NavMesh = (void *)0x05093FD8; -const void * RTTI_NavMeshGenContext = (void *)0x0515EBA8; -const void * RTTI_NavMeshGenData = (void *)0x0515E2F8; -const void * RTTI_NavMeshGenFinalizer = (void *)0x05196258; -const void * RTTI_NavMeshGenInputBorderProcessTask = (void *)0x0515EAA0; -const void * RTTI_NavMeshGenInputProcessor = (void *)0x051965B0; -const void * RTTI_NavMeshGenOutputProcessor = (void *)0x05196618; -const void * RTTI_NavMeshGenSplitter = (void *)0x05196648; -const void * RTTI_NavMeshGenStitcher = (void *)0x051967E0; -const void * RTTI_NavMeshGenerator = (void *)0x051953B8; -const void * RTTI_NavMeshGenerator__NavMeshGenCellsNode = (void *)0x051957D8; -const void * RTTI_NavMeshInfo = (void *)0x052006E0; -const void * RTTI_NavMeshInfoMap = (void *)0x052007D8; -const void * RTTI_NavMeshObstacleCoverManager = (void *)0x0511A848; -const void * RTTI_NavMeshObstacleManager = (void *)0x05200C08; -const void * RTTI_NavMeshSearchClosePoint = (void *)0x05202700; -const void * RTTI_NavMeshSearchFitSphere = (void *)0x052028F8; -const void * RTTI_NavMeshSearchFlee = (void *)0x05202B18; -const void * RTTI_NavMeshSearchHide = (void *)0x05202B88; -const void * RTTI_NavMeshSearchLOS = (void *)0x05202DA8; -const void * RTTI_NavMeshSearchLargestSpaceNearLocation = (void *)0x05202928; -const void * RTTI_NavMeshSearchSLPoint = (void *)0x05202DD0; -const void * RTTI_NavMeshSplineExtraData = (void *)0x051C4A50; -const void * RTTI_NiAVObject = (void *)0x0511A788; -const void * RTTI_NiAdditionalGeometryData = (void *)0x0540B738; -const void * RTTI_NiAmbientLight = (void *)0x0540B710; -const void * RTTI_NiBSplineBasisData = (void *)0x05409390; -const void * RTTI_NiBSplineColorInterpolator = (void *)0x054093E8; -const void * RTTI_NiBSplineCompColorInterpolator = (void *)0x05409420; -const void * RTTI_NiBSplineCompFloatInterpolator = (void *)0x05409458; -const void * RTTI_NiBSplineCompPoint3Interpolator = (void *)0x05409500; -const void * RTTI_NiBSplineCompTransformInterpolator = (void *)0x05409228; -const void * RTTI_NiBSplineData = (void *)0x054093C0; -const void * RTTI_NiBSplineFloatInterpolator = (void *)0x05409490; -const void * RTTI_NiBSplineInterpolator = (void *)0x054092A0; -const void * RTTI_NiBSplinePoint3Interpolator = (void *)0x054094C8; -const void * RTTI_NiBSplineTransformInterpolator = (void *)0x05409268; -const void * RTTI_NiBillboardNode = (void *)0x0540A9B8; -const void * RTTI_NiBinaryExtraData = (void *)0x0540B768; -const void * RTTI_NiBinaryStream = (void *)0x051E98E8; -const void * RTTI_NiBlendAccumTransformInterpolator = (void *)0x05408D80; -const void * RTTI_NiBlendBoolInterpolator = (void *)0x05409058; -const void * RTTI_NiBlendColorInterpolator = (void *)0x054092D0; -const void * RTTI_NiBlendFloatInterpolator = (void *)0x05408E90; -const void * RTTI_NiBlendInterpolator = (void *)0x05408CC8; -const void * RTTI_NiBlendPoint3Interpolator = (void *)0x05409300; -const void * RTTI_NiBlendQuaternionInterpolator = (void *)0x05409330; -const void * RTTI_NiBlendTransformInterpolator = (void *)0x05408F28; -const void * RTTI_NiBoolData = (void *)0x05409368; -const void * RTTI_NiBoolInterpolator = (void *)0x05408FC0; -const void * RTTI_NiBoolTimelineInterpolator = (void *)0x05408FF0; -const void * RTTI_NiBooleanExtraData = (void *)0x0540B790; -const void * RTTI_NiCamera = (void *)0x0540A238; -const void * RTTI_NiCollisionObject = (void *)0x052D11B8; -const void * RTTI_NiColorData = (void *)0x05409538; -const void * RTTI_NiColorExtraData = (void *)0x0540ABE0; -const void * RTTI_NiColorExtraDataController = (void *)0x05409560; -const void * RTTI_NiColorInterpolator = (void *)0x05409598; -const void * RTTI_NiControllerManager = (void *)0x05408B00; -const void * RTTI_NiControllerSequence = (void *)0x05408C20; -const void * RTTI_NiDefaultAVObjectPalette = (void *)0x05408B30; -const void * RTTI_NiDirectionalLight = (void *)0x0540B7C0; -const void * RTTI_NiExtraData = (void *)0x051577A8; -const void * RTTI_NiExtraDataController = (void *)0x05408EF8; -const void * RTTI_NiFile = (void *)0x052ACE78; -const void * RTTI_NiFloatController = (void *)0x054099B8; -const void * RTTI_NiFloatData = (void *)0x05408E48; -const void * RTTI_NiFloatExtraData = (void *)0x0540B7F0; -const void * RTTI_NiFloatExtraDataController = (void *)0x05408EC0; -const void * RTTI_NiFloatInterpController = (void *)0x05408F60; -const void * RTTI_NiFloatInterpolator = (void *)0x05409028; -const void * RTTI_NiFloatsExtraData = (void *)0x0540AC08; -const void * RTTI_NiFloatsExtraDataController = (void *)0x054095C8; -const void * RTTI_NiFloatsExtraDataPoint3Controller = (void *)0x05409600; -const void * RTTI_NiFogProperty = (void *)0x0540B6E8; -const void * RTTI_NiFormArray = (void *)0x051EBF28; -const void * RTTI_NiGeometry = (void *)0x0540B910; -const void * RTTI_NiGeometryData = (void *)0x0540AA48; -const void * RTTI_NiIntegerExtraData = (void *)0x0537A8E8; -const void * RTTI_NiIntegersExtraData = (void *)0x05390AB8; -const void * RTTI_NiInterpController = (void *)0x0538E010; -const void * RTTI_NiKeyframeManager = (void *)0x054096F0; -const void * RTTI_NiLight = (void *)0x0540ACB0; -const void * RTTI_NiLightColorController = (void *)0x05409818; -const void * RTTI_NiLightDimmerController = (void *)0x05409848; -const void * RTTI_NiLightRadiusController = (void *)0x05409878; -const void * RTTI_NiLookAtController = (void *)0x054098A8; -const void * RTTI_NiLookAtInterpolator = (void *)0x054098D8; -const void * RTTI_NiMemStream = (void *)0x0540BA30; -const void * RTTI_NiMorphData = (void *)0x05409908; -const void * RTTI_NiMultiTargetTransformController = (void *)0x05408C50; -const void * RTTI_NiNode = (void *)0x0515A0F0; -const void * RTTI_NiObjectNET = (void *)0x0511A7B0; -const void * RTTI_NiPathController = (void *)0x05409930; -const void * RTTI_NiPathInterpolator = (void *)0x05408E18; -const void * RTTI_NiPick__Results = (void *)0x0540AB90; -const void * RTTI_NiPoint3Interpolator = (void *)0x05409958; -const void * RTTI_NiPointLight = (void *)0x0540B818; -const void * RTTI_NiPosData = (void *)0x05408E70; -const void * RTTI_NiProperty = (void *)0x0540B128; -const void * RTTI_NiQuaternionInterpolator = (void *)0x05409988; -const void * RTTI_NiRefObject = (void *)0x0512FF80; -const void * RTTI_NiRollController = (void *)0x054099E0; -const void * RTTI_NiRotData = (void *)0x05409A08; -const void * RTTI_NiSequence = (void *)0x05409BD8; -const void * RTTI_NiSequenceStreamHelper = (void *)0x05409C00; -const void * RTTI_NiSingleInterpController = (void *)0x05408D20; -const void * RTTI_NiSkinData = (void *)0x0540B840; -const void * RTTI_NiSkinInstance = (void *)0x0540B868; -const void * RTTI_NiSkinPartition = (void *)0x0540B890; -const void * RTTI_NiSpotLight = (void *)0x0540B8B8; -const void * RTTI_NiStream = (void *)0x051EF128; -const void * RTTI_NiStringExtraData = (void *)0x0540A1E8; -const void * RTTI_NiStringPalette = (void *)0x05409C30; -const void * RTTI_NiStringsExtraData = (void *)0x0540B8E0; -const void * RTTI_NiSwitchNode = (void *)0x0540A9E0; -const void * RTTI_NiTextKeyExtraData = (void *)0x05409C58; -const void * RTTI_NiTimeController = (void *)0x051861B0; -const void * RTTI_NiTransformController = (void *)0x05408D50; -const void * RTTI_NiTransformData = (void *)0x05409200; -const void * RTTI_NiTransformInterpolator = (void *)0x05408DE8; -const void * RTTI_NiTriBasedGeom = (void *)0x0540B960; -const void * RTTI_NiTriBasedGeomData = (void *)0x0540B988; -const void * RTTI_NiTriShape = (void *)0x0540B938; -const void * RTTI_NiTriShapeData = (void *)0x0540B9B8; -const void * RTTI_NiTriStrips = (void *)0x0540B9E0; -const void * RTTI_NiTriStripsData = (void *)0x0540BA08; -const void * RTTI_NiUVData = (void *)0x05409C88; -const void * RTTI_NiVisController = (void *)0x05409CD8; -const void * RTTI_NightEyeEffect = (void *)0x052A7A48; -const void * RTTI_NonActorMagicCaster = (void *)0x0517BF88; -const void * RTTI_NonActorMagicTarget = (void *)0x05093438; -const void * RTTI_NormalizeRotation = (void *)0x0536D8C8; -const void * RTTI_NormalizeRotationInstance = (void *)0x053710D0; -const void * RTTI_NullMovementSelectIdleResult = (void *)0x053B9818; -const void * RTTI_NullMovementState = (void *)0x0531F788; -const void * RTTI_NullPathBuilderTracker = (void *)0x053B4A10; -const void * RTTI_ObjectAttachmentFormComponent = (void *)0x0516EF10; -const void * RTTI_ObjectListItem = (void *)0x051F1930; -const void * RTTI_ObstacleTaskData = (void *)0x05200F28; -const void * RTTI_OpenContainerMenuMessage = (void *)0x05094A80; -const void * RTTI_OpenEffect = (void *)0x052A7D20; -const void * RTTI_OpenRefuelMenuMessage = (void *)0x05094EF0; -const void * RTTI_OpenShipCrewAssignMenuMessage = (void *)0x05094EB8; -const void * RTTI_OwnedCameraEffectController = (void *)0x051DCF10; -const void * RTTI_OwnedController = (void *)0x0515AA30; -const void * RTTI_PackageCreator = (void *)0x050B10F0; -const void * RTTI_PackageList = (void *)0x05186718; -const void * RTTI_PackageLocation = (void *)0x05200350; -const void * RTTI_PageFileBase = (void *)0x052ACF98; -const void * RTTI_PairCollector = (void *)0x0508CF78; -const void * RTTI_PairedAnimation = (void *)0x05371488; -const void * RTTI_PairedAnimationInstance = (void *)0x053714B0; -const void * RTTI_PairedAttackDialogueHandler = (void *)0x052ED988; -const void * RTTI_PairedStopHandler = (void *)0x052EC5D8; -const void * RTTI_ParalysisEffect = (void *)0x052A6A00; -const void * RTTI_ParticleFormComponent = (void *)0x0516F530; -const void * RTTI_ParticleParticleCollisionsTask = (void *)0x0508CAB0; -const void * RTTI_ParticleParticleInterBranchCollisionsTask = (void *)0x0508CAF0; -const void * RTTI_ParticleParticleInterbranchSolveTask = (void *)0x0508CA40; -const void * RTTI_ParticleParticleProcessEarlyOutStateTask = (void *)0x0508C918; -const void * RTTI_ParticleSequence = (void *)0x0536D948; -const void * RTTI_ParticleSequenceInstance = (void *)0x05371100; -const void * RTTI_ParticleSystemInterface = (void *)0x051822E0; -const void * RTTI_Particles__AnimatedUVMaterialProperties = (void *)0x053A4748; -const void * RTTI_Particles__BaseCustomParameter = (void *)0x05212940; -const void * RTTI_Particles__BaseOperation = (void *)0x053AAB48; -const void * RTTI_Particles__BaseParticleSystemItem = (void *)0x053AAB10; -const void * RTTI_Particles__BoundProperty = (void *)0x053A4788; -const void * RTTI_Particles__BundleInfo = (void *)0x053AABA8; -const void * RTTI_Particles__EmitterBinding = (void *)0x053B0468; -const void * RTTI_Particles__EmitterDefinition = (void *)0x053B0E38; -const void * RTTI_Particles__EmitterMaterialDependency = (void *)0x053AD9E0; -const void * RTTI_Particles__ExpressionParser = (void *)0x053B3270; -const void * RTTI_Particles__ForcesProperties = (void *)0x053AD8C0; -const void * RTTI_Particles__GeometryAsShapeDependency = (void *)0x053ADA88; -const void * RTTI_Particles__GeometryParticlesProperties = (void *)0x053AD8F8; -const void * RTTI_Particles__GroupOperation = (void *)0x053AAAE0; -const void * RTTI_Particles__ITimeMultiplierProvider = (void *)0x051C4DA8; -const void * RTTI_Particles__Intrinsics__ApplyAngularVelocityParamSet = (void *)0x053AB5A0; -const void * RTTI_Particles__Intrinsics__ApplyForcesToPositionParamSet = (void *)0x053AB770; -const void * RTTI_Particles__Intrinsics__ApplyForcesToVelocityParamSet = (void *)0x053AB7C0; -const void * RTTI_Particles__Intrinsics__ApplyVelocityToPositionParamSet = (void *)0x053ABBF0; -const void * RTTI_Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet = (void *)0x053ABC40; -const void * RTTI_Particles__Intrinsics__AssignmentOperationInput = (void *)0x053ACCF0; -const void * RTTI_Particles__Intrinsics__BindingNameInput = (void *)0x053AC488; -const void * RTTI_Particles__Intrinsics__BoolBoolParamSet = (void *)0x053AC768; -const void * RTTI_Particles__Intrinsics__BoolInput = (void *)0x053AC360; -const void * RTTI_Particles__Intrinsics__BroadcastCollisionEventParamSet = (void *)0x053ABD40; -const void * RTTI_Particles__Intrinsics__ColorAlphaCurvesParamSet = (void *)0x053ACDC0; -const void * RTTI_Particles__Intrinsics__ColorColorColorParamSet = (void *)0x053AC8C0; -const void * RTTI_Particles__Intrinsics__ColorColorFloatParamSet = (void *)0x053AC830; -const void * RTTI_Particles__Intrinsics__ColorCurveParamSet = (void *)0x053ACD78; -const void * RTTI_Particles__Intrinsics__ColorFloatParamSet = (void *)0x053AC878; -const void * RTTI_Particles__Intrinsics__ColorInput = (void *)0x053AC398; -const void * RTTI_Particles__Intrinsics__ColorPickerMinMaxParamSet = (void *)0x053AC960; -const void * RTTI_Particles__Intrinsics__ColorPickerParamSet = (void *)0x053AC7E8; -const void * RTTI_Particles__Intrinsics__ConditionalJumpParamSet = (void *)0x053ACC00; -const void * RTTI_Particles__Intrinsics__ConditionalKillParamSet = (void *)0x053ACF80; -const void * RTTI_Particles__Intrinsics__ConformToHeightmapParamSet = (void *)0x053AAF80; -const void * RTTI_Particles__Intrinsics__ConformToHeightmapSimParamSet = (void *)0x053AAFD0; -const void * RTTI_Particles__Intrinsics__CurveParamSet = (void *)0x053ACD38; -const void * RTTI_Particles__Intrinsics__CustomHandlingParamSet = (void *)0x053AB370; -const void * RTTI_Particles__Intrinsics__CyclingVolumeParamSet = (void *)0x053AAF30; -const void * RTTI_Particles__Intrinsics__DebugAnimateParentTransform = (void *)0x053ACE10; -const void * RTTI_Particles__Intrinsics__DebugAttachToCamera = (void *)0x053ACE58; -const void * RTTI_Particles__Intrinsics__DebugMoveParentTransform = (void *)0x053ACEA0; -const void * RTTI_Particles__Intrinsics__DirectionAxisInput = (void *)0x053AB2D8; -const void * RTTI_Particles__Intrinsics__DirectionToRotation3DParamSet = (void *)0x053AC680; -const void * RTTI_Particles__Intrinsics__Double3Double3Double3ParamSet = (void *)0x053AD5A0; -const void * RTTI_Particles__Intrinsics__Double3Double3ParamSet = (void *)0x053AD500; -const void * RTTI_Particles__Intrinsics__Double3Double3VectorParamSet = (void *)0x053AD550; -const void * RTTI_Particles__Intrinsics__Double3Input = (void *)0x053AC198; -const void * RTTI_Particles__Intrinsics__EmissionTypeInput = (void *)0x053AC598; -const void * RTTI_Particles__Intrinsics__ExpressionInputParamSet = (void *)0x053B29D0; -const void * RTTI_Particles__Intrinsics__Float5ParamSet = (void *)0x053AD198; -const void * RTTI_Particles__Intrinsics__Float6ParamSet = (void *)0x053AD1D8; -const void * RTTI_Particles__Intrinsics__FloatBoolParamSet = (void *)0x053AD218; -const void * RTTI_Particles__Intrinsics__FloatColorParamSet = (void *)0x053AC7A8; -const void * RTTI_Particles__Intrinsics__FloatFloatBoolParamSet = (void *)0x053AD260; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatColorParamSet = (void *)0x053AC910; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatParamSet = (void *)0x053AD150; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatParamSet = (void *)0x053ACFD0; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatVectorParamSet = (void *)0x053AD020; -const void * RTTI_Particles__Intrinsics__FloatFloatParamSet = (void *)0x053AD2A8; -const void * RTTI_Particles__Intrinsics__FloatInput = (void *)0x053AC160; -const void * RTTI_Particles__Intrinsics__FloatMinMaxParamSet = (void *)0x053AD108; -const void * RTTI_Particles__Intrinsics__FloatUIntParamSet = (void *)0x053AD2E8; -const void * RTTI_Particles__Intrinsics__FloatVector33MatrixParamSet = (void *)0x053AD070; -const void * RTTI_Particles__Intrinsics__FloatVectorParamSet = (void *)0x053AD370; -const void * RTTI_Particles__Intrinsics__FloatVectorVectorParamSet = (void *)0x053AADB0; -const void * RTTI_Particles__Intrinsics__GenericResourceParamSet = (void *)0x053AB320; -const void * RTTI_Particles__Intrinsics__GeometryParticleKillParamSet = (void *)0x053AB460; -const void * RTTI_Particles__Intrinsics__GeometryParticleParamSet = (void *)0x053AB3C0; -const void * RTTI_Particles__Intrinsics__GeometryParticleUpdateParamSet = (void *)0x053AB410; -const void * RTTI_Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet = (void *)0x053AB4B0; -const void * RTTI_Particles__Intrinsics__HexColorHexColorUIntParamSet = (void *)0x053ACA70; -const void * RTTI_Particles__Intrinsics__HexColorUIntParamSet = (void *)0x053ACA30; -const void * RTTI_Particles__Intrinsics__HexUIntInput = (void *)0x053AC328; -const void * RTTI_Particles__Intrinsics__Input = (void *)0x053AC0E8; -const void * RTTI_Particles__Intrinsics__IntInput = (void *)0x053AC278; -const void * RTTI_Particles__Intrinsics__JumpParamSet = (void *)0x053ACBC0; -const void * RTTI_Particles__Intrinsics__KillParamSet = (void *)0x053ACF40; -const void * RTTI_Particles__Intrinsics__LODCurvedPropertyBaseParamSet = (void *)0x053AB020; -const void * RTTI_Particles__Intrinsics__LODCurvedPropertyFloatParamSet = (void *)0x053AB070; -const void * RTTI_Particles__Intrinsics__MatrixInput = (void *)0x053AC240; -const void * RTTI_Particles__Intrinsics__MatrixVectorVectorParamSet = (void *)0x053ACCA0; -const void * RTTI_Particles__Intrinsics__MeshSpawnDimensionInput = (void *)0x053AC4D0; -const void * RTTI_Particles__Intrinsics__NoOpDeclareBoolParamSet = (void *)0x053AB5F0; -const void * RTTI_Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet = (void *)0x053AB810; -const void * RTTI_Particles__Intrinsics__Noise2ParamSet = (void *)0x053AD430; -const void * RTTI_Particles__Intrinsics__Noise3ParamSet = (void *)0x053AD470; -const void * RTTI_Particles__Intrinsics__NoiseBaseParamSet = (void *)0x053AD3B0; -const void * RTTI_Particles__Intrinsics__NoiseParamSet = (void *)0x053AD3F0; -const void * RTTI_Particles__Intrinsics__NoiseTypeInput = (void *)0x053AC558; -const void * RTTI_Particles__Intrinsics__OperationNameInput = (void *)0x053AC448; -const void * RTTI_Particles__Intrinsics__OrbitAroundPointParamSet = (void *)0x053AAE90; -const void * RTTI_Particles__Intrinsics__ParameterSetBase = (void *)0x053AC120; -const void * RTTI_Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet = (void *)0x053AB500; -const void * RTTI_Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet = (void *)0x053AB550; -const void * RTTI_Particles__Intrinsics__PointInCylinderParamSet = (void *)0x053ACC50; -const void * RTTI_Particles__Intrinsics__PointInMeshParamSet = (void *)0x053AAE48; -const void * RTTI_Particles__Intrinsics__PointOnAttachedSkeletonParamSet = (void *)0x053AAEE0; -const void * RTTI_Particles__Intrinsics__RandomVariableParamSet = (void *)0x053AD4B0; -const void * RTTI_Particles__Intrinsics__RandomVectorOnShapeParamSet = (void *)0x053AAE00; -const void * RTTI_Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet = (void *)0x053AC6D0; -const void * RTTI_Particles__Intrinsics__ShapeTypeInput = (void *)0x053AC518; -const void * RTTI_Particles__Intrinsics__SharedAsset = (void *)0x053ADAC8; -const void * RTTI_Particles__Intrinsics__SharedAssociatedUID = (void *)0x053AC068; -const void * RTTI_Particles__Intrinsics__SharedCollisionInfo = (void *)0x053AC0A8; -const void * RTTI_Particles__Intrinsics__SharedColorAlphaCurves = (void *)0x053ADC00; -const void * RTTI_Particles__Intrinsics__SharedColorCurve = (void *)0x053ADBB8; -const void * RTTI_Particles__Intrinsics__SharedCurve = (void *)0x053ADB40; -const void * RTTI_Particles__Intrinsics__SharedCustomParameter = (void *)0x053ABFE0; -const void * RTTI_Particles__Intrinsics__SharedFiniteRandomNumberGenerator = (void *)0x053ABE90; -const void * RTTI_Particles__Intrinsics__SharedHeightmapData = (void *)0x053AC028; -const void * RTTI_Particles__Intrinsics__SharedLODCurves = (void *)0x053ADC48; -const void * RTTI_Particles__Intrinsics__SharedMesh = (void *)0x053ABDD8; -const void * RTTI_Particles__Intrinsics__SharedNoiseGenerator = (void *)0x053ABE50; -const void * RTTI_Particles__Intrinsics__SharedParticleSystemSpawnParameters = (void *)0x053ABF40; -const void * RTTI_Particles__Intrinsics__SharedRGBColorCurve = (void *)0x053ADB78; -const void * RTTI_Particles__Intrinsics__SharedRandomVariableDistributionValues = (void *)0x053ABEE0; -const void * RTTI_Particles__Intrinsics__SharedRuntimeInfo = (void *)0x053ADB00; -const void * RTTI_Particles__Intrinsics__SharedSkeletonData = (void *)0x053ABE10; -const void * RTTI_Particles__Intrinsics__SharedUpdateForcesParameters = (void *)0x053ABF90; -const void * RTTI_Particles__Intrinsics__SpawnParticleParamSet = (void *)0x053ABD90; -const void * RTTI_Particles__Intrinsics__StringInput = (void *)0x053AC410; -const void * RTTI_Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet = (void *)0x053ABB90; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet = (void *)0x053ABB20; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet = (void *)0x053ABAC0; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet = (void *)0x053AB9F0; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet = (void *)0x053AB920; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet = (void *)0x053AB8C0; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet = (void *)0x053AB860; -const void * RTTI_Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet = (void *)0x053ABA50; -const void * RTTI_Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet = (void *)0x053AB980; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet = (void *)0x053AB6A0; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet = (void *)0x053AB640; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet = (void *)0x053AB700; -const void * RTTI_Particles__Intrinsics__TransformStretchVectorToWorldParamSet = (void *)0x053ABCE0; -const void * RTTI_Particles__Intrinsics__TransformVelocityToWorldParamSet = (void *)0x053ABC90; -const void * RTTI_Particles__Intrinsics__UIntDivisionParamSet = (void *)0x053ACB00; -const void * RTTI_Particles__Intrinsics__UIntFloatParamSet = (void *)0x053ACB80; -const void * RTTI_Particles__Intrinsics__UIntInput = (void *)0x053AC2B0; -const void * RTTI_Particles__Intrinsics__UIntMinMaxParamSet = (void *)0x053ACB40; -const void * RTTI_Particles__Intrinsics__UIntUIntBoolParamSet = (void *)0x053AC9F0; -const void * RTTI_Particles__Intrinsics__UIntUIntParamSet = (void *)0x053AC9A8; -const void * RTTI_Particles__Intrinsics__UIntUIntUIntParamSet = (void *)0x053ACAC0; -const void * RTTI_Particles__Intrinsics__UpdateChildParticleBindingsParamSet = (void *)0x053ACEF0; -const void * RTTI_Particles__Intrinsics__UpdateForcesParamSet = (void *)0x053B2A20; -const void * RTTI_Particles__Intrinsics__VariableInput = (void *)0x053AC2E8; -const void * RTTI_Particles__Intrinsics__Vector2Input = (void *)0x053AC1D0; -const void * RTTI_Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet = (void *)0x053AD690; -const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x053AD6E0; -const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x053AD740; -const void * RTTI_Particles__Intrinsics__Vector3Input = (void *)0x053AC208; -const void * RTTI_Particles__Intrinsics__Vector3MatrixParamSet = (void *)0x053AD0C0; -const void * RTTI_Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet = (void *)0x053AD7A0; -const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x053AD7F0; -const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x053AC5E0; -const void * RTTI_Particles__Intrinsics__VectorFloatParamSet = (void *)0x053AAD20; -const void * RTTI_Particles__Intrinsics__VectorFloatVectorParamSet = (void *)0x053AAD60; -const void * RTTI_Particles__Intrinsics__VectorMinMaxParamSet = (void *)0x053AC640; -const void * RTTI_Particles__Intrinsics__VectorScaleAddParamSet = (void *)0x053AC720; -const void * RTTI_Particles__Intrinsics__VectorVectorFloatParamSet = (void *)0x053AD640; -const void * RTTI_Particles__Intrinsics__VectorVectorParamSet = (void *)0x053AD330; -const void * RTTI_Particles__Intrinsics__VectorVectorVectorParamSet = (void *)0x053AD5F0; -const void * RTTI_Particles__Intrinsics__XMFLOAT4Input = (void *)0x053AC3D0; -const void * RTTI_Particles__ListFloatCurve = (void *)0x053A4718; -const void * RTTI_Particles__ListParticleCollisionInfo = (void *)0x05212978; -const void * RTTI_Particles__MaterialDBDependency = (void *)0x053AD9A8; -const void * RTTI_Particles__MaterialProperties = (void *)0x053A4670; -const void * RTTI_Particles__MeshDependency = (void *)0x053ADA20; -const void * RTTI_Particles__ModelDBDependency = (void *)0x053AD970; -const void * RTTI_Particles__PSM__Commands__BaseParticleSystemRequest = (void *)0x053B00F0; -const void * RTTI_Particles__PSM__Commands__RequestLoadResources = (void *)0x053B0140; -const void * RTTI_Particles__PSM__Commands__WaitForResourceLoad = (void *)0x053AEF00; -const void * RTTI_Particles__ParticleEmitterEngine = (void *)0x053B0188; -const void * RTTI_Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding = (void *)0x053B03D0; -const void * RTTI_Particles__ParticleNodeManager = (void *)0x053A58C8; -const void * RTTI_Particles__ParticlePerformanceManager = (void *)0x053AF578; -const void * RTTI_Particles__ParticleSystemManagerImpl = (void *)0x053AEF48; -const void * RTTI_Particles__ParticleSystemManagerImpl__PSBinding = (void *)0x053AF530; -const void * RTTI_Particles__ParticleSystemStorage = (void *)0x053A4BD0; -const void * RTTI_Particles__PhysicsProperties = (void *)0x053A46E0; -const void * RTTI_Particles__PointInMeshDependency = (void *)0x053ADA50; -const void * RTTI_Particles__ResourceDependency = (void *)0x053AD938; -const void * RTTI_Particles__SingleOperation = (void *)0x053AAB78; -const void * RTTI_Particles__SystemBinding = (void *)0x053A6240; -const void * RTTI_Particles__SystemDefinition = (void *)0x053AD848; -const void * RTTI_Particles__TiledMaterialProperties = (void *)0x053A46A8; -const void * RTTI_PassengerInteraction = (void *)0x05226898; -const void * RTTI_PathFollowerAnimationMoveStart = (void *)0x053BC178; -const void * RTTI_PathFollowerAnimationMoveStop = (void *)0x053BC1B0; -const void * RTTI_PathFollowerStateFollowPathToParameter = (void *)0x053BC058; -const void * RTTI_PathFollowerStateKeepLastDirection = (void *)0x053BC098; -const void * RTTI_PathFollowerStatePerformAction = (void *)0x053BC140; -const void * RTTI_PathFollowerStatePlayIdle = (void *)0x053BBFF0; -const void * RTTI_PathFollowerStateShortcut = (void *)0x053BC0D8; -const void * RTTI_PathFollowerStateTurnToAngle = (void *)0x053BC020; -const void * RTTI_PathFollowerStateWaitForAction = (void *)0x053BC108; -const void * RTTI_PathManagerImpl = (void *)0x053B43E0; -const void * RTTI_PathManagerPositionPlayerAdapter = (void *)0x052BD718; -const void * RTTI_PathSmootherRayCastUsePreferredTris = (void *)0x053BAB30; -const void * RTTI_PathSmootherRayCastUseTrianglePath = (void *)0x053BAB70; -const void * RTTI_Pathing = (void *)0x052021D8; -const void * RTTI_PathingAnimations = (void *)0x05364C68; -const void * RTTI_PathingAnimationsInstance = (void *)0x05364CE8; -const void * RTTI_PathingCell = (void *)0x052022F0; -const void * RTTI_PathingCoverLocation = (void *)0x05202128; -const void * RTTI_PathingDoor = (void *)0x05202340; -const void * RTTI_PathingLockData = (void *)0x05202368; -const void * RTTI_PathingNumericIDDuplicationVisitor = (void *)0x052023B8; -const void * RTTI_PathingRequest = (void *)0x05156E90; -const void * RTTI_PathingRequestClosePoint = (void *)0x052015B0; -const void * RTTI_PathingRequestClosestGoal = (void *)0x05202E00; -const void * RTTI_PathingRequestCover = (void *)0x05202E30; -const void * RTTI_PathingRequestFlee = (void *)0x05202E60; -const void * RTTI_PathingRequestFly = (void *)0x05202E90; -const void * RTTI_PathingRequestFlyAction = (void *)0x05202EB8; -const void * RTTI_PathingRequestFlyHover = (void *)0x05202EE8; -const void * RTTI_PathingRequestFlyLand = (void *)0x05202F18; -const void * RTTI_PathingRequestFlyOrbit = (void *)0x05202F48; -const void * RTTI_PathingRequestFlyTakeOff = (void *)0x05202F78; -const void * RTTI_PathingRequestHide = (void *)0x05202FA8; -const void * RTTI_PathingRequestLOS = (void *)0x05202FD8; -const void * RTTI_PathingRequestOpenSpace = (void *)0x05156EE0; -const void * RTTI_PathingRequestRotate = (void *)0x05203000; -const void * RTTI_PathingRequestSafeStraightLine = (void *)0x05201688; -const void * RTTI_PathingRequestStopMoving = (void *)0x05203030; -const void * RTTI_PathingSpace = (void *)0x052023F8; -const void * RTTI_PathingStreamLoadGame = (void *)0x052D72E8; -const void * RTTI_PathingStreamMasterFileRead = (void *)0x05198430; -const void * RTTI_PathingStreamSaveGame = (void *)0x052D72B8; -const void * RTTI_PathingTraversalAction = (void *)0x05198918; -const void * RTTI_PathingTraversalActionActivate = (void *)0x051987D0; -const void * RTTI_PathingTraversalActionDoorway = (void *)0x05198808; -const void * RTTI_PathingTraversalActionJump = (void *)0x05198840; -const void * RTTI_PathingTraversalActionLadder = (void *)0x05198878; -const void * RTTI_PathingTraversalActionStandard = (void *)0x051988E0; -const void * RTTI_PathingTraversalData = (void *)0x05198948; -const void * RTTI_PathingTraversalManager = (void *)0x0519A3F8; -const void * RTTI_PauseMenu = (void *)0x0528E4A0; -const void * RTTI_PauseMenuConfirmationDataModel = (void *)0x05248668; -const void * RTTI_PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle = (void *)0x05248820; -const void * RTTI_PauseMenuListDataModel = (void *)0x05248520; -const void * RTTI_PauseMenuListDataModel__PauseMenuListEventShuttle = (void *)0x05248730; -const void * RTTI_PauseMenuStateDataModel = (void *)0x052483B0; -const void * RTTI_PauseMenuStateDataModel__PauseMenuStateEventShuttle = (void *)0x05248360; -const void * RTTI_PauseMenu_ActionCanceled = (void *)0x0528E868; -const void * RTTI_PauseMenu_ConfirmAction = (void *)0x0528E898; -const void * RTTI_PauseMenu_ConfirmLoad = (void *)0x0528E808; -const void * RTTI_PauseMenu_ConfirmSave = (void *)0x0528E778; -const void * RTTI_PauseMenu_DeleteSave = (void *)0x0528E7D8; -const void * RTTI_PauseMenu_QuitToDesktop = (void *)0x0528E748; -const void * RTTI_PauseMenu_SetCharacter = (void *)0x0528E7A8; -const void * RTTI_PauseMenu_StartAction = (void *)0x0528E8C8; -const void * RTTI_PauseMenu_StartLoad = (void *)0x0528E838; -const void * RTTI_PauseMenu_UploadSave = (void *)0x0528E718; -const void * RTTI_PeakValueModifierEffect = (void *)0x05095848; -const void * RTTI_PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter = (void *)0x0537D3E0; -const void * RTTI_PenetrationUtils__hknpBSCommandStreamWriter = (void *)0x05381E00; -const void * RTTI_PerformActivationHandler = (void *)0x052ED818; -const void * RTTI_PerformOpFunc = (void *)0x0540A0E8; -const void * RTTI_PhotoGalleryMenu = (void *)0x0522ED00; -const void * RTTI_PhotoGalleryMenu__PhotoGalleryEventShuttle = (void *)0x0522ECC0; -const void * RTTI_PhotoGallery_DeletePhoto = (void *)0x0522EAE0; -const void * RTTI_PhotoModeCameraState = (void *)0x0520D2B8; -const void * RTTI_PhotoModeDataModel = (void *)0x05249F20; -const void * RTTI_PhotoModeDataModel__PhotoModeEventShuttle = (void *)0x0524A068; -const void * RTTI_PhotoModeDataModel__PhotoModeOverlayData__ImageData = (void *)0x0524A020; -const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__CategoryData = (void *)0x0524A1B0; -const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__SettingData = (void *)0x0524A160; -const void * RTTI_PhotoModeEffectController = (void *)0x051F0A08; -const void * RTTI_PhotoModeMenu = (void *)0x05276808; -const void * RTTI_PhotoMode_InitializeCategory = (void *)0x05276950; -const void * RTTI_PhotoMode_ResetToDefaults = (void *)0x05276920; -const void * RTTI_PhotoMode_SliderChanged = (void *)0x052768F0; -const void * RTTI_PhotoMode_StepperChanged = (void *)0x052768C0; -const void * RTTI_PhotoMode_TakeSnapshot = (void *)0x05276890; -const void * RTTI_PhotoMode_ToggleHelmet = (void *)0x05276830; -const void * RTTI_PhotoMode_ToggleUI = (void *)0x05276860; -const void * RTTI_PhotoMode__PhotoModeCaptureExportNode = (void *)0x052763B8; -const void * RTTI_PhysicsContactListener = (void *)0x05364C00; -const void * RTTI_PhysicsContactListenerInstance = (void *)0x05364C30; -const void * RTTI_PickNewIdleHandler = (void *)0x052EC348; -const void * RTTI_PickpocketInventoryModel = (void *)0x05278178; -const void * RTTI_PickpocketItemData = (void *)0x052781A8; -const void * RTTI_PickpocketMenu = (void *)0x05277D88; -const void * RTTI_PickpocketMenu_OnItemSelect = (void *)0x05277D50; -const void * RTTI_PickpocketStateData = (void *)0x052781D8; -const void * RTTI_PipelineGenerationEventHandler = (void *)0x052C0398; -const void * RTTI_PitchOverrideEndHandler = (void *)0x052EBF00; -const void * RTTI_PitchOverrideStartHandler = (void *)0x052EBF30; -const void * RTTI_PlanetSiteSelectEventHelper = (void *)0x052C0768; -const void * RTTI_PlasmaProjectile = (void *)0x052128C8; -const void * RTTI_PlatformDataModel = (void *)0x053A3710; -const void * RTTI_PlayBinkMenu = (void *)0x0528EBC8; -const void * RTTI_PlayBink_CloseMenu = (void *)0x0528EBF0; -const void * RTTI_PlayerBedEnterHandler = (void *)0x052EDF90; -const void * RTTI_PlayerCamera = (void *)0x05326EB8; -const void * RTTI_PlayerCameraTransitionState = (void *)0x05326C40; -const void * RTTI_PlayerChairEnterHandler = (void *)0x052EDDB8; -const void * RTTI_PlayerCharacter = (void *)0x052D5058; -const void * RTTI_PlayerControls__AlternateAttackHandler = (void *)0x05226BA0; -const void * RTTI_PlayerControls__AlternateFlightControlMode = (void *)0x05226A70; -const void * RTTI_PlayerControls__AutoMoveHandler = (void *)0x052269C0; -const void * RTTI_PlayerControls__Base = (void *)0x05227EA0; -const void * RTTI_PlayerControls__DebugCameraHandler = (void *)0x052269F8; -const void * RTTI_PlayerControls__FlightControlMode = (void *)0x05226AF0; -const void * RTTI_PlayerControls__FlightMovementHandler = (void *)0x05226AB0; -const void * RTTI_PlayerControls__GrabRotationHandler = (void *)0x05226B28; -const void * RTTI_PlayerControls__GravJumpHandler = (void *)0x05226B68; -const void * RTTI_PlayerControls__HeldStateHandler = (void *)0x05226988; -const void * RTTI_PlayerControls__JumpHandler = (void *)0x05226FA0; -const void * RTTI_PlayerControls__LookHandler = (void *)0x05226FD8; -const void * RTTI_PlayerControls__Manager = (void *)0x05228528; -const void * RTTI_PlayerControls__MonocleHandler = (void *)0x05227010; -const void * RTTI_PlayerControls__MovementHandler = (void *)0x05227048; -const void * RTTI_PlayerControls__PlayerCameraHandler = (void *)0x05227080; -const void * RTTI_PlayerControls__PlayerInputHandler = (void *)0x05226950; -const void * RTTI_PlayerControls__RunHandler = (void *)0x052270C0; -const void * RTTI_PlayerControls__ShieldHandler = (void *)0x052270F0; -const void * RTTI_PlayerControls__ShipEquipmentHandler = (void *)0x05227128; -const void * RTTI_PlayerControls__SneakHandler = (void *)0x05227330; -const void * RTTI_PlayerControls__SprintHandler = (void *)0x05227780; -const void * RTTI_PlayerControls__StandardFlightControlMode = (void *)0x05226A30; -const void * RTTI_PlayerControls__StarbornPowerHandler = (void *)0x05228808; -const void * RTTI_PlayerControls__TogglePOVHandler = (void *)0x052277B8; -const void * RTTI_PlayerControls__ToggleRunHandler = (void *)0x052277F0; -const void * RTTI_PlayerControls__WeaponActionHandler = (void *)0x05227828; -const void * RTTI_PlayerControls__WeaponAttackHandler = (void *)0x05227868; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__NotTriggered = (void *)0x05094820; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Triggered = (void *)0x05094650; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic = (void *)0x05094590; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst = (void *)0x05094540; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd = (void *)0x05094760; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous = (void *)0x050944E0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage = (void *)0x050945F0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease = (void *)0x05094700; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage = (void *)0x050946A0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle = (void *)0x05094490; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease = (void *)0x050947C0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Unequipped = (void *)0x05094870; -const void * RTTI_PlayerControls__WeaponBlockActionHandler = (void *)0x05227ED0; -const void * RTTI_PlayerControls__WeaponFocusHandler = (void *)0x05227F10; -const void * RTTI_PlayerControls__WeaponMeleeHandler = (void *)0x05227F48; -const void * RTTI_PlayerControls__WeaponReadyHandler = (void *)0x05227F80; -const void * RTTI_PlayerControls__WeaponReloadHandler = (void *)0x05227FB8; -const void * RTTI_PlayerControls__WeaponSightedActionHandler = (void *)0x052283E0; -const void * RTTI_PlayerControls__ZKeyHandler = (void *)0x05226918; -const void * RTTI_PlayerDataModel = (void *)0x0524B740; -const void * RTTI_PlayerDataModel__PlayerDataEventShuttle = (void *)0x0524BA08; -const void * RTTI_PlayerFastEquipSoundHandler = (void *)0x052ED538; -const void * RTTI_PlayerFurnitureExitHandler = (void *)0x052EDFC0; -const void * RTTI_PlayerInventoryDataModel = (void *)0x0524C450; -const void * RTTI_PlayerInventoryItem = (void *)0x0524C4C8; -const void * RTTI_PlayerRegionState = (void *)0x052D5568; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter = (void *)0x052BD698; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor = (void *)0x052BD630; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor = (void *)0x052BD5C0; -const void * RTTI_PlayerSpaceUtils__EventSink = (void *)0x052AC420; -const void * RTTI_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler = (void *)0x052AC370; -const void * RTTI_PlayerSpaceUtils___unnamed_type_SpaceAsteroidsWorldStepListener_ = (void *)0x05136280; -const void * RTTI_PlayerStatusDataModel = (void *)0x0524D938; -const void * RTTI_PlayerStatusDataModel__PlayerStatusEventShuttle = (void *)0x0524D970; -const void * RTTI_PlayerTraversalState = (void *)0x052D4EB8; -const void * RTTI_PoseDeformerData = (void *)0x051BF568; -const void * RTTI_PoseDeformerInstance = (void *)0x051BF6E0; -const void * RTTI_PostAttachActionsFunctor = (void *)0x0540A0B8; -const void * RTTI_PostBoneModifierControl = (void *)0x0536D918; -const void * RTTI_PostBoneModifierControlInstance = (void *)0x0536D990; -const void * RTTI_PostStepTask = (void *)0x0508C5E8; -const void * RTTI_PowerArmor__EventHandler = (void *)0x0512B820; -const void * RTTI_PowerUtils__PowerUtilsReferenceEventSink = (void *)0x05132508; -const void * RTTI_PowersMenu = (void *)0x0522FDA8; -const void * RTTI_PowersMenu_ActivateEssence = (void *)0x05230108; -const void * RTTI_PowersMenu_EquipPower = (void *)0x05230170; -const void * RTTI_PowersMenu_FavoritePower = (void *)0x05230140; -const void * RTTI_PowersMenu__PowersMenuEventShuttle = (void *)0x05230008; -const void * RTTI_PreStepTask = (void *)0x0508C5C0; -const void * RTTI_Precipitation = (void *)0x051F0018; -const void * RTTI_PrecipitationEffectController = (void *)0x051EFFE0; -const void * RTTI_Preload__Manager = (void *)0x05234D20; -const void * RTTI_Preload__PostProcessDependencyNode = (void *)0x05234D48; -const void * RTTI_PreparePartitionTreeBuffers = (void *)0x0508C958; -const void * RTTI_Probe__ReflectionProbeRenderOptions = (void *)0x0538D808; -const void * RTTI_ProcessListMovementInterface = (void *)0x05130030; -const void * RTTI_ProcessLists = (void *)0x052D6528; -const void * RTTI_ProcessLists__GetActorsFilter = (void *)0x052B2438; -const void * RTTI_Projectile = (void *)0x052128F0; -const void * RTTI_ProjectileLOSCollector = (void *)0x052F8310; -const void * RTTI_Projectile__Manager = (void *)0x052F1F30; -const void * RTTI_QuestDataModel = (void *)0x0524E4F0; -const void * RTTI_QuestDataModel__QuestGameEventShuttle = (void *)0x0524E518; -const void * RTTI_QuestPathingRequest = (void *)0x0519A5E8; -const void * RTTI_QueuedCellAttachService = (void *)0x05190198; -const void * RTTI_QueuedCharacter = (void *)0x0517F990; -const void * RTTI_QueuedExplosionArt = (void *)0x0517F3C0; -const void * RTTI_QueuedFile = (void *)0x05173258; -const void * RTTI_QueuedLocationLoadTask = (void *)0x051D5528; -const void * RTTI_QueuedPlayer = (void *)0x0517F398; -const void * RTTI_QueuedPromoteLargeReferencesTask = (void *)0x051D4830; -const void * RTTI_QueuedPromoteQuestTask = (void *)0x051EE128; -const void * RTTI_QueuedPromoteReferencesTask = (void *)0x0518D3C0; -const void * RTTI_QueuedReference = (void *)0x0517FA70; -const void * RTTI_QueuedReferenceCallbackNode = (void *)0x0517F9E0; -const void * RTTI_QuickSaveLoadHandler = (void *)0x0532F310; -const void * RTTI_REFREventCallbacks__IEventCallback = (void *)0x051E57F8; -const void * RTTI_REFREventCallbacks__IEventCallbackFactory = (void *)0x051324C8; -const void * RTTI_RagdollAndGetUpHandler = (void *)0x052EC080; -const void * RTTI_RagdollFurnitureModifier = (void *)0x051EF088; -const void * RTTI_RagdollGetUp = (void *)0x053715E8; -const void * RTTI_RagdollGetUpInstance = (void *)0x05371610; -const void * RTTI_RagdollStartHandler = (void *)0x052EC050; -const void * RTTI_RallyEffect = (void *)0x052A8270; -const void * RTTI_RandomAnimationNode = (void *)0x05371EF8; -const void * RTTI_RandomAnimationNodeInstance = (void *)0x05371EC0; -const void * RTTI_RangedAimAssistImpl = (void *)0x0520D8A8; -const void * RTTI_ReanimateEffect = (void *)0x052A7D48; -const void * RTTI_RecoilStopHandler = (void *)0x052EE0B0; -const void * RTTI_ReevaluateGraphStateHandler = (void *)0x052EBC10; -const void * RTTI_RefAttachTechniqueInput = (void *)0x052A68D0; -const void * RTTI_ReferenceEffect = (void *)0x052A7990; -const void * RTTI_ReferenceEffectController = (void *)0x0515AA58; -const void * RTTI_ReferenceEndAnimatedCameraHandler = (void *)0x052ED0A0; -const void * RTTI_ReferenceRunActionHandler = (void *)0x052ED3B8; -const void * RTTI_ReferenceStartAnimatedCameraHandler = (void *)0x052ED1C0; -const void * RTTI_ReferenceStartImagespaceModifierHandler = (void *)0x052ED348; -const void * RTTI_ReferenceStopImagespaceModifierHandler = (void *)0x052ED308; -const void * RTTI_ReflectionProbeCellComponent = (void *)0x0515FA98; -const void * RTTI_RefrInteraction = (void *)0x052268F0; -const void * RTTI_Refuel_Accept = (void *)0x0527D240; -const void * RTTI_Refuel_Cancel = (void *)0x0527D218; -const void * RTTI_RegSettingCollection = (void *)0x052A9F70; -const void * RTTI_ReloadCompleteHandler = (void *)0x052EBA70; -const void * RTTI_ReloadStateChangeHandler = (void *)0x052EB9E0; -const void * RTTI_RemoveRagdollHandler = (void *)0x052EC138; -const void * RTTI_ResearchDataModel = (void *)0x0524F8E8; -const void * RTTI_ResearchDataModel__ResearchDataEventShuttle = (void *)0x0524F910; -const void * RTTI_ResearchMenu = (void *)0x052799B8; -const void * RTTI_ResearchMenu_AddMaterial = (void *)0x05279AB8; -const void * RTTI_ResearchMenu_CategorySelected = (void *)0x05279B58; -const void * RTTI_ResearchMenu_ExitMenu = (void *)0x05279A88; -const void * RTTI_ResearchMenu_HideModel = (void *)0x05279A58; -const void * RTTI_ResearchMenu_PreviewProject = (void *)0x05279B20; -const void * RTTI_ResearchMenu_ProjectViewed = (void *)0x05279AE8; -const void * RTTI_ResearchMenu_SetInspectControls = (void *)0x05279A20; -const void * RTTI_ResearchMenu_ToggleTrackingProject = (void *)0x052799E0; -const void * RTTI_Research__Manager = (void *)0x052ACC70; -const void * RTTI_Reset3DMobIterator = (void *)0x051EBC78; -const void * RTTI_ResetFloraEffect = (void *)0x052A7C28; -const void * RTTI_Reticle_OnLongAnimFinished = (void *)0x05290100; -const void * RTTI_RevertSelectedSpellFunctor = (void *)0x052CEF30; -const void * RTTI_RigMesh__BoneAttaches = (void *)0x0537A8B8; -const void * RTTI_RigMesh__BoneTranslations = (void *)0x0537A888; -const void * RTTI_RigSwitch = (void *)0x0536D970; -const void * RTTI_RigSwitchInstance = (void *)0x0536D7C8; -const void * RTTI_RightHandSpellCastHandler = (void *)0x052EE228; -const void * RTTI_RightHandSpellFireHandler = (void *)0x052EE1C8; -const void * RTTI_RollingBone = (void *)0x05371568; -const void * RTTI_RollingBoneInstance = (void *)0x05371538; -const void * RTTI_RootTwist = (void *)0x05371C28; -const void * RTTI_RootTwistInstance = (void *)0x05371C00; -const void * RTTI_RotationVariable = (void *)0x0536D7A0; -const void * RTTI_RotationVariableInstance = (void *)0x05371130; -const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentBase = (void *)0x05193010; -const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentStorage = (void *)0x05192FC0; -const void * RTTI_SKClosestHitCollector = (void *)0x051E8818; -const void * RTTI_SWFToCodeFunctionHandler = (void *)0x05172C38; -const void * RTTI_SandManKillHandler = (void *)0x052ED8A0; -const void * RTTI_SaveBufferStorageWrapper = (void *)0x052B1710; -const void * RTTI_SaveFileStorageWrapper = (void *)0x052B16E0; -const void * RTTI_SaveGameCollection = (void *)0x052ADB98; -const void * RTTI_SaveGameMagicCasterVisitor = (void *)0x052CEFA0; -const void * RTTI_SaveLoadMagicCasterVisitor = (void *)0x052CEB08; -const void * RTTI_SaveLoadTester__Service = (void *)0x052B0A58; -const void * RTTI_SaveLoad__BlockingIONode = (void *)0x051EE0B8; -const void * RTTI_SaveLoad__CleanupService__Impl = (void *)0x05232FD8; -const void * RTTI_SaveStorageWrapperBase = (void *)0x052B16B0; -const void * RTTI_ScalarAnimation = (void *)0x05363248; -const void * RTTI_ScaleformFile__MemoryFile = (void *)0x053A3920; -const void * RTTI_Scaleform__AcquireInterface = (void *)0x052B1D30; -const void * RTTI_Scaleform__AmpMovieObjectDesc = (void *)0x0513D180; -const void * RTTI_Scaleform__BoolFormatter = (void *)0x0513DE60; -const void * RTTI_Scaleform__BufferedFile = (void *)0x0513F500; -const void * RTTI_Scaleform__DefaultAcquireInterface = (void *)0x052B1CC8; -const void * RTTI_Scaleform__DelegatedFile = (void *)0x0513F4D0; -const void * RTTI_Scaleform__DoubleFormatter = (void *)0x0513DEF0; -const void * RTTI_Scaleform__Event = (void *)0x05139998; -const void * RTTI_Scaleform__FILEFile = (void *)0x05141B00; -const void * RTTI_Scaleform__FmtResource = (void *)0x0513DDD0; -const void * RTTI_Scaleform__GFx__AS3Support = (void *)0x05150F28; -const void * RTTI_Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider = (void *)0x0514B470; -const void * RTTI_Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider = (void *)0x0514B4C0; -const void * RTTI_Scaleform__GFx__AS3__ASRefCountCollector = (void *)0x05142D38; -const void * RTTI_Scaleform__GFx__AS3__ASVM = (void *)0x05143888; -const void * RTTI_Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef = (void *)0x05143CF0; -const void * RTTI_Scaleform__GFx__AS3__AbcDataBuffer = (void *)0x05150F58; -const void * RTTI_Scaleform__GFx__AS3__Abc__File = (void *)0x05142C40; -const void * RTTI_Scaleform__GFx__AS3__ArrayBase = (void *)0x05147380; -const void * RTTI_Scaleform__GFx__AS3__AvmBitmap = (void *)0x05143410; -const void * RTTI_Scaleform__GFx__AS3__AvmButton = (void *)0x05143DC0; -const void * RTTI_Scaleform__GFx__AS3__AvmDisplayObj = (void *)0x051431E0; -const void * RTTI_Scaleform__GFx__AS3__AvmInteractiveObj = (void *)0x05143848; -const void * RTTI_Scaleform__GFx__AS3__AvmLoader = (void *)0x05143DF8; -const void * RTTI_Scaleform__GFx__AS3__AvmMovieClip = (void *)0x05143B50; -const void * RTTI_Scaleform__GFx__AS3__AvmSprite = (void *)0x05143B18; -const void * RTTI_Scaleform__GFx__AS3__AvmStage = (void *)0x05143B88; -const void * RTTI_Scaleform__GFx__AS3__AvmStaticText = (void *)0x05143E68; -const void * RTTI_Scaleform__GFx__AS3__AvmTextField = (void *)0x05143EA0; -const void * RTTI_Scaleform__GFx__AS3__AvmTextField__CSSHolder = (void *)0x05150790; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctCalc = (void *)0x05143480; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedName = (void *)0x051434C0; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue = (void *)0x05143510; -const void * RTTI_Scaleform__GFx__AS3__Class = (void *)0x05142A30; -const void * RTTI_Scaleform__GFx__AS3__ClassCallConstruct = (void *)0x05144288; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__ClassClass = (void *)0x051443E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__Traits = (void *)0x05142B08; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__UserDefined = (void *)0x051443A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError = (void *)0x05145A60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Array = (void *)0x05144FA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Boolean = (void *)0x05144E60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Catch = (void *)0x05144FE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Date = (void *)0x05145AE8; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError = (void *)0x05145750; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Domain = (void *)0x051450E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Error = (void *)0x051456C8; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__EvalError = (void *)0x051457A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Function = (void *)0x05144420; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Math = (void *)0x05145B68; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Namespace = (void *)0x051448C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Number = (void *)0x05144EA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Object = (void *)0x05144460; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__QName = (void *)0x05145020; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RangeError = (void *)0x051457F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError = (void *)0x05145840; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RegExp = (void *)0x051455F8; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SecurityError = (void *)0x05145890; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__String = (void *)0x05144F60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError = (void *)0x051458E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__TypeError = (void *)0x05145930; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__URIError = (void *)0x05145980; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError = (void *)0x05145A10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__VerifyError = (void *)0x051459C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XML = (void *)0x05145060; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XMLList = (void *)0x051450A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__int_ = (void *)0x05144EE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__uint = (void *)0x05144F20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__void_ = (void *)0x05145120; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility = (void *)0x0514F800; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation = (void *)0x0514F910; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties = (void *)0x0514FA50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText = (void *)0x0514F740; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection = (void *)0x0514F7A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie = (void *)0x0514B090; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion = (void *)0x0514AB80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap = (void *)0x0514B220; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData = (void *)0x0514B180; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel = (void *)0x0514B510; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode = (void *)0x0514B3D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle = (void *)0x0514B5C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject = (void *)0x0514AE10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer = (void *)0x0514B660; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel = (void *)0x0514B9F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType = (void *)0x0514BA90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics = (void *)0x0514BB80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill = (void *)0x0514BD60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill = (void *)0x0514BE70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill = (void *)0x0514BF80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath = (void *)0x0514C090; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand = (void *)0x0514C340; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding = (void *)0x0514C3F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill = (void *)0x0514C180; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke = (void *)0x0514C290; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable = (void *)0x0514B380; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData = (void *)0x0514BC20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill = (void *)0x0514BC70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath = (void *)0x0514BCC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject = (void *)0x0514B2C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod = (void *)0x0514C4A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle = (void *)0x0514C550; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode = (void *)0x0514C5F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Loader = (void *)0x0514B720; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo = (void *)0x0514B8B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape = (void *)0x0514C6E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip = (void *)0x0514C8C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping = (void *)0x0514CA00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion = (void *)0x0514CF10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Scene = (void *)0x0514C960; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shader = (void *)0x0514D000; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData = (void *)0x0514CFB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput = (void *)0x0514D240; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob = (void *)0x0514D1F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter = (void *)0x0514D050; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType = (void *)0x0514D0A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision = (void *)0x0514D150; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shape = (void *)0x0514CAA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton = (void *)0x0514CB40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod = (void *)0x0514CBE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite = (void *)0x0514C780; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Stage = (void *)0x0514B7C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign = (void *)0x0514CC80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState = (void *)0x0514CD20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality = (void *)0x0514CDD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode = (void *)0x0514CE70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError = (void *)0x0514DAC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError = (void *)0x0514DA70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError = (void *)0x0514D9C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError = (void *)0x0514DA20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError = (void *)0x0514DB10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError = (void *)0x0514DB60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError = (void *)0x0514DBC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent = (void *)0x05148880; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent = (void *)0x05149190; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent = (void *)0x0514A8D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent = (void *)0x05149280; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent = (void *)0x05149380; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent = (void *)0x05149420; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent = (void *)0x05148F90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__Event = (void *)0x05148750; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher = (void *)0x05146270; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase = (void *)0x0514A280; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent = (void *)0x05149C60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent = (void *)0x0514A320; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent = (void *)0x0514A020; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent = (void *)0x051496A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase = (void *)0x0514A830; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent = (void *)0x0514A3C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher = (void *)0x0514A120; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent = (void *)0x0514A4B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent = (void *)0x05149D50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent = (void *)0x05149A80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent = (void *)0x051494C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent = (void *)0x05149E40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent = (void *)0x05149960; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent = (void *)0x05149B70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent = (void *)0x0514A5A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation = (void *)0x0514AAE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent = (void *)0x0514A9D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent = (void *)0x05149F30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent = (void *)0x0514A650; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent = (void *)0x05148EA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent = (void *)0x0514A740; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent = (void *)0x051495B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent = (void *)0x051497F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent = (void *)0x05149080; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents = (void *)0x0514A1C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface = (void *)0x05151110; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter = (void *)0x0514E610; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter = (void *)0x0514E520; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality = (void *)0x0514E6B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType = (void *)0x0514E760; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter = (void *)0x0514E850; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter = (void *)0x0514E940; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter = (void *)0x0514EA00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter = (void *)0x0514EAC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode = (void *)0x0514EB80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter = (void *)0x0514EC90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter = (void *)0x0514ED90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter = (void *)0x0514EE90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter = (void *)0x0514EFA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter = (void *)0x0514F060; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform = (void *)0x0514DC70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix = (void *)0x0514E070; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D = (void *)0x0514DEA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection = (void *)0x0514E240; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Point = (void *)0x0514E110; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle = (void *)0x0514E300; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform = (void *)0x0514E3A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D = (void *)0x0514E440; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D = (void *)0x0514DD60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx = (void *)0x05151D60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions = (void *)0x05151BD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx = (void *)0x05152350; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager = (void *)0x05151B30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad = (void *)0x05152170; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent = (void *)0x05152200; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle = (void *)0x051526C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx = (void *)0x05152580; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx = (void *)0x05152780; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx = (void *)0x05151E00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx = (void *)0x051520D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent = (void *)0x05151C70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx = (void *)0x05151F90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx = (void *)0x05151A00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx = (void *)0x05152440; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx = (void *)0x05151EA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Camera = (void *)0x0514F0B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info = (void *)0x0514F190; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone = (void *)0x0514F280; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Sound = (void *)0x0514F550; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel = (void *)0x0514F410; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext = (void *)0x0514F5F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer = (void *)0x0514F6A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform = (void *)0x0514F320; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter = (void *)0x051460E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference = (void *)0x05146220; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList = (void *)0x05146470; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput = (void *)0x051464C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter = (void *)0x05146520; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection = (void *)0x05146580; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection = (void *)0x05146620; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding = (void *)0x051466C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Responder = (void *)0x05146760; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject = (void *)0x05146800; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus = (void *)0x05146980; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Socket = (void *)0x05146A30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader = (void *)0x05146B70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat = (void *)0x05146D00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest = (void *)0x05146370; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader = (void *)0x05146DF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod = (void *)0x05146E90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream = (void *)0x05146F30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables = (void *)0x05146C60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket = (void *)0x05146F80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer = (void *)0x05151210; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain = (void *)0x0514D290; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities = (void *)0x0514D3E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IME = (void *)0x0514D480; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode = (void *)0x0514D510; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext = (void *)0x0514D740; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Security = (void *)0x0514D7E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain = (void *)0x0514D600; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel = (void *)0x0514D880; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__System = (void *)0x0514D920; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType = (void *)0x0514FB10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings = (void *)0x0514FC00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__Font = (void *)0x0514FCE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle = (void *)0x0514FEB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontType = (void *)0x0514FF50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType = (void *)0x0514FFF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText = (void *)0x05150130; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet = (void *)0x051502F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType = (void *)0x05150430; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode = (void *)0x051504D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextField = (void *)0x05150600; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize = (void *)0x051507D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType = (void *)0x05150870; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat = (void *)0x05150390; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign = (void *)0x05150910; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics = (void *)0x051506F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer = (void *)0x051509B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot = (void *)0x05150AA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu = (void *)0x051515D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x05151350; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems = (void *)0x05151470; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem = (void *)0x05151530; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation = (void *)0x05151700; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard = (void *)0x05151670; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse = (void *)0x051517A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor = (void *)0x05151820; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch = (void *)0x051518C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode = (void *)0x05151960; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray = (void *)0x05148170; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary = (void *)0x05148300; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian = (void *)0x051483F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput = (void *)0x05148480; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput = (void *)0x051484D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable = (void *)0x05148350; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy = (void *)0x05148570; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer = (void *)0x05148660; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector = (void *)0x05146FD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String = (void *)0x051472E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double = (void *)0x05147290; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int = (void *)0x051471F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object = (void *)0x05147330; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint = (void *)0x05147240; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument = (void *)0x05152950; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode = (void *)0x05152860; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType = (void *)0x051529F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__ClassClass = (void *)0x051442C8; -const void * RTTI_Scaleform__GFx__AS3__Classes__UDBase = (void *)0x05142F98; -const void * RTTI_Scaleform__GFx__AS3__Classes__UserDefined = (void *)0x05144308; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Array = (void *)0x05144C38; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Boolean = (void *)0x05144B08; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Catch = (void *)0x05144C78; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Date = (void *)0x05144CF8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Domain = (void *)0x05146068; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Error = (void *)0x05144CB8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Function = (void *)0x05144618; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Math = (void *)0x05144D30; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Namespace = (void *)0x05144958; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Number = (void *)0x05144B48; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Object = (void *)0x051444E8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__QName = (void *)0x05144DA8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__RegExp = (void *)0x05144D68; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__String = (void *)0x05144BF8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XML = (void *)0x05144DE8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XMLList = (void *)0x05144E20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__int_ = (void *)0x05144B88; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__uint = (void *)0x05144BC0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility = (void *)0x0514F860; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion = (void *)0x0514ABE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel = (void *)0x0514B570; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BlendMode = (void *)0x0514B420; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__CapsStyle = (void *)0x0514B610; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GradientType = (void *)0x0514BAE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand = (void *)0x0514C3A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding = (void *)0x0514C450; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod = (void *)0x0514C500; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__JointStyle = (void *)0x0514C5A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode = (void *)0x0514C640; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo = (void *)0x0514B950; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping = (void *)0x0514CA50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SWFVersion = (void *)0x0514CF60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType = (void *)0x0514D100; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision = (void *)0x0514D1A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod = (void *)0x0514CC30; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__Stage = (void *)0x0514B860; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageAlign = (void *)0x0514CCD0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState = (void *)0x0514CD80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageQuality = (void *)0x0514CE20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode = (void *)0x0514CEC0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent = (void *)0x05148940; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent = (void *)0x051491E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent = (void *)0x0514A980; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent = (void *)0x05149330; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent = (void *)0x051493D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__DataEvent = (void *)0x05149470; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent = (void *)0x05149030; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__Event = (void *)0x051487F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher = (void *)0x05148990; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventPhase = (void *)0x0514A2D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FocusEvent = (void *)0x05149D00; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent = (void *)0x0514A370; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent = (void *)0x0514A0D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GestureEvent = (void *)0x05149740; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GesturePhase = (void *)0x0514A880; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent = (void *)0x0514A410; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IMEEvent = (void *)0x0514A550; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent = (void *)0x05149DF0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent = (void *)0x05149B20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__MouseEvent = (void *)0x05149560; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent = (void *)0x05149EE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent = (void *)0x05149A20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent = (void *)0x05149C10; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent = (void *)0x0514A600; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientation = (void *)0x0514AB30; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent = (void *)0x0514AA90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StatusEvent = (void *)0x05149FD0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SyncEvent = (void *)0x0514A6A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TextEvent = (void *)0x05148F40; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TimerEvent = (void *)0x0514A7E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TouchEvent = (void *)0x05149650; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent = (void *)0x051498B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent = (void *)0x05149140; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface = (void *)0x05151170; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality = (void *)0x0514E710; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType = (void *)0x0514E7B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode = (void *)0x0514EBE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Point = (void *)0x0514E1A8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Utils3D = (void *)0x0514E490; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Vector3D = (void *)0x0514DE00; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx = (void *)0x05151DB0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__Extensions = (void *)0x05151C20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager = (void *)0x05151B80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePad = (void *)0x051521B8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent = (void *)0x051522B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx = (void *)0x05152620; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx = (void *)0x051527C8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx = (void *)0x05151E50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent = (void *)0x05151D10; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx = (void *)0x05152030; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx = (void *)0x05151A50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx = (void *)0x051524E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx = (void *)0x05151EF0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Camera = (void *)0x0514F100; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Microphone = (void *)0x0514F2D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__SoundMixer = (void *)0x0514F6F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding = (void *)0x05146710; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObject = (void *)0x051468A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus = (void *)0x051469E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat = (void *)0x05146D50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod = (void *)0x05146EE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer = (void *)0x051512B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain = (void *)0x0514D390; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Capabilities = (void *)0x0514D430; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IME = (void *)0x0514D4C8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode = (void *)0x0514D560; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Security = (void *)0x0514D830; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain = (void *)0x0514D6A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel = (void *)0x0514D8D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__System = (void *)0x0514D970; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType = (void *)0x0514FB60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__Font = (void *)0x0514FD78; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontStyle = (void *)0x0514FF00; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontType = (void *)0x0514FFA0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__GridFitType = (void *)0x05150040; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextColorType = (void *)0x05150480; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode = (void *)0x05150520; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextField = (void *)0x051506A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize = (void *)0x05150820; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldType = (void *)0x051508C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign = (void *)0x05150960; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextRenderer = (void *)0x05150A00; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation = (void *)0x05151750; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Keyboard = (void *)0x051516B8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Mouse = (void *)0x051517E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor = (void *)0x05151870; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Multitouch = (void *)0x05151910; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode = (void *)0x051519B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__ByteArray = (void *)0x05148210; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__Endian = (void *)0x05148440; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector = (void *)0x05147018; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_String = (void *)0x05147150; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_double = (void *)0x05147100; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_int = (void *)0x05147060; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_object = (void *)0x051471A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint = (void *)0x051470B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType = (void *)0x05152A40; -const void * RTTI_Scaleform__GFx__AS3__DoAbc = (void *)0x051510D8; -const void * RTTI_Scaleform__GFx__AS3__FlashUI = (void *)0x05143178; -const void * RTTI_Scaleform__GFx__AS3__FrameCounter = (void *)0x05143E30; -const void * RTTI_Scaleform__GFx__AS3__GASRefCountBase = (void *)0x05142970; -const void * RTTI_Scaleform__GFx__AS3__IMEManager = (void *)0x05152DF8; -const void * RTTI_Scaleform__GFx__AS3__Impl__ArrayFunc = (void *)0x05143448; -const void * RTTI_Scaleform__GFx__AS3__Impl__Value2NumberCollector = (void *)0x051453C0; -const void * RTTI_Scaleform__GFx__AS3__Impl__Value2StrCollector = (void *)0x05145380; -const void * RTTI_Scaleform__GFx__AS3__Impl__ValuePtrCollector = (void *)0x05145340; -const void * RTTI_Scaleform__GFx__AS3__Instance = (void *)0x05142F28; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Activation = (void *)0x05144870; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Anonimous = (void *)0x051430A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__CTraits = (void *)0x05142FD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__ClassClass = (void *)0x05144AC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Interface = (void *)0x05144530; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Prototype = (void *)0x05143050; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__RTraits = (void *)0x05143010; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Traits = (void *)0x05142CF8; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__UserDefined = (void *)0x05144170; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Array = (void *)0x05145300; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Boolean = (void *)0x05145520; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Catch = (void *)0x05145220; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Date = (void *)0x05145B28; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Domain = (void *)0x05146020; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Error = (void *)0x05145710; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Function = (void *)0x05144580; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject = (void *)0x05145260; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript = (void *)0x051452B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd = (void *)0x051447D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Namespace = (void *)0x05144910; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Number = (void *)0x05145450; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Object = (void *)0x051444A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__QName = (void *)0x051451E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__RegExp = (void *)0x05145640; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__String = (void *)0x05145570; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Thunk = (void *)0x05144790; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction = (void *)0x051445D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd = (void *)0x05144820; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XML = (void *)0x05145BA8; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XMLList = (void *)0x05145D90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__int_ = (void *)0x05145498; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__uint = (void *)0x051454D8; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation = (void *)0x0514F980; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties = (void *)0x0514FAB0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie = (void *)0x0514B0E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap = (void *)0x0514B270; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData = (void *)0x0514B1D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject = (void *)0x0514AE60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer = (void *)0x0514B6C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel = (void *)0x0514BA40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics = (void *)0x0514BBD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill = (void *)0x0514BDC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill = (void *)0x0514BEC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill = (void *)0x0514BFE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath = (void *)0x0514C0E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill = (void *)0x0514C1E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke = (void *)0x0514C2E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject = (void *)0x0514B320; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader = (void *)0x0514B770; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo = (void *)0x0514B900; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape = (void *)0x0514C730; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip = (void *)0x0514C910; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene = (void *)0x0514C9B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape = (void *)0x0514CAF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton = (void *)0x0514CB90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite = (void *)0x0514C7D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage = (void *)0x0514B810; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent = (void *)0x051488E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent = (void *)0x0514A920; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent = (void *)0x051492D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent = (void *)0x05148FE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__Event = (void *)0x051487A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher = (void *)0x05146310; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent = (void *)0x05149CB0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent = (void *)0x0514A070; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent = (void *)0x051496F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent = (void *)0x0514A500; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent = (void *)0x05149DA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent = (void *)0x05149AD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent = (void *)0x05149510; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent = (void *)0x05149E90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent = (void *)0x051499C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent = (void *)0x05149BC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent = (void *)0x0514AA30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent = (void *)0x05149F80; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent = (void *)0x05148EF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent = (void *)0x0514A790; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent = (void *)0x05149600; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent = (void *)0x05149850; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent = (void *)0x051490E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents = (void *)0x0514A220; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter = (void *)0x0514E660; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter = (void *)0x0514E570; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter = (void *)0x0514E8A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter = (void *)0x0514E9A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter = (void *)0x0514EB20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter = (void *)0x0514ECE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter = (void *)0x0514EDE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter = (void *)0x0514EEF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter = (void *)0x0514F000; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform = (void *)0x0514DCC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix = (void *)0x0514E0C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D = (void *)0x0514DEF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection = (void *)0x0514E2A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point = (void *)0x0514E160; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle = (void *)0x0514E350; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform = (void *)0x0514E3F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D = (void *)0x0514DDB0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx = (void *)0x051523A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent = (void *)0x05152250; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle = (void *)0x05152720; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx = (void *)0x051525D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx = (void *)0x05152120; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent = (void *)0x05151CC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx = (void *)0x05151FE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx = (void *)0x05152490; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info = (void *)0x0514F1E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound = (void *)0x0514F5A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel = (void *)0x0514F460; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext = (void *)0x0514F640; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform = (void *)0x0514F370; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference = (void *)0x051462C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection = (void *)0x05146670; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject = (void *)0x05146850; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket = (void *)0x05146A80; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader = (void *)0x05146BC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest = (void *)0x051463C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader = (void *)0x05146E40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables = (void *)0x05146CB0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer = (void *)0x05151260; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain = (void *)0x0514D330; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext = (void *)0x0514D790; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain = (void *)0x0514D650; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings = (void *)0x0514FC50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__Font = (void *)0x0514FD30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText = (void *)0x05150180; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet = (void *)0x05150340; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField = (void *)0x05150650; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat = (void *)0x051503E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics = (void *)0x05150740; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot = (void *)0x05150AF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu = (void *)0x05151620; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x051513B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems = (void *)0x051514D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray = (void *)0x051481C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary = (void *)0x05148120; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy = (void *)0x051485C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer = (void *)0x051486B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String = (void *)0x05147ED0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double = (void *)0x05147CB0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int = (void *)0x05147870; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object = (void *)0x05147F70; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint = (void *)0x05147A90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument = (void *)0x051529A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode = (void *)0x051528B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Array = (void *)0x051441B8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGet = (void *)0x05145F58; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGetFirst = (void *)0x05145E80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Catch = (void *)0x05145408; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__CheckTypeTF = (void *)0x05144740; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGet = (void *)0x05145F18; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGetFirst = (void *)0x05145ED0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Date = (void *)0x05145AA8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Domain = (void *)0x05145FD8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__EmptyCallBack = (void *)0x05145E30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Error = (void *)0x05145688; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Function = (void *)0x051446A8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionAOT = (void *)0x05144660; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionBase = (void *)0x051430F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObject = (void *)0x051440E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP = (void *)0x05144240; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript = (void *)0x05144350; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ListGet = (void *)0x05145F98; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Namespace = (void *)0x05144128; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Object = (void *)0x05143138; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__QName = (void *)0x051451A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__RegExp = (void *)0x051455B8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ThunkFunction = (void *)0x051446F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XML = (void *)0x05145160; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLAttr = (void *)0x05145C70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLComment = (void *)0x05145D00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement = (void *)0x05145BF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack = (void *)0x05145D40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList = (void *)0x051441F8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack = (void *)0x05145DE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLProcInstr = (void *)0x05145CB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLText = (void *)0x05145C30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation = (void *)0x0514F8B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties = (void *)0x0514F9F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie = (void *)0x0514B040; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Bitmap = (void *)0x0514AF00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__BitmapData = (void *)0x0514B130; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObject = (void *)0x0514AC70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer = (void *)0x0514AD10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__FrameLabel = (void *)0x0514B9A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Graphics = (void *)0x0514BB30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill = (void *)0x0514BD10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill = (void *)0x0514BE20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill = (void *)0x0514BF20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath = (void *)0x0514C040; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill = (void *)0x0514C130; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke = (void *)0x0514C240; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject = (void *)0x0514AD70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Loader = (void *)0x0514AEB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo = (void *)0x0514ACC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MorphShape = (void *)0x0514C690; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MovieClip = (void *)0x0514C820; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Scene = (void *)0x0514C870; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Shape = (void *)0x0514AF50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__SimpleButton = (void *)0x0514AFA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Sprite = (void *)0x0514AFF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Stage = (void *)0x0514ADC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent = (void *)0x05148830; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent = (void *)0x05148CB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent = (void *)0x05149230; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent = (void *)0x05148C10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__Event = (void *)0x05148700; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher = (void *)0x05146180; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__FocusEvent = (void *)0x05148A80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent = (void *)0x05148E00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GestureEvent = (void *)0x05148B20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IMEEvent = (void *)0x0514A460; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent = (void *)0x05148BC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent = (void *)0x05148A30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__MouseEvent = (void *)0x051489E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent = (void *)0x05148D60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent = (void *)0x05149900; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent = (void *)0x05148B70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent = (void *)0x05148D00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StatusEvent = (void *)0x05148DB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TextEvent = (void *)0x05148C60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TimerEvent = (void *)0x0514A6F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TouchEvent = (void *)0x05148AD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent = (void *)0x05149790; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent = (void *)0x05148E50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents = (void *)0x0514A170; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter = (void *)0x0514E5C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter = (void *)0x0514E4D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter = (void *)0x0514E800; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter = (void *)0x0514E8F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter = (void *)0x0514EA60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter = (void *)0x0514EC40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter = (void *)0x0514ED40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter = (void *)0x0514EE30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter = (void *)0x0514EF50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform = (void *)0x0514DC20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix = (void *)0x0514E020; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D = (void *)0x0514DE50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection = (void *)0x0514E1F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Point = (void *)0x0514DFE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Rectangle = (void *)0x0514DF40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Transform = (void *)0x0514DF90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Vector3D = (void *)0x0514DD10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx = (void *)0x05152300; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent = (void *)0x05151AE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle = (void *)0x05152670; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx = (void *)0x05152530; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx = (void *)0x05152080; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent = (void *)0x05151A90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx = (void *)0x05151F40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx = (void *)0x051523F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__ID3Info = (void *)0x0514F140; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__Sound = (void *)0x0514F4B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundChannel = (void *)0x0514F3C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext = (void *)0x0514F500; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundTransform = (void *)0x0514F230; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__FileReference = (void *)0x05146130; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__NetConnection = (void *)0x051465D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SharedObject = (void *)0x051467B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__Socket = (void *)0x05146940; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketReader = (void *)0x05146B20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketWriter = (void *)0x05146AD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLLoader = (void *)0x051468F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequest = (void *)0x051461D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader = (void *)0x05146DA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLVariables = (void *)0x05146C10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer = (void *)0x051511C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain = (void *)0x0514D2E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__LoaderContext = (void *)0x0514D6F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain = (void *)0x0514D5B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__CSMSettings = (void *)0x0514FBB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__Font = (void *)0x0514FCA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StaticText = (void *)0x051500E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StyleSheet = (void *)0x05150250; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextField = (void *)0x0514FDC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextFormat = (void *)0x051502A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics = (void *)0x051505B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot = (void *)0x05150A50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu = (void *)0x05151580; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems = (void *)0x05151300; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems = (void *)0x05151410; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAReader = (void *)0x051482B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc = (void *)0x051483A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAWriter = (void *)0x05148260; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__ByteArray = (void *)0x05148080; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Dictionary = (void *)0x051480D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Proxy = (void *)0x05148520; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Timer = (void *)0x05148610; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_String = (void *)0x05147E80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_double = (void *)0x05147C60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_int = (void *)0x05147820; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_object = (void *)0x05147F20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint = (void *)0x05147A40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument = (void *)0x05152900; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLNode = (void *)0x05152810; -const void * RTTI_Scaleform__GFx__AS3__IntervalTimer = (void *)0x05143F18; -const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntry = (void *)0x05143C60; -const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie = (void *)0x05143CA0; -const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl = (void *)0x05151048; -const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit = (void *)0x05151090; -const void * RTTI_Scaleform__GFx__AS3__MovieDefRootNode = (void *)0x05143D38; -const void * RTTI_Scaleform__GFx__AS3__MovieRoot = (void *)0x051432C0; -const void * RTTI_Scaleform__GFx__AS3__MovieRoot__StickyVarNode = (void *)0x05143D80; -const void * RTTI_Scaleform__GFx__AS3__NamespaceInstanceFactory = (void *)0x051449A0; -const void * RTTI_Scaleform__GFx__AS3__NamespaceSet = (void *)0x05142EF0; -const void * RTTI_Scaleform__GFx__AS3__NotifyLoadInitCandidateList = (void *)0x05152E30; -const void * RTTI_Scaleform__GFx__AS3__NullObject = (void *)0x051460A8; -const void * RTTI_Scaleform__GFx__AS3__Object = (void *)0x05142940; -const void * RTTI_Scaleform__GFx__AS3__SerializeArrDense = (void *)0x05143598; -const void * RTTI_Scaleform__GFx__AS3__SerializeArrSparse = (void *)0x05143558; -const void * RTTI_Scaleform__GFx__AS3__ShapeObject = (void *)0x051438B8; -const void * RTTI_Scaleform__GFx__AS3__Slots__SlotFunct = (void *)0x05142F60; -const void * RTTI_Scaleform__GFx__AS3__SocketBuffer = (void *)0x05143F50; -const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr = (void *)0x05143BC0; -const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo = (void *)0x05143F90; -const void * RTTI_Scaleform__GFx__AS3__Stage = (void *)0x05143290; -const void * RTTI_Scaleform__GFx__AS3__TextSnapshotGlyphVisitor = (void *)0x05150B40; -const void * RTTI_Scaleform__GFx__AS3__Tracer = (void *)0x05142C10; -const void * RTTI_Scaleform__GFx__AS3__Traits = (void *)0x05142B48; -const void * RTTI_Scaleform__GFx__AS3__UserDefinedFunction = (void *)0x05143ED8; -const void * RTTI_Scaleform__GFx__AS3__VM = (void *)0x05142A60; -const void * RTTI_Scaleform__GFx__AS3__VMAbcFile = (void *)0x05142BA8; -const void * RTTI_Scaleform__GFx__AS3__VMAppDomain = (void *)0x05142AD0; -const void * RTTI_Scaleform__GFx__AS3__VMFile = (void *)0x05142BE0; -const void * RTTI_Scaleform__GFx__AS3__XMLSupport = (void *)0x051431A8; -const void * RTTI_Scaleform__GFx__AS3__XMLSupportImpl = (void *)0x051433D8; -const void * RTTI_Scaleform__GFx__ASIMEManager = (void *)0x05152C48; -const void * RTTI_Scaleform__GFx__ASIMEManager__IMEFuncHandler = (void *)0x0513DD60; -const void * RTTI_Scaleform__GFx__ASIntervalTimerIntf = (void *)0x05143938; -const void * RTTI_Scaleform__GFx__ASMovieRootBase = (void *)0x051432F8; -const void * RTTI_Scaleform__GFx__ASStringManager = (void *)0x05139FB8; -const void * RTTI_Scaleform__GFx__AvmDisplayObjBase = (void *)0x05143258; -const void * RTTI_Scaleform__GFx__Button = (void *)0x05150B88; -const void * RTTI_Scaleform__GFx__ButtonDef = (void *)0x0513FCB8; -const void * RTTI_Scaleform__GFx__Clipboard = (void *)0x0513F210; -const void * RTTI_Scaleform__GFx__ConstShapeNoStyles = (void *)0x0513CBC0; -const void * RTTI_Scaleform__GFx__ConstShapeWithStyles = (void *)0x0513E468; -const void * RTTI_Scaleform__GFx__DefaultFontLibNameState = (void *)0x0513F560; -const void * RTTI_Scaleform__GFx__DisplayObjContainer = (void *)0x0513D218; -const void * RTTI_Scaleform__GFx__DisplayObject = (void *)0x0513C3D8; -const void * RTTI_Scaleform__GFx__DisplayObjectBase = (void *)0x0513C260; -const void * RTTI_Scaleform__GFx__DrawText = (void *)0x05152AC0; -const void * RTTI_Scaleform__GFx__DrawTextImpl = (void *)0x05152A88; -const void * RTTI_Scaleform__GFx__DrawTextManager = (void *)0x05152BB0; -const void * RTTI_Scaleform__GFx__DrawingContext = (void *)0x0513D750; -const void * RTTI_Scaleform__GFx__DrawingContext__PackedShape = (void *)0x0513D918; -const void * RTTI_Scaleform__GFx__ExecuteTag = (void *)0x0513C6C8; -const void * RTTI_Scaleform__GFx__FontCompactor = (void *)0x05142108; -const void * RTTI_Scaleform__GFx__FontData = (void *)0x0513F800; -const void * RTTI_Scaleform__GFx__FontDataBound = (void *)0x0513F9E8; -const void * RTTI_Scaleform__GFx__FontDataCompactedGfx = (void *)0x0513F8C0; -const void * RTTI_Scaleform__GFx__FontDataCompactedSwf = (void *)0x0513F880; -const void * RTTI_Scaleform__GFx__FontGlyphPacker = (void *)0x0513FCE8; -const void * RTTI_Scaleform__GFx__FontHandle = (void *)0x0513D9E8; -const void * RTTI_Scaleform__GFx__FontLib = (void *)0x0513F530; -const void * RTTI_Scaleform__GFx__FontManager = (void *)0x0513DB50; -const void * RTTI_Scaleform__GFx__FontManagerStates = (void *)0x05139820; -const void * RTTI_Scaleform__GFx__FontMap = (void *)0x05141050; -const void * RTTI_Scaleform__GFx__FontResource = (void *)0x0513F6C8; -const void * RTTI_Scaleform__GFx__FontResourceCreator = (void *)0x0513CDD8; -const void * RTTI_Scaleform__GFx__FunctionHandler = (void *)0x05172DB8; -const void * RTTI_Scaleform__GFx__GFxInitImportActions = (void *)0x0513E428; -const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyData = (void *)0x0513CBF8; -const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyInterface = (void *)0x0513C600; -const void * RTTI_Scaleform__GFx__GFxMovieDefImplKey = (void *)0x0513CD00; -const void * RTTI_Scaleform__GFx__GFxMovieDefImplKeyInterface = (void *)0x0513C650; -const void * RTTI_Scaleform__GFx__GFxPlaceObjectUnpacked = (void *)0x0513CB80; -const void * RTTI_Scaleform__GFx__GFxSocketImpl = (void *)0x05150C28; -const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKey = (void *)0x0513FA58; -const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKeyInterface = (void *)0x0513F5A0; -const void * RTTI_Scaleform__GFx__IMEManagerBase = (void *)0x0513DD20; -const void * RTTI_Scaleform__GFx__ImageCreator = (void *)0x053A3E98; -const void * RTTI_Scaleform__GFx__ImageFileHandlerRegistry = (void *)0x0513F490; -const void * RTTI_Scaleform__GFx__ImageFileInfo = (void *)0x0513CF08; -const void * RTTI_Scaleform__GFx__ImageFileInfoKeyData = (void *)0x0513FDB8; -const void * RTTI_Scaleform__GFx__ImageFileKeyInterface = (void *)0x0513FD78; -const void * RTTI_Scaleform__GFx__ImageFileResourceCreator = (void *)0x0513D088; -const void * RTTI_Scaleform__GFx__ImageResource = (void *)0x051391D0; -const void * RTTI_Scaleform__GFx__ImageResourceCreator = (void *)0x0513D0C8; -const void * RTTI_Scaleform__GFx__ImageResource__ImageDelegate = (void *)0x05139660; -const void * RTTI_Scaleform__GFx__ImageShapeCharacterDef = (void *)0x0513FC78; -const void * RTTI_Scaleform__GFx__InteractiveObject = (void *)0x0513D148; -const void * RTTI_Scaleform__GFx__KeyboardState = (void *)0x05139F20; -const void * RTTI_Scaleform__GFx__KeyboardState__IListener = (void *)0x05142CB8; -const void * RTTI_Scaleform__GFx__LZMAFile = (void *)0x051411B8; -const void * RTTI_Scaleform__GFx__LZMASupport = (void *)0x05139A98; -const void * RTTI_Scaleform__GFx__LoadBinaryTask = (void *)0x0513DCA8; -const void * RTTI_Scaleform__GFx__LoadProcess = (void *)0x0513CE10; -const void * RTTI_Scaleform__GFx__LoadQueueEntry = (void *)0x05143618; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT = (void *)0x0513DBC0; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadBinary = (void *)0x0513DCE0; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadVars = (void *)0x0513DC68; -const void * RTTI_Scaleform__GFx__LoadStates = (void *)0x0513CF40; -const void * RTTI_Scaleform__GFx__LoadUpdateSync = (void *)0x0513C8E8; -const void * RTTI_Scaleform__GFx__LoadVarsTask = (void *)0x0513DC30; -const void * RTTI_Scaleform__GFx__Loader = (void *)0x05139A30; -const void * RTTI_Scaleform__GFx__LoaderImpl = (void *)0x0513C410; -const void * RTTI_Scaleform__GFx__LoaderTask = (void *)0x0513C558; -const void * RTTI_Scaleform__GFx__LogState = (void *)0x0513A3D0; -const void * RTTI_Scaleform__GFx__MemoryBufferZlibImage = (void *)0x05141258; -const void * RTTI_Scaleform__GFx__MemoryContext = (void *)0x05150E60; -const void * RTTI_Scaleform__GFx__MorphCharacterDef = (void *)0x051412D8; -const void * RTTI_Scaleform__GFx__Movie = (void *)0x05139090; -const void * RTTI_Scaleform__GFx__MovieBindProcess = (void *)0x0513C838; -const void * RTTI_Scaleform__GFx__MovieDataDef = (void *)0x0513C6F8; -const void * RTTI_Scaleform__GFx__MovieDataDef__LoadTaskData = (void *)0x0513CA98; -const void * RTTI_Scaleform__GFx__MovieDefBindStates = (void *)0x0513CFF8; -const void * RTTI_Scaleform__GFx__MovieDefImpl = (void *)0x0513C798; -const void * RTTI_Scaleform__GFx__MovieDefImpl__BindTaskData = (void *)0x0513CAD8; -const void * RTTI_Scaleform__GFx__MovieDefImpl__ReleaseNotifier = (void *)0x05143390; -const void * RTTI_Scaleform__GFx__MovieDefRootNode = (void *)0x05143650; -const void * RTTI_Scaleform__GFx__MovieDef__ResourceVisitor = (void *)0x0513C870; -const void * RTTI_Scaleform__GFx__MovieImageLoadTask = (void *)0x0513C588; -const void * RTTI_Scaleform__GFx__MovieImpl = (void *)0x05139060; -const void * RTTI_Scaleform__GFx__MovieImpl__StickyVarNode = (void *)0x05143AD8; -const void * RTTI_Scaleform__GFx__MovieImpl__WideStringStorage = (void *)0x05143A30; -const void * RTTI_Scaleform__GFx__MoviePreloadTask = (void *)0x0513DBF8; -const void * RTTI_Scaleform__GFx__ParseControl = (void *)0x05139A60; -const void * RTTI_Scaleform__GFx__PlaceObject2Tag = (void *)0x0513E048; -const void * RTTI_Scaleform__GFx__PlaceObject2Taga = (void *)0x0513E3F0; -const void * RTTI_Scaleform__GFx__PlaceObject3Tag = (void *)0x0513E080; -const void * RTTI_Scaleform__GFx__PlaceObjectTag = (void *)0x0513FBC0; -const void * RTTI_Scaleform__GFx__RemoveObject2Tag = (void *)0x0513E0F0; -const void * RTTI_Scaleform__GFx__RemoveObjectTag = (void *)0x0513E0B8; -const void * RTTI_Scaleform__GFx__Resource = (void *)0x05139208; -const void * RTTI_Scaleform__GFx__ResourceData__DataInterface = (void *)0x0513CD98; -const void * RTTI_Scaleform__GFx__ResourceFileInfo = (void *)0x0513A238; -const void * RTTI_Scaleform__GFx__ResourceKey__KeyInterface = (void *)0x0513C5C0; -const void * RTTI_Scaleform__GFx__ResourceLib = (void *)0x0513A0E8; -const void * RTTI_Scaleform__GFx__ResourceLib__ResourceSlot = (void *)0x0513A328; -const void * RTTI_Scaleform__GFx__ResourceReport = (void *)0x0513C690; -const void * RTTI_Scaleform__GFx__ResourceWeakLib = (void *)0x0513A170; -const void * RTTI_Scaleform__GFx__SetBackgroundColorTag = (void *)0x0513E3B0; -const void * RTTI_Scaleform__GFx__ShapeBaseCharacterDef = (void *)0x0513FBF8; -const void * RTTI_Scaleform__GFx__ShapeDataBase = (void *)0x0513C8B0; -const void * RTTI_Scaleform__GFx__SocketImplFactory = (void *)0x05150BF0; -const void * RTTI_Scaleform__GFx__SocketInterface = (void *)0x05150BB8; -const void * RTTI_Scaleform__GFx__Sprite = (void *)0x0513D9B8; -const void * RTTI_Scaleform__GFx__SpriteDef = (void *)0x0513FB90; -const void * RTTI_Scaleform__GFx__State = (void *)0x053A2E00; -const void * RTTI_Scaleform__GFx__StateBag = (void *)0x05139168; -const void * RTTI_Scaleform__GFx__StateBagImpl = (void *)0x05139588; -const void * RTTI_Scaleform__GFx__StaticTextCharacter = (void *)0x05141018; -const void * RTTI_Scaleform__GFx__StaticTextDef = (void *)0x05140FE0; -const void * RTTI_Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor = (void *)0x05150090; -const void * RTTI_Scaleform__GFx__Stream = (void *)0x0513F340; -const void * RTTI_Scaleform__GFx__SubImageResource = (void *)0x0513CFC0; -const void * RTTI_Scaleform__GFx__SubImageResourceCreator = (void *)0x0513D108; -const void * RTTI_Scaleform__GFx__SubImageResourceInfo = (void *)0x0513E128; -const void * RTTI_Scaleform__GFx__SwfShapeCharacterDef = (void *)0x0513FC38; -const void * RTTI_Scaleform__GFx__Task = (void *)0x0513C4E0; -const void * RTTI_Scaleform__GFx__TextField = (void *)0x05141140; -const void * RTTI_Scaleform__GFx__TextFieldDef = (void *)0x0513F270; -const void * RTTI_Scaleform__GFx__TextField__CSSHolderBase = (void *)0x05150568; -const void * RTTI_Scaleform__GFx__TextField__TextDocumentListener = (void *)0x05141170; -const void * RTTI_Scaleform__GFx__TextKeyMap = (void *)0x0513F240; -const void * RTTI_Scaleform__GFx__Text__CompositionString = (void *)0x05142668; -const void * RTTI_Scaleform__GFx__Text__EditorKit = (void *)0x05142630; -const void * RTTI_Scaleform__GFx__Text__StyleManager = (void *)0x05150210; -const void * RTTI_Scaleform__GFx__TextureGlyphBinder = (void *)0x0513FA20; -const void * RTTI_Scaleform__GFx__TextureGlyphData = (void *)0x0513E310; -const void * RTTI_Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor = (void *)0x0513F830; -const void * RTTI_Scaleform__GFx__URLBuilder = (void *)0x05152D38; -const void * RTTI_Scaleform__GFx__Value__ObjectInterface = (void *)0x051435D8; -const void * RTTI_Scaleform__GFx__ZLibFile = (void *)0x05152E78; -const void * RTTI_Scaleform__GFx__ZlibImageSource = (void *)0x051411E8; -const void * RTTI_Scaleform__GFx__ZlibSupport = (void *)0x053A2EF8; -const void * RTTI_Scaleform__HeapPT__SysAllocGranulator = (void *)0x05141310; -const void * RTTI_Scaleform__HeapPT__SysAllocWrapper = (void *)0x05141350; -const void * RTTI_Scaleform__Log = (void *)0x05139BC8; -const void * RTTI_Scaleform__LongFormatter = (void *)0x0513DE90; -const void * RTTI_Scaleform__MemoryFile = (void *)0x053A39F0; -const void * RTTI_Scaleform__MemoryHeap = (void *)0x05138F08; -const void * RTTI_Scaleform__MemoryHeapMH = (void *)0x05139B98; -const void * RTTI_Scaleform__MemoryHeapPT = (void *)0x0513E4A8; -const void * RTTI_Scaleform__MemoryHeap__LimitHandler = (void *)0x05150E28; -const void * RTTI_Scaleform__MsgFormat = (void *)0x0513DDA0; -const void * RTTI_Scaleform__Mutex = (void *)0x05139AF8; -const void * RTTI_Scaleform__Mutex_AreadyLockedAcquireInterface = (void *)0x05139B50; -const void * RTTI_Scaleform__RefCountImplCore = (void *)0x05172C90; -const void * RTTI_Scaleform__RefCountNTSImplCore = (void *)0x05138FB8; -const void * RTTI_Scaleform__RefCountWeakSupportImpl = (void *)0x05138FF0; -const void * RTTI_Scaleform__Render__BevelFilter = (void *)0x0513ED00; -const void * RTTI_Scaleform__Render__BlendModeBundle = (void *)0x05140E50; -const void * RTTI_Scaleform__Render__BlendModeEffect = (void *)0x051419F0; -const void * RTTI_Scaleform__Render__BlendPrimitive = (void *)0x0513F0A0; -const void * RTTI_Scaleform__Render__BlurFilter = (void *)0x0513EC58; -const void * RTTI_Scaleform__Render__BlurFilterImpl = (void *)0x0513EC20; -const void * RTTI_Scaleform__Render__Bundle = (void *)0x051409A0; -const void * RTTI_Scaleform__Render__CacheAsBitmapFilter = (void *)0x0513EDB0; -const void * RTTI_Scaleform__Render__CacheBase = (void *)0x05407868; -const void * RTTI_Scaleform__Render__CacheEffect = (void *)0x05141880; -const void * RTTI_Scaleform__Render__CacheablePrimitive = (void *)0x0513F000; -const void * RTTI_Scaleform__Render__CacheableTargetEffect = (void *)0x05141928; -const void * RTTI_Scaleform__Render__ColorMatrixFilter = (void *)0x0513ED70; -const void * RTTI_Scaleform__Render__ComplexFill = (void *)0x0513AF60; -const void * RTTI_Scaleform__Render__ComplexMesh = (void *)0x051402B8; -const void * RTTI_Scaleform__Render__ComplexMeshVertexOutput = (void *)0x05142240; -const void * RTTI_Scaleform__Render__ComplexPrimitiveBundle = (void *)0x05140DA0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotify = (void *)0x0513A450; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor = (void *)0x0513A790; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture = (void *)0x0513A8C0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture = (void *)0x0513A850; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId = (void *)0x0513A920; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown = (void *)0x0513A7F0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextLock = (void *)0x0513A570; -const void * RTTI_Scaleform__Render__ContextImpl__EntryData = (void *)0x05139370; -const void * RTTI_Scaleform__Render__ContextImpl__RTHandle__HandleData = (void *)0x0513A670; -const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify = (void *)0x05400920; -const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand = (void *)0x0513E7C0; -const void * RTTI_Scaleform__Render__CreationRenderer__DepthStencilSurface = (void *)0x05400BB0; -const void * RTTI_Scaleform__Render__CreationRenderer__HAL = (void *)0x054007B8; -const void * RTTI_Scaleform__Render__CreationRenderer__IndexBuffer = (void *)0x054074F0; -const void * RTTI_Scaleform__Render__CreationRenderer__MappedTexture = (void *)0x05400A40; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshBufferSet = (void *)0x05407680; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshCache = (void *)0x054072D0; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshCacheItem = (void *)0x054076D0; -const void * RTTI_Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry = (void *)0x05400DA0; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderEvents = (void *)0x05407280; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderSync = (void *)0x054078E0; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderTargetData = (void *)0x05400570; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface = (void *)0x05407B90; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer = (void *)0x054079C0; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderManager = (void *)0x05407B40; -const void * RTTI_Scaleform__Render__CreationRenderer__Texture = (void *)0x05400B70; -const void * RTTI_Scaleform__Render__CreationRenderer__TextureFormat = (void *)0x054009F0; -const void * RTTI_Scaleform__Render__CreationRenderer__TextureManager = (void *)0x05400B20; -const void * RTTI_Scaleform__Render__CreationRenderer__VertexBuffer = (void *)0x05407350; -const void * RTTI_Scaleform__Render__DDS__DDSFileImageSource = (void *)0x051420C8; -const void * RTTI_Scaleform__Render__DDS__FileReader = (void *)0x05142018; -const void * RTTI_Scaleform__Render__DICommand = (void *)0x0513B038; -const void * RTTI_Scaleform__Render__DICommandQueue = (void *)0x0513EE30; -const void * RTTI_Scaleform__Render__DICommandQueue__ExecuteCommand = (void *)0x0513EF20; -const void * RTTI_Scaleform__Render__DICommand_ApplyFilter = (void *)0x0513B2D0; -const void * RTTI_Scaleform__Render__DICommand_Clear = (void *)0x0513B1E0; -const void * RTTI_Scaleform__Render__DICommand_ColorTransform = (void *)0x0513B590; -const void * RTTI_Scaleform__Render__DICommand_Compare = (void *)0x0513B640; -const void * RTTI_Scaleform__Render__DICommand_CopyChannel = (void *)0x0513B428; -const void * RTTI_Scaleform__Render__DICommand_CopyPixels = (void *)0x0513B4E0; -const void * RTTI_Scaleform__Render__DICommand_CreateTexture = (void *)0x0513B070; -const void * RTTI_Scaleform__Render__DICommand_Dispose = (void *)0x0513B128; -const void * RTTI_Scaleform__Render__DICommand_Draw = (void *)0x0513B380; -const void * RTTI_Scaleform__Render__DICommand_FillRect = (void *)0x0513B6E8; -const void * RTTI_Scaleform__Render__DICommand_FloodFill = (void *)0x0513B7A0; -const void * RTTI_Scaleform__Render__DICommand_GetColorBoundsRect = (void *)0x0513B850; -const void * RTTI_Scaleform__Render__DICommand_GetPixel32 = (void *)0x0513B918; -const void * RTTI_Scaleform__Render__DICommand_GetPixels = (void *)0x0513B9D0; -const void * RTTI_Scaleform__Render__DICommand_Histogram = (void *)0x0513BA80; -const void * RTTI_Scaleform__Render__DICommand_HitTest = (void *)0x0513BB30; -const void * RTTI_Scaleform__Render__DICommand_Merge = (void *)0x0513BBE0; -const void * RTTI_Scaleform__Render__DICommand_Noise = (void *)0x0513BC88; -const void * RTTI_Scaleform__Render__DICommand_PaletteMap = (void *)0x0513BD30; -const void * RTTI_Scaleform__Render__DICommand_PerlinNoise = (void *)0x0513BDE0; -const void * RTTI_Scaleform__Render__DICommand_PixelDissolve = (void *)0x0513BE90; -const void * RTTI_Scaleform__Render__DICommand_Scroll = (void *)0x0513C0B0; -const void * RTTI_Scaleform__Render__DICommand_SetPixel32 = (void *)0x0513BF48; -const void * RTTI_Scaleform__Render__DICommand_SetPixels = (void *)0x0513C000; -const void * RTTI_Scaleform__Render__DICommand_SourceRect = (void *)0x0513B290; -const void * RTTI_Scaleform__Render__DICommand_Threshold = (void *)0x0513C158; -const void * RTTI_Scaleform__Render__DIPixelProvider = (void *)0x0514AC30; -const void * RTTI_Scaleform__Render__DepthStencilBuffer = (void *)0x053EE310; -const void * RTTI_Scaleform__Render__DepthStencilSurface = (void *)0x05400EF0; -const void * RTTI_Scaleform__Render__DestroyDrawableImageThreadCommand = (void *)0x0513C210; -const void * RTTI_Scaleform__Render__DisplacementMapFilter = (void *)0x0513EDF0; -const void * RTTI_Scaleform__Render__DrawableImage = (void *)0x0513AED8; -const void * RTTI_Scaleform__Render__DrawableImageContext = (void *)0x0513AFF8; -const void * RTTI_Scaleform__Render__Fence = (void *)0x0513E4D8; -const void * RTTI_Scaleform__Render__FenceWrapperList = (void *)0x0513E5B8; -const void * RTTI_Scaleform__Render__FileImageSource = (void *)0x05141220; -const void * RTTI_Scaleform__Render__FilterBundle = (void *)0x05140E18; -const void * RTTI_Scaleform__Render__FilterEffect = (void *)0x051418F0; -const void * RTTI_Scaleform__Render__FilterPrimitive = (void *)0x0513EFC8; -const void * RTTI_Scaleform__Render__FilterSet = (void *)0x0513EB18; -const void * RTTI_Scaleform__Render__Font = (void *)0x0513F5E8; -const void * RTTI_Scaleform__Render__FontCacheHandleManager = (void *)0x051413C8; -const void * RTTI_Scaleform__Render__GlowFilter = (void *)0x0513ECC8; -const void * RTTI_Scaleform__Render__GlyphCache = (void *)0x05141470; -const void * RTTI_Scaleform__Render__GlyphCacheConfig = (void *)0x05141508; -const void * RTTI_Scaleform__Render__GlyphCache__EvictNotifier = (void *)0x05141840; -const void * RTTI_Scaleform__Render__GlyphEvictNotifier = (void *)0x05141780; -const void * RTTI_Scaleform__Render__GlyphFitter = (void *)0x05142730; -const void * RTTI_Scaleform__Render__GlyphRaster = (void *)0x05141540; -const void * RTTI_Scaleform__Render__GlyphShape = (void *)0x05141640; -const void * RTTI_Scaleform__Render__GlyphTextureImage = (void *)0x051417F8; -const void * RTTI_Scaleform__Render__GradientData = (void *)0x0513FE58; -const void * RTTI_Scaleform__Render__GradientFilter = (void *)0x0513ED38; -const void * RTTI_Scaleform__Render__GradientImage = (void *)0x0513FF48; -const void * RTTI_Scaleform__Render__HAL = (void *)0x05400700; -const void * RTTI_Scaleform__Render__HALBeginDisplayItem = (void *)0x0513E638; -const void * RTTI_Scaleform__Render__HALEndDisplayItem = (void *)0x0513E678; -const void * RTTI_Scaleform__Render__HALNotify = (void *)0x05400858; -const void * RTTI_Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface = (void *)0x0513E6C0; -const void * RTTI_Scaleform__Render__Hairliner = (void *)0x05140490; -const void * RTTI_Scaleform__Render__Image = (void *)0x053A3F90; -const void * RTTI_Scaleform__Render__ImageFileHandler = (void *)0x05141B30; -const void * RTTI_Scaleform__Render__ImageFileHandlerRegistry = (void *)0x0513F450; -const void * RTTI_Scaleform__Render__ImageSwizzler = (void *)0x05139D70; -const void * RTTI_Scaleform__Render__ImageUpdate = (void *)0x05139DA8; -const void * RTTI_Scaleform__Render__ImageUpdateSync = (void *)0x05400DF8; -const void * RTTI_Scaleform__Render__JPEG__ExtraData = (void *)0x0513E1D0; -const void * RTTI_Scaleform__Render__JPEG__TablesHeader = (void *)0x0513E268; -const void * RTTI_Scaleform__Render__MappedTextureBase = (void *)0x05400F30; -const void * RTTI_Scaleform__Render__MaskBundle = (void *)0x05140DE0; -const void * RTTI_Scaleform__Render__MaskEffect = (void *)0x051418B8; -const void * RTTI_Scaleform__Render__MaskNodeState__Interface = (void *)0x0513EA88; -const void * RTTI_Scaleform__Render__MaskPrimitive = (void *)0x05140A90; -const void * RTTI_Scaleform__Render__MatrixPoolImpl__MatrixPool = (void *)0x05140570; -const void * RTTI_Scaleform__Render__MatrixState = (void *)0x054009B8; -const void * RTTI_Scaleform__Render__MatrixStateFactory = (void *)0x05141388; -const void * RTTI_Scaleform__Render__MemoryBufferImage = (void *)0x05141298; -const void * RTTI_Scaleform__Render__Mesh = (void *)0x051400F0; -const void * RTTI_Scaleform__Render__MeshBase = (void *)0x0513FF80; -const void * RTTI_Scaleform__Render__MeshBuffer = (void *)0x054077A8; -const void * RTTI_Scaleform__Render__MeshCache = (void *)0x05407318; -const void * RTTI_Scaleform__Render__MeshCacheConfig = (void *)0x05407770; -const void * RTTI_Scaleform__Render__MeshCacheItem = (void *)0x05407640; -const void * RTTI_Scaleform__Render__MeshKeyManager = (void *)0x0513E920; -const void * RTTI_Scaleform__Render__MeshKeySet = (void *)0x051402F0; -const void * RTTI_Scaleform__Render__MeshProvider = (void *)0x0513D250; -const void * RTTI_Scaleform__Render__MeshProvider_KeySupport = (void *)0x0513D330; -const void * RTTI_Scaleform__Render__MeshStagingNode = (void *)0x05140068; -const void * RTTI_Scaleform__Render__MeshVertexOutput = (void *)0x05142208; -const void * RTTI_Scaleform__Render__MetaImage = (void *)0x05139E88; -const void * RTTI_Scaleform__Render__MorphInterpolator = (void *)0x0513D500; -const void * RTTI_Scaleform__Render__MorphShapeData = (void *)0x0513D3A8; -const void * RTTI_Scaleform__Render__OrigScale9ParentState__Interface = (void *)0x0513EAD0; -const void * RTTI_Scaleform__Render__PNG__FileReader = (void *)0x05141DC0; -const void * RTTI_Scaleform__Render__PNG__FileWriter = (void *)0x05141E78; -const void * RTTI_Scaleform__Render__PNG__Input = (void *)0x05141F28; -const void * RTTI_Scaleform__Render__PNG__LibPNGInput = (void *)0x05141F60; -const void * RTTI_Scaleform__Render__PNG__MemoryBufferImage = (void *)0x05141F98; -const void * RTTI_Scaleform__Render__PNG__PNGFileImageSource = (void *)0x05141FD8; -const void * RTTI_Scaleform__Render__Primitive = (void *)0x05140220; -const void * RTTI_Scaleform__Render__PrimitiveBundle = (void *)0x05140D68; -const void * RTTI_Scaleform__Render__PrimitiveFill = (void *)0x05140120; -const void * RTTI_Scaleform__Render__PrimitiveFillManager = (void *)0x0513E720; -const void * RTTI_Scaleform__Render__ProfileModifier = (void *)0x0513E810; -const void * RTTI_Scaleform__Render__ProfileViews = (void *)0x0513E880; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DBundle = (void *)0x05140ED0; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DEffect = (void *)0x051419B0; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DPrimitive = (void *)0x05140BD0; -const void * RTTI_Scaleform__Render__RBGenericImpl__DepthStencilBuffer = (void *)0x051531F0; -const void * RTTI_Scaleform__Render__RBGenericImpl__RenderBufferManager = (void *)0x051530B0; -const void * RTTI_Scaleform__Render__RBGenericImpl__RenderTarget = (void *)0x05153100; -const void * RTTI_Scaleform__Render__Rasterizer = (void *)0x05142198; -const void * RTTI_Scaleform__Render__RawImage = (void *)0x05139EC0; -const void * RTTI_Scaleform__Render__RenderBuffer = (void *)0x053EE3B0; -const void * RTTI_Scaleform__Render__RenderBufferManager = (void *)0x05152FD0; -const void * RTTI_Scaleform__Render__RenderEvents = (void *)0x05400780; -const void * RTTI_Scaleform__Render__RenderQueueItem__Interface = (void *)0x0513E5F0; -const void * RTTI_Scaleform__Render__RenderSync = (void *)0x054078A0; -const void * RTTI_Scaleform__Render__RenderTarget = (void *)0x05153070; -const void * RTTI_Scaleform__Render__RenderTargetData = (void *)0x054008E8; -const void * RTTI_Scaleform__Render__SIF__FileReader = (void *)0x05141C98; -const void * RTTI_Scaleform__Render__SIF__SIFFileImageSource = (void *)0x05141D48; -const void * RTTI_Scaleform__Render__SKI_BlendMode = (void *)0x05140880; -const void * RTTI_Scaleform__Render__SKI_ComplexPrimitive = (void *)0x05140790; -const void * RTTI_Scaleform__Render__SKI_Filter = (void *)0x051408B8; -const void * RTTI_Scaleform__Render__SKI_MaskEnd = (void *)0x05140808; -const void * RTTI_Scaleform__Render__SKI_MaskEnd__RQII_EndMask = (void *)0x05140840; -const void * RTTI_Scaleform__Render__SKI_MaskStart = (void *)0x051407D0; -const void * RTTI_Scaleform__Render__SKI_Primitive = (void *)0x05140758; -const void * RTTI_Scaleform__Render__SKI_ProjectionMatrix3D = (void *)0x05140928; -const void * RTTI_Scaleform__Render__SKI_TextPrimitive = (void *)0x05142880; -const void * RTTI_Scaleform__Render__SKI_UserData = (void *)0x05140968; -const void * RTTI_Scaleform__Render__SKI_ViewMatrix3D = (void *)0x051408F0; -const void * RTTI_Scaleform__Render__Scale9GridData = (void *)0x0513D600; -const void * RTTI_Scaleform__Render__Scale9GridInfo = (void *)0x0513F110; -const void * RTTI_Scaleform__Render__Scale9GridRect = (void *)0x0513AB88; -const void * RTTI_Scaleform__Render__ShadowFilter = (void *)0x0513EC90; -const void * RTTI_Scaleform__Render__ShapeDataFloat = (void *)0x051396A0; -const void * RTTI_Scaleform__Render__ShapeDataFloatMP = (void *)0x0513F0D8; -const void * RTTI_Scaleform__Render__ShapeMeshProvider = (void *)0x0513D4C0; -const void * RTTI_Scaleform__Render__SortKeyInterface = (void *)0x051406D8; -const void * RTTI_Scaleform__Render__StateData__Interface = (void *)0x0513A0A8; -const void * RTTI_Scaleform__Render__StateData__Interface_RefCountImpl = (void *)0x0513EA40; -const void * RTTI_Scaleform__Render__StateData__Interface_Value = (void *)0x0513E9F0; -const void * RTTI_Scaleform__Render__StrokeScaler = (void *)0x051417C0; -const void * RTTI_Scaleform__Render__StrokeSorter = (void *)0x05140420; -const void * RTTI_Scaleform__Render__Stroker = (void *)0x051403B8; -const void * RTTI_Scaleform__Render__StrokerAA = (void *)0x05140458; -const void * RTTI_Scaleform__Render__SubImage = (void *)0x05139EF0; -const void * RTTI_Scaleform__Render__SystemVertexFormat = (void *)0x051404C8; -const void * RTTI_Scaleform__Render__TGA__FileReader = (void *)0x05141BA0; -const void * RTTI_Scaleform__Render__TGA__TGAFileImageSource = (void *)0x05141C58; -const void * RTTI_Scaleform__Render__TessBase = (void *)0x0513E8B8; -const void * RTTI_Scaleform__Render__Tessellator = (void *)0x05140380; -const void * RTTI_Scaleform__Render__TextLayerPrimitive = (void *)0x05142900; -const void * RTTI_Scaleform__Render__TextLayout = (void *)0x05142280; -const void * RTTI_Scaleform__Render__TextMeshProvider = (void *)0x051426A8; -const void * RTTI_Scaleform__Render__TextPrimitiveBundle = (void *)0x051428C0; -const void * RTTI_Scaleform__Render__Text__Allocator = (void *)0x0513F2A8; -const void * RTTI_Scaleform__Render__Text__Allocator__TextFormatVisitor = (void *)0x051438F0; -const void * RTTI_Scaleform__Render__Text__DocView = (void *)0x051423E0; -const void * RTTI_Scaleform__Render__Text__DocView__DocumentText = (void *)0x05142480; -const void * RTTI_Scaleform__Render__Text__EditorKitBase = (void *)0x05142588; -const void * RTTI_Scaleform__Render__Text__FontHandle = (void *)0x0513DA18; -const void * RTTI_Scaleform__Render__Text__FontManagerBase = (void *)0x0513DAA8; -const void * RTTI_Scaleform__Render__Text__HTMLImageTagDesc = (void *)0x05142840; -const void * RTTI_Scaleform__Render__Text__ImageDesc = (void *)0x051427A0; -const void * RTTI_Scaleform__Render__Text__StyleManagerBase = (void *)0x051501D0; -const void * RTTI_Scaleform__Render__Text__StyledText = (void *)0x05141A60; -const void * RTTI_Scaleform__Render__Text__TextFilter = (void *)0x05140F48; -const void * RTTI_Scaleform__Render__Texture = (void *)0x05400C98; -const void * RTTI_Scaleform__Render__TextureFormat = (void *)0x05400C00; -const void * RTTI_Scaleform__Render__TextureGlyph = (void *)0x0513DFB8; -const void * RTTI_Scaleform__Render__TextureImage = (void *)0x053A3E60; -const void * RTTI_Scaleform__Render__TextureManager = (void *)0x05400A88; -const void * RTTI_Scaleform__Render__TextureManagerLocks = (void *)0x05139CC8; -const void * RTTI_Scaleform__Render__TextureManager__ServiceCommand = (void *)0x05139E40; -const void * RTTI_Scaleform__Render__ThreadCommandQueue = (void *)0x053EE2D0; -const void * RTTI_Scaleform__Render__TransformerBase = (void *)0x0513D370; -const void * RTTI_Scaleform__Render__TreeCacheContainer = (void *)0x0513ADD0; -const void * RTTI_Scaleform__Render__TreeCacheMeshBase = (void *)0x0513D6D8; -const void * RTTI_Scaleform__Render__TreeCacheNode = (void *)0x0513AE10; -const void * RTTI_Scaleform__Render__TreeCacheRoot = (void *)0x0513E9B8; -const void * RTTI_Scaleform__Render__TreeCacheShape = (void *)0x0513D718; -const void * RTTI_Scaleform__Render__TreeCacheShapeLayer = (void *)0x0513D698; -const void * RTTI_Scaleform__Render__TreeCacheText = (void *)0x05142768; -const void * RTTI_Scaleform__Render__TreeContainer__NodeData = (void *)0x051393F0; -const void * RTTI_Scaleform__Render__TreeNode__NodeData = (void *)0x051393B0; -const void * RTTI_Scaleform__Render__TreeRoot__NodeData = (void *)0x051394B8; -const void * RTTI_Scaleform__Render__TreeShape__NodeData = (void *)0x05139758; -const void * RTTI_Scaleform__Render__TreeText__NodeData = (void *)0x05142318; -const void * RTTI_Scaleform__Render__UserDataBundle = (void *)0x05140F10; -const void * RTTI_Scaleform__Render__UserDataEffect = (void *)0x05141A28; -const void * RTTI_Scaleform__Render__UserDataPrimitive = (void *)0x05140C88; -const void * RTTI_Scaleform__Render__UserDataState__Data = (void *)0x0513AD28; -const void * RTTI_Scaleform__Render__VectorGlyphShape = (void *)0x051416F8; -const void * RTTI_Scaleform__Render__VertexOutput = (void *)0x051421D0; -const void * RTTI_Scaleform__Render__VertexPath = (void *)0x0513E8E8; -const void * RTTI_Scaleform__Render__ViewMatrix3DBundle = (void *)0x05140E88; -const void * RTTI_Scaleform__Render__ViewMatrix3DEffect = (void *)0x05141968; -const void * RTTI_Scaleform__Render__ViewMatrix3DPrimitive = (void *)0x05140B28; -const void * RTTI_Scaleform__Render__WrapperImageSource = (void *)0x0513CEC8; -const void * RTTI_Scaleform__RepeatFormatter = (void *)0x0513DF88; -const void * RTTI_Scaleform__ResourceFormatter = (void *)0x0513DF20; -const void * RTTI_Scaleform__Semaphore = (void *)0x051399C0; -const void * RTTI_Scaleform__SemaphoreWaitableIncrement = (void *)0x051399F0; -const void * RTTI_Scaleform__StrFormatter = (void *)0x0513DE30; -const void * RTTI_Scaleform__String__InitStruct = (void *)0x05139028; -const void * RTTI_Scaleform__SwitchFormatter = (void *)0x0513DF58; -const void * RTTI_Scaleform__SysAllocBase = (void *)0x052B1D00; -const void * RTTI_Scaleform__SysAllocMalloc = (void *)0x052B1C98; -const void * RTTI_Scaleform__SysAllocMapper = (void *)0x05150DF8; -const void * RTTI_Scaleform__SysAllocStatic = (void *)0x05139AC8; -const void * RTTI_Scaleform__SysFile = (void *)0x05150CC0; -const void * RTTI_Scaleform__SysMemMapper = (void *)0x053A2F28; -const void * RTTI_Scaleform__Thread = (void *)0x05139B20; -const void * RTTI_Scaleform__UnopenedFile = (void *)0x05150CE8; -const void * RTTI_Scaleform__Waitable = (void *)0x05139920; -const void * RTTI_SceneNextPhaseHandler = (void *)0x052ED388; -const void * RTTI_ScopeMenu = (void *)0x0528EFC8; -const void * RTTI_ScopeMenuUtil__FadeCallback = (void *)0x0528F040; -const void * RTTI_ScopeMenu__ScopeMenuDataEventShuttle = (void *)0x0528EF58; -const void * RTTI_ScopeMenu__ScopeScalingData = (void *)0x0528EED8; -const void * RTTI_ScopeMenu__ZoomLevelData = (void *)0x0528EF98; -const void * RTTI_ScrapHeap = (void *)0x05374130; -const void * RTTI_Script = (void *)0x051E8A20; -const void * RTTI_ScriptEffect = (void *)0x052A7E50; -const void * RTTI_ScriptedRefEffect = (void *)0x052A7E28; -const void * RTTI_ScrollItem = (void *)0x0517BAC0; -const void * RTTI_SecurityMenu = (void *)0x0527B7E8; -const void * RTTI_SecurityMenu_BackOutKey = (void *)0x0527BDD0; -const void * RTTI_SecurityMenu_CloseMenu = (void *)0x0527BE30; -const void * RTTI_SecurityMenu_ConfirmExit = (void *)0x0527BD38; -const void * RTTI_SecurityMenu_EliminateUnusedKeys = (void *)0x0527BD68; -const void * RTTI_SecurityMenu_GetRingHint = (void *)0x0527BDA0; -const void * RTTI_SecurityMenu_SelectNewKey = (void *)0x0527BD08; -const void * RTTI_SecurityMenu_TryUseKey = (void *)0x0527BE00; -const void * RTTI_SecurityMenu__SecurityMenuEventShuttle = (void *)0x0527B378; -const void * RTTI_SeenData = (void *)0x050933F0; -const void * RTTI_Service = (void *)0x05206818; -const void * RTTI_SetOrientNode = (void *)0x05370E88; -const void * RTTI_SetOrientNodeInstance = (void *)0x05370E58; -const void * RTTI_SetPosNode = (void *)0x05371CE0; -const void * RTTI_SetPosNodeInstance = (void *)0x05371CB0; -const void * RTTI_Setting = (void *)0x0512A750; -const void * RTTI_SettingsDataModel = (void *)0x05252FA8; -const void * RTTI_SettingsDataModel__SettingsEventShuttle = (void *)0x05253850; -const void * RTTI_SettingsPanel_CheckBoxChanged = (void *)0x05252E90; -const void * RTTI_SettingsPanel_ClearBinding = (void *)0x05252F70; -const void * RTTI_SettingsPanel_OpenCategory = (void *)0x05252EC8; -const void * RTTI_SettingsPanel_OpenSettings = (void *)0x05252F00; -const void * RTTI_SettingsPanel_RemapConfirmed = (void *)0x05252F38; -const void * RTTI_SettingsPanel_RemapMode = (void *)0x05252C68; -const void * RTTI_SettingsPanel_ResetToDefaults = (void *)0x05252E58; -const void * RTTI_SettingsPanel_SaveControls = (void *)0x05252DB0; -const void * RTTI_SettingsPanel_SaveSettings = (void *)0x05252D78; -const void * RTTI_SettingsPanel_SliderChanged = (void *)0x05252E20; -const void * RTTI_SettingsPanel_StepperChanged = (void *)0x05252DE8; -const void * RTTI_SettingsPanel_ValidateControls = (void *)0x05253018; -const void * RTTI_SetupGraphRagdollHandler = (void *)0x052ED688; -const void * RTTI_ShaderReferenceEffect = (void *)0x052A7E78; -const void * RTTI_SharedHeapAllocator = (void *)0x05374150; -const void * RTTI_ShipActionCameraState = (void *)0x0520D318; -const void * RTTI_ShipBuilder_CloseAllMenus = (void *)0x0517AE30; -const void * RTTI_ShipCombatOrbitCameraState = (void *)0x0520D710; -const void * RTTI_ShipCrewAssignData = (void *)0x05255978; -const void * RTTI_ShipCrewAssignData__ShipCrewAssignMenuEventShuttle = (void *)0x052558A0; -const void * RTTI_ShipCrewAssignMenu = (void *)0x0527CBC8; -const void * RTTI_ShipCrewAssignMenu_Assign = (void *)0x0527C9C8; -const void * RTTI_ShipCrewAssignMenu_Unassign = (void *)0x0527C9F8; -const void * RTTI_ShipCrewData = (void *)0x05255600; -const void * RTTI_ShipCrewData__ShipCrewMenuEventShuttle = (void *)0x05255790; -const void * RTTI_ShipCrewMenu = (void *)0x0527C9A0; -const void * RTTI_ShipCrewMenu_Close = (void *)0x0527CA60; -const void * RTTI_ShipCrewMenu_OpenAssignMenu = (void *)0x05255210; -const void * RTTI_ShipCrewMenu_SetSort = (void *)0x05255138; -const void * RTTI_ShipCrewMenu_ViewedItem = (void *)0x0527CA30; -const void * RTTI_ShipEditor_ChangeModuleCategory = (void *)0x05176CE8; -const void * RTTI_ShipEditor_OnColorPickerControlChanged = (void *)0x05178040; -const void * RTTI_ShipEditor_OnColorPickerTabChanged = (void *)0x05178288; -const void * RTTI_ShipEditor_OnColorSliderMouseInput = (void *)0x05178000; -const void * RTTI_ShipEditor_OnExitConfirmCancel = (void *)0x05173768; -const void * RTTI_ShipEditor_OnExitConfirmExit = (void *)0x05173730; -const void * RTTI_ShipEditor_OnExitConfirmSaveAndExit = (void *)0x051737A0; -const void * RTTI_ShipEditor_OnFlightCheckTabChanged = (void *)0x05174878; -const void * RTTI_ShipEditor_OnHintButtonActivated = (void *)0x0517ADF8; -const void * RTTI_ShipEditor_OnRecentColorSwatchClicked = (void *)0x05178080; -const void * RTTI_ShipEditor_OnRenameEndEditText = (void *)0x05176070; -const void * RTTI_ShipEditor_OnRenameInputCancelled = (void *)0x05175BF8; -const void * RTTI_ShipEditor_OnWeaponGroupChanged = (void *)0x051748B8; -const void * RTTI_ShipEditor_PreviewShipPart = (void *)0x05176D20; -const void * RTTI_ShipEditor_PreviewUpgrade = (void *)0x0515DC78; -const void * RTTI_ShipEditor_RemoveAll3D = (void *)0x0517ADC8; -const void * RTTI_ShipEditor_SelectedShipPart = (void *)0x05176D58; -const void * RTTI_ShipEditor_SelectedUpgrade = (void *)0x0515DE28; -const void * RTTI_ShipEditor_SystemSelected = (void *)0x0515CF38; -const void * RTTI_ShipFarTravelCameraState = (void *)0x0520D748; -const void * RTTI_ShipHudDataModel = (void *)0x0525BD28; -const void * RTTI_ShipHudDataModel__ShipHudEventShuttle = (void *)0x0525B660; -const void * RTTI_ShipHudQuickContainer_TransferItem = (void *)0x05290160; -const void * RTTI_ShipHudQuickContainer_TransferMenu = (void *)0x0525BA58; -const void * RTTI_ShipHud_AbortJump = (void *)0x05290138; -const void * RTTI_ShipHud_Activate = (void *)0x0525B9E0; -const void * RTTI_ShipHud_BodyViewMarkerDimensions = (void *)0x0525BCA0; -const void * RTTI_ShipHud_ChangeComponentSelection = (void *)0x0525B9A8; -const void * RTTI_ShipHud_CloseMenu = (void *)0x0525B958; -const void * RTTI_ShipHud_Deselect = (void *)0x0525BA08; -const void * RTTI_ShipHud_DockRequested = (void *)0x052901A0; -const void * RTTI_ShipHud_FarTravel = (void *)0x0525BD50; -const void * RTTI_ShipHud_HailAccepted = (void *)0x0525BAF0; -const void * RTTI_ShipHud_HailCancelled = (void *)0x0525BB20; -const void * RTTI_ShipHud_HailShip = (void *)0x052901D0; -const void * RTTI_ShipHud_JumpToQuestMarker = (void *)0x0525BC18; -const void * RTTI_ShipHud_Land = (void *)0x0525BA30; -const void * RTTI_ShipHud_LandingMarkerMap = (void *)0x0525BA98; -const void * RTTI_ShipHud_Map = (void *)0x0525BAC8; -const void * RTTI_ShipHud_OnMonocleToggle = (void *)0x0525BB80; -const void * RTTI_ShipHud_OpenPhotoMode = (void *)0x0525BC48; -const void * RTTI_ShipHud_Repair = (void *)0x0525BC78; -const void * RTTI_ShipHud_SetTargetMode = (void *)0x0525BB50; -const void * RTTI_ShipHud_Target = (void *)0x0525B980; -const void * RTTI_ShipHud_TargetShipSystem = (void *)0x0525BBE8; -const void * RTTI_ShipHud_UntargetShipSystem = (void *)0x0525BBB0; -const void * RTTI_ShipHud_UpdateComponentPower = (void *)0x0525B920; -const void * RTTI_ShipHud_UpdateTargetPanelRect = (void *)0x05290F88; -const void * RTTI_ShipRefuelMenu = (void *)0x0527D1F0; -const void * RTTI_ShipRefuelMenuDataModel = (void *)0x0525D5A8; -const void * RTTI_ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle = (void *)0x0525D670; -const void * RTTI_ShipTargetingCameraState = (void *)0x0520D778; -const void * RTTI_ShowSubsegmentHandler = (void *)0x052ED448; -const void * RTTI_SimpleAnimationGraphManagerHolder = (void *)0x0517E1B8; -const void * RTTI_SimpleAnimationGraphManagerLoadingTask = (void *)0x05208700; -const void * RTTI_SitWaitMenu = (void *)0x05330750; -const void * RTTI_SkillsMenu = (void *)0x0527E4D0; -const void * RTTI_SkillsMenu_Accept = (void *)0x0527EAF8; -const void * RTTI_SkillsMenu_AddPatch = (void *)0x0527EAC8; -const void * RTTI_SkillsMenu_Cancel = (void *)0x0527EB20; -const void * RTTI_SkillsMenu_ChangeCursorVisibility = (void *)0x0527EA90; -const void * RTTI_SkillsMenu_SaveLastCategory = (void *)0x0527EA58; -const void * RTTI_SkillsMenu__SkillsMenuEventShuttle = (void *)0x0527E188; -const void * RTTI_SkinAttach = (void *)0x053906C0; -const void * RTTI_Sky = (void *)0x051F09E8; -const void * RTTI_SkyEffectController = (void *)0x051EFFB0; -const void * RTTI_SleepWaitMenu = (void *)0x05331518; -const void * RTTI_SleepWaitMenu_InterruptRest = (void *)0x053314E0; -const void * RTTI_SleepWaitMenu_StartRest = (void *)0x053314B0; -const void * RTTI_SleepWaitMenu__SleepWaitMenuEventShuttle = (void *)0x05331218; -const void * RTTI_SlideStartHandler = (void *)0x052ED238; -const void * RTTI_SlowTimeEffect = (void *)0x052A7EA8; -const void * RTTI_SneakStateChangeHandler = (void *)0x052EBA40; -const void * RTTI_SoulTrapEffect = (void *)0x052A7F18; -const void * RTTI_SpaceComponentViewAccessWrite = (void *)0x051C5498; -const void * RTTI_SpaceshipAIComponentEventHandler = (void *)0x05354F30; -const void * RTTI_SpaceshipBIEvents__EventSink = (void *)0x052A9468; -const void * RTTI_SpaceshipBoostPart = (void *)0x05356570; -const void * RTTI_SpaceshipDockingFinishedHandler = (void *)0x052ED148; -const void * RTTI_SpaceshipEditor__HangarModeState_Null = (void *)0x05231318; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipInspect = (void *)0x05231290; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection = (void *)0x052320B0; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle = (void *)0x05232100; -const void * RTTI_SpaceshipEditor__ModuleModeState_Add = (void *)0x05176CA8; -const void * RTTI_SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle = (void *)0x05176A70; -const void * RTTI_SpaceshipEditor__ModuleModeState_Color = (void *)0x05177FC0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle = (void *)0x05177CD0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Edit = (void *)0x0517AFE0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Empty = (void *)0x0517AFA0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Null = (void *)0x0517AF60; -const void * RTTI_SpaceshipEditor__ModuleModeState_Selection = (void *)0x0517AF20; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting = (void *)0x051737E0; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle = (void *)0x05173610; -const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck = (void *)0x051748F0; -const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle = (void *)0x05174A80; -const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode = (void *)0x05231360; -const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle = (void *)0x052311E0; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Loading = (void *)0x0517B020; -const void * RTTI_SpaceshipEditor__ShipBuilderState_ModuleMode = (void *)0x05175360; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Null = (void *)0x0517AEE0; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Popup = (void *)0x0517AEA0; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename = (void *)0x05176030; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle = (void *)0x05175E80; -const void * RTTI_SpaceshipEditor__ShipBuilderState_UpgradeMode = (void *)0x0515C870; -const void * RTTI_SpaceshipEditor__Spaceship3DManager = (void *)0x05178FB8; -const void * RTTI_SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle = (void *)0x05178E20; -const void * RTTI_SpaceshipEditor__SpaceshipEditorGame3DManager = (void *)0x05179000; -const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu = (void *)0x0517AC98; -const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle = (void *)0x0517A980; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Null = (void *)0x0517AE60; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace = (void *)0x0515DCA8; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle = (void *)0x0515DAB0; -const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect = (void *)0x0515CF70; -const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle = (void *)0x0515D060; -const void * RTTI_SpaceshipEffectsUtil__EventSink = (void *)0x05355CC0; -const void * RTTI_SpaceshipEquipmentComponent = (void *)0x05356538; -const void * RTTI_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler = (void *)0x053566F0; -const void * RTTI_SpaceshipGravDrivePart = (void *)0x05356620; -const void * RTTI_SpaceshipHudMenu = (void *)0x0528FE50; -const void * RTTI_SpaceshipLandingFinishedFailsafeHandler = (void *)0x052ED180; -const void * RTTI_SpaceshipLandingFinishedHandler = (void *)0x052ED5E0; -const void * RTTI_SpaceshipLinkedCell__ExteriorShipCell = (void *)0x05362550; -const void * RTTI_SpaceshipLinkedCell__InteriorShipCell = (void *)0x053624D8; -const void * RTTI_SpaceshipLinkedCell__ShipCell = (void *)0x05362518; -const void * RTTI_SpaceshipMobilityPart = (void *)0x053565A0; -const void * RTTI_SpaceshipPart = (void *)0x053565F8; -const void * RTTI_SpaceshipPlayerSounds = (void *)0x053594C8; -const void * RTTI_SpaceshipShieldPart = (void *)0x05356650; -const void * RTTI_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler = (void *)0x05359570; -const void * RTTI_SpaceshipTakeOffFinishedHandler = (void *)0x052ED618; -const void * RTTI_SpaceshipUndockingFinishedHandler = (void *)0x052ED200; -const void * RTTI_SpaceshipWeapon = (void *)0x053565D0; -const void * RTTI_Spaceship__InstanceData = (void *)0x051C68A0; -const void * RTTI_Spaceship__LadderSwapHandler = (void *)0x050B16F0; -const void * RTTI_Spaceship__ShipProxyCollisionListener = (void *)0x051C9978; -const void * RTTI_Spaceship__TargetingMode = (void *)0x052BF9E8; -const void * RTTI_SpawnHazardEffect = (void *)0x052C2F18; -const void * RTTI_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler = (void *)0x0516D070; -const void * RTTI_SpecificItemCollector = (void *)0x051EF2E0; -const void * RTTI_SpectatorPackage = (void *)0x05095C88; -const void * RTTI_SpeedScale = (void *)0x05371BD8; -const void * RTTI_SpeedScaleInstance = (void *)0x05371BA8; -const void * RTTI_SpellItem = (void *)0x050A6C70; -const void * RTTI_SpringBoneData = (void *)0x051BF710; -const void * RTTI_SpringBoneInstance = (void *)0x051BF738; -const void * RTTI_StaggerEffect = (void *)0x052A6C28; -const void * RTTI_StaggerMeter = (void *)0x0536D820; -const void * RTTI_StaggerMeterInstance = (void *)0x05371160; -const void * RTTI_StaggeredStopHandler = (void *)0x052EDD60; -const void * RTTI_StarField__LoadNodeBarrier = (void *)0x051C9C08; -const void * RTTI_StarField__ModuleState = (void *)0x051C9D98; -const void * RTTI_StarField__SpaceReference__RetargetExterior3d = (void *)0x051C9CE0; -const void * RTTI_StarMapMenu_ExecuteRoute = (void *)0x05298770; -const void * RTTI_StarMapMenu_Galaxy_FocusSystem = (void *)0x05296C08; -const void * RTTI_StarMapMenu_LandingInputInProgress = (void *)0x05293B00; -const void * RTTI_StarMapMenu_MarkerGroupContainerVisibilityChanged = (void *)0x05293A60; -const void * RTTI_StarMapMenu_MarkerGroupEntryClicked = (void *)0x05293A20; -const void * RTTI_StarMapMenu_MarkerGroupEntryHoverChanged = (void *)0x052939E0; -const void * RTTI_StarMapMenu_OnCancel = (void *)0x05297758; -const void * RTTI_StarMapMenu_OnClearRoute = (void *)0x052987A0; -const void * RTTI_StarMapMenu_OnExitStarMap = (void *)0x05297788; -const void * RTTI_StarMapMenu_OnGalaxyViewInitialized = (void *)0x05296C40; -const void * RTTI_StarMapMenu_OnHintButtonClicked = (void *)0x052977B8; -const void * RTTI_StarMapMenu_OnOutpostEntrySelected = (void *)0x052976E8; -const void * RTTI_StarMapMenu_QuickSelectChange = (void *)0x05295810; -const void * RTTI_StarMapMenu_ReadyToClose = (void *)0x05297728; -const void * RTTI_StarMapMenu_ScanPlanet = (void *)0x05298AB8; -const void * RTTI_StarMapMenu_SelectedLandingSite = (void *)0x052939A8; -const void * RTTI_StarMapMenu_SelectedLandingSiteFailed = (void *)0x05293968; -const void * RTTI_StarMapMenu_ShowRealCursor = (void *)0x05298AE8; -const void * RTTI_StarMap__BodyInfoToUI = (void *)0x0523C500; -const void * RTTI_StarMap__BodyInspectState = (void *)0x052933F0; -const void * RTTI_StarMap__BodyInspectState__BodyInspectStateEventShuttle = (void *)0x052920D0; -const void * RTTI_StarMap__ConfirmCustomMarkerActionCallback = (void *)0x05299C40; -const void * RTTI_StarMap__DelayCommand = (void *)0x05295870; -const void * RTTI_StarMap__Galaxy3DScene = (void *)0x05290FC0; -const void * RTTI_StarMap__GalaxyState = (void *)0x052954C8; -const void * RTTI_StarMap__GalaxyState__GalaxyStateEventShuttle = (void *)0x05295370; -const void * RTTI_StarMap__IStarMapState = (void *)0x05293308; -const void * RTTI_StarMap__PlanetInfoToUI = (void *)0x0523C6B8; -const void * RTTI_StarMap__SelectBodyEventHelper = (void *)0x052BFFF0; -const void * RTTI_StarMap__StarMapMenu = (void *)0x052989E8; -const void * RTTI_StarMap__StarMapMenuDataModel = (void *)0x05296E90; -const void * RTTI_StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle = (void *)0x05295D80; -const void * RTTI_StarMap__StarMapMenu__StarMapMenuEventShuttle = (void *)0x05297480; -const void * RTTI_StarMap__StarMapSystemMobile = (void *)0x052990E0; -const void * RTTI_StarMap__SurfaceMap3DScene = (void *)0x05233E80; -const void * RTTI_StarMap__SurfaceMapState = (void *)0x05299C80; -const void * RTTI_StarMap__SurfaceMapState__SurfaceMapStateEventShuttle = (void *)0x052999C0; -const void * RTTI_StarMap__SystemBodyInfoToUI = (void *)0x0523C630; -const void * RTTI_StarMap__SystemState = (void *)0x0529AD40; -const void * RTTI_StarMap__SystemState__SystemStateEventShuttle = (void *)0x0529ABA0; -const void * RTTI_StarMap__Util__ConfirmFastTravelCallback = (void *)0x05291D48; -const void * RTTI_StarMap__Util__ConfirmGravJumpPlotCallback = (void *)0x05291D88; -const void * RTTI_StartFloatingHandler = (void *)0x052EC200; -const void * RTTI_StartPCapVoiceHandler = (void *)0x052ED9C0; -const void * RTTI_StartSecurityMinigameHandler = (void *)0x052ED5A8; -const void * RTTI_StateConfirmingAction = (void *)0x05248298; -const void * RTTI_StateEngagmentPrompt = (void *)0x052481E0; -const void * RTTI_StateInitialLoad = (void *)0x052480D8; -const void * RTTI_StateIntroVideo = (void *)0x05248130; -const void * RTTI_StateLegalScreen = (void *)0x05248158; -const void * RTTI_StateLoadPanelInteract = (void *)0x05248300; -const void * RTTI_StateMachine = (void *)0x05370D58; -const void * RTTI_StateMachineInstance = (void *)0x05370D28; -const void * RTTI_StateMainPanelInteract = (void *)0x05248330; -const void * RTTI_StateOpenFromInstallMenu = (void *)0x05248180; -const void * RTTI_StateOpenFromReset = (void *)0x05248268; -const void * RTTI_StateOpenFromStartup = (void *)0x052481B0; -const void * RTTI_StateOtherMenuOpen = (void *)0x05248078; -const void * RTTI_StatePerformingAction = (void *)0x052480A8; -const void * RTTI_StateSettingsPanelInteract = (void *)0x052482C8; -const void * RTTI_StateSplashScreen = (void *)0x05248210; -const void * RTTI_StateVariableControl = (void *)0x053718C8; -const void * RTTI_StateVariableControlInstance = (void *)0x053718F8; -const void * RTTI_StateWaitingOnLoad = (void *)0x05248238; -const void * RTTI_StaticAvoidNodeManager = (void *)0x052D7410; -const void * RTTI_StatusMenu = (void *)0x0529B668; -const void * RTTI_SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed = (void *)0x05410C80; -const void * RTTI_StimpakEffect = (void *)0x052A7F40; -const void * RTTI_StopFloatingHandler = (void *)0x052EBDF8; -const void * RTTI_StopMountCameraHandler = (void *)0x052EC548; -const void * RTTI_StorageTable__AsyncTableColumnBase = (void *)0x051BBDB8; -const void * RTTI_StorageTable__DirectColumnDataStorageInterface = (void *)0x051BBD70; -const void * RTTI_StorageTable__ScheduleImpl = (void *)0x053E4328; -const void * RTTI_StorageTable__StorageDataBase = (void *)0x051B2160; -const void * RTTI_StreamingInstallMenu = (void *)0x0529B690; -const void * RTTI_StreamingInstallMenu__StreamingInstallEventShuttle = (void *)0x0529BAD0; -const void * RTTI_StreamingInstallMenu__StreamingProgressData = (void *)0x0529BA80; -const void * RTTI_StringUIValue = (void *)0x05178F90; -const void * RTTI_SubgraphAndOffsetDBData = (void *)0x053725D0; -const void * RTTI_SummonCreatureEffect = (void *)0x052A7FA0; -const void * RTTI_SummonDuplicateEffect = (void *)0x052A8178; -const void * RTTI_SummonPlacementEffect = (void *)0x052A7FD0; -const void * RTTI_SupportMaterialHandler = (void *)0x052BF7C8; -const void * RTTI_SurfaceMapMenu_EnablePointCloud = (void *)0x05299CB0; -const void * RTTI_SurfaceMapMenu_MarkerClicked = (void *)0x05299D80; -const void * RTTI_SurfaceMapMenu_TryPlaceCustomMarker = (void *)0x05299D40; -const void * RTTI_SwapGraphNode = (void *)0x05370C98; -const void * RTTI_SwapGraphNodeInstance = (void *)0x05370C68; -const void * RTTI_SwitchNode = (void *)0x05370D80; -const void * RTTI_SwitchNodeInstance = (void *)0x05370DA8; -const void * RTTI_SyncDeferDeathHandler = (void *)0x052ED4D8; -const void * RTTI_SyncEarlyExitHandler = (void *)0x052ED4A8; -const void * RTTI_SyncQueueObj = (void *)0x052268C8; -const void * RTTI_TBO_InstanceData = (void *)0x051C6878; -const void * RTTI_TES = (void *)0x05182670; -const void * RTTI_TESAIForm = (void *)0x050915D8; -const void * RTTI_TESActorBase = (void *)0x05091030; -const void * RTTI_TESActorBaseData = (void *)0x05091438; -const void * RTTI_TESAmmo = (void *)0x051D2910; -const void * RTTI_TESAudio__ScriptedMusicState = (void *)0x052A8B18; -const void * RTTI_TESBipedModelForm = (void *)0x050914B8; -const void * RTTI_TESBoundAnimObject = (void *)0x051D0350; -const void * RTTI_TESBoundObject = (void *)0x050A70D0; -const void * RTTI_TESCamera = (void *)0x05208740; -const void * RTTI_TESCameraState = (void *)0x0520D080; -const void * RTTI_TESChildCell = (void *)0x05200688; -const void * RTTI_TESClass = (void *)0x051EBD50; -const void * RTTI_TESClimate = (void *)0x051D6E40; -const void * RTTI_TESCombatStyle = (void *)0x05091080; -const void * RTTI_TESContainer = (void *)0x0512A8E8; -const void * RTTI_TESCustomPackageData = (void *)0x05200320; -const void * RTTI_TESDataHandler = (void *)0x051855F8; -const void * RTTI_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm = (void *)0x05184B00; -const void * RTTI_TESDataHandlerPostBuildFileListSource = (void *)0x0512B170; -const void * RTTI_TESDataHandler__ArchiveRegistrationListener = (void *)0x051852D0; -const void * RTTI_TESDescription = (void *)0x050A6D88; -const void * RTTI_TESDialoguePackageData = (void *)0x05093F80; -const void * RTTI_TESEffectShader = (void *)0x051D2AB8; -const void * RTTI_TESEnchantableForm = (void *)0x050914E0; -const void * RTTI_TESEyes = (void *)0x051EBD70; -const void * RTTI_TESFaction = (void *)0x050910D0; -const void * RTTI_TESFile = (void *)0x051859C0; -const void * RTTI_TESFlora = (void *)0x051D2B98; -const void * RTTI_TESFloraInstanceData = (void *)0x051D2BB8; -const void * RTTI_TESFollowPackageData = (void *)0x05200260; -const void * RTTI_TESForm = (void *)0x050A7118; -const void * RTTI_TESFullName = (void *)0x050A71B8; -const void * RTTI_TESFurniture = (void *)0x051D26C0; -const void * RTTI_TESGlobal = (void *)0x05091208; -const void * RTTI_TESGrass = (void *)0x051D2C58; -const void * RTTI_TESHandleForm = (void *)0x051D5558; -const void * RTTI_TESHavokUtilities__CellHeightFieldCuller = (void *)0x051EFDD0; -const void * RTTI_TESHealthForm = (void *)0x050915F8; -const void * RTTI_TESIdleForm = (void *)0x05090890; -const void * RTTI_TESImageSpace = (void *)0x05090ED0; -const void * RTTI_TESImageSpaceModifiableForm = (void *)0x050A7228; -const void * RTTI_TESImageSpaceModifier = (void *)0x050933C0; -const void * RTTI_TESKey = (void *)0x05091278; -const void * RTTI_TESLandTexture = (void *)0x051D6EA0; -const void * RTTI_TESLevCharacter = (void *)0x051D2CA0; -const void * RTTI_TESLevItem = (void *)0x051D2CC8; -const void * RTTI_TESLevSpell = (void *)0x051D2CF0; -const void * RTTI_TESLeveledList = (void *)0x05091510; -const void * RTTI_TESLoadScreen = (void *)0x051E89F8; -const void * RTTI_TESMagicTargetForm = (void *)0x0518AF20; -const void * RTTI_TESModel = (void *)0x050A71E0; -const void * RTTI_TESModelDB__TESAutoQueuedDependentNode = (void *)0x05185C40; -const void * RTTI_TESModelDB__TESQueuedHandles = (void *)0x0517F8D0; -const void * RTTI_TESModelTri = (void *)0x051EB1A8; -const void * RTTI_TESNPC = (void *)0x05093630; -const void * RTTI_TESNPCData__ChargenDataModel = (void *)0x051CDF18; -const void * RTTI_TESNPC__InstanceData = (void *)0x051EC6E8; -const void * RTTI_TESObject = (void *)0x050A70F8; -const void * RTTI_TESObjectACTI = (void *)0x051D25B8; -const void * RTTI_TESObjectANIO = (void *)0x051D3420; -const void * RTTI_TESObjectARMA = (void *)0x05093338; -const void * RTTI_TESObjectARMO = (void *)0x051D3540; -const void * RTTI_TESObjectARMOInstanceData = (void *)0x05090AD8; -const void * RTTI_TESObjectBOOK = (void *)0x051D3658; -const void * RTTI_TESObjectCELL = (void *)0x050907D0; -const void * RTTI_TESObjectCONT = (void *)0x051D3778; -const void * RTTI_TESObjectCONT__InstanceData = (void *)0x051D37A0; -const void * RTTI_TESObjectDOOR = (void *)0x051D3FA8; -const void * RTTI_TESObjectLIGH = (void *)0x051D2DD8; -const void * RTTI_TESObjectMISC = (void *)0x051D2C78; -const void * RTTI_TESObjectREFR = (void *)0x05090758; -const void * RTTI_TESObjectREFRDef__IAliasFunctor = (void *)0x0517DA70; -const void * RTTI_TESObjectREFRDef__IAliasLinkedChildFunctor = (void *)0x0517DA30; -const void * RTTI_TESObjectREFRDef__ILinkedReferenceFunctor = (void *)0x05133E10; -const void * RTTI_TESObjectREFRIsReadyForAttachEvent = (void *)0x051DCED0; -const void * RTTI_TESObjectREFRSync__REFRSyncController = (void *)0x051E66A0; -const void * RTTI_TESObjectSTAT = (void *)0x051D09F8; -const void * RTTI_TESObjectWEAP = (void *)0x051D4778; -const void * RTTI_TESObjectWEAPInstanceData = (void *)0x051D4748; -const void * RTTI_TESPackage = (void *)0x050910F8; -const void * RTTI_TESPackedFile = (void *)0x05185998; -const void * RTTI_TESPlanetModel = (void *)0x05090EA8; -const void * RTTI_TESQuest = (void *)0x05153480; -const void * RTTI_TESRace = (void *)0x050939C8; -const void * RTTI_TESRaceForm = (void *)0x05091560; -const void * RTTI_TESRegion = (void *)0x051C4DE0; -const void * RTTI_TESRegionData = (void *)0x05092FE0; -const void * RTTI_TESRegionDataManager = (void *)0x051C4E00; -const void * RTTI_TESRegionDataMap = (void *)0x051C4E30; -const void * RTTI_TESRegionDataSound = (void *)0x051C4E58; -const void * RTTI_TESRegionDataWeather = (void *)0x05092F88; -const void * RTTI_TESRegionList = (void *)0x051C4E88; -const void * RTTI_TESShout = (void *)0x051EADA8; -const void * RTTI_TESSoulGem = (void *)0x051D47A0; -const void * RTTI_TESSound = (void *)0x051EADC8; -const void * RTTI_TESSpellList = (void *)0x05091588; -const void * RTTI_TESTexture = (void *)0x050916E0; -const void * RTTI_TESTopic = (void *)0x05091148; -const void * RTTI_TESTopicInfo = (void *)0x05091120; -const void * RTTI_TESTrapListener = (void *)0x051EFF40; -const void * RTTI_TESValueForm = (void *)0x0517B768; -const void * RTTI_TESWaterForm = (void *)0x05091250; -const void * RTTI_TESWaterNormals = (void *)0x05206DB0; -const void * RTTI_TESWaterObject = (void *)0x05206D88; -const void * RTTI_TESWaterSystem = (void *)0x05206DD8; -const void * RTTI_TESWeather = (void *)0x051E6798; -const void * RTTI_TESWeightForm = (void *)0x0517B698; -const void * RTTI_TESWordOfPower = (void *)0x051EADE8; -const void * RTTI_TESWorldSpace = (void *)0x05092FB8; -const void * RTTI_TES__PostGridLoadNode = (void *)0x05182610; -const void * RTTI_TagPropagationNode = (void *)0x05371260; -const void * RTTI_TagPropagationNodeInstance = (void *)0x05371228; -const void * RTTI_TakeOffInitiateCompleteHandler = (void *)0x052ED6B8; -const void * RTTI_TakeoffMenu = (void *)0x052900D8; -const void * RTTI_TakeoffMenuDataModel = (void *)0x0525D958; -const void * RTTI_TakeoffMenuDataModel__TakeoffMenuEventShuttle = (void *)0x0525D910; -const void * RTTI_TakeoffMenu_CloseMenu = (void *)0x052901F8; -const void * RTTI_TakeoffMenu_ExitShip = (void *)0x05290228; -const void * RTTI_TakeoffMenu_Launch = (void *)0x052902A8; -const void * RTTI_TargetEntry = (void *)0x051EE920; -const void * RTTI_TelekinesisEffect = (void *)0x052A82C8; -const void * RTTI_TeleportDoorSearch = (void *)0x05202488; -const void * RTTI_TempLoadedCellDB__LoadTempDataForCell = (void *)0x05169738; -const void * RTTI_TerminalMenu_CancelEvent = (void *)0x0529CDE8; -const void * RTTI_TerminalOpenViewCallback = (void *)0x0529D4D8; -const void * RTTI_TerminalRunResultsCallback = (void *)0x0529D508; -const void * RTTI_Terminal_CloseAllViews = (void *)0x0529D5F0; -const void * RTTI_Terminal_CloseTopView = (void *)0x0529D5C0; -const void * RTTI_Terminal_CloseView = (void *)0x0529CDB8; -const void * RTTI_Terminal_MenuItemClick = (void *)0x0529CD88; -const void * RTTI_Terminal__AddAliasedTerminalsFunc = (void *)0x0529CC00; -const void * RTTI_Terminal__GenesisTerminalMenu = (void *)0x0529D588; -const void * RTTI_Terminal__GenesisTerminalMenu_UnlockItemConfirm = (void *)0x0529CD40; -const void * RTTI_Terminal__GenesisTerminalMenu_UnlockedItemWithKey = (void *)0x0529CC40; -const void * RTTI_Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle = (void *)0x0529D250; -const void * RTTI_TerminateGraphRagdollHandler = (void *)0x052ED650; -const void * RTTI_TerrainDB__TerrainBarrierNode = (void *)0x051CAEB0; -const void * RTTI_TerrainDB__TerrainGraphProcessor = (void *)0x051CAE28; -const void * RTTI_TestMenu = (void *)0x0529F288; -const void * RTTI_TestMenu_DoAction = (void *)0x0529F3A8; -const void * RTTI_TestMenu_ExitMenu = (void *)0x0529F350; -const void * RTTI_TestMenu_ShowImages = (void *)0x0529F378; -const void * RTTI_TestMenu_ShowResources = (void *)0x0529F3D0; -const void * RTTI_TestMenu_TestAll = (void *)0x0529F328; -const void * RTTI_TestMenu__TestMenuEventShuttle = (void *)0x0529F0C0; -const void * RTTI_TestReferencedObject = (void *)0x05088918; -const void * RTTI_TextInputMenu = (void *)0x0529F578; -const void * RTTI_TextInputMenu_EndEditText = (void *)0x0529F670; -const void * RTTI_TextInputMenu_InputCanceled = (void *)0x0529F6A0; -const void * RTTI_TextInputMenu_StartEditText = (void *)0x0529F638; -const void * RTTI_TextInputMenu__TextInputEventShuttle = (void *)0x0529F498; -const void * RTTI_TextRenderer = (void *)0x053A3B20; -const void * RTTI_TextRenderer3D = (void *)0x0511A760; -const void * RTTI_TextureDB__ErrorStreamer = (void *)0x05138888; -const void * RTTI_TextureDB__Manager = (void *)0x053CD2D0; -const void * RTTI_TextureUtils__AutoQueuedDependentNode = (void *)0x0538B5D8; -const void * RTTI_TextureUtils__WaitStreamedNode = (void *)0x0538B688; -const void * RTTI_ThirdPersonState = (void *)0x0520D058; -const void * RTTI_ThumbstickEvent = (void *)0x05374610; -const void * RTTI_TimeMultiplierProvider = (void *)0x051C4D78; -const void * RTTI_TimerEvent = (void *)0x05371E68; -const void * RTTI_TimerEventInstance = (void *)0x05371E90; -const void * RTTI_TitleSequenceMenu = (void *)0x053318E0; -const void * RTTI_TitleSequenceMenu_StartMusic = (void *)0x05331858; -const void * RTTI_TranslationAdjustment = (void *)0x0536D7F0; -const void * RTTI_TranslationAdjustmentInstance = (void *)0x05371190; -const void * RTTI_TrapEntry = (void *)0x051EFF68; -const void * RTTI_TrapTargetEntry = (void *)0x051EE998; -const void * RTTI_TraversalCollisionFilter = (void *)0x05199320; -const void * RTTI_TraversalFinishedHandler = (void *)0x052ED418; -const void * RTTI_TraversalStepDoneHandler = (void *)0x052ED3E8; -const void * RTTI_TrespassPackage = (void *)0x052D77C8; -const void * RTTI_TrianglePathWaterLedgeTraversalSplitter = (void *)0x053B3460; -const void * RTTI_TurnUndeadEffect = (void *)0x052A8220; -const void * RTTI_TutorialMessageManager = (void *)0x05265620; -const void * RTTI_TutorialMessageManager__TutorialMessageEventShuttle = (void *)0x05235400; -const void * RTTI_TweenMenuCameraState = (void *)0x053270D8; -const void * RTTI_TwoBoneIKNode = (void *)0x0536D870; -const void * RTTI_TwoBoneIKNodeInstance = (void *)0x053711C8; -const void * RTTI_TypeRegistryTest__Ref = (void *)0x050832D0; -const void * RTTI_TypeRegistryTest__TypedefChild = (void *)0x05083850; -const void * RTTI_UI = (void *)0x053A1E68; -const void * RTTI_UIBlurManager = (void *)0x05331B38; -const void * RTTI_UICellRenderer = (void *)0x05173210; -const void * RTTI_UICellRenderer_InventoryItem = (void *)0x051732B8; -const void * RTTI_UICellRenderer_InventoryItem__ItemModelLoadTask = (void *)0x051732F0; -const void * RTTI_UIDataShuttleConnector = (void *)0x053A2268; -const void * RTTI_UIDataShuttleContainer = (void *)0x0515D3A8; -const void * RTTI_UIDataToFlash = (void *)0x0515CE30; -const void * RTTI_UIEventDispatcher = (void *)0x051303B8; -const void * RTTI_UIMenuChargenMenuDisablePaperdoll = (void *)0x052898B0; -const void * RTTI_UISaveLoadManager = (void *)0x052BFD60; -const void * RTTI_UncullFurnitureBoneHandler = (void *)0x052EBC78; -const void * RTTI_UncullWeaponsHandler = (void *)0x052EBB50; -const void * RTTI_UnitTest__CopyableReferencedObject = (void *)0x05083268; -const void * RTTI_UnitTest__InterfaceImpl0 = (void *)0x05083508; -const void * RTTI_UnitTest__InterfaceImpl1 = (void *)0x05083538; -const void * RTTI_UnitTest__InterfaceUnregistered0 = (void *)0x05083568; -const void * RTTI_UnitTest__InterfaceUnregistered1 = (void *)0x050835A0; -const void * RTTI_UnitTest__NestedRelArray = (void *)0x05083238; -const void * RTTI_UnitTest__SetterTest__Foo = (void *)0x050832A0; -const void * RTTI_UnitTest__SimpleRelArray = (void *)0x05083208; -const void * RTTI_UnitTest__TypeVm__Record = (void *)0x05083300; -const void * RTTI_UnitTest__UrlObject__Shape = (void *)0x050835D8; -const void * RTTI_UnitTest__UrlObject__TestGraph = (void *)0x05083608; -const void * RTTI_UpdateParticleParticleInDirtyAabbsTask = (void *)0x0508CA00; -const void * RTTI_UpdateRigidBodyDirtyAabbsTask = (void *)0x0508C9C8; -const void * RTTI_UpdateSceneRectEvent = (void *)0x053A28B0; -const void * RTTI_UseStimpakHandler = (void *)0x052ED848; -const void * RTTI_VATS = (void *)0x052F2590; -const void * RTTI_VATSCameraState = (void *)0x05327108; -const void * RTTI_VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor = (void *)0x052F2210; -const void * RTTI_ValueModifierEffect = (void *)0x052A6548; -const void * RTTI_VariableCombiner = (void *)0x0536D848; -const void * RTTI_VariableCombinerInstance = (void *)0x053711F8; -const void * RTTI_VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor = (void *)0x053BC2B0; -const void * RTTI_VirtualPathingDoor = (void *)0x0518F098; -const void * RTTI_WaterPathPathingNodeGenerator = (void *)0x053BBD58; -const void * RTTI_WaterPathRayValidator = (void *)0x053BBE28; -const void * RTTI_WeaponAttachHandler = (void *)0x052ED958; -const void * RTTI_WeaponBeginDrawHandler = (void *)0x052EE1F8; -const void * RTTI_WeaponBeginSheatheHandler = (void *)0x052EE100; -const void * RTTI_WeaponDetachHandler = (void *)0x052ED9F0; -const void * RTTI_WeaponDrawHandler = (void *)0x052EE0D8; -const void * RTTI_WeaponEnchantmentController = (void *)0x052A7D70; -const void * RTTI_WeaponFireEndHandler = (void *)0x052EBA10; -const void * RTTI_WeaponFireHandler = (void *)0x052EBAA0; -const void * RTTI_WeaponFireStartHandler = (void *)0x052EBAF0; -const void * RTTI_WeaponGroupAssignmentMenu_ChangeWeaponAssignment = (void *)0x051728F0; -const void * RTTI_WeaponGroupAssignmentMenu_OnHintButtonActivated = (void *)0x051728A0; -const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu = (void *)0x05172AC0; -const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle = (void *)0x05172650; -const void * RTTI_WeaponSheatheHandler = (void *)0x052EE168; -const void * RTTI_WeaponSheatheInterruptHandler = (void *)0x052EE130; -const void * RTTI_WeaponSwingHandler = (void *)0x052EE050; -const void * RTTI_WeaponsCraftingMenu = (void *)0x052A0578; -const void * RTTI_Win32FileSystemWatcher = (void *)0x05083B68; -const void * RTTI_WorkshopActionButton_HoldFinished = (void *)0x052A5B10; -const void * RTTI_WorkshopActionButton_HoldStopped = (void *)0x052A5A20; -const void * RTTI_WorkshopAreaResourcesDataModel = (void *)0x0525E720; -const void * RTTI_WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle = (void *)0x0525E760; -const void * RTTI_WorkshopBIEvents__WorkshopEventManager = (void *)0x052A9728; -const void * RTTI_WorkshopBuilderDataModel = (void *)0x0525FB38; -const void * RTTI_WorkshopBuilderDataModel__WorkshopBuilderEventShuttle = (void *)0x0525FCC0; -const void * RTTI_WorkshopBuilderMenu = (void *)0x052A1060; -const void * RTTI_WorkshopBuilderMenu_ChangeBuildItem = (void *)0x052A10C8; -const void * RTTI_WorkshopBuilderMenu_SelectedItem = (void *)0x052A1090; -const void * RTTI_WorkshopBuilderMenu_ToggleTracking = (void *)0x052A1020; -const void * RTTI_WorkshopCamera__CameraHitCollector = (void *)0x0520D7A8; -const void * RTTI_WorkshopCamera__WorkshopCharacterProxyListener = (void *)0x0520D7E0; -const void * RTTI_WorkshopCategoryBarDataModel = (void *)0x0525EA88; -const void * RTTI_WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle = (void *)0x0525EC40; -const void * RTTI_WorkshopCategoryInfoDataModel = (void *)0x0525F178; -const void * RTTI_WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle = (void *)0x0525F050; -const void * RTTI_WorkshopColorModeDataModel = (void *)0x05236608; -const void * RTTI_WorkshopColorModeDataModel__WorkshopColorModeEventShuttle = (void *)0x05236930; -const void * RTTI_WorkshopColorMode_ApplyColors = (void *)0x05236458; -const void * RTTI_WorkshopColorMode_SelectedTab = (void *)0x05236490; -const void * RTTI_WorkshopColorMode_SliderChanged = (void *)0x052363E8; -const void * RTTI_WorkshopColorMode_SwatchChanged = (void *)0x05236420; -const void * RTTI_WorkshopEngine__ActivateItemEvent = (void *)0x0535B170; -const void * RTTI_WorkshopEngine__BulldozeItemEvent = (void *)0x0535B010; -const void * RTTI_WorkshopEngine__CancelEvent = (void *)0x0535B5C0; -const void * RTTI_WorkshopEngine__CommitEvent = (void *)0x0535B660; -const void * RTTI_WorkshopEngine__ConnectTransferLinkEvent = (void *)0x0535B788; -const void * RTTI_WorkshopEngine__ConnectWireEvent = (void *)0x0535B800; -const void * RTTI_WorkshopEngine__CycleBehaviorEvent = (void *)0x0535B5F8; -const void * RTTI_WorkshopEngine__EditColorsEvent = (void *)0x0535B080; -const void * RTTI_WorkshopEngine__EditItemEvent = (void *)0x0535B7C8; -const void * RTTI_WorkshopEngine__EngineFrame = (void *)0x050B3488; -const void * RTTI_WorkshopEngine__ExitEvent = (void *)0x0535B630; -const void * RTTI_WorkshopEngine__FinishRepairEvent = (void *)0x0535B838; -const void * RTTI_WorkshopEngine__InspectColorItemsEvent = (void *)0x0535B0B8; -const void * RTTI_WorkshopEngine__ItemCombatChangedEvent = (void *)0x0535B870; -const void * RTTI_WorkshopEngine__NewItemEvent = (void *)0x0535B510; -const void * RTTI_WorkshopEngine__PlaceOutpostEvent = (void *)0x0535B478; -const void * RTTI_WorkshopEngine__PreviewColorsEvent = (void *)0x0535AFD8; -const void * RTTI_WorkshopEngine__RemoveItemEvent = (void *)0x0535B8B0; -const void * RTTI_WorkshopEngine__RemoveOutpostEvent = (void *)0x0535B750; -const void * RTTI_WorkshopEngine__RemoveWorkshopItemsEvent = (void *)0x0535B698; -const void * RTTI_WorkshopEngine__RequestRepairItemEvent = (void *)0x0535B8E8; -const void * RTTI_WorkshopEngine__ResetColorsToDefaultEvent = (void *)0x0535B130; -const void * RTTI_WorkshopEngine__RevertBehaviorEvent = (void *)0x0535B6D8; -const void * RTTI_WorkshopEngine__RotateItemEvent = (void *)0x0535B048; -const void * RTTI_WorkshopEngine__StartQuickMenuEvent = (void *)0x0535B580; -const void * RTTI_WorkshopEngine__StartSnappedEvent = (void *)0x0535B718; -const void * RTTI_WorkshopEngine__StartWorkshopEvent = (void *)0x0535B548; -const void * RTTI_WorkshopEngine__StateBulldoze = (void *)0x0535B298; -const void * RTTI_WorkshopEngine__StateCreatePowerLink = (void *)0x0535B1E0; -const void * RTTI_WorkshopEngine__StateCreateReferences = (void *)0x0535AE38; -const void * RTTI_WorkshopEngine__StateCreateTransferLink = (void *)0x0535B400; -const void * RTTI_WorkshopEngine__StateCycleSnapBehavior = (void *)0x0535CCE0; -const void * RTTI_WorkshopEngine__StateDuplicateReferences = (void *)0x0535AF98; -const void * RTTI_WorkshopEngine__StateIdle = (void *)0x0535AE08; -const void * RTTI_WorkshopEngine__StateInspect = (void *)0x0535CD20; -const void * RTTI_WorkshopEngine__StateInspectColorItems = (void *)0x0535B2D0; -const void * RTTI_WorkshopEngine__StateModifyColors = (void *)0x0535B350; -const void * RTTI_WorkshopEngine__StatePostCommitEdit = (void *)0x0535CC60; -const void * RTTI_WorkshopEngine__StateSetupReferences = (void *)0x0535AF20; -const void * RTTI_WorkshopEngine__StateUpdateAutoFoundation = (void *)0x0535CCA0; -const void * RTTI_WorkshopEngine__StateUpdateCommitSnapEdit = (void *)0x0535CEB8; -const void * RTTI_WorkshopEngine__StateUpdatePlacement = (void *)0x0535B388; -const void * RTTI_WorkshopEngine__StateUpdatePowerLink = (void *)0x0535B310; -const void * RTTI_WorkshopEngine__StateUpdateSnapped = (void *)0x0535B3C8; -const void * RTTI_WorkshopEngine__StateUpdateTransferLink = (void *)0x0535B258; -const void * RTTI_WorkshopEngine__StateWait3D = (void *)0x0535AEE8; -const void * RTTI_WorkshopEngine__TrackItemEvent = (void *)0x0535B0F8; -const void * RTTI_WorkshopEngine__UntrackItemEvent = (void *)0x0535AE78; -const void * RTTI_WorkshopEngine__UpdateEvent = (void *)0x0535B440; -const void * RTTI_WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter = (void *)0x0520A640; -const void * RTTI_WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector = (void *)0x0520C6E0; -const void * RTTI_WorkshopHavokUtils__ForwardCastCollector = (void *)0x0520A748; -const void * RTTI_WorkshopHavokUtils__GroundInfoCollisionfilter = (void *)0x0520CC90; -const void * RTTI_WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter = (void *)0x0520A6F0; -const void * RTTI_WorkshopHavokUtils__IntersectionTestCollisionfilter = (void *)0x0520A6A0; -const void * RTTI_WorkshopHavokUtils__ItemPlacementForwardCastCollector = (void *)0x0520C150; -const void * RTTI_WorkshopHavokUtils__TempItemPlacementCollector = (void *)0x0535E4B0; -const void * RTTI_WorkshopHavokUtils__WorkshopClosestHitGroundCollector = (void *)0x0520C100; -const void * RTTI_WorkshopHavokUtils__WorkshopGroundCollector = (void *)0x0520C1A0; -const void * RTTI_WorkshopHavokUtils__hknpWorkshopCastCollector = (void *)0x0520A5F0; -const void * RTTI_WorkshopHavokUtils__hknpWorkshopIntersectCollector = (void *)0x0520A7D0; -const void * RTTI_WorkshopHighlightUtils__EventListener = (void *)0x0535D900; -const void * RTTI_WorkshopInteractiveMessageDataModel = (void *)0x05260078; -const void * RTTI_WorkshopInteractiveMessageDataModel__ICallback = (void *)0x052A3A50; -const void * RTTI_WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle = (void *)0x05260010; -const void * RTTI_WorkshopIsoCameraState = (void *)0x05326CA0; -const void * RTTI_WorkshopLOD__WorkshopLODManager = (void *)0x0535A180; -const void * RTTI_WorkshopMenu = (void *)0x052A37B8; -const void * RTTI_WorkshopMenuShared = (void *)0x052A5AA8; -const void * RTTI_WorkshopMenu_AttemptBuild = (void *)0x052A39E8; -const void * RTTI_WorkshopMenu_CancelAction = (void *)0x052A3918; -const void * RTTI_WorkshopMenu_ChangeVariant = (void *)0x052A39B0; -const void * RTTI_WorkshopMenu_ConnectionEvent = (void *)0x052A38E0; -const void * RTTI_WorkshopMenu_ExitMenu = (void *)0x052A3948; -const void * RTTI_WorkshopMenu_MessageCallback = (void *)0x052A3818; -const void * RTTI_WorkshopMenu_SelectedCategory = (void *)0x052A3978; -const void * RTTI_WorkshopMenu_SelectedGridObject = (void *)0x052A3A18; -const void * RTTI_WorkshopMenu_ShowExtras = (void *)0x052A3850; -const void * RTTI_WorkshopMenu_SwitchMode = (void *)0x052A38B0; -const void * RTTI_WorkshopMenu_ToggleDistance = (void *)0x052A37E0; -const void * RTTI_WorkshopMenu_ToggleTracking = (void *)0x052A3738; -const void * RTTI_WorkshopMenu_ToggleView = (void *)0x052A3880; -const void * RTTI_WorkshopMessageDataModel = (void *)0x05260200; -const void * RTTI_WorkshopMessageDataModel__WorkshopMessageEventShuttle = (void *)0x05260230; -const void * RTTI_WorkshopObjectInfoCardDataModel = (void *)0x0525E258; -const void * RTTI_WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle = (void *)0x0525E3B0; -const void * RTTI_WorkshopOperations__CandidateSnapper = (void *)0x0535E570; -const void * RTTI_WorkshopPickRefDataModel = (void *)0x052607D0; -const void * RTTI_WorkshopPickRefDataModel__WorkshopPickRefEventShuttle = (void *)0x05260780; -const void * RTTI_WorkshopQuickMenu = (void *)0x052A3B40; -const void * RTTI_WorkshopQuickMenuDataModel = (void *)0x05260880; -const void * RTTI_WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle = (void *)0x052608F0; -const void * RTTI_WorkshopQuickMenu_ConfirmAction = (void *)0x052A3C08; -const void * RTTI_WorkshopQuickMenu_ExitMenu = (void *)0x052A3C40; -const void * RTTI_WorkshopResources__WorkshopResourcesManager = (void *)0x0512A810; -const void * RTTI_WorkshopShared_SetActionHandles = (void *)0x052A5AD8; -const void * RTTI_WorkshopShared_StartAction = (void *)0x052A5B48; -const void * RTTI_WorkshopStateDataModel = (void *)0x05260F18; -const void * RTTI_WorkshopStateDataModel__WorkshopStateEventShuttle = (void *)0x05260F90; -const void * RTTI_WorkshopStatusDataModel = (void *)0x05236AC0; -const void * RTTI_WorkshopStatusDataModel__WorkshopStatusEventShuttle = (void *)0x05236AF0; -const void * RTTI_WorkshopTargetMenu = (void *)0x052A51E8; -const void * RTTI_WorkshopTargetMenu_TargetHovered = (void *)0x052A52F8; -const void * RTTI_WorkshopTargetMenu_TargetPicked = (void *)0x052A52C0; -const void * RTTI_WorkshopTargetMenu__OutpostData = (void *)0x052A4DC0; -const void * RTTI_WorkshopTargetMenu__ResourceData = (void *)0x052A5168; -const void * RTTI_WorkshopTargetMenu__SourceData = (void *)0x052A49A8; -const void * RTTI_WorkshopTargetMenu__TargetData = (void *)0x052A5130; -const void * RTTI_WorkshopTargetMenu__TargetMenuData = (void *)0x052A4D18; -const void * RTTI_WorkshopTargetMenu__WorkshopTargetEventShuttle = (void *)0x052A5090; -const void * RTTI_WorkshopUI__ConfirmDeferDeleteCallback = (void *)0x0535EC98; -const void * RTTI_WorkshopUI__StateBulldoze = (void *)0x0535EED0; -const void * RTTI_WorkshopUI__StateIdle = (void *)0x0535EE68; -const void * RTTI_WorkshopUI__StateInspectColors = (void *)0x0535EE30; -const void * RTTI_WorkshopUI__StateInspectIdle = (void *)0x0535EA80; -const void * RTTI_WorkshopUI__StateInspectItem = (void *)0x0535EAF8; -const void * RTTI_WorkshopUI__StateModifyColors = (void *)0x0535EE98; -const void * RTTI_WorkshopUI__StateUpdateExistingItemPlacement = (void *)0x0535EC00; -const void * RTTI_WorkshopUI__StateUpdateNewDeployablePlacement = (void *)0x0535EC50; -const void * RTTI_WorkshopUI__StateUpdateNewItemPlacement = (void *)0x0535EAB8; -const void * RTTI_WorkshopUI__StateUpdateTransferLinkPlacement = (void *)0x0535EBB0; -const void * RTTI_WorkshopUI__StateUpdateWirePlacement = (void *)0x0535EB68; -const void * RTTI_WorkshopUI__UIStateMachine = (void *)0x0512A968; -const void * RTTI_Workshop_BlueprintMenu = (void *)0x052A5400; -const void * RTTI_Workshop__BulldozeOnlyWorkshopItem = (void *)0x0535D888; -const void * RTTI_Workshop__DecoratedHabWorkshopItem = (void *)0x0520C570; -const void * RTTI_Workshop__ExtraData = (void *)0x0517C248; -const void * RTTI_Workshop__InventoryItemWorkshopItem = (void *)0x0535D810; -const void * RTTI_Workshop__MainStatusHandler = (void *)0x050B15F8; -const void * RTTI_Workshop__PackinWorkshopItem = (void *)0x0520C5A8; -const void * RTTI_Workshop__PowerLinkWorkshopItem = (void *)0x0535D7D8; -const void * RTTI_Workshop__SingleWorkshopItem = (void *)0x0520C620; -const void * RTTI_Workshop__TESObjectREFRGameEventListener = (void *)0x0535D8C0; -const void * RTTI_Workshop__TransferLinkWorkshopItem = (void *)0x0535D850; -const void * RTTI_Workshop__WireWorkshopItem = (void *)0x0535DA00; -const void * RTTI_Workshop__WorkshopItemBase = (void *)0x0520C730; -const void * RTTI_Workshop__WorkshopMenuNode = (void *)0x0512F4C8; -const void * RTTI_Workshop__WorkshopMenuNodeBuildableObject = (void *)0x0520AA78; -const void * RTTI_Workshop__WorkshopMenuNodeBulldozer = (void *)0x0520AAB8; -const void * RTTI_Workshop__WorkshopMenuNodeDecoratedHab = (void *)0x0535E4F8; -const void * RTTI_Workshop__WorkshopMenuNodeLockLevel = (void *)0x0520AA38; -const void * RTTI_Workshop__WorkshopMenuNodeOutpost = (void *)0x0512F490; -const void * RTTI_Workshop__WorkshopStatisticsEventSink = (void *)0x0512AB88; -const void * RTTI_ZeroOverheadHeap = (void *)0x05374180; -const void * RTTI_ZeroPitchHandler = (void *)0x052EBAC8; -const void * RTTI_ZoneEntry = (void *)0x051EE948; -const void * RTTI_bhkBipedOrientationController = (void *)0x053822A8; -const void * RTTI_bhkBlockStreamAllocatorBase = (void *)0x05378EC8; -const void * RTTI_bhkCharProxyController = (void *)0x0537CB38; -const void * RTTI_bhkCharProxyControllerCinfo = (void *)0x0537CAD8; -const void * RTTI_bhkCharProxyManager = (void *)0x05379A18; -const void * RTTI_bhkCharRigidBodyController = (void *)0x0537D720; -const void * RTTI_bhkCharRigidBodyControllerCinfo = (void *)0x0537D688; -const void * RTTI_bhkCharRigidBodyManager = (void *)0x05379A48; -const void * RTTI_bhkCharacterCollisionHandler = (void *)0x052D6828; -const void * RTTI_bhkCharacterController = (void *)0x0537C5D8; -const void * RTTI_bhkCharacterControllerCinfo = (void *)0x0537C480; -const void * RTTI_bhkCharacterControllerShapeManager__hknpConvexShapeEx = (void *)0x0537C430; -const void * RTTI_bhkCharacterPointCollector = (void *)0x053824C8; -const void * RTTI_bhkCharacterProxy = (void *)0x0537CB10; -const void * RTTI_bhkCharacterRigidBody = (void *)0x0537D620; -const void * RTTI_bhkCharacterRigidBodyCinfo = (void *)0x0537D5E8; -const void * RTTI_bhkCharacterStateClimbing = (void *)0x0537C220; -const void * RTTI_bhkCharacterStateFloating = (void *)0x053823A0; -const void * RTTI_bhkCharacterStateFlying = (void *)0x0537C1F0; -const void * RTTI_bhkCharacterStateInAir = (void *)0x05382370; -const void * RTTI_bhkCharacterStateJumping = (void *)0x05382340; -const void * RTTI_bhkCharacterStateOnGround = (void *)0x05382310; -const void * RTTI_bhkCharacterStateSpaceship = (void *)0x053773D0; -const void * RTTI_bhkCharacterStateSwimming = (void *)0x0537D490; -const void * RTTI_bhkCollisionFilter = (void *)0x0537BF50; -const void * RTTI_bhkICharOrientationController = (void *)0x0537C4B8; -const void * RTTI_bhkIWorldStepListener = (void *)0x05135658; -const void * RTTI_bhkMemorySystem = (void *)0x05381FE0; -const void * RTTI_bhkNPCollisionObject = (void *)0x052D1188; -const void * RTTI_bhkNPCollisionObjectUnlinked = (void *)0x052D1220; -const void * RTTI_bhkNPCollisionObjectUnlinked__LinkExtraData = (void *)0x0537AC50; -const void * RTTI_bhkNPCollisionProxyObject = (void *)0x0537AB80; -const void * RTTI_bhkNPModelNodeComponent = (void *)0x0518E370; -const void * RTTI_bhkParticlesManagerModifier = (void *)0x0537A6A8; -const void * RTTI_bhkPhysicsSystem = (void *)0x0537C0E8; -const void * RTTI_bhkQuadOrientationController = (void *)0x05382418; -const void * RTTI_bhkRagdollPenetrationManager = (void *)0x05381E48; -const void * RTTI_bhkRagdollSystem = (void *)0x0537C0C0; -const void * RTTI_bhkRandomVelocityGenerator__INISettingCollectionEx = (void *)0x050C9070; -const void * RTTI_bhkRandomVelocityGenerator__INISettingEx = (void *)0x05127D78; -const void * RTTI_bhkThreadMemorySource = (void *)0x05382A00; -const void * RTTI_bhkThreadMemorySource__RowBlockAllocatorImpl = (void *)0x05382A30; -const void * RTTI_bhkThreadPool = (void *)0x0537CE40; -const void * RTTI_bhkTrapListener = (void *)0x051EFF88; -const void * RTTI_bhkWorld = (void *)0x05377648; -const void * RTTI_bhkWorldM = (void *)0x0537CB68; -const void * RTTI_bnet__Account__ExternalAuthInfo = (void *)0x0540FC98; -const void * RTTI_bnet__AsyncOperationProxy = (void *)0x0540BD18; -const void * RTTI_bnet__impl__AsyncOperation = (void *)0x0540C2B8; -const void * RTTI_bps__client__BIEventClient__BulkEventsResult = (void *)0x05159020; -const void * RTTI_bps__client__BIEventClient__CreateSessionResult = (void *)0x053627C0; -const void * RTTI_bps__client__BaseRequestImpl = (void *)0x05362660; -const void * RTTI_bps__client__Services = (void *)0x05363218; -const void * RTTI_castTest__Interface0 = (void *)0x05083418; -const void * RTTI_castTest__Interface1 = (void *)0x05083448; -const void * RTTI_castTest__Interface2 = (void *)0x05083478; -const void * RTTI_castTest__InterfaceBase = (void *)0x050833B0; -const void * RTTI_castTest__InterfaceOtherBase = (void *)0x050833E0; -const void * RTTI_castTest__Leaf = (void *)0x05083358; -const void * RTTI_castTest__OtherLeaf = (void *)0x05083380; -const void * RTTI_castTest__Root = (void *)0x05083330; -const void * RTTI_castTest__WithInterfaces = (void *)0x050834A8; -const void * RTTI_hclAction = (void *)0x052D4F70; -const void * RTTI_hclAntiPinchConstraintInstanceData = (void *)0x050888D8; -const void * RTTI_hclAntiPinchConstraintSet = (void *)0x05087448; -const void * RTTI_hclBSClothParameterizedWindAction = (void *)0x05382030; -const void * RTTI_hclBSClothPickingAction = (void *)0x052D4F40; -const void * RTTI_hclBSWorld = (void *)0x05379D80; -const void * RTTI_hclBendLinkConstraintSet = (void *)0x05087478; -const void * RTTI_hclBendLinkConstraintSetMx = (void *)0x050874A8; -const void * RTTI_hclBendStiffnessConstraintSet = (void *)0x050874E0; -const void * RTTI_hclBendStiffnessConstraintSetMx = (void *)0x05087518; -const void * RTTI_hclBlendOperatorInstanceData = (void *)0x05087178; -const void * RTTI_hclBlendSomeVerticesOperator = (void *)0x05087140; -const void * RTTI_hclBonePlanesConstraintSet = (void *)0x05087550; -const void * RTTI_hclBoneSpaceMeshMeshDeformOperator = (void *)0x050877A0; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNOperator = (void *)0x050877E0; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNTBOperator = (void *)0x05087820; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNTOperator = (void *)0x05087860; -const void * RTTI_hclBoneSpaceMeshMeshDeformPOperator = (void *)0x050878A0; -const void * RTTI_hclBoneSpaceSkinOperator = (void *)0x050878E0; -const void * RTTI_hclBoneSpaceSkinPNOperator = (void *)0x05087910; -const void * RTTI_hclBoneSpaceSkinPNTBOperator = (void *)0x05087948; -const void * RTTI_hclBoneSpaceSkinPNTOperator = (void *)0x05087980; -const void * RTTI_hclBoneSpaceSkinPOperator = (void *)0x050879B8; -const void * RTTI_hclBoneSpaceTransferSimulationOperator = (void *)0x050886D8; -const void * RTTI_hclBuffer = (void *)0x0537AF60; -const void * RTTI_hclBufferDefinition = (void *)0x05086FF0; -const void * RTTI_hclCapsuleShape = (void *)0x050872E0; -const void * RTTI_hclClothContainer = (void *)0x05087778; -const void * RTTI_hclClothData = (void *)0x05087048; -const void * RTTI_hclClothInstance = (void *)0x05086F70; -const void * RTTI_hclClothLeafShapeSensor = (void *)0x0508F128; -const void * RTTI_hclClothPickingAction = (void *)0x052D4EE8; -const void * RTTI_hclClothState = (void *)0x05087020; -const void * RTTI_hclClothStateInstanceData = (void *)0x05087EE8; -const void * RTTI_hclCollidable = (void *)0x05086F98; -const void * RTTI_hclCollisionConvexes = (void *)0x0508F258; -const void * RTTI_hclCollisionTriangles = (void *)0x0508F228; -const void * RTTI_hclCompressibleLinkConstraintSet = (void *)0x05087588; -const void * RTTI_hclCompressibleLinkConstraintSetMx = (void *)0x050875C0; -const void * RTTI_hclConstraintSet = (void *)0x050870C8; -const void * RTTI_hclConstraintStiffnessDispatcher = (void *)0x050885C8; -const void * RTTI_hclConvexGeometryShape = (void *)0x05087308; -const void * RTTI_hclConvexHeightFieldShape = (void *)0x05087338; -const void * RTTI_hclConvexPlanesShape = (void *)0x05087368; -const void * RTTI_hclCopyVerticesOperator = (void *)0x05087E00; -const void * RTTI_hclFullClothTask = (void *)0x05088758; -const void * RTTI_hclGatherAllVerticesOperator = (void *)0x05087E30; -const void * RTTI_hclGatherSomeVerticesOperator = (void *)0x05087E68; -const void * RTTI_hclInputConvertOperator = (void *)0x050879E8; -const void * RTTI_hclLocalRangeConstraintSet = (void *)0x05087600; -const void * RTTI_hclMeshBoneDeformOperator = (void *)0x05087A48; -const void * RTTI_hclMeshMeshDeformOperator = (void *)0x05087AB0; -const void * RTTI_hclMoveParticlesOperator = (void *)0x05087AE0; -const void * RTTI_hclObjectSpaceMeshMeshDeformOperator = (void *)0x05087B10; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNOperator = (void *)0x05087B50; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNTBOperator = (void *)0x05087B90; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNTOperator = (void *)0x05087BD0; -const void * RTTI_hclObjectSpaceMeshMeshDeformPOperator = (void *)0x05087C10; -const void * RTTI_hclObjectSpaceSkinOperator = (void *)0x05087C50; -const void * RTTI_hclObjectSpaceSkinPNOperator = (void *)0x05087C88; -const void * RTTI_hclObjectSpaceSkinPNTBOperator = (void *)0x05087CC0; -const void * RTTI_hclObjectSpaceSkinPNTOperator = (void *)0x05087CF8; -const void * RTTI_hclObjectSpaceSkinPOperator = (void *)0x05087D30; -const void * RTTI_hclObjectSpaceTransferSimulationOperator = (void *)0x05088718; -const void * RTTI_hclOperator = (void *)0x050870A0; -const void * RTTI_hclOperatorSequenceTask = (void *)0x05088780; -const void * RTTI_hclOutputConvertOperator = (void *)0x05087A18; -const void * RTTI_hclPlaneShape = (void *)0x05087398; -const void * RTTI_hclPointContactPlanesShape = (void *)0x05088600; -const void * RTTI_hclPostExecuteClothTask = (void *)0x050887E0; -const void * RTTI_hclPreExecuteClothTask = (void *)0x050887B0; -const void * RTTI_hclScratchBuffer = (void *)0x0508F288; -const void * RTTI_hclScratchBufferDefinition = (void *)0x05088638; -const void * RTTI_hclShadowBuffer = (void *)0x0508F2B0; -const void * RTTI_hclShadowBufferDefinition = (void *)0x05088670; -const void * RTTI_hclShape = (void *)0x050872C0; -const void * RTTI_hclSimClothData = (void *)0x05087118; -const void * RTTI_hclSimClothInstance = (void *)0x05086FC0; -const void * RTTI_hclSimClothPose = (void *)0x050870F0; -const void * RTTI_hclSimpleMeshBoneDeformOperator = (void *)0x05087A78; -const void * RTTI_hclSimpleWindAction = (void *)0x05382068; -const void * RTTI_hclSimulateOperator = (void *)0x05087418; -const void * RTTI_hclSimulateOperatorInstanceData = (void *)0x05087288; -const void * RTTI_hclSkinOperator = (void *)0x05087D68; -const void * RTTI_hclSphereShape = (void *)0x050873C0; -const void * RTTI_hclStandardLinkConstraintSet = (void *)0x05087638; -const void * RTTI_hclStandardLinkConstraintSetMx = (void *)0x05087670; -const void * RTTI_hclStateDependencyGraph = (void *)0x05087070; -const void * RTTI_hclStateTransition = (void *)0x050871B0; -const void * RTTI_hclStaticShadowBuffer = (void *)0x0508F2D8; -const void * RTTI_hclStaticShadowBufferDefinition = (void *)0x050886A0; -const void * RTTI_hclStretchLinkConstraintSet = (void *)0x050876A8; -const void * RTTI_hclStretchLinkConstraintSetMx = (void *)0x050876E0; -const void * RTTI_hclTaperedCapsuleShape = (void *)0x050873E8; -const void * RTTI_hclTransformSetDefinition = (void *)0x050871E0; -const void * RTTI_hclTransitionConstraintInstanceData = (void *)0x05087248; -const void * RTTI_hclTransitionConstraintSet = (void *)0x05087210; -const void * RTTI_hclUpdateAllVertexFramesOperator = (void *)0x05087D90; -const void * RTTI_hclUpdateSomeVertexFramesOperator = (void *)0x05087DC8; -const void * RTTI_hclVdbObjectNode__SimulateOperatorInstanceData = (void *)0x05087EA0; -const void * RTTI_hclVolumeConstraint = (void *)0x05087718; -const void * RTTI_hclVolumeConstraintInstanceData = (void *)0x05088868; -const void * RTTI_hclVolumeConstraintMx = (void *)0x05087748; -const void * RTTI_hclVolumeConstraintMxInstanceData = (void *)0x050888A0; -const void * RTTI_hclWorld = (void *)0x05379D60; -const void * RTTI_hctClothSetup20151Options = (void *)0x05083178; -const void * RTTI_hctClothSetupClothData20151Options = (void *)0x05083138; -const void * RTTI_hctClothSetupObjectData20151 = (void *)0x05083100; -const void * RTTI_hkBSErrorEmpty = (void *)0x0512BA68; -const void * RTTI_hkBaseObject = (void *)0x0512BA40; -const void * RTTI_hkBlockStreamAllocator = (void *)0x05379CB8; -const void * RTTI_hkBlockStreamCommandWriter = (void *)0x0508DAE8; -const void * RTTI_hkBmpFileFormat = (void *)0x0508F398; -const void * RTTI_hkBsdSocket = (void *)0x05086CB0; -const void * RTTI_hkBufferedStreamReader = (void *)0x05085B08; -const void * RTTI_hkBufferedStreamWriter = (void *)0x05085B38; -const void * RTTI_hkConcurrency = (void *)0x0508DA48; -const void * RTTI_hkDdsFileFormat = (void *)0x0508F370; -const void * RTTI_hkDebugCommandProcessor = (void *)0x05089F58; -const void * RTTI_hkDebugDisplay = (void *)0x05088B28; -const void * RTTI_hkDebugDisplayHandler = (void *)0x05088A80; -const void * RTTI_hkDefaultCompoundMeshBody = (void *)0x0508E738; -const void * RTTI_hkDefaultCompoundMeshShape = (void *)0x0508E700; -const void * RTTI_hkDefaultError = (void *)0x0512B9C8; -const void * RTTI_hkDefaultTaskQueue = (void *)0x05085DD0; -const void * RTTI_hkDefaultTaskQueueDetail__AsyncThreadPoolContext = (void *)0x05085F50; -const void * RTTI_hkDefaultTaskQueueDetail__BlockingThreadContext = (void *)0x05085EB0; -const void * RTTI_hkDefaultTaskQueueDetail__SpinningThreadContext = (void *)0x05085F00; -const void * RTTI_hkDefaultTaskQueueEx__ExecutionContext = (void *)0x05086068; -const void * RTTI_hkDefaultTaskQueue__CriticalSection = (void *)0x05085E00; -const void * RTTI_hkDefaultTaskQueue__EmptyTask = (void *)0x05085E78; -const void * RTTI_hkDefaultTaskQueue__ThreadContext = (void *)0x05085E40; -const void * RTTI_hkDisplayAABB = (void *)0x05088B00; -const void * RTTI_hkDisplayCapsule = (void *)0x05088AB0; -const void * RTTI_hkDisplayGeometry = (void *)0x05088A58; -const void * RTTI_hkDisplaySphere = (void *)0x05088AD8; -const void * RTTI_hkDisplayWireframe = (void *)0x05088B50; -const void * RTTI_hkErrStream = (void *)0x05083C00; -const void * RTTI_hkError = (void *)0x0512B9F0; -const void * RTTI_hkErrorRouter = (void *)0x050860D0; -const void * RTTI_hkFileSystem = (void *)0x051EED70; -const void * RTTI_hkFileSystem__Watcher = (void *)0x05083AD0; -const void * RTTI_hkGeometry = (void *)0x050839D8; -const void * RTTI_hkGeometryUtils__IVertices = (void *)0x0508FC68; -const void * RTTI_hkHardwareInfo = (void *)0x050860A8; -const void * RTTI_hkHdrFileFormat = (void *)0x0508F3E8; -const void * RTTI_hkImageConversionStep = (void *)0x0508F410; -const void * RTTI_hkImageConversion_AddAlpha = (void *)0x0508F528; -const void * RTTI_hkImageConversion_Decode555 = (void *)0x0508FA78; -const void * RTTI_hkImageConversion_DiscardChannels = (void *)0x0508FA40; -const void * RTTI_hkImageConversion_FLOAT16_to_32 = (void *)0x0508F778; -const void * RTTI_hkImageConversion_FLOAT32_to_16 = (void *)0x0508F740; -const void * RTTI_hkImageConversion_FLOAT_to_R11G11B10 = (void *)0x0508F940; -const void * RTTI_hkImageConversion_FLOAT_to_SNORM8 = (void *)0x0508F688; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM16 = (void *)0x0508F6C0; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM8 = (void *)0x0508F650; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM8_SRGB = (void *)0x0508F700; -const void * RTTI_hkImageConversion_Pad_to_RGBA32 = (void *)0x0508F8D0; -const void * RTTI_hkImageConversion_Pad_to_RGBA8 = (void *)0x0508F908; -const void * RTTI_hkImageConversion_R11G11B10_to_FLOAT = (void *)0x0508F980; -const void * RTTI_hkImageConversion_R11G11B10_to_HALF = (void *)0x0508F9C0; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED = (void *)0x0508F7B0; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED = (void *)0x0508F870; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED = (void *)0x0508F810; -const void * RTTI_hkImageConversion_R8G8B8A8_to_R8G8B8 = (void *)0x0508FA00; -const void * RTTI_hkImageConversion_SNORM8_to_FLOAT = (void *)0x0508F598; -const void * RTTI_hkImageConversion_SetAlpha = (void *)0x0508F4F0; -const void * RTTI_hkImageConversion_UNORM16_to_FLOAT = (void *)0x0508F5D0; -const void * RTTI_hkImageConversion_UNORM8_SRGB_to_FLOAT = (void *)0x0508F610; -const void * RTTI_hkImageConversion_UNORM8_to_FLOAT = (void *)0x0508F560; -const void * RTTI_hkImageRef = (void *)0x0508E988; -const void * RTTI_hkImageSwizzleConversion32_2103 = (void *)0x0508F4B8; -const void * RTTI_hkIndexedTransformSet = (void *)0x0508E8D0; -const void * RTTI_hkIo__Detail__ArrayWriteBufferImpl = (void *)0x050855F8; -const void * RTTI_hkIo__Detail__ReadBufferImpl = (void *)0x05085518; -const void * RTTI_hkIo__Detail__StreamReaderImpl = (void *)0x05085550; -const void * RTTI_hkIo__Detail__StreamWriteBufferImpl = (void *)0x050855C0; -const void * RTTI_hkKeycodeData = (void *)0x0508EAB8; -const void * RTTI_hkLifoAllocator = (void *)0x050838E8; -const void * RTTI_hkLocalFrameGroup = (void *)0x05085248; -const void * RTTI_hkLog__Output = (void *)0x050839B0; -const void * RTTI_hkMallocAllocator = (void *)0x05086D28; -const void * RTTI_hkMemoryAllocator = (void *)0x05381FB8; -const void * RTTI_hkMemoryMeshBody = (void *)0x0508E768; -const void * RTTI_hkMemoryMeshMaterial = (void *)0x0508E7C0; -const void * RTTI_hkMemoryMeshShape = (void *)0x0508E7F0; -const void * RTTI_hkMemoryMeshTexture = (void *)0x0508E790; -const void * RTTI_hkMemoryMeshTexture__Sampler = (void *)0x0508E9F8; -const void * RTTI_hkMemoryMeshVertexBuffer = (void *)0x0508EA60; -const void * RTTI_hkMemoryResourceContainer = (void *)0x050851B0; -const void * RTTI_hkMemoryResourceHandle = (void *)0x05085180; -const void * RTTI_hkMemorySystem = (void *)0x05382008; -const void * RTTI_hkMemory__ScopedStats__Collector = (void *)0x05085368; -const void * RTTI_hkMeshTexture__Sampler = (void *)0x0508EA30; -const void * RTTI_hkMeshVertexBuffer = (void *)0x0508E930; -const void * RTTI_hkMonitorStreamColorTable = (void *)0x050850A0; -const void * RTTI_hkMonitorStreamContainer = (void *)0x050850D0; -const void * RTTI_hkMonitorStreamStringMap = (void *)0x05085040; -const void * RTTI_hkMonitorStreamTypeMap = (void *)0x05085070; -const void * RTTI_hkMultipleVertexBuffer = (void *)0x0508E900; -const void * RTTI_hkObjectResource = (void *)0x05085750; -const void * RTTI_hkOstream = (void *)0x05083C28; -const void * RTTI_hkParserBuffer = (void *)0x05086CD8; -const void * RTTI_hkPrimaryCommandDispatcher = (void *)0x0508B9C8; -const void * RTTI_hkProcessFactory = (void *)0x05088A30; -const void * RTTI_hkRefCountedProperties = (void *)0x05083820; -const void * RTTI_hkReferencedObject = (void *)0x0512BA10; -const void * RTTI_hkReferencedObjectLock = (void *)0x05083888; -const void * RTTI_hkReflect__Any__ArrayImpl = (void *)0x05083F48; -const void * RTTI_hkReflect__AttributeArrayWithOwnership__AllocImpl = (void *)0x05083E50; -const void * RTTI_hkReflect__ClonerCallback = (void *)0x05083A38; -const void * RTTI_hkReflect__Detail__AllocationImpl = (void *)0x05083910; -const void * RTTI_hkReflect__Detail__AttributeAllocImpl = (void *)0x05083C78; -const void * RTTI_hkReflect__Detail__BuiltinTypeReg = (void *)0x05085C20; -const void * RTTI_hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl = (void *)0x05085C60; -const void * RTTI_hkReflect__Detail__CharBufferImpl = (void *)0x050843E0; -const void * RTTI_hkReflect__Detail__CloneOnHeap = (void *)0x05083A68; -const void * RTTI_hkReflect__Detail__DerivedDataCache = (void *)0x05083D20; -const void * RTTI_hkReflect__Detail__HavokRecordImpl = (void *)0x05084EB8; -const void * RTTI_hkReflect__Detail__HavokStringImpl = (void *)0x05084EF0; -const void * RTTI_hkReflect__Detail__HeapAllocImpl = (void *)0x05083FA8; -const void * RTTI_hkReflect__Detail__HomogeneousArrayImpl = (void *)0x05084E78; -const void * RTTI_hkReflect__Detail__Impl = (void *)0x05083780; -const void * RTTI_hkReflect__Detail__NullptrImpl = (void *)0x05084450; -const void * RTTI_hkReflect__Detail__OpaqueImpl = (void *)0x05086288; -const void * RTTI_hkReflect__Detail__RawPointerImpl = (void *)0x05084418; -const void * RTTI_hkReflect__Detail__ReferenceImpl = (void *)0x050844D8; -const void * RTTI_hkReflect__Detail__ReferencedObjectAllocImpl = (void *)0x05084D80; -const void * RTTI_hkReflect__Detail__ReferencedObjectPointerImpl = (void *)0x05084490; -const void * RTTI_hkReflect__Detail__RepeatImpl = (void *)0x05084370; -const void * RTTI_hkReflect__Detail__ScopedPtrImpl = (void *)0x05084D18; -const void * RTTI_hkReflect__Detail__SetterArrayImpl = (void *)0x05083078; -const void * RTTI_hkReflect__Detail__SetterRecordImpl = (void *)0x05082FE0; -const void * RTTI_hkReflect__Detail__StaticArrayImpl = (void *)0x05084DC8; -const void * RTTI_hkReflect__Detail__StaticStringImpl = (void *)0x050843A8; -const void * RTTI_hkReflect__Detail__StringOut__StringOutImpl = (void *)0x05084FD0; -const void * RTTI_hkReflect__Detail__ViewPointerImpl = (void *)0x05084F28; -const void * RTTI_hkReflect__Detail__VoidImpl = (void *)0x050862C0; -const void * RTTI_hkReflect__Detail__hkArrayImpl = (void *)0x05084E00; -const void * RTTI_hkReflect__Detail__hkInplaceArrayImpl = (void *)0x05084E38; -const void * RTTI_hkReflect__MutableTypeReg = (void *)0x050854B8; -const void * RTTI_hkReflect__TypeBuilder = (void *)0x05083E18; -const void * RTTI_hkReflect__TypeCopier = (void *)0x050854E8; -const void * RTTI_hkReflect__TypeReg = (void *)0x05083988; -const void * RTTI_hkReflect__Var__VarImpl = (void *)0x05083AA0; -const void * RTTI_hkReflect__Version__PatchInfoCache = (void *)0x05085D10; -const void * RTTI_hkReflect__Version__PatchRegistry = (void *)0x05085D48; -const void * RTTI_hkReflect__Version__PatchSet = (void *)0x05085CD8; -const void * RTTI_hkReflect__Version__Patcher = (void *)0x05084FA0; -const void * RTTI_hkRelArray_ArrayImpl = (void *)0x05083F18; -const void * RTTI_hkResource = (void *)0x05085460; -const void * RTTI_hkScalarF_FloatImpl = (void *)0x05085010; -const void * RTTI_hkSecondaryCommandDispatcher = (void *)0x05089E50; -const void * RTTI_hkSeekableStreamReader = (void *)0x05083B00; -const void * RTTI_hkSerialize__Bundle = (void *)0x050861C8; -const void * RTTI_hkSerialize__BundleBuilder = (void *)0x05086258; -const void * RTTI_hkSerialize__Detail__ChainingCloneCallback = (void *)0x050853E0; -const void * RTTI_hkSerialize__Detail__CloneToRegistered = (void *)0x050853A0; -const void * RTTI_hkSerialize__Detail__SkipDyingCallback = (void *)0x05085420; -const void * RTTI_hkSerialize__Detail__TagfileArrayImpl = (void *)0x050863A0; -const void * RTTI_hkSerialize__Detail__TagfileBundle = (void *)0x05086328; -const void * RTTI_hkSerialize__Detail__TagfilePointerImpl = (void *)0x05086360; -const void * RTTI_hkSerialize__Detail__TagfileStringImpl = (void *)0x050863E0; -const void * RTTI_hkSerialize__NoteHandler = (void *)0x05085668; -const void * RTTI_hkSerialize__ReadFormat = (void *)0x05086228; -const void * RTTI_hkSerialize__TagfileReadFormat = (void *)0x050862F0; -const void * RTTI_hkSerialize__TagfileWriteFormat = (void *)0x05085778; -const void * RTTI_hkSerialize__TagfileWriteFormat__Impl = (void *)0x050857E0; -const void * RTTI_hkSerialize__WriteFormat = (void *)0x050857B0; -const void * RTTI_hkSimdDouble64_FloatImpl = (void *)0x05083CF0; -const void * RTTI_hkSimpleLocalFrame = (void *)0x05085298; -const void * RTTI_hkSkinBinding = (void *)0x0508E818; -const void * RTTI_hkSkinnedRefMeshShape = (void *)0x0508E8A0; -const void * RTTI_hkSlot = (void *)0x0519C618; -const void * RTTI_hkSocket = (void *)0x050860F8; -const void * RTTI_hkSocket__ReaderAdapter = (void *)0x05086118; -const void * RTTI_hkSocket__WriterAdapter = (void *)0x05086148; -const void * RTTI_hkSolverAllocator = (void *)0x05086D78; -const void * RTTI_hkStackTracer = (void *)0x05086178; -const void * RTTI_hkStdioStreamReader = (void *)0x05085B68; -const void * RTTI_hkStorageSkinnedMeshShape = (void *)0x0508E870; -const void * RTTI_hkStreamReader = (void *)0x051EEEE8; -const void * RTTI_hkStreamWriter = (void *)0x051EEEC0; -const void * RTTI_hkStringBuf__StringImpl = (void *)0x05084D50; -const void * RTTI_hkStringObject = (void *)0x05082FB8; -const void * RTTI_hkStringPtr__StringImpl = (void *)0x050838B8; -const void * RTTI_hkStringView__StringImpl = (void *)0x05083DE8; -const void * RTTI_hkTask = (void *)0x05379978; -const void * RTTI_hkTaskGraph = (void *)0x05379998; -const void * RTTI_hkTaskQueue = (void *)0x05085D80; -const void * RTTI_hkTaskQueue_BatchingTask = (void *)0x05086C80; -const void * RTTI_hkTask__ExecutionContext = (void *)0x053799E8; -const void * RTTI_hkTgaFileFormat = (void *)0x0508F3C0; -const void * RTTI_hkThread = (void *)0x05085B98; -const void * RTTI_hkThreadMemory = (void *)0x05086D50; -const void * RTTI_hkThreadPool = (void *)0x0537CF50; -const void * RTTI_hkTransientAllocator = (void *)0x05085CA8; -const void * RTTI_hkTypeVm__ArrayInstruction = (void *)0x05085958; -const void * RTTI_hkTypeVm__BlockInstruction = (void *)0x05085988; -const void * RTTI_hkTypeVm__BlockPass = (void *)0x050859B8; -const void * RTTI_hkTypeVm__CheckTypeKindsPass = (void *)0x05085A90; -const void * RTTI_hkTypeVm__DefaultInstruction = (void *)0x050858B0; -const void * RTTI_hkTypeVm__GenerateConvertNumericKindPass = (void *)0x05085AC8; -const void * RTTI_hkTypeVm__InlineFixedArrayPass = (void *)0x050859E8; -const void * RTTI_hkTypeVm__InlineRecordPass = (void *)0x05085A20; -const void * RTTI_hkTypeVm__Instruction = (void *)0x05085850; -const void * RTTI_hkTypeVm__IntAndFloatConversionPass = (void *)0x05085A50; -const void * RTTI_hkTypeVm__NopInstruction = (void *)0x05085880; -const void * RTTI_hkTypeVm__Pass = (void *)0x05085300; -const void * RTTI_hkTypeVm__ProgramInstruction = (void *)0x050858E8; -const void * RTTI_hkTypeVm__RecordInstruction = (void *)0x05085920; -const void * RTTI_hkUuidObject = (void *)0x05083D88; -const void * RTTI_hkUuidPseudoRandomGenerator = (void *)0x05083DB0; -const void * RTTI_hkViewport = (void *)0x050831A8; -const void * RTTI_hkWin32FileSystem = (void *)0x051EED48; -const void * RTTI_hkWin32FileSystem__WatcherImpl = (void *)0x05083B98; -const void * RTTI_hkWin32StreamWriter = (void *)0x05085BF0; -const void * RTTI_hkXmlLexAnalyzer = (void *)0x05086D00; -const void * RTTI_hkXmlStreamParser = (void *)0x050861A0; -const void * RTTI_hk__IsValueArray__Impl = (void *)0x05083C48; -const void * RTTI_hkaSkeleton = (void *)0x0508E960; -const void * RTTI_hkcdDynamicAabbTree = (void *)0x0508E630; -const void * RTTI_hkcdDynamicAabbTree__Impl = (void *)0x0508E5A0; -const void * RTTI_hkcdGsk_Float3ShapeAOnlyInterface = (void *)0x0508DEF0; -const void * RTTI_hkcdGsk_Float3ShapeInterface = (void *)0x0508DEB8; -const void * RTTI_hkcdPlanarCsgOperand = (void *)0x0508DBC8; -const void * RTTI_hkcdPlanarEntity = (void *)0x0508DB68; -const void * RTTI_hkcdPlanarGeometry = (void *)0x0508DD90; -const void * RTTI_hkcdPlanarGeometryPlanesCollection = (void *)0x0508DC38; -const void * RTTI_hkcdPlanarGeometryPolygonCollection = (void *)0x0508DBF8; -const void * RTTI_hkcdPlanarGeometry__VertexStorage = (void *)0x0508DDC0; -const void * RTTI_hkcdPlanarSolid = (void *)0x0508DC78; -const void * RTTI_hkcdPlanarSolid__NodeStorage = (void *)0x0508DB90; -const void * RTTI_hkcdSimdTreeUtils__Build__EmptyRunnable = (void *)0x0508DF68; -const void * RTTI_hkcdSimdTreeUtils__Build__Task = (void *)0x0508E0C0; -const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper = (void *)0x0508E150; -const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper = (void *)0x0508E100; -const void * RTTI_hkcdSimdTree__BuildContext = (void *)0x0508C8B8; -const void * RTTI_hkcdSimdTree__ICustomRefit = (void *)0x0508DE88; -const void * RTTI_hkcdSimdTree__IParallelBuild__IRunnable = (void *)0x0508DF28; -const void * RTTI_hkcdSimdTree__LeafCollector = (void *)0x0508A600; -const void * RTTI_hkcdSimdTree__PairCollector = (void *)0x0508CF40; -const void * RTTI_hkcdStaticAabbTree = (void *)0x0508E5D0; -const void * RTTI_hkcdStaticAabbTree__Impl = (void *)0x0508E600; -const void * RTTI_hkcdStaticMeshTree__GeometryProvider = (void *)0x0508FD18; -const void * RTTI_hkgpCgo__Config = (void *)0x0537BDB8; -const void * RTTI_hkgpConvexHull = (void *)0x05086DA0; -const void * RTTI_hkgpDeprecatedConvexDecompositionImpl__DefaultProgress = (void *)0x0508DD40; -const void * RTTI_hkgpDeprecatedConvexDecompositionInternal__IInternal = (void *)0x0508DCF0; -const void * RTTI_hkgpDeprecatedConvexDecomposition__IProgress = (void *)0x0508DCA0; -const void * RTTI_hkgpMesh__IConvexOverlap = (void *)0x05086E48; -const void * RTTI_hknpAction = (void *)0x05171BA0; -const void * RTTI_hknpActionManager = (void *)0x0508AAC8; -const void * RTTI_hknpAddActiveBodyPairsTask = (void *)0x0508BAD0; -const void * RTTI_hknpAllHitsCollector = (void *)0x05161768; -const void * RTTI_hknpAnimatedShapeSurfaceVelocityModifier = (void *)0x0508C000; -const void * RTTI_hknpAnyHitCollector = (void *)0x051616A8; -const void * RTTI_hknpApiCommandProcessor = (void *)0x0508A070; -const void * RTTI_hknpApplyDragTask = (void *)0x0508CCE0; -const void * RTTI_hknpArrayAction = (void *)0x0537D220; -const void * RTTI_hknpBSCharacterProxy = (void *)0x0537D430; -const void * RTTI_hknpBSCharacterRigidBody = (void *)0x05382560; -const void * RTTI_hknpBSCustomCollisionFilter = (void *)0x05161708; -const void * RTTI_hknpBSMaterial = (void *)0x0537BB60; -const void * RTTI_hknpBSMaterialProperties = (void *)0x051CAB80; -const void * RTTI_hknpBSMotionPropertiesLibrary = (void *)0x05379AB0; -const void * RTTI_hknpBSMouseSpringAction = (void *)0x0537D460; -const void * RTTI_hknpBSMoveLimitModifier = (void *)0x0537C558; -const void * RTTI_hknpBSPlacementStreamCache = (void *)0x0537C170; -const void * RTTI_hknpBSShapeCodec = (void *)0x05379F20; -const void * RTTI_hknpBSWorld = (void *)0x053798D0; -const void * RTTI_hknpBSWorldUtil__hknpBSPhysicsSystem = (void *)0x05379068; -const void * RTTI_hknpBSWorldUtil__hknpBSRagdoll = (void *)0x053790F8; -const void * RTTI_hknpBackfaceCollisionModifier = (void *)0x05379F48; -const void * RTTI_hknpBallGun = (void *)0x050892B0; -const void * RTTI_hknpBinaryAction = (void *)0x05089230; -const void * RTTI_hknpBodyData = (void *)0x050893E8; -const void * RTTI_hknpBodyIntegrator = (void *)0x05088CC0; -const void * RTTI_hknpBodyQuality = (void *)0x05379C18; -const void * RTTI_hknpBodyQualityLibrary = (void *)0x05088C90; -const void * RTTI_hknpBodyReference = (void *)0x05088B80; -const void * RTTI_hknpBoxShape = (void *)0x05089AD8; -const void * RTTI_hknpBreakableConstraintData = (void *)0x05089BA0; -const void * RTTI_hknpBroadPhase = (void *)0x050903F8; -const void * RTTI_hknpBroadphaseTriggerCollisionDetector = (void *)0x0508C368; -const void * RTTI_hknpBuildConstraintJacobiansTask = (void *)0x0508CDB0; -const void * RTTI_hknpCapsuleCapsuleConvexConvexManifoldGenerator = (void *)0x0508C2A0; -const void * RTTI_hknpCapsuleShape = (void *)0x05089B00; -const void * RTTI_hknpCharacterContext = (void *)0x05089D90; -const void * RTTI_hknpCharacterProxy = (void *)0x0537D2D0; -const void * RTTI_hknpCharacterProxyCinfo = (void *)0x0520D2E8; -const void * RTTI_hknpCharacterProxyInternals__QueryCollector = (void *)0x0508AE50; -const void * RTTI_hknpCharacterProxyListener = (void *)0x051CA1B8; -const void * RTTI_hknpCharacterRigidBody = (void *)0x05382590; -const void * RTTI_hknpCharacterRigidBodyCinfo = (void *)0x0537D650; -const void * RTTI_hknpCharacterStateManager = (void *)0x05089DC0; -const void * RTTI_hknpCircularSurfaceVelocity = (void *)0x050891C8; -const void * RTTI_hknpClosestHitCollector = (void *)0x051568E0; -const void * RTTI_hknpClosestUniqueBodyIdHitCollector = (void *)0x0537C938; -const void * RTTI_hknpClosestUniqueBodyIdHitCollectorDeprecated = (void *)0x0537C8F0; -const void * RTTI_hknpCollideSyncTask = (void *)0x0508BDC8; -const void * RTTI_hknpCollisionDetector = (void *)0x0508C180; -const void * RTTI_hknpCollisionFilter = (void *)0x05161798; -const void * RTTI_hknpCollisionQueryCollector = (void *)0x05156910; -const void * RTTI_hknpCollisionQueryDispatcher = (void *)0x0508B718; -const void * RTTI_hknpCompositeCompositeCollisionDetector = (void *)0x0508C2E8; -const void * RTTI_hknpCompositeShape = (void *)0x05088BA8; -const void * RTTI_hknpCompoundShape = (void *)0x05088E80; -const void * RTTI_hknpCompoundShapeData = (void *)0x05088E50; -const void * RTTI_hknpCompoundShapeInternalsCdDynamicTreeKeyMask = (void *)0x05088F70; -const void * RTTI_hknpCompoundShapeInternalsSimdTreeKeyMask = (void *)0x05088F30; -const void * RTTI_hknpCompressedMeshShape = (void *)0x05088FB8; -const void * RTTI_hknpCompressedMeshShapeCinfo = (void *)0x0537BE20; -const void * RTTI_hknpCompressedMeshShapeData = (void *)0x0508FC98; -const void * RTTI_hknpCompressedMeshShapeInternals__GeometryProvider = (void *)0x0508FCD0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery = (void *)0x050900A0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled = (void *)0x05090100; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0 = (void *)0x05090230; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1 = (void *)0x050902A0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2 = (void *)0x05090310; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled = (void *)0x050901C0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled = (void *)0x0508FFE0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled = (void *)0x0508FF80; -const void * RTTI_hknpCompressedMeshShapeInternals__KeyMask = (void *)0x0508FD58; -const void * RTTI_hknpCompressedMeshShapeInternals__RayCastQueryBase = (void *)0x0508FE80; -const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQuery = (void *)0x0508B1F0; -const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQueryScaled = (void *)0x0508B240; -const void * RTTI_hknpConstraintAtomSolver = (void *)0x05089E88; -const void * RTTI_hknpConstraintCollisionFilter = (void *)0x0508AF40; -const void * RTTI_hknpConstraintForceEventCreator = (void *)0x0508C3A8; -const void * RTTI_hknpConstraintForceExceededEventCreator = (void *)0x0508C3E0; -const void * RTTI_hknpContactImpulseClippedEventCreator = (void *)0x0508BE58; -const void * RTTI_hknpContactImpulseEventCreator = (void *)0x0508BE98; -const void * RTTI_hknpConvexCompositeCollisionDetector = (void *)0x0508C258; -const void * RTTI_hknpConvexConvexCollisionDetector = (void *)0x0508CE90; -const void * RTTI_hknpConvexConvexShapeBaseInterface = (void *)0x050903B8; -const void * RTTI_hknpConvexShape = (void *)0x0537C1C8; -const void * RTTI_hknpCylinderShape = (void *)0x05089B28; -const void * RTTI_hknpDeactivationMaintenanceTask = (void *)0x0508BC20; -const void * RTTI_hknpDecoratorShape = (void *)0x05088F00; -const void * RTTI_hknpDefaultBroadPhaseConfig = (void *)0x053798F8; -const void * RTTI_hknpDefaultCompressedMeshShapeCinfo = (void *)0x0537BDE0; -const void * RTTI_hknpDefaultExternMeshShapeGeometry = (void *)0x05089050; -const void * RTTI_hknpDefaultHeightFieldGeometry = (void *)0x05089A40; -const void * RTTI_hknpDefaultModifierSet = (void *)0x0508BDF8; -const void * RTTI_hknpDeflectedLinearCast__CheckStartCollector = (void *)0x0508C800; -const void * RTTI_hknpDeflectedLinearCast__FilteredQueryCollector = (void *)0x0508C7B0; -const void * RTTI_hknpDeflectedLinearCast__QueryFilter = (void *)0x0508C848; -const void * RTTI_hknpDestructionShapeProperties = (void *)0x05089358; -const void * RTTI_hknpDisableCollisionFilter = (void *)0x05088DA0; -const void * RTTI_hknpDummyShape = (void *)0x05089168; -const void * RTTI_hknpDynamicSpaceSplitter = (void *)0x0508BAA0; -const void * RTTI_hknpEaseConstraintsAction = (void *)0x0537D058; -const void * RTTI_hknpEasePenetrationsAction = (void *)0x0508AD60; -const void * RTTI_hknpEventDispatcher = (void *)0x0508B920; -const void * RTTI_hknpEventMergeAndDispatcher = (void *)0x0508B950; -const void * RTTI_hknpExtendedExternMeshShapeGeometry = (void *)0x05089090; -const void * RTTI_hknpExternMeshShape = (void *)0x05089AA8; -const void * RTTI_hknpExternMeshShapeBuildContext = (void *)0x0508FC30; -const void * RTTI_hknpExternMeshShapeData = (void *)0x05088FE8; -const void * RTTI_hknpFaceClipConvexConvexManifoldGenerator = (void *)0x0508CE50; -const void * RTTI_hknpFinalizeNarrowPhaseGridTask = (void *)0x0508BD20; -const void * RTTI_hknpFinalizeNarrowPhasePairsTask = (void *)0x0508BCE8; -const void * RTTI_hknpFireSignalTask = (void *)0x0508C8E8; -const void * RTTI_hknpFirstPersonCharacter = (void *)0x05089328; -const void * RTTI_hknpFirstPersonGun = (void *)0x05089280; -const void * RTTI_hknpFixedClosestHitCollector = (void *)0x0537C088; -const void * RTTI_hknpFixedClosestUniqueBodyHitCollector = (void *)0x0537C048; -const void * RTTI_hknpFlipBackfaceCollisionModifier = (void *)0x0508C070; -const void * RTTI_hknpFlippedGetClosestPointsQueryCollector = (void *)0x0508B610; -const void * RTTI_hknpFlippedShapeCastQueryCollector = (void *)0x0508B750; -const void * RTTI_hknpForwardClosestHitCollector = (void *)0x0508B5D0; -const void * RTTI_hknpFullCast__ManifoldGenerator = (void *)0x0508CCA8; -const void * RTTI_hknpGenSolverTasksTask = (void *)0x0508BC88; -const void * RTTI_hknpGlobals = (void *)0x0508B6C0; -const void * RTTI_hknpGravityGun = (void *)0x050892D8; -const void * RTTI_hknpGroupCollisionFilter = (void *)0x0508AE98; -const void * RTTI_hknpHeightFieldBoundingVolume = (void *)0x05089C40; -const void * RTTI_hknpHeightFieldGeometry = (void *)0x05089A78; -const void * RTTI_hknpHeightFieldShape = (void *)0x05088BD8; -const void * RTTI_hknpHitScalingCollector = (void *)0x0508A670; -const void * RTTI_hknpInternalCommandProcessor = (void *)0x05089E18; -const void * RTTI_hknpLeafShapeSensor = (void *)0x0508F158; -const void * RTTI_hknpLegacyRestitutionModifier = (void *)0x0508BF60; -const void * RTTI_hknpLinearSurfaceVelocity = (void *)0x05089200; -const void * RTTI_hknpLodShape = (void *)0x05088D48; -const void * RTTI_hknpMalleableConstraintData = (void *)0x05089C08; -const void * RTTI_hknpManifoldEventCreator = (void *)0x0508C040; -const void * RTTI_hknpMaskedCompoundShape = (void *)0x05089A10; -const void * RTTI_hknpMaskedShape = (void *)0x05088ED8; -const void * RTTI_hknpMaskedShape__MaskWrapper = (void *)0x05089130; -const void * RTTI_hknpMassChangerModifier = (void *)0x0508BED0; -const void * RTTI_hknpMaterialData = (void *)0x05089390; -const void * RTTI_hknpMaterialLibrary = (void *)0x05379C88; -const void * RTTI_hknpMaterialPalette = (void *)0x05088D70; -const void * RTTI_hknpModifier = (void *)0x0512BAD8; -const void * RTTI_hknpMotionPropertiesData = (void *)0x050893B8; -const void * RTTI_hknpMotionPropertiesLibrary = (void *)0x05379A78; -const void * RTTI_hknpMotionWeldingModifier = (void *)0x0508C118; -const void * RTTI_hknpMountedBallGun = (void *)0x0508B3A8; -const void * RTTI_hknpMultithreadedSimulation = (void *)0x0508BB08; -const void * RTTI_hknpNeighborWeldingModifier = (void *)0x0508C0E0; -const void * RTTI_hknpNullShapeTagCodec = (void *)0x0508B6E8; -const void * RTTI_hknpPairCollisionFilter = (void *)0x050899E0; -const void * RTTI_hknpParticleEventCreator = (void *)0x0508C420; -const void * RTTI_hknpParticleShapeLibrary = (void *)0x0508CC40; -const void * RTTI_hknpParticleSimulationContext = (void *)0x0508C588; -const void * RTTI_hknpParticlesClosestHitOnMeshCollector = (void *)0x0508CF00; -const void * RTTI_hknpParticlesCollider = (void *)0x0508C888; -const void * RTTI_hknpParticlesColliderShape = (void *)0x05089190; -const void * RTTI_hknpParticlesCollisionFilter = (void *)0x0508CEC8; -const void * RTTI_hknpParticlesDynamicHitsCollector = (void *)0x0508D018; -const void * RTTI_hknpParticlesStaticCollector = (void *)0x0508CFE0; -const void * RTTI_hknpPhysicsSceneData = (void *)0x05089438; -const void * RTTI_hknpPhysicsSystem = (void *)0x05379130; -const void * RTTI_hknpPhysicsSystemData = (void *)0x0516DB70; -const void * RTTI_hknpPostCollideTask = (void *)0x0508BB40; -const void * RTTI_hknpPostSolveTask = (void *)0x0508BBC0; -const void * RTTI_hknpPreSolveTask = (void *)0x0508BB98; -const void * RTTI_hknpPrepareConstraintsTask = (void *)0x0508CD78; -const void * RTTI_hknpPrepareNarrowPhasePairsTask = (void *)0x0508CD40; -const void * RTTI_hknpPrepareNarrowPhaseTask = (void *)0x0508CD08; -const void * RTTI_hknpPrepareSolverData = (void *)0x0508CE18; -const void * RTTI_hknpProcessFullCastsTask = (void *)0x0508BC58; -const void * RTTI_hknpProcessNarrowPhaseGridTask = (void *)0x0508BBE8; -const void * RTTI_hknpProcessNarrowPhasePairsTask = (void *)0x0508CC70; -const void * RTTI_hknpProjectileGun = (void *)0x05089300; -const void * RTTI_hknpRagdoll = (void *)0x05378F60; -const void * RTTI_hknpRagdollData = (void *)0x0508B5A8; -const void * RTTI_hknpRefDragProperties = (void *)0x05088C60; -const void * RTTI_hknpRefMassDistribution = (void *)0x0537C140; -const void * RTTI_hknpRefMaterial = (void *)0x05088D20; -const void * RTTI_hknpRefWorldCinfo = (void *)0x05089410; -const void * RTTI_hknpRestitutionModifier = (void *)0x0508BF30; -const void * RTTI_hknpSafeEaseConstraintsAction = (void *)0x0537D088; -const void * RTTI_hknpScaledConvexShape = (void *)0x05089100; -const void * RTTI_hknpScaledConvexShapeBase = (void *)0x050890D0; -const void * RTTI_hknpSetShapeKeyACdDetector = (void *)0x0508C1E8; -const void * RTTI_hknpShape = (void *)0x0537C1A8; -const void * RTTI_hknpShapeBuffer = (void *)0x05161740; -const void * RTTI_hknpShapeFunctionsSingleton = (void *)0x05089C78; -const void * RTTI_hknpShapeKeyArrayCacheCdDetector = (void *)0x0508C220; -const void * RTTI_hknpShapeKeyMask = (void *)0x05088C08; -const void * RTTI_hknpShapeManager = (void *)0x0508B790; -const void * RTTI_hknpShapeMassProperties = (void *)0x05088C30; -const void * RTTI_hknpShapeScalingUtil = (void *)0x05090658; -const void * RTTI_hknpShape__MassConfig = (void *)0x0537C110; -const void * RTTI_hknpSignedDistanceFieldCollisionDetector = (void *)0x0508C328; -const void * RTTI_hknpSimdTreeBroadPhase = (void *)0x05090420; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__CollideTrees = (void *)0x05090558; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty = (void *)0x050904B0; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__Finalize = (void *)0x05090598; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData = (void *)0x05090510; -const void * RTTI_hknpSimulation = (void *)0x05089DF0; -const void * RTTI_hknpSingleCellSpaceSplitter = (void *)0x0508BA68; -const void * RTTI_hknpSingleThreadedSimulation = (void *)0x05089F20; -const void * RTTI_hknpSingleThreadedSolverData = (void *)0x0508B8E8; -const void * RTTI_hknpSoftContactModifier = (void *)0x0508BF98; -const void * RTTI_hknpSolveFinalizeTask = (void *)0x0508BCB8; -const void * RTTI_hknpSolverData = (void *)0x0508B8C0; -const void * RTTI_hknpSolverFactoryTask = (void *)0x0508BD58; -const void * RTTI_hknpSolverSchedulerTask = (void *)0x0508CDE8; -const void * RTTI_hknpSortFinalizeNarrowPhasePairsTask = (void *)0x0508BD88; -const void * RTTI_hknpSpaceSplitter = (void *)0x0508BA40; -const void * RTTI_hknpSphereShape = (void *)0x05089B50; -const void * RTTI_hknpSpringAction = (void *)0x05089258; -const void * RTTI_hknpStreamContactSolver = (void *)0x0508A1B8; -const void * RTTI_hknpSurfaceVelocityModifier = (void *)0x0508BFC8; -const void * RTTI_hknpTaskGraph = (void *)0x05379B90; -const void * RTTI_hknpTriangleShape = (void *)0x050899B8; -const void * RTTI_hknpTriangleWeldingModifier = (void *)0x0508C0A8; -const void * RTTI_hknpTriggerModifier = (void *)0x0508BF00; -const void * RTTI_hknpTyremarksInfo = (void *)0x05089858; -const void * RTTI_hknpTyremarksWheel = (void *)0x05089828; -const void * RTTI_hknpUnaryAction = (void *)0x05171BC8; -const void * RTTI_hknpUniqueBodyIdHitCollector = (void *)0x051C5428; -const void * RTTI_hknpVariableTimeStepUtil = (void *)0x0508C500; -const void * RTTI_hknpVehicleData = (void *)0x05089800; -const void * RTTI_hknpVehicleDefaultAerodynamics = (void *)0x050894C8; -const void * RTTI_hknpVehicleDefaultAnalogDriverInput = (void *)0x05089600; -const void * RTTI_hknpVehicleDefaultBrake = (void *)0x05089590; -const void * RTTI_hknpVehicleDefaultEngine = (void *)0x05089698; -const void * RTTI_hknpVehicleDefaultSteering = (void *)0x050896F8; -const void * RTTI_hknpVehicleDefaultSuspension = (void *)0x05089790; -const void * RTTI_hknpVehicleDefaultTransmission = (void *)0x050897C8; -const void * RTTI_hknpVehicleDefaultVelocityDamper = (void *)0x050898B0; -const void * RTTI_hknpVehicleDriverInputAnalogStatus = (void *)0x050895C0; -const void * RTTI_hknpVehicleInstance = (void *)0x05089468; -const void * RTTI_hknpVehicleLinearCastWheelCollide = (void *)0x050898E8; -const void * RTTI_hknpVehicleRayCastWheelCollide = (void *)0x05089958; -const void * RTTI_hknpVehicleSuspension = (void *)0x05089760; -const void * RTTI_hknpVehicleWheelCollide = (void *)0x05089730; -const void * RTTI_hknpVehicleWheelCollide__WheelHitCollector = (void *)0x0508C770; -const void * RTTI_hknpWeldingModifier = (void *)0x0508BE28; -const void * RTTI_hknpWorld = (void *)0x05379858; -const void * RTTI_hknpWorldSnapshot = (void *)0x05089990; -const void * RTTI_hkp6DofConstraintData = (void *)0x0508D0A8; -const void * RTTI_hkpAngularFrictionConstraintData = (void *)0x0508D638; -const void * RTTI_hkpBallAndSocketConstraintData = (void *)0x0508D0D8; -const void * RTTI_hkpCallbackConstraintMotor = (void *)0x0508D558; -const void * RTTI_hkpCogWheelConstraintData = (void *)0x0508D148; -const void * RTTI_hkpConstraintData = (void *)0x05089B78; -const void * RTTI_hkpConstraintMotor = (void *)0x0508D078; -const void * RTTI_hkpDeformableFixedConstraintData = (void *)0x0508D178; -const void * RTTI_hkpFixedConstraintData = (void *)0x0508D1B0; -const void * RTTI_hkpHingeConstraintData = (void *)0x0508D210; -const void * RTTI_hkpHingeLimitsData = (void *)0x0508D1E0; -const void * RTTI_hkpLimitedForceConstraintMotor = (void *)0x0508D520; -const void * RTTI_hkpLimitedHingeConstraintData = (void *)0x0508D240; -const void * RTTI_hkpLinearClearanceConstraintData = (void *)0x0508D110; -const void * RTTI_hkpLinearParametricCurve = (void *)0x0508D2A8; -const void * RTTI_hkpPointToPathConstraintData = (void *)0x0508D2D8; -const void * RTTI_hkpPointToPlaneConstraintData = (void *)0x0508D310; -const void * RTTI_hkpPositionConstraintMotor = (void *)0x0508D590; -const void * RTTI_hkpPrismaticConstraintData = (void *)0x0508D348; -const void * RTTI_hkpPulleyConstraintData = (void *)0x0508D380; -const void * RTTI_hkpRackAndPinionConstraintData = (void *)0x0508D3B0; -const void * RTTI_hkpRagdollConstraintData = (void *)0x0508D418; -const void * RTTI_hkpRagdollLimitsData = (void *)0x0508D3E8; -const void * RTTI_hkpRotationalConstraintData = (void *)0x0508D448; -const void * RTTI_hkpSpringDamperConstraintMotor = (void *)0x0508D5C8; -const void * RTTI_hkpStiffSpringConstraintData = (void *)0x0508D480; -const void * RTTI_hkpVehicleFrictionDescription = (void *)0x05089920; -const void * RTTI_hkpVelocityConstraintMotor = (void *)0x0508D600; -const void * RTTI_hkpWheelConstraintData = (void *)0x0508D4F0; -const void * RTTI_hkpWheelFrictionConstraintData = (void *)0x0508D4B8; -const void * RTTI_hkpWrappedConstraintData = (void *)0x05089BD8; -const void * RTTI_idLogging__ILogger = (void *)0x052BD528; -const void * RTTI_idTCP = (void *)0x0540BA58; -const void * RTTI_nlohmann__detail__exception = (void *)0x0529E088; -const void * RTTI_nlohmann__detail__input_buffer_adapter = (void *)0x0529DFD0; -const void * RTTI_nlohmann__detail__input_stream_adapter = (void *)0x052B02E8; -const void * RTTI_nlohmann__detail__out_of_range = (void *)0x0529E010; -const void * RTTI_nlohmann__detail__parse_error = (void *)0x0529E110; -const void * RTTI_nsContainerMenu__ConfirmTakeAllTheThingsCallback = (void *)0x05328680; -const void * RTTI_nsControlMappingData__RemapHandler = (void *)0x050C96E0; -const void * RTTI_nsDataMenuData__GameLoadListener = (void *)0x0512AB28; -const void * RTTI_nsDialogueMenu__MenuEventCatcher = (void *)0x0532B310; -const void * RTTI_nsMainMenu__InvalidUserCallback = (void *)0x0532E630; -const void * RTTI_nsMonocle__MenuEventCatcher = (void *)0x0512A280; -const void * RTTI_nsMonocle__MonocleFastTravelConfirmFunc = (void *)0x052751F8; -const void * RTTI_nsPauseMenu__UserDisengagedCallback = (void *)0x0528E690; -const void * RTTI_nsPickpocketMenu__MenuEventCatcher = (void *)0x05277D18; -const void * RTTI_nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback = (void *)0x052A53B0; -const void * RTTI_rcContext = (void *)0x0515EC38; -const void * RTTI_std___Node_assert = (void *)0x051589E0; -const void * RTTI_std___Node_back = (void *)0x05158870; -const void * RTTI_std___Node_base = (void *)0x0512F128; -const void * RTTI_std___Node_capture = (void *)0x0512F100; -const void * RTTI_std___Node_end_group = (void *)0x0512BB00; -const void * RTTI_std___Node_end_rep = (void *)0x051589B8; -const void * RTTI_std___Node_endif = (void *)0x05158820; -const void * RTTI_std___Node_if = (void *)0x05158848; -const void * RTTI_std___Node_rep = (void *)0x05158990; -const void * RTTI_std___Root_node = (void *)0x0512DF38; -const void * RTTI_std__bad_alloc = (void *)0x05090688; -const void * RTTI_std__bad_array_new_length = (void *)0x050906D8; -const void * RTTI_std__bad_cast = (void *)0x05090970; -const void * RTTI_std__bad_optional_access = (void *)0x05095970; -const void * RTTI_std__bad_variant_access = (void *)0x05091000; -const void * RTTI_std__exception = (void *)0x050906B0; -const void * RTTI_std__logic_error = (void *)0x05090730; -const void * RTTI_std__out_of_range = (void *)0x05090708; -const void * RTTI_std__overflow_error = (void *)0x0508D6E0; -const void * RTTI_std__range_error = (void *)0x0508D8B8; -const void * RTTI_std__runtime_error = (void *)0x05095738; -const void * RTTI_std__underflow_error = (void *)0x0508D710; -const void * RTTI_type_info = (void *)0x050A34A0; +const void * RTTI_AK__StreamMgr__IAkFileLocationResolver = (void *)0x052148D8; +const void * RTTI_AK__StreamMgr__IAkLowLevelIOHook = (void *)0x05214990; +const void * RTTI_AabbHitCollector = (void *)0x05098110; +const void * RTTI_AbsorbEffect = (void *)0x052B15E0; +const void * RTTI_AccumulatingValueModifierEffect = (void *)0x052B1608; +const void * RTTI_ActionActivateDoneHandler = (void *)0x052F8B30; +const void * RTTI_ActionInput = (void *)0x051613E0; +const void * RTTI_ActionOutput = (void *)0x05161408; +const void * RTTI_ActiveEffect = (void *)0x052B15B8; +const void * RTTI_ActiveEffectReferenceEffectController = (void *)0x052B1718; +const void * RTTI_ActiveModItemDataModel = (void *)0x0524FA98; +const void * RTTI_ActiveModItemDataModel__ActiveModItemEventShuttle = (void *)0x0524FA50; +const void * RTTI_Actor = (void *)0x0509B978; +const void * RTTI_ActorKnowledge = (void *)0x052E28D0; +const void * RTTI_ActorMagicCaster = (void *)0x052B1808; +const void * RTTI_ActorMover = (void *)0x052E16F0; +const void * RTTI_ActorPackageData = (void *)0x052DB260; +const void * RTTI_ActorSceneNextPhaseHandler = (void *)0x052F8418; +const void * RTTI_ActorUtils__ArmorRatingVisitor = (void *)0x052DA158; +const void * RTTI_ActorUtils__ArmorRatingVisitorBase = (void *)0x052B3FC0; +const void * RTTI_ActorValueBindingUpdaterService = (void *)0x0516B930; +const void * RTTI_ActorValueInfo = (void *)0x051FC4B0; +const void * RTTI_ActorValueOwner = (void *)0x051E0550; +const void * RTTI_ActorValueSnapshot = (void *)0x0508DEA0; +const void * RTTI_Actor__ForEachSpellVisitor = (void *)0x052B4C50; +const void * RTTI_AddRagdollHandler = (void *)0x052F6B18; +const void * RTTI_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler = (void *)0x05174D20; +const void * RTTI_AimAssistData = (void *)0x051C9860; +const void * RTTI_AimAssist__Circle = (void *)0x051361D8; +const void * RTTI_AimAssist__Ellipse = (void *)0x05218928; +const void * RTTI_AimAssist__Pill = (void *)0x0521D948; +const void * RTTI_AimDownSightData = (void *)0x051C99F0; +const void * RTTI_AimModelData = (void *)0x051C9CA8; +const void * RTTI_AimOpticalSightData = (void *)0x051C9D48; +const void * RTTI_AimOpticalSightStates__Active = (void *)0x0509F3F0; +const void * RTTI_AimOpticalSightStates__Base = (void *)0x0521DB98; +const void * RTTI_AimOpticalSightStates__BetweenShots = (void *)0x0509F428; +const void * RTTI_AimOpticalSightStates__Deinitialization = (void *)0x0509F338; +const void * RTTI_AimOpticalSightStates__Inactive = (void *)0x0509F378; +const void * RTTI_AimOpticalSightStates__Initialization = (void *)0x0509F3B0; +const void * RTTI_AimOpticalSightStates__Ready = (void *)0x0509F468; +const void * RTTI_AlarmPackage = (void *)0x050A0D20; +const void * RTTI_AlchemyItem = (void *)0x05186790; +const void * RTTI_AliasLegendaryRankCalculator = (void *)0x051F68C8; +const void * RTTI_AllowRotationHandler = (void *)0x052F6A90; +const void * RTTI_AllowRotationHandlerReference = (void *)0x052F8450; +const void * RTTI_AmmoData = (void *)0x05271080; +const void * RTTI_AnimGraph = (void *)0x0536E360; +const void * RTTI_AnimGraphNode = (void *)0x0536F3B8; +const void * RTTI_AnimatedCameraDeltaStartHandler = (void *)0x052F6958; +const void * RTTI_AnimatedCameraEndHandler = (void *)0x052F6928; +const void * RTTI_AnimatedCameraStartHandler = (void *)0x052F68C0; +const void * RTTI_AnimationClipDataSingleton = (void *)0x0537D618; +const void * RTTI_AnimationCompleteHandler = (void *)0x052F88C8; +const void * RTTI_AnimationCorrectedNode = (void *)0x0537CD10; +const void * RTTI_AnimationCorrectedNodeInstance = (void *)0x0537CCD8; +const void * RTTI_AnimationDrivenHandler = (void *)0x052F6B68; +const void * RTTI_AnimationDrivenHandlerReference = (void *)0x052F8488; +const void * RTTI_AnimationFileManagerSingleton = (void *)0x0537DA20; +const void * RTTI_AnimationGraphInstance = (void *)0x0536FDB0; +const void * RTTI_AnimationImpactSelector = (void *)0x0537C898; +const void * RTTI_AnimationImpactSelectorInstance = (void *)0x0537C8C8; +const void * RTTI_AnimationManager = (void *)0x0536F570; +const void * RTTI_AnimationNode = (void *)0x0537D088; +const void * RTTI_AnimationNodeInstance = (void *)0x0537D058; +const void * RTTI_AnimationObjectDrawHandler = (void *)0x052F67C0; +const void * RTTI_AnimationObjectHideHandler = (void *)0x052F6788; +const void * RTTI_AnimationObjectLoadHandler = (void *)0x052F6858; +const void * RTTI_AnimationObjectUnequipAllHandler = (void *)0x052F6718; +const void * RTTI_AnimationObjectUnequipHandler = (void *)0x052F6750; +const void * RTTI_AnimationRagdoll = (void *)0x0537CBC8; +const void * RTTI_AnimationRagdollDrive = (void *)0x0537CB30; +const void * RTTI_AnimationRagdollDriveInstance = (void *)0x0537CB60; +const void * RTTI_AnimationRagdollInstance = (void *)0x0537CB98; +const void * RTTI_AnimationStanceDataSingletonDBData = (void *)0x0537E0A8; +const void * RTTI_AnimationStreamLoadGame = (void *)0x051E85E8; +const void * RTTI_AnimationStreamSaveGame = (void *)0x051E8618; +const void * RTTI_AnimationSystemUtils__QueuedAnimationHandles = (void *)0x05212E10; +const void * RTTI_AnimationSystemUtils__QueuedModelHandles = (void *)0x05212E58; +const void * RTTI_AnimationSystemUtils__QueuedReferenceAnimationTask = (void *)0x05212DC0; +const void * RTTI_AnimationSystemUtils__TESModelAndAnimationHandles = (void *)0x051656C0; +const void * RTTI_AntiGravityEffect = (void *)0x052B1A38; +const void * RTTI_AnticipateAttackHandler = (void *)0x052F8E78; +const void * RTTI_ArchiveFile = (void *)0x053D6908; +const void * RTTI_ArmorCraftingMenu = (void *)0x05275B80; +const void * RTTI_ArrowAttachHandler = (void *)0x052F8958; +const void * RTTI_ArrowDetachHandler = (void *)0x052F8928; +const void * RTTI_ArrowProjectile = (void *)0x052FAEC0; +const void * RTTI_AssignVariable = (void *)0x0537CA70; +const void * RTTI_AssignVariableInstance = (void *)0x0537CA98; +const void * RTTI_AssigniState = (void *)0x0537CA18; +const void * RTTI_AssigniStateInstance = (void *)0x0537CA40; +const void * RTTI_AttachDistant3DTask = (void *)0x0518AAE8; +const void * RTTI_AttachReferenceHandler = (void *)0x052F6230; +const void * RTTI_AttackStopHandler = (void *)0x052F9170; +const void * RTTI_AttractionObjectLOSUtils__CacheEntry = (void *)0x05217DA8; +const void * RTTI_AutoVanityState = (void *)0x05331B70; +const void * RTTI_AwakeSoundFadeHandler = (void *)0x052F61A0; +const void * RTTI_AwakeSoundPauseHandler = (void *)0x052F6380; +const void * RTTI_AwakeSoundResumeHandler = (void *)0x052F6350; +const void * RTTI_AwakeSoundStopHandler = (void *)0x052F6170; +const void * RTTI_BGSAIWorldLocationEditorSpacePointRadius = (void *)0x05160908; +const void * RTTI_BGSAIWorldLocationInteriorCell = (void *)0x051604B0; +const void * RTTI_BGSAIWorldLocationPointRadius = (void *)0x05160550; +const void * RTTI_BGSAIWorldLocationPrimitive = (void *)0x05160728; +const void * RTTI_BGSAIWorldLocationRefRadius = (void *)0x05160860; +const void * RTTI_BGSAVMData = (void *)0x0516DF58; +const void * RTTI_BGSAbilityPerkEntry = (void *)0x051F67B0; +const void * RTTI_BGSAcousticSpace = (void *)0x0509C2E8; +const void * RTTI_BGSAction = (void *)0x051F5EE0; +const void * RTTI_BGSActionData = (void *)0x051613B8; +const void * RTTI_BGSActivity = (void *)0x0515E6A0; +const void * RTTI_BGSActivityTrackerFormComponent = (void *)0x05174C60; +const void * RTTI_BGSActorValueActivity = (void *)0x0515E6F0; +const void * RTTI_BGSActorValueActivity_Runtime = (void *)0x0515E668; +const void * RTTI_BGSAddToInventoryOnDestroy = (void *)0x05174E98; +const void * RTTI_BGSAddonNode = (void *)0x051DB568; +const void * RTTI_BGSAddonNodeSoundHandleExtra = (void *)0x051DB590; +const void * RTTI_BGSAffinityEvent = (void *)0x051D7BC0; +const void * RTTI_BGSAimAssistModel = (void *)0x051C9838; +const void * RTTI_BGSAimAssistPoseData = (void *)0x051DA980; +const void * RTTI_BGSAimDownSightModel = (void *)0x051C99C0; +const void * RTTI_BGSAimModel = (void *)0x051C9C80; +const void * RTTI_BGSAimOpticalSightModel = (void *)0x051C9D18; +const void * RTTI_BGSAmbienceSet = (void *)0x051C9D78; +const void * RTTI_BGSAnimationGraphComponent = (void *)0x05162938; +const void * RTTI_BGSAnimationPathImplementation = (void *)0x052DA0F8; +const void * RTTI_BGSApplyMagicEffectActivity = (void *)0x0515E9D0; +const void * RTTI_BGSApplyMagicEffectActivity_Runtime = (void *)0x0515E990; +const void * RTTI_BGSArtObject = (void *)0x051DB698; +const void * RTTI_BGSArtObjectCloneTask = (void *)0x051DB668; +const void * RTTI_BGSAssociationType = (void *)0x051F5F00; +const void * RTTI_BGSAtmosphere = (void *)0x051DA958; +const void * RTTI_BGSAttachParentArray = (void *)0x051751E8; +const void * RTTI_BGSAttachTechniquesUtil__AttachTechniquesFunctor = (void *)0x05196D50; +const void * RTTI_BGSAttachTechniquesUtil__DetachTechniquesFunctor = (void *)0x05196DA0; +const void * RTTI_BGSAttachTechniquesUtil__ProcessTechniquesFunctor = (void *)0x05196DF0; +const void * RTTI_BGSAttackData = (void *)0x051FC6C8; +const void * RTTI_BGSAttackDataForm = (void *)0x05190E50; +const void * RTTI_BGSAttackDataMap = (void *)0x051FC6F0; +const void * RTTI_BGSAttractionRule = (void *)0x051D7BE8; +const void * RTTI_BGSAudioOcclusionPrimitive = (void *)0x0516C3A0; +const void * RTTI_BGSAudio_Internal__LooseAudioRegistrar = (void *)0x05214428; +const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo = (void *)0x05214470; +const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo = (void *)0x052144C0; +const void * RTTI_BGSAudio_Internal__WwiseGameObjectMgr = (void *)0x05214730; +const void * RTTI_BGSAudio_Internal__WwiseIODevice = (void *)0x05213E50; +const void * RTTI_BGSAudio_Internal__WwiseIOMgr = (void *)0x05213E18; +const void * RTTI_BGSAudio__IEmitterResolver = (void *)0x052149C8; +const void * RTTI_BGSAudio__RefNodeResolver = (void *)0x05214860; +const void * RTTI_BGSAudio__WwiseService = (void *)0x052141B8; +const void * RTTI_BGSBarterActivity = (void *)0x0515FC48; +const void * RTTI_BGSBarterActivity_Runtime = (void *)0x0515FC18; +const void * RTTI_BGSBaseAlias = (void *)0x051D7CE8; +const void * RTTI_BGSBaseLODBlock = (void *)0x0516E6C0; +const void * RTTI_BGSBaseLODBlock__AutoDetachBlock = (void *)0x0516E688; +const void * RTTI_BGSBaseLODBlock__GeometryAutoDetachBlock = (void *)0x0516E750; +const void * RTTI_BGSBaseLODRuntimeComponent = (void *)0x0516EAE0; +const void * RTTI_BGSBendableSpline = (void *)0x051DB6C0; +const void * RTTI_BGSBiome = (void *)0x0509C380; +const void * RTTI_BGSBiomeMarkerObject = (void *)0x051CA520; +const void * RTTI_BGSBiome__MarkerKeywordData = (void *)0x051DABC8; +const void * RTTI_BGSBleedoutActivity = (void *)0x0515EB10; +const void * RTTI_BGSBleedoutActivity_Runtime = (void *)0x0515EAD8; +const void * RTTI_BGSBlockBashData = (void *)0x05190E78; +const void * RTTI_BGSBodyManager = (void *)0x051661D0; +const void * RTTI_BGSBodyPartData = (void *)0x0509EA60; +const void * RTTI_BGSBodyPartInfo = (void *)0x0509BEB0; +const void * RTTI_BGSBodyUtils__SkinColorUpdateNode = (void *)0x05166198; +const void * RTTI_BGSBoneModifier = (void *)0x051CA6B0; +const void * RTTI_BGSBuildWorkshopActivity = (void *)0x0515EC10; +const void * RTTI_BGSBuildWorkshopActivity_Runtime = (void *)0x0515EBD8; +const void * RTTI_BGSCameraPath = (void *)0x051F2ED8; +const void * RTTI_BGSCameraShot = (void *)0x051F2F00; +const void * RTTI_BGSChallengeForm = (void *)0x0516DED8; +const void * RTTI_BGSCharacterMorph__FacialBoneSculptSlider = (void *)0x051D7C10; +const void * RTTI_BGSCharacterMorph__FacialBoneSlider = (void *)0x051D7C50; +const void * RTTI_BGSCloudForm = (void *)0x051CFD38; +const void * RTTI_BGSCollisionLayer = (void *)0x051F2F28; +const void * RTTI_BGSColorForm = (void *)0x051F2F50; +const void * RTTI_BGSCompleteResearchActivity = (void *)0x0515ECD0; +const void * RTTI_BGSCompleteResearchActivity_Runtime = (void *)0x0515EC90; +const void * RTTI_BGSConditionForm = (void *)0x0509BA08; +const void * RTTI_BGSConstructibleObject = (void *)0x051DB6E8; +const void * RTTI_BGSConsumeActivity = (void *)0x0515EDE0; +const void * RTTI_BGSConsumeActivity_Runtime = (void *)0x0515EDA8; +const void * RTTI_BGSContactShadowComponent = (void *)0x05166F08; +const void * RTTI_BGSConveyorBelt__ConveyorBelt = (void *)0x0517CBB0; +const void * RTTI_BGSCraftActivity = (void *)0x0515EF00; +const void * RTTI_BGSCraftActivity_Runtime = (void *)0x0515EED0; +const void * RTTI_BGSCraftableForm = (void *)0x051CA550; +const void * RTTI_BGSCraftingResourceOwner = (void *)0x0509BED8; +const void * RTTI_BGSCrippleLimbActivity = (void *)0x0515EFF0; +const void * RTTI_BGSCrippleLimbActivity_Runtime = (void *)0x0515EFB8; +const void * RTTI_BGSCrowdComponent = (void *)0x051755F0; +const void * RTTI_BGSCurve3DForm = (void *)0x051C98C8; +const void * RTTI_BGSCurveForm = (void *)0x051C98F0; +const void * RTTI_BGSCustomShipForm = (void *)0x05167070; +const void * RTTI_BGSDamageType = (void *)0x051DAC38; +const void * RTTI_BGSDebris = (void *)0x051DB718; +const void * RTTI_BGSDecalManager = (void *)0x05197920; +const void * RTTI_BGSDecalNode = (void *)0x05197B30; +const void * RTTI_BGSDefaultObject = (void *)0x05135AE0; +const void * RTTI_BGSDefaultObjectManager = (void *)0x05135DA0; +const void * RTTI_BGSDestroyShipActivity = (void *)0x0515F0A0; +const void * RTTI_BGSDestroyShipActivity_Runtime = (void *)0x0515F068; +const void * RTTI_BGSDestructibleObjectForm = (void *)0x051867B8; +const void * RTTI_BGSDialogueBranch = (void *)0x0509C168; +const void * RTTI_BGSDisplayCaseFormComponent = (void *)0x05175738; +const void * RTTI_BGSDistantObjectBlock = (void *)0x0520E630; +const void * RTTI_BGSDockingActivity = (void *)0x0515F158; +const void * RTTI_BGSDockingActivity_Runtime = (void *)0x0515F188; +const void * RTTI_BGSDualCastData = (void *)0x051867E8; +const void * RTTI_BGSDynamicLODBlock = (void *)0x0516F108; +const void * RTTI_BGSDynamicLODBlock__InstancedAutoDetachBlock = (void *)0x0516F140; +const void * RTTI_BGSEchoListener = (void *)0x051DB390; +const void * RTTI_BGSEffectSequenceForm = (void *)0x051CA578; +const void * RTTI_BGSEffectSequenceFormComponent = (void *)0x05175910; +const void * RTTI_BGSEntryPointFunctionData = (void *)0x051F5F30; +const void * RTTI_BGSEntryPointFunctionDataAVAndValue = (void *)0x051F5FD0; +const void * RTTI_BGSEntryPointFunctionDataActivateChoice = (void *)0x051F6150; +const void * RTTI_BGSEntryPointFunctionDataBooleanGraphVariable = (void *)0x051F6090; +const void * RTTI_BGSEntryPointFunctionDataLeveledList = (void *)0x051F6010; +const void * RTTI_BGSEntryPointFunctionDataOneValue = (void *)0x051F5F60; +const void * RTTI_BGSEntryPointFunctionDataProjectile = (void *)0x051F6110; +const void * RTTI_BGSEntryPointFunctionDataSpellItem = (void *)0x051F6050; +const void * RTTI_BGSEntryPointFunctionDataText = (void *)0x051F60D8; +const void * RTTI_BGSEntryPointFunctionDataTwoValue = (void *)0x051F5F98; +const void * RTTI_BGSEntryPointPerkEntry = (void *)0x051F6708; +const void * RTTI_BGSEquipSlot = (void *)0x051F6190; +const void * RTTI_BGSExplosion = (void *)0x051DB738; +const void * RTTI_BGSExternalComponentDataSource = (void *)0x05175B80; +const void * RTTI_BGSFaceFX = (void *)0x05172020; +const void * RTTI_BGSFadeManager = (void *)0x051669A0; +const void * RTTI_BGSFogVolumeForm = (void *)0x051CFD60; +const void * RTTI_BGSFootIkImplementation = (void *)0x052DA0C8; +const void * RTTI_BGSFootstep = (void *)0x051F3080; +const void * RTTI_BGSFootstepManager = (void *)0x052DC540; +const void * RTTI_BGSFootstepSet = (void *)0x051F30A8; +const void * RTTI_BGSForceData = (void *)0x051C9DA0; +const void * RTTI_BGSForcedLocRefType = (void *)0x05175CF0; +const void * RTTI_BGSFormFolderKeywordList = (void *)0x0516E090; +const void * RTTI_BGSFormLinkData = (void *)0x05175E20; +const void * RTTI_BGSGenericBaseForm = (void *)0x051DB790; +const void * RTTI_BGSGenericBaseFormTemplate = (void *)0x051DB7C0; +const void * RTTI_BGSGeometryConstructorManager = (void *)0x052CC130; +const void * RTTI_BGSGrassManager__AddCellGrassTask = (void *)0x05198A70; +const void * RTTI_BGSGrassManager__CellGrass = (void *)0x05198AA8; +const void * RTTI_BGSGravJumpActivity = (void *)0x0515F250; +const void * RTTI_BGSGravJumpActivity_Runtime = (void *)0x0515F280; +const void * RTTI_BGSGroundCover = (void *)0x051DF8D8; +const void * RTTI_BGSGroupedInstancedGeometry = (void *)0x05166CC8; +const void * RTTI_BGSHarvestActivity = (void *)0x0515F308; +const void * RTTI_BGSHarvestActivity_Runtime = (void *)0x0515F338; +const void * RTTI_BGSHavokGeometryAttach = (void *)0x05196EB8; +const void * RTTI_BGSHavokGeometryAttach__ActionPolicy = (void *)0x05196EE8; +const void * RTTI_BGSHavokGeometryAttach__AttachPolicy = (void *)0x05196E38; +const void * RTTI_BGSHavokGeometryAttach__DetachPolicy = (void *)0x05196E78; +const void * RTTI_BGSHazard = (void *)0x050B2260; +const void * RTTI_BGSHeadPart = (void *)0x051F62A0; +const void * RTTI_BGSIdleCollection = (void *)0x0509C4D0; +const void * RTTI_BGSIdleMarker = (void *)0x051F62C8; +const void * RTTI_BGSImpactData = (void *)0x051F30D0; +const void * RTTI_BGSImpactDataSet = (void *)0x051F3218; +const void * RTTI_BGSImpactManager = (void *)0x052BD038; +const void * RTTI_BGSInstanceNamingRules = (void *)0x0509E2F8; +const void * RTTI_BGSInventoryInterface = (void *)0x052CB9D8; +const void * RTTI_BGSInventoryList = (void *)0x05199288; +const void * RTTI_BGSKeyword = (void *)0x0509C358; +const void * RTTI_BGSKeywordForm = (void *)0x050B1E60; +const void * RTTI_BGSKillActivity = (void *)0x0515F3B0; +const void * RTTI_BGSKillActivity_Runtime = (void *)0x0515F3D8; +const void * RTTI_BGSLODManager = (void *)0x05210480; +const void * RTTI_BGSLODStates__Geometry__Attached = (void *)0x0509BE78; +const void * RTTI_BGSLODStates__Geometry__Attaching = (void *)0x0509BDF8; +const void * RTTI_BGSLODStates__Geometry__Base = (void *)0x0516E438; +const void * RTTI_BGSLODStates__Geometry__DeferredDetach = (void *)0x0509BD80; +const void * RTTI_BGSLODStates__Geometry__DeferredDetachComplete = (void *)0x0509BE30; +const void * RTTI_BGSLODStates__Geometry__Detached = (void *)0x0509BDC0; +const void * RTTI_BGSLODStates__Geometry__Loaded = (void *)0x0509BD10; +const void * RTTI_BGSLODStates__Geometry__Loading = (void *)0x0509BCD8; +const void * RTTI_BGSLODStates__Geometry__Prepared = (void *)0x0509BCA0; +const void * RTTI_BGSLODStates__Geometry__Preparing = (void *)0x0509BD48; +const void * RTTI_BGSLODStates__Geometry__Reset = (void *)0x0509BC68; +const void * RTTI_BGSLODStates__Geometry__Unloaded = (void *)0x0509BC30; +const void * RTTI_BGSLODStates__Node__Active = (void *)0x0509F280; +const void * RTTI_BGSLODStates__Node__Base = (void *)0x05210D28; +const void * RTTI_BGSLODStates__Node__Fading = (void *)0x05210920; +const void * RTTI_BGSLODStates__Node__FadingIn = (void *)0x0509F2E8; +const void * RTTI_BGSLODStates__Node__FadingOut = (void *)0x0509F1A8; +const void * RTTI_BGSLODStates__Node__Inactive = (void *)0x0509F130; +const void * RTTI_BGSLODStates__Node__IntersectsLoadedArea = (void *)0x0509F0B8; +const void * RTTI_BGSLODStates__Node__Loaded = (void *)0x0509F250; +const void * RTTI_BGSLODStates__Node__OutsideLoadedArea = (void *)0x0509F1E0; +const void * RTTI_BGSLODStates__Node__PendingCellClearBase = (void *)0x05210DC8; +const void * RTTI_BGSLODStates__Node__PrepareFading = (void *)0x052108E8; +const void * RTTI_BGSLODStates__Node__PrepareFadingIn = (void *)0x0509F2B0; +const void * RTTI_BGSLODStates__Node__PrepareFadingOut = (void *)0x0509F168; +const void * RTTI_BGSLODStates__Node__Split = (void *)0x0509F220; +const void * RTTI_BGSLODStates__Node__Unloaded = (void *)0x0509F0F8; +const void * RTTI_BGSLandPlanetActivity = (void *)0x0515F4C8; +const void * RTTI_BGSLandPlanetActivity_Runtime = (void *)0x0515F4F8; +const void * RTTI_BGSLayeredMaterialSwap = (void *)0x051CA320; +const void * RTTI_BGSLegendaryItem = (void *)0x051CA5A8; +const void * RTTI_BGSLensFlare = (void *)0x051DB838; +const void * RTTI_BGSLensFlareSprite = (void *)0x051DB8A8; +const void * RTTI_BGSLevGenericBaseForm = (void *)0x051DB8D8; +const void * RTTI_BGSLevPackIn = (void *)0x051DB908; +const void * RTTI_BGSLevSpaceCell = (void *)0x051DF938; +const void * RTTI_BGSLightingTemplate = (void *)0x051DF960; +const void * RTTI_BGSLinkedVoiceType = (void *)0x05175FD0; +const void * RTTI_BGSListForm = (void *)0x051F3240; +const void * RTTI_BGSLoadFormBuffer = (void *)0x05188A50; +const void * RTTI_BGSLoadGameBuffer = (void *)0x05188A28; +const void * RTTI_BGSLoadGameBufferSimple = (void *)0x051889F8; +const void * RTTI_BGSLoadedSceneLODBlock = (void *)0x05210CF8; +const void * RTTI_BGSLocAlias = (void *)0x051F63E8; +const void * RTTI_BGSLocation = (void *)0x0509C118; +const void * RTTI_BGSLocationRefType = (void *)0x0509E450; +const void * RTTI_BGSLockPickActivity = (void *)0x0515FDB0; +const void * RTTI_BGSLockPickActivity_Runtime = (void *)0x0515FE28; +const void * RTTI_BGSLodOwnerComponent = (void *)0x051761E8; +const void * RTTI_BGSLodRuntimeOwnerComponent = (void *)0x0516EB18; +const void * RTTI_BGSLootContainerActivity = (void *)0x0515F578; +const void * RTTI_BGSLootContainerActivity_Runtime = (void *)0x0515F5A8; +const void * RTTI_BGSLoseEnemyActivity = (void *)0x0515F728; +const void * RTTI_BGSLoseEnemyActivity_Runtime = (void *)0x0515F6A0; +const void * RTTI_BGSMaterialPathForm = (void *)0x051CA138; +const void * RTTI_BGSMaterialPropertyComponent = (void *)0x05176408; +const void * RTTI_BGSMaterialType = (void *)0x051F3350; +const void * RTTI_BGSMeleeAimAssistModel = (void *)0x051C9960; +const void * RTTI_BGSMessage = (void *)0x0509C278; +const void * RTTI_BGSMod__Attachment__Mod = (void *)0x0509C228; +const void * RTTI_BGSMod__Property__BridgeI = (void *)0x05127990; +const void * RTTI_BGSMod__Template__Item = (void *)0x05176468; +const void * RTTI_BGSMod__Template__Items = (void *)0x051DE4C0; +const void * RTTI_BGSModelMaterialSwap = (void *)0x05176798; +const void * RTTI_BGSModelNode = (void *)0x05199418; +const void * RTTI_BGSMorphableObject = (void *)0x051DB930; +const void * RTTI_BGSMotorAction__Action = (void *)0x0517CC10; +const void * RTTI_BGSMotorAction__FanMotor = (void *)0x0517CC40; +const void * RTTI_BGSMovableStatic = (void *)0x051DBAA0; +const void * RTTI_BGSMovementType = (void *)0x051F6410; +const void * RTTI_BGSMoviePlayer = (void *)0x052BD2A8; +const void * RTTI_BGSMultiTechniqueAttach = (void *)0x05196CE0; +const void * RTTI_BGSMultiTechniqueAttach__ActionPolicy = (void *)0x05196D10; +const void * RTTI_BGSMultiTechniqueAttach__AttachPolicy = (void *)0x05196C60; +const void * RTTI_BGSMultiTechniqueAttach__DetachPolicy = (void *)0x05196CA0; +const void * RTTI_BGSMusicPaletteTrack = (void *)0x051F33C8; +const void * RTTI_BGSMusicSilenceTrack = (void *)0x051F33F8; +const void * RTTI_BGSMusicSingleTrack = (void *)0x051F3428; +const void * RTTI_BGSMusicTrack = (void *)0x051F3378; +const void * RTTI_BGSMusicTrackFormWrapper = (void *)0x051F34F8; +const void * RTTI_BGSMusicType = (void *)0x0509C2A0; +const void * RTTI_BGSNamedNodeAttach = (void *)0x05196BF8; +const void * RTTI_BGSNamedNodeAttach__ActionPolicy = (void *)0x05196C28; +const void * RTTI_BGSNamedNodeAttach__AttachPolicy = (void *)0x05196B88; +const void * RTTI_BGSNamedNodeAttach__DetachPolicy = (void *)0x05196BC0; +const void * RTTI_BGSNavigationGridManager = (void *)0x0519EAA8; +const void * RTTI_BGSNote = (void *)0x0509E690; +const void * RTTI_BGSObjectInstanceExtra = (void *)0x05171C78; +const void * RTTI_BGSObjectPlacementDefaults = (void *)0x051768E8; +const void * RTTI_BGSObjectSwap = (void *)0x051DB0D8; +const void * RTTI_BGSObjectVisibilityManager = (void *)0x050D8970; +const void * RTTI_BGSObjectWindowFilterComponent = (void *)0x051671C0; +const void * RTTI_BGSOrbitalDataComponent = (void *)0x05176958; +const void * RTTI_BGSOrbitedDataComponent = (void *)0x05176D00; +const void * RTTI_BGSOutfit = (void *)0x051DBDA8; +const void * RTTI_BGSOverridePackCollection = (void *)0x051913C8; +const void * RTTI_BGSPackIn = (void *)0x051DD290; +const void * RTTI_BGSPackageDataBool = (void *)0x0509EEE0; +const void * RTTI_BGSPackageDataFloat = (void *)0x051FC878; +const void * RTTI_BGSPackageDataInt = (void *)0x051FC7B8; +const void * RTTI_BGSPackageDataLocation = (void *)0x051FC948; +const void * RTTI_BGSPackageDataLocationWrapper = (void *)0x051FC8A8; +const void * RTTI_BGSPackageDataObjectList = (void *)0x0509EF10; +const void * RTTI_BGSPackageDataRef = (void *)0x051FCA28; +const void * RTTI_BGSPackageDataRefOLD = (void *)0x051FC918; +const void * RTTI_BGSPackageDataScene = (void *)0x0509B8F8; +const void * RTTI_BGSPackageDataTargetSelector = (void *)0x051FC8E0; +const void * RTTI_BGSPackageDataTopic = (void *)0x0509EFC8; +const void * RTTI_BGSPapyrusScriptsComponent = (void *)0x05177310; +const void * RTTI_BGSParticleObjectCloneTask = (void *)0x0520B500; +const void * RTTI_BGSParticleSystemDefineCollection = (void *)0x051CA5D0; +const void * RTTI_BGSPathingData = (void *)0x05177570; +const void * RTTI_BGSPerk = (void *)0x0509E670; +const void * RTTI_BGSPerkRank = (void *)0x051F6738; +const void * RTTI_BGSPhotoModeFeature = (void *)0x0516DF28; +const void * RTTI_BGSPickupPutdownSounds = (void *)0x050B1F08; +const void * RTTI_BGSPlanetContentManager = (void *)0x052CDDF8; +const void * RTTI_BGSPlanetContentManagerBranchNode = (void *)0x051B11F8; +const void * RTTI_BGSPlanetContentManagerContentNode = (void *)0x0509C810; +const void * RTTI_BGSPlanetContentManagerContentProperties = (void *)0x051A8F88; +const void * RTTI_BGSPlanetContentManagerTree = (void *)0x051B19F8; +const void * RTTI_BGSPlanetContentManager__ILogEventData = (void *)0x051B1180; +const void * RTTI_BGSPlanet__Atmosphere = (void *)0x051A9030; +const void * RTTI_BGSPlanet__ContentPlacement = (void *)0x051AD978; +const void * RTTI_BGSPlanet__IModule = (void *)0x051A9008; +const void * RTTI_BGSPlanet__LODNotifierModule = (void *)0x051AD870; +const void * RTTI_BGSPlanet__LandingMarkers = (void *)0x051ACE80; +const void * RTTI_BGSPlanet__Landscape = (void *)0x051AD450; +const void * RTTI_BGSPlanet__Manager = (void *)0x051AD6A0; +const void * RTTI_BGSPlanet__Manager__MoveToNode = (void *)0x051AD838; +const void * RTTI_BGSPlanet__Manager__ShiftToTask = (void *)0x051AD800; +const void * RTTI_BGSPlanet__MultiFiles__Grid = (void *)0x051AD148; +const void * RTTI_BGSPlanet__MultiFiles__MasterFile = (void *)0x051AD1E8; +const void * RTTI_BGSPlanet__NavMeshGen = (void *)0x051AE1D0; +const void * RTTI_BGSPlanet__OrderedLandTextures = (void *)0x051AD7C8; +const void * RTTI_BGSPlanet__Overlays = (void *)0x051AD798; +const void * RTTI_BGSPlanet__PlanetData = (void *)0x051AC370; +const void * RTTI_BGSPlanet__ProcGen = (void *)0x051AF7E8; +const void * RTTI_BGSPlanet__ProcGenRuntimeService = (void *)0x051AFEA0; +const void * RTTI_BGSPlanet__ScanCollection = (void *)0x05236B70; +const void * RTTI_BGSPlanet__SurfaceMapModule = (void *)0x051AD940; +const void * RTTI_BGSPlanet__UpdateNavMeshTaskNode = (void *)0x051AD9B0; +const void * RTTI_BGSPlayerMusicChanger = (void *)0x052B3928; +const void * RTTI_BGSPlayerPickpocketActivity = (void *)0x0515F840; +const void * RTTI_BGSPlayerPickpocketActivity_Runtime = (void *)0x0515F7A8; +const void * RTTI_BGSPreviewTransform = (void *)0x05177598; +const void * RTTI_BGSPrimitive = (void *)0x05199698; +const void * RTTI_BGSPrimitiveBox = (void *)0x05199710; +const void * RTTI_BGSPrimitiveComponent = (void *)0x051776D0; +const void * RTTI_BGSPrimitiveCylinder = (void *)0x05199668; +const void * RTTI_BGSPrimitiveEllipsoid = (void *)0x05199738; +const void * RTTI_BGSPrimitiveLine = (void *)0x051996C0; +const void * RTTI_BGSPrimitivePlane = (void *)0x051996E8; +const void * RTTI_BGSPrimitiveSphere = (void *)0x05199768; +const void * RTTI_BGSProcedureAcquire = (void *)0x052027E8; +const void * RTTI_BGSProcedureAcquireExecState = (void *)0x05202928; +const void * RTTI_BGSProcedureActivate = (void *)0x05202C28; +const void * RTTI_BGSProcedureActivateExecState = (void *)0x05202CF8; +const void * RTTI_BGSProcedureAmbush = (void *)0x05160D00; +const void * RTTI_BGSProcedureAmbushExecState = (void *)0x05160C68; +const void * RTTI_BGSProcedureBase = (void *)0x05160D88; +const void * RTTI_BGSProcedureCombatTravel = (void *)0x052030E8; +const void * RTTI_BGSProcedureCombatTravelExecState = (void *)0x05203040; +const void * RTTI_BGSProcedureDialogue = (void *)0x052032F8; +const void * RTTI_BGSProcedureDialogueActivate = (void *)0x05203530; +const void * RTTI_BGSProcedureDialogueActivateExecState = (void *)0x052035D0; +const void * RTTI_BGSProcedureDialogueExecState = (void *)0x05201E58; +const void * RTTI_BGSProcedureDone = (void *)0x05202760; +const void * RTTI_BGSProcedureDoneExecState = (void *)0x052025A8; +const void * RTTI_BGSProcedureEat = (void *)0x05203850; +const void * RTTI_BGSProcedureEatExecState = (void *)0x05201F80; +const void * RTTI_BGSProcedureEscort = (void *)0x05205258; +const void * RTTI_BGSProcedureEscortExecState = (void *)0x052052E8; +const void * RTTI_BGSProcedureFind = (void *)0x05205670; +const void * RTTI_BGSProcedureFindExecState = (void *)0x05201EF0; +const void * RTTI_BGSProcedureFlee = (void *)0x05205910; +const void * RTTI_BGSProcedureFleeExecState = (void *)0x05205878; +const void * RTTI_BGSProcedureFlightGrab = (void *)0x05205BE8; +const void * RTTI_BGSProcedureFlightGrabExecState = (void *)0x05205B40; +const void * RTTI_BGSProcedureFollow = (void *)0x052060A0; +const void * RTTI_BGSProcedureFollowExecState = (void *)0x05206008; +const void * RTTI_BGSProcedureFollowTo = (void *)0x05206128; +const void * RTTI_BGSProcedureForceGreet = (void *)0x05206408; +const void * RTTI_BGSProcedureGuard = (void *)0x052067B8; +const void * RTTI_BGSProcedureGuardArea = (void *)0x052068D8; +const void * RTTI_BGSProcedureGuardExecState = (void *)0x05206840; +const void * RTTI_BGSProcedureHeadtrack = (void *)0x05161198; +const void * RTTI_BGSProcedureHeadtrackExecState = (void *)0x051610F8; +const void * RTTI_BGSProcedureHoldPosition = (void *)0x05206B10; +const void * RTTI_BGSProcedureHoldPositionExecState = (void *)0x05201DB8; +const void * RTTI_BGSProcedureHover = (void *)0x05206D28; +const void * RTTI_BGSProcedureHoverExecState = (void *)0x05206DB0; +const void * RTTI_BGSProcedureKeepAnEyeOn = (void *)0x05206FE8; +const void * RTTI_BGSProcedureKeepAnEyeOnExecState = (void *)0x05200AD0; +const void * RTTI_BGSProcedureLock = (void *)0x052074B8; +const void * RTTI_BGSProcedureLockUnlockExecState = (void *)0x05207398; +const void * RTTI_BGSProcedureOrbit = (void *)0x05207768; +const void * RTTI_BGSProcedureOrbitExecState = (void *)0x052076D0; +const void * RTTI_BGSProcedurePatrol = (void *)0x05207938; +const void * RTTI_BGSProcedurePatrolExecState = (void *)0x052078A0; +const void * RTTI_BGSProcedurePlayIdle = (void *)0x051614D0; +const void * RTTI_BGSProcedurePlayIdleExecState = (void *)0x05161558; +const void * RTTI_BGSProcedurePursue = (void *)0x05207C38; +const void * RTTI_BGSProcedureRange = (void *)0x05161988; +const void * RTTI_BGSProcedureRangeExecState = (void *)0x051618F0; +const void * RTTI_BGSProcedureSandbox = (void *)0x05207E00; +const void * RTTI_BGSProcedureSandboxExecState = (void *)0x05207ED0; +const void * RTTI_BGSProcedureSay = (void *)0x052080F0; +const void * RTTI_BGSProcedureSayExecState = (void *)0x052009B0; +const void * RTTI_BGSProcedureSit = (void *)0x052084E0; +const void * RTTI_BGSProcedureSitSleepExecState = (void *)0x05208508; +const void * RTTI_BGSProcedureSleep = (void *)0x05208598; +const void * RTTI_BGSProcedureStayAway = (void *)0x05161D68; +const void * RTTI_BGSProcedureStayAwayExecState = (void *)0x05161CD0; +const void * RTTI_BGSProcedureTargetingModeAutopilot = (void *)0x05162108; +const void * RTTI_BGSProcedureTargetingModeAutopilotExecState = (void *)0x05162050; +const void * RTTI_BGSProcedureTravel = (void *)0x05208898; +const void * RTTI_BGSProcedureTravelExecState = (void *)0x05208800; +const void * RTTI_BGSProcedureTreeBranch = (void *)0x05202150; +const void * RTTI_BGSProcedureTreeConditionalItem = (void *)0x05202570; +const void * RTTI_BGSProcedureTreeFallback = (void *)0x05202450; +const void * RTTI_BGSProcedureTreeFallbackExecState = (void *)0x05202250; +const void * RTTI_BGSProcedureTreeOneChildExecState = (void *)0x05202180; +const void * RTTI_BGSProcedureTreeProcedure = (void *)0x05208938; +const void * RTTI_BGSProcedureTreeRandom = (void *)0x05201D28; +const void * RTTI_BGSProcedureTreeRandomExecState = (void *)0x05201BD8; +const void * RTTI_BGSProcedureTreeSequence = (void *)0x052021B8; +const void * RTTI_BGSProcedureTreeSequenceExecState = (void *)0x05202010; +const void * RTTI_BGSProcedureTreeSimultaneous = (void *)0x05202300; +const void * RTTI_BGSProcedureTreeSimultaneousExecState = (void *)0x05201C80; +const void * RTTI_BGSProcedureTreeStacked = (void *)0x052020C0; +const void * RTTI_BGSProcedureTreeStackedExecState = (void *)0x052023A0; +const void * RTTI_BGSProcedureUnlock = (void *)0x05207428; +const void * RTTI_BGSProcedureUseIdleMarker = (void *)0x05208BB0; +const void * RTTI_BGSProcedureUseIdleMarkerExecState = (void *)0x05208B08; +const void * RTTI_BGSProcedureUseMagic = (void *)0x05208F18; +const void * RTTI_BGSProcedureUseMagicExecState = (void *)0x05208E80; +const void * RTTI_BGSProcedureUseWeapon = (void *)0x05209168; +const void * RTTI_BGSProcedureUseWeaponExecState = (void *)0x052090D8; +const void * RTTI_BGSProcedureWait = (void *)0x05209428; +const void * RTTI_BGSProcedureWaitExecState = (void *)0x05200A40; +const void * RTTI_BGSProcedureWander = (void *)0x0520B258; +const void * RTTI_BGSProcedureWanderExecState = (void *)0x0520B1C0; +const void * RTTI_BGSProduceActivity = (void *)0x0515F918; +const void * RTTI_BGSProduceActivity_Runtime = (void *)0x0515F948; +const void * RTTI_BGSProjectedDecal = (void *)0x051CA008; +const void * RTTI_BGSProjectile = (void *)0x0509C418; +const void * RTTI_BGSPropertySheet = (void *)0x05177800; +const void * RTTI_BGSQuestPerkEntry = (void *)0x051F6788; +const void * RTTI_BGSRefAlias = (void *)0x051D7C90; +const void * RTTI_BGSRefCollectionAlias = (void *)0x051D7CB8; +const void * RTTI_BGSReferenceGroup = (void *)0x051E0650; +const void * RTTI_BGSReflectedForm = (void *)0x0516DF00; +const void * RTTI_BGSRelationship = (void *)0x051F6900; +const void * RTTI_BGSReloadWeaponActivity = (void *)0x0515FA08; +const void * RTTI_BGSReloadWeaponActivity_Runtime = (void *)0x0515F980; +const void * RTTI_BGSResearchProjectForm = (void *)0x051CA608; +const void * RTTI_BGSResource = (void *)0x0509E2D0; +const void * RTTI_BGSResourceGenerationData = (void *)0x051DB100; +const void * RTTI_BGSRetargetOnDeleteExtraData = (void *)0x051628A0; +const void * RTTI_BGSReverbParameters = (void *)0x051F3528; +const void * RTTI_BGSSaveFormBuffer = (void *)0x052BAFA0; +const void * RTTI_BGSSaveGameBuffer = (void *)0x052BAFC8; +const void * RTTI_BGSSaveGameBufferSimple = (void *)0x052BAF40; +const void * RTTI_BGSSaveLoadJobSite = (void *)0x052BAE68; +const void * RTTI_BGSSaveLoadManager = (void *)0x052BADB0; +const void * RTTI_BGSSaveLoadStatsMap = (void *)0x052BB358; +const void * RTTI_BGSSaveLoadThread = (void *)0x052BAE40; +const void * RTTI_BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs = (void *)0x052BB170; +const void * RTTI_BGSScanPlanetActivity = (void *)0x0515FAC8; +const void * RTTI_BGSScanPlanetActivity_Runtime = (void *)0x0515FAF8; +const void * RTTI_BGSScanSurfaceActivity = (void *)0x0515FCA8; +const void * RTTI_BGSScanSurfaceActivity_Runtime = (void *)0x0515FC70; +const void * RTTI_BGSScannableFormComponent = (void *)0x051770A0; +const void * RTTI_BGSScene = (void *)0x0509C258; +const void * RTTI_BGSSceneActionAnimation = (void *)0x051D7D68; +const void * RTTI_BGSSceneActionCamera = (void *)0x051D7D98; +const void * RTTI_BGSSceneActionDialogue = (void *)0x051F6B38; +const void * RTTI_BGSSceneActionFX = (void *)0x051D7DC8; +const void * RTTI_BGSSceneActionList = (void *)0x051D7D10; +const void * RTTI_BGSSceneActionMove = (void *)0x051D7DF0; +const void * RTTI_BGSSceneActionPackage = (void *)0x051F6A98; +const void * RTTI_BGSSceneActionPlayerDialogue = (void *)0x051F6AC8; +const void * RTTI_BGSSceneActionRadio = (void *)0x051F6B68; +const void * RTTI_BGSSceneActionStartScene = (void *)0x051D8218; +const void * RTTI_BGSSceneActionTimeline = (void *)0x051D8248; +const void * RTTI_BGSSceneActionTimer = (void *)0x051F6C58; +const void * RTTI_BGSSecondaryDamageList = (void *)0x051CA030; +const void * RTTI_BGSShaderParticleGeometryData = (void *)0x051E0678; +const void * RTTI_BGSShipCollectionActivity = (void *)0x05160028; +const void * RTTI_BGSShipCollectionActivity_Runtime = (void *)0x0515FFB0; +const void * RTTI_BGSShipManagement = (void *)0x051771E8; +const void * RTTI_BGSShipbuilderActivity = (void *)0x0515FEB0; +const void * RTTI_BGSShipbuilderActivity_Runtime = (void *)0x0515FF28; +const void * RTTI_BGSSkinForm = (void *)0x05191518; +const void * RTTI_BGSSkinnedDecalChild = (void *)0x05197B88; +const void * RTTI_BGSSkinnedDecalGroup = (void *)0x05197B58; +const void * RTTI_BGSSnapBehavior = (void *)0x051DD2B0; +const void * RTTI_BGSSnapTemplate = (void *)0x051DD388; +const void * RTTI_BGSSnapTemplateComponent = (void *)0x05177828; +const void * RTTI_BGSSnapTemplateNode = (void *)0x051DD3B0; +const void * RTTI_BGSSoundEcho = (void *)0x051DB450; +const void * RTTI_BGSSoundKeywordMapping = (void *)0x051DB130; +const void * RTTI_BGSSoundTagComponent = (void *)0x05177960; +const void * RTTI_BGSSoundTagSet = (void *)0x051DB478; +const void * RTTI_BGSSpacePhysicsFormComponent = (void *)0x05177B28; +const void * RTTI_BGSSpaceshipAIActor = (void *)0x05177C60; +const void * RTTI_BGSSpaceshipEquipment = (void *)0x05177C90; +const void * RTTI_BGSSpaceshipHullCode = (void *)0x05177DC0; +const void * RTTI_BGSSpaceshipWeaponBinding = (void *)0x05177EF0; +const void * RTTI_BGSSpatialCombinedGrid = (void *)0x051A6360; +const void * RTTI_BGSSpatialGraph = (void *)0x051A6510; +const void * RTTI_BGSSpatialGraphCellGrid = (void *)0x051A60F0; +const void * RTTI_BGSSpatialGraphCellGrid__MergeTask = (void *)0x051A6080; +const void * RTTI_BGSSpatialGraphChild = (void *)0x051A63C0; +const void * RTTI_BGSSpatialGraphExteriorCell = (void *)0x051A6450; +const void * RTTI_BGSSpatialGraphInteriorCell = (void *)0x051A64B0; +const void * RTTI_BGSSpatialGraphManager = (void *)0x051A70A0; +const void * RTTI_BGSSpatialGraphManager__Task = (void *)0x051A60B8; +const void * RTTI_BGSSpatialGraphObstacleUpdateTask = (void *)0x051A5820; +const void * RTTI_BGSSpatialGraphParent = (void *)0x051A6420; +const void * RTTI_BGSSpatialGraphSpaceCell = (void *)0x051A63F0; +const void * RTTI_BGSSpatialGraphSpaceCollection = (void *)0x051A6120; +const void * RTTI_BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask = (void *)0x051A5D80; +const void * RTTI_BGSSpatialGrid = (void *)0x051A6338; +const void * RTTI_BGSSpatialGridBase = (void *)0x051A5FC0; +const void * RTTI_BGSSpatialGridCollection = (void *)0x051A6260; +const void * RTTI_BGSSpatialGridFieldBase = (void *)0x0519A1C0; +const void * RTTI_BGSSpatialGridSearchCustomDebugData = (void *)0x051A8A58; +const void * RTTI_BGSSpatialGridSearchDebugData = (void *)0x051A8A20; +const void * RTTI_BGSSpatialGridSearchPolicies__RandomPositionInsideArea = (void *)0x051A8990; +const void * RTTI_BGSSpatialSimpleGrid = (void *)0x051A88B8; +const void * RTTI_BGSSpatialSparseGrid = (void *)0x051A57F0; +const void * RTTI_BGSSpatialSparseGridSearchDebugData = (void *)0x051A89E0; +const void * RTTI_BGSSpatialSparseGrid__ChunkIndexGrid = (void *)0x051A8878; +const void * RTTI_BGSSpatialSparseMultiLayerGrid = (void *)0x051A5788; +const void * RTTI_BGSSpawnOnDestroy = (void *)0x05178218; +const void * RTTI_BGSSpeechChallengeActivity = (void *)0x051600A8; +const void * RTTI_BGSSpeechChallengeActivity_Runtime = (void *)0x05160130; +const void * RTTI_BGSSpeechChallengeObject = (void *)0x051DB4A0; +const void * RTTI_BGSSprintActivity = (void *)0x051601E8; +const void * RTTI_BGSSprintActivity_Runtime = (void *)0x051601B8; +const void * RTTI_BGSStarDataComponent = (void *)0x05178240; +const void * RTTI_BGSStaticCollection = (void *)0x051DD628; +const void * RTTI_BGSStaticCollection__RootFacade = (void *)0x051DD5F0; +const void * RTTI_BGSStoredTraversalData = (void *)0x0509BBC8; +const void * RTTI_BGSStoryManagerBranchNode = (void *)0x051908D0; +const void * RTTI_BGSStoryManagerEventNode = (void *)0x05212600; +const void * RTTI_BGSStoryManagerNodeBase = (void *)0x05190940; +const void * RTTI_BGSStoryManagerQuestFinder = (void *)0x052125C8; +const void * RTTI_BGSStoryManagerQuestNode = (void *)0x05212630; +const void * RTTI_BGSStoryManagerTreeForm = (void *)0x0515E5A8; +const void * RTTI_BGSStoryManagerTreeVisitor = (void *)0x05212590; +const void * RTTI_BGSStoryTeller = (void *)0x052129B0; +const void * RTTI_BGSSurface__BGSBlockCellHeighGridComponent = (void *)0x051C7920; +const void * RTTI_BGSSurface__Block = (void *)0x051D52C0; +const void * RTTI_BGSSurface__Pattern = (void *)0x051D5390; +const void * RTTI_BGSSurface__PatternStyle = (void *)0x051C8E88; +const void * RTTI_BGSSurface__Tree = (void *)0x051D53C0; +const void * RTTI_BGSSynchronizedAnimationInstance = (void *)0x05213498; +const void * RTTI_BGSSynchronizedAnimationManager = (void *)0x05213170; +const void * RTTI_BGSTDataProxyComponentBase = (void *)0x05176920; +const void * RTTI_BGSTakeActorDamageActivity = (void *)0x05160250; +const void * RTTI_BGSTakeActorDamageActivity_Runtime = (void *)0x051602E0; +const void * RTTI_BGSTakeDamageActivity = (void *)0x051603E0; +const void * RTTI_BGSTakeDamageActivity_Runtime = (void *)0x051603A8; +const void * RTTI_BGSTalkingActivator = (void *)0x051DD658; +const void * RTTI_BGSTerminal = (void *)0x0509C3F0; +const void * RTTI_BGSTerminalMenu = (void *)0x0509C3A0; +const void * RTTI_BGSTerrainBlock__AlignmentModifier = (void *)0x051D53E8; +const void * RTTI_BGSTerrainBlock__ContinentalModifier = (void *)0x051D5578; +const void * RTTI_BGSTerrainBlock__Grid = (void *)0x051D5A38; +const void * RTTI_BGSTerrainBlock__GridCell = (void *)0x051D59D0; +const void * RTTI_BGSTerrainBlock__GridCornerCell = (void *)0x051D5A00; +const void * RTTI_BGSTerrainBlock__GridCornerEdgeXFile = (void *)0x051D5730; +const void * RTTI_BGSTerrainBlock__GridCornerFile = (void *)0x051D56F8; +const void * RTTI_BGSTerrainBlock__GridEdgeFile = (void *)0x051D56C0; +const void * RTTI_BGSTerrainBlock__GridEdgeXCell = (void *)0x051D5920; +const void * RTTI_BGSTerrainBlock__GridEdgeYCell = (void *)0x051D5958; +const void * RTTI_BGSTerrainBlock__GridFile = (void *)0x051D5690; +const void * RTTI_BGSTerrainBlock__GridFillCell = (void *)0x051D58E8; +const void * RTTI_BGSTerrainBlock__GridFillFile = (void *)0x051D57F8; +const void * RTTI_BGSTerrainBlock__HeightAdjustmentModifier = (void *)0x051C9628; +const void * RTTI_BGSTerrainBlock__IModifier = (void *)0x051C95F8; +const void * RTTI_BGSTerrainBlock__OceanBiomeModifier = (void *)0x051D55B8; +const void * RTTI_BGSTerrainBlock__OverlayGrid = (void *)0x051D5A68; +const void * RTTI_BGSTerrainBlock__OverlayHeightModifier = (void *)0x051D5990; +const void * RTTI_BGSTerrainBlock__RerangeHeightModifier = (void *)0x051D5AA0; +const void * RTTI_BGSTerrainBlock__UpdateHeightModifier = (void *)0x051D5C10; +const void * RTTI_BGSTerrain__File = (void *)0x051AD1C0; +const void * RTTI_BGSTerrain__IFileGrid = (void *)0x051ACF38; +const void * RTTI_BGSTerrain__Manager = (void *)0x051D76B0; +const void * RTTI_BGSTerrain__UniFile__Grid = (void *)0x051D6100; +const void * RTTI_BGSTextureModel = (void *)0x051F9400; +const void * RTTI_BGSTextureSet = (void *)0x051F3588; +const void * RTTI_BGSTimeOfDayData = (void *)0x051E06B0; +const void * RTTI_BGSTransform = (void *)0x051DB4D0; +const void * RTTI_BGSTraversal = (void *)0x051DB4F8; +const void * RTTI_BGSVisitProceduresCheckGuardWarnTarget = (void *)0x0520B288; +const void * RTTI_BGSVisitProceduresInitActorAnimPose = (void *)0x052DB288; +const void * RTTI_BGSVisitProceduresInitActorLocation = (void *)0x0520B2C8; +const void * RTTI_BGSVisitProceduresProcess = (void *)0x052DB2C8; +const void * RTTI_BGSVoiceType = (void *)0x0509C3C8; +const void * RTTI_BGSVolumeFormComponent = (void *)0x05178C10; +const void * RTTI_BGSVolumetricLighting = (void *)0x051DD868; +const void * RTTI_BGSWaterCollisionManager__AutoWater = (void *)0x05211E18; +const void * RTTI_BGSWaterCollisionManager__BGSWaterUpdateI = (void *)0x05211D48; +const void * RTTI_BGSWaterCollisionManager__WaterGravityModifier = (void *)0x05136C40; +const void * RTTI_BGSWaterCollisionManager__WaterGravityModifierWorldStepListener = (void *)0x051406B0; +const void * RTTI_BGSWaterCollisionManager__bhkPlaceableWater = (void *)0x05211D90; +const void * RTTI_BGSWaterCollisionManager__bhkWaterfall = (void *)0x05211DD8; +const void * RTTI_BGSWeaponBarrelData = (void *)0x051CA0D8; +const void * RTTI_BGSWeaponBarrelModel = (void *)0x051CA0A8; +const void * RTTI_BGSWeaponData__Aim = (void *)0x051CA838; +const void * RTTI_BGSWeaponData__Ammunition = (void *)0x051CA860; +const void * RTTI_BGSWeaponData__Audio = (void *)0x051CA890; +const void * RTTI_BGSWeaponData__Charge = (void *)0x051CA8C0; +const void * RTTI_BGSWeaponData__Damage = (void *)0x051CA8F0; +const void * RTTI_BGSWeaponData__Firing = (void *)0x051CA920; +const void * RTTI_BGSWeaponData__FiringStrategyBase = (void *)0x051CAA90; +const void * RTTI_BGSWeaponData__FiringStrategy_Automatic = (void *)0x051CA990; +const void * RTTI_BGSWeaponData__FiringStrategy_BoltShot = (void *)0x051CA950; +const void * RTTI_BGSWeaponData__FiringStrategy_Burst = (void *)0x051CAA50; +const void * RTTI_BGSWeaponData__FiringStrategy_ChargedShot = (void *)0x051CAA10; +const void * RTTI_BGSWeaponData__FiringStrategy_SingleShot = (void *)0x051CA9D0; +const void * RTTI_BGSWeaponData__Flags = (void *)0x051CAAC8; +const void * RTTI_BGSWeaponData__General = (void *)0x051CAAF8; +const void * RTTI_BGSWeaponData__Melee = (void *)0x051CAB28; +const void * RTTI_BGSWeaponData__Power = (void *)0x051CAB58; +const void * RTTI_BGSWeaponData__Reload = (void *)0x051CAB88; +const void * RTTI_BGSWeaponData__ShipWeapon = (void *)0x0516E030; +const void * RTTI_BGSWeaponData__Turret = (void *)0x051CABB8; +const void * RTTI_BGSWeaponData__VariableRange = (void *)0x051CABE8; +const void * RTTI_BGSWeaponData__Visuals = (void *)0x051CAC20; +const void * RTTI_BGSWeatherSettingsForm = (void *)0x051CFD88; +const void * RTTI_BGSWorkshopItemColorComponent = (void *)0x05167478; +const void * RTTI_BGSWorldSpaceOverlayComponent = (void *)0x05178D88; +const void * RTTI_BGSWwiseEventForm = (void *)0x0509B9E0; +const void * RTTI_BGSWwiseKeywordMapping = (void *)0x051CA108; +const void * RTTI_BGSZoneTargetListener = (void *)0x051F9A38; +const void * RTTI_BIEventUtils__FindAllStarbornPowerFunctor = (void *)0x052B4C80; +const void * RTTI_BSAVMS__AVMNode = (void *)0x05163758; +const void * RTTI_BSAVMS__AVMNodeInFlightCounted = (void *)0x05163720; +const void * RTTI_BSAVMS__AVMPartialNode = (void *)0x051636F0; +const void * RTTI_BSAnimNotes = (void *)0x05414DD8; +const void * RTTI_BSAnimationAnimDBData = (void *)0x0536E4D0; +const void * RTTI_BSAnimationDBData = (void *)0x0536EBA8; +const void * RTTI_BSAnimationGraph = (void *)0x0536F548; +const void * RTTI_BSAnimationGraphChannel = (void *)0x051E86A8; +const void * RTTI_BSAnimationGraphLoadScrapper = (void *)0x0513E5D0; +const void * RTTI_BSAnimationGraphManager = (void *)0x0537D310; +const void * RTTI_BSAnimationUtils__FindEventClipGeneratorsFunctor = (void *)0x0536E500; +const void * RTTI_BSAnimationUtils__MatchEventToClipGeneratorsFunctor = (void *)0x0536E810; +const void * RTTI_BSAttachConfig__ArtObjectAttach = (void *)0x051CFAB0; +const void * RTTI_BSAttachConfig__AttachmentConfiguration = (void *)0x050B2510; +const void * RTTI_BSAttachConfig__BaseInstance = (void *)0x05162F20; +const void * RTTI_BSAttachConfig__ISearchMethod = (void *)0x051CFC50; +const void * RTTI_BSAttachConfig__NodeAttachmentInstance = (void *)0x05162F58; +const void * RTTI_BSAttachConfig__ObjectAttachmentInstance = (void *)0x05163090; +const void * RTTI_BSAttachConfig__ParticleAttachmentInstance = (void *)0x05162EE0; +const void * RTTI_BSAttachConfig__SearchMethodBase = (void *)0x051CFCD0; +const void * RTTI_BSAttachConfig__SearchMultipleNamesMultipleNodes = (void *)0x053958C0; +const void * RTTI_BSAttachConfig__SearchRootNode = (void *)0x0538FB58; +const void * RTTI_BSAttachConfig__SearchSingleNameSingleNode = (void *)0x051CFC90; +const void * RTTI_BSAttachRefController = (void *)0x0519A1F0; +const void * RTTI_BSAttachTechniques__AttachTechniqueInput = (void *)0x052B1798; +const void * RTTI_BSAttachTechniques__BSAttachTechnique = (void *)0x05135980; +const void * RTTI_BSAutoQueuedDependentNodeBase = (void *)0x05190B80; +const void * RTTI_BSAwardsSystemUtility = (void *)0x05143760; +const void * RTTI_BSBehaviorGraphExtraData = (void *)0x0539BC18; +const void * RTTI_BSBehaviorGraphSwapSingleton = (void *)0x05213268; +const void * RTTI_BSBind__BGSExternalEmittanceController = (void *)0x05196190; +const void * RTTI_BSBind__BGSLensFlareController = (void *)0x05196158; +const void * RTTI_BSBind__ColorCurveController = (void *)0x053960E8; +const void * RTTI_BSBind__ColorLerpController = (void *)0x05396228; +const void * RTTI_BSBind__ComponentBinding = (void *)0x0539B888; +const void * RTTI_BSBind__ComponentProperty = (void *)0x05395EA0; +const void * RTTI_BSBind__Directory = (void *)0x05395930; +const void * RTTI_BSBind__Float2DCurveController = (void *)0x05396040; +const void * RTTI_BSBind__Float2DLerpController = (void *)0x05395FD0; +const void * RTTI_BSBind__Float3DCurveController = (void *)0x05396078; +const void * RTTI_BSBind__Float3DLerpController = (void *)0x05396008; +const void * RTTI_BSBind__Float4DCurveController = (void *)0x053960B0; +const void * RTTI_BSBind__Float4DLerpController = (void *)0x053961F0; +const void * RTTI_BSBind__FloatCurveController = (void *)0x05395F30; +const void * RTTI_BSBind__FloatLerpController = (void *)0x05395F98; +const void * RTTI_BSBind__IAddressControllerStore = (void *)0x051E1F38; +const void * RTTI_BSBind__IController = (void *)0x051961D0; +const void * RTTI_BSBind__IDataBinding = (void *)0x05171A38; +const void * RTTI_BSBind__INode = (void *)0x05395908; +const void * RTTI_BSBind__MultiBinding = (void *)0x05171A08; +const void * RTTI_BSBind__Multiplex = (void *)0x05395958; +const void * RTTI_BSBind__Snapshot = (void *)0x0508DED0; +const void * RTTI_BSBind__StableBinding = (void *)0x051CFD08; +const void * RTTI_BSBind__TimerController = (void *)0x05395F68; +const void * RTTI_BSBlastNode = (void *)0x053972C0; +const void * RTTI_BSBlendTreadTransfInterpolator = (void *)0x05414278; +const void * RTTI_BSBoneLODExtraData = (void *)0x0539BBE8; +const void * RTTI_BSBound = (void *)0x05387908; +const void * RTTI_BSBoxConstructor = (void *)0x05396C78; +const void * RTTI_BSCSVUtils__ParserBuffer = (void *)0x05398818; +const void * RTTI_BSCapsuleConstructor = (void *)0x05396CA0; +const void * RTTI_BSCloneReserver = (void *)0x0519A220; +const void * RTTI_BSClothExtraData = (void *)0x05385D40; +const void * RTTI_BSClothUtils__BSGeometryBuffer = (void *)0x05386030; +const void * RTTI_BSClothUtils__BSInstantiationUtil = (void *)0x05386218; +const void * RTTI_BSClothUtils__BSTransformSet = (void *)0x05386280; +const void * RTTI_BSComponentDB2__DB = (void *)0x0538F3C8; +const void * RTTI_BSComponentDB2__DBFileIndex__IDFixupVisitor = (void *)0x0541BDE0; +const void * RTTI_BSComponentDB2__JsonDBIDHandler = (void *)0x0539D580; +const void * RTTI_BSComponentDB2__JsonResourceIDHandler = (void *)0x0539D5B8; +const void * RTTI_BSComponentDB2__Memory__ConcurrentPageAllocImpl = (void *)0x0538E910; +const void * RTTI_BSComponentDB2__StorageService = (void *)0x0539C3E8; +const void * RTTI_BSComponentDB2__StorageService__Impl = (void *)0x0539D458; +const void * RTTI_BSComponentDB2__StorageService__ObjectReferenceVisitor = (void *)0x0539D3D0; +const void * RTTI_BSComponentDB__IComponentFactory = (void *)0x0513DCD0; +const void * RTTI_BSConnectPoint__ChildOrigin = (void *)0x051993B8; +const void * RTTI_BSConnectPoint__Children = (void *)0x05385BC0; +const void * RTTI_BSConnectPoint__Parents = (void *)0x05385BF0; +const void * RTTI_BSCoreMessage__MessageSource = (void *)0x05136538; +const void * RTTI_BSCounterStorage = (void *)0x05348ED8; +const void * RTTI_BSCylinderConstructor = (void *)0x052158E8; +const void * RTTI_BSDamageStage = (void *)0x05397310; +const void * RTTI_BSDebounceManager = (void *)0x0537FAB8; +const void * RTTI_BSDebrisNode = (void *)0x053972E8; +const void * RTTI_BSDiscBootSystemUtility = (void *)0x05143A60; +const void * RTTI_BSDistantObjectExtraData = (void *)0x0539BCA8; +const void * RTTI_BSDynamicGeometry = (void *)0x05415C78; +const void * RTTI_BSExceptionHandler = (void *)0x051278B8; +const void * RTTI_BSExteriorReflectionProbeAdjustmentVolume = (void *)0x05398610; +const void * RTTI_BSExtraData = (void *)0x05171CA8; +const void * RTTI_BSFaceDB__AttachHeadControlNode = (void *)0x051731F8; +const void * RTTI_BSFaceDB__CreateHeadControlNode = (void *)0x05172DB8; +const void * RTTI_BSFaceDB__CrowdHairCustomization = (void *)0x05172F90; +const void * RTTI_BSFaceDB__EyeCustomization = (void *)0x05172F60; +const void * RTTI_BSFaceDB__FaceCustomizationTexturesNode = (void *)0x05173180; +const void * RTTI_BSFaceDB__HairCustomization = (void *)0x05172FC8; +const void * RTTI_BSFaceDB__JewelryCustomizationNode = (void *)0x05173000; +const void * RTTI_BSFaceDB__RequestCompleteNode = (void *)0x05172ED8; +const void * RTTI_BSFaceDB__RequestHeadPartResourcesNode = (void *)0x05173140; +const void * RTTI_BSFaceDB__TeethCustomizationNode = (void *)0x051731C0; +const void * RTTI_BSFaceFX = (void *)0x051722B0; +const void * RTTI_BSFaceGenAnimationData = (void *)0x051FBB08; +const void * RTTI_BSFaceGenNiNode = (void *)0x051FBCB0; +const void * RTTI_BSFaceGenUtils__UpdateFaceCustomizationTexturesNode = (void *)0x05172F10; +const void * RTTI_BSFadeNode = (void *)0x0509DF80; +const void * RTTI_BSFile = (void *)0x052B8168; +const void * RTTI_BSFile__PageCache__PhysReadType = (void *)0x053D62D0; +const void * RTTI_BSFixedSizeBlockAllocator__IAlloc = (void *)0x052BCC00; +const void * RTTI_BSFixedSizeBlockAllocator__UserPoolImplBase = (void *)0x05143C10; +const void * RTTI_BSFogVolume = (void *)0x053985E0; +const void * RTTI_BSFrameManager = (void *)0x05399FB0; +const void * RTTI_BSFrustumFOVController = (void *)0x05414010; +const void * RTTI_BSFurnitureMarkerNode = (void *)0x053984A0; +const void * RTTI_BSGFxFunctionBase = (void *)0x053AD3A8; +const void * RTTI_BSGFxFunctionHandler = (void *)0x053AEC38; +const void * RTTI_BSGFxObject = (void *)0x05271570; +const void * RTTI_BSGalaxy__BGSStar = (void *)0x0517BAE0; +const void * RTTI_BSGalaxy__BGSSunPresetForm = (void *)0x0517BB08; +const void * RTTI_BSGalaxy__BiomeMapDB__LoadBiome = (void *)0x0517BB38; +const void * RTTI_BSGalaxy__Biomes__Map = (void *)0x051358B0; +const void * RTTI_BSGalaxy__ModuleState = (void *)0x05380DB8; +const void * RTTI_BSGalaxy__Physics__Havok__BSGalaxyCollisionObject = (void *)0x053826E0; +const void * RTTI_BSGalaxy__Physics__Havok__bhkSpaceWorld = (void *)0x053824B8; +const void * RTTI_BSGalaxy__hknpBSShiftOffsetCollector = (void *)0x05382478; +const void * RTTI_BSGameDataSystemUtility = (void *)0x05135B08; +const void * RTTI_BSGameStreamUtility = (void *)0x05143790; +const void * RTTI_BSGamepadDevice = (void *)0x053802A0; +const void * RTTI_BSGamerProfile = (void *)0x05143E78; +const void * RTTI_BSGdkTaskletGroupData = (void *)0x053D78C0; +const void * RTTI_BSGdkTaskletManager = (void *)0x05135EA8; +const void * RTTI_BSGeometry = (void *)0x0509F070; +const void * RTTI_BSGeometryConstructorManager = (void *)0x052CCD30; +const void * RTTI_BSGeometrySegmentData = (void *)0x05415408; +const void * RTTI_BSGrabIKNote = (void *)0x05414E00; +const void * RTTI_BSIMusicTrack = (void *)0x051F33A0; +const void * RTTI_BSIdleInputWatcher = (void *)0x0526C620; +const void * RTTI_BSInputDevice = (void *)0x053802C8; +const void * RTTI_BSInputDeviceManager = (void *)0x0537F900; +const void * RTTI_BSInputEnableManager = (void *)0x0537FF10; +const void * RTTI_BSInputEventReceiver = (void *)0x05233598; +const void * RTTI_BSInputEventSingleUser = (void *)0x0525E7C8; +const void * RTTI_BSInputEventUser = (void *)0x050D4948; +const void * RTTI_BSInvMarker = (void *)0x0539BB70; +const void * RTTI_BSJobs2__Detail__ControlNodeJob = (void *)0x0518D8E8; +const void * RTTI_BSJobs2__Detail__GroupThread = (void *)0x053D5C80; +const void * RTTI_BSJobs2__Memory__HeapMemoryPolicy = (void *)0x051434F0; +const void * RTTI_BSJobs2__Memory__LSAMemoryPolicy = (void *)0x051435C0; +const void * RTTI_BSJobs2__Memory__ScrapMemoryPolicy = (void *)0x053D5CB8; +const void * RTTI_BSKeyboardDevice = (void *)0x05380380; +const void * RTTI_BSLagBoneController = (void *)0x0539BC48; +const void * RTTI_BSLegacyStreamableStub = (void *)0x05416100; +const void * RTTI_BSLensFlareRender__BSLensFlareSpriteRenderData = (void *)0x051DB860; +const void * RTTI_BSLight = (void *)0x053925B0; +const void * RTTI_BSLookIKNote = (void *)0x05414E28; +const void * RTTI_BSMaterialBinding__MaterialPropertyNode = (void *)0x053A7FD0; +const void * RTTI_BSMaterialBinding__MaterialUVStreamPropertyNode = (void *)0x053A8670; +const void * RTTI_BSMaterial__ModuleState = (void *)0x0539F3B8; +const void * RTTI_BSMemStorage = (void *)0x05178870; +const void * RTTI_BSMemStorageReadOnly = (void *)0x0537FA88; +const void * RTTI_BSMissionMenu = (void *)0x052790C0; +const void * RTTI_BSMissionMenu__MissionMenuEventShuttle = (void *)0x052795C8; +const void * RTTI_BSModelDB__AutoQueuedDependentNode = (void *)0x05190C48; +const void * RTTI_BSModelDB__BSModelProcessor = (void *)0x05190C80; +const void * RTTI_BSModelDB__ModelResourceNode = (void *)0x05391F60; +const void * RTTI_BSModelDB__QueuedHandles = (void *)0x0518A9D8; +const void * RTTI_BSModelNode = (void *)0x051993F0; +const void * RTTI_BSModelNodeAnimRig = (void *)0x0536F928; +const void * RTTI_BSModelNodePhysicsComponentI = (void *)0x05199470; +const void * RTTI_BSModelNodeRigI = (void *)0x0536F958; +const void * RTTI_BSMorphDB__AutoQueuedNode = (void *)0x05390880; +const void * RTTI_BSMorphDB__QueuedHandles = (void *)0x05212E98; +const void * RTTI_BSMorphTargetData = (void *)0x054152C8; +const void * RTTI_BSMouseDevice = (void *)0x053803D8; +const void * RTTI_BSMsgDialogSystemUtility = (void *)0x05143A30; +const void * RTTI_BSMultiTargetTreadTransfController = (void *)0x05413D38; +const void * RTTI_BSNavMeshGenAntiseedTrimmerTask = (void *)0x053BFDA8; +const void * RTTI_BSNavMeshGenCollapserTask = (void *)0x053C0028; +const void * RTTI_BSNavMeshGenComputeBoundTask = (void *)0x053BFCC8; +const void * RTTI_BSNavMeshGenContext = (void *)0x05169CA0; +const void * RTTI_BSNavMeshGenContextGroup = (void *)0x053C4DF8; +const void * RTTI_BSNavMeshGenCoverTask = (void *)0x053C1748; +const void * RTTI_BSNavMeshGenData = (void *)0x051693A0; +const void * RTTI_BSNavMeshGenInputProcessTask = (void *)0x053BFFF0; +const void * RTTI_BSNavMeshGenInputProcessor = (void *)0x051A1648; +const void * RTTI_BSNavMeshGenLinkDoorTask = (void *)0x053BFC98; +const void * RTTI_BSNavMeshGenNode = (void *)0x05169AE0; +const void * RTTI_BSNavMeshGenOutputProcessTask = (void *)0x053BFFB8; +const void * RTTI_BSNavMeshGenOutputProcessor = (void *)0x051A16B0; +const void * RTTI_BSNavMeshGenRecastImport = (void *)0x053C74F0; +const void * RTTI_BSNavMeshGenRecastTask = (void *)0x053BFF88; +const void * RTTI_BSNavMeshGenRequestPauseTask = (void *)0x053C4DC0; +const void * RTTI_BSNavMeshGenRequestResumeTask = (void *)0x053C4D88; +const void * RTTI_BSNavMeshGenSeedTrimmerTask = (void *)0x053BFDE0; +const void * RTTI_BSNavMeshGenSmallAreaTrimmerTask = (void *)0x053BFD70; +const void * RTTI_BSNavMeshGenSplitter = (void *)0x051A1748; +const void * RTTI_BSNavMeshGenSplitterTask = (void *)0x053BFF28; +const void * RTTI_BSNavMeshGenStitcher = (void *)0x051A1880; +const void * RTTI_BSNavMeshGenStitcherTask = (void *)0x053BFF58; +const void * RTTI_BSNavMeshGenTask = (void *)0x05169C50; +const void * RTTI_BSNavMeshGenTaskGraphProcessor = (void *)0x053C01D0; +const void * RTTI_BSNavMeshGenTaskGroup = (void *)0x053C2E70; +const void * RTTI_BSNavMeshGenTaskProgress = (void *)0x053C4D58; +const void * RTTI_BSNavMeshGenTaskServer = (void *)0x051A0A30; +const void * RTTI_BSNavMeshGenTerrainTrimmerTask = (void *)0x053BFD38; +const void * RTTI_BSNavMeshGenTraversalTask = (void *)0x053BFEF8; +const void * RTTI_BSNavMeshGenTriangleHeightTask = (void *)0x053BFE88; +const void * RTTI_BSNavMeshGenTrianglePlatformTask = (void *)0x053BFEC0; +const void * RTTI_BSNavMeshGenTriangleSplitter = (void *)0x053C4C28; +const void * RTTI_BSNavMeshGenTriangleSplitterTask = (void *)0x053BFE50; +const void * RTTI_BSNavMeshGenTriangleTunnelTask = (void *)0x053BFE18; +const void * RTTI_BSNavMeshGenTriangleWaterTask = (void *)0x053BFD00; +const void * RTTI_BSNavMeshGenUpdateNavMeshInfoTask = (void *)0x053C16E0; +const void * RTTI_BSNavMeshGenVertexDataTask = (void *)0x053C16A8; +const void * RTTI_BSNavMeshGenWaypointTask = (void *)0x053C1718; +const void * RTTI_BSNavMeshGenerator = (void *)0x051A05D0; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBarrierNode = (void *)0x053C0120; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode = (void *)0x053C00C0; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode = (void *)0x053C5260; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginNode = (void *)0x053C52F0; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode = (void *)0x053C0060; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode = (void *)0x053C5210; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenParentNode = (void *)0x053C52B0; +const void * RTTI_BSNavigationGraph = (void *)0x051A64E8; +const void * RTTI_BSNavigationGraphInfo = (void *)0x0520B7D8; +const void * RTTI_BSNavigationGraphManager = (void *)0x0519ED18; +const void * RTTI_BSNavigationGraphRefCount = (void *)0x051A6390; +const void * RTTI_BSNavigationGrid = (void *)0x053C5F70; +const void * RTTI_BSNavigationGridBase = (void *)0x053C5F10; +const void * RTTI_BSNavigationGridChunk = (void *)0x053C5E78; +const void * RTTI_BSNavigationGridFieldBase = (void *)0x0521D500; +const void * RTTI_BSNavigationGridInfo = (void *)0x053C5EE0; +const void * RTTI_BSNavigationGridManager = (void *)0x0519E930; +const void * RTTI_BSNavigationGridManager__Task = (void *)0x0519ED48; +const void * RTTI_BSNavigationGridObstacleUpdateTask = (void *)0x053C5F98; +const void * RTTI_BSNavmesh = (void *)0x0520B738; +const void * RTTI_BSNavmeshInfo = (void *)0x0520B808; +const void * RTTI_BSNavmeshInfoMap = (void *)0x0520B830; +const void * RTTI_BSNavmeshInfoMap__IRecursiveVisitor = (void *)0x0520D380; +const void * RTTI_BSNavmeshInfoSearch = (void *)0x053C5660; +const void * RTTI_BSNavmeshObstacleCoverData = (void *)0x053C5420; +const void * RTTI_BSNavmeshObstacleData = (void *)0x0516C7A8; +const void * RTTI_BSNavmeshReferenceObstacleArray = (void *)0x0520BEA8; +const void * RTTI_BSNavmeshSearch = (void *)0x0520DCB0; +const void * RTTI_BSNavmeshSearchAvailableSpaceDirectional = (void *)0x053C59C0; +const void * RTTI_BSNavmeshSearchAvailableSpaceRadius = (void *)0x053C5BC0; +const void * RTTI_BSNavmeshSearchBase = (void *)0x0520A0C8; +const void * RTTI_BSNavmeshSearchFilters = (void *)0x0520DD40; +const void * RTTI_BSNavmeshSearchHideFilter = (void *)0x0520DD70; +const void * RTTI_BSNiNode = (void *)0x051651E0; +const void * RTTI_BSNodeReferences = (void *)0x053986B8; +const void * RTTI_BSNoise__Add = (void *)0x0539A4C0; +const void * RTTI_BSNoise__Billow = (void *)0x0539A588; +const void * RTTI_BSNoise__Crater = (void *)0x0539BCD8; +const void * RTTI_BSNoise__Invert = (void *)0x0539A510; +const void * RTTI_BSNoise__Perlin = (void *)0x05398878; +const void * RTTI_BSNoise__Ridged = (void *)0x0539BB48; +const void * RTTI_BSNoise__SmoothStep = (void *)0x0539A5D8; +const void * RTTI_BSNoise__Subtract = (void *)0x0539A5B0; +const void * RTTI_BSNoise__Turbulence = (void *)0x0539BD00; +const void * RTTI_BSNoise__Voronoi = (void *)0x0539A538; +const void * RTTI_BSNonUniformScaleExtraData = (void *)0x05178BD8; +const void * RTTI_BSOfflineRTExtraData = (void *)0x0539B8B8; +const void * RTTI_BSOrderedNode = (void *)0x05165200; +const void * RTTI_BSPCGamepadDevice = (void *)0x05380458; +const void * RTTI_BSPCGamepadDeviceHandler = (void *)0x053802F0; +const void * RTTI_BSPCGamerProfile = (void *)0x0541BA40; +const void * RTTI_BSPCKeyboardDevice = (void *)0x053803A8; +const void * RTTI_BSPCMouseDevice = (void *)0x05380400; +const void * RTTI_BSPCVirtualKeyboardDevice = (void *)0x05380320; +const void * RTTI_BSPageFile__MemoryWriteStorage = (void *)0x052B7FB8; +const void * RTTI_BSPageFile__MultiplexWrite = (void *)0x053D7718; +const void * RTTI_BSParseCSV__IGetBufferCB = (void *)0x053987E8; +const void * RTTI_BSParticle = (void *)0x053BBEE0; +const void * RTTI_BSPathBuilder = (void *)0x05203948; +const void * RTTI_BSPathEventManager = (void *)0x053C6278; +const void * RTTI_BSPathSmootherPOVSearch = (void *)0x053BFB68; +const void * RTTI_BSPathing = (void *)0x0520D098; +const void * RTTI_BSPathingCellManager = (void *)0x0520D158; +const void * RTTI_BSPathingRequest = (void *)0x05161F88; +const void * RTTI_BSPathingRequestPolicies__DestinationArea = (void *)0x0520AD98; +const void * RTTI_BSPathingRequestPolicies__EscortRequest = (void *)0x05205198; +const void * RTTI_BSPathingSearchRayCast = (void *)0x053C6DD8; +const void * RTTI_BSPathingSite = (void *)0x052CC730; +const void * RTTI_BSPathingSpace = (void *)0x0520D4F0; +const void * RTTI_BSPathingStreamSimpleBufferRead = (void *)0x053C4A10; +const void * RTTI_BSPathingStreamSimpleBufferWrite = (void *)0x0519E158; +const void * RTTI_BSPathingTraversal = (void *)0x051A5688; +const void * RTTI_BSPathingTraversalAction = (void *)0x051A3980; +const void * RTTI_BSPathingTraversalData = (void *)0x051A3A48; +const void * RTTI_BSPathingTraversalManager = (void *)0x051A50C0; +const void * RTTI_BSPathing__CheckLineOfSightFilter = (void *)0x0519FDE0; +const void * RTTI_BSPathing__DetermineAvailableRadiusAtPositionVisitor = (void *)0x053BE4A0; +const void * RTTI_BSPathing__DetermineAvailableRadiusInDirectionVisitor = (void *)0x053BE4F0; +const void * RTTI_BSPathing__EdgeFoundVisitor = (void *)0x052E1F78; +const void * RTTI_BSPausableItem = (void *)0x0520BDE0; +const void * RTTI_BSPauseRequester = (void *)0x0513D270; +const void * RTTI_BSPistonController = (void *)0x0538D3A8; +const void * RTTI_BSPlatform__BNetAsyncRequestBase = (void *)0x05417298; +const void * RTTI_BSPlatform__BSBethesdaPlatform = (void *)0x054172D0; +const void * RTTI_BSPlayerDistanceCheckController = (void *)0x052DC628; +const void * RTTI_BSPrecomputedNavmeshInfoSearch = (void *)0x053C5628; +const void * RTTI_BSProbeGridVolume = (void *)0x05396B78; +const void * RTTI_BSProceduralLightningController = (void *)0x05399160; +const void * RTTI_BSProceduralLightningTasklet = (void *)0x053990B0; +const void * RTTI_BSProjectedDecal = (void *)0x05396690; +const void * RTTI_BSQueuedResourceCollectionBase = (void *)0x0517E350; +const void * RTTI_BSRangeNode = (void *)0x05397298; +const void * RTTI_BSRecastModule__BSRecastJob = (void *)0x053C7430; +const void * RTTI_BSReference = (void *)0x05398690; +const void * RTTI_BSReflectionProbe = (void *)0x053984D0; +const void * RTTI_BSReflection__AnyType = (void *)0x05133E08; +const void * RTTI_BSReflection__BSFixedStringType = (void *)0x05132C00; +const void * RTTI_BSReflection__BasicType = (void *)0x05136408; +const void * RTTI_BSReflection__ClassType = (void *)0x050B6B78; +const void * RTTI_BSReflection__ConstCStringType = (void *)0x05132AD8; +const void * RTTI_BSReflection__EnumerationType = (void *)0x05127480; +const void * RTTI_BSReflection__IConstEnumerator = (void *)0x051CFC18; +const void * RTTI_BSReflection__IObject = (void *)0x050B2338; +const void * RTTI_BSReflection__ResourceIDStringConverter = (void *)0x050D11D8; +const void * RTTI_BSReflection__Serializer = (void *)0x05396BA0; +const void * RTTI_BSReflection__UIDStringConverter = (void *)0x050D1168; +const void * RTTI_BSRendererSceneNode = (void *)0x05392330; +const void * RTTI_BSRendererState = (void *)0x053984F8; +const void * RTTI_BSResource2__CacheBase = (void *)0x0516C190; +const void * RTTI_BSResource2__EntryBase = (void *)0x0516C250; +const void * RTTI_BSResource2__IResourceCreator = (void *)0x05172338; +const void * RTTI_BSResource2__ProxyStream = (void *)0x053C84A8; +const void * RTTI_BSResource2__ResourceCreateNode = (void *)0x053C8508; +const void * RTTI_BSResourceNiBinaryStream = (void *)0x053ADF28; +const void * RTTI_BSResourceReloadManager = (void *)0x05399868; +const void * RTTI_BSResourceStreamParser = (void *)0x053ADF88; +const void * RTTI_BSResourceStreamStorage = (void *)0x053CBAB0; +const void * RTTI_BSResource__Archive2__AsyncReaderStream = (void *)0x053C8868; +const void * RTTI_BSResource__Archive2__Index = (void *)0x053C8B20; +const void * RTTI_BSResource__Archive2__Manager__MemoryCacheLocation = (void *)0x053C8A00; +const void * RTTI_BSResource__Archive2__ReaderStream = (void *)0x053C85C8; +const void * RTTI_BSResource__ArchiveIDConverter = (void *)0x0513A3A0; +const void * RTTI_BSResource__AsyncStream = (void *)0x053C8598; +const void * RTTI_BSResource__IMemoryFileBuffer = (void *)0x053CBAE0; +const void * RTTI_BSResource__Location = (void *)0x0513A2F0; +const void * RTTI_BSResource__LocationTraverser = (void *)0x0539D420; +const void * RTTI_BSResource__LooseFileLocation = (void *)0x053CBA78; +const void * RTTI_BSResource__MemoryFileBuffer = (void *)0x053CBB50; +const void * RTTI_BSResource__MemoryFileLocation = (void *)0x053C8A48; +const void * RTTI_BSResource__MemoryFileStream = (void *)0x053CBB18; +const void * RTTI_BSResource__SDirectory2__IDirectoryIDIterator = (void *)0x0536EBD0; +const void * RTTI_BSResource__SDirectory2__IDirectoryStreamIterator = (void *)0x05162800; +const void * RTTI_BSResource__SDirectory2__ThreadCursor = (void *)0x053C88A8; +const void * RTTI_BSResource__Server__Commands__CancelAll = (void *)0x05390CD8; +const void * RTTI_BSResource__Server__GraphProcessor = (void *)0x051D6768; +const void * RTTI_BSResource__Server__LinearProcessor = (void *)0x0518AC78; +const void * RTTI_BSResource__Server__NodeBase = (void *)0x051637F0; +const void * RTTI_BSResource__Server__ResourceServerDebug = (void *)0x053CB4E8; +const void * RTTI_BSResource__Stream = (void *)0x053C8540; +const void * RTTI_BSResource__StreamBase = (void *)0x053C8568; +const void * RTTI_BSRotAccumTransfInterpolator = (void *)0x05414E50; +const void * RTTI_BSSaveDataSystemUtility = (void *)0x051438A8; +const void * RTTI_BSSaveDataSystemUtilityFile = (void *)0x052B8130; +const void * RTTI_BSScaleformFileOpener = (void *)0x053AEA40; +const void * RTTI_BSScaleformImageLoader = (void *)0x053AEF18; +const void * RTTI_BSScaleformMovieLoadTask = (void *)0x053AEC08; +const void * RTTI_BSScaleformTranslator__ScaleformImpl = (void *)0x053AF130; +const void * RTTI_BSSceneNode = (void *)0x05392360; +const void * RTTI_BSScript__ByteCode__PackedInstructionStream__InstructionFunctor = (void *)0x053D14C0; +const void * RTTI_BSScript__CompiledScriptLoader = (void *)0x053CE3E0; +const void * RTTI_BSScript__ErrorLogger = (void *)0x05343F60; +const void * RTTI_BSScript__ICachedErrorMessage = (void *)0x05234E08; +const void * RTTI_BSScript__IClientVM = (void *)0x05349C60; +const void * RTTI_BSScript__IComplexType = (void *)0x053CC960; +const void * RTTI_BSScript__IFunction = (void *)0x0523E658; +const void * RTTI_BSScript__IHandleReaderWriter = (void *)0x05341698; +const void * RTTI_BSScript__ILoader = (void *)0x0534A178; +const void * RTTI_BSScript__IMemoryPagePolicy = (void *)0x053CDFE0; +const void * RTTI_BSScript__IObjectHandlePolicy = (void *)0x05349D00; +const void * RTTI_BSScript__IObjectProcessor = (void *)0x053CF5D0; +const void * RTTI_BSScript__IProfilePolicy = (void *)0x05345EF8; +const void * RTTI_BSScript__ISavePatcherInterface = (void *)0x05346280; +const void * RTTI_BSScript__IStackCallbackFunctor = (void *)0x05349C28; +const void * RTTI_BSScript__IStackCallbackSaveInterface = (void *)0x05349CC0; +const void * RTTI_BSScript__IStore = (void *)0x05346920; +const void * RTTI_BSScript__IVMDebugInterface = (void *)0x053CC9F8; +const void * RTTI_BSScript__IVMObjectBindInterface = (void *)0x053CBD88; +const void * RTTI_BSScript__IVMRemoteDebuggerInterface = (void *)0x053CF740; +const void * RTTI_BSScript__IVMSaveLoadInterface = (void *)0x053CC9C0; +const void * RTTI_BSScript__IVirtualMachine = (void *)0x053CC990; +const void * RTTI_BSScript__Internal__AutoPropGetFunction = (void *)0x053D1BE0; +const void * RTTI_BSScript__Internal__AutoPropSetFunction = (void *)0x053D1C20; +const void * RTTI_BSScript__Internal__CodeTasklet = (void *)0x053D1CF0; +const void * RTTI_BSScript__Internal__FunctionMessageNode = (void *)0x053D56D0; +const void * RTTI_BSScript__Internal__FunctionMessageProcessor = (void *)0x053D5710; +const void * RTTI_BSScript__Internal__IFuncCallQuery = (void *)0x053CF690; +const void * RTTI_BSScript__Internal__NativeFunctionStub = (void *)0x053D1AF0; +const void * RTTI_BSScript__Internal__RawFuncCallQuery = (void *)0x053CF6C8; +const void * RTTI_BSScript__Internal__ScriptFunction = (void *)0x053D5758; +const void * RTTI_BSScript__Internal__VirtualMachine = (void *)0x053CF708; +const void * RTTI_BSScript__Internal__VirtualMachine__IFuncCallCallbacks = (void *)0x053CF600; +const void * RTTI_BSScript__LinkerProcessor = (void *)0x053D4AD0; +const void * RTTI_BSScript__NF_util__NativeFunctionBase = (void *)0x0523E618; +const void * RTTI_BSScript__ObjectBindPolicy = (void *)0x05349C90; +const void * RTTI_BSScript__ObjectTypeInfo = (void *)0x053CC930; +const void * RTTI_BSScript__SimpleAllocMemoryPagePolicy = (void *)0x053CE018; +const void * RTTI_BSScript__StructTypeInfo = (void *)0x053CD5D0; +const void * RTTI_BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor = (void *)0x053D1B30; +const void * RTTI_BSSequence__AnimationEvent = (void *)0x051CF6D0; +const void * RTTI_BSSequence__AnimationTrack = (void *)0x051CF618; +const void * RTTI_BSSequence__AnimationVariableTrack = (void *)0x051CF698; +const void * RTTI_BSSequence__AnimationVectorVariableTrack = (void *)0x051CF738; +const void * RTTI_BSSequence__BindingEvent = (void *)0x05396150; +const void * RTTI_BSSequence__CameraShakeEvent = (void *)0x051CF7B8; +const void * RTTI_BSSequence__CameraShakeStrengthTrack = (void *)0x051CF778; +const void * RTTI_BSSequence__CameraShakeTrack = (void *)0x051CF700; +const void * RTTI_BSSequence__ColorCurveEvent = (void *)0x05393090; +const void * RTTI_BSSequence__ColorLerpEvent = (void *)0x05395D88; +const void * RTTI_BSSequence__ColorNoiseEvent = (void *)0x05393058; +const void * RTTI_BSSequence__ColorTriggerEvent = (void *)0x05395D08; +const void * RTTI_BSSequence__ConsoleScriptEvent = (void *)0x051CECB8; +const void * RTTI_BSSequence__CullEvent = (void *)0x051CFA80; +const void * RTTI_BSSequence__DissolveEvent = (void *)0x051CF368; +const void * RTTI_BSSequence__DissolveFrequencyScaleTrack = (void *)0x051CF498; +const void * RTTI_BSSequence__DissolveOffsetTrack = (void *)0x051CF428; +const void * RTTI_BSSequence__DissolveTrack = (void *)0x05171978; +const void * RTTI_BSSequence__Event = (void *)0x051CFB50; +const void * RTTI_BSSequence__ExplosionObjectSpawn = (void *)0x051CEA50; +const void * RTTI_BSSequence__Float2CurveEvent = (void *)0x05395BC0; +const void * RTTI_BSSequence__Float2LerpEvent = (void *)0x05395B88; +const void * RTTI_BSSequence__Float2TriggerEvent = (void *)0x05395B00; +const void * RTTI_BSSequence__FloatCurveEvent = (void *)0x05395C98; +const void * RTTI_BSSequence__FloatLerpEvent = (void *)0x05395C30; +const void * RTTI_BSSequence__FloatNoiseEvent = (void *)0x05395C60; +const void * RTTI_BSSequence__FloatTriggerEvent = (void *)0x05395AC8; +const void * RTTI_BSSequence__ITimeMultiplierProvider = (void *)0x051CFE08; +const void * RTTI_BSSequence__ImageSpaceLifetimeEvent = (void *)0x051CEEA8; +const void * RTTI_BSSequence__ImageSpaceStrengthTrack = (void *)0x051CEE68; +const void * RTTI_BSSequence__ImageSpaceTrack = (void *)0x051CEE30; +const void * RTTI_BSSequence__ImpactEffectEvent = (void *)0x051CED20; +const void * RTTI_BSSequence__ImpactEffectTrack = (void *)0x05171B58; +const void * RTTI_BSSequence__LightColorTrack = (void *)0x051CF0B8; +const void * RTTI_BSSequence__LightEffectReferenceTrack = (void *)0x05171390; +const void * RTTI_BSSequence__LightEffectTrack = (void *)0x051CEEE8; +const void * RTTI_BSSequence__LightIntensityTrack = (void *)0x051CEFE8; +const void * RTTI_BSSequence__LightLensFlareVisiblityTrack = (void *)0x051CF078; +const void * RTTI_BSSequence__LightRadiusTrack = (void *)0x051CEF78; +const void * RTTI_BSSequence__LightSpawnEvent = (void *)0x051CEFB0; +const void * RTTI_BSSequence__LoopMarker = (void *)0x053930C8; +const void * RTTI_BSSequence__MaterialFlipbookIndexGeneratorEvent = (void *)0x051CF2C0; +const void * RTTI_BSSequence__MaterialFlipbookIndexTrack = (void *)0x051CF208; +const void * RTTI_BSSequence__MaterialPropertyTrack = (void *)0x051CF160; +const void * RTTI_BSSequence__MaterialTrack = (void *)0x051CF0F0; +const void * RTTI_BSSequence__Mediator = (void *)0x05171168; +const void * RTTI_BSSequence__NamedSequenceMap = (void *)0x05171358; +const void * RTTI_BSSequence__NodeTrackBase = (void *)0x05171458; +const void * RTTI_BSSequence__NoteEvent = (void *)0x05396260; +const void * RTTI_BSSequence__NoteTrack = (void *)0x05396120; +const void * RTTI_BSSequence__Object = (void *)0x051714C0; +const void * RTTI_BSSequence__ObjectAttachmentSubnodeTrack = (void *)0x051CF4D8; +const void * RTTI_BSSequence__ObjectAttachmentTrack = (void *)0x051CF460; +const void * RTTI_BSSequence__ObjectSpawnEvent = (void *)0x051CF518; +const void * RTTI_BSSequence__ObjectSpawnTrack = (void *)0x05171B20; +const void * RTTI_BSSequence__ParticleEffectReferenceTrack = (void *)0x051CEA88; +const void * RTTI_BSSequence__ParticleEffectTrack = (void *)0x051CEB38; +const void * RTTI_BSSequence__ParticleEvent = (void *)0x051CEB08; +const void * RTTI_BSSequence__ParticleMaterialPropertyTrack = (void *)0x051CEC48; +const void * RTTI_BSSequence__ParticleParameterTrack = (void *)0x051CEBE0; +const void * RTTI_BSSequence__PlaySubSequenceEvent = (void *)0x051CED58; +const void * RTTI_BSSequence__PositionTrack = (void *)0x051CF960; +const void * RTTI_BSSequence__PositionTrack__TrackState = (void *)0x05171B90; +const void * RTTI_BSSequence__ProjectedDecalAlphaTrack = (void *)0x051CF848; +const void * RTTI_BSSequence__ProjectedDecalSpawnEvent = (void *)0x051CF888; +const void * RTTI_BSSequence__ProjectedDecalTrack = (void *)0x05171BD0; +const void * RTTI_BSSequence__PropertyControllerBase = (void *)0x053961B8; +const void * RTTI_BSSequence__PropertyControllerEvent = (void *)0x05395A48; +const void * RTTI_BSSequence__PropertyLerpControllerEvent = (void *)0x05395A88; +const void * RTTI_BSSequence__ReferenceSpawnEvent = (void *)0x051CEA18; +const void * RTTI_BSSequence__RevertMaterialOverrideEvent = (void *)0x051CF120; +const void * RTTI_BSSequence__RotationTrack = (void *)0x051CFA18; +const void * RTTI_BSSequence__RotationTrack__TrackState = (void *)0x05171C08; +const void * RTTI_BSSequence__ScaleTrack = (void *)0x051CF9E8; +const void * RTTI_BSSequence__SceneNodeTrack = (void *)0x05171C48; +const void * RTTI_BSSequence__ScriptTrack = (void *)0x051CEC18; +const void * RTTI_BSSequence__SetPropertyEvent = (void *)0x05396180; +const void * RTTI_BSSequence__SoundEvent = (void *)0x051CECF0; +const void * RTTI_BSSequence__SoundTrack = (void *)0x051CEC88; +const void * RTTI_BSSequence__SubSequenceTrack = (void *)0x051CFA48; +const void * RTTI_BSSequence__Track = (void *)0x05171430; +const void * RTTI_BSSequence__TrackGroup = (void *)0x05171400; +const void * RTTI_BSSequence__TriggerMaterialSwap = (void *)0x051CF398; +const void * RTTI_BSSequence__VectorCurveEvent = (void *)0x05395CD0; +const void * RTTI_BSSequence__VectorLerpEvent = (void *)0x05395E30; +const void * RTTI_BSSequence__VectorNoiseEvent = (void *)0x05395E68; +const void * RTTI_BSSequence__VectorTriggerEvent = (void *)0x05395DB8; +const void * RTTI_BSSequence__VisibilityTrack = (void *)0x051CF8C8; +const void * RTTI_BSService__JobSite = (void *)0x050D4920; +const void * RTTI_BSShadowLight = (void *)0x05398590; +const void * RTTI_BSShapeConstructor = (void *)0x052159C0; +const void * RTTI_BSSimpleScaleController = (void *)0x052DC660; +const void * RTTI_BSSkin__BoneData = (void *)0x05415B58; +const void * RTTI_BSSkin__Instance = (void *)0x05415B30; +const void * RTTI_BSSpatialGraph = (void *)0x051A6488; +const void * RTTI_BSSpatialGraphInfo = (void *)0x053C55F8; +const void * RTTI_BSSpatialGraphManager = (void *)0x051A71D8; +const void * RTTI_BSSpatialGraphSearch = (void *)0x051A7CE8; +const void * RTTI_BSSplatterExtraData = (void *)0x0519E128; +const void * RTTI_BSSteamSysInfoSystemUtility = (void *)0x0541B8B8; +const void * RTTI_BSStorage = (void *)0x05178898; +const void * RTTI_BSStream = (void *)0x051FA218; +const void * RTTI_BSStreamParserData = (void *)0x053ADF58; +const void * RTTI_BSStreaming__DataStorage = (void *)0x053D7860; +const void * RTTI_BSSubBehaviorGraphSingletonData = (void *)0x0537EFF8; +const void * RTTI_BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask = (void *)0x0537E560; +const void * RTTI_BSSubSceneNode = (void *)0x05398568; +const void * RTTI_BSSysInfoSystemUtility = (void *)0x05143878; +const void * RTTI_BSSystemFileAsyncFunctor = (void *)0x053CBB88; +const void * RTTI_BSSystemFileStorage = (void *)0x053D7830; +const void * RTTI_BSSystemFileStreamer__HeapData = (void *)0x053D60D8; +const void * RTTI_BSSystemFileStreamer__PhysicalRequest = (void *)0x053D61A8; +const void * RTTI_BSSystemFileStreamer__PinnedData = (void *)0x053D5FE0; +const void * RTTI_BSSystemFileStreamer__Streamer = (void *)0x053D60A0; +const void * RTTI_BSSystemFileStreamer__Streamer__ControlThread = (void *)0x053D6110; +const void * RTTI_BSSystemFileStreamer__Streamer__StreamerThread = (void *)0x053D6160; +const void * RTTI_BSSystemUtilitiesStrings = (void *)0x05143560; +const void * RTTI_BSSystemUtility = (void *)0x050B1F60; +const void * RTTI_BSTArrayBase__IAllocatorFunctor = (void *)0x050B02E0; +const void * RTTI_BSTSmartPointerPrivate__HandleManagerBase = (void *)0x05125890; +const void * RTTI_BSTableCurve = (void *)0x0541BE20; +const void * RTTI_BSTaskJobber = (void *)0x05399198; +const void * RTTI_BSTaskJobber__Task = (void *)0x0520C020; +const void * RTTI_BSTaskThread = (void *)0x0518AA38; +const void * RTTI_BSTaskletGroupData = (void *)0x053D7890; +const void * RTTI_BSTaskletManager = (void *)0x0513D298; +const void * RTTI_BSTempEffect = (void *)0x0520B448; +const void * RTTI_BSTempEffectDebris = (void *)0x0520B470; +const void * RTTI_BSTempEffectGeometryDecal = (void *)0x0520B4A0; +const void * RTTI_BSTempEffectParticle = (void *)0x0520B4D0; +const void * RTTI_BSTempEffectSPG = (void *)0x0520B570; +const void * RTTI_BSTempEffectScreenSpaceDecal = (void *)0x0520B538; +const void * RTTI_BSTempEffectWeaponBlood = (void *)0x0520B598; +const void * RTTI_BSTerrainEffect = (void *)0x0520B710; +const void * RTTI_BSTextureStreamer__ArchiveLayer = (void *)0x053980E0; +const void * RTTI_BSTextureStreamer__LoadQueueService = (void *)0x05397DF8; +const void * RTTI_BSTextureStreamer__Manager = (void *)0x05397EB8; +const void * RTTI_BSTextureStreamer__ManagerBase = (void *)0x05397E80; +const void * RTTI_BSTextureStreamer__ManagerServiceFramework = (void *)0x05397E40; +const void * RTTI_BSTextureStreamer__TextureArchiveIDConverter = (void *)0x0513A320; +const void * RTTI_BSTextureStreamer__TextureLoad = (void *)0x0539B8E8; +const void * RTTI_BSTextureStreamer__TextureStreamerRequestBase = (void *)0x0539B920; +const void * RTTI_BSThread = (void *)0x051359C0; +const void * RTTI_BSTransformExtra = (void *)0x051F7790; +const void * RTTI_BSTreadTransfInterpolator = (void *)0x05414E88; +const void * RTTI_BSUIExternalTexture = (void *)0x053AEB78; +const void * RTTI_BSVMLoadNode = (void *)0x05191A48; +const void * RTTI_BSVMPostProcessNode = (void *)0x05191A70; +const void * RTTI_BSValueNode = (void *)0x053985B8; +const void * RTTI_BSWArray = (void *)0x0539BB98; +const void * RTTI_BSWeakReferenceNode = (void *)0x05392300; +const void * RTTI_BSWin32ExceptionHandler = (void *)0x05127888; +const void * RTTI_BSWinPCAwardsSystemUtility = (void *)0x0541BC48; +const void * RTTI_BSWinPCGameDataSystemUtility = (void *)0x0541B958; +const void * RTTI_BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled = (void *)0x0541B990; +const void * RTTI_BSWinPCSaveDataSystemUtility = (void *)0x0541B920; +const void * RTTI_BSWinPCSystemUtility = (void *)0x0541B8F0; +const void * RTTI_BSXFlags = (void *)0x05396B58; +const void * RTTI_BShkbHkxDB__QueuedHandles = (void *)0x051F5E48; +const void * RTTI_BShkbUtils__GraphInspectionFunctor = (void *)0x0536EF30; +const void * RTTI_BackgroundProcessNode = (void *)0x0518AB68; +const void * RTTI_BackgroundProcessThread = (void *)0x0518AA08; +const void * RTTI_BanishEffect = (void *)0x052B3248; +const void * RTTI_BarrierProjectile = (void *)0x052FAF10; +const void * RTTI_BarterMenu = (void *)0x052773D8; +const void * RTTI_BarterMenu_BuyItem = (void *)0x05277340; +const void * RTTI_BarterMenu_CloseMenu = (void *)0x05277248; +const void * RTTI_BarterMenu_HideModel = (void *)0x052772A8; +const void * RTTI_BarterMenu_LoadModel = (void *)0x05277278; +const void * RTTI_BarterMenu_SellItem = (void *)0x05277370; +const void * RTTI_BarterMenu_SetMouseOverModel = (void *)0x052773A0; +const void * RTTI_BarterMenu_ShowFailureMessage = (void *)0x052772D8; +const void * RTTI_BarterMenu_ViewedItem = (void *)0x05277310; +const void * RTTI_BarterMenu__BarterMenuEventShuttle = (void *)0x05277838; +const void * RTTI_BaseFormComponent = (void *)0x050B2310; +const void * RTTI_BaseLightAnimData = (void *)0x051794D8; +const void * RTTI_BeamProjectile = (void *)0x052FB208; +const void * RTTI_BedEnterHandler = (void *)0x052F90B8; +const void * RTTI_BedFurnitureExitHandler = (void *)0x052F9030; +const void * RTTI_BleedoutCameraState = (void *)0x05331D28; +const void * RTTI_BlendNode = (void *)0x0537CC18; +const void * RTTI_BlendNodeInstance = (void *)0x0537CBF0; +const void * RTTI_BlendTree = (void *)0x0536E548; +const void * RTTI_BlendTreeInstance = (void *)0x0537BE68; +const void * RTTI_Blueprints__Blueprint = (void *)0x05178FE8; +const void * RTTI_Blueprints__BlueprintMainStatusHandler = (void *)0x05178F40; +const void * RTTI_Blueprints__BlueprintVariant = (void *)0x0509BBF8; +const void * RTTI_BodyCollisionsTask = (void *)0x05097BF0; +const void * RTTI_BodyEffects__Effect = (void *)0x05165268; +const void * RTTI_BodyEffects__ResourceVisualizationEffect = (void *)0x05165228; +const void * RTTI_BodyEffects__ScanlinesEffect = (void *)0x05165298; +const void * RTTI_BoneConstraint = (void *)0x0537C620; +const void * RTTI_BoneConstraintInstance = (void *)0x0537C648; +const void * RTTI_BoneModifierData = (void *)0x0516DFE0; +const void * RTTI_BoneModifierExtra = (void *)0x051CA688; +const void * RTTI_BoneModifierInstance = (void *)0x0516DFB0; +const void * RTTI_BookMenu = (void *)0x053321F8; +const void * RTTI_BookMenu__BookData = (void *)0x05332218; +const void * RTTI_BookMenu__BookMenuUIDataEventShuttle = (void *)0x05332240; +const void * RTTI_BoundaryMenu = (void *)0x05238D80; +const void * RTTI_BoundaryMenu_FastTravel = (void *)0x05238C18; +const void * RTTI_BoundaryMenu_ShowMap = (void *)0x05238DA8; +const void * RTTI_BowZoomStartHandler = (void *)0x052F89B8; +const void * RTTI_BowZoomStopHandler = (void *)0x052F8988; +const void * RTTI_ButtonEvent = (void *)0x0537FA10; +const void * RTTI_CCallbackBase = (void *)0x0541BA18; +const void * RTTI_CPUCaptureHandler = (void *)0x0533A4A0; +const void * RTTI_CalcContainerWeight = (void *)0x051E7E48; +const void * RTTI_CalmEffect = (void *)0x052B3310; +const void * RTTI_CameraOverrideStartHandler = (void *)0x052F8FC0; +const void * RTTI_CameraOverrideStopHandler = (void *)0x052F8F90; +const void * RTTI_CameraShakeHandler = (void *)0x052F89E8; +const void * RTTI_CameraZoomHandler = (void *)0x0533A4C8; +const void * RTTI_Camera__DebugFollowCamera = (void *)0x052354C0; +const void * RTTI_Camera__DebugFreeCamera = (void *)0x052354F0; +const void * RTTI_Camera__DebugModule = (void *)0x05235550; +const void * RTTI_Camera__DebugOrbitalCamera = (void *)0x05235520; +const void * RTTI_Camera__DebugTargetCamera = (void *)0x05235460; +const void * RTTI_Camera__IBaseModule = (void *)0x05235400; +const void * RTTI_Camera__IDebugCamera = (void *)0x05235490; +const void * RTTI_Camera__InteriorModule = (void *)0x05235580; +const void * RTTI_Camera__Manager = (void *)0x05235188; +const void * RTTI_Camera__PlayerModule = (void *)0x052353D0; +const void * RTTI_Camera__SpaceModule = (void *)0x05235430; +const void * RTTI_CapacityValueModifierEffect = (void *)0x052B1A88; +const void * RTTI_CellHandleManager = (void *)0x0516DDC8; +const void * RTTI_CellHfCollision = (void *)0x0517CCC0; +const void * RTTI_ChainExplosion = (void *)0x052BD510; +const void * RTTI_ChairEnterHandler = (void *)0x052F8ED0; +const void * RTTI_ChairFurnitureExitHandler = (void *)0x052F9110; +const void * RTTI_ChangeAnimArchetypeHandler = (void *)0x052F61D0; +const void * RTTI_CharGen_BrowChange = (void *)0x05293818; +const void * RTTI_CharGen_BrowColorChange = (void *)0x05293720; +const void * RTTI_CharGen_CancelTextEntry = (void *)0x05294AE0; +const void * RTTI_CharGen_CloseMenu = (void *)0x05294C28; +const void * RTTI_CharGen_CyclePronoun = (void *)0x052936C0; +const void * RTTI_CharGen_DirtScarsEtcChange = (void *)0x05293900; +const void * RTTI_CharGen_EndBodyChange = (void *)0x05293440; +const void * RTTI_CharGen_EndTextEntry = (void *)0x05294B10; +const void * RTTI_CharGen_EyeColorChange = (void *)0x05293848; +const void * RTTI_CharGen_FacialHairChange = (void *)0x05293788; +const void * RTTI_CharGen_FacialHairColorChange = (void *)0x05293750; +const void * RTTI_CharGen_HairChange = (void *)0x052937E8; +const void * RTTI_CharGen_HairColorChange = (void *)0x052937B8; +const void * RTTI_CharGen_HeadpartPlusSelectorChange = (void *)0x052949C8; +const void * RTTI_CharGen_HeadpartPresetChange = (void *)0x05294BC0; +const void * RTTI_CharGen_JewelryChange = (void *)0x052934D8; +const void * RTTI_CharGen_JewelryColorChange = (void *)0x052934A0; +const void * RTTI_CharGen_MakeupChange = (void *)0x05294998; +const void * RTTI_CharGen_MarkingsChange = (void *)0x05294968; +const void * RTTI_CharGen_PostBlendColorOptionChange = (void *)0x05293358; +const void * RTTI_CharGen_PostBlendFaceChange = (void *)0x05293398; +const void * RTTI_CharGen_PostBlendIntensityChange = (void *)0x05293320; +const void * RTTI_CharGen_PresetChange = (void *)0x05294BF8; +const void * RTTI_CharGen_RollOffLocomotion = (void *)0x05293568; +const void * RTTI_CharGen_RollOnLocomotion = (void *)0x05293598; +const void * RTTI_CharGen_RotatePaperdoll = (void *)0x052935C8; +const void * RTTI_CharGen_SetAdditionalSlider = (void *)0x05293408; +const void * RTTI_CharGen_SetBackground = (void *)0x05293878; +const void * RTTI_CharGen_SetBlockInputUnderPopup = (void *)0x052933D0; +const void * RTTI_CharGen_SetBodyValues = (void *)0x05294A38; +const void * RTTI_CharGen_SetCameraPosition = (void *)0x05294A08; +const void * RTTI_CharGen_SetPronoun = (void *)0x05293690; +const void * RTTI_CharGen_SetSex = (void *)0x05294B98; +const void * RTTI_CharGen_SetSlider = (void *)0x05294B70; +const void * RTTI_CharGen_SetTrait = (void *)0x052938A8; +const void * RTTI_CharGen_ShowChooseBackgroundMessage = (void *)0x05294A68; +const void * RTTI_CharGen_ShowPlayerRenameMessage = (void *)0x05294AA8; +const void * RTTI_CharGen_SkintoneChange = (void *)0x05293938; +const void * RTTI_CharGen_StartBodyChange = (void *)0x05293470; +const void * RTTI_CharGen_StartTextEntry = (void *)0x05294B40; +const void * RTTI_CharGen_SwitchBodyType = (void *)0x052935F8; +const void * RTTI_CharGen_SwitchLocomotion = (void *)0x05293628; +const void * RTTI_CharGen_TeethChange = (void *)0x052936F0; +const void * RTTI_CharGen_TeethRollOff = (void *)0x05293508; +const void * RTTI_CharGen_TeethRollOn = (void *)0x05293538; +const void * RTTI_CharGen_ToggleMarking = (void *)0x052938D0; +const void * RTTI_CharGen_TogglePreviewHabSuit = (void *)0x05293658; +const void * RTTI_CharacterCollisionHandler = (void *)0x052E1848; +const void * RTTI_CharacterCollisionMessagePlayerAdapter = (void *)0x052CAD88; +const void * RTTI_CharacterEvent = (void *)0x0537F658; +const void * RTTI_ChargenMenu = (void *)0x05294608; +const void * RTTI_ChargenMenu__ChargenMenuEventShuttle = (void *)0x05292478; +const void * RTTI_CheckGoalReachedFunctor = (void *)0x053C3FA8; +const void * RTTI_CheckLineOfSightFilterMisc = (void *)0x052B2FD0; +const void * RTTI_CheckParameterReachedFunctor = (void *)0x053C4008; +const void * RTTI_CheckStoppedMovingFunctor = (void *)0x053C3F78; +const void * RTTI_ClientBIMetrics__CombatHitMetricsI = (void *)0x052B4838; +const void * RTTI_ClientBIMetrics__HeartBeat__EventSink = (void *)0x05164650; +const void * RTTI_ClientBIMetrics__Performance__EventSink = (void *)0x05164D20; +const void * RTTI_ClientBIMetrics__ShipCombatHitMetricsBPSImp = (void *)0x052B47F0; +const void * RTTI_ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost = (void *)0x051650D0; +const void * RTTI_CloakEffect = (void *)0x052B1B40; +const void * RTTI_ClonePoseNode = (void *)0x05379240; +const void * RTTI_ClonePoseNodeInstance = (void *)0x05379290; +const void * RTTI_CloudSaveWriter = (void *)0x052B80B0; +const void * RTTI_CombatAcquireSearchDebugData = (void *)0x05303838; +const void * RTTI_CombatAimController = (void *)0x052FD828; +const void * RTTI_CombatAlignRollPathController = (void *)0x0522B7D0; +const void * RTTI_CombatAnimatedPath = (void *)0x0532A890; +const void * RTTI_CombatApproachTargetPathController = (void *)0x0522BB30; +const void * RTTI_CombatAreaHoldPosition = (void *)0x052FD8B8; +const void * RTTI_CombatAreaReference = (void *)0x052FD8E8; +const void * RTTI_CombatAreaShape = (void *)0x0522CCD0; +const void * RTTI_CombatAreaStandard = (void *)0x052FD888; +const void * RTTI_CombatBarrelRollPathController = (void *)0x0522B6E8; +const void * RTTI_CombatBehaviorAttackFromCover = (void *)0x0532A108; +const void * RTTI_CombatBehaviorBlindFireFromCover = (void *)0x0532A2D0; +const void * RTTI_CombatBehaviorContextCover = (void *)0x0532A5E0; +const void * RTTI_CombatBehaviorContextGrenade = (void *)0x052240A8; +const void * RTTI_CombatBehaviorMoveInCover = (void *)0x05126B80; +const void * RTTI_CombatBehaviorProvideSuppressiveFire = (void *)0x0531F3F0; +const void * RTTI_CombatBehaviorResource = (void *)0x05303798; +const void * RTTI_CombatBehaviorShipAcquire = (void *)0x0522BD60; +const void * RTTI_CombatBehaviorShipAttackManeuver = (void *)0x0522BE60; +const void * RTTI_CombatBehaviorShipBarrelRoll = (void *)0x0522BD90; +const void * RTTI_CombatBehaviorShipBoost = (void *)0x0522BCC0; +const void * RTTI_CombatBehaviorShipBreak = (void *)0x0522BDC8; +const void * RTTI_CombatBehaviorShipBreakStalemate = (void *)0x0522BF60; +const void * RTTI_CombatBehaviorShipCut = (void *)0x0522BE30; +const void * RTTI_CombatBehaviorShipDirectAttack = (void *)0x0522C108; +const void * RTTI_CombatBehaviorShipDisengage = (void *)0x0522C000; +const void * RTTI_CombatBehaviorShipLeadTurn = (void *)0x0522BEC8; +const void * RTTI_CombatBehaviorShipLurk = (void *)0x0522BFD0; +const void * RTTI_CombatBehaviorShipOrbitCombatArea = (void *)0x0522C0A0; +const void * RTTI_CombatBehaviorShipOrbitTarget = (void *)0x0522C068; +const void * RTTI_CombatBehaviorShipPass = (void *)0x0522BE98; +const void * RTTI_CombatBehaviorShipPathDestinationRef = (void *)0x0522BB70; +const void * RTTI_CombatBehaviorShipPursue = (void *)0x0522C180; +const void * RTTI_CombatBehaviorShipScissors = (void *)0x0522BDF8; +const void * RTTI_CombatBehaviorShipSliceback = (void *)0x0522BCF0; +const void * RTTI_CombatBehaviorShipSlideDodge = (void *)0x0522BF98; +const void * RTTI_CombatBehaviorShipSlideTurn = (void *)0x0522BF00; +const void * RTTI_CombatBehaviorShipStationaryTracking = (void *)0x0522C140; +const void * RTTI_CombatBehaviorShipStrafe = (void *)0x0522C038; +const void * RTTI_CombatBehaviorShipStrafeTurn = (void *)0x0522BD28; +const void * RTTI_CombatBehaviorShipTargetingModeAutopilot = (void *)0x0521B338; +const void * RTTI_CombatBehaviorShipTurn = (void *)0x0522C0D8; +const void * RTTI_CombatBehaviorTree = (void *)0x05126BE8; +const void * RTTI_CombatBehaviorTreeAcquireObject = (void *)0x05126A38; +const void * RTTI_CombatBehaviorTreeAction = (void *)0x05126B10; +const void * RTTI_CombatBehaviorTreeActionEquipmentSelector = (void *)0x05126630; +const void * RTTI_CombatBehaviorTreeAvoidThreat = (void *)0x05126ED8; +const void * RTTI_CombatBehaviorTreeBlock = (void *)0x05126C18; +const void * RTTI_CombatBehaviorTreeBow = (void *)0x05126810; +const void * RTTI_CombatBehaviorTreeChargingCloseMovement = (void *)0x051269F8; +const void * RTTI_CombatBehaviorTreeChargingMovement = (void *)0x05126B40; +const void * RTTI_CombatBehaviorTreeCheckUnreachableTarget = (void *)0x05126F10; +const void * RTTI_CombatBehaviorTreeCloseMovement = (void *)0x051268E8; +const void * RTTI_CombatBehaviorTreeCombat = (void *)0x05126CC0; +const void * RTTI_CombatBehaviorTreeCreateContextNodeBase = (void *)0x05218B88; +const void * RTTI_CombatBehaviorTreeFindAttackLocation = (void *)0x05126840; +const void * RTTI_CombatBehaviorTreeFindValidLocation = (void *)0x05126E98; +const void * RTTI_CombatBehaviorTreeFlankingMovement = (void *)0x051267D0; +const void * RTTI_CombatBehaviorTreeFlee = (void *)0x05126920; +const void * RTTI_CombatBehaviorTreeFlight = (void *)0x05126D60; +const void * RTTI_CombatBehaviorTreeGrenade = (void *)0x05126E68; +const void * RTTI_CombatBehaviorTreeGun = (void *)0x05126880; +const void * RTTI_CombatBehaviorTreeHide = (void *)0x05126A70; +const void * RTTI_CombatBehaviorTreeLinkNode = (void *)0x053037C8; +const void * RTTI_CombatBehaviorTreeLowCombat = (void *)0x05126798; +const void * RTTI_CombatBehaviorTreeMagic = (void *)0x05126988; +const void * RTTI_CombatBehaviorTreeMelee = (void *)0x05126DC8; +const void * RTTI_CombatBehaviorTreeMovement = (void *)0x05126E30; +const void * RTTI_CombatBehaviorTreeMovementRequest = (void *)0x051268B0; +const void * RTTI_CombatBehaviorTreeNode = (void *)0x05218BC8; +const void * RTTI_CombatBehaviorTreePlayerShipCombat = (void *)0x05126C48; +const void * RTTI_CombatBehaviorTreeRangedMovement = (void *)0x05126AA0; +const void * RTTI_CombatBehaviorTreeRetreatClose = (void *)0x05126BB0; +const void * RTTI_CombatBehaviorTreeRetreatRanged = (void *)0x05126950; +const void * RTTI_CombatBehaviorTreeReturnToCombatArea = (void *)0x05126720; +const void * RTTI_CombatBehaviorTreeRootNode = (void *)0x05303800; +const void * RTTI_CombatBehaviorTreeSearch = (void *)0x051266F0; +const void * RTTI_CombatBehaviorTreeShipAction = (void *)0x05126AD8; +const void * RTTI_CombatBehaviorTreeShipActionEquipmentSelector = (void *)0x05126670; +const void * RTTI_CombatBehaviorTreeShipCombat = (void *)0x05126C88; +const void * RTTI_CombatBehaviorTreeShipDetection = (void *)0x05126CF0; +const void * RTTI_CombatBehaviorTreeShipFlee = (void *)0x05126D90; +const void * RTTI_CombatBehaviorTreeShipManeuvers = (void *)0x051265F8; +const void * RTTI_CombatBehaviorTreeShipMovement = (void *)0x05126DF8; +const void * RTTI_CombatBehaviorTreeShipPowerAllocation = (void *)0x051269B8; +const void * RTTI_CombatBehaviorTreeSpaceshipWeapon = (void *)0x05126D28; +const void * RTTI_CombatBehaviorTreeTargetingMode = (void *)0x05126F50; +const void * RTTI_CombatBehaviorTreeThrow = (void *)0x05126F88; +const void * RTTI_CombatBehaviorTreeUseCover = (void *)0x05126760; +const void * RTTI_CombatBehaviorTreeUsePotion = (void *)0x051266B8; +const void * RTTI_CombatBehaviorTreeWrapperNode = (void *)0x0521BD50; +const void * RTTI_CombatBehaviorWaitBehindCover = (void *)0x0532A3D8; +const void * RTTI_CombatBlackboardMemberBase = (void *)0x050D8C40; +const void * RTTI_CombatChangePositionPathController = (void *)0x05327600; +const void * RTTI_CombatChargingSearchData = (void *)0x052230D0; +const void * RTTI_CombatCluster = (void *)0x052FDCD8; +const void * RTTI_CombatCoverLocation = (void *)0x052FDB18; +const void * RTTI_CombatCoverSearch = (void *)0x052FDA80; +const void * RTTI_CombatCoverSearchDebugData = (void *)0x052FDBE0; +const void * RTTI_CombatCoverSearchResult = (void *)0x052FDB48; +const void * RTTI_CombatCoveredPath = (void *)0x0521B3B8; +const void * RTTI_CombatCoveredPathDebugData = (void *)0x0522F040; +const void * RTTI_CombatDialogueDebugData = (void *)0x052FDC48; +const void * RTTI_CombatDisableActionController = (void *)0x0531DC48; +const void * RTTI_CombatDisableAimController = (void *)0x052FD7F0; +const void * RTTI_CombatDisableCollisionController = (void *)0x0531DC10; +const void * RTTI_CombatEncounterBIEvents__CombatEnounterMetricsManager = (void *)0x052B48B0; +const void * RTTI_CombatEncounterMetrics = (void *)0x052B4B80; +const void * RTTI_CombatEnterCoverPathController = (void *)0x052FD9F8; +const void * RTTI_CombatFlankingSearchData = (void *)0x05311838; +const void * RTTI_CombatFleeAimController = (void *)0x05316CD0; +const void * RTTI_CombatFollowTargetPathController = (void *)0x05331310; +const void * RTTI_CombatGroupDetectionListener = (void *)0x052FDD00; +const void * RTTI_CombatInceptionDebugData = (void *)0x052FDC18; +const void * RTTI_CombatInterface = (void *)0x0521BB68; +const void * RTTI_CombatInventoryItem = (void *)0x052FDE48; +const void * RTTI_CombatInventoryItemComposite = (void *)0x052FDE10; +const void * RTTI_CombatInventoryItemGrenade = (void *)0x052FDF00; +const void * RTTI_CombatInventoryItemMagic = (void *)0x052FDFC8; +const void * RTTI_CombatInventoryItemMelee = (void *)0x052FDF98; +const void * RTTI_CombatInventoryItemOneHandedBlock = (void *)0x052FE028; +const void * RTTI_CombatInventoryItemPotion = (void *)0x05300838; +const void * RTTI_CombatInventoryItemRanged = (void *)0x052FDF68; +const void * RTTI_CombatInventoryItemScroll = (void *)0x05300808; +const void * RTTI_CombatInventoryItemShield = (void *)0x052FE060; +const void * RTTI_CombatInventoryItemStaff = (void *)0x05300868; +const void * RTTI_CombatInventoryItemThrown = (void *)0x052FDF38; +const void * RTTI_CombatInventoryItemTorch = (void *)0x052FDFF8; +const void * RTTI_CombatMagicCaster = (void *)0x05300898; +const void * RTTI_CombatMagicCasterArmor = (void *)0x05300710; +const void * RTTI_CombatMagicCasterBoundItem = (void *)0x05300740; +const void * RTTI_CombatMagicCasterChameleon = (void *)0x053005D0; +const void * RTTI_CombatMagicCasterCloak = (void *)0x05300670; +const void * RTTI_CombatMagicCasterDash = (void *)0x05300778; +const void * RTTI_CombatMagicCasterDisarm = (void *)0x05300510; +const void * RTTI_CombatMagicCasterInvisibility = (void *)0x05300608; +const void * RTTI_CombatMagicCasterLight = (void *)0x05300640; +const void * RTTI_CombatMagicCasterOffensive = (void *)0x053008F0; +const void * RTTI_CombatMagicCasterParalyze = (void *)0x053007D8; +const void * RTTI_CombatMagicCasterReanimate = (void *)0x053006A0; +const void * RTTI_CombatMagicCasterRestore = (void *)0x053005A0; +const void * RTTI_CombatMagicCasterScript = (void *)0x053007A8; +const void * RTTI_CombatMagicCasterStagger = (void *)0x05300540; +const void * RTTI_CombatMagicCasterSummon = (void *)0x05300570; +const void * RTTI_CombatMagicCasterTargetEffect = (void *)0x053006D8; +const void * RTTI_CombatMagicCasterWard = (void *)0x053008C0; +const void * RTTI_CombatMagicItemData = (void *)0x05300960; +const void * RTTI_CombatMagicItemSkillChecker = (void *)0x05300928; +const void * RTTI_CombatMaintainDistancePathController = (void *)0x0521B2F8; +const void * RTTI_CombatMantlePathController = (void *)0x052FDAE0; +const void * RTTI_CombatMatchTargetAimController = (void *)0x052FD6E8; +const void * RTTI_CombatMeleeAimController = (void *)0x052FD788; +const void * RTTI_CombatMeleeAttackController = (void *)0x05318BD0; +const void * RTTI_CombatMeleeDebugData = (void *)0x05318BA0; +const void * RTTI_CombatMovementRequestActivateTarget = (void *)0x052237D8; +const void * RTTI_CombatMovementRequestFollowActor = (void *)0x05223848; +const void * RTTI_CombatNavmeshCoverLocation = (void *)0x052FDBA8; +const void * RTTI_CombatNavmeshPathingDebugData = (void *)0x0522F2D0; +const void * RTTI_CombatPath = (void *)0x0521BB40; +const void * RTTI_CombatPathBuilder = (void *)0x0521B778; +const void * RTTI_CombatPathBuilderCovered = (void *)0x0522F010; +const void * RTTI_CombatPathBuilderNavmesh = (void *)0x0521B4D8; +const void * RTTI_CombatPathBuilderNavmeshOpen = (void *)0x0521E340; +const void * RTTI_CombatPathBuilderNavmeshStandard = (void *)0x05219238; +const void * RTTI_CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter = (void *)0x0522F310; +const void * RTTI_CombatPathBuilderPolicyStandard = (void *)0x0521AFE8; +const void * RTTI_CombatPathBuilderSpace = (void *)0x0521B748; +const void * RTTI_CombatPathBuilderSpaceOpen = (void *)0x052222B8; +const void * RTTI_CombatPathBuilderSpaceStandard = (void *)0x0521B650; +const void * RTTI_CombatPathBuilderSpatialGraph = (void *)0x0521B710; +const void * RTTI_CombatPathBuilderSpatialGraphOpen = (void *)0x0521E4F0; +const void * RTTI_CombatPathBuilderSpatialGraphStandard = (void *)0x0521B438; +const void * RTTI_CombatPathBuilderTrackInfo = (void *)0x0521C678; +const void * RTTI_CombatPathBuilderTracker = (void *)0x0521C648; +const void * RTTI_CombatPathDestinationAcquire = (void *)0x0522B9D0; +const void * RTTI_CombatPathDestinationActor = (void *)0x05223098; +const void * RTTI_CombatPathDestinationBarrelRoll = (void *)0x0522B720; +const void * RTTI_CombatPathDestinationBreak = (void *)0x0522B600; +const void * RTTI_CombatPathDestinationDirectlyToTarget = (void *)0x0521B378; +const void * RTTI_CombatPathDestinationDisengage = (void *)0x0522B808; +const void * RTTI_CombatPathDestinationEvade = (void *)0x0522B6B0; +const void * RTTI_CombatPathDestinationFlee = (void *)0x05227E60; +const void * RTTI_CombatPathDestinationFollowActor = (void *)0x0532A8C0; +const void * RTTI_CombatPathDestinationLeadTurn = (void *)0x0522B550; +const void * RTTI_CombatPathDestinationOrbitRef = (void *)0x0522A970; +const void * RTTI_CombatPathDestinationPursue = (void *)0x0522A790; +const void * RTTI_CombatPathDestinationRef = (void *)0x0521AE00; +const void * RTTI_CombatPathDestinationRefs = (void *)0x053313B0; +const void * RTTI_CombatPathDestinationRemainNear = (void *)0x0522A808; +const void * RTTI_CombatPathDestinationSlideDodge = (void *)0x0522B920; +const void * RTTI_CombatPathDestinationSlideTurn = (void *)0x0522B4A8; +const void * RTTI_CombatPathDestinationStrafe = (void *)0x0522A678; +const void * RTTI_CombatPathDestinationStrafeTurn = (void *)0x0522BA80; +const void * RTTI_CombatPathingDebugData = (void *)0x0522F2A0; +const void * RTTI_CombatPathingDelayedTweener = (void *)0x05331348; +const void * RTTI_CombatPathingRequest = (void *)0x0521AE98; +const void * RTTI_CombatPathingRequestAdapter = (void *)0x0532B400; +const void * RTTI_CombatPathingRequestCovered = (void *)0x0522EFD8; +const void * RTTI_CombatPathingRequestDebugData = (void *)0x0532B390; +const void * RTTI_CombatPathingRequestMultiGoal = (void *)0x0532B3C8; +const void * RTTI_CombatPathingRequestStandard = (void *)0x0521AEC8; +const void * RTTI_CombatPathingSearch = (void *)0x05219050; +const void * RTTI_CombatPathingSearchArea = (void *)0x0522F078; +const void * RTTI_CombatPathingTweener = (void *)0x05331380; +const void * RTTI_CombatPositionReservation = (void *)0x0522F390; +const void * RTTI_CombatPositionTracker = (void *)0x0522F360; +const void * RTTI_CombatProjectileAimController = (void *)0x052FD7B8; +const void * RTTI_CombatProjectileDebugData = (void *)0x052FD720; +const void * RTTI_CombatQueuedEvent = (void *)0x052DA130; +const void * RTTI_CombatRangedMovementPathSpeedController = (void *)0x052275E8; +const void * RTTI_CombatReservation = (void *)0x0522BF38; +const void * RTTI_CombatSearchLockData = (void *)0x05324AF8; +const void * RTTI_CombatSearchMap2D = (void *)0x0521D4B0; +const void * RTTI_CombatSearchMap3D = (void *)0x0521D488; +const void * RTTI_CombatShipGenericPathController = (void *)0x0522BC88; +const void * RTTI_CombatShipPursueTargetPathController = (void *)0x0522A7C8; +const void * RTTI_CombatSoftCoverLocation = (void *)0x052FDB78; +const void * RTTI_CombatSpatialGraphPathingDebugData = (void *)0x0522F3C0; +const void * RTTI_CombatStandardCoverLocation = (void *)0x052FDAA8; +const void * RTTI_CombatSuppressiveFireBehavior = (void *)0x0522F400; +const void * RTTI_CombatTargetLocation = (void *)0x05303110; +const void * RTTI_CombatTargetLocationSearch = (void *)0x05303178; +const void * RTTI_CombatTargetLocationSearchResult = (void *)0x05303140; +const void * RTTI_CombatTargetSelector = (void *)0x05303220; +const void * RTTI_CombatTargetSelectorFixed = (void *)0x05303300; +const void * RTTI_CombatTargetSelectorPreferred = (void *)0x053031B0; +const void * RTTI_CombatTargetSelectorRandom = (void *)0x053032C8; +const void * RTTI_CombatTargetSelectorSpaceship = (void *)0x05303250; +const void * RTTI_CombatTargetSelectorStandard = (void *)0x053031E8; +const void * RTTI_CombatTargetSelectorWorkshopObject = (void *)0x05303288; +const void * RTTI_CombatThreat = (void *)0x05303330; +const void * RTTI_CombatThreatExplosion = (void *)0x053033D8; +const void * RTTI_CombatThreatLOF = (void *)0x05303380; +const void * RTTI_CombatThreatMelee = (void *)0x05303358; +const void * RTTI_CombatThreatProjectile = (void *)0x053033A8; +const void * RTTI_CombatTrackTargetAimController = (void *)0x052FD750; +const void * RTTI_CombatTunnelPathController = (void *)0x0522F470; +const void * RTTI_CombatTunnelPathingRequestData = (void *)0x0522F438; +const void * RTTI_CombatViewController = (void *)0x0522F510; +const void * RTTI_CombatViewControllerGlance = (void *)0x0522F570; +const void * RTTI_CombatViewControllerPath = (void *)0x0522F540; +const void * RTTI_CombatViewControllerStandard = (void *)0x0522F4D8; +const void * RTTI_CommandEffect = (void *)0x052B1B68; +const void * RTTI_CommandSummonedEffect = (void *)0x052B1B90; +const void * RTTI_CompactingStore__MoveCallback = (void *)0x0537F270; +const void * RTTI_CompactingStore__NoopMoveCallback = (void *)0x0537F238; +const void * RTTI_CompressedArchiveFile = (void *)0x053D68D8; +const void * RTTI_ConditionVariable = (void *)0x0537BB38; +const void * RTTI_ConeProjectile = (void *)0x0521D970; +const void * RTTI_ConnectionTypeCallback = (void *)0x052AD570; +const void * RTTI_Console = (void *)0x05332BC0; +const void * RTTI_ConsoleLog = (void *)0x05332D48; +const void * RTTI_ConsoleNativeUIMenu = (void *)0x05332E88; +const void * RTTI_ContainerMenu = (void *)0x05335078; +const void * RTTI_ContainerMenuDataModel = (void *)0x05242108; +const void * RTTI_ContainerMenuDataModel__ContainerMenuEventShuttle = (void *)0x052420C0; +const void * RTTI_ContainerMenu_CloseMenu = (void *)0x05334E00; +const void * RTTI_ContainerMenu_HideModel = (void *)0x05334D68; +const void * RTTI_ContainerMenu_Jettison = (void *)0x05334DD0; +const void * RTTI_ContainerMenu_LoadModel = (void *)0x05334D38; +const void * RTTI_ContainerMenu_OpenRefuelMenu = (void *)0x05334D98; +const void * RTTI_ContainerMenu_SetMouseOverModel = (void *)0x05335040; +const void * RTTI_ContainerMenu_TakeAll = (void *)0x05334D08; +const void * RTTI_ContainerMenu_ToggleEquip = (void *)0x05334C38; +const void * RTTI_ContainerMenu_TransferAllResources = (void *)0x05334C68; +const void * RTTI_ContainerMenu_TransferItem = (void *)0x05334E30; +const void * RTTI_ControlMapDataModel = (void *)0x053AE468; +const void * RTTI_ControllerInternalState = (void *)0x053C4AE8; +const void * RTTI_ConvertBoneToVar = (void *)0x0537C4C0; +const void * RTTI_ConvertBoneToVarInstance = (void *)0x0537C4E8; +const void * RTTI_CopyBoneWeights = (void *)0x0537CED0; +const void * RTTI_CopyBoneWeightsInstance = (void *)0x0537CEA0; +const void * RTTI_CraftingInfoCardDataModel = (void *)0x0524EEF8; +const void * RTTI_CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle = (void *)0x0524EEA0; +const void * RTTI_CraftingMenuCommon = (void *)0x052444F8; +const void * RTTI_CraftingMenu_CraftItem = (void *)0x05244310; +const void * RTTI_CraftingMenu_ExitBench = (void *)0x052440C8; +const void * RTTI_CraftingMenu_Highlight3D = (void *)0x052AB6E0; +const void * RTTI_CraftingMenu_InstallMod = (void *)0x05244340; +const void * RTTI_CraftingMenu_RenameItem = (void *)0x05244600; +const void * RTTI_CraftingMenu_RevertHighlight = (void *)0x052AB678; +const void * RTTI_CraftingMenu_RevertedModdedItem = (void *)0x052445C8; +const void * RTTI_CraftingMenu_SelectedMod = (void *)0x05244418; +const void * RTTI_CraftingMenu_SelectedModSlot = (void *)0x052443E0; +const void * RTTI_CraftingMenu_SelectedModdableItem = (void *)0x05244480; +const void * RTTI_CraftingMenu_SelectedRecipe = (void *)0x052443A8; +const void * RTTI_CraftingMenu_SetInspectControls = (void *)0x052440F8; +const void * RTTI_CraftingMenu_ToggleTracking = (void *)0x05244370; +const void * RTTI_CraftingMenu_ViewingModdableItem = (void *)0x05244448; +const void * RTTI_CraftingRecipesDataModel = (void *)0x0524EA90; +const void * RTTI_CraftingRecipesDataModel__CraftingRecipesEventShuttle = (void *)0x0524EBE0; +const void * RTTI_CraftingRequirementsDataModel = (void *)0x05244D38; +const void * RTTI_CraftingRequirementsDataModel__CraftingRequirementsEventShuttle = (void *)0x05244CE0; +const void * RTTI_CreateNavigationGridTask = (void *)0x0519EA78; +const void * RTTI_CreationRendererPrivate__AddProbeBorderRenderPass = (void *)0x053FBFF0; +const void * RTTI_CreationRendererPrivate__AddScatteringOrderRenderPass = (void *)0x05407D30; +const void * RTTI_CreationRendererPrivate__AllocateSkinningBuffersRenderPass = (void *)0x05410C80; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12 = (void *)0x053FD300; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator = (void *)0x05409020; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12 = (void *)0x05408BF0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12 = (void *)0x053FD360; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout = (void *)0x0540D0D0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12 = (void *)0x0540D130; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution = (void *)0x05401DC0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout = (void *)0x0540D010; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12 = (void *)0x0540D070; +const void * RTTI_CreationRendererPrivate__ArtValidationRenderPass = (void *)0x0540D190; +const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderGraphBase = (void *)0x054077F0; +const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderPass = (void *)0x05407850; +const void * RTTI_CreationRendererPrivate__BRDFIntegrationRenderPass = (void *)0x053F2FA0; +const void * RTTI_CreationRendererPrivate__BakeSHBasisRenderPass = (void *)0x053F2FF0; +const void * RTTI_CreationRendererPrivate__BaseParticleComputeLightingRenderPass = (void *)0x053F5470; +const void * RTTI_CreationRendererPrivate__BaseParticlesRenderPass = (void *)0x0540CF00; +const void * RTTI_CreationRendererPrivate__BinkMovieDrawRenderPass = (void *)0x053EFB10; +const void * RTTI_CreationRendererPrivate__BinkMovieSubgraphRenderPass = (void *)0x053EFB60; +const void * RTTI_CreationRendererPrivate__BinkUpdatePlanesRenderPass = (void *)0x053EFBB0; +const void * RTTI_CreationRendererPrivate__BlendAllReflectionProbesRenderPass = (void *)0x0540FE70; +const void * RTTI_CreationRendererPrivate__BlendProbeRayRenderPass = (void *)0x053FBEF0; +const void * RTTI_CreationRendererPrivate__BlendReflectionProbeRenderPass = (void *)0x0540FE20; +const void * RTTI_CreationRendererPrivate__BlendedDecalRenderPass = (void *)0x05411890; +const void * RTTI_CreationRendererPrivate__BlendedDecal_OptionalRenderPass = (void *)0x054117E0; +const void * RTTI_CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass = (void *)0x05411830; +const void * RTTI_CreationRendererPrivate__BlendedDecalsRenderPass = (void *)0x05400140; +const void * RTTI_CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass = (void *)0x05406540; +const void * RTTI_CreationRendererPrivate__BlurHeightfieldVerticalRenderPass = (void *)0x054065A0; +const void * RTTI_CreationRendererPrivate__BlurSpaceGlareRenderPass = (void *)0x05401C50; +const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass = (void *)0x0540AD00; +const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass = (void *)0x0540ACA0; +const void * RTTI_CreationRendererPrivate__BlurredMipChain_idTech7RenderPass = (void *)0x0540D3E0; +const void * RTTI_CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass = (void *)0x0540D380; +const void * RTTI_CreationRendererPrivate__BruteForceRaymarchingRenderPass = (void *)0x05407F60; +const void * RTTI_CreationRendererPrivate__BufferReadbackRenderPass = (void *)0x0540D430; +const void * RTTI_CreationRendererPrivate__BuildAccelerationStructureRenderPass = (void *)0x0540D480; +const void * RTTI_CreationRendererPrivate__CRBeginFrameRenderGraph = (void *)0x054000A0; +const void * RTTI_CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue = (void *)0x053F9340; +const void * RTTI_CreationRendererPrivate__CelestialBodiesGeometryRenderPass = (void *)0x0540D590; +const void * RTTI_CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass = (void *)0x0540D4E0; +const void * RTTI_CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass = (void *)0x0540D630; +const void * RTTI_CreationRendererPrivate__CelestialBodiesPrepareRenderPass = (void *)0x0540D5E0; +const void * RTTI_CreationRendererPrivate__CelestialBodiesRenderPass = (void *)0x0540D540; +const void * RTTI_CreationRendererPrivate__ChargenMorphService = (void *)0x0540A4D0; +const void * RTTI_CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass = (void *)0x0540F720; +const void * RTTI_CreationRendererPrivate__ClearFallbackCubemapRenderPass = (void *)0x053F2EB0; +const void * RTTI_CreationRendererPrivate__ClearRenderGraphOutputRenderPass = (void *)0x054000F0; +const void * RTTI_CreationRendererPrivate__ClearShadowMapGroupRenderPass = (void *)0x053FFA10; +const void * RTTI_CreationRendererPrivate__ClearShadowMapsRenderPass = (void *)0x053FFA60; +const void * RTTI_CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass = (void *)0x054018D0; +const void * RTTI_CreationRendererPrivate__ClearThinDeferredGBufferRenderPass = (void *)0x0540F6C0; +const void * RTTI_CreationRendererPrivate__CloudCardsRenderPass = (void *)0x0540D6E0; +const void * RTTI_CreationRendererPrivate__CloudLayersRenderPass = (void *)0x0540D890; +const void * RTTI_CreationRendererPrivate__CloudsHalfResCompositeRenderPass = (void *)0x0540D840; +const void * RTTI_CreationRendererPrivate__CloudsRenderPass = (void *)0x0540D728; +const void * RTTI_CreationRendererPrivate__ColorGradingMergeRenderPass = (void *)0x0540CBB0; +const void * RTTI_CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass = (void *)0x053FC2E0; +const void * RTTI_CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass = (void *)0x053FC340; +const void * RTTI_CreationRendererPrivate__CompositeMomentBasedOITRenderPass = (void *)0x053FC220; +const void * RTTI_CreationRendererPrivate__ComputeLightInfluenceRenderPass = (void *)0x0540EC40; +const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass = (void *)0x054078A0; +const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass = (void *)0x05407900; +const void * RTTI_CreationRendererPrivate__ComputeSHCoefRenderPass = (void *)0x053F2F50; +const void * RTTI_CreationRendererPrivate__ComputeScatterRadianceRenderPass = (void *)0x05407C90; +const void * RTTI_CreationRendererPrivate__ComputeScatteringOrderRenderPass = (void *)0x05407CE0; +const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass = (void *)0x05401AA0; +const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass = (void *)0x05401B00; +const void * RTTI_CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass = (void *)0x053F1940; +const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringRenderPass = (void *)0x054019F0; +const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass = (void *)0x05401A40; +const void * RTTI_CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass = (void *)0x05407E40; +const void * RTTI_CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass = (void *)0x05407D80; +const void * RTTI_CreationRendererPrivate__CopyLightInfluenceRenderPass = (void *)0x0540EC90; +const void * RTTI_CreationRendererPrivate__CopyRenderPass = (void *)0x053FFEC0; +const void * RTTI_CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass = (void *)0x0540DB20; +const void * RTTI_CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass = (void *)0x0540C200; +const void * RTTI_CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass = (void *)0x05400610; +const void * RTTI_CreationRendererPrivate__CopyToRenderGraphOutputRenderPass = (void *)0x053FFE70; +const void * RTTI_CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass = (void *)0x053FFFA0; +const void * RTTI_CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass = (void *)0x0540A810; +const void * RTTI_CreationRendererPrivate__CopyWithShaderRenderPass = (void *)0x053FFF00; +const void * RTTI_CreationRendererPrivate__CubemapBackgroundRenderPass = (void *)0x0540D8E0; +const void * RTTI_CreationRendererPrivate__DeDitherRenderPass = (void *)0x0540D930; +const void * RTTI_CreationRendererPrivate__DeferredCompositeRenderPass = (void *)0x0540D980; +const void * RTTI_CreationRendererPrivate__DeferredGBufferOptionalRenderPass = (void *)0x0540DA30; +const void * RTTI_CreationRendererPrivate__DeferredGBufferRenderPass = (void *)0x0540DA80; +const void * RTTI_CreationRendererPrivate__DeferredGBufferTranslucentRenderPass = (void *)0x0540D9D0; +const void * RTTI_CreationRendererPrivate__DepthDownsampleRenderPass = (void *)0x0540DAD0; +const void * RTTI_CreationRendererPrivate__DepthGraphRenderPass = (void *)0x0540DB80; +const void * RTTI_CreationRendererPrivate__DepthMVFixupRenderPass = (void *)0x0540A570; +const void * RTTI_CreationRendererPrivate__DepthMVFixupStandardRenderPass = (void *)0x0540A670; +const void * RTTI_CreationRendererPrivate__DepthOfFieldBlurRenderPass = (void *)0x05412E20; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass = (void *)0x05412D20; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCRenderPass = (void *)0x05412E70; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCompositeRenderPass = (void *)0x05412EC0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldDownsampleRenderPass = (void *)0x05412F10; +const void * RTTI_CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass = (void *)0x05412D70; +const void * RTTI_CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass = (void *)0x05412F60; +const void * RTTI_CreationRendererPrivate__DepthOfFieldSubGraph = (void *)0x0540DBD0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldTAARenderPass = (void *)0x05412FB0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldTapBlurRenderPass = (void *)0x05412DD0; +const void * RTTI_CreationRendererPrivate__DepthPrepassRenderPass = (void *)0x0540DC20; +const void * RTTI_CreationRendererPrivate__DistantAtmospheresRenderPass = (void *)0x053F9560; +const void * RTTI_CreationRendererPrivate__DistortionBaseRenderPass = (void *)0x0540DDC0; +const void * RTTI_CreationRendererPrivate__DistortionCalculateColorRenderPass = (void *)0x0540DCC0; +const void * RTTI_CreationRendererPrivate__DistortionOutputRenderPass = (void *)0x0540DD70; +const void * RTTI_CreationRendererPrivate__DistortionParticlesRenderPass = (void *)0x0540CC50; +const void * RTTI_CreationRendererPrivate__DistortionRenderPass = (void *)0x0540DD20; +const void * RTTI_CreationRendererPrivate__DoubleVisionRenderPass = (void *)0x05413620; +const void * RTTI_CreationRendererPrivate__DownsampleHeightfieldRenderPass = (void *)0x05406640; +const void * RTTI_CreationRendererPrivate__DownsampleSpaceGlareRenderPass = (void *)0x05401C00; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass = (void *)0x053F9500; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresRenderPass = (void *)0x053F94B0; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass = (void *)0x053F95B0; +const void * RTTI_CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass = (void *)0x0540E440; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecalsRenderPass = (void *)0x0540F470; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass = (void *)0x0540F3C0; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass = (void *)0x0540F360; +const void * RTTI_CreationRendererPrivate__DynamicResolution = (void *)0x05402270; +const void * RTTI_CreationRendererPrivate__DynamicShadowBaseDrawSubGraph = (void *)0x053FFAB0; +const void * RTTI_CreationRendererPrivate__DynamicShadowBuildIndexBufferRenderPass = (void *)0x05410A60; +const void * RTTI_CreationRendererPrivate__DynamicShadowClearIndexCountsRenderPass = (void *)0x05410A00; +const void * RTTI_CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass = (void *)0x054103C0; +const void * RTTI_CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph = (void *)0x053FFDB0; +const void * RTTI_CreationRendererPrivate__DynamicShadowDrawSubGraph = (void *)0x053FFD60; +const void * RTTI_CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph = (void *)0x053FFD00; +const void * RTTI_CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass = (void *)0x05410840; +const void * RTTI_CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass = (void *)0x054104D0; +const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass = (void *)0x05410420; +const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass = (void *)0x054105E0; +const void * RTTI_CreationRendererPrivate__DynamicShadowGraph = (void *)0x05410590; +const void * RTTI_CreationRendererPrivate__DynamicShadowMapBarriersRenderPass = (void *)0x05410950; +const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexCountRenderPass = (void *)0x05410AC0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass = (void *)0x05410B20; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass = (void *)0x054107D0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass = (void *)0x054106A0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass = (void *)0x05410760; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass = (void *)0x054108A0; +const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass = (void *)0x05410640; +const void * RTTI_CreationRendererPrivate__DynamicShadowSceneSetupRenderPass = (void *)0x054109B0; +const void * RTTI_CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass = (void *)0x05410700; +const void * RTTI_CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph = (void *)0x05410530; +const void * RTTI_CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass = (void *)0x054004F0; +const void * RTTI_CreationRendererPrivate__EmptyRenderPass = (void *)0x053FFFF8; +const void * RTTI_CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass = (void *)0x05407DE0; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass = (void *)0x05407A00; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass = (void *)0x05407F00; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderPass = (void *)0x054076E0; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass = (void *)0x05407EA0; +const void * RTTI_CreationRendererPrivate__FSR1EASURenderPass = (void *)0x05409DE0; +const void * RTTI_CreationRendererPrivate__FSR1RCASRenderPass = (void *)0x05409D90; +const void * RTTI_CreationRendererPrivate__FSR2ProduceInputsRenderPass = (void *)0x0540DF60; +const void * RTTI_CreationRendererPrivate__FSR2UpscaleRenderPass = (void *)0x0540DFB0; +const void * RTTI_CreationRendererPrivate__FaceCustomizationMipChainRenderPass = (void *)0x0540DE10; +const void * RTTI_CreationRendererPrivate__FaceCustomizationRenderPass = (void *)0x0540DE70; +const void * RTTI_CreationRendererPrivate__FillCullingDataRenderPass = (void *)0x0540E550; +const void * RTTI_CreationRendererPrivate__FillHeightfieldCullingDataRenderPass = (void *)0x0540C3A0; +const void * RTTI_CreationRendererPrivate__FilmGrainRenderPass = (void *)0x05413670; +const void * RTTI_CreationRendererPrivate__FilterCulledGeometriesRenderPass = (void *)0x054102D0; +const void * RTTI_CreationRendererPrivate__FilterHeightfieldRenderPass = (void *)0x05406690; +const void * RTTI_CreationRendererPrivate__FirstPersonDepthGraphRenderPass = (void *)0x053FFF50; +const void * RTTI_CreationRendererPrivate__FirstPersonDepthRenderPass = (void *)0x0540DC70; +const void * RTTI_CreationRendererPrivate__FixupIndirectArgsRenderPass = (void *)0x05410CD0; +const void * RTTI_CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass = (void *)0x05410C20; +const void * RTTI_CreationRendererPrivate__FlattenTextureScreensizeRenderPass = (void *)0x0540E490; +const void * RTTI_CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass = (void *)0x0540A5C0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass = (void *)0x0540A6C0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedCorrectionRenderPass = (void *)0x0540AA60; +const void * RTTI_CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass = (void *)0x0540AB20; +const void * RTTI_CreationRendererPrivate__ForwardBlendedMainFullResRenderPass = (void *)0x0540A720; +const void * RTTI_CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass = (void *)0x0540AAC0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedRenderPass = (void *)0x0540A620; +const void * RTTI_CreationRendererPrivate__ForwardRenderPass = (void *)0x0540A7D0; +const void * RTTI_CreationRendererPrivate__FrameInitRenderPass = (void *)0x0540DEC0; +const void * RTTI_CreationRendererPrivate__FrameRenderGraph = (void *)0x05411A20; +const void * RTTI_CreationRendererPrivate__FrameSetupRenderPass = (void *)0x0540DF10; +const void * RTTI_CreationRendererPrivate__FullScreenBlurCompositeRenderPass = (void *)0x05413710; +const void * RTTI_CreationRendererPrivate__FullScreenBlurRenderPass = (void *)0x054136C0; +const void * RTTI_CreationRendererPrivate__FullScreenColorRenderPass = (void *)0x05413950; +const void * RTTI_CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass = (void *)0x05413800; +const void * RTTI_CreationRendererPrivate__FullScreenColor_BloomRenderPass = (void *)0x05413900; +const void * RTTI_CreationRendererPrivate__FullScreenColor_CubemapRenderPass = (void *)0x054138B0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_DefaultRenderPass = (void *)0x05413860; +const void * RTTI_CreationRendererPrivate__FullScreenColor_MonochromeRenderPass = (void *)0x054139F0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_OverlayRenderPass = (void *)0x054139A0; +const void * RTTI_CreationRendererPrivate__FullScreenDownsampleRenderPass = (void *)0x054137B0; +const void * RTTI_CreationRendererPrivate__FullScreenScanlineRenderPass = (void *)0x0540E000; +const void * RTTI_CreationRendererPrivate__FullScreenTapBlurRenderPass = (void *)0x05413760; +const void * RTTI_CreationRendererPrivate__GBufferOverviewRenderPass = (void *)0x054005C0; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass = (void *)0x0540E700; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass = (void *)0x0540E640; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass = (void *)0x0540E760; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass = (void *)0x0540E6A0; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorRenderPass = (void *)0x0540E7D0; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass = (void *)0x05400820; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass = (void *)0x05400880; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass = (void *)0x054008E0; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass = (void *)0x05400940; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryRenderPass = (void *)0x054007D0; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass = (void *)0x05400770; +const void * RTTI_CreationRendererPrivate__GalaxyStateStarsRenderPass = (void *)0x0540E050; +const void * RTTI_CreationRendererPrivate__GatherGeometryInstancesRenderPass = (void *)0x054010C0; +const void * RTTI_CreationRendererPrivate__GatherHighlightsRenderPass = (void *)0x05411AB0; +const void * RTTI_CreationRendererPrivate__GatherIndirectRenderPass = (void *)0x053F2E60; +const void * RTTI_CreationRendererPrivate__GatherLightsRenderPass = (void *)0x054135D0; +const void * RTTI_CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass = (void *)0x05411930; +const void * RTTI_CreationRendererPrivate__GatherTransformsRenderPass = (void *)0x0540C460; +const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass = (void *)0x0540E0F0; +const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidRenderPass = (void *)0x0540E0A0; +const void * RTTI_CreationRendererPrivate__GenerateFogMapRenderPass = (void *)0x0540AC50; +const void * RTTI_CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass = (void *)0x0540E4F0; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass = (void *)0x05410180; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass = (void *)0x05410070; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass = (void *)0x054100D0; +const void * RTTI_CreationRendererPrivate__GeometryCullingRenderPass = (void *)0x0540E5F0; +const void * RTTI_CreationRendererPrivate__GeometryCullingShadowsRenderPass = (void *)0x0540E5A0; +const void * RTTI_CreationRendererPrivate__GeometryParticleBatchDepthRenderPass = (void *)0x05400560; +const void * RTTI_CreationRendererPrivate__GeometryParticleBatchRenderPass = (void *)0x0540E150; +const void * RTTI_CreationRendererPrivate__GeometryRenderPass = (void *)0x0540A780; +const void * RTTI_CreationRendererPrivate__GlobalDirtOverlayRenderPass = (void *)0x0540E3F0; +const void * RTTI_CreationRendererPrivate__GroupedDynamicShadowMapRenderPass = (void *)0x05410900; +const void * RTTI_CreationRendererPrivate__HDRColorGradingMergeRenderPass = (void *)0x0540CC00; +const void * RTTI_CreationRendererPrivate__HDRCompositeRenderPass = (void *)0x053FB970; +const void * RTTI_CreationRendererPrivate__HDRDownSampleLumRenderPass = (void *)0x053FB9C0; +const void * RTTI_CreationRendererPrivate__HDRDownSampleRGB2LumRenderPass = (void *)0x053FB8D0; +const void * RTTI_CreationRendererPrivate__HDRGaussianFilterDownSampleRenderPass = (void *)0x053FBCF0; +const void * RTTI_CreationRendererPrivate__HDRGaussianFilterRenderPass = (void *)0x053FBC50; +const void * RTTI_CreationRendererPrivate__HDRGaussianFilterXBrightPassRenderPass = (void *)0x053FBAB0; +const void * RTTI_CreationRendererPrivate__HDRGaussianFilterY0RenderPass = (void *)0x053FBC00; +const void * RTTI_CreationRendererPrivate__HDRGaussianResolveRenderPass = (void *)0x053FBCA0; +const void * RTTI_CreationRendererPrivate__HDRHistogramClearRenderPass = (void *)0x053FBA60; +const void * RTTI_CreationRendererPrivate__HDRHistogramGenerateRenderPass = (void *)0x053FBA10; +const void * RTTI_CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass = (void *)0x053FBB10; +const void * RTTI_CreationRendererPrivate__HDRSubGraph = (void *)0x053FBBC0; +const void * RTTI_CreationRendererPrivate__HeightFieldRenderPass = (void *)0x0540C350; +const void * RTTI_CreationRendererPrivate__HeightFieldSubGraphRenderPass = (void *)0x0540C2B0; +const void * RTTI_CreationRendererPrivate__HeightfieldSystemRenderPass = (void *)0x0540C300; +const void * RTTI_CreationRendererPrivate__HighlightMaskRenderPass = (void *)0x0540E8C0; +const void * RTTI_CreationRendererPrivate__HighlightPrepareRenderPass = (void *)0x0540E870; +const void * RTTI_CreationRendererPrivate__HighlightRenderPass = (void *)0x0540E820; +const void * RTTI_CreationRendererPrivate__ImGuiEventHandler = (void *)0x054121E0; +const void * RTTI_CreationRendererPrivate__ImageCaptureData = (void *)0x053EAEB8; +const void * RTTI_CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass = (void *)0x0540E980; +const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass = (void *)0x0540E9E0; +const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass = (void *)0x0540E910; +const void * RTTI_CreationRendererPrivate__ImageCapture_IconGenerationRenderPass = (void *)0x05400670; +const void * RTTI_CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass = (void *)0x0540EA40; +const void * RTTI_CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass = (void *)0x0540EAA0; +const void * RTTI_CreationRendererPrivate__ImageProcessMedianBlurRenderPass = (void *)0x0540EB00; +const void * RTTI_CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass = (void *)0x05413570; +const void * RTTI_CreationRendererPrivate__ImageProcessRenderGraph = (void *)0x05411A60; +const void * RTTI_CreationRendererPrivate__IndirectRenderPass = (void *)0x053F2E10; +const void * RTTI_CreationRendererPrivate__IndirectSetupRenderPass = (void *)0x053F2DC0; +const void * RTTI_CreationRendererPrivate__InitializeInscatterOrderRenderPass = (void *)0x054080C0; +const void * RTTI_CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass = (void *)0x05407C30; +const void * RTTI_CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass = (void *)0x053F1850; +const void * RTTI_CreationRendererPrivate__InterpolateIrradianceRenderPass = (void *)0x05407950; +const void * RTTI_CreationRendererPrivate__LensFlareComputeRenderPass = (void *)0x0540EBA0; +const void * RTTI_CreationRendererPrivate__LensFlareDrawRenderPass = (void *)0x054006D0; +const void * RTTI_CreationRendererPrivate__LensFlareSystemRenderPass = (void *)0x05400720; +const void * RTTI_CreationRendererPrivate__LensFlare_AlphaBlendRenderPass = (void *)0x0540EBF0; +const void * RTTI_CreationRendererPrivate__LensFlare_VisibilityRenderPass = (void *)0x0540EB50; +const void * RTTI_CreationRendererPrivate__LightCoarseCullingCompactionRenderPass = (void *)0x05413050; +const void * RTTI_CreationRendererPrivate__LightCoarseCullingRenderPass = (void *)0x05413000; +const void * RTTI_CreationRendererPrivate__LightInfluenceDepthMinRenderPass = (void *)0x0540ECE0; +const void * RTTI_CreationRendererPrivate__LightInfluenceSubGraphRenderPass = (void *)0x0540ED30; +const void * RTTI_CreationRendererPrivate__LightingRenderPass = (void *)0x0540ED80; +const void * RTTI_CreationRendererPrivate__LoadMenuHiddenEventHandler = (void *)0x053EC710; +const void * RTTI_CreationRendererPrivate__LogicalCell = (void *)0x05400D30; +const void * RTTI_CreationRendererPrivate__MainRenderGraph = (void *)0x054119E0; +const void * RTTI_CreationRendererPrivate__MeshEventHandler = (void *)0x053EED38; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchCommonRenderPass = (void *)0x054002F0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchCullingRenderPass = (void *)0x05400190; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchDepthRenderPass = (void *)0x054002A0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass = (void *)0x054001F0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass = (void *)0x05400490; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass = (void *)0x0540F120; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass = (void *)0x0540F0C0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchRenderPass = (void *)0x05400340; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchShadowRenderPass = (void *)0x05400390; +const void * RTTI_CreationRendererPrivate__MeshLODDB = (void *)0x053F4AB0; +const void * RTTI_CreationRendererPrivate__MeshletBuildIndexBufferRenderPass = (void *)0x0540F010; +const void * RTTI_CreationRendererPrivate__MeshletFrustumCullingRenderPass = (void *)0x0540EFC0; +const void * RTTI_CreationRendererPrivate__MeshletListBuildRenderPass = (void *)0x0540EDD0; +const void * RTTI_CreationRendererPrivate__MeshletMaterialOffsetsRenderPass = (void *)0x0540EE20; +const void * RTTI_CreationRendererPrivate__MeshletOcclusionCullingRenderPass = (void *)0x0540EED0; +const void * RTTI_CreationRendererPrivate__MeshletPrepareArgsRenderPass = (void *)0x0540EF70; +const void * RTTI_CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass = (void *)0x0540F060; +const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesRenderPass = (void *)0x05400440; +const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass = (void *)0x054003E0; +const void * RTTI_CreationRendererPrivate__MeshletReadbackIndexCountRenderPass = (void *)0x0540EE70; +const void * RTTI_CreationRendererPrivate__MeshletTriangleCullingRenderPass = (void *)0x0540EF20; +const void * RTTI_CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode = (void *)0x053D7C20; +const void * RTTI_CreationRendererPrivate__Messaging__Dependency__InternalProcessorType = (void *)0x053EBDA0; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass = (void *)0x0540A870; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass = (void *)0x0540A940; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderPass = (void *)0x053FC3A0; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass = (void *)0x0540A8E0; +const void * RTTI_CreationRendererPrivate__MorphDB = (void *)0x0540B010; +const void * RTTI_CreationRendererPrivate__MorphRenderPass = (void *)0x0540F178; +const void * RTTI_CreationRendererPrivate__MorphSystemEndFrameRenderPass = (void *)0x05400250; +const void * RTTI_CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass = (void *)0x054133D0; +const void * RTTI_CreationRendererPrivate__MotionBlurRenderPass = (void *)0x05411790; +const void * RTTI_CreationRendererPrivate__MotionBlurSubGraph = (void *)0x05411740; +const void * RTTI_CreationRendererPrivate__MotionVectorCompositeRenderPass = (void *)0x0540F1C0; +const void * RTTI_CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass = (void *)0x054079A0; +const void * RTTI_CreationRendererPrivate__PartialClearColorBufferRenderPass = (void *)0x0540D690; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass = (void *)0x053F54D0; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass = (void *)0x053F53B0; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass = (void *)0x053F5410; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass = (void *)0x053F58B0; +const void * RTTI_CreationRendererPrivate__ParticleDataPreFilterRenderPass = (void *)0x053F5300; +const void * RTTI_CreationRendererPrivate__ParticleLightingClearBuffersRenderPass = (void *)0x053F5350; +const void * RTTI_CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass = (void *)0x053F5C50; +const void * RTTI_CreationRendererPrivate__ParticleLightingRenderPass = (void *)0x053F5CB0; +const void * RTTI_CreationRendererPrivate__ParticlesCopyToDestRenderPass = (void *)0x0540CE10; +const void * RTTI_CreationRendererPrivate__ParticlesCorrectionRenderPass = (void *)0x0540CDC0; +const void * RTTI_CreationRendererPrivate__ParticlesMainFullResRenderPass = (void *)0x0540CEB0; +const void * RTTI_CreationRendererPrivate__ParticlesMainHalfResRenderPass = (void *)0x0540CE60; +const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass = (void *)0x0540CD60; +const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass = (void *)0x0540CCF0; +const void * RTTI_CreationRendererPrivate__ParticlesRenderPass = (void *)0x0540CCA0; +const void * RTTI_CreationRendererPrivate__PointCloudCullingRenderPass = (void *)0x0540F210; +const void * RTTI_CreationRendererPrivate__PointCloudDrawRenderPass = (void *)0x0540F260; +const void * RTTI_CreationRendererPrivate__PointCloudEventHandler = (void *)0x053F69F0; +const void * RTTI_CreationRendererPrivate__PostSharpenRenderPass = (void *)0x05413A50; +const void * RTTI_CreationRendererPrivate__PostUpscaleImageSpaceSubGraph = (void *)0x05413430; +const void * RTTI_CreationRendererPrivate__PostUpscaleSubGraph = (void *)0x054134D0; +const void * RTTI_CreationRendererPrivate__PreUpscaleImageSpaceSubGraph = (void *)0x05413480; +const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass = (void *)0x05407790; +const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass = (void *)0x05407610; +const void * RTTI_CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass = (void *)0x05408000; +const void * RTTI_CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass = (void *)0x05411990; +const void * RTTI_CreationRendererPrivate__PrecomputeSingleScatteringRenderPass = (void *)0x05408060; +const void * RTTI_CreationRendererPrivate__PrefilterCubemapRenderPass = (void *)0x053F2F00; +const void * RTTI_CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass = (void *)0x05400040; +const void * RTTI_CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass = (void *)0x053FFE10; +const void * RTTI_CreationRendererPrivate__PrepareProjectedDecalsRenderPass = (void *)0x0540F420; +const void * RTTI_CreationRendererPrivate__PrepareReflectionProbeDataRenderPass = (void *)0x0540FB50; +const void * RTTI_CreationRendererPrivate__PrepareShadowSkinningRenderPass = (void *)0x054101E0; +const void * RTTI_CreationRendererPrivate__PrepareSkinningRenderPass = (void *)0x053FFBB0; +const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass = (void *)0x05401990; +const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapRenderPass = (void *)0x053FFC50; +const void * RTTI_CreationRendererPrivate__ProbeClassifyRenderPass = (void *)0x053FBFA0; +const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass = (void *)0x053FBD50; +const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingRenderPass = (void *)0x053FBDB0; +const void * RTTI_CreationRendererPrivate__ProbeFaceSceneSetupRenderPass = (void *)0x0540F780; +const void * RTTI_CreationRendererPrivate__ProbeGridGPUCullingRenderPass = (void *)0x05409FC0; +const void * RTTI_CreationRendererPrivate__ProbeLightCullingRenderPass = (void *)0x053FBE00; +const void * RTTI_CreationRendererPrivate__ProbeRenderPass = (void *)0x053FC038; +const void * RTTI_CreationRendererPrivate__ProbeSystemRenderPass = (void *)0x053FBE50; +const void * RTTI_CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass = (void *)0x0540C400; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass = (void *)0x053FC270; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass = (void *)0x053FC150; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass = (void *)0x053FC0E0; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass = (void *)0x053FC1C0; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass = (void *)0x053FC080; +const void * RTTI_CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass = (void *)0x053FFB00; +const void * RTTI_CreationRendererPrivate__ProduceShadingRateImageRenderPass = (void *)0x0540F2B0; +const void * RTTI_CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass = (void *)0x0540F830; +const void * RTTI_CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass = (void *)0x05413280; +const void * RTTI_CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass = (void *)0x0540F7D0; +const void * RTTI_CreationRendererPrivate__ProjectedDecalRenderPass = (void *)0x0540F4C0; +const void * RTTI_CreationRendererPrivate__RadialBlurRenderPass = (void *)0x0540F670; +const void * RTTI_CreationRendererPrivate__RayTraceProbeComputeRenderPass = (void *)0x053FBEA0; +const void * RTTI_CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass = (void *)0x053FBF40; +const void * RTTI_CreationRendererPrivate__RaymarchSampleLocationsRenderPass = (void *)0x05407AC0; +const void * RTTI_CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass = (void *)0x05407B10; +const void * RTTI_CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass = (void *)0x05407B70; +const void * RTTI_CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass = (void *)0x0540FD70; +const void * RTTI_CreationRendererPrivate__ReflectionProbeComputeSHRenderPass = (void *)0x0540FC00; +const void * RTTI_CreationRendererPrivate__ReflectionProbeCopyDepth = (void *)0x0540F8E0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeCopySky = (void *)0x0540F930; +const void * RTTI_CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass = (void *)0x0540FC60; +const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass = (void *)0x0540FA30; +const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass = (void *)0x0540FAF0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMipChainRenderPass = (void *)0x0540FDD0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass = (void *)0x05413220; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass = (void *)0x0540FCC0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeRenderPass = (void *)0x0540FBB0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass = (void *)0x0540FED0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeTerrainRenderPass = (void *)0x0540FD20; +const void * RTTI_CreationRendererPrivate__RefractionBlurRenderPass = (void *)0x0540D1E0; +const void * RTTI_CreationRendererPrivate__RefractionDownsample0RenderPass = (void *)0x0540D290; +const void * RTTI_CreationRendererPrivate__RefractionDownsampleMipChainRenderPass = (void *)0x0540D230; +const void * RTTI_CreationRendererPrivate__RefractionMaskDilationRenderPass = (void *)0x0540D2E0; +const void * RTTI_CreationRendererPrivate__RefractionMaskGenRenderPass = (void *)0x0540D330; +const void * RTTI_CreationRendererPrivate__RefractionMaskRenderPass = (void *)0x0540A520; +const void * RTTI_CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass = (void *)0x05407A60; +const void * RTTI_CreationRendererPrivate__RenderGraph = (void *)0x053EFD58; +const void * RTTI_CreationRendererPrivate__RenderGraphEventHandler = (void *)0x053F0670; +const void * RTTI_CreationRendererPrivate__RenderPass = (void *)0x053ECF38; +const void * RTTI_CreationRendererPrivate__RenderSceneSubGraph = (void *)0x05413520; +const void * RTTI_CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass = (void *)0x05407BD0; +const void * RTTI_CreationRendererPrivate__RenderViewSubGraph = (void *)0x054118E0; +const void * RTTI_CreationRendererPrivate__ReprojectShadingRateImageRenderPass = (void *)0x0540F300; +const void * RTTI_CreationRendererPrivate__ResetCullingMemoryRequestHandler = (void *)0x05406B90; +const void * RTTI_CreationRendererPrivate__ResourceLifecycleJobSite = (void *)0x05401E20; +const void * RTTI_CreationRendererPrivate__SAOEmptyRenderPass = (void *)0x053F51C0; +const void * RTTI_CreationRendererPrivate__SAORenderPass = (void *)0x053F52C0; +const void * RTTI_CreationRendererPrivate__ScaleformCompositeRenderPass = (void *)0x0540FF30; +const void * RTTI_CreationRendererPrivate__ScaleformEventHandler = (void *)0x053F85E0; +const void * RTTI_CreationRendererPrivate__ScaleformRenderPass = (void *)0x05413380; +const void * RTTI_CreationRendererPrivate__ScaleformText2DRenderPass = (void *)0x05401070; +const void * RTTI_CreationRendererPrivate__ScaleformTextRenderPass = (void *)0x05401020; +const void * RTTI_CreationRendererPrivate__ScaleformToTextureRenderPass = (void *)0x05413330; +const void * RTTI_CreationRendererPrivate__SceneSetupRenderPass = (void *)0x053ECEF0; +const void * RTTI_CreationRendererPrivate__SeparableSSS_HorizontalRenderPass = (void *)0x05410020; +const void * RTTI_CreationRendererPrivate__SeparableSSS_RenderPass = (void *)0x0540FFD0; +const void * RTTI_CreationRendererPrivate__SeparableSSS_VerticalRenderPass = (void *)0x0540FF80; +const void * RTTI_CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass = (void *)0x05407730; +const void * RTTI_CreationRendererPrivate__SetupDynamicShadowRenderPass = (void *)0x05410480; +const void * RTTI_CreationRendererPrivate__ShadowManagerEventHandler = (void *)0x053F5E30; +const void * RTTI_CreationRendererPrivate__ShadowMapInstanceRenderPass = (void *)0x05410280; +const void * RTTI_CreationRendererPrivate__ShadowMapRenderPass = (void *)0x05410230; +const void * RTTI_CreationRendererPrivate__ShadowMapSceneSetupRenderPass = (void *)0x05410130; +const void * RTTI_CreationRendererPrivate__ShadowMapSubGraphRenderPass = (void *)0x05410320; +const void * RTTI_CreationRendererPrivate__ShadowMaskRenderPass = (void *)0x054132E0; +const void * RTTI_CreationRendererPrivate__ShadowSubGraphRenderPass = (void *)0x05410370; +const void * RTTI_CreationRendererPrivate__SharedMeshResourcesRegistry = (void *)0x05409A20; +const void * RTTI_CreationRendererPrivate__SkinnedDecalPrepareRenderPass = (void *)0x05410B80; +const void * RTTI_CreationRendererPrivate__SkinningRenderPass = (void *)0x05410BD0; +const void * RTTI_CreationRendererPrivate__SkinningSystemEndFrameRenderPass = (void *)0x05401820; +const void * RTTI_CreationRendererPrivate__SkinningSystemRenderPass = (void *)0x054017D0; +const void * RTTI_CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass = (void *)0x05401930; +const void * RTTI_CreationRendererPrivate__SkyCubemapRenderPass = (void *)0x05401B60; +const void * RTTI_CreationRendererPrivate__SkyCubemapSystemRenderPass = (void *)0x053FFB60; +const void * RTTI_CreationRendererPrivate__SkyLightingRenderPass = (void *)0x05410D20; +const void * RTTI_CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass = (void *)0x054065F0; +const void * RTTI_CreationRendererPrivate__SkyOcclusionRenderPass = (void *)0x05406730; +const void * RTTI_CreationRendererPrivate__SkyOcclusionSystemRenderPass = (void *)0x054066E0; +const void * RTTI_CreationRendererPrivate__SobelSpaceGlareRenderPass = (void *)0x05401CA0; +const void * RTTI_CreationRendererPrivate__SpaceGlareApplyRenderPass = (void *)0x05401CF0; +const void * RTTI_CreationRendererPrivate__SpaceGlareRenderPass = (void *)0x05401BB0; +const void * RTTI_CreationRendererPrivate__SparseGridCell = (void *)0x05400C08; +const void * RTTI_CreationRendererPrivate__SporadicRenderGraphRenderPass = (void *)0x05410D70; +const void * RTTI_CreationRendererPrivate__StarfieldCoarseCullingRenderPass = (void *)0x05410F00; +const void * RTTI_CreationRendererPrivate__StarfieldEventHandler = (void *)0x053ECDB0; +const void * RTTI_CreationRendererPrivate__StarfieldProcessStarsRenderPass = (void *)0x05410EB0; +const void * RTTI_CreationRendererPrivate__StarfieldRenderPass = (void *)0x05410DC0; +const void * RTTI_CreationRendererPrivate__StarfieldRenderPassBase = (void *)0x05410F50; +const void * RTTI_CreationRendererPrivate__StarfieldTiledCullingRenderPass = (void *)0x05410E10; +const void * RTTI_CreationRendererPrivate__StarfieldTiledRenderRenderPass = (void *)0x05410E60; +const void * RTTI_CreationRendererPrivate__StarmapGravityWavesEventHandler = (void *)0x053F8260; +const void * RTTI_CreationRendererPrivate__StarmapGravityWavesRenderPass = (void *)0x053F7E30; +const void * RTTI_CreationRendererPrivate__StarmapOrbitsEventHandler = (void *)0x053F7230; +const void * RTTI_CreationRendererPrivate__StarmapOrbitsRenderPass = (void *)0x053F6D50; +const void * RTTI_CreationRendererPrivate__SubmitAndPresentThread = (void *)0x053FD3C0; +const void * RTTI_CreationRendererPrivate__SwapChainEventHandler = (void *)0x053F2C90; +const void * RTTI_CreationRendererPrivate__TemporalAA_idTech7RenderPass = (void *)0x05413AA0; +const void * RTTI_CreationRendererPrivate__TerrainClipmapAndMIMRenderPass = (void *)0x053FFC00; +const void * RTTI_CreationRendererPrivate__TerrainClipmapUpdateRenderPass = (void *)0x053F17A0; +const void * RTTI_CreationRendererPrivate__TerrainDensityUpdateRenderPass = (void *)0x053F16C0; +const void * RTTI_CreationRendererPrivate__TerrainDepthAndShadowsSubGraph = (void *)0x053F18F0; +const void * RTTI_CreationRendererPrivate__TerrainDepthDrawRenderPass = (void *)0x053F15D0; +const void * RTTI_CreationRendererPrivate__TerrainHeightFieldRenderPass = (void *)0x0540C260; +const void * RTTI_CreationRendererPrivate__TerrainMIMUpdateRenderPass = (void *)0x053F1670; +const void * RTTI_CreationRendererPrivate__TerrainRenderPass = (void *)0x053F18B0; +const void * RTTI_CreationRendererPrivate__TerrainShadowsRenderPass = (void *)0x053F1620; +const void * RTTI_CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass = (void *)0x053F17F0; +const void * RTTI_CreationRendererPrivate__TextureReadback_CopyRenderTargetSourceRenderPass = (void *)0x05410FA0; +const void * RTTI_CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass = (void *)0x0540F980; +const void * RTTI_CreationRendererPrivate__ThinDeferredGBufferRenderPass = (void *)0x0540FAA0; +const void * RTTI_CreationRendererPrivate__ThinDeferredLightingRenderPass = (void *)0x0540F9E0; +const void * RTTI_CreationRendererPrivate__ThinDeferredPrepareRenderPass = (void *)0x0540F890; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass = (void *)0x05407470; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass = (void *)0x05407540; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass = (void *)0x054072E0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass = (void *)0x054073B0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass = (void *)0x05407340; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass = (void *)0x05407410; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass = (void *)0x05407210; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7RenderPass = (void *)0x054071C0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass = (void *)0x054075B0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass = (void *)0x054074D0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass = (void *)0x05407270; +const void * RTTI_CreationRendererPrivate__TiledCullingRenderPass = (void *)0x05411000; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass = (void *)0x053F30A0; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass = (void *)0x053F3100; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsRenderPass = (void *)0x053F3040; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass = (void *)0x05411170; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass = (void *)0x05411050; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass = (void *)0x054110B0; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass = (void *)0x05411110; +const void * RTTI_CreationRendererPrivate__TiledDepthRangeRenderPass = (void *)0x054111D0; +const void * RTTI_CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass = (void *)0x05407680; +const void * RTTI_CreationRendererPrivate__UIRenderPass = (void *)0x054112D8; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass = (void *)0x0540A9A0; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass = (void *)0x0540AA00; +const void * RTTI_CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass = (void *)0x05407FB0; +const void * RTTI_CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass = (void *)0x053FFCA0; +const void * RTTI_CreationRendererPrivate__UpdateSharedIndexBufferRenderPass = (void *)0x05411320; +const void * RTTI_CreationRendererPrivate__UpscaleSubGraph = (void *)0x053EFF30; +const void * RTTI_CreationRendererPrivate__VignetteRenderPass = (void *)0x05413AF0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingApplyRenderPass = (void *)0x053F5D00; +const void * RTTI_CreationRendererPrivate__VolumetricLightingCullingRenderPass = (void *)0x05411370; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass = (void *)0x054113D0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass = (void *)0x05411430; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass = (void *)0x0540ABF0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass = (void *)0x0540AB80; +const void * RTTI_CreationRendererPrivate__VolumetricLightingIntegrateRenderPass = (void *)0x054114A0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass = (void *)0x05411500; +const void * RTTI_CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass = (void *)0x05411560; +const void * RTTI_CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass = (void *)0x054115C0; +const void * RTTI_CreationRendererPrivate__WaterDisplacementRenderPass = (void *)0x053F5110; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass = (void *)0x053F4FF0; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_InjectionRenderPass = (void *)0x053F5050; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_MainRenderPass = (void *)0x053F4FA0; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass = (void *)0x053F50B0; +const void * RTTI_CreationRendererPrivate__WaterMVRenderPass = (void *)0x05411670; +const void * RTTI_CreationRendererPrivate__WaterPrepareRenderPass = (void *)0x054116F0; +const void * RTTI_CreationRendererPrivate__WaterRenderGraphRenderPass = (void *)0x05411620; +const void * RTTI_CreationRendererPrivate__WaterRenderPass = (void *)0x054116B0; +const void * RTTI_CreationRendererPrivate__WindowEventHandler = (void *)0x053F19A0; +const void * RTTI_CreationRendererPrivate__WorldCell = (void *)0x05400D70; +const void * RTTI_CreationRenderer__ImageCaptureExportToFileNode = (void *)0x05281370; +const void * RTTI_CreationRenderer__MaterialInstance__TextureVisitor = (void *)0x0519B420; +const void * RTTI_CreationRenderer__Messaging__MessageProcessor = (void *)0x053EB3A0; +const void * RTTI_CreationRenderer__Messaging__StreamedResourceNode = (void *)0x053909F0; +const void * RTTI_CreationRenderer__RendererQualityPref = (void *)0x053ECE48; +const void * RTTI_CreationRenderer__RendererQualitySetting = (void *)0x050B6F98; +const void * RTTI_CreationRenderer__RendererQualitySettingCollection = (void *)0x053ECE00; +const void * RTTI_CreditsDataModel = (void *)0x052383E8; +const void * RTTI_CreditsDataModel__CreditsDataModelEventShuttle = (void *)0x052383A0; +const void * RTTI_CreditsMenu = (void *)0x05335420; +const void * RTTI_CrewExtraData = (void *)0x05171CD0; +const void * RTTI_CriticallyDampenVariable = (void *)0x0537C428; +const void * RTTI_CriticallyDampenVariableInstance = (void *)0x0537C3F0; +const void * RTTI_CrowdInhibitNullStrategy = (void *)0x05230510; +const void * RTTI_CrowdInhibitStrategyDefault = (void *)0x052305F0; +const void * RTTI_CrowdInhibitStrategyDisable = (void *)0x052305B8; +const void * RTTI_CrowdManager = (void *)0x052306F8; +const void * RTTI_CrowdWallaBubble = (void *)0x05234E40; +const void * RTTI_CullFurnitureBoneHandler = (void *)0x052F65C0; +const void * RTTI_CullWeaponsHandler = (void *)0x052F6620; +const void * RTTI_CumulativeAnimation = (void *)0x0537C320; +const void * RTTI_CumulativeAnimationInstance = (void *)0x0537C350; +const void * RTTI_CureEffect = (void *)0x052B1BC0; +const void * RTTI_CursorMenu = (void *)0x053AEE38; +const void * RTTI_CursorMenu__CursorGameEventShuttle = (void *)0x053AEE98; +const void * RTTI_CursorMoveEvent = (void *)0x0537F6A8; +const void * RTTI_CurvedPathBlender = (void *)0x05379268; +const void * RTTI_CurvedPathBlenderInstance = (void *)0x0537BF40; +const void * RTTI_CustomActorPackageData = (void *)0x052E2758; +const void * RTTI_CustomUtils__HasForceGreetVisitor = (void *)0x0520B3B8; +const void * RTTI_D3D12MA__BlockMetadata = (void *)0x0540CFA8; +const void * RTTI_D3D12MA__BlockMetadata_Generic = (void *)0x0540CFD8; +const void * RTTI_D3D12MA__MemoryBlock = (void *)0x0540CF78; +const void * RTTI_D3D12MA__NormalBlock = (void *)0x0540CF48; +const void * RTTI_DamageEffect = (void *)0x052B1BE8; +const void * RTTI_DampenVariable = (void *)0x0537C900; +const void * RTTI_DampenVariableInstance = (void *)0x0537C928; +const void * RTTI_DarknessEffect = (void *)0x052B1C10; +const void * RTTI_DataMenu = (void *)0x05296B28; +const void * RTTI_DataMenuDataModel = (void *)0x05247050; +const void * RTTI_DataMenuDataModel__DataMenuEventShuttle = (void *)0x05247118; +const void * RTTI_DataMenuInventoryItem = (void *)0x05246E20; +const void * RTTI_DataMenuPersistentDataModel = (void *)0x05246E50; +const void * RTTI_DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle = (void *)0x05246CA0; +const void * RTTI_DataMenu_CloseMenu = (void *)0x05296CF0; +const void * RTTI_DataMenu_ClosedForSubMenu = (void *)0x05297860; +const void * RTTI_DataMenu_Missions = (void *)0x05296C68; +const void * RTTI_DataMenu_OpenPauseMenu = (void *)0x05296B98; +const void * RTTI_DataMenu_PlotToLocation = (void *)0x05296BC8; +const void * RTTI_DataMenu_Reopened = (void *)0x05296CC8; +const void * RTTI_DataMenu_SelectedAttributesMenu = (void *)0x05297960; +const void * RTTI_DataMenu_SelectedInventoryMenu = (void *)0x05297928; +const void * RTTI_DataMenu_SelectedMapMenu = (void *)0x052978F8; +const void * RTTI_DataMenu_SelectedPowersMenu = (void *)0x05296BF8; +const void * RTTI_DataMenu_SelectedShipMenu = (void *)0x052978C8; +const void * RTTI_DataMenu_SelectedStatusMenu = (void *)0x05297890; +const void * RTTI_DataMenu_SetMenuForQuickEntry = (void *)0x05296C30; +const void * RTTI_DataMenu_SetPaperDollActive = (void *)0x05296C90; +const void * RTTI_DataMenu_StartCloseAnim = (void *)0x05246A40; +const void * RTTI_DataSlateButtons = (void *)0x052796E8; +const void * RTTI_DataSlateButtons_acceptClicked = (void *)0x0527A288; +const void * RTTI_DataSlateButtons_cancelClicked = (void *)0x0527A2C0; +const void * RTTI_DataSlateMenu = (void *)0x0527A2F8; +const void * RTTI_DataSlateMenu__DataSlateData = (void *)0x0527A5C0; +const void * RTTI_DataSlateMenu__DataSlateEventShuttle = (void *)0x0527A580; +const void * RTTI_DataSlateMenu_playSFX = (void *)0x0527A258; +const void * RTTI_DataSlateMenu_toggleAudio = (void *)0x0527A228; +const void * RTTI_DeathEmoteHandler = (void *)0x052F6B40; +const void * RTTI_DeathStopHandler = (void *)0x052F8AA0; +const void * RTTI_DefaultCollection = (void *)0x053925D0; +const void * RTTI_DefaultMessageBoxCallback = (void *)0x051F4270; +const void * RTTI_DeferredDeletion__IDeferredDeleter = (void *)0x052BDE30; +const void * RTTI_DeferredDeletion__IGCService = (void *)0x052C3178; +const void * RTTI_DemoralizeEffect = (void *)0x052B3298; +const void * RTTI_DependentAnimationGraphManagerHolder = (void *)0x051629E8; +const void * RTTI_DesyncInteractionHandler = (void *)0x052F8540; +const void * RTTI_DetectLifeEffect = (void *)0x052B1C38; +const void * RTTI_DetectionCollector = (void *)0x052B1CE8; +const void * RTTI_DetectionDebugData = (void *)0x052E2920; +const void * RTTI_DetectionState = (void *)0x052E28F8; +const void * RTTI_DeviceChangeEvent = (void *)0x0537F600; +const void * RTTI_DeviceChangeHandler = (void *)0x0533A3F0; +const void * RTTI_DeviceConnectEvent = (void *)0x0537F628; +const void * RTTI_DialogueCameraState = (void *)0x052180F8; +const void * RTTI_DialogueMenu = (void *)0x05336718; +const void * RTTI_DialogueMenu_CompleteExit = (void *)0x0526D6B8; +const void * RTTI_DialogueMenu_OnDialogueSelect = (void *)0x05335728; +const void * RTTI_DialogueMenu_OnListVisibilityChange = (void *)0x05335448; +const void * RTTI_DialogueMenu_OnPersuasionAutoWin = (void *)0x05335488; +const void * RTTI_DialogueMenu_RequestExit = (void *)0x053366E8; +const void * RTTI_DialogueMenu_RequestSkipDialogue = (void *)0x053366B0; +const void * RTTI_DialoguePackage = (void *)0x0520B308; +const void * RTTI_DialogueUIDataModel = (void *)0x0526D6E8; +const void * RTTI_DialogueUIDataModel__DialogueData = (void *)0x0526DD70; +const void * RTTI_DialogueUIDataModel__DialogueEntryData = (void *)0x0526D898; +const void * RTTI_DialogueUIDataModel__DialogueListData = (void *)0x0526D938; +const void * RTTI_DialogueUIDataModel__DialogueUIDataEventShuttle = (void *)0x0526D7C0; +const void * RTTI_DialogueUIDataModel__PersuasionEntryData = (void *)0x0526D858; +const void * RTTI_DialogueUIDataModel__PersuasionListData = (void *)0x0526DB80; +const void * RTTI_DialogueUIDataModel__PersuasionPointsData = (void *)0x0526DDA8; +const void * RTTI_DirectAtNode = (void *)0x0537CE78; +const void * RTTI_DirectAtNodeInstance = (void *)0x0537CE48; +const void * RTTI_DisableCharacterBumperHandler = (void *)0x052F6C58; +const void * RTTI_DisableCharacterControllerHandler = (void *)0x052F7B00; +const void * RTTI_DisableCharacterPitchHandler = (void *)0x052F6990; +const void * RTTI_DisableCollisionHandler = (void *)0x052F6828; +const void * RTTI_DisarmEffect = (void *)0x052B1C60; +const void * RTTI_DisconnectHandler = (void *)0x0533A860; +const void * RTTI_DisguiseEffect = (void *)0x052B1D40; +const void * RTTI_DisguiseEffect__DetectionChecker = (void *)0x052B1CB0; +const void * RTTI_DispelEffect = (void *)0x052B1D68; +const void * RTTI_DiveBombPathController = (void *)0x05317918; +const void * RTTI_DoNotInterruptAnimationHandler = (void *)0x052F8AC8; +const void * RTTI_DocAcceptDataModel = (void *)0x05251B78; +const void * RTTI_DocAcceptDataModel__DocAcceptEventShuttle = (void *)0x05251CB8; +const void * RTTI_DocAcceptMenu = (void *)0x05239130; +const void * RTTI_DocAcceptMenu_Accept = (void *)0x052391A8; +const void * RTTI_DoorObstacleAdapter = (void *)0x052C8988; +const void * RTTI_DropResourcesEffect = (void *)0x052B2BD0; +const void * RTTI_DrugsCraftingMenu = (void *)0x05297998; +const void * RTTI_DualDirectAtNode = (void *)0x0537CE20; +const void * RTTI_DualDirectAtNodeInstance = (void *)0x0537CDF0; +const void * RTTI_DualValueModifierEffect = (void *)0x052B1D90; +const void * RTTI_DynamicAnimationNode = (void *)0x0537CAC8; +const void * RTTI_DynamicAnimationNodeInstance = (void *)0x0537CAF8; +const void * RTTI_DynamicGraphReference = (void *)0x0537BD50; +const void * RTTI_DynamicGraphReferenceInstance = (void *)0x0537BD80; +const void * RTTI_DynamicIdleDataSingletonHelper = (void *)0x05162CF0; +const void * RTTI_DynamicNavMeshTask = (void *)0x05169370; +const void * RTTI_DynamicNavMeshTaskCellRemap = (void *)0x05169300; +const void * RTTI_DynamicNavMeshTaskShiftWorld = (void *)0x051692C8; +const void * RTTI_DynamicNavMeshTaskStitching = (void *)0x05169338; +const void * RTTI_DynamicNavmesh = (void *)0x0519F200; +const void * RTTI_DynamicNavmeshService = (void *)0x0516DC08; +const void * RTTI_EffectArchetypes__MainStatusHandler = (void *)0x050BC900; +const void * RTTI_EffectSequenceMap = (void *)0x05171198; +const void * RTTI_EffectSequenceNode = (void *)0x053791C0; +const void * RTTI_EffectSequenceNodeInstance = (void *)0x0537C060; +const void * RTTI_EffectSequence__EffectSequenceManager = (void *)0x051708B0; +const void * RTTI_EffectSetting = (void *)0x0509C098; +const void * RTTI_EjectShellCasingHandler = (void *)0x052F6320; +const void * RTTI_EmittanceManagerAgent = (void *)0x05162D78; +const void * RTTI_EmitterProjectile = (void *)0x0521D9E8; +const void * RTTI_EmptyDependencyFormPointerMapValue = (void *)0x051DB160; +const void * RTTI_EnableCharacterBumperHandler = (void *)0x052F6BC8; +const void * RTTI_EnableCharacterControllerHandler = (void *)0x052F7AC8; +const void * RTTI_EnableCharacterPitchHandler = (void *)0x052F69C8; +const void * RTTI_EnableCollisionHandler = (void *)0x052F6C28; +const void * RTTI_EnchantmentItem = (void *)0x05186810; +const void * RTTI_EndGameCreditsMenu = (void *)0x05239350; +const void * RTTI_EndSecurityMinigameHandler = (void *)0x052F8730; +const void * RTTI_EndSummonAnimationHandler = (void *)0x052F8868; +const void * RTTI_EnhanceWeaponEffect = (void *)0x052BD6A0; +const void * RTTI_EnsureAliasCanBePickpocketedFunc = (void *)0x0524A0B8; +const void * RTTI_EquippedItemData = (void *)0x052308B0; +const void * RTTI_EquippedSpell__Data = (void *)0x05230880; +const void * RTTI_EquippedWeapon__AimModule = (void *)0x05230908; +const void * RTTI_EquippedWeapon__AmmunitionModule = (void *)0x05230968; +const void * RTTI_EquippedWeapon__AudioModule = (void *)0x05230A98; +const void * RTTI_EquippedWeapon__Data = (void *)0x052308D8; +const void * RTTI_EquippedWeapon__IModule = (void *)0x05230938; +const void * RTTI_EquippedWeapon__MeleeAttackModule = (void *)0x052309D8; +const void * RTTI_EquippedWeapon__PowerModule = (void *)0x05230A10; +const void * RTTI_EquippedWeapon__RangedAttackModule = (void *)0x05230BB0; +const void * RTTI_EquippedWeapon__VariableRangeModule = (void *)0x05230BE8; +const void * RTTI_EquippedWeapon__VisualModule = (void *)0x05230C28; +const void * RTTI_EtherealizationEffect = (void *)0x052B1DC0; +const void * RTTI_EvaluateConditionVariable = (void *)0x0537C388; +const void * RTTI_EvaluateConditionVariableInstance = (void *)0x0537C3B8; +const void * RTTI_EventController = (void *)0x0537C9C0; +const void * RTTI_EventControllerInstance = (void *)0x0537C9E8; +const void * RTTI_EventDispatcherBackend = (void *)0x053AEC68; +const void * RTTI_EventFromRange = (void *)0x0537C6D0; +const void * RTTI_EventFromRangeInstance = (void *)0x0537C6F8; +const void * RTTI_EveryNEvents = (void *)0x0537C840; +const void * RTTI_EveryNEventsInstance = (void *)0x0537C868; +const void * RTTI_ExecuteOnAliasedRefFunc = (void *)0x05187D98; +const void * RTTI_ExitChargen_ConfirmCallback = (void *)0x05290630; +const void * RTTI_Explosion = (void *)0x052BD538; +const void * RTTI_ExplosionClosestHitCollector = (void *)0x052FB8A8; +const void * RTTI_ExplosiveIndicatorDataModel = (void *)0x05247C90; +const void * RTTI_ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle = (void *)0x05247D80; +const void * RTTI_ExternalDataSourceMainStatusHandler = (void *)0x050BC940; +const void * RTTI_ExtraAcousticParent = (void *)0x05189880; +const void * RTTI_ExtraAction = (void *)0x05189EE8; +const void * RTTI_ExtraActivateRef = (void *)0x05189D40; +const void * RTTI_ExtraActivateText = (void *)0x051875E8; +const void * RTTI_ExtraActorCause = (void *)0x051887B0; +const void * RTTI_ExtraActorValueStorage = (void *)0x051874D0; +const void * RTTI_ExtraAliasInstanceArray = (void *)0x05189C78; +const void * RTTI_ExtraAmmo = (void *)0x051882A0; +const void * RTTI_ExtraAnimGraphManager = (void *)0x05189F68; +const void * RTTI_ExtraAnimGraphPreload = (void *)0x05189258; +const void * RTTI_ExtraAnimSounds = (void *)0x05187530; +const void * RTTI_ExtraAshPileRef = (void *)0x05189548; +const void * RTTI_ExtraAttachRef = (void *)0x05187A10; +const void * RTTI_ExtraAttachRefChildren = (void *)0x05187A38; +const void * RTTI_ExtraAttachedArrows3D = (void *)0x05187C50; +const void * RTTI_ExtraBadPosition = (void *)0x051880D8; +const void * RTTI_ExtraBendableSplineParams = (void *)0x05171CF8; +const void * RTTI_ExtraBlueprintPartOriginData = (void *)0x05188268; +const void * RTTI_ExtraBody = (void *)0x05189690; +const void * RTTI_ExtraBoneScaleMap = (void *)0x05187430; +const void * RTTI_ExtraCachedScale = (void *)0x05187B78; +const void * RTTI_ExtraCalcedPackIn = (void *)0x05187868; +const void * RTTI_ExtraCanTalkToPlayer = (void *)0x05189BA8; +const void * RTTI_ExtraCannotWear = (void *)0x05189AC8; +const void * RTTI_ExtraCell3D = (void *)0x05186D88; +const void * RTTI_ExtraCellAcousticSpace = (void *)0x05186BE8; +const void * RTTI_ExtraCellEnvMap = (void *)0x05187BF8; +const void * RTTI_ExtraCellGlobalDirtLayer = (void *)0x05186BB8; +const void * RTTI_ExtraCellImageSpace = (void *)0x05186CD8; +const void * RTTI_ExtraCellMusicType = (void *)0x05186C48; +const void * RTTI_ExtraCellSkyRegion = (void *)0x05186D58; +const void * RTTI_ExtraCellWaterEnvMap = (void *)0x05187C20; +const void * RTTI_ExtraCellWaterType = (void *)0x05186C18; +const void * RTTI_ExtraCharge = (void *)0x05188958; +const void * RTTI_ExtraCollisionData = (void *)0x05187D68; +const void * RTTI_ExtraCombatStyle = (void *)0x05187DC8; +const void * RTTI_ExtraConstrainedDecalData = (void *)0x051875B8; +const void * RTTI_ExtraCount = (void *)0x051884A8; +const void * RTTI_ExtraCreatureAwakeSound = (void *)0x05188808; +const void * RTTI_ExtraCulledBone = (void *)0x05188AA8; +const void * RTTI_ExtraCulledSubsegment = (void *)0x05187F28; +const void * RTTI_ExtraDesiredLegendaryRank = (void *)0x05187AC8; +const void * RTTI_ExtraDirectAtTarget = (void *)0x05189320; +const void * RTTI_ExtraDroppedItemList = (void *)0x05189A18; +const void * RTTI_ExtraEditorID = (void *)0x05188370; +const void * RTTI_ExtraEditorRefMoveData = (void *)0x051897C8; +const void * RTTI_ExtraEmittanceSource = (void *)0x05189820; +const void * RTTI_ExtraEnableStateChildren = (void *)0x05189D68; +const void * RTTI_ExtraEnableStateParent = (void *)0x05189DF0; +const void * RTTI_ExtraEnchantment = (void *)0x05188058; +const void * RTTI_ExtraEncounterZone = (void *)0x051898D8; +const void * RTTI_ExtraEssentialProtected = (void *)0x051873C8; +const void * RTTI_ExtraExteriorReflectionProbeAdjustmentVolume = (void *)0x05189C30; +const void * RTTI_ExtraExternalEmittanceData = (void *)0x05187668; +const void * RTTI_ExtraFXPickNodes = (void *)0x051873A0; +const void * RTTI_ExtraFactionChanges = (void *)0x05189988; +const void * RTTI_ExtraFavorCost = (void *)0x05188080; +const void * RTTI_ExtraFavorite = (void *)0x051882F0; +const void * RTTI_ExtraFlags = (void *)0x05187F88; +const void * RTTI_ExtraFogVolume = (void *)0x05189C08; +const void * RTTI_ExtraFollower = (void *)0x05188908; +const void * RTTI_ExtraFollowerSwimBreadcrumbs = (void *)0x05189CD8; +const void * RTTI_ExtraForcedLandingMarker = (void *)0x05187C80; +const void * RTTI_ExtraForcedTarget = (void *)0x05187FE0; +const void * RTTI_ExtraFriendHits = (void *)0x051897F8; +const void * RTTI_ExtraFromAlias = (void *)0x05187ED0; +const void * RTTI_ExtraFurnitureEntryData = (void *)0x051891F8; +const void * RTTI_ExtraGeometryDirtynessScale = (void *)0x051883E8; +const void * RTTI_ExtraGhost = (void *)0x05189A78; +const void * RTTI_ExtraGlobal = (void *)0x051884F8; +const void * RTTI_ExtraGroupedPackin = (void *)0x05187370; +const void * RTTI_ExtraGuardedRefData = (void *)0x05189738; +const void * RTTI_ExtraHasNoRumors = (void *)0x05187908; +const void * RTTI_ExtraHavok = (void *)0x05186DB0; +const void * RTTI_ExtraHeadTrackingWeight = (void *)0x05188100; +const void * RTTI_ExtraHeadingTarget = (void *)0x051887D8; +const void * RTTI_ExtraHealth = (void *)0x051889A8; +const void * RTTI_ExtraHorse = (void *)0x05188030; +const void * RTTI_ExtraIgnoredAttractKeywords = (void *)0x051873F8; +const void * RTTI_ExtraIgnoredBySandbox = (void *)0x05189768; +const void * RTTI_ExtraInitActions = (void *)0x05171D28; +const void * RTTI_ExtraInputEnableLayer = (void *)0x051892F0; +const void * RTTI_ExtraInstanceData = (void *)0x051893A8; +const void * RTTI_ExtraInteraction = (void *)0x051898B0; +const void * RTTI_ExtraInvestedGold = (void *)0x051878B8; +const void * RTTI_ExtraItemDropper = (void *)0x05189AA0; +const void * RTTI_ExtraKeywords = (void *)0x05187BD0; +const void * RTTI_ExtraLargeRefOwnerCells = (void *)0x05187D10; +const void * RTTI_ExtraLastFinishedSequence = (void *)0x05189AF0; +const void * RTTI_ExtraLevCreaModifier = (void *)0x051894E8; +const void * RTTI_ExtraLeveledBaseObject = (void *)0x051894B8; +const void * RTTI_ExtraLeveledCreature = (void *)0x05189F38; +const void * RTTI_ExtraLeveledItem = (void *)0x051884D0; +const void * RTTI_ExtraLight = (void *)0x05189F10; +const void * RTTI_ExtraLightAreaData = (void *)0x05188700; +const void * RTTI_ExtraLightBarndoorData = (void *)0x05188AD0; +const void * RTTI_ExtraLightColorData = (void *)0x05188610; +const void * RTTI_ExtraLightData = (void *)0x05187D40; +const void * RTTI_ExtraLightFlickerData = (void *)0x05188670; +const void * RTTI_ExtraLightGoboData = (void *)0x051886A0; +const void * RTTI_ExtraLightLayerData = (void *)0x05188640; +const void * RTTI_ExtraLightRoundnessData = (void *)0x051886D0; +const void * RTTI_ExtraLightStaticShadowMapData = (void *)0x05187CB0; +const void * RTTI_ExtraLightVolumetricData = (void *)0x051885C0; +const void * RTTI_ExtraLinkedChildrenAliasInstanceArray = (void *)0x051896D0; +const void * RTTI_ExtraLinkedRef = (void *)0x051888B8; +const void * RTTI_ExtraLinkedRefChildren = (void *)0x05189D98; +const void * RTTI_ExtraLitWaterRefs = (void *)0x05187988; +const void * RTTI_ExtraLocation = (void *)0x05187B28; +const void * RTTI_ExtraLocationRefType = (void *)0x05189D10; +const void * RTTI_ExtraLock = (void *)0x051885F0; +const void * RTTI_ExtraLockList = (void *)0x05187B50; +const void * RTTI_ExtraMagicCaster = (void *)0x05187030; +const void * RTTI_ExtraMapMarker = (void *)0x05189EC0; +const void * RTTI_ExtraMaterialSwap = (void *)0x05187640; +const void * RTTI_ExtraMissingRefIDs = (void *)0x05188448; +const void * RTTI_ExtraModIndex = (void *)0x05187738; +const void * RTTI_ExtraModRank = (void *)0x05187CE8; +const void * RTTI_ExtraModelSwap = (void *)0x05187930; +const void * RTTI_ExtraNavMeshPortal = (void *)0x05188190; +const void * RTTI_ExtraNorthRotation = (void *)0x05186C78; +const void * RTTI_ExtraObjectBreakable = (void *)0x05187500; +const void * RTTI_ExtraObjectSavedDynamicIdles = (void *)0x05187458; +const void * RTTI_ExtraObjectSavedUnrecoverableSubgraphs = (void *)0x05187490; +const void * RTTI_ExtraOcclusionPlaneRefData = (void *)0x05188158; +const void * RTTI_ExtraOpenCloseActivateRef = (void *)0x05187EF8; +const void * RTTI_ExtraOriginalBaseObject = (void *)0x05187EA0; +const void * RTTI_ExtraOriginalReference = (void *)0x05188888; +const void * RTTI_ExtraOutfitItem = (void *)0x05188980; +const void * RTTI_ExtraOwnership = (void *)0x05188570; +const void * RTTI_ExtraOwningInstance = (void *)0x05187A68; +const void * RTTI_ExtraPackage = (void *)0x05189E20; +const void * RTTI_ExtraPackageData = (void *)0x05187DF0; +const void * RTTI_ExtraPackageStartLocation = (void *)0x05189660; +const void * RTTI_ExtraPatrolRefData = (void *)0x05188758; +const void * RTTI_ExtraPatrolRefInUseData = (void *)0x05189CA8; +const void * RTTI_ExtraPersistentCell = (void *)0x05189630; +const void * RTTI_ExtraPlacedPlanetContent = (void *)0x05186F48; +const void * RTTI_ExtraPlayerCrimeList = (void *)0x05189E48; +const void * RTTI_ExtraPoison = (void *)0x05188860; +const void * RTTI_ExtraPowerArmor = (void *)0x05189350; +const void * RTTI_ExtraPowerArmorPreload = (void *)0x05189378; +const void * RTTI_ExtraPowerLinks = (void *)0x05188838; +const void * RTTI_ExtraPrimitive = (void *)0x05188318; +const void * RTTI_ExtraProceduralInstanceData = (void *)0x051876D0; +const void * RTTI_ExtraProcessMiddleLow = (void *)0x05186CA8; +const void * RTTI_ExtraProjectedDecalData = (void *)0x05188340; +const void * RTTI_ExtraPromotedRef = (void *)0x05189710; +const void * RTTI_ExtraPropertySheet = (void *)0x05187760; +const void * RTTI_ExtraRadioData = (void *)0x05188730; +const void * RTTI_ExtraRadioReceiver = (void *)0x05187558; +const void * RTTI_ExtraRadioRepeater = (void *)0x05187588; +const void * RTTI_ExtraRadius = (void *)0x05187E18; +const void * RTTI_ExtraRadiusFalloffExponent = (void *)0x05187E40; +const void * RTTI_ExtraRagDollData = (void *)0x05189570; +const void * RTTI_ExtraRandomAnimStartTime = (void *)0x051876A0; +const void * RTTI_ExtraRandomTeleportMarker = (void *)0x05189B20; +const void * RTTI_ExtraRangedDistOverride = (void *)0x05188478; +const void * RTTI_ExtraRank = (void *)0x05188520; +const void * RTTI_ExtraRefWeaponSounds = (void *)0x051892C0; +const void * RTTI_ExtraReferenceGroup = (void *)0x05187610; +const void * RTTI_ExtraReferenceHandles = (void *)0x05187AF8; +const void * RTTI_ExtraReflectedRefs = (void *)0x051879B0; +const void * RTTI_ExtraReflectorRefs = (void *)0x051879E0; +const void * RTTI_ExtraRefrPath = (void *)0x05189430; +const void * RTTI_ExtraRefractionProperty = (void *)0x051899E8; +const void * RTTI_ExtraRegionList = (void *)0x05186D30; +const void * RTTI_ExtraReservedMarkers = (void *)0x05189518; +const void * RTTI_ExtraRoomRefData = (void *)0x05189908; +const void * RTTI_ExtraRunOncePacks = (void *)0x05189DC8; +const void * RTTI_ExtraSavedAnimation = (void *)0x05189A48; +const void * RTTI_ExtraSavedHavokData = (void *)0x051899B8; +const void * RTTI_ExtraSayToTopicInfo = (void *)0x05189BD8; +const void * RTTI_ExtraSayTopicInfoOnceADay = (void *)0x05189930; +const void * RTTI_ExtraScale = (void *)0x051888E0; +const void * RTTI_ExtraSceneData = (void *)0x05188130; +const void * RTTI_ExtraScriptedAnimDependence = (void *)0x051893F8; +const void * RTTI_ExtraSeed = (void *)0x05189EA0; +const void * RTTI_ExtraSeenData = (void *)0x05186D08; +const void * RTTI_ExtraShipArrivalData = (void *)0x051882C0; +const void * RTTI_ExtraShipBlueprintSnapData = (void *)0x051895F8; +const void * RTTI_ExtraShouldWear = (void *)0x05189E78; +const void * RTTI_ExtraSnapLinks = (void *)0x05187348; +const void * RTTI_ExtraSoul = (void *)0x051896B0; +const void * RTTI_ExtraSound = (void *)0x05189960; +const void * RTTI_ExtraSoundHook = (void *)0x05188788; +const void * RTTI_ExtraSourcePackIn = (void *)0x05187890; +const void * RTTI_ExtraSpawnContainer = (void *)0x05189850; +const void * RTTI_ExtraStartingPosition = (void *)0x05188540; +const void * RTTI_ExtraStartingWorldOrCell = (void *)0x05189798; +const void * RTTI_ExtraTeleport = (void *)0x05188598; +const void * RTTI_ExtraTeleportName = (void *)0x05187E78; +const void * RTTI_ExtraTempLocationWorldSpace = (void *)0x051895C0; +const void * RTTI_ExtraTerminalMenuBodyTextItems = (void *)0x05187790; +const void * RTTI_ExtraTerminalMenuItems = (void *)0x05187800; +const void * RTTI_ExtraTerminalMenuMenuItems = (void *)0x05187830; +const void * RTTI_ExtraTerminalMenuUnlockedItems = (void *)0x051877C8; +const void * RTTI_ExtraTextDisplayData = (void *)0x051880A8; +const void * RTTI_ExtraTimeLeft = (void *)0x05188930; +const void * RTTI_ExtraTimeOfDayData = (void *)0x05187708; +const void * RTTI_ExtraTransitionCellCount = (void *)0x05187F58; +const void * RTTI_ExtraTraversalData = (void *)0x05189228; +const void * RTTI_ExtraTresPassPackage = (void *)0x05187A98; +const void * RTTI_ExtraUniqueID = (void *)0x05188008; +const void * RTTI_ExtraUsedMarkers = (void *)0x05189598; +const void * RTTI_ExtraVoiceType = (void *)0x051878E0; +const void * RTTI_ExtraVolumeData = (void *)0x05188420; +const void * RTTI_ExtraVolumeReflectionProbe_OffsetIntensity = (void *)0x051883A0; +const void * RTTI_ExtraWaterCurrentZoneData = (void *)0x05187FB0; +const void * RTTI_ExtraWaterData = (void *)0x051893D0; +const void * RTTI_ExtraWaterLightRefs = (void *)0x05187958; +const void * RTTI_ExtraWaterReflectionData = (void *)0x05187BA0; +const void * RTTI_ExtraWorkshopSnapping = (void *)0x051CFFE0; +const void * RTTI_ExtraWwiseSwitchData = (void *)0x051F1740; +const void * RTTI_EyeTrackingOffHandler = (void *)0x052F8CC0; +const void * RTTI_EyeTrackingOnHandler = (void *)0x052F8C28; +const void * RTTI_FACEFX_ACTOR = (void *)0x05172108; +const void * RTTI_FACEFX_BONESET = (void *)0x051722D0; +const void * RTTI_FOCollisionListener = (void *)0x051F9BF0; +const void * RTTI_FaceEmotionalIdleHandler = (void *)0x052F6140; +const void * RTTI_FaderMenu = (void *)0x05336AB8; +const void * RTTI_FanfareData = (void *)0x05239558; +const void * RTTI_FanfareMenu = (void *)0x05239530; +const void * RTTI_FanfareMenu__FanfareEventShuttle = (void *)0x05239458; +const void * RTTI_FarTravel__Arrival = (void *)0x052B5BC0; +const void * RTTI_FarTravel__Cruise = (void *)0x052B5B98; +const void * RTTI_FarTravel__Departure = (void *)0x052B5B00; +const void * RTTI_FarTravel__FarTravelOrbitalUpdateFadeDone = (void *)0x052B5B58; +const void * RTTI_FarTravel__FarTravelUnloadNode = (void *)0x051D50B0; +const void * RTTI_FarTravel__UpdateGalacticPositions = (void *)0x052B5AC8; +const void * RTTI_FavoritesManager = (void *)0x05337EE0; +const void * RTTI_FavoritesManager__FavoritesData = (void *)0x05337B98; +const void * RTTI_FavoritesManager__FavoritesEntryData = (void *)0x05337B58; +const void * RTTI_FavoritesManager__FavoritesUIDataEventShuttle = (void *)0x05337B10; +const void * RTTI_FavoritesMenu = (void *)0x05337E68; +const void * RTTI_FavoritesMenu_AssignQuickkey = (void *)0x05337930; +const void * RTTI_FavoritesMenu_UseQuickkey = (void *)0x05337968; +const void * RTTI_FindConnectedNavmeshInfosVisitor = (void *)0x0520C648; +const void * RTTI_FindDynamicNeighborsTask = (void *)0x05097B40; +const void * RTTI_FindEffectKeywordOnTargetFunctor = (void *)0x052B2508; +const void * RTTI_FindTriangleForLocationFilter = (void *)0x051607C0; +const void * RTTI_FindTriangleForLocationFilterCheckDeltaZ = (void *)0x051606E8; +const void * RTTI_FindTriangleForLocationTraversableFilter = (void *)0x053BE420; +const void * RTTI_FindTriangleForLocationWaterFilter = (void *)0x053BE460; +const void * RTTI_FireForgetModel = (void *)0x05247F50; +const void * RTTI_FireForgetModel__FireForgetEventShuttle = (void *)0x05247F78; +const void * RTTI_FireParticlesCollidedWithBodiesCallbackTask = (void *)0x05097C70; +const void * RTTI_FireParticlesCollidedWithParticlesCallbackTask = (void *)0x05097C20; +const void * RTTI_FireParticlesExitedSafeRegionCallbackTask = (void *)0x05097CC0; +const void * RTTI_FirstPersonState = (void *)0x05331B98; +const void * RTTI_FlameProjectile = (void *)0x052FB8E0; +const void * RTTI_FleePackage = (void *)0x050A0CF8; +const void * RTTI_FlightActionEndHandler = (void *)0x052F8D90; +const void * RTTI_FlightActionEntryEndHandler = (void *)0x052F8CF0; +const void * RTTI_FlightActionHandler = (void *)0x052F8D28; +const void * RTTI_FlightCameraState = (void *)0x05331CD0; +const void * RTTI_FlightCrashLandStartHandler = (void *)0x052F8D58; +const void * RTTI_FlightCruisingHandler = (void *)0x052F8BF8; +const void * RTTI_FlightHoveringHandler = (void *)0x052F8BC8; +const void * RTTI_FlightLandEndHandler = (void *)0x052F8E20; +const void * RTTI_FlightLandHandler = (void *)0x052F8E50; +const void * RTTI_FlightLandingHandler = (void *)0x052F8DF0; +const void * RTTI_FlightPerchingHandler = (void *)0x052F8DC0; +const void * RTTI_FlightTakeOffHandler = (void *)0x052F8B60; +const void * RTTI_Float3LightAnimData = (void *)0x051794A8; +const void * RTTI_Float4LightAnimData = (void *)0x05179478; +const void * RTTI_FloatLightAnimData = (void *)0x05179500; +const void * RTTI_FoodCraftingMenu = (void *)0x0527A6A8; +const void * RTTI_FootIKNode = (void *)0x053791F0; +const void * RTTI_FootIKNodeInstance = (void *)0x0537C098; +const void * RTTI_ForceWeaponFireHandler = (void *)0x052F6448; +const void * RTTI_FormStreamerLoadStorageWrapper = (void *)0x052BC6E0; +const void * RTTI_FormStreamerSaveStorageWrapper = (void *)0x052BC6A8; +const void * RTTI_FreeAdvancedCameraState = (void *)0x05331CA0; +const void * RTTI_FreeFlyCameraState = (void *)0x05331C70; +const void * RTTI_FreeTetheredCameraState = (void *)0x05331CF8; +const void * RTTI_FreeWalkCameraState = (void *)0x05331C40; +const void * RTTI_FrenzyEffect = (void *)0x052B32E8; +const void * RTTI_FurnitureCameraState = (void *)0x05331BC0; +const void * RTTI_FurnitureMarkerNavmeshPositionCache = (void *)0x05136950; +const void * RTTI_GPUCaptureHandler = (void *)0x0533A478; +const void * RTTI_GameBIEvents__PlayerBIEvents = (void *)0x052B5340; +const void * RTTI_GameMenuBase = (void *)0x05238C48; +const void * RTTI_GameScript__ActorValueEventHandler = (void *)0x05340FA0; +const void * RTTI_GameScript__AffinityEventHandler = (void *)0x05340FD8; +const void * RTTI_GameScript__BasicEventHandler = (void *)0x0535A808; +const void * RTTI_GameScript__BuilderEventHandler = (void *)0x05341D80; +const void * RTTI_GameScript__ChallengeEventHandler = (void *)0x0523EBB0; +const void * RTTI_GameScript__CombatEventHandler = (void *)0x05342180; +const void * RTTI_GameScript__CustomEventHandler = (void *)0x05343F00; +const void * RTTI_GameScript__DataFileHandleReaderWriter = (void *)0x05341620; +const void * RTTI_GameScript__DebuggerMessages__ContinueRequest = (void *)0x0533E4D0; +const void * RTTI_GameScript__DebuggerMessages__DisconnectRequest = (void *)0x0533E560; +const void * RTTI_GameScript__DebuggerMessages__Event = (void *)0x0533E678; +const void * RTTI_GameScript__DebuggerMessages__NextRequest = (void *)0x0533E310; +const void * RTTI_GameScript__DebuggerMessages__OutputEvent = (void *)0x0533E118; +const void * RTTI_GameScript__DebuggerMessages__PauseRequest = (void *)0x0533E518; +const void * RTTI_GameScript__DebuggerMessages__ProtocolMessage = (void *)0x0533E630; +const void * RTTI_GameScript__DebuggerMessages__Request = (void *)0x0533E5E8; +const void * RTTI_GameScript__DebuggerMessages__Response = (void *)0x0533E5A8; +const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsRequest = (void *)0x0533E3E0; +const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsResponse = (void *)0x0533D6F0; +const void * RTTI_GameScript__DebuggerMessages__StackTraceRequest = (void *)0x0533E430; +const void * RTTI_GameScript__DebuggerMessages__StackTraceResponse = (void *)0x0533D740; +const void * RTTI_GameScript__DebuggerMessages__StepInRequest = (void *)0x0533E2D0; +const void * RTTI_GameScript__DebuggerMessages__StepOutRequest = (void *)0x0533E280; +const void * RTTI_GameScript__DebuggerMessages__StoppedEvent = (void *)0x0533E0D8; +const void * RTTI_GameScript__DebuggerMessages__ThreadEvent = (void *)0x0533E098; +const void * RTTI_GameScript__DebuggerMessages__ThreadsRequest = (void *)0x0533E480; +const void * RTTI_GameScript__DebuggerMessages__ThreadsResponse = (void *)0x0533D790; +const void * RTTI_GameScript__DebuggerMessages__ValueRequest = (void *)0x0533E350; +const void * RTTI_GameScript__DebuggerMessages__ValueResponse = (void *)0x0533D660; +const void * RTTI_GameScript__DebuggerMessages__VariablesRequest = (void *)0x0533E390; +const void * RTTI_GameScript__DebuggerMessages__VariablesResponse = (void *)0x0533D6A0; +const void * RTTI_GameScript__DebuggerMessages__VersionEvent = (void *)0x0533E158; +const void * RTTI_GameScript__DelayFunctor = (void *)0x0533F0D8; +const void * RTTI_GameScript__DelayFunctorFactory = (void *)0x05143688; +const void * RTTI_GameScript__DistanceEventHandler = (void *)0x0535D5A0; +const void * RTTI_GameScript__FragmentEventHandler = (void *)0x05342FB0; +const void * RTTI_GameScript__HandlePolicy = (void *)0x0534A0C8; +const void * RTTI_GameScript__Internal__AnimationCallbacks = (void *)0x053415E0; +const void * RTTI_GameScript__Internal__LOSDetectionEventData = (void *)0x05344F60; +const void * RTTI_GameScript__Internal__LOSDirectEventData = (void *)0x05344E80; +const void * RTTI_GameScript__Internal__LOSEventData = (void *)0x05345198; +const void * RTTI_GameScript__InventoryEventHandler = (void *)0x05344C10; +const void * RTTI_GameScript__LOSEventHandler = (void *)0x053451D0; +const void * RTTI_GameScript__Logger = (void *)0x05343F38; +const void * RTTI_GameScript__MenuEventHandler = (void *)0x05345728; +const void * RTTI_GameScript__ObjectBindPolicy = (void *)0x0534A0F8; +const void * RTTI_GameScript__PathingCallbackMgr = (void *)0x05345DA8; +const void * RTTI_GameScript__Profiler = (void *)0x05345EC8; +const void * RTTI_GameScript__QuestCallbackMgr = (void *)0x053460F8; +const void * RTTI_GameScript__RemoteDebugger = (void *)0x0533E248; +const void * RTTI_GameScript__SaveFileHandleReaderWriter = (void *)0x053416D0; +const void * RTTI_GameScript__SavePatcher = (void *)0x053462B8; +const void * RTTI_GameScript__ScriptSpaceCellCreateComplete = (void *)0x05341B30; +const void * RTTI_GameScript__ScriptSpaceshipCreateComplete = (void *)0x05341AF0; +const void * RTTI_GameScript__SleepEventHandler = (void *)0x05346628; +const void * RTTI_GameScript__SoundCallbackMgr = (void *)0x053466C8; +const void * RTTI_GameScript__SpaceshipEventHandler = (void *)0x0535BB58; +const void * RTTI_GameScript__Store = (void *)0x053468F8; +const void * RTTI_GameScript__TeleportEventHandler = (void *)0x0535C200; +const void * RTTI_GameScript__TimerEventHandler = (void *)0x0535CB88; +const void * RTTI_GameScript__TrackedStatsEventHandler = (void *)0x0535CBC0; +const void * RTTI_GameScript__WaitEventHandler = (void *)0x0535DA98; +const void * RTTI_GameSettingCollection = (void *)0x05161A18; +const void * RTTI_GameUIGlobalFunc = (void *)0x05270988; +const void * RTTI_GameUIModel = (void *)0x05270AC8; +const void * RTTI_GameVM = (void *)0x0534A050; +const void * RTTI_GamebryoSequence = (void *)0x05379218; +const void * RTTI_GamebryoSequenceInstance = (void *)0x0537C0C8; +const void * RTTI_GenerateMappingToPointsBufferTask = (void *)0x05097A50; +const void * RTTI_GenerateObstacleTask = (void *)0x051A6808; +const void * RTTI_GenericFrameUpdateOperationsService = (void *)0x0516C100; +const void * RTTI_GetBestAmmoFunctor = (void *)0x051E7A98; +const void * RTTI_GetBestCutterFunctor = (void *)0x051E7C28; +const void * RTTI_GetBestLightFunctor = (void *)0x051E7A38; +const void * RTTI_GetBestWeaponFunctor = (void *)0x051E7A68; +const void * RTTI_GetMagicItemDescriptionFunctor = (void *)0x05186B58; +const void * RTTI_GetUpEndHandler = (void *)0x052F6CC0; +const void * RTTI_GetUpStartHandler = (void *)0x052F6AC0; +const void * RTTI_GlobalFunc_CloseAllMenus = (void *)0x052707F0; +const void * RTTI_GlobalFunc_CloseMenu = (void *)0x05270DB0; +const void * RTTI_GlobalFunc_PlayMenuSound = (void *)0x05270CD8; +const void * RTTI_GlobalFunc_StartGameRender = (void *)0x05270D48; +const void * RTTI_GlobalFunc_UserEvent = (void *)0x05270D80; +const void * RTTI_GraphReferenceNode = (void *)0x0536F488; +const void * RTTI_GraphReferenceNodeInstance = (void *)0x0536F450; +const void * RTTI_GraphicsInfoDataModel = (void *)0x0524B628; +const void * RTTI_GravJumpInitiateCompleteHandler = (void *)0x052F86F8; +const void * RTTI_GravJumpSearch = (void *)0x051A3538; +const void * RTTI_GrenadeProjectile = (void *)0x052FB908; +const void * RTTI_GridArray = (void *)0x0519B520; +const void * RTTI_GridCellArray = (void *)0x0519B9E0; +const void * RTTI_GroundPathPathingNodeGenerator = (void *)0x053C6EC8; +const void * RTTI_GroundPathRayValidator = (void *)0x053C6E98; +const void * RTTI_GuardActorPackageData = (void *)0x052E2788; +const void * RTTI_GuideEffect = (void *)0x052B1F98; +const void * RTTI_HUDAmmoCountModel = (void *)0x052710E0; +const void * RTTI_HUDAmmoCountModel__HUDAmmoCountModelShuttle = (void *)0x05271140; +const void * RTTI_HUDCommandIconData = (void *)0x05271340; +const void * RTTI_HUDCompassDataModel = (void *)0x0524B9C0; +const void * RTTI_HUDCrewBuffDataModel = (void *)0x05241DF0; +const void * RTTI_HUDCrosshairDataModel = (void *)0x0524C070; +const void * RTTI_HUDCrosshairDataModel__HUDCrosshairEventShuttle = (void *)0x0524C170; +const void * RTTI_HUDDataModel = (void *)0x052735A0; +const void * RTTI_HUDDataModel__HUDDataEventShuttle = (void *)0x052735C8; +const void * RTTI_HUDDirectionalHitIndicatorDataModel = (void *)0x052717D0; +const void * RTTI_HUDEnemyDataModel = (void *)0x0524C5B0; +const void * RTTI_HUDEnemyDataModel__HUDEnemyEventShuttle = (void *)0x0524C770; +const void * RTTI_HUDExperienceMeterDataModel = (void *)0x05271FA8; +const void * RTTI_HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle = (void *)0x052723B0; +const void * RTTI_HUDJetpackDataModel = (void *)0x0524C7F0; +const void * RTTI_HUDLocationDataModel = (void *)0x0524C908; +const void * RTTI_HUDMenu = (void *)0x05338218; +const void * RTTI_HUDMessageDataModel = (void *)0x0524CEF0; +const void * RTTI_HUDMessagesMenu = (void *)0x0527A6D0; +const void * RTTI_HUDNotification_MissionActiveWidgetUpdate = (void *)0x05274450; +const void * RTTI_HUDNotification_OpenDataMenu = (void *)0x052744C8; +const void * RTTI_HUDNotification_OpenMissionMenu = (void *)0x05274500; +const void * RTTI_HUDNotification_SetMissionActive = (void *)0x05274490; +const void * RTTI_HUDNotificationsModel = (void *)0x05274838; +const void * RTTI_HUDNotificationsModel__HUDNotificationsEventShuttle = (void *)0x05274B90; +const void * RTTI_HUDOpacityModel = (void *)0x05274D90; +const void * RTTI_HUDOpacityModel__HUDOpacityEventShuttle = (void *)0x05274DB8; +const void * RTTI_HUDRolloverActivationButtonEvent = (void *)0x0524A2C8; +const void * RTTI_HUDRolloverActivationCompanionListener = (void *)0x0524B278; +const void * RTTI_HUDRolloverActivationCorpseListener = (void *)0x0524B2B8; +const void * RTTI_HUDRolloverActivationDisplayCaseListener = (void *)0x0524A970; +const void * RTTI_HUDRolloverActivationDoorListener = (void *)0x0524B338; +const void * RTTI_HUDRolloverActivationFallbackListener = (void *)0x05248440; +const void * RTTI_HUDRolloverActivationLootListener = (void *)0x0524B370; +const void * RTTI_HUDRolloverActivationNPCListener = (void *)0x0524B3A8; +const void * RTTI_HUDRolloverActivationOutpostItemListener = (void *)0x05248480; +const void * RTTI_HUDRolloverActivationOutpostListener = (void *)0x052484C0; +const void * RTTI_HUDRolloverActivationOutpostQCListener = (void *)0x05248798; +const void * RTTI_HUDRolloverActivationQCItemPressEvent = (void *)0x0524A300; +const void * RTTI_HUDRolloverActivationQuickContainerListener = (void *)0x052487E0; +const void * RTTI_HUDRolloverActivationShipContainerListener = (void *)0x0524B490; +const void * RTTI_HUDRolloverActivationTeammateListener = (void *)0x0524B4D8; +const void * RTTI_HUDRolloverActivationTerminalListener = (void *)0x0524B518; +const void * RTTI_HUDRolloverDataModel = (void *)0x0524A5E8; +const void * RTTI_HUDSocialCommandData = (void *)0x05271310; +const void * RTTI_HUDSocialCommandDataModel = (void *)0x052714B0; +const void * RTTI_HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle = (void *)0x052711D0; +const void * RTTI_HUDStarbornPowersDataModel = (void *)0x0524D320; +const void * RTTI_HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle = (void *)0x0524D290; +const void * RTTI_HUDStealthDataModel = (void *)0x0524D688; +const void * RTTI_HUDStealthDataModel__HUDStealthEventShuttle = (void *)0x0524D740; +const void * RTTI_HUDSubtitleDataModel = (void *)0x0524DB48; +const void * RTTI_HUDSubtitleDataModel__HUDSubtitleEventShuttle = (void *)0x0524DC90; +const void * RTTI_HUDWatchEffectsModel = (void *)0x0524E318; +const void * RTTI_HUDWatchEffectsModel__HUDWatchEffectsModelShuttle = (void *)0x0524E410; +const void * RTTI_HangarShipSelection_ChangeSystemDisplay = (void *)0x0523CF60; +const void * RTTI_HangarShipSelection_RepairShip = (void *)0x0523CEF0; +const void * RTTI_HangarShipSelection_UpgradeSystem = (void *)0x0523CF28; +const void * RTTI_HasSpellVisitor = (void *)0x052DAB08; +const void * RTTI_HavokErrorCRTestApp = (void *)0x05136B48; +const void * RTTI_HavokFileStreambufWriter = (void *)0x051F9F60; +const void * RTTI_HavokParticleDef__BaseShape = (void *)0x0538DC30; +const void * RTTI_HavokParticleDef__BoxShape = (void *)0x0538DBC8; +const void * RTTI_HavokParticleDef__CapsuleShape = (void *)0x0538DBF8; +const void * RTTI_HavokParticleDef__ConvexShape = (void *)0x0538DCA0; +const void * RTTI_HavokParticleDef__CubeShape = (void *)0x0538DB90; +const void * RTTI_HavokParticleDef__CylinderShape = (void *)0x0538DC68; +const void * RTTI_HavokParticleDef__SphereShape = (void *)0x0538DB58; +const void * RTTI_HavokStreambufFactory = (void *)0x051F9E68; +const void * RTTI_Hazard = (void *)0x050A08C0; +const void * RTTI_HeadTrackingOffHandler = (void *)0x052F8C58; +const void * RTTI_HeadTrackingOnHandler = (void *)0x052F9060; +const void * RTTI_HeadTrackingRotationOffHandler = (void *)0x052F8B90; +const void * RTTI_HeadTrackingRotationOnHandler = (void *)0x052F8C88; +const void * RTTI_HealthDamageFunctor = (void *)0x052FD128; +const void * RTTI_HeapAllocator = (void *)0x0537F130; +const void * RTTI_HelpData = (void *)0x052400A8; +const void * RTTI_HelpDataModel = (void *)0x052400F0; +const void * RTTI_HelpDataModel__HelpDataModelEventShuttle = (void *)0x052401B8; +const void * RTTI_HelpTopicData = (void *)0x052400C8; +const void * RTTI_HideSubsegmentHandler = (void *)0x052F87D0; +const void * RTTI_HighlightManager = (void *)0x05199840; +const void * RTTI_HitFrameHandler = (void *)0x052F8EA8; +const void * RTTI_HorseCameraState = (void *)0x05331BF0; +const void * RTTI_HudModeDataModel = (void *)0x0524CFC8; +const void * RTTI_HudModeDataModel__HUDModeEventShuttle = (void *)0x0524D1D0; +const void * RTTI_IAIWorldLocation = (void *)0x05160488; +const void * RTTI_IAIWorldLocationHandle = (void *)0x051FC978; +const void * RTTI_IAimAssistImpl = (void *)0x05218950; +const void * RTTI_IAnimationEventDataForEachFunctor = (void *)0x051625B8; +const void * RTTI_IAnimationGraphManagerLoadingTask = (void *)0x051F4B28; +const void * RTTI_IAnimationStanceData = (void *)0x0537DD98; +const void * RTTI_IAnimationStreamWrite = (void *)0x051E8648; +const void * RTTI_IBGSBaseFormData = (void *)0x0515E6C8; +const void * RTTI_ICheckEndReachedFunctor = (void *)0x053C3FD8; +const void * RTTI_ICheckEndReachedFunctorMapper = (void *)0x053C4040; +const void * RTTI_ICommandLineHandler = (void *)0x05143590; +const void * RTTI_IConvexOverlapImpl = (void *)0x05091FA0; +const void * RTTI_IConvexOverlapImpl__ShapeInterface = (void *)0x05091FD0; +const void * RTTI_IDEvent = (void *)0x0537F6F8; +const void * RTTI_IDataModel = (void *)0x05168348; +const void * RTTI_IExplosionFactory = (void *)0x0513D2C0; +const void * RTTI_IFadeDoneCallback = (void *)0x051DE8A8; +const void * RTTI_IFormComponentFactoryCreator = (void *)0x050D6B00; +const void * RTTI_IFormComponentFactoryCreator__ReserveControl = (void *)0x05166DA0; +const void * RTTI_IFormFactory = (void *)0x05138AF0; +const void * RTTI_IFormFactory__IFactoryVisitor = (void *)0x05191BD8; +const void * RTTI_IHUDRolloverActivationListener = (void *)0x052483C8; +const void * RTTI_IMemoryManagerFile = (void *)0x052CCDD0; +const void * RTTI_IMemoryManagerFileFactory = (void *)0x0513B108; +const void * RTTI_IMemoryStore = (void *)0x052BCAF0; +const void * RTTI_IMemoryStoreBase = (void *)0x052BCAC8; +const void * RTTI_IMenu = (void *)0x0517DCE8; +const void * RTTI_IMessageBoxCallback = (void *)0x051DDCF8; +const void * RTTI_IMovementAvoidanceManager = (void *)0x052E2000; +const void * RTTI_IMovementControllerNPCFunctor = (void *)0x052CA5C0; +const void * RTTI_IMovementDirectControl = (void *)0x052E2030; +const void * RTTI_IMovementFormIDManager = (void *)0x0513B1C8; +const void * RTTI_IMovementPDControllerAccess = (void *)0x053C4170; +const void * RTTI_IMovementParameters = (void *)0x05135E48; +const void * RTTI_IMovementPlannerDirectControl = (void *)0x052E20C0; +const void * RTTI_IMovementPlannerSetArbitration = (void *)0x053C3A40; +const void * RTTI_IMovementPlayIdleResult = (void *)0x053C3ED0; +const void * RTTI_IMovementQueryFlight = (void *)0x053C6D18; +const void * RTTI_IMovementQueryPathFollowing = (void *)0x053C40A8; +const void * RTTI_IMovementQueryState = (void *)0x052E2218; +const void * RTTI_IMovementQueryStaticAvoider = (void *)0x053C4298; +const void * RTTI_IMovementQueryTweener = (void *)0x053C3E10; +const void * RTTI_IMovementQueryTweenerState = (void *)0x053C4480; +const void * RTTI_IMovementSetCorrectionData = (void *)0x053C44B8; +const void * RTTI_IMovementSetGoal = (void *)0x053C35F8; +const void * RTTI_IMovementSetPathFollowing = (void *)0x053C4078; +const void * RTTI_IMovementSetRollTarget = (void *)0x053C41A8; +const void * RTTI_IMovementSetSprinting = (void *)0x0519E4F8; +const void * RTTI_IMovementSetState = (void *)0x053C4110; +const void * RTTI_IMovementSetStaticAvoider = (void *)0x053C42D0; +const void * RTTI_IMovementSetWarp = (void *)0x052E22D8; +const void * RTTI_INIPrefSetting = (void *)0x05127518; +const void * RTTI_INIPrefSettingCollection = (void *)0x05167860; +const void * RTTI_INISettingCollection = (void *)0x050D4348; +const void * RTTI_INavmeshSearchFilterSet = (void *)0x0520DC80; +const void * RTTI_IOControlNode = (void *)0x05173230; +const void * RTTI_IOManager = (void *)0x05391BF0; +const void * RTTI_IOManagerThread = (void *)0x05391C10; +const void * RTTI_IOManager__SystemTaskService = (void *)0x05391B08; +const void * RTTI_IOPostProcessNode = (void *)0x05174218; +const void * RTTI_IOPostProcessTaskNode = (void *)0x05391AB0; +const void * RTTI_IOSystemTask = (void *)0x051741B8; +const void * RTTI_IOTask = (void *)0x0517E308; +const void * RTTI_IOTaskNode = (void *)0x05391AE0; +const void * RTTI_IPackageData = (void *)0x0509B928; +const void * RTTI_IPackageDataTypeCheck = (void *)0x05143BD8; +const void * RTTI_IPathBuilder = (void *)0x05205230; +const void * RTTI_IPathBuilderFactoryBase = (void *)0x050BFFB0; +const void * RTTI_IPathBuilderTracker = (void *)0x051436C0; +const void * RTTI_IPathFollowerState = (void *)0x053C7070; +const void * RTTI_IPathSmootherRayCast = (void *)0x053BE3F0; +const void * RTTI_IPathingNodeGenerator = (void *)0x053C6E38; +const void * RTTI_IPostAnimationChannelUpdateFunctor = (void *)0x051E8290; +const void * RTTI_IProcedure = (void *)0x05160DE0; +const void * RTTI_IProcedureTreeExecState = (void *)0x05160DB0; +const void * RTTI_IProcedureTreeItem = (void *)0x052024E0; +const void * RTTI_IRaceSubGraphDataFunctor = (void *)0x05162848; +const void * RTTI_ISelectIdleFilter = (void *)0x053C4B58; +const void * RTTI_ISmoothingRayValidator = (void *)0x053C6E68; +const void * RTTI_ISpecialPurposeComponentHandler = (void *)0x05143D80; +const void * RTTI_IStaticAvoidNodeManager = (void *)0x052E26B0; +const void * RTTI_IStringForwarder = (void *)0x05332B98; +const void * RTTI_ITempEffectFactory = (void *)0x050EDD68; +const void * RTTI_ITextRenderer = (void *)0x05143A08; +const void * RTTI_ITrianglePathSplitter = (void *)0x053BE3C0; +const void * RTTI_ITweenerNodeFollowerSetup = (void *)0x052E2368; +const void * RTTI_IUIValue = (void *)0x051683A8; +const void * RTTI_IValidateGoalFunctor = (void *)0x052FD4F0; +const void * RTTI_IVisitProcedures = (void *)0x051F3A30; +const void * RTTI_IdleDialogueEnterHandler = (void *)0x052F6A00; +const void * RTTI_IdleDialogueExitHandler = (void *)0x052F68F8; +const void * RTTI_IdleFlavorHandler = (void *)0x052F6208; +const void * RTTI_ImageFixtureEvent_RequestImage = (void *)0x053AE048; +const void * RTTI_ImageFixtureEvent_UnregisterImage = (void *)0x053AE080; +const void * RTTI_ImageFixtureManager = (void *)0x050D41E0; +const void * RTTI_ImageSpaceManagerAgent = (void *)0x0517CCE8; +const void * RTTI_ImageSpaceModifierInstance = (void *)0x051E1DF8; +const void * RTTI_ImageSpaceModifierInstanceCinematic = (void *)0x051E1DB8; +const void * RTTI_ImageSpaceModifierInstanceDOF = (void *)0x051E1EA0; +const void * RTTI_ImageSpaceModifierInstanceForm = (void *)0x051E1E30; +const void * RTTI_ImageSpaceModifierInstanceRB = (void *)0x051E1E68; +const void * RTTI_ImageSpaceModifierInstanceTemp = (void *)0x051E1ED8; +const void * RTTI_ImmunityEffect = (void *)0x052B1FC0; +const void * RTTI_IndustrialCraftingMenu = (void *)0x0527A6F8; +const void * RTTI_IngredientItem = (void *)0x05186860; +const void * RTTI_InitActionI = (void *)0x0517CBE8; +const void * RTTI_InitializeTraversalSubgraphDataFunctor = (void *)0x051A4490; +const void * RTTI_InputMemoryStreamBuffer = (void *)0x053D5FB0; +const void * RTTI_IntSeenData = (void *)0x0509E4D0; +const void * RTTI_InteractionCombatDataCollectFunctor = (void *)0x05198C90; +const void * RTTI_InterruptCastHandler = (void *)0x052F8898; +const void * RTTI_InventoryDataModelNS__InventoryItem = (void *)0x052399F0; +const void * RTTI_InventoryDataModelNS__LootItem = (void *)0x0524AF88; +const void * RTTI_InventoryMenu = (void *)0x0527C2A8; +const void * RTTI_InventoryMenu_Change3DView = (void *)0x0527CA98; +const void * RTTI_InventoryMenu_DropItem = (void *)0x0527C8C8; +const void * RTTI_InventoryMenu_HideModel = (void *)0x0527C868; +const void * RTTI_InventoryMenu_LoadModel = (void *)0x0527C838; +const void * RTTI_InventoryMenu_OnEnterCategory = (void *)0x0527C968; +const void * RTTI_InventoryMenu_OpenCargoHold = (void *)0x0527C9A0; +const void * RTTI_InventoryMenu_PaperDollTryOn = (void *)0x0527CA60; +const void * RTTI_InventoryMenu_ResetPaperDollInv = (void *)0x0527CAD0; +const void * RTTI_InventoryMenu_SelectItem = (void *)0x0527C898; +const void * RTTI_InventoryMenu_SetMouseOverModel = (void *)0x0527C930; +const void * RTTI_InventoryMenu_StartCloseAnim = (void *)0x0527C9D8; +const void * RTTI_InventoryMenu_ToggleFavorite = (void *)0x0527C8F8; +const void * RTTI_InventoryMenu_ToggleHelmet = (void *)0x0527C240; +const void * RTTI_InventoryMenu_ToggleSuit = (void *)0x0527C278; +const void * RTTI_InventoryScoringFunctor = (void *)0x051E7E78; +const void * RTTI_Inventory_SetSort = (void *)0x0524E8C8; +const void * RTTI_InvisibilityEffect = (void *)0x052B1FE8; +const void * RTTI_IronSightsState = (void *)0x05331C18; +const void * RTTI_ItemCraftingBase = (void *)0x052447F8; +const void * RTTI_ItemModInfoCardDataModel = (void *)0x0524F970; +const void * RTTI_ItemModInfoCardDataModel__ItemModInfoCardEventShuttle = (void *)0x0524F920; +const void * RTTI_ItemModdingBase = (void *)0x052449E0; +const void * RTTI_ItemModsDataModel = (void *)0x0524F380; +const void * RTTI_ItemModsDataModel__ItemModsEventShuttle = (void *)0x0524F340; +const void * RTTI_JetpackEffect = (void *)0x052B2308; +const void * RTTI_JetpackUtils__TESCellReferenceAttachDetachEventSink = (void *)0x052B23D0; +const void * RTTI_Json__BuiltStyledStreamWriter = (void *)0x05098940; +const void * RTTI_Json__CharReader = (void *)0x05098800; +const void * RTTI_Json__CharReaderBuilder = (void *)0x05098858; +const void * RTTI_Json__CharReader__Factory = (void *)0x05098828; +const void * RTTI_Json__OurCharReader = (void *)0x05098910; +const void * RTTI_Json__StreamWriter = (void *)0x05098888; +const void * RTTI_Json__StreamWriterBuilder = (void *)0x050988E0; +const void * RTTI_Json__StreamWriter__Factory = (void *)0x050988B0; +const void * RTTI_JumpAnimEventHandler = (void *)0x052F6A30; +const void * RTTI_KillActorHandler = (void *)0x052F9090; +const void * RTTI_KillMoveEndHandler = (void *)0x052F8A40; +const void * RTTI_KillMoveStartHandler = (void *)0x052F8A70; +const void * RTTI_KnockdownHandler = (void *)0x052F8638; +const void * RTTI_KnockdownTargetHandler = (void *)0x052F8608; +const void * RTTI_LODData = (void *)0x05176218; +const void * RTTI_LOD__Details__BGSPropagationSite = (void *)0x05166BD0; +const void * RTTI_LeftHandSpellCastHandler = (void *)0x052F92D8; +const void * RTTI_LeftHandSpellFireHandler = (void *)0x052F9280; +const void * RTTI_LegacyNif__BSEffectShaderProperty = (void *)0x05416338; +const void * RTTI_LegacyNif__BSLightingShaderProperty = (void *)0x054165C8; +const void * RTTI_LegacyNif__BSMasterParticleSystem = (void *)0x054161F0; +const void * RTTI_LegacyNif__BSMultiBound = (void *)0x05416228; +const void * RTTI_LegacyNif__BSMultiBoundNode = (void *)0x05416258; +const void * RTTI_LegacyNif__BSMultiBoundOBB = (void *)0x05416190; +const void * RTTI_LegacyNif__BSPSysInheritVelocityModifier = (void *)0x05416488; +const void * RTTI_LegacyNif__BSPSysLODModifier = (void *)0x05415DF8; +const void * RTTI_LegacyNif__BSPSysScaleModifier = (void *)0x05415F30; +const void * RTTI_LegacyNif__BSPSysSimpleColorModifier = (void *)0x05416050; +const void * RTTI_LegacyNif__BSPSysSubTexModifier = (void *)0x05416018; +const void * RTTI_LegacyNif__BSPositionData = (void *)0x054161C0; +const void * RTTI_LegacyNif__BSShaderProperty = (void *)0x05416608; +const void * RTTI_LegacyNif__BSShaderTextureSet = (void *)0x05416560; +const void * RTTI_LegacyNif__BSSubIndexTriShape = (void *)0x05416158; +const void * RTTI_LegacyNif__BSWaterShaderProperty = (void *)0x05416370; +const void * RTTI_LegacyNif__BSWindModifier = (void *)0x05416530; +const void * RTTI_LegacyNif__NiAlphaProperty = (void *)0x05416598; +const void * RTTI_LegacyNif__NiPSysAgeDeathModifier = (void *)0x05415D90; +const void * RTTI_LegacyNif__NiPSysBombModifier = (void *)0x05415FE0; +const void * RTTI_LegacyNif__NiPSysBoundUpdateModifier = (void *)0x05415F68; +const void * RTTI_LegacyNif__NiPSysBoxEmitter = (void *)0x05416450; +const void * RTTI_LegacyNif__NiPSysColliderManager = (void *)0x05416640; +const void * RTTI_LegacyNif__NiPSysCylinderEmitter = (void *)0x05416418; +const void * RTTI_LegacyNif__NiPSysData = (void *)0x05415E68; +const void * RTTI_LegacyNif__NiPSysDragModifier = (void *)0x054160C8; +const void * RTTI_LegacyNif__NiPSysGravityModifier = (void *)0x054164C8; +const void * RTTI_LegacyNif__NiPSysMeshEmitter = (void *)0x05416678; +const void * RTTI_LegacyNif__NiPSysPlanarCollider = (void *)0x054166B0; +const void * RTTI_LegacyNif__NiPSysPositionModifier = (void *)0x05416090; +const void * RTTI_LegacyNif__NiPSysRotationModifier = (void *)0x05415FA8; +const void * RTTI_LegacyNif__NiPSysSpawnModifier = (void *)0x05415E30; +const void * RTTI_LegacyNif__NiPSysSphereEmitter = (void *)0x054163A8; +const void * RTTI_LegacyNif__NiParticleSystem = (void *)0x05415EC8; +const void * RTTI_LegacyNif__SkyShaderProperty = (void *)0x05416300; +const void * RTTI_LensFlareAttachmentComponent = (void *)0x051677F8; +const void * RTTI_LevelUp_AnimFinished = (void *)0x05272E10; +const void * RTTI_LevelUp_OnWidgetShown = (void *)0x05272EA0; +const void * RTTI_LevelUp_OpenDataMenu = (void *)0x05272E70; +const void * RTTI_LevelUp_ShowSkills = (void *)0x05272E40; +const void * RTTI_LightAnimFormComponent = (void *)0x0509BF38; +const void * RTTI_LightAttachmentFormComponent = (void *)0x05179638; +const void * RTTI_LightAttachmentRuntimeComponentUpdateService = (void *)0x052CC070; +const void * RTTI_LightEffect = (void *)0x050A08E0; +const void * RTTI_LinearVariable = (void *)0x0537C7E8; +const void * RTTI_LinearVariableInstance = (void *)0x0537C810; +const void * RTTI_LinkedCellProcessHelper = (void *)0x0536D4B8; +const void * RTTI_LoadBufferStorageWrapper = (void *)0x052BC678; +const void * RTTI_LoadFileStorageWrapper = (void *)0x052BC648; +const void * RTTI_LoadGameMagicCasterVisitor = (void *)0x052D7808; +const void * RTTI_LoadSavePanelDataModel = (void *)0x05251058; +const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle = (void *)0x05251010; +const void * RTTI_LoadScreenRenderingEventHandler = (void *)0x0523FB48; +const void * RTTI_LoadStorageWrapperBase = (void *)0x052BC980; +const void * RTTI_LoadTraversalSubgraphDataFunctor = (void *)0x051A4458; +const void * RTTI_LoadedAreaBound = (void *)0x051FA2E8; +const void * RTTI_LoadedCellDB__IStateControl = (void *)0x051744A0; +const void * RTTI_LoadedCellDB__LoadCell = (void *)0x05174240; +const void * RTTI_LoadedCellDB__PostProcessCell = (void *)0x051741E0; +const void * RTTI_LoadedCellDB__SignalDoneTask = (void *)0x05173E28; +const void * RTTI_LoadingMenu = (void *)0x05338268; +const void * RTTI_LoadingMenuDataModel = (void *)0x05250388; +const void * RTTI_LoadingMenuDataModel__LoadingMenuEventShuttle = (void *)0x05250440; +const void * RTTI_LoadingMenu_RefreshText = (void *)0x05338238; +const void * RTTI_LocalEnvData = (void *)0x05251178; +const void * RTTI_LocalEnvData_Frequent = (void *)0x05251148; +const void * RTTI_LocalEnvironmentDataModel = (void *)0x05251260; +const void * RTTI_LocationTextWidget_FinishedQueue = (void *)0x05272ED0; +const void * RTTI_LockEffect = (void *)0x052B24A8; +const void * RTTI_LocomotionBlend = (void *)0x0537CFE8; +const void * RTTI_LocomotionBlendInstance = (void *)0x0537CFB8; +const void * RTTI_LookAtChainData = (void *)0x0516E008; +const void * RTTI_LookAtChainInstance = (void *)0x0516DF80; +const void * RTTI_LookAtNode = (void *)0x0537CDC8; +const void * RTTI_LookAtNodeInstance = (void *)0x0537CD98; +const void * RTTI_LoopingActivateHandler = (void *)0x052F66E8; +const void * RTTI_MagicCaster = (void *)0x05187008; +const void * RTTI_MagicCaster__PostCreationCallback = (void *)0x052B24D0; +const void * RTTI_MagicItem = (void *)0x050B1E40; +const void * RTTI_MagicItemDataCollector = (void *)0x052B1928; +const void * RTTI_MagicItemFindKeywordFunctor = (void *)0x05186930; +const void * RTTI_MagicItemTraversalFunctor = (void *)0x05186968; +const void * RTTI_MagicTarget = (void *)0x05275770; +const void * RTTI_MagicTarget__IPostCreationModification = (void *)0x052B1B00; +const void * RTTI_Main = (void *)0x052CA4C0; +const void * RTTI_MainMenu = (void *)0x0533A2C0; +const void * RTTI_MainMenuConfirmationDataModel = (void *)0x05251988; +const void * RTTI_MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle = (void *)0x05251930; +const void * RTTI_MainMenuGamerInfoDataModel = (void *)0x05251F60; +const void * RTTI_MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle = (void *)0x05251F10; +const void * RTTI_MainMenuListDataModel = (void *)0x05251828; +const void * RTTI_MainMenuListDataModel__MainMenuListEventShuttle = (void *)0x052517E0; +const void * RTTI_MainMenuMOTDDataModel = (void *)0x05251E28; +const void * RTTI_MainMenuMOTDDataModel__MOTDDataModelEventShuttle = (void *)0x05251DE0; +const void * RTTI_MainMenuPipelineProgressDataModel = (void *)0x052520C8; +const void * RTTI_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle = (void *)0x05252060; +const void * RTTI_MainMenuStateDataModel = (void *)0x05252FE8; +const void * RTTI_MainMenuStateDataModel__MainMenuStateEventShuttle = (void *)0x052530B0; +const void * RTTI_MainMenu_ActionCanceled = (void *)0x05339D60; +const void * RTTI_MainMenu_ActionConfirmed = (void *)0x05339D30; +const void * RTTI_MainMenu_ConfirmLoad = (void *)0x0533A178; +const void * RTTI_MainMenu_DeleteSave = (void *)0x0533A1A8; +const void * RTTI_MainMenu_LegalScreenComplete = (void *)0x0533A238; +const void * RTTI_MainMenu_SetCharacter = (void *)0x0533A1D8; +const void * RTTI_MainMenu_StartAction = (void *)0x05339D00; +const void * RTTI_MainMenu_StartLoad = (void *)0x05339D90; +const void * RTTI_MainMenu_UploadSave = (void *)0x0533A208; +const void * RTTI_MassSpringDampenVariable = (void *)0x0537C458; +const void * RTTI_MassSpringDampenVariableInstance = (void *)0x0537C488; +const void * RTTI_MaterialLayerInterface = (void *)0x0518D3E0; +const void * RTTI_MaterialLayerSequence = (void *)0x053793D8; +const void * RTTI_MaterialLayerSequenceInstance = (void *)0x0537C0F8; +const void * RTTI_MeleeAimAssistData = (void *)0x051C9990; +const void * RTTI_MeleeAimAssistImpl = (void *)0x052188F8; +const void * RTTI_MemoryManagement__PMPEventSink = (void *)0x051437C0; +const void * RTTI_MemoryManagerFile = (void *)0x052CCDA8; +const void * RTTI_MenuActor = (void *)0x05275798; +const void * RTTI_MenuControls = (void *)0x0533A698; +const void * RTTI_MenuCursor = (void *)0x053ADAA8; +const void * RTTI_MenuOpenHandler = (void *)0x0533A450; +const void * RTTI_MenuPaperDoll = (void *)0x05275A88; +const void * RTTI_MenuTopicManager = (void *)0x052B3DB0; +const void * RTTI_MergeNode = (void *)0x0537D038; +const void * RTTI_MergeNodeInstance = (void *)0x0537D010; +const void * RTTI_MeshLODDistanceOverride = (void *)0x05176238; +const void * RTTI_MessageBoxMenu = (void *)0x0533B088; +const void * RTTI_MessageBoxMenu_OnBackOut = (void *)0x0533B708; +const void * RTTI_MessageBoxMenu_OnButtonPress = (void *)0x0533B6D0; +const void * RTTI_MessageBoxMenu__MessageBoxMenuEventShuttle = (void *)0x0533B290; +const void * RTTI_MessageMenuManager = (void *)0x0533B358; +const void * RTTI_MigrateSharedStateFromPreviousView = (void *)0x052BA2F0; +const void * RTTI_MirrorModifier = (void *)0x05379408; +const void * RTTI_MirrorModifierInstance = (void *)0x0537C130; +const void * RTTI_MiscStatManager__FindStatByCRC = (void *)0x051F3A58; +const void * RTTI_MissileProjectile = (void *)0x052FAEE8; +const void * RTTI_MissionBoardMenu = (void *)0x0527D7E8; +const void * RTTI_MissionBoardMenu__MissionBoardMenuEventShuttle = (void *)0x0527D950; +const void * RTTI_MissionBoard_MissionEntryChanged = (void *)0x0527D460; +const void * RTTI_MissionBoard_MissionEntryPressed = (void *)0x0527D428; +const void * RTTI_MissionMenu_ClearState = (void *)0x05279000; +const void * RTTI_MissionMenu_PlotToLocation = (void *)0x05278EF8; +const void * RTTI_MissionMenu_RejectQuest = (void *)0x05278F68; +const void * RTTI_MissionMenu_SaveCategoryIndex = (void *)0x05278FC8; +const void * RTTI_MissionMenu_SaveOpenedId = (void *)0x05278F98; +const void * RTTI_MissionMenu_ShowItemLocation = (void *)0x05278EC0; +const void * RTTI_MissionMenu_ToggleQTDisplay = (void *)0x05279030; +const void * RTTI_MissionMenu_ToggleTrackingQuest = (void *)0x05278F30; +const void * RTTI_MobIterOperator = (void *)0x051F5D68; +const void * RTTI_ModelReferenceEffect = (void *)0x052B29F0; +const void * RTTI_MomentumAnimation = (void *)0x0537C7C0; +const void * RTTI_MomentumAnimationInstance = (void *)0x0537C790; +const void * RTTI_MomentumSwitchback = (void *)0x0537C728; +const void * RTTI_MomentumSwitchbackInstance = (void *)0x0537C758; +const void * RTTI_MonocleMenu = (void *)0x05280308; +const void * RTTI_MonocleMenu_Bioscan = (void *)0x0527F110; +const void * RTTI_MonocleMenu_FastTravel = (void *)0x0527EF80; +const void * RTTI_MonocleMenu_Harvest = (void *)0x0527F140; +const void * RTTI_MonocleMenu_Initialize = (void *)0x0527F1D0; +const void * RTTI_MonocleMenu_Outpost = (void *)0x0527F170; +const void * RTTI_MonocleMenu_PhotoMode = (void *)0x0527F0B0; +const void * RTTI_MonocleMenu_Shutdown = (void *)0x0527F1A0; +const void * RTTI_MonocleMenu_SocialSpell = (void *)0x0527F0E0; +const void * RTTI_MonocleMenu_StartContainerView = (void *)0x0527EFE8; +const void * RTTI_MonocleMenu_StopContainerView = (void *)0x0527EFB0; +const void * RTTI_MonocleMenu_SurfaceMap = (void *)0x0527F020; +const void * RTTI_MonocleMenu_UseListScrollControls = (void *)0x0527EF48; +const void * RTTI_MonocleMenu_ZoomIn = (void *)0x0527F080; +const void * RTTI_MonocleMenu_ZoomOut = (void *)0x0527F050; +const void * RTTI_MonocleUIDataModel = (void *)0x0526ECC0; +const void * RTTI_MonocleUIDataModel__EventData = (void *)0x0526F740; +const void * RTTI_MonocleUIDataModel__MenuData = (void *)0x0526F210; +const void * RTTI_MonocleUIDataModel__MenuFreqData = (void *)0x0526F550; +const void * RTTI_MonocleUIDataModel__MonocleUIDataEventShuttle = (void *)0x0526EFE0; +const void * RTTI_MonocleUIDataModel__PickRefData = (void *)0x0526F778; +const void * RTTI_MonocleUIDataModel__ResourceArcData = (void *)0x0526F028; +const void * RTTI_MonocleUIDataModel__ResourceData = (void *)0x0526F068; +const void * RTTI_MonocleUIDataModel__ScannableMapMarkerData = (void *)0x0526F440; +const void * RTTI_MonocleUIDataModel__SocialSpellData = (void *)0x0526EFA0; +const void * RTTI_MorphDriverData = (void *)0x051CA660; +const void * RTTI_MorphDriverInstance = (void *)0x051CA780; +const void * RTTI_MotionDrivenHandler = (void *)0x052F6B98; +const void * RTTI_MotionDrivenHandlerReference = (void *)0x052F8238; +const void * RTTI_MountDismountEndHandler = (void *)0x052F6D10; +const void * RTTI_MountInteraction = (void *)0x052DC690; +const void * RTTI_MouseMoveEvent = (void *)0x0537F6D0; +const void * RTTI_MovementAgent = (void *)0x0519E568; +const void * RTTI_MovementAgentActorAvoider = (void *)0x053C4300; +const void * RTTI_MovementAgentActorState = (void *)0x053C40E0; +const void * RTTI_MovementAgentFlightController = (void *)0x053C4138; +const void * RTTI_MovementAgentFlightControllerDetached = (void *)0x053C45E0; +const void * RTTI_MovementAgentPathFollowerFlight = (void *)0x053C6CE0; +const void * RTTI_MovementAgentPathFollowerStandard = (void *)0x053C3F40; +const void * RTTI_MovementAgentPathFollowerVirtual = (void *)0x053C45A8; +const void * RTTI_MovementArbiter = (void *)0x053C3528; +const void * RTTI_MovementArbitrationAverageFloat = (void *)0x053C48B0; +const void * RTTI_MovementArbitrationMaxWeightParameters = (void *)0x053C4738; +const void * RTTI_MovementArbitrationMaxWeightPoint = (void *)0x053C4808; +const void * RTTI_MovementArbitrationVectorAdd = (void *)0x053C73F8; +const void * RTTI_MovementAvoidBoxEventAdapter = (void *)0x052CAE00; +const void * RTTI_MovementAvoidanceManager = (void *)0x052E1E58; +const void * RTTI_MovementComponentEventHandler = (void *)0x0519E380; +const void * RTTI_MovementControllerAI = (void *)0x0519E350; +const void * RTTI_MovementControllerComponent = (void *)0x0519E318; +const void * RTTI_MovementControllerComponentData = (void *)0x0519E2E0; +const void * RTTI_MovementControllerNPC = (void *)0x052E2090; +const void * RTTI_MovementControllerNullDataTracker = (void *)0x053C49D8; +const void * RTTI_MovementControllerRegisterInterface = (void *)0x053C4B18; +const void * RTTI_MovementHandlerAgent = (void *)0x0519E5F0; +const void * RTTI_MovementHandlerAgentAngleGain = (void *)0x053C6D48; +const void * RTTI_MovementHandlerAgentDirectControl = (void *)0x052E20F8; +const void * RTTI_MovementHandlerAgentDirectionPassThrough = (void *)0x053C6CA0; +const void * RTTI_MovementHandlerAgentFlightBoostTrigger = (void *)0x0519E528; +const void * RTTI_MovementHandlerAgentGraphDrivenAnimationDriven = (void *)0x0519E620; +const void * RTTI_MovementHandlerAgentPlayerControls = (void *)0x0519E6D8; +const void * RTTI_MovementHandlerAgentPlayerControlsActionTrigger = (void *)0x0519E750; +const void * RTTI_MovementHandlerAgentPlayerFlightControls = (void *)0x0519E798; +const void * RTTI_MovementHandlerAgentSprintActionTrigger = (void *)0x052E2130; +const void * RTTI_MovementHandlerAgentStairsHelper = (void *)0x052E2170; +const void * RTTI_MovementHandlerAgentStandard = (void *)0x053C4570; +const void * RTTI_MovementHandlerAgentStorePlannerOutput = (void *)0x053C4530; +const void * RTTI_MovementHandlerArbiter = (void *)0x053C3C80; +const void * RTTI_MovementLargeDelta__IEnumVisitor = (void *)0x051F3B88; +const void * RTTI_MovementMessage = (void *)0x051A3560; +const void * RTTI_MovementMessageActivateDoor = (void *)0x053C5558; +const void * RTTI_MovementMessageActorCollision = (void *)0x052E21A8; +const void * RTTI_MovementMessageApproachingDoor = (void *)0x053C5590; +const void * RTTI_MovementMessageBeginLandingApproach = (void *)0x051A35B8; +const void * RTTI_MovementMessageBlocked = (void *)0x053C6BA0; +const void * RTTI_MovementMessageDoor = (void *)0x053C55C8; +const void * RTTI_MovementMessageGravJump = (void *)0x051A5718; +const void * RTTI_MovementMessageJump = (void *)0x053C6C38; +const void * RTTI_MovementMessageLand = (void *)0x051A56E8; +const void * RTTI_MovementMessageNewPath = (void *)0x053C3470; +const void * RTTI_MovementMessagePathCleared = (void *)0x053C5458; +const void * RTTI_MovementMessagePathComplete = (void *)0x053C54C0; +const void * RTTI_MovementMessagePathEvent = (void *)0x053C3440; +const void * RTTI_MovementMessagePathFailed = (void *)0x053C5490; +const void * RTTI_MovementMessagePlayIdle = (void *)0x053C6BD0; +const void * RTTI_MovementMessageSetStaticPath = (void *)0x053C6C00; +const void * RTTI_MovementMessageTakeOff = (void *)0x051A3588; +const void * RTTI_MovementMessageTraversal = (void *)0x053C54F8; +const void * RTTI_MovementMessageUpdateRequestImmediate = (void *)0x053C3400; +const void * RTTI_MovementMessageWarpToLocation = (void *)0x053C6B68; +const void * RTTI_MovementMessageWarpToMultiple = (void *)0x053C6C68; +const void * RTTI_MovementParameters = (void *)0x05135E18; +const void * RTTI_MovementParametersFixed = (void *)0x052313B8; +const void * RTTI_MovementPathManagerAgent = (void *)0x053C3620; +const void * RTTI_MovementPathManagerAgentAvoidBox = (void *)0x053C4410; +const void * RTTI_MovementPathManagerAgentLoadedAreaMonitor = (void *)0x053C41E0; +const void * RTTI_MovementPathManagerAgentStaticAvoider = (void *)0x053C4258; +const void * RTTI_MovementPathManagerArbiter = (void *)0x053C3550; +const void * RTTI_MovementPathManagerNullTracker = (void *)0x053C34F0; +const void * RTTI_MovementPlannerAgent = (void *)0x052E2248; +const void * RTTI_MovementPlannerAgentDirectControl = (void *)0x052E21E0; +const void * RTTI_MovementPlannerAgentNavmeshBounds = (void *)0x053C4220; +const void * RTTI_MovementPlannerAgentWarp = (void *)0x052E22A8; +const void * RTTI_MovementPlannerArbiter = (void *)0x053C3A10; +const void * RTTI_MovementPostUpdateArbiter = (void *)0x053C3E40; +const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData = (void *)0x053C4B80; +const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToPath = (void *)0x053C4BE0; +const void * RTTI_MovementStateFollowPath = (void *)0x053C33D0; +const void * RTTI_MovementStateTweener = (void *)0x053C3368; +const void * RTTI_MovementTweenerAgent = (void *)0x052E2300; +const void * RTTI_MovementTweenerAgentFixedDelta = (void *)0x053C4448; +const void * RTTI_MovementTweenerAgentNodeFollower = (void *)0x052E2330; +const void * RTTI_MovementTweenerAgentTargetPosAndVel = (void *)0x053C44F0; +const void * RTTI_MovementTweenerArbiter = (void *)0x053C3DB0; +const void * RTTI_MoviePlayer = (void *)0x052BD2D0; +const void * RTTI_MultiFootIKNode = (void *)0x0537C570; +const void * RTTI_MultiFootIKNodeInstance = (void *)0x0537C598; +const void * RTTI_NEW_REFR_DATA = (void *)0x051781F0; +const void * RTTI_NPCAttachHandler = (void *)0x052F6CE8; +const void * RTTI_NPCDetachHandler = (void *)0x052F6C00; +const void * RTTI_NavGenUtil__TunnelTerraintFilter = (void *)0x0519FD18; +const void * RTTI_NavMesh = (void *)0x0509F098; +const void * RTTI_NavMeshGenContext = (void *)0x05169C78; +const void * RTTI_NavMeshGenData = (void *)0x051693C8; +const void * RTTI_NavMeshGenFinalizer = (void *)0x051A1328; +const void * RTTI_NavMeshGenInputBorderProcessTask = (void *)0x05169B70; +const void * RTTI_NavMeshGenInputProcessor = (void *)0x051A1680; +const void * RTTI_NavMeshGenOutputProcessor = (void *)0x051A16E8; +const void * RTTI_NavMeshGenSplitter = (void *)0x051A1718; +const void * RTTI_NavMeshGenStitcher = (void *)0x051A18B0; +const void * RTTI_NavMeshGenerator = (void *)0x051A0488; +const void * RTTI_NavMeshGenerator__NavMeshGenCellsNode = (void *)0x051A08A8; +const void * RTTI_NavMeshInfo = (void *)0x0520B7B0; +const void * RTTI_NavMeshInfoMap = (void *)0x0520B8A8; +const void * RTTI_NavMeshObstacleCoverManager = (void *)0x05125A28; +const void * RTTI_NavMeshObstacleManager = (void *)0x0520BCD8; +const void * RTTI_NavMeshSearchClosePoint = (void *)0x0520D7D0; +const void * RTTI_NavMeshSearchFitSphere = (void *)0x0520D9C8; +const void * RTTI_NavMeshSearchFlee = (void *)0x0520DBE8; +const void * RTTI_NavMeshSearchHide = (void *)0x0520DC58; +const void * RTTI_NavMeshSearchLOS = (void *)0x0520DE78; +const void * RTTI_NavMeshSearchLargestSpaceNearLocation = (void *)0x0520D9F8; +const void * RTTI_NavMeshSearchSLPoint = (void *)0x0520DEA0; +const void * RTTI_NavMeshSplineExtraData = (void *)0x051CFB20; +const void * RTTI_NiAVObject = (void *)0x05125968; +const void * RTTI_NiAdditionalGeometryData = (void *)0x054167F8; +const void * RTTI_NiAmbientLight = (void *)0x054167D0; +const void * RTTI_NiBSplineBasisData = (void *)0x05414440; +const void * RTTI_NiBSplineColorInterpolator = (void *)0x05414498; +const void * RTTI_NiBSplineCompColorInterpolator = (void *)0x054144D0; +const void * RTTI_NiBSplineCompFloatInterpolator = (void *)0x05414540; +const void * RTTI_NiBSplineCompPoint3Interpolator = (void *)0x054145B0; +const void * RTTI_NiBSplineCompTransformInterpolator = (void *)0x05414308; +const void * RTTI_NiBSplineData = (void *)0x05414470; +const void * RTTI_NiBSplineFloatInterpolator = (void *)0x05414508; +const void * RTTI_NiBSplineInterpolator = (void *)0x054142D8; +const void * RTTI_NiBSplinePoint3Interpolator = (void *)0x05414578; +const void * RTTI_NiBSplineTransformInterpolator = (void *)0x05414348; +const void * RTTI_NiBillboardNode = (void *)0x05415A78; +const void * RTTI_NiBinaryExtraData = (void *)0x05416828; +const void * RTTI_NiBinaryStream = (void *)0x051F49B8; +const void * RTTI_NiBlendAccumTransformInterpolator = (void *)0x05413DD0; +const void * RTTI_NiBlendBoolInterpolator = (void *)0x05414108; +const void * RTTI_NiBlendColorInterpolator = (void *)0x05414380; +const void * RTTI_NiBlendFloatInterpolator = (void *)0x05413F40; +const void * RTTI_NiBlendInterpolator = (void *)0x05413E38; +const void * RTTI_NiBlendPoint3Interpolator = (void *)0x054143B0; +const void * RTTI_NiBlendQuaternionInterpolator = (void *)0x054143E0; +const void * RTTI_NiBlendTransformInterpolator = (void *)0x05413FD8; +const void * RTTI_NiBoolData = (void *)0x05414418; +const void * RTTI_NiBoolInterpolator = (void *)0x05414070; +const void * RTTI_NiBoolTimelineInterpolator = (void *)0x054140A0; +const void * RTTI_NiBooleanExtraData = (void *)0x05416850; +const void * RTTI_NiCamera = (void *)0x054152F0; +const void * RTTI_NiCollisionObject = (void *)0x052DC270; +const void * RTTI_NiColorData = (void *)0x054145E8; +const void * RTTI_NiColorExtraData = (void *)0x05415CA0; +const void * RTTI_NiColorExtraDataController = (void *)0x05414610; +const void * RTTI_NiColorInterpolator = (void *)0x05414648; +const void * RTTI_NiControllerManager = (void *)0x05413B38; +const void * RTTI_NiControllerSequence = (void *)0x05413CD0; +const void * RTTI_NiDefaultAVObjectPalette = (void *)0x05413B90; +const void * RTTI_NiDirectionalLight = (void *)0x05416880; +const void * RTTI_NiExtraData = (void *)0x05162878; +const void * RTTI_NiExtraDataController = (void *)0x05413F70; +const void * RTTI_NiFile = (void *)0x052B8110; +const void * RTTI_NiFloatController = (void *)0x05414A88; +const void * RTTI_NiFloatData = (void *)0x05413F18; +const void * RTTI_NiFloatExtraData = (void *)0x054168B0; +const void * RTTI_NiFloatExtraDataController = (void *)0x05413FA0; +const void * RTTI_NiFloatInterpController = (void *)0x05414040; +const void * RTTI_NiFloatInterpolator = (void *)0x054140D8; +const void * RTTI_NiFloatsExtraData = (void *)0x05415CC8; +const void * RTTI_NiFloatsExtraDataController = (void *)0x05414678; +const void * RTTI_NiFloatsExtraDataPoint3Controller = (void *)0x054146B0; +const void * RTTI_NiFogProperty = (void *)0x054167A8; +const void * RTTI_NiFormArray = (void *)0x051F6FF8; +const void * RTTI_NiGeometry = (void *)0x054169F8; +const void * RTTI_NiGeometryData = (void *)0x05415B08; +const void * RTTI_NiIntegerExtraData = (void *)0x053858D0; +const void * RTTI_NiIntegersExtraData = (void *)0x0539BBB8; +const void * RTTI_NiInterpController = (void *)0x05399130; +const void * RTTI_NiKeyframeManager = (void *)0x054146E8; +const void * RTTI_NiLight = (void *)0x05415D70; +const void * RTTI_NiLightColorController = (void *)0x054148C0; +const void * RTTI_NiLightDimmerController = (void *)0x054148F0; +const void * RTTI_NiLightRadiusController = (void *)0x05414920; +const void * RTTI_NiLookAtController = (void *)0x05414950; +const void * RTTI_NiLookAtInterpolator = (void *)0x05414980; +const void * RTTI_NiMemStream = (void *)0x05416AF0; +const void * RTTI_NiMorphData = (void *)0x054149B0; +const void * RTTI_NiMultiTargetTransformController = (void *)0x05413D00; +const void * RTTI_NiNode = (void *)0x051651C0; +const void * RTTI_NiObjectNET = (void *)0x05125990; +const void * RTTI_NiPathController = (void *)0x054149D8; +const void * RTTI_NiPathInterpolator = (void *)0x05413EE8; +const void * RTTI_NiPick__Results = (void *)0x05415C50; +const void * RTTI_NiPoint3Interpolator = (void *)0x05414A00; +const void * RTTI_NiPointLight = (void *)0x054168D8; +const void * RTTI_NiPosData = (void *)0x05413EC8; +const void * RTTI_NiProperty = (void *)0x05416130; +const void * RTTI_NiQuaternionInterpolator = (void *)0x05414A30; +const void * RTTI_NiRefObject = (void *)0x0513B0E0; +const void * RTTI_NiRollController = (void *)0x05414A60; +const void * RTTI_NiRotData = (void *)0x05414AB0; +const void * RTTI_NiSequence = (void *)0x05414AD0; +const void * RTTI_NiSequenceStreamHelper = (void *)0x05414CB0; +const void * RTTI_NiSingleInterpController = (void *)0x05413D78; +const void * RTTI_NiSkinData = (void *)0x05416900; +const void * RTTI_NiSkinInstance = (void *)0x05416928; +const void * RTTI_NiSkinPartition = (void *)0x05416950; +const void * RTTI_NiSpotLight = (void *)0x05416978; +const void * RTTI_NiStream = (void *)0x051FA1F8; +const void * RTTI_NiStringExtraData = (void *)0x054152A0; +const void * RTTI_NiStringPalette = (void *)0x05414CE0; +const void * RTTI_NiStringsExtraData = (void *)0x054169A0; +const void * RTTI_NiSwitchNode = (void *)0x05415AA0; +const void * RTTI_NiTextKeyExtraData = (void *)0x05414D08; +const void * RTTI_NiTimeController = (void *)0x05191280; +const void * RTTI_NiTransformController = (void *)0x05413E08; +const void * RTTI_NiTransformData = (void *)0x054142B0; +const void * RTTI_NiTransformInterpolator = (void *)0x05413E98; +const void * RTTI_NiTriBasedGeom = (void *)0x054169D0; +const void * RTTI_NiTriBasedGeomData = (void *)0x05416A70; +const void * RTTI_NiTriShape = (void *)0x05416A20; +const void * RTTI_NiTriShapeData = (void *)0x05416A48; +const void * RTTI_NiTriStrips = (void *)0x05416AA0; +const void * RTTI_NiTriStripsData = (void *)0x05416AC8; +const void * RTTI_NiUVData = (void *)0x05414D38; +const void * RTTI_NiVisController = (void *)0x05414D88; +const void * RTTI_NightEyeEffect = (void *)0x052B2AA8; +const void * RTTI_NonActorMagicCaster = (void *)0x05187058; +const void * RTTI_NonActorMagicTarget = (void *)0x0509E4F8; +const void * RTTI_NormalizeRotation = (void *)0x05379458; +const void * RTTI_NormalizeRotationInstance = (void *)0x0537C160; +const void * RTTI_NullMovementSelectIdleResult = (void *)0x053C48E8; +const void * RTTI_NullMovementState = (void *)0x0532A868; +const void * RTTI_NullPathBuilderTracker = (void *)0x053BFAF0; +const void * RTTI_ObjectAttachmentFormComponent = (void *)0x05179FE0; +const void * RTTI_ObjectListItem = (void *)0x051FCA00; +const void * RTTI_ObstacleTaskData = (void *)0x0520BFF8; +const void * RTTI_OpenContainerMenuMessage = (void *)0x0509FB40; +const void * RTTI_OpenEffect = (void *)0x052B2D80; +const void * RTTI_OpenRefuelMenuMessage = (void *)0x0509FFB0; +const void * RTTI_OpenShipCrewAssignMenuMessage = (void *)0x0509FF78; +const void * RTTI_OwnedCameraEffectController = (void *)0x051E7FE0; +const void * RTTI_OwnedController = (void *)0x05165B00; +const void * RTTI_PackageCreator = (void *)0x050BC380; +const void * RTTI_PackageList = (void *)0x051917E8; +const void * RTTI_PackageLocation = (void *)0x0520B420; +const void * RTTI_PageFileBase = (void *)0x052B8028; +const void * RTTI_PairCollector = (void *)0x05098038; +const void * RTTI_PairedAnimation = (void *)0x0537C518; +const void * RTTI_PairedAnimationInstance = (void *)0x0537C540; +const void * RTTI_PairedAttackDialogueHandler = (void *)0x052F63E0; +const void * RTTI_PairedStopHandler = (void *)0x052F8A18; +const void * RTTI_ParalysisEffect = (void *)0x052B1A60; +const void * RTTI_ParticleFormComponent = (void *)0x0517A600; +const void * RTTI_ParticleParticleCollisionsTask = (void *)0x05097B70; +const void * RTTI_ParticleParticleInterBranchCollisionsTask = (void *)0x05097BB0; +const void * RTTI_ParticleParticleInterbranchSolveTask = (void *)0x05097B00; +const void * RTTI_ParticleParticleProcessEarlyOutStateTask = (void *)0x050979D8; +const void * RTTI_ParticleSequence = (void *)0x05379430; +const void * RTTI_ParticleSequenceInstance = (void *)0x0537C190; +const void * RTTI_ParticleSystemInterface = (void *)0x0518D3B0; +const void * RTTI_Particles__AnimatedUVMaterialProperties = (void *)0x053AF740; +const void * RTTI_Particles__BaseCustomParameter = (void *)0x0521DA10; +const void * RTTI_Particles__BaseOperation = (void *)0x053B5D48; +const void * RTTI_Particles__BaseParticleSystemItem = (void *)0x053B5D10; +const void * RTTI_Particles__BoundProperty = (void *)0x053AF7B8; +const void * RTTI_Particles__BundleInfo = (void *)0x053B5DA8; +const void * RTTI_Particles__EmitterBinding = (void *)0x053BB288; +const void * RTTI_Particles__EmitterDefinition = (void *)0x053BC1B0; +const void * RTTI_Particles__EmitterMaterialDependency = (void *)0x053B8670; +const void * RTTI_Particles__ExpressionParser = (void *)0x053BE350; +const void * RTTI_Particles__ForcesProperties = (void *)0x053B8550; +const void * RTTI_Particles__GeometryAsShapeDependency = (void *)0x053B8718; +const void * RTTI_Particles__GeometryParticlesProperties = (void *)0x053B8588; +const void * RTTI_Particles__GroupOperation = (void *)0x053B5CE0; +const void * RTTI_Particles__ITimeMultiplierProvider = (void *)0x051CFE78; +const void * RTTI_Particles__Intrinsics__ApplyAngularVelocityParamSet = (void *)0x053B7120; +const void * RTTI_Particles__Intrinsics__ApplyForcesToPositionParamSet = (void *)0x053B72F0; +const void * RTTI_Particles__Intrinsics__ApplyForcesToVelocityParamSet = (void *)0x053B6000; +const void * RTTI_Particles__Intrinsics__ApplyVelocityToPositionParamSet = (void *)0x053B6430; +const void * RTTI_Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet = (void *)0x053B6480; +const void * RTTI_Particles__Intrinsics__AssignmentOperationInput = (void *)0x053B7600; +const void * RTTI_Particles__Intrinsics__BindingNameInput = (void *)0x053B6D10; +const void * RTTI_Particles__Intrinsics__BoolBoolParamSet = (void *)0x053B8248; +const void * RTTI_Particles__Intrinsics__BoolInput = (void *)0x053B6BE8; +const void * RTTI_Particles__Intrinsics__BroadcastCollisionEventParamSet = (void *)0x053B6580; +const void * RTTI_Particles__Intrinsics__ColorAlphaCurvesParamSet = (void *)0x053B76D0; +const void * RTTI_Particles__Intrinsics__ColorColorColorParamSet = (void *)0x053B83A0; +const void * RTTI_Particles__Intrinsics__ColorColorFloatParamSet = (void *)0x053B8310; +const void * RTTI_Particles__Intrinsics__ColorCurveParamSet = (void *)0x053B7688; +const void * RTTI_Particles__Intrinsics__ColorFloatParamSet = (void *)0x053B8358; +const void * RTTI_Particles__Intrinsics__ColorInput = (void *)0x053B6C20; +const void * RTTI_Particles__Intrinsics__ColorPickerMinMaxParamSet = (void *)0x053B8440; +const void * RTTI_Particles__Intrinsics__ColorPickerParamSet = (void *)0x053B82C8; +const void * RTTI_Particles__Intrinsics__ConditionalJumpParamSet = (void *)0x053B7510; +const void * RTTI_Particles__Intrinsics__ConditionalKillParamSet = (void *)0x053B66B0; +const void * RTTI_Particles__Intrinsics__ConformToHeightmapParamSet = (void *)0x053B7A60; +const void * RTTI_Particles__Intrinsics__ConformToHeightmapSimParamSet = (void *)0x053B7AB0; +const void * RTTI_Particles__Intrinsics__CurveParamSet = (void *)0x053B7648; +const void * RTTI_Particles__Intrinsics__CustomHandlingParamSet = (void *)0x053B6EF0; +const void * RTTI_Particles__Intrinsics__CyclingVolumeParamSet = (void *)0x053B7A10; +const void * RTTI_Particles__Intrinsics__DebugAnimateParentTransform = (void *)0x053B7720; +const void * RTTI_Particles__Intrinsics__DebugAttachToCamera = (void *)0x053B7768; +const void * RTTI_Particles__Intrinsics__DebugMoveParentTransform = (void *)0x053B77B0; +const void * RTTI_Particles__Intrinsics__DirectionAxisInput = (void *)0x053B6E58; +const void * RTTI_Particles__Intrinsics__DirectionToRotation3DParamSet = (void *)0x053B8160; +const void * RTTI_Particles__Intrinsics__Double3Double3Double3ParamSet = (void *)0x053B7E10; +const void * RTTI_Particles__Intrinsics__Double3Double3ParamSet = (void *)0x053B7D70; +const void * RTTI_Particles__Intrinsics__Double3Double3VectorParamSet = (void *)0x053B7DC0; +const void * RTTI_Particles__Intrinsics__Double3Input = (void *)0x053B8CD8; +const void * RTTI_Particles__Intrinsics__EmissionTypeInput = (void *)0x053B6E18; +const void * RTTI_Particles__Intrinsics__ExpressionInputParamSet = (void *)0x053BDAB0; +const void * RTTI_Particles__Intrinsics__Float5ParamSet = (void *)0x053B68C8; +const void * RTTI_Particles__Intrinsics__Float6ParamSet = (void *)0x053B6908; +const void * RTTI_Particles__Intrinsics__FloatBoolParamSet = (void *)0x053B6948; +const void * RTTI_Particles__Intrinsics__FloatColorParamSet = (void *)0x053B8288; +const void * RTTI_Particles__Intrinsics__FloatFloatBoolParamSet = (void *)0x053B6990; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatColorParamSet = (void *)0x053B83F0; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatParamSet = (void *)0x053B6880; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatParamSet = (void *)0x053B6700; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatVectorParamSet = (void *)0x053B6750; +const void * RTTI_Particles__Intrinsics__FloatFloatParamSet = (void *)0x053B69D8; +const void * RTTI_Particles__Intrinsics__FloatInput = (void *)0x053B8CA0; +const void * RTTI_Particles__Intrinsics__FloatMinMaxParamSet = (void *)0x053B6838; +const void * RTTI_Particles__Intrinsics__FloatUIntParamSet = (void *)0x053B6A18; +const void * RTTI_Particles__Intrinsics__FloatVector33MatrixParamSet = (void *)0x053B67A0; +const void * RTTI_Particles__Intrinsics__FloatVectorParamSet = (void *)0x053B7BE0; +const void * RTTI_Particles__Intrinsics__FloatVectorVectorParamSet = (void *)0x053B7890; +const void * RTTI_Particles__Intrinsics__GenericResourceParamSet = (void *)0x053B6EA0; +const void * RTTI_Particles__Intrinsics__GeometryParticleKillParamSet = (void *)0x053B6FE0; +const void * RTTI_Particles__Intrinsics__GeometryParticleParamSet = (void *)0x053B6F40; +const void * RTTI_Particles__Intrinsics__GeometryParticleUpdateParamSet = (void *)0x053B6F90; +const void * RTTI_Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet = (void *)0x053B7030; +const void * RTTI_Particles__Intrinsics__HexColorHexColorUIntParamSet = (void *)0x053B7380; +const void * RTTI_Particles__Intrinsics__HexColorUIntParamSet = (void *)0x053B7340; +const void * RTTI_Particles__Intrinsics__HexUIntInput = (void *)0x053B6BB0; +const void * RTTI_Particles__Intrinsics__Input = (void *)0x053B8C28; +const void * RTTI_Particles__Intrinsics__IntInput = (void *)0x053B6B00; +const void * RTTI_Particles__Intrinsics__JumpParamSet = (void *)0x053B74D0; +const void * RTTI_Particles__Intrinsics__KillParamSet = (void *)0x053B6670; +const void * RTTI_Particles__Intrinsics__LODCurvedPropertyBaseParamSet = (void *)0x053B7B00; +const void * RTTI_Particles__Intrinsics__LODCurvedPropertyFloatParamSet = (void *)0x053B7B50; +const void * RTTI_Particles__Intrinsics__MatrixInput = (void *)0x053B6AC8; +const void * RTTI_Particles__Intrinsics__MatrixVectorVectorParamSet = (void *)0x053B75B0; +const void * RTTI_Particles__Intrinsics__MeshSpawnDimensionInput = (void *)0x053B6D50; +const void * RTTI_Particles__Intrinsics__NoOpDeclareBoolParamSet = (void *)0x053B7170; +const void * RTTI_Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet = (void *)0x053B6050; +const void * RTTI_Particles__Intrinsics__Noise2ParamSet = (void *)0x053B7CA0; +const void * RTTI_Particles__Intrinsics__Noise3ParamSet = (void *)0x053B7CE0; +const void * RTTI_Particles__Intrinsics__NoiseBaseParamSet = (void *)0x053B7C20; +const void * RTTI_Particles__Intrinsics__NoiseParamSet = (void *)0x053B7C60; +const void * RTTI_Particles__Intrinsics__NoiseTypeInput = (void *)0x053B6DD8; +const void * RTTI_Particles__Intrinsics__OperationNameInput = (void *)0x053B6CD0; +const void * RTTI_Particles__Intrinsics__OrbitAroundPointParamSet = (void *)0x053B7970; +const void * RTTI_Particles__Intrinsics__ParameterSetBase = (void *)0x053B8C60; +const void * RTTI_Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet = (void *)0x053B7080; +const void * RTTI_Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet = (void *)0x053B70D0; +const void * RTTI_Particles__Intrinsics__PointInCylinderParamSet = (void *)0x053B7560; +const void * RTTI_Particles__Intrinsics__PointInMeshParamSet = (void *)0x053B7928; +const void * RTTI_Particles__Intrinsics__PointOnAttachedSkeletonParamSet = (void *)0x053B79C0; +const void * RTTI_Particles__Intrinsics__RandomVariableParamSet = (void *)0x053B7D20; +const void * RTTI_Particles__Intrinsics__RandomVectorOnShapeParamSet = (void *)0x053B78E0; +const void * RTTI_Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet = (void *)0x053B81B0; +const void * RTTI_Particles__Intrinsics__ShapeTypeInput = (void *)0x053B6D98; +const void * RTTI_Particles__Intrinsics__SharedAsset = (void *)0x053B8758; +const void * RTTI_Particles__Intrinsics__SharedAssociatedUID = (void *)0x053B8BA8; +const void * RTTI_Particles__Intrinsics__SharedCollisionInfo = (void *)0x053B8BE8; +const void * RTTI_Particles__Intrinsics__SharedColorAlphaCurves = (void *)0x053B8890; +const void * RTTI_Particles__Intrinsics__SharedColorCurve = (void *)0x053B8848; +const void * RTTI_Particles__Intrinsics__SharedCurve = (void *)0x053B87D0; +const void * RTTI_Particles__Intrinsics__SharedCustomParameter = (void *)0x053B8B20; +const void * RTTI_Particles__Intrinsics__SharedFiniteRandomNumberGenerator = (void *)0x053B89D0; +const void * RTTI_Particles__Intrinsics__SharedHeightmapData = (void *)0x053B8B68; +const void * RTTI_Particles__Intrinsics__SharedLODCurves = (void *)0x053B88D8; +const void * RTTI_Particles__Intrinsics__SharedMesh = (void *)0x053B8918; +const void * RTTI_Particles__Intrinsics__SharedNoiseGenerator = (void *)0x053B8990; +const void * RTTI_Particles__Intrinsics__SharedParticleSystemSpawnParameters = (void *)0x053B8A80; +const void * RTTI_Particles__Intrinsics__SharedRGBColorCurve = (void *)0x053B8808; +const void * RTTI_Particles__Intrinsics__SharedRandomVariableDistributionValues = (void *)0x053B8A20; +const void * RTTI_Particles__Intrinsics__SharedRuntimeInfo = (void *)0x053B8790; +const void * RTTI_Particles__Intrinsics__SharedSkeletonData = (void *)0x053B8950; +const void * RTTI_Particles__Intrinsics__SharedUpdateForcesParameters = (void *)0x053B8AD0; +const void * RTTI_Particles__Intrinsics__SpawnParticleParamSet = (void *)0x053B65D0; +const void * RTTI_Particles__Intrinsics__StringInput = (void *)0x053B6C98; +const void * RTTI_Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet = (void *)0x053B63D0; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet = (void *)0x053B6360; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet = (void *)0x053B6300; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet = (void *)0x053B6230; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet = (void *)0x053B6160; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet = (void *)0x053B6100; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet = (void *)0x053B60A0; +const void * RTTI_Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet = (void *)0x053B6290; +const void * RTTI_Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet = (void *)0x053B61C0; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet = (void *)0x053B7220; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet = (void *)0x053B71C0; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet = (void *)0x053B7280; +const void * RTTI_Particles__Intrinsics__TransformStretchVectorToWorldParamSet = (void *)0x053B6520; +const void * RTTI_Particles__Intrinsics__TransformVelocityToWorldParamSet = (void *)0x053B64D0; +const void * RTTI_Particles__Intrinsics__UIntDivisionParamSet = (void *)0x053B7410; +const void * RTTI_Particles__Intrinsics__UIntFloatParamSet = (void *)0x053B7490; +const void * RTTI_Particles__Intrinsics__UIntInput = (void *)0x053B6B38; +const void * RTTI_Particles__Intrinsics__UIntMinMaxParamSet = (void *)0x053B7450; +const void * RTTI_Particles__Intrinsics__UIntUIntBoolParamSet = (void *)0x053B84D0; +const void * RTTI_Particles__Intrinsics__UIntUIntParamSet = (void *)0x053B8488; +const void * RTTI_Particles__Intrinsics__UIntUIntUIntParamSet = (void *)0x053B73D0; +const void * RTTI_Particles__Intrinsics__UpdateChildParticleBindingsParamSet = (void *)0x053B6620; +const void * RTTI_Particles__Intrinsics__UpdateForcesParamSet = (void *)0x053BDB00; +const void * RTTI_Particles__Intrinsics__VariableInput = (void *)0x053B6B70; +const void * RTTI_Particles__Intrinsics__Vector2Input = (void *)0x053B6A58; +const void * RTTI_Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet = (void *)0x053B7F00; +const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x053B7F50; +const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x053B7FB0; +const void * RTTI_Particles__Intrinsics__Vector3Input = (void *)0x053B6A90; +const void * RTTI_Particles__Intrinsics__Vector3MatrixParamSet = (void *)0x053B67F0; +const void * RTTI_Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet = (void *)0x053B8010; +const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x053B8060; +const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x053B80C0; +const void * RTTI_Particles__Intrinsics__VectorFloatParamSet = (void *)0x053B77F8; +const void * RTTI_Particles__Intrinsics__VectorFloatVectorParamSet = (void *)0x053B7840; +const void * RTTI_Particles__Intrinsics__VectorMinMaxParamSet = (void *)0x053B8120; +const void * RTTI_Particles__Intrinsics__VectorScaleAddParamSet = (void *)0x053B8200; +const void * RTTI_Particles__Intrinsics__VectorVectorFloatParamSet = (void *)0x053B7EB0; +const void * RTTI_Particles__Intrinsics__VectorVectorParamSet = (void *)0x053B7BA0; +const void * RTTI_Particles__Intrinsics__VectorVectorVectorParamSet = (void *)0x053B7E60; +const void * RTTI_Particles__Intrinsics__XMFLOAT4Input = (void *)0x053B6C58; +const void * RTTI_Particles__ListFloatCurve = (void *)0x053AF7E8; +const void * RTTI_Particles__ListParticleCollisionInfo = (void *)0x0521DA48; +const void * RTTI_Particles__MaterialDBDependency = (void *)0x053B8638; +const void * RTTI_Particles__MaterialProperties = (void *)0x053AF850; +const void * RTTI_Particles__MeshDependency = (void *)0x053B86B0; +const void * RTTI_Particles__ModelDBDependency = (void *)0x053B8600; +const void * RTTI_Particles__PSM__Commands__BaseParticleSystemRequest = (void *)0x053BA830; +const void * RTTI_Particles__PSM__Commands__RequestLoadResources = (void *)0x053BA880; +const void * RTTI_Particles__PSM__Commands__WaitForResourceLoad = (void *)0x053BA8D0; +const void * RTTI_Particles__ParticleEmitterEngine = (void *)0x053BBB60; +const void * RTTI_Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding = (void *)0x053BBDB0; +const void * RTTI_Particles__ParticleNodeManager = (void *)0x053B0718; +const void * RTTI_Particles__ParticlePerformanceManager = (void *)0x053BAF48; +const void * RTTI_Particles__ParticleSystemManagerImpl = (void *)0x053BA918; +const void * RTTI_Particles__ParticleSystemManagerImpl__PSBinding = (void *)0x053BAF00; +const void * RTTI_Particles__ParticleSystemStorage = (void *)0x053B0D88; +const void * RTTI_Particles__PhysicsProperties = (void *)0x053AF818; +const void * RTTI_Particles__PointInMeshDependency = (void *)0x053B86E0; +const void * RTTI_Particles__ResourceDependency = (void *)0x053B85C8; +const void * RTTI_Particles__SingleOperation = (void *)0x053B5D78; +const void * RTTI_Particles__SystemBinding = (void *)0x053B1300; +const void * RTTI_Particles__SystemDefinition = (void *)0x053B8D10; +const void * RTTI_Particles__TiledMaterialProperties = (void *)0x053AF780; +const void * RTTI_PassengerInteraction = (void *)0x05231968; +const void * RTTI_PathFollowerAnimationMoveStart = (void *)0x053C7228; +const void * RTTI_PathFollowerAnimationMoveStop = (void *)0x053C7260; +const void * RTTI_PathFollowerStateFollowPathToParameter = (void *)0x053C7108; +const void * RTTI_PathFollowerStateKeepLastDirection = (void *)0x053C7148; +const void * RTTI_PathFollowerStatePerformAction = (void *)0x053C71F0; +const void * RTTI_PathFollowerStatePlayIdle = (void *)0x053C70A0; +const void * RTTI_PathFollowerStateShortcut = (void *)0x053C7188; +const void * RTTI_PathFollowerStateTurnToAngle = (void *)0x053C70D0; +const void * RTTI_PathFollowerStateWaitForAction = (void *)0x053C71B8; +const void * RTTI_PathManagerImpl = (void *)0x053BEC60; +const void * RTTI_PathManagerPositionPlayerAdapter = (void *)0x052CADC8; +const void * RTTI_PathSmootherRayCastUsePreferredTris = (void *)0x053C5E38; +const void * RTTI_PathSmootherRayCastUseTrianglePath = (void *)0x053C5DF8; +const void * RTTI_Pathing = (void *)0x0520D2A8; +const void * RTTI_PathingAnimations = (void *)0x0536FD88; +const void * RTTI_PathingAnimationsInstance = (void *)0x0536FD58; +const void * RTTI_PathingCell = (void *)0x0520D3C0; +const void * RTTI_PathingCoverLocation = (void *)0x0520D1F8; +const void * RTTI_PathingDoor = (void *)0x0520D410; +const void * RTTI_PathingLockData = (void *)0x0520D438; +const void * RTTI_PathingNumericIDDuplicationVisitor = (void *)0x0520D488; +const void * RTTI_PathingRequest = (void *)0x05161F60; +const void * RTTI_PathingRequestClosePoint = (void *)0x0520C680; +const void * RTTI_PathingRequestClosestGoal = (void *)0x0520DED0; +const void * RTTI_PathingRequestCover = (void *)0x0520DF00; +const void * RTTI_PathingRequestFlee = (void *)0x0520DF30; +const void * RTTI_PathingRequestFly = (void *)0x0520DF60; +const void * RTTI_PathingRequestFlyAction = (void *)0x0520DF88; +const void * RTTI_PathingRequestFlyHover = (void *)0x0520DFB8; +const void * RTTI_PathingRequestFlyLand = (void *)0x0520DFE8; +const void * RTTI_PathingRequestFlyOrbit = (void *)0x0520E018; +const void * RTTI_PathingRequestFlyTakeOff = (void *)0x0520E048; +const void * RTTI_PathingRequestHide = (void *)0x0520E078; +const void * RTTI_PathingRequestLOS = (void *)0x0520E0A8; +const void * RTTI_PathingRequestOpenSpace = (void *)0x05161FB0; +const void * RTTI_PathingRequestRotate = (void *)0x0520E0D0; +const void * RTTI_PathingRequestSafeStraightLine = (void *)0x0520C758; +const void * RTTI_PathingRequestStopMoving = (void *)0x0520E100; +const void * RTTI_PathingSpace = (void *)0x0520D4C8; +const void * RTTI_PathingStreamLoadGame = (void *)0x052E23C8; +const void * RTTI_PathingStreamMasterFileRead = (void *)0x051A3500; +const void * RTTI_PathingStreamSaveGame = (void *)0x052E2398; +const void * RTTI_PathingTraversalAction = (void *)0x051A39E8; +const void * RTTI_PathingTraversalActionActivate = (void *)0x051A38A0; +const void * RTTI_PathingTraversalActionDoorway = (void *)0x051A38D8; +const void * RTTI_PathingTraversalActionJump = (void *)0x051A3910; +const void * RTTI_PathingTraversalActionLadder = (void *)0x051A3948; +const void * RTTI_PathingTraversalActionStandard = (void *)0x051A39B0; +const void * RTTI_PathingTraversalData = (void *)0x051A3A18; +const void * RTTI_PathingTraversalManager = (void *)0x051A54C8; +const void * RTTI_PauseMenu = (void *)0x05299760; +const void * RTTI_PauseMenuConfirmationDataModel = (void *)0x05253738; +const void * RTTI_PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle = (void *)0x052538F0; +const void * RTTI_PauseMenuListDataModel = (void *)0x052535F0; +const void * RTTI_PauseMenuListDataModel__PauseMenuListEventShuttle = (void *)0x05253800; +const void * RTTI_PauseMenuStateDataModel = (void *)0x05253480; +const void * RTTI_PauseMenuStateDataModel__PauseMenuStateEventShuttle = (void *)0x05253430; +const void * RTTI_PauseMenu_ActionCanceled = (void *)0x052998D0; +const void * RTTI_PauseMenu_ConfirmAction = (void *)0x05299900; +const void * RTTI_PauseMenu_ConfirmLoad = (void *)0x05299870; +const void * RTTI_PauseMenu_ConfirmSave = (void *)0x052997E0; +const void * RTTI_PauseMenu_DeleteSave = (void *)0x05299840; +const void * RTTI_PauseMenu_QuitToDesktop = (void *)0x052997B0; +const void * RTTI_PauseMenu_SetCharacter = (void *)0x05299810; +const void * RTTI_PauseMenu_StartAction = (void *)0x05299930; +const void * RTTI_PauseMenu_StartLoad = (void *)0x052998A0; +const void * RTTI_PauseMenu_UploadSave = (void *)0x05299780; +const void * RTTI_PeakValueModifierEffect = (void *)0x050A0908; +const void * RTTI_PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter = (void *)0x05388350; +const void * RTTI_PenetrationUtils__hknpBSCommandStreamWriter = (void *)0x0538CFD0; +const void * RTTI_PerformActivationHandler = (void *)0x052F6260; +const void * RTTI_PerformOpFunc = (void *)0x05415168; +const void * RTTI_PhotoGalleryMenu = (void *)0x05239DD0; +const void * RTTI_PhotoGalleryMenu__PhotoGalleryEventShuttle = (void *)0x05239D90; +const void * RTTI_PhotoGallery_DeletePhoto = (void *)0x05239BB0; +const void * RTTI_PhotoModeCameraState = (void *)0x05218388; +const void * RTTI_PhotoModeDataModel = (void *)0x05254FF0; +const void * RTTI_PhotoModeDataModel__PhotoModeEventShuttle = (void *)0x05255138; +const void * RTTI_PhotoModeDataModel__PhotoModeOverlayData__ImageData = (void *)0x052550F0; +const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__CategoryData = (void *)0x05255280; +const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__SettingData = (void *)0x05255230; +const void * RTTI_PhotoModeEffectController = (void *)0x051FBAD8; +const void * RTTI_PhotoModeMenu = (void *)0x05281898; +const void * RTTI_PhotoMode_InitializeCategory = (void *)0x052819E0; +const void * RTTI_PhotoMode_ResetToDefaults = (void *)0x052819B0; +const void * RTTI_PhotoMode_SliderChanged = (void *)0x05281980; +const void * RTTI_PhotoMode_StepperChanged = (void *)0x05281950; +const void * RTTI_PhotoMode_TakeSnapshot = (void *)0x05281920; +const void * RTTI_PhotoMode_ToggleHelmet = (void *)0x052818C0; +const void * RTTI_PhotoMode_ToggleUI = (void *)0x052818F0; +const void * RTTI_PhotoMode__PhotoModeCaptureExportNode = (void *)0x05281448; +const void * RTTI_PhysicsContactListener = (void *)0x0536FCC8; +const void * RTTI_PhysicsContactListenerInstance = (void *)0x0536FC90; +const void * RTTI_PickNewIdleHandler = (void *)0x052F88F8; +const void * RTTI_PickpocketInventoryModel = (void *)0x05283208; +const void * RTTI_PickpocketItemData = (void *)0x05283238; +const void * RTTI_PickpocketMenu = (void *)0x05282E18; +const void * RTTI_PickpocketMenu_OnItemSelect = (void *)0x05282DE0; +const void * RTTI_PickpocketStateData = (void *)0x05283268; +const void * RTTI_PipelineGenerationEventHandler = (void *)0x052CB4D8; +const void * RTTI_PitchOverrideEndHandler = (void *)0x052F64D8; +const void * RTTI_PitchOverrideStartHandler = (void *)0x052F6508; +const void * RTTI_PlanetSiteSelectEventHelper = (void *)0x052CA488; +const void * RTTI_PlasmaProjectile = (void *)0x0521D998; +const void * RTTI_PlatformDataModel = (void *)0x053AE780; +const void * RTTI_PlayBinkMenu = (void *)0x05299C28; +const void * RTTI_PlayBink_CloseMenu = (void *)0x05299C50; +const void * RTTI_PlayerBedEnterHandler = (void *)0x052F9140; +const void * RTTI_PlayerCamera = (void *)0x05331F48; +const void * RTTI_PlayerCameraTransitionState = (void *)0x05331D58; +const void * RTTI_PlayerChairEnterHandler = (void *)0x052F90E0; +const void * RTTI_PlayerCharacter = (void *)0x052E0138; +const void * RTTI_PlayerControls__AlternateAttackHandler = (void *)0x05231C70; +const void * RTTI_PlayerControls__AlternateFlightControlMode = (void *)0x05231B40; +const void * RTTI_PlayerControls__AutoMoveHandler = (void *)0x05231A90; +const void * RTTI_PlayerControls__Base = (void *)0x05232F70; +const void * RTTI_PlayerControls__DebugCameraHandler = (void *)0x05231AC8; +const void * RTTI_PlayerControls__FlightControlMode = (void *)0x05231BC0; +const void * RTTI_PlayerControls__FlightMovementHandler = (void *)0x05231B80; +const void * RTTI_PlayerControls__GrabRotationHandler = (void *)0x05231BF8; +const void * RTTI_PlayerControls__GravJumpHandler = (void *)0x05231C38; +const void * RTTI_PlayerControls__HeldStateHandler = (void *)0x05231A58; +const void * RTTI_PlayerControls__JumpHandler = (void *)0x05232070; +const void * RTTI_PlayerControls__LookHandler = (void *)0x052320A8; +const void * RTTI_PlayerControls__Manager = (void *)0x052335F8; +const void * RTTI_PlayerControls__MonocleHandler = (void *)0x052320E0; +const void * RTTI_PlayerControls__MovementHandler = (void *)0x05232118; +const void * RTTI_PlayerControls__PlayerCameraHandler = (void *)0x05232150; +const void * RTTI_PlayerControls__PlayerInputHandler = (void *)0x05231A20; +const void * RTTI_PlayerControls__RunHandler = (void *)0x05232190; +const void * RTTI_PlayerControls__ShieldHandler = (void *)0x052321C0; +const void * RTTI_PlayerControls__ShipEquipmentHandler = (void *)0x052321F8; +const void * RTTI_PlayerControls__SneakHandler = (void *)0x05232400; +const void * RTTI_PlayerControls__SprintHandler = (void *)0x05232850; +const void * RTTI_PlayerControls__StandardFlightControlMode = (void *)0x05231B00; +const void * RTTI_PlayerControls__StarbornPowerHandler = (void *)0x052338D8; +const void * RTTI_PlayerControls__TogglePOVHandler = (void *)0x05232888; +const void * RTTI_PlayerControls__ToggleRunHandler = (void *)0x052328C0; +const void * RTTI_PlayerControls__WeaponActionHandler = (void *)0x052328F8; +const void * RTTI_PlayerControls__WeaponAttackHandler = (void *)0x05232938; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__NotTriggered = (void *)0x0509F8E0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Triggered = (void *)0x0509F710; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic = (void *)0x0509F650; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst = (void *)0x0509F600; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd = (void *)0x0509F820; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous = (void *)0x0509F5A0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage = (void *)0x0509F6B0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease = (void *)0x0509F7C0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage = (void *)0x0509F760; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle = (void *)0x0509F550; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease = (void *)0x0509F880; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Unequipped = (void *)0x0509F930; +const void * RTTI_PlayerControls__WeaponBlockActionHandler = (void *)0x05232FA0; +const void * RTTI_PlayerControls__WeaponFocusHandler = (void *)0x05232FE0; +const void * RTTI_PlayerControls__WeaponMeleeHandler = (void *)0x05233018; +const void * RTTI_PlayerControls__WeaponReadyHandler = (void *)0x05233050; +const void * RTTI_PlayerControls__WeaponReloadHandler = (void *)0x05233088; +const void * RTTI_PlayerControls__WeaponSightedActionHandler = (void *)0x052334B0; +const void * RTTI_PlayerControls__ZKeyHandler = (void *)0x052319E8; +const void * RTTI_PlayerDataModel = (void *)0x05256810; +const void * RTTI_PlayerDataModel__PlayerDataEventShuttle = (void *)0x05256AD8; +const void * RTTI_PlayerFastEquipSoundHandler = (void *)0x052F8570; +const void * RTTI_PlayerFurnitureExitHandler = (void *)0x052F8FF8; +const void * RTTI_PlayerInventoryDataModel = (void *)0x05257520; +const void * RTTI_PlayerInventoryItem = (void *)0x05257598; +const void * RTTI_PlayerRegionState = (void *)0x052E0648; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter = (void *)0x052CAD48; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor = (void *)0x052CACE0; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor = (void *)0x052CAC70; +const void * RTTI_PlayerSpaceUtils__EventSink = (void *)0x052B7560; +const void * RTTI_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler = (void *)0x052B73A0; +const void * RTTI_PlayerSpaceUtils___unnamed_type_SpaceAsteroidsWorldStepListener_ = (void *)0x05141290; +const void * RTTI_PlayerStatusDataModel = (void *)0x05258A08; +const void * RTTI_PlayerStatusDataModel__PlayerStatusEventShuttle = (void *)0x05258A40; +const void * RTTI_PlayerTraversalState = (void *)0x052DFF98; +const void * RTTI_PoseDeformerData = (void *)0x051CA638; +const void * RTTI_PoseDeformerInstance = (void *)0x051CA7B0; +const void * RTTI_PostAttachActionsFunctor = (void *)0x05415190; +const void * RTTI_PostBoneModifierControl = (void *)0x053794B8; +const void * RTTI_PostBoneModifierControlInstance = (void *)0x05379480; +const void * RTTI_PostStepTask = (void *)0x050976A8; +const void * RTTI_PowerArmor__EventHandler = (void *)0x051369D0; +const void * RTTI_PowerUtils__PowerUtilsReferenceEventSink = (void *)0x0513D7B8; +const void * RTTI_PowersMenu = (void *)0x0523AE78; +const void * RTTI_PowersMenu_ActivateEssence = (void *)0x0523B1D8; +const void * RTTI_PowersMenu_EquipPower = (void *)0x0523B240; +const void * RTTI_PowersMenu_FavoritePower = (void *)0x0523B210; +const void * RTTI_PowersMenu__PowersMenuEventShuttle = (void *)0x0523B0D8; +const void * RTTI_PreStepTask = (void *)0x05097680; +const void * RTTI_Precipitation = (void *)0x051FB0E8; +const void * RTTI_PrecipitationEffectController = (void *)0x051FB0B0; +const void * RTTI_Preload__Manager = (void *)0x0523FDF0; +const void * RTTI_Preload__PostProcessDependencyNode = (void *)0x0523FE18; +const void * RTTI_PreparePartitionTreeBuffers = (void *)0x05097A18; +const void * RTTI_Probe__ReflectionProbeRenderOptions = (void *)0x05398E98; +const void * RTTI_ProcessListMovementInterface = (void *)0x0513B190; +const void * RTTI_ProcessLists = (void *)0x052E16C8; +const void * RTTI_ProcessLists__GetActorsFilter = (void *)0x052BD4D8; +const void * RTTI_Projectile = (void *)0x0521D9C0; +const void * RTTI_ProjectileLOSCollector = (void *)0x053036E8; +const void * RTTI_Projectile__Manager = (void *)0x052FD158; +const void * RTTI_QuestDataModel = (void *)0x052595C0; +const void * RTTI_QuestDataModel__QuestGameEventShuttle = (void *)0x052595E8; +const void * RTTI_QuestPathingRequest = (void *)0x051A56B8; +const void * RTTI_QueuedCellAttachService = (void *)0x0519B268; +const void * RTTI_QueuedCharacter = (void *)0x0518AA60; +const void * RTTI_QueuedExplosionArt = (void *)0x0518A490; +const void * RTTI_QueuedFile = (void *)0x0517E328; +const void * RTTI_QueuedLocationLoadTask = (void *)0x051E05F8; +const void * RTTI_QueuedPlayer = (void *)0x0518A468; +const void * RTTI_QueuedPromoteLargeReferencesTask = (void *)0x051DF900; +const void * RTTI_QueuedPromoteQuestTask = (void *)0x051F91F8; +const void * RTTI_QueuedPromoteReferencesTask = (void *)0x05198490; +const void * RTTI_QueuedReference = (void *)0x0518AB40; +const void * RTTI_QueuedReferenceCallbackNode = (void *)0x0518AAB0; +const void * RTTI_QuickSaveLoadHandler = (void *)0x0533A420; +const void * RTTI_REFREventCallbacks__IEventCallback = (void *)0x051F08C8; +const void * RTTI_REFREventCallbacks__IEventCallbackFactory = (void *)0x0513D778; +const void * RTTI_RagdollAndGetUpHandler = (void *)0x052F6C90; +const void * RTTI_RagdollFurnitureModifier = (void *)0x051FA158; +const void * RTTI_RagdollGetUp = (void *)0x0537C678; +const void * RTTI_RagdollGetUpInstance = (void *)0x0537C6A0; +const void * RTTI_RagdollStartHandler = (void *)0x052F6AE8; +const void * RTTI_RallyEffect = (void *)0x052B32C0; +const void * RTTI_RandomAnimationNode = (void *)0x0537CF88; +const void * RTTI_RandomAnimationNodeInstance = (void *)0x0537CF50; +const void * RTTI_RangedAimAssistImpl = (void *)0x05218978; +const void * RTTI_ReanimateEffect = (void *)0x052B2DA8; +const void * RTTI_RecoilStopHandler = (void *)0x052F92B0; +const void * RTTI_ReevaluateGraphStateHandler = (void *)0x052F66B0; +const void * RTTI_RefAttachTechniqueInput = (void *)0x052B17D8; +const void * RTTI_ReferenceEffect = (void *)0x052B2A20; +const void * RTTI_ReferenceEffectController = (void *)0x05165B28; +const void * RTTI_ReferenceEndAnimatedCameraHandler = (void *)0x052F8270; +const void * RTTI_ReferenceRunActionHandler = (void *)0x052F83C0; +const void * RTTI_ReferenceStartAnimatedCameraHandler = (void *)0x052F81C0; +const void * RTTI_ReferenceStartImagespaceModifierHandler = (void *)0x052F8500; +const void * RTTI_ReferenceStopImagespaceModifierHandler = (void *)0x052F84C0; +const void * RTTI_ReflectionProbeCellComponent = (void *)0x0516AB68; +const void * RTTI_RefrInteraction = (void *)0x052319C0; +const void * RTTI_Refuel_Accept = (void *)0x052882C8; +const void * RTTI_Refuel_Cancel = (void *)0x052882A0; +const void * RTTI_RegSettingCollection = (void *)0x052B5678; +const void * RTTI_ReloadCompleteHandler = (void *)0x052F6680; +const void * RTTI_ReloadStateChangeHandler = (void *)0x052F6478; +const void * RTTI_RemoveRagdollHandler = (void *)0x052F6A60; +const void * RTTI_ResearchDataModel = (void *)0x0525A9B8; +const void * RTTI_ResearchDataModel__ResearchDataEventShuttle = (void *)0x0525A9E0; +const void * RTTI_ResearchMenu = (void *)0x05284A48; +const void * RTTI_ResearchMenu_AddMaterial = (void *)0x05284B48; +const void * RTTI_ResearchMenu_CategorySelected = (void *)0x05284BE8; +const void * RTTI_ResearchMenu_ExitMenu = (void *)0x05284B18; +const void * RTTI_ResearchMenu_HideModel = (void *)0x05284AE8; +const void * RTTI_ResearchMenu_PreviewProject = (void *)0x05284BB0; +const void * RTTI_ResearchMenu_ProjectViewed = (void *)0x05284B78; +const void * RTTI_ResearchMenu_SetInspectControls = (void *)0x05284AB0; +const void * RTTI_ResearchMenu_ToggleTrackingProject = (void *)0x05284A70; +const void * RTTI_Research__Manager = (void *)0x052B7DD0; +const void * RTTI_Reset3DMobIterator = (void *)0x051F6D48; +const void * RTTI_ResetFloraEffect = (void *)0x052B2BA8; +const void * RTTI_Reticle_OnLongAnimFinished = (void *)0x0529AA70; +const void * RTTI_RevertSelectedSpellFunctor = (void *)0x052D77D0; +const void * RTTI_RigMesh__BoneAttaches = (void *)0x05385870; +const void * RTTI_RigMesh__BoneTranslations = (void *)0x053858A0; +const void * RTTI_RigSwitch = (void *)0x053792E8; +const void * RTTI_RigSwitchInstance = (void *)0x053792C0; +const void * RTTI_RightHandSpellCastHandler = (void *)0x052F91F8; +const void * RTTI_RightHandSpellFireHandler = (void *)0x052F9308; +const void * RTTI_RollingBone = (void *)0x0537C5C8; +const void * RTTI_RollingBoneInstance = (void *)0x0537C5F0; +const void * RTTI_RootTwist = (void *)0x0537CCB8; +const void * RTTI_RootTwistInstance = (void *)0x0537CC90; +const void * RTTI_RotationVariable = (void *)0x05379330; +const void * RTTI_RotationVariableInstance = (void *)0x0537C1C0; +const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentBase = (void *)0x0519E0E0; +const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentStorage = (void *)0x0519E090; +const void * RTTI_SKClosestHitCollector = (void *)0x051F38E8; +const void * RTTI_SWFToCodeFunctionHandler = (void *)0x0517DD08; +const void * RTTI_SandManKillHandler = (void *)0x052F62F0; +const void * RTTI_SaveBufferStorageWrapper = (void *)0x052BC950; +const void * RTTI_SaveFileStorageWrapper = (void *)0x052BC920; +const void * RTTI_SaveGameCollection = (void *)0x052B82A8; +const void * RTTI_SaveGameMagicCasterVisitor = (void *)0x052D7840; +const void * RTTI_SaveLoadMagicCasterVisitor = (void *)0x052D7878; +const void * RTTI_SaveLoadTester__Service = (void *)0x052BBBC8; +const void * RTTI_SaveLoad__BlockingIONode = (void *)0x051F9188; +const void * RTTI_SaveLoad__CleanupService__Impl = (void *)0x0523E0A8; +const void * RTTI_SaveStorageWrapperBase = (void *)0x052BC8F0; +const void * RTTI_ScalarAnimation = (void *)0x0536EC18; +const void * RTTI_ScaleformFile__MemoryFile = (void *)0x053AE948; +const void * RTTI_Scaleform__AcquireInterface = (void *)0x052BCDD0; +const void * RTTI_Scaleform__AmpMovieObjectDesc = (void *)0x05148250; +const void * RTTI_Scaleform__BoolFormatter = (void *)0x05148F30; +const void * RTTI_Scaleform__BufferedFile = (void *)0x0514A5D0; +const void * RTTI_Scaleform__DefaultAcquireInterface = (void *)0x052BCD68; +const void * RTTI_Scaleform__DelegatedFile = (void *)0x0514A5A0; +const void * RTTI_Scaleform__DoubleFormatter = (void *)0x05148FC0; +const void * RTTI_Scaleform__Event = (void *)0x05144A68; +const void * RTTI_Scaleform__FILEFile = (void *)0x0514CBD0; +const void * RTTI_Scaleform__FmtResource = (void *)0x05148EA0; +const void * RTTI_Scaleform__GFx__AS3Support = (void *)0x0515BFF8; +const void * RTTI_Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider = (void *)0x05156540; +const void * RTTI_Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider = (void *)0x05156590; +const void * RTTI_Scaleform__GFx__AS3__ASRefCountCollector = (void *)0x0514DE08; +const void * RTTI_Scaleform__GFx__AS3__ASVM = (void *)0x0514E958; +const void * RTTI_Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef = (void *)0x0514EDC0; +const void * RTTI_Scaleform__GFx__AS3__AbcDataBuffer = (void *)0x0515C028; +const void * RTTI_Scaleform__GFx__AS3__Abc__File = (void *)0x0514DD10; +const void * RTTI_Scaleform__GFx__AS3__ArrayBase = (void *)0x05152450; +const void * RTTI_Scaleform__GFx__AS3__AvmBitmap = (void *)0x0514E4E0; +const void * RTTI_Scaleform__GFx__AS3__AvmButton = (void *)0x0514EE90; +const void * RTTI_Scaleform__GFx__AS3__AvmDisplayObj = (void *)0x0514E2B0; +const void * RTTI_Scaleform__GFx__AS3__AvmInteractiveObj = (void *)0x0514E918; +const void * RTTI_Scaleform__GFx__AS3__AvmLoader = (void *)0x0514EEC8; +const void * RTTI_Scaleform__GFx__AS3__AvmMovieClip = (void *)0x0514EC20; +const void * RTTI_Scaleform__GFx__AS3__AvmSprite = (void *)0x0514EBE8; +const void * RTTI_Scaleform__GFx__AS3__AvmStage = (void *)0x0514EC58; +const void * RTTI_Scaleform__GFx__AS3__AvmStaticText = (void *)0x0514EF38; +const void * RTTI_Scaleform__GFx__AS3__AvmTextField = (void *)0x0514EF70; +const void * RTTI_Scaleform__GFx__AS3__AvmTextField__CSSHolder = (void *)0x0515B860; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctCalc = (void *)0x0514E550; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedName = (void *)0x0514E590; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue = (void *)0x0514E5E0; +const void * RTTI_Scaleform__GFx__AS3__Class = (void *)0x0514DB00; +const void * RTTI_Scaleform__GFx__AS3__ClassCallConstruct = (void *)0x0514F358; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__ClassClass = (void *)0x0514F4B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__Traits = (void *)0x0514DBD8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__UserDefined = (void *)0x0514F470; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError = (void *)0x05150B30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Array = (void *)0x05150070; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Boolean = (void *)0x0514FF30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Catch = (void *)0x051500B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Date = (void *)0x05150BB8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError = (void *)0x05150820; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Domain = (void *)0x051501B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Error = (void *)0x05150798; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__EvalError = (void *)0x05150870; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Function = (void *)0x0514F4F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Math = (void *)0x05150C38; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Namespace = (void *)0x0514F990; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Number = (void *)0x0514FF70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Object = (void *)0x0514F530; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__QName = (void *)0x051500F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RangeError = (void *)0x051508C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError = (void *)0x05150910; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RegExp = (void *)0x051506C8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SecurityError = (void *)0x05150960; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__String = (void *)0x05150030; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError = (void *)0x051509B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__TypeError = (void *)0x05150A00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__URIError = (void *)0x05150A50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError = (void *)0x05150AE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__VerifyError = (void *)0x05150A90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XML = (void *)0x05150130; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XMLList = (void *)0x05150170; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__int_ = (void *)0x0514FFB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__uint = (void *)0x0514FFF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__void_ = (void *)0x051501F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility = (void *)0x0515A8D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation = (void *)0x0515A9E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties = (void *)0x0515AB20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText = (void *)0x0515A810; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection = (void *)0x0515A870; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie = (void *)0x05156160; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion = (void *)0x05155C50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap = (void *)0x051562F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData = (void *)0x05156250; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel = (void *)0x051565E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode = (void *)0x051564A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle = (void *)0x05156690; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject = (void *)0x05155EE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer = (void *)0x05156730; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel = (void *)0x05156AC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType = (void *)0x05156B60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics = (void *)0x05156C50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill = (void *)0x05156E30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill = (void *)0x05156F40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill = (void *)0x05157050; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath = (void *)0x05157160; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand = (void *)0x05157410; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding = (void *)0x051574C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill = (void *)0x05157250; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke = (void *)0x05157360; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable = (void *)0x05156450; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData = (void *)0x05156CF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill = (void *)0x05156D40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath = (void *)0x05156D90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject = (void *)0x05156390; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod = (void *)0x05157570; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle = (void *)0x05157620; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode = (void *)0x051576C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Loader = (void *)0x051567F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo = (void *)0x05156980; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape = (void *)0x051577B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip = (void *)0x05157990; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping = (void *)0x05157AD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion = (void *)0x05157FE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Scene = (void *)0x05157A30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shader = (void *)0x051580D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData = (void *)0x05158080; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput = (void *)0x05158310; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob = (void *)0x051582C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter = (void *)0x05158120; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType = (void *)0x05158170; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision = (void *)0x05158220; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shape = (void *)0x05157B70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton = (void *)0x05157C10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod = (void *)0x05157CB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite = (void *)0x05157850; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Stage = (void *)0x05156890; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign = (void *)0x05157D50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState = (void *)0x05157DF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality = (void *)0x05157EA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode = (void *)0x05157F40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError = (void *)0x05158B90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError = (void *)0x05158B40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError = (void *)0x05158A90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError = (void *)0x05158AF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError = (void *)0x05158BE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError = (void *)0x05158C30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError = (void *)0x05158C90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent = (void *)0x05153950; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent = (void *)0x05154260; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent = (void *)0x051559A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent = (void *)0x05154350; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent = (void *)0x05154450; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent = (void *)0x051544F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent = (void *)0x05154060; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__Event = (void *)0x05153820; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher = (void *)0x05151340; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase = (void *)0x05155350; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent = (void *)0x05154D30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent = (void *)0x051553F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent = (void *)0x051550F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent = (void *)0x05154770; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase = (void *)0x05155900; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent = (void *)0x05155490; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher = (void *)0x051551F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent = (void *)0x05155580; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent = (void *)0x05154E20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent = (void *)0x05154B50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent = (void *)0x05154590; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent = (void *)0x05154F10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent = (void *)0x05154A30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent = (void *)0x05154C40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent = (void *)0x05155670; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation = (void *)0x05155BB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent = (void *)0x05155AA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent = (void *)0x05155000; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent = (void *)0x05155720; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent = (void *)0x05153F70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent = (void *)0x05155810; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent = (void *)0x05154680; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent = (void *)0x051548C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent = (void *)0x05154150; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents = (void *)0x05155290; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface = (void *)0x0515C1E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter = (void *)0x051596E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter = (void *)0x051595F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality = (void *)0x05159780; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType = (void *)0x05159830; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter = (void *)0x05159920; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter = (void *)0x05159A10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter = (void *)0x05159AD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter = (void *)0x05159B90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode = (void *)0x05159C50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter = (void *)0x05159D60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter = (void *)0x05159E60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter = (void *)0x05159F60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter = (void *)0x0515A070; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter = (void *)0x0515A130; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform = (void *)0x05158D40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix = (void *)0x05159140; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D = (void *)0x05158F70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection = (void *)0x05159310; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Point = (void *)0x051591E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle = (void *)0x051593D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform = (void *)0x05159470; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D = (void *)0x05159510; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D = (void *)0x05158E30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx = (void *)0x0515CE30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions = (void *)0x0515CCA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx = (void *)0x0515D420; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager = (void *)0x0515CC00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad = (void *)0x0515D240; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent = (void *)0x0515D2D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle = (void *)0x0515D790; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx = (void *)0x0515D650; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx = (void *)0x0515D850; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx = (void *)0x0515CED0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx = (void *)0x0515D1A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent = (void *)0x0515CD40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx = (void *)0x0515D060; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx = (void *)0x0515CAD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx = (void *)0x0515D510; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx = (void *)0x0515CF70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Camera = (void *)0x0515A180; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info = (void *)0x0515A260; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone = (void *)0x0515A350; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Sound = (void *)0x0515A620; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel = (void *)0x0515A4E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext = (void *)0x0515A6C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer = (void *)0x0515A770; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform = (void *)0x0515A3F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter = (void *)0x051511B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference = (void *)0x051512F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList = (void *)0x05151540; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput = (void *)0x05151590; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter = (void *)0x051515F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection = (void *)0x05151650; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection = (void *)0x051516F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding = (void *)0x05151790; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Responder = (void *)0x05151830; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject = (void *)0x051518D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus = (void *)0x05151A50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Socket = (void *)0x05151B00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader = (void *)0x05151C40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat = (void *)0x05151DD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest = (void *)0x05151440; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader = (void *)0x05151EC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod = (void *)0x05151F60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream = (void *)0x05152000; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables = (void *)0x05151D30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket = (void *)0x05152050; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer = (void *)0x0515C2E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain = (void *)0x05158360; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities = (void *)0x051584B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IME = (void *)0x05158550; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode = (void *)0x051585E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext = (void *)0x05158810; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Security = (void *)0x051588B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain = (void *)0x051586D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel = (void *)0x05158950; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__System = (void *)0x051589F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType = (void *)0x0515ABE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings = (void *)0x0515ACD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__Font = (void *)0x0515ADB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle = (void *)0x0515AF80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontType = (void *)0x0515B020; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType = (void *)0x0515B0C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText = (void *)0x0515B200; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet = (void *)0x0515B3C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType = (void *)0x0515B500; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode = (void *)0x0515B5A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextField = (void *)0x0515B6D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize = (void *)0x0515B8A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType = (void *)0x0515B940; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat = (void *)0x0515B460; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign = (void *)0x0515B9E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics = (void *)0x0515B7C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer = (void *)0x0515BA80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot = (void *)0x0515BB70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu = (void *)0x0515C6A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x0515C420; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems = (void *)0x0515C540; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem = (void *)0x0515C600; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation = (void *)0x0515C7D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard = (void *)0x0515C740; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse = (void *)0x0515C870; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor = (void *)0x0515C8F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch = (void *)0x0515C990; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode = (void *)0x0515CA30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray = (void *)0x05153240; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary = (void *)0x051533D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian = (void *)0x051534C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput = (void *)0x05153550; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput = (void *)0x051535A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable = (void *)0x05153420; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy = (void *)0x05153640; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer = (void *)0x05153730; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector = (void *)0x051520A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String = (void *)0x051523B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double = (void *)0x05152360; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int = (void *)0x051522C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object = (void *)0x05152400; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint = (void *)0x05152310; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument = (void *)0x0515DA20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode = (void *)0x0515D930; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType = (void *)0x0515DAC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__ClassClass = (void *)0x0514F398; +const void * RTTI_Scaleform__GFx__AS3__Classes__UDBase = (void *)0x0514E068; +const void * RTTI_Scaleform__GFx__AS3__Classes__UserDefined = (void *)0x0514F3D8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Array = (void *)0x0514FD08; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Boolean = (void *)0x0514FBD8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Catch = (void *)0x0514FD48; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Date = (void *)0x0514FDC8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Domain = (void *)0x05151138; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Error = (void *)0x0514FD88; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Function = (void *)0x0514F6E8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Math = (void *)0x0514FE00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Namespace = (void *)0x0514FA28; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Number = (void *)0x0514FC18; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Object = (void *)0x0514F5B8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__QName = (void *)0x0514FE78; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__RegExp = (void *)0x0514FE38; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__String = (void *)0x0514FCC8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XML = (void *)0x0514FEB8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XMLList = (void *)0x0514FEF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__int_ = (void *)0x0514FC58; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__uint = (void *)0x0514FC90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility = (void *)0x0515A930; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion = (void *)0x05155CB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel = (void *)0x05156640; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BlendMode = (void *)0x051564F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__CapsStyle = (void *)0x051566E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GradientType = (void *)0x05156BB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand = (void *)0x05157470; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding = (void *)0x05157520; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod = (void *)0x051575D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__JointStyle = (void *)0x05157670; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode = (void *)0x05157710; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo = (void *)0x05156A20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping = (void *)0x05157B20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SWFVersion = (void *)0x05158030; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType = (void *)0x051581D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision = (void *)0x05158270; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod = (void *)0x05157D00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__Stage = (void *)0x05156930; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageAlign = (void *)0x05157DA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState = (void *)0x05157E50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageQuality = (void *)0x05157EF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode = (void *)0x05157F90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent = (void *)0x05153A10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent = (void *)0x051542B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent = (void *)0x05155A50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent = (void *)0x05154400; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent = (void *)0x051544A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__DataEvent = (void *)0x05154540; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent = (void *)0x05154100; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__Event = (void *)0x051538C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher = (void *)0x05153A60; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventPhase = (void *)0x051553A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FocusEvent = (void *)0x05154DD0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent = (void *)0x05155440; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent = (void *)0x051551A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GestureEvent = (void *)0x05154810; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GesturePhase = (void *)0x05155950; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent = (void *)0x051554E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IMEEvent = (void *)0x05155620; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent = (void *)0x05154EC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent = (void *)0x05154BF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__MouseEvent = (void *)0x05154630; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent = (void *)0x05154FB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent = (void *)0x05154AF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent = (void *)0x05154CE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent = (void *)0x051556D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientation = (void *)0x05155C00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent = (void *)0x05155B60; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StatusEvent = (void *)0x051550A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SyncEvent = (void *)0x05155770; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TextEvent = (void *)0x05154010; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TimerEvent = (void *)0x051558B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TouchEvent = (void *)0x05154720; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent = (void *)0x05154980; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent = (void *)0x05154210; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface = (void *)0x0515C240; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality = (void *)0x051597E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType = (void *)0x05159880; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode = (void *)0x05159CB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Point = (void *)0x05159278; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Utils3D = (void *)0x05159560; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Vector3D = (void *)0x05158ED0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx = (void *)0x0515CE80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__Extensions = (void *)0x0515CCF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager = (void *)0x0515CC50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePad = (void *)0x0515D288; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent = (void *)0x0515D380; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx = (void *)0x0515D6F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx = (void *)0x0515D898; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx = (void *)0x0515CF20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent = (void *)0x0515CDE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx = (void *)0x0515D100; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx = (void *)0x0515CB20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx = (void *)0x0515D5B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx = (void *)0x0515CFC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Camera = (void *)0x0515A1D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Microphone = (void *)0x0515A3A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__SoundMixer = (void *)0x0515A7C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding = (void *)0x051517E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObject = (void *)0x05151970; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus = (void *)0x05151AB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat = (void *)0x05151E20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod = (void *)0x05151FB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer = (void *)0x0515C380; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain = (void *)0x05158460; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Capabilities = (void *)0x05158500; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IME = (void *)0x05158598; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode = (void *)0x05158630; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Security = (void *)0x05158900; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain = (void *)0x05158770; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel = (void *)0x051589A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__System = (void *)0x05158A40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType = (void *)0x0515AC30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__Font = (void *)0x0515AE48; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontStyle = (void *)0x0515AFD0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontType = (void *)0x0515B070; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__GridFitType = (void *)0x0515B110; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextColorType = (void *)0x0515B550; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode = (void *)0x0515B5F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextField = (void *)0x0515B770; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize = (void *)0x0515B8F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldType = (void *)0x0515B990; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign = (void *)0x0515BA30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextRenderer = (void *)0x0515BAD0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation = (void *)0x0515C820; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Keyboard = (void *)0x0515C788; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Mouse = (void *)0x0515C8B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor = (void *)0x0515C940; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Multitouch = (void *)0x0515C9E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode = (void *)0x0515CA80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__ByteArray = (void *)0x051532E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__Endian = (void *)0x05153510; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector = (void *)0x051520E8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_String = (void *)0x05152220; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_double = (void *)0x051521D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_int = (void *)0x05152130; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_object = (void *)0x05152270; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint = (void *)0x05152180; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType = (void *)0x0515DB10; +const void * RTTI_Scaleform__GFx__AS3__DoAbc = (void *)0x0515C1A8; +const void * RTTI_Scaleform__GFx__AS3__FlashUI = (void *)0x0514E248; +const void * RTTI_Scaleform__GFx__AS3__FrameCounter = (void *)0x0514EF00; +const void * RTTI_Scaleform__GFx__AS3__GASRefCountBase = (void *)0x0514DA40; +const void * RTTI_Scaleform__GFx__AS3__IMEManager = (void *)0x0515DEC8; +const void * RTTI_Scaleform__GFx__AS3__Impl__ArrayFunc = (void *)0x0514E518; +const void * RTTI_Scaleform__GFx__AS3__Impl__Value2NumberCollector = (void *)0x05150490; +const void * RTTI_Scaleform__GFx__AS3__Impl__Value2StrCollector = (void *)0x05150450; +const void * RTTI_Scaleform__GFx__AS3__Impl__ValuePtrCollector = (void *)0x05150410; +const void * RTTI_Scaleform__GFx__AS3__Instance = (void *)0x0514DFF8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Activation = (void *)0x0514F940; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Anonimous = (void *)0x0514E170; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__CTraits = (void *)0x0514E0A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__ClassClass = (void *)0x0514FB90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Interface = (void *)0x0514F600; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Prototype = (void *)0x0514E120; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__RTraits = (void *)0x0514E0E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Traits = (void *)0x0514DDC8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__UserDefined = (void *)0x0514F240; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Array = (void *)0x051503D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Boolean = (void *)0x051505F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Catch = (void *)0x051502F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Date = (void *)0x05150BF8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Domain = (void *)0x051510F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Error = (void *)0x051507E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Function = (void *)0x0514F650; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject = (void *)0x05150330; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript = (void *)0x05150380; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd = (void *)0x0514F8A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Namespace = (void *)0x0514F9E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Number = (void *)0x05150520; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Object = (void *)0x0514F570; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__QName = (void *)0x051502B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__RegExp = (void *)0x05150710; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__String = (void *)0x05150640; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Thunk = (void *)0x0514F860; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction = (void *)0x0514F6A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd = (void *)0x0514F8F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XML = (void *)0x05150C78; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XMLList = (void *)0x05150E60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__int_ = (void *)0x05150568; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__uint = (void *)0x051505A8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation = (void *)0x0515AA50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties = (void *)0x0515AB80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie = (void *)0x051561B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap = (void *)0x05156340; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData = (void *)0x051562A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject = (void *)0x05155F30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer = (void *)0x05156790; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel = (void *)0x05156B10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics = (void *)0x05156CA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill = (void *)0x05156E90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill = (void *)0x05156F90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill = (void *)0x051570B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath = (void *)0x051571B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill = (void *)0x051572B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke = (void *)0x051573B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject = (void *)0x051563F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader = (void *)0x05156840; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo = (void *)0x051569D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape = (void *)0x05157800; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip = (void *)0x051579E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene = (void *)0x05157A80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape = (void *)0x05157BC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton = (void *)0x05157C60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite = (void *)0x051578A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage = (void *)0x051568E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent = (void *)0x051539B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent = (void *)0x051559F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent = (void *)0x051543A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent = (void *)0x051540B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__Event = (void *)0x05153870; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher = (void *)0x051513E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent = (void *)0x05154D80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent = (void *)0x05155140; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent = (void *)0x051547C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent = (void *)0x051555D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent = (void *)0x05154E70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent = (void *)0x05154BA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent = (void *)0x051545E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent = (void *)0x05154F60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent = (void *)0x05154A90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent = (void *)0x05154C90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent = (void *)0x05155B00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent = (void *)0x05155050; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent = (void *)0x05153FC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent = (void *)0x05155860; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent = (void *)0x051546D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent = (void *)0x05154920; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent = (void *)0x051541B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents = (void *)0x051552F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter = (void *)0x05159730; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter = (void *)0x05159640; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter = (void *)0x05159970; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter = (void *)0x05159A70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter = (void *)0x05159BF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter = (void *)0x05159DB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter = (void *)0x05159EB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter = (void *)0x05159FC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter = (void *)0x0515A0D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform = (void *)0x05158D90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix = (void *)0x05159190; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D = (void *)0x05158FC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection = (void *)0x05159370; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point = (void *)0x05159230; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle = (void *)0x05159420; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform = (void *)0x051594C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D = (void *)0x05158E80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx = (void *)0x0515D470; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent = (void *)0x0515D320; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle = (void *)0x0515D7F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx = (void *)0x0515D6A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx = (void *)0x0515D1F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent = (void *)0x0515CD90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx = (void *)0x0515D0B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx = (void *)0x0515D560; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info = (void *)0x0515A2B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound = (void *)0x0515A670; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel = (void *)0x0515A530; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext = (void *)0x0515A710; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform = (void *)0x0515A440; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference = (void *)0x05151390; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection = (void *)0x05151740; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject = (void *)0x05151920; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket = (void *)0x05151B50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader = (void *)0x05151C90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest = (void *)0x05151490; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader = (void *)0x05151F10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables = (void *)0x05151D80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer = (void *)0x0515C330; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain = (void *)0x05158400; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext = (void *)0x05158860; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain = (void *)0x05158720; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings = (void *)0x0515AD20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__Font = (void *)0x0515AE00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText = (void *)0x0515B250; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet = (void *)0x0515B410; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField = (void *)0x0515B720; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat = (void *)0x0515B4B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics = (void *)0x0515B810; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot = (void *)0x0515BBC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu = (void *)0x0515C6F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x0515C480; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems = (void *)0x0515C5A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray = (void *)0x05153290; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary = (void *)0x051531F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy = (void *)0x05153690; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer = (void *)0x05153780; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String = (void *)0x05152FA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double = (void *)0x05152D80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int = (void *)0x05152940; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object = (void *)0x05153040; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint = (void *)0x05152B60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument = (void *)0x0515DA70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode = (void *)0x0515D980; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Array = (void *)0x0514F288; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGet = (void *)0x05151028; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGetFirst = (void *)0x05150F50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Catch = (void *)0x051504D8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__CheckTypeTF = (void *)0x0514F810; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGet = (void *)0x05150FE8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGetFirst = (void *)0x05150FA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Date = (void *)0x05150B78; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Domain = (void *)0x051510A8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__EmptyCallBack = (void *)0x05150F00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Error = (void *)0x05150758; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Function = (void *)0x0514F778; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionAOT = (void *)0x0514F730; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionBase = (void *)0x0514E1C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObject = (void *)0x0514F1B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP = (void *)0x0514F310; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript = (void *)0x0514F420; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ListGet = (void *)0x05151068; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Namespace = (void *)0x0514F1F8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Object = (void *)0x0514E208; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__QName = (void *)0x05150270; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__RegExp = (void *)0x05150688; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ThunkFunction = (void *)0x0514F7C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XML = (void *)0x05150230; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLAttr = (void *)0x05150D40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLComment = (void *)0x05150DD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement = (void *)0x05150CC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack = (void *)0x05150E10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList = (void *)0x0514F2C8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack = (void *)0x05150EB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLProcInstr = (void *)0x05150D80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLText = (void *)0x05150D00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation = (void *)0x0515A980; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties = (void *)0x0515AAC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie = (void *)0x05156110; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Bitmap = (void *)0x05155FD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__BitmapData = (void *)0x05156200; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObject = (void *)0x05155D40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer = (void *)0x05155DE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__FrameLabel = (void *)0x05156A70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Graphics = (void *)0x05156C00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill = (void *)0x05156DE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill = (void *)0x05156EF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill = (void *)0x05156FF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath = (void *)0x05157110; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill = (void *)0x05157200; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke = (void *)0x05157310; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject = (void *)0x05155E40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Loader = (void *)0x05155F80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo = (void *)0x05155D90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MorphShape = (void *)0x05157760; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MovieClip = (void *)0x051578F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Scene = (void *)0x05157940; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Shape = (void *)0x05156020; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__SimpleButton = (void *)0x05156070; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Sprite = (void *)0x051560C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Stage = (void *)0x05155E90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent = (void *)0x05153900; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent = (void *)0x05153D80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent = (void *)0x05154300; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent = (void *)0x05153CE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__Event = (void *)0x051537D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher = (void *)0x05151250; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__FocusEvent = (void *)0x05153B50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent = (void *)0x05153ED0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GestureEvent = (void *)0x05153BF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IMEEvent = (void *)0x05155530; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent = (void *)0x05153C90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent = (void *)0x05153B00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__MouseEvent = (void *)0x05153AB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent = (void *)0x05153E30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent = (void *)0x051549D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent = (void *)0x05153C40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent = (void *)0x05153DD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StatusEvent = (void *)0x05153E80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TextEvent = (void *)0x05153D30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TimerEvent = (void *)0x051557C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TouchEvent = (void *)0x05153BA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent = (void *)0x05154860; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent = (void *)0x05153F20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents = (void *)0x05155240; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter = (void *)0x05159690; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter = (void *)0x051595A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter = (void *)0x051598D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter = (void *)0x051599C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter = (void *)0x05159B30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter = (void *)0x05159D10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter = (void *)0x05159E10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter = (void *)0x05159F00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter = (void *)0x0515A020; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform = (void *)0x05158CF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix = (void *)0x051590F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D = (void *)0x05158F20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection = (void *)0x051592C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Point = (void *)0x051590B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Rectangle = (void *)0x05159010; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Transform = (void *)0x05159060; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Vector3D = (void *)0x05158DE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx = (void *)0x0515D3D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent = (void *)0x0515CBB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle = (void *)0x0515D740; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx = (void *)0x0515D600; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx = (void *)0x0515D150; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent = (void *)0x0515CB60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx = (void *)0x0515D010; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx = (void *)0x0515D4C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__ID3Info = (void *)0x0515A210; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__Sound = (void *)0x0515A580; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundChannel = (void *)0x0515A490; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext = (void *)0x0515A5D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundTransform = (void *)0x0515A300; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__FileReference = (void *)0x05151200; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__NetConnection = (void *)0x051516A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SharedObject = (void *)0x05151880; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__Socket = (void *)0x05151A10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketReader = (void *)0x05151BF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketWriter = (void *)0x05151BA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLLoader = (void *)0x051519C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequest = (void *)0x051512A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader = (void *)0x05151E70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLVariables = (void *)0x05151CE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer = (void *)0x0515C290; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain = (void *)0x051583B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__LoaderContext = (void *)0x051587C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain = (void *)0x05158680; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__CSMSettings = (void *)0x0515AC80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__Font = (void *)0x0515AD70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StaticText = (void *)0x0515B1B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StyleSheet = (void *)0x0515B320; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextField = (void *)0x0515AE90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextFormat = (void *)0x0515B370; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics = (void *)0x0515B680; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot = (void *)0x0515BB20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu = (void *)0x0515C650; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems = (void *)0x0515C3D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems = (void *)0x0515C4E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAReader = (void *)0x05153380; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc = (void *)0x05153470; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAWriter = (void *)0x05153330; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__ByteArray = (void *)0x05153150; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Dictionary = (void *)0x051531A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Proxy = (void *)0x051535F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Timer = (void *)0x051536E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_String = (void *)0x05152F50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_double = (void *)0x05152D30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_int = (void *)0x051528F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_object = (void *)0x05152FF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint = (void *)0x05152B10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument = (void *)0x0515D9D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLNode = (void *)0x0515D8E0; +const void * RTTI_Scaleform__GFx__AS3__IntervalTimer = (void *)0x0514EFE8; +const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntry = (void *)0x0514ED30; +const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie = (void *)0x0514ED70; +const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl = (void *)0x0515C118; +const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit = (void *)0x0515C160; +const void * RTTI_Scaleform__GFx__AS3__MovieDefRootNode = (void *)0x0514EE08; +const void * RTTI_Scaleform__GFx__AS3__MovieRoot = (void *)0x0514E390; +const void * RTTI_Scaleform__GFx__AS3__MovieRoot__StickyVarNode = (void *)0x0514EE50; +const void * RTTI_Scaleform__GFx__AS3__NamespaceInstanceFactory = (void *)0x0514FA70; +const void * RTTI_Scaleform__GFx__AS3__NamespaceSet = (void *)0x0514DFC0; +const void * RTTI_Scaleform__GFx__AS3__NotifyLoadInitCandidateList = (void *)0x0515DF00; +const void * RTTI_Scaleform__GFx__AS3__NullObject = (void *)0x05151178; +const void * RTTI_Scaleform__GFx__AS3__Object = (void *)0x0514DA10; +const void * RTTI_Scaleform__GFx__AS3__SerializeArrDense = (void *)0x0514E668; +const void * RTTI_Scaleform__GFx__AS3__SerializeArrSparse = (void *)0x0514E628; +const void * RTTI_Scaleform__GFx__AS3__ShapeObject = (void *)0x0514E988; +const void * RTTI_Scaleform__GFx__AS3__Slots__SlotFunct = (void *)0x0514E030; +const void * RTTI_Scaleform__GFx__AS3__SocketBuffer = (void *)0x0514F020; +const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr = (void *)0x0514EC90; +const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo = (void *)0x0514F060; +const void * RTTI_Scaleform__GFx__AS3__Stage = (void *)0x0514E360; +const void * RTTI_Scaleform__GFx__AS3__TextSnapshotGlyphVisitor = (void *)0x0515BC10; +const void * RTTI_Scaleform__GFx__AS3__Tracer = (void *)0x0514DCE0; +const void * RTTI_Scaleform__GFx__AS3__Traits = (void *)0x0514DC18; +const void * RTTI_Scaleform__GFx__AS3__UserDefinedFunction = (void *)0x0514EFA8; +const void * RTTI_Scaleform__GFx__AS3__VM = (void *)0x0514DB30; +const void * RTTI_Scaleform__GFx__AS3__VMAbcFile = (void *)0x0514DC78; +const void * RTTI_Scaleform__GFx__AS3__VMAppDomain = (void *)0x0514DBA0; +const void * RTTI_Scaleform__GFx__AS3__VMFile = (void *)0x0514DCB0; +const void * RTTI_Scaleform__GFx__AS3__XMLSupport = (void *)0x0514E278; +const void * RTTI_Scaleform__GFx__AS3__XMLSupportImpl = (void *)0x0514E4A8; +const void * RTTI_Scaleform__GFx__ASIMEManager = (void *)0x0515DD18; +const void * RTTI_Scaleform__GFx__ASIMEManager__IMEFuncHandler = (void *)0x05148E30; +const void * RTTI_Scaleform__GFx__ASIntervalTimerIntf = (void *)0x0514EA08; +const void * RTTI_Scaleform__GFx__ASMovieRootBase = (void *)0x0514E3C8; +const void * RTTI_Scaleform__GFx__ASStringManager = (void *)0x05145088; +const void * RTTI_Scaleform__GFx__AvmDisplayObjBase = (void *)0x0514E328; +const void * RTTI_Scaleform__GFx__Button = (void *)0x0515BC58; +const void * RTTI_Scaleform__GFx__ButtonDef = (void *)0x0514AD88; +const void * RTTI_Scaleform__GFx__Clipboard = (void *)0x0514A2E0; +const void * RTTI_Scaleform__GFx__ConstShapeNoStyles = (void *)0x05147C90; +const void * RTTI_Scaleform__GFx__ConstShapeWithStyles = (void *)0x05149538; +const void * RTTI_Scaleform__GFx__DefaultFontLibNameState = (void *)0x0514A630; +const void * RTTI_Scaleform__GFx__DisplayObjContainer = (void *)0x051482E8; +const void * RTTI_Scaleform__GFx__DisplayObject = (void *)0x051474A8; +const void * RTTI_Scaleform__GFx__DisplayObjectBase = (void *)0x05147330; +const void * RTTI_Scaleform__GFx__DrawText = (void *)0x0515DB90; +const void * RTTI_Scaleform__GFx__DrawTextImpl = (void *)0x0515DB58; +const void * RTTI_Scaleform__GFx__DrawTextManager = (void *)0x0515DC80; +const void * RTTI_Scaleform__GFx__DrawingContext = (void *)0x05148820; +const void * RTTI_Scaleform__GFx__DrawingContext__PackedShape = (void *)0x051489E8; +const void * RTTI_Scaleform__GFx__ExecuteTag = (void *)0x05147798; +const void * RTTI_Scaleform__GFx__FontCompactor = (void *)0x0514D1D8; +const void * RTTI_Scaleform__GFx__FontData = (void *)0x0514A8D0; +const void * RTTI_Scaleform__GFx__FontDataBound = (void *)0x0514AAB8; +const void * RTTI_Scaleform__GFx__FontDataCompactedGfx = (void *)0x0514A990; +const void * RTTI_Scaleform__GFx__FontDataCompactedSwf = (void *)0x0514A950; +const void * RTTI_Scaleform__GFx__FontGlyphPacker = (void *)0x0514ADB8; +const void * RTTI_Scaleform__GFx__FontHandle = (void *)0x05148AB8; +const void * RTTI_Scaleform__GFx__FontLib = (void *)0x0514A600; +const void * RTTI_Scaleform__GFx__FontManager = (void *)0x05148C20; +const void * RTTI_Scaleform__GFx__FontManagerStates = (void *)0x051448F0; +const void * RTTI_Scaleform__GFx__FontMap = (void *)0x0514C120; +const void * RTTI_Scaleform__GFx__FontResource = (void *)0x0514A798; +const void * RTTI_Scaleform__GFx__FontResourceCreator = (void *)0x05147EA8; +const void * RTTI_Scaleform__GFx__FunctionHandler = (void *)0x0517DE88; +const void * RTTI_Scaleform__GFx__GFxInitImportActions = (void *)0x051494F8; +const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyData = (void *)0x05147CC8; +const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyInterface = (void *)0x051476D0; +const void * RTTI_Scaleform__GFx__GFxMovieDefImplKey = (void *)0x05147DD0; +const void * RTTI_Scaleform__GFx__GFxMovieDefImplKeyInterface = (void *)0x05147720; +const void * RTTI_Scaleform__GFx__GFxPlaceObjectUnpacked = (void *)0x05147C50; +const void * RTTI_Scaleform__GFx__GFxSocketImpl = (void *)0x0515BCF8; +const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKey = (void *)0x0514AB28; +const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKeyInterface = (void *)0x0514A670; +const void * RTTI_Scaleform__GFx__IMEManagerBase = (void *)0x05148DF0; +const void * RTTI_Scaleform__GFx__ImageCreator = (void *)0x053AEF48; +const void * RTTI_Scaleform__GFx__ImageFileHandlerRegistry = (void *)0x0514A560; +const void * RTTI_Scaleform__GFx__ImageFileInfo = (void *)0x05147FD8; +const void * RTTI_Scaleform__GFx__ImageFileInfoKeyData = (void *)0x0514AE88; +const void * RTTI_Scaleform__GFx__ImageFileKeyInterface = (void *)0x0514AE48; +const void * RTTI_Scaleform__GFx__ImageFileResourceCreator = (void *)0x05148158; +const void * RTTI_Scaleform__GFx__ImageResource = (void *)0x051442A0; +const void * RTTI_Scaleform__GFx__ImageResourceCreator = (void *)0x05148198; +const void * RTTI_Scaleform__GFx__ImageResource__ImageDelegate = (void *)0x05144730; +const void * RTTI_Scaleform__GFx__ImageShapeCharacterDef = (void *)0x0514AD48; +const void * RTTI_Scaleform__GFx__InteractiveObject = (void *)0x05148218; +const void * RTTI_Scaleform__GFx__KeyboardState = (void *)0x05144FF0; +const void * RTTI_Scaleform__GFx__KeyboardState__IListener = (void *)0x0514DD88; +const void * RTTI_Scaleform__GFx__LZMAFile = (void *)0x0514C288; +const void * RTTI_Scaleform__GFx__LZMASupport = (void *)0x05144B68; +const void * RTTI_Scaleform__GFx__LoadBinaryTask = (void *)0x05148D78; +const void * RTTI_Scaleform__GFx__LoadProcess = (void *)0x05147EE0; +const void * RTTI_Scaleform__GFx__LoadQueueEntry = (void *)0x0514E6E8; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT = (void *)0x05148C90; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadBinary = (void *)0x05148DB0; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadVars = (void *)0x05148D38; +const void * RTTI_Scaleform__GFx__LoadStates = (void *)0x05148010; +const void * RTTI_Scaleform__GFx__LoadUpdateSync = (void *)0x051479B8; +const void * RTTI_Scaleform__GFx__LoadVarsTask = (void *)0x05148D00; +const void * RTTI_Scaleform__GFx__Loader = (void *)0x05144B00; +const void * RTTI_Scaleform__GFx__LoaderImpl = (void *)0x051474E0; +const void * RTTI_Scaleform__GFx__LoaderTask = (void *)0x05147628; +const void * RTTI_Scaleform__GFx__LogState = (void *)0x051454A0; +const void * RTTI_Scaleform__GFx__MemoryBufferZlibImage = (void *)0x0514C328; +const void * RTTI_Scaleform__GFx__MemoryContext = (void *)0x0515BF30; +const void * RTTI_Scaleform__GFx__MorphCharacterDef = (void *)0x0514C3A8; +const void * RTTI_Scaleform__GFx__Movie = (void *)0x05144160; +const void * RTTI_Scaleform__GFx__MovieBindProcess = (void *)0x05147908; +const void * RTTI_Scaleform__GFx__MovieDataDef = (void *)0x051477C8; +const void * RTTI_Scaleform__GFx__MovieDataDef__LoadTaskData = (void *)0x05147B68; +const void * RTTI_Scaleform__GFx__MovieDefBindStates = (void *)0x051480C8; +const void * RTTI_Scaleform__GFx__MovieDefImpl = (void *)0x05147868; +const void * RTTI_Scaleform__GFx__MovieDefImpl__BindTaskData = (void *)0x05147BA8; +const void * RTTI_Scaleform__GFx__MovieDefImpl__ReleaseNotifier = (void *)0x0514E460; +const void * RTTI_Scaleform__GFx__MovieDefRootNode = (void *)0x0514E720; +const void * RTTI_Scaleform__GFx__MovieDef__ResourceVisitor = (void *)0x05147940; +const void * RTTI_Scaleform__GFx__MovieImageLoadTask = (void *)0x05147658; +const void * RTTI_Scaleform__GFx__MovieImpl = (void *)0x05144130; +const void * RTTI_Scaleform__GFx__MovieImpl__StickyVarNode = (void *)0x0514EBA8; +const void * RTTI_Scaleform__GFx__MovieImpl__WideStringStorage = (void *)0x0514EB00; +const void * RTTI_Scaleform__GFx__MoviePreloadTask = (void *)0x05148CC8; +const void * RTTI_Scaleform__GFx__ParseControl = (void *)0x05144B30; +const void * RTTI_Scaleform__GFx__PlaceObject2Tag = (void *)0x05149118; +const void * RTTI_Scaleform__GFx__PlaceObject2Taga = (void *)0x051494C0; +const void * RTTI_Scaleform__GFx__PlaceObject3Tag = (void *)0x05149150; +const void * RTTI_Scaleform__GFx__PlaceObjectTag = (void *)0x0514AC90; +const void * RTTI_Scaleform__GFx__RemoveObject2Tag = (void *)0x051491C0; +const void * RTTI_Scaleform__GFx__RemoveObjectTag = (void *)0x05149188; +const void * RTTI_Scaleform__GFx__Resource = (void *)0x051442D8; +const void * RTTI_Scaleform__GFx__ResourceData__DataInterface = (void *)0x05147E68; +const void * RTTI_Scaleform__GFx__ResourceFileInfo = (void *)0x05145308; +const void * RTTI_Scaleform__GFx__ResourceKey__KeyInterface = (void *)0x05147690; +const void * RTTI_Scaleform__GFx__ResourceLib = (void *)0x051451B8; +const void * RTTI_Scaleform__GFx__ResourceLib__ResourceSlot = (void *)0x051453F8; +const void * RTTI_Scaleform__GFx__ResourceReport = (void *)0x05147760; +const void * RTTI_Scaleform__GFx__ResourceWeakLib = (void *)0x05145240; +const void * RTTI_Scaleform__GFx__SetBackgroundColorTag = (void *)0x05149480; +const void * RTTI_Scaleform__GFx__ShapeBaseCharacterDef = (void *)0x0514ACC8; +const void * RTTI_Scaleform__GFx__ShapeDataBase = (void *)0x05147980; +const void * RTTI_Scaleform__GFx__SocketImplFactory = (void *)0x0515BCC0; +const void * RTTI_Scaleform__GFx__SocketInterface = (void *)0x0515BC88; +const void * RTTI_Scaleform__GFx__Sprite = (void *)0x05148A88; +const void * RTTI_Scaleform__GFx__SpriteDef = (void *)0x0514AC60; +const void * RTTI_Scaleform__GFx__State = (void *)0x053ADEC0; +const void * RTTI_Scaleform__GFx__StateBag = (void *)0x05144238; +const void * RTTI_Scaleform__GFx__StateBagImpl = (void *)0x05144658; +const void * RTTI_Scaleform__GFx__StaticTextCharacter = (void *)0x0514C0E8; +const void * RTTI_Scaleform__GFx__StaticTextDef = (void *)0x0514C0B0; +const void * RTTI_Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor = (void *)0x0515B160; +const void * RTTI_Scaleform__GFx__Stream = (void *)0x0514A410; +const void * RTTI_Scaleform__GFx__SubImageResource = (void *)0x05148090; +const void * RTTI_Scaleform__GFx__SubImageResourceCreator = (void *)0x051481D8; +const void * RTTI_Scaleform__GFx__SubImageResourceInfo = (void *)0x051491F8; +const void * RTTI_Scaleform__GFx__SwfShapeCharacterDef = (void *)0x0514AD08; +const void * RTTI_Scaleform__GFx__Task = (void *)0x051475B0; +const void * RTTI_Scaleform__GFx__TextField = (void *)0x0514C210; +const void * RTTI_Scaleform__GFx__TextFieldDef = (void *)0x0514A340; +const void * RTTI_Scaleform__GFx__TextField__CSSHolderBase = (void *)0x0515B638; +const void * RTTI_Scaleform__GFx__TextField__TextDocumentListener = (void *)0x0514C240; +const void * RTTI_Scaleform__GFx__TextKeyMap = (void *)0x0514A310; +const void * RTTI_Scaleform__GFx__Text__CompositionString = (void *)0x0514D738; +const void * RTTI_Scaleform__GFx__Text__EditorKit = (void *)0x0514D700; +const void * RTTI_Scaleform__GFx__Text__StyleManager = (void *)0x0515B2E0; +const void * RTTI_Scaleform__GFx__TextureGlyphBinder = (void *)0x0514AAF0; +const void * RTTI_Scaleform__GFx__TextureGlyphData = (void *)0x051493E0; +const void * RTTI_Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor = (void *)0x0514A900; +const void * RTTI_Scaleform__GFx__URLBuilder = (void *)0x0515DE08; +const void * RTTI_Scaleform__GFx__Value__ObjectInterface = (void *)0x0514E6A8; +const void * RTTI_Scaleform__GFx__ZLibFile = (void *)0x0515DF48; +const void * RTTI_Scaleform__GFx__ZlibImageSource = (void *)0x0514C2B8; +const void * RTTI_Scaleform__GFx__ZlibSupport = (void *)0x053ADFB8; +const void * RTTI_Scaleform__HeapPT__SysAllocGranulator = (void *)0x0514C3E0; +const void * RTTI_Scaleform__HeapPT__SysAllocWrapper = (void *)0x0514C420; +const void * RTTI_Scaleform__Log = (void *)0x05144C98; +const void * RTTI_Scaleform__LongFormatter = (void *)0x05148F60; +const void * RTTI_Scaleform__MemoryFile = (void *)0x053AEB48; +const void * RTTI_Scaleform__MemoryHeap = (void *)0x05143FD8; +const void * RTTI_Scaleform__MemoryHeapMH = (void *)0x05144C68; +const void * RTTI_Scaleform__MemoryHeapPT = (void *)0x05149578; +const void * RTTI_Scaleform__MemoryHeap__LimitHandler = (void *)0x0515BEF8; +const void * RTTI_Scaleform__MsgFormat = (void *)0x05148E70; +const void * RTTI_Scaleform__Mutex = (void *)0x05144BC8; +const void * RTTI_Scaleform__Mutex_AreadyLockedAcquireInterface = (void *)0x05144C20; +const void * RTTI_Scaleform__RefCountImplCore = (void *)0x0517DD60; +const void * RTTI_Scaleform__RefCountNTSImplCore = (void *)0x05144088; +const void * RTTI_Scaleform__RefCountWeakSupportImpl = (void *)0x051440C0; +const void * RTTI_Scaleform__Render__BevelFilter = (void *)0x05149DD0; +const void * RTTI_Scaleform__Render__BlendModeBundle = (void *)0x0514BF20; +const void * RTTI_Scaleform__Render__BlendModeEffect = (void *)0x0514CAC0; +const void * RTTI_Scaleform__Render__BlendPrimitive = (void *)0x0514A170; +const void * RTTI_Scaleform__Render__BlurFilter = (void *)0x05149D28; +const void * RTTI_Scaleform__Render__BlurFilterImpl = (void *)0x05149CF0; +const void * RTTI_Scaleform__Render__Bundle = (void *)0x0514BA70; +const void * RTTI_Scaleform__Render__CacheAsBitmapFilter = (void *)0x05149E80; +const void * RTTI_Scaleform__Render__CacheBase = (void *)0x05412928; +const void * RTTI_Scaleform__Render__CacheEffect = (void *)0x0514C950; +const void * RTTI_Scaleform__Render__CacheablePrimitive = (void *)0x0514A0D0; +const void * RTTI_Scaleform__Render__CacheableTargetEffect = (void *)0x0514C9F8; +const void * RTTI_Scaleform__Render__ColorMatrixFilter = (void *)0x05149E40; +const void * RTTI_Scaleform__Render__ComplexFill = (void *)0x05146030; +const void * RTTI_Scaleform__Render__ComplexMesh = (void *)0x0514B388; +const void * RTTI_Scaleform__Render__ComplexMeshVertexOutput = (void *)0x0514D310; +const void * RTTI_Scaleform__Render__ComplexPrimitiveBundle = (void *)0x0514BE70; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotify = (void *)0x05145520; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor = (void *)0x05145860; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture = (void *)0x05145990; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture = (void *)0x05145920; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId = (void *)0x051459F0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown = (void *)0x051458C0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextLock = (void *)0x05145640; +const void * RTTI_Scaleform__Render__ContextImpl__EntryData = (void *)0x05144440; +const void * RTTI_Scaleform__Render__ContextImpl__RTHandle__HandleData = (void *)0x05145740; +const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify = (void *)0x0540B9E0; +const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand = (void *)0x05149890; +const void * RTTI_Scaleform__Render__CreationRenderer__DepthStencilSurface = (void *)0x0540BC70; +const void * RTTI_Scaleform__Render__CreationRenderer__HAL = (void *)0x0540B5F8; +const void * RTTI_Scaleform__Render__CreationRenderer__IndexBuffer = (void *)0x054124E0; +const void * RTTI_Scaleform__Render__CreationRenderer__MappedTexture = (void *)0x0540BB00; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshBufferSet = (void *)0x05412580; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshCache = (void *)0x054127E0; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshCacheItem = (void *)0x05412710; +const void * RTTI_Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry = (void *)0x0540BE30; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderEvents = (void *)0x05412340; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderSync = (void *)0x054129F0; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderTargetData = (void *)0x0540B670; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface = (void *)0x05412C50; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer = (void *)0x05412AC0; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderManager = (void *)0x05412A70; +const void * RTTI_Scaleform__Render__CreationRenderer__Texture = (void *)0x0540BC30; +const void * RTTI_Scaleform__Render__CreationRenderer__TextureFormat = (void *)0x0540BAB0; +const void * RTTI_Scaleform__Render__CreationRenderer__TextureManager = (void *)0x0540BBE0; +const void * RTTI_Scaleform__Render__CreationRenderer__VertexBuffer = (void *)0x05412490; +const void * RTTI_Scaleform__Render__DDS__DDSFileImageSource = (void *)0x0514D198; +const void * RTTI_Scaleform__Render__DDS__FileReader = (void *)0x0514D0E8; +const void * RTTI_Scaleform__Render__DICommand = (void *)0x05146108; +const void * RTTI_Scaleform__Render__DICommandQueue = (void *)0x05149F00; +const void * RTTI_Scaleform__Render__DICommandQueue__ExecuteCommand = (void *)0x05149FF0; +const void * RTTI_Scaleform__Render__DICommand_ApplyFilter = (void *)0x051463A0; +const void * RTTI_Scaleform__Render__DICommand_Clear = (void *)0x051462B0; +const void * RTTI_Scaleform__Render__DICommand_ColorTransform = (void *)0x05146660; +const void * RTTI_Scaleform__Render__DICommand_Compare = (void *)0x05146710; +const void * RTTI_Scaleform__Render__DICommand_CopyChannel = (void *)0x051464F8; +const void * RTTI_Scaleform__Render__DICommand_CopyPixels = (void *)0x051465B0; +const void * RTTI_Scaleform__Render__DICommand_CreateTexture = (void *)0x05146140; +const void * RTTI_Scaleform__Render__DICommand_Dispose = (void *)0x051461F8; +const void * RTTI_Scaleform__Render__DICommand_Draw = (void *)0x05146450; +const void * RTTI_Scaleform__Render__DICommand_FillRect = (void *)0x051467B8; +const void * RTTI_Scaleform__Render__DICommand_FloodFill = (void *)0x05146870; +const void * RTTI_Scaleform__Render__DICommand_GetColorBoundsRect = (void *)0x05146920; +const void * RTTI_Scaleform__Render__DICommand_GetPixel32 = (void *)0x051469E8; +const void * RTTI_Scaleform__Render__DICommand_GetPixels = (void *)0x05146AA0; +const void * RTTI_Scaleform__Render__DICommand_Histogram = (void *)0x05146B50; +const void * RTTI_Scaleform__Render__DICommand_HitTest = (void *)0x05146C00; +const void * RTTI_Scaleform__Render__DICommand_Merge = (void *)0x05146CB0; +const void * RTTI_Scaleform__Render__DICommand_Noise = (void *)0x05146D58; +const void * RTTI_Scaleform__Render__DICommand_PaletteMap = (void *)0x05146E00; +const void * RTTI_Scaleform__Render__DICommand_PerlinNoise = (void *)0x05146EB0; +const void * RTTI_Scaleform__Render__DICommand_PixelDissolve = (void *)0x05146F60; +const void * RTTI_Scaleform__Render__DICommand_Scroll = (void *)0x05147180; +const void * RTTI_Scaleform__Render__DICommand_SetPixel32 = (void *)0x05147018; +const void * RTTI_Scaleform__Render__DICommand_SetPixels = (void *)0x051470D0; +const void * RTTI_Scaleform__Render__DICommand_SourceRect = (void *)0x05146360; +const void * RTTI_Scaleform__Render__DICommand_Threshold = (void *)0x05147228; +const void * RTTI_Scaleform__Render__DIPixelProvider = (void *)0x05155D00; +const void * RTTI_Scaleform__Render__DepthStencilBuffer = (void *)0x053F9410; +const void * RTTI_Scaleform__Render__DepthStencilSurface = (void *)0x0540BFC0; +const void * RTTI_Scaleform__Render__DestroyDrawableImageThreadCommand = (void *)0x051472E0; +const void * RTTI_Scaleform__Render__DisplacementMapFilter = (void *)0x05149EC0; +const void * RTTI_Scaleform__Render__DrawableImage = (void *)0x05145FA8; +const void * RTTI_Scaleform__Render__DrawableImageContext = (void *)0x051460C8; +const void * RTTI_Scaleform__Render__Fence = (void *)0x051495A8; +const void * RTTI_Scaleform__Render__FenceWrapperList = (void *)0x05149688; +const void * RTTI_Scaleform__Render__FileImageSource = (void *)0x0514C2F0; +const void * RTTI_Scaleform__Render__FilterBundle = (void *)0x0514BEE8; +const void * RTTI_Scaleform__Render__FilterEffect = (void *)0x0514C9C0; +const void * RTTI_Scaleform__Render__FilterPrimitive = (void *)0x0514A098; +const void * RTTI_Scaleform__Render__FilterSet = (void *)0x05149BE8; +const void * RTTI_Scaleform__Render__Font = (void *)0x0514A6B8; +const void * RTTI_Scaleform__Render__FontCacheHandleManager = (void *)0x0514C498; +const void * RTTI_Scaleform__Render__GlowFilter = (void *)0x05149D98; +const void * RTTI_Scaleform__Render__GlyphCache = (void *)0x0514C540; +const void * RTTI_Scaleform__Render__GlyphCacheConfig = (void *)0x0514C5D8; +const void * RTTI_Scaleform__Render__GlyphCache__EvictNotifier = (void *)0x0514C910; +const void * RTTI_Scaleform__Render__GlyphEvictNotifier = (void *)0x0514C850; +const void * RTTI_Scaleform__Render__GlyphFitter = (void *)0x0514D800; +const void * RTTI_Scaleform__Render__GlyphRaster = (void *)0x0514C610; +const void * RTTI_Scaleform__Render__GlyphShape = (void *)0x0514C710; +const void * RTTI_Scaleform__Render__GlyphTextureImage = (void *)0x0514C8C8; +const void * RTTI_Scaleform__Render__GradientData = (void *)0x0514AF28; +const void * RTTI_Scaleform__Render__GradientFilter = (void *)0x05149E08; +const void * RTTI_Scaleform__Render__GradientImage = (void *)0x0514B018; +const void * RTTI_Scaleform__Render__HAL = (void *)0x0540B800; +const void * RTTI_Scaleform__Render__HALBeginDisplayItem = (void *)0x05149708; +const void * RTTI_Scaleform__Render__HALEndDisplayItem = (void *)0x05149748; +const void * RTTI_Scaleform__Render__HALNotify = (void *)0x0540B948; +const void * RTTI_Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface = (void *)0x05149790; +const void * RTTI_Scaleform__Render__Hairliner = (void *)0x0514B560; +const void * RTTI_Scaleform__Render__Image = (void *)0x053AF068; +const void * RTTI_Scaleform__Render__ImageFileHandler = (void *)0x0514CC00; +const void * RTTI_Scaleform__Render__ImageFileHandlerRegistry = (void *)0x0514A520; +const void * RTTI_Scaleform__Render__ImageSwizzler = (void *)0x05144E40; +const void * RTTI_Scaleform__Render__ImageUpdate = (void *)0x05144E78; +const void * RTTI_Scaleform__Render__ImageUpdateSync = (void *)0x0540BEC0; +const void * RTTI_Scaleform__Render__JPEG__ExtraData = (void *)0x051492A0; +const void * RTTI_Scaleform__Render__JPEG__TablesHeader = (void *)0x05149338; +const void * RTTI_Scaleform__Render__MappedTextureBase = (void *)0x0540C000; +const void * RTTI_Scaleform__Render__MaskBundle = (void *)0x0514BEB0; +const void * RTTI_Scaleform__Render__MaskEffect = (void *)0x0514C988; +const void * RTTI_Scaleform__Render__MaskNodeState__Interface = (void *)0x05149B58; +const void * RTTI_Scaleform__Render__MaskPrimitive = (void *)0x0514BB60; +const void * RTTI_Scaleform__Render__MatrixPoolImpl__MatrixPool = (void *)0x0514B640; +const void * RTTI_Scaleform__Render__MatrixState = (void *)0x0540BA78; +const void * RTTI_Scaleform__Render__MatrixStateFactory = (void *)0x0514C458; +const void * RTTI_Scaleform__Render__MemoryBufferImage = (void *)0x0514C368; +const void * RTTI_Scaleform__Render__Mesh = (void *)0x0514B1C0; +const void * RTTI_Scaleform__Render__MeshBase = (void *)0x0514B050; +const void * RTTI_Scaleform__Render__MeshBuffer = (void *)0x05412860; +const void * RTTI_Scaleform__Render__MeshCache = (void *)0x054126D8; +const void * RTTI_Scaleform__Render__MeshCacheConfig = (void *)0x054128F0; +const void * RTTI_Scaleform__Render__MeshCacheItem = (void *)0x054126A0; +const void * RTTI_Scaleform__Render__MeshKeyManager = (void *)0x051499F0; +const void * RTTI_Scaleform__Render__MeshKeySet = (void *)0x0514B3C0; +const void * RTTI_Scaleform__Render__MeshProvider = (void *)0x05148320; +const void * RTTI_Scaleform__Render__MeshProvider_KeySupport = (void *)0x05148400; +const void * RTTI_Scaleform__Render__MeshStagingNode = (void *)0x0514B138; +const void * RTTI_Scaleform__Render__MeshVertexOutput = (void *)0x0514D2D8; +const void * RTTI_Scaleform__Render__MetaImage = (void *)0x05144F58; +const void * RTTI_Scaleform__Render__MorphInterpolator = (void *)0x051485D0; +const void * RTTI_Scaleform__Render__MorphShapeData = (void *)0x05148478; +const void * RTTI_Scaleform__Render__OrigScale9ParentState__Interface = (void *)0x05149BA0; +const void * RTTI_Scaleform__Render__PNG__FileReader = (void *)0x0514CE90; +const void * RTTI_Scaleform__Render__PNG__FileWriter = (void *)0x0514CF48; +const void * RTTI_Scaleform__Render__PNG__Input = (void *)0x0514CFF8; +const void * RTTI_Scaleform__Render__PNG__LibPNGInput = (void *)0x0514D030; +const void * RTTI_Scaleform__Render__PNG__MemoryBufferImage = (void *)0x0514D068; +const void * RTTI_Scaleform__Render__PNG__PNGFileImageSource = (void *)0x0514D0A8; +const void * RTTI_Scaleform__Render__Primitive = (void *)0x0514B2F0; +const void * RTTI_Scaleform__Render__PrimitiveBundle = (void *)0x0514BE38; +const void * RTTI_Scaleform__Render__PrimitiveFill = (void *)0x0514B1F0; +const void * RTTI_Scaleform__Render__PrimitiveFillManager = (void *)0x051497F0; +const void * RTTI_Scaleform__Render__ProfileModifier = (void *)0x051498E0; +const void * RTTI_Scaleform__Render__ProfileViews = (void *)0x05149950; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DBundle = (void *)0x0514BFA0; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DEffect = (void *)0x0514CA80; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DPrimitive = (void *)0x0514BCA0; +const void * RTTI_Scaleform__Render__RBGenericImpl__DepthStencilBuffer = (void *)0x0515E2C0; +const void * RTTI_Scaleform__Render__RBGenericImpl__RenderBufferManager = (void *)0x0515E180; +const void * RTTI_Scaleform__Render__RBGenericImpl__RenderTarget = (void *)0x0515E1D0; +const void * RTTI_Scaleform__Render__Rasterizer = (void *)0x0514D268; +const void * RTTI_Scaleform__Render__RawImage = (void *)0x05144F90; +const void * RTTI_Scaleform__Render__RenderBuffer = (void *)0x053F9450; +const void * RTTI_Scaleform__Render__RenderBufferManager = (void *)0x0515E0A0; +const void * RTTI_Scaleform__Render__RenderEvents = (void *)0x0540B880; +const void * RTTI_Scaleform__Render__RenderQueueItem__Interface = (void *)0x051496C0; +const void * RTTI_Scaleform__Render__RenderSync = (void *)0x054129B8; +const void * RTTI_Scaleform__Render__RenderTarget = (void *)0x0515E140; +const void * RTTI_Scaleform__Render__RenderTargetData = (void *)0x0540B8B8; +const void * RTTI_Scaleform__Render__SIF__FileReader = (void *)0x0514CD68; +const void * RTTI_Scaleform__Render__SIF__SIFFileImageSource = (void *)0x0514CE18; +const void * RTTI_Scaleform__Render__SKI_BlendMode = (void *)0x0514B950; +const void * RTTI_Scaleform__Render__SKI_ComplexPrimitive = (void *)0x0514B860; +const void * RTTI_Scaleform__Render__SKI_Filter = (void *)0x0514B988; +const void * RTTI_Scaleform__Render__SKI_MaskEnd = (void *)0x0514B8D8; +const void * RTTI_Scaleform__Render__SKI_MaskEnd__RQII_EndMask = (void *)0x0514B910; +const void * RTTI_Scaleform__Render__SKI_MaskStart = (void *)0x0514B8A0; +const void * RTTI_Scaleform__Render__SKI_Primitive = (void *)0x0514B828; +const void * RTTI_Scaleform__Render__SKI_ProjectionMatrix3D = (void *)0x0514B9F8; +const void * RTTI_Scaleform__Render__SKI_TextPrimitive = (void *)0x0514D950; +const void * RTTI_Scaleform__Render__SKI_UserData = (void *)0x0514BA38; +const void * RTTI_Scaleform__Render__SKI_ViewMatrix3D = (void *)0x0514B9C0; +const void * RTTI_Scaleform__Render__Scale9GridData = (void *)0x051486D0; +const void * RTTI_Scaleform__Render__Scale9GridInfo = (void *)0x0514A1E0; +const void * RTTI_Scaleform__Render__Scale9GridRect = (void *)0x05145C58; +const void * RTTI_Scaleform__Render__ShadowFilter = (void *)0x05149D60; +const void * RTTI_Scaleform__Render__ShapeDataFloat = (void *)0x05144770; +const void * RTTI_Scaleform__Render__ShapeDataFloatMP = (void *)0x0514A1A8; +const void * RTTI_Scaleform__Render__ShapeMeshProvider = (void *)0x05148590; +const void * RTTI_Scaleform__Render__SortKeyInterface = (void *)0x0514B7A8; +const void * RTTI_Scaleform__Render__StateData__Interface = (void *)0x05145178; +const void * RTTI_Scaleform__Render__StateData__Interface_RefCountImpl = (void *)0x05149B10; +const void * RTTI_Scaleform__Render__StateData__Interface_Value = (void *)0x05149AC0; +const void * RTTI_Scaleform__Render__StrokeScaler = (void *)0x0514C890; +const void * RTTI_Scaleform__Render__StrokeSorter = (void *)0x0514B4F0; +const void * RTTI_Scaleform__Render__Stroker = (void *)0x0514B488; +const void * RTTI_Scaleform__Render__StrokerAA = (void *)0x0514B528; +const void * RTTI_Scaleform__Render__SubImage = (void *)0x05144FC0; +const void * RTTI_Scaleform__Render__SystemVertexFormat = (void *)0x0514B598; +const void * RTTI_Scaleform__Render__TGA__FileReader = (void *)0x0514CC70; +const void * RTTI_Scaleform__Render__TGA__TGAFileImageSource = (void *)0x0514CD28; +const void * RTTI_Scaleform__Render__TessBase = (void *)0x05149988; +const void * RTTI_Scaleform__Render__Tessellator = (void *)0x0514B450; +const void * RTTI_Scaleform__Render__TextLayerPrimitive = (void *)0x0514D9D0; +const void * RTTI_Scaleform__Render__TextLayout = (void *)0x0514D350; +const void * RTTI_Scaleform__Render__TextMeshProvider = (void *)0x0514D778; +const void * RTTI_Scaleform__Render__TextPrimitiveBundle = (void *)0x0514D990; +const void * RTTI_Scaleform__Render__Text__Allocator = (void *)0x0514A378; +const void * RTTI_Scaleform__Render__Text__Allocator__TextFormatVisitor = (void *)0x0514E9C0; +const void * RTTI_Scaleform__Render__Text__DocView = (void *)0x0514D4B0; +const void * RTTI_Scaleform__Render__Text__DocView__DocumentText = (void *)0x0514D550; +const void * RTTI_Scaleform__Render__Text__EditorKitBase = (void *)0x0514D658; +const void * RTTI_Scaleform__Render__Text__FontHandle = (void *)0x05148AE8; +const void * RTTI_Scaleform__Render__Text__FontManagerBase = (void *)0x05148B78; +const void * RTTI_Scaleform__Render__Text__HTMLImageTagDesc = (void *)0x0514D910; +const void * RTTI_Scaleform__Render__Text__ImageDesc = (void *)0x0514D870; +const void * RTTI_Scaleform__Render__Text__StyleManagerBase = (void *)0x0515B2A0; +const void * RTTI_Scaleform__Render__Text__StyledText = (void *)0x0514CB30; +const void * RTTI_Scaleform__Render__Text__TextFilter = (void *)0x0514C018; +const void * RTTI_Scaleform__Render__Texture = (void *)0x0540BDF8; +const void * RTTI_Scaleform__Render__TextureFormat = (void *)0x0540BE88; +const void * RTTI_Scaleform__Render__TextureGlyph = (void *)0x05149088; +const void * RTTI_Scaleform__Render__TextureImage = (void *)0x053AF098; +const void * RTTI_Scaleform__Render__TextureManager = (void *)0x0540BB48; +const void * RTTI_Scaleform__Render__TextureManagerLocks = (void *)0x05144D98; +const void * RTTI_Scaleform__Render__TextureManager__ServiceCommand = (void *)0x05144F10; +const void * RTTI_Scaleform__Render__ThreadCommandQueue = (void *)0x053F9398; +const void * RTTI_Scaleform__Render__TransformerBase = (void *)0x05148440; +const void * RTTI_Scaleform__Render__TreeCacheContainer = (void *)0x05145EA0; +const void * RTTI_Scaleform__Render__TreeCacheMeshBase = (void *)0x051487A8; +const void * RTTI_Scaleform__Render__TreeCacheNode = (void *)0x05145EE0; +const void * RTTI_Scaleform__Render__TreeCacheRoot = (void *)0x05149A88; +const void * RTTI_Scaleform__Render__TreeCacheShape = (void *)0x051487E8; +const void * RTTI_Scaleform__Render__TreeCacheShapeLayer = (void *)0x05148768; +const void * RTTI_Scaleform__Render__TreeCacheText = (void *)0x0514D838; +const void * RTTI_Scaleform__Render__TreeContainer__NodeData = (void *)0x051444C0; +const void * RTTI_Scaleform__Render__TreeNode__NodeData = (void *)0x05144480; +const void * RTTI_Scaleform__Render__TreeRoot__NodeData = (void *)0x05144588; +const void * RTTI_Scaleform__Render__TreeShape__NodeData = (void *)0x05144828; +const void * RTTI_Scaleform__Render__TreeText__NodeData = (void *)0x0514D3E8; +const void * RTTI_Scaleform__Render__UserDataBundle = (void *)0x0514BFE0; +const void * RTTI_Scaleform__Render__UserDataEffect = (void *)0x0514CAF8; +const void * RTTI_Scaleform__Render__UserDataPrimitive = (void *)0x0514BD58; +const void * RTTI_Scaleform__Render__UserDataState__Data = (void *)0x05145DF8; +const void * RTTI_Scaleform__Render__VectorGlyphShape = (void *)0x0514C7C8; +const void * RTTI_Scaleform__Render__VertexOutput = (void *)0x0514D2A0; +const void * RTTI_Scaleform__Render__VertexPath = (void *)0x051499B8; +const void * RTTI_Scaleform__Render__ViewMatrix3DBundle = (void *)0x0514BF58; +const void * RTTI_Scaleform__Render__ViewMatrix3DEffect = (void *)0x0514CA38; +const void * RTTI_Scaleform__Render__ViewMatrix3DPrimitive = (void *)0x0514BBF8; +const void * RTTI_Scaleform__Render__WrapperImageSource = (void *)0x05147F98; +const void * RTTI_Scaleform__RepeatFormatter = (void *)0x05149058; +const void * RTTI_Scaleform__ResourceFormatter = (void *)0x05148FF0; +const void * RTTI_Scaleform__Semaphore = (void *)0x05144A90; +const void * RTTI_Scaleform__SemaphoreWaitableIncrement = (void *)0x05144AC0; +const void * RTTI_Scaleform__StrFormatter = (void *)0x05148F00; +const void * RTTI_Scaleform__String__InitStruct = (void *)0x051440F8; +const void * RTTI_Scaleform__SwitchFormatter = (void *)0x05149028; +const void * RTTI_Scaleform__SysAllocBase = (void *)0x052BCDA0; +const void * RTTI_Scaleform__SysAllocMalloc = (void *)0x052BCD38; +const void * RTTI_Scaleform__SysAllocMapper = (void *)0x0515BEC8; +const void * RTTI_Scaleform__SysAllocStatic = (void *)0x05144B98; +const void * RTTI_Scaleform__SysFile = (void *)0x0515BD90; +const void * RTTI_Scaleform__SysMemMapper = (void *)0x053AE018; +const void * RTTI_Scaleform__Thread = (void *)0x05144BF0; +const void * RTTI_Scaleform__UnopenedFile = (void *)0x0515BDB8; +const void * RTTI_Scaleform__Waitable = (void *)0x051449F0; +const void * RTTI_SceneNextPhaseHandler = (void *)0x052F8390; +const void * RTTI_ScopeMenu = (void *)0x0529A028; +const void * RTTI_ScopeMenuUtil__FadeCallback = (void *)0x0529A0A0; +const void * RTTI_ScopeMenu__ScopeMenuDataEventShuttle = (void *)0x05299FB8; +const void * RTTI_ScopeMenu__ScopeScalingData = (void *)0x05299F38; +const void * RTTI_ScopeMenu__ZoomLevelData = (void *)0x05299FF8; +const void * RTTI_ScrapHeap = (void *)0x0537F1C0; +const void * RTTI_Script = (void *)0x051F3AF0; +const void * RTTI_ScriptEffect = (void *)0x052B2EB0; +const void * RTTI_ScriptedRefEffect = (void *)0x052B2E88; +const void * RTTI_ScrollItem = (void *)0x05186B90; +const void * RTTI_SecurityMenu = (void *)0x052863C8; +const void * RTTI_SecurityMenu_BackOutKey = (void *)0x052869B0; +const void * RTTI_SecurityMenu_CloseMenu = (void *)0x05287120; +const void * RTTI_SecurityMenu_ConfirmExit = (void *)0x05286918; +const void * RTTI_SecurityMenu_EliminateUnusedKeys = (void *)0x05286948; +const void * RTTI_SecurityMenu_GetRingHint = (void *)0x05286980; +const void * RTTI_SecurityMenu_SelectNewKey = (void *)0x052868E8; +const void * RTTI_SecurityMenu_TryUseKey = (void *)0x052869E0; +const void * RTTI_SecurityMenu__SecurityMenuEventShuttle = (void *)0x05285F58; +const void * RTTI_SeenData = (void *)0x0509E4B0; +const void * RTTI_Service = (void *)0x052118E8; +const void * RTTI_SetOrientNode = (void *)0x0537BF18; +const void * RTTI_SetOrientNodeInstance = (void *)0x0537BEE8; +const void * RTTI_SetPosNode = (void *)0x0537CD70; +const void * RTTI_SetPosNodeInstance = (void *)0x0537CD40; +const void * RTTI_Setting = (void *)0x05135920; +const void * RTTI_SettingsDataModel = (void *)0x0525DB50; +const void * RTTI_SettingsDataModel__SettingsEventShuttle = (void *)0x0525E400; +const void * RTTI_SettingsPanel_CheckBoxChanged = (void *)0x0525DA38; +const void * RTTI_SettingsPanel_ClearBinding = (void *)0x0525DB18; +const void * RTTI_SettingsPanel_OpenCategory = (void *)0x0525DA70; +const void * RTTI_SettingsPanel_OpenSettings = (void *)0x0525DAA8; +const void * RTTI_SettingsPanel_RemapConfirmed = (void *)0x0525DAE0; +const void * RTTI_SettingsPanel_RemapMode = (void *)0x0525F428; +const void * RTTI_SettingsPanel_ResetToDefaults = (void *)0x0525DA00; +const void * RTTI_SettingsPanel_SaveControls = (void *)0x0525F570; +const void * RTTI_SettingsPanel_SaveSettings = (void *)0x0525F538; +const void * RTTI_SettingsPanel_SliderChanged = (void *)0x0525D9C8; +const void * RTTI_SettingsPanel_StepperChanged = (void *)0x0525D990; +const void * RTTI_SettingsPanel_ValidateControls = (void *)0x0525DBC8; +const void * RTTI_SetupGraphRagdollHandler = (void *)0x052F8838; +const void * RTTI_ShaderReferenceEffect = (void *)0x052B2ED8; +const void * RTTI_SharedHeapAllocator = (void *)0x0537F1E0; +const void * RTTI_ShipActionCameraState = (void *)0x052183E8; +const void * RTTI_ShipBuilder_CloseAllMenus = (void *)0x05185F00; +const void * RTTI_ShipCombatOrbitCameraState = (void *)0x052187E0; +const void * RTTI_ShipCrewAssignData = (void *)0x052608E8; +const void * RTTI_ShipCrewAssignData__ShipCrewAssignMenuEventShuttle = (void *)0x052609E0; +const void * RTTI_ShipCrewAssignMenu = (void *)0x05287B68; +const void * RTTI_ShipCrewAssignMenu_Assign = (void *)0x05287C58; +const void * RTTI_ShipCrewAssignMenu_Unassign = (void *)0x05287C88; +const void * RTTI_ShipCrewData = (void *)0x05260520; +const void * RTTI_ShipCrewData__ShipCrewMenuEventShuttle = (void *)0x05260918; +const void * RTTI_ShipCrewMenu = (void *)0x05287C30; +const void * RTTI_ShipCrewMenu_Close = (void *)0x05287CF0; +const void * RTTI_ShipCrewMenu_OpenAssignMenu = (void *)0x05260A68; +const void * RTTI_ShipCrewMenu_SetSort = (void *)0x05260AA0; +const void * RTTI_ShipCrewMenu_ViewedItem = (void *)0x05287CC0; +const void * RTTI_ShipEditor_ChangeModuleCategory = (void *)0x05181DB8; +const void * RTTI_ShipEditor_OnColorPickerControlChanged = (void *)0x05183110; +const void * RTTI_ShipEditor_OnColorPickerTabChanged = (void *)0x05183358; +const void * RTTI_ShipEditor_OnColorSliderMouseInput = (void *)0x051830D0; +const void * RTTI_ShipEditor_OnExitConfirmCancel = (void *)0x0517E838; +const void * RTTI_ShipEditor_OnExitConfirmExit = (void *)0x0517E800; +const void * RTTI_ShipEditor_OnExitConfirmSaveAndExit = (void *)0x0517E870; +const void * RTTI_ShipEditor_OnFlightCheckTabChanged = (void *)0x0517F948; +const void * RTTI_ShipEditor_OnHintButtonActivated = (void *)0x05185EC8; +const void * RTTI_ShipEditor_OnRecentColorSwatchClicked = (void *)0x05183150; +const void * RTTI_ShipEditor_OnRenameEndEditText = (void *)0x05181140; +const void * RTTI_ShipEditor_OnRenameInputCancelled = (void *)0x05180CC8; +const void * RTTI_ShipEditor_OnWeaponGroupChanged = (void *)0x0517F988; +const void * RTTI_ShipEditor_PreviewShipPart = (void *)0x05181DF0; +const void * RTTI_ShipEditor_PreviewUpgrade = (void *)0x05168D48; +const void * RTTI_ShipEditor_RemoveAll3D = (void *)0x05185E98; +const void * RTTI_ShipEditor_SelectedShipPart = (void *)0x05181E28; +const void * RTTI_ShipEditor_SelectedUpgrade = (void *)0x05168EF8; +const void * RTTI_ShipEditor_SystemSelected = (void *)0x05168008; +const void * RTTI_ShipFarTravelCameraState = (void *)0x05218818; +const void * RTTI_ShipHudDataModel = (void *)0x05266898; +const void * RTTI_ShipHudDataModel__ShipHudEventShuttle = (void *)0x05266240; +const void * RTTI_ShipHudQuickContainer_TransferItem = (void *)0x0529AAD0; +const void * RTTI_ShipHudQuickContainer_TransferMenu = (void *)0x052664C8; +const void * RTTI_ShipHud_AbortJump = (void *)0x0529AAA8; +const void * RTTI_ShipHud_Activate = (void *)0x05266508; +const void * RTTI_ShipHud_BodyViewMarkerDimensions = (void *)0x05266708; +const void * RTTI_ShipHud_ChangeComponentSelection = (void *)0x05267FD8; +const void * RTTI_ShipHud_CloseMenu = (void *)0x05267F20; +const void * RTTI_ShipHud_Deselect = (void *)0x05268048; +const void * RTTI_ShipHud_DockRequested = (void *)0x0529AB10; +const void * RTTI_ShipHud_FarTravel = (void *)0x05266770; +const void * RTTI_ShipHud_HailAccepted = (void *)0x05266610; +const void * RTTI_ShipHud_HailCancelled = (void *)0x05266580; +const void * RTTI_ShipHud_HailShip = (void *)0x0529AB40; +const void * RTTI_ShipHud_JumpToQuestMarker = (void *)0x05266740; +const void * RTTI_ShipHud_Land = (void *)0x05266558; +const void * RTTI_ShipHud_LandingMarkerMap = (void *)0x052665B0; +const void * RTTI_ShipHud_Map = (void *)0x05266530; +const void * RTTI_ShipHud_OnMonocleToggle = (void *)0x052665E0; +const void * RTTI_ShipHud_OpenPhotoMode = (void *)0x052666A0; +const void * RTTI_ShipHud_Repair = (void *)0x05266798; +const void * RTTI_ShipHud_SetTargetMode = (void *)0x05266670; +const void * RTTI_ShipHud_Target = (void *)0x05268070; +const void * RTTI_ShipHud_TargetShipSystem = (void *)0x05266640; +const void * RTTI_ShipHud_UntargetShipSystem = (void *)0x052666D0; +const void * RTTI_ShipHud_UpdateComponentPower = (void *)0x05268010; +const void * RTTI_ShipHud_UpdateTargetPanelRect = (void *)0x0529BF38; +const void * RTTI_ShipRefuelMenu = (void *)0x05288278; +const void * RTTI_ShipRefuelMenuDataModel = (void *)0x052686E0; +const void * RTTI_ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle = (void *)0x05268650; +const void * RTTI_ShipTargetingCameraState = (void *)0x05218848; +const void * RTTI_ShowSubsegmentHandler = (void *)0x052F87A0; +const void * RTTI_SimpleAnimationGraphManagerHolder = (void *)0x05189288; +const void * RTTI_SimpleAnimationGraphManagerLoadingTask = (void *)0x052137D0; +const void * RTTI_SitWaitMenu = (void *)0x0533B818; +const void * RTTI_SkillsMenu = (void *)0x05289570; +const void * RTTI_SkillsMenu_Accept = (void *)0x05289B98; +const void * RTTI_SkillsMenu_AddPatch = (void *)0x05289B68; +const void * RTTI_SkillsMenu_Cancel = (void *)0x052890F8; +const void * RTTI_SkillsMenu_ChangeCursorVisibility = (void *)0x05289B30; +const void * RTTI_SkillsMenu_SaveLastCategory = (void *)0x05289AF8; +const void * RTTI_SkillsMenu__SkillsMenuEventShuttle = (void *)0x05289228; +const void * RTTI_SkinAttach = (void *)0x0539B7A0; +const void * RTTI_Sky = (void *)0x051FBAB8; +const void * RTTI_SkyEffectController = (void *)0x051FB080; +const void * RTTI_SleepWaitMenu = (void *)0x0533C628; +const void * RTTI_SleepWaitMenu_InterruptRest = (void *)0x0533C5F0; +const void * RTTI_SleepWaitMenu_StartRest = (void *)0x0533C5C0; +const void * RTTI_SleepWaitMenu__SleepWaitMenuEventShuttle = (void *)0x0533C328; +const void * RTTI_SlideStartHandler = (void *)0x052F83F0; +const void * RTTI_SlowTimeEffect = (void *)0x052B2F58; +const void * RTTI_SneakStateChangeHandler = (void *)0x052F6650; +const void * RTTI_SoulTrapEffect = (void *)0x052B2F80; +const void * RTTI_SpaceComponentViewAccessWrite = (void *)0x051D0568; +const void * RTTI_SpaceshipAIComponentEventHandler = (void *)0x05360048; +const void * RTTI_SpaceshipBIEvents__EventSink = (void *)0x052B4448; +const void * RTTI_SpaceshipBoostPart = (void *)0x053616D0; +const void * RTTI_SpaceshipDockingFinishedHandler = (void *)0x052F8318; +const void * RTTI_SpaceshipEditor__HangarModeState_Null = (void *)0x0523C3E8; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipInspect = (void *)0x0523C360; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection = (void *)0x0523D180; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle = (void *)0x0523D1D0; +const void * RTTI_SpaceshipEditor__ModuleModeState_Add = (void *)0x05181D78; +const void * RTTI_SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle = (void *)0x05181B40; +const void * RTTI_SpaceshipEditor__ModuleModeState_Color = (void *)0x05183090; +const void * RTTI_SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle = (void *)0x05182DA0; +const void * RTTI_SpaceshipEditor__ModuleModeState_Edit = (void *)0x051860B0; +const void * RTTI_SpaceshipEditor__ModuleModeState_Empty = (void *)0x05186070; +const void * RTTI_SpaceshipEditor__ModuleModeState_Null = (void *)0x05186030; +const void * RTTI_SpaceshipEditor__ModuleModeState_Selection = (void *)0x05185FF0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting = (void *)0x0517E8B0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle = (void *)0x0517E6E0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck = (void *)0x0517F9C0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle = (void *)0x0517FB50; +const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode = (void *)0x0523C430; +const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle = (void *)0x0523C2B0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Loading = (void *)0x051860F0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_ModuleMode = (void *)0x05180430; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Null = (void *)0x05185FB0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Popup = (void *)0x05185F70; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename = (void *)0x05181100; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle = (void *)0x05180F50; +const void * RTTI_SpaceshipEditor__ShipBuilderState_UpgradeMode = (void *)0x05167940; +const void * RTTI_SpaceshipEditor__Spaceship3DManager = (void *)0x05184088; +const void * RTTI_SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle = (void *)0x05183EF0; +const void * RTTI_SpaceshipEditor__SpaceshipEditorGame3DManager = (void *)0x051840D0; +const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu = (void *)0x05185D68; +const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle = (void *)0x05185A50; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Null = (void *)0x05185F30; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace = (void *)0x05168D78; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle = (void *)0x05168B80; +const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect = (void *)0x05168040; +const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle = (void *)0x05168130; +const void * RTTI_SpaceshipEffectsUtil__EventSink = (void *)0x05361520; +const void * RTTI_SpaceshipEquipmentComponent = (void *)0x05361638; +const void * RTTI_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler = (void *)0x05361800; +const void * RTTI_SpaceshipGravDrivePart = (void *)0x05361670; +const void * RTTI_SpaceshipHudMenu = (void *)0x0529A7C0; +const void * RTTI_SpaceshipLandingFinishedFailsafeHandler = (void *)0x052F8350; +const void * RTTI_SpaceshipLandingFinishedHandler = (void *)0x052F82A8; +const void * RTTI_SpaceshipLinkedCell__ExteriorShipCell = (void *)0x0536D538; +const void * RTTI_SpaceshipLinkedCell__InteriorShipCell = (void *)0x0536D578; +const void * RTTI_SpaceshipLinkedCell__ShipCell = (void *)0x0536D610; +const void * RTTI_SpaceshipMobilityPart = (void *)0x053615B8; +const void * RTTI_SpaceshipPart = (void *)0x05361610; +const void * RTTI_SpaceshipPlayerSounds = (void *)0x05364468; +const void * RTTI_SpaceshipShieldPart = (void *)0x053616A0; +const void * RTTI_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler = (void *)0x053645F0; +const void * RTTI_SpaceshipTakeOffFinishedHandler = (void *)0x052F82E0; +const void * RTTI_SpaceshipUndockingFinishedHandler = (void *)0x052F8200; +const void * RTTI_SpaceshipWeapon = (void *)0x053615E8; +const void * RTTI_Spaceship__InstanceData = (void *)0x051D1970; +const void * RTTI_Spaceship__LadderSwapHandler = (void *)0x050BC980; +const void * RTTI_Spaceship__ShipProxyCollisionListener = (void *)0x051D4A48; +const void * RTTI_Spaceship__TargetingMode = (void *)0x052CA978; +const void * RTTI_SpawnHazardEffect = (void *)0x052CDFF0; +const void * RTTI_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler = (void *)0x05178140; +const void * RTTI_SpecificItemCollector = (void *)0x051FA3B0; +const void * RTTI_SpectatorPackage = (void *)0x050A0D48; +const void * RTTI_SpeedScale = (void *)0x0537CC68; +const void * RTTI_SpeedScaleInstance = (void *)0x0537CC38; +const void * RTTI_SpellItem = (void *)0x050B1E20; +const void * RTTI_SpringBoneData = (void *)0x051CA7E0; +const void * RTTI_SpringBoneInstance = (void *)0x051CA808; +const void * RTTI_StaggerEffect = (void *)0x052B1C88; +const void * RTTI_StaggerMeter = (void *)0x05379308; +const void * RTTI_StaggerMeterInstance = (void *)0x0537C1F0; +const void * RTTI_StaggeredStopHandler = (void *)0x052F8EF8; +const void * RTTI_StarField__LoadNodeBarrier = (void *)0x051D4CD8; +const void * RTTI_StarField__ModuleState = (void *)0x051D4E68; +const void * RTTI_StarField__SpaceReference__RetargetExterior3d = (void *)0x051D4DB0; +const void * RTTI_StarMapMenu_ExecuteRoute = (void *)0x052A37E0; +const void * RTTI_StarMapMenu_Galaxy_FocusSystem = (void *)0x052A1C78; +const void * RTTI_StarMapMenu_LandingInputInProgress = (void *)0x0529EC00; +const void * RTTI_StarMapMenu_MarkerGroupContainerVisibilityChanged = (void *)0x0529EB60; +const void * RTTI_StarMapMenu_MarkerGroupEntryClicked = (void *)0x0529EB20; +const void * RTTI_StarMapMenu_MarkerGroupEntryHoverChanged = (void *)0x0529EAE0; +const void * RTTI_StarMapMenu_OnCancel = (void *)0x052A3748; +const void * RTTI_StarMapMenu_OnClearRoute = (void *)0x052A3810; +const void * RTTI_StarMapMenu_OnExitStarMap = (void *)0x052A3778; +const void * RTTI_StarMapMenu_OnGalaxyViewInitialized = (void *)0x052A1CB0; +const void * RTTI_StarMapMenu_OnHintButtonClicked = (void *)0x052A37A8; +const void * RTTI_StarMapMenu_OnOutpostEntrySelected = (void *)0x052A36D8; +const void * RTTI_StarMapMenu_QuickSelectChange = (void *)0x052A03E0; +const void * RTTI_StarMapMenu_ReadyToClose = (void *)0x052A3718; +const void * RTTI_StarMapMenu_ScanPlanet = (void *)0x052A3B28; +const void * RTTI_StarMapMenu_SelectedLandingSite = (void *)0x0529EAA8; +const void * RTTI_StarMapMenu_SelectedLandingSiteFailed = (void *)0x0529EA68; +const void * RTTI_StarMapMenu_ShowRealCursor = (void *)0x052A3B58; +const void * RTTI_StarMap__BodyInfoToUI = (void *)0x052475D0; +const void * RTTI_StarMap__BodyInspectState = (void *)0x0529E4F0; +const void * RTTI_StarMap__BodyInspectState__BodyInspectStateEventShuttle = (void *)0x0529E140; +const void * RTTI_StarMap__ConfirmCustomMarkerActionCallback = (void *)0x052A5380; +const void * RTTI_StarMap__DelayCommand = (void *)0x052A0A18; +const void * RTTI_StarMap__Galaxy3DScene = (void *)0x0529C018; +const void * RTTI_StarMap__GalaxyState = (void *)0x052A0878; +const void * RTTI_StarMap__GalaxyState__GalaxyStateEventShuttle = (void *)0x052A0720; +const void * RTTI_StarMap__IStarMapState = (void *)0x0529DF78; +const void * RTTI_StarMap__PlanetInfoToUI = (void *)0x05247788; +const void * RTTI_StarMap__SelectBodyEventHelper = (void *)0x052CB300; +const void * RTTI_StarMap__StarMapMenu = (void *)0x052A3A58; +const void * RTTI_StarMap__StarMapMenuDataModel = (void *)0x052A1F00; +const void * RTTI_StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle = (void *)0x052A1760; +const void * RTTI_StarMap__StarMapMenu__StarMapMenuEventShuttle = (void *)0x052A29C0; +const void * RTTI_StarMap__StarMapSystemMobile = (void *)0x052A4150; +const void * RTTI_StarMap__SurfaceMap3DScene = (void *)0x0523EF50; +const void * RTTI_StarMap__SurfaceMapState = (void *)0x052A53C0; +const void * RTTI_StarMap__SurfaceMapState__SurfaceMapStateEventShuttle = (void *)0x052A5100; +const void * RTTI_StarMap__SystemBodyInfoToUI = (void *)0x05247700; +const void * RTTI_StarMap__SystemState = (void *)0x052A5990; +const void * RTTI_StarMap__SystemState__SystemStateEventShuttle = (void *)0x052A5A10; +const void * RTTI_StarMap__Util__ConfirmFastTravelCallback = (void *)0x0529C748; +const void * RTTI_StarMap__Util__ConfirmGravJumpPlotCallback = (void *)0x0529C788; +const void * RTTI_StartFloatingHandler = (void *)0x052F67F8; +const void * RTTI_StartPCapVoiceHandler = (void *)0x052F6290; +const void * RTTI_StartSecurityMinigameHandler = (void *)0x052F8768; +const void * RTTI_StateConfirmingAction = (void *)0x05253368; +const void * RTTI_StateEngagmentPrompt = (void *)0x052532B0; +const void * RTTI_StateInitialLoad = (void *)0x052531A8; +const void * RTTI_StateIntroVideo = (void *)0x05253200; +const void * RTTI_StateLegalScreen = (void *)0x05253228; +const void * RTTI_StateLoadPanelInteract = (void *)0x052533D0; +const void * RTTI_StateMachine = (void *)0x0537BDB8; +const void * RTTI_StateMachineInstance = (void *)0x0537BDE0; +const void * RTTI_StateMainPanelInteract = (void *)0x05253400; +const void * RTTI_StateOpenFromInstallMenu = (void *)0x05253250; +const void * RTTI_StateOpenFromReset = (void *)0x05253338; +const void * RTTI_StateOpenFromStartup = (void *)0x05253280; +const void * RTTI_StateOtherMenuOpen = (void *)0x05253148; +const void * RTTI_StatePerformingAction = (void *)0x05253178; +const void * RTTI_StateSettingsPanelInteract = (void *)0x05253398; +const void * RTTI_StateSplashScreen = (void *)0x052532E0; +const void * RTTI_StateVariableControl = (void *)0x0537C958; +const void * RTTI_StateVariableControlInstance = (void *)0x0537C988; +const void * RTTI_StateWaitingOnLoad = (void *)0x05253308; +const void * RTTI_StaticAvoidNodeManager = (void *)0x052E26E0; +const void * RTTI_StatusMenu = (void *)0x052A66D8; +const void * RTTI_SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed = (void *)0x0541BD50; +const void * RTTI_StimpakEffect = (void *)0x052B2FA8; +const void * RTTI_StopFloatingHandler = (void *)0x052F6890; +const void * RTTI_StopMountCameraHandler = (void *)0x052F8B00; +const void * RTTI_StorageTable__AsyncTableColumnBase = (void *)0x051C6E88; +const void * RTTI_StorageTable__DirectColumnDataStorageInterface = (void *)0x051C6E40; +const void * RTTI_StorageTable__ScheduleImpl = (void *)0x053EF400; +const void * RTTI_StorageTable__StorageDataBase = (void *)0x051BD230; +const void * RTTI_StreamingInstallMenu = (void *)0x052A6AA8; +const void * RTTI_StreamingInstallMenu__StreamingInstallEventShuttle = (void *)0x052A6B30; +const void * RTTI_StreamingInstallMenu__StreamingProgressData = (void *)0x052A6AE0; +const void * RTTI_StringUIValue = (void *)0x05184060; +const void * RTTI_SubgraphAndOffsetDBData = (void *)0x0537D650; +const void * RTTI_SummonCreatureEffect = (void *)0x052B31E8; +const void * RTTI_SummonDuplicateEffect = (void *)0x052B3188; +const void * RTTI_SummonPlacementEffect = (void *)0x052B31B8; +const void * RTTI_SupportMaterialHandler = (void *)0x052CA7D8; +const void * RTTI_SurfaceMapMenu_EnablePointCloud = (void *)0x052A53F0; +const void * RTTI_SurfaceMapMenu_MarkerClicked = (void *)0x052A5620; +const void * RTTI_SurfaceMapMenu_TryPlaceCustomMarker = (void *)0x052A55E0; +const void * RTTI_SwapGraphNode = (void *)0x0537BCF8; +const void * RTTI_SwapGraphNodeInstance = (void *)0x0537BD20; +const void * RTTI_SwitchNode = (void *)0x0537BE40; +const void * RTTI_SwitchNodeInstance = (void *)0x0537BE10; +const void * RTTI_SyncDeferDeathHandler = (void *)0x052F8690; +const void * RTTI_SyncEarlyExitHandler = (void *)0x052F8660; +const void * RTTI_SyncQueueObj = (void *)0x05231998; +const void * RTTI_TBO_InstanceData = (void *)0x051D1948; +const void * RTTI_TES = (void *)0x0518D740; +const void * RTTI_TESAIForm = (void *)0x0509C698; +const void * RTTI_TESActorBase = (void *)0x0509C0F0; +const void * RTTI_TESActorBaseData = (void *)0x0509C4F8; +const void * RTTI_TESAmmo = (void *)0x051DD9E0; +const void * RTTI_TESAudio__ScriptedMusicState = (void *)0x052B3C38; +const void * RTTI_TESBipedModelForm = (void *)0x0509C578; +const void * RTTI_TESBoundAnimObject = (void *)0x051DB420; +const void * RTTI_TESBoundObject = (void *)0x050B2280; +const void * RTTI_TESCamera = (void *)0x05213810; +const void * RTTI_TESCameraState = (void *)0x05218150; +const void * RTTI_TESChildCell = (void *)0x0520B758; +const void * RTTI_TESClass = (void *)0x051F6E20; +const void * RTTI_TESClimate = (void *)0x051E1F10; +const void * RTTI_TESCombatStyle = (void *)0x0509C140; +const void * RTTI_TESContainer = (void *)0x05135AB8; +const void * RTTI_TESCustomPackageData = (void *)0x0520B3F0; +const void * RTTI_TESDataHandler = (void *)0x051906C8; +const void * RTTI_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm = (void *)0x0518FBD0; +const void * RTTI_TESDataHandlerPostBuildFileListSource = (void *)0x05136320; +const void * RTTI_TESDataHandler__ArchiveRegistrationListener = (void *)0x051903A0; +const void * RTTI_TESDescription = (void *)0x050B1F38; +const void * RTTI_TESDialoguePackageData = (void *)0x0509F040; +const void * RTTI_TESEffectShader = (void *)0x051DDB88; +const void * RTTI_TESEnchantableForm = (void *)0x0509C5A0; +const void * RTTI_TESEyes = (void *)0x051F6E40; +const void * RTTI_TESFaction = (void *)0x0509C190; +const void * RTTI_TESFile = (void *)0x05190A90; +const void * RTTI_TESFlora = (void *)0x051DDC68; +const void * RTTI_TESFloraInstanceData = (void *)0x051DDC88; +const void * RTTI_TESFollowPackageData = (void *)0x0520B330; +const void * RTTI_TESForm = (void *)0x050B22C8; +const void * RTTI_TESFullName = (void *)0x050B2368; +const void * RTTI_TESFurniture = (void *)0x051DD790; +const void * RTTI_TESGlobal = (void *)0x0509C2C8; +const void * RTTI_TESGrass = (void *)0x051DDD28; +const void * RTTI_TESHandleForm = (void *)0x051E0628; +const void * RTTI_TESHavokUtilities__CellHeightFieldCuller = (void *)0x051FAEA0; +const void * RTTI_TESHealthForm = (void *)0x0509C6B8; +const void * RTTI_TESIdleForm = (void *)0x0509B950; +const void * RTTI_TESImageSpace = (void *)0x0509BF90; +const void * RTTI_TESImageSpaceModifiableForm = (void *)0x050B23D8; +const void * RTTI_TESImageSpaceModifier = (void *)0x0509E480; +const void * RTTI_TESKey = (void *)0x0509C338; +const void * RTTI_TESLandTexture = (void *)0x051E1F70; +const void * RTTI_TESLevCharacter = (void *)0x051DDD70; +const void * RTTI_TESLevItem = (void *)0x051DDD98; +const void * RTTI_TESLevSpell = (void *)0x051DDDC0; +const void * RTTI_TESLeveledList = (void *)0x0509C5D0; +const void * RTTI_TESLoadScreen = (void *)0x051F3AC8; +const void * RTTI_TESMagicTargetForm = (void *)0x05195FF0; +const void * RTTI_TESModel = (void *)0x050B2390; +const void * RTTI_TESModelDB__TESAutoQueuedDependentNode = (void *)0x05190D10; +const void * RTTI_TESModelDB__TESQueuedHandles = (void *)0x0518A9A0; +const void * RTTI_TESModelTri = (void *)0x051F6278; +const void * RTTI_TESNPC = (void *)0x0509E6F0; +const void * RTTI_TESNPCData__ChargenDataModel = (void *)0x051D8FE8; +const void * RTTI_TESNPC__InstanceData = (void *)0x051F77B8; +const void * RTTI_TESObject = (void *)0x050B22A8; +const void * RTTI_TESObjectACTI = (void *)0x051DD688; +const void * RTTI_TESObjectANIO = (void *)0x051DE4F0; +const void * RTTI_TESObjectARMA = (void *)0x0509E3F8; +const void * RTTI_TESObjectARMO = (void *)0x051DE610; +const void * RTTI_TESObjectARMOInstanceData = (void *)0x0509BB98; +const void * RTTI_TESObjectBOOK = (void *)0x051DE728; +const void * RTTI_TESObjectCELL = (void *)0x0509B890; +const void * RTTI_TESObjectCONT = (void *)0x051DE848; +const void * RTTI_TESObjectCONT__InstanceData = (void *)0x051DE870; +const void * RTTI_TESObjectDOOR = (void *)0x051DF078; +const void * RTTI_TESObjectLIGH = (void *)0x051DDEA8; +const void * RTTI_TESObjectMISC = (void *)0x051DDD48; +const void * RTTI_TESObjectREFR = (void *)0x0509B818; +const void * RTTI_TESObjectREFRDef__IAliasFunctor = (void *)0x05188B40; +const void * RTTI_TESObjectREFRDef__IAliasLinkedChildFunctor = (void *)0x05188B00; +const void * RTTI_TESObjectREFRDef__ILinkedReferenceFunctor = (void *)0x0513EF20; +const void * RTTI_TESObjectREFRIsReadyForAttachEvent = (void *)0x051E7FA0; +const void * RTTI_TESObjectREFRSync__REFRSyncController = (void *)0x051F1770; +const void * RTTI_TESObjectSTAT = (void *)0x051DBAC8; +const void * RTTI_TESObjectWEAP = (void *)0x051DF848; +const void * RTTI_TESObjectWEAPInstanceData = (void *)0x051DF818; +const void * RTTI_TESPackage = (void *)0x0509C1B8; +const void * RTTI_TESPackedFile = (void *)0x05190A68; +const void * RTTI_TESPlanetModel = (void *)0x0509BF68; +const void * RTTI_TESQuest = (void *)0x0515E550; +const void * RTTI_TESRace = (void *)0x0509EA88; +const void * RTTI_TESRaceForm = (void *)0x0509C620; +const void * RTTI_TESRegion = (void *)0x051CFEB0; +const void * RTTI_TESRegionData = (void *)0x0509E0A0; +const void * RTTI_TESRegionDataManager = (void *)0x051CFED0; +const void * RTTI_TESRegionDataMap = (void *)0x051CFF00; +const void * RTTI_TESRegionDataSound = (void *)0x051CFF28; +const void * RTTI_TESRegionDataWeather = (void *)0x0509E048; +const void * RTTI_TESRegionList = (void *)0x051CFF58; +const void * RTTI_TESShout = (void *)0x051F5E78; +const void * RTTI_TESSoulGem = (void *)0x051DF870; +const void * RTTI_TESSound = (void *)0x051F5E98; +const void * RTTI_TESSpellList = (void *)0x0509C648; +const void * RTTI_TESTexture = (void *)0x0509C7A0; +const void * RTTI_TESTopic = (void *)0x0509C208; +const void * RTTI_TESTopicInfo = (void *)0x0509C1E0; +const void * RTTI_TESTrapListener = (void *)0x051FB010; +const void * RTTI_TESValueForm = (void *)0x05186838; +const void * RTTI_TESWaterForm = (void *)0x0509C310; +const void * RTTI_TESWaterNormals = (void *)0x05211E80; +const void * RTTI_TESWaterObject = (void *)0x05211E58; +const void * RTTI_TESWaterSystem = (void *)0x05211EA8; +const void * RTTI_TESWeather = (void *)0x051F1868; +const void * RTTI_TESWeightForm = (void *)0x05186768; +const void * RTTI_TESWordOfPower = (void *)0x051F5EB8; +const void * RTTI_TESWorldSpace = (void *)0x0509E078; +const void * RTTI_TES__PostGridLoadNode = (void *)0x0518D6E0; +const void * RTTI_TagPropagationNode = (void *)0x0537C2B8; +const void * RTTI_TagPropagationNodeInstance = (void *)0x0537C2E8; +const void * RTTI_TakeOffInitiateCompleteHandler = (void *)0x052F86C0; +const void * RTTI_TakeoffMenu = (void *)0x0529AA48; +const void * RTTI_TakeoffMenuDataModel = (void *)0x052689A8; +const void * RTTI_TakeoffMenuDataModel__TakeoffMenuEventShuttle = (void *)0x05268A60; +const void * RTTI_TakeoffMenu_CloseMenu = (void *)0x0529AB68; +const void * RTTI_TakeoffMenu_ExitShip = (void *)0x0529BF70; +const void * RTTI_TakeoffMenu_Launch = (void *)0x0529BFE8; +const void * RTTI_TargetEntry = (void *)0x051F99F0; +const void * RTTI_TelekinesisEffect = (void *)0x052B3338; +const void * RTTI_TeleportDoorSearch = (void *)0x0520D558; +const void * RTTI_TempLoadedCellDB__LoadTempDataForCell = (void *)0x05174808; +const void * RTTI_TerminalMenu_CancelEvent = (void *)0x052A8108; +const void * RTTI_TerminalOpenViewCallback = (void *)0x052A8040; +const void * RTTI_TerminalRunResultsCallback = (void *)0x052A8070; +const void * RTTI_Terminal_CloseAllViews = (void *)0x052A8010; +const void * RTTI_Terminal_CloseTopView = (void *)0x052A80D8; +const void * RTTI_Terminal_CloseView = (void *)0x052A80A8; +const void * RTTI_Terminal_MenuItemClick = (void *)0x052A8138; +const void * RTTI_Terminal__AddAliasedTerminalsFunc = (void *)0x052A7D68; +const void * RTTI_Terminal__GenesisTerminalMenu = (void *)0x052A7F58; +const void * RTTI_Terminal__GenesisTerminalMenu_UnlockItemConfirm = (void *)0x052A7D20; +const void * RTTI_Terminal__GenesisTerminalMenu_UnlockedItemWithKey = (void *)0x052A7DA0; +const void * RTTI_Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle = (void *)0x052A8480; +const void * RTTI_TerminateGraphRagdollHandler = (void *)0x052F8800; +const void * RTTI_TerrainDB__TerrainBarrierNode = (void *)0x051D5F80; +const void * RTTI_TerrainDB__TerrainGraphProcessor = (void *)0x051D5EF8; +const void * RTTI_TestMenu = (void *)0x052AA390; +const void * RTTI_TestMenu_DoAction = (void *)0x052AA3B0; +const void * RTTI_TestMenu_ExitMenu = (void *)0x052AA328; +const void * RTTI_TestMenu_ShowImages = (void *)0x052AA430; +const void * RTTI_TestMenu_ShowResources = (void *)0x052AA400; +const void * RTTI_TestMenu_TestAll = (void *)0x052AA3D8; +const void * RTTI_TestMenu__TestMenuEventShuttle = (void *)0x052A9FA0; +const void * RTTI_TestReferencedObject = (void *)0x050939D8; +const void * RTTI_TextInputMenu = (void *)0x052AA738; +const void * RTTI_TextInputMenu_EndEditText = (void *)0x052AA6B8; +const void * RTTI_TextInputMenu_InputCanceled = (void *)0x052AA760; +const void * RTTI_TextInputMenu_StartEditText = (void *)0x052AA798; +const void * RTTI_TextInputMenu__TextInputEventShuttle = (void *)0x052AA460; +const void * RTTI_TextRenderer = (void *)0x053AEBE0; +const void * RTTI_TextRenderer3D = (void *)0x05125940; +const void * RTTI_TextureDB__ErrorStreamer = (void *)0x05143958; +const void * RTTI_TextureDB__Manager = (void *)0x053D7BF0; +const void * RTTI_TextureUtils__AutoQueuedDependentNode = (void *)0x053966B8; +const void * RTTI_TextureUtils__WaitStreamedNode = (void *)0x05396768; +const void * RTTI_ThirdPersonState = (void *)0x05218128; +const void * RTTI_ThumbstickEvent = (void *)0x0537F680; +const void * RTTI_TimeMultiplierProvider = (void *)0x051CFE48; +const void * RTTI_TimerEvent = (void *)0x0537CF28; +const void * RTTI_TimerEventInstance = (void *)0x0537CEF8; +const void * RTTI_TitleSequenceMenu = (void *)0x0533CA00; +const void * RTTI_TitleSequenceMenu_StartMusic = (void *)0x0533C978; +const void * RTTI_TranslationAdjustment = (void *)0x05379380; +const void * RTTI_TranslationAdjustmentInstance = (void *)0x0537C220; +const void * RTTI_TrapEntry = (void *)0x051FB038; +const void * RTTI_TrapTargetEntry = (void *)0x051F9A68; +const void * RTTI_TraversalCollisionFilter = (void *)0x051A43F0; +const void * RTTI_TraversalFinishedHandler = (void *)0x052F85D8; +const void * RTTI_TraversalStepDoneHandler = (void *)0x052F85A8; +const void * RTTI_TrespassPackage = (void *)0x052E28A8; +const void * RTTI_TrianglePathWaterLedgeTraversalSplitter = (void *)0x053BE540; +const void * RTTI_TurnUndeadEffect = (void *)0x052B3270; +const void * RTTI_TutorialMessageManager = (void *)0x052706C0; +const void * RTTI_TutorialMessageManager__TutorialMessageEventShuttle = (void *)0x052404D0; +const void * RTTI_TweenMenuCameraState = (void *)0x053321A0; +const void * RTTI_TwoBoneIKNode = (void *)0x05379358; +const void * RTTI_TwoBoneIKNodeInstance = (void *)0x0537C258; +const void * RTTI_TypeRegistryTest__Ref = (void *)0x0508E390; +const void * RTTI_TypeRegistryTest__TypedefChild = (void *)0x0508E910; +const void * RTTI_UI = (void *)0x053ACFE8; +const void * RTTI_UIBlurManager = (void *)0x0533CC00; +const void * RTTI_UICellRenderer = (void *)0x0517E2E0; +const void * RTTI_UICellRenderer_InventoryItem = (void *)0x0517E388; +const void * RTTI_UICellRenderer_InventoryItem__ItemModelLoadTask = (void *)0x0517E3C0; +const void * RTTI_UIDataShuttleConnector = (void *)0x053AD338; +const void * RTTI_UIDataShuttleContainer = (void *)0x05168478; +const void * RTTI_UIDataToFlash = (void *)0x05167F00; +const void * RTTI_UIEventDispatcher = (void *)0x0513B518; +const void * RTTI_UIMenuChargenMenuDisablePaperdoll = (void *)0x05294930; +const void * RTTI_UISaveLoadManager = (void *)0x052CB6D0; +const void * RTTI_UncullFurnitureBoneHandler = (void *)0x052F6588; +const void * RTTI_UncullWeaponsHandler = (void *)0x052F65F0; +const void * RTTI_UnitTest__CopyableReferencedObject = (void *)0x0508E328; +const void * RTTI_UnitTest__InterfaceImpl0 = (void *)0x0508E5C8; +const void * RTTI_UnitTest__InterfaceImpl1 = (void *)0x0508E5F8; +const void * RTTI_UnitTest__InterfaceUnregistered0 = (void *)0x0508E628; +const void * RTTI_UnitTest__InterfaceUnregistered1 = (void *)0x0508E660; +const void * RTTI_UnitTest__NestedRelArray = (void *)0x0508E2F8; +const void * RTTI_UnitTest__SetterTest__Foo = (void *)0x0508E360; +const void * RTTI_UnitTest__SimpleRelArray = (void *)0x0508E2C8; +const void * RTTI_UnitTest__TypeVm__Record = (void *)0x0508E3C0; +const void * RTTI_UnitTest__UrlObject__Shape = (void *)0x0508E698; +const void * RTTI_UnitTest__UrlObject__TestGraph = (void *)0x0508E6C8; +const void * RTTI_UpdateParticleParticleInDirtyAabbsTask = (void *)0x05097AC0; +const void * RTTI_UpdateRigidBodyDirtyAabbsTask = (void *)0x05097A88; +const void * RTTI_UpdateSceneRectEvent = (void *)0x053AD978; +const void * RTTI_UseStimpakHandler = (void *)0x052F6118; +const void * RTTI_VATS = (void *)0x052FD520; +const void * RTTI_VATSCameraState = (void *)0x053321D0; +const void * RTTI_VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor = (void *)0x052FD4A0; +const void * RTTI_ValueModifierEffect = (void *)0x052B1588; +const void * RTTI_VariableCombiner = (void *)0x053793B0; +const void * RTTI_VariableCombinerInstance = (void *)0x0537C288; +const void * RTTI_VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor = (void *)0x053C7300; +const void * RTTI_VirtualPathingDoor = (void *)0x0519A168; +const void * RTTI_WaterPathPathingNodeGenerator = (void *)0x053C6F00; +const void * RTTI_WaterPathRayValidator = (void *)0x053C6E08; +const void * RTTI_WeaponAttachHandler = (void *)0x052F63B0; +const void * RTTI_WeaponBeginDrawHandler = (void *)0x052F91C8; +const void * RTTI_WeaponBeginSheatheHandler = (void *)0x052F9250; +const void * RTTI_WeaponDetachHandler = (void *)0x052F62C0; +const void * RTTI_WeaponDrawHandler = (void *)0x052F9228; +const void * RTTI_WeaponEnchantmentController = (void *)0x052B2DD0; +const void * RTTI_WeaponFireEndHandler = (void *)0x052F64A8; +const void * RTTI_WeaponFireHandler = (void *)0x052F6538; +const void * RTTI_WeaponFireStartHandler = (void *)0x052F6418; +const void * RTTI_WeaponGroupAssignmentMenu_ChangeWeaponAssignment = (void *)0x0517D9C0; +const void * RTTI_WeaponGroupAssignmentMenu_OnHintButtonActivated = (void *)0x0517D970; +const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu = (void *)0x0517DB90; +const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle = (void *)0x0517D720; +const void * RTTI_WeaponSheatheHandler = (void *)0x052F8F60; +const void * RTTI_WeaponSheatheInterruptHandler = (void *)0x052F8F28; +const void * RTTI_WeaponSwingHandler = (void *)0x052F9198; +const void * RTTI_WeaponsCraftingMenu = (void *)0x052AB6B0; +const void * RTTI_Win32FileSystemWatcher = (void *)0x0508EC28; +const void * RTTI_WorkshopActionButton_HoldFinished = (void *)0x052B0B08; +const void * RTTI_WorkshopActionButton_HoldStopped = (void *)0x052B0B40; +const void * RTTI_WorkshopAreaResourcesDataModel = (void *)0x052696C0; +const void * RTTI_WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle = (void *)0x05269700; +const void * RTTI_WorkshopBIEvents__WorkshopEventManager = (void *)0x052B47A8; +const void * RTTI_WorkshopBuilderDataModel = (void *)0x0526AEB8; +const void * RTTI_WorkshopBuilderDataModel__WorkshopBuilderEventShuttle = (void *)0x0526ADA0; +const void * RTTI_WorkshopBuilderMenu = (void *)0x052ABFE0; +const void * RTTI_WorkshopBuilderMenu_ChangeBuildItem = (void *)0x052AC0B0; +const void * RTTI_WorkshopBuilderMenu_SelectedItem = (void *)0x052AC130; +const void * RTTI_WorkshopBuilderMenu_ToggleTracking = (void *)0x052AC0F0; +const void * RTTI_WorkshopCamera__CameraHitCollector = (void *)0x05218878; +const void * RTTI_WorkshopCamera__WorkshopCharacterProxyListener = (void *)0x052188B0; +const void * RTTI_WorkshopCategoryBarDataModel = (void *)0x05269A18; +const void * RTTI_WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle = (void *)0x052698F0; +const void * RTTI_WorkshopCategoryInfoDataModel = (void *)0x05269E28; +const void * RTTI_WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle = (void *)0x05269FD0; +const void * RTTI_WorkshopColorModeDataModel = (void *)0x052416D8; +const void * RTTI_WorkshopColorModeDataModel__WorkshopColorModeEventShuttle = (void *)0x05241A00; +const void * RTTI_WorkshopColorMode_ApplyColors = (void *)0x05241528; +const void * RTTI_WorkshopColorMode_SelectedTab = (void *)0x05241560; +const void * RTTI_WorkshopColorMode_SliderChanged = (void *)0x052414B8; +const void * RTTI_WorkshopColorMode_SwatchChanged = (void *)0x052414F0; +const void * RTTI_WorkshopEngine__ActivateItemEvent = (void *)0x053664B0; +const void * RTTI_WorkshopEngine__BulldozeItemEvent = (void *)0x05366528; +const void * RTTI_WorkshopEngine__CancelEvent = (void *)0x05365F10; +const void * RTTI_WorkshopEngine__CommitEvent = (void *)0x05365ED8; +const void * RTTI_WorkshopEngine__ConnectTransferLinkEvent = (void *)0x053660D8; +const void * RTTI_WorkshopEngine__ConnectWireEvent = (void *)0x053660A0; +const void * RTTI_WorkshopEngine__CycleBehaviorEvent = (void *)0x05366030; +const void * RTTI_WorkshopEngine__EditColorsEvent = (void *)0x053663C8; +const void * RTTI_WorkshopEngine__EditItemEvent = (void *)0x05366190; +const void * RTTI_WorkshopEngine__EngineFrame = (void *)0x050BE718; +const void * RTTI_WorkshopEngine__ExitEvent = (void *)0x05365F88; +const void * RTTI_WorkshopEngine__FinishRepairEvent = (void *)0x05366158; +const void * RTTI_WorkshopEngine__InspectColorItemsEvent = (void *)0x053664E8; +const void * RTTI_WorkshopEngine__ItemCombatChangedEvent = (void *)0x05365F48; +const void * RTTI_WorkshopEngine__NewItemEvent = (void *)0x05368888; +const void * RTTI_WorkshopEngine__PlaceOutpostEvent = (void *)0x053688C0; +const void * RTTI_WorkshopEngine__PreviewColorsEvent = (void *)0x05366400; +const void * RTTI_WorkshopEngine__RemoveItemEvent = (void *)0x053661C8; +const void * RTTI_WorkshopEngine__RemoveOutpostEvent = (void *)0x05365FB8; +const void * RTTI_WorkshopEngine__RemoveWorkshopItemsEvent = (void *)0x05365FF0; +const void * RTTI_WorkshopEngine__RequestRepairItemEvent = (void *)0x05366118; +const void * RTTI_WorkshopEngine__ResetColorsToDefaultEvent = (void *)0x05366560; +const void * RTTI_WorkshopEngine__RevertBehaviorEvent = (void *)0x05366438; +const void * RTTI_WorkshopEngine__RotateItemEvent = (void *)0x05366478; +const void * RTTI_WorkshopEngine__StartQuickMenuEvent = (void *)0x05368848; +const void * RTTI_WorkshopEngine__StartSnappedEvent = (void *)0x05366068; +const void * RTTI_WorkshopEngine__StartWorkshopEvent = (void *)0x053688F8; +const void * RTTI_WorkshopEngine__StateBulldoze = (void *)0x05365720; +const void * RTTI_WorkshopEngine__StateCreatePowerLink = (void *)0x05365758; +const void * RTTI_WorkshopEngine__StateCreateReferences = (void *)0x05366350; +const void * RTTI_WorkshopEngine__StateCreateTransferLink = (void *)0x05365670; +const void * RTTI_WorkshopEngine__StateCycleSnapBehavior = (void *)0x05365CB8; +const void * RTTI_WorkshopEngine__StateDuplicateReferences = (void *)0x053662D8; +const void * RTTI_WorkshopEngine__StateIdle = (void *)0x05366238; +const void * RTTI_WorkshopEngine__StateInspect = (void *)0x05365C00; +const void * RTTI_WorkshopEngine__StateInspectColorItems = (void *)0x05365C78; +const void * RTTI_WorkshopEngine__StateModifyColors = (void *)0x053656E8; +const void * RTTI_WorkshopEngine__StatePostCommitEdit = (void *)0x05365C38; +const void * RTTI_WorkshopEngine__StateSetupReferences = (void *)0x05365810; +const void * RTTI_WorkshopEngine__StateUpdateAutoFoundation = (void *)0x05365E58; +const void * RTTI_WorkshopEngine__StateUpdateCommitSnapEdit = (void *)0x05365E98; +const void * RTTI_WorkshopEngine__StateUpdatePlacement = (void *)0x05365850; +const void * RTTI_WorkshopEngine__StateUpdatePowerLink = (void *)0x05365798; +const void * RTTI_WorkshopEngine__StateUpdateSnapped = (void *)0x053657D8; +const void * RTTI_WorkshopEngine__StateUpdateTransferLink = (void *)0x053655F8; +const void * RTTI_WorkshopEngine__StateWait3D = (void *)0x05366318; +const void * RTTI_WorkshopEngine__TrackItemEvent = (void *)0x05366268; +const void * RTTI_WorkshopEngine__UntrackItemEvent = (void *)0x053662A0; +const void * RTTI_WorkshopEngine__UpdateEvent = (void *)0x053687D8; +const void * RTTI_WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter = (void *)0x05215710; +const void * RTTI_WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector = (void *)0x052177B0; +const void * RTTI_WorkshopHavokUtils__ForwardCastCollector = (void *)0x05215818; +const void * RTTI_WorkshopHavokUtils__GroundInfoCollisionfilter = (void *)0x05217D60; +const void * RTTI_WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter = (void *)0x052157C0; +const void * RTTI_WorkshopHavokUtils__IntersectionTestCollisionfilter = (void *)0x05215770; +const void * RTTI_WorkshopHavokUtils__ItemPlacementForwardCastCollector = (void *)0x05217220; +const void * RTTI_WorkshopHavokUtils__TempItemPlacementCollector = (void *)0x05368E00; +const void * RTTI_WorkshopHavokUtils__WorkshopClosestHitGroundCollector = (void *)0x052171D0; +const void * RTTI_WorkshopHavokUtils__WorkshopGroundCollector = (void *)0x05217270; +const void * RTTI_WorkshopHavokUtils__hknpWorkshopCastCollector = (void *)0x052156C0; +const void * RTTI_WorkshopHavokUtils__hknpWorkshopIntersectCollector = (void *)0x052158A0; +const void * RTTI_WorkshopHighlightUtils__EventListener = (void *)0x05368970; +const void * RTTI_WorkshopInteractiveMessageDataModel = (void *)0x0526AEE8; +const void * RTTI_WorkshopInteractiveMessageDataModel__ICallback = (void *)0x052AEA80; +const void * RTTI_WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle = (void *)0x0526AFE0; +const void * RTTI_WorkshopIsoCameraState = (void *)0x05331D90; +const void * RTTI_WorkshopLOD__WorkshopLODManager = (void *)0x05364FE0; +const void * RTTI_WorkshopMenu = (void *)0x052AE748; +const void * RTTI_WorkshopMenuShared = (void *)0x052B0A38; +const void * RTTI_WorkshopMenu_AttemptBuild = (void *)0x052AEAC8; +const void * RTTI_WorkshopMenu_CancelAction = (void *)0x052AE9E0; +const void * RTTI_WorkshopMenu_ChangeVariant = (void *)0x052AE9A8; +const void * RTTI_WorkshopMenu_ConnectionEvent = (void *)0x052AE8E0; +const void * RTTI_WorkshopMenu_ExitMenu = (void *)0x052AE948; +const void * RTTI_WorkshopMenu_MessageCallback = (void *)0x052AE808; +const void * RTTI_WorkshopMenu_SelectedCategory = (void *)0x052AEA48; +const void * RTTI_WorkshopMenu_SelectedGridObject = (void *)0x052AEA10; +const void * RTTI_WorkshopMenu_ShowExtras = (void *)0x052AE918; +const void * RTTI_WorkshopMenu_SwitchMode = (void *)0x052AE978; +const void * RTTI_WorkshopMenu_ToggleDistance = (void *)0x052AE8A8; +const void * RTTI_WorkshopMenu_ToggleTracking = (void *)0x052AE840; +const void * RTTI_WorkshopMenu_ToggleView = (void *)0x052AE878; +const void * RTTI_WorkshopMessageDataModel = (void *)0x0526B210; +const void * RTTI_WorkshopMessageDataModel__WorkshopMessageEventShuttle = (void *)0x0526B240; +const void * RTTI_WorkshopObjectInfoCardDataModel = (void *)0x0526A348; +const void * RTTI_WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle = (void *)0x0526A220; +const void * RTTI_WorkshopOperations__CandidateSnapper = (void *)0x05368E48; +const void * RTTI_WorkshopPickRefDataModel = (void *)0x0526B870; +const void * RTTI_WorkshopPickRefDataModel__WorkshopPickRefEventShuttle = (void *)0x0526B820; +const void * RTTI_WorkshopQuickMenu = (void *)0x052AEC78; +const void * RTTI_WorkshopQuickMenuDataModel = (void *)0x0526B920; +const void * RTTI_WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle = (void *)0x0526B990; +const void * RTTI_WorkshopQuickMenu_ConfirmAction = (void *)0x052AECA0; +const void * RTTI_WorkshopQuickMenu_ExitMenu = (void *)0x052AEC40; +const void * RTTI_WorkshopResources__WorkshopResourcesManager = (void *)0x051359E0; +const void * RTTI_WorkshopShared_SetActionHandles = (void *)0x052B0BB0; +const void * RTTI_WorkshopShared_StartAction = (void *)0x052B0B78; +const void * RTTI_WorkshopStateDataModel = (void *)0x0526BC38; +const void * RTTI_WorkshopStateDataModel__WorkshopStateEventShuttle = (void *)0x0526BCB0; +const void * RTTI_WorkshopStatusDataModel = (void *)0x05241B90; +const void * RTTI_WorkshopStatusDataModel__WorkshopStatusEventShuttle = (void *)0x05241BC0; +const void * RTTI_WorkshopTargetMenu = (void *)0x052AFC58; +const void * RTTI_WorkshopTargetMenu_TargetHovered = (void *)0x052AFBD0; +const void * RTTI_WorkshopTargetMenu_TargetPicked = (void *)0x052AFC88; +const void * RTTI_WorkshopTargetMenu__OutpostData = (void *)0x052B02F0; +const void * RTTI_WorkshopTargetMenu__ResourceData = (void *)0x052AF990; +const void * RTTI_WorkshopTargetMenu__SourceData = (void *)0x052AFEC8; +const void * RTTI_WorkshopTargetMenu__TargetData = (void *)0x052AF958; +const void * RTTI_WorkshopTargetMenu__TargetMenuData = (void *)0x052AFF70; +const void * RTTI_WorkshopTargetMenu__WorkshopTargetEventShuttle = (void *)0x052AFB30; +const void * RTTI_WorkshopUI__ConfirmDeferDeleteCallback = (void *)0x05369F28; +const void * RTTI_WorkshopUI__StateBulldoze = (void *)0x05369C10; +const void * RTTI_WorkshopUI__StateIdle = (void *)0x05369D00; +const void * RTTI_WorkshopUI__StateInspectColors = (void *)0x05369C40; +const void * RTTI_WorkshopUI__StateInspectIdle = (void *)0x05369D68; +const void * RTTI_WorkshopUI__StateInspectItem = (void *)0x05369DD8; +const void * RTTI_WorkshopUI__StateModifyColors = (void *)0x05369CC8; +const void * RTTI_WorkshopUI__StateUpdateExistingItemPlacement = (void *)0x05369EE0; +const void * RTTI_WorkshopUI__StateUpdateNewDeployablePlacement = (void *)0x05369E10; +const void * RTTI_WorkshopUI__StateUpdateNewItemPlacement = (void *)0x05369E98; +const void * RTTI_WorkshopUI__StateUpdateTransferLinkPlacement = (void *)0x05369C80; +const void * RTTI_WorkshopUI__StateUpdateWirePlacement = (void *)0x05369E58; +const void * RTTI_WorkshopUI__UIStateMachine = (void *)0x05135B38; +const void * RTTI_Workshop_BlueprintMenu = (void *)0x052B0470; +const void * RTTI_Workshop__BulldozeOnlyWorkshopItem = (void *)0x05368778; +const void * RTTI_Workshop__DecoratedHabWorkshopItem = (void *)0x05217640; +const void * RTTI_Workshop__ExtraData = (void *)0x05187318; +const void * RTTI_Workshop__InventoryItemWorkshopItem = (void *)0x05368738; +const void * RTTI_Workshop__MainStatusHandler = (void *)0x050BC888; +const void * RTTI_Workshop__PackinWorkshopItem = (void *)0x05217678; +const void * RTTI_Workshop__PowerLinkWorkshopItem = (void *)0x05368700; +const void * RTTI_Workshop__SingleWorkshopItem = (void *)0x052176F0; +const void * RTTI_Workshop__TESObjectREFRGameEventListener = (void *)0x05368930; +const void * RTTI_Workshop__TransferLinkWorkshopItem = (void *)0x053686C8; +const void * RTTI_Workshop__WireWorkshopItem = (void *)0x05368AF8; +const void * RTTI_Workshop__WorkshopItemBase = (void *)0x05217800; +const void * RTTI_Workshop__WorkshopMenuNode = (void *)0x0513A628; +const void * RTTI_Workshop__WorkshopMenuNodeBuildableObject = (void *)0x05215B48; +const void * RTTI_Workshop__WorkshopMenuNodeBulldozer = (void *)0x05215B88; +const void * RTTI_Workshop__WorkshopMenuNodeDecoratedHab = (void *)0x05368E88; +const void * RTTI_Workshop__WorkshopMenuNodeLockLevel = (void *)0x05215B08; +const void * RTTI_Workshop__WorkshopMenuNodeOutpost = (void *)0x0513A5F0; +const void * RTTI_Workshop__WorkshopStatisticsEventSink = (void *)0x05135D08; +const void * RTTI_ZeroOverheadHeap = (void *)0x0537F210; +const void * RTTI_ZeroPitchHandler = (void *)0x052F6560; +const void * RTTI_ZoneEntry = (void *)0x051F9A18; +const void * RTTI_bhkBipedOrientationController = (void *)0x0538D218; +const void * RTTI_bhkBlockStreamAllocatorBase = (void *)0x05384B58; +const void * RTTI_bhkCharProxyController = (void *)0x05387C18; +const void * RTTI_bhkCharProxyControllerCinfo = (void *)0x05387BB8; +const void * RTTI_bhkCharProxyManager = (void *)0x05384980; +const void * RTTI_bhkCharRigidBodyController = (void *)0x05388780; +const void * RTTI_bhkCharRigidBodyControllerCinfo = (void *)0x05388588; +const void * RTTI_bhkCharRigidBodyManager = (void *)0x053845D0; +const void * RTTI_bhkCharacterCollisionHandler = (void *)0x052E1718; +const void * RTTI_bhkCharacterController = (void *)0x05387650; +const void * RTTI_bhkCharacterControllerCinfo = (void *)0x05387618; +const void * RTTI_bhkCharacterControllerShapeManager__hknpConvexShapeEx = (void *)0x05387510; +const void * RTTI_bhkCharacterPointCollector = (void *)0x0538D520; +const void * RTTI_bhkCharacterProxy = (void *)0x05387BF0; +const void * RTTI_bhkCharacterRigidBody = (void *)0x053885C0; +const void * RTTI_bhkCharacterRigidBodyCinfo = (void *)0x05388828; +const void * RTTI_bhkCharacterStateClimbing = (void *)0x053872C8; +const void * RTTI_bhkCharacterStateFloating = (void *)0x0538D468; +const void * RTTI_bhkCharacterStateFlying = (void *)0x053874E0; +const void * RTTI_bhkCharacterStateInAir = (void *)0x0538D438; +const void * RTTI_bhkCharacterStateJumping = (void *)0x0538D408; +const void * RTTI_bhkCharacterStateOnGround = (void *)0x0538D3D8; +const void * RTTI_bhkCharacterStateSpaceship = (void *)0x053822A8; +const void * RTTI_bhkCharacterStateSwimming = (void *)0x05388558; +const void * RTTI_bhkCollisionFilter = (void *)0x05386F28; +const void * RTTI_bhkICharOrientationController = (void *)0x05387560; +const void * RTTI_bhkIWorldStepListener = (void *)0x05140708; +const void * RTTI_bhkMemorySystem = (void *)0x0538D0D8; +const void * RTTI_bhkNPCollisionObject = (void *)0x052DC240; +const void * RTTI_bhkNPCollisionObjectUnlinked = (void *)0x052DC2C8; +const void * RTTI_bhkNPCollisionObjectUnlinked__LinkExtraData = (void *)0x05385C20; +const void * RTTI_bhkNPCollisionProxyObject = (void *)0x05385C68; +const void * RTTI_bhkNPModelNodeComponent = (void *)0x05199440; +const void * RTTI_bhkParticlesManagerModifier = (void *)0x053852B8; +const void * RTTI_bhkPhysicsSystem = (void *)0x053871F8; +const void * RTTI_bhkQuadOrientationController = (void *)0x0538D4E8; +const void * RTTI_bhkRagdollPenetrationManager = (void *)0x0538D018; +const void * RTTI_bhkRagdollSystem = (void *)0x05387220; +const void * RTTI_bhkRandomVelocityGenerator__INISettingCollectionEx = (void *)0x050D4300; +const void * RTTI_bhkRandomVelocityGenerator__INISettingEx = (void *)0x05132F48; +const void * RTTI_bhkThreadMemorySource = (void *)0x0538DAE0; +const void * RTTI_bhkThreadMemorySource__RowBlockAllocatorImpl = (void *)0x0538DB10; +const void * RTTI_bhkThreadPool = (void *)0x05388028; +const void * RTTI_bhkTrapListener = (void *)0x051FB058; +const void * RTTI_bhkWorld = (void *)0x053824F8; +const void * RTTI_bhkWorldM = (void *)0x05387C48; +const void * RTTI_bnet__Account__ExternalAuthInfo = (void *)0x0541AD70; +const void * RTTI_bnet__AsyncOperationProxy = (void *)0x05416BA0; +const void * RTTI_bnet__impl__AsyncOperation = (void *)0x05417400; +const void * RTTI_bps__client__BIEventClient__BulkEventsResult = (void *)0x051640F0; +const void * RTTI_bps__client__BIEventClient__CreateSessionResult = (void *)0x0536D730; +const void * RTTI_bps__client__BaseRequestImpl = (void *)0x0536D6F0; +const void * RTTI_bps__client__Services = (void *)0x0536E0F0; +const void * RTTI_castTest__Interface0 = (void *)0x0508E4D8; +const void * RTTI_castTest__Interface1 = (void *)0x0508E508; +const void * RTTI_castTest__Interface2 = (void *)0x0508E538; +const void * RTTI_castTest__InterfaceBase = (void *)0x0508E470; +const void * RTTI_castTest__InterfaceOtherBase = (void *)0x0508E4A0; +const void * RTTI_castTest__Leaf = (void *)0x0508E418; +const void * RTTI_castTest__OtherLeaf = (void *)0x0508E440; +const void * RTTI_castTest__Root = (void *)0x0508E3F0; +const void * RTTI_castTest__WithInterfaces = (void *)0x0508E568; +const void * RTTI_hclAction = (void *)0x052E0050; +const void * RTTI_hclAntiPinchConstraintInstanceData = (void *)0x05093998; +const void * RTTI_hclAntiPinchConstraintSet = (void *)0x05092508; +const void * RTTI_hclBSClothParameterizedWindAction = (void *)0x0538D100; +const void * RTTI_hclBSClothPickingAction = (void *)0x052E0020; +const void * RTTI_hclBSWorld = (void *)0x05384638; +const void * RTTI_hclBendLinkConstraintSet = (void *)0x05092538; +const void * RTTI_hclBendLinkConstraintSetMx = (void *)0x05092568; +const void * RTTI_hclBendStiffnessConstraintSet = (void *)0x050925A0; +const void * RTTI_hclBendStiffnessConstraintSetMx = (void *)0x050925D8; +const void * RTTI_hclBlendOperatorInstanceData = (void *)0x05092238; +const void * RTTI_hclBlendSomeVerticesOperator = (void *)0x05092200; +const void * RTTI_hclBonePlanesConstraintSet = (void *)0x05092610; +const void * RTTI_hclBoneSpaceMeshMeshDeformOperator = (void *)0x05092860; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNOperator = (void *)0x050928A0; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNTBOperator = (void *)0x050928E0; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNTOperator = (void *)0x05092920; +const void * RTTI_hclBoneSpaceMeshMeshDeformPOperator = (void *)0x05092960; +const void * RTTI_hclBoneSpaceSkinOperator = (void *)0x050929A0; +const void * RTTI_hclBoneSpaceSkinPNOperator = (void *)0x050929D0; +const void * RTTI_hclBoneSpaceSkinPNTBOperator = (void *)0x05092A08; +const void * RTTI_hclBoneSpaceSkinPNTOperator = (void *)0x05092A40; +const void * RTTI_hclBoneSpaceSkinPOperator = (void *)0x05092A78; +const void * RTTI_hclBoneSpaceTransferSimulationOperator = (void *)0x05093798; +const void * RTTI_hclBuffer = (void *)0x05386128; +const void * RTTI_hclBufferDefinition = (void *)0x050920B0; +const void * RTTI_hclCapsuleShape = (void *)0x050923A0; +const void * RTTI_hclClothContainer = (void *)0x05092838; +const void * RTTI_hclClothData = (void *)0x05092108; +const void * RTTI_hclClothInstance = (void *)0x05092030; +const void * RTTI_hclClothLeafShapeSensor = (void *)0x0509A1E8; +const void * RTTI_hclClothPickingAction = (void *)0x052DFFC8; +const void * RTTI_hclClothState = (void *)0x050920E0; +const void * RTTI_hclClothStateInstanceData = (void *)0x05092FA8; +const void * RTTI_hclCollidable = (void *)0x05092058; +const void * RTTI_hclCollisionConvexes = (void *)0x0509A318; +const void * RTTI_hclCollisionTriangles = (void *)0x0509A2E8; +const void * RTTI_hclCompressibleLinkConstraintSet = (void *)0x05092648; +const void * RTTI_hclCompressibleLinkConstraintSetMx = (void *)0x05092680; +const void * RTTI_hclConstraintSet = (void *)0x05092188; +const void * RTTI_hclConstraintStiffnessDispatcher = (void *)0x05093688; +const void * RTTI_hclConvexGeometryShape = (void *)0x050923C8; +const void * RTTI_hclConvexHeightFieldShape = (void *)0x050923F8; +const void * RTTI_hclConvexPlanesShape = (void *)0x05092428; +const void * RTTI_hclCopyVerticesOperator = (void *)0x05092EC0; +const void * RTTI_hclFullClothTask = (void *)0x05093818; +const void * RTTI_hclGatherAllVerticesOperator = (void *)0x05092EF0; +const void * RTTI_hclGatherSomeVerticesOperator = (void *)0x05092F28; +const void * RTTI_hclInputConvertOperator = (void *)0x05092AA8; +const void * RTTI_hclLocalRangeConstraintSet = (void *)0x050926C0; +const void * RTTI_hclMeshBoneDeformOperator = (void *)0x05092B08; +const void * RTTI_hclMeshMeshDeformOperator = (void *)0x05092B70; +const void * RTTI_hclMoveParticlesOperator = (void *)0x05092BA0; +const void * RTTI_hclObjectSpaceMeshMeshDeformOperator = (void *)0x05092BD0; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNOperator = (void *)0x05092C10; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNTBOperator = (void *)0x05092C50; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNTOperator = (void *)0x05092C90; +const void * RTTI_hclObjectSpaceMeshMeshDeformPOperator = (void *)0x05092CD0; +const void * RTTI_hclObjectSpaceSkinOperator = (void *)0x05092D10; +const void * RTTI_hclObjectSpaceSkinPNOperator = (void *)0x05092D48; +const void * RTTI_hclObjectSpaceSkinPNTBOperator = (void *)0x05092D80; +const void * RTTI_hclObjectSpaceSkinPNTOperator = (void *)0x05092DB8; +const void * RTTI_hclObjectSpaceSkinPOperator = (void *)0x05092DF0; +const void * RTTI_hclObjectSpaceTransferSimulationOperator = (void *)0x050937D8; +const void * RTTI_hclOperator = (void *)0x05092160; +const void * RTTI_hclOperatorSequenceTask = (void *)0x05093840; +const void * RTTI_hclOutputConvertOperator = (void *)0x05092AD8; +const void * RTTI_hclPlaneShape = (void *)0x05092458; +const void * RTTI_hclPointContactPlanesShape = (void *)0x050936C0; +const void * RTTI_hclPostExecuteClothTask = (void *)0x050938A0; +const void * RTTI_hclPreExecuteClothTask = (void *)0x05093870; +const void * RTTI_hclScratchBuffer = (void *)0x0509A348; +const void * RTTI_hclScratchBufferDefinition = (void *)0x050936F8; +const void * RTTI_hclShadowBuffer = (void *)0x0509A370; +const void * RTTI_hclShadowBufferDefinition = (void *)0x05093730; +const void * RTTI_hclShape = (void *)0x05092380; +const void * RTTI_hclSimClothData = (void *)0x050921D8; +const void * RTTI_hclSimClothInstance = (void *)0x05092080; +const void * RTTI_hclSimClothPose = (void *)0x050921B0; +const void * RTTI_hclSimpleMeshBoneDeformOperator = (void *)0x05092B38; +const void * RTTI_hclSimpleWindAction = (void *)0x0538D138; +const void * RTTI_hclSimulateOperator = (void *)0x050924D8; +const void * RTTI_hclSimulateOperatorInstanceData = (void *)0x05092348; +const void * RTTI_hclSkinOperator = (void *)0x05092E28; +const void * RTTI_hclSphereShape = (void *)0x05092480; +const void * RTTI_hclStandardLinkConstraintSet = (void *)0x050926F8; +const void * RTTI_hclStandardLinkConstraintSetMx = (void *)0x05092730; +const void * RTTI_hclStateDependencyGraph = (void *)0x05092130; +const void * RTTI_hclStateTransition = (void *)0x05092270; +const void * RTTI_hclStaticShadowBuffer = (void *)0x0509A398; +const void * RTTI_hclStaticShadowBufferDefinition = (void *)0x05093760; +const void * RTTI_hclStretchLinkConstraintSet = (void *)0x05092768; +const void * RTTI_hclStretchLinkConstraintSetMx = (void *)0x050927A0; +const void * RTTI_hclTaperedCapsuleShape = (void *)0x050924A8; +const void * RTTI_hclTransformSetDefinition = (void *)0x050922A0; +const void * RTTI_hclTransitionConstraintInstanceData = (void *)0x05092308; +const void * RTTI_hclTransitionConstraintSet = (void *)0x050922D0; +const void * RTTI_hclUpdateAllVertexFramesOperator = (void *)0x05092E50; +const void * RTTI_hclUpdateSomeVertexFramesOperator = (void *)0x05092E88; +const void * RTTI_hclVdbObjectNode__SimulateOperatorInstanceData = (void *)0x05092F60; +const void * RTTI_hclVolumeConstraint = (void *)0x050927D8; +const void * RTTI_hclVolumeConstraintInstanceData = (void *)0x05093928; +const void * RTTI_hclVolumeConstraintMx = (void *)0x05092808; +const void * RTTI_hclVolumeConstraintMxInstanceData = (void *)0x05093960; +const void * RTTI_hclWorld = (void *)0x05384698; +const void * RTTI_hctClothSetup20151Options = (void *)0x0508E238; +const void * RTTI_hctClothSetupClothData20151Options = (void *)0x0508E1F8; +const void * RTTI_hctClothSetupObjectData20151 = (void *)0x0508E1C0; +const void * RTTI_hkBSErrorEmpty = (void *)0x05136C18; +const void * RTTI_hkBaseObject = (void *)0x05136BF0; +const void * RTTI_hkBlockStreamAllocator = (void *)0x05384B90; +const void * RTTI_hkBlockStreamCommandWriter = (void *)0x05098BA8; +const void * RTTI_hkBmpFileFormat = (void *)0x0509A458; +const void * RTTI_hkBsdSocket = (void *)0x05091D70; +const void * RTTI_hkBufferedStreamReader = (void *)0x05090BC8; +const void * RTTI_hkBufferedStreamWriter = (void *)0x05090BF8; +const void * RTTI_hkConcurrency = (void *)0x05098B08; +const void * RTTI_hkDdsFileFormat = (void *)0x0509A430; +const void * RTTI_hkDebugCommandProcessor = (void *)0x05095018; +const void * RTTI_hkDebugDisplay = (void *)0x05093BE8; +const void * RTTI_hkDebugDisplayHandler = (void *)0x05093B40; +const void * RTTI_hkDefaultCompoundMeshBody = (void *)0x050997F8; +const void * RTTI_hkDefaultCompoundMeshShape = (void *)0x050997C0; +const void * RTTI_hkDefaultError = (void *)0x05136B78; +const void * RTTI_hkDefaultTaskQueue = (void *)0x05090E90; +const void * RTTI_hkDefaultTaskQueueDetail__AsyncThreadPoolContext = (void *)0x05091010; +const void * RTTI_hkDefaultTaskQueueDetail__BlockingThreadContext = (void *)0x05090F70; +const void * RTTI_hkDefaultTaskQueueDetail__SpinningThreadContext = (void *)0x05090FC0; +const void * RTTI_hkDefaultTaskQueueEx__ExecutionContext = (void *)0x05091128; +const void * RTTI_hkDefaultTaskQueue__CriticalSection = (void *)0x05090EC0; +const void * RTTI_hkDefaultTaskQueue__EmptyTask = (void *)0x05090F38; +const void * RTTI_hkDefaultTaskQueue__ThreadContext = (void *)0x05090F00; +const void * RTTI_hkDisplayAABB = (void *)0x05093BC0; +const void * RTTI_hkDisplayCapsule = (void *)0x05093B70; +const void * RTTI_hkDisplayGeometry = (void *)0x05093B18; +const void * RTTI_hkDisplaySphere = (void *)0x05093B98; +const void * RTTI_hkDisplayWireframe = (void *)0x05093C10; +const void * RTTI_hkErrStream = (void *)0x0508ECC0; +const void * RTTI_hkError = (void *)0x05136BA0; +const void * RTTI_hkErrorRouter = (void *)0x05091190; +const void * RTTI_hkFileSystem = (void *)0x051F9E40; +const void * RTTI_hkFileSystem__Watcher = (void *)0x0508EB90; +const void * RTTI_hkGeometry = (void *)0x0508EA98; +const void * RTTI_hkGeometryUtils__IVertices = (void *)0x0509AD28; +const void * RTTI_hkHardwareInfo = (void *)0x05091168; +const void * RTTI_hkHdrFileFormat = (void *)0x0509A4A8; +const void * RTTI_hkImageConversionStep = (void *)0x0509A4D0; +const void * RTTI_hkImageConversion_AddAlpha = (void *)0x0509A5E8; +const void * RTTI_hkImageConversion_Decode555 = (void *)0x0509AB38; +const void * RTTI_hkImageConversion_DiscardChannels = (void *)0x0509AB00; +const void * RTTI_hkImageConversion_FLOAT16_to_32 = (void *)0x0509A838; +const void * RTTI_hkImageConversion_FLOAT32_to_16 = (void *)0x0509A800; +const void * RTTI_hkImageConversion_FLOAT_to_R11G11B10 = (void *)0x0509AA00; +const void * RTTI_hkImageConversion_FLOAT_to_SNORM8 = (void *)0x0509A748; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM16 = (void *)0x0509A780; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM8 = (void *)0x0509A710; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM8_SRGB = (void *)0x0509A7C0; +const void * RTTI_hkImageConversion_Pad_to_RGBA32 = (void *)0x0509A990; +const void * RTTI_hkImageConversion_Pad_to_RGBA8 = (void *)0x0509A9C8; +const void * RTTI_hkImageConversion_R11G11B10_to_FLOAT = (void *)0x0509AA40; +const void * RTTI_hkImageConversion_R11G11B10_to_HALF = (void *)0x0509AA80; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED = (void *)0x0509A870; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED = (void *)0x0509A930; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED = (void *)0x0509A8D0; +const void * RTTI_hkImageConversion_R8G8B8A8_to_R8G8B8 = (void *)0x0509AAC0; +const void * RTTI_hkImageConversion_SNORM8_to_FLOAT = (void *)0x0509A658; +const void * RTTI_hkImageConversion_SetAlpha = (void *)0x0509A5B0; +const void * RTTI_hkImageConversion_UNORM16_to_FLOAT = (void *)0x0509A690; +const void * RTTI_hkImageConversion_UNORM8_SRGB_to_FLOAT = (void *)0x0509A6D0; +const void * RTTI_hkImageConversion_UNORM8_to_FLOAT = (void *)0x0509A620; +const void * RTTI_hkImageRef = (void *)0x05099A48; +const void * RTTI_hkImageSwizzleConversion32_2103 = (void *)0x0509A578; +const void * RTTI_hkIndexedTransformSet = (void *)0x05099990; +const void * RTTI_hkIo__Detail__ArrayWriteBufferImpl = (void *)0x050906B8; +const void * RTTI_hkIo__Detail__ReadBufferImpl = (void *)0x050905D8; +const void * RTTI_hkIo__Detail__StreamReaderImpl = (void *)0x05090610; +const void * RTTI_hkIo__Detail__StreamWriteBufferImpl = (void *)0x05090680; +const void * RTTI_hkKeycodeData = (void *)0x05099B78; +const void * RTTI_hkLifoAllocator = (void *)0x0508E9A8; +const void * RTTI_hkLocalFrameGroup = (void *)0x05090308; +const void * RTTI_hkLog__Output = (void *)0x0508EA70; +const void * RTTI_hkMallocAllocator = (void *)0x05091DE8; +const void * RTTI_hkMemoryAllocator = (void *)0x0538D0B0; +const void * RTTI_hkMemoryMeshBody = (void *)0x05099828; +const void * RTTI_hkMemoryMeshMaterial = (void *)0x05099880; +const void * RTTI_hkMemoryMeshShape = (void *)0x050998B0; +const void * RTTI_hkMemoryMeshTexture = (void *)0x05099850; +const void * RTTI_hkMemoryMeshTexture__Sampler = (void *)0x05099AB8; +const void * RTTI_hkMemoryMeshVertexBuffer = (void *)0x05099B20; +const void * RTTI_hkMemoryResourceContainer = (void *)0x05090270; +const void * RTTI_hkMemoryResourceHandle = (void *)0x05090240; +const void * RTTI_hkMemorySystem = (void *)0x0538D050; +const void * RTTI_hkMemory__ScopedStats__Collector = (void *)0x05090428; +const void * RTTI_hkMeshTexture__Sampler = (void *)0x05099AF0; +const void * RTTI_hkMeshVertexBuffer = (void *)0x050999F0; +const void * RTTI_hkMonitorStreamColorTable = (void *)0x05090160; +const void * RTTI_hkMonitorStreamContainer = (void *)0x05090190; +const void * RTTI_hkMonitorStreamStringMap = (void *)0x05090100; +const void * RTTI_hkMonitorStreamTypeMap = (void *)0x05090130; +const void * RTTI_hkMultipleVertexBuffer = (void *)0x050999C0; +const void * RTTI_hkObjectResource = (void *)0x05090810; +const void * RTTI_hkOstream = (void *)0x0508ECE8; +const void * RTTI_hkParserBuffer = (void *)0x05091D98; +const void * RTTI_hkPrimaryCommandDispatcher = (void *)0x05096A88; +const void * RTTI_hkProcessFactory = (void *)0x05093AF0; +const void * RTTI_hkRefCountedProperties = (void *)0x0508E8E0; +const void * RTTI_hkReferencedObject = (void *)0x05136BC0; +const void * RTTI_hkReferencedObjectLock = (void *)0x0508E948; +const void * RTTI_hkReflect__Any__ArrayImpl = (void *)0x0508F008; +const void * RTTI_hkReflect__AttributeArrayWithOwnership__AllocImpl = (void *)0x0508EF10; +const void * RTTI_hkReflect__ClonerCallback = (void *)0x0508EAF8; +const void * RTTI_hkReflect__Detail__AllocationImpl = (void *)0x0508E9D0; +const void * RTTI_hkReflect__Detail__AttributeAllocImpl = (void *)0x0508ED38; +const void * RTTI_hkReflect__Detail__BuiltinTypeReg = (void *)0x05090CE0; +const void * RTTI_hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl = (void *)0x05090D20; +const void * RTTI_hkReflect__Detail__CharBufferImpl = (void *)0x0508F4A0; +const void * RTTI_hkReflect__Detail__CloneOnHeap = (void *)0x0508EB28; +const void * RTTI_hkReflect__Detail__DerivedDataCache = (void *)0x0508EDE0; +const void * RTTI_hkReflect__Detail__HavokRecordImpl = (void *)0x0508FF78; +const void * RTTI_hkReflect__Detail__HavokStringImpl = (void *)0x0508FFB0; +const void * RTTI_hkReflect__Detail__HeapAllocImpl = (void *)0x0508F068; +const void * RTTI_hkReflect__Detail__HomogeneousArrayImpl = (void *)0x0508FF38; +const void * RTTI_hkReflect__Detail__Impl = (void *)0x0508E840; +const void * RTTI_hkReflect__Detail__NullptrImpl = (void *)0x0508F510; +const void * RTTI_hkReflect__Detail__OpaqueImpl = (void *)0x05091348; +const void * RTTI_hkReflect__Detail__RawPointerImpl = (void *)0x0508F4D8; +const void * RTTI_hkReflect__Detail__ReferenceImpl = (void *)0x0508F598; +const void * RTTI_hkReflect__Detail__ReferencedObjectAllocImpl = (void *)0x0508FE40; +const void * RTTI_hkReflect__Detail__ReferencedObjectPointerImpl = (void *)0x0508F550; +const void * RTTI_hkReflect__Detail__RepeatImpl = (void *)0x0508F430; +const void * RTTI_hkReflect__Detail__ScopedPtrImpl = (void *)0x0508FDD8; +const void * RTTI_hkReflect__Detail__SetterArrayImpl = (void *)0x0508E138; +const void * RTTI_hkReflect__Detail__SetterRecordImpl = (void *)0x0508E0A0; +const void * RTTI_hkReflect__Detail__StaticArrayImpl = (void *)0x0508FE88; +const void * RTTI_hkReflect__Detail__StaticStringImpl = (void *)0x0508F468; +const void * RTTI_hkReflect__Detail__StringOut__StringOutImpl = (void *)0x05090090; +const void * RTTI_hkReflect__Detail__ViewPointerImpl = (void *)0x0508FFE8; +const void * RTTI_hkReflect__Detail__VoidImpl = (void *)0x05091380; +const void * RTTI_hkReflect__Detail__hkArrayImpl = (void *)0x0508FEC0; +const void * RTTI_hkReflect__Detail__hkInplaceArrayImpl = (void *)0x0508FEF8; +const void * RTTI_hkReflect__MutableTypeReg = (void *)0x05090578; +const void * RTTI_hkReflect__TypeBuilder = (void *)0x0508EED8; +const void * RTTI_hkReflect__TypeCopier = (void *)0x050905A8; +const void * RTTI_hkReflect__TypeReg = (void *)0x0508EA48; +const void * RTTI_hkReflect__Var__VarImpl = (void *)0x0508EB60; +const void * RTTI_hkReflect__Version__PatchInfoCache = (void *)0x05090DD0; +const void * RTTI_hkReflect__Version__PatchRegistry = (void *)0x05090E08; +const void * RTTI_hkReflect__Version__PatchSet = (void *)0x05090D98; +const void * RTTI_hkReflect__Version__Patcher = (void *)0x05090060; +const void * RTTI_hkRelArray_ArrayImpl = (void *)0x0508EFD8; +const void * RTTI_hkResource = (void *)0x05090520; +const void * RTTI_hkScalarF_FloatImpl = (void *)0x050900D0; +const void * RTTI_hkSecondaryCommandDispatcher = (void *)0x05094F10; +const void * RTTI_hkSeekableStreamReader = (void *)0x0508EBC0; +const void * RTTI_hkSerialize__Bundle = (void *)0x05091288; +const void * RTTI_hkSerialize__BundleBuilder = (void *)0x05091318; +const void * RTTI_hkSerialize__Detail__ChainingCloneCallback = (void *)0x050904A0; +const void * RTTI_hkSerialize__Detail__CloneToRegistered = (void *)0x05090460; +const void * RTTI_hkSerialize__Detail__SkipDyingCallback = (void *)0x050904E0; +const void * RTTI_hkSerialize__Detail__TagfileArrayImpl = (void *)0x05091460; +const void * RTTI_hkSerialize__Detail__TagfileBundle = (void *)0x050913E8; +const void * RTTI_hkSerialize__Detail__TagfilePointerImpl = (void *)0x05091420; +const void * RTTI_hkSerialize__Detail__TagfileStringImpl = (void *)0x050914A0; +const void * RTTI_hkSerialize__NoteHandler = (void *)0x05090728; +const void * RTTI_hkSerialize__ReadFormat = (void *)0x050912E8; +const void * RTTI_hkSerialize__TagfileReadFormat = (void *)0x050913B0; +const void * RTTI_hkSerialize__TagfileWriteFormat = (void *)0x05090838; +const void * RTTI_hkSerialize__TagfileWriteFormat__Impl = (void *)0x050908A0; +const void * RTTI_hkSerialize__WriteFormat = (void *)0x05090870; +const void * RTTI_hkSimdDouble64_FloatImpl = (void *)0x0508EDB0; +const void * RTTI_hkSimpleLocalFrame = (void *)0x05090358; +const void * RTTI_hkSkinBinding = (void *)0x050998D8; +const void * RTTI_hkSkinnedRefMeshShape = (void *)0x05099960; +const void * RTTI_hkSlot = (void *)0x051A76E8; +const void * RTTI_hkSocket = (void *)0x050911B8; +const void * RTTI_hkSocket__ReaderAdapter = (void *)0x050911D8; +const void * RTTI_hkSocket__WriterAdapter = (void *)0x05091208; +const void * RTTI_hkSolverAllocator = (void *)0x05091E38; +const void * RTTI_hkStackTracer = (void *)0x05091238; +const void * RTTI_hkStdioStreamReader = (void *)0x05090C28; +const void * RTTI_hkStorageSkinnedMeshShape = (void *)0x05099930; +const void * RTTI_hkStreamReader = (void *)0x051F9FB8; +const void * RTTI_hkStreamWriter = (void *)0x051F9F90; +const void * RTTI_hkStringBuf__StringImpl = (void *)0x0508FE10; +const void * RTTI_hkStringObject = (void *)0x0508E078; +const void * RTTI_hkStringPtr__StringImpl = (void *)0x0508E978; +const void * RTTI_hkStringView__StringImpl = (void *)0x0508EEA8; +const void * RTTI_hkTask = (void *)0x05384960; +const void * RTTI_hkTaskGraph = (void *)0x053848E0; +const void * RTTI_hkTaskQueue = (void *)0x05090E40; +const void * RTTI_hkTaskQueue_BatchingTask = (void *)0x05091D40; +const void * RTTI_hkTask__ExecutionContext = (void *)0x05384930; +const void * RTTI_hkTgaFileFormat = (void *)0x0509A480; +const void * RTTI_hkThread = (void *)0x05090C58; +const void * RTTI_hkThreadMemory = (void *)0x05091E10; +const void * RTTI_hkThreadPool = (void *)0x05388000; +const void * RTTI_hkTransientAllocator = (void *)0x05090D68; +const void * RTTI_hkTypeVm__ArrayInstruction = (void *)0x05090A18; +const void * RTTI_hkTypeVm__BlockInstruction = (void *)0x05090A48; +const void * RTTI_hkTypeVm__BlockPass = (void *)0x05090A78; +const void * RTTI_hkTypeVm__CheckTypeKindsPass = (void *)0x05090B50; +const void * RTTI_hkTypeVm__DefaultInstruction = (void *)0x05090970; +const void * RTTI_hkTypeVm__GenerateConvertNumericKindPass = (void *)0x05090B88; +const void * RTTI_hkTypeVm__InlineFixedArrayPass = (void *)0x05090AA8; +const void * RTTI_hkTypeVm__InlineRecordPass = (void *)0x05090AE0; +const void * RTTI_hkTypeVm__Instruction = (void *)0x05090910; +const void * RTTI_hkTypeVm__IntAndFloatConversionPass = (void *)0x05090B10; +const void * RTTI_hkTypeVm__NopInstruction = (void *)0x05090940; +const void * RTTI_hkTypeVm__Pass = (void *)0x050903C0; +const void * RTTI_hkTypeVm__ProgramInstruction = (void *)0x050909A8; +const void * RTTI_hkTypeVm__RecordInstruction = (void *)0x050909E0; +const void * RTTI_hkUuidObject = (void *)0x0508EE48; +const void * RTTI_hkUuidPseudoRandomGenerator = (void *)0x0508EE70; +const void * RTTI_hkViewport = (void *)0x0508E268; +const void * RTTI_hkWin32FileSystem = (void *)0x051F9E18; +const void * RTTI_hkWin32FileSystem__WatcherImpl = (void *)0x0508EC58; +const void * RTTI_hkWin32StreamWriter = (void *)0x05090CB0; +const void * RTTI_hkXmlLexAnalyzer = (void *)0x05091DC0; +const void * RTTI_hkXmlStreamParser = (void *)0x05091260; +const void * RTTI_hk__IsValueArray__Impl = (void *)0x0508ED08; +const void * RTTI_hkaSkeleton = (void *)0x05099A20; +const void * RTTI_hkcdDynamicAabbTree = (void *)0x050996F0; +const void * RTTI_hkcdDynamicAabbTree__Impl = (void *)0x05099660; +const void * RTTI_hkcdGsk_Float3ShapeAOnlyInterface = (void *)0x05098FB0; +const void * RTTI_hkcdGsk_Float3ShapeInterface = (void *)0x05098F78; +const void * RTTI_hkcdPlanarCsgOperand = (void *)0x05098C88; +const void * RTTI_hkcdPlanarEntity = (void *)0x05098C28; +const void * RTTI_hkcdPlanarGeometry = (void *)0x05098E50; +const void * RTTI_hkcdPlanarGeometryPlanesCollection = (void *)0x05098CF8; +const void * RTTI_hkcdPlanarGeometryPolygonCollection = (void *)0x05098CB8; +const void * RTTI_hkcdPlanarGeometry__VertexStorage = (void *)0x05098E80; +const void * RTTI_hkcdPlanarSolid = (void *)0x05098D38; +const void * RTTI_hkcdPlanarSolid__NodeStorage = (void *)0x05098C50; +const void * RTTI_hkcdSimdTreeUtils__Build__EmptyRunnable = (void *)0x05099028; +const void * RTTI_hkcdSimdTreeUtils__Build__Task = (void *)0x05099180; +const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper = (void *)0x05099210; +const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper = (void *)0x050991C0; +const void * RTTI_hkcdSimdTree__BuildContext = (void *)0x05097978; +const void * RTTI_hkcdSimdTree__ICustomRefit = (void *)0x05098F48; +const void * RTTI_hkcdSimdTree__IParallelBuild__IRunnable = (void *)0x05098FE8; +const void * RTTI_hkcdSimdTree__LeafCollector = (void *)0x050956C0; +const void * RTTI_hkcdSimdTree__PairCollector = (void *)0x05098000; +const void * RTTI_hkcdStaticAabbTree = (void *)0x05099690; +const void * RTTI_hkcdStaticAabbTree__Impl = (void *)0x050996C0; +const void * RTTI_hkcdStaticMeshTree__GeometryProvider = (void *)0x0509ADD8; +const void * RTTI_hkgpCgo__Config = (void *)0x05386400; +const void * RTTI_hkgpConvexHull = (void *)0x05091E60; +const void * RTTI_hkgpDeprecatedConvexDecompositionImpl__DefaultProgress = (void *)0x05098E00; +const void * RTTI_hkgpDeprecatedConvexDecompositionInternal__IInternal = (void *)0x05098DB0; +const void * RTTI_hkgpDeprecatedConvexDecomposition__IProgress = (void *)0x05098D60; +const void * RTTI_hkgpMesh__IConvexOverlap = (void *)0x05091F08; +const void * RTTI_hknpAction = (void *)0x0517CC70; +const void * RTTI_hknpActionManager = (void *)0x05095B88; +const void * RTTI_hknpAddActiveBodyPairsTask = (void *)0x05096B90; +const void * RTTI_hknpAllHitsCollector = (void *)0x0516C838; +const void * RTTI_hknpAnimatedShapeSurfaceVelocityModifier = (void *)0x050970C0; +const void * RTTI_hknpAnyHitCollector = (void *)0x0516C778; +const void * RTTI_hknpApiCommandProcessor = (void *)0x05095130; +const void * RTTI_hknpApplyDragTask = (void *)0x05097DA0; +const void * RTTI_hknpArrayAction = (void *)0x05388220; +const void * RTTI_hknpBSCharacterProxy = (void *)0x053883A0; +const void * RTTI_hknpBSCharacterRigidBody = (void *)0x0538DA20; +const void * RTTI_hknpBSCustomCollisionFilter = (void *)0x0516C7D8; +const void * RTTI_hknpBSMaterial = (void *)0x053865A0; +const void * RTTI_hknpBSMaterialProperties = (void *)0x051D5C50; +const void * RTTI_hknpBSMotionPropertiesLibrary = (void *)0x05384600; +const void * RTTI_hknpBSMouseSpringAction = (void *)0x05388528; +const void * RTTI_hknpBSMoveLimitModifier = (void *)0x053875E8; +const void * RTTI_hknpBSPlacementStreamCache = (void *)0x05387248; +const void * RTTI_hknpBSShapeCodec = (void *)0x05384F20; +const void * RTTI_hknpBSWorld = (void *)0x053847F0; +const void * RTTI_hknpBSWorldUtil__hknpBSPhysicsSystem = (void *)0x05384DF0; +const void * RTTI_hknpBSWorldUtil__hknpBSRagdoll = (void *)0x05384C20; +const void * RTTI_hknpBackfaceCollisionModifier = (void *)0x05385070; +const void * RTTI_hknpBallGun = (void *)0x05094370; +const void * RTTI_hknpBinaryAction = (void *)0x050942F0; +const void * RTTI_hknpBodyData = (void *)0x050944A8; +const void * RTTI_hknpBodyIntegrator = (void *)0x05093D80; +const void * RTTI_hknpBodyQuality = (void *)0x05384710; +const void * RTTI_hknpBodyQualityLibrary = (void *)0x05093D50; +const void * RTTI_hknpBodyReference = (void *)0x05093C40; +const void * RTTI_hknpBoxShape = (void *)0x05094B98; +const void * RTTI_hknpBreakableConstraintData = (void *)0x05094C60; +const void * RTTI_hknpBroadPhase = (void *)0x0509B4B8; +const void * RTTI_hknpBroadphaseTriggerCollisionDetector = (void *)0x05097428; +const void * RTTI_hknpBuildConstraintJacobiansTask = (void *)0x05097E70; +const void * RTTI_hknpCapsuleCapsuleConvexConvexManifoldGenerator = (void *)0x05097360; +const void * RTTI_hknpCapsuleShape = (void *)0x05094BC0; +const void * RTTI_hknpCharacterContext = (void *)0x05094E50; +const void * RTTI_hknpCharacterProxy = (void *)0x05388320; +const void * RTTI_hknpCharacterProxyCinfo = (void *)0x052183B8; +const void * RTTI_hknpCharacterProxyInternals__QueryCollector = (void *)0x05095F10; +const void * RTTI_hknpCharacterProxyListener = (void *)0x051D5288; +const void * RTTI_hknpCharacterRigidBody = (void *)0x0538D638; +const void * RTTI_hknpCharacterRigidBodyCinfo = (void *)0x053887F0; +const void * RTTI_hknpCharacterStateManager = (void *)0x05094E80; +const void * RTTI_hknpCircularSurfaceVelocity = (void *)0x05094288; +const void * RTTI_hknpClosestHitCollector = (void *)0x051619B0; +const void * RTTI_hknpClosestUniqueBodyIdHitCollector = (void *)0x05387928; +const void * RTTI_hknpClosestUniqueBodyIdHitCollectorDeprecated = (void *)0x05387970; +const void * RTTI_hknpCollideSyncTask = (void *)0x05096E88; +const void * RTTI_hknpCollisionDetector = (void *)0x05097240; +const void * RTTI_hknpCollisionFilter = (void *)0x0516C868; +const void * RTTI_hknpCollisionQueryCollector = (void *)0x051619E0; +const void * RTTI_hknpCollisionQueryDispatcher = (void *)0x050967D8; +const void * RTTI_hknpCompositeCompositeCollisionDetector = (void *)0x050973A8; +const void * RTTI_hknpCompositeShape = (void *)0x05093C68; +const void * RTTI_hknpCompoundShape = (void *)0x05093F40; +const void * RTTI_hknpCompoundShapeData = (void *)0x05093F10; +const void * RTTI_hknpCompoundShapeInternalsCdDynamicTreeKeyMask = (void *)0x05094030; +const void * RTTI_hknpCompoundShapeInternalsSimdTreeKeyMask = (void *)0x05093FF0; +const void * RTTI_hknpCompressedMeshShape = (void *)0x05094078; +const void * RTTI_hknpCompressedMeshShapeCinfo = (void *)0x05386EF0; +const void * RTTI_hknpCompressedMeshShapeData = (void *)0x0509AD58; +const void * RTTI_hknpCompressedMeshShapeInternals__GeometryProvider = (void *)0x0509AD90; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery = (void *)0x0509B160; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled = (void *)0x0509B1C0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0 = (void *)0x0509B2F0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1 = (void *)0x0509B360; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2 = (void *)0x0509B3D0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled = (void *)0x0509B280; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled = (void *)0x0509B0A0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled = (void *)0x0509B040; +const void * RTTI_hknpCompressedMeshShapeInternals__KeyMask = (void *)0x0509AE18; +const void * RTTI_hknpCompressedMeshShapeInternals__RayCastQueryBase = (void *)0x0509AF40; +const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQuery = (void *)0x050962B0; +const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQueryScaled = (void *)0x05096300; +const void * RTTI_hknpConstraintAtomSolver = (void *)0x05094F48; +const void * RTTI_hknpConstraintCollisionFilter = (void *)0x05096000; +const void * RTTI_hknpConstraintForceEventCreator = (void *)0x05097468; +const void * RTTI_hknpConstraintForceExceededEventCreator = (void *)0x050974A0; +const void * RTTI_hknpContactImpulseClippedEventCreator = (void *)0x05096F18; +const void * RTTI_hknpContactImpulseEventCreator = (void *)0x05096F58; +const void * RTTI_hknpConvexCompositeCollisionDetector = (void *)0x05097318; +const void * RTTI_hknpConvexConvexCollisionDetector = (void *)0x05097F50; +const void * RTTI_hknpConvexConvexShapeBaseInterface = (void *)0x0509B478; +const void * RTTI_hknpConvexShape = (void *)0x05387280; +const void * RTTI_hknpCylinderShape = (void *)0x05094BE8; +const void * RTTI_hknpDeactivationMaintenanceTask = (void *)0x05096CE0; +const void * RTTI_hknpDecoratorShape = (void *)0x05093FC0; +const void * RTTI_hknpDefaultBroadPhaseConfig = (void *)0x053849B0; +const void * RTTI_hknpDefaultCompressedMeshShapeCinfo = (void *)0x05386EB0; +const void * RTTI_hknpDefaultExternMeshShapeGeometry = (void *)0x05094110; +const void * RTTI_hknpDefaultHeightFieldGeometry = (void *)0x05094B00; +const void * RTTI_hknpDefaultModifierSet = (void *)0x05096EB8; +const void * RTTI_hknpDeflectedLinearCast__CheckStartCollector = (void *)0x050978C0; +const void * RTTI_hknpDeflectedLinearCast__FilteredQueryCollector = (void *)0x05097870; +const void * RTTI_hknpDeflectedLinearCast__QueryFilter = (void *)0x05097908; +const void * RTTI_hknpDestructionShapeProperties = (void *)0x05094418; +const void * RTTI_hknpDisableCollisionFilter = (void *)0x05093E60; +const void * RTTI_hknpDummyShape = (void *)0x05094228; +const void * RTTI_hknpDynamicSpaceSplitter = (void *)0x05096B60; +const void * RTTI_hknpEaseConstraintsAction = (void *)0x053882F0; +const void * RTTI_hknpEasePenetrationsAction = (void *)0x05095E20; +const void * RTTI_hknpEventDispatcher = (void *)0x050969E0; +const void * RTTI_hknpEventMergeAndDispatcher = (void *)0x05096A10; +const void * RTTI_hknpExtendedExternMeshShapeGeometry = (void *)0x05094150; +const void * RTTI_hknpExternMeshShape = (void *)0x05094B68; +const void * RTTI_hknpExternMeshShapeBuildContext = (void *)0x0509ACF0; +const void * RTTI_hknpExternMeshShapeData = (void *)0x050940A8; +const void * RTTI_hknpFaceClipConvexConvexManifoldGenerator = (void *)0x05097F10; +const void * RTTI_hknpFinalizeNarrowPhaseGridTask = (void *)0x05096DE0; +const void * RTTI_hknpFinalizeNarrowPhasePairsTask = (void *)0x05096DA8; +const void * RTTI_hknpFireSignalTask = (void *)0x050979A8; +const void * RTTI_hknpFirstPersonCharacter = (void *)0x050943E8; +const void * RTTI_hknpFirstPersonGun = (void *)0x05094340; +const void * RTTI_hknpFixedClosestHitCollector = (void *)0x05387120; +const void * RTTI_hknpFixedClosestUniqueBodyHitCollector = (void *)0x05387158; +const void * RTTI_hknpFlipBackfaceCollisionModifier = (void *)0x05097130; +const void * RTTI_hknpFlippedGetClosestPointsQueryCollector = (void *)0x050966D0; +const void * RTTI_hknpFlippedShapeCastQueryCollector = (void *)0x05096810; +const void * RTTI_hknpForwardClosestHitCollector = (void *)0x05096690; +const void * RTTI_hknpFullCast__ManifoldGenerator = (void *)0x05097D68; +const void * RTTI_hknpGenSolverTasksTask = (void *)0x05096D48; +const void * RTTI_hknpGlobals = (void *)0x05096780; +const void * RTTI_hknpGravityGun = (void *)0x05094398; +const void * RTTI_hknpGroupCollisionFilter = (void *)0x05095F58; +const void * RTTI_hknpHeightFieldBoundingVolume = (void *)0x05094D00; +const void * RTTI_hknpHeightFieldGeometry = (void *)0x05094B38; +const void * RTTI_hknpHeightFieldShape = (void *)0x05093C98; +const void * RTTI_hknpHitScalingCollector = (void *)0x05095730; +const void * RTTI_hknpInternalCommandProcessor = (void *)0x05094ED8; +const void * RTTI_hknpLeafShapeSensor = (void *)0x0509A218; +const void * RTTI_hknpLegacyRestitutionModifier = (void *)0x05097020; +const void * RTTI_hknpLinearSurfaceVelocity = (void *)0x050942C0; +const void * RTTI_hknpLodShape = (void *)0x05093E08; +const void * RTTI_hknpMalleableConstraintData = (void *)0x05094CC8; +const void * RTTI_hknpManifoldEventCreator = (void *)0x05097100; +const void * RTTI_hknpMaskedCompoundShape = (void *)0x05094AD0; +const void * RTTI_hknpMaskedShape = (void *)0x05093F98; +const void * RTTI_hknpMaskedShape__MaskWrapper = (void *)0x050941F0; +const void * RTTI_hknpMassChangerModifier = (void *)0x05096F90; +const void * RTTI_hknpMaterialData = (void *)0x05094450; +const void * RTTI_hknpMaterialLibrary = (void *)0x053849E8; +const void * RTTI_hknpMaterialPalette = (void *)0x05093E30; +const void * RTTI_hknpModifier = (void *)0x05136C88; +const void * RTTI_hknpMotionPropertiesData = (void *)0x05094478; +const void * RTTI_hknpMotionPropertiesLibrary = (void *)0x05384660; +const void * RTTI_hknpMotionWeldingModifier = (void *)0x050971D8; +const void * RTTI_hknpMountedBallGun = (void *)0x05096468; +const void * RTTI_hknpMultithreadedSimulation = (void *)0x05096BC8; +const void * RTTI_hknpNeighborWeldingModifier = (void *)0x050971A0; +const void * RTTI_hknpNullShapeTagCodec = (void *)0x050967A8; +const void * RTTI_hknpPairCollisionFilter = (void *)0x05094AA0; +const void * RTTI_hknpParticleEventCreator = (void *)0x050974E0; +const void * RTTI_hknpParticleShapeLibrary = (void *)0x05097D00; +const void * RTTI_hknpParticleSimulationContext = (void *)0x05097648; +const void * RTTI_hknpParticlesClosestHitOnMeshCollector = (void *)0x05097FC0; +const void * RTTI_hknpParticlesCollider = (void *)0x05097948; +const void * RTTI_hknpParticlesColliderShape = (void *)0x05094250; +const void * RTTI_hknpParticlesCollisionFilter = (void *)0x05097F88; +const void * RTTI_hknpParticlesDynamicHitsCollector = (void *)0x050980D8; +const void * RTTI_hknpParticlesStaticCollector = (void *)0x050980A0; +const void * RTTI_hknpPhysicsSceneData = (void *)0x050944F8; +const void * RTTI_hknpPhysicsSystem = (void *)0x05384DC8; +const void * RTTI_hknpPhysicsSystemData = (void *)0x05178C40; +const void * RTTI_hknpPostCollideTask = (void *)0x05096C00; +const void * RTTI_hknpPostSolveTask = (void *)0x05096C80; +const void * RTTI_hknpPreSolveTask = (void *)0x05096C58; +const void * RTTI_hknpPrepareConstraintsTask = (void *)0x05097E38; +const void * RTTI_hknpPrepareNarrowPhasePairsTask = (void *)0x05097E00; +const void * RTTI_hknpPrepareNarrowPhaseTask = (void *)0x05097DC8; +const void * RTTI_hknpPrepareSolverData = (void *)0x05097ED8; +const void * RTTI_hknpProcessFullCastsTask = (void *)0x05096D18; +const void * RTTI_hknpProcessNarrowPhaseGridTask = (void *)0x05096CA8; +const void * RTTI_hknpProcessNarrowPhasePairsTask = (void *)0x05097D30; +const void * RTTI_hknpProjectileGun = (void *)0x050943C0; +const void * RTTI_hknpRagdoll = (void *)0x05384BF8; +const void * RTTI_hknpRagdollData = (void *)0x05096668; +const void * RTTI_hknpRefDragProperties = (void *)0x05093D20; +const void * RTTI_hknpRefMassDistribution = (void *)0x053871C8; +const void * RTTI_hknpRefMaterial = (void *)0x05093DE0; +const void * RTTI_hknpRefWorldCinfo = (void *)0x050944D0; +const void * RTTI_hknpRestitutionModifier = (void *)0x05096FF0; +const void * RTTI_hknpSafeEaseConstraintsAction = (void *)0x05388248; +const void * RTTI_hknpScaledConvexShape = (void *)0x050941C0; +const void * RTTI_hknpScaledConvexShapeBase = (void *)0x05094190; +const void * RTTI_hknpSetShapeKeyACdDetector = (void *)0x050972A8; +const void * RTTI_hknpShape = (void *)0x053872A8; +const void * RTTI_hknpShapeBuffer = (void *)0x0516C810; +const void * RTTI_hknpShapeFunctionsSingleton = (void *)0x05094D38; +const void * RTTI_hknpShapeKeyArrayCacheCdDetector = (void *)0x050972E0; +const void * RTTI_hknpShapeKeyMask = (void *)0x05093CC8; +const void * RTTI_hknpShapeManager = (void *)0x05096850; +const void * RTTI_hknpShapeMassProperties = (void *)0x05093CF0; +const void * RTTI_hknpShapeScalingUtil = (void *)0x0509B718; +const void * RTTI_hknpShape__MassConfig = (void *)0x05387198; +const void * RTTI_hknpSignedDistanceFieldCollisionDetector = (void *)0x050973E8; +const void * RTTI_hknpSimdTreeBroadPhase = (void *)0x0509B4E0; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__CollideTrees = (void *)0x0509B618; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty = (void *)0x0509B570; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__Finalize = (void *)0x0509B658; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData = (void *)0x0509B5D0; +const void * RTTI_hknpSimulation = (void *)0x05094EB0; +const void * RTTI_hknpSingleCellSpaceSplitter = (void *)0x05096B28; +const void * RTTI_hknpSingleThreadedSimulation = (void *)0x05094FE0; +const void * RTTI_hknpSingleThreadedSolverData = (void *)0x050969A8; +const void * RTTI_hknpSoftContactModifier = (void *)0x05097058; +const void * RTTI_hknpSolveFinalizeTask = (void *)0x05096D78; +const void * RTTI_hknpSolverData = (void *)0x05096980; +const void * RTTI_hknpSolverFactoryTask = (void *)0x05096E18; +const void * RTTI_hknpSolverSchedulerTask = (void *)0x05097EA8; +const void * RTTI_hknpSortFinalizeNarrowPhasePairsTask = (void *)0x05096E48; +const void * RTTI_hknpSpaceSplitter = (void *)0x05096B00; +const void * RTTI_hknpSphereShape = (void *)0x05094C10; +const void * RTTI_hknpSpringAction = (void *)0x05094318; +const void * RTTI_hknpStreamContactSolver = (void *)0x05095278; +const void * RTTI_hknpSurfaceVelocityModifier = (void *)0x05097088; +const void * RTTI_hknpTaskGraph = (void *)0x05384908; +const void * RTTI_hknpTriangleShape = (void *)0x05094A78; +const void * RTTI_hknpTriangleWeldingModifier = (void *)0x05097168; +const void * RTTI_hknpTriggerModifier = (void *)0x05096FC0; +const void * RTTI_hknpTyremarksInfo = (void *)0x05094918; +const void * RTTI_hknpTyremarksWheel = (void *)0x050948E8; +const void * RTTI_hknpUnaryAction = (void *)0x0517CC98; +const void * RTTI_hknpUniqueBodyIdHitCollector = (void *)0x051D04F8; +const void * RTTI_hknpVariableTimeStepUtil = (void *)0x050975C0; +const void * RTTI_hknpVehicleData = (void *)0x050948C0; +const void * RTTI_hknpVehicleDefaultAerodynamics = (void *)0x05094588; +const void * RTTI_hknpVehicleDefaultAnalogDriverInput = (void *)0x050946C0; +const void * RTTI_hknpVehicleDefaultBrake = (void *)0x05094650; +const void * RTTI_hknpVehicleDefaultEngine = (void *)0x05094758; +const void * RTTI_hknpVehicleDefaultSteering = (void *)0x050947B8; +const void * RTTI_hknpVehicleDefaultSuspension = (void *)0x05094850; +const void * RTTI_hknpVehicleDefaultTransmission = (void *)0x05094888; +const void * RTTI_hknpVehicleDefaultVelocityDamper = (void *)0x05094970; +const void * RTTI_hknpVehicleDriverInputAnalogStatus = (void *)0x05094680; +const void * RTTI_hknpVehicleInstance = (void *)0x05094528; +const void * RTTI_hknpVehicleLinearCastWheelCollide = (void *)0x050949A8; +const void * RTTI_hknpVehicleRayCastWheelCollide = (void *)0x05094A18; +const void * RTTI_hknpVehicleSuspension = (void *)0x05094820; +const void * RTTI_hknpVehicleWheelCollide = (void *)0x050947F0; +const void * RTTI_hknpVehicleWheelCollide__WheelHitCollector = (void *)0x05097830; +const void * RTTI_hknpWeldingModifier = (void *)0x05096EE8; +const void * RTTI_hknpWorld = (void *)0x05383628; +const void * RTTI_hknpWorldSnapshot = (void *)0x05094A50; +const void * RTTI_hkp6DofConstraintData = (void *)0x05098168; +const void * RTTI_hkpAngularFrictionConstraintData = (void *)0x050986F8; +const void * RTTI_hkpBallAndSocketConstraintData = (void *)0x05098198; +const void * RTTI_hkpCallbackConstraintMotor = (void *)0x05098618; +const void * RTTI_hkpCogWheelConstraintData = (void *)0x05098208; +const void * RTTI_hkpConstraintData = (void *)0x05094C38; +const void * RTTI_hkpConstraintMotor = (void *)0x05098138; +const void * RTTI_hkpDeformableFixedConstraintData = (void *)0x05098238; +const void * RTTI_hkpFixedConstraintData = (void *)0x05098270; +const void * RTTI_hkpHingeConstraintData = (void *)0x050982D0; +const void * RTTI_hkpHingeLimitsData = (void *)0x050982A0; +const void * RTTI_hkpLimitedForceConstraintMotor = (void *)0x050985E0; +const void * RTTI_hkpLimitedHingeConstraintData = (void *)0x05098300; +const void * RTTI_hkpLinearClearanceConstraintData = (void *)0x050981D0; +const void * RTTI_hkpLinearParametricCurve = (void *)0x05098368; +const void * RTTI_hkpPointToPathConstraintData = (void *)0x05098398; +const void * RTTI_hkpPointToPlaneConstraintData = (void *)0x050983D0; +const void * RTTI_hkpPositionConstraintMotor = (void *)0x05098650; +const void * RTTI_hkpPrismaticConstraintData = (void *)0x05098408; +const void * RTTI_hkpPulleyConstraintData = (void *)0x05098440; +const void * RTTI_hkpRackAndPinionConstraintData = (void *)0x05098470; +const void * RTTI_hkpRagdollConstraintData = (void *)0x050984D8; +const void * RTTI_hkpRagdollLimitsData = (void *)0x050984A8; +const void * RTTI_hkpRotationalConstraintData = (void *)0x05098508; +const void * RTTI_hkpSpringDamperConstraintMotor = (void *)0x05098688; +const void * RTTI_hkpStiffSpringConstraintData = (void *)0x05098540; +const void * RTTI_hkpVehicleFrictionDescription = (void *)0x050949E0; +const void * RTTI_hkpVelocityConstraintMotor = (void *)0x050986C0; +const void * RTTI_hkpWheelConstraintData = (void *)0x050985B0; +const void * RTTI_hkpWheelFrictionConstraintData = (void *)0x05098578; +const void * RTTI_hkpWrappedConstraintData = (void *)0x05094C98; +const void * RTTI_idLogging__ILogger = (void *)0x052CAC08; +const void * RTTI_idTCP = (void *)0x05416B18; +const void * RTTI_nlohmann__detail__exception = (void *)0x052A9930; +const void * RTTI_nlohmann__detail__input_buffer_adapter = (void *)0x052A9640; +const void * RTTI_nlohmann__detail__input_stream_adapter = (void *)0x052BB3E8; +const void * RTTI_nlohmann__detail__out_of_range = (void *)0x052A9850; +const void * RTTI_nlohmann__detail__parse_error = (void *)0x052A9818; +const void * RTTI_nsContainerMenu__ConfirmTakeAllTheThingsCallback = (void *)0x05333EA0; +const void * RTTI_nsControlMappingData__RemapHandler = (void *)0x050D4970; +const void * RTTI_nsDataMenuData__GameLoadListener = (void *)0x05135CA8; +const void * RTTI_nsDialogueMenu__MenuEventCatcher = (void *)0x053354C0; +const void * RTTI_nsMainMenu__InvalidUserCallback = (void *)0x053397F0; +const void * RTTI_nsMonocle__MenuEventCatcher = (void *)0x05135450; +const void * RTTI_nsMonocle__MonocleFastTravelConfirmFunc = (void *)0x0527EF08; +const void * RTTI_nsPauseMenu__UserDisengagedCallback = (void *)0x052993B0; +const void * RTTI_nsPickpocketMenu__MenuEventCatcher = (void *)0x05282DA8; +const void * RTTI_nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback = (void *)0x052B03A0; +const void * RTTI_rcContext = (void *)0x05169D08; +const void * RTTI_std___Node_assert = (void *)0x05163AB0; +const void * RTTI_std___Node_back = (void *)0x05163940; +const void * RTTI_std___Node_base = (void *)0x0513A288; +const void * RTTI_std___Node_capture = (void *)0x0513A260; +const void * RTTI_std___Node_end_group = (void *)0x05136CB0; +const void * RTTI_std___Node_end_rep = (void *)0x05163A88; +const void * RTTI_std___Node_endif = (void *)0x051638F0; +const void * RTTI_std___Node_if = (void *)0x05163918; +const void * RTTI_std___Node_rep = (void *)0x05163A60; +const void * RTTI_std___Root_node = (void *)0x051390E8; +const void * RTTI_std__bad_alloc = (void *)0x0509B748; +const void * RTTI_std__bad_array_new_length = (void *)0x0509B798; +const void * RTTI_std__bad_cast = (void *)0x0509BA30; +const void * RTTI_std__bad_optional_access = (void *)0x050A0A30; +const void * RTTI_std__bad_variant_access = (void *)0x0509C0C0; +const void * RTTI_std__exception = (void *)0x0509B770; +const void * RTTI_std__logic_error = (void *)0x0509B7F0; +const void * RTTI_std__out_of_range = (void *)0x0509B7C8; +const void * RTTI_std__overflow_error = (void *)0x050987A0; +const void * RTTI_std__range_error = (void *)0x05098978; +const void * RTTI_std__runtime_error = (void *)0x050A07F8; +const void * RTTI_std__underflow_error = (void *)0x050987D0; +const void * RTTI_type_info = (void *)0x050AE5B0; diff --git a/sfse/GameReferences.h b/sfse/GameReferences.h index e69e91e..432efe3 100644 --- a/sfse/GameReferences.h +++ b/sfse/GameReferences.h @@ -253,9 +253,9 @@ class TESObjectREFR : public TESForm u8 unk10A; // 10A u8 unk10B; // 10B - DEFINE_MEMBER_FN_0(IsInSpaceship, bool, 0x02B3E1F4) - DEFINE_MEMBER_FN_0(IsInSpace, bool, 0x01A0DB78) - DEFINE_MEMBER_FN_1(HasKeyword, bool, 0x0139E788, BGSKeyword*); + DEFINE_MEMBER_FN_0(IsInSpaceship, bool, 0x02B3E644) + DEFINE_MEMBER_FN_0(IsInSpace, bool, 0x01A0DC88) + DEFINE_MEMBER_FN_1(HasKeyword, bool, 0x0139E878, BGSKeyword*); }; static_assert(sizeof(TESObjectREFR) == 0x110); @@ -382,10 +382,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, 0x024AC55C, bool unk1, u32 flags, bool changeRace); + DEFINE_MEMBER_FN_3(UpdateAppearance, void, 0x024AC91C, bool unk1, u32 flags, bool changeRace); - DEFINE_MEMBER_FN_0(UpdateChargenAppearance, void, 0x02315938); - DEFINE_MEMBER_FN_1(SetSkinTone, void, 0x023155B0, u32 skinToneIndex); + DEFINE_MEMBER_FN_0(UpdateChargenAppearance, void, 0x02315CF8); + DEFINE_MEMBER_FN_1(SetSkinTone, void, 0x02315970, u32 skinToneIndex); u64 unk110[(0x260 - 0x110) >> 3]; // 110 void* unk260; // 260 diff --git a/sfse/GameScript.cpp b/sfse/GameScript.cpp index 534ea3e..3f27e8d 100644 --- a/sfse/GameScript.cpp +++ b/sfse/GameScript.cpp @@ -1,4 +1,4 @@ #include "GameScript.h" -RelocPtr g_firstScriptCommand(0x05514E30); -RelocPtr g_firstConsoleCommand(0x055085C0); +RelocPtr g_firstScriptCommand(0x0551FF30); +RelocPtr g_firstConsoleCommand(0x055136C0); diff --git a/sfse/GameSettings.cpp b/sfse/GameSettings.cpp index 013dd39..e7bc995 100644 --- a/sfse/GameSettings.cpp +++ b/sfse/GameSettings.cpp @@ -1,9 +1,9 @@ #include "sfse/GameSettings.h" -RelocPtr SettingT::pCollection(0x05916E48); -RelocPtr SettingT::pCollection(0x05916E68); -RelocPtr SettingT::pCollection(0x05915A68); -RelocPtr SettingT::pCollection(0x058F8278); +RelocPtr SettingT::pCollection(0x05921F58); +RelocPtr SettingT::pCollection(0x05921F78); +RelocPtr SettingT::pCollection(0x05920B68); +RelocPtr SettingT::pCollection(0x059033F8); u32 Setting::GetType(void) const { diff --git a/sfse/GameSettings.h b/sfse/GameSettings.h index 8a33b46..f850d4b 100644 --- a/sfse/GameSettings.h +++ b/sfse/GameSettings.h @@ -116,7 +116,7 @@ class GameSettingCollection : public SettingCollectionMap public: virtual ~GameSettingCollection(); - DEFINE_MEMBER_FN_1(GetSetting, Setting*, 0x015860F4, const char*); + DEFINE_MEMBER_FN_1(GetSetting, Setting*, 0x015861E4, const char*); }; static_assert(sizeof(GameSettingCollection) == 0x158); diff --git a/sfse/GameStreams.h b/sfse/GameStreams.h index 8377875..17d142e 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, 0x03479C10, const char* apName); - DEFINE_MEMBER_FN_0(Destroy, void, 0x03479CB4); - DEFINE_MEMBER_FN_1(Seek_Impl, void, 0x0347A4BC, s64 iNumBytes); - DEFINE_MEMBER_FN_1(GetBufferInfo_Impl, void, 0x03479F14, BufferInfo& info); - DEFINE_MEMBER_FN_2(DoRead_Impl, u64, 0x03479D9C, void* apBuffer, u64 auiBytes); - DEFINE_MEMBER_FN_2(DoWrite_Impl, u64, 0x03479E00, const void* apBuffer, u64 auiBytes); + DEFINE_MEMBER_FN_1(Construct, void, 0x0347A2D0, const char* apName); + DEFINE_MEMBER_FN_0(Destroy, void, 0x0347A374); + DEFINE_MEMBER_FN_1(Seek_Impl, void, 0x0347AB7C, s64 iNumBytes); + DEFINE_MEMBER_FN_1(GetBufferInfo_Impl, void, 0x0347A5D4, BufferInfo& info); + DEFINE_MEMBER_FN_2(DoRead_Impl, u64, 0x0347A45C, void* apBuffer, u64 auiBytes); + DEFINE_MEMBER_FN_2(DoWrite_Impl, u64, 0x0347A4C0, const void* apBuffer, u64 auiBytes); }; static_assert(sizeof(BSResourceNiBinaryStream) == 0x30); diff --git a/sfse/GameTypes.cpp b/sfse/GameTypes.cpp index f28203f..670c788 100644 --- a/sfse/GameTypes.cpp +++ b/sfse/GameTypes.cpp @@ -1,7 +1,7 @@ #include "sfse/GameTypes.h" -RelocAddr BSStringPool::Entry::GetEntry(0x0314D050); -RelocAddr BSStringPool::Entry::GetEntryW(0x0314D860); -RelocAddr BSStringPool::Entry::Release(0x008365FC); +RelocAddr BSStringPool::Entry::GetEntry(0x0314D4A0); +RelocAddr BSStringPool::Entry::GetEntryW(0x0314DCB0); +RelocAddr BSStringPool::Entry::Release(0x008366EC); -RelocPtr BSCRC32::uiCRCTable(0x03F24170); +RelocPtr BSCRC32::uiCRCTable(0x03F26170); diff --git a/sfse/GameUI.h b/sfse/GameUI.h index ae29861..86be62c 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, 0x02E744B0, const BSFixedString&); + DEFINE_MEMBER_FN_2(IsMenuOpen, bool, 0x02E74900, const BSFixedString&); static UI* GetSingleton() { - RelocPtr singleton(0x056F12B0); + RelocPtr singleton(0x056FC430); return *singleton; } }; diff --git a/sfse/Hooks_Data.cpp b/sfse/Hooks_Data.cpp index ccdc9fa..a386350 100644 --- a/sfse/Hooks_Data.cpp +++ b/sfse/Hooks_Data.cpp @@ -9,7 +9,7 @@ #include "sfse/GameSettings.h" #endif -RelocAddr GameDataLoad_Target(0x023EF430 + 0x1058); // End of this function before the retn +RelocAddr GameDataLoad_Target(0x023EF7F0 + 0x1058); // End of this function before the retn void Hook_GameData_Loaded() { diff --git a/sfse/Hooks_Scaleform.cpp b/sfse/Hooks_Scaleform.cpp index 4e4058b..6cf6a86 100644 --- a/sfse/Hooks_Scaleform.cpp +++ b/sfse/Hooks_Scaleform.cpp @@ -19,11 +19,11 @@ #endif typedef bool(*_IMenu_LoadMovie)(IMenu* menu, bool addEventDispatcher, bool unk2); -RelocAddr <_IMenu_LoadMovie> IMenu_LoadMovie(0x02E7D434); // IMenu vtable +7 +RelocAddr <_IMenu_LoadMovie> IMenu_LoadMovie(0x02E7D884); // IMenu vtable +7 _IMenu_LoadMovie IMenu_LoadMovie_Original = nullptr; using _BSScaleformManager_ctor = BSScaleformManager*(*)(BSScaleformManager* __this); -RelocAddr <_BSScaleformManager_ctor> BSScaleformManager_ctor(0x02E7FB30); +RelocAddr <_BSScaleformManager_ctor> BSScaleformManager_ctor(0x02E7FF80); _BSScaleformManager_ctor BSScaleformManager_ctor_Original = nullptr; static std::list s_plugins; diff --git a/sfse/Hooks_Script.cpp b/sfse/Hooks_Script.cpp index b1cd16d..05fcc79 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(0x01AEB220); +RelocAddr <_ConsoleCommandInit> ConsoleCommandInit(0x01AEB330); _ConsoleCommandInit ConsoleCommandInit_Original = nullptr; void ConsoleCommandInit_Hook(void* unk1) @@ -109,7 +109,7 @@ void ConsoleCommandInit_Hook(void* unk1) cmd.bInvalidatesCellList = 0; } - RelocAddr EmptyFunc(0x012559D0); + RelocAddr EmptyFunc(0x01255AC0); _MESSAGE("%s (%s)", iter->pFunctionName, iter->pExecuteFunction == EmptyFunc ? "Empty" : "Implemented"); #endif } diff --git a/sfse/Hooks_Version.cpp b/sfse/Hooks_Version.cpp index 0a9a279..5ea7399 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(0x0207ABF0 + 0x5D); +RelocAddr kHook_ShowVersion_Offset(0x0207AD40 + 0x5D); void Hooks_Version_Apply() { diff --git a/sfse/PapyrusNativeFunctions.h b/sfse/PapyrusNativeFunctions.h index 03ff70d..2d6a067 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 *, 0x0307ADAC, u32 idx, BSFixedString * nameOut, u64 * typeOut); + DEFINE_MEMBER_FN(GetParam, u64 *, 0x0307B1FC, 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, 0x0307AA84, u64 unk0, u64 unk1, VMClassRegistry * registry, VMState * unk3); + DEFINE_MEMBER_FN(Impl_Invoke, u32, 0x0307AED4, u64 unk0, u64 unk1, VMClassRegistry * registry, VMState * unk3); // ??_7?$NativeFunction1@VActiveEffect@@XPEAVTESForm@@@BSScript@@6B@ entry 0x10 - DEFINE_MEMBER_FN(Impl_Fn10, BSFixedString *, 0x0307AE14); - DEFINE_MEMBER_FN(Impl_GetParamInfo, bool, 0x0307AEB0, u32 idx, void * out); - DEFINE_MEMBER_FN(Impl_Fn15, void *, 0x0307AE1C, u64 arg0, u64 arg1); + DEFINE_MEMBER_FN(Impl_Fn10, BSFixedString *, 0x0307B264); + DEFINE_MEMBER_FN(Impl_GetParamInfo, bool, 0x0307B300, u32 idx, void * out); + DEFINE_MEMBER_FN(Impl_Fn15, void *, 0x0307B26C, 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 *, 0x0307A908, const char * fnName, const char * className, u8 unk0, u32 numParams); - DEFINE_MEMBER_FN(Impl_dtor, void, 0x0307A9C4); // same as NativeFunctionBase dtor + DEFINE_MEMBER_FN(Impl_ctor, NativeFunction *, 0x0307AD58, const char * fnName, const char * className, u8 unk0, u32 numParams); + DEFINE_MEMBER_FN(Impl_dtor, void, 0x0307AE14); // same as NativeFunctionBase dtor protected: void * m_callback; // 50 diff --git a/sfse/ScaleformMemory.cpp b/sfse/ScaleformMemory.cpp index 85d51ae..8a25698 100644 --- a/sfse/ScaleformMemory.cpp +++ b/sfse/ScaleformMemory.cpp @@ -1,6 +1,6 @@ #include "sfse/ScaleformMemory.h" -RelocPtr Scaleform::Memory::pGlobalHeap(0x0542C998); +RelocPtr Scaleform::Memory::pGlobalHeap(0x05437A98); void* ScaleformHeap_Allocate(u64 size) { diff --git a/sfse/ScaleformValue.h b/sfse/ScaleformValue.h index b56d0d5..f5899de 100644 --- a/sfse/ScaleformValue.h +++ b/sfse/ScaleformValue.h @@ -62,28 +62,28 @@ class Value virtual ~ObjectInterface(); - DEFINE_MEMBER_FN_3(HasMember, bool, 0x00ECF2D0, void* pData, const char* name, bool isDisplayObj); - DEFINE_MEMBER_FN_4(GetMember, bool, 0x00ECF610, void* pData, const char* name, Value* pValue, bool isDisplayObj); - DEFINE_MEMBER_FN_4(SetMember, bool, 0x00ECFA10, void* pData, const char* name, const Value& pValue, bool isDisplayObj); - DEFINE_MEMBER_FN_6(Invoke, bool, 0x00ECFE30, void* pData, Value* result, const char* name, const Value* args, unsigned long long numArgs, bool isDisplayObj); - DEFINE_MEMBER_FN_4(CreateEmptyMovieClip, bool, 0x00ED3550, void* pData, Value* pValue, const char* instanceName, int depth); - DEFINE_MEMBER_FN_6(AttachMovie, bool, 0x00ED3810, void* pData, Value* pValue, const char* symbolName, const char* instanceName, int depth, const void* initArgs); - DEFINE_MEMBER_FN_1(GetArraySize, unsigned int, 0x00ED1110, void* pData); - DEFINE_MEMBER_FN_2(SetArraySize, bool, 0x00ED1120, void* pData, unsigned int size); - DEFINE_MEMBER_FN_3(GetElement, bool, 0x00ED1140, void* pData, unsigned int index, Value* value); - DEFINE_MEMBER_FN_3(SetElement, bool, 0x00ED11D0, void* pData, unsigned int index, const Value& value); - DEFINE_MEMBER_FN_2(PushBack, bool, 0x00ED1410, void* pData, const Value& value); - DEFINE_MEMBER_FN_2(PopBack, bool, 0x00ED1470, void* pData, Value* value); - DEFINE_MEMBER_FN_3(RemoveElements, bool, 0x00ED1520, void* pData, unsigned idx, int count); - DEFINE_MEMBER_FN_4(VisitElements, void, 0x00ED1230, void* pData, ArrVisitor* visitor, unsigned long idx, int count); - DEFINE_MEMBER_FN_3(VisitMembers, void, 0x00ED09D0, void* pData, ObjVisitor* visitor, bool isDisplayObj); + DEFINE_MEMBER_FN_3(HasMember, bool, 0x00ECF3C0, void* pData, const char* name, bool isDisplayObj); + DEFINE_MEMBER_FN_4(GetMember, bool, 0x00ECF700, void* pData, const char* name, Value* pValue, bool isDisplayObj); + DEFINE_MEMBER_FN_4(SetMember, bool, 0x00ECFB00, void* pData, const char* name, const Value& pValue, bool isDisplayObj); + DEFINE_MEMBER_FN_6(Invoke, bool, 0x00ECFF20, void* pData, Value* result, const char* name, const Value* args, unsigned long long numArgs, bool isDisplayObj); + DEFINE_MEMBER_FN_4(CreateEmptyMovieClip, bool, 0x00ED3640, void* pData, Value* pValue, const char* instanceName, int depth); + DEFINE_MEMBER_FN_6(AttachMovie, bool, 0x00ED3900, void* pData, Value* pValue, const char* symbolName, const char* instanceName, int depth, const void* initArgs); + DEFINE_MEMBER_FN_1(GetArraySize, unsigned int, 0x00ED1200, void* pData); + DEFINE_MEMBER_FN_2(SetArraySize, bool, 0x00ED1210, void* pData, unsigned int size); + DEFINE_MEMBER_FN_3(GetElement, bool, 0x00ED1230, void* pData, unsigned int index, Value* value); + DEFINE_MEMBER_FN_3(SetElement, bool, 0x00ED12C0, void* pData, unsigned int index, const Value& value); + DEFINE_MEMBER_FN_2(PushBack, bool, 0x00ED1500, void* pData, const Value& value); + DEFINE_MEMBER_FN_2(PopBack, bool, 0x00ED1560, void* pData, Value* value); + DEFINE_MEMBER_FN_3(RemoveElements, bool, 0x00ED1610, void* pData, unsigned idx, int count); + DEFINE_MEMBER_FN_4(VisitElements, void, 0x00ED1320, void* pData, ArrVisitor* visitor, unsigned long idx, int count); + DEFINE_MEMBER_FN_3(VisitMembers, void, 0x00ED0AC0, void* pData, ObjVisitor* visitor, bool isDisplayObj); // DeleteMember TBD - DEFINE_MEMBER_FN_3(GetText, bool, 0x00ED31E0, void* pData, Value* value, bool html); - DEFINE_MEMBER_FN_3(SetText, bool, 0x00ED3340, void* pData, const char* text, bool html); - DEFINE_MEMBER_FN_3(SetTextW, bool, 0x00ED3460, void* pData, const wchar_t* text, bool html); - DEFINE_MEMBER_FN_3(GotoAndPlayL, bool, 0x00ED3CC0, void* pData, const char* frame, bool stop); - DEFINE_MEMBER_FN_3(GotoAndPlay, bool, 0x00ED3DC0, void* pData, unsigned frame, bool stop); - DEFINE_MEMBER_FN_2(GetParent, bool, 0x00ED1A40, void* pData, Value* value); + DEFINE_MEMBER_FN_3(GetText, bool, 0x00ED32D0, void* pData, Value* value, bool html); + DEFINE_MEMBER_FN_3(SetText, bool, 0x00ED3430, void* pData, const char* text, bool html); + DEFINE_MEMBER_FN_3(SetTextW, bool, 0x00ED3550, void* pData, const wchar_t* text, bool html); + DEFINE_MEMBER_FN_3(GotoAndPlayL, bool, 0x00ED3DB0, void* pData, const char* frame, bool stop); + DEFINE_MEMBER_FN_3(GotoAndPlay, bool, 0x00ED3EB0, void* pData, unsigned frame, bool stop); + DEFINE_MEMBER_FN_2(GetParent, bool, 0x00ED1B30, 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, 0x00ECF170, Value* value, void* pData); - DEFINE_MEMBER_FN_2(ObjectRelease, void, 0x00ECF210, Value* value, void* pData); + DEFINE_MEMBER_FN_2(ObjectAddRef, void, 0x00ECF260, Value* value, void* pData); + DEFINE_MEMBER_FN_2(ObjectRelease, void, 0x00ECF300, Value* value, void* pData); MovieImpl* pMovieRoot; };