diff --git a/cmake/versioning.cmake b/cmake/versioning.cmake index 36cc6fb..79f4b54 100644 --- a/cmake/versioning.cmake +++ b/cmake/versioning.cmake @@ -1,10 +1,10 @@ set(SFSE_VERSION_MAJOR 0) set(SFSE_VERSION_MINOR 2) -set(SFSE_VERSION_PATCH 0) +set(SFSE_VERSION_PATCH 1) set(RUNTIME_VERSION_MAJOR 1) set(RUNTIME_VERSION_MINOR 8) -set(RUNTIME_VERSION_PATCH 86) +set(RUNTIME_VERSION_PATCH 88) set(RUNTIME_VERSION_TYPE 0) math( diff --git a/sfse/GameChargen.h b/sfse/GameChargen.h index 96e0263..f99db07 100644 --- a/sfse/GameChargen.h +++ b/sfse/GameChargen.h @@ -17,13 +17,13 @@ class ChargenDataModel : public IDataModel, public BSTSingletonSDM singleton(0x059751F8); + RelocPtr singleton(0x059784B8); 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, 0x01895594, TESNPC*, void** unk2); // Unk2 looks like somekind of restore point, is usually CharGenMenu+0x2D0 + DEFINE_MEMBER_FN_2(Update, void, 0x01895CC4, 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 3c5d48e..798f4ea 100644 --- a/sfse/GameConsole.cpp +++ b/sfse/GameConsole.cpp @@ -1,7 +1,7 @@ #include "sfse/GameConsole.h" #include -RelocPtr g_console(0x05974D90); +RelocPtr g_console(0x05978050); void Console_Print(const char* fmt, ...) { diff --git a/sfse/GameConsole.h b/sfse/GameConsole.h index 51f631a..82cfe6e 100644 --- a/sfse/GameConsole.h +++ b/sfse/GameConsole.h @@ -6,7 +6,7 @@ class ConsoleLog { public: - DEFINE_MEMBER_FN_2(VPrint, void, 0x02893108, const char* fmt, va_list args); + DEFINE_MEMBER_FN_2(VPrint, void, 0x02894E68, const char* fmt, va_list args); }; extern RelocPtr g_console; diff --git a/sfse/GameData.cpp b/sfse/GameData.cpp index c0471e1..0faa1ca 100644 --- a/sfse/GameData.cpp +++ b/sfse/GameData.cpp @@ -1,3 +1,3 @@ #include "sfse/GameData.h" -RelocPtr g_materialDatabase(0x05546C50 - 0x08); \ No newline at end of file +RelocPtr g_materialDatabase(0x05549E90 - 0x08); \ No newline at end of file diff --git a/sfse/GameData.h b/sfse/GameData.h index e9ebf02..035440c 100644 --- a/sfse/GameData.h +++ b/sfse/GameData.h @@ -132,7 +132,7 @@ class TESDataHandler : static TESDataHandler* GetSingleton() { - RelocPtr singleton(0x05542CA8); + RelocPtr singleton(0x05545EE8); return *singleton; } }; diff --git a/sfse/GameEvents.h b/sfse/GameEvents.h index 762425b..b277297 100644 --- a/sfse/GameEvents.h +++ b/sfse/GameEvents.h @@ -1025,8 +1025,8 @@ namespace BSTEventDetail { public: virtual ~SourceBase() {}; - DEFINE_MEMBER_FN_1(RegisterSink, void, 0x005C122C, SinkBase* sink); - DEFINE_MEMBER_FN_1(UnregisterSink, void, 0x005C1040, SinkBase* sink); + DEFINE_MEMBER_FN_1(RegisterSink, void, 0x005C195C, SinkBase* sink); + DEFINE_MEMBER_FN_1(UnregisterSink, void, 0x005C1770, SinkBase* sink); }; } @@ -1106,705 +1106,705 @@ return es.getPtr(); \ // BSTGlobalEvent -DECLARE_EVENT_SOURCE(SnapTemplateUtils::SnapReplaceEvent, 0x0084239C) -DECLARE_EVENT_SOURCE(ImageFixtureEvent_RequestImage, 0x00843654) -DECLARE_EVENT_SOURCE(ImageFixtureEvent_UnregisterImage, 0x00846550) -DECLARE_EVENT_SOURCE(Spaceship::TakeOffEvent, 0x008493F8) -DECLARE_EVENT_SOURCE(HUDActivityIncreaseEvent, 0x012565B0) -DECLARE_EVENT_SOURCE(AnimationDataCleanupEvent, 0x0127779C) -DECLARE_EVENT_SOURCE(AnimationDataSetupEvent, 0x0127782C) -DECLARE_EVENT_SOURCE(EndLoadGameEvent, 0x012C6514) -DECLARE_EVENT_SOURCE(StartLoadGameEvent, 0x012C65A4) -DECLARE_EVENT_SOURCE(ShipEditor_SystemSelected, 0x012DD02C) -DECLARE_EVENT_SOURCE(ShipEditor_PreviewUpgrade, 0x012E36F0) -DECLARE_EVENT_SOURCE(ShipEditor_SelectedUpgrade, 0x012E3780) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceAttach, 0x0131EE10) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDetach, 0x0131EEA0) -DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_ChangeWeaponAssignment, 0x013A3DB4) -DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_OnHintButtonActivated, 0x013A3E44) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmCancel, 0x013C4404) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmExit, 0x013C4494) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmSaveAndExit, 0x013C4524) -DECLARE_EVENT_SOURCE(ShipEditor_OnFlightCheckTabChanged, 0x013C8FC4) -DECLARE_EVENT_SOURCE(ShipEditor_OnWeaponGroupChanged, 0x013C9054) -DECLARE_EVENT_SOURCE(ShipEditor_OnRenameEndEditText, 0x013CE990) -DECLARE_EVENT_SOURCE(ShipEditor_OnRenameInputCancelled, 0x013CEA20) -DECLARE_EVENT_SOURCE(ShipEditor_ChangeModuleCategory, 0x013D310C) -DECLARE_EVENT_SOURCE(ShipEditor_PreviewShipPart, 0x013D319C) -DECLARE_EVENT_SOURCE(ShipEditor_SelectedShipPart, 0x013D322C) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerControlChanged, 0x013DC0E0) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerTabChanged, 0x013DC170) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorSliderMouseInput, 0x013DC200) -DECLARE_EVENT_SOURCE(ShipEditor_OnRecentColorSwatchClicked, 0x013DC290) -DECLARE_EVENT_SOURCE(ShipBuilder_CloseAllMenus, 0x013FD754) -DECLARE_EVENT_SOURCE(ShipEditor_OnHintButtonActivated, 0x013FD7E4) -DECLARE_EVENT_SOURCE(ShipEditor_RemoveAll3D, 0x013FD874) -DECLARE_EVENT_SOURCE(ReferenceQueuedEvent, 0x01465578) -DECLARE_EVENT_SOURCE(LoadScreenEndEvent, 0x0147E3A0) -DECLARE_EVENT_SOURCE(LoadScreenStartEvent, 0x0147E430) -DECLARE_EVENT_SOURCE(CellAttachDetachEvent, 0x0147E4C0) -DECLARE_EVENT_SOURCE(PickRefStateChangedEvent, 0x014EECE8) -DECLARE_EVENT_SOURCE(ActivityTrackerActivityStartedEvent, 0x014F9308) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceCleared3d, 0x01584440) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDestroy, 0x015844D0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceInit, 0x01584560) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceRecycle, 0x015845F0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceSet3d, 0x01584680) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::Release3DRelatedData, 0x01584710) -DECLARE_EVENT_SOURCE(BSWorldOriginShiftEvent, 0x01590BFC) -DECLARE_EVENT_SOURCE(BGSPlanet::PlayerKnowledgeFlagSetEvent, 0x016B9F6C) -DECLARE_EVENT_SOURCE(StarMap::PlanetTraitKnownEvent, 0x016B9FFC) -DECLARE_EVENT_SOURCE(ResetHistoryDataEvent, 0x017901F8) -DECLARE_EVENT_SOURCE(TESQuestRewardEvent, 0x017AA45C) -DECLARE_EVENT_SOURCE(HUDWeaponWorldFOVMultChangedEvent, 0x017AC6DC) -DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionEndEvent, 0x01885D30) -DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionStartEvent, 0x01885DC0) -DECLARE_EVENT_SOURCE(AutoLoadDoorRolloverEvent, 0x0193549C) -DECLARE_EVENT_SOURCE(ClearQuickContainerEvent, 0x0193552C) -DECLARE_EVENT_SOURCE(ReferenceCellLoadedTemps, 0x019AC70C) -DECLARE_EVENT_SOURCE(Workshop::CargoLinkAddedEvent, 0x01D2950C) -DECLARE_EVENT_SOURCE(Workshop::CargoLinkTargetChangedEvent, 0x01D2959C) -DECLARE_EVENT_SOURCE(Workshop::EnterOutpostBeaconModeEvent, 0x01D2962C) -DECLARE_EVENT_SOURCE(Workshop::ItemGrabbedEvent, 0x01D296BC) -DECLARE_EVENT_SOURCE(Workshop::ItemMovedEvent, 0x01D2974C) -DECLARE_EVENT_SOURCE(Workshop::ItemPlacedEvent, 0x01D297DC) -DECLARE_EVENT_SOURCE(Workshop::ItemProducedEvent, 0x01D2986C) -DECLARE_EVENT_SOURCE(Workshop::ItemRemovedEvent, 0x01D298FC) -DECLARE_EVENT_SOURCE(Workshop::ItemRepairedEvent, 0x01D2998C) -DECLARE_EVENT_SOURCE(Workshop::ItemScrappedEvent, 0x01D29A1C) -DECLARE_EVENT_SOURCE(Workshop::OutpostNameChangedEvent, 0x01D29AAC) -DECLARE_EVENT_SOURCE(Workshop::OutpostPlacedEvent, 0x01D29B3C) -DECLARE_EVENT_SOURCE(PickRefUpdateEvent, 0x01D29BCC) -DECLARE_EVENT_SOURCE(Workshop::PlacementStatusEvent, 0x01D29C5C) -DECLARE_EVENT_SOURCE(Workshop::PowerOffEvent, 0x01D29CEC) -DECLARE_EVENT_SOURCE(Workshop::PowerOnEvent, 0x01D29D7C) -DECLARE_EVENT_SOURCE(Workshop::SnapBehaviorCycledEvent, 0x01D29E0C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopFlyCameraEvent, 0x01D29E9C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopItemPlacedEvent, 0x01D29F2C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopModeEvent, 0x01D29FBC) -DECLARE_EVENT_SOURCE(Workshop::WorkshopOutputLinkEvent, 0x01D2A04C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopStatsChangedEvent, 0x01D2A0DC) -DECLARE_EVENT_SOURCE(Workshop::WorkshopUpdateStatsEvent, 0x01D2A16C) -DECLARE_EVENT_SOURCE(ShipCameraStateToggled, 0x01D7DA34) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpPressEvent, 0x01F4C224) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpReleaseEvent, 0x01F4C2B4) -DECLARE_EVENT_SOURCE(PlayerSneakingChangeEvent, 0x01F4DA2C) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintJustPressedEvent, 0x01F4DC68) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintReleasedEvent, 0x01F4DCF8) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsEndEvent, 0x01F50E7C) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsStartEvent, 0x01F50F0C) -DECLARE_EVENT_SOURCE(SaveLoadEvent, 0x01F8023C) -DECLARE_EVENT_SOURCE(SpaceshipWeaponBinding::SpaceshipWeaponBindingChangedEvent, 0x01FA9A48) -DECLARE_EVENT_SOURCE(BoundaryMenu_FastTravel, 0x01FBE778) -DECLARE_EVENT_SOURCE(BoundaryMenu_ShowMap, 0x01FBE808) -DECLARE_EVENT_SOURCE(PhotoGallery_DeletePhoto, 0x01FC75D4) -DECLARE_EVENT_SOURCE(PowersMenu_ActivateEssence, 0x01FCAAB0) -DECLARE_EVENT_SOURCE(PowersMenu_EquipPower, 0x01FCAB40) -DECLARE_EVENT_SOURCE(PowersMenu_FavoritePower, 0x01FCABD0) -DECLARE_EVENT_SOURCE(ContainerMenuClosed::Event, 0x01FDE0BC) -DECLARE_EVENT_SOURCE(HangarShipSelection_ChangeSystemDisplay, 0x01FDE14C) -DECLARE_EVENT_SOURCE(HangarShipSelection_RepairShip, 0x01FDE1DC) -DECLARE_EVENT_SOURCE(HangarShipSelection_UpgradeSystem, 0x01FDE26C) -DECLARE_EVENT_SOURCE(ShipCrewMenu_Close, 0x01FDE2FC) -DECLARE_EVENT_SOURCE(BinkMovieStoppedPlayingEvent, 0x01FE3360) -DECLARE_EVENT_SOURCE(WorkshopColorMode_ApplyColors, 0x0200B1BC) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SelectedTab, 0x0200B24C) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SliderChanged, 0x0200B2DC) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SwatchChanged, 0x0200B36C) -DECLARE_EVENT_SOURCE(HUDCrewBuffMessageEvent, 0x0200C50C) -DECLARE_EVENT_SOURCE(CraftingMenu_SessionSummaryEvent, 0x020155A8) -DECLARE_EVENT_SOURCE(CraftingMenu_CraftItem, 0x02015638) -DECLARE_EVENT_SOURCE(CraftingMenu_ExitBench, 0x020156C8) -DECLARE_EVENT_SOURCE(CraftingMenu_InstallMod, 0x02015758) -DECLARE_EVENT_SOURCE(CraftingMenu_RenameItem, 0x020157E8) -DECLARE_EVENT_SOURCE(CraftingMenu_RevertedModdedItem, 0x02015878) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedMod, 0x02015908) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModSlot, 0x02015998) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModdableItem, 0x02015A28) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedRecipe, 0x02015AB8) -DECLARE_EVENT_SOURCE(CraftingMenu_SetInspectControls, 0x02015B48) -DECLARE_EVENT_SOURCE(CraftingMenu_ToggleTracking, 0x02015BD8) -DECLARE_EVENT_SOURCE(CraftingMenu_ViewingModdableItem, 0x02015C68) -DECLARE_EVENT_SOURCE(ContainerMenu_CloseMenu, 0x0202411C) -DECLARE_EVENT_SOURCE(InventoryMenu_Change3DView, 0x0202424C) -DECLARE_EVENT_SOURCE(InventoryMenu_PaperDollTryOn, 0x020242DC) -DECLARE_EVENT_SOURCE(InventoryMenu_ResetPaperDollInv, 0x0202436C) -DECLARE_EVENT_SOURCE(UpdateActivateListenerEvent, 0x0202C4E8) -DECLARE_EVENT_SOURCE(StartOutpostFromListenerEvent, 0x0202E1A8) -DECLARE_EVENT_SOURCE(HUDModeEvent, 0x0203E3A4) -DECLARE_EVENT_SOURCE(OpenContainerMenuEventData, 0x0203E434) -DECLARE_EVENT_SOURCE(OpenContainerMenuFromListenerEvent, 0x0203E4C4) -DECLARE_EVENT_SOURCE(HUDRolloverActivationButtonEvent, 0x0203E554) -DECLARE_EVENT_SOURCE(HUDRolloverActivationQCItemPressEvent, 0x0203E5E4) -DECLARE_EVENT_SOURCE(Inventory_SetSort, 0x0203E674) -DECLARE_EVENT_SOURCE(ShowingQuestMarketTextEvent, 0x0204C528) -DECLARE_EVENT_SOURCE(TargetHitEvent, 0x0204EB18) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x0204EBA8) -DECLARE_EVENT_SOURCE(ClearHUDMessagesEvent, 0x02055F94) -DECLARE_EVENT_SOURCE(ShowHUDMessageEvent, 0x02056024) -DECLARE_EVENT_SOURCE(PlayerDetectionLevelChangeEvent, 0x02059184) -DECLARE_EVENT_SOURCE(ShowCustomWatchAlert, 0x0205E28C) -DECLARE_EVENT_SOURCE(PlayerUpdateEvent, 0x0209196C) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleHelmet, 0x020919FC) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleSuit, 0x02091A8C) -DECLARE_EVENT_SOURCE(ControlsRemappedEvent, 0x020D5168) -DECLARE_EVENT_SOURCE(SettingsPanel_CheckBoxChanged, 0x020D51F8) -DECLARE_EVENT_SOURCE(SettingsPanel_ClearBinding, 0x020D5288) -DECLARE_EVENT_SOURCE(SettingsPanel_OpenCategory, 0x020D53BC) -DECLARE_EVENT_SOURCE(SettingsPanel_OpenSettings, 0x020D544C) -DECLARE_EVENT_SOURCE(SettingsPanel_RemapConfirmed, 0x020D54DC) -DECLARE_EVENT_SOURCE(SettingsPanel_RemapMode, 0x020D556C) -DECLARE_EVENT_SOURCE(SettingsPanel_ResetToDefaults, 0x020D55FC) -DECLARE_EVENT_SOURCE(SettingsPanel_SaveControls, 0x020D568C) -DECLARE_EVENT_SOURCE(SettingsPanel_SaveSettings, 0x020D571C) -DECLARE_EVENT_SOURCE(SettingsPanel_SliderChanged, 0x020D57AC) -DECLARE_EVENT_SOURCE(SettingsPanel_StepperChanged, 0x020D583C) -DECLARE_EVENT_SOURCE(SettingsPanel_ValidateControls, 0x020D58CC) -DECLARE_EVENT_SOURCE(ShipCrewMenu_OpenAssignMenu, 0x020DF4C8) -DECLARE_EVENT_SOURCE(ShipCrewMenu_SetSort, 0x020DF558) -DECLARE_EVENT_SOURCE(Spaceship::PlayerMovementOutputEvent, 0x021056C8) -DECLARE_EVENT_SOURCE(ShowLongShipBootup, 0x02105758) -DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferMenu, 0x021057E8) -DECLARE_EVENT_SOURCE(ShipHud_Activate, 0x02105878) -DECLARE_EVENT_SOURCE(ShipHud_BodyViewMarkerDimensions, 0x02105908) -DECLARE_EVENT_SOURCE(ShipHud_ChangeComponentSelection, 0x02105998) -DECLARE_EVENT_SOURCE(ShipHud_CloseMenu, 0x02105A28) -DECLARE_EVENT_SOURCE(ShipHud_Deselect, 0x02105AB8) -DECLARE_EVENT_SOURCE(ShipHud_FarTravel, 0x02105B48) -DECLARE_EVENT_SOURCE(ShipHud_HailAccepted, 0x02105BD8) -DECLARE_EVENT_SOURCE(ShipHud_HailCancelled, 0x02105C68) -DECLARE_EVENT_SOURCE(ShipHud_JumpToQuestMarker, 0x02105CF8) -DECLARE_EVENT_SOURCE(ShipHud_Land, 0x02105D88) -DECLARE_EVENT_SOURCE(ShipHud_LandingMarkerMap, 0x02105E18) -DECLARE_EVENT_SOURCE(ShipHud_Map, 0x02105EA8) -DECLARE_EVENT_SOURCE(ShipHud_OnMonocleToggle, 0x02105F38) -DECLARE_EVENT_SOURCE(ShipHud_OpenPhotoMode, 0x02105FC8) -DECLARE_EVENT_SOURCE(ShipHud_Repair, 0x02106058) -DECLARE_EVENT_SOURCE(ShipHud_SetTargetMode, 0x021060E8) -DECLARE_EVENT_SOURCE(ShipHud_Target, 0x02106178) -DECLARE_EVENT_SOURCE(ShipHud_TargetShipSystem, 0x02106208) -DECLARE_EVENT_SOURCE(ShipHud_UntargetShipSystem, 0x02106298) -DECLARE_EVENT_SOURCE(ShipHud_UpdateComponentPower, 0x02106328) -DECLARE_EVENT_SOURCE(DialogueMenu_CompleteExit, 0x02131B3C) -DECLARE_EVENT_SOURCE(BGSScannerGuideEffectStatusUpdateEvent, 0x02141CD0) -DECLARE_EVENT_SOURCE(GlobalFunc_CloseAllMenus, 0x02146C98) -DECLARE_EVENT_SOURCE(GlobalFunc_CloseMenu, 0x02146D28) -DECLARE_EVENT_SOURCE(GlobalFunc_PlayMenuSound, 0x02146DB8) -DECLARE_EVENT_SOURCE(GlobalFunc_StartGameRender, 0x02146E48) -DECLARE_EVENT_SOURCE(GlobalFunc_UserEvent, 0x02146ED8) -DECLARE_EVENT_SOURCE(ExperienceMeterDisplayData, 0x02150838) -DECLARE_EVENT_SOURCE(LevelUp_AnimFinished, 0x021508C8) -DECLARE_EVENT_SOURCE(LevelUp_OnWidgetShown, 0x02150958) -DECLARE_EVENT_SOURCE(LevelUp_OpenDataMenu, 0x021509E8) -DECLARE_EVENT_SOURCE(LevelUp_ShowSkills, 0x02150A78) -DECLARE_EVENT_SOURCE(LocationTextWidget_FinishedQueue, 0x02150B08) -DECLARE_EVENT_SOURCE(DisplayFatigueWarningEvent, 0x02150DB0) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x0215481C) -DECLARE_EVENT_SOURCE(PlayerCrosshairModeEvent, 0x0204E220) -DECLARE_EVENT_SOURCE(HUDNotificationEvent, 0x0215DA78) -DECLARE_EVENT_SOURCE(HUDNotification_MissionActiveWidgetUpdate, 0x0215DB08) -DECLARE_EVENT_SOURCE(HUDNotification_OpenDataMenu, 0x0215DB98) -DECLARE_EVENT_SOURCE(HUDNotification_OpenMissionMenu, 0x0215DC28) -DECLARE_EVENT_SOURCE(HUDNotification_SetMissionActive, 0x0215DCB8) -DECLARE_EVENT_SOURCE(PlayerSetWeaponStateEvent, 0x0215F898) -DECLARE_EVENT_SOURCE(BarterMenu_BuyItem, 0x02172918) -DECLARE_EVENT_SOURCE(BarterMenu_CloseMenu, 0x021729A8) -DECLARE_EVENT_SOURCE(BarterMenu_HideModel, 0x02172A38) -DECLARE_EVENT_SOURCE(BarterMenu_LoadModel, 0x02172AC8) -DECLARE_EVENT_SOURCE(BarterMenu_SellItem, 0x02172B58) -DECLARE_EVENT_SOURCE(BarterMenu_SetMouseOverModel, 0x02172BE8) -DECLARE_EVENT_SOURCE(BarterMenu_ShowFailureMessage, 0x02172C78) -DECLARE_EVENT_SOURCE(BarterMenu_ViewedItem, 0x02172D08) -DECLARE_EVENT_SOURCE(MissionMenu_ClearState, 0x02177310) -DECLARE_EVENT_SOURCE(MissionMenu_PlotToLocation, 0x021773A0) -DECLARE_EVENT_SOURCE(MissionMenu_RejectQuest, 0x02177430) -DECLARE_EVENT_SOURCE(MissionMenu_SaveCategoryIndex, 0x021774C0) -DECLARE_EVENT_SOURCE(MissionMenu_SaveOpenedId, 0x02177550) -DECLARE_EVENT_SOURCE(MissionMenu_ShowItemLocation, 0x021775E0) -DECLARE_EVENT_SOURCE(MissionMenu_ToggleTrackingQuest, 0x0217770C) -DECLARE_EVENT_SOURCE(DataSlateButtons_acceptClicked, 0x0217CE30) -DECLARE_EVENT_SOURCE(DataSlateButtons_cancelClicked, 0x0217CEC0) -DECLARE_EVENT_SOURCE(DataSlateMenu_playSFX, 0x0217CF50) -DECLARE_EVENT_SOURCE(DataSlateMenu_toggleAudio, 0x0217CFE0) -DECLARE_EVENT_SOURCE(InventoryMenu_DropItem, 0x021836F4) -DECLARE_EVENT_SOURCE(InventoryMenu_HideModel, 0x02183784) -DECLARE_EVENT_SOURCE(InventoryMenu_LoadModel, 0x02183814) -DECLARE_EVENT_SOURCE(InventoryMenu_OnEnterCategory, 0x021838A4) -DECLARE_EVENT_SOURCE(InventoryMenu_OpenCargoHold, 0x02183934) -DECLARE_EVENT_SOURCE(InventoryMenu_SelectItem, 0x021839C4) -DECLARE_EVENT_SOURCE(InventoryMenu_SetMouseOverModel, 0x02183A54) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleFavorite, 0x02183B8C) -DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryChanged, 0x0218FED8) -DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryPressed, 0x0218FF68) -DECLARE_EVENT_SOURCE(MonocleMenu_Bioscan, 0x0219725C) -DECLARE_EVENT_SOURCE(MonocleMenu_FastTravel, 0x021972EC) -DECLARE_EVENT_SOURCE(MonocleMenu_Harvest, 0x0219737C) -DECLARE_EVENT_SOURCE(MonocleMenu_Initialize, 0x0219740C) -DECLARE_EVENT_SOURCE(MonocleMenu_Outpost, 0x0219749C) -DECLARE_EVENT_SOURCE(MonocleMenu_PhotoMode, 0x0219752C) -DECLARE_EVENT_SOURCE(MonocleMenu_Shutdown, 0x021975BC) -DECLARE_EVENT_SOURCE(MonocleMenu_SocialSpell, 0x0219764C) -DECLARE_EVENT_SOURCE(MonocleMenu_StartContainerView, 0x021976DC) -DECLARE_EVENT_SOURCE(MonocleMenu_StopContainerView, 0x0219776C) -DECLARE_EVENT_SOURCE(MonocleMenu_SurfaceMap, 0x021977FC) -DECLARE_EVENT_SOURCE(MonocleMenu_UseListScrollControls, 0x0219788C) -DECLARE_EVENT_SOURCE(MonocleMenu_ZoomIn, 0x0219791C) -DECLARE_EVENT_SOURCE(MonocleMenu_ZoomOut, 0x021979AC) -DECLARE_EVENT_SOURCE(PhotoMode_InitializeCategory, 0x0219C2DC) -DECLARE_EVENT_SOURCE(PhotoMode_ResetToDefaults, 0x0219C36C) -DECLARE_EVENT_SOURCE(PhotoMode_SliderChanged, 0x0219C3FC) -DECLARE_EVENT_SOURCE(PhotoMode_StepperChanged, 0x0219C48C) -DECLARE_EVENT_SOURCE(PhotoMode_TakeSnapshot, 0x0219C51C) -DECLARE_EVENT_SOURCE(PhotoMode_ToggleHelmet, 0x0219C5AC) -DECLARE_EVENT_SOURCE(PhotoMode_ToggleUI, 0x0219C63C) -DECLARE_EVENT_SOURCE(PickpocketMenu_OnItemSelect, 0x021A4AF4) -DECLARE_EVENT_SOURCE(ResearchMenu_AddMaterial, 0x021A9F28) -DECLARE_EVENT_SOURCE(ResearchMenu_CategorySelected, 0x021A9FB8) -DECLARE_EVENT_SOURCE(ResearchMenu_ExitMenu, 0x021AA048) -DECLARE_EVENT_SOURCE(ResearchMenu_HideModel, 0x021AA0D8) -DECLARE_EVENT_SOURCE(ResearchMenu_PreviewProject, 0x021AA168) -DECLARE_EVENT_SOURCE(ResearchMenu_ProjectViewed, 0x021AA1F8) -DECLARE_EVENT_SOURCE(ResearchMenu_SetInspectControls, 0x021AA288) -DECLARE_EVENT_SOURCE(ResearchMenu_ToggleTrackingProject, 0x021AA318) -DECLARE_EVENT_SOURCE(UnlockedTerminalElementEvent, 0x021BBB8C) -DECLARE_EVENT_SOURCE(SecurityMenu_BackOutKey, 0x021BBC1C) -DECLARE_EVENT_SOURCE(SecurityMenu_CloseMenu, 0x021BBCAC) -DECLARE_EVENT_SOURCE(SecurityMenu_ConfirmExit, 0x021BBD3C) -DECLARE_EVENT_SOURCE(SecurityMenu_EliminateUnusedKeys, 0x021BBDCC) -DECLARE_EVENT_SOURCE(SecurityMenu_GetRingHint, 0x021BBE5C) -DECLARE_EVENT_SOURCE(SecurityMenu_SelectNewKey, 0x021BBEEC) -DECLARE_EVENT_SOURCE(SecurityMenu_TryUseKey, 0x021BBF7C) -DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Assign, 0x021BFF44) -DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Unassign, 0x021BFFD4) -DECLARE_EVENT_SOURCE(ShipCrewMenu_ViewedItem, 0x021C0064) -DECLARE_EVENT_SOURCE(Refuel_Accept, 0x021C1F04) -DECLARE_EVENT_SOURCE(Refuel_Cancel, 0x021C1F94) -DECLARE_EVENT_SOURCE(SkillsMenu_Accept, 0x021C89DC) -DECLARE_EVENT_SOURCE(SkillsMenu_AddPatch, 0x021C8A6C) -DECLARE_EVENT_SOURCE(SkillsMenu_Cancel, 0x021C8AFC) -DECLARE_EVENT_SOURCE(SkillsMenu_ChangeCursorVisibility, 0x021C8B8C) -DECLARE_EVENT_SOURCE(SkillsMenu_SaveLastCategory, 0x021C8C1C) -DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::MenuClosedEvent, 0x021ED6F4) -DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::PresetNPCChangedEvent, 0x021ED784) -DECLARE_EVENT_SOURCE(CharGen_BrowChange, 0x021ED814) -DECLARE_EVENT_SOURCE(CharGen_BrowColorChange, 0x021ED8A4) -DECLARE_EVENT_SOURCE(CharGen_CancelTextEntry, 0x021ED934) -DECLARE_EVENT_SOURCE(CharGen_CloseMenu, 0x021ED9C4) -DECLARE_EVENT_SOURCE(CharGen_CyclePronoun, 0x021EDA54) -DECLARE_EVENT_SOURCE(CharGen_DirtScarsEtcChange, 0x021EDAE4) -DECLARE_EVENT_SOURCE(CharGen_EndBodyChange, 0x021EDB74) -DECLARE_EVENT_SOURCE(CharGen_EndTextEntry, 0x021EDC04) -DECLARE_EVENT_SOURCE(CharGen_EyeColorChange, 0x021EDC94) -DECLARE_EVENT_SOURCE(CharGen_FacialHairChange, 0x021EDD24) -DECLARE_EVENT_SOURCE(CharGen_FacialHairColorChange, 0x021EDDB4) -DECLARE_EVENT_SOURCE(CharGen_HairChange, 0x021EDE44) -DECLARE_EVENT_SOURCE(CharGen_HairColorChange, 0x021EDED4) -DECLARE_EVENT_SOURCE(CharGen_HeadpartPlusSelectorChange, 0x021EDF64) -DECLARE_EVENT_SOURCE(CharGen_HeadpartPresetChange, 0x021EDFF4) -DECLARE_EVENT_SOURCE(CharGen_JewelryChange, 0x021EE084) -DECLARE_EVENT_SOURCE(CharGen_JewelryColorChange, 0x021EE114) -DECLARE_EVENT_SOURCE(CharGen_MakeupChange, 0x021EE1A4) -DECLARE_EVENT_SOURCE(CharGen_MarkingsChange, 0x021EE234) -DECLARE_EVENT_SOURCE(CharGen_PostBlendColorOptionChange, 0x021EE2C4) -DECLARE_EVENT_SOURCE(CharGen_PostBlendFaceChange, 0x021EE354) -DECLARE_EVENT_SOURCE(CharGen_PostBlendIntensityChange, 0x021EE3E4) -DECLARE_EVENT_SOURCE(CharGen_PresetChange, 0x021EE474) -DECLARE_EVENT_SOURCE(CharGen_RollOffLocomotion, 0x021EE504) -DECLARE_EVENT_SOURCE(CharGen_RollOnLocomotion, 0x021EE594) -DECLARE_EVENT_SOURCE(CharGen_RotatePaperdoll, 0x021EE624) -DECLARE_EVENT_SOURCE(CharGen_SetAdditionalSlider, 0x021EE6B4) -DECLARE_EVENT_SOURCE(CharGen_SetBackground, 0x021EE744) -DECLARE_EVENT_SOURCE(CharGen_SetBlockInputUnderPopup, 0x021EE7D4) -DECLARE_EVENT_SOURCE(CharGen_SetBodyValues, 0x021EE864) -DECLARE_EVENT_SOURCE(CharGen_SetCameraPosition, 0x021EE8F4) -DECLARE_EVENT_SOURCE(CharGen_SetPronoun, 0x021EE984) -DECLARE_EVENT_SOURCE(CharGen_SetSex, 0x021EEA14) -DECLARE_EVENT_SOURCE(CharGen_SetSlider, 0x021EEAA4) -DECLARE_EVENT_SOURCE(CharGen_SetTrait, 0x021EEB34) -DECLARE_EVENT_SOURCE(CharGen_ShowChooseBackgroundMessage, 0x021EEBC4) -DECLARE_EVENT_SOURCE(CharGen_ShowPlayerRenameMessage, 0x021EEC54) -DECLARE_EVENT_SOURCE(CharGen_SkintoneChange, 0x021EECE4) -DECLARE_EVENT_SOURCE(CharGen_StartBodyChange, 0x021EED74) -DECLARE_EVENT_SOURCE(CharGen_StartTextEntry, 0x021EEE04) -DECLARE_EVENT_SOURCE(CharGen_SwitchBodyType, 0x021EEE94) -DECLARE_EVENT_SOURCE(CharGen_SwitchLocomotion, 0x021EEF24) -DECLARE_EVENT_SOURCE(CharGen_TeethChange, 0x021EEFB4) -DECLARE_EVENT_SOURCE(CharGen_TeethRollOff, 0x021EF044) -DECLARE_EVENT_SOURCE(CharGen_TeethRollOn, 0x021EF0D4) -DECLARE_EVENT_SOURCE(CharGen_ToggleMarking, 0x021EF164) -DECLARE_EVENT_SOURCE(CharGen_TogglePreviewHabSuit, 0x021EF1F4) -DECLARE_EVENT_SOURCE(UIMenuChargenMenuDisablePaperdoll, 0x021EF284) -DECLARE_EVENT_SOURCE(DataMenu_CloseMenu, 0x021F6308) -DECLARE_EVENT_SOURCE(DataMenu_ClosedForSubMenu, 0x021F6398) -DECLARE_EVENT_SOURCE(DataMenu_Missions, 0x021F6428) -DECLARE_EVENT_SOURCE(DataMenu_PlotToLocation, 0x021F655C) -DECLARE_EVENT_SOURCE(DataMenu_Reopened, 0x021F65EC) -DECLARE_EVENT_SOURCE(DataMenu_SelectedAttributesMenu, 0x021F667C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedInventoryMenu, 0x021F670C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedMapMenu, 0x021F679C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedPowersMenu, 0x021F682C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedShipMenu, 0x021F68BC) -DECLARE_EVENT_SOURCE(DataMenu_SelectedStatusMenu, 0x021F694C) -DECLARE_EVENT_SOURCE(DataMenu_SetMenuForQuickEntry, 0x021F69DC) -DECLARE_EVENT_SOURCE(DataMenu_SetPaperDollActive, 0x021F6A6C) -DECLARE_EVENT_SOURCE(PauseMenu_ActionCanceled, 0x02200C34) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmAction, 0x02200CC4) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmLoad, 0x02200D54) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmSave, 0x02200DE4) -DECLARE_EVENT_SOURCE(PauseMenu_DeleteSave, 0x02200E74) -DECLARE_EVENT_SOURCE(PauseMenu_QuitToDesktop, 0x02200F04) -DECLARE_EVENT_SOURCE(PauseMenu_SetCharacter, 0x02200F94) -DECLARE_EVENT_SOURCE(PauseMenu_StartAction, 0x02201024) -DECLARE_EVENT_SOURCE(PauseMenu_StartLoad, 0x022010B4) -DECLARE_EVENT_SOURCE(PauseMenu_UploadSave, 0x02201144) -DECLARE_EVENT_SOURCE(PlayBink_CloseMenu, 0x022020F0) -DECLARE_EVENT_SOURCE(Spaceship::GravJumpEvent, 0x02207D24) -DECLARE_EVENT_SOURCE(Spaceship::LandedSetEvent, 0x02207DB4) -DECLARE_EVENT_SOURCE(Reticle_OnLongAnimFinished, 0x02207E44) -DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferItem, 0x02207ED4) -DECLARE_EVENT_SOURCE(ShipHud_AbortJump, 0x02207F64) -DECLARE_EVENT_SOURCE(ShipHud_DockRequested, 0x02207FF4) -DECLARE_EVENT_SOURCE(ShipHud_HailShip, 0x02208084) -DECLARE_EVENT_SOURCE(ShipHud_UpdateTargetPanelRect, 0x02208114) -DECLARE_EVENT_SOURCE(TakeoffMenu_CloseMenu, 0x022081A4) -DECLARE_EVENT_SOURCE(TakeoffMenu_ExitShip, 0x02208234) -DECLARE_EVENT_SOURCE(TakeoffMenu_Launch, 0x022082C4) -DECLARE_EVENT_SOURCE(StarMapMenu_LandingInputInProgress, 0x02227560) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupContainerVisibilityChanged, 0x022275F0) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryClicked, 0x02227680) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryHoverChanged, 0x02227710) -DECLARE_EVENT_SOURCE(StarMapMenu_ScanPlanet, 0x022277A0) -DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSite, 0x02227830) -DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSiteFailed, 0x022278C0) -DECLARE_EVENT_SOURCE(StarMapMenu_ShowRealCursor, 0x02227950) -DECLARE_EVENT_SOURCE(StarMapMenu_QuickSelectChange, 0x0223CE20) -DECLARE_EVENT_SOURCE(StarMapMenu_Galaxy_FocusSystem, 0x0224DD70) -DECLARE_EVENT_SOURCE(StarMapMenu_OnGalaxyViewInitialized, 0x0224DE00) -DECLARE_EVENT_SOURCE(StarMapMenu_ExecuteRoute, 0x022588E8) -DECLARE_EVENT_SOURCE(StarMapMenu_OnCancel, 0x02258978) -DECLARE_EVENT_SOURCE(StarMapMenu_OnClearRoute, 0x02258A08) -DECLARE_EVENT_SOURCE(StarMapMenu_OnExitStarMap, 0x02258A98) -DECLARE_EVENT_SOURCE(StarMapMenu_OnHintButtonClicked, 0x02258B28) -DECLARE_EVENT_SOURCE(StarMapMenu_OnOutpostEntrySelected, 0x02258BB8) -DECLARE_EVENT_SOURCE(StarMapMenu_ReadyToClose, 0x02258C48) -DECLARE_EVENT_SOURCE(SurfaceMapMenu_MarkerClicked, 0x022768DC) -DECLARE_EVENT_SOURCE(SurfaceMapMenu_TryPlaceCustomMarker, 0x0227696C) -DECLARE_EVENT_SOURCE(TerminalMenu_CancelEvent, 0x02290E30) -DECLARE_EVENT_SOURCE(Terminal_CloseAllViews, 0x02290EC0) -DECLARE_EVENT_SOURCE(Terminal_CloseTopView, 0x02290F50) -DECLARE_EVENT_SOURCE(Terminal_CloseView, 0x02290FE0) -DECLARE_EVENT_SOURCE(Terminal_MenuItemClick, 0x02291070) -DECLARE_EVENT_SOURCE(TestMenu_DoAction, 0x0229CEE0) -DECLARE_EVENT_SOURCE(TestMenu_ExitMenu, 0x0229CF70) -DECLARE_EVENT_SOURCE(TestMenu_ShowImages, 0x0229D000) -DECLARE_EVENT_SOURCE(TestMenu_ShowResources, 0x0229D090) -DECLARE_EVENT_SOURCE(TestMenu_TestAll, 0x0229D120) -DECLARE_EVENT_SOURCE(TextInputMenu_EndEditText, 0x022A10C4) -DECLARE_EVENT_SOURCE(TextInputMenu_InputCanceled, 0x022A1154) -DECLARE_EVENT_SOURCE(TextInputMenu_StartEditText, 0x022A11E4) -DECLARE_EVENT_SOURCE(CraftingMenu_Highlight3D, 0x022A24B4) -DECLARE_EVENT_SOURCE(CraftingMenu_RevertHighlight, 0x022A2544) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ChangeBuildItem, 0x022A4BA8) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_SelectedItem, 0x022A4C38) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ToggleTracking, 0x022A4CC8) -DECLARE_EVENT_SOURCE(WorkshopMenu_AttemptBuild, 0x022AD514) -DECLARE_EVENT_SOURCE(WorkshopMenu_CancelAction, 0x022AD5A4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ChangeVariant, 0x022AD634) -DECLARE_EVENT_SOURCE(WorkshopMenu_ConnectionEvent, 0x022AD6C4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ExitMenu, 0x022AD754) -DECLARE_EVENT_SOURCE(WorkshopMenu_MessageCallback, 0x022AD7E4) -DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedCategory, 0x022AD874) -DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedGridObject, 0x022AD904) -DECLARE_EVENT_SOURCE(WorkshopMenu_ShowExtras, 0x022AD994) -DECLARE_EVENT_SOURCE(WorkshopMenu_SwitchMode, 0x022ADA24) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleDistance, 0x022ADAB4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleTracking, 0x022ADB44) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleView, 0x022ADBD4) -DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ConfirmAction, 0x022AF624) -DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ExitMenu, 0x022AF6B4) -DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetHovered, 0x022B5B7C) -DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetPicked, 0x022B5C0C) -DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldFinished, 0x022CCCB0) -DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldStopped, 0x022CCD40) -DECLARE_EVENT_SOURCE(WorkshopShared_SetActionHandles, 0x022CCDD0) -DECLARE_EVENT_SOURCE(WorkshopShared_StartAction, 0x022CCE60) -DECLARE_EVENT_SOURCE(ModelReferenceEffectEvents::ReferenceEffectFinished, 0x022ECA74) -DECLARE_EVENT_SOURCE(BGSAcousticSpaceListener::StackChangedEvent, 0x023009A4) -DECLARE_EVENT_SOURCE(SpaceshipBIEvents::ShipPowerAllocationBIEventSent, 0x02317470) -DECLARE_EVENT_SOURCE(BGSActorDeathEvent, 0x02323C5C) -DECLARE_EVENT_SOURCE(Research::ResearchProgressEvent, 0x023744D8) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x025945E8) -DECLARE_EVENT_SOURCE(PlayerInCombatChangeEvent, 0x025ACB30) -DECLARE_EVENT_SOURCE(BlurEvent, 0x0287B4B8) -DECLARE_EVENT_SOURCE(ContainerMenu_HideModel, 0x0289E4A8) -DECLARE_EVENT_SOURCE(ContainerMenu_Jettison, 0x0289E538) -DECLARE_EVENT_SOURCE(ContainerMenu_LoadModel, 0x0289E5C8) -DECLARE_EVENT_SOURCE(ContainerMenu_OpenRefuelMenu, 0x0289E658) -DECLARE_EVENT_SOURCE(ContainerMenu_SetMouseOverModel, 0x0289E6E8) -DECLARE_EVENT_SOURCE(ContainerMenu_TakeAll, 0x0289E778) -DECLARE_EVENT_SOURCE(ContainerMenu_ToggleEquip, 0x0289E808) -DECLARE_EVENT_SOURCE(ContainerMenu_TransferItem, 0x0289E93C) -DECLARE_EVENT_SOURCE(DialogueMenu_OnDialogueSelect, 0x028A23E0) -DECLARE_EVENT_SOURCE(DialogueMenu_OnListVisibilityChange, 0x028A2470) -DECLARE_EVENT_SOURCE(DialogueMenu_OnPersuasionAutoWin, 0x028A2500) -DECLARE_EVENT_SOURCE(DialogueMenu_OnScriptedDialogueSelect, 0x028A2590) -DECLARE_EVENT_SOURCE(DialogueMenu_RequestExit, 0x028A2620) -DECLARE_EVENT_SOURCE(DialogueMenu_RequestSkipDialogue, 0x028A26B0) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x028A3478) -DECLARE_EVENT_SOURCE(FavoritesMenu_AssignQuickkey, 0x028AF4B0) -DECLARE_EVENT_SOURCE(FavoritesMenu_UseQuickkey, 0x028AF540) -DECLARE_EVENT_SOURCE(LoadingMenu_RefreshText, 0x028B33C0) -DECLARE_EVENT_SOURCE(MainMenu_ActionCanceled, 0x028B6A90) -DECLARE_EVENT_SOURCE(MainMenu_ActionConfirmed, 0x028B6B20) -DECLARE_EVENT_SOURCE(MainMenu_ConfirmLoad, 0x028B6BB0) -DECLARE_EVENT_SOURCE(MainMenu_DeleteSave, 0x028B6C40) -DECLARE_EVENT_SOURCE(MainMenu_SetCharacter, 0x028B6D6C) -DECLARE_EVENT_SOURCE(MainMenu_StartAction, 0x028B6DFC) -DECLARE_EVENT_SOURCE(MainMenu_StartLoad, 0x028B6E8C) -DECLARE_EVENT_SOURCE(MainMenu_UploadSave, 0x028B6F1C) -DECLARE_EVENT_SOURCE(BGSAppPausedEvent, 0x028B874C) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnBackOut, 0x028BDA38) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnButtonPress, 0x028BDAC8) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnScriptedButtonPress, 0x028BDB58) -DECLARE_EVENT_SOURCE(SleepWaitMenu_InterruptRest, 0x028C27E8) -DECLARE_EVENT_SOURCE(SleepWaitMenu_StartRest, 0x028C2878) -DECLARE_EVENT_SOURCE(Spaceship::BoughtEvent, 0x02B8CC1C) -DECLARE_EVENT_SOURCE(Spaceship::ContrabandScanWarningEvent, 0x02B8CCAC) -DECLARE_EVENT_SOURCE(Spaceship::DockEvent, 0x02B8CD3C) -DECLARE_EVENT_SOURCE(Spaceship::DynamicNavmeshCompleted, 0x02B8CDCC) -DECLARE_EVENT_SOURCE(Spaceship::FarTravelEvent, 0x02B8CE5C) -DECLARE_EVENT_SOURCE(Spaceship::LandingEvent, 0x02B8CEEC) -DECLARE_EVENT_SOURCE(Spaceship::PlanetScanEvent, 0x02B8CF7C) -DECLARE_EVENT_SOURCE(Spaceship::RampDownEvent, 0x02B8D00C) -DECLARE_EVENT_SOURCE(Spaceship::RefueledEvent, 0x02B8D09C) -DECLARE_EVENT_SOURCE(Spaceship::RegisteredEvent, 0x02B8D12C) -DECLARE_EVENT_SOURCE(Spaceship::ShieldEvent, 0x02B8D1BC) -DECLARE_EVENT_SOURCE(Spaceship::ShipAddedEvent, 0x02B8D24C) -DECLARE_EVENT_SOURCE(Spaceship::ShipCollisionEvent, 0x02B8D2DC) -DECLARE_EVENT_SOURCE(Spaceship::ShipCustomizedEvent, 0x02B8D36C) -DECLARE_EVENT_SOURCE(Spaceship::SoldEvent, 0x02B8D3FC) -DECLARE_EVENT_SOURCE(Spaceship::SystemDamagedEvent, 0x02B8D48C) -DECLARE_EVENT_SOURCE(Spaceship::SystemPowerAllocationEvent, 0x02B8D51C) -DECLARE_EVENT_SOURCE(Spaceship::SystemPowerChangeEvent, 0x02B8D5AC) -DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedBIEvent, 0x02B8D63C) -DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedEvent, 0x02B8D6CC) -DECLARE_EVENT_SOURCE(Spaceship::TakeDamagEvent, 0x02B8D75C) -DECLARE_EVENT_SOURCE(ContextStackChangedEvent, 0x02CB9D78) -DECLARE_EVENT_SOURCE(UpdateSceneRectEvent, 0x02E8F920) -DECLARE_EVENT_SOURCE(GameStalledEvent, 0x03054410) +DECLARE_EVENT_SOURCE(SnapTemplateUtils::SnapReplaceEvent, 0x00842ACC) +DECLARE_EVENT_SOURCE(ImageFixtureEvent_RequestImage, 0x00843D84) +DECLARE_EVENT_SOURCE(ImageFixtureEvent_UnregisterImage, 0x00846C80) +DECLARE_EVENT_SOURCE(Spaceship::TakeOffEvent, 0x00849B28) +DECLARE_EVENT_SOURCE(HUDActivityIncreaseEvent, 0x01256CE0) +DECLARE_EVENT_SOURCE(AnimationDataCleanupEvent, 0x01277ECC) +DECLARE_EVENT_SOURCE(AnimationDataSetupEvent, 0x01277F5C) +DECLARE_EVENT_SOURCE(EndLoadGameEvent, 0x012C6C44) +DECLARE_EVENT_SOURCE(StartLoadGameEvent, 0x012C6CD4) +DECLARE_EVENT_SOURCE(ShipEditor_SystemSelected, 0x012DD75C) +DECLARE_EVENT_SOURCE(ShipEditor_PreviewUpgrade, 0x012E3E20) +DECLARE_EVENT_SOURCE(ShipEditor_SelectedUpgrade, 0x012E3EB0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceAttach, 0x0131F540) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDetach, 0x0131F5D0) +DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_ChangeWeaponAssignment, 0x013A44E4) +DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_OnHintButtonActivated, 0x013A4574) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmCancel, 0x013C4B34) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmExit, 0x013C4BC4) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmSaveAndExit, 0x013C4C54) +DECLARE_EVENT_SOURCE(ShipEditor_OnFlightCheckTabChanged, 0x013C96F4) +DECLARE_EVENT_SOURCE(ShipEditor_OnWeaponGroupChanged, 0x013C9784) +DECLARE_EVENT_SOURCE(ShipEditor_OnRenameEndEditText, 0x013CF0C0) +DECLARE_EVENT_SOURCE(ShipEditor_OnRenameInputCancelled, 0x013CF150) +DECLARE_EVENT_SOURCE(ShipEditor_ChangeModuleCategory, 0x013D383C) +DECLARE_EVENT_SOURCE(ShipEditor_PreviewShipPart, 0x013D38CC) +DECLARE_EVENT_SOURCE(ShipEditor_SelectedShipPart, 0x013D395C) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerControlChanged, 0x013DC810) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerTabChanged, 0x013DC8A0) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorSliderMouseInput, 0x013DC930) +DECLARE_EVENT_SOURCE(ShipEditor_OnRecentColorSwatchClicked, 0x013DC9C0) +DECLARE_EVENT_SOURCE(ShipBuilder_CloseAllMenus, 0x013FDE84) +DECLARE_EVENT_SOURCE(ShipEditor_OnHintButtonActivated, 0x013FDF14) +DECLARE_EVENT_SOURCE(ShipEditor_RemoveAll3D, 0x013FDFA4) +DECLARE_EVENT_SOURCE(ReferenceQueuedEvent, 0x01465CA8) +DECLARE_EVENT_SOURCE(LoadScreenEndEvent, 0x0147EAD0) +DECLARE_EVENT_SOURCE(LoadScreenStartEvent, 0x0147EB60) +DECLARE_EVENT_SOURCE(CellAttachDetachEvent, 0x0147EBF0) +DECLARE_EVENT_SOURCE(PickRefStateChangedEvent, 0x014EF418) +DECLARE_EVENT_SOURCE(ActivityTrackerActivityStartedEvent, 0x014F9A38) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceCleared3d, 0x01584B70) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDestroy, 0x01584C00) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceInit, 0x01584C90) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceRecycle, 0x01584D20) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceSet3d, 0x01584DB0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::Release3DRelatedData, 0x01584E40) +DECLARE_EVENT_SOURCE(BSWorldOriginShiftEvent, 0x0159132C) +DECLARE_EVENT_SOURCE(BGSPlanet::PlayerKnowledgeFlagSetEvent, 0x016BA69C) +DECLARE_EVENT_SOURCE(StarMap::PlanetTraitKnownEvent, 0x016BA72C) +DECLARE_EVENT_SOURCE(ResetHistoryDataEvent, 0x01790928) +DECLARE_EVENT_SOURCE(TESQuestRewardEvent, 0x017AAB8C) +DECLARE_EVENT_SOURCE(HUDWeaponWorldFOVMultChangedEvent, 0x017ACE0C) +DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionEndEvent, 0x01886460) +DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionStartEvent, 0x018864F0) +DECLARE_EVENT_SOURCE(AutoLoadDoorRolloverEvent, 0x01935BCC) +DECLARE_EVENT_SOURCE(ClearQuickContainerEvent, 0x01935C5C) +DECLARE_EVENT_SOURCE(ReferenceCellLoadedTemps, 0x019ACE3C) +DECLARE_EVENT_SOURCE(Workshop::CargoLinkAddedEvent, 0x01D29C7C) +DECLARE_EVENT_SOURCE(Workshop::CargoLinkTargetChangedEvent, 0x01D29D0C) +DECLARE_EVENT_SOURCE(Workshop::EnterOutpostBeaconModeEvent, 0x01D29D9C) +DECLARE_EVENT_SOURCE(Workshop::ItemGrabbedEvent, 0x01D29E2C) +DECLARE_EVENT_SOURCE(Workshop::ItemMovedEvent, 0x01D29EBC) +DECLARE_EVENT_SOURCE(Workshop::ItemPlacedEvent, 0x01D29F4C) +DECLARE_EVENT_SOURCE(Workshop::ItemProducedEvent, 0x01D29FDC) +DECLARE_EVENT_SOURCE(Workshop::ItemRemovedEvent, 0x01D2A06C) +DECLARE_EVENT_SOURCE(Workshop::ItemRepairedEvent, 0x01D2A0FC) +DECLARE_EVENT_SOURCE(Workshop::ItemScrappedEvent, 0x01D2A18C) +DECLARE_EVENT_SOURCE(Workshop::OutpostNameChangedEvent, 0x01D2A21C) +DECLARE_EVENT_SOURCE(Workshop::OutpostPlacedEvent, 0x01D2A2AC) +DECLARE_EVENT_SOURCE(PickRefUpdateEvent, 0x01D2A33C) +DECLARE_EVENT_SOURCE(Workshop::PlacementStatusEvent, 0x01D2A3CC) +DECLARE_EVENT_SOURCE(Workshop::PowerOffEvent, 0x01D2A45C) +DECLARE_EVENT_SOURCE(Workshop::PowerOnEvent, 0x01D2A4EC) +DECLARE_EVENT_SOURCE(Workshop::SnapBehaviorCycledEvent, 0x01D2A57C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopFlyCameraEvent, 0x01D2A60C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopItemPlacedEvent, 0x01D2A69C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopModeEvent, 0x01D2A72C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopOutputLinkEvent, 0x01D2A7BC) +DECLARE_EVENT_SOURCE(Workshop::WorkshopStatsChangedEvent, 0x01D2A84C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopUpdateStatsEvent, 0x01D2A8DC) +DECLARE_EVENT_SOURCE(ShipCameraStateToggled, 0x01D7E1A4) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpPressEvent, 0x01F4C994) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpReleaseEvent, 0x01F4CA24) +DECLARE_EVENT_SOURCE(PlayerSneakingChangeEvent, 0x01F4E19C) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintJustPressedEvent, 0x01F4E3D8) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintReleasedEvent, 0x01F4E468) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsEndEvent, 0x01F515EC) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsStartEvent, 0x01F5167C) +DECLARE_EVENT_SOURCE(SaveLoadEvent, 0x01F809AC) +DECLARE_EVENT_SOURCE(SpaceshipWeaponBinding::SpaceshipWeaponBindingChangedEvent, 0x01FAA868) +DECLARE_EVENT_SOURCE(BoundaryMenu_FastTravel, 0x01FBF598) +DECLARE_EVENT_SOURCE(BoundaryMenu_ShowMap, 0x01FBF628) +DECLARE_EVENT_SOURCE(PhotoGallery_DeletePhoto, 0x01FC83F4) +DECLARE_EVENT_SOURCE(PowersMenu_ActivateEssence, 0x01FCB8D0) +DECLARE_EVENT_SOURCE(PowersMenu_EquipPower, 0x01FCB960) +DECLARE_EVENT_SOURCE(PowersMenu_FavoritePower, 0x01FCB9F0) +DECLARE_EVENT_SOURCE(ContainerMenuClosed::Event, 0x01FDEEDC) +DECLARE_EVENT_SOURCE(HangarShipSelection_ChangeSystemDisplay, 0x01FDEF6C) +DECLARE_EVENT_SOURCE(HangarShipSelection_RepairShip, 0x01FDEFFC) +DECLARE_EVENT_SOURCE(HangarShipSelection_UpgradeSystem, 0x01FDF08C) +DECLARE_EVENT_SOURCE(ShipCrewMenu_Close, 0x01FDF11C) +DECLARE_EVENT_SOURCE(BinkMovieStoppedPlayingEvent, 0x01FE4180) +DECLARE_EVENT_SOURCE(WorkshopColorMode_ApplyColors, 0x0200C69C) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SelectedTab, 0x0200C72C) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SliderChanged, 0x0200C7BC) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SwatchChanged, 0x0200C84C) +DECLARE_EVENT_SOURCE(HUDCrewBuffMessageEvent, 0x0200D9EC) +DECLARE_EVENT_SOURCE(CraftingMenu_SessionSummaryEvent, 0x02016A88) +DECLARE_EVENT_SOURCE(CraftingMenu_CraftItem, 0x02016B18) +DECLARE_EVENT_SOURCE(CraftingMenu_ExitBench, 0x02016BA8) +DECLARE_EVENT_SOURCE(CraftingMenu_InstallMod, 0x02016C38) +DECLARE_EVENT_SOURCE(CraftingMenu_RenameItem, 0x02016CC8) +DECLARE_EVENT_SOURCE(CraftingMenu_RevertedModdedItem, 0x02016D58) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedMod, 0x02016DE8) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModSlot, 0x02016E78) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModdableItem, 0x02016F08) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedRecipe, 0x02016F98) +DECLARE_EVENT_SOURCE(CraftingMenu_SetInspectControls, 0x02017028) +DECLARE_EVENT_SOURCE(CraftingMenu_ToggleTracking, 0x020170B8) +DECLARE_EVENT_SOURCE(CraftingMenu_ViewingModdableItem, 0x02017148) +DECLARE_EVENT_SOURCE(ContainerMenu_CloseMenu, 0x020255FC) +DECLARE_EVENT_SOURCE(InventoryMenu_Change3DView, 0x0202572C) +DECLARE_EVENT_SOURCE(InventoryMenu_PaperDollTryOn, 0x020257BC) +DECLARE_EVENT_SOURCE(InventoryMenu_ResetPaperDollInv, 0x0202584C) +DECLARE_EVENT_SOURCE(UpdateActivateListenerEvent, 0x0202D9C8) +DECLARE_EVENT_SOURCE(StartOutpostFromListenerEvent, 0x0202F688) +DECLARE_EVENT_SOURCE(HUDModeEvent, 0x0203F884) +DECLARE_EVENT_SOURCE(OpenContainerMenuEventData, 0x0203F914) +DECLARE_EVENT_SOURCE(OpenContainerMenuFromListenerEvent, 0x0203F9A4) +DECLARE_EVENT_SOURCE(HUDRolloverActivationButtonEvent, 0x0203FA34) +DECLARE_EVENT_SOURCE(HUDRolloverActivationQCItemPressEvent, 0x0203FAC4) +DECLARE_EVENT_SOURCE(Inventory_SetSort, 0x0203FB54) +DECLARE_EVENT_SOURCE(ShowingQuestMarketTextEvent, 0x0204DA08) +DECLARE_EVENT_SOURCE(TargetHitEvent, 0x0204FFF8) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x02050088) +DECLARE_EVENT_SOURCE(ClearHUDMessagesEvent, 0x02057474) +DECLARE_EVENT_SOURCE(ShowHUDMessageEvent, 0x02057504) +DECLARE_EVENT_SOURCE(PlayerDetectionLevelChangeEvent, 0x0205A664) +DECLARE_EVENT_SOURCE(ShowCustomWatchAlert, 0x0205F76C) +DECLARE_EVENT_SOURCE(PlayerUpdateEvent, 0x02092E4C) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleHelmet, 0x02092EDC) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleSuit, 0x02092F6C) +DECLARE_EVENT_SOURCE(ControlsRemappedEvent, 0x020D6648) +DECLARE_EVENT_SOURCE(SettingsPanel_CheckBoxChanged, 0x020D66D8) +DECLARE_EVENT_SOURCE(SettingsPanel_ClearBinding, 0x020D6768) +DECLARE_EVENT_SOURCE(SettingsPanel_OpenCategory, 0x020D689C) +DECLARE_EVENT_SOURCE(SettingsPanel_OpenSettings, 0x020D692C) +DECLARE_EVENT_SOURCE(SettingsPanel_RemapConfirmed, 0x020D69BC) +DECLARE_EVENT_SOURCE(SettingsPanel_RemapMode, 0x020D6A4C) +DECLARE_EVENT_SOURCE(SettingsPanel_ResetToDefaults, 0x020D6ADC) +DECLARE_EVENT_SOURCE(SettingsPanel_SaveControls, 0x020D6B6C) +DECLARE_EVENT_SOURCE(SettingsPanel_SaveSettings, 0x020D6BFC) +DECLARE_EVENT_SOURCE(SettingsPanel_SliderChanged, 0x020D6C8C) +DECLARE_EVENT_SOURCE(SettingsPanel_StepperChanged, 0x020D6D1C) +DECLARE_EVENT_SOURCE(SettingsPanel_ValidateControls, 0x020D6DAC) +DECLARE_EVENT_SOURCE(ShipCrewMenu_OpenAssignMenu, 0x020E09A8) +DECLARE_EVENT_SOURCE(ShipCrewMenu_SetSort, 0x020E0A38) +DECLARE_EVENT_SOURCE(Spaceship::PlayerMovementOutputEvent, 0x02106BA8) +DECLARE_EVENT_SOURCE(ShowLongShipBootup, 0x02106C38) +DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferMenu, 0x02106CC8) +DECLARE_EVENT_SOURCE(ShipHud_Activate, 0x02106D58) +DECLARE_EVENT_SOURCE(ShipHud_BodyViewMarkerDimensions, 0x02106DE8) +DECLARE_EVENT_SOURCE(ShipHud_ChangeComponentSelection, 0x02106E78) +DECLARE_EVENT_SOURCE(ShipHud_CloseMenu, 0x02106F08) +DECLARE_EVENT_SOURCE(ShipHud_Deselect, 0x02106F98) +DECLARE_EVENT_SOURCE(ShipHud_FarTravel, 0x02107028) +DECLARE_EVENT_SOURCE(ShipHud_HailAccepted, 0x021070B8) +DECLARE_EVENT_SOURCE(ShipHud_HailCancelled, 0x02107148) +DECLARE_EVENT_SOURCE(ShipHud_JumpToQuestMarker, 0x021071D8) +DECLARE_EVENT_SOURCE(ShipHud_Land, 0x02107268) +DECLARE_EVENT_SOURCE(ShipHud_LandingMarkerMap, 0x021072F8) +DECLARE_EVENT_SOURCE(ShipHud_Map, 0x02107388) +DECLARE_EVENT_SOURCE(ShipHud_OnMonocleToggle, 0x02107418) +DECLARE_EVENT_SOURCE(ShipHud_OpenPhotoMode, 0x021074A8) +DECLARE_EVENT_SOURCE(ShipHud_Repair, 0x02107538) +DECLARE_EVENT_SOURCE(ShipHud_SetTargetMode, 0x021075C8) +DECLARE_EVENT_SOURCE(ShipHud_Target, 0x02107658) +DECLARE_EVENT_SOURCE(ShipHud_TargetShipSystem, 0x021076E8) +DECLARE_EVENT_SOURCE(ShipHud_UntargetShipSystem, 0x02107778) +DECLARE_EVENT_SOURCE(ShipHud_UpdateComponentPower, 0x02107808) +DECLARE_EVENT_SOURCE(DialogueMenu_CompleteExit, 0x0213301C) +DECLARE_EVENT_SOURCE(BGSScannerGuideEffectStatusUpdateEvent, 0x021431B0) +DECLARE_EVENT_SOURCE(GlobalFunc_CloseAllMenus, 0x02148178) +DECLARE_EVENT_SOURCE(GlobalFunc_CloseMenu, 0x02148208) +DECLARE_EVENT_SOURCE(GlobalFunc_PlayMenuSound, 0x02148298) +DECLARE_EVENT_SOURCE(GlobalFunc_StartGameRender, 0x02148328) +DECLARE_EVENT_SOURCE(GlobalFunc_UserEvent, 0x021483B8) +DECLARE_EVENT_SOURCE(ExperienceMeterDisplayData, 0x02151D18) +DECLARE_EVENT_SOURCE(LevelUp_AnimFinished, 0x02151DA8) +DECLARE_EVENT_SOURCE(LevelUp_OnWidgetShown, 0x02151E38) +DECLARE_EVENT_SOURCE(LevelUp_OpenDataMenu, 0x02151EC8) +DECLARE_EVENT_SOURCE(LevelUp_ShowSkills, 0x02151F58) +DECLARE_EVENT_SOURCE(LocationTextWidget_FinishedQueue, 0x02151FE8) +DECLARE_EVENT_SOURCE(DisplayFatigueWarningEvent, 0x02152290) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x02155CFC) +DECLARE_EVENT_SOURCE(PlayerCrosshairModeEvent, 0x0204F700) +DECLARE_EVENT_SOURCE(HUDNotificationEvent, 0x0215EF58) +DECLARE_EVENT_SOURCE(HUDNotification_MissionActiveWidgetUpdate, 0x0215EFE8) +DECLARE_EVENT_SOURCE(HUDNotification_OpenDataMenu, 0x0215F078) +DECLARE_EVENT_SOURCE(HUDNotification_OpenMissionMenu, 0x0215F108) +DECLARE_EVENT_SOURCE(HUDNotification_SetMissionActive, 0x0215F198) +DECLARE_EVENT_SOURCE(PlayerSetWeaponStateEvent, 0x02160D78) +DECLARE_EVENT_SOURCE(BarterMenu_BuyItem, 0x02173DF8) +DECLARE_EVENT_SOURCE(BarterMenu_CloseMenu, 0x02173E88) +DECLARE_EVENT_SOURCE(BarterMenu_HideModel, 0x02173F18) +DECLARE_EVENT_SOURCE(BarterMenu_LoadModel, 0x02173FA8) +DECLARE_EVENT_SOURCE(BarterMenu_SellItem, 0x02174038) +DECLARE_EVENT_SOURCE(BarterMenu_SetMouseOverModel, 0x021740C8) +DECLARE_EVENT_SOURCE(BarterMenu_ShowFailureMessage, 0x02174158) +DECLARE_EVENT_SOURCE(BarterMenu_ViewedItem, 0x021741E8) +DECLARE_EVENT_SOURCE(MissionMenu_ClearState, 0x021787F0) +DECLARE_EVENT_SOURCE(MissionMenu_PlotToLocation, 0x02178880) +DECLARE_EVENT_SOURCE(MissionMenu_RejectQuest, 0x02178910) +DECLARE_EVENT_SOURCE(MissionMenu_SaveCategoryIndex, 0x021789A0) +DECLARE_EVENT_SOURCE(MissionMenu_SaveOpenedId, 0x02178A30) +DECLARE_EVENT_SOURCE(MissionMenu_ShowItemLocation, 0x02178AC0) +DECLARE_EVENT_SOURCE(MissionMenu_ToggleTrackingQuest, 0x02178BEC) +DECLARE_EVENT_SOURCE(DataSlateButtons_acceptClicked, 0x0217E310) +DECLARE_EVENT_SOURCE(DataSlateButtons_cancelClicked, 0x0217E3A0) +DECLARE_EVENT_SOURCE(DataSlateMenu_playSFX, 0x0217E430) +DECLARE_EVENT_SOURCE(DataSlateMenu_toggleAudio, 0x0217E4C0) +DECLARE_EVENT_SOURCE(InventoryMenu_DropItem, 0x02184BD4) +DECLARE_EVENT_SOURCE(InventoryMenu_HideModel, 0x02184C64) +DECLARE_EVENT_SOURCE(InventoryMenu_LoadModel, 0x02184CF4) +DECLARE_EVENT_SOURCE(InventoryMenu_OnEnterCategory, 0x02184D84) +DECLARE_EVENT_SOURCE(InventoryMenu_OpenCargoHold, 0x02184E14) +DECLARE_EVENT_SOURCE(InventoryMenu_SelectItem, 0x02184EA4) +DECLARE_EVENT_SOURCE(InventoryMenu_SetMouseOverModel, 0x02184F34) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleFavorite, 0x0218506C) +DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryChanged, 0x021913B8) +DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryPressed, 0x02191448) +DECLARE_EVENT_SOURCE(MonocleMenu_Bioscan, 0x0219873C) +DECLARE_EVENT_SOURCE(MonocleMenu_FastTravel, 0x021987CC) +DECLARE_EVENT_SOURCE(MonocleMenu_Harvest, 0x0219885C) +DECLARE_EVENT_SOURCE(MonocleMenu_Initialize, 0x021988EC) +DECLARE_EVENT_SOURCE(MonocleMenu_Outpost, 0x0219897C) +DECLARE_EVENT_SOURCE(MonocleMenu_PhotoMode, 0x02198A0C) +DECLARE_EVENT_SOURCE(MonocleMenu_Shutdown, 0x02198A9C) +DECLARE_EVENT_SOURCE(MonocleMenu_SocialSpell, 0x02198B2C) +DECLARE_EVENT_SOURCE(MonocleMenu_StartContainerView, 0x02198BBC) +DECLARE_EVENT_SOURCE(MonocleMenu_StopContainerView, 0x02198C4C) +DECLARE_EVENT_SOURCE(MonocleMenu_SurfaceMap, 0x02198CDC) +DECLARE_EVENT_SOURCE(MonocleMenu_UseListScrollControls, 0x02198D6C) +DECLARE_EVENT_SOURCE(MonocleMenu_ZoomIn, 0x02198DFC) +DECLARE_EVENT_SOURCE(MonocleMenu_ZoomOut, 0x02198E8C) +DECLARE_EVENT_SOURCE(PhotoMode_InitializeCategory, 0x0219D7BC) +DECLARE_EVENT_SOURCE(PhotoMode_ResetToDefaults, 0x0219D84C) +DECLARE_EVENT_SOURCE(PhotoMode_SliderChanged, 0x0219D8DC) +DECLARE_EVENT_SOURCE(PhotoMode_StepperChanged, 0x0219D96C) +DECLARE_EVENT_SOURCE(PhotoMode_TakeSnapshot, 0x0219D9FC) +DECLARE_EVENT_SOURCE(PhotoMode_ToggleHelmet, 0x0219DA8C) +DECLARE_EVENT_SOURCE(PhotoMode_ToggleUI, 0x0219DB1C) +DECLARE_EVENT_SOURCE(PickpocketMenu_OnItemSelect, 0x021A5FD4) +DECLARE_EVENT_SOURCE(ResearchMenu_AddMaterial, 0x021AB408) +DECLARE_EVENT_SOURCE(ResearchMenu_CategorySelected, 0x021AB498) +DECLARE_EVENT_SOURCE(ResearchMenu_ExitMenu, 0x021AB528) +DECLARE_EVENT_SOURCE(ResearchMenu_HideModel, 0x021AB5B8) +DECLARE_EVENT_SOURCE(ResearchMenu_PreviewProject, 0x021AB648) +DECLARE_EVENT_SOURCE(ResearchMenu_ProjectViewed, 0x021AB6D8) +DECLARE_EVENT_SOURCE(ResearchMenu_SetInspectControls, 0x021AB768) +DECLARE_EVENT_SOURCE(ResearchMenu_ToggleTrackingProject, 0x021AB7F8) +DECLARE_EVENT_SOURCE(UnlockedTerminalElementEvent, 0x021BD06C) +DECLARE_EVENT_SOURCE(SecurityMenu_BackOutKey, 0x021BD0FC) +DECLARE_EVENT_SOURCE(SecurityMenu_CloseMenu, 0x021BD18C) +DECLARE_EVENT_SOURCE(SecurityMenu_ConfirmExit, 0x021BD21C) +DECLARE_EVENT_SOURCE(SecurityMenu_EliminateUnusedKeys, 0x021BD2AC) +DECLARE_EVENT_SOURCE(SecurityMenu_GetRingHint, 0x021BD33C) +DECLARE_EVENT_SOURCE(SecurityMenu_SelectNewKey, 0x021BD3CC) +DECLARE_EVENT_SOURCE(SecurityMenu_TryUseKey, 0x021BD45C) +DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Assign, 0x021C1424) +DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Unassign, 0x021C14B4) +DECLARE_EVENT_SOURCE(ShipCrewMenu_ViewedItem, 0x021C1544) +DECLARE_EVENT_SOURCE(Refuel_Accept, 0x021C33E4) +DECLARE_EVENT_SOURCE(Refuel_Cancel, 0x021C3474) +DECLARE_EVENT_SOURCE(SkillsMenu_Accept, 0x021C9EBC) +DECLARE_EVENT_SOURCE(SkillsMenu_AddPatch, 0x021C9F4C) +DECLARE_EVENT_SOURCE(SkillsMenu_Cancel, 0x021C9FDC) +DECLARE_EVENT_SOURCE(SkillsMenu_ChangeCursorVisibility, 0x021CA06C) +DECLARE_EVENT_SOURCE(SkillsMenu_SaveLastCategory, 0x021CA0FC) +DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::MenuClosedEvent, 0x021EEBD4) +DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::PresetNPCChangedEvent, 0x021EEC64) +DECLARE_EVENT_SOURCE(CharGen_BrowChange, 0x021EECF4) +DECLARE_EVENT_SOURCE(CharGen_BrowColorChange, 0x021EED84) +DECLARE_EVENT_SOURCE(CharGen_CancelTextEntry, 0x021EEE14) +DECLARE_EVENT_SOURCE(CharGen_CloseMenu, 0x021EEEA4) +DECLARE_EVENT_SOURCE(CharGen_CyclePronoun, 0x021EEF34) +DECLARE_EVENT_SOURCE(CharGen_DirtScarsEtcChange, 0x021EEFC4) +DECLARE_EVENT_SOURCE(CharGen_EndBodyChange, 0x021EF054) +DECLARE_EVENT_SOURCE(CharGen_EndTextEntry, 0x021EF0E4) +DECLARE_EVENT_SOURCE(CharGen_EyeColorChange, 0x021EF174) +DECLARE_EVENT_SOURCE(CharGen_FacialHairChange, 0x021EF204) +DECLARE_EVENT_SOURCE(CharGen_FacialHairColorChange, 0x021EF294) +DECLARE_EVENT_SOURCE(CharGen_HairChange, 0x021EF324) +DECLARE_EVENT_SOURCE(CharGen_HairColorChange, 0x021EF3B4) +DECLARE_EVENT_SOURCE(CharGen_HeadpartPlusSelectorChange, 0x021EF444) +DECLARE_EVENT_SOURCE(CharGen_HeadpartPresetChange, 0x021EF4D4) +DECLARE_EVENT_SOURCE(CharGen_JewelryChange, 0x021EF564) +DECLARE_EVENT_SOURCE(CharGen_JewelryColorChange, 0x021EF5F4) +DECLARE_EVENT_SOURCE(CharGen_MakeupChange, 0x021EF684) +DECLARE_EVENT_SOURCE(CharGen_MarkingsChange, 0x021EF714) +DECLARE_EVENT_SOURCE(CharGen_PostBlendColorOptionChange, 0x021EF7A4) +DECLARE_EVENT_SOURCE(CharGen_PostBlendFaceChange, 0x021EF834) +DECLARE_EVENT_SOURCE(CharGen_PostBlendIntensityChange, 0x021EF8C4) +DECLARE_EVENT_SOURCE(CharGen_PresetChange, 0x021EF954) +DECLARE_EVENT_SOURCE(CharGen_RollOffLocomotion, 0x021EF9E4) +DECLARE_EVENT_SOURCE(CharGen_RollOnLocomotion, 0x021EFA74) +DECLARE_EVENT_SOURCE(CharGen_RotatePaperdoll, 0x021EFB04) +DECLARE_EVENT_SOURCE(CharGen_SetAdditionalSlider, 0x021EFB94) +DECLARE_EVENT_SOURCE(CharGen_SetBackground, 0x021EFC24) +DECLARE_EVENT_SOURCE(CharGen_SetBlockInputUnderPopup, 0x021EFCB4) +DECLARE_EVENT_SOURCE(CharGen_SetBodyValues, 0x021EFD44) +DECLARE_EVENT_SOURCE(CharGen_SetCameraPosition, 0x021EFDD4) +DECLARE_EVENT_SOURCE(CharGen_SetPronoun, 0x021EFE64) +DECLARE_EVENT_SOURCE(CharGen_SetSex, 0x021EFEF4) +DECLARE_EVENT_SOURCE(CharGen_SetSlider, 0x021EFF84) +DECLARE_EVENT_SOURCE(CharGen_SetTrait, 0x021F0014) +DECLARE_EVENT_SOURCE(CharGen_ShowChooseBackgroundMessage, 0x021F00A4) +DECLARE_EVENT_SOURCE(CharGen_ShowPlayerRenameMessage, 0x021F0134) +DECLARE_EVENT_SOURCE(CharGen_SkintoneChange, 0x021F01C4) +DECLARE_EVENT_SOURCE(CharGen_StartBodyChange, 0x021F0254) +DECLARE_EVENT_SOURCE(CharGen_StartTextEntry, 0x021F02E4) +DECLARE_EVENT_SOURCE(CharGen_SwitchBodyType, 0x021F0374) +DECLARE_EVENT_SOURCE(CharGen_SwitchLocomotion, 0x021F0404) +DECLARE_EVENT_SOURCE(CharGen_TeethChange, 0x021F0494) +DECLARE_EVENT_SOURCE(CharGen_TeethRollOff, 0x021F0524) +DECLARE_EVENT_SOURCE(CharGen_TeethRollOn, 0x021F05B4) +DECLARE_EVENT_SOURCE(CharGen_ToggleMarking, 0x021F0644) +DECLARE_EVENT_SOURCE(CharGen_TogglePreviewHabSuit, 0x021F06D4) +DECLARE_EVENT_SOURCE(UIMenuChargenMenuDisablePaperdoll, 0x021F0764) +DECLARE_EVENT_SOURCE(DataMenu_CloseMenu, 0x021F77E8) +DECLARE_EVENT_SOURCE(DataMenu_ClosedForSubMenu, 0x021F7878) +DECLARE_EVENT_SOURCE(DataMenu_Missions, 0x021F7908) +DECLARE_EVENT_SOURCE(DataMenu_PlotToLocation, 0x021F7A3C) +DECLARE_EVENT_SOURCE(DataMenu_Reopened, 0x021F7ACC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedAttributesMenu, 0x021F7B5C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedInventoryMenu, 0x021F7BEC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedMapMenu, 0x021F7C7C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedPowersMenu, 0x021F7D0C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedShipMenu, 0x021F7D9C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedStatusMenu, 0x021F7E2C) +DECLARE_EVENT_SOURCE(DataMenu_SetMenuForQuickEntry, 0x021F7EBC) +DECLARE_EVENT_SOURCE(DataMenu_SetPaperDollActive, 0x021F7F4C) +DECLARE_EVENT_SOURCE(PauseMenu_ActionCanceled, 0x02202114) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmAction, 0x022021A4) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmLoad, 0x02202234) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmSave, 0x022022C4) +DECLARE_EVENT_SOURCE(PauseMenu_DeleteSave, 0x02202354) +DECLARE_EVENT_SOURCE(PauseMenu_QuitToDesktop, 0x022023E4) +DECLARE_EVENT_SOURCE(PauseMenu_SetCharacter, 0x02202474) +DECLARE_EVENT_SOURCE(PauseMenu_StartAction, 0x02202504) +DECLARE_EVENT_SOURCE(PauseMenu_StartLoad, 0x02202594) +DECLARE_EVENT_SOURCE(PauseMenu_UploadSave, 0x02202624) +DECLARE_EVENT_SOURCE(PlayBink_CloseMenu, 0x022035D0) +DECLARE_EVENT_SOURCE(Spaceship::GravJumpEvent, 0x02209204) +DECLARE_EVENT_SOURCE(Spaceship::LandedSetEvent, 0x02209294) +DECLARE_EVENT_SOURCE(Reticle_OnLongAnimFinished, 0x02209324) +DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferItem, 0x022093B4) +DECLARE_EVENT_SOURCE(ShipHud_AbortJump, 0x02209444) +DECLARE_EVENT_SOURCE(ShipHud_DockRequested, 0x022094D4) +DECLARE_EVENT_SOURCE(ShipHud_HailShip, 0x02209564) +DECLARE_EVENT_SOURCE(ShipHud_UpdateTargetPanelRect, 0x022095F4) +DECLARE_EVENT_SOURCE(TakeoffMenu_CloseMenu, 0x02209684) +DECLARE_EVENT_SOURCE(TakeoffMenu_ExitShip, 0x02209714) +DECLARE_EVENT_SOURCE(TakeoffMenu_Launch, 0x022097A4) +DECLARE_EVENT_SOURCE(StarMapMenu_LandingInputInProgress, 0x02228A40) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupContainerVisibilityChanged, 0x02228AD0) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryClicked, 0x02228B60) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryHoverChanged, 0x02228BF0) +DECLARE_EVENT_SOURCE(StarMapMenu_ScanPlanet, 0x02228C80) +DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSite, 0x02228D10) +DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSiteFailed, 0x02228DA0) +DECLARE_EVENT_SOURCE(StarMapMenu_ShowRealCursor, 0x02228E30) +DECLARE_EVENT_SOURCE(StarMapMenu_QuickSelectChange, 0x0223E300) +DECLARE_EVENT_SOURCE(StarMapMenu_Galaxy_FocusSystem, 0x0224F250) +DECLARE_EVENT_SOURCE(StarMapMenu_OnGalaxyViewInitialized, 0x0224F2E0) +DECLARE_EVENT_SOURCE(StarMapMenu_ExecuteRoute, 0x02259DC8) +DECLARE_EVENT_SOURCE(StarMapMenu_OnCancel, 0x02259E58) +DECLARE_EVENT_SOURCE(StarMapMenu_OnClearRoute, 0x02259EE8) +DECLARE_EVENT_SOURCE(StarMapMenu_OnExitStarMap, 0x02259F78) +DECLARE_EVENT_SOURCE(StarMapMenu_OnHintButtonClicked, 0x0225A008) +DECLARE_EVENT_SOURCE(StarMapMenu_OnOutpostEntrySelected, 0x0225A098) +DECLARE_EVENT_SOURCE(StarMapMenu_ReadyToClose, 0x0225A128) +DECLARE_EVENT_SOURCE(SurfaceMapMenu_MarkerClicked, 0x02277DBC) +DECLARE_EVENT_SOURCE(SurfaceMapMenu_TryPlaceCustomMarker, 0x02277E4C) +DECLARE_EVENT_SOURCE(TerminalMenu_CancelEvent, 0x02292310) +DECLARE_EVENT_SOURCE(Terminal_CloseAllViews, 0x022923A0) +DECLARE_EVENT_SOURCE(Terminal_CloseTopView, 0x02292430) +DECLARE_EVENT_SOURCE(Terminal_CloseView, 0x022924C0) +DECLARE_EVENT_SOURCE(Terminal_MenuItemClick, 0x02292550) +DECLARE_EVENT_SOURCE(TestMenu_DoAction, 0x0229E3C0) +DECLARE_EVENT_SOURCE(TestMenu_ExitMenu, 0x0229E450) +DECLARE_EVENT_SOURCE(TestMenu_ShowImages, 0x0229E4E0) +DECLARE_EVENT_SOURCE(TestMenu_ShowResources, 0x0229E570) +DECLARE_EVENT_SOURCE(TestMenu_TestAll, 0x0229E600) +DECLARE_EVENT_SOURCE(TextInputMenu_EndEditText, 0x022A25A4) +DECLARE_EVENT_SOURCE(TextInputMenu_InputCanceled, 0x022A2634) +DECLARE_EVENT_SOURCE(TextInputMenu_StartEditText, 0x022A26C4) +DECLARE_EVENT_SOURCE(CraftingMenu_Highlight3D, 0x022A3994) +DECLARE_EVENT_SOURCE(CraftingMenu_RevertHighlight, 0x022A3A24) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ChangeBuildItem, 0x022A6088) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_SelectedItem, 0x022A6118) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ToggleTracking, 0x022A61A8) +DECLARE_EVENT_SOURCE(WorkshopMenu_AttemptBuild, 0x022AE9F4) +DECLARE_EVENT_SOURCE(WorkshopMenu_CancelAction, 0x022AEA84) +DECLARE_EVENT_SOURCE(WorkshopMenu_ChangeVariant, 0x022AEB14) +DECLARE_EVENT_SOURCE(WorkshopMenu_ConnectionEvent, 0x022AEBA4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ExitMenu, 0x022AEC34) +DECLARE_EVENT_SOURCE(WorkshopMenu_MessageCallback, 0x022AECC4) +DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedCategory, 0x022AED54) +DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedGridObject, 0x022AEDE4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ShowExtras, 0x022AEE74) +DECLARE_EVENT_SOURCE(WorkshopMenu_SwitchMode, 0x022AEF04) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleDistance, 0x022AEF94) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleTracking, 0x022AF024) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleView, 0x022AF0B4) +DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ConfirmAction, 0x022B0B04) +DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ExitMenu, 0x022B0B94) +DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetHovered, 0x022B705C) +DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetPicked, 0x022B70EC) +DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldFinished, 0x022CE190) +DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldStopped, 0x022CE220) +DECLARE_EVENT_SOURCE(WorkshopShared_SetActionHandles, 0x022CE2B0) +DECLARE_EVENT_SOURCE(WorkshopShared_StartAction, 0x022CE340) +DECLARE_EVENT_SOURCE(ModelReferenceEffectEvents::ReferenceEffectFinished, 0x022EDF54) +DECLARE_EVENT_SOURCE(BGSAcousticSpaceListener::StackChangedEvent, 0x02301E84) +DECLARE_EVENT_SOURCE(SpaceshipBIEvents::ShipPowerAllocationBIEventSent, 0x02318950) +DECLARE_EVENT_SOURCE(BGSActorDeathEvent, 0x0232513C) +DECLARE_EVENT_SOURCE(Research::ResearchProgressEvent, 0x023759B8) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x02596348) +DECLARE_EVENT_SOURCE(PlayerInCombatChangeEvent, 0x025AE890) +DECLARE_EVENT_SOURCE(BlurEvent, 0x0287D218) +DECLARE_EVENT_SOURCE(ContainerMenu_HideModel, 0x028A0208) +DECLARE_EVENT_SOURCE(ContainerMenu_Jettison, 0x028A0298) +DECLARE_EVENT_SOURCE(ContainerMenu_LoadModel, 0x028A0328) +DECLARE_EVENT_SOURCE(ContainerMenu_OpenRefuelMenu, 0x028A03B8) +DECLARE_EVENT_SOURCE(ContainerMenu_SetMouseOverModel, 0x028A0448) +DECLARE_EVENT_SOURCE(ContainerMenu_TakeAll, 0x028A04D8) +DECLARE_EVENT_SOURCE(ContainerMenu_ToggleEquip, 0x028A0568) +DECLARE_EVENT_SOURCE(ContainerMenu_TransferItem, 0x028A069C) +DECLARE_EVENT_SOURCE(DialogueMenu_OnDialogueSelect, 0x028A4140) +DECLARE_EVENT_SOURCE(DialogueMenu_OnListVisibilityChange, 0x028A41D0) +DECLARE_EVENT_SOURCE(DialogueMenu_OnPersuasionAutoWin, 0x028A4260) +DECLARE_EVENT_SOURCE(DialogueMenu_OnScriptedDialogueSelect, 0x028A42F0) +DECLARE_EVENT_SOURCE(DialogueMenu_RequestExit, 0x028A4380) +DECLARE_EVENT_SOURCE(DialogueMenu_RequestSkipDialogue, 0x028A4410) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x028A51D8) +DECLARE_EVENT_SOURCE(FavoritesMenu_AssignQuickkey, 0x028B1210) +DECLARE_EVENT_SOURCE(FavoritesMenu_UseQuickkey, 0x028B12A0) +DECLARE_EVENT_SOURCE(LoadingMenu_RefreshText, 0x028B5120) +DECLARE_EVENT_SOURCE(MainMenu_ActionCanceled, 0x028B87F0) +DECLARE_EVENT_SOURCE(MainMenu_ActionConfirmed, 0x028B8880) +DECLARE_EVENT_SOURCE(MainMenu_ConfirmLoad, 0x028B8910) +DECLARE_EVENT_SOURCE(MainMenu_DeleteSave, 0x028B89A0) +DECLARE_EVENT_SOURCE(MainMenu_SetCharacter, 0x028B8ACC) +DECLARE_EVENT_SOURCE(MainMenu_StartAction, 0x028B8B5C) +DECLARE_EVENT_SOURCE(MainMenu_StartLoad, 0x028B8BEC) +DECLARE_EVENT_SOURCE(MainMenu_UploadSave, 0x028B8C7C) +DECLARE_EVENT_SOURCE(BGSAppPausedEvent, 0x028BA4AC) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnBackOut, 0x028BF798) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnButtonPress, 0x028BF828) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnScriptedButtonPress, 0x028BF8B8) +DECLARE_EVENT_SOURCE(SleepWaitMenu_InterruptRest, 0x028C4548) +DECLARE_EVENT_SOURCE(SleepWaitMenu_StartRest, 0x028C45D8) +DECLARE_EVENT_SOURCE(Spaceship::BoughtEvent, 0x02B8E97C) +DECLARE_EVENT_SOURCE(Spaceship::ContrabandScanWarningEvent, 0x02B8EA0C) +DECLARE_EVENT_SOURCE(Spaceship::DockEvent, 0x02B8EA9C) +DECLARE_EVENT_SOURCE(Spaceship::DynamicNavmeshCompleted, 0x02B8EB2C) +DECLARE_EVENT_SOURCE(Spaceship::FarTravelEvent, 0x02B8EBBC) +DECLARE_EVENT_SOURCE(Spaceship::LandingEvent, 0x02B8EC4C) +DECLARE_EVENT_SOURCE(Spaceship::PlanetScanEvent, 0x02B8ECDC) +DECLARE_EVENT_SOURCE(Spaceship::RampDownEvent, 0x02B8ED6C) +DECLARE_EVENT_SOURCE(Spaceship::RefueledEvent, 0x02B8EDFC) +DECLARE_EVENT_SOURCE(Spaceship::RegisteredEvent, 0x02B8EE8C) +DECLARE_EVENT_SOURCE(Spaceship::ShieldEvent, 0x02B8EF1C) +DECLARE_EVENT_SOURCE(Spaceship::ShipAddedEvent, 0x02B8EFAC) +DECLARE_EVENT_SOURCE(Spaceship::ShipCollisionEvent, 0x02B8F03C) +DECLARE_EVENT_SOURCE(Spaceship::ShipCustomizedEvent, 0x02B8F0CC) +DECLARE_EVENT_SOURCE(Spaceship::SoldEvent, 0x02B8F15C) +DECLARE_EVENT_SOURCE(Spaceship::SystemDamagedEvent, 0x02B8F1EC) +DECLARE_EVENT_SOURCE(Spaceship::SystemPowerAllocationEvent, 0x02B8F27C) +DECLARE_EVENT_SOURCE(Spaceship::SystemPowerChangeEvent, 0x02B8F30C) +DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedBIEvent, 0x02B8F39C) +DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedEvent, 0x02B8F42C) +DECLARE_EVENT_SOURCE(Spaceship::TakeDamagEvent, 0x02B8F4BC) +DECLARE_EVENT_SOURCE(ContextStackChangedEvent, 0x02CBBAF8) +DECLARE_EVENT_SOURCE(UpdateSceneRectEvent, 0x02E916A0) +DECLARE_EVENT_SOURCE(GameStalledEvent, 0x03056190) // more -DECLARE_EVENT_SOURCE(TESCellNavmeshGeneratedEvent, 0x005C0740) -DECLARE_EVENT_SOURCE(TESHitEvent, 0x005C0FD0) -DECLARE_EVENT_SOURCE(FirstThirdPersonSwitch::Event, 0x005C19C0) -DECLARE_EVENT_SOURCE(PerkChanged::Event, 0x01307640) -DECLARE_EVENT_SOURCE(TESHarvestEvent::ItemHarvested, 0x014EEC80) -DECLARE_EVENT_SOURCE(ActivityEvents::ActivityCompletedEvent, 0x014F6F80) -DECLARE_EVENT_SOURCE(ChallengeCompletedEvent::Event, 0x014F92A0) -DECLARE_EVENT_SOURCE(InventoryItemEvent::Event, 0x01530880) -DECLARE_EVENT_SOURCE(BooksRead::Event, 0x01928D60) -DECLARE_EVENT_SOURCE(LocationExplored::Event, 0x01960700) -DECLARE_EVENT_SOURCE(LocationLinked::Event, 0x01960770) -DECLARE_EVENT_SOURCE(Activation::Event, 0x01A1BD60) -DECLARE_EVENT_SOURCE(ActorCellChangeEvent, 0x01A2D750) -DECLARE_EVENT_SOURCE(ActorHeadAttachedEvent, 0x01A2D7C0) -DECLARE_EVENT_SOURCE(ActorValueEvents::ActorValueChangedEvent, 0x01A2D830) -DECLARE_EVENT_SOURCE(AliasChangeEvent, 0x01A2D8A0) -DECLARE_EVENT_SOURCE(AnimationGraphDependentEvent, 0x01A2D910) -DECLARE_EVENT_SOURCE(BGSAffinityEventEvent, 0x01A2D980) -DECLARE_EVENT_SOURCE(BGSCellGridLoadEvent, 0x01A2D9F0) -DECLARE_EVENT_SOURCE(BGSEventProcessedEvent, 0x01A2DA60) -DECLARE_EVENT_SOURCE(BGSHavokWorldCreatedEvent, 0x01A2DAD0) -DECLARE_EVENT_SOURCE(BGSLocationLoadedEvent, 0x01A2DB40) -DECLARE_EVENT_SOURCE(BGSOnPlayerCompanionDismiss, 0x01A2DBB0) -DECLARE_EVENT_SOURCE(BGSOnPlayerCompleteResearchEvent, 0x01A2DC20) -DECLARE_EVENT_SOURCE(BGSOnPlayerCraftItemEvent, 0x01A2DC90) -DECLARE_EVENT_SOURCE(BGSOnPlayerCreateRobotEvent, 0x01A2DD00) -DECLARE_EVENT_SOURCE(BGSOnPlayerEnterVertibirdEvent, 0x01A2DD70) -DECLARE_EVENT_SOURCE(BGSOnPlayerFallLongDistances, 0x01A2DDE0) -DECLARE_EVENT_SOURCE(BGSOnPlayerFireWeaponEvent, 0x01A2DE50) -DECLARE_EVENT_SOURCE(BGSOnPlayerHealTeammateEvent, 0x01A2DEC0) -DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringBeginEvent, 0x01A2DF30) -DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringEndEvent, 0x01A2DFA0) -DECLARE_EVENT_SOURCE(BGSOnPlayerModArmorWeaponEvent, 0x01A2E010) -DECLARE_EVENT_SOURCE(BGSOnPlayerModRobotEvent, 0x01A2E080) -DECLARE_EVENT_SOURCE(BGSOnPlayerSwimmingEvent, 0x01A2E0F0) -DECLARE_EVENT_SOURCE(BGSOnPlayerUseWorkBenchEvent, 0x01A2E160) -DECLARE_EVENT_SOURCE(BGSOnSpeechChallengeAvailable, 0x01A2E1D0) -DECLARE_EVENT_SOURCE(BGSRadiationDamageEvent, 0x01A2E240) -DECLARE_EVENT_SOURCE(BuilderMenuSelectEvent, 0x01A2E2B0) -DECLARE_EVENT_SOURCE(CrewAssignedEvent, 0x01A2E320) -DECLARE_EVENT_SOURCE(CrewDismissedEvent, 0x01A2E390) -DECLARE_EVENT_SOURCE(DestroyedEvent, 0x01A2E400) -DECLARE_EVENT_SOURCE(HomeShipSetEvent, 0x01A2E470) -DECLARE_EVENT_SOURCE(InstantReferenceInteractionEvent, 0x01A2E4E0) -DECLARE_EVENT_SOURCE(ItemConsumedEvent, 0x01A2E550) -DECLARE_EVENT_SOURCE(ItemSwappedEvent, 0x01A2E5C0) -DECLARE_EVENT_SOURCE(LockPickedEvent, 0x01A2E630) -DECLARE_EVENT_SOURCE(MapMarkerDiscoveredEvent, 0x01A2E6A0) -DECLARE_EVENT_SOURCE(ObjectScannedEvent, 0x01A2E710) -DECLARE_EVENT_SOURCE(PlayerAddItemEvent, 0x01A2E780) -DECLARE_EVENT_SOURCE(PlayerArrestedEvent, 0x01A2E7F0) -DECLARE_EVENT_SOURCE(PlayerAssaultActorEvent, 0x01A2E860) -DECLARE_EVENT_SOURCE(PlayerBuyShipEvent, 0x01A2E8D0) -DECLARE_EVENT_SOURCE(PlayerCrimeGoldEvent, 0x01A2E940) -DECLARE_EVENT_SOURCE(PlayerFailedPlotRouteEvent, 0x01A2E9B0) -DECLARE_EVENT_SOURCE(PlayerJailEvent, 0x01A2EA20) -DECLARE_EVENT_SOURCE(PlayerModifiedShipEvent, 0x01A2EA90) -DECLARE_EVENT_SOURCE(PlayerMurderActorEvent, 0x01A2EB00) -DECLARE_EVENT_SOURCE(PlayerPayFineEvent, 0x01A2EB70) -DECLARE_EVENT_SOURCE(PlayerPlanetSurveyCompleteEvent, 0x01A2EBE0) -DECLARE_EVENT_SOURCE(PlayerPlanetSurveyProgressEvent, 0x01A2EC50) -DECLARE_EVENT_SOURCE(PlayerSellShipEvent, 0x01A2ECC0) -DECLARE_EVENT_SOURCE(PlayerTrespassEvent, 0x01A2ED30) -DECLARE_EVENT_SOURCE(QuickContainerOpenedEvent, 0x01A2EDA0) -DECLARE_EVENT_SOURCE(RefControlChangedEvent, 0x01A2EE10) -DECLARE_EVENT_SOURCE(ReferenceDestroyedEvent, 0x01A2EE80) -DECLARE_EVENT_SOURCE(SpeechChallengeCompletionEvent, 0x01A2EEF0) -DECLARE_EVENT_SOURCE(TESActivateEvent, 0x01A2EF60) -DECLARE_EVENT_SOURCE(TESActiveEffectApplyFinishEvent, 0x01A2EFD0) -DECLARE_EVENT_SOURCE(TESActiveEffectRemovedEvent, 0x01A2F040) -DECLARE_EVENT_SOURCE(TESActorActivatedRefEvent, 0x01A2F0B0) -DECLARE_EVENT_SOURCE(TESActorLocationChangeEvent, 0x01A2F120) -DECLARE_EVENT_SOURCE(TESBookReadEvent, 0x01A2F190) -DECLARE_EVENT_SOURCE(TESCellCriticalRefsAttachedEvent, 0x01A2F200) -DECLARE_EVENT_SOURCE(TESCellFullyLoadedEvent, 0x01A2F270) -DECLARE_EVENT_SOURCE(TESCellGravityChangeEvent, 0x01A2F2E0) -DECLARE_EVENT_SOURCE(TESCellReadyToApplyDecalsEvent, 0x01A2F350) -DECLARE_EVENT_SOURCE(TESCellReference3DAttachEvent, 0x01A2F3C0) -DECLARE_EVENT_SOURCE(TESCellReferenceAttachDetachEvent, 0x01A2F430) -DECLARE_EVENT_SOURCE(TESCombatEvent, 0x01A2F4A0) -DECLARE_EVENT_SOURCE(TESCombatListEvent, 0x01A2F510) -DECLARE_EVENT_SOURCE(TESCommandModeCompleteCommandEvent, 0x01A2F580) -DECLARE_EVENT_SOURCE(TESCommandModeEnterEvent, 0x01A2F5F0) -DECLARE_EVENT_SOURCE(TESCommandModeExitEvent, 0x01A2F660) -DECLARE_EVENT_SOURCE(TESCommandModeGiveCommandEvent, 0x01A2F6D0) -DECLARE_EVENT_SOURCE(TESConsciousnessEvent, 0x01A2F740) -DECLARE_EVENT_SOURCE(TESContainerChangedEvent, 0x01A2F7B0) -DECLARE_EVENT_SOURCE(TESDeathEvent, 0x01A2F820) -DECLARE_EVENT_SOURCE(TESDeferredKillEvent, 0x01A2F890) -DECLARE_EVENT_SOURCE(TESDestructionStageChangedEvent, 0x01A2F900) -DECLARE_EVENT_SOURCE(TESEnterBleedoutEvent, 0x01A2F970) -DECLARE_EVENT_SOURCE(TESEnterSneakingEvent, 0x01A2F9E0) -DECLARE_EVENT_SOURCE(TESEquipEvent, 0x01A2FA50) -DECLARE_EVENT_SOURCE(TESEscortWaitStartEvent, 0x01A2FAC0) -DECLARE_EVENT_SOURCE(TESEscortWaitStopEvent, 0x01A2FB30) -DECLARE_EVENT_SOURCE(TESExitBleedoutEvent, 0x01A2FBA0) -DECLARE_EVENT_SOURCE(TESExitFurnitureEvent, 0x01A2FC10) -DECLARE_EVENT_SOURCE(TESFormDeleteEvent, 0x01A2FC80) -DECLARE_EVENT_SOURCE(TESFormIDRemapEvent, 0x01A2FCF0) -DECLARE_EVENT_SOURCE(TESFurnitureEvent, 0x01A2FD60) -DECLARE_EVENT_SOURCE(TESGrabReleaseEvent, 0x01A2FDD0) -DECLARE_EVENT_SOURCE(TESInitScriptEvent, 0x01A2FE40) -DECLARE_EVENT_SOURCE(TESLimbCrippleEvent, 0x01A2FEB0) -DECLARE_EVENT_SOURCE(TESLoadGameEvent, 0x01A2FF20) -DECLARE_EVENT_SOURCE(TESLocationExploredEvent, 0x01A2FF90) -DECLARE_EVENT_SOURCE(TESLockChangedEvent, 0x01A30000) -DECLARE_EVENT_SOURCE(TESMagicEffectApplyEvent, 0x01A30070) -DECLARE_EVENT_SOURCE(TESMissionAcceptedEvent, 0x01A300E0) -DECLARE_EVENT_SOURCE(TESObjectLoadedEvent, 0x01A30150) -DECLARE_EVENT_SOURCE(TESObjectREFRTranslationEvent, 0x01A301C0) -DECLARE_EVENT_SOURCE(TESOnPCDialogueTargetEvent, 0x01A30230) -DECLARE_EVENT_SOURCE(TESOpenCloseEvent, 0x01A302A0) -DECLARE_EVENT_SOURCE(TESPackageEvent, 0x01A30310) -DECLARE_EVENT_SOURCE(TESPerkEntryRunEvent, 0x01A30380) -DECLARE_EVENT_SOURCE(TESPickNewIdleEvent, 0x01A303F0) -DECLARE_EVENT_SOURCE(TESPickpocketFailedEvent, 0x01A30460) -DECLARE_EVENT_SOURCE(TESPlayerActiveEffectEvent, 0x01A304D0) -DECLARE_EVENT_SOURCE(TESPlayerFollowerWarpEvent, 0x01A30540) -DECLARE_EVENT_SOURCE(TESQuestInitEvent, 0x01A305B0) -DECLARE_EVENT_SOURCE(TESQuestRejectedEvent, 0x01A30620) -DECLARE_EVENT_SOURCE(TESQuestStageEvent, 0x01A30690) -DECLARE_EVENT_SOURCE(TESQuestStageItemDoneEvent, 0x01A30700) -DECLARE_EVENT_SOURCE(TESQuestStartStopEvent, 0x01A30770) -DECLARE_EVENT_SOURCE(TESQuestTimerEvent, 0x01A307E0) -DECLARE_EVENT_SOURCE(TESResetEvent, 0x01A30850) -DECLARE_EVENT_SOURCE(TESResolveNPCTemplatesEvent, 0x01A308C0) -DECLARE_EVENT_SOURCE(TESSceneActionEvent, 0x01A30930) -DECLARE_EVENT_SOURCE(TESSceneEvent, 0x01A309A0) -DECLARE_EVENT_SOURCE(TESScenePhaseEvent, 0x01A30A10) -DECLARE_EVENT_SOURCE(TESSellEvent, 0x01A30A80) -DECLARE_EVENT_SOURCE(TESSleepStartEvent, 0x01A30AF0) -DECLARE_EVENT_SOURCE(TESSleepStopEvent, 0x01A30B60) -DECLARE_EVENT_SOURCE(TESSpellCastEvent, 0x01A30BD0) -DECLARE_EVENT_SOURCE(TESSpellCastFailureEvent, 0x01A30C40) -DECLARE_EVENT_SOURCE(TESSwitchRaceCompleteEvent, 0x01A30CB0) -DECLARE_EVENT_SOURCE(TESTopicInfoEvent, 0x01A30D20) -DECLARE_EVENT_SOURCE(TESTrackedStatsEvent, 0x01A30D90) -DECLARE_EVENT_SOURCE(TESTrapHitEvent, 0x01A30E00) -DECLARE_EVENT_SOURCE(TESTriggerEnterEvent, 0x01A30E70) -DECLARE_EVENT_SOURCE(TESTriggerEvent, 0x01A30EE0) -DECLARE_EVENT_SOURCE(TESTriggerLeaveEvent, 0x01A30F50) -DECLARE_EVENT_SOURCE(TESUniqueIDChangeEvent, 0x01A30FC0) -DECLARE_EVENT_SOURCE(TESWaitStartEvent, 0x01A31030) -DECLARE_EVENT_SOURCE(TESWaitStopEvent, 0x01A310A0) -DECLARE_EVENT_SOURCE(TerminalMenuMenuItemRunEvent, 0x01A31110) -DECLARE_EVENT_SOURCE(TerminalMenuOnEnterEvent, 0x01A31180) -DECLARE_EVENT_SOURCE(WorkshopNPCTransferEvent, 0x01A311F0) -DECLARE_EVENT_SOURCE(TESObjectREFRIsReadyForAttachEvent, 0x01A31260) -DECLARE_EVENT_SOURCE(DefaultObjectsReadyEvent::Event, 0x01A5C790) -DECLARE_EVENT_SOURCE(ObjectiveState::Event, 0x01B05D30) -DECLARE_EVENT_SOURCE(QuestStatus::Event, 0x01B65F40) -DECLARE_EVENT_SOURCE(RefillAliasEvent::Event, 0x01B65FB0) -DECLARE_EVENT_SOURCE(TESQuestEvent::Event, 0x01B66020) -DECLARE_EVENT_SOURCE(RolloverIsCrimeEvent::Event, 0x0204EAB0) -DECLARE_EVENT_SOURCE(HideSubtitleEvent::Event, 0x02059CD0) -DECLARE_EVENT_SOURCE(ShowSubtitleEvent::Event, 0x02059D40) -DECLARE_EVENT_SOURCE(MissionMenuStateEvent::Event, 0x020AC150) -DECLARE_EVENT_SOURCE(ClearShipHudTarget::Event, 0x021055F0) -DECLARE_EVENT_SOURCE(TryUpdateShipHudTarget::Event, 0x02105660) -DECLARE_EVENT_SOURCE(LocationTextEvent::Event, 0x0215F7C0) -DECLARE_EVENT_SOURCE(TraitDiscoveryTextEvent::Event, 0x0215F830) -DECLARE_EVENT_SOURCE(DaysPassed::Event, 0x023D8D20) -DECLARE_EVENT_SOURCE(HourPassed::Event, 0x023D8D90) -DECLARE_EVENT_SOURCE(ActorDamage::Event, 0x024B6120) -DECLARE_EVENT_SOURCE(ActorItemEquipped::Event, 0x024B6190) -DECLARE_EVENT_SOURCE(ActorKill::Event, 0x024B6200) -DECLARE_EVENT_SOURCE(AssaultCrime::Event, 0x024B6270) -DECLARE_EVENT_SOURCE(DisarmedEvent::Event, 0x024B62E0) -DECLARE_EVENT_SOURCE(FactionRankChange::Event, 0x024B6350) -DECLARE_EVENT_SOURCE(GrandTheftHorse::Event, 0x024B63C0) -DECLARE_EVENT_SOURCE(MurderCrime::Event, 0x024B6430) -DECLARE_EVENT_SOURCE(PiracyCrime::Event, 0x024B64A0) -DECLARE_EVENT_SOURCE(Bleedout::Event, 0x024E4700) -DECLARE_EVENT_SOURCE(ContractedDisease::Event, 0x024E4770) -DECLARE_EVENT_SOURCE(ReloadWeaponEvent::Event, 0x024E47E0) -DECLARE_EVENT_SOURCE(SpellsLearned::Event, 0x024F2E10) -DECLARE_EVENT_SOURCE(Bounty::Event, 0x02593B00) -DECLARE_EVENT_SOURCE(ChestLooted::Event, 0x02593B70) -DECLARE_EVENT_SOURCE(CriticalHitEvent::Event, 0x02593BE0) -DECLARE_EVENT_SOURCE(CustomMarkerUpdate::Event, 0x02593C50) -DECLARE_EVENT_SOURCE(DaysJailed::Event, 0x02593CC0) -DECLARE_EVENT_SOURCE(EnteredUnity::Event, 0x02593D30) -DECLARE_EVENT_SOURCE(FinePaid::Event, 0x02593DA0) -DECLARE_EVENT_SOURCE(ItemCrafted::Event, 0x02593E10) -DECLARE_EVENT_SOURCE(ItemSteal::Event, 0x02593E80) -DECLARE_EVENT_SOURCE(JailEscape::Event, 0x02593EF0) -DECLARE_EVENT_SOURCE(Jailing::Event, 0x02593F60) -DECLARE_EVENT_SOURCE(LevelIncrease::Event, 0x02593FD0) -DECLARE_EVENT_SOURCE(LocationMarkerArrayUpdate::Event, 0x02594040) -DECLARE_EVENT_SOURCE(PlayerActiveEffectChanged::Event, 0x025940B0) -DECLARE_EVENT_SOURCE(PlayerAmmoChanged::Event, 0x02594120) -DECLARE_EVENT_SOURCE(PlayerCharacterQuestEvent::Event, 0x02594190) -DECLARE_EVENT_SOURCE(PlayerDifficultySettingChanged::Event, 0x02594200) -DECLARE_EVENT_SOURCE(PlayerFastTravel::Event, 0x02594270) -DECLARE_EVENT_SOURCE(PlayerInDialogueChanged::Event, 0x025942E0) -DECLARE_EVENT_SOURCE(PlayerLifeStateChanged::Event, 0x02594350) -DECLARE_EVENT_SOURCE(PlayerPickpocketSuccess::Event, 0x025943C0) -DECLARE_EVENT_SOURCE(PoisonedWeapon::Event, 0x02594430) -DECLARE_EVENT_SOURCE(TerminalHacked::Event, 0x025944A0) -DECLARE_EVENT_SOURCE(TravelMarkerStateChange::Event, 0x02594510) -DECLARE_EVENT_SOURCE(WeaponAttack::Event, 0x02594580) -DECLARE_EVENT_SOURCE(Trespass::Event, 0x025F1F10) -DECLARE_EVENT_SOURCE(VATSEvents::ModeChange, 0x0265B410) -DECLARE_EVENT_SOURCE(VATSCommand, 0x0265B480) -DECLARE_EVENT_SOURCE(HoursPassed::Event, 0x028C2780) +DECLARE_EVENT_SOURCE(TESCellNavmeshGeneratedEvent, 0x005C0E70) +DECLARE_EVENT_SOURCE(TESHitEvent, 0x005C1700) +DECLARE_EVENT_SOURCE(FirstThirdPersonSwitch::Event, 0x005C20F0) +DECLARE_EVENT_SOURCE(PerkChanged::Event, 0x01307D70) +DECLARE_EVENT_SOURCE(TESHarvestEvent::ItemHarvested, 0x014EF3B0) +DECLARE_EVENT_SOURCE(ActivityEvents::ActivityCompletedEvent, 0x014F76B0) +DECLARE_EVENT_SOURCE(ChallengeCompletedEvent::Event, 0x014F99D0) +DECLARE_EVENT_SOURCE(InventoryItemEvent::Event, 0x01530FB0) +DECLARE_EVENT_SOURCE(BooksRead::Event, 0x01929490) +DECLARE_EVENT_SOURCE(LocationExplored::Event, 0x01960E30) +DECLARE_EVENT_SOURCE(LocationLinked::Event, 0x01960EA0) +DECLARE_EVENT_SOURCE(Activation::Event, 0x01A1C4E0) +DECLARE_EVENT_SOURCE(ActorCellChangeEvent, 0x01A2DED0) +DECLARE_EVENT_SOURCE(ActorHeadAttachedEvent, 0x01A2DF40) +DECLARE_EVENT_SOURCE(ActorValueEvents::ActorValueChangedEvent, 0x01A2DFB0) +DECLARE_EVENT_SOURCE(AliasChangeEvent, 0x01A2E020) +DECLARE_EVENT_SOURCE(AnimationGraphDependentEvent, 0x01A2E090) +DECLARE_EVENT_SOURCE(BGSAffinityEventEvent, 0x01A2E100) +DECLARE_EVENT_SOURCE(BGSCellGridLoadEvent, 0x01A2E170) +DECLARE_EVENT_SOURCE(BGSEventProcessedEvent, 0x01A2E1E0) +DECLARE_EVENT_SOURCE(BGSHavokWorldCreatedEvent, 0x01A2E250) +DECLARE_EVENT_SOURCE(BGSLocationLoadedEvent, 0x01A2E2C0) +DECLARE_EVENT_SOURCE(BGSOnPlayerCompanionDismiss, 0x01A2E330) +DECLARE_EVENT_SOURCE(BGSOnPlayerCompleteResearchEvent, 0x01A2E3A0) +DECLARE_EVENT_SOURCE(BGSOnPlayerCraftItemEvent, 0x01A2E410) +DECLARE_EVENT_SOURCE(BGSOnPlayerCreateRobotEvent, 0x01A2E480) +DECLARE_EVENT_SOURCE(BGSOnPlayerEnterVertibirdEvent, 0x01A2E4F0) +DECLARE_EVENT_SOURCE(BGSOnPlayerFallLongDistances, 0x01A2E560) +DECLARE_EVENT_SOURCE(BGSOnPlayerFireWeaponEvent, 0x01A2E5D0) +DECLARE_EVENT_SOURCE(BGSOnPlayerHealTeammateEvent, 0x01A2E640) +DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringBeginEvent, 0x01A2E6B0) +DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringEndEvent, 0x01A2E720) +DECLARE_EVENT_SOURCE(BGSOnPlayerModArmorWeaponEvent, 0x01A2E790) +DECLARE_EVENT_SOURCE(BGSOnPlayerModRobotEvent, 0x01A2E800) +DECLARE_EVENT_SOURCE(BGSOnPlayerSwimmingEvent, 0x01A2E870) +DECLARE_EVENT_SOURCE(BGSOnPlayerUseWorkBenchEvent, 0x01A2E8E0) +DECLARE_EVENT_SOURCE(BGSOnSpeechChallengeAvailable, 0x01A2E950) +DECLARE_EVENT_SOURCE(BGSRadiationDamageEvent, 0x01A2E9C0) +DECLARE_EVENT_SOURCE(BuilderMenuSelectEvent, 0x01A2EA30) +DECLARE_EVENT_SOURCE(CrewAssignedEvent, 0x01A2EAA0) +DECLARE_EVENT_SOURCE(CrewDismissedEvent, 0x01A2EB10) +DECLARE_EVENT_SOURCE(DestroyedEvent, 0x01A2EB80) +DECLARE_EVENT_SOURCE(HomeShipSetEvent, 0x01A2EBF0) +DECLARE_EVENT_SOURCE(InstantReferenceInteractionEvent, 0x01A2EC60) +DECLARE_EVENT_SOURCE(ItemConsumedEvent, 0x01A2ECD0) +DECLARE_EVENT_SOURCE(ItemSwappedEvent, 0x01A2ED40) +DECLARE_EVENT_SOURCE(LockPickedEvent, 0x01A2EDB0) +DECLARE_EVENT_SOURCE(MapMarkerDiscoveredEvent, 0x01A2EE20) +DECLARE_EVENT_SOURCE(ObjectScannedEvent, 0x01A2EE90) +DECLARE_EVENT_SOURCE(PlayerAddItemEvent, 0x01A2EF00) +DECLARE_EVENT_SOURCE(PlayerArrestedEvent, 0x01A2EF70) +DECLARE_EVENT_SOURCE(PlayerAssaultActorEvent, 0x01A2EFE0) +DECLARE_EVENT_SOURCE(PlayerBuyShipEvent, 0x01A2F050) +DECLARE_EVENT_SOURCE(PlayerCrimeGoldEvent, 0x01A2F0C0) +DECLARE_EVENT_SOURCE(PlayerFailedPlotRouteEvent, 0x01A2F130) +DECLARE_EVENT_SOURCE(PlayerJailEvent, 0x01A2F1A0) +DECLARE_EVENT_SOURCE(PlayerModifiedShipEvent, 0x01A2F210) +DECLARE_EVENT_SOURCE(PlayerMurderActorEvent, 0x01A2F280) +DECLARE_EVENT_SOURCE(PlayerPayFineEvent, 0x01A2F2F0) +DECLARE_EVENT_SOURCE(PlayerPlanetSurveyCompleteEvent, 0x01A2F360) +DECLARE_EVENT_SOURCE(PlayerPlanetSurveyProgressEvent, 0x01A2F3D0) +DECLARE_EVENT_SOURCE(PlayerSellShipEvent, 0x01A2F440) +DECLARE_EVENT_SOURCE(PlayerTrespassEvent, 0x01A2F4B0) +DECLARE_EVENT_SOURCE(QuickContainerOpenedEvent, 0x01A2F520) +DECLARE_EVENT_SOURCE(RefControlChangedEvent, 0x01A2F590) +DECLARE_EVENT_SOURCE(ReferenceDestroyedEvent, 0x01A2F600) +DECLARE_EVENT_SOURCE(SpeechChallengeCompletionEvent, 0x01A2F670) +DECLARE_EVENT_SOURCE(TESActivateEvent, 0x01A2F6E0) +DECLARE_EVENT_SOURCE(TESActiveEffectApplyFinishEvent, 0x01A2F750) +DECLARE_EVENT_SOURCE(TESActiveEffectRemovedEvent, 0x01A2F7C0) +DECLARE_EVENT_SOURCE(TESActorActivatedRefEvent, 0x01A2F830) +DECLARE_EVENT_SOURCE(TESActorLocationChangeEvent, 0x01A2F8A0) +DECLARE_EVENT_SOURCE(TESBookReadEvent, 0x01A2F910) +DECLARE_EVENT_SOURCE(TESCellCriticalRefsAttachedEvent, 0x01A2F980) +DECLARE_EVENT_SOURCE(TESCellFullyLoadedEvent, 0x01A2F9F0) +DECLARE_EVENT_SOURCE(TESCellGravityChangeEvent, 0x01A2FA60) +DECLARE_EVENT_SOURCE(TESCellReadyToApplyDecalsEvent, 0x01A2FAD0) +DECLARE_EVENT_SOURCE(TESCellReference3DAttachEvent, 0x01A2FB40) +DECLARE_EVENT_SOURCE(TESCellReferenceAttachDetachEvent, 0x01A2FBB0) +DECLARE_EVENT_SOURCE(TESCombatEvent, 0x01A2FC20) +DECLARE_EVENT_SOURCE(TESCombatListEvent, 0x01A2FC90) +DECLARE_EVENT_SOURCE(TESCommandModeCompleteCommandEvent, 0x01A2FD00) +DECLARE_EVENT_SOURCE(TESCommandModeEnterEvent, 0x01A2FD70) +DECLARE_EVENT_SOURCE(TESCommandModeExitEvent, 0x01A2FDE0) +DECLARE_EVENT_SOURCE(TESCommandModeGiveCommandEvent, 0x01A2FE50) +DECLARE_EVENT_SOURCE(TESConsciousnessEvent, 0x01A2FEC0) +DECLARE_EVENT_SOURCE(TESContainerChangedEvent, 0x01A2FF30) +DECLARE_EVENT_SOURCE(TESDeathEvent, 0x01A2FFA0) +DECLARE_EVENT_SOURCE(TESDeferredKillEvent, 0x01A30010) +DECLARE_EVENT_SOURCE(TESDestructionStageChangedEvent, 0x01A30080) +DECLARE_EVENT_SOURCE(TESEnterBleedoutEvent, 0x01A300F0) +DECLARE_EVENT_SOURCE(TESEnterSneakingEvent, 0x01A30160) +DECLARE_EVENT_SOURCE(TESEquipEvent, 0x01A301D0) +DECLARE_EVENT_SOURCE(TESEscortWaitStartEvent, 0x01A30240) +DECLARE_EVENT_SOURCE(TESEscortWaitStopEvent, 0x01A302B0) +DECLARE_EVENT_SOURCE(TESExitBleedoutEvent, 0x01A30320) +DECLARE_EVENT_SOURCE(TESExitFurnitureEvent, 0x01A30390) +DECLARE_EVENT_SOURCE(TESFormDeleteEvent, 0x01A30400) +DECLARE_EVENT_SOURCE(TESFormIDRemapEvent, 0x01A30470) +DECLARE_EVENT_SOURCE(TESFurnitureEvent, 0x01A304E0) +DECLARE_EVENT_SOURCE(TESGrabReleaseEvent, 0x01A30550) +DECLARE_EVENT_SOURCE(TESInitScriptEvent, 0x01A305C0) +DECLARE_EVENT_SOURCE(TESLimbCrippleEvent, 0x01A30630) +DECLARE_EVENT_SOURCE(TESLoadGameEvent, 0x01A306A0) +DECLARE_EVENT_SOURCE(TESLocationExploredEvent, 0x01A30710) +DECLARE_EVENT_SOURCE(TESLockChangedEvent, 0x01A30780) +DECLARE_EVENT_SOURCE(TESMagicEffectApplyEvent, 0x01A307F0) +DECLARE_EVENT_SOURCE(TESMissionAcceptedEvent, 0x01A30860) +DECLARE_EVENT_SOURCE(TESObjectLoadedEvent, 0x01A308D0) +DECLARE_EVENT_SOURCE(TESObjectREFRTranslationEvent, 0x01A30940) +DECLARE_EVENT_SOURCE(TESOnPCDialogueTargetEvent, 0x01A309B0) +DECLARE_EVENT_SOURCE(TESOpenCloseEvent, 0x01A30A20) +DECLARE_EVENT_SOURCE(TESPackageEvent, 0x01A30A90) +DECLARE_EVENT_SOURCE(TESPerkEntryRunEvent, 0x01A30B00) +DECLARE_EVENT_SOURCE(TESPickNewIdleEvent, 0x01A30B70) +DECLARE_EVENT_SOURCE(TESPickpocketFailedEvent, 0x01A30BE0) +DECLARE_EVENT_SOURCE(TESPlayerActiveEffectEvent, 0x01A30C50) +DECLARE_EVENT_SOURCE(TESPlayerFollowerWarpEvent, 0x01A30CC0) +DECLARE_EVENT_SOURCE(TESQuestInitEvent, 0x01A30D30) +DECLARE_EVENT_SOURCE(TESQuestRejectedEvent, 0x01A30DA0) +DECLARE_EVENT_SOURCE(TESQuestStageEvent, 0x01A30E10) +DECLARE_EVENT_SOURCE(TESQuestStageItemDoneEvent, 0x01A30E80) +DECLARE_EVENT_SOURCE(TESQuestStartStopEvent, 0x01A30EF0) +DECLARE_EVENT_SOURCE(TESQuestTimerEvent, 0x01A30F60) +DECLARE_EVENT_SOURCE(TESResetEvent, 0x01A30FD0) +DECLARE_EVENT_SOURCE(TESResolveNPCTemplatesEvent, 0x01A31040) +DECLARE_EVENT_SOURCE(TESSceneActionEvent, 0x01A310B0) +DECLARE_EVENT_SOURCE(TESSceneEvent, 0x01A31120) +DECLARE_EVENT_SOURCE(TESScenePhaseEvent, 0x01A31190) +DECLARE_EVENT_SOURCE(TESSellEvent, 0x01A31200) +DECLARE_EVENT_SOURCE(TESSleepStartEvent, 0x01A31270) +DECLARE_EVENT_SOURCE(TESSleepStopEvent, 0x01A312E0) +DECLARE_EVENT_SOURCE(TESSpellCastEvent, 0x01A31350) +DECLARE_EVENT_SOURCE(TESSpellCastFailureEvent, 0x01A313C0) +DECLARE_EVENT_SOURCE(TESSwitchRaceCompleteEvent, 0x01A31430) +DECLARE_EVENT_SOURCE(TESTopicInfoEvent, 0x01A314A0) +DECLARE_EVENT_SOURCE(TESTrackedStatsEvent, 0x01A31510) +DECLARE_EVENT_SOURCE(TESTrapHitEvent, 0x01A31580) +DECLARE_EVENT_SOURCE(TESTriggerEnterEvent, 0x01A315F0) +DECLARE_EVENT_SOURCE(TESTriggerEvent, 0x01A31660) +DECLARE_EVENT_SOURCE(TESTriggerLeaveEvent, 0x01A316D0) +DECLARE_EVENT_SOURCE(TESUniqueIDChangeEvent, 0x01A31740) +DECLARE_EVENT_SOURCE(TESWaitStartEvent, 0x01A317B0) +DECLARE_EVENT_SOURCE(TESWaitStopEvent, 0x01A31820) +DECLARE_EVENT_SOURCE(TerminalMenuMenuItemRunEvent, 0x01A31890) +DECLARE_EVENT_SOURCE(TerminalMenuOnEnterEvent, 0x01A31900) +DECLARE_EVENT_SOURCE(WorkshopNPCTransferEvent, 0x01A31970) +DECLARE_EVENT_SOURCE(TESObjectREFRIsReadyForAttachEvent, 0x01A319E0) +DECLARE_EVENT_SOURCE(DefaultObjectsReadyEvent::Event, 0x01A5CF10) +DECLARE_EVENT_SOURCE(ObjectiveState::Event, 0x01B064A0) +DECLARE_EVENT_SOURCE(QuestStatus::Event, 0x01B666B0) +DECLARE_EVENT_SOURCE(RefillAliasEvent::Event, 0x01B66720) +DECLARE_EVENT_SOURCE(TESQuestEvent::Event, 0x01B66790) +DECLARE_EVENT_SOURCE(RolloverIsCrimeEvent::Event, 0x0204FF90) +DECLARE_EVENT_SOURCE(HideSubtitleEvent::Event, 0x0205B1B0) +DECLARE_EVENT_SOURCE(ShowSubtitleEvent::Event, 0x0205B220) +DECLARE_EVENT_SOURCE(MissionMenuStateEvent::Event, 0x020AD630) +DECLARE_EVENT_SOURCE(ClearShipHudTarget::Event, 0x02106AD0) +DECLARE_EVENT_SOURCE(TryUpdateShipHudTarget::Event, 0x02106B40) +DECLARE_EVENT_SOURCE(LocationTextEvent::Event, 0x02160CA0) +DECLARE_EVENT_SOURCE(TraitDiscoveryTextEvent::Event, 0x02160D10) +DECLARE_EVENT_SOURCE(DaysPassed::Event, 0x023DAA80) +DECLARE_EVENT_SOURCE(HourPassed::Event, 0x023DAAF0) +DECLARE_EVENT_SOURCE(ActorDamage::Event, 0x024B7E80) +DECLARE_EVENT_SOURCE(ActorItemEquipped::Event, 0x024B7EF0) +DECLARE_EVENT_SOURCE(ActorKill::Event, 0x024B7F60) +DECLARE_EVENT_SOURCE(AssaultCrime::Event, 0x024B7FD0) +DECLARE_EVENT_SOURCE(DisarmedEvent::Event, 0x024B8040) +DECLARE_EVENT_SOURCE(FactionRankChange::Event, 0x024B80B0) +DECLARE_EVENT_SOURCE(GrandTheftHorse::Event, 0x024B8120) +DECLARE_EVENT_SOURCE(MurderCrime::Event, 0x024B8190) +DECLARE_EVENT_SOURCE(PiracyCrime::Event, 0x024B8200) +DECLARE_EVENT_SOURCE(Bleedout::Event, 0x024E6460) +DECLARE_EVENT_SOURCE(ContractedDisease::Event, 0x024E64D0) +DECLARE_EVENT_SOURCE(ReloadWeaponEvent::Event, 0x024E6540) +DECLARE_EVENT_SOURCE(SpellsLearned::Event, 0x024F4B70) +DECLARE_EVENT_SOURCE(Bounty::Event, 0x02595860) +DECLARE_EVENT_SOURCE(ChestLooted::Event, 0x025958D0) +DECLARE_EVENT_SOURCE(CriticalHitEvent::Event, 0x02595940) +DECLARE_EVENT_SOURCE(CustomMarkerUpdate::Event, 0x025959B0) +DECLARE_EVENT_SOURCE(DaysJailed::Event, 0x02595A20) +DECLARE_EVENT_SOURCE(EnteredUnity::Event, 0x02595A90) +DECLARE_EVENT_SOURCE(FinePaid::Event, 0x02595B00) +DECLARE_EVENT_SOURCE(ItemCrafted::Event, 0x02595B70) +DECLARE_EVENT_SOURCE(ItemSteal::Event, 0x02595BE0) +DECLARE_EVENT_SOURCE(JailEscape::Event, 0x02595C50) +DECLARE_EVENT_SOURCE(Jailing::Event, 0x02595CC0) +DECLARE_EVENT_SOURCE(LevelIncrease::Event, 0x02595D30) +DECLARE_EVENT_SOURCE(LocationMarkerArrayUpdate::Event, 0x02595DA0) +DECLARE_EVENT_SOURCE(PlayerActiveEffectChanged::Event, 0x02595E10) +DECLARE_EVENT_SOURCE(PlayerAmmoChanged::Event, 0x02595E80) +DECLARE_EVENT_SOURCE(PlayerCharacterQuestEvent::Event, 0x02595EF0) +DECLARE_EVENT_SOURCE(PlayerDifficultySettingChanged::Event, 0x02595F60) +DECLARE_EVENT_SOURCE(PlayerFastTravel::Event, 0x02595FD0) +DECLARE_EVENT_SOURCE(PlayerInDialogueChanged::Event, 0x02596040) +DECLARE_EVENT_SOURCE(PlayerLifeStateChanged::Event, 0x025960B0) +DECLARE_EVENT_SOURCE(PlayerPickpocketSuccess::Event, 0x02596120) +DECLARE_EVENT_SOURCE(PoisonedWeapon::Event, 0x02596190) +DECLARE_EVENT_SOURCE(TerminalHacked::Event, 0x02596200) +DECLARE_EVENT_SOURCE(TravelMarkerStateChange::Event, 0x02596270) +DECLARE_EVENT_SOURCE(WeaponAttack::Event, 0x025962E0) +DECLARE_EVENT_SOURCE(Trespass::Event, 0x025F3C70) +DECLARE_EVENT_SOURCE(VATSEvents::ModeChange, 0x0265D170) +DECLARE_EVENT_SOURCE(VATSCommand, 0x0265D1E0) +DECLARE_EVENT_SOURCE(HoursPassed::Event, 0x028C44E0) // other events -DECLARE_EVENT_SOURCE(RadioManager::PipboyTransmitterDetectionEvent, 0x02362720) -DECLARE_EVENT_SOURCE_EX(XPChange::Event, 0x050D4BC0) -DECLARE_EVENT_SOURCE_EX(WeaponFiredEvent, 0x050C7D98) -DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::Event, 0x05A62CB0) -DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::SpellEvent, 0x05A62CD8) -DECLARE_EVENT_SOURCE_EX(AttachReference::Event, 0x050D4B98) \ No newline at end of file +DECLARE_EVENT_SOURCE(RadioManager::PipboyTransmitterDetectionEvent, 0x02363C00) +DECLARE_EVENT_SOURCE_EX(XPChange::Event, 0x050D7BC0) +DECLARE_EVENT_SOURCE_EX(WeaponFiredEvent, 0x050CADA8) +DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::Event, 0x05A65FF0) +DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::SpellEvent, 0x05A66018) +DECLARE_EVENT_SOURCE_EX(AttachReference::Event, 0x050D7B98) \ No newline at end of file diff --git a/sfse/GameForms.cpp b/sfse/GameForms.cpp index e72c68b..9cb2e87 100644 --- a/sfse/GameForms.cpp +++ b/sfse/GameForms.cpp @@ -1,4 +1,4 @@ #include "sfse/GameForms.h" -RelocAddr TESForm::GetFormByNumericID(0x014D93D0); -RelocAddr TESForm::GetFormByEditorID(0x014D952C); +RelocAddr TESForm::GetFormByNumericID(0x014D9B00); +RelocAddr TESForm::GetFormByEditorID(0x014D9C5C); diff --git a/sfse/GameMemory.cpp b/sfse/GameMemory.cpp index f52056b..d3caacd 100644 --- a/sfse/GameMemory.cpp +++ b/sfse/GameMemory.cpp @@ -1,6 +1,6 @@ #include "sfse/GameMemory.h" -RelocAddr<_GetMemoryManager> GetMemoryManager(0x005475B4); +RelocAddr<_GetMemoryManager> GetMemoryManager(0x00547CE4); void* Heap_Allocate(size_t size) { diff --git a/sfse/GameMemory.h b/sfse/GameMemory.h index b9b311c..a347e0c 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*, 0x005475D4, size_t size, size_t alignment, bool aligned); - DEFINE_MEMBER_FN_2(Free, void, 0x0055BA34, void* buf, bool aligned); - DEFINE_MEMBER_FN_0(GetThreadScrapHeap, ScrapHeap*, 0x0008389D0); + DEFINE_MEMBER_FN_3(Allocate, void*, 0x00547D04, size_t size, size_t alignment, bool aligned); + DEFINE_MEMBER_FN_2(Free, void, 0x0055C164, void* buf, bool aligned); + DEFINE_MEMBER_FN_0(GetThreadScrapHeap, ScrapHeap*, 0x00839100); }; using _GetMemoryManager = MemoryManager * (*)(); diff --git a/sfse/GameObjects.h b/sfse/GameObjects.h index 1f8bb19..697a5c1 100644 --- a/sfse/GameObjects.h +++ b/sfse/GameObjects.h @@ -172,8 +172,8 @@ class TESNPC : u8 pronoun; // 448 u8 pad449[7]; // 449 - DEFINE_MEMBER_FN_1(DeriveGeneticParentAppearance, void, 0x01B2DBE8, TESNPC* source); - DEFINE_MEMBER_FN_1(CopyAppearance, void, 0x01B2C020, TESNPC* source); + DEFINE_MEMBER_FN_1(DeriveGeneticParentAppearance, void, 0x01B2E358, TESNPC* source); + DEFINE_MEMBER_FN_1(CopyAppearance, void, 0x01B2C790, TESNPC* source); }; static_assert(sizeof(TESNPC) == 0x450); static_assert(sizeof(TESNPC::HeadPartData) == 0x28); diff --git a/sfse/GameRTTI.cpp b/sfse/GameRTTI.cpp index 35ba402..7cd5794 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(0x03516310); // __RTDynamicCast +RelocAddr <_Runtime_DynamicCast_Internal> Runtime_DynamicCast_Internal(0x03518090); // __RTDynamicCast void* Runtime_DynamicCast(void* srcObj, const void* fromType, const void* toType) { diff --git a/sfse/GameRTTI.inl b/sfse/GameRTTI.inl index 8141ce9..17c4a4c 100644 --- a/sfse/GameRTTI.inl +++ b/sfse/GameRTTI.inl @@ -1,6590 +1,6590 @@ -const void * RTTI_AK__StreamMgr__IAkFileLocationResolver = (void *)0x0527C2A0; -const void * RTTI_AK__StreamMgr__IAkLowLevelIOHook = (void *)0x0527C358; -const void * RTTI_AabbHitCollector = (void *)0x050FFCE0; -const void * RTTI_AbsorbEffect = (void *)0x053196D8; -const void * RTTI_AccumulatingValueModifierEffect = (void *)0x05319700; -const void * RTTI_ActionActivateDoneHandler = (void *)0x0535FBC8; -const void * RTTI_ActionInput = (void *)0x051C91D0; -const void * RTTI_ActionOutput = (void *)0x051C91F8; -const void * RTTI_ActiveEffect = (void *)0x053196B0; -const void * RTTI_ActiveEffectReferenceEffectController = (void *)0x05319858; -const void * RTTI_ActiveModItemDataModel = (void *)0x052B7448; -const void * RTTI_ActiveModItemDataModel__ActiveModItemEventShuttle = (void *)0x052B7400; -const void * RTTI_Actor = (void *)0x05103548; -const void * RTTI_ActorKnowledge = (void *)0x0534ABF0; -const void * RTTI_ActorMagicCaster = (void *)0x053199F8; -const void * RTTI_ActorMover = (void *)0x05349A18; -const void * RTTI_ActorPackageData = (void *)0x053435A8; -const void * RTTI_ActorSceneNextPhaseHandler = (void *)0x05360738; -const void * RTTI_ActorUtils__ArmorRatingVisitor = (void *)0x05342400; -const void * RTTI_ActorUtils__ArmorRatingVisitorBase = (void *)0x0531BFC0; -const void * RTTI_ActorValueBindingUpdaterService = (void *)0x051D31A0; -const void * RTTI_ActorValueInfo = (void *)0x05264070; -const void * RTTI_ActorValueOwner = (void *)0x05248358; -const void * RTTI_ActorValueSnapshot = (void *)0x050F5A70; -const void * RTTI_Actor__ForEachSpellVisitor = (void *)0x0531CD88; -const void * RTTI_AddRagdollHandler = (void *)0x0535F788; -const void * RTTI_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler = (void *)0x051DC9D0; -const void * RTTI_AimAssistData = (void *)0x05231580; -const void * RTTI_AimAssist__Circle = (void *)0x0519DBE8; -const void * RTTI_AimAssist__Ellipse = (void *)0x052803C0; -const void * RTTI_AimAssist__Pill = (void *)0x052853D8; -const void * RTTI_AimDownSightData = (void *)0x05231750; -const void * RTTI_AimModelData = (void *)0x05231980; -const void * RTTI_AimOpticalSightData = (void *)0x05231A68; -const void * RTTI_AimOpticalSightStates__Active = (void *)0x05106F88; -const void * RTTI_AimOpticalSightStates__Base = (void *)0x05285518; -const void * RTTI_AimOpticalSightStates__BetweenShots = (void *)0x05107070; -const void * RTTI_AimOpticalSightStates__Deinitialization = (void *)0x05106F48; -const void * RTTI_AimOpticalSightStates__Inactive = (void *)0x05106FF8; -const void * RTTI_AimOpticalSightStates__Initialization = (void *)0x05107030; -const void * RTTI_AimOpticalSightStates__Ready = (void *)0x05106FC0; -const void * RTTI_AlarmPackage = (void *)0x05108938; -const void * RTTI_AlchemyItem = (void *)0x051EE478; -const void * RTTI_AliasLegendaryRankCalculator = (void *)0x0525E3C8; -const void * RTTI_AllowRotationHandler = (void *)0x0535F640; -const void * RTTI_AllowRotationHandlerReference = (void *)0x05360850; -const void * RTTI_AmmoData = (void *)0x052D9280; -const void * RTTI_AnimGraph = (void *)0x053D6C38; -const void * RTTI_AnimGraphNode = (void *)0x053D78C0; -const void * RTTI_AnimatedCameraDeltaStartHandler = (void *)0x0535F4F8; -const void * RTTI_AnimatedCameraEndHandler = (void *)0x0535F0E0; -const void * RTTI_AnimatedCameraStartHandler = (void *)0x0535F530; -const void * RTTI_AnimationClipDataSingleton = (void *)0x053E5A98; -const void * RTTI_AnimationCompleteHandler = (void *)0x0535FB98; -const void * RTTI_AnimationCorrectedNode = (void *)0x053E5000; -const void * RTTI_AnimationCorrectedNodeInstance = (void *)0x053E4FC8; -const void * RTTI_AnimationDrivenHandler = (void *)0x0535F670; -const void * RTTI_AnimationDrivenHandlerReference = (void *)0x053607A0; -const void * RTTI_AnimationFileManagerSingleton = (void *)0x053E5D10; -const void * RTTI_AnimationGraphInstance = (void *)0x053D8098; -const void * RTTI_AnimationImpactSelector = (void *)0x053E4B88; -const void * RTTI_AnimationImpactSelectorInstance = (void *)0x053E4BB8; -const void * RTTI_AnimationManager = (void *)0x053D7758; -const void * RTTI_AnimationNode = (void *)0x053E5378; -const void * RTTI_AnimationNodeInstance = (void *)0x053E5348; -const void * RTTI_AnimationObjectDrawHandler = (void *)0x0535F368; -const void * RTTI_AnimationObjectHideHandler = (void *)0x0535F5A0; -const void * RTTI_AnimationObjectLoadHandler = (void *)0x0535F330; -const void * RTTI_AnimationObjectUnequipAllHandler = (void *)0x0535F3A0; -const void * RTTI_AnimationObjectUnequipHandler = (void *)0x0535F2F8; -const void * RTTI_AnimationRagdoll = (void *)0x053E4EB8; -const void * RTTI_AnimationRagdollDrive = (void *)0x053E4E20; -const void * RTTI_AnimationRagdollDriveInstance = (void *)0x053E4E50; -const void * RTTI_AnimationRagdollInstance = (void *)0x053E4E88; -const void * RTTI_AnimationStanceDataSingletonDBData = (void *)0x053E6398; -const void * RTTI_AnimationStreamLoadGame = (void *)0x052502C8; -const void * RTTI_AnimationStreamSaveGame = (void *)0x05250298; -const void * RTTI_AnimationSystemUtils__QueuedAnimationHandles = (void *)0x0527A890; -const void * RTTI_AnimationSystemUtils__QueuedModelHandles = (void *)0x0527A8D8; -const void * RTTI_AnimationSystemUtils__QueuedReferenceAnimationTask = (void *)0x0527A840; -const void * RTTI_AnimationSystemUtils__TESModelAndAnimationHandles = (void *)0x051CD4E0; -const void * RTTI_AntiGravityEffect = (void *)0x05319A88; -const void * RTTI_AnticipateAttackHandler = (void *)0x05361240; -const void * RTTI_ArchiveFile = (void *)0x0543ED78; -const void * RTTI_ArmorCraftingMenu = (void *)0x052DDB88; -const void * RTTI_ArrowAttachHandler = (void *)0x0535F9E0; -const void * RTTI_ArrowDetachHandler = (void *)0x0535FA78; -const void * RTTI_ArrowProjectile = (void *)0x053631C8; -const void * RTTI_AssignVariable = (void *)0x053E4D90; -const void * RTTI_AssignVariableInstance = (void *)0x053E4D60; -const void * RTTI_AssigniState = (void *)0x053E4D38; -const void * RTTI_AssigniStateInstance = (void *)0x053E4D08; -const void * RTTI_AttachDistant3DTask = (void *)0x051F2BD8; -const void * RTTI_AttachReferenceHandler = (void *)0x05360BD8; -const void * RTTI_AttackStopHandler = (void *)0x053615C0; -const void * RTTI_AttractionObjectLOSUtils__CacheEntry = (void *)0x0527F838; -const void * RTTI_AutoVanityState = (void *)0x05399E60; -const void * RTTI_AwakeSoundFadeHandler = (void *)0x05360C08; -const void * RTTI_AwakeSoundPauseHandler = (void *)0x05360DE0; -const void * RTTI_AwakeSoundResumeHandler = (void *)0x05360E78; -const void * RTTI_AwakeSoundStopHandler = (void *)0x05360E10; -const void * RTTI_BGSAIWorldLocationEditorSpacePointRadius = (void *)0x051C8690; -const void * RTTI_BGSAIWorldLocationInteriorCell = (void *)0x051C82B8; -const void * RTTI_BGSAIWorldLocationPointRadius = (void *)0x051C8350; -const void * RTTI_BGSAIWorldLocationPrimitive = (void *)0x051C8528; -const void * RTTI_BGSAIWorldLocationRefRadius = (void *)0x051C85F8; -const void * RTTI_BGSAVMData = (void *)0x051D5BD8; -const void * RTTI_BGSAbilityPerkEntry = (void *)0x0525E2B0; -const void * RTTI_BGSAcousticSpace = (void *)0x05103EB8; -const void * RTTI_BGSAction = (void *)0x0525D9E0; -const void * RTTI_BGSActionData = (void *)0x051C91A8; -const void * RTTI_BGSActivity = (void *)0x051C6440; -const void * RTTI_BGSActivityTrackerFormComponent = (void *)0x051DC910; -const void * RTTI_BGSActorValueActivity = (void *)0x051C6490; -const void * RTTI_BGSActorValueActivity_Runtime = (void *)0x051C6408; -const void * RTTI_BGSAddToInventoryOnDestroy = (void *)0x051DCB48; -const void * RTTI_BGSAddonNode = (void *)0x05243360; -const void * RTTI_BGSAddonNodeSoundHandleExtra = (void *)0x05243328; -const void * RTTI_BGSAffinityEvent = (void *)0x0523F8E0; -const void * RTTI_BGSAimAssistModel = (void *)0x05231558; -const void * RTTI_BGSAimAssistPoseData = (void *)0x052426A0; -const void * RTTI_BGSAimDownSightModel = (void *)0x05231720; -const void * RTTI_BGSAimModel = (void *)0x05231958; -const void * RTTI_BGSAimOpticalSightModel = (void *)0x05231A38; -const void * RTTI_BGSAmbienceSet = (void *)0x05231A98; -const void * RTTI_BGSAnimationGraphComponent = (void *)0x051CA738; -const void * RTTI_BGSAnimationPathImplementation = (void *)0x053424A0; -const void * RTTI_BGSApplyMagicEffectActivity = (void *)0x051C67D0; -const void * RTTI_BGSApplyMagicEffectActivity_Runtime = (void *)0x051C6790; -const void * RTTI_BGSArtObject = (void *)0x05243388; -const void * RTTI_BGSArtObjectCloneTask = (void *)0x052433B0; -const void * RTTI_BGSAssociationType = (void *)0x0525DA00; -const void * RTTI_BGSAtmosphere = (void *)0x05242678; -const void * RTTI_BGSAttachParentArray = (void *)0x051DCEE0; -const void * RTTI_BGSAttachTechniquesUtil__AttachTechniquesFunctor = (void *)0x051FEB60; -const void * RTTI_BGSAttachTechniquesUtil__DetachTechniquesFunctor = (void *)0x051FEBB0; -const void * RTTI_BGSAttachTechniquesUtil__ProcessTechniquesFunctor = (void *)0x051FEC00; -const void * RTTI_BGSAttackData = (void *)0x05264210; -const void * RTTI_BGSAttackDataForm = (void *)0x051F8B60; -const void * RTTI_BGSAttackDataMap = (void *)0x052641E8; -const void * RTTI_BGSAttractionRule = (void *)0x0523F908; -const void * RTTI_BGSAudioOcclusionPrimitive = (void *)0x051D4180; -const void * RTTI_BGSAudio_Internal__LooseAudioRegistrar = (void *)0x0527BAC8; -const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo = (void *)0x0527BB10; -const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo = (void *)0x0527BB60; -const void * RTTI_BGSAudio_Internal__WwiseGameObjectMgr = (void *)0x0527BDD0; -const void * RTTI_BGSAudio_Internal__WwiseIODevice = (void *)0x0527B4F0; -const void * RTTI_BGSAudio_Internal__WwiseIOMgr = (void *)0x0527B4B8; -const void * RTTI_BGSAudio__IEmitterResolver = (void *)0x0527C458; -const void * RTTI_BGSAudio__RefNodeResolver = (void *)0x0527C3E0; -const void * RTTI_BGSAudio__WwiseService = (void *)0x0527B858; -const void * RTTI_BGSBarterActivity = (void *)0x051C7A48; -const void * RTTI_BGSBarterActivity_Runtime = (void *)0x051C7A18; -const void * RTTI_BGSBaseAlias = (void *)0x0523FA08; -const void * RTTI_BGSBaseLODBlock = (void *)0x051D6330; -const void * RTTI_BGSBaseLODBlock__AutoDetachBlock = (void *)0x051D62B8; -const void * RTTI_BGSBaseLODBlock__GeometryAutoDetachBlock = (void *)0x051D62F0; -const void * RTTI_BGSBaseLODRuntimeComponent = (void *)0x051D6760; -const void * RTTI_BGSBendableSpline = (void *)0x052433E0; -const void * RTTI_BGSBiome = (void *)0x05103FC8; -const void * RTTI_BGSBiomeMarkerObject = (void *)0x05232240; -const void * RTTI_BGSBiome__MarkerKeywordData = (void *)0x052428E8; -const void * RTTI_BGSBleedoutActivity = (void *)0x051C6910; -const void * RTTI_BGSBleedoutActivity_Runtime = (void *)0x051C68D8; -const void * RTTI_BGSBlockBashData = (void *)0x051F8B88; -const void * RTTI_BGSBodyManager = (void *)0x051CDE90; -const void * RTTI_BGSBodyPartData = (void *)0x05106670; -const void * RTTI_BGSBodyPartInfo = (void *)0x05103A80; -const void * RTTI_BGSBodyUtils__SkinColorUpdateNode = (void *)0x051CDE58; -const void * RTTI_BGSBoneModifier = (void *)0x052323D0; -const void * RTTI_BGSBuildWorkshopActivity = (void *)0x051C6A10; -const void * RTTI_BGSBuildWorkshopActivity_Runtime = (void *)0x051C69D8; -const void * RTTI_BGSCameraPath = (void *)0x0525A9E8; -const void * RTTI_BGSCameraShot = (void *)0x0525AA10; -const void * RTTI_BGSChallengeForm = (void *)0x051D5B58; -const void * RTTI_BGSCharacterMorph__FacialBoneSculptSlider = (void *)0x0523F930; -const void * RTTI_BGSCharacterMorph__FacialBoneSlider = (void *)0x0523F970; -const void * RTTI_BGSCloudForm = (void *)0x05237A50; -const void * RTTI_BGSCollisionLayer = (void *)0x0525AA38; -const void * RTTI_BGSColorForm = (void *)0x0525AA60; -const void * RTTI_BGSCompleteResearchActivity = (void *)0x051C6AD0; -const void * RTTI_BGSCompleteResearchActivity_Runtime = (void *)0x051C6A90; -const void * RTTI_BGSConditionForm = (void *)0x051035D8; -const void * RTTI_BGSConstructibleObject = (void *)0x05243408; -const void * RTTI_BGSConsumeActivity = (void *)0x051C6BE0; -const void * RTTI_BGSConsumeActivity_Runtime = (void *)0x051C6BA8; -const void * RTTI_BGSContactShadowComponent = (void *)0x051CED28; -const void * RTTI_BGSConveyorBelt__ConveyorBelt = (void *)0x051E47D0; -const void * RTTI_BGSCraftActivity = (void *)0x051C6D00; -const void * RTTI_BGSCraftActivity_Runtime = (void *)0x051C6CD0; -const void * RTTI_BGSCraftableForm = (void *)0x05232270; -const void * RTTI_BGSCraftingResourceOwner = (void *)0x05103AA8; -const void * RTTI_BGSCrippleLimbActivity = (void *)0x051C6DF0; -const void * RTTI_BGSCrippleLimbActivity_Runtime = (void *)0x051C6DB8; -const void * RTTI_BGSCrowdComponent = (void *)0x051DD2A0; -const void * RTTI_BGSCurve3DForm = (void *)0x052315E8; -const void * RTTI_BGSCurveForm = (void *)0x05231610; -const void * RTTI_BGSCustomShipForm = (void *)0x051CEE90; -const void * RTTI_BGSDamageType = (void *)0x05242958; -const void * RTTI_BGSDebris = (void *)0x05243438; -const void * RTTI_BGSDecalManager = (void *)0x051FF820; -const void * RTTI_BGSDecalNode = (void *)0x051FF8A8; -const void * RTTI_BGSDefaultObject = (void *)0x0519D470; -const void * RTTI_BGSDefaultObjectManager = (void *)0x0519D780; -const void * RTTI_BGSDestroyShipActivity = (void *)0x051C6EA0; -const void * RTTI_BGSDestroyShipActivity_Runtime = (void *)0x051C6E68; -const void * RTTI_BGSDestructibleObjectForm = (void *)0x051EE4A0; -const void * RTTI_BGSDialogueBranch = (void *)0x05103DD0; -const void * RTTI_BGSDisplayCaseFormComponent = (void *)0x051DD3E8; -const void * RTTI_BGSDistantObjectBlock = (void *)0x05275F48; -const void * RTTI_BGSDockingActivity = (void *)0x051C6F58; -const void * RTTI_BGSDockingActivity_Runtime = (void *)0x051C6F88; -const void * RTTI_BGSDualCastData = (void *)0x051EE4D0; -const void * RTTI_BGSDynamicLODBlock = (void *)0x051D6DD8; -const void * RTTI_BGSDynamicLODBlock__InstancedAutoDetachBlock = (void *)0x051D6D90; -const void * RTTI_BGSEchoListener = (void *)0x05243110; -const void * RTTI_BGSEffectSequenceForm = (void *)0x05232298; -const void * RTTI_BGSEffectSequenceFormComponent = (void *)0x051DD5C0; -const void * RTTI_BGSEntryPointFunctionData = (void *)0x0525DBB0; -const void * RTTI_BGSEntryPointFunctionDataAVAndValue = (void *)0x0525DC50; -const void * RTTI_BGSEntryPointFunctionDataActivateChoice = (void *)0x0525DB70; -const void * RTTI_BGSEntryPointFunctionDataBooleanGraphVariable = (void *)0x0525DAB0; -const void * RTTI_BGSEntryPointFunctionDataLeveledList = (void *)0x0525DA30; -const void * RTTI_BGSEntryPointFunctionDataOneValue = (void *)0x0525DBE0; -const void * RTTI_BGSEntryPointFunctionDataProjectile = (void *)0x0525DB30; -const void * RTTI_BGSEntryPointFunctionDataSpellItem = (void *)0x0525DA70; -const void * RTTI_BGSEntryPointFunctionDataText = (void *)0x0525DAF8; -const void * RTTI_BGSEntryPointFunctionDataTwoValue = (void *)0x0525DC18; -const void * RTTI_BGSEntryPointPerkEntry = (void *)0x0525E208; -const void * RTTI_BGSEquipSlot = (void *)0x0525DC90; -const void * RTTI_BGSExplosion = (void *)0x05243458; -const void * RTTI_BGSExternalComponentDataSource = (void *)0x051DD830; -const void * RTTI_BGSFaceFX = (void *)0x051D9DC0; -const void * RTTI_BGSFadeManager = (void *)0x051CE7C0; -const void * RTTI_BGSFogVolumeForm = (void *)0x05237A78; -const void * RTTI_BGSFootIkImplementation = (void *)0x05342470; -const void * RTTI_BGSFootstep = (void *)0x0525AB88; -const void * RTTI_BGSFootstepManager = (void *)0x053448F8; -const void * RTTI_BGSFootstepSet = (void *)0x0525ABB0; -const void * RTTI_BGSForceData = (void *)0x05231AC0; -const void * RTTI_BGSForcedLocRefType = (void *)0x051DD9A0; -const void * RTTI_BGSFormFolderKeywordList = (void *)0x051D5D10; -const void * RTTI_BGSFormLinkData = (void *)0x051DDAD0; -const void * RTTI_BGSGenericBaseForm = (void *)0x05243480; -const void * RTTI_BGSGenericBaseFormTemplate = (void *)0x052434E0; -const void * RTTI_BGSGeometryConstructorManager = (void *)0x05333F00; -const void * RTTI_BGSGrassManager__AddCellGrassTask = (void *)0x05200730; -const void * RTTI_BGSGrassManager__CellGrass = (void *)0x05200700; -const void * RTTI_BGSGravJumpActivity = (void *)0x051C7050; -const void * RTTI_BGSGravJumpActivity_Runtime = (void *)0x051C7080; -const void * RTTI_BGSGroundCover = (void *)0x05247608; -const void * RTTI_BGSGroupedInstancedGeometry = (void *)0x051CEB88; -const void * RTTI_BGSHarvestActivity = (void *)0x051C7108; -const void * RTTI_BGSHarvestActivity_Runtime = (void *)0x051C7138; -const void * RTTI_BGSHavokGeometryAttach = (void *)0x051FEA10; -const void * RTTI_BGSHavokGeometryAttach__ActionPolicy = (void *)0x051FEA40; -const void * RTTI_BGSHavokGeometryAttach__AttachPolicy = (void *)0x051FE990; -const void * RTTI_BGSHavokGeometryAttach__DetachPolicy = (void *)0x051FE9D0; -const void * RTTI_BGSHazard = (void *)0x0511A2A0; -const void * RTTI_BGSHeadPart = (void *)0x0525DDA0; -const void * RTTI_BGSIdleCollection = (void *)0x051040A0; -const void * RTTI_BGSIdleMarker = (void *)0x0525DDC8; -const void * RTTI_BGSImpactData = (void *)0x0525ABD8; -const void * RTTI_BGSImpactDataSet = (void *)0x0525ACB8; -const void * RTTI_BGSImpactManager = (void *)0x05325348; -const void * RTTI_BGSInstanceNamingRules = (void *)0x05105F08; -const void * RTTI_BGSInventoryInterface = (void *)0x05333B90; -const void * RTTI_BGSInventoryList = (void *)0x05200FE8; -const void * RTTI_BGSKeyword = (void *)0x05103FE8; -const void * RTTI_BGSKeywordForm = (void *)0x05119EA0; -const void * RTTI_BGSKillActivity = (void *)0x051C71B0; -const void * RTTI_BGSKillActivity_Runtime = (void *)0x051C71D8; -const void * RTTI_BGSLODManager = (void *)0x05277670; -const void * RTTI_BGSLODStates__Geometry__Attached = (void *)0x05103A48; -const void * RTTI_BGSLODStates__Geometry__Attaching = (void *)0x05103988; -const void * RTTI_BGSLODStates__Geometry__Base = (void *)0x051D5FF8; -const void * RTTI_BGSLODStates__Geometry__DeferredDetach = (void *)0x051039C0; -const void * RTTI_BGSLODStates__Geometry__DeferredDetachComplete = (void *)0x05103A00; -const void * RTTI_BGSLODStates__Geometry__Detached = (void *)0x05103950; -const void * RTTI_BGSLODStates__Geometry__Loaded = (void *)0x051038E0; -const void * RTTI_BGSLODStates__Geometry__Loading = (void *)0x05103870; -const void * RTTI_BGSLODStates__Geometry__Prepared = (void *)0x05103838; -const void * RTTI_BGSLODStates__Geometry__Preparing = (void *)0x05103918; -const void * RTTI_BGSLODStates__Geometry__Reset = (void *)0x051038A8; -const void * RTTI_BGSLODStates__Geometry__Unloaded = (void *)0x05103800; -const void * RTTI_BGSLODStates__Node__Active = (void *)0x05106CF8; -const void * RTTI_BGSLODStates__Node__Base = (void *)0x05277FD0; -const void * RTTI_BGSLODStates__Node__Fading = (void *)0x052780E0; -const void * RTTI_BGSLODStates__Node__FadingIn = (void *)0x05106D60; -const void * RTTI_BGSLODStates__Node__FadingOut = (void *)0x05106DD8; -const void * RTTI_BGSLODStates__Node__Inactive = (void *)0x05106E88; -const void * RTTI_BGSLODStates__Node__IntersectsLoadedArea = (void *)0x05106E10; -const void * RTTI_BGSLODStates__Node__Loaded = (void *)0x05106CC8; -const void * RTTI_BGSLODStates__Node__OutsideLoadedArea = (void *)0x05106EC0; -const void * RTTI_BGSLODStates__Node__PendingCellClearBase = (void *)0x05278068; -const void * RTTI_BGSLODStates__Node__PrepareFading = (void *)0x052780A8; -const void * RTTI_BGSLODStates__Node__PrepareFadingIn = (void *)0x05106D28; -const void * RTTI_BGSLODStates__Node__PrepareFadingOut = (void *)0x05106D98; -const void * RTTI_BGSLODStates__Node__Split = (void *)0x05106F00; -const void * RTTI_BGSLODStates__Node__Unloaded = (void *)0x05106E50; -const void * RTTI_BGSLandPlanetActivity = (void *)0x051C72C8; -const void * RTTI_BGSLandPlanetActivity_Runtime = (void *)0x051C72F8; -const void * RTTI_BGSLayeredMaterialSwap = (void *)0x05232038; -const void * RTTI_BGSLegendaryItem = (void *)0x052322C8; -const void * RTTI_BGSLensFlare = (void *)0x05243558; -const void * RTTI_BGSLensFlareSprite = (void *)0x052435C8; -const void * RTTI_BGSLevGenericBaseForm = (void *)0x052435F8; -const void * RTTI_BGSLevPackIn = (void *)0x05243628; -const void * RTTI_BGSLevSpaceCell = (void *)0x05247668; -const void * RTTI_BGSLightingTemplate = (void *)0x05247690; -const void * RTTI_BGSLinkedVoiceType = (void *)0x051DDC80; -const void * RTTI_BGSListForm = (void *)0x0525AD38; -const void * RTTI_BGSLoadFormBuffer = (void *)0x051F0808; -const void * RTTI_BGSLoadGameBuffer = (void *)0x051F07E0; -const void * RTTI_BGSLoadGameBufferSimple = (void *)0x051F07B0; -const void * RTTI_BGSLoadedSceneLODBlock = (void *)0x05278110; -const void * RTTI_BGSLocAlias = (void *)0x0525DEE8; -const void * RTTI_BGSLocation = (void *)0x05103D60; -const void * RTTI_BGSLocationRefType = (void *)0x05106068; -const void * RTTI_BGSLockPickActivity = (void *)0x051C7BB0; -const void * RTTI_BGSLockPickActivity_Runtime = (void *)0x051C7C28; -const void * RTTI_BGSLodOwnerComponent = (void *)0x051DDEF0; -const void * RTTI_BGSLodRuntimeOwnerComponent = (void *)0x051D6798; -const void * RTTI_BGSLootContainerActivity = (void *)0x051C7378; -const void * RTTI_BGSLootContainerActivity_Runtime = (void *)0x051C73A8; -const void * RTTI_BGSLoseEnemyActivity = (void *)0x051C7528; -const void * RTTI_BGSLoseEnemyActivity_Runtime = (void *)0x051C74A0; -const void * RTTI_BGSMaterialPathForm = (void *)0x05231E58; -const void * RTTI_BGSMaterialPropertyComponent = (void *)0x051DE0C0; -const void * RTTI_BGSMaterialType = (void *)0x0525AE40; -const void * RTTI_BGSMeleeAimAssistModel = (void *)0x05231680; -const void * RTTI_BGSMessage = (void *)0x05103D38; -const void * RTTI_BGSMod__Attachment__Mod = (void *)0x05103CE8; -const void * RTTI_BGSMod__Property__BridgeI = (void *)0x0518F310; -const void * RTTI_BGSMod__Template__Item = (void *)0x051DE120; -const void * RTTI_BGSMod__Template__Items = (void *)0x052461E0; -const void * RTTI_BGSModelMaterialSwap = (void *)0x051DE448; -const void * RTTI_BGSModelNode = (void *)0x05201130; -const void * RTTI_BGSMorphableObject = (void *)0x05243650; -const void * RTTI_BGSMotorAction__Action = (void *)0x051E48D8; -const void * RTTI_BGSMotorAction__FanMotor = (void *)0x051E4908; -const void * RTTI_BGSMovableStatic = (void *)0x052437C0; -const void * RTTI_BGSMovementType = (void *)0x0525DF10; -const void * RTTI_BGSMoviePlayer = (void *)0x053255D8; -const void * RTTI_BGSMultiTechniqueAttach = (void *)0x051FE920; -const void * RTTI_BGSMultiTechniqueAttach__ActionPolicy = (void *)0x051FE950; -const void * RTTI_BGSMultiTechniqueAttach__AttachPolicy = (void *)0x051FE8A0; -const void * RTTI_BGSMultiTechniqueAttach__DetachPolicy = (void *)0x051FE8E0; -const void * RTTI_BGSMusicPaletteTrack = (void *)0x0525AEB8; -const void * RTTI_BGSMusicSilenceTrack = (void *)0x0525AEE8; -const void * RTTI_BGSMusicSingleTrack = (void *)0x0525AFB8; -const void * RTTI_BGSMusicTrack = (void *)0x0525AE68; -const void * RTTI_BGSMusicTrackFormWrapper = (void *)0x0525AFE8; -const void * RTTI_BGSMusicType = (void *)0x05103E70; -const void * RTTI_BGSNamedNodeAttach = (void *)0x051FEAF0; -const void * RTTI_BGSNamedNodeAttach__ActionPolicy = (void *)0x051FEB20; -const void * RTTI_BGSNamedNodeAttach__AttachPolicy = (void *)0x051FEA80; -const void * RTTI_BGSNamedNodeAttach__DetachPolicy = (void *)0x051FEAB8; -const void * RTTI_BGSNavigationGridManager = (void *)0x05206A40; -const void * RTTI_BGSNote = (void *)0x051062A0; -const void * RTTI_BGSObjectInstanceExtra = (void *)0x051D9920; -const void * RTTI_BGSObjectPlacementDefaults = (void *)0x051DE598; -const void * RTTI_BGSObjectSwap = (void *)0x05242DF8; -const void * RTTI_BGSObjectVisibilityManager = (void *)0x05140240; -const void * RTTI_BGSObjectWindowFilterComponent = (void *)0x051CEFE0; -const void * RTTI_BGSOrbitalDataComponent = (void *)0x051DE608; -const void * RTTI_BGSOrbitedDataComponent = (void *)0x051DE9F8; -const void * RTTI_BGSOutfit = (void *)0x05243AC8; -const void * RTTI_BGSOverridePackCollection = (void *)0x051F8FB8; -const void * RTTI_BGSPackIn = (void *)0x05244FB0; -const void * RTTI_BGSPackageDataBool = (void *)0x051069B8; -const void * RTTI_BGSPackageDataFloat = (void *)0x05264238; -const void * RTTI_BGSPackageDataInt = (void *)0x05264368; -const void * RTTI_BGSPackageDataLocation = (void *)0x05264298; -const void * RTTI_BGSPackageDataLocationWrapper = (void *)0x05264428; -const void * RTTI_BGSPackageDataObjectList = (void *)0x05106B20; -const void * RTTI_BGSPackageDataRef = (void *)0x05264548; -const void * RTTI_BGSPackageDataRefOLD = (void *)0x05264268; -const void * RTTI_BGSPackageDataScene = (void *)0x051034C8; -const void * RTTI_BGSPackageDataTargetSelector = (void *)0x05264460; -const void * RTTI_BGSPackageDataTopic = (void *)0x05106BD8; -const void * RTTI_BGSPapyrusScriptsComponent = (void *)0x051DEFC0; -const void * RTTI_BGSParticleObjectCloneTask = (void *)0x05273010; -const void * RTTI_BGSParticleSystemDefineCollection = (void *)0x052322F0; -const void * RTTI_BGSPathingData = (void *)0x051DF220; -const void * RTTI_BGSPerk = (void *)0x05106280; -const void * RTTI_BGSPerkRank = (void *)0x0525E238; -const void * RTTI_BGSPhotoModeFeature = (void *)0x051D5BA8; -const void * RTTI_BGSPickupPutdownSounds = (void *)0x05119F48; -const void * RTTI_BGSPlanetContentManager = (void *)0x05335398; -const void * RTTI_BGSPlanetContentManagerBranchNode = (void *)0x05218E68; -const void * RTTI_BGSPlanetContentManagerContentNode = (void *)0x051043E0; -const void * RTTI_BGSPlanetContentManagerContentProperties = (void *)0x05210C48; -const void * RTTI_BGSPlanetContentManagerTree = (void *)0x05219628; -const void * RTTI_BGSPlanetContentManager__ILogEventData = (void *)0x05218EA0; -const void * RTTI_BGSPlanet__Atmosphere = (void *)0x05210CF0; -const void * RTTI_BGSPlanet__ContentPlacement = (void *)0x05215438; -const void * RTTI_BGSPlanet__IModule = (void *)0x05210CC8; -const void * RTTI_BGSPlanet__LODNotifierModule = (void *)0x05215338; -const void * RTTI_BGSPlanet__LandingMarkers = (void *)0x05214B38; -const void * RTTI_BGSPlanet__Landscape = (void *)0x05215120; -const void * RTTI_BGSPlanet__Manager = (void *)0x052154D0; -const void * RTTI_BGSPlanet__Manager__MoveToNode = (void *)0x05215300; -const void * RTTI_BGSPlanet__Manager__ShiftToTask = (void *)0x052152C8; -const void * RTTI_BGSPlanet__MultiFiles__Grid = (void *)0x05215088; -const void * RTTI_BGSPlanet__MultiFiles__MasterFile = (void *)0x05215050; -const void * RTTI_BGSPlanet__NavMeshGen = (void *)0x05215D70; -const void * RTTI_BGSPlanet__OrderedLandTextures = (void *)0x05215290; -const void * RTTI_BGSPlanet__Overlays = (void *)0x05215260; -const void * RTTI_BGSPlanet__PlanetData = (void *)0x05214030; -const void * RTTI_BGSPlanet__ProcGen = (void *)0x052173F8; -const void * RTTI_BGSPlanet__ProcGenRuntimeService = (void *)0x052176E8; -const void * RTTI_BGSPlanet__ScanCollection = (void *)0x0529E5B0; -const void * RTTI_BGSPlanet__SurfaceMapModule = (void *)0x05215400; -const void * RTTI_BGSPlanet__UpdateNavMeshTaskNode = (void *)0x052155C8; -const void * RTTI_BGSPlayerMusicChanger = (void *)0x0531B7A8; -const void * RTTI_BGSPlayerPickpocketActivity = (void *)0x051C7640; -const void * RTTI_BGSPlayerPickpocketActivity_Runtime = (void *)0x051C75A8; -const void * RTTI_BGSPreviewTransform = (void *)0x051DF248; -const void * RTTI_BGSPrimitive = (void *)0x052013A0; -const void * RTTI_BGSPrimitiveBox = (void *)0x05201418; -const void * RTTI_BGSPrimitiveComponent = (void *)0x051DF380; -const void * RTTI_BGSPrimitiveCylinder = (void *)0x05201370; -const void * RTTI_BGSPrimitiveEllipsoid = (void *)0x05201440; -const void * RTTI_BGSPrimitiveLine = (void *)0x052013C8; -const void * RTTI_BGSPrimitivePlane = (void *)0x052013F0; -const void * RTTI_BGSPrimitiveSphere = (void *)0x05201470; -const void * RTTI_BGSProcedureAcquire = (void *)0x0526A580; -const void * RTTI_BGSProcedureAcquireExecState = (void *)0x0526A4E8; -const void * RTTI_BGSProcedureActivate = (void *)0x0526A820; -const void * RTTI_BGSProcedureActivateExecState = (void *)0x0526A8A8; -const void * RTTI_BGSProcedureAmbush = (void *)0x051C8B50; -const void * RTTI_BGSProcedureAmbushExecState = (void *)0x051C8AB8; -const void * RTTI_BGSProcedureBase = (void *)0x051C8B80; -const void * RTTI_BGSProcedureCombatTravel = (void *)0x0526AB98; -const void * RTTI_BGSProcedureCombatTravelExecState = (void *)0x0526AAF0; -const void * RTTI_BGSProcedureDialogue = (void *)0x0526AE10; -const void * RTTI_BGSProcedureDialogueActivate = (void *)0x0526B040; -const void * RTTI_BGSProcedureDialogueActivateExecState = (void *)0x0526B0E0; -const void * RTTI_BGSProcedureDialogueExecState = (void *)0x052696B0; -const void * RTTI_BGSProcedureDone = (void *)0x0526A278; -const void * RTTI_BGSProcedureDoneExecState = (void *)0x05269958; -const void * RTTI_BGSProcedureEat = (void *)0x0526B360; -const void * RTTI_BGSProcedureEatExecState = (void *)0x05269780; -const void * RTTI_BGSProcedureEscort = (void *)0x0526CDD8; -const void * RTTI_BGSProcedureEscortExecState = (void *)0x0526CE68; -const void * RTTI_BGSProcedureFind = (void *)0x0526D190; -const void * RTTI_BGSProcedureFindExecState = (void *)0x052696E8; -const void * RTTI_BGSProcedureFlee = (void *)0x0526D398; -const void * RTTI_BGSProcedureFleeExecState = (void *)0x0526D418; -const void * RTTI_BGSProcedureFlightGrab = (void *)0x0526D650; -const void * RTTI_BGSProcedureFlightGrabExecState = (void *)0x0526D6D8; -const void * RTTI_BGSProcedureFollow = (void *)0x0526DB08; -const void * RTTI_BGSProcedureFollowExecState = (void *)0x0526DC28; -const void * RTTI_BGSProcedureFollowTo = (void *)0x0526DB98; -const void * RTTI_BGSProcedureForceGreet = (void *)0x0526DEA8; -const void * RTTI_BGSProcedureGuard = (void *)0x0526E3E8; -const void * RTTI_BGSProcedureGuardArea = (void *)0x0526E358; -const void * RTTI_BGSProcedureGuardExecState = (void *)0x0526E2C0; -const void * RTTI_BGSProcedureHeadtrack = (void *)0x051C8E88; -const void * RTTI_BGSProcedureHeadtrackExecState = (void *)0x051C8F18; -const void * RTTI_BGSProcedureHoldPosition = (void *)0x0526E610; -const void * RTTI_BGSProcedureHoldPositionExecState = (void *)0x052698B0; -const void * RTTI_BGSProcedureHover = (void *)0x0526E7C8; -const void * RTTI_BGSProcedureHoverExecState = (void *)0x0526E850; -const void * RTTI_BGSProcedureKeepAnEyeOn = (void *)0x0526EAE8; -const void * RTTI_BGSProcedureKeepAnEyeOnExecState = (void *)0x05269878; -const void * RTTI_BGSProcedureLock = (void *)0x0526EE88; -const void * RTTI_BGSProcedureLockUnlockExecState = (void *)0x0526EF18; -const void * RTTI_BGSProcedureOrbit = (void *)0x0526F168; -const void * RTTI_BGSProcedureOrbitExecState = (void *)0x0526F1F0; -const void * RTTI_BGSProcedurePatrol = (void *)0x0526F418; -const void * RTTI_BGSProcedurePatrolExecState = (void *)0x0526F4B0; -const void * RTTI_BGSProcedurePlayIdle = (void *)0x051C9300; -const void * RTTI_BGSProcedurePlayIdleExecState = (void *)0x051C9220; -const void * RTTI_BGSProcedurePursue = (void *)0x0526F738; -const void * RTTI_BGSProcedureRange = (void *)0x051C9788; -const void * RTTI_BGSProcedureRangeExecState = (void *)0x051C96F0; -const void * RTTI_BGSProcedureSandbox = (void *)0x0526F9F8; -const void * RTTI_BGSProcedureSandboxExecState = (void *)0x0526F960; -const void * RTTI_BGSProcedureSay = (void *)0x0526FC40; -const void * RTTI_BGSProcedureSayExecState = (void *)0x05268400; -const void * RTTI_BGSProcedureSit = (void *)0x05270050; -const void * RTTI_BGSProcedureSitSleepExecState = (void *)0x052700E0; -const void * RTTI_BGSProcedureSleep = (void *)0x0526FFD8; -const void * RTTI_BGSProcedureStayAway = (void *)0x051C9B68; -const void * RTTI_BGSProcedureStayAwayExecState = (void *)0x051C9AD0; -const void * RTTI_BGSProcedureTargetingModeAutopilot = (void *)0x051C9F08; -const void * RTTI_BGSProcedureTargetingModeAutopilotExecState = (void *)0x051C9E50; -const void * RTTI_BGSProcedureTravel = (void *)0x052702B0; -const void * RTTI_BGSProcedureTravelExecState = (void *)0x05270340; -const void * RTTI_BGSProcedureTreeBranch = (void *)0x05269DD8; -const void * RTTI_BGSProcedureTreeConditionalItem = (void *)0x05269DA0; -const void * RTTI_BGSProcedureTreeFallback = (void *)0x0526A0D0; -const void * RTTI_BGSProcedureTreeFallbackExecState = (void *)0x05269ED0; -const void * RTTI_BGSProcedureTreeOneChildExecState = (void *)0x05269E08; -const void * RTTI_BGSProcedureTreeProcedure = (void *)0x05270448; -const void * RTTI_BGSProcedureTreeRandom = (void *)0x05269C28; -const void * RTTI_BGSProcedureTreeRandomExecState = (void *)0x05269A78; -const void * RTTI_BGSProcedureTreeSequence = (void *)0x05269E40; -const void * RTTI_BGSProcedureTreeSequenceExecState = (void *)0x05269CC0; -const void * RTTI_BGSProcedureTreeSimultaneous = (void *)0x05269F80; -const void * RTTI_BGSProcedureTreeSimultaneousExecState = (void *)0x05269B80; -const void * RTTI_BGSProcedureTreeStacked = (void *)0x05269D70; -const void * RTTI_BGSProcedureTreeStackedExecState = (void *)0x0526A020; -const void * RTTI_BGSProcedureUnlock = (void *)0x0526EFA8; -const void * RTTI_BGSProcedureUseIdleMarker = (void *)0x05270620; -const void * RTTI_BGSProcedureUseIdleMarkerExecState = (void *)0x052706B8; -const void * RTTI_BGSProcedureUseMagic = (void *)0x05270948; -const void * RTTI_BGSProcedureUseMagicExecState = (void *)0x05270A20; -const void * RTTI_BGSProcedureUseWeapon = (void *)0x05270C48; -const void * RTTI_BGSProcedureUseWeaponExecState = (void *)0x05270D28; -const void * RTTI_BGSProcedureWait = (void *)0x05270F38; -const void * RTTI_BGSProcedureWaitExecState = (void *)0x05268490; -const void * RTTI_BGSProcedureWander = (void *)0x05272D68; -const void * RTTI_BGSProcedureWanderExecState = (void *)0x05272CD0; -const void * RTTI_BGSProduceActivity = (void *)0x051C7718; -const void * RTTI_BGSProduceActivity_Runtime = (void *)0x051C7748; -const void * RTTI_BGSProjectedDecal = (void *)0x05231D28; -const void * RTTI_BGSProjectile = (void *)0x05103FA0; -const void * RTTI_BGSPropertySheet = (void *)0x051DF4B0; -const void * RTTI_BGSQuestPerkEntry = (void *)0x0525E288; -const void * RTTI_BGSRefAlias = (void *)0x0523F9B0; -const void * RTTI_BGSRefCollectionAlias = (void *)0x0523F9D8; -const void * RTTI_BGSReferenceGroup = (void *)0x05248380; -const void * RTTI_BGSReflectedForm = (void *)0x051D5B80; -const void * RTTI_BGSRelationship = (void *)0x0525E400; -const void * RTTI_BGSReloadWeaponActivity = (void *)0x051C7808; -const void * RTTI_BGSReloadWeaponActivity_Runtime = (void *)0x051C7780; -const void * RTTI_BGSResearchProjectForm = (void *)0x05232328; -const void * RTTI_BGSResource = (void *)0x05105EE0; -const void * RTTI_BGSResourceGenerationData = (void *)0x05242E20; -const void * RTTI_BGSRetargetOnDeleteExtraData = (void *)0x051CA6A8; -const void * RTTI_BGSReverbParameters = (void *)0x0525B018; -const void * RTTI_BGSSaveFormBuffer = (void *)0x05323408; -const void * RTTI_BGSSaveGameBuffer = (void *)0x053232F8; -const void * RTTI_BGSSaveGameBufferSimple = (void *)0x05323320; -const void * RTTI_BGSSaveLoadJobSite = (void *)0x053230F0; -const void * RTTI_BGSSaveLoadManager = (void *)0x05323148; -const void * RTTI_BGSSaveLoadStatsMap = (void *)0x053235F8; -const void * RTTI_BGSSaveLoadThread = (void *)0x05323120; -const void * RTTI_BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs = (void *)0x053232B0; -const void * RTTI_BGSScanPlanetActivity = (void *)0x051C78C8; -const void * RTTI_BGSScanPlanetActivity_Runtime = (void *)0x051C78F8; -const void * RTTI_BGSScanSurfaceActivity = (void *)0x051C7AA8; -const void * RTTI_BGSScanSurfaceActivity_Runtime = (void *)0x051C7A70; -const void * RTTI_BGSScannableFormComponent = (void *)0x051DED50; -const void * RTTI_BGSScene = (void *)0x05103D18; -const void * RTTI_BGSSceneActionAnimation = (void *)0x0523FA88; -const void * RTTI_BGSSceneActionCamera = (void *)0x0523FAB8; -const void * RTTI_BGSSceneActionDialogue = (void *)0x0525E638; -const void * RTTI_BGSSceneActionFX = (void *)0x0523FAE8; -const void * RTTI_BGSSceneActionList = (void *)0x0523FA30; -const void * RTTI_BGSSceneActionMove = (void *)0x0523FB10; -const void * RTTI_BGSSceneActionPackage = (void *)0x0525E668; -const void * RTTI_BGSSceneActionPlayerDialogue = (void *)0x0525E5C8; -const void * RTTI_BGSSceneActionRadio = (void *)0x0525E598; -const void * RTTI_BGSSceneActionStartScene = (void *)0x0523FF38; -const void * RTTI_BGSSceneActionTimeline = (void *)0x0523FF68; -const void * RTTI_BGSSceneActionTimer = (void *)0x0525E758; -const void * RTTI_BGSSecondaryDamageList = (void *)0x05231D50; -const void * RTTI_BGSShaderParticleGeometryData = (void *)0x052483A8; -const void * RTTI_BGSShipCollectionActivity = (void *)0x051C7E28; -const void * RTTI_BGSShipCollectionActivity_Runtime = (void *)0x051C7DB0; -const void * RTTI_BGSShipManagement = (void *)0x051DEE98; -const void * RTTI_BGSShipbuilderActivity = (void *)0x051C7CB0; -const void * RTTI_BGSShipbuilderActivity_Runtime = (void *)0x051C7D28; -const void * RTTI_BGSSkinForm = (void *)0x051F9228; -const void * RTTI_BGSSkinnedDecalChild = (void *)0x051FF878; -const void * RTTI_BGSSkinnedDecalGroup = (void *)0x051FF848; -const void * RTTI_BGSSnapBehavior = (void *)0x05244FD0; -const void * RTTI_BGSSnapTemplate = (void *)0x052450A8; -const void * RTTI_BGSSnapTemplateComponent = (void *)0x051DF4D8; -const void * RTTI_BGSSnapTemplateNode = (void *)0x052450D0; -const void * RTTI_BGSSoundEcho = (void *)0x05243168; -const void * RTTI_BGSSoundKeywordMapping = (void *)0x05242E50; -const void * RTTI_BGSSoundTagComponent = (void *)0x051DF610; -const void * RTTI_BGSSoundTagSet = (void *)0x05243190; -const void * RTTI_BGSSpacePhysicsFormComponent = (void *)0x051DF7D8; -const void * RTTI_BGSSpaceshipAIActor = (void *)0x051DF910; -const void * RTTI_BGSSpaceshipEquipment = (void *)0x051DF940; -const void * RTTI_BGSSpaceshipHullCode = (void *)0x051DFA70; -const void * RTTI_BGSSpaceshipWeaponBinding = (void *)0x051DFCB8; -const void * RTTI_BGSSpatialCombinedGrid = (void *)0x0520E1D0; -const void * RTTI_BGSSpatialGraph = (void *)0x0520DDE0; -const void * RTTI_BGSSpatialGraphCellGrid = (void *)0x0520DF60; -const void * RTTI_BGSSpatialGraphCellGrid__MergeTask = (void *)0x0520DEF0; -const void * RTTI_BGSSpatialGraphChild = (void *)0x0520DC90; -const void * RTTI_BGSSpatialGraphExteriorCell = (void *)0x0520DD20; -const void * RTTI_BGSSpatialGraphInteriorCell = (void *)0x0520DD80; -const void * RTTI_BGSSpatialGraphManager = (void *)0x0520EDC8; -const void * RTTI_BGSSpatialGraphManager__Task = (void *)0x0520DF28; -const void * RTTI_BGSSpatialGraphObstacleUpdateTask = (void *)0x0520DBD8; -const void * RTTI_BGSSpatialGraphParent = (void *)0x0520DCF0; -const void * RTTI_BGSSpatialGraphSpaceCell = (void *)0x0520DCC0; -const void * RTTI_BGSSpatialGraphSpaceCollection = (void *)0x0520DF90; -const void * RTTI_BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask = (void *)0x0520DAB0; -const void * RTTI_BGSSpatialGrid = (void *)0x0520E1A8; -const void * RTTI_BGSSpatialGridBase = (void *)0x0520DE38; -const void * RTTI_BGSSpatialGridCollection = (void *)0x0520E0D0; -const void * RTTI_BGSSpatialGridFieldBase = (void *)0x05201EC0; -const void * RTTI_BGSSpatialGridSearchCustomDebugData = (void *)0x05210A18; -const void * RTTI_BGSSpatialGridSearchDebugData = (void *)0x05210AD0; -const void * RTTI_BGSSpatialGridSearchPolicies__RandomPositionInsideArea = (void *)0x05210650; -const void * RTTI_BGSSpatialSimpleGrid = (void *)0x05210578; -const void * RTTI_BGSSpatialSparseGrid = (void *)0x0520DBA8; -const void * RTTI_BGSSpatialSparseGridSearchDebugData = (void *)0x05210A58; -const void * RTTI_BGSSpatialSparseGrid__ChunkIndexGrid = (void *)0x05210538; -const void * RTTI_BGSSpatialSparseMultiLayerGrid = (void *)0x0520DB40; -const void * RTTI_BGSSpawnOnDestroy = (void *)0x051DFEC8; -const void * RTTI_BGSSpeechChallengeActivity = (void *)0x051C7EA8; -const void * RTTI_BGSSpeechChallengeActivity_Runtime = (void *)0x051C7F30; -const void * RTTI_BGSSpeechChallengeObject = (void *)0x052431B8; -const void * RTTI_BGSSprintActivity = (void *)0x051C7FE8; -const void * RTTI_BGSSprintActivity_Runtime = (void *)0x051C7FB8; -const void * RTTI_BGSStarDataComponent = (void *)0x051DFEF0; -const void * RTTI_BGSStaticCollection = (void *)0x05245348; -const void * RTTI_BGSStaticCollection__RootFacade = (void *)0x05245310; -const void * RTTI_BGSStoredTraversalData = (void *)0x05103798; -const void * RTTI_BGSStoryManagerBranchNode = (void *)0x051F80A8; -const void * RTTI_BGSStoryManagerEventNode = (void *)0x0527A090; -const void * RTTI_BGSStoryManagerNodeBase = (void *)0x051F8118; -const void * RTTI_BGSStoryManagerQuestFinder = (void *)0x0527A058; -const void * RTTI_BGSStoryManagerQuestNode = (void *)0x0527A0C0; -const void * RTTI_BGSStoryManagerTreeForm = (void *)0x051C6348; -const void * RTTI_BGSStoryManagerTreeVisitor = (void *)0x0527A020; -const void * RTTI_BGSStoryTeller = (void *)0x0527A438; -const void * RTTI_BGSSurface__BGSBlockCellHeighGridComponent = (void *)0x05230290; -const void * RTTI_BGSSurface__Block = (void *)0x0523CFE0; -const void * RTTI_BGSSurface__Pattern = (void *)0x0523D0B0; -const void * RTTI_BGSSurface__PatternStyle = (void *)0x05230BB0; -const void * RTTI_BGSSurface__Tree = (void *)0x0523D0E0; -const void * RTTI_BGSSynchronizedAnimationInstance = (void *)0x0527AF20; -const void * RTTI_BGSSynchronizedAnimationManager = (void *)0x0527ACB0; -const void * RTTI_BGSTDataProxyComponentBase = (void *)0x051DE5D0; -const void * RTTI_BGSTakeActorDamageActivity = (void *)0x051C8050; -const void * RTTI_BGSTakeActorDamageActivity_Runtime = (void *)0x051C80E0; -const void * RTTI_BGSTakeDamageActivity = (void *)0x051C8230; -const void * RTTI_BGSTakeDamageActivity_Runtime = (void *)0x051C81F8; -const void * RTTI_BGSTalkingActivator = (void *)0x052453A0; -const void * RTTI_BGSTerminal = (void *)0x05103F28; -const void * RTTI_BGSTerminalMenu = (void *)0x05103F50; -const void * RTTI_BGSTerrainBlock__AlignmentModifier = (void *)0x0523D108; -const void * RTTI_BGSTerrainBlock__ContinentalModifier = (void *)0x0523D298; -const void * RTTI_BGSTerrainBlock__Grid = (void *)0x0523D758; -const void * RTTI_BGSTerrainBlock__GridCell = (void *)0x0523D6F0; -const void * RTTI_BGSTerrainBlock__GridCornerCell = (void *)0x0523D720; -const void * RTTI_BGSTerrainBlock__GridCornerEdgeXFile = (void *)0x0523D450; -const void * RTTI_BGSTerrainBlock__GridCornerFile = (void *)0x0523D418; -const void * RTTI_BGSTerrainBlock__GridEdgeFile = (void *)0x0523D3E0; -const void * RTTI_BGSTerrainBlock__GridEdgeXCell = (void *)0x0523D640; -const void * RTTI_BGSTerrainBlock__GridEdgeYCell = (void *)0x0523D678; -const void * RTTI_BGSTerrainBlock__GridFile = (void *)0x0523D3B0; -const void * RTTI_BGSTerrainBlock__GridFillCell = (void *)0x0523D608; -const void * RTTI_BGSTerrainBlock__GridFillFile = (void *)0x0523D518; -const void * RTTI_BGSTerrainBlock__HeightAdjustmentModifier = (void *)0x05231348; -const void * RTTI_BGSTerrainBlock__IModifier = (void *)0x05231318; -const void * RTTI_BGSTerrainBlock__OceanBiomeModifier = (void *)0x0523D2D8; -const void * RTTI_BGSTerrainBlock__OverlayGrid = (void *)0x0523D788; -const void * RTTI_BGSTerrainBlock__OverlayHeightModifier = (void *)0x0523D6B0; -const void * RTTI_BGSTerrainBlock__RerangeHeightModifier = (void *)0x0523D7C0; -const void * RTTI_BGSTerrainBlock__UpdateHeightModifier = (void *)0x0523D930; -const void * RTTI_BGSTerrain__File = (void *)0x05214E90; -const void * RTTI_BGSTerrain__IFileGrid = (void *)0x05215020; -const void * RTTI_BGSTerrain__Manager = (void *)0x0523F3C8; -const void * RTTI_BGSTerrain__UniFile__Grid = (void *)0x0523DE20; -const void * RTTI_BGSTextureModel = (void *)0x05260F10; -const void * RTTI_BGSTextureSet = (void *)0x0525B078; -const void * RTTI_BGSTimeOfDayData = (void *)0x052483E0; -const void * RTTI_BGSTransform = (void *)0x052431E8; -const void * RTTI_BGSTraversal = (void *)0x05243210; -const void * RTTI_BGSVisitProceduresCheckGuardWarnTarget = (void *)0x05272DD8; -const void * RTTI_BGSVisitProceduresInitActorAnimPose = (void *)0x053435D0; -const void * RTTI_BGSVisitProceduresInitActorLocation = (void *)0x05272D98; -const void * RTTI_BGSVisitProceduresProcess = (void *)0x05343610; -const void * RTTI_BGSVoiceType = (void *)0x05103F78; -const void * RTTI_BGSVolumeFormComponent = (void *)0x051E08B0; -const void * RTTI_BGSVolumetricLighting = (void *)0x05245590; -const void * RTTI_BGSWaterCollisionManager__AutoWater = (void *)0x052798A8; -const void * RTTI_BGSWaterCollisionManager__BGSWaterUpdateI = (void *)0x052797D8; -const void * RTTI_BGSWaterCollisionManager__WaterGravityModifier = (void *)0x0519E650; -const void * RTTI_BGSWaterCollisionManager__WaterGravityModifierWorldStepListener = (void *)0x051A82B0; -const void * RTTI_BGSWaterCollisionManager__bhkPlaceableWater = (void *)0x05279820; -const void * RTTI_BGSWaterCollisionManager__bhkWaterfall = (void *)0x05279868; -const void * RTTI_BGSWeaponBarrelData = (void *)0x05231DF8; -const void * RTTI_BGSWeaponBarrelModel = (void *)0x05231DC8; -const void * RTTI_BGSWeaponData__Aim = (void *)0x05232558; -const void * RTTI_BGSWeaponData__Ammunition = (void *)0x05232580; -const void * RTTI_BGSWeaponData__Audio = (void *)0x052325B0; -const void * RTTI_BGSWeaponData__Charge = (void *)0x052325E0; -const void * RTTI_BGSWeaponData__Damage = (void *)0x05232610; -const void * RTTI_BGSWeaponData__Firing = (void *)0x05232640; -const void * RTTI_BGSWeaponData__FiringStrategyBase = (void *)0x052326F0; -const void * RTTI_BGSWeaponData__FiringStrategy_Automatic = (void *)0x052327A8; -const void * RTTI_BGSWeaponData__FiringStrategy_BoltShot = (void *)0x05232768; -const void * RTTI_BGSWeaponData__FiringStrategy_Burst = (void *)0x05232728; -const void * RTTI_BGSWeaponData__FiringStrategy_ChargedShot = (void *)0x052326B0; -const void * RTTI_BGSWeaponData__FiringStrategy_SingleShot = (void *)0x05232670; -const void * RTTI_BGSWeaponData__Flags = (void *)0x052327E8; -const void * RTTI_BGSWeaponData__General = (void *)0x05232818; -const void * RTTI_BGSWeaponData__Melee = (void *)0x05232848; -const void * RTTI_BGSWeaponData__Power = (void *)0x05232878; -const void * RTTI_BGSWeaponData__Reload = (void *)0x052328A8; -const void * RTTI_BGSWeaponData__ShipWeapon = (void *)0x051D5CB0; -const void * RTTI_BGSWeaponData__Turret = (void *)0x052328D8; -const void * RTTI_BGSWeaponData__VariableRange = (void *)0x05232908; -const void * RTTI_BGSWeaponData__Visuals = (void *)0x05232940; -const void * RTTI_BGSWeatherSettingsForm = (void *)0x05237AA0; -const void * RTTI_BGSWorkshopItemColorComponent = (void *)0x051CF298; -const void * RTTI_BGSWorldSpaceOverlayComponent = (void *)0x051E0A28; -const void * RTTI_BGSWwiseEventForm = (void *)0x051035B0; -const void * RTTI_BGSWwiseKeywordMapping = (void *)0x05231E28; -const void * RTTI_BGSZoneTargetListener = (void *)0x05261488; -const void * RTTI_BIEventUtils__FindAllStarbornPowerFunctor = (void *)0x0531CD48; -const void * RTTI_BSAVMS__AVMNode = (void *)0x051CB528; -const void * RTTI_BSAVMS__AVMNodeInFlightCounted = (void *)0x051CB4F0; -const void * RTTI_BSAVMS__AVMPartialNode = (void *)0x051CB5C0; -const void * RTTI_BSAnimNotes = (void *)0x0547EA30; -const void * RTTI_BSAnimationAnimDBData = (void *)0x053D6948; -const void * RTTI_BSAnimationDBData = (void *)0x053D6CD8; -const void * RTTI_BSAnimationGraph = (void *)0x053D7898; -const void * RTTI_BSAnimationGraphChannel = (void *)0x05250358; -const void * RTTI_BSAnimationGraphLoadScrapper = (void *)0x051A6188; -const void * RTTI_BSAnimationGraphManager = (void *)0x053E5600; -const void * RTTI_BSAnimationUtils__FindEventClipGeneratorsFunctor = (void *)0x053D6840; -const void * RTTI_BSAnimationUtils__MatchEventToClipGeneratorsFunctor = (void *)0x053D6DB0; -const void * RTTI_BSAttachConfig__ArtObjectAttach = (void *)0x05237808; -const void * RTTI_BSAttachConfig__AttachmentConfiguration = (void *)0x0511A550; -const void * RTTI_BSAttachConfig__BaseInstance = (void *)0x051CAD20; -const void * RTTI_BSAttachConfig__ISearchMethod = (void *)0x052379E8; -const void * RTTI_BSAttachConfig__NodeAttachmentInstance = (void *)0x051CAD58; -const void * RTTI_BSAttachConfig__ObjectAttachmentInstance = (void *)0x051CAE90; -const void * RTTI_BSAttachConfig__ParticleAttachmentInstance = (void *)0x051CACE0; -const void * RTTI_BSAttachConfig__SearchMethodBase = (void *)0x05237908; -const void * RTTI_BSAttachConfig__SearchMultipleNamesMultipleNodes = (void *)0x053FE4A0; -const void * RTTI_BSAttachConfig__SearchRootNode = (void *)0x053F7E20; -const void * RTTI_BSAttachConfig__SearchSingleNameSingleNode = (void *)0x05237940; -const void * RTTI_BSAttachRefController = (void *)0x05201EF0; -const void * RTTI_BSAttachTechniques__AttachTechniqueInput = (void *)0x05319A20; -const void * RTTI_BSAttachTechniques__BSAttachTechnique = (void *)0x0519D310; -const void * RTTI_BSAutoQueuedDependentNodeBase = (void *)0x051F8A20; -const void * RTTI_BSAwardsSystemUtility = (void *)0x051AB500; -const void * RTTI_BSBehaviorGraphExtraData = (void *)0x05403EE8; -const void * RTTI_BSBehaviorGraphSwapSingleton = (void *)0x0527AEE8; -const void * RTTI_BSBind__BGSExternalEmittanceController = (void *)0x051FDED0; -const void * RTTI_BSBind__BGSLensFlareController = (void *)0x051FDE98; -const void * RTTI_BSBind__ColorCurveController = (void *)0x053FD6B8; -const void * RTTI_BSBind__ColorLerpController = (void *)0x053FD650; -const void * RTTI_BSBind__ComponentBinding = (void *)0x05403B58; -const void * RTTI_BSBind__ComponentProperty = (void *)0x053FDB60; -const void * RTTI_BSBind__Directory = (void *)0x053FE510; -const void * RTTI_BSBind__Float2DCurveController = (void *)0x053FDAB8; -const void * RTTI_BSBind__Float2DLerpController = (void *)0x053FD758; -const void * RTTI_BSBind__Float3DCurveController = (void *)0x053FDAF0; -const void * RTTI_BSBind__Float3DLerpController = (void *)0x053FD5E0; -const void * RTTI_BSBind__Float4DCurveController = (void *)0x053FDB28; -const void * RTTI_BSBind__Float4DLerpController = (void *)0x053FD618; -const void * RTTI_BSBind__FloatCurveController = (void *)0x053FDA80; -const void * RTTI_BSBind__FloatLerpController = (void *)0x053FD720; -const void * RTTI_BSBind__IAddressControllerStore = (void *)0x05249C68; -const void * RTTI_BSBind__IController = (void *)0x051FDE68; -const void * RTTI_BSBind__IDataBinding = (void *)0x051D96B8; -const void * RTTI_BSBind__INode = (void *)0x053FE4E8; -const void * RTTI_BSBind__MultiBinding = (void *)0x051D9688; -const void * RTTI_BSBind__Multiplex = (void *)0x053FE538; -const void * RTTI_BSBind__Snapshot = (void *)0x050F5AA0; -const void * RTTI_BSBind__StableBinding = (void *)0x05237A20; -const void * RTTI_BSBind__TimerController = (void *)0x053FD6F0; -const void * RTTI_BSBlastNode = (void *)0x053FF598; -const void * RTTI_BSBlendTreadTransfInterpolator = (void *)0x0547DF08; -const void * RTTI_BSBoneLODExtraData = (void *)0x05403EB8; -const void * RTTI_BSBound = (void *)0x053EFBB8; -const void * RTTI_BSBoxConstructor = (void *)0x053FEF78; -const void * RTTI_BSCSVUtils__ParserBuffer = (void *)0x05400AE8; -const void * RTTI_BSCapsuleConstructor = (void *)0x053FEF48; -const void * RTTI_BSCloneReserver = (void *)0x05201F20; -const void * RTTI_BSClothExtraData = (void *)0x053EE008; -const void * RTTI_BSClothUtils__BSGeometryBuffer = (void *)0x053EE538; -const void * RTTI_BSClothUtils__BSInstantiationUtil = (void *)0x053EE0C0; -const void * RTTI_BSClothUtils__BSTransformSet = (void *)0x053EE088; -const void * RTTI_BSComponentDB2__DB = (void *)0x053F7A48; -const void * RTTI_BSComponentDB2__DBFileIndex__IDFixupVisitor = (void *)0x05485A60; -const void * RTTI_BSComponentDB2__JsonDBIDHandler = (void *)0x054059C0; -const void * RTTI_BSComponentDB2__JsonResourceIDHandler = (void *)0x054059F8; -const void * RTTI_BSComponentDB2__Memory__ConcurrentPageAllocImpl = (void *)0x053F6AB0; -const void * RTTI_BSComponentDB2__StorageService = (void *)0x05405D48; -const void * RTTI_BSComponentDB2__StorageService__Impl = (void *)0x05405898; -const void * RTTI_BSComponentDB2__StorageService__ObjectReferenceVisitor = (void *)0x05405810; -const void * RTTI_BSComponentDB__IComponentFactory = (void *)0x051A5800; -const void * RTTI_BSConnectPoint__ChildOrigin = (void *)0x05201010; -const void * RTTI_BSConnectPoint__Children = (void *)0x053EDC88; -const void * RTTI_BSConnectPoint__Parents = (void *)0x053EDCB8; -const void * RTTI_BSCoreMessage__MessageSource = (void *)0x0519DF48; -const void * RTTI_BSCounterStorage = (void *)0x053B11C8; -const void * RTTI_BSCylinderConstructor = (void *)0x0527D420; -const void * RTTI_BSDamageStage = (void *)0x053FF5E8; -const void * RTTI_BSDebounceManager = (void *)0x053E7D78; -const void * RTTI_BSDebrisNode = (void *)0x053FF5C0; -const void * RTTI_BSDiscBootSystemUtility = (void *)0x051AB800; -const void * RTTI_BSDistantObjectExtraData = (void *)0x05403F78; -const void * RTTI_BSDynamicGeometry = (void *)0x0547F900; -const void * RTTI_BSExceptionHandler = (void *)0x0518F238; -const void * RTTI_BSExteriorReflectionProbeAdjustmentVolume = (void *)0x054008D0; -const void * RTTI_BSExtraData = (void *)0x051D98F8; -const void * RTTI_BSFaceDB__AttachHeadControlNode = (void *)0x051DAE48; -const void * RTTI_BSFaceDB__CreateHeadControlNode = (void *)0x051DA750; -const void * RTTI_BSFaceDB__CrowdHairCustomization = (void *)0x051DAF30; -const void * RTTI_BSFaceDB__EyeCustomization = (void *)0x051DAF00; -const void * RTTI_BSFaceDB__FaceCustomizationTexturesNode = (void *)0x051DAEC0; -const void * RTTI_BSFaceDB__HairCustomization = (void *)0x051DADA0; -const void * RTTI_BSFaceDB__JewelryCustomizationNode = (void *)0x051DADD8; -const void * RTTI_BSFaceDB__RequestCompleteNode = (void *)0x051DA718; -const void * RTTI_BSFaceDB__RequestHeadPartResourcesNode = (void *)0x051DAE80; -const void * RTTI_BSFaceDB__TeethCustomizationNode = (void *)0x051DAE10; -const void * RTTI_BSFaceFX = (void *)0x051D9C90; -const void * RTTI_BSFaceGenAnimationData = (void *)0x05263630; -const void * RTTI_BSFaceGenNiNode = (void *)0x052637D0; -const void * RTTI_BSFaceGenUtils__UpdateFaceCustomizationTexturesNode = (void *)0x051DABE0; -const void * RTTI_BSFadeNode = (void *)0x05105B90; -const void * RTTI_BSFile = (void *)0x053204A8; -const void * RTTI_BSFile__PageCache__PhysReadType = (void *)0x0543E748; -const void * RTTI_BSFixedSizeBlockAllocator__IAlloc = (void *)0x05324F90; -const void * RTTI_BSFixedSizeBlockAllocator__UserPoolImplBase = (void *)0x051AB9B0; -const void * RTTI_BSFogVolume = (void *)0x054008A0; -const void * RTTI_BSFrameManager = (void *)0x05402100; -const void * RTTI_BSFrustumFOVController = (void *)0x0547DCD0; -const void * RTTI_BSFurnitureMarkerNode = (void *)0x05400760; -const void * RTTI_BSGFxFunctionBase = (void *)0x054157C0; -const void * RTTI_BSGFxFunctionHandler = (void *)0x054170B0; -const void * RTTI_BSGFxObject = (void *)0x052D9640; -const void * RTTI_BSGalaxy__BGSStar = (void *)0x051E3798; -const void * RTTI_BSGalaxy__BGSSunPresetForm = (void *)0x051E37C0; -const void * RTTI_BSGalaxy__BiomeMapDB__LoadBiome = (void *)0x051E37F0; -const void * RTTI_BSGalaxy__Biomes__Map = (void *)0x0519D240; -const void * RTTI_BSGalaxy__ModuleState = (void *)0x053E9560; -const void * RTTI_BSGalaxy__Physics__Havok__BSGalaxyCollisionObject = (void *)0x053EA590; -const void * RTTI_BSGalaxy__Physics__Havok__bhkSpaceWorld = (void *)0x053EA9B8; -const void * RTTI_BSGalaxy__hknpBSShiftOffsetCollector = (void *)0x053EA978; -const void * RTTI_BSGameDataSystemUtility = (void *)0x0519D498; -const void * RTTI_BSGameStreamUtility = (void *)0x051AB530; -const void * RTTI_BSGamepadDevice = (void *)0x053E8590; -const void * RTTI_BSGamerProfile = (void *)0x051ABC18; -const void * RTTI_BSGdkTaskletGroupData = (void *)0x0543FD20; -const void * RTTI_BSGdkTaskletManager = (void *)0x0519D888; -const void * RTTI_BSGeometry = (void *)0x05106C80; -const void * RTTI_BSGeometryConstructorManager = (void *)0x05334FE0; -const void * RTTI_BSGeometrySegmentData = (void *)0x0547F088; -const void * RTTI_BSGrabIKNote = (void *)0x0547EA80; -const void * RTTI_BSIMusicTrack = (void *)0x0525AE90; -const void * RTTI_BSIdleInputWatcher = (void *)0x052D4930; -const void * RTTI_BSInputDevice = (void *)0x053E85B8; -const void * RTTI_BSInputDeviceManager = (void *)0x053E7938; -const void * RTTI_BSInputEnableManager = (void *)0x053E8290; -const void * RTTI_BSInputEventReceiver = (void *)0x0529B208; -const void * RTTI_BSInputEventSingleUser = (void *)0x052C66A0; -const void * RTTI_BSInputEventUser = (void *)0x0513C0F8; -const void * RTTI_BSInvMarker = (void *)0x05403E40; -const void * RTTI_BSJobs2__Detail__ControlNodeJob = (void *)0x051F5530; -const void * RTTI_BSJobs2__Detail__GroupThread = (void *)0x0543DFA0; -const void * RTTI_BSJobs2__Memory__HeapMemoryPolicy = (void *)0x051AB298; -const void * RTTI_BSJobs2__Memory__LSAMemoryPolicy = (void *)0x051AB368; -const void * RTTI_BSJobs2__Memory__ScrapMemoryPolicy = (void *)0x0543DFD8; -const void * RTTI_BSKeyboardDevice = (void *)0x053E86C0; -const void * RTTI_BSLagBoneController = (void *)0x05403F18; -const void * RTTI_BSLegacyStreamableStub = (void *)0x0547FB20; -const void * RTTI_BSLensFlareRender__BSLensFlareSpriteRenderData = (void *)0x05243580; -const void * RTTI_BSLight = (void *)0x053FA870; -const void * RTTI_BSLookIKNote = (void *)0x0547EAA8; -const void * RTTI_BSMaterialBinding__MaterialPropertyNode = (void *)0x05410958; -const void * RTTI_BSMaterialBinding__MaterialUVStreamPropertyNode = (void *)0x05410BB0; -const void * RTTI_BSMaterial__ModuleState = (void *)0x05407438; -const void * RTTI_BSMemStorage = (void *)0x051E0518; -const void * RTTI_BSMemStorageReadOnly = (void *)0x053E7DC8; -const void * RTTI_BSMissionMenu = (void *)0x052E1580; -const void * RTTI_BSMissionMenu__MissionMenuEventShuttle = (void *)0x052E1298; -const void * RTTI_BSModelDB__AutoQueuedDependentNode = (void *)0x051F8918; -const void * RTTI_BSModelDB__BSModelProcessor = (void *)0x051F8950; -const void * RTTI_BSModelDB__ModelResourceNode = (void *)0x053FA248; -const void * RTTI_BSModelDB__QueuedHandles = (void *)0x051F2AC8; -const void * RTTI_BSModelNode = (void *)0x05201108; -const void * RTTI_BSModelNodeAnimRig = (void *)0x053D7C40; -const void * RTTI_BSModelNodePhysicsComponentI = (void *)0x05201158; -const void * RTTI_BSModelNodeRigI = (void *)0x053D7C18; -const void * RTTI_BSMorphDB__AutoQueuedNode = (void *)0x053F8B90; -const void * RTTI_BSMorphDB__QueuedHandles = (void *)0x0527A918; -const void * RTTI_BSMorphTargetData = (void *)0x0547EF48; -const void * RTTI_BSMouseDevice = (void *)0x053E85E0; -const void * RTTI_BSMsgDialogSystemUtility = (void *)0x051AB7D0; -const void * RTTI_BSMultiTargetTreadTransfController = (void *)0x0547D9C8; -const void * RTTI_BSNavMeshGenAntiseedTrimmerTask = (void *)0x054295C8; -const void * RTTI_BSNavMeshGenCollapserTask = (void *)0x05428318; -const void * RTTI_BSNavMeshGenComputeBoundTask = (void *)0x054294E8; -const void * RTTI_BSNavMeshGenContext = (void *)0x051D1A88; -const void * RTTI_BSNavMeshGenContextGroup = (void *)0x0542D278; -const void * RTTI_BSNavMeshGenCoverTask = (void *)0x05429488; -const void * RTTI_BSNavMeshGenData = (void *)0x051D1188; -const void * RTTI_BSNavMeshGenInputProcessTask = (void *)0x054282E0; -const void * RTTI_BSNavMeshGenInputProcessor = (void *)0x05209328; -const void * RTTI_BSNavMeshGenLinkDoorTask = (void *)0x054294B8; -const void * RTTI_BSNavMeshGenNode = (void *)0x051D18D0; -const void * RTTI_BSNavMeshGenOutputProcessTask = (void *)0x054282A8; -const void * RTTI_BSNavMeshGenOutputProcessor = (void *)0x052093C0; -const void * RTTI_BSNavMeshGenRecastImport = (void *)0x0542FAE0; -const void * RTTI_BSNavMeshGenRecastTask = (void *)0x05428278; -const void * RTTI_BSNavMeshGenRequestPauseTask = (void *)0x0542D240; -const void * RTTI_BSNavMeshGenRequestResumeTask = (void *)0x0542D208; -const void * RTTI_BSNavMeshGenSeedTrimmerTask = (void *)0x05429600; -const void * RTTI_BSNavMeshGenSmallAreaTrimmerTask = (void *)0x05429590; -const void * RTTI_BSNavMeshGenSplitter = (void *)0x052093F8; -const void * RTTI_BSNavMeshGenSplitterTask = (void *)0x05428218; -const void * RTTI_BSNavMeshGenStitcher = (void *)0x05209560; -const void * RTTI_BSNavMeshGenStitcherTask = (void *)0x05428248; -const void * RTTI_BSNavMeshGenTask = (void *)0x051D1998; -const void * RTTI_BSNavMeshGenTaskGraphProcessor = (void *)0x054284C0; -const void * RTTI_BSNavMeshGenTaskGroup = (void *)0x05428570; -const void * RTTI_BSNavMeshGenTaskProgress = (void *)0x0542D1D8; -const void * RTTI_BSNavMeshGenTaskServer = (void *)0x05207F90; -const void * RTTI_BSNavMeshGenTerrainTrimmerTask = (void *)0x05429558; -const void * RTTI_BSNavMeshGenTraversalTask = (void *)0x054281E8; -const void * RTTI_BSNavMeshGenTriangleHeightTask = (void *)0x05428178; -const void * RTTI_BSNavMeshGenTrianglePlatformTask = (void *)0x054281B0; -const void * RTTI_BSNavMeshGenTriangleSplitter = (void *)0x0542D0A0; -const void * RTTI_BSNavMeshGenTriangleSplitterTask = (void *)0x05428140; -const void * RTTI_BSNavMeshGenTriangleTunnelTask = (void *)0x05428108; -const void * RTTI_BSNavMeshGenTriangleWaterTask = (void *)0x05429520; -const void * RTTI_BSNavMeshGenUpdateNavMeshInfoTask = (void *)0x05429420; -const void * RTTI_BSNavMeshGenVertexDataTask = (void *)0x054293E8; -const void * RTTI_BSNavMeshGenWaypointTask = (void *)0x05429458; -const void * RTTI_BSNavMeshGenerator = (void *)0x05208660; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBarrierNode = (void *)0x05428410; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode = (void *)0x054283B0; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode = (void *)0x0542D6E0; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginNode = (void *)0x0542D770; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode = (void *)0x05428350; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode = (void *)0x0542D690; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenParentNode = (void *)0x0542D730; -const void * RTTI_BSNavigationGraph = (void *)0x0520DDB8; -const void * RTTI_BSNavigationGraphInfo = (void *)0x05273310; -const void * RTTI_BSNavigationGraphManager = (void *)0x05206978; -const void * RTTI_BSNavigationGraphRefCount = (void *)0x0520DC60; -const void * RTTI_BSNavigationGrid = (void *)0x0542E408; -const void * RTTI_BSNavigationGridBase = (void *)0x0542E430; -const void * RTTI_BSNavigationGridChunk = (void *)0x0542E330; -const void * RTTI_BSNavigationGridFieldBase = (void *)0x05285030; -const void * RTTI_BSNavigationGridInfo = (void *)0x0542E300; -const void * RTTI_BSNavigationGridManager = (void *)0x05206588; -const void * RTTI_BSNavigationGridManager__Task = (void *)0x05206708; -const void * RTTI_BSNavigationGridObstacleUpdateTask = (void *)0x0542E3C8; -const void * RTTI_BSNavmesh = (void *)0x05273270; -const void * RTTI_BSNavmeshInfo = (void *)0x052732C0; -const void * RTTI_BSNavmeshInfoMap = (void *)0x05273368; -const void * RTTI_BSNavmeshInfoMap__IRecursiveVisitor = (void *)0x05274B78; -const void * RTTI_BSNavmeshInfoSearch = (void *)0x0542DAE0; -const void * RTTI_BSNavmeshObstacleCoverData = (void *)0x0542D8A0; -const void * RTTI_BSNavmeshObstacleData = (void *)0x051D4590; -const void * RTTI_BSNavmeshReferenceObstacleArray = (void *)0x05273778; -const void * RTTI_BSNavmeshSearch = (void *)0x05275858; -const void * RTTI_BSNavmeshSearchAvailableSpaceDirectional = (void *)0x0542DFD0; -const void * RTTI_BSNavmeshSearchAvailableSpaceRadius = (void *)0x0542DF90; -const void * RTTI_BSNavmeshSearchBase = (void *)0x052715F0; -const void * RTTI_BSNavmeshSearchFilters = (void *)0x05275880; -const void * RTTI_BSNavmeshSearchHideFilter = (void *)0x05275828; -const void * RTTI_BSNiNode = (void *)0x051CCFF0; -const void * RTTI_BSNodeReferences = (void *)0x05400910; -const void * RTTI_BSNoise__Add = (void *)0x05403830; -const void * RTTI_BSNoise__Billow = (void *)0x05403808; -const void * RTTI_BSNoise__Crater = (void *)0x05403FA8; -const void * RTTI_BSNoise__Invert = (void *)0x05402C98; -const void * RTTI_BSNoise__Perlin = (void *)0x05400B98; -const void * RTTI_BSNoise__Ridged = (void *)0x05403E18; -const void * RTTI_BSNoise__SmoothStep = (void *)0x05402C68; -const void * RTTI_BSNoise__Subtract = (void *)0x05402C40; -const void * RTTI_BSNoise__Turbulence = (void *)0x05403FD0; -const void * RTTI_BSNoise__Voronoi = (void *)0x05402CC0; -const void * RTTI_BSNonUniformScaleExtraData = (void *)0x051E0878; -const void * RTTI_BSOfflineRTExtraData = (void *)0x05403B88; -const void * RTTI_BSOrderedNode = (void *)0x051CD010; -const void * RTTI_BSPCGamepadDevice = (void *)0x053E8748; -const void * RTTI_BSPCGamepadDeviceHandler = (void *)0x053E8630; -const void * RTTI_BSPCGamerProfile = (void *)0x054856C0; -const void * RTTI_BSPCKeyboardDevice = (void *)0x053E86E8; -const void * RTTI_BSPCMouseDevice = (void *)0x053E8608; -const void * RTTI_BSPCVirtualKeyboardDevice = (void *)0x053E8660; -const void * RTTI_BSPageFile__MemoryWriteStorage = (void *)0x05320258; -const void * RTTI_BSPageFile__MultiplexWrite = (void *)0x0543FB80; -const void * RTTI_BSParseCSV__IGetBufferCB = (void *)0x05400AB8; -const void * RTTI_BSParticle = (void *)0x05424360; -const void * RTTI_BSPathBuilder = (void *)0x0526B460; -const void * RTTI_BSPathEventManager = (void *)0x0542E618; -const void * RTTI_BSPathSmootherPOVSearch = (void *)0x05427FD8; -const void * RTTI_BSPathing = (void *)0x05274EB8; -const void * RTTI_BSPathingCellManager = (void *)0x05274E88; -const void * RTTI_BSPathingRequest = (void *)0x051C9D80; -const void * RTTI_BSPathingRequestPolicies__DestinationArea = (void *)0x05271620; -const void * RTTI_BSPathingRequestPolicies__EscortRequest = (void *)0x0526CAF8; -const void * RTTI_BSPathingSearchRayCast = (void *)0x0542F268; -const void * RTTI_BSPathingSite = (void *)0x05333ED8; -const void * RTTI_BSPathingSpace = (void *)0x05274FE0; -const void * RTTI_BSPathingStreamSimpleBufferRead = (void *)0x0542CDF8; -const void * RTTI_BSPathingStreamSimpleBufferWrite = (void *)0x05205ED8; -const void * RTTI_BSPathingTraversal = (void *)0x0520D360; -const void * RTTI_BSPathingTraversalAction = (void *)0x0520B658; -const void * RTTI_BSPathingTraversalData = (void *)0x0520B720; -const void * RTTI_BSPathingTraversalManager = (void *)0x0520D0B0; -const void * RTTI_BSPathing__CheckLineOfSightFilter = (void *)0x05207A28; -const void * RTTI_BSPathing__DetermineAvailableRadiusAtPositionVisitor = (void *)0x05426910; -const void * RTTI_BSPathing__DetermineAvailableRadiusInDirectionVisitor = (void *)0x05426960; -const void * RTTI_BSPathing__EdgeFoundVisitor = (void *)0x05349CF8; -const void * RTTI_BSPausableItem = (void *)0x052737B0; -const void * RTTI_BSPauseRequester = (void *)0x051A4DF0; -const void * RTTI_BSPistonController = (void *)0x053F5670; -const void * RTTI_BSPlatform__BNetAsyncRequestBase = (void *)0x05480F28; -const void * RTTI_BSPlatform__BSBethesdaPlatform = (void *)0x05480D90; -const void * RTTI_BSPlayerDistanceCheckController = (void *)0x05344968; -const void * RTTI_BSPrecomputedNavmeshInfoSearch = (void *)0x0542DAA8; -const void * RTTI_BSProbeGridVolume = (void *)0x053FEE48; -const void * RTTI_BSProceduralLightningController = (void *)0x054013B0; -const void * RTTI_BSProceduralLightningTasklet = (void *)0x054013E8; -const void * RTTI_BSProjectedDecal = (void *)0x053FE780; -const void * RTTI_BSQueuedResourceCollectionBase = (void *)0x051E6010; -const void * RTTI_BSRangeNode = (void *)0x053FF570; -const void * RTTI_BSRecastModule__BSRecastJob = (void *)0x0542FA20; -const void * RTTI_BSReference = (void *)0x05400A00; -const void * RTTI_BSReflectionProbe = (void *)0x05400790; -const void * RTTI_BSReflection__AnyType = (void *)0x0519B798; -const void * RTTI_BSReflection__BSFixedStringType = (void *)0x0519A590; -const void * RTTI_BSReflection__BasicType = (void *)0x0519DE18; -const void * RTTI_BSReflection__ClassType = (void *)0x0511EB28; -const void * RTTI_BSReflection__ConstCStringType = (void *)0x0519A4D0; -const void * RTTI_BSReflection__EnumerationType = (void *)0x0518EE00; -const void * RTTI_BSReflection__IConstEnumerator = (void *)0x05237980; -const void * RTTI_BSReflection__IObject = (void *)0x0511A378; -const void * RTTI_BSReflection__ResourceIDStringConverter = (void *)0x05138988; -const void * RTTI_BSReflection__Serializer = (void *)0x053FEEE0; -const void * RTTI_BSReflection__UIDStringConverter = (void *)0x05138918; -const void * RTTI_BSRendererSceneNode = (void *)0x053FA670; -const void * RTTI_BSRendererState = (void *)0x054007B8; -const void * RTTI_BSResource2__CacheBase = (void *)0x051D3F70; -const void * RTTI_BSResource2__EntryBase = (void *)0x051D4030; -const void * RTTI_BSResource2__IResourceCreator = (void *)0x051D9FC0; -const void * RTTI_BSResource2__ProxyStream = (void *)0x054305E8; -const void * RTTI_BSResource2__ResourceCreateNode = (void *)0x05430648; -const void * RTTI_BSResourceNiBinaryStream = (void *)0x054163F8; -const void * RTTI_BSResourceReloadManager = (void *)0x05401D30; -const void * RTTI_BSResourceStreamParser = (void *)0x054163C8; -const void * RTTI_BSResourceStreamStorage = (void *)0x05433F40; -const void * RTTI_BSResource__Archive2__AsyncReaderStream = (void *)0x05430CF8; -const void * RTTI_BSResource__Archive2__Index = (void *)0x05430FB0; -const void * RTTI_BSResource__Archive2__Manager__MemoryCacheLocation = (void *)0x05430E90; -const void * RTTI_BSResource__Archive2__ReaderStream = (void *)0x05430A58; -const void * RTTI_BSResource__ArchiveIDConverter = (void *)0x051A1F90; -const void * RTTI_BSResource__AsyncStream = (void *)0x05430A28; -const void * RTTI_BSResource__IMemoryFileBuffer = (void *)0x05433F70; -const void * RTTI_BSResource__Location = (void *)0x051A1EE0; -const void * RTTI_BSResource__LocationTraverser = (void *)0x05405860; -const void * RTTI_BSResource__LooseFileLocation = (void *)0x05433F08; -const void * RTTI_BSResource__MemoryFileBuffer = (void *)0x05433FE0; -const void * RTTI_BSResource__MemoryFileLocation = (void *)0x05430ED8; -const void * RTTI_BSResource__MemoryFileStream = (void *)0x05433FA8; -const void * RTTI_BSResource__SDirectory2__IDirectoryIDIterator = (void *)0x053D6C90; -const void * RTTI_BSResource__SDirectory2__IDirectoryStreamIterator = (void *)0x051CA460; -const void * RTTI_BSResource__SDirectory2__ThreadCursor = (void *)0x05430D38; -const void * RTTI_BSResource__Server__Commands__CancelAll = (void *)0x053F8FA8; -const void * RTTI_BSResource__Server__GraphProcessor = (void *)0x0523E488; -const void * RTTI_BSResource__Server__LinearProcessor = (void *)0x051F1D70; -const void * RTTI_BSResource__Server__NodeBase = (void *)0x051CB5F0; -const void * RTTI_BSResource__Server__ResourceServerDebug = (void *)0x05433158; -const void * RTTI_BSResource__Stream = (void *)0x054306B0; -const void * RTTI_BSResource__StreamBase = (void *)0x05430680; -const void * RTTI_BSRotAccumTransfInterpolator = (void *)0x0547EAD0; -const void * RTTI_BSSaveDataSystemUtility = (void *)0x051AB648; -const void * RTTI_BSSaveDataSystemUtilityFile = (void *)0x05320470; -const void * RTTI_BSScaleformFileOpener = (void *)0x05416EE8; -const void * RTTI_BSScaleformImageLoader = (void *)0x054173C8; -const void * RTTI_BSScaleformMovieLoadTask = (void *)0x05417080; -const void * RTTI_BSScaleformTranslator__ScaleformImpl = (void *)0x05417578; -const void * RTTI_BSSceneNode = (void *)0x053FA6A0; -const void * RTTI_BSScript__ByteCode__PackedInstructionStream__InstructionFunctor = (void *)0x05439950; -const void * RTTI_BSScript__CompiledScriptLoader = (void *)0x05436870; -const void * RTTI_BSScript__ErrorLogger = (void *)0x053AC228; -const void * RTTI_BSScript__ICachedErrorMessage = (void *)0x0529C590; -const void * RTTI_BSScript__IClientVM = (void *)0x053B1E60; -const void * RTTI_BSScript__IComplexType = (void *)0x05434DF0; -const void * RTTI_BSScript__IFunction = (void *)0x052A60D8; -const void * RTTI_BSScript__IHandleReaderWriter = (void *)0x053A99D8; -const void * RTTI_BSScript__ILoader = (void *)0x053B2468; -const void * RTTI_BSScript__IMemoryPagePolicy = (void *)0x05436470; -const void * RTTI_BSScript__IObjectHandlePolicy = (void *)0x053B1F00; -const void * RTTI_BSScript__IObjectProcessor = (void *)0x05437A60; -const void * RTTI_BSScript__IProfilePolicy = (void *)0x053AE290; -const void * RTTI_BSScript__ISavePatcherInterface = (void *)0x053AE5A0; -const void * RTTI_BSScript__IStackCallbackFunctor = (void *)0x053B1E28; -const void * RTTI_BSScript__IStackCallbackSaveInterface = (void *)0x053B1EC0; -const void * RTTI_BSScript__IStore = (void *)0x053AEC10; -const void * RTTI_BSScript__IVMDebugInterface = (void *)0x05434E88; -const void * RTTI_BSScript__IVMObjectBindInterface = (void *)0x05434218; -const void * RTTI_BSScript__IVMRemoteDebuggerInterface = (void *)0x05437BD0; -const void * RTTI_BSScript__IVMSaveLoadInterface = (void *)0x05434E20; -const void * RTTI_BSScript__IVirtualMachine = (void *)0x05434E58; -const void * RTTI_BSScript__Internal__AutoPropGetFunction = (void *)0x0543A068; -const void * RTTI_BSScript__Internal__AutoPropSetFunction = (void *)0x0543A0A8; -const void * RTTI_BSScript__Internal__CodeTasklet = (void *)0x0543C740; -const void * RTTI_BSScript__Internal__FunctionMessageNode = (void *)0x0543DB60; -const void * RTTI_BSScript__Internal__FunctionMessageProcessor = (void *)0x0543DBA0; -const void * RTTI_BSScript__Internal__IFuncCallQuery = (void *)0x05437B20; -const void * RTTI_BSScript__Internal__NativeFunctionStub = (void *)0x05439FC8; -const void * RTTI_BSScript__Internal__RawFuncCallQuery = (void *)0x05437B58; -const void * RTTI_BSScript__Internal__ScriptFunction = (void *)0x0543DBE8; -const void * RTTI_BSScript__Internal__VirtualMachine = (void *)0x05437B98; -const void * RTTI_BSScript__Internal__VirtualMachine__IFuncCallCallbacks = (void *)0x05437A90; -const void * RTTI_BSScript__LinkerProcessor = (void *)0x0543CEF0; -const void * RTTI_BSScript__NF_util__NativeFunctionBase = (void *)0x052A6050; -const void * RTTI_BSScript__ObjectBindPolicy = (void *)0x053B1E90; -const void * RTTI_BSScript__ObjectTypeInfo = (void *)0x05434DC0; -const void * RTTI_BSScript__SimpleAllocMemoryPagePolicy = (void *)0x054364A8; -const void * RTTI_BSScript__StructTypeInfo = (void *)0x05435A60; -const void * RTTI_BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor = (void *)0x0543A010; -const void * RTTI_BSSequence__AnimationEvent = (void *)0x052375B0; -const void * RTTI_BSSequence__AnimationTrack = (void *)0x05237580; -const void * RTTI_BSSequence__AnimationVariableTrack = (void *)0x05237508; -const void * RTTI_BSSequence__AnimationVectorVariableTrack = (void *)0x05237540; -const void * RTTI_BSSequence__BindingEvent = (void *)0x053FD878; -const void * RTTI_BSSequence__CameraShakeEvent = (void *)0x052376B0; -const void * RTTI_BSSequence__CameraShakeStrengthTrack = (void *)0x052375E0; -const void * RTTI_BSSequence__CameraShakeTrack = (void *)0x05237678; -const void * RTTI_BSSequence__ColorCurveEvent = (void *)0x053FE338; -const void * RTTI_BSSequence__ColorLerpEvent = (void *)0x053FE2D0; -const void * RTTI_BSSequence__ColorNoiseEvent = (void *)0x053FE300; -const void * RTTI_BSSequence__ColorTriggerEvent = (void *)0x053FE410; -const void * RTTI_BSSequence__ConsoleScriptEvent = (void *)0x05236AA0; -const void * RTTI_BSSequence__CullEvent = (void *)0x05236D88; -const void * RTTI_BSSequence__DissolveEvent = (void *)0x05236728; -const void * RTTI_BSSequence__DissolveFrequencyScaleTrack = (void *)0x052366E8; -const void * RTTI_BSSequence__DissolveOffsetTrack = (void *)0x05236758; -const void * RTTI_BSSequence__DissolveTrack = (void *)0x051D95F8; -const void * RTTI_BSSequence__Event = (void *)0x05237840; -const void * RTTI_BSSequence__ExplosionObjectSpawn = (void *)0x05236958; -const void * RTTI_BSSequence__Float2CurveEvent = (void *)0x053FE0F0; -const void * RTTI_BSSequence__Float2LerpEvent = (void *)0x053FE298; -const void * RTTI_BSSequence__Float2TriggerEvent = (void *)0x053FE210; -const void * RTTI_BSSequence__FloatCurveEvent = (void *)0x053FE1D8; -const void * RTTI_BSSequence__FloatLerpEvent = (void *)0x053FDA18; -const void * RTTI_BSSequence__FloatNoiseEvent = (void *)0x053FDA48; -const void * RTTI_BSSequence__FloatTriggerEvent = (void *)0x053FD9A8; -const void * RTTI_BSSequence__ITimeMultiplierProvider = (void *)0x05237B50; -const void * RTTI_BSSequence__ImageSpaceLifetimeEvent = (void *)0x05236F60; -const void * RTTI_BSSequence__ImageSpaceStrengthTrack = (void *)0x05236E60; -const void * RTTI_BSSequence__ImageSpaceTrack = (void *)0x05236DF0; -const void * RTTI_BSSequence__ImpactEffectEvent = (void *)0x05236E28; -const void * RTTI_BSSequence__ImpactEffectTrack = (void *)0x051D97D8; -const void * RTTI_BSSequence__LightColorTrack = (void *)0x05237160; -const void * RTTI_BSSequence__LightEffectReferenceTrack = (void *)0x051D9040; -const void * RTTI_BSSequence__LightEffectTrack = (void *)0x05237038; -const void * RTTI_BSSequence__LightIntensityTrack = (void *)0x05237128; -const void * RTTI_BSSequence__LightLensFlareVisiblityTrack = (void *)0x052370A8; -const void * RTTI_BSSequence__LightRadiusTrack = (void *)0x05236FA0; -const void * RTTI_BSSequence__LightSpawnEvent = (void *)0x05237070; -const void * RTTI_BSSequence__LoopMarker = (void *)0x053FE370; -const void * RTTI_BSSequence__MaterialFlipbookIndexGeneratorEvent = (void *)0x052372E0; -const void * RTTI_BSSequence__MaterialFlipbookIndexTrack = (void *)0x05237360; -const void * RTTI_BSSequence__MaterialPropertyTrack = (void *)0x05237198; -const void * RTTI_BSSequence__MaterialTrack = (void *)0x05237238; -const void * RTTI_BSSequence__Mediator = (void *)0x051D8C80; -const void * RTTI_BSSequence__NamedSequenceMap = (void *)0x051D8FE0; -const void * RTTI_BSSequence__NodeTrackBase = (void *)0x051D9080; -const void * RTTI_BSSequence__NoteEvent = (void *)0x053FD688; -const void * RTTI_BSSequence__NoteTrack = (void *)0x053FD848; -const void * RTTI_BSSequence__Object = (void *)0x051D9148; -const void * RTTI_BSSequence__ObjectAttachmentSubnodeTrack = (void *)0x05236790; -const void * RTTI_BSSequence__ObjectAttachmentTrack = (void *)0x05236838; -const void * RTTI_BSSequence__ObjectSpawnEvent = (void *)0x05236870; -const void * RTTI_BSSequence__ObjectSpawnTrack = (void *)0x051D97A0; -const void * RTTI_BSSequence__ParticleEffectReferenceTrack = (void *)0x052369F8; -const void * RTTI_BSSequence__ParticleEffectTrack = (void *)0x05236A38; -const void * RTTI_BSSequence__ParticleEvent = (void *)0x05236990; -const void * RTTI_BSSequence__ParticleMaterialPropertyTrack = (void *)0x05236B50; -const void * RTTI_BSSequence__ParticleParameterTrack = (void *)0x052369C0; -const void * RTTI_BSSequence__PlaySubSequenceEvent = (void *)0x05236D20; -const void * RTTI_BSSequence__PositionTrack = (void *)0x05236BF0; -const void * RTTI_BSSequence__PositionTrack__TrackState = (void *)0x051D98B8; -const void * RTTI_BSSequence__ProjectedDecalAlphaTrack = (void *)0x052376E8; -const void * RTTI_BSSequence__ProjectedDecalSpawnEvent = (void *)0x05237790; -const void * RTTI_BSSequence__ProjectedDecalTrack = (void *)0x051D9810; -const void * RTTI_BSSequence__PropertyControllerBase = (void *)0x053FD790; -const void * RTTI_BSSequence__PropertyControllerEvent = (void *)0x053FD7C8; -const void * RTTI_BSSequence__PropertyLerpControllerEvent = (void *)0x053FD808; -const void * RTTI_BSSequence__ReferenceSpawnEvent = (void *)0x052368A8; -const void * RTTI_BSSequence__RevertMaterialOverrideEvent = (void *)0x052370E8; -const void * RTTI_BSSequence__RotationTrack = (void *)0x05236C20; -const void * RTTI_BSSequence__RotationTrack__TrackState = (void *)0x051D9878; -const void * RTTI_BSSequence__ScaleTrack = (void *)0x05236D58; -const void * RTTI_BSSequence__SceneNodeTrack = (void *)0x051D9848; -const void * RTTI_BSSequence__ScriptTrack = (void *)0x05236A70; -const void * RTTI_BSSequence__SetPropertyEvent = (void *)0x053FD8A8; -const void * RTTI_BSSequence__SoundEvent = (void *)0x05236BC0; -const void * RTTI_BSSequence__SoundTrack = (void *)0x05236B90; -const void * RTTI_BSSequence__SubSequenceTrack = (void *)0x05236CE8; -const void * RTTI_BSSequence__Track = (void *)0x051D9018; -const void * RTTI_BSSequence__TrackGroup = (void *)0x051D90B0; -const void * RTTI_BSSequence__TriggerMaterialSwap = (void *)0x05237328; -const void * RTTI_BSSequence__VectorCurveEvent = (void *)0x053FE3D8; -const void * RTTI_BSSequence__VectorLerpEvent = (void *)0x053FE1A0; -const void * RTTI_BSSequence__VectorNoiseEvent = (void *)0x053FE3A0; -const void * RTTI_BSSequence__VectorTriggerEvent = (void *)0x053FE128; -const void * RTTI_BSSequence__VisibilityTrack = (void *)0x05236C50; -const void * RTTI_BSService__JobSite = (void *)0x0513C0D0; -const void * RTTI_BSShadowLight = (void *)0x05400850; -const void * RTTI_BSShapeConstructor = (void *)0x0527D450; -const void * RTTI_BSSimpleScaleController = (void *)0x053449A0; -const void * RTTI_BSSkin__BoneData = (void *)0x0547F7B0; -const void * RTTI_BSSkin__Instance = (void *)0x0547F7D8; -const void * RTTI_BSSpatialGraph = (void *)0x0520DD58; -const void * RTTI_BSSpatialGraphInfo = (void *)0x0542DA78; -const void * RTTI_BSSpatialGraphManager = (void *)0x0520EDF8; -const void * RTTI_BSSpatialGraphSearch = (void *)0x0520FFD0; -const void * RTTI_BSSplatterExtraData = (void *)0x05205E18; -const void * RTTI_BSSteamSysInfoSystemUtility = (void *)0x05485538; -const void * RTTI_BSStorage = (void *)0x051E0540; -const void * RTTI_BSStream = (void *)0x05261D38; -const void * RTTI_BSStreamParserData = (void *)0x05416428; -const void * RTTI_BSStreaming__DataStorage = (void *)0x0543FCC0; -const void * RTTI_BSSubBehaviorGraphSingletonData = (void *)0x053E63D8; -const void * RTTI_BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask = (void *)0x053E6BD0; -const void * RTTI_BSSubSceneNode = (void *)0x05400828; -const void * RTTI_BSSysInfoSystemUtility = (void *)0x051AB618; -const void * RTTI_BSSystemFileAsyncFunctor = (void *)0x054341E8; -const void * RTTI_BSSystemFileStorage = (void *)0x0543FC90; -const void * RTTI_BSSystemFileStreamer__HeapData = (void *)0x0543E600; -const void * RTTI_BSSystemFileStreamer__PhysicalRequest = (void *)0x0543E4A8; -const void * RTTI_BSSystemFileStreamer__PinnedData = (void *)0x0543E4E8; -const void * RTTI_BSSystemFileStreamer__Streamer = (void *)0x0543E6E0; -const void * RTTI_BSSystemFileStreamer__Streamer__ControlThread = (void *)0x0543E640; -const void * RTTI_BSSystemFileStreamer__Streamer__StreamerThread = (void *)0x0543E460; -const void * RTTI_BSSystemUtilitiesStrings = (void *)0x051AB308; -const void * RTTI_BSSystemUtility = (void *)0x05119FA0; -const void * RTTI_BSTArrayBase__IAllocatorFunctor = (void *)0x05118320; -const void * RTTI_BSTSmartPointerPrivate__HandleManagerBase = (void *)0x0518D210; -const void * RTTI_BSTableCurve = (void *)0x05485AA0; -const void * RTTI_BSTaskJobber = (void *)0x05401540; -const void * RTTI_BSTaskJobber__Task = (void *)0x05273A88; -const void * RTTI_BSTaskThread = (void *)0x051F2B28; -const void * RTTI_BSTaskletGroupData = (void *)0x0543FCF0; -const void * RTTI_BSTaskletManager = (void *)0x051A4E18; -const void * RTTI_BSTempEffect = (void *)0x05272F58; -const void * RTTI_BSTempEffectDebris = (void *)0x05272F80; -const void * RTTI_BSTempEffectGeometryDecal = (void *)0x05272FB0; -const void * RTTI_BSTempEffectParticle = (void *)0x05272FE0; -const void * RTTI_BSTempEffectSPG = (void *)0x05273080; -const void * RTTI_BSTempEffectScreenSpaceDecal = (void *)0x05273048; -const void * RTTI_BSTempEffectWeaponBlood = (void *)0x052730A8; -const void * RTTI_BSTerrainEffect = (void *)0x05273220; -const void * RTTI_BSTextureStreamer__ArchiveLayer = (void *)0x053FFE10; -const void * RTTI_BSTextureStreamer__LoadQueueService = (void *)0x053FFA78; -const void * RTTI_BSTextureStreamer__Manager = (void *)0x053FFBF8; -const void * RTTI_BSTextureStreamer__ManagerBase = (void *)0x053FFE48; -const void * RTTI_BSTextureStreamer__ManagerServiceFramework = (void *)0x053FFAC0; -const void * RTTI_BSTextureStreamer__TextureArchiveIDConverter = (void *)0x051A1F10; -const void * RTTI_BSTextureStreamer__TextureLoad = (void *)0x05403BB8; -const void * RTTI_BSTextureStreamer__TextureStreamerRequestBase = (void *)0x05403BF0; -const void * RTTI_BSThread = (void *)0x0519D350; -const void * RTTI_BSTransformExtra = (void *)0x0525F2A0; -const void * RTTI_BSTreadTransfInterpolator = (void *)0x0547EB08; -const void * RTTI_BSUIExternalTexture = (void *)0x05416FF0; -const void * RTTI_BSVMLoadNode = (void *)0x051F9858; -const void * RTTI_BSVMPostProcessNode = (void *)0x051F9880; -const void * RTTI_BSValueNode = (void *)0x05400878; -const void * RTTI_BSWArray = (void *)0x05403E98; -const void * RTTI_BSWeakReferenceNode = (void *)0x053FA520; -const void * RTTI_BSWin32ExceptionHandler = (void *)0x0518F208; -const void * RTTI_BSWinPCAwardsSystemUtility = (void *)0x054856E8; -const void * RTTI_BSWinPCGameDataSystemUtility = (void *)0x054855D8; -const void * RTTI_BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled = (void *)0x05485610; -const void * RTTI_BSWinPCSaveDataSystemUtility = (void *)0x054855A0; -const void * RTTI_BSWinPCSystemUtility = (void *)0x05485570; -const void * RTTI_BSXFlags = (void *)0x053FEE28; -const void * RTTI_BShkbHkxDB__QueuedHandles = (void *)0x0525D948; -const void * RTTI_BShkbUtils__GraphInspectionFunctor = (void *)0x053D6C58; -const void * RTTI_BackgroundProcessNode = (void *)0x051F2D38; -const void * RTTI_BackgroundProcessThread = (void *)0x051F2AF8; -const void * RTTI_BanishEffect = (void *)0x0531B350; -const void * RTTI_BarrierProjectile = (void *)0x05363218; -const void * RTTI_BarterMenu = (void *)0x052DF708; -const void * RTTI_BarterMenu_BuyItem = (void *)0x052DF670; -const void * RTTI_BarterMenu_CloseMenu = (void *)0x052DF578; -const void * RTTI_BarterMenu_HideModel = (void *)0x052DF5D8; -const void * RTTI_BarterMenu_LoadModel = (void *)0x052DF5A8; -const void * RTTI_BarterMenu_SellItem = (void *)0x052DF6A0; -const void * RTTI_BarterMenu_SetMouseOverModel = (void *)0x052DF6D0; -const void * RTTI_BarterMenu_ShowFailureMessage = (void *)0x052DF608; -const void * RTTI_BarterMenu_ViewedItem = (void *)0x052DF640; -const void * RTTI_BarterMenu__BarterMenuEventShuttle = (void *)0x052DF4B8; -const void * RTTI_BaseFormComponent = (void *)0x0511A350; -const void * RTTI_BaseLightAnimData = (void *)0x051E1118; -const void * RTTI_BeamProjectile = (void *)0x05363510; -const void * RTTI_BedEnterHandler = (void *)0x05361480; -const void * RTTI_BedFurnitureExitHandler = (void *)0x05361338; -const void * RTTI_BleedoutCameraState = (void *)0x0539A200; -const void * RTTI_BlendNode = (void *)0x053E4F08; -const void * RTTI_BlendNodeInstance = (void *)0x053E4EE0; -const void * RTTI_BlendTree = (void *)0x053D6C18; -const void * RTTI_BlendTreeInstance = (void *)0x053E4150; -const void * RTTI_Blueprints__Blueprint = (void *)0x051E0C90; -const void * RTTI_Blueprints__BlueprintMainStatusHandler = (void *)0x051E0A60; -const void * RTTI_Blueprints__BlueprintVariant = (void *)0x051037C8; -const void * RTTI_BodyCollisionsTask = (void *)0x050FF7C0; -const void * RTTI_BodyEffects__Effect = (void *)0x051CD078; -const void * RTTI_BodyEffects__ResourceVisualizationEffect = (void *)0x051CD038; -const void * RTTI_BodyEffects__ScanlinesEffect = (void *)0x051CD0A8; -const void * RTTI_BoneConstraint = (void *)0x053E4910; -const void * RTTI_BoneConstraintInstance = (void *)0x053E4938; -const void * RTTI_BoneModifierData = (void *)0x051D5C60; -const void * RTTI_BoneModifierExtra = (void *)0x052323A8; -const void * RTTI_BoneModifierInstance = (void *)0x051D5C30; -const void * RTTI_BookMenu = (void *)0x0539A608; -const void * RTTI_BookMenu__BookData = (void *)0x0539A668; -const void * RTTI_BookMenu__BookMenuUIDataEventShuttle = (void *)0x0539A5C8; -const void * RTTI_BoundaryMenu = (void *)0x052A0840; -const void * RTTI_BoundaryMenu_FastTravel = (void *)0x052A06D8; -const void * RTTI_BoundaryMenu_ShowMap = (void *)0x052A06A8; -const void * RTTI_BowZoomStartHandler = (void *)0x0535FA48; -const void * RTTI_BowZoomStopHandler = (void *)0x0535F950; -const void * RTTI_ButtonEvent = (void *)0x053E7D00; -const void * RTTI_CCallbackBase = (void *)0x05485698; -const void * RTTI_CPUCaptureHandler = (void *)0x053A2790; -const void * RTTI_CalcContainerWeight = (void *)0x0524FB38; -const void * RTTI_CalmEffect = (void *)0x0531B328; -const void * RTTI_CameraOverrideStartHandler = (void *)0x053612C8; -const void * RTTI_CameraOverrideStopHandler = (void *)0x053611E0; -const void * RTTI_CameraShakeHandler = (void *)0x0535FB30; -const void * RTTI_CameraZoomHandler = (void *)0x053A27B8; -const void * RTTI_Camera__DebugFollowCamera = (void *)0x0529CF50; -const void * RTTI_Camera__DebugFreeCamera = (void *)0x0529CF80; -const void * RTTI_Camera__DebugModule = (void *)0x0529CFE0; -const void * RTTI_Camera__DebugOrbitalCamera = (void *)0x0529CFB0; -const void * RTTI_Camera__DebugTargetCamera = (void *)0x0529CEF0; -const void * RTTI_Camera__IBaseModule = (void *)0x0529CC48; -const void * RTTI_Camera__IDebugCamera = (void *)0x0529CF20; -const void * RTTI_Camera__InteriorModule = (void *)0x0529D010; -const void * RTTI_Camera__Manager = (void *)0x0529CCA8; -const void * RTTI_Camera__PlayerModule = (void *)0x0529CC18; -const void * RTTI_Camera__SpaceModule = (void *)0x0529CC78; -const void * RTTI_CapacityValueModifierEffect = (void *)0x05319B88; -const void * RTTI_CellHandleManager = (void *)0x051D5A48; -const void * RTTI_CellHfCollision = (void *)0x051E4988; -const void * RTTI_ChainExplosion = (void *)0x053258F8; -const void * RTTI_ChairEnterHandler = (void *)0x05361428; -const void * RTTI_ChairFurnitureExitHandler = (void *)0x05361368; -const void * RTTI_ChangeAnimArchetypeHandler = (void *)0x05360CE8; -const void * RTTI_CharGen_BrowChange = (void *)0x052FC170; -const void * RTTI_CharGen_BrowColorChange = (void *)0x052FC078; -const void * RTTI_CharGen_CancelTextEntry = (void *)0x052FC3D8; -const void * RTTI_CharGen_CloseMenu = (void *)0x052FC520; -const void * RTTI_CharGen_CyclePronoun = (void *)0x052FC018; -const void * RTTI_CharGen_DirtScarsEtcChange = (void *)0x052FC258; -const void * RTTI_CharGen_EndBodyChange = (void *)0x052FABC8; -const void * RTTI_CharGen_EndTextEntry = (void *)0x052FC408; -const void * RTTI_CharGen_EyeColorChange = (void *)0x052FC1A0; -const void * RTTI_CharGen_FacialHairChange = (void *)0x052FC0E0; -const void * RTTI_CharGen_FacialHairColorChange = (void *)0x052FC0A8; -const void * RTTI_CharGen_HairChange = (void *)0x052FC140; -const void * RTTI_CharGen_HairColorChange = (void *)0x052FC110; -const void * RTTI_CharGen_HeadpartPlusSelectorChange = (void *)0x052FC2C0; -const void * RTTI_CharGen_HeadpartPresetChange = (void *)0x052FC4B8; -const void * RTTI_CharGen_JewelryChange = (void *)0x052FAC60; -const void * RTTI_CharGen_JewelryColorChange = (void *)0x052FAC28; -const void * RTTI_CharGen_MakeupChange = (void *)0x052FAA78; -const void * RTTI_CharGen_MarkingsChange = (void *)0x052FAA48; -const void * RTTI_CharGen_PostBlendColorOptionChange = (void *)0x052FAAE0; -const void * RTTI_CharGen_PostBlendFaceChange = (void *)0x052FAB20; -const void * RTTI_CharGen_PostBlendIntensityChange = (void *)0x052FAAA8; -const void * RTTI_CharGen_PresetChange = (void *)0x052FC4F0; -const void * RTTI_CharGen_RollOffLocomotion = (void *)0x052FACF0; -const void * RTTI_CharGen_RollOnLocomotion = (void *)0x052FAD20; -const void * RTTI_CharGen_RotatePaperdoll = (void *)0x052FAD50; -const void * RTTI_CharGen_SetAdditionalSlider = (void *)0x052FAB90; -const void * RTTI_CharGen_SetBackground = (void *)0x052FC1D0; -const void * RTTI_CharGen_SetBlockInputUnderPopup = (void *)0x052FAB58; -const void * RTTI_CharGen_SetBodyValues = (void *)0x052FC330; -const void * RTTI_CharGen_SetCameraPosition = (void *)0x052FC300; -const void * RTTI_CharGen_SetPronoun = (void *)0x052FBFE8; -const void * RTTI_CharGen_SetSex = (void *)0x052FC490; -const void * RTTI_CharGen_SetSlider = (void *)0x052FC468; -const void * RTTI_CharGen_SetTrait = (void *)0x052FC200; -const void * RTTI_CharGen_ShowChooseBackgroundMessage = (void *)0x052FC360; -const void * RTTI_CharGen_ShowPlayerRenameMessage = (void *)0x052FC3A0; -const void * RTTI_CharGen_SkintoneChange = (void *)0x052FC290; -const void * RTTI_CharGen_StartBodyChange = (void *)0x052FABF8; -const void * RTTI_CharGen_StartTextEntry = (void *)0x052FC438; -const void * RTTI_CharGen_SwitchBodyType = (void *)0x052FAD80; -const void * RTTI_CharGen_SwitchLocomotion = (void *)0x052FADB0; -const void * RTTI_CharGen_TeethChange = (void *)0x052FC048; -const void * RTTI_CharGen_TeethRollOff = (void *)0x052FAC90; -const void * RTTI_CharGen_TeethRollOn = (void *)0x052FACC0; -const void * RTTI_CharGen_ToggleMarking = (void *)0x052FC228; -const void * RTTI_CharGen_TogglePreviewHabSuit = (void *)0x052FADE0; -const void * RTTI_CharacterCollisionHandler = (void *)0x05349B78; -const void * RTTI_CharacterCollisionMessagePlayerAdapter = (void *)0x05330AF0; -const void * RTTI_CharacterEvent = (void *)0x053E79C0; -const void * RTTI_ChargenMenu = (void *)0x052FA6E8; -const void * RTTI_ChargenMenu__ChargenMenuEventShuttle = (void *)0x052F9D78; -const void * RTTI_CheckGoalReachedFunctor = (void *)0x0542C3F8; -const void * RTTI_CheckLineOfSightFilterMisc = (void *)0x0531B298; -const void * RTTI_CheckParameterReachedFunctor = (void *)0x0542C458; -const void * RTTI_CheckStoppedMovingFunctor = (void *)0x0542C3C8; -const void * RTTI_ClientBIMetrics__CombatHitMetricsI = (void *)0x0531C928; -const void * RTTI_ClientBIMetrics__HeartBeat__EventSink = (void *)0x051CC3A0; -const void * RTTI_ClientBIMetrics__Performance__EventSink = (void *)0x051CC850; -const void * RTTI_ClientBIMetrics__ShipCombatHitMetricsBPSImp = (void *)0x0531C960; -const void * RTTI_ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost = (void *)0x051CCE90; -const void * RTTI_CloakEffect = (void *)0x05319BC0; -const void * RTTI_ClonePoseNode = (void *)0x053E15D0; -const void * RTTI_ClonePoseNodeInstance = (void *)0x053E15A0; -const void * RTTI_CloudSaveWriter = (void *)0x05320428; -const void * RTTI_CombatAcquireSearchDebugData = (void *)0x0536BB38; -const void * RTTI_CombatAimController = (void *)0x05365A00; -const void * RTTI_CombatAlignRollPathController = (void *)0x05292FD8; -const void * RTTI_CombatAnimatedPath = (void *)0x05392BA0; -const void * RTTI_CombatApproachTargetPathController = (void *)0x05293720; -const void * RTTI_CombatAreaHoldPosition = (void *)0x05365C00; -const void * RTTI_CombatAreaReference = (void *)0x05365BA0; -const void * RTTI_CombatAreaShape = (void *)0x05294738; -const void * RTTI_CombatAreaStandard = (void *)0x05365BD0; -const void * RTTI_CombatBarrelRollPathController = (void *)0x05292E50; -const void * RTTI_CombatBehaviorAttackFromCover = (void *)0x053904D8; -const void * RTTI_CombatBehaviorBlindFireFromCover = (void *)0x05390640; -const void * RTTI_CombatBehaviorContextCover = (void *)0x053926D0; -const void * RTTI_CombatBehaviorContextGrenade = (void *)0x0528B568; -const void * RTTI_CombatBehaviorMoveInCover = (void *)0x0518E500; -const void * RTTI_CombatBehaviorProvideSuppressiveFire = (void *)0x05387768; -const void * RTTI_CombatBehaviorResource = (void *)0x0536BA98; -const void * RTTI_CombatBehaviorShipAcquire = (void *)0x05293AB8; -const void * RTTI_CombatBehaviorShipAttackManeuver = (void *)0x05293860; -const void * RTTI_CombatBehaviorShipBarrelRoll = (void *)0x052937D0; -const void * RTTI_CombatBehaviorShipBoost = (void *)0x05293BB8; -const void * RTTI_CombatBehaviorShipBreak = (void *)0x05293808; -const void * RTTI_CombatBehaviorShipBreakStalemate = (void *)0x05293938; -const void * RTTI_CombatBehaviorShipCut = (void *)0x05293B88; -const void * RTTI_CombatBehaviorShipDirectAttack = (void *)0x05293B18; -const void * RTTI_CombatBehaviorShipDisengage = (void *)0x05293A18; -const void * RTTI_CombatBehaviorShipLeadTurn = (void *)0x05293760; -const void * RTTI_CombatBehaviorShipLurk = (void *)0x052936F0; -const void * RTTI_CombatBehaviorShipOrbitCombatArea = (void *)0x05293900; -const void * RTTI_CombatBehaviorShipOrbitTarget = (void *)0x052938C8; -const void * RTTI_CombatBehaviorShipPass = (void *)0x05293898; -const void * RTTI_CombatBehaviorShipPathDestinationRef = (void *)0x052934E8; -const void * RTTI_CombatBehaviorShipPursue = (void *)0x052939E8; -const void * RTTI_CombatBehaviorShipScissors = (void *)0x05293B50; -const void * RTTI_CombatBehaviorShipSliceback = (void *)0x05293BE8; -const void * RTTI_CombatBehaviorShipSlideDodge = (void *)0x05293970; -const void * RTTI_CombatBehaviorShipSlideTurn = (void *)0x05293798; -const void * RTTI_CombatBehaviorShipStationaryTracking = (void *)0x052939A8; -const void * RTTI_CombatBehaviorShipStrafe = (void *)0x05293A50; -const void * RTTI_CombatBehaviorShipStrafeTurn = (void *)0x05293A80; -const void * RTTI_CombatBehaviorShipTargetingModeAutopilot = (void *)0x05283538; -const void * RTTI_CombatBehaviorShipTurn = (void *)0x05293AE8; -const void * RTTI_CombatBehaviorTree = (void *)0x0518E568; -const void * RTTI_CombatBehaviorTreeAcquireObject = (void *)0x0518E3B8; -const void * RTTI_CombatBehaviorTreeAction = (void *)0x0518E490; -const void * RTTI_CombatBehaviorTreeActionEquipmentSelector = (void *)0x0518DFB0; -const void * RTTI_CombatBehaviorTreeAvoidThreat = (void *)0x0518E858; -const void * RTTI_CombatBehaviorTreeBlock = (void *)0x0518E598; -const void * RTTI_CombatBehaviorTreeBow = (void *)0x0518E190; -const void * RTTI_CombatBehaviorTreeChargingCloseMovement = (void *)0x0518E378; -const void * RTTI_CombatBehaviorTreeChargingMovement = (void *)0x0518E4C0; -const void * RTTI_CombatBehaviorTreeCheckUnreachableTarget = (void *)0x0518E890; -const void * RTTI_CombatBehaviorTreeCloseMovement = (void *)0x0518E268; -const void * RTTI_CombatBehaviorTreeCombat = (void *)0x0518E640; -const void * RTTI_CombatBehaviorTreeCreateContextNodeBase = (void *)0x05280648; -const void * RTTI_CombatBehaviorTreeFindAttackLocation = (void *)0x0518E1C0; -const void * RTTI_CombatBehaviorTreeFindValidLocation = (void *)0x0518E818; -const void * RTTI_CombatBehaviorTreeFlankingMovement = (void *)0x0518E150; -const void * RTTI_CombatBehaviorTreeFlee = (void *)0x0518E2A0; -const void * RTTI_CombatBehaviorTreeFlight = (void *)0x0518E6E0; -const void * RTTI_CombatBehaviorTreeGrenade = (void *)0x0518E7E8; -const void * RTTI_CombatBehaviorTreeGun = (void *)0x0518E200; -const void * RTTI_CombatBehaviorTreeHide = (void *)0x0518E3F0; -const void * RTTI_CombatBehaviorTreeLinkNode = (void *)0x0536BAC8; -const void * RTTI_CombatBehaviorTreeLowCombat = (void *)0x0518E118; -const void * RTTI_CombatBehaviorTreeMagic = (void *)0x0518E308; -const void * RTTI_CombatBehaviorTreeMelee = (void *)0x0518E748; -const void * RTTI_CombatBehaviorTreeMovement = (void *)0x0518E7B0; -const void * RTTI_CombatBehaviorTreeMovementRequest = (void *)0x0518E230; -const void * RTTI_CombatBehaviorTreeNode = (void *)0x05280618; -const void * RTTI_CombatBehaviorTreePlayerShipCombat = (void *)0x0518E5C8; -const void * RTTI_CombatBehaviorTreeRangedMovement = (void *)0x0518E420; -const void * RTTI_CombatBehaviorTreeRetreatClose = (void *)0x0518E530; -const void * RTTI_CombatBehaviorTreeRetreatRanged = (void *)0x0518E2D0; -const void * RTTI_CombatBehaviorTreeReturnToCombatArea = (void *)0x0518E0A0; -const void * RTTI_CombatBehaviorTreeRootNode = (void *)0x0536BB00; -const void * RTTI_CombatBehaviorTreeSearch = (void *)0x0518E070; -const void * RTTI_CombatBehaviorTreeShipAction = (void *)0x0518E458; -const void * RTTI_CombatBehaviorTreeShipActionEquipmentSelector = (void *)0x0518DFF0; -const void * RTTI_CombatBehaviorTreeShipCombat = (void *)0x0518E608; -const void * RTTI_CombatBehaviorTreeShipDetection = (void *)0x0518E670; -const void * RTTI_CombatBehaviorTreeShipFlee = (void *)0x0518E710; -const void * RTTI_CombatBehaviorTreeShipManeuvers = (void *)0x0518DF78; -const void * RTTI_CombatBehaviorTreeShipMovement = (void *)0x0518E778; -const void * RTTI_CombatBehaviorTreeShipPowerAllocation = (void *)0x0518E338; -const void * RTTI_CombatBehaviorTreeSpaceshipWeapon = (void *)0x0518E6A8; -const void * RTTI_CombatBehaviorTreeTargetingMode = (void *)0x0518E8D0; -const void * RTTI_CombatBehaviorTreeThrow = (void *)0x0518E908; -const void * RTTI_CombatBehaviorTreeUseCover = (void *)0x0518E0E0; -const void * RTTI_CombatBehaviorTreeUsePotion = (void *)0x0518E038; -const void * RTTI_CombatBehaviorTreeWrapperNode = (void *)0x05284098; -const void * RTTI_CombatBehaviorWaitBehindCover = (void *)0x05390510; -const void * RTTI_CombatBlackboardMemberBase = (void *)0x05140510; -const void * RTTI_CombatChangePositionPathController = (void *)0x05392530; -const void * RTTI_CombatChargingSearchData = (void *)0x0528AB28; -const void * RTTI_CombatCluster = (void *)0x05365FC8; -const void * RTTI_CombatCoverLocation = (void *)0x05365D38; -const void * RTTI_CombatCoverSearch = (void *)0x05365DA0; -const void * RTTI_CombatCoverSearchDebugData = (void *)0x05365D68; -const void * RTTI_CombatCoverSearchResult = (void *)0x05365D08; -const void * RTTI_CombatCoveredPath = (void *)0x05283578; -const void * RTTI_CombatCoveredPathDebugData = (void *)0x05296AA8; -const void * RTTI_CombatDialogueDebugData = (void *)0x05365F60; -const void * RTTI_CombatDisableActionController = (void *)0x05386128; -const void * RTTI_CombatDisableAimController = (void *)0x05365A30; -const void * RTTI_CombatDisableCollisionController = (void *)0x053860F0; -const void * RTTI_CombatEncounterBIEvents__CombatEnounterMetricsManager = (void *)0x0531CAF0; -const void * RTTI_CombatEncounterMetrics = (void *)0x0531CD18; -const void * RTTI_CombatEnterCoverPathController = (void *)0x05365E20; -const void * RTTI_CombatFlankingSearchData = (void *)0x05379B50; -const void * RTTI_CombatFleeAimController = (void *)0x0537EFD0; -const void * RTTI_CombatFollowTargetPathController = (void *)0x05399840; -const void * RTTI_CombatGroupDetectionListener = (void *)0x05365F90; -const void * RTTI_CombatInceptionDebugData = (void *)0x05365F30; -const void * RTTI_CombatInterface = (void *)0x05283708; -const void * RTTI_CombatInventoryItem = (void *)0x053660F8; -const void * RTTI_CombatInventoryItemComposite = (void *)0x05366268; -const void * RTTI_CombatInventoryItemGrenade = (void *)0x05366338; -const void * RTTI_CombatInventoryItemMagic = (void *)0x05366370; -const void * RTTI_CombatInventoryItemMelee = (void *)0x05366238; -const void * RTTI_CombatInventoryItemOneHandedBlock = (void *)0x053662D0; -const void * RTTI_CombatInventoryItemPotion = (void *)0x05368B38; -const void * RTTI_CombatInventoryItemRanged = (void *)0x05366208; -const void * RTTI_CombatInventoryItemScroll = (void *)0x05368B08; -const void * RTTI_CombatInventoryItemShield = (void *)0x05366308; -const void * RTTI_CombatInventoryItemStaff = (void *)0x05368A48; -const void * RTTI_CombatInventoryItemThrown = (void *)0x053661D8; -const void * RTTI_CombatInventoryItemTorch = (void *)0x053662A0; -const void * RTTI_CombatMagicCaster = (void *)0x05368A78; -const void * RTTI_CombatMagicCasterArmor = (void *)0x05368870; -const void * RTTI_CombatMagicCasterBoundItem = (void *)0x053688A0; -const void * RTTI_CombatMagicCasterChameleon = (void *)0x053688D8; -const void * RTTI_CombatMagicCasterCloak = (void *)0x053687E0; -const void * RTTI_CombatMagicCasterDash = (void *)0x05368A18; -const void * RTTI_CombatMagicCasterDisarm = (void *)0x05368810; -const void * RTTI_CombatMagicCasterInvisibility = (void *)0x05368910; -const void * RTTI_CombatMagicCasterLight = (void *)0x053687B0; -const void * RTTI_CombatMagicCasterOffensive = (void *)0x05368BF8; -const void * RTTI_CombatMagicCasterParalyze = (void *)0x05368978; -const void * RTTI_CombatMagicCasterReanimate = (void *)0x053689A8; -const void * RTTI_CombatMagicCasterRestore = (void *)0x05368B98; -const void * RTTI_CombatMagicCasterScript = (void *)0x05368948; -const void * RTTI_CombatMagicCasterStagger = (void *)0x05368840; -const void * RTTI_CombatMagicCasterSummon = (void *)0x05368B68; -const void * RTTI_CombatMagicCasterTargetEffect = (void *)0x053689E0; -const void * RTTI_CombatMagicCasterWard = (void *)0x05368BC8; -const void * RTTI_CombatMagicItemData = (void *)0x05368AD8; -const void * RTTI_CombatMagicItemSkillChecker = (void *)0x05368AA0; -const void * RTTI_CombatMaintainDistancePathController = (void *)0x052834F8; -const void * RTTI_CombatMantlePathController = (void *)0x05365E58; -const void * RTTI_CombatMatchTargetAimController = (void *)0x05365A68; -const void * RTTI_CombatMeleeAimController = (void *)0x05365B38; -const void * RTTI_CombatMeleeAttackController = (void *)0x05380EA0; -const void * RTTI_CombatMeleeDebugData = (void *)0x05380ED8; -const void * RTTI_CombatMovementRequestActivateTarget = (void *)0x0528B328; -const void * RTTI_CombatMovementRequestFollowActor = (void *)0x0528B398; -const void * RTTI_CombatNavmeshCoverLocation = (void *)0x05365E90; -const void * RTTI_CombatNavmeshPathingDebugData = (void *)0x05296D10; -const void * RTTI_CombatPath = (void *)0x052836E0; -const void * RTTI_CombatPathBuilder = (void *)0x05280A80; -const void * RTTI_CombatPathBuilderCovered = (void *)0x05296B50; -const void * RTTI_CombatPathBuilderNavmesh = (void *)0x05281228; -const void * RTTI_CombatPathBuilderNavmeshOpen = (void *)0x05288A60; -const void * RTTI_CombatPathBuilderNavmeshStandard = (void *)0x05280F98; -const void * RTTI_CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter = (void *)0x05296D80; -const void * RTTI_CombatPathBuilderPolicyStandard = (void *)0x052832C0; -const void * RTTI_CombatPathBuilderSpace = (void *)0x052808B8; -const void * RTTI_CombatPathBuilderSpaceOpen = (void *)0x05287D98; -const void * RTTI_CombatPathBuilderSpaceStandard = (void *)0x052808E8; -const void * RTTI_CombatPathBuilderSpatialGraph = (void *)0x05280688; -const void * RTTI_CombatPathBuilderSpatialGraphOpen = (void *)0x05288C10; -const void * RTTI_CombatPathBuilderSpatialGraphStandard = (void *)0x05281168; -const void * RTTI_CombatPathBuilderTrackInfo = (void *)0x05284100; -const void * RTTI_CombatPathBuilderTracker = (void *)0x052840D0; -const void * RTTI_CombatPathDestinationAcquire = (void *)0x05292E88; -const void * RTTI_CombatPathDestinationActor = (void *)0x0528ABB8; -const void * RTTI_CombatPathDestinationBarrelRoll = (void *)0x052935A0; -const void * RTTI_CombatPathDestinationBreak = (void *)0x052933C8; -const void * RTTI_CombatPathDestinationDirectlyToTarget = (void *)0x052834B8; -const void * RTTI_CombatPathDestinationDisengage = (void *)0x05292CF8; -const void * RTTI_CombatPathDestinationEvade = (void *)0x05292DA0; -const void * RTTI_CombatPathDestinationFlee = (void *)0x0528FB40; -const void * RTTI_CombatPathDestinationFollowActor = (void *)0x05392BD0; -const void * RTTI_CombatPathDestinationLeadTurn = (void *)0x05293390; -const void * RTTI_CombatPathDestinationOrbitRef = (void *)0x052931A8; -const void * RTTI_CombatPathDestinationPursue = (void *)0x05293010; -const void * RTTI_CombatPathDestinationRef = (void *)0x052831C8; -const void * RTTI_CombatPathDestinationRefs = (void *)0x053998B0; -const void * RTTI_CombatPathDestinationRemainNear = (void *)0x05291978; -const void * RTTI_CombatPathDestinationSlideDodge = (void *)0x05293170; -const void * RTTI_CombatPathDestinationSlideTurn = (void *)0x052935D8; -const void * RTTI_CombatPathDestinationStrafe = (void *)0x05293250; -const void * RTTI_CombatPathDestinationStrafeTurn = (void *)0x05292FA0; -const void * RTTI_CombatPathingDebugData = (void *)0x05296D48; -const void * RTTI_CombatPathingDelayedTweener = (void *)0x05399878; -const void * RTTI_CombatPathingRequest = (void *)0x05283228; -const void * RTTI_CombatPathingRequestAdapter = (void *)0x05394B48; -const void * RTTI_CombatPathingRequestCovered = (void *)0x05296BF0; -const void * RTTI_CombatPathingRequestDebugData = (void *)0x05394AD8; -const void * RTTI_CombatPathingRequestMultiGoal = (void *)0x05394B10; -const void * RTTI_CombatPathingRequestStandard = (void *)0x05283288; -const void * RTTI_CombatPathingSearch = (void *)0x05281020; -const void * RTTI_CombatPathingSearchArea = (void *)0x05296BC0; -const void * RTTI_CombatPathingTweener = (void *)0x05399810; -const void * RTTI_CombatPositionReservation = (void *)0x05296E00; -const void * RTTI_CombatPositionTracker = (void *)0x05296DD0; -const void * RTTI_CombatProjectileAimController = (void *)0x05365B68; -const void * RTTI_CombatProjectileDebugData = (void *)0x05365AA0; -const void * RTTI_CombatQueuedEvent = (void *)0x053424D8; -const void * RTTI_CombatRangedMovementPathSpeedController = (void *)0x0528F078; -const void * RTTI_CombatReservation = (void *)0x05293838; -const void * RTTI_CombatSearchLockData = (void *)0x0538D160; -const void * RTTI_CombatSearchMap2D = (void *)0x05284FE0; -const void * RTTI_CombatSearchMap3D = (void *)0x052852F8; -const void * RTTI_CombatShipGenericPathController = (void *)0x05293358; -const void * RTTI_CombatShipPursueTargetPathController = (void *)0x052930C0; -const void * RTTI_CombatSoftCoverLocation = (void *)0x05365EC8; -const void * RTTI_CombatSpatialGraphPathingDebugData = (void *)0x05296E30; -const void * RTTI_CombatStandardCoverLocation = (void *)0x05365EF8; -const void * RTTI_CombatSuppressiveFireBehavior = (void *)0x05296E70; -const void * RTTI_CombatTargetLocation = (void *)0x0536A6A0; -const void * RTTI_CombatTargetLocationSearch = (void *)0x0536A668; -const void * RTTI_CombatTargetLocationSearchResult = (void *)0x0536A6D0; -const void * RTTI_CombatTargetSelector = (void *)0x0536B528; -const void * RTTI_CombatTargetSelectorFixed = (void *)0x0536B608; -const void * RTTI_CombatTargetSelectorPreferred = (void *)0x0536B4B8; -const void * RTTI_CombatTargetSelectorRandom = (void *)0x0536B5D0; -const void * RTTI_CombatTargetSelectorSpaceship = (void *)0x0536B558; -const void * RTTI_CombatTargetSelectorStandard = (void *)0x0536B4F0; -const void * RTTI_CombatTargetSelectorWorkshopObject = (void *)0x0536B590; -const void * RTTI_CombatThreat = (void *)0x0536B698; -const void * RTTI_CombatThreatExplosion = (void *)0x0536B668; -const void * RTTI_CombatThreatLOF = (void *)0x0536B6E8; -const void * RTTI_CombatThreatMelee = (void *)0x0536B6C0; -const void * RTTI_CombatThreatProjectile = (void *)0x0536B638; -const void * RTTI_CombatTrackTargetAimController = (void *)0x05365B00; -const void * RTTI_CombatTunnelPathController = (void *)0x05296F10; -const void * RTTI_CombatTunnelPathingRequestData = (void *)0x05296ED8; -const void * RTTI_CombatViewController = (void *)0x05296F48; -const void * RTTI_CombatViewControllerGlance = (void *)0x05296FA8; -const void * RTTI_CombatViewControllerPath = (void *)0x05296F78; -const void * RTTI_CombatViewControllerStandard = (void *)0x05296FE0; -const void * RTTI_CommandEffect = (void *)0x05319C68; -const void * RTTI_CommandSummonedEffect = (void *)0x05319C90; -const void * RTTI_CompactingStore__MoveCallback = (void *)0x053E7560; -const void * RTTI_CompactingStore__NoopMoveCallback = (void *)0x053E7528; -const void * RTTI_CompressedArchiveFile = (void *)0x0543ED48; -const void * RTTI_ConditionVariable = (void *)0x053E3FB8; -const void * RTTI_ConeProjectile = (void *)0x05285450; -const void * RTTI_ConnectionTypeCallback = (void *)0x053160D0; -const void * RTTI_Console = (void *)0x0539AE98; -const void * RTTI_ConsoleLog = (void *)0x0539AFA8; -const void * RTTI_ConsoleNativeUIMenu = (void *)0x0539B168; -const void * RTTI_ContainerMenu = (void *)0x0539B9E0; -const void * RTTI_ContainerMenuDataModel = (void *)0x052A9B48; -const void * RTTI_ContainerMenuDataModel__ContainerMenuEventShuttle = (void *)0x052A9BC0; -const void * RTTI_ContainerMenu_CloseMenu = (void *)0x0539D630; -const void * RTTI_ContainerMenu_HideModel = (void *)0x0539D598; -const void * RTTI_ContainerMenu_Jettison = (void *)0x0539D600; -const void * RTTI_ContainerMenu_LoadModel = (void *)0x0539D568; -const void * RTTI_ContainerMenu_OpenRefuelMenu = (void *)0x0539D5C8; -const void * RTTI_ContainerMenu_SetMouseOverModel = (void *)0x0539D660; -const void * RTTI_ContainerMenu_TakeAll = (void *)0x0539D538; -const void * RTTI_ContainerMenu_ToggleEquip = (void *)0x0539D6D0; -const void * RTTI_ContainerMenu_TransferAllResources = (void *)0x0539D498; -const void * RTTI_ContainerMenu_TransferItem = (void *)0x0539D698; -const void * RTTI_ControlMapDataModel = (void *)0x05416928; -const void * RTTI_ControllerInternalState = (void *)0x0542CED0; -const void * RTTI_ConvertBoneToVar = (void *)0x053E47B0; -const void * RTTI_ConvertBoneToVarInstance = (void *)0x053E47D8; -const void * RTTI_CopyBoneWeights = (void *)0x053E51C0; -const void * RTTI_CopyBoneWeightsInstance = (void *)0x053E5190; -const void * RTTI_CraftingInfoCardDataModel = (void *)0x052B6758; -const void * RTTI_CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle = (void *)0x052B69A0; -const void * RTTI_CraftingMenuCommon = (void *)0x052ABFB8; -const void * RTTI_CraftingMenu_CraftItem = (void *)0x052ABE10; -const void * RTTI_CraftingMenu_ExitBench = (void *)0x052ABB58; -const void * RTTI_CraftingMenu_Highlight3D = (void *)0x05313788; -const void * RTTI_CraftingMenu_InstallMod = (void *)0x052ABE40; -const void * RTTI_CraftingMenu_RenameItem = (void *)0x052AC0B0; -const void * RTTI_CraftingMenu_RevertHighlight = (void *)0x053137B8; -const void * RTTI_CraftingMenu_RevertedModdedItem = (void *)0x052AC078; -const void * RTTI_CraftingMenu_SelectedMod = (void *)0x052ABF18; -const void * RTTI_CraftingMenu_SelectedModSlot = (void *)0x052ABEE0; -const void * RTTI_CraftingMenu_SelectedModdableItem = (void *)0x052ABF80; -const void * RTTI_CraftingMenu_SelectedRecipe = (void *)0x052ABEA8; -const void * RTTI_CraftingMenu_SetInspectControls = (void *)0x052ABBF8; -const void * RTTI_CraftingMenu_ToggleTracking = (void *)0x052ABE70; -const void * RTTI_CraftingMenu_ViewingModdableItem = (void *)0x052ABF48; -const void * RTTI_CraftingRecipesDataModel = (void *)0x052B65B0; -const void * RTTI_CraftingRecipesDataModel__CraftingRecipesEventShuttle = (void *)0x052B6560; -const void * RTTI_CraftingRequirementsDataModel = (void *)0x052AC7D0; -const void * RTTI_CraftingRequirementsDataModel__CraftingRequirementsEventShuttle = (void *)0x052AC860; -const void * RTTI_CreateNavigationGridTask = (void *)0x052066D8; -const void * RTTI_CreationRendererPrivate__AddProbeBorderRenderPass = (void *)0x05465360; -const void * RTTI_CreationRendererPrivate__AddScatteringOrderRenderPass = (void *)0x05471650; -const void * RTTI_CreationRendererPrivate__AllocateSkinningBuffersRenderPass = (void *)0x0547AB00; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12 = (void *)0x0545FFF0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator = (void *)0x05472B30; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12 = (void *)0x05472AC0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12 = (void *)0x0545FF90; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout = (void *)0x05474CF0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12 = (void *)0x05474D50; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution = (void *)0x0546ADB0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout = (void *)0x05474B70; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12 = (void *)0x05474BD0; -const void * RTTI_CreationRendererPrivate__ArtValidationRenderPass = (void *)0x054767B0; -const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderGraphBase = (void *)0x054718C0; -const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderPass = (void *)0x05471920; -const void * RTTI_CreationRendererPrivate__BRDFIntegrationRenderPass = (void *)0x0545C140; -const void * RTTI_CreationRendererPrivate__BakeSHBasisRenderPass = (void *)0x0545C000; -const void * RTTI_CreationRendererPrivate__BaseParticleComputeLightingRenderPass = (void *)0x0545EC70; -const void * RTTI_CreationRendererPrivate__BaseParticlesRenderPass = (void *)0x05476500; -const void * RTTI_CreationRendererPrivate__BinkMovieDrawRenderPass = (void *)0x054583B0; -const void * RTTI_CreationRendererPrivate__BinkMovieSubgraphRenderPass = (void *)0x054582D0; -const void * RTTI_CreationRendererPrivate__BinkUpdatePlanesRenderPass = (void *)0x05458360; -const void * RTTI_CreationRendererPrivate__BlendAllReflectionProbesRenderPass = (void *)0x05479AF0; -const void * RTTI_CreationRendererPrivate__BlendProbeRayRenderPass = (void *)0x054653B0; -const void * RTTI_CreationRendererPrivate__BlendReflectionProbeRenderPass = (void *)0x05479C00; -const void * RTTI_CreationRendererPrivate__BlendedDecalRenderPass = (void *)0x05476900; -const void * RTTI_CreationRendererPrivate__BlendedDecal_OptionalRenderPass = (void *)0x054768B0; -const void * RTTI_CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass = (void *)0x05476800; -const void * RTTI_CreationRendererPrivate__BlendedDecalsRenderPass = (void *)0x05476860; -const void * RTTI_CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass = (void *)0x0546FCB0; -const void * RTTI_CreationRendererPrivate__BlurHeightfieldVerticalRenderPass = (void *)0x0546FD10; -const void * RTTI_CreationRendererPrivate__BlurSpaceGlareRenderPass = (void *)0x0546AC80; -const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass = (void *)0x05477B10; -const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass = (void *)0x05477AB0; -const void * RTTI_CreationRendererPrivate__BlurredMipChain_idTech7RenderPass = (void *)0x05476A50; -const void * RTTI_CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass = (void *)0x05476B40; -const void * RTTI_CreationRendererPrivate__BruteForceRaymarchingRenderPass = (void *)0x054717C0; -const void * RTTI_CreationRendererPrivate__BufferReadbackRenderPass = (void *)0x05476BA0; -const void * RTTI_CreationRendererPrivate__BuildAccelerationStructureRenderPass = (void *)0x05476BF0; -const void * RTTI_CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue = (void *)0x05462780; -const void * RTTI_CreationRendererPrivate__CelestialBodiesGeometryRenderPass = (void *)0x05476CA0; -const void * RTTI_CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass = (void *)0x05476D40; -const void * RTTI_CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass = (void *)0x05476DA0; -const void * RTTI_CreationRendererPrivate__CelestialBodiesPrepareRenderPass = (void *)0x05476CF0; -const void * RTTI_CreationRendererPrivate__CelestialBodiesRenderPass = (void *)0x05476C50; -const void * RTTI_CreationRendererPrivate__ChargenMorphService = (void *)0x054743F0; -const void * RTTI_CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass = (void *)0x054796B0; -const void * RTTI_CreationRendererPrivate__ClearFallbackCubemapRenderPass = (void *)0x0545C190; -const void * RTTI_CreationRendererPrivate__ClearRenderGraphOutputRenderPass = (void *)0x05469300; -const void * RTTI_CreationRendererPrivate__ClearShadowMapGroupRenderPass = (void *)0x054689F0; -const void * RTTI_CreationRendererPrivate__ClearShadowMapsRenderPass = (void *)0x05468A40; -const void * RTTI_CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass = (void *)0x0546A810; -const void * RTTI_CreationRendererPrivate__ClearThinDeferredGBufferRenderPass = (void *)0x054791F0; -const void * RTTI_CreationRendererPrivate__CloudCardsRenderPass = (void *)0x05476FC0; -const void * RTTI_CreationRendererPrivate__CloudLayersRenderPass = (void *)0x05476F70; -const void * RTTI_CreationRendererPrivate__CloudsHalfResCompositeRenderPass = (void *)0x05476F20; -const void * RTTI_CreationRendererPrivate__CloudsRenderPass = (void *)0x05477008; -const void * RTTI_CreationRendererPrivate__ColorGradingMergeRenderPass = (void *)0x05473C60; -const void * RTTI_CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass = (void *)0x05465800; -const void * RTTI_CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass = (void *)0x05465860; -const void * RTTI_CreationRendererPrivate__CompositeMomentBasedOITRenderPass = (void *)0x05465740; -const void * RTTI_CreationRendererPrivate__ComputeLightInfluenceRenderPass = (void *)0x05478660; -const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass = (void *)0x05471C00; -const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass = (void *)0x05471C60; -const void * RTTI_CreationRendererPrivate__ComputeSHCoefRenderPass = (void *)0x0545C050; -const void * RTTI_CreationRendererPrivate__ComputeScatterRadianceRenderPass = (void *)0x054715B0; -const void * RTTI_CreationRendererPrivate__ComputeScatteringOrderRenderPass = (void *)0x05471600; -const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass = (void *)0x0546A9E0; -const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass = (void *)0x0546AA90; -const void * RTTI_CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass = (void *)0x05459870; -const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringRenderPass = (void *)0x0546A930; -const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass = (void *)0x0546A980; -const void * RTTI_CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass = (void *)0x05471760; -const void * RTTI_CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass = (void *)0x054716A0; -const void * RTTI_CreationRendererPrivate__CopyLightInfluenceRenderPass = (void *)0x05478750; -const void * RTTI_CreationRendererPrivate__CopyRenderPass = (void *)0x054692B8; -const void * RTTI_CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass = (void *)0x05477290; -const void * RTTI_CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass = (void *)0x054762F0; -const void * RTTI_CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass = (void *)0x054691B0; -const void * RTTI_CreationRendererPrivate__CopyToRenderGraphOutputRenderPass = (void *)0x054693A0; -const void * RTTI_CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass = (void *)0x054693F0; -const void * RTTI_CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass = (void *)0x054745F0; -const void * RTTI_CreationRendererPrivate__CopyWithShaderRenderPass = (void *)0x05469350; -const void * RTTI_CreationRendererPrivate__CubemapBackgroundRenderPass = (void *)0x05477050; -const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationRenderPass = (void *)0x05477580; -const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationUIRenderPass = (void *)0x054775D0; -const void * RTTI_CreationRendererPrivate__DLSSProduceInputsRenderPass = (void *)0x05477770; -const void * RTTI_CreationRendererPrivate__DLSSUpscaleRenderPass = (void *)0x05473D00; -const void * RTTI_CreationRendererPrivate__DeDitherRenderPass = (void *)0x054770A0; -const void * RTTI_CreationRendererPrivate__DeferredCompositeRenderPass = (void *)0x054770F0; -const void * RTTI_CreationRendererPrivate__DeferredGBufferOptionalRenderPass = (void *)0x054771A0; -const void * RTTI_CreationRendererPrivate__DeferredGBufferRenderPass = (void *)0x054771F0; -const void * RTTI_CreationRendererPrivate__DeferredGBufferTranslucentRenderPass = (void *)0x05477140; -const void * RTTI_CreationRendererPrivate__DepthDownsampleRenderPass = (void *)0x05477240; -const void * RTTI_CreationRendererPrivate__DepthGraphRenderPass = (void *)0x054772F0; -const void * RTTI_CreationRendererPrivate__DepthMVFixupRenderPass = (void *)0x054749A0; -const void * RTTI_CreationRendererPrivate__DepthMVFixupStandardRenderPass = (void *)0x054749F0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldBlurRenderPass = (void *)0x0547CAA0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass = (void *)0x0547C9F0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCRenderPass = (void *)0x0547CB40; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCompositeRenderPass = (void *)0x0547CB90; -const void * RTTI_CreationRendererPrivate__DepthOfFieldDownsampleRenderPass = (void *)0x0547CBE0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass = (void *)0x0547CA40; -const void * RTTI_CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass = (void *)0x0547CC30; -const void * RTTI_CreationRendererPrivate__DepthOfFieldSubGraph = (void *)0x05477340; -const void * RTTI_CreationRendererPrivate__DepthOfFieldTAARenderPass = (void *)0x0547CC80; -const void * RTTI_CreationRendererPrivate__DepthOfFieldTapBlurRenderPass = (void *)0x0547CAF0; -const void * RTTI_CreationRendererPrivate__DepthPrepassRenderPass = (void *)0x05477390; -const void * RTTI_CreationRendererPrivate__DistantAtmospheresRenderPass = (void *)0x05462EB0; -const void * RTTI_CreationRendererPrivate__DistortionBaseRenderPass = (void *)0x05477530; -const void * RTTI_CreationRendererPrivate__DistortionCalculateColorRenderPass = (void *)0x05477430; -const void * RTTI_CreationRendererPrivate__DistortionOutputRenderPass = (void *)0x054774E0; -const void * RTTI_CreationRendererPrivate__DistortionParticlesRenderPass = (void *)0x054765A0; -const void * RTTI_CreationRendererPrivate__DistortionRenderPass = (void *)0x05477490; -const void * RTTI_CreationRendererPrivate__DoubleVisionRenderPass = (void *)0x0547D100; -const void * RTTI_CreationRendererPrivate__DownsampleHeightfieldRenderPass = (void *)0x0546FBC0; -const void * RTTI_CreationRendererPrivate__DownsampleSpaceGlareRenderPass = (void *)0x0546AC30; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass = (void *)0x05462E50; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresRenderPass = (void *)0x05462E00; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass = (void *)0x05462F00; -const void * RTTI_CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass = (void *)0x05477E60; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecalsRenderPass = (void *)0x05479040; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass = (void *)0x05478F90; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass = (void *)0x05478F30; -const void * RTTI_CreationRendererPrivate__DynamicResolution = (void *)0x0546B260; -const void * RTTI_CreationRendererPrivate__DynamicShadowBaseDrawSubGraph = (void *)0x05468A90; -const void * RTTI_CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass = (void *)0x0547A3F0; -const void * RTTI_CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph = (void *)0x0547A950; -const void * RTTI_CreationRendererPrivate__DynamicShadowDrawSubGraph = (void *)0x0547A5C0; -const void * RTTI_CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph = (void *)0x05468AE0; -const void * RTTI_CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass = (void *)0x0547A330; -const void * RTTI_CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass = (void *)0x0547A500; -const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass = (void *)0x0547A450; -const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass = (void *)0x0547A6D0; -const void * RTTI_CreationRendererPrivate__DynamicShadowGraph = (void *)0x0547A8B0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMapBarriersRenderPass = (void *)0x0547A670; -const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass = (void *)0x0547A610; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass = (void *)0x0547A2C0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass = (void *)0x0547A790; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass = (void *)0x0547A250; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass = (void *)0x0547A390; -const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass = (void *)0x0547A730; -const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareGroupedDrawsRenderPass = (void *)0x0547A560; -const void * RTTI_CreationRendererPrivate__DynamicShadowSceneSetupRenderPass = (void *)0x0547A9B0; -const void * RTTI_CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass = (void *)0x0547A7F0; -const void * RTTI_CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph = (void *)0x05479EA0; -const void * RTTI_CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass = (void *)0x05468F90; -const void * RTTI_CreationRendererPrivate__EmptyRenderPass = (void *)0x054690A8; -const void * RTTI_CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass = (void *)0x05471700; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass = (void *)0x05471E20; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass = (void *)0x05471DC0; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderPass = (void *)0x054719D0; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass = (void *)0x05471D60; -const void * RTTI_CreationRendererPrivate__FSR2ProduceInputsRenderPass = (void *)0x054777C0; -const void * RTTI_CreationRendererPrivate__FSR2UpscaleRenderPass = (void *)0x05477810; -const void * RTTI_CreationRendererPrivate__FaceCustomizationMipChainRenderPass = (void *)0x05477620; -const void * RTTI_CreationRendererPrivate__FaceCustomizationRenderPass = (void *)0x05477680; -const void * RTTI_CreationRendererPrivate__FillCullingDataRenderPass = (void *)0x05477FC0; -const void * RTTI_CreationRendererPrivate__FillHeightfieldCullingDataRenderPass = (void *)0x054763F0; -const void * RTTI_CreationRendererPrivate__FilmGrainRenderPass = (void *)0x0547D430; -const void * RTTI_CreationRendererPrivate__FilterCulledGeometriesRenderPass = (void *)0x0547A1B0; -const void * RTTI_CreationRendererPrivate__FilterHeightfieldRenderPass = (void *)0x0546FC10; -const void * RTTI_CreationRendererPrivate__FirstPersonDepthRenderPass = (void *)0x054773E0; -const void * RTTI_CreationRendererPrivate__FixupIndirectArgsRenderPass = (void *)0x0547AB50; -const void * RTTI_CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass = (void *)0x0547AAA0; -const void * RTTI_CreationRendererPrivate__FlattenTextureScreensizeRenderPass = (void *)0x05477F10; -const void * RTTI_CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass = (void *)0x05474650; -const void * RTTI_CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass = (void *)0x05474A40; -const void * RTTI_CreationRendererPrivate__ForwardBlendedCorrectionRenderPass = (void *)0x054748F0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass = (void *)0x054744A0; -const void * RTTI_CreationRendererPrivate__ForwardBlendedMainFullResRenderPass = (void *)0x05474500; -const void * RTTI_CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass = (void *)0x05474440; -const void * RTTI_CreationRendererPrivate__ForwardBlendedRenderPass = (void *)0x054746B0; -const void * RTTI_CreationRendererPrivate__ForwardRenderPass = (void *)0x054745B0; -const void * RTTI_CreationRendererPrivate__FrameInitRenderPass = (void *)0x054776D0; -const void * RTTI_CreationRendererPrivate__FrameRenderGraph = (void *)0x0547B730; -const void * RTTI_CreationRendererPrivate__FrameSetupRenderPass = (void *)0x05477720; -const void * RTTI_CreationRendererPrivate__FullScreenBlurCompositeRenderPass = (void *)0x0547D1A0; -const void * RTTI_CreationRendererPrivate__FullScreenBlurRenderPass = (void *)0x0547D240; -const void * RTTI_CreationRendererPrivate__FullScreenColorRenderPass = (void *)0x0547D5D0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass = (void *)0x0547D620; -const void * RTTI_CreationRendererPrivate__FullScreenColor_BloomRenderPass = (void *)0x0547D4D0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_CubemapRenderPass = (void *)0x0547D480; -const void * RTTI_CreationRendererPrivate__FullScreenColor_DefaultRenderPass = (void *)0x0547D680; -const void * RTTI_CreationRendererPrivate__FullScreenColor_MonochromeRenderPass = (void *)0x0547D570; -const void * RTTI_CreationRendererPrivate__FullScreenColor_OverlayRenderPass = (void *)0x0547D520; -const void * RTTI_CreationRendererPrivate__FullScreenDownsampleRenderPass = (void *)0x0547D150; -const void * RTTI_CreationRendererPrivate__FullScreenScanlineRenderPass = (void *)0x05477860; -const void * RTTI_CreationRendererPrivate__FullScreenTapBlurRenderPass = (void *)0x0547D1F0; -const void * RTTI_CreationRendererPrivate__GBufferOverviewRenderPass = (void *)0x05469060; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass = (void *)0x054780C0; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass = (void *)0x05478060; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass = (void *)0x054781D0; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass = (void *)0x05478120; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorRenderPass = (void *)0x05478180; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass = (void *)0x05469570; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass = (void *)0x05469450; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass = (void *)0x054695D0; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass = (void *)0x05469510; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryRenderPass = (void *)0x05469630; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass = (void *)0x054694B0; -const void * RTTI_CreationRendererPrivate__GalaxyStateStarsRenderPass = (void *)0x054778B0; -const void * RTTI_CreationRendererPrivate__GatherGeometryInstancesRenderPass = (void *)0x0546A3A0; -const void * RTTI_CreationRendererPrivate__GatherHighlightsRenderPass = (void *)0x05468BA0; -const void * RTTI_CreationRendererPrivate__GatherIndirectRenderPass = (void *)0x0545C0F0; -const void * RTTI_CreationRendererPrivate__GatherLightsRenderPass = (void *)0x05477900; -const void * RTTI_CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass = (void *)0x05477950; -const void * RTTI_CreationRendererPrivate__GatherTransformsRenderPass = (void *)0x05470E80; -const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass = (void *)0x05477A00; -const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidRenderPass = (void *)0x054779B0; -const void * RTTI_CreationRendererPrivate__GenerateFogMapRenderPass = (void *)0x05477A60; -const void * RTTI_CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass = (void *)0x05477EB0; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass = (void *)0x05479F60; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass = (void *)0x05479FC0; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass = (void *)0x05479F00; -const void * RTTI_CreationRendererPrivate__GeometryCullingRenderPass = (void *)0x05478010; -const void * RTTI_CreationRendererPrivate__GeometryCullingShadowsRenderPass = (void *)0x05477F70; -const void * RTTI_CreationRendererPrivate__GeometryParticleBatchDepthRenderPass = (void *)0x054690F0; -const void * RTTI_CreationRendererPrivate__GeometryParticleBatchRenderPass = (void *)0x05477DC0; -const void * RTTI_CreationRendererPrivate__GeometryRenderPass = (void *)0x05474560; -const void * RTTI_CreationRendererPrivate__GlobalDirtOverlayRenderPass = (void *)0x05477E10; -const void * RTTI_CreationRendererPrivate__GroupedDynamicShadowMapRenderPass = (void *)0x0547A900; -const void * RTTI_CreationRendererPrivate__HDRColorGradingMergeRenderPass = (void *)0x05473CB0; -const void * RTTI_CreationRendererPrivate__HDRCompositeRenderPass = (void *)0x054586A0; -const void * RTTI_CreationRendererPrivate__HDRHistogramClearRenderPass = (void *)0x054586F0; -const void * RTTI_CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass = (void *)0x05458640; -const void * RTTI_CreationRendererPrivate__HDRSubGraph = (void *)0x05458560; -const void * RTTI_CreationRendererPrivate__HeightFieldRenderPass = (void *)0x054763A0; -const void * RTTI_CreationRendererPrivate__HeightFieldSubGraphRenderPass = (void *)0x054762A0; -const void * RTTI_CreationRendererPrivate__HeightfieldSystemRenderPass = (void *)0x05476250; -const void * RTTI_CreationRendererPrivate__HighlightMaskRenderPass = (void *)0x054782E0; -const void * RTTI_CreationRendererPrivate__HighlightPrepareRenderPass = (void *)0x05478240; -const void * RTTI_CreationRendererPrivate__HighlightRenderPass = (void *)0x05478290; -const void * RTTI_CreationRendererPrivate__ImGuiEventHandler = (void *)0x0547BDD0; -const void * RTTI_CreationRendererPrivate__ImageCaptureData = (void *)0x05453628; -const void * RTTI_CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass = (void *)0x05478390; -const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass = (void *)0x05478330; -const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass = (void *)0x054783F0; -const void * RTTI_CreationRendererPrivate__ImageCapture_IconGenerationRenderPass = (void *)0x05469150; -const void * RTTI_CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass = (void *)0x05478460; -const void * RTTI_CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass = (void *)0x054784C0; -const void * RTTI_CreationRendererPrivate__ImageProcessMedianBlurRenderPass = (void *)0x05478520; -const void * RTTI_CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass = (void *)0x0547D3D0; -const void * RTTI_CreationRendererPrivate__ImageProcessRenderGraph = (void *)0x0547B770; -const void * RTTI_CreationRendererPrivate__IndirectRenderPass = (void *)0x0545C1E0; -const void * RTTI_CreationRendererPrivate__IndirectSetupRenderPass = (void *)0x0545C230; -const void * RTTI_CreationRendererPrivate__InitializeInscatterOrderRenderPass = (void *)0x05471550; -const void * RTTI_CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass = (void *)0x05471BA0; -const void * RTTI_CreationRendererPrivate__InjectDistantAtmosphereLUTRenderPass = (void *)0x05471A80; -const void * RTTI_CreationRendererPrivate__InjectPreviousDepthBufferRenderPass = (void *)0x054688E0; -const void * RTTI_CreationRendererPrivate__InjectSpaceGlareCurrentFrameRenderPass = (void *)0x0546ACD0; -const void * RTTI_CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass = (void *)0x0545B830; -const void * RTTI_CreationRendererPrivate__InterpolateIrradianceRenderPass = (void *)0x05471CB0; -const void * RTTI_CreationRendererPrivate__LensFlareComputeRenderPass = (void *)0x054785C0; -const void * RTTI_CreationRendererPrivate__LensFlareDrawRenderPass = (void *)0x05468E00; -const void * RTTI_CreationRendererPrivate__LensFlareSystemRenderPass = (void *)0x05469210; -const void * RTTI_CreationRendererPrivate__LensFlare_AlphaBlendRenderPass = (void *)0x05478570; -const void * RTTI_CreationRendererPrivate__LensFlare_VisibilityRenderPass = (void *)0x05478610; -const void * RTTI_CreationRendererPrivate__LightCoarseCullingCompactionRenderPass = (void *)0x0547CCD0; -const void * RTTI_CreationRendererPrivate__LightCoarseCullingRenderPass = (void *)0x0547CD30; -const void * RTTI_CreationRendererPrivate__LightInfluenceDepthMinRenderPass = (void *)0x05478700; -const void * RTTI_CreationRendererPrivate__LightInfluenceSubGraphRenderPass = (void *)0x054786B0; -const void * RTTI_CreationRendererPrivate__LightingRenderPass = (void *)0x054787A0; -const void * RTTI_CreationRendererPrivate__LoadMenuHiddenEventHandler = (void *)0x05454D40; -const void * RTTI_CreationRendererPrivate__LogicalCell = (void *)0x05469B90; -const void * RTTI_CreationRendererPrivate__MainRenderGraph = (void *)0x0547B6F0; -const void * RTTI_CreationRendererPrivate__MeshEventHandler = (void *)0x05457740; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchCommonRenderPass = (void *)0x05468DB0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchCullingRenderPass = (void *)0x05468D00; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchDepthRenderPass = (void *)0x05468EA0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass = (void *)0x05468BF0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass = (void *)0x05468C50; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass = (void *)0x05478AE0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass = (void *)0x05478B40; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchRenderPass = (void *)0x05468F40; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchShadowRenderPass = (void *)0x05468E50; -const void * RTTI_CreationRendererPrivate__MeshLODDB = (void *)0x0545DCF0; -const void * RTTI_CreationRendererPrivate__MeshletBuildIndexBufferRenderPass = (void *)0x05478990; -const void * RTTI_CreationRendererPrivate__MeshletFrustumCullingRenderPass = (void *)0x05478940; -const void * RTTI_CreationRendererPrivate__MeshletListBuildRenderPass = (void *)0x05478A40; -const void * RTTI_CreationRendererPrivate__MeshletMaterialOffsetsRenderPass = (void *)0x05478A90; -const void * RTTI_CreationRendererPrivate__MeshletOcclusionCullingRenderPass = (void *)0x05478850; -const void * RTTI_CreationRendererPrivate__MeshletPrepareArgsRenderPass = (void *)0x054788F0; -const void * RTTI_CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass = (void *)0x054789E0; -const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesRenderPass = (void *)0x05468EF0; -const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass = (void *)0x05469000; -const void * RTTI_CreationRendererPrivate__MeshletReadbackIndexCountRenderPass = (void *)0x054787F0; -const void * RTTI_CreationRendererPrivate__MeshletTriangleCullingRenderPass = (void *)0x054788A0; -const void * RTTI_CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode = (void *)0x05440B60; -const void * RTTI_CreationRendererPrivate__Messaging__Dependency__InternalProcessorType = (void *)0x054544E0; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass = (void *)0x05474700; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass = (void *)0x054747D0; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderPass = (void *)0x05465550; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass = (void *)0x05474770; -const void * RTTI_CreationRendererPrivate__MorphDB = (void *)0x05475090; -const void * RTTI_CreationRendererPrivate__MorphRenderPass = (void *)0x05478BA0; -const void * RTTI_CreationRendererPrivate__MorphSystemEndFrameRenderPass = (void *)0x05468CB0; -const void * RTTI_CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass = (void *)0x0547D0A0; -const void * RTTI_CreationRendererPrivate__MotionBlurRenderPass = (void *)0x0547B560; -const void * RTTI_CreationRendererPrivate__MotionBlurSubGraph = (void *)0x0547B5B0; -const void * RTTI_CreationRendererPrivate__MotionVectorCompositeRenderPass = (void *)0x05478BE0; -const void * RTTI_CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass = (void *)0x05471D00; -const void * RTTI_CreationRendererPrivate__NV_Streamline__StreamlineEventHandler = (void *)0x05458F70; -const void * RTTI_CreationRendererPrivate__PartialClearColorBufferRenderPass = (void *)0x05476E00; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass = (void *)0x0545ED90; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass = (void *)0x0545ED30; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass = (void *)0x0545EE50; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass = (void *)0x0545EDF0; -const void * RTTI_CreationRendererPrivate__ParticleDataPreFilterRenderPass = (void *)0x0545EC20; -const void * RTTI_CreationRendererPrivate__ParticleLightingClearBuffersRenderPass = (void *)0x0545ECD0; -const void * RTTI_CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass = (void *)0x0545EB70; -const void * RTTI_CreationRendererPrivate__ParticleLightingRenderPass = (void *)0x0545EBD0; -const void * RTTI_CreationRendererPrivate__ParticlesCopyToDestRenderPass = (void *)0x05476550; -const void * RTTI_CreationRendererPrivate__ParticlesCorrectionRenderPass = (void *)0x05476710; -const void * RTTI_CreationRendererPrivate__ParticlesMainFullResRenderPass = (void *)0x054764B0; -const void * RTTI_CreationRendererPrivate__ParticlesMainHalfResRenderPass = (void *)0x05476760; -const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass = (void *)0x054766B0; -const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass = (void *)0x05476640; -const void * RTTI_CreationRendererPrivate__ParticlesRenderPass = (void *)0x054765F0; -const void * RTTI_CreationRendererPrivate__PointCloudCullingRenderPass = (void *)0x05478C30; -const void * RTTI_CreationRendererPrivate__PointCloudDrawRenderPass = (void *)0x05478C80; -const void * RTTI_CreationRendererPrivate__PointCloudEventHandler = (void *)0x0545FB50; -const void * RTTI_CreationRendererPrivate__PostEffectPreUpscaleRenderPass = (void *)0x0547B600; -const void * RTTI_CreationRendererPrivate__PostSharpenRenderPass = (void *)0x0547D6D0; -const void * RTTI_CreationRendererPrivate__PostUpscaleImageSpaceSubGraph = (void *)0x0547D290; -const void * RTTI_CreationRendererPrivate__PostUpscaleSubGraph = (void *)0x0547D330; -const void * RTTI_CreationRendererPrivate__PreUpscaleImageSpaceSubGraph = (void *)0x0547D2E0; -const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass = (void *)0x05471AE0; -const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass = (void *)0x05470D30; -const void * RTTI_CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass = (void *)0x05471860; -const void * RTTI_CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass = (void *)0x0547B6A0; -const void * RTTI_CreationRendererPrivate__PrecomputeSingleScatteringRenderPass = (void *)0x054714F0; -const void * RTTI_CreationRendererPrivate__PrefilterCubemapRenderPass = (void *)0x0545C0A0; -const void * RTTI_CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass = (void *)0x05469260; -const void * RTTI_CreationRendererPrivate__PrepareEndFrameRenderPass = (void *)0x05468D60; -const void * RTTI_CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass = (void *)0x054687E0; -const void * RTTI_CreationRendererPrivate__PrepareProjectedDecalsRenderPass = (void *)0x05478FF0; -const void * RTTI_CreationRendererPrivate__PrepareReflectionProbeDataRenderPass = (void *)0x05479130; -const void * RTTI_CreationRendererPrivate__PrepareSkinningRenderPass = (void *)0x05468890; -const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass = (void *)0x0546A8D0; -const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapRenderPass = (void *)0x05468940; -const void * RTTI_CreationRendererPrivate__ProbeClassifyRenderPass = (void *)0x05465450; -const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass = (void *)0x054654F0; -const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingRenderPass = (void *)0x05465400; -const void * RTTI_CreationRendererPrivate__ProbeFaceSceneSetupRenderPass = (void *)0x054798E0; -const void * RTTI_CreationRendererPrivate__ProbeGridGPUCullingRenderPass = (void *)0x05473EE0; -const void * RTTI_CreationRendererPrivate__ProbeLightCullingRenderPass = (void *)0x054654A0; -const void * RTTI_CreationRendererPrivate__ProbeRenderPass = (void *)0x05465268; -const void * RTTI_CreationRendererPrivate__ProbeSystemRenderPass = (void *)0x05465220; -const void * RTTI_CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass = (void *)0x05476450; -const void * RTTI_CreationRendererPrivate__ProduceDynamicShadowMapDataRenderPass = (void *)0x0547A850; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass = (void *)0x05465790; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass = (void *)0x05465670; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass = (void *)0x05465600; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass = (void *)0x054656E0; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass = (void *)0x054655A0; -const void * RTTI_CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass = (void *)0x05468B40; -const void * RTTI_CreationRendererPrivate__ProduceShadingRateImageRenderPass = (void *)0x05478CD0; -const void * RTTI_CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass = (void *)0x05479930; -const void * RTTI_CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass = (void *)0x0547CF50; -const void * RTTI_CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass = (void *)0x05479190; -const void * RTTI_CreationRendererPrivate__ProjectedDecalRenderPass = (void *)0x05478E00; -const void * RTTI_CreationRendererPrivate__RadialBlurRenderPass = (void *)0x05479090; -const void * RTTI_CreationRendererPrivate__RayTraceProbeComputeRenderPass = (void *)0x05465310; -const void * RTTI_CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass = (void *)0x054652B0; -const void * RTTI_CreationRendererPrivate__RaymarchSampleLocationsRenderPass = (void *)0x05471EE0; -const void * RTTI_CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass = (void *)0x05471F30; -const void * RTTI_CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass = (void *)0x05471F90; -const void * RTTI_CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass = (void *)0x05479B50; -const void * RTTI_CreationRendererPrivate__ReflectionProbeClearThinDeferredGBufferRenderPass = (void *)0x05479250; -const void * RTTI_CreationRendererPrivate__ReflectionProbeComputeSHRenderPass = (void *)0x054799E0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeCopyDepth = (void *)0x054794E0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeCopySky = (void *)0x05479BB0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass = (void *)0x05479CB0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryCullingRenderPass = (void *)0x05479830; -const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryOffsetsRenderPass = (void *)0x05479430; -const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass = (void *)0x05479640; -const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass = (void *)0x054795E0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMaterialIndexOffsetsRenderPass = (void *)0x05479370; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletCullingRenderPass = (void *)0x05479770; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletListBuildRenderPass = (void *)0x05479710; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMipChainRenderPass = (void *)0x05479A40; -const void * RTTI_CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass = (void *)0x0547CEF0; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass = (void *)0x05479A90; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareDrawParamsRenderPass = (void *)0x05479310; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareGroupedDrawsRenderPass = (void *)0x054792B0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeRenderPass = (void *)0x054790E0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeSceneSetupRenderPass = (void *)0x054797D0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass = (void *)0x05479C50; -const void * RTTI_CreationRendererPrivate__ReflectionProbeSubGraphRenderPass = (void *)0x05479D10; -const void * RTTI_CreationRendererPrivate__ReflectionProbeTerrainRenderPass = (void *)0x05479990; -const void * RTTI_CreationRendererPrivate__ReflectionProbeTriangleCullingRenderPass = (void *)0x054793D0; -const void * RTTI_CreationRendererPrivate__RefractionBlurRenderPass = (void *)0x05476950; -const void * RTTI_CreationRendererPrivate__RefractionDownsample0RenderPass = (void *)0x05476A00; -const void * RTTI_CreationRendererPrivate__RefractionDownsampleMipChainRenderPass = (void *)0x054769A0; -const void * RTTI_CreationRendererPrivate__RefractionMaskDilationRenderPass = (void *)0x05476AA0; -const void * RTTI_CreationRendererPrivate__RefractionMaskGenRenderPass = (void *)0x05476AF0; -const void * RTTI_CreationRendererPrivate__RefractionMaskRenderPass = (void *)0x05474950; -const void * RTTI_CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass = (void *)0x05471E80; -const void * RTTI_CreationRendererPrivate__RenderGraph = (void *)0x05458320; -const void * RTTI_CreationRendererPrivate__RenderGraphEventHandler = (void *)0x05458D40; -const void * RTTI_CreationRendererPrivate__RenderPass = (void *)0x05455818; -const void * RTTI_CreationRendererPrivate__RenderSceneSubGraph = (void *)0x0547D380; -const void * RTTI_CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass = (void *)0x05471B40; -const void * RTTI_CreationRendererPrivate__RenderViewSubGraph = (void *)0x0547B650; -const void * RTTI_CreationRendererPrivate__ReprojectShadingRateImageRenderPass = (void *)0x05478D20; -const void * RTTI_CreationRendererPrivate__ResetCullingMemoryRequestHandler = (void *)0x05470580; -const void * RTTI_CreationRendererPrivate__ResourceLifecycleJobSite = (void *)0x0546AE10; -const void * RTTI_CreationRendererPrivate__SAOEmptyRenderPass = (void *)0x0545E440; -const void * RTTI_CreationRendererPrivate__SAORenderPass = (void *)0x0545E3A0; -const void * RTTI_CreationRendererPrivate__ScaleformCompositeRenderPass = (void *)0x05479D60; -const void * RTTI_CreationRendererPrivate__ScaleformEventHandler = (void *)0x05462000; -const void * RTTI_CreationRendererPrivate__ScaleformRenderPass = (void *)0x0547D000; -const void * RTTI_CreationRendererPrivate__ScaleformText2DRenderPass = (void *)0x05469FB0; -const void * RTTI_CreationRendererPrivate__ScaleformTextRenderPass = (void *)0x05469F60; -const void * RTTI_CreationRendererPrivate__ScaleformToTextureRenderPass = (void *)0x0547D050; -const void * RTTI_CreationRendererPrivate__SceneSetupRenderPass = (void *)0x054557D0; -const void * RTTI_CreationRendererPrivate__SeparableSSS_HorizontalRenderPass = (void *)0x05479E50; -const void * RTTI_CreationRendererPrivate__SeparableSSS_RenderPass = (void *)0x05479E00; -const void * RTTI_CreationRendererPrivate__SeparableSSS_VerticalRenderPass = (void *)0x05479DB0; -const void * RTTI_CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass = (void *)0x05471A20; -const void * RTTI_CreationRendererPrivate__SetupDynamicShadowRenderPass = (void *)0x0547A4B0; -const void * RTTI_CreationRendererPrivate__ShadowInstanceBarriersRenderPass = (void *)0x0547A0C0; -const void * RTTI_CreationRendererPrivate__ShadowManagerEventHandler = (void *)0x0545F470; -const void * RTTI_CreationRendererPrivate__ShadowMapInstanceRenderPass = (void *)0x0547A160; -const void * RTTI_CreationRendererPrivate__ShadowMapRenderPass = (void *)0x0547A110; -const void * RTTI_CreationRendererPrivate__ShadowMapSceneSetupRenderPass = (void *)0x0547A020; -const void * RTTI_CreationRendererPrivate__ShadowMapSubGraphRenderPass = (void *)0x0547A200; -const void * RTTI_CreationRendererPrivate__ShadowMaskRenderPass = (void *)0x0547CFB0; -const void * RTTI_CreationRendererPrivate__ShadowSubGraphRenderPass = (void *)0x0547A070; -const void * RTTI_CreationRendererPrivate__SharedMeshResourcesRegistry = (void *)0x05473C10; -const void * RTTI_CreationRendererPrivate__SkinnedDecalPrepareRenderPass = (void *)0x0547AA00; -const void * RTTI_CreationRendererPrivate__SkinningRenderPass = (void *)0x0547AA50; -const void * RTTI_CreationRendererPrivate__SkinningSystemEndFrameRenderPass = (void *)0x0546A760; -const void * RTTI_CreationRendererPrivate__SkinningSystemRenderPass = (void *)0x0546A710; -const void * RTTI_CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass = (void *)0x0546A870; -const void * RTTI_CreationRendererPrivate__SkyCubemapRenderPass = (void *)0x0546AA40; -const void * RTTI_CreationRendererPrivate__SkyCubemapSystemRenderPass = (void *)0x05468840; -const void * RTTI_CreationRendererPrivate__SkyLightingRenderPass = (void *)0x0547ABA0; -const void * RTTI_CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass = (void *)0x0546FD60; -const void * RTTI_CreationRendererPrivate__SkyOcclusionMaskRenderPass = (void *)0x0546FC60; -const void * RTTI_CreationRendererPrivate__SkyOcclusionRenderPass = (void *)0x0546FE00; -const void * RTTI_CreationRendererPrivate__SkyOcclusionSystemRenderPass = (void *)0x0546FDB0; -const void * RTTI_CreationRendererPrivate__SobelSpaceGlareRenderPass = (void *)0x0546AB40; -const void * RTTI_CreationRendererPrivate__SpaceGlareApplyRenderPass = (void *)0x0546AB90; -const void * RTTI_CreationRendererPrivate__SpaceGlareCopyRenderPass = (void *)0x0546AAF0; -const void * RTTI_CreationRendererPrivate__SpaceGlareRenderPass = (void *)0x0546ABE0; -const void * RTTI_CreationRendererPrivate__SparseGridCell = (void *)0x05469BD0; -const void * RTTI_CreationRendererPrivate__SporadicRenderGraphRenderPass = (void *)0x0547ABF0; -const void * RTTI_CreationRendererPrivate__StarfieldCoarseCullingRenderPass = (void *)0x0547AD80; -const void * RTTI_CreationRendererPrivate__StarfieldEventHandler = (void *)0x05454E70; -const void * RTTI_CreationRendererPrivate__StarfieldProcessStarsRenderPass = (void *)0x0547AD30; -const void * RTTI_CreationRendererPrivate__StarfieldRenderPass = (void *)0x0547ACE0; -const void * RTTI_CreationRendererPrivate__StarfieldRenderPassBase = (void *)0x0547ADD0; -const void * RTTI_CreationRendererPrivate__StarfieldTiledCullingRenderPass = (void *)0x0547AC40; -const void * RTTI_CreationRendererPrivate__StarfieldTiledRenderRenderPass = (void *)0x0547AC90; -const void * RTTI_CreationRendererPrivate__StarmapGravityWavesEventHandler = (void *)0x05461910; -const void * RTTI_CreationRendererPrivate__StarmapGravityWavesRenderPass = (void *)0x05461400; -const void * RTTI_CreationRendererPrivate__StarmapOrbitsEventHandler = (void *)0x05461080; -const void * RTTI_CreationRendererPrivate__StarmapOrbitsRenderPass = (void *)0x05460BA0; -const void * RTTI_CreationRendererPrivate__SubmitAndPresentThread = (void *)0x05466190; -const void * RTTI_CreationRendererPrivate__SwapChainEventHandler = (void *)0x0545BDD0; -const void * RTTI_CreationRendererPrivate__TemporalAA_idTech7RenderPass = (void *)0x0547D720; -const void * RTTI_CreationRendererPrivate__TerrainClipmapAndMIMRenderPass = (void *)0x0545B730; -const void * RTTI_CreationRendererPrivate__TerrainClipmapUpdateRenderPass = (void *)0x0545BA30; -const void * RTTI_CreationRendererPrivate__TerrainDensityUpdateRenderPass = (void *)0x0545BB70; -const void * RTTI_CreationRendererPrivate__TerrainDepthAndShadowsSubGraph = (void *)0x0545B780; -const void * RTTI_CreationRendererPrivate__TerrainDepthDrawRenderPass = (void *)0x0545BA80; -const void * RTTI_CreationRendererPrivate__TerrainHeightFieldRenderPass = (void *)0x05476350; -const void * RTTI_CreationRendererPrivate__TerrainMIMUpdateRenderPass = (void *)0x0545BB20; -const void * RTTI_CreationRendererPrivate__TerrainRenderPass = (void *)0x0545B890; -const void * RTTI_CreationRendererPrivate__TerrainShadowsRenderPass = (void *)0x0545BAD0; -const void * RTTI_CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass = (void *)0x0545B7D0; -const void * RTTI_CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass = (void *)0x05479580; -const void * RTTI_CreationRendererPrivate__ThinDeferredGBufferRenderPass = (void *)0x05479530; -const void * RTTI_CreationRendererPrivate__ThinDeferredLightingRenderPass = (void *)0x05479490; -const void * RTTI_CreationRendererPrivate__ThinDeferredPrepareRenderPass = (void *)0x05479890; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass = (void *)0x05470B40; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass = (void *)0x05470C10; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass = (void *)0x054709B0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass = (void *)0x05470A80; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass = (void *)0x05470A10; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass = (void *)0x05470AE0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass = (void *)0x05470C80; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7RenderPass = (void *)0x05470CE0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass = (void *)0x054708E0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass = (void *)0x05470BA0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass = (void *)0x05470940; -const void * RTTI_CreationRendererPrivate__TiledCullingRenderPass = (void *)0x0547AE20; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass = (void *)0x0545C340; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass = (void *)0x0545C280; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsRenderPass = (void *)0x0545C2E0; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass = (void *)0x0547AF30; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass = (void *)0x0547AE70; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass = (void *)0x0547AF90; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass = (void *)0x0547AED0; -const void * RTTI_CreationRendererPrivate__TiledDepthRangeRenderPass = (void *)0x0547AFF0; -const void * RTTI_CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass = (void *)0x05471970; -const void * RTTI_CreationRendererPrivate__UIRenderPass = (void *)0x0547B0F8; -const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass = (void *)0x05474830; -const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass = (void *)0x05474890; -const void * RTTI_CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass = (void *)0x05471810; -const void * RTTI_CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass = (void *)0x05468990; -const void * RTTI_CreationRendererPrivate__UpdateSharedIndexBufferRenderPass = (void *)0x0547B140; -const void * RTTI_CreationRendererPrivate__UpscaleSubGraph = (void *)0x054598C8; -const void * RTTI_CreationRendererPrivate__VignetteRenderPass = (void *)0x0547D770; -const void * RTTI_CreationRendererPrivate__VolumetricLightingApplyRenderPass = (void *)0x0545EF40; -const void * RTTI_CreationRendererPrivate__VolumetricLightingCullingRenderPass = (void *)0x0547B190; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass = (void *)0x0547B1F0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass = (void *)0x0547B250; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass = (void *)0x05474B10; -const void * RTTI_CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass = (void *)0x05474AA0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingIntegrateRenderPass = (void *)0x0547B2C0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass = (void *)0x0547B320; -const void * RTTI_CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass = (void *)0x0547B380; -const void * RTTI_CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass = (void *)0x0547B3E0; -const void * RTTI_CreationRendererPrivate__WaterDisplacementRenderPass = (void *)0x0545E1E0; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass = (void *)0x0545E340; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_InjectionRenderPass = (void *)0x0545E2E0; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_MainRenderPass = (void *)0x0545E290; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass = (void *)0x0545E230; -const void * RTTI_CreationRendererPrivate__WaterMVRenderPass = (void *)0x0547B4D0; -const void * RTTI_CreationRendererPrivate__WaterPrepareRenderPass = (void *)0x0547B440; -const void * RTTI_CreationRendererPrivate__WaterRenderGraphRenderPass = (void *)0x0547B510; -const void * RTTI_CreationRendererPrivate__WaterRenderPass = (void *)0x0547B488; -const void * RTTI_CreationRendererPrivate__WetnessOcclusionMaskRenderPass = (void *)0x0546FE50; -const void * RTTI_CreationRendererPrivate__WindowEventHandler = (void *)0x0545A4A0; -const void * RTTI_CreationRendererPrivate__WorldCell = (void *)0x05469B58; -const void * RTTI_CreationRenderer__ImageCaptureExportToFileNode = (void *)0x052E9440; -const void * RTTI_CreationRenderer__MaterialInstance__TextureVisitor = (void *)0x05203110; -const void * RTTI_CreationRenderer__Messaging__MessageProcessor = (void *)0x05453E80; -const void * RTTI_CreationRenderer__Messaging__StreamedResourceNode = (void *)0x053F8E00; -const void * RTTI_CreationRenderer__RendererQualityPref = (void *)0x05455508; -const void * RTTI_CreationRenderer__RendererQualitySetting = (void *)0x0511EF48; -const void * RTTI_CreationRenderer__RendererQualitySettingCollection = (void *)0x05455550; -const void * RTTI_CreditsDataModel = (void *)0x0529FF38; -const void * RTTI_CreditsDataModel__CreditsDataModelEventShuttle = (void *)0x0529FEF0; -const void * RTTI_CreditsMenu = (void *)0x0539D700; -const void * RTTI_CrewExtraData = (void *)0x051D9950; -const void * RTTI_CriticallyDampenVariable = (void *)0x053E46E0; -const void * RTTI_CriticallyDampenVariableInstance = (void *)0x053E4710; -const void * RTTI_CrowdInhibitNullStrategy = (void *)0x05297F80; -const void * RTTI_CrowdInhibitStrategyDefault = (void *)0x05298020; -const void * RTTI_CrowdInhibitStrategyDisable = (void *)0x05297F48; -const void * RTTI_CrowdManager = (void *)0x05298178; -const void * RTTI_CrowdWallaBubble = (void *)0x0529C978; -const void * RTTI_CullFurnitureBoneHandler = (void *)0x0535F168; -const void * RTTI_CullWeaponsHandler = (void *)0x0535F1D0; -const void * RTTI_CumulativeAnimation = (void *)0x053E4610; -const void * RTTI_CumulativeAnimationInstance = (void *)0x053E4640; -const void * RTTI_CureEffect = (void *)0x05319CC0; -const void * RTTI_CursorMenu = (void *)0x05417208; -const void * RTTI_CursorMenu__CursorGameEventShuttle = (void *)0x054171D0; -const void * RTTI_CursorMoveEvent = (void *)0x053E7A10; -const void * RTTI_CurvedPathBlender = (void *)0x053E15F8; -const void * RTTI_CurvedPathBlenderInstance = (void *)0x053E4230; -const void * RTTI_CustomActorPackageData = (void *)0x0534AA78; -const void * RTTI_CustomUtils__HasForceGreetVisitor = (void *)0x05272EC8; -const void * RTTI_D3D12MA__BlockMetadata = (void *)0x05474C58; -const void * RTTI_D3D12MA__BlockMetadata_Generic = (void *)0x05474CB8; -const void * RTTI_D3D12MA__MemoryBlock = (void *)0x05474C88; -const void * RTTI_D3D12MA__NormalBlock = (void *)0x05474C28; -const void * RTTI_DamageEffect = (void *)0x05319CE8; -const void * RTTI_DampenVariable = (void *)0x053E4BF0; -const void * RTTI_DampenVariableInstance = (void *)0x053E4C18; -const void * RTTI_DarknessEffect = (void *)0x05319D10; -const void * RTTI_DataMenu = (void *)0x052FF748; -const void * RTTI_DataMenuDataModel = (void *)0x052AEAE0; -const void * RTTI_DataMenuDataModel__DataMenuEventShuttle = (void *)0x052AEBA8; -const void * RTTI_DataMenuInventoryItem = (void *)0x052AE8B0; -const void * RTTI_DataMenuPersistentDataModel = (void *)0x052AE8E0; -const void * RTTI_DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle = (void *)0x052AE730; -const void * RTTI_DataMenu_CloseMenu = (void *)0x052FF910; -const void * RTTI_DataMenu_ClosedForSubMenu = (void *)0x052FF940; -const void * RTTI_DataMenu_Missions = (void *)0x052FF888; -const void * RTTI_DataMenu_OpenPauseMenu = (void *)0x052FF7B8; -const void * RTTI_DataMenu_PlotToLocation = (void *)0x052FF7E8; -const void * RTTI_DataMenu_Reopened = (void *)0x052FF8E8; -const void * RTTI_DataMenu_SelectedAttributesMenu = (void *)0x052FFA40; -const void * RTTI_DataMenu_SelectedInventoryMenu = (void *)0x052FFA08; -const void * RTTI_DataMenu_SelectedMapMenu = (void *)0x052FF9D8; -const void * RTTI_DataMenu_SelectedPowersMenu = (void *)0x052FF818; -const void * RTTI_DataMenu_SelectedShipMenu = (void *)0x052FF9A8; -const void * RTTI_DataMenu_SelectedStatusMenu = (void *)0x052FF970; -const void * RTTI_DataMenu_SetMenuForQuickEntry = (void *)0x052FF850; -const void * RTTI_DataMenu_SetPaperDollActive = (void *)0x052FF8B0; -const void * RTTI_DataMenu_StartCloseAnim = (void *)0x052AE4D0; -const void * RTTI_DataSlateButtons = (void *)0x052E17B0; -const void * RTTI_DataSlateButtons_acceptClicked = (void *)0x052E2358; -const void * RTTI_DataSlateButtons_cancelClicked = (void *)0x052E2390; -const void * RTTI_DataSlateMenu = (void *)0x052E23C8; -const void * RTTI_DataSlateMenu__DataSlateData = (void *)0x052E2690; -const void * RTTI_DataSlateMenu__DataSlateEventShuttle = (void *)0x052E2650; -const void * RTTI_DataSlateMenu_playSFX = (void *)0x052E2328; -const void * RTTI_DataSlateMenu_toggleAudio = (void *)0x052E22F8; -const void * RTTI_DeathEmoteHandler = (void *)0x0535F700; -const void * RTTI_DeathStopHandler = (void *)0x0535FBF8; -const void * RTTI_DefaultCollection = (void *)0x053FA890; -const void * RTTI_DefaultMessageBoxCallback = (void *)0x0525BD70; -const void * RTTI_DeferredDeletion__IDeferredDeleter = (void *)0x053261D0; -const void * RTTI_DeferredDeletion__IGCService = (void *)0x0532B278; -const void * RTTI_DemoralizeEffect = (void *)0x0531B3A0; -const void * RTTI_DependentAnimationGraphManagerHolder = (void *)0x051CA7E8; -const void * RTTI_DesyncInteractionHandler = (void *)0x05360920; -const void * RTTI_DetectLifeEffect = (void *)0x05319D38; -const void * RTTI_DetectionCollector = (void *)0x05319DE8; -const void * RTTI_DetectionDebugData = (void *)0x0534AC40; -const void * RTTI_DetectionState = (void *)0x0534AC18; -const void * RTTI_DeviceChangeEvent = (void *)0x053E7968; -const void * RTTI_DeviceChangeHandler = (void *)0x053A26E0; -const void * RTTI_DeviceConnectEvent = (void *)0x053E7990; -const void * RTTI_DialogueCameraState = (void *)0x0527FB88; -const void * RTTI_DialogueMenu = (void *)0x0539E690; -const void * RTTI_DialogueMenu_CompleteExit = (void *)0x052D5C30; -const void * RTTI_DialogueMenu_OnDialogueSelect = (void *)0x0539E9B0; -const void * RTTI_DialogueMenu_OnListVisibilityChange = (void *)0x0539E9E8; -const void * RTTI_DialogueMenu_OnPersuasionAutoWin = (void *)0x0539E6B8; -const void * RTTI_DialogueMenu_RequestExit = (void *)0x0539E660; -const void * RTTI_DialogueMenu_RequestSkipDialogue = (void *)0x0539E628; -const void * RTTI_DialoguePackage = (void *)0x05272E18; -const void * RTTI_DialogueUIDataModel = (void *)0x052D5CA8; -const void * RTTI_DialogueUIDataModel__DialogueData = (void *)0x052D5960; -const void * RTTI_DialogueUIDataModel__DialogueEntryData = (void *)0x052D5D78; -const void * RTTI_DialogueUIDataModel__DialogueListData = (void *)0x052D5E08; -const void * RTTI_DialogueUIDataModel__DialogueUIDataEventShuttle = (void *)0x052D5DC0; -const void * RTTI_DialogueUIDataModel__PersuasionEntryData = (void *)0x052D5E48; -const void * RTTI_DialogueUIDataModel__PersuasionListData = (void *)0x052D5600; -const void * RTTI_DialogueUIDataModel__PersuasionPointsData = (void *)0x052D5848; -const void * RTTI_DirectAtNode = (void *)0x053E5168; -const void * RTTI_DirectAtNodeInstance = (void *)0x053E5138; -const void * RTTI_DisableCharacterBumperHandler = (void *)0x0535F800; -const void * RTTI_DisableCharacterControllerHandler = (void *)0x0535FE28; -const void * RTTI_DisableCharacterPitchHandler = (void *)0x0535F608; -const void * RTTI_DisableCollisionHandler = (void *)0x0535F3D8; -const void * RTTI_DisarmEffect = (void *)0x05319D60; -const void * RTTI_DisconnectHandler = (void *)0x053A2B50; -const void * RTTI_DisguiseEffect = (void *)0x05319E40; -const void * RTTI_DisguiseEffect__DetectionChecker = (void *)0x05319DB0; -const void * RTTI_DispelEffect = (void *)0x05319E68; -const void * RTTI_DiveBombPathController = (void *)0x0537FE28; -const void * RTTI_DoNotInterruptAnimationHandler = (void *)0x0535FB60; -const void * RTTI_DocAcceptDataModel = (void *)0x052BA538; -const void * RTTI_DocAcceptDataModel__DocAcceptEventShuttle = (void *)0x052BA690; -const void * RTTI_DocAcceptMenu = (void *)0x052A08E8; -const void * RTTI_DocAcceptMenu_Accept = (void *)0x052A0958; -const void * RTTI_DoorObstacleAdapter = (void *)0x053307F8; -const void * RTTI_DropResourcesEffect = (void *)0x0531ADB0; -const void * RTTI_DrugsCraftingMenu = (void *)0x052FFA78; -const void * RTTI_DualDirectAtNode = (void *)0x053E5110; -const void * RTTI_DualDirectAtNodeInstance = (void *)0x053E50E0; -const void * RTTI_DualValueModifierEffect = (void *)0x05319E90; -const void * RTTI_DynamicAnimationNode = (void *)0x053E4DB8; -const void * RTTI_DynamicAnimationNodeInstance = (void *)0x053E4DE8; -const void * RTTI_DynamicGraphReference = (void *)0x053E4070; -const void * RTTI_DynamicGraphReferenceInstance = (void *)0x053E4038; -const void * RTTI_DynamicIdleDataSingletonHelper = (void *)0x051CAAF0; -const void * RTTI_DynamicNavMeshTask = (void *)0x051D1120; -const void * RTTI_DynamicNavMeshTaskCellRemap = (void *)0x051D1150; -const void * RTTI_DynamicNavMeshTaskStitching = (void *)0x051D10E8; -const void * RTTI_DynamicNavmesh = (void *)0x05206D38; -const void * RTTI_DynamicNavmeshService = (void *)0x051D5568; -const void * RTTI_EffectArchetypes__MainStatusHandler = (void *)0x05124760; -const void * RTTI_EffectSequenceMap = (void *)0x051D8ED8; -const void * RTTI_EffectSequenceNode = (void *)0x053E1778; -const void * RTTI_EffectSequenceNodeInstance = (void *)0x053E4350; -const void * RTTI_EffectSequence__EffectSequenceManager = (void *)0x051D8B28; -const void * RTTI_EffectSetting = (void *)0x05103C68; -const void * RTTI_EjectShellCasingHandler = (void *)0x05360D80; -const void * RTTI_EmittanceManagerAgent = (void *)0x051CAB78; -const void * RTTI_EmitterProjectile = (void *)0x052854F0; -const void * RTTI_EmptyDependencyFormPointerMapValue = (void *)0x05242E80; -const void * RTTI_EnableCharacterBumperHandler = (void *)0x0535F838; -const void * RTTI_EnableCharacterControllerHandler = (void *)0x0535FF38; -const void * RTTI_EnableCharacterPitchHandler = (void *)0x0535F568; -const void * RTTI_EnableCollisionHandler = (void *)0x0535F408; -const void * RTTI_EnchantmentItem = (void *)0x051EE4F8; -const void * RTTI_EndGameCreditsMenu = (void *)0x052A0DC8; -const void * RTTI_EndSecurityMinigameHandler = (void *)0x05360618; -const void * RTTI_EndSummonAnimationHandler = (void *)0x0535F9B0; -const void * RTTI_EnhanceWeaponEffect = (void *)0x053259C8; -const void * RTTI_EnsureAliasCanBePickpocketedFunc = (void *)0x052B1B58; -const void * RTTI_EquippedItemData = (void *)0x052982F0; -const void * RTTI_EquippedSpell__Data = (void *)0x05298318; -const void * RTTI_EquippedWeapon__AimModule = (void *)0x052983A8; -const void * RTTI_EquippedWeapon__AmmunitionModule = (void *)0x052983D8; -const void * RTTI_EquippedWeapon__AudioModule = (void *)0x05298508; -const void * RTTI_EquippedWeapon__Data = (void *)0x05298348; -const void * RTTI_EquippedWeapon__IModule = (void *)0x05298378; -const void * RTTI_EquippedWeapon__MeleeAttackModule = (void *)0x05298448; -const void * RTTI_EquippedWeapon__PowerModule = (void *)0x05298480; -const void * RTTI_EquippedWeapon__RangedAttackModule = (void *)0x05298618; -const void * RTTI_EquippedWeapon__VariableRangeModule = (void *)0x05298650; -const void * RTTI_EquippedWeapon__VisualModule = (void *)0x05298690; -const void * RTTI_EtherealizationEffect = (void *)0x05319EC0; -const void * RTTI_EvaluateConditionVariable = (void *)0x053E4678; -const void * RTTI_EvaluateConditionVariableInstance = (void *)0x053E46A8; -const void * RTTI_EventController = (void *)0x053E4CE0; -const void * RTTI_EventControllerInstance = (void *)0x053E4CB0; -const void * RTTI_EventDispatcherBackend = (void *)0x054170E0; -const void * RTTI_EventFromRange = (void *)0x053E49C0; -const void * RTTI_EventFromRangeInstance = (void *)0x053E49E8; -const void * RTTI_EveryNEvents = (void *)0x053E4B30; -const void * RTTI_EveryNEventsInstance = (void *)0x053E4B58; -const void * RTTI_ExecuteOnAliasedRefFunc = (void *)0x051EF520; -const void * RTTI_ExitChargen_ConfirmCallback = (void *)0x052F9B20; -const void * RTTI_Explosion = (void *)0x05325920; -const void * RTTI_ExplosionClosestHitCollector = (void *)0x05363BB8; -const void * RTTI_ExplosiveIndicatorDataModel = (void *)0x052AF720; -const void * RTTI_ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle = (void *)0x052AF810; -const void * RTTI_ExternalDataSourceMainStatusHandler = (void *)0x051247A0; -const void * RTTI_ExtraAcousticParent = (void *)0x051F1090; -const void * RTTI_ExtraAction = (void *)0x051F1910; -const void * RTTI_ExtraActivateRef = (void *)0x051F1C60; -const void * RTTI_ExtraActivateText = (void *)0x051EF840; -const void * RTTI_ExtraActorCause = (void *)0x051EFFD0; -const void * RTTI_ExtraActorValueStorage = (void *)0x051EF728; -const void * RTTI_ExtraAliasInstanceArray = (void *)0x051F1728; -const void * RTTI_ExtraAmmo = (void *)0x051EFC78; -const void * RTTI_ExtraAnimGraphManager = (void *)0x051F19B8; -const void * RTTI_ExtraAnimGraphPreload = (void *)0x051F11B8; -const void * RTTI_ExtraAnimSounds = (void *)0x051EF788; -const void * RTTI_ExtraAshPileRef = (void *)0x051F13D0; -const void * RTTI_ExtraAttachRef = (void *)0x051EFA58; -const void * RTTI_ExtraAttachRefChildren = (void *)0x051EFA80; -const void * RTTI_ExtraAttachedArrows3D = (void *)0x051EF3D8; -const void * RTTI_ExtraBadPosition = (void *)0x051F0338; -const void * RTTI_ExtraBendableSplineParams = (void *)0x051D9978; -const void * RTTI_ExtraBlueprintPartOriginData = (void *)0x051EFC40; -const void * RTTI_ExtraBody = (void *)0x051F1598; -const void * RTTI_ExtraBoneScaleMap = (void *)0x051EF688; -const void * RTTI_ExtraCachedScale = (void *)0x051EFBC0; -const void * RTTI_ExtraCalcedPackIn = (void *)0x051EF288; -const void * RTTI_ExtraCanTalkToPlayer = (void *)0x051F1698; -const void * RTTI_ExtraCannotWear = (void *)0x051F1C38; -const void * RTTI_ExtraCell3D = (void *)0x051EE9A8; -const void * RTTI_ExtraCellAcousticSpace = (void *)0x051EEA60; -const void * RTTI_ExtraCellEnvMap = (void *)0x051EF380; -const void * RTTI_ExtraCellGlobalDirtLayer = (void *)0x051EEA00; -const void * RTTI_ExtraCellImageSpace = (void *)0x051EE928; -const void * RTTI_ExtraCellMusicType = (void *)0x051EEA30; -const void * RTTI_ExtraCellSkyRegion = (void *)0x051EE8F8; -const void * RTTI_ExtraCellWaterEnvMap = (void *)0x051EF3A8; -const void * RTTI_ExtraCellWaterType = (void *)0x051EE9D0; -const void * RTTI_ExtraCharge = (void *)0x051F0178; -const void * RTTI_ExtraCollisionData = (void *)0x051EF4F0; -const void * RTTI_ExtraCombatStyle = (void *)0x051EF550; -const void * RTTI_ExtraConstrainedDecalData = (void *)0x051EF810; -const void * RTTI_ExtraCount = (void *)0x051F01F0; -const void * RTTI_ExtraCreatureAwakeSound = (void *)0x051F0028; -const void * RTTI_ExtraCulledBone = (void *)0x051F0730; -const void * RTTI_ExtraCulledSubsegment = (void *)0x051EF970; -const void * RTTI_ExtraDesiredLegendaryRank = (void *)0x051EFB10; -const void * RTTI_ExtraDirectAtTarget = (void *)0x051F11E8; -const void * RTTI_ExtraDroppedItemList = (void *)0x051F1B80; -const void * RTTI_ExtraEditorID = (void *)0x051EFD48; -const void * RTTI_ExtraEditorRefMoveData = (void *)0x051F0FD8; -const void * RTTI_ExtraEmittanceSource = (void *)0x051F10C0; -const void * RTTI_ExtraEnableStateChildren = (void *)0x051F1840; -const void * RTTI_ExtraEnableStateParent = (void *)0x051F1810; -const void * RTTI_ExtraEnchantment = (void *)0x051F02B8; -const void * RTTI_ExtraEncounterZone = (void *)0x051F1A40; -const void * RTTI_ExtraEssentialProtected = (void *)0x051EF350; -const void * RTTI_ExtraExteriorReflectionProbeAdjustmentVolume = (void *)0x051F1650; -const void * RTTI_ExtraExternalEmittanceData = (void *)0x051EF088; -const void * RTTI_ExtraFXPickNodes = (void *)0x051EF328; -const void * RTTI_ExtraFactionChanges = (void *)0x051F1A70; -const void * RTTI_ExtraFavorCost = (void *)0x051F02E0; -const void * RTTI_ExtraFavorite = (void *)0x051EFCC8; -const void * RTTI_ExtraFlags = (void *)0x051EFE78; -const void * RTTI_ExtraFogVolume = (void *)0x051F16C8; -const void * RTTI_ExtraFollower = (void *)0x051F0128; -const void * RTTI_ExtraFollowerSwimBreadcrumbs = (void *)0x051F16F0; -const void * RTTI_ExtraForcedLandingMarker = (void *)0x051EF408; -const void * RTTI_ExtraForcedTarget = (void *)0x051F0240; -const void * RTTI_ExtraFriendHits = (void *)0x051F1038; -const void * RTTI_ExtraFromAlias = (void *)0x051EF918; -const void * RTTI_ExtraFurnitureEntryData = (void *)0x051F1188; -const void * RTTI_ExtraGeometryDirtynessScale = (void *)0x051EFDB8; -const void * RTTI_ExtraGhost = (void *)0x051F1BE0; -const void * RTTI_ExtraGlobal = (void *)0x051F04F8; -const void * RTTI_ExtraGroupedPackin = (void *)0x051EF000; -const void * RTTI_ExtraGuardedRefData = (void *)0x051F1008; -const void * RTTI_ExtraHasNoRumors = (void *)0x051EF600; -const void * RTTI_ExtraHavok = (void *)0x051EE958; -const void * RTTI_ExtraHeadTrackingWeight = (void *)0x051F0360; -const void * RTTI_ExtraHeadingTarget = (void *)0x051EFFF8; -const void * RTTI_ExtraHealth = (void *)0x051F01C8; -const void * RTTI_ExtraHorse = (void *)0x051F0290; -const void * RTTI_ExtraIgnoredAttractKeywords = (void *)0x051EF650; -const void * RTTI_ExtraIgnoredBySandbox = (void *)0x051F0F68; -const void * RTTI_ExtraInitActions = (void *)0x051D99A8; -const void * RTTI_ExtraInputEnableLayer = (void *)0x051F1278; -const void * RTTI_ExtraInstanceData = (void *)0x051F12A8; -const void * RTTI_ExtraInteraction = (void *)0x051F13A8; -const void * RTTI_ExtraInvestedGold = (void *)0x051EF2D8; -const void * RTTI_ExtraItemDropper = (void *)0x051F1B58; -const void * RTTI_ExtraKeywords = (void *)0x051EF8F0; -const void * RTTI_ExtraLargeRefOwnerCells = (void *)0x051EF498; -const void * RTTI_ExtraLastFinishedSequence = (void *)0x051F1BB0; -const void * RTTI_ExtraLevCreaModifier = (void *)0x051F10F0; -const void * RTTI_ExtraLeveledBaseObject = (void *)0x051F13F8; -const void * RTTI_ExtraLeveledCreature = (void *)0x051F1960; -const void * RTTI_ExtraLeveledItem = (void *)0x051F0218; -const void * RTTI_ExtraLight = (void *)0x051F19E8; -const void * RTTI_ExtraLightAreaData = (void *)0x051F0700; -const void * RTTI_ExtraLightBarndoorData = (void *)0x051F0758; -const void * RTTI_ExtraLightColorData = (void *)0x051F0610; -const void * RTTI_ExtraLightData = (void *)0x051EF4C8; -const void * RTTI_ExtraLightFlickerData = (void *)0x051F0670; -const void * RTTI_ExtraLightGoboData = (void *)0x051F06A0; -const void * RTTI_ExtraLightLayerData = (void *)0x051F0640; -const void * RTTI_ExtraLightRoundnessData = (void *)0x051F06D0; -const void * RTTI_ExtraLightStaticShadowMapData = (void *)0x051EF438; -const void * RTTI_ExtraLightVolumetricData = (void *)0x051F05C0; -const void * RTTI_ExtraLinkedChildrenAliasInstanceArray = (void *)0x051F0F98; -const void * RTTI_ExtraLinkedRef = (void *)0x051F00D8; -const void * RTTI_ExtraLinkedRefChildren = (void *)0x051F17B0; -const void * RTTI_ExtraLitWaterRefs = (void *)0x051EF9D0; -const void * RTTI_ExtraLocation = (void *)0x051EFB70; -const void * RTTI_ExtraLocationRefType = (void *)0x051F17E0; -const void * RTTI_ExtraLock = (void *)0x051F05F0; -const void * RTTI_ExtraLockList = (void *)0x051EFB98; -const void * RTTI_ExtraMagicCaster = (void *)0x051EEF80; -const void * RTTI_ExtraMapMarker = (void *)0x051F1990; -const void * RTTI_ExtraMaterialSwap = (void *)0x051EF898; -const void * RTTI_ExtraMissingRefIDs = (void *)0x051EFE18; -const void * RTTI_ExtraModIndex = (void *)0x051EF158; -const void * RTTI_ExtraModRank = (void *)0x051EF470; -const void * RTTI_ExtraModelSwap = (void *)0x051EF628; -const void * RTTI_ExtraNavMeshPortal = (void *)0x051F03F0; -const void * RTTI_ExtraNorthRotation = (void *)0x051EE8C8; -const void * RTTI_ExtraObjectBreakable = (void *)0x051EF758; -const void * RTTI_ExtraObjectSavedDynamicIdles = (void *)0x051EF6B0; -const void * RTTI_ExtraObjectSavedUnrecoverableSubgraphs = (void *)0x051EF6E8; -const void * RTTI_ExtraOcclusionPlaneRefData = (void *)0x051F03B8; -const void * RTTI_ExtraOpenCloseActivateRef = (void *)0x051EF940; -const void * RTTI_ExtraOriginalBaseObject = (void *)0x051EFC10; -const void * RTTI_ExtraOriginalReference = (void *)0x051F00A8; -const void * RTTI_ExtraOutfitItem = (void *)0x051F01A0; -const void * RTTI_ExtraOwnership = (void *)0x051F0570; -const void * RTTI_ExtraOwningInstance = (void *)0x051EFAB0; -const void * RTTI_ExtraPackage = (void *)0x051F18E8; -const void * RTTI_ExtraPackageData = (void *)0x051EF578; -const void * RTTI_ExtraPackageStartLocation = (void *)0x051F1568; -const void * RTTI_ExtraPatrolRefData = (void *)0x051F0448; -const void * RTTI_ExtraPatrolRefInUseData = (void *)0x051F1780; -const void * RTTI_ExtraPersistentCell = (void *)0x051F14E0; -const void * RTTI_ExtraPlacedPlanetContent = (void *)0x051EEC08; -const void * RTTI_ExtraPlayerCrimeList = (void *)0x051F1870; -const void * RTTI_ExtraPoison = (void *)0x051F0080; -const void * RTTI_ExtraPowerArmor = (void *)0x051F12D0; -const void * RTTI_ExtraPowerArmorPreload = (void *)0x051F1248; -const void * RTTI_ExtraPowerLinks = (void *)0x051F0058; -const void * RTTI_ExtraPrimitive = (void *)0x051EFCF0; -const void * RTTI_ExtraProceduralInstanceData = (void *)0x051EF0F0; -const void * RTTI_ExtraProcessMiddleLow = (void *)0x051EEA90; -const void * RTTI_ExtraProjectedDecalData = (void *)0x051EFD18; -const void * RTTI_ExtraPromotedRef = (void *)0x051F1380; -const void * RTTI_ExtraPropertySheet = (void *)0x051EF180; -const void * RTTI_ExtraRadioData = (void *)0x051F0420; -const void * RTTI_ExtraRadioReceiver = (void *)0x051EF7B0; -const void * RTTI_ExtraRadioRepeater = (void *)0x051EF7E0; -const void * RTTI_ExtraRadius = (void *)0x051EF5A0; -const void * RTTI_ExtraRadiusFalloffExponent = (void *)0x051EF5C8; -const void * RTTI_ExtraRagDollData = (void *)0x051F14B8; -const void * RTTI_ExtraRandomAnimStartTime = (void *)0x051EF0C0; -const void * RTTI_ExtraRandomTeleportMarker = (void *)0x051F1C08; -const void * RTTI_ExtraRangedDistOverride = (void *)0x051EFE48; -const void * RTTI_ExtraRank = (void *)0x051F0520; -const void * RTTI_ExtraRefWeaponSounds = (void *)0x051F1218; -const void * RTTI_ExtraReferenceGroup = (void *)0x051EF868; -const void * RTTI_ExtraReferenceHandles = (void *)0x051EFB40; -const void * RTTI_ExtraReflectedRefs = (void *)0x051EF9F8; -const void * RTTI_ExtraReflectorRefs = (void *)0x051EFA28; -const void * RTTI_ExtraRefrPath = (void *)0x051F1330; -const void * RTTI_ExtraRefractionProperty = (void *)0x051F1AA0; -const void * RTTI_ExtraRegionList = (void *)0x051EE980; -const void * RTTI_ExtraReservedMarkers = (void *)0x051F1450; -const void * RTTI_ExtraRoomRefData = (void *)0x051F1758; -const void * RTTI_ExtraRunOncePacks = (void *)0x051F18A0; -const void * RTTI_ExtraSavedAnimation = (void *)0x051F1AF8; -const void * RTTI_ExtraSavedHavokData = (void *)0x051F1B28; -const void * RTTI_ExtraSayToTopicInfo = (void *)0x051F1618; -const void * RTTI_ExtraSayTopicInfoOnceADay = (void *)0x051F1A10; -const void * RTTI_ExtraScale = (void *)0x051F0100; -const void * RTTI_ExtraSceneData = (void *)0x051F0390; -const void * RTTI_ExtraScriptedAnimDependence = (void *)0x051F12F8; -const void * RTTI_ExtraSeed = (void *)0x051F18C8; -const void * RTTI_ExtraSeenData = (void *)0x051EE8A0; -const void * RTTI_ExtraShipArrivalData = (void *)0x051EFC98; -const void * RTTI_ExtraShipBlueprintSnapData = (void *)0x051F1480; -const void * RTTI_ExtraShouldWear = (void *)0x051F1938; -const void * RTTI_ExtraSnapLinks = (void *)0x051EF060; -const void * RTTI_ExtraSoul = (void *)0x051F1548; -const void * RTTI_ExtraSound = (void *)0x051F1AD0; -const void * RTTI_ExtraSoundHook = (void *)0x051EFFA8; -const void * RTTI_ExtraSourcePackIn = (void *)0x051EF2B0; -const void * RTTI_ExtraSpawnContainer = (void *)0x051F1120; -const void * RTTI_ExtraStartingPosition = (void *)0x051F0540; -const void * RTTI_ExtraStartingWorldOrCell = (void *)0x051F1060; -const void * RTTI_ExtraTeleport = (void *)0x051F0598; -const void * RTTI_ExtraTeleportName = (void *)0x051EFBE8; -const void * RTTI_ExtraTempLocationWorldSpace = (void *)0x051F1510; -const void * RTTI_ExtraTerminalMenuBodyTextItems = (void *)0x051EF1B0; -const void * RTTI_ExtraTerminalMenuItems = (void *)0x051EF220; -const void * RTTI_ExtraTerminalMenuMenuItems = (void *)0x051EF250; -const void * RTTI_ExtraTerminalMenuUnlockedItems = (void *)0x051EF1E8; -const void * RTTI_ExtraTextDisplayData = (void *)0x051F0308; -const void * RTTI_ExtraTimeLeft = (void *)0x051F0150; -const void * RTTI_ExtraTimeOfDayData = (void *)0x051EF128; -const void * RTTI_ExtraTransitionCellCount = (void *)0x051EFED0; -const void * RTTI_ExtraTraversalData = (void *)0x051F0EE0; -const void * RTTI_ExtraTresPassPackage = (void *)0x051EFAE0; -const void * RTTI_ExtraUniqueID = (void *)0x051F0268; -const void * RTTI_ExtraUsedMarkers = (void *)0x051F1428; -const void * RTTI_ExtraVoiceType = (void *)0x051EF300; -const void * RTTI_ExtraVolumeData = (void *)0x051EFDF0; -const void * RTTI_ExtraVolumeReflectionProbe_OffsetIntensity = (void *)0x051EFD70; -const void * RTTI_ExtraWaterCurrentZoneData = (void *)0x051EFEA0; -const void * RTTI_ExtraWaterData = (void *)0x051F1358; -const void * RTTI_ExtraWaterLightRefs = (void *)0x051EF9A0; -const void * RTTI_ExtraWaterReflectionData = (void *)0x051EF8C0; -const void * RTTI_ExtraWorkshopSnapping = (void *)0x05237CF8; -const void * RTTI_ExtraWwiseSwitchData = (void *)0x052593E0; -const void * RTTI_EyeTrackingOffHandler = (void *)0x05360FD8; -const void * RTTI_EyeTrackingOnHandler = (void *)0x05361008; -const void * RTTI_FACEFX_ACTOR = (void *)0x051D9E60; -const void * RTTI_FACEFX_BONESET = (void *)0x051D9E38; -const void * RTTI_FOCollisionListener = (void *)0x05261688; -const void * RTTI_FaceEmotionalIdleHandler = (void *)0x05360BA8; -const void * RTTI_FaderMenu = (void *)0x0539EDA8; -const void * RTTI_FanfareData = (void *)0x052A0F90; -const void * RTTI_FanfareMenu = (void *)0x052A0EB8; -const void * RTTI_FanfareMenu__FanfareEventShuttle = (void *)0x052A0E80; -const void * RTTI_FarTravel__Arrival = (void *)0x0531DE20; -const void * RTTI_FarTravel__Cruise = (void *)0x0531DE78; -const void * RTTI_FarTravel__Departure = (void *)0x0531DE48; -const void * RTTI_FarTravel__FarTravelOrbitalUpdateFadeDone = (void *)0x0531DEA0; -const void * RTTI_FarTravel__FarTravelUnloadNode = (void *)0x0523CDD0; -const void * RTTI_FarTravel__UpdateGalacticPositions = (void *)0x0531DEE0; -const void * RTTI_FavoritesManager = (void *)0x053A01D0; -const void * RTTI_FavoritesManager__FavoritesData = (void *)0x0539FE88; -const void * RTTI_FavoritesManager__FavoritesEntryData = (void *)0x0539FE48; -const void * RTTI_FavoritesManager__FavoritesUIDataEventShuttle = (void *)0x0539FE00; -const void * RTTI_FavoritesMenu = (void *)0x053A0158; -const void * RTTI_FavoritesMenu_AssignQuickkey = (void *)0x0539EEE0; -const void * RTTI_FavoritesMenu_UseQuickkey = (void *)0x0539EF18; -const void * RTTI_FindConnectedNavmeshInfosVisitor = (void *)0x05274A28; -const void * RTTI_FindDynamicNeighborsTask = (void *)0x050FF710; -const void * RTTI_FindEffectKeywordOnTargetFunctor = (void *)0x0531A618; -const void * RTTI_FindTriangleForLocationFilter = (void *)0x051C85C0; -const void * RTTI_FindTriangleForLocationFilterCheckDeltaZ = (void *)0x051C84E8; -const void * RTTI_FindTriangleForLocationTraversableFilter = (void *)0x05426890; -const void * RTTI_FindTriangleForLocationWaterFilter = (void *)0x054268D0; -const void * RTTI_FireForgetModel = (void *)0x052AF9E0; -const void * RTTI_FireForgetModel__FireForgetEventShuttle = (void *)0x052AFA08; -const void * RTTI_FireParticlesCollidedWithBodiesCallbackTask = (void *)0x050FF840; -const void * RTTI_FireParticlesCollidedWithParticlesCallbackTask = (void *)0x050FF7F0; -const void * RTTI_FireParticlesExitedSafeRegionCallbackTask = (void *)0x050FF890; -const void * RTTI_FirstPersonState = (void *)0x05399E88; -const void * RTTI_FlameProjectile = (void *)0x05363BF0; -const void * RTTI_FleePackage = (void *)0x05108910; -const void * RTTI_FlightActionEndHandler = (void *)0x05361098; -const void * RTTI_FlightActionEntryEndHandler = (void *)0x053610C8; -const void * RTTI_FlightActionHandler = (void *)0x05361038; -const void * RTTI_FlightCameraState = (void *)0x0539A1A8; -const void * RTTI_FlightCrashLandStartHandler = (void *)0x0535FA10; -const void * RTTI_FlightCruisingHandler = (void *)0x05360F18; -const void * RTTI_FlightHoveringHandler = (void *)0x05361130; -const void * RTTI_FlightLandEndHandler = (void *)0x05361068; -const void * RTTI_FlightLandHandler = (void *)0x05361160; -const void * RTTI_FlightLandingHandler = (void *)0x05361100; -const void * RTTI_FlightPerchingHandler = (void *)0x05361188; -const void * RTTI_FlightTakeOffHandler = (void *)0x05360F48; -const void * RTTI_Float3LightAnimData = (void *)0x051E11A0; -const void * RTTI_Float4LightAnimData = (void *)0x051E1170; -const void * RTTI_FloatLightAnimData = (void *)0x051E1140; -const void * RTTI_FoodCraftingMenu = (void *)0x052E2778; -const void * RTTI_FootIKNode = (void *)0x053E1750; -const void * RTTI_FootIKNodeInstance = (void *)0x053E4388; -const void * RTTI_ForceWeaponFireHandler = (void *)0x0535EFF8; -const void * RTTI_FormStreamerLoadStorageWrapper = (void *)0x05324308; -const void * RTTI_FormStreamerSaveStorageWrapper = (void *)0x053242D0; -const void * RTTI_FreeAdvancedCameraState = (void *)0x0539A0B0; -const void * RTTI_FreeFlyCameraState = (void *)0x0539A140; -const void * RTTI_FreeTetheredCameraState = (void *)0x0539A110; -const void * RTTI_FreeWalkCameraState = (void *)0x0539A0E0; -const void * RTTI_FrenzyEffect = (void *)0x0531B300; -const void * RTTI_FurnitureCameraState = (void *)0x05399EB0; -const void * RTTI_FurnitureMarkerNavmeshPositionCache = (void *)0x0519E360; -const void * RTTI_GPUCaptureHandler = (void *)0x053A2768; -const void * RTTI_GameBIEvents__ClientSettingsBIEvents = (void *)0x0531D4C8; -const void * RTTI_GameBIEvents__PlayerBIEvents = (void *)0x0531D688; -const void * RTTI_GameMenuBase = (void *)0x052A0708; -const void * RTTI_GameScript__ActorValueEventHandler = (void *)0x053A9290; -const void * RTTI_GameScript__AffinityEventHandler = (void *)0x053A96D0; -const void * RTTI_GameScript__BasicEventHandler = (void *)0x053C37F0; -const void * RTTI_GameScript__BuilderEventHandler = (void *)0x053A9D80; -const void * RTTI_GameScript__ChallengeEventHandler = (void *)0x052A63F0; -const void * RTTI_GameScript__CombatEventHandler = (void *)0x053AA3E0; -const void * RTTI_GameScript__CustomEventHandler = (void *)0x053ABDA0; -const void * RTTI_GameScript__DataFileHandleReaderWriter = (void *)0x053A9960; -const void * RTTI_GameScript__DebuggerMessages__ContinueRequest = (void *)0x053A67F0; -const void * RTTI_GameScript__DebuggerMessages__DisconnectRequest = (void *)0x053A6880; -const void * RTTI_GameScript__DebuggerMessages__Event = (void *)0x053A6998; -const void * RTTI_GameScript__DebuggerMessages__NextRequest = (void *)0x053A6630; -const void * RTTI_GameScript__DebuggerMessages__OutputEvent = (void *)0x053A64B8; -const void * RTTI_GameScript__DebuggerMessages__PauseRequest = (void *)0x053A6838; -const void * RTTI_GameScript__DebuggerMessages__ProtocolMessage = (void *)0x053A6950; -const void * RTTI_GameScript__DebuggerMessages__Request = (void *)0x053A6908; -const void * RTTI_GameScript__DebuggerMessages__Response = (void *)0x053A68C8; -const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsRequest = (void *)0x053A6700; -const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsResponse = (void *)0x053A6350; -const void * RTTI_GameScript__DebuggerMessages__StackTraceRequest = (void *)0x053A6750; -const void * RTTI_GameScript__DebuggerMessages__StackTraceResponse = (void *)0x053A63A0; -const void * RTTI_GameScript__DebuggerMessages__StepInRequest = (void *)0x053A65F0; -const void * RTTI_GameScript__DebuggerMessages__StepOutRequest = (void *)0x053A65A0; -const void * RTTI_GameScript__DebuggerMessages__StoppedEvent = (void *)0x053A6478; -const void * RTTI_GameScript__DebuggerMessages__ThreadEvent = (void *)0x053A6438; -const void * RTTI_GameScript__DebuggerMessages__ThreadsRequest = (void *)0x053A67A0; -const void * RTTI_GameScript__DebuggerMessages__ThreadsResponse = (void *)0x053A63F0; -const void * RTTI_GameScript__DebuggerMessages__ValueRequest = (void *)0x053A6670; -const void * RTTI_GameScript__DebuggerMessages__ValueResponse = (void *)0x053A62C0; -const void * RTTI_GameScript__DebuggerMessages__VariablesRequest = (void *)0x053A66B0; -const void * RTTI_GameScript__DebuggerMessages__VariablesResponse = (void *)0x053A6300; -const void * RTTI_GameScript__DebuggerMessages__VersionEvent = (void *)0x053A64F8; -const void * RTTI_GameScript__DelayFunctor = (void *)0x053A73C8; -const void * RTTI_GameScript__DelayFunctorFactory = (void *)0x051AB428; -const void * RTTI_GameScript__DistanceEventHandler = (void *)0x053C59B0; -const void * RTTI_GameScript__FragmentEventHandler = (void *)0x053AB350; -const void * RTTI_GameScript__HandlePolicy = (void *)0x053B23B8; -const void * RTTI_GameScript__Internal__AnimationCallbacks = (void *)0x053A98E0; -const void * RTTI_GameScript__Internal__LOSDetectionEventData = (void *)0x053AD720; -const void * RTTI_GameScript__Internal__LOSDirectEventData = (void *)0x053AD640; -const void * RTTI_GameScript__Internal__LOSEventData = (void *)0x053AD1A8; -const void * RTTI_GameScript__InventoryEventHandler = (void *)0x053AC820; -const void * RTTI_GameScript__LOSEventHandler = (void *)0x053AD1E0; -const void * RTTI_GameScript__Logger = (void *)0x053AC298; -const void * RTTI_GameScript__MenuEventHandler = (void *)0x053ADD08; -const void * RTTI_GameScript__ObjectBindPolicy = (void *)0x053B23E8; -const void * RTTI_GameScript__PathingCallbackMgr = (void *)0x053AE148; -const void * RTTI_GameScript__Profiler = (void *)0x053AE1C0; -const void * RTTI_GameScript__QuestCallbackMgr = (void *)0x053AE4B8; -const void * RTTI_GameScript__RemoteDebugger = (void *)0x053A6568; -const void * RTTI_GameScript__SaveFileHandleReaderWriter = (void *)0x053A9920; -const void * RTTI_GameScript__SavePatcher = (void *)0x053AE570; -const void * RTTI_GameScript__ScriptSpaceCellCreateComplete = (void *)0x053A9B30; -const void * RTTI_GameScript__ScriptSpaceshipCreateComplete = (void *)0x053A9AF0; -const void * RTTI_GameScript__SleepEventHandler = (void *)0x053AE768; -const void * RTTI_GameScript__SoundCallbackMgr = (void *)0x053AEB48; -const void * RTTI_GameScript__SpaceshipEventHandler = (void *)0x053C4368; -const void * RTTI_GameScript__Store = (void *)0x053AEBE8; -const void * RTTI_GameScript__TeleportEventHandler = (void *)0x053C4718; -const void * RTTI_GameScript__TimerEventHandler = (void *)0x053C4CF8; -const void * RTTI_GameScript__TrackedStatsEventHandler = (void *)0x053C4EF8; -const void * RTTI_GameScript__WaitEventHandler = (void *)0x053C5A58; -const void * RTTI_GameSettingCollection = (void *)0x051C9850; -const void * RTTI_GameUIGlobalFunc = (void *)0x052D8BA8; -const void * RTTI_GameUIModel = (void *)0x052D8D48; -const void * RTTI_GameVM = (void *)0x053B2340; -const void * RTTI_GamebryoSequence = (void *)0x053E17A8; -const void * RTTI_GamebryoSequenceInstance = (void *)0x053E43B8; -const void * RTTI_GenerateMappingToPointsBufferTask = (void *)0x050FF620; -const void * RTTI_GenerateObstacleTask = (void *)0x0520E418; -const void * RTTI_GenericFrameUpdateOperationsService = (void *)0x051D3EE0; -const void * RTTI_GetBestAmmoFunctor = (void *)0x0524F798; -const void * RTTI_GetBestCutterFunctor = (void *)0x0524F958; -const void * RTTI_GetBestLightFunctor = (void *)0x0524F928; -const void * RTTI_GetBestWeaponFunctor = (void *)0x0524F7F8; -const void * RTTI_GetMagicItemDescriptionFunctor = (void *)0x051EE798; -const void * RTTI_GetUpEndHandler = (void *)0x0535F870; -const void * RTTI_GetUpStartHandler = (void *)0x0535F898; -const void * RTTI_GlobalFunc_CloseAllMenus = (void *)0x052D89B8; -const void * RTTI_GlobalFunc_CloseMenu = (void *)0x052D8988; -const void * RTTI_GlobalFunc_PlayMenuSound = (void *)0x052D88F0; -const void * RTTI_GlobalFunc_StartGameRender = (void *)0x052D8920; -const void * RTTI_GlobalFunc_UserEvent = (void *)0x052D8958; -const void * RTTI_GraphReferenceNode = (void *)0x053D75B0; -const void * RTTI_GraphReferenceNodeInstance = (void *)0x053D7578; -const void * RTTI_GraphicsInfoDataModel = (void *)0x052B3098; -const void * RTTI_GravJumpInitiateCompleteHandler = (void *)0x05360A08; -const void * RTTI_GravJumpSearch = (void *)0x0520B368; -const void * RTTI_GrenadeProjectile = (void *)0x05363C18; -const void * RTTI_GridArray = (void *)0x05203210; -const void * RTTI_GridCellArray = (void *)0x052036D0; -const void * RTTI_GroundPathPathingNodeGenerator = (void *)0x0542F298; -const void * RTTI_GroundPathRayValidator = (void *)0x0542F398; -const void * RTTI_GuardActorPackageData = (void *)0x0534AAA8; -const void * RTTI_GuideEffect = (void *)0x0531A098; -const void * RTTI_HUDAmmoCountModel = (void *)0x052D9258; -const void * RTTI_HUDAmmoCountModel__HUDAmmoCountModelShuttle = (void *)0x052D9150; -const void * RTTI_HUDCommandIconData = (void *)0x052D92A0; -const void * RTTI_HUDCompassDataModel = (void *)0x052B3338; -const void * RTTI_HUDCrewBuffDataModel = (void *)0x052A9880; -const void * RTTI_HUDCrosshairDataModel = (void *)0x052B3B70; -const void * RTTI_HUDCrosshairDataModel__HUDCrosshairEventShuttle = (void *)0x052B3E80; -const void * RTTI_HUDDataModel = (void *)0x052DB6A8; -const void * RTTI_HUDDataModel__HUDDataEventShuttle = (void *)0x052DB720; -const void * RTTI_HUDDirectionalHitIndicatorDataModel = (void *)0x052D9830; -const void * RTTI_HUDEnemyDataModel = (void *)0x052B4250; -const void * RTTI_HUDEnemyDataModel__HUDEnemyEventShuttle = (void *)0x052B4210; -const void * RTTI_HUDExperienceMeterDataModel = (void *)0x052DAE68; -const void * RTTI_HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle = (void *)0x052D9A20; -const void * RTTI_HUDJetpackDataModel = (void *)0x052B4278; -const void * RTTI_HUDLocationDataModel = (void *)0x052B4560; -const void * RTTI_HUDMenu = (void *)0x053A0508; -const void * RTTI_HUDMessageDataModel = (void *)0x052B4860; -const void * RTTI_HUDMessagesMenu = (void *)0x052E27A0; -const void * RTTI_HUDNotification_MissionActiveWidgetUpdate = (void *)0x052DCBF0; -const void * RTTI_HUDNotification_OpenDataMenu = (void *)0x052DCC68; -const void * RTTI_HUDNotification_OpenMissionMenu = (void *)0x052DCCA0; -const void * RTTI_HUDNotification_SetMissionActive = (void *)0x052DCC30; -const void * RTTI_HUDNotificationsModel = (void *)0x052DC698; -const void * RTTI_HUDNotificationsModel__HUDNotificationsEventShuttle = (void *)0x052DC9F0; -const void * RTTI_HUDOpacityModel = (void *)0x052DCE60; -const void * RTTI_HUDOpacityModel__HUDOpacityEventShuttle = (void *)0x052DCE88; -const void * RTTI_HUDRolloverActivationButtonEvent = (void *)0x052B1F70; -const void * RTTI_HUDRolloverActivationCompanionListener = (void *)0x052B2D30; -const void * RTTI_HUDRolloverActivationCorpseListener = (void *)0x052B2D70; -const void * RTTI_HUDRolloverActivationDisplayCaseListener = (void *)0x052B2468; -const void * RTTI_HUDRolloverActivationDoorListener = (void *)0x052B2DF0; -const void * RTTI_HUDRolloverActivationFallbackListener = (void *)0x052AFED8; -const void * RTTI_HUDRolloverActivationLootListener = (void *)0x052B2E28; -const void * RTTI_HUDRolloverActivationNPCListener = (void *)0x052B2E60; -const void * RTTI_HUDRolloverActivationOutpostItemListener = (void *)0x052AFF18; -const void * RTTI_HUDRolloverActivationOutpostListener = (void *)0x052AFFA8; -const void * RTTI_HUDRolloverActivationOutpostQCListener = (void *)0x052B0288; -const void * RTTI_HUDRolloverActivationQCItemPressEvent = (void *)0x052B1DC8; -const void * RTTI_HUDRolloverActivationQuickContainerListener = (void *)0x052B0240; -const void * RTTI_HUDRolloverActivationShipContainerListener = (void *)0x052B2F50; -const void * RTTI_HUDRolloverActivationTeammateListener = (void *)0x052B2F98; -const void * RTTI_HUDRolloverActivationTerminalListener = (void *)0x052B2FD8; -const void * RTTI_HUDRolloverDataModel = (void *)0x052B1E08; -const void * RTTI_HUDSocialCommandData = (void *)0x052D9318; -const void * RTTI_HUDSocialCommandDataModel = (void *)0x052D94F0; -const void * RTTI_HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle = (void *)0x052D9560; -const void * RTTI_HUDStarbornPowersDataModel = (void *)0x052B4D68; -const void * RTTI_HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle = (void *)0x052B4E30; -const void * RTTI_HUDStealthDataModel = (void *)0x052B5158; -const void * RTTI_HUDStealthDataModel__HUDStealthEventShuttle = (void *)0x052B5210; -const void * RTTI_HUDSubtitleDataModel = (void *)0x052B52F8; -const void * RTTI_HUDSubtitleDataModel__HUDSubtitleEventShuttle = (void *)0x052B5440; -const void * RTTI_HUDWatchEffectsModel = (void *)0x052B6258; -const void * RTTI_HUDWatchEffectsModel__HUDWatchEffectsModelShuttle = (void *)0x052B5B30; -const void * RTTI_HangarShipSelection_ChangeSystemDisplay = (void *)0x052A49B0; -const void * RTTI_HangarShipSelection_RepairShip = (void *)0x052A4B78; -const void * RTTI_HangarShipSelection_UpgradeSystem = (void *)0x052A4978; -const void * RTTI_HasSpellVisitor = (void *)0x05343150; -const void * RTTI_HavokErrorCRTestApp = (void *)0x0519E558; -const void * RTTI_HavokFileStreambufWriter = (void *)0x05261B18; -const void * RTTI_HavokParticleDef__BaseShape = (void *)0x053F5E18; -const void * RTTI_HavokParticleDef__BoxShape = (void *)0x053F5EF8; -const void * RTTI_HavokParticleDef__CapsuleShape = (void *)0x053F5F28; -const void * RTTI_HavokParticleDef__ConvexShape = (void *)0x053F5E88; -const void * RTTI_HavokParticleDef__CubeShape = (void *)0x053F5EC0; -const void * RTTI_HavokParticleDef__CylinderShape = (void *)0x053F5F60; -const void * RTTI_HavokParticleDef__SphereShape = (void *)0x053F5E50; -const void * RTTI_HavokStreambufFactory = (void *)0x05261A00; -const void * RTTI_Hazard = (void *)0x051084D0; -const void * RTTI_HeadTrackingOffHandler = (void *)0x05360F78; -const void * RTTI_HeadTrackingOnHandler = (void *)0x05360FA8; -const void * RTTI_HeadTrackingRotationOffHandler = (void *)0x05360EA8; -const void * RTTI_HeadTrackingRotationOnHandler = (void *)0x05360EE0; -const void * RTTI_HealthDamageFunctor = (void *)0x05365438; -const void * RTTI_HeapAllocator = (void *)0x053E7420; -const void * RTTI_HelpData = (void *)0x052A7B60; -const void * RTTI_HelpDataModel = (void *)0x052A7BC0; -const void * RTTI_HelpDataModel__HelpDataModelEventShuttle = (void *)0x052A7B80; -const void * RTTI_HelpTopicData = (void *)0x052A7AF0; -const void * RTTI_HideSubsegmentHandler = (void *)0x05360AE8; -const void * RTTI_HighlightManager = (void *)0x05201540; -const void * RTTI_HitFrameHandler = (void *)0x053611B8; -const void * RTTI_HorseCameraState = (void *)0x05399EE0; -const void * RTTI_HudModeDataModel = (void *)0x052B4BA0; -const void * RTTI_HudModeDataModel__HUDModeEventShuttle = (void *)0x052B4B60; -const void * RTTI_IAIWorldLocation = (void *)0x051C8260; -const void * RTTI_IAIWorldLocationHandle = (void *)0x05264498; -const void * RTTI_IAimAssistImpl = (void *)0x052803E8; -const void * RTTI_IAnimationEventDataForEachFunctor = (void *)0x051CA428; -const void * RTTI_IAnimationGraphManagerLoadingTask = (void *)0x0525C6C8; -const void * RTTI_IAnimationStanceData = (void *)0x053E6088; -const void * RTTI_IAnimationStreamWrite = (void *)0x052502F8; -const void * RTTI_IBGSBaseFormData = (void *)0x051C6468; -const void * RTTI_ICheckEndReachedFunctor = (void *)0x0542C428; -const void * RTTI_ICheckEndReachedFunctorMapper = (void *)0x0542C490; -const void * RTTI_ICommandLineHandler = (void *)0x051AB338; -const void * RTTI_IConvexOverlapImpl = (void *)0x050F9B70; -const void * RTTI_IConvexOverlapImpl__ShapeInterface = (void *)0x050F9BA0; -const void * RTTI_IDEvent = (void *)0x053E78F0; -const void * RTTI_IDataModel = (void *)0x051D0138; -const void * RTTI_IExplosionFactory = (void *)0x051A4E40; -const void * RTTI_IFadeDoneCallback = (void *)0x05246DB8; -const void * RTTI_IFormComponentFactoryCreator = (void *)0x0513E6C8; -const void * RTTI_IFormComponentFactoryCreator__ReserveControl = (void *)0x051CEBC0; -const void * RTTI_IFormFactory = (void *)0x051A0640; -const void * RTTI_IFormFactory__IFactoryVisitor = (void *)0x051F98E8; -const void * RTTI_IHUDRolloverActivationListener = (void *)0x052AFE60; -const void * RTTI_IMemoryManagerFile = (void *)0x05335098; -const void * RTTI_IMemoryManagerFileFactory = (void *)0x051A2CF8; -const void * RTTI_IMemoryStore = (void *)0x05324E80; -const void * RTTI_IMemoryStoreBase = (void *)0x05324E58; -const void * RTTI_IMenu = (void *)0x051E5318; -const void * RTTI_IMessageBoxCallback = (void *)0x05245A18; -const void * RTTI_IMovementAvoidanceManager = (void *)0x05349D30; -const void * RTTI_IMovementControllerNPCFunctor = (void *)0x053329B8; -const void * RTTI_IMovementDirectControl = (void *)0x0534A3F0; -const void * RTTI_IMovementFormIDManager = (void *)0x051A2DB8; -const void * RTTI_IMovementPDControllerAccess = (void *)0x0542C5F0; -const void * RTTI_IMovementParameters = (void *)0x0519D828; -const void * RTTI_IMovementPlannerDirectControl = (void *)0x0534A3B8; -const void * RTTI_IMovementPlannerSetArbitration = (void *)0x0542BD50; -const void * RTTI_IMovementPlayIdleResult = (void *)0x0542C530; -const void * RTTI_IMovementQueryFlight = (void *)0x0542F1A0; -const void * RTTI_IMovementQueryPathFollowing = (void *)0x0542C4F8; -const void * RTTI_IMovementQueryState = (void *)0x0534A540; -const void * RTTI_IMovementQueryStaticAvoider = (void *)0x0542C718; -const void * RTTI_IMovementQueryTweener = (void *)0x0542C290; -const void * RTTI_IMovementQueryTweenerState = (void *)0x0542C900; -const void * RTTI_IMovementSetCorrectionData = (void *)0x0542C938; -const void * RTTI_IMovementSetGoal = (void *)0x0542B9D8; -const void * RTTI_IMovementSetPathFollowing = (void *)0x0542C4C8; -const void * RTTI_IMovementSetRollTarget = (void *)0x0542C628; -const void * RTTI_IMovementSetSprinting = (void *)0x052062A0; -const void * RTTI_IMovementSetState = (void *)0x0542C590; -const void * RTTI_IMovementSetStaticAvoider = (void *)0x0542C750; -const void * RTTI_IMovementSetWarp = (void *)0x0534A600; -const void * RTTI_INIPrefSetting = (void *)0x0518EE98; -const void * RTTI_INIPrefSettingCollection = (void *)0x051CF680; -const void * RTTI_INISettingCollection = (void *)0x0513BAF8; -const void * RTTI_INavmeshSearchFilterSet = (void *)0x05275770; -const void * RTTI_IOControlNode = (void *)0x051DABB0; -const void * RTTI_IOManager = (void *)0x053F9EC0; -const void * RTTI_IOManagerThread = (void *)0x053F9EE0; -const void * RTTI_IOManager__SystemTaskService = (void *)0x053F9DD8; -const void * RTTI_IOPostProcessNode = (void *)0x051DB8B8; -const void * RTTI_IOPostProcessTaskNode = (void *)0x053F9D80; -const void * RTTI_IOSystemTask = (void *)0x051DB858; -const void * RTTI_IOTask = (void *)0x051E5FC8; -const void * RTTI_IOTaskNode = (void *)0x053F9DB0; -const void * RTTI_IPackageData = (void *)0x051034F8; -const void * RTTI_IPackageDataTypeCheck = (void *)0x051AB978; -const void * RTTI_IPathBuilder = (void *)0x0526CDB0; -const void * RTTI_IPathBuilderFactoryBase = (void *)0x05127E10; -const void * RTTI_IPathBuilderTracker = (void *)0x051AB460; -const void * RTTI_IPathFollowerState = (void *)0x0542F500; -const void * RTTI_IPathSmootherRayCast = (void *)0x05426860; -const void * RTTI_IPathingNodeGenerator = (void *)0x0542F338; -const void * RTTI_IPostAnimationChannelUpdateFunctor = (void *)0x0524FE58; -const void * RTTI_IProcedure = (void *)0x051C8BA8; -const void * RTTI_IProcedureTreeExecState = (void *)0x051C8BD0; -const void * RTTI_IProcedureTreeItem = (void *)0x052699F0; -const void * RTTI_IRaceSubGraphDataFunctor = (void *)0x051CA650; -const void * RTTI_ISelectIdleFilter = (void *)0x0542D078; -const void * RTTI_ISmoothingRayValidator = (void *)0x0542F368; -const void * RTTI_ISpecialPurposeComponentHandler = (void *)0x051ABB20; -const void * RTTI_IStaticAvoidNodeManager = (void *)0x0534A768; -const void * RTTI_IStringForwarder = (void *)0x0539AE70; -const void * RTTI_ITempEffectFactory = (void *)0x051552B8; -const void * RTTI_ITextRenderer = (void *)0x051AB7A8; -const void * RTTI_ITrianglePathSplitter = (void *)0x05426830; -const void * RTTI_ITweenerNodeFollowerSetup = (void *)0x0534A628; -const void * RTTI_IUIValue = (void *)0x051D0278; -const void * RTTI_IValidateGoalFunctor = (void *)0x053659D0; -const void * RTTI_IVisitProcedures = (void *)0x0525B598; -const void * RTTI_IdleDialogueEnterHandler = (void *)0x0535F4C8; -const void * RTTI_IdleDialogueExitHandler = (void *)0x0535F498; -const void * RTTI_IdleFlavorHandler = (void *)0x05360C60; -const void * RTTI_ImageFixtureEvent_RequestImage = (void *)0x054167C8; -const void * RTTI_ImageFixtureEvent_UnregisterImage = (void *)0x05416800; -const void * RTTI_ImageFixtureManager = (void *)0x0513B990; -const void * RTTI_ImageSpaceManagerAgent = (void *)0x051E49B0; -const void * RTTI_ImageSpaceModifierInstance = (void *)0x05249B28; -const void * RTTI_ImageSpaceModifierInstanceCinematic = (void *)0x05249AE8; -const void * RTTI_ImageSpaceModifierInstanceDOF = (void *)0x05249BD0; -const void * RTTI_ImageSpaceModifierInstanceForm = (void *)0x05249B60; -const void * RTTI_ImageSpaceModifierInstanceRB = (void *)0x05249B98; -const void * RTTI_ImageSpaceModifierInstanceTemp = (void *)0x05249C08; -const void * RTTI_ImmunityEffect = (void *)0x0531A0C0; -const void * RTTI_IndustrialCraftingMenu = (void *)0x052E27C8; -const void * RTTI_IngredientItem = (void *)0x051EE520; -const void * RTTI_InitActionI = (void *)0x051E48B0; -const void * RTTI_InitializeTraversalSubgraphDataFunctor = (void *)0x0520BCF8; -const void * RTTI_InputMemoryStreamBuffer = (void *)0x0543E430; -const void * RTTI_IntSeenData = (void *)0x051060C8; -const void * RTTI_InteractionCombatDataCollectFunctor = (void *)0x05200A28; -const void * RTTI_InterruptCastHandler = (void *)0x0535F920; -const void * RTTI_InventoryDataModelNS__InventoryItem = (void *)0x052A14B8; -const void * RTTI_InventoryDataModelNS__LootItem = (void *)0x052B2A38; -const void * RTTI_InventoryMenu = (void *)0x052E43B0; -const void * RTTI_InventoryMenu_Change3DView = (void *)0x052E4BA8; -const void * RTTI_InventoryMenu_DropItem = (void *)0x052E49D8; -const void * RTTI_InventoryMenu_HideModel = (void *)0x052E4978; -const void * RTTI_InventoryMenu_LoadModel = (void *)0x052E4948; -const void * RTTI_InventoryMenu_OnEnterCategory = (void *)0x052E4A78; -const void * RTTI_InventoryMenu_OpenCargoHold = (void *)0x052E4AB0; -const void * RTTI_InventoryMenu_PaperDollTryOn = (void *)0x052E4B70; -const void * RTTI_InventoryMenu_ResetPaperDollInv = (void *)0x052E4310; -const void * RTTI_InventoryMenu_SelectItem = (void *)0x052E49A8; -const void * RTTI_InventoryMenu_SetMouseOverModel = (void *)0x052E4A40; -const void * RTTI_InventoryMenu_StartCloseAnim = (void *)0x052E4AE8; -const void * RTTI_InventoryMenu_ToggleFavorite = (void *)0x052E4A08; -const void * RTTI_InventoryMenu_ToggleHelmet = (void *)0x052E4348; -const void * RTTI_InventoryMenu_ToggleSuit = (void *)0x052E4380; -const void * RTTI_InventoryScoringFunctor = (void *)0x0524F7C8; -const void * RTTI_Inventory_SetSort = (void *)0x052B6398; -const void * RTTI_InvisibilityEffect = (void *)0x0531A0E8; -const void * RTTI_IronSightsState = (void *)0x05399F08; -const void * RTTI_ItemCraftingBase = (void *)0x052AC128; -const void * RTTI_ItemModInfoCardDataModel = (void *)0x052B7320; -const void * RTTI_ItemModInfoCardDataModel__ItemModInfoCardEventShuttle = (void *)0x052B72D0; -const void * RTTI_ItemModdingBase = (void *)0x052AC458; -const void * RTTI_ItemModsDataModel = (void *)0x052B7570; -const void * RTTI_ItemModsDataModel__ItemModsEventShuttle = (void *)0x052B7530; -const void * RTTI_JetpackEffect = (void *)0x0531A410; -const void * RTTI_JetpackUtils__TESCellReferenceAttachDetachEventSink = (void *)0x0531A260; -const void * RTTI_Json__BuiltStyledStreamWriter = (void *)0x05100510; -const void * RTTI_Json__CharReader = (void *)0x051003D0; -const void * RTTI_Json__CharReaderBuilder = (void *)0x05100428; -const void * RTTI_Json__CharReader__Factory = (void *)0x051003F8; -const void * RTTI_Json__OurCharReader = (void *)0x051004E0; -const void * RTTI_Json__StreamWriter = (void *)0x05100458; -const void * RTTI_Json__StreamWriterBuilder = (void *)0x051004B0; -const void * RTTI_Json__StreamWriter__Factory = (void *)0x05100480; -const void * RTTI_JumpAnimEventHandler = (void *)0x0535F5D8; -const void * RTTI_KillActorHandler = (void *)0x05361398; -const void * RTTI_KillMoveEndHandler = (void *)0x0535F728; -const void * RTTI_KillMoveStartHandler = (void *)0x0535FB00; -const void * RTTI_KnockdownHandler = (void *)0x05360950; -const void * RTTI_KnockdownTargetHandler = (void *)0x053609D8; -const void * RTTI_LODData = (void *)0x051DDE30; -const void * RTTI_LOD__Details__BGSPropagationSite = (void *)0x051CE9F0; -const void * RTTI_LeftHandSpellCastHandler = (void *)0x05361508; -const void * RTTI_LeftHandSpellFireHandler = (void *)0x05361618; -const void * RTTI_LegacyNif__BSEffectShaderProperty = (void *)0x05480338; -const void * RTTI_LegacyNif__BSLightingShaderProperty = (void *)0x054802F8; -const void * RTTI_LegacyNif__BSMasterParticleSystem = (void *)0x0547FFF0; -const void * RTTI_LegacyNif__BSMultiBound = (void *)0x0547FB88; -const void * RTTI_LegacyNif__BSMultiBoundNode = (void *)0x0547FB50; -const void * RTTI_LegacyNif__BSMultiBoundOBB = (void *)0x0547FAB8; -const void * RTTI_LegacyNif__BSPSysInheritVelocityModifier = (void *)0x0547FD30; -const void * RTTI_LegacyNif__BSPSysLODModifier = (void *)0x054801D8; -const void * RTTI_LegacyNif__BSPSysScaleModifier = (void *)0x05480168; -const void * RTTI_LegacyNif__BSPSysSimpleColorModifier = (void *)0x05480210; -const void * RTTI_LegacyNif__BSPSysSubTexModifier = (void *)0x05480250; -const void * RTTI_LegacyNif__BSPositionData = (void *)0x05480028; -const void * RTTI_LegacyNif__BSShaderProperty = (void *)0x054802C0; -const void * RTTI_LegacyNif__BSShaderTextureSet = (void *)0x0547FE08; -const void * RTTI_LegacyNif__BSSubIndexTriShape = (void *)0x0547FAE8; -const void * RTTI_LegacyNif__BSWaterShaderProperty = (void *)0x05480288; -const void * RTTI_LegacyNif__BSWindModifier = (void *)0x0547FBB8; -const void * RTTI_LegacyNif__NiAlphaProperty = (void *)0x0547FDD8; -const void * RTTI_LegacyNif__NiPSysAgeDeathModifier = (void *)0x0547FFB8; -const void * RTTI_LegacyNif__NiPSysBombModifier = (void *)0x0547FC88; -const void * RTTI_LegacyNif__NiPSysBoundUpdateModifier = (void *)0x05480128; -const void * RTTI_LegacyNif__NiPSysBoxEmitter = (void *)0x0547FE40; -const void * RTTI_LegacyNif__NiPSysColliderManager = (void *)0x0547FEE8; -const void * RTTI_LegacyNif__NiPSysCylinderEmitter = (void *)0x0547FE78; -const void * RTTI_LegacyNif__NiPSysData = (void *)0x05480088; -const void * RTTI_LegacyNif__NiPSysDragModifier = (void *)0x054800B8; -const void * RTTI_LegacyNif__NiPSysGravityModifier = (void *)0x0547FCF8; -const void * RTTI_LegacyNif__NiPSysMeshEmitter = (void *)0x0547FEB0; -const void * RTTI_LegacyNif__NiPSysPlanarCollider = (void *)0x0547FDA0; -const void * RTTI_LegacyNif__NiPSysPositionModifier = (void *)0x054800F0; -const void * RTTI_LegacyNif__NiPSysRotationModifier = (void *)0x0547FCC0; -const void * RTTI_LegacyNif__NiPSysSpawnModifier = (void *)0x054801A0; -const void * RTTI_LegacyNif__NiPSysSphereEmitter = (void *)0x0547FC50; -const void * RTTI_LegacyNif__NiParticleSystem = (void *)0x0547FF50; -const void * RTTI_LegacyNif__SkyShaderProperty = (void *)0x05480370; -const void * RTTI_LensFlareAttachmentComponent = (void *)0x051CF618; -const void * RTTI_LevelUp_AnimFinished = (void *)0x052DAA48; -const void * RTTI_LevelUp_OnWidgetShown = (void *)0x052DAAD8; -const void * RTTI_LevelUp_OpenDataMenu = (void *)0x052DAAA8; -const void * RTTI_LevelUp_ShowSkills = (void *)0x052DAA78; -const void * RTTI_LightAnimFormComponent = (void *)0x05103B08; -const void * RTTI_LightAttachmentFormComponent = (void *)0x051E1250; -const void * RTTI_LightAttachmentRuntimeComponentUpdateService = (void *)0x05334700; -const void * RTTI_LightEffect = (void *)0x051084F0; -const void * RTTI_LinearVariable = (void *)0x053E4AD8; -const void * RTTI_LinearVariableInstance = (void *)0x053E4B00; -const void * RTTI_LinkedCellProcessHelper = (void *)0x053D57C8; -const void * RTTI_LoadBufferStorageWrapper = (void *)0x05324700; -const void * RTTI_LoadFileStorageWrapper = (void *)0x053246D0; -const void * RTTI_LoadGameMagicCasterVisitor = (void *)0x053419E8; -const void * RTTI_LoadSavePanelDataModel = (void *)0x052B8B28; -const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle = (void *)0x052B8AE0; -const void * RTTI_LoadScreenRenderingEventHandler = (void *)0x052A75C8; -const void * RTTI_LoadStorageWrapperBase = (void *)0x053246A0; -const void * RTTI_LoadTraversalSubgraphDataFunctor = (void *)0x0520BD68; -const void * RTTI_LoadedAreaBound = (void *)0x05261E08; -const void * RTTI_LoadedCellDB__IStateControl = (void *)0x051DC090; -const void * RTTI_LoadedCellDB__LoadCell = (void *)0x051DB8E0; -const void * RTTI_LoadedCellDB__PostProcessCell = (void *)0x051DB880; -const void * RTTI_LoadedCellDB__SignalDoneTask = (void *)0x051DB910; -const void * RTTI_LoadingMenu = (void *)0x053A0558; -const void * RTTI_LoadingMenuDataModel = (void *)0x052B7F28; -const void * RTTI_LoadingMenuDataModel__LoadingMenuEventShuttle = (void *)0x052B7EE0; -const void * RTTI_LoadingMenu_RefreshText = (void *)0x053A0528; -const void * RTTI_LocalEnvData = (void *)0x052B8C78; -const void * RTTI_LocalEnvData_Frequent = (void *)0x052B8C48; -const void * RTTI_LocalEnvironmentDataModel = (void *)0x052B8C18; -const void * RTTI_LocationTextWidget_FinishedQueue = (void *)0x052DAB08; -const void * RTTI_LockEffect = (void *)0x0531A5B8; -const void * RTTI_LocomotionBlend = (void *)0x053E52A8; -const void * RTTI_LocomotionBlendInstance = (void *)0x053E52D0; -const void * RTTI_LookAtChainData = (void *)0x051D5C88; -const void * RTTI_LookAtChainInstance = (void *)0x051D5C00; -const void * RTTI_LookAtNode = (void *)0x053E50B8; -const void * RTTI_LookAtNodeInstance = (void *)0x053E5088; -const void * RTTI_LoopingActivateHandler = (void *)0x0535F298; -const void * RTTI_MagicCaster = (void *)0x051EEFD8; -const void * RTTI_MagicCaster__PostCreationCallback = (void *)0x0531A5E0; -const void * RTTI_MagicItem = (void *)0x05119E80; -const void * RTTI_MagicItemDataCollector = (void *)0x05319938; -const void * RTTI_MagicItemFindKeywordFunctor = (void *)0x051EE648; -const void * RTTI_MagicItemTraversalFunctor = (void *)0x051EE6B8; -const void * RTTI_MagicTarget = (void *)0x052DD868; -const void * RTTI_MagicTarget__IPostCreationModification = (void *)0x05319C28; -const void * RTTI_Main = (void *)0x05333B70; -const void * RTTI_MainMenu = (void *)0x053A25F0; -const void * RTTI_MainMenuConfirmationDataModel = (void *)0x052BA358; -const void * RTTI_MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle = (void *)0x052BA300; -const void * RTTI_MainMenuGamerInfoDataModel = (void *)0x052B8FE0; -const void * RTTI_MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle = (void *)0x052B8F90; -const void * RTTI_MainMenuListDataModel = (void *)0x052BA208; -const void * RTTI_MainMenuListDataModel__MainMenuListEventShuttle = (void *)0x052BA1C0; -const void * RTTI_MainMenuMOTDDataModel = (void *)0x052B8E88; -const void * RTTI_MainMenuMOTDDataModel__MOTDDataModelEventShuttle = (void *)0x052B8E40; -const void * RTTI_MainMenuPipelineProgressDataModel = (void *)0x052B9178; -const void * RTTI_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle = (void *)0x052B9110; -const void * RTTI_MainMenuStateDataModel = (void *)0x052BAB48; -const void * RTTI_MainMenuStateDataModel__MainMenuStateEventShuttle = (void *)0x052BAAB0; -const void * RTTI_MainMenu_ActionCanceled = (void *)0x053A2048; -const void * RTTI_MainMenu_ActionConfirmed = (void *)0x053A2018; -const void * RTTI_MainMenu_ConfirmLoad = (void *)0x053A24A8; -const void * RTTI_MainMenu_DeleteSave = (void *)0x053A24D8; -const void * RTTI_MainMenu_LegalScreenComplete = (void *)0x053A2568; -const void * RTTI_MainMenu_SetCharacter = (void *)0x053A2508; -const void * RTTI_MainMenu_StartAction = (void *)0x053A1FE8; -const void * RTTI_MainMenu_StartLoad = (void *)0x053A2478; -const void * RTTI_MainMenu_UploadSave = (void *)0x053A2538; -const void * RTTI_MassSpringDampenVariable = (void *)0x053E4748; -const void * RTTI_MassSpringDampenVariableInstance = (void *)0x053E4778; -const void * RTTI_MaterialLayerInterface = (void *)0x051F5068; -const void * RTTI_MaterialLayerSequence = (void *)0x053E1620; -const void * RTTI_MaterialLayerSequenceInstance = (void *)0x053E43E8; -const void * RTTI_MeleeAimAssistData = (void *)0x052316B0; -const void * RTTI_MeleeAimAssistImpl = (void *)0x05280390; -const void * RTTI_MemoryManagement__PMPEventSink = (void *)0x051AB560; -const void * RTTI_MemoryManagerFile = (void *)0x05335070; -const void * RTTI_MenuActor = (void *)0x052DD890; -const void * RTTI_MenuControls = (void *)0x053A2988; -const void * RTTI_MenuCursor = (void *)0x05415E50; -const void * RTTI_MenuOpenHandler = (void *)0x053A2740; -const void * RTTI_MenuPaperDoll = (void *)0x052DD840; -const void * RTTI_MenuTopicManager = (void *)0x0531BE90; -const void * RTTI_MergeNode = (void *)0x053E5328; -const void * RTTI_MergeNodeInstance = (void *)0x053E5300; -const void * RTTI_MeshLODDistanceOverride = (void *)0x051DDE50; -const void * RTTI_MessageBoxMenu = (void *)0x053A3380; -const void * RTTI_MessageBoxMenu_OnBackOut = (void *)0x053A3A08; -const void * RTTI_MessageBoxMenu_OnButtonPress = (void *)0x053A39D0; -const void * RTTI_MessageBoxMenu__MessageBoxMenuEventShuttle = (void *)0x053A3590; -const void * RTTI_MessageMenuManager = (void *)0x053A3658; -const void * RTTI_MigrateSharedStateFromPreviousView = (void *)0x05322630; -const void * RTTI_MirrorModifier = (void *)0x053E1678; -const void * RTTI_MirrorModifierInstance = (void *)0x053E4420; -const void * RTTI_MiscStatManager__FindStatByCRC = (void *)0x0525B528; -const void * RTTI_MissileProjectile = (void *)0x053631F0; -const void * RTTI_MissionBoardMenu = (void *)0x052E58B8; -const void * RTTI_MissionBoardMenu__MissionBoardMenuEventShuttle = (void *)0x052E5A20; -const void * RTTI_MissionBoard_MissionEntryChanged = (void *)0x052E5530; -const void * RTTI_MissionBoard_MissionEntryPressed = (void *)0x052E54F8; -const void * RTTI_MissionMenu_ClearState = (void *)0x052E14C0; -const void * RTTI_MissionMenu_PlotToLocation = (void *)0x052E13B8; -const void * RTTI_MissionMenu_RejectQuest = (void *)0x052E1428; -const void * RTTI_MissionMenu_SaveCategoryIndex = (void *)0x052E1488; -const void * RTTI_MissionMenu_SaveOpenedId = (void *)0x052E1458; -const void * RTTI_MissionMenu_ShowItemLocation = (void *)0x052E1380; -const void * RTTI_MissionMenu_ToggleQTDisplay = (void *)0x052E14F0; -const void * RTTI_MissionMenu_ToggleTrackingQuest = (void *)0x052E13F0; -const void * RTTI_MobIterOperator = (void *)0x0525D868; -const void * RTTI_ModelReferenceEffect = (void *)0x0531AAF8; -const void * RTTI_MomentumAnimation = (void *)0x053E4A80; -const void * RTTI_MomentumAnimationInstance = (void *)0x053E4AA8; -const void * RTTI_MomentumSwitchback = (void *)0x053E4A18; -const void * RTTI_MomentumSwitchbackInstance = (void *)0x053E4A48; -const void * RTTI_MonocleMenu = (void *)0x052E83D8; -const void * RTTI_MonocleMenu_Bioscan = (void *)0x052E73F0; -const void * RTTI_MonocleMenu_FastTravel = (void *)0x052E7260; -const void * RTTI_MonocleMenu_Harvest = (void *)0x052E7420; -const void * RTTI_MonocleMenu_Initialize = (void *)0x052E74B0; -const void * RTTI_MonocleMenu_Outpost = (void *)0x052E7450; -const void * RTTI_MonocleMenu_PhotoMode = (void *)0x052E7390; -const void * RTTI_MonocleMenu_Shutdown = (void *)0x052E7480; -const void * RTTI_MonocleMenu_SocialSpell = (void *)0x052E73C0; -const void * RTTI_MonocleMenu_StartContainerView = (void *)0x052E72C8; -const void * RTTI_MonocleMenu_StopContainerView = (void *)0x052E7290; -const void * RTTI_MonocleMenu_SurfaceMap = (void *)0x052E7300; -const void * RTTI_MonocleMenu_UseListScrollControls = (void *)0x052E7228; -const void * RTTI_MonocleMenu_ZoomIn = (void *)0x052E7360; -const void * RTTI_MonocleMenu_ZoomOut = (void *)0x052E7330; -const void * RTTI_MonocleUIDataModel = (void *)0x052D6AB0; -const void * RTTI_MonocleUIDataModel__EventData = (void *)0x052D6670; -const void * RTTI_MonocleUIDataModel__MenuData = (void *)0x052D6140; -const void * RTTI_MonocleUIDataModel__MenuFreqData = (void *)0x052D6480; -const void * RTTI_MonocleUIDataModel__MonocleUIDataEventShuttle = (void *)0x052D6DD0; -const void * RTTI_MonocleUIDataModel__PickRefData = (void *)0x052D66A8; -const void * RTTI_MonocleUIDataModel__ResourceArcData = (void *)0x052D5F58; -const void * RTTI_MonocleUIDataModel__ResourceData = (void *)0x052D5F98; -const void * RTTI_MonocleUIDataModel__ScannableMapMarkerData = (void *)0x052D6370; -const void * RTTI_MonocleUIDataModel__SocialSpellData = (void *)0x052D6D90; -const void * RTTI_MorphDriverData = (void *)0x05232380; -const void * RTTI_MorphDriverInstance = (void *)0x052324A0; -const void * RTTI_MotionDrivenHandler = (void *)0x0535F758; -const void * RTTI_MotionDrivenHandlerReference = (void *)0x053607D8; -const void * RTTI_MountDismountEndHandler = (void *)0x0535F8C0; -const void * RTTI_MountInteraction = (void *)0x05344B10; -const void * RTTI_MouseMoveEvent = (void *)0x053E7A38; -const void * RTTI_MovementAgent = (void *)0x052061E8; -const void * RTTI_MovementAgentActorAvoider = (void *)0x0542C780; -const void * RTTI_MovementAgentActorState = (void *)0x0542C560; -const void * RTTI_MovementAgentFlightController = (void *)0x0542C5B8; -const void * RTTI_MovementAgentFlightControllerDetached = (void *)0x0542CA60; -const void * RTTI_MovementAgentPathFollowerFlight = (void *)0x0542F168; -const void * RTTI_MovementAgentPathFollowerStandard = (void *)0x0542C390; -const void * RTTI_MovementAgentPathFollowerVirtual = (void *)0x0542CA28; -const void * RTTI_MovementArbiter = (void *)0x0542B908; -const void * RTTI_MovementArbitrationAverageFloat = (void *)0x0542CCA0; -const void * RTTI_MovementArbitrationMaxWeightParameters = (void *)0x0542CB28; -const void * RTTI_MovementArbitrationMaxWeightPoint = (void *)0x0542CBF8; -const void * RTTI_MovementArbitrationVectorAdd = (void *)0x0542F888; -const void * RTTI_MovementAvoidBoxEventAdapter = (void *)0x05330A80; -const void * RTTI_MovementAvoidanceManager = (void *)0x0534A018; -const void * RTTI_MovementComponentEventHandler = (void *)0x052060A0; -const void * RTTI_MovementControllerAI = (void *)0x05206070; -const void * RTTI_MovementControllerComponent = (void *)0x05206038; -const void * RTTI_MovementControllerComponentData = (void *)0x05206000; -const void * RTTI_MovementControllerNPC = (void *)0x0534A358; -const void * RTTI_MovementControllerNullDataTracker = (void *)0x0542CF98; -const void * RTTI_MovementControllerRegisterInterface = (void *)0x0542CF00; -const void * RTTI_MovementHandlerAgent = (void *)0x05206270; -const void * RTTI_MovementHandlerAgentAngleGain = (void *)0x0542F1D0; -const void * RTTI_MovementHandlerAgentDirectControl = (void *)0x0534A420; -const void * RTTI_MovementHandlerAgentDirectionPassThrough = (void *)0x0542F128; -const void * RTTI_MovementHandlerAgentFlightBoostTrigger = (void *)0x052062D0; -const void * RTTI_MovementHandlerAgentGraphDrivenAnimationDriven = (void *)0x05206310; -const void * RTTI_MovementHandlerAgentPlayerControls = (void *)0x05206358; -const void * RTTI_MovementHandlerAgentPlayerControlsActionTrigger = (void *)0x05206440; -const void * RTTI_MovementHandlerAgentPlayerFlightControls = (void *)0x05206488; -const void * RTTI_MovementHandlerAgentSprintActionTrigger = (void *)0x0534A458; -const void * RTTI_MovementHandlerAgentStairsHelper = (void *)0x0534A498; -const void * RTTI_MovementHandlerAgentStandard = (void *)0x0542C9F0; -const void * RTTI_MovementHandlerAgentStorePlannerOutput = (void *)0x0542C9B0; -const void * RTTI_MovementHandlerArbiter = (void *)0x0542C100; -const void * RTTI_MovementLargeDelta__IEnumVisitor = (void *)0x0525B608; -const void * RTTI_MovementMessage = (void *)0x0520B210; -const void * RTTI_MovementMessageActivateDoor = (void *)0x0542D9D8; -const void * RTTI_MovementMessageActorCollision = (void *)0x0534A4D0; -const void * RTTI_MovementMessageApproachingDoor = (void *)0x0542DA10; -const void * RTTI_MovementMessageBeginLandingApproach = (void *)0x0520B238; -const void * RTTI_MovementMessageBlocked = (void *)0x0542F028; -const void * RTTI_MovementMessageDoor = (void *)0x0542DA48; -const void * RTTI_MovementMessageGravJump = (void *)0x0520D3C0; -const void * RTTI_MovementMessageJump = (void *)0x0542F0C0; -const void * RTTI_MovementMessageLand = (void *)0x0520D3F0; -const void * RTTI_MovementMessageNewPath = (void *)0x0542BAD0; -const void * RTTI_MovementMessagePathCleared = (void *)0x0542D8D8; -const void * RTTI_MovementMessagePathComplete = (void *)0x0542D940; -const void * RTTI_MovementMessagePathEvent = (void *)0x0542BAA0; -const void * RTTI_MovementMessagePathFailed = (void *)0x0542D910; -const void * RTTI_MovementMessagePlayIdle = (void *)0x0542F058; -const void * RTTI_MovementMessageSetStaticPath = (void *)0x0542F088; -const void * RTTI_MovementMessageTakeOff = (void *)0x0520B338; -const void * RTTI_MovementMessageTraversal = (void *)0x0542D978; -const void * RTTI_MovementMessageUpdateRequestImmediate = (void *)0x0542BA60; -const void * RTTI_MovementMessageWarpToLocation = (void *)0x0542EFF0; -const void * RTTI_MovementMessageWarpToMultiple = (void *)0x0542F0F0; -const void * RTTI_MovementParameters = (void *)0x0519D7F8; -const void * RTTI_MovementParametersFixed = (void *)0x05298E30; -const void * RTTI_MovementPathManagerAgent = (void *)0x0542BA00; -const void * RTTI_MovementPathManagerAgentAvoidBox = (void *)0x0542C890; -const void * RTTI_MovementPathManagerAgentLoadedAreaMonitor = (void *)0x0542C660; -const void * RTTI_MovementPathManagerAgentStaticAvoider = (void *)0x0542C6D8; -const void * RTTI_MovementPathManagerArbiter = (void *)0x0542B930; -const void * RTTI_MovementPathManagerNullTracker = (void *)0x0542B8D0; -const void * RTTI_MovementPlannerAgent = (void *)0x0534A570; -const void * RTTI_MovementPlannerAgentDirectControl = (void *)0x0534A508; -const void * RTTI_MovementPlannerAgentNavmeshBounds = (void *)0x0542C6A0; -const void * RTTI_MovementPlannerAgentWarp = (void *)0x0534A5D0; -const void * RTTI_MovementPlannerArbiter = (void *)0x0542BD20; -const void * RTTI_MovementPostUpdateArbiter = (void *)0x0542C2C0; -const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData = (void *)0x0542CFD0; -const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToPath = (void *)0x0542D030; -const void * RTTI_MovementStateFollowPath = (void *)0x0542B848; -const void * RTTI_MovementStateTweener = (void *)0x0542B7E0; -const void * RTTI_MovementTweenerAgent = (void *)0x0534A658; -const void * RTTI_MovementTweenerAgentFixedDelta = (void *)0x0542C8C8; -const void * RTTI_MovementTweenerAgentNodeFollower = (void *)0x0534A688; -const void * RTTI_MovementTweenerAgentTargetPosAndVel = (void *)0x0542C970; -const void * RTTI_MovementTweenerArbiter = (void *)0x0542C230; -const void * RTTI_MoviePlayer = (void *)0x05325600; -const void * RTTI_MultiFootIKNode = (void *)0x053E4860; -const void * RTTI_MultiFootIKNodeInstance = (void *)0x053E4888; -const void * RTTI_NEW_REFR_DATA = (void *)0x051DFEA0; -const void * RTTI_NPCAttachHandler = (void *)0x0535F7D8; -const void * RTTI_NPCDetachHandler = (void *)0x0535F7B0; -const void * RTTI_NavGenUtil__TunnelTerraintFilter = (void *)0x05207A60; -const void * RTTI_NavMesh = (void *)0x05106CA8; -const void * RTTI_NavMeshGenContext = (void *)0x051D1A60; -const void * RTTI_NavMeshGenData = (void *)0x051D11B0; -const void * RTTI_NavMeshGenFinalizer = (void *)0x05209008; -const void * RTTI_NavMeshGenInputBorderProcessTask = (void *)0x051D1960; -const void * RTTI_NavMeshGenInputProcessor = (void *)0x05209360; -const void * RTTI_NavMeshGenOutputProcessor = (void *)0x05209390; -const void * RTTI_NavMeshGenSplitter = (void *)0x05209428; -const void * RTTI_NavMeshGenStitcher = (void *)0x05209590; -const void * RTTI_NavMeshGenerator = (void *)0x05208448; -const void * RTTI_NavMeshGenerator__NavMeshGenCellsNode = (void *)0x05208470; -const void * RTTI_NavMeshInfo = (void *)0x052732E8; -const void * RTTI_NavMeshInfoMap = (void *)0x05273340; -const void * RTTI_NavMeshObstacleCoverManager = (void *)0x0518D3A8; -const void * RTTI_NavMeshObstacleManager = (void *)0x052737D8; -const void * RTTI_NavMeshSearchClosePoint = (void *)0x05275240; -const void * RTTI_NavMeshSearchFitSphere = (void *)0x052753F0; -const void * RTTI_NavMeshSearchFlee = (void *)0x05275748; -const void * RTTI_NavMeshSearchHide = (void *)0x05275800; -const void * RTTI_NavMeshSearchLOS = (void *)0x052758B0; -const void * RTTI_NavMeshSearchLargestSpaceNearLocation = (void *)0x05275658; -const void * RTTI_NavMeshSearchSLPoint = (void *)0x052759B8; -const void * RTTI_NavMeshSplineExtraData = (void *)0x052378D8; -const void * RTTI_NiAVObject = (void *)0x0518D2E8; -const void * RTTI_NiAdditionalGeometryData = (void *)0x05480488; -const void * RTTI_NiAmbientLight = (void *)0x05480460; -const void * RTTI_NiBSplineBasisData = (void *)0x0547E0D0; -const void * RTTI_NiBSplineColorInterpolator = (void *)0x0547E128; -const void * RTTI_NiBSplineCompColorInterpolator = (void *)0x0547E160; -const void * RTTI_NiBSplineCompFloatInterpolator = (void *)0x0547E1D0; -const void * RTTI_NiBSplineCompPoint3Interpolator = (void *)0x0547E240; -const void * RTTI_NiBSplineCompTransformInterpolator = (void *)0x0547DFD0; -const void * RTTI_NiBSplineData = (void *)0x0547E100; -const void * RTTI_NiBSplineFloatInterpolator = (void *)0x0547E198; -const void * RTTI_NiBSplineInterpolator = (void *)0x0547DFA0; -const void * RTTI_NiBSplinePoint3Interpolator = (void *)0x0547E208; -const void * RTTI_NiBSplineTransformInterpolator = (void *)0x0547DF68; -const void * RTTI_NiBillboardNode = (void *)0x0547F6F8; -const void * RTTI_NiBinaryExtraData = (void *)0x054804B8; -const void * RTTI_NiBinaryStream = (void *)0x0525D6A0; -const void * RTTI_NiBlendAccumTransformInterpolator = (void *)0x0547DA08; -const void * RTTI_NiBlendBoolInterpolator = (void *)0x0547DD98; -const void * RTTI_NiBlendColorInterpolator = (void *)0x0547E010; -const void * RTTI_NiBlendFloatInterpolator = (void *)0x0547DBD0; -const void * RTTI_NiBlendInterpolator = (void *)0x0547DA40; -const void * RTTI_NiBlendPoint3Interpolator = (void *)0x0547E040; -const void * RTTI_NiBlendQuaternionInterpolator = (void *)0x0547E070; -const void * RTTI_NiBlendTransformInterpolator = (void *)0x0547DC68; -const void * RTTI_NiBoolData = (void *)0x0547E0A8; -const void * RTTI_NiBoolInterpolator = (void *)0x0547DD00; -const void * RTTI_NiBoolTimelineInterpolator = (void *)0x0547DD30; -const void * RTTI_NiBooleanExtraData = (void *)0x054804E0; -const void * RTTI_NiCamera = (void *)0x0547EF70; -const void * RTTI_NiCollisionObject = (void *)0x05344578; -const void * RTTI_NiColorData = (void *)0x0547E278; -const void * RTTI_NiColorExtraData = (void *)0x0547F928; -const void * RTTI_NiColorExtraDataController = (void *)0x0547E2A0; -const void * RTTI_NiColorInterpolator = (void *)0x0547E2D8; -const void * RTTI_NiControllerManager = (void *)0x0547D7B8; -const void * RTTI_NiControllerSequence = (void *)0x0547D960; -const void * RTTI_NiDefaultAVObjectPalette = (void *)0x0547D930; -const void * RTTI_NiDirectionalLight = (void *)0x05480510; -const void * RTTI_NiExtraData = (void *)0x051CA680; -const void * RTTI_NiExtraDataController = (void *)0x0547DC00; -const void * RTTI_NiFile = (void *)0x05320450; -const void * RTTI_NiFloatController = (void *)0x0547E710; -const void * RTTI_NiFloatData = (void *)0x0547DB58; -const void * RTTI_NiFloatExtraData = (void *)0x05480540; -const void * RTTI_NiFloatExtraDataController = (void *)0x0547DC30; -const void * RTTI_NiFloatInterpController = (void *)0x0547DCA0; -const void * RTTI_NiFloatInterpolator = (void *)0x0547DD68; -const void * RTTI_NiFloatsExtraData = (void *)0x0547F950; -const void * RTTI_NiFloatsExtraDataController = (void *)0x0547E308; -const void * RTTI_NiFloatsExtraDataPoint3Controller = (void *)0x0547E340; -const void * RTTI_NiFogProperty = (void *)0x05480438; -const void * RTTI_NiFormArray = (void *)0x0525EBC0; -const void * RTTI_NiGeometry = (void *)0x054806B0; -const void * RTTI_NiGeometryData = (void *)0x0547F788; -const void * RTTI_NiIntegerExtraData = (void *)0x053EDC58; -const void * RTTI_NiIntegersExtraData = (void *)0x05403E68; -const void * RTTI_NiInterpController = (void *)0x05401380; -const void * RTTI_NiKeyframeManager = (void *)0x0547E378; -const void * RTTI_NiLight = (void *)0x0547FA00; -const void * RTTI_NiLightColorController = (void *)0x0547E518; -const void * RTTI_NiLightDimmerController = (void *)0x0547E578; -const void * RTTI_NiLightRadiusController = (void *)0x0547E5A8; -const void * RTTI_NiLookAtController = (void *)0x0547E5D8; -const void * RTTI_NiLookAtInterpolator = (void *)0x0547E608; -const void * RTTI_NiMemStream = (void *)0x05480780; -const void * RTTI_NiMorphData = (void *)0x0547E638; -const void * RTTI_NiMultiTargetTransformController = (void *)0x0547D990; -const void * RTTI_NiNode = (void *)0x051CCFD0; -const void * RTTI_NiObjectNET = (void *)0x0518D310; -const void * RTTI_NiPathController = (void *)0x0547E660; -const void * RTTI_NiPathInterpolator = (void *)0x0547DBA0; -const void * RTTI_NiPick__Results = (void *)0x0547F800; -const void * RTTI_NiPoint3Interpolator = (void *)0x0547E688; -const void * RTTI_NiPointLight = (void *)0x05480568; -const void * RTTI_NiPosData = (void *)0x0547DB80; -const void * RTTI_NiProperty = (void *)0x0547FA20; -const void * RTTI_NiQuaternionInterpolator = (void *)0x0547E6B8; -const void * RTTI_NiRefObject = (void *)0x051A2CD0; -const void * RTTI_NiRollController = (void *)0x0547E6E8; -const void * RTTI_NiRotData = (void *)0x0547E738; -const void * RTTI_NiSequence = (void *)0x0547E858; -const void * RTTI_NiSequenceStreamHelper = (void *)0x0547E930; -const void * RTTI_NiSingleInterpController = (void *)0x0547DA98; -const void * RTTI_NiSkinData = (void *)0x05480590; -const void * RTTI_NiSkinInstance = (void *)0x054805B8; -const void * RTTI_NiSkinPartition = (void *)0x054805E0; -const void * RTTI_NiSpotLight = (void *)0x05480608; -const void * RTTI_NiStream = (void *)0x05261D18; -const void * RTTI_NiStringExtraData = (void *)0x0547EF20; -const void * RTTI_NiStringPalette = (void *)0x0547E960; -const void * RTTI_NiStringsExtraData = (void *)0x05480630; -const void * RTTI_NiSwitchNode = (void *)0x0547F720; -const void * RTTI_NiTextKeyExtraData = (void *)0x0547E988; -const void * RTTI_NiTimeController = (void *)0x051F8F90; -const void * RTTI_NiTransformController = (void *)0x0547DAC8; -const void * RTTI_NiTransformData = (void *)0x0547DF40; -const void * RTTI_NiTransformInterpolator = (void *)0x0547DB28; -const void * RTTI_NiTriBasedGeom = (void *)0x05480660; -const void * RTTI_NiTriBasedGeomData = (void *)0x05480700; -const void * RTTI_NiTriShape = (void *)0x05480688; -const void * RTTI_NiTriShapeData = (void *)0x054806D8; -const void * RTTI_NiTriStrips = (void *)0x05480730; -const void * RTTI_NiTriStripsData = (void *)0x05480758; -const void * RTTI_NiUVData = (void *)0x0547E9B8; -const void * RTTI_NiVisController = (void *)0x0547E9D8; -const void * RTTI_NightEyeEffect = (void *)0x0531ABA8; -const void * RTTI_NonActorMagicCaster = (void *)0x051EEFA8; -const void * RTTI_NonActorMagicTarget = (void *)0x05106110; -const void * RTTI_NormalizeRotation = (void *)0x053E1650; -const void * RTTI_NormalizeRotationInstance = (void *)0x053E4450; -const void * RTTI_NullMovementSelectIdleResult = (void *)0x0542CCD8; -const void * RTTI_NullMovementState = (void *)0x05392B78; -const void * RTTI_NullPathBuilderTracker = (void *)0x05427FA8; -const void * RTTI_ObjectAttachmentFormComponent = (void *)0x051E1CA0; -const void * RTTI_ObjectListItem = (void *)0x05264520; -const void * RTTI_ObstacleTaskData = (void *)0x05273AB0; -const void * RTTI_OpenContainerMenuMessage = (void *)0x05107750; -const void * RTTI_OpenEffect = (void *)0x0531AE80; -const void * RTTI_OpenRefuelMenuMessage = (void *)0x05107BC0; -const void * RTTI_OpenShipCrewAssignMenuMessage = (void *)0x05107B88; -const void * RTTI_OwnedCameraEffectController = (void *)0x0524FC98; -const void * RTTI_OwnedController = (void *)0x051CD920; -const void * RTTI_PackageCreator = (void *)0x051241E0; -const void * RTTI_PackageList = (void *)0x051F94F8; -const void * RTTI_PackageLocation = (void *)0x05272F30; -const void * RTTI_PageFileBase = (void *)0x05320300; -const void * RTTI_PairCollector = (void *)0x050FFC08; -const void * RTTI_PairedAnimation = (void *)0x053E4838; -const void * RTTI_PairedAnimationInstance = (void *)0x053E4808; -const void * RTTI_PairedAttackDialogueHandler = (void *)0x05360E40; -const void * RTTI_PairedStopHandler = (void *)0x0535FAA8; -const void * RTTI_ParalysisEffect = (void *)0x05319A60; -const void * RTTI_ParticleFormComponent = (void *)0x051E22C0; -const void * RTTI_ParticleParticleCollisionsTask = (void *)0x050FF740; -const void * RTTI_ParticleParticleInterBranchCollisionsTask = (void *)0x050FF780; -const void * RTTI_ParticleParticleInterbranchSolveTask = (void *)0x050FF6D0; -const void * RTTI_ParticleParticleProcessEarlyOutStateTask = (void *)0x050FF5A8; -const void * RTTI_ParticleSequence = (void *)0x053E16D0; -const void * RTTI_ParticleSequenceInstance = (void *)0x053E4480; -const void * RTTI_ParticleSystemInterface = (void *)0x051F50E0; -const void * RTTI_Particles__AnimatedUVMaterialProperties = (void *)0x05417C20; -const void * RTTI_Particles__BaseCustomParameter = (void *)0x05285478; -const void * RTTI_Particles__BaseOperation = (void *)0x0541E2F8; -const void * RTTI_Particles__BaseParticleSystemItem = (void *)0x0541E2C0; -const void * RTTI_Particles__BoundProperty = (void *)0x05417C98; -const void * RTTI_Particles__BundleInfo = (void *)0x0541E358; -const void * RTTI_Particles__EmitterBinding = (void *)0x054239B8; -const void * RTTI_Particles__EmitterDefinition = (void *)0x05424388; -const void * RTTI_Particles__EmitterMaterialDependency = (void *)0x0541F7E0; -const void * RTTI_Particles__ExpressionParser = (void *)0x054267C0; -const void * RTTI_Particles__ForcesProperties = (void *)0x0541F6C0; -const void * RTTI_Particles__GeometryAsShapeDependency = (void *)0x0541F888; -const void * RTTI_Particles__GeometryParticlesProperties = (void *)0x0541F6F8; -const void * RTTI_Particles__GroupOperation = (void *)0x0541E290; -const void * RTTI_Particles__ITimeMultiplierProvider = (void *)0x05237B18; -const void * RTTI_Particles__Intrinsics__ApplyAngularVelocityParamSet = (void *)0x0541F5B0; -const void * RTTI_Particles__Intrinsics__ApplyForcesToPositionParamSet = (void *)0x05420830; -const void * RTTI_Particles__Intrinsics__ApplyForcesToVelocityParamSet = (void *)0x05420880; -const void * RTTI_Particles__Intrinsics__ApplyVelocityToPositionParamSet = (void *)0x05420CB0; -const void * RTTI_Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet = (void *)0x05420D00; -const void * RTTI_Particles__Intrinsics__AssignmentOperationInput = (void *)0x0541E770; -const void * RTTI_Particles__Intrinsics__BindingNameInput = (void *)0x0541F1A0; -const void * RTTI_Particles__Intrinsics__BoolBoolParamSet = (void *)0x05420558; -const void * RTTI_Particles__Intrinsics__BoolInput = (void *)0x0541F078; -const void * RTTI_Particles__Intrinsics__BroadcastCollisionEventParamSet = (void *)0x05420E00; -const void * RTTI_Particles__Intrinsics__ColorAlphaCurvesParamSet = (void *)0x0541E840; -const void * RTTI_Particles__Intrinsics__ColorColorColorParamSet = (void *)0x054206B0; -const void * RTTI_Particles__Intrinsics__ColorColorFloatParamSet = (void *)0x05420620; -const void * RTTI_Particles__Intrinsics__ColorCurveParamSet = (void *)0x0541E7F8; -const void * RTTI_Particles__Intrinsics__ColorFloatParamSet = (void *)0x05420668; -const void * RTTI_Particles__Intrinsics__ColorInput = (void *)0x0541F0B0; -const void * RTTI_Particles__Intrinsics__ColorPickerMinMaxParamSet = (void *)0x0541E3E0; -const void * RTTI_Particles__Intrinsics__ColorPickerParamSet = (void *)0x054205D8; -const void * RTTI_Particles__Intrinsics__ConditionalJumpParamSet = (void *)0x0541E680; -const void * RTTI_Particles__Intrinsics__ConditionalKillParamSet = (void *)0x05420F30; -const void * RTTI_Particles__Intrinsics__ConformToHeightmapParamSet = (void *)0x0541EBD0; -const void * RTTI_Particles__Intrinsics__ConformToHeightmapSimParamSet = (void *)0x0541EC20; -const void * RTTI_Particles__Intrinsics__CurveParamSet = (void *)0x0541E7B8; -const void * RTTI_Particles__Intrinsics__CustomHandlingParamSet = (void *)0x0541F380; -const void * RTTI_Particles__Intrinsics__CyclingVolumeParamSet = (void *)0x0541EB80; -const void * RTTI_Particles__Intrinsics__DebugAnimateParentTransform = (void *)0x0541E890; -const void * RTTI_Particles__Intrinsics__DebugAttachToCamera = (void *)0x0541E8D8; -const void * RTTI_Particles__Intrinsics__DebugMoveParentTransform = (void *)0x0541E920; -const void * RTTI_Particles__Intrinsics__DirectionAxisInput = (void *)0x0541F2E8; -const void * RTTI_Particles__Intrinsics__DirectionToRotation3DParamSet = (void *)0x05420470; -const void * RTTI_Particles__Intrinsics__Double3Double3Double3ParamSet = (void *)0x05420120; -const void * RTTI_Particles__Intrinsics__Double3Double3ParamSet = (void *)0x05420080; -const void * RTTI_Particles__Intrinsics__Double3Double3VectorParamSet = (void *)0x054200D0; -const void * RTTI_Particles__Intrinsics__Double3Input = (void *)0x0541EEB0; -const void * RTTI_Particles__Intrinsics__EmissionTypeInput = (void *)0x0541F2A8; -const void * RTTI_Particles__Intrinsics__ExpressionInputParamSet = (void *)0x05425F20; -const void * RTTI_Particles__Intrinsics__Float5ParamSet = (void *)0x05421148; -const void * RTTI_Particles__Intrinsics__Float6ParamSet = (void *)0x05421188; -const void * RTTI_Particles__Intrinsics__FloatBoolParamSet = (void *)0x0541FD98; -const void * RTTI_Particles__Intrinsics__FloatColorParamSet = (void *)0x05420598; -const void * RTTI_Particles__Intrinsics__FloatFloatBoolParamSet = (void *)0x0541FDE0; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatColorParamSet = (void *)0x0541E390; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatParamSet = (void *)0x05421100; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatParamSet = (void *)0x05420F80; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatVectorParamSet = (void *)0x05420FD0; -const void * RTTI_Particles__Intrinsics__FloatFloatParamSet = (void *)0x0541FE28; -const void * RTTI_Particles__Intrinsics__FloatInput = (void *)0x0541EE78; -const void * RTTI_Particles__Intrinsics__FloatMinMaxParamSet = (void *)0x054210B8; -const void * RTTI_Particles__Intrinsics__FloatUIntParamSet = (void *)0x0541FE68; -const void * RTTI_Particles__Intrinsics__FloatVector33MatrixParamSet = (void *)0x05421020; -const void * RTTI_Particles__Intrinsics__FloatVectorParamSet = (void *)0x0541FEF0; -const void * RTTI_Particles__Intrinsics__FloatVectorVectorParamSet = (void *)0x0541EA00; -const void * RTTI_Particles__Intrinsics__GenericResourceParamSet = (void *)0x0541F330; -const void * RTTI_Particles__Intrinsics__GeometryParticleKillParamSet = (void *)0x0541F470; -const void * RTTI_Particles__Intrinsics__GeometryParticleParamSet = (void *)0x0541F3D0; -const void * RTTI_Particles__Intrinsics__GeometryParticleUpdateParamSet = (void *)0x0541F420; -const void * RTTI_Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet = (void *)0x0541F4C0; -const void * RTTI_Particles__Intrinsics__HexColorHexColorUIntParamSet = (void *)0x0541E4F0; -const void * RTTI_Particles__Intrinsics__HexColorUIntParamSet = (void *)0x0541E4B0; -const void * RTTI_Particles__Intrinsics__HexUIntInput = (void *)0x0541F040; -const void * RTTI_Particles__Intrinsics__Input = (void *)0x0541EE00; -const void * RTTI_Particles__Intrinsics__IntInput = (void *)0x0541EF90; -const void * RTTI_Particles__Intrinsics__JumpParamSet = (void *)0x0541E640; -const void * RTTI_Particles__Intrinsics__KillParamSet = (void *)0x05420EF0; -const void * RTTI_Particles__Intrinsics__LODCurvedPropertyBaseParamSet = (void *)0x0541EC70; -const void * RTTI_Particles__Intrinsics__LODCurvedPropertyFloatParamSet = (void *)0x0541E240; -const void * RTTI_Particles__Intrinsics__MatrixInput = (void *)0x0541EF58; -const void * RTTI_Particles__Intrinsics__MatrixVectorVectorParamSet = (void *)0x0541E720; -const void * RTTI_Particles__Intrinsics__MeshSpawnDimensionInput = (void *)0x0541F1E0; -const void * RTTI_Particles__Intrinsics__NoOpDeclareBoolParamSet = (void *)0x0541F600; -const void * RTTI_Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet = (void *)0x054208D0; -const void * RTTI_Particles__Intrinsics__Noise2ParamSet = (void *)0x0541FFB0; -const void * RTTI_Particles__Intrinsics__Noise3ParamSet = (void *)0x0541FFF0; -const void * RTTI_Particles__Intrinsics__NoiseBaseParamSet = (void *)0x0541FF30; -const void * RTTI_Particles__Intrinsics__NoiseParamSet = (void *)0x0541FF70; -const void * RTTI_Particles__Intrinsics__NoiseTypeInput = (void *)0x0541F268; -const void * RTTI_Particles__Intrinsics__OperationNameInput = (void *)0x0541F160; -const void * RTTI_Particles__Intrinsics__OrbitAroundPointParamSet = (void *)0x0541EAE0; -const void * RTTI_Particles__Intrinsics__ParameterSetBase = (void *)0x0541EE38; -const void * RTTI_Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet = (void *)0x0541F510; -const void * RTTI_Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet = (void *)0x0541F560; -const void * RTTI_Particles__Intrinsics__PointInCylinderParamSet = (void *)0x0541E6D0; -const void * RTTI_Particles__Intrinsics__PointInMeshParamSet = (void *)0x0541EA98; -const void * RTTI_Particles__Intrinsics__PointOnAttachedSkeletonParamSet = (void *)0x0541EB30; -const void * RTTI_Particles__Intrinsics__RandomVariableParamSet = (void *)0x05420030; -const void * RTTI_Particles__Intrinsics__RandomVectorOnShapeParamSet = (void *)0x0541EA50; -const void * RTTI_Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet = (void *)0x054204C0; -const void * RTTI_Particles__Intrinsics__ShapeTypeInput = (void *)0x0541F228; -const void * RTTI_Particles__Intrinsics__SharedAsset = (void *)0x0541F8C8; -const void * RTTI_Particles__Intrinsics__SharedAssociatedUID = (void *)0x0541FD18; -const void * RTTI_Particles__Intrinsics__SharedCollisionInfo = (void *)0x0541FD58; -const void * RTTI_Particles__Intrinsics__SharedColorAlphaCurves = (void *)0x0541FA00; -const void * RTTI_Particles__Intrinsics__SharedColorCurve = (void *)0x0541F9B8; -const void * RTTI_Particles__Intrinsics__SharedCurve = (void *)0x0541F940; -const void * RTTI_Particles__Intrinsics__SharedCustomParameter = (void *)0x0541FC90; -const void * RTTI_Particles__Intrinsics__SharedFiniteRandomNumberGenerator = (void *)0x0541FB40; -const void * RTTI_Particles__Intrinsics__SharedHeightmapData = (void *)0x0541FCD8; -const void * RTTI_Particles__Intrinsics__SharedLODCurves = (void *)0x0541FA48; -const void * RTTI_Particles__Intrinsics__SharedMesh = (void *)0x0541FA88; -const void * RTTI_Particles__Intrinsics__SharedNoiseGenerator = (void *)0x0541FB00; -const void * RTTI_Particles__Intrinsics__SharedParticleSystemSpawnParameters = (void *)0x0541FBF0; -const void * RTTI_Particles__Intrinsics__SharedRGBColorCurve = (void *)0x0541F978; -const void * RTTI_Particles__Intrinsics__SharedRandomVariableDistributionValues = (void *)0x0541FB90; -const void * RTTI_Particles__Intrinsics__SharedRuntimeInfo = (void *)0x0541F900; -const void * RTTI_Particles__Intrinsics__SharedSkeletonData = (void *)0x0541FAC0; -const void * RTTI_Particles__Intrinsics__SharedUpdateForcesParameters = (void *)0x0541FC40; -const void * RTTI_Particles__Intrinsics__SpawnParticleParamSet = (void *)0x05420E50; -const void * RTTI_Particles__Intrinsics__StringInput = (void *)0x0541F128; -const void * RTTI_Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet = (void *)0x05420C50; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet = (void *)0x05420BE0; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet = (void *)0x05420B80; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet = (void *)0x05420AB0; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet = (void *)0x054209E0; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet = (void *)0x05420980; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet = (void *)0x05420920; -const void * RTTI_Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet = (void *)0x05420B10; -const void * RTTI_Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet = (void *)0x05420A40; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet = (void *)0x05420760; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet = (void *)0x05420700; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet = (void *)0x054207C0; -const void * RTTI_Particles__Intrinsics__TransformStretchVectorToWorldParamSet = (void *)0x05420DA0; -const void * RTTI_Particles__Intrinsics__TransformVelocityToWorldParamSet = (void *)0x05420D50; -const void * RTTI_Particles__Intrinsics__UIntDivisionParamSet = (void *)0x0541E580; -const void * RTTI_Particles__Intrinsics__UIntFloatParamSet = (void *)0x0541E600; -const void * RTTI_Particles__Intrinsics__UIntInput = (void *)0x0541EFC8; -const void * RTTI_Particles__Intrinsics__UIntMinMaxParamSet = (void *)0x0541E5C0; -const void * RTTI_Particles__Intrinsics__UIntUIntBoolParamSet = (void *)0x0541E470; -const void * RTTI_Particles__Intrinsics__UIntUIntParamSet = (void *)0x0541E428; -const void * RTTI_Particles__Intrinsics__UIntUIntUIntParamSet = (void *)0x0541E540; -const void * RTTI_Particles__Intrinsics__UpdateChildParticleBindingsParamSet = (void *)0x05420EA0; -const void * RTTI_Particles__Intrinsics__UpdateForcesParamSet = (void *)0x05425F70; -const void * RTTI_Particles__Intrinsics__VariableInput = (void *)0x0541F000; -const void * RTTI_Particles__Intrinsics__Vector2Input = (void *)0x0541EEE8; -const void * RTTI_Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet = (void *)0x05420210; -const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x05420260; -const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x054202C0; -const void * RTTI_Particles__Intrinsics__Vector3Input = (void *)0x0541EF20; -const void * RTTI_Particles__Intrinsics__Vector3MatrixParamSet = (void *)0x05421070; -const void * RTTI_Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet = (void *)0x05420320; -const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x05420370; -const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x054203D0; -const void * RTTI_Particles__Intrinsics__VectorFloatParamSet = (void *)0x0541E968; -const void * RTTI_Particles__Intrinsics__VectorFloatVectorParamSet = (void *)0x0541E9B0; -const void * RTTI_Particles__Intrinsics__VectorMinMaxParamSet = (void *)0x05420430; -const void * RTTI_Particles__Intrinsics__VectorScaleAddParamSet = (void *)0x05420510; -const void * RTTI_Particles__Intrinsics__VectorVectorFloatParamSet = (void *)0x054201C0; -const void * RTTI_Particles__Intrinsics__VectorVectorParamSet = (void *)0x0541FEB0; -const void * RTTI_Particles__Intrinsics__VectorVectorVectorParamSet = (void *)0x05420170; -const void * RTTI_Particles__Intrinsics__XMFLOAT4Input = (void *)0x0541F0E8; -const void * RTTI_Particles__ListFloatCurve = (void *)0x05417CC8; -const void * RTTI_Particles__ListParticleCollisionInfo = (void *)0x052854B0; -const void * RTTI_Particles__MaterialDBDependency = (void *)0x0541F7A8; -const void * RTTI_Particles__MaterialProperties = (void *)0x05417BE8; -const void * RTTI_Particles__MeshDependency = (void *)0x0541F820; -const void * RTTI_Particles__ModelDBDependency = (void *)0x0541F770; -const void * RTTI_Particles__PSM__Commands__BaseParticleSystemRequest = (void *)0x05422BD0; -const void * RTTI_Particles__PSM__Commands__RequestLoadResources = (void *)0x05422C20; -const void * RTTI_Particles__PSM__Commands__WaitForResourceLoad = (void *)0x05422C70; -const void * RTTI_Particles__ParticleEmitterEngine = (void *)0x054236D0; -const void * RTTI_Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding = (void *)0x05423920; -const void * RTTI_Particles__ParticleNodeManager = (void *)0x05417DB8; -const void * RTTI_Particles__ParticlePerformanceManager = (void *)0x054232E8; -const void * RTTI_Particles__ParticleSystemManagerImpl = (void *)0x05422CB8; -const void * RTTI_Particles__ParticleSystemManagerImpl__PSBinding = (void *)0x054232A0; -const void * RTTI_Particles__ParticleSystemStorage = (void *)0x05418200; -const void * RTTI_Particles__PhysicsProperties = (void *)0x05417BB0; -const void * RTTI_Particles__PointInMeshDependency = (void *)0x0541F850; -const void * RTTI_Particles__ResourceDependency = (void *)0x0541F738; -const void * RTTI_Particles__SingleOperation = (void *)0x0541E328; -const void * RTTI_Particles__SystemBinding = (void *)0x05419778; -const void * RTTI_Particles__SystemDefinition = (void *)0x0541F648; -const void * RTTI_Particles__TiledMaterialProperties = (void *)0x05417C60; -const void * RTTI_PassengerInteraction = (void *)0x052993D8; -const void * RTTI_PathFollowerAnimationMoveStart = (void *)0x0542F6B8; -const void * RTTI_PathFollowerAnimationMoveStop = (void *)0x0542F6F0; -const void * RTTI_PathFollowerStateFollowPathToParameter = (void *)0x0542F598; -const void * RTTI_PathFollowerStateKeepLastDirection = (void *)0x0542F5D8; -const void * RTTI_PathFollowerStatePerformAction = (void *)0x0542F680; -const void * RTTI_PathFollowerStatePlayIdle = (void *)0x0542F530; -const void * RTTI_PathFollowerStateShortcut = (void *)0x0542F618; -const void * RTTI_PathFollowerStateTurnToAngle = (void *)0x0542F560; -const void * RTTI_PathFollowerStateWaitForAction = (void *)0x0542F648; -const void * RTTI_PathManagerImpl = (void *)0x05427610; -const void * RTTI_PathManagerPositionPlayerAdapter = (void *)0x05330AB8; -const void * RTTI_PathSmootherRayCastUsePreferredTris = (void *)0x0542E280; -const void * RTTI_PathSmootherRayCastUseTrianglePath = (void *)0x0542E2C0; -const void * RTTI_Pathing = (void *)0x05274BB8; -const void * RTTI_PathingAnimations = (void *)0x053D7FE0; -const void * RTTI_PathingAnimationsInstance = (void *)0x053D8068; -const void * RTTI_PathingCell = (void *)0x05274ED8; -const void * RTTI_PathingCoverLocation = (void *)0x05274B48; -const void * RTTI_PathingDoor = (void *)0x05274F28; -const void * RTTI_PathingLockData = (void *)0x05274F50; -const void * RTTI_PathingNumericIDDuplicationVisitor = (void *)0x05274FA0; -const void * RTTI_PathingRequest = (void *)0x051C9D58; -const void * RTTI_PathingRequestClosePoint = (void *)0x05274750; -const void * RTTI_PathingRequestClosestGoal = (void *)0x052759E8; -const void * RTTI_PathingRequestCover = (void *)0x05275A18; -const void * RTTI_PathingRequestFlee = (void *)0x05275A48; -const void * RTTI_PathingRequestFly = (void *)0x05275A78; -const void * RTTI_PathingRequestFlyAction = (void *)0x05275AA0; -const void * RTTI_PathingRequestFlyHover = (void *)0x05275AD0; -const void * RTTI_PathingRequestFlyLand = (void *)0x05275B00; -const void * RTTI_PathingRequestFlyOrbit = (void *)0x05275B30; -const void * RTTI_PathingRequestFlyTakeOff = (void *)0x05275B60; -const void * RTTI_PathingRequestHide = (void *)0x05275B90; -const void * RTTI_PathingRequestLOS = (void *)0x05275BC0; -const void * RTTI_PathingRequestOpenSpace = (void *)0x051C9DA8; -const void * RTTI_PathingRequestRotate = (void *)0x05275BE8; -const void * RTTI_PathingRequestSafeStraightLine = (void *)0x05274718; -const void * RTTI_PathingRequestStopMoving = (void *)0x05275C18; -const void * RTTI_PathingSpace = (void *)0x05275008; -const void * RTTI_PathingStreamLoadGame = (void *)0x0534A6F0; -const void * RTTI_PathingStreamMasterFileRead = (void *)0x0520B1D8; -const void * RTTI_PathingStreamSaveGame = (void *)0x0534A6C0; -const void * RTTI_PathingTraversalAction = (void *)0x0520B6C0; -const void * RTTI_PathingTraversalActionActivate = (void *)0x0520B578; -const void * RTTI_PathingTraversalActionDoorway = (void *)0x0520B5B0; -const void * RTTI_PathingTraversalActionJump = (void *)0x0520B5E8; -const void * RTTI_PathingTraversalActionLadder = (void *)0x0520B620; -const void * RTTI_PathingTraversalActionStandard = (void *)0x0520B688; -const void * RTTI_PathingTraversalData = (void *)0x0520B6F0; -const void * RTTI_PathingTraversalManager = (void *)0x0520C858; -const void * RTTI_PauseMenu = (void *)0x05301840; -const void * RTTI_PauseMenuConfirmationDataModel = (void *)0x052BB738; -const void * RTTI_PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle = (void *)0x052BB8F0; -const void * RTTI_PauseMenuListDataModel = (void *)0x052BB5F0; -const void * RTTI_PauseMenuListDataModel__PauseMenuListEventShuttle = (void *)0x052BB800; -const void * RTTI_PauseMenuStateDataModel = (void *)0x052BB480; -const void * RTTI_PauseMenuStateDataModel__PauseMenuStateEventShuttle = (void *)0x052BB430; -const void * RTTI_PauseMenu_ActionCanceled = (void *)0x053019B0; -const void * RTTI_PauseMenu_ConfirmAction = (void *)0x053019E0; -const void * RTTI_PauseMenu_ConfirmLoad = (void *)0x05301950; -const void * RTTI_PauseMenu_ConfirmSave = (void *)0x053018C0; -const void * RTTI_PauseMenu_DeleteSave = (void *)0x05301920; -const void * RTTI_PauseMenu_QuitToDesktop = (void *)0x05301890; -const void * RTTI_PauseMenu_SetCharacter = (void *)0x053018F0; -const void * RTTI_PauseMenu_StartAction = (void *)0x05301A10; -const void * RTTI_PauseMenu_StartLoad = (void *)0x05301980; -const void * RTTI_PauseMenu_UploadSave = (void *)0x05301860; -const void * RTTI_PeakValueModifierEffect = (void *)0x05108518; -const void * RTTI_PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter = (void *)0x053F06C0; -const void * RTTI_PenetrationUtils__hknpBSCommandStreamWriter = (void *)0x053F4D90; -const void * RTTI_PerformActivationHandler = (void *)0x05360CB8; -const void * RTTI_PerformOpFunc = (void *)0x0547EDE8; -const void * RTTI_PhotoGalleryMenu = (void *)0x052A16D8; -const void * RTTI_PhotoGalleryMenu__PhotoGalleryEventShuttle = (void *)0x052A18F0; -const void * RTTI_PhotoGallery_DeletePhoto = (void *)0x052A1700; -const void * RTTI_PhotoModeCameraState = (void *)0x0527FDC8; -const void * RTTI_PhotoModeDataModel = (void *)0x052BCD58; -const void * RTTI_PhotoModeDataModel__PhotoModeEventShuttle = (void *)0x052BCD18; -const void * RTTI_PhotoModeDataModel__PhotoModeOverlayData__ImageData = (void *)0x052BCCD0; -const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__CategoryData = (void *)0x052BC260; -const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__SettingData = (void *)0x052BC210; -const void * RTTI_PhotoModeEffectController = (void *)0x05263600; -const void * RTTI_PhotoModeMenu = (void *)0x052E9968; -const void * RTTI_PhotoMode_InitializeCategory = (void *)0x052E9AB0; -const void * RTTI_PhotoMode_ResetToDefaults = (void *)0x052E9A80; -const void * RTTI_PhotoMode_SliderChanged = (void *)0x052E9A50; -const void * RTTI_PhotoMode_StepperChanged = (void *)0x052E9A20; -const void * RTTI_PhotoMode_TakeSnapshot = (void *)0x052E99F0; -const void * RTTI_PhotoMode_ToggleHelmet = (void *)0x052E9990; -const void * RTTI_PhotoMode_ToggleUI = (void *)0x052E99C0; -const void * RTTI_PhotoMode__PhotoModeCaptureExportNode = (void *)0x052E9518; -const void * RTTI_PhysicsContactListener = (void *)0x053D7FB0; -const void * RTTI_PhysicsContactListenerInstance = (void *)0x053D7F78; -const void * RTTI_PickNewIdleHandler = (void *)0x0535F980; -const void * RTTI_PickpocketInventoryModel = (void *)0x052EA738; -const void * RTTI_PickpocketItemData = (void *)0x052EA768; -const void * RTTI_PickpocketMenu = (void *)0x052EB208; -const void * RTTI_PickpocketMenu_OnItemSelect = (void *)0x052EB1D0; -const void * RTTI_PickpocketStateData = (void *)0x052EA798; -const void * RTTI_PipelineGenerationEventHandler = (void *)0x053337D0; -const void * RTTI_PitchOverrideEndHandler = (void *)0x0535F138; -const void * RTTI_PitchOverrideStartHandler = (void *)0x0535F0B0; -const void * RTTI_PlanetSiteSelectEventHelper = (void *)0x05332918; -const void * RTTI_PlasmaProjectile = (void *)0x05285428; -const void * RTTI_PlatformDataModel = (void *)0x05416C40; -const void * RTTI_PlayBinkMenu = (void *)0x05301CD0; -const void * RTTI_PlayBink_CloseMenu = (void *)0x05301D38; -const void * RTTI_PlayerBedEnterHandler = (void *)0x05361450; -const void * RTTI_PlayerCamera = (void *)0x0539A230; -const void * RTTI_PlayerCameraTransitionState = (void *)0x0539A170; -const void * RTTI_PlayerChairEnterHandler = (void *)0x053613F8; -const void * RTTI_PlayerCharacter = (void *)0x05348468; -const void * RTTI_PlayerControls__AlternateAttackHandler = (void *)0x052996E0; -const void * RTTI_PlayerControls__AlternateFlightControlMode = (void *)0x05299570; -const void * RTTI_PlayerControls__AutoMoveHandler = (void *)0x05299500; -const void * RTTI_PlayerControls__Base = (void *)0x0529A988; -const void * RTTI_PlayerControls__DebugCameraHandler = (void *)0x05299538; -const void * RTTI_PlayerControls__FlightControlMode = (void *)0x05299630; -const void * RTTI_PlayerControls__FlightMovementHandler = (void *)0x052995F0; -const void * RTTI_PlayerControls__GrabRotationHandler = (void *)0x05299668; -const void * RTTI_PlayerControls__GravJumpHandler = (void *)0x052996A8; -const void * RTTI_PlayerControls__HeldStateHandler = (void *)0x05299458; -const void * RTTI_PlayerControls__JumpHandler = (void *)0x05299AD8; -const void * RTTI_PlayerControls__LookHandler = (void *)0x05299B10; -const void * RTTI_PlayerControls__Manager = (void *)0x0529B2A8; -const void * RTTI_PlayerControls__MonocleHandler = (void *)0x05299B48; -const void * RTTI_PlayerControls__MovementHandler = (void *)0x05299B80; -const void * RTTI_PlayerControls__NvidiaStreamlineInputHandler = (void *)0x05299BC0; -const void * RTTI_PlayerControls__PlayerCameraHandler = (void *)0x05299C08; -const void * RTTI_PlayerControls__PlayerInputHandler = (void *)0x052994C8; -const void * RTTI_PlayerControls__RunHandler = (void *)0x05299C48; -const void * RTTI_PlayerControls__ShieldHandler = (void *)0x05299C78; -const void * RTTI_PlayerControls__ShipEquipmentHandler = (void *)0x05299CB0; -const void * RTTI_PlayerControls__SneakHandler = (void *)0x05299EA8; -const void * RTTI_PlayerControls__SprintHandler = (void *)0x0529A2E8; -const void * RTTI_PlayerControls__StandardFlightControlMode = (void *)0x052995B0; -const void * RTTI_PlayerControls__StarbornPowerHandler = (void *)0x0529B198; -const void * RTTI_PlayerControls__TogglePOVHandler = (void *)0x0529A320; -const void * RTTI_PlayerControls__ToggleRunHandler = (void *)0x0529A358; -const void * RTTI_PlayerControls__WeaponActionHandler = (void *)0x0529A390; -const void * RTTI_PlayerControls__WeaponAttackHandler = (void *)0x0529A3D0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__NotTriggered = (void *)0x051072D0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Triggered = (void *)0x051074E0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic = (void *)0x05107160; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst = (void *)0x05107490; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd = (void *)0x05107320; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous = (void *)0x051071C0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage = (void *)0x05107220; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease = (void *)0x051073E0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage = (void *)0x05107530; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle = (void *)0x05107440; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease = (void *)0x05107380; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Unequipped = (void *)0x05107280; -const void * RTTI_PlayerControls__WeaponBlockActionHandler = (void *)0x0529AA30; -const void * RTTI_PlayerControls__WeaponFocusHandler = (void *)0x0529AA70; -const void * RTTI_PlayerControls__WeaponMeleeHandler = (void *)0x0529AAA8; -const void * RTTI_PlayerControls__WeaponReadyHandler = (void *)0x0529AAE0; -const void * RTTI_PlayerControls__WeaponReloadHandler = (void *)0x0529AB18; -const void * RTTI_PlayerControls__WeaponSightedActionHandler = (void *)0x0529AF40; -const void * RTTI_PlayerControls__ZKeyHandler = (void *)0x05299490; -const void * RTTI_PlayerDataModel = (void *)0x052BE390; -const void * RTTI_PlayerDataModel__PlayerDataEventShuttle = (void *)0x052BE658; -const void * RTTI_PlayerFastEquipSoundHandler = (void *)0x05360888; -const void * RTTI_PlayerFurnitureExitHandler = (void *)0x053613C0; -const void * RTTI_PlayerInventoryDataModel = (void *)0x052BF1D0; -const void * RTTI_PlayerInventoryItem = (void *)0x052BF1A0; -const void * RTTI_PlayerRegionState = (void *)0x05348978; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter = (void *)0x05330B30; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor = (void *)0x05330720; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor = (void *)0x05330790; -const void * RTTI_PlayerSpaceUtils__EventSink = (void *)0x0531F8B0; -const void * RTTI_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler = (void *)0x0531F6F0; -const void * RTTI_PlayerSpaceUtils___unnamed_type_SpaceAsteroidsWorldStepListener_ = (void *)0x051A8FD0; -const void * RTTI_PlayerStatusDataModel = (void *)0x052C0488; -const void * RTTI_PlayerStatusDataModel__PlayerStatusEventShuttle = (void *)0x052BFCD0; -const void * RTTI_PlayerTraversalState = (void *)0x05348178; -const void * RTTI_PoseDeformerData = (void *)0x05232358; -const void * RTTI_PoseDeformerInstance = (void *)0x052324D0; -const void * RTTI_PostAttachActionsFunctor = (void *)0x0547EE10; -const void * RTTI_PostBoneModifierControl = (void *)0x053E16A0; -const void * RTTI_PostBoneModifierControlInstance = (void *)0x053E1718; -const void * RTTI_PostStepTask = (void *)0x050FF278; -const void * RTTI_PowerArmor__EventHandler = (void *)0x0519E3E0; -const void * RTTI_PowerUtils__PowerUtilsReferenceEventSink = (void *)0x051A52E8; -const void * RTTI_PowersMenu = (void *)0x052A2918; -const void * RTTI_PowersMenu_ActivateEssence = (void *)0x052A2A38; -const void * RTTI_PowersMenu_EquipPower = (void *)0x052A2890; -const void * RTTI_PowersMenu_FavoritePower = (void *)0x052A2860; -const void * RTTI_PowersMenu__PowersMenuEventShuttle = (void *)0x052A2A70; -const void * RTTI_PreStepTask = (void *)0x050FF250; -const void * RTTI_Precipitation = (void *)0x05262BA0; -const void * RTTI_PrecipitationEffectController = (void *)0x05262BF8; -const void * RTTI_Preload__Manager = (void *)0x052A7810; -const void * RTTI_Preload__PostProcessDependencyNode = (void *)0x052A7AB8; -const void * RTTI_PreparePartitionTreeBuffers = (void *)0x050FF5E8; -const void * RTTI_Probe__ReflectionProbeRenderOptions = (void *)0x05401168; -const void * RTTI_ProcessListMovementInterface = (void *)0x051A2D80; -const void * RTTI_ProcessLists = (void *)0x05349858; -const void * RTTI_ProcessLists__GetActorsFilter = (void *)0x053258C0; -const void * RTTI_Projectile = (void *)0x05285400; -const void * RTTI_ProjectileLOSCollector = (void *)0x0536B7A8; -const void * RTTI_Projectile__Manager = (void *)0x05365468; -const void * RTTI_QuestDataModel = (void *)0x052C1060; -const void * RTTI_QuestDataModel__QuestGameEventShuttle = (void *)0x052C1088; -const void * RTTI_QuestPathingRequest = (void *)0x0520D390; -const void * RTTI_QueuedCellAttachService = (void *)0x05202F38; -const void * RTTI_QueuedCharacter = (void *)0x051F2B50; -const void * RTTI_QueuedExplosionArt = (void *)0x051F2A60; -const void * RTTI_QueuedFile = (void *)0x051E5FE8; -const void * RTTI_QueuedLocationLoadTask = (void *)0x05248328; -const void * RTTI_QueuedPlayer = (void *)0x051F2550; -const void * RTTI_QueuedPromoteLargeReferencesTask = (void *)0x05247630; -const void * RTTI_QueuedPromoteQuestTask = (void *)0x05260D10; -const void * RTTI_QueuedPromoteReferencesTask = (void *)0x052001A0; -const void * RTTI_QueuedReference = (void *)0x051F2C30; -const void * RTTI_QueuedReferenceCallbackNode = (void *)0x051F2BA0; -const void * RTTI_QuickSaveLoadHandler = (void *)0x053A2710; -const void * RTTI_REFREventCallbacks__IEventCallback = (void *)0x05257C58; -const void * RTTI_REFREventCallbacks__IEventCallbackFactory = (void *)0x051A52A8; -const void * RTTI_RagdollAndGetUpHandler = (void *)0x0535F8F0; -const void * RTTI_RagdollFurnitureModifier = (void *)0x05261A80; -const void * RTTI_RagdollGetUp = (void *)0x053E4968; -const void * RTTI_RagdollGetUpInstance = (void *)0x053E4990; -const void * RTTI_RagdollStartHandler = (void *)0x0535F6A0; -const void * RTTI_RallyEffect = (void *)0x0531B3C8; -const void * RTTI_RandomAnimationNode = (void *)0x053E5278; -const void * RTTI_RandomAnimationNodeInstance = (void *)0x053E5240; -const void * RTTI_RangedAimAssistImpl = (void *)0x05280410; -const void * RTTI_ReanimateEffect = (void *)0x0531AEA8; -const void * RTTI_RecoilStopHandler = (void *)0x05361598; -const void * RTTI_ReevaluateGraphStateHandler = (void *)0x0535F198; -const void * RTTI_RefAttachTechniqueInput = (void *)0x053199C8; -const void * RTTI_ReferenceEffect = (void *)0x0531AB28; -const void * RTTI_ReferenceEffectController = (void *)0x051CD948; -const void * RTTI_ReferenceEndAnimatedCameraHandler = (void *)0x05360568; -const void * RTTI_ReferenceRunActionHandler = (void *)0x053606C8; -const void * RTTI_ReferenceStartAnimatedCameraHandler = (void *)0x053605A0; -const void * RTTI_ReferenceStartImagespaceModifierHandler = (void *)0x05360810; -const void * RTTI_ReferenceStopImagespaceModifierHandler = (void *)0x053606F8; -const void * RTTI_ReflectionProbeCellComponent = (void *)0x051D2948; -const void * RTTI_RefrInteraction = (void *)0x05299430; -const void * RTTI_Refuel_Accept = (void *)0x052F0398; -const void * RTTI_Refuel_Cancel = (void *)0x052F0370; -const void * RTTI_RegSettingCollection = (void *)0x0531D850; -const void * RTTI_ReloadCompleteHandler = (void *)0x0535F238; -const void * RTTI_ReloadStateChangeHandler = (void *)0x0535F268; -const void * RTTI_RemoveRagdollHandler = (void *)0x0535F6D0; -const void * RTTI_ResearchDataModel = (void *)0x052C24C8; -const void * RTTI_ResearchDataModel__ResearchDataEventShuttle = (void *)0x052C2640; -const void * RTTI_ResearchMenu = (void *)0x052ECB18; -const void * RTTI_ResearchMenu_AddMaterial = (void *)0x052ECC18; -const void * RTTI_ResearchMenu_CategorySelected = (void *)0x052ECCB8; -const void * RTTI_ResearchMenu_ExitMenu = (void *)0x052ECBE8; -const void * RTTI_ResearchMenu_HideModel = (void *)0x052ECBB8; -const void * RTTI_ResearchMenu_PreviewProject = (void *)0x052ECC80; -const void * RTTI_ResearchMenu_ProjectViewed = (void *)0x052ECC48; -const void * RTTI_ResearchMenu_SetInspectControls = (void *)0x052ECB80; -const void * RTTI_ResearchMenu_ToggleTrackingProject = (void *)0x052ECB40; -const void * RTTI_Research__Manager = (void *)0x05320050; -const void * RTTI_Reset3DMobIterator = (void *)0x0525E848; -const void * RTTI_ResetFloraEffect = (void *)0x0531AD88; -const void * RTTI_Reticle_OnLongAnimFinished = (void *)0x05303F30; -const void * RTTI_RevertSelectedSpellFunctor = (void *)0x053419B0; -const void * RTTI_RigMesh__BoneAttaches = (void *)0x053EDC28; -const void * RTTI_RigMesh__BoneTranslations = (void *)0x053EDBF8; -const void * RTTI_RigSwitch = (void *)0x053E16F8; -const void * RTTI_RigSwitchInstance = (void *)0x053E0B48; -const void * RTTI_RightHandSpellCastHandler = (void *)0x053614D8; -const void * RTTI_RightHandSpellFireHandler = (void *)0x053615E8; -const void * RTTI_RollingBone = (void *)0x053E48E8; -const void * RTTI_RollingBoneInstance = (void *)0x053E48B8; -const void * RTTI_RootTwist = (void *)0x053E4FA8; -const void * RTTI_RootTwistInstance = (void *)0x053E4F80; -const void * RTTI_RotationVariable = (void *)0x053E0B20; -const void * RTTI_RotationVariableInstance = (void *)0x053E44B0; -const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentBase = (void *)0x05205DD0; -const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentStorage = (void *)0x05205D80; -const void * RTTI_SKClosestHitCollector = (void *)0x0525B1C0; -const void * RTTI_SWFToCodeFunctionHandler = (void *)0x051E59C8; -const void * RTTI_SandManKillHandler = (void *)0x05360978; -const void * RTTI_SaveBufferStorageWrapper = (void *)0x05324670; -const void * RTTI_SaveFileStorageWrapper = (void *)0x05324640; -const void * RTTI_SaveGameCollection = (void *)0x05320C78; -const void * RTTI_SaveGameMagicCasterVisitor = (void *)0x05341A20; -const void * RTTI_SaveLoadMagicCasterVisitor = (void *)0x05341A58; -const void * RTTI_SaveLoadTester__Service = (void *)0x05323DC8; -const void * RTTI_SaveLoad__BlockingIONode = (void *)0x0525FE38; -const void * RTTI_SaveLoad__CleanupService__Impl = (void *)0x052A5B48; -const void * RTTI_SaveStorageWrapperBase = (void *)0x05324610; -const void * RTTI_ScalarAnimation = (void *)0x053D6778; -const void * RTTI_ScaleformFile__MemoryFile = (void *)0x05416E50; -const void * RTTI_Scaleform__AcquireInterface = (void *)0x05325100; -const void * RTTI_Scaleform__AmpMovieObjectDesc = (void *)0x051AFFF0; -const void * RTTI_Scaleform__BoolFormatter = (void *)0x051B0CD0; -const void * RTTI_Scaleform__BufferedFile = (void *)0x051B2370; -const void * RTTI_Scaleform__DefaultAcquireInterface = (void *)0x05325098; -const void * RTTI_Scaleform__DelegatedFile = (void *)0x051B2340; -const void * RTTI_Scaleform__DoubleFormatter = (void *)0x051B0D60; -const void * RTTI_Scaleform__Event = (void *)0x051AC808; -const void * RTTI_Scaleform__FILEFile = (void *)0x051B4970; -const void * RTTI_Scaleform__FmtResource = (void *)0x051B0C40; -const void * RTTI_Scaleform__GFx__AS3Support = (void *)0x051C3D98; -const void * RTTI_Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider = (void *)0x051BE2E0; -const void * RTTI_Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider = (void *)0x051BE330; -const void * RTTI_Scaleform__GFx__AS3__ASRefCountCollector = (void *)0x051B5BA8; -const void * RTTI_Scaleform__GFx__AS3__ASVM = (void *)0x051B66F8; -const void * RTTI_Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef = (void *)0x051B6B60; -const void * RTTI_Scaleform__GFx__AS3__AbcDataBuffer = (void *)0x051C3DC8; -const void * RTTI_Scaleform__GFx__AS3__Abc__File = (void *)0x051B5AB0; -const void * RTTI_Scaleform__GFx__AS3__ArrayBase = (void *)0x051BA1F0; -const void * RTTI_Scaleform__GFx__AS3__AvmBitmap = (void *)0x051B6280; -const void * RTTI_Scaleform__GFx__AS3__AvmButton = (void *)0x051B6C30; -const void * RTTI_Scaleform__GFx__AS3__AvmDisplayObj = (void *)0x051B6050; -const void * RTTI_Scaleform__GFx__AS3__AvmInteractiveObj = (void *)0x051B66B8; -const void * RTTI_Scaleform__GFx__AS3__AvmLoader = (void *)0x051B6C68; -const void * RTTI_Scaleform__GFx__AS3__AvmMovieClip = (void *)0x051B69C0; -const void * RTTI_Scaleform__GFx__AS3__AvmSprite = (void *)0x051B6988; -const void * RTTI_Scaleform__GFx__AS3__AvmStage = (void *)0x051B69F8; -const void * RTTI_Scaleform__GFx__AS3__AvmStaticText = (void *)0x051B6CD8; -const void * RTTI_Scaleform__GFx__AS3__AvmTextField = (void *)0x051B6D10; -const void * RTTI_Scaleform__GFx__AS3__AvmTextField__CSSHolder = (void *)0x051C3600; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctCalc = (void *)0x051B62F0; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedName = (void *)0x051B6330; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue = (void *)0x051B6380; -const void * RTTI_Scaleform__GFx__AS3__Class = (void *)0x051B58A0; -const void * RTTI_Scaleform__GFx__AS3__ClassCallConstruct = (void *)0x051B70F8; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__ClassClass = (void *)0x051B7250; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__Traits = (void *)0x051B5978; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__UserDefined = (void *)0x051B7210; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError = (void *)0x051B88D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Array = (void *)0x051B7E10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Boolean = (void *)0x051B7CD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Catch = (void *)0x051B7E50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Date = (void *)0x051B8958; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError = (void *)0x051B85C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Domain = (void *)0x051B7F50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Error = (void *)0x051B8538; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__EvalError = (void *)0x051B8610; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Function = (void *)0x051B7290; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Math = (void *)0x051B89D8; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Namespace = (void *)0x051B7730; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Number = (void *)0x051B7D10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Object = (void *)0x051B72D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__QName = (void *)0x051B7E90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RangeError = (void *)0x051B8660; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError = (void *)0x051B86B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RegExp = (void *)0x051B8468; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SecurityError = (void *)0x051B8700; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__String = (void *)0x051B7DD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError = (void *)0x051B8750; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__TypeError = (void *)0x051B87A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__URIError = (void *)0x051B87F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError = (void *)0x051B8880; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__VerifyError = (void *)0x051B8830; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XML = (void *)0x051B7ED0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XMLList = (void *)0x051B7F10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__int_ = (void *)0x051B7D50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__uint = (void *)0x051B7D90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__void_ = (void *)0x051B7F90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility = (void *)0x051C2670; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation = (void *)0x051C2780; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties = (void *)0x051C28C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText = (void *)0x051C25B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection = (void *)0x051C2610; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie = (void *)0x051BDF00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion = (void *)0x051BD9F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap = (void *)0x051BE090; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData = (void *)0x051BDFF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel = (void *)0x051BE380; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode = (void *)0x051BE240; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle = (void *)0x051BE430; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject = (void *)0x051BDC80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer = (void *)0x051BE4D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel = (void *)0x051BE860; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType = (void *)0x051BE900; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics = (void *)0x051BE9F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill = (void *)0x051BEBD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill = (void *)0x051BECE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill = (void *)0x051BEDF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath = (void *)0x051BEF00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand = (void *)0x051BF1B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding = (void *)0x051BF260; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill = (void *)0x051BEFF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke = (void *)0x051BF100; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable = (void *)0x051BE1F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData = (void *)0x051BEA90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill = (void *)0x051BEAE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath = (void *)0x051BEB30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject = (void *)0x051BE130; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod = (void *)0x051BF310; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle = (void *)0x051BF3C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode = (void *)0x051BF460; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Loader = (void *)0x051BE590; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo = (void *)0x051BE720; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape = (void *)0x051BF550; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip = (void *)0x051BF730; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping = (void *)0x051BF870; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion = (void *)0x051BFD80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Scene = (void *)0x051BF7D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shader = (void *)0x051BFE70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData = (void *)0x051BFE20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput = (void *)0x051C00B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob = (void *)0x051C0060; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter = (void *)0x051BFEC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType = (void *)0x051BFF10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision = (void *)0x051BFFC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shape = (void *)0x051BF910; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton = (void *)0x051BF9B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod = (void *)0x051BFA50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite = (void *)0x051BF5F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Stage = (void *)0x051BE630; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign = (void *)0x051BFAF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState = (void *)0x051BFB90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality = (void *)0x051BFC40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode = (void *)0x051BFCE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError = (void *)0x051C0930; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError = (void *)0x051C08E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError = (void *)0x051C0830; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError = (void *)0x051C0890; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError = (void *)0x051C0980; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError = (void *)0x051C09D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError = (void *)0x051C0A30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent = (void *)0x051BB6F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent = (void *)0x051BC000; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent = (void *)0x051BD740; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent = (void *)0x051BC0F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent = (void *)0x051BC1F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent = (void *)0x051BC290; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent = (void *)0x051BBE00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__Event = (void *)0x051BB5C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher = (void *)0x051B90E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase = (void *)0x051BD0F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent = (void *)0x051BCAD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent = (void *)0x051BD190; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent = (void *)0x051BCE90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent = (void *)0x051BC510; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase = (void *)0x051BD6A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent = (void *)0x051BD230; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher = (void *)0x051BCF90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent = (void *)0x051BD320; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent = (void *)0x051BCBC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent = (void *)0x051BC8F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent = (void *)0x051BC330; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent = (void *)0x051BCCB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent = (void *)0x051BC7D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent = (void *)0x051BC9E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent = (void *)0x051BD410; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation = (void *)0x051BD950; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent = (void *)0x051BD840; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent = (void *)0x051BCDA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent = (void *)0x051BD4C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent = (void *)0x051BBD10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent = (void *)0x051BD5B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent = (void *)0x051BC420; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent = (void *)0x051BC660; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent = (void *)0x051BBEF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents = (void *)0x051BD030; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface = (void *)0x051C3F80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter = (void *)0x051C1480; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter = (void *)0x051C1390; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality = (void *)0x051C1520; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType = (void *)0x051C15D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter = (void *)0x051C16C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter = (void *)0x051C17B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter = (void *)0x051C1870; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter = (void *)0x051C1930; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode = (void *)0x051C19F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter = (void *)0x051C1B00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter = (void *)0x051C1C00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter = (void *)0x051C1D00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter = (void *)0x051C1E10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter = (void *)0x051C1ED0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform = (void *)0x051C0AE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix = (void *)0x051C0EE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D = (void *)0x051C0D10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection = (void *)0x051C10B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Point = (void *)0x051C0F80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle = (void *)0x051C1170; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform = (void *)0x051C1210; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D = (void *)0x051C12B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D = (void *)0x051C0BD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx = (void *)0x051C4BD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions = (void *)0x051C4A40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx = (void *)0x051C51C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager = (void *)0x051C49A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad = (void *)0x051C4FE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent = (void *)0x051C5070; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle = (void *)0x051C5530; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx = (void *)0x051C53F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx = (void *)0x051C55F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx = (void *)0x051C4C70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx = (void *)0x051C4F40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent = (void *)0x051C4AE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx = (void *)0x051C4E00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx = (void *)0x051C4870; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx = (void *)0x051C52B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx = (void *)0x051C4D10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Camera = (void *)0x051C1F20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info = (void *)0x051C2000; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone = (void *)0x051C20F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Sound = (void *)0x051C23C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel = (void *)0x051C2280; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext = (void *)0x051C2460; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer = (void *)0x051C2510; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform = (void *)0x051C2190; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter = (void *)0x051B8F50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference = (void *)0x051B9090; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList = (void *)0x051B92E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput = (void *)0x051B9330; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter = (void *)0x051B9390; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection = (void *)0x051B93F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection = (void *)0x051B9490; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding = (void *)0x051B9530; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Responder = (void *)0x051B95D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject = (void *)0x051B9670; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus = (void *)0x051B97F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Socket = (void *)0x051B98A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader = (void *)0x051B99E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat = (void *)0x051B9B70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest = (void *)0x051B91E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader = (void *)0x051B9C60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod = (void *)0x051B9D00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream = (void *)0x051B9DA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables = (void *)0x051B9AD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket = (void *)0x051B9DF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer = (void *)0x051C4080; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain = (void *)0x051C0100; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities = (void *)0x051C0250; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IME = (void *)0x051C02F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode = (void *)0x051C0380; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext = (void *)0x051C05B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Security = (void *)0x051C0650; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain = (void *)0x051C0470; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel = (void *)0x051C06F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__System = (void *)0x051C0790; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType = (void *)0x051C2980; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings = (void *)0x051C2A70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__Font = (void *)0x051C2B50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle = (void *)0x051C2D20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontType = (void *)0x051C2DC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType = (void *)0x051C2E60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText = (void *)0x051C2FA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet = (void *)0x051C3160; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType = (void *)0x051C32A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode = (void *)0x051C3340; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextField = (void *)0x051C3470; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize = (void *)0x051C3640; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType = (void *)0x051C36E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat = (void *)0x051C3200; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign = (void *)0x051C3780; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics = (void *)0x051C3560; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer = (void *)0x051C3820; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot = (void *)0x051C3910; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu = (void *)0x051C4440; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x051C41C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems = (void *)0x051C42E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem = (void *)0x051C43A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation = (void *)0x051C4570; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard = (void *)0x051C44E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse = (void *)0x051C4610; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor = (void *)0x051C4690; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch = (void *)0x051C4730; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode = (void *)0x051C47D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray = (void *)0x051BAFE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary = (void *)0x051BB170; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian = (void *)0x051BB260; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput = (void *)0x051BB2F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput = (void *)0x051BB340; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable = (void *)0x051BB1C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy = (void *)0x051BB3E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer = (void *)0x051BB4D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector = (void *)0x051B9E40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String = (void *)0x051BA150; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double = (void *)0x051BA100; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int = (void *)0x051BA060; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object = (void *)0x051BA1A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint = (void *)0x051BA0B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument = (void *)0x051C57C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode = (void *)0x051C56D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType = (void *)0x051C5860; -const void * RTTI_Scaleform__GFx__AS3__Classes__ClassClass = (void *)0x051B7138; -const void * RTTI_Scaleform__GFx__AS3__Classes__UDBase = (void *)0x051B5E08; -const void * RTTI_Scaleform__GFx__AS3__Classes__UserDefined = (void *)0x051B7178; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Array = (void *)0x051B7AA8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Boolean = (void *)0x051B7978; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Catch = (void *)0x051B7AE8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Date = (void *)0x051B7B68; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Domain = (void *)0x051B8ED8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Error = (void *)0x051B7B28; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Function = (void *)0x051B7488; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Math = (void *)0x051B7BA0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Namespace = (void *)0x051B77C8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Number = (void *)0x051B79B8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Object = (void *)0x051B7358; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__QName = (void *)0x051B7C18; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__RegExp = (void *)0x051B7BD8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__String = (void *)0x051B7A68; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XML = (void *)0x051B7C58; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XMLList = (void *)0x051B7C90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__int_ = (void *)0x051B79F8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__uint = (void *)0x051B7A30; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility = (void *)0x051C26D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion = (void *)0x051BDA50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel = (void *)0x051BE3E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BlendMode = (void *)0x051BE290; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__CapsStyle = (void *)0x051BE480; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GradientType = (void *)0x051BE950; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand = (void *)0x051BF210; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding = (void *)0x051BF2C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod = (void *)0x051BF370; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__JointStyle = (void *)0x051BF410; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode = (void *)0x051BF4B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo = (void *)0x051BE7C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping = (void *)0x051BF8C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SWFVersion = (void *)0x051BFDD0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType = (void *)0x051BFF70; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision = (void *)0x051C0010; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod = (void *)0x051BFAA0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__Stage = (void *)0x051BE6D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageAlign = (void *)0x051BFB40; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState = (void *)0x051BFBF0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageQuality = (void *)0x051BFC90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode = (void *)0x051BFD30; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent = (void *)0x051BB7B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent = (void *)0x051BC050; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent = (void *)0x051BD7F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent = (void *)0x051BC1A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent = (void *)0x051BC240; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__DataEvent = (void *)0x051BC2E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent = (void *)0x051BBEA0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__Event = (void *)0x051BB660; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher = (void *)0x051BB800; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventPhase = (void *)0x051BD140; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FocusEvent = (void *)0x051BCB70; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent = (void *)0x051BD1E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent = (void *)0x051BCF40; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GestureEvent = (void *)0x051BC5B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GesturePhase = (void *)0x051BD6F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent = (void *)0x051BD280; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IMEEvent = (void *)0x051BD3C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent = (void *)0x051BCC60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent = (void *)0x051BC990; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__MouseEvent = (void *)0x051BC3D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent = (void *)0x051BCD50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent = (void *)0x051BC890; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent = (void *)0x051BCA80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent = (void *)0x051BD470; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientation = (void *)0x051BD9A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent = (void *)0x051BD900; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StatusEvent = (void *)0x051BCE40; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SyncEvent = (void *)0x051BD510; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TextEvent = (void *)0x051BBDB0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TimerEvent = (void *)0x051BD650; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TouchEvent = (void *)0x051BC4C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent = (void *)0x051BC720; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent = (void *)0x051BBFB0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface = (void *)0x051C3FE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality = (void *)0x051C1580; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType = (void *)0x051C1620; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode = (void *)0x051C1A50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Point = (void *)0x051C1018; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Utils3D = (void *)0x051C1300; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Vector3D = (void *)0x051C0C70; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx = (void *)0x051C4C20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__Extensions = (void *)0x051C4A90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager = (void *)0x051C49F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePad = (void *)0x051C5028; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent = (void *)0x051C5120; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx = (void *)0x051C5490; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx = (void *)0x051C5638; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx = (void *)0x051C4CC0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent = (void *)0x051C4B80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx = (void *)0x051C4EA0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx = (void *)0x051C48C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx = (void *)0x051C5350; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx = (void *)0x051C4D60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Camera = (void *)0x051C1F70; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Microphone = (void *)0x051C2140; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__SoundMixer = (void *)0x051C2560; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding = (void *)0x051B9580; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObject = (void *)0x051B9710; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus = (void *)0x051B9850; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat = (void *)0x051B9BC0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod = (void *)0x051B9D50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer = (void *)0x051C4120; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain = (void *)0x051C0200; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Capabilities = (void *)0x051C02A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IME = (void *)0x051C0338; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode = (void *)0x051C03D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Security = (void *)0x051C06A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain = (void *)0x051C0510; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel = (void *)0x051C0740; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__System = (void *)0x051C07E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType = (void *)0x051C29D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__Font = (void *)0x051C2BE8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontStyle = (void *)0x051C2D70; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontType = (void *)0x051C2E10; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__GridFitType = (void *)0x051C2EB0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextColorType = (void *)0x051C32F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode = (void *)0x051C3390; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextField = (void *)0x051C3510; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize = (void *)0x051C3690; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldType = (void *)0x051C3730; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign = (void *)0x051C37D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextRenderer = (void *)0x051C3870; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation = (void *)0x051C45C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Keyboard = (void *)0x051C4528; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Mouse = (void *)0x051C4650; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor = (void *)0x051C46E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Multitouch = (void *)0x051C4780; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode = (void *)0x051C4820; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__ByteArray = (void *)0x051BB080; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__Endian = (void *)0x051BB2B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector = (void *)0x051B9E88; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_String = (void *)0x051B9FC0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_double = (void *)0x051B9F70; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_int = (void *)0x051B9ED0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_object = (void *)0x051BA010; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint = (void *)0x051B9F20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType = (void *)0x051C58B0; -const void * RTTI_Scaleform__GFx__AS3__DoAbc = (void *)0x051C3F48; -const void * RTTI_Scaleform__GFx__AS3__FlashUI = (void *)0x051B5FE8; -const void * RTTI_Scaleform__GFx__AS3__FrameCounter = (void *)0x051B6CA0; -const void * RTTI_Scaleform__GFx__AS3__GASRefCountBase = (void *)0x051B57E0; -const void * RTTI_Scaleform__GFx__AS3__IMEManager = (void *)0x051C5C68; -const void * RTTI_Scaleform__GFx__AS3__Impl__ArrayFunc = (void *)0x051B62B8; -const void * RTTI_Scaleform__GFx__AS3__Impl__Value2NumberCollector = (void *)0x051B8230; -const void * RTTI_Scaleform__GFx__AS3__Impl__Value2StrCollector = (void *)0x051B81F0; -const void * RTTI_Scaleform__GFx__AS3__Impl__ValuePtrCollector = (void *)0x051B81B0; -const void * RTTI_Scaleform__GFx__AS3__Instance = (void *)0x051B5D98; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Activation = (void *)0x051B76E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Anonimous = (void *)0x051B5F10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__CTraits = (void *)0x051B5E40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__ClassClass = (void *)0x051B7930; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Interface = (void *)0x051B73A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Prototype = (void *)0x051B5EC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__RTraits = (void *)0x051B5E80; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Traits = (void *)0x051B5B68; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__UserDefined = (void *)0x051B6FE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Array = (void *)0x051B8170; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Boolean = (void *)0x051B8390; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Catch = (void *)0x051B8090; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Date = (void *)0x051B8998; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Domain = (void *)0x051B8E90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Error = (void *)0x051B8580; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Function = (void *)0x051B73F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject = (void *)0x051B80D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript = (void *)0x051B8120; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd = (void *)0x051B7640; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Namespace = (void *)0x051B7780; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Number = (void *)0x051B82C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Object = (void *)0x051B7310; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__QName = (void *)0x051B8050; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__RegExp = (void *)0x051B84B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__String = (void *)0x051B83E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Thunk = (void *)0x051B7600; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction = (void *)0x051B7440; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd = (void *)0x051B7690; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XML = (void *)0x051B8A18; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XMLList = (void *)0x051B8C00; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__int_ = (void *)0x051B8308; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__uint = (void *)0x051B8348; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation = (void *)0x051C27F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties = (void *)0x051C2920; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie = (void *)0x051BDF50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap = (void *)0x051BE0E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData = (void *)0x051BE040; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject = (void *)0x051BDCD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer = (void *)0x051BE530; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel = (void *)0x051BE8B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics = (void *)0x051BEA40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill = (void *)0x051BEC30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill = (void *)0x051BED30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill = (void *)0x051BEE50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath = (void *)0x051BEF50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill = (void *)0x051BF050; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke = (void *)0x051BF150; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject = (void *)0x051BE190; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader = (void *)0x051BE5E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo = (void *)0x051BE770; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape = (void *)0x051BF5A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip = (void *)0x051BF780; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene = (void *)0x051BF820; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape = (void *)0x051BF960; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton = (void *)0x051BFA00; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite = (void *)0x051BF640; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage = (void *)0x051BE680; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent = (void *)0x051BB750; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent = (void *)0x051BD790; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent = (void *)0x051BC140; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent = (void *)0x051BBE50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__Event = (void *)0x051BB610; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher = (void *)0x051B9180; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent = (void *)0x051BCB20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent = (void *)0x051BCEE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent = (void *)0x051BC560; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent = (void *)0x051BD370; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent = (void *)0x051BCC10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent = (void *)0x051BC940; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent = (void *)0x051BC380; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent = (void *)0x051BCD00; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent = (void *)0x051BC830; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent = (void *)0x051BCA30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent = (void *)0x051BD8A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent = (void *)0x051BCDF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent = (void *)0x051BBD60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent = (void *)0x051BD600; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent = (void *)0x051BC470; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent = (void *)0x051BC6C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent = (void *)0x051BBF50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents = (void *)0x051BD090; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter = (void *)0x051C14D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter = (void *)0x051C13E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter = (void *)0x051C1710; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter = (void *)0x051C1810; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter = (void *)0x051C1990; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter = (void *)0x051C1B50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter = (void *)0x051C1C50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter = (void *)0x051C1D60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter = (void *)0x051C1E70; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform = (void *)0x051C0B30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix = (void *)0x051C0F30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D = (void *)0x051C0D60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection = (void *)0x051C1110; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point = (void *)0x051C0FD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle = (void *)0x051C11C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform = (void *)0x051C1260; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D = (void *)0x051C0C20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx = (void *)0x051C5210; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent = (void *)0x051C50C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle = (void *)0x051C5590; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx = (void *)0x051C5440; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx = (void *)0x051C4F90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent = (void *)0x051C4B30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx = (void *)0x051C4E50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx = (void *)0x051C5300; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info = (void *)0x051C2050; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound = (void *)0x051C2410; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel = (void *)0x051C22D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext = (void *)0x051C24B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform = (void *)0x051C21E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference = (void *)0x051B9130; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection = (void *)0x051B94E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject = (void *)0x051B96C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket = (void *)0x051B98F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader = (void *)0x051B9A30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest = (void *)0x051B9230; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader = (void *)0x051B9CB0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables = (void *)0x051B9B20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer = (void *)0x051C40D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain = (void *)0x051C01A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext = (void *)0x051C0600; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain = (void *)0x051C04C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings = (void *)0x051C2AC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__Font = (void *)0x051C2BA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText = (void *)0x051C2FF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet = (void *)0x051C31B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField = (void *)0x051C34C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat = (void *)0x051C3250; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics = (void *)0x051C35B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot = (void *)0x051C3960; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu = (void *)0x051C4490; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x051C4220; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems = (void *)0x051C4340; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray = (void *)0x051BB030; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary = (void *)0x051BAF90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy = (void *)0x051BB430; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer = (void *)0x051BB520; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String = (void *)0x051BAD40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double = (void *)0x051BAB20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int = (void *)0x051BA6E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object = (void *)0x051BADE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint = (void *)0x051BA900; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument = (void *)0x051C5810; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode = (void *)0x051C5720; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Array = (void *)0x051B7028; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGet = (void *)0x051B8DC8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGetFirst = (void *)0x051B8CF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Catch = (void *)0x051B8278; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__CheckTypeTF = (void *)0x051B75B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGet = (void *)0x051B8D88; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGetFirst = (void *)0x051B8D40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Date = (void *)0x051B8918; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Domain = (void *)0x051B8E48; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__EmptyCallBack = (void *)0x051B8CA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Error = (void *)0x051B84F8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Function = (void *)0x051B7518; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionAOT = (void *)0x051B74D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionBase = (void *)0x051B5F60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObject = (void *)0x051B6F50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP = (void *)0x051B70B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript = (void *)0x051B71C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ListGet = (void *)0x051B8E08; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Namespace = (void *)0x051B6F98; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Object = (void *)0x051B5FA8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__QName = (void *)0x051B8010; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__RegExp = (void *)0x051B8428; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ThunkFunction = (void *)0x051B7560; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XML = (void *)0x051B7FD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLAttr = (void *)0x051B8AE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLComment = (void *)0x051B8B70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement = (void *)0x051B8A60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack = (void *)0x051B8BB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList = (void *)0x051B7068; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack = (void *)0x051B8C50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLProcInstr = (void *)0x051B8B20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLText = (void *)0x051B8AA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation = (void *)0x051C2720; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties = (void *)0x051C2860; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie = (void *)0x051BDEB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Bitmap = (void *)0x051BDD70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__BitmapData = (void *)0x051BDFA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObject = (void *)0x051BDAE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer = (void *)0x051BDB80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__FrameLabel = (void *)0x051BE810; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Graphics = (void *)0x051BE9A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill = (void *)0x051BEB80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill = (void *)0x051BEC90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill = (void *)0x051BED90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath = (void *)0x051BEEB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill = (void *)0x051BEFA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke = (void *)0x051BF0B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject = (void *)0x051BDBE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Loader = (void *)0x051BDD20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo = (void *)0x051BDB30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MorphShape = (void *)0x051BF500; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MovieClip = (void *)0x051BF690; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Scene = (void *)0x051BF6E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Shape = (void *)0x051BDDC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__SimpleButton = (void *)0x051BDE10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Sprite = (void *)0x051BDE60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Stage = (void *)0x051BDC30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent = (void *)0x051BB6A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent = (void *)0x051BBB20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent = (void *)0x051BC0A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent = (void *)0x051BBA80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__Event = (void *)0x051BB570; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher = (void *)0x051B8FF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__FocusEvent = (void *)0x051BB8F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent = (void *)0x051BBC70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GestureEvent = (void *)0x051BB990; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IMEEvent = (void *)0x051BD2D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent = (void *)0x051BBA30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent = (void *)0x051BB8A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__MouseEvent = (void *)0x051BB850; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent = (void *)0x051BBBD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent = (void *)0x051BC770; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent = (void *)0x051BB9E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent = (void *)0x051BBB70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StatusEvent = (void *)0x051BBC20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TextEvent = (void *)0x051BBAD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TimerEvent = (void *)0x051BD560; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TouchEvent = (void *)0x051BB940; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent = (void *)0x051BC600; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent = (void *)0x051BBCC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents = (void *)0x051BCFE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter = (void *)0x051C1430; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter = (void *)0x051C1340; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter = (void *)0x051C1670; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter = (void *)0x051C1760; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter = (void *)0x051C18D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter = (void *)0x051C1AB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter = (void *)0x051C1BB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter = (void *)0x051C1CA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter = (void *)0x051C1DC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform = (void *)0x051C0A90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix = (void *)0x051C0E90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D = (void *)0x051C0CC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection = (void *)0x051C1060; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Point = (void *)0x051C0E50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Rectangle = (void *)0x051C0DB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Transform = (void *)0x051C0E00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Vector3D = (void *)0x051C0B80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx = (void *)0x051C5170; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent = (void *)0x051C4950; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle = (void *)0x051C54E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx = (void *)0x051C53A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx = (void *)0x051C4EF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent = (void *)0x051C4900; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx = (void *)0x051C4DB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx = (void *)0x051C5260; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__ID3Info = (void *)0x051C1FB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__Sound = (void *)0x051C2320; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundChannel = (void *)0x051C2230; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext = (void *)0x051C2370; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundTransform = (void *)0x051C20A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__FileReference = (void *)0x051B8FA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__NetConnection = (void *)0x051B9440; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SharedObject = (void *)0x051B9620; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__Socket = (void *)0x051B97B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketReader = (void *)0x051B9990; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketWriter = (void *)0x051B9940; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLLoader = (void *)0x051B9760; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequest = (void *)0x051B9040; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader = (void *)0x051B9C10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLVariables = (void *)0x051B9A80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer = (void *)0x051C4030; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain = (void *)0x051C0150; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__LoaderContext = (void *)0x051C0560; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain = (void *)0x051C0420; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__CSMSettings = (void *)0x051C2A20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__Font = (void *)0x051C2B10; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StaticText = (void *)0x051C2F50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StyleSheet = (void *)0x051C30C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextField = (void *)0x051C2C30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextFormat = (void *)0x051C3110; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics = (void *)0x051C3420; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot = (void *)0x051C38C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu = (void *)0x051C43F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems = (void *)0x051C4170; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems = (void *)0x051C4280; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAReader = (void *)0x051BB120; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc = (void *)0x051BB210; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAWriter = (void *)0x051BB0D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__ByteArray = (void *)0x051BAEF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Dictionary = (void *)0x051BAF40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Proxy = (void *)0x051BB390; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Timer = (void *)0x051BB480; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_String = (void *)0x051BACF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_double = (void *)0x051BAAD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_int = (void *)0x051BA690; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_object = (void *)0x051BAD90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint = (void *)0x051BA8B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument = (void *)0x051C5770; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLNode = (void *)0x051C5680; -const void * RTTI_Scaleform__GFx__AS3__IntervalTimer = (void *)0x051B6D88; -const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntry = (void *)0x051B6AD0; -const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie = (void *)0x051B6B10; -const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl = (void *)0x051C3EB8; -const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit = (void *)0x051C3F00; -const void * RTTI_Scaleform__GFx__AS3__MovieDefRootNode = (void *)0x051B6BA8; -const void * RTTI_Scaleform__GFx__AS3__MovieRoot = (void *)0x051B6130; -const void * RTTI_Scaleform__GFx__AS3__MovieRoot__StickyVarNode = (void *)0x051B6BF0; -const void * RTTI_Scaleform__GFx__AS3__NamespaceInstanceFactory = (void *)0x051B7810; -const void * RTTI_Scaleform__GFx__AS3__NamespaceSet = (void *)0x051B5D60; -const void * RTTI_Scaleform__GFx__AS3__NotifyLoadInitCandidateList = (void *)0x051C5CA0; -const void * RTTI_Scaleform__GFx__AS3__NullObject = (void *)0x051B8F18; -const void * RTTI_Scaleform__GFx__AS3__Object = (void *)0x051B57B0; -const void * RTTI_Scaleform__GFx__AS3__SerializeArrDense = (void *)0x051B6408; -const void * RTTI_Scaleform__GFx__AS3__SerializeArrSparse = (void *)0x051B63C8; -const void * RTTI_Scaleform__GFx__AS3__ShapeObject = (void *)0x051B6728; -const void * RTTI_Scaleform__GFx__AS3__Slots__SlotFunct = (void *)0x051B5DD0; -const void * RTTI_Scaleform__GFx__AS3__SocketBuffer = (void *)0x051B6DC0; -const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr = (void *)0x051B6A30; -const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo = (void *)0x051B6E00; -const void * RTTI_Scaleform__GFx__AS3__Stage = (void *)0x051B6100; -const void * RTTI_Scaleform__GFx__AS3__TextSnapshotGlyphVisitor = (void *)0x051C39B0; -const void * RTTI_Scaleform__GFx__AS3__Tracer = (void *)0x051B5A80; -const void * RTTI_Scaleform__GFx__AS3__Traits = (void *)0x051B59B8; -const void * RTTI_Scaleform__GFx__AS3__UserDefinedFunction = (void *)0x051B6D48; -const void * RTTI_Scaleform__GFx__AS3__VM = (void *)0x051B58D0; -const void * RTTI_Scaleform__GFx__AS3__VMAbcFile = (void *)0x051B5A18; -const void * RTTI_Scaleform__GFx__AS3__VMAppDomain = (void *)0x051B5940; -const void * RTTI_Scaleform__GFx__AS3__VMFile = (void *)0x051B5A50; -const void * RTTI_Scaleform__GFx__AS3__XMLSupport = (void *)0x051B6018; -const void * RTTI_Scaleform__GFx__AS3__XMLSupportImpl = (void *)0x051B6248; -const void * RTTI_Scaleform__GFx__ASIMEManager = (void *)0x051C5AB8; -const void * RTTI_Scaleform__GFx__ASIMEManager__IMEFuncHandler = (void *)0x051B0BD0; -const void * RTTI_Scaleform__GFx__ASIntervalTimerIntf = (void *)0x051B67A8; -const void * RTTI_Scaleform__GFx__ASMovieRootBase = (void *)0x051B6168; -const void * RTTI_Scaleform__GFx__ASStringManager = (void *)0x051ACE28; -const void * RTTI_Scaleform__GFx__AvmDisplayObjBase = (void *)0x051B60C8; -const void * RTTI_Scaleform__GFx__Button = (void *)0x051C39F8; -const void * RTTI_Scaleform__GFx__ButtonDef = (void *)0x051B2B28; -const void * RTTI_Scaleform__GFx__Clipboard = (void *)0x051B2080; -const void * RTTI_Scaleform__GFx__ConstShapeNoStyles = (void *)0x051AFA30; -const void * RTTI_Scaleform__GFx__ConstShapeWithStyles = (void *)0x051B12D8; -const void * RTTI_Scaleform__GFx__DefaultFontLibNameState = (void *)0x051B23D0; -const void * RTTI_Scaleform__GFx__DisplayObjContainer = (void *)0x051B0088; -const void * RTTI_Scaleform__GFx__DisplayObject = (void *)0x051AF248; -const void * RTTI_Scaleform__GFx__DisplayObjectBase = (void *)0x051AF0D0; -const void * RTTI_Scaleform__GFx__DrawText = (void *)0x051C5930; -const void * RTTI_Scaleform__GFx__DrawTextImpl = (void *)0x051C58F8; -const void * RTTI_Scaleform__GFx__DrawTextManager = (void *)0x051C5A20; -const void * RTTI_Scaleform__GFx__DrawingContext = (void *)0x051B05C0; -const void * RTTI_Scaleform__GFx__DrawingContext__PackedShape = (void *)0x051B0788; -const void * RTTI_Scaleform__GFx__ExecuteTag = (void *)0x051AF538; -const void * RTTI_Scaleform__GFx__FontCompactor = (void *)0x051B4F78; -const void * RTTI_Scaleform__GFx__FontData = (void *)0x051B2670; -const void * RTTI_Scaleform__GFx__FontDataBound = (void *)0x051B2858; -const void * RTTI_Scaleform__GFx__FontDataCompactedGfx = (void *)0x051B2730; -const void * RTTI_Scaleform__GFx__FontDataCompactedSwf = (void *)0x051B26F0; -const void * RTTI_Scaleform__GFx__FontGlyphPacker = (void *)0x051B2B58; -const void * RTTI_Scaleform__GFx__FontHandle = (void *)0x051B0858; -const void * RTTI_Scaleform__GFx__FontLib = (void *)0x051B23A0; -const void * RTTI_Scaleform__GFx__FontManager = (void *)0x051B09C0; -const void * RTTI_Scaleform__GFx__FontManagerStates = (void *)0x051AC690; -const void * RTTI_Scaleform__GFx__FontMap = (void *)0x051B3EC0; -const void * RTTI_Scaleform__GFx__FontResource = (void *)0x051B2538; -const void * RTTI_Scaleform__GFx__FontResourceCreator = (void *)0x051AFC48; -const void * RTTI_Scaleform__GFx__FunctionHandler = (void *)0x051E5AE8; -const void * RTTI_Scaleform__GFx__GFxInitImportActions = (void *)0x051B1298; -const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyData = (void *)0x051AFA68; -const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyInterface = (void *)0x051AF470; -const void * RTTI_Scaleform__GFx__GFxMovieDefImplKey = (void *)0x051AFB70; -const void * RTTI_Scaleform__GFx__GFxMovieDefImplKeyInterface = (void *)0x051AF4C0; -const void * RTTI_Scaleform__GFx__GFxPlaceObjectUnpacked = (void *)0x051AF9F0; -const void * RTTI_Scaleform__GFx__GFxSocketImpl = (void *)0x051C3A98; -const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKey = (void *)0x051B28C8; -const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKeyInterface = (void *)0x051B2410; -const void * RTTI_Scaleform__GFx__IMEManagerBase = (void *)0x051B0B90; -const void * RTTI_Scaleform__GFx__ImageCreator = (void *)0x05417390; -const void * RTTI_Scaleform__GFx__ImageFileHandlerRegistry = (void *)0x051B2300; -const void * RTTI_Scaleform__GFx__ImageFileInfo = (void *)0x051AFD78; -const void * RTTI_Scaleform__GFx__ImageFileInfoKeyData = (void *)0x051B2C28; -const void * RTTI_Scaleform__GFx__ImageFileKeyInterface = (void *)0x051B2BE8; -const void * RTTI_Scaleform__GFx__ImageFileResourceCreator = (void *)0x051AFEF8; -const void * RTTI_Scaleform__GFx__ImageResource = (void *)0x051AC040; -const void * RTTI_Scaleform__GFx__ImageResourceCreator = (void *)0x051AFF38; -const void * RTTI_Scaleform__GFx__ImageResource__ImageDelegate = (void *)0x051AC4D0; -const void * RTTI_Scaleform__GFx__ImageShapeCharacterDef = (void *)0x051B2AE8; -const void * RTTI_Scaleform__GFx__InteractiveObject = (void *)0x051AFFB8; -const void * RTTI_Scaleform__GFx__KeyboardState = (void *)0x051ACD90; -const void * RTTI_Scaleform__GFx__KeyboardState__IListener = (void *)0x051B5B28; -const void * RTTI_Scaleform__GFx__LZMAFile = (void *)0x051B4028; -const void * RTTI_Scaleform__GFx__LZMASupport = (void *)0x051AC908; -const void * RTTI_Scaleform__GFx__LoadBinaryTask = (void *)0x051B0B18; -const void * RTTI_Scaleform__GFx__LoadProcess = (void *)0x051AFC80; -const void * RTTI_Scaleform__GFx__LoadQueueEntry = (void *)0x051B6488; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT = (void *)0x051B0A30; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadBinary = (void *)0x051B0B50; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadVars = (void *)0x051B0AD8; -const void * RTTI_Scaleform__GFx__LoadStates = (void *)0x051AFDB0; -const void * RTTI_Scaleform__GFx__LoadUpdateSync = (void *)0x051AF758; -const void * RTTI_Scaleform__GFx__LoadVarsTask = (void *)0x051B0AA0; -const void * RTTI_Scaleform__GFx__Loader = (void *)0x051AC8A0; -const void * RTTI_Scaleform__GFx__LoaderImpl = (void *)0x051AF280; -const void * RTTI_Scaleform__GFx__LoaderTask = (void *)0x051AF3C8; -const void * RTTI_Scaleform__GFx__LogState = (void *)0x051AD240; -const void * RTTI_Scaleform__GFx__MemoryBufferZlibImage = (void *)0x051B40C8; -const void * RTTI_Scaleform__GFx__MemoryContext = (void *)0x051C3CD0; -const void * RTTI_Scaleform__GFx__MorphCharacterDef = (void *)0x051B4148; -const void * RTTI_Scaleform__GFx__Movie = (void *)0x051ABF00; -const void * RTTI_Scaleform__GFx__MovieBindProcess = (void *)0x051AF6A8; -const void * RTTI_Scaleform__GFx__MovieDataDef = (void *)0x051AF568; -const void * RTTI_Scaleform__GFx__MovieDataDef__LoadTaskData = (void *)0x051AF908; -const void * RTTI_Scaleform__GFx__MovieDefBindStates = (void *)0x051AFE68; -const void * RTTI_Scaleform__GFx__MovieDefImpl = (void *)0x051AF608; -const void * RTTI_Scaleform__GFx__MovieDefImpl__BindTaskData = (void *)0x051AF948; -const void * RTTI_Scaleform__GFx__MovieDefImpl__ReleaseNotifier = (void *)0x051B6200; -const void * RTTI_Scaleform__GFx__MovieDefRootNode = (void *)0x051B64C0; -const void * RTTI_Scaleform__GFx__MovieDef__ResourceVisitor = (void *)0x051AF6E0; -const void * RTTI_Scaleform__GFx__MovieImageLoadTask = (void *)0x051AF3F8; -const void * RTTI_Scaleform__GFx__MovieImpl = (void *)0x051ABED0; -const void * RTTI_Scaleform__GFx__MovieImpl__StickyVarNode = (void *)0x051B6948; -const void * RTTI_Scaleform__GFx__MovieImpl__WideStringStorage = (void *)0x051B68A0; -const void * RTTI_Scaleform__GFx__MoviePreloadTask = (void *)0x051B0A68; -const void * RTTI_Scaleform__GFx__ParseControl = (void *)0x051AC8D0; -const void * RTTI_Scaleform__GFx__PlaceObject2Tag = (void *)0x051B0EB8; -const void * RTTI_Scaleform__GFx__PlaceObject2Taga = (void *)0x051B1260; -const void * RTTI_Scaleform__GFx__PlaceObject3Tag = (void *)0x051B0EF0; -const void * RTTI_Scaleform__GFx__PlaceObjectTag = (void *)0x051B2A30; -const void * RTTI_Scaleform__GFx__RemoveObject2Tag = (void *)0x051B0F60; -const void * RTTI_Scaleform__GFx__RemoveObjectTag = (void *)0x051B0F28; -const void * RTTI_Scaleform__GFx__Resource = (void *)0x051AC078; -const void * RTTI_Scaleform__GFx__ResourceData__DataInterface = (void *)0x051AFC08; -const void * RTTI_Scaleform__GFx__ResourceFileInfo = (void *)0x051AD0A8; -const void * RTTI_Scaleform__GFx__ResourceKey__KeyInterface = (void *)0x051AF430; -const void * RTTI_Scaleform__GFx__ResourceLib = (void *)0x051ACF58; -const void * RTTI_Scaleform__GFx__ResourceLib__ResourceSlot = (void *)0x051AD198; -const void * RTTI_Scaleform__GFx__ResourceReport = (void *)0x051AF500; -const void * RTTI_Scaleform__GFx__ResourceWeakLib = (void *)0x051ACFE0; -const void * RTTI_Scaleform__GFx__SetBackgroundColorTag = (void *)0x051B1220; -const void * RTTI_Scaleform__GFx__ShapeBaseCharacterDef = (void *)0x051B2A68; -const void * RTTI_Scaleform__GFx__ShapeDataBase = (void *)0x051AF720; -const void * RTTI_Scaleform__GFx__SocketImplFactory = (void *)0x051C3A60; -const void * RTTI_Scaleform__GFx__SocketInterface = (void *)0x051C3A28; -const void * RTTI_Scaleform__GFx__Sprite = (void *)0x051B0828; -const void * RTTI_Scaleform__GFx__SpriteDef = (void *)0x051B2A00; -const void * RTTI_Scaleform__GFx__State = (void *)0x054162E0; -const void * RTTI_Scaleform__GFx__StateBag = (void *)0x051ABFD8; -const void * RTTI_Scaleform__GFx__StateBagImpl = (void *)0x051AC3F8; -const void * RTTI_Scaleform__GFx__StaticTextCharacter = (void *)0x051B3E88; -const void * RTTI_Scaleform__GFx__StaticTextDef = (void *)0x051B3E50; -const void * RTTI_Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor = (void *)0x051C2F00; -const void * RTTI_Scaleform__GFx__Stream = (void *)0x051B21B0; -const void * RTTI_Scaleform__GFx__SubImageResource = (void *)0x051AFE30; -const void * RTTI_Scaleform__GFx__SubImageResourceCreator = (void *)0x051AFF78; -const void * RTTI_Scaleform__GFx__SubImageResourceInfo = (void *)0x051B0F98; -const void * RTTI_Scaleform__GFx__SwfShapeCharacterDef = (void *)0x051B2AA8; -const void * RTTI_Scaleform__GFx__Task = (void *)0x051AF350; -const void * RTTI_Scaleform__GFx__TextField = (void *)0x051B3FB0; -const void * RTTI_Scaleform__GFx__TextFieldDef = (void *)0x051B20E0; -const void * RTTI_Scaleform__GFx__TextField__CSSHolderBase = (void *)0x051C33D8; -const void * RTTI_Scaleform__GFx__TextField__TextDocumentListener = (void *)0x051B3FE0; -const void * RTTI_Scaleform__GFx__TextKeyMap = (void *)0x051B20B0; -const void * RTTI_Scaleform__GFx__Text__CompositionString = (void *)0x051B54D8; -const void * RTTI_Scaleform__GFx__Text__EditorKit = (void *)0x051B54A0; -const void * RTTI_Scaleform__GFx__Text__StyleManager = (void *)0x051C3080; -const void * RTTI_Scaleform__GFx__TextureGlyphBinder = (void *)0x051B2890; -const void * RTTI_Scaleform__GFx__TextureGlyphData = (void *)0x051B1180; -const void * RTTI_Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor = (void *)0x051B26A0; -const void * RTTI_Scaleform__GFx__URLBuilder = (void *)0x051C5BA8; -const void * RTTI_Scaleform__GFx__Value__ObjectInterface = (void *)0x051B6448; -const void * RTTI_Scaleform__GFx__ZLibFile = (void *)0x051C5CE8; -const void * RTTI_Scaleform__GFx__ZlibImageSource = (void *)0x051B4058; -const void * RTTI_Scaleform__GFx__ZlibSupport = (void *)0x05416398; -const void * RTTI_Scaleform__HeapPT__SysAllocGranulator = (void *)0x051B4180; -const void * RTTI_Scaleform__HeapPT__SysAllocWrapper = (void *)0x051B41C0; -const void * RTTI_Scaleform__Log = (void *)0x051ACA38; -const void * RTTI_Scaleform__LongFormatter = (void *)0x051B0D00; -const void * RTTI_Scaleform__MemoryFile = (void *)0x05416FC0; -const void * RTTI_Scaleform__MemoryHeap = (void *)0x051ABD78; -const void * RTTI_Scaleform__MemoryHeapMH = (void *)0x051ACA08; -const void * RTTI_Scaleform__MemoryHeapPT = (void *)0x051B1318; -const void * RTTI_Scaleform__MemoryHeap__LimitHandler = (void *)0x051C3C98; -const void * RTTI_Scaleform__MsgFormat = (void *)0x051B0C10; -const void * RTTI_Scaleform__Mutex = (void *)0x051AC968; -const void * RTTI_Scaleform__Mutex_AreadyLockedAcquireInterface = (void *)0x051AC9C0; -const void * RTTI_Scaleform__RefCountImplCore = (void *)0x051E5A20; -const void * RTTI_Scaleform__RefCountNTSImplCore = (void *)0x051ABE28; -const void * RTTI_Scaleform__RefCountWeakSupportImpl = (void *)0x051ABE60; -const void * RTTI_Scaleform__Render__BevelFilter = (void *)0x051B1B70; -const void * RTTI_Scaleform__Render__BlendModeBundle = (void *)0x051B3CC0; -const void * RTTI_Scaleform__Render__BlendModeEffect = (void *)0x051B4860; -const void * RTTI_Scaleform__Render__BlendPrimitive = (void *)0x051B1F10; -const void * RTTI_Scaleform__Render__BlurFilter = (void *)0x051B1AC8; -const void * RTTI_Scaleform__Render__BlurFilterImpl = (void *)0x051B1A90; -const void * RTTI_Scaleform__Render__Bundle = (void *)0x051B3810; -const void * RTTI_Scaleform__Render__CacheAsBitmapFilter = (void *)0x051B1C20; -const void * RTTI_Scaleform__Render__CacheBase = (void *)0x0547C5E8; -const void * RTTI_Scaleform__Render__CacheEffect = (void *)0x051B46F0; -const void * RTTI_Scaleform__Render__CacheablePrimitive = (void *)0x051B1E70; -const void * RTTI_Scaleform__Render__CacheableTargetEffect = (void *)0x051B4798; -const void * RTTI_Scaleform__Render__ColorMatrixFilter = (void *)0x051B1BE0; -const void * RTTI_Scaleform__Render__ComplexFill = (void *)0x051ADDD0; -const void * RTTI_Scaleform__Render__ComplexMesh = (void *)0x051B3128; -const void * RTTI_Scaleform__Render__ComplexMeshVertexOutput = (void *)0x051B50B0; -const void * RTTI_Scaleform__Render__ComplexPrimitiveBundle = (void *)0x051B3C10; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotify = (void *)0x051AD2C0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor = (void *)0x051AD600; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture = (void *)0x051AD730; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture = (void *)0x051AD6C0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId = (void *)0x051AD790; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown = (void *)0x051AD660; -const void * RTTI_Scaleform__Render__ContextImpl__ContextLock = (void *)0x051AD3E0; -const void * RTTI_Scaleform__Render__ContextImpl__EntryData = (void *)0x051AC1E0; -const void * RTTI_Scaleform__Render__ContextImpl__RTHandle__HandleData = (void *)0x051AD4E0; -const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify = (void *)0x05475840; -const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand = (void *)0x051B1630; -const void * RTTI_Scaleform__Render__CreationRenderer__DepthStencilSurface = (void *)0x05475B00; -const void * RTTI_Scaleform__Render__CreationRenderer__HAL = (void *)0x054759A0; -const void * RTTI_Scaleform__Render__CreationRenderer__IndexBuffer = (void *)0x0547C1F0; -const void * RTTI_Scaleform__Render__CreationRenderer__MappedTexture = (void *)0x05475BA0; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshBufferSet = (void *)0x0547C380; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshCache = (void *)0x0547C470; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshCacheItem = (void *)0x0547C3D0; -const void * RTTI_Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry = (void *)0x05475CD0; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderEvents = (void *)0x0547C000; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderSync = (void *)0x0547C6C0; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderTargetData = (void *)0x05475680; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface = (void *)0x0547C870; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer = (void *)0x0547C740; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderManager = (void *)0x0547C7A0; -const void * RTTI_Scaleform__Render__CreationRenderer__Texture = (void *)0x05475D30; -const void * RTTI_Scaleform__Render__CreationRenderer__TextureFormat = (void *)0x05475B50; -const void * RTTI_Scaleform__Render__CreationRenderer__TextureManager = (void *)0x05475C80; -const void * RTTI_Scaleform__Render__CreationRenderer__VertexBuffer = (void *)0x0547C050; -const void * RTTI_Scaleform__Render__DDS__DDSFileImageSource = (void *)0x051B4F38; -const void * RTTI_Scaleform__Render__DDS__FileReader = (void *)0x051B4E88; -const void * RTTI_Scaleform__Render__DICommand = (void *)0x051ADEA8; -const void * RTTI_Scaleform__Render__DICommandQueue = (void *)0x051B1CA0; -const void * RTTI_Scaleform__Render__DICommandQueue__ExecuteCommand = (void *)0x051B1D90; -const void * RTTI_Scaleform__Render__DICommand_ApplyFilter = (void *)0x051AE140; -const void * RTTI_Scaleform__Render__DICommand_Clear = (void *)0x051AE050; -const void * RTTI_Scaleform__Render__DICommand_ColorTransform = (void *)0x051AE400; -const void * RTTI_Scaleform__Render__DICommand_Compare = (void *)0x051AE4B0; -const void * RTTI_Scaleform__Render__DICommand_CopyChannel = (void *)0x051AE298; -const void * RTTI_Scaleform__Render__DICommand_CopyPixels = (void *)0x051AE350; -const void * RTTI_Scaleform__Render__DICommand_CreateTexture = (void *)0x051ADEE0; -const void * RTTI_Scaleform__Render__DICommand_Dispose = (void *)0x051ADF98; -const void * RTTI_Scaleform__Render__DICommand_Draw = (void *)0x051AE1F0; -const void * RTTI_Scaleform__Render__DICommand_FillRect = (void *)0x051AE558; -const void * RTTI_Scaleform__Render__DICommand_FloodFill = (void *)0x051AE610; -const void * RTTI_Scaleform__Render__DICommand_GetColorBoundsRect = (void *)0x051AE6C0; -const void * RTTI_Scaleform__Render__DICommand_GetPixel32 = (void *)0x051AE788; -const void * RTTI_Scaleform__Render__DICommand_GetPixels = (void *)0x051AE840; -const void * RTTI_Scaleform__Render__DICommand_Histogram = (void *)0x051AE8F0; -const void * RTTI_Scaleform__Render__DICommand_HitTest = (void *)0x051AE9A0; -const void * RTTI_Scaleform__Render__DICommand_Merge = (void *)0x051AEA50; -const void * RTTI_Scaleform__Render__DICommand_Noise = (void *)0x051AEAF8; -const void * RTTI_Scaleform__Render__DICommand_PaletteMap = (void *)0x051AEBA0; -const void * RTTI_Scaleform__Render__DICommand_PerlinNoise = (void *)0x051AEC50; -const void * RTTI_Scaleform__Render__DICommand_PixelDissolve = (void *)0x051AED00; -const void * RTTI_Scaleform__Render__DICommand_Scroll = (void *)0x051AEF20; -const void * RTTI_Scaleform__Render__DICommand_SetPixel32 = (void *)0x051AEDB8; -const void * RTTI_Scaleform__Render__DICommand_SetPixels = (void *)0x051AEE70; -const void * RTTI_Scaleform__Render__DICommand_SourceRect = (void *)0x051AE100; -const void * RTTI_Scaleform__Render__DICommand_Threshold = (void *)0x051AEFC8; -const void * RTTI_Scaleform__Render__DIPixelProvider = (void *)0x051BDAA0; -const void * RTTI_Scaleform__Render__DepthStencilBuffer = (void *)0x05462D20; -const void * RTTI_Scaleform__Render__DepthStencilSurface = (void *)0x05475FD0; -const void * RTTI_Scaleform__Render__DestroyDrawableImageThreadCommand = (void *)0x051AF080; -const void * RTTI_Scaleform__Render__DisplacementMapFilter = (void *)0x051B1C60; -const void * RTTI_Scaleform__Render__DrawableImage = (void *)0x051ADD48; -const void * RTTI_Scaleform__Render__DrawableImageContext = (void *)0x051ADE68; -const void * RTTI_Scaleform__Render__Fence = (void *)0x051B1348; -const void * RTTI_Scaleform__Render__FenceWrapperList = (void *)0x051B1428; -const void * RTTI_Scaleform__Render__FileImageSource = (void *)0x051B4090; -const void * RTTI_Scaleform__Render__FilterBundle = (void *)0x051B3C88; -const void * RTTI_Scaleform__Render__FilterEffect = (void *)0x051B4760; -const void * RTTI_Scaleform__Render__FilterPrimitive = (void *)0x051B1E38; -const void * RTTI_Scaleform__Render__FilterSet = (void *)0x051B1988; -const void * RTTI_Scaleform__Render__Font = (void *)0x051B2458; -const void * RTTI_Scaleform__Render__FontCacheHandleManager = (void *)0x051B4238; -const void * RTTI_Scaleform__Render__GlowFilter = (void *)0x051B1B38; -const void * RTTI_Scaleform__Render__GlyphCache = (void *)0x051B42E0; -const void * RTTI_Scaleform__Render__GlyphCacheConfig = (void *)0x051B4378; -const void * RTTI_Scaleform__Render__GlyphCache__EvictNotifier = (void *)0x051B46B0; -const void * RTTI_Scaleform__Render__GlyphEvictNotifier = (void *)0x051B45F0; -const void * RTTI_Scaleform__Render__GlyphFitter = (void *)0x051B55A0; -const void * RTTI_Scaleform__Render__GlyphRaster = (void *)0x051B43B0; -const void * RTTI_Scaleform__Render__GlyphShape = (void *)0x051B44B0; -const void * RTTI_Scaleform__Render__GlyphTextureImage = (void *)0x051B4668; -const void * RTTI_Scaleform__Render__GradientData = (void *)0x051B2CC8; -const void * RTTI_Scaleform__Render__GradientFilter = (void *)0x051B1BA8; -const void * RTTI_Scaleform__Render__GradientImage = (void *)0x051B2DB8; -const void * RTTI_Scaleform__Render__HAL = (void *)0x05475810; -const void * RTTI_Scaleform__Render__HALBeginDisplayItem = (void *)0x051B14A8; -const void * RTTI_Scaleform__Render__HALEndDisplayItem = (void *)0x051B14E8; -const void * RTTI_Scaleform__Render__HALNotify = (void *)0x05475A38; -const void * RTTI_Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface = (void *)0x051B1530; -const void * RTTI_Scaleform__Render__Hairliner = (void *)0x051B3300; -const void * RTTI_Scaleform__Render__Image = (void *)0x05417490; -const void * RTTI_Scaleform__Render__ImageFileHandler = (void *)0x051B49A0; -const void * RTTI_Scaleform__Render__ImageFileHandlerRegistry = (void *)0x051B22C0; -const void * RTTI_Scaleform__Render__ImageSwizzler = (void *)0x051ACBE0; -const void * RTTI_Scaleform__Render__ImageUpdate = (void *)0x051ACC18; -const void * RTTI_Scaleform__Render__ImageUpdateSync = (void *)0x05475ED8; -const void * RTTI_Scaleform__Render__JPEG__ExtraData = (void *)0x051B1040; -const void * RTTI_Scaleform__Render__JPEG__TablesHeader = (void *)0x051B10D8; -const void * RTTI_Scaleform__Render__MappedTextureBase = (void *)0x05476010; -const void * RTTI_Scaleform__Render__MaskBundle = (void *)0x051B3C50; -const void * RTTI_Scaleform__Render__MaskEffect = (void *)0x051B4728; -const void * RTTI_Scaleform__Render__MaskNodeState__Interface = (void *)0x051B18F8; -const void * RTTI_Scaleform__Render__MaskPrimitive = (void *)0x051B3900; -const void * RTTI_Scaleform__Render__MatrixPoolImpl__MatrixPool = (void *)0x051B33E0; -const void * RTTI_Scaleform__Render__MatrixState = (void *)0x05475880; -const void * RTTI_Scaleform__Render__MatrixStateFactory = (void *)0x051B41F8; -const void * RTTI_Scaleform__Render__MemoryBufferImage = (void *)0x051B4108; -const void * RTTI_Scaleform__Render__Mesh = (void *)0x051B2F60; -const void * RTTI_Scaleform__Render__MeshBase = (void *)0x051B2DF0; -const void * RTTI_Scaleform__Render__MeshBuffer = (void *)0x0547C5B0; -const void * RTTI_Scaleform__Render__MeshCache = (void *)0x0547C4B8; -const void * RTTI_Scaleform__Render__MeshCacheConfig = (void *)0x0547C578; -const void * RTTI_Scaleform__Render__MeshCacheItem = (void *)0x0547C340; -const void * RTTI_Scaleform__Render__MeshKeyManager = (void *)0x051B1790; -const void * RTTI_Scaleform__Render__MeshKeySet = (void *)0x051B3160; -const void * RTTI_Scaleform__Render__MeshProvider = (void *)0x051B00C0; -const void * RTTI_Scaleform__Render__MeshProvider_KeySupport = (void *)0x051B01A0; -const void * RTTI_Scaleform__Render__MeshStagingNode = (void *)0x051B2ED8; -const void * RTTI_Scaleform__Render__MeshVertexOutput = (void *)0x051B5078; -const void * RTTI_Scaleform__Render__MetaImage = (void *)0x051ACCF8; -const void * RTTI_Scaleform__Render__MorphInterpolator = (void *)0x051B0370; -const void * RTTI_Scaleform__Render__MorphShapeData = (void *)0x051B0218; -const void * RTTI_Scaleform__Render__OrigScale9ParentState__Interface = (void *)0x051B1940; -const void * RTTI_Scaleform__Render__PNG__FileReader = (void *)0x051B4C30; -const void * RTTI_Scaleform__Render__PNG__FileWriter = (void *)0x051B4CE8; -const void * RTTI_Scaleform__Render__PNG__Input = (void *)0x051B4D98; -const void * RTTI_Scaleform__Render__PNG__LibPNGInput = (void *)0x051B4DD0; -const void * RTTI_Scaleform__Render__PNG__MemoryBufferImage = (void *)0x051B4E08; -const void * RTTI_Scaleform__Render__PNG__PNGFileImageSource = (void *)0x051B4E48; -const void * RTTI_Scaleform__Render__Primitive = (void *)0x051B3090; -const void * RTTI_Scaleform__Render__PrimitiveBundle = (void *)0x051B3BD8; -const void * RTTI_Scaleform__Render__PrimitiveFill = (void *)0x051B2F90; -const void * RTTI_Scaleform__Render__PrimitiveFillManager = (void *)0x051B1590; -const void * RTTI_Scaleform__Render__ProfileModifier = (void *)0x051B1680; -const void * RTTI_Scaleform__Render__ProfileViews = (void *)0x051B16F0; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DBundle = (void *)0x051B3D40; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DEffect = (void *)0x051B4820; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DPrimitive = (void *)0x051B3A40; -const void * RTTI_Scaleform__Render__RBGenericImpl__DepthStencilBuffer = (void *)0x051C6060; -const void * RTTI_Scaleform__Render__RBGenericImpl__RenderBufferManager = (void *)0x051C5F20; -const void * RTTI_Scaleform__Render__RBGenericImpl__RenderTarget = (void *)0x051C5F70; -const void * RTTI_Scaleform__Render__Rasterizer = (void *)0x051B5008; -const void * RTTI_Scaleform__Render__RawImage = (void *)0x051ACD30; -const void * RTTI_Scaleform__Render__RenderBuffer = (void *)0x05462DC0; -const void * RTTI_Scaleform__Render__RenderBufferManager = (void *)0x051C5E40; -const void * RTTI_Scaleform__Render__RenderEvents = (void *)0x05475918; -const void * RTTI_Scaleform__Render__RenderQueueItem__Interface = (void *)0x051B1460; -const void * RTTI_Scaleform__Render__RenderSync = (void *)0x0547C620; -const void * RTTI_Scaleform__Render__RenderTarget = (void *)0x051C5EE0; -const void * RTTI_Scaleform__Render__RenderTargetData = (void *)0x05475AC8; -const void * RTTI_Scaleform__Render__SIF__FileReader = (void *)0x051B4B08; -const void * RTTI_Scaleform__Render__SIF__SIFFileImageSource = (void *)0x051B4BB8; -const void * RTTI_Scaleform__Render__SKI_BlendMode = (void *)0x051B36F0; -const void * RTTI_Scaleform__Render__SKI_ComplexPrimitive = (void *)0x051B3600; -const void * RTTI_Scaleform__Render__SKI_Filter = (void *)0x051B3728; -const void * RTTI_Scaleform__Render__SKI_MaskEnd = (void *)0x051B3678; -const void * RTTI_Scaleform__Render__SKI_MaskEnd__RQII_EndMask = (void *)0x051B36B0; -const void * RTTI_Scaleform__Render__SKI_MaskStart = (void *)0x051B3640; -const void * RTTI_Scaleform__Render__SKI_Primitive = (void *)0x051B35C8; -const void * RTTI_Scaleform__Render__SKI_ProjectionMatrix3D = (void *)0x051B3798; -const void * RTTI_Scaleform__Render__SKI_TextPrimitive = (void *)0x051B56F0; -const void * RTTI_Scaleform__Render__SKI_UserData = (void *)0x051B37D8; -const void * RTTI_Scaleform__Render__SKI_ViewMatrix3D = (void *)0x051B3760; -const void * RTTI_Scaleform__Render__Scale9GridData = (void *)0x051B0470; -const void * RTTI_Scaleform__Render__Scale9GridInfo = (void *)0x051B1F80; -const void * RTTI_Scaleform__Render__Scale9GridRect = (void *)0x051AD9F8; -const void * RTTI_Scaleform__Render__ShadowFilter = (void *)0x051B1B00; -const void * RTTI_Scaleform__Render__ShapeDataFloat = (void *)0x051AC510; -const void * RTTI_Scaleform__Render__ShapeDataFloatMP = (void *)0x051B1F48; -const void * RTTI_Scaleform__Render__ShapeMeshProvider = (void *)0x051B0330; -const void * RTTI_Scaleform__Render__SortKeyInterface = (void *)0x051B3548; -const void * RTTI_Scaleform__Render__StateData__Interface = (void *)0x051ACF18; -const void * RTTI_Scaleform__Render__StateData__Interface_RefCountImpl = (void *)0x051B18B0; -const void * RTTI_Scaleform__Render__StateData__Interface_Value = (void *)0x051B1860; -const void * RTTI_Scaleform__Render__StrokeScaler = (void *)0x051B4630; -const void * RTTI_Scaleform__Render__StrokeSorter = (void *)0x051B3290; -const void * RTTI_Scaleform__Render__Stroker = (void *)0x051B3228; -const void * RTTI_Scaleform__Render__StrokerAA = (void *)0x051B32C8; -const void * RTTI_Scaleform__Render__SubImage = (void *)0x051ACD60; -const void * RTTI_Scaleform__Render__SystemVertexFormat = (void *)0x051B3338; -const void * RTTI_Scaleform__Render__TGA__FileReader = (void *)0x051B4A10; -const void * RTTI_Scaleform__Render__TGA__TGAFileImageSource = (void *)0x051B4AC8; -const void * RTTI_Scaleform__Render__TessBase = (void *)0x051B1728; -const void * RTTI_Scaleform__Render__Tessellator = (void *)0x051B31F0; -const void * RTTI_Scaleform__Render__TextLayerPrimitive = (void *)0x051B5770; -const void * RTTI_Scaleform__Render__TextLayout = (void *)0x051B50F0; -const void * RTTI_Scaleform__Render__TextMeshProvider = (void *)0x051B5518; -const void * RTTI_Scaleform__Render__TextPrimitiveBundle = (void *)0x051B5730; -const void * RTTI_Scaleform__Render__Text__Allocator = (void *)0x051B2118; -const void * RTTI_Scaleform__Render__Text__Allocator__TextFormatVisitor = (void *)0x051B6760; -const void * RTTI_Scaleform__Render__Text__DocView = (void *)0x051B5250; -const void * RTTI_Scaleform__Render__Text__DocView__DocumentText = (void *)0x051B52F0; -const void * RTTI_Scaleform__Render__Text__EditorKitBase = (void *)0x051B53F8; -const void * RTTI_Scaleform__Render__Text__FontHandle = (void *)0x051B0888; -const void * RTTI_Scaleform__Render__Text__FontManagerBase = (void *)0x051B0918; -const void * RTTI_Scaleform__Render__Text__HTMLImageTagDesc = (void *)0x051B56B0; -const void * RTTI_Scaleform__Render__Text__ImageDesc = (void *)0x051B5610; -const void * RTTI_Scaleform__Render__Text__StyleManagerBase = (void *)0x051C3040; -const void * RTTI_Scaleform__Render__Text__StyledText = (void *)0x051B48D0; -const void * RTTI_Scaleform__Render__Text__TextFilter = (void *)0x051B3DB8; -const void * RTTI_Scaleform__Render__Texture = (void *)0x05475EA8; -const void * RTTI_Scaleform__Render__TextureFormat = (void *)0x05476050; -const void * RTTI_Scaleform__Render__TextureGlyph = (void *)0x051B0E28; -const void * RTTI_Scaleform__Render__TextureImage = (void *)0x05417510; -const void * RTTI_Scaleform__Render__TextureManager = (void *)0x05475BE8; -const void * RTTI_Scaleform__Render__TextureManagerLocks = (void *)0x051ACB38; -const void * RTTI_Scaleform__Render__TextureManager__ServiceCommand = (void *)0x051ACCB0; -const void * RTTI_Scaleform__Render__ThreadCommandQueue = (void *)0x05462CE0; -const void * RTTI_Scaleform__Render__TransformerBase = (void *)0x051B01E0; -const void * RTTI_Scaleform__Render__TreeCacheContainer = (void *)0x051ADC40; -const void * RTTI_Scaleform__Render__TreeCacheMeshBase = (void *)0x051B0548; -const void * RTTI_Scaleform__Render__TreeCacheNode = (void *)0x051ADC80; -const void * RTTI_Scaleform__Render__TreeCacheRoot = (void *)0x051B1828; -const void * RTTI_Scaleform__Render__TreeCacheShape = (void *)0x051B0588; -const void * RTTI_Scaleform__Render__TreeCacheShapeLayer = (void *)0x051B0508; -const void * RTTI_Scaleform__Render__TreeCacheText = (void *)0x051B55D8; -const void * RTTI_Scaleform__Render__TreeContainer__NodeData = (void *)0x051AC260; -const void * RTTI_Scaleform__Render__TreeNode__NodeData = (void *)0x051AC220; -const void * RTTI_Scaleform__Render__TreeRoot__NodeData = (void *)0x051AC328; -const void * RTTI_Scaleform__Render__TreeShape__NodeData = (void *)0x051AC5C8; -const void * RTTI_Scaleform__Render__TreeText__NodeData = (void *)0x051B5188; -const void * RTTI_Scaleform__Render__UserDataBundle = (void *)0x051B3D80; -const void * RTTI_Scaleform__Render__UserDataEffect = (void *)0x051B4898; -const void * RTTI_Scaleform__Render__UserDataPrimitive = (void *)0x051B3AF8; -const void * RTTI_Scaleform__Render__UserDataState__Data = (void *)0x051ADB98; -const void * RTTI_Scaleform__Render__VectorGlyphShape = (void *)0x051B4568; -const void * RTTI_Scaleform__Render__VertexOutput = (void *)0x051B5040; -const void * RTTI_Scaleform__Render__VertexPath = (void *)0x051B1758; -const void * RTTI_Scaleform__Render__ViewMatrix3DBundle = (void *)0x051B3CF8; -const void * RTTI_Scaleform__Render__ViewMatrix3DEffect = (void *)0x051B47D8; -const void * RTTI_Scaleform__Render__ViewMatrix3DPrimitive = (void *)0x051B3998; -const void * RTTI_Scaleform__Render__WrapperImageSource = (void *)0x051AFD38; -const void * RTTI_Scaleform__RepeatFormatter = (void *)0x051B0DF8; -const void * RTTI_Scaleform__ResourceFormatter = (void *)0x051B0D90; -const void * RTTI_Scaleform__Semaphore = (void *)0x051AC830; -const void * RTTI_Scaleform__SemaphoreWaitableIncrement = (void *)0x051AC860; -const void * RTTI_Scaleform__StrFormatter = (void *)0x051B0CA0; -const void * RTTI_Scaleform__String__InitStruct = (void *)0x051ABE98; -const void * RTTI_Scaleform__SwitchFormatter = (void *)0x051B0DC8; -const void * RTTI_Scaleform__SysAllocBase = (void *)0x053250D0; -const void * RTTI_Scaleform__SysAllocMalloc = (void *)0x05325068; -const void * RTTI_Scaleform__SysAllocMapper = (void *)0x051C3C68; -const void * RTTI_Scaleform__SysAllocStatic = (void *)0x051AC938; -const void * RTTI_Scaleform__SysFile = (void *)0x051C3B30; -const void * RTTI_Scaleform__SysMemMapper = (void *)0x05416488; -const void * RTTI_Scaleform__Thread = (void *)0x051AC990; -const void * RTTI_Scaleform__UnopenedFile = (void *)0x051C3B58; -const void * RTTI_Scaleform__Waitable = (void *)0x051AC790; -const void * RTTI_SceneNextPhaseHandler = (void *)0x05360770; -const void * RTTI_ScopeMenu = (void *)0x05302118; -const void * RTTI_ScopeMenuUtil__FadeCallback = (void *)0x05302190; -const void * RTTI_ScopeMenu__ScopeMenuDataEventShuttle = (void *)0x053020A8; -const void * RTTI_ScopeMenu__ScopeScalingData = (void *)0x05302028; -const void * RTTI_ScopeMenu__ZoomLevelData = (void *)0x053020E8; -const void * RTTI_ScrapHeap = (void *)0x053E74B0; -const void * RTTI_Script = (void *)0x0525B5E8; -const void * RTTI_ScriptEffect = (void *)0x0531AF08; -const void * RTTI_ScriptedRefEffect = (void *)0x0531AFA8; -const void * RTTI_ScrollItem = (void *)0x051EE878; -const void * RTTI_SecurityMenu = (void *)0x052EEBA8; -const void * RTTI_SecurityMenu_BackOutKey = (void *)0x052EF190; -const void * RTTI_SecurityMenu_CloseMenu = (void *)0x052EF1F0; -const void * RTTI_SecurityMenu_ConfirmExit = (void *)0x052EF0F8; -const void * RTTI_SecurityMenu_EliminateUnusedKeys = (void *)0x052EF128; -const void * RTTI_SecurityMenu_GetRingHint = (void *)0x052EF160; -const void * RTTI_SecurityMenu_SelectNewKey = (void *)0x052EF0C8; -const void * RTTI_SecurityMenu_TryUseKey = (void *)0x052EF1C0; -const void * RTTI_SecurityMenu__SecurityMenuEventShuttle = (void *)0x052ED268; -const void * RTTI_SeenData = (void *)0x051060F0; -const void * RTTI_Service = (void *)0x05279378; -const void * RTTI_SetOrientNode = (void *)0x053E4208; -const void * RTTI_SetOrientNodeInstance = (void *)0x053E41D8; -const void * RTTI_SetPosNode = (void *)0x053E5060; -const void * RTTI_SetPosNodeInstance = (void *)0x053E5030; -const void * RTTI_Setting = (void *)0x0519D2B0; -const void * RTTI_SettingsDataModel = (void *)0x052C59B8; -const void * RTTI_SettingsDataModel__SettingsEventShuttle = (void *)0x052C6240; -const void * RTTI_SettingsPanel_CheckBoxChanged = (void *)0x052C7520; -const void * RTTI_SettingsPanel_ClearBinding = (void *)0x052C7600; -const void * RTTI_SettingsPanel_LinkClicked = (void *)0x052C5880; -const void * RTTI_SettingsPanel_OpenCategory = (void *)0x052C7558; -const void * RTTI_SettingsPanel_OpenSettings = (void *)0x052C7590; -const void * RTTI_SettingsPanel_RemapConfirmed = (void *)0x052C75C8; -const void * RTTI_SettingsPanel_RemapMode = (void *)0x052C72F8; -const void * RTTI_SettingsPanel_ResetToDefaults = (void *)0x052C74E8; -const void * RTTI_SettingsPanel_SaveControls = (void *)0x052C7440; -const void * RTTI_SettingsPanel_SaveSettings = (void *)0x052C7408; -const void * RTTI_SettingsPanel_SliderChanged = (void *)0x052C74B0; -const void * RTTI_SettingsPanel_StepperChanged = (void *)0x052C7478; -const void * RTTI_SettingsPanel_ValidateControls = (void *)0x052C58F8; -const void * RTTI_SetupGraphRagdollHandler = (void *)0x05360B48; -const void * RTTI_ShaderReferenceEffect = (void *)0x0531AFD0; -const void * RTTI_SharedHeapAllocator = (void *)0x053E74D0; -const void * RTTI_ShipActionCameraState = (void *)0x0527FE78; -const void * RTTI_ShipBuilder_CloseAllMenus = (void *)0x051ED568; -const void * RTTI_ShipCombatOrbitCameraState = (void *)0x05280270; -const void * RTTI_ShipCrewAssignData = (void *)0x052C89B8; -const void * RTTI_ShipCrewAssignData__ShipCrewAssignMenuEventShuttle = (void *)0x052C89F0; -const void * RTTI_ShipCrewAssignMenu = (void *)0x052EF998; -const void * RTTI_ShipCrewAssignMenu_Assign = (void *)0x052EFA88; -const void * RTTI_ShipCrewAssignMenu_Unassign = (void *)0x052EFAB8; -const void * RTTI_ShipCrewData = (void *)0x052C85E8; -const void * RTTI_ShipCrewData__ShipCrewMenuEventShuttle = (void *)0x052C88E8; -const void * RTTI_ShipCrewMenu = (void *)0x052EFA60; -const void * RTTI_ShipCrewMenu_Close = (void *)0x052EFB20; -const void * RTTI_ShipCrewMenu_OpenAssignMenu = (void *)0x052C8328; -const void * RTTI_ShipCrewMenu_SetSort = (void *)0x052C82B0; -const void * RTTI_ShipCrewMenu_ViewedItem = (void *)0x052EFAF0; -const void * RTTI_ShipEditor_ChangeModuleCategory = (void *)0x051E9AB8; -const void * RTTI_ShipEditor_OnColorPickerControlChanged = (void *)0x051EAE40; -const void * RTTI_ShipEditor_OnColorPickerTabChanged = (void *)0x051EB028; -const void * RTTI_ShipEditor_OnColorSliderMouseInput = (void *)0x051EAE00; -const void * RTTI_ShipEditor_OnExitConfirmCancel = (void *)0x051E6AA8; -const void * RTTI_ShipEditor_OnExitConfirmExit = (void *)0x051E6E60; -const void * RTTI_ShipEditor_OnExitConfirmSaveAndExit = (void *)0x051E6AE0; -const void * RTTI_ShipEditor_OnFlightCheckTabChanged = (void *)0x051E7818; -const void * RTTI_ShipEditor_OnHintButtonActivated = (void *)0x051ED530; -const void * RTTI_ShipEditor_OnRecentColorSwatchClicked = (void *)0x051EAFE8; -const void * RTTI_ShipEditor_OnRenameEndEditText = (void *)0x051E89C8; -const void * RTTI_ShipEditor_OnRenameInputCancelled = (void *)0x051E8A00; -const void * RTTI_ShipEditor_OnWeaponGroupChanged = (void *)0x051E7858; -const void * RTTI_ShipEditor_PreviewShipPart = (void *)0x051E9AF0; -const void * RTTI_ShipEditor_PreviewUpgrade = (void *)0x051D0D20; -const void * RTTI_ShipEditor_RemoveAll3D = (void *)0x051EDD78; -const void * RTTI_ShipEditor_SelectedShipPart = (void *)0x051E9800; -const void * RTTI_ShipEditor_SelectedUpgrade = (void *)0x051D0CE8; -const void * RTTI_ShipEditor_SystemSelected = (void *)0x051D0108; -const void * RTTI_ShipFarTravelCameraState = (void *)0x052802A8; -const void * RTTI_ShipHudDataModel = (void *)0x052CEC28; -const void * RTTI_ShipHudDataModel__ShipHudEventShuttle = (void *)0x052CE6A0; -const void * RTTI_ShipHudQuickContainer_TransferItem = (void *)0x05303F90; -const void * RTTI_ShipHudQuickContainer_TransferMenu = (void *)0x052CE960; -const void * RTTI_ShipHud_AbortJump = (void *)0x05303F68; -const void * RTTI_ShipHud_Activate = (void *)0x052CE8E8; -const void * RTTI_ShipHud_BodyViewMarkerDimensions = (void *)0x052CEBA8; -const void * RTTI_ShipHud_ChangeComponentSelection = (void *)0x052CE8B0; -const void * RTTI_ShipHud_CloseMenu = (void *)0x052CE860; -const void * RTTI_ShipHud_Deselect = (void *)0x052CE910; -const void * RTTI_ShipHud_DockRequested = (void *)0x05303FD0; -const void * RTTI_ShipHud_FarTravel = (void *)0x052CEC50; -const void * RTTI_ShipHud_HailAccepted = (void *)0x052CE9F8; -const void * RTTI_ShipHud_HailCancelled = (void *)0x052CEA28; -const void * RTTI_ShipHud_HailShip = (void *)0x05304000; -const void * RTTI_ShipHud_JumpToQuestMarker = (void *)0x052CEB20; -const void * RTTI_ShipHud_Land = (void *)0x052CE938; -const void * RTTI_ShipHud_LandingMarkerMap = (void *)0x052CE9A0; -const void * RTTI_ShipHud_Map = (void *)0x052CE9D0; -const void * RTTI_ShipHud_OnMonocleToggle = (void *)0x052CEA88; -const void * RTTI_ShipHud_OpenPhotoMode = (void *)0x052CEB50; -const void * RTTI_ShipHud_Repair = (void *)0x052CEB80; -const void * RTTI_ShipHud_SetTargetMode = (void *)0x052CEA58; -const void * RTTI_ShipHud_Target = (void *)0x052CE888; -const void * RTTI_ShipHud_TargetShipSystem = (void *)0x052CEAF0; -const void * RTTI_ShipHud_UntargetShipSystem = (void *)0x052CEAB8; -const void * RTTI_ShipHud_UpdateComponentPower = (void *)0x052CE828; -const void * RTTI_ShipHud_UpdateTargetPanelRect = (void *)0x05302238; -const void * RTTI_ShipRefuelMenu = (void *)0x052F0348; -const void * RTTI_ShipRefuelMenuDataModel = (void *)0x052D0778; -const void * RTTI_ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle = (void *)0x052D07B0; -const void * RTTI_ShipTargetingCameraState = (void *)0x052802D8; -const void * RTTI_ShowSubsegmentHandler = (void *)0x05360B78; -const void * RTTI_SimpleAnimationGraphManagerHolder = (void *)0x051F1150; -const void * RTTI_SimpleAnimationGraphManagerLoadingTask = (void *)0x0527B260; -const void * RTTI_SitWaitMenu = (void *)0x053A3B18; -const void * RTTI_SkillsMenu = (void *)0x052F12E0; -const void * RTTI_SkillsMenu_Accept = (void *)0x052F1908; -const void * RTTI_SkillsMenu_AddPatch = (void *)0x052F18D8; -const void * RTTI_SkillsMenu_Cancel = (void *)0x052F1930; -const void * RTTI_SkillsMenu_ChangeCursorVisibility = (void *)0x052F18A0; -const void * RTTI_SkillsMenu_SaveLastCategory = (void *)0x052F1868; -const void * RTTI_SkillsMenu__SkillsMenuEventShuttle = (void *)0x052F1A68; -const void * RTTI_SkinAttach = (void *)0x05403A70; -const void * RTTI_Sky = (void *)0x05263588; -const void * RTTI_SkyEffectController = (void *)0x05262BC8; -const void * RTTI_SleepWaitMenu = (void *)0x053A49F8; -const void * RTTI_SleepWaitMenu_InterruptRest = (void *)0x053A49C0; -const void * RTTI_SleepWaitMenu_StartRest = (void *)0x053A4990; -const void * RTTI_SleepWaitMenu__SleepWaitMenuEventShuttle = (void *)0x053A46F8; -const void * RTTI_SlideStartHandler = (void *)0x0535FE60; -const void * RTTI_SlowTimeEffect = (void *)0x0531B048; -const void * RTTI_SneakStateChangeHandler = (void *)0x0535F2C8; -const void * RTTI_SoulTrapEffect = (void *)0x0531B070; -const void * RTTI_SpaceComponentViewAccessWrite = (void *)0x05238258; -const void * RTTI_SpaceshipAIComponentEventHandler = (void *)0x053C8740; -const void * RTTI_SpaceshipBIEvents__EventSink = (void *)0x0531C4A8; -const void * RTTI_SpaceshipBoostPart = (void *)0x053C9908; -const void * RTTI_SpaceshipDockingFinishedHandler = (void *)0x05360530; -const void * RTTI_SpaceshipEditor__HangarModeState_Null = (void *)0x052A3AC8; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipInspect = (void *)0x052A3A40; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection = (void *)0x052A4B30; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle = (void *)0x052A4BB0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Add = (void *)0x051E9A78; -const void * RTTI_SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle = (void *)0x051E9840; -const void * RTTI_SpaceshipEditor__ModuleModeState_Color = (void *)0x051EADC0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle = (void *)0x051EAAD0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Edit = (void *)0x051ED720; -const void * RTTI_SpaceshipEditor__ModuleModeState_Empty = (void *)0x051ED6E0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Null = (void *)0x051ED6A0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Selection = (void *)0x051ED660; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting = (void *)0x051E6B20; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle = (void *)0x051E6D40; -const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck = (void *)0x051E7890; -const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle = (void *)0x051E7700; -const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode = (void *)0x052A3B10; -const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle = (void *)0x052A3D60; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Loading = (void *)0x051ED760; -const void * RTTI_SpaceshipEditor__ShipBuilderState_ModuleMode = (void *)0x051E80F0; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Null = (void *)0x051ED618; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Popup = (void *)0x051ED5D8; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename = (void *)0x051E8988; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle = (void *)0x051E8C90; -const void * RTTI_SpaceshipEditor__ShipBuilderState_UpgradeMode = (void *)0x051CF760; -const void * RTTI_SpaceshipEditor__Spaceship3DManager = (void *)0x051EBD58; -const void * RTTI_SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle = (void *)0x051EBBC0; -const void * RTTI_SpaceshipEditor__SpaceshipEditorGame3DManager = (void *)0x051EBDA0; -const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu = (void *)0x051ED878; -const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle = (void *)0x051EDC30; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Null = (void *)0x051ED598; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace = (void *)0x051D0A48; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle = (void *)0x051D0BD0; -const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect = (void *)0x051CFCD0; -const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle = (void *)0x051CFDC0; -const void * RTTI_SpaceshipEffectsUtil__EventSink = (void *)0x053C9398; -const void * RTTI_SpaceshipEquipmentComponent = (void *)0x053C99B8; -const void * RTTI_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler = (void *)0x053C9AF0; -const void * RTTI_SpaceshipGravDrivePart = (void *)0x053C98A8; -const void * RTTI_SpaceshipHudMenu = (void *)0x053024F0; -const void * RTTI_SpaceshipLandingFinishedFailsafeHandler = (void *)0x05360650; -const void * RTTI_SpaceshipLandingFinishedHandler = (void *)0x05360690; -const void * RTTI_SpaceshipLinkedCell__ExteriorShipCell = (void *)0x053D5848; -const void * RTTI_SpaceshipLinkedCell__InteriorShipCell = (void *)0x053D5888; -const void * RTTI_SpaceshipLinkedCell__ShipCell = (void *)0x053D5920; -const void * RTTI_SpaceshipMobilityPart = (void *)0x053C9938; -const void * RTTI_SpaceshipPart = (void *)0x053C9990; -const void * RTTI_SpaceshipPlayerSounds = (void *)0x053CC688; -const void * RTTI_SpaceshipShieldPart = (void *)0x053C98D8; -const void * RTTI_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler = (void *)0x053CC8E0; -const void * RTTI_SpaceshipTakeOffFinishedHandler = (void *)0x053605E0; -const void * RTTI_SpaceshipUndockingFinishedHandler = (void *)0x053604F8; -const void * RTTI_SpaceshipWeapon = (void *)0x053C9968; -const void * RTTI_Spaceship__InstanceData = (void *)0x05239600; -const void * RTTI_Spaceship__LadderSwapHandler = (void *)0x051247E0; -const void * RTTI_Spaceship__ShipProxyCollisionListener = (void *)0x0523CD90; -const void * RTTI_Spaceship__TargetingMode = (void *)0x05333008; -const void * RTTI_SpawnHazardEffect = (void *)0x05336310; -const void * RTTI_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler = (void *)0x051DFDF0; -const void * RTTI_SpecificItemCollector = (void *)0x05261ED0; -const void * RTTI_SpectatorPackage = (void *)0x05108960; -const void * RTTI_SpeedScale = (void *)0x053E4F58; -const void * RTTI_SpeedScaleInstance = (void *)0x053E4F28; -const void * RTTI_SpellItem = (void *)0x05119E60; -const void * RTTI_SpringBoneData = (void *)0x05232500; -const void * RTTI_SpringBoneInstance = (void *)0x05232528; -const void * RTTI_StaggerEffect = (void *)0x05319D88; -const void * RTTI_StaggerMeter = (void *)0x053E0BA0; -const void * RTTI_StaggerMeterInstance = (void *)0x053E44E0; -const void * RTTI_StaggeredStopHandler = (void *)0x05361210; -const void * RTTI_StarField__LoadNodeBarrier = (void *)0x0523C568; -const void * RTTI_StarField__ModuleState = (void *)0x0523C598; -const void * RTTI_StarField__SpaceReference__RetargetExterior3d = (void *)0x0523C520; -const void * RTTI_StarMapMenu_ExecuteRoute = (void *)0x0530BA70; -const void * RTTI_StarMapMenu_Galaxy_FocusSystem = (void *)0x05309D68; -const void * RTTI_StarMapMenu_LandingInputInProgress = (void *)0x05306CF0; -const void * RTTI_StarMapMenu_MarkerGroupContainerVisibilityChanged = (void *)0x05306C50; -const void * RTTI_StarMapMenu_MarkerGroupEntryClicked = (void *)0x05306C10; -const void * RTTI_StarMapMenu_MarkerGroupEntryHoverChanged = (void *)0x05306BD0; -const void * RTTI_StarMapMenu_OnCancel = (void *)0x0530B9D8; -const void * RTTI_StarMapMenu_OnClearRoute = (void *)0x0530BAA0; -const void * RTTI_StarMapMenu_OnExitStarMap = (void *)0x0530BA08; -const void * RTTI_StarMapMenu_OnGalaxyViewInitialized = (void *)0x05309DA0; -const void * RTTI_StarMapMenu_OnHintButtonClicked = (void *)0x0530BA38; -const void * RTTI_StarMapMenu_OnOutpostEntrySelected = (void *)0x0530B968; -const void * RTTI_StarMapMenu_QuickSelectChange = (void *)0x05308610; -const void * RTTI_StarMapMenu_ReadyToClose = (void *)0x0530B9A8; -const void * RTTI_StarMapMenu_ScanPlanet = (void *)0x0530B5A8; -const void * RTTI_StarMapMenu_SelectedLandingSite = (void *)0x05306B98; -const void * RTTI_StarMapMenu_SelectedLandingSiteFailed = (void *)0x05306B58; -const void * RTTI_StarMapMenu_ShowRealCursor = (void *)0x0530B5D8; -const void * RTTI_StarMap__BodyInfoToUI = (void *)0x052AF060; -const void * RTTI_StarMap__BodyInspectState = (void *)0x053065E0; -const void * RTTI_StarMap__BodyInspectState__BodyInspectStateEventShuttle = (void *)0x05306230; -const void * RTTI_StarMap__ConfirmCustomMarkerActionCallback = (void *)0x0530D830; -const void * RTTI_StarMap__DelayCommand = (void *)0x05308AE0; -const void * RTTI_StarMap__Galaxy3DScene = (void *)0x05304108; -const void * RTTI_StarMap__GalaxyState = (void *)0x053082C8; -const void * RTTI_StarMap__GalaxyState__GalaxyStateEventShuttle = (void *)0x05308950; -const void * RTTI_StarMap__IStarMapState = (void *)0x05305F68; -const void * RTTI_StarMap__PlanetInfoToUI = (void *)0x052AF218; -const void * RTTI_StarMap__SelectBodyEventHelper = (void *)0x05333808; -const void * RTTI_StarMap__StarMapMenu = (void *)0x0530BCE8; -const void * RTTI_StarMap__StarMapMenuDataModel = (void *)0x05309FF0; -const void * RTTI_StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle = (void *)0x05309850; -const void * RTTI_StarMap__StarMapMenu__StarMapMenuEventShuttle = (void *)0x0530B700; -const void * RTTI_StarMap__StarMapSystemMobile = (void *)0x0530BEB0; -const void * RTTI_StarMap__SurfaceMap3DScene = (void *)0x052A69D0; -const void * RTTI_StarMap__SurfaceMapState = (void *)0x0530D758; -const void * RTTI_StarMap__SurfaceMapState__SurfaceMapStateEventShuttle = (void *)0x0530D5D0; -const void * RTTI_StarMap__SystemBodyInfoToUI = (void *)0x052AF190; -const void * RTTI_StarMap__SystemState = (void *)0x0530E5E0; -const void * RTTI_StarMap__SystemState__SystemStateEventShuttle = (void *)0x0530E660; -const void * RTTI_StarMap__Util__ConfirmFastTravelCallback = (void *)0x05304758; -const void * RTTI_StarMap__Util__ConfirmGravJumpPlotCallback = (void *)0x05304798; -const void * RTTI_StartFloatingHandler = (void *)0x0535F468; -const void * RTTI_StartPCapVoiceHandler = (void *)0x05360DB0; -const void * RTTI_StartSecurityMinigameHandler = (void *)0x05360A78; -const void * RTTI_StateConfirmingAction = (void *)0x052BAE88; -const void * RTTI_StateEngagmentPrompt = (void *)0x052BADD0; -const void * RTTI_StateInitialLoad = (void *)0x052BAC68; -const void * RTTI_StateIntroVideo = (void *)0x052BAD20; -const void * RTTI_StateLegalScreen = (void *)0x052BAD48; -const void * RTTI_StateLoadPanelInteract = (void *)0x052BAD70; -const void * RTTI_StateMachine = (void *)0x053E40D0; -const void * RTTI_StateMachineInstance = (void *)0x053E40A0; -const void * RTTI_StateMainPanelInteract = (void *)0x052BADA0; -const void * RTTI_StateOpenFromInstallMenu = (void *)0x052BAC08; -const void * RTTI_StateOpenFromReset = (void *)0x052BACF0; -const void * RTTI_StateOpenFromStartup = (void *)0x052BAC38; -const void * RTTI_StateOtherMenuOpen = (void *)0x052BAE28; -const void * RTTI_StatePerformingAction = (void *)0x052BAE58; -const void * RTTI_StateSettingsPanelInteract = (void *)0x052BAEB8; -const void * RTTI_StateSplashScreen = (void *)0x052BAE00; -const void * RTTI_StateVariableControl = (void *)0x053E4C48; -const void * RTTI_StateVariableControlInstance = (void *)0x053E4C78; -const void * RTTI_StateWaitingOnLoad = (void *)0x052BACC0; -const void * RTTI_StaticAvoidNodeManager = (void *)0x0534A808; -const void * RTTI_StatusMenu = (void *)0x0530E7B8; -const void * RTTI_SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed = (void *)0x054859D0; -const void * RTTI_StimpakEffect = (void *)0x0531B098; -const void * RTTI_StopFloatingHandler = (void *)0x0535F438; -const void * RTTI_StopMountCameraHandler = (void *)0x0535FAD0; -const void * RTTI_StorageTable__AsyncTableColumnBase = (void *)0x0522EBE8; -const void * RTTI_StorageTable__DirectColumnDataStorageInterface = (void *)0x0522EBA0; -const void * RTTI_StorageTable__ScheduleImpl = (void *)0x05457C28; -const void * RTTI_StorageTable__StorageDataBase = (void *)0x05225E78; -const void * RTTI_StreamingInstallMenu = (void *)0x0530ED08; -const void * RTTI_StreamingInstallMenu__StreamingInstallEventShuttle = (void *)0x0530ECC0; -const void * RTTI_StreamingInstallMenu__StreamingProgressData = (void *)0x0530EC00; -const void * RTTI_StringUIValue = (void *)0x051EBD30; -const void * RTTI_SubgraphAndOffsetDBData = (void *)0x053E5AD0; -const void * RTTI_SummonCreatureEffect = (void *)0x0531B2D0; -const void * RTTI_SummonDuplicateEffect = (void *)0x0531B238; -const void * RTTI_SummonPlacementEffect = (void *)0x0531B268; -const void * RTTI_SupportMaterialHandler = (void *)0x05332B10; -const void * RTTI_SurfaceMapMenu_EnablePointCloud = (void *)0x0530D870; -const void * RTTI_SurfaceMapMenu_MarkerClicked = (void *)0x0530D8E8; -const void * RTTI_SurfaceMapMenu_TryPlaceCustomMarker = (void *)0x0530D8A8; -const void * RTTI_SwapGraphNode = (void *)0x053E4010; -const void * RTTI_SwapGraphNodeInstance = (void *)0x053E3FE0; -const void * RTTI_SwitchNode = (void *)0x053E40F8; -const void * RTTI_SwitchNodeInstance = (void *)0x053E4120; -const void * RTTI_SyncDeferDeathHandler = (void *)0x053609A8; -const void * RTTI_SyncEarlyExitHandler = (void *)0x053608C0; -const void * RTTI_SyncQueueObj = (void *)0x05299408; -const void * RTTI_TBO_InstanceData = (void *)0x052395D8; -const void * RTTI_TES = (void *)0x051F5400; -const void * RTTI_TESAIForm = (void *)0x05104268; -const void * RTTI_TESActorBase = (void *)0x05103CC0; -const void * RTTI_TESActorBaseData = (void *)0x051041E8; -const void * RTTI_TESAmmo = (void *)0x05245700; -const void * RTTI_TESAudio__ScriptedMusicState = (void *)0x0531BB30; -const void * RTTI_TESBipedModelForm = (void *)0x05104240; -const void * RTTI_TESBoundAnimObject = (void *)0x05243138; -const void * RTTI_TESBoundObject = (void *)0x0511A2C0; -const void * RTTI_TESCamera = (void *)0x0527B2A0; -const void * RTTI_TESCameraState = (void *)0x0527FBE0; -const void * RTTI_TESChildCell = (void *)0x05273248; -const void * RTTI_TESClass = (void *)0x0525E920; -const void * RTTI_TESClimate = (void *)0x05249C40; -const void * RTTI_TESCombatStyle = (void *)0x05103D88; -const void * RTTI_TESContainer = (void *)0x0519D448; -const void * RTTI_TESCustomPackageData = (void *)0x05272F00; -const void * RTTI_TESDataHandler = (void *)0x051F7F48; -const void * RTTI_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm = (void *)0x051F7DA0; -const void * RTTI_TESDataHandlerPostBuildFileListSource = (void *)0x0519DD30; -const void * RTTI_TESDataHandler__ArchiveRegistrationListener = (void *)0x051F82B0; -const void * RTTI_TESDescription = (void *)0x05119F78; -const void * RTTI_TESDialoguePackageData = (void *)0x05106C50; -const void * RTTI_TESEffectShader = (void *)0x052458A8; -const void * RTTI_TESEnchantableForm = (void *)0x051040C8; -const void * RTTI_TESEyes = (void *)0x0525E940; -const void * RTTI_TESFaction = (void *)0x05103DF8; -const void * RTTI_TESFile = (void *)0x051F8830; -const void * RTTI_TESFlora = (void *)0x05245988; -const void * RTTI_TESFloraInstanceData = (void *)0x052459A8; -const void * RTTI_TESFollowPackageData = (void *)0x05272E68; -const void * RTTI_TESForm = (void *)0x0511A308; -const void * RTTI_TESFullName = (void *)0x0511A3A8; -const void * RTTI_TESFurniture = (void *)0x052454B8; -const void * RTTI_TESGlobal = (void *)0x05103E98; -const void * RTTI_TESGrass = (void *)0x05245A48; -const void * RTTI_TESHandleForm = (void *)0x052476C0; -const void * RTTI_TESHavokUtilities__CellHeightFieldCuller = (void *)0x052629C0; -const void * RTTI_TESHealthForm = (void *)0x05104288; -const void * RTTI_TESIdleForm = (void *)0x05103520; -const void * RTTI_TESImageSpace = (void *)0x05103B60; -const void * RTTI_TESImageSpaceModifiableForm = (void *)0x0511A418; -const void * RTTI_TESImageSpaceModifier = (void *)0x05106098; -const void * RTTI_TESKey = (void *)0x05103F08; -const void * RTTI_TESLandTexture = (void *)0x05249CA0; -const void * RTTI_TESLevCharacter = (void *)0x05245A90; -const void * RTTI_TESLevItem = (void *)0x05245AB8; -const void * RTTI_TESLevSpell = (void *)0x05245AE0; -const void * RTTI_TESLeveledList = (void *)0x051040F8; -const void * RTTI_TESLoadScreen = (void *)0x0525B5C0; -const void * RTTI_TESMagicTargetForm = (void *)0x051FDD00; -const void * RTTI_TESModel = (void *)0x0511A3D0; -const void * RTTI_TESModelDB__TESAutoQueuedDependentNode = (void *)0x051F89E0; -const void * RTTI_TESModelDB__TESQueuedHandles = (void *)0x051F2A90; -const void * RTTI_TESModelTri = (void *)0x0525DD78; -const void * RTTI_TESNPC = (void *)0x05106300; -const void * RTTI_TESNPCData__ChargenDataModel = (void *)0x05240A58; -const void * RTTI_TESNPC__InstanceData = (void *)0x0525F2C8; -const void * RTTI_TESObject = (void *)0x0511A2E8; -const void * RTTI_TESObjectACTI = (void *)0x052453D0; -const void * RTTI_TESObjectANIO = (void *)0x05246210; -const void * RTTI_TESObjectARMA = (void *)0x05106010; -const void * RTTI_TESObjectARMO = (void *)0x05246330; -const void * RTTI_TESObjectARMOInstanceData = (void *)0x05103730; -const void * RTTI_TESObjectBOOK = (void *)0x05246448; -const void * RTTI_TESObjectCELL = (void *)0x05103460; -const void * RTTI_TESObjectCONT = (void *)0x05246570; -const void * RTTI_TESObjectCONT__InstanceData = (void *)0x05246598; -const void * RTTI_TESObjectDOOR = (void *)0x05246DE0; -const void * RTTI_TESObjectLIGH = (void *)0x05245BC8; -const void * RTTI_TESObjectMISC = (void *)0x05245A68; -const void * RTTI_TESObjectREFR = (void *)0x051033E8; -const void * RTTI_TESObjectREFRDef__IAliasFunctor = (void *)0x051F04C0; -const void * RTTI_TESObjectREFRDef__IAliasLinkedChildFunctor = (void *)0x051F0480; -const void * RTTI_TESObjectREFRDef__ILinkedReferenceFunctor = (void *)0x051A6BC0; -const void * RTTI_TESObjectREFRIsReadyForAttachEvent = (void *)0x0524FC58; -const void * RTTI_TESObjectREFRSync__REFRSyncController = (void *)0x05259410; -const void * RTTI_TESObjectSTAT = (void *)0x052437E8; -const void * RTTI_TESObjectWEAP = (void *)0x05247578; -const void * RTTI_TESObjectWEAPInstanceData = (void *)0x05247548; -const void * RTTI_TESPackage = (void *)0x05103E20; -const void * RTTI_TESPackedFile = (void *)0x051F8778; -const void * RTTI_TESPlanetModel = (void *)0x05103B38; -const void * RTTI_TESQuest = (void *)0x051C62F0; -const void * RTTI_TESRace = (void *)0x05106698; -const void * RTTI_TESRaceForm = (void *)0x05104148; -const void * RTTI_TESRegion = (void *)0x05237BC0; -const void * RTTI_TESRegionData = (void *)0x05105C80; -const void * RTTI_TESRegionDataManager = (void *)0x05237BE0; -const void * RTTI_TESRegionDataMap = (void *)0x05237C10; -const void * RTTI_TESRegionDataSound = (void *)0x05237C38; -const void * RTTI_TESRegionDataWeather = (void *)0x05105CA8; -const void * RTTI_TESRegionList = (void *)0x05237CD0; -const void * RTTI_TESShout = (void *)0x0525D978; -const void * RTTI_TESSoulGem = (void *)0x052475A0; -const void * RTTI_TESSound = (void *)0x0525D998; -const void * RTTI_TESSpellList = (void *)0x05104170; -const void * RTTI_TESTexture = (void *)0x05104370; -const void * RTTI_TESTopic = (void *)0x05103DB0; -const void * RTTI_TESTopicInfo = (void *)0x05103E48; -const void * RTTI_TESTrapListener = (void *)0x05262B50; -const void * RTTI_TESValueForm = (void *)0x051EE548; -const void * RTTI_TESWaterForm = (void *)0x05103EE0; -const void * RTTI_TESWaterNormals = (void *)0x05279FD0; -const void * RTTI_TESWaterObject = (void *)0x05279FA8; -const void * RTTI_TESWaterSystem = (void *)0x05279FF8; -const void * RTTI_TESWeather = (void *)0x05259508; -const void * RTTI_TESWeightForm = (void *)0x051EE450; -const void * RTTI_TESWordOfPower = (void *)0x0525D9B8; -const void * RTTI_TESWorldSpace = (void *)0x05105C58; -const void * RTTI_TES__PostGridLoadNode = (void *)0x051F53A0; -const void * RTTI_TagPropagationNode = (void *)0x053E45E0; -const void * RTTI_TagPropagationNodeInstance = (void *)0x053E45A8; -const void * RTTI_TakeOffInitiateCompleteHandler = (void *)0x05360AB0; -const void * RTTI_TakeoffMenu = (void *)0x05303F08; -const void * RTTI_TakeoffMenuDataModel = (void *)0x052D0A48; -const void * RTTI_TakeoffMenuDataModel__TakeoffMenuEventShuttle = (void *)0x052D0AD0; -const void * RTTI_TakeoffMenu_CloseMenu = (void *)0x05304028; -const void * RTTI_TakeoffMenu_ExitShip = (void *)0x05304058; -const void * RTTI_TakeoffMenu_Launch = (void *)0x053040D8; -const void * RTTI_TargetEntry = (void *)0x05261540; -const void * RTTI_TelekinesisEffect = (void *)0x0531B420; -const void * RTTI_TeleportDoorSearch = (void *)0x05275070; -const void * RTTI_TempLoadedCellDB__LoadTempDataForCell = (void *)0x051DC408; -const void * RTTI_TerminalMenu_CancelEvent = (void *)0x05310598; -const void * RTTI_TerminalOpenViewCallback = (void *)0x053104D0; -const void * RTTI_TerminalRunResultsCallback = (void *)0x05310500; -const void * RTTI_Terminal_CloseAllViews = (void *)0x053104A0; -const void * RTTI_Terminal_CloseTopView = (void *)0x05310568; -const void * RTTI_Terminal_CloseView = (void *)0x05310538; -const void * RTTI_Terminal_MenuItemClick = (void *)0x053105C8; -const void * RTTI_Terminal__AddAliasedTerminalsFunc = (void *)0x0530ED88; -const void * RTTI_Terminal__GenesisTerminalMenu = (void *)0x053103E8; -const void * RTTI_Terminal__GenesisTerminalMenu_UnlockItemConfirm = (void *)0x0530ED40; -const void * RTTI_Terminal__GenesisTerminalMenu_UnlockedItemWithKey = (void *)0x0530EDC0; -const void * RTTI_Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle = (void *)0x0530EFB0; -const void * RTTI_TerminateGraphRagdollHandler = (void *)0x05360A40; -const void * RTTI_TerrainDB__TerrainBarrierNode = (void *)0x0523DCA0; -const void * RTTI_TerrainDB__TerrainGraphProcessor = (void *)0x0523DC18; -const void * RTTI_TestMenu = (void *)0x05311398; -const void * RTTI_TestMenu_DoAction = (void *)0x053114B8; -const void * RTTI_TestMenu_ExitMenu = (void *)0x05311460; -const void * RTTI_TestMenu_ShowImages = (void *)0x05311488; -const void * RTTI_TestMenu_ShowResources = (void *)0x053114E0; -const void * RTTI_TestMenu_TestAll = (void *)0x05311438; -const void * RTTI_TestMenu__TestMenuEventShuttle = (void *)0x05311050; -const void * RTTI_TestReferencedObject = (void *)0x050FB5A8; -const void * RTTI_TextInputMenu = (void *)0x05312F38; -const void * RTTI_TextInputMenu_EndEditText = (void *)0x05313030; -const void * RTTI_TextInputMenu_InputCanceled = (void *)0x05313060; -const void * RTTI_TextInputMenu_StartEditText = (void *)0x05312FF8; -const void * RTTI_TextInputMenu__TextInputEventShuttle = (void *)0x05312D68; -const void * RTTI_TextRenderer = (void *)0x05417058; -const void * RTTI_TextRenderer3D = (void *)0x0518D2C0; -const void * RTTI_TextureDB__ErrorStreamer = (void *)0x051AB6F8; -const void * RTTI_TextureDB__Manager = (void *)0x05440D30; -const void * RTTI_TextureUtils__AutoQueuedDependentNode = (void *)0x053FE990; -const void * RTTI_TextureUtils__WaitStreamedNode = (void *)0x053FEA38; -const void * RTTI_ThirdPersonState = (void *)0x0527FBB8; -const void * RTTI_ThumbstickEvent = (void *)0x053E79E8; -const void * RTTI_TimeMultiplierProvider = (void *)0x05237B90; -const void * RTTI_TimerEvent = (void *)0x053E5218; -const void * RTTI_TimerEventInstance = (void *)0x053E51E8; -const void * RTTI_TitleSequenceMenu = (void *)0x053A4DC0; -const void * RTTI_TitleSequenceMenu_StartMusic = (void *)0x053A4D38; -const void * RTTI_TranslationAdjustment = (void *)0x053E0B70; -const void * RTTI_TranslationAdjustmentInstance = (void *)0x053E4510; -const void * RTTI_TrapEntry = (void *)0x05262B30; -const void * RTTI_TrapTargetEntry = (void *)0x05261588; -const void * RTTI_TraversalCollisionFilter = (void *)0x0520BD38; -const void * RTTI_TraversalFinishedHandler = (void *)0x053608F0; -const void * RTTI_TraversalStepDoneHandler = (void *)0x05360B18; -const void * RTTI_TrespassPackage = (void *)0x0534ABC8; -const void * RTTI_TrianglePathWaterLedgeTraversalSplitter = (void *)0x054269B0; -const void * RTTI_TurnUndeadEffect = (void *)0x0531B378; -const void * RTTI_TutorialMessageManager = (void *)0x052D87C8; -const void * RTTI_TutorialMessageManager__TutorialMessageEventShuttle = (void *)0x052A7F60; -const void * RTTI_TweenMenuCameraState = (void *)0x0539A490; -const void * RTTI_TwoBoneIKNode = (void *)0x053E0BF0; -const void * RTTI_TwoBoneIKNodeInstance = (void *)0x053E4548; -const void * RTTI_TypeRegistryTest__Ref = (void *)0x050F5F60; -const void * RTTI_TypeRegistryTest__TypedefChild = (void *)0x050F64E0; -const void * RTTI_UI = (void *)0x05415438; -const void * RTTI_UIBlurManager = (void *)0x053A4EF8; -const void * RTTI_UICellRenderer = (void *)0x051E5FA0; -const void * RTTI_UICellRenderer_InventoryItem = (void *)0x051E6048; -const void * RTTI_UICellRenderer_InventoryItem__ItemModelLoadTask = (void *)0x051E6080; -const void * RTTI_UIDataShuttleConnector = (void *)0x05415790; -const void * RTTI_UIDataShuttleContainer = (void *)0x051D01F8; -const void * RTTI_UIDataToFlash = (void *)0x051CFE80; -const void * RTTI_UIEventDispatcher = (void *)0x051A3108; -const void * RTTI_UIMenuChargenMenuDisablePaperdoll = (void *)0x052FAA10; -const void * RTTI_UISaveLoadManager = (void *)0x053335E8; -const void * RTTI_UncullFurnitureBoneHandler = (void *)0x0535F200; -const void * RTTI_UncullWeaponsHandler = (void *)0x05360C88; -const void * RTTI_UnitTest__CopyableReferencedObject = (void *)0x050F5EF8; -const void * RTTI_UnitTest__InterfaceImpl0 = (void *)0x050F6198; -const void * RTTI_UnitTest__InterfaceImpl1 = (void *)0x050F61C8; -const void * RTTI_UnitTest__InterfaceUnregistered0 = (void *)0x050F61F8; -const void * RTTI_UnitTest__InterfaceUnregistered1 = (void *)0x050F6230; -const void * RTTI_UnitTest__NestedRelArray = (void *)0x050F5EC8; -const void * RTTI_UnitTest__SetterTest__Foo = (void *)0x050F5F30; -const void * RTTI_UnitTest__SimpleRelArray = (void *)0x050F5E98; -const void * RTTI_UnitTest__TypeVm__Record = (void *)0x050F5F90; -const void * RTTI_UnitTest__UrlObject__Shape = (void *)0x050F6268; -const void * RTTI_UnitTest__UrlObject__TestGraph = (void *)0x050F6298; -const void * RTTI_UpdateParticleParticleInDirtyAabbsTask = (void *)0x050FF690; -const void * RTTI_UpdateRigidBodyDirtyAabbsTask = (void *)0x050FF658; -const void * RTTI_UpdateSceneRectEvent = (void *)0x05415E20; -const void * RTTI_UseStimpakHandler = (void *)0x05360C38; -const void * RTTI_VATS = (void *)0x05365958; -const void * RTTI_VATSCameraState = (void *)0x0539A4C0; -const void * RTTI_VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor = (void *)0x053655D0; -const void * RTTI_ValueModifierEffect = (void *)0x05319680; -const void * RTTI_VariableCombiner = (void *)0x053E0BC8; -const void * RTTI_VariableCombinerInstance = (void *)0x053E4578; -const void * RTTI_VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor = (void *)0x0542F790; -const void * RTTI_VirtualPathingDoor = (void *)0x05201E90; -const void * RTTI_WaterPathPathingNodeGenerator = (void *)0x0542F2D0; -const void * RTTI_WaterPathRayValidator = (void *)0x0542F308; -const void * RTTI_WeaponAttachHandler = (void *)0x05360D50; -const void * RTTI_WeaponBeginDrawHandler = (void *)0x05361568; -const void * RTTI_WeaponBeginSheatheHandler = (void *)0x05361538; -const void * RTTI_WeaponDetachHandler = (void *)0x05360D20; -const void * RTTI_WeaponDrawHandler = (void *)0x053612A0; -const void * RTTI_WeaponEnchantmentController = (void *)0x0531AED0; -const void * RTTI_WeaponFireEndHandler = (void *)0x0535F050; -const void * RTTI_WeaponFireHandler = (void *)0x0535F028; -const void * RTTI_WeaponFireStartHandler = (void *)0x0535F080; -const void * RTTI_WeaponGroupAssignmentMenu_ChangeWeaponAssignment = (void *)0x051E5740; -const void * RTTI_WeaponGroupAssignmentMenu_OnHintButtonActivated = (void *)0x051E56F0; -const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu = (void *)0x051E5980; -const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle = (void *)0x051E5560; -const void * RTTI_WeaponSheatheHandler = (void *)0x05361270; -const void * RTTI_WeaponSheatheInterruptHandler = (void *)0x05361300; -const void * RTTI_WeaponSwingHandler = (void *)0x053614A8; -const void * RTTI_WeaponsCraftingMenu = (void *)0x053136B8; -const void * RTTI_Win32FileSystemWatcher = (void *)0x050F67F8; -const void * RTTI_WorkshopActionButton_HoldFinished = (void *)0x05319610; -const void * RTTI_WorkshopActionButton_HoldStopped = (void *)0x05319570; -const void * RTTI_WorkshopAreaResourcesDataModel = (void *)0x052D1748; -const void * RTTI_WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle = (void *)0x052D18E0; -const void * RTTI_WorkshopBIEvents__WorkshopEventManager = (void *)0x0531C670; -const void * RTTI_WorkshopBuilderDataModel = (void *)0x052D2D60; -const void * RTTI_WorkshopBuilderDataModel__WorkshopBuilderEventShuttle = (void *)0x052D2D90; -const void * RTTI_WorkshopBuilderMenu = (void *)0x05313EC0; -const void * RTTI_WorkshopBuilderMenu_ChangeBuildItem = (void *)0x05313F28; -const void * RTTI_WorkshopBuilderMenu_SelectedItem = (void *)0x05313EF0; -const void * RTTI_WorkshopBuilderMenu_ToggleTracking = (void *)0x05313E80; -const void * RTTI_WorkshopCamera__CameraHitCollector = (void *)0x05280358; -const void * RTTI_WorkshopCamera__WorkshopCharacterProxyListener = (void *)0x05280310; -const void * RTTI_WorkshopCategoryBarDataModel = (void *)0x052D1BE0; -const void * RTTI_WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle = (void *)0x052D1C20; -const void * RTTI_WorkshopCategoryInfoDataModel = (void *)0x052D1FF0; -const void * RTTI_WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle = (void *)0x052D2030; -const void * RTTI_WorkshopColorModeDataModel = (void *)0x052A9168; -const void * RTTI_WorkshopColorModeDataModel__WorkshopColorModeEventShuttle = (void *)0x052A9490; -const void * RTTI_WorkshopColorMode_ApplyColors = (void *)0x052A8FB8; -const void * RTTI_WorkshopColorMode_SelectedTab = (void *)0x052A8FF0; -const void * RTTI_WorkshopColorMode_SliderChanged = (void *)0x052A8F48; -const void * RTTI_WorkshopColorMode_SwatchChanged = (void *)0x052A8F80; -const void * RTTI_WorkshopEngine__ActivateItemEvent = (void *)0x053CE030; -const void * RTTI_WorkshopEngine__BulldozeItemEvent = (void *)0x053CE838; -const void * RTTI_WorkshopEngine__CancelEvent = (void *)0x053CEAB0; -const void * RTTI_WorkshopEngine__CommitEvent = (void *)0x053CEA78; -const void * RTTI_WorkshopEngine__ConnectTransferLinkEvent = (void *)0x053CE600; -const void * RTTI_WorkshopEngine__ConnectWireEvent = (void *)0x053CE5C8; -const void * RTTI_WorkshopEngine__CycleBehaviorEvent = (void *)0x053CEA08; -const void * RTTI_WorkshopEngine__EditColorsEvent = (void *)0x053CE8B0; -const void * RTTI_WorkshopEngine__EditItemEvent = (void *)0x053CE558; -const void * RTTI_WorkshopEngine__EngineFrame = (void *)0x05126578; -const void * RTTI_WorkshopEngine__ExitEvent = (void *)0x053CE960; -const void * RTTI_WorkshopEngine__FinishRepairEvent = (void *)0x053CE9D0; -const void * RTTI_WorkshopEngine__InspectColorItemsEvent = (void *)0x053CE068; -const void * RTTI_WorkshopEngine__ItemCombatChangedEvent = (void *)0x053CE920; -const void * RTTI_WorkshopEngine__NewItemEvent = (void *)0x053CE520; -const void * RTTI_WorkshopEngine__PlaceOutpostEvent = (void *)0x053CE678; -const void * RTTI_WorkshopEngine__PreviewColorsEvent = (void *)0x053CE8E8; -const void * RTTI_WorkshopEngine__RemoveItemEvent = (void *)0x053CE590; -const void * RTTI_WorkshopEngine__RemoveOutpostEvent = (void *)0x053CE7C0; -const void * RTTI_WorkshopEngine__RemoveWorkshopItemsEvent = (void *)0x053CE7F8; -const void * RTTI_WorkshopEngine__RequestRepairItemEvent = (void *)0x053CE990; -const void * RTTI_WorkshopEngine__ResetColorsToDefaultEvent = (void *)0x053CE870; -const void * RTTI_WorkshopEngine__RevertBehaviorEvent = (void *)0x053CE748; -const void * RTTI_WorkshopEngine__RotateItemEvent = (void *)0x053CE788; -const void * RTTI_WorkshopEngine__StartQuickMenuEvent = (void *)0x053CE4E0; -const void * RTTI_WorkshopEngine__StartSnappedEvent = (void *)0x053CEA40; -const void * RTTI_WorkshopEngine__StartWorkshopEvent = (void *)0x053CE6B0; -const void * RTTI_WorkshopEngine__StateBulldoze = (void *)0x053CE240; -const void * RTTI_WorkshopEngine__StateCreatePowerLink = (void *)0x053CE3E8; -const void * RTTI_WorkshopEngine__StateCreateReferences = (void *)0x053CE0A8; -const void * RTTI_WorkshopEngine__StateCreateTransferLink = (void *)0x053CE370; -const void * RTTI_WorkshopEngine__StateCycleSnapBehavior = (void *)0x053CE1C8; -const void * RTTI_WorkshopEngine__StateDuplicateReferences = (void *)0x053CDF10; -const void * RTTI_WorkshopEngine__StateIdle = (void *)0x053CE158; -const void * RTTI_WorkshopEngine__StateInspect = (void *)0x053CE2F8; -const void * RTTI_WorkshopEngine__StateInspectColorItems = (void *)0x053CE188; -const void * RTTI_WorkshopEngine__StateModifyColors = (void *)0x053CE208; -const void * RTTI_WorkshopEngine__StatePostCommitEdit = (void *)0x053CE330; -const void * RTTI_WorkshopEngine__StateSetupReferences = (void *)0x053CDE90; -const void * RTTI_WorkshopEngine__StateUpdateAutoFoundation = (void *)0x053CE278; -const void * RTTI_WorkshopEngine__StateUpdateCommitSnapEdit = (void *)0x053CE2B8; -const void * RTTI_WorkshopEngine__StateUpdatePlacement = (void *)0x053CDED0; -const void * RTTI_WorkshopEngine__StateUpdatePowerLink = (void *)0x053CE428; -const void * RTTI_WorkshopEngine__StateUpdateSnapped = (void *)0x053CDF88; -const void * RTTI_WorkshopEngine__StateUpdateTransferLink = (void *)0x053CE468; -const void * RTTI_WorkshopEngine__StateWait3D = (void *)0x053CDF50; -const void * RTTI_WorkshopEngine__TrackItemEvent = (void *)0x053CDFC0; -const void * RTTI_WorkshopEngine__UntrackItemEvent = (void *)0x053CDFF8; -const void * RTTI_WorkshopEngine__UpdateEvent = (void *)0x053CE710; -const void * RTTI_WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter = (void *)0x0527D1A0; -const void * RTTI_WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector = (void *)0x0527F1F0; -const void * RTTI_WorkshopHavokUtils__ForwardCastCollector = (void *)0x0527D2A8; -const void * RTTI_WorkshopHavokUtils__GroundInfoCollisionfilter = (void *)0x0527F7F0; -const void * RTTI_WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter = (void *)0x0527D250; -const void * RTTI_WorkshopHavokUtils__IntersectionTestCollisionfilter = (void *)0x0527D200; -const void * RTTI_WorkshopHavokUtils__ItemPlacementForwardCastCollector = (void *)0x0527EBA0; -const void * RTTI_WorkshopHavokUtils__TempItemPlacementCollector = (void *)0x053D13D0; -const void * RTTI_WorkshopHavokUtils__WorkshopClosestHitGroundCollector = (void *)0x0527EB50; -const void * RTTI_WorkshopHavokUtils__WorkshopGroundCollector = (void *)0x0527EBF0; -const void * RTTI_WorkshopHavokUtils__hknpWorkshopCastCollector = (void *)0x0527D150; -const void * RTTI_WorkshopHavokUtils__hknpWorkshopIntersectCollector = (void *)0x0527D330; -const void * RTTI_WorkshopHighlightUtils__EventListener = (void *)0x053D0C78; -const void * RTTI_WorkshopInteractiveMessageDataModel = (void *)0x052D3158; -const void * RTTI_WorkshopInteractiveMessageDataModel__ICallback = (void *)0x05316210; -const void * RTTI_WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle = (void *)0x052D3200; -const void * RTTI_WorkshopIsoCameraState = (void *)0x0539A1D0; -const void * RTTI_WorkshopLOD__WorkshopLODManager = (void *)0x053CCEA0; -const void * RTTI_WorkshopMenu = (void *)0x05316988; -const void * RTTI_WorkshopMenuShared = (void *)0x053195A8; -const void * RTTI_WorkshopMenu_AttemptBuild = (void *)0x053161D8; -const void * RTTI_WorkshopMenu_CancelAction = (void *)0x05316138; -const void * RTTI_WorkshopMenu_ChangeVariant = (void *)0x05316100; -const void * RTTI_WorkshopMenu_ConnectionEvent = (void *)0x05316B20; -const void * RTTI_WorkshopMenu_ExitMenu = (void *)0x05316B88; -const void * RTTI_WorkshopMenu_MessageCallback = (void *)0x05316A48; -const void * RTTI_WorkshopMenu_SelectedCategory = (void *)0x053161A0; -const void * RTTI_WorkshopMenu_SelectedGridObject = (void *)0x05316168; -const void * RTTI_WorkshopMenu_ShowExtras = (void *)0x05316B58; -const void * RTTI_WorkshopMenu_SwitchMode = (void *)0x05316BB8; -const void * RTTI_WorkshopMenu_ToggleDistance = (void *)0x05316AE8; -const void * RTTI_WorkshopMenu_ToggleTracking = (void *)0x05316A80; -const void * RTTI_WorkshopMenu_ToggleView = (void *)0x05316AB8; -const void * RTTI_WorkshopMessageDataModel = (void *)0x052D32C0; -const void * RTTI_WorkshopMessageDataModel__WorkshopMessageEventShuttle = (void *)0x052D32F0; -const void * RTTI_WorkshopObjectInfoCardDataModel = (void *)0x052D13C8; -const void * RTTI_WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle = (void *)0x052D1400; -const void * RTTI_WorkshopOperations__CandidateSnapper = (void *)0x053D1638; -const void * RTTI_WorkshopPickRefDataModel = (void *)0x052D3850; -const void * RTTI_WorkshopPickRefDataModel__WorkshopPickRefEventShuttle = (void *)0x052D3880; -const void * RTTI_WorkshopQuickMenu = (void *)0x05317228; -const void * RTTI_WorkshopQuickMenuDataModel = (void *)0x052D3A30; -const void * RTTI_WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle = (void *)0x052D39E0; -const void * RTTI_WorkshopQuickMenu_ConfirmAction = (void *)0x05317250; -const void * RTTI_WorkshopQuickMenu_ExitMenu = (void *)0x053171F0; -const void * RTTI_WorkshopResources__WorkshopResourcesManager = (void *)0x0519D370; -const void * RTTI_WorkshopShared_SetActionHandles = (void *)0x053195D8; -const void * RTTI_WorkshopShared_StartAction = (void *)0x05319648; -const void * RTTI_WorkshopStateDataModel = (void *)0x052D3F98; -const void * RTTI_WorkshopStateDataModel__WorkshopStateEventShuttle = (void *)0x052D4010; -const void * RTTI_WorkshopStatusDataModel = (void *)0x052A9670; -const void * RTTI_WorkshopStatusDataModel__WorkshopStatusEventShuttle = (void *)0x052A96E0; -const void * RTTI_WorkshopTargetMenu = (void *)0x05318428; -const void * RTTI_WorkshopTargetMenu_TargetHovered = (void *)0x053183A0; -const void * RTTI_WorkshopTargetMenu_TargetPicked = (void *)0x05318458; -const void * RTTI_WorkshopTargetMenu__OutpostData = (void *)0x05318080; -const void * RTTI_WorkshopTargetMenu__ResourceData = (void *)0x05318168; -const void * RTTI_WorkshopTargetMenu__SourceData = (void *)0x05317498; -const void * RTTI_WorkshopTargetMenu__TargetData = (void *)0x05318130; -const void * RTTI_WorkshopTargetMenu__TargetMenuData = (void *)0x05317540; -const void * RTTI_WorkshopTargetMenu__WorkshopTargetEventShuttle = (void *)0x05318300; -const void * RTTI_WorkshopUI__ConfirmDeferDeleteCallback = (void *)0x053D2008; -const void * RTTI_WorkshopUI__StateBulldoze = (void *)0x053D2210; -const void * RTTI_WorkshopUI__StateIdle = (void *)0x053D21E0; -const void * RTTI_WorkshopUI__StateInspectColors = (void *)0x053D2240; -const void * RTTI_WorkshopUI__StateInspectIdle = (void *)0x053D1EC0; -const void * RTTI_WorkshopUI__StateInspectItem = (void *)0x053D2080; -const void * RTTI_WorkshopUI__StateModifyColors = (void *)0x053D1F48; -const void * RTTI_WorkshopUI__StateUpdateExistingItemPlacement = (void *)0x053D1E40; -const void * RTTI_WorkshopUI__StateUpdateNewDeployablePlacement = (void *)0x053D1F80; -const void * RTTI_WorkshopUI__StateUpdateNewItemPlacement = (void *)0x053D1E00; -const void * RTTI_WorkshopUI__StateUpdateTransferLinkPlacement = (void *)0x053D1F00; -const void * RTTI_WorkshopUI__StateUpdateWirePlacement = (void *)0x053D1FC8; -const void * RTTI_WorkshopUI__UIStateMachine = (void *)0x0519D4C8; -const void * RTTI_Workshop_BlueprintMenu = (void *)0x05318560; -const void * RTTI_Workshop__BulldozeOnlyWorkshopItem = (void *)0x053D0B90; -const void * RTTI_Workshop__DecoratedHabWorkshopItem = (void *)0x0527F280; -const void * RTTI_Workshop__ExtraData = (void *)0x051EF030; -const void * RTTI_Workshop__InventoryItemWorkshopItem = (void *)0x053D0B50; -const void * RTTI_Workshop__MainStatusHandler = (void *)0x051246E8; -const void * RTTI_Workshop__PackinWorkshopItem = (void *)0x0527F138; -const void * RTTI_Workshop__PowerLinkWorkshopItem = (void *)0x053D0C00; -const void * RTTI_Workshop__SingleWorkshopItem = (void *)0x0527F100; -const void * RTTI_Workshop__TESObjectREFRGameEventListener = (void *)0x053D0C38; -const void * RTTI_Workshop__TransferLinkWorkshopItem = (void *)0x053D0BC8; -const void * RTTI_Workshop__WireWorkshopItem = (void *)0x053D0D80; -const void * RTTI_Workshop__WorkshopItemBase = (void *)0x0527F0D0; -const void * RTTI_Workshop__WorkshopMenuNode = (void *)0x051A2218; -const void * RTTI_Workshop__WorkshopMenuNodeBuildableObject = (void *)0x0527D618; -const void * RTTI_Workshop__WorkshopMenuNodeBulldozer = (void *)0x0527D598; -const void * RTTI_Workshop__WorkshopMenuNodeDecoratedHab = (void *)0x053D1678; -const void * RTTI_Workshop__WorkshopMenuNodeLockLevel = (void *)0x0527D5D8; -const void * RTTI_Workshop__WorkshopMenuNodeOutpost = (void *)0x051A21E0; -const void * RTTI_Workshop__WorkshopStatisticsEventSink = (void *)0x0519D6E8; -const void * RTTI_ZeroOverheadHeap = (void *)0x053E7500; -const void * RTTI_ZeroPitchHandler = (void *)0x0535F110; -const void * RTTI_ZoneEntry = (void *)0x05261568; -const void * RTTI_bhkBipedOrientationController = (void *)0x053F5638; -const void * RTTI_bhkBlockStreamAllocatorBase = (void *)0x053EB9E8; -const void * RTTI_bhkCharProxyController = (void *)0x053EFE90; -const void * RTTI_bhkCharProxyControllerCinfo = (void *)0x053EFEC0; -const void * RTTI_bhkCharProxyManager = (void *)0x053ED508; -const void * RTTI_bhkCharRigidBodyController = (void *)0x053F0AE8; -const void * RTTI_bhkCharRigidBodyControllerCinfo = (void *)0x053F0848; -const void * RTTI_bhkCharRigidBodyManager = (void *)0x053ED130; -const void * RTTI_bhkCharacterCollisionHandler = (void *)0x05349A40; -const void * RTTI_bhkCharacterController = (void *)0x053EF918; -const void * RTTI_bhkCharacterControllerCinfo = (void *)0x053EF858; -const void * RTTI_bhkCharacterControllerShapeManager__hknpConvexShapeEx = (void *)0x053EF5D0; -const void * RTTI_bhkCharacterPointCollector = (void *)0x053F57E0; -const void * RTTI_bhkCharacterProxy = (void *)0x053EFE68; -const void * RTTI_bhkCharacterRigidBody = (void *)0x053F08B8; -const void * RTTI_bhkCharacterRigidBodyCinfo = (void *)0x053F0880; -const void * RTTI_bhkCharacterStateClimbing = (void *)0x053EF790; -const void * RTTI_bhkCharacterStateFloating = (void *)0x053F5730; -const void * RTTI_bhkCharacterStateFlying = (void *)0x053EF760; -const void * RTTI_bhkCharacterStateInAir = (void *)0x053F5700; -const void * RTTI_bhkCharacterStateJumping = (void *)0x053F56D0; -const void * RTTI_bhkCharacterStateOnGround = (void *)0x053F56A0; -const void * RTTI_bhkCharacterStateSpaceship = (void *)0x053EA7A0; -const void * RTTI_bhkCharacterStateSwimming = (void *)0x053F0818; -const void * RTTI_bhkCollisionFilter = (void *)0x053EF240; -const void * RTTI_bhkICharOrientationController = (void *)0x053EF890; -const void * RTTI_bhkIWorldStepListener = (void *)0x051A8308; -const void * RTTI_bhkMemorySystem = (void *)0x053F5370; -const void * RTTI_bhkNPCollisionObject = (void *)0x053445D0; -const void * RTTI_bhkNPCollisionObjectUnlinked = (void *)0x05344600; -const void * RTTI_bhkNPCollisionObjectUnlinked__LinkExtraData = (void *)0x053EDF90; -const void * RTTI_bhkNPCollisionProxyObject = (void *)0x053EDFD8; -const void * RTTI_bhkNPModelNodeComponent = (void *)0x05201190; -const void * RTTI_bhkParticlesManagerModifier = (void *)0x053ED788; -const void * RTTI_bhkPhysicsSystem = (void *)0x053EF508; -const void * RTTI_bhkQuadOrientationController = (void *)0x053F57A8; -const void * RTTI_bhkRagdollPenetrationManager = (void *)0x053F4DD8; -const void * RTTI_bhkRagdollSystem = (void *)0x053EF4E0; -const void * RTTI_bhkRandomVelocityGenerator__INISettingCollectionEx = (void *)0x0513BAB0; -const void * RTTI_bhkRandomVelocityGenerator__INISettingEx = (void *)0x0519A8D8; -const void * RTTI_bhkThreadMemorySource = (void *)0x053F5DA0; -const void * RTTI_bhkThreadMemorySource__RowBlockAllocatorImpl = (void *)0x053F5DD0; -const void * RTTI_bhkThreadPool = (void *)0x053F02D8; -const void * RTTI_bhkTrapListener = (void *)0x05262B78; -const void * RTTI_bhkWorld = (void *)0x053EA9F8; -const void * RTTI_bhkWorldM = (void *)0x053EFEF8; -const void * RTTI_bnet__Account__ExternalAuthInfo = (void *)0x054849F8; -const void * RTTI_bnet__AsyncOperationProxy = (void *)0x05480830; -const void * RTTI_bnet__impl__AsyncOperation = (void *)0x05481008; -const void * RTTI_bps__client__BIEventClient__BulkEventsResult = (void *)0x051CBFF0; -const void * RTTI_bps__client__BIEventClient__CreateSessionResult = (void *)0x053D5B40; -const void * RTTI_bps__client__BaseRequestImpl = (void *)0x053D5A00; -const void * RTTI_bps__client__Services = (void *)0x053D65B8; -const void * RTTI_castTest__Interface0 = (void *)0x050F60A8; -const void * RTTI_castTest__Interface1 = (void *)0x050F60D8; -const void * RTTI_castTest__Interface2 = (void *)0x050F6108; -const void * RTTI_castTest__InterfaceBase = (void *)0x050F6040; -const void * RTTI_castTest__InterfaceOtherBase = (void *)0x050F6070; -const void * RTTI_castTest__Leaf = (void *)0x050F5FE8; -const void * RTTI_castTest__OtherLeaf = (void *)0x050F6010; -const void * RTTI_castTest__Root = (void *)0x050F5FC0; -const void * RTTI_castTest__WithInterfaces = (void *)0x050F6138; -const void * RTTI_hclAction = (void *)0x05348230; -const void * RTTI_hclAntiPinchConstraintInstanceData = (void *)0x050FB568; -const void * RTTI_hclAntiPinchConstraintSet = (void *)0x050FA0D8; -const void * RTTI_hclBSClothParameterizedWindAction = (void *)0x053F53C0; -const void * RTTI_hclBSClothPickingAction = (void *)0x05348200; -const void * RTTI_hclBSWorld = (void *)0x053ED1F0; -const void * RTTI_hclBendLinkConstraintSet = (void *)0x050FA108; -const void * RTTI_hclBendLinkConstraintSetMx = (void *)0x050FA138; -const void * RTTI_hclBendStiffnessConstraintSet = (void *)0x050FA170; -const void * RTTI_hclBendStiffnessConstraintSetMx = (void *)0x050FA1A8; -const void * RTTI_hclBlendOperatorInstanceData = (void *)0x050F9E08; -const void * RTTI_hclBlendSomeVerticesOperator = (void *)0x050F9DD0; -const void * RTTI_hclBonePlanesConstraintSet = (void *)0x050FA1E0; -const void * RTTI_hclBoneSpaceMeshMeshDeformOperator = (void *)0x050FA430; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNOperator = (void *)0x050FA470; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNTBOperator = (void *)0x050FA4B0; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNTOperator = (void *)0x050FA4F0; -const void * RTTI_hclBoneSpaceMeshMeshDeformPOperator = (void *)0x050FA530; -const void * RTTI_hclBoneSpaceSkinOperator = (void *)0x050FA570; -const void * RTTI_hclBoneSpaceSkinPNOperator = (void *)0x050FA5A0; -const void * RTTI_hclBoneSpaceSkinPNTBOperator = (void *)0x050FA5D8; -const void * RTTI_hclBoneSpaceSkinPNTOperator = (void *)0x050FA610; -const void * RTTI_hclBoneSpaceSkinPOperator = (void *)0x050FA648; -const void * RTTI_hclBoneSpaceTransferSimulationOperator = (void *)0x050FB368; -const void * RTTI_hclBuffer = (void *)0x053EE398; -const void * RTTI_hclBufferDefinition = (void *)0x050F9C80; -const void * RTTI_hclCapsuleShape = (void *)0x050F9F70; -const void * RTTI_hclClothContainer = (void *)0x050FA408; -const void * RTTI_hclClothData = (void *)0x050F9CD8; -const void * RTTI_hclClothInstance = (void *)0x050F9C00; -const void * RTTI_hclClothLeafShapeSensor = (void *)0x05101DB8; -const void * RTTI_hclClothPickingAction = (void *)0x053481A8; -const void * RTTI_hclClothState = (void *)0x050F9CB0; -const void * RTTI_hclClothStateInstanceData = (void *)0x050FAB78; -const void * RTTI_hclCollidable = (void *)0x050F9C28; -const void * RTTI_hclCollisionConvexes = (void *)0x05101EE8; -const void * RTTI_hclCollisionTriangles = (void *)0x05101EB8; -const void * RTTI_hclCompressibleLinkConstraintSet = (void *)0x050FA218; -const void * RTTI_hclCompressibleLinkConstraintSetMx = (void *)0x050FA250; -const void * RTTI_hclConstraintSet = (void *)0x050F9D58; -const void * RTTI_hclConstraintStiffnessDispatcher = (void *)0x050FB258; -const void * RTTI_hclConvexGeometryShape = (void *)0x050F9F98; -const void * RTTI_hclConvexHeightFieldShape = (void *)0x050F9FC8; -const void * RTTI_hclConvexPlanesShape = (void *)0x050F9FF8; -const void * RTTI_hclCopyVerticesOperator = (void *)0x050FAA90; -const void * RTTI_hclFullClothTask = (void *)0x050FB3E8; -const void * RTTI_hclGatherAllVerticesOperator = (void *)0x050FAAC0; -const void * RTTI_hclGatherSomeVerticesOperator = (void *)0x050FAAF8; -const void * RTTI_hclInputConvertOperator = (void *)0x050FA678; -const void * RTTI_hclLocalRangeConstraintSet = (void *)0x050FA290; -const void * RTTI_hclMeshBoneDeformOperator = (void *)0x050FA6D8; -const void * RTTI_hclMeshMeshDeformOperator = (void *)0x050FA740; -const void * RTTI_hclMoveParticlesOperator = (void *)0x050FA770; -const void * RTTI_hclObjectSpaceMeshMeshDeformOperator = (void *)0x050FA7A0; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNOperator = (void *)0x050FA7E0; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNTBOperator = (void *)0x050FA820; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNTOperator = (void *)0x050FA860; -const void * RTTI_hclObjectSpaceMeshMeshDeformPOperator = (void *)0x050FA8A0; -const void * RTTI_hclObjectSpaceSkinOperator = (void *)0x050FA8E0; -const void * RTTI_hclObjectSpaceSkinPNOperator = (void *)0x050FA918; -const void * RTTI_hclObjectSpaceSkinPNTBOperator = (void *)0x050FA950; -const void * RTTI_hclObjectSpaceSkinPNTOperator = (void *)0x050FA988; -const void * RTTI_hclObjectSpaceSkinPOperator = (void *)0x050FA9C0; -const void * RTTI_hclObjectSpaceTransferSimulationOperator = (void *)0x050FB3A8; -const void * RTTI_hclOperator = (void *)0x050F9D30; -const void * RTTI_hclOperatorSequenceTask = (void *)0x050FB410; -const void * RTTI_hclOutputConvertOperator = (void *)0x050FA6A8; -const void * RTTI_hclPlaneShape = (void *)0x050FA028; -const void * RTTI_hclPointContactPlanesShape = (void *)0x050FB290; -const void * RTTI_hclPostExecuteClothTask = (void *)0x050FB470; -const void * RTTI_hclPreExecuteClothTask = (void *)0x050FB440; -const void * RTTI_hclScratchBuffer = (void *)0x05101F18; -const void * RTTI_hclScratchBufferDefinition = (void *)0x050FB2C8; -const void * RTTI_hclShadowBuffer = (void *)0x05101F40; -const void * RTTI_hclShadowBufferDefinition = (void *)0x050FB300; -const void * RTTI_hclShape = (void *)0x050F9F50; -const void * RTTI_hclSimClothData = (void *)0x050F9DA8; -const void * RTTI_hclSimClothInstance = (void *)0x050F9C50; -const void * RTTI_hclSimClothPose = (void *)0x050F9D80; -const void * RTTI_hclSimpleMeshBoneDeformOperator = (void *)0x050FA708; -const void * RTTI_hclSimpleWindAction = (void *)0x053F53F8; -const void * RTTI_hclSimulateOperator = (void *)0x050FA0A8; -const void * RTTI_hclSimulateOperatorInstanceData = (void *)0x050F9F18; -const void * RTTI_hclSkinOperator = (void *)0x050FA9F8; -const void * RTTI_hclSphereShape = (void *)0x050FA050; -const void * RTTI_hclStandardLinkConstraintSet = (void *)0x050FA2C8; -const void * RTTI_hclStandardLinkConstraintSetMx = (void *)0x050FA300; -const void * RTTI_hclStateDependencyGraph = (void *)0x050F9D00; -const void * RTTI_hclStateTransition = (void *)0x050F9E40; -const void * RTTI_hclStaticShadowBuffer = (void *)0x05101F68; -const void * RTTI_hclStaticShadowBufferDefinition = (void *)0x050FB330; -const void * RTTI_hclStretchLinkConstraintSet = (void *)0x050FA338; -const void * RTTI_hclStretchLinkConstraintSetMx = (void *)0x050FA370; -const void * RTTI_hclTaperedCapsuleShape = (void *)0x050FA078; -const void * RTTI_hclTransformSetDefinition = (void *)0x050F9E70; -const void * RTTI_hclTransitionConstraintInstanceData = (void *)0x050F9ED8; -const void * RTTI_hclTransitionConstraintSet = (void *)0x050F9EA0; -const void * RTTI_hclUpdateAllVertexFramesOperator = (void *)0x050FAA20; -const void * RTTI_hclUpdateSomeVertexFramesOperator = (void *)0x050FAA58; -const void * RTTI_hclVdbObjectNode__SimulateOperatorInstanceData = (void *)0x050FAB30; -const void * RTTI_hclVolumeConstraint = (void *)0x050FA3A8; -const void * RTTI_hclVolumeConstraintInstanceData = (void *)0x050FB4F8; -const void * RTTI_hclVolumeConstraintMx = (void *)0x050FA3D8; -const void * RTTI_hclVolumeConstraintMxInstanceData = (void *)0x050FB530; -const void * RTTI_hclWorld = (void *)0x053ED1D0; -const void * RTTI_hctClothSetup20151Options = (void *)0x050F5E08; -const void * RTTI_hctClothSetupClothData20151Options = (void *)0x050F5DC8; -const void * RTTI_hctClothSetupObjectData20151 = (void *)0x050F5D90; -const void * RTTI_hkBSErrorEmpty = (void *)0x0519E628; -const void * RTTI_hkBaseObject = (void *)0x0519E600; -const void * RTTI_hkBlockStreamAllocator = (void *)0x053EB848; -const void * RTTI_hkBlockStreamCommandWriter = (void *)0x05100778; -const void * RTTI_hkBmpFileFormat = (void *)0x05102028; -const void * RTTI_hkBsdSocket = (void *)0x050F9940; -const void * RTTI_hkBufferedStreamReader = (void *)0x050F8798; -const void * RTTI_hkBufferedStreamWriter = (void *)0x050F87C8; -const void * RTTI_hkConcurrency = (void *)0x051006D8; -const void * RTTI_hkDdsFileFormat = (void *)0x05102000; -const void * RTTI_hkDebugCommandProcessor = (void *)0x050FCBE8; -const void * RTTI_hkDebugDisplay = (void *)0x050FB7B8; -const void * RTTI_hkDebugDisplayHandler = (void *)0x050FB710; -const void * RTTI_hkDefaultCompoundMeshBody = (void *)0x051013C8; -const void * RTTI_hkDefaultCompoundMeshShape = (void *)0x05101390; -const void * RTTI_hkDefaultError = (void *)0x0519E588; -const void * RTTI_hkDefaultTaskQueue = (void *)0x050F8A60; -const void * RTTI_hkDefaultTaskQueueDetail__AsyncThreadPoolContext = (void *)0x050F8BE0; -const void * RTTI_hkDefaultTaskQueueDetail__BlockingThreadContext = (void *)0x050F8B40; -const void * RTTI_hkDefaultTaskQueueDetail__SpinningThreadContext = (void *)0x050F8B90; -const void * RTTI_hkDefaultTaskQueueEx__ExecutionContext = (void *)0x050F8CF8; -const void * RTTI_hkDefaultTaskQueue__CriticalSection = (void *)0x050F8A90; -const void * RTTI_hkDefaultTaskQueue__EmptyTask = (void *)0x050F8B08; -const void * RTTI_hkDefaultTaskQueue__ThreadContext = (void *)0x050F8AD0; -const void * RTTI_hkDisplayAABB = (void *)0x050FB790; -const void * RTTI_hkDisplayCapsule = (void *)0x050FB740; -const void * RTTI_hkDisplayGeometry = (void *)0x050FB6E8; -const void * RTTI_hkDisplaySphere = (void *)0x050FB768; -const void * RTTI_hkDisplayWireframe = (void *)0x050FB7E0; -const void * RTTI_hkErrStream = (void *)0x050F6890; -const void * RTTI_hkError = (void *)0x0519E5B0; -const void * RTTI_hkErrorRouter = (void *)0x050F8D60; -const void * RTTI_hkFileSystem = (void *)0x05261A58; -const void * RTTI_hkFileSystem__Watcher = (void *)0x050F6760; -const void * RTTI_hkGeometry = (void *)0x050F6668; -const void * RTTI_hkGeometryUtils__IVertices = (void *)0x051028F8; -const void * RTTI_hkHardwareInfo = (void *)0x050F8D38; -const void * RTTI_hkHdrFileFormat = (void *)0x05102078; -const void * RTTI_hkImageConversionStep = (void *)0x051020A0; -const void * RTTI_hkImageConversion_AddAlpha = (void *)0x051021B8; -const void * RTTI_hkImageConversion_Decode555 = (void *)0x05102708; -const void * RTTI_hkImageConversion_DiscardChannels = (void *)0x051026D0; -const void * RTTI_hkImageConversion_FLOAT16_to_32 = (void *)0x05102408; -const void * RTTI_hkImageConversion_FLOAT32_to_16 = (void *)0x051023D0; -const void * RTTI_hkImageConversion_FLOAT_to_R11G11B10 = (void *)0x051025D0; -const void * RTTI_hkImageConversion_FLOAT_to_SNORM8 = (void *)0x05102318; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM16 = (void *)0x05102350; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM8 = (void *)0x051022E0; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM8_SRGB = (void *)0x05102390; -const void * RTTI_hkImageConversion_Pad_to_RGBA32 = (void *)0x05102560; -const void * RTTI_hkImageConversion_Pad_to_RGBA8 = (void *)0x05102598; -const void * RTTI_hkImageConversion_R11G11B10_to_FLOAT = (void *)0x05102610; -const void * RTTI_hkImageConversion_R11G11B10_to_HALF = (void *)0x05102650; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED = (void *)0x05102440; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED = (void *)0x05102500; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED = (void *)0x051024A0; -const void * RTTI_hkImageConversion_R8G8B8A8_to_R8G8B8 = (void *)0x05102690; -const void * RTTI_hkImageConversion_SNORM8_to_FLOAT = (void *)0x05102228; -const void * RTTI_hkImageConversion_SetAlpha = (void *)0x05102180; -const void * RTTI_hkImageConversion_UNORM16_to_FLOAT = (void *)0x05102260; -const void * RTTI_hkImageConversion_UNORM8_SRGB_to_FLOAT = (void *)0x051022A0; -const void * RTTI_hkImageConversion_UNORM8_to_FLOAT = (void *)0x051021F0; -const void * RTTI_hkImageRef = (void *)0x05101618; -const void * RTTI_hkImageSwizzleConversion32_2103 = (void *)0x05102148; -const void * RTTI_hkIndexedTransformSet = (void *)0x05101560; -const void * RTTI_hkIo__Detail__ArrayWriteBufferImpl = (void *)0x050F8288; -const void * RTTI_hkIo__Detail__ReadBufferImpl = (void *)0x050F81A8; -const void * RTTI_hkIo__Detail__StreamReaderImpl = (void *)0x050F81E0; -const void * RTTI_hkIo__Detail__StreamWriteBufferImpl = (void *)0x050F8250; -const void * RTTI_hkKeycodeData = (void *)0x05101748; -const void * RTTI_hkLifoAllocator = (void *)0x050F6578; -const void * RTTI_hkLocalFrameGroup = (void *)0x050F7ED8; -const void * RTTI_hkLog__Output = (void *)0x050F6640; -const void * RTTI_hkMallocAllocator = (void *)0x050F99B8; -const void * RTTI_hkMemoryAllocator = (void *)0x053F5348; -const void * RTTI_hkMemoryMeshBody = (void *)0x051013F8; -const void * RTTI_hkMemoryMeshMaterial = (void *)0x05101450; -const void * RTTI_hkMemoryMeshShape = (void *)0x05101480; -const void * RTTI_hkMemoryMeshTexture = (void *)0x05101420; -const void * RTTI_hkMemoryMeshTexture__Sampler = (void *)0x05101688; -const void * RTTI_hkMemoryMeshVertexBuffer = (void *)0x051016F0; -const void * RTTI_hkMemoryResourceContainer = (void *)0x050F7E40; -const void * RTTI_hkMemoryResourceHandle = (void *)0x050F7E10; -const void * RTTI_hkMemorySystem = (void *)0x053F5398; -const void * RTTI_hkMemory__ScopedStats__Collector = (void *)0x050F7FF8; -const void * RTTI_hkMeshTexture__Sampler = (void *)0x051016C0; -const void * RTTI_hkMeshVertexBuffer = (void *)0x051015C0; -const void * RTTI_hkMonitorStreamColorTable = (void *)0x050F7D30; -const void * RTTI_hkMonitorStreamContainer = (void *)0x050F7D60; -const void * RTTI_hkMonitorStreamStringMap = (void *)0x050F7CD0; -const void * RTTI_hkMonitorStreamTypeMap = (void *)0x050F7D00; -const void * RTTI_hkMultipleVertexBuffer = (void *)0x05101590; -const void * RTTI_hkObjectResource = (void *)0x050F83E0; -const void * RTTI_hkOstream = (void *)0x050F68B8; -const void * RTTI_hkParserBuffer = (void *)0x050F9968; -const void * RTTI_hkPrimaryCommandDispatcher = (void *)0x050FE658; -const void * RTTI_hkProcessFactory = (void *)0x050FB6C0; -const void * RTTI_hkRefCountedProperties = (void *)0x050F64B0; -const void * RTTI_hkReferencedObject = (void *)0x0519E5D0; -const void * RTTI_hkReferencedObjectLock = (void *)0x050F6518; -const void * RTTI_hkReflect__Any__ArrayImpl = (void *)0x050F6BD8; -const void * RTTI_hkReflect__AttributeArrayWithOwnership__AllocImpl = (void *)0x050F6AE0; -const void * RTTI_hkReflect__ClonerCallback = (void *)0x050F66C8; -const void * RTTI_hkReflect__Detail__AllocationImpl = (void *)0x050F65A0; -const void * RTTI_hkReflect__Detail__AttributeAllocImpl = (void *)0x050F6908; -const void * RTTI_hkReflect__Detail__BuiltinTypeReg = (void *)0x050F88B0; -const void * RTTI_hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl = (void *)0x050F88F0; -const void * RTTI_hkReflect__Detail__CharBufferImpl = (void *)0x050F7070; -const void * RTTI_hkReflect__Detail__CloneOnHeap = (void *)0x050F66F8; -const void * RTTI_hkReflect__Detail__DerivedDataCache = (void *)0x050F69B0; -const void * RTTI_hkReflect__Detail__HavokRecordImpl = (void *)0x050F7B48; -const void * RTTI_hkReflect__Detail__HavokStringImpl = (void *)0x050F7B80; -const void * RTTI_hkReflect__Detail__HeapAllocImpl = (void *)0x050F6C38; -const void * RTTI_hkReflect__Detail__HomogeneousArrayImpl = (void *)0x050F7B08; -const void * RTTI_hkReflect__Detail__Impl = (void *)0x050F6410; -const void * RTTI_hkReflect__Detail__NullptrImpl = (void *)0x050F70E0; -const void * RTTI_hkReflect__Detail__OpaqueImpl = (void *)0x050F8F18; -const void * RTTI_hkReflect__Detail__RawPointerImpl = (void *)0x050F70A8; -const void * RTTI_hkReflect__Detail__ReferenceImpl = (void *)0x050F7168; -const void * RTTI_hkReflect__Detail__ReferencedObjectAllocImpl = (void *)0x050F7A10; -const void * RTTI_hkReflect__Detail__ReferencedObjectPointerImpl = (void *)0x050F7120; -const void * RTTI_hkReflect__Detail__RepeatImpl = (void *)0x050F7000; -const void * RTTI_hkReflect__Detail__ScopedPtrImpl = (void *)0x050F79A8; -const void * RTTI_hkReflect__Detail__SetterArrayImpl = (void *)0x050F5D08; -const void * RTTI_hkReflect__Detail__SetterRecordImpl = (void *)0x050F5C70; -const void * RTTI_hkReflect__Detail__StaticArrayImpl = (void *)0x050F7A58; -const void * RTTI_hkReflect__Detail__StaticStringImpl = (void *)0x050F7038; -const void * RTTI_hkReflect__Detail__StringOut__StringOutImpl = (void *)0x050F7C60; -const void * RTTI_hkReflect__Detail__ViewPointerImpl = (void *)0x050F7BB8; -const void * RTTI_hkReflect__Detail__VoidImpl = (void *)0x050F8F50; -const void * RTTI_hkReflect__Detail__hkArrayImpl = (void *)0x050F7A90; -const void * RTTI_hkReflect__Detail__hkInplaceArrayImpl = (void *)0x050F7AC8; -const void * RTTI_hkReflect__MutableTypeReg = (void *)0x050F8148; -const void * RTTI_hkReflect__TypeBuilder = (void *)0x050F6AA8; -const void * RTTI_hkReflect__TypeCopier = (void *)0x050F8178; -const void * RTTI_hkReflect__TypeReg = (void *)0x050F6618; -const void * RTTI_hkReflect__Var__VarImpl = (void *)0x050F6730; -const void * RTTI_hkReflect__Version__PatchInfoCache = (void *)0x050F89A0; -const void * RTTI_hkReflect__Version__PatchRegistry = (void *)0x050F89D8; -const void * RTTI_hkReflect__Version__PatchSet = (void *)0x050F8968; -const void * RTTI_hkReflect__Version__Patcher = (void *)0x050F7C30; -const void * RTTI_hkRelArray_ArrayImpl = (void *)0x050F6BA8; -const void * RTTI_hkResource = (void *)0x050F80F0; -const void * RTTI_hkScalarF_FloatImpl = (void *)0x050F7CA0; -const void * RTTI_hkSecondaryCommandDispatcher = (void *)0x050FCAE0; -const void * RTTI_hkSeekableStreamReader = (void *)0x050F6790; -const void * RTTI_hkSerialize__Bundle = (void *)0x050F8E58; -const void * RTTI_hkSerialize__BundleBuilder = (void *)0x050F8EE8; -const void * RTTI_hkSerialize__Detail__ChainingCloneCallback = (void *)0x050F8070; -const void * RTTI_hkSerialize__Detail__CloneToRegistered = (void *)0x050F8030; -const void * RTTI_hkSerialize__Detail__SkipDyingCallback = (void *)0x050F80B0; -const void * RTTI_hkSerialize__Detail__TagfileArrayImpl = (void *)0x050F9030; -const void * RTTI_hkSerialize__Detail__TagfileBundle = (void *)0x050F8FB8; -const void * RTTI_hkSerialize__Detail__TagfilePointerImpl = (void *)0x050F8FF0; -const void * RTTI_hkSerialize__Detail__TagfileStringImpl = (void *)0x050F9070; -const void * RTTI_hkSerialize__NoteHandler = (void *)0x050F82F8; -const void * RTTI_hkSerialize__ReadFormat = (void *)0x050F8EB8; -const void * RTTI_hkSerialize__TagfileReadFormat = (void *)0x050F8F80; -const void * RTTI_hkSerialize__TagfileWriteFormat = (void *)0x050F8408; -const void * RTTI_hkSerialize__TagfileWriteFormat__Impl = (void *)0x050F8470; -const void * RTTI_hkSerialize__WriteFormat = (void *)0x050F8440; -const void * RTTI_hkSimdDouble64_FloatImpl = (void *)0x050F6980; -const void * RTTI_hkSimpleLocalFrame = (void *)0x050F7F28; -const void * RTTI_hkSkinBinding = (void *)0x051014A8; -const void * RTTI_hkSkinnedRefMeshShape = (void *)0x05101530; -const void * RTTI_hkSlot = (void *)0x0520F3A8; -const void * RTTI_hkSocket = (void *)0x050F8D88; -const void * RTTI_hkSocket__ReaderAdapter = (void *)0x050F8DA8; -const void * RTTI_hkSocket__WriterAdapter = (void *)0x050F8DD8; -const void * RTTI_hkSolverAllocator = (void *)0x050F9A08; -const void * RTTI_hkStackTracer = (void *)0x050F8E08; -const void * RTTI_hkStdioStreamReader = (void *)0x050F87F8; -const void * RTTI_hkStorageSkinnedMeshShape = (void *)0x05101500; -const void * RTTI_hkStreamReader = (void *)0x05261B70; -const void * RTTI_hkStreamWriter = (void *)0x05261B48; -const void * RTTI_hkStringBuf__StringImpl = (void *)0x050F79E0; -const void * RTTI_hkStringObject = (void *)0x050F5C48; -const void * RTTI_hkStringPtr__StringImpl = (void *)0x050F6548; -const void * RTTI_hkStringView__StringImpl = (void *)0x050F6A78; -const void * RTTI_hkTask = (void *)0x053ED468; -const void * RTTI_hkTaskGraph = (void *)0x053ED488; -const void * RTTI_hkTaskQueue = (void *)0x050F8A10; -const void * RTTI_hkTaskQueue_BatchingTask = (void *)0x050F9910; -const void * RTTI_hkTask__ExecutionContext = (void *)0x053ED4D8; -const void * RTTI_hkTgaFileFormat = (void *)0x05102050; -const void * RTTI_hkThread = (void *)0x050F8828; -const void * RTTI_hkThreadMemory = (void *)0x050F99E0; -const void * RTTI_hkThreadPool = (void *)0x053F02B0; -const void * RTTI_hkTransientAllocator = (void *)0x050F8938; -const void * RTTI_hkTypeVm__ArrayInstruction = (void *)0x050F85E8; -const void * RTTI_hkTypeVm__BlockInstruction = (void *)0x050F8618; -const void * RTTI_hkTypeVm__BlockPass = (void *)0x050F8648; -const void * RTTI_hkTypeVm__CheckTypeKindsPass = (void *)0x050F8720; -const void * RTTI_hkTypeVm__DefaultInstruction = (void *)0x050F8540; -const void * RTTI_hkTypeVm__GenerateConvertNumericKindPass = (void *)0x050F8758; -const void * RTTI_hkTypeVm__InlineFixedArrayPass = (void *)0x050F8678; -const void * RTTI_hkTypeVm__InlineRecordPass = (void *)0x050F86B0; -const void * RTTI_hkTypeVm__Instruction = (void *)0x050F84E0; -const void * RTTI_hkTypeVm__IntAndFloatConversionPass = (void *)0x050F86E0; -const void * RTTI_hkTypeVm__NopInstruction = (void *)0x050F8510; -const void * RTTI_hkTypeVm__Pass = (void *)0x050F7F90; -const void * RTTI_hkTypeVm__ProgramInstruction = (void *)0x050F8578; -const void * RTTI_hkTypeVm__RecordInstruction = (void *)0x050F85B0; -const void * RTTI_hkUuidObject = (void *)0x050F6A18; -const void * RTTI_hkUuidPseudoRandomGenerator = (void *)0x050F6A40; -const void * RTTI_hkViewport = (void *)0x050F5E38; -const void * RTTI_hkWin32FileSystem = (void *)0x05261A30; -const void * RTTI_hkWin32FileSystem__WatcherImpl = (void *)0x050F6828; -const void * RTTI_hkWin32StreamWriter = (void *)0x050F8880; -const void * RTTI_hkXmlLexAnalyzer = (void *)0x050F9990; -const void * RTTI_hkXmlStreamParser = (void *)0x050F8E30; -const void * RTTI_hk__IsValueArray__Impl = (void *)0x050F68D8; -const void * RTTI_hkaSkeleton = (void *)0x051015F0; -const void * RTTI_hkcdDynamicAabbTree = (void *)0x051012C0; -const void * RTTI_hkcdDynamicAabbTree__Impl = (void *)0x05101230; -const void * RTTI_hkcdGsk_Float3ShapeAOnlyInterface = (void *)0x05100B80; -const void * RTTI_hkcdGsk_Float3ShapeInterface = (void *)0x05100B48; -const void * RTTI_hkcdPlanarCsgOperand = (void *)0x05100858; -const void * RTTI_hkcdPlanarEntity = (void *)0x051007F8; -const void * RTTI_hkcdPlanarGeometry = (void *)0x05100A20; -const void * RTTI_hkcdPlanarGeometryPlanesCollection = (void *)0x051008C8; -const void * RTTI_hkcdPlanarGeometryPolygonCollection = (void *)0x05100888; -const void * RTTI_hkcdPlanarGeometry__VertexStorage = (void *)0x05100A50; -const void * RTTI_hkcdPlanarSolid = (void *)0x05100908; -const void * RTTI_hkcdPlanarSolid__NodeStorage = (void *)0x05100820; -const void * RTTI_hkcdSimdTreeUtils__Build__EmptyRunnable = (void *)0x05100BF8; -const void * RTTI_hkcdSimdTreeUtils__Build__Task = (void *)0x05100D50; -const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper = (void *)0x05100DE0; -const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper = (void *)0x05100D90; -const void * RTTI_hkcdSimdTree__BuildContext = (void *)0x050FF548; -const void * RTTI_hkcdSimdTree__ICustomRefit = (void *)0x05100B18; -const void * RTTI_hkcdSimdTree__IParallelBuild__IRunnable = (void *)0x05100BB8; -const void * RTTI_hkcdSimdTree__LeafCollector = (void *)0x050FD290; -const void * RTTI_hkcdSimdTree__PairCollector = (void *)0x050FFBD0; -const void * RTTI_hkcdStaticAabbTree = (void *)0x05101260; -const void * RTTI_hkcdStaticAabbTree__Impl = (void *)0x05101290; -const void * RTTI_hkcdStaticMeshTree__GeometryProvider = (void *)0x051029A8; -const void * RTTI_hkgpCgo__Config = (void *)0x053EF140; -const void * RTTI_hkgpConvexHull = (void *)0x050F9A30; -const void * RTTI_hkgpDeprecatedConvexDecompositionImpl__DefaultProgress = (void *)0x051009D0; -const void * RTTI_hkgpDeprecatedConvexDecompositionInternal__IInternal = (void *)0x05100980; -const void * RTTI_hkgpDeprecatedConvexDecomposition__IProgress = (void *)0x05100930; -const void * RTTI_hkgpMesh__IConvexOverlap = (void *)0x050F9AD8; -const void * RTTI_hknpAction = (void *)0x051E4938; -const void * RTTI_hknpActionManager = (void *)0x050FD758; -const void * RTTI_hknpAddActiveBodyPairsTask = (void *)0x050FE760; -const void * RTTI_hknpAllHitsCollector = (void *)0x051D4620; -const void * RTTI_hknpAnimatedShapeSurfaceVelocityModifier = (void *)0x050FEC90; -const void * RTTI_hknpAnyHitCollector = (void *)0x051D4560; -const void * RTTI_hknpApiCommandProcessor = (void *)0x050FCD00; -const void * RTTI_hknpApplyDragTask = (void *)0x050FF970; -const void * RTTI_hknpArrayAction = (void *)0x053F0540; -const void * RTTI_hknpBSCharacterProxy = (void *)0x053F0690; -const void * RTTI_hknpBSCharacterRigidBody = (void *)0x053F5990; -const void * RTTI_hknpBSCustomCollisionFilter = (void *)0x051D45C0; -const void * RTTI_hknpBSMaterial = (void *)0x053EEAB0; -const void * RTTI_hknpBSMaterialProperties = (void *)0x0523D970; -const void * RTTI_hknpBSMotionPropertiesLibrary = (void *)0x053ED198; -const void * RTTI_hknpBSMouseSpringAction = (void *)0x053F07E8; -const void * RTTI_hknpBSMoveLimitModifier = (void *)0x053EFA58; -const void * RTTI_hknpBSPlacementStreamCache = (void *)0x053EF4A8; -const void * RTTI_hknpBSShapeCodec = (void *)0x053EBDF0; -const void * RTTI_hknpBSWorld = (void *)0x053ED3C0; -const void * RTTI_hknpBSWorldUtil__hknpBSPhysicsSystem = (void *)0x053EBB88; -const void * RTTI_hknpBSWorldUtil__hknpBSRagdoll = (void *)0x053EBC18; -const void * RTTI_hknpBackfaceCollisionModifier = (void *)0x053EBE18; -const void * RTTI_hknpBallGun = (void *)0x050FBF40; -const void * RTTI_hknpBinaryAction = (void *)0x050FBEC0; -const void * RTTI_hknpBodyData = (void *)0x050FC078; -const void * RTTI_hknpBodyIntegrator = (void *)0x050FB950; -const void * RTTI_hknpBodyQuality = (void *)0x053ED348; -const void * RTTI_hknpBodyQualityLibrary = (void *)0x050FB920; -const void * RTTI_hknpBodyReference = (void *)0x050FB810; -const void * RTTI_hknpBoxShape = (void *)0x050FC768; -const void * RTTI_hknpBreakableConstraintData = (void *)0x050FC830; -const void * RTTI_hknpBroadPhase = (void *)0x05103088; -const void * RTTI_hknpBroadphaseTriggerCollisionDetector = (void *)0x050FEFF8; -const void * RTTI_hknpBuildConstraintJacobiansTask = (void *)0x050FFA40; -const void * RTTI_hknpCapsuleCapsuleConvexConvexManifoldGenerator = (void *)0x050FEF30; -const void * RTTI_hknpCapsuleShape = (void *)0x050FC790; -const void * RTTI_hknpCharacterContext = (void *)0x050FCA20; -const void * RTTI_hknpCharacterProxy = (void *)0x053F0660; -const void * RTTI_hknpCharacterProxyCinfo = (void *)0x0527FE48; -const void * RTTI_hknpCharacterProxyInternals__QueryCollector = (void *)0x050FDAE0; -const void * RTTI_hknpCharacterProxyListener = (void *)0x0523CFA8; -const void * RTTI_hknpCharacterRigidBody = (void *)0x053F59C0; -const void * RTTI_hknpCharacterRigidBodyCinfo = (void *)0x053F08E8; -const void * RTTI_hknpCharacterStateManager = (void *)0x050FCA50; -const void * RTTI_hknpCircularSurfaceVelocity = (void *)0x050FBE58; -const void * RTTI_hknpClosestHitCollector = (void *)0x051C97E8; -const void * RTTI_hknpClosestUniqueBodyIdHitCollector = (void *)0x053EFBD8; -const void * RTTI_hknpClosestUniqueBodyIdHitCollectorDeprecated = (void *)0x053EFC20; -const void * RTTI_hknpCollideSyncTask = (void *)0x050FEA58; -const void * RTTI_hknpCollisionDetector = (void *)0x050FEE10; -const void * RTTI_hknpCollisionFilter = (void *)0x051D4650; -const void * RTTI_hknpCollisionQueryCollector = (void *)0x051C97B0; -const void * RTTI_hknpCollisionQueryDispatcher = (void *)0x050FE3A8; -const void * RTTI_hknpCompositeCompositeCollisionDetector = (void *)0x050FEF78; -const void * RTTI_hknpCompositeShape = (void *)0x050FB838; -const void * RTTI_hknpCompoundShape = (void *)0x050FBB10; -const void * RTTI_hknpCompoundShapeData = (void *)0x050FBAE0; -const void * RTTI_hknpCompoundShapeInternalsCdDynamicTreeKeyMask = (void *)0x050FBC00; -const void * RTTI_hknpCompoundShapeInternalsSimdTreeKeyMask = (void *)0x050FBBC0; -const void * RTTI_hknpCompressedMeshShape = (void *)0x050FBC48; -const void * RTTI_hknpCompressedMeshShapeCinfo = (void *)0x053EF168; -const void * RTTI_hknpCompressedMeshShapeData = (void *)0x05102928; -const void * RTTI_hknpCompressedMeshShapeInternals__GeometryProvider = (void *)0x05102960; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery = (void *)0x05102D30; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled = (void *)0x05102D90; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0 = (void *)0x05102EC0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1 = (void *)0x05102F30; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2 = (void *)0x05102FA0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled = (void *)0x05102E50; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled = (void *)0x05102C70; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled = (void *)0x05102C10; -const void * RTTI_hknpCompressedMeshShapeInternals__KeyMask = (void *)0x051029E8; -const void * RTTI_hknpCompressedMeshShapeInternals__RayCastQueryBase = (void *)0x05102B10; -const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQuery = (void *)0x050FDE80; -const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQueryScaled = (void *)0x050FDED0; -const void * RTTI_hknpConstraintAtomSolver = (void *)0x050FCB18; -const void * RTTI_hknpConstraintCollisionFilter = (void *)0x050FDBD0; -const void * RTTI_hknpConstraintForceEventCreator = (void *)0x050FF038; -const void * RTTI_hknpConstraintForceExceededEventCreator = (void *)0x050FF070; -const void * RTTI_hknpContactImpulseClippedEventCreator = (void *)0x050FEAE8; -const void * RTTI_hknpContactImpulseEventCreator = (void *)0x050FEB28; -const void * RTTI_hknpConvexCompositeCollisionDetector = (void *)0x050FEEE8; -const void * RTTI_hknpConvexConvexCollisionDetector = (void *)0x050FFB20; -const void * RTTI_hknpConvexConvexShapeBaseInterface = (void *)0x05103048; -const void * RTTI_hknpConvexShape = (void *)0x053EFB90; -const void * RTTI_hknpCylinderShape = (void *)0x050FC7B8; -const void * RTTI_hknpDeactivationMaintenanceTask = (void *)0x050FE8B0; -const void * RTTI_hknpDecoratorShape = (void *)0x050FBB90; -const void * RTTI_hknpDefaultBroadPhaseConfig = (void *)0x053ED3E8; -const void * RTTI_hknpDefaultCompressedMeshShapeCinfo = (void *)0x053EF1A0; -const void * RTTI_hknpDefaultExternMeshShapeGeometry = (void *)0x050FBCE0; -const void * RTTI_hknpDefaultHeightFieldGeometry = (void *)0x050FC6D0; -const void * RTTI_hknpDefaultModifierSet = (void *)0x050FEA88; -const void * RTTI_hknpDeflectedLinearCast__CheckStartCollector = (void *)0x050FF490; -const void * RTTI_hknpDeflectedLinearCast__FilteredQueryCollector = (void *)0x050FF440; -const void * RTTI_hknpDeflectedLinearCast__QueryFilter = (void *)0x050FF4D8; -const void * RTTI_hknpDestructionShapeProperties = (void *)0x050FBFE8; -const void * RTTI_hknpDisableCollisionFilter = (void *)0x050FBA30; -const void * RTTI_hknpDummyShape = (void *)0x050FBDF8; -const void * RTTI_hknpDynamicSpaceSplitter = (void *)0x050FE730; -const void * RTTI_hknpEaseConstraintsAction = (void *)0x053F03E0; -const void * RTTI_hknpEasePenetrationsAction = (void *)0x050FD9F0; -const void * RTTI_hknpEventDispatcher = (void *)0x050FE5B0; -const void * RTTI_hknpEventMergeAndDispatcher = (void *)0x050FE5E0; -const void * RTTI_hknpExtendedExternMeshShapeGeometry = (void *)0x050FBD20; -const void * RTTI_hknpExternMeshShape = (void *)0x050FC738; -const void * RTTI_hknpExternMeshShapeBuildContext = (void *)0x051028C0; -const void * RTTI_hknpExternMeshShapeData = (void *)0x050FBC78; -const void * RTTI_hknpFaceClipConvexConvexManifoldGenerator = (void *)0x050FFAE0; -const void * RTTI_hknpFinalizeNarrowPhaseGridTask = (void *)0x050FE9B0; -const void * RTTI_hknpFinalizeNarrowPhasePairsTask = (void *)0x050FE978; -const void * RTTI_hknpFireSignalTask = (void *)0x050FF578; -const void * RTTI_hknpFirstPersonCharacter = (void *)0x050FBFB8; -const void * RTTI_hknpFirstPersonGun = (void *)0x050FBF10; -const void * RTTI_hknpFixedClosestHitCollector = (void *)0x053EF3D0; -const void * RTTI_hknpFixedClosestUniqueBodyHitCollector = (void *)0x053EF408; -const void * RTTI_hknpFlipBackfaceCollisionModifier = (void *)0x050FED00; -const void * RTTI_hknpFlippedGetClosestPointsQueryCollector = (void *)0x050FE2A0; -const void * RTTI_hknpFlippedShapeCastQueryCollector = (void *)0x050FE3E0; -const void * RTTI_hknpForwardClosestHitCollector = (void *)0x050FE260; -const void * RTTI_hknpFullCast__ManifoldGenerator = (void *)0x050FF938; -const void * RTTI_hknpGenSolverTasksTask = (void *)0x050FE918; -const void * RTTI_hknpGlobals = (void *)0x050FE350; -const void * RTTI_hknpGravityGun = (void *)0x050FBF68; -const void * RTTI_hknpGroupCollisionFilter = (void *)0x050FDB28; -const void * RTTI_hknpHeightFieldBoundingVolume = (void *)0x050FC8D0; -const void * RTTI_hknpHeightFieldGeometry = (void *)0x050FC708; -const void * RTTI_hknpHeightFieldShape = (void *)0x050FB868; -const void * RTTI_hknpHitScalingCollector = (void *)0x050FD300; -const void * RTTI_hknpInternalCommandProcessor = (void *)0x050FCAA8; -const void * RTTI_hknpLeafShapeSensor = (void *)0x05101DE8; -const void * RTTI_hknpLegacyRestitutionModifier = (void *)0x050FEBF0; -const void * RTTI_hknpLinearSurfaceVelocity = (void *)0x050FBE90; -const void * RTTI_hknpLodShape = (void *)0x050FB9D8; -const void * RTTI_hknpMalleableConstraintData = (void *)0x050FC898; -const void * RTTI_hknpManifoldEventCreator = (void *)0x050FECD0; -const void * RTTI_hknpMaskedCompoundShape = (void *)0x050FC6A0; -const void * RTTI_hknpMaskedShape = (void *)0x050FBB68; -const void * RTTI_hknpMaskedShape__MaskWrapper = (void *)0x050FBDC0; -const void * RTTI_hknpMassChangerModifier = (void *)0x050FEB60; -const void * RTTI_hknpMaterialData = (void *)0x050FC020; -const void * RTTI_hknpMaterialLibrary = (void *)0x053EB818; -const void * RTTI_hknpMaterialPalette = (void *)0x050FBA00; -const void * RTTI_hknpModifier = (void *)0x0519E698; -const void * RTTI_hknpMotionPropertiesData = (void *)0x050FC048; -const void * RTTI_hknpMotionPropertiesLibrary = (void *)0x053ED160; -const void * RTTI_hknpMotionWeldingModifier = (void *)0x050FEDA8; -const void * RTTI_hknpMountedBallGun = (void *)0x050FE038; -const void * RTTI_hknpMultithreadedSimulation = (void *)0x050FE798; -const void * RTTI_hknpNeighborWeldingModifier = (void *)0x050FED70; -const void * RTTI_hknpNullShapeTagCodec = (void *)0x050FE378; -const void * RTTI_hknpPairCollisionFilter = (void *)0x050FC670; -const void * RTTI_hknpParticleEventCreator = (void *)0x050FF0B0; -const void * RTTI_hknpParticleShapeLibrary = (void *)0x050FF8D0; -const void * RTTI_hknpParticleSimulationContext = (void *)0x050FF218; -const void * RTTI_hknpParticlesClosestHitOnMeshCollector = (void *)0x050FFB90; -const void * RTTI_hknpParticlesCollider = (void *)0x050FF518; -const void * RTTI_hknpParticlesColliderShape = (void *)0x050FBE20; -const void * RTTI_hknpParticlesCollisionFilter = (void *)0x050FFB58; -const void * RTTI_hknpParticlesDynamicHitsCollector = (void *)0x050FFCA8; -const void * RTTI_hknpParticlesStaticCollector = (void *)0x050FFC70; -const void * RTTI_hknpPhysicsSceneData = (void *)0x050FC0C8; -const void * RTTI_hknpPhysicsSystem = (void *)0x053EBC50; -const void * RTTI_hknpPhysicsSystemData = (void *)0x051E08E0; -const void * RTTI_hknpPostCollideTask = (void *)0x050FE7D0; -const void * RTTI_hknpPostSolveTask = (void *)0x050FE850; -const void * RTTI_hknpPreSolveTask = (void *)0x050FE828; -const void * RTTI_hknpPrepareConstraintsTask = (void *)0x050FFA08; -const void * RTTI_hknpPrepareNarrowPhasePairsTask = (void *)0x050FF9D0; -const void * RTTI_hknpPrepareNarrowPhaseTask = (void *)0x050FF998; -const void * RTTI_hknpPrepareSolverData = (void *)0x050FFAA8; -const void * RTTI_hknpProcessFullCastsTask = (void *)0x050FE8E8; -const void * RTTI_hknpProcessNarrowPhaseGridTask = (void *)0x050FE878; -const void * RTTI_hknpProcessNarrowPhasePairsTask = (void *)0x050FF900; -const void * RTTI_hknpProjectileGun = (void *)0x050FBF90; -const void * RTTI_hknpRagdoll = (void *)0x053EBA80; -const void * RTTI_hknpRagdollData = (void *)0x050FE238; -const void * RTTI_hknpRefDragProperties = (void *)0x050FB8F0; -const void * RTTI_hknpRefMassDistribution = (void *)0x053EF478; -const void * RTTI_hknpRefMaterial = (void *)0x050FB9B0; -const void * RTTI_hknpRefWorldCinfo = (void *)0x050FC0A0; -const void * RTTI_hknpRestitutionModifier = (void *)0x050FEBC0; -const void * RTTI_hknpSafeEaseConstraintsAction = (void *)0x053F0410; -const void * RTTI_hknpScaledConvexShape = (void *)0x050FBD90; -const void * RTTI_hknpScaledConvexShapeBase = (void *)0x050FBD60; -const void * RTTI_hknpSetShapeKeyACdDetector = (void *)0x050FEE78; -const void * RTTI_hknpShape = (void *)0x053EFB70; -const void * RTTI_hknpShapeBuffer = (void *)0x051D45F8; -const void * RTTI_hknpShapeFunctionsSingleton = (void *)0x050FC908; -const void * RTTI_hknpShapeKeyArrayCacheCdDetector = (void *)0x050FEEB0; -const void * RTTI_hknpShapeKeyMask = (void *)0x050FB898; -const void * RTTI_hknpShapeManager = (void *)0x050FE420; -const void * RTTI_hknpShapeMassProperties = (void *)0x050FB8C0; -const void * RTTI_hknpShapeScalingUtil = (void *)0x051032E8; -const void * RTTI_hknpShape__MassConfig = (void *)0x053EF448; -const void * RTTI_hknpSignedDistanceFieldCollisionDetector = (void *)0x050FEFB8; -const void * RTTI_hknpSimdTreeBroadPhase = (void *)0x051030B0; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__CollideTrees = (void *)0x051031E8; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty = (void *)0x05103140; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__Finalize = (void *)0x05103228; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData = (void *)0x051031A0; -const void * RTTI_hknpSimulation = (void *)0x050FCA80; -const void * RTTI_hknpSingleCellSpaceSplitter = (void *)0x050FE6F8; -const void * RTTI_hknpSingleThreadedSimulation = (void *)0x050FCBB0; -const void * RTTI_hknpSingleThreadedSolverData = (void *)0x050FE578; -const void * RTTI_hknpSoftContactModifier = (void *)0x050FEC28; -const void * RTTI_hknpSolveFinalizeTask = (void *)0x050FE948; -const void * RTTI_hknpSolverData = (void *)0x050FE550; -const void * RTTI_hknpSolverFactoryTask = (void *)0x050FE9E8; -const void * RTTI_hknpSolverSchedulerTask = (void *)0x050FFA78; -const void * RTTI_hknpSortFinalizeNarrowPhasePairsTask = (void *)0x050FEA18; -const void * RTTI_hknpSpaceSplitter = (void *)0x050FE6D0; -const void * RTTI_hknpSphereShape = (void *)0x050FC7E0; -const void * RTTI_hknpSpringAction = (void *)0x050FBEE8; -const void * RTTI_hknpStreamContactSolver = (void *)0x050FCE48; -const void * RTTI_hknpSurfaceVelocityModifier = (void *)0x050FEC58; -const void * RTTI_hknpTaskGraph = (void *)0x053ED2C0; -const void * RTTI_hknpTriangleShape = (void *)0x050FC648; -const void * RTTI_hknpTriangleWeldingModifier = (void *)0x050FED38; -const void * RTTI_hknpTriggerModifier = (void *)0x050FEB90; -const void * RTTI_hknpTyremarksInfo = (void *)0x050FC4E8; -const void * RTTI_hknpTyremarksWheel = (void *)0x050FC4B8; -const void * RTTI_hknpUnaryAction = (void *)0x051E4960; -const void * RTTI_hknpUniqueBodyIdHitCollector = (void *)0x05238220; -const void * RTTI_hknpVariableTimeStepUtil = (void *)0x050FF190; -const void * RTTI_hknpVehicleData = (void *)0x050FC490; -const void * RTTI_hknpVehicleDefaultAerodynamics = (void *)0x050FC158; -const void * RTTI_hknpVehicleDefaultAnalogDriverInput = (void *)0x050FC290; -const void * RTTI_hknpVehicleDefaultBrake = (void *)0x050FC220; -const void * RTTI_hknpVehicleDefaultEngine = (void *)0x050FC328; -const void * RTTI_hknpVehicleDefaultSteering = (void *)0x050FC388; -const void * RTTI_hknpVehicleDefaultSuspension = (void *)0x050FC420; -const void * RTTI_hknpVehicleDefaultTransmission = (void *)0x050FC458; -const void * RTTI_hknpVehicleDefaultVelocityDamper = (void *)0x050FC540; -const void * RTTI_hknpVehicleDriverInputAnalogStatus = (void *)0x050FC250; -const void * RTTI_hknpVehicleInstance = (void *)0x050FC0F8; -const void * RTTI_hknpVehicleLinearCastWheelCollide = (void *)0x050FC578; -const void * RTTI_hknpVehicleRayCastWheelCollide = (void *)0x050FC5E8; -const void * RTTI_hknpVehicleSuspension = (void *)0x050FC3F0; -const void * RTTI_hknpVehicleWheelCollide = (void *)0x050FC3C0; -const void * RTTI_hknpVehicleWheelCollide__WheelHitCollector = (void *)0x050FF400; -const void * RTTI_hknpWeldingModifier = (void *)0x050FEAB8; -const void * RTTI_hknpWorld = (void *)0x053EC210; -const void * RTTI_hknpWorldSnapshot = (void *)0x050FC620; -const void * RTTI_hkp6DofConstraintData = (void *)0x050FFD38; -const void * RTTI_hkpAngularFrictionConstraintData = (void *)0x051002C8; -const void * RTTI_hkpBallAndSocketConstraintData = (void *)0x050FFD68; -const void * RTTI_hkpCallbackConstraintMotor = (void *)0x051001E8; -const void * RTTI_hkpCogWheelConstraintData = (void *)0x050FFDD8; -const void * RTTI_hkpConstraintData = (void *)0x050FC808; -const void * RTTI_hkpConstraintMotor = (void *)0x050FFD08; -const void * RTTI_hkpDeformableFixedConstraintData = (void *)0x050FFE08; -const void * RTTI_hkpFixedConstraintData = (void *)0x050FFE40; -const void * RTTI_hkpHingeConstraintData = (void *)0x050FFEA0; -const void * RTTI_hkpHingeLimitsData = (void *)0x050FFE70; -const void * RTTI_hkpLimitedForceConstraintMotor = (void *)0x051001B0; -const void * RTTI_hkpLimitedHingeConstraintData = (void *)0x050FFED0; -const void * RTTI_hkpLinearClearanceConstraintData = (void *)0x050FFDA0; -const void * RTTI_hkpLinearParametricCurve = (void *)0x050FFF38; -const void * RTTI_hkpPointToPathConstraintData = (void *)0x050FFF68; -const void * RTTI_hkpPointToPlaneConstraintData = (void *)0x050FFFA0; -const void * RTTI_hkpPositionConstraintMotor = (void *)0x05100220; -const void * RTTI_hkpPrismaticConstraintData = (void *)0x050FFFD8; -const void * RTTI_hkpPulleyConstraintData = (void *)0x05100010; -const void * RTTI_hkpRackAndPinionConstraintData = (void *)0x05100040; -const void * RTTI_hkpRagdollConstraintData = (void *)0x051000A8; -const void * RTTI_hkpRagdollLimitsData = (void *)0x05100078; -const void * RTTI_hkpRotationalConstraintData = (void *)0x051000D8; -const void * RTTI_hkpSpringDamperConstraintMotor = (void *)0x05100258; -const void * RTTI_hkpStiffSpringConstraintData = (void *)0x05100110; -const void * RTTI_hkpVehicleFrictionDescription = (void *)0x050FC5B0; -const void * RTTI_hkpVelocityConstraintMotor = (void *)0x05100290; -const void * RTTI_hkpWheelConstraintData = (void *)0x05100180; -const void * RTTI_hkpWheelFrictionConstraintData = (void *)0x05100148; -const void * RTTI_hkpWrappedConstraintData = (void *)0x050FC868; -const void * RTTI_idLogging__ILogger = (void *)0x053309C8; -const void * RTTI_idTCP = (void *)0x054807A8; -const void * RTTI_nlohmann__detail__exception = (void *)0x053109E0; -const void * RTTI_nlohmann__detail__input_buffer_adapter = (void *)0x05310890; -const void * RTTI_nlohmann__detail__input_stream_adapter = (void *)0x05323DF8; -const void * RTTI_nlohmann__detail__out_of_range = (void *)0x053108D0; -const void * RTTI_nlohmann__detail__parse_error = (void *)0x053109A8; -const void * RTTI_nsContainerMenu__ConfirmTakeAllTheThingsCallback = (void *)0x0539CE20; -const void * RTTI_nsControlMappingData__RemapHandler = (void *)0x0513C120; -const void * RTTI_nsDataMenuData__GameLoadListener = (void *)0x0519D688; -const void * RTTI_nsDialogueMenu__MenuEventCatcher = (void *)0x0539E6F0; -const void * RTTI_nsMainMenu__InvalidUserCallback = (void *)0x053A1B30; -const void * RTTI_nsMonocle__MenuEventCatcher = (void *)0x0519CDE0; -const void * RTTI_nsMonocle__MonocleFastTravelConfirmFunc = (void *)0x052E71E8; -const void * RTTI_nsPauseMenu__UserDisengagedCallback = (void *)0x05300EB0; -const void * RTTI_nsPickpocketMenu__MenuEventCatcher = (void *)0x052EB198; -const void * RTTI_nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback = (void *)0x05318490; -const void * RTTI_rcContext = (void *)0x051D1AF0; -const void * RTTI_std___Node_assert = (void *)0x051CB808; -const void * RTTI_std___Node_back = (void *)0x051CB7E0; -const void * RTTI_std___Node_base = (void *)0x051A1E78; -const void * RTTI_std___Node_capture = (void *)0x051A1E50; -const void * RTTI_std___Node_end_group = (void *)0x0519E6C0; -const void * RTTI_std___Node_end_rep = (void *)0x051CB858; -const void * RTTI_std___Node_endif = (void *)0x051CB880; -const void * RTTI_std___Node_if = (void *)0x051CB8A8; -const void * RTTI_std___Node_rep = (void *)0x051CB830; -const void * RTTI_std___Root_node = (void *)0x051A0C28; -const void * RTTI_std__bad_alloc = (void *)0x05103318; -const void * RTTI_std__bad_array_new_length = (void *)0x05103368; -const void * RTTI_std__bad_cast = (void *)0x05103600; -const void * RTTI_std__bad_optional_access = (void *)0x05108640; -const void * RTTI_std__bad_variant_access = (void *)0x05103C90; -const void * RTTI_std__exception = (void *)0x05103340; -const void * RTTI_std__logic_error = (void *)0x051033C0; -const void * RTTI_std__out_of_range = (void *)0x05103398; -const void * RTTI_std__overflow_error = (void *)0x05100370; -const void * RTTI_std__range_error = (void *)0x05100548; -const void * RTTI_std__runtime_error = (void *)0x05108408; -const void * RTTI_std__underflow_error = (void *)0x051003A0; -const void * RTTI_type_info = (void *)0x051A0620; +const void * RTTI_AK__StreamMgr__IAkFileLocationResolver = (void *)0x0527F308; +const void * RTTI_AK__StreamMgr__IAkLowLevelIOHook = (void *)0x0527F3C0; +const void * RTTI_AabbHitCollector = (void *)0x05102CE0; +const void * RTTI_AbsorbEffect = (void *)0x0531C838; +const void * RTTI_AccumulatingValueModifierEffect = (void *)0x0531C890; +const void * RTTI_ActionActivateDoneHandler = (void *)0x05364718; +const void * RTTI_ActionInput = (void *)0x051CC1B0; +const void * RTTI_ActionOutput = (void *)0x051CC1D8; +const void * RTTI_ActiveEffect = (void *)0x0531C810; +const void * RTTI_ActiveEffectReferenceEffectController = (void *)0x0531C9A8; +const void * RTTI_ActiveModItemDataModel = (void *)0x052BA5C0; +const void * RTTI_ActiveModItemDataModel__ActiveModItemEventShuttle = (void *)0x052B9C20; +const void * RTTI_Actor = (void *)0x05106548; +const void * RTTI_ActorKnowledge = (void *)0x0534DDF8; +const void * RTTI_ActorMagicCaster = (void *)0x0531CBC8; +const void * RTTI_ActorMover = (void *)0x0534CC18; +const void * RTTI_ActorPackageData = (void *)0x05346790; +const void * RTTI_ActorSceneNextPhaseHandler = (void *)0x0535F848; +const void * RTTI_ActorUtils__ArmorRatingVisitor = (void *)0x053456D8; +const void * RTTI_ActorUtils__ArmorRatingVisitorBase = (void *)0x0531F240; +const void * RTTI_ActorValueBindingUpdaterService = (void *)0x051D6180; +const void * RTTI_ActorValueInfo = (void *)0x05267180; +const void * RTTI_ActorValueOwner = (void *)0x0524B308; +const void * RTTI_ActorValueSnapshot = (void *)0x050F8A70; +const void * RTTI_Actor__ForEachSpellVisitor = (void *)0x0531FF10; +const void * RTTI_AddRagdollHandler = (void *)0x053643A8; +const void * RTTI_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler = (void *)0x051DF9B0; +const void * RTTI_AimAssistData = (void *)0x052345A0; +const void * RTTI_AimAssist__Circle = (void *)0x051A0E18; +const void * RTTI_AimAssist__Ellipse = (void *)0x052833B0; +const void * RTTI_AimAssist__Pill = (void *)0x05288388; +const void * RTTI_AimDownSightData = (void *)0x05234798; +const void * RTTI_AimModelData = (void *)0x05234990; +const void * RTTI_AimOpticalSightData = (void *)0x052349B8; +const void * RTTI_AimOpticalSightStates__Active = (void *)0x05109F88; +const void * RTTI_AimOpticalSightStates__Base = (void *)0x052884C8; +const void * RTTI_AimOpticalSightStates__BetweenShots = (void *)0x05109FC0; +const void * RTTI_AimOpticalSightStates__Deinitialization = (void *)0x05109F08; +const void * RTTI_AimOpticalSightStates__Inactive = (void *)0x0510A038; +const void * RTTI_AimOpticalSightStates__Initialization = (void *)0x05109F48; +const void * RTTI_AimOpticalSightStates__Ready = (void *)0x0510A000; +const void * RTTI_AlarmPackage = (void *)0x0510B8F0; +const void * RTTI_AlchemyItem = (void *)0x051F1458; +const void * RTTI_AliasLegendaryRankCalculator = (void *)0x05261398; +const void * RTTI_AllowRotationHandler = (void *)0x05364318; +const void * RTTI_AllowRotationHandlerReference = (void *)0x05360158; +const void * RTTI_AmmoData = (void *)0x052DC2D0; +const void * RTTI_AnimGraph = (void *)0x053D9B58; +const void * RTTI_AnimGraphNode = (void *)0x053DA918; +const void * RTTI_AnimatedCameraDeltaStartHandler = (void *)0x05363D18; +const void * RTTI_AnimatedCameraEndHandler = (void *)0x05363CE8; +const void * RTTI_AnimatedCameraStartHandler = (void *)0x05364140; +const void * RTTI_AnimationClipDataSingleton = (void *)0x053E8D38; +const void * RTTI_AnimationCompleteHandler = (void *)0x053647A0; +const void * RTTI_AnimationCorrectedNode = (void *)0x053E8268; +const void * RTTI_AnimationCorrectedNodeInstance = (void *)0x053E8230; +const void * RTTI_AnimationDrivenHandler = (void *)0x05364288; +const void * RTTI_AnimationDrivenHandlerReference = (void *)0x05360190; +const void * RTTI_AnimationFileManagerSingleton = (void *)0x053E8F80; +const void * RTTI_AnimationGraphInstance = (void *)0x053DB308; +const void * RTTI_AnimationImpactSelector = (void *)0x053E7DF0; +const void * RTTI_AnimationImpactSelectorInstance = (void *)0x053E7E20; +const void * RTTI_AnimationManager = (void *)0x053DA5E8; +const void * RTTI_AnimationNode = (void *)0x053E85E0; +const void * RTTI_AnimationNodeInstance = (void *)0x053E85B0; +const void * RTTI_AnimationObjectDrawHandler = (void *)0x053641E0; +const void * RTTI_AnimationObjectHideHandler = (void *)0x053641A8; +const void * RTTI_AnimationObjectLoadHandler = (void *)0x05363F40; +const void * RTTI_AnimationObjectUnequipAllHandler = (void *)0x05363FA8; +const void * RTTI_AnimationObjectUnequipHandler = (void *)0x05363FE0; +const void * RTTI_AnimationRagdoll = (void *)0x053E8120; +const void * RTTI_AnimationRagdollDrive = (void *)0x053E8088; +const void * RTTI_AnimationRagdollDriveInstance = (void *)0x053E80B8; +const void * RTTI_AnimationRagdollInstance = (void *)0x053E80F0; +const void * RTTI_AnimationStanceDataSingletonDBData = (void *)0x053E9608; +const void * RTTI_AnimationStreamLoadGame = (void *)0x052532E0; +const void * RTTI_AnimationStreamSaveGame = (void *)0x05253310; +const void * RTTI_AnimationSystemUtils__QueuedAnimationHandles = (void *)0x0527D840; +const void * RTTI_AnimationSystemUtils__QueuedModelHandles = (void *)0x0527D888; +const void * RTTI_AnimationSystemUtils__QueuedReferenceAnimationTask = (void *)0x0527D7F0; +const void * RTTI_AnimationSystemUtils__TESModelAndAnimationHandles = (void *)0x051D04C0; +const void * RTTI_AntiGravityEffect = (void *)0x0531CCF0; +const void * RTTI_AnticipateAttackHandler = (void *)0x05363838; +const void * RTTI_ArchiveFile = (void *)0x05441FB8; +const void * RTTI_ArmorCraftingMenu = (void *)0x052E0DC0; +const void * RTTI_ArrowAttachHandler = (void *)0x053646B8; +const void * RTTI_ArrowDetachHandler = (void *)0x05364688; +const void * RTTI_ArrowProjectile = (void *)0x053663E0; +const void * RTTI_AssignVariable = (void *)0x053E7FC8; +const void * RTTI_AssignVariableInstance = (void *)0x053E7FF0; +const void * RTTI_AssigniState = (void *)0x053E7F70; +const void * RTTI_AssigniStateInstance = (void *)0x053E7F98; +const void * RTTI_AttachDistant3DTask = (void *)0x051F5B10; +const void * RTTI_AttachReferenceHandler = (void *)0x053604E0; +const void * RTTI_AttackStopHandler = (void *)0x05363B88; +const void * RTTI_AttractionObjectLOSUtils__CacheEntry = (void *)0x052827D8; +const void * RTTI_AutoVanityState = (void *)0x0539D0A0; +const void * RTTI_AwakeSoundFadeHandler = (void *)0x05360750; +const void * RTTI_AwakeSoundPauseHandler = (void *)0x053607B0; +const void * RTTI_AwakeSoundResumeHandler = (void *)0x05360780; +const void * RTTI_AwakeSoundStopHandler = (void *)0x05360720; +const void * RTTI_BGSAIWorldLocationEditorSpacePointRadius = (void *)0x051CB670; +const void * RTTI_BGSAIWorldLocationInteriorCell = (void *)0x051CB298; +const void * RTTI_BGSAIWorldLocationPointRadius = (void *)0x051CB330; +const void * RTTI_BGSAIWorldLocationPrimitive = (void *)0x051CB508; +const void * RTTI_BGSAIWorldLocationRefRadius = (void *)0x051CB5D8; +const void * RTTI_BGSAVMData = (void *)0x051D8BB8; +const void * RTTI_BGSAbilityPerkEntry = (void *)0x052611F8; +const void * RTTI_BGSAcousticSpace = (void *)0x05106EB8; +const void * RTTI_BGSAction = (void *)0x052609A0; +const void * RTTI_BGSActionData = (void *)0x051CC188; +const void * RTTI_BGSActivity = (void *)0x051C9420; +const void * RTTI_BGSActivityTrackerFormComponent = (void *)0x051DF8F0; +const void * RTTI_BGSActorValueActivity = (void *)0x051C9470; +const void * RTTI_BGSActorValueActivity_Runtime = (void *)0x051C93E8; +const void * RTTI_BGSAddToInventoryOnDestroy = (void *)0x051DFB28; +const void * RTTI_BGSAddonNode = (void *)0x052462F8; +const void * RTTI_BGSAddonNodeSoundHandleExtra = (void *)0x05246320; +const void * RTTI_BGSAffinityEvent = (void *)0x052428B0; +const void * RTTI_BGSAimAssistModel = (void *)0x05234578; +const void * RTTI_BGSAimAssistPoseData = (void *)0x05245668; +const void * RTTI_BGSAimDownSightModel = (void *)0x05234768; +const void * RTTI_BGSAimModel = (void *)0x05234968; +const void * RTTI_BGSAimOpticalSightModel = (void *)0x05234A38; +const void * RTTI_BGSAmbienceSet = (void *)0x05234A68; +const void * RTTI_BGSAnimationGraphComponent = (void *)0x051CD718; +const void * RTTI_BGSAnimationPathImplementation = (void *)0x05345620; +const void * RTTI_BGSApplyMagicEffectActivity = (void *)0x051C97B0; +const void * RTTI_BGSApplyMagicEffectActivity_Runtime = (void *)0x051C9770; +const void * RTTI_BGSArtObject = (void *)0x05246358; +const void * RTTI_BGSArtObjectCloneTask = (void *)0x05246380; +const void * RTTI_BGSAssociationType = (void *)0x052609C0; +const void * RTTI_BGSAtmosphere = (void *)0x052455B8; +const void * RTTI_BGSAttachParentArray = (void *)0x051DFEC0; +const void * RTTI_BGSAttachTechniquesUtil__AttachTechniquesFunctor = (void *)0x05201840; +const void * RTTI_BGSAttachTechniquesUtil__DetachTechniquesFunctor = (void *)0x05201890; +const void * RTTI_BGSAttachTechniquesUtil__ProcessTechniquesFunctor = (void *)0x052018E0; +const void * RTTI_BGSAttackData = (void *)0x052671A8; +const void * RTTI_BGSAttackDataForm = (void *)0x051FBB00; +const void * RTTI_BGSAttackDataMap = (void *)0x052671D0; +const void * RTTI_BGSAttractionRule = (void *)0x052428D8; +const void * RTTI_BGSAudioOcclusionPrimitive = (void *)0x051D7160; +const void * RTTI_BGSAudio_Internal__LooseAudioRegistrar = (void *)0x0527F158; +const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo = (void *)0x0527F1A0; +const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo = (void *)0x0527F1F0; +const void * RTTI_BGSAudio_Internal__WwiseGameObjectMgr = (void *)0x0527E6F0; +const void * RTTI_BGSAudio_Internal__WwiseIODevice = (void *)0x0527E960; +const void * RTTI_BGSAudio_Internal__WwiseIOMgr = (void *)0x0527E928; +const void * RTTI_BGSAudio__IEmitterResolver = (void *)0x0527F3F8; +const void * RTTI_BGSAudio__RefNodeResolver = (void *)0x0527F290; +const void * RTTI_BGSAudio__WwiseService = (void *)0x0527ECC8; +const void * RTTI_BGSBarterActivity = (void *)0x051CAA28; +const void * RTTI_BGSBarterActivity_Runtime = (void *)0x051CA9F8; +const void * RTTI_BGSBaseAlias = (void *)0x052429D8; +const void * RTTI_BGSBaseLODBlock = (void *)0x051D9310; +const void * RTTI_BGSBaseLODBlock__AutoDetachBlock = (void *)0x051D9298; +const void * RTTI_BGSBaseLODBlock__GeometryAutoDetachBlock = (void *)0x051D92D0; +const void * RTTI_BGSBaseLODRuntimeComponent = (void *)0x051D9740; +const void * RTTI_BGSBendableSpline = (void *)0x052463B0; +const void * RTTI_BGSBiome = (void *)0x05106FF0; +const void * RTTI_BGSBiomeMarkerObject = (void *)0x05235210; +const void * RTTI_BGSBiome__MarkerKeywordData = (void *)0x052458B8; +const void * RTTI_BGSBleedoutActivity = (void *)0x051C98F0; +const void * RTTI_BGSBleedoutActivity_Runtime = (void *)0x051C98B8; +const void * RTTI_BGSBlockBashData = (void *)0x051FBB28; +const void * RTTI_BGSBodyManager = (void *)0x051D0E70; +const void * RTTI_BGSBodyPartData = (void *)0x05109630; +const void * RTTI_BGSBodyPartInfo = (void *)0x05106A80; +const void * RTTI_BGSBodyUtils__SkinColorUpdateNode = (void *)0x051D0E38; +const void * RTTI_BGSBoneModifier = (void *)0x05235378; +const void * RTTI_BGSBuildWorkshopActivity = (void *)0x051C99F0; +const void * RTTI_BGSBuildWorkshopActivity_Runtime = (void *)0x051C99B8; +const void * RTTI_BGSCameraPath = (void *)0x0525D998; +const void * RTTI_BGSCameraShot = (void *)0x0525D9C0; +const void * RTTI_BGSChallengeForm = (void *)0x051D8B38; +const void * RTTI_BGSCharacterMorph__FacialBoneSculptSlider = (void *)0x05242900; +const void * RTTI_BGSCharacterMorph__FacialBoneSlider = (void *)0x05242940; +const void * RTTI_BGSCloudForm = (void *)0x0523AA20; +const void * RTTI_BGSCollisionLayer = (void *)0x0525D9E8; +const void * RTTI_BGSColorForm = (void *)0x0525DA10; +const void * RTTI_BGSCompleteResearchActivity = (void *)0x051C9AB0; +const void * RTTI_BGSCompleteResearchActivity_Runtime = (void *)0x051C9A70; +const void * RTTI_BGSConditionForm = (void *)0x051065D8; +const void * RTTI_BGSConstructibleObject = (void *)0x052463D8; +const void * RTTI_BGSConsumeActivity = (void *)0x051C9BC0; +const void * RTTI_BGSConsumeActivity_Runtime = (void *)0x051C9B88; +const void * RTTI_BGSContactShadowComponent = (void *)0x051D1D08; +const void * RTTI_BGSConveyorBelt__ConveyorBelt = (void *)0x051E7670; +const void * RTTI_BGSCraftActivity = (void *)0x051C9CE0; +const void * RTTI_BGSCraftActivity_Runtime = (void *)0x051C9CB0; +const void * RTTI_BGSCraftableForm = (void *)0x05235240; +const void * RTTI_BGSCraftingResourceOwner = (void *)0x05106AA8; +const void * RTTI_BGSCrippleLimbActivity = (void *)0x051C9DD0; +const void * RTTI_BGSCrippleLimbActivity_Runtime = (void *)0x051C9D98; +const void * RTTI_BGSCrowdComponent = (void *)0x051E0280; +const void * RTTI_BGSCurve3DForm = (void *)0x052345C8; +const void * RTTI_BGSCurveForm = (void *)0x052345F0; +const void * RTTI_BGSCustomShipForm = (void *)0x051D1E70; +const void * RTTI_BGSDamageType = (void *)0x05245928; +const void * RTTI_BGSDebris = (void *)0x05246408; +const void * RTTI_BGSDecalManager = (void *)0x052025B0; +const void * RTTI_BGSDecalNode = (void *)0x05202840; +const void * RTTI_BGSDefaultObject = (void *)0x051A0600; +const void * RTTI_BGSDefaultObjectManager = (void *)0x051A08B8; +const void * RTTI_BGSDestroyShipActivity = (void *)0x051C9E80; +const void * RTTI_BGSDestroyShipActivity_Runtime = (void *)0x051C9E48; +const void * RTTI_BGSDestructibleObjectForm = (void *)0x051F1428; +const void * RTTI_BGSDialogueBranch = (void *)0x05106E20; +const void * RTTI_BGSDisplayCaseFormComponent = (void *)0x051E03C8; +const void * RTTI_BGSDistantObjectBlock = (void *)0x05279100; +const void * RTTI_BGSDockingActivity = (void *)0x051C9F38; +const void * RTTI_BGSDockingActivity_Runtime = (void *)0x051C9F68; +const void * RTTI_BGSDualCastData = (void *)0x051F1480; +const void * RTTI_BGSDynamicLODBlock = (void *)0x051D9DB8; +const void * RTTI_BGSDynamicLODBlock__InstancedAutoDetachBlock = (void *)0x051D9D70; +const void * RTTI_BGSEchoListener = (void *)0x052460E0; +const void * RTTI_BGSEffectSequenceForm = (void *)0x05235268; +const void * RTTI_BGSEffectSequenceFormComponent = (void *)0x051E05A0; +const void * RTTI_BGSEntryPointFunctionData = (void *)0x052609F0; +const void * RTTI_BGSEntryPointFunctionDataAVAndValue = (void *)0x05260AD0; +const void * RTTI_BGSEntryPointFunctionDataActivateChoice = (void *)0x05260A20; +const void * RTTI_BGSEntryPointFunctionDataBooleanGraphVariable = (void *)0x05260B90; +const void * RTTI_BGSEntryPointFunctionDataLeveledList = (void *)0x05260B10; +const void * RTTI_BGSEntryPointFunctionDataOneValue = (void *)0x05260A60; +const void * RTTI_BGSEntryPointFunctionDataProjectile = (void *)0x05260C10; +const void * RTTI_BGSEntryPointFunctionDataSpellItem = (void *)0x05260B50; +const void * RTTI_BGSEntryPointFunctionDataText = (void *)0x05260BD8; +const void * RTTI_BGSEntryPointFunctionDataTwoValue = (void *)0x05260A98; +const void * RTTI_BGSEntryPointPerkEntry = (void *)0x05261228; +const void * RTTI_BGSEquipSlot = (void *)0x05260D08; +const void * RTTI_BGSExplosion = (void *)0x05246428; +const void * RTTI_BGSExternalComponentDataSource = (void *)0x051E0810; +const void * RTTI_BGSFaceFX = (void *)0x051DCDA0; +const void * RTTI_BGSFadeManager = (void *)0x051D17A0; +const void * RTTI_BGSFogVolumeForm = (void *)0x0523AA48; +const void * RTTI_BGSFootIkImplementation = (void *)0x053455F0; +const void * RTTI_BGSFootstep = (void *)0x0525DB40; +const void * RTTI_BGSFootstepManager = (void *)0x05347B30; +const void * RTTI_BGSFootstepSet = (void *)0x0525DB68; +const void * RTTI_BGSForceData = (void *)0x05234A90; +const void * RTTI_BGSForcedLocRefType = (void *)0x051E0980; +const void * RTTI_BGSFormFolderKeywordList = (void *)0x051D8CF0; +const void * RTTI_BGSFormLinkData = (void *)0x051E0AB0; +const void * RTTI_BGSGenericBaseForm = (void *)0x05246450; +const void * RTTI_BGSGenericBaseFormTemplate = (void *)0x052464B0; +const void * RTTI_BGSGeometryConstructorManager = (void *)0x05336550; +const void * RTTI_BGSGrassManager__AddCellGrassTask = (void *)0x052036D0; +const void * RTTI_BGSGrassManager__CellGrass = (void *)0x052036A0; +const void * RTTI_BGSGravJumpActivity = (void *)0x051CA030; +const void * RTTI_BGSGravJumpActivity_Runtime = (void *)0x051CA060; +const void * RTTI_BGSGroundCover = (void *)0x0524A5B8; +const void * RTTI_BGSGroupedInstancedGeometry = (void *)0x051D1B68; +const void * RTTI_BGSHarvestActivity = (void *)0x051CA0E8; +const void * RTTI_BGSHarvestActivity_Runtime = (void *)0x051CA118; +const void * RTTI_BGSHavokGeometryAttach = (void *)0x052019A8; +const void * RTTI_BGSHavokGeometryAttach__ActionPolicy = (void *)0x052019D8; +const void * RTTI_BGSHavokGeometryAttach__AttachPolicy = (void *)0x05201928; +const void * RTTI_BGSHavokGeometryAttach__DetachPolicy = (void *)0x05201968; +const void * RTTI_BGSHazard = (void *)0x0511D1F0; +const void * RTTI_BGSHeadPart = (void *)0x05260D58; +const void * RTTI_BGSIdleCollection = (void *)0x051070A0; +const void * RTTI_BGSIdleMarker = (void *)0x05260D80; +const void * RTTI_BGSImpactData = (void *)0x0525DB90; +const void * RTTI_BGSImpactDataSet = (void *)0x0525DCD8; +const void * RTTI_BGSImpactManager = (void *)0x05328568; +const void * RTTI_BGSInstanceNamingRules = (void *)0x05108EC8; +const void * RTTI_BGSInventoryInterface = (void *)0x053379F0; +const void * RTTI_BGSInventoryList = (void *)0x05203F88; +const void * RTTI_BGSKeyword = (void *)0x05106FA0; +const void * RTTI_BGSKeywordForm = (void *)0x0511CDF8; +const void * RTTI_BGSKillActivity = (void *)0x051CA190; +const void * RTTI_BGSKillActivity_Runtime = (void *)0x051CA1B8; +const void * RTTI_BGSLODManager = (void *)0x0527AD60; +const void * RTTI_BGSLODStates__Geometry__Attached = (void *)0x05106A48; +const void * RTTI_BGSLODStates__Geometry__Attaching = (void *)0x05106988; +const void * RTTI_BGSLODStates__Geometry__Base = (void *)0x051D8FD8; +const void * RTTI_BGSLODStates__Geometry__DeferredDetach = (void *)0x051069C0; +const void * RTTI_BGSLODStates__Geometry__DeferredDetachComplete = (void *)0x05106A00; +const void * RTTI_BGSLODStates__Geometry__Detached = (void *)0x05106950; +const void * RTTI_BGSLODStates__Geometry__Loaded = (void *)0x051068E0; +const void * RTTI_BGSLODStates__Geometry__Loading = (void *)0x05106870; +const void * RTTI_BGSLODStates__Geometry__Prepared = (void *)0x05106838; +const void * RTTI_BGSLODStates__Geometry__Preparing = (void *)0x05106918; +const void * RTTI_BGSLODStates__Geometry__Reset = (void *)0x051068A8; +const void * RTTI_BGSLODStates__Geometry__Unloaded = (void *)0x05106800; +const void * RTTI_BGSLODStates__Node__Active = (void *)0x05109D68; +const void * RTTI_BGSLODStates__Node__Base = (void *)0x0527AFB0; +const void * RTTI_BGSLODStates__Node__Fading = (void *)0x0527B6D0; +const void * RTTI_BGSLODStates__Node__FadingIn = (void *)0x05109DD0; +const void * RTTI_BGSLODStates__Node__FadingOut = (void *)0x05109E48; +const void * RTTI_BGSLODStates__Node__Inactive = (void *)0x05109D00; +const void * RTTI_BGSLODStates__Node__IntersectsLoadedArea = (void *)0x05109C88; +const void * RTTI_BGSLODStates__Node__Loaded = (void *)0x05109D38; +const void * RTTI_BGSLODStates__Node__OutsideLoadedArea = (void *)0x05109E80; +const void * RTTI_BGSLODStates__Node__PendingCellClearBase = (void *)0x0527B658; +const void * RTTI_BGSLODStates__Node__PrepareFading = (void *)0x0527B698; +const void * RTTI_BGSLODStates__Node__PrepareFadingIn = (void *)0x05109D98; +const void * RTTI_BGSLODStates__Node__PrepareFadingOut = (void *)0x05109E08; +const void * RTTI_BGSLODStates__Node__Split = (void *)0x05109EC0; +const void * RTTI_BGSLODStates__Node__Unloaded = (void *)0x05109CC8; +const void * RTTI_BGSLandPlanetActivity = (void *)0x051CA2A8; +const void * RTTI_BGSLandPlanetActivity_Runtime = (void *)0x051CA2D8; +const void * RTTI_BGSLayeredMaterialSwap = (void *)0x05235058; +const void * RTTI_BGSLegendaryItem = (void *)0x05235298; +const void * RTTI_BGSLensFlare = (void *)0x05246528; +const void * RTTI_BGSLensFlareSprite = (void *)0x05246598; +const void * RTTI_BGSLevGenericBaseForm = (void *)0x052465C8; +const void * RTTI_BGSLevPackIn = (void *)0x052465F8; +const void * RTTI_BGSLevSpaceCell = (void *)0x0524A618; +const void * RTTI_BGSLightingTemplate = (void *)0x0524A640; +const void * RTTI_BGSLinkedVoiceType = (void *)0x051E0C60; +const void * RTTI_BGSListForm = (void *)0x0525DD00; +const void * RTTI_BGSLoadFormBuffer = (void *)0x051F3710; +const void * RTTI_BGSLoadGameBuffer = (void *)0x051F36E8; +const void * RTTI_BGSLoadGameBufferSimple = (void *)0x051F36B8; +const void * RTTI_BGSLoadedSceneLODBlock = (void *)0x0527AF80; +const void * RTTI_BGSLocAlias = (void *)0x05260EA8; +const void * RTTI_BGSLocation = (void *)0x05106DB0; +const void * RTTI_BGSLocationRefType = (void *)0x05109020; +const void * RTTI_BGSLockPickActivity = (void *)0x051CAB90; +const void * RTTI_BGSLockPickActivity_Runtime = (void *)0x051CAC08; +const void * RTTI_BGSLodOwnerComponent = (void *)0x051E0ED0; +const void * RTTI_BGSLodRuntimeOwnerComponent = (void *)0x051D9778; +const void * RTTI_BGSLootContainerActivity = (void *)0x051CA358; +const void * RTTI_BGSLootContainerActivity_Runtime = (void *)0x051CA388; +const void * RTTI_BGSLoseEnemyActivity = (void *)0x051CA508; +const void * RTTI_BGSLoseEnemyActivity_Runtime = (void *)0x051CA480; +const void * RTTI_BGSMaterialPathForm = (void *)0x05234E28; +const void * RTTI_BGSMaterialPropertyComponent = (void *)0x051E10A0; +const void * RTTI_BGSMaterialType = (void *)0x0525DE08; +const void * RTTI_BGSMeleeAimAssistModel = (void *)0x05234660; +const void * RTTI_BGSMessage = (void *)0x05106D88; +const void * RTTI_BGSMod__Attachment__Mod = (void *)0x05106D38; +const void * RTTI_BGSMod__Property__BridgeI = (void *)0x051924A0; +const void * RTTI_BGSMod__Template__Item = (void *)0x051E1100; +const void * RTTI_BGSMod__Template__Items = (void *)0x052491A8; +const void * RTTI_BGSModelMaterialSwap = (void *)0x051E1428; +const void * RTTI_BGSModelNode = (void *)0x05204110; +const void * RTTI_BGSMorphableObject = (void *)0x05246620; +const void * RTTI_BGSMotorAction__Action = (void *)0x051E78B8; +const void * RTTI_BGSMotorAction__FanMotor = (void *)0x051E78E8; +const void * RTTI_BGSMovableStatic = (void *)0x05246790; +const void * RTTI_BGSMovementType = (void *)0x05260ED0; +const void * RTTI_BGSMoviePlayer = (void *)0x053287F8; +const void * RTTI_BGSMultiTechniqueAttach = (void *)0x05201B70; +const void * RTTI_BGSMultiTechniqueAttach__ActionPolicy = (void *)0x05201BA0; +const void * RTTI_BGSMultiTechniqueAttach__AttachPolicy = (void *)0x05201AF0; +const void * RTTI_BGSMultiTechniqueAttach__DetachPolicy = (void *)0x05201B30; +const void * RTTI_BGSMusicPaletteTrack = (void *)0x0525DE58; +const void * RTTI_BGSMusicSilenceTrack = (void *)0x0525DEB0; +const void * RTTI_BGSMusicSingleTrack = (void *)0x0525DF78; +const void * RTTI_BGSMusicTrack = (void *)0x0525DE88; +const void * RTTI_BGSMusicTrackFormWrapper = (void *)0x0525DFA8; +const void * RTTI_BGSMusicType = (void *)0x05106E70; +const void * RTTI_BGSNamedNodeAttach = (void *)0x05201A88; +const void * RTTI_BGSNamedNodeAttach__ActionPolicy = (void *)0x05201AB8; +const void * RTTI_BGSNamedNodeAttach__AttachPolicy = (void *)0x05201A18; +const void * RTTI_BGSNamedNodeAttach__DetachPolicy = (void *)0x05201A50; +const void * RTTI_BGSNavigationGridManager = (void *)0x05209748; +const void * RTTI_BGSNote = (void *)0x05109260; +const void * RTTI_BGSObjectInstanceExtra = (void *)0x051DC900; +const void * RTTI_BGSObjectPlacementDefaults = (void *)0x051E1578; +const void * RTTI_BGSObjectSwap = (void *)0x05245DC8; +const void * RTTI_BGSObjectVisibilityManager = (void *)0x05143120; +const void * RTTI_BGSObjectWindowFilterComponent = (void *)0x051D1FC0; +const void * RTTI_BGSOrbitalDataComponent = (void *)0x051E15E8; +const void * RTTI_BGSOrbitedDataComponent = (void *)0x051E19D8; +const void * RTTI_BGSOutfit = (void *)0x05246A98; +const void * RTTI_BGSOverridePackCollection = (void *)0x051FC078; +const void * RTTI_BGSPackIn = (void *)0x05247E78; +const void * RTTI_BGSPackageDataBool = (void *)0x05109848; +const void * RTTI_BGSPackageDataFloat = (void *)0x05267428; +const void * RTTI_BGSPackageDataInt = (void *)0x05267338; +const void * RTTI_BGSPackageDataLocation = (void *)0x05267230; +const void * RTTI_BGSPackageDataLocationWrapper = (void *)0x05267260; +const void * RTTI_BGSPackageDataObjectList = (void *)0x05109AE0; +const void * RTTI_BGSPackageDataRef = (void *)0x05267508; +const void * RTTI_BGSPackageDataRefOLD = (void *)0x052673F8; +const void * RTTI_BGSPackageDataScene = (void *)0x051064C8; +const void * RTTI_BGSPackageDataTargetSelector = (void *)0x052671F8; +const void * RTTI_BGSPackageDataTopic = (void *)0x05109B98; +const void * RTTI_BGSPapyrusScriptsComponent = (void *)0x051E1FA0; +const void * RTTI_BGSParticleObjectCloneTask = (void *)0x05275FA0; +const void * RTTI_BGSParticleSystemDefineCollection = (void *)0x052352C0; +const void * RTTI_BGSPathingData = (void *)0x051E2200; +const void * RTTI_BGSPerk = (void *)0x05109240; +const void * RTTI_BGSPerkRank = (void *)0x05261258; +const void * RTTI_BGSPhotoModeFeature = (void *)0x051D8B88; +const void * RTTI_BGSPickupPutdownSounds = (void *)0x0511CEA0; +const void * RTTI_BGSPlanetContentManager = (void *)0x053394F8; +const void * RTTI_BGSPlanetContentManagerBranchNode = (void *)0x0521BCC8; +const void * RTTI_BGSPlanetContentManagerContentNode = (void *)0x05107418; +const void * RTTI_BGSPlanetContentManagerContentProperties = (void *)0x05213C18; +const void * RTTI_BGSPlanetContentManagerTree = (void *)0x0521C670; +const void * RTTI_BGSPlanetContentManager__ILogEventData = (void *)0x0521BC50; +const void * RTTI_BGSPlanet__Atmosphere = (void *)0x05213CC0; +const void * RTTI_BGSPlanet__ContentPlacement = (void *)0x052184E0; +const void * RTTI_BGSPlanet__IModule = (void *)0x05213C98; +const void * RTTI_BGSPlanet__LODNotifierModule = (void *)0x052182E8; +const void * RTTI_BGSPlanet__LandingMarkers = (void *)0x05217B98; +const void * RTTI_BGSPlanet__Landscape = (void *)0x052180E0; +const void * RTTI_BGSPlanet__Manager = (void *)0x05218410; +const void * RTTI_BGSPlanet__Manager__MoveToNode = (void *)0x05218470; +const void * RTTI_BGSPlanet__Manager__ShiftToTask = (void *)0x05218438; +const void * RTTI_BGSPlanet__MultiFiles__Grid = (void *)0x05217E40; +const void * RTTI_BGSPlanet__MultiFiles__MasterFile = (void *)0x05217E08; +const void * RTTI_BGSPlanet__NavMeshGen = (void *)0x05218D60; +const void * RTTI_BGSPlanet__OrderedLandTextures = (void *)0x05218548; +const void * RTTI_BGSPlanet__Overlays = (void *)0x05218518; +const void * RTTI_BGSPlanet__PlanetData = (void *)0x05216FF8; +const void * RTTI_BGSPlanet__ProcGen = (void *)0x0521A3B8; +const void * RTTI_BGSPlanet__ProcGenRuntimeService = (void *)0x0521A6E8; +const void * RTTI_BGSPlanet__ScanCollection = (void *)0x052A1570; +const void * RTTI_BGSPlanet__SurfaceMapModule = (void *)0x052184A8; +const void * RTTI_BGSPlanet__UpdateNavMeshTaskNode = (void *)0x05218580; +const void * RTTI_BGSPlayerMusicChanger = (void *)0x0531EC88; +const void * RTTI_BGSPlayerPickpocketActivity = (void *)0x051CA620; +const void * RTTI_BGSPlayerPickpocketActivity_Runtime = (void *)0x051CA588; +const void * RTTI_BGSPreviewTransform = (void *)0x051E2228; +const void * RTTI_BGSPrimitive = (void *)0x052043A8; +const void * RTTI_BGSPrimitiveBox = (void *)0x05204420; +const void * RTTI_BGSPrimitiveComponent = (void *)0x051E2360; +const void * RTTI_BGSPrimitiveCylinder = (void *)0x05204378; +const void * RTTI_BGSPrimitiveEllipsoid = (void *)0x05204318; +const void * RTTI_BGSPrimitiveLine = (void *)0x052043D0; +const void * RTTI_BGSPrimitivePlane = (void *)0x052043F8; +const void * RTTI_BGSPrimitiveSphere = (void *)0x05204348; +const void * RTTI_BGSProcedureAcquire = (void *)0x0526D4F8; +const void * RTTI_BGSProcedureAcquireExecState = (void *)0x0526D2D0; +const void * RTTI_BGSProcedureActivate = (void *)0x0526D798; +const void * RTTI_BGSProcedureActivateExecState = (void *)0x0526D828; +const void * RTTI_BGSProcedureAmbush = (void *)0x051CBB30; +const void * RTTI_BGSProcedureAmbushExecState = (void *)0x051CBA98; +const void * RTTI_BGSProcedureBase = (void *)0x051CBB60; +const void * RTTI_BGSProcedureCombatTravel = (void *)0x0526DB38; +const void * RTTI_BGSProcedureCombatTravelExecState = (void *)0x0526DBD0; +const void * RTTI_BGSProcedureDialogue = (void *)0x0526DDE8; +const void * RTTI_BGSProcedureDialogueActivate = (void *)0x0526E088; +const void * RTTI_BGSProcedureDialogueActivateExecState = (void *)0x0526E120; +const void * RTTI_BGSProcedureDialogueExecState = (void *)0x0526C610; +const void * RTTI_BGSProcedureDone = (void *)0x0526D2A8; +const void * RTTI_BGSProcedureDoneExecState = (void *)0x0526CED0; +const void * RTTI_BGSProcedureEat = (void *)0x0526E2E0; +const void * RTTI_BGSProcedureEatExecState = (void *)0x0526C8A8; +const void * RTTI_BGSProcedureEscort = (void *)0x0526FCB8; +const void * RTTI_BGSProcedureEscortExecState = (void *)0x0526FD48; +const void * RTTI_BGSProcedureFind = (void *)0x05270150; +const void * RTTI_BGSProcedureFindExecState = (void *)0x0526C940; +const void * RTTI_BGSProcedureFlee = (void *)0x052703F0; +const void * RTTI_BGSProcedureFleeExecState = (void *)0x05270360; +const void * RTTI_BGSProcedureFlightGrab = (void *)0x05270718; +const void * RTTI_BGSProcedureFlightGrabExecState = (void *)0x05270678; +const void * RTTI_BGSProcedureFollow = (void *)0x05270B70; +const void * RTTI_BGSProcedureFollowExecState = (void *)0x05270AD8; +const void * RTTI_BGSProcedureFollowTo = (void *)0x05270BF8; +const void * RTTI_BGSProcedureForceGreet = (void *)0x05270E78; +const void * RTTI_BGSProcedureGuard = (void *)0x05271228; +const void * RTTI_BGSProcedureGuardArea = (void *)0x052712E8; +const void * RTTI_BGSProcedureGuardExecState = (void *)0x05271250; +const void * RTTI_BGSProcedureHeadtrack = (void *)0x051CBE68; +const void * RTTI_BGSProcedureHeadtrackExecState = (void *)0x051CBEF8; +const void * RTTI_BGSProcedureHoldPosition = (void *)0x052715E0; +const void * RTTI_BGSProcedureHoldPositionExecState = (void *)0x0526C808; +const void * RTTI_BGSProcedureHover = (void *)0x052717F8; +const void * RTTI_BGSProcedureHoverExecState = (void *)0x05271880; +const void * RTTI_BGSProcedureKeepAnEyeOn = (void *)0x05271AB8; +const void * RTTI_BGSProcedureKeepAnEyeOnExecState = (void *)0x0526C760; +const void * RTTI_BGSProcedureLock = (void *)0x05271E88; +const void * RTTI_BGSProcedureLockUnlockExecState = (void *)0x05271F18; +const void * RTTI_BGSProcedureOrbit = (void *)0x05272198; +const void * RTTI_BGSProcedureOrbitExecState = (void *)0x05272220; +const void * RTTI_BGSProcedurePatrol = (void *)0x05272448; +const void * RTTI_BGSProcedurePatrolExecState = (void *)0x052724E0; +const void * RTTI_BGSProcedurePlayIdle = (void *)0x051CC2E0; +const void * RTTI_BGSProcedurePlayIdleExecState = (void *)0x051CC200; +const void * RTTI_BGSProcedurePursue = (void *)0x05272708; +const void * RTTI_BGSProcedureRange = (void *)0x051CC768; +const void * RTTI_BGSProcedureRangeExecState = (void *)0x051CC6D0; +const void * RTTI_BGSProcedureSandbox = (void *)0x05272A08; +const void * RTTI_BGSProcedureSandboxExecState = (void *)0x05272970; +const void * RTTI_BGSProcedureSay = (void *)0x05272BC0; +const void * RTTI_BGSProcedureSayExecState = (void *)0x0526B4F0; +const void * RTTI_BGSProcedureSit = (void *)0x052730C0; +const void * RTTI_BGSProcedureSitSleepExecState = (void *)0x05272F50; +const void * RTTI_BGSProcedureSleep = (void *)0x05272FE8; +const void * RTTI_BGSProcedureStayAway = (void *)0x051CCB48; +const void * RTTI_BGSProcedureStayAwayExecState = (void *)0x051CCAB0; +const void * RTTI_BGSProcedureTargetingModeAutopilot = (void *)0x051CCEE8; +const void * RTTI_BGSProcedureTargetingModeAutopilotExecState = (void *)0x051CCE30; +const void * RTTI_BGSProcedureTravel = (void *)0x052732D8; +const void * RTTI_BGSProcedureTravelExecState = (void *)0x05273370; +const void * RTTI_BGSProcedureTreeBranch = (void *)0x0526CF30; +const void * RTTI_BGSProcedureTreeConditionalItem = (void *)0x0526D090; +const void * RTTI_BGSProcedureTreeFallback = (void *)0x0526CA80; +const void * RTTI_BGSProcedureTreeFallbackExecState = (void *)0x0526CD88; +const void * RTTI_BGSProcedureTreeOneChildExecState = (void *)0x0526CF60; +const void * RTTI_BGSProcedureTreeProcedure = (void *)0x05273418; +const void * RTTI_BGSProcedureTreeRandom = (void *)0x0526CCF8; +const void * RTTI_BGSProcedureTreeRandomExecState = (void *)0x0526C6B0; +const void * RTTI_BGSProcedureTreeSequence = (void *)0x0526CF98; +const void * RTTI_BGSProcedureTreeSequenceExecState = (void *)0x0526CB10; +const void * RTTI_BGSProcedureTreeSimultaneous = (void *)0x0526CE30; +const void * RTTI_BGSProcedureTreeSimultaneousExecState = (void *)0x0526CC50; +const void * RTTI_BGSProcedureTreeStacked = (void *)0x0526CBC0; +const void * RTTI_BGSProcedureTreeStackedExecState = (void *)0x0526C9D0; +const void * RTTI_BGSProcedureUnlock = (void *)0x05271DF8; +const void * RTTI_BGSProcedureUseIdleMarker = (void *)0x05273700; +const void * RTTI_BGSProcedureUseIdleMarkerExecState = (void *)0x05273658; +const void * RTTI_BGSProcedureUseMagic = (void *)0x05273948; +const void * RTTI_BGSProcedureUseMagicExecState = (void *)0x052738B8; +const void * RTTI_BGSProcedureUseWeapon = (void *)0x05273C38; +const void * RTTI_BGSProcedureUseWeaponExecState = (void *)0x05273BA8; +const void * RTTI_BGSProcedureWait = (void *)0x05273EF8; +const void * RTTI_BGSProcedureWaitExecState = (void *)0x0526B460; +const void * RTTI_BGSProcedureWander = (void *)0x05275C30; +const void * RTTI_BGSProcedureWanderExecState = (void *)0x05275CC0; +const void * RTTI_BGSProduceActivity = (void *)0x051CA6F8; +const void * RTTI_BGSProduceActivity_Runtime = (void *)0x051CA728; +const void * RTTI_BGSProjectedDecal = (void *)0x05234CF8; +const void * RTTI_BGSProjectile = (void *)0x05106FC8; +const void * RTTI_BGSPropertySheet = (void *)0x051E2490; +const void * RTTI_BGSQuestPerkEntry = (void *)0x052611D0; +const void * RTTI_BGSRefAlias = (void *)0x05242980; +const void * RTTI_BGSRefCollectionAlias = (void *)0x052429A8; +const void * RTTI_BGSReferenceGroup = (void *)0x0524B330; +const void * RTTI_BGSReflectedForm = (void *)0x051D8B60; +const void * RTTI_BGSRelationship = (void *)0x052613D0; +const void * RTTI_BGSReloadWeaponActivity = (void *)0x051CA7E8; +const void * RTTI_BGSReloadWeaponActivity_Runtime = (void *)0x051CA760; +const void * RTTI_BGSResearchProjectForm = (void *)0x052352F8; +const void * RTTI_BGSResource = (void *)0x05108EA0; +const void * RTTI_BGSResourceGenerationData = (void *)0x05245DF0; +const void * RTTI_BGSRetargetOnDeleteExtraData = (void *)0x051CD688; +const void * RTTI_BGSReverbParameters = (void *)0x0525DFD8; +const void * RTTI_BGSSaveFormBuffer = (void *)0x05326808; +const void * RTTI_BGSSaveGameBuffer = (void *)0x053266F8; +const void * RTTI_BGSSaveGameBufferSimple = (void *)0x05326720; +const void * RTTI_BGSSaveLoadJobSite = (void *)0x05326370; +const void * RTTI_BGSSaveLoadManager = (void *)0x053263C8; +const void * RTTI_BGSSaveLoadStatsMap = (void *)0x053265B8; +const void * RTTI_BGSSaveLoadThread = (void *)0x053263A0; +const void * RTTI_BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs = (void *)0x053266B0; +const void * RTTI_BGSScanPlanetActivity = (void *)0x051CA8A8; +const void * RTTI_BGSScanPlanetActivity_Runtime = (void *)0x051CA8D8; +const void * RTTI_BGSScanSurfaceActivity = (void *)0x051CAA88; +const void * RTTI_BGSScanSurfaceActivity_Runtime = (void *)0x051CAA50; +const void * RTTI_BGSScannableFormComponent = (void *)0x051E1D30; +const void * RTTI_BGSScene = (void *)0x05106D68; +const void * RTTI_BGSSceneActionAnimation = (void *)0x05242A58; +const void * RTTI_BGSSceneActionCamera = (void *)0x05242A88; +const void * RTTI_BGSSceneActionDialogue = (void *)0x05261598; +const void * RTTI_BGSSceneActionFX = (void *)0x05242AB8; +const void * RTTI_BGSSceneActionList = (void *)0x05242A00; +const void * RTTI_BGSSceneActionMove = (void *)0x05242AE0; +const void * RTTI_BGSSceneActionPackage = (void *)0x05261568; +const void * RTTI_BGSSceneActionPlayerDialogue = (void *)0x052615F8; +const void * RTTI_BGSSceneActionRadio = (void *)0x052615C8; +const void * RTTI_BGSSceneActionStartScene = (void *)0x05242F08; +const void * RTTI_BGSSceneActionTimeline = (void *)0x05242F38; +const void * RTTI_BGSSceneActionTimer = (void *)0x05261728; +const void * RTTI_BGSSecondaryDamageList = (void *)0x05234D20; +const void * RTTI_BGSShaderParticleGeometryData = (void *)0x0524B358; +const void * RTTI_BGSShipCollectionActivity = (void *)0x051CAE08; +const void * RTTI_BGSShipCollectionActivity_Runtime = (void *)0x051CAD90; +const void * RTTI_BGSShipManagement = (void *)0x051E1E78; +const void * RTTI_BGSShipbuilderActivity = (void *)0x051CAC90; +const void * RTTI_BGSShipbuilderActivity_Runtime = (void *)0x051CAD08; +const void * RTTI_BGSSkinForm = (void *)0x051FC1C8; +const void * RTTI_BGSSkinnedDecalChild = (void *)0x05202810; +const void * RTTI_BGSSkinnedDecalGroup = (void *)0x052027E0; +const void * RTTI_BGSSnapBehavior = (void *)0x05247FA0; +const void * RTTI_BGSSnapTemplate = (void *)0x05248078; +const void * RTTI_BGSSnapTemplateComponent = (void *)0x051E24B8; +const void * RTTI_BGSSnapTemplateNode = (void *)0x052480A0; +const void * RTTI_BGSSoundEcho = (void *)0x05246138; +const void * RTTI_BGSSoundKeywordMapping = (void *)0x05245E20; +const void * RTTI_BGSSoundTagComponent = (void *)0x051E25F0; +const void * RTTI_BGSSoundTagSet = (void *)0x05246160; +const void * RTTI_BGSSpacePhysicsFormComponent = (void *)0x051E27B8; +const void * RTTI_BGSSpaceshipAIActor = (void *)0x051E28F0; +const void * RTTI_BGSSpaceshipEquipment = (void *)0x051E2920; +const void * RTTI_BGSSpaceshipHullCode = (void *)0x051E2A50; +const void * RTTI_BGSSpaceshipWeaponBinding = (void *)0x051E2C98; +const void * RTTI_BGSSpatialCombinedGrid = (void *)0x05210D80; +const void * RTTI_BGSSpatialGraph = (void *)0x05210FA8; +const void * RTTI_BGSSpatialGraphCellGrid = (void *)0x05211100; +const void * RTTI_BGSSpatialGraphCellGrid__MergeTask = (void *)0x05211090; +const void * RTTI_BGSSpatialGraphChild = (void *)0x05211168; +const void * RTTI_BGSSpatialGraphExteriorCell = (void *)0x05210EE8; +const void * RTTI_BGSSpatialGraphInteriorCell = (void *)0x05210F48; +const void * RTTI_BGSSpatialGraphManager = (void *)0x05211D48; +const void * RTTI_BGSSpatialGraphManager__Task = (void *)0x052110C8; +const void * RTTI_BGSSpatialGraphObstacleUpdateTask = (void *)0x052104C0; +const void * RTTI_BGSSpatialGraphParent = (void *)0x05210EB8; +const void * RTTI_BGSSpatialGraphSpaceCell = (void *)0x05211198; +const void * RTTI_BGSSpatialGraphSpaceCollection = (void *)0x05211130; +const void * RTTI_BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask = (void *)0x05210A20; +const void * RTTI_BGSSpatialGrid = (void *)0x05210D58; +const void * RTTI_BGSSpatialGridBase = (void *)0x05210DE0; +const void * RTTI_BGSSpatialGridCollection = (void *)0x05210C80; +const void * RTTI_BGSSpatialGridFieldBase = (void *)0x05204E68; +const void * RTTI_BGSSpatialGridSearchCustomDebugData = (void *)0x052139E8; +const void * RTTI_BGSSpatialGridSearchDebugData = (void *)0x05213AA0; +const void * RTTI_BGSSpatialGridSearchPolicies__RandomPositionInsideArea = (void *)0x05213620; +const void * RTTI_BGSSpatialSimpleGrid = (void *)0x05213548; +const void * RTTI_BGSSpatialSparseGrid = (void *)0x05210490; +const void * RTTI_BGSSpatialSparseGridSearchDebugData = (void *)0x05213A28; +const void * RTTI_BGSSpatialSparseGrid__ChunkIndexGrid = (void *)0x05213508; +const void * RTTI_BGSSpatialSparseMultiLayerGrid = (void *)0x05210428; +const void * RTTI_BGSSpawnOnDestroy = (void *)0x051E2EA8; +const void * RTTI_BGSSpeechChallengeActivity = (void *)0x051CAE88; +const void * RTTI_BGSSpeechChallengeActivity_Runtime = (void *)0x051CAF10; +const void * RTTI_BGSSpeechChallengeObject = (void *)0x05246188; +const void * RTTI_BGSSprintActivity = (void *)0x051CAFC8; +const void * RTTI_BGSSprintActivity_Runtime = (void *)0x051CAF98; +const void * RTTI_BGSStarDataComponent = (void *)0x051E2ED0; +const void * RTTI_BGSStaticCollection = (void *)0x05248310; +const void * RTTI_BGSStaticCollection__RootFacade = (void *)0x052482D8; +const void * RTTI_BGSStoredTraversalData = (void *)0x05106798; +const void * RTTI_BGSStoryManagerBranchNode = (void *)0x051FB580; +const void * RTTI_BGSStoryManagerEventNode = (void *)0x0527D038; +const void * RTTI_BGSStoryManagerNodeBase = (void *)0x051FB5F0; +const void * RTTI_BGSStoryManagerQuestFinder = (void *)0x0527D000; +const void * RTTI_BGSStoryManagerQuestNode = (void *)0x0527D068; +const void * RTTI_BGSStoryManagerTreeForm = (void *)0x051C9328; +const void * RTTI_BGSStoryManagerTreeVisitor = (void *)0x0527CFC8; +const void * RTTI_BGSStoryTeller = (void *)0x0527D3E8; +const void * RTTI_BGSSurface__BGSBlockCellHeighGridComponent = (void *)0x05232570; +const void * RTTI_BGSSurface__Block = (void *)0x0523FFB0; +const void * RTTI_BGSSurface__Pattern = (void *)0x05240080; +const void * RTTI_BGSSurface__PatternStyle = (void *)0x05233B90; +const void * RTTI_BGSSurface__Tree = (void *)0x052400B0; +const void * RTTI_BGSSynchronizedAnimationInstance = (void *)0x0527DEC0; +const void * RTTI_BGSSynchronizedAnimationManager = (void *)0x0527D988; +const void * RTTI_BGSTDataProxyComponentBase = (void *)0x051E15B0; +const void * RTTI_BGSTakeActorDamageActivity = (void *)0x051CB030; +const void * RTTI_BGSTakeActorDamageActivity_Runtime = (void *)0x051CB0C0; +const void * RTTI_BGSTakeDamageActivity = (void *)0x051CB210; +const void * RTTI_BGSTakeDamageActivity_Runtime = (void *)0x051CB1D8; +const void * RTTI_BGSTalkingActivator = (void *)0x05248390; +const void * RTTI_BGSTerminal = (void *)0x05106F50; +const void * RTTI_BGSTerminalMenu = (void *)0x05106F78; +const void * RTTI_BGSTerrainBlock__AlignmentModifier = (void *)0x052400D8; +const void * RTTI_BGSTerrainBlock__ContinentalModifier = (void *)0x05240268; +const void * RTTI_BGSTerrainBlock__Grid = (void *)0x05240728; +const void * RTTI_BGSTerrainBlock__GridCell = (void *)0x052406C0; +const void * RTTI_BGSTerrainBlock__GridCornerCell = (void *)0x052406F0; +const void * RTTI_BGSTerrainBlock__GridCornerEdgeXFile = (void *)0x05240420; +const void * RTTI_BGSTerrainBlock__GridCornerFile = (void *)0x052403E8; +const void * RTTI_BGSTerrainBlock__GridEdgeFile = (void *)0x052403B0; +const void * RTTI_BGSTerrainBlock__GridEdgeXCell = (void *)0x05240610; +const void * RTTI_BGSTerrainBlock__GridEdgeYCell = (void *)0x05240648; +const void * RTTI_BGSTerrainBlock__GridFile = (void *)0x05240380; +const void * RTTI_BGSTerrainBlock__GridFillCell = (void *)0x052405D8; +const void * RTTI_BGSTerrainBlock__GridFillFile = (void *)0x052404E8; +const void * RTTI_BGSTerrainBlock__HeightAdjustmentModifier = (void *)0x052341D8; +const void * RTTI_BGSTerrainBlock__IModifier = (void *)0x05234338; +const void * RTTI_BGSTerrainBlock__OceanBiomeModifier = (void *)0x052402A8; +const void * RTTI_BGSTerrainBlock__OverlayGrid = (void *)0x05240758; +const void * RTTI_BGSTerrainBlock__OverlayHeightModifier = (void *)0x05240680; +const void * RTTI_BGSTerrainBlock__RerangeHeightModifier = (void *)0x05240790; +const void * RTTI_BGSTerrainBlock__UpdateHeightModifier = (void *)0x05240900; +const void * RTTI_BGSTerrain__File = (void *)0x05217F00; +const void * RTTI_BGSTerrain__IFileGrid = (void *)0x05217C70; +const void * RTTI_BGSTerrain__Manager = (void *)0x052423A0; +const void * RTTI_BGSTerrain__UniFile__Grid = (void *)0x05240DF0; +const void * RTTI_BGSTextureModel = (void *)0x05263ED0; +const void * RTTI_BGSTextureSet = (void *)0x0525E038; +const void * RTTI_BGSTimeOfDayData = (void *)0x0524B390; +const void * RTTI_BGSTransform = (void *)0x052461B8; +const void * RTTI_BGSTraversal = (void *)0x052461E0; +const void * RTTI_BGSVisitProceduresCheckGuardWarnTarget = (void *)0x05275D58; +const void * RTTI_BGSVisitProceduresInitActorAnimPose = (void *)0x053467B8; +const void * RTTI_BGSVisitProceduresInitActorLocation = (void *)0x05275D98; +const void * RTTI_BGSVisitProceduresProcess = (void *)0x053467F8; +const void * RTTI_BGSVoiceType = (void *)0x05106F28; +const void * RTTI_BGSVolumeFormComponent = (void *)0x051E3890; +const void * RTTI_BGSVolumetricLighting = (void *)0x05248500; +const void * RTTI_BGSWaterCollisionManager__AutoWater = (void *)0x0527C848; +const void * RTTI_BGSWaterCollisionManager__BGSWaterUpdateI = (void *)0x0527C780; +const void * RTTI_BGSWaterCollisionManager__WaterGravityModifier = (void *)0x051A1840; +const void * RTTI_BGSWaterCollisionManager__WaterGravityModifierWorldStepListener = (void *)0x051AB390; +const void * RTTI_BGSWaterCollisionManager__bhkPlaceableWater = (void *)0x0527C7C0; +const void * RTTI_BGSWaterCollisionManager__bhkWaterfall = (void *)0x0527C808; +const void * RTTI_BGSWeaponBarrelData = (void *)0x05234D80; +const void * RTTI_BGSWeaponBarrelModel = (void *)0x05234D50; +const void * RTTI_BGSWeaponData__Aim = (void *)0x05235528; +const void * RTTI_BGSWeaponData__Ammunition = (void *)0x05235550; +const void * RTTI_BGSWeaponData__Audio = (void *)0x05235580; +const void * RTTI_BGSWeaponData__Charge = (void *)0x052355B0; +const void * RTTI_BGSWeaponData__Damage = (void *)0x052355E0; +const void * RTTI_BGSWeaponData__Firing = (void *)0x05235610; +const void * RTTI_BGSWeaponData__FiringStrategyBase = (void *)0x05235680; +const void * RTTI_BGSWeaponData__FiringStrategy_Automatic = (void *)0x052356F8; +const void * RTTI_BGSWeaponData__FiringStrategy_BoltShot = (void *)0x052356B8; +const void * RTTI_BGSWeaponData__FiringStrategy_Burst = (void *)0x05235640; +const void * RTTI_BGSWeaponData__FiringStrategy_ChargedShot = (void *)0x05235778; +const void * RTTI_BGSWeaponData__FiringStrategy_SingleShot = (void *)0x05235738; +const void * RTTI_BGSWeaponData__Flags = (void *)0x052357B8; +const void * RTTI_BGSWeaponData__General = (void *)0x052357E8; +const void * RTTI_BGSWeaponData__Melee = (void *)0x05235818; +const void * RTTI_BGSWeaponData__Power = (void *)0x05235848; +const void * RTTI_BGSWeaponData__Reload = (void *)0x05235878; +const void * RTTI_BGSWeaponData__ShipWeapon = (void *)0x051D8C90; +const void * RTTI_BGSWeaponData__Turret = (void *)0x052358A8; +const void * RTTI_BGSWeaponData__VariableRange = (void *)0x052358D8; +const void * RTTI_BGSWeaponData__Visuals = (void *)0x05235910; +const void * RTTI_BGSWeatherSettingsForm = (void *)0x0523AA70; +const void * RTTI_BGSWorkshopItemColorComponent = (void *)0x051D2278; +const void * RTTI_BGSWorldSpaceOverlayComponent = (void *)0x051E3A08; +const void * RTTI_BGSWwiseEventForm = (void *)0x051065B0; +const void * RTTI_BGSWwiseKeywordMapping = (void *)0x05234DF8; +const void * RTTI_BGSZoneTargetListener = (void *)0x05264460; +const void * RTTI_BIEventUtils__FindAllStarbornPowerFunctor = (void *)0x0531FED0; +const void * RTTI_BSAVMS__AVMNode = (void *)0x051CE508; +const void * RTTI_BSAVMS__AVMNodeInFlightCounted = (void *)0x051CE4D0; +const void * RTTI_BSAVMS__AVMPartialNode = (void *)0x051CE5A0; +const void * RTTI_BSAnimNotes = (void *)0x05481C60; +const void * RTTI_BSAnimationAnimDBData = (void *)0x053DA2D8; +const void * RTTI_BSAnimationDBData = (void *)0x053DA0E8; +const void * RTTI_BSAnimationGraph = (void *)0x053DA610; +const void * RTTI_BSAnimationGraphChannel = (void *)0x05253280; +const void * RTTI_BSAnimationGraphLoadScrapper = (void *)0x051A9378; +const void * RTTI_BSAnimationGraphManager = (void *)0x053E8870; +const void * RTTI_BSAnimationUtils__FindEventClipGeneratorsFunctor = (void *)0x053D9AF0; +const void * RTTI_BSAnimationUtils__MatchEventToClipGeneratorsFunctor = (void *)0x053D9BB0; +const void * RTTI_BSAttachConfig__ArtObjectAttach = (void *)0x0523A7D0; +const void * RTTI_BSAttachConfig__AttachmentConfiguration = (void *)0x0511D4A0; +const void * RTTI_BSAttachConfig__BaseInstance = (void *)0x051CDD00; +const void * RTTI_BSAttachConfig__ISearchMethod = (void *)0x0523A950; +const void * RTTI_BSAttachConfig__NodeAttachmentInstance = (void *)0x051CDD38; +const void * RTTI_BSAttachConfig__ObjectAttachmentInstance = (void *)0x051CDE70; +const void * RTTI_BSAttachConfig__ParticleAttachmentInstance = (void *)0x051CDCC0; +const void * RTTI_BSAttachConfig__SearchMethodBase = (void *)0x0523A8D0; +const void * RTTI_BSAttachConfig__SearchMultipleNamesMultipleNodes = (void *)0x05400E00; +const void * RTTI_BSAttachConfig__SearchRootNode = (void *)0x053FB0A0; +const void * RTTI_BSAttachConfig__SearchSingleNameSingleNode = (void *)0x0523A910; +const void * RTTI_BSAttachRefController = (void *)0x05204E98; +const void * RTTI_BSAttachTechniques__AttachTechniqueInput = (void *)0x0531CB58; +const void * RTTI_BSAttachTechniques__BSAttachTechnique = (void *)0x051A04A0; +const void * RTTI_BSAutoQueuedDependentNodeBase = (void *)0x051FB9C0; +const void * RTTI_BSAwardsSystemUtility = (void *)0x051AE4E0; +const void * RTTI_BSBehaviorGraphExtraData = (void *)0x05407148; +const void * RTTI_BSBehaviorGraphSwapSingleton = (void *)0x0527DE88; +const void * RTTI_BSBind__BGSExternalEmittanceController = (void *)0x05200E40; +const void * RTTI_BSBind__BGSLensFlareController = (void *)0x05200E08; +const void * RTTI_BSBind__ColorCurveController = (void *)0x05401628; +const void * RTTI_BSBind__ColorLerpController = (void *)0x05401768; +const void * RTTI_BSBind__ComponentBinding = (void *)0x05406DB8; +const void * RTTI_BSBind__ComponentProperty = (void *)0x054013E0; +const void * RTTI_BSBind__Directory = (void *)0x05400E70; +const void * RTTI_BSBind__Float2DCurveController = (void *)0x05401580; +const void * RTTI_BSBind__Float2DLerpController = (void *)0x05401510; +const void * RTTI_BSBind__Float3DCurveController = (void *)0x054015B8; +const void * RTTI_BSBind__Float3DLerpController = (void *)0x05401548; +const void * RTTI_BSBind__Float4DCurveController = (void *)0x054015F0; +const void * RTTI_BSBind__Float4DLerpController = (void *)0x05401730; +const void * RTTI_BSBind__FloatCurveController = (void *)0x05401470; +const void * RTTI_BSBind__FloatLerpController = (void *)0x054014D8; +const void * RTTI_BSBind__IAddressControllerStore = (void *)0x0524CC18; +const void * RTTI_BSBind__IController = (void *)0x05200E80; +const void * RTTI_BSBind__IDataBinding = (void *)0x051DC698; +const void * RTTI_BSBind__INode = (void *)0x05400E48; +const void * RTTI_BSBind__MultiBinding = (void *)0x051DC668; +const void * RTTI_BSBind__Multiplex = (void *)0x05400E98; +const void * RTTI_BSBind__Snapshot = (void *)0x050F8AA0; +const void * RTTI_BSBind__StableBinding = (void *)0x0523A9F0; +const void * RTTI_BSBind__TimerController = (void *)0x054014A8; +const void * RTTI_BSBlastNode = (void *)0x05402800; +const void * RTTI_BSBlendTreadTransfInterpolator = (void *)0x05481118; +const void * RTTI_BSBoneLODExtraData = (void *)0x05407118; +const void * RTTI_BSBound = (void *)0x053F2E40; +const void * RTTI_BSBoxConstructor = (void *)0x054021B8; +const void * RTTI_BSCSVUtils__ParserBuffer = (void *)0x05403D58; +const void * RTTI_BSCapsuleConstructor = (void *)0x054021E0; +const void * RTTI_BSCloneReserver = (void *)0x05204EC8; +const void * RTTI_BSClothExtraData = (void *)0x053F12A0; +const void * RTTI_BSClothUtils__BSGeometryBuffer = (void *)0x053F15C8; +const void * RTTI_BSClothUtils__BSInstantiationUtil = (void *)0x053F1768; +const void * RTTI_BSClothUtils__BSTransformSet = (void *)0x053F17D0; +const void * RTTI_BSComponentDB2__DB = (void *)0x053F9A60; +const void * RTTI_BSComponentDB2__DBFileIndex__IDFixupVisitor = (void *)0x05488CB0; +const void * RTTI_BSComponentDB2__JsonDBIDHandler = (void *)0x05407510; +const void * RTTI_BSComponentDB2__JsonResourceIDHandler = (void *)0x05407358; +const void * RTTI_BSComponentDB2__Memory__ConcurrentPageAllocImpl = (void *)0x053FA410; +const void * RTTI_BSComponentDB2__StorageService = (void *)0x05407F38; +const void * RTTI_BSComponentDB2__StorageService__Impl = (void *)0x05407290; +const void * RTTI_BSComponentDB2__StorageService__ObjectReferenceVisitor = (void *)0x054072D0; +const void * RTTI_BSComponentDB__IComponentFactory = (void *)0x051A89F0; +const void * RTTI_BSConnectPoint__ChildOrigin = (void *)0x05203FB0; +const void * RTTI_BSConnectPoint__Children = (void *)0x053F1150; +const void * RTTI_BSConnectPoint__Parents = (void *)0x053F1120; +const void * RTTI_BSCoreMessage__MessageSource = (void *)0x051A1178; +const void * RTTI_BSCounterStorage = (void *)0x053B56C8; +const void * RTTI_BSCylinderConstructor = (void *)0x052803C0; +const void * RTTI_BSDamageStage = (void *)0x05402850; +const void * RTTI_BSDebounceManager = (void *)0x053EB030; +const void * RTTI_BSDebrisNode = (void *)0x05402828; +const void * RTTI_BSDiscBootSystemUtility = (void *)0x051AE7E0; +const void * RTTI_BSDistantObjectExtraData = (void *)0x054071D8; +const void * RTTI_BSDynamicGeometry = (void *)0x05482B30; +const void * RTTI_BSExceptionHandler = (void *)0x051923C8; +const void * RTTI_BSExteriorReflectionProbeAdjustmentVolume = (void *)0x05403B40; +const void * RTTI_BSExtraData = (void *)0x051DC8D8; +const void * RTTI_BSFaceDB__AttachHeadControlNode = (void *)0x051DDE28; +const void * RTTI_BSFaceDB__CreateHeadControlNode = (void *)0x051DD730; +const void * RTTI_BSFaceDB__CrowdHairCustomization = (void *)0x051DDF10; +const void * RTTI_BSFaceDB__EyeCustomization = (void *)0x051DDEE0; +const void * RTTI_BSFaceDB__FaceCustomizationTexturesNode = (void *)0x051DDEA0; +const void * RTTI_BSFaceDB__HairCustomization = (void *)0x051DDD80; +const void * RTTI_BSFaceDB__JewelryCustomizationNode = (void *)0x051DDDB8; +const void * RTTI_BSFaceDB__RequestCompleteNode = (void *)0x051DD6F8; +const void * RTTI_BSFaceDB__RequestHeadPartResourcesNode = (void *)0x051DDE60; +const void * RTTI_BSFaceDB__TeethCustomizationNode = (void *)0x051DDDF0; +const void * RTTI_BSFaceFX = (void *)0x051DCC70; +const void * RTTI_BSFaceGenAnimationData = (void *)0x052665E8; +const void * RTTI_BSFaceGenNiNode = (void *)0x05266790; +const void * RTTI_BSFaceGenUtils__UpdateFaceCustomizationTexturesNode = (void *)0x051DDBC0; +const void * RTTI_BSFadeNode = (void *)0x05108B50; +const void * RTTI_BSFile = (void *)0x05323550; +const void * RTTI_BSFile__PageCache__PhysReadType = (void *)0x05441988; +const void * RTTI_BSFixedSizeBlockAllocator__IAlloc = (void *)0x05328028; +const void * RTTI_BSFixedSizeBlockAllocator__UserPoolImplBase = (void *)0x051AE990; +const void * RTTI_BSFogVolume = (void *)0x05403B18; +const void * RTTI_BSFrameManager = (void *)0x054059D0; +const void * RTTI_BSFrustumFOVController = (void *)0x05480EE0; +const void * RTTI_BSFurnitureMarkerNode = (void *)0x054039D0; +const void * RTTI_BSGFxFunctionBase = (void *)0x05418AA0; +const void * RTTI_BSGFxFunctionHandler = (void *)0x0541A2F0; +const void * RTTI_BSGFxObject = (void *)0x052DC790; +const void * RTTI_BSGalaxy__BGSStar = (void *)0x051E6778; +const void * RTTI_BSGalaxy__BGSSunPresetForm = (void *)0x051E67A0; +const void * RTTI_BSGalaxy__BiomeMapDB__LoadBiome = (void *)0x051E67D0; +const void * RTTI_BSGalaxy__Biomes__Map = (void *)0x051A03D0; +const void * RTTI_BSGalaxy__ModuleState = (void *)0x053EC640; +const void * RTTI_BSGalaxy__Physics__Havok__BSGalaxyCollisionObject = (void *)0x053EDBB0; +const void * RTTI_BSGalaxy__Physics__Havok__bhkSpaceWorld = (void *)0x053ED7F0; +const void * RTTI_BSGalaxy__hknpBSShiftOffsetCollector = (void *)0x053ED7B0; +const void * RTTI_BSGameDataSystemUtility = (void *)0x051A0628; +const void * RTTI_BSGameStreamUtility = (void *)0x051AE510; +const void * RTTI_BSGamepadDevice = (void *)0x053EB810; +const void * RTTI_BSGamerProfile = (void *)0x051AEBF8; +const void * RTTI_BSGdkTaskletGroupData = (void *)0x05442F70; +const void * RTTI_BSGdkTaskletManager = (void *)0x051A09C8; +const void * RTTI_BSGeometry = (void *)0x05109C40; +const void * RTTI_BSGeometryConstructorManager = (void *)0x05337DA0; +const void * RTTI_BSGeometrySegmentData = (void *)0x054822B8; +const void * RTTI_BSGrabIKNote = (void *)0x05481CB0; +const void * RTTI_BSIMusicTrack = (void *)0x0525DE30; +const void * RTTI_BSIdleInputWatcher = (void *)0x052D7828; +const void * RTTI_BSInputDevice = (void *)0x053EB838; +const void * RTTI_BSInputDeviceManager = (void *)0x053EAD30; +const void * RTTI_BSInputEnableManager = (void *)0x053EB7E0; +const void * RTTI_BSInputEventReceiver = (void *)0x0529E298; +const void * RTTI_BSInputEventSingleUser = (void *)0x052CA458; +const void * RTTI_BSInputEventUser = (void *)0x0513F108; +const void * RTTI_BSInvMarker = (void *)0x054070A0; +const void * RTTI_BSJobs2__Detail__ControlNodeJob = (void *)0x051F8530; +const void * RTTI_BSJobs2__Detail__GroupThread = (void *)0x054412D0; +const void * RTTI_BSJobs2__Memory__HeapMemoryPolicy = (void *)0x051AE270; +const void * RTTI_BSJobs2__Memory__LSAMemoryPolicy = (void *)0x051AE340; +const void * RTTI_BSJobs2__Memory__ScrapMemoryPolicy = (void *)0x05441370; +const void * RTTI_BSKeyboardDevice = (void *)0x053EB8C0; +const void * RTTI_BSLagBoneController = (void *)0x05407178; +const void * RTTI_BSLegacyStreamableStub = (void *)0x05483548; +const void * RTTI_BSLensFlareRender__BSLensFlareSpriteRenderData = (void *)0x05246550; +const void * RTTI_BSLight = (void *)0x053FDAF0; +const void * RTTI_BSLookIKNote = (void *)0x05481CD8; +const void * RTTI_BSMaterialBinding__MaterialPropertyNode = (void *)0x05413D88; +const void * RTTI_BSMaterialBinding__MaterialUVStreamPropertyNode = (void *)0x05413780; +const void * RTTI_BSMaterial__ModuleState = (void *)0x0540A870; +const void * RTTI_BSMemStorage = (void *)0x051E34F8; +const void * RTTI_BSMemStorageReadOnly = (void *)0x053EB000; +const void * RTTI_BSMissionMenu = (void *)0x052E42F0; +const void * RTTI_BSMissionMenu__MissionMenuEventShuttle = (void *)0x052E47F8; +const void * RTTI_BSModelDB__AutoQueuedDependentNode = (void *)0x051FB8B8; +const void * RTTI_BSModelDB__BSModelProcessor = (void *)0x051FB8F0; +const void * RTTI_BSModelDB__ModelResourceNode = (void *)0x053FD6C8; +const void * RTTI_BSModelDB__QueuedHandles = (void *)0x051F5BC8; +const void * RTTI_BSModelNode = (void *)0x05204138; +const void * RTTI_BSModelNodeAnimRig = (void *)0x053DAE88; +const void * RTTI_BSModelNodePhysicsComponentI = (void *)0x052040D8; +const void * RTTI_BSModelNodeRigI = (void *)0x053DAEB8; +const void * RTTI_BSMorphDB__AutoQueuedNode = (void *)0x053FBE40; +const void * RTTI_BSMorphDB__QueuedHandles = (void *)0x0527D8C8; +const void * RTTI_BSMorphTargetData = (void *)0x05482170; +const void * RTTI_BSMouseDevice = (void *)0x053EB918; +const void * RTTI_BSMsgDialogSystemUtility = (void *)0x051AE7B0; +const void * RTTI_BSMultiTargetTreadTransfController = (void *)0x05480BD8; +const void * RTTI_BSNavMeshGenAntiseedTrimmerTask = (void *)0x0542CAF8; +const void * RTTI_BSNavMeshGenCollapserTask = (void *)0x0542CD78; +const void * RTTI_BSNavMeshGenComputeBoundTask = (void *)0x0542CA18; +const void * RTTI_BSNavMeshGenContext = (void *)0x051D4A68; +const void * RTTI_BSNavMeshGenContextGroup = (void *)0x05430470; +const void * RTTI_BSNavMeshGenCoverTask = (void *)0x0542C9B8; +const void * RTTI_BSNavMeshGenData = (void *)0x051D4168; +const void * RTTI_BSNavMeshGenInputProcessTask = (void *)0x0542CD40; +const void * RTTI_BSNavMeshGenInputProcessor = (void *)0x0520C2E8; +const void * RTTI_BSNavMeshGenLinkDoorTask = (void *)0x0542C9E8; +const void * RTTI_BSNavMeshGenNode = (void *)0x051D48B0; +const void * RTTI_BSNavMeshGenOutputProcessTask = (void *)0x0542CD08; +const void * RTTI_BSNavMeshGenOutputProcessor = (void *)0x0520C350; +const void * RTTI_BSNavMeshGenRecastImport = (void *)0x05432C40; +const void * RTTI_BSNavMeshGenRecastTask = (void *)0x0542CCD8; +const void * RTTI_BSNavMeshGenRequestPauseTask = (void *)0x05430438; +const void * RTTI_BSNavMeshGenRequestResumeTask = (void *)0x054304A0; +const void * RTTI_BSNavMeshGenSeedTrimmerTask = (void *)0x0542CB30; +const void * RTTI_BSNavMeshGenSmallAreaTrimmerTask = (void *)0x0542CAC0; +const void * RTTI_BSNavMeshGenSplitter = (void *)0x0520C3B8; +const void * RTTI_BSNavMeshGenSplitterTask = (void *)0x0542CC78; +const void * RTTI_BSNavMeshGenStitcher = (void *)0x0520C520; +const void * RTTI_BSNavMeshGenStitcherTask = (void *)0x0542CCA8; +const void * RTTI_BSNavMeshGenTask = (void *)0x051D4978; +const void * RTTI_BSNavMeshGenTaskGraphProcessor = (void *)0x0542C790; +const void * RTTI_BSNavMeshGenTaskGroup = (void *)0x0542C840; +const void * RTTI_BSNavMeshGenTaskProgress = (void *)0x05430408; +const void * RTTI_BSNavMeshGenTaskServer = (void *)0x0520B210; +const void * RTTI_BSNavMeshGenTerrainTrimmerTask = (void *)0x0542CA88; +const void * RTTI_BSNavMeshGenTraversalTask = (void *)0x0542CC48; +const void * RTTI_BSNavMeshGenTriangleHeightTask = (void *)0x0542CBD8; +const void * RTTI_BSNavMeshGenTrianglePlatformTask = (void *)0x0542CC10; +const void * RTTI_BSNavMeshGenTriangleSplitter = (void *)0x054302D8; +const void * RTTI_BSNavMeshGenTriangleSplitterTask = (void *)0x0542CBA0; +const void * RTTI_BSNavMeshGenTriangleTunnelTask = (void *)0x0542CB68; +const void * RTTI_BSNavMeshGenTriangleWaterTask = (void *)0x0542CA50; +const void * RTTI_BSNavMeshGenUpdateNavMeshInfoTask = (void *)0x0542C950; +const void * RTTI_BSNavMeshGenVertexDataTask = (void *)0x0542C918; +const void * RTTI_BSNavMeshGenWaypointTask = (void *)0x0542C988; +const void * RTTI_BSNavMeshGenerator = (void *)0x0520B140; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBarrierNode = (void *)0x0542CE70; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode = (void *)0x0542CE10; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode = (void *)0x05430910; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginNode = (void *)0x054309A0; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode = (void *)0x0542CDB0; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode = (void *)0x054308C0; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenParentNode = (void *)0x05430960; +const void * RTTI_BSNavigationGraph = (void *)0x05210F80; +const void * RTTI_BSNavigationGraphInfo = (void *)0x052762A8; +const void * RTTI_BSNavigationGraphManager = (void *)0x052099B8; +const void * RTTI_BSNavigationGraphRefCount = (void *)0x05210FD0; +const void * RTTI_BSNavigationGrid = (void *)0x05431620; +const void * RTTI_BSNavigationGridBase = (void *)0x054315C0; +const void * RTTI_BSNavigationGridChunk = (void *)0x05431528; +const void * RTTI_BSNavigationGridFieldBase = (void *)0x052881E8; +const void * RTTI_BSNavigationGridInfo = (void *)0x05431590; +const void * RTTI_BSNavigationGridManager = (void *)0x052095D0; +const void * RTTI_BSNavigationGridManager__Task = (void *)0x052099E8; +const void * RTTI_BSNavigationGridObstacleUpdateTask = (void *)0x05431648; +const void * RTTI_BSNavmesh = (void *)0x05276230; +const void * RTTI_BSNavmeshInfo = (void *)0x052762D8; +const void * RTTI_BSNavmeshInfoMap = (void *)0x05276300; +const void * RTTI_BSNavmeshInfoMap__IRecursiveVisitor = (void *)0x05277E50; +const void * RTTI_BSNavmeshInfoSearch = (void *)0x05430D10; +const void * RTTI_BSNavmeshObstacleCoverData = (void *)0x05430AD0; +const void * RTTI_BSNavmeshObstacleData = (void *)0x051D7570; +const void * RTTI_BSNavmeshReferenceObstacleArray = (void *)0x05276978; +const void * RTTI_BSNavmeshSearch = (void *)0x05278780; +const void * RTTI_BSNavmeshSearchAvailableSpaceDirectional = (void *)0x05431200; +const void * RTTI_BSNavmeshSearchAvailableSpaceRadius = (void *)0x054311C0; +const void * RTTI_BSNavmeshSearchBase = (void *)0x05274558; +const void * RTTI_BSNavmeshSearchFilters = (void *)0x05278810; +const void * RTTI_BSNavmeshSearchHideFilter = (void *)0x05278840; +const void * RTTI_BSNiNode = (void *)0x051CFFD0; +const void * RTTI_BSNodeReferences = (void *)0x05403B80; +const void * RTTI_BSNoise__Add = (void *)0x05405A98; +const void * RTTI_BSNoise__Billow = (void *)0x05405A70; +const void * RTTI_BSNoise__Crater = (void *)0x05407208; +const void * RTTI_BSNoise__Invert = (void *)0x05405B18; +const void * RTTI_BSNoise__Perlin = (void *)0x05403D88; +const void * RTTI_BSNoise__Ridged = (void *)0x05407078; +const void * RTTI_BSNoise__SmoothStep = (void *)0x05405AE8; +const void * RTTI_BSNoise__Subtract = (void *)0x05405AC0; +const void * RTTI_BSNoise__Turbulence = (void *)0x05407260; +const void * RTTI_BSNoise__Voronoi = (void *)0x05405A20; +const void * RTTI_BSNonUniformScaleExtraData = (void *)0x051E3858; +const void * RTTI_BSOfflineRTExtraData = (void *)0x05406DE8; +const void * RTTI_BSOrderedNode = (void *)0x051CFFF0; +const void * RTTI_BSPCGamepadDevice = (void *)0x053EB9C8; +const void * RTTI_BSPCGamepadDeviceHandler = (void *)0x053EB968; +const void * RTTI_BSPCGamerProfile = (void *)0x05488908; +const void * RTTI_BSPCKeyboardDevice = (void *)0x053EB8E8; +const void * RTTI_BSPCMouseDevice = (void *)0x053EB940; +const void * RTTI_BSPCVirtualKeyboardDevice = (void *)0x053EB860; +const void * RTTI_BSPageFile__MemoryWriteStorage = (void *)0x05323518; +const void * RTTI_BSPageFile__MultiplexWrite = (void *)0x05442DD0; +const void * RTTI_BSParseCSV__IGetBufferCB = (void *)0x05403D28; +const void * RTTI_BSParticle = (void *)0x05427590; +const void * RTTI_BSPathBuilder = (void *)0x0526E458; +const void * RTTI_BSPathEventManager = (void *)0x05431928; +const void * RTTI_BSPathSmootherPOVSearch = (void *)0x0542B208; +const void * RTTI_BSPathing = (void *)0x05277C98; +const void * RTTI_BSPathingCellManager = (void *)0x05277D58; +const void * RTTI_BSPathingRequest = (void *)0x051CCD60; +const void * RTTI_BSPathingRequestPolicies__DestinationArea = (void *)0x05274608; +const void * RTTI_BSPathingRequestPolicies__EscortRequest = (void *)0x0526FC78; +const void * RTTI_BSPathingSearchRayCast = (void *)0x05432488; +const void * RTTI_BSPathingSite = (void *)0x05337D38; +const void * RTTI_BSPathingSpace = (void *)0x05277FC0; +const void * RTTI_BSPathingStreamSimpleBufferRead = (void *)0x054300C0; +const void * RTTI_BSPathingStreamSimpleBufferWrite = (void *)0x05208DF0; +const void * RTTI_BSPathingTraversal = (void *)0x0520F2F8; +const void * RTTI_BSPathingTraversalAction = (void *)0x0520E5A8; +const void * RTTI_BSPathingTraversalData = (void *)0x0520E6E0; +const void * RTTI_BSPathingTraversalManager = (void *)0x0520FF20; +const void * RTTI_BSPathing__CheckLineOfSightFilter = (void *)0x0520A990; +const void * RTTI_BSPathing__DetermineAvailableRadiusAtPositionVisitor = (void *)0x05429F80; +const void * RTTI_BSPathing__DetermineAvailableRadiusInDirectionVisitor = (void *)0x05429FD0; +const void * RTTI_BSPathing__EdgeFoundVisitor = (void *)0x0534D4A8; +const void * RTTI_BSPausableItem = (void *)0x052768B0; +const void * RTTI_BSPauseRequester = (void *)0x051A7F70; +const void * RTTI_BSPistonController = (void *)0x053F88F0; +const void * RTTI_BSPlatform__BNetAsyncRequestBase = (void *)0x05484898; +const void * RTTI_BSPlatform__BSBethesdaPlatform = (void *)0x054848D0; +const void * RTTI_BSPlayerDistanceCheckController = (void *)0x05347B60; +const void * RTTI_BSPrecomputedNavmeshInfoSearch = (void *)0x05430CD8; +const void * RTTI_BSProbeGridVolume = (void *)0x054020B8; +const void * RTTI_BSProceduralLightningController = (void *)0x05404930; +const void * RTTI_BSProceduralLightningTasklet = (void *)0x05404968; +const void * RTTI_BSProjectedDecal = (void *)0x05401BD0; +const void * RTTI_BSQueuedResourceCollectionBase = (void *)0x051E8FE0; +const void * RTTI_BSRangeNode = (void *)0x054027D8; +const void * RTTI_BSRecastModule__BSRecastJob = (void *)0x05432C70; +const void * RTTI_BSReference = (void *)0x05403C70; +const void * RTTI_BSReflectionProbe = (void *)0x05403A00; +const void * RTTI_BSReflection__AnyType = (void *)0x0519E928; +const void * RTTI_BSReflection__BSFixedStringType = (void *)0x0519D720; +const void * RTTI_BSReflection__BasicType = (void *)0x051A1048; +const void * RTTI_BSReflection__ClassType = (void *)0x05121B08; +const void * RTTI_BSReflection__ConstCStringType = (void *)0x0519D660; +const void * RTTI_BSReflection__EnumerationType = (void *)0x05191F90; +const void * RTTI_BSReflection__IConstEnumerator = (void *)0x0523A988; +const void * RTTI_BSReflection__IObject = (void *)0x0511D2C8; +const void * RTTI_BSReflection__ResourceIDStringConverter = (void *)0x0513B998; +const void * RTTI_BSReflection__Serializer = (void *)0x05402188; +const void * RTTI_BSReflection__UIDStringConverter = (void *)0x0513B928; +const void * RTTI_BSRendererSceneNode = (void *)0x053FDAC0; +const void * RTTI_BSRendererState = (void *)0x05403A78; +const void * RTTI_BSResource2__CacheBase = (void *)0x051D6F50; +const void * RTTI_BSResource2__EntryBase = (void *)0x051D7010; +const void * RTTI_BSResource2__IResourceCreator = (void *)0x051DCFA0; +const void * RTTI_BSResource2__ProxyStream = (void *)0x05433B58; +const void * RTTI_BSResource2__ResourceCreateNode = (void *)0x05433BB8; +const void * RTTI_BSResourceNiBinaryStream = (void *)0x05419528; +const void * RTTI_BSResourceReloadManager = (void *)0x05404DA8; +const void * RTTI_BSResourceStreamParser = (void *)0x05419588; +const void * RTTI_BSResourceStreamStorage = (void *)0x05437170; +const void * RTTI_BSResource__Archive2__AsyncReaderStream = (void *)0x054340F0; +const void * RTTI_BSResource__Archive2__Index = (void *)0x05434130; +const void * RTTI_BSResource__Archive2__Manager__MemoryCacheLocation = (void *)0x05434210; +const void * RTTI_BSResource__Archive2__ReaderStream = (void *)0x05434288; +const void * RTTI_BSResource__ArchiveIDConverter = (void *)0x051A5150; +const void * RTTI_BSResource__AsyncStream = (void *)0x05434258; +const void * RTTI_BSResource__IMemoryFileBuffer = (void *)0x054371A0; +const void * RTTI_BSResource__Location = (void *)0x051A5098; +const void * RTTI_BSResource__LocationTraverser = (void *)0x05407320; +const void * RTTI_BSResource__LooseFileLocation = (void *)0x05437138; +const void * RTTI_BSResource__MemoryFileBuffer = (void *)0x05437210; +const void * RTTI_BSResource__MemoryFileLocation = (void *)0x05434010; +const void * RTTI_BSResource__MemoryFileStream = (void *)0x054371D8; +const void * RTTI_BSResource__SDirectory2__IDirectoryIDIterator = (void *)0x053DA110; +const void * RTTI_BSResource__SDirectory2__IDirectoryStreamIterator = (void *)0x051CD440; +const void * RTTI_BSResource__SDirectory2__ThreadCursor = (void *)0x05433E58; +const void * RTTI_BSResource__Server__Commands__CancelAll = (void *)0x053FD038; +const void * RTTI_BSResource__Server__GraphProcessor = (void *)0x05241608; +const void * RTTI_BSResource__Server__LinearProcessor = (void *)0x051F4D10; +const void * RTTI_BSResource__Server__NodeBase = (void *)0x051CE5D0; +const void * RTTI_BSResource__Server__ResourceServerDebug = (void *)0x05436448; +const void * RTTI_BSResource__Stream = (void *)0x05433BF0; +const void * RTTI_BSResource__StreamBase = (void *)0x05433C18; +const void * RTTI_BSRotAccumTransfInterpolator = (void *)0x05481D00; +const void * RTTI_BSSaveDataSystemUtility = (void *)0x051AE628; +const void * RTTI_BSSaveDataSystemUtilityFile = (void *)0x053235F0; +const void * RTTI_BSScaleformFileOpener = (void *)0x0541A200; +const void * RTTI_BSScaleformImageLoader = (void *)0x0541A600; +const void * RTTI_BSScaleformMovieLoadTask = (void *)0x0541A2C0; +const void * RTTI_BSScaleformTranslator__ScaleformImpl = (void *)0x0541A7D8; +const void * RTTI_BSSceneNode = (void *)0x053FD870; +const void * RTTI_BSScript__ByteCode__PackedInstructionStream__InstructionFunctor = (void *)0x0543CDE0; +const void * RTTI_BSScript__CompiledScriptLoader = (void *)0x05439FE0; +const void * RTTI_BSScript__ErrorLogger = (void *)0x053AF498; +const void * RTTI_BSScript__ICachedErrorMessage = (void *)0x0529F618; +const void * RTTI_BSScript__IClientVM = (void *)0x053B4F18; +const void * RTTI_BSScript__IComplexType = (void *)0x05438020; +const void * RTTI_BSScript__IFunction = (void *)0x052A9278; +const void * RTTI_BSScript__IHandleReaderWriter = (void *)0x053ACB90; +const void * RTTI_BSScript__ILoader = (void *)0x053B5658; +const void * RTTI_BSScript__IMemoryPagePolicy = (void *)0x054396A0; +const void * RTTI_BSScript__IObjectHandlePolicy = (void *)0x053B4FB8; +const void * RTTI_BSScript__IObjectProcessor = (void *)0x0543BC40; +const void * RTTI_BSScript__IProfilePolicy = (void *)0x053B14F0; +const void * RTTI_BSScript__ISavePatcherInterface = (void *)0x053B17D0; +const void * RTTI_BSScript__IStackCallbackFunctor = (void *)0x053B4EE0; +const void * RTTI_BSScript__IStackCallbackSaveInterface = (void *)0x053B4F78; +const void * RTTI_BSScript__IStore = (void *)0x053B1E78; +const void * RTTI_BSScript__IVMDebugInterface = (void *)0x05438050; +const void * RTTI_BSScript__IVMObjectBindInterface = (void *)0x05437448; +const void * RTTI_BSScript__IVMRemoteDebuggerInterface = (void *)0x0543AB80; +const void * RTTI_BSScript__IVMSaveLoadInterface = (void *)0x054380B8; +const void * RTTI_BSScript__IVirtualMachine = (void *)0x05438088; +const void * RTTI_BSScript__Internal__AutoPropGetFunction = (void *)0x0543D2A0; +const void * RTTI_BSScript__Internal__AutoPropSetFunction = (void *)0x0543D2E0; +const void * RTTI_BSScript__Internal__CodeTasklet = (void *)0x0543DD48; +const void * RTTI_BSScript__Internal__FunctionMessageNode = (void *)0x05440B20; +const void * RTTI_BSScript__Internal__FunctionMessageProcessor = (void *)0x05440B60; +const void * RTTI_BSScript__Internal__IFuncCallQuery = (void *)0x0543AAD0; +const void * RTTI_BSScript__Internal__NativeFunctionStub = (void *)0x0543CCF0; +const void * RTTI_BSScript__Internal__RawFuncCallQuery = (void *)0x0543AB08; +const void * RTTI_BSScript__Internal__ScriptFunction = (void *)0x05440E10; +const void * RTTI_BSScript__Internal__VirtualMachine = (void *)0x0543AB48; +const void * RTTI_BSScript__Internal__VirtualMachine__IFuncCallCallbacks = (void *)0x0543BC70; +const void * RTTI_BSScript__LinkerProcessor = (void *)0x0543FAB0; +const void * RTTI_BSScript__NF_util__NativeFunctionBase = (void *)0x052A9238; +const void * RTTI_BSScript__ObjectBindPolicy = (void *)0x053B4F48; +const void * RTTI_BSScript__ObjectTypeInfo = (void *)0x05437FF0; +const void * RTTI_BSScript__SimpleAllocMemoryPagePolicy = (void *)0x054396D8; +const void * RTTI_BSScript__StructTypeInfo = (void *)0x05438C90; +const void * RTTI_BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor = (void *)0x0543CD30; +const void * RTTI_BSSequence__AnimationEvent = (void *)0x0523A6D8; +const void * RTTI_BSSequence__AnimationTrack = (void *)0x0523A6A8; +const void * RTTI_BSSequence__AnimationVariableTrack = (void *)0x05239F10; +const void * RTTI_BSSequence__AnimationVectorVariableTrack = (void *)0x05239F48; +const void * RTTI_BSSequence__BindingEvent = (void *)0x05401690; +const void * RTTI_BSSequence__CameraShakeEvent = (void *)0x05239ED8; +const void * RTTI_BSSequence__CameraShakeStrengthTrack = (void *)0x05239FC8; +const void * RTTI_BSSequence__CameraShakeTrack = (void *)0x05239EA0; +const void * RTTI_BSSequence__ColorCurveEvent = (void *)0x053FE5D0; +const void * RTTI_BSSequence__ColorLerpEvent = (void *)0x054012C8; +const void * RTTI_BSSequence__ColorNoiseEvent = (void *)0x053FE598; +const void * RTTI_BSSequence__ColorTriggerEvent = (void *)0x05401248; +const void * RTTI_BSSequence__ConsoleScriptEvent = (void *)0x05239E68; +const void * RTTI_BSSequence__CullEvent = (void *)0x0523A1D0; +const void * RTTI_BSSequence__DissolveEvent = (void *)0x052398B8; +const void * RTTI_BSSequence__DissolveFrequencyScaleTrack = (void *)0x05239A68; +const void * RTTI_BSSequence__DissolveOffsetTrack = (void *)0x052398E8; +const void * RTTI_BSSequence__DissolveTrack = (void *)0x051DC5D8; +const void * RTTI_BSSequence__Event = (void *)0x0523A808; +const void * RTTI_BSSequence__ExplosionObjectSpawn = (void *)0x05239AE0; +const void * RTTI_BSSequence__Float2CurveEvent = (void *)0x05401100; +const void * RTTI_BSSequence__Float2LerpEvent = (void *)0x054010C8; +const void * RTTI_BSSequence__Float2TriggerEvent = (void *)0x05401040; +const void * RTTI_BSSequence__FloatCurveEvent = (void *)0x054011D8; +const void * RTTI_BSSequence__FloatLerpEvent = (void *)0x05401170; +const void * RTTI_BSSequence__FloatNoiseEvent = (void *)0x054011A0; +const void * RTTI_BSSequence__FloatTriggerEvent = (void *)0x05401008; +const void * RTTI_BSSequence__ITimeMultiplierProvider = (void *)0x0523AB20; +const void * RTTI_BSSequence__ImageSpaceLifetimeEvent = (void *)0x0523A370; +const void * RTTI_BSSequence__ImageSpaceStrengthTrack = (void *)0x0523A490; +const void * RTTI_BSSequence__ImageSpaceTrack = (void *)0x0523A3E8; +const void * RTTI_BSSequence__ImpactEffectEvent = (void *)0x0523A260; +const void * RTTI_BSSequence__ImpactEffectTrack = (void *)0x051DC7B8; +const void * RTTI_BSSequence__LightColorTrack = (void *)0x0523A560; +const void * RTTI_BSSequence__LightEffectReferenceTrack = (void *)0x051DC020; +const void * RTTI_BSSequence__LightEffectTrack = (void *)0x0523A420; +const void * RTTI_BSSequence__LightIntensityTrack = (void *)0x0523A528; +const void * RTTI_BSSequence__LightLensFlareVisiblityTrack = (void *)0x052396F8; +const void * RTTI_BSSequence__LightRadiusTrack = (void *)0x0523A598; +const void * RTTI_BSSequence__LightSpawnEvent = (void *)0x0523A458; +const void * RTTI_BSSequence__LoopMarker = (void *)0x053FE608; +const void * RTTI_BSSequence__MaterialFlipbookIndexGeneratorEvent = (void *)0x05239920; +const void * RTTI_BSSequence__MaterialFlipbookIndexTrack = (void *)0x05239778; +const void * RTTI_BSSequence__MaterialPropertyTrack = (void *)0x05239818; +const void * RTTI_BSSequence__MaterialTrack = (void *)0x05239658; +const void * RTTI_BSSequence__Mediator = (void *)0x051DBC60; +const void * RTTI_BSSequence__NamedSequenceMap = (void *)0x051DBFC0; +const void * RTTI_BSSequence__NodeTrackBase = (void *)0x051DC060; +const void * RTTI_BSSequence__NoteEvent = (void *)0x054017A0; +const void * RTTI_BSSequence__NoteTrack = (void *)0x05401660; +const void * RTTI_BSSequence__Object = (void *)0x051DC128; +const void * RTTI_BSSequence__ObjectAttachmentSubnodeTrack = (void *)0x05239B18; +const void * RTTI_BSSequence__ObjectAttachmentTrack = (void *)0x052399A0; +const void * RTTI_BSSequence__ObjectSpawnEvent = (void *)0x052399D8; +const void * RTTI_BSSequence__ObjectSpawnTrack = (void *)0x051DC780; +const void * RTTI_BSSequence__ParticleEffectReferenceTrack = (void *)0x05239BC8; +const void * RTTI_BSSequence__ParticleEffectTrack = (void *)0x05239C08; +const void * RTTI_BSSequence__ParticleEvent = (void *)0x05239D70; +const void * RTTI_BSSequence__ParticleMaterialPropertyTrack = (void *)0x05239D30; +const void * RTTI_BSSequence__ParticleParameterTrack = (void *)0x05239DA0; +const void * RTTI_BSSequence__PlaySubSequenceEvent = (void *)0x0523A2D0; +const void * RTTI_BSSequence__PositionTrack = (void *)0x0523A200; +const void * RTTI_BSSequence__PositionTrack__TrackState = (void *)0x051DC898; +const void * RTTI_BSSequence__ProjectedDecalAlphaTrack = (void *)0x0523A0F8; +const void * RTTI_BSSequence__ProjectedDecalSpawnEvent = (void *)0x05239F88; +const void * RTTI_BSSequence__ProjectedDecalTrack = (void *)0x051DC7F0; +const void * RTTI_BSSequence__PropertyControllerBase = (void *)0x054016F8; +const void * RTTI_BSSequence__PropertyControllerEvent = (void *)0x05400F88; +const void * RTTI_BSSequence__PropertyLerpControllerEvent = (void *)0x05400FC8; +const void * RTTI_BSSequence__ReferenceSpawnEvent = (void *)0x05239C40; +const void * RTTI_BSSequence__RevertMaterialOverrideEvent = (void *)0x05239738; +const void * RTTI_BSSequence__RotationTrack = (void *)0x0523A230; +const void * RTTI_BSSequence__RotationTrack__TrackState = (void *)0x051DC858; +const void * RTTI_BSSequence__ScaleTrack = (void *)0x0523A1A0; +const void * RTTI_BSSequence__SceneNodeTrack = (void *)0x051DC828; +const void * RTTI_BSSequence__ScriptTrack = (void *)0x05239E38; +const void * RTTI_BSSequence__SetPropertyEvent = (void *)0x054016C0; +const void * RTTI_BSSequence__SoundEvent = (void *)0x05239E08; +const void * RTTI_BSSequence__SoundTrack = (void *)0x05239DD8; +const void * RTTI_BSSequence__SubSequenceTrack = (void *)0x0523A298; +const void * RTTI_BSSequence__Track = (void *)0x051DBFF8; +const void * RTTI_BSSequence__TrackGroup = (void *)0x051DC090; +const void * RTTI_BSSequence__TriggerMaterialSwap = (void *)0x05239968; +const void * RTTI_BSSequence__VectorCurveEvent = (void *)0x05401210; +const void * RTTI_BSSequence__VectorLerpEvent = (void *)0x05401370; +const void * RTTI_BSSequence__VectorNoiseEvent = (void *)0x054013A8; +const void * RTTI_BSSequence__VectorTriggerEvent = (void *)0x054012F8; +const void * RTTI_BSSequence__VisibilityTrack = (void *)0x0523A068; +const void * RTTI_BSService__JobSite = (void *)0x0513F0E0; +const void * RTTI_BSShadowLight = (void *)0x05403AC8; +const void * RTTI_BSShapeConstructor = (void *)0x052803F0; +const void * RTTI_BSSimpleScaleController = (void *)0x05347B98; +const void * RTTI_BSSkin__BoneData = (void *)0x05482A08; +const void * RTTI_BSSkin__Instance = (void *)0x054829E0; +const void * RTTI_BSSpatialGraph = (void *)0x05210F20; +const void * RTTI_BSSpatialGraphInfo = (void *)0x05430CA8; +const void * RTTI_BSSpatialGraphManager = (void *)0x05211D78; +const void * RTTI_BSSpatialGraphSearch = (void *)0x052126B8; +const void * RTTI_BSSplatterExtraData = (void *)0x05208DC0; +const void * RTTI_BSSteamSysInfoSystemUtility = (void *)0x05488780; +const void * RTTI_BSStorage = (void *)0x051E3520; +const void * RTTI_BSStream = (void *)0x05264CD8; +const void * RTTI_BSStreamParserData = (void *)0x05419558; +const void * RTTI_BSStreaming__DataStorage = (void *)0x05442F10; +const void * RTTI_BSSubBehaviorGraphSingletonData = (void *)0x053EA250; +const void * RTTI_BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask = (void *)0x053E9650; +const void * RTTI_BSSubSceneNode = (void *)0x05403AA0; +const void * RTTI_BSSysInfoSystemUtility = (void *)0x051AE5F8; +const void * RTTI_BSSystemFileAsyncFunctor = (void *)0x05437418; +const void * RTTI_BSSystemFileStorage = (void *)0x05442EE0; +const void * RTTI_BSSystemFileStreamer__HeapData = (void *)0x05441780; +const void * RTTI_BSSystemFileStreamer__PhysicalRequest = (void *)0x05441858; +const void * RTTI_BSSystemFileStreamer__PinnedData = (void *)0x05441898; +const void * RTTI_BSSystemFileStreamer__Streamer = (void *)0x05441920; +const void * RTTI_BSSystemFileStreamer__Streamer__ControlThread = (void *)0x054417C0; +const void * RTTI_BSSystemFileStreamer__Streamer__StreamerThread = (void *)0x05441810; +const void * RTTI_BSSystemUtilitiesStrings = (void *)0x051AE2E0; +const void * RTTI_BSSystemUtility = (void *)0x0511CEF8; +const void * RTTI_BSTArrayBase__IAllocatorFunctor = (void *)0x0511B280; +const void * RTTI_BSTSmartPointerPrivate__HandleManagerBase = (void *)0x051903A0; +const void * RTTI_BSTableCurve = (void *)0x05488CF0; +const void * RTTI_BSTaskJobber = (void *)0x05404710; +const void * RTTI_BSTaskJobber__Task = (void *)0x05276AC8; +const void * RTTI_BSTaskThread = (void *)0x051F5A60; +const void * RTTI_BSTaskletGroupData = (void *)0x05442F40; +const void * RTTI_BSTaskletManager = (void *)0x051A09F8; +const void * RTTI_BSTempEffect = (void *)0x05275F18; +const void * RTTI_BSTempEffectDebris = (void *)0x05275F40; +const void * RTTI_BSTempEffectGeometryDecal = (void *)0x05275F70; +const void * RTTI_BSTempEffectParticle = (void *)0x05275FD8; +const void * RTTI_BSTempEffectSPG = (void *)0x05276040; +const void * RTTI_BSTempEffectScreenSpaceDecal = (void *)0x05276008; +const void * RTTI_BSTempEffectWeaponBlood = (void *)0x05276068; +const void * RTTI_BSTerrainEffect = (void *)0x052761E0; +const void * RTTI_BSTextureStreamer__ArchiveLayer = (void *)0x054032B0; +const void * RTTI_BSTextureStreamer__LoadQueueService = (void *)0x05403010; +const void * RTTI_BSTextureStreamer__Manager = (void *)0x05403320; +const void * RTTI_BSTextureStreamer__ManagerBase = (void *)0x054032E8; +const void * RTTI_BSTextureStreamer__ManagerServiceFramework = (void *)0x05403050; +const void * RTTI_BSTextureStreamer__TextureArchiveIDConverter = (void *)0x051A50D0; +const void * RTTI_BSTextureStreamer__TextureLoad = (void *)0x05406FF8; +const void * RTTI_BSTextureStreamer__TextureStreamerRequestBase = (void *)0x05407030; +const void * RTTI_BSThread = (void *)0x051A04E0; +const void * RTTI_BSTransformExtra = (void *)0x05262268; +const void * RTTI_BSTreadTransfInterpolator = (void *)0x05481D38; +const void * RTTI_BSUIExternalTexture = (void *)0x0541A230; +const void * RTTI_BSVMLoadNode = (void *)0x051FC7F8; +const void * RTTI_BSVMPostProcessNode = (void *)0x051FC820; +const void * RTTI_BSValueNode = (void *)0x05403AF0; +const void * RTTI_BSWArray = (void *)0x054070C8; +const void * RTTI_BSWeakReferenceNode = (void *)0x053FD840; +const void * RTTI_BSWin32ExceptionHandler = (void *)0x05192398; +const void * RTTI_BSWinPCAwardsSystemUtility = (void *)0x05488A50; +const void * RTTI_BSWinPCGameDataSystemUtility = (void *)0x054888D0; +const void * RTTI_BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled = (void *)0x05488820; +const void * RTTI_BSWinPCSaveDataSystemUtility = (void *)0x054887E8; +const void * RTTI_BSWinPCSystemUtility = (void *)0x054887B8; +const void * RTTI_BSXFlags = (void *)0x05402098; +const void * RTTI_BShkbHkxDB__QueuedHandles = (void *)0x05260880; +const void * RTTI_BShkbUtils__GraphInspectionFunctor = (void *)0x053DA498; +const void * RTTI_BackgroundProcessNode = (void *)0x051F5CD8; +const void * RTTI_BackgroundProcessThread = (void *)0x051F5A30; +const void * RTTI_BanishEffect = (void *)0x0531E598; +const void * RTTI_BarrierProjectile = (void *)0x05366430; +const void * RTTI_BarterMenu = (void *)0x052E2618; +const void * RTTI_BarterMenu_BuyItem = (void *)0x052E2580; +const void * RTTI_BarterMenu_CloseMenu = (void *)0x052E2488; +const void * RTTI_BarterMenu_HideModel = (void *)0x052E24E8; +const void * RTTI_BarterMenu_LoadModel = (void *)0x052E24B8; +const void * RTTI_BarterMenu_SellItem = (void *)0x052E25B0; +const void * RTTI_BarterMenu_SetMouseOverModel = (void *)0x052E25E0; +const void * RTTI_BarterMenu_ShowFailureMessage = (void *)0x052E2518; +const void * RTTI_BarterMenu_ViewedItem = (void *)0x052E2550; +const void * RTTI_BarterMenu__BarterMenuEventShuttle = (void *)0x052E2A78; +const void * RTTI_BaseFormComponent = (void *)0x0511D2A0; +const void * RTTI_BaseLightAnimData = (void *)0x051E40F8; +const void * RTTI_BeamProjectile = (void *)0x05366730; +const void * RTTI_BedEnterHandler = (void *)0x05363A70; +const void * RTTI_BedFurnitureExitHandler = (void *)0x053639E8; +const void * RTTI_BleedoutCameraState = (void *)0x0539D670; +const void * RTTI_BlendNode = (void *)0x053E8170; +const void * RTTI_BlendNodeInstance = (void *)0x053E8148; +const void * RTTI_BlendTree = (void *)0x053D9B38; +const void * RTTI_BlendTreeInstance = (void *)0x053E73B8; +const void * RTTI_Blueprints__Blueprint = (void *)0x051E3C70; +const void * RTTI_Blueprints__BlueprintMainStatusHandler = (void *)0x051E3A40; +const void * RTTI_Blueprints__BlueprintVariant = (void *)0x051067C8; +const void * RTTI_BodyCollisionsTask = (void *)0x051027C0; +const void * RTTI_BodyEffects__Effect = (void *)0x051D0058; +const void * RTTI_BodyEffects__ResourceVisualizationEffect = (void *)0x051D0018; +const void * RTTI_BodyEffects__ScanlinesEffect = (void *)0x051D0088; +const void * RTTI_BoneConstraint = (void *)0x053E7B78; +const void * RTTI_BoneConstraintInstance = (void *)0x053E7BA0; +const void * RTTI_BoneModifierData = (void *)0x051D8C40; +const void * RTTI_BoneModifierExtra = (void *)0x052353A0; +const void * RTTI_BoneModifierInstance = (void *)0x051D8C10; +const void * RTTI_BookMenu = (void *)0x0539D770; +const void * RTTI_BookMenu__BookData = (void *)0x0539D7D0; +const void * RTTI_BookMenu__BookMenuUIDataEventShuttle = (void *)0x0539D730; +const void * RTTI_BoundaryMenu = (void *)0x052A3780; +const void * RTTI_BoundaryMenu_FastTravel = (void *)0x052A37D8; +const void * RTTI_BoundaryMenu_ShowMap = (void *)0x052A37A8; +const void * RTTI_BowZoomStartHandler = (void *)0x05364590; +const void * RTTI_BowZoomStopHandler = (void *)0x05364560; +const void * RTTI_ButtonEvent = (void *)0x053EAF88; +const void * RTTI_CCallbackBase = (void *)0x054888A8; +const void * RTTI_CPUCaptureHandler = (void *)0x053A5D68; +const void * RTTI_CalcContainerWeight = (void *)0x05251B40; +const void * RTTI_CalmEffect = (void *)0x0531E570; +const void * RTTI_CameraOverrideStartHandler = (void *)0x05363800; +const void * RTTI_CameraOverrideStopHandler = (void *)0x053637D0; +const void * RTTI_CameraShakeHandler = (void *)0x05364748; +const void * RTTI_CameraZoomHandler = (void *)0x053A5D90; +const void * RTTI_Camera__DebugFollowCamera = (void *)0x0529FF10; +const void * RTTI_Camera__DebugFreeCamera = (void *)0x0529FF40; +const void * RTTI_Camera__DebugModule = (void *)0x0529FFA0; +const void * RTTI_Camera__DebugOrbitalCamera = (void *)0x0529FF70; +const void * RTTI_Camera__DebugTargetCamera = (void *)0x0529FEB0; +const void * RTTI_Camera__IBaseModule = (void *)0x0529FC08; +const void * RTTI_Camera__IDebugCamera = (void *)0x0529FEE0; +const void * RTTI_Camera__InteriorModule = (void *)0x0529FFD0; +const void * RTTI_Camera__Manager = (void *)0x0529FC68; +const void * RTTI_Camera__PlayerModule = (void *)0x0529FBD8; +const void * RTTI_Camera__SpaceModule = (void *)0x0529FC38; +const void * RTTI_CapacityValueModifierEffect = (void *)0x0531CD18; +const void * RTTI_CellHandleManager = (void *)0x051D8A28; +const void * RTTI_CellHfCollision = (void *)0x051E7968; +const void * RTTI_ChainExplosion = (void *)0x05328A98; +const void * RTTI_ChairEnterHandler = (void *)0x05363A18; +const void * RTTI_ChairFurnitureExitHandler = (void *)0x05363950; +const void * RTTI_ChangeAnimArchetypeHandler = (void *)0x053605F8; +const void * RTTI_CharGen_BrowChange = (void *)0x052FFC10; +const void * RTTI_CharGen_BrowColorChange = (void *)0x052FFB18; +const void * RTTI_CharGen_CancelTextEntry = (void *)0x052FFE78; +const void * RTTI_CharGen_CloseMenu = (void *)0x052FF840; +const void * RTTI_CharGen_CyclePronoun = (void *)0x052FFAB8; +const void * RTTI_CharGen_DirtScarsEtcChange = (void *)0x052FFCF8; +const void * RTTI_CharGen_EndBodyChange = (void *)0x052FE4A8; +const void * RTTI_CharGen_EndTextEntry = (void *)0x052FF728; +const void * RTTI_CharGen_EyeColorChange = (void *)0x052FFC40; +const void * RTTI_CharGen_FacialHairChange = (void *)0x052FFB80; +const void * RTTI_CharGen_FacialHairColorChange = (void *)0x052FFB48; +const void * RTTI_CharGen_HairChange = (void *)0x052FFBE0; +const void * RTTI_CharGen_HairColorChange = (void *)0x052FFBB0; +const void * RTTI_CharGen_HeadpartPlusSelectorChange = (void *)0x052FFD60; +const void * RTTI_CharGen_HeadpartPresetChange = (void *)0x052FF7D8; +const void * RTTI_CharGen_JewelryChange = (void *)0x052FF8D0; +const void * RTTI_CharGen_JewelryColorChange = (void *)0x052FF898; +const void * RTTI_CharGen_MakeupChange = (void *)0x052FE358; +const void * RTTI_CharGen_MarkingsChange = (void *)0x052FE328; +const void * RTTI_CharGen_PostBlendColorOptionChange = (void *)0x052FE3C0; +const void * RTTI_CharGen_PostBlendFaceChange = (void *)0x052FE400; +const void * RTTI_CharGen_PostBlendIntensityChange = (void *)0x052FE388; +const void * RTTI_CharGen_PresetChange = (void *)0x052FF810; +const void * RTTI_CharGen_RollOffLocomotion = (void *)0x052FF960; +const void * RTTI_CharGen_RollOnLocomotion = (void *)0x052FF990; +const void * RTTI_CharGen_RotatePaperdoll = (void *)0x052FF9C0; +const void * RTTI_CharGen_SetAdditionalSlider = (void *)0x052FE470; +const void * RTTI_CharGen_SetBackground = (void *)0x052FFC70; +const void * RTTI_CharGen_SetBlockInputUnderPopup = (void *)0x052FE438; +const void * RTTI_CharGen_SetBodyValues = (void *)0x052FFDD0; +const void * RTTI_CharGen_SetCameraPosition = (void *)0x052FFDA0; +const void * RTTI_CharGen_SetPronoun = (void *)0x052FFA88; +const void * RTTI_CharGen_SetSex = (void *)0x052FF7B0; +const void * RTTI_CharGen_SetSlider = (void *)0x052FF788; +const void * RTTI_CharGen_SetTrait = (void *)0x052FFCA0; +const void * RTTI_CharGen_ShowChooseBackgroundMessage = (void *)0x052FFE00; +const void * RTTI_CharGen_ShowPlayerRenameMessage = (void *)0x052FFE40; +const void * RTTI_CharGen_SkintoneChange = (void *)0x052FFD30; +const void * RTTI_CharGen_StartBodyChange = (void *)0x052FF868; +const void * RTTI_CharGen_StartTextEntry = (void *)0x052FF758; +const void * RTTI_CharGen_SwitchBodyType = (void *)0x052FF9F0; +const void * RTTI_CharGen_SwitchLocomotion = (void *)0x052FFA20; +const void * RTTI_CharGen_TeethChange = (void *)0x052FFAE8; +const void * RTTI_CharGen_TeethRollOff = (void *)0x052FF900; +const void * RTTI_CharGen_TeethRollOn = (void *)0x052FF930; +const void * RTTI_CharGen_ToggleMarking = (void *)0x052FFCC8; +const void * RTTI_CharGen_TogglePreviewHabSuit = (void *)0x052FFA50; +const void * RTTI_CharacterCollisionHandler = (void *)0x0534CD78; +const void * RTTI_CharacterCollisionMessagePlayerAdapter = (void *)0x053364D0; +const void * RTTI_CharacterEvent = (void *)0x053EAEA0; +const void * RTTI_ChargenMenu = (void *)0x052FDFC8; +const void * RTTI_ChargenMenu__ChargenMenuEventShuttle = (void *)0x052FE568; +const void * RTTI_CheckGoalReachedFunctor = (void *)0x0542F698; +const void * RTTI_CheckLineOfSightFilterMisc = (void *)0x0531E3D8; +const void * RTTI_CheckParameterReachedFunctor = (void *)0x0542F6F8; +const void * RTTI_CheckStoppedMovingFunctor = (void *)0x0542F668; +const void * RTTI_ClientBIMetrics__CombatHitMetricsI = (void *)0x0531FA68; +const void * RTTI_ClientBIMetrics__HeartBeat__EventSink = (void *)0x051CF380; +const void * RTTI_ClientBIMetrics__Performance__EventSink = (void *)0x051CF830; +const void * RTTI_ClientBIMetrics__ShipCombatHitMetricsBPSImp = (void *)0x0531FAE0; +const void * RTTI_ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost = (void *)0x051CFE70; +const void * RTTI_CloakEffect = (void *)0x0531CD50; +const void * RTTI_ClonePoseNode = (void *)0x053E56A8; +const void * RTTI_ClonePoseNodeInstance = (void *)0x053E5678; +const void * RTTI_CloudSaveWriter = (void *)0x05323418; +const void * RTTI_CombatAcquireSearchDebugData = (void *)0x0536F608; +const void * RTTI_CombatAimController = (void *)0x05368C20; +const void * RTTI_CombatAlignRollPathController = (void *)0x05295FB0; +const void * RTTI_CombatAnimatedPath = (void *)0x05395DA0; +const void * RTTI_CombatApproachTargetPathController = (void *)0x05296770; +const void * RTTI_CombatAreaHoldPosition = (void *)0x05368E20; +const void * RTTI_CombatAreaReference = (void *)0x05368DC0; +const void * RTTI_CombatAreaShape = (void *)0x05297718; +const void * RTTI_CombatAreaStandard = (void *)0x05368DF0; +const void * RTTI_CombatBarrelRollPathController = (void *)0x05295E18; +const void * RTTI_CombatBehaviorAttackFromCover = (void *)0x053959C8; +const void * RTTI_CombatBehaviorBlindFireFromCover = (void *)0x05395B30; +const void * RTTI_CombatBehaviorContextCover = (void *)0x05395640; +const void * RTTI_CombatBehaviorContextGrenade = (void *)0x0528E390; +const void * RTTI_CombatBehaviorMoveInCover = (void *)0x05191840; +const void * RTTI_CombatBehaviorProvideSuppressiveFire = (void *)0x05389DF8; +const void * RTTI_CombatBehaviorResource = (void *)0x0536ECC8; +const void * RTTI_CombatBehaviorShipAcquire = (void *)0x05296B00; +const void * RTTI_CombatBehaviorShipAttackManeuver = (void *)0x052967B0; +const void * RTTI_CombatBehaviorShipBarrelRoll = (void *)0x05296B30; +const void * RTTI_CombatBehaviorShipBoost = (void *)0x05296A60; +const void * RTTI_CombatBehaviorShipBreak = (void *)0x05296B68; +const void * RTTI_CombatBehaviorShipBreakStalemate = (void *)0x052966D0; +const void * RTTI_CombatBehaviorShipCut = (void *)0x05296BD0; +const void * RTTI_CombatBehaviorShipDirectAttack = (void *)0x052969B8; +const void * RTTI_CombatBehaviorShipDisengage = (void *)0x052968B0; +const void * RTTI_CombatBehaviorShipLeadTurn = (void *)0x05296818; +const void * RTTI_CombatBehaviorShipLurk = (void *)0x05296740; +const void * RTTI_CombatBehaviorShipOrbitCombatArea = (void *)0x05296950; +const void * RTTI_CombatBehaviorShipOrbitTarget = (void *)0x05296918; +const void * RTTI_CombatBehaviorShipPass = (void *)0x052967E8; +const void * RTTI_CombatBehaviorShipPathDestinationRef = (void *)0x05296410; +const void * RTTI_CombatBehaviorShipPursue = (void *)0x05296A30; +const void * RTTI_CombatBehaviorShipScissors = (void *)0x05296B98; +const void * RTTI_CombatBehaviorShipSliceback = (void *)0x05296A90; +const void * RTTI_CombatBehaviorShipSlideDodge = (void *)0x05296708; +const void * RTTI_CombatBehaviorShipSlideTurn = (void *)0x05296850; +const void * RTTI_CombatBehaviorShipStationaryTracking = (void *)0x052969F0; +const void * RTTI_CombatBehaviorShipStrafe = (void *)0x052968E8; +const void * RTTI_CombatBehaviorShipStrafeTurn = (void *)0x05296AC8; +const void * RTTI_CombatBehaviorShipTargetingModeAutopilot = (void *)0x052864A8; +const void * RTTI_CombatBehaviorShipTurn = (void *)0x05296988; +const void * RTTI_CombatBehaviorTree = (void *)0x051918A8; +const void * RTTI_CombatBehaviorTreeAcquireObject = (void *)0x051916F8; +const void * RTTI_CombatBehaviorTreeAction = (void *)0x051917D0; +const void * RTTI_CombatBehaviorTreeActionEquipmentSelector = (void *)0x051912F0; +const void * RTTI_CombatBehaviorTreeAvoidThreat = (void *)0x05191B98; +const void * RTTI_CombatBehaviorTreeBlock = (void *)0x051918D8; +const void * RTTI_CombatBehaviorTreeBow = (void *)0x051914D0; +const void * RTTI_CombatBehaviorTreeChargingCloseMovement = (void *)0x051916B8; +const void * RTTI_CombatBehaviorTreeChargingMovement = (void *)0x05191800; +const void * RTTI_CombatBehaviorTreeCheckUnreachableTarget = (void *)0x05191BD0; +const void * RTTI_CombatBehaviorTreeCloseMovement = (void *)0x051915A8; +const void * RTTI_CombatBehaviorTreeCombat = (void *)0x05191980; +const void * RTTI_CombatBehaviorTreeCreateContextNodeBase = (void *)0x052833D8; +const void * RTTI_CombatBehaviorTreeFindAttackLocation = (void *)0x05191500; +const void * RTTI_CombatBehaviorTreeFindValidLocation = (void *)0x05191B58; +const void * RTTI_CombatBehaviorTreeFlankingMovement = (void *)0x05191490; +const void * RTTI_CombatBehaviorTreeFlee = (void *)0x051915E0; +const void * RTTI_CombatBehaviorTreeFlight = (void *)0x05191A20; +const void * RTTI_CombatBehaviorTreeGrenade = (void *)0x05191B28; +const void * RTTI_CombatBehaviorTreeGun = (void *)0x05191540; +const void * RTTI_CombatBehaviorTreeHide = (void *)0x05191730; +const void * RTTI_CombatBehaviorTreeLinkNode = (void *)0x0536ECF8; +const void * RTTI_CombatBehaviorTreeLowCombat = (void *)0x05191458; +const void * RTTI_CombatBehaviorTreeMagic = (void *)0x05191648; +const void * RTTI_CombatBehaviorTreeMelee = (void *)0x05191A88; +const void * RTTI_CombatBehaviorTreeMovement = (void *)0x05191AF0; +const void * RTTI_CombatBehaviorTreeMovementRequest = (void *)0x05191570; +const void * RTTI_CombatBehaviorTreeNode = (void *)0x052835F8; +const void * RTTI_CombatBehaviorTreePlayerShipCombat = (void *)0x05191908; +const void * RTTI_CombatBehaviorTreeRangedMovement = (void *)0x05191760; +const void * RTTI_CombatBehaviorTreeRetreatClose = (void *)0x05191870; +const void * RTTI_CombatBehaviorTreeRetreatRanged = (void *)0x05191610; +const void * RTTI_CombatBehaviorTreeReturnToCombatArea = (void *)0x051913E0; +const void * RTTI_CombatBehaviorTreeRootNode = (void *)0x0536ED30; +const void * RTTI_CombatBehaviorTreeSearch = (void *)0x051913B0; +const void * RTTI_CombatBehaviorTreeShipAction = (void *)0x05191798; +const void * RTTI_CombatBehaviorTreeShipActionEquipmentSelector = (void *)0x05191330; +const void * RTTI_CombatBehaviorTreeShipCombat = (void *)0x05191948; +const void * RTTI_CombatBehaviorTreeShipDetection = (void *)0x051919B0; +const void * RTTI_CombatBehaviorTreeShipFlee = (void *)0x05191A50; +const void * RTTI_CombatBehaviorTreeShipManeuvers = (void *)0x051912B8; +const void * RTTI_CombatBehaviorTreeShipMovement = (void *)0x05191AB8; +const void * RTTI_CombatBehaviorTreeShipPowerAllocation = (void *)0x05191678; +const void * RTTI_CombatBehaviorTreeSpaceshipWeapon = (void *)0x051919E8; +const void * RTTI_CombatBehaviorTreeTargetingMode = (void *)0x05191C10; +const void * RTTI_CombatBehaviorTreeThrow = (void *)0x05191C48; +const void * RTTI_CombatBehaviorTreeUseCover = (void *)0x05191420; +const void * RTTI_CombatBehaviorTreeUsePotion = (void *)0x05191378; +const void * RTTI_CombatBehaviorTreeWrapperNode = (void *)0x05287040; +const void * RTTI_CombatBehaviorWaitBehindCover = (void *)0x05395A00; +const void * RTTI_CombatBlackboardMemberBase = (void *)0x051433F0; +const void * RTTI_CombatChangePositionPathController = (void *)0x05393FE0; +const void * RTTI_CombatChargingSearchData = (void *)0x0528DAE8; +const void * RTTI_CombatCluster = (void *)0x05369240; +const void * RTTI_CombatCoverLocation = (void *)0x05368F58; +const void * RTTI_CombatCoverSearch = (void *)0x05368FC0; +const void * RTTI_CombatCoverSearchDebugData = (void *)0x05369078; +const void * RTTI_CombatCoverSearchResult = (void *)0x05368F28; +const void * RTTI_CombatCoveredPath = (void *)0x05286528; +const void * RTTI_CombatCoveredPathDebugData = (void *)0x05299B60; +const void * RTTI_CombatDialogueDebugData = (void *)0x05369180; +const void * RTTI_CombatDisableActionController = (void *)0x05388358; +const void * RTTI_CombatDisableAimController = (void *)0x05368C50; +const void * RTTI_CombatDisableCollisionController = (void *)0x05388320; +const void * RTTI_CombatEncounterBIEvents__CombatEnounterMetricsManager = (void *)0x0531FBC0; +const void * RTTI_CombatEncounterMetrics = (void *)0x0531FB28; +const void * RTTI_CombatEnterCoverPathController = (void *)0x05369040; +const void * RTTI_CombatFlankingSearchData = (void *)0x0537C720; +const void * RTTI_CombatFleeAimController = (void *)0x05380F98; +const void * RTTI_CombatFollowTargetPathController = (void *)0x0539D000; +const void * RTTI_CombatGroupDetectionListener = (void *)0x05369208; +const void * RTTI_CombatInceptionDebugData = (void *)0x05369150; +const void * RTTI_CombatInterface = (void *)0x05286730; +const void * RTTI_CombatInventoryItem = (void *)0x05369318; +const void * RTTI_CombatInventoryItemComposite = (void *)0x05369488; +const void * RTTI_CombatInventoryItemGrenade = (void *)0x05369558; +const void * RTTI_CombatInventoryItemMagic = (void *)0x05369590; +const void * RTTI_CombatInventoryItemMelee = (void *)0x05369458; +const void * RTTI_CombatInventoryItemOneHandedBlock = (void *)0x053694F0; +const void * RTTI_CombatInventoryItemPotion = (void *)0x0536BDC8; +const void * RTTI_CombatInventoryItemRanged = (void *)0x05369428; +const void * RTTI_CombatInventoryItemScroll = (void *)0x0536BD98; +const void * RTTI_CombatInventoryItemShield = (void *)0x05369528; +const void * RTTI_CombatInventoryItemStaff = (void *)0x0536BCD8; +const void * RTTI_CombatInventoryItemThrown = (void *)0x053693F8; +const void * RTTI_CombatInventoryItemTorch = (void *)0x053694C0; +const void * RTTI_CombatMagicCaster = (void *)0x0536BD08; +const void * RTTI_CombatMagicCasterArmor = (void *)0x0536BB00; +const void * RTTI_CombatMagicCasterBoundItem = (void *)0x0536BB30; +const void * RTTI_CombatMagicCasterChameleon = (void *)0x0536BB68; +const void * RTTI_CombatMagicCasterCloak = (void *)0x0536BA70; +const void * RTTI_CombatMagicCasterDash = (void *)0x0536BCA8; +const void * RTTI_CombatMagicCasterDisarm = (void *)0x0536BAA0; +const void * RTTI_CombatMagicCasterInvisibility = (void *)0x0536BBA0; +const void * RTTI_CombatMagicCasterLight = (void *)0x0536BA40; +const void * RTTI_CombatMagicCasterOffensive = (void *)0x0536BE88; +const void * RTTI_CombatMagicCasterParalyze = (void *)0x0536BC08; +const void * RTTI_CombatMagicCasterReanimate = (void *)0x0536BC38; +const void * RTTI_CombatMagicCasterRestore = (void *)0x0536BE28; +const void * RTTI_CombatMagicCasterScript = (void *)0x0536BBD8; +const void * RTTI_CombatMagicCasterStagger = (void *)0x0536BAD0; +const void * RTTI_CombatMagicCasterSummon = (void *)0x0536BDF8; +const void * RTTI_CombatMagicCasterTargetEffect = (void *)0x0536BC70; +const void * RTTI_CombatMagicCasterWard = (void *)0x0536BE58; +const void * RTTI_CombatMagicItemData = (void *)0x0536BD68; +const void * RTTI_CombatMagicItemSkillChecker = (void *)0x0536BD30; +const void * RTTI_CombatMaintainDistancePathController = (void *)0x05286468; +const void * RTTI_CombatMantlePathController = (void *)0x05369118; +const void * RTTI_CombatMatchTargetAimController = (void *)0x05368C88; +const void * RTTI_CombatMeleeAimController = (void *)0x05368D58; +const void * RTTI_CombatMeleeAttackController = (void *)0x053840E0; +const void * RTTI_CombatMeleeDebugData = (void *)0x05384118; +const void * RTTI_CombatMovementRequestActivateTarget = (void *)0x0528E350; +const void * RTTI_CombatMovementRequestFollowActor = (void *)0x0528E318; +const void * RTTI_CombatNavmeshCoverLocation = (void *)0x053690B0; +const void * RTTI_CombatNavmeshPathingDebugData = (void *)0x05299D18; +const void * RTTI_CombatPath = (void *)0x05286758; +const void * RTTI_CombatPathBuilder = (void *)0x052837F8; +const void * RTTI_CombatPathBuilderCovered = (void *)0x05299B30; +const void * RTTI_CombatPathBuilderNavmesh = (void *)0x05284128; +const void * RTTI_CombatPathBuilderNavmeshOpen = (void *)0x0528B810; +const void * RTTI_CombatPathBuilderNavmeshStandard = (void *)0x05284058; +const void * RTTI_CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter = (void *)0x05299D50; +const void * RTTI_CombatPathBuilderPolicyStandard = (void *)0x052862E8; +const void * RTTI_CombatPathBuilderSpace = (void *)0x052837C8; +const void * RTTI_CombatPathBuilderSpaceOpen = (void *)0x0528BAF0; +const void * RTTI_CombatPathBuilderSpaceStandard = (void *)0x052836D0; +const void * RTTI_CombatPathBuilderSpatialGraph = (void *)0x05283790; +const void * RTTI_CombatPathBuilderSpatialGraphOpen = (void *)0x0528B940; +const void * RTTI_CombatPathBuilderSpatialGraphStandard = (void *)0x05284090; +const void * RTTI_CombatPathBuilderTrackInfo = (void *)0x05287078; +const void * RTTI_CombatPathBuilderTracker = (void *)0x052870B0; +const void * RTTI_CombatPathDestinationAcquire = (void *)0x05295E50; +const void * RTTI_CombatPathDestinationActor = (void *)0x0528DB78; +const void * RTTI_CombatPathDestinationBarrelRoll = (void *)0x052964C8; +const void * RTTI_CombatPathDestinationBreak = (void *)0x05296360; +const void * RTTI_CombatPathDestinationDirectlyToTarget = (void *)0x052864E8; +const void * RTTI_CombatPathDestinationDisengage = (void *)0x05295CC8; +const void * RTTI_CombatPathDestinationEvade = (void *)0x05295DE0; +const void * RTTI_CombatPathDestinationFlee = (void *)0x05292A68; +const void * RTTI_CombatPathDestinationFollowActor = (void *)0x05395D68; +const void * RTTI_CombatPathDestinationLeadTurn = (void *)0x05296620; +const void * RTTI_CombatPathDestinationOrbitRef = (void *)0x05296180; +const void * RTTI_CombatPathDestinationPursue = (void *)0x05295FE8; +const void * RTTI_CombatPathDestinationRef = (void *)0x05286250; +const void * RTTI_CombatPathDestinationRefs = (void *)0x0539D070; +const void * RTTI_CombatPathDestinationRemainNear = (void *)0x05294960; +const void * RTTI_CombatPathDestinationSlideDodge = (void *)0x05296060; +const void * RTTI_CombatPathDestinationSlideTurn = (void *)0x05296570; +const void * RTTI_CombatPathDestinationStrafe = (void *)0x052961B8; +const void * RTTI_CombatPathDestinationStrafeTurn = (void *)0x05295F00; +const void * RTTI_CombatPathingDebugData = (void *)0x05299CE8; +const void * RTTI_CombatPathingDelayedTweener = (void *)0x0539D038; +const void * RTTI_CombatPathingRequest = (void *)0x052862B8; +const void * RTTI_CombatPathingRequestAdapter = (void *)0x05396528; +const void * RTTI_CombatPathingRequestCovered = (void *)0x05299A88; +const void * RTTI_CombatPathingRequestDebugData = (void *)0x053964B8; +const void * RTTI_CombatPathingRequestMultiGoal = (void *)0x053964F0; +const void * RTTI_CombatPathingRequestStandard = (void *)0x05286280; +const void * RTTI_CombatPathingSearch = (void *)0x05283E70; +const void * RTTI_CombatPathingSearchArea = (void *)0x05299BD8; +const void * RTTI_CombatPathingTweener = (void *)0x0539CFD0; +const void * RTTI_CombatPositionReservation = (void *)0x05299DD0; +const void * RTTI_CombatPositionTracker = (void *)0x05299DA0; +const void * RTTI_CombatProjectileAimController = (void *)0x05368D88; +const void * RTTI_CombatProjectileDebugData = (void *)0x05368CC0; +const void * RTTI_CombatQueuedEvent = (void *)0x05345658; +const void * RTTI_CombatRangedMovementPathSpeedController = (void *)0x05292040; +const void * RTTI_CombatReservation = (void *)0x05296888; +const void * RTTI_CombatSearchLockData = (void *)0x05391D30; +const void * RTTI_CombatSearchMap2D = (void *)0x05288010; +const void * RTTI_CombatSearchMap3D = (void *)0x05288218; +const void * RTTI_CombatShipGenericPathController = (void *)0x05296328; +const void * RTTI_CombatShipPursueTargetPathController = (void *)0x05296020; +const void * RTTI_CombatSoftCoverLocation = (void *)0x053690E8; +const void * RTTI_CombatSpatialGraphPathingDebugData = (void *)0x05299E00; +const void * RTTI_CombatStandardCoverLocation = (void *)0x05368F88; +const void * RTTI_CombatSuppressiveFireBehavior = (void *)0x05299E40; +const void * RTTI_CombatTargetLocation = (void *)0x0536E640; +const void * RTTI_CombatTargetLocationSearch = (void *)0x0536E6A8; +const void * RTTI_CombatTargetLocationSearchResult = (void *)0x0536E670; +const void * RTTI_CombatTargetSelector = (void *)0x0536E750; +const void * RTTI_CombatTargetSelectorFixed = (void *)0x0536E830; +const void * RTTI_CombatTargetSelectorPreferred = (void *)0x0536E6E0; +const void * RTTI_CombatTargetSelectorRandom = (void *)0x0536E7F8; +const void * RTTI_CombatTargetSelectorSpaceship = (void *)0x0536E780; +const void * RTTI_CombatTargetSelectorStandard = (void *)0x0536E718; +const void * RTTI_CombatTargetSelectorWorkshopObject = (void *)0x0536E7B8; +const void * RTTI_CombatThreat = (void *)0x0536E890; +const void * RTTI_CombatThreatExplosion = (void *)0x0536E860; +const void * RTTI_CombatThreatLOF = (void *)0x0536E8E0; +const void * RTTI_CombatThreatMelee = (void *)0x0536E8B8; +const void * RTTI_CombatThreatProjectile = (void *)0x0536E908; +const void * RTTI_CombatTrackTargetAimController = (void *)0x05368D20; +const void * RTTI_CombatTunnelPathController = (void *)0x05299EB0; +const void * RTTI_CombatTunnelPathingRequestData = (void *)0x05299E78; +const void * RTTI_CombatViewController = (void *)0x05299FB8; +const void * RTTI_CombatViewControllerGlance = (void *)0x05299F48; +const void * RTTI_CombatViewControllerPath = (void *)0x05299F18; +const void * RTTI_CombatViewControllerStandard = (void *)0x05299F80; +const void * RTTI_CommandEffect = (void *)0x0531CDF8; +const void * RTTI_CommandSummonedEffect = (void *)0x0531CE20; +const void * RTTI_CompactingStore__MoveCallback = (void *)0x053EA7E0; +const void * RTTI_CompactingStore__NoopMoveCallback = (void *)0x053EA7A8; +const void * RTTI_CompressedArchiveFile = (void *)0x05441F88; +const void * RTTI_ConditionVariable = (void *)0x053E7090; +const void * RTTI_ConeProjectile = (void *)0x052883D8; +const void * RTTI_ConnectionTypeCallback = (void *)0x053176C0; +const void * RTTI_Console = (void *)0x0539E0E8; +const void * RTTI_ConsoleLog = (void *)0x0539E2D8; +const void * RTTI_ConsoleNativeUIMenu = (void *)0x0539E3B8; +const void * RTTI_ContainerMenu = (void *)0x053A0158; +const void * RTTI_ContainerMenuDataModel = (void *)0x052ACD28; +const void * RTTI_ContainerMenuDataModel__ContainerMenuEventShuttle = (void *)0x052ACCE0; +const void * RTTI_ContainerMenu_CloseMenu = (void *)0x053A00F0; +const void * RTTI_ContainerMenu_HideModel = (void *)0x053A0058; +const void * RTTI_ContainerMenu_Jettison = (void *)0x053A00C0; +const void * RTTI_ContainerMenu_LoadModel = (void *)0x053A0028; +const void * RTTI_ContainerMenu_OpenRefuelMenu = (void *)0x053A0088; +const void * RTTI_ContainerMenu_SetMouseOverModel = (void *)0x053A0120; +const void * RTTI_ContainerMenu_TakeAll = (void *)0x053A0378; +const void * RTTI_ContainerMenu_ToggleEquip = (void *)0x053A02A8; +const void * RTTI_ContainerMenu_TransferAllResources = (void *)0x053A02D8; +const void * RTTI_ContainerMenu_TransferItem = (void *)0x053A0270; +const void * RTTI_ControlMapDataModel = (void *)0x05419B68; +const void * RTTI_ControllerInternalState = (void *)0x05430198; +const void * RTTI_ConvertBoneToVar = (void *)0x053E7A18; +const void * RTTI_ConvertBoneToVarInstance = (void *)0x053E7A40; +const void * RTTI_CopyBoneWeights = (void *)0x053E8428; +const void * RTTI_CopyBoneWeightsInstance = (void *)0x053E83F8; +const void * RTTI_CraftingInfoCardDataModel = (void *)0x052B9728; +const void * RTTI_CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle = (void *)0x052B96D0; +const void * RTTI_CraftingMenuCommon = (void *)0x052AEF08; +const void * RTTI_CraftingMenu_CraftItem = (void *)0x052AED20; +const void * RTTI_CraftingMenu_ExitBench = (void *)0x052AFC20; +const void * RTTI_CraftingMenu_Highlight3D = (void *)0x05316980; +const void * RTTI_CraftingMenu_InstallMod = (void *)0x052AEE30; +const void * RTTI_CraftingMenu_RenameItem = (void *)0x052AEE98; +const void * RTTI_CraftingMenu_RevertHighlight = (void *)0x05316918; +const void * RTTI_CraftingMenu_RevertedModdedItem = (void *)0x052AEF68; +const void * RTTI_CraftingMenu_SelectedMod = (void *)0x052AEF38; +const void * RTTI_CraftingMenu_SelectedModSlot = (void *)0x052AEDF8; +const void * RTTI_CraftingMenu_SelectedModdableItem = (void *)0x052AEDC0; +const void * RTTI_CraftingMenu_SelectedRecipe = (void *)0x052AECE8; +const void * RTTI_CraftingMenu_SetInspectControls = (void *)0x052AED50; +const void * RTTI_CraftingMenu_ToggleTracking = (void *)0x052AED88; +const void * RTTI_CraftingMenu_ViewingModdableItem = (void *)0x052AEE60; +const void * RTTI_CraftingRecipesDataModel = (void *)0x052B99B0; +const void * RTTI_CraftingRecipesDataModel__CraftingRecipesEventShuttle = (void *)0x052B9960; +const void * RTTI_CraftingRequirementsDataModel = (void *)0x052AF758; +const void * RTTI_CraftingRequirementsDataModel__CraftingRequirementsEventShuttle = (void *)0x052AF700; +const void * RTTI_CreateNavigationGridTask = (void *)0x05209718; +const void * RTTI_CreationRendererPrivate__AddProbeBorderRenderPass = (void *)0x054684B0; +const void * RTTI_CreationRendererPrivate__AddScatteringOrderRenderPass = (void *)0x05474C80; +const void * RTTI_CreationRendererPrivate__AllocateSkinningBuffersRenderPass = (void *)0x0547DC80; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12 = (void *)0x05463640; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator = (void *)0x05476130; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12 = (void *)0x05475F00; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12 = (void *)0x054636A0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout = (void *)0x05477F20; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12 = (void *)0x05477F80; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution = (void *)0x0546E350; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout = (void *)0x05477DA0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12 = (void *)0x05477E00; +const void * RTTI_CreationRendererPrivate__ArtValidationRenderPass = (void *)0x054799E0; +const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderGraphBase = (void *)0x054748A0; +const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderPass = (void *)0x05474900; +const void * RTTI_CreationRendererPrivate__BRDFIntegrationRenderPass = (void *)0x0545F3E0; +const void * RTTI_CreationRendererPrivate__BakeSHBasisRenderPass = (void *)0x0545F480; +const void * RTTI_CreationRendererPrivate__BaseParticleComputeLightingRenderPass = (void *)0x05461D80; +const void * RTTI_CreationRendererPrivate__BaseParticlesRenderPass = (void *)0x05479990; +const void * RTTI_CreationRendererPrivate__BinkMovieDrawRenderPass = (void *)0x0545AF30; +const void * RTTI_CreationRendererPrivate__BinkMovieSubgraphRenderPass = (void *)0x0545AF80; +const void * RTTI_CreationRendererPrivate__BinkUpdatePlanesRenderPass = (void *)0x0545AFD0; +const void * RTTI_CreationRendererPrivate__BlendAllReflectionProbesRenderPass = (void *)0x0547C4C0; +const void * RTTI_CreationRendererPrivate__BlendProbeRayRenderPass = (void *)0x054686E0; +const void * RTTI_CreationRendererPrivate__BlendReflectionProbeRenderPass = (void *)0x0547C470; +const void * RTTI_CreationRendererPrivate__BlendedDecalRenderPass = (void *)0x05479AE0; +const void * RTTI_CreationRendererPrivate__BlendedDecal_OptionalRenderPass = (void *)0x05479A90; +const void * RTTI_CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass = (void *)0x05479A30; +const void * RTTI_CreationRendererPrivate__BlendedDecalsRenderPass = (void *)0x05479B30; +const void * RTTI_CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass = (void *)0x05472EF0; +const void * RTTI_CreationRendererPrivate__BlurHeightfieldVerticalRenderPass = (void *)0x05472F50; +const void * RTTI_CreationRendererPrivate__BlurSpaceGlareRenderPass = (void *)0x0546DDD0; +const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass = (void *)0x0547AD40; +const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass = (void *)0x0547ACE0; +const void * RTTI_CreationRendererPrivate__BlurredMipChain_idTech7RenderPass = (void *)0x05479D80; +const void * RTTI_CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass = (void *)0x05479C70; +const void * RTTI_CreationRendererPrivate__BruteForceRaymarchingRenderPass = (void *)0x05474EB0; +const void * RTTI_CreationRendererPrivate__BufferReadbackRenderPass = (void *)0x05479DD0; +const void * RTTI_CreationRendererPrivate__BuildAccelerationStructureRenderPass = (void *)0x05479E20; +const void * RTTI_CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue = (void *)0x05465A90; +const void * RTTI_CreationRendererPrivate__CelestialBodiesGeometryRenderPass = (void *)0x05479FE0; +const void * RTTI_CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass = (void *)0x05479E80; +const void * RTTI_CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass = (void *)0x05479EE0; +const void * RTTI_CreationRendererPrivate__CelestialBodiesPrepareRenderPass = (void *)0x05479F40; +const void * RTTI_CreationRendererPrivate__CelestialBodiesRenderPass = (void *)0x05479F90; +const void * RTTI_CreationRendererPrivate__ChargenMorphService = (void *)0x05477620; +const void * RTTI_CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass = (void *)0x0547CDB0; +const void * RTTI_CreationRendererPrivate__ClearFallbackCubemapRenderPass = (void *)0x0545F2F0; +const void * RTTI_CreationRendererPrivate__ClearRenderGraphOutputRenderPass = (void *)0x0546C010; +const void * RTTI_CreationRendererPrivate__ClearShadowMapGroupRenderPass = (void *)0x0546BA70; +const void * RTTI_CreationRendererPrivate__ClearShadowMapsRenderPass = (void *)0x0546BA20; +const void * RTTI_CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass = (void *)0x0546DC80; +const void * RTTI_CreationRendererPrivate__ClearThinDeferredGBufferRenderPass = (void *)0x0547CD50; +const void * RTTI_CreationRendererPrivate__CloudCardsRenderPass = (void *)0x0547A080; +const void * RTTI_CreationRendererPrivate__CloudLayersRenderPass = (void *)0x0547A110; +const void * RTTI_CreationRendererPrivate__CloudsHalfResCompositeRenderPass = (void *)0x0547A230; +const void * RTTI_CreationRendererPrivate__CloudsRenderPass = (void *)0x0547A0C8; +const void * RTTI_CreationRendererPrivate__ColorGradingMergeRenderPass = (void *)0x05476E90; +const void * RTTI_CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass = (void *)0x054689F0; +const void * RTTI_CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass = (void *)0x05468A50; +const void * RTTI_CreationRendererPrivate__CompositeMomentBasedOITRenderPass = (void *)0x05468930; +const void * RTTI_CreationRendererPrivate__ComputeLightInfluenceRenderPass = (void *)0x0547B890; +const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass = (void *)0x054750D0; +const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass = (void *)0x05475130; +const void * RTTI_CreationRendererPrivate__ComputeSHCoefRenderPass = (void *)0x0545F390; +const void * RTTI_CreationRendererPrivate__ComputeScatterRadianceRenderPass = (void *)0x05474BE0; +const void * RTTI_CreationRendererPrivate__ComputeScatteringOrderRenderPass = (void *)0x05474C30; +const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass = (void *)0x0546DBC0; +const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass = (void *)0x0546DC20; +const void * RTTI_CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass = (void *)0x0545CAC0; +const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringRenderPass = (void *)0x0546DB10; +const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass = (void *)0x0546DB60; +const void * RTTI_CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass = (void *)0x05474D90; +const void * RTTI_CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass = (void *)0x05474CD0; +const void * RTTI_CreationRendererPrivate__CopyLightInfluenceRenderPass = (void *)0x0547B930; +const void * RTTI_CreationRendererPrivate__CopyRenderPass = (void *)0x0546BE30; +const void * RTTI_CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass = (void *)0x0547A4C0; +const void * RTTI_CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass = (void *)0x054794E0; +const void * RTTI_CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass = (void *)0x0546C490; +const void * RTTI_CreationRendererPrivate__CopyToRenderGraphOutputRenderPass = (void *)0x0546BDE0; +const void * RTTI_CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass = (void *)0x0546BF00; +const void * RTTI_CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass = (void *)0x05477950; +const void * RTTI_CreationRendererPrivate__CopyWithShaderRenderPass = (void *)0x0546BE70; +const void * RTTI_CreationRendererPrivate__CubemapBackgroundRenderPass = (void *)0x0547A280; +const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationRenderPass = (void *)0x0547A7B0; +const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationUIRenderPass = (void *)0x0547A800; +const void * RTTI_CreationRendererPrivate__DLSSProduceInputsRenderPass = (void *)0x0547A9A0; +const void * RTTI_CreationRendererPrivate__DLSSUpscaleRenderPass = (void *)0x05476F30; +const void * RTTI_CreationRendererPrivate__DeDitherRenderPass = (void *)0x0547A2D0; +const void * RTTI_CreationRendererPrivate__DeferredCompositeRenderPass = (void *)0x0547A320; +const void * RTTI_CreationRendererPrivate__DeferredGBufferOptionalRenderPass = (void *)0x0547A3D0; +const void * RTTI_CreationRendererPrivate__DeferredGBufferRenderPass = (void *)0x0547A420; +const void * RTTI_CreationRendererPrivate__DeferredGBufferTranslucentRenderPass = (void *)0x0547A370; +const void * RTTI_CreationRendererPrivate__DepthDownsampleRenderPass = (void *)0x0547A470; +const void * RTTI_CreationRendererPrivate__DepthGraphRenderPass = (void *)0x0547A520; +const void * RTTI_CreationRendererPrivate__DepthMVFixupRenderPass = (void *)0x054776C0; +const void * RTTI_CreationRendererPrivate__DepthMVFixupStandardRenderPass = (void *)0x05477C80; +const void * RTTI_CreationRendererPrivate__DepthOfFieldBlurRenderPass = (void *)0x0547FD10; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass = (void *)0x0547FC10; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCRenderPass = (void *)0x0547FD60; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCompositeRenderPass = (void *)0x0547FDB0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldDownsampleRenderPass = (void *)0x0547FE00; +const void * RTTI_CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass = (void *)0x0547FCB0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass = (void *)0x0547FE50; +const void * RTTI_CreationRendererPrivate__DepthOfFieldSubGraph = (void *)0x0547A570; +const void * RTTI_CreationRendererPrivate__DepthOfFieldTAARenderPass = (void *)0x0547FEA0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldTapBlurRenderPass = (void *)0x0547FC60; +const void * RTTI_CreationRendererPrivate__DepthPrepassRenderPass = (void *)0x0547A5C0; +const void * RTTI_CreationRendererPrivate__DistantAtmospheresRenderPass = (void *)0x054660F0; +const void * RTTI_CreationRendererPrivate__DistortionBaseRenderPass = (void *)0x0547A760; +const void * RTTI_CreationRendererPrivate__DistortionCalculateColorRenderPass = (void *)0x0547A660; +const void * RTTI_CreationRendererPrivate__DistortionOutputRenderPass = (void *)0x0547A710; +const void * RTTI_CreationRendererPrivate__DistortionParticlesRenderPass = (void *)0x05479730; +const void * RTTI_CreationRendererPrivate__DistortionRenderPass = (void *)0x0547A6C0; +const void * RTTI_CreationRendererPrivate__DoubleVisionRenderPass = (void *)0x05480320; +const void * RTTI_CreationRendererPrivate__DownsampleHeightfieldRenderPass = (void *)0x05472FF0; +const void * RTTI_CreationRendererPrivate__DownsampleSpaceGlareRenderPass = (void *)0x0546DD80; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass = (void *)0x05466090; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresRenderPass = (void *)0x05466040; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass = (void *)0x05466140; +const void * RTTI_CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass = (void *)0x0547B090; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecalsRenderPass = (void *)0x0547C170; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass = (void *)0x0547C090; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass = (void *)0x0547C1C0; +const void * RTTI_CreationRendererPrivate__DynamicResolution = (void *)0x0546E310; +const void * RTTI_CreationRendererPrivate__DynamicShadowBaseDrawSubGraph = (void *)0x0546BCE0; +const void * RTTI_CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass = (void *)0x0547DB70; +const void * RTTI_CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph = (void *)0x0547D480; +const void * RTTI_CreationRendererPrivate__DynamicShadowDrawSubGraph = (void *)0x0547D590; +const void * RTTI_CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph = (void *)0x0546BC80; +const void * RTTI_CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass = (void *)0x0547DAB0; +const void * RTTI_CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass = (void *)0x0547D800; +const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass = (void *)0x0547DBD0; +const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass = (void *)0x0547D6A0; +const void * RTTI_CreationRendererPrivate__DynamicShadowGraph = (void *)0x0547D8C0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMapBarriersRenderPass = (void *)0x0547D640; +const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass = (void *)0x0547D5E0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass = (void *)0x0547DA40; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass = (void *)0x0547D910; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass = (void *)0x0547D9D0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass = (void *)0x0547DB10; +const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass = (void *)0x0547D700; +const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareGroupedDrawsRenderPass = (void *)0x0547D530; +const void * RTTI_CreationRendererPrivate__DynamicShadowSceneSetupRenderPass = (void *)0x0547D4E0; +const void * RTTI_CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass = (void *)0x0547D970; +const void * RTTI_CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph = (void *)0x0547D420; +const void * RTTI_CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass = (void *)0x0546C360; +const void * RTTI_CreationRendererPrivate__EmptyRenderPass = (void *)0x0546BEB8; +const void * RTTI_CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass = (void *)0x05474D30; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass = (void *)0x05474950; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass = (void *)0x05474E50; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderPass = (void *)0x05474730; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass = (void *)0x05474DF0; +const void * RTTI_CreationRendererPrivate__FSR2ProduceInputsRenderPass = (void *)0x0547A9F0; +const void * RTTI_CreationRendererPrivate__FSR2UpscaleRenderPass = (void *)0x0547AA40; +const void * RTTI_CreationRendererPrivate__FaceCustomizationMipChainRenderPass = (void *)0x0547A850; +const void * RTTI_CreationRendererPrivate__FaceCustomizationRenderPass = (void *)0x0547A8B0; +const void * RTTI_CreationRendererPrivate__FillCullingDataRenderPass = (void *)0x0547B140; +const void * RTTI_CreationRendererPrivate__FillHeightfieldCullingDataRenderPass = (void *)0x054795E0; +const void * RTTI_CreationRendererPrivate__FilmGrainRenderPass = (void *)0x05480650; +const void * RTTI_CreationRendererPrivate__FilterCulledGeometriesRenderPass = (void *)0x0547D1C0; +const void * RTTI_CreationRendererPrivate__FilterHeightfieldRenderPass = (void *)0x05473040; +const void * RTTI_CreationRendererPrivate__FirstPersonDepthRenderPass = (void *)0x0547A610; +const void * RTTI_CreationRendererPrivate__FixupIndirectArgsRenderPass = (void *)0x0547DD20; +const void * RTTI_CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass = (void *)0x0547DD70; +const void * RTTI_CreationRendererPrivate__FlattenTextureScreensizeRenderPass = (void *)0x0547B0E0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass = (void *)0x05477710; +const void * RTTI_CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass = (void *)0x054778F0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedCorrectionRenderPass = (void *)0x05477A70; +const void * RTTI_CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass = (void *)0x05477B30; +const void * RTTI_CreationRendererPrivate__ForwardBlendedMainFullResRenderPass = (void *)0x05477B90; +const void * RTTI_CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass = (void *)0x05477AD0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedRenderPass = (void *)0x05477770; +const void * RTTI_CreationRendererPrivate__ForwardRenderPass = (void *)0x05477C40; +const void * RTTI_CreationRendererPrivate__FrameInitRenderPass = (void *)0x0547A900; +const void * RTTI_CreationRendererPrivate__FrameRenderGraph = (void *)0x0547E960; +const void * RTTI_CreationRendererPrivate__FrameSetupRenderPass = (void *)0x0547A950; +const void * RTTI_CreationRendererPrivate__FullScreenBlurCompositeRenderPass = (void *)0x054803C0; +const void * RTTI_CreationRendererPrivate__FullScreenBlurRenderPass = (void *)0x05480370; +const void * RTTI_CreationRendererPrivate__FullScreenColorRenderPass = (void *)0x054806A0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass = (void *)0x054807A0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_BloomRenderPass = (void *)0x054808A0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_CubemapRenderPass = (void *)0x05480850; +const void * RTTI_CreationRendererPrivate__FullScreenColor_DefaultRenderPass = (void *)0x05480800; +const void * RTTI_CreationRendererPrivate__FullScreenColor_MonochromeRenderPass = (void *)0x05480740; +const void * RTTI_CreationRendererPrivate__FullScreenColor_OverlayRenderPass = (void *)0x054806F0; +const void * RTTI_CreationRendererPrivate__FullScreenDownsampleRenderPass = (void *)0x05480460; +const void * RTTI_CreationRendererPrivate__FullScreenScanlineRenderPass = (void *)0x0547AA90; +const void * RTTI_CreationRendererPrivate__FullScreenTapBlurRenderPass = (void *)0x05480410; +const void * RTTI_CreationRendererPrivate__GBufferOverviewRenderPass = (void *)0x0546BFC0; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass = (void *)0x0547B410; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass = (void *)0x0547B340; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass = (void *)0x0547B3A0; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass = (void *)0x0547B2E0; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorRenderPass = (void *)0x0547B290; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass = (void *)0x0546C6F0; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass = (void *)0x0546C7B0; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass = (void *)0x0546C750; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass = (void *)0x0546C690; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryRenderPass = (void *)0x0546C870; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass = (void *)0x0546C810; +const void * RTTI_CreationRendererPrivate__GalaxyStateStarsRenderPass = (void *)0x0547AAE0; +const void * RTTI_CreationRendererPrivate__GatherGeometryInstancesRenderPass = (void *)0x0546D240; +const void * RTTI_CreationRendererPrivate__GatherHighlightsRenderPass = (void *)0x0546C0C0; +const void * RTTI_CreationRendererPrivate__GatherIndirectRenderPass = (void *)0x0545F430; +const void * RTTI_CreationRendererPrivate__GatherLightsRenderPass = (void *)0x0547AB30; +const void * RTTI_CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass = (void *)0x0547AB80; +const void * RTTI_CreationRendererPrivate__GatherTransformsRenderPass = (void *)0x05474580; +const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass = (void *)0x0547AC30; +const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidRenderPass = (void *)0x0547ABE0; +const void * RTTI_CreationRendererPrivate__GenerateFogMapRenderPass = (void *)0x0547AC90; +const void * RTTI_CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass = (void *)0x0547B190; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass = (void *)0x0547D3C0; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass = (void *)0x0547D260; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass = (void *)0x0547D2C0; +const void * RTTI_CreationRendererPrivate__GeometryCullingRenderPass = (void *)0x0547B1F0; +const void * RTTI_CreationRendererPrivate__GeometryCullingShadowsRenderPass = (void *)0x0547B240; +const void * RTTI_CreationRendererPrivate__GeometryParticleBatchDepthRenderPass = (void *)0x0546BF60; +const void * RTTI_CreationRendererPrivate__GeometryParticleBatchRenderPass = (void *)0x0547ADA0; +const void * RTTI_CreationRendererPrivate__GeometryRenderPass = (void *)0x05477BF0; +const void * RTTI_CreationRendererPrivate__GlobalDirtOverlayRenderPass = (void *)0x0547B040; +const void * RTTI_CreationRendererPrivate__GroupedDynamicShadowMapRenderPass = (void *)0x0547D760; +const void * RTTI_CreationRendererPrivate__HDRColorGradingMergeRenderPass = (void *)0x05476EE0; +const void * RTTI_CreationRendererPrivate__HDRCompositeRenderPass = (void *)0x0545B8B0; +const void * RTTI_CreationRendererPrivate__HDRHistogramClearRenderPass = (void *)0x0545B7B0; +const void * RTTI_CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass = (void *)0x0545B800; +const void * RTTI_CreationRendererPrivate__HDRSubGraph = (void *)0x0545B950; +const void * RTTI_CreationRendererPrivate__HeightFieldRenderPass = (void *)0x05479590; +const void * RTTI_CreationRendererPrivate__HeightFieldSubGraphRenderPass = (void *)0x05479640; +const void * RTTI_CreationRendererPrivate__HeightfieldSystemRenderPass = (void *)0x05479690; +const void * RTTI_CreationRendererPrivate__HighlightMaskRenderPass = (void *)0x0547B4C0; +const void * RTTI_CreationRendererPrivate__HighlightPrepareRenderPass = (void *)0x0547B510; +const void * RTTI_CreationRendererPrivate__HighlightRenderPass = (void *)0x0547B470; +const void * RTTI_CreationRendererPrivate__ImGuiEventHandler = (void *)0x0547ED10; +const void * RTTI_CreationRendererPrivate__ImageCaptureData = (void *)0x054567B0; +const void * RTTI_CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass = (void *)0x0547B630; +const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass = (void *)0x0547B5D0; +const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass = (void *)0x0547B560; +const void * RTTI_CreationRendererPrivate__ImageCapture_IconGenerationRenderPass = (void *)0x0546C4F0; +const void * RTTI_CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass = (void *)0x0547B690; +const void * RTTI_CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass = (void *)0x0547B6F0; +const void * RTTI_CreationRendererPrivate__ImageProcessMedianBlurRenderPass = (void *)0x0547B750; +const void * RTTI_CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass = (void *)0x054805F0; +const void * RTTI_CreationRendererPrivate__ImageProcessRenderGraph = (void *)0x0547E9A0; +const void * RTTI_CreationRendererPrivate__IndirectRenderPass = (void *)0x0545F250; +const void * RTTI_CreationRendererPrivate__IndirectSetupRenderPass = (void *)0x0545F2A0; +const void * RTTI_CreationRendererPrivate__InitializeInscatterOrderRenderPass = (void *)0x05475010; +const void * RTTI_CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass = (void *)0x05474B80; +const void * RTTI_CreationRendererPrivate__InjectDistantAtmosphereLUTRenderPass = (void *)0x054747E0; +const void * RTTI_CreationRendererPrivate__InjectPreviousDepthBufferRenderPass = (void *)0x0546BC20; +const void * RTTI_CreationRendererPrivate__InjectSpaceGlareCurrentFrameRenderPass = (void *)0x0546DE20; +const void * RTTI_CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass = (void *)0x0545EC70; +const void * RTTI_CreationRendererPrivate__InterpolateIrradianceRenderPass = (void *)0x05475180; +const void * RTTI_CreationRendererPrivate__LensFlareComputeRenderPass = (void *)0x0547B840; +const void * RTTI_CreationRendererPrivate__LensFlareDrawRenderPass = (void *)0x0546C550; +const void * RTTI_CreationRendererPrivate__LensFlareSystemRenderPass = (void *)0x0546C5A0; +const void * RTTI_CreationRendererPrivate__LensFlare_AlphaBlendRenderPass = (void *)0x0547B7F0; +const void * RTTI_CreationRendererPrivate__LensFlare_VisibilityRenderPass = (void *)0x0547B7A0; +const void * RTTI_CreationRendererPrivate__LightCoarseCullingCompactionRenderPass = (void *)0x0547FF40; +const void * RTTI_CreationRendererPrivate__LightCoarseCullingRenderPass = (void *)0x0547FEF0; +const void * RTTI_CreationRendererPrivate__LightInfluenceDepthMinRenderPass = (void *)0x0547B8E0; +const void * RTTI_CreationRendererPrivate__LightInfluenceSubGraphRenderPass = (void *)0x0547B980; +const void * RTTI_CreationRendererPrivate__LightingRenderPass = (void *)0x0547B9D0; +const void * RTTI_CreationRendererPrivate__LoadMenuHiddenEventHandler = (void *)0x05457E60; +const void * RTTI_CreationRendererPrivate__LogicalCell = (void *)0x0546CDE0; +const void * RTTI_CreationRendererPrivate__MainRenderGraph = (void *)0x0547E920; +const void * RTTI_CreationRendererPrivate__MeshEventHandler = (void *)0x05458D18; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchCommonRenderPass = (void *)0x0546C640; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchCullingRenderPass = (void *)0x0546C3D0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchDepthRenderPass = (void *)0x0546C5F0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass = (void *)0x0546C430; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass = (void *)0x0546C300; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass = (void *)0x0547BD10; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass = (void *)0x0547BD70; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchRenderPass = (void *)0x0546C1B0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchShadowRenderPass = (void *)0x0546C200; +const void * RTTI_CreationRendererPrivate__MeshLODDB = (void *)0x05460150; +const void * RTTI_CreationRendererPrivate__MeshletBuildIndexBufferRenderPass = (void *)0x0547BB20; +const void * RTTI_CreationRendererPrivate__MeshletFrustumCullingRenderPass = (void *)0x0547BC70; +const void * RTTI_CreationRendererPrivate__MeshletListBuildRenderPass = (void *)0x0547BB70; +const void * RTTI_CreationRendererPrivate__MeshletMaterialOffsetsRenderPass = (void *)0x0547BAD0; +const void * RTTI_CreationRendererPrivate__MeshletOcclusionCullingRenderPass = (void *)0x0547BCC0; +const void * RTTI_CreationRendererPrivate__MeshletPrepareArgsRenderPass = (void *)0x0547BA80; +const void * RTTI_CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass = (void *)0x0547BA20; +const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesRenderPass = (void *)0x0546C2B0; +const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass = (void *)0x0546C250; +const void * RTTI_CreationRendererPrivate__MeshletReadbackIndexCountRenderPass = (void *)0x0547BC10; +const void * RTTI_CreationRendererPrivate__MeshletTriangleCullingRenderPass = (void *)0x0547BBC0; +const void * RTTI_CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode = (void *)0x05443750; +const void * RTTI_CreationRendererPrivate__Messaging__Dependency__InternalProcessorType = (void *)0x05457840; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass = (void *)0x054777C0; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass = (void *)0x05477890; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderPass = (void *)0x05468AB0; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass = (void *)0x05477830; +const void * RTTI_CreationRendererPrivate__MorphDB = (void *)0x05478840; +const void * RTTI_CreationRendererPrivate__MorphRenderPass = (void *)0x0547BDD0; +const void * RTTI_CreationRendererPrivate__MorphSystemEndFrameRenderPass = (void *)0x0546C160; +const void * RTTI_CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass = (void *)0x054802C0; +const void * RTTI_CreationRendererPrivate__MotionBlurRenderPass = (void *)0x0547E7E0; +const void * RTTI_CreationRendererPrivate__MotionBlurSubGraph = (void *)0x0547E790; +const void * RTTI_CreationRendererPrivate__MotionVectorCompositeRenderPass = (void *)0x0547BE10; +const void * RTTI_CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass = (void *)0x054751D0; +const void * RTTI_CreationRendererPrivate__NV_Streamline__StreamlineEventHandler = (void *)0x0545C850; +const void * RTTI_CreationRendererPrivate__PartialClearColorBufferRenderPass = (void *)0x0547A030; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass = (void *)0x05461D20; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass = (void *)0x05461E40; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass = (void *)0x05461DE0; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass = (void *)0x05461EA0; +const void * RTTI_CreationRendererPrivate__ParticleDataPreFilterRenderPass = (void *)0x054620B0; +const void * RTTI_CreationRendererPrivate__ParticleLightingClearBuffersRenderPass = (void *)0x05462050; +const void * RTTI_CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass = (void *)0x054617E0; +const void * RTTI_CreationRendererPrivate__ParticleLightingRenderPass = (void *)0x05461790; +const void * RTTI_CreationRendererPrivate__ParticlesCopyToDestRenderPass = (void *)0x054796E0; +const void * RTTI_CreationRendererPrivate__ParticlesCorrectionRenderPass = (void *)0x054798A0; +const void * RTTI_CreationRendererPrivate__ParticlesMainFullResRenderPass = (void *)0x05479940; +const void * RTTI_CreationRendererPrivate__ParticlesMainHalfResRenderPass = (void *)0x054798F0; +const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass = (void *)0x05479840; +const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass = (void *)0x054797D0; +const void * RTTI_CreationRendererPrivate__ParticlesRenderPass = (void *)0x05479780; +const void * RTTI_CreationRendererPrivate__PointCloudCullingRenderPass = (void *)0x0547BE60; +const void * RTTI_CreationRendererPrivate__PointCloudDrawRenderPass = (void *)0x0547BEB0; +const void * RTTI_CreationRendererPrivate__PointCloudEventHandler = (void *)0x05462D50; +const void * RTTI_CreationRendererPrivate__PostEffectPreUpscaleRenderPass = (void *)0x0547E830; +const void * RTTI_CreationRendererPrivate__PostSharpenRenderPass = (void *)0x054808F0; +const void * RTTI_CreationRendererPrivate__PostUpscaleImageSpaceSubGraph = (void *)0x054804B0; +const void * RTTI_CreationRendererPrivate__PostUpscaleSubGraph = (void *)0x05480550; +const void * RTTI_CreationRendererPrivate__PreUpscaleImageSpaceSubGraph = (void *)0x05480500; +const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass = (void *)0x05474840; +const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass = (void *)0x05473F70; +const void * RTTI_CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass = (void *)0x05474F50; +const void * RTTI_CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass = (void *)0x0547E8D0; +const void * RTTI_CreationRendererPrivate__PrecomputeSingleScatteringRenderPass = (void *)0x05474FB0; +const void * RTTI_CreationRendererPrivate__PrefilterCubemapRenderPass = (void *)0x0545F340; +const void * RTTI_CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass = (void *)0x0546C060; +const void * RTTI_CreationRendererPrivate__PrepareEndFrameRenderPass = (void *)0x0546C110; +const void * RTTI_CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass = (void *)0x0546BD80; +const void * RTTI_CreationRendererPrivate__PrepareProjectedDecalsRenderPass = (void *)0x0547C270; +const void * RTTI_CreationRendererPrivate__PrepareReflectionProbeDataRenderPass = (void *)0x0547C310; +const void * RTTI_CreationRendererPrivate__PrepareSkinningRenderPass = (void *)0x0546BD30; +const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass = (void *)0x0546DAB0; +const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapRenderPass = (void *)0x0546BB20; +const void * RTTI_CreationRendererPrivate__ProbeClassifyRenderPass = (void *)0x05468460; +const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass = (void *)0x05468500; +const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingRenderPass = (void *)0x05468560; +const void * RTTI_CreationRendererPrivate__ProbeFaceSceneSetupRenderPass = (void *)0x0547CC40; +const void * RTTI_CreationRendererPrivate__ProbeGridGPUCullingRenderPass = (void *)0x05477110; +const void * RTTI_CreationRendererPrivate__ProbeLightCullingRenderPass = (void *)0x054685B0; +const void * RTTI_CreationRendererPrivate__ProbeRenderPass = (void *)0x05468600; +const void * RTTI_CreationRendererPrivate__ProbeSystemRenderPass = (void *)0x05468640; +const void * RTTI_CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass = (void *)0x05479480; +const void * RTTI_CreationRendererPrivate__ProduceDynamicShadowMapDataRenderPass = (void *)0x0547D860; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass = (void *)0x05468980; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass = (void *)0x05468860; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass = (void *)0x054687F0; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass = (void *)0x054688D0; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass = (void *)0x05468790; +const void * RTTI_CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass = (void *)0x0546BAC0; +const void * RTTI_CreationRendererPrivate__ProduceShadingRateImageRenderPass = (void *)0x0547BF00; +const void * RTTI_CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass = (void *)0x0547C410; +const void * RTTI_CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass = (void *)0x05480170; +const void * RTTI_CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass = (void *)0x0547CE70; +const void * RTTI_CreationRendererPrivate__ProjectedDecalRenderPass = (void *)0x0547C220; +const void * RTTI_CreationRendererPrivate__RadialBlurRenderPass = (void *)0x0547C2C0; +const void * RTTI_CreationRendererPrivate__RayTraceProbeComputeRenderPass = (void *)0x05468690; +const void * RTTI_CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass = (void *)0x05468730; +const void * RTTI_CreationRendererPrivate__RaymarchSampleLocationsRenderPass = (void *)0x05474A10; +const void * RTTI_CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass = (void *)0x05474A60; +const void * RTTI_CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass = (void *)0x05474AC0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass = (void *)0x0547C950; +const void * RTTI_CreationRendererPrivate__ReflectionProbeClearThinDeferredGBufferRenderPass = (void *)0x0547CF30; +const void * RTTI_CreationRendererPrivate__ReflectionProbeComputeSHRenderPass = (void *)0x0547C7E0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeCopyDepth = (void *)0x0547C520; +const void * RTTI_CreationRendererPrivate__ReflectionProbeCopySky = (void *)0x0547C570; +const void * RTTI_CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass = (void *)0x0547C840; +const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryCullingRenderPass = (void *)0x0547CB80; +const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryOffsetsRenderPass = (void *)0x0547CA00; +const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass = (void *)0x0547C670; +const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass = (void *)0x0547CCF0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMaterialIndexOffsetsRenderPass = (void *)0x0547CED0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletCullingRenderPass = (void *)0x0547CAC0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletListBuildRenderPass = (void *)0x0547CBE0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMipChainRenderPass = (void *)0x0547C9B0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass = (void *)0x05480110; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass = (void *)0x0547C8A0; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareDrawParamsRenderPass = (void *)0x0547CA60; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareGroupedDrawsRenderPass = (void *)0x0547CE10; +const void * RTTI_CreationRendererPrivate__ReflectionProbeRenderPass = (void *)0x0547C370; +const void * RTTI_CreationRendererPrivate__ReflectionProbeSceneSetupRenderPass = (void *)0x0547CC90; +const void * RTTI_CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass = (void *)0x0547C780; +const void * RTTI_CreationRendererPrivate__ReflectionProbeSubGraphRenderPass = (void *)0x0547C730; +const void * RTTI_CreationRendererPrivate__ReflectionProbeTerrainRenderPass = (void *)0x0547C900; +const void * RTTI_CreationRendererPrivate__ReflectionProbeTriangleCullingRenderPass = (void *)0x0547CB20; +const void * RTTI_CreationRendererPrivate__RefractionBlurRenderPass = (void *)0x05479CD0; +const void * RTTI_CreationRendererPrivate__RefractionDownsample0RenderPass = (void *)0x05479B80; +const void * RTTI_CreationRendererPrivate__RefractionDownsampleMipChainRenderPass = (void *)0x05479D20; +const void * RTTI_CreationRendererPrivate__RefractionMaskDilationRenderPass = (void *)0x05479BD0; +const void * RTTI_CreationRendererPrivate__RefractionMaskGenRenderPass = (void *)0x05479C20; +const void * RTTI_CreationRendererPrivate__RefractionMaskRenderPass = (void *)0x05477670; +const void * RTTI_CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass = (void *)0x054749B0; +const void * RTTI_CreationRendererPrivate__RenderGraph = (void *)0x0545B020; +const void * RTTI_CreationRendererPrivate__RenderGraphEventHandler = (void *)0x0545BD80; +const void * RTTI_CreationRendererPrivate__RenderPass = (void *)0x05458850; +const void * RTTI_CreationRendererPrivate__RenderSceneSubGraph = (void *)0x054805A0; +const void * RTTI_CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass = (void *)0x05474B20; +const void * RTTI_CreationRendererPrivate__RenderViewSubGraph = (void *)0x0547E880; +const void * RTTI_CreationRendererPrivate__ReprojectShadingRateImageRenderPass = (void *)0x0547BF50; +const void * RTTI_CreationRendererPrivate__ResetCullingMemoryRequestHandler = (void *)0x05473580; +const void * RTTI_CreationRendererPrivate__ResourceLifecycleJobSite = (void *)0x0546E3B0; +const void * RTTI_CreationRendererPrivate__SAOEmptyRenderPass = (void *)0x05461700; +const void * RTTI_CreationRendererPrivate__SAORenderPass = (void *)0x05461748; +const void * RTTI_CreationRendererPrivate__ScaleformCompositeRenderPass = (void *)0x0547CF90; +const void * RTTI_CreationRendererPrivate__ScaleformEventHandler = (void *)0x05465D00; +const void * RTTI_CreationRendererPrivate__ScaleformRenderPass = (void *)0x05480270; +const void * RTTI_CreationRendererPrivate__ScaleformText2DRenderPass = (void *)0x0546D1F0; +const void * RTTI_CreationRendererPrivate__ScaleformTextRenderPass = (void *)0x0546D1A0; +const void * RTTI_CreationRendererPrivate__ScaleformToTextureRenderPass = (void *)0x05480220; +const void * RTTI_CreationRendererPrivate__SceneSetupRenderPass = (void *)0x05458890; +const void * RTTI_CreationRendererPrivate__SeparableSSS_HorizontalRenderPass = (void *)0x0547CFE0; +const void * RTTI_CreationRendererPrivate__SeparableSSS_RenderPass = (void *)0x0547D080; +const void * RTTI_CreationRendererPrivate__SeparableSSS_VerticalRenderPass = (void *)0x0547D030; +const void * RTTI_CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass = (void *)0x05474780; +const void * RTTI_CreationRendererPrivate__SetupDynamicShadowRenderPass = (void *)0x0547D7B0; +const void * RTTI_CreationRendererPrivate__ShadowInstanceBarriersRenderPass = (void *)0x0547D170; +const void * RTTI_CreationRendererPrivate__ShadowManagerEventHandler = (void *)0x054621E0; +const void * RTTI_CreationRendererPrivate__ShadowMapInstanceRenderPass = (void *)0x0547D320; +const void * RTTI_CreationRendererPrivate__ShadowMapRenderPass = (void *)0x0547D120; +const void * RTTI_CreationRendererPrivate__ShadowMapSceneSetupRenderPass = (void *)0x0547D370; +const void * RTTI_CreationRendererPrivate__ShadowMapSubGraphRenderPass = (void *)0x0547D0D0; +const void * RTTI_CreationRendererPrivate__ShadowMaskRenderPass = (void *)0x054801D0; +const void * RTTI_CreationRendererPrivate__ShadowSubGraphRenderPass = (void *)0x0547D210; +const void * RTTI_CreationRendererPrivate__SharedMeshResourcesRegistry = (void *)0x05476B90; +const void * RTTI_CreationRendererPrivate__SkinnedDecalPrepareRenderPass = (void *)0x0547DC30; +const void * RTTI_CreationRendererPrivate__SkinningRenderPass = (void *)0x0547DCD0; +const void * RTTI_CreationRendererPrivate__SkinningSystemEndFrameRenderPass = (void *)0x0546D9A0; +const void * RTTI_CreationRendererPrivate__SkinningSystemRenderPass = (void *)0x0546D950; +const void * RTTI_CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass = (void *)0x0546DA50; +const void * RTTI_CreationRendererPrivate__SkyCubemapRenderPass = (void *)0x0546DCE0; +const void * RTTI_CreationRendererPrivate__SkyCubemapSystemRenderPass = (void *)0x0546BB70; +const void * RTTI_CreationRendererPrivate__SkyLightingRenderPass = (void *)0x0547DDD0; +const void * RTTI_CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass = (void *)0x05472FA0; +const void * RTTI_CreationRendererPrivate__SkyOcclusionMaskRenderPass = (void *)0x05473090; +const void * RTTI_CreationRendererPrivate__SkyOcclusionRenderPass = (void *)0x05472EA0; +const void * RTTI_CreationRendererPrivate__SkyOcclusionSystemRenderPass = (void *)0x05472E50; +const void * RTTI_CreationRendererPrivate__SobelSpaceGlareRenderPass = (void *)0x0546DED0; +const void * RTTI_CreationRendererPrivate__SpaceGlareApplyRenderPass = (void *)0x0546DF20; +const void * RTTI_CreationRendererPrivate__SpaceGlareCopyRenderPass = (void *)0x0546DE80; +const void * RTTI_CreationRendererPrivate__SpaceGlareRenderPass = (void *)0x0546DD30; +const void * RTTI_CreationRendererPrivate__SparseGridCell = (void *)0x0546CDA0; +const void * RTTI_CreationRendererPrivate__SporadicRenderGraphRenderPass = (void *)0x0547DE20; +const void * RTTI_CreationRendererPrivate__StarfieldCoarseCullingRenderPass = (void *)0x0547DF10; +const void * RTTI_CreationRendererPrivate__StarfieldEventHandler = (void *)0x05458630; +const void * RTTI_CreationRendererPrivate__StarfieldProcessStarsRenderPass = (void *)0x0547E000; +const void * RTTI_CreationRendererPrivate__StarfieldRenderPass = (void *)0x0547DE70; +const void * RTTI_CreationRendererPrivate__StarfieldRenderPassBase = (void *)0x0547DFB0; +const void * RTTI_CreationRendererPrivate__StarfieldTiledCullingRenderPass = (void *)0x0547DF60; +const void * RTTI_CreationRendererPrivate__StarfieldTiledRenderRenderPass = (void *)0x0547DEC0; +const void * RTTI_CreationRendererPrivate__StarmapGravityWavesEventHandler = (void *)0x05464CE0; +const void * RTTI_CreationRendererPrivate__StarmapGravityWavesRenderPass = (void *)0x05464BA0; +const void * RTTI_CreationRendererPrivate__StarmapOrbitsEventHandler = (void *)0x054642E0; +const void * RTTI_CreationRendererPrivate__StarmapOrbitsRenderPass = (void *)0x054641B0; +const void * RTTI_CreationRendererPrivate__SubmitAndPresentThread = (void *)0x054693D0; +const void * RTTI_CreationRendererPrivate__SwapChainEventHandler = (void *)0x0545F200; +const void * RTTI_CreationRendererPrivate__TemporalAA_idTech7RenderPass = (void *)0x05480940; +const void * RTTI_CreationRendererPrivate__TerrainClipmapAndMIMRenderPass = (void *)0x0545ED10; +const void * RTTI_CreationRendererPrivate__TerrainClipmapUpdateRenderPass = (void *)0x0545EAB0; +const void * RTTI_CreationRendererPrivate__TerrainDensityUpdateRenderPass = (void *)0x0545E9D0; +const void * RTTI_CreationRendererPrivate__TerrainDepthAndShadowsSubGraph = (void *)0x0545ED60; +const void * RTTI_CreationRendererPrivate__TerrainDepthDrawRenderPass = (void *)0x0545EBD0; +const void * RTTI_CreationRendererPrivate__TerrainHeightFieldRenderPass = (void *)0x05479540; +const void * RTTI_CreationRendererPrivate__TerrainMIMUpdateRenderPass = (void *)0x0545E980; +const void * RTTI_CreationRendererPrivate__TerrainRenderPass = (void *)0x0545ECD0; +const void * RTTI_CreationRendererPrivate__TerrainShadowsRenderPass = (void *)0x0545EC20; +const void * RTTI_CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass = (void *)0x0545EDB0; +const void * RTTI_CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass = (void *)0x0547C5C0; +const void * RTTI_CreationRendererPrivate__ThinDeferredGBufferRenderPass = (void *)0x0547C6E0; +const void * RTTI_CreationRendererPrivate__ThinDeferredLightingRenderPass = (void *)0x0547C620; +const void * RTTI_CreationRendererPrivate__ThinDeferredPrepareRenderPass = (void *)0x0547C3C0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass = (void *)0x05473DD0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass = (void *)0x05473EA0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass = (void *)0x05473BF0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass = (void *)0x05473D10; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass = (void *)0x05473C50; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass = (void *)0x05473D70; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass = (void *)0x05473B20; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7RenderPass = (void *)0x05473CC0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass = (void *)0x05473F10; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass = (void *)0x05473E30; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass = (void *)0x05473B80; +const void * RTTI_CreationRendererPrivate__TiledCullingRenderPass = (void *)0x0547E050; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass = (void *)0x0545F4D0; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass = (void *)0x0545F530; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsRenderPass = (void *)0x0545F590; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass = (void *)0x0547E1C0; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass = (void *)0x0547E0A0; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass = (void *)0x0547E100; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass = (void *)0x0547E160; +const void * RTTI_CreationRendererPrivate__TiledDepthRangeRenderPass = (void *)0x0547E220; +const void * RTTI_CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass = (void *)0x05475070; +const void * RTTI_CreationRendererPrivate__UIRenderPass = (void *)0x0547E328; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass = (void *)0x054779B0; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass = (void *)0x05477A10; +const void * RTTI_CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass = (void *)0x05474F00; +const void * RTTI_CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass = (void *)0x0546BBC0; +const void * RTTI_CreationRendererPrivate__UpdateSharedIndexBufferRenderPass = (void *)0x0547E370; +const void * RTTI_CreationRendererPrivate__UpscaleSubGraph = (void *)0x0545CB18; +const void * RTTI_CreationRendererPrivate__VignetteRenderPass = (void *)0x05480990; +const void * RTTI_CreationRendererPrivate__VolumetricLightingApplyRenderPass = (void *)0x05462190; +const void * RTTI_CreationRendererPrivate__VolumetricLightingCullingRenderPass = (void *)0x0547E3C0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass = (void *)0x0547E420; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass = (void *)0x0547E480; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass = (void *)0x05477CD0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass = (void *)0x05477D30; +const void * RTTI_CreationRendererPrivate__VolumetricLightingIntegrateRenderPass = (void *)0x0547E4F0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass = (void *)0x0547E550; +const void * RTTI_CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass = (void *)0x0547E5B0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass = (void *)0x0547E610; +const void * RTTI_CreationRendererPrivate__WaterDisplacementRenderPass = (void *)0x054615A0; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass = (void *)0x05461430; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_InjectionRenderPass = (void *)0x05461540; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_MainRenderPass = (void *)0x054614F0; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass = (void *)0x05461490; +const void * RTTI_CreationRendererPrivate__WaterMVRenderPass = (void *)0x0547E670; +const void * RTTI_CreationRendererPrivate__WaterPrepareRenderPass = (void *)0x0547E6B0; +const void * RTTI_CreationRendererPrivate__WaterRenderGraphRenderPass = (void *)0x0547E740; +const void * RTTI_CreationRendererPrivate__WaterRenderPass = (void *)0x0547E6F8; +const void * RTTI_CreationRendererPrivate__WetnessOcclusionMaskRenderPass = (void *)0x05472E00; +const void * RTTI_CreationRendererPrivate__WindowEventHandler = (void *)0x0545CE40; +const void * RTTI_CreationRendererPrivate__WorldCell = (void *)0x0546CEF8; +const void * RTTI_CreationRenderer__ImageCaptureExportToFileNode = (void *)0x052EC5B0; +const void * RTTI_CreationRenderer__MaterialInstance__TextureVisitor = (void *)0x052060B0; +const void * RTTI_CreationRenderer__Messaging__MessageProcessor = (void *)0x054575D0; +const void * RTTI_CreationRenderer__Messaging__StreamedResourceNode = (void *)0x053FBFF0; +const void * RTTI_CreationRenderer__RendererQualityPref = (void *)0x054587A8; +const void * RTTI_CreationRenderer__RendererQualitySetting = (void *)0x05121F28; +const void * RTTI_CreationRenderer__RendererQualitySettingCollection = (void *)0x05458760; +const void * RTTI_CreditsDataModel = (void *)0x052A31A8; +const void * RTTI_CreditsDataModel__CreditsDataModelEventShuttle = (void *)0x052A3160; +const void * RTTI_CreditsMenu = (void *)0x053A0950; +const void * RTTI_CrewExtraData = (void *)0x051DC930; +const void * RTTI_CriticallyDampenVariable = (void *)0x053E7948; +const void * RTTI_CriticallyDampenVariableInstance = (void *)0x053E7978; +const void * RTTI_CrowdInhibitNullStrategy = (void *)0x0529B088; +const void * RTTI_CrowdInhibitStrategyDefault = (void *)0x0529B018; +const void * RTTI_CrowdInhibitStrategyDisable = (void *)0x0529B050; +const void * RTTI_CrowdManager = (void *)0x0529B118; +const void * RTTI_CrowdWallaBubble = (void *)0x0529F9C8; +const void * RTTI_CullFurnitureBoneHandler = (void *)0x05363E50; +const void * RTTI_CullWeaponsHandler = (void *)0x053605C8; +const void * RTTI_CumulativeAnimation = (void *)0x053E7878; +const void * RTTI_CumulativeAnimationInstance = (void *)0x053E78A8; +const void * RTTI_CureEffect = (void *)0x0531CE50; +const void * RTTI_CursorMenu = (void *)0x0541A468; +const void * RTTI_CursorMenu__CursorGameEventShuttle = (void *)0x0541A4C8; +const void * RTTI_CursorMoveEvent = (void *)0x053EAEF0; +const void * RTTI_CurvedPathBlender = (void *)0x053E56D0; +const void * RTTI_CurvedPathBlenderInstance = (void *)0x053E7490; +const void * RTTI_CustomActorPackageData = (void *)0x0534DC88; +const void * RTTI_CustomUtils__HasForceGreetVisitor = (void *)0x05275E88; +const void * RTTI_D3D12MA__BlockMetadata = (void *)0x05477EB8; +const void * RTTI_D3D12MA__BlockMetadata_Generic = (void *)0x05477EE8; +const void * RTTI_D3D12MA__MemoryBlock = (void *)0x05477E88; +const void * RTTI_D3D12MA__NormalBlock = (void *)0x05477E58; +const void * RTTI_DamageEffect = (void *)0x0531CE78; +const void * RTTI_DampenVariable = (void *)0x053E7E58; +const void * RTTI_DampenVariableInstance = (void *)0x053E7E80; +const void * RTTI_DarknessEffect = (void *)0x0531CEA0; +const void * RTTI_DataMenu = (void *)0x05302908; +const void * RTTI_DataMenuDataModel = (void *)0x052B1AC0; +const void * RTTI_DataMenuDataModel__DataMenuEventShuttle = (void *)0x052B1CA0; +const void * RTTI_DataMenuInventoryItem = (void *)0x052B1868; +const void * RTTI_DataMenuPersistentDataModel = (void *)0x052B1798; +const void * RTTI_DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle = (void *)0x052B1810; +const void * RTTI_DataMenu_CloseMenu = (void *)0x05302AD0; +const void * RTTI_DataMenu_ClosedForSubMenu = (void *)0x05302B00; +const void * RTTI_DataMenu_Missions = (void *)0x05302A48; +const void * RTTI_DataMenu_OpenPauseMenu = (void *)0x05302978; +const void * RTTI_DataMenu_PlotToLocation = (void *)0x053029A8; +const void * RTTI_DataMenu_Reopened = (void *)0x05302AA8; +const void * RTTI_DataMenu_SelectedAttributesMenu = (void *)0x05302090; +const void * RTTI_DataMenu_SelectedInventoryMenu = (void *)0x05302BC8; +const void * RTTI_DataMenu_SelectedMapMenu = (void *)0x05302B98; +const void * RTTI_DataMenu_SelectedPowersMenu = (void *)0x053029D8; +const void * RTTI_DataMenu_SelectedShipMenu = (void *)0x05302B68; +const void * RTTI_DataMenu_SelectedStatusMenu = (void *)0x05302B30; +const void * RTTI_DataMenu_SetMenuForQuickEntry = (void *)0x05302A10; +const void * RTTI_DataMenu_SetPaperDollActive = (void *)0x05302A70; +const void * RTTI_DataMenu_StartCloseAnim = (void *)0x052B1688; +const void * RTTI_DataSlateButtons = (void *)0x052E4918; +const void * RTTI_DataSlateButtons_acceptClicked = (void *)0x052E54C0; +const void * RTTI_DataSlateButtons_cancelClicked = (void *)0x052E54F8; +const void * RTTI_DataSlateMenu = (void *)0x052E5530; +const void * RTTI_DataSlateMenu__DataSlateData = (void *)0x052E5800; +const void * RTTI_DataSlateMenu__DataSlateEventShuttle = (void *)0x052E57C0; +const void * RTTI_DataSlateMenu_playSFX = (void *)0x052E5490; +const void * RTTI_DataSlateMenu_toggleAudio = (void *)0x052E5460; +const void * RTTI_DeathEmoteHandler = (void *)0x053643D0; +const void * RTTI_DeathStopHandler = (void *)0x05364800; +const void * RTTI_DefaultCollection = (void *)0x053FDB10; +const void * RTTI_DefaultMessageBoxCallback = (void *)0x0525ED30; +const void * RTTI_DeferredDeletion__IDeferredDeleter = (void *)0x0532EC00; +const void * RTTI_DeferredDeletion__IGCService = (void *)0x05332998; +const void * RTTI_DemoralizeEffect = (void *)0x0531E4C8; +const void * RTTI_DependentAnimationGraphManagerHolder = (void *)0x051CD7C8; +const void * RTTI_DesyncInteractionHandler = (void *)0x05360228; +const void * RTTI_DetectLifeEffect = (void *)0x0531CEC8; +const void * RTTI_DetectionCollector = (void *)0x0531CFC8; +const void * RTTI_DetectionDebugData = (void *)0x0534DE48; +const void * RTTI_DetectionState = (void *)0x0534DE20; +const void * RTTI_DeviceChangeEvent = (void *)0x053EAD60; +const void * RTTI_DeviceChangeHandler = (void *)0x053A5CB8; +const void * RTTI_DeviceConnectEvent = (void *)0x053EAE70; +const void * RTTI_DialogueCameraState = (void *)0x05282B28; +const void * RTTI_DialogueMenu = (void *)0x053A1C08; +const void * RTTI_DialogueMenu_CompleteExit = (void *)0x052D87B8; +const void * RTTI_DialogueMenu_OnDialogueSelect = (void *)0x053A0D70; +const void * RTTI_DialogueMenu_OnListVisibilityChange = (void *)0x053A0DA8; +const void * RTTI_DialogueMenu_OnPersuasionAutoWin = (void *)0x053A0DE8; +const void * RTTI_DialogueMenu_RequestExit = (void *)0x053A1BD8; +const void * RTTI_DialogueMenu_RequestSkipDialogue = (void *)0x053A1C30; +const void * RTTI_DialoguePackage = (void *)0x05275DD8; +const void * RTTI_DialogueUIDataModel = (void *)0x052D87E8; +const void * RTTI_DialogueUIDataModel__DialogueData = (void *)0x052D8E70; +const void * RTTI_DialogueUIDataModel__DialogueEntryData = (void *)0x052D8998; +const void * RTTI_DialogueUIDataModel__DialogueListData = (void *)0x052D8A38; +const void * RTTI_DialogueUIDataModel__DialogueUIDataEventShuttle = (void *)0x052D88C0; +const void * RTTI_DialogueUIDataModel__PersuasionEntryData = (void *)0x052D8958; +const void * RTTI_DialogueUIDataModel__PersuasionListData = (void *)0x052D8C80; +const void * RTTI_DialogueUIDataModel__PersuasionPointsData = (void *)0x052D8EA8; +const void * RTTI_DirectAtNode = (void *)0x053E83D0; +const void * RTTI_DirectAtNodeInstance = (void *)0x053E83A0; +const void * RTTI_DisableCharacterBumperHandler = (void *)0x05364048; +const void * RTTI_DisableCharacterControllerHandler = (void *)0x0535F8B8; +const void * RTTI_DisableCharacterPitchHandler = (void *)0x05364218; +const void * RTTI_DisableCollisionHandler = (void *)0x053640B0; +const void * RTTI_DisarmEffect = (void *)0x0531CEF0; +const void * RTTI_DisconnectHandler = (void *)0x053A5C90; +const void * RTTI_DisguiseEffect = (void *)0x0531CF40; +const void * RTTI_DisguiseEffect__DetectionChecker = (void *)0x0531CF90; +const void * RTTI_DispelEffect = (void *)0x0531CFF8; +const void * RTTI_DiveBombPathController = (void *)0x05382E18; +const void * RTTI_DoNotInterruptAnimationHandler = (void *)0x05364828; +const void * RTTI_DocAcceptDataModel = (void *)0x052BD188; +const void * RTTI_DocAcceptDataModel__DocAcceptEventShuttle = (void *)0x052BD2D0; +const void * RTTI_DocAcceptMenu = (void *)0x052A3D68; +const void * RTTI_DocAcceptMenu_Accept = (void *)0x052A3C68; +const void * RTTI_DoorObstacleAdapter = (void *)0x053361D8; +const void * RTTI_DropResourcesEffect = (void *)0x0531DDD8; +const void * RTTI_DrugsCraftingMenu = (void *)0x05302C00; +const void * RTTI_DualDirectAtNode = (void *)0x053E8378; +const void * RTTI_DualDirectAtNodeInstance = (void *)0x053E8348; +const void * RTTI_DualValueModifierEffect = (void *)0x0531D020; +const void * RTTI_DynamicAnimationNode = (void *)0x053E8020; +const void * RTTI_DynamicAnimationNodeInstance = (void *)0x053E8050; +const void * RTTI_DynamicGraphReference = (void *)0x053E72D8; +const void * RTTI_DynamicGraphReferenceInstance = (void *)0x053E72A0; +const void * RTTI_DynamicIdleDataSingletonHelper = (void *)0x051CDAD0; +const void * RTTI_DynamicNavMeshTask = (void *)0x051D4100; +const void * RTTI_DynamicNavMeshTaskCellRemap = (void *)0x051D4130; +const void * RTTI_DynamicNavMeshTaskStitching = (void *)0x051D40C8; +const void * RTTI_DynamicNavmesh = (void *)0x05209EF0; +const void * RTTI_DynamicNavmeshService = (void *)0x051D8548; +const void * RTTI_EffectArchetypes__MainStatusHandler = (void *)0x05127770; +const void * RTTI_EffectSequenceMap = (void *)0x051DBEB8; +const void * RTTI_EffectSequenceNode = (void *)0x053E6B10; +const void * RTTI_EffectSequenceNodeInstance = (void *)0x053E7520; +const void * RTTI_EffectSequence__EffectSequenceManager = (void *)0x051DBB08; +const void * RTTI_EffectSetting = (void *)0x05106C68; +const void * RTTI_EjectShellCasingHandler = (void *)0x053602C0; +const void * RTTI_EmittanceManagerAgent = (void *)0x051CDB58; +const void * RTTI_EmitterProjectile = (void *)0x05288428; +const void * RTTI_EmptyDependencyFormPointerMapValue = (void *)0x05245E50; +const void * RTTI_EnableCharacterBumperHandler = (void *)0x05364450; +const void * RTTI_EnableCharacterControllerHandler = (void *)0x0535F880; +const void * RTTI_EnableCharacterPitchHandler = (void *)0x05364250; +const void * RTTI_EnableCollisionHandler = (void *)0x05364018; +const void * RTTI_EnchantmentItem = (void *)0x051F14A8; +const void * RTTI_EndGameCreditsMenu = (void *)0x052A3D90; +const void * RTTI_EndSecurityMinigameHandler = (void *)0x0535FF28; +const void * RTTI_EndSummonAnimationHandler = (void *)0x053645C0; +const void * RTTI_EnhanceWeaponEffect = (void *)0x05328BE8; +const void * RTTI_EnsureAliasCanBePickpocketedFunc = (void *)0x052B47E0; +const void * RTTI_EquippedItemData = (void *)0x0529B2B8; +const void * RTTI_EquippedSpell__Data = (void *)0x0529B2E0; +const void * RTTI_EquippedWeapon__AimModule = (void *)0x0529B340; +const void * RTTI_EquippedWeapon__AmmunitionModule = (void *)0x0529B3A0; +const void * RTTI_EquippedWeapon__AudioModule = (void *)0x0529B4C8; +const void * RTTI_EquippedWeapon__Data = (void *)0x0529B310; +const void * RTTI_EquippedWeapon__IModule = (void *)0x0529B370; +const void * RTTI_EquippedWeapon__MeleeAttackModule = (void *)0x0529B410; +const void * RTTI_EquippedWeapon__PowerModule = (void *)0x0529B448; +const void * RTTI_EquippedWeapon__RangedAttackModule = (void *)0x0529B5D8; +const void * RTTI_EquippedWeapon__VariableRangeModule = (void *)0x0529B610; +const void * RTTI_EquippedWeapon__VisualModule = (void *)0x0529B650; +const void * RTTI_EtherealizationEffect = (void *)0x0531D050; +const void * RTTI_EvaluateConditionVariable = (void *)0x053E78E0; +const void * RTTI_EvaluateConditionVariableInstance = (void *)0x053E7910; +const void * RTTI_EventController = (void *)0x053E7F18; +const void * RTTI_EventControllerInstance = (void *)0x053E7F40; +const void * RTTI_EventDispatcherBackend = (void *)0x0541A320; +const void * RTTI_EventFromRange = (void *)0x053E7C28; +const void * RTTI_EventFromRangeInstance = (void *)0x053E7C50; +const void * RTTI_EveryNEvents = (void *)0x053E7D98; +const void * RTTI_EveryNEventsInstance = (void *)0x053E7DC0; +const void * RTTI_ExecuteOnAliasedRefFunc = (void *)0x051F2A00; +const void * RTTI_ExitChargen_ConfirmCallback = (void *)0x052FD480; +const void * RTTI_Explosion = (void *)0x05328AC0; +const void * RTTI_ExplosionClosestHitCollector = (void *)0x05366DD8; +const void * RTTI_ExplosiveIndicatorDataModel = (void *)0x052B2950; +const void * RTTI_ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle = (void *)0x052B2810; +const void * RTTI_ExternalDataSourceMainStatusHandler = (void *)0x051277B0; +const void * RTTI_ExtraAcousticParent = (void *)0x051F43D0; +const void * RTTI_ExtraAction = (void *)0x051F4B30; +const void * RTTI_ExtraActivateRef = (void *)0x051F4780; +const void * RTTI_ExtraActivateText = (void *)0x051F2218; +const void * RTTI_ExtraActorCause = (void *)0x051F2F10; +const void * RTTI_ExtraActorValueStorage = (void *)0x051F2100; +const void * RTTI_ExtraAliasInstanceArray = (void *)0x051F4978; +const void * RTTI_ExtraAmmo = (void *)0x051F2D00; +const void * RTTI_ExtraAnimGraphManager = (void *)0x051F4BD8; +const void * RTTI_ExtraAnimGraphPreload = (void *)0x051F4210; +const void * RTTI_ExtraAnimSounds = (void *)0x051F2160; +const void * RTTI_ExtraAshPileRef = (void *)0x051F4490; +const void * RTTI_ExtraAttachRef = (void *)0x051F26A8; +const void * RTTI_ExtraAttachRefChildren = (void *)0x051F26D0; +const void * RTTI_ExtraAttachedArrows3D = (void *)0x051F2348; +const void * RTTI_ExtraBadPosition = (void *)0x051F2DA8; +const void * RTTI_ExtraBendableSplineParams = (void *)0x051DC958; +const void * RTTI_ExtraBlueprintPartOriginData = (void *)0x051F2CC8; +const void * RTTI_ExtraBody = (void *)0x051F4358; +const void * RTTI_ExtraBoneScaleMap = (void *)0x051F2608; +const void * RTTI_ExtraCachedScale = (void *)0x051F2810; +const void * RTTI_ExtraCalcedPackIn = (void *)0x051F24D8; +const void * RTTI_ExtraCanTalkToPlayer = (void *)0x051F48E8; +const void * RTTI_ExtraCannotWear = (void *)0x051F4758; +const void * RTTI_ExtraCell3D = (void *)0x051F19E8; +const void * RTTI_ExtraCellAcousticSpace = (void *)0x051F1880; +const void * RTTI_ExtraCellEnvMap = (void *)0x051F22F0; +const void * RTTI_ExtraCellGlobalDirtLayer = (void *)0x051F1A40; +const void * RTTI_ExtraCellImageSpace = (void *)0x051F1968; +const void * RTTI_ExtraCellMusicType = (void *)0x051F1850; +const void * RTTI_ExtraCellSkyRegion = (void *)0x051F1938; +const void * RTTI_ExtraCellWaterEnvMap = (void *)0x051F2318; +const void * RTTI_ExtraCellWaterType = (void *)0x051F1A10; +const void * RTTI_ExtraCharge = (void *)0x051F3550; +const void * RTTI_ExtraCollisionData = (void *)0x051F29D0; +const void * RTTI_ExtraCombatStyle = (void *)0x051F2A30; +const void * RTTI_ExtraConstrainedDecalData = (void *)0x051F21E8; +const void * RTTI_ExtraCount = (void *)0x051F35C8; +const void * RTTI_ExtraCreatureAwakeSound = (void *)0x051F2F68; +const void * RTTI_ExtraCulledBone = (void *)0x051F33D8; +const void * RTTI_ExtraCulledSubsegment = (void *)0x051F28E8; +const void * RTTI_ExtraDesiredLegendaryRank = (void *)0x051F2760; +const void * RTTI_ExtraDirectAtTarget = (void *)0x051F3E88; +const void * RTTI_ExtraDroppedItemList = (void *)0x051F46A0; +const void * RTTI_ExtraEditorID = (void *)0x051F3018; +const void * RTTI_ExtraEditorRefMoveData = (void *)0x051F40B8; +const void * RTTI_ExtraEmittanceSource = (void *)0x051F4400; +const void * RTTI_ExtraEnableStateChildren = (void *)0x051F4838; +const void * RTTI_ExtraEnableStateParent = (void *)0x051F4808; +const void * RTTI_ExtraEnchantment = (void *)0x051F3218; +const void * RTTI_ExtraEncounterZone = (void *)0x051F4A30; +const void * RTTI_ExtraEssentialProtected = (void *)0x051F25A0; +const void * RTTI_ExtraExteriorReflectionProbeAdjustmentVolume = (void *)0x051F48A0; +const void * RTTI_ExtraExternalEmittanceData = (void *)0x051F2030; +const void * RTTI_ExtraFXPickNodes = (void *)0x051F2578; +const void * RTTI_ExtraFactionChanges = (void *)0x051F4A60; +const void * RTTI_ExtraFavorCost = (void *)0x051F2D50; +const void * RTTI_ExtraFavorite = (void *)0x051F2F98; +const void * RTTI_ExtraFlags = (void *)0x051F3148; +const void * RTTI_ExtraFogVolume = (void *)0x051F4918; +const void * RTTI_ExtraFollower = (void *)0x051F3500; +const void * RTTI_ExtraFollowerSwimBreadcrumbs = (void *)0x051F4940; +const void * RTTI_ExtraForcedLandingMarker = (void *)0x051F2378; +const void * RTTI_ExtraForcedTarget = (void *)0x051F31A0; +const void * RTTI_ExtraFriendHits = (void *)0x051F4378; +const void * RTTI_ExtraFromAlias = (void *)0x051F2890; +const void * RTTI_ExtraFurnitureEntryData = (void *)0x051F41E0; +const void * RTTI_ExtraGeometryDirtynessScale = (void *)0x051F3088; +const void * RTTI_ExtraGhost = (void *)0x051F4700; +const void * RTTI_ExtraGlobal = (void *)0x051F3618; +const void * RTTI_ExtraGroupedPackin = (void *)0x051F1FD8; +const void * RTTI_ExtraGuardedRefData = (void *)0x051F40E8; +const void * RTTI_ExtraHasNoRumors = (void *)0x051F2AE0; +const void * RTTI_ExtraHavok = (void *)0x051F1998; +const void * RTTI_ExtraHeadTrackingWeight = (void *)0x051F2DD0; +const void * RTTI_ExtraHeadingTarget = (void *)0x051F2F38; +const void * RTTI_ExtraHealth = (void *)0x051F35A0; +const void * RTTI_ExtraHorse = (void *)0x051F31F0; +const void * RTTI_ExtraIgnoredAttractKeywords = (void *)0x051F25D0; +const void * RTTI_ExtraIgnoredBySandbox = (void *)0x051F4048; +const void * RTTI_ExtraInitActions = (void *)0x051DC988; +const void * RTTI_ExtraInputEnableLayer = (void *)0x051F3F18; +const void * RTTI_ExtraInstanceData = (void *)0x051F3F48; +const void * RTTI_ExtraInteraction = (void *)0x051F4598; +const void * RTTI_ExtraInvestedGold = (void *)0x051F2528; +const void * RTTI_ExtraItemDropper = (void *)0x051F4678; +const void * RTTI_ExtraKeywords = (void *)0x051F22C8; +const void * RTTI_ExtraLargeRefOwnerCells = (void *)0x051F2978; +const void * RTTI_ExtraLastFinishedSequence = (void *)0x051F46D0; +const void * RTTI_ExtraLevCreaModifier = (void *)0x051F4430; +const void * RTTI_ExtraLeveledBaseObject = (void *)0x051F44B8; +const void * RTTI_ExtraLeveledCreature = (void *)0x051F4B80; +const void * RTTI_ExtraLeveledItem = (void *)0x051F35F0; +const void * RTTI_ExtraLight = (void *)0x051F4C08; +const void * RTTI_ExtraLightAreaData = (void *)0x051F33A8; +const void * RTTI_ExtraLightBarndoorData = (void *)0x051F3400; +const void * RTTI_ExtraLightColorData = (void *)0x051F32B8; +const void * RTTI_ExtraLightData = (void *)0x051F29A8; +const void * RTTI_ExtraLightFlickerData = (void *)0x051F3318; +const void * RTTI_ExtraLightGoboData = (void *)0x051F3348; +const void * RTTI_ExtraLightLayerData = (void *)0x051F32E8; +const void * RTTI_ExtraLightRoundnessData = (void *)0x051F3378; +const void * RTTI_ExtraLightStaticShadowMapData = (void *)0x051F2918; +const void * RTTI_ExtraLightVolumetricData = (void *)0x051F3268; +const void * RTTI_ExtraLinkedChildrenAliasInstanceArray = (void *)0x051F4078; +const void * RTTI_ExtraLinkedRef = (void *)0x051F34B0; +const void * RTTI_ExtraLinkedRefChildren = (void *)0x051F47A8; +const void * RTTI_ExtraLitWaterRefs = (void *)0x051F2B60; +const void * RTTI_ExtraLocation = (void *)0x051F27C0; +const void * RTTI_ExtraLocationRefType = (void *)0x051F47D8; +const void * RTTI_ExtraLock = (void *)0x051F3298; +const void * RTTI_ExtraLockList = (void *)0x051F27E8; +const void * RTTI_ExtraMagicCaster = (void *)0x051F1F28; +const void * RTTI_ExtraMapMarker = (void *)0x051F4BB0; +const void * RTTI_ExtraMaterialSwap = (void *)0x051F2270; +const void * RTTI_ExtraMissingRefIDs = (void *)0x051F30E8; +const void * RTTI_ExtraModIndex = (void *)0x051F23A8; +const void * RTTI_ExtraModRank = (void *)0x051F2950; +const void * RTTI_ExtraModelSwap = (void *)0x051F2B08; +const void * RTTI_ExtraNavMeshPortal = (void *)0x051F2E60; +const void * RTTI_ExtraNorthRotation = (void *)0x051F1908; +const void * RTTI_ExtraObjectBreakable = (void *)0x051F2130; +const void * RTTI_ExtraObjectSavedDynamicIdles = (void *)0x051F2630; +const void * RTTI_ExtraObjectSavedUnrecoverableSubgraphs = (void *)0x051F2668; +const void * RTTI_ExtraOcclusionPlaneRefData = (void *)0x051F2E28; +const void * RTTI_ExtraOpenCloseActivateRef = (void *)0x051F28B8; +const void * RTTI_ExtraOriginalBaseObject = (void *)0x051F2860; +const void * RTTI_ExtraOriginalReference = (void *)0x051F3480; +const void * RTTI_ExtraOutfitItem = (void *)0x051F3578; +const void * RTTI_ExtraOwnership = (void *)0x051F3690; +const void * RTTI_ExtraOwningInstance = (void *)0x051F2700; +const void * RTTI_ExtraPackage = (void *)0x051F4B08; +const void * RTTI_ExtraPackageData = (void *)0x051F2A58; +const void * RTTI_ExtraPackageStartLocation = (void *)0x051F4328; +const void * RTTI_ExtraPatrolRefData = (void *)0x051F2EB8; +const void * RTTI_ExtraPatrolRefInUseData = (void *)0x051F49D0; +const void * RTTI_ExtraPersistentCell = (void *)0x051F42A0; +const void * RTTI_ExtraPlacedPlanetContent = (void *)0x051F1EF8; +const void * RTTI_ExtraPlayerCrimeList = (void *)0x051F4A90; +const void * RTTI_ExtraPoison = (void *)0x051F3458; +const void * RTTI_ExtraPowerArmor = (void *)0x051F3F70; +const void * RTTI_ExtraPowerArmorPreload = (void *)0x051F3EE8; +const void * RTTI_ExtraPowerLinks = (void *)0x051F3430; +const void * RTTI_ExtraPrimitive = (void *)0x051F2FC0; +const void * RTTI_ExtraProceduralInstanceData = (void *)0x051F2098; +const void * RTTI_ExtraProcessMiddleLow = (void *)0x051F18B0; +const void * RTTI_ExtraProjectedDecalData = (void *)0x051F2FE8; +const void * RTTI_ExtraPromotedRef = (void *)0x051F4020; +const void * RTTI_ExtraPropertySheet = (void *)0x051F23D0; +const void * RTTI_ExtraRadioData = (void *)0x051F2E90; +const void * RTTI_ExtraRadioReceiver = (void *)0x051F2188; +const void * RTTI_ExtraRadioRepeater = (void *)0x051F21B8; +const void * RTTI_ExtraRadius = (void *)0x051F2A80; +const void * RTTI_ExtraRadiusFalloffExponent = (void *)0x051F2AA8; +const void * RTTI_ExtraRagDollData = (void *)0x051F4278; +const void * RTTI_ExtraRandomAnimStartTime = (void *)0x051F2068; +const void * RTTI_ExtraRandomTeleportMarker = (void *)0x051F4728; +const void * RTTI_ExtraRangedDistOverride = (void *)0x051F3118; +const void * RTTI_ExtraRank = (void *)0x051F3640; +const void * RTTI_ExtraRefWeaponSounds = (void *)0x051F3EB8; +const void * RTTI_ExtraReferenceGroup = (void *)0x051F2240; +const void * RTTI_ExtraReferenceHandles = (void *)0x051F2790; +const void * RTTI_ExtraReflectedRefs = (void *)0x051F2B88; +const void * RTTI_ExtraReflectorRefs = (void *)0x051F2BB8; +const void * RTTI_ExtraRefrPath = (void *)0x051F3FD0; +const void * RTTI_ExtraRefractionProperty = (void *)0x051F45C0; +const void * RTTI_ExtraRegionList = (void *)0x051F19C0; +const void * RTTI_ExtraReservedMarkers = (void *)0x051F4510; +const void * RTTI_ExtraRoomRefData = (void *)0x051F49A8; +const void * RTTI_ExtraRunOncePacks = (void *)0x051F4AC0; +const void * RTTI_ExtraSavedAnimation = (void *)0x051F4618; +const void * RTTI_ExtraSavedHavokData = (void *)0x051F4648; +const void * RTTI_ExtraSayToTopicInfo = (void *)0x051F4868; +const void * RTTI_ExtraSayTopicInfoOnceADay = (void *)0x051F4A00; +const void * RTTI_ExtraScale = (void *)0x051F34D8; +const void * RTTI_ExtraSceneData = (void *)0x051F2E00; +const void * RTTI_ExtraScriptedAnimDependence = (void *)0x051F3F98; +const void * RTTI_ExtraSeed = (void *)0x051F4AE8; +const void * RTTI_ExtraSeenData = (void *)0x051F18E0; +const void * RTTI_ExtraShipArrivalData = (void *)0x051F2D20; +const void * RTTI_ExtraShipBlueprintSnapData = (void *)0x051F4240; +const void * RTTI_ExtraShouldWear = (void *)0x051F4B58; +const void * RTTI_ExtraSnapLinks = (void *)0x051F2008; +const void * RTTI_ExtraSoul = (void *)0x051F4308; +const void * RTTI_ExtraSound = (void *)0x051F45F0; +const void * RTTI_ExtraSoundHook = (void *)0x051F2EE8; +const void * RTTI_ExtraSourcePackIn = (void *)0x051F2500; +const void * RTTI_ExtraSpawnContainer = (void *)0x051F4460; +const void * RTTI_ExtraStartingPosition = (void *)0x051F3660; +const void * RTTI_ExtraStartingWorldOrCell = (void *)0x051F43A0; +const void * RTTI_ExtraTeleport = (void *)0x051F3240; +const void * RTTI_ExtraTeleportName = (void *)0x051F2838; +const void * RTTI_ExtraTempLocationWorldSpace = (void *)0x051F42D0; +const void * RTTI_ExtraTerminalMenuBodyTextItems = (void *)0x051F2400; +const void * RTTI_ExtraTerminalMenuItems = (void *)0x051F2470; +const void * RTTI_ExtraTerminalMenuMenuItems = (void *)0x051F24A0; +const void * RTTI_ExtraTerminalMenuUnlockedItems = (void *)0x051F2438; +const void * RTTI_ExtraTextDisplayData = (void *)0x051F2D78; +const void * RTTI_ExtraTimeLeft = (void *)0x051F3528; +const void * RTTI_ExtraTimeOfDayData = (void *)0x051F20D0; +const void * RTTI_ExtraTransitionCellCount = (void *)0x051F2BE8; +const void * RTTI_ExtraTraversalData = (void *)0x051F4118; +const void * RTTI_ExtraTresPassPackage = (void *)0x051F2730; +const void * RTTI_ExtraUniqueID = (void *)0x051F31C8; +const void * RTTI_ExtraUsedMarkers = (void *)0x051F44E8; +const void * RTTI_ExtraVoiceType = (void *)0x051F2550; +const void * RTTI_ExtraVolumeData = (void *)0x051F30C0; +const void * RTTI_ExtraVolumeReflectionProbe_OffsetIntensity = (void *)0x051F3040; +const void * RTTI_ExtraWaterCurrentZoneData = (void *)0x051F3170; +const void * RTTI_ExtraWaterData = (void *)0x051F3FF8; +const void * RTTI_ExtraWaterLightRefs = (void *)0x051F2B30; +const void * RTTI_ExtraWaterReflectionData = (void *)0x051F2298; +const void * RTTI_ExtraWorkshopSnapping = (void *)0x0523AF30; +const void * RTTI_ExtraWwiseSwitchData = (void *)0x0525C388; +const void * RTTI_EyeTrackingOffHandler = (void *)0x05363500; +const void * RTTI_EyeTrackingOnHandler = (void *)0x053635F0; +const void * RTTI_FACEFX_ACTOR = (void *)0x051DCE40; +const void * RTTI_FACEFX_BONESET = (void *)0x051DCE18; +const void * RTTI_FOCollisionListener = (void *)0x052646C0; +const void * RTTI_FaceEmotionalIdleHandler = (void *)0x05360568; +const void * RTTI_FaderMenu = (void *)0x053A1E68; +const void * RTTI_FanfareData = (void *)0x052A4070; +const void * RTTI_FanfareMenu = (void *)0x052A3E78; +const void * RTTI_FanfareMenu__FanfareEventShuttle = (void *)0x052A3E40; +const void * RTTI_FarTravel__Arrival = (void *)0x05320CF0; +const void * RTTI_FarTravel__Cruise = (void *)0x05320CC8; +const void * RTTI_FarTravel__Departure = (void *)0x05320D50; +const void * RTTI_FarTravel__FarTravelOrbitalUpdateFadeDone = (void *)0x05320C50; +const void * RTTI_FarTravel__FarTravelUnloadNode = (void *)0x0523FDA0; +const void * RTTI_FarTravel__UpdateGalacticPositions = (void *)0x05320D18; +const void * RTTI_FavoritesManager = (void *)0x053A3280; +const void * RTTI_FavoritesManager__FavoritesData = (void *)0x053A3548; +const void * RTTI_FavoritesManager__FavoritesEntryData = (void *)0x053A3508; +const void * RTTI_FavoritesManager__FavoritesUIDataEventShuttle = (void *)0x053A34C0; +const void * RTTI_FavoritesMenu = (void *)0x053A3208; +const void * RTTI_FavoritesMenu_AssignQuickkey = (void *)0x053A2FD0; +const void * RTTI_FavoritesMenu_UseQuickkey = (void *)0x053A3008; +const void * RTTI_FindConnectedNavmeshInfosVisitor = (void *)0x05276F98; +const void * RTTI_FindDynamicNeighborsTask = (void *)0x05102710; +const void * RTTI_FindEffectKeywordOnTargetFunctor = (void *)0x0531D7A0; +const void * RTTI_FindTriangleForLocationFilter = (void *)0x051CB5A0; +const void * RTTI_FindTriangleForLocationFilterCheckDeltaZ = (void *)0x051CB4C8; +const void * RTTI_FindTriangleForLocationTraversableFilter = (void *)0x05429F00; +const void * RTTI_FindTriangleForLocationWaterFilter = (void *)0x05429F40; +const void * RTTI_FireForgetModel = (void *)0x052B2B28; +const void * RTTI_FireForgetModel__FireForgetEventShuttle = (void *)0x052B29F0; +const void * RTTI_FireParticlesCollidedWithBodiesCallbackTask = (void *)0x05102840; +const void * RTTI_FireParticlesCollidedWithParticlesCallbackTask = (void *)0x051027F0; +const void * RTTI_FireParticlesExitedSafeRegionCallbackTask = (void *)0x05102890; +const void * RTTI_FirstPersonState = (void *)0x0539D0C8; +const void * RTTI_FlameProjectile = (void *)0x05366E10; +const void * RTTI_FleePackage = (void *)0x0510B8C8; +const void * RTTI_FlightActionEndHandler = (void *)0x05364658; +const void * RTTI_FlightActionEntryEndHandler = (void *)0x053636A8; +const void * RTTI_FlightActionHandler = (void *)0x053636E0; +const void * RTTI_FlightCameraState = (void *)0x0539D618; +const void * RTTI_FlightCrashLandStartHandler = (void *)0x05364620; +const void * RTTI_FlightCruisingHandler = (void *)0x05363740; +const void * RTTI_FlightHoveringHandler = (void *)0x05363710; +const void * RTTI_FlightLandEndHandler = (void *)0x05363650; +const void * RTTI_FlightLandHandler = (void *)0x05363680; +const void * RTTI_FlightLandingHandler = (void *)0x053637A0; +const void * RTTI_FlightPerchingHandler = (void *)0x05363770; +const void * RTTI_FlightTakeOffHandler = (void *)0x05363530; +const void * RTTI_Float3LightAnimData = (void *)0x051E4180; +const void * RTTI_Float4LightAnimData = (void *)0x051E4150; +const void * RTTI_FloatLightAnimData = (void *)0x051E4120; +const void * RTTI_FoodCraftingMenu = (void *)0x052E58E8; +const void * RTTI_FootIKNode = (void *)0x053E6AE8; +const void * RTTI_FootIKNodeInstance = (void *)0x053E75F0; +const void * RTTI_ForceWeaponFireHandler = (void *)0x05363CB8; +const void * RTTI_FormStreamerLoadStorageWrapper = (void *)0x053279A0; +const void * RTTI_FormStreamerSaveStorageWrapper = (void *)0x05327968; +const void * RTTI_FreeAdvancedCameraState = (void *)0x0539D5E8; +const void * RTTI_FreeFlyCameraState = (void *)0x0539D5B8; +const void * RTTI_FreeTetheredCameraState = (void *)0x0539D640; +const void * RTTI_FreeWalkCameraState = (void *)0x0539D588; +const void * RTTI_FrenzyEffect = (void *)0x0531E548; +const void * RTTI_FurnitureCameraState = (void *)0x0539D0F0; +const void * RTTI_FurnitureMarkerNavmeshPositionCache = (void *)0x051A1590; +const void * RTTI_GPUCaptureHandler = (void *)0x053A5D40; +const void * RTTI_GameBIEvents__ClientSettingsBIEvents = (void *)0x05320570; +const void * RTTI_GameBIEvents__PlayerBIEvents = (void *)0x05320958; +const void * RTTI_GameMenuBase = (void *)0x052A3808; +const void * RTTI_GameScript__ActorValueEventHandler = (void *)0x053AC120; +const void * RTTI_GameScript__AffinityEventHandler = (void *)0x053AC980; +const void * RTTI_GameScript__BasicEventHandler = (void *)0x053C6DA8; +const void * RTTI_GameScript__BuilderEventHandler = (void *)0x053AD3D0; +const void * RTTI_GameScript__ChallengeEventHandler = (void *)0x052A9590; +const void * RTTI_GameScript__CombatEventHandler = (void *)0x053AE0C0; +const void * RTTI_GameScript__CustomEventHandler = (void *)0x053AF460; +const void * RTTI_GameScript__DataFileHandleReaderWriter = (void *)0x053ACC08; +const void * RTTI_GameScript__DebuggerMessages__ContinueRequest = (void *)0x053A88C0; +const void * RTTI_GameScript__DebuggerMessages__DisconnectRequest = (void *)0x053A8950; +const void * RTTI_GameScript__DebuggerMessages__Event = (void *)0x053A85D0; +const void * RTTI_GameScript__DebuggerMessages__NextRequest = (void *)0x053A8700; +const void * RTTI_GameScript__DebuggerMessages__OutputEvent = (void *)0x053A9318; +const void * RTTI_GameScript__DebuggerMessages__PauseRequest = (void *)0x053A8908; +const void * RTTI_GameScript__DebuggerMessages__ProtocolMessage = (void *)0x053A8A20; +const void * RTTI_GameScript__DebuggerMessages__Request = (void *)0x053A89D8; +const void * RTTI_GameScript__DebuggerMessages__Response = (void *)0x053A8998; +const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsRequest = (void *)0x053A87D0; +const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsResponse = (void *)0x053A9BA0; +const void * RTTI_GameScript__DebuggerMessages__StackTraceRequest = (void *)0x053A8820; +const void * RTTI_GameScript__DebuggerMessages__StackTraceResponse = (void *)0x053A9BF0; +const void * RTTI_GameScript__DebuggerMessages__StepInRequest = (void *)0x053A86C0; +const void * RTTI_GameScript__DebuggerMessages__StepOutRequest = (void *)0x053A8670; +const void * RTTI_GameScript__DebuggerMessages__StoppedEvent = (void *)0x053A92D8; +const void * RTTI_GameScript__DebuggerMessages__ThreadEvent = (void *)0x053A9298; +const void * RTTI_GameScript__DebuggerMessages__ThreadsRequest = (void *)0x053A8870; +const void * RTTI_GameScript__DebuggerMessages__ThreadsResponse = (void *)0x053A9250; +const void * RTTI_GameScript__DebuggerMessages__ValueRequest = (void *)0x053A8740; +const void * RTTI_GameScript__DebuggerMessages__ValueResponse = (void *)0x053A9B10; +const void * RTTI_GameScript__DebuggerMessages__VariablesRequest = (void *)0x053A8780; +const void * RTTI_GameScript__DebuggerMessages__VariablesResponse = (void *)0x053A9B50; +const void * RTTI_GameScript__DebuggerMessages__VersionEvent = (void *)0x053A9358; +const void * RTTI_GameScript__DelayFunctor = (void *)0x053AA7A0; +const void * RTTI_GameScript__DelayFunctorFactory = (void *)0x051AE408; +const void * RTTI_GameScript__DistanceEventHandler = (void *)0x053C87C0; +const void * RTTI_GameScript__FragmentEventHandler = (void *)0x053AED20; +const void * RTTI_GameScript__HandlePolicy = (void *)0x053B4E38; +const void * RTTI_GameScript__Internal__AnimationCallbacks = (void *)0x053ACB50; +const void * RTTI_GameScript__Internal__LOSDetectionEventData = (void *)0x053B0220; +const void * RTTI_GameScript__Internal__LOSDirectEventData = (void *)0x053B0260; +const void * RTTI_GameScript__Internal__LOSEventData = (void *)0x053B0988; +const void * RTTI_GameScript__InventoryEventHandler = (void *)0x053B0160; +const void * RTTI_GameScript__LOSEventHandler = (void *)0x053B08E8; +const void * RTTI_GameScript__Logger = (void *)0x053AF508; +const void * RTTI_GameScript__MenuEventHandler = (void *)0x053B1128; +const void * RTTI_GameScript__ObjectBindPolicy = (void *)0x053B4E68; +const void * RTTI_GameScript__PathingCallbackMgr = (void *)0x053B12F8; +const void * RTTI_GameScript__Profiler = (void *)0x053B14C0; +const void * RTTI_GameScript__QuestCallbackMgr = (void *)0x053B1798; +const void * RTTI_GameScript__RemoteDebugger = (void *)0x053A8638; +const void * RTTI_GameScript__SaveFileHandleReaderWriter = (void *)0x053ACBC8; +const void * RTTI_GameScript__SavePatcher = (void *)0x053B1808; +const void * RTTI_GameScript__ScriptSpaceCellCreateComplete = (void *)0x053AD180; +const void * RTTI_GameScript__ScriptSpaceshipCreateComplete = (void *)0x053AD140; +const void * RTTI_GameScript__SleepEventHandler = (void *)0x053B1BE8; +const void * RTTI_GameScript__SoundCallbackMgr = (void *)0x053B1E18; +const void * RTTI_GameScript__SpaceshipEventHandler = (void *)0x053C70E8; +const void * RTTI_GameScript__Store = (void *)0x053B1E50; +const void * RTTI_GameScript__TeleportEventHandler = (void *)0x053C7870; +const void * RTTI_GameScript__TimerEventHandler = (void *)0x053C8048; +const void * RTTI_GameScript__TrackedStatsEventHandler = (void *)0x053C8570; +const void * RTTI_GameScript__WaitEventHandler = (void *)0x053C8DA8; +const void * RTTI_GameSettingCollection = (void *)0x051CC830; +const void * RTTI_GameUIGlobalFunc = (void *)0x052DBBD8; +const void * RTTI_GameUIModel = (void *)0x052DBD18; +const void * RTTI_GameVM = (void *)0x053B4DB8; +const void * RTTI_GamebryoSequence = (void *)0x053E69E8; +const void * RTTI_GamebryoSequenceInstance = (void *)0x053E7620; +const void * RTTI_GenerateMappingToPointsBufferTask = (void *)0x05102620; +const void * RTTI_GenerateObstacleTask = (void *)0x05211318; +const void * RTTI_GenericFrameUpdateOperationsService = (void *)0x051D6EC0; +const void * RTTI_GetBestAmmoFunctor = (void *)0x05251B10; +const void * RTTI_GetBestCutterFunctor = (void *)0x052517E8; +const void * RTTI_GetBestLightFunctor = (void *)0x05251868; +const void * RTTI_GetBestWeaponFunctor = (void *)0x05251AE0; +const void * RTTI_GetMagicItemDescriptionFunctor = (void *)0x051F1748; +const void * RTTI_GetUpEndHandler = (void *)0x05364538; +const void * RTTI_GetUpStartHandler = (void *)0x053644B0; +const void * RTTI_GlobalFunc_CloseAllMenus = (void *)0x052DBA40; +const void * RTTI_GlobalFunc_CloseMenu = (void *)0x052DC000; +const void * RTTI_GlobalFunc_PlayMenuSound = (void *)0x052DBF28; +const void * RTTI_GlobalFunc_StartGameRender = (void *)0x052DBF98; +const void * RTTI_GlobalFunc_UserEvent = (void *)0x052DBFD0; +const void * RTTI_GraphReferenceNode = (void *)0x053DAB58; +const void * RTTI_GraphReferenceNodeInstance = (void *)0x053DAB20; +const void * RTTI_GraphicsInfoDataModel = (void *)0x052B61C8; +const void * RTTI_GravJumpInitiateCompleteHandler = (void *)0x053603E8; +const void * RTTI_GravJumpSearch = (void *)0x0520E308; +const void * RTTI_GrenadeProjectile = (void *)0x05366E38; +const void * RTTI_GridArray = (void *)0x052061B0; +const void * RTTI_GridCellArray = (void *)0x05206670; +const void * RTTI_GroundPathPathingNodeGenerator = (void *)0x05432520; +const void * RTTI_GroundPathRayValidator = (void *)0x05432558; +const void * RTTI_GuardActorPackageData = (void *)0x0534DCB8; +const void * RTTI_GuideEffect = (void *)0x0531D228; +const void * RTTI_HUDAmmoCountModel = (void *)0x052DC330; +const void * RTTI_HUDAmmoCountModel__HUDAmmoCountModelShuttle = (void *)0x052DC390; +const void * RTTI_HUDCommandIconData = (void *)0x052DC448; +const void * RTTI_HUDCompassDataModel = (void *)0x052B6670; +const void * RTTI_HUDCrewBuffDataModel = (void *)0x052ACAF0; +const void * RTTI_HUDCrosshairDataModel = (void *)0x052B6C30; +const void * RTTI_HUDCrosshairDataModel__HUDCrosshairEventShuttle = (void *)0x052B6FA0; +const void * RTTI_HUDDataModel = (void *)0x052DE970; +const void * RTTI_HUDDataModel__HUDDataEventShuttle = (void *)0x052DE7E8; +const void * RTTI_HUDDirectionalHitIndicatorDataModel = (void *)0x052DCA20; +const void * RTTI_HUDEnemyDataModel = (void *)0x052B71E0; +const void * RTTI_HUDEnemyDataModel__HUDEnemyEventShuttle = (void *)0x052B73A0; +const void * RTTI_HUDExperienceMeterDataModel = (void *)0x052DDD98; +const void * RTTI_HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle = (void *)0x052DE1A0; +const void * RTTI_HUDJetpackDataModel = (void *)0x052B7420; +const void * RTTI_HUDLocationDataModel = (void *)0x052B7538; +const void * RTTI_HUDMenu = (void *)0x053A3698; +const void * RTTI_HUDMessageDataModel = (void *)0x052B7A50; +const void * RTTI_HUDMessagesMenu = (void *)0x052E5910; +const void * RTTI_HUDNotification_MissionActiveWidgetUpdate = (void *)0x052DF840; +const void * RTTI_HUDNotification_OpenDataMenu = (void *)0x052DF8B8; +const void * RTTI_HUDNotification_OpenMissionMenu = (void *)0x052DF8F0; +const void * RTTI_HUDNotification_SetMissionActive = (void *)0x052DF880; +const void * RTTI_HUDNotificationsModel = (void *)0x052DFC28; +const void * RTTI_HUDNotificationsModel__HUDNotificationsEventShuttle = (void *)0x052DFF80; +const void * RTTI_HUDOpacityModel = (void *)0x052DFFD0; +const void * RTTI_HUDOpacityModel__HUDOpacityEventShuttle = (void *)0x052DFFF8; +const void * RTTI_HUDRolloverActivationButtonEvent = (void *)0x052B59E0; +const void * RTTI_HUDRolloverActivationCompanionListener = (void *)0x052B5E98; +const void * RTTI_HUDRolloverActivationCorpseListener = (void *)0x052B5ED8; +const void * RTTI_HUDRolloverActivationDisplayCaseListener = (void *)0x052B51C0; +const void * RTTI_HUDRolloverActivationDoorListener = (void *)0x052B5F58; +const void * RTTI_HUDRolloverActivationFallbackListener = (void *)0x052B2FC8; +const void * RTTI_HUDRolloverActivationLootListener = (void *)0x052B5F90; +const void * RTTI_HUDRolloverActivationNPCListener = (void *)0x052B5FC8; +const void * RTTI_HUDRolloverActivationOutpostItemListener = (void *)0x052B3080; +const void * RTTI_HUDRolloverActivationOutpostListener = (void *)0x052B3310; +const void * RTTI_HUDRolloverActivationOutpostQCListener = (void *)0x052B3398; +const void * RTTI_HUDRolloverActivationQCItemPressEvent = (void *)0x052B5860; +const void * RTTI_HUDRolloverActivationQuickContainerListener = (void *)0x052B33E0; +const void * RTTI_HUDRolloverActivationShipContainerListener = (void *)0x052B60B0; +const void * RTTI_HUDRolloverActivationTeammateListener = (void *)0x052B60F8; +const void * RTTI_HUDRolloverActivationTerminalListener = (void *)0x052B6138; +const void * RTTI_HUDRolloverDataModel = (void *)0x052B58A0; +const void * RTTI_HUDSocialCommandData = (void *)0x052DC418; +const void * RTTI_HUDSocialCommandDataModel = (void *)0x052DC5C0; +const void * RTTI_HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle = (void *)0x052DC650; +const void * RTTI_HUDStarbornPowersDataModel = (void *)0x052B7F10; +const void * RTTI_HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle = (void *)0x052B8030; +const void * RTTI_HUDStealthDataModel = (void *)0x052B83E8; +const void * RTTI_HUDStealthDataModel__HUDStealthEventShuttle = (void *)0x052B82A0; +const void * RTTI_HUDSubtitleDataModel = (void *)0x052B84F8; +const void * RTTI_HUDSubtitleDataModel__HUDSubtitleEventShuttle = (void *)0x052B86B0; +const void * RTTI_HUDWatchEffectsModel = (void *)0x052B8FF8; +const void * RTTI_HUDWatchEffectsModel__HUDWatchEffectsModelShuttle = (void *)0x052B90F0; +const void * RTTI_HangarShipSelection_ChangeSystemDisplay = (void *)0x052A7988; +const void * RTTI_HangarShipSelection_RepairShip = (void *)0x052A7918; +const void * RTTI_HangarShipSelection_UpgradeSystem = (void *)0x052A7950; +const void * RTTI_HasSpellVisitor = (void *)0x05346340; +const void * RTTI_HavokErrorCRTestApp = (void *)0x051A1748; +const void * RTTI_HavokFileStreambufWriter = (void *)0x05264A58; +const void * RTTI_HavokParticleDef__BaseShape = (void *)0x053F9160; +const void * RTTI_HavokParticleDef__BoxShape = (void *)0x053F9088; +const void * RTTI_HavokParticleDef__CapsuleShape = (void *)0x053F90B8; +const void * RTTI_HavokParticleDef__ConvexShape = (void *)0x053F9128; +const void * RTTI_HavokParticleDef__CubeShape = (void *)0x053F91D0; +const void * RTTI_HavokParticleDef__CylinderShape = (void *)0x053F90F0; +const void * RTTI_HavokParticleDef__SphereShape = (void *)0x053F9198; +const void * RTTI_HavokStreambufFactory = (void *)0x052649D8; +const void * RTTI_Hazard = (void *)0x0510B490; +const void * RTTI_HeadTrackingOffHandler = (void *)0x05363620; +const void * RTTI_HeadTrackingOnHandler = (void *)0x05363598; +const void * RTTI_HeadTrackingRotationOffHandler = (void *)0x05363560; +const void * RTTI_HeadTrackingRotationOnHandler = (void *)0x053634C8; +const void * RTTI_HealthDamageFunctor = (void *)0x05368658; +const void * RTTI_HeapAllocator = (void *)0x053EA6A0; +const void * RTTI_HelpData = (void *)0x052AAE10; +const void * RTTI_HelpDataModel = (void *)0x052AADA8; +const void * RTTI_HelpDataModel__HelpDataModelEventShuttle = (void *)0x052AAD68; +const void * RTTI_HelpTopicData = (void *)0x052AAC98; +const void * RTTI_HideSubsegmentHandler = (void *)0x053604B0; +const void * RTTI_HighlightManager = (void *)0x05204630; +const void * RTTI_HitFrameHandler = (void *)0x05363868; +const void * RTTI_HorseCameraState = (void *)0x0539D120; +const void * RTTI_HudModeDataModel = (void *)0x052B7DC0; +const void * RTTI_HudModeDataModel__HUDModeEventShuttle = (void *)0x052B7D80; +const void * RTTI_IAIWorldLocation = (void *)0x051CB240; +const void * RTTI_IAIWorldLocationHandle = (void *)0x05267458; +const void * RTTI_IAimAssistImpl = (void *)0x05283358; +const void * RTTI_IAnimationEventDataForEachFunctor = (void *)0x051CD408; +const void * RTTI_IAnimationGraphManagerLoadingTask = (void *)0x0525F538; +const void * RTTI_IAnimationStanceData = (void *)0x053E95D8; +const void * RTTI_IAnimationStreamWrite = (void *)0x052532B0; +const void * RTTI_IBGSBaseFormData = (void *)0x051C9448; +const void * RTTI_ICheckEndReachedFunctor = (void *)0x0542F6C8; +const void * RTTI_ICheckEndReachedFunctorMapper = (void *)0x0542F730; +const void * RTTI_ICommandLineHandler = (void *)0x051AE310; +const void * RTTI_IConvexOverlapImpl = (void *)0x050FCB70; +const void * RTTI_IConvexOverlapImpl__ShapeInterface = (void *)0x050FCBA0; +const void * RTTI_IDEvent = (void *)0x053EAF40; +const void * RTTI_IDataModel = (void *)0x051D3118; +const void * RTTI_IExplosionFactory = (void *)0x051A7F98; +const void * RTTI_IFadeDoneCallback = (void *)0x05249928; +const void * RTTI_IFormComponentFactoryCreator = (void *)0x051415A8; +const void * RTTI_IFormComponentFactoryCreator__ReserveControl = (void *)0x051D1BA0; +const void * RTTI_IFormFactory = (void *)0x051A3850; +const void * RTTI_IFormFactory__IFactoryVisitor = (void *)0x051FC888; +const void * RTTI_IHUDRolloverActivationListener = (void *)0x052B3008; +const void * RTTI_IMemoryManagerFile = (void *)0x05338290; +const void * RTTI_IMemoryManagerFileFactory = (void *)0x051A5EB8; +const void * RTTI_IMemoryStore = (void *)0x053280E0; +const void * RTTI_IMemoryStoreBase = (void *)0x053280B8; +const void * RTTI_IMenu = (void *)0x051E8878; +const void * RTTI_IMessageBoxCallback = (void *)0x052489E8; +const void * RTTI_IMovementAvoidanceManager = (void *)0x0534D4E0; +const void * RTTI_IMovementControllerNPCFunctor = (void *)0x05337228; +const void * RTTI_IMovementDirectControl = (void *)0x0534D5F8; +const void * RTTI_IMovementFormIDManager = (void *)0x051A5F78; +const void * RTTI_IMovementPDControllerAccess = (void *)0x0542F828; +const void * RTTI_IMovementParameters = (void *)0x051A0968; +const void * RTTI_IMovementPlannerDirectControl = (void *)0x0534D5C0; +const void * RTTI_IMovementPlannerSetArbitration = (void *)0x0542EDE0; +const void * RTTI_IMovementPlayIdleResult = (void *)0x0542F5B8; +const void * RTTI_IMovementQueryFlight = (void *)0x054323C8; +const void * RTTI_IMovementQueryPathFollowing = (void *)0x0542F580; +const void * RTTI_IMovementQueryState = (void *)0x0534D748; +const void * RTTI_IMovementQueryStaticAvoider = (void *)0x0542F908; +const void * RTTI_IMovementQueryTweener = (void *)0x0542F3C0; +const void * RTTI_IMovementQueryTweenerState = (void *)0x0542FB30; +const void * RTTI_IMovementSetCorrectionData = (void *)0x0542FB68; +const void * RTTI_IMovementSetGoal = (void *)0x0542ED08; +const void * RTTI_IMovementSetPathFollowing = (void *)0x0542F768; +const void * RTTI_IMovementSetRollTarget = (void *)0x0542F860; +const void * RTTI_IMovementSetSprinting = (void *)0x05209190; +const void * RTTI_IMovementSetState = (void *)0x0542F7C8; +const void * RTTI_IMovementSetStaticAvoider = (void *)0x0542F940; +const void * RTTI_IMovementSetWarp = (void *)0x0534D808; +const void * RTTI_INIPrefSetting = (void *)0x05192028; +const void * RTTI_INIPrefSettingCollection = (void *)0x051D2660; +const void * RTTI_INISettingCollection = (void *)0x0513EB08; +const void * RTTI_INavmeshSearchFilterSet = (void *)0x05278750; +const void * RTTI_IOControlNode = (void *)0x051DDB90; +const void * RTTI_IOManager = (void *)0x053FCFC0; +const void * RTTI_IOManagerThread = (void *)0x053FCFE0; +const void * RTTI_IOManager__SystemTaskService = (void *)0x053FD258; +const void * RTTI_IOPostProcessNode = (void *)0x051DE898; +const void * RTTI_IOPostProcessTaskNode = (void *)0x053FD008; +const void * RTTI_IOSystemTask = (void *)0x051DE838; +const void * RTTI_IOTask = (void *)0x051E8F98; +const void * RTTI_IOTaskNode = (void *)0x053FD230; +const void * RTTI_IPackageData = (void *)0x051064F8; +const void * RTTI_IPackageDataTypeCheck = (void *)0x051AE958; +const void * RTTI_IPathBuilder = (void *)0x0526FE30; +const void * RTTI_IPathBuilderFactoryBase = (void *)0x0512AE20; +const void * RTTI_IPathBuilderTracker = (void *)0x051AE440; +const void * RTTI_IPathFollowerState = (void *)0x05432720; +const void * RTTI_IPathSmootherRayCast = (void *)0x05429ED0; +const void * RTTI_IPathingNodeGenerator = (void *)0x054324F0; +const void * RTTI_IPostAnimationChannelUpdateFunctor = (void *)0x05252E30; +const void * RTTI_IProcedure = (void *)0x051CBB88; +const void * RTTI_IProcedureTreeExecState = (void *)0x051CBBB0; +const void * RTTI_IProcedureTreeItem = (void *)0x0526CF00; +const void * RTTI_IRaceSubGraphDataFunctor = (void *)0x051CD630; +const void * RTTI_ISelectIdleFilter = (void *)0x05430208; +const void * RTTI_ISmoothingRayValidator = (void *)0x054325B8; +const void * RTTI_ISpecialPurposeComponentHandler = (void *)0x051AEB00; +const void * RTTI_IStaticAvoidNodeManager = (void *)0x0534DBB8; +const void * RTTI_IStringForwarder = (void *)0x0539E0C0; +const void * RTTI_ITempEffectFactory = (void *)0x051581F8; +const void * RTTI_ITextRenderer = (void *)0x051AE788; +const void * RTTI_ITrianglePathSplitter = (void *)0x05429EA0; +const void * RTTI_ITweenerNodeFollowerSetup = (void *)0x0534D830; +const void * RTTI_IUIValue = (void *)0x051D3258; +const void * RTTI_IValidateGoalFunctor = (void *)0x05368A18; +const void * RTTI_IVisitProcedures = (void *)0x0525E560; +const void * RTTI_IdleDialogueEnterHandler = (void *)0x053640E0; +const void * RTTI_IdleDialogueExitHandler = (void *)0x05364178; +const void * RTTI_IdleFlavorHandler = (void *)0x05360630; +const void * RTTI_ImageFixtureEvent_RequestImage = (void *)0x05419700; +const void * RTTI_ImageFixtureEvent_UnregisterImage = (void *)0x05419738; +const void * RTTI_ImageFixtureManager = (void *)0x0513E9A0; +const void * RTTI_ImageSpaceManagerAgent = (void *)0x051E79F8; +const void * RTTI_ImageSpaceModifierInstance = (void *)0x0524CA98; +const void * RTTI_ImageSpaceModifierInstanceCinematic = (void *)0x0524CB08; +const void * RTTI_ImageSpaceModifierInstanceDOF = (void *)0x0524CB80; +const void * RTTI_ImageSpaceModifierInstanceForm = (void *)0x0524CAD0; +const void * RTTI_ImageSpaceModifierInstanceRB = (void *)0x0524CB48; +const void * RTTI_ImageSpaceModifierInstanceTemp = (void *)0x0524CBB8; +const void * RTTI_ImmunityEffect = (void *)0x0531D250; +const void * RTTI_IndustrialCraftingMenu = (void *)0x052E5938; +const void * RTTI_IngredientItem = (void *)0x051F14D0; +const void * RTTI_InitActionI = (void *)0x051E7890; +const void * RTTI_InitializeTraversalSubgraphDataFunctor = (void *)0x0520E990; +const void * RTTI_InputMemoryStreamBuffer = (void *)0x05441670; +const void * RTTI_IntSeenData = (void *)0x051090A0; +const void * RTTI_InteractionCombatDataCollectFunctor = (void *)0x05203818; +const void * RTTI_InterruptCastHandler = (void *)0x053645F0; +const void * RTTI_InventoryDataModelNS__InventoryItem = (void *)0x052A3F78; +const void * RTTI_InventoryDataModelNS__LootItem = (void *)0x052B5BB8; +const void * RTTI_InventoryMenu = (void *)0x052E7A80; +const void * RTTI_InventoryMenu_Change3DView = (void *)0x052E79A8; +const void * RTTI_InventoryMenu_DropItem = (void *)0x052E77D8; +const void * RTTI_InventoryMenu_HideModel = (void *)0x052E7778; +const void * RTTI_InventoryMenu_LoadModel = (void *)0x052E7748; +const void * RTTI_InventoryMenu_OnEnterCategory = (void *)0x052E7878; +const void * RTTI_InventoryMenu_OpenCargoHold = (void *)0x052E78B0; +const void * RTTI_InventoryMenu_PaperDollTryOn = (void *)0x052E7970; +const void * RTTI_InventoryMenu_ResetPaperDollInv = (void *)0x052E79E0; +const void * RTTI_InventoryMenu_SelectItem = (void *)0x052E77A8; +const void * RTTI_InventoryMenu_SetMouseOverModel = (void *)0x052E7840; +const void * RTTI_InventoryMenu_StartCloseAnim = (void *)0x052E78E8; +const void * RTTI_InventoryMenu_ToggleFavorite = (void *)0x052E7808; +const void * RTTI_InventoryMenu_ToggleHelmet = (void *)0x052E7A18; +const void * RTTI_InventoryMenu_ToggleSuit = (void *)0x052E7A50; +const void * RTTI_InventoryScoringFunctor = (void *)0x05251B70; +const void * RTTI_Inventory_SetSort = (void *)0x052B9508; +const void * RTTI_InvisibilityEffect = (void *)0x0531D278; +const void * RTTI_IronSightsState = (void *)0x0539D148; +const void * RTTI_ItemCraftingBase = (void *)0x052AEFA0; +const void * RTTI_ItemModInfoCardDataModel = (void *)0x052BA460; +const void * RTTI_ItemModInfoCardDataModel__ItemModInfoCardEventShuttle = (void *)0x052BA6C0; +const void * RTTI_ItemModdingBase = (void *)0x052AF410; +const void * RTTI_ItemModsDataModel = (void *)0x052B9FD0; +const void * RTTI_ItemModsDataModel__ItemModsEventShuttle = (void *)0x052BA100; +const void * RTTI_JetpackEffect = (void *)0x0531D638; +const void * RTTI_JetpackUtils__TESCellReferenceAttachDetachEventSink = (void *)0x0531D440; +const void * RTTI_Json__BuiltStyledStreamWriter = (void *)0x05103510; +const void * RTTI_Json__CharReader = (void *)0x051033D0; +const void * RTTI_Json__CharReaderBuilder = (void *)0x05103428; +const void * RTTI_Json__CharReader__Factory = (void *)0x051033F8; +const void * RTTI_Json__OurCharReader = (void *)0x051034E0; +const void * RTTI_Json__StreamWriter = (void *)0x05103458; +const void * RTTI_Json__StreamWriterBuilder = (void *)0x051034B0; +const void * RTTI_Json__StreamWriter__Factory = (void *)0x05103480; +const void * RTTI_JumpAnimEventHandler = (void *)0x05364110; +const void * RTTI_KillActorHandler = (void *)0x053635C8; +const void * RTTI_KillMoveEndHandler = (void *)0x05364348; +const void * RTTI_KillMoveStartHandler = (void *)0x05364378; +const void * RTTI_KnockdownHandler = (void *)0x05360320; +const void * RTTI_KnockdownTargetHandler = (void *)0x053602F0; +const void * RTTI_LODData = (void *)0x051E0E10; +const void * RTTI_LOD__Details__BGSPropagationSite = (void *)0x051D19D0; +const void * RTTI_LeftHandSpellCastHandler = (void *)0x05363AC8; +const void * RTTI_LeftHandSpellFireHandler = (void *)0x05363BE0; +const void * RTTI_LegacyNif__BSEffectShaderProperty = (void *)0x05482D00; +const void * RTTI_LegacyNif__BSLightingShaderProperty = (void *)0x05482CC0; +const void * RTTI_LegacyNif__BSMasterParticleSystem = (void *)0x05483230; +const void * RTTI_LegacyNif__BSMultiBound = (void *)0x054832C8; +const void * RTTI_LegacyNif__BSMultiBoundNode = (void *)0x05483578; +const void * RTTI_LegacyNif__BSMultiBoundOBB = (void *)0x05483368; +const void * RTTI_LegacyNif__BSPSysInheritVelocityModifier = (void *)0x05483120; +const void * RTTI_LegacyNif__BSPSysLODModifier = (void *)0x05483408; +const void * RTTI_LegacyNif__BSPSysScaleModifier = (void *)0x05482E78; +const void * RTTI_LegacyNif__BSPSysSimpleColorModifier = (void *)0x05483440; +const void * RTTI_LegacyNif__BSPSysSubTexModifier = (void *)0x05482F58; +const void * RTTI_LegacyNif__BSPositionData = (void *)0x05483268; +const void * RTTI_LegacyNif__BSShaderProperty = (void *)0x05482C88; +const void * RTTI_LegacyNif__BSShaderTextureSet = (void *)0x05482C50; +const void * RTTI_LegacyNif__BSSubIndexTriShape = (void *)0x054831F8; +const void * RTTI_LegacyNif__BSWaterShaderProperty = (void *)0x05482E40; +const void * RTTI_LegacyNif__BSWindModifier = (void *)0x05483160; +const void * RTTI_LegacyNif__NiAlphaProperty = (void *)0x05482DD8; +const void * RTTI_LegacyNif__NiPSysAgeDeathModifier = (void *)0x05483398; +const void * RTTI_LegacyNif__NiPSysBombModifier = (void *)0x05482EB0; +const void * RTTI_LegacyNif__NiPSysBoundUpdateModifier = (void *)0x05483000; +const void * RTTI_LegacyNif__NiPSysBoxEmitter = (void *)0x05483078; +const void * RTTI_LegacyNif__NiPSysColliderManager = (void *)0x05482D38; +const void * RTTI_LegacyNif__NiPSysCylinderEmitter = (void *)0x054830B0; +const void * RTTI_LegacyNif__NiPSysData = (void *)0x05483480; +const void * RTTI_LegacyNif__NiPSysDragModifier = (void *)0x05482F90; +const void * RTTI_LegacyNif__NiPSysGravityModifier = (void *)0x05482F20; +const void * RTTI_LegacyNif__NiPSysMeshEmitter = (void *)0x054830E8; +const void * RTTI_LegacyNif__NiPSysPlanarCollider = (void *)0x05482DA0; +const void * RTTI_LegacyNif__NiPSysPositionModifier = (void *)0x05482FC8; +const void * RTTI_LegacyNif__NiPSysRotationModifier = (void *)0x05482EE8; +const void * RTTI_LegacyNif__NiPSysSpawnModifier = (void *)0x054833D0; +const void * RTTI_LegacyNif__NiPSysSphereEmitter = (void *)0x05483040; +const void * RTTI_LegacyNif__NiParticleSystem = (void *)0x054834E0; +const void * RTTI_LegacyNif__SkyShaderProperty = (void *)0x05482E08; +const void * RTTI_LensFlareAttachmentComponent = (void *)0x051D25F8; +const void * RTTI_LevelUp_AnimFinished = (void *)0x052DDA10; +const void * RTTI_LevelUp_OnWidgetShown = (void *)0x052DDAA0; +const void * RTTI_LevelUp_OpenDataMenu = (void *)0x052DDA70; +const void * RTTI_LevelUp_ShowSkills = (void *)0x052DDA40; +const void * RTTI_LightAnimFormComponent = (void *)0x05106B08; +const void * RTTI_LightAttachmentFormComponent = (void *)0x051E4230; +const void * RTTI_LightAttachmentRuntimeComponentUpdateService = (void *)0x05336D50; +const void * RTTI_LightEffect = (void *)0x0510B4B0; +const void * RTTI_LinearVariable = (void *)0x053E7D40; +const void * RTTI_LinearVariableInstance = (void *)0x053E7D68; +const void * RTTI_LinkedCellProcessHelper = (void *)0x053D6BC8; +const void * RTTI_LoadBufferStorageWrapper = (void *)0x05327DA0; +const void * RTTI_LoadFileStorageWrapper = (void *)0x05327D70; +const void * RTTI_LoadGameMagicCasterVisitor = (void *)0x05342F58; +const void * RTTI_LoadSavePanelDataModel = (void *)0x052BB5C8; +const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle = (void *)0x052BB580; +const void * RTTI_LoadScreenRenderingEventHandler = (void *)0x052AA5C8; +const void * RTTI_LoadStorageWrapperBase = (void *)0x05327D40; +const void * RTTI_LoadTraversalSubgraphDataFunctor = (void *)0x0520F130; +const void * RTTI_LoadedAreaBound = (void *)0x05264DC8; +const void * RTTI_LoadedCellDB__IStateControl = (void *)0x051DF070; +const void * RTTI_LoadedCellDB__LoadCell = (void *)0x051DE8C0; +const void * RTTI_LoadedCellDB__PostProcessCell = (void *)0x051DE860; +const void * RTTI_LoadedCellDB__SignalDoneTask = (void *)0x051DE8F0; +const void * RTTI_LoadingMenu = (void *)0x053A3AA8; +const void * RTTI_LoadingMenuDataModel = (void *)0x052BB018; +const void * RTTI_LoadingMenuDataModel__LoadingMenuEventShuttle = (void *)0x052BAFD0; +const void * RTTI_LoadingMenu_RefreshText = (void *)0x053A3A78; +const void * RTTI_LocalEnvData = (void *)0x052BBE20; +const void * RTTI_LocalEnvData_Frequent = (void *)0x052BBDF0; +const void * RTTI_LocalEnvironmentDataModel = (void *)0x052BBDC0; +const void * RTTI_LocationTextWidget_FinishedQueue = (void *)0x052DDAD0; +const void * RTTI_LockEffect = (void *)0x0531D740; +const void * RTTI_LocomotionBlend = (void *)0x053E8540; +const void * RTTI_LocomotionBlendInstance = (void *)0x053E8510; +const void * RTTI_LookAtChainData = (void *)0x051D8C68; +const void * RTTI_LookAtChainInstance = (void *)0x051D8BE0; +const void * RTTI_LookAtNode = (void *)0x053E8320; +const void * RTTI_LookAtNodeInstance = (void *)0x053E82F0; +const void * RTTI_LoopingActivateHandler = (void *)0x05363DE8; +const void * RTTI_MagicCaster = (void *)0x051F1F80; +const void * RTTI_MagicCaster__PostCreationCallback = (void *)0x0531D768; +const void * RTTI_MagicItem = (void *)0x0511CDD8; +const void * RTTI_MagicItemDataCollector = (void *)0x0531CB28; +const void * RTTI_MagicItemFindKeywordFunctor = (void *)0x051F15C8; +const void * RTTI_MagicItemTraversalFunctor = (void *)0x051F1600; +const void * RTTI_MagicTarget = (void *)0x052E09B0; +const void * RTTI_MagicTarget__IPostCreationModification = (void *)0x0531CDB8; +const void * RTTI_Main = (void *)0x053355C0; +const void * RTTI_MainMenu = (void *)0x053A5410; +const void * RTTI_MainMenuConfirmationDataModel = (void *)0x052BCFA8; +const void * RTTI_MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle = (void *)0x052BCF50; +const void * RTTI_MainMenuGamerInfoDataModel = (void *)0x052BD310; +const void * RTTI_MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle = (void *)0x052BD530; +const void * RTTI_MainMenuListDataModel = (void *)0x052BCE78; +const void * RTTI_MainMenuListDataModel__MainMenuListEventShuttle = (void *)0x052BCE30; +const void * RTTI_MainMenuMOTDDataModel = (void *)0x052BD218; +const void * RTTI_MainMenuMOTDDataModel__MOTDDataModelEventShuttle = (void *)0x052BD3E0; +const void * RTTI_MainMenuPipelineProgressDataModel = (void *)0x052BD428; +const void * RTTI_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle = (void *)0x052BD670; +const void * RTTI_MainMenuStateDataModel = (void *)0x052BDD18; +const void * RTTI_MainMenuStateDataModel__MainMenuStateEventShuttle = (void *)0x052BDC80; +const void * RTTI_MainMenu_ActionCanceled = (void *)0x053A5860; +const void * RTTI_MainMenu_ActionConfirmed = (void *)0x053A5830; +const void * RTTI_MainMenu_ConfirmLoad = (void *)0x053A58C0; +const void * RTTI_MainMenu_DeleteSave = (void *)0x053A58F0; +const void * RTTI_MainMenu_LegalScreenComplete = (void *)0x053A5388; +const void * RTTI_MainMenu_SetCharacter = (void *)0x053A5328; +const void * RTTI_MainMenu_StartAction = (void *)0x053A5800; +const void * RTTI_MainMenu_StartLoad = (void *)0x053A5890; +const void * RTTI_MainMenu_UploadSave = (void *)0x053A5358; +const void * RTTI_MassSpringDampenVariable = (void *)0x053E79B0; +const void * RTTI_MassSpringDampenVariableInstance = (void *)0x053E79E0; +const void * RTTI_MaterialLayerInterface = (void *)0x051F8010; +const void * RTTI_MaterialLayerSequence = (void *)0x053E6A10; +const void * RTTI_MaterialLayerSequenceInstance = (void *)0x053E7650; +const void * RTTI_MeleeAimAssistData = (void *)0x05234690; +const void * RTTI_MeleeAimAssistImpl = (void *)0x05283328; +const void * RTTI_MemoryManagement__PMPEventSink = (void *)0x051AE540; +const void * RTTI_MemoryManagerFile = (void *)0x05338300; +const void * RTTI_MenuActor = (void *)0x052E09D8; +const void * RTTI_MenuControls = (void *)0x053A5AC8; +const void * RTTI_MenuCursor = (void *)0x054190A8; +const void * RTTI_MenuOpenHandler = (void *)0x053A5D18; +const void * RTTI_MenuPaperDoll = (void *)0x052E0CC8; +const void * RTTI_MenuTopicManager = (void *)0x0531F110; +const void * RTTI_MergeNode = (void *)0x053E8590; +const void * RTTI_MergeNodeInstance = (void *)0x053E8568; +const void * RTTI_MeshLODDistanceOverride = (void *)0x051E0E30; +const void * RTTI_MessageBoxMenu = (void *)0x053A62C8; +const void * RTTI_MessageBoxMenu_OnBackOut = (void *)0x053A6298; +const void * RTTI_MessageBoxMenu_OnButtonPress = (void *)0x053A6260; +const void * RTTI_MessageBoxMenu__MessageBoxMenuEventShuttle = (void *)0x053A5EB0; +const void * RTTI_MessageMenuManager = (void *)0x053A6BD8; +const void * RTTI_MigrateSharedStateFromPreviousView = (void *)0x053243A8; +const void * RTTI_MirrorModifier = (void *)0x053E6A68; +const void * RTTI_MirrorModifierInstance = (void *)0x053E7688; +const void * RTTI_MiscStatManager__FindStatByCRC = (void *)0x0525E528; +const void * RTTI_MissileProjectile = (void *)0x05366408; +const void * RTTI_MissionBoardMenu = (void *)0x052E87C8; +const void * RTTI_MissionBoardMenu__MissionBoardMenuEventShuttle = (void *)0x052E8930; +const void * RTTI_MissionBoard_MissionEntryChanged = (void *)0x052E8B50; +const void * RTTI_MissionBoard_MissionEntryPressed = (void *)0x052E8B18; +const void * RTTI_MissionMenu_ClearState = (void *)0x052E4238; +const void * RTTI_MissionMenu_PlotToLocation = (void *)0x052E4130; +const void * RTTI_MissionMenu_RejectQuest = (void *)0x052E41A0; +const void * RTTI_MissionMenu_SaveCategoryIndex = (void *)0x052E4200; +const void * RTTI_MissionMenu_SaveOpenedId = (void *)0x052E41D0; +const void * RTTI_MissionMenu_ShowItemLocation = (void *)0x052E40F8; +const void * RTTI_MissionMenu_ToggleQTDisplay = (void *)0x052E4268; +const void * RTTI_MissionMenu_ToggleTrackingQuest = (void *)0x052E4168; +const void * RTTI_MobIterOperator = (void *)0x05260828; +const void * RTTI_ModelReferenceEffect = (void *)0x0531DC88; +const void * RTTI_MomentumAnimation = (void *)0x053E7CE8; +const void * RTTI_MomentumAnimationInstance = (void *)0x053E7D10; +const void * RTTI_MomentumSwitchback = (void *)0x053E7C80; +const void * RTTI_MomentumSwitchbackInstance = (void *)0x053E7CB0; +const void * RTTI_MonocleMenu = (void *)0x052EB548; +const void * RTTI_MonocleMenu_Bioscan = (void *)0x052E9BD0; +const void * RTTI_MonocleMenu_FastTravel = (void *)0x052E9A40; +const void * RTTI_MonocleMenu_Harvest = (void *)0x052EB488; +const void * RTTI_MonocleMenu_Initialize = (void *)0x052EB518; +const void * RTTI_MonocleMenu_Outpost = (void *)0x052EB4B8; +const void * RTTI_MonocleMenu_PhotoMode = (void *)0x052E9B70; +const void * RTTI_MonocleMenu_Shutdown = (void *)0x052EB4E8; +const void * RTTI_MonocleMenu_SocialSpell = (void *)0x052E9BA0; +const void * RTTI_MonocleMenu_StartContainerView = (void *)0x052E9AA8; +const void * RTTI_MonocleMenu_StopContainerView = (void *)0x052E9A70; +const void * RTTI_MonocleMenu_SurfaceMap = (void *)0x052E9AE0; +const void * RTTI_MonocleMenu_UseListScrollControls = (void *)0x052E9A08; +const void * RTTI_MonocleMenu_ZoomIn = (void *)0x052E9B40; +const void * RTTI_MonocleMenu_ZoomOut = (void *)0x052E9B10; +const void * RTTI_MonocleUIDataModel = (void *)0x052DA3D8; +const void * RTTI_MonocleUIDataModel__EventData = (void *)0x052DA088; +const void * RTTI_MonocleUIDataModel__MenuData = (void *)0x052DAA58; +const void * RTTI_MonocleUIDataModel__MenuFreqData = (void *)0x052DAC20; +const void * RTTI_MonocleUIDataModel__MonocleUIDataEventShuttle = (void *)0x052DA6C0; +const void * RTTI_MonocleUIDataModel__PickRefData = (void *)0x052D9F88; +const void * RTTI_MonocleUIDataModel__ResourceArcData = (void *)0x052DA838; +const void * RTTI_MonocleUIDataModel__ResourceData = (void *)0x052DA768; +const void * RTTI_MonocleUIDataModel__ScannableMapMarkerData = (void *)0x052DAC60; +const void * RTTI_MonocleUIDataModel__SocialSpellData = (void *)0x052DA7A0; +const void * RTTI_MorphDriverData = (void *)0x05235328; +const void * RTTI_MorphDriverInstance = (void *)0x052353C8; +const void * RTTI_MotionDrivenHandler = (void *)0x053642B8; +const void * RTTI_MotionDrivenHandlerReference = (void *)0x053600E8; +const void * RTTI_MountDismountEndHandler = (void *)0x05364420; +const void * RTTI_MountInteraction = (void *)0x05347D10; +const void * RTTI_MouseMoveEvent = (void *)0x053EAF18; +const void * RTTI_MovementAgent = (void *)0x05209200; +const void * RTTI_MovementAgentActorAvoider = (void *)0x0542F9E8; +const void * RTTI_MovementAgentActorState = (void *)0x0542F798; +const void * RTTI_MovementAgentFlightController = (void *)0x0542F7F0; +const void * RTTI_MovementAgentFlightControllerDetached = (void *)0x0542FC90; +const void * RTTI_MovementAgentPathFollowerFlight = (void *)0x05432390; +const void * RTTI_MovementAgentPathFollowerStandard = (void *)0x0542F630; +const void * RTTI_MovementAgentPathFollowerVirtual = (void *)0x0542FC58; +const void * RTTI_MovementArbiter = (void *)0x0542EC38; +const void * RTTI_MovementArbitrationAverageFloat = (void *)0x0542FF60; +const void * RTTI_MovementArbitrationMaxWeightParameters = (void *)0x0542FDE8; +const void * RTTI_MovementArbitrationMaxWeightPoint = (void *)0x0542FEB8; +const void * RTTI_MovementArbitrationVectorAdd = (void *)0x05432AA8; +const void * RTTI_MovementAvoidBoxEventAdapter = (void *)0x05336460; +const void * RTTI_MovementAvoidanceManager = (void *)0x0534D168; +const void * RTTI_MovementComponentEventHandler = (void *)0x052090A0; +const void * RTTI_MovementControllerAI = (void *)0x05209070; +const void * RTTI_MovementControllerComponent = (void *)0x05209038; +const void * RTTI_MovementControllerComponentData = (void *)0x05209000; +const void * RTTI_MovementControllerNPC = (void *)0x0534D560; +const void * RTTI_MovementControllerNullDataTracker = (void *)0x05430088; +const void * RTTI_MovementControllerRegisterInterface = (void *)0x054301C8; +const void * RTTI_MovementHandlerAgent = (void *)0x05209288; +const void * RTTI_MovementHandlerAgentAngleGain = (void *)0x054323F8; +const void * RTTI_MovementHandlerAgentDirectControl = (void *)0x0534D628; +const void * RTTI_MovementHandlerAgentDirectionPassThrough = (void *)0x05432350; +const void * RTTI_MovementHandlerAgentFlightBoostTrigger = (void *)0x052091C0; +const void * RTTI_MovementHandlerAgentGraphDrivenAnimationDriven = (void *)0x052092C0; +const void * RTTI_MovementHandlerAgentPlayerControls = (void *)0x05209378; +const void * RTTI_MovementHandlerAgentPlayerControlsActionTrigger = (void *)0x052093F0; +const void * RTTI_MovementHandlerAgentPlayerFlightControls = (void *)0x05209438; +const void * RTTI_MovementHandlerAgentSprintActionTrigger = (void *)0x0534D660; +const void * RTTI_MovementHandlerAgentStairsHelper = (void *)0x0534D6A0; +const void * RTTI_MovementHandlerAgentStandard = (void *)0x0542FC20; +const void * RTTI_MovementHandlerAgentStorePlannerOutput = (void *)0x0542FBE0; +const void * RTTI_MovementHandlerArbiter = (void *)0x0542F128; +const void * RTTI_MovementLargeDelta__IEnumVisitor = (void *)0x0525E648; +const void * RTTI_MovementMessage = (void *)0x0520E358; +const void * RTTI_MovementMessageActivateDoor = (void *)0x05430C08; +const void * RTTI_MovementMessageActorCollision = (void *)0x0534D6D8; +const void * RTTI_MovementMessageApproachingDoor = (void *)0x05430C40; +const void * RTTI_MovementMessageBeginLandingApproach = (void *)0x0520E1D8; +const void * RTTI_MovementMessageBlocked = (void *)0x05432250; +const void * RTTI_MovementMessageDoor = (void *)0x05430C78; +const void * RTTI_MovementMessageGravJump = (void *)0x05210388; +const void * RTTI_MovementMessageJump = (void *)0x054322E8; +const void * RTTI_MovementMessageLand = (void *)0x052103B8; +const void * RTTI_MovementMessageNewPath = (void *)0x0542EB78; +const void * RTTI_MovementMessagePathCleared = (void *)0x05430B08; +const void * RTTI_MovementMessagePathComplete = (void *)0x05430B70; +const void * RTTI_MovementMessagePathEvent = (void *)0x0542EB48; +const void * RTTI_MovementMessagePathFailed = (void *)0x05430B40; +const void * RTTI_MovementMessagePlayIdle = (void *)0x05432280; +const void * RTTI_MovementMessageSetStaticPath = (void *)0x054322B0; +const void * RTTI_MovementMessageTakeOff = (void *)0x0520E2D8; +const void * RTTI_MovementMessageTraversal = (void *)0x05430BA8; +const void * RTTI_MovementMessageUpdateRequestImmediate = (void *)0x0542EB08; +const void * RTTI_MovementMessageWarpToLocation = (void *)0x05432218; +const void * RTTI_MovementMessageWarpToMultiple = (void *)0x05432318; +const void * RTTI_MovementParameters = (void *)0x051A0938; +const void * RTTI_MovementParametersFixed = (void *)0x0529BDF0; +const void * RTTI_MovementPathManagerAgent = (void *)0x0542EAA8; +const void * RTTI_MovementPathManagerAgentAvoidBox = (void *)0x0542FAC0; +const void * RTTI_MovementPathManagerAgentLoadedAreaMonitor = (void *)0x0542F890; +const void * RTTI_MovementPathManagerAgentStaticAvoider = (void *)0x0542F970; +const void * RTTI_MovementPathManagerArbiter = (void *)0x0542EC60; +const void * RTTI_MovementPathManagerNullTracker = (void *)0x0542EC00; +const void * RTTI_MovementPlannerAgent = (void *)0x0534D778; +const void * RTTI_MovementPlannerAgentDirectControl = (void *)0x0534D710; +const void * RTTI_MovementPlannerAgentNavmeshBounds = (void *)0x0542F8D0; +const void * RTTI_MovementPlannerAgentWarp = (void *)0x0534D7D8; +const void * RTTI_MovementPlannerArbiter = (void *)0x0542EDB0; +const void * RTTI_MovementPostUpdateArbiter = (void *)0x0542F4F0; +const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData = (void *)0x05430230; +const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToPath = (void *)0x05430290; +const void * RTTI_MovementStateFollowPath = (void *)0x0542EA78; +const void * RTTI_MovementStateTweener = (void *)0x0542EA48; +const void * RTTI_MovementTweenerAgent = (void *)0x0534D860; +const void * RTTI_MovementTweenerAgentFixedDelta = (void *)0x0542FAF8; +const void * RTTI_MovementTweenerAgentNodeFollower = (void *)0x0534D890; +const void * RTTI_MovementTweenerAgentTargetPosAndVel = (void *)0x0542FBA0; +const void * RTTI_MovementTweenerArbiter = (void *)0x0542F360; +const void * RTTI_MoviePlayer = (void *)0x05328820; +const void * RTTI_MultiFootIKNode = (void *)0x053E7AC8; +const void * RTTI_MultiFootIKNodeInstance = (void *)0x053E7AF0; +const void * RTTI_NEW_REFR_DATA = (void *)0x051E2E80; +const void * RTTI_NPCAttachHandler = (void *)0x053643F8; +const void * RTTI_NPCDetachHandler = (void *)0x05364488; +const void * RTTI_NavGenUtil__TunnelTerraintFilter = (void *)0x0520AA58; +const void * RTTI_NavMesh = (void *)0x05109C68; +const void * RTTI_NavMeshGenContext = (void *)0x051D4A40; +const void * RTTI_NavMeshGenData = (void *)0x051D4190; +const void * RTTI_NavMeshGenFinalizer = (void *)0x0520BFD0; +const void * RTTI_NavMeshGenInputBorderProcessTask = (void *)0x051D4940; +const void * RTTI_NavMeshGenInputProcessor = (void *)0x0520C320; +const void * RTTI_NavMeshGenOutputProcessor = (void *)0x0520C388; +const void * RTTI_NavMeshGenSplitter = (void *)0x0520C3E8; +const void * RTTI_NavMeshGenStitcher = (void *)0x0520C550; +const void * RTTI_NavMeshGenerator = (void *)0x0520B628; +const void * RTTI_NavMeshGenerator__NavMeshGenCellsNode = (void *)0x0520AF50; +const void * RTTI_NavMeshInfo = (void *)0x05276280; +const void * RTTI_NavMeshInfoMap = (void *)0x05276378; +const void * RTTI_NavMeshObstacleCoverManager = (void *)0x05190538; +const void * RTTI_NavMeshObstacleManager = (void *)0x052767A8; +const void * RTTI_NavMeshSearchClosePoint = (void *)0x05278380; +const void * RTTI_NavMeshSearchFitSphere = (void *)0x05278688; +const void * RTTI_NavMeshSearchFlee = (void *)0x052786B8; +const void * RTTI_NavMeshSearchHide = (void *)0x05278728; +const void * RTTI_NavMeshSearchLOS = (void *)0x05278948; +const void * RTTI_NavMeshSearchLargestSpaceNearLocation = (void *)0x052783B0; +const void * RTTI_NavMeshSearchSLPoint = (void *)0x05278970; +const void * RTTI_NavMeshSplineExtraData = (void *)0x0523A8A0; +const void * RTTI_NiAVObject = (void *)0x05190478; +const void * RTTI_NiAdditionalGeometryData = (void *)0x054836B8; +const void * RTTI_NiAmbientLight = (void *)0x05483690; +const void * RTTI_NiBSplineBasisData = (void *)0x054812E0; +const void * RTTI_NiBSplineColorInterpolator = (void *)0x05481338; +const void * RTTI_NiBSplineCompColorInterpolator = (void *)0x05481370; +const void * RTTI_NiBSplineCompFloatInterpolator = (void *)0x054813A8; +const void * RTTI_NiBSplineCompPoint3Interpolator = (void *)0x05481450; +const void * RTTI_NiBSplineCompTransformInterpolator = (void *)0x054811A8; +const void * RTTI_NiBSplineData = (void *)0x05481310; +const void * RTTI_NiBSplineFloatInterpolator = (void *)0x054813E0; +const void * RTTI_NiBSplineInterpolator = (void *)0x05481178; +const void * RTTI_NiBSplinePoint3Interpolator = (void *)0x05481418; +const void * RTTI_NiBSplineTransformInterpolator = (void *)0x054811E8; +const void * RTTI_NiBillboardNode = (void *)0x05482928; +const void * RTTI_NiBinaryExtraData = (void *)0x054836E8; +const void * RTTI_NiBinaryStream = (void *)0x0525F6D0; +const void * RTTI_NiBlendAccumTransformInterpolator = (void *)0x05480CD0; +const void * RTTI_NiBlendBoolInterpolator = (void *)0x05480FA8; +const void * RTTI_NiBlendColorInterpolator = (void *)0x05481220; +const void * RTTI_NiBlendFloatInterpolator = (void *)0x05480DE0; +const void * RTTI_NiBlendInterpolator = (void *)0x05480C48; +const void * RTTI_NiBlendPoint3Interpolator = (void *)0x05481250; +const void * RTTI_NiBlendQuaternionInterpolator = (void *)0x05481280; +const void * RTTI_NiBlendTransformInterpolator = (void *)0x05480E78; +const void * RTTI_NiBoolData = (void *)0x054812B8; +const void * RTTI_NiBoolInterpolator = (void *)0x05480F10; +const void * RTTI_NiBoolTimelineInterpolator = (void *)0x05480F40; +const void * RTTI_NiBooleanExtraData = (void *)0x05483710; +const void * RTTI_NiCamera = (void *)0x05482198; +const void * RTTI_NiCollisionObject = (void *)0x05347840; +const void * RTTI_NiColorData = (void *)0x05481488; +const void * RTTI_NiColorExtraData = (void *)0x05482B58; +const void * RTTI_NiColorExtraDataController = (void *)0x054814B0; +const void * RTTI_NiColorInterpolator = (void *)0x054814E8; +const void * RTTI_NiControllerManager = (void *)0x05480A00; +const void * RTTI_NiControllerSequence = (void *)0x05480B70; +const void * RTTI_NiDefaultAVObjectPalette = (void *)0x05480A30; +const void * RTTI_NiDirectionalLight = (void *)0x05483740; +const void * RTTI_NiExtraData = (void *)0x051CD660; +const void * RTTI_NiExtraDataController = (void *)0x05480E48; +const void * RTTI_NiFile = (void *)0x053235D0; +const void * RTTI_NiFloatController = (void *)0x05481930; +const void * RTTI_NiFloatData = (void *)0x05480DB8; +const void * RTTI_NiFloatExtraData = (void *)0x05483770; +const void * RTTI_NiFloatExtraDataController = (void *)0x05480E10; +const void * RTTI_NiFloatInterpController = (void *)0x05480EB0; +const void * RTTI_NiFloatInterpolator = (void *)0x05480F78; +const void * RTTI_NiFloatsExtraData = (void *)0x05482B80; +const void * RTTI_NiFloatsExtraDataController = (void *)0x05481518; +const void * RTTI_NiFloatsExtraDataPoint3Controller = (void *)0x05481550; +const void * RTTI_NiFogProperty = (void *)0x05483668; +const void * RTTI_NiFormArray = (void *)0x05261B90; +const void * RTTI_NiGeometry = (void *)0x054838B8; +const void * RTTI_NiGeometryData = (void *)0x054829B8; +const void * RTTI_NiIntegerExtraData = (void *)0x053F0E30; +const void * RTTI_NiIntegersExtraData = (void *)0x054070E8; +const void * RTTI_NiInterpController = (void *)0x05404900; +const void * RTTI_NiKeyframeManager = (void *)0x05481710; +const void * RTTI_NiLight = (void *)0x05482C30; +const void * RTTI_NiLightColorController = (void *)0x05481768; +const void * RTTI_NiLightDimmerController = (void *)0x05481798; +const void * RTTI_NiLightRadiusController = (void *)0x054817C8; +const void * RTTI_NiLookAtController = (void *)0x054817F8; +const void * RTTI_NiLookAtInterpolator = (void *)0x05481828; +const void * RTTI_NiMemStream = (void *)0x054839B0; +const void * RTTI_NiMorphData = (void *)0x05481858; +const void * RTTI_NiMultiTargetTransformController = (void *)0x05480BA0; +const void * RTTI_NiNode = (void *)0x051CFFB0; +const void * RTTI_NiObjectNET = (void *)0x051904A0; +const void * RTTI_NiPathController = (void *)0x05481880; +const void * RTTI_NiPathInterpolator = (void *)0x05480D88; +const void * RTTI_NiPick__Results = (void *)0x05482A30; +const void * RTTI_NiPoint3Interpolator = (void *)0x054818A8; +const void * RTTI_NiPointLight = (void *)0x05483798; +const void * RTTI_NiPosData = (void *)0x05480D68; +const void * RTTI_NiProperty = (void *)0x054835B0; +const void * RTTI_NiQuaternionInterpolator = (void *)0x054818D8; +const void * RTTI_NiRefObject = (void *)0x051A5E90; +const void * RTTI_NiRollController = (void *)0x05481908; +const void * RTTI_NiRotData = (void *)0x05481958; +const void * RTTI_NiSequence = (void *)0x05481AA0; +const void * RTTI_NiSequenceStreamHelper = (void *)0x05481B60; +const void * RTTI_NiSingleInterpController = (void *)0x05480C78; +const void * RTTI_NiSkinData = (void *)0x054837C0; +const void * RTTI_NiSkinInstance = (void *)0x054837E8; +const void * RTTI_NiSkinPartition = (void *)0x05483810; +const void * RTTI_NiSpotLight = (void *)0x05483838; +const void * RTTI_NiStream = (void *)0x05264CF8; +const void * RTTI_NiStringExtraData = (void *)0x05482148; +const void * RTTI_NiStringPalette = (void *)0x05481B90; +const void * RTTI_NiStringsExtraData = (void *)0x05483860; +const void * RTTI_NiSwitchNode = (void *)0x05482950; +const void * RTTI_NiTextKeyExtraData = (void *)0x05481BB8; +const void * RTTI_NiTimeController = (void *)0x051FBF30; +const void * RTTI_NiTransformController = (void *)0x05480C18; +const void * RTTI_NiTransformData = (void *)0x05481150; +const void * RTTI_NiTransformInterpolator = (void *)0x05480D08; +const void * RTTI_NiTriBasedGeom = (void *)0x054838E0; +const void * RTTI_NiTriBasedGeomData = (void *)0x05483930; +const void * RTTI_NiTriShape = (void *)0x05483890; +const void * RTTI_NiTriShapeData = (void *)0x05483908; +const void * RTTI_NiTriStrips = (void *)0x05483960; +const void * RTTI_NiTriStripsData = (void *)0x05483988; +const void * RTTI_NiUVData = (void *)0x05481BE8; +const void * RTTI_NiVisController = (void *)0x05481C38; +const void * RTTI_NightEyeEffect = (void *)0x0531DD38; +const void * RTTI_NonActorMagicCaster = (void *)0x051F1F50; +const void * RTTI_NonActorMagicTarget = (void *)0x051090C8; +const void * RTTI_NormalizeRotation = (void *)0x053E6A40; +const void * RTTI_NormalizeRotationInstance = (void *)0x053E76B8; +const void * RTTI_NullMovementSelectIdleResult = (void *)0x0542FF98; +const void * RTTI_NullMovementState = (void *)0x05395DD0; +const void * RTTI_NullPathBuilderTracker = (void *)0x0542B190; +const void * RTTI_ObjectAttachmentFormComponent = (void *)0x051E4C80; +const void * RTTI_ObjectListItem = (void *)0x052674E0; +const void * RTTI_ObstacleTaskData = (void *)0x05276AF0; +const void * RTTI_OpenContainerMenuMessage = (void *)0x0510A710; +const void * RTTI_OpenEffect = (void *)0x0531E020; +const void * RTTI_OpenRefuelMenuMessage = (void *)0x0510AB80; +const void * RTTI_OpenShipCrewAssignMenuMessage = (void *)0x0510AB48; +const void * RTTI_OwnedCameraEffectController = (void *)0x05252C40; +const void * RTTI_OwnedController = (void *)0x051D0900; +const void * RTTI_PackageCreator = (void *)0x051271F0; +const void * RTTI_PackageList = (void *)0x051FC498; +const void * RTTI_PackageLocation = (void *)0x05275EF0; +const void * RTTI_PageFileBase = (void *)0x053235A8; +const void * RTTI_PairCollector = (void *)0x05102C08; +const void * RTTI_PairedAnimation = (void *)0x053E7A70; +const void * RTTI_PairedAnimationInstance = (void *)0x053E7A98; +const void * RTTI_PairedAttackDialogueHandler = (void *)0x05360688; +const void * RTTI_PairedStopHandler = (void *)0x05364778; +const void * RTTI_ParalysisEffect = (void *)0x0531CCC8; +const void * RTTI_ParticleFormComponent = (void *)0x051E52A0; +const void * RTTI_ParticleParticleCollisionsTask = (void *)0x05102740; +const void * RTTI_ParticleParticleInterBranchCollisionsTask = (void *)0x05102780; +const void * RTTI_ParticleParticleInterbranchSolveTask = (void *)0x051026D0; +const void * RTTI_ParticleParticleProcessEarlyOutStateTask = (void *)0x051025A8; +const void * RTTI_ParticleSequence = (void *)0x053E6AC0; +const void * RTTI_ParticleSequenceInstance = (void *)0x053E76E8; +const void * RTTI_ParticleSystemInterface = (void *)0x051F8080; +const void * RTTI_Particles__AnimatedUVMaterialProperties = (void *)0x0541AEC0; +const void * RTTI_Particles__BaseCustomParameter = (void *)0x05288450; +const void * RTTI_Particles__BaseOperation = (void *)0x05422830; +const void * RTTI_Particles__BaseParticleSystemItem = (void *)0x054227F8; +const void * RTTI_Particles__BoundProperty = (void *)0x0541ADF0; +const void * RTTI_Particles__BundleInfo = (void *)0x05422890; +const void * RTTI_Particles__EmitterBinding = (void *)0x05426CB8; +const void * RTTI_Particles__EmitterDefinition = (void *)0x05427860; +const void * RTTI_Particles__EmitterMaterialDependency = (void *)0x05423120; +const void * RTTI_Particles__ExpressionParser = (void *)0x05429998; +const void * RTTI_Particles__ForcesProperties = (void *)0x05423000; +const void * RTTI_Particles__GeometryAsShapeDependency = (void *)0x05423C10; +const void * RTTI_Particles__GeometryParticlesProperties = (void *)0x05423038; +const void * RTTI_Particles__GroupOperation = (void *)0x054227C8; +const void * RTTI_Particles__ITimeMultiplierProvider = (void *)0x0523AAE8; +const void * RTTI_Particles__Intrinsics__ApplyAngularVelocityParamSet = (void *)0x05423690; +const void * RTTI_Particles__Intrinsics__ApplyForcesToPositionParamSet = (void *)0x05423860; +const void * RTTI_Particles__Intrinsics__ApplyForcesToVelocityParamSet = (void *)0x054238B0; +const void * RTTI_Particles__Intrinsics__ApplyVelocityToPositionParamSet = (void *)0x05421F30; +const void * RTTI_Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet = (void *)0x05421F80; +const void * RTTI_Particles__Intrinsics__AssignmentOperationInput = (void *)0x054229E0; +const void * RTTI_Particles__Intrinsics__BindingNameInput = (void *)0x05423280; +const void * RTTI_Particles__Intrinsics__BoolBoolParamSet = (void *)0x05421928; +const void * RTTI_Particles__Intrinsics__BoolInput = (void *)0x05424390; +const void * RTTI_Particles__Intrinsics__BroadcastCollisionEventParamSet = (void *)0x05422080; +const void * RTTI_Particles__Intrinsics__ColorAlphaCurvesParamSet = (void *)0x05422AB0; +const void * RTTI_Particles__Intrinsics__ColorColorColorParamSet = (void *)0x05421A80; +const void * RTTI_Particles__Intrinsics__ColorColorFloatParamSet = (void *)0x054219F0; +const void * RTTI_Particles__Intrinsics__ColorCurveParamSet = (void *)0x05422A68; +const void * RTTI_Particles__Intrinsics__ColorFloatParamSet = (void *)0x05421A38; +const void * RTTI_Particles__Intrinsics__ColorInput = (void *)0x054243C8; +const void * RTTI_Particles__Intrinsics__ColorPickerMinMaxParamSet = (void *)0x05421B20; +const void * RTTI_Particles__Intrinsics__ColorPickerParamSet = (void *)0x054219A8; +const void * RTTI_Particles__Intrinsics__ConditionalJumpParamSet = (void *)0x05421DC0; +const void * RTTI_Particles__Intrinsics__ConditionalKillParamSet = (void *)0x054221B0; +const void * RTTI_Particles__Intrinsics__ConformToHeightmapParamSet = (void *)0x05422E40; +const void * RTTI_Particles__Intrinsics__ConformToHeightmapSimParamSet = (void *)0x05422E90; +const void * RTTI_Particles__Intrinsics__CurveParamSet = (void *)0x05422A28; +const void * RTTI_Particles__Intrinsics__CustomHandlingParamSet = (void *)0x05423460; +const void * RTTI_Particles__Intrinsics__CyclingVolumeParamSet = (void *)0x05422DF0; +const void * RTTI_Particles__Intrinsics__DebugAnimateParentTransform = (void *)0x05422B00; +const void * RTTI_Particles__Intrinsics__DebugAttachToCamera = (void *)0x05422B48; +const void * RTTI_Particles__Intrinsics__DebugMoveParentTransform = (void *)0x05422B90; +const void * RTTI_Particles__Intrinsics__DirectionAxisInput = (void *)0x054233C8; +const void * RTTI_Particles__Intrinsics__DirectionToRotation3DParamSet = (void *)0x05421840; +const void * RTTI_Particles__Intrinsics__Double3Double3Double3ParamSet = (void *)0x054214F0; +const void * RTTI_Particles__Intrinsics__Double3Double3ParamSet = (void *)0x05422730; +const void * RTTI_Particles__Intrinsics__Double3Double3VectorParamSet = (void *)0x05422780; +const void * RTTI_Particles__Intrinsics__Double3Input = (void *)0x054241C8; +const void * RTTI_Particles__Intrinsics__EmissionTypeInput = (void *)0x05423388; +const void * RTTI_Particles__Intrinsics__ExpressionInputParamSet = (void *)0x05429160; +const void * RTTI_Particles__Intrinsics__Float5ParamSet = (void *)0x054223C8; +const void * RTTI_Particles__Intrinsics__Float6ParamSet = (void *)0x05422408; +const void * RTTI_Particles__Intrinsics__FloatBoolParamSet = (void *)0x05422448; +const void * RTTI_Particles__Intrinsics__FloatColorParamSet = (void *)0x05421968; +const void * RTTI_Particles__Intrinsics__FloatFloatBoolParamSet = (void *)0x05422490; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatColorParamSet = (void *)0x05421AD0; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatParamSet = (void *)0x05422380; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatParamSet = (void *)0x05422200; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatVectorParamSet = (void *)0x05422250; +const void * RTTI_Particles__Intrinsics__FloatFloatParamSet = (void *)0x054224D8; +const void * RTTI_Particles__Intrinsics__FloatInput = (void *)0x05424190; +const void * RTTI_Particles__Intrinsics__FloatMinMaxParamSet = (void *)0x05422338; +const void * RTTI_Particles__Intrinsics__FloatUIntParamSet = (void *)0x05422518; +const void * RTTI_Particles__Intrinsics__FloatVector33MatrixParamSet = (void *)0x054222A0; +const void * RTTI_Particles__Intrinsics__FloatVectorParamSet = (void *)0x054225A0; +const void * RTTI_Particles__Intrinsics__FloatVectorVectorParamSet = (void *)0x05422C70; +const void * RTTI_Particles__Intrinsics__GenericResourceParamSet = (void *)0x05423410; +const void * RTTI_Particles__Intrinsics__GeometryParticleKillParamSet = (void *)0x05423550; +const void * RTTI_Particles__Intrinsics__GeometryParticleParamSet = (void *)0x054234B0; +const void * RTTI_Particles__Intrinsics__GeometryParticleUpdateParamSet = (void *)0x05423500; +const void * RTTI_Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet = (void *)0x054235A0; +const void * RTTI_Particles__Intrinsics__HexColorHexColorUIntParamSet = (void *)0x05421C30; +const void * RTTI_Particles__Intrinsics__HexColorUIntParamSet = (void *)0x05421BF0; +const void * RTTI_Particles__Intrinsics__HexUIntInput = (void *)0x05424358; +const void * RTTI_Particles__Intrinsics__Input = (void *)0x05424118; +const void * RTTI_Particles__Intrinsics__IntInput = (void *)0x054242A8; +const void * RTTI_Particles__Intrinsics__JumpParamSet = (void *)0x05421D80; +const void * RTTI_Particles__Intrinsics__KillParamSet = (void *)0x05422170; +const void * RTTI_Particles__Intrinsics__LODCurvedPropertyBaseParamSet = (void *)0x05422EE0; +const void * RTTI_Particles__Intrinsics__LODCurvedPropertyFloatParamSet = (void *)0x05422F30; +const void * RTTI_Particles__Intrinsics__MatrixInput = (void *)0x05424270; +const void * RTTI_Particles__Intrinsics__MatrixVectorVectorParamSet = (void *)0x05422990; +const void * RTTI_Particles__Intrinsics__MeshSpawnDimensionInput = (void *)0x054232C0; +const void * RTTI_Particles__Intrinsics__NoOpDeclareBoolParamSet = (void *)0x054236E0; +const void * RTTI_Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet = (void *)0x05423900; +const void * RTTI_Particles__Intrinsics__Noise2ParamSet = (void *)0x05422660; +const void * RTTI_Particles__Intrinsics__Noise3ParamSet = (void *)0x054226A0; +const void * RTTI_Particles__Intrinsics__NoiseBaseParamSet = (void *)0x054225E0; +const void * RTTI_Particles__Intrinsics__NoiseParamSet = (void *)0x05422620; +const void * RTTI_Particles__Intrinsics__NoiseTypeInput = (void *)0x05423348; +const void * RTTI_Particles__Intrinsics__OperationNameInput = (void *)0x05423240; +const void * RTTI_Particles__Intrinsics__OrbitAroundPointParamSet = (void *)0x05422D50; +const void * RTTI_Particles__Intrinsics__ParameterSetBase = (void *)0x05424150; +const void * RTTI_Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet = (void *)0x054235F0; +const void * RTTI_Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet = (void *)0x05423640; +const void * RTTI_Particles__Intrinsics__PointInCylinderParamSet = (void *)0x05421E10; +const void * RTTI_Particles__Intrinsics__PointInMeshParamSet = (void *)0x05422D08; +const void * RTTI_Particles__Intrinsics__PointOnAttachedSkeletonParamSet = (void *)0x05422DA0; +const void * RTTI_Particles__Intrinsics__RandomVariableParamSet = (void *)0x054226E0; +const void * RTTI_Particles__Intrinsics__RandomVectorOnShapeParamSet = (void *)0x05422CC0; +const void * RTTI_Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet = (void *)0x05421890; +const void * RTTI_Particles__Intrinsics__ShapeTypeInput = (void *)0x05423308; +const void * RTTI_Particles__Intrinsics__SharedAsset = (void *)0x05423C50; +const void * RTTI_Particles__Intrinsics__SharedAssociatedUID = (void *)0x05424098; +const void * RTTI_Particles__Intrinsics__SharedCollisionInfo = (void *)0x054240D8; +const void * RTTI_Particles__Intrinsics__SharedColorAlphaCurves = (void *)0x05423D80; +const void * RTTI_Particles__Intrinsics__SharedColorCurve = (void *)0x05423D40; +const void * RTTI_Particles__Intrinsics__SharedCurve = (void *)0x05423CC8; +const void * RTTI_Particles__Intrinsics__SharedCustomParameter = (void *)0x05424010; +const void * RTTI_Particles__Intrinsics__SharedFiniteRandomNumberGenerator = (void *)0x05423EC0; +const void * RTTI_Particles__Intrinsics__SharedHeightmapData = (void *)0x05424058; +const void * RTTI_Particles__Intrinsics__SharedLODCurves = (void *)0x05423DC8; +const void * RTTI_Particles__Intrinsics__SharedMesh = (void *)0x05423E08; +const void * RTTI_Particles__Intrinsics__SharedNoiseGenerator = (void *)0x05423E80; +const void * RTTI_Particles__Intrinsics__SharedParticleSystemSpawnParameters = (void *)0x05423F70; +const void * RTTI_Particles__Intrinsics__SharedRGBColorCurve = (void *)0x05423D00; +const void * RTTI_Particles__Intrinsics__SharedRandomVariableDistributionValues = (void *)0x05423F10; +const void * RTTI_Particles__Intrinsics__SharedRuntimeInfo = (void *)0x05423C88; +const void * RTTI_Particles__Intrinsics__SharedSkeletonData = (void *)0x05423E40; +const void * RTTI_Particles__Intrinsics__SharedUpdateForcesParameters = (void *)0x05423FC0; +const void * RTTI_Particles__Intrinsics__SpawnParticleParamSet = (void *)0x054220D0; +const void * RTTI_Particles__Intrinsics__StringInput = (void *)0x05423208; +const void * RTTI_Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet = (void *)0x05421ED0; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet = (void *)0x05421E60; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet = (void *)0x05423BB0; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet = (void *)0x05423AE0; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet = (void *)0x05423A10; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet = (void *)0x054239B0; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet = (void *)0x05423950; +const void * RTTI_Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet = (void *)0x05423B40; +const void * RTTI_Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet = (void *)0x05423A70; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet = (void *)0x05423790; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet = (void *)0x05423730; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet = (void *)0x054237F0; +const void * RTTI_Particles__Intrinsics__TransformStretchVectorToWorldParamSet = (void *)0x05422020; +const void * RTTI_Particles__Intrinsics__TransformVelocityToWorldParamSet = (void *)0x05421FD0; +const void * RTTI_Particles__Intrinsics__UIntDivisionParamSet = (void *)0x05421CC0; +const void * RTTI_Particles__Intrinsics__UIntFloatParamSet = (void *)0x05421D40; +const void * RTTI_Particles__Intrinsics__UIntInput = (void *)0x054242E0; +const void * RTTI_Particles__Intrinsics__UIntMinMaxParamSet = (void *)0x05421D00; +const void * RTTI_Particles__Intrinsics__UIntUIntBoolParamSet = (void *)0x05421BB0; +const void * RTTI_Particles__Intrinsics__UIntUIntParamSet = (void *)0x05421B68; +const void * RTTI_Particles__Intrinsics__UIntUIntUIntParamSet = (void *)0x05421C80; +const void * RTTI_Particles__Intrinsics__UpdateChildParticleBindingsParamSet = (void *)0x05422120; +const void * RTTI_Particles__Intrinsics__UpdateForcesParamSet = (void *)0x054291B0; +const void * RTTI_Particles__Intrinsics__VariableInput = (void *)0x05424318; +const void * RTTI_Particles__Intrinsics__Vector2Input = (void *)0x05424200; +const void * RTTI_Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet = (void *)0x054215E0; +const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x05421630; +const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x05421690; +const void * RTTI_Particles__Intrinsics__Vector3Input = (void *)0x05424238; +const void * RTTI_Particles__Intrinsics__Vector3MatrixParamSet = (void *)0x054222F0; +const void * RTTI_Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet = (void *)0x054216F0; +const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x05421740; +const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x054217A0; +const void * RTTI_Particles__Intrinsics__VectorFloatParamSet = (void *)0x05422BD8; +const void * RTTI_Particles__Intrinsics__VectorFloatVectorParamSet = (void *)0x05422C20; +const void * RTTI_Particles__Intrinsics__VectorMinMaxParamSet = (void *)0x05421800; +const void * RTTI_Particles__Intrinsics__VectorScaleAddParamSet = (void *)0x054218E0; +const void * RTTI_Particles__Intrinsics__VectorVectorFloatParamSet = (void *)0x05421590; +const void * RTTI_Particles__Intrinsics__VectorVectorParamSet = (void *)0x05422560; +const void * RTTI_Particles__Intrinsics__VectorVectorVectorParamSet = (void *)0x05421540; +const void * RTTI_Particles__Intrinsics__XMFLOAT4Input = (void *)0x054231C8; +const void * RTTI_Particles__ListFloatCurve = (void *)0x0541AE20; +const void * RTTI_Particles__ListParticleCollisionInfo = (void *)0x05288488; +const void * RTTI_Particles__MaterialDBDependency = (void *)0x054230E8; +const void * RTTI_Particles__MaterialProperties = (void *)0x0541AE88; +const void * RTTI_Particles__MeshDependency = (void *)0x05423160; +const void * RTTI_Particles__ModelDBDependency = (void *)0x054230B0; +const void * RTTI_Particles__PSM__Commands__BaseParticleSystemRequest = (void *)0x05424530; +const void * RTTI_Particles__PSM__Commands__RequestLoadResources = (void *)0x05424580; +const void * RTTI_Particles__PSM__Commands__WaitForResourceLoad = (void *)0x054245D0; +const void * RTTI_Particles__ParticleEmitterEngine = (void *)0x054269D0; +const void * RTTI_Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding = (void *)0x05426C20; +const void * RTTI_Particles__ParticleNodeManager = (void *)0x0541BC80; +const void * RTTI_Particles__ParticlePerformanceManager = (void *)0x05424C48; +const void * RTTI_Particles__ParticleSystemManagerImpl = (void *)0x05424618; +const void * RTTI_Particles__ParticleSystemManagerImpl__PSBinding = (void *)0x05424C00; +const void * RTTI_Particles__ParticleSystemStorage = (void *)0x0541C2F8; +const void * RTTI_Particles__PhysicsProperties = (void *)0x0541AE50; +const void * RTTI_Particles__PointInMeshDependency = (void *)0x05423190; +const void * RTTI_Particles__ResourceDependency = (void *)0x05423078; +const void * RTTI_Particles__SingleOperation = (void *)0x05422860; +const void * RTTI_Particles__SystemBinding = (void *)0x0541C9B8; +const void * RTTI_Particles__SystemDefinition = (void *)0x05422F80; +const void * RTTI_Particles__TiledMaterialProperties = (void *)0x0541AF00; +const void * RTTI_PassengerInteraction = (void *)0x0529C3E8; +const void * RTTI_PathFollowerAnimationMoveStart = (void *)0x054328D8; +const void * RTTI_PathFollowerAnimationMoveStop = (void *)0x05432910; +const void * RTTI_PathFollowerStateFollowPathToParameter = (void *)0x054327B8; +const void * RTTI_PathFollowerStateKeepLastDirection = (void *)0x054327F8; +const void * RTTI_PathFollowerStatePerformAction = (void *)0x054328A0; +const void * RTTI_PathFollowerStatePlayIdle = (void *)0x05432750; +const void * RTTI_PathFollowerStateShortcut = (void *)0x05432838; +const void * RTTI_PathFollowerStateTurnToAngle = (void *)0x05432780; +const void * RTTI_PathFollowerStateWaitForAction = (void *)0x05432868; +const void * RTTI_PathManagerImpl = (void *)0x0542A1E8; +const void * RTTI_PathManagerPositionPlayerAdapter = (void *)0x05336498; +const void * RTTI_PathSmootherRayCastUsePreferredTris = (void *)0x054314E8; +const void * RTTI_PathSmootherRayCastUseTrianglePath = (void *)0x054314A8; +const void * RTTI_Pathing = (void *)0x05277A78; +const void * RTTI_PathingAnimations = (void *)0x053DB258; +const void * RTTI_PathingAnimationsInstance = (void *)0x053DB2D8; +const void * RTTI_PathingCell = (void *)0x05277EB8; +const void * RTTI_PathingCoverLocation = (void *)0x05277DF8; +const void * RTTI_PathingDoor = (void *)0x05277EE0; +const void * RTTI_PathingLockData = (void *)0x05277F08; +const void * RTTI_PathingNumericIDDuplicationVisitor = (void *)0x05277F58; +const void * RTTI_PathingRequest = (void *)0x051CCD38; +const void * RTTI_PathingRequestClosePoint = (void *)0x05276FD0; +const void * RTTI_PathingRequestClosestGoal = (void *)0x052789A0; +const void * RTTI_PathingRequestCover = (void *)0x052789D0; +const void * RTTI_PathingRequestFlee = (void *)0x05278A00; +const void * RTTI_PathingRequestFly = (void *)0x05278A30; +const void * RTTI_PathingRequestFlyAction = (void *)0x05278A58; +const void * RTTI_PathingRequestFlyHover = (void *)0x05278A88; +const void * RTTI_PathingRequestFlyLand = (void *)0x05278AB8; +const void * RTTI_PathingRequestFlyOrbit = (void *)0x05278AE8; +const void * RTTI_PathingRequestFlyTakeOff = (void *)0x05278B18; +const void * RTTI_PathingRequestHide = (void *)0x05278B48; +const void * RTTI_PathingRequestLOS = (void *)0x05278B78; +const void * RTTI_PathingRequestOpenSpace = (void *)0x051CCD88; +const void * RTTI_PathingRequestRotate = (void *)0x05278BA0; +const void * RTTI_PathingRequestSafeStraightLine = (void *)0x052770A8; +const void * RTTI_PathingRequestStopMoving = (void *)0x05278BD0; +const void * RTTI_PathingSpace = (void *)0x05277F98; +const void * RTTI_PathingStreamLoadGame = (void *)0x0534D8F8; +const void * RTTI_PathingStreamMasterFileRead = (void *)0x0520E1A0; +const void * RTTI_PathingStreamSaveGame = (void *)0x0534D8C8; +const void * RTTI_PathingTraversalAction = (void *)0x0520E610; +const void * RTTI_PathingTraversalActionActivate = (void *)0x0520E640; +const void * RTTI_PathingTraversalActionDoorway = (void *)0x0520E678; +const void * RTTI_PathingTraversalActionJump = (void *)0x0520E538; +const void * RTTI_PathingTraversalActionLadder = (void *)0x0520E570; +const void * RTTI_PathingTraversalActionStandard = (void *)0x0520E5D8; +const void * RTTI_PathingTraversalData = (void *)0x0520E6B0; +const void * RTTI_PathingTraversalManager = (void *)0x05210328; +const void * RTTI_PauseMenu = (void *)0x053049D0; +const void * RTTI_PauseMenuConfirmationDataModel = (void *)0x052BE978; +const void * RTTI_PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle = (void *)0x052BE920; +const void * RTTI_PauseMenuListDataModel = (void *)0x052BE818; +const void * RTTI_PauseMenuListDataModel__PauseMenuListEventShuttle = (void *)0x052BE7D0; +const void * RTTI_PauseMenuStateDataModel = (void *)0x052BE650; +const void * RTTI_PauseMenuStateDataModel__PauseMenuStateEventShuttle = (void *)0x052BE600; +const void * RTTI_PauseMenu_ActionCanceled = (void *)0x05304B40; +const void * RTTI_PauseMenu_ConfirmAction = (void *)0x05304B70; +const void * RTTI_PauseMenu_ConfirmLoad = (void *)0x05304AE0; +const void * RTTI_PauseMenu_ConfirmSave = (void *)0x05304A50; +const void * RTTI_PauseMenu_DeleteSave = (void *)0x05304AB0; +const void * RTTI_PauseMenu_QuitToDesktop = (void *)0x05304A20; +const void * RTTI_PauseMenu_SetCharacter = (void *)0x05304A80; +const void * RTTI_PauseMenu_StartAction = (void *)0x05304BA0; +const void * RTTI_PauseMenu_StartLoad = (void *)0x05304B10; +const void * RTTI_PauseMenu_UploadSave = (void *)0x053049F0; +const void * RTTI_PeakValueModifierEffect = (void *)0x0510B4D8; +const void * RTTI_PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter = (void *)0x053F3860; +const void * RTTI_PenetrationUtils__hknpBSCommandStreamWriter = (void *)0x053F8020; +const void * RTTI_PerformActivationHandler = (void *)0x05360510; +const void * RTTI_PerformOpFunc = (void *)0x05482018; +const void * RTTI_PhotoGalleryMenu = (void *)0x052A4BA8; +const void * RTTI_PhotoGalleryMenu__PhotoGalleryEventShuttle = (void *)0x052A4AD0; +const void * RTTI_PhotoGallery_DeletePhoto = (void *)0x052A4BD0; +const void * RTTI_PhotoModeCameraState = (void *)0x05282D68; +const void * RTTI_PhotoModeDataModel = (void *)0x052BF808; +const void * RTTI_PhotoModeDataModel__PhotoModeEventShuttle = (void *)0x052BF7C8; +const void * RTTI_PhotoModeDataModel__PhotoModeOverlayData__ImageData = (void *)0x052BF780; +const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__CategoryData = (void *)0x052BF8E0; +const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__SettingData = (void *)0x052BF890; +const void * RTTI_PhotoModeEffectController = (void *)0x052665B8; +const void * RTTI_PhotoModeMenu = (void *)0x052ECAD8; +const void * RTTI_PhotoMode_InitializeCategory = (void *)0x052ECC20; +const void * RTTI_PhotoMode_ResetToDefaults = (void *)0x052ECBF0; +const void * RTTI_PhotoMode_SliderChanged = (void *)0x052ECBC0; +const void * RTTI_PhotoMode_StepperChanged = (void *)0x052ECB90; +const void * RTTI_PhotoMode_TakeSnapshot = (void *)0x052ECB60; +const void * RTTI_PhotoMode_ToggleHelmet = (void *)0x052ECB00; +const void * RTTI_PhotoMode_ToggleUI = (void *)0x052ECB30; +const void * RTTI_PhotoMode__PhotoModeCaptureExportNode = (void *)0x052EC688; +const void * RTTI_PhysicsContactListener = (void *)0x053DAF18; +const void * RTTI_PhysicsContactListenerInstance = (void *)0x053DAEE0; +const void * RTTI_PickNewIdleHandler = (void *)0x053647D0; +const void * RTTI_PickpocketInventoryModel = (void *)0x052ED138; +const void * RTTI_PickpocketItemData = (void *)0x052ED168; +const void * RTTI_PickpocketMenu = (void *)0x052ECD40; +const void * RTTI_PickpocketMenu_OnItemSelect = (void *)0x052EE4B0; +const void * RTTI_PickpocketStateData = (void *)0x052ED198; +const void * RTTI_PipelineGenerationEventHandler = (void *)0x05335220; +const void * RTTI_PitchOverrideEndHandler = (void *)0x05363D50; +const void * RTTI_PitchOverrideStartHandler = (void *)0x05363D80; +const void * RTTI_PlanetSiteSelectEventHelper = (void *)0x05337188; +const void * RTTI_PlasmaProjectile = (void *)0x052883B0; +const void * RTTI_PlatformDataModel = (void *)0x05419E80; +const void * RTTI_PlayBinkMenu = (void *)0x05304E60; +const void * RTTI_PlayBink_CloseMenu = (void *)0x05304EC8; +const void * RTTI_PlayerBedEnterHandler = (void *)0x05363980; +const void * RTTI_PlayerCamera = (void *)0x0539D1A8; +const void * RTTI_PlayerCameraTransitionState = (void *)0x0539D6A0; +const void * RTTI_PlayerChairEnterHandler = (void *)0x05363A98; +const void * RTTI_PlayerCharacter = (void *)0x0534B3E8; +const void * RTTI_PlayerControls__AlternateAttackHandler = (void *)0x0529C6A0; +const void * RTTI_PlayerControls__AlternateFlightControlMode = (void *)0x0529C570; +const void * RTTI_PlayerControls__AutoMoveHandler = (void *)0x0529C4C0; +const void * RTTI_PlayerControls__Base = (void *)0x0529D9C0; +const void * RTTI_PlayerControls__DebugCameraHandler = (void *)0x0529C4F8; +const void * RTTI_PlayerControls__FlightControlMode = (void *)0x0529C5B0; +const void * RTTI_PlayerControls__FlightMovementHandler = (void *)0x0529C5E8; +const void * RTTI_PlayerControls__GrabRotationHandler = (void *)0x0529C628; +const void * RTTI_PlayerControls__GravJumpHandler = (void *)0x0529C668; +const void * RTTI_PlayerControls__HeldStateHandler = (void *)0x0529C488; +const void * RTTI_PlayerControls__JumpHandler = (void *)0x0529CA98; +const void * RTTI_PlayerControls__LookHandler = (void *)0x0529CAD0; +const void * RTTI_PlayerControls__Manager = (void *)0x0529E338; +const void * RTTI_PlayerControls__MonocleHandler = (void *)0x0529CB08; +const void * RTTI_PlayerControls__MovementHandler = (void *)0x0529CB40; +const void * RTTI_PlayerControls__NvidiaStreamlineInputHandler = (void *)0x0529CB80; +const void * RTTI_PlayerControls__PlayerCameraHandler = (void *)0x0529CBC8; +const void * RTTI_PlayerControls__PlayerInputHandler = (void *)0x0529C450; +const void * RTTI_PlayerControls__RunHandler = (void *)0x0529CC08; +const void * RTTI_PlayerControls__ShieldHandler = (void *)0x0529CC38; +const void * RTTI_PlayerControls__ShipEquipmentHandler = (void *)0x0529CC70; +const void * RTTI_PlayerControls__SneakHandler = (void *)0x0529CE68; +const void * RTTI_PlayerControls__SprintHandler = (void *)0x0529D2A8; +const void * RTTI_PlayerControls__StandardFlightControlMode = (void *)0x0529C530; +const void * RTTI_PlayerControls__StarbornPowerHandler = (void *)0x0529E228; +const void * RTTI_PlayerControls__TogglePOVHandler = (void *)0x0529D2E0; +const void * RTTI_PlayerControls__ToggleRunHandler = (void *)0x0529D318; +const void * RTTI_PlayerControls__WeaponActionHandler = (void *)0x0529D350; +const void * RTTI_PlayerControls__WeaponAttackHandler = (void *)0x0529D390; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__NotTriggered = (void *)0x0510A290; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Triggered = (void *)0x0510A500; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic = (void *)0x0510A1D0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst = (void *)0x0510A180; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd = (void *)0x0510A3F0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous = (void *)0x0510A120; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage = (void *)0x0510A230; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease = (void *)0x0510A390; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage = (void *)0x0510A330; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle = (void *)0x0510A4B0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease = (void *)0x0510A450; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Unequipped = (void *)0x0510A2E0; +const void * RTTI_PlayerControls__WeaponBlockActionHandler = (void *)0x0529D9F0; +const void * RTTI_PlayerControls__WeaponFocusHandler = (void *)0x0529DA30; +const void * RTTI_PlayerControls__WeaponMeleeHandler = (void *)0x0529DA68; +const void * RTTI_PlayerControls__WeaponReadyHandler = (void *)0x0529DAA0; +const void * RTTI_PlayerControls__WeaponReloadHandler = (void *)0x0529DAD8; +const void * RTTI_PlayerControls__WeaponSightedActionHandler = (void *)0x0529DF00; +const void * RTTI_PlayerControls__ZKeyHandler = (void *)0x0529C418; +const void * RTTI_PlayerDataModel = (void *)0x052C13D0; +const void * RTTI_PlayerDataModel__PlayerDataEventShuttle = (void *)0x052C1698; +const void * RTTI_PlayerFastEquipSoundHandler = (void *)0x05360258; +const void * RTTI_PlayerFurnitureExitHandler = (void *)0x053639B0; +const void * RTTI_PlayerInventoryDataModel = (void *)0x052C1AA0; +const void * RTTI_PlayerInventoryItem = (void *)0x052C1998; +const void * RTTI_PlayerRegionState = (void *)0x0534BB78; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter = (void *)0x05336510; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor = (void *)0x05336100; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor = (void *)0x05336170; +const void * RTTI_PlayerSpaceUtils__EventSink = (void *)0x05322620; +const void * RTTI_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler = (void *)0x05322660; +const void * RTTI_PlayerSpaceUtils___unnamed_type_SpaceAsteroidsWorldStepListener_ = (void *)0x051AC010; +const void * RTTI_PlayerStatusDataModel = (void *)0x052C3518; +const void * RTTI_PlayerStatusDataModel__PlayerStatusEventShuttle = (void *)0x052C3550; +const void * RTTI_PlayerTraversalState = (void *)0x0534B498; +const void * RTTI_PoseDeformerData = (void *)0x05235350; +const void * RTTI_PoseDeformerInstance = (void *)0x052354A0; +const void * RTTI_PostAttachActionsFunctor = (void *)0x05482040; +const void * RTTI_PostBoneModifierControl = (void *)0x053E6A90; +const void * RTTI_PostBoneModifierControlInstance = (void *)0x053E6EE0; +const void * RTTI_PostStepTask = (void *)0x05102278; +const void * RTTI_PowerArmor__EventHandler = (void *)0x051A1610; +const void * RTTI_PowerUtils__PowerUtilsReferenceEventSink = (void *)0x051A8488; +const void * RTTI_PowersMenu = (void *)0x052A5978; +const void * RTTI_PowersMenu_ActivateEssence = (void *)0x052A5848; +const void * RTTI_PowersMenu_EquipPower = (void *)0x052A58B0; +const void * RTTI_PowersMenu_FavoritePower = (void *)0x052A5880; +const void * RTTI_PowersMenu__PowersMenuEventShuttle = (void *)0x052A5BD8; +const void * RTTI_PreStepTask = (void *)0x05102250; +const void * RTTI_Precipitation = (void *)0x05265B60; +const void * RTTI_PrecipitationEffectController = (void *)0x05265B88; +const void * RTTI_Preload__Manager = (void *)0x052AAA10; +const void * RTTI_Preload__PostProcessDependencyNode = (void *)0x052AABB0; +const void * RTTI_PreparePartitionTreeBuffers = (void *)0x051025E8; +const void * RTTI_Probe__ReflectionProbeRenderOptions = (void *)0x05404208; +const void * RTTI_ProcessListMovementInterface = (void *)0x051A5F40; +const void * RTTI_ProcessLists = (void *)0x0534CB38; +const void * RTTI_ProcessLists__GetActorsFilter = (void *)0x05328A60; +const void * RTTI_Projectile = (void *)0x05288400; +const void * RTTI_ProjectileLOSCollector = (void *)0x0536E9D8; +const void * RTTI_Projectile__Manager = (void *)0x05368688; +const void * RTTI_QuestDataModel = (void *)0x052C4328; +const void * RTTI_QuestDataModel__QuestGameEventShuttle = (void *)0x052C4248; +const void * RTTI_QuestPathingRequest = (void *)0x05210358; +const void * RTTI_QueuedCellAttachService = (void *)0x05205F98; +const void * RTTI_QueuedCharacter = (void *)0x051F5A88; +const void * RTTI_QueuedExplosionArt = (void *)0x051F5400; +const void * RTTI_QueuedFile = (void *)0x051E8FB8; +const void * RTTI_QueuedLocationLoadTask = (void *)0x0524B2D8; +const void * RTTI_QueuedPlayer = (void *)0x051F5430; +const void * RTTI_QueuedPromoteLargeReferencesTask = (void *)0x0524A5E0; +const void * RTTI_QueuedPromoteQuestTask = (void *)0x05263C88; +const void * RTTI_QueuedPromoteReferencesTask = (void *)0x05203140; +const void * RTTI_QueuedReference = (void *)0x051F5B68; +const void * RTTI_QueuedReferenceCallbackNode = (void *)0x051F5AD8; +const void * RTTI_QuickSaveLoadHandler = (void *)0x053A5CE8; +const void * RTTI_REFREventCallbacks__IEventCallback = (void *)0x0525B518; +const void * RTTI_REFREventCallbacks__IEventCallbackFactory = (void *)0x051A8448; +const void * RTTI_RagdollAndGetUpHandler = (void *)0x05364508; +const void * RTTI_RagdollFurnitureModifier = (void *)0x05264CA8; +const void * RTTI_RagdollGetUp = (void *)0x053E7BD0; +const void * RTTI_RagdollGetUpInstance = (void *)0x053E7BF8; +const void * RTTI_RagdollStartHandler = (void *)0x053644D8; +const void * RTTI_RallyEffect = (void *)0x0531E4F0; +const void * RTTI_RandomAnimationNode = (void *)0x053E84E0; +const void * RTTI_RandomAnimationNodeInstance = (void *)0x053E84A8; +const void * RTTI_RangedAimAssistImpl = (void *)0x05283380; +const void * RTTI_ReanimateEffect = (void *)0x0531E048; +const void * RTTI_RecoilStopHandler = (void *)0x05363C10; +const void * RTTI_ReevaluateGraphStateHandler = (void *)0x05363DB0; +const void * RTTI_RefAttachTechniqueInput = (void *)0x0531CB98; +const void * RTTI_ReferenceEffect = (void *)0x0531DCB8; +const void * RTTI_ReferenceEffectController = (void *)0x051D0928; +const void * RTTI_ReferenceEndAnimatedCameraHandler = (void *)0x05360120; +const void * RTTI_ReferenceRunActionHandler = (void *)0x053600B8; +const void * RTTI_ReferenceStartAnimatedCameraHandler = (void *)0x0535FEB0; +const void * RTTI_ReferenceStartImagespaceModifierHandler = (void *)0x05360048; +const void * RTTI_ReferenceStopImagespaceModifierHandler = (void *)0x05360008; +const void * RTTI_ReflectionProbeCellComponent = (void *)0x051D5928; +const void * RTTI_RefrInteraction = (void *)0x0529C3C0; +const void * RTTI_Refuel_Accept = (void *)0x052F3170; +const void * RTTI_Refuel_Cancel = (void *)0x052F3148; +const void * RTTI_RegSettingCollection = (void *)0x05320270; +const void * RTTI_ReloadCompleteHandler = (void *)0x05363F10; +const void * RTTI_ReloadStateChangeHandler = (void *)0x05363E80; +const void * RTTI_RemoveRagdollHandler = (void *)0x053642E8; +const void * RTTI_ResearchDataModel = (void *)0x052C55E8; +const void * RTTI_ResearchDataModel__ResearchDataEventShuttle = (void *)0x052C5610; +const void * RTTI_ResearchMenu = (void *)0x052EFD38; +const void * RTTI_ResearchMenu_AddMaterial = (void *)0x052EFE38; +const void * RTTI_ResearchMenu_CategorySelected = (void *)0x052EF800; +const void * RTTI_ResearchMenu_ExitMenu = (void *)0x052EFE08; +const void * RTTI_ResearchMenu_HideModel = (void *)0x052EFDD8; +const void * RTTI_ResearchMenu_PreviewProject = (void *)0x052EF7C8; +const void * RTTI_ResearchMenu_ProjectViewed = (void *)0x052EFE68; +const void * RTTI_ResearchMenu_SetInspectControls = (void *)0x052EFDA0; +const void * RTTI_ResearchMenu_ToggleTrackingProject = (void *)0x052EFD60; +const void * RTTI_Research__Manager = (void *)0x053230C8; +const void * RTTI_Reset3DMobIterator = (void *)0x05261818; +const void * RTTI_ResetFloraEffect = (void *)0x0531DF50; +const void * RTTI_Reticle_OnLongAnimFinished = (void *)0x053070C0; +const void * RTTI_RevertSelectedSpellFunctor = (void *)0x05342F20; +const void * RTTI_RigMesh__BoneAttaches = (void *)0x053F0E00; +const void * RTTI_RigMesh__BoneTranslations = (void *)0x053F0DD0; +const void * RTTI_RigSwitch = (void *)0x053E6EC0; +const void * RTTI_RigSwitchInstance = (void *)0x053E6F40; +const void * RTTI_RightHandSpellCastHandler = (void *)0x05363B58; +const void * RTTI_RightHandSpellFireHandler = (void *)0x05363AF8; +const void * RTTI_RollingBone = (void *)0x053E7B20; +const void * RTTI_RollingBoneInstance = (void *)0x053E7B48; +const void * RTTI_RootTwist = (void *)0x053E8210; +const void * RTTI_RootTwistInstance = (void *)0x053E81E8; +const void * RTTI_RotationVariable = (void *)0x053E6F18; +const void * RTTI_RotationVariableInstance = (void *)0x053E7718; +const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentBase = (void *)0x05208D20; +const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentStorage = (void *)0x05208D70; +const void * RTTI_SKClosestHitCollector = (void *)0x0525E4C0; +const void * RTTI_SWFToCodeFunctionHandler = (void *)0x051E8998; +const void * RTTI_SandManKillHandler = (void *)0x05360290; +const void * RTTI_SaveBufferStorageWrapper = (void *)0x05327D10; +const void * RTTI_SaveFileStorageWrapper = (void *)0x05327CE0; +const void * RTTI_SaveGameCollection = (void *)0x053241A8; +const void * RTTI_SaveGameMagicCasterVisitor = (void *)0x05342F90; +const void * RTTI_SaveLoadMagicCasterVisitor = (void *)0x05342FC8; +const void * RTTI_SaveLoadTester__Service = (void *)0x05327428; +const void * RTTI_SaveLoad__BlockingIONode = (void *)0x05262C88; +const void * RTTI_SaveLoad__CleanupService__Impl = (void *)0x052A9040; +const void * RTTI_SaveStorageWrapperBase = (void *)0x05327CB0; +const void * RTTI_ScalarAnimation = (void *)0x053DA158; +const void * RTTI_ScaleformFile__MemoryFile = (void *)0x05419FF8; +const void * RTTI_Scaleform__AcquireInterface = (void *)0x05328320; +const void * RTTI_Scaleform__AmpMovieObjectDesc = (void *)0x051B2FD0; +const void * RTTI_Scaleform__BoolFormatter = (void *)0x051B3CB0; +const void * RTTI_Scaleform__BufferedFile = (void *)0x051B5350; +const void * RTTI_Scaleform__DefaultAcquireInterface = (void *)0x053282B8; +const void * RTTI_Scaleform__DelegatedFile = (void *)0x051B5320; +const void * RTTI_Scaleform__DoubleFormatter = (void *)0x051B3D40; +const void * RTTI_Scaleform__Event = (void *)0x051AF7E8; +const void * RTTI_Scaleform__FILEFile = (void *)0x051B7950; +const void * RTTI_Scaleform__FmtResource = (void *)0x051B3C20; +const void * RTTI_Scaleform__GFx__AS3Support = (void *)0x051C6D78; +const void * RTTI_Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider = (void *)0x051C12C0; +const void * RTTI_Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider = (void *)0x051C1310; +const void * RTTI_Scaleform__GFx__AS3__ASRefCountCollector = (void *)0x051B8B88; +const void * RTTI_Scaleform__GFx__AS3__ASVM = (void *)0x051B96D8; +const void * RTTI_Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef = (void *)0x051B9B40; +const void * RTTI_Scaleform__GFx__AS3__AbcDataBuffer = (void *)0x051C6DA8; +const void * RTTI_Scaleform__GFx__AS3__Abc__File = (void *)0x051B8A90; +const void * RTTI_Scaleform__GFx__AS3__ArrayBase = (void *)0x051BD1D0; +const void * RTTI_Scaleform__GFx__AS3__AvmBitmap = (void *)0x051B9260; +const void * RTTI_Scaleform__GFx__AS3__AvmButton = (void *)0x051B9C10; +const void * RTTI_Scaleform__GFx__AS3__AvmDisplayObj = (void *)0x051B9030; +const void * RTTI_Scaleform__GFx__AS3__AvmInteractiveObj = (void *)0x051B9698; +const void * RTTI_Scaleform__GFx__AS3__AvmLoader = (void *)0x051B9C48; +const void * RTTI_Scaleform__GFx__AS3__AvmMovieClip = (void *)0x051B99A0; +const void * RTTI_Scaleform__GFx__AS3__AvmSprite = (void *)0x051B9968; +const void * RTTI_Scaleform__GFx__AS3__AvmStage = (void *)0x051B99D8; +const void * RTTI_Scaleform__GFx__AS3__AvmStaticText = (void *)0x051B9CB8; +const void * RTTI_Scaleform__GFx__AS3__AvmTextField = (void *)0x051B9CF0; +const void * RTTI_Scaleform__GFx__AS3__AvmTextField__CSSHolder = (void *)0x051C65E0; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctCalc = (void *)0x051B92D0; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedName = (void *)0x051B9310; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue = (void *)0x051B9360; +const void * RTTI_Scaleform__GFx__AS3__Class = (void *)0x051B8880; +const void * RTTI_Scaleform__GFx__AS3__ClassCallConstruct = (void *)0x051BA0D8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__ClassClass = (void *)0x051BA230; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__Traits = (void *)0x051B8958; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__UserDefined = (void *)0x051BA1F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError = (void *)0x051BB8B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Array = (void *)0x051BADF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Boolean = (void *)0x051BACB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Catch = (void *)0x051BAE30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Date = (void *)0x051BB938; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError = (void *)0x051BB5A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Domain = (void *)0x051BAF30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Error = (void *)0x051BB518; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__EvalError = (void *)0x051BB5F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Function = (void *)0x051BA270; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Math = (void *)0x051BB9B8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Namespace = (void *)0x051BA710; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Number = (void *)0x051BACF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Object = (void *)0x051BA2B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__QName = (void *)0x051BAE70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RangeError = (void *)0x051BB640; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError = (void *)0x051BB690; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RegExp = (void *)0x051BB448; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SecurityError = (void *)0x051BB6E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__String = (void *)0x051BADB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError = (void *)0x051BB730; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__TypeError = (void *)0x051BB780; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__URIError = (void *)0x051BB7D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError = (void *)0x051BB860; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__VerifyError = (void *)0x051BB810; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XML = (void *)0x051BAEB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XMLList = (void *)0x051BAEF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__int_ = (void *)0x051BAD30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__uint = (void *)0x051BAD70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__void_ = (void *)0x051BAF70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility = (void *)0x051C5650; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation = (void *)0x051C5760; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties = (void *)0x051C58A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText = (void *)0x051C5590; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection = (void *)0x051C55F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie = (void *)0x051C0EE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion = (void *)0x051C09D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap = (void *)0x051C1070; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData = (void *)0x051C0FD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel = (void *)0x051C1360; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode = (void *)0x051C1220; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle = (void *)0x051C1410; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject = (void *)0x051C0C60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer = (void *)0x051C14B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel = (void *)0x051C1840; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType = (void *)0x051C18E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics = (void *)0x051C19D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill = (void *)0x051C1BB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill = (void *)0x051C1CC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill = (void *)0x051C1DD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath = (void *)0x051C1EE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand = (void *)0x051C2190; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding = (void *)0x051C2240; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill = (void *)0x051C1FD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke = (void *)0x051C20E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable = (void *)0x051C11D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData = (void *)0x051C1A70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill = (void *)0x051C1AC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath = (void *)0x051C1B10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject = (void *)0x051C1110; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod = (void *)0x051C22F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle = (void *)0x051C23A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode = (void *)0x051C2440; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Loader = (void *)0x051C1570; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo = (void *)0x051C1700; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape = (void *)0x051C2530; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip = (void *)0x051C2710; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping = (void *)0x051C2850; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion = (void *)0x051C2D60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Scene = (void *)0x051C27B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shader = (void *)0x051C2E50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData = (void *)0x051C2E00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput = (void *)0x051C3090; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob = (void *)0x051C3040; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter = (void *)0x051C2EA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType = (void *)0x051C2EF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision = (void *)0x051C2FA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shape = (void *)0x051C28F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton = (void *)0x051C2990; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod = (void *)0x051C2A30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite = (void *)0x051C25D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Stage = (void *)0x051C1610; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign = (void *)0x051C2AD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState = (void *)0x051C2B70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality = (void *)0x051C2C20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode = (void *)0x051C2CC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError = (void *)0x051C3910; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError = (void *)0x051C38C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError = (void *)0x051C3810; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError = (void *)0x051C3870; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError = (void *)0x051C3960; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError = (void *)0x051C39B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError = (void *)0x051C3A10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent = (void *)0x051BE6D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent = (void *)0x051BEFE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent = (void *)0x051C0720; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent = (void *)0x051BF0D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent = (void *)0x051BF1D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent = (void *)0x051BF270; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent = (void *)0x051BEDE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__Event = (void *)0x051BE5A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher = (void *)0x051BC0C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase = (void *)0x051C00D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent = (void *)0x051BFAB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent = (void *)0x051C0170; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent = (void *)0x051BFE70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent = (void *)0x051BF4F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase = (void *)0x051C0680; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent = (void *)0x051C0210; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher = (void *)0x051BFF70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent = (void *)0x051C0300; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent = (void *)0x051BFBA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent = (void *)0x051BF8D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent = (void *)0x051BF310; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent = (void *)0x051BFC90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent = (void *)0x051BF7B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent = (void *)0x051BF9C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent = (void *)0x051C03F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation = (void *)0x051C0930; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent = (void *)0x051C0820; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent = (void *)0x051BFD80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent = (void *)0x051C04A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent = (void *)0x051BECF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent = (void *)0x051C0590; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent = (void *)0x051BF400; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent = (void *)0x051BF640; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent = (void *)0x051BEED0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents = (void *)0x051C0010; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface = (void *)0x051C6F60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter = (void *)0x051C4460; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter = (void *)0x051C4370; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality = (void *)0x051C4500; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType = (void *)0x051C45B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter = (void *)0x051C46A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter = (void *)0x051C4790; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter = (void *)0x051C4850; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter = (void *)0x051C4910; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode = (void *)0x051C49D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter = (void *)0x051C4AE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter = (void *)0x051C4BE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter = (void *)0x051C4CE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter = (void *)0x051C4DF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter = (void *)0x051C4EB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform = (void *)0x051C3AC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix = (void *)0x051C3EC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D = (void *)0x051C3CF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection = (void *)0x051C4090; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Point = (void *)0x051C3F60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle = (void *)0x051C4150; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform = (void *)0x051C41F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D = (void *)0x051C4290; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D = (void *)0x051C3BB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx = (void *)0x051C7BB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions = (void *)0x051C7A20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx = (void *)0x051C81A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager = (void *)0x051C7980; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad = (void *)0x051C7FC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent = (void *)0x051C8050; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle = (void *)0x051C8510; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx = (void *)0x051C83D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx = (void *)0x051C85D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx = (void *)0x051C7C50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx = (void *)0x051C7F20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent = (void *)0x051C7AC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx = (void *)0x051C7DE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx = (void *)0x051C7850; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx = (void *)0x051C8290; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx = (void *)0x051C7CF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Camera = (void *)0x051C4F00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info = (void *)0x051C4FE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone = (void *)0x051C50D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Sound = (void *)0x051C53A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel = (void *)0x051C5260; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext = (void *)0x051C5440; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer = (void *)0x051C54F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform = (void *)0x051C5170; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter = (void *)0x051BBF30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference = (void *)0x051BC070; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList = (void *)0x051BC2C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput = (void *)0x051BC310; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter = (void *)0x051BC370; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection = (void *)0x051BC3D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection = (void *)0x051BC470; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding = (void *)0x051BC510; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Responder = (void *)0x051BC5B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject = (void *)0x051BC650; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus = (void *)0x051BC7D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Socket = (void *)0x051BC880; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader = (void *)0x051BC9C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat = (void *)0x051BCB50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest = (void *)0x051BC1C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader = (void *)0x051BCC40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod = (void *)0x051BCCE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream = (void *)0x051BCD80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables = (void *)0x051BCAB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket = (void *)0x051BCDD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer = (void *)0x051C7060; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain = (void *)0x051C30E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities = (void *)0x051C3230; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IME = (void *)0x051C32D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode = (void *)0x051C3360; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext = (void *)0x051C3590; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Security = (void *)0x051C3630; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain = (void *)0x051C3450; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel = (void *)0x051C36D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__System = (void *)0x051C3770; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType = (void *)0x051C5960; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings = (void *)0x051C5A50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__Font = (void *)0x051C5B30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle = (void *)0x051C5D00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontType = (void *)0x051C5DA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType = (void *)0x051C5E40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText = (void *)0x051C5F80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet = (void *)0x051C6140; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType = (void *)0x051C6280; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode = (void *)0x051C6320; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextField = (void *)0x051C6450; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize = (void *)0x051C6620; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType = (void *)0x051C66C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat = (void *)0x051C61E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign = (void *)0x051C6760; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics = (void *)0x051C6540; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer = (void *)0x051C6800; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot = (void *)0x051C68F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu = (void *)0x051C7420; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x051C71A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems = (void *)0x051C72C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem = (void *)0x051C7380; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation = (void *)0x051C7550; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard = (void *)0x051C74C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse = (void *)0x051C75F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor = (void *)0x051C7670; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch = (void *)0x051C7710; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode = (void *)0x051C77B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray = (void *)0x051BDFC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary = (void *)0x051BE150; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian = (void *)0x051BE240; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput = (void *)0x051BE2D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput = (void *)0x051BE320; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable = (void *)0x051BE1A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy = (void *)0x051BE3C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer = (void *)0x051BE4B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector = (void *)0x051BCE20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String = (void *)0x051BD130; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double = (void *)0x051BD0E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int = (void *)0x051BD040; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object = (void *)0x051BD180; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint = (void *)0x051BD090; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument = (void *)0x051C87A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode = (void *)0x051C86B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType = (void *)0x051C8840; +const void * RTTI_Scaleform__GFx__AS3__Classes__ClassClass = (void *)0x051BA118; +const void * RTTI_Scaleform__GFx__AS3__Classes__UDBase = (void *)0x051B8DE8; +const void * RTTI_Scaleform__GFx__AS3__Classes__UserDefined = (void *)0x051BA158; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Array = (void *)0x051BAA88; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Boolean = (void *)0x051BA958; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Catch = (void *)0x051BAAC8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Date = (void *)0x051BAB48; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Domain = (void *)0x051BBEB8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Error = (void *)0x051BAB08; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Function = (void *)0x051BA468; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Math = (void *)0x051BAB80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Namespace = (void *)0x051BA7A8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Number = (void *)0x051BA998; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Object = (void *)0x051BA338; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__QName = (void *)0x051BABF8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__RegExp = (void *)0x051BABB8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__String = (void *)0x051BAA48; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XML = (void *)0x051BAC38; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XMLList = (void *)0x051BAC70; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__int_ = (void *)0x051BA9D8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__uint = (void *)0x051BAA10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility = (void *)0x051C56B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion = (void *)0x051C0A30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel = (void *)0x051C13C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BlendMode = (void *)0x051C1270; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__CapsStyle = (void *)0x051C1460; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GradientType = (void *)0x051C1930; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand = (void *)0x051C21F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding = (void *)0x051C22A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod = (void *)0x051C2350; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__JointStyle = (void *)0x051C23F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode = (void *)0x051C2490; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo = (void *)0x051C17A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping = (void *)0x051C28A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SWFVersion = (void *)0x051C2DB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType = (void *)0x051C2F50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision = (void *)0x051C2FF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod = (void *)0x051C2A80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__Stage = (void *)0x051C16B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageAlign = (void *)0x051C2B20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState = (void *)0x051C2BD0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageQuality = (void *)0x051C2C70; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode = (void *)0x051C2D10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent = (void *)0x051BE790; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent = (void *)0x051BF030; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent = (void *)0x051C07D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent = (void *)0x051BF180; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent = (void *)0x051BF220; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__DataEvent = (void *)0x051BF2C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent = (void *)0x051BEE80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__Event = (void *)0x051BE640; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher = (void *)0x051BE7E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventPhase = (void *)0x051C0120; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FocusEvent = (void *)0x051BFB50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent = (void *)0x051C01C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent = (void *)0x051BFF20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GestureEvent = (void *)0x051BF590; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GesturePhase = (void *)0x051C06D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent = (void *)0x051C0260; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IMEEvent = (void *)0x051C03A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent = (void *)0x051BFC40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent = (void *)0x051BF970; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__MouseEvent = (void *)0x051BF3B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent = (void *)0x051BFD30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent = (void *)0x051BF870; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent = (void *)0x051BFA60; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent = (void *)0x051C0450; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientation = (void *)0x051C0980; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent = (void *)0x051C08E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StatusEvent = (void *)0x051BFE20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SyncEvent = (void *)0x051C04F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TextEvent = (void *)0x051BED90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TimerEvent = (void *)0x051C0630; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TouchEvent = (void *)0x051BF4A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent = (void *)0x051BF700; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent = (void *)0x051BEF90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface = (void *)0x051C6FC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality = (void *)0x051C4560; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType = (void *)0x051C4600; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode = (void *)0x051C4A30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Point = (void *)0x051C3FF8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Utils3D = (void *)0x051C42E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Vector3D = (void *)0x051C3C50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx = (void *)0x051C7C00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__Extensions = (void *)0x051C7A70; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager = (void *)0x051C79D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePad = (void *)0x051C8008; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent = (void *)0x051C8100; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx = (void *)0x051C8470; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx = (void *)0x051C8618; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx = (void *)0x051C7CA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent = (void *)0x051C7B60; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx = (void *)0x051C7E80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx = (void *)0x051C78A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx = (void *)0x051C8330; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx = (void *)0x051C7D40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Camera = (void *)0x051C4F50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Microphone = (void *)0x051C5120; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__SoundMixer = (void *)0x051C5540; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding = (void *)0x051BC560; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObject = (void *)0x051BC6F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus = (void *)0x051BC830; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat = (void *)0x051BCBA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod = (void *)0x051BCD30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer = (void *)0x051C7100; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain = (void *)0x051C31E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Capabilities = (void *)0x051C3280; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IME = (void *)0x051C3318; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode = (void *)0x051C33B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Security = (void *)0x051C3680; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain = (void *)0x051C34F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel = (void *)0x051C3720; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__System = (void *)0x051C37C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType = (void *)0x051C59B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__Font = (void *)0x051C5BC8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontStyle = (void *)0x051C5D50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontType = (void *)0x051C5DF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__GridFitType = (void *)0x051C5E90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextColorType = (void *)0x051C62D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode = (void *)0x051C6370; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextField = (void *)0x051C64F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize = (void *)0x051C6670; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldType = (void *)0x051C6710; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign = (void *)0x051C67B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextRenderer = (void *)0x051C6850; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation = (void *)0x051C75A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Keyboard = (void *)0x051C7508; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Mouse = (void *)0x051C7630; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor = (void *)0x051C76C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Multitouch = (void *)0x051C7760; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode = (void *)0x051C7800; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__ByteArray = (void *)0x051BE060; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__Endian = (void *)0x051BE290; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector = (void *)0x051BCE68; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_String = (void *)0x051BCFA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_double = (void *)0x051BCF50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_int = (void *)0x051BCEB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_object = (void *)0x051BCFF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint = (void *)0x051BCF00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType = (void *)0x051C8890; +const void * RTTI_Scaleform__GFx__AS3__DoAbc = (void *)0x051C6F28; +const void * RTTI_Scaleform__GFx__AS3__FlashUI = (void *)0x051B8FC8; +const void * RTTI_Scaleform__GFx__AS3__FrameCounter = (void *)0x051B9C80; +const void * RTTI_Scaleform__GFx__AS3__GASRefCountBase = (void *)0x051B87C0; +const void * RTTI_Scaleform__GFx__AS3__IMEManager = (void *)0x051C8C48; +const void * RTTI_Scaleform__GFx__AS3__Impl__ArrayFunc = (void *)0x051B9298; +const void * RTTI_Scaleform__GFx__AS3__Impl__Value2NumberCollector = (void *)0x051BB210; +const void * RTTI_Scaleform__GFx__AS3__Impl__Value2StrCollector = (void *)0x051BB1D0; +const void * RTTI_Scaleform__GFx__AS3__Impl__ValuePtrCollector = (void *)0x051BB190; +const void * RTTI_Scaleform__GFx__AS3__Instance = (void *)0x051B8D78; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Activation = (void *)0x051BA6C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Anonimous = (void *)0x051B8EF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__CTraits = (void *)0x051B8E20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__ClassClass = (void *)0x051BA910; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Interface = (void *)0x051BA380; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Prototype = (void *)0x051B8EA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__RTraits = (void *)0x051B8E60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Traits = (void *)0x051B8B48; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__UserDefined = (void *)0x051B9FC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Array = (void *)0x051BB150; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Boolean = (void *)0x051BB370; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Catch = (void *)0x051BB070; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Date = (void *)0x051BB978; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Domain = (void *)0x051BBE70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Error = (void *)0x051BB560; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Function = (void *)0x051BA3D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject = (void *)0x051BB0B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript = (void *)0x051BB100; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd = (void *)0x051BA620; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Namespace = (void *)0x051BA760; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Number = (void *)0x051BB2A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Object = (void *)0x051BA2F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__QName = (void *)0x051BB030; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__RegExp = (void *)0x051BB490; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__String = (void *)0x051BB3C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Thunk = (void *)0x051BA5E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction = (void *)0x051BA420; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd = (void *)0x051BA670; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XML = (void *)0x051BB9F8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XMLList = (void *)0x051BBBE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__int_ = (void *)0x051BB2E8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__uint = (void *)0x051BB328; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation = (void *)0x051C57D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties = (void *)0x051C5900; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie = (void *)0x051C0F30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap = (void *)0x051C10C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData = (void *)0x051C1020; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject = (void *)0x051C0CB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer = (void *)0x051C1510; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel = (void *)0x051C1890; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics = (void *)0x051C1A20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill = (void *)0x051C1C10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill = (void *)0x051C1D10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill = (void *)0x051C1E30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath = (void *)0x051C1F30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill = (void *)0x051C2030; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke = (void *)0x051C2130; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject = (void *)0x051C1170; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader = (void *)0x051C15C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo = (void *)0x051C1750; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape = (void *)0x051C2580; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip = (void *)0x051C2760; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene = (void *)0x051C2800; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape = (void *)0x051C2940; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton = (void *)0x051C29E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite = (void *)0x051C2620; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage = (void *)0x051C1660; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent = (void *)0x051BE730; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent = (void *)0x051C0770; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent = (void *)0x051BF120; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent = (void *)0x051BEE30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__Event = (void *)0x051BE5F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher = (void *)0x051BC160; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent = (void *)0x051BFB00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent = (void *)0x051BFEC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent = (void *)0x051BF540; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent = (void *)0x051C0350; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent = (void *)0x051BFBF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent = (void *)0x051BF920; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent = (void *)0x051BF360; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent = (void *)0x051BFCE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent = (void *)0x051BF810; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent = (void *)0x051BFA10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent = (void *)0x051C0880; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent = (void *)0x051BFDD0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent = (void *)0x051BED40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent = (void *)0x051C05E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent = (void *)0x051BF450; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent = (void *)0x051BF6A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent = (void *)0x051BEF30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents = (void *)0x051C0070; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter = (void *)0x051C44B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter = (void *)0x051C43C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter = (void *)0x051C46F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter = (void *)0x051C47F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter = (void *)0x051C4970; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter = (void *)0x051C4B30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter = (void *)0x051C4C30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter = (void *)0x051C4D40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter = (void *)0x051C4E50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform = (void *)0x051C3B10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix = (void *)0x051C3F10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D = (void *)0x051C3D40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection = (void *)0x051C40F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point = (void *)0x051C3FB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle = (void *)0x051C41A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform = (void *)0x051C4240; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D = (void *)0x051C3C00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx = (void *)0x051C81F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent = (void *)0x051C80A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle = (void *)0x051C8570; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx = (void *)0x051C8420; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx = (void *)0x051C7F70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent = (void *)0x051C7B10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx = (void *)0x051C7E30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx = (void *)0x051C82E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info = (void *)0x051C5030; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound = (void *)0x051C53F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel = (void *)0x051C52B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext = (void *)0x051C5490; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform = (void *)0x051C51C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference = (void *)0x051BC110; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection = (void *)0x051BC4C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject = (void *)0x051BC6A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket = (void *)0x051BC8D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader = (void *)0x051BCA10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest = (void *)0x051BC210; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader = (void *)0x051BCC90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables = (void *)0x051BCB00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer = (void *)0x051C70B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain = (void *)0x051C3180; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext = (void *)0x051C35E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain = (void *)0x051C34A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings = (void *)0x051C5AA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__Font = (void *)0x051C5B80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText = (void *)0x051C5FD0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet = (void *)0x051C6190; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField = (void *)0x051C64A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat = (void *)0x051C6230; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics = (void *)0x051C6590; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot = (void *)0x051C6940; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu = (void *)0x051C7470; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x051C7200; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems = (void *)0x051C7320; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray = (void *)0x051BE010; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary = (void *)0x051BDF70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy = (void *)0x051BE410; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer = (void *)0x051BE500; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String = (void *)0x051BDD20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double = (void *)0x051BDB00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int = (void *)0x051BD6C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object = (void *)0x051BDDC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint = (void *)0x051BD8E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument = (void *)0x051C87F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode = (void *)0x051C8700; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Array = (void *)0x051BA008; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGet = (void *)0x051BBDA8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGetFirst = (void *)0x051BBCD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Catch = (void *)0x051BB258; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__CheckTypeTF = (void *)0x051BA590; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGet = (void *)0x051BBD68; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGetFirst = (void *)0x051BBD20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Date = (void *)0x051BB8F8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Domain = (void *)0x051BBE28; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__EmptyCallBack = (void *)0x051BBC80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Error = (void *)0x051BB4D8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Function = (void *)0x051BA4F8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionAOT = (void *)0x051BA4B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionBase = (void *)0x051B8F40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObject = (void *)0x051B9F30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP = (void *)0x051BA090; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript = (void *)0x051BA1A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ListGet = (void *)0x051BBDE8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Namespace = (void *)0x051B9F78; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Object = (void *)0x051B8F88; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__QName = (void *)0x051BAFF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__RegExp = (void *)0x051BB408; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ThunkFunction = (void *)0x051BA540; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XML = (void *)0x051BAFB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLAttr = (void *)0x051BBAC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLComment = (void *)0x051BBB50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement = (void *)0x051BBA40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack = (void *)0x051BBB90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList = (void *)0x051BA048; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack = (void *)0x051BBC30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLProcInstr = (void *)0x051BBB00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLText = (void *)0x051BBA80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation = (void *)0x051C5700; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties = (void *)0x051C5840; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie = (void *)0x051C0E90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Bitmap = (void *)0x051C0D50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__BitmapData = (void *)0x051C0F80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObject = (void *)0x051C0AC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer = (void *)0x051C0B60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__FrameLabel = (void *)0x051C17F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Graphics = (void *)0x051C1980; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill = (void *)0x051C1B60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill = (void *)0x051C1C70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill = (void *)0x051C1D70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath = (void *)0x051C1E90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill = (void *)0x051C1F80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke = (void *)0x051C2090; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject = (void *)0x051C0BC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Loader = (void *)0x051C0D00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo = (void *)0x051C0B10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MorphShape = (void *)0x051C24E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MovieClip = (void *)0x051C2670; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Scene = (void *)0x051C26C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Shape = (void *)0x051C0DA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__SimpleButton = (void *)0x051C0DF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Sprite = (void *)0x051C0E40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Stage = (void *)0x051C0C10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent = (void *)0x051BE680; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent = (void *)0x051BEB00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent = (void *)0x051BF080; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent = (void *)0x051BEA60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__Event = (void *)0x051BE550; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher = (void *)0x051BBFD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__FocusEvent = (void *)0x051BE8D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent = (void *)0x051BEC50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GestureEvent = (void *)0x051BE970; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IMEEvent = (void *)0x051C02B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent = (void *)0x051BEA10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent = (void *)0x051BE880; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__MouseEvent = (void *)0x051BE830; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent = (void *)0x051BEBB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent = (void *)0x051BF750; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent = (void *)0x051BE9C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent = (void *)0x051BEB50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StatusEvent = (void *)0x051BEC00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TextEvent = (void *)0x051BEAB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TimerEvent = (void *)0x051C0540; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TouchEvent = (void *)0x051BE920; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent = (void *)0x051BF5E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent = (void *)0x051BECA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents = (void *)0x051BFFC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter = (void *)0x051C4410; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter = (void *)0x051C4320; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter = (void *)0x051C4650; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter = (void *)0x051C4740; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter = (void *)0x051C48B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter = (void *)0x051C4A90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter = (void *)0x051C4B90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter = (void *)0x051C4C80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter = (void *)0x051C4DA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform = (void *)0x051C3A70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix = (void *)0x051C3E70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D = (void *)0x051C3CA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection = (void *)0x051C4040; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Point = (void *)0x051C3E30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Rectangle = (void *)0x051C3D90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Transform = (void *)0x051C3DE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Vector3D = (void *)0x051C3B60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx = (void *)0x051C8150; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent = (void *)0x051C7930; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle = (void *)0x051C84C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx = (void *)0x051C8380; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx = (void *)0x051C7ED0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent = (void *)0x051C78E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx = (void *)0x051C7D90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx = (void *)0x051C8240; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__ID3Info = (void *)0x051C4F90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__Sound = (void *)0x051C5300; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundChannel = (void *)0x051C5210; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext = (void *)0x051C5350; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundTransform = (void *)0x051C5080; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__FileReference = (void *)0x051BBF80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__NetConnection = (void *)0x051BC420; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SharedObject = (void *)0x051BC600; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__Socket = (void *)0x051BC790; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketReader = (void *)0x051BC970; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketWriter = (void *)0x051BC920; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLLoader = (void *)0x051BC740; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequest = (void *)0x051BC020; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader = (void *)0x051BCBF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLVariables = (void *)0x051BCA60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer = (void *)0x051C7010; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain = (void *)0x051C3130; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__LoaderContext = (void *)0x051C3540; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain = (void *)0x051C3400; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__CSMSettings = (void *)0x051C5A00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__Font = (void *)0x051C5AF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StaticText = (void *)0x051C5F30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StyleSheet = (void *)0x051C60A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextField = (void *)0x051C5C10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextFormat = (void *)0x051C60F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics = (void *)0x051C6400; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot = (void *)0x051C68A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu = (void *)0x051C73D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems = (void *)0x051C7150; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems = (void *)0x051C7260; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAReader = (void *)0x051BE100; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc = (void *)0x051BE1F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAWriter = (void *)0x051BE0B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__ByteArray = (void *)0x051BDED0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Dictionary = (void *)0x051BDF20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Proxy = (void *)0x051BE370; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Timer = (void *)0x051BE460; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_String = (void *)0x051BDCD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_double = (void *)0x051BDAB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_int = (void *)0x051BD670; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_object = (void *)0x051BDD70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint = (void *)0x051BD890; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument = (void *)0x051C8750; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLNode = (void *)0x051C8660; +const void * RTTI_Scaleform__GFx__AS3__IntervalTimer = (void *)0x051B9D68; +const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntry = (void *)0x051B9AB0; +const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie = (void *)0x051B9AF0; +const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl = (void *)0x051C6E98; +const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit = (void *)0x051C6EE0; +const void * RTTI_Scaleform__GFx__AS3__MovieDefRootNode = (void *)0x051B9B88; +const void * RTTI_Scaleform__GFx__AS3__MovieRoot = (void *)0x051B9110; +const void * RTTI_Scaleform__GFx__AS3__MovieRoot__StickyVarNode = (void *)0x051B9BD0; +const void * RTTI_Scaleform__GFx__AS3__NamespaceInstanceFactory = (void *)0x051BA7F0; +const void * RTTI_Scaleform__GFx__AS3__NamespaceSet = (void *)0x051B8D40; +const void * RTTI_Scaleform__GFx__AS3__NotifyLoadInitCandidateList = (void *)0x051C8C80; +const void * RTTI_Scaleform__GFx__AS3__NullObject = (void *)0x051BBEF8; +const void * RTTI_Scaleform__GFx__AS3__Object = (void *)0x051B8790; +const void * RTTI_Scaleform__GFx__AS3__SerializeArrDense = (void *)0x051B93E8; +const void * RTTI_Scaleform__GFx__AS3__SerializeArrSparse = (void *)0x051B93A8; +const void * RTTI_Scaleform__GFx__AS3__ShapeObject = (void *)0x051B9708; +const void * RTTI_Scaleform__GFx__AS3__Slots__SlotFunct = (void *)0x051B8DB0; +const void * RTTI_Scaleform__GFx__AS3__SocketBuffer = (void *)0x051B9DA0; +const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr = (void *)0x051B9A10; +const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo = (void *)0x051B9DE0; +const void * RTTI_Scaleform__GFx__AS3__Stage = (void *)0x051B90E0; +const void * RTTI_Scaleform__GFx__AS3__TextSnapshotGlyphVisitor = (void *)0x051C6990; +const void * RTTI_Scaleform__GFx__AS3__Tracer = (void *)0x051B8A60; +const void * RTTI_Scaleform__GFx__AS3__Traits = (void *)0x051B8998; +const void * RTTI_Scaleform__GFx__AS3__UserDefinedFunction = (void *)0x051B9D28; +const void * RTTI_Scaleform__GFx__AS3__VM = (void *)0x051B88B0; +const void * RTTI_Scaleform__GFx__AS3__VMAbcFile = (void *)0x051B89F8; +const void * RTTI_Scaleform__GFx__AS3__VMAppDomain = (void *)0x051B8920; +const void * RTTI_Scaleform__GFx__AS3__VMFile = (void *)0x051B8A30; +const void * RTTI_Scaleform__GFx__AS3__XMLSupport = (void *)0x051B8FF8; +const void * RTTI_Scaleform__GFx__AS3__XMLSupportImpl = (void *)0x051B9228; +const void * RTTI_Scaleform__GFx__ASIMEManager = (void *)0x051C8A98; +const void * RTTI_Scaleform__GFx__ASIMEManager__IMEFuncHandler = (void *)0x051B3BB0; +const void * RTTI_Scaleform__GFx__ASIntervalTimerIntf = (void *)0x051B9788; +const void * RTTI_Scaleform__GFx__ASMovieRootBase = (void *)0x051B9148; +const void * RTTI_Scaleform__GFx__ASStringManager = (void *)0x051AFE08; +const void * RTTI_Scaleform__GFx__AvmDisplayObjBase = (void *)0x051B90A8; +const void * RTTI_Scaleform__GFx__Button = (void *)0x051C69D8; +const void * RTTI_Scaleform__GFx__ButtonDef = (void *)0x051B5B08; +const void * RTTI_Scaleform__GFx__Clipboard = (void *)0x051B5060; +const void * RTTI_Scaleform__GFx__ConstShapeNoStyles = (void *)0x051B2A10; +const void * RTTI_Scaleform__GFx__ConstShapeWithStyles = (void *)0x051B42B8; +const void * RTTI_Scaleform__GFx__DefaultFontLibNameState = (void *)0x051B53B0; +const void * RTTI_Scaleform__GFx__DisplayObjContainer = (void *)0x051B3068; +const void * RTTI_Scaleform__GFx__DisplayObject = (void *)0x051B2228; +const void * RTTI_Scaleform__GFx__DisplayObjectBase = (void *)0x051B20B0; +const void * RTTI_Scaleform__GFx__DrawText = (void *)0x051C8910; +const void * RTTI_Scaleform__GFx__DrawTextImpl = (void *)0x051C88D8; +const void * RTTI_Scaleform__GFx__DrawTextManager = (void *)0x051C8A00; +const void * RTTI_Scaleform__GFx__DrawingContext = (void *)0x051B35A0; +const void * RTTI_Scaleform__GFx__DrawingContext__PackedShape = (void *)0x051B3768; +const void * RTTI_Scaleform__GFx__ExecuteTag = (void *)0x051B2518; +const void * RTTI_Scaleform__GFx__FontCompactor = (void *)0x051B7F58; +const void * RTTI_Scaleform__GFx__FontData = (void *)0x051B5650; +const void * RTTI_Scaleform__GFx__FontDataBound = (void *)0x051B5838; +const void * RTTI_Scaleform__GFx__FontDataCompactedGfx = (void *)0x051B5710; +const void * RTTI_Scaleform__GFx__FontDataCompactedSwf = (void *)0x051B56D0; +const void * RTTI_Scaleform__GFx__FontGlyphPacker = (void *)0x051B5B38; +const void * RTTI_Scaleform__GFx__FontHandle = (void *)0x051B3838; +const void * RTTI_Scaleform__GFx__FontLib = (void *)0x051B5380; +const void * RTTI_Scaleform__GFx__FontManager = (void *)0x051B39A0; +const void * RTTI_Scaleform__GFx__FontManagerStates = (void *)0x051AF670; +const void * RTTI_Scaleform__GFx__FontMap = (void *)0x051B6EA0; +const void * RTTI_Scaleform__GFx__FontResource = (void *)0x051B5518; +const void * RTTI_Scaleform__GFx__FontResourceCreator = (void *)0x051B2C28; +const void * RTTI_Scaleform__GFx__FunctionHandler = (void *)0x051E8B18; +const void * RTTI_Scaleform__GFx__GFxInitImportActions = (void *)0x051B4278; +const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyData = (void *)0x051B2A48; +const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyInterface = (void *)0x051B2450; +const void * RTTI_Scaleform__GFx__GFxMovieDefImplKey = (void *)0x051B2B50; +const void * RTTI_Scaleform__GFx__GFxMovieDefImplKeyInterface = (void *)0x051B24A0; +const void * RTTI_Scaleform__GFx__GFxPlaceObjectUnpacked = (void *)0x051B29D0; +const void * RTTI_Scaleform__GFx__GFxSocketImpl = (void *)0x051C6A78; +const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKey = (void *)0x051B58A8; +const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKeyInterface = (void *)0x051B53F0; +const void * RTTI_Scaleform__GFx__IMEManagerBase = (void *)0x051B3B70; +const void * RTTI_Scaleform__GFx__ImageCreator = (void *)0x0541A5C8; +const void * RTTI_Scaleform__GFx__ImageFileHandlerRegistry = (void *)0x051B52E0; +const void * RTTI_Scaleform__GFx__ImageFileInfo = (void *)0x051B2D58; +const void * RTTI_Scaleform__GFx__ImageFileInfoKeyData = (void *)0x051B5C08; +const void * RTTI_Scaleform__GFx__ImageFileKeyInterface = (void *)0x051B5BC8; +const void * RTTI_Scaleform__GFx__ImageFileResourceCreator = (void *)0x051B2ED8; +const void * RTTI_Scaleform__GFx__ImageResource = (void *)0x051AF020; +const void * RTTI_Scaleform__GFx__ImageResourceCreator = (void *)0x051B2F18; +const void * RTTI_Scaleform__GFx__ImageResource__ImageDelegate = (void *)0x051AF4B0; +const void * RTTI_Scaleform__GFx__ImageShapeCharacterDef = (void *)0x051B5AC8; +const void * RTTI_Scaleform__GFx__InteractiveObject = (void *)0x051B2F98; +const void * RTTI_Scaleform__GFx__KeyboardState = (void *)0x051AFD70; +const void * RTTI_Scaleform__GFx__KeyboardState__IListener = (void *)0x051B8B08; +const void * RTTI_Scaleform__GFx__LZMAFile = (void *)0x051B7008; +const void * RTTI_Scaleform__GFx__LZMASupport = (void *)0x051AF8E8; +const void * RTTI_Scaleform__GFx__LoadBinaryTask = (void *)0x051B3AF8; +const void * RTTI_Scaleform__GFx__LoadProcess = (void *)0x051B2C60; +const void * RTTI_Scaleform__GFx__LoadQueueEntry = (void *)0x051B9468; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT = (void *)0x051B3A10; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadBinary = (void *)0x051B3B30; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadVars = (void *)0x051B3AB8; +const void * RTTI_Scaleform__GFx__LoadStates = (void *)0x051B2D90; +const void * RTTI_Scaleform__GFx__LoadUpdateSync = (void *)0x051B2738; +const void * RTTI_Scaleform__GFx__LoadVarsTask = (void *)0x051B3A80; +const void * RTTI_Scaleform__GFx__Loader = (void *)0x051AF880; +const void * RTTI_Scaleform__GFx__LoaderImpl = (void *)0x051B2260; +const void * RTTI_Scaleform__GFx__LoaderTask = (void *)0x051B23A8; +const void * RTTI_Scaleform__GFx__LogState = (void *)0x051B0220; +const void * RTTI_Scaleform__GFx__MemoryBufferZlibImage = (void *)0x051B70A8; +const void * RTTI_Scaleform__GFx__MemoryContext = (void *)0x051C6CB0; +const void * RTTI_Scaleform__GFx__MorphCharacterDef = (void *)0x051B7128; +const void * RTTI_Scaleform__GFx__Movie = (void *)0x051AEEE0; +const void * RTTI_Scaleform__GFx__MovieBindProcess = (void *)0x051B2688; +const void * RTTI_Scaleform__GFx__MovieDataDef = (void *)0x051B2548; +const void * RTTI_Scaleform__GFx__MovieDataDef__LoadTaskData = (void *)0x051B28E8; +const void * RTTI_Scaleform__GFx__MovieDefBindStates = (void *)0x051B2E48; +const void * RTTI_Scaleform__GFx__MovieDefImpl = (void *)0x051B25E8; +const void * RTTI_Scaleform__GFx__MovieDefImpl__BindTaskData = (void *)0x051B2928; +const void * RTTI_Scaleform__GFx__MovieDefImpl__ReleaseNotifier = (void *)0x051B91E0; +const void * RTTI_Scaleform__GFx__MovieDefRootNode = (void *)0x051B94A0; +const void * RTTI_Scaleform__GFx__MovieDef__ResourceVisitor = (void *)0x051B26C0; +const void * RTTI_Scaleform__GFx__MovieImageLoadTask = (void *)0x051B23D8; +const void * RTTI_Scaleform__GFx__MovieImpl = (void *)0x051AEEB0; +const void * RTTI_Scaleform__GFx__MovieImpl__StickyVarNode = (void *)0x051B9928; +const void * RTTI_Scaleform__GFx__MovieImpl__WideStringStorage = (void *)0x051B9880; +const void * RTTI_Scaleform__GFx__MoviePreloadTask = (void *)0x051B3A48; +const void * RTTI_Scaleform__GFx__ParseControl = (void *)0x051AF8B0; +const void * RTTI_Scaleform__GFx__PlaceObject2Tag = (void *)0x051B3E98; +const void * RTTI_Scaleform__GFx__PlaceObject2Taga = (void *)0x051B4240; +const void * RTTI_Scaleform__GFx__PlaceObject3Tag = (void *)0x051B3ED0; +const void * RTTI_Scaleform__GFx__PlaceObjectTag = (void *)0x051B5A10; +const void * RTTI_Scaleform__GFx__RemoveObject2Tag = (void *)0x051B3F40; +const void * RTTI_Scaleform__GFx__RemoveObjectTag = (void *)0x051B3F08; +const void * RTTI_Scaleform__GFx__Resource = (void *)0x051AF058; +const void * RTTI_Scaleform__GFx__ResourceData__DataInterface = (void *)0x051B2BE8; +const void * RTTI_Scaleform__GFx__ResourceFileInfo = (void *)0x051B0088; +const void * RTTI_Scaleform__GFx__ResourceKey__KeyInterface = (void *)0x051B2410; +const void * RTTI_Scaleform__GFx__ResourceLib = (void *)0x051AFF38; +const void * RTTI_Scaleform__GFx__ResourceLib__ResourceSlot = (void *)0x051B0178; +const void * RTTI_Scaleform__GFx__ResourceReport = (void *)0x051B24E0; +const void * RTTI_Scaleform__GFx__ResourceWeakLib = (void *)0x051AFFC0; +const void * RTTI_Scaleform__GFx__SetBackgroundColorTag = (void *)0x051B4200; +const void * RTTI_Scaleform__GFx__ShapeBaseCharacterDef = (void *)0x051B5A48; +const void * RTTI_Scaleform__GFx__ShapeDataBase = (void *)0x051B2700; +const void * RTTI_Scaleform__GFx__SocketImplFactory = (void *)0x051C6A40; +const void * RTTI_Scaleform__GFx__SocketInterface = (void *)0x051C6A08; +const void * RTTI_Scaleform__GFx__Sprite = (void *)0x051B3808; +const void * RTTI_Scaleform__GFx__SpriteDef = (void *)0x051B59E0; +const void * RTTI_Scaleform__GFx__State = (void *)0x05419670; +const void * RTTI_Scaleform__GFx__StateBag = (void *)0x051AEFB8; +const void * RTTI_Scaleform__GFx__StateBagImpl = (void *)0x051AF3D8; +const void * RTTI_Scaleform__GFx__StaticTextCharacter = (void *)0x051B6E68; +const void * RTTI_Scaleform__GFx__StaticTextDef = (void *)0x051B6E30; +const void * RTTI_Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor = (void *)0x051C5EE0; +const void * RTTI_Scaleform__GFx__Stream = (void *)0x051B5190; +const void * RTTI_Scaleform__GFx__SubImageResource = (void *)0x051B2E10; +const void * RTTI_Scaleform__GFx__SubImageResourceCreator = (void *)0x051B2F58; +const void * RTTI_Scaleform__GFx__SubImageResourceInfo = (void *)0x051B3F78; +const void * RTTI_Scaleform__GFx__SwfShapeCharacterDef = (void *)0x051B5A88; +const void * RTTI_Scaleform__GFx__Task = (void *)0x051B2330; +const void * RTTI_Scaleform__GFx__TextField = (void *)0x051B6F90; +const void * RTTI_Scaleform__GFx__TextFieldDef = (void *)0x051B50C0; +const void * RTTI_Scaleform__GFx__TextField__CSSHolderBase = (void *)0x051C63B8; +const void * RTTI_Scaleform__GFx__TextField__TextDocumentListener = (void *)0x051B6FC0; +const void * RTTI_Scaleform__GFx__TextKeyMap = (void *)0x051B5090; +const void * RTTI_Scaleform__GFx__Text__CompositionString = (void *)0x051B84B8; +const void * RTTI_Scaleform__GFx__Text__EditorKit = (void *)0x051B8480; +const void * RTTI_Scaleform__GFx__Text__StyleManager = (void *)0x051C6060; +const void * RTTI_Scaleform__GFx__TextureGlyphBinder = (void *)0x051B5870; +const void * RTTI_Scaleform__GFx__TextureGlyphData = (void *)0x051B4160; +const void * RTTI_Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor = (void *)0x051B5680; +const void * RTTI_Scaleform__GFx__URLBuilder = (void *)0x051C8B88; +const void * RTTI_Scaleform__GFx__Value__ObjectInterface = (void *)0x051B9428; +const void * RTTI_Scaleform__GFx__ZLibFile = (void *)0x051C8CC8; +const void * RTTI_Scaleform__GFx__ZlibImageSource = (void *)0x051B7038; +const void * RTTI_Scaleform__GFx__ZlibSupport = (void *)0x054195F0; +const void * RTTI_Scaleform__HeapPT__SysAllocGranulator = (void *)0x051B7160; +const void * RTTI_Scaleform__HeapPT__SysAllocWrapper = (void *)0x051B71A0; +const void * RTTI_Scaleform__Log = (void *)0x051AFA18; +const void * RTTI_Scaleform__LongFormatter = (void *)0x051B3CE0; +const void * RTTI_Scaleform__MemoryFile = (void *)0x0541A168; +const void * RTTI_Scaleform__MemoryHeap = (void *)0x051AED58; +const void * RTTI_Scaleform__MemoryHeapMH = (void *)0x051AF9E8; +const void * RTTI_Scaleform__MemoryHeapPT = (void *)0x051B42F8; +const void * RTTI_Scaleform__MemoryHeap__LimitHandler = (void *)0x051C6C78; +const void * RTTI_Scaleform__MsgFormat = (void *)0x051B3BF0; +const void * RTTI_Scaleform__Mutex = (void *)0x051AF948; +const void * RTTI_Scaleform__Mutex_AreadyLockedAcquireInterface = (void *)0x051AF9A0; +const void * RTTI_Scaleform__RefCountImplCore = (void *)0x051E89F0; +const void * RTTI_Scaleform__RefCountNTSImplCore = (void *)0x051AEE08; +const void * RTTI_Scaleform__RefCountWeakSupportImpl = (void *)0x051AEE40; +const void * RTTI_Scaleform__Render__BevelFilter = (void *)0x051B4B50; +const void * RTTI_Scaleform__Render__BlendModeBundle = (void *)0x051B6CA0; +const void * RTTI_Scaleform__Render__BlendModeEffect = (void *)0x051B7840; +const void * RTTI_Scaleform__Render__BlendPrimitive = (void *)0x051B4EF0; +const void * RTTI_Scaleform__Render__BlurFilter = (void *)0x051B4AA8; +const void * RTTI_Scaleform__Render__BlurFilterImpl = (void *)0x051B4A70; +const void * RTTI_Scaleform__Render__Bundle = (void *)0x051B67F0; +const void * RTTI_Scaleform__Render__CacheAsBitmapFilter = (void *)0x051B4C00; +const void * RTTI_Scaleform__Render__CacheBase = (void *)0x0547F278; +const void * RTTI_Scaleform__Render__CacheEffect = (void *)0x051B76D0; +const void * RTTI_Scaleform__Render__CacheablePrimitive = (void *)0x051B4E50; +const void * RTTI_Scaleform__Render__CacheableTargetEffect = (void *)0x051B7778; +const void * RTTI_Scaleform__Render__ColorMatrixFilter = (void *)0x051B4BC0; +const void * RTTI_Scaleform__Render__ComplexFill = (void *)0x051B0DB0; +const void * RTTI_Scaleform__Render__ComplexMesh = (void *)0x051B6108; +const void * RTTI_Scaleform__Render__ComplexMeshVertexOutput = (void *)0x051B8090; +const void * RTTI_Scaleform__Render__ComplexPrimitiveBundle = (void *)0x051B6BF0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotify = (void *)0x051B02A0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor = (void *)0x051B05E0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture = (void *)0x051B0710; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture = (void *)0x051B06A0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId = (void *)0x051B0770; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown = (void *)0x051B0640; +const void * RTTI_Scaleform__Render__ContextImpl__ContextLock = (void *)0x051B03C0; +const void * RTTI_Scaleform__Render__ContextImpl__EntryData = (void *)0x051AF1C0; +const void * RTTI_Scaleform__Render__ContextImpl__RTHandle__HandleData = (void *)0x051B04C0; +const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify = (void *)0x05478CF0; +const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand = (void *)0x051B4610; +const void * RTTI_Scaleform__Render__CreationRenderer__DepthStencilSurface = (void *)0x05478D30; +const void * RTTI_Scaleform__Render__CreationRenderer__HAL = (void *)0x05478A10; +const void * RTTI_Scaleform__Render__CreationRenderer__IndexBuffer = (void *)0x0547F5D0; +const void * RTTI_Scaleform__Render__CreationRenderer__MappedTexture = (void *)0x05478DD0; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshBufferSet = (void *)0x0547F6F0; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshCache = (void *)0x0547F4B0; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshCacheItem = (void *)0x0547F3E0; +const void * RTTI_Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry = (void *)0x05478F00; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderEvents = (void *)0x0547F230; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderSync = (void *)0x0547F8B0; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderTargetData = (void *)0x05478A80; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface = (void *)0x0547F930; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer = (void *)0x0547FB60; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderManager = (void *)0x0547FBC0; +const void * RTTI_Scaleform__Render__CreationRenderer__Texture = (void *)0x05479110; +const void * RTTI_Scaleform__Render__CreationRenderer__TextureFormat = (void *)0x05478D80; +const void * RTTI_Scaleform__Render__CreationRenderer__TextureManager = (void *)0x05478EB0; +const void * RTTI_Scaleform__Render__CreationRenderer__VertexBuffer = (void *)0x0547F580; +const void * RTTI_Scaleform__Render__DDS__DDSFileImageSource = (void *)0x051B7F18; +const void * RTTI_Scaleform__Render__DDS__FileReader = (void *)0x051B7E68; +const void * RTTI_Scaleform__Render__DICommand = (void *)0x051B0E88; +const void * RTTI_Scaleform__Render__DICommandQueue = (void *)0x051B4C80; +const void * RTTI_Scaleform__Render__DICommandQueue__ExecuteCommand = (void *)0x051B4D70; +const void * RTTI_Scaleform__Render__DICommand_ApplyFilter = (void *)0x051B1120; +const void * RTTI_Scaleform__Render__DICommand_Clear = (void *)0x051B1030; +const void * RTTI_Scaleform__Render__DICommand_ColorTransform = (void *)0x051B13E0; +const void * RTTI_Scaleform__Render__DICommand_Compare = (void *)0x051B1490; +const void * RTTI_Scaleform__Render__DICommand_CopyChannel = (void *)0x051B1278; +const void * RTTI_Scaleform__Render__DICommand_CopyPixels = (void *)0x051B1330; +const void * RTTI_Scaleform__Render__DICommand_CreateTexture = (void *)0x051B0EC0; +const void * RTTI_Scaleform__Render__DICommand_Dispose = (void *)0x051B0F78; +const void * RTTI_Scaleform__Render__DICommand_Draw = (void *)0x051B11D0; +const void * RTTI_Scaleform__Render__DICommand_FillRect = (void *)0x051B1538; +const void * RTTI_Scaleform__Render__DICommand_FloodFill = (void *)0x051B15F0; +const void * RTTI_Scaleform__Render__DICommand_GetColorBoundsRect = (void *)0x051B16A0; +const void * RTTI_Scaleform__Render__DICommand_GetPixel32 = (void *)0x051B1768; +const void * RTTI_Scaleform__Render__DICommand_GetPixels = (void *)0x051B1820; +const void * RTTI_Scaleform__Render__DICommand_Histogram = (void *)0x051B18D0; +const void * RTTI_Scaleform__Render__DICommand_HitTest = (void *)0x051B1980; +const void * RTTI_Scaleform__Render__DICommand_Merge = (void *)0x051B1A30; +const void * RTTI_Scaleform__Render__DICommand_Noise = (void *)0x051B1AD8; +const void * RTTI_Scaleform__Render__DICommand_PaletteMap = (void *)0x051B1B80; +const void * RTTI_Scaleform__Render__DICommand_PerlinNoise = (void *)0x051B1C30; +const void * RTTI_Scaleform__Render__DICommand_PixelDissolve = (void *)0x051B1CE0; +const void * RTTI_Scaleform__Render__DICommand_Scroll = (void *)0x051B1F00; +const void * RTTI_Scaleform__Render__DICommand_SetPixel32 = (void *)0x051B1D98; +const void * RTTI_Scaleform__Render__DICommand_SetPixels = (void *)0x051B1E50; +const void * RTTI_Scaleform__Render__DICommand_SourceRect = (void *)0x051B10E0; +const void * RTTI_Scaleform__Render__DICommand_Threshold = (void *)0x051B1FA8; +const void * RTTI_Scaleform__Render__DIPixelProvider = (void *)0x051C0A80; +const void * RTTI_Scaleform__Render__DepthStencilBuffer = (void *)0x05465FC0; +const void * RTTI_Scaleform__Render__DepthStencilSurface = (void *)0x05478FC0; +const void * RTTI_Scaleform__Render__DestroyDrawableImageThreadCommand = (void *)0x051B2060; +const void * RTTI_Scaleform__Render__DisplacementMapFilter = (void *)0x051B4C40; +const void * RTTI_Scaleform__Render__DrawableImage = (void *)0x051B0D28; +const void * RTTI_Scaleform__Render__DrawableImageContext = (void *)0x051B0E48; +const void * RTTI_Scaleform__Render__Fence = (void *)0x051B4328; +const void * RTTI_Scaleform__Render__FenceWrapperList = (void *)0x051B4408; +const void * RTTI_Scaleform__Render__FileImageSource = (void *)0x051B7070; +const void * RTTI_Scaleform__Render__FilterBundle = (void *)0x051B6C68; +const void * RTTI_Scaleform__Render__FilterEffect = (void *)0x051B7740; +const void * RTTI_Scaleform__Render__FilterPrimitive = (void *)0x051B4E18; +const void * RTTI_Scaleform__Render__FilterSet = (void *)0x051B4968; +const void * RTTI_Scaleform__Render__Font = (void *)0x051B5438; +const void * RTTI_Scaleform__Render__FontCacheHandleManager = (void *)0x051B7218; +const void * RTTI_Scaleform__Render__GlowFilter = (void *)0x051B4B18; +const void * RTTI_Scaleform__Render__GlyphCache = (void *)0x051B72C0; +const void * RTTI_Scaleform__Render__GlyphCacheConfig = (void *)0x051B7358; +const void * RTTI_Scaleform__Render__GlyphCache__EvictNotifier = (void *)0x051B7690; +const void * RTTI_Scaleform__Render__GlyphEvictNotifier = (void *)0x051B75D0; +const void * RTTI_Scaleform__Render__GlyphFitter = (void *)0x051B8580; +const void * RTTI_Scaleform__Render__GlyphRaster = (void *)0x051B7390; +const void * RTTI_Scaleform__Render__GlyphShape = (void *)0x051B7490; +const void * RTTI_Scaleform__Render__GlyphTextureImage = (void *)0x051B7648; +const void * RTTI_Scaleform__Render__GradientData = (void *)0x051B5CA8; +const void * RTTI_Scaleform__Render__GradientFilter = (void *)0x051B4B88; +const void * RTTI_Scaleform__Render__GradientImage = (void *)0x051B5D98; +const void * RTTI_Scaleform__Render__HAL = (void *)0x05478990; +const void * RTTI_Scaleform__Render__HALBeginDisplayItem = (void *)0x051B4488; +const void * RTTI_Scaleform__Render__HALEndDisplayItem = (void *)0x051B44C8; +const void * RTTI_Scaleform__Render__HALNotify = (void *)0x05478C58; +const void * RTTI_Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface = (void *)0x051B4510; +const void * RTTI_Scaleform__Render__Hairliner = (void *)0x051B62E0; +const void * RTTI_Scaleform__Render__Image = (void *)0x0541A6F0; +const void * RTTI_Scaleform__Render__ImageFileHandler = (void *)0x051B7980; +const void * RTTI_Scaleform__Render__ImageFileHandlerRegistry = (void *)0x051B52A0; +const void * RTTI_Scaleform__Render__ImageSwizzler = (void *)0x051AFBC0; +const void * RTTI_Scaleform__Render__ImageUpdate = (void *)0x051AFBF8; +const void * RTTI_Scaleform__Render__ImageUpdateSync = (void *)0x05479078; +const void * RTTI_Scaleform__Render__JPEG__ExtraData = (void *)0x051B4020; +const void * RTTI_Scaleform__Render__JPEG__TablesHeader = (void *)0x051B40B8; +const void * RTTI_Scaleform__Render__MappedTextureBase = (void *)0x05479000; +const void * RTTI_Scaleform__Render__MaskBundle = (void *)0x051B6C30; +const void * RTTI_Scaleform__Render__MaskEffect = (void *)0x051B7708; +const void * RTTI_Scaleform__Render__MaskNodeState__Interface = (void *)0x051B48D8; +const void * RTTI_Scaleform__Render__MaskPrimitive = (void *)0x051B68E0; +const void * RTTI_Scaleform__Render__MatrixPoolImpl__MatrixPool = (void *)0x051B63C0; +const void * RTTI_Scaleform__Render__MatrixState = (void *)0x054788D8; +const void * RTTI_Scaleform__Render__MatrixStateFactory = (void *)0x051B71D8; +const void * RTTI_Scaleform__Render__MemoryBufferImage = (void *)0x051B70E8; +const void * RTTI_Scaleform__Render__Mesh = (void *)0x051B5F40; +const void * RTTI_Scaleform__Render__MeshBase = (void *)0x051B5DD0; +const void * RTTI_Scaleform__Render__MeshBuffer = (void *)0x0547F2E8; +const void * RTTI_Scaleform__Render__MeshCache = (void *)0x0547F3A8; +const void * RTTI_Scaleform__Render__MeshCacheConfig = (void *)0x0547F370; +const void * RTTI_Scaleform__Render__MeshCacheItem = (void *)0x0547F810; +const void * RTTI_Scaleform__Render__MeshKeyManager = (void *)0x051B4770; +const void * RTTI_Scaleform__Render__MeshKeySet = (void *)0x051B6140; +const void * RTTI_Scaleform__Render__MeshProvider = (void *)0x051B30A0; +const void * RTTI_Scaleform__Render__MeshProvider_KeySupport = (void *)0x051B3180; +const void * RTTI_Scaleform__Render__MeshStagingNode = (void *)0x051B5EB8; +const void * RTTI_Scaleform__Render__MeshVertexOutput = (void *)0x051B8058; +const void * RTTI_Scaleform__Render__MetaImage = (void *)0x051AFCD8; +const void * RTTI_Scaleform__Render__MorphInterpolator = (void *)0x051B3350; +const void * RTTI_Scaleform__Render__MorphShapeData = (void *)0x051B31F8; +const void * RTTI_Scaleform__Render__OrigScale9ParentState__Interface = (void *)0x051B4920; +const void * RTTI_Scaleform__Render__PNG__FileReader = (void *)0x051B7C10; +const void * RTTI_Scaleform__Render__PNG__FileWriter = (void *)0x051B7CC8; +const void * RTTI_Scaleform__Render__PNG__Input = (void *)0x051B7D78; +const void * RTTI_Scaleform__Render__PNG__LibPNGInput = (void *)0x051B7DB0; +const void * RTTI_Scaleform__Render__PNG__MemoryBufferImage = (void *)0x051B7DE8; +const void * RTTI_Scaleform__Render__PNG__PNGFileImageSource = (void *)0x051B7E28; +const void * RTTI_Scaleform__Render__Primitive = (void *)0x051B6070; +const void * RTTI_Scaleform__Render__PrimitiveBundle = (void *)0x051B6BB8; +const void * RTTI_Scaleform__Render__PrimitiveFill = (void *)0x051B5F70; +const void * RTTI_Scaleform__Render__PrimitiveFillManager = (void *)0x051B4570; +const void * RTTI_Scaleform__Render__ProfileModifier = (void *)0x051B4660; +const void * RTTI_Scaleform__Render__ProfileViews = (void *)0x051B46D0; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DBundle = (void *)0x051B6D20; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DEffect = (void *)0x051B7800; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DPrimitive = (void *)0x051B6A20; +const void * RTTI_Scaleform__Render__RBGenericImpl__DepthStencilBuffer = (void *)0x051C9040; +const void * RTTI_Scaleform__Render__RBGenericImpl__RenderBufferManager = (void *)0x051C8F00; +const void * RTTI_Scaleform__Render__RBGenericImpl__RenderTarget = (void *)0x051C8F50; +const void * RTTI_Scaleform__Render__Rasterizer = (void *)0x051B7FE8; +const void * RTTI_Scaleform__Render__RawImage = (void *)0x051AFD10; +const void * RTTI_Scaleform__Render__RenderBuffer = (void *)0x05465F28; +const void * RTTI_Scaleform__Render__RenderBufferManager = (void *)0x051C8E20; +const void * RTTI_Scaleform__Render__RenderEvents = (void *)0x05478B88; +const void * RTTI_Scaleform__Render__RenderQueueItem__Interface = (void *)0x051B4440; +const void * RTTI_Scaleform__Render__RenderSync = (void *)0x0547F8F8; +const void * RTTI_Scaleform__Render__RenderTarget = (void *)0x051C8EC0; +const void * RTTI_Scaleform__Render__RenderTargetData = (void *)0x05478BC0; +const void * RTTI_Scaleform__Render__SIF__FileReader = (void *)0x051B7AE8; +const void * RTTI_Scaleform__Render__SIF__SIFFileImageSource = (void *)0x051B7B98; +const void * RTTI_Scaleform__Render__SKI_BlendMode = (void *)0x051B66D0; +const void * RTTI_Scaleform__Render__SKI_ComplexPrimitive = (void *)0x051B65E0; +const void * RTTI_Scaleform__Render__SKI_Filter = (void *)0x051B6708; +const void * RTTI_Scaleform__Render__SKI_MaskEnd = (void *)0x051B6658; +const void * RTTI_Scaleform__Render__SKI_MaskEnd__RQII_EndMask = (void *)0x051B6690; +const void * RTTI_Scaleform__Render__SKI_MaskStart = (void *)0x051B6620; +const void * RTTI_Scaleform__Render__SKI_Primitive = (void *)0x051B65A8; +const void * RTTI_Scaleform__Render__SKI_ProjectionMatrix3D = (void *)0x051B6778; +const void * RTTI_Scaleform__Render__SKI_TextPrimitive = (void *)0x051B86D0; +const void * RTTI_Scaleform__Render__SKI_UserData = (void *)0x051B67B8; +const void * RTTI_Scaleform__Render__SKI_ViewMatrix3D = (void *)0x051B6740; +const void * RTTI_Scaleform__Render__Scale9GridData = (void *)0x051B3450; +const void * RTTI_Scaleform__Render__Scale9GridInfo = (void *)0x051B4F60; +const void * RTTI_Scaleform__Render__Scale9GridRect = (void *)0x051B09D8; +const void * RTTI_Scaleform__Render__ShadowFilter = (void *)0x051B4AE0; +const void * RTTI_Scaleform__Render__ShapeDataFloat = (void *)0x051AF4F0; +const void * RTTI_Scaleform__Render__ShapeDataFloatMP = (void *)0x051B4F28; +const void * RTTI_Scaleform__Render__ShapeMeshProvider = (void *)0x051B3310; +const void * RTTI_Scaleform__Render__SortKeyInterface = (void *)0x051B6528; +const void * RTTI_Scaleform__Render__StateData__Interface = (void *)0x051AFEF8; +const void * RTTI_Scaleform__Render__StateData__Interface_RefCountImpl = (void *)0x051B4890; +const void * RTTI_Scaleform__Render__StateData__Interface_Value = (void *)0x051B4840; +const void * RTTI_Scaleform__Render__StrokeScaler = (void *)0x051B7610; +const void * RTTI_Scaleform__Render__StrokeSorter = (void *)0x051B6270; +const void * RTTI_Scaleform__Render__Stroker = (void *)0x051B6208; +const void * RTTI_Scaleform__Render__StrokerAA = (void *)0x051B62A8; +const void * RTTI_Scaleform__Render__SubImage = (void *)0x051AFD40; +const void * RTTI_Scaleform__Render__SystemVertexFormat = (void *)0x051B6318; +const void * RTTI_Scaleform__Render__TGA__FileReader = (void *)0x051B79F0; +const void * RTTI_Scaleform__Render__TGA__TGAFileImageSource = (void *)0x051B7AA8; +const void * RTTI_Scaleform__Render__TessBase = (void *)0x051B4708; +const void * RTTI_Scaleform__Render__Tessellator = (void *)0x051B61D0; +const void * RTTI_Scaleform__Render__TextLayerPrimitive = (void *)0x051B8750; +const void * RTTI_Scaleform__Render__TextLayout = (void *)0x051B80D0; +const void * RTTI_Scaleform__Render__TextMeshProvider = (void *)0x051B84F8; +const void * RTTI_Scaleform__Render__TextPrimitiveBundle = (void *)0x051B8710; +const void * RTTI_Scaleform__Render__Text__Allocator = (void *)0x051B50F8; +const void * RTTI_Scaleform__Render__Text__Allocator__TextFormatVisitor = (void *)0x051B9740; +const void * RTTI_Scaleform__Render__Text__DocView = (void *)0x051B8230; +const void * RTTI_Scaleform__Render__Text__DocView__DocumentText = (void *)0x051B82D0; +const void * RTTI_Scaleform__Render__Text__EditorKitBase = (void *)0x051B83D8; +const void * RTTI_Scaleform__Render__Text__FontHandle = (void *)0x051B3868; +const void * RTTI_Scaleform__Render__Text__FontManagerBase = (void *)0x051B38F8; +const void * RTTI_Scaleform__Render__Text__HTMLImageTagDesc = (void *)0x051B8690; +const void * RTTI_Scaleform__Render__Text__ImageDesc = (void *)0x051B85F0; +const void * RTTI_Scaleform__Render__Text__StyleManagerBase = (void *)0x051C6020; +const void * RTTI_Scaleform__Render__Text__StyledText = (void *)0x051B78B0; +const void * RTTI_Scaleform__Render__Text__TextFilter = (void *)0x051B6D98; +const void * RTTI_Scaleform__Render__Texture = (void *)0x05479288; +const void * RTTI_Scaleform__Render__TextureFormat = (void *)0x05479040; +const void * RTTI_Scaleform__Render__TextureGlyph = (void *)0x051B3E08; +const void * RTTI_Scaleform__Render__TextureImage = (void *)0x0541A770; +const void * RTTI_Scaleform__Render__TextureManager = (void *)0x05478E18; +const void * RTTI_Scaleform__Render__TextureManagerLocks = (void *)0x051AFB18; +const void * RTTI_Scaleform__Render__TextureManager__ServiceCommand = (void *)0x051AFC90; +const void * RTTI_Scaleform__Render__ThreadCommandQueue = (void *)0x05466000; +const void * RTTI_Scaleform__Render__TransformerBase = (void *)0x051B31C0; +const void * RTTI_Scaleform__Render__TreeCacheContainer = (void *)0x051B0C20; +const void * RTTI_Scaleform__Render__TreeCacheMeshBase = (void *)0x051B3528; +const void * RTTI_Scaleform__Render__TreeCacheNode = (void *)0x051B0C60; +const void * RTTI_Scaleform__Render__TreeCacheRoot = (void *)0x051B4808; +const void * RTTI_Scaleform__Render__TreeCacheShape = (void *)0x051B3568; +const void * RTTI_Scaleform__Render__TreeCacheShapeLayer = (void *)0x051B34E8; +const void * RTTI_Scaleform__Render__TreeCacheText = (void *)0x051B85B8; +const void * RTTI_Scaleform__Render__TreeContainer__NodeData = (void *)0x051AF240; +const void * RTTI_Scaleform__Render__TreeNode__NodeData = (void *)0x051AF200; +const void * RTTI_Scaleform__Render__TreeRoot__NodeData = (void *)0x051AF308; +const void * RTTI_Scaleform__Render__TreeShape__NodeData = (void *)0x051AF5A8; +const void * RTTI_Scaleform__Render__TreeText__NodeData = (void *)0x051B8168; +const void * RTTI_Scaleform__Render__UserDataBundle = (void *)0x051B6D60; +const void * RTTI_Scaleform__Render__UserDataEffect = (void *)0x051B7878; +const void * RTTI_Scaleform__Render__UserDataPrimitive = (void *)0x051B6AD8; +const void * RTTI_Scaleform__Render__UserDataState__Data = (void *)0x051B0B78; +const void * RTTI_Scaleform__Render__VectorGlyphShape = (void *)0x051B7548; +const void * RTTI_Scaleform__Render__VertexOutput = (void *)0x051B8020; +const void * RTTI_Scaleform__Render__VertexPath = (void *)0x051B4738; +const void * RTTI_Scaleform__Render__ViewMatrix3DBundle = (void *)0x051B6CD8; +const void * RTTI_Scaleform__Render__ViewMatrix3DEffect = (void *)0x051B77B8; +const void * RTTI_Scaleform__Render__ViewMatrix3DPrimitive = (void *)0x051B6978; +const void * RTTI_Scaleform__Render__WrapperImageSource = (void *)0x051B2D18; +const void * RTTI_Scaleform__RepeatFormatter = (void *)0x051B3DD8; +const void * RTTI_Scaleform__ResourceFormatter = (void *)0x051B3D70; +const void * RTTI_Scaleform__Semaphore = (void *)0x051AF810; +const void * RTTI_Scaleform__SemaphoreWaitableIncrement = (void *)0x051AF840; +const void * RTTI_Scaleform__StrFormatter = (void *)0x051B3C80; +const void * RTTI_Scaleform__String__InitStruct = (void *)0x051AEE78; +const void * RTTI_Scaleform__SwitchFormatter = (void *)0x051B3DA8; +const void * RTTI_Scaleform__SysAllocBase = (void *)0x053282F0; +const void * RTTI_Scaleform__SysAllocMalloc = (void *)0x05328288; +const void * RTTI_Scaleform__SysAllocMapper = (void *)0x051C6C48; +const void * RTTI_Scaleform__SysAllocStatic = (void *)0x051AF918; +const void * RTTI_Scaleform__SysFile = (void *)0x051C6B10; +const void * RTTI_Scaleform__SysMemMapper = (void *)0x054196D0; +const void * RTTI_Scaleform__Thread = (void *)0x051AF970; +const void * RTTI_Scaleform__UnopenedFile = (void *)0x051C6B38; +const void * RTTI_Scaleform__Waitable = (void *)0x051AF770; +const void * RTTI_SceneNextPhaseHandler = (void *)0x05360088; +const void * RTTI_ScopeMenu = (void *)0x053052A8; +const void * RTTI_ScopeMenuUtil__FadeCallback = (void *)0x05305320; +const void * RTTI_ScopeMenu__ScopeMenuDataEventShuttle = (void *)0x05305238; +const void * RTTI_ScopeMenu__ScopeScalingData = (void *)0x053051B8; +const void * RTTI_ScopeMenu__ZoomLevelData = (void *)0x05305278; +const void * RTTI_ScrapHeap = (void *)0x053EA730; +const void * RTTI_Script = (void *)0x0525E5B0; +const void * RTTI_ScriptEffect = (void *)0x0531E0A8; +const void * RTTI_ScriptedRefEffect = (void *)0x0531E148; +const void * RTTI_ScrollItem = (void *)0x051F1828; +const void * RTTI_SecurityMenu = (void *)0x052F1D18; +const void * RTTI_SecurityMenu_BackOutKey = (void *)0x052F2300; +const void * RTTI_SecurityMenu_CloseMenu = (void *)0x052F2360; +const void * RTTI_SecurityMenu_ConfirmExit = (void *)0x052F2268; +const void * RTTI_SecurityMenu_EliminateUnusedKeys = (void *)0x052F2298; +const void * RTTI_SecurityMenu_GetRingHint = (void *)0x052F22D0; +const void * RTTI_SecurityMenu_SelectNewKey = (void *)0x052F2238; +const void * RTTI_SecurityMenu_TryUseKey = (void *)0x052F2330; +const void * RTTI_SecurityMenu__SecurityMenuEventShuttle = (void *)0x052F18A8; +const void * RTTI_SeenData = (void *)0x05109080; +const void * RTTI_Service = (void *)0x0527C620; +const void * RTTI_SetOrientNode = (void *)0x053E7438; +const void * RTTI_SetOrientNodeInstance = (void *)0x053E7460; +const void * RTTI_SetPosNode = (void *)0x053E82C8; +const void * RTTI_SetPosNodeInstance = (void *)0x053E8298; +const void * RTTI_Setting = (void *)0x051A0440; +const void * RTTI_SettingsDataModel = (void *)0x052CA058; +const void * RTTI_SettingsDataModel__SettingsEventShuttle = (void *)0x052C8E18; +const void * RTTI_SettingsPanel_CheckBoxChanged = (void *)0x052C9E48; +const void * RTTI_SettingsPanel_ClearBinding = (void *)0x052C9F28; +const void * RTTI_SettingsPanel_LinkClicked = (void *)0x052CA080; +const void * RTTI_SettingsPanel_OpenCategory = (void *)0x052C9F60; +const void * RTTI_SettingsPanel_OpenSettings = (void *)0x052C9EB8; +const void * RTTI_SettingsPanel_RemapConfirmed = (void *)0x052C9FD0; +const void * RTTI_SettingsPanel_RemapMode = (void *)0x052C9DA8; +const void * RTTI_SettingsPanel_ResetToDefaults = (void *)0x052C9EF0; +const void * RTTI_SettingsPanel_SaveControls = (void *)0x052C9CF8; +const void * RTTI_SettingsPanel_SaveSettings = (void *)0x052C9E10; +const void * RTTI_SettingsPanel_SliderChanged = (void *)0x052C9DD8; +const void * RTTI_SettingsPanel_StepperChanged = (void *)0x052C9E80; +const void * RTTI_SettingsPanel_ValidateControls = (void *)0x052C9F98; +const void * RTTI_SetupGraphRagdollHandler = (void *)0x05360380; +const void * RTTI_ShaderReferenceEffect = (void *)0x0531E170; +const void * RTTI_SharedHeapAllocator = (void *)0x053EA750; +const void * RTTI_ShipActionCameraState = (void *)0x05282E18; +const void * RTTI_ShipBuilder_CloseAllMenus = (void *)0x051F0490; +const void * RTTI_ShipCombatOrbitCameraState = (void *)0x05283210; +const void * RTTI_ShipCrewAssignData = (void *)0x052CBA28; +const void * RTTI_ShipCrewAssignData__ShipCrewAssignMenuEventShuttle = (void *)0x052CB950; +const void * RTTI_ShipCrewAssignMenu = (void *)0x052F2DB0; +const void * RTTI_ShipCrewAssignMenu_Assign = (void *)0x052F2E98; +const void * RTTI_ShipCrewAssignMenu_Unassign = (void *)0x052F2EC8; +const void * RTTI_ShipCrewData = (void *)0x052CB6B0; +const void * RTTI_ShipCrewData__ShipCrewMenuEventShuttle = (void *)0x052CB840; +const void * RTTI_ShipCrewMenu = (void *)0x052F2E70; +const void * RTTI_ShipCrewMenu_Close = (void *)0x052F2F30; +const void * RTTI_ShipCrewMenu_OpenAssignMenu = (void *)0x052CBB80; +const void * RTTI_ShipCrewMenu_SetSort = (void *)0x052CBAB0; +const void * RTTI_ShipCrewMenu_ViewedItem = (void *)0x052F2F00; +const void * RTTI_ShipEditor_ChangeModuleCategory = (void *)0x051ECAB8; +const void * RTTI_ShipEditor_OnColorPickerControlChanged = (void *)0x051EDF68; +const void * RTTI_ShipEditor_OnColorPickerTabChanged = (void *)0x051EDFE8; +const void * RTTI_ShipEditor_OnColorSliderMouseInput = (void *)0x051EDED0; +const void * RTTI_ShipEditor_OnExitConfirmCancel = (void *)0x051E9E38; +const void * RTTI_ShipEditor_OnExitConfirmExit = (void *)0x051E9E00; +const void * RTTI_ShipEditor_OnExitConfirmSaveAndExit = (void *)0x051E9A78; +const void * RTTI_ShipEditor_OnFlightCheckTabChanged = (void *)0x051EA6F8; +const void * RTTI_ShipEditor_OnHintButtonActivated = (void *)0x051F0458; +const void * RTTI_ShipEditor_OnRecentColorSwatchClicked = (void *)0x051EDFA8; +const void * RTTI_ShipEditor_OnRenameEndEditText = (void *)0x051EBAE0; +const void * RTTI_ShipEditor_OnRenameInputCancelled = (void *)0x051EBB18; +const void * RTTI_ShipEditor_OnWeaponGroupChanged = (void *)0x051EA738; +const void * RTTI_ShipEditor_PreviewShipPart = (void *)0x051EC7C8; +const void * RTTI_ShipEditor_PreviewUpgrade = (void *)0x051D3D00; +const void * RTTI_ShipEditor_RemoveAll3D = (void *)0x051F0428; +const void * RTTI_ShipEditor_SelectedShipPart = (void *)0x051EC800; +const void * RTTI_ShipEditor_SelectedUpgrade = (void *)0x051D3CC8; +const void * RTTI_ShipEditor_SystemSelected = (void *)0x051D30E8; +const void * RTTI_ShipFarTravelCameraState = (void *)0x05283248; +const void * RTTI_ShipHudDataModel = (void *)0x052D1768; +const void * RTTI_ShipHudDataModel__ShipHudEventShuttle = (void *)0x052D12A8; +const void * RTTI_ShipHudQuickContainer_TransferItem = (void *)0x05307120; +const void * RTTI_ShipHudQuickContainer_TransferMenu = (void *)0x052D3230; +const void * RTTI_ShipHud_AbortJump = (void *)0x053070F8; +const void * RTTI_ShipHud_Activate = (void *)0x052D3270; +const void * RTTI_ShipHud_BodyViewMarkerDimensions = (void *)0x052D16B0; +const void * RTTI_ShipHud_ChangeComponentSelection = (void *)0x052D3170; +const void * RTTI_ShipHud_CloseMenu = (void *)0x052D30B8; +const void * RTTI_ShipHud_Deselect = (void *)0x052D31E0; +const void * RTTI_ShipHud_DockRequested = (void *)0x05307160; +const void * RTTI_ShipHud_FarTravel = (void *)0x052D1718; +const void * RTTI_ShipHud_HailAccepted = (void *)0x052D15B8; +const void * RTTI_ShipHud_HailCancelled = (void *)0x052D1528; +const void * RTTI_ShipHud_HailShip = (void *)0x05307190; +const void * RTTI_ShipHud_JumpToQuestMarker = (void *)0x052D16E8; +const void * RTTI_ShipHud_Land = (void *)0x052D32C0; +const void * RTTI_ShipHud_LandingMarkerMap = (void *)0x052D1558; +const void * RTTI_ShipHud_Map = (void *)0x052D3298; +const void * RTTI_ShipHud_OnMonocleToggle = (void *)0x052D1588; +const void * RTTI_ShipHud_OpenPhotoMode = (void *)0x052D1648; +const void * RTTI_ShipHud_Repair = (void *)0x052D1740; +const void * RTTI_ShipHud_SetTargetMode = (void *)0x052D1618; +const void * RTTI_ShipHud_Target = (void *)0x052D3208; +const void * RTTI_ShipHud_TargetShipSystem = (void *)0x052D15E8; +const void * RTTI_ShipHud_UntargetShipSystem = (void *)0x052D1678; +const void * RTTI_ShipHud_UpdateComponentPower = (void *)0x052D31A8; +const void * RTTI_ShipHud_UpdateTargetPanelRect = (void *)0x05305AB8; +const void * RTTI_ShipRefuelMenu = (void *)0x052F3120; +const void * RTTI_ShipRefuelMenuDataModel = (void *)0x052D37C8; +const void * RTTI_ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle = (void *)0x052D3890; +const void * RTTI_ShipTargetingCameraState = (void *)0x05283278; +const void * RTTI_ShowSubsegmentHandler = (void *)0x05360480; +const void * RTTI_SimpleAnimationGraphManagerHolder = (void *)0x051F41A8; +const void * RTTI_SimpleAnimationGraphManagerLoadingTask = (void *)0x0527E200; +const void * RTTI_SitWaitMenu = (void *)0x053A6C70; +const void * RTTI_SkillsMenu = (void *)0x052F47A0; +const void * RTTI_SkillsMenu_Accept = (void *)0x052F4DC8; +const void * RTTI_SkillsMenu_AddPatch = (void *)0x052F4D98; +const void * RTTI_SkillsMenu_Cancel = (void *)0x052F4DF0; +const void * RTTI_SkillsMenu_ChangeCursorVisibility = (void *)0x052F4D60; +const void * RTTI_SkillsMenu_SaveLastCategory = (void *)0x052F4D28; +const void * RTTI_SkillsMenu__SkillsMenuEventShuttle = (void *)0x052F4458; +const void * RTTI_SkinAttach = (void *)0x05406CD0; +const void * RTTI_Sky = (void *)0x05266568; +const void * RTTI_SkyEffectController = (void *)0x05265BC0; +const void * RTTI_SleepWaitMenu = (void *)0x053A7AD8; +const void * RTTI_SleepWaitMenu_InterruptRest = (void *)0x053A7AA0; +const void * RTTI_SleepWaitMenu_StartRest = (void *)0x053A7A70; +const void * RTTI_SleepWaitMenu__SleepWaitMenuEventShuttle = (void *)0x053A77D0; +const void * RTTI_SlideStartHandler = (void *)0x0535F820; +const void * RTTI_SlowTimeEffect = (void *)0x0531E1E8; +const void * RTTI_SneakStateChangeHandler = (void *)0x05363EE0; +const void * RTTI_SoulTrapEffect = (void *)0x0531E210; +const void * RTTI_SpaceComponentViewAccessWrite = (void *)0x0523B228; +const void * RTTI_SpaceshipAIComponentEventHandler = (void *)0x053CB568; +const void * RTTI_SpaceshipBIEvents__EventSink = (void *)0x0531F768; +const void * RTTI_SpaceshipBoostPart = (void *)0x053CCD00; +const void * RTTI_SpaceshipDockingFinishedHandler = (void *)0x0535FE38; +const void * RTTI_SpaceshipEditor__HangarModeState_Null = (void *)0x052A6A20; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipInspect = (void *)0x052A6970; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection = (void *)0x052A7BB0; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle = (void *)0x052A7C90; +const void * RTTI_SpaceshipEditor__ModuleModeState_Add = (void *)0x051ECA78; +const void * RTTI_SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle = (void *)0x051EC840; +const void * RTTI_SpaceshipEditor__ModuleModeState_Color = (void *)0x051EDE90; +const void * RTTI_SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle = (void *)0x051EDBA0; +const void * RTTI_SpaceshipEditor__ModuleModeState_Edit = (void *)0x051F0640; +const void * RTTI_SpaceshipEditor__ModuleModeState_Empty = (void *)0x051F0600; +const void * RTTI_SpaceshipEditor__ModuleModeState_Null = (void *)0x051F05C0; +const void * RTTI_SpaceshipEditor__ModuleModeState_Selection = (void *)0x051F0580; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting = (void *)0x051E9AB8; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle = (void *)0x051E9CE0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck = (void *)0x051EA770; +const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle = (void *)0x051EA5E0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode = (void *)0x052A6A60; +const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle = (void *)0x052A69C0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Loading = (void *)0x051F0680; +const void * RTTI_SpaceshipEditor__ShipBuilderState_ModuleMode = (void *)0x051EB0C0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Null = (void *)0x051F0540; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Popup = (void *)0x051F0500; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename = (void *)0x051EBAA0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle = (void *)0x051EBDA0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_UpgradeMode = (void *)0x051D2740; +const void * RTTI_SpaceshipEditor__Spaceship3DManager = (void *)0x051EECF0; +const void * RTTI_SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle = (void *)0x051EEB80; +const void * RTTI_SpaceshipEditor__SpaceshipEditorGame3DManager = (void *)0x051EED60; +const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu = (void *)0x051F0D18; +const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle = (void *)0x051F0B80; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Null = (void *)0x051F04C0; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace = (void *)0x051D3A28; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle = (void *)0x051D3BB0; +const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect = (void *)0x051D2CB0; +const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle = (void *)0x051D2DA0; +const void * RTTI_SpaceshipEffectsUtil__EventSink = (void *)0x053CC730; +const void * RTTI_SpaceshipEquipmentComponent = (void *)0x053CCCC8; +const void * RTTI_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler = (void *)0x053CCB90; +const void * RTTI_SpaceshipGravDrivePart = (void *)0x053CCC68; +const void * RTTI_SpaceshipHudMenu = (void *)0x05306E10; +const void * RTTI_SpaceshipLandingFinishedFailsafeHandler = (void *)0x0535FE70; +const void * RTTI_SpaceshipLandingFinishedHandler = (void *)0x0535FF98; +const void * RTTI_SpaceshipLinkedCell__ExteriorShipCell = (void *)0x053D6E08; +const void * RTTI_SpaceshipLinkedCell__InteriorShipCell = (void *)0x053D6E48; +const void * RTTI_SpaceshipLinkedCell__ShipCell = (void *)0x053D6D40; +const void * RTTI_SpaceshipMobilityPart = (void *)0x053CCD30; +const void * RTTI_SpaceshipPart = (void *)0x053CCD88; +const void * RTTI_SpaceshipPlayerSounds = (void *)0x053CFAA8; +const void * RTTI_SpaceshipShieldPart = (void *)0x053CCC98; +const void * RTTI_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler = (void *)0x053CFC40; +const void * RTTI_SpaceshipTakeOffFinishedHandler = (void *)0x0535FFD0; +const void * RTTI_SpaceshipUndockingFinishedHandler = (void *)0x0535FEF0; +const void * RTTI_SpaceshipWeapon = (void *)0x053CCD60; +const void * RTTI_Spaceship__InstanceData = (void *)0x0523C660; +const void * RTTI_Spaceship__LadderSwapHandler = (void *)0x051277F0; +const void * RTTI_Spaceship__ShipProxyCollisionListener = (void *)0x0523F788; +const void * RTTI_Spaceship__TargetingMode = (void *)0x05337878; +const void * RTTI_SpawnHazardEffect = (void *)0x05339528; +const void * RTTI_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler = (void *)0x051E2DD0; +const void * RTTI_SpecificItemCollector = (void *)0x05264E90; +const void * RTTI_SpectatorPackage = (void *)0x0510B918; +const void * RTTI_SpeedScale = (void *)0x053E81C0; +const void * RTTI_SpeedScaleInstance = (void *)0x053E8190; +const void * RTTI_SpellItem = (void *)0x0511CDB8; +const void * RTTI_SpringBoneData = (void *)0x052354D0; +const void * RTTI_SpringBoneInstance = (void *)0x052354F8; +const void * RTTI_StaggerEffect = (void *)0x0531CF18; +const void * RTTI_StaggerMeter = (void *)0x053E6F98; +const void * RTTI_StaggerMeterInstance = (void *)0x053E7748; +const void * RTTI_StaggeredStopHandler = (void *)0x05363A40; +const void * RTTI_StarField__LoadNodeBarrier = (void *)0x0523FAA8; +const void * RTTI_StarField__ModuleState = (void *)0x0523FAD8; +const void * RTTI_StarField__SpaceReference__RetargetExterior3d = (void *)0x0523FA60; +const void * RTTI_StarMapMenu_ExecuteRoute = (void *)0x0530EDD0; +const void * RTTI_StarMapMenu_Galaxy_FocusSystem = (void *)0x0530D1A8; +const void * RTTI_StarMapMenu_LandingInputInProgress = (void *)0x05309090; +const void * RTTI_StarMapMenu_MarkerGroupContainerVisibilityChanged = (void *)0x05308FF0; +const void * RTTI_StarMapMenu_MarkerGroupEntryClicked = (void *)0x05308FB0; +const void * RTTI_StarMapMenu_MarkerGroupEntryHoverChanged = (void *)0x05308F70; +const void * RTTI_StarMapMenu_OnCancel = (void *)0x0530ED38; +const void * RTTI_StarMapMenu_OnClearRoute = (void *)0x0530EE00; +const void * RTTI_StarMapMenu_OnExitStarMap = (void *)0x0530ED68; +const void * RTTI_StarMapMenu_OnGalaxyViewInitialized = (void *)0x0530D1E0; +const void * RTTI_StarMapMenu_OnHintButtonClicked = (void *)0x0530ED98; +const void * RTTI_StarMapMenu_OnOutpostEntrySelected = (void *)0x0530ECC8; +const void * RTTI_StarMapMenu_QuickSelectChange = (void *)0x0530B910; +const void * RTTI_StarMapMenu_ReadyToClose = (void *)0x0530ED08; +const void * RTTI_StarMapMenu_ScanPlanet = (void *)0x0530E6D8; +const void * RTTI_StarMapMenu_SelectedLandingSite = (void *)0x0530A008; +const void * RTTI_StarMapMenu_SelectedLandingSiteFailed = (void *)0x05309FC8; +const void * RTTI_StarMapMenu_ShowRealCursor = (void *)0x0530E708; +const void * RTTI_StarMap__BodyInfoToUI = (void *)0x052B2340; +const void * RTTI_StarMap__BodyInspectState = (void *)0x05309A50; +const void * RTTI_StarMap__BodyInspectState__BodyInspectStateEventShuttle = (void *)0x053096A0; +const void * RTTI_StarMap__ConfirmCustomMarkerActionCallback = (void *)0x0530F980; +const void * RTTI_StarMap__DelayCommand = (void *)0x0530BC80; +const void * RTTI_StarMap__Galaxy3DScene = (void *)0x05307298; +const void * RTTI_StarMap__GalaxyState = (void *)0x0530B5C8; +const void * RTTI_StarMap__GalaxyState__GalaxyStateEventShuttle = (void *)0x0530B470; +const void * RTTI_StarMap__IStarMapState = (void *)0x053093D8; +const void * RTTI_StarMap__PlanetInfoToUI = (void *)0x052B2310; +const void * RTTI_StarMap__SelectBodyEventHelper = (void *)0x05335258; +const void * RTTI_StarMap__StarMapMenu = (void *)0x0530E608; +const void * RTTI_StarMap__StarMapMenuDataModel = (void *)0x0530C940; +const void * RTTI_StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle = (void *)0x0530CC90; +const void * RTTI_StarMap__StarMapMenu__StarMapMenuEventShuttle = (void *)0x0530EA60; +const void * RTTI_StarMap__StarMapSystemMobile = (void *)0x0530F3E0; +const void * RTTI_StarMap__SurfaceMap3DScene = (void *)0x052A9B40; +const void * RTTI_StarMap__SurfaceMapState = (void *)0x0530F8A8; +const void * RTTI_StarMap__SurfaceMapState__SurfaceMapStateEventShuttle = (void *)0x05310A70; +const void * RTTI_StarMap__SystemBodyInfoToUI = (void *)0x052B2270; +const void * RTTI_StarMap__SystemState = (void *)0x05311880; +const void * RTTI_StarMap__SystemState__SystemStateEventShuttle = (void *)0x053116E0; +const void * RTTI_StarMap__Util__ConfirmFastTravelCallback = (void *)0x05307728; +const void * RTTI_StarMap__Util__ConfirmGravJumpPlotCallback = (void *)0x05307768; +const void * RTTI_StartFloatingHandler = (void *)0x05364080; +const void * RTTI_StartPCapVoiceHandler = (void *)0x053606C0; +const void * RTTI_StartSecurityMinigameHandler = (void *)0x0535FF60; +const void * RTTI_StateConfirmingAction = (void *)0x052BE050; +const void * RTTI_StateEngagmentPrompt = (void *)0x052BDFC0; +const void * RTTI_StateInitialLoad = (void *)0x052BDE50; +const void * RTTI_StateIntroVideo = (void *)0x052BDF00; +const void * RTTI_StateLegalScreen = (void *)0x052BDDC8; +const void * RTTI_StateLoadPanelInteract = (void *)0x052BDF60; +const void * RTTI_StateMachine = (void *)0x053E7308; +const void * RTTI_StateMachineInstance = (void *)0x053E7330; +const void * RTTI_StateMainPanelInteract = (void *)0x052BDF90; +const void * RTTI_StateOpenFromInstallMenu = (void *)0x052BDDF0; +const void * RTTI_StateOpenFromReset = (void *)0x052BDED0; +const void * RTTI_StateOpenFromStartup = (void *)0x052BDE20; +const void * RTTI_StateOtherMenuOpen = (void *)0x052BDFF0; +const void * RTTI_StatePerformingAction = (void *)0x052BE020; +const void * RTTI_StateSettingsPanelInteract = (void *)0x052BDF28; +const void * RTTI_StateSplashScreen = (void *)0x052BDE78; +const void * RTTI_StateVariableControl = (void *)0x053E7EB0; +const void * RTTI_StateVariableControlInstance = (void *)0x053E7EE0; +const void * RTTI_StateWaitingOnLoad = (void *)0x052BDEA0; +const void * RTTI_StaticAvoidNodeManager = (void *)0x0534DC58; +const void * RTTI_StatusMenu = (void *)0x05311958; +const void * RTTI_SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed = (void *)0x05488C20; +const void * RTTI_StimpakEffect = (void *)0x0531E238; +const void * RTTI_StopFloatingHandler = (void *)0x05363F78; +const void * RTTI_StopMountCameraHandler = (void *)0x053646E8; +const void * RTTI_StorageTable__AsyncTableColumnBase = (void *)0x05231B88; +const void * RTTI_StorageTable__DirectColumnDataStorageInterface = (void *)0x05231B40; +const void * RTTI_StorageTable__ScheduleImpl = (void *)0x0545AD60; +const void * RTTI_StorageTable__StorageDataBase = (void *)0x05227C98; +const void * RTTI_StreamingInstallMenu = (void *)0x05311DF8; +const void * RTTI_StreamingInstallMenu__StreamingInstallEventShuttle = (void *)0x05311DB0; +const void * RTTI_StreamingInstallMenu__StreamingProgressData = (void *)0x05311E90; +const void * RTTI_StringUIValue = (void *)0x051EED30; +const void * RTTI_SubgraphAndOffsetDBData = (void *)0x053E8B08; +const void * RTTI_SummonCreatureEffect = (void *)0x0531E440; +const void * RTTI_SummonDuplicateEffect = (void *)0x0531E470; +const void * RTTI_SummonPlacementEffect = (void *)0x0531E410; +const void * RTTI_SupportMaterialHandler = (void *)0x05337380; +const void * RTTI_SurfaceMapMenu_EnablePointCloud = (void *)0x0530F9C0; +const void * RTTI_SurfaceMapMenu_MarkerClicked = (void *)0x0530FA38; +const void * RTTI_SurfaceMapMenu_TryPlaceCustomMarker = (void *)0x0530F9F8; +const void * RTTI_SwapGraphNode = (void *)0x053E7248; +const void * RTTI_SwapGraphNodeInstance = (void *)0x053E7270; +const void * RTTI_SwitchNode = (void *)0x053E7360; +const void * RTTI_SwitchNodeInstance = (void *)0x053E7388; +const void * RTTI_SyncDeferDeathHandler = (void *)0x053601F8; +const void * RTTI_SyncEarlyExitHandler = (void *)0x053601C8; +const void * RTTI_SyncQueueObj = (void *)0x0529C398; +const void * RTTI_TBO_InstanceData = (void *)0x0523C638; +const void * RTTI_TES = (void *)0x051F83A0; +const void * RTTI_TESAIForm = (void *)0x05107268; +const void * RTTI_TESActorBase = (void *)0x05106CC0; +const void * RTTI_TESActorBaseData = (void *)0x05107210; +const void * RTTI_TESAmmo = (void *)0x052486D0; +const void * RTTI_TESAudio__ScriptedMusicState = (void *)0x0531EE18; +const void * RTTI_TESBipedModelForm = (void *)0x051070C8; +const void * RTTI_TESBoundAnimObject = (void *)0x05246108; +const void * RTTI_TESBoundObject = (void *)0x0511D210; +const void * RTTI_TESCamera = (void *)0x0527E240; +const void * RTTI_TESCameraState = (void *)0x05282B80; +const void * RTTI_TESChildCell = (void *)0x05276208; +const void * RTTI_TESClass = (void *)0x052618F0; +const void * RTTI_TESClimate = (void *)0x0524CBF0; +const void * RTTI_TESCombatStyle = (void *)0x05106DD8; +const void * RTTI_TESContainer = (void *)0x051A05D8; +const void * RTTI_TESCustomPackageData = (void *)0x05275EC0; +const void * RTTI_TESDataHandler = (void *)0x051FB378; +const void * RTTI_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm = (void *)0x051FAEA0; +const void * RTTI_TESDataHandlerPostBuildFileListSource = (void *)0x051A0F60; +const void * RTTI_TESDataHandler__ArchiveRegistrationListener = (void *)0x051FB050; +const void * RTTI_TESDescription = (void *)0x0511CED0; +const void * RTTI_TESDialoguePackageData = (void *)0x05109C10; +const void * RTTI_TESEffectShader = (void *)0x05248878; +const void * RTTI_TESEnchantableForm = (void *)0x051070F0; +const void * RTTI_TESEyes = (void *)0x05261910; +const void * RTTI_TESFaction = (void *)0x05106E48; +const void * RTTI_TESFile = (void *)0x051FB7D0; +const void * RTTI_TESFlora = (void *)0x05248958; +const void * RTTI_TESFloraInstanceData = (void *)0x05248978; +const void * RTTI_TESFollowPackageData = (void *)0x05275E28; +const void * RTTI_TESForm = (void *)0x0511D258; +const void * RTTI_TESFullName = (void *)0x0511D2F8; +const void * RTTI_TESFurniture = (void *)0x05248480; +const void * RTTI_TESGlobal = (void *)0x05106E98; +const void * RTTI_TESGrass = (void *)0x05248A18; +const void * RTTI_TESHandleForm = (void *)0x0524A670; +const void * RTTI_TESHavokUtilities__CellHeightFieldCuller = (void *)0x05265980; +const void * RTTI_TESHealthForm = (void *)0x05107288; +const void * RTTI_TESIdleForm = (void *)0x05106520; +const void * RTTI_TESImageSpace = (void *)0x05106B60; +const void * RTTI_TESImageSpaceModifiableForm = (void *)0x0511D368; +const void * RTTI_TESImageSpaceModifier = (void *)0x05109050; +const void * RTTI_TESKey = (void *)0x05106F08; +const void * RTTI_TESLandTexture = (void *)0x0524CC50; +const void * RTTI_TESLevCharacter = (void *)0x05248A60; +const void * RTTI_TESLevItem = (void *)0x05248A88; +const void * RTTI_TESLevSpell = (void *)0x05248AB0; +const void * RTTI_TESLeveledList = (void *)0x05107120; +const void * RTTI_TESLoadScreen = (void *)0x0525E588; +const void * RTTI_TESMagicTargetForm = (void *)0x05200C18; +const void * RTTI_TESModel = (void *)0x0511D320; +const void * RTTI_TESModelDB__TESAutoQueuedDependentNode = (void *)0x051FB980; +const void * RTTI_TESModelDB__TESQueuedHandles = (void *)0x051F5B90; +const void * RTTI_TESModelTri = (void *)0x05260D30; +const void * RTTI_TESNPC = (void *)0x051092C0; +const void * RTTI_TESNPCData__ChargenDataModel = (void *)0x05243378; +const void * RTTI_TESNPC__InstanceData = (void *)0x05262290; +const void * RTTI_TESObject = (void *)0x0511D238; +const void * RTTI_TESObjectACTI = (void *)0x05248340; +const void * RTTI_TESObjectANIO = (void *)0x052491D8; +const void * RTTI_TESObjectARMA = (void *)0x05108FC8; +const void * RTTI_TESObjectARMO = (void *)0x052492F0; +const void * RTTI_TESObjectARMOInstanceData = (void *)0x05106730; +const void * RTTI_TESObjectBOOK = (void *)0x05249408; +const void * RTTI_TESObjectCELL = (void *)0x05106460; +const void * RTTI_TESObjectCONT = (void *)0x05249530; +const void * RTTI_TESObjectCONT__InstanceData = (void *)0x05249558; +const void * RTTI_TESObjectDOOR = (void *)0x05249D98; +const void * RTTI_TESObjectLIGH = (void *)0x05248B98; +const void * RTTI_TESObjectMISC = (void *)0x05248A38; +const void * RTTI_TESObjectREFR = (void *)0x051063E8; +const void * RTTI_TESObjectREFRDef__IAliasFunctor = (void *)0x051F37B0; +const void * RTTI_TESObjectREFRDef__IAliasLinkedChildFunctor = (void *)0x051F3770; +const void * RTTI_TESObjectREFRDef__ILinkedReferenceFunctor = (void *)0x051A9C60; +const void * RTTI_TESObjectREFRIsReadyForAttachEvent = (void *)0x05252C00; +const void * RTTI_TESObjectREFRSync__REFRSyncController = (void *)0x0525C3B8; +const void * RTTI_TESObjectSTAT = (void *)0x052467B8; +const void * RTTI_TESObjectWEAP = (void *)0x0524A528; +const void * RTTI_TESObjectWEAPInstanceData = (void *)0x0524A4F8; +const void * RTTI_TESPackage = (void *)0x05106CE8; +const void * RTTI_TESPackedFile = (void *)0x051FB718; +const void * RTTI_TESPlanetModel = (void *)0x05106B38; +const void * RTTI_TESQuest = (void *)0x051C92D0; +const void * RTTI_TESRace = (void *)0x05109658; +const void * RTTI_TESRaceForm = (void *)0x05107170; +const void * RTTI_TESRegion = (void *)0x0523AB90; +const void * RTTI_TESRegionData = (void *)0x05108C40; +const void * RTTI_TESRegionDataManager = (void *)0x0523ABB0; +const void * RTTI_TESRegionDataMap = (void *)0x0523ABE0; +const void * RTTI_TESRegionDataSound = (void *)0x0523AC08; +const void * RTTI_TESRegionDataWeather = (void *)0x05108C68; +const void * RTTI_TESRegionList = (void *)0x0523ACA0; +const void * RTTI_TESShout = (void *)0x05260938; +const void * RTTI_TESSoulGem = (void *)0x0524A550; +const void * RTTI_TESSound = (void *)0x05260958; +const void * RTTI_TESSpellList = (void *)0x05107198; +const void * RTTI_TESTexture = (void *)0x05107370; +const void * RTTI_TESTopic = (void *)0x05106E00; +const void * RTTI_TESTopicInfo = (void *)0x05106D10; +const void * RTTI_TESTrapListener = (void *)0x05265B10; +const void * RTTI_TESValueForm = (void *)0x051F14F8; +const void * RTTI_TESWaterForm = (void *)0x05106EE0; +const void * RTTI_TESWaterNormals = (void *)0x0527CD28; +const void * RTTI_TESWaterObject = (void *)0x0527CD00; +const void * RTTI_TESWaterSystem = (void *)0x0527CD50; +const void * RTTI_TESWeather = (void *)0x0525C4B8; +const void * RTTI_TESWeightForm = (void *)0x051F1400; +const void * RTTI_TESWordOfPower = (void *)0x05260978; +const void * RTTI_TESWorldSpace = (void *)0x05108C18; +const void * RTTI_TES__PostGridLoadNode = (void *)0x051F8340; +const void * RTTI_TagPropagationNode = (void *)0x053E7810; +const void * RTTI_TagPropagationNodeInstance = (void *)0x053E7840; +const void * RTTI_TakeOffInitiateCompleteHandler = (void *)0x053603B0; +const void * RTTI_TakeoffMenu = (void *)0x05307098; +const void * RTTI_TakeoffMenuDataModel = (void *)0x052D3C58; +const void * RTTI_TakeoffMenuDataModel__TakeoffMenuEventShuttle = (void *)0x052D3C10; +const void * RTTI_TakeoffMenu_CloseMenu = (void *)0x053071B8; +const void * RTTI_TakeoffMenu_ExitShip = (void *)0x053071E8; +const void * RTTI_TakeoffMenu_Launch = (void *)0x05307268; +const void * RTTI_TargetEntry = (void *)0x05264438; +const void * RTTI_TelekinesisEffect = (void *)0x0531E5C0; +const void * RTTI_TeleportDoorSearch = (void *)0x052780F0; +const void * RTTI_TempLoadedCellDB__LoadTempDataForCell = (void *)0x051DF3E8; +const void * RTTI_TerminalMenu_CancelEvent = (void *)0x05313770; +const void * RTTI_TerminalOpenViewCallback = (void *)0x053135C8; +const void * RTTI_TerminalRunResultsCallback = (void *)0x053135F8; +const void * RTTI_Terminal_CloseAllViews = (void *)0x053136E0; +const void * RTTI_Terminal_CloseTopView = (void *)0x053136B0; +const void * RTTI_Terminal_CloseView = (void *)0x05313740; +const void * RTTI_Terminal_MenuItemClick = (void *)0x05313710; +const void * RTTI_Terminal__AddAliasedTerminalsFunc = (void *)0x05312370; +const void * RTTI_Terminal__GenesisTerminalMenu = (void *)0x05313678; +const void * RTTI_Terminal__GenesisTerminalMenu_UnlockItemConfirm = (void *)0x053124B0; +const void * RTTI_Terminal__GenesisTerminalMenu_UnlockedItemWithKey = (void *)0x053123B0; +const void * RTTI_Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle = (void *)0x05313340; +const void * RTTI_TerminateGraphRagdollHandler = (void *)0x05360348; +const void * RTTI_TerrainDB__TerrainBarrierNode = (void *)0x05240C70; +const void * RTTI_TerrainDB__TerrainGraphProcessor = (void *)0x05240BE8; +const void * RTTI_TestMenu = (void *)0x05315628; +const void * RTTI_TestMenu_DoAction = (void *)0x05315648; +const void * RTTI_TestMenu_ExitMenu = (void *)0x05315600; +const void * RTTI_TestMenu_ShowImages = (void *)0x053156C8; +const void * RTTI_TestMenu_ShowResources = (void *)0x05315698; +const void * RTTI_TestMenu_TestAll = (void *)0x05315670; +const void * RTTI_TestMenu__TestMenuEventShuttle = (void *)0x053142A0; +const void * RTTI_TestReferencedObject = (void *)0x050FE5A8; +const void * RTTI_TextInputMenu = (void *)0x053161C8; +const void * RTTI_TextInputMenu_EndEditText = (void *)0x05316198; +const void * RTTI_TextInputMenu_InputCanceled = (void *)0x053161F0; +const void * RTTI_TextInputMenu_StartEditText = (void *)0x05316228; +const void * RTTI_TextInputMenu__TextInputEventShuttle = (void *)0x05316018; +const void * RTTI_TextRenderer = (void *)0x0541A298; +const void * RTTI_TextRenderer3D = (void *)0x05190450; +const void * RTTI_TextureDB__ErrorStreamer = (void *)0x051AE6D8; +const void * RTTI_TextureDB__Manager = (void *)0x05443460; +const void * RTTI_TextureUtils__AutoQueuedDependentNode = (void *)0x05401D40; +const void * RTTI_TextureUtils__WaitStreamedNode = (void *)0x05401DE8; +const void * RTTI_ThirdPersonState = (void *)0x05282B58; +const void * RTTI_ThumbstickEvent = (void *)0x053EAEC8; +const void * RTTI_TimeMultiplierProvider = (void *)0x0523AB60; +const void * RTTI_TimerEvent = (void *)0x053E8480; +const void * RTTI_TimerEventInstance = (void *)0x053E8450; +const void * RTTI_TitleSequenceMenu = (void *)0x053A7E80; +const void * RTTI_TitleSequenceMenu_StartMusic = (void *)0x053A7DF8; +const void * RTTI_TranslationAdjustment = (void *)0x053E6F68; +const void * RTTI_TranslationAdjustmentInstance = (void *)0x053E7778; +const void * RTTI_TrapEntry = (void *)0x05265AF0; +const void * RTTI_TrapTargetEntry = (void *)0x05264530; +const void * RTTI_TraversalCollisionFilter = (void *)0x0520E9D0; +const void * RTTI_TraversalFinishedHandler = (void *)0x05360450; +const void * RTTI_TraversalStepDoneHandler = (void *)0x05360420; +const void * RTTI_TrespassPackage = (void *)0x0534DCE8; +const void * RTTI_TrianglePathWaterLedgeTraversalSplitter = (void *)0x0542A020; +const void * RTTI_TurnUndeadEffect = (void *)0x0531E4A0; +const void * RTTI_TutorialMessageManager = (void *)0x052DB910; +const void * RTTI_TutorialMessageManager__TutorialMessageEventShuttle = (void *)0x052AB020; +const void * RTTI_TweenMenuCameraState = (void *)0x0539D6D8; +const void * RTTI_TwoBoneIKNode = (void *)0x053E6FE8; +const void * RTTI_TwoBoneIKNodeInstance = (void *)0x053E77B0; +const void * RTTI_TypeRegistryTest__Ref = (void *)0x050F8F60; +const void * RTTI_TypeRegistryTest__TypedefChild = (void *)0x050F94E0; +const void * RTTI_UI = (void *)0x05418698; +const void * RTTI_UIBlurManager = (void *)0x053A8150; +const void * RTTI_UICellRenderer = (void *)0x051E8F70; +const void * RTTI_UICellRenderer_InventoryItem = (void *)0x051E9018; +const void * RTTI_UICellRenderer_InventoryItem__ItemModelLoadTask = (void *)0x051E9050; +const void * RTTI_UIDataShuttleConnector = (void *)0x05418B68; +const void * RTTI_UIDataShuttleContainer = (void *)0x051D31D8; +const void * RTTI_UIDataToFlash = (void *)0x051D2E60; +const void * RTTI_UIEventDispatcher = (void *)0x051A62C8; +const void * RTTI_UIMenuChargenMenuDisablePaperdoll = (void *)0x052FE2F0; +const void * RTTI_UISaveLoadManager = (void *)0x05335038; +const void * RTTI_UncullFurnitureBoneHandler = (void *)0x05363E18; +const void * RTTI_UncullWeaponsHandler = (void *)0x05360598; +const void * RTTI_UnitTest__CopyableReferencedObject = (void *)0x050F8EF8; +const void * RTTI_UnitTest__InterfaceImpl0 = (void *)0x050F9198; +const void * RTTI_UnitTest__InterfaceImpl1 = (void *)0x050F91C8; +const void * RTTI_UnitTest__InterfaceUnregistered0 = (void *)0x050F91F8; +const void * RTTI_UnitTest__InterfaceUnregistered1 = (void *)0x050F9230; +const void * RTTI_UnitTest__NestedRelArray = (void *)0x050F8EC8; +const void * RTTI_UnitTest__SetterTest__Foo = (void *)0x050F8F30; +const void * RTTI_UnitTest__SimpleRelArray = (void *)0x050F8E98; +const void * RTTI_UnitTest__TypeVm__Record = (void *)0x050F8F90; +const void * RTTI_UnitTest__UrlObject__Shape = (void *)0x050F9268; +const void * RTTI_UnitTest__UrlObject__TestGraph = (void *)0x050F9298; +const void * RTTI_UpdateParticleParticleInDirtyAabbsTask = (void *)0x05102690; +const void * RTTI_UpdateRigidBodyDirtyAabbsTask = (void *)0x05102658; +const void * RTTI_UpdateSceneRectEvent = (void *)0x05418E28; +const void * RTTI_UseStimpakHandler = (void *)0x05360540; +const void * RTTI_VATS = (void *)0x05368BA8; +const void * RTTI_VATSCameraState = (void *)0x0539D708; +const void * RTTI_VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor = (void *)0x053687F0; +const void * RTTI_ValueModifierEffect = (void *)0x0531C860; +const void * RTTI_VariableCombiner = (void *)0x053E6FC0; +const void * RTTI_VariableCombinerInstance = (void *)0x053E77E0; +const void * RTTI_VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor = (void *)0x05432A10; +const void * RTTI_VirtualPathingDoor = (void *)0x05204E38; +const void * RTTI_WaterPathPathingNodeGenerator = (void *)0x054324B8; +const void * RTTI_WaterPathRayValidator = (void *)0x05432588; +const void * RTTI_WeaponAttachHandler = (void *)0x05360658; +const void * RTTI_WeaponBeginDrawHandler = (void *)0x05363B28; +const void * RTTI_WeaponBeginSheatheHandler = (void *)0x053638B8; +const void * RTTI_WeaponDetachHandler = (void *)0x053606F0; +const void * RTTI_WeaponDrawHandler = (void *)0x05363890; +const void * RTTI_WeaponEnchantmentController = (void *)0x0531E070; +const void * RTTI_WeaponFireEndHandler = (void *)0x05363EB0; +const void * RTTI_WeaponFireHandler = (void *)0x05363C38; +const void * RTTI_WeaponFireStartHandler = (void *)0x05363C88; +const void * RTTI_WeaponGroupAssignmentMenu_ChangeWeaponAssignment = (void *)0x051E85F0; +const void * RTTI_WeaponGroupAssignmentMenu_OnHintButtonActivated = (void *)0x051E85A0; +const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu = (void *)0x051E8830; +const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle = (void *)0x051E8410; +const void * RTTI_WeaponSheatheHandler = (void *)0x05363920; +const void * RTTI_WeaponSheatheInterruptHandler = (void *)0x053638E8; +const void * RTTI_WeaponSwingHandler = (void *)0x05363BB0; +const void * RTTI_WeaponsCraftingMenu = (void *)0x05316950; +const void * RTTI_Win32FileSystemWatcher = (void *)0x050F97F8; +const void * RTTI_WorkshopActionButton_HoldFinished = (void *)0x0531C398; +const void * RTTI_WorkshopActionButton_HoldStopped = (void *)0x0531C3D0; +const void * RTTI_WorkshopAreaResourcesDataModel = (void *)0x052D47A0; +const void * RTTI_WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle = (void *)0x052D47E0; +const void * RTTI_WorkshopBIEvents__WorkshopEventManager = (void *)0x0531F968; +const void * RTTI_WorkshopBuilderDataModel = (void *)0x052D5E38; +const void * RTTI_WorkshopBuilderDataModel__WorkshopBuilderEventShuttle = (void *)0x052D5FC0; +const void * RTTI_WorkshopBuilderMenu = (void *)0x05316AF0; +const void * RTTI_WorkshopBuilderMenu_ChangeBuildItem = (void *)0x05317348; +const void * RTTI_WorkshopBuilderMenu_SelectedItem = (void *)0x053173C8; +const void * RTTI_WorkshopBuilderMenu_ToggleTracking = (void *)0x05317388; +const void * RTTI_WorkshopCamera__CameraHitCollector = (void *)0x052832A8; +const void * RTTI_WorkshopCamera__WorkshopCharacterProxyListener = (void *)0x052832E0; +const void * RTTI_WorkshopCategoryBarDataModel = (void *)0x052D4B08; +const void * RTTI_WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle = (void *)0x052D4CC0; +const void * RTTI_WorkshopCategoryInfoDataModel = (void *)0x052D51F8; +const void * RTTI_WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle = (void *)0x052D50D0; +const void * RTTI_WorkshopColorModeDataModel = (void *)0x052AC348; +const void * RTTI_WorkshopColorModeDataModel__WorkshopColorModeEventShuttle = (void *)0x052AC580; +const void * RTTI_WorkshopColorMode_ApplyColors = (void *)0x052AC158; +const void * RTTI_WorkshopColorMode_SelectedTab = (void *)0x052AC0E8; +const void * RTTI_WorkshopColorMode_SliderChanged = (void *)0x052AC120; +const void * RTTI_WorkshopColorMode_SwatchChanged = (void *)0x052AC2C8; +const void * RTTI_WorkshopEngine__ActivateItemEvent = (void *)0x053D3D48; +const void * RTTI_WorkshopEngine__BulldozeItemEvent = (void *)0x053D3DB8; +const void * RTTI_WorkshopEngine__CancelEvent = (void *)0x053D3878; +const void * RTTI_WorkshopEngine__CommitEvent = (void *)0x053D3758; +const void * RTTI_WorkshopEngine__ConnectTransferLinkEvent = (void *)0x053D39D0; +const void * RTTI_WorkshopEngine__ConnectWireEvent = (void *)0x053D38E8; +const void * RTTI_WorkshopEngine__CycleBehaviorEvent = (void *)0x053D38B0; +const void * RTTI_WorkshopEngine__EditColorsEvent = (void *)0x053D3C50; +const void * RTTI_WorkshopEngine__EditItemEvent = (void *)0x053D3A10; +const void * RTTI_WorkshopEngine__EngineFrame = (void *)0x05129588; +const void * RTTI_WorkshopEngine__ExitEvent = (void *)0x053D3728; +const void * RTTI_WorkshopEngine__FinishRepairEvent = (void *)0x053D3790; +const void * RTTI_WorkshopEngine__InspectColorItemsEvent = (void *)0x053D3AB8; +const void * RTTI_WorkshopEngine__ItemCombatChangedEvent = (void *)0x053D37C8; +const void * RTTI_WorkshopEngine__NewItemEvent = (void *)0x053D3920; +const void * RTTI_WorkshopEngine__PlaceOutpostEvent = (void *)0x053D2E08; +const void * RTTI_WorkshopEngine__PreviewColorsEvent = (void *)0x053D3D80; +const void * RTTI_WorkshopEngine__RemoveItemEvent = (void *)0x053D3958; +const void * RTTI_WorkshopEngine__RemoveOutpostEvent = (void *)0x053D3840; +const void * RTTI_WorkshopEngine__RemoveWorkshopItemsEvent = (void *)0x053D3C88; +const void * RTTI_WorkshopEngine__RequestRepairItemEvent = (void *)0x053D3990; +const void * RTTI_WorkshopEngine__ResetColorsToDefaultEvent = (void *)0x053D3D08; +const void * RTTI_WorkshopEngine__RevertBehaviorEvent = (void *)0x053D3CC8; +const void * RTTI_WorkshopEngine__RotateItemEvent = (void *)0x053D3C18; +const void * RTTI_WorkshopEngine__StartQuickMenuEvent = (void *)0x053D2D90; +const void * RTTI_WorkshopEngine__StartSnappedEvent = (void *)0x053D3808; +const void * RTTI_WorkshopEngine__StartWorkshopEvent = (void *)0x053D2D58; +const void * RTTI_WorkshopEngine__StateBulldoze = (void *)0x053D3540; +const void * RTTI_WorkshopEngine__StateCreatePowerLink = (void *)0x053D2FE8; +const void * RTTI_WorkshopEngine__StateCreateReferences = (void *)0x053D3BD8; +const void * RTTI_WorkshopEngine__StateCreateTransferLink = (void *)0x053D2EF8; +const void * RTTI_WorkshopEngine__StateCycleSnapBehavior = (void *)0x053D34C8; +const void * RTTI_WorkshopEngine__StateDuplicateReferences = (void *)0x053D3B68; +const void * RTTI_WorkshopEngine__StateIdle = (void *)0x053D3BA8; +const void * RTTI_WorkshopEngine__StateInspect = (void *)0x053D3508; +const void * RTTI_WorkshopEngine__StateInspectColorItems = (void *)0x053D3578; +const void * RTTI_WorkshopEngine__StateModifyColors = (void *)0x053D2F78; +const void * RTTI_WorkshopEngine__StatePostCommitEdit = (void *)0x053D36A8; +const void * RTTI_WorkshopEngine__StateSetupReferences = (void *)0x053D30D8; +const void * RTTI_WorkshopEngine__StateUpdateAutoFoundation = (void *)0x053D36E8; +const void * RTTI_WorkshopEngine__StateUpdateCommitSnapEdit = (void *)0x053D35B8; +const void * RTTI_WorkshopEngine__StateUpdatePlacement = (void *)0x053D3028; +const void * RTTI_WorkshopEngine__StateUpdatePowerLink = (void *)0x053D2F38; +const void * RTTI_WorkshopEngine__StateUpdateSnapped = (void *)0x053D3068; +const void * RTTI_WorkshopEngine__StateUpdateTransferLink = (void *)0x053D2EB8; +const void * RTTI_WorkshopEngine__StateWait3D = (void *)0x053D30A0; +const void * RTTI_WorkshopEngine__TrackItemEvent = (void *)0x053D3AF8; +const void * RTTI_WorkshopEngine__UntrackItemEvent = (void *)0x053D3A48; +const void * RTTI_WorkshopEngine__UpdateEvent = (void *)0x053D2DD0; +const void * RTTI_WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter = (void *)0x05280140; +const void * RTTI_WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector = (void *)0x05282160; +const void * RTTI_WorkshopHavokUtils__ForwardCastCollector = (void *)0x05280248; +const void * RTTI_WorkshopHavokUtils__GroundInfoCollisionfilter = (void *)0x05282790; +const void * RTTI_WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter = (void *)0x052801F0; +const void * RTTI_WorkshopHavokUtils__IntersectionTestCollisionfilter = (void *)0x052801A0; +const void * RTTI_WorkshopHavokUtils__ItemPlacementForwardCastCollector = (void *)0x05281C00; +const void * RTTI_WorkshopHavokUtils__TempItemPlacementCollector = (void *)0x053D43D0; +const void * RTTI_WorkshopHavokUtils__WorkshopClosestHitGroundCollector = (void *)0x05281CA0; +const void * RTTI_WorkshopHavokUtils__WorkshopGroundCollector = (void *)0x05281C50; +const void * RTTI_WorkshopHavokUtils__hknpWorkshopCastCollector = (void *)0x052800F0; +const void * RTTI_WorkshopHavokUtils__hknpWorkshopIntersectCollector = (void *)0x052802D0; +const void * RTTI_WorkshopHighlightUtils__EventListener = (void *)0x053D3ED8; +const void * RTTI_WorkshopInteractiveMessageDataModel = (void *)0x052D61B8; +const void * RTTI_WorkshopInteractiveMessageDataModel__ICallback = (void *)0x05319680; +const void * RTTI_WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle = (void *)0x052D6150; +const void * RTTI_WorkshopIsoCameraState = (void *)0x0539D3C8; +const void * RTTI_WorkshopLOD__WorkshopLODManager = (void *)0x053D0760; +const void * RTTI_WorkshopMenu = (void *)0x05319420; +const void * RTTI_WorkshopMenuShared = (void *)0x0531C2C8; +const void * RTTI_WorkshopMenu_AttemptBuild = (void *)0x05319650; +const void * RTTI_WorkshopMenu_CancelAction = (void *)0x05319580; +const void * RTTI_WorkshopMenu_ChangeVariant = (void *)0x05319618; +const void * RTTI_WorkshopMenu_ConnectionEvent = (void *)0x05319548; +const void * RTTI_WorkshopMenu_ExitMenu = (void *)0x053195B0; +const void * RTTI_WorkshopMenu_MessageCallback = (void *)0x05319480; +const void * RTTI_WorkshopMenu_SelectedCategory = (void *)0x053195E0; +const void * RTTI_WorkshopMenu_SelectedGridObject = (void *)0x053196C8; +const void * RTTI_WorkshopMenu_ShowExtras = (void *)0x053194B8; +const void * RTTI_WorkshopMenu_SwitchMode = (void *)0x05319518; +const void * RTTI_WorkshopMenu_ToggleDistance = (void *)0x05319448; +const void * RTTI_WorkshopMenu_ToggleTracking = (void *)0x053193E8; +const void * RTTI_WorkshopMenu_ToggleView = (void *)0x053194E8; +const void * RTTI_WorkshopMessageDataModel = (void *)0x052D6500; +const void * RTTI_WorkshopMessageDataModel__WorkshopMessageEventShuttle = (void *)0x052D6470; +const void * RTTI_WorkshopObjectInfoCardDataModel = (void *)0x052D5438; +const void * RTTI_WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle = (void *)0x052D5590; +const void * RTTI_WorkshopOperations__CandidateSnapper = (void *)0x053D4490; +const void * RTTI_WorkshopPickRefDataModel = (void *)0x052D6A40; +const void * RTTI_WorkshopPickRefDataModel__WorkshopPickRefEventShuttle = (void *)0x052D6AF0; +const void * RTTI_WorkshopQuickMenu = (void *)0x0531A2F0; +const void * RTTI_WorkshopQuickMenuDataModel = (void *)0x052D6B88; +const void * RTTI_WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle = (void *)0x052D6C00; +const void * RTTI_WorkshopQuickMenu_ConfirmAction = (void *)0x0531A3B8; +const void * RTTI_WorkshopQuickMenu_ExitMenu = (void *)0x0531A3F0; +const void * RTTI_WorkshopResources__WorkshopResourcesManager = (void *)0x051A0500; +const void * RTTI_WorkshopShared_SetActionHandles = (void *)0x0531C440; +const void * RTTI_WorkshopShared_StartAction = (void *)0x0531C408; +const void * RTTI_WorkshopStateDataModel = (void *)0x052D7758; +const void * RTTI_WorkshopStateDataModel__WorkshopStateEventShuttle = (void *)0x052D7790; +const void * RTTI_WorkshopStatusDataModel = (void *)0x052AC850; +const void * RTTI_WorkshopStatusDataModel__WorkshopStatusEventShuttle = (void *)0x052AC8C0; +const void * RTTI_WorkshopTargetMenu = (void *)0x0531B4D8; +const void * RTTI_WorkshopTargetMenu_TargetHovered = (void *)0x0531B5E8; +const void * RTTI_WorkshopTargetMenu_TargetPicked = (void *)0x0531B5B0; +const void * RTTI_WorkshopTargetMenu__OutpostData = (void *)0x0531B0B0; +const void * RTTI_WorkshopTargetMenu__ResourceData = (void *)0x0531B458; +const void * RTTI_WorkshopTargetMenu__SourceData = (void *)0x0531AC98; +const void * RTTI_WorkshopTargetMenu__TargetData = (void *)0x0531B420; +const void * RTTI_WorkshopTargetMenu__TargetMenuData = (void *)0x0531B008; +const void * RTTI_WorkshopTargetMenu__WorkshopTargetEventShuttle = (void *)0x0531B380; +const void * RTTI_WorkshopUI__ConfirmDeferDeleteCallback = (void *)0x053D54A0; +const void * RTTI_WorkshopUI__StateBulldoze = (void *)0x053D51B8; +const void * RTTI_WorkshopUI__StateIdle = (void *)0x053D52B0; +const void * RTTI_WorkshopUI__StateInspectColors = (void *)0x053D5278; +const void * RTTI_WorkshopUI__StateInspectIdle = (void *)0x053D5428; +const void * RTTI_WorkshopUI__StateInspectItem = (void *)0x053D52E0; +const void * RTTI_WorkshopUI__StateModifyColors = (void *)0x053D5180; +const void * RTTI_WorkshopUI__StateUpdateExistingItemPlacement = (void *)0x053D5390; +const void * RTTI_WorkshopUI__StateUpdateNewDeployablePlacement = (void *)0x053D53E0; +const void * RTTI_WorkshopUI__StateUpdateNewItemPlacement = (void *)0x053D5460; +const void * RTTI_WorkshopUI__StateUpdateTransferLinkPlacement = (void *)0x053D5230; +const void * RTTI_WorkshopUI__StateUpdateWirePlacement = (void *)0x053D51E8; +const void * RTTI_WorkshopUI__UIStateMachine = (void *)0x051A0658; +const void * RTTI_Workshop_BlueprintMenu = (void *)0x0531B620; +const void * RTTI_Workshop__BulldozeOnlyWorkshopItem = (void *)0x053D3E28; +const void * RTTI_Workshop__DecoratedHabWorkshopItem = (void *)0x052821B0; +const void * RTTI_Workshop__ExtraData = (void *)0x051F1FA8; +const void * RTTI_Workshop__InventoryItemWorkshopItem = (void *)0x053D3E98; +const void * RTTI_Workshop__MainStatusHandler = (void *)0x051276F8; +const void * RTTI_Workshop__PackinWorkshopItem = (void *)0x052821E8; +const void * RTTI_Workshop__PowerLinkWorkshopItem = (void *)0x053D3E60; +const void * RTTI_Workshop__SingleWorkshopItem = (void *)0x052820A0; +const void * RTTI_Workshop__TESObjectREFRGameEventListener = (void *)0x053D2E40; +const void * RTTI_Workshop__TransferLinkWorkshopItem = (void *)0x053D3DF0; +const void * RTTI_Workshop__WireWorkshopItem = (void *)0x053D4068; +const void * RTTI_Workshop__WorkshopItemBase = (void *)0x05282070; +const void * RTTI_Workshop__WorkshopMenuNode = (void *)0x051A53D8; +const void * RTTI_Workshop__WorkshopMenuNodeBuildableObject = (void *)0x052805B8; +const void * RTTI_Workshop__WorkshopMenuNodeBulldozer = (void *)0x05280538; +const void * RTTI_Workshop__WorkshopMenuNodeDecoratedHab = (void *)0x053D4418; +const void * RTTI_Workshop__WorkshopMenuNodeLockLevel = (void *)0x05280578; +const void * RTTI_Workshop__WorkshopMenuNodeOutpost = (void *)0x051A53A0; +const void * RTTI_Workshop__WorkshopStatisticsEventSink = (void *)0x051A0878; +const void * RTTI_ZeroOverheadHeap = (void *)0x053EA780; +const void * RTTI_ZeroPitchHandler = (void *)0x05363C60; +const void * RTTI_ZoneEntry = (void *)0x05264490; +const void * RTTI_bhkBipedOrientationController = (void *)0x053F88B8; +const void * RTTI_bhkBlockStreamAllocatorBase = (void *)0x053EFD98; +const void * RTTI_bhkCharProxyController = (void *)0x053F2F90; +const void * RTTI_bhkCharProxyControllerCinfo = (void *)0x053F2FC0; +const void * RTTI_bhkCharProxyManager = (void *)0x053EFCA8; +const void * RTTI_bhkCharRigidBodyController = (void *)0x053F3C60; +const void * RTTI_bhkCharRigidBodyControllerCinfo = (void *)0x053F3D40; +const void * RTTI_bhkCharRigidBodyManager = (void *)0x053EFC78; +const void * RTTI_bhkCharacterCollisionHandler = (void *)0x0534CC40; +const void * RTTI_bhkCharacterController = (void *)0x053F2808; +const void * RTTI_bhkCharacterControllerCinfo = (void *)0x053F2E08; +const void * RTTI_bhkCharacterControllerShapeManager__hknpConvexShapeEx = (void *)0x053F2910; +const void * RTTI_bhkCharacterPointCollector = (void *)0x053F8B38; +const void * RTTI_bhkCharacterProxy = (void *)0x053F2FF8; +const void * RTTI_bhkCharacterRigidBody = (void *)0x053F3D78; +const void * RTTI_bhkCharacterRigidBodyCinfo = (void *)0x053F3D08; +const void * RTTI_bhkCharacterStateClimbing = (void *)0x053F2960; +const void * RTTI_bhkCharacterStateFloating = (void *)0x053F89B0; +const void * RTTI_bhkCharacterStateFlying = (void *)0x053F28D8; +const void * RTTI_bhkCharacterStateInAir = (void *)0x053F8980; +const void * RTTI_bhkCharacterStateJumping = (void *)0x053F8950; +const void * RTTI_bhkCharacterStateOnGround = (void *)0x053F8920; +const void * RTTI_bhkCharacterStateSpaceship = (void *)0x053EDC50; +const void * RTTI_bhkCharacterStateSwimming = (void *)0x053F3A98; +const void * RTTI_bhkCollisionFilter = (void *)0x053F2550; +const void * RTTI_bhkICharOrientationController = (void *)0x053F2D58; +const void * RTTI_bhkIWorldStepListener = (void *)0x051AB3E8; +const void * RTTI_bhkMemorySystem = (void *)0x053F85C0; +const void * RTTI_bhkNPCollisionObject = (void *)0x05347810; +const void * RTTI_bhkNPCollisionObjectUnlinked = (void *)0x05347768; +const void * RTTI_bhkNPCollisionObjectUnlinked__LinkExtraData = (void *)0x053F1180; +const void * RTTI_bhkNPCollisionProxyObject = (void *)0x053F1270; +const void * RTTI_bhkNPModelNodeComponent = (void *)0x052040A8; +const void * RTTI_bhkParticlesManagerModifier = (void *)0x053F0D98; +const void * RTTI_bhkPhysicsSystem = (void *)0x053F2740; +const void * RTTI_bhkQuadOrientationController = (void *)0x053F8A28; +const void * RTTI_bhkRagdollPenetrationManager = (void *)0x053F8068; +const void * RTTI_bhkRagdollSystem = (void *)0x053F2768; +const void * RTTI_bhkRandomVelocityGenerator__INISettingCollectionEx = (void *)0x0513EAC0; +const void * RTTI_bhkRandomVelocityGenerator__INISettingEx = (void *)0x0519DA68; +const void * RTTI_bhkThreadMemorySource = (void *)0x053F9010; +const void * RTTI_bhkThreadMemorySource__RowBlockAllocatorImpl = (void *)0x053F9040; +const void * RTTI_bhkThreadPool = (void *)0x053F3478; +const void * RTTI_bhkTrapListener = (void *)0x05265B38; +const void * RTTI_bhkWorld = (void *)0x053ED830; +const void * RTTI_bhkWorldM = (void *)0x053F3178; +const void * RTTI_bnet__Account__ExternalAuthInfo = (void *)0x05487C30; +const void * RTTI_bnet__AsyncOperationProxy = (void *)0x05484B28; +const void * RTTI_bnet__impl__AsyncOperation = (void *)0x05484520; +const void * RTTI_bps__client__BIEventClient__BulkEventsResult = (void *)0x051CEFD0; +const void * RTTI_bps__client__BIEventClient__CreateSessionResult = (void *)0x053D8F20; +const void * RTTI_bps__client__BaseRequestImpl = (void *)0x053D8EE0; +const void * RTTI_bps__client__Services = (void *)0x053D9660; +const void * RTTI_castTest__Interface0 = (void *)0x050F90A8; +const void * RTTI_castTest__Interface1 = (void *)0x050F90D8; +const void * RTTI_castTest__Interface2 = (void *)0x050F9108; +const void * RTTI_castTest__InterfaceBase = (void *)0x050F9040; +const void * RTTI_castTest__InterfaceOtherBase = (void *)0x050F9070; +const void * RTTI_castTest__Leaf = (void *)0x050F8FE8; +const void * RTTI_castTest__OtherLeaf = (void *)0x050F9010; +const void * RTTI_castTest__Root = (void *)0x050F8FC0; +const void * RTTI_castTest__WithInterfaces = (void *)0x050F9138; +const void * RTTI_hclAction = (void *)0x0534B550; +const void * RTTI_hclAntiPinchConstraintInstanceData = (void *)0x050FE568; +const void * RTTI_hclAntiPinchConstraintSet = (void *)0x050FD0D8; +const void * RTTI_hclBSClothParameterizedWindAction = (void *)0x053F8648; +const void * RTTI_hclBSClothPickingAction = (void *)0x0534B520; +const void * RTTI_hclBSWorld = (void *)0x053EF568; +const void * RTTI_hclBendLinkConstraintSet = (void *)0x050FD108; +const void * RTTI_hclBendLinkConstraintSetMx = (void *)0x050FD138; +const void * RTTI_hclBendStiffnessConstraintSet = (void *)0x050FD170; +const void * RTTI_hclBendStiffnessConstraintSetMx = (void *)0x050FD1A8; +const void * RTTI_hclBlendOperatorInstanceData = (void *)0x050FCE08; +const void * RTTI_hclBlendSomeVerticesOperator = (void *)0x050FCDD0; +const void * RTTI_hclBonePlanesConstraintSet = (void *)0x050FD1E0; +const void * RTTI_hclBoneSpaceMeshMeshDeformOperator = (void *)0x050FD430; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNOperator = (void *)0x050FD470; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNTBOperator = (void *)0x050FD4B0; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNTOperator = (void *)0x050FD4F0; +const void * RTTI_hclBoneSpaceMeshMeshDeformPOperator = (void *)0x050FD530; +const void * RTTI_hclBoneSpaceSkinOperator = (void *)0x050FD570; +const void * RTTI_hclBoneSpaceSkinPNOperator = (void *)0x050FD5A0; +const void * RTTI_hclBoneSpaceSkinPNTBOperator = (void *)0x050FD5D8; +const void * RTTI_hclBoneSpaceSkinPNTOperator = (void *)0x050FD610; +const void * RTTI_hclBoneSpaceSkinPOperator = (void *)0x050FD648; +const void * RTTI_hclBoneSpaceTransferSimulationOperator = (void *)0x050FE368; +const void * RTTI_hclBuffer = (void *)0x053F15A8; +const void * RTTI_hclBufferDefinition = (void *)0x050FCC80; +const void * RTTI_hclCapsuleShape = (void *)0x050FCF70; +const void * RTTI_hclClothContainer = (void *)0x050FD408; +const void * RTTI_hclClothData = (void *)0x050FCCD8; +const void * RTTI_hclClothInstance = (void *)0x050FCC00; +const void * RTTI_hclClothLeafShapeSensor = (void *)0x05104DB8; +const void * RTTI_hclClothPickingAction = (void *)0x0534B4C8; +const void * RTTI_hclClothState = (void *)0x050FCCB0; +const void * RTTI_hclClothStateInstanceData = (void *)0x050FDB78; +const void * RTTI_hclCollidable = (void *)0x050FCC28; +const void * RTTI_hclCollisionConvexes = (void *)0x05104EE8; +const void * RTTI_hclCollisionTriangles = (void *)0x05104EB8; +const void * RTTI_hclCompressibleLinkConstraintSet = (void *)0x050FD218; +const void * RTTI_hclCompressibleLinkConstraintSetMx = (void *)0x050FD250; +const void * RTTI_hclConstraintSet = (void *)0x050FCD58; +const void * RTTI_hclConstraintStiffnessDispatcher = (void *)0x050FE258; +const void * RTTI_hclConvexGeometryShape = (void *)0x050FCF98; +const void * RTTI_hclConvexHeightFieldShape = (void *)0x050FCFC8; +const void * RTTI_hclConvexPlanesShape = (void *)0x050FCFF8; +const void * RTTI_hclCopyVerticesOperator = (void *)0x050FDA90; +const void * RTTI_hclFullClothTask = (void *)0x050FE3E8; +const void * RTTI_hclGatherAllVerticesOperator = (void *)0x050FDAC0; +const void * RTTI_hclGatherSomeVerticesOperator = (void *)0x050FDAF8; +const void * RTTI_hclInputConvertOperator = (void *)0x050FD678; +const void * RTTI_hclLocalRangeConstraintSet = (void *)0x050FD290; +const void * RTTI_hclMeshBoneDeformOperator = (void *)0x050FD6D8; +const void * RTTI_hclMeshMeshDeformOperator = (void *)0x050FD740; +const void * RTTI_hclMoveParticlesOperator = (void *)0x050FD770; +const void * RTTI_hclObjectSpaceMeshMeshDeformOperator = (void *)0x050FD7A0; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNOperator = (void *)0x050FD7E0; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNTBOperator = (void *)0x050FD820; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNTOperator = (void *)0x050FD860; +const void * RTTI_hclObjectSpaceMeshMeshDeformPOperator = (void *)0x050FD8A0; +const void * RTTI_hclObjectSpaceSkinOperator = (void *)0x050FD8E0; +const void * RTTI_hclObjectSpaceSkinPNOperator = (void *)0x050FD918; +const void * RTTI_hclObjectSpaceSkinPNTBOperator = (void *)0x050FD950; +const void * RTTI_hclObjectSpaceSkinPNTOperator = (void *)0x050FD988; +const void * RTTI_hclObjectSpaceSkinPOperator = (void *)0x050FD9C0; +const void * RTTI_hclObjectSpaceTransferSimulationOperator = (void *)0x050FE3A8; +const void * RTTI_hclOperator = (void *)0x050FCD30; +const void * RTTI_hclOperatorSequenceTask = (void *)0x050FE410; +const void * RTTI_hclOutputConvertOperator = (void *)0x050FD6A8; +const void * RTTI_hclPlaneShape = (void *)0x050FD028; +const void * RTTI_hclPointContactPlanesShape = (void *)0x050FE290; +const void * RTTI_hclPostExecuteClothTask = (void *)0x050FE470; +const void * RTTI_hclPreExecuteClothTask = (void *)0x050FE440; +const void * RTTI_hclScratchBuffer = (void *)0x05104F18; +const void * RTTI_hclScratchBufferDefinition = (void *)0x050FE2C8; +const void * RTTI_hclShadowBuffer = (void *)0x05104F40; +const void * RTTI_hclShadowBufferDefinition = (void *)0x050FE300; +const void * RTTI_hclShape = (void *)0x050FCF50; +const void * RTTI_hclSimClothData = (void *)0x050FCDA8; +const void * RTTI_hclSimClothInstance = (void *)0x050FCC50; +const void * RTTI_hclSimClothPose = (void *)0x050FCD80; +const void * RTTI_hclSimpleMeshBoneDeformOperator = (void *)0x050FD708; +const void * RTTI_hclSimpleWindAction = (void *)0x053F8680; +const void * RTTI_hclSimulateOperator = (void *)0x050FD0A8; +const void * RTTI_hclSimulateOperatorInstanceData = (void *)0x050FCF18; +const void * RTTI_hclSkinOperator = (void *)0x050FD9F8; +const void * RTTI_hclSphereShape = (void *)0x050FD050; +const void * RTTI_hclStandardLinkConstraintSet = (void *)0x050FD2C8; +const void * RTTI_hclStandardLinkConstraintSetMx = (void *)0x050FD300; +const void * RTTI_hclStateDependencyGraph = (void *)0x050FCD00; +const void * RTTI_hclStateTransition = (void *)0x050FCE40; +const void * RTTI_hclStaticShadowBuffer = (void *)0x05104F68; +const void * RTTI_hclStaticShadowBufferDefinition = (void *)0x050FE330; +const void * RTTI_hclStretchLinkConstraintSet = (void *)0x050FD338; +const void * RTTI_hclStretchLinkConstraintSetMx = (void *)0x050FD370; +const void * RTTI_hclTaperedCapsuleShape = (void *)0x050FD078; +const void * RTTI_hclTransformSetDefinition = (void *)0x050FCE70; +const void * RTTI_hclTransitionConstraintInstanceData = (void *)0x050FCED8; +const void * RTTI_hclTransitionConstraintSet = (void *)0x050FCEA0; +const void * RTTI_hclUpdateAllVertexFramesOperator = (void *)0x050FDA20; +const void * RTTI_hclUpdateSomeVertexFramesOperator = (void *)0x050FDA58; +const void * RTTI_hclVdbObjectNode__SimulateOperatorInstanceData = (void *)0x050FDB30; +const void * RTTI_hclVolumeConstraint = (void *)0x050FD3A8; +const void * RTTI_hclVolumeConstraintInstanceData = (void *)0x050FE4F8; +const void * RTTI_hclVolumeConstraintMx = (void *)0x050FD3D8; +const void * RTTI_hclVolumeConstraintMxInstanceData = (void *)0x050FE530; +const void * RTTI_hclWorld = (void *)0x053EF510; +const void * RTTI_hctClothSetup20151Options = (void *)0x050F8E08; +const void * RTTI_hctClothSetupClothData20151Options = (void *)0x050F8DC8; +const void * RTTI_hctClothSetupObjectData20151 = (void *)0x050F8D90; +const void * RTTI_hkBSErrorEmpty = (void *)0x051A1818; +const void * RTTI_hkBaseObject = (void *)0x051A17F0; +const void * RTTI_hkBlockStreamAllocator = (void *)0x053EFDD0; +const void * RTTI_hkBlockStreamCommandWriter = (void *)0x05103778; +const void * RTTI_hkBmpFileFormat = (void *)0x05105028; +const void * RTTI_hkBsdSocket = (void *)0x050FC940; +const void * RTTI_hkBufferedStreamReader = (void *)0x050FB798; +const void * RTTI_hkBufferedStreamWriter = (void *)0x050FB7C8; +const void * RTTI_hkConcurrency = (void *)0x051036D8; +const void * RTTI_hkDdsFileFormat = (void *)0x05105000; +const void * RTTI_hkDebugCommandProcessor = (void *)0x050FFBE8; +const void * RTTI_hkDebugDisplay = (void *)0x050FE7B8; +const void * RTTI_hkDebugDisplayHandler = (void *)0x050FE710; +const void * RTTI_hkDefaultCompoundMeshBody = (void *)0x051043C8; +const void * RTTI_hkDefaultCompoundMeshShape = (void *)0x05104390; +const void * RTTI_hkDefaultError = (void *)0x051A1778; +const void * RTTI_hkDefaultTaskQueue = (void *)0x050FBA60; +const void * RTTI_hkDefaultTaskQueueDetail__AsyncThreadPoolContext = (void *)0x050FBBE0; +const void * RTTI_hkDefaultTaskQueueDetail__BlockingThreadContext = (void *)0x050FBB40; +const void * RTTI_hkDefaultTaskQueueDetail__SpinningThreadContext = (void *)0x050FBB90; +const void * RTTI_hkDefaultTaskQueueEx__ExecutionContext = (void *)0x050FBCF8; +const void * RTTI_hkDefaultTaskQueue__CriticalSection = (void *)0x050FBA90; +const void * RTTI_hkDefaultTaskQueue__EmptyTask = (void *)0x050FBB08; +const void * RTTI_hkDefaultTaskQueue__ThreadContext = (void *)0x050FBAD0; +const void * RTTI_hkDisplayAABB = (void *)0x050FE790; +const void * RTTI_hkDisplayCapsule = (void *)0x050FE740; +const void * RTTI_hkDisplayGeometry = (void *)0x050FE6E8; +const void * RTTI_hkDisplaySphere = (void *)0x050FE768; +const void * RTTI_hkDisplayWireframe = (void *)0x050FE7E0; +const void * RTTI_hkErrStream = (void *)0x050F9890; +const void * RTTI_hkError = (void *)0x051A17A0; +const void * RTTI_hkErrorRouter = (void *)0x050FBD60; +const void * RTTI_hkFileSystem = (void *)0x052649B0; +const void * RTTI_hkFileSystem__Watcher = (void *)0x050F9760; +const void * RTTI_hkGeometry = (void *)0x050F9668; +const void * RTTI_hkGeometryUtils__IVertices = (void *)0x051058F8; +const void * RTTI_hkHardwareInfo = (void *)0x050FBD38; +const void * RTTI_hkHdrFileFormat = (void *)0x05105078; +const void * RTTI_hkImageConversionStep = (void *)0x051050A0; +const void * RTTI_hkImageConversion_AddAlpha = (void *)0x051051B8; +const void * RTTI_hkImageConversion_Decode555 = (void *)0x05105708; +const void * RTTI_hkImageConversion_DiscardChannels = (void *)0x051056D0; +const void * RTTI_hkImageConversion_FLOAT16_to_32 = (void *)0x05105408; +const void * RTTI_hkImageConversion_FLOAT32_to_16 = (void *)0x051053D0; +const void * RTTI_hkImageConversion_FLOAT_to_R11G11B10 = (void *)0x051055D0; +const void * RTTI_hkImageConversion_FLOAT_to_SNORM8 = (void *)0x05105318; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM16 = (void *)0x05105350; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM8 = (void *)0x051052E0; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM8_SRGB = (void *)0x05105390; +const void * RTTI_hkImageConversion_Pad_to_RGBA32 = (void *)0x05105560; +const void * RTTI_hkImageConversion_Pad_to_RGBA8 = (void *)0x05105598; +const void * RTTI_hkImageConversion_R11G11B10_to_FLOAT = (void *)0x05105610; +const void * RTTI_hkImageConversion_R11G11B10_to_HALF = (void *)0x05105650; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED = (void *)0x05105440; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED = (void *)0x05105500; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED = (void *)0x051054A0; +const void * RTTI_hkImageConversion_R8G8B8A8_to_R8G8B8 = (void *)0x05105690; +const void * RTTI_hkImageConversion_SNORM8_to_FLOAT = (void *)0x05105228; +const void * RTTI_hkImageConversion_SetAlpha = (void *)0x05105180; +const void * RTTI_hkImageConversion_UNORM16_to_FLOAT = (void *)0x05105260; +const void * RTTI_hkImageConversion_UNORM8_SRGB_to_FLOAT = (void *)0x051052A0; +const void * RTTI_hkImageConversion_UNORM8_to_FLOAT = (void *)0x051051F0; +const void * RTTI_hkImageRef = (void *)0x05104618; +const void * RTTI_hkImageSwizzleConversion32_2103 = (void *)0x05105148; +const void * RTTI_hkIndexedTransformSet = (void *)0x05104560; +const void * RTTI_hkIo__Detail__ArrayWriteBufferImpl = (void *)0x050FB288; +const void * RTTI_hkIo__Detail__ReadBufferImpl = (void *)0x050FB1A8; +const void * RTTI_hkIo__Detail__StreamReaderImpl = (void *)0x050FB1E0; +const void * RTTI_hkIo__Detail__StreamWriteBufferImpl = (void *)0x050FB250; +const void * RTTI_hkKeycodeData = (void *)0x05104748; +const void * RTTI_hkLifoAllocator = (void *)0x050F9578; +const void * RTTI_hkLocalFrameGroup = (void *)0x050FAED8; +const void * RTTI_hkLog__Output = (void *)0x050F9640; +const void * RTTI_hkMallocAllocator = (void *)0x050FC9B8; +const void * RTTI_hkMemoryAllocator = (void *)0x053F8598; +const void * RTTI_hkMemoryMeshBody = (void *)0x051043F8; +const void * RTTI_hkMemoryMeshMaterial = (void *)0x05104450; +const void * RTTI_hkMemoryMeshShape = (void *)0x05104480; +const void * RTTI_hkMemoryMeshTexture = (void *)0x05104420; +const void * RTTI_hkMemoryMeshTexture__Sampler = (void *)0x05104688; +const void * RTTI_hkMemoryMeshVertexBuffer = (void *)0x051046F0; +const void * RTTI_hkMemoryResourceContainer = (void *)0x050FAE40; +const void * RTTI_hkMemoryResourceHandle = (void *)0x050FAE10; +const void * RTTI_hkMemorySystem = (void *)0x053F85E8; +const void * RTTI_hkMemory__ScopedStats__Collector = (void *)0x050FAFF8; +const void * RTTI_hkMeshTexture__Sampler = (void *)0x051046C0; +const void * RTTI_hkMeshVertexBuffer = (void *)0x051045C0; +const void * RTTI_hkMonitorStreamColorTable = (void *)0x050FAD30; +const void * RTTI_hkMonitorStreamContainer = (void *)0x050FAD60; +const void * RTTI_hkMonitorStreamStringMap = (void *)0x050FACD0; +const void * RTTI_hkMonitorStreamTypeMap = (void *)0x050FAD00; +const void * RTTI_hkMultipleVertexBuffer = (void *)0x05104590; +const void * RTTI_hkObjectResource = (void *)0x050FB3E0; +const void * RTTI_hkOstream = (void *)0x050F98B8; +const void * RTTI_hkParserBuffer = (void *)0x050FC968; +const void * RTTI_hkPrimaryCommandDispatcher = (void *)0x05101658; +const void * RTTI_hkProcessFactory = (void *)0x050FE6C0; +const void * RTTI_hkRefCountedProperties = (void *)0x050F94B0; +const void * RTTI_hkReferencedObject = (void *)0x051A17C0; +const void * RTTI_hkReferencedObjectLock = (void *)0x050F9518; +const void * RTTI_hkReflect__Any__ArrayImpl = (void *)0x050F9BD8; +const void * RTTI_hkReflect__AttributeArrayWithOwnership__AllocImpl = (void *)0x050F9AE0; +const void * RTTI_hkReflect__ClonerCallback = (void *)0x050F96C8; +const void * RTTI_hkReflect__Detail__AllocationImpl = (void *)0x050F95A0; +const void * RTTI_hkReflect__Detail__AttributeAllocImpl = (void *)0x050F9908; +const void * RTTI_hkReflect__Detail__BuiltinTypeReg = (void *)0x050FB8B0; +const void * RTTI_hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl = (void *)0x050FB8F0; +const void * RTTI_hkReflect__Detail__CharBufferImpl = (void *)0x050FA070; +const void * RTTI_hkReflect__Detail__CloneOnHeap = (void *)0x050F96F8; +const void * RTTI_hkReflect__Detail__DerivedDataCache = (void *)0x050F99B0; +const void * RTTI_hkReflect__Detail__HavokRecordImpl = (void *)0x050FAB48; +const void * RTTI_hkReflect__Detail__HavokStringImpl = (void *)0x050FAB80; +const void * RTTI_hkReflect__Detail__HeapAllocImpl = (void *)0x050F9C38; +const void * RTTI_hkReflect__Detail__HomogeneousArrayImpl = (void *)0x050FAB08; +const void * RTTI_hkReflect__Detail__Impl = (void *)0x050F9410; +const void * RTTI_hkReflect__Detail__NullptrImpl = (void *)0x050FA0E0; +const void * RTTI_hkReflect__Detail__OpaqueImpl = (void *)0x050FBF18; +const void * RTTI_hkReflect__Detail__RawPointerImpl = (void *)0x050FA0A8; +const void * RTTI_hkReflect__Detail__ReferenceImpl = (void *)0x050FA168; +const void * RTTI_hkReflect__Detail__ReferencedObjectAllocImpl = (void *)0x050FAA10; +const void * RTTI_hkReflect__Detail__ReferencedObjectPointerImpl = (void *)0x050FA120; +const void * RTTI_hkReflect__Detail__RepeatImpl = (void *)0x050FA000; +const void * RTTI_hkReflect__Detail__ScopedPtrImpl = (void *)0x050FA9A8; +const void * RTTI_hkReflect__Detail__SetterArrayImpl = (void *)0x050F8D08; +const void * RTTI_hkReflect__Detail__SetterRecordImpl = (void *)0x050F8C70; +const void * RTTI_hkReflect__Detail__StaticArrayImpl = (void *)0x050FAA58; +const void * RTTI_hkReflect__Detail__StaticStringImpl = (void *)0x050FA038; +const void * RTTI_hkReflect__Detail__StringOut__StringOutImpl = (void *)0x050FAC60; +const void * RTTI_hkReflect__Detail__ViewPointerImpl = (void *)0x050FABB8; +const void * RTTI_hkReflect__Detail__VoidImpl = (void *)0x050FBF50; +const void * RTTI_hkReflect__Detail__hkArrayImpl = (void *)0x050FAA90; +const void * RTTI_hkReflect__Detail__hkInplaceArrayImpl = (void *)0x050FAAC8; +const void * RTTI_hkReflect__MutableTypeReg = (void *)0x050FB148; +const void * RTTI_hkReflect__TypeBuilder = (void *)0x050F9AA8; +const void * RTTI_hkReflect__TypeCopier = (void *)0x050FB178; +const void * RTTI_hkReflect__TypeReg = (void *)0x050F9618; +const void * RTTI_hkReflect__Var__VarImpl = (void *)0x050F9730; +const void * RTTI_hkReflect__Version__PatchInfoCache = (void *)0x050FB9A0; +const void * RTTI_hkReflect__Version__PatchRegistry = (void *)0x050FB9D8; +const void * RTTI_hkReflect__Version__PatchSet = (void *)0x050FB968; +const void * RTTI_hkReflect__Version__Patcher = (void *)0x050FAC30; +const void * RTTI_hkRelArray_ArrayImpl = (void *)0x050F9BA8; +const void * RTTI_hkResource = (void *)0x050FB0F0; +const void * RTTI_hkScalarF_FloatImpl = (void *)0x050FACA0; +const void * RTTI_hkSecondaryCommandDispatcher = (void *)0x050FFAE0; +const void * RTTI_hkSeekableStreamReader = (void *)0x050F9790; +const void * RTTI_hkSerialize__Bundle = (void *)0x050FBE58; +const void * RTTI_hkSerialize__BundleBuilder = (void *)0x050FBEE8; +const void * RTTI_hkSerialize__Detail__ChainingCloneCallback = (void *)0x050FB070; +const void * RTTI_hkSerialize__Detail__CloneToRegistered = (void *)0x050FB030; +const void * RTTI_hkSerialize__Detail__SkipDyingCallback = (void *)0x050FB0B0; +const void * RTTI_hkSerialize__Detail__TagfileArrayImpl = (void *)0x050FC030; +const void * RTTI_hkSerialize__Detail__TagfileBundle = (void *)0x050FBFB8; +const void * RTTI_hkSerialize__Detail__TagfilePointerImpl = (void *)0x050FBFF0; +const void * RTTI_hkSerialize__Detail__TagfileStringImpl = (void *)0x050FC070; +const void * RTTI_hkSerialize__NoteHandler = (void *)0x050FB2F8; +const void * RTTI_hkSerialize__ReadFormat = (void *)0x050FBEB8; +const void * RTTI_hkSerialize__TagfileReadFormat = (void *)0x050FBF80; +const void * RTTI_hkSerialize__TagfileWriteFormat = (void *)0x050FB408; +const void * RTTI_hkSerialize__TagfileWriteFormat__Impl = (void *)0x050FB470; +const void * RTTI_hkSerialize__WriteFormat = (void *)0x050FB440; +const void * RTTI_hkSimdDouble64_FloatImpl = (void *)0x050F9980; +const void * RTTI_hkSimpleLocalFrame = (void *)0x050FAF28; +const void * RTTI_hkSkinBinding = (void *)0x051044A8; +const void * RTTI_hkSkinnedRefMeshShape = (void *)0x05104530; +const void * RTTI_hkSlot = (void *)0x05212378; +const void * RTTI_hkSocket = (void *)0x050FBD88; +const void * RTTI_hkSocket__ReaderAdapter = (void *)0x050FBDA8; +const void * RTTI_hkSocket__WriterAdapter = (void *)0x050FBDD8; +const void * RTTI_hkSolverAllocator = (void *)0x050FCA08; +const void * RTTI_hkStackTracer = (void *)0x050FBE08; +const void * RTTI_hkStdioStreamReader = (void *)0x050FB7F8; +const void * RTTI_hkStorageSkinnedMeshShape = (void *)0x05104500; +const void * RTTI_hkStreamReader = (void *)0x05264A30; +const void * RTTI_hkStreamWriter = (void *)0x05264C80; +const void * RTTI_hkStringBuf__StringImpl = (void *)0x050FA9E0; +const void * RTTI_hkStringObject = (void *)0x050F8C48; +const void * RTTI_hkStringPtr__StringImpl = (void *)0x050F9548; +const void * RTTI_hkStringView__StringImpl = (void *)0x050F9A78; +const void * RTTI_hkTask = (void *)0x053EFA30; +const void * RTTI_hkTaskGraph = (void *)0x053EFB50; +const void * RTTI_hkTaskQueue = (void *)0x050FBA10; +const void * RTTI_hkTaskQueue_BatchingTask = (void *)0x050FC910; +const void * RTTI_hkTask__ExecutionContext = (void *)0x053EFA00; +const void * RTTI_hkTgaFileFormat = (void *)0x05105050; +const void * RTTI_hkThread = (void *)0x050FB828; +const void * RTTI_hkThreadMemory = (void *)0x050FC9E0; +const void * RTTI_hkThreadPool = (void *)0x053F3450; +const void * RTTI_hkTransientAllocator = (void *)0x050FB938; +const void * RTTI_hkTypeVm__ArrayInstruction = (void *)0x050FB5E8; +const void * RTTI_hkTypeVm__BlockInstruction = (void *)0x050FB618; +const void * RTTI_hkTypeVm__BlockPass = (void *)0x050FB648; +const void * RTTI_hkTypeVm__CheckTypeKindsPass = (void *)0x050FB720; +const void * RTTI_hkTypeVm__DefaultInstruction = (void *)0x050FB540; +const void * RTTI_hkTypeVm__GenerateConvertNumericKindPass = (void *)0x050FB758; +const void * RTTI_hkTypeVm__InlineFixedArrayPass = (void *)0x050FB678; +const void * RTTI_hkTypeVm__InlineRecordPass = (void *)0x050FB6B0; +const void * RTTI_hkTypeVm__Instruction = (void *)0x050FB4E0; +const void * RTTI_hkTypeVm__IntAndFloatConversionPass = (void *)0x050FB6E0; +const void * RTTI_hkTypeVm__NopInstruction = (void *)0x050FB510; +const void * RTTI_hkTypeVm__Pass = (void *)0x050FAF90; +const void * RTTI_hkTypeVm__ProgramInstruction = (void *)0x050FB578; +const void * RTTI_hkTypeVm__RecordInstruction = (void *)0x050FB5B0; +const void * RTTI_hkUuidObject = (void *)0x050F9A18; +const void * RTTI_hkUuidPseudoRandomGenerator = (void *)0x050F9A40; +const void * RTTI_hkViewport = (void *)0x050F8E38; +const void * RTTI_hkWin32FileSystem = (void *)0x05264A08; +const void * RTTI_hkWin32FileSystem__WatcherImpl = (void *)0x050F9828; +const void * RTTI_hkWin32StreamWriter = (void *)0x050FB880; +const void * RTTI_hkXmlLexAnalyzer = (void *)0x050FC990; +const void * RTTI_hkXmlStreamParser = (void *)0x050FBE30; +const void * RTTI_hk__IsValueArray__Impl = (void *)0x050F98D8; +const void * RTTI_hkaSkeleton = (void *)0x051045F0; +const void * RTTI_hkcdDynamicAabbTree = (void *)0x051042C0; +const void * RTTI_hkcdDynamicAabbTree__Impl = (void *)0x05104230; +const void * RTTI_hkcdGsk_Float3ShapeAOnlyInterface = (void *)0x05103B80; +const void * RTTI_hkcdGsk_Float3ShapeInterface = (void *)0x05103B48; +const void * RTTI_hkcdPlanarCsgOperand = (void *)0x05103858; +const void * RTTI_hkcdPlanarEntity = (void *)0x051037F8; +const void * RTTI_hkcdPlanarGeometry = (void *)0x05103A20; +const void * RTTI_hkcdPlanarGeometryPlanesCollection = (void *)0x051038C8; +const void * RTTI_hkcdPlanarGeometryPolygonCollection = (void *)0x05103888; +const void * RTTI_hkcdPlanarGeometry__VertexStorage = (void *)0x05103A50; +const void * RTTI_hkcdPlanarSolid = (void *)0x05103908; +const void * RTTI_hkcdPlanarSolid__NodeStorage = (void *)0x05103820; +const void * RTTI_hkcdSimdTreeUtils__Build__EmptyRunnable = (void *)0x05103BF8; +const void * RTTI_hkcdSimdTreeUtils__Build__Task = (void *)0x05103D50; +const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper = (void *)0x05103DE0; +const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper = (void *)0x05103D90; +const void * RTTI_hkcdSimdTree__BuildContext = (void *)0x05102548; +const void * RTTI_hkcdSimdTree__ICustomRefit = (void *)0x05103B18; +const void * RTTI_hkcdSimdTree__IParallelBuild__IRunnable = (void *)0x05103BB8; +const void * RTTI_hkcdSimdTree__LeafCollector = (void *)0x05100290; +const void * RTTI_hkcdSimdTree__PairCollector = (void *)0x05102BD0; +const void * RTTI_hkcdStaticAabbTree = (void *)0x05104260; +const void * RTTI_hkcdStaticAabbTree__Impl = (void *)0x05104290; +const void * RTTI_hkcdStaticMeshTree__GeometryProvider = (void *)0x051059A8; +const void * RTTI_hkgpCgo__Config = (void *)0x053F1830; +const void * RTTI_hkgpConvexHull = (void *)0x050FCA30; +const void * RTTI_hkgpDeprecatedConvexDecompositionImpl__DefaultProgress = (void *)0x051039D0; +const void * RTTI_hkgpDeprecatedConvexDecompositionInternal__IInternal = (void *)0x05103980; +const void * RTTI_hkgpDeprecatedConvexDecomposition__IProgress = (void *)0x05103930; +const void * RTTI_hkgpMesh__IConvexOverlap = (void *)0x050FCAD8; +const void * RTTI_hknpAction = (void *)0x051E7918; +const void * RTTI_hknpActionManager = (void *)0x05100758; +const void * RTTI_hknpAddActiveBodyPairsTask = (void *)0x05101760; +const void * RTTI_hknpAllHitsCollector = (void *)0x051D7600; +const void * RTTI_hknpAnimatedShapeSurfaceVelocityModifier = (void *)0x05101C90; +const void * RTTI_hknpAnyHitCollector = (void *)0x051D7540; +const void * RTTI_hknpApiCommandProcessor = (void *)0x050FFD00; +const void * RTTI_hknpApplyDragTask = (void *)0x05102970; +const void * RTTI_hknpArrayAction = (void *)0x053F3660; +const void * RTTI_hknpBSCharacterProxy = (void *)0x053F38B0; +const void * RTTI_hknpBSCharacterRigidBody = (void *)0x053F8F20; +const void * RTTI_hknpBSCustomCollisionFilter = (void *)0x051D75A0; +const void * RTTI_hknpBSMaterial = (void *)0x053F1808; +const void * RTTI_hknpBSMaterialProperties = (void *)0x05240940; +const void * RTTI_hknpBSMotionPropertiesLibrary = (void *)0x053EF530; +const void * RTTI_hknpBSMouseSpringAction = (void *)0x053F3A68; +const void * RTTI_hknpBSMoveLimitModifier = (void *)0x053F2DD8; +const void * RTTI_hknpBSPlacementStreamCache = (void *)0x053F26D8; +const void * RTTI_hknpBSShapeCodec = (void *)0x053EF850; +const void * RTTI_hknpBSWorld = (void *)0x053EFA50; +const void * RTTI_hknpBSWorldUtil__hknpBSPhysicsSystem = (void *)0x053EFE28; +const void * RTTI_hknpBSWorldUtil__hknpBSRagdoll = (void *)0x053EFE90; +const void * RTTI_hknpBackfaceCollisionModifier = (void *)0x053EF640; +const void * RTTI_hknpBallGun = (void *)0x050FEF40; +const void * RTTI_hknpBinaryAction = (void *)0x050FEEC0; +const void * RTTI_hknpBodyData = (void *)0x050FF078; +const void * RTTI_hknpBodyIntegrator = (void *)0x050FE950; +const void * RTTI_hknpBodyQuality = (void *)0x053F07A0; +const void * RTTI_hknpBodyQualityLibrary = (void *)0x050FE920; +const void * RTTI_hknpBodyReference = (void *)0x050FE810; +const void * RTTI_hknpBoxShape = (void *)0x050FF768; +const void * RTTI_hknpBreakableConstraintData = (void *)0x050FF830; +const void * RTTI_hknpBroadPhase = (void *)0x05106088; +const void * RTTI_hknpBroadphaseTriggerCollisionDetector = (void *)0x05101FF8; +const void * RTTI_hknpBuildConstraintJacobiansTask = (void *)0x05102A40; +const void * RTTI_hknpCapsuleCapsuleConvexConvexManifoldGenerator = (void *)0x05101F30; +const void * RTTI_hknpCapsuleShape = (void *)0x050FF790; +const void * RTTI_hknpCharacterContext = (void *)0x050FFA20; +const void * RTTI_hknpCharacterProxy = (void *)0x053F3960; +const void * RTTI_hknpCharacterProxyCinfo = (void *)0x05282DE8; +const void * RTTI_hknpCharacterProxyInternals__QueryCollector = (void *)0x05100AE0; +const void * RTTI_hknpCharacterProxyListener = (void *)0x0523FF78; +const void * RTTI_hknpCharacterRigidBody = (void *)0x053F8F50; +const void * RTTI_hknpCharacterRigidBodyCinfo = (void *)0x053F3CD0; +const void * RTTI_hknpCharacterStateManager = (void *)0x050FFA50; +const void * RTTI_hknpCircularSurfaceVelocity = (void *)0x050FEE58; +const void * RTTI_hknpClosestHitCollector = (void *)0x051CC7C8; +const void * RTTI_hknpClosestUniqueBodyIdHitCollector = (void *)0x053F2E60; +const void * RTTI_hknpClosestUniqueBodyIdHitCollectorDeprecated = (void *)0x053F2EA0; +const void * RTTI_hknpCollideSyncTask = (void *)0x05101A58; +const void * RTTI_hknpCollisionDetector = (void *)0x05101E10; +const void * RTTI_hknpCollisionFilter = (void *)0x051D7630; +const void * RTTI_hknpCollisionQueryCollector = (void *)0x051CC790; +const void * RTTI_hknpCollisionQueryDispatcher = (void *)0x051013A8; +const void * RTTI_hknpCompositeCompositeCollisionDetector = (void *)0x05101F78; +const void * RTTI_hknpCompositeShape = (void *)0x050FE838; +const void * RTTI_hknpCompoundShape = (void *)0x050FEB10; +const void * RTTI_hknpCompoundShapeData = (void *)0x050FEAE0; +const void * RTTI_hknpCompoundShapeInternalsCdDynamicTreeKeyMask = (void *)0x050FEC00; +const void * RTTI_hknpCompoundShapeInternalsSimdTreeKeyMask = (void *)0x050FEBC0; +const void * RTTI_hknpCompressedMeshShape = (void *)0x050FEC48; +const void * RTTI_hknpCompressedMeshShapeCinfo = (void *)0x053F2430; +const void * RTTI_hknpCompressedMeshShapeData = (void *)0x05105928; +const void * RTTI_hknpCompressedMeshShapeInternals__GeometryProvider = (void *)0x05105960; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery = (void *)0x05105D30; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled = (void *)0x05105D90; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0 = (void *)0x05105EC0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1 = (void *)0x05105F30; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2 = (void *)0x05105FA0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled = (void *)0x05105E50; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled = (void *)0x05105C70; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled = (void *)0x05105C10; +const void * RTTI_hknpCompressedMeshShapeInternals__KeyMask = (void *)0x051059E8; +const void * RTTI_hknpCompressedMeshShapeInternals__RayCastQueryBase = (void *)0x05105B10; +const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQuery = (void *)0x05100E80; +const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQueryScaled = (void *)0x05100ED0; +const void * RTTI_hknpConstraintAtomSolver = (void *)0x050FFB18; +const void * RTTI_hknpConstraintCollisionFilter = (void *)0x05100BD0; +const void * RTTI_hknpConstraintForceEventCreator = (void *)0x05102038; +const void * RTTI_hknpConstraintForceExceededEventCreator = (void *)0x05102070; +const void * RTTI_hknpContactImpulseClippedEventCreator = (void *)0x05101AE8; +const void * RTTI_hknpContactImpulseEventCreator = (void *)0x05101B28; +const void * RTTI_hknpConvexCompositeCollisionDetector = (void *)0x05101EE8; +const void * RTTI_hknpConvexConvexCollisionDetector = (void *)0x05102B20; +const void * RTTI_hknpConvexConvexShapeBaseInterface = (void *)0x05106048; +const void * RTTI_hknpConvexShape = (void *)0x053F27E0; +const void * RTTI_hknpCylinderShape = (void *)0x050FF7B8; +const void * RTTI_hknpDeactivationMaintenanceTask = (void *)0x051018B0; +const void * RTTI_hknpDecoratorShape = (void *)0x050FEB90; +const void * RTTI_hknpDefaultBroadPhaseConfig = (void *)0x053EFC40; +const void * RTTI_hknpDefaultCompressedMeshShapeCinfo = (void *)0x053F23F0; +const void * RTTI_hknpDefaultExternMeshShapeGeometry = (void *)0x050FECE0; +const void * RTTI_hknpDefaultHeightFieldGeometry = (void *)0x050FF6D0; +const void * RTTI_hknpDefaultModifierSet = (void *)0x05101A88; +const void * RTTI_hknpDeflectedLinearCast__CheckStartCollector = (void *)0x05102490; +const void * RTTI_hknpDeflectedLinearCast__FilteredQueryCollector = (void *)0x05102440; +const void * RTTI_hknpDeflectedLinearCast__QueryFilter = (void *)0x051024D8; +const void * RTTI_hknpDestructionShapeProperties = (void *)0x050FEFE8; +const void * RTTI_hknpDisableCollisionFilter = (void *)0x050FEA30; +const void * RTTI_hknpDummyShape = (void *)0x050FEDF8; +const void * RTTI_hknpDynamicSpaceSplitter = (void *)0x05101730; +const void * RTTI_hknpEaseConstraintsAction = (void *)0x053F3780; +const void * RTTI_hknpEasePenetrationsAction = (void *)0x051009F0; +const void * RTTI_hknpEventDispatcher = (void *)0x051015B0; +const void * RTTI_hknpEventMergeAndDispatcher = (void *)0x051015E0; +const void * RTTI_hknpExtendedExternMeshShapeGeometry = (void *)0x050FED20; +const void * RTTI_hknpExternMeshShape = (void *)0x050FF738; +const void * RTTI_hknpExternMeshShapeBuildContext = (void *)0x051058C0; +const void * RTTI_hknpExternMeshShapeData = (void *)0x050FEC78; +const void * RTTI_hknpFaceClipConvexConvexManifoldGenerator = (void *)0x05102AE0; +const void * RTTI_hknpFinalizeNarrowPhaseGridTask = (void *)0x051019B0; +const void * RTTI_hknpFinalizeNarrowPhasePairsTask = (void *)0x05101978; +const void * RTTI_hknpFireSignalTask = (void *)0x05102578; +const void * RTTI_hknpFirstPersonCharacter = (void *)0x050FEFB8; +const void * RTTI_hknpFirstPersonGun = (void *)0x050FEF10; +const void * RTTI_hknpFixedClosestHitCollector = (void *)0x053F26A0; +const void * RTTI_hknpFixedClosestUniqueBodyHitCollector = (void *)0x053F2660; +const void * RTTI_hknpFlipBackfaceCollisionModifier = (void *)0x05101D00; +const void * RTTI_hknpFlippedGetClosestPointsQueryCollector = (void *)0x051012A0; +const void * RTTI_hknpFlippedShapeCastQueryCollector = (void *)0x051013E0; +const void * RTTI_hknpForwardClosestHitCollector = (void *)0x05101260; +const void * RTTI_hknpFullCast__ManifoldGenerator = (void *)0x05102938; +const void * RTTI_hknpGenSolverTasksTask = (void *)0x05101918; +const void * RTTI_hknpGlobals = (void *)0x05101350; +const void * RTTI_hknpGravityGun = (void *)0x050FEF68; +const void * RTTI_hknpGroupCollisionFilter = (void *)0x05100B28; +const void * RTTI_hknpHeightFieldBoundingVolume = (void *)0x050FF8D0; +const void * RTTI_hknpHeightFieldGeometry = (void *)0x050FF708; +const void * RTTI_hknpHeightFieldShape = (void *)0x050FE868; +const void * RTTI_hknpHitScalingCollector = (void *)0x05100300; +const void * RTTI_hknpInternalCommandProcessor = (void *)0x050FFAA8; +const void * RTTI_hknpLeafShapeSensor = (void *)0x05104DE8; +const void * RTTI_hknpLegacyRestitutionModifier = (void *)0x05101BF0; +const void * RTTI_hknpLinearSurfaceVelocity = (void *)0x050FEE90; +const void * RTTI_hknpLodShape = (void *)0x050FE9D8; +const void * RTTI_hknpMalleableConstraintData = (void *)0x050FF898; +const void * RTTI_hknpManifoldEventCreator = (void *)0x05101CD0; +const void * RTTI_hknpMaskedCompoundShape = (void *)0x050FF6A0; +const void * RTTI_hknpMaskedShape = (void *)0x050FEB68; +const void * RTTI_hknpMaskedShape__MaskWrapper = (void *)0x050FEDC0; +const void * RTTI_hknpMassChangerModifier = (void *)0x05101B60; +const void * RTTI_hknpMaterialData = (void *)0x050FF020; +const void * RTTI_hknpMaterialLibrary = (void *)0x053F06E0; +const void * RTTI_hknpMaterialPalette = (void *)0x050FEA00; +const void * RTTI_hknpModifier = (void *)0x051A1888; +const void * RTTI_hknpMotionPropertiesData = (void *)0x050FF048; +const void * RTTI_hknpMotionPropertiesLibrary = (void *)0x053EF590; +const void * RTTI_hknpMotionWeldingModifier = (void *)0x05101DA8; +const void * RTTI_hknpMountedBallGun = (void *)0x05101038; +const void * RTTI_hknpMultithreadedSimulation = (void *)0x05101798; +const void * RTTI_hknpNeighborWeldingModifier = (void *)0x05101D70; +const void * RTTI_hknpNullShapeTagCodec = (void *)0x05101378; +const void * RTTI_hknpPairCollisionFilter = (void *)0x050FF670; +const void * RTTI_hknpParticleEventCreator = (void *)0x051020B0; +const void * RTTI_hknpParticleShapeLibrary = (void *)0x051028D0; +const void * RTTI_hknpParticleSimulationContext = (void *)0x05102218; +const void * RTTI_hknpParticlesClosestHitOnMeshCollector = (void *)0x05102B90; +const void * RTTI_hknpParticlesCollider = (void *)0x05102518; +const void * RTTI_hknpParticlesColliderShape = (void *)0x050FEE20; +const void * RTTI_hknpParticlesCollisionFilter = (void *)0x05102B58; +const void * RTTI_hknpParticlesDynamicHitsCollector = (void *)0x05102CA8; +const void * RTTI_hknpParticlesStaticCollector = (void *)0x05102C70; +const void * RTTI_hknpPhysicsSceneData = (void *)0x050FF0C8; +const void * RTTI_hknpPhysicsSystem = (void *)0x053EFE00; +const void * RTTI_hknpPhysicsSystemData = (void *)0x051E38C0; +const void * RTTI_hknpPostCollideTask = (void *)0x051017D0; +const void * RTTI_hknpPostSolveTask = (void *)0x05101850; +const void * RTTI_hknpPreSolveTask = (void *)0x05101828; +const void * RTTI_hknpPrepareConstraintsTask = (void *)0x05102A08; +const void * RTTI_hknpPrepareNarrowPhasePairsTask = (void *)0x051029D0; +const void * RTTI_hknpPrepareNarrowPhaseTask = (void *)0x05102998; +const void * RTTI_hknpPrepareSolverData = (void *)0x05102AA8; +const void * RTTI_hknpProcessFullCastsTask = (void *)0x051018E8; +const void * RTTI_hknpProcessNarrowPhaseGridTask = (void *)0x05101878; +const void * RTTI_hknpProcessNarrowPhasePairsTask = (void *)0x05102900; +const void * RTTI_hknpProjectileGun = (void *)0x050FEF90; +const void * RTTI_hknpRagdoll = (void *)0x053EFE68; +const void * RTTI_hknpRagdollData = (void *)0x05101238; +const void * RTTI_hknpRefDragProperties = (void *)0x050FE8F0; +const void * RTTI_hknpRefMassDistribution = (void *)0x053F2710; +const void * RTTI_hknpRefMaterial = (void *)0x050FE9B0; +const void * RTTI_hknpRefWorldCinfo = (void *)0x050FF0A0; +const void * RTTI_hknpRestitutionModifier = (void *)0x05101BC0; +const void * RTTI_hknpSafeEaseConstraintsAction = (void *)0x053F37B0; +const void * RTTI_hknpScaledConvexShape = (void *)0x050FED90; +const void * RTTI_hknpScaledConvexShapeBase = (void *)0x050FED60; +const void * RTTI_hknpSetShapeKeyACdDetector = (void *)0x05101E78; +const void * RTTI_hknpShape = (void *)0x053F27C0; +const void * RTTI_hknpShapeBuffer = (void *)0x051D75D8; +const void * RTTI_hknpShapeFunctionsSingleton = (void *)0x050FF908; +const void * RTTI_hknpShapeKeyArrayCacheCdDetector = (void *)0x05101EB0; +const void * RTTI_hknpShapeKeyMask = (void *)0x050FE898; +const void * RTTI_hknpShapeManager = (void *)0x05101420; +const void * RTTI_hknpShapeMassProperties = (void *)0x050FE8C0; +const void * RTTI_hknpShapeScalingUtil = (void *)0x051062E8; +const void * RTTI_hknpShape__MassConfig = (void *)0x053F2790; +const void * RTTI_hknpSignedDistanceFieldCollisionDetector = (void *)0x05101FB8; +const void * RTTI_hknpSimdTreeBroadPhase = (void *)0x051060B0; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__CollideTrees = (void *)0x051061E8; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty = (void *)0x05106140; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__Finalize = (void *)0x05106228; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData = (void *)0x051061A0; +const void * RTTI_hknpSimulation = (void *)0x050FFA80; +const void * RTTI_hknpSingleCellSpaceSplitter = (void *)0x051016F8; +const void * RTTI_hknpSingleThreadedSimulation = (void *)0x050FFBB0; +const void * RTTI_hknpSingleThreadedSolverData = (void *)0x05101578; +const void * RTTI_hknpSoftContactModifier = (void *)0x05101C28; +const void * RTTI_hknpSolveFinalizeTask = (void *)0x05101948; +const void * RTTI_hknpSolverData = (void *)0x05101550; +const void * RTTI_hknpSolverFactoryTask = (void *)0x051019E8; +const void * RTTI_hknpSolverSchedulerTask = (void *)0x05102A78; +const void * RTTI_hknpSortFinalizeNarrowPhasePairsTask = (void *)0x05101A18; +const void * RTTI_hknpSpaceSplitter = (void *)0x051016D0; +const void * RTTI_hknpSphereShape = (void *)0x050FF7E0; +const void * RTTI_hknpSpringAction = (void *)0x050FEEE8; +const void * RTTI_hknpStreamContactSolver = (void *)0x050FFE48; +const void * RTTI_hknpSurfaceVelocityModifier = (void *)0x05101C58; +const void * RTTI_hknpTaskGraph = (void *)0x053EFB78; +const void * RTTI_hknpTriangleShape = (void *)0x050FF648; +const void * RTTI_hknpTriangleWeldingModifier = (void *)0x05101D38; +const void * RTTI_hknpTriggerModifier = (void *)0x05101B90; +const void * RTTI_hknpTyremarksInfo = (void *)0x050FF4E8; +const void * RTTI_hknpTyremarksWheel = (void *)0x050FF4B8; +const void * RTTI_hknpUnaryAction = (void *)0x051E7940; +const void * RTTI_hknpUniqueBodyIdHitCollector = (void *)0x0523B1F0; +const void * RTTI_hknpVariableTimeStepUtil = (void *)0x05102190; +const void * RTTI_hknpVehicleData = (void *)0x050FF490; +const void * RTTI_hknpVehicleDefaultAerodynamics = (void *)0x050FF158; +const void * RTTI_hknpVehicleDefaultAnalogDriverInput = (void *)0x050FF290; +const void * RTTI_hknpVehicleDefaultBrake = (void *)0x050FF220; +const void * RTTI_hknpVehicleDefaultEngine = (void *)0x050FF328; +const void * RTTI_hknpVehicleDefaultSteering = (void *)0x050FF388; +const void * RTTI_hknpVehicleDefaultSuspension = (void *)0x050FF420; +const void * RTTI_hknpVehicleDefaultTransmission = (void *)0x050FF458; +const void * RTTI_hknpVehicleDefaultVelocityDamper = (void *)0x050FF540; +const void * RTTI_hknpVehicleDriverInputAnalogStatus = (void *)0x050FF250; +const void * RTTI_hknpVehicleInstance = (void *)0x050FF0F8; +const void * RTTI_hknpVehicleLinearCastWheelCollide = (void *)0x050FF578; +const void * RTTI_hknpVehicleRayCastWheelCollide = (void *)0x050FF5E8; +const void * RTTI_hknpVehicleSuspension = (void *)0x050FF3F0; +const void * RTTI_hknpVehicleWheelCollide = (void *)0x050FF3C0; +const void * RTTI_hknpVehicleWheelCollide__WheelHitCollector = (void *)0x05102400; +const void * RTTI_hknpWeldingModifier = (void *)0x05101AB8; +const void * RTTI_hknpWorld = (void *)0x053EEA68; +const void * RTTI_hknpWorldSnapshot = (void *)0x050FF620; +const void * RTTI_hkp6DofConstraintData = (void *)0x05102D38; +const void * RTTI_hkpAngularFrictionConstraintData = (void *)0x051032C8; +const void * RTTI_hkpBallAndSocketConstraintData = (void *)0x05102D68; +const void * RTTI_hkpCallbackConstraintMotor = (void *)0x051031E8; +const void * RTTI_hkpCogWheelConstraintData = (void *)0x05102DD8; +const void * RTTI_hkpConstraintData = (void *)0x050FF808; +const void * RTTI_hkpConstraintMotor = (void *)0x05102D08; +const void * RTTI_hkpDeformableFixedConstraintData = (void *)0x05102E08; +const void * RTTI_hkpFixedConstraintData = (void *)0x05102E40; +const void * RTTI_hkpHingeConstraintData = (void *)0x05102EA0; +const void * RTTI_hkpHingeLimitsData = (void *)0x05102E70; +const void * RTTI_hkpLimitedForceConstraintMotor = (void *)0x051031B0; +const void * RTTI_hkpLimitedHingeConstraintData = (void *)0x05102ED0; +const void * RTTI_hkpLinearClearanceConstraintData = (void *)0x05102DA0; +const void * RTTI_hkpLinearParametricCurve = (void *)0x05102F38; +const void * RTTI_hkpPointToPathConstraintData = (void *)0x05102F68; +const void * RTTI_hkpPointToPlaneConstraintData = (void *)0x05102FA0; +const void * RTTI_hkpPositionConstraintMotor = (void *)0x05103220; +const void * RTTI_hkpPrismaticConstraintData = (void *)0x05102FD8; +const void * RTTI_hkpPulleyConstraintData = (void *)0x05103010; +const void * RTTI_hkpRackAndPinionConstraintData = (void *)0x05103040; +const void * RTTI_hkpRagdollConstraintData = (void *)0x051030A8; +const void * RTTI_hkpRagdollLimitsData = (void *)0x05103078; +const void * RTTI_hkpRotationalConstraintData = (void *)0x051030D8; +const void * RTTI_hkpSpringDamperConstraintMotor = (void *)0x05103258; +const void * RTTI_hkpStiffSpringConstraintData = (void *)0x05103110; +const void * RTTI_hkpVehicleFrictionDescription = (void *)0x050FF5B0; +const void * RTTI_hkpVelocityConstraintMotor = (void *)0x05103290; +const void * RTTI_hkpWheelConstraintData = (void *)0x05103180; +const void * RTTI_hkpWheelFrictionConstraintData = (void *)0x05103148; +const void * RTTI_hkpWrappedConstraintData = (void *)0x050FF868; +const void * RTTI_idLogging__ILogger = (void *)0x053363A8; +const void * RTTI_idTCP = (void *)0x054839D8; +const void * RTTI_nlohmann__detail__exception = (void *)0x05313A08; +const void * RTTI_nlohmann__detail__input_buffer_adapter = (void *)0x05313918; +const void * RTTI_nlohmann__detail__input_stream_adapter = (void *)0x05327458; +const void * RTTI_nlohmann__detail__out_of_range = (void *)0x05313958; +const void * RTTI_nlohmann__detail__parse_error = (void *)0x053139D0; +const void * RTTI_nsContainerMenu__ConfirmTakeAllTheThingsCallback = (void *)0x0539FAF0; +const void * RTTI_nsControlMappingData__RemapHandler = (void *)0x0513F130; +const void * RTTI_nsDataMenuData__GameLoadListener = (void *)0x051A0818; +const void * RTTI_nsDialogueMenu__MenuEventCatcher = (void *)0x053A0978; +const void * RTTI_nsMainMenu__InvalidUserCallback = (void *)0x053A5770; +const void * RTTI_nsMonocle__MenuEventCatcher = (void *)0x0519FF70; +const void * RTTI_nsMonocle__MonocleFastTravelConfirmFunc = (void *)0x052E99C8; +const void * RTTI_nsPauseMenu__UserDisengagedCallback = (void *)0x05304990; +const void * RTTI_nsPickpocketMenu__MenuEventCatcher = (void *)0x052EE478; +const void * RTTI_nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback = (void *)0x0531B6D0; +const void * RTTI_rcContext = (void *)0x051D4AD0; +const void * RTTI_std___Node_assert = (void *)0x051CE7E8; +const void * RTTI_std___Node_back = (void *)0x051CE7C0; +const void * RTTI_std___Node_base = (void *)0x051A5030; +const void * RTTI_std___Node_capture = (void *)0x051A5008; +const void * RTTI_std___Node_end_group = (void *)0x051A18B0; +const void * RTTI_std___Node_end_rep = (void *)0x051CE838; +const void * RTTI_std___Node_endif = (void *)0x051CE860; +const void * RTTI_std___Node_if = (void *)0x051CE888; +const void * RTTI_std___Node_rep = (void *)0x051CE810; +const void * RTTI_std___Root_node = (void *)0x051A3E38; +const void * RTTI_std__bad_alloc = (void *)0x05106318; +const void * RTTI_std__bad_array_new_length = (void *)0x05106368; +const void * RTTI_std__bad_cast = (void *)0x05106600; +const void * RTTI_std__bad_optional_access = (void *)0x0510B600; +const void * RTTI_std__bad_variant_access = (void *)0x05106C90; +const void * RTTI_std__exception = (void *)0x05106340; +const void * RTTI_std__logic_error = (void *)0x051063C0; +const void * RTTI_std__out_of_range = (void *)0x05106398; +const void * RTTI_std__overflow_error = (void *)0x05103370; +const void * RTTI_std__range_error = (void *)0x05103548; +const void * RTTI_std__runtime_error = (void *)0x0510B3C8; +const void * RTTI_std__underflow_error = (void *)0x051033A0; +const void * RTTI_type_info = (void *)0x051A3830; diff --git a/sfse/GameReferences.h b/sfse/GameReferences.h index 4c5fa3f..f163195 100644 --- a/sfse/GameReferences.h +++ b/sfse/GameReferences.h @@ -247,9 +247,9 @@ class TESObjectREFR : public TESForm u8 unkE2; // E2 u8 flags; // E3 - DEFINE_MEMBER_FN_0(IsInSpaceship, bool, 0x02B4B594) - DEFINE_MEMBER_FN_0(IsInSpace, bool, 0x01A140A8) - DEFINE_MEMBER_FN_1(HasKeyword, bool, 0x0139F778, BGSKeyword*); + DEFINE_MEMBER_FN_0(IsInSpaceship, bool, 0x02B4D2F4) + DEFINE_MEMBER_FN_0(IsInSpace, bool, 0x01A147F8) + DEFINE_MEMBER_FN_1(HasKeyword, bool, 0x0139FEA8, BGSKeyword*); }; static_assert(offsetof(TESObjectREFR, data) == 0x80); static_assert(offsetof(TESObjectREFR, parentCell) == 0xC0); @@ -379,10 +379,10 @@ class Actor : public TESObjectREFR // This function is very slow, do not use for realtime updates, mainly used for "entire character changed" // The fields represent which subsets of chargen to update, usually you want (false, 0x28, false) - DEFINE_MEMBER_FN_3(UpdateAppearance, void, 0x024B89AC, bool unk1, u32 flags, bool changeRace); + DEFINE_MEMBER_FN_3(UpdateAppearance, void, 0x024BA70C, bool unk1, u32 flags, bool changeRace); - DEFINE_MEMBER_FN_0(UpdateChargenAppearance, void, 0x0231F9D8); - DEFINE_MEMBER_FN_1(SetSkinTone, void, 0x0231F650, u32 skinToneIndex); + DEFINE_MEMBER_FN_0(UpdateChargenAppearance, void, 0x02320EB8); + DEFINE_MEMBER_FN_1(SetSkinTone, void, 0x02320B30, u32 skinToneIndex); u64 unkF0[(0x240 - 0xF0) >> 3]; // F0 void* unk240; // 240 diff --git a/sfse/GameScript.cpp b/sfse/GameScript.cpp index ba6f924..12c43df 100644 --- a/sfse/GameScript.cpp +++ b/sfse/GameScript.cpp @@ -1,4 +1,4 @@ #include "GameScript.h" -RelocPtr g_firstScriptCommand(0x05588580); -RelocPtr g_firstConsoleCommand(0x0557BE20); +RelocPtr g_firstScriptCommand(0x0558B830); +RelocPtr g_firstConsoleCommand(0x0557F0D0); diff --git a/sfse/GameSettings.cpp b/sfse/GameSettings.cpp index ef4d3e8..02eaf79 100644 --- a/sfse/GameSettings.cpp +++ b/sfse/GameSettings.cpp @@ -1,9 +1,9 @@ #include "sfse/GameSettings.h" -RelocPtr SettingT::pCollection(0x05990E88); -RelocPtr SettingT::pCollection(0x05990EA8); -RelocPtr SettingT::pCollection(0x0598FAA8); -RelocPtr SettingT::pCollection(0x059723E0); +RelocPtr SettingT::pCollection(0x05994208); +RelocPtr SettingT::pCollection(0x05994228); +RelocPtr SettingT::pCollection(0x05992E28); +RelocPtr SettingT::pCollection(0x05975678); u32 Setting::GetType(void) const { diff --git a/sfse/GameSettings.h b/sfse/GameSettings.h index 9e555be..73f259b 100644 --- a/sfse/GameSettings.h +++ b/sfse/GameSettings.h @@ -118,7 +118,7 @@ class GameSettingCollection : public SettingCollectionMap public: virtual ~GameSettingCollection(); - DEFINE_MEMBER_FN_1(GetSetting, Setting*, 0x01587D54, const char*); + DEFINE_MEMBER_FN_1(GetSetting, Setting*, 0x01588484, const char*); }; static_assert(sizeof(GameSettingCollection) == 0x158); diff --git a/sfse/GameStreams.h b/sfse/GameStreams.h index cf37186..ea9e2ec 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, 0x034C4F44, const char* apName); - DEFINE_MEMBER_FN_0(Destroy, void, 0x034C4FE8); - DEFINE_MEMBER_FN_1(Seek_Impl, void, 0x034C57F0, s64 iNumBytes); - DEFINE_MEMBER_FN_1(GetBufferInfo_Impl, void, 0x034C5248, BufferInfo& info); - DEFINE_MEMBER_FN_2(DoRead_Impl, u64, 0x034C50D0, void* apBuffer, u64 auiBytes); - DEFINE_MEMBER_FN_2(DoWrite_Impl, u64, 0x034C5134, const void* apBuffer, u64 auiBytes); + DEFINE_MEMBER_FN_1(Construct, void, 0x034C6CC4, const char* apName); + DEFINE_MEMBER_FN_0(Destroy, void, 0x034C6D68); + DEFINE_MEMBER_FN_1(Seek_Impl, void, 0x034C7570, s64 iNumBytes); + DEFINE_MEMBER_FN_1(GetBufferInfo_Impl, void, 0x034C6FC8, BufferInfo& info); + DEFINE_MEMBER_FN_2(DoRead_Impl, u64, 0x034C6E50, void* apBuffer, u64 auiBytes); + DEFINE_MEMBER_FN_2(DoWrite_Impl, u64, 0x034C6EB4, const void* apBuffer, u64 auiBytes); }; static_assert(sizeof(BSResourceNiBinaryStream) == 0x30); diff --git a/sfse/GameTypes.cpp b/sfse/GameTypes.cpp index 574d940..f992f7c 100644 --- a/sfse/GameTypes.cpp +++ b/sfse/GameTypes.cpp @@ -1,7 +1,7 @@ #include "sfse/GameTypes.h" -RelocAddr BSStringPool::Entry::GetEntry(0x0315EA60); -RelocAddr BSStringPool::Entry::GetEntryW(0x0315F270); -RelocAddr BSStringPool::Entry::Release(0x008372F8); +RelocAddr BSStringPool::Entry::GetEntry(0x031607E0); +RelocAddr BSStringPool::Entry::GetEntryW(0x03160FF0); +RelocAddr BSStringPool::Entry::Release(0x00837A28); -RelocPtr BSCRC32::uiCRCTable(0x03F829B0); +RelocPtr BSCRC32::uiCRCTable(0x03F849B0); diff --git a/sfse/GameUI.h b/sfse/GameUI.h index a20cc61..e2cba5f 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, 0x02E863C4, const BSFixedString&); + DEFINE_MEMBER_FN_2(IsMenuOpen, bool, 0x02E88144, const BSFixedString&); static UI* GetSingleton() { - RelocPtr singleton(0x0576B400); + RelocPtr singleton(0x0576E6C0); return *singleton; } }; diff --git a/sfse/Hooks_Command.cpp b/sfse/Hooks_Command.cpp index c2cdb47..239aec8 100644 --- a/sfse/Hooks_Command.cpp +++ b/sfse/Hooks_Command.cpp @@ -11,7 +11,7 @@ #include using _Command_Process = bool (*)(void* __this); -RelocAddr <_Command_Process> Command_Process(0x0316AF38); +RelocAddr <_Command_Process> Command_Process(0x0316CCB8); _Command_Process Command_Process_Original = nullptr; namespace TaskInterface diff --git a/sfse/Hooks_Data.cpp b/sfse/Hooks_Data.cpp index 1e9a7dd..62eb108 100644 --- a/sfse/Hooks_Data.cpp +++ b/sfse/Hooks_Data.cpp @@ -9,7 +9,7 @@ #include "sfse/GameSettings.h" #endif -RelocAddr GameDataLoad_Target(0x023F9CC0 + 0x1098); // End of this function before the retn +RelocAddr GameDataLoad_Target(0x023FBA20 + 0x1098); // End of this function before the retn void Hook_GameData_Loaded() { diff --git a/sfse/Hooks_Scaleform.cpp b/sfse/Hooks_Scaleform.cpp index e46873c..9e2f03a 100644 --- a/sfse/Hooks_Scaleform.cpp +++ b/sfse/Hooks_Scaleform.cpp @@ -20,11 +20,11 @@ #endif typedef bool(*_IMenu_LoadMovie)(IMenu* menu, bool addEventDispatcher, bool unk2); -RelocAddr <_IMenu_LoadMovie> IMenu_LoadMovie(0x02E8F344); // IMenu vtable +7 +RelocAddr <_IMenu_LoadMovie> IMenu_LoadMovie(0x02E910C4); // IMenu vtable +7 _IMenu_LoadMovie IMenu_LoadMovie_Original = nullptr; using _BSScaleformManager_ctor = BSScaleformManager*(*)(BSScaleformManager* __this); -RelocAddr <_BSScaleformManager_ctor> BSScaleformManager_ctor(0x02E919E0); +RelocAddr <_BSScaleformManager_ctor> BSScaleformManager_ctor(0x02E93760); _BSScaleformManager_ctor BSScaleformManager_ctor_Original = nullptr; static bool s_enableScaleformLog = false; diff --git a/sfse/Hooks_Script.cpp b/sfse/Hooks_Script.cpp index 6995ec0..e0fa237 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(0x01AF10A0); +RelocAddr <_ConsoleCommandInit> ConsoleCommandInit(0x01AF1810); _ConsoleCommandInit ConsoleCommandInit_Original = nullptr; void ConsoleCommandInit_Hook(void* unk1) @@ -109,7 +109,7 @@ void ConsoleCommandInit_Hook(void* unk1) cmd.bInvalidatesCellList = 0; } - RelocAddr EmptyFunc(0x012564E0); + RelocAddr EmptyFunc(0x01256C10); _MESSAGE("%s (%s)", iter->pFunctionName, iter->pExecuteFunction == EmptyFunc ? "Empty" : "Implemented"); #endif } diff --git a/sfse/Hooks_Version.cpp b/sfse/Hooks_Version.cpp index a72c873..cfb2638 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(0x020805F0 + 0x5D); +RelocAddr kHook_ShowVersion_Offset(0x02081AD0 + 0x5D); void Hooks_Version_Apply() { diff --git a/sfse/PapyrusNativeFunctions.h b/sfse/PapyrusNativeFunctions.h index 25fc1c7..f2a7bda 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 *, 0x0308C7BC, u32 idx, BSFixedString * nameOut, u64 * typeOut); + DEFINE_MEMBER_FN(GetParam, u64 *, 0x0308E53C, 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, 0x0308C494, u64 unk0, u64 unk1, VMClassRegistry * registry, VMState * unk3); + DEFINE_MEMBER_FN(Impl_Invoke, u32, 0x0308E214, u64 unk0, u64 unk1, VMClassRegistry * registry, VMState * unk3); // ??_7?$NativeFunction1@VActiveEffect@@XPEAVTESForm@@@BSScript@@6B@ entry 0x10 - DEFINE_MEMBER_FN(Impl_Fn10, BSFixedString *, 0x0308C824); - DEFINE_MEMBER_FN(Impl_GetParamInfo, bool, 0x0308C8C0, u32 idx, void * out); - DEFINE_MEMBER_FN(Impl_Fn15, void *, 0x0308C82C, u64 arg0, u64 arg1); + DEFINE_MEMBER_FN(Impl_Fn10, BSFixedString *, 0x0308E5A4); + DEFINE_MEMBER_FN(Impl_GetParamInfo, bool, 0x0308E640, u32 idx, void * out); + DEFINE_MEMBER_FN(Impl_Fn15, void *, 0x0308E5AC, 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 *, 0x0308C318, const char * fnName, const char * className, u8 unk0, u32 numParams); - DEFINE_MEMBER_FN(Impl_dtor, void, 0x0308C3D4); // same as NativeFunctionBase dtor + DEFINE_MEMBER_FN(Impl_ctor, NativeFunction *, 0x0308E098, const char * fnName, const char * className, u8 unk0, u32 numParams); + DEFINE_MEMBER_FN(Impl_dtor, void, 0x0308E154); // same as NativeFunctionBase dtor protected: void * m_callback; // 50 diff --git a/sfse/ScaleformManager.h b/sfse/ScaleformManager.h index c89ca6d..1226392 100644 --- a/sfse/ScaleformManager.h +++ b/sfse/ScaleformManager.h @@ -13,7 +13,7 @@ class BSScaleformManager static BSScaleformManager* GetSingleton() { - RelocPtr singleton(0x0596FE98); + RelocPtr singleton(0x05973158); return *singleton; } }; \ No newline at end of file diff --git a/sfse/ScaleformMemory.cpp b/sfse/ScaleformMemory.cpp index 6e8473f..b00827a 100644 --- a/sfse/ScaleformMemory.cpp +++ b/sfse/ScaleformMemory.cpp @@ -1,6 +1,6 @@ #include "sfse/ScaleformMemory.h" -RelocPtr Scaleform::Memory::pGlobalHeap(0x054A1718); +RelocPtr Scaleform::Memory::pGlobalHeap(0x054A4958); void* ScaleformHeap_Allocate(u64 size) { diff --git a/sfse/ScaleformValue.h b/sfse/ScaleformValue.h index 16faf84..7904213 100644 --- a/sfse/ScaleformValue.h +++ b/sfse/ScaleformValue.h @@ -62,28 +62,28 @@ class Value virtual ~ObjectInterface(); - DEFINE_MEMBER_FN_3(HasMember, bool, 0x00ECFFC0, void* pData, const char* name, bool isDisplayObj); - DEFINE_MEMBER_FN_4(GetMember, bool, 0x00ED0300, void* pData, const char* name, Value* pValue, bool isDisplayObj); - DEFINE_MEMBER_FN_4(SetMember, bool, 0x00ED0700, void* pData, const char* name, const Value& pValue, bool isDisplayObj); - DEFINE_MEMBER_FN_6(Invoke, bool, 0x00ED0B20, void* pData, Value* result, const char* name, const Value* args, unsigned long long numArgs, bool isDisplayObj); - DEFINE_MEMBER_FN_4(CreateEmptyMovieClip, bool, 0x00ED4240, void* pData, Value* pValue, const char* instanceName, int depth); - DEFINE_MEMBER_FN_6(AttachMovie, bool, 0x00ED4500, void* pData, Value* pValue, const char* symbolName, const char* instanceName, int depth, const void* initArgs); - DEFINE_MEMBER_FN_1(GetArraySize, unsigned int, 0x00ED1E00, void* pData); - DEFINE_MEMBER_FN_2(SetArraySize, bool, 0x00ED1E10, void* pData, unsigned int size); - DEFINE_MEMBER_FN_3(GetElement, bool, 0x00ED1E30, void* pData, unsigned int index, Value* value); - DEFINE_MEMBER_FN_3(SetElement, bool, 0x00ED1EC0, void* pData, unsigned int index, const Value& value); - DEFINE_MEMBER_FN_2(PushBack, bool, 0x00ED2100, void* pData, const Value& value); - DEFINE_MEMBER_FN_2(PopBack, bool, 0x00ED2160, void* pData, Value* value); - DEFINE_MEMBER_FN_3(RemoveElements, bool, 0x00ED2210, void* pData, unsigned idx, int count); - DEFINE_MEMBER_FN_4(VisitElements, void, 0x00ED1F20, void* pData, ArrVisitor* visitor, unsigned long idx, int count); - DEFINE_MEMBER_FN_3(VisitMembers, void, 0x00ED16C0, void* pData, ObjVisitor* visitor, bool isDisplayObj); + DEFINE_MEMBER_FN_3(HasMember, bool, 0x00ED06F0, void* pData, const char* name, bool isDisplayObj); + DEFINE_MEMBER_FN_4(GetMember, bool, 0x00ED0A30, void* pData, const char* name, Value* pValue, bool isDisplayObj); + DEFINE_MEMBER_FN_4(SetMember, bool, 0x00ED0E30, void* pData, const char* name, const Value& pValue, bool isDisplayObj); + DEFINE_MEMBER_FN_6(Invoke, bool, 0x00ED1250, void* pData, Value* result, const char* name, const Value* args, unsigned long long numArgs, bool isDisplayObj); + DEFINE_MEMBER_FN_4(CreateEmptyMovieClip, bool, 0x00ED4970, void* pData, Value* pValue, const char* instanceName, int depth); + DEFINE_MEMBER_FN_6(AttachMovie, bool, 0x00ED4C30, void* pData, Value* pValue, const char* symbolName, const char* instanceName, int depth, const void* initArgs); + DEFINE_MEMBER_FN_1(GetArraySize, unsigned int, 0x00ED2530, void* pData); + DEFINE_MEMBER_FN_2(SetArraySize, bool, 0x00ED2540, void* pData, unsigned int size); + DEFINE_MEMBER_FN_3(GetElement, bool, 0x00ED2560, void* pData, unsigned int index, Value* value); + DEFINE_MEMBER_FN_3(SetElement, bool, 0x00ED25F0, void* pData, unsigned int index, const Value& value); + DEFINE_MEMBER_FN_2(PushBack, bool, 0x00ED2830, void* pData, const Value& value); + DEFINE_MEMBER_FN_2(PopBack, bool, 0x00ED2890, void* pData, Value* value); + DEFINE_MEMBER_FN_3(RemoveElements, bool, 0x00ED2940, void* pData, unsigned idx, int count); + DEFINE_MEMBER_FN_4(VisitElements, void, 0x00ED2650, void* pData, ArrVisitor* visitor, unsigned long idx, int count); + DEFINE_MEMBER_FN_3(VisitMembers, void, 0x00ED1DF0, void* pData, ObjVisitor* visitor, bool isDisplayObj); // DeleteMember TBD - DEFINE_MEMBER_FN_3(GetText, bool, 0x00ED3ED0, void* pData, Value* value, bool html); - DEFINE_MEMBER_FN_3(SetText, bool, 0x00ED4030, void* pData, const char* text, bool html); - DEFINE_MEMBER_FN_3(SetTextW, bool, 0x00ED4150, void* pData, const wchar_t* text, bool html); - DEFINE_MEMBER_FN_3(GotoAndPlayL, bool, 0x00ED49B0, void* pData, const char* frame, bool stop); - DEFINE_MEMBER_FN_3(GotoAndPlay, bool, 0x00ED4AB0, void* pData, unsigned frame, bool stop); - DEFINE_MEMBER_FN_2(GetParent, bool, 0x00ED2730, void* pData, Value* value); + DEFINE_MEMBER_FN_3(GetText, bool, 0x00ED4600, void* pData, Value* value, bool html); + DEFINE_MEMBER_FN_3(SetText, bool, 0x00ED4760, void* pData, const char* text, bool html); + DEFINE_MEMBER_FN_3(SetTextW, bool, 0x00ED4880, void* pData, const wchar_t* text, bool html); + DEFINE_MEMBER_FN_3(GotoAndPlayL, bool, 0x00ED50E0, void* pData, const char* frame, bool stop); + DEFINE_MEMBER_FN_3(GotoAndPlay, bool, 0x00ED51E0, void* pData, unsigned frame, bool stop); + DEFINE_MEMBER_FN_2(GetParent, bool, 0x00ED2E60, 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, 0x00ECFE60, Value* value, void* pData); - DEFINE_MEMBER_FN_2(ObjectRelease, void, 0x00ECFF00, Value* value, void* pData); + DEFINE_MEMBER_FN_2(ObjectAddRef, void, 0x00ED0590, Value* value, void* pData); + DEFINE_MEMBER_FN_2(ObjectRelease, void, 0x00ED0630, Value* value, void* pData); MovieImpl* pMovieRoot; }; diff --git a/sfse_common/sfse_version.h b/sfse_common/sfse_version.h index 5c442bc..dcde806 100644 --- a/sfse_common/sfse_version.h +++ b/sfse_common/sfse_version.h @@ -4,10 +4,10 @@ // these have to be macros so they can be used in the .rc #define SFSE_VERSION_INTEGER 0 #define SFSE_VERSION_INTEGER_MINOR 2 -#define SFSE_VERSION_INTEGER_BETA 0 -#define SFSE_VERSION_VERSTRING "0, 0, 2, 0" +#define SFSE_VERSION_INTEGER_BETA 1 +#define SFSE_VERSION_VERSTRING "0, 0, 2, 1" #define SFSE_VERSION_PADDEDSTRING "0001" -#define SFSE_VERSION_RELEASEIDX 8 +#define SFSE_VERSION_RELEASEIDX 9 #define MAKE_EXE_VERSION_EX(major, minor, build, sub) ((((major) & 0xFF) << 24) | (((minor) & 0xFF) << 16) | (((build) & 0xFFF) << 4) | ((sub) & 0xF)) #define MAKE_EXE_VERSION(major, minor, build) MAKE_EXE_VERSION_EX(major, minor, build, 0) @@ -33,13 +33,15 @@ #define RUNTIME_VERSION_1_8_83 MAKE_EXE_VERSION(1, 8, 83) // 0x01080530 beta #define RUNTIME_VERSION_1_8_84 MAKE_EXE_VERSION(1, 8, 84) // 0x01080540 beta #define RUNTIME_VERSION_1_8_86 MAKE_EXE_VERSION(1, 8, 86) // 0x01080560 beta released to main branch +#define RUNTIME_VERSION_1_8_87 MAKE_EXE_VERSION(1, 8, 87) // 0x01080570 beta +#define RUNTIME_VERSION_1_8_88 MAKE_EXE_VERSION(1, 8, 88) // 0x01080580 (very) small patch #define PACKED_SFSE_VERSION MAKE_EXE_VERSION(SFSE_VERSION_INTEGER, SFSE_VERSION_INTEGER_MINOR, SFSE_VERSION_INTEGER_BETA) // information about the state of the game at the time of release #define SFSE_TARGETING_BETA_VERSION 0 -#define CURRENT_RELEASE_RUNTIME RUNTIME_VERSION_1_8_86 -#define CURRENT_RELEASE_SFSE_STR "0.2.0" +#define CURRENT_RELEASE_RUNTIME RUNTIME_VERSION_1_8_88 +#define CURRENT_RELEASE_SFSE_STR "0.2.1" #if GET_EXE_VERSION_SUB(RUNTIME_VERSION) == RUNTIME_TYPE_BETHESDA #define SAVE_FOLDER_NAME "Starfield" diff --git a/sfse_readme.txt b/sfse_readme.txt index 4d70504..37fb69b 100644 --- a/sfse_readme.txt +++ b/sfse_readme.txt @@ -1,11 +1,11 @@ -Starfield Script Extender v0.2.0 pre-alpha +Starfield Script Extender v0.2.1 pre-alpha by Ian Patterson, Stephen Abel, and Expired The Starfield Script Extender, or SFSE for short, is a modder's resource that expands the scripting capabilities of Starfield. As the game has literally just released, it's mostly a plugin loader for now. Depending on where modders show interest, this will expand to Scaleform and Papyrus (or other things) over time. [ Compatibility ] -SFSE will support the latest version of Starfield available on Steam, currently 1.8.86. The Gamepass/MS Store version is unsupported. Do not email asking for support. +SFSE will support the latest version of Starfield available on Steam, currently 1.8.88. The Gamepass/MS Store version is unsupported. Do not email asking for support. [ Installation ] diff --git a/sfse_whatsnew.txt b/sfse_whatsnew.txt index a89e70e..2520ebe 100644 --- a/sfse_whatsnew.txt +++ b/sfse_whatsnew.txt @@ -1,3 +1,6 @@ +0.2.1 +- support for 1.8.88 + 0.2.0 - plugin compatibility flag update for the breaking changes in 1.8.86 - plugin developers using SFSE headers: these are not currently up to date. getting a release out with the loader compatibility flags is higher priority. please check github for updates.