diff --git a/cmake/versioning.cmake b/cmake/versioning.cmake index 79f4b54..8ef51fb 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 1) +set(SFSE_VERSION_PATCH 2) set(RUNTIME_VERSION_MAJOR 1) -set(RUNTIME_VERSION_MINOR 8) -set(RUNTIME_VERSION_PATCH 88) +set(RUNTIME_VERSION_MINOR 9) +set(RUNTIME_VERSION_PATCH 51) set(RUNTIME_VERSION_TYPE 0) math( diff --git a/sfse/GameChargen.h b/sfse/GameChargen.h index f99db07..9d976d0 100644 --- a/sfse/GameChargen.h +++ b/sfse/GameChargen.h @@ -17,13 +17,13 @@ class ChargenDataModel : public IDataModel, public BSTSingletonSDM singleton(0x059784B8); + RelocPtr singleton(0x0598E938); 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, 0x01895CC4, TESNPC*, void** unk2); // Unk2 looks like somekind of restore point, is usually CharGenMenu+0x2D0 + DEFINE_MEMBER_FN_1(Update, void, 0x01895FA4, TESNPC*); // unk2 removed in 1.9.51 }; } diff --git a/sfse/GameConsole.cpp b/sfse/GameConsole.cpp index 798f4ea..2ef76e1 100644 --- a/sfse/GameConsole.cpp +++ b/sfse/GameConsole.cpp @@ -1,7 +1,7 @@ #include "sfse/GameConsole.h" #include -RelocPtr g_console(0x05978050); +RelocPtr g_console(0x0598E4D0); void Console_Print(const char* fmt, ...) { diff --git a/sfse/GameConsole.h b/sfse/GameConsole.h index 82cfe6e..53a2795 100644 --- a/sfse/GameConsole.h +++ b/sfse/GameConsole.h @@ -6,7 +6,7 @@ class ConsoleLog { public: - DEFINE_MEMBER_FN_2(VPrint, void, 0x02894E68, const char* fmt, va_list args); + DEFINE_MEMBER_FN_2(VPrint, void, 0x028A1408, const char* fmt, va_list args); }; extern RelocPtr g_console; diff --git a/sfse/GameData.cpp b/sfse/GameData.cpp index 0faa1ca..23b785b 100644 --- a/sfse/GameData.cpp +++ b/sfse/GameData.cpp @@ -1,3 +1,3 @@ #include "sfse/GameData.h" -RelocPtr g_materialDatabase(0x05549E90 - 0x08); \ No newline at end of file +RelocPtr g_materialDatabase(0x0555ED30 - 0x08); \ No newline at end of file diff --git a/sfse/GameData.h b/sfse/GameData.h index 035440c..6e9dadb 100644 --- a/sfse/GameData.h +++ b/sfse/GameData.h @@ -132,7 +132,7 @@ class TESDataHandler : static TESDataHandler* GetSingleton() { - RelocPtr singleton(0x05545EE8); + RelocPtr singleton(0x0555AD78); return *singleton; } }; @@ -146,4 +146,4 @@ struct MaterialDatabase BSTHashMap fullMap; // This is probably a set, every value is 0 }; -extern RelocPtr g_materialDatabase; \ No newline at end of file +extern RelocPtr g_materialDatabase; diff --git a/sfse/GameEvents.h b/sfse/GameEvents.h index b277297..3e8cb12 100644 --- a/sfse/GameEvents.h +++ b/sfse/GameEvents.h @@ -1025,8 +1025,8 @@ namespace BSTEventDetail { public: virtual ~SourceBase() {}; - DEFINE_MEMBER_FN_1(RegisterSink, void, 0x005C195C, SinkBase* sink); - DEFINE_MEMBER_FN_1(UnregisterSink, void, 0x005C1770, SinkBase* sink); + DEFINE_MEMBER_FN_1(RegisterSink, void, 0x005BCE5C, SinkBase* sink); + DEFINE_MEMBER_FN_1(UnregisterSink, void, 0x005BCC70, SinkBase* sink); }; } @@ -1106,705 +1106,705 @@ return es.getPtr(); \ // BSTGlobalEvent -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) +DECLARE_EVENT_SOURCE(SnapTemplateUtils::SnapReplaceEvent, 0x0083E2CC) +DECLARE_EVENT_SOURCE(ImageFixtureEvent_RequestImage, 0x0083F584) +DECLARE_EVENT_SOURCE(ImageFixtureEvent_UnregisterImage, 0x00842480) +DECLARE_EVENT_SOURCE(Spaceship::TakeOffEvent, 0x00845328) +DECLARE_EVENT_SOURCE(HUDActivityIncreaseEvent, 0x012524E0) +DECLARE_EVENT_SOURCE(AnimationDataCleanupEvent, 0x0127371C) +DECLARE_EVENT_SOURCE(AnimationDataSetupEvent, 0x012737AC) +DECLARE_EVENT_SOURCE(EndLoadGameEvent, 0x012C2064) +DECLARE_EVENT_SOURCE(StartLoadGameEvent, 0x012C20F4) +DECLARE_EVENT_SOURCE(ShipEditor_SystemSelected, 0x012D8B7C) +DECLARE_EVENT_SOURCE(ShipEditor_PreviewUpgrade, 0x012DF240) +DECLARE_EVENT_SOURCE(ShipEditor_SelectedUpgrade, 0x012DF2D0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceAttach, 0x0131CDF0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDetach, 0x0131CE80) +DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_ChangeWeaponAssignment, 0x013A26D4) +DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_OnHintButtonActivated, 0x013A2764) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmCancel, 0x013C2E74) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmExit, 0x013C2F04) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmSaveAndExit, 0x013C2F94) +DECLARE_EVENT_SOURCE(ShipEditor_OnFlightCheckTabChanged, 0x013C7A34) +DECLARE_EVENT_SOURCE(ShipEditor_OnWeaponGroupChanged, 0x013C7AC4) +DECLARE_EVENT_SOURCE(ShipEditor_OnRenameEndEditText, 0x013CD400) +DECLARE_EVENT_SOURCE(ShipEditor_OnRenameInputCancelled, 0x013CD490) +DECLARE_EVENT_SOURCE(ShipEditor_ChangeModuleCategory, 0x013D1B7C) +DECLARE_EVENT_SOURCE(ShipEditor_PreviewShipPart, 0x013D1C0C) +DECLARE_EVENT_SOURCE(ShipEditor_SelectedShipPart, 0x013D1C9C) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerControlChanged, 0x013DABA0) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerTabChanged, 0x013DAC30) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorSliderMouseInput, 0x013DACC0) +DECLARE_EVENT_SOURCE(ShipEditor_OnRecentColorSwatchClicked, 0x013DAD50) +DECLARE_EVENT_SOURCE(ShipBuilder_CloseAllMenus, 0x013FD7A4) +DECLARE_EVENT_SOURCE(ShipEditor_OnHintButtonActivated, 0x013FD834) +DECLARE_EVENT_SOURCE(ShipEditor_RemoveAll3D, 0x013FD8C4) +DECLARE_EVENT_SOURCE(ReferenceQueuedEvent, 0x01465608) +DECLARE_EVENT_SOURCE(LoadScreenEndEvent, 0x0147E400) +DECLARE_EVENT_SOURCE(LoadScreenStartEvent, 0x0147E490) +DECLARE_EVENT_SOURCE(CellAttachDetachEvent, 0x0147E520) +DECLARE_EVENT_SOURCE(PickRefStateChangedEvent, 0x014EF138) +DECLARE_EVENT_SOURCE(ActivityTrackerActivityStartedEvent, 0x014F9878) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceCleared3d, 0x01584E30) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDestroy, 0x01584EC0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceInit, 0x01584F50) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceRecycle, 0x01584FE0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceSet3d, 0x01585070) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::Release3DRelatedData, 0x01585100) +DECLARE_EVENT_SOURCE(BSWorldOriginShiftEvent, 0x015915CC) +DECLARE_EVENT_SOURCE(BGSPlanet::PlayerKnowledgeFlagSetEvent, 0x016BAC5C) +DECLARE_EVENT_SOURCE(StarMap::PlanetTraitKnownEvent, 0x016BACEC) +DECLARE_EVENT_SOURCE(ResetHistoryDataEvent, 0x0178F6A8) +DECLARE_EVENT_SOURCE(TESQuestRewardEvent, 0x017A9958) +DECLARE_EVENT_SOURCE(HUDWeaponWorldFOVMultChangedEvent, 0x017ABB6C) +DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionEndEvent, 0x01886770) +DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionStartEvent, 0x01886800) +DECLARE_EVENT_SOURCE(AutoLoadDoorRolloverEvent, 0x019367AC) +DECLARE_EVENT_SOURCE(ClearQuickContainerEvent, 0x0193683C) +DECLARE_EVENT_SOURCE(ReferenceCellLoadedTemps, 0x019ADA6C) +DECLARE_EVENT_SOURCE(Workshop::CargoLinkAddedEvent, 0x01D2CEAC) +DECLARE_EVENT_SOURCE(Workshop::CargoLinkTargetChangedEvent, 0x01D2CF3C) +DECLARE_EVENT_SOURCE(Workshop::EnterOutpostBeaconModeEvent, 0x01D2CFCC) +DECLARE_EVENT_SOURCE(Workshop::ItemGrabbedEvent, 0x01D2D05C) +DECLARE_EVENT_SOURCE(Workshop::ItemMovedEvent, 0x01D2D0EC) +DECLARE_EVENT_SOURCE(Workshop::ItemPlacedEvent, 0x01D2D17C) +DECLARE_EVENT_SOURCE(Workshop::ItemProducedEvent, 0x01D2D20C) +DECLARE_EVENT_SOURCE(Workshop::ItemRemovedEvent, 0x01D2D29C) +DECLARE_EVENT_SOURCE(Workshop::ItemRepairedEvent, 0x01D2D32C) +DECLARE_EVENT_SOURCE(Workshop::ItemScrappedEvent, 0x01D2D3BC) +DECLARE_EVENT_SOURCE(Workshop::OutpostNameChangedEvent, 0x01D2D44C) +DECLARE_EVENT_SOURCE(Workshop::OutpostPlacedEvent, 0x01D2D4DC) +DECLARE_EVENT_SOURCE(PickRefUpdateEvent, 0x01D2D56C) +DECLARE_EVENT_SOURCE(Workshop::PlacementStatusEvent, 0x01D2D5FC) +DECLARE_EVENT_SOURCE(Workshop::PowerOffEvent, 0x01D2D68C) +DECLARE_EVENT_SOURCE(Workshop::PowerOnEvent, 0x01D2D71C) +DECLARE_EVENT_SOURCE(Workshop::SnapBehaviorCycledEvent, 0x01D2D7AC) +DECLARE_EVENT_SOURCE(Workshop::WorkshopFlyCameraEvent, 0x01D2D83C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopItemPlacedEvent, 0x01D2D8CC) +DECLARE_EVENT_SOURCE(Workshop::WorkshopModeEvent, 0x01D2D95C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopOutputLinkEvent, 0x01D2D9EC) +DECLARE_EVENT_SOURCE(Workshop::WorkshopStatsChangedEvent, 0x01D2DA7C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopUpdateStatsEvent, 0x01D2DB0C) +DECLARE_EVENT_SOURCE(ShipCameraStateToggled, 0x01D813B4) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpPressEvent, 0x01F4F924) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpReleaseEvent, 0x01F4F9B4) +DECLARE_EVENT_SOURCE(PlayerSneakingChangeEvent, 0x01F5112C) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintJustPressedEvent, 0x01F51368) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintReleasedEvent, 0x01F513F8) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsEndEvent, 0x01F5457C) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsStartEvent, 0x01F5460C) +DECLARE_EVENT_SOURCE(SaveLoadEvent, 0x01F8394C) +DECLARE_EVENT_SOURCE(SpaceshipWeaponBinding::SpaceshipWeaponBindingChangedEvent, 0x01FADA28) +DECLARE_EVENT_SOURCE(BoundaryMenu_FastTravel, 0x01FC6928) +DECLARE_EVENT_SOURCE(BoundaryMenu_ShowMap, 0x01FC69B8) +DECLARE_EVENT_SOURCE(PhotoGallery_DeletePhoto, 0x01FCF6D4) +DECLARE_EVENT_SOURCE(PowersMenu_ActivateEssence, 0x01FD2BB0) +DECLARE_EVENT_SOURCE(PowersMenu_EquipPower, 0x01FD2C40) +DECLARE_EVENT_SOURCE(PowersMenu_FavoritePower, 0x01FD2CD0) +DECLARE_EVENT_SOURCE(ContainerMenuClosed::Event, 0x01FE61BC) +DECLARE_EVENT_SOURCE(HangarShipSelection_ChangeSystemDisplay, 0x01FE624C) +DECLARE_EVENT_SOURCE(HangarShipSelection_RepairShip, 0x01FE62DC) +DECLARE_EVENT_SOURCE(HangarShipSelection_UpgradeSystem, 0x01FE636C) +DECLARE_EVENT_SOURCE(ShipCrewMenu_Close, 0x01FE63FC) +DECLARE_EVENT_SOURCE(BinkMovieStoppedPlayingEvent, 0x01FEB460) +DECLARE_EVENT_SOURCE(WorkshopColorMode_ApplyColors, 0x02013A0C) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SelectedTab, 0x02013A9C) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SliderChanged, 0x02013B2C) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SwatchChanged, 0x02013BBC) +DECLARE_EVENT_SOURCE(HUDCrewBuffMessageEvent, 0x02014D5C) +DECLARE_EVENT_SOURCE(CraftingMenu_SessionSummaryEvent, 0x0201DDF8) +DECLARE_EVENT_SOURCE(CraftingMenu_CraftItem, 0x0201DE88) +DECLARE_EVENT_SOURCE(CraftingMenu_ExitBench, 0x0201DF18) +DECLARE_EVENT_SOURCE(CraftingMenu_InstallMod, 0x0201DFA8) +DECLARE_EVENT_SOURCE(CraftingMenu_RenameItem, 0x0201E038) +DECLARE_EVENT_SOURCE(CraftingMenu_RevertedModdedItem, 0x0201E0C8) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedMod, 0x0201E158) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModSlot, 0x0201E1E8) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModdableItem, 0x0201E278) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedRecipe, 0x0201E308) +DECLARE_EVENT_SOURCE(CraftingMenu_SetInspectControls, 0x0201E398) +DECLARE_EVENT_SOURCE(CraftingMenu_ToggleTracking, 0x0201E428) +DECLARE_EVENT_SOURCE(CraftingMenu_ViewingModdableItem, 0x0201E4B8) +DECLARE_EVENT_SOURCE(ContainerMenu_CloseMenu, 0x0202C96C) +DECLARE_EVENT_SOURCE(InventoryMenu_Change3DView, 0x0202CA9C) +DECLARE_EVENT_SOURCE(InventoryMenu_PaperDollTryOn, 0x0202CB2C) +DECLARE_EVENT_SOURCE(InventoryMenu_ResetPaperDollInv, 0x0202CBBC) +DECLARE_EVENT_SOURCE(UpdateActivateListenerEvent, 0x02034D38) +DECLARE_EVENT_SOURCE(StartOutpostFromListenerEvent, 0x020369F8) +DECLARE_EVENT_SOURCE(HUDModeEvent, 0x02046BF4) +DECLARE_EVENT_SOURCE(OpenContainerMenuEventData, 0x02046C84) +DECLARE_EVENT_SOURCE(OpenContainerMenuFromListenerEvent, 0x02046D14) +DECLARE_EVENT_SOURCE(HUDRolloverActivationButtonEvent, 0x02046DA4) +DECLARE_EVENT_SOURCE(HUDRolloverActivationQCItemPressEvent, 0x02046E34) +DECLARE_EVENT_SOURCE(Inventory_SetSort, 0x02046EC4) +DECLARE_EVENT_SOURCE(ShowingQuestMarketTextEvent, 0x02054D38) +DECLARE_EVENT_SOURCE(TargetHitEvent, 0x02057328) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x020573B8) +DECLARE_EVENT_SOURCE(ClearHUDMessagesEvent, 0x0205E7A4) +DECLARE_EVENT_SOURCE(ShowHUDMessageEvent, 0x0205E834) +DECLARE_EVENT_SOURCE(PlayerDetectionLevelChangeEvent, 0x02061994) +DECLARE_EVENT_SOURCE(ShowCustomWatchAlert, 0x02066A9C) +DECLARE_EVENT_SOURCE(PlayerUpdateEvent, 0x02099B1C) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleHelmet, 0x02099BAC) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleSuit, 0x02099C3C) +DECLARE_EVENT_SOURCE(ControlsRemappedEvent, 0x020DD8D8) +DECLARE_EVENT_SOURCE(SettingsPanel_CheckBoxChanged, 0x020DD968) +DECLARE_EVENT_SOURCE(SettingsPanel_ClearBinding, 0x020DD9F8) +DECLARE_EVENT_SOURCE(SettingsPanel_OpenCategory, 0x020DDB2C) +DECLARE_EVENT_SOURCE(SettingsPanel_OpenSettings, 0x020DDBBC) +DECLARE_EVENT_SOURCE(SettingsPanel_RemapConfirmed, 0x020DDC4C) +DECLARE_EVENT_SOURCE(SettingsPanel_RemapMode, 0x020DDCDC) +DECLARE_EVENT_SOURCE(SettingsPanel_ResetToDefaults, 0x020DDD6C) +DECLARE_EVENT_SOURCE(SettingsPanel_SaveControls, 0x020DDDFC) +DECLARE_EVENT_SOURCE(SettingsPanel_SaveSettings, 0x020DDE8C) +DECLARE_EVENT_SOURCE(SettingsPanel_SliderChanged, 0x020DDF1C) +DECLARE_EVENT_SOURCE(SettingsPanel_StepperChanged, 0x020DDFAC) +DECLARE_EVENT_SOURCE(SettingsPanel_ValidateControls, 0x020DE03C) +DECLARE_EVENT_SOURCE(ShipCrewMenu_OpenAssignMenu, 0x020E8148) +DECLARE_EVENT_SOURCE(ShipCrewMenu_SetSort, 0x020E81D8) +DECLARE_EVENT_SOURCE(Spaceship::PlayerMovementOutputEvent, 0x0210E348) +DECLARE_EVENT_SOURCE(ShowLongShipBootup, 0x0210E3D8) +DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferMenu, 0x0210E468) +DECLARE_EVENT_SOURCE(ShipHud_Activate, 0x0210E4F8) +DECLARE_EVENT_SOURCE(ShipHud_BodyViewMarkerDimensions, 0x0210E588) +DECLARE_EVENT_SOURCE(ShipHud_ChangeComponentSelection, 0x0210E618) +DECLARE_EVENT_SOURCE(ShipHud_CloseMenu, 0x0210E6A8) +DECLARE_EVENT_SOURCE(ShipHud_Deselect, 0x0210E738) +DECLARE_EVENT_SOURCE(ShipHud_FarTravel, 0x0210E7C8) +DECLARE_EVENT_SOURCE(ShipHud_HailAccepted, 0x0210E858) +DECLARE_EVENT_SOURCE(ShipHud_HailCancelled, 0x0210E8E8) +DECLARE_EVENT_SOURCE(ShipHud_JumpToQuestMarker, 0x0210E978) +DECLARE_EVENT_SOURCE(ShipHud_Land, 0x0210EA08) +DECLARE_EVENT_SOURCE(ShipHud_LandingMarkerMap, 0x0210EA98) +DECLARE_EVENT_SOURCE(ShipHud_Map, 0x0210EB28) +DECLARE_EVENT_SOURCE(ShipHud_OnMonocleToggle, 0x0210EBB8) +DECLARE_EVENT_SOURCE(ShipHud_OpenPhotoMode, 0x0210EC48) +DECLARE_EVENT_SOURCE(ShipHud_Repair, 0x0210ECD8) +DECLARE_EVENT_SOURCE(ShipHud_SetTargetMode, 0x0210ED68) +DECLARE_EVENT_SOURCE(ShipHud_Target, 0x0210EDF8) +DECLARE_EVENT_SOURCE(ShipHud_TargetShipSystem, 0x0210EE88) +DECLARE_EVENT_SOURCE(ShipHud_UntargetShipSystem, 0x0210EF18) +DECLARE_EVENT_SOURCE(ShipHud_UpdateComponentPower, 0x0210EFA8) +DECLARE_EVENT_SOURCE(DialogueMenu_CompleteExit, 0x0213A7EC) +DECLARE_EVENT_SOURCE(BGSScannerGuideEffectStatusUpdateEvent, 0x0214A960) +DECLARE_EVENT_SOURCE(GlobalFunc_CloseAllMenus, 0x0214F928) +DECLARE_EVENT_SOURCE(GlobalFunc_CloseMenu, 0x0214F9B8) +DECLARE_EVENT_SOURCE(GlobalFunc_PlayMenuSound, 0x0214FA48) +DECLARE_EVENT_SOURCE(GlobalFunc_StartGameRender, 0x0214FAD8) +DECLARE_EVENT_SOURCE(GlobalFunc_UserEvent, 0x0214FB68) +DECLARE_EVENT_SOURCE(ExperienceMeterDisplayData, 0x021594C8) +DECLARE_EVENT_SOURCE(LevelUp_AnimFinished, 0x02159558) +DECLARE_EVENT_SOURCE(LevelUp_OnWidgetShown, 0x021595E8) +DECLARE_EVENT_SOURCE(LevelUp_OpenDataMenu, 0x02159678) +DECLARE_EVENT_SOURCE(LevelUp_ShowSkills, 0x02159708) +DECLARE_EVENT_SOURCE(LocationTextWidget_FinishedQueue, 0x02159798) +DECLARE_EVENT_SOURCE(DisplayFatigueWarningEvent, 0x02159A40) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x0215D4AC) +DECLARE_EVENT_SOURCE(PlayerCrosshairModeEvent, 0x02056A30) +DECLARE_EVENT_SOURCE(HUDNotificationEvent, 0x02166708) +DECLARE_EVENT_SOURCE(HUDNotification_MissionActiveWidgetUpdate, 0x02166798) +DECLARE_EVENT_SOURCE(HUDNotification_OpenDataMenu, 0x02166828) +DECLARE_EVENT_SOURCE(HUDNotification_OpenMissionMenu, 0x021668B8) +DECLARE_EVENT_SOURCE(HUDNotification_SetMissionActive, 0x02166948) +DECLARE_EVENT_SOURCE(PlayerSetWeaponStateEvent, 0x02168528) +DECLARE_EVENT_SOURCE(BarterMenu_BuyItem, 0x0217B5A8) +DECLARE_EVENT_SOURCE(BarterMenu_CloseMenu, 0x0217B638) +DECLARE_EVENT_SOURCE(BarterMenu_HideModel, 0x0217B6C8) +DECLARE_EVENT_SOURCE(BarterMenu_LoadModel, 0x0217B758) +DECLARE_EVENT_SOURCE(BarterMenu_SellItem, 0x0217B7E8) +DECLARE_EVENT_SOURCE(BarterMenu_SetMouseOverModel, 0x0217B878) +DECLARE_EVENT_SOURCE(BarterMenu_ShowFailureMessage, 0x0217B908) +DECLARE_EVENT_SOURCE(BarterMenu_ViewedItem, 0x0217B998) +DECLARE_EVENT_SOURCE(MissionMenu_ClearState, 0x0217FFA0) +DECLARE_EVENT_SOURCE(MissionMenu_PlotToLocation, 0x02180030) +DECLARE_EVENT_SOURCE(MissionMenu_RejectQuest, 0x021800C0) +DECLARE_EVENT_SOURCE(MissionMenu_SaveCategoryIndex, 0x02180150) +DECLARE_EVENT_SOURCE(MissionMenu_SaveOpenedId, 0x021801E0) +DECLARE_EVENT_SOURCE(MissionMenu_ShowItemLocation, 0x02180270) +DECLARE_EVENT_SOURCE(MissionMenu_ToggleTrackingQuest, 0x0218039C) +DECLARE_EVENT_SOURCE(DataSlateButtons_acceptClicked, 0x02185AC0) +DECLARE_EVENT_SOURCE(DataSlateButtons_cancelClicked, 0x02185B50) +DECLARE_EVENT_SOURCE(DataSlateMenu_playSFX, 0x02185BE0) +DECLARE_EVENT_SOURCE(DataSlateMenu_toggleAudio, 0x02185C70) +DECLARE_EVENT_SOURCE(InventoryMenu_DropItem, 0x0218C384) +DECLARE_EVENT_SOURCE(InventoryMenu_HideModel, 0x0218C414) +DECLARE_EVENT_SOURCE(InventoryMenu_LoadModel, 0x0218C4A4) +DECLARE_EVENT_SOURCE(InventoryMenu_OnEnterCategory, 0x0218C534) +DECLARE_EVENT_SOURCE(InventoryMenu_OpenCargoHold, 0x0218C5C4) +DECLARE_EVENT_SOURCE(InventoryMenu_SelectItem, 0x0218C654) +DECLARE_EVENT_SOURCE(InventoryMenu_SetMouseOverModel, 0x0218C6E4) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleFavorite, 0x0218C81C) +DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryChanged, 0x02198CD8) +DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryPressed, 0x02198D68) +DECLARE_EVENT_SOURCE(MonocleMenu_Bioscan, 0x021A005C) +DECLARE_EVENT_SOURCE(MonocleMenu_FastTravel, 0x021A00EC) +DECLARE_EVENT_SOURCE(MonocleMenu_Harvest, 0x021A017C) +DECLARE_EVENT_SOURCE(MonocleMenu_Initialize, 0x021A020C) +DECLARE_EVENT_SOURCE(MonocleMenu_Outpost, 0x021A029C) +DECLARE_EVENT_SOURCE(MonocleMenu_PhotoMode, 0x021A032C) +DECLARE_EVENT_SOURCE(MonocleMenu_Shutdown, 0x021A03BC) +DECLARE_EVENT_SOURCE(MonocleMenu_SocialSpell, 0x021A044C) +DECLARE_EVENT_SOURCE(MonocleMenu_StartContainerView, 0x021A04DC) +DECLARE_EVENT_SOURCE(MonocleMenu_StopContainerView, 0x021A056C) +DECLARE_EVENT_SOURCE(MonocleMenu_SurfaceMap, 0x021A05FC) +DECLARE_EVENT_SOURCE(MonocleMenu_UseListScrollControls, 0x021A068C) +DECLARE_EVENT_SOURCE(MonocleMenu_ZoomIn, 0x021A071C) +DECLARE_EVENT_SOURCE(MonocleMenu_ZoomOut, 0x021A07AC) +DECLARE_EVENT_SOURCE(PhotoMode_InitializeCategory, 0x021A5160) +DECLARE_EVENT_SOURCE(PhotoMode_ResetToDefaults, 0x021A51F0) +DECLARE_EVENT_SOURCE(PhotoMode_SliderChanged, 0x021A5280) +DECLARE_EVENT_SOURCE(PhotoMode_StepperChanged, 0x021A5310) +DECLARE_EVENT_SOURCE(PhotoMode_TakeSnapshot, 0x021A53A0) +DECLARE_EVENT_SOURCE(PhotoMode_ToggleHelmet, 0x021A5430) +DECLARE_EVENT_SOURCE(PhotoMode_ToggleUI, 0x021A54C0) +DECLARE_EVENT_SOURCE(PickpocketMenu_OnItemSelect, 0x021AD974) +DECLARE_EVENT_SOURCE(ResearchMenu_AddMaterial, 0x021B2DA8) +DECLARE_EVENT_SOURCE(ResearchMenu_CategorySelected, 0x021B2E38) +DECLARE_EVENT_SOURCE(ResearchMenu_ExitMenu, 0x021B2EC8) +DECLARE_EVENT_SOURCE(ResearchMenu_HideModel, 0x021B2F58) +DECLARE_EVENT_SOURCE(ResearchMenu_PreviewProject, 0x021B2FE8) +DECLARE_EVENT_SOURCE(ResearchMenu_ProjectViewed, 0x021B3078) +DECLARE_EVENT_SOURCE(ResearchMenu_SetInspectControls, 0x021B3108) +DECLARE_EVENT_SOURCE(ResearchMenu_ToggleTrackingProject, 0x021B3198) +DECLARE_EVENT_SOURCE(UnlockedTerminalElementEvent, 0x021C4C54) +DECLARE_EVENT_SOURCE(SecurityMenu_BackOutKey, 0x021C4CE4) +DECLARE_EVENT_SOURCE(SecurityMenu_CloseMenu, 0x021C4D74) +DECLARE_EVENT_SOURCE(SecurityMenu_ConfirmExit, 0x021C4E04) +DECLARE_EVENT_SOURCE(SecurityMenu_EliminateUnusedKeys, 0x021C4E94) +DECLARE_EVENT_SOURCE(SecurityMenu_GetRingHint, 0x021C4F24) +DECLARE_EVENT_SOURCE(SecurityMenu_SelectNewKey, 0x021C4FB4) +DECLARE_EVENT_SOURCE(SecurityMenu_TryUseKey, 0x021C5044) +DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Assign, 0x021C9014) +DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Unassign, 0x021C90A4) +DECLARE_EVENT_SOURCE(ShipCrewMenu_ViewedItem, 0x021C9134) +DECLARE_EVENT_SOURCE(Refuel_Accept, 0x021CAFD4) +DECLARE_EVENT_SOURCE(Refuel_Cancel, 0x021CB064) +DECLARE_EVENT_SOURCE(SkillsMenu_Accept, 0x021D1AAC) +DECLARE_EVENT_SOURCE(SkillsMenu_AddPatch, 0x021D1B3C) +DECLARE_EVENT_SOURCE(SkillsMenu_Cancel, 0x021D1BCC) +DECLARE_EVENT_SOURCE(SkillsMenu_ChangeCursorVisibility, 0x021D1C5C) +DECLARE_EVENT_SOURCE(SkillsMenu_SaveLastCategory, 0x021D1CEC) +DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::MenuClosedEvent, 0x021F6664) +DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::PresetNPCChangedEvent, 0x021F66F4) +DECLARE_EVENT_SOURCE(CharGen_BrowChange, 0x021F6784) +DECLARE_EVENT_SOURCE(CharGen_BrowColorChange, 0x021F6814) +DECLARE_EVENT_SOURCE(CharGen_CancelTextEntry, 0x021F68A4) +DECLARE_EVENT_SOURCE(CharGen_CloseMenu, 0x021F6934) +DECLARE_EVENT_SOURCE(CharGen_CyclePronoun, 0x021F69C4) +DECLARE_EVENT_SOURCE(CharGen_DirtScarsEtcChange, 0x021F6A54) +DECLARE_EVENT_SOURCE(CharGen_EndBodyChange, 0x021F6AE4) +DECLARE_EVENT_SOURCE(CharGen_EndTextEntry, 0x021F6B74) +DECLARE_EVENT_SOURCE(CharGen_EyeColorChange, 0x021F6C04) +DECLARE_EVENT_SOURCE(CharGen_FacialHairChange, 0x021F6C94) +DECLARE_EVENT_SOURCE(CharGen_FacialHairColorChange, 0x021F6D24) +DECLARE_EVENT_SOURCE(CharGen_HairChange, 0x021F6DB4) +DECLARE_EVENT_SOURCE(CharGen_HairColorChange, 0x021F6E44) +DECLARE_EVENT_SOURCE(CharGen_HeadpartPlusSelectorChange, 0x021F6ED4) +DECLARE_EVENT_SOURCE(CharGen_HeadpartPresetChange, 0x021F6F64) +DECLARE_EVENT_SOURCE(CharGen_JewelryChange, 0x021F6FF4) +DECLARE_EVENT_SOURCE(CharGen_JewelryColorChange, 0x021F7084) +DECLARE_EVENT_SOURCE(CharGen_MakeupChange, 0x021F7114) +DECLARE_EVENT_SOURCE(CharGen_MarkingsChange, 0x021F71A4) +DECLARE_EVENT_SOURCE(CharGen_PostBlendColorOptionChange, 0x021F7234) +DECLARE_EVENT_SOURCE(CharGen_PostBlendFaceChange, 0x021F72C4) +DECLARE_EVENT_SOURCE(CharGen_PostBlendIntensityChange, 0x021F7354) +DECLARE_EVENT_SOURCE(CharGen_PresetChange, 0x021F73E4) +DECLARE_EVENT_SOURCE(CharGen_RollOffLocomotion, 0x021F7474) +DECLARE_EVENT_SOURCE(CharGen_RollOnLocomotion, 0x021F7504) +DECLARE_EVENT_SOURCE(CharGen_RotatePaperdoll, 0x021F7594) +DECLARE_EVENT_SOURCE(CharGen_SetAdditionalSlider, 0x021F7624) +DECLARE_EVENT_SOURCE(CharGen_SetBackground, 0x021F76B4) +DECLARE_EVENT_SOURCE(CharGen_SetBlockInputUnderPopup, 0x021F7744) +DECLARE_EVENT_SOURCE(CharGen_SetBodyValues, 0x021F77D4) +DECLARE_EVENT_SOURCE(CharGen_SetCameraPosition, 0x021F7864) +DECLARE_EVENT_SOURCE(CharGen_SetPronoun, 0x021F78F4) +DECLARE_EVENT_SOURCE(CharGen_SetSex, 0x021F7984) +DECLARE_EVENT_SOURCE(CharGen_SetSlider, 0x021F7A14) +DECLARE_EVENT_SOURCE(CharGen_SetTrait, 0x021F7AA4) +DECLARE_EVENT_SOURCE(CharGen_ShowChooseBackgroundMessage, 0x021F7B34) +DECLARE_EVENT_SOURCE(CharGen_ShowPlayerRenameMessage, 0x021F7BC4) +DECLARE_EVENT_SOURCE(CharGen_SkintoneChange, 0x021F7C54) +DECLARE_EVENT_SOURCE(CharGen_StartBodyChange, 0x021F7CE4) +DECLARE_EVENT_SOURCE(CharGen_StartTextEntry, 0x021F7D74) +DECLARE_EVENT_SOURCE(CharGen_SwitchBodyType, 0x021F7E04) +DECLARE_EVENT_SOURCE(CharGen_SwitchLocomotion, 0x021F7E94) +DECLARE_EVENT_SOURCE(CharGen_TeethChange, 0x021F7F24) +DECLARE_EVENT_SOURCE(CharGen_TeethRollOff, 0x021F7FB4) +DECLARE_EVENT_SOURCE(CharGen_TeethRollOn, 0x021F8044) +DECLARE_EVENT_SOURCE(CharGen_ToggleMarking, 0x021F80D4) +DECLARE_EVENT_SOURCE(CharGen_TogglePreviewHabSuit, 0x021F8164) +DECLARE_EVENT_SOURCE(UIMenuChargenMenuDisablePaperdoll, 0x021F81F4) +DECLARE_EVENT_SOURCE(DataMenu_CloseMenu, 0x021FF268) +DECLARE_EVENT_SOURCE(DataMenu_ClosedForSubMenu, 0x021FF2F8) +DECLARE_EVENT_SOURCE(DataMenu_Missions, 0x021FF388) +DECLARE_EVENT_SOURCE(DataMenu_PlotToLocation, 0x021FF4BC) +DECLARE_EVENT_SOURCE(DataMenu_Reopened, 0x021FF54C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedAttributesMenu, 0x021FF5DC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedInventoryMenu, 0x021FF66C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedMapMenu, 0x021FF6FC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedPowersMenu, 0x021FF78C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedShipMenu, 0x021FF81C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedStatusMenu, 0x021FF8AC) +DECLARE_EVENT_SOURCE(DataMenu_SetMenuForQuickEntry, 0x021FF93C) +DECLARE_EVENT_SOURCE(DataMenu_SetPaperDollActive, 0x021FF9CC) +DECLARE_EVENT_SOURCE(PauseMenu_ActionCanceled, 0x02209C14) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmAction, 0x02209CA4) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmLoad, 0x02209D34) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmSave, 0x02209DC4) +DECLARE_EVENT_SOURCE(PauseMenu_DeleteSave, 0x02209E54) +DECLARE_EVENT_SOURCE(PauseMenu_QuitToDesktop, 0x02209EE4) +DECLARE_EVENT_SOURCE(PauseMenu_SetCharacter, 0x02209F74) +DECLARE_EVENT_SOURCE(PauseMenu_StartAction, 0x0220A004) +DECLARE_EVENT_SOURCE(PauseMenu_StartLoad, 0x0220A094) +DECLARE_EVENT_SOURCE(PauseMenu_UploadSave, 0x0220A124) +DECLARE_EVENT_SOURCE(PlayBink_CloseMenu, 0x0220B0C0) +DECLARE_EVENT_SOURCE(Spaceship::GravJumpEvent, 0x02210CF4) +DECLARE_EVENT_SOURCE(Spaceship::LandedSetEvent, 0x02210D84) +DECLARE_EVENT_SOURCE(Reticle_OnLongAnimFinished, 0x02210E14) +DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferItem, 0x02210EA4) +DECLARE_EVENT_SOURCE(ShipHud_AbortJump, 0x02210F34) +DECLARE_EVENT_SOURCE(ShipHud_DockRequested, 0x02210FC4) +DECLARE_EVENT_SOURCE(ShipHud_HailShip, 0x02211054) +DECLARE_EVENT_SOURCE(ShipHud_UpdateTargetPanelRect, 0x022110E4) +DECLARE_EVENT_SOURCE(TakeoffMenu_CloseMenu, 0x02211174) +DECLARE_EVENT_SOURCE(TakeoffMenu_ExitShip, 0x02211204) +DECLARE_EVENT_SOURCE(TakeoffMenu_Launch, 0x02211294) +DECLARE_EVENT_SOURCE(StarMapMenu_LandingInputInProgress, 0x022307D0) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupContainerVisibilityChanged, 0x02230860) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryClicked, 0x022308F0) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryHoverChanged, 0x02230980) +DECLARE_EVENT_SOURCE(StarMapMenu_ScanPlanet, 0x02230A10) +DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSite, 0x02230AA0) +DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSiteFailed, 0x02230B30) +DECLARE_EVENT_SOURCE(StarMapMenu_ShowRealCursor, 0x02230BC0) +DECLARE_EVENT_SOURCE(StarMapMenu_QuickSelectChange, 0x02246090) +DECLARE_EVENT_SOURCE(StarMapMenu_Galaxy_FocusSystem, 0x02256FE0) +DECLARE_EVENT_SOURCE(StarMapMenu_OnGalaxyViewInitialized, 0x02257070) +DECLARE_EVENT_SOURCE(StarMapMenu_ExecuteRoute, 0x02261B68) +DECLARE_EVENT_SOURCE(StarMapMenu_OnCancel, 0x02261BF8) +DECLARE_EVENT_SOURCE(StarMapMenu_OnClearRoute, 0x02261C88) +DECLARE_EVENT_SOURCE(StarMapMenu_OnExitStarMap, 0x02261D18) +DECLARE_EVENT_SOURCE(StarMapMenu_OnHintButtonClicked, 0x02261DA8) +DECLARE_EVENT_SOURCE(StarMapMenu_OnOutpostEntrySelected, 0x02261E38) +DECLARE_EVENT_SOURCE(StarMapMenu_ReadyToClose, 0x02261EC8) +DECLARE_EVENT_SOURCE(SurfaceMapMenu_MarkerClicked, 0x0227FB4C) +DECLARE_EVENT_SOURCE(SurfaceMapMenu_TryPlaceCustomMarker, 0x0227FBDC) +DECLARE_EVENT_SOURCE(TerminalMenu_CancelEvent, 0x0229A0A0) +DECLARE_EVENT_SOURCE(Terminal_CloseAllViews, 0x0229A130) +DECLARE_EVENT_SOURCE(Terminal_CloseTopView, 0x0229A1C0) +DECLARE_EVENT_SOURCE(Terminal_CloseView, 0x0229A250) +DECLARE_EVENT_SOURCE(Terminal_MenuItemClick, 0x0229A2E0) +DECLARE_EVENT_SOURCE(TestMenu_DoAction, 0x022A615C) +DECLARE_EVENT_SOURCE(TestMenu_ExitMenu, 0x022A61EC) +DECLARE_EVENT_SOURCE(TestMenu_ShowImages, 0x022A627C) +DECLARE_EVENT_SOURCE(TestMenu_ShowResources, 0x022A630C) +DECLARE_EVENT_SOURCE(TestMenu_TestAll, 0x022A639C) +DECLARE_EVENT_SOURCE(TextInputMenu_EndEditText, 0x022AA344) +DECLARE_EVENT_SOURCE(TextInputMenu_InputCanceled, 0x022AA3D4) +DECLARE_EVENT_SOURCE(TextInputMenu_StartEditText, 0x022AA464) +DECLARE_EVENT_SOURCE(CraftingMenu_Highlight3D, 0x022AB734) +DECLARE_EVENT_SOURCE(CraftingMenu_RevertHighlight, 0x022AB7C4) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ChangeBuildItem, 0x022ADE28) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_SelectedItem, 0x022ADEB8) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ToggleTracking, 0x022ADF48) +DECLARE_EVENT_SOURCE(WorkshopMenu_AttemptBuild, 0x022B6794) +DECLARE_EVENT_SOURCE(WorkshopMenu_CancelAction, 0x022B6824) +DECLARE_EVENT_SOURCE(WorkshopMenu_ChangeVariant, 0x022B68B4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ConnectionEvent, 0x022B6944) +DECLARE_EVENT_SOURCE(WorkshopMenu_ExitMenu, 0x022B69D4) +DECLARE_EVENT_SOURCE(WorkshopMenu_MessageCallback, 0x022B6A64) +DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedCategory, 0x022B6AF4) +DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedGridObject, 0x022B6B84) +DECLARE_EVENT_SOURCE(WorkshopMenu_ShowExtras, 0x022B6C14) +DECLARE_EVENT_SOURCE(WorkshopMenu_SwitchMode, 0x022B6CA4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleDistance, 0x022B6D34) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleTracking, 0x022B6DC4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleView, 0x022B6E54) +DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ConfirmAction, 0x022B88A4) +DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ExitMenu, 0x022B8934) +DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetHovered, 0x022BEDFC) +DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetPicked, 0x022BEE8C) +DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldFinished, 0x022D5F30) +DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldStopped, 0x022D5FC0) +DECLARE_EVENT_SOURCE(WorkshopShared_SetActionHandles, 0x022D6050) +DECLARE_EVENT_SOURCE(WorkshopShared_StartAction, 0x022D60E0) +DECLARE_EVENT_SOURCE(ModelReferenceEffectEvents::ReferenceEffectFinished, 0x022F5D3C) +DECLARE_EVENT_SOURCE(BGSAcousticSpaceListener::StackChangedEvent, 0x02309F04) +DECLARE_EVENT_SOURCE(SpaceshipBIEvents::ShipPowerAllocationBIEventSent, 0x023209D0) +DECLARE_EVENT_SOURCE(BGSActorDeathEvent, 0x0232D1BC) +DECLARE_EVENT_SOURCE(Research::ResearchProgressEvent, 0x0237DA58) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x025A25B8) +DECLARE_EVENT_SOURCE(PlayerInCombatChangeEvent, 0x025BAAF0) +DECLARE_EVENT_SOURCE(BlurEvent, 0x02889728) +DECLARE_EVENT_SOURCE(ContainerMenu_HideModel, 0x028AC7A8) +DECLARE_EVENT_SOURCE(ContainerMenu_Jettison, 0x028AC838) +DECLARE_EVENT_SOURCE(ContainerMenu_LoadModel, 0x028AC8C8) +DECLARE_EVENT_SOURCE(ContainerMenu_OpenRefuelMenu, 0x028AC958) +DECLARE_EVENT_SOURCE(ContainerMenu_SetMouseOverModel, 0x028AC9E8) +DECLARE_EVENT_SOURCE(ContainerMenu_TakeAll, 0x028ACA78) +DECLARE_EVENT_SOURCE(ContainerMenu_ToggleEquip, 0x028ACB08) +DECLARE_EVENT_SOURCE(ContainerMenu_TransferItem, 0x028ACC3C) +DECLARE_EVENT_SOURCE(DialogueMenu_OnDialogueSelect, 0x028B06E0) +DECLARE_EVENT_SOURCE(DialogueMenu_OnListVisibilityChange, 0x028B0770) +DECLARE_EVENT_SOURCE(DialogueMenu_OnPersuasionAutoWin, 0x028B0800) +DECLARE_EVENT_SOURCE(DialogueMenu_OnScriptedDialogueSelect, 0x028B0890) +DECLARE_EVENT_SOURCE(DialogueMenu_RequestExit, 0x028B0920) +DECLARE_EVENT_SOURCE(DialogueMenu_RequestSkipDialogue, 0x028B09B0) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x028B1778) +DECLARE_EVENT_SOURCE(FavoritesMenu_AssignQuickkey, 0x028BD7B0) +DECLARE_EVENT_SOURCE(FavoritesMenu_UseQuickkey, 0x028BD840) +DECLARE_EVENT_SOURCE(LoadingMenu_RefreshText, 0x028C16B0) +DECLARE_EVENT_SOURCE(MainMenu_ActionCanceled, 0x028C4DC0) +DECLARE_EVENT_SOURCE(MainMenu_ActionConfirmed, 0x028C4E50) +DECLARE_EVENT_SOURCE(MainMenu_ConfirmLoad, 0x028C4EE0) +DECLARE_EVENT_SOURCE(MainMenu_DeleteSave, 0x028C4F70) +DECLARE_EVENT_SOURCE(MainMenu_SetCharacter, 0x028C509C) +DECLARE_EVENT_SOURCE(MainMenu_StartAction, 0x028C512C) +DECLARE_EVENT_SOURCE(MainMenu_StartLoad, 0x028C51BC) +DECLARE_EVENT_SOURCE(MainMenu_UploadSave, 0x028C524C) +DECLARE_EVENT_SOURCE(BGSAppPausedEvent, 0x028C6ADC) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnBackOut, 0x028CBDC8) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnButtonPress, 0x028CBE58) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnScriptedButtonPress, 0x028CBEE8) +DECLARE_EVENT_SOURCE(SleepWaitMenu_InterruptRest, 0x028D0B78) +DECLARE_EVENT_SOURCE(SleepWaitMenu_StartRest, 0x028D0C08) +DECLARE_EVENT_SOURCE(Spaceship::BoughtEvent, 0x02B9F664) +DECLARE_EVENT_SOURCE(Spaceship::ContrabandScanWarningEvent, 0x02B9F6F4) +DECLARE_EVENT_SOURCE(Spaceship::DockEvent, 0x02B9F784) +DECLARE_EVENT_SOURCE(Spaceship::DynamicNavmeshCompleted, 0x02B9F814) +DECLARE_EVENT_SOURCE(Spaceship::FarTravelEvent, 0x02B9F8A4) +DECLARE_EVENT_SOURCE(Spaceship::LandingEvent, 0x02B9F934) +DECLARE_EVENT_SOURCE(Spaceship::PlanetScanEvent, 0x02B9F9C4) +DECLARE_EVENT_SOURCE(Spaceship::RampDownEvent, 0x02B9FA54) +DECLARE_EVENT_SOURCE(Spaceship::RefueledEvent, 0x02B9FAE4) +DECLARE_EVENT_SOURCE(Spaceship::RegisteredEvent, 0x02B9FB74) +DECLARE_EVENT_SOURCE(Spaceship::ShieldEvent, 0x02B9FC04) +DECLARE_EVENT_SOURCE(Spaceship::ShipAddedEvent, 0x02B9FC94) +DECLARE_EVENT_SOURCE(Spaceship::ShipCollisionEvent, 0x02B9FD24) +DECLARE_EVENT_SOURCE(Spaceship::ShipCustomizedEvent, 0x02B9FDB4) +DECLARE_EVENT_SOURCE(Spaceship::SoldEvent, 0x02B9FE44) +DECLARE_EVENT_SOURCE(Spaceship::SystemDamagedEvent, 0x02B9FED4) +DECLARE_EVENT_SOURCE(Spaceship::SystemPowerAllocationEvent, 0x02B9FF64) +DECLARE_EVENT_SOURCE(Spaceship::SystemPowerChangeEvent, 0x02B9FFF4) +DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedBIEvent, 0x02BA0084) +DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedEvent, 0x02BA0114) +DECLARE_EVENT_SOURCE(Spaceship::TakeDamagEvent, 0x02BA01A4) +DECLARE_EVENT_SOURCE(ContextStackChangedEvent, 0x02CCD0C8) +DECLARE_EVENT_SOURCE(UpdateSceneRectEvent, 0x02EA9E10) +DECLARE_EVENT_SOURCE(GameStalledEvent, 0x0306EE10) // more -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) +DECLARE_EVENT_SOURCE(TESCellNavmeshGeneratedEvent, 0x005BC370) +DECLARE_EVENT_SOURCE(TESHitEvent, 0x005BCC00) +DECLARE_EVENT_SOURCE(FirstThirdPersonSwitch::Event, 0x005BD5F0) +DECLARE_EVENT_SOURCE(PerkChanged::Event, 0x013031F0) +DECLARE_EVENT_SOURCE(TESHarvestEvent::ItemHarvested, 0x014EF0D0) +DECLARE_EVENT_SOURCE(ActivityEvents::ActivityCompletedEvent, 0x014F74F0) +DECLARE_EVENT_SOURCE(ChallengeCompletedEvent::Event, 0x014F9810) +DECLARE_EVENT_SOURCE(InventoryItemEvent::Event, 0x01531450) +DECLARE_EVENT_SOURCE(BooksRead::Event, 0x0192A070) +DECLARE_EVENT_SOURCE(LocationExplored::Event, 0x019617D0) +DECLARE_EVENT_SOURCE(LocationLinked::Event, 0x01961840) +DECLARE_EVENT_SOURCE(Activation::Event, 0x01A1DB10) +DECLARE_EVENT_SOURCE(ActorCellChangeEvent, 0x01A2F510) +DECLARE_EVENT_SOURCE(ActorHeadAttachedEvent, 0x01A2F580) +DECLARE_EVENT_SOURCE(ActorValueEvents::ActorValueChangedEvent, 0x01A2F5F0) +DECLARE_EVENT_SOURCE(AliasChangeEvent, 0x01A2F660) +DECLARE_EVENT_SOURCE(AnimationGraphDependentEvent, 0x01A2F6D0) +DECLARE_EVENT_SOURCE(BGSAffinityEventEvent, 0x01A2F740) +DECLARE_EVENT_SOURCE(BGSCellGridLoadEvent, 0x01A2F7B0) +DECLARE_EVENT_SOURCE(BGSEventProcessedEvent, 0x01A2F820) +DECLARE_EVENT_SOURCE(BGSHavokWorldCreatedEvent, 0x01A2F890) +DECLARE_EVENT_SOURCE(BGSLocationLoadedEvent, 0x01A2F900) +DECLARE_EVENT_SOURCE(BGSOnPlayerCompanionDismiss, 0x01A2F970) +DECLARE_EVENT_SOURCE(BGSOnPlayerCompleteResearchEvent, 0x01A2F9E0) +DECLARE_EVENT_SOURCE(BGSOnPlayerCraftItemEvent, 0x01A2FA50) +DECLARE_EVENT_SOURCE(BGSOnPlayerCreateRobotEvent, 0x01A2FAC0) +DECLARE_EVENT_SOURCE(BGSOnPlayerEnterVertibirdEvent, 0x01A2FB30) +DECLARE_EVENT_SOURCE(BGSOnPlayerFallLongDistances, 0x01A2FBA0) +DECLARE_EVENT_SOURCE(BGSOnPlayerFireWeaponEvent, 0x01A2FC10) +DECLARE_EVENT_SOURCE(BGSOnPlayerHealTeammateEvent, 0x01A2FC80) +DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringBeginEvent, 0x01A2FCF0) +DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringEndEvent, 0x01A2FD60) +DECLARE_EVENT_SOURCE(BGSOnPlayerModArmorWeaponEvent, 0x01A2FDD0) +DECLARE_EVENT_SOURCE(BGSOnPlayerModRobotEvent, 0x01A2FE40) +DECLARE_EVENT_SOURCE(BGSOnPlayerSwimmingEvent, 0x01A2FEB0) +DECLARE_EVENT_SOURCE(BGSOnPlayerUseWorkBenchEvent, 0x01A2FF20) +DECLARE_EVENT_SOURCE(BGSOnSpeechChallengeAvailable, 0x01A2FF90) +DECLARE_EVENT_SOURCE(BGSRadiationDamageEvent, 0x01A30000) +DECLARE_EVENT_SOURCE(BuilderMenuSelectEvent, 0x01A30070) +DECLARE_EVENT_SOURCE(CrewAssignedEvent, 0x01A300E0) +DECLARE_EVENT_SOURCE(CrewDismissedEvent, 0x01A30150) +DECLARE_EVENT_SOURCE(DestroyedEvent, 0x01A301C0) +DECLARE_EVENT_SOURCE(HomeShipSetEvent, 0x01A30230) +DECLARE_EVENT_SOURCE(InstantReferenceInteractionEvent, 0x01A302A0) +DECLARE_EVENT_SOURCE(ItemConsumedEvent, 0x01A30310) +DECLARE_EVENT_SOURCE(ItemSwappedEvent, 0x01A30380) +DECLARE_EVENT_SOURCE(LockPickedEvent, 0x01A303F0) +DECLARE_EVENT_SOURCE(MapMarkerDiscoveredEvent, 0x01A30460) +DECLARE_EVENT_SOURCE(ObjectScannedEvent, 0x01A304D0) +DECLARE_EVENT_SOURCE(PlayerAddItemEvent, 0x01A30540) +DECLARE_EVENT_SOURCE(PlayerArrestedEvent, 0x01A305B0) +DECLARE_EVENT_SOURCE(PlayerAssaultActorEvent, 0x01A30620) +DECLARE_EVENT_SOURCE(PlayerBuyShipEvent, 0x01A30690) +DECLARE_EVENT_SOURCE(PlayerCrimeGoldEvent, 0x01A30700) +DECLARE_EVENT_SOURCE(PlayerFailedPlotRouteEvent, 0x01A30770) +DECLARE_EVENT_SOURCE(PlayerJailEvent, 0x01A307E0) +DECLARE_EVENT_SOURCE(PlayerModifiedShipEvent, 0x01A30850) +DECLARE_EVENT_SOURCE(PlayerMurderActorEvent, 0x01A308C0) +DECLARE_EVENT_SOURCE(PlayerPayFineEvent, 0x01A30930) +DECLARE_EVENT_SOURCE(PlayerPlanetSurveyCompleteEvent, 0x01A309A0) +DECLARE_EVENT_SOURCE(PlayerPlanetSurveyProgressEvent, 0x01A30A10) +DECLARE_EVENT_SOURCE(PlayerSellShipEvent, 0x01A30A80) +DECLARE_EVENT_SOURCE(PlayerTrespassEvent, 0x01A30AF0) +DECLARE_EVENT_SOURCE(QuickContainerOpenedEvent, 0x01A30B60) +DECLARE_EVENT_SOURCE(RefControlChangedEvent, 0x01A30BD0) +DECLARE_EVENT_SOURCE(ReferenceDestroyedEvent, 0x01A30C40) +DECLARE_EVENT_SOURCE(SpeechChallengeCompletionEvent, 0x01A30CB0) +DECLARE_EVENT_SOURCE(TESActivateEvent, 0x01A30D20) +DECLARE_EVENT_SOURCE(TESActiveEffectApplyFinishEvent, 0x01A30D90) +DECLARE_EVENT_SOURCE(TESActiveEffectRemovedEvent, 0x01A30E00) +DECLARE_EVENT_SOURCE(TESActorActivatedRefEvent, 0x01A30E70) +DECLARE_EVENT_SOURCE(TESActorLocationChangeEvent, 0x01A30EE0) +DECLARE_EVENT_SOURCE(TESBookReadEvent, 0x01A30F50) +DECLARE_EVENT_SOURCE(TESCellCriticalRefsAttachedEvent, 0x01A30FC0) +DECLARE_EVENT_SOURCE(TESCellFullyLoadedEvent, 0x01A31030) +DECLARE_EVENT_SOURCE(TESCellGravityChangeEvent, 0x01A310A0) +DECLARE_EVENT_SOURCE(TESCellReadyToApplyDecalsEvent, 0x01A31110) +DECLARE_EVENT_SOURCE(TESCellReference3DAttachEvent, 0x01A31180) +DECLARE_EVENT_SOURCE(TESCellReferenceAttachDetachEvent, 0x01A311F0) +DECLARE_EVENT_SOURCE(TESCombatEvent, 0x01A31260) +DECLARE_EVENT_SOURCE(TESCombatListEvent, 0x01A312D0) +DECLARE_EVENT_SOURCE(TESCommandModeCompleteCommandEvent, 0x01A31340) +DECLARE_EVENT_SOURCE(TESCommandModeEnterEvent, 0x01A313B0) +DECLARE_EVENT_SOURCE(TESCommandModeExitEvent, 0x01A31420) +DECLARE_EVENT_SOURCE(TESCommandModeGiveCommandEvent, 0x01A31490) +DECLARE_EVENT_SOURCE(TESConsciousnessEvent, 0x01A31500) +DECLARE_EVENT_SOURCE(TESContainerChangedEvent, 0x01A31570) +DECLARE_EVENT_SOURCE(TESDeathEvent, 0x01A315E0) +DECLARE_EVENT_SOURCE(TESDeferredKillEvent, 0x01A31650) +DECLARE_EVENT_SOURCE(TESDestructionStageChangedEvent, 0x01A316C0) +DECLARE_EVENT_SOURCE(TESEnterBleedoutEvent, 0x01A31730) +DECLARE_EVENT_SOURCE(TESEnterSneakingEvent, 0x01A317A0) +DECLARE_EVENT_SOURCE(TESEquipEvent, 0x01A31810) +DECLARE_EVENT_SOURCE(TESEscortWaitStartEvent, 0x01A31880) +DECLARE_EVENT_SOURCE(TESEscortWaitStopEvent, 0x01A318F0) +DECLARE_EVENT_SOURCE(TESExitBleedoutEvent, 0x01A31960) +DECLARE_EVENT_SOURCE(TESExitFurnitureEvent, 0x01A319D0) +DECLARE_EVENT_SOURCE(TESFormDeleteEvent, 0x01A31A40) +DECLARE_EVENT_SOURCE(TESFormIDRemapEvent, 0x01A31AB0) +DECLARE_EVENT_SOURCE(TESFurnitureEvent, 0x01A31B20) +DECLARE_EVENT_SOURCE(TESGrabReleaseEvent, 0x01A31B90) +DECLARE_EVENT_SOURCE(TESInitScriptEvent, 0x01A31C00) +DECLARE_EVENT_SOURCE(TESLimbCrippleEvent, 0x01A31C70) +DECLARE_EVENT_SOURCE(TESLoadGameEvent, 0x01A31CE0) +DECLARE_EVENT_SOURCE(TESLocationExploredEvent, 0x01A31D50) +DECLARE_EVENT_SOURCE(TESLockChangedEvent, 0x01A31DC0) +DECLARE_EVENT_SOURCE(TESMagicEffectApplyEvent, 0x01A31E30) +DECLARE_EVENT_SOURCE(TESMissionAcceptedEvent, 0x01A31EA0) +DECLARE_EVENT_SOURCE(TESObjectLoadedEvent, 0x01A31F10) +DECLARE_EVENT_SOURCE(TESObjectREFRTranslationEvent, 0x01A31F80) +DECLARE_EVENT_SOURCE(TESOnPCDialogueTargetEvent, 0x01A31FF0) +DECLARE_EVENT_SOURCE(TESOpenCloseEvent, 0x01A32060) +DECLARE_EVENT_SOURCE(TESPackageEvent, 0x01A320D0) +DECLARE_EVENT_SOURCE(TESPerkEntryRunEvent, 0x01A32140) +DECLARE_EVENT_SOURCE(TESPickNewIdleEvent, 0x01A321B0) +DECLARE_EVENT_SOURCE(TESPickpocketFailedEvent, 0x01A32220) +DECLARE_EVENT_SOURCE(TESPlayerActiveEffectEvent, 0x01A32290) +DECLARE_EVENT_SOURCE(TESPlayerFollowerWarpEvent, 0x01A32300) +DECLARE_EVENT_SOURCE(TESQuestInitEvent, 0x01A32370) +DECLARE_EVENT_SOURCE(TESQuestRejectedEvent, 0x01A323E0) +DECLARE_EVENT_SOURCE(TESQuestStageEvent, 0x01A32450) +DECLARE_EVENT_SOURCE(TESQuestStageItemDoneEvent, 0x01A324C0) +DECLARE_EVENT_SOURCE(TESQuestStartStopEvent, 0x01A32530) +DECLARE_EVENT_SOURCE(TESQuestTimerEvent, 0x01A325A0) +DECLARE_EVENT_SOURCE(TESResetEvent, 0x01A32610) +DECLARE_EVENT_SOURCE(TESResolveNPCTemplatesEvent, 0x01A32680) +DECLARE_EVENT_SOURCE(TESSceneActionEvent, 0x01A326F0) +DECLARE_EVENT_SOURCE(TESSceneEvent, 0x01A32760) +DECLARE_EVENT_SOURCE(TESScenePhaseEvent, 0x01A327D0) +DECLARE_EVENT_SOURCE(TESSellEvent, 0x01A32840) +DECLARE_EVENT_SOURCE(TESSleepStartEvent, 0x01A328B0) +DECLARE_EVENT_SOURCE(TESSleepStopEvent, 0x01A32920) +DECLARE_EVENT_SOURCE(TESSpellCastEvent, 0x01A32990) +DECLARE_EVENT_SOURCE(TESSpellCastFailureEvent, 0x01A32A00) +DECLARE_EVENT_SOURCE(TESSwitchRaceCompleteEvent, 0x01A32A70) +DECLARE_EVENT_SOURCE(TESTopicInfoEvent, 0x01A32AE0) +DECLARE_EVENT_SOURCE(TESTrackedStatsEvent, 0x01A32B50) +DECLARE_EVENT_SOURCE(TESTrapHitEvent, 0x01A32BC0) +DECLARE_EVENT_SOURCE(TESTriggerEnterEvent, 0x01A32C30) +DECLARE_EVENT_SOURCE(TESTriggerEvent, 0x01A32CA0) +DECLARE_EVENT_SOURCE(TESTriggerLeaveEvent, 0x01A32D10) +DECLARE_EVENT_SOURCE(TESUniqueIDChangeEvent, 0x01A32D80) +DECLARE_EVENT_SOURCE(TESWaitStartEvent, 0x01A32DF0) +DECLARE_EVENT_SOURCE(TESWaitStopEvent, 0x01A32E60) +DECLARE_EVENT_SOURCE(TerminalMenuMenuItemRunEvent, 0x01A32ED0) +DECLARE_EVENT_SOURCE(TerminalMenuOnEnterEvent, 0x01A32F40) +DECLARE_EVENT_SOURCE(WorkshopNPCTransferEvent, 0x01A32FB0) +DECLARE_EVENT_SOURCE(TESObjectREFRIsReadyForAttachEvent, 0x01A33020) +DECLARE_EVENT_SOURCE(DefaultObjectsReadyEvent::Event, 0x01A5E660) +DECLARE_EVENT_SOURCE(ObjectiveState::Event, 0x01B08260) +DECLARE_EVENT_SOURCE(QuestStatus::Event, 0x01B68450) +DECLARE_EVENT_SOURCE(RefillAliasEvent::Event, 0x01B684C0) +DECLARE_EVENT_SOURCE(TESQuestEvent::Event, 0x01B68530) +DECLARE_EVENT_SOURCE(RolloverIsCrimeEvent::Event, 0x020572C0) +DECLARE_EVENT_SOURCE(HideSubtitleEvent::Event, 0x020624E0) +DECLARE_EVENT_SOURCE(ShowSubtitleEvent::Event, 0x02062550) +DECLARE_EVENT_SOURCE(MissionMenuStateEvent::Event, 0x020B4300) +DECLARE_EVENT_SOURCE(ClearShipHudTarget::Event, 0x0210E270) +DECLARE_EVENT_SOURCE(TryUpdateShipHudTarget::Event, 0x0210E2E0) +DECLARE_EVENT_SOURCE(LocationTextEvent::Event, 0x02168450) +DECLARE_EVENT_SOURCE(TraitDiscoveryTextEvent::Event, 0x021684C0) +DECLARE_EVENT_SOURCE(DaysPassed::Event, 0x023E3AE0) +DECLARE_EVENT_SOURCE(HourPassed::Event, 0x023E3B50) +DECLARE_EVENT_SOURCE(ActorDamage::Event, 0x024C3C60) +DECLARE_EVENT_SOURCE(ActorItemEquipped::Event, 0x024C3CD0) +DECLARE_EVENT_SOURCE(ActorKill::Event, 0x024C3D40) +DECLARE_EVENT_SOURCE(AssaultCrime::Event, 0x024C3DB0) +DECLARE_EVENT_SOURCE(DisarmedEvent::Event, 0x024C3E20) +DECLARE_EVENT_SOURCE(FactionRankChange::Event, 0x024C3E90) +DECLARE_EVENT_SOURCE(GrandTheftHorse::Event, 0x024C3F00) +DECLARE_EVENT_SOURCE(MurderCrime::Event, 0x024C3F70) +DECLARE_EVENT_SOURCE(PiracyCrime::Event, 0x024C3FE0) +DECLARE_EVENT_SOURCE(Bleedout::Event, 0x024F2630) +DECLARE_EVENT_SOURCE(ContractedDisease::Event, 0x024F26A0) +DECLARE_EVENT_SOURCE(ReloadWeaponEvent::Event, 0x024F2710) +DECLARE_EVENT_SOURCE(SpellsLearned::Event, 0x02500CF0) +DECLARE_EVENT_SOURCE(Bounty::Event, 0x025A1AD0) +DECLARE_EVENT_SOURCE(ChestLooted::Event, 0x025A1B40) +DECLARE_EVENT_SOURCE(CriticalHitEvent::Event, 0x025A1BB0) +DECLARE_EVENT_SOURCE(CustomMarkerUpdate::Event, 0x025A1C20) +DECLARE_EVENT_SOURCE(DaysJailed::Event, 0x025A1C90) +DECLARE_EVENT_SOURCE(EnteredUnity::Event, 0x025A1D00) +DECLARE_EVENT_SOURCE(FinePaid::Event, 0x025A1D70) +DECLARE_EVENT_SOURCE(ItemCrafted::Event, 0x025A1DE0) +DECLARE_EVENT_SOURCE(ItemSteal::Event, 0x025A1E50) +DECLARE_EVENT_SOURCE(JailEscape::Event, 0x025A1EC0) +DECLARE_EVENT_SOURCE(Jailing::Event, 0x025A1F30) +DECLARE_EVENT_SOURCE(LevelIncrease::Event, 0x025A1FA0) +DECLARE_EVENT_SOURCE(LocationMarkerArrayUpdate::Event, 0x025A2010) +DECLARE_EVENT_SOURCE(PlayerActiveEffectChanged::Event, 0x025A2080) +DECLARE_EVENT_SOURCE(PlayerAmmoChanged::Event, 0x025A20F0) +DECLARE_EVENT_SOURCE(PlayerCharacterQuestEvent::Event, 0x025A2160) +DECLARE_EVENT_SOURCE(PlayerDifficultySettingChanged::Event, 0x025A21D0) +DECLARE_EVENT_SOURCE(PlayerFastTravel::Event, 0x025A2240) +DECLARE_EVENT_SOURCE(PlayerInDialogueChanged::Event, 0x025A22B0) +DECLARE_EVENT_SOURCE(PlayerLifeStateChanged::Event, 0x025A2320) +DECLARE_EVENT_SOURCE(PlayerPickpocketSuccess::Event, 0x025A2390) +DECLARE_EVENT_SOURCE(PoisonedWeapon::Event, 0x025A2400) +DECLARE_EVENT_SOURCE(TerminalHacked::Event, 0x025A2470) +DECLARE_EVENT_SOURCE(TravelMarkerStateChange::Event, 0x025A24E0) +DECLARE_EVENT_SOURCE(WeaponAttack::Event, 0x025A2550) +DECLARE_EVENT_SOURCE(Trespass::Event, 0x025FFFB0) +DECLARE_EVENT_SOURCE(VATSEvents::ModeChange, 0x02669670) +DECLARE_EVENT_SOURCE(VATSCommand, 0x026696E0) +DECLARE_EVENT_SOURCE(HoursPassed::Event, 0x028D0B10) // other events -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 +DECLARE_EVENT_SOURCE(RadioManager::PipboyTransmitterDetectionEvent, 0x0236BC90) +DECLARE_EVENT_SOURCE_EX(XPChange::Event, 0x050EAD80) +DECLARE_EVENT_SOURCE_EX(WeaponFiredEvent, 0x050DDF58) +DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::Event, 0x05A7C5F0) +DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::SpellEvent, 0x05A7C618) +DECLARE_EVENT_SOURCE_EX(AttachReference::Event, 0x050EAD58) \ No newline at end of file diff --git a/sfse/GameForms.cpp b/sfse/GameForms.cpp index 9cb2e87..bee793c 100644 --- a/sfse/GameForms.cpp +++ b/sfse/GameForms.cpp @@ -1,4 +1,4 @@ #include "sfse/GameForms.h" -RelocAddr TESForm::GetFormByNumericID(0x014D9B00); -RelocAddr TESForm::GetFormByEditorID(0x014D9C5C); +RelocAddr TESForm::GetFormByNumericID(0x014D97D0); +RelocAddr TESForm::GetFormByEditorID(0x014D992C); diff --git a/sfse/GameMemory.cpp b/sfse/GameMemory.cpp index d3caacd..621f692 100644 --- a/sfse/GameMemory.cpp +++ b/sfse/GameMemory.cpp @@ -1,6 +1,6 @@ #include "sfse/GameMemory.h" -RelocAddr<_GetMemoryManager> GetMemoryManager(0x00547CE4); +RelocAddr<_GetMemoryManager> GetMemoryManager(0x00547FD4); void* Heap_Allocate(size_t size) { diff --git a/sfse/GameMemory.h b/sfse/GameMemory.h index a347e0c..6fa0231 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*, 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); + DEFINE_MEMBER_FN_3(Allocate, void*, 0x00547FF4, size_t size, size_t alignment, bool aligned); + DEFINE_MEMBER_FN_2(Free, void, 0x0054FDE4, void* buf, bool aligned); + DEFINE_MEMBER_FN_0(GetThreadScrapHeap, ScrapHeap*, 0x00834900); }; using _GetMemoryManager = MemoryManager * (*)(); diff --git a/sfse/GameObjects.h b/sfse/GameObjects.h index 697a5c1..76988e8 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, 0x01B2E358, TESNPC* source); - DEFINE_MEMBER_FN_1(CopyAppearance, void, 0x01B2C790, TESNPC* source); + DEFINE_MEMBER_FN_1(DeriveGeneticParentAppearance, void, 0x01B30128, TESNPC* source); + DEFINE_MEMBER_FN_1(CopyAppearance, void, 0x01B2E560, TESNPC* source); }; static_assert(sizeof(TESNPC) == 0x450); static_assert(sizeof(TESNPC::HeadPartData) == 0x28); diff --git a/sfse/GameRTTI.cpp b/sfse/GameRTTI.cpp index 7cd5794..4d2ba20 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(0x03518090); // __RTDynamicCast +RelocAddr <_Runtime_DynamicCast_Internal> Runtime_DynamicCast_Internal(0x03537500); // __RTDynamicCast void* Runtime_DynamicCast(void* srcObj, const void* fromType, const void* toType) { diff --git a/sfse/GameRTTI.h b/sfse/GameRTTI.h index 48e133d..4e81501 100644 --- a/sfse/GameRTTI.h +++ b/sfse/GameRTTI.h @@ -2030,6 +2030,7 @@ extern const void * RTTI_CreationRendererPrivate__ParticlesMainHalfResRenderPass extern const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass; extern const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass; extern const void * RTTI_CreationRendererPrivate__ParticlesRenderPass; +extern const void * RTTI_CreationRendererPrivate__PauseMenuExitedEventHandler; extern const void * RTTI_CreationRendererPrivate__PointCloudCullingRenderPass; extern const void * RTTI_CreationRendererPrivate__PointCloudDrawRenderPass; extern const void * RTTI_CreationRendererPrivate__PointCloudEventHandler; @@ -2172,6 +2173,8 @@ extern const void * RTTI_CreationRendererPrivate__StarmapGravityWavesRenderPass; extern const void * RTTI_CreationRendererPrivate__StarmapOrbitsEventHandler; extern const void * RTTI_CreationRendererPrivate__StarmapOrbitsRenderPass; extern const void * RTTI_CreationRendererPrivate__SubmitAndPresentThread; +extern const void * RTTI_CreationRendererPrivate__SunDiskRenderPass; +extern const void * RTTI_CreationRendererPrivate__SunDiskSkyCubemapRenderPass; extern const void * RTTI_CreationRendererPrivate__SwapChainEventHandler; extern const void * RTTI_CreationRendererPrivate__TemporalAA_idTech7RenderPass; extern const void * RTTI_CreationRendererPrivate__TerrainClipmapAndMIMRenderPass; @@ -5737,6 +5740,7 @@ extern const void * RTTI_WorkshopEngine__PlaceOutpostEvent; extern const void * RTTI_WorkshopEngine__PreviewColorsEvent; extern const void * RTTI_WorkshopEngine__RemoveItemEvent; extern const void * RTTI_WorkshopEngine__RemoveOutpostEvent; +extern const void * RTTI_WorkshopEngine__RemoveSingleWorkshopItemEvent; extern const void * RTTI_WorkshopEngine__RemoveWorkshopItemsEvent; extern const void * RTTI_WorkshopEngine__RequestRepairItemEvent; extern const void * RTTI_WorkshopEngine__ResetColorsToDefaultEvent; diff --git a/sfse/GameRTTI.inl b/sfse/GameRTTI.inl index 17c4a4c..0805518 100644 --- a/sfse/GameRTTI.inl +++ b/sfse/GameRTTI.inl @@ -1,6590 +1,6594 @@ -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; +const void * RTTI_AK__StreamMgr__IAkFileLocationResolver = (void *)0x05292D00; +const void * RTTI_AK__StreamMgr__IAkLowLevelIOHook = (void *)0x05292DB8; +const void * RTTI_AabbHitCollector = (void *)0x05115F80; +const void * RTTI_AbsorbEffect = (void *)0x05330740; +const void * RTTI_AccumulatingValueModifierEffect = (void *)0x053307C0; +const void * RTTI_ActionActivateDoneHandler = (void *)0x05377300; +const void * RTTI_ActionInput = (void *)0x051DF3F0; +const void * RTTI_ActionOutput = (void *)0x051DF418; +const void * RTTI_ActiveEffect = (void *)0x05330768; +const void * RTTI_ActiveEffectReferenceEffectController = (void *)0x053308D8; +const void * RTTI_ActiveModItemDataModel = (void *)0x052CE298; +const void * RTTI_ActiveModItemDataModel__ActiveModItemEventShuttle = (void *)0x052CE250; +const void * RTTI_Actor = (void *)0x051197E8; +const void * RTTI_ActorKnowledge = (void *)0x05362048; +const void * RTTI_ActorMagicCaster = (void *)0x05330A88; +const void * RTTI_ActorMover = (void *)0x05360E58; +const void * RTTI_ActorPackageData = (void *)0x0535A9B8; +const void * RTTI_ActorSceneNextPhaseHandler = (void *)0x05373D38; +const void * RTTI_ActorUtils__ArmorRatingVisitor = (void *)0x05359948; +const void * RTTI_ActorUtils__ArmorRatingVisitorBase = (void *)0x05333190; +const void * RTTI_ActorValueBindingUpdaterService = (void *)0x051E9650; +const void * RTTI_ActorValueInfo = (void *)0x0527AB10; +const void * RTTI_ActorValueOwner = (void *)0x0525EC78; +const void * RTTI_ActorValueSnapshot = (void *)0x0510BD10; +const void * RTTI_Actor__ForEachSpellVisitor = (void *)0x05333E18; +const void * RTTI_AddRagdollHandler = (void *)0x05377440; +const void * RTTI_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler = (void *)0x051F2C40; +const void * RTTI_AimAssistData = (void *)0x05247EE0; +const void * RTTI_AimAssist__Circle = (void *)0x051B40A8; +const void * RTTI_AimAssist__Ellipse = (void *)0x05296E28; +const void * RTTI_AimAssist__Pill = (void *)0x0529BDF8; +const void * RTTI_AimDownSightData = (void *)0x052480D0; +const void * RTTI_AimModelData = (void *)0x05248300; +const void * RTTI_AimOpticalSightData = (void *)0x052483E8; +const void * RTTI_AimOpticalSightStates__Active = (void *)0x0511D2E8; +const void * RTTI_AimOpticalSightStates__Base = (void *)0x0529BFC8; +const void * RTTI_AimOpticalSightStates__BetweenShots = (void *)0x0511D320; +const void * RTTI_AimOpticalSightStates__Deinitialization = (void *)0x0511D268; +const void * RTTI_AimOpticalSightStates__Inactive = (void *)0x0511D398; +const void * RTTI_AimOpticalSightStates__Initialization = (void *)0x0511D2A8; +const void * RTTI_AimOpticalSightStates__Ready = (void *)0x0511D360; +const void * RTTI_AlarmPackage = (void *)0x0511EC98; +const void * RTTI_AlchemyItem = (void *)0x05204780; +const void * RTTI_AliasLegendaryRankCalculator = (void *)0x05274E88; +const void * RTTI_AllowRotationHandler = (void *)0x05377360; +const void * RTTI_AllowRotationHandlerReference = (void *)0x05373DD0; +const void * RTTI_AmmoData = (void *)0x052F01E8; +const void * RTTI_AnimGraph = (void *)0x053EE678; +const void * RTTI_AnimGraphNode = (void *)0x053EEB68; +const void * RTTI_AnimatedCameraDeltaStartHandler = (void *)0x053784C8; +const void * RTTI_AnimatedCameraEndHandler = (void *)0x05378500; +const void * RTTI_AnimatedCameraStartHandler = (void *)0x05378490; +const void * RTTI_AnimationClipDataSingleton = (void *)0x053FD248; +const void * RTTI_AnimationCompleteHandler = (void *)0x053776E0; +const void * RTTI_AnimationCorrectedNode = (void *)0x053FC8A0; +const void * RTTI_AnimationCorrectedNodeInstance = (void *)0x053FC868; +const void * RTTI_AnimationDrivenHandler = (void *)0x05377498; +const void * RTTI_AnimationDrivenHandlerReference = (void *)0x05373D98; +const void * RTTI_AnimationFileManagerSingleton = (void *)0x053FD398; +const void * RTTI_AnimationGraphInstance = (void *)0x053EF940; +const void * RTTI_AnimationImpactSelector = (void *)0x053FC460; +const void * RTTI_AnimationImpactSelectorInstance = (void *)0x053FC428; +const void * RTTI_AnimationManager = (void *)0x053EF1A0; +const void * RTTI_AnimationNode = (void *)0x053FCC18; +const void * RTTI_AnimationNodeInstance = (void *)0x053FCBE8; +const void * RTTI_AnimationObjectDrawHandler = (void *)0x053770B0; +const void * RTTI_AnimationObjectHideHandler = (void *)0x053770E8; +const void * RTTI_AnimationObjectLoadHandler = (void *)0x053771B0; +const void * RTTI_AnimationObjectUnequipAllHandler = (void *)0x05377078; +const void * RTTI_AnimationObjectUnequipHandler = (void *)0x05377040; +const void * RTTI_AnimationRagdoll = (void *)0x053FC758; +const void * RTTI_AnimationRagdollDrive = (void *)0x053FC6F8; +const void * RTTI_AnimationRagdollDriveInstance = (void *)0x053FC6C0; +const void * RTTI_AnimationRagdollInstance = (void *)0x053FC728; +const void * RTTI_AnimationStanceDataSingletonDBData = (void *)0x053FDC28; +const void * RTTI_AnimationStreamLoadGame = (void *)0x05266C68; +const void * RTTI_AnimationStreamSaveGame = (void *)0x05266C98; +const void * RTTI_AnimationSystemUtils__QueuedAnimationHandles = (void *)0x05291120; +const void * RTTI_AnimationSystemUtils__QueuedModelHandles = (void *)0x05291168; +const void * RTTI_AnimationSystemUtils__QueuedReferenceAnimationTask = (void *)0x052910D0; +const void * RTTI_AnimationSystemUtils__TESModelAndAnimationHandles = (void *)0x051E36D0; +const void * RTTI_AntiGravityEffect = (void *)0x05330BF8; +const void * RTTI_AnticipateAttackHandler = (void *)0x05378958; +const void * RTTI_ArchiveFile = (void *)0x054566F8; +const void * RTTI_ArmorCraftingMenu = (void *)0x052F4CD0; +const void * RTTI_ArrowAttachHandler = (void *)0x05377710; +const void * RTTI_ArrowDetachHandler = (void *)0x05377740; +const void * RTTI_ArrowProjectile = (void *)0x0537A638; +const void * RTTI_AssignVariable = (void *)0x053FC630; +const void * RTTI_AssignVariableInstance = (void *)0x053FC600; +const void * RTTI_AssigniState = (void *)0x053FC5D8; +const void * RTTI_AssigniStateInstance = (void *)0x053FC5A8; +const void * RTTI_AttachDistant3DTask = (void *)0x05208A70; +const void * RTTI_AttachReferenceHandler = (void *)0x05378430; +const void * RTTI_AttackStopHandler = (void *)0x05378AE0; +const void * RTTI_AttractionObjectLOSUtils__CacheEntry = (void *)0x05296248; +const void * RTTI_AutoVanityState = (void *)0x053B12C0; +const void * RTTI_AwakeSoundFadeHandler = (void *)0x05378340; +const void * RTTI_AwakeSoundPauseHandler = (void *)0x05377F10; +const void * RTTI_AwakeSoundResumeHandler = (void *)0x05377F40; +const void * RTTI_AwakeSoundStopHandler = (void *)0x05378370; +const void * RTTI_BGSAIWorldLocationEditorSpacePointRadius = (void *)0x051DE8B0; +const void * RTTI_BGSAIWorldLocationInteriorCell = (void *)0x051DE4D8; +const void * RTTI_BGSAIWorldLocationPointRadius = (void *)0x051DE570; +const void * RTTI_BGSAIWorldLocationPrimitive = (void *)0x051DE748; +const void * RTTI_BGSAIWorldLocationRefRadius = (void *)0x051DE818; +const void * RTTI_BGSAVMData = (void *)0x051EBDD8; +const void * RTTI_BGSAbilityPerkEntry = (void *)0x05274D18; +const void * RTTI_BGSAcousticSpace = (void *)0x0511A150; +const void * RTTI_BGSAction = (void *)0x05274488; +const void * RTTI_BGSActionData = (void *)0x051DF3C8; +const void * RTTI_BGSActivity = (void *)0x051DC630; +const void * RTTI_BGSActivityTrackerFormComponent = (void *)0x051F2A60; +const void * RTTI_BGSActorValueActivity = (void *)0x051DC680; +const void * RTTI_BGSActorValueActivity_Runtime = (void *)0x051DC5F8; +const void * RTTI_BGSAddToInventoryOnDestroy = (void *)0x051F2C98; +const void * RTTI_BGSAddonNode = (void *)0x05259CC0; +const void * RTTI_BGSAddonNodeSoundHandleExtra = (void *)0x05259C88; +const void * RTTI_BGSAffinityEvent = (void *)0x05256248; +const void * RTTI_BGSAimAssistModel = (void *)0x05247F48; +const void * RTTI_BGSAimAssistPoseData = (void *)0x05259010; +const void * RTTI_BGSAimDownSightModel = (void *)0x052480A0; +const void * RTTI_BGSAimModel = (void *)0x052482D8; +const void * RTTI_BGSAimOpticalSightModel = (void *)0x052483B8; +const void * RTTI_BGSAmbienceSet = (void *)0x05248418; +const void * RTTI_BGSAnimationGraphComponent = (void *)0x051E09D8; +const void * RTTI_BGSAnimationPathImplementation = (void *)0x053598E8; +const void * RTTI_BGSApplyMagicEffectActivity = (void *)0x051DC9C0; +const void * RTTI_BGSApplyMagicEffectActivity_Runtime = (void *)0x051DC980; +const void * RTTI_BGSArtObject = (void *)0x05259D18; +const void * RTTI_BGSArtObjectCloneTask = (void *)0x05259CE8; +const void * RTTI_BGSAssociationType = (void *)0x052744A8; +const void * RTTI_BGSAtmosphere = (void *)0x05258FE8; +const void * RTTI_BGSAttachParentArray = (void *)0x051F3068; +const void * RTTI_BGSAttachTechniquesUtil__AttachTechniquesFunctor = (void *)0x05214BE0; +const void * RTTI_BGSAttachTechniquesUtil__DetachTechniquesFunctor = (void *)0x05214C30; +const void * RTTI_BGSAttachTechniquesUtil__ProcessTechniquesFunctor = (void *)0x05214D60; +const void * RTTI_BGSAttackData = (void *)0x0527AC88; +const void * RTTI_BGSAttackDataForm = (void *)0x0520EE30; +const void * RTTI_BGSAttackDataMap = (void *)0x0527ACB0; +const void * RTTI_BGSAttractionRule = (void *)0x05256270; +const void * RTTI_BGSAudioOcclusionPrimitive = (void *)0x051EA380; +const void * RTTI_BGSAudio_Internal__LooseAudioRegistrar = (void *)0x05292198; +const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo = (void *)0x052921E0; +const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo = (void *)0x05292230; +const void * RTTI_BGSAudio_Internal__WwiseGameObjectMgr = (void *)0x052924A0; +const void * RTTI_BGSAudio_Internal__WwiseIODevice = (void *)0x05292710; +const void * RTTI_BGSAudio_Internal__WwiseIOMgr = (void *)0x052926D8; +const void * RTTI_BGSAudio__IEmitterResolver = (void *)0x05292E68; +const void * RTTI_BGSAudio__RefNodeResolver = (void *)0x05292E38; +const void * RTTI_BGSAudio__WwiseService = (void *)0x05292048; +const void * RTTI_BGSBarterActivity = (void *)0x051DDBA8; +const void * RTTI_BGSBarterActivity_Runtime = (void *)0x051DDB78; +const void * RTTI_BGSBaseAlias = (void *)0x05256370; +const void * RTTI_BGSBaseLODBlock = (void *)0x051EC590; +const void * RTTI_BGSBaseLODBlock__AutoDetachBlock = (void *)0x051EC558; +const void * RTTI_BGSBaseLODBlock__GeometryAutoDetachBlock = (void *)0x051EC4C8; +const void * RTTI_BGSBaseLODRuntimeComponent = (void *)0x051EC9A0; +const void * RTTI_BGSBendableSpline = (void *)0x05259D40; +const void * RTTI_BGSBiome = (void *)0x0511A240; +const void * RTTI_BGSBiomeMarkerObject = (void *)0x05248BC0; +const void * RTTI_BGSBiome__MarkerKeywordData = (void *)0x05259258; +const void * RTTI_BGSBleedoutActivity = (void *)0x051DCB00; +const void * RTTI_BGSBleedoutActivity_Runtime = (void *)0x051DCAC8; +const void * RTTI_BGSBlockBashData = (void *)0x0520EE58; +const void * RTTI_BGSBodyManager = (void *)0x051E42B0; +const void * RTTI_BGSBodyPartData = (void *)0x0511C990; +const void * RTTI_BGSBodyPartInfo = (void *)0x05119D20; +const void * RTTI_BGSBodyUtils__SkinColorUpdateNode = (void *)0x051E41D8; +const void * RTTI_BGSBoneModifier = (void *)0x05248D28; +const void * RTTI_BGSBuildWorkshopActivity = (void *)0x051DCC00; +const void * RTTI_BGSBuildWorkshopActivity_Runtime = (void *)0x051DCBC8; +const void * RTTI_BGSCameraPath = (void *)0x05271328; +const void * RTTI_BGSCameraShot = (void *)0x05271350; +const void * RTTI_BGSChallengeForm = (void *)0x051EBD58; +const void * RTTI_BGSCharacterMorph__FacialBoneSculptSlider = (void *)0x05256298; +const void * RTTI_BGSCharacterMorph__FacialBoneSlider = (void *)0x052562D8; +const void * RTTI_BGSCloudForm = (void *)0x0524E3C8; +const void * RTTI_BGSCollisionLayer = (void *)0x05271378; +const void * RTTI_BGSColorForm = (void *)0x052713A0; +const void * RTTI_BGSCompleteResearchActivity = (void *)0x051DCCC0; +const void * RTTI_BGSCompleteResearchActivity_Runtime = (void *)0x051DCC80; +const void * RTTI_BGSConditionForm = (void *)0x05119878; +const void * RTTI_BGSConstructibleObject = (void *)0x05259D68; +const void * RTTI_BGSConsumeActivity = (void *)0x051DCDD0; +const void * RTTI_BGSConsumeActivity_Runtime = (void *)0x051DCD98; +const void * RTTI_BGSContactShadowComponent = (void *)0x051E4EC8; +const void * RTTI_BGSConveyorBelt__ConveyorBelt = (void *)0x051FAB90; +const void * RTTI_BGSCraftActivity = (void *)0x051DCEF0; +const void * RTTI_BGSCraftActivity_Runtime = (void *)0x051DCEC0; +const void * RTTI_BGSCraftableForm = (void *)0x05248BF0; +const void * RTTI_BGSCraftingResourceOwner = (void *)0x05119D48; +const void * RTTI_BGSCrippleLimbActivity = (void *)0x051DCFE0; +const void * RTTI_BGSCrippleLimbActivity_Runtime = (void *)0x051DCFA8; +const void * RTTI_BGSCrowdComponent = (void *)0x051F33F0; +const void * RTTI_BGSCurve3DForm = (void *)0x05247F70; +const void * RTTI_BGSCurveForm = (void *)0x05247F98; +const void * RTTI_BGSCustomShipForm = (void *)0x051E4F80; +const void * RTTI_BGSDamageType = (void *)0x052592C8; +const void * RTTI_BGSDebris = (void *)0x05259D98; +const void * RTTI_BGSDecalManager = (void *)0x05215AF0; +const void * RTTI_BGSDecalNode = (void *)0x05215B18; +const void * RTTI_BGSDefaultObject = (void *)0x051B37D0; +const void * RTTI_BGSDefaultObjectManager = (void *)0x051B3AE0; +const void * RTTI_BGSDestroyShipActivity = (void *)0x051DD098; +const void * RTTI_BGSDestroyShipActivity_Runtime = (void *)0x051DD010; +const void * RTTI_BGSDestructibleObjectForm = (void *)0x052047A8; +const void * RTTI_BGSDialogueBranch = (void *)0x0511A0C0; +const void * RTTI_BGSDisplayCaseFormComponent = (void *)0x051F3538; +const void * RTTI_BGSDistantObjectBlock = (void *)0x0528CBB0; +const void * RTTI_BGSDockingActivity = (void *)0x051DD158; +const void * RTTI_BGSDockingActivity_Runtime = (void *)0x051DD188; +const void * RTTI_BGSDualCastData = (void *)0x052047D8; +const void * RTTI_BGSDynamicLODBlock = (void *)0x051ECF48; +const void * RTTI_BGSDynamicLODBlock__InstancedAutoDetachBlock = (void *)0x051ECF00; +const void * RTTI_BGSEchoListener = (void *)0x052598C8; +const void * RTTI_BGSEffectSequenceForm = (void *)0x05248C18; +const void * RTTI_BGSEffectSequenceFormComponent = (void *)0x051F38A8; +const void * RTTI_BGSEntryPointFunctionData = (void *)0x052746A0; +const void * RTTI_BGSEntryPointFunctionDataAVAndValue = (void *)0x052744D8; +const void * RTTI_BGSEntryPointFunctionDataActivateChoice = (void *)0x05274660; +const void * RTTI_BGSEntryPointFunctionDataBooleanGraphVariable = (void *)0x052745A0; +const void * RTTI_BGSEntryPointFunctionDataLeveledList = (void *)0x05274518; +const void * RTTI_BGSEntryPointFunctionDataOneValue = (void *)0x052746D0; +const void * RTTI_BGSEntryPointFunctionDataProjectile = (void *)0x05274620; +const void * RTTI_BGSEntryPointFunctionDataSpellItem = (void *)0x05274558; +const void * RTTI_BGSEntryPointFunctionDataText = (void *)0x052745E8; +const void * RTTI_BGSEntryPointFunctionDataTwoValue = (void *)0x05274708; +const void * RTTI_BGSEntryPointPerkEntry = (void *)0x05274D48; +const void * RTTI_BGSEquipSlot = (void *)0x052747F8; +const void * RTTI_BGSExplosion = (void *)0x05259DB8; +const void * RTTI_BGSExternalComponentDataSource = (void *)0x051F3B10; +const void * RTTI_BGSFaceFX = (void *)0x051EFE10; +const void * RTTI_BGSFadeManager = (void *)0x051E47B0; +const void * RTTI_BGSFogVolumeForm = (void *)0x0524E3F0; +const void * RTTI_BGSFootIkImplementation = (void *)0x053598B8; +const void * RTTI_BGSFootstep = (void *)0x052714D0; +const void * RTTI_BGSFootstepManager = (void *)0x0535BD08; +const void * RTTI_BGSFootstepSet = (void *)0x052714F8; +const void * RTTI_BGSForceData = (void *)0x05248440; +const void * RTTI_BGSForcedLocRefType = (void *)0x051F3B78; +const void * RTTI_BGSFormFolderKeywordList = (void *)0x051EBF10; +const void * RTTI_BGSFormLinkData = (void *)0x051F3DB0; +const void * RTTI_BGSGenericBaseForm = (void *)0x05259DE0; +const void * RTTI_BGSGenericBaseFormTemplate = (void *)0x05259E40; +const void * RTTI_BGSGeometryConstructorManager = (void *)0x0534BEB0; +const void * RTTI_BGSGrassManager__AddCellGrassTask = (void *)0x05216A00; +const void * RTTI_BGSGrassManager__CellGrass = (void *)0x052169D0; +const void * RTTI_BGSGravJumpActivity = (void *)0x051DD288; +const void * RTTI_BGSGravJumpActivity_Runtime = (void *)0x051DD200; +const void * RTTI_BGSGroundCover = (void *)0x0525DF58; +const void * RTTI_BGSGroupedInstancedGeometry = (void *)0x051E4D48; +const void * RTTI_BGSHarvestActivity = (void *)0x051DD308; +const void * RTTI_BGSHarvestActivity_Runtime = (void *)0x051DD338; +const void * RTTI_BGSHavokGeometryAttach = (void *)0x05214B70; +const void * RTTI_BGSHavokGeometryAttach__ActionPolicy = (void *)0x05214BA0; +const void * RTTI_BGSHavokGeometryAttach__AttachPolicy = (void *)0x05214CE0; +const void * RTTI_BGSHavokGeometryAttach__DetachPolicy = (void *)0x05214D20; +const void * RTTI_BGSHazard = (void *)0x051303D0; +const void * RTTI_BGSHeadPart = (void *)0x05274848; +const void * RTTI_BGSIdleCollection = (void *)0x0511A340; +const void * RTTI_BGSIdleMarker = (void *)0x05274870; +const void * RTTI_BGSImpactData = (void *)0x05271520; +const void * RTTI_BGSImpactDataSet = (void *)0x05271608; +const void * RTTI_BGSImpactManager = (void *)0x0533C6F8; +const void * RTTI_BGSInstanceNamingRules = (void *)0x0511C228; +const void * RTTI_BGSInventoryInterface = (void *)0x0534B3D8; +const void * RTTI_BGSInventoryList = (void *)0x052172B8; +const void * RTTI_BGSKeyword = (void *)0x0511A288; +const void * RTTI_BGSKeywordForm = (void *)0x0512FFD8; +const void * RTTI_BGSKillActivity = (void *)0x051DD3E0; +const void * RTTI_BGSKillActivity_Runtime = (void *)0x051DD370; +const void * RTTI_BGSLODManager = (void *)0x0528E1A0; +const void * RTTI_BGSLODStates__Geometry__Attached = (void *)0x05119CE8; +const void * RTTI_BGSLODStates__Geometry__Attaching = (void *)0x05119CB0; +const void * RTTI_BGSLODStates__Geometry__Base = (void *)0x051EC430; +const void * RTTI_BGSLODStates__Geometry__DeferredDetach = (void *)0x05119C70; +const void * RTTI_BGSLODStates__Geometry__DeferredDetachComplete = (void *)0x05119B80; +const void * RTTI_BGSLODStates__Geometry__Detached = (void *)0x05119C00; +const void * RTTI_BGSLODStates__Geometry__Loaded = (void *)0x05119C38; +const void * RTTI_BGSLODStates__Geometry__Loading = (void *)0x05119BC8; +const void * RTTI_BGSLODStates__Geometry__Prepared = (void *)0x05119AD8; +const void * RTTI_BGSLODStates__Geometry__Preparing = (void *)0x05119AA0; +const void * RTTI_BGSLODStates__Geometry__Reset = (void *)0x05119B48; +const void * RTTI_BGSLODStates__Geometry__Unloaded = (void *)0x05119B10; +const void * RTTI_BGSLODStates__Node__Active = (void *)0x0511D0C8; +const void * RTTI_BGSLODStates__Node__Base = (void *)0x0528EA60; +const void * RTTI_BGSLODStates__Node__Fading = (void *)0x0528F130; +const void * RTTI_BGSLODStates__Node__FadingIn = (void *)0x0511D130; +const void * RTTI_BGSLODStates__Node__FadingOut = (void *)0x0511D1A8; +const void * RTTI_BGSLODStates__Node__Inactive = (void *)0x0511D020; +const void * RTTI_BGSLODStates__Node__IntersectsLoadedArea = (void *)0x0511D058; +const void * RTTI_BGSLODStates__Node__Loaded = (void *)0x0511D098; +const void * RTTI_BGSLODStates__Node__OutsideLoadedArea = (void *)0x0511D1E0; +const void * RTTI_BGSLODStates__Node__PendingCellClearBase = (void *)0x0528EAF8; +const void * RTTI_BGSLODStates__Node__PrepareFading = (void *)0x0528F0F8; +const void * RTTI_BGSLODStates__Node__PrepareFadingIn = (void *)0x0511D0F8; +const void * RTTI_BGSLODStates__Node__PrepareFadingOut = (void *)0x0511D168; +const void * RTTI_BGSLODStates__Node__Split = (void *)0x0511D220; +const void * RTTI_BGSLODStates__Node__Unloaded = (void *)0x0511CFE8; +const void * RTTI_BGSLandPlanetActivity = (void *)0x051DD508; +const void * RTTI_BGSLandPlanetActivity_Runtime = (void *)0x051DD480; +const void * RTTI_BGSLayeredMaterialSwap = (void *)0x052489B8; +const void * RTTI_BGSLegendaryItem = (void *)0x05248C48; +const void * RTTI_BGSLensFlare = (void *)0x05259E78; +const void * RTTI_BGSLensFlareSprite = (void *)0x05259F28; +const void * RTTI_BGSLevGenericBaseForm = (void *)0x05259F58; +const void * RTTI_BGSLevPackIn = (void *)0x05259F88; +const void * RTTI_BGSLevSpaceCell = (void *)0x0525DFB8; +const void * RTTI_BGSLightingTemplate = (void *)0x0525DFE0; +const void * RTTI_BGSLinkedVoiceType = (void *)0x051F3EE0; +const void * RTTI_BGSListForm = (void *)0x05271688; +const void * RTTI_BGSLoadFormBuffer = (void *)0x05206B08; +const void * RTTI_BGSLoadGameBuffer = (void *)0x05206AE0; +const void * RTTI_BGSLoadGameBufferSimple = (void *)0x05206AB0; +const void * RTTI_BGSLoadedSceneLODBlock = (void *)0x0528EA30; +const void * RTTI_BGSLocAlias = (void *)0x05274998; +const void * RTTI_BGSLocation = (void *)0x0511A050; +const void * RTTI_BGSLocationRefType = (void *)0x0511C380; +const void * RTTI_BGSLockPickActivity = (void *)0x051DDE30; +const void * RTTI_BGSLockPickActivity_Runtime = (void *)0x051DDDF8; +const void * RTTI_BGSLodOwnerComponent = (void *)0x051F41D0; +const void * RTTI_BGSLodRuntimeOwnerComponent = (void *)0x051EC908; +const void * RTTI_BGSLootContainerActivity = (void *)0x051DD588; +const void * RTTI_BGSLootContainerActivity_Runtime = (void *)0x051DD5B8; +const void * RTTI_BGSLoseEnemyActivity = (void *)0x051DD738; +const void * RTTI_BGSLoseEnemyActivity_Runtime = (void *)0x051DD6B0; +const void * RTTI_BGSMaterialPathForm = (void *)0x052487D8; +const void * RTTI_BGSMaterialPropertyComponent = (void *)0x051F43A0; +const void * RTTI_BGSMaterialType = (void *)0x05271790; +const void * RTTI_BGSMeleeAimAssistModel = (void *)0x05248000; +const void * RTTI_BGSMessage = (void *)0x05119F88; +const void * RTTI_BGSMod__Attachment__Mod = (void *)0x05119FB0; +const void * RTTI_BGSMod__Property__BridgeI = (void *)0x051A5690; +const void * RTTI_BGSMod__Template__Item = (void *)0x051F43D8; +const void * RTTI_BGSMod__Template__Items = (void *)0x0525CB38; +const void * RTTI_BGSModelMaterialSwap = (void *)0x051F4728; +const void * RTTI_BGSModelNode = (void *)0x05217438; +const void * RTTI_BGSMorphableObject = (void *)0x05259FB0; +const void * RTTI_BGSMotorAction__Action = (void *)0x051FAC20; +const void * RTTI_BGSMotorAction__FanMotor = (void *)0x051FABF0; +const void * RTTI_BGSMovableStatic = (void *)0x0525A008; +const void * RTTI_BGSMovementType = (void *)0x052749C0; +const void * RTTI_BGSMoviePlayer = (void *)0x0533C840; +const void * RTTI_BGSMultiTechniqueAttach = (void *)0x05214DA8; +const void * RTTI_BGSMultiTechniqueAttach__ActionPolicy = (void *)0x05214DD8; +const void * RTTI_BGSMultiTechniqueAttach__AttachPolicy = (void *)0x05214E88; +const void * RTTI_BGSMultiTechniqueAttach__DetachPolicy = (void *)0x05214EC8; +const void * RTTI_BGSMusicPaletteTrack = (void *)0x05271808; +const void * RTTI_BGSMusicSilenceTrack = (void *)0x05271838; +const void * RTTI_BGSMusicSingleTrack = (void *)0x05271908; +const void * RTTI_BGSMusicTrack = (void *)0x052717B8; +const void * RTTI_BGSMusicTrackFormWrapper = (void *)0x05271938; +const void * RTTI_BGSMusicType = (void *)0x0511A1A0; +const void * RTTI_BGSNamedNodeAttach = (void *)0x05214C78; +const void * RTTI_BGSNamedNodeAttach__ActionPolicy = (void *)0x05214CA8; +const void * RTTI_BGSNamedNodeAttach__AttachPolicy = (void *)0x05214E18; +const void * RTTI_BGSNamedNodeAttach__DetachPolicy = (void *)0x05214E50; +const void * RTTI_BGSNavigationGridManager = (void *)0x0521CAA8; +const void * RTTI_BGSNote = (void *)0x0511C5C0; +const void * RTTI_BGSObjectInstanceExtra = (void *)0x051EFA68; +const void * RTTI_BGSObjectPlacementDefaults = (void *)0x051F4878; +const void * RTTI_BGSObjectSwap = (void *)0x05259708; +const void * RTTI_BGSObjectVisibilityManager = (void *)0x051567A0; +const void * RTTI_BGSObjectWindowFilterComponent = (void *)0x051E51D0; +const void * RTTI_BGSOrbitalDataComponent = (void *)0x051F4C50; +const void * RTTI_BGSOrbitedDataComponent = (void *)0x051F4FE8; +const void * RTTI_BGSOutfit = (void *)0x0525A428; +const void * RTTI_BGSOverridePackCollection = (void *)0x0520F3A8; +const void * RTTI_BGSPackIn = (void *)0x0525B910; +const void * RTTI_BGSPackageDataBool = (void *)0x0511CE10; +const void * RTTI_BGSPackageDataFloat = (void *)0x0527ACD8; +const void * RTTI_BGSPackageDataInt = (void *)0x0527ADA8; +const void * RTTI_BGSPackageDataLocation = (void *)0x0527ADD0; +const void * RTTI_BGSPackageDataLocationWrapper = (void *)0x0527AE00; +const void * RTTI_BGSPackageDataObjectList = (void *)0x0511CE40; +const void * RTTI_BGSPackageDataRef = (void *)0x0527AFE8; +const void * RTTI_BGSPackageDataRefOLD = (void *)0x0527AF08; +const void * RTTI_BGSPackageDataScene = (void *)0x05119768; +const void * RTTI_BGSPackageDataTargetSelector = (void *)0x0527AE38; +const void * RTTI_BGSPackageDataTopic = (void *)0x0511CEF8; +const void * RTTI_BGSPapyrusScriptsComponent = (void *)0x051F5290; +const void * RTTI_BGSParticleObjectCloneTask = (void *)0x05289A48; +const void * RTTI_BGSParticleSystemDefineCollection = (void *)0x05248C70; +const void * RTTI_BGSPathingData = (void *)0x051F53E8; +const void * RTTI_BGSPerk = (void *)0x0511C5A0; +const void * RTTI_BGSPerkRank = (void *)0x05274D78; +const void * RTTI_BGSPhotoModeFeature = (void *)0x051EBDA8; +const void * RTTI_BGSPickupPutdownSounds = (void *)0x05130080; +const void * RTTI_BGSPlanetContentManager = (void *)0x0534D558; +const void * RTTI_BGSPlanetContentManagerBranchNode = (void *)0x0522F020; +const void * RTTI_BGSPlanetContentManagerContentNode = (void *)0x0511A6B8; +const void * RTTI_BGSPlanetContentManagerContentProperties = (void *)0x05226EB8; +const void * RTTI_BGSPlanetContentManagerTree = (void *)0x0522F950; +const void * RTTI_BGSPlanetContentManager__ILogEventData = (void *)0x0522F110; +const void * RTTI_BGSPlanet__Atmosphere = (void *)0x05226F60; +const void * RTTI_BGSPlanet__ContentPlacement = (void *)0x0522B588; +const void * RTTI_BGSPlanet__IModule = (void *)0x05226F38; +const void * RTTI_BGSPlanet__LODNotifierModule = (void *)0x0522B5C0; +const void * RTTI_BGSPlanet__LandingMarkers = (void *)0x0522ADA8; +const void * RTTI_BGSPlanet__Landscape = (void *)0x0522B380; +const void * RTTI_BGSPlanet__Manager = (void *)0x0522B560; +const void * RTTI_BGSPlanet__Manager__MoveToNode = (void *)0x0522B4C0; +const void * RTTI_BGSPlanet__Manager__ShiftToTask = (void *)0x0522B528; +const void * RTTI_BGSPlanet__MultiFiles__Grid = (void *)0x0522B310; +const void * RTTI_BGSPlanet__MultiFiles__MasterFile = (void *)0x0522B110; +const void * RTTI_BGSPlanet__NavMeshGen = (void *)0x0522C0F0; +const void * RTTI_BGSPlanet__OrderedLandTextures = (void *)0x0522B5F8; +const void * RTTI_BGSPlanet__Overlays = (void *)0x0522B4F8; +const void * RTTI_BGSPlanet__PlanetData = (void *)0x0522A2A0; +const void * RTTI_BGSPlanet__ProcGen = (void *)0x0522D670; +const void * RTTI_BGSPlanet__ProcGenRuntimeService = (void *)0x0522DD30; +const void * RTTI_BGSPlanet__ScanCollection = (void *)0x052B5060; +const void * RTTI_BGSPlanet__SurfaceMapModule = (void *)0x0522B630; +const void * RTTI_BGSPlanet__UpdateNavMeshTaskNode = (void *)0x0522B830; +const void * RTTI_BGSPlayerMusicChanger = (void *)0x05332B88; +const void * RTTI_BGSPlayerPickpocketActivity = (void *)0x051DD850; +const void * RTTI_BGSPlayerPickpocketActivity_Runtime = (void *)0x051DD7B8; +const void * RTTI_BGSPreviewTransform = (void *)0x051F5510; +const void * RTTI_BGSPrimitive = (void *)0x05217640; +const void * RTTI_BGSPrimitiveBox = (void *)0x052176B8; +const void * RTTI_BGSPrimitiveComponent = (void *)0x051F55C0; +const void * RTTI_BGSPrimitiveCylinder = (void *)0x05217740; +const void * RTTI_BGSPrimitiveEllipsoid = (void *)0x052176E0; +const void * RTTI_BGSPrimitiveLine = (void *)0x05217668; +const void * RTTI_BGSPrimitivePlane = (void *)0x05217690; +const void * RTTI_BGSPrimitiveSphere = (void *)0x05217710; +const void * RTTI_BGSProcedureAcquire = (void *)0x05280D98; +const void * RTTI_BGSProcedureAcquireExecState = (void *)0x05280E28; +const void * RTTI_BGSProcedureActivate = (void *)0x052811E0; +const void * RTTI_BGSProcedureActivateExecState = (void *)0x05281268; +const void * RTTI_BGSProcedureAmbush = (void *)0x051DEC78; +const void * RTTI_BGSProcedureAmbushExecState = (void *)0x051DED08; +const void * RTTI_BGSProcedureBase = (void *)0x051DEDA0; +const void * RTTI_BGSProcedureCombatTravel = (void *)0x05281588; +const void * RTTI_BGSProcedureCombatTravelExecState = (void *)0x05281620; +const void * RTTI_BGSProcedureDialogue = (void *)0x05281908; +const void * RTTI_BGSProcedureDialogueActivate = (void *)0x05281B88; +const void * RTTI_BGSProcedureDialogueActivateExecState = (void *)0x05281AD8; +const void * RTTI_BGSProcedureDialogueExecState = (void *)0x05280860; +const void * RTTI_BGSProcedureDone = (void *)0x05280D18; +const void * RTTI_BGSProcedureDoneExecState = (void *)0x05280900; +const void * RTTI_BGSProcedureEat = (void *)0x05281D98; +const void * RTTI_BGSProcedureEatExecState = (void *)0x052807D0; +const void * RTTI_BGSProcedureEscort = (void *)0x052837A0; +const void * RTTI_BGSProcedureEscortExecState = (void *)0x05283880; +const void * RTTI_BGSProcedureFind = (void *)0x05283C68; +const void * RTTI_BGSProcedureFindExecState = (void *)0x05280738; +const void * RTTI_BGSProcedureFlee = (void *)0x05283E10; +const void * RTTI_BGSProcedureFleeExecState = (void *)0x05283E98; +const void * RTTI_BGSProcedureFlightGrab = (void *)0x052841C8; +const void * RTTI_BGSProcedureFlightGrabExecState = (void *)0x05284138; +const void * RTTI_BGSProcedureFollow = (void *)0x052845E8; +const void * RTTI_BGSProcedureFollowExecState = (void *)0x05284618; +const void * RTTI_BGSProcedureFollowTo = (void *)0x052846A8; +const void * RTTI_BGSProcedureForceGreet = (void *)0x05284988; +const void * RTTI_BGSProcedureGuard = (void *)0x05284D38; +const void * RTTI_BGSProcedureGuardArea = (void *)0x05284E58; +const void * RTTI_BGSProcedureGuardExecState = (void *)0x05284DC0; +const void * RTTI_BGSProcedureHeadtrack = (void *)0x051DF148; +const void * RTTI_BGSProcedureHeadtrackExecState = (void *)0x051DF0A8; +const void * RTTI_BGSProcedureHoldPosition = (void *)0x05285090; +const void * RTTI_BGSProcedureHoldPositionExecState = (void *)0x0527F5B0; +const void * RTTI_BGSProcedureHover = (void *)0x052852A8; +const void * RTTI_BGSProcedureHoverExecState = (void *)0x05285330; +const void * RTTI_BGSProcedureKeepAnEyeOn = (void *)0x05285568; +const void * RTTI_BGSProcedureKeepAnEyeOnExecState = (void *)0x0527F658; +const void * RTTI_BGSProcedureLock = (void *)0x052858A8; +const void * RTTI_BGSProcedureLockUnlockExecState = (void *)0x052858D0; +const void * RTTI_BGSProcedureOrbit = (void *)0x05285C88; +const void * RTTI_BGSProcedureOrbitExecState = (void *)0x05285BF8; +const void * RTTI_BGSProcedurePatrol = (void *)0x05285F38; +const void * RTTI_BGSProcedurePatrolExecState = (void *)0x05285EA0; +const void * RTTI_BGSProcedurePlayIdle = (void *)0x051DF520; +const void * RTTI_BGSProcedurePlayIdleExecState = (void *)0x051DF440; +const void * RTTI_BGSProcedurePursue = (void *)0x052861B8; +const void * RTTI_BGSProcedureRange = (void *)0x051DF9A8; +const void * RTTI_BGSProcedureRangeExecState = (void *)0x051DF910; +const void * RTTI_BGSProcedureSandbox = (void *)0x052864B8; +const void * RTTI_BGSProcedureSandboxExecState = (void *)0x05286420; +const void * RTTI_BGSProcedureSay = (void *)0x052866C0; +const void * RTTI_BGSProcedureSayExecState = (void *)0x0527F518; +const void * RTTI_BGSProcedureSit = (void *)0x05286B70; +const void * RTTI_BGSProcedureSitSleepExecState = (void *)0x05286A60; +const void * RTTI_BGSProcedureSleep = (void *)0x05286AF8; +const void * RTTI_BGSProcedureStayAway = (void *)0x051DFD88; +const void * RTTI_BGSProcedureStayAwayExecState = (void *)0x051DFCF0; +const void * RTTI_BGSProcedureTargetingModeAutopilot = (void *)0x051E0068; +const void * RTTI_BGSProcedureTargetingModeAutopilotExecState = (void *)0x051E0120; +const void * RTTI_BGSProcedureTravel = (void *)0x05286DB8; +const void * RTTI_BGSProcedureTravelExecState = (void *)0x05286D28; +const void * RTTI_BGSProcedureTreeBranch = (void *)0x05280B38; +const void * RTTI_BGSProcedureTreeConditionalItem = (void *)0x05280B00; +const void * RTTI_BGSProcedureTreeFallback = (void *)0x05280240; +const void * RTTI_BGSProcedureTreeFallbackExecState = (void *)0x052802D0; +const void * RTTI_BGSProcedureTreeOneChildExecState = (void *)0x05280B68; +const void * RTTI_BGSProcedureTreeProcedure = (void *)0x05286EB8; +const void * RTTI_BGSProcedureTreeRandom = (void *)0x052804C0; +const void * RTTI_BGSProcedureTreeRandomExecState = (void *)0x05280548; +const void * RTTI_BGSProcedureTreeSequence = (void *)0x052809C0; +const void * RTTI_BGSProcedureTreeSequenceExecState = (void *)0x05280A50; +const void * RTTI_BGSProcedureTreeSimultaneous = (void *)0x052805F0; +const void * RTTI_BGSProcedureTreeSimultaneousExecState = (void *)0x05280690; +const void * RTTI_BGSProcedureTreeStacked = (void *)0x05280380; +const void * RTTI_BGSProcedureTreeStackedExecState = (void *)0x05280410; +const void * RTTI_BGSProcedureUnlock = (void *)0x05285968; +const void * RTTI_BGSProcedureUseIdleMarker = (void *)0x052871A0; +const void * RTTI_BGSProcedureUseIdleMarkerExecState = (void *)0x052870F8; +const void * RTTI_BGSProcedureUseMagic = (void *)0x05287358; +const void * RTTI_BGSProcedureUseMagicExecState = (void *)0x05287430; +const void * RTTI_BGSProcedureUseWeapon = (void *)0x05287660; +const void * RTTI_BGSProcedureUseWeaponExecState = (void *)0x05287738; +const void * RTTI_BGSProcedureWait = (void *)0x052879A8; +const void * RTTI_BGSProcedureWaitExecState = (void *)0x0527FED0; +const void * RTTI_BGSProcedureWander = (void *)0x052897D0; +const void * RTTI_BGSProcedureWanderExecState = (void *)0x05289798; +const void * RTTI_BGSProduceActivity = (void *)0x051DD958; +const void * RTTI_BGSProduceActivity_Runtime = (void *)0x051DD8D8; +const void * RTTI_BGSProjectedDecal = (void *)0x052486A8; +const void * RTTI_BGSProjectile = (void *)0x0511A260; +const void * RTTI_BGSPropertySheet = (void *)0x051F5770; +const void * RTTI_BGSQuestPerkEntry = (void *)0x05274CF0; +const void * RTTI_BGSRefAlias = (void *)0x05256318; +const void * RTTI_BGSRefCollectionAlias = (void *)0x05256340; +const void * RTTI_BGSReferenceGroup = (void *)0x0525ECC8; +const void * RTTI_BGSReflectedForm = (void *)0x051EBD80; +const void * RTTI_BGSRelationship = (void *)0x05274EC0; +const void * RTTI_BGSReloadWeaponActivity = (void *)0x051DD9D8; +const void * RTTI_BGSReloadWeaponActivity_Runtime = (void *)0x051DDA08; +const void * RTTI_BGSResearchProjectForm = (void *)0x05248CA8; +const void * RTTI_BGSResource = (void *)0x0511C200; +const void * RTTI_BGSResourceGenerationData = (void *)0x05259788; +const void * RTTI_BGSRetargetOnDeleteExtraData = (void *)0x051E08C8; +const void * RTTI_BGSReverbParameters = (void *)0x05271968; +const void * RTTI_BGSSaveFormBuffer = (void *)0x0533A608; +const void * RTTI_BGSSaveGameBuffer = (void *)0x0533A858; +const void * RTTI_BGSSaveGameBufferSimple = (void *)0x0533A828; +const void * RTTI_BGSSaveLoadJobSite = (void *)0x0533A410; +const void * RTTI_BGSSaveLoadManager = (void *)0x0533A300; +const void * RTTI_BGSSaveLoadStatsMap = (void *)0x0533A440; +const void * RTTI_BGSSaveLoadThread = (void *)0x0533A330; +const void * RTTI_BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs = (void *)0x0533A7B0; +const void * RTTI_BGSScanPlanetActivity = (void *)0x051DDAC8; +const void * RTTI_BGSScanPlanetActivity_Runtime = (void *)0x051DDAF8; +const void * RTTI_BGSScanSurfaceActivity = (void *)0x051DDCB8; +const void * RTTI_BGSScanSurfaceActivity_Runtime = (void *)0x051DDD38; +const void * RTTI_BGSScannableFormComponent = (void *)0x051F5018; +const void * RTTI_BGSScene = (void *)0x0511A008; +const void * RTTI_BGSSceneActionAnimation = (void *)0x052563F0; +const void * RTTI_BGSSceneActionCamera = (void *)0x05256420; +const void * RTTI_BGSSceneActionDialogue = (void *)0x052750F8; +const void * RTTI_BGSSceneActionFX = (void *)0x05256450; +const void * RTTI_BGSSceneActionList = (void *)0x05256398; +const void * RTTI_BGSSceneActionMove = (void *)0x05256478; +const void * RTTI_BGSSceneActionPackage = (void *)0x05275058; +const void * RTTI_BGSSceneActionPlayerDialogue = (void *)0x05275088; +const void * RTTI_BGSSceneActionRadio = (void *)0x05275128; +const void * RTTI_BGSSceneActionStartScene = (void *)0x052568A8; +const void * RTTI_BGSSceneActionTimeline = (void *)0x052568D8; +const void * RTTI_BGSSceneActionTimer = (void *)0x05275218; +const void * RTTI_BGSSecondaryDamageList = (void *)0x052486D0; +const void * RTTI_BGSShaderParticleGeometryData = (void *)0x0525ECF0; +const void * RTTI_BGSShipCollectionActivity = (void *)0x051DDFA8; +const void * RTTI_BGSShipCollectionActivity_Runtime = (void *)0x051DE030; +const void * RTTI_BGSShipManagement = (void *)0x051F5168; +const void * RTTI_BGSShipbuilderActivity = (void *)0x051DDE98; +const void * RTTI_BGSShipbuilderActivity_Runtime = (void *)0x051DDE60; +const void * RTTI_BGSSkinForm = (void *)0x0520F4F8; +const void * RTTI_BGSSkinnedDecalChild = (void *)0x05215B70; +const void * RTTI_BGSSkinnedDecalGroup = (void *)0x05215B40; +const void * RTTI_BGSSnapBehavior = (void *)0x0525B930; +const void * RTTI_BGSSnapTemplate = (void *)0x0525BA08; +const void * RTTI_BGSSnapTemplateComponent = (void *)0x051F5798; +const void * RTTI_BGSSnapTemplateNode = (void *)0x0525BA30; +const void * RTTI_BGSSoundEcho = (void *)0x05259AD0; +const void * RTTI_BGSSoundKeywordMapping = (void *)0x052597B8; +const void * RTTI_BGSSoundTagComponent = (void *)0x051F58D0; +const void * RTTI_BGSSoundTagSet = (void *)0x05259AF8; +const void * RTTI_BGSSpacePhysicsFormComponent = (void *)0x051F5A98; +const void * RTTI_BGSSpaceshipAIActor = (void *)0x051F5BD0; +const void * RTTI_BGSSpaceshipEquipment = (void *)0x051F5D00; +const void * RTTI_BGSSpaceshipHullCode = (void *)0x051F5DB0; +const void * RTTI_BGSSpaceshipWeaponBinding = (void *)0x051F5F78; +const void * RTTI_BGSSpatialCombinedGrid = (void *)0x05224120; +const void * RTTI_BGSSpatialGraph = (void *)0x05223ED8; +const void * RTTI_BGSSpatialGraphCellGrid = (void *)0x05224020; +const void * RTTI_BGSSpatialGraphCellGrid__MergeTask = (void *)0x05223FB8; +const void * RTTI_BGSSpatialGraphChild = (void *)0x05224088; +const void * RTTI_BGSSpatialGraphExteriorCell = (void *)0x05224050; +const void * RTTI_BGSSpatialGraphInteriorCell = (void *)0x052240B8; +const void * RTTI_BGSSpatialGraphManager = (void *)0x05225128; +const void * RTTI_BGSSpatialGraphManager__Task = (void *)0x05224270; +const void * RTTI_BGSSpatialGraphObstacleUpdateTask = (void *)0x05223BF8; +const void * RTTI_BGSSpatialGraphParent = (void *)0x052240F0; +const void * RTTI_BGSSpatialGraphSpaceCell = (void *)0x05223FF0; +const void * RTTI_BGSSpatialGraphSpaceCollection = (void *)0x05223F80; +const void * RTTI_BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask = (void *)0x05223DB0; +const void * RTTI_BGSSpatialGrid = (void *)0x052241C8; +const void * RTTI_BGSSpatialGridBase = (void *)0x05224198; +const void * RTTI_BGSSpatialGridCollection = (void *)0x05224338; +const void * RTTI_BGSSpatialGridFieldBase = (void *)0x05218188; +const void * RTTI_BGSSpatialGridSearchCustomDebugData = (void *)0x05226CC8; +const void * RTTI_BGSSpatialGridSearchDebugData = (void *)0x05226D08; +const void * RTTI_BGSSpatialGridSearchPolicies__RandomPositionInsideArea = (void *)0x05226820; +const void * RTTI_BGSSpatialSimpleGrid = (void *)0x052267B0; +const void * RTTI_BGSSpatialSparseGrid = (void *)0x05223EA8; +const void * RTTI_BGSSpatialSparseGridSearchDebugData = (void *)0x05226C88; +const void * RTTI_BGSSpatialSparseGrid__ChunkIndexGrid = (void *)0x052267E0; +const void * RTTI_BGSSpatialSparseMultiLayerGrid = (void *)0x05223E40; +const void * RTTI_BGSSpawnOnDestroy = (void *)0x051F6188; +const void * RTTI_BGSSpeechChallengeActivity = (void *)0x051DE150; +const void * RTTI_BGSSpeechChallengeActivity_Runtime = (void *)0x051DE110; +const void * RTTI_BGSSpeechChallengeObject = (void *)0x05259B20; +const void * RTTI_BGSSprintActivity = (void *)0x051DE208; +const void * RTTI_BGSSprintActivity_Runtime = (void *)0x051DE1D8; +const void * RTTI_BGSStarDataComponent = (void *)0x051F62B0; +const void * RTTI_BGSStaticCollection = (void *)0x0525BCA0; +const void * RTTI_BGSStaticCollection__RootFacade = (void *)0x0525BC68; +const void * RTTI_BGSStoredTraversalData = (void *)0x05119A38; +const void * RTTI_BGSStoryManagerBranchNode = (void *)0x0520E920; +const void * RTTI_BGSStoryManagerEventNode = (void *)0x05290AE8; +const void * RTTI_BGSStoryManagerNodeBase = (void *)0x0520E8F0; +const void * RTTI_BGSStoryManagerQuestFinder = (void *)0x05290AB0; +const void * RTTI_BGSStoryManagerQuestNode = (void *)0x05290B18; +const void * RTTI_BGSStoryManagerTreeForm = (void *)0x051DC538; +const void * RTTI_BGSStoryManagerTreeVisitor = (void *)0x05290A78; +const void * RTTI_BGSStoryTeller = (void *)0x052910A0; +const void * RTTI_BGSSurface__BGSBlockCellHeighGridComponent = (void *)0x052463A0; +const void * RTTI_BGSSurface__Block = (void *)0x05253950; +const void * RTTI_BGSSurface__Pattern = (void *)0x05253A20; +const void * RTTI_BGSSurface__PatternStyle = (void *)0x05247528; +const void * RTTI_BGSSurface__Tree = (void *)0x05253A50; +const void * RTTI_BGSSynchronizedAnimationInstance = (void *)0x05291988; +const void * RTTI_BGSSynchronizedAnimationManager = (void *)0x05291950; +const void * RTTI_BGSTDataProxyComponentBase = (void *)0x051F4C18; +const void * RTTI_BGSTakeActorDamageActivity = (void *)0x051DE2B0; +const void * RTTI_BGSTakeActorDamageActivity_Runtime = (void *)0x051DE270; +const void * RTTI_BGSTakeDamageActivity = (void *)0x051DE450; +const void * RTTI_BGSTakeDamageActivity_Runtime = (void *)0x051DE418; +const void * RTTI_BGSTalkingActivator = (void *)0x0525BCD0; +const void * RTTI_BGSTerminal = (void *)0x0511A1F0; +const void * RTTI_BGSTerminalMenu = (void *)0x0511A1C8; +const void * RTTI_BGSTerrainBlock__AlignmentModifier = (void *)0x05253A78; +const void * RTTI_BGSTerrainBlock__ContinentalModifier = (void *)0x05253C08; +const void * RTTI_BGSTerrainBlock__Grid = (void *)0x052540C8; +const void * RTTI_BGSTerrainBlock__GridCell = (void *)0x05254060; +const void * RTTI_BGSTerrainBlock__GridCornerCell = (void *)0x05254090; +const void * RTTI_BGSTerrainBlock__GridCornerEdgeXFile = (void *)0x05253DC0; +const void * RTTI_BGSTerrainBlock__GridCornerFile = (void *)0x05253D88; +const void * RTTI_BGSTerrainBlock__GridEdgeFile = (void *)0x05253D50; +const void * RTTI_BGSTerrainBlock__GridEdgeXCell = (void *)0x05253FB0; +const void * RTTI_BGSTerrainBlock__GridEdgeYCell = (void *)0x05253FE8; +const void * RTTI_BGSTerrainBlock__GridFile = (void *)0x05253D20; +const void * RTTI_BGSTerrainBlock__GridFillCell = (void *)0x05253F78; +const void * RTTI_BGSTerrainBlock__GridFillFile = (void *)0x05253E88; +const void * RTTI_BGSTerrainBlock__HeightAdjustmentModifier = (void *)0x05247CC8; +const void * RTTI_BGSTerrainBlock__IModifier = (void *)0x05247C98; +const void * RTTI_BGSTerrainBlock__OceanBiomeModifier = (void *)0x05253C48; +const void * RTTI_BGSTerrainBlock__OverlayGrid = (void *)0x052540F8; +const void * RTTI_BGSTerrainBlock__OverlayHeightModifier = (void *)0x05254020; +const void * RTTI_BGSTerrainBlock__RerangeHeightModifier = (void *)0x05254130; +const void * RTTI_BGSTerrainBlock__UpdateHeightModifier = (void *)0x052542A0; +const void * RTTI_BGSTerrain__File = (void *)0x0522B0E8; +const void * RTTI_BGSTerrain__IFileGrid = (void *)0x0522B280; +const void * RTTI_BGSTerrain__Manager = (void *)0x05256218; +const void * RTTI_BGSTerrain__UniFile__Grid = (void *)0x05254350; +const void * RTTI_BGSTextureModel = (void *)0x052779C0; +const void * RTTI_BGSTextureSet = (void *)0x05271998; +const void * RTTI_BGSTimeOfDayData = (void *)0x0525ED28; +const void * RTTI_BGSTransform = (void *)0x05259B50; +const void * RTTI_BGSTraversal = (void *)0x05259B78; +const void * RTTI_BGSVisitProceduresCheckGuardWarnTarget = (void *)0x05289840; +const void * RTTI_BGSVisitProceduresInitActorAnimPose = (void *)0x0535A9E0; +const void * RTTI_BGSVisitProceduresInitActorLocation = (void *)0x05289800; +const void * RTTI_BGSVisitProceduresProcess = (void *)0x0535AA20; +const void * RTTI_BGSVoiceType = (void *)0x0511A218; +const void * RTTI_BGSVolumeFormComponent = (void *)0x051F6B80; +const void * RTTI_BGSVolumetricLighting = (void *)0x0525BEE8; +const void * RTTI_BGSWaterCollisionManager__AutoWater = (void *)0x052902F8; +const void * RTTI_BGSWaterCollisionManager__BGSWaterUpdateI = (void *)0x05290228; +const void * RTTI_BGSWaterCollisionManager__WaterGravityModifier = (void *)0x051B4A70; +const void * RTTI_BGSWaterCollisionManager__WaterGravityModifierWorldStepListener = (void *)0x051BE600; +const void * RTTI_BGSWaterCollisionManager__bhkPlaceableWater = (void *)0x05290270; +const void * RTTI_BGSWaterCollisionManager__bhkWaterfall = (void *)0x052902B8; +const void * RTTI_BGSWeaponBarrelData = (void *)0x05248778; +const void * RTTI_BGSWeaponBarrelModel = (void *)0x05248700; +const void * RTTI_BGSWeaponData__Aim = (void *)0x05248ED8; +const void * RTTI_BGSWeaponData__Ammunition = (void *)0x05248F00; +const void * RTTI_BGSWeaponData__Audio = (void *)0x05248F30; +const void * RTTI_BGSWeaponData__Charge = (void *)0x05248F60; +const void * RTTI_BGSWeaponData__Damage = (void *)0x05248F90; +const void * RTTI_BGSWeaponData__Firing = (void *)0x05248FC0; +const void * RTTI_BGSWeaponData__FiringStrategyBase = (void *)0x05249070; +const void * RTTI_BGSWeaponData__FiringStrategy_Automatic = (void *)0x052490E8; +const void * RTTI_BGSWeaponData__FiringStrategy_BoltShot = (void *)0x05249030; +const void * RTTI_BGSWeaponData__FiringStrategy_Burst = (void *)0x05249128; +const void * RTTI_BGSWeaponData__FiringStrategy_ChargedShot = (void *)0x05248FF0; +const void * RTTI_BGSWeaponData__FiringStrategy_SingleShot = (void *)0x052490A8; +const void * RTTI_BGSWeaponData__Flags = (void *)0x05249168; +const void * RTTI_BGSWeaponData__General = (void *)0x05249198; +const void * RTTI_BGSWeaponData__Melee = (void *)0x052491C8; +const void * RTTI_BGSWeaponData__Power = (void *)0x052491F8; +const void * RTTI_BGSWeaponData__Reload = (void *)0x05249228; +const void * RTTI_BGSWeaponData__ShipWeapon = (void *)0x051EBEB0; +const void * RTTI_BGSWeaponData__Turret = (void *)0x05249258; +const void * RTTI_BGSWeaponData__VariableRange = (void *)0x05249288; +const void * RTTI_BGSWeaponData__Visuals = (void *)0x052492C0; +const void * RTTI_BGSWeatherSettingsForm = (void *)0x0524E418; +const void * RTTI_BGSWorkshopItemColorComponent = (void *)0x051E53F8; +const void * RTTI_BGSWorldSpaceOverlayComponent = (void *)0x051F6CF8; +const void * RTTI_BGSWwiseEventForm = (void *)0x05119850; +const void * RTTI_BGSWwiseKeywordMapping = (void *)0x052487A8; +const void * RTTI_BGSZoneTargetListener = (void *)0x05277F30; +const void * RTTI_BIEventUtils__FindAllStarbornPowerFunctor = (void *)0x05333E48; +const void * RTTI_BSAVMS__AVMNode = (void *)0x051E17D8; +const void * RTTI_BSAVMS__AVMNodeInFlightCounted = (void *)0x051E17A0; +const void * RTTI_BSAVMS__AVMPartialNode = (void *)0x051E1770; +const void * RTTI_BSAnimNotes = (void *)0x05496B10; +const void * RTTI_BSAnimationAnimDBData = (void *)0x053EE950; +const void * RTTI_BSAnimationDBData = (void *)0x053EEAD8; +const void * RTTI_BSAnimationGraph = (void *)0x053EF090; +const void * RTTI_BSAnimationGraphChannel = (void *)0x05266C08; +const void * RTTI_BSAnimationGraphLoadScrapper = (void *)0x051BC2F0; +const void * RTTI_BSAnimationGraphManager = (void *)0x053FCEA0; +const void * RTTI_BSAnimationUtils__FindEventClipGeneratorsFunctor = (void *)0x053EEA40; +const void * RTTI_BSAnimationUtils__MatchEventToClipGeneratorsFunctor = (void *)0x053EE4C0; +const void * RTTI_BSAttachConfig__ArtObjectAttach = (void *)0x0524E180; +const void * RTTI_BSAttachConfig__AttachmentConfiguration = (void *)0x05130680; +const void * RTTI_BSAttachConfig__BaseInstance = (void *)0x051E0F30; +const void * RTTI_BSAttachConfig__ISearchMethod = (void *)0x0524E2B8; +const void * RTTI_BSAttachConfig__NodeAttachmentInstance = (void *)0x051E0F68; +const void * RTTI_BSAttachConfig__ObjectAttachmentInstance = (void *)0x051E10A0; +const void * RTTI_BSAttachConfig__ParticleAttachmentInstance = (void *)0x051E0EF0; +const void * RTTI_BSAttachConfig__SearchMethodBase = (void *)0x0524E280; +const void * RTTI_BSAttachConfig__SearchMultipleNamesMultipleNodes = (void *)0x05415E10; +const void * RTTI_BSAttachConfig__SearchRootNode = (void *)0x0540F690; +const void * RTTI_BSAttachConfig__SearchSingleNameSingleNode = (void *)0x0524E2F0; +const void * RTTI_BSAttachRefController = (void *)0x052181B8; +const void * RTTI_BSAttachTechniques__AttachTechniqueInput = (void *)0x05330AB0; +const void * RTTI_BSAttachTechniques__BSAttachTechnique = (void *)0x051B3670; +const void * RTTI_BSAutoQueuedDependentNodeBase = (void *)0x0520EC30; +const void * RTTI_BSAwardsSystemUtility = (void *)0x051C16F0; +const void * RTTI_BSBehaviorGraphExtraData = (void *)0x0541B858; +const void * RTTI_BSBehaviorGraphSwapSingleton = (void *)0x052915A8; +const void * RTTI_BSBind__BGSExternalEmittanceController = (void *)0x05214170; +const void * RTTI_BSBind__BGSLensFlareController = (void *)0x05214138; +const void * RTTI_BSBind__ColorCurveController = (void *)0x05415130; +const void * RTTI_BSBind__ColorLerpController = (void *)0x05415318; +const void * RTTI_BSBind__ComponentBinding = (void *)0x0541B4C8; +const void * RTTI_BSBind__ComponentProperty = (void *)0x05415000; +const void * RTTI_BSBind__Directory = (void *)0x05415E80; +const void * RTTI_BSBind__Float2DCurveController = (void *)0x05415030; +const void * RTTI_BSBind__Float2DLerpController = (void *)0x05415248; +const void * RTTI_BSBind__Float3DCurveController = (void *)0x054151A0; +const void * RTTI_BSBind__Float3DLerpController = (void *)0x05415210; +const void * RTTI_BSBind__Float4DCurveController = (void *)0x05415168; +const void * RTTI_BSBind__Float4DLerpController = (void *)0x054151D8; +const void * RTTI_BSBind__FloatCurveController = (void *)0x05415068; +const void * RTTI_BSBind__FloatLerpController = (void *)0x05415280; +const void * RTTI_BSBind__IAddressControllerStore = (void *)0x052605A8; +const void * RTTI_BSBind__IController = (void *)0x052141B0; +const void * RTTI_BSBind__IDataBinding = (void *)0x051EF8A8; +const void * RTTI_BSBind__INode = (void *)0x05415DE8; +const void * RTTI_BSBind__MultiBinding = (void *)0x051EF878; +const void * RTTI_BSBind__Multiplex = (void *)0x05415E58; +const void * RTTI_BSBind__Snapshot = (void *)0x0510BD40; +const void * RTTI_BSBind__StableBinding = (void *)0x0524E398; +const void * RTTI_BSBind__TimerController = (void *)0x05415100; +const void * RTTI_BSBlastNode = (void *)0x05416EF0; +const void * RTTI_BSBlendTreadTransfInterpolator = (void *)0x05495FC8; +const void * RTTI_BSBoneLODExtraData = (void *)0x0541B828; +const void * RTTI_BSBound = (void *)0x05407430; +const void * RTTI_BSBoxConstructor = (void *)0x054168A8; +const void * RTTI_BSCSVUtils__ParserBuffer = (void *)0x05418C10; +const void * RTTI_BSCapsuleConstructor = (void *)0x054168D0; +const void * RTTI_BSCloneReserver = (void *)0x052181E8; +const void * RTTI_BSClothExtraData = (void *)0x05405898; +const void * RTTI_BSClothUtils__BSGeometryBuffer = (void *)0x05405988; +const void * RTTI_BSClothUtils__BSInstantiationUtil = (void *)0x05405950; +const void * RTTI_BSClothUtils__BSTransformSet = (void *)0x054058C0; +const void * RTTI_BSComponentDB2__DB = (void *)0x0540F308; +const void * RTTI_BSComponentDB2__DBFileIndex__IDFixupVisitor = (void *)0x0549DB30; +const void * RTTI_BSComponentDB2__JsonDBIDHandler = (void *)0x0541CFD0; +const void * RTTI_BSComponentDB2__JsonResourceIDHandler = (void *)0x0541CE18; +const void * RTTI_BSComponentDB2__Memory__ConcurrentPageAllocImpl = (void *)0x0540EFA0; +const void * RTTI_BSComponentDB2__StorageService = (void *)0x0541BEC8; +const void * RTTI_BSComponentDB2__StorageService__Impl = (void *)0x0541CD48; +const void * RTTI_BSComponentDB2__StorageService__ObjectReferenceVisitor = (void *)0x0541CD90; +const void * RTTI_BSComponentDB__IComponentFactory = (void *)0x051BBA60; +const void * RTTI_BSConnectPoint__ChildOrigin = (void *)0x05217398; +const void * RTTI_BSConnectPoint__Children = (void *)0x05405518; +const void * RTTI_BSConnectPoint__Parents = (void *)0x05405548; +const void * RTTI_BSCoreMessage__MessageSource = (void *)0x051B4408; +const void * RTTI_BSCounterStorage = (void *)0x053C9958; +const void * RTTI_BSCylinderConstructor = (void *)0x05293E30; +const void * RTTI_BSDamageStage = (void *)0x05416F40; +const void * RTTI_BSDebounceManager = (void *)0x053FF7F8; +const void * RTTI_BSDebrisNode = (void *)0x05416F18; +const void * RTTI_BSDiscBootSystemUtility = (void *)0x051C19F0; +const void * RTTI_BSDistantObjectExtraData = (void *)0x0541B8B8; +const void * RTTI_BSDynamicGeometry = (void *)0x054979C0; +const void * RTTI_BSExceptionHandler = (void *)0x051A55B8; +const void * RTTI_BSExteriorReflectionProbeAdjustmentVolume = (void *)0x05418230; +const void * RTTI_BSExtraData = (void *)0x051EFA98; +const void * RTTI_BSFaceDB__AttachHeadControlNode = (void *)0x051F0DD0; +const void * RTTI_BSFaceDB__CreateHeadControlNode = (void *)0x051F0A30; +const void * RTTI_BSFaceDB__CrowdHairCustomization = (void *)0x051F0EA0; +const void * RTTI_BSFaceDB__EyeCustomization = (void *)0x051F0E70; +const void * RTTI_BSFaceDB__FaceCustomizationTexturesNode = (void *)0x051F0E30; +const void * RTTI_BSFaceDB__HairCustomization = (void *)0x051F0ED8; +const void * RTTI_BSFaceDB__JewelryCustomizationNode = (void *)0x051F0D60; +const void * RTTI_BSFaceDB__RequestCompleteNode = (void *)0x051F09F8; +const void * RTTI_BSFaceDB__RequestHeadPartResourcesNode = (void *)0x051F1080; +const void * RTTI_BSFaceDB__TeethCustomizationNode = (void *)0x051F0D98; +const void * RTTI_BSFaceFX = (void *)0x051F00A0; +const void * RTTI_BSFaceGenAnimationData = (void *)0x0527A0D0; +const void * RTTI_BSFaceGenNiNode = (void *)0x0527A270; +const void * RTTI_BSFaceGenUtils__UpdateFaceCustomizationTexturesNode = (void *)0x051F0D10; +const void * RTTI_BSFadeNode = (void *)0x0511BEB0; +const void * RTTI_BSFile = (void *)0x05337568; +const void * RTTI_BSFile__PageCache__PhysReadType = (void *)0x054560C0; +const void * RTTI_BSFixedSizeBlockAllocator__IAlloc = (void *)0x0533C100; +const void * RTTI_BSFixedSizeBlockAllocator__UserPoolImplBase = (void *)0x051C1BA0; +const void * RTTI_BSFogVolume = (void *)0x05418208; +const void * RTTI_BSFrameManager = (void *)0x05419B90; +const void * RTTI_BSFrustumFOVController = (void *)0x05495D68; +const void * RTTI_BSFurnitureMarkerNode = (void *)0x054180C0; +const void * RTTI_BSGFxFunctionBase = (void *)0x0542D128; +const void * RTTI_BSGFxFunctionHandler = (void *)0x0542E9F0; +const void * RTTI_BSGFxObject = (void *)0x052F06A8; +const void * RTTI_BSGalaxy__BGSStar = (void *)0x051F9AC0; +const void * RTTI_BSGalaxy__BGSSunPresetForm = (void *)0x051F9AE8; +const void * RTTI_BSGalaxy__BiomeMapDB__LoadBiome = (void *)0x051F9B18; +const void * RTTI_BSGalaxy__Biomes__Map = (void *)0x051B35A0; +const void * RTTI_BSGalaxy__ModuleState = (void *)0x05400880; +const void * RTTI_BSGalaxy__Physics__Havok__BSGalaxyCollisionObject = (void *)0x05402250; +const void * RTTI_BSGalaxy__Physics__Havok__bhkSpaceWorld = (void *)0x05402028; +const void * RTTI_BSGalaxy__hknpBSShiftOffsetCollector = (void *)0x05401FE8; +const void * RTTI_BSGameDataSystemUtility = (void *)0x051B37F8; +const void * RTTI_BSGameStreamUtility = (void *)0x051C1720; +const void * RTTI_BSGamepadDevice = (void *)0x053FFE40; +const void * RTTI_BSGamerProfile = (void *)0x051C1E08; +const void * RTTI_BSGdkTaskletGroupData = (void *)0x054576A0; +const void * RTTI_BSGdkTaskletManager = (void *)0x051B3BE8; +const void * RTTI_BSGeometry = (void *)0x0511CFA0; +const void * RTTI_BSGeometryConstructorManager = (void *)0x05347000; +const void * RTTI_BSGeometrySegmentData = (void *)0x05497150; +const void * RTTI_BSGrabIKNote = (void *)0x05496B38; +const void * RTTI_BSIMusicTrack = (void *)0x052717E0; +const void * RTTI_BSIdleInputWatcher = (void *)0x052EB750; +const void * RTTI_BSInputDevice = (void *)0x053FFE18; +const void * RTTI_BSInputDeviceManager = (void *)0x053FF2F8; +const void * RTTI_BSInputEnableManager = (void *)0x053FF8D0; +const void * RTTI_BSInputEventReceiver = (void *)0x052B1A88; +const void * RTTI_BSInputEventSingleUser = (void *)0x052DE5D8; +const void * RTTI_BSInputEventUser = (void *)0x051526E8; +const void * RTTI_BSInvMarker = (void *)0x0541B7B0; +const void * RTTI_BSJobs2__Detail__ControlNodeJob = (void *)0x0520B868; +const void * RTTI_BSJobs2__Detail__GroupThread = (void *)0x05455A00; +const void * RTTI_BSJobs2__Memory__HeapMemoryPolicy = (void *)0x051C1458; +const void * RTTI_BSJobs2__Memory__LSAMemoryPolicy = (void *)0x051C1528; +const void * RTTI_BSJobs2__Memory__ScrapMemoryPolicy = (void *)0x05455AA0; +const void * RTTI_BSKeyboardDevice = (void *)0x053FFE98; +const void * RTTI_BSLagBoneController = (void *)0x0541B888; +const void * RTTI_BSLegacyStreamableStub = (void *)0x05497AE0; +const void * RTTI_BSLensFlareRender__BSLensFlareSpriteRenderData = (void *)0x05259EE0; +const void * RTTI_BSLight = (void *)0x054121C0; +const void * RTTI_BSLookIKNote = (void *)0x05496B60; +const void * RTTI_BSMaterialBinding__MaterialPropertyNode = (void *)0x05427A10; +const void * RTTI_BSMaterialBinding__MaterialUVStreamPropertyNode = (void *)0x05427D60; +const void * RTTI_BSMaterial__ModuleState = (void *)0x0541EF80; +const void * RTTI_BSMemStorage = (void *)0x051F6530; +const void * RTTI_BSMemStorageReadOnly = (void *)0x053FF7C8; +const void * RTTI_BSMissionMenu = (void *)0x052F8340; +const void * RTTI_BSMissionMenu__MissionMenuEventShuttle = (void *)0x052F8058; +const void * RTTI_BSModelDB__AutoQueuedDependentNode = (void *)0x0520EB60; +const void * RTTI_BSModelDB__BSModelProcessor = (void *)0x0520ECF8; +const void * RTTI_BSModelDB__ModelResourceNode = (void *)0x05411C28; +const void * RTTI_BSModelDB__QueuedHandles = (void *)0x05208B28; +const void * RTTI_BSModelNode = (void *)0x05217460; +const void * RTTI_BSModelNodeAnimRig = (void *)0x053EF4C8; +const void * RTTI_BSModelNodePhysicsComponentI = (void *)0x05217400; +const void * RTTI_BSModelNodeRigI = (void *)0x053EF4F8; +const void * RTTI_BSMorphDB__AutoQueuedNode = (void *)0x05410510; +const void * RTTI_BSMorphDB__QueuedHandles = (void *)0x05291388; +const void * RTTI_BSMorphTargetData = (void *)0x05497008; +const void * RTTI_BSMouseDevice = (void *)0x053FFEC0; +const void * RTTI_BSMsgDialogSystemUtility = (void *)0x051C19C0; +const void * RTTI_BSMultiTargetTreadTransfController = (void *)0x05495A90; +const void * RTTI_BSNavMeshGenAntiseedTrimmerTask = (void *)0x05440AE8; +const void * RTTI_BSNavMeshGenCollapserTask = (void *)0x0543FBC8; +const void * RTTI_BSNavMeshGenComputeBoundTask = (void *)0x05440A08; +const void * RTTI_BSNavMeshGenContext = (void *)0x051E7C80; +const void * RTTI_BSNavMeshGenContextGroup = (void *)0x05444EE8; +const void * RTTI_BSNavMeshGenCoverTask = (void *)0x054409A8; +const void * RTTI_BSNavMeshGenData = (void *)0x051E7388; +const void * RTTI_BSNavMeshGenInputProcessTask = (void *)0x0543FB90; +const void * RTTI_BSNavMeshGenInputProcessor = (void *)0x0521F588; +const void * RTTI_BSNavMeshGenLinkDoorTask = (void *)0x054409D8; +const void * RTTI_BSNavMeshGenNode = (void *)0x051E7AC8; +const void * RTTI_BSNavMeshGenOutputProcessTask = (void *)0x0543FB58; +const void * RTTI_BSNavMeshGenOutputProcessor = (void *)0x0521F620; +const void * RTTI_BSNavMeshGenRecastImport = (void *)0x054473F0; +const void * RTTI_BSNavMeshGenRecastTask = (void *)0x0543FB28; +const void * RTTI_BSNavMeshGenRequestPauseTask = (void *)0x05444F18; +const void * RTTI_BSNavMeshGenRequestResumeTask = (void *)0x05444EB0; +const void * RTTI_BSNavMeshGenSeedTrimmerTask = (void *)0x05440B20; +const void * RTTI_BSNavMeshGenSmallAreaTrimmerTask = (void *)0x05440AB0; +const void * RTTI_BSNavMeshGenSplitter = (void *)0x0521F658; +const void * RTTI_BSNavMeshGenSplitterTask = (void *)0x0543FAC8; +const void * RTTI_BSNavMeshGenStitcher = (void *)0x0521F7C0; +const void * RTTI_BSNavMeshGenStitcherTask = (void *)0x0543FAF8; +const void * RTTI_BSNavMeshGenTask = (void *)0x051E7C30; +const void * RTTI_BSNavMeshGenTaskGraphProcessor = (void *)0x0543FD70; +const void * RTTI_BSNavMeshGenTaskGroup = (void *)0x0543FE20; +const void * RTTI_BSNavMeshGenTaskProgress = (void *)0x05444A28; +const void * RTTI_BSNavMeshGenTaskServer = (void *)0x0521E3E0; +const void * RTTI_BSNavMeshGenTerrainTrimmerTask = (void *)0x05440A78; +const void * RTTI_BSNavMeshGenTraversalTask = (void *)0x05440C38; +const void * RTTI_BSNavMeshGenTriangleHeightTask = (void *)0x05440BC8; +const void * RTTI_BSNavMeshGenTrianglePlatformTask = (void *)0x05440C00; +const void * RTTI_BSNavMeshGenTriangleSplitter = (void *)0x054449F0; +const void * RTTI_BSNavMeshGenTriangleSplitterTask = (void *)0x05440B90; +const void * RTTI_BSNavMeshGenTriangleTunnelTask = (void *)0x05440B58; +const void * RTTI_BSNavMeshGenTriangleWaterTask = (void *)0x05440A40; +const void * RTTI_BSNavMeshGenUpdateNavMeshInfoTask = (void *)0x05440940; +const void * RTTI_BSNavMeshGenVertexDataTask = (void *)0x05440908; +const void * RTTI_BSNavMeshGenWaypointTask = (void *)0x05440978; +const void * RTTI_BSNavMeshGenerator = (void *)0x0521E410; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBarrierNode = (void *)0x0543FCC0; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode = (void *)0x0543FC60; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode = (void *)0x05444FE0; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginNode = (void *)0x05445078; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode = (void *)0x0543FC00; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode = (void *)0x05445030; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenParentNode = (void *)0x054450C0; +const void * RTTI_BSNavigationGraph = (void *)0x05223F58; +const void * RTTI_BSNavigationGraphInfo = (void *)0x05289D70; +const void * RTTI_BSNavigationGraphManager = (void *)0x0521C840; +const void * RTTI_BSNavigationGraphRefCount = (void *)0x05223F28; +const void * RTTI_BSNavigationGrid = (void *)0x05445D10; +const void * RTTI_BSNavigationGridBase = (void *)0x05445D38; +const void * RTTI_BSNavigationGridChunk = (void *)0x05445C78; +const void * RTTI_BSNavigationGridFieldBase = (void *)0x0529BA88; +const void * RTTI_BSNavigationGridInfo = (void *)0x05445C48; +const void * RTTI_BSNavigationGridManager = (void *)0x0521CC58; +const void * RTTI_BSNavigationGridManager__Task = (void *)0x0521CAD8; +const void * RTTI_BSNavigationGridObstacleUpdateTask = (void *)0x05445D68; +const void * RTTI_BSNavmesh = (void *)0x05289CD0; +const void * RTTI_BSNavmeshInfo = (void *)0x05289D48; +const void * RTTI_BSNavmeshInfoMap = (void *)0x05289DA0; +const void * RTTI_BSNavmeshInfoMap__IRecursiveVisitor = (void *)0x0528B520; +const void * RTTI_BSNavmeshInfoSearch = (void *)0x05445570; +const void * RTTI_BSNavmeshObstacleCoverData = (void *)0x054451F0; +const void * RTTI_BSNavmeshObstacleData = (void *)0x051EA790; +const void * RTTI_BSNavmeshReferenceObstacleArray = (void *)0x0528A418; +const void * RTTI_BSNavmeshSearch = (void *)0x0528C2B8; +const void * RTTI_BSNavmeshSearchAvailableSpaceDirectional = (void *)0x05445920; +const void * RTTI_BSNavmeshSearchAvailableSpaceRadius = (void *)0x054458E0; +const void * RTTI_BSNavmeshSearchBase = (void *)0x052888B0; +const void * RTTI_BSNavmeshSearchFilters = (void *)0x0528C2E0; +const void * RTTI_BSNavmeshSearchHideFilter = (void *)0x0528C288; +const void * RTTI_BSNiNode = (void *)0x051E32C0; +const void * RTTI_BSNodeReferences = (void *)0x05418270; +const void * RTTI_BSNoise__Add = (void *)0x0541ACC8; +const void * RTTI_BSNoise__Billow = (void *)0x0541ACA0; +const void * RTTI_BSNoise__Crater = (void *)0x0541B918; +const void * RTTI_BSNoise__Invert = (void *)0x0541AD48; +const void * RTTI_BSNoise__Perlin = (void *)0x05418C70; +const void * RTTI_BSNoise__Ridged = (void *)0x0541B788; +const void * RTTI_BSNoise__SmoothStep = (void *)0x0541AD18; +const void * RTTI_BSNoise__Subtract = (void *)0x0541ADC0; +const void * RTTI_BSNoise__Turbulence = (void *)0x0541B940; +const void * RTTI_BSNoise__Voronoi = (void *)0x0541AD70; +const void * RTTI_BSNonUniformScaleExtraData = (void *)0x051F6B48; +const void * RTTI_BSOfflineRTExtraData = (void *)0x0541B4F8; +const void * RTTI_BSOrderedNode = (void *)0x051E3210; +const void * RTTI_BSPCGamepadDevice = (void *)0x05400318; +const void * RTTI_BSPCGamepadDeviceHandler = (void *)0x053FFEE8; +const void * RTTI_BSPCGamerProfile = (void *)0x0549D788; +const void * RTTI_BSPCKeyboardDevice = (void *)0x053FFE68; +const void * RTTI_BSPCMouseDevice = (void *)0x053FFF18; +const void * RTTI_BSPCVirtualKeyboardDevice = (void *)0x053FFF70; +const void * RTTI_BSPageFile__MemoryWriteStorage = (void *)0x05337370; +const void * RTTI_BSPageFile__MultiplexWrite = (void *)0x05457500; +const void * RTTI_BSParseCSV__IGetBufferCB = (void *)0x05418BE0; +const void * RTTI_BSParticle = (void *)0x0543BCA0; +const void * RTTI_BSPathBuilder = (void *)0x05282D80; +const void * RTTI_BSPathEventManager = (void *)0x05446048; +const void * RTTI_BSPathSmootherPOVSearch = (void *)0x0543F918; +const void * RTTI_BSPathing = (void *)0x0528B858; +const void * RTTI_BSPathingCellManager = (void *)0x0528B828; +const void * RTTI_BSPathingRequest = (void *)0x051DFFA0; +const void * RTTI_BSPathingRequestPolicies__DestinationArea = (void *)0x05289588; +const void * RTTI_BSPathingRequestPolicies__EscortRequest = (void *)0x05283468; +const void * RTTI_BSPathingSearchRayCast = (void *)0x05446B58; +const void * RTTI_BSPathingSite = (void *)0x05346E60; +const void * RTTI_BSPathingSpace = (void *)0x0528BA60; +const void * RTTI_BSPathingStreamSimpleBufferRead = (void *)0x05444738; +const void * RTTI_BSPathingStreamSimpleBufferWrite = (void *)0x0521C138; +const void * RTTI_BSPathingTraversal = (void *)0x052235D8; +const void * RTTI_BSPathingTraversalAction = (void *)0x05221880; +const void * RTTI_BSPathingTraversalData = (void *)0x05221988; +const void * RTTI_BSPathingTraversalManager = (void *)0x05223010; +const void * RTTI_BSPathing__CheckLineOfSightFilter = (void *)0x0521DD20; +const void * RTTI_BSPathing__DetermineAvailableRadiusAtPositionVisitor = (void *)0x0543E3E0; +const void * RTTI_BSPathing__DetermineAvailableRadiusInDirectionVisitor = (void *)0x0543E390; +const void * RTTI_BSPathing__EdgeFoundVisitor = (void *)0x053611D8; +const void * RTTI_BSPausableItem = (void *)0x0528A350; +const void * RTTI_BSPauseRequester = (void *)0x051BB040; +const void * RTTI_BSPistonController = (void *)0x0540CEE8; +const void * RTTI_BSPlatform__BNetAsyncRequestBase = (void *)0x054990B8; +const void * RTTI_BSPlatform__BSBethesdaPlatform = (void *)0x05498F28; +const void * RTTI_BSPlayerDistanceCheckController = (void *)0x0535BD78; +const void * RTTI_BSPrecomputedNavmeshInfoSearch = (void *)0x05445538; +const void * RTTI_BSProbeGridVolume = (void *)0x054167A8; +const void * RTTI_BSProceduralLightningController = (void *)0x05418EF8; +const void * RTTI_BSProceduralLightningTasklet = (void *)0x05418F30; +const void * RTTI_BSProjectedDecal = (void *)0x054160D0; +const void * RTTI_BSQueuedResourceCollectionBase = (void *)0x051FC320; +const void * RTTI_BSRangeNode = (void *)0x05416EC8; +const void * RTTI_BSRecastModule__BSRecastJob = (void *)0x05447420; +const void * RTTI_BSReference = (void *)0x05418360; +const void * RTTI_BSReflectionProbe = (void *)0x054180F0; +const void * RTTI_BSReflection__AnyType = (void *)0x051B1B58; +const void * RTTI_BSReflection__BSFixedStringType = (void *)0x051B0910; +const void * RTTI_BSReflection__BasicType = (void *)0x051B42D8; +const void * RTTI_BSReflection__ClassType = (void *)0x05134C58; +const void * RTTI_BSReflection__ConstCStringType = (void *)0x051B0850; +const void * RTTI_BSReflection__EnumerationType = (void *)0x051A5180; +const void * RTTI_BSReflection__IConstEnumerator = (void *)0x0524E330; +const void * RTTI_BSReflection__IObject = (void *)0x051304A8; +const void * RTTI_BSReflection__ResourceIDStringConverter = (void *)0x0514EF78; +const void * RTTI_BSReflection__Serializer = (void *)0x05416808; +const void * RTTI_BSReflection__UIDStringConverter = (void *)0x0514EF08; +const void * RTTI_BSRendererSceneNode = (void *)0x05411F40; +const void * RTTI_BSRendererState = (void *)0x05418168; +const void * RTTI_BSResource2__CacheBase = (void *)0x051EA120; +const void * RTTI_BSResource2__EntryBase = (void *)0x051EA230; +const void * RTTI_BSResource2__IResourceCreator = (void *)0x051F0128; +const void * RTTI_BSResource2__ProxyStream = (void *)0x054482D8; +const void * RTTI_BSResource2__ResourceCreateNode = (void *)0x05448338; +const void * RTTI_BSResourceNiBinaryStream = (void *)0x0542D998; +const void * RTTI_BSResourceReloadManager = (void *)0x05419588; +const void * RTTI_BSResourceStreamParser = (void *)0x0542D9C8; +const void * RTTI_BSResourceStreamStorage = (void *)0x0544B898; +const void * RTTI_BSResource__Archive2__AsyncReaderStream = (void *)0x05448648; +const void * RTTI_BSResource__Archive2__Index = (void *)0x05448900; +const void * RTTI_BSResource__Archive2__Manager__MemoryCacheLocation = (void *)0x054487E0; +const void * RTTI_BSResource__Archive2__ReaderStream = (void *)0x054483A0; +const void * RTTI_BSResource__ArchiveIDConverter = (void *)0x051B83F0; +const void * RTTI_BSResource__AsyncStream = (void *)0x05448370; +const void * RTTI_BSResource__IMemoryFileBuffer = (void *)0x0544B938; +const void * RTTI_BSResource__Location = (void *)0x051B8338; +const void * RTTI_BSResource__LocationTraverser = (void *)0x0541CDE0; +const void * RTTI_BSResource__LooseFileLocation = (void *)0x0544B790; +const void * RTTI_BSResource__MemoryFileBuffer = (void *)0x0544B900; +const void * RTTI_BSResource__MemoryFileLocation = (void *)0x05448828; +const void * RTTI_BSResource__MemoryFileStream = (void *)0x0544B8C8; +const void * RTTI_BSResource__SDirectory2__IDirectoryIDIterator = (void *)0x053EEA90; +const void * RTTI_BSResource__SDirectory2__IDirectoryStreamIterator = (void *)0x051E0680; +const void * RTTI_BSResource__SDirectory2__ThreadCursor = (void *)0x05448688; +const void * RTTI_BSResource__Server__Commands__CancelAll = (void *)0x054108F8; +const void * RTTI_BSResource__Server__GraphProcessor = (void *)0x05254FA8; +const void * RTTI_BSResource__Server__LinearProcessor = (void *)0x05208CA0; +const void * RTTI_BSResource__Server__NodeBase = (void *)0x051E1800; +const void * RTTI_BSResource__Server__ResourceServerDebug = (void *)0x0544ADC0; +const void * RTTI_BSResource__Stream = (void *)0x05447DC0; +const void * RTTI_BSResource__StreamBase = (void *)0x05447DE8; +const void * RTTI_BSRotAccumTransfInterpolator = (void *)0x05496B88; +const void * RTTI_BSSaveDataSystemUtility = (void *)0x051C1838; +const void * RTTI_BSSaveDataSystemUtilityFile = (void *)0x05337530; +const void * RTTI_BSScaleformFileOpener = (void *)0x0542E828; +const void * RTTI_BSScaleformImageLoader = (void *)0x0542EE28; +const void * RTTI_BSScaleformMovieLoadTask = (void *)0x0542E9C0; +const void * RTTI_BSScaleformTranslator__ScaleformImpl = (void *)0x0542EEC0; +const void * RTTI_BSSceneNode = (void *)0x05411F70; +const void * RTTI_BSScript__ByteCode__PackedInstructionStream__InstructionFunctor = (void *)0x054518F0; +const void * RTTI_BSScript__CompiledScriptLoader = (void *)0x0544E770; +const void * RTTI_BSScript__ErrorLogger = (void *)0x053C38E8; +const void * RTTI_BSScript__ICachedErrorMessage = (void *)0x052B32F8; +const void * RTTI_BSScript__IClientVM = (void *)0x053C9308; +const void * RTTI_BSScript__IComplexType = (void *)0x0544C740; +const void * RTTI_BSScript__IFunction = (void *)0x052BCFA8; +const void * RTTI_BSScript__IHandleReaderWriter = (void *)0x053C10A8; +const void * RTTI_BSScript__ILoader = (void *)0x053C9220; +const void * RTTI_BSScript__IMemoryPagePolicy = (void *)0x0544DE00; +const void * RTTI_BSScript__IObjectHandlePolicy = (void *)0x053C93E0; +const void * RTTI_BSScript__IObjectProcessor = (void *)0x0544EA80; +const void * RTTI_BSScript__IProfilePolicy = (void *)0x053C5950; +const void * RTTI_BSScript__ISavePatcherInterface = (void *)0x053C5C28; +const void * RTTI_BSScript__IStackCallbackFunctor = (void *)0x053C9378; +const void * RTTI_BSScript__IStackCallbackSaveInterface = (void *)0x053C9338; +const void * RTTI_BSScript__IStore = (void *)0x053C62D0; +const void * RTTI_BSScript__IVMDebugInterface = (void *)0x0544C7D8; +const void * RTTI_BSScript__IVMObjectBindInterface = (void *)0x0544BB68; +const void * RTTI_BSScript__IVMRemoteDebuggerInterface = (void *)0x0544EBB8; +const void * RTTI_BSScript__IVMSaveLoadInterface = (void *)0x0544C7A0; +const void * RTTI_BSScript__IVirtualMachine = (void *)0x0544C770; +const void * RTTI_BSScript__Internal__AutoPropGetFunction = (void *)0x05451A00; +const void * RTTI_BSScript__Internal__AutoPropSetFunction = (void *)0x054519C0; +const void * RTTI_BSScript__Internal__CodeTasklet = (void *)0x05451DE0; +const void * RTTI_BSScript__Internal__FunctionMessageNode = (void *)0x05455298; +const void * RTTI_BSScript__Internal__FunctionMessageProcessor = (void *)0x05455250; +const void * RTTI_BSScript__Internal__IFuncCallQuery = (void *)0x0544EAF0; +const void * RTTI_BSScript__Internal__NativeFunctionStub = (void *)0x05451728; +const void * RTTI_BSScript__Internal__RawFuncCallQuery = (void *)0x0544EAB0; +const void * RTTI_BSScript__Internal__ScriptFunction = (void *)0x05455540; +const void * RTTI_BSScript__Internal__VirtualMachine = (void *)0x0544EBF8; +const void * RTTI_BSScript__Internal__VirtualMachine__IFuncCallCallbacks = (void *)0x0544EA30; +const void * RTTI_BSScript__LinkerProcessor = (void *)0x054543E0; +const void * RTTI_BSScript__NF_util__NativeFunctionBase = (void *)0x052BCF20; +const void * RTTI_BSScript__ObjectBindPolicy = (void *)0x053C93B0; +const void * RTTI_BSScript__ObjectTypeInfo = (void *)0x0544C710; +const void * RTTI_BSScript__SimpleAllocMemoryPagePolicy = (void *)0x0544DDC0; +const void * RTTI_BSScript__StructTypeInfo = (void *)0x0544D3B0; +const void * RTTI_BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor = (void *)0x054516D0; +const void * RTTI_BSSequence__AnimationEvent = (void *)0x0524D8C8; +const void * RTTI_BSSequence__AnimationTrack = (void *)0x0524E0C8; +const void * RTTI_BSSequence__AnimationVariableTrack = (void *)0x0524D890; +const void * RTTI_BSSequence__AnimationVectorVariableTrack = (void *)0x0524D930; +const void * RTTI_BSSequence__BindingEvent = (void *)0x05415400; +const void * RTTI_BSSequence__CameraShakeEvent = (void *)0x0524D9B0; +const void * RTTI_BSSequence__CameraShakeStrengthTrack = (void *)0x0524D970; +const void * RTTI_BSSequence__CameraShakeTrack = (void *)0x0524D8F8; +const void * RTTI_BSSequence__ColorCurveEvent = (void *)0x05415BA0; +const void * RTTI_BSSequence__ColorLerpEvent = (void *)0x05414F48; +const void * RTTI_BSSequence__ColorNoiseEvent = (void *)0x05414F10; +const void * RTTI_BSSequence__ColorTriggerEvent = (void *)0x05414FC8; +const void * RTTI_BSSequence__ConsoleScriptEvent = (void *)0x0524D858; +const void * RTTI_BSSequence__CullEvent = (void *)0x0524DC80; +const void * RTTI_BSSequence__DissolveEvent = (void *)0x0524D328; +const void * RTTI_BSSequence__DissolveFrequencyScaleTrack = (void *)0x0524D458; +const void * RTTI_BSSequence__DissolveOffsetTrack = (void *)0x0524D3E8; +const void * RTTI_BSSequence__DissolveTrack = (void *)0x051EF7C8; +const void * RTTI_BSSequence__Event = (void *)0x0524E1B8; +const void * RTTI_BSSequence__ExplosionObjectSpawn = (void *)0x0524D5F0; +const void * RTTI_BSSequence__Float2CurveEvent = (void *)0x05414D68; +const void * RTTI_BSSequence__Float2LerpEvent = (void *)0x05414DA0; +const void * RTTI_BSSequence__Float2TriggerEvent = (void *)0x05414C58; +const void * RTTI_BSSequence__FloatCurveEvent = (void *)0x05414C90; +const void * RTTI_BSSequence__FloatLerpEvent = (void *)0x05414D00; +const void * RTTI_BSSequence__FloatNoiseEvent = (void *)0x05414CC8; +const void * RTTI_BSSequence__FloatTriggerEvent = (void *)0x05414C20; +const void * RTTI_BSSequence__ITimeMultiplierProvider = (void *)0x0524E4D0; +const void * RTTI_BSSequence__ImageSpaceLifetimeEvent = (void *)0x0524DE38; +const void * RTTI_BSSequence__ImageSpaceStrengthTrack = (void *)0x0524DDF8; +const void * RTTI_BSSequence__ImageSpaceTrack = (void *)0x0524DDC0; +const void * RTTI_BSSequence__ImpactEffectEvent = (void *)0x0524DCB0; +const void * RTTI_BSSequence__ImpactEffectTrack = (void *)0x051EF948; +const void * RTTI_BSSequence__LightColorTrack = (void *)0x0524D078; +const void * RTTI_BSSequence__LightEffectReferenceTrack = (void *)0x051EF1B0; +const void * RTTI_BSSequence__LightEffectTrack = (void *)0x0524DE78; +const void * RTTI_BSSequence__LightIntensityTrack = (void *)0x0524DF78; +const void * RTTI_BSSequence__LightLensFlareVisiblityTrack = (void *)0x0524D038; +const void * RTTI_BSSequence__LightRadiusTrack = (void *)0x0524DF08; +const void * RTTI_BSSequence__LightSpawnEvent = (void *)0x0524DF40; +const void * RTTI_BSSequence__LoopMarker = (void *)0x05415B70; +const void * RTTI_BSSequence__MaterialFlipbookIndexGeneratorEvent = (void *)0x0524D280; +const void * RTTI_BSSequence__MaterialFlipbookIndexTrack = (void *)0x0524D1C8; +const void * RTTI_BSSequence__MaterialPropertyTrack = (void *)0x0524D120; +const void * RTTI_BSSequence__MaterialTrack = (void *)0x0524D0B0; +const void * RTTI_BSSequence__Mediator = (void *)0x051EEE68; +const void * RTTI_BSSequence__NamedSequenceMap = (void *)0x051EF150; +const void * RTTI_BSSequence__NodeTrackBase = (void *)0x051EF1F0; +const void * RTTI_BSSequence__NoteEvent = (void *)0x054152E8; +const void * RTTI_BSSequence__NoteTrack = (void *)0x054152B8; +const void * RTTI_BSSequence__Object = (void *)0x051EF280; +const void * RTTI_BSSequence__ObjectAttachmentSubnodeTrack = (void *)0x0524D498; +const void * RTTI_BSSequence__ObjectAttachmentTrack = (void *)0x0524D420; +const void * RTTI_BSSequence__ObjectSpawnEvent = (void *)0x0524D4D8; +const void * RTTI_BSSequence__ObjectSpawnTrack = (void *)0x051EF910; +const void * RTTI_BSSequence__ParticleEffectReferenceTrack = (void *)0x0524D628; +const void * RTTI_BSSequence__ParticleEffectTrack = (void *)0x0524D6D8; +const void * RTTI_BSSequence__ParticleEvent = (void *)0x0524D6A8; +const void * RTTI_BSSequence__ParticleMaterialPropertyTrack = (void *)0x0524D7E8; +const void * RTTI_BSSequence__ParticleParameterTrack = (void *)0x0524D780; +const void * RTTI_BSSequence__PlaySubSequenceEvent = (void *)0x0524DCE8; +const void * RTTI_BSSequence__PositionTrack = (void *)0x0524DB60; +const void * RTTI_BSSequence__PositionTrack__TrackState = (void *)0x051EF980; +const void * RTTI_BSSequence__ProjectedDecalAlphaTrack = (void *)0x0524DA48; +const void * RTTI_BSSequence__ProjectedDecalSpawnEvent = (void *)0x0524DA88; +const void * RTTI_BSSequence__ProjectedDecalTrack = (void *)0x051EF9C0; +const void * RTTI_BSSequence__PropertyControllerBase = (void *)0x05415390; +const void * RTTI_BSSequence__PropertyControllerEvent = (void *)0x05415350; +const void * RTTI_BSSequence__PropertyLerpControllerEvent = (void *)0x05414B40; +const void * RTTI_BSSequence__ReferenceSpawnEvent = (void *)0x0524D5B8; +const void * RTTI_BSSequence__RevertMaterialOverrideEvent = (void *)0x0524D0E0; +const void * RTTI_BSSequence__RotationTrack = (void *)0x0524DC18; +const void * RTTI_BSSequence__RotationTrack__TrackState = (void *)0x051EF9F8; +const void * RTTI_BSSequence__ScaleTrack = (void *)0x0524DBE8; +const void * RTTI_BSSequence__SceneNodeTrack = (void *)0x051EFA38; +const void * RTTI_BSSequence__ScriptTrack = (void *)0x0524D7B8; +const void * RTTI_BSSequence__SetPropertyEvent = (void *)0x054153C8; +const void * RTTI_BSSequence__SoundEvent = (void *)0x0524CEE0; +const void * RTTI_BSSequence__SoundTrack = (void *)0x0524D828; +const void * RTTI_BSSequence__SubSequenceTrack = (void *)0x0524DC48; +const void * RTTI_BSSequence__Track = (void *)0x051EF188; +const void * RTTI_BSSequence__TrackGroup = (void *)0x051EF220; +const void * RTTI_BSSequence__TriggerMaterialSwap = (void *)0x0524D358; +const void * RTTI_BSSequence__VectorCurveEvent = (void *)0x05414E28; +const void * RTTI_BSSequence__VectorLerpEvent = (void *)0x05414E98; +const void * RTTI_BSSequence__VectorNoiseEvent = (void *)0x05414E60; +const void * RTTI_BSSequence__VectorTriggerEvent = (void *)0x05414D30; +const void * RTTI_BSSequence__VisibilityTrack = (void *)0x0524DAC8; +const void * RTTI_BSService__JobSite = (void *)0x051526C0; +const void * RTTI_BSShadowLight = (void *)0x054181B8; +const void * RTTI_BSShapeConstructor = (void *)0x05293E60; +const void * RTTI_BSSimpleScaleController = (void *)0x0535BDB0; +const void * RTTI_BSSkin__BoneData = (void *)0x05497870; +const void * RTTI_BSSkin__Instance = (void *)0x05497898; +const void * RTTI_BSSpatialGraph = (void *)0x05223F00; +const void * RTTI_BSSpatialGraphInfo = (void *)0x054453C8; +const void * RTTI_BSSpatialGraphManager = (void *)0x05225158; +const void * RTTI_BSSpatialGraphSearch = (void *)0x05226308; +const void * RTTI_BSSplatterExtraData = (void *)0x0521C078; +const void * RTTI_BSSteamSysInfoSystemUtility = (void *)0x0549D5F8; +const void * RTTI_BSStorage = (void *)0x051F6810; +const void * RTTI_BSStream = (void *)0x052787D8; +const void * RTTI_BSStreamParserData = (void *)0x0542D968; +const void * RTTI_BSStreaming__DataStorage = (void *)0x05457640; +const void * RTTI_BSSubBehaviorGraphSingletonData = (void *)0x053FDE00; +const void * RTTI_BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask = (void *)0x053FEB70; +const void * RTTI_BSSubSceneNode = (void *)0x05418190; +const void * RTTI_BSSysInfoSystemUtility = (void *)0x051C1808; +const void * RTTI_BSSystemFileAsyncFunctor = (void *)0x0544BB38; +const void * RTTI_BSSystemFileStorage = (void *)0x05457610; +const void * RTTI_BSSystemFileStreamer__HeapData = (void *)0x05455F70; +const void * RTTI_BSSystemFileStreamer__PhysicalRequest = (void *)0x05456048; +const void * RTTI_BSSystemFileStreamer__PinnedData = (void *)0x05456088; +const void * RTTI_BSSystemFileStreamer__Streamer = (void *)0x05455E20; +const void * RTTI_BSSystemFileStreamer__Streamer__ControlThread = (void *)0x05455FB0; +const void * RTTI_BSSystemFileStreamer__Streamer__StreamerThread = (void *)0x05456000; +const void * RTTI_BSSystemUtilitiesStrings = (void *)0x051C14C8; +const void * RTTI_BSSystemUtility = (void *)0x051300D8; +const void * RTTI_BSTArrayBase__IAllocatorFunctor = (void *)0x0512E480; +const void * RTTI_BSTSmartPointerPrivate__HandleManagerBase = (void *)0x051A3590; +const void * RTTI_BSTableCurve = (void *)0x0549DB70; +const void * RTTI_BSTaskJobber = (void *)0x05419040; +const void * RTTI_BSTaskJobber__Task = (void *)0x0528A568; +const void * RTTI_BSTaskThread = (void *)0x052089F8; +const void * RTTI_BSTaskletGroupData = (void *)0x05457670; +const void * RTTI_BSTaskletManager = (void *)0x051B3C18; +const void * RTTI_BSTempEffect = (void *)0x052899C0; +const void * RTTI_BSTempEffectDebris = (void *)0x052899E8; +const void * RTTI_BSTempEffectGeometryDecal = (void *)0x05289A18; +const void * RTTI_BSTempEffectParticle = (void *)0x05289A80; +const void * RTTI_BSTempEffectSPG = (void *)0x05289AE8; +const void * RTTI_BSTempEffectScreenSpaceDecal = (void *)0x05289AB0; +const void * RTTI_BSTempEffectWeaponBlood = (void *)0x05289B10; +const void * RTTI_BSTerrainEffect = (void *)0x05289C80; +const void * RTTI_BSTextureStreamer__ArchiveLayer = (void *)0x05417598; +const void * RTTI_BSTextureStreamer__LoadQueueService = (void *)0x05417140; +const void * RTTI_BSTextureStreamer__Manager = (void *)0x054177A8; +const void * RTTI_BSTextureStreamer__ManagerBase = (void *)0x05417560; +const void * RTTI_BSTextureStreamer__ManagerServiceFramework = (void *)0x05417100; +const void * RTTI_BSTextureStreamer__TextureArchiveIDConverter = (void *)0x051B8370; +const void * RTTI_BSTextureStreamer__TextureLoad = (void *)0x0541B528; +const void * RTTI_BSTextureStreamer__TextureStreamerRequestBase = (void *)0x0541B560; +const void * RTTI_BSThread = (void *)0x051B36B0; +const void * RTTI_BSTransformExtra = (void *)0x05275D58; +const void * RTTI_BSTreadTransfInterpolator = (void *)0x05496BC0; +const void * RTTI_BSUIExternalTexture = (void *)0x0542E930; +const void * RTTI_BSVMLoadNode = (void *)0x0520FB28; +const void * RTTI_BSVMPostProcessNode = (void *)0x0520FB50; +const void * RTTI_BSValueNode = (void *)0x054181E0; +const void * RTTI_BSWArray = (void *)0x0541B7D8; +const void * RTTI_BSWeakReferenceNode = (void *)0x05411E70; +const void * RTTI_BSWin32ExceptionHandler = (void *)0x051A5588; +const void * RTTI_BSWinPCAwardsSystemUtility = (void *)0x0549D840; +const void * RTTI_BSWinPCGameDataSystemUtility = (void *)0x0549D6F8; +const void * RTTI_BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled = (void *)0x0549D6A0; +const void * RTTI_BSWinPCSaveDataSystemUtility = (void *)0x0549D660; +const void * RTTI_BSWinPCSystemUtility = (void *)0x0549D630; +const void * RTTI_BSXFlags = (void *)0x05416788; +const void * RTTI_BShkbHkxDB__QueuedHandles = (void *)0x052727F8; +const void * RTTI_BShkbUtils__GraphInspectionFunctor = (void *)0x053EE640; +const void * RTTI_BackgroundProcessNode = (void *)0x05208B58; +const void * RTTI_BackgroundProcessThread = (void *)0x05208990; +const void * RTTI_BanishEffect = (void *)0x053324D8; +const void * RTTI_BarrierProjectile = (void *)0x0537A688; +const void * RTTI_BarterMenu = (void *)0x052F6578; +const void * RTTI_BarterMenu_BuyItem = (void *)0x052F64E0; +const void * RTTI_BarterMenu_CloseMenu = (void *)0x052F63E8; +const void * RTTI_BarterMenu_HideModel = (void *)0x052F6448; +const void * RTTI_BarterMenu_LoadModel = (void *)0x052F6418; +const void * RTTI_BarterMenu_SellItem = (void *)0x052F6510; +const void * RTTI_BarterMenu_SetMouseOverModel = (void *)0x052F6540; +const void * RTTI_BarterMenu_ShowFailureMessage = (void *)0x052F6478; +const void * RTTI_BarterMenu_ViewedItem = (void *)0x052F64B0; +const void * RTTI_BarterMenu__BarterMenuEventShuttle = (void *)0x052F69D8; +const void * RTTI_BaseFormComponent = (void *)0x05130480; +const void * RTTI_BaseLightAnimData = (void *)0x051F7448; +const void * RTTI_BeamProjectile = (void *)0x0537A980; +const void * RTTI_BedEnterHandler = (void *)0x053778C0; +const void * RTTI_BedFurnitureExitHandler = (void *)0x053777D0; +const void * RTTI_BleedoutCameraState = (void *)0x053B1420; +const void * RTTI_BlendNode = (void *)0x053FC7A8; +const void * RTTI_BlendNodeInstance = (void *)0x053FC780; +const void * RTTI_BlendTree = (void *)0x053EE698; +const void * RTTI_BlendTreeInstance = (void *)0x053FB9F8; +const void * RTTI_Blueprints__Blueprint = (void *)0x051F6F58; +const void * RTTI_Blueprints__BlueprintMainStatusHandler = (void *)0x051F6E30; +const void * RTTI_Blueprints__BlueprintVariant = (void *)0x05119A68; +const void * RTTI_BodyCollisionsTask = (void *)0x05115A60; +const void * RTTI_BodyEffects__Effect = (void *)0x051E3238; +const void * RTTI_BodyEffects__ResourceVisualizationEffect = (void *)0x051E31D0; +const void * RTTI_BodyEffects__ScanlinesEffect = (void *)0x051E3268; +const void * RTTI_BoneConstraint = (void *)0x053FC1B0; +const void * RTTI_BoneConstraintInstance = (void *)0x053FC1D8; +const void * RTTI_BoneModifierData = (void *)0x051EBE60; +const void * RTTI_BoneModifierExtra = (void *)0x05248D50; +const void * RTTI_BoneModifierInstance = (void *)0x051EBE30; +const void * RTTI_BookMenu = (void *)0x053B1AD8; +const void * RTTI_BookMenu__BookData = (void *)0x053B1A28; +const void * RTTI_BookMenu__BookMenuUIDataEventShuttle = (void *)0x053B1AF8; +const void * RTTI_BoundaryMenu = (void *)0x052B7378; +const void * RTTI_BoundaryMenu_FastTravel = (void *)0x052B7410; +const void * RTTI_BoundaryMenu_ShowMap = (void *)0x052B73E0; +const void * RTTI_BowZoomStartHandler = (void *)0x05377770; +const void * RTTI_BowZoomStopHandler = (void *)0x053777A0; +const void * RTTI_ButtonEvent = (void *)0x053FF5B8; +const void * RTTI_CCallbackBase = (void *)0x0549D730; +const void * RTTI_CPUCaptureHandler = (void *)0x053B9FA8; +const void * RTTI_CalcContainerWeight = (void *)0x05266380; +const void * RTTI_CalmEffect = (void *)0x053324B0; +const void * RTTI_CameraOverrideStartHandler = (void *)0x05378A48; +const void * RTTI_CameraOverrideStopHandler = (void *)0x05378A80; +const void * RTTI_CameraShakeHandler = (void *)0x05377210; +const void * RTTI_CameraZoomHandler = (void *)0x053B9CD8; +const void * RTTI_Camera__DebugFollowCamera = (void *)0x052B39A8; +const void * RTTI_Camera__DebugFreeCamera = (void *)0x052B39D8; +const void * RTTI_Camera__DebugModule = (void *)0x052B3A38; +const void * RTTI_Camera__DebugOrbitalCamera = (void *)0x052B3A08; +const void * RTTI_Camera__DebugTargetCamera = (void *)0x052B3948; +const void * RTTI_Camera__IBaseModule = (void *)0x052B38C0; +const void * RTTI_Camera__IDebugCamera = (void *)0x052B3978; +const void * RTTI_Camera__InteriorModule = (void *)0x052B3A68; +const void * RTTI_Camera__Manager = (void *)0x052B3920; +const void * RTTI_Camera__PlayerModule = (void *)0x052B3890; +const void * RTTI_Camera__SpaceModule = (void *)0x052B38F0; +const void * RTTI_CapacityValueModifierEffect = (void *)0x05330C48; +const void * RTTI_CellHandleManager = (void *)0x051EBB68; +const void * RTTI_CellHfCollision = (void *)0x051FACA0; +const void * RTTI_ChainExplosion = (void *)0x0533CA68; +const void * RTTI_ChairEnterHandler = (void *)0x053789B8; +const void * RTTI_ChairFurnitureExitHandler = (void *)0x05377918; +const void * RTTI_ChangeAnimArchetypeHandler = (void *)0x053783C8; +const void * RTTI_CharGen_BrowChange = (void *)0x05312C88; +const void * RTTI_CharGen_BrowColorChange = (void *)0x05312B90; +const void * RTTI_CharGen_CancelTextEntry = (void *)0x05312EF0; +const void * RTTI_CharGen_CloseMenu = (void *)0x05313DB0; +const void * RTTI_CharGen_CyclePronoun = (void *)0x05312B30; +const void * RTTI_CharGen_DirtScarsEtcChange = (void *)0x05312D70; +const void * RTTI_CharGen_EndBodyChange = (void *)0x05313C58; +const void * RTTI_CharGen_EndTextEntry = (void *)0x05312F20; +const void * RTTI_CharGen_EyeColorChange = (void *)0x05312CB8; +const void * RTTI_CharGen_FacialHairChange = (void *)0x05312BF8; +const void * RTTI_CharGen_FacialHairColorChange = (void *)0x05312BC0; +const void * RTTI_CharGen_HairChange = (void *)0x05312C58; +const void * RTTI_CharGen_HairColorChange = (void *)0x05312C28; +const void * RTTI_CharGen_HeadpartPlusSelectorChange = (void *)0x05312DD8; +const void * RTTI_CharGen_HeadpartPresetChange = (void *)0x05313D48; +const void * RTTI_CharGen_JewelryChange = (void *)0x05313CF0; +const void * RTTI_CharGen_JewelryColorChange = (void *)0x05313CB8; +const void * RTTI_CharGen_MakeupChange = (void *)0x05313B08; +const void * RTTI_CharGen_MarkingsChange = (void *)0x05313AD8; +const void * RTTI_CharGen_PostBlendColorOptionChange = (void *)0x05313B70; +const void * RTTI_CharGen_PostBlendFaceChange = (void *)0x05313BB0; +const void * RTTI_CharGen_PostBlendIntensityChange = (void *)0x05313B38; +const void * RTTI_CharGen_PresetChange = (void *)0x05313D80; +const void * RTTI_CharGen_RollOffLocomotion = (void *)0x053129D8; +const void * RTTI_CharGen_RollOnLocomotion = (void *)0x05312A08; +const void * RTTI_CharGen_RotatePaperdoll = (void *)0x05312A38; +const void * RTTI_CharGen_SetAdditionalSlider = (void *)0x05313C20; +const void * RTTI_CharGen_SetBackground = (void *)0x05312CE8; +const void * RTTI_CharGen_SetBlockInputUnderPopup = (void *)0x05313BE8; +const void * RTTI_CharGen_SetBodyValues = (void *)0x05312E48; +const void * RTTI_CharGen_SetCameraPosition = (void *)0x05312E18; +const void * RTTI_CharGen_SetPronoun = (void *)0x05312B00; +const void * RTTI_CharGen_SetSex = (void *)0x05313D20; +const void * RTTI_CharGen_SetSlider = (void *)0x05312F80; +const void * RTTI_CharGen_SetTrait = (void *)0x05312D18; +const void * RTTI_CharGen_ShowChooseBackgroundMessage = (void *)0x05312E78; +const void * RTTI_CharGen_ShowPlayerRenameMessage = (void *)0x05312EB8; +const void * RTTI_CharGen_SkintoneChange = (void *)0x05312DA8; +const void * RTTI_CharGen_StartBodyChange = (void *)0x05313C88; +const void * RTTI_CharGen_StartTextEntry = (void *)0x05312F50; +const void * RTTI_CharGen_SwitchBodyType = (void *)0x05312A68; +const void * RTTI_CharGen_SwitchLocomotion = (void *)0x05312A98; +const void * RTTI_CharGen_TeethChange = (void *)0x05312B60; +const void * RTTI_CharGen_TeethRollOff = (void *)0x05312978; +const void * RTTI_CharGen_TeethRollOn = (void *)0x053129A8; +const void * RTTI_CharGen_ToggleMarking = (void *)0x05312D40; +const void * RTTI_CharGen_TogglePreviewHabSuit = (void *)0x05312AC8; +const void * RTTI_CharacterCollisionHandler = (void *)0x05361108; +const void * RTTI_CharacterCollisionMessagePlayerAdapter = (void *)0x0534AC38; +const void * RTTI_CharacterEvent = (void *)0x053FF3A8; +const void * RTTI_ChargenMenu = (void *)0x05313778; +const void * RTTI_ChargenMenu__ChargenMenuEventShuttle = (void *)0x05312858; +const void * RTTI_CheckGoalReachedFunctor = (void *)0x05443D38; +const void * RTTI_CheckLineOfSightFilterMisc = (void *)0x05332348; +const void * RTTI_CheckParameterReachedFunctor = (void *)0x05443D98; +const void * RTTI_CheckStoppedMovingFunctor = (void *)0x05443D08; +const void * RTTI_ClientBIMetrics__CombatHitMetricsI = (void *)0x05333A08; +const void * RTTI_ClientBIMetrics__HeartBeat__EventSink = (void *)0x051E24B0; +const void * RTTI_ClientBIMetrics__Performance__EventSink = (void *)0x051E2C20; +const void * RTTI_ClientBIMetrics__ShipCombatHitMetricsBPSImp = (void *)0x053339C0; +const void * RTTI_ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost = (void *)0x051E3090; +const void * RTTI_CloakEffect = (void *)0x05330D00; +const void * RTTI_ClonePoseNode = (void *)0x053FB5A8; +const void * RTTI_ClonePoseNodeInstance = (void *)0x053FB578; +const void * RTTI_CloudSaveWriter = (void *)0x05337468; +const void * RTTI_CombatAcquireSearchDebugData = (void *)0x05382FA8; +const void * RTTI_CombatAimController = (void *)0x0537CEF8; +const void * RTTI_CombatAlignRollPathController = (void *)0x052A9D88; +const void * RTTI_CombatAnimatedPath = (void *)0x053A9F78; +const void * RTTI_CombatApproachTargetPathController = (void *)0x052A9F58; +const void * RTTI_CombatAreaHoldPosition = (void *)0x0537D000; +const void * RTTI_CombatAreaReference = (void *)0x0537D060; +const void * RTTI_CombatAreaShape = (void *)0x052AB1D8; +const void * RTTI_CombatAreaStandard = (void *)0x0537D030; +const void * RTTI_CombatBarrelRollPathController = (void *)0x052A9BF8; +const void * RTTI_CombatBehaviorAttackFromCover = (void *)0x053A9938; +const void * RTTI_CombatBehaviorBlindFireFromCover = (void *)0x053A9A98; +const void * RTTI_CombatBehaviorContextCover = (void *)0x053A9C28; +const void * RTTI_CombatBehaviorContextGrenade = (void *)0x052A2360; +const void * RTTI_CombatBehaviorMoveInCover = (void *)0x051A4A30; +const void * RTTI_CombatBehaviorProvideSuppressiveFire = (void *)0x0539EBC0; +const void * RTTI_CombatBehaviorResource = (void *)0x05382F08; +const void * RTTI_CombatBehaviorShipAcquire = (void *)0x052AA268; +const void * RTTI_CombatBehaviorShipAttackManeuver = (void *)0x052AA400; +const void * RTTI_CombatBehaviorShipBarrelRoll = (void *)0x052AA230; +const void * RTTI_CombatBehaviorShipBoost = (void *)0x052AA308; +const void * RTTI_CombatBehaviorShipBreak = (void *)0x052AA200; +const void * RTTI_CombatBehaviorShipBreakStalemate = (void *)0x052AA4A0; +const void * RTTI_CombatBehaviorShipCut = (void *)0x052AA198; +const void * RTTI_CombatBehaviorShipDirectAttack = (void *)0x052AA548; +const void * RTTI_CombatBehaviorShipDisengage = (void *)0x052AA650; +const void * RTTI_CombatBehaviorShipLeadTurn = (void *)0x052AA398; +const void * RTTI_CombatBehaviorShipLurk = (void *)0x052AA438; +const void * RTTI_CombatBehaviorShipOrbitCombatArea = (void *)0x052AA5B0; +const void * RTTI_CombatBehaviorShipOrbitTarget = (void *)0x052AA5E8; +const void * RTTI_CombatBehaviorShipPass = (void *)0x052AA3D0; +const void * RTTI_CombatBehaviorShipPathDestinationRef = (void *)0x052AA018; +const void * RTTI_CombatBehaviorShipPursue = (void *)0x052AA4D8; +const void * RTTI_CombatBehaviorShipScissors = (void *)0x052AA1C8; +const void * RTTI_CombatBehaviorShipSliceback = (void *)0x052AA2D0; +const void * RTTI_CombatBehaviorShipSlideDodge = (void *)0x052AA468; +const void * RTTI_CombatBehaviorShipSlideTurn = (void *)0x052AA360; +const void * RTTI_CombatBehaviorShipStationaryTracking = (void *)0x052AA508; +const void * RTTI_CombatBehaviorShipStrafe = (void *)0x052AA620; +const void * RTTI_CombatBehaviorShipStrafeTurn = (void *)0x052AA298; +const void * RTTI_CombatBehaviorShipTargetingModeAutopilot = (void *)0x05298F88; +const void * RTTI_CombatBehaviorShipTurn = (void *)0x052AA580; +const void * RTTI_CombatBehaviorTree = (void *)0x051A4A98; +const void * RTTI_CombatBehaviorTreeAcquireObject = (void *)0x051A48E8; +const void * RTTI_CombatBehaviorTreeAction = (void *)0x051A49C0; +const void * RTTI_CombatBehaviorTreeActionEquipmentSelector = (void *)0x051A44E0; +const void * RTTI_CombatBehaviorTreeAvoidThreat = (void *)0x051A4D88; +const void * RTTI_CombatBehaviorTreeBlock = (void *)0x051A4AC8; +const void * RTTI_CombatBehaviorTreeBow = (void *)0x051A46C0; +const void * RTTI_CombatBehaviorTreeChargingCloseMovement = (void *)0x051A48A8; +const void * RTTI_CombatBehaviorTreeChargingMovement = (void *)0x051A49F0; +const void * RTTI_CombatBehaviorTreeCheckUnreachableTarget = (void *)0x051A4DC0; +const void * RTTI_CombatBehaviorTreeCloseMovement = (void *)0x051A4798; +const void * RTTI_CombatBehaviorTreeCombat = (void *)0x051A4B70; +const void * RTTI_CombatBehaviorTreeCreateContextNodeBase = (void *)0x05297058; +const void * RTTI_CombatBehaviorTreeFindAttackLocation = (void *)0x051A46F0; +const void * RTTI_CombatBehaviorTreeFindValidLocation = (void *)0x051A4D48; +const void * RTTI_CombatBehaviorTreeFlankingMovement = (void *)0x051A4680; +const void * RTTI_CombatBehaviorTreeFlee = (void *)0x051A47D0; +const void * RTTI_CombatBehaviorTreeFlight = (void *)0x051A4C10; +const void * RTTI_CombatBehaviorTreeGrenade = (void *)0x051A4D18; +const void * RTTI_CombatBehaviorTreeGun = (void *)0x051A4730; +const void * RTTI_CombatBehaviorTreeHide = (void *)0x051A4920; +const void * RTTI_CombatBehaviorTreeLinkNode = (void *)0x05382F70; +const void * RTTI_CombatBehaviorTreeLowCombat = (void *)0x051A4648; +const void * RTTI_CombatBehaviorTreeMagic = (void *)0x051A4838; +const void * RTTI_CombatBehaviorTreeMelee = (void *)0x051A4C78; +const void * RTTI_CombatBehaviorTreeMovement = (void *)0x051A4CE0; +const void * RTTI_CombatBehaviorTreeMovementRequest = (void *)0x051A4760; +const void * RTTI_CombatBehaviorTreeNode = (void *)0x05297028; +const void * RTTI_CombatBehaviorTreePlayerShipCombat = (void *)0x051A4AF8; +const void * RTTI_CombatBehaviorTreeRangedMovement = (void *)0x051A4950; +const void * RTTI_CombatBehaviorTreeRetreatClose = (void *)0x051A4A60; +const void * RTTI_CombatBehaviorTreeRetreatRanged = (void *)0x051A4800; +const void * RTTI_CombatBehaviorTreeReturnToCombatArea = (void *)0x051A45D0; +const void * RTTI_CombatBehaviorTreeRootNode = (void *)0x05382F38; +const void * RTTI_CombatBehaviorTreeSearch = (void *)0x051A45A0; +const void * RTTI_CombatBehaviorTreeShipAction = (void *)0x051A4988; +const void * RTTI_CombatBehaviorTreeShipActionEquipmentSelector = (void *)0x051A4520; +const void * RTTI_CombatBehaviorTreeShipCombat = (void *)0x051A4B38; +const void * RTTI_CombatBehaviorTreeShipDetection = (void *)0x051A4BA0; +const void * RTTI_CombatBehaviorTreeShipFlee = (void *)0x051A4C40; +const void * RTTI_CombatBehaviorTreeShipManeuvers = (void *)0x051A44A8; +const void * RTTI_CombatBehaviorTreeShipMovement = (void *)0x051A4CA8; +const void * RTTI_CombatBehaviorTreeShipPowerAllocation = (void *)0x051A4868; +const void * RTTI_CombatBehaviorTreeSpaceshipWeapon = (void *)0x051A4BD8; +const void * RTTI_CombatBehaviorTreeTargetingMode = (void *)0x051A4E00; +const void * RTTI_CombatBehaviorTreeThrow = (void *)0x051A4E38; +const void * RTTI_CombatBehaviorTreeUseCover = (void *)0x051A4610; +const void * RTTI_CombatBehaviorTreeUsePotion = (void *)0x051A4568; +const void * RTTI_CombatBehaviorTreeWrapperNode = (void *)0x0529AAB8; +const void * RTTI_CombatBehaviorWaitBehindCover = (void *)0x053A9BB8; +const void * RTTI_CombatBlackboardMemberBase = (void *)0x05156A70; +const void * RTTI_CombatChangePositionPathController = (void *)0x053A76C0; +const void * RTTI_CombatChargingSearchData = (void *)0x052A1550; +const void * RTTI_CombatCluster = (void *)0x0537D420; +const void * RTTI_CombatCoverLocation = (void *)0x0537D1A0; +const void * RTTI_CombatCoverSearch = (void *)0x0537D360; +const void * RTTI_CombatCoverSearchDebugData = (void *)0x0537D168; +const void * RTTI_CombatCoverSearchResult = (void *)0x0537D1D0; +const void * RTTI_CombatCoveredPath = (void *)0x05299120; +const void * RTTI_CombatCoveredPathDebugData = (void *)0x052AD578; +const void * RTTI_CombatDialogueDebugData = (void *)0x0537D3B8; +const void * RTTI_CombatDisableActionController = (void *)0x0539D048; +const void * RTTI_CombatDisableAimController = (void *)0x0537CF90; +const void * RTTI_CombatDisableCollisionController = (void *)0x0539D080; +const void * RTTI_CombatEncounterBIEvents__CombatEnounterMetricsManager = (void *)0x05333BB0; +const void * RTTI_CombatEncounterMetrics = (void *)0x05333DB0; +const void * RTTI_CombatEnterCoverPathController = (void *)0x0537D2D8; +const void * RTTI_CombatFlankingSearchData = (void *)0x05390458; +const void * RTTI_CombatFleeAimController = (void *)0x05396450; +const void * RTTI_CombatFollowTargetPathController = (void *)0x053B1250; +const void * RTTI_CombatGroupDetectionListener = (void *)0x0537D3E8; +const void * RTTI_CombatInceptionDebugData = (void *)0x0537D388; +const void * RTTI_CombatInterface = (void *)0x05299E68; +const void * RTTI_CombatInventoryItem = (void *)0x0537D670; +const void * RTTI_CombatInventoryItemComposite = (void *)0x0537D638; +const void * RTTI_CombatInventoryItemGrenade = (void *)0x0537D6D0; +const void * RTTI_CombatInventoryItemMagic = (void *)0x0537D768; +const void * RTTI_CombatInventoryItemMelee = (void *)0x0537D608; +const void * RTTI_CombatInventoryItemOneHandedBlock = (void *)0x0537D7C8; +const void * RTTI_CombatInventoryItemPotion = (void *)0x0537FB80; +const void * RTTI_CombatInventoryItemRanged = (void *)0x0537D738; +const void * RTTI_CombatInventoryItemScroll = (void *)0x0537FB50; +const void * RTTI_CombatInventoryItemShield = (void *)0x0537D6A0; +const void * RTTI_CombatInventoryItemStaff = (void *)0x0537FBB0; +const void * RTTI_CombatInventoryItemThrown = (void *)0x0537D708; +const void * RTTI_CombatInventoryItemTorch = (void *)0x0537D798; +const void * RTTI_CombatMagicCaster = (void *)0x0537FE48; +const void * RTTI_CombatMagicCasterArmor = (void *)0x0537FA90; +const void * RTTI_CombatMagicCasterBoundItem = (void *)0x0537FD70; +const void * RTTI_CombatMagicCasterChameleon = (void *)0x0537FDA8; +const void * RTTI_CombatMagicCasterCloak = (void *)0x0537FCB0; +const void * RTTI_CombatMagicCasterDash = (void *)0x0537FAC0; +const void * RTTI_CombatMagicCasterDisarm = (void *)0x0537FCE0; +const void * RTTI_CombatMagicCasterInvisibility = (void *)0x0537FDE0; +const void * RTTI_CombatMagicCasterLight = (void *)0x0537FE18; +const void * RTTI_CombatMagicCasterOffensive = (void *)0x0537FC40; +const void * RTTI_CombatMagicCasterParalyze = (void *)0x0537F9F0; +const void * RTTI_CombatMagicCasterReanimate = (void *)0x0537FA20; +const void * RTTI_CombatMagicCasterRestore = (void *)0x0537FBE0; +const void * RTTI_CombatMagicCasterScript = (void *)0x0537FAF0; +const void * RTTI_CombatMagicCasterStagger = (void *)0x0537FD10; +const void * RTTI_CombatMagicCasterSummon = (void *)0x0537FD40; +const void * RTTI_CombatMagicCasterTargetEffect = (void *)0x0537FA58; +const void * RTTI_CombatMagicCasterWard = (void *)0x0537FC10; +const void * RTTI_CombatMagicItemData = (void *)0x0537FB20; +const void * RTTI_CombatMagicItemSkillChecker = (void *)0x0537FC78; +const void * RTTI_CombatMaintainDistancePathController = (void *)0x05299060; +const void * RTTI_CombatMantlePathController = (void *)0x0537D2A0; +const void * RTTI_CombatMatchTargetAimController = (void *)0x0537CF58; +const void * RTTI_CombatMeleeAimController = (void *)0x0537CE60; +const void * RTTI_CombatMeleeAttackController = (void *)0x05397DA8; +const void * RTTI_CombatMeleeDebugData = (void *)0x05398350; +const void * RTTI_CombatMovementRequestActivateTarget = (void *)0x052A1D58; +const void * RTTI_CombatMovementRequestFollowActor = (void *)0x052A1DC8; +const void * RTTI_CombatNavmeshCoverLocation = (void *)0x0537D268; +const void * RTTI_CombatNavmeshPathingDebugData = (void *)0x052AD7B0; +const void * RTTI_CombatPath = (void *)0x05299E40; +const void * RTTI_CombatPathBuilder = (void *)0x05299608; +const void * RTTI_CombatPathBuilderCovered = (void *)0x052AD548; +const void * RTTI_CombatPathBuilderNavmesh = (void *)0x05299C78; +const void * RTTI_CombatPathBuilderNavmeshOpen = (void *)0x0529DE20; +const void * RTTI_CombatPathBuilderNavmeshStandard = (void *)0x05299BD8; +const void * RTTI_CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter = (void *)0x052AD7F0; +const void * RTTI_CombatPathBuilderPolicyStandard = (void *)0x05298D70; +const void * RTTI_CombatPathBuilderSpace = (void *)0x052995D8; +const void * RTTI_CombatPathBuilderSpaceOpen = (void *)0x0529D168; +const void * RTTI_CombatPathBuilderSpaceStandard = (void *)0x05299480; +const void * RTTI_CombatPathBuilderSpatialGraph = (void *)0x05299230; +const void * RTTI_CombatPathBuilderSpatialGraphOpen = (void *)0x0529CFD0; +const void * RTTI_CombatPathBuilderSpatialGraphStandard = (void *)0x05299268; +const void * RTTI_CombatPathBuilderTrackInfo = (void *)0x0529AB20; +const void * RTTI_CombatPathBuilderTracker = (void *)0x0529AAF0; +const void * RTTI_CombatPathDestinationAcquire = (void *)0x052A9F20; +const void * RTTI_CombatPathDestinationActor = (void *)0x052A1580; +const void * RTTI_CombatPathDestinationBarrelRoll = (void *)0x052A9BC0; +const void * RTTI_CombatPathDestinationBreak = (void *)0x052AA0D0; +const void * RTTI_CombatPathDestinationDirectlyToTarget = (void *)0x05298FC8; +const void * RTTI_CombatPathDestinationDisengage = (void *)0x052A9D50; +const void * RTTI_CombatPathDestinationEvade = (void *)0x052A9AA8; +const void * RTTI_CombatPathDestinationFlee = (void *)0x052A6328; +const void * RTTI_CombatPathDestinationFollowActor = (void *)0x053A9FA8; +const void * RTTI_CombatPathDestinationLeadTurn = (void *)0x052A9A70; +const void * RTTI_CombatPathDestinationOrbitRef = (void *)0x052A8A78; +const void * RTTI_CombatPathDestinationPursue = (void *)0x052A8AB0; +const void * RTTI_CombatPathDestinationRef = (void *)0x0529A108; +const void * RTTI_CombatPathDestinationRefs = (void *)0x053B0ED8; +const void * RTTI_CombatPathDestinationRemainNear = (void *)0x052A8B60; +const void * RTTI_CombatPathDestinationSlideDodge = (void *)0x052A9E30; +const void * RTTI_CombatPathDestinationSlideTurn = (void *)0x052A99C0; +const void * RTTI_CombatPathDestinationStrafe = (void *)0x052A8A40; +const void * RTTI_CombatPathDestinationStrafeTurn = (void *)0x052A9CA0; +const void * RTTI_CombatPathingDebugData = (void *)0x052AD780; +const void * RTTI_CombatPathingDelayedTweener = (void *)0x053B1288; +const void * RTTI_CombatPathingRequest = (void *)0x0529A168; +const void * RTTI_CombatPathingRequestAdapter = (void *)0x053ABF18; +const void * RTTI_CombatPathingRequestCovered = (void *)0x052AD660; +const void * RTTI_CombatPathingRequestDebugData = (void *)0x053ABF50; +const void * RTTI_CombatPathingRequestMultiGoal = (void *)0x053ABF88; +const void * RTTI_CombatPathingRequestStandard = (void *)0x0529A1C8; +const void * RTTI_CombatPathingSearch = (void *)0x05299C48; +const void * RTTI_CombatPathingSearchArea = (void *)0x052AD4C0; +const void * RTTI_CombatPathingTweener = (void *)0x053B1220; +const void * RTTI_CombatPositionReservation = (void *)0x052AD870; +const void * RTTI_CombatPositionTracker = (void *)0x052AD840; +const void * RTTI_CombatProjectileAimController = (void *)0x0537CFC8; +const void * RTTI_CombatProjectileDebugData = (void *)0x0537CF28; +const void * RTTI_CombatQueuedEvent = (void *)0x05359920; +const void * RTTI_CombatRangedMovementPathSpeedController = (void *)0x052A56E0; +const void * RTTI_CombatReservation = (void *)0x052AA338; +const void * RTTI_CombatSearchLockData = (void *)0x053A6328; +const void * RTTI_CombatSearchMap2D = (void *)0x0529BBF0; +const void * RTTI_CombatSearchMap3D = (void *)0x0529BAB8; +const void * RTTI_CombatShipGenericPathController = (void *)0x052AA108; +const void * RTTI_CombatShipPursueTargetPathController = (void *)0x052A9E68; +const void * RTTI_CombatSoftCoverLocation = (void *)0x0537D238; +const void * RTTI_CombatSpatialGraphPathingDebugData = (void *)0x052AD8A0; +const void * RTTI_CombatStandardCoverLocation = (void *)0x0537D200; +const void * RTTI_CombatSuppressiveFireBehavior = (void *)0x052AD8E0; +const void * RTTI_CombatTargetLocation = (void *)0x053828B8; +const void * RTTI_CombatTargetLocationSearch = (void *)0x05382880; +const void * RTTI_CombatTargetLocationSearchResult = (void *)0x053828E8; +const void * RTTI_CombatTargetSelector = (void *)0x05382920; +const void * RTTI_CombatTargetSelectorFixed = (void *)0x05382950; +const void * RTTI_CombatTargetSelectorPreferred = (void *)0x05382980; +const void * RTTI_CombatTargetSelectorRandom = (void *)0x05382A68; +const void * RTTI_CombatTargetSelectorSpaceship = (void *)0x053829F0; +const void * RTTI_CombatTargetSelectorStandard = (void *)0x053829B8; +const void * RTTI_CombatTargetSelectorWorkshopObject = (void *)0x05382A28; +const void * RTTI_CombatThreat = (void *)0x05382B00; +const void * RTTI_CombatThreatExplosion = (void *)0x05382AD0; +const void * RTTI_CombatThreatLOF = (void *)0x05382B50; +const void * RTTI_CombatThreatMelee = (void *)0x05382B28; +const void * RTTI_CombatThreatProjectile = (void *)0x05382AA0; +const void * RTTI_CombatTrackTargetAimController = (void *)0x0537CE90; +const void * RTTI_CombatTunnelPathController = (void *)0x052AD948; +const void * RTTI_CombatTunnelPathingRequestData = (void *)0x052AD980; +const void * RTTI_CombatViewController = (void *)0x052ADA28; +const void * RTTI_CombatViewControllerGlance = (void *)0x052AD9F0; +const void * RTTI_CombatViewControllerPath = (void *)0x052ADA58; +const void * RTTI_CombatViewControllerStandard = (void *)0x052AD9B8; +const void * RTTI_CommandEffect = (void *)0x05330D28; +const void * RTTI_CommandSummonedEffect = (void *)0x05330D50; +const void * RTTI_CompactingStore__MoveCallback = (void *)0x053FEE00; +const void * RTTI_CompactingStore__NoopMoveCallback = (void *)0x053FEDC8; +const void * RTTI_CompressedArchiveFile = (void *)0x054566C8; +const void * RTTI_ConditionVariable = (void *)0x053FB650; +const void * RTTI_ConeProjectile = (void *)0x0529BE48; +const void * RTTI_ConnectionTypeCallback = (void *)0x0532C9D8; +const void * RTTI_Console = (void *)0x053B22D0; +const void * RTTI_ConsoleLog = (void *)0x053B2548; +const void * RTTI_ConsoleNativeUIMenu = (void *)0x053B25C8; +const void * RTTI_ContainerMenu = (void *)0x053B48A0; +const void * RTTI_ContainerMenuDataModel = (void *)0x052C0A00; +const void * RTTI_ContainerMenuDataModel__ContainerMenuEventShuttle = (void *)0x052C0A70; +const void * RTTI_ContainerMenu_CloseMenu = (void *)0x053B4838; +const void * RTTI_ContainerMenu_HideModel = (void *)0x053B47A0; +const void * RTTI_ContainerMenu_Jettison = (void *)0x053B4808; +const void * RTTI_ContainerMenu_LoadModel = (void *)0x053B4B38; +const void * RTTI_ContainerMenu_OpenRefuelMenu = (void *)0x053B47D0; +const void * RTTI_ContainerMenu_SetMouseOverModel = (void *)0x053B4868; +const void * RTTI_ContainerMenu_TakeAll = (void *)0x053B4B08; +const void * RTTI_ContainerMenu_ToggleEquip = (void *)0x053B4A38; +const void * RTTI_ContainerMenu_TransferAllResources = (void *)0x053B4A68; +const void * RTTI_ContainerMenu_TransferItem = (void *)0x053B4A00; +const void * RTTI_ControlMapDataModel = (void *)0x0542E268; +const void * RTTI_ControllerInternalState = (void *)0x05444850; +const void * RTTI_ConvertBoneToVar = (void *)0x053FC050; +const void * RTTI_ConvertBoneToVarInstance = (void *)0x053FC078; +const void * RTTI_CopyBoneWeights = (void *)0x053FCA60; +const void * RTTI_CopyBoneWeightsInstance = (void *)0x053FCA30; +const void * RTTI_CraftingInfoCardDataModel = (void *)0x052CD7A8; +const void * RTTI_CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle = (void *)0x052CD750; +const void * RTTI_CraftingMenuCommon = (void *)0x052C2B58; +const void * RTTI_CraftingMenu_CraftItem = (void *)0x052C3AE8; +const void * RTTI_CraftingMenu_ExitBench = (void *)0x052C3870; +const void * RTTI_CraftingMenu_Highlight3D = (void *)0x0532A878; +const void * RTTI_CraftingMenu_InstallMod = (void *)0x052C2A80; +const void * RTTI_CraftingMenu_RenameItem = (void *)0x052C2AE8; +const void * RTTI_CraftingMenu_RevertHighlight = (void *)0x0532A8A8; +const void * RTTI_CraftingMenu_RevertedModdedItem = (void *)0x052C2BB8; +const void * RTTI_CraftingMenu_SelectedMod = (void *)0x052C2B88; +const void * RTTI_CraftingMenu_SelectedModSlot = (void *)0x052C2A48; +const void * RTTI_CraftingMenu_SelectedModdableItem = (void *)0x052C2A10; +const void * RTTI_CraftingMenu_SelectedRecipe = (void *)0x052C3AB0; +const void * RTTI_CraftingMenu_SetInspectControls = (void *)0x052C3B18; +const void * RTTI_CraftingMenu_ToggleTracking = (void *)0x052C3B50; +const void * RTTI_CraftingMenu_ViewingModdableItem = (void *)0x052C2AB0; +const void * RTTI_CraftingRecipesDataModel = (void *)0x052CD540; +const void * RTTI_CraftingRecipesDataModel__CraftingRecipesEventShuttle = (void *)0x052CD4F0; +const void * RTTI_CraftingRequirementsDataModel = (void *)0x052C33A8; +const void * RTTI_CraftingRequirementsDataModel__CraftingRequirementsEventShuttle = (void *)0x052C3350; +const void * RTTI_CreateNavigationGridTask = (void *)0x0521CB10; +const void * RTTI_CreationRendererPrivate__AddProbeBorderRenderPass = (void *)0x0547CE40; +const void * RTTI_CreationRendererPrivate__AddScatteringOrderRenderPass = (void *)0x05489E00; +const void * RTTI_CreationRendererPrivate__AllocateSkinningBuffersRenderPass = (void *)0x05492BA0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12 = (void *)0x05477920; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator = (void *)0x0548AF10; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12 = (void *)0x0548AEA0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12 = (void *)0x05477980; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout = (void *)0x0548CD10; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12 = (void *)0x0548CD70; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution = (void *)0x054832D0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout = (void *)0x0548CB90; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12 = (void *)0x0548CBF0; +const void * RTTI_CreationRendererPrivate__ArtValidationRenderPass = (void *)0x0548E850; +const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderGraphBase = (void *)0x054896D0; +const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderPass = (void *)0x05489680; +const void * RTTI_CreationRendererPrivate__BRDFIntegrationRenderPass = (void *)0x05473B20; +const void * RTTI_CreationRendererPrivate__BakeSHBasisRenderPass = (void *)0x05473A80; +const void * RTTI_CreationRendererPrivate__BaseParticleComputeLightingRenderPass = (void *)0x054766D0; +const void * RTTI_CreationRendererPrivate__BaseParticlesRenderPass = (void *)0x0548E740; +const void * RTTI_CreationRendererPrivate__BinkMovieDrawRenderPass = (void *)0x0546FC60; +const void * RTTI_CreationRendererPrivate__BinkMovieSubgraphRenderPass = (void *)0x0546FB80; +const void * RTTI_CreationRendererPrivate__BinkUpdatePlanesRenderPass = (void *)0x0546FC10; +const void * RTTI_CreationRendererPrivate__BlendAllReflectionProbesRenderPass = (void *)0x05491330; +const void * RTTI_CreationRendererPrivate__BlendProbeRayRenderPass = (void *)0x0547CD40; +const void * RTTI_CreationRendererPrivate__BlendReflectionProbeRenderPass = (void *)0x05491440; +const void * RTTI_CreationRendererPrivate__BlendedDecalRenderPass = (void *)0x0548E950; +const void * RTTI_CreationRendererPrivate__BlendedDecal_OptionalRenderPass = (void *)0x0548E9A0; +const void * RTTI_CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass = (void *)0x0548E8F0; +const void * RTTI_CreationRendererPrivate__BlendedDecalsRenderPass = (void *)0x0548E8A0; +const void * RTTI_CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass = (void *)0x05487D40; +const void * RTTI_CreationRendererPrivate__BlurHeightfieldVerticalRenderPass = (void *)0x05487CF0; +const void * RTTI_CreationRendererPrivate__BlurSpaceGlareRenderPass = (void *)0x05482B80; +const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass = (void *)0x0548FBB0; +const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass = (void *)0x0548FB00; +const void * RTTI_CreationRendererPrivate__BlurredMipChain_idTech7RenderPass = (void *)0x0548EBF0; +const void * RTTI_CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass = (void *)0x0548E9F0; +const void * RTTI_CreationRendererPrivate__BruteForceRaymarchingRenderPass = (void *)0x05489CF0; +const void * RTTI_CreationRendererPrivate__BufferReadbackRenderPass = (void *)0x0548EC40; +const void * RTTI_CreationRendererPrivate__BuildAccelerationStructureRenderPass = (void *)0x0548EC90; +const void * RTTI_CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue = (void *)0x05479CF0; +const void * RTTI_CreationRendererPrivate__CelestialBodiesGeometryRenderPass = (void *)0x0548ECF0; +const void * RTTI_CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass = (void *)0x0548EDE0; +const void * RTTI_CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass = (void *)0x0548EE40; +const void * RTTI_CreationRendererPrivate__CelestialBodiesPrepareRenderPass = (void *)0x0548ED90; +const void * RTTI_CreationRendererPrivate__CelestialBodiesRenderPass = (void *)0x0548ED40; +const void * RTTI_CreationRendererPrivate__ChargenMorphService = (void *)0x0548C410; +const void * RTTI_CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass = (void *)0x05491C20; +const void * RTTI_CreationRendererPrivate__ClearFallbackCubemapRenderPass = (void *)0x05473AD0; +const void * RTTI_CreationRendererPrivate__ClearRenderGraphOutputRenderPass = (void *)0x05480D10; +const void * RTTI_CreationRendererPrivate__ClearShadowMapGroupRenderPass = (void *)0x05480740; +const void * RTTI_CreationRendererPrivate__ClearShadowMapsRenderPass = (void *)0x054806F0; +const void * RTTI_CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass = (void *)0x05482990; +const void * RTTI_CreationRendererPrivate__ClearThinDeferredGBufferRenderPass = (void *)0x05491CE0; +const void * RTTI_CreationRendererPrivate__CloudCardsRenderPass = (void *)0x0548EEF0; +const void * RTTI_CreationRendererPrivate__CloudLayersRenderPass = (void *)0x0548F050; +const void * RTTI_CreationRendererPrivate__CloudsHalfResCompositeRenderPass = (void *)0x0548F0A0; +const void * RTTI_CreationRendererPrivate__CloudsRenderPass = (void *)0x0548EF38; +const void * RTTI_CreationRendererPrivate__ColorGradingMergeRenderPass = (void *)0x0548BC80; +const void * RTTI_CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass = (void *)0x0547D520; +const void * RTTI_CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass = (void *)0x0547D580; +const void * RTTI_CreationRendererPrivate__CompositeMomentBasedOITRenderPass = (void *)0x0547D460; +const void * RTTI_CreationRendererPrivate__ComputeLightInfluenceRenderPass = (void *)0x05490700; +const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass = (void *)0x05489B20; +const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass = (void *)0x05489AD0; +const void * RTTI_CreationRendererPrivate__ComputeSHCoefRenderPass = (void *)0x05473A30; +const void * RTTI_CreationRendererPrivate__ComputeScatterRadianceRenderPass = (void *)0x05489EA0; +const void * RTTI_CreationRendererPrivate__ComputeScatteringOrderRenderPass = (void *)0x05489E50; +const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass = (void *)0x054828D0; +const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass = (void *)0x05482930; +const void * RTTI_CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass = (void *)0x05471200; +const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringRenderPass = (void *)0x05482820; +const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass = (void *)0x05482870; +const void * RTTI_CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass = (void *)0x054899C0; +const void * RTTI_CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass = (void *)0x05489DA0; +const void * RTTI_CreationRendererPrivate__CopyLightInfluenceRenderPass = (void *)0x054907A0; +const void * RTTI_CreationRendererPrivate__CopyRenderPass = (void *)0x05480D60; +const void * RTTI_CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass = (void *)0x0548F380; +const void * RTTI_CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass = (void *)0x0548E390; +const void * RTTI_CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass = (void *)0x05480BA0; +const void * RTTI_CreationRendererPrivate__CopyToRenderGraphOutputRenderPass = (void *)0x05480DA0; +const void * RTTI_CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass = (void *)0x05480E40; +const void * RTTI_CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass = (void *)0x0548C5B0; +const void * RTTI_CreationRendererPrivate__CopyWithShaderRenderPass = (void *)0x05480DF0; +const void * RTTI_CreationRendererPrivate__CubemapBackgroundRenderPass = (void *)0x0548F0F0; +const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationRenderPass = (void *)0x0548F620; +const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationUIRenderPass = (void *)0x0548F670; +const void * RTTI_CreationRendererPrivate__DLSSProduceInputsRenderPass = (void *)0x0548F810; +const void * RTTI_CreationRendererPrivate__DLSSUpscaleRenderPass = (void *)0x0548BD20; +const void * RTTI_CreationRendererPrivate__DeDitherRenderPass = (void *)0x0548F140; +const void * RTTI_CreationRendererPrivate__DeferredCompositeRenderPass = (void *)0x0548F190; +const void * RTTI_CreationRendererPrivate__DeferredGBufferOptionalRenderPass = (void *)0x0548F290; +const void * RTTI_CreationRendererPrivate__DeferredGBufferRenderPass = (void *)0x0548F240; +const void * RTTI_CreationRendererPrivate__DeferredGBufferTranslucentRenderPass = (void *)0x0548F1E0; +const void * RTTI_CreationRendererPrivate__DepthDownsampleRenderPass = (void *)0x0548F2E0; +const void * RTTI_CreationRendererPrivate__DepthGraphRenderPass = (void *)0x0548F330; +const void * RTTI_CreationRendererPrivate__DepthMVFixupRenderPass = (void *)0x0548C960; +const void * RTTI_CreationRendererPrivate__DepthMVFixupStandardRenderPass = (void *)0x0548CA10; +const void * RTTI_CreationRendererPrivate__DepthOfFieldBlurRenderPass = (void *)0x05494B70; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass = (void *)0x05494AC0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCRenderPass = (void *)0x05494C10; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCompositeRenderPass = (void *)0x05494C60; +const void * RTTI_CreationRendererPrivate__DepthOfFieldDownsampleRenderPass = (void *)0x05494CB0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass = (void *)0x05494B10; +const void * RTTI_CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass = (void *)0x05494D00; +const void * RTTI_CreationRendererPrivate__DepthOfFieldSubGraph = (void *)0x0548F3E0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldTAARenderPass = (void *)0x05494D50; +const void * RTTI_CreationRendererPrivate__DepthOfFieldTapBlurRenderPass = (void *)0x05494BC0; +const void * RTTI_CreationRendererPrivate__DepthPrepassRenderPass = (void *)0x0548F480; +const void * RTTI_CreationRendererPrivate__DistantAtmospheresRenderPass = (void *)0x0547A780; +const void * RTTI_CreationRendererPrivate__DistortionBaseRenderPass = (void *)0x0548F5D0; +const void * RTTI_CreationRendererPrivate__DistortionCalculateColorRenderPass = (void *)0x0548F520; +const void * RTTI_CreationRendererPrivate__DistortionOutputRenderPass = (void *)0x0548F580; +const void * RTTI_CreationRendererPrivate__DistortionParticlesRenderPass = (void *)0x0548E4E0; +const void * RTTI_CreationRendererPrivate__DistortionRenderPass = (void *)0x0548F4D0; +const void * RTTI_CreationRendererPrivate__DoubleVisionRenderPass = (void *)0x054951D0; +const void * RTTI_CreationRendererPrivate__DownsampleHeightfieldRenderPass = (void *)0x05487C50; +const void * RTTI_CreationRendererPrivate__DownsampleSpaceGlareRenderPass = (void *)0x05482D70; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass = (void *)0x0547A7D0; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresRenderPass = (void *)0x0547A890; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass = (void *)0x0547A830; +const void * RTTI_CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass = (void *)0x0548FF00; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecalsRenderPass = (void *)0x05490E20; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass = (void *)0x05491000; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass = (void *)0x05490E70; +const void * RTTI_CreationRendererPrivate__DynamicResolution = (void *)0x05483290; +const void * RTTI_CreationRendererPrivate__DynamicShadowBaseDrawSubGraph = (void *)0x05480790; +const void * RTTI_CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass = (void *)0x05492540; +const void * RTTI_CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph = (void *)0x05492A40; +const void * RTTI_CreationRendererPrivate__DynamicShadowDrawSubGraph = (void *)0x054929F0; +const void * RTTI_CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph = (void *)0x054807E0; +const void * RTTI_CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass = (void *)0x05492480; +const void * RTTI_CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass = (void *)0x054924E0; +const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass = (void *)0x05492420; +const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass = (void *)0x05492820; +const void * RTTI_CreationRendererPrivate__DynamicShadowGraph = (void *)0x054925A0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMapBarriersRenderPass = (void *)0x05492640; +const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass = (void *)0x05492760; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass = (void *)0x05492880; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass = (void *)0x054928F0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass = (void *)0x054923B0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass = (void *)0x05492350; +const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass = (void *)0x05492700; +const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareGroupedDrawsRenderPass = (void *)0x054926A0; +const void * RTTI_CreationRendererPrivate__DynamicShadowSceneSetupRenderPass = (void *)0x05492950; +const void * RTTI_CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass = (void *)0x054927C0; +const void * RTTI_CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph = (void *)0x05492290; +const void * RTTI_CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass = (void *)0x054812F0; +const void * RTTI_CreationRendererPrivate__EmptyRenderPass = (void *)0x05480AA8; +const void * RTTI_CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass = (void *)0x05489D40; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass = (void *)0x054898A0; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass = (void *)0x05489900; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderPass = (void *)0x054895D0; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass = (void *)0x05489960; +const void * RTTI_CreationRendererPrivate__FSR2ProduceInputsRenderPass = (void *)0x0548F860; +const void * RTTI_CreationRendererPrivate__FSR2UpscaleRenderPass = (void *)0x0548F8B0; +const void * RTTI_CreationRendererPrivate__FaceCustomizationMipChainRenderPass = (void *)0x0548F6C0; +const void * RTTI_CreationRendererPrivate__FaceCustomizationRenderPass = (void *)0x0548F720; +const void * RTTI_CreationRendererPrivate__FillCullingDataRenderPass = (void *)0x05490060; +const void * RTTI_CreationRendererPrivate__FillHeightfieldCullingDataRenderPass = (void *)0x0548E2D0; +const void * RTTI_CreationRendererPrivate__FilmGrainRenderPass = (void *)0x05495500; +const void * RTTI_CreationRendererPrivate__FilterCulledGeometriesRenderPass = (void *)0x05491F40; +const void * RTTI_CreationRendererPrivate__FilterHeightfieldRenderPass = (void *)0x05487DF0; +const void * RTTI_CreationRendererPrivate__FirstPersonDepthRenderPass = (void *)0x0548F430; +const void * RTTI_CreationRendererPrivate__FixupIndirectArgsRenderPass = (void *)0x05492BF0; +const void * RTTI_CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass = (void *)0x05492B40; +const void * RTTI_CreationRendererPrivate__FlattenTextureScreensizeRenderPass = (void *)0x0548FFB0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass = (void *)0x0548C9B0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass = (void *)0x0548CA60; +const void * RTTI_CreationRendererPrivate__ForwardBlendedCorrectionRenderPass = (void *)0x0548C850; +const void * RTTI_CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass = (void *)0x0548C460; +const void * RTTI_CreationRendererPrivate__ForwardBlendedMainFullResRenderPass = (void *)0x0548C4C0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass = (void *)0x0548C8B0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedRenderPass = (void *)0x0548C610; +const void * RTTI_CreationRendererPrivate__ForwardRenderPass = (void *)0x0548C570; +const void * RTTI_CreationRendererPrivate__FrameInitRenderPass = (void *)0x0548F770; +const void * RTTI_CreationRendererPrivate__FrameRenderGraph = (void *)0x05493810; +const void * RTTI_CreationRendererPrivate__FrameSetupRenderPass = (void *)0x0548F7C0; +const void * RTTI_CreationRendererPrivate__FullScreenBlurCompositeRenderPass = (void *)0x05495220; +const void * RTTI_CreationRendererPrivate__FullScreenBlurRenderPass = (void *)0x054952C0; +const void * RTTI_CreationRendererPrivate__FullScreenColorRenderPass = (void *)0x054956A0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass = (void *)0x054956F0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_BloomRenderPass = (void *)0x054955A0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_CubemapRenderPass = (void *)0x05495550; +const void * RTTI_CreationRendererPrivate__FullScreenColor_DefaultRenderPass = (void *)0x05495750; +const void * RTTI_CreationRendererPrivate__FullScreenColor_MonochromeRenderPass = (void *)0x05495640; +const void * RTTI_CreationRendererPrivate__FullScreenColor_OverlayRenderPass = (void *)0x054955F0; +const void * RTTI_CreationRendererPrivate__FullScreenDownsampleRenderPass = (void *)0x05495310; +const void * RTTI_CreationRendererPrivate__FullScreenScanlineRenderPass = (void *)0x0548F900; +const void * RTTI_CreationRendererPrivate__FullScreenTapBlurRenderPass = (void *)0x05495270; +const void * RTTI_CreationRendererPrivate__GBufferOverviewRenderPass = (void *)0x05480AF0; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass = (void *)0x05490230; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass = (void *)0x05490160; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass = (void *)0x054901C0; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass = (void *)0x05490100; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorRenderPass = (void *)0x05490290; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass = (void *)0x05481420; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass = (void *)0x054813C0; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass = (void *)0x054814E0; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass = (void *)0x05481480; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryRenderPass = (void *)0x05481540; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass = (void *)0x05481360; +const void * RTTI_CreationRendererPrivate__GalaxyStateStarsRenderPass = (void *)0x0548F950; +const void * RTTI_CreationRendererPrivate__GatherGeometryInstancesRenderPass = (void *)0x05482070; +const void * RTTI_CreationRendererPrivate__GatherHighlightsRenderPass = (void *)0x05480EA0; +const void * RTTI_CreationRendererPrivate__GatherIndirectRenderPass = (void *)0x05473B70; +const void * RTTI_CreationRendererPrivate__GatherLightsRenderPass = (void *)0x0548F9A0; +const void * RTTI_CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass = (void *)0x0548F9F0; +const void * RTTI_CreationRendererPrivate__GatherTransformsRenderPass = (void *)0x054894C0; +const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass = (void *)0x0548FA50; +const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidRenderPass = (void *)0x0548FAB0; +const void * RTTI_CreationRendererPrivate__GenerateFogMapRenderPass = (void *)0x0548FB60; +const void * RTTI_CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass = (void *)0x0548FF50; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass = (void *)0x054920E0; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass = (void *)0x05492140; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass = (void *)0x05492080; +const void * RTTI_CreationRendererPrivate__GeometryCullingRenderPass = (void *)0x054900B0; +const void * RTTI_CreationRendererPrivate__GeometryCullingShadowsRenderPass = (void *)0x05490010; +const void * RTTI_CreationRendererPrivate__GeometryParticleBatchDepthRenderPass = (void *)0x05480B40; +const void * RTTI_CreationRendererPrivate__GeometryParticleBatchRenderPass = (void *)0x0548FCA0; +const void * RTTI_CreationRendererPrivate__GeometryRenderPass = (void *)0x0548C520; +const void * RTTI_CreationRendererPrivate__GlobalDirtOverlayRenderPass = (void *)0x0548FEB0; +const void * RTTI_CreationRendererPrivate__GroupedDynamicShadowMapRenderPass = (void *)0x054929A0; +const void * RTTI_CreationRendererPrivate__HDRColorGradingMergeRenderPass = (void *)0x0548BCD0; +const void * RTTI_CreationRendererPrivate__HDRCompositeRenderPass = (void *)0x0546FF50; +const void * RTTI_CreationRendererPrivate__HDRHistogramClearRenderPass = (void *)0x0546FFA0; +const void * RTTI_CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass = (void *)0x0546FEF0; +const void * RTTI_CreationRendererPrivate__HDRSubGraph = (void *)0x05470088; +const void * RTTI_CreationRendererPrivate__HeightFieldRenderPass = (void *)0x0548E280; +const void * RTTI_CreationRendererPrivate__HeightFieldSubGraphRenderPass = (void *)0x0548E440; +const void * RTTI_CreationRendererPrivate__HeightfieldSystemRenderPass = (void *)0x0548E490; +const void * RTTI_CreationRendererPrivate__HighlightMaskRenderPass = (void *)0x05490380; +const void * RTTI_CreationRendererPrivate__HighlightPrepareRenderPass = (void *)0x054902E0; +const void * RTTI_CreationRendererPrivate__HighlightRenderPass = (void *)0x05490330; +const void * RTTI_CreationRendererPrivate__ImGuiEventHandler = (void *)0x05493BC0; +const void * RTTI_CreationRendererPrivate__ImageCaptureData = (void *)0x0546AEE8; +const void * RTTI_CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass = (void *)0x05490430; +const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass = (void *)0x054903D0; +const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass = (void *)0x05490490; +const void * RTTI_CreationRendererPrivate__ImageCapture_IconGenerationRenderPass = (void *)0x05480C00; +const void * RTTI_CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass = (void *)0x05490500; +const void * RTTI_CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass = (void *)0x05490560; +const void * RTTI_CreationRendererPrivate__ImageProcessMedianBlurRenderPass = (void *)0x054905C0; +const void * RTTI_CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass = (void *)0x054954A0; +const void * RTTI_CreationRendererPrivate__ImageProcessRenderGraph = (void *)0x05493850; +const void * RTTI_CreationRendererPrivate__IndirectRenderPass = (void *)0x05473990; +const void * RTTI_CreationRendererPrivate__IndirectSetupRenderPass = (void *)0x054739E0; +const void * RTTI_CreationRendererPrivate__InitializeInscatterOrderRenderPass = (void *)0x05489EF0; +const void * RTTI_CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass = (void *)0x05489B80; +const void * RTTI_CreationRendererPrivate__InjectDistantAtmosphereLUTRenderPass = (void *)0x05489510; +const void * RTTI_CreationRendererPrivate__InjectPreviousDepthBufferRenderPass = (void *)0x054809F0; +const void * RTTI_CreationRendererPrivate__InjectSpaceGlareCurrentFrameRenderPass = (void *)0x05482BD0; +const void * RTTI_CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass = (void *)0x054732E0; +const void * RTTI_CreationRendererPrivate__InterpolateIrradianceRenderPass = (void *)0x05489A80; +const void * RTTI_CreationRendererPrivate__LensFlareComputeRenderPass = (void *)0x05490660; +const void * RTTI_CreationRendererPrivate__LensFlareDrawRenderPass = (void *)0x054810B0; +const void * RTTI_CreationRendererPrivate__LensFlareSystemRenderPass = (void *)0x05480C60; +const void * RTTI_CreationRendererPrivate__LensFlare_AlphaBlendRenderPass = (void *)0x05490610; +const void * RTTI_CreationRendererPrivate__LensFlare_VisibilityRenderPass = (void *)0x054906B0; +const void * RTTI_CreationRendererPrivate__LightCoarseCullingCompactionRenderPass = (void *)0x05494DA0; +const void * RTTI_CreationRendererPrivate__LightCoarseCullingRenderPass = (void *)0x05494E00; +const void * RTTI_CreationRendererPrivate__LightInfluenceDepthMinRenderPass = (void *)0x05490750; +const void * RTTI_CreationRendererPrivate__LightInfluenceSubGraphRenderPass = (void *)0x054907F0; +const void * RTTI_CreationRendererPrivate__LightingRenderPass = (void *)0x05490840; +const void * RTTI_CreationRendererPrivate__LoadMenuHiddenEventHandler = (void *)0x0546C760; +const void * RTTI_CreationRendererPrivate__LogicalCell = (void *)0x05481AA0; +const void * RTTI_CreationRendererPrivate__MainRenderGraph = (void *)0x054937D0; +const void * RTTI_CreationRendererPrivate__MeshEventHandler = (void *)0x0546D988; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchCommonRenderPass = (void *)0x05481100; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchCullingRenderPass = (void *)0x05480FB0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchDepthRenderPass = (void *)0x05481150; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass = (void *)0x05480F50; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass = (void *)0x05480EF0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass = (void *)0x05490B80; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass = (void *)0x05490BE0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchRenderPass = (void *)0x054811F0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchShadowRenderPass = (void *)0x054811A0; +const void * RTTI_CreationRendererPrivate__MeshLODDB = (void *)0x054743C0; +const void * RTTI_CreationRendererPrivate__MeshletBuildIndexBufferRenderPass = (void *)0x054908E0; +const void * RTTI_CreationRendererPrivate__MeshletFrustumCullingRenderPass = (void *)0x05490A30; +const void * RTTI_CreationRendererPrivate__MeshletListBuildRenderPass = (void *)0x05490930; +const void * RTTI_CreationRendererPrivate__MeshletMaterialOffsetsRenderPass = (void *)0x05490890; +const void * RTTI_CreationRendererPrivate__MeshletOcclusionCullingRenderPass = (void *)0x05490A80; +const void * RTTI_CreationRendererPrivate__MeshletPrepareArgsRenderPass = (void *)0x05490B30; +const void * RTTI_CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass = (void *)0x05490AD0; +const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesRenderPass = (void *)0x05481240; +const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass = (void *)0x05481290; +const void * RTTI_CreationRendererPrivate__MeshletReadbackIndexCountRenderPass = (void *)0x054909D0; +const void * RTTI_CreationRendererPrivate__MeshletTriangleCullingRenderPass = (void *)0x05490980; +const void * RTTI_CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode = (void *)0x054581C0; +const void * RTTI_CreationRendererPrivate__Messaging__Dependency__InternalProcessorType = (void *)0x0546B300; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass = (void *)0x0548C660; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass = (void *)0x0548C730; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderPass = (void *)0x0547D5E0; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass = (void *)0x0548C6D0; +const void * RTTI_CreationRendererPrivate__MorphDB = (void *)0x0548D270; +const void * RTTI_CreationRendererPrivate__MorphRenderPass = (void *)0x05490C40; +const void * RTTI_CreationRendererPrivate__MorphSystemEndFrameRenderPass = (void *)0x05481010; +const void * RTTI_CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass = (void *)0x05495170; +const void * RTTI_CreationRendererPrivate__MotionBlurRenderPass = (void *)0x05493640; +const void * RTTI_CreationRendererPrivate__MotionBlurSubGraph = (void *)0x05493690; +const void * RTTI_CreationRendererPrivate__MotionVectorCompositeRenderPass = (void *)0x05490C80; +const void * RTTI_CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass = (void *)0x05489A20; +const void * RTTI_CreationRendererPrivate__NV_Streamline__StreamlineEventHandler = (void *)0x05470F90; +const void * RTTI_CreationRendererPrivate__PartialClearColorBufferRenderPass = (void *)0x0548EEA0; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass = (void *)0x05476340; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass = (void *)0x054762E0; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass = (void *)0x05476400; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass = (void *)0x054763A0; +const void * RTTI_CreationRendererPrivate__ParticleDataPreFilterRenderPass = (void *)0x05476680; +const void * RTTI_CreationRendererPrivate__ParticleLightingClearBuffersRenderPass = (void *)0x05476730; +const void * RTTI_CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass = (void *)0x05476790; +const void * RTTI_CreationRendererPrivate__ParticleLightingRenderPass = (void *)0x054767F0; +const void * RTTI_CreationRendererPrivate__ParticlesCopyToDestRenderPass = (void *)0x0548E790; +const void * RTTI_CreationRendererPrivate__ParticlesCorrectionRenderPass = (void *)0x0548E650; +const void * RTTI_CreationRendererPrivate__ParticlesMainFullResRenderPass = (void *)0x0548E6F0; +const void * RTTI_CreationRendererPrivate__ParticlesMainHalfResRenderPass = (void *)0x0548E6A0; +const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass = (void *)0x0548E5F0; +const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass = (void *)0x0548E580; +const void * RTTI_CreationRendererPrivate__ParticlesRenderPass = (void *)0x0548E530; +const void * RTTI_CreationRendererPrivate__PauseMenuExitedEventHandler = (void *)0x0547D410; +const void * RTTI_CreationRendererPrivate__PointCloudCullingRenderPass = (void *)0x05490CD0; +const void * RTTI_CreationRendererPrivate__PointCloudDrawRenderPass = (void *)0x05490D20; +const void * RTTI_CreationRendererPrivate__PointCloudEventHandler = (void *)0x054775C0; +const void * RTTI_CreationRendererPrivate__PostEffectPreUpscaleRenderPass = (void *)0x054936E0; +const void * RTTI_CreationRendererPrivate__PostSharpenRenderPass = (void *)0x054957A0; +const void * RTTI_CreationRendererPrivate__PostUpscaleImageSpaceSubGraph = (void *)0x054953B0; +const void * RTTI_CreationRendererPrivate__PostUpscaleSubGraph = (void *)0x05495400; +const void * RTTI_CreationRendererPrivate__PreUpscaleImageSpaceSubGraph = (void *)0x05495360; +const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass = (void *)0x05489730; +const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass = (void *)0x0548E7E0; +const void * RTTI_CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass = (void *)0x05489FB0; +const void * RTTI_CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass = (void *)0x05493780; +const void * RTTI_CreationRendererPrivate__PrecomputeSingleScatteringRenderPass = (void *)0x05489F50; +const void * RTTI_CreationRendererPrivate__PrefilterCubemapRenderPass = (void *)0x05473BC0; +const void * RTTI_CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass = (void *)0x05480CB0; +const void * RTTI_CreationRendererPrivate__PrepareEndFrameRenderPass = (void *)0x05481060; +const void * RTTI_CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass = (void *)0x054808A0; +const void * RTTI_CreationRendererPrivate__PrepareProjectedDecalsRenderPass = (void *)0x05490ED0; +const void * RTTI_CreationRendererPrivate__PrepareReflectionProbeDataRenderPass = (void *)0x054911D0; +const void * RTTI_CreationRendererPrivate__PrepareSkinningRenderPass = (void *)0x05480900; +const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass = (void *)0x05482A50; +const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapRenderPass = (void *)0x054809A0; +const void * RTTI_CreationRendererPrivate__ProbeClassifyRenderPass = (void *)0x0547CDF0; +const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass = (void *)0x0547CBA0; +const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingRenderPass = (void *)0x0547CC00; +const void * RTTI_CreationRendererPrivate__ProbeFaceSceneSetupRenderPass = (void *)0x05491280; +const void * RTTI_CreationRendererPrivate__ProbeGridGPUCullingRenderPass = (void *)0x0548BF00; +const void * RTTI_CreationRendererPrivate__ProbeLightCullingRenderPass = (void *)0x0547CC50; +const void * RTTI_CreationRendererPrivate__ProbeRenderPass = (void *)0x0547CE88; +const void * RTTI_CreationRendererPrivate__ProbeSystemRenderPass = (void *)0x0547CCA0; +const void * RTTI_CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass = (void *)0x0548E330; +const void * RTTI_CreationRendererPrivate__ProduceDynamicShadowMapDataRenderPass = (void *)0x054922F0; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass = (void *)0x0547D4B0; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass = (void *)0x0547D700; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass = (void *)0x0547D690; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass = (void *)0x0547D770; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass = (void *)0x0547D630; +const void * RTTI_CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass = (void *)0x05480840; +const void * RTTI_CreationRendererPrivate__ProduceShadingRateImageRenderPass = (void *)0x05490DD0; +const void * RTTI_CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass = (void *)0x054912D0; +const void * RTTI_CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass = (void *)0x05495070; +const void * RTTI_CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass = (void *)0x05491C80; +const void * RTTI_CreationRendererPrivate__ProjectedDecalRenderPass = (void *)0x054910E0; +const void * RTTI_CreationRendererPrivate__RadialBlurRenderPass = (void *)0x05491130; +const void * RTTI_CreationRendererPrivate__RayTraceProbeComputeRenderPass = (void *)0x0547CCF0; +const void * RTTI_CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass = (void *)0x0547CD90; +const void * RTTI_CreationRendererPrivate__RaymarchSampleLocationsRenderPass = (void *)0x054897F0; +const void * RTTI_CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass = (void *)0x05489790; +const void * RTTI_CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass = (void *)0x05489C40; +const void * RTTI_CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass = (void *)0x05491390; +const void * RTTI_CreationRendererPrivate__ReflectionProbeClearThinDeferredGBufferRenderPass = (void *)0x05491D40; +const void * RTTI_CreationRendererPrivate__ReflectionProbeComputeSHRenderPass = (void *)0x05491740; +const void * RTTI_CreationRendererPrivate__ReflectionProbeCopyDepth = (void *)0x054914E0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeCopySky = (void *)0x054913F0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass = (void *)0x05491640; +const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryCullingRenderPass = (void *)0x05491AF0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryOffsetsRenderPass = (void *)0x05491970; +const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass = (void *)0x05491BB0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass = (void *)0x05491B50; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMaterialIndexOffsetsRenderPass = (void *)0x054918B0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletCullingRenderPass = (void *)0x05491A30; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletListBuildRenderPass = (void *)0x054919D0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMipChainRenderPass = (void *)0x054917A0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass = (void *)0x05494FC0; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass = (void *)0x054917F0; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareDrawParamsRenderPass = (void *)0x05491850; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareGroupedDrawsRenderPass = (void *)0x05491DA0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeRenderPass = (void *)0x05491180; +const void * RTTI_CreationRendererPrivate__ReflectionProbeSceneSetupRenderPass = (void *)0x05491A90; +const void * RTTI_CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass = (void *)0x054915E0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeSubGraphRenderPass = (void *)0x054916A0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeTerrainRenderPass = (void *)0x054916F0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeTriangleCullingRenderPass = (void *)0x05491910; +const void * RTTI_CreationRendererPrivate__RefractionBlurRenderPass = (void *)0x0548EAA0; +const void * RTTI_CreationRendererPrivate__RefractionDownsample0RenderPass = (void *)0x0548EBA0; +const void * RTTI_CreationRendererPrivate__RefractionDownsampleMipChainRenderPass = (void *)0x0548EAF0; +const void * RTTI_CreationRendererPrivate__RefractionMaskDilationRenderPass = (void *)0x0548EB50; +const void * RTTI_CreationRendererPrivate__RefractionMaskGenRenderPass = (void *)0x0548EA50; +const void * RTTI_CreationRendererPrivate__RefractionMaskRenderPass = (void *)0x0548C910; +const void * RTTI_CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass = (void *)0x05489840; +const void * RTTI_CreationRendererPrivate__RenderGraph = (void *)0x0546FBD0; +const void * RTTI_CreationRendererPrivate__RenderGraphEventHandler = (void *)0x054703C0; +const void * RTTI_CreationRendererPrivate__RenderPass = (void *)0x0546CFD8; +const void * RTTI_CreationRendererPrivate__RenderSceneSubGraph = (void *)0x05495450; +const void * RTTI_CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass = (void *)0x05489BE0; +const void * RTTI_CreationRendererPrivate__RenderViewSubGraph = (void *)0x05493730; +const void * RTTI_CreationRendererPrivate__ReprojectShadingRateImageRenderPass = (void *)0x05490D70; +const void * RTTI_CreationRendererPrivate__ResetCullingMemoryRequestHandler = (void *)0x054881C0; +const void * RTTI_CreationRendererPrivate__ResourceLifecycleJobSite = (void *)0x05482E40; +const void * RTTI_CreationRendererPrivate__SAOEmptyRenderPass = (void *)0x05475DE0; +const void * RTTI_CreationRendererPrivate__SAORenderPass = (void *)0x05475E88; +const void * RTTI_CreationRendererPrivate__ScaleformCompositeRenderPass = (void *)0x05491E00; +const void * RTTI_CreationRendererPrivate__ScaleformEventHandler = (void *)0x05479990; +const void * RTTI_CreationRendererPrivate__ScaleformRenderPass = (void *)0x054950D0; +const void * RTTI_CreationRendererPrivate__ScaleformText2DRenderPass = (void *)0x05481EC0; +const void * RTTI_CreationRendererPrivate__ScaleformTextRenderPass = (void *)0x05481E70; +const void * RTTI_CreationRendererPrivate__ScaleformToTextureRenderPass = (void *)0x05495120; +const void * RTTI_CreationRendererPrivate__SceneSetupRenderPass = (void *)0x0546CF90; +const void * RTTI_CreationRendererPrivate__SeparableSSS_HorizontalRenderPass = (void *)0x05491EF0; +const void * RTTI_CreationRendererPrivate__SeparableSSS_RenderPass = (void *)0x05491EA0; +const void * RTTI_CreationRendererPrivate__SeparableSSS_VerticalRenderPass = (void *)0x05491E50; +const void * RTTI_CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass = (void *)0x05489570; +const void * RTTI_CreationRendererPrivate__SetupDynamicShadowRenderPass = (void *)0x054925F0; +const void * RTTI_CreationRendererPrivate__ShadowInstanceBarriersRenderPass = (void *)0x05492030; +const void * RTTI_CreationRendererPrivate__ShadowManagerEventHandler = (void *)0x05476AB0; +const void * RTTI_CreationRendererPrivate__ShadowMapInstanceRenderPass = (void *)0x054921F0; +const void * RTTI_CreationRendererPrivate__ShadowMapRenderPass = (void *)0x054921A0; +const void * RTTI_CreationRendererPrivate__ShadowMapSceneSetupRenderPass = (void *)0x05492240; +const void * RTTI_CreationRendererPrivate__ShadowMapSubGraphRenderPass = (void *)0x05491F90; +const void * RTTI_CreationRendererPrivate__ShadowMaskRenderPass = (void *)0x05495020; +const void * RTTI_CreationRendererPrivate__ShadowSubGraphRenderPass = (void *)0x05491FE0; +const void * RTTI_CreationRendererPrivate__SharedMeshResourcesRegistry = (void *)0x0548B9E0; +const void * RTTI_CreationRendererPrivate__SkinnedDecalPrepareRenderPass = (void *)0x05492AA0; +const void * RTTI_CreationRendererPrivate__SkinningRenderPass = (void *)0x05492AF0; +const void * RTTI_CreationRendererPrivate__SkinningSystemEndFrameRenderPass = (void *)0x05482620; +const void * RTTI_CreationRendererPrivate__SkinningSystemRenderPass = (void *)0x05482670; +const void * RTTI_CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass = (void *)0x054829F0; +const void * RTTI_CreationRendererPrivate__SkyCubemapRenderPass = (void *)0x05482AB0; +const void * RTTI_CreationRendererPrivate__SkyCubemapSystemRenderPass = (void *)0x05480950; +const void * RTTI_CreationRendererPrivate__SkyLightingRenderPass = (void *)0x05492C40; +const void * RTTI_CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass = (void *)0x05487CA0; +const void * RTTI_CreationRendererPrivate__SkyOcclusionMaskRenderPass = (void *)0x05487DA0; +const void * RTTI_CreationRendererPrivate__SkyOcclusionRenderPass = (void *)0x05487E90; +const void * RTTI_CreationRendererPrivate__SkyOcclusionSystemRenderPass = (void *)0x05487EE0; +const void * RTTI_CreationRendererPrivate__SobelSpaceGlareRenderPass = (void *)0x05482C80; +const void * RTTI_CreationRendererPrivate__SpaceGlareApplyRenderPass = (void *)0x05482CD0; +const void * RTTI_CreationRendererPrivate__SpaceGlareCopyRenderPass = (void *)0x05482C30; +const void * RTTI_CreationRendererPrivate__SpaceGlareRenderPass = (void *)0x05482D20; +const void * RTTI_CreationRendererPrivate__SparseGridCell = (void *)0x05481AE0; +const void * RTTI_CreationRendererPrivate__SporadicRenderGraphRenderPass = (void *)0x05492C90; +const void * RTTI_CreationRendererPrivate__StarfieldCoarseCullingRenderPass = (void *)0x05492E20; +const void * RTTI_CreationRendererPrivate__StarfieldEventHandler = (void *)0x0546CAF0; +const void * RTTI_CreationRendererPrivate__StarfieldProcessStarsRenderPass = (void *)0x05492D80; +const void * RTTI_CreationRendererPrivate__StarfieldRenderPass = (void *)0x05492CE0; +const void * RTTI_CreationRendererPrivate__StarfieldRenderPassBase = (void *)0x05492D30; +const void * RTTI_CreationRendererPrivate__StarfieldTiledCullingRenderPass = (void *)0x05492E70; +const void * RTTI_CreationRendererPrivate__StarfieldTiledRenderRenderPass = (void *)0x05492DD0; +const void * RTTI_CreationRendererPrivate__StarmapGravityWavesEventHandler = (void *)0x05478D90; +const void * RTTI_CreationRendererPrivate__StarmapGravityWavesRenderPass = (void *)0x05479370; +const void * RTTI_CreationRendererPrivate__StarmapOrbitsEventHandler = (void *)0x05478570; +const void * RTTI_CreationRendererPrivate__StarmapOrbitsRenderPass = (void *)0x05478520; +const void * RTTI_CreationRendererPrivate__SubmitAndPresentThread = (void *)0x0547E0A0; +const void * RTTI_CreationRendererPrivate__SunDiskRenderPass = (void *)0x05492EC0; +const void * RTTI_CreationRendererPrivate__SunDiskSkyCubemapRenderPass = (void *)0x05482720; +const void * RTTI_CreationRendererPrivate__SwapChainEventHandler = (void *)0x05473550; +const void * RTTI_CreationRendererPrivate__TemporalAA_idTech7RenderPass = (void *)0x054957F0; +const void * RTTI_CreationRendererPrivate__TerrainClipmapAndMIMRenderPass = (void *)0x05473290; +const void * RTTI_CreationRendererPrivate__TerrainClipmapUpdateRenderPass = (void *)0x054731A0; +const void * RTTI_CreationRendererPrivate__TerrainDensityUpdateRenderPass = (void *)0x054733E0; +const void * RTTI_CreationRendererPrivate__TerrainDepthAndShadowsSubGraph = (void *)0x05473340; +const void * RTTI_CreationRendererPrivate__TerrainDepthDrawRenderPass = (void *)0x05473390; +const void * RTTI_CreationRendererPrivate__TerrainHeightFieldRenderPass = (void *)0x0548E3F0; +const void * RTTI_CreationRendererPrivate__TerrainMIMUpdateRenderPass = (void *)0x05473150; +const void * RTTI_CreationRendererPrivate__TerrainRenderPass = (void *)0x05473250; +const void * RTTI_CreationRendererPrivate__TerrainShadowsRenderPass = (void *)0x05473500; +const void * RTTI_CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass = (void *)0x054731F0; +const void * RTTI_CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass = (void *)0x05491580; +const void * RTTI_CreationRendererPrivate__ThinDeferredGBufferRenderPass = (void *)0x05491530; +const void * RTTI_CreationRendererPrivate__ThinDeferredLightingRenderPass = (void *)0x05491490; +const void * RTTI_CreationRendererPrivate__ThinDeferredPrepareRenderPass = (void *)0x05491230; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass = (void *)0x05488AB0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass = (void *)0x054889D0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass = (void *)0x05488C90; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass = (void *)0x05488B70; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass = (void *)0x05488C20; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass = (void *)0x05488B10; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass = (void *)0x05488D60; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7RenderPass = (void *)0x05488BD0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass = (void *)0x05488970; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass = (void *)0x05488A40; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass = (void *)0x05488CF0; +const void * RTTI_CreationRendererPrivate__TiledCullingRenderPass = (void *)0x05492F00; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass = (void *)0x05473CD0; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass = (void *)0x05473C70; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsRenderPass = (void *)0x05473C10; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass = (void *)0x05493010; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass = (void *)0x05492F50; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass = (void *)0x05493070; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass = (void *)0x05492FB0; +const void * RTTI_CreationRendererPrivate__TiledDepthRangeRenderPass = (void *)0x054930D0; +const void * RTTI_CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass = (void *)0x05489620; +const void * RTTI_CreationRendererPrivate__UIRenderPass = (void *)0x054931D8; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass = (void *)0x0548C790; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass = (void *)0x0548C7F0; +const void * RTTI_CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass = (void *)0x05489CA0; +const void * RTTI_CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass = (void *)0x05480A50; +const void * RTTI_CreationRendererPrivate__UpdateSharedIndexBufferRenderPass = (void *)0x05493220; +const void * RTTI_CreationRendererPrivate__UpscaleSubGraph = (void *)0x05471258; +const void * RTTI_CreationRendererPrivate__VignetteRenderPass = (void *)0x05495840; +const void * RTTI_CreationRendererPrivate__VolumetricLightingApplyRenderPass = (void *)0x054768D0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingCullingRenderPass = (void *)0x05493270; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass = (void *)0x054932D0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass = (void *)0x05493330; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass = (void *)0x0548CB30; +const void * RTTI_CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass = (void *)0x0548CAC0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingIntegrateRenderPass = (void *)0x054933A0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass = (void *)0x05493400; +const void * RTTI_CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass = (void *)0x05493460; +const void * RTTI_CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass = (void *)0x054934C0; +const void * RTTI_CreationRendererPrivate__WaterDisplacementRenderPass = (void *)0x05475CE0; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass = (void *)0x05475C30; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_InjectionRenderPass = (void *)0x05475BD0; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_MainRenderPass = (void *)0x05475C90; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass = (void *)0x05475B70; +const void * RTTI_CreationRendererPrivate__WaterMVRenderPass = (void *)0x05493520; +const void * RTTI_CreationRendererPrivate__WaterPrepareRenderPass = (void *)0x054935B0; +const void * RTTI_CreationRendererPrivate__WaterRenderGraphRenderPass = (void *)0x05493560; +const void * RTTI_CreationRendererPrivate__WaterRenderPass = (void *)0x054935F8; +const void * RTTI_CreationRendererPrivate__WetnessOcclusionMaskRenderPass = (void *)0x05487E40; +const void * RTTI_CreationRendererPrivate__WindowEventHandler = (void *)0x05472020; +const void * RTTI_CreationRendererPrivate__WorldCell = (void *)0x05481A68; +const void * RTTI_CreationRenderer__ImageCaptureExportToFileNode = (void *)0x05300010; +const void * RTTI_CreationRenderer__MaterialInstance__TextureVisitor = (void *)0x05219370; +const void * RTTI_CreationRenderer__Messaging__MessageProcessor = (void *)0x0546BDF0; +const void * RTTI_CreationRenderer__Messaging__StreamedResourceNode = (void *)0x05410750; +const void * RTTI_CreationRenderer__RendererQualityPref = (void *)0x0546C028; +const void * RTTI_CreationRenderer__RendererQualitySetting = (void *)0x05135010; +const void * RTTI_CreationRenderer__RendererQualitySettingCollection = (void *)0x0546BFE0; +const void * RTTI_CreditsDataModel = (void *)0x052B6B48; +const void * RTTI_CreditsDataModel__CreditsDataModelEventShuttle = (void *)0x052B6AC0; +const void * RTTI_CreditsMenu = (void *)0x053B4B68; +const void * RTTI_CrewExtraData = (void *)0x051EFAC0; +const void * RTTI_CriticallyDampenVariable = (void *)0x053FBF80; +const void * RTTI_CriticallyDampenVariableInstance = (void *)0x053FBFB0; +const void * RTTI_CrowdInhibitNullStrategy = (void *)0x052AEC40; +const void * RTTI_CrowdInhibitStrategyDefault = (void *)0x052AED20; +const void * RTTI_CrowdInhibitStrategyDisable = (void *)0x052AECE8; +const void * RTTI_CrowdManager = (void *)0x052AEA88; +const void * RTTI_CrowdWallaBubble = (void *)0x052B3528; +const void * RTTI_CullFurnitureBoneHandler = (void *)0x05378158; +const void * RTTI_CullWeaponsHandler = (void *)0x053781C0; +const void * RTTI_CumulativeAnimation = (void *)0x053FBEB0; +const void * RTTI_CumulativeAnimationInstance = (void *)0x053FBEE0; +const void * RTTI_CureEffect = (void *)0x05330D80; +const void * RTTI_CursorMenu = (void *)0x0542EC28; +const void * RTTI_CursorMenu__CursorGameEventShuttle = (void *)0x0542EBF0; +const void * RTTI_CursorMoveEvent = (void *)0x053FF1B0; +const void * RTTI_CurvedPathBlender = (void *)0x053FB5D0; +const void * RTTI_CurvedPathBlenderInstance = (void *)0x053FBAD0; +const void * RTTI_CustomActorPackageData = (void *)0x05361ED0; +const void * RTTI_CustomUtils__HasForceGreetVisitor = (void *)0x05289900; +const void * RTTI_D3D12MA__BlockMetadata = (void *)0x0548CCE0; +const void * RTTI_D3D12MA__BlockMetadata_Generic = (void *)0x0548CC78; +const void * RTTI_D3D12MA__MemoryBlock = (void *)0x0548CC48; +const void * RTTI_D3D12MA__NormalBlock = (void *)0x0548CCB0; +const void * RTTI_DamageEffect = (void *)0x05330DA8; +const void * RTTI_DampenVariable = (void *)0x053FC4C0; +const void * RTTI_DampenVariableInstance = (void *)0x053FC490; +const void * RTTI_DarknessEffect = (void *)0x05330DD0; +const void * RTTI_DataMenu = (void *)0x05315F08; +const void * RTTI_DataMenuDataModel = (void *)0x052C5630; +const void * RTTI_DataMenuDataModel__DataMenuEventShuttle = (void *)0x052C56F8; +const void * RTTI_DataMenuInventoryItem = (void *)0x052C5400; +const void * RTTI_DataMenuPersistentDataModel = (void *)0x052C5430; +const void * RTTI_DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle = (void *)0x052C5280; +const void * RTTI_DataMenu_CloseMenu = (void *)0x05316080; +const void * RTTI_DataMenu_ClosedForSubMenu = (void *)0x053160B0; +const void * RTTI_DataMenu_Missions = (void *)0x05315FF8; +const void * RTTI_DataMenu_OpenPauseMenu = (void *)0x05315F28; +const void * RTTI_DataMenu_PlotToLocation = (void *)0x05315F58; +const void * RTTI_DataMenu_Reopened = (void *)0x05316058; +const void * RTTI_DataMenu_SelectedAttributesMenu = (void *)0x05316AF8; +const void * RTTI_DataMenu_SelectedInventoryMenu = (void *)0x05316AC0; +const void * RTTI_DataMenu_SelectedMapMenu = (void *)0x05316A90; +const void * RTTI_DataMenu_SelectedPowersMenu = (void *)0x05315F88; +const void * RTTI_DataMenu_SelectedShipMenu = (void *)0x05316A60; +const void * RTTI_DataMenu_SelectedStatusMenu = (void *)0x053160E0; +const void * RTTI_DataMenu_SetMenuForQuickEntry = (void *)0x05315FC0; +const void * RTTI_DataMenu_SetPaperDollActive = (void *)0x05316020; +const void * RTTI_DataMenu_StartCloseAnim = (void *)0x052C5018; +const void * RTTI_DataSlateButtons = (void *)0x052F8830; +const void * RTTI_DataSlateButtons_acceptClicked = (void *)0x052F93D8; +const void * RTTI_DataSlateButtons_cancelClicked = (void *)0x052F9410; +const void * RTTI_DataSlateMenu = (void *)0x052F9448; +const void * RTTI_DataSlateMenu__DataSlateData = (void *)0x052F9710; +const void * RTTI_DataSlateMenu__DataSlateEventShuttle = (void *)0x052F96D0; +const void * RTTI_DataSlateMenu_playSFX = (void *)0x052F93A8; +const void * RTTI_DataSlateMenu_toggleAudio = (void *)0x052F9378; +const void * RTTI_DeathEmoteHandler = (void *)0x05377418; +const void * RTTI_DeathStopHandler = (void *)0x053772D8; +const void * RTTI_DefaultCollection = (void *)0x054121E0; +const void * RTTI_DefaultMessageBoxCallback = (void *)0x052726C0; +const void * RTTI_DeferredDeletion__IDeferredDeleter = (void *)0x0533DBB0; +const void * RTTI_DeferredDeletion__IGCService = (void *)0x05342718; +const void * RTTI_DemoralizeEffect = (void *)0x05332408; +const void * RTTI_DependentAnimationGraphManagerHolder = (void *)0x051E0938; +const void * RTTI_DesyncInteractionHandler = (void *)0x05378010; +const void * RTTI_DetectLifeEffect = (void *)0x05330DF8; +const void * RTTI_DetectionCollector = (void *)0x05330E70; +const void * RTTI_DetectionDebugData = (void *)0x05362070; +const void * RTTI_DetectionState = (void *)0x053620A0; +const void * RTTI_DeviceChangeEvent = (void *)0x053FF358; +const void * RTTI_DeviceChangeHandler = (void *)0x053B9EF8; +const void * RTTI_DeviceConnectEvent = (void *)0x053FF328; +const void * RTTI_DialogueCameraState = (void *)0x052965C0; +const void * RTTI_DialogueMenu = (void *)0x053B4BC0; +const void * RTTI_DialogueMenu_CompleteExit = (void *)0x052EC940; +const void * RTTI_DialogueMenu_OnDialogueSelect = (void *)0x053B5DA0; +const void * RTTI_DialogueMenu_OnListVisibilityChange = (void *)0x053B5DD8; +const void * RTTI_DialogueMenu_OnPersuasionAutoWin = (void *)0x053B5E18; +const void * RTTI_DialogueMenu_RequestExit = (void *)0x053B4B90; +const void * RTTI_DialogueMenu_RequestSkipDialogue = (void *)0x053B5E50; +const void * RTTI_DialoguePackage = (void *)0x05289880; +const void * RTTI_DialogueUIDataModel = (void *)0x052EC9B8; +const void * RTTI_DialogueUIDataModel__DialogueData = (void *)0x052EC670; +const void * RTTI_DialogueUIDataModel__DialogueEntryData = (void *)0x052ECA88; +const void * RTTI_DialogueUIDataModel__DialogueListData = (void *)0x052ECB18; +const void * RTTI_DialogueUIDataModel__DialogueUIDataEventShuttle = (void *)0x052ECAD0; +const void * RTTI_DialogueUIDataModel__PersuasionEntryData = (void *)0x052ECB58; +const void * RTTI_DialogueUIDataModel__PersuasionListData = (void *)0x052ECD20; +const void * RTTI_DialogueUIDataModel__PersuasionPointsData = (void *)0x052ECF68; +const void * RTTI_DirectAtNode = (void *)0x053FCA08; +const void * RTTI_DirectAtNodeInstance = (void *)0x053FC9D8; +const void * RTTI_DisableCharacterBumperHandler = (void *)0x05376F28; +const void * RTTI_DisableCharacterControllerHandler = (void *)0x05374110; +const void * RTTI_DisableCharacterPitchHandler = (void *)0x05378568; +const void * RTTI_DisableCollisionHandler = (void *)0x05377120; +const void * RTTI_DisarmEffect = (void *)0x05330E48; +const void * RTTI_DisconnectHandler = (void *)0x053B9ED0; +const void * RTTI_DisguiseEffect = (void *)0x05330F00; +const void * RTTI_DisguiseEffect__DetectionChecker = (void *)0x05330EA0; +const void * RTTI_DispelEffect = (void *)0x05330F28; +const void * RTTI_DiveBombPathController = (void *)0x053970E8; +const void * RTTI_DoNotInterruptAnimationHandler = (void *)0x053772A0; +const void * RTTI_DocAcceptDataModel = (void *)0x052D12B8; +const void * RTTI_DocAcceptDataModel__DocAcceptEventShuttle = (void *)0x052D1400; +const void * RTTI_DocAcceptMenu = (void *)0x052B7688; +const void * RTTI_DocAcceptMenu_Accept = (void *)0x052B7588; +const void * RTTI_DoorObstacleAdapter = (void *)0x0534A878; +const void * RTTI_DropResourcesEffect = (void *)0x05331C98; +const void * RTTI_DrugsCraftingMenu = (void *)0x05316B30; +const void * RTTI_DualDirectAtNode = (void *)0x053FC9B0; +const void * RTTI_DualDirectAtNodeInstance = (void *)0x053FC980; +const void * RTTI_DualValueModifierEffect = (void *)0x05330F50; +const void * RTTI_DynamicAnimationNode = (void *)0x053FC690; +const void * RTTI_DynamicAnimationNodeInstance = (void *)0x053FC658; +const void * RTTI_DynamicGraphReference = (void *)0x053FB8E0; +const void * RTTI_DynamicGraphReferenceInstance = (void *)0x053FB910; +const void * RTTI_DynamicIdleDataSingletonHelper = (void *)0x051E0AF8; +const void * RTTI_DynamicNavMeshTask = (void *)0x051E7358; +const void * RTTI_DynamicNavMeshTaskCellRemap = (void *)0x051E72E8; +const void * RTTI_DynamicNavMeshTaskStitching = (void *)0x051E7320; +const void * RTTI_DynamicNavmesh = (void *)0x0521CF98; +const void * RTTI_DynamicNavmeshService = (void *)0x051EBA88; +const void * RTTI_EffectArchetypes__MainStatusHandler = (void *)0x0513A6D0; +const void * RTTI_EffectSequenceMap = (void *)0x051EF128; +const void * RTTI_EffectSequenceNode = (void *)0x053FB620; +const void * RTTI_EffectSequenceNodeInstance = (void *)0x053FBBF0; +const void * RTTI_EffectSequence__EffectSequenceManager = (void *)0x051EE6A0; +const void * RTTI_EffectSetting = (void *)0x05119F08; +const void * RTTI_EjectShellCasingHandler = (void *)0x05377EB0; +const void * RTTI_EmittanceManagerAgent = (void *)0x051E0D88; +const void * RTTI_EmitterProjectile = (void *)0x0529BED8; +const void * RTTI_EmptyDependencyFormPointerMapValue = (void *)0x052597E8; +const void * RTTI_EnableCharacterBumperHandler = (void *)0x05376EF0; +const void * RTTI_EnableCharacterControllerHandler = (void *)0x05374148; +const void * RTTI_EnableCharacterPitchHandler = (void *)0x05378530; +const void * RTTI_EnableCollisionHandler = (void *)0x05376F60; +const void * RTTI_EnchantmentItem = (void *)0x05204800; +const void * RTTI_EndGameCreditsMenu = (void *)0x052B7AA0; +const void * RTTI_EndSecurityMinigameHandler = (void *)0x05377B80; +const void * RTTI_EndSummonAnimationHandler = (void *)0x05377680; +const void * RTTI_EnhanceWeaponEffect = (void *)0x0533CBE8; +const void * RTTI_EnsureAliasCanBePickpocketedFunc = (void *)0x052C8538; +const void * RTTI_EquippedItemData = (void *)0x052AED58; +const void * RTTI_EquippedSpell__Data = (void *)0x052AED80; +const void * RTTI_EquippedWeapon__AimModule = (void *)0x052AEE10; +const void * RTTI_EquippedWeapon__AmmunitionModule = (void *)0x052AEE40; +const void * RTTI_EquippedWeapon__AudioModule = (void *)0x052AEF68; +const void * RTTI_EquippedWeapon__Data = (void *)0x052AEDB0; +const void * RTTI_EquippedWeapon__IModule = (void *)0x052AEDE0; +const void * RTTI_EquippedWeapon__MeleeAttackModule = (void *)0x052AEEB0; +const void * RTTI_EquippedWeapon__PowerModule = (void *)0x052AEEE8; +const void * RTTI_EquippedWeapon__RangedAttackModule = (void *)0x052AF078; +const void * RTTI_EquippedWeapon__VariableRangeModule = (void *)0x052AF0B0; +const void * RTTI_EquippedWeapon__VisualModule = (void *)0x052AF0F0; +const void * RTTI_EtherealizationEffect = (void *)0x05330F80; +const void * RTTI_EvaluateConditionVariable = (void *)0x053FBF18; +const void * RTTI_EvaluateConditionVariableInstance = (void *)0x053FBF48; +const void * RTTI_EventController = (void *)0x053FC580; +const void * RTTI_EventControllerInstance = (void *)0x053FC550; +const void * RTTI_EventDispatcherBackend = (void *)0x0542EA20; +const void * RTTI_EventFromRange = (void *)0x053FC260; +const void * RTTI_EventFromRangeInstance = (void *)0x053FC288; +const void * RTTI_EveryNEvents = (void *)0x053FC400; +const void * RTTI_EveryNEventsInstance = (void *)0x053FC3D0; +const void * RTTI_ExecuteOnAliasedRefFunc = (void *)0x05205840; +const void * RTTI_ExitChargen_ConfirmCallback = (void *)0x0530FB70; +const void * RTTI_Explosion = (void *)0x0533CA90; +const void * RTTI_ExplosionClosestHitCollector = (void *)0x0537B028; +const void * RTTI_ExplosiveIndicatorDataModel = (void *)0x052C6460; +const void * RTTI_ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle = (void *)0x052C6550; +const void * RTTI_ExternalDataSourceMainStatusHandler = (void *)0x0513A710; +const void * RTTI_ExtraAcousticParent = (void *)0x05207690; +const void * RTTI_ExtraAction = (void *)0x05207E68; +const void * RTTI_ExtraActivateRef = (void *)0x05207AB8; +const void * RTTI_ExtraActivateText = (void *)0x05205B40; +const void * RTTI_ExtraActorCause = (void *)0x05206798; +const void * RTTI_ExtraActorValueStorage = (void *)0x05205A28; +const void * RTTI_ExtraAliasInstanceArray = (void *)0x05207CF8; +const void * RTTI_ExtraAmmo = (void *)0x05206300; +const void * RTTI_ExtraAnimGraphManager = (void *)0x05207F00; +const void * RTTI_ExtraAnimGraphPreload = (void *)0x052074D0; +const void * RTTI_ExtraAnimSounds = (void *)0x05205A88; +const void * RTTI_ExtraAshPileRef = (void *)0x05207720; +const void * RTTI_ExtraAttachRef = (void *)0x05205CD0; +const void * RTTI_ExtraAttachRefChildren = (void *)0x05205CF8; +const void * RTTI_ExtraAttachedArrows3D = (void *)0x05205C70; +const void * RTTI_ExtraBadPosition = (void *)0x05206630; +const void * RTTI_ExtraBendableSplineParams = (void *)0x051EFAE8; +const void * RTTI_ExtraBlueprintPartOriginData = (void *)0x052062C8; +const void * RTTI_ExtraBody = (void *)0x05207670; +const void * RTTI_ExtraBoneScaleMap = (void *)0x052055E8; +const void * RTTI_ExtraCachedScale = (void *)0x05205E38; +const void * RTTI_ExtraCalcedPackIn = (void *)0x052054B8; +const void * RTTI_ExtraCanTalkToPlayer = (void *)0x05207C60; +const void * RTTI_ExtraCannotWear = (void *)0x05207A30; +const void * RTTI_ExtraCell3D = (void *)0x05204D98; +const void * RTTI_ExtraCellAcousticSpace = (void *)0x05204C30; +const void * RTTI_ExtraCellEnvMap = (void *)0x05205C18; +const void * RTTI_ExtraCellGlobalDirtLayer = (void *)0x05204BD0; +const void * RTTI_ExtraCellImageSpace = (void *)0x05204D18; +const void * RTTI_ExtraCellMusicType = (void *)0x05204C00; +const void * RTTI_ExtraCellSkyRegion = (void *)0x05204CE8; +const void * RTTI_ExtraCellWaterEnvMap = (void *)0x05205C40; +const void * RTTI_ExtraCellWaterType = (void *)0x05204BA0; +const void * RTTI_ExtraCharge = (void *)0x05206470; +const void * RTTI_ExtraCollisionData = (void *)0x05205810; +const void * RTTI_ExtraCombatStyle = (void *)0x05205870; +const void * RTTI_ExtraConstrainedDecalData = (void *)0x05205B10; +const void * RTTI_ExtraCount = (void *)0x052064E8; +const void * RTTI_ExtraCreatureAwakeSound = (void *)0x052067F0; +const void * RTTI_ExtraCulledBone = (void *)0x05206A58; +const void * RTTI_ExtraCulledSubsegment = (void *)0x05205F10; +const void * RTTI_ExtraDesiredLegendaryRank = (void *)0x05205D88; +const void * RTTI_ExtraDirectAtTarget = (void *)0x05207560; +const void * RTTI_ExtraDroppedItemList = (void *)0x052079A0; +const void * RTTI_ExtraEditorID = (void *)0x05205FC0; +const void * RTTI_ExtraEditorRefMoveData = (void *)0x052073D8; +const void * RTTI_ExtraEmittanceSource = (void *)0x052076F0; +const void * RTTI_ExtraEnableStateChildren = (void *)0x05207A88; +const void * RTTI_ExtraEnableStateParent = (void *)0x05207B68; +const void * RTTI_ExtraEnchantment = (void *)0x052061C8; +const void * RTTI_ExtraEncounterZone = (void *)0x05207D80; +const void * RTTI_ExtraEssentialProtected = (void *)0x05205580; +const void * RTTI_ExtraExteriorReflectionProbeAdjustmentVolume = (void *)0x05207BC0; +const void * RTTI_ExtraExternalEmittanceData = (void *)0x05205688; +const void * RTTI_ExtraFXPickNodes = (void *)0x05205558; +const void * RTTI_ExtraFactionChanges = (void *)0x05207E10; +const void * RTTI_ExtraFavorCost = (void *)0x052065D8; +const void * RTTI_ExtraFavorite = (void *)0x05205F40; +const void * RTTI_ExtraFlags = (void *)0x052060F8; +const void * RTTI_ExtraFogVolume = (void *)0x05207C08; +const void * RTTI_ExtraFollower = (void *)0x05206420; +const void * RTTI_ExtraFollowerSwimBreadcrumbs = (void *)0x05207C90; +const void * RTTI_ExtraForcedLandingMarker = (void *)0x05205CA0; +const void * RTTI_ExtraForcedTarget = (void *)0x05206150; +const void * RTTI_ExtraFriendHits = (void *)0x052073B0; +const void * RTTI_ExtraFromAlias = (void *)0x05205EB8; +const void * RTTI_ExtraFurnitureEntryData = (void *)0x05207530; +const void * RTTI_ExtraGeometryDirtynessScale = (void *)0x05206038; +const void * RTTI_ExtraGhost = (void *)0x05207948; +const void * RTTI_ExtraGlobal = (void *)0x05206538; +const void * RTTI_ExtraGroupedPackin = (void *)0x05205300; +const void * RTTI_ExtraGuardedRefData = (void *)0x05207318; +const void * RTTI_ExtraHasNoRumors = (void *)0x05205920; +const void * RTTI_ExtraHavok = (void *)0x05204D48; +const void * RTTI_ExtraHeadTrackingWeight = (void *)0x05206658; +const void * RTTI_ExtraHeadingTarget = (void *)0x052067C0; +const void * RTTI_ExtraHealth = (void *)0x052064C0; +const void * RTTI_ExtraHorse = (void *)0x052061A0; +const void * RTTI_ExtraIgnoredAttractKeywords = (void *)0x052055B0; +const void * RTTI_ExtraIgnoredBySandbox = (void *)0x052072E8; +const void * RTTI_ExtraInitActions = (void *)0x051EFB18; +const void * RTTI_ExtraInputEnableLayer = (void *)0x05207590; +const void * RTTI_ExtraInstanceData = (void *)0x052071E0; +const void * RTTI_ExtraInteraction = (void *)0x052078F8; +const void * RTTI_ExtraInvestedGold = (void *)0x05205508; +const void * RTTI_ExtraItemDropper = (void *)0x05207920; +const void * RTTI_ExtraKeywords = (void *)0x05205BF0; +const void * RTTI_ExtraLargeRefOwnerCells = (void *)0x052057B8; +const void * RTTI_ExtraLastFinishedSequence = (void *)0x05207A00; +const void * RTTI_ExtraLevCreaModifier = (void *)0x05207778; +const void * RTTI_ExtraLeveledBaseObject = (void *)0x052077A8; +const void * RTTI_ExtraLeveledCreature = (void *)0x05207F30; +const void * RTTI_ExtraLeveledItem = (void *)0x05206510; +const void * RTTI_ExtraLight = (void *)0x05207F60; +const void * RTTI_ExtraLightAreaData = (void *)0x05206A28; +const void * RTTI_ExtraLightBarndoorData = (void *)0x05206A80; +const void * RTTI_ExtraLightColorData = (void *)0x05206938; +const void * RTTI_ExtraLightData = (void *)0x052057E8; +const void * RTTI_ExtraLightFlickerData = (void *)0x05206998; +const void * RTTI_ExtraLightGoboData = (void *)0x052069C8; +const void * RTTI_ExtraLightLayerData = (void *)0x05206968; +const void * RTTI_ExtraLightRoundnessData = (void *)0x052069F8; +const void * RTTI_ExtraLightStaticShadowMapData = (void *)0x05205758; +const void * RTTI_ExtraLightVolumetricData = (void *)0x052068E8; +const void * RTTI_ExtraLinkedChildrenAliasInstanceArray = (void *)0x05207370; +const void * RTTI_ExtraLinkedRef = (void *)0x052063D0; +const void * RTTI_ExtraLinkedRefChildren = (void *)0x05207A58; +const void * RTTI_ExtraLitWaterRefs = (void *)0x052059A0; +const void * RTTI_ExtraLocation = (void *)0x05205DE8; +const void * RTTI_ExtraLocationRefType = (void *)0x05207AE0; +const void * RTTI_ExtraLock = (void *)0x05206918; +const void * RTTI_ExtraLockList = (void *)0x05205E10; +const void * RTTI_ExtraMagicCaster = (void *)0x05204F60; +const void * RTTI_ExtraMapMarker = (void *)0x05207E90; +const void * RTTI_ExtraMaterialSwap = (void *)0x05205B98; +const void * RTTI_ExtraMissingRefIDs = (void *)0x05206098; +const void * RTTI_ExtraModIndex = (void *)0x05205388; +const void * RTTI_ExtraModRank = (void *)0x05205790; +const void * RTTI_ExtraModelSwap = (void *)0x05205948; +const void * RTTI_ExtraNavMeshPortal = (void *)0x052066E8; +const void * RTTI_ExtraNorthRotation = (void *)0x05204CB8; +const void * RTTI_ExtraObjectBreakable = (void *)0x05205A58; +const void * RTTI_ExtraObjectSavedDynamicIdles = (void *)0x05205610; +const void * RTTI_ExtraObjectSavedUnrecoverableSubgraphs = (void *)0x05205648; +const void * RTTI_ExtraOcclusionPlaneRefData = (void *)0x052066B0; +const void * RTTI_ExtraOpenCloseActivateRef = (void *)0x05205EE0; +const void * RTTI_ExtraOriginalBaseObject = (void *)0x05205E88; +const void * RTTI_ExtraOriginalReference = (void *)0x052063A0; +const void * RTTI_ExtraOutfitItem = (void *)0x05206498; +const void * RTTI_ExtraOwnership = (void *)0x052065B0; +const void * RTTI_ExtraOwningInstance = (void *)0x05205D28; +const void * RTTI_ExtraPackage = (void *)0x05207B40; +const void * RTTI_ExtraPackageData = (void *)0x05205898; +const void * RTTI_ExtraPackageStartLocation = (void *)0x052075F0; +const void * RTTI_ExtraPatrolRefData = (void *)0x05206740; +const void * RTTI_ExtraPatrolRefInUseData = (void *)0x05207CC8; +const void * RTTI_ExtraPersistentCell = (void *)0x05207620; +const void * RTTI_ExtraPlacedPlanetContent = (void *)0x05204E78; +const void * RTTI_ExtraPlayerCrimeList = (void *)0x05207B10; +const void * RTTI_ExtraPoison = (void *)0x05206378; +const void * RTTI_ExtraPowerArmor = (void *)0x05207238; +const void * RTTI_ExtraPowerArmorPreload = (void *)0x05207208; +const void * RTTI_ExtraPowerLinks = (void *)0x05206350; +const void * RTTI_ExtraPrimitive = (void *)0x05205F68; +const void * RTTI_ExtraProceduralInstanceData = (void *)0x052056F0; +const void * RTTI_ExtraProcessMiddleLow = (void *)0x05204C60; +const void * RTTI_ExtraProjectedDecalData = (void *)0x05205F90; +const void * RTTI_ExtraPromotedRef = (void *)0x05207348; +const void * RTTI_ExtraPropertySheet = (void *)0x052053B0; +const void * RTTI_ExtraRadioData = (void *)0x05206718; +const void * RTTI_ExtraRadioReceiver = (void *)0x05205AB0; +const void * RTTI_ExtraRadioRepeater = (void *)0x05205AE0; +const void * RTTI_ExtraRadius = (void *)0x052058C0; +const void * RTTI_ExtraRadiusFalloffExponent = (void *)0x052058E8; +const void * RTTI_ExtraRagDollData = (void *)0x05207870; +const void * RTTI_ExtraRandomAnimStartTime = (void *)0x052056C0; +const void * RTTI_ExtraRandomTeleportMarker = (void *)0x052079D0; +const void * RTTI_ExtraRangedDistOverride = (void *)0x052060C8; +const void * RTTI_ExtraRank = (void *)0x05206560; +const void * RTTI_ExtraRefWeaponSounds = (void *)0x052075C0; +const void * RTTI_ExtraReferenceGroup = (void *)0x05205B68; +const void * RTTI_ExtraReferenceHandles = (void *)0x05205DB8; +const void * RTTI_ExtraReflectedRefs = (void *)0x052059C8; +const void * RTTI_ExtraReflectorRefs = (void *)0x052059F8; +const void * RTTI_ExtraRefrPath = (void *)0x05207260; +const void * RTTI_ExtraRefractionProperty = (void *)0x05207DB0; +const void * RTTI_ExtraRegionList = (void *)0x05204D70; +const void * RTTI_ExtraReservedMarkers = (void *)0x05207748; +const void * RTTI_ExtraRoomRefData = (void *)0x05207D58; +const void * RTTI_ExtraRunOncePacks = (void *)0x05207B98; +const void * RTTI_ExtraSavedAnimation = (void *)0x05207970; +const void * RTTI_ExtraSavedHavokData = (void *)0x05207DE0; +const void * RTTI_ExtraSayToTopicInfo = (void *)0x05207C30; +const void * RTTI_ExtraSayTopicInfoOnceADay = (void *)0x05207D28; +const void * RTTI_ExtraScale = (void *)0x052063F8; +const void * RTTI_ExtraSceneData = (void *)0x05206688; +const void * RTTI_ExtraScriptedAnimDependence = (void *)0x05207288; +const void * RTTI_ExtraSeed = (void *)0x05207EB8; +const void * RTTI_ExtraSeenData = (void *)0x05204C90; +const void * RTTI_ExtraShipArrivalData = (void *)0x05206320; +const void * RTTI_ExtraShipBlueprintSnapData = (void *)0x052077D8; +const void * RTTI_ExtraShouldWear = (void *)0x05207ED8; +const void * RTTI_ExtraSnapLinks = (void *)0x05205360; +const void * RTTI_ExtraSoul = (void *)0x05207650; +const void * RTTI_ExtraSound = (void *)0x05207E40; +const void * RTTI_ExtraSoundHook = (void *)0x05206770; +const void * RTTI_ExtraSourcePackIn = (void *)0x052054E0; +const void * RTTI_ExtraSpawnContainer = (void *)0x052076C0; +const void * RTTI_ExtraStartingPosition = (void *)0x05206580; +const void * RTTI_ExtraStartingWorldOrCell = (void *)0x05207408; +const void * RTTI_ExtraTeleport = (void *)0x052068C0; +const void * RTTI_ExtraTeleportName = (void *)0x05205E60; +const void * RTTI_ExtraTempLocationWorldSpace = (void *)0x05207810; +const void * RTTI_ExtraTerminalMenuBodyTextItems = (void *)0x052053E0; +const void * RTTI_ExtraTerminalMenuItems = (void *)0x05205450; +const void * RTTI_ExtraTerminalMenuMenuItems = (void *)0x05205480; +const void * RTTI_ExtraTerminalMenuUnlockedItems = (void *)0x05205418; +const void * RTTI_ExtraTextDisplayData = (void *)0x05206600; +const void * RTTI_ExtraTimeLeft = (void *)0x05206448; +const void * RTTI_ExtraTimeOfDayData = (void *)0x05205728; +const void * RTTI_ExtraTransitionCellCount = (void *)0x052061F0; +const void * RTTI_ExtraTraversalData = (void *)0x05207500; +const void * RTTI_ExtraTresPassPackage = (void *)0x05205D58; +const void * RTTI_ExtraUniqueID = (void *)0x05206178; +const void * RTTI_ExtraUsedMarkers = (void *)0x05207848; +const void * RTTI_ExtraVoiceType = (void *)0x05205530; +const void * RTTI_ExtraVolumeData = (void *)0x05206070; +const void * RTTI_ExtraVolumeReflectionProbe_OffsetIntensity = (void *)0x05205FF0; +const void * RTTI_ExtraWaterCurrentZoneData = (void *)0x05206120; +const void * RTTI_ExtraWaterData = (void *)0x052072C0; +const void * RTTI_ExtraWaterLightRefs = (void *)0x05205970; +const void * RTTI_ExtraWaterReflectionData = (void *)0x05205BC0; +const void * RTTI_ExtraWorkshopSnapping = (void *)0x0524EB70; +const void * RTTI_ExtraWwiseSwitchData = (void *)0x0526FD18; +const void * RTTI_EyeTrackingOffHandler = (void *)0x05377A70; +const void * RTTI_EyeTrackingOnHandler = (void *)0x05377A40; +const void * RTTI_FACEFX_ACTOR = (void *)0x051EFEF8; +const void * RTTI_FACEFX_BONESET = (void *)0x051F00C0; +const void * RTTI_FOCollisionListener = (void *)0x05278050; +const void * RTTI_FaceEmotionalIdleHandler = (void *)0x053782E8; +const void * RTTI_FaderMenu = (void *)0x053B5E88; +const void * RTTI_FanfareData = (void *)0x052B7B80; +const void * RTTI_FanfareMenu = (void *)0x052B7C28; +const void * RTTI_FanfareMenu__FanfareEventShuttle = (void *)0x052B7C50; +const void * RTTI_FarTravel__Arrival = (void *)0x05334FE0; +const void * RTTI_FarTravel__Cruise = (void *)0x05334FB8; +const void * RTTI_FarTravel__Departure = (void *)0x05334F20; +const void * RTTI_FarTravel__FarTravelOrbitalUpdateFadeDone = (void *)0x05334F78; +const void * RTTI_FarTravel__FarTravelUnloadNode = (void *)0x05253748; +const void * RTTI_FarTravel__UpdateGalacticPositions = (void *)0x05334EE8; +const void * RTTI_FavoritesManager = (void *)0x053B72A0; +const void * RTTI_FavoritesManager__FavoritesData = (void *)0x053B7568; +const void * RTTI_FavoritesManager__FavoritesEntryData = (void *)0x053B7528; +const void * RTTI_FavoritesManager__FavoritesUIDataEventShuttle = (void *)0x053B74E0; +const void * RTTI_FavoritesMenu = (void *)0x053B7838; +const void * RTTI_FavoritesMenu_AssignQuickkey = (void *)0x053B71E8; +const void * RTTI_FavoritesMenu_UseQuickkey = (void *)0x053B7220; +const void * RTTI_FindConnectedNavmeshInfosVisitor = (void *)0x0528B388; +const void * RTTI_FindDynamicNeighborsTask = (void *)0x051159B0; +const void * RTTI_FindEffectKeywordOnTargetFunctor = (void *)0x053316D8; +const void * RTTI_FindTriangleForLocationFilter = (void *)0x051DE7E0; +const void * RTTI_FindTriangleForLocationFilterCheckDeltaZ = (void *)0x051DE708; +const void * RTTI_FindTriangleForLocationTraversableFilter = (void *)0x0543E470; +const void * RTTI_FindTriangleForLocationWaterFilter = (void *)0x0543E430; +const void * RTTI_FireForgetModel = (void *)0x052C6740; +const void * RTTI_FireForgetModel__FireForgetEventShuttle = (void *)0x052C6768; +const void * RTTI_FireParticlesCollidedWithBodiesCallbackTask = (void *)0x05115AE0; +const void * RTTI_FireParticlesCollidedWithParticlesCallbackTask = (void *)0x05115A90; +const void * RTTI_FireParticlesExitedSafeRegionCallbackTask = (void *)0x05115B30; +const void * RTTI_FirstPersonState = (void *)0x053B12E8; +const void * RTTI_FlameProjectile = (void *)0x0537B060; +const void * RTTI_FleePackage = (void *)0x0511EC70; +const void * RTTI_FlightActionEndHandler = (void *)0x05377530; +const void * RTTI_FlightActionEntryEndHandler = (void *)0x053774F8; +const void * RTTI_FlightActionHandler = (void *)0x053774C8; +const void * RTTI_FlightCameraState = (void *)0x053B13C0; +const void * RTTI_FlightCrashLandStartHandler = (void *)0x05377560; +const void * RTTI_FlightCruisingHandler = (void *)0x053779B0; +const void * RTTI_FlightHoveringHandler = (void *)0x053779E0; +const void * RTTI_FlightLandEndHandler = (void *)0x05377620; +const void * RTTI_FlightLandHandler = (void *)0x053775F8; +const void * RTTI_FlightLandingHandler = (void *)0x05377598; +const void * RTTI_FlightPerchingHandler = (void *)0x053775C8; +const void * RTTI_FlightTakeOffHandler = (void *)0x05377980; +const void * RTTI_Float3LightAnimData = (void *)0x051F7470; +const void * RTTI_Float4LightAnimData = (void *)0x051F7418; +const void * RTTI_FloatLightAnimData = (void *)0x051F73E8; +const void * RTTI_FoodCraftingMenu = (void *)0x052F97F8; +const void * RTTI_FootIKNode = (void *)0x053FB5F8; +const void * RTTI_FootIKNodeInstance = (void *)0x053FBC28; +const void * RTTI_ForceWeaponFireHandler = (void *)0x05378600; +const void * RTTI_FormStreamerLoadStorageWrapper = (void *)0x0533BBD0; +const void * RTTI_FormStreamerSaveStorageWrapper = (void *)0x0533BB98; +const void * RTTI_FreeAdvancedCameraState = (void *)0x053B1898; +const void * RTTI_FreeFlyCameraState = (void *)0x053B18C8; +const void * RTTI_FreeTetheredCameraState = (void *)0x053B1390; +const void * RTTI_FreeWalkCameraState = (void *)0x053B1868; +const void * RTTI_FrenzyEffect = (void *)0x05332488; +const void * RTTI_FurnitureCameraState = (void *)0x053B1310; +const void * RTTI_FurnitureMarkerNavmeshPositionCache = (void *)0x051B4780; +const void * RTTI_GPUCaptureHandler = (void *)0x053B9F80; +const void * RTTI_GameBIEvents__ClientSettingsBIEvents = (void *)0x05334178; +const void * RTTI_GameBIEvents__PlayerBIEvents = (void *)0x053343A8; +const void * RTTI_GameMenuBase = (void *)0x052B7440; +const void * RTTI_GameScript__ActorValueEventHandler = (void *)0x053C0580; +const void * RTTI_GameScript__AffinityEventHandler = (void *)0x053C0DA0; +const void * RTTI_GameScript__BasicEventHandler = (void *)0x053DAD28; +const void * RTTI_GameScript__BuilderEventHandler = (void *)0x053C17B8; +const void * RTTI_GameScript__ChallengeEventHandler = (void *)0x052BD3A0; +const void * RTTI_GameScript__CombatEventHandler = (void *)0x053C24A8; +const void * RTTI_GameScript__CustomEventHandler = (void *)0x053C38B0; +const void * RTTI_GameScript__DataFileHandleReaderWriter = (void *)0x053C1068; +const void * RTTI_GameScript__DebuggerMessages__ContinueRequest = (void *)0x053BE050; +const void * RTTI_GameScript__DebuggerMessages__DisconnectRequest = (void *)0x053BDC50; +const void * RTTI_GameScript__DebuggerMessages__Event = (void *)0x053BDD68; +const void * RTTI_GameScript__DebuggerMessages__NextRequest = (void *)0x053BDE90; +const void * RTTI_GameScript__DebuggerMessages__OutputEvent = (void *)0x053BD018; +const void * RTTI_GameScript__DebuggerMessages__PauseRequest = (void *)0x053BDC08; +const void * RTTI_GameScript__DebuggerMessages__ProtocolMessage = (void *)0x053BDD20; +const void * RTTI_GameScript__DebuggerMessages__Request = (void *)0x053BDCD8; +const void * RTTI_GameScript__DebuggerMessages__Response = (void *)0x053BDC98; +const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsRequest = (void *)0x053BDF60; +const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsResponse = (void *)0x053BCEB0; +const void * RTTI_GameScript__DebuggerMessages__StackTraceRequest = (void *)0x053BDFB0; +const void * RTTI_GameScript__DebuggerMessages__StackTraceResponse = (void *)0x053BCF00; +const void * RTTI_GameScript__DebuggerMessages__StepInRequest = (void *)0x053BDE50; +const void * RTTI_GameScript__DebuggerMessages__StepOutRequest = (void *)0x053BDE00; +const void * RTTI_GameScript__DebuggerMessages__StoppedEvent = (void *)0x053BCFD8; +const void * RTTI_GameScript__DebuggerMessages__ThreadEvent = (void *)0x053BCF98; +const void * RTTI_GameScript__DebuggerMessages__ThreadsRequest = (void *)0x053BE000; +const void * RTTI_GameScript__DebuggerMessages__ThreadsResponse = (void *)0x053BCF50; +const void * RTTI_GameScript__DebuggerMessages__ValueRequest = (void *)0x053BDED0; +const void * RTTI_GameScript__DebuggerMessages__ValueResponse = (void *)0x053BCE20; +const void * RTTI_GameScript__DebuggerMessages__VariablesRequest = (void *)0x053BDF10; +const void * RTTI_GameScript__DebuggerMessages__VariablesResponse = (void *)0x053BCE60; +const void * RTTI_GameScript__DebuggerMessages__VersionEvent = (void *)0x053BD058; +const void * RTTI_GameScript__DelayFunctor = (void *)0x053BEA98; +const void * RTTI_GameScript__DelayFunctorFactory = (void *)0x051C15E8; +const void * RTTI_GameScript__DistanceEventHandler = (void *)0x053DD0B0; +const void * RTTI_GameScript__FragmentEventHandler = (void *)0x053C2960; +const void * RTTI_GameScript__HandlePolicy = (void *)0x053C9298; +const void * RTTI_GameScript__Internal__AnimationCallbacks = (void *)0x053C0FB0; +const void * RTTI_GameScript__Internal__LOSDetectionEventData = (void *)0x053C4CC0; +const void * RTTI_GameScript__Internal__LOSDirectEventData = (void *)0x053C4D00; +const void * RTTI_GameScript__Internal__LOSEventData = (void *)0x053C4670; +const void * RTTI_GameScript__InventoryEventHandler = (void *)0x053C43A8; +const void * RTTI_GameScript__LOSEventHandler = (void *)0x053C46A8; +const void * RTTI_GameScript__Logger = (void *)0x053C3918; +const void * RTTI_GameScript__MenuEventHandler = (void *)0x053C5068; +const void * RTTI_GameScript__ObjectBindPolicy = (void *)0x053C9900; +const void * RTTI_GameScript__PathingCallbackMgr = (void *)0x053C5808; +const void * RTTI_GameScript__Profiler = (void *)0x053C5880; +const void * RTTI_GameScript__QuestCallbackMgr = (void *)0x053C5B48; +const void * RTTI_GameScript__RemoteDebugger = (void *)0x053BDDD0; +const void * RTTI_GameScript__SaveFileHandleReaderWriter = (void *)0x053C0FF0; +const void * RTTI_GameScript__SavePatcher = (void *)0x053C5C60; +const void * RTTI_GameScript__ScriptSpaceCellCreateComplete = (void *)0x053C1688; +const void * RTTI_GameScript__ScriptSpaceshipCreateComplete = (void *)0x053C15A0; +const void * RTTI_GameScript__SleepEventHandler = (void *)0x053C6038; +const void * RTTI_GameScript__SoundCallbackMgr = (void *)0x053C6070; +const void * RTTI_GameScript__SpaceshipEventHandler = (void *)0x053DB7F0; +const void * RTTI_GameScript__Store = (void *)0x053C62A8; +const void * RTTI_GameScript__TeleportEventHandler = (void *)0x053DBE10; +const void * RTTI_GameScript__TimerEventHandler = (void *)0x053DC4E8; +const void * RTTI_GameScript__TrackedStatsEventHandler = (void *)0x053DC670; +const void * RTTI_GameScript__WaitEventHandler = (void *)0x053DD0E8; +const void * RTTI_GameSettingCollection = (void *)0x051DFA70; +const void * RTTI_GameUIGlobalFunc = (void *)0x052EFB58; +const void * RTTI_GameUIModel = (void *)0x052EFC98; +const void * RTTI_GameVM = (void *)0x053C9938; +const void * RTTI_GamebryoSequence = (void *)0x053FB520; +const void * RTTI_GamebryoSequenceInstance = (void *)0x053FBC58; +const void * RTTI_GenerateMappingToPointsBufferTask = (void *)0x051158C0; +const void * RTTI_GenerateObstacleTask = (void *)0x05224BC0; +const void * RTTI_GenericFrameUpdateOperationsService = (void *)0x051EA0E0; +const void * RTTI_GetBestAmmoFunctor = (void *)0x05266350; +const void * RTTI_GetBestCutterFunctor = (void *)0x05266028; +const void * RTTI_GetBestLightFunctor = (void *)0x052660A8; +const void * RTTI_GetBestWeaponFunctor = (void *)0x05266320; +const void * RTTI_GetMagicItemDescriptionFunctor = (void *)0x05204A98; +const void * RTTI_GetUpEndHandler = (void *)0x05376F90; +const void * RTTI_GetUpStartHandler = (void *)0x053773F0; +const void * RTTI_GlobalFunc_CloseAllMenus = (void *)0x052EF9C0; +const void * RTTI_GlobalFunc_CloseMenu = (void *)0x052EF990; +const void * RTTI_GlobalFunc_PlayMenuSound = (void *)0x052EFEE8; +const void * RTTI_GlobalFunc_StartGameRender = (void *)0x052EFF18; +const void * RTTI_GlobalFunc_UserEvent = (void *)0x052EF960; +const void * RTTI_GraphReferenceNode = (void *)0x053EEB38; +const void * RTTI_GraphReferenceNodeInstance = (void *)0x053EEB00; +const void * RTTI_GraphicsInfoDataModel = (void *)0x052C9F48; +const void * RTTI_GravJumpInitiateCompleteHandler = (void *)0x05377AD8; +const void * RTTI_GravJumpSearch = (void *)0x05221568; +const void * RTTI_GrenadeProjectile = (void *)0x0537B088; +const void * RTTI_GridArray = (void *)0x05219470; +const void * RTTI_GridCellArray = (void *)0x05219930; +const void * RTTI_GroundPathPathingNodeGenerator = (void *)0x05446C20; +const void * RTTI_GroundPathRayValidator = (void *)0x05446C58; +const void * RTTI_GuardActorPackageData = (void *)0x05361F00; +const void * RTTI_GuideEffect = (void *)0x05331158; +const void * RTTI_HUDAmmoCountModel = (void *)0x052F0250; +const void * RTTI_HUDAmmoCountModel__HUDAmmoCountModelShuttle = (void *)0x052F02B0; +const void * RTTI_HUDCommandIconData = (void *)0x052F05D0; +const void * RTTI_HUDCompassDataModel = (void *)0x052CA2B8; +const void * RTTI_HUDCrewBuffDataModel = (void *)0x052C0780; +const void * RTTI_HUDCrosshairDataModel = (void *)0x052CAE40; +const void * RTTI_HUDCrosshairDataModel__HUDCrosshairEventShuttle = (void *)0x052CA9F0; +const void * RTTI_HUDDataModel = (void *)0x052F26F8; +const void * RTTI_HUDDataModel__HUDDataEventShuttle = (void *)0x052F2760; +const void * RTTI_HUDDirectionalHitIndicatorDataModel = (void *)0x052F08C0; +const void * RTTI_HUDEnemyDataModel = (void *)0x052CB0F0; +const void * RTTI_HUDEnemyDataModel__HUDEnemyEventShuttle = (void *)0x052CB0B0; +const void * RTTI_HUDExperienceMeterDataModel = (void *)0x052F1D38; +const void * RTTI_HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle = (void *)0x052F2020; +const void * RTTI_HUDJetpackDataModel = (void *)0x052CB1A8; +const void * RTTI_HUDLocationDataModel = (void *)0x052CB3A0; +const void * RTTI_HUDMenu = (void *)0x053B7958; +const void * RTTI_HUDMessageDataModel = (void *)0x052CB6C8; +const void * RTTI_HUDMessagesMenu = (void *)0x052F9820; +const void * RTTI_HUDNotification_MissionActiveWidgetUpdate = (void *)0x052F3940; +const void * RTTI_HUDNotification_OpenDataMenu = (void *)0x052F39B8; +const void * RTTI_HUDNotification_OpenMissionMenu = (void *)0x052F39F0; +const void * RTTI_HUDNotification_SetMissionActive = (void *)0x052F3980; +const void * RTTI_HUDNotificationsModel = (void *)0x052F3D28; +const void * RTTI_HUDNotificationsModel__HUDNotificationsEventShuttle = (void *)0x052F3740; +const void * RTTI_HUDOpacityModel = (void *)0x052F3EE8; +const void * RTTI_HUDOpacityModel__HUDOpacityEventShuttle = (void *)0x052F3F10; +const void * RTTI_HUDRolloverActivationButtonEvent = (void *)0x052C9110; +const void * RTTI_HUDRolloverActivationCompanionListener = (void *)0x052C9BE8; +const void * RTTI_HUDRolloverActivationCorpseListener = (void *)0x052C9C28; +const void * RTTI_HUDRolloverActivationDisplayCaseListener = (void *)0x052C8C38; +const void * RTTI_HUDRolloverActivationDoorListener = (void *)0x052C9CA8; +const void * RTTI_HUDRolloverActivationFallbackListener = (void *)0x052C6D28; +const void * RTTI_HUDRolloverActivationLootListener = (void *)0x052C9CE0; +const void * RTTI_HUDRolloverActivationNPCListener = (void *)0x052C9D18; +const void * RTTI_HUDRolloverActivationOutpostItemListener = (void *)0x052C6DE0; +const void * RTTI_HUDRolloverActivationOutpostListener = (void *)0x052C7020; +const void * RTTI_HUDRolloverActivationOutpostQCListener = (void *)0x052C7100; +const void * RTTI_HUDRolloverActivationQCItemPressEvent = (void *)0x052C9450; +const void * RTTI_HUDRolloverActivationQuickContainerListener = (void *)0x052C7140; +const void * RTTI_HUDRolloverActivationShipContainerListener = (void *)0x052C9E00; +const void * RTTI_HUDRolloverActivationTeammateListener = (void *)0x052C9E48; +const void * RTTI_HUDRolloverActivationTerminalListener = (void *)0x052C9E88; +const void * RTTI_HUDRolloverDataModel = (void *)0x052C9490; +const void * RTTI_HUDSocialCommandData = (void *)0x052F05A0; +const void * RTTI_HUDSocialCommandDataModel = (void *)0x052F03D0; +const void * RTTI_HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle = (void *)0x052F0460; +const void * RTTI_HUDStarbornPowersDataModel = (void *)0x052CBCE0; +const void * RTTI_HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle = (void *)0x052CBC50; +const void * RTTI_HUDStealthDataModel = (void *)0x052CBFC0; +const void * RTTI_HUDStealthDataModel__HUDStealthEventShuttle = (void *)0x052CC030; +const void * RTTI_HUDSubtitleDataModel = (void *)0x052CC4D8; +const void * RTTI_HUDSubtitleDataModel__HUDSubtitleEventShuttle = (void *)0x052CC5D0; +const void * RTTI_HUDWatchEffectsModel = (void *)0x052CCC18; +const void * RTTI_HUDWatchEffectsModel__HUDWatchEffectsModelShuttle = (void *)0x052CCCF0; +const void * RTTI_HangarShipSelection_ChangeSystemDisplay = (void *)0x052BB680; +const void * RTTI_HangarShipSelection_RepairShip = (void *)0x052BB890; +const void * RTTI_HangarShipSelection_UpgradeSystem = (void *)0x052BB648; +const void * RTTI_HasSpellVisitor = (void *)0x0535A5E8; +const void * RTTI_HavokErrorCRTestApp = (void *)0x051B4978; +const void * RTTI_HavokFileStreambufWriter = (void *)0x05278738; +const void * RTTI_HavokParticleDef__BaseShape = (void *)0x0540D6D8; +const void * RTTI_HavokParticleDef__BoxShape = (void *)0x0540D780; +const void * RTTI_HavokParticleDef__CapsuleShape = (void *)0x0540D7B0; +const void * RTTI_HavokParticleDef__ConvexShape = (void *)0x0540D820; +const void * RTTI_HavokParticleDef__CubeShape = (void *)0x0540D748; +const void * RTTI_HavokParticleDef__CylinderShape = (void *)0x0540D7E8; +const void * RTTI_HavokParticleDef__SphereShape = (void *)0x0540D710; +const void * RTTI_HavokStreambufFactory = (void *)0x052784C8; +const void * RTTI_Hazard = (void *)0x0511E7F0; +const void * RTTI_HeadTrackingOffHandler = (void *)0x05377A10; +const void * RTTI_HeadTrackingOnHandler = (void *)0x05377860; +const void * RTTI_HeadTrackingRotationOffHandler = (void *)0x05377948; +const void * RTTI_HeadTrackingRotationOnHandler = (void *)0x05377AA0; +const void * RTTI_HealthDamageFunctor = (void *)0x0537C7C0; +const void * RTTI_HeapAllocator = (void *)0x053FED48; +const void * RTTI_HelpData = (void *)0x052BEA00; +const void * RTTI_HelpDataModel = (void *)0x052BEC38; +const void * RTTI_HelpDataModel__HelpDataModelEventShuttle = (void *)0x052BEBF8; +const void * RTTI_HelpTopicData = (void *)0x052BEAB0; +const void * RTTI_HideSubsegmentHandler = (void *)0x05377BB8; +const void * RTTI_HighlightManager = (void *)0x05217770; +const void * RTTI_HitFrameHandler = (void *)0x05378930; +const void * RTTI_HorseCameraState = (void *)0x053B1340; +const void * RTTI_HudModeDataModel = (void *)0x052CBA40; +const void * RTTI_HudModeDataModel__HUDModeEventShuttle = (void *)0x052CBA00; +const void * RTTI_IAIWorldLocation = (void *)0x051DE4B0; +const void * RTTI_IAIWorldLocationHandle = (void *)0x0527AF90; +const void * RTTI_IAimAssistImpl = (void *)0x05296DA0; +const void * RTTI_IAnimationEventDataForEachFunctor = (void *)0x051E0648; +const void * RTTI_IAnimationGraphManagerLoadingTask = (void *)0x05273168; +const void * RTTI_IAnimationStanceData = (void *)0x053FDA58; +const void * RTTI_IAnimationStreamWrite = (void *)0x05266C38; +const void * RTTI_IBGSBaseFormData = (void *)0x051DC658; +const void * RTTI_ICheckEndReachedFunctor = (void *)0x05443D68; +const void * RTTI_ICheckEndReachedFunctorMapper = (void *)0x05443DD0; +const void * RTTI_ICommandLineHandler = (void *)0x051C14F8; +const void * RTTI_IConvexOverlapImpl = (void *)0x0510FE10; +const void * RTTI_IConvexOverlapImpl__ShapeInterface = (void *)0x0510FE40; +const void * RTTI_IDEvent = (void *)0x053FF200; +const void * RTTI_IDataModel = (void *)0x051E6338; +const void * RTTI_IExplosionFactory = (void *)0x051BB068; +const void * RTTI_IFadeDoneCallback = (void *)0x0525D200; +const void * RTTI_IFormComponentFactoryCreator = (void *)0x05154C28; +const void * RTTI_IFormComponentFactoryCreator__ReserveControl = (void *)0x051E4F00; +const void * RTTI_IFormFactory = (void *)0x051B6960; +const void * RTTI_IFormFactory__IFactoryVisitor = (void *)0x0520FBB8; +const void * RTTI_IHUDRolloverActivationListener = (void *)0x052C6D68; +const void * RTTI_IMemoryManagerFile = (void *)0x0534C368; +const void * RTTI_IMemoryManagerFileFactory = (void *)0x051B9158; +const void * RTTI_IMemoryStore = (void *)0x0533C1C0; +const void * RTTI_IMemoryStoreBase = (void *)0x0533C198; +const void * RTTI_IMenu = (void *)0x051FB988; +const void * RTTI_IMessageBoxCallback = (void *)0x0525C338; +const void * RTTI_IMovementAvoidanceManager = (void *)0x05361210; +const void * RTTI_IMovementControllerNPCFunctor = (void *)0x0534A350; +const void * RTTI_IMovementDirectControl = (void *)0x05361808; +const void * RTTI_IMovementFormIDManager = (void *)0x051B9218; +const void * RTTI_IMovementPDControllerAccess = (void *)0x05443F30; +const void * RTTI_IMovementParameters = (void *)0x051B3B88; +const void * RTTI_IMovementPlannerDirectControl = (void *)0x053617D0; +const void * RTTI_IMovementPlannerSetArbitration = (void *)0x05443470; +const void * RTTI_IMovementPlayIdleResult = (void *)0x05443E70; +const void * RTTI_IMovementQueryFlight = (void *)0x05446AF0; +const void * RTTI_IMovementQueryPathFollowing = (void *)0x05443E38; +const void * RTTI_IMovementQueryState = (void *)0x05361950; +const void * RTTI_IMovementQueryStaticAvoider = (void *)0x05444058; +const void * RTTI_IMovementQueryTweener = (void *)0x05443AD0; +const void * RTTI_IMovementQueryTweenerState = (void *)0x05444240; +const void * RTTI_IMovementSetCorrectionData = (void *)0x05444278; +const void * RTTI_IMovementSetGoal = (void *)0x054433B8; +const void * RTTI_IMovementSetPathFollowing = (void *)0x05443E08; +const void * RTTI_IMovementSetRollTarget = (void *)0x05443F68; +const void * RTTI_IMovementSetSprinting = (void *)0x0521C440; +const void * RTTI_IMovementSetState = (void *)0x05443ED0; +const void * RTTI_IMovementSetStaticAvoider = (void *)0x05444090; +const void * RTTI_IMovementSetWarp = (void *)0x05361A48; +const void * RTTI_INIPrefSetting = (void *)0x051A5218; +const void * RTTI_INIPrefSettingCollection = (void *)0x051E5878; +const void * RTTI_INISettingCollection = (void *)0x051520E8; +const void * RTTI_INavmeshSearchFilterSet = (void *)0x0528C1D0; +const void * RTTI_IOControlNode = (void *)0x051F0E08; +const void * RTTI_IOManager = (void *)0x05410A80; +const void * RTTI_IOManagerThread = (void *)0x05410AA0; +const void * RTTI_IOManager__SystemTaskService = (void *)0x05410990; +const void * RTTI_IOPostProcessNode = (void *)0x051F2048; +const void * RTTI_IOPostProcessTaskNode = (void *)0x05410938; +const void * RTTI_IOSystemTask = (void *)0x051F1FE8; +const void * RTTI_IOTask = (void *)0x051FC2D8; +const void * RTTI_IOTaskNode = (void *)0x05410968; +const void * RTTI_IPackageData = (void *)0x05119798; +const void * RTTI_IPackageDataTypeCheck = (void *)0x051C1B68; +const void * RTTI_IPathBuilder = (void *)0x05283778; +const void * RTTI_IPathBuilderFactoryBase = (void *)0x051A3308; +const void * RTTI_IPathBuilderTracker = (void *)0x051C1620; +const void * RTTI_IPathFollowerState = (void *)0x05446E50; +const void * RTTI_IPathSmootherRayCast = (void *)0x0543E4B0; +const void * RTTI_IPathingNodeGenerator = (void *)0x05446CB8; +const void * RTTI_IPostAnimationChannelUpdateFunctor = (void *)0x052666D0; +const void * RTTI_IProcedure = (void *)0x051DEDF8; +const void * RTTI_IProcedureTreeExecState = (void *)0x051DEDC8; +const void * RTTI_IProcedureTreeItem = (void *)0x05280990; +const void * RTTI_IRaceSubGraphDataFunctor = (void *)0x051E0870; +const void * RTTI_ISelectIdleFilter = (void *)0x054449C8; +const void * RTTI_ISmoothingRayValidator = (void *)0x05446C88; +const void * RTTI_ISpecialPurposeComponentHandler = (void *)0x051C1D10; +const void * RTTI_IStaticAvoidNodeManager = (void *)0x05361D28; +const void * RTTI_IStringForwarder = (void *)0x053B22F0; +const void * RTTI_ITempEffectFactory = (void *)0x051C1650; +const void * RTTI_ITextRenderer = (void *)0x051C1998; +const void * RTTI_ITrianglePathSplitter = (void *)0x0543E4E0; +const void * RTTI_ITweenerNodeFollowerSetup = (void *)0x05361AA8; +const void * RTTI_IUIValue = (void *)0x051E6418; +const void * RTTI_IValidateGoalFunctor = (void *)0x0537CC58; +const void * RTTI_IVisitProcedures = (void *)0x05271EF0; +const void * RTTI_IdleDialogueEnterHandler = (void *)0x053785D0; +const void * RTTI_IdleDialogueExitHandler = (void *)0x05378460; +const void * RTTI_IdleFlavorHandler = (void *)0x053783A0; +const void * RTTI_ImageFixtureEvent_RequestImage = (void *)0x0542DEA8; +const void * RTTI_ImageFixtureEvent_UnregisterImage = (void *)0x0542DEE0; +const void * RTTI_ImageFixtureManager = (void *)0x05151F80; +const void * RTTI_ImageSpaceManagerAgent = (void *)0x051FAD68; +const void * RTTI_ImageSpaceModifierInstance = (void *)0x05260460; +const void * RTTI_ImageSpaceModifierInstanceCinematic = (void *)0x052604D0; +const void * RTTI_ImageSpaceModifierInstanceDOF = (void *)0x05260548; +const void * RTTI_ImageSpaceModifierInstanceForm = (void *)0x05260498; +const void * RTTI_ImageSpaceModifierInstanceRB = (void *)0x05260510; +const void * RTTI_ImageSpaceModifierInstanceTemp = (void *)0x05260428; +const void * RTTI_ImmunityEffect = (void *)0x05331180; +const void * RTTI_IndustrialCraftingMenu = (void *)0x052F9848; +const void * RTTI_IngredientItem = (void *)0x05204850; +const void * RTTI_InitActionI = (void *)0x051FABC8; +const void * RTTI_InitializeTraversalSubgraphDataFunctor = (void *)0x05222370; +const void * RTTI_InputMemoryStreamBuffer = (void *)0x05455DA0; +const void * RTTI_IntSeenData = (void *)0x0511C3E0; +const void * RTTI_InteractionCombatDataCollectFunctor = (void *)0x05216CF8; +const void * RTTI_InterruptCastHandler = (void *)0x05377650; +const void * RTTI_InventoryDataModelNS__InventoryItem = (void *)0x052B82A0; +const void * RTTI_InventoryDataModelNS__LootItem = (void *)0x052C9768; +const void * RTTI_InventoryMenu = (void *)0x052FB900; +const void * RTTI_InventoryMenu_Change3DView = (void *)0x052FB9C8; +const void * RTTI_InventoryMenu_DropItem = (void *)0x052FBBA8; +const void * RTTI_InventoryMenu_HideModel = (void *)0x052FBC08; +const void * RTTI_InventoryMenu_LoadModel = (void *)0x052FBC38; +const void * RTTI_InventoryMenu_OnEnterCategory = (void *)0x052FBB00; +const void * RTTI_InventoryMenu_OpenCargoHold = (void *)0x052FBAC8; +const void * RTTI_InventoryMenu_PaperDollTryOn = (void *)0x052FBA00; +const void * RTTI_InventoryMenu_ResetPaperDollInv = (void *)0x052FB990; +const void * RTTI_InventoryMenu_SelectItem = (void *)0x052FBBD8; +const void * RTTI_InventoryMenu_SetMouseOverModel = (void *)0x052FBB38; +const void * RTTI_InventoryMenu_StartCloseAnim = (void *)0x052FBA90; +const void * RTTI_InventoryMenu_ToggleFavorite = (void *)0x052FBB70; +const void * RTTI_InventoryMenu_ToggleHelmet = (void *)0x052FB958; +const void * RTTI_InventoryMenu_ToggleSuit = (void *)0x052FB928; +const void * RTTI_InventoryScoringFunctor = (void *)0x052663B0; +const void * RTTI_Inventory_SetSort = (void *)0x052CD258; +const void * RTTI_InvisibilityEffect = (void *)0x053311A8; +const void * RTTI_IronSightsState = (void *)0x053B1368; +const void * RTTI_ItemCraftingBase = (void *)0x052C2BF0; +const void * RTTI_ItemModInfoCardDataModel = (void *)0x052CE150; +const void * RTTI_ItemModInfoCardDataModel__ItemModInfoCardEventShuttle = (void *)0x052CE100; +const void * RTTI_ItemModdingBase = (void *)0x052C3060; +const void * RTTI_ItemModsDataModel = (void *)0x052CDC58; +const void * RTTI_ItemModsDataModel__ItemModsEventShuttle = (void *)0x052CDC18; +const void * RTTI_JetpackEffect = (void *)0x053312F0; +const void * RTTI_JetpackUtils__TESCellReferenceAttachDetachEventSink = (void *)0x05331550; +const void * RTTI_Json__BuiltStyledStreamWriter = (void *)0x051167B0; +const void * RTTI_Json__CharReader = (void *)0x05116670; +const void * RTTI_Json__CharReaderBuilder = (void *)0x051166C8; +const void * RTTI_Json__CharReader__Factory = (void *)0x05116698; +const void * RTTI_Json__OurCharReader = (void *)0x05116780; +const void * RTTI_Json__StreamWriter = (void *)0x051166F8; +const void * RTTI_Json__StreamWriterBuilder = (void *)0x05116750; +const void * RTTI_Json__StreamWriter__Factory = (void *)0x05116720; +const void * RTTI_JumpAnimEventHandler = (void *)0x053785A0; +const void * RTTI_KillActorHandler = (void *)0x05377838; +const void * RTTI_KillMoveEndHandler = (void *)0x05377270; +const void * RTTI_KillMoveStartHandler = (void *)0x05377240; +const void * RTTI_KnockdownHandler = (void *)0x053780A0; +const void * RTTI_KnockdownTargetHandler = (void *)0x053780C8; +const void * RTTI_LODData = (void *)0x051F4110; +const void * RTTI_LOD__Details__BGSPropagationSite = (void *)0x051E4BE0; +const void * RTTI_LeftHandSpellCastHandler = (void *)0x05378900; +const void * RTTI_LeftHandSpellFireHandler = (void *)0x053788A0; +const void * RTTI_LegacyNif__BSEffectShaderProperty = (void *)0x054982F0; +const void * RTTI_LegacyNif__BSLightingShaderProperty = (void *)0x054982B0; +const void * RTTI_LegacyNif__BSMasterParticleSystem = (void *)0x05497F20; +const void * RTTI_LegacyNif__BSMultiBound = (void *)0x05497B48; +const void * RTTI_LegacyNif__BSMultiBoundNode = (void *)0x05497B10; +const void * RTTI_LegacyNif__BSMultiBoundOBB = (void *)0x05498058; +const void * RTTI_LegacyNif__BSPSysInheritVelocityModifier = (void *)0x05497C48; +const void * RTTI_LegacyNif__BSPSysLODModifier = (void *)0x054980F8; +const void * RTTI_LegacyNif__BSPSysScaleModifier = (void *)0x05497D38; +const void * RTTI_LegacyNif__BSPSysSimpleColorModifier = (void *)0x05498130; +const void * RTTI_LegacyNif__BSPSysSubTexModifier = (void *)0x05498170; +const void * RTTI_LegacyNif__BSPositionData = (void *)0x05497F58; +const void * RTTI_LegacyNif__BSShaderProperty = (void *)0x05498278; +const void * RTTI_LegacyNif__BSShaderTextureSet = (void *)0x054983F8; +const void * RTTI_LegacyNif__BSSubIndexTriShape = (void *)0x05498088; +const void * RTTI_LegacyNif__BSWaterShaderProperty = (void *)0x05498430; +const void * RTTI_LegacyNif__BSWindModifier = (void *)0x05497E50; +const void * RTTI_LegacyNif__NiAlphaProperty = (void *)0x054983C8; +const void * RTTI_LegacyNif__NiPSysAgeDeathModifier = (void *)0x05498240; +const void * RTTI_LegacyNif__NiPSysBombModifier = (void *)0x05497BA0; +const void * RTTI_LegacyNif__NiPSysBoundUpdateModifier = (void *)0x05497CF8; +const void * RTTI_LegacyNif__NiPSysBoxEmitter = (void *)0x05497D70; +const void * RTTI_LegacyNif__NiPSysColliderManager = (void *)0x05497E18; +const void * RTTI_LegacyNif__NiPSysCylinderEmitter = (void *)0x05497DA8; +const void * RTTI_LegacyNif__NiPSysData = (void *)0x05497FB8; +const void * RTTI_LegacyNif__NiPSysDragModifier = (void *)0x05497C88; +const void * RTTI_LegacyNif__NiPSysGravityModifier = (void *)0x05497C10; +const void * RTTI_LegacyNif__NiPSysMeshEmitter = (void *)0x05497DE0; +const void * RTTI_LegacyNif__NiPSysPlanarCollider = (void *)0x05498390; +const void * RTTI_LegacyNif__NiPSysPositionModifier = (void *)0x05497CC0; +const void * RTTI_LegacyNif__NiPSysRotationModifier = (void *)0x05497BD8; +const void * RTTI_LegacyNif__NiPSysSpawnModifier = (void *)0x054980C0; +const void * RTTI_LegacyNif__NiPSysSphereEmitter = (void *)0x05497EE8; +const void * RTTI_LegacyNif__NiParticleSystem = (void *)0x054981D8; +const void * RTTI_LegacyNif__SkyShaderProperty = (void *)0x05498328; +const void * RTTI_LensFlareAttachmentComponent = (void *)0x051E5840; +const void * RTTI_LevelUp_AnimFinished = (void *)0x052F1918; +const void * RTTI_LevelUp_OnWidgetShown = (void *)0x052F19A8; +const void * RTTI_LevelUp_OpenDataMenu = (void *)0x052F1978; +const void * RTTI_LevelUp_ShowSkills = (void *)0x052F1948; +const void * RTTI_LightAnimFormComponent = (void *)0x05119DA8; +const void * RTTI_LightAttachmentFormComponent = (void *)0x051F75A8; +const void * RTTI_LightAttachmentRuntimeComponentUpdateService = (void *)0x0534BDF0; +const void * RTTI_LightEffect = (void *)0x0511E810; +const void * RTTI_LinearVariable = (void *)0x053FC378; +const void * RTTI_LinearVariableInstance = (void *)0x053FC3A0; +const void * RTTI_LinkedCellProcessHelper = (void *)0x053ED028; +const void * RTTI_LoadBufferStorageWrapper = (void *)0x0533BB68; +const void * RTTI_LoadFileStorageWrapper = (void *)0x0533BB38; +const void * RTTI_LoadGameMagicCasterVisitor = (void *)0x05356CD8; +const void * RTTI_LoadSavePanelDataModel = (void *)0x052CFA38; +const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle = (void *)0x052CFBD0; +const void * RTTI_LoadScreenRenderingEventHandler = (void *)0x052BDF38; +const void * RTTI_LoadStorageWrapperBase = (void *)0x0533BE70; +const void * RTTI_LoadTraversalSubgraphDataFunctor = (void *)0x052223E0; +const void * RTTI_LoadedAreaBound = (void *)0x052788A8; +const void * RTTI_LoadedCellDB__IStateControl = (void *)0x051F2070; +const void * RTTI_LoadedCellDB__LoadCell = (void *)0x051F1940; +const void * RTTI_LoadedCellDB__PostProcessCell = (void *)0x051F2010; +const void * RTTI_LoadedCellDB__SignalDoneTask = (void *)0x051F1FB0; +const void * RTTI_LoadingMenu = (void *)0x053B7C88; +const void * RTTI_LoadingMenuDataModel = (void *)0x052CED88; +const void * RTTI_LoadingMenuDataModel__LoadingMenuEventShuttle = (void *)0x052CED40; +const void * RTTI_LoadingMenu_RefreshText = (void *)0x053B7D38; +const void * RTTI_LocalEnvData = (void *)0x052CFD80; +const void * RTTI_LocalEnvData_Frequent = (void *)0x052CFD50; +const void * RTTI_LocalEnvironmentDataModel = (void *)0x052CFD20; +const void * RTTI_LocationTextWidget_FinishedQueue = (void *)0x052F19D8; +const void * RTTI_LockEffect = (void *)0x05331678; +const void * RTTI_LocomotionBlend = (void *)0x053FCB78; +const void * RTTI_LocomotionBlendInstance = (void *)0x053FCB48; +const void * RTTI_LookAtChainData = (void *)0x051EBE88; +const void * RTTI_LookAtChainInstance = (void *)0x051EBE00; +const void * RTTI_LookAtNode = (void *)0x053FC958; +const void * RTTI_LookAtNodeInstance = (void *)0x053FC928; +const void * RTTI_LoopingActivateHandler = (void *)0x05378280; +const void * RTTI_MagicCaster = (void *)0x05204F38; +const void * RTTI_MagicCaster__PostCreationCallback = (void *)0x053316A0; +const void * RTTI_MagicItem = (void *)0x0512FFB8; +const void * RTTI_MagicItemDataCollector = (void *)0x05330958; +const void * RTTI_MagicItemFindKeywordFunctor = (void *)0x05204958; +const void * RTTI_MagicItemTraversalFunctor = (void *)0x05204990; +const void * RTTI_MagicTarget = (void *)0x052F48C0; +const void * RTTI_MagicTarget__IPostCreationModification = (void *)0x05330CC0; +const void * RTTI_Main = (void *)0x0534A250; +const void * RTTI_MainMenu = (void *)0x053B9850; +const void * RTTI_MainMenuConfirmationDataModel = (void *)0x052D10D8; +const void * RTTI_MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle = (void *)0x052D1080; +const void * RTTI_MainMenuGamerInfoDataModel = (void *)0x052D1440; +const void * RTTI_MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle = (void *)0x052D1660; +const void * RTTI_MainMenuListDataModel = (void *)0x052D0FA8; +const void * RTTI_MainMenuListDataModel__MainMenuListEventShuttle = (void *)0x052D0F60; +const void * RTTI_MainMenuMOTDDataModel = (void *)0x052D1348; +const void * RTTI_MainMenuMOTDDataModel__MOTDDataModelEventShuttle = (void *)0x052D1510; +const void * RTTI_MainMenuPipelineProgressDataModel = (void *)0x052D1558; +const void * RTTI_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle = (void *)0x052D17A0; +const void * RTTI_MainMenuStateDataModel = (void *)0x052D1BA0; +const void * RTTI_MainMenuStateDataModel__MainMenuStateEventShuttle = (void *)0x052D1CB0; +const void * RTTI_MainMenu_ActionCanceled = (void *)0x053B9AA0; +const void * RTTI_MainMenu_ActionConfirmed = (void *)0x053B9A70; +const void * RTTI_MainMenu_ConfirmLoad = (void *)0x053B9B00; +const void * RTTI_MainMenu_DeleteSave = (void *)0x053B9738; +const void * RTTI_MainMenu_LegalScreenComplete = (void *)0x053B97C8; +const void * RTTI_MainMenu_SetCharacter = (void *)0x053B9768; +const void * RTTI_MainMenu_StartAction = (void *)0x053B9A40; +const void * RTTI_MainMenu_StartLoad = (void *)0x053B9AD0; +const void * RTTI_MainMenu_UploadSave = (void *)0x053B9798; +const void * RTTI_MassSpringDampenVariable = (void *)0x053FBFE8; +const void * RTTI_MassSpringDampenVariableInstance = (void *)0x053FC018; +const void * RTTI_MaterialLayerInterface = (void *)0x0520B3D0; +const void * RTTI_MaterialLayerSequence = (void *)0x053FB548; +const void * RTTI_MaterialLayerSequenceInstance = (void *)0x053FBC88; +const void * RTTI_MeleeAimAssistData = (void *)0x05248030; +const void * RTTI_MeleeAimAssistImpl = (void *)0x05296DF8; +const void * RTTI_MemoryManagement__PMPEventSink = (void *)0x051C1750; +const void * RTTI_MemoryManagerFile = (void *)0x0534C340; +const void * RTTI_MenuActor = (void *)0x052F48E8; +const void * RTTI_MenuControls = (void *)0x053B9D00; +const void * RTTI_MenuCursor = (void *)0x0542D7A0; +const void * RTTI_MenuOpenHandler = (void *)0x053B9F58; +const void * RTTI_MenuPaperDoll = (void *)0x052F4BD8; +const void * RTTI_MenuTopicManager = (void *)0x05333060; +const void * RTTI_MergeNode = (void *)0x053FCBC8; +const void * RTTI_MergeNodeInstance = (void *)0x053FCBA0; +const void * RTTI_MeshLODDistanceOverride = (void *)0x051F4130; +const void * RTTI_MessageBoxMenu = (void *)0x053BA288; +const void * RTTI_MessageBoxMenu_OnBackOut = (void *)0x053BA258; +const void * RTTI_MessageBoxMenu_OnButtonPress = (void *)0x053BA220; +const void * RTTI_MessageBoxMenu__MessageBoxMenuEventShuttle = (void *)0x053B9FD0; +const void * RTTI_MessageMenuManager = (void *)0x053BA488; +const void * RTTI_MigrateSharedStateFromPreviousView = (void *)0x053386D0; +const void * RTTI_MirrorModifier = (void *)0x053F84C8; +const void * RTTI_MirrorModifierInstance = (void *)0x053FBCC0; +const void * RTTI_MiscStatManager__FindStatByCRC = (void *)0x05271E80; +const void * RTTI_MissileProjectile = (void *)0x0537A660; +const void * RTTI_MissionBoardMenu = (void *)0x052FC980; +const void * RTTI_MissionBoardMenu__MissionBoardMenuEventShuttle = (void *)0x052FC7F0; +const void * RTTI_MissionBoard_MissionEntryChanged = (void *)0x052FC5D8; +const void * RTTI_MissionBoard_MissionEntryPressed = (void *)0x052FC610; +const void * RTTI_MissionMenu_ClearState = (void *)0x052F8280; +const void * RTTI_MissionMenu_PlotToLocation = (void *)0x052F8178; +const void * RTTI_MissionMenu_RejectQuest = (void *)0x052F81E8; +const void * RTTI_MissionMenu_SaveCategoryIndex = (void *)0x052F8248; +const void * RTTI_MissionMenu_SaveOpenedId = (void *)0x052F8218; +const void * RTTI_MissionMenu_ShowItemLocation = (void *)0x052F8140; +const void * RTTI_MissionMenu_ToggleQTDisplay = (void *)0x052F82B0; +const void * RTTI_MissionMenu_ToggleTrackingQuest = (void *)0x052F81B0; +const void * RTTI_MobIterOperator = (void *)0x052743F8; +const void * RTTI_ModelReferenceEffect = (void *)0x05331C40; +const void * RTTI_MomentumAnimation = (void *)0x053FC320; +const void * RTTI_MomentumAnimationInstance = (void *)0x053FC348; +const void * RTTI_MomentumSwitchback = (void *)0x053FC2B8; +const void * RTTI_MomentumSwitchbackInstance = (void *)0x053FC2E8; +const void * RTTI_MonocleMenu = (void *)0x052FF480; +const void * RTTI_MonocleMenu_Bioscan = (void *)0x052FF3F0; +const void * RTTI_MonocleMenu_FastTravel = (void *)0x052FF260; +const void * RTTI_MonocleMenu_Harvest = (void *)0x052FF420; +const void * RTTI_MonocleMenu_Initialize = (void *)0x052FF1B8; +const void * RTTI_MonocleMenu_Outpost = (void *)0x052FF450; +const void * RTTI_MonocleMenu_PhotoMode = (void *)0x052FF390; +const void * RTTI_MonocleMenu_Shutdown = (void *)0x052FF188; +const void * RTTI_MonocleMenu_SocialSpell = (void *)0x052FF3C0; +const void * RTTI_MonocleMenu_StartContainerView = (void *)0x052FF2C8; +const void * RTTI_MonocleMenu_StopContainerView = (void *)0x052FF290; +const void * RTTI_MonocleMenu_SurfaceMap = (void *)0x052FF300; +const void * RTTI_MonocleMenu_UseListScrollControls = (void *)0x052FF228; +const void * RTTI_MonocleMenu_ZoomIn = (void *)0x052FF360; +const void * RTTI_MonocleMenu_ZoomOut = (void *)0x052FF330; +const void * RTTI_MonocleUIDataModel = (void *)0x052EE518; +const void * RTTI_MonocleUIDataModel__EventData = (void *)0x052EE1C8; +const void * RTTI_MonocleUIDataModel__MenuData = (void *)0x052EEB98; +const void * RTTI_MonocleUIDataModel__MenuFreqData = (void *)0x052EDEC0; +const void * RTTI_MonocleUIDataModel__MonocleUIDataEventShuttle = (void *)0x052EE800; +const void * RTTI_MonocleUIDataModel__PickRefData = (void *)0x052EE0C8; +const void * RTTI_MonocleUIDataModel__ResourceArcData = (void *)0x052EE978; +const void * RTTI_MonocleUIDataModel__ResourceData = (void *)0x052EE8A8; +const void * RTTI_MonocleUIDataModel__ScannableMapMarkerData = (void *)0x052EDF00; +const void * RTTI_MonocleUIDataModel__SocialSpellData = (void *)0x052EE8E0; +const void * RTTI_MorphDriverData = (void *)0x05248CD8; +const void * RTTI_MorphDriverInstance = (void *)0x05248D78; +const void * RTTI_MotionDrivenHandler = (void *)0x05377468; +const void * RTTI_MotionDrivenHandlerReference = (void *)0x05377D30; +const void * RTTI_MountDismountEndHandler = (void *)0x05376FE8; +const void * RTTI_MountInteraction = (void *)0x0535BF20; +const void * RTTI_MouseMoveEvent = (void *)0x053FF188; +const void * RTTI_MovementAgent = (void *)0x0521C4B0; +const void * RTTI_MovementAgentActorAvoider = (void *)0x054440C0; +const void * RTTI_MovementAgentActorState = (void *)0x05443EA0; +const void * RTTI_MovementAgentFlightController = (void *)0x05443EF8; +const void * RTTI_MovementAgentFlightControllerDetached = (void *)0x054443A0; +const void * RTTI_MovementAgentPathFollowerFlight = (void *)0x05446AB8; +const void * RTTI_MovementAgentPathFollowerStandard = (void *)0x05443CD0; +const void * RTTI_MovementAgentPathFollowerVirtual = (void *)0x05444368; +const void * RTTI_MovementArbiter = (void *)0x054432E8; +const void * RTTI_MovementArbitrationAverageFloat = (void *)0x05444638; +const void * RTTI_MovementArbitrationMaxWeightParameters = (void *)0x05444468; +const void * RTTI_MovementArbitrationMaxWeightPoint = (void *)0x05444600; +const void * RTTI_MovementArbitrationVectorAdd = (void *)0x054471D8; +const void * RTTI_MovementAvoidBoxEventAdapter = (void *)0x0534ACB0; +const void * RTTI_MovementAvoidanceManager = (void *)0x053611A8; +const void * RTTI_MovementComponentEventHandler = (void *)0x0521C350; +const void * RTTI_MovementControllerAI = (void *)0x0521C320; +const void * RTTI_MovementControllerComponent = (void *)0x0521C2E8; +const void * RTTI_MovementControllerComponentData = (void *)0x0521C2B0; +const void * RTTI_MovementControllerNPC = (void *)0x053617A0; +const void * RTTI_MovementControllerNullDataTracker = (void *)0x05444880; +const void * RTTI_MovementControllerRegisterInterface = (void *)0x05444810; +const void * RTTI_MovementHandlerAgent = (void *)0x0521C538; +const void * RTTI_MovementHandlerAgentAngleGain = (void *)0x05446B20; +const void * RTTI_MovementHandlerAgentDirectControl = (void *)0x05361868; +const void * RTTI_MovementHandlerAgentDirectionPassThrough = (void *)0x05446A78; +const void * RTTI_MovementHandlerAgentFlightBoostTrigger = (void *)0x0521C470; +const void * RTTI_MovementHandlerAgentGraphDrivenAnimationDriven = (void *)0x0521C570; +const void * RTTI_MovementHandlerAgentPlayerControls = (void *)0x0521C658; +const void * RTTI_MovementHandlerAgentPlayerControlsActionTrigger = (void *)0x0521C6A0; +const void * RTTI_MovementHandlerAgentPlayerFlightControls = (void *)0x0521C6E8; +const void * RTTI_MovementHandlerAgentSprintActionTrigger = (void *)0x053618A0; +const void * RTTI_MovementHandlerAgentStairsHelper = (void *)0x053618E0; +const void * RTTI_MovementHandlerAgentStandard = (void *)0x05444330; +const void * RTTI_MovementHandlerAgentStorePlannerOutput = (void *)0x054442F0; +const void * RTTI_MovementHandlerArbiter = (void *)0x05443A40; +const void * RTTI_MovementLargeDelta__IEnumVisitor = (void *)0x05271F60; +const void * RTTI_MovementMessage = (void *)0x052215F8; +const void * RTTI_MovementMessageActivateDoor = (void *)0x05445328; +const void * RTTI_MovementMessageActorCollision = (void *)0x05361918; +const void * RTTI_MovementMessageApproachingDoor = (void *)0x05445390; +const void * RTTI_MovementMessageBeginLandingApproach = (void *)0x052215B8; +const void * RTTI_MovementMessageBlocked = (void *)0x05446978; +const void * RTTI_MovementMessageDoor = (void *)0x05445360; +const void * RTTI_MovementMessageGravJump = (void *)0x05223668; +const void * RTTI_MovementMessageJump = (void *)0x05446A10; +const void * RTTI_MovementMessageLand = (void *)0x05223638; +const void * RTTI_MovementMessageNewPath = (void *)0x05443228; +const void * RTTI_MovementMessagePathCleared = (void *)0x05445228; +const void * RTTI_MovementMessagePathComplete = (void *)0x05445260; +const void * RTTI_MovementMessagePathEvent = (void *)0x054431F8; +const void * RTTI_MovementMessagePathFailed = (void *)0x05445298; +const void * RTTI_MovementMessagePlayIdle = (void *)0x054469A8; +const void * RTTI_MovementMessageSetStaticPath = (void *)0x054469D8; +const void * RTTI_MovementMessageTakeOff = (void *)0x05221538; +const void * RTTI_MovementMessageTraversal = (void *)0x054452C8; +const void * RTTI_MovementMessageUpdateRequestImmediate = (void *)0x054431B8; +const void * RTTI_MovementMessageWarpToLocation = (void *)0x05446940; +const void * RTTI_MovementMessageWarpToMultiple = (void *)0x05446A40; +const void * RTTI_MovementParameters = (void *)0x051B3B58; +const void * RTTI_MovementParametersFixed = (void *)0x052AF890; +const void * RTTI_MovementPathManagerAgent = (void *)0x054433E0; +const void * RTTI_MovementPathManagerAgentAvoidBox = (void *)0x05444168; +const void * RTTI_MovementPathManagerAgentLoadedAreaMonitor = (void *)0x05443FA0; +const void * RTTI_MovementPathManagerAgentStaticAvoider = (void *)0x05444018; +const void * RTTI_MovementPathManagerArbiter = (void *)0x05443310; +const void * RTTI_MovementPathManagerNullTracker = (void *)0x054432B0; +const void * RTTI_MovementPlannerAgent = (void *)0x053619E8; +const void * RTTI_MovementPlannerAgentDirectControl = (void *)0x053619B0; +const void * RTTI_MovementPlannerAgentNavmeshBounds = (void *)0x05443FE0; +const void * RTTI_MovementPlannerAgentWarp = (void *)0x05361A18; +const void * RTTI_MovementPlannerArbiter = (void *)0x05443440; +const void * RTTI_MovementPostUpdateArbiter = (void *)0x05443C00; +const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData = (void *)0x05444920; +const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToPath = (void *)0x05444980; +const void * RTTI_MovementStateFollowPath = (void *)0x05443188; +const void * RTTI_MovementStateTweener = (void *)0x05443158; +const void * RTTI_MovementTweenerAgent = (void *)0x05361AD8; +const void * RTTI_MovementTweenerAgentFixedDelta = (void *)0x05444208; +const void * RTTI_MovementTweenerAgentNodeFollower = (void *)0x05361A70; +const void * RTTI_MovementTweenerAgentTargetPosAndVel = (void *)0x054442B0; +const void * RTTI_MovementTweenerArbiter = (void *)0x05443A70; +const void * RTTI_MoviePlayer = (void *)0x0533C868; +const void * RTTI_MultiFootIKNode = (void *)0x053FC130; +const void * RTTI_MultiFootIKNodeInstance = (void *)0x053FC100; +const void * RTTI_NEW_REFR_DATA = (void *)0x051F6160; +const void * RTTI_NPCAttachHandler = (void *)0x05377018; +const void * RTTI_NPCDetachHandler = (void *)0x05376EC8; +const void * RTTI_NavGenUtil__TunnelTerraintFilter = (void *)0x0521DC58; +const void * RTTI_NavMesh = (void *)0x0511CFC8; +const void * RTTI_NavMeshGenContext = (void *)0x051E7C58; +const void * RTTI_NavMeshGenData = (void *)0x051E73B0; +const void * RTTI_NavMeshGenFinalizer = (void *)0x0521F268; +const void * RTTI_NavMeshGenInputBorderProcessTask = (void *)0x051E7B50; +const void * RTTI_NavMeshGenInputProcessor = (void *)0x0521F5C0; +const void * RTTI_NavMeshGenOutputProcessor = (void *)0x0521F5F0; +const void * RTTI_NavMeshGenSplitter = (void *)0x0521F688; +const void * RTTI_NavMeshGenStitcher = (void *)0x0521F7F0; +const void * RTTI_NavMeshGenerator = (void *)0x0521E8C8; +const void * RTTI_NavMeshGenerator__NavMeshGenCellsNode = (void *)0x0521E1E8; +const void * RTTI_NavMeshInfo = (void *)0x05289D20; +const void * RTTI_NavMeshInfoMap = (void *)0x05289DC8; +const void * RTTI_NavMeshObstacleCoverManager = (void *)0x051A3728; +const void * RTTI_NavMeshObstacleManager = (void *)0x0528A248; +const void * RTTI_NavMeshSearchClosePoint = (void *)0x0528BCA0; +const void * RTTI_NavMeshSearchFitSphere = (void *)0x0528C130; +const void * RTTI_NavMeshSearchFlee = (void *)0x0528C1A8; +const void * RTTI_NavMeshSearchHide = (void *)0x0528C260; +const void * RTTI_NavMeshSearchLOS = (void *)0x0528C310; +const void * RTTI_NavMeshSearchLargestSpaceNearLocation = (void *)0x0528C088; +const void * RTTI_NavMeshSearchSLPoint = (void *)0x0528C418; +const void * RTTI_NavMeshSplineExtraData = (void *)0x0524E250; +const void * RTTI_NiAVObject = (void *)0x051A3668; +const void * RTTI_NiAdditionalGeometryData = (void *)0x05498548; +const void * RTTI_NiAmbientLight = (void *)0x05498520; +const void * RTTI_NiBSplineBasisData = (void *)0x05496190; +const void * RTTI_NiBSplineColorInterpolator = (void *)0x054961E8; +const void * RTTI_NiBSplineCompColorInterpolator = (void *)0x05496220; +const void * RTTI_NiBSplineCompFloatInterpolator = (void *)0x05496258; +const void * RTTI_NiBSplineCompPoint3Interpolator = (void *)0x054962C8; +const void * RTTI_NiBSplineCompTransformInterpolator = (void *)0x05496028; +const void * RTTI_NiBSplineData = (void *)0x054961C0; +const void * RTTI_NiBSplineFloatInterpolator = (void *)0x05496290; +const void * RTTI_NiBSplineInterpolator = (void *)0x05496068; +const void * RTTI_NiBSplinePoint3Interpolator = (void *)0x05496300; +const void * RTTI_NiBSplineTransformInterpolator = (void *)0x05496098; +const void * RTTI_NiBillboardNode = (void *)0x054977B8; +const void * RTTI_NiBinaryExtraData = (void *)0x05498578; +const void * RTTI_NiBinaryStream = (void *)0x052742C0; +const void * RTTI_NiBlendAccumTransformInterpolator = (void *)0x05495B00; +const void * RTTI_NiBlendBoolInterpolator = (void *)0x05495E60; +const void * RTTI_NiBlendColorInterpolator = (void *)0x054960D0; +const void * RTTI_NiBlendFloatInterpolator = (void *)0x05495C98; +const void * RTTI_NiBlendInterpolator = (void *)0x05495B90; +const void * RTTI_NiBlendPoint3Interpolator = (void *)0x05496100; +const void * RTTI_NiBlendQuaternionInterpolator = (void *)0x05496130; +const void * RTTI_NiBlendTransformInterpolator = (void *)0x05495D30; +const void * RTTI_NiBoolData = (void *)0x05496168; +const void * RTTI_NiBoolInterpolator = (void *)0x05495DC8; +const void * RTTI_NiBoolTimelineInterpolator = (void *)0x05495DF8; +const void * RTTI_NiBooleanExtraData = (void *)0x054985A0; +const void * RTTI_NiCamera = (void *)0x05497030; +const void * RTTI_NiCollisionObject = (void *)0x0535BA00; +const void * RTTI_NiColorData = (void *)0x05496338; +const void * RTTI_NiColorExtraData = (void *)0x054979E8; +const void * RTTI_NiColorExtraDataController = (void *)0x05496360; +const void * RTTI_NiColorInterpolator = (void *)0x05496398; +const void * RTTI_NiControllerManager = (void *)0x054958B8; +const void * RTTI_NiControllerSequence = (void *)0x05495A28; +const void * RTTI_NiDefaultAVObjectPalette = (void *)0x05495888; +const void * RTTI_NiDirectionalLight = (void *)0x054985D0; +const void * RTTI_NiExtraData = (void *)0x051E08A0; +const void * RTTI_NiExtraDataController = (void *)0x05495D00; +const void * RTTI_NiFile = (void *)0x05337588; +const void * RTTI_NiFloatController = (void *)0x054967A8; +const void * RTTI_NiFloatData = (void *)0x05495C40; +const void * RTTI_NiFloatExtraData = (void *)0x05498600; +const void * RTTI_NiFloatExtraDataController = (void *)0x05495CC8; +const void * RTTI_NiFloatInterpController = (void *)0x05495D98; +const void * RTTI_NiFloatInterpolator = (void *)0x05495E30; +const void * RTTI_NiFloatsExtraData = (void *)0x05497A10; +const void * RTTI_NiFloatsExtraDataController = (void *)0x054963C8; +const void * RTTI_NiFloatsExtraDataPoint3Controller = (void *)0x05496400; +const void * RTTI_NiFogProperty = (void *)0x054984F8; +const void * RTTI_NiFormArray = (void *)0x05275680; +const void * RTTI_NiGeometry = (void *)0x05498748; +const void * RTTI_NiGeometryData = (void *)0x05497848; +const void * RTTI_NiIntegerExtraData = (void *)0x054054E8; +const void * RTTI_NiIntegersExtraData = (void *)0x0541B7F8; +const void * RTTI_NiInterpController = (void *)0x05418FB0; +const void * RTTI_NiKeyframeManager = (void *)0x05496438; +const void * RTTI_NiLight = (void *)0x05497AC0; +const void * RTTI_NiLightColorController = (void *)0x05496608; +const void * RTTI_NiLightDimmerController = (void *)0x05496638; +const void * RTTI_NiLightRadiusController = (void *)0x05496668; +const void * RTTI_NiLookAtController = (void *)0x05496698; +const void * RTTI_NiLookAtInterpolator = (void *)0x054966C8; +const void * RTTI_NiMemStream = (void *)0x05498840; +const void * RTTI_NiMorphData = (void *)0x054966F8; +const void * RTTI_NiMultiTargetTransformController = (void *)0x05495A58; +const void * RTTI_NiNode = (void *)0x051E32A0; +const void * RTTI_NiObjectNET = (void *)0x051A3690; +const void * RTTI_NiPathController = (void *)0x05496720; +const void * RTTI_NiPathInterpolator = (void *)0x05495C68; +const void * RTTI_NiPick__Results = (void *)0x054978C0; +const void * RTTI_NiPoint3Interpolator = (void *)0x05496748; +const void * RTTI_NiPointLight = (void *)0x05498628; +const void * RTTI_NiPosData = (void *)0x05495C20; +const void * RTTI_NiProperty = (void *)0x05497B78; +const void * RTTI_NiQuaternionInterpolator = (void *)0x05496778; +const void * RTTI_NiRefObject = (void *)0x051B9130; +const void * RTTI_NiRollController = (void *)0x054967D0; +const void * RTTI_NiRotData = (void *)0x054967F8; +const void * RTTI_NiSequence = (void *)0x05496818; +const void * RTTI_NiSequenceStreamHelper = (void *)0x054969E8; +const void * RTTI_NiSingleInterpController = (void *)0x05495AD0; +const void * RTTI_NiSkinData = (void *)0x05498650; +const void * RTTI_NiSkinInstance = (void *)0x05498678; +const void * RTTI_NiSkinPartition = (void *)0x054986A0; +const void * RTTI_NiSpotLight = (void *)0x054986C8; +const void * RTTI_NiStream = (void *)0x052787B8; +const void * RTTI_NiStringExtraData = (void *)0x05496FE0; +const void * RTTI_NiStringPalette = (void *)0x05496A18; +const void * RTTI_NiStringsExtraData = (void *)0x054986F0; +const void * RTTI_NiSwitchNode = (void *)0x054977E0; +const void * RTTI_NiTextKeyExtraData = (void *)0x05496A40; +const void * RTTI_NiTimeController = (void *)0x0520F260; +const void * RTTI_NiTransformController = (void *)0x05495B60; +const void * RTTI_NiTransformData = (void *)0x05496000; +const void * RTTI_NiTransformInterpolator = (void *)0x05495BF0; +const void * RTTI_NiTriBasedGeom = (void *)0x05498770; +const void * RTTI_NiTriBasedGeomData = (void *)0x054987C0; +const void * RTTI_NiTriShape = (void *)0x05498720; +const void * RTTI_NiTriShapeData = (void *)0x05498798; +const void * RTTI_NiTriStrips = (void *)0x054987F0; +const void * RTTI_NiTriStripsData = (void *)0x05498818; +const void * RTTI_NiUVData = (void *)0x05496A70; +const void * RTTI_NiVisController = (void *)0x05496A90; +const void * RTTI_NightEyeEffect = (void *)0x05331C70; +const void * RTTI_NonActorMagicCaster = (void *)0x052052D0; +const void * RTTI_NonActorMagicTarget = (void *)0x0511C428; +const void * RTTI_NormalizeRotation = (void *)0x053F84A0; +const void * RTTI_NormalizeRotationInstance = (void *)0x053FBCF0; +const void * RTTI_NullMovementSelectIdleResult = (void *)0x054446A8; +const void * RTTI_NullMovementState = (void *)0x053AA028; +const void * RTTI_NullPathBuilderTracker = (void *)0x0543F8E8; +const void * RTTI_ObjectAttachmentFormComponent = (void *)0x051F7F70; +const void * RTTI_ObjectListItem = (void *)0x0527AFC0; +const void * RTTI_ObstacleTaskData = (void *)0x0528A590; +const void * RTTI_OpenContainerMenuMessage = (void *)0x0511DA70; +const void * RTTI_OpenEffect = (void *)0x05331F50; +const void * RTTI_OpenRefuelMenuMessage = (void *)0x0511DEE0; +const void * RTTI_OpenShipCrewAssignMenuMessage = (void *)0x0511DEA8; +const void * RTTI_OwnedCameraEffectController = (void *)0x052665D0; +const void * RTTI_OwnedController = (void *)0x051E3B40; +const void * RTTI_PackageCreator = (void *)0x0513A158; +const void * RTTI_PackageList = (void *)0x0520F7C8; +const void * RTTI_PackageLocation = (void *)0x05289998; +const void * RTTI_PageFileBase = (void *)0x053373E0; +const void * RTTI_PairCollector = (void *)0x05115EA8; +const void * RTTI_PairedAnimation = (void *)0x053FC0A8; +const void * RTTI_PairedAnimationInstance = (void *)0x053FC0D0; +const void * RTTI_PairedAttackDialogueHandler = (void *)0x05377F70; +const void * RTTI_PairedStopHandler = (void *)0x053771E8; +const void * RTTI_ParalysisEffect = (void *)0x05330C20; +const void * RTTI_ParticleFormComponent = (void *)0x051F85D8; +const void * RTTI_ParticleParticleCollisionsTask = (void *)0x051159E0; +const void * RTTI_ParticleParticleInterBranchCollisionsTask = (void *)0x05115A20; +const void * RTTI_ParticleParticleInterbranchSolveTask = (void *)0x05115970; +const void * RTTI_ParticleParticleProcessEarlyOutStateTask = (void *)0x05115848; +const void * RTTI_ParticleSequence = (void *)0x053F8520; +const void * RTTI_ParticleSequenceInstance = (void *)0x053FBD20; +const void * RTTI_ParticleSystemInterface = (void *)0x0520B3A0; +const void * RTTI_Particles__AnimatedUVMaterialProperties = (void *)0x0542F5A8; +const void * RTTI_Particles__BaseCustomParameter = (void *)0x0529BF00; +const void * RTTI_Particles__BaseOperation = (void *)0x05435B08; +const void * RTTI_Particles__BaseParticleSystemItem = (void *)0x05435AD0; +const void * RTTI_Particles__BoundProperty = (void *)0x0542F618; +const void * RTTI_Particles__BundleInfo = (void *)0x05435B68; +const void * RTTI_Particles__EmitterBinding = (void *)0x0543B9F8; +const void * RTTI_Particles__EmitterDefinition = (void *)0x0543BF70; +const void * RTTI_Particles__EmitterMaterialDependency = (void *)0x054383C0; +const void * RTTI_Particles__ExpressionParser = (void *)0x0543E148; +const void * RTTI_Particles__ForcesProperties = (void *)0x054382A0; +const void * RTTI_Particles__GeometryAsShapeDependency = (void *)0x05438468; +const void * RTTI_Particles__GeometryParticlesProperties = (void *)0x054382D8; +const void * RTTI_Particles__GroupOperation = (void *)0x05435AA0; +const void * RTTI_Particles__ITimeMultiplierProvider = (void *)0x0524E498; +const void * RTTI_Particles__Intrinsics__ApplyAngularVelocityParamSet = (void *)0x05436EA0; +const void * RTTI_Particles__Intrinsics__ApplyForcesToPositionParamSet = (void *)0x05437070; +const void * RTTI_Particles__Intrinsics__ApplyForcesToVelocityParamSet = (void *)0x054370C0; +const void * RTTI_Particles__Intrinsics__ApplyVelocityToPositionParamSet = (void *)0x054361A0; +const void * RTTI_Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet = (void *)0x054361F0; +const void * RTTI_Particles__Intrinsics__AssignmentOperationInput = (void *)0x05437390; +const void * RTTI_Particles__Intrinsics__BindingNameInput = (void *)0x05436A90; +const void * RTTI_Particles__Intrinsics__BoolBoolParamSet = (void *)0x05437F98; +const void * RTTI_Particles__Intrinsics__BoolInput = (void *)0x05436968; +const void * RTTI_Particles__Intrinsics__BroadcastCollisionEventParamSet = (void *)0x054362F0; +const void * RTTI_Particles__Intrinsics__ColorAlphaCurvesParamSet = (void *)0x05437460; +const void * RTTI_Particles__Intrinsics__ColorColorColorParamSet = (void *)0x054380F0; +const void * RTTI_Particles__Intrinsics__ColorColorFloatParamSet = (void *)0x05438060; +const void * RTTI_Particles__Intrinsics__ColorCurveParamSet = (void *)0x05437418; +const void * RTTI_Particles__Intrinsics__ColorFloatParamSet = (void *)0x054380A8; +const void * RTTI_Particles__Intrinsics__ColorInput = (void *)0x054369A0; +const void * RTTI_Particles__Intrinsics__ColorPickerMinMaxParamSet = (void *)0x05438190; +const void * RTTI_Particles__Intrinsics__ColorPickerParamSet = (void *)0x05438018; +const void * RTTI_Particles__Intrinsics__ConditionalJumpParamSet = (void *)0x054372A0; +const void * RTTI_Particles__Intrinsics__ConditionalKillParamSet = (void *)0x05436420; +const void * RTTI_Particles__Intrinsics__ConformToHeightmapParamSet = (void *)0x054377F0; +const void * RTTI_Particles__Intrinsics__ConformToHeightmapSimParamSet = (void *)0x05437840; +const void * RTTI_Particles__Intrinsics__CurveParamSet = (void *)0x054373D8; +const void * RTTI_Particles__Intrinsics__CustomHandlingParamSet = (void *)0x05436C70; +const void * RTTI_Particles__Intrinsics__CyclingVolumeParamSet = (void *)0x054377A0; +const void * RTTI_Particles__Intrinsics__DebugAnimateParentTransform = (void *)0x054374B0; +const void * RTTI_Particles__Intrinsics__DebugAttachToCamera = (void *)0x054374F8; +const void * RTTI_Particles__Intrinsics__DebugMoveParentTransform = (void *)0x05437540; +const void * RTTI_Particles__Intrinsics__DirectionAxisInput = (void *)0x05436BD8; +const void * RTTI_Particles__Intrinsics__DirectionToRotation3DParamSet = (void *)0x05437EB0; +const void * RTTI_Particles__Intrinsics__Double3Double3Double3ParamSet = (void *)0x05437B60; +const void * RTTI_Particles__Intrinsics__Double3Double3ParamSet = (void *)0x05437AC0; +const void * RTTI_Particles__Intrinsics__Double3Double3VectorParamSet = (void *)0x05437B10; +const void * RTTI_Particles__Intrinsics__Double3Input = (void *)0x05438A28; +const void * RTTI_Particles__Intrinsics__EmissionTypeInput = (void *)0x05436B98; +const void * RTTI_Particles__Intrinsics__ExpressionInputParamSet = (void *)0x0543E060; +const void * RTTI_Particles__Intrinsics__Float5ParamSet = (void *)0x05436638; +const void * RTTI_Particles__Intrinsics__Float6ParamSet = (void *)0x05436678; +const void * RTTI_Particles__Intrinsics__FloatBoolParamSet = (void *)0x054366B8; +const void * RTTI_Particles__Intrinsics__FloatColorParamSet = (void *)0x05437FD8; +const void * RTTI_Particles__Intrinsics__FloatFloatBoolParamSet = (void *)0x05436700; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatColorParamSet = (void *)0x05438140; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatParamSet = (void *)0x054365F0; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatParamSet = (void *)0x05436470; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatVectorParamSet = (void *)0x054364C0; +const void * RTTI_Particles__Intrinsics__FloatFloatParamSet = (void *)0x05436748; +const void * RTTI_Particles__Intrinsics__FloatInput = (void *)0x054389F0; +const void * RTTI_Particles__Intrinsics__FloatMinMaxParamSet = (void *)0x054365A8; +const void * RTTI_Particles__Intrinsics__FloatUIntParamSet = (void *)0x05436788; +const void * RTTI_Particles__Intrinsics__FloatVector33MatrixParamSet = (void *)0x05436510; +const void * RTTI_Particles__Intrinsics__FloatVectorParamSet = (void *)0x05437930; +const void * RTTI_Particles__Intrinsics__FloatVectorVectorParamSet = (void *)0x05437620; +const void * RTTI_Particles__Intrinsics__GenericResourceParamSet = (void *)0x05436C20; +const void * RTTI_Particles__Intrinsics__GeometryParticleKillParamSet = (void *)0x05436D60; +const void * RTTI_Particles__Intrinsics__GeometryParticleParamSet = (void *)0x05436CC0; +const void * RTTI_Particles__Intrinsics__GeometryParticleUpdateParamSet = (void *)0x05436D10; +const void * RTTI_Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet = (void *)0x05436DB0; +const void * RTTI_Particles__Intrinsics__HexColorHexColorUIntParamSet = (void *)0x05437110; +const void * RTTI_Particles__Intrinsics__HexColorUIntParamSet = (void *)0x05438260; +const void * RTTI_Particles__Intrinsics__HexUIntInput = (void *)0x05436930; +const void * RTTI_Particles__Intrinsics__Input = (void *)0x05438978; +const void * RTTI_Particles__Intrinsics__IntInput = (void *)0x05436880; +const void * RTTI_Particles__Intrinsics__JumpParamSet = (void *)0x05437260; +const void * RTTI_Particles__Intrinsics__KillParamSet = (void *)0x054363E0; +const void * RTTI_Particles__Intrinsics__LODCurvedPropertyBaseParamSet = (void *)0x05437890; +const void * RTTI_Particles__Intrinsics__LODCurvedPropertyFloatParamSet = (void *)0x054378E0; +const void * RTTI_Particles__Intrinsics__MatrixInput = (void *)0x05436848; +const void * RTTI_Particles__Intrinsics__MatrixVectorVectorParamSet = (void *)0x05437340; +const void * RTTI_Particles__Intrinsics__MeshSpawnDimensionInput = (void *)0x05436AD0; +const void * RTTI_Particles__Intrinsics__NoOpDeclareBoolParamSet = (void *)0x05436EF0; +const void * RTTI_Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet = (void *)0x05435DC0; +const void * RTTI_Particles__Intrinsics__Noise2ParamSet = (void *)0x054379F0; +const void * RTTI_Particles__Intrinsics__Noise3ParamSet = (void *)0x05437A30; +const void * RTTI_Particles__Intrinsics__NoiseBaseParamSet = (void *)0x05437970; +const void * RTTI_Particles__Intrinsics__NoiseParamSet = (void *)0x054379B0; +const void * RTTI_Particles__Intrinsics__NoiseTypeInput = (void *)0x05436B58; +const void * RTTI_Particles__Intrinsics__OperationNameInput = (void *)0x05436A50; +const void * RTTI_Particles__Intrinsics__OrbitAroundPointParamSet = (void *)0x05437700; +const void * RTTI_Particles__Intrinsics__ParameterSetBase = (void *)0x054389B0; +const void * RTTI_Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet = (void *)0x05436E00; +const void * RTTI_Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet = (void *)0x05436E50; +const void * RTTI_Particles__Intrinsics__PointInCylinderParamSet = (void *)0x054372F0; +const void * RTTI_Particles__Intrinsics__PointInMeshParamSet = (void *)0x054376B8; +const void * RTTI_Particles__Intrinsics__PointOnAttachedSkeletonParamSet = (void *)0x05437750; +const void * RTTI_Particles__Intrinsics__RandomVariableParamSet = (void *)0x05437A70; +const void * RTTI_Particles__Intrinsics__RandomVectorOnShapeParamSet = (void *)0x05437670; +const void * RTTI_Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet = (void *)0x05437F00; +const void * RTTI_Particles__Intrinsics__ShapeTypeInput = (void *)0x05436B18; +const void * RTTI_Particles__Intrinsics__SharedAsset = (void *)0x054384A8; +const void * RTTI_Particles__Intrinsics__SharedAssociatedUID = (void *)0x054388F8; +const void * RTTI_Particles__Intrinsics__SharedCollisionInfo = (void *)0x05438938; +const void * RTTI_Particles__Intrinsics__SharedColorAlphaCurves = (void *)0x054385E0; +const void * RTTI_Particles__Intrinsics__SharedColorCurve = (void *)0x05438598; +const void * RTTI_Particles__Intrinsics__SharedCurve = (void *)0x05438520; +const void * RTTI_Particles__Intrinsics__SharedCustomParameter = (void *)0x05438870; +const void * RTTI_Particles__Intrinsics__SharedFiniteRandomNumberGenerator = (void *)0x05438720; +const void * RTTI_Particles__Intrinsics__SharedHeightmapData = (void *)0x054388B8; +const void * RTTI_Particles__Intrinsics__SharedLODCurves = (void *)0x05438628; +const void * RTTI_Particles__Intrinsics__SharedMesh = (void *)0x05438668; +const void * RTTI_Particles__Intrinsics__SharedNoiseGenerator = (void *)0x054386E0; +const void * RTTI_Particles__Intrinsics__SharedParticleSystemSpawnParameters = (void *)0x054387D0; +const void * RTTI_Particles__Intrinsics__SharedRGBColorCurve = (void *)0x05438558; +const void * RTTI_Particles__Intrinsics__SharedRandomVariableDistributionValues = (void *)0x05438770; +const void * RTTI_Particles__Intrinsics__SharedRuntimeInfo = (void *)0x054384E0; +const void * RTTI_Particles__Intrinsics__SharedSkeletonData = (void *)0x054386A0; +const void * RTTI_Particles__Intrinsics__SharedUpdateForcesParameters = (void *)0x05438820; +const void * RTTI_Particles__Intrinsics__SpawnParticleParamSet = (void *)0x05436340; +const void * RTTI_Particles__Intrinsics__StringInput = (void *)0x05436A18; +const void * RTTI_Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet = (void *)0x05436140; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet = (void *)0x054360D0; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet = (void *)0x05436070; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet = (void *)0x05435FA0; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet = (void *)0x05435ED0; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet = (void *)0x05435E70; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet = (void *)0x05435E10; +const void * RTTI_Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet = (void *)0x05436000; +const void * RTTI_Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet = (void *)0x05435F30; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet = (void *)0x05436FA0; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet = (void *)0x05436F40; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet = (void *)0x05437000; +const void * RTTI_Particles__Intrinsics__TransformStretchVectorToWorldParamSet = (void *)0x05436290; +const void * RTTI_Particles__Intrinsics__TransformVelocityToWorldParamSet = (void *)0x05436240; +const void * RTTI_Particles__Intrinsics__UIntDivisionParamSet = (void *)0x054371A0; +const void * RTTI_Particles__Intrinsics__UIntFloatParamSet = (void *)0x05437220; +const void * RTTI_Particles__Intrinsics__UIntInput = (void *)0x054368B8; +const void * RTTI_Particles__Intrinsics__UIntMinMaxParamSet = (void *)0x054371E0; +const void * RTTI_Particles__Intrinsics__UIntUIntBoolParamSet = (void *)0x05438220; +const void * RTTI_Particles__Intrinsics__UIntUIntParamSet = (void *)0x054381D8; +const void * RTTI_Particles__Intrinsics__UIntUIntUIntParamSet = (void *)0x05437160; +const void * RTTI_Particles__Intrinsics__UpdateChildParticleBindingsParamSet = (void *)0x05436390; +const void * RTTI_Particles__Intrinsics__UpdateForcesParamSet = (void *)0x0543E020; +const void * RTTI_Particles__Intrinsics__VariableInput = (void *)0x054368F0; +const void * RTTI_Particles__Intrinsics__Vector2Input = (void *)0x05438A60; +const void * RTTI_Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet = (void *)0x05437C50; +const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x05437CA0; +const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x05437D00; +const void * RTTI_Particles__Intrinsics__Vector3Input = (void *)0x05436810; +const void * RTTI_Particles__Intrinsics__Vector3MatrixParamSet = (void *)0x05436560; +const void * RTTI_Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet = (void *)0x05437D60; +const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x05437DB0; +const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x05437E10; +const void * RTTI_Particles__Intrinsics__VectorFloatParamSet = (void *)0x05437588; +const void * RTTI_Particles__Intrinsics__VectorFloatVectorParamSet = (void *)0x054375D0; +const void * RTTI_Particles__Intrinsics__VectorMinMaxParamSet = (void *)0x05437E70; +const void * RTTI_Particles__Intrinsics__VectorScaleAddParamSet = (void *)0x05437F50; +const void * RTTI_Particles__Intrinsics__VectorVectorFloatParamSet = (void *)0x05437C00; +const void * RTTI_Particles__Intrinsics__VectorVectorParamSet = (void *)0x054367D0; +const void * RTTI_Particles__Intrinsics__VectorVectorVectorParamSet = (void *)0x05437BB0; +const void * RTTI_Particles__Intrinsics__XMFLOAT4Input = (void *)0x054369D8; +const void * RTTI_Particles__ListFloatCurve = (void *)0x0542F5E8; +const void * RTTI_Particles__ListParticleCollisionInfo = (void *)0x0529BE98; +const void * RTTI_Particles__MaterialDBDependency = (void *)0x05438388; +const void * RTTI_Particles__MaterialProperties = (void *)0x0542F500; +const void * RTTI_Particles__MeshDependency = (void *)0x05438400; +const void * RTTI_Particles__ModelDBDependency = (void *)0x05438350; +const void * RTTI_Particles__PSM__Commands__BaseParticleSystemRequest = (void *)0x0543A400; +const void * RTTI_Particles__PSM__Commands__RequestLoadResources = (void *)0x0543A450; +const void * RTTI_Particles__PSM__Commands__WaitForResourceLoad = (void *)0x0543A4A0; +const void * RTTI_Particles__ParticleEmitterEngine = (void *)0x0543B710; +const void * RTTI_Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding = (void *)0x0543B960; +const void * RTTI_Particles__ParticleNodeManager = (void *)0x054304A8; +const void * RTTI_Particles__ParticlePerformanceManager = (void *)0x0543AB18; +const void * RTTI_Particles__ParticleSystemManagerImpl = (void *)0x0543A4E8; +const void * RTTI_Particles__ParticleSystemManagerImpl__PSBinding = (void *)0x0543AAD0; +const void * RTTI_Particles__ParticleSystemStorage = (void *)0x05430A58; +const void * RTTI_Particles__PhysicsProperties = (void *)0x0542F538; +const void * RTTI_Particles__PointInMeshDependency = (void *)0x05438430; +const void * RTTI_Particles__ResourceDependency = (void *)0x05438318; +const void * RTTI_Particles__SingleOperation = (void *)0x05435B38; +const void * RTTI_Particles__SystemBinding = (void *)0x054310C0; +const void * RTTI_Particles__SystemDefinition = (void *)0x05438A98; +const void * RTTI_Particles__TiledMaterialProperties = (void *)0x0542F570; +const void * RTTI_PassengerInteraction = (void *)0x052AFE60; +const void * RTTI_PathFollowerAnimationMoveStart = (void *)0x05447008; +const void * RTTI_PathFollowerAnimationMoveStop = (void *)0x05447040; +const void * RTTI_PathFollowerStateFollowPathToParameter = (void *)0x05446EE8; +const void * RTTI_PathFollowerStateKeepLastDirection = (void *)0x05446F28; +const void * RTTI_PathFollowerStatePerformAction = (void *)0x05446FD0; +const void * RTTI_PathFollowerStatePlayIdle = (void *)0x05446E80; +const void * RTTI_PathFollowerStateShortcut = (void *)0x05446F68; +const void * RTTI_PathFollowerStateTurnToAngle = (void *)0x05446EB0; +const void * RTTI_PathFollowerStateWaitForAction = (void *)0x05446F98; +const void * RTTI_PathManagerImpl = (void *)0x0543F5A8; +const void * RTTI_PathManagerPositionPlayerAdapter = (void *)0x0534AC78; +const void * RTTI_PathSmootherRayCastUsePreferredTris = (void *)0x05445C08; +const void * RTTI_PathSmootherRayCastUseTrianglePath = (void *)0x05445BC8; +const void * RTTI_Pathing = (void *)0x0528B560; +const void * RTTI_PathingAnimations = (void *)0x053EF918; +const void * RTTI_PathingAnimationsInstance = (void *)0x053EF8E8; +const void * RTTI_PathingCell = (void *)0x0528B958; +const void * RTTI_PathingCoverLocation = (void *)0x0528B4F0; +const void * RTTI_PathingDoor = (void *)0x0528B980; +const void * RTTI_PathingLockData = (void *)0x0528B9D0; +const void * RTTI_PathingNumericIDDuplicationVisitor = (void *)0x0528B9F8; +const void * RTTI_PathingRequest = (void *)0x051DFF78; +const void * RTTI_PathingRequestClosePoint = (void *)0x0528B3F8; +const void * RTTI_PathingRequestClosestGoal = (void *)0x0528C448; +const void * RTTI_PathingRequestCover = (void *)0x0528C478; +const void * RTTI_PathingRequestFlee = (void *)0x0528C4A8; +const void * RTTI_PathingRequestFly = (void *)0x0528C4D8; +const void * RTTI_PathingRequestFlyAction = (void *)0x0528C500; +const void * RTTI_PathingRequestFlyHover = (void *)0x0528C530; +const void * RTTI_PathingRequestFlyLand = (void *)0x0528C560; +const void * RTTI_PathingRequestFlyOrbit = (void *)0x0528C590; +const void * RTTI_PathingRequestFlyTakeOff = (void *)0x0528C5C0; +const void * RTTI_PathingRequestHide = (void *)0x0528C5F0; +const void * RTTI_PathingRequestLOS = (void *)0x0528C620; +const void * RTTI_PathingRequestOpenSpace = (void *)0x051DFFC8; +const void * RTTI_PathingRequestRotate = (void *)0x0528C648; +const void * RTTI_PathingRequestSafeStraightLine = (void *)0x0528B3C0; +const void * RTTI_PathingRequestStopMoving = (void *)0x0528C678; +const void * RTTI_PathingSpace = (void *)0x0528BA38; +const void * RTTI_PathingStreamLoadGame = (void *)0x05361B08; +const void * RTTI_PathingStreamMasterFileRead = (void *)0x05221440; +const void * RTTI_PathingStreamSaveGame = (void *)0x05361B38; +const void * RTTI_PathingTraversalAction = (void *)0x05221850; +const void * RTTI_PathingTraversalActionActivate = (void *)0x05221920; +const void * RTTI_PathingTraversalActionDoorway = (void *)0x052218B0; +const void * RTTI_PathingTraversalActionJump = (void *)0x05221818; +const void * RTTI_PathingTraversalActionLadder = (void *)0x052218E8; +const void * RTTI_PathingTraversalActionStandard = (void *)0x052217E0; +const void * RTTI_PathingTraversalData = (void *)0x05221958; +const void * RTTI_PathingTraversalManager = (void *)0x05223418; +const void * RTTI_PauseMenu = (void *)0x053183B0; +const void * RTTI_PauseMenuConfirmationDataModel = (void *)0x052D2798; +const void * RTTI_PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle = (void *)0x052D28B0; +const void * RTTI_PauseMenuListDataModel = (void *)0x052D2668; +const void * RTTI_PauseMenuListDataModel__PauseMenuListEventShuttle = (void *)0x052D27D0; +const void * RTTI_PauseMenuStateDataModel = (void *)0x052D2438; +const void * RTTI_PauseMenuStateDataModel__PauseMenuStateEventShuttle = (void *)0x052D2470; +const void * RTTI_PauseMenu_ActionCanceled = (void *)0x05318520; +const void * RTTI_PauseMenu_ConfirmAction = (void *)0x05318550; +const void * RTTI_PauseMenu_ConfirmLoad = (void *)0x053184C0; +const void * RTTI_PauseMenu_ConfirmSave = (void *)0x05318430; +const void * RTTI_PauseMenu_DeleteSave = (void *)0x05318490; +const void * RTTI_PauseMenu_QuitToDesktop = (void *)0x05318400; +const void * RTTI_PauseMenu_SetCharacter = (void *)0x05318460; +const void * RTTI_PauseMenu_StartAction = (void *)0x05318580; +const void * RTTI_PauseMenu_StartLoad = (void *)0x053184F0; +const void * RTTI_PauseMenu_UploadSave = (void *)0x053183D0; +const void * RTTI_PeakValueModifierEffect = (void *)0x0511E838; +const void * RTTI_PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter = (void *)0x05408010; +const void * RTTI_PenetrationUtils__hknpBSCommandStreamWriter = (void *)0x0540C7D0; +const void * RTTI_PerformActivationHandler = (void *)0x05378400; +const void * RTTI_PerformOpFunc = (void *)0x05496D58; +const void * RTTI_PhotoGalleryMenu = (void *)0x052B8450; +const void * RTTI_PhotoGalleryMenu__PhotoGalleryEventShuttle = (void *)0x052B8410; +const void * RTTI_PhotoGallery_DeletePhoto = (void *)0x052B84C8; +const void * RTTI_PhotoModeCameraState = (void *)0x05296828; +const void * RTTI_PhotoModeDataModel = (void *)0x052D3410; +const void * RTTI_PhotoModeDataModel__PhotoModeEventShuttle = (void *)0x052D3440; +const void * RTTI_PhotoModeDataModel__PhotoModeOverlayData__ImageData = (void *)0x052D3360; +const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__CategoryData = (void *)0x052D3590; +const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__SettingData = (void *)0x052D3480; +const void * RTTI_PhotoModeEffectController = (void *)0x05279EF0; +const void * RTTI_PhotoModeMenu = (void *)0x05300A18; +const void * RTTI_PhotoMode_InitializeCategory = (void *)0x05300B60; +const void * RTTI_PhotoMode_ResetToDefaults = (void *)0x05300B30; +const void * RTTI_PhotoMode_SliderChanged = (void *)0x05300B00; +const void * RTTI_PhotoMode_StepperChanged = (void *)0x05300AD0; +const void * RTTI_PhotoMode_TakeSnapshot = (void *)0x05300AA0; +const void * RTTI_PhotoMode_ToggleHelmet = (void *)0x05300A40; +const void * RTTI_PhotoMode_ToggleUI = (void *)0x05300A70; +const void * RTTI_PhotoMode__PhotoModeCaptureExportNode = (void *)0x053000E8; +const void * RTTI_PhysicsContactListener = (void *)0x053EF860; +const void * RTTI_PhysicsContactListenerInstance = (void *)0x053EF828; +const void * RTTI_PickNewIdleHandler = (void *)0x053776B0; +const void * RTTI_PickpocketInventoryModel = (void *)0x05302388; +const void * RTTI_PickpocketItemData = (void *)0x053023B8; +const void * RTTI_PickpocketMenu = (void *)0x05301F98; +const void * RTTI_PickpocketMenu_OnItemSelect = (void *)0x05301B80; +const void * RTTI_PickpocketStateData = (void *)0x053023E8; +const void * RTTI_PipelineGenerationEventHandler = (void *)0x05349E98; +const void * RTTI_PitchOverrideEndHandler = (void *)0x053786F0; +const void * RTTI_PitchOverrideStartHandler = (void *)0x053786C0; +const void * RTTI_PlanetSiteSelectEventHelper = (void *)0x0534A218; +const void * RTTI_PlasmaProjectile = (void *)0x0529BE70; +const void * RTTI_PlatformDataModel = (void *)0x0542E580; +const void * RTTI_PlayBinkMenu = (void *)0x05318D90; +const void * RTTI_PlayBink_CloseMenu = (void *)0x05318DF8; +const void * RTTI_PlayerBedEnterHandler = (void *)0x053778E8; +const void * RTTI_PlayerCamera = (void *)0x053B1608; +const void * RTTI_PlayerCameraTransitionState = (void *)0x053B13E8; +const void * RTTI_PlayerChairEnterHandler = (void *)0x05377890; +const void * RTTI_PlayerCharacter = (void *)0x0535F780; +const void * RTTI_PlayerControls__AlternateAttackHandler = (void *)0x052B0140; +const void * RTTI_PlayerControls__AlternateFlightControlMode = (void *)0x052AFFD0; +const void * RTTI_PlayerControls__AutoMoveHandler = (void *)0x052AFF60; +const void * RTTI_PlayerControls__Base = (void *)0x052B13E8; +const void * RTTI_PlayerControls__DebugCameraHandler = (void *)0x052AFF98; +const void * RTTI_PlayerControls__FlightControlMode = (void *)0x052B0090; +const void * RTTI_PlayerControls__FlightMovementHandler = (void *)0x052B0050; +const void * RTTI_PlayerControls__GrabRotationHandler = (void *)0x052B00C8; +const void * RTTI_PlayerControls__GravJumpHandler = (void *)0x052B0108; +const void * RTTI_PlayerControls__HeldStateHandler = (void *)0x052AFF28; +const void * RTTI_PlayerControls__JumpHandler = (void *)0x052B0540; +const void * RTTI_PlayerControls__LookHandler = (void *)0x052B0578; +const void * RTTI_PlayerControls__Manager = (void *)0x052B1AE8; +const void * RTTI_PlayerControls__MonocleHandler = (void *)0x052B05B0; +const void * RTTI_PlayerControls__MovementHandler = (void *)0x052B05E8; +const void * RTTI_PlayerControls__NvidiaStreamlineInputHandler = (void *)0x052B0620; +const void * RTTI_PlayerControls__PlayerCameraHandler = (void *)0x052B0668; +const void * RTTI_PlayerControls__PlayerInputHandler = (void *)0x052AFEB8; +const void * RTTI_PlayerControls__RunHandler = (void *)0x052B06A8; +const void * RTTI_PlayerControls__ShieldHandler = (void *)0x052B06D8; +const void * RTTI_PlayerControls__ShipEquipmentHandler = (void *)0x052B0710; +const void * RTTI_PlayerControls__SneakHandler = (void *)0x052B0908; +const void * RTTI_PlayerControls__SprintHandler = (void *)0x052B0D48; +const void * RTTI_PlayerControls__StandardFlightControlMode = (void *)0x052B0010; +const void * RTTI_PlayerControls__StarbornPowerHandler = (void *)0x052B1DC8; +const void * RTTI_PlayerControls__TogglePOVHandler = (void *)0x052B0D80; +const void * RTTI_PlayerControls__ToggleRunHandler = (void *)0x052B0DB8; +const void * RTTI_PlayerControls__WeaponActionHandler = (void *)0x052B0DF0; +const void * RTTI_PlayerControls__WeaponAttackHandler = (void *)0x052B0E30; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__NotTriggered = (void *)0x0511D860; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Triggered = (void *)0x0511D6A0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic = (void *)0x0511D590; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst = (void *)0x0511D480; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd = (void *)0x0511D6F0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous = (void *)0x0511D4D0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage = (void *)0x0511D530; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease = (void *)0x0511D750; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage = (void *)0x0511D640; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle = (void *)0x0511D7B0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease = (void *)0x0511D800; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Unequipped = (void *)0x0511D5F0; +const void * RTTI_PlayerControls__WeaponBlockActionHandler = (void *)0x052B1490; +const void * RTTI_PlayerControls__WeaponFocusHandler = (void *)0x052B14D0; +const void * RTTI_PlayerControls__WeaponMeleeHandler = (void *)0x052B1508; +const void * RTTI_PlayerControls__WeaponReadyHandler = (void *)0x052B1540; +const void * RTTI_PlayerControls__WeaponReloadHandler = (void *)0x052B1578; +const void * RTTI_PlayerControls__WeaponSightedActionHandler = (void *)0x052B19A0; +const void * RTTI_PlayerControls__ZKeyHandler = (void *)0x052AFEF0; +const void * RTTI_PlayerDataModel = (void *)0x052D5330; +const void * RTTI_PlayerDataModel__PlayerDataEventShuttle = (void *)0x052D55F8; +const void * RTTI_PlayerFastEquipSoundHandler = (void *)0x05377FD8; +const void * RTTI_PlayerFurnitureExitHandler = (void *)0x05377800; +const void * RTTI_PlayerInventoryDataModel = (void *)0x052D6B08; +const void * RTTI_PlayerInventoryItem = (void *)0x052D6AD8; +const void * RTTI_PlayerRegionState = (void *)0x0535FD50; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter = (void *)0x0534ABF8; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor = (void *)0x0534AB90; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor = (void *)0x0534AB20; +const void * RTTI_PlayerSpaceUtils__EventSink = (void *)0x05336740; +const void * RTTI_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler = (void *)0x053367E0; +const void * RTTI_PlayerSpaceUtils___unnamed_type_SpaceAsteroidsWorldStepListener_ = (void *)0x051BF2E0; +const void * RTTI_PlayerStatusDataModel = (void *)0x052D75A8; +const void * RTTI_PlayerStatusDataModel__PlayerStatusEventShuttle = (void *)0x052D74C0; +const void * RTTI_PlayerTraversalState = (void *)0x0535F540; +const void * RTTI_PoseDeformerData = (void *)0x05248D00; +const void * RTTI_PoseDeformerInstance = (void *)0x05248E50; +const void * RTTI_PostAttachActionsFunctor = (void *)0x05496D28; +const void * RTTI_PostBoneModifierControl = (void *)0x053F84F0; +const void * RTTI_PostBoneModifierControlInstance = (void *)0x053F8568; +const void * RTTI_PostStepTask = (void *)0x05115518; +const void * RTTI_PowerArmor__EventHandler = (void *)0x051B4800; +const void * RTTI_PowerUtils__PowerUtilsReferenceEventSink = (void *)0x051BB518; +const void * RTTI_PowersMenu = (void *)0x052B97B8; +const void * RTTI_PowersMenu_ActivateEssence = (void *)0x052B9628; +const void * RTTI_PowersMenu_EquipPower = (void *)0x052B9538; +const void * RTTI_PowersMenu_FavoritePower = (void *)0x052B9660; +const void * RTTI_PowersMenu__PowersMenuEventShuttle = (void *)0x052B9998; +const void * RTTI_PreStepTask = (void *)0x051154F0; +const void * RTTI_Precipitation = (void *)0x05279640; +const void * RTTI_PrecipitationEffectController = (void *)0x05279668; +const void * RTTI_Preload__Manager = (void *)0x052BE7A8; +const void * RTTI_Preload__PostProcessDependencyNode = (void *)0x052BE980; +const void * RTTI_PreparePartitionTreeBuffers = (void *)0x05115888; +const void * RTTI_Probe__ReflectionProbeRenderOptions = (void *)0x054183E8; +const void * RTTI_ProcessListMovementInterface = (void *)0x051B91E0; +const void * RTTI_ProcessLists = (void *)0x05360D68; +const void * RTTI_ProcessLists__GetActorsFilter = (void *)0x0533CBB0; +const void * RTTI_Projectile = (void *)0x0529BE20; +const void * RTTI_ProjectileLOSCollector = (void *)0x05382E60; +const void * RTTI_Projectile__Manager = (void *)0x0537C998; +const void * RTTI_QuestDataModel = (void *)0x052D8288; +const void * RTTI_QuestDataModel__QuestGameEventShuttle = (void *)0x052D81A8; +const void * RTTI_QuestPathingRequest = (void *)0x05223608; +const void * RTTI_QueuedCellAttachService = (void *)0x05219130; +const void * RTTI_QueuedCharacter = (void *)0x05208AA0; +const void * RTTI_QueuedExplosionArt = (void *)0x05208938; +const void * RTTI_QueuedFile = (void *)0x051FC2F8; +const void * RTTI_QueuedLocationLoadTask = (void *)0x0525EC48; +const void * RTTI_QueuedPlayer = (void *)0x05208968; +const void * RTTI_QueuedPromoteLargeReferencesTask = (void *)0x0525DF80; +const void * RTTI_QueuedPromoteQuestTask = (void *)0x052777B8; +const void * RTTI_QueuedPromoteReferencesTask = (void *)0x05216470; +const void * RTTI_QueuedReference = (void *)0x05208AC8; +const void * RTTI_QueuedReferenceCallbackNode = (void *)0x052089C0; +const void * RTTI_QuickSaveLoadHandler = (void *)0x053B9F28; +const void * RTTI_REFREventCallbacks__IEventCallback = (void *)0x0526EEA8; +const void * RTTI_REFREventCallbacks__IEventCallbackFactory = (void *)0x051BB4D8; +const void * RTTI_RagdollAndGetUpHandler = (void *)0x05376FB8; +const void * RTTI_RagdollFurnitureModifier = (void *)0x05278698; +const void * RTTI_RagdollGetUp = (void *)0x053FC208; +const void * RTTI_RagdollGetUpInstance = (void *)0x053FC230; +const void * RTTI_RagdollStartHandler = (void *)0x053773C0; +const void * RTTI_RallyEffect = (void *)0x05332430; +const void * RTTI_RandomAnimationNode = (void *)0x053FCB18; +const void * RTTI_RandomAnimationNodeInstance = (void *)0x053FCAE0; +const void * RTTI_RangedAimAssistImpl = (void *)0x05296DC8; +const void * RTTI_ReanimateEffect = (void *)0x05331F78; +const void * RTTI_RecoilStopHandler = (void *)0x05378878; +const void * RTTI_ReevaluateGraphStateHandler = (void *)0x053782B0; +const void * RTTI_RefAttachTechniqueInput = (void *)0x05330AF0; +const void * RTTI_ReferenceEffect = (void *)0x05331C18; +const void * RTTI_ReferenceEffectController = (void *)0x051E3B10; +const void * RTTI_ReferenceEndAnimatedCameraHandler = (void *)0x05377CF8; +const void * RTTI_ReferenceRunActionHandler = (void *)0x05373CD8; +const void * RTTI_ReferenceStartAnimatedCameraHandler = (void *)0x05377CB8; +const void * RTTI_ReferenceStartImagespaceModifierHandler = (void *)0x05373E08; +const void * RTTI_ReferenceStopImagespaceModifierHandler = (void *)0x05373E48; +const void * RTTI_ReflectionProbeCellComponent = (void *)0x051E8B48; +const void * RTTI_RefrInteraction = (void *)0x052AFE38; +const void * RTTI_Refuel_Accept = (void *)0x05307448; +const void * RTTI_Refuel_Cancel = (void *)0x05307420; +const void * RTTI_RegSettingCollection = (void *)0x05334AA0; +const void * RTTI_ReloadCompleteHandler = (void *)0x05378220; +const void * RTTI_ReloadStateChangeHandler = (void *)0x05378690; +const void * RTTI_RemoveRagdollHandler = (void *)0x05377390; +const void * RTTI_ResearchDataModel = (void *)0x052D96C0; +const void * RTTI_ResearchDataModel__ResearchDataEventShuttle = (void *)0x052D96F0; +const void * RTTI_ResearchMenu = (void *)0x05303BC8; +const void * RTTI_ResearchMenu_AddMaterial = (void *)0x05303CC8; +const void * RTTI_ResearchMenu_CategorySelected = (void *)0x05303D68; +const void * RTTI_ResearchMenu_ExitMenu = (void *)0x05303C98; +const void * RTTI_ResearchMenu_HideModel = (void *)0x05303C68; +const void * RTTI_ResearchMenu_PreviewProject = (void *)0x05303D30; +const void * RTTI_ResearchMenu_ProjectViewed = (void *)0x05303CF8; +const void * RTTI_ResearchMenu_SetInspectControls = (void *)0x05303C30; +const void * RTTI_ResearchMenu_ToggleTrackingProject = (void *)0x05303BF0; +const void * RTTI_Research__Manager = (void *)0x05337130; +const void * RTTI_Reset3DMobIterator = (void *)0x05275308; +const void * RTTI_ResetFloraEffect = (void *)0x05331CC8; +const void * RTTI_Reticle_OnLongAnimFinished = (void *)0x0531A800; +const void * RTTI_RevertSelectedSpellFunctor = (void *)0x05356CA0; +const void * RTTI_RigMesh__BoneAttaches = (void *)0x054054B8; +const void * RTTI_RigMesh__BoneTranslations = (void *)0x05405488; +const void * RTTI_RigSwitch = (void *)0x053F8548; +const void * RTTI_RigSwitchInstance = (void *)0x053F85C8; +const void * RTTI_RightHandSpellCastHandler = (void *)0x053787C0; +const void * RTTI_RightHandSpellFireHandler = (void *)0x053788D0; +const void * RTTI_RollingBone = (void *)0x053FC158; +const void * RTTI_RollingBoneInstance = (void *)0x053FC180; +const void * RTTI_RootTwist = (void *)0x053FC848; +const void * RTTI_RootTwistInstance = (void *)0x053FC820; +const void * RTTI_RotationVariable = (void *)0x053F85A0; +const void * RTTI_RotationVariableInstance = (void *)0x053FBD50; +const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentBase = (void *)0x0521C030; +const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentStorage = (void *)0x0521BFE0; +const void * RTTI_SKClosestHitCollector = (void *)0x05271B10; +const void * RTTI_SWFToCodeFunctionHandler = (void *)0x051FBD08; +const void * RTTI_SandManKillHandler = (void *)0x05377EE0; +const void * RTTI_SaveBufferStorageWrapper = (void *)0x0533BE40; +const void * RTTI_SaveFileStorageWrapper = (void *)0x0533BE10; +const void * RTTI_SaveGameCollection = (void *)0x05337F80; +const void * RTTI_SaveGameMagicCasterVisitor = (void *)0x05356D10; +const void * RTTI_SaveLoadMagicCasterVisitor = (void *)0x05356D48; +const void * RTTI_SaveLoadTester__Service = (void *)0x0533AAB8; +const void * RTTI_SaveLoad__BlockingIONode = (void *)0x05276588; +const void * RTTI_SaveLoad__CleanupService__Impl = (void *)0x052BCA10; +const void * RTTI_SaveStorageWrapperBase = (void *)0x0533BDE0; +const void * RTTI_ScalarAnimation = (void *)0x053EE798; +const void * RTTI_ScaleformFile__MemoryFile = (void *)0x0542E790; +const void * RTTI_Scaleform__AcquireInterface = (void *)0x0533C360; +const void * RTTI_Scaleform__AmpMovieObjectDesc = (void *)0x051C61E0; +const void * RTTI_Scaleform__BoolFormatter = (void *)0x051C6EC0; +const void * RTTI_Scaleform__BufferedFile = (void *)0x051C8560; +const void * RTTI_Scaleform__DefaultAcquireInterface = (void *)0x0533C2F8; +const void * RTTI_Scaleform__DelegatedFile = (void *)0x051C8530; +const void * RTTI_Scaleform__DoubleFormatter = (void *)0x051C6F50; +const void * RTTI_Scaleform__Event = (void *)0x051C29F8; +const void * RTTI_Scaleform__FILEFile = (void *)0x051CAB60; +const void * RTTI_Scaleform__FmtResource = (void *)0x051C6E30; +const void * RTTI_Scaleform__GFx__AS3Support = (void *)0x051D9F88; +const void * RTTI_Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider = (void *)0x051D44D0; +const void * RTTI_Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider = (void *)0x051D4520; +const void * RTTI_Scaleform__GFx__AS3__ASRefCountCollector = (void *)0x051CBD98; +const void * RTTI_Scaleform__GFx__AS3__ASVM = (void *)0x051CC8E8; +const void * RTTI_Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef = (void *)0x051CCD50; +const void * RTTI_Scaleform__GFx__AS3__AbcDataBuffer = (void *)0x051D9FB8; +const void * RTTI_Scaleform__GFx__AS3__Abc__File = (void *)0x051CBCA0; +const void * RTTI_Scaleform__GFx__AS3__ArrayBase = (void *)0x051D03E0; +const void * RTTI_Scaleform__GFx__AS3__AvmBitmap = (void *)0x051CC470; +const void * RTTI_Scaleform__GFx__AS3__AvmButton = (void *)0x051CCE20; +const void * RTTI_Scaleform__GFx__AS3__AvmDisplayObj = (void *)0x051CC240; +const void * RTTI_Scaleform__GFx__AS3__AvmInteractiveObj = (void *)0x051CC8A8; +const void * RTTI_Scaleform__GFx__AS3__AvmLoader = (void *)0x051CCE58; +const void * RTTI_Scaleform__GFx__AS3__AvmMovieClip = (void *)0x051CCBB0; +const void * RTTI_Scaleform__GFx__AS3__AvmSprite = (void *)0x051CCB78; +const void * RTTI_Scaleform__GFx__AS3__AvmStage = (void *)0x051CCBE8; +const void * RTTI_Scaleform__GFx__AS3__AvmStaticText = (void *)0x051CCEC8; +const void * RTTI_Scaleform__GFx__AS3__AvmTextField = (void *)0x051CCF00; +const void * RTTI_Scaleform__GFx__AS3__AvmTextField__CSSHolder = (void *)0x051D97F0; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctCalc = (void *)0x051CC4E0; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedName = (void *)0x051CC520; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue = (void *)0x051CC570; +const void * RTTI_Scaleform__GFx__AS3__Class = (void *)0x051CBA90; +const void * RTTI_Scaleform__GFx__AS3__ClassCallConstruct = (void *)0x051CD2E8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__ClassClass = (void *)0x051CD440; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__Traits = (void *)0x051CBB68; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__UserDefined = (void *)0x051CD400; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError = (void *)0x051CEAC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Array = (void *)0x051CE000; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Boolean = (void *)0x051CDEC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Catch = (void *)0x051CE040; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Date = (void *)0x051CEB48; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError = (void *)0x051CE7B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Domain = (void *)0x051CE140; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Error = (void *)0x051CE728; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__EvalError = (void *)0x051CE800; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Function = (void *)0x051CD480; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Math = (void *)0x051CEBC8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Namespace = (void *)0x051CD920; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Number = (void *)0x051CDF00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Object = (void *)0x051CD4C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__QName = (void *)0x051CE080; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RangeError = (void *)0x051CE850; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError = (void *)0x051CE8A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RegExp = (void *)0x051CE658; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SecurityError = (void *)0x051CE8F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__String = (void *)0x051CDFC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError = (void *)0x051CE940; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__TypeError = (void *)0x051CE990; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__URIError = (void *)0x051CE9E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError = (void *)0x051CEA70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__VerifyError = (void *)0x051CEA20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XML = (void *)0x051CE0C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XMLList = (void *)0x051CE100; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__int_ = (void *)0x051CDF40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__uint = (void *)0x051CDF80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__void_ = (void *)0x051CE180; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility = (void *)0x051D8860; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation = (void *)0x051D8970; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties = (void *)0x051D8AB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText = (void *)0x051D87A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection = (void *)0x051D8800; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie = (void *)0x051D40F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion = (void *)0x051D3BE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap = (void *)0x051D4280; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData = (void *)0x051D41E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel = (void *)0x051D4570; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode = (void *)0x051D4430; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle = (void *)0x051D4620; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject = (void *)0x051D3E70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer = (void *)0x051D46C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel = (void *)0x051D4A50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType = (void *)0x051D4AF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics = (void *)0x051D4BE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill = (void *)0x051D4DC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill = (void *)0x051D4ED0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill = (void *)0x051D4FE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath = (void *)0x051D50F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand = (void *)0x051D53A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding = (void *)0x051D5450; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill = (void *)0x051D51E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke = (void *)0x051D52F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable = (void *)0x051D43E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData = (void *)0x051D4C80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill = (void *)0x051D4CD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath = (void *)0x051D4D20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject = (void *)0x051D4320; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod = (void *)0x051D5500; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle = (void *)0x051D55B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode = (void *)0x051D5650; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Loader = (void *)0x051D4780; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo = (void *)0x051D4910; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape = (void *)0x051D5740; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip = (void *)0x051D5920; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping = (void *)0x051D5A60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion = (void *)0x051D5F70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Scene = (void *)0x051D59C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shader = (void *)0x051D6060; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData = (void *)0x051D6010; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput = (void *)0x051D62A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob = (void *)0x051D6250; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter = (void *)0x051D60B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType = (void *)0x051D6100; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision = (void *)0x051D61B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shape = (void *)0x051D5B00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton = (void *)0x051D5BA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod = (void *)0x051D5C40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite = (void *)0x051D57E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Stage = (void *)0x051D4820; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign = (void *)0x051D5CE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState = (void *)0x051D5D80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality = (void *)0x051D5E30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode = (void *)0x051D5ED0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError = (void *)0x051D6B20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError = (void *)0x051D6AD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError = (void *)0x051D6A20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError = (void *)0x051D6A80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError = (void *)0x051D6B70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError = (void *)0x051D6BC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError = (void *)0x051D6C20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent = (void *)0x051D18E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent = (void *)0x051D21F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent = (void *)0x051D3930; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent = (void *)0x051D22E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent = (void *)0x051D23E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent = (void *)0x051D2480; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent = (void *)0x051D1FF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__Event = (void *)0x051D17B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher = (void *)0x051CF2D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase = (void *)0x051D32E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent = (void *)0x051D2CC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent = (void *)0x051D3380; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent = (void *)0x051D3080; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent = (void *)0x051D2700; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase = (void *)0x051D3890; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent = (void *)0x051D3420; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher = (void *)0x051D3180; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent = (void *)0x051D3510; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent = (void *)0x051D2DB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent = (void *)0x051D2AE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent = (void *)0x051D2520; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent = (void *)0x051D2EA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent = (void *)0x051D29C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent = (void *)0x051D2BD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent = (void *)0x051D3600; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation = (void *)0x051D3B40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent = (void *)0x051D3A30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent = (void *)0x051D2F90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent = (void *)0x051D36B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent = (void *)0x051D1F00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent = (void *)0x051D37A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent = (void *)0x051D2610; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent = (void *)0x051D2850; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent = (void *)0x051D20E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents = (void *)0x051D3220; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface = (void *)0x051DA170; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter = (void *)0x051D7670; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter = (void *)0x051D7580; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality = (void *)0x051D7710; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType = (void *)0x051D77C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter = (void *)0x051D78B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter = (void *)0x051D79A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter = (void *)0x051D7A60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter = (void *)0x051D7B20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode = (void *)0x051D7BE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter = (void *)0x051D7CF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter = (void *)0x051D7DF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter = (void *)0x051D7EF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter = (void *)0x051D8000; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter = (void *)0x051D80C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform = (void *)0x051D6CD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix = (void *)0x051D70D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D = (void *)0x051D6F00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection = (void *)0x051D72A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Point = (void *)0x051D7170; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle = (void *)0x051D7360; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform = (void *)0x051D7400; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D = (void *)0x051D74A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D = (void *)0x051D6DC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx = (void *)0x051DADC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions = (void *)0x051DAC30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx = (void *)0x051DB3B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager = (void *)0x051DAB90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad = (void *)0x051DB1D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent = (void *)0x051DB260; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle = (void *)0x051DB720; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx = (void *)0x051DB5E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx = (void *)0x051DB7E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx = (void *)0x051DAE60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx = (void *)0x051DB130; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent = (void *)0x051DACD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx = (void *)0x051DAFF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx = (void *)0x051DAA60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx = (void *)0x051DB4A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx = (void *)0x051DAF00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Camera = (void *)0x051D8110; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info = (void *)0x051D81F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone = (void *)0x051D82E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Sound = (void *)0x051D85B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel = (void *)0x051D8470; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext = (void *)0x051D8650; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer = (void *)0x051D8700; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform = (void *)0x051D8380; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter = (void *)0x051CF140; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference = (void *)0x051CF280; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList = (void *)0x051CF4D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput = (void *)0x051CF520; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter = (void *)0x051CF580; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection = (void *)0x051CF5E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection = (void *)0x051CF680; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding = (void *)0x051CF720; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Responder = (void *)0x051CF7C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject = (void *)0x051CF860; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus = (void *)0x051CF9E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Socket = (void *)0x051CFA90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader = (void *)0x051CFBD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat = (void *)0x051CFD60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest = (void *)0x051CF3D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader = (void *)0x051CFE50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod = (void *)0x051CFEF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream = (void *)0x051CFF90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables = (void *)0x051CFCC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket = (void *)0x051CFFE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer = (void *)0x051DA270; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain = (void *)0x051D62F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities = (void *)0x051D6440; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IME = (void *)0x051D64E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode = (void *)0x051D6570; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext = (void *)0x051D67A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Security = (void *)0x051D6840; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain = (void *)0x051D6660; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel = (void *)0x051D68E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__System = (void *)0x051D6980; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType = (void *)0x051D8B70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings = (void *)0x051D8C60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__Font = (void *)0x051D8D40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle = (void *)0x051D8F10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontType = (void *)0x051D8FB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType = (void *)0x051D9050; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText = (void *)0x051D9190; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet = (void *)0x051D9350; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType = (void *)0x051D9490; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode = (void *)0x051D9530; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextField = (void *)0x051D9660; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize = (void *)0x051D9830; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType = (void *)0x051D98D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat = (void *)0x051D93F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign = (void *)0x051D9970; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics = (void *)0x051D9750; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer = (void *)0x051D9A10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot = (void *)0x051D9B00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu = (void *)0x051DA630; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x051DA3B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems = (void *)0x051DA4D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem = (void *)0x051DA590; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation = (void *)0x051DA760; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard = (void *)0x051DA6D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse = (void *)0x051DA800; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor = (void *)0x051DA880; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch = (void *)0x051DA920; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode = (void *)0x051DA9C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray = (void *)0x051D11D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary = (void *)0x051D1360; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian = (void *)0x051D1450; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput = (void *)0x051D14E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput = (void *)0x051D1530; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable = (void *)0x051D13B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy = (void *)0x051D15D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer = (void *)0x051D16C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector = (void *)0x051D0030; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String = (void *)0x051D0340; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double = (void *)0x051D02F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int = (void *)0x051D0250; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object = (void *)0x051D0390; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint = (void *)0x051D02A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument = (void *)0x051DB9B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode = (void *)0x051DB8C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType = (void *)0x051DBA50; +const void * RTTI_Scaleform__GFx__AS3__Classes__ClassClass = (void *)0x051CD328; +const void * RTTI_Scaleform__GFx__AS3__Classes__UDBase = (void *)0x051CBFF8; +const void * RTTI_Scaleform__GFx__AS3__Classes__UserDefined = (void *)0x051CD368; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Array = (void *)0x051CDC98; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Boolean = (void *)0x051CDB68; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Catch = (void *)0x051CDCD8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Date = (void *)0x051CDD58; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Domain = (void *)0x051CF0C8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Error = (void *)0x051CDD18; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Function = (void *)0x051CD678; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Math = (void *)0x051CDD90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Namespace = (void *)0x051CD9B8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Number = (void *)0x051CDBA8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Object = (void *)0x051CD548; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__QName = (void *)0x051CDE08; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__RegExp = (void *)0x051CDDC8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__String = (void *)0x051CDC58; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XML = (void *)0x051CDE48; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XMLList = (void *)0x051CDE80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__int_ = (void *)0x051CDBE8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__uint = (void *)0x051CDC20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility = (void *)0x051D88C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion = (void *)0x051D3C40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel = (void *)0x051D45D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BlendMode = (void *)0x051D4480; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__CapsStyle = (void *)0x051D4670; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GradientType = (void *)0x051D4B40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand = (void *)0x051D5400; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding = (void *)0x051D54B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod = (void *)0x051D5560; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__JointStyle = (void *)0x051D5600; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode = (void *)0x051D56A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo = (void *)0x051D49B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping = (void *)0x051D5AB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SWFVersion = (void *)0x051D5FC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType = (void *)0x051D6160; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision = (void *)0x051D6200; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod = (void *)0x051D5C90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__Stage = (void *)0x051D48C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageAlign = (void *)0x051D5D30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState = (void *)0x051D5DE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageQuality = (void *)0x051D5E80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode = (void *)0x051D5F20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent = (void *)0x051D19A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent = (void *)0x051D2240; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent = (void *)0x051D39E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent = (void *)0x051D2390; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent = (void *)0x051D2430; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__DataEvent = (void *)0x051D24D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent = (void *)0x051D2090; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__Event = (void *)0x051D1850; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher = (void *)0x051D19F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventPhase = (void *)0x051D3330; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FocusEvent = (void *)0x051D2D60; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent = (void *)0x051D33D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent = (void *)0x051D3130; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GestureEvent = (void *)0x051D27A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GesturePhase = (void *)0x051D38E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent = (void *)0x051D3470; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IMEEvent = (void *)0x051D35B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent = (void *)0x051D2E50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent = (void *)0x051D2B80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__MouseEvent = (void *)0x051D25C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent = (void *)0x051D2F40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent = (void *)0x051D2A80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent = (void *)0x051D2C70; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent = (void *)0x051D3660; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientation = (void *)0x051D3B90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent = (void *)0x051D3AF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StatusEvent = (void *)0x051D3030; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SyncEvent = (void *)0x051D3700; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TextEvent = (void *)0x051D1FA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TimerEvent = (void *)0x051D3840; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TouchEvent = (void *)0x051D26B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent = (void *)0x051D2910; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent = (void *)0x051D21A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface = (void *)0x051DA1D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality = (void *)0x051D7770; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType = (void *)0x051D7810; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode = (void *)0x051D7C40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Point = (void *)0x051D7208; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Utils3D = (void *)0x051D74F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Vector3D = (void *)0x051D6E60; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx = (void *)0x051DAE10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__Extensions = (void *)0x051DAC80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager = (void *)0x051DABE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePad = (void *)0x051DB218; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent = (void *)0x051DB310; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx = (void *)0x051DB680; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx = (void *)0x051DB828; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx = (void *)0x051DAEB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent = (void *)0x051DAD70; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx = (void *)0x051DB090; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx = (void *)0x051DAAB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx = (void *)0x051DB540; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx = (void *)0x051DAF50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Camera = (void *)0x051D8160; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Microphone = (void *)0x051D8330; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__SoundMixer = (void *)0x051D8750; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding = (void *)0x051CF770; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObject = (void *)0x051CF900; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus = (void *)0x051CFA40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat = (void *)0x051CFDB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod = (void *)0x051CFF40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer = (void *)0x051DA310; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain = (void *)0x051D63F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Capabilities = (void *)0x051D6490; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IME = (void *)0x051D6528; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode = (void *)0x051D65C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Security = (void *)0x051D6890; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain = (void *)0x051D6700; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel = (void *)0x051D6930; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__System = (void *)0x051D69D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType = (void *)0x051D8BC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__Font = (void *)0x051D8DD8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontStyle = (void *)0x051D8F60; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontType = (void *)0x051D9000; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__GridFitType = (void *)0x051D90A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextColorType = (void *)0x051D94E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode = (void *)0x051D9580; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextField = (void *)0x051D9700; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize = (void *)0x051D9880; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldType = (void *)0x051D9920; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign = (void *)0x051D99C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextRenderer = (void *)0x051D9A60; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation = (void *)0x051DA7B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Keyboard = (void *)0x051DA718; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Mouse = (void *)0x051DA840; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor = (void *)0x051DA8D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Multitouch = (void *)0x051DA970; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode = (void *)0x051DAA10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__ByteArray = (void *)0x051D1270; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__Endian = (void *)0x051D14A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector = (void *)0x051D0078; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_String = (void *)0x051D01B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_double = (void *)0x051D0160; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_int = (void *)0x051D00C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_object = (void *)0x051D0200; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint = (void *)0x051D0110; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType = (void *)0x051DBAA0; +const void * RTTI_Scaleform__GFx__AS3__DoAbc = (void *)0x051DA138; +const void * RTTI_Scaleform__GFx__AS3__FlashUI = (void *)0x051CC1D8; +const void * RTTI_Scaleform__GFx__AS3__FrameCounter = (void *)0x051CCE90; +const void * RTTI_Scaleform__GFx__AS3__GASRefCountBase = (void *)0x051CB9D0; +const void * RTTI_Scaleform__GFx__AS3__IMEManager = (void *)0x051DBE58; +const void * RTTI_Scaleform__GFx__AS3__Impl__ArrayFunc = (void *)0x051CC4A8; +const void * RTTI_Scaleform__GFx__AS3__Impl__Value2NumberCollector = (void *)0x051CE420; +const void * RTTI_Scaleform__GFx__AS3__Impl__Value2StrCollector = (void *)0x051CE3E0; +const void * RTTI_Scaleform__GFx__AS3__Impl__ValuePtrCollector = (void *)0x051CE3A0; +const void * RTTI_Scaleform__GFx__AS3__Instance = (void *)0x051CBF88; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Activation = (void *)0x051CD8D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Anonimous = (void *)0x051CC100; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__CTraits = (void *)0x051CC030; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__ClassClass = (void *)0x051CDB20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Interface = (void *)0x051CD590; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Prototype = (void *)0x051CC0B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__RTraits = (void *)0x051CC070; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Traits = (void *)0x051CBD58; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__UserDefined = (void *)0x051CD1D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Array = (void *)0x051CE360; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Boolean = (void *)0x051CE580; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Catch = (void *)0x051CE280; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Date = (void *)0x051CEB88; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Domain = (void *)0x051CF080; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Error = (void *)0x051CE770; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Function = (void *)0x051CD5E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject = (void *)0x051CE2C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript = (void *)0x051CE310; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd = (void *)0x051CD830; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Namespace = (void *)0x051CD970; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Number = (void *)0x051CE4B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Object = (void *)0x051CD500; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__QName = (void *)0x051CE240; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__RegExp = (void *)0x051CE6A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__String = (void *)0x051CE5D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Thunk = (void *)0x051CD7F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction = (void *)0x051CD630; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd = (void *)0x051CD880; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XML = (void *)0x051CEC08; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XMLList = (void *)0x051CEDF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__int_ = (void *)0x051CE4F8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__uint = (void *)0x051CE538; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation = (void *)0x051D89E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties = (void *)0x051D8B10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie = (void *)0x051D4140; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap = (void *)0x051D42D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData = (void *)0x051D4230; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject = (void *)0x051D3EC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer = (void *)0x051D4720; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel = (void *)0x051D4AA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics = (void *)0x051D4C30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill = (void *)0x051D4E20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill = (void *)0x051D4F20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill = (void *)0x051D5040; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath = (void *)0x051D5140; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill = (void *)0x051D5240; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke = (void *)0x051D5340; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject = (void *)0x051D4380; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader = (void *)0x051D47D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo = (void *)0x051D4960; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape = (void *)0x051D5790; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip = (void *)0x051D5970; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene = (void *)0x051D5A10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape = (void *)0x051D5B50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton = (void *)0x051D5BF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite = (void *)0x051D5830; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage = (void *)0x051D4870; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent = (void *)0x051D1940; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent = (void *)0x051D3980; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent = (void *)0x051D2330; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent = (void *)0x051D2040; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__Event = (void *)0x051D1800; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher = (void *)0x051CF370; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent = (void *)0x051D2D10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent = (void *)0x051D30D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent = (void *)0x051D2750; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent = (void *)0x051D3560; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent = (void *)0x051D2E00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent = (void *)0x051D2B30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent = (void *)0x051D2570; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent = (void *)0x051D2EF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent = (void *)0x051D2A20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent = (void *)0x051D2C20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent = (void *)0x051D3A90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent = (void *)0x051D2FE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent = (void *)0x051D1F50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent = (void *)0x051D37F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent = (void *)0x051D2660; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent = (void *)0x051D28B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent = (void *)0x051D2140; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents = (void *)0x051D3280; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter = (void *)0x051D76C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter = (void *)0x051D75D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter = (void *)0x051D7900; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter = (void *)0x051D7A00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter = (void *)0x051D7B80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter = (void *)0x051D7D40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter = (void *)0x051D7E40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter = (void *)0x051D7F50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter = (void *)0x051D8060; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform = (void *)0x051D6D20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix = (void *)0x051D7120; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D = (void *)0x051D6F50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection = (void *)0x051D7300; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point = (void *)0x051D71C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle = (void *)0x051D73B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform = (void *)0x051D7450; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D = (void *)0x051D6E10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx = (void *)0x051DB400; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent = (void *)0x051DB2B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle = (void *)0x051DB780; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx = (void *)0x051DB630; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx = (void *)0x051DB180; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent = (void *)0x051DAD20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx = (void *)0x051DB040; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx = (void *)0x051DB4F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info = (void *)0x051D8240; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound = (void *)0x051D8600; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel = (void *)0x051D84C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext = (void *)0x051D86A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform = (void *)0x051D83D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference = (void *)0x051CF320; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection = (void *)0x051CF6D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject = (void *)0x051CF8B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket = (void *)0x051CFAE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader = (void *)0x051CFC20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest = (void *)0x051CF420; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader = (void *)0x051CFEA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables = (void *)0x051CFD10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer = (void *)0x051DA2C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain = (void *)0x051D6390; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext = (void *)0x051D67F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain = (void *)0x051D66B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings = (void *)0x051D8CB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__Font = (void *)0x051D8D90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText = (void *)0x051D91E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet = (void *)0x051D93A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField = (void *)0x051D96B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat = (void *)0x051D9440; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics = (void *)0x051D97A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot = (void *)0x051D9B50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu = (void *)0x051DA680; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x051DA410; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems = (void *)0x051DA530; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray = (void *)0x051D1220; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary = (void *)0x051D1180; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy = (void *)0x051D1620; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer = (void *)0x051D1710; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String = (void *)0x051D0F30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double = (void *)0x051D0D10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int = (void *)0x051D08D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object = (void *)0x051D0FD0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint = (void *)0x051D0AF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument = (void *)0x051DBA00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode = (void *)0x051DB910; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Array = (void *)0x051CD218; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGet = (void *)0x051CEFB8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGetFirst = (void *)0x051CEEE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Catch = (void *)0x051CE468; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__CheckTypeTF = (void *)0x051CD7A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGet = (void *)0x051CEF78; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGetFirst = (void *)0x051CEF30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Date = (void *)0x051CEB08; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Domain = (void *)0x051CF038; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__EmptyCallBack = (void *)0x051CEE90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Error = (void *)0x051CE6E8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Function = (void *)0x051CD708; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionAOT = (void *)0x051CD6C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionBase = (void *)0x051CC150; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObject = (void *)0x051CD140; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP = (void *)0x051CD2A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript = (void *)0x051CD3B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ListGet = (void *)0x051CEFF8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Namespace = (void *)0x051CD188; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Object = (void *)0x051CC198; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__QName = (void *)0x051CE200; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__RegExp = (void *)0x051CE618; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ThunkFunction = (void *)0x051CD750; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XML = (void *)0x051CE1C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLAttr = (void *)0x051CECD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLComment = (void *)0x051CED60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement = (void *)0x051CEC50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack = (void *)0x051CEDA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList = (void *)0x051CD258; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack = (void *)0x051CEE40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLProcInstr = (void *)0x051CED10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLText = (void *)0x051CEC90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation = (void *)0x051D8910; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties = (void *)0x051D8A50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie = (void *)0x051D40A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Bitmap = (void *)0x051D3F60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__BitmapData = (void *)0x051D4190; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObject = (void *)0x051D3CD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer = (void *)0x051D3D70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__FrameLabel = (void *)0x051D4A00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Graphics = (void *)0x051D4B90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill = (void *)0x051D4D70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill = (void *)0x051D4E80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill = (void *)0x051D4F80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath = (void *)0x051D50A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill = (void *)0x051D5190; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke = (void *)0x051D52A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject = (void *)0x051D3DD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Loader = (void *)0x051D3F10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo = (void *)0x051D3D20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MorphShape = (void *)0x051D56F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MovieClip = (void *)0x051D5880; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Scene = (void *)0x051D58D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Shape = (void *)0x051D3FB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__SimpleButton = (void *)0x051D4000; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Sprite = (void *)0x051D4050; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Stage = (void *)0x051D3E20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent = (void *)0x051D1890; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent = (void *)0x051D1D10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent = (void *)0x051D2290; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent = (void *)0x051D1C70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__Event = (void *)0x051D1760; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher = (void *)0x051CF1E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__FocusEvent = (void *)0x051D1AE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent = (void *)0x051D1E60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GestureEvent = (void *)0x051D1B80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IMEEvent = (void *)0x051D34C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent = (void *)0x051D1C20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent = (void *)0x051D1A90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__MouseEvent = (void *)0x051D1A40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent = (void *)0x051D1DC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent = (void *)0x051D2960; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent = (void *)0x051D1BD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent = (void *)0x051D1D60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StatusEvent = (void *)0x051D1E10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TextEvent = (void *)0x051D1CC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TimerEvent = (void *)0x051D3750; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TouchEvent = (void *)0x051D1B30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent = (void *)0x051D27F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent = (void *)0x051D1EB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents = (void *)0x051D31D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter = (void *)0x051D7620; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter = (void *)0x051D7530; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter = (void *)0x051D7860; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter = (void *)0x051D7950; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter = (void *)0x051D7AC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter = (void *)0x051D7CA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter = (void *)0x051D7DA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter = (void *)0x051D7E90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter = (void *)0x051D7FB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform = (void *)0x051D6C80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix = (void *)0x051D7080; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D = (void *)0x051D6EB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection = (void *)0x051D7250; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Point = (void *)0x051D7040; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Rectangle = (void *)0x051D6FA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Transform = (void *)0x051D6FF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Vector3D = (void *)0x051D6D70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx = (void *)0x051DB360; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent = (void *)0x051DAB40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle = (void *)0x051DB6D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx = (void *)0x051DB590; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx = (void *)0x051DB0E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent = (void *)0x051DAAF0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx = (void *)0x051DAFA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx = (void *)0x051DB450; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__ID3Info = (void *)0x051D81A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__Sound = (void *)0x051D8510; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundChannel = (void *)0x051D8420; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext = (void *)0x051D8560; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundTransform = (void *)0x051D8290; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__FileReference = (void *)0x051CF190; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__NetConnection = (void *)0x051CF630; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SharedObject = (void *)0x051CF810; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__Socket = (void *)0x051CF9A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketReader = (void *)0x051CFB80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketWriter = (void *)0x051CFB30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLLoader = (void *)0x051CF950; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequest = (void *)0x051CF230; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader = (void *)0x051CFE00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLVariables = (void *)0x051CFC70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer = (void *)0x051DA220; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain = (void *)0x051D6340; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__LoaderContext = (void *)0x051D6750; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain = (void *)0x051D6610; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__CSMSettings = (void *)0x051D8C10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__Font = (void *)0x051D8D00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StaticText = (void *)0x051D9140; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StyleSheet = (void *)0x051D92B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextField = (void *)0x051D8E20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextFormat = (void *)0x051D9300; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics = (void *)0x051D9610; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot = (void *)0x051D9AB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu = (void *)0x051DA5E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems = (void *)0x051DA360; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems = (void *)0x051DA470; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAReader = (void *)0x051D1310; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc = (void *)0x051D1400; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAWriter = (void *)0x051D12C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__ByteArray = (void *)0x051D10E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Dictionary = (void *)0x051D1130; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Proxy = (void *)0x051D1580; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Timer = (void *)0x051D1670; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_String = (void *)0x051D0EE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_double = (void *)0x051D0CC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_int = (void *)0x051D0880; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_object = (void *)0x051D0F80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint = (void *)0x051D0AA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument = (void *)0x051DB960; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLNode = (void *)0x051DB870; +const void * RTTI_Scaleform__GFx__AS3__IntervalTimer = (void *)0x051CCF78; +const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntry = (void *)0x051CCCC0; +const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie = (void *)0x051CCD00; +const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl = (void *)0x051DA0A8; +const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit = (void *)0x051DA0F0; +const void * RTTI_Scaleform__GFx__AS3__MovieDefRootNode = (void *)0x051CCD98; +const void * RTTI_Scaleform__GFx__AS3__MovieRoot = (void *)0x051CC320; +const void * RTTI_Scaleform__GFx__AS3__MovieRoot__StickyVarNode = (void *)0x051CCDE0; +const void * RTTI_Scaleform__GFx__AS3__NamespaceInstanceFactory = (void *)0x051CDA00; +const void * RTTI_Scaleform__GFx__AS3__NamespaceSet = (void *)0x051CBF50; +const void * RTTI_Scaleform__GFx__AS3__NotifyLoadInitCandidateList = (void *)0x051DBE90; +const void * RTTI_Scaleform__GFx__AS3__NullObject = (void *)0x051CF108; +const void * RTTI_Scaleform__GFx__AS3__Object = (void *)0x051CB9A0; +const void * RTTI_Scaleform__GFx__AS3__SerializeArrDense = (void *)0x051CC5F8; +const void * RTTI_Scaleform__GFx__AS3__SerializeArrSparse = (void *)0x051CC5B8; +const void * RTTI_Scaleform__GFx__AS3__ShapeObject = (void *)0x051CC918; +const void * RTTI_Scaleform__GFx__AS3__Slots__SlotFunct = (void *)0x051CBFC0; +const void * RTTI_Scaleform__GFx__AS3__SocketBuffer = (void *)0x051CCFB0; +const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr = (void *)0x051CCC20; +const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo = (void *)0x051CCFF0; +const void * RTTI_Scaleform__GFx__AS3__Stage = (void *)0x051CC2F0; +const void * RTTI_Scaleform__GFx__AS3__TextSnapshotGlyphVisitor = (void *)0x051D9BA0; +const void * RTTI_Scaleform__GFx__AS3__Tracer = (void *)0x051CBC70; +const void * RTTI_Scaleform__GFx__AS3__Traits = (void *)0x051CBBA8; +const void * RTTI_Scaleform__GFx__AS3__UserDefinedFunction = (void *)0x051CCF38; +const void * RTTI_Scaleform__GFx__AS3__VM = (void *)0x051CBAC0; +const void * RTTI_Scaleform__GFx__AS3__VMAbcFile = (void *)0x051CBC08; +const void * RTTI_Scaleform__GFx__AS3__VMAppDomain = (void *)0x051CBB30; +const void * RTTI_Scaleform__GFx__AS3__VMFile = (void *)0x051CBC40; +const void * RTTI_Scaleform__GFx__AS3__XMLSupport = (void *)0x051CC208; +const void * RTTI_Scaleform__GFx__AS3__XMLSupportImpl = (void *)0x051CC438; +const void * RTTI_Scaleform__GFx__ASIMEManager = (void *)0x051DBCA8; +const void * RTTI_Scaleform__GFx__ASIMEManager__IMEFuncHandler = (void *)0x051C6DC0; +const void * RTTI_Scaleform__GFx__ASIntervalTimerIntf = (void *)0x051CC998; +const void * RTTI_Scaleform__GFx__ASMovieRootBase = (void *)0x051CC358; +const void * RTTI_Scaleform__GFx__ASStringManager = (void *)0x051C3018; +const void * RTTI_Scaleform__GFx__AvmDisplayObjBase = (void *)0x051CC2B8; +const void * RTTI_Scaleform__GFx__Button = (void *)0x051D9BE8; +const void * RTTI_Scaleform__GFx__ButtonDef = (void *)0x051C8D18; +const void * RTTI_Scaleform__GFx__Clipboard = (void *)0x051C8270; +const void * RTTI_Scaleform__GFx__ConstShapeNoStyles = (void *)0x051C5C20; +const void * RTTI_Scaleform__GFx__ConstShapeWithStyles = (void *)0x051C74C8; +const void * RTTI_Scaleform__GFx__DefaultFontLibNameState = (void *)0x051C85C0; +const void * RTTI_Scaleform__GFx__DisplayObjContainer = (void *)0x051C6278; +const void * RTTI_Scaleform__GFx__DisplayObject = (void *)0x051C5438; +const void * RTTI_Scaleform__GFx__DisplayObjectBase = (void *)0x051C52C0; +const void * RTTI_Scaleform__GFx__DrawText = (void *)0x051DBB20; +const void * RTTI_Scaleform__GFx__DrawTextImpl = (void *)0x051DBAE8; +const void * RTTI_Scaleform__GFx__DrawTextManager = (void *)0x051DBC10; +const void * RTTI_Scaleform__GFx__DrawingContext = (void *)0x051C67B0; +const void * RTTI_Scaleform__GFx__DrawingContext__PackedShape = (void *)0x051C6978; +const void * RTTI_Scaleform__GFx__ExecuteTag = (void *)0x051C5728; +const void * RTTI_Scaleform__GFx__FontCompactor = (void *)0x051CB168; +const void * RTTI_Scaleform__GFx__FontData = (void *)0x051C8860; +const void * RTTI_Scaleform__GFx__FontDataBound = (void *)0x051C8A48; +const void * RTTI_Scaleform__GFx__FontDataCompactedGfx = (void *)0x051C8920; +const void * RTTI_Scaleform__GFx__FontDataCompactedSwf = (void *)0x051C88E0; +const void * RTTI_Scaleform__GFx__FontGlyphPacker = (void *)0x051C8D48; +const void * RTTI_Scaleform__GFx__FontHandle = (void *)0x051C6A48; +const void * RTTI_Scaleform__GFx__FontLib = (void *)0x051C8590; +const void * RTTI_Scaleform__GFx__FontManager = (void *)0x051C6BB0; +const void * RTTI_Scaleform__GFx__FontManagerStates = (void *)0x051C2880; +const void * RTTI_Scaleform__GFx__FontMap = (void *)0x051CA0B0; +const void * RTTI_Scaleform__GFx__FontResource = (void *)0x051C8728; +const void * RTTI_Scaleform__GFx__FontResourceCreator = (void *)0x051C5E38; +const void * RTTI_Scaleform__GFx__FunctionHandler = (void *)0x051FBDF8; +const void * RTTI_Scaleform__GFx__GFxInitImportActions = (void *)0x051C7488; +const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyData = (void *)0x051C5C58; +const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyInterface = (void *)0x051C5660; +const void * RTTI_Scaleform__GFx__GFxMovieDefImplKey = (void *)0x051C5D60; +const void * RTTI_Scaleform__GFx__GFxMovieDefImplKeyInterface = (void *)0x051C56B0; +const void * RTTI_Scaleform__GFx__GFxPlaceObjectUnpacked = (void *)0x051C5BE0; +const void * RTTI_Scaleform__GFx__GFxSocketImpl = (void *)0x051D9C88; +const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKey = (void *)0x051C8AB8; +const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKeyInterface = (void *)0x051C8600; +const void * RTTI_Scaleform__GFx__IMEManagerBase = (void *)0x051C6D80; +const void * RTTI_Scaleform__GFx__ImageCreator = (void *)0x0542EE58; +const void * RTTI_Scaleform__GFx__ImageFileHandlerRegistry = (void *)0x051C84F0; +const void * RTTI_Scaleform__GFx__ImageFileInfo = (void *)0x051C5F68; +const void * RTTI_Scaleform__GFx__ImageFileInfoKeyData = (void *)0x051C8E18; +const void * RTTI_Scaleform__GFx__ImageFileKeyInterface = (void *)0x051C8DD8; +const void * RTTI_Scaleform__GFx__ImageFileResourceCreator = (void *)0x051C60E8; +const void * RTTI_Scaleform__GFx__ImageResource = (void *)0x051C2230; +const void * RTTI_Scaleform__GFx__ImageResourceCreator = (void *)0x051C6128; +const void * RTTI_Scaleform__GFx__ImageResource__ImageDelegate = (void *)0x051C26C0; +const void * RTTI_Scaleform__GFx__ImageShapeCharacterDef = (void *)0x051C8CD8; +const void * RTTI_Scaleform__GFx__InteractiveObject = (void *)0x051C61A8; +const void * RTTI_Scaleform__GFx__KeyboardState = (void *)0x051C2F80; +const void * RTTI_Scaleform__GFx__KeyboardState__IListener = (void *)0x051CBD18; +const void * RTTI_Scaleform__GFx__LZMAFile = (void *)0x051CA218; +const void * RTTI_Scaleform__GFx__LZMASupport = (void *)0x051C2AF8; +const void * RTTI_Scaleform__GFx__LoadBinaryTask = (void *)0x051C6D08; +const void * RTTI_Scaleform__GFx__LoadProcess = (void *)0x051C5E70; +const void * RTTI_Scaleform__GFx__LoadQueueEntry = (void *)0x051CC678; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT = (void *)0x051C6C20; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadBinary = (void *)0x051C6D40; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadVars = (void *)0x051C6CC8; +const void * RTTI_Scaleform__GFx__LoadStates = (void *)0x051C5FA0; +const void * RTTI_Scaleform__GFx__LoadUpdateSync = (void *)0x051C5948; +const void * RTTI_Scaleform__GFx__LoadVarsTask = (void *)0x051C6C90; +const void * RTTI_Scaleform__GFx__Loader = (void *)0x051C2A90; +const void * RTTI_Scaleform__GFx__LoaderImpl = (void *)0x051C5470; +const void * RTTI_Scaleform__GFx__LoaderTask = (void *)0x051C55B8; +const void * RTTI_Scaleform__GFx__LogState = (void *)0x051C3430; +const void * RTTI_Scaleform__GFx__MemoryBufferZlibImage = (void *)0x051CA2B8; +const void * RTTI_Scaleform__GFx__MemoryContext = (void *)0x051D9EC0; +const void * RTTI_Scaleform__GFx__MorphCharacterDef = (void *)0x051CA338; +const void * RTTI_Scaleform__GFx__Movie = (void *)0x051C20F0; +const void * RTTI_Scaleform__GFx__MovieBindProcess = (void *)0x051C5898; +const void * RTTI_Scaleform__GFx__MovieDataDef = (void *)0x051C5758; +const void * RTTI_Scaleform__GFx__MovieDataDef__LoadTaskData = (void *)0x051C5AF8; +const void * RTTI_Scaleform__GFx__MovieDefBindStates = (void *)0x051C6058; +const void * RTTI_Scaleform__GFx__MovieDefImpl = (void *)0x051C57F8; +const void * RTTI_Scaleform__GFx__MovieDefImpl__BindTaskData = (void *)0x051C5B38; +const void * RTTI_Scaleform__GFx__MovieDefImpl__ReleaseNotifier = (void *)0x051CC3F0; +const void * RTTI_Scaleform__GFx__MovieDefRootNode = (void *)0x051CC6B0; +const void * RTTI_Scaleform__GFx__MovieDef__ResourceVisitor = (void *)0x051C58D0; +const void * RTTI_Scaleform__GFx__MovieImageLoadTask = (void *)0x051C55E8; +const void * RTTI_Scaleform__GFx__MovieImpl = (void *)0x051C20C0; +const void * RTTI_Scaleform__GFx__MovieImpl__StickyVarNode = (void *)0x051CCB38; +const void * RTTI_Scaleform__GFx__MovieImpl__WideStringStorage = (void *)0x051CCA90; +const void * RTTI_Scaleform__GFx__MoviePreloadTask = (void *)0x051C6C58; +const void * RTTI_Scaleform__GFx__ParseControl = (void *)0x051C2AC0; +const void * RTTI_Scaleform__GFx__PlaceObject2Tag = (void *)0x051C70A8; +const void * RTTI_Scaleform__GFx__PlaceObject2Taga = (void *)0x051C7450; +const void * RTTI_Scaleform__GFx__PlaceObject3Tag = (void *)0x051C70E0; +const void * RTTI_Scaleform__GFx__PlaceObjectTag = (void *)0x051C8C20; +const void * RTTI_Scaleform__GFx__RemoveObject2Tag = (void *)0x051C7150; +const void * RTTI_Scaleform__GFx__RemoveObjectTag = (void *)0x051C7118; +const void * RTTI_Scaleform__GFx__Resource = (void *)0x051C2268; +const void * RTTI_Scaleform__GFx__ResourceData__DataInterface = (void *)0x051C5DF8; +const void * RTTI_Scaleform__GFx__ResourceFileInfo = (void *)0x051C3298; +const void * RTTI_Scaleform__GFx__ResourceKey__KeyInterface = (void *)0x051C5620; +const void * RTTI_Scaleform__GFx__ResourceLib = (void *)0x051C3148; +const void * RTTI_Scaleform__GFx__ResourceLib__ResourceSlot = (void *)0x051C3388; +const void * RTTI_Scaleform__GFx__ResourceReport = (void *)0x051C56F0; +const void * RTTI_Scaleform__GFx__ResourceWeakLib = (void *)0x051C31D0; +const void * RTTI_Scaleform__GFx__SetBackgroundColorTag = (void *)0x051C7410; +const void * RTTI_Scaleform__GFx__ShapeBaseCharacterDef = (void *)0x051C8C58; +const void * RTTI_Scaleform__GFx__ShapeDataBase = (void *)0x051C5910; +const void * RTTI_Scaleform__GFx__SocketImplFactory = (void *)0x051D9C50; +const void * RTTI_Scaleform__GFx__SocketInterface = (void *)0x051D9C18; +const void * RTTI_Scaleform__GFx__Sprite = (void *)0x051C6A18; +const void * RTTI_Scaleform__GFx__SpriteDef = (void *)0x051C8BF0; +const void * RTTI_Scaleform__GFx__State = (void *)0x0542DD70; +const void * RTTI_Scaleform__GFx__StateBag = (void *)0x051C21C8; +const void * RTTI_Scaleform__GFx__StateBagImpl = (void *)0x051C25E8; +const void * RTTI_Scaleform__GFx__StaticTextCharacter = (void *)0x051CA078; +const void * RTTI_Scaleform__GFx__StaticTextDef = (void *)0x051CA040; +const void * RTTI_Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor = (void *)0x051D90F0; +const void * RTTI_Scaleform__GFx__Stream = (void *)0x051C83A0; +const void * RTTI_Scaleform__GFx__SubImageResource = (void *)0x051C6020; +const void * RTTI_Scaleform__GFx__SubImageResourceCreator = (void *)0x051C6168; +const void * RTTI_Scaleform__GFx__SubImageResourceInfo = (void *)0x051C7188; +const void * RTTI_Scaleform__GFx__SwfShapeCharacterDef = (void *)0x051C8C98; +const void * RTTI_Scaleform__GFx__Task = (void *)0x051C5540; +const void * RTTI_Scaleform__GFx__TextField = (void *)0x051CA1A0; +const void * RTTI_Scaleform__GFx__TextFieldDef = (void *)0x051C82D0; +const void * RTTI_Scaleform__GFx__TextField__CSSHolderBase = (void *)0x051D95C8; +const void * RTTI_Scaleform__GFx__TextField__TextDocumentListener = (void *)0x051CA1D0; +const void * RTTI_Scaleform__GFx__TextKeyMap = (void *)0x051C82A0; +const void * RTTI_Scaleform__GFx__Text__CompositionString = (void *)0x051CB6C8; +const void * RTTI_Scaleform__GFx__Text__EditorKit = (void *)0x051CB690; +const void * RTTI_Scaleform__GFx__Text__StyleManager = (void *)0x051D9270; +const void * RTTI_Scaleform__GFx__TextureGlyphBinder = (void *)0x051C8A80; +const void * RTTI_Scaleform__GFx__TextureGlyphData = (void *)0x051C7370; +const void * RTTI_Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor = (void *)0x051C8890; +const void * RTTI_Scaleform__GFx__URLBuilder = (void *)0x051DBD98; +const void * RTTI_Scaleform__GFx__Value__ObjectInterface = (void *)0x051CC638; +const void * RTTI_Scaleform__GFx__ZLibFile = (void *)0x051DBED8; +const void * RTTI_Scaleform__GFx__ZlibImageSource = (void *)0x051CA248; +const void * RTTI_Scaleform__GFx__ZlibSupport = (void *)0x0542DA30; +const void * RTTI_Scaleform__HeapPT__SysAllocGranulator = (void *)0x051CA370; +const void * RTTI_Scaleform__HeapPT__SysAllocWrapper = (void *)0x051CA3B0; +const void * RTTI_Scaleform__Log = (void *)0x051C2C28; +const void * RTTI_Scaleform__LongFormatter = (void *)0x051C6EF0; +const void * RTTI_Scaleform__MemoryFile = (void *)0x0542E900; +const void * RTTI_Scaleform__MemoryHeap = (void *)0x051C1F68; +const void * RTTI_Scaleform__MemoryHeapMH = (void *)0x051C2BF8; +const void * RTTI_Scaleform__MemoryHeapPT = (void *)0x051C7508; +const void * RTTI_Scaleform__MemoryHeap__LimitHandler = (void *)0x051D9E88; +const void * RTTI_Scaleform__MsgFormat = (void *)0x051C6E00; +const void * RTTI_Scaleform__Mutex = (void *)0x051C2B58; +const void * RTTI_Scaleform__Mutex_AreadyLockedAcquireInterface = (void *)0x051C2BB0; +const void * RTTI_Scaleform__RefCountImplCore = (void *)0x051FBD38; +const void * RTTI_Scaleform__RefCountNTSImplCore = (void *)0x051C2018; +const void * RTTI_Scaleform__RefCountWeakSupportImpl = (void *)0x051C2050; +const void * RTTI_Scaleform__Render__BevelFilter = (void *)0x051C7D60; +const void * RTTI_Scaleform__Render__BlendModeBundle = (void *)0x051C9EB0; +const void * RTTI_Scaleform__Render__BlendModeEffect = (void *)0x051CAA50; +const void * RTTI_Scaleform__Render__BlendPrimitive = (void *)0x051C8100; +const void * RTTI_Scaleform__Render__BlurFilter = (void *)0x051C7CB8; +const void * RTTI_Scaleform__Render__BlurFilterImpl = (void *)0x051C7C80; +const void * RTTI_Scaleform__Render__Bundle = (void *)0x051C9A00; +const void * RTTI_Scaleform__Render__CacheAsBitmapFilter = (void *)0x051C7E10; +const void * RTTI_Scaleform__Render__CacheBase = (void *)0x054945C8; +const void * RTTI_Scaleform__Render__CacheEffect = (void *)0x051CA8E0; +const void * RTTI_Scaleform__Render__CacheablePrimitive = (void *)0x051C8060; +const void * RTTI_Scaleform__Render__CacheableTargetEffect = (void *)0x051CA988; +const void * RTTI_Scaleform__Render__ColorMatrixFilter = (void *)0x051C7DD0; +const void * RTTI_Scaleform__Render__ComplexFill = (void *)0x051C3FC0; +const void * RTTI_Scaleform__Render__ComplexMesh = (void *)0x051C9318; +const void * RTTI_Scaleform__Render__ComplexMeshVertexOutput = (void *)0x051CB2A0; +const void * RTTI_Scaleform__Render__ComplexPrimitiveBundle = (void *)0x051C9E00; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotify = (void *)0x051C34B0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor = (void *)0x051C37F0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture = (void *)0x051C3920; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture = (void *)0x051C38B0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId = (void *)0x051C3980; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown = (void *)0x051C3850; +const void * RTTI_Scaleform__Render__ContextImpl__ContextLock = (void *)0x051C35D0; +const void * RTTI_Scaleform__Render__ContextImpl__EntryData = (void *)0x051C23D0; +const void * RTTI_Scaleform__Render__ContextImpl__RTHandle__HandleData = (void *)0x051C36D0; +const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify = (void *)0x0548DAB0; +const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand = (void *)0x051C7820; +const void * RTTI_Scaleform__Render__CreationRenderer__DepthStencilSurface = (void *)0x0548DD50; +const void * RTTI_Scaleform__Render__CreationRenderer__HAL = (void *)0x0548D790; +const void * RTTI_Scaleform__Render__CreationRenderer__IndexBuffer = (void *)0x054942D0; +const void * RTTI_Scaleform__Render__CreationRenderer__MappedTexture = (void *)0x0548DB80; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshBufferSet = (void *)0x05494320; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshCache = (void *)0x054944E0; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshCacheItem = (void *)0x05494580; +const void * RTTI_Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry = (void *)0x0548DCB0; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderEvents = (void *)0x054940E0; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderSync = (void *)0x05494700; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderTargetData = (void *)0x0548D800; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface = (void *)0x05494A70; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer = (void *)0x054949C0; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderManager = (void *)0x05494A20; +const void * RTTI_Scaleform__Render__CreationRenderer__Texture = (void *)0x0548DD10; +const void * RTTI_Scaleform__Render__CreationRenderer__TextureFormat = (void *)0x0548DB30; +const void * RTTI_Scaleform__Render__CreationRenderer__TextureManager = (void *)0x0548DC60; +const void * RTTI_Scaleform__Render__CreationRenderer__VertexBuffer = (void *)0x05494280; +const void * RTTI_Scaleform__Render__DDS__DDSFileImageSource = (void *)0x051CB128; +const void * RTTI_Scaleform__Render__DDS__FileReader = (void *)0x051CB078; +const void * RTTI_Scaleform__Render__DICommand = (void *)0x051C4098; +const void * RTTI_Scaleform__Render__DICommandQueue = (void *)0x051C7E90; +const void * RTTI_Scaleform__Render__DICommandQueue__ExecuteCommand = (void *)0x051C7F80; +const void * RTTI_Scaleform__Render__DICommand_ApplyFilter = (void *)0x051C4330; +const void * RTTI_Scaleform__Render__DICommand_Clear = (void *)0x051C4240; +const void * RTTI_Scaleform__Render__DICommand_ColorTransform = (void *)0x051C45F0; +const void * RTTI_Scaleform__Render__DICommand_Compare = (void *)0x051C46A0; +const void * RTTI_Scaleform__Render__DICommand_CopyChannel = (void *)0x051C4488; +const void * RTTI_Scaleform__Render__DICommand_CopyPixels = (void *)0x051C4540; +const void * RTTI_Scaleform__Render__DICommand_CreateTexture = (void *)0x051C40D0; +const void * RTTI_Scaleform__Render__DICommand_Dispose = (void *)0x051C4188; +const void * RTTI_Scaleform__Render__DICommand_Draw = (void *)0x051C43E0; +const void * RTTI_Scaleform__Render__DICommand_FillRect = (void *)0x051C4748; +const void * RTTI_Scaleform__Render__DICommand_FloodFill = (void *)0x051C4800; +const void * RTTI_Scaleform__Render__DICommand_GetColorBoundsRect = (void *)0x051C48B0; +const void * RTTI_Scaleform__Render__DICommand_GetPixel32 = (void *)0x051C4978; +const void * RTTI_Scaleform__Render__DICommand_GetPixels = (void *)0x051C4A30; +const void * RTTI_Scaleform__Render__DICommand_Histogram = (void *)0x051C4AE0; +const void * RTTI_Scaleform__Render__DICommand_HitTest = (void *)0x051C4B90; +const void * RTTI_Scaleform__Render__DICommand_Merge = (void *)0x051C4C40; +const void * RTTI_Scaleform__Render__DICommand_Noise = (void *)0x051C4CE8; +const void * RTTI_Scaleform__Render__DICommand_PaletteMap = (void *)0x051C4D90; +const void * RTTI_Scaleform__Render__DICommand_PerlinNoise = (void *)0x051C4E40; +const void * RTTI_Scaleform__Render__DICommand_PixelDissolve = (void *)0x051C4EF0; +const void * RTTI_Scaleform__Render__DICommand_Scroll = (void *)0x051C5110; +const void * RTTI_Scaleform__Render__DICommand_SetPixel32 = (void *)0x051C4FA8; +const void * RTTI_Scaleform__Render__DICommand_SetPixels = (void *)0x051C5060; +const void * RTTI_Scaleform__Render__DICommand_SourceRect = (void *)0x051C42F0; +const void * RTTI_Scaleform__Render__DICommand_Threshold = (void *)0x051C51B8; +const void * RTTI_Scaleform__Render__DIPixelProvider = (void *)0x051D3C90; +const void * RTTI_Scaleform__Render__DepthStencilBuffer = (void *)0x0547A6A8; +const void * RTTI_Scaleform__Render__DepthStencilSurface = (void *)0x0548DF40; +const void * RTTI_Scaleform__Render__DestroyDrawableImageThreadCommand = (void *)0x051C5270; +const void * RTTI_Scaleform__Render__DisplacementMapFilter = (void *)0x051C7E50; +const void * RTTI_Scaleform__Render__DrawableImage = (void *)0x051C3F38; +const void * RTTI_Scaleform__Render__DrawableImageContext = (void *)0x051C4058; +const void * RTTI_Scaleform__Render__Fence = (void *)0x051C7538; +const void * RTTI_Scaleform__Render__FenceWrapperList = (void *)0x051C7618; +const void * RTTI_Scaleform__Render__FileImageSource = (void *)0x051CA280; +const void * RTTI_Scaleform__Render__FilterBundle = (void *)0x051C9E78; +const void * RTTI_Scaleform__Render__FilterEffect = (void *)0x051CA950; +const void * RTTI_Scaleform__Render__FilterPrimitive = (void *)0x051C8028; +const void * RTTI_Scaleform__Render__FilterSet = (void *)0x051C7B78; +const void * RTTI_Scaleform__Render__Font = (void *)0x051C8648; +const void * RTTI_Scaleform__Render__FontCacheHandleManager = (void *)0x051CA428; +const void * RTTI_Scaleform__Render__GlowFilter = (void *)0x051C7D28; +const void * RTTI_Scaleform__Render__GlyphCache = (void *)0x051CA4D0; +const void * RTTI_Scaleform__Render__GlyphCacheConfig = (void *)0x051CA568; +const void * RTTI_Scaleform__Render__GlyphCache__EvictNotifier = (void *)0x051CA8A0; +const void * RTTI_Scaleform__Render__GlyphEvictNotifier = (void *)0x051CA7E0; +const void * RTTI_Scaleform__Render__GlyphFitter = (void *)0x051CB790; +const void * RTTI_Scaleform__Render__GlyphRaster = (void *)0x051CA5A0; +const void * RTTI_Scaleform__Render__GlyphShape = (void *)0x051CA6A0; +const void * RTTI_Scaleform__Render__GlyphTextureImage = (void *)0x051CA858; +const void * RTTI_Scaleform__Render__GradientData = (void *)0x051C8EB8; +const void * RTTI_Scaleform__Render__GradientFilter = (void *)0x051C7D98; +const void * RTTI_Scaleform__Render__GradientImage = (void *)0x051C8FA8; +const void * RTTI_Scaleform__Render__HAL = (void *)0x0548D990; +const void * RTTI_Scaleform__Render__HALBeginDisplayItem = (void *)0x051C7698; +const void * RTTI_Scaleform__Render__HALEndDisplayItem = (void *)0x051C76D8; +const void * RTTI_Scaleform__Render__HALNotify = (void *)0x0548DA18; +const void * RTTI_Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface = (void *)0x051C7720; +const void * RTTI_Scaleform__Render__Hairliner = (void *)0x051C94F0; +const void * RTTI_Scaleform__Render__Image = (void *)0x0542EDC0; +const void * RTTI_Scaleform__Render__ImageFileHandler = (void *)0x051CAB90; +const void * RTTI_Scaleform__Render__ImageFileHandlerRegistry = (void *)0x051C84B0; +const void * RTTI_Scaleform__Render__ImageSwizzler = (void *)0x051C2DD0; +const void * RTTI_Scaleform__Render__ImageUpdate = (void *)0x051C2E08; +const void * RTTI_Scaleform__Render__ImageUpdateSync = (void *)0x0548DE48; +const void * RTTI_Scaleform__Render__JPEG__ExtraData = (void *)0x051C7230; +const void * RTTI_Scaleform__Render__JPEG__TablesHeader = (void *)0x051C72C8; +const void * RTTI_Scaleform__Render__MappedTextureBase = (void *)0x0548DDD0; +const void * RTTI_Scaleform__Render__MaskBundle = (void *)0x051C9E40; +const void * RTTI_Scaleform__Render__MaskEffect = (void *)0x051CA918; +const void * RTTI_Scaleform__Render__MaskNodeState__Interface = (void *)0x051C7AE8; +const void * RTTI_Scaleform__Render__MaskPrimitive = (void *)0x051C9AF0; +const void * RTTI_Scaleform__Render__MatrixPoolImpl__MatrixPool = (void *)0x051C95D0; +const void * RTTI_Scaleform__Render__MatrixState = (void *)0x0548D670; +const void * RTTI_Scaleform__Render__MatrixStateFactory = (void *)0x051CA3E8; +const void * RTTI_Scaleform__Render__MemoryBufferImage = (void *)0x051CA2F8; +const void * RTTI_Scaleform__Render__Mesh = (void *)0x051C9150; +const void * RTTI_Scaleform__Render__MeshBase = (void *)0x051C8FE0; +const void * RTTI_Scaleform__Render__MeshBuffer = (void *)0x05494600; +const void * RTTI_Scaleform__Render__MeshCache = (void *)0x054944A0; +const void * RTTI_Scaleform__Render__MeshCacheConfig = (void *)0x05494638; +const void * RTTI_Scaleform__Render__MeshCacheItem = (void *)0x05494368; +const void * RTTI_Scaleform__Render__MeshKeyManager = (void *)0x051C7980; +const void * RTTI_Scaleform__Render__MeshKeySet = (void *)0x051C9350; +const void * RTTI_Scaleform__Render__MeshProvider = (void *)0x051C62B0; +const void * RTTI_Scaleform__Render__MeshProvider_KeySupport = (void *)0x051C6390; +const void * RTTI_Scaleform__Render__MeshStagingNode = (void *)0x051C90C8; +const void * RTTI_Scaleform__Render__MeshVertexOutput = (void *)0x051CB268; +const void * RTTI_Scaleform__Render__MetaImage = (void *)0x051C2EE8; +const void * RTTI_Scaleform__Render__MorphInterpolator = (void *)0x051C6560; +const void * RTTI_Scaleform__Render__MorphShapeData = (void *)0x051C6408; +const void * RTTI_Scaleform__Render__OrigScale9ParentState__Interface = (void *)0x051C7B30; +const void * RTTI_Scaleform__Render__PNG__FileReader = (void *)0x051CAE20; +const void * RTTI_Scaleform__Render__PNG__FileWriter = (void *)0x051CAED8; +const void * RTTI_Scaleform__Render__PNG__Input = (void *)0x051CAF88; +const void * RTTI_Scaleform__Render__PNG__LibPNGInput = (void *)0x051CAFC0; +const void * RTTI_Scaleform__Render__PNG__MemoryBufferImage = (void *)0x051CAFF8; +const void * RTTI_Scaleform__Render__PNG__PNGFileImageSource = (void *)0x051CB038; +const void * RTTI_Scaleform__Render__Primitive = (void *)0x051C9280; +const void * RTTI_Scaleform__Render__PrimitiveBundle = (void *)0x051C9DC8; +const void * RTTI_Scaleform__Render__PrimitiveFill = (void *)0x051C9180; +const void * RTTI_Scaleform__Render__PrimitiveFillManager = (void *)0x051C7780; +const void * RTTI_Scaleform__Render__ProfileModifier = (void *)0x051C7870; +const void * RTTI_Scaleform__Render__ProfileViews = (void *)0x051C78E0; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DBundle = (void *)0x051C9F30; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DEffect = (void *)0x051CAA10; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DPrimitive = (void *)0x051C9C30; +const void * RTTI_Scaleform__Render__RBGenericImpl__DepthStencilBuffer = (void *)0x051DC250; +const void * RTTI_Scaleform__Render__RBGenericImpl__RenderBufferManager = (void *)0x051DC110; +const void * RTTI_Scaleform__Render__RBGenericImpl__RenderTarget = (void *)0x051DC160; +const void * RTTI_Scaleform__Render__Rasterizer = (void *)0x051CB1F8; +const void * RTTI_Scaleform__Render__RawImage = (void *)0x051C2F20; +const void * RTTI_Scaleform__Render__RenderBuffer = (void *)0x0547A748; +const void * RTTI_Scaleform__Render__RenderBufferManager = (void *)0x051DC030; +const void * RTTI_Scaleform__Render__RenderEvents = (void *)0x0548D6A8; +const void * RTTI_Scaleform__Render__RenderQueueItem__Interface = (void *)0x051C7650; +const void * RTTI_Scaleform__Render__RenderSync = (void *)0x05494748; +const void * RTTI_Scaleform__Render__RenderTarget = (void *)0x051DC0D0; +const void * RTTI_Scaleform__Render__RenderTargetData = (void *)0x0548DAF0; +const void * RTTI_Scaleform__Render__SIF__FileReader = (void *)0x051CACF8; +const void * RTTI_Scaleform__Render__SIF__SIFFileImageSource = (void *)0x051CADA8; +const void * RTTI_Scaleform__Render__SKI_BlendMode = (void *)0x051C98E0; +const void * RTTI_Scaleform__Render__SKI_ComplexPrimitive = (void *)0x051C97F0; +const void * RTTI_Scaleform__Render__SKI_Filter = (void *)0x051C9918; +const void * RTTI_Scaleform__Render__SKI_MaskEnd = (void *)0x051C9868; +const void * RTTI_Scaleform__Render__SKI_MaskEnd__RQII_EndMask = (void *)0x051C98A0; +const void * RTTI_Scaleform__Render__SKI_MaskStart = (void *)0x051C9830; +const void * RTTI_Scaleform__Render__SKI_Primitive = (void *)0x051C97B8; +const void * RTTI_Scaleform__Render__SKI_ProjectionMatrix3D = (void *)0x051C9988; +const void * RTTI_Scaleform__Render__SKI_TextPrimitive = (void *)0x051CB8E0; +const void * RTTI_Scaleform__Render__SKI_UserData = (void *)0x051C99C8; +const void * RTTI_Scaleform__Render__SKI_ViewMatrix3D = (void *)0x051C9950; +const void * RTTI_Scaleform__Render__Scale9GridData = (void *)0x051C6660; +const void * RTTI_Scaleform__Render__Scale9GridInfo = (void *)0x051C8170; +const void * RTTI_Scaleform__Render__Scale9GridRect = (void *)0x051C3BE8; +const void * RTTI_Scaleform__Render__ShadowFilter = (void *)0x051C7CF0; +const void * RTTI_Scaleform__Render__ShapeDataFloat = (void *)0x051C2700; +const void * RTTI_Scaleform__Render__ShapeDataFloatMP = (void *)0x051C8138; +const void * RTTI_Scaleform__Render__ShapeMeshProvider = (void *)0x051C6520; +const void * RTTI_Scaleform__Render__SortKeyInterface = (void *)0x051C9738; +const void * RTTI_Scaleform__Render__StateData__Interface = (void *)0x051C3108; +const void * RTTI_Scaleform__Render__StateData__Interface_RefCountImpl = (void *)0x051C7AA0; +const void * RTTI_Scaleform__Render__StateData__Interface_Value = (void *)0x051C7A50; +const void * RTTI_Scaleform__Render__StrokeScaler = (void *)0x051CA820; +const void * RTTI_Scaleform__Render__StrokeSorter = (void *)0x051C9480; +const void * RTTI_Scaleform__Render__Stroker = (void *)0x051C9418; +const void * RTTI_Scaleform__Render__StrokerAA = (void *)0x051C94B8; +const void * RTTI_Scaleform__Render__SubImage = (void *)0x051C2F50; +const void * RTTI_Scaleform__Render__SystemVertexFormat = (void *)0x051C9528; +const void * RTTI_Scaleform__Render__TGA__FileReader = (void *)0x051CAC00; +const void * RTTI_Scaleform__Render__TGA__TGAFileImageSource = (void *)0x051CACB8; +const void * RTTI_Scaleform__Render__TessBase = (void *)0x051C7918; +const void * RTTI_Scaleform__Render__Tessellator = (void *)0x051C93E0; +const void * RTTI_Scaleform__Render__TextLayerPrimitive = (void *)0x051CB960; +const void * RTTI_Scaleform__Render__TextLayout = (void *)0x051CB2E0; +const void * RTTI_Scaleform__Render__TextMeshProvider = (void *)0x051CB708; +const void * RTTI_Scaleform__Render__TextPrimitiveBundle = (void *)0x051CB920; +const void * RTTI_Scaleform__Render__Text__Allocator = (void *)0x051C8308; +const void * RTTI_Scaleform__Render__Text__Allocator__TextFormatVisitor = (void *)0x051CC950; +const void * RTTI_Scaleform__Render__Text__DocView = (void *)0x051CB440; +const void * RTTI_Scaleform__Render__Text__DocView__DocumentText = (void *)0x051CB4E0; +const void * RTTI_Scaleform__Render__Text__EditorKitBase = (void *)0x051CB5E8; +const void * RTTI_Scaleform__Render__Text__FontHandle = (void *)0x051C6A78; +const void * RTTI_Scaleform__Render__Text__FontManagerBase = (void *)0x051C6B08; +const void * RTTI_Scaleform__Render__Text__HTMLImageTagDesc = (void *)0x051CB8A0; +const void * RTTI_Scaleform__Render__Text__ImageDesc = (void *)0x051CB800; +const void * RTTI_Scaleform__Render__Text__StyleManagerBase = (void *)0x051D9230; +const void * RTTI_Scaleform__Render__Text__StyledText = (void *)0x051CAAC0; +const void * RTTI_Scaleform__Render__Text__TextFilter = (void *)0x051C9FA8; +const void * RTTI_Scaleform__Render__Texture = (void *)0x0548DDA0; +const void * RTTI_Scaleform__Render__TextureFormat = (void *)0x0548DE10; +const void * RTTI_Scaleform__Render__TextureGlyph = (void *)0x051C7018; +const void * RTTI_Scaleform__Render__TextureImage = (void *)0x0542EDF0; +const void * RTTI_Scaleform__Render__TextureManager = (void *)0x0548DBC8; +const void * RTTI_Scaleform__Render__TextureManagerLocks = (void *)0x051C2D28; +const void * RTTI_Scaleform__Render__TextureManager__ServiceCommand = (void *)0x051C2EA0; +const void * RTTI_Scaleform__Render__ThreadCommandQueue = (void *)0x0547A668; +const void * RTTI_Scaleform__Render__TransformerBase = (void *)0x051C63D0; +const void * RTTI_Scaleform__Render__TreeCacheContainer = (void *)0x051C3E30; +const void * RTTI_Scaleform__Render__TreeCacheMeshBase = (void *)0x051C6738; +const void * RTTI_Scaleform__Render__TreeCacheNode = (void *)0x051C3E70; +const void * RTTI_Scaleform__Render__TreeCacheRoot = (void *)0x051C7A18; +const void * RTTI_Scaleform__Render__TreeCacheShape = (void *)0x051C6778; +const void * RTTI_Scaleform__Render__TreeCacheShapeLayer = (void *)0x051C66F8; +const void * RTTI_Scaleform__Render__TreeCacheText = (void *)0x051CB7C8; +const void * RTTI_Scaleform__Render__TreeContainer__NodeData = (void *)0x051C2450; +const void * RTTI_Scaleform__Render__TreeNode__NodeData = (void *)0x051C2410; +const void * RTTI_Scaleform__Render__TreeRoot__NodeData = (void *)0x051C2518; +const void * RTTI_Scaleform__Render__TreeShape__NodeData = (void *)0x051C27B8; +const void * RTTI_Scaleform__Render__TreeText__NodeData = (void *)0x051CB378; +const void * RTTI_Scaleform__Render__UserDataBundle = (void *)0x051C9F70; +const void * RTTI_Scaleform__Render__UserDataEffect = (void *)0x051CAA88; +const void * RTTI_Scaleform__Render__UserDataPrimitive = (void *)0x051C9CE8; +const void * RTTI_Scaleform__Render__UserDataState__Data = (void *)0x051C3D88; +const void * RTTI_Scaleform__Render__VectorGlyphShape = (void *)0x051CA758; +const void * RTTI_Scaleform__Render__VertexOutput = (void *)0x051CB230; +const void * RTTI_Scaleform__Render__VertexPath = (void *)0x051C7948; +const void * RTTI_Scaleform__Render__ViewMatrix3DBundle = (void *)0x051C9EE8; +const void * RTTI_Scaleform__Render__ViewMatrix3DEffect = (void *)0x051CA9C8; +const void * RTTI_Scaleform__Render__ViewMatrix3DPrimitive = (void *)0x051C9B88; +const void * RTTI_Scaleform__Render__WrapperImageSource = (void *)0x051C5F28; +const void * RTTI_Scaleform__RepeatFormatter = (void *)0x051C6FE8; +const void * RTTI_Scaleform__ResourceFormatter = (void *)0x051C6F80; +const void * RTTI_Scaleform__Semaphore = (void *)0x051C2A20; +const void * RTTI_Scaleform__SemaphoreWaitableIncrement = (void *)0x051C2A50; +const void * RTTI_Scaleform__StrFormatter = (void *)0x051C6E90; +const void * RTTI_Scaleform__String__InitStruct = (void *)0x051C2088; +const void * RTTI_Scaleform__SwitchFormatter = (void *)0x051C6FB8; +const void * RTTI_Scaleform__SysAllocBase = (void *)0x0533C330; +const void * RTTI_Scaleform__SysAllocMalloc = (void *)0x0533C2C8; +const void * RTTI_Scaleform__SysAllocMapper = (void *)0x051D9E58; +const void * RTTI_Scaleform__SysAllocStatic = (void *)0x051C2B28; +const void * RTTI_Scaleform__SysFile = (void *)0x051D9D20; +const void * RTTI_Scaleform__SysMemMapper = (void *)0x0542DDD0; +const void * RTTI_Scaleform__Thread = (void *)0x051C2B80; +const void * RTTI_Scaleform__UnopenedFile = (void *)0x051D9D48; +const void * RTTI_Scaleform__Waitable = (void *)0x051C2980; +const void * RTTI_SceneNextPhaseHandler = (void *)0x05373D08; +const void * RTTI_ScopeMenu = (void *)0x05319018; +const void * RTTI_ScopeMenuUtil__FadeCallback = (void *)0x05319090; +const void * RTTI_ScopeMenu__ScopeMenuDataEventShuttle = (void *)0x05318FA8; +const void * RTTI_ScopeMenu__ScopeScalingData = (void *)0x05318F28; +const void * RTTI_ScopeMenu__ZoomLevelData = (void *)0x05318FE8; +const void * RTTI_ScrapHeap = (void *)0x053FED28; +const void * RTTI_Script = (void *)0x05271F40; +const void * RTTI_ScriptEffect = (void *)0x05332080; +const void * RTTI_ScriptedRefEffect = (void *)0x05332058; +const void * RTTI_ScrollItem = (void *)0x05204B78; +const void * RTTI_SecurityMenu = (void *)0x053059F8; +const void * RTTI_SecurityMenu_BackOutKey = (void *)0x05305FE0; +const void * RTTI_SecurityMenu_CloseMenu = (void *)0x05306040; +const void * RTTI_SecurityMenu_ConfirmExit = (void *)0x05305F48; +const void * RTTI_SecurityMenu_EliminateUnusedKeys = (void *)0x05305F78; +const void * RTTI_SecurityMenu_GetRingHint = (void *)0x05305FB0; +const void * RTTI_SecurityMenu_SelectNewKey = (void *)0x05305F18; +const void * RTTI_SecurityMenu_TryUseKey = (void *)0x05306010; +const void * RTTI_SecurityMenu__SecurityMenuEventShuttle = (void *)0x05305588; +const void * RTTI_SeenData = (void *)0x0511C408; +const void * RTTI_Service = (void *)0x0528FD78; +const void * RTTI_SetOrientNode = (void *)0x053FBA78; +const void * RTTI_SetOrientNodeInstance = (void *)0x053FBAA0; +const void * RTTI_SetPosNode = (void *)0x053FC900; +const void * RTTI_SetPosNodeInstance = (void *)0x053FC8D0; +const void * RTTI_Setting = (void *)0x051B3610; +const void * RTTI_SettingsDataModel = (void *)0x052DE428; +const void * RTTI_SettingsDataModel__SettingsEventShuttle = (void *)0x052DD050; +const void * RTTI_SettingsPanel_CheckBoxChanged = (void *)0x052DE1D0; +const void * RTTI_SettingsPanel_ClearBinding = (void *)0x052DE2B0; +const void * RTTI_SettingsPanel_LinkClicked = (void *)0x052DE2E8; +const void * RTTI_SettingsPanel_OpenCategory = (void *)0x052DE208; +const void * RTTI_SettingsPanel_OpenSettings = (void *)0x052DE240; +const void * RTTI_SettingsPanel_RemapConfirmed = (void *)0x052DE278; +const void * RTTI_SettingsPanel_RemapMode = (void *)0x052DDFA8; +const void * RTTI_SettingsPanel_ResetToDefaults = (void *)0x052DE198; +const void * RTTI_SettingsPanel_SaveControls = (void *)0x052DE0F0; +const void * RTTI_SettingsPanel_SaveSettings = (void *)0x052DE0B8; +const void * RTTI_SettingsPanel_SliderChanged = (void *)0x052DE160; +const void * RTTI_SettingsPanel_StepperChanged = (void *)0x052DE128; +const void * RTTI_SettingsPanel_ValidateControls = (void *)0x052DE368; +const void * RTTI_SetupGraphRagdollHandler = (void *)0x05377C18; +const void * RTTI_ShaderReferenceEffect = (void *)0x053320A8; +const void * RTTI_SharedHeapAllocator = (void *)0x053FED70; +const void * RTTI_ShipActionCameraState = (void *)0x05296888; +const void * RTTI_ShipBuilder_CloseAllMenus = (void *)0x05203908; +const void * RTTI_ShipCombatOrbitCameraState = (void *)0x05296C80; +const void * RTTI_ShipCrewAssignData = (void *)0x052DF778; +const void * RTTI_ShipCrewAssignData__ShipCrewAssignMenuEventShuttle = (void *)0x052DF7B0; +const void * RTTI_ShipCrewAssignMenu = (void *)0x05306E18; +const void * RTTI_ShipCrewAssignMenu_Assign = (void *)0x05306C18; +const void * RTTI_ShipCrewAssignMenu_Unassign = (void *)0x05306C48; +const void * RTTI_ShipCrewData = (void *)0x052DF3A8; +const void * RTTI_ShipCrewData__ShipCrewMenuEventShuttle = (void *)0x052DF6A8; +const void * RTTI_ShipCrewMenu = (void *)0x05306BF0; +const void * RTTI_ShipCrewMenu_Close = (void *)0x05306CB0; +const void * RTTI_ShipCrewMenu_OpenAssignMenu = (void *)0x052DF988; +const void * RTTI_ShipCrewMenu_SetSort = (void *)0x052DF910; +const void * RTTI_ShipCrewMenu_ViewedItem = (void *)0x05306C80; +const void * RTTI_ShipEditor_ChangeModuleCategory = (void *)0x051FFD88; +const void * RTTI_ShipEditor_OnColorPickerControlChanged = (void *)0x052012F0; +const void * RTTI_ShipEditor_OnColorPickerTabChanged = (void *)0x05200F38; +const void * RTTI_ShipEditor_OnColorSliderMouseInput = (void *)0x052012B0; +const void * RTTI_ShipEditor_OnExitConfirmCancel = (void *)0x051FD178; +const void * RTTI_ShipEditor_OnExitConfirmExit = (void *)0x051FD140; +const void * RTTI_ShipEditor_OnExitConfirmSaveAndExit = (void *)0x051FCDB8; +const void * RTTI_ShipEditor_OnFlightCheckTabChanged = (void *)0x051FDDF0; +const void * RTTI_ShipEditor_OnHintButtonActivated = (void *)0x05203890; +const void * RTTI_ShipEditor_OnRecentColorSwatchClicked = (void *)0x05201330; +const void * RTTI_ShipEditor_OnRenameEndEditText = (void *)0x051FED80; +const void * RTTI_ShipEditor_OnRenameInputCancelled = (void *)0x051FEDB8; +const void * RTTI_ShipEditor_OnWeaponGroupChanged = (void *)0x051FD918; +const void * RTTI_ShipEditor_PreviewShipPart = (void *)0x051FFDC0; +const void * RTTI_ShipEditor_PreviewUpgrade = (void *)0x051E6E40; +const void * RTTI_ShipEditor_RemoveAll3D = (void *)0x052040B8; +const void * RTTI_ShipEditor_SelectedShipPart = (void *)0x051FFDF8; +const void * RTTI_ShipEditor_SelectedUpgrade = (void *)0x051E6E08; +const void * RTTI_ShipEditor_SystemSelected = (void *)0x051E6198; +const void * RTTI_ShipFarTravelCameraState = (void *)0x05296CB8; +const void * RTTI_ShipHudDataModel = (void *)0x052E58A8; +const void * RTTI_ShipHudDataModel__ShipHudEventShuttle = (void *)0x052E52B0; +const void * RTTI_ShipHudQuickContainer_TransferItem = (void *)0x0531A860; +const void * RTTI_ShipHudQuickContainer_TransferMenu = (void *)0x052E71B8; +const void * RTTI_ShipHud_AbortJump = (void *)0x0531A838; +const void * RTTI_ShipHud_Activate = (void *)0x052E71F8; +const void * RTTI_ShipHud_BodyViewMarkerDimensions = (void *)0x052E5710; +const void * RTTI_ShipHud_ChangeComponentSelection = (void *)0x052E70F8; +const void * RTTI_ShipHud_CloseMenu = (void *)0x052E7040; +const void * RTTI_ShipHud_Deselect = (void *)0x052E7168; +const void * RTTI_ShipHud_DockRequested = (void *)0x0531A8A0; +const void * RTTI_ShipHud_FarTravel = (void *)0x052E5778; +const void * RTTI_ShipHud_HailAccepted = (void *)0x052E5618; +const void * RTTI_ShipHud_HailCancelled = (void *)0x052E5588; +const void * RTTI_ShipHud_HailShip = (void *)0x0531A8D0; +const void * RTTI_ShipHud_JumpToQuestMarker = (void *)0x052E5748; +const void * RTTI_ShipHud_Land = (void *)0x052E5560; +const void * RTTI_ShipHud_LandingMarkerMap = (void *)0x052E55B8; +const void * RTTI_ShipHud_Map = (void *)0x052E5538; +const void * RTTI_ShipHud_OnMonocleToggle = (void *)0x052E55E8; +const void * RTTI_ShipHud_OpenPhotoMode = (void *)0x052E56A8; +const void * RTTI_ShipHud_Repair = (void *)0x052E57A0; +const void * RTTI_ShipHud_SetTargetMode = (void *)0x052E5678; +const void * RTTI_ShipHud_Target = (void *)0x052E7190; +const void * RTTI_ShipHud_TargetShipSystem = (void *)0x052E5648; +const void * RTTI_ShipHud_UntargetShipSystem = (void *)0x052E56D8; +const void * RTTI_ShipHud_UpdateComponentPower = (void *)0x052E7130; +const void * RTTI_ShipHud_UpdateTargetPanelRect = (void *)0x0531B188; +const void * RTTI_ShipRefuelMenu = (void *)0x053073F8; +const void * RTTI_ShipRefuelMenuDataModel = (void *)0x052E77C8; +const void * RTTI_ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle = (void *)0x052E7890; +const void * RTTI_ShipTargetingCameraState = (void *)0x05296CE8; +const void * RTTI_ShowSubsegmentHandler = (void *)0x05377BE8; +const void * RTTI_SimpleAnimationGraphManagerHolder = (void *)0x05207498; +const void * RTTI_SimpleAnimationGraphManagerLoadingTask = (void *)0x05291CC0; +const void * RTTI_SitWaitMenu = (void *)0x053BAE78; +const void * RTTI_SkillsMenu = (void *)0x053086D0; +const void * RTTI_SkillsMenu_Accept = (void *)0x05308CF8; +const void * RTTI_SkillsMenu_AddPatch = (void *)0x05308CC8; +const void * RTTI_SkillsMenu_Cancel = (void *)0x05308D20; +const void * RTTI_SkillsMenu_ChangeCursorVisibility = (void *)0x05308C90; +const void * RTTI_SkillsMenu_SaveLastCategory = (void *)0x05308C58; +const void * RTTI_SkillsMenu__SkillsMenuEventShuttle = (void *)0x05308388; +const void * RTTI_SkinAttach = (void *)0x0541B3E0; +const void * RTTI_Sky = (void *)0x05279FC8; +const void * RTTI_SkyEffectController = (void *)0x052796A0; +const void * RTTI_SleepWaitMenu = (void *)0x053BBDD0; +const void * RTTI_SleepWaitMenu_InterruptRest = (void *)0x053BBDF8; +const void * RTTI_SleepWaitMenu_StartRest = (void *)0x053BBE30; +const void * RTTI_SleepWaitMenu__SleepWaitMenuEventShuttle = (void *)0x053BBC20; +const void * RTTI_SlideStartHandler = (void *)0x05373D70; +const void * RTTI_SlowTimeEffect = (void *)0x05332128; +const void * RTTI_SneakStateChangeHandler = (void *)0x05378250; +const void * RTTI_SoulTrapEffect = (void *)0x05332150; +const void * RTTI_SpaceComponentViewAccessWrite = (void *)0x0524EC10; +const void * RTTI_SpaceshipAIComponentEventHandler = (void *)0x053DF9A8; +const void * RTTI_SpaceshipBIEvents__EventSink = (void *)0x05333708; +const void * RTTI_SpaceshipBoostPart = (void *)0x053E1080; +const void * RTTI_SpaceshipDockingFinishedHandler = (void *)0x05377E18; +const void * RTTI_SpaceshipEditor__HangarModeState_Null = (void *)0x052BA6E8; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipInspect = (void *)0x052BA660; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection = (void *)0x052BB7F0; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle = (void *)0x052BB910; +const void * RTTI_SpaceshipEditor__ModuleModeState_Add = (void *)0x051FFD48; +const void * RTTI_SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle = (void *)0x051FFB10; +const void * RTTI_SpaceshipEditor__ModuleModeState_Color = (void *)0x05201270; +const void * RTTI_SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle = (void *)0x05200F80; +const void * RTTI_SpaceshipEditor__ModuleModeState_Edit = (void *)0x05203A40; +const void * RTTI_SpaceshipEditor__ModuleModeState_Empty = (void *)0x05203A80; +const void * RTTI_SpaceshipEditor__ModuleModeState_Null = (void *)0x052039B8; +const void * RTTI_SpaceshipEditor__ModuleModeState_Selection = (void *)0x05203A00; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting = (void *)0x051FCDF8; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle = (void *)0x051FD020; +const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck = (void *)0x051FD950; +const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle = (void *)0x051FDAE0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode = (void *)0x052BA730; +const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle = (void *)0x052BA980; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Loading = (void *)0x05203B00; +const void * RTTI_SpaceshipEditor__ShipBuilderState_ModuleMode = (void *)0x051FE400; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Null = (void *)0x05203938; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Popup = (void *)0x05203978; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename = (void *)0x051FED40; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle = (void *)0x051FF040; +const void * RTTI_SpaceshipEditor__ShipBuilderState_UpgradeMode = (void *)0x051E5960; +const void * RTTI_SpaceshipEditor__Spaceship3DManager = (void *)0x05202030; +const void * RTTI_SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle = (void *)0x05201EC0; +const void * RTTI_SpaceshipEditor__SpaceshipEditorGame3DManager = (void *)0x052020A0; +const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu = (void *)0x05203C20; +const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle = (void *)0x05203F20; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Null = (void *)0x052038C8; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace = (void *)0x051E6E70; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle = (void *)0x051E6C40; +const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect = (void *)0x051E61D0; +const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle = (void *)0x051E5F20; +const void * RTTI_SpaceshipEffectsUtil__EventSink = (void *)0x053E0878; +const void * RTTI_SpaceshipEquipmentComponent = (void *)0x053E0FF0; +const void * RTTI_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler = (void *)0x053E11E0; +const void * RTTI_SpaceshipGravDrivePart = (void *)0x053E1050; +const void * RTTI_SpaceshipHudMenu = (void *)0x0531A5E8; +const void * RTTI_SpaceshipLandingFinishedFailsafeHandler = (void *)0x05377DD8; +const void * RTTI_SpaceshipLandingFinishedHandler = (void *)0x05377DA0; +const void * RTTI_SpaceshipLinkedCell__ExteriorShipCell = (void *)0x053ED1B0; +const void * RTTI_SpaceshipLinkedCell__InteriorShipCell = (void *)0x053ED170; +const void * RTTI_SpaceshipLinkedCell__ShipCell = (void *)0x053ED0E8; +const void * RTTI_SpaceshipMobilityPart = (void *)0x053E0FC0; +const void * RTTI_SpaceshipPart = (void *)0x053E1028; +const void * RTTI_SpaceshipPlayerSounds = (void *)0x053E39E8; +const void * RTTI_SpaceshipShieldPart = (void *)0x053E10B0; +const void * RTTI_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler = (void *)0x053E3FD0; +const void * RTTI_SpaceshipTakeOffFinishedHandler = (void *)0x05377D68; +const void * RTTI_SpaceshipUndockingFinishedHandler = (void *)0x05377C80; +const void * RTTI_SpaceshipWeapon = (void *)0x053E0F98; +const void * RTTI_Spaceship__InstanceData = (void *)0x0524FFE8; +const void * RTTI_Spaceship__LadderSwapHandler = (void *)0x0513A750; +const void * RTTI_Spaceship__ShipProxyCollisionListener = (void *)0x05253478; +const void * RTTI_Spaceship__TargetingMode = (void *)0x0534B4F8; +const void * RTTI_SpawnHazardEffect = (void *)0x0534D588; +const void * RTTI_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler = (void *)0x051F6090; +const void * RTTI_SpecificItemCollector = (void *)0x05278970; +const void * RTTI_SpectatorPackage = (void *)0x0511ECC0; +const void * RTTI_SpeedScale = (void *)0x053FC7F8; +const void * RTTI_SpeedScaleInstance = (void *)0x053FC7C8; +const void * RTTI_SpellItem = (void *)0x0512FF98; +const void * RTTI_SpringBoneData = (void *)0x05248E80; +const void * RTTI_SpringBoneInstance = (void *)0x05248EA8; +const void * RTTI_StaggerEffect = (void *)0x05330E20; +const void * RTTI_StaggerMeter = (void *)0x053F8330; +const void * RTTI_StaggerMeterInstance = (void *)0x053FBD80; +const void * RTTI_StaggeredStopHandler = (void *)0x05378988; +const void * RTTI_StarField__LoadNodeBarrier = (void *)0x05252728; +const void * RTTI_StarField__ModuleState = (void *)0x05252758; +const void * RTTI_StarField__SpaceReference__RetargetExterior3d = (void *)0x052526E0; +const void * RTTI_StarMapMenu_ExecuteRoute = (void *)0x053214B0; +const void * RTTI_StarMapMenu_Galaxy_FocusSystem = (void *)0x05320E30; +const void * RTTI_StarMapMenu_LandingInputInProgress = (void *)0x0531DBB8; +const void * RTTI_StarMapMenu_MarkerGroupContainerVisibilityChanged = (void *)0x0531DB70; +const void * RTTI_StarMapMenu_MarkerGroupEntryClicked = (void *)0x0531D6F0; +const void * RTTI_StarMapMenu_MarkerGroupEntryHoverChanged = (void *)0x0531D6B0; +const void * RTTI_StarMapMenu_OnCancel = (void *)0x05321418; +const void * RTTI_StarMapMenu_OnClearRoute = (void *)0x053214E0; +const void * RTTI_StarMapMenu_OnExitStarMap = (void *)0x05321448; +const void * RTTI_StarMapMenu_OnGalaxyViewInitialized = (void *)0x05320E68; +const void * RTTI_StarMapMenu_OnHintButtonClicked = (void *)0x05321478; +const void * RTTI_StarMapMenu_OnOutpostEntrySelected = (void *)0x053213A8; +const void * RTTI_StarMapMenu_QuickSelectChange = (void *)0x0531FA20; +const void * RTTI_StarMapMenu_ReadyToClose = (void *)0x053213E8; +const void * RTTI_StarMapMenu_ScanPlanet = (void *)0x05322CD8; +const void * RTTI_StarMapMenu_SelectedLandingSite = (void *)0x0531D678; +const void * RTTI_StarMapMenu_SelectedLandingSiteFailed = (void *)0x0531D638; +const void * RTTI_StarMapMenu_ShowRealCursor = (void *)0x05322D08; +const void * RTTI_StarMap__BodyInfoToUI = (void *)0x052C5F30; +const void * RTTI_StarMap__BodyInspectState = (void *)0x0531D178; +const void * RTTI_StarMap__BodyInspectState__BodyInspectStateEventShuttle = (void *)0x0531CC70; +const void * RTTI_StarMap__ConfirmCustomMarkerActionCallback = (void *)0x05323F80; +const void * RTTI_StarMap__DelayCommand = (void *)0x0531FBA0; +const void * RTTI_StarMap__Galaxy3DScene = (void *)0x0531B1C0; +const void * RTTI_StarMap__GalaxyState = (void *)0x0531F6D8; +const void * RTTI_StarMap__GalaxyState__GalaxyStateEventShuttle = (void *)0x0531F580; +const void * RTTI_StarMap__IStarMapState = (void *)0x0531DF08; +const void * RTTI_StarMap__PlanetInfoToUI = (void *)0x052C60E8; +const void * RTTI_StarMap__SelectBodyEventHelper = (void *)0x05349CC0; +const void * RTTI_StarMap__StarMapMenu = (void *)0x05321728; +const void * RTTI_StarMap__StarMapMenuDataModel = (void *)0x05321108; +const void * RTTI_StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle = (void *)0x053209B0; +const void * RTTI_StarMap__StarMapMenu__StarMapMenuEventShuttle = (void *)0x05321140; +const void * RTTI_StarMap__StarMapSystemMobile = (void *)0x05323300; +const void * RTTI_StarMap__SurfaceMap3DScene = (void *)0x052BD868; +const void * RTTI_StarMap__SurfaceMapState = (void *)0x05323E68; +const void * RTTI_StarMap__SurfaceMapState__SurfaceMapStateEventShuttle = (void *)0x05323D80; +const void * RTTI_StarMap__SystemBodyInfoToUI = (void *)0x052C6060; +const void * RTTI_StarMap__SystemState = (void *)0x05324FE0; +const void * RTTI_StarMap__SystemState__SystemStateEventShuttle = (void *)0x053257A0; +const void * RTTI_StarMap__Util__ConfirmFastTravelCallback = (void *)0x0531DA88; +const void * RTTI_StarMap__Util__ConfirmGravJumpPlotCallback = (void *)0x0531DA48; +const void * RTTI_StartFloatingHandler = (void *)0x05377150; +const void * RTTI_StartPCapVoiceHandler = (void *)0x05377E80; +const void * RTTI_StartSecurityMinigameHandler = (void *)0x05377B48; +const void * RTTI_StateConfirmingAction = (void *)0x052D1FB0; +const void * RTTI_StateEngagmentPrompt = (void *)0x052D1EE8; +const void * RTTI_StateInitialLoad = (void *)0x052D1D88; +const void * RTTI_StateIntroVideo = (void *)0x052D1E38; +const void * RTTI_StateLegalScreen = (void *)0x052D1E10; +const void * RTTI_StateLoadPanelInteract = (void *)0x052D1E90; +const void * RTTI_StateMachine = (void *)0x053FB978; +const void * RTTI_StateMachineInstance = (void *)0x053FB948; +const void * RTTI_StateMainPanelInteract = (void *)0x052D1E60; +const void * RTTI_StateOpenFromInstallMenu = (void *)0x052D1D28; +const void * RTTI_StateOpenFromReset = (void *)0x052D1DB0; +const void * RTTI_StateOpenFromStartup = (void *)0x052D1CF8; +const void * RTTI_StateOtherMenuOpen = (void *)0x052D1F48; +const void * RTTI_StatePerformingAction = (void *)0x052D1F18; +const void * RTTI_StateSettingsPanelInteract = (void *)0x052D1F78; +const void * RTTI_StateSplashScreen = (void *)0x052D1EC0; +const void * RTTI_StateVariableControl = (void *)0x053FC4E8; +const void * RTTI_StateVariableControlInstance = (void *)0x053FC518; +const void * RTTI_StateWaitingOnLoad = (void *)0x052D1DE0; +const void * RTTI_StaticAvoidNodeManager = (void *)0x05361BD8; +const void * RTTI_StatusMenu = (void *)0x05325890; +const void * RTTI_SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed = (void *)0x0549DAD0; +const void * RTTI_StimpakEffect = (void *)0x05332178; +const void * RTTI_StopFloatingHandler = (void *)0x05377180; +const void * RTTI_StopMountCameraHandler = (void *)0x05377330; +const void * RTTI_StorageTable__AsyncTableColumnBase = (void *)0x05245568; +const void * RTTI_StorageTable__DirectColumnDataStorageInterface = (void *)0x05245520; +const void * RTTI_StorageTable__ScheduleImpl = (void *)0x0546F248; +const void * RTTI_StorageTable__StorageDataBase = (void *)0x0523B4F8; +const void * RTTI_StreamingInstallMenu = (void *)0x05325B48; +const void * RTTI_StreamingInstallMenu__StreamingInstallEventShuttle = (void *)0x05325B00; +const void * RTTI_StreamingInstallMenu__StreamingProgressData = (void *)0x05325A40; +const void * RTTI_StringUIValue = (void *)0x05202070; +const void * RTTI_SubgraphAndOffsetDBData = (void *)0x053FD2E8; +const void * RTTI_SummonCreatureEffect = (void *)0x05332380; +const void * RTTI_SummonDuplicateEffect = (void *)0x05332298; +const void * RTTI_SummonPlacementEffect = (void *)0x053323B0; +const void * RTTI_SupportMaterialHandler = (void *)0x0534A568; +const void * RTTI_SurfaceMapMenu_EnablePointCloud = (void *)0x05323F40; +const void * RTTI_SurfaceMapMenu_MarkerClicked = (void *)0x05324010; +const void * RTTI_SurfaceMapMenu_TryPlaceCustomMarker = (void *)0x05324048; +const void * RTTI_SwapGraphNode = (void *)0x053FB8B8; +const void * RTTI_SwapGraphNodeInstance = (void *)0x053FB888; +const void * RTTI_SwitchNode = (void *)0x053FB9A0; +const void * RTTI_SwitchNodeInstance = (void *)0x053FB9C8; +const void * RTTI_SyncDeferDeathHandler = (void *)0x053780F8; +const void * RTTI_SyncEarlyExitHandler = (void *)0x05378128; +const void * RTTI_SyncQueueObj = (void *)0x052AFE90; +const void * RTTI_TBO_InstanceData = (void *)0x05250018; +const void * RTTI_TES = (void *)0x0520B720; +const void * RTTI_TESAIForm = (void *)0x0511A508; +const void * RTTI_TESActorBase = (void *)0x05119F60; +const void * RTTI_TESActorBaseData = (void *)0x0511A4E0; +const void * RTTI_TESAmmo = (void *)0x0525C060; +const void * RTTI_TESAudio__ScriptedMusicState = (void *)0x05332C78; +const void * RTTI_TESBipedModelForm = (void *)0x0511A3C0; +const void * RTTI_TESBoundAnimObject = (void *)0x05259AA0; +const void * RTTI_TESBoundObject = (void *)0x051303F0; +const void * RTTI_TESCamera = (void *)0x05291D00; +const void * RTTI_TESCameraState = (void *)0x052965F0; +const void * RTTI_TESChildCell = (void *)0x05289CA8; +const void * RTTI_TESClass = (void *)0x052753E0; +const void * RTTI_TESClimate = (void *)0x05260580; +const void * RTTI_TESCombatStyle = (void *)0x05119FE0; +const void * RTTI_TESContainer = (void *)0x051B37A8; +const void * RTTI_TESCustomPackageData = (void *)0x05289968; +const void * RTTI_TESDataHandler = (void *)0x0520E8C8; +const void * RTTI_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm = (void *)0x0520DCE0; +const void * RTTI_TESDataHandlerPostBuildFileListSource = (void *)0x051B41F0; +const void * RTTI_TESDataHandler__ArchiveRegistrationListener = (void *)0x0520E220; +const void * RTTI_TESDescription = (void *)0x051300B0; +const void * RTTI_TESDialoguePackageData = (void *)0x0511CF70; +const void * RTTI_TESEffectShader = (void *)0x0525C208; +const void * RTTI_TESEnchantableForm = (void *)0x0511A3E8; +const void * RTTI_TESEyes = (void *)0x05275400; +const void * RTTI_TESFaction = (void *)0x0511A028; +const void * RTTI_TESFile = (void *)0x0520EA48; +const void * RTTI_TESFlora = (void *)0x0525C2E8; +const void * RTTI_TESFloraInstanceData = (void *)0x0525C308; +const void * RTTI_TESFollowPackageData = (void *)0x052898A8; +const void * RTTI_TESForm = (void *)0x05130438; +const void * RTTI_TESFullName = (void *)0x051304D8; +const void * RTTI_TESFurniture = (void *)0x0525BE10; +const void * RTTI_TESGlobal = (void *)0x0511A110; +const void * RTTI_TESGrass = (void *)0x0525C3A8; +const void * RTTI_TESHandleForm = (void *)0x0525ECA0; +const void * RTTI_TESHavokUtilities__CellHeightFieldCuller = (void *)0x052794A0; +const void * RTTI_TESHealthForm = (void *)0x0511A528; +const void * RTTI_TESIdleForm = (void *)0x051197C0; +const void * RTTI_TESImageSpace = (void *)0x05119E00; +const void * RTTI_TESImageSpaceModifiableForm = (void *)0x05130548; +const void * RTTI_TESImageSpaceModifier = (void *)0x0511C3B0; +const void * RTTI_TESKey = (void *)0x0511A130; +const void * RTTI_TESLandTexture = (void *)0x052605E0; +const void * RTTI_TESLevCharacter = (void *)0x0525C3F0; +const void * RTTI_TESLevItem = (void *)0x0525C418; +const void * RTTI_TESLevSpell = (void *)0x0525C440; +const void * RTTI_TESLeveledList = (void *)0x0511A418; +const void * RTTI_TESLoadScreen = (void *)0x05271F18; +const void * RTTI_TESMagicTargetForm = (void *)0x05213FD0; +const void * RTTI_TESModel = (void *)0x05130500; +const void * RTTI_TESModelDB__TESAutoQueuedDependentNode = (void *)0x0520EBF0; +const void * RTTI_TESModelDB__TESQueuedHandles = (void *)0x05208AF0; +const void * RTTI_TESModelTri = (void *)0x05274820; +const void * RTTI_TESNPC = (void *)0x0511C620; +const void * RTTI_TESNPCData__ChargenDataModel = (void *)0x05257478; +const void * RTTI_TESNPC__InstanceData = (void *)0x05275D80; +const void * RTTI_TESObject = (void *)0x05130418; +const void * RTTI_TESObjectACTI = (void *)0x0525BD00; +const void * RTTI_TESObjectANIO = (void *)0x0525CB68; +const void * RTTI_TESObjectARMA = (void *)0x0511C328; +const void * RTTI_TESObjectARMO = (void *)0x0525CC80; +const void * RTTI_TESObjectARMOInstanceData = (void *)0x05119A08; +const void * RTTI_TESObjectBOOK = (void *)0x0525CD98; +const void * RTTI_TESObjectCELL = (void *)0x05119700; +const void * RTTI_TESObjectCONT = (void *)0x0525CEB8; +const void * RTTI_TESObjectCONT__InstanceData = (void *)0x0525CEE0; +const void * RTTI_TESObjectDOOR = (void *)0x0525D738; +const void * RTTI_TESObjectLIGH = (void *)0x0525C468; +const void * RTTI_TESObjectMISC = (void *)0x0525C3C8; +const void * RTTI_TESObjectREFR = (void *)0x05119688; +const void * RTTI_TESObjectREFRDef__IAliasFunctor = (void *)0x05206860; +const void * RTTI_TESObjectREFRDef__IAliasLinkedChildFunctor = (void *)0x05206820; +const void * RTTI_TESObjectREFRDef__ILinkedReferenceFunctor = (void *)0x051BCE70; +const void * RTTI_TESObjectREFRIsReadyForAttachEvent = (void *)0x05266590; +const void * RTTI_TESObjectREFRSync__REFRSyncController = (void *)0x0526FD48; +const void * RTTI_TESObjectSTAT = (void *)0x05259FE0; +const void * RTTI_TESObjectWEAP = (void *)0x0525DEC8; +const void * RTTI_TESObjectWEAPInstanceData = (void *)0x0525DE98; +const void * RTTI_TESPackage = (void *)0x0511A0E8; +const void * RTTI_TESPackedFile = (void *)0x0520EA68; +const void * RTTI_TESPlanetModel = (void *)0x05119DD8; +const void * RTTI_TESQuest = (void *)0x051DC4E0; +const void * RTTI_TESRace = (void *)0x0511C9B8; +const void * RTTI_TESRaceForm = (void *)0x0511A468; +const void * RTTI_TESRegion = (void *)0x0524E540; +const void * RTTI_TESRegionData = (void *)0x0511BFD0; +const void * RTTI_TESRegionDataManager = (void *)0x0524E560; +const void * RTTI_TESRegionDataMap = (void *)0x0524E590; +const void * RTTI_TESRegionDataSound = (void *)0x0524E5B8; +const void * RTTI_TESRegionDataWeather = (void *)0x0511BF78; +const void * RTTI_TESRegionList = (void *)0x0524E650; +const void * RTTI_TESShout = (void *)0x05274420; +const void * RTTI_TESSoulGem = (void *)0x0525DEF0; +const void * RTTI_TESSound = (void *)0x05274440; +const void * RTTI_TESSpellList = (void *)0x0511A490; +const void * RTTI_TESTexture = (void *)0x0511A610; +const void * RTTI_TESTopic = (void *)0x0511A0A0; +const void * RTTI_TESTopicInfo = (void *)0x0511A078; +const void * RTTI_TESTrapListener = (void *)0x052795D0; +const void * RTTI_TESValueForm = (void *)0x05204828; +const void * RTTI_TESWaterForm = (void *)0x0511A178; +const void * RTTI_TESWaterNormals = (void *)0x052907D8; +const void * RTTI_TESWaterObject = (void *)0x052907B0; +const void * RTTI_TESWaterSystem = (void *)0x05290800; +const void * RTTI_TESWeather = (void *)0x0526FE48; +const void * RTTI_TESWeightForm = (void *)0x05204758; +const void * RTTI_TESWordOfPower = (void *)0x05274460; +const void * RTTI_TESWorldSpace = (void *)0x0511BFA8; +const void * RTTI_TES__PostGridLoadNode = (void *)0x0520B6B0; +const void * RTTI_TagPropagationNode = (void *)0x053FBE48; +const void * RTTI_TagPropagationNodeInstance = (void *)0x053FBE78; +const void * RTTI_TakeOffInitiateCompleteHandler = (void *)0x05377B10; +const void * RTTI_TakeoffMenu = (void *)0x0531A798; +const void * RTTI_TakeoffMenuDataModel = (void *)0x052E7B30; +const void * RTTI_TakeoffMenuDataModel__TakeoffMenuEventShuttle = (void *)0x052E7B60; +const void * RTTI_TakeoffMenu_CloseMenu = (void *)0x0531A8F8; +const void * RTTI_TakeoffMenu_ExitShip = (void *)0x0531A928; +const void * RTTI_TakeoffMenu_Launch = (void *)0x0531A958; +const void * RTTI_TargetEntry = (void *)0x05277FE0; +const void * RTTI_TelekinesisEffect = (void *)0x05332500; +const void * RTTI_TeleportDoorSearch = (void *)0x0528BB50; +const void * RTTI_TempLoadedCellDB__LoadTempDataForCell = (void *)0x051F22E0; +const void * RTTI_TerminalMenu_CancelEvent = (void *)0x05327228; +const void * RTTI_TerminalOpenViewCallback = (void *)0x05327138; +const void * RTTI_TerminalRunResultsCallback = (void *)0x053270C8; +const void * RTTI_Terminal_CloseAllViews = (void *)0x05327198; +const void * RTTI_Terminal_CloseTopView = (void *)0x05327168; +const void * RTTI_Terminal_CloseView = (void *)0x053271F8; +const void * RTTI_Terminal_MenuItemClick = (void *)0x053271C8; +const void * RTTI_Terminal__AddAliasedTerminalsFunc = (void *)0x05326F88; +const void * RTTI_Terminal__GenesisTerminalMenu = (void *)0x05327100; +const void * RTTI_Terminal__GenesisTerminalMenu_UnlockItemConfirm = (void *)0x05326ED0; +const void * RTTI_Terminal__GenesisTerminalMenu_UnlockedItemWithKey = (void *)0x05326E80; +const void * RTTI_Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle = (void *)0x05327680; +const void * RTTI_TerminateGraphRagdollHandler = (void *)0x05377C48; +const void * RTTI_TerrainDB__TerrainBarrierNode = (void *)0x05254AF0; +const void * RTTI_TerrainDB__TerrainGraphProcessor = (void *)0x05254A68; +const void * RTTI_TestMenu = (void *)0x053294B8; +const void * RTTI_TestMenu_DoAction = (void *)0x053295D8; +const void * RTTI_TestMenu_ExitMenu = (void *)0x05329580; +const void * RTTI_TestMenu_ShowImages = (void *)0x053295A8; +const void * RTTI_TestMenu_ShowResources = (void *)0x05329600; +const void * RTTI_TestMenu_TestAll = (void *)0x05329558; +const void * RTTI_TestMenu__TestMenuEventShuttle = (void *)0x05329170; +const void * RTTI_TestReferencedObject = (void *)0x05111848; +const void * RTTI_TextInputMenu = (void *)0x05329838; +const void * RTTI_TextInputMenu_EndEditText = (void *)0x05329930; +const void * RTTI_TextInputMenu_InputCanceled = (void *)0x05329960; +const void * RTTI_TextInputMenu_StartEditText = (void *)0x053298F8; +const void * RTTI_TextInputMenu__TextInputEventShuttle = (void *)0x05329670; +const void * RTTI_TextRenderer = (void *)0x0542E998; +const void * RTTI_TextRenderer3D = (void *)0x051A3640; +const void * RTTI_TextureDB__ErrorStreamer = (void *)0x051C18E8; +const void * RTTI_TextureDB__Manager = (void *)0x05457FA0; +const void * RTTI_TextureUtils__AutoQueuedDependentNode = (void *)0x05416438; +const void * RTTI_TextureUtils__WaitStreamedNode = (void *)0x05416390; +const void * RTTI_ThirdPersonState = (void *)0x05296598; +const void * RTTI_ThumbstickEvent = (void *)0x053FF380; +const void * RTTI_TimeMultiplierProvider = (void *)0x0524E510; +const void * RTTI_TimerEvent = (void *)0x053FCAB8; +const void * RTTI_TimerEventInstance = (void *)0x053FCA88; +const void * RTTI_TitleSequenceMenu = (void *)0x053BC288; +const void * RTTI_TitleSequenceMenu_StartMusic = (void *)0x053BC300; +const void * RTTI_TranslationAdjustment = (void *)0x053F8300; +const void * RTTI_TranslationAdjustmentInstance = (void *)0x053FBDB0; +const void * RTTI_TrapEntry = (void *)0x052795F8; +const void * RTTI_TrapTargetEntry = (void *)0x05278028; +const void * RTTI_TraversalCollisionFilter = (void *)0x052223B0; +const void * RTTI_TraversalFinishedHandler = (void *)0x05378040; +const void * RTTI_TraversalStepDoneHandler = (void *)0x05378070; +const void * RTTI_TrespassPackage = (void *)0x05361F30; +const void * RTTI_TrianglePathWaterLedgeTraversalSplitter = (void *)0x0543E348; +const void * RTTI_TurnUndeadEffect = (void *)0x053323E0; +const void * RTTI_TutorialMessageManager = (void *)0x052EF878; +const void * RTTI_TutorialMessageManager__TutorialMessageEventShuttle = (void *)0x052BEE20; +const void * RTTI_TweenMenuCameraState = (void *)0x053B18F8; +const void * RTTI_TwoBoneIKNode = (void *)0x053F8380; +const void * RTTI_TwoBoneIKNodeInstance = (void *)0x053FBDE8; +const void * RTTI_TypeRegistryTest__Ref = (void *)0x0510C200; +const void * RTTI_TypeRegistryTest__TypedefChild = (void *)0x0510C780; +const void * RTTI_UI = (void *)0x0542C830; +const void * RTTI_UIBlurManager = (void *)0x053BC570; +const void * RTTI_UICellRenderer = (void *)0x051FC2B0; +const void * RTTI_UICellRenderer_InventoryItem = (void *)0x051FC358; +const void * RTTI_UICellRenderer_InventoryItem__ItemModelLoadTask = (void *)0x051FC390; +const void * RTTI_UIDataShuttleConnector = (void *)0x0542D260; +const void * RTTI_UIDataShuttleContainer = (void *)0x051E6398; +const void * RTTI_UIDataToFlash = (void *)0x051E5FE0; +const void * RTTI_UIEventDispatcher = (void *)0x051B9518; +const void * RTTI_UIMenuChargenMenuDisablePaperdoll = (void *)0x05313AA0; +const void * RTTI_UISaveLoadManager = (void *)0x0534A090; +const void * RTTI_UncullFurnitureBoneHandler = (void *)0x05378188; +const void * RTTI_UncullWeaponsHandler = (void *)0x053781F0; +const void * RTTI_UnitTest__CopyableReferencedObject = (void *)0x0510C198; +const void * RTTI_UnitTest__InterfaceImpl0 = (void *)0x0510C438; +const void * RTTI_UnitTest__InterfaceImpl1 = (void *)0x0510C468; +const void * RTTI_UnitTest__InterfaceUnregistered0 = (void *)0x0510C498; +const void * RTTI_UnitTest__InterfaceUnregistered1 = (void *)0x0510C4D0; +const void * RTTI_UnitTest__NestedRelArray = (void *)0x0510C168; +const void * RTTI_UnitTest__SetterTest__Foo = (void *)0x0510C1D0; +const void * RTTI_UnitTest__SimpleRelArray = (void *)0x0510C138; +const void * RTTI_UnitTest__TypeVm__Record = (void *)0x0510C230; +const void * RTTI_UnitTest__UrlObject__Shape = (void *)0x0510C508; +const void * RTTI_UnitTest__UrlObject__TestGraph = (void *)0x0510C538; +const void * RTTI_UpdateParticleParticleInDirtyAabbsTask = (void *)0x05115930; +const void * RTTI_UpdateRigidBodyDirtyAabbsTask = (void *)0x051158F8; +const void * RTTI_UpdateSceneRectEvent = (void *)0x0542D730; +const void * RTTI_UseStimpakHandler = (void *)0x05378318; +const void * RTTI_VATS = (void *)0x0537CCD8; +const void * RTTI_VATSCameraState = (void *)0x053B1928; +const void * RTTI_VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor = (void *)0x0537CBD0; +const void * RTTI_ValueModifierEffect = (void *)0x05330790; +const void * RTTI_VariableCombiner = (void *)0x053F8358; +const void * RTTI_VariableCombinerInstance = (void *)0x053FBE18; +const void * RTTI_VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor = (void *)0x054470E0; +const void * RTTI_VirtualPathingDoor = (void *)0x05218130; +const void * RTTI_WaterPathPathingNodeGenerator = (void *)0x05446BE8; +const void * RTTI_WaterPathRayValidator = (void *)0x05446CE8; +const void * RTTI_WeaponAttachHandler = (void *)0x05377FA8; +const void * RTTI_WeaponBeginDrawHandler = (void *)0x053787F0; +const void * RTTI_WeaponBeginSheatheHandler = (void *)0x05378820; +const void * RTTI_WeaponDetachHandler = (void *)0x05377E50; +const void * RTTI_WeaponDrawHandler = (void *)0x05378850; +const void * RTTI_WeaponEnchantmentController = (void *)0x05331FA0; +const void * RTTI_WeaponFireEndHandler = (void *)0x05378660; +const void * RTTI_WeaponFireHandler = (void *)0x05378748; +const void * RTTI_WeaponFireStartHandler = (void *)0x05378630; +const void * RTTI_WeaponGroupAssignmentMenu_ChangeWeaponAssignment = (void *)0x051FBCC0; +const void * RTTI_WeaponGroupAssignmentMenu_OnHintButtonActivated = (void *)0x051FBC70; +const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu = (void *)0x051FB940; +const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle = (void *)0x051FBBD0; +const void * RTTI_WeaponSheatheHandler = (void *)0x053789E0; +const void * RTTI_WeaponSheatheInterruptHandler = (void *)0x05378A10; +const void * RTTI_WeaponSwingHandler = (void *)0x05378AB0; +const void * RTTI_WeaponsCraftingMenu = (void *)0x0532A7A8; +const void * RTTI_Win32FileSystemWatcher = (void *)0x0510CA98; +const void * RTTI_WorkshopActionButton_HoldFinished = (void *)0x0532FCB8; +const void * RTTI_WorkshopActionButton_HoldStopped = (void *)0x0532FCF0; +const void * RTTI_WorkshopAreaResourcesDataModel = (void *)0x052E8720; +const void * RTTI_WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle = (void *)0x052E8830; +const void * RTTI_WorkshopBIEvents__WorkshopEventManager = (void *)0x05333740; +const void * RTTI_WorkshopBuilderDataModel = (void *)0x052EA040; +const void * RTTI_WorkshopBuilderDataModel__WorkshopBuilderEventShuttle = (void *)0x052E9FF0; +const void * RTTI_WorkshopBuilderMenu = (void *)0x0532B1B0; +const void * RTTI_WorkshopBuilderMenu_ChangeBuildItem = (void *)0x0532B280; +const void * RTTI_WorkshopBuilderMenu_SelectedItem = (void *)0x0532B300; +const void * RTTI_WorkshopBuilderMenu_ToggleTracking = (void *)0x0532B2C0; +const void * RTTI_WorkshopCamera__CameraHitCollector = (void *)0x05296D68; +const void * RTTI_WorkshopCamera__WorkshopCharacterProxyListener = (void *)0x05296D20; +const void * RTTI_WorkshopCategoryBarDataModel = (void *)0x052E8B48; +const void * RTTI_WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle = (void *)0x052E8AF0; +const void * RTTI_WorkshopCategoryInfoDataModel = (void *)0x052E90C8; +const void * RTTI_WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle = (void *)0x052E9070; +const void * RTTI_WorkshopColorModeDataModel = (void *)0x052C0088; +const void * RTTI_WorkshopColorModeDataModel__WorkshopColorModeEventShuttle = (void *)0x052C03B0; +const void * RTTI_WorkshopColorMode_ApplyColors = (void *)0x052BFEE0; +const void * RTTI_WorkshopColorMode_SelectedTab = (void *)0x052BFF18; +const void * RTTI_WorkshopColorMode_SliderChanged = (void *)0x052BFE70; +const void * RTTI_WorkshopColorMode_SwatchChanged = (void *)0x052BFEA8; +const void * RTTI_WorkshopEngine__ActivateItemEvent = (void *)0x053E5948; +const void * RTTI_WorkshopEngine__BulldozeItemEvent = (void *)0x053E59C0; +const void * RTTI_WorkshopEngine__CancelEvent = (void *)0x053E5A38; +const void * RTTI_WorkshopEngine__CommitEvent = (void *)0x053E5AD8; +const void * RTTI_WorkshopEngine__ConnectTransferLinkEvent = (void *)0x053E81D0; +const void * RTTI_WorkshopEngine__ConnectWireEvent = (void *)0x053E8248; +const void * RTTI_WorkshopEngine__CycleBehaviorEvent = (void *)0x053E5A70; +const void * RTTI_WorkshopEngine__EditColorsEvent = (void *)0x053E5860; +const void * RTTI_WorkshopEngine__EditItemEvent = (void *)0x053E8210; +const void * RTTI_WorkshopEngine__EngineFrame = (void *)0x0513C4E8; +const void * RTTI_WorkshopEngine__ExitEvent = (void *)0x053E5AA8; +const void * RTTI_WorkshopEngine__FinishRepairEvent = (void *)0x053E8280; +const void * RTTI_WorkshopEngine__InspectColorItemsEvent = (void *)0x053E5980; +const void * RTTI_WorkshopEngine__ItemCombatChangedEvent = (void *)0x053E82B8; +const void * RTTI_WorkshopEngine__NewItemEvent = (void *)0x053E8440; +const void * RTTI_WorkshopEngine__PlaceOutpostEvent = (void *)0x053E83A8; +const void * RTTI_WorkshopEngine__PreviewColorsEvent = (void *)0x053E5898; +const void * RTTI_WorkshopEngine__RemoveItemEvent = (void *)0x053E82F8; +const void * RTTI_WorkshopEngine__RemoveOutpostEvent = (void *)0x053E5BD0; +const void * RTTI_WorkshopEngine__RemoveSingleWorkshopItemEvent = (void *)0x053E5B50; +const void * RTTI_WorkshopEngine__RemoveWorkshopItemsEvent = (void *)0x053E5B10; +const void * RTTI_WorkshopEngine__RequestRepairItemEvent = (void *)0x053E8330; +const void * RTTI_WorkshopEngine__ResetColorsToDefaultEvent = (void *)0x053E59F8; +const void * RTTI_WorkshopEngine__RevertBehaviorEvent = (void *)0x053E58D0; +const void * RTTI_WorkshopEngine__RotateItemEvent = (void *)0x053E5910; +const void * RTTI_WorkshopEngine__StartQuickMenuEvent = (void *)0x053E84B0; +const void * RTTI_WorkshopEngine__StartSnappedEvent = (void *)0x053E5B98; +const void * RTTI_WorkshopEngine__StartWorkshopEvent = (void *)0x053E8478; +const void * RTTI_WorkshopEngine__StateBulldoze = (void *)0x053E5060; +const void * RTTI_WorkshopEngine__StateCreatePowerLink = (void *)0x053E5098; +const void * RTTI_WorkshopEngine__StateCreateReferences = (void *)0x053E5E10; +const void * RTTI_WorkshopEngine__StateCreateTransferLink = (void *)0x053E4FB0; +const void * RTTI_WorkshopEngine__StateCycleSnapBehavior = (void *)0x053E4D18; +const void * RTTI_WorkshopEngine__StateDuplicateReferences = (void *)0x053E5D98; +const void * RTTI_WorkshopEngine__StateIdle = (void *)0x053E5CF8; +const void * RTTI_WorkshopEngine__StateInspect = (void *)0x053E4C60; +const void * RTTI_WorkshopEngine__StateInspectColorItems = (void *)0x053E4CD8; +const void * RTTI_WorkshopEngine__StateModifyColors = (void *)0x053E5028; +const void * RTTI_WorkshopEngine__StatePostCommitEdit = (void *)0x053E4C98; +const void * RTTI_WorkshopEngine__StateSetupReferences = (void *)0x053E5C40; +const void * RTTI_WorkshopEngine__StateUpdateAutoFoundation = (void *)0x053E4EB8; +const void * RTTI_WorkshopEngine__StateUpdateCommitSnapEdit = (void *)0x053E4EF8; +const void * RTTI_WorkshopEngine__StateUpdatePlacement = (void *)0x053E5C80; +const void * RTTI_WorkshopEngine__StateUpdatePowerLink = (void *)0x053E50D8; +const void * RTTI_WorkshopEngine__StateUpdateSnapped = (void *)0x053E5C08; +const void * RTTI_WorkshopEngine__StateUpdateTransferLink = (void *)0x053E4F38; +const void * RTTI_WorkshopEngine__StateWait3D = (void *)0x053E5DD8; +const void * RTTI_WorkshopEngine__TrackItemEvent = (void *)0x053E5D28; +const void * RTTI_WorkshopEngine__UntrackItemEvent = (void *)0x053E5D60; +const void * RTTI_WorkshopEngine__UpdateEvent = (void *)0x053E8370; +const void * RTTI_WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter = (void *)0x05293C40; +const void * RTTI_WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector = (void *)0x05295BD0; +const void * RTTI_WorkshopHavokUtils__ForwardCastCollector = (void *)0x05293D48; +const void * RTTI_WorkshopHavokUtils__GroundInfoCollisionfilter = (void *)0x05296200; +const void * RTTI_WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter = (void *)0x05293CF0; +const void * RTTI_WorkshopHavokUtils__IntersectionTestCollisionfilter = (void *)0x05293CA0; +const void * RTTI_WorkshopHavokUtils__ItemPlacementForwardCastCollector = (void *)0x052956C0; +const void * RTTI_WorkshopHavokUtils__TempItemPlacementCollector = (void *)0x053E8C50; +const void * RTTI_WorkshopHavokUtils__WorkshopClosestHitGroundCollector = (void *)0x05295670; +const void * RTTI_WorkshopHavokUtils__WorkshopGroundCollector = (void *)0x05295710; +const void * RTTI_WorkshopHavokUtils__hknpWorkshopCastCollector = (void *)0x05293BF0; +const void * RTTI_WorkshopHavokUtils__hknpWorkshopIntersectCollector = (void *)0x05293BA0; +const void * RTTI_WorkshopHighlightUtils__EventListener = (void *)0x053E84F0; +const void * RTTI_WorkshopInteractiveMessageDataModel = (void *)0x052EA070; +const void * RTTI_WorkshopInteractiveMessageDataModel__ICallback = (void *)0x0532DC80; +const void * RTTI_WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle = (void *)0x052EA100; +const void * RTTI_WorkshopIsoCameraState = (void *)0x053B1450; +const void * RTTI_WorkshopLOD__WorkshopLODManager = (void *)0x053E47B0; +const void * RTTI_WorkshopMenu = (void *)0x0532D9E8; +const void * RTTI_WorkshopMenuShared = (void *)0x0532FBF0; +const void * RTTI_WorkshopMenu_AttemptBuild = (void *)0x0532DC18; +const void * RTTI_WorkshopMenu_CancelAction = (void *)0x0532DB48; +const void * RTTI_WorkshopMenu_ChangeVariant = (void *)0x0532DBE0; +const void * RTTI_WorkshopMenu_ConnectionEvent = (void *)0x0532DB10; +const void * RTTI_WorkshopMenu_ExitMenu = (void *)0x0532DB78; +const void * RTTI_WorkshopMenu_MessageCallback = (void *)0x0532DA48; +const void * RTTI_WorkshopMenu_SelectedCategory = (void *)0x0532DBA8; +const void * RTTI_WorkshopMenu_SelectedGridObject = (void *)0x0532DC48; +const void * RTTI_WorkshopMenu_ShowExtras = (void *)0x0532DA80; +const void * RTTI_WorkshopMenu_SwitchMode = (void *)0x0532DAE0; +const void * RTTI_WorkshopMenu_ToggleDistance = (void *)0x0532DA10; +const void * RTTI_WorkshopMenu_ToggleTracking = (void *)0x0532D968; +const void * RTTI_WorkshopMenu_ToggleView = (void *)0x0532DAB0; +const void * RTTI_WorkshopMessageDataModel = (void *)0x052EA388; +const void * RTTI_WorkshopMessageDataModel__WorkshopMessageEventShuttle = (void *)0x052EA400; +const void * RTTI_WorkshopObjectInfoCardDataModel = (void *)0x052E9480; +const void * RTTI_WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle = (void *)0x052E9420; +const void * RTTI_WorkshopOperations__CandidateSnapper = (void *)0x053E8EB8; +const void * RTTI_WorkshopPickRefDataModel = (void *)0x052EA960; +const void * RTTI_WorkshopPickRefDataModel__WorkshopPickRefEventShuttle = (void *)0x052EAA10; +const void * RTTI_WorkshopQuickMenu = (void *)0x0532DE38; +const void * RTTI_WorkshopQuickMenuDataModel = (void *)0x052EAAA8; +const void * RTTI_WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle = (void *)0x052EAB20; +const void * RTTI_WorkshopQuickMenu_ConfirmAction = (void *)0x0532DE60; +const void * RTTI_WorkshopQuickMenu_ExitMenu = (void *)0x0532DDB8; +const void * RTTI_WorkshopResources__WorkshopResourcesManager = (void *)0x051B36D0; +const void * RTTI_WorkshopShared_SetActionHandles = (void *)0x0532FD60; +const void * RTTI_WorkshopShared_StartAction = (void *)0x0532FD28; +const void * RTTI_WorkshopStateDataModel = (void *)0x052EADC8; +const void * RTTI_WorkshopStateDataModel__WorkshopStateEventShuttle = (void *)0x052EAE40; +const void * RTTI_WorkshopStatusDataModel = (void *)0x052C0580; +const void * RTTI_WorkshopStatusDataModel__WorkshopStatusEventShuttle = (void *)0x052C05F0; +const void * RTTI_WorkshopTargetMenu = (void *)0x0532EF48; +const void * RTTI_WorkshopTargetMenu_TargetHovered = (void *)0x0532F058; +const void * RTTI_WorkshopTargetMenu_TargetPicked = (void *)0x0532F020; +const void * RTTI_WorkshopTargetMenu__OutpostData = (void *)0x0532EB20; +const void * RTTI_WorkshopTargetMenu__ResourceData = (void *)0x0532EEC8; +const void * RTTI_WorkshopTargetMenu__SourceData = (void *)0x0532F138; +const void * RTTI_WorkshopTargetMenu__TargetData = (void *)0x0532EE90; +const void * RTTI_WorkshopTargetMenu__TargetMenuData = (void *)0x0532F4A8; +const void * RTTI_WorkshopTargetMenu__WorkshopTargetEventShuttle = (void *)0x0532EDF0; +const void * RTTI_WorkshopUI__ConfirmDeferDeleteCallback = (void *)0x053E9878; +const void * RTTI_WorkshopUI__StateBulldoze = (void *)0x053E99E0; +const void * RTTI_WorkshopUI__StateIdle = (void *)0x053E9AD0; +const void * RTTI_WorkshopUI__StateInspectColors = (void *)0x053E9A10; +const void * RTTI_WorkshopUI__StateInspectIdle = (void *)0x053E96B8; +const void * RTTI_WorkshopUI__StateInspectItem = (void *)0x053E9728; +const void * RTTI_WorkshopUI__StateModifyColors = (void *)0x053E9A98; +const void * RTTI_WorkshopUI__StateUpdateExistingItemPlacement = (void *)0x053E9830; +const void * RTTI_WorkshopUI__StateUpdateNewDeployablePlacement = (void *)0x053E9760; +const void * RTTI_WorkshopUI__StateUpdateNewItemPlacement = (void *)0x053E97E8; +const void * RTTI_WorkshopUI__StateUpdateTransferLinkPlacement = (void *)0x053E9A50; +const void * RTTI_WorkshopUI__StateUpdateWirePlacement = (void *)0x053E97A8; +const void * RTTI_WorkshopUI__UIStateMachine = (void *)0x051B3828; +const void * RTTI_Workshop_BlueprintMenu = (void *)0x0532F620; +const void * RTTI_Workshop__BulldozeOnlyWorkshopItem = (void *)0x053E8198; +const void * RTTI_Workshop__DecoratedHabWorkshopItem = (void *)0x05295C60; +const void * RTTI_Workshop__ExtraData = (void *)0x05205330; +const void * RTTI_Workshop__InventoryItemWorkshopItem = (void *)0x053E8120; +const void * RTTI_Workshop__MainStatusHandler = (void *)0x0513A658; +const void * RTTI_Workshop__PackinWorkshopItem = (void *)0x05295B18; +const void * RTTI_Workshop__PowerLinkWorkshopItem = (void *)0x053E80E8; +const void * RTTI_Workshop__SingleWorkshopItem = (void *)0x05295AE0; +const void * RTTI_Workshop__TESObjectREFRGameEventListener = (void *)0x053E80A8; +const void * RTTI_Workshop__TransferLinkWorkshopItem = (void *)0x053E8160; +const void * RTTI_Workshop__WireWorkshopItem = (void *)0x053E8628; +const void * RTTI_Workshop__WorkshopItemBase = (void *)0x05295C98; +const void * RTTI_Workshop__WorkshopMenuNode = (void *)0x051B8678; +const void * RTTI_Workshop__WorkshopMenuNodeBuildableObject = (void *)0x05293FE8; +const void * RTTI_Workshop__WorkshopMenuNodeBulldozer = (void *)0x05293FA8; +const void * RTTI_Workshop__WorkshopMenuNodeDecoratedHab = (void *)0x053E8EF8; +const void * RTTI_Workshop__WorkshopMenuNodeLockLevel = (void *)0x05294028; +const void * RTTI_Workshop__WorkshopMenuNodeOutpost = (void *)0x051B8640; +const void * RTTI_Workshop__WorkshopStatisticsEventSink = (void *)0x051B3A48; +const void * RTTI_ZeroOverheadHeap = (void *)0x053FEDA0; +const void * RTTI_ZeroPitchHandler = (void *)0x05378720; +const void * RTTI_ZoneEntry = (void *)0x05278008; +const void * RTTI_bhkBipedOrientationController = (void *)0x0540CCA0; +const void * RTTI_bhkBlockStreamAllocatorBase = (void *)0x054031E8; +const void * RTTI_bhkCharProxyController = (void *)0x05407710; +const void * RTTI_bhkCharProxyControllerCinfo = (void *)0x054076D8; +const void * RTTI_bhkCharProxyManager = (void *)0x054049B0; +const void * RTTI_bhkCharRigidBodyController = (void *)0x05408360; +const void * RTTI_bhkCharRigidBodyControllerCinfo = (void *)0x05408160; +const void * RTTI_bhkCharRigidBodyManager = (void *)0x054049E0; +const void * RTTI_bhkCharacterCollisionHandler = (void *)0x05361060; +const void * RTTI_bhkCharacterController = (void *)0x05407148; +const void * RTTI_bhkCharacterControllerCinfo = (void *)0x05407078; +const void * RTTI_bhkCharacterControllerShapeManager__hknpConvexShapeEx = (void *)0x05406F50; +const void * RTTI_bhkCharacterPointCollector = (void *)0x0540D060; +const void * RTTI_bhkCharacterProxy = (void *)0x05407740; +const void * RTTI_bhkCharacterRigidBody = (void *)0x05408130; +const void * RTTI_bhkCharacterRigidBodyCinfo = (void *)0x054080C0; +const void * RTTI_bhkCharacterStateClimbing = (void *)0x05406DB0; +const void * RTTI_bhkCharacterStateFloating = (void *)0x0540CFA8; +const void * RTTI_bhkCharacterStateFlying = (void *)0x05406DE0; +const void * RTTI_bhkCharacterStateInAir = (void *)0x0540CF78; +const void * RTTI_bhkCharacterStateJumping = (void *)0x0540CF48; +const void * RTTI_bhkCharacterStateOnGround = (void *)0x0540CF18; +const void * RTTI_bhkCharacterStateSpaceship = (void *)0x05401DB8; +const void * RTTI_bhkCharacterStateSwimming = (void *)0x05408090; +const void * RTTI_bhkCollisionFilter = (void *)0x05406A58; +const void * RTTI_bhkICharOrientationController = (void *)0x05407040; +const void * RTTI_bhkIWorldStepListener = (void *)0x051BE658; +const void * RTTI_bhkMemorySystem = (void *)0x0540CBB0; +const void * RTTI_bhkNPCollisionObject = (void *)0x0535BA58; +const void * RTTI_bhkNPCollisionObjectUnlinked = (void *)0x0535B9C8; +const void * RTTI_bhkNPCollisionObjectUnlinked__LinkExtraData = (void *)0x05405820; +const void * RTTI_bhkNPCollisionProxyObject = (void *)0x05405868; +const void * RTTI_bhkNPModelNodeComponent = (void *)0x052173D0; +const void * RTTI_bhkParticlesManagerModifier = (void *)0x05404E10; +const void * RTTI_bhkPhysicsSystem = (void *)0x05406D60; +const void * RTTI_bhkQuadOrientationController = (void *)0x0540D028; +const void * RTTI_bhkRagdollPenetrationManager = (void *)0x0540C818; +const void * RTTI_bhkRagdollSystem = (void *)0x05406D88; +const void * RTTI_bhkRandomVelocityGenerator__INISettingCollectionEx = (void *)0x051520A0; +const void * RTTI_bhkRandomVelocityGenerator__INISettingEx = (void *)0x051B0C58; +const void * RTTI_bhkThreadMemorySource = (void *)0x0540D610; +const void * RTTI_bhkThreadMemorySource__RowBlockAllocatorImpl = (void *)0x0540D640; +const void * RTTI_bhkThreadPool = (void *)0x05407A40; +const void * RTTI_bhkTrapListener = (void *)0x05279618; +const void * RTTI_bhkWorld = (void *)0x05402068; +const void * RTTI_bhkWorldM = (void *)0x05407768; +const void * RTTI_bnet__Account__ExternalAuthInfo = (void *)0x0549CAB0; +const void * RTTI_bnet__AsyncOperationProxy = (void *)0x05498918; +const void * RTTI_bnet__impl__AsyncOperation = (void *)0x05499310; +const void * RTTI_bps__client__BIEventClient__BulkEventsResult = (void *)0x051E2200; +const void * RTTI_bps__client__BIEventClient__CreateSessionResult = (void *)0x053ED4E0; +const void * RTTI_bps__client__BaseRequestImpl = (void *)0x053ED4A0; +const void * RTTI_bps__client__Services = (void *)0x053EDD50; +const void * RTTI_castTest__Interface0 = (void *)0x0510C348; +const void * RTTI_castTest__Interface1 = (void *)0x0510C378; +const void * RTTI_castTest__Interface2 = (void *)0x0510C3A8; +const void * RTTI_castTest__InterfaceBase = (void *)0x0510C2E0; +const void * RTTI_castTest__InterfaceOtherBase = (void *)0x0510C310; +const void * RTTI_castTest__Leaf = (void *)0x0510C288; +const void * RTTI_castTest__OtherLeaf = (void *)0x0510C2B0; +const void * RTTI_castTest__Root = (void *)0x0510C260; +const void * RTTI_castTest__WithInterfaces = (void *)0x0510C3D8; +const void * RTTI_hclAction = (void *)0x0535F660; +const void * RTTI_hclAntiPinchConstraintInstanceData = (void *)0x05111808; +const void * RTTI_hclAntiPinchConstraintSet = (void *)0x05110378; +const void * RTTI_hclBSClothParameterizedWindAction = (void *)0x0540CC38; +const void * RTTI_hclBSClothPickingAction = (void *)0x0535F680; +const void * RTTI_hclBSWorld = (void *)0x05404AA0; +const void * RTTI_hclBendLinkConstraintSet = (void *)0x051103A8; +const void * RTTI_hclBendLinkConstraintSetMx = (void *)0x051103D8; +const void * RTTI_hclBendStiffnessConstraintSet = (void *)0x05110410; +const void * RTTI_hclBendStiffnessConstraintSetMx = (void *)0x05110448; +const void * RTTI_hclBlendOperatorInstanceData = (void *)0x051100A8; +const void * RTTI_hclBlendSomeVerticesOperator = (void *)0x05110070; +const void * RTTI_hclBonePlanesConstraintSet = (void *)0x05110480; +const void * RTTI_hclBoneSpaceMeshMeshDeformOperator = (void *)0x051106D0; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNOperator = (void *)0x05110710; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNTBOperator = (void *)0x05110750; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNTOperator = (void *)0x05110790; +const void * RTTI_hclBoneSpaceMeshMeshDeformPOperator = (void *)0x051107D0; +const void * RTTI_hclBoneSpaceSkinOperator = (void *)0x05110810; +const void * RTTI_hclBoneSpaceSkinPNOperator = (void *)0x05110840; +const void * RTTI_hclBoneSpaceSkinPNTBOperator = (void *)0x05110878; +const void * RTTI_hclBoneSpaceSkinPNTOperator = (void *)0x051108B0; +const void * RTTI_hclBoneSpaceSkinPOperator = (void *)0x051108E8; +const void * RTTI_hclBoneSpaceTransferSimulationOperator = (void *)0x05111608; +const void * RTTI_hclBuffer = (void *)0x054059C0; +const void * RTTI_hclBufferDefinition = (void *)0x0510FF20; +const void * RTTI_hclCapsuleShape = (void *)0x05110210; +const void * RTTI_hclClothContainer = (void *)0x051106A8; +const void * RTTI_hclClothData = (void *)0x0510FF78; +const void * RTTI_hclClothInstance = (void *)0x0510FEA0; +const void * RTTI_hclClothLeafShapeSensor = (void *)0x05118058; +const void * RTTI_hclClothPickingAction = (void *)0x0535F6D8; +const void * RTTI_hclClothState = (void *)0x0510FF50; +const void * RTTI_hclClothStateInstanceData = (void *)0x05110E18; +const void * RTTI_hclCollidable = (void *)0x0510FEC8; +const void * RTTI_hclCollisionConvexes = (void *)0x05118188; +const void * RTTI_hclCollisionTriangles = (void *)0x05118158; +const void * RTTI_hclCompressibleLinkConstraintSet = (void *)0x051104B8; +const void * RTTI_hclCompressibleLinkConstraintSetMx = (void *)0x051104F0; +const void * RTTI_hclConstraintSet = (void *)0x0510FFF8; +const void * RTTI_hclConstraintStiffnessDispatcher = (void *)0x051114F8; +const void * RTTI_hclConvexGeometryShape = (void *)0x05110238; +const void * RTTI_hclConvexHeightFieldShape = (void *)0x05110268; +const void * RTTI_hclConvexPlanesShape = (void *)0x05110298; +const void * RTTI_hclCopyVerticesOperator = (void *)0x05110D30; +const void * RTTI_hclFullClothTask = (void *)0x05111688; +const void * RTTI_hclGatherAllVerticesOperator = (void *)0x05110D60; +const void * RTTI_hclGatherSomeVerticesOperator = (void *)0x05110D98; +const void * RTTI_hclInputConvertOperator = (void *)0x05110918; +const void * RTTI_hclLocalRangeConstraintSet = (void *)0x05110530; +const void * RTTI_hclMeshBoneDeformOperator = (void *)0x05110978; +const void * RTTI_hclMeshMeshDeformOperator = (void *)0x051109E0; +const void * RTTI_hclMoveParticlesOperator = (void *)0x05110A10; +const void * RTTI_hclObjectSpaceMeshMeshDeformOperator = (void *)0x05110A40; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNOperator = (void *)0x05110A80; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNTBOperator = (void *)0x05110AC0; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNTOperator = (void *)0x05110B00; +const void * RTTI_hclObjectSpaceMeshMeshDeformPOperator = (void *)0x05110B40; +const void * RTTI_hclObjectSpaceSkinOperator = (void *)0x05110B80; +const void * RTTI_hclObjectSpaceSkinPNOperator = (void *)0x05110BB8; +const void * RTTI_hclObjectSpaceSkinPNTBOperator = (void *)0x05110BF0; +const void * RTTI_hclObjectSpaceSkinPNTOperator = (void *)0x05110C28; +const void * RTTI_hclObjectSpaceSkinPOperator = (void *)0x05110C60; +const void * RTTI_hclObjectSpaceTransferSimulationOperator = (void *)0x05111648; +const void * RTTI_hclOperator = (void *)0x0510FFD0; +const void * RTTI_hclOperatorSequenceTask = (void *)0x051116B0; +const void * RTTI_hclOutputConvertOperator = (void *)0x05110948; +const void * RTTI_hclPlaneShape = (void *)0x051102C8; +const void * RTTI_hclPointContactPlanesShape = (void *)0x05111530; +const void * RTTI_hclPostExecuteClothTask = (void *)0x05111710; +const void * RTTI_hclPreExecuteClothTask = (void *)0x051116E0; +const void * RTTI_hclScratchBuffer = (void *)0x051181B8; +const void * RTTI_hclScratchBufferDefinition = (void *)0x05111568; +const void * RTTI_hclShadowBuffer = (void *)0x051181E0; +const void * RTTI_hclShadowBufferDefinition = (void *)0x051115A0; +const void * RTTI_hclShape = (void *)0x051101F0; +const void * RTTI_hclSimClothData = (void *)0x05110048; +const void * RTTI_hclSimClothInstance = (void *)0x0510FEF0; +const void * RTTI_hclSimClothPose = (void *)0x05110020; +const void * RTTI_hclSimpleMeshBoneDeformOperator = (void *)0x051109A8; +const void * RTTI_hclSimpleWindAction = (void *)0x0540CC70; +const void * RTTI_hclSimulateOperator = (void *)0x05110348; +const void * RTTI_hclSimulateOperatorInstanceData = (void *)0x051101B8; +const void * RTTI_hclSkinOperator = (void *)0x05110C98; +const void * RTTI_hclSphereShape = (void *)0x051102F0; +const void * RTTI_hclStandardLinkConstraintSet = (void *)0x05110568; +const void * RTTI_hclStandardLinkConstraintSetMx = (void *)0x051105A0; +const void * RTTI_hclStateDependencyGraph = (void *)0x0510FFA0; +const void * RTTI_hclStateTransition = (void *)0x051100E0; +const void * RTTI_hclStaticShadowBuffer = (void *)0x05118208; +const void * RTTI_hclStaticShadowBufferDefinition = (void *)0x051115D0; +const void * RTTI_hclStretchLinkConstraintSet = (void *)0x051105D8; +const void * RTTI_hclStretchLinkConstraintSetMx = (void *)0x05110610; +const void * RTTI_hclTaperedCapsuleShape = (void *)0x05110318; +const void * RTTI_hclTransformSetDefinition = (void *)0x05110110; +const void * RTTI_hclTransitionConstraintInstanceData = (void *)0x05110178; +const void * RTTI_hclTransitionConstraintSet = (void *)0x05110140; +const void * RTTI_hclUpdateAllVertexFramesOperator = (void *)0x05110CC0; +const void * RTTI_hclUpdateSomeVertexFramesOperator = (void *)0x05110CF8; +const void * RTTI_hclVdbObjectNode__SimulateOperatorInstanceData = (void *)0x05110DD0; +const void * RTTI_hclVolumeConstraint = (void *)0x05110648; +const void * RTTI_hclVolumeConstraintInstanceData = (void *)0x05111798; +const void * RTTI_hclVolumeConstraintMx = (void *)0x05110678; +const void * RTTI_hclVolumeConstraintMxInstanceData = (void *)0x051117D0; +const void * RTTI_hclWorld = (void *)0x05404A80; +const void * RTTI_hctClothSetup20151Options = (void *)0x0510C0A8; +const void * RTTI_hctClothSetupClothData20151Options = (void *)0x0510C068; +const void * RTTI_hctClothSetupObjectData20151 = (void *)0x0510C030; +const void * RTTI_hkBSErrorEmpty = (void *)0x051B4A48; +const void * RTTI_hkBaseObject = (void *)0x051B4A20; +const void * RTTI_hkBlockStreamAllocator = (void *)0x05403148; +const void * RTTI_hkBlockStreamCommandWriter = (void *)0x05116A18; +const void * RTTI_hkBmpFileFormat = (void *)0x051182C8; +const void * RTTI_hkBsdSocket = (void *)0x0510FBE0; +const void * RTTI_hkBufferedStreamReader = (void *)0x0510EA38; +const void * RTTI_hkBufferedStreamWriter = (void *)0x0510EA68; +const void * RTTI_hkConcurrency = (void *)0x05116978; +const void * RTTI_hkDdsFileFormat = (void *)0x051182A0; +const void * RTTI_hkDebugCommandProcessor = (void *)0x05112E88; +const void * RTTI_hkDebugDisplay = (void *)0x05111A58; +const void * RTTI_hkDebugDisplayHandler = (void *)0x051119B0; +const void * RTTI_hkDefaultCompoundMeshBody = (void *)0x05117668; +const void * RTTI_hkDefaultCompoundMeshShape = (void *)0x05117630; +const void * RTTI_hkDefaultError = (void *)0x051B49A8; +const void * RTTI_hkDefaultTaskQueue = (void *)0x0510ED00; +const void * RTTI_hkDefaultTaskQueueDetail__AsyncThreadPoolContext = (void *)0x0510EE80; +const void * RTTI_hkDefaultTaskQueueDetail__BlockingThreadContext = (void *)0x0510EDE0; +const void * RTTI_hkDefaultTaskQueueDetail__SpinningThreadContext = (void *)0x0510EE30; +const void * RTTI_hkDefaultTaskQueueEx__ExecutionContext = (void *)0x0510EF98; +const void * RTTI_hkDefaultTaskQueue__CriticalSection = (void *)0x0510ED30; +const void * RTTI_hkDefaultTaskQueue__EmptyTask = (void *)0x0510EDA8; +const void * RTTI_hkDefaultTaskQueue__ThreadContext = (void *)0x0510ED70; +const void * RTTI_hkDisplayAABB = (void *)0x05111A30; +const void * RTTI_hkDisplayCapsule = (void *)0x051119E0; +const void * RTTI_hkDisplayGeometry = (void *)0x05111988; +const void * RTTI_hkDisplaySphere = (void *)0x05111A08; +const void * RTTI_hkDisplayWireframe = (void *)0x05111A80; +const void * RTTI_hkErrStream = (void *)0x0510CB30; +const void * RTTI_hkError = (void *)0x051B49D0; +const void * RTTI_hkErrorRouter = (void *)0x0510F000; +const void * RTTI_hkFileSystem = (void *)0x052784A0; +const void * RTTI_hkFileSystem__Watcher = (void *)0x0510CA00; +const void * RTTI_hkGeometry = (void *)0x0510C908; +const void * RTTI_hkGeometryUtils__IVertices = (void *)0x05118B98; +const void * RTTI_hkHardwareInfo = (void *)0x0510EFD8; +const void * RTTI_hkHdrFileFormat = (void *)0x05118318; +const void * RTTI_hkImageConversionStep = (void *)0x05118340; +const void * RTTI_hkImageConversion_AddAlpha = (void *)0x05118458; +const void * RTTI_hkImageConversion_Decode555 = (void *)0x051189A8; +const void * RTTI_hkImageConversion_DiscardChannels = (void *)0x05118970; +const void * RTTI_hkImageConversion_FLOAT16_to_32 = (void *)0x051186A8; +const void * RTTI_hkImageConversion_FLOAT32_to_16 = (void *)0x05118670; +const void * RTTI_hkImageConversion_FLOAT_to_R11G11B10 = (void *)0x05118870; +const void * RTTI_hkImageConversion_FLOAT_to_SNORM8 = (void *)0x051185B8; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM16 = (void *)0x051185F0; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM8 = (void *)0x05118580; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM8_SRGB = (void *)0x05118630; +const void * RTTI_hkImageConversion_Pad_to_RGBA32 = (void *)0x05118800; +const void * RTTI_hkImageConversion_Pad_to_RGBA8 = (void *)0x05118838; +const void * RTTI_hkImageConversion_R11G11B10_to_FLOAT = (void *)0x051188B0; +const void * RTTI_hkImageConversion_R11G11B10_to_HALF = (void *)0x051188F0; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED = (void *)0x051186E0; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED = (void *)0x051187A0; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED = (void *)0x05118740; +const void * RTTI_hkImageConversion_R8G8B8A8_to_R8G8B8 = (void *)0x05118930; +const void * RTTI_hkImageConversion_SNORM8_to_FLOAT = (void *)0x051184C8; +const void * RTTI_hkImageConversion_SetAlpha = (void *)0x05118420; +const void * RTTI_hkImageConversion_UNORM16_to_FLOAT = (void *)0x05118500; +const void * RTTI_hkImageConversion_UNORM8_SRGB_to_FLOAT = (void *)0x05118540; +const void * RTTI_hkImageConversion_UNORM8_to_FLOAT = (void *)0x05118490; +const void * RTTI_hkImageRef = (void *)0x051178B8; +const void * RTTI_hkImageSwizzleConversion32_2103 = (void *)0x051183E8; +const void * RTTI_hkIndexedTransformSet = (void *)0x05117800; +const void * RTTI_hkIo__Detail__ArrayWriteBufferImpl = (void *)0x0510E528; +const void * RTTI_hkIo__Detail__ReadBufferImpl = (void *)0x0510E448; +const void * RTTI_hkIo__Detail__StreamReaderImpl = (void *)0x0510E480; +const void * RTTI_hkIo__Detail__StreamWriteBufferImpl = (void *)0x0510E4F0; +const void * RTTI_hkKeycodeData = (void *)0x051179E8; +const void * RTTI_hkLifoAllocator = (void *)0x0510C818; +const void * RTTI_hkLocalFrameGroup = (void *)0x0510E178; +const void * RTTI_hkLog__Output = (void *)0x0510C8E0; +const void * RTTI_hkMallocAllocator = (void *)0x0510FC58; +const void * RTTI_hkMemoryAllocator = (void *)0x0540CB88; +const void * RTTI_hkMemoryMeshBody = (void *)0x05117698; +const void * RTTI_hkMemoryMeshMaterial = (void *)0x051176F0; +const void * RTTI_hkMemoryMeshShape = (void *)0x05117720; +const void * RTTI_hkMemoryMeshTexture = (void *)0x051176C0; +const void * RTTI_hkMemoryMeshTexture__Sampler = (void *)0x05117928; +const void * RTTI_hkMemoryMeshVertexBuffer = (void *)0x05117990; +const void * RTTI_hkMemoryResourceContainer = (void *)0x0510E0E0; +const void * RTTI_hkMemoryResourceHandle = (void *)0x0510E0B0; +const void * RTTI_hkMemorySystem = (void *)0x0540CBD8; +const void * RTTI_hkMemory__ScopedStats__Collector = (void *)0x0510E298; +const void * RTTI_hkMeshTexture__Sampler = (void *)0x05117960; +const void * RTTI_hkMeshVertexBuffer = (void *)0x05117860; +const void * RTTI_hkMonitorStreamColorTable = (void *)0x0510DFD0; +const void * RTTI_hkMonitorStreamContainer = (void *)0x0510E000; +const void * RTTI_hkMonitorStreamStringMap = (void *)0x0510DF70; +const void * RTTI_hkMonitorStreamTypeMap = (void *)0x0510DFA0; +const void * RTTI_hkMultipleVertexBuffer = (void *)0x05117830; +const void * RTTI_hkObjectResource = (void *)0x0510E680; +const void * RTTI_hkOstream = (void *)0x0510CB58; +const void * RTTI_hkParserBuffer = (void *)0x0510FC08; +const void * RTTI_hkPrimaryCommandDispatcher = (void *)0x051148F8; +const void * RTTI_hkProcessFactory = (void *)0x05111960; +const void * RTTI_hkRefCountedProperties = (void *)0x0510C750; +const void * RTTI_hkReferencedObject = (void *)0x051B49F0; +const void * RTTI_hkReferencedObjectLock = (void *)0x0510C7B8; +const void * RTTI_hkReflect__Any__ArrayImpl = (void *)0x0510CE78; +const void * RTTI_hkReflect__AttributeArrayWithOwnership__AllocImpl = (void *)0x0510CD80; +const void * RTTI_hkReflect__ClonerCallback = (void *)0x0510C968; +const void * RTTI_hkReflect__Detail__AllocationImpl = (void *)0x0510C840; +const void * RTTI_hkReflect__Detail__AttributeAllocImpl = (void *)0x0510CBA8; +const void * RTTI_hkReflect__Detail__BuiltinTypeReg = (void *)0x0510EB50; +const void * RTTI_hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl = (void *)0x0510EB90; +const void * RTTI_hkReflect__Detail__CharBufferImpl = (void *)0x0510D310; +const void * RTTI_hkReflect__Detail__CloneOnHeap = (void *)0x0510C998; +const void * RTTI_hkReflect__Detail__DerivedDataCache = (void *)0x0510CC50; +const void * RTTI_hkReflect__Detail__HavokRecordImpl = (void *)0x0510DDE8; +const void * RTTI_hkReflect__Detail__HavokStringImpl = (void *)0x0510DE20; +const void * RTTI_hkReflect__Detail__HeapAllocImpl = (void *)0x0510CED8; +const void * RTTI_hkReflect__Detail__HomogeneousArrayImpl = (void *)0x0510DDA8; +const void * RTTI_hkReflect__Detail__Impl = (void *)0x0510C6B0; +const void * RTTI_hkReflect__Detail__NullptrImpl = (void *)0x0510D380; +const void * RTTI_hkReflect__Detail__OpaqueImpl = (void *)0x0510F1B8; +const void * RTTI_hkReflect__Detail__RawPointerImpl = (void *)0x0510D348; +const void * RTTI_hkReflect__Detail__ReferenceImpl = (void *)0x0510D408; +const void * RTTI_hkReflect__Detail__ReferencedObjectAllocImpl = (void *)0x0510DCB0; +const void * RTTI_hkReflect__Detail__ReferencedObjectPointerImpl = (void *)0x0510D3C0; +const void * RTTI_hkReflect__Detail__RepeatImpl = (void *)0x0510D2A0; +const void * RTTI_hkReflect__Detail__ScopedPtrImpl = (void *)0x0510DC48; +const void * RTTI_hkReflect__Detail__SetterArrayImpl = (void *)0x0510BFA8; +const void * RTTI_hkReflect__Detail__SetterRecordImpl = (void *)0x0510BF10; +const void * RTTI_hkReflect__Detail__StaticArrayImpl = (void *)0x0510DCF8; +const void * RTTI_hkReflect__Detail__StaticStringImpl = (void *)0x0510D2D8; +const void * RTTI_hkReflect__Detail__StringOut__StringOutImpl = (void *)0x0510DF00; +const void * RTTI_hkReflect__Detail__ViewPointerImpl = (void *)0x0510DE58; +const void * RTTI_hkReflect__Detail__VoidImpl = (void *)0x0510F1F0; +const void * RTTI_hkReflect__Detail__hkArrayImpl = (void *)0x0510DD30; +const void * RTTI_hkReflect__Detail__hkInplaceArrayImpl = (void *)0x0510DD68; +const void * RTTI_hkReflect__MutableTypeReg = (void *)0x0510E3E8; +const void * RTTI_hkReflect__TypeBuilder = (void *)0x0510CD48; +const void * RTTI_hkReflect__TypeCopier = (void *)0x0510E418; +const void * RTTI_hkReflect__TypeReg = (void *)0x0510C8B8; +const void * RTTI_hkReflect__Var__VarImpl = (void *)0x0510C9D0; +const void * RTTI_hkReflect__Version__PatchInfoCache = (void *)0x0510EC40; +const void * RTTI_hkReflect__Version__PatchRegistry = (void *)0x0510EC78; +const void * RTTI_hkReflect__Version__PatchSet = (void *)0x0510EC08; +const void * RTTI_hkReflect__Version__Patcher = (void *)0x0510DED0; +const void * RTTI_hkRelArray_ArrayImpl = (void *)0x0510CE48; +const void * RTTI_hkResource = (void *)0x0510E390; +const void * RTTI_hkScalarF_FloatImpl = (void *)0x0510DF40; +const void * RTTI_hkSecondaryCommandDispatcher = (void *)0x05112D80; +const void * RTTI_hkSeekableStreamReader = (void *)0x0510CA30; +const void * RTTI_hkSerialize__Bundle = (void *)0x0510F0F8; +const void * RTTI_hkSerialize__BundleBuilder = (void *)0x0510F188; +const void * RTTI_hkSerialize__Detail__ChainingCloneCallback = (void *)0x0510E310; +const void * RTTI_hkSerialize__Detail__CloneToRegistered = (void *)0x0510E2D0; +const void * RTTI_hkSerialize__Detail__SkipDyingCallback = (void *)0x0510E350; +const void * RTTI_hkSerialize__Detail__TagfileArrayImpl = (void *)0x0510F2D0; +const void * RTTI_hkSerialize__Detail__TagfileBundle = (void *)0x0510F258; +const void * RTTI_hkSerialize__Detail__TagfilePointerImpl = (void *)0x0510F290; +const void * RTTI_hkSerialize__Detail__TagfileStringImpl = (void *)0x0510F310; +const void * RTTI_hkSerialize__NoteHandler = (void *)0x0510E598; +const void * RTTI_hkSerialize__ReadFormat = (void *)0x0510F158; +const void * RTTI_hkSerialize__TagfileReadFormat = (void *)0x0510F220; +const void * RTTI_hkSerialize__TagfileWriteFormat = (void *)0x0510E6A8; +const void * RTTI_hkSerialize__TagfileWriteFormat__Impl = (void *)0x0510E710; +const void * RTTI_hkSerialize__WriteFormat = (void *)0x0510E6E0; +const void * RTTI_hkSimdDouble64_FloatImpl = (void *)0x0510CC20; +const void * RTTI_hkSimpleLocalFrame = (void *)0x0510E1C8; +const void * RTTI_hkSkinBinding = (void *)0x05117748; +const void * RTTI_hkSkinnedRefMeshShape = (void *)0x051177D0; +const void * RTTI_hkSlot = (void *)0x05225618; +const void * RTTI_hkSocket = (void *)0x0510F028; +const void * RTTI_hkSocket__ReaderAdapter = (void *)0x0510F048; +const void * RTTI_hkSocket__WriterAdapter = (void *)0x0510F078; +const void * RTTI_hkSolverAllocator = (void *)0x0510FCA8; +const void * RTTI_hkStackTracer = (void *)0x0510F0A8; +const void * RTTI_hkStdioStreamReader = (void *)0x0510EA98; +const void * RTTI_hkStorageSkinnedMeshShape = (void *)0x051177A0; +const void * RTTI_hkStreamReader = (void *)0x05278790; +const void * RTTI_hkStreamWriter = (void *)0x05278768; +const void * RTTI_hkStringBuf__StringImpl = (void *)0x0510DC80; +const void * RTTI_hkStringObject = (void *)0x0510BEE8; +const void * RTTI_hkStringPtr__StringImpl = (void *)0x0510C7E8; +const void * RTTI_hkStringView__StringImpl = (void *)0x0510CD18; +const void * RTTI_hkTask = (void *)0x05404CE8; +const void * RTTI_hkTaskGraph = (void *)0x05404D08; +const void * RTTI_hkTaskQueue = (void *)0x0510ECB0; +const void * RTTI_hkTaskQueue_BatchingTask = (void *)0x0510FBB0; +const void * RTTI_hkTask__ExecutionContext = (void *)0x05404BB8; +const void * RTTI_hkTgaFileFormat = (void *)0x051182F0; +const void * RTTI_hkThread = (void *)0x0510EAC8; +const void * RTTI_hkThreadMemory = (void *)0x0510FC80; +const void * RTTI_hkThreadPool = (void *)0x05407AE8; +const void * RTTI_hkTransientAllocator = (void *)0x0510EBD8; +const void * RTTI_hkTypeVm__ArrayInstruction = (void *)0x0510E888; +const void * RTTI_hkTypeVm__BlockInstruction = (void *)0x0510E8B8; +const void * RTTI_hkTypeVm__BlockPass = (void *)0x0510E8E8; +const void * RTTI_hkTypeVm__CheckTypeKindsPass = (void *)0x0510E9C0; +const void * RTTI_hkTypeVm__DefaultInstruction = (void *)0x0510E7E0; +const void * RTTI_hkTypeVm__GenerateConvertNumericKindPass = (void *)0x0510E9F8; +const void * RTTI_hkTypeVm__InlineFixedArrayPass = (void *)0x0510E918; +const void * RTTI_hkTypeVm__InlineRecordPass = (void *)0x0510E950; +const void * RTTI_hkTypeVm__Instruction = (void *)0x0510E780; +const void * RTTI_hkTypeVm__IntAndFloatConversionPass = (void *)0x0510E980; +const void * RTTI_hkTypeVm__NopInstruction = (void *)0x0510E7B0; +const void * RTTI_hkTypeVm__Pass = (void *)0x0510E230; +const void * RTTI_hkTypeVm__ProgramInstruction = (void *)0x0510E818; +const void * RTTI_hkTypeVm__RecordInstruction = (void *)0x0510E850; +const void * RTTI_hkUuidObject = (void *)0x0510CCB8; +const void * RTTI_hkUuidPseudoRandomGenerator = (void *)0x0510CCE0; +const void * RTTI_hkViewport = (void *)0x0510C0D8; +const void * RTTI_hkWin32FileSystem = (void *)0x052784F8; +const void * RTTI_hkWin32FileSystem__WatcherImpl = (void *)0x0510CAC8; +const void * RTTI_hkWin32StreamWriter = (void *)0x0510EB20; +const void * RTTI_hkXmlLexAnalyzer = (void *)0x0510FC30; +const void * RTTI_hkXmlStreamParser = (void *)0x0510F0D0; +const void * RTTI_hk__IsValueArray__Impl = (void *)0x0510CB78; +const void * RTTI_hkaSkeleton = (void *)0x05117890; +const void * RTTI_hkcdDynamicAabbTree = (void *)0x05117560; +const void * RTTI_hkcdDynamicAabbTree__Impl = (void *)0x051174D0; +const void * RTTI_hkcdGsk_Float3ShapeAOnlyInterface = (void *)0x05116E20; +const void * RTTI_hkcdGsk_Float3ShapeInterface = (void *)0x05116DE8; +const void * RTTI_hkcdPlanarCsgOperand = (void *)0x05116AF8; +const void * RTTI_hkcdPlanarEntity = (void *)0x05116A98; +const void * RTTI_hkcdPlanarGeometry = (void *)0x05116CC0; +const void * RTTI_hkcdPlanarGeometryPlanesCollection = (void *)0x05116B68; +const void * RTTI_hkcdPlanarGeometryPolygonCollection = (void *)0x05116B28; +const void * RTTI_hkcdPlanarGeometry__VertexStorage = (void *)0x05116CF0; +const void * RTTI_hkcdPlanarSolid = (void *)0x05116BA8; +const void * RTTI_hkcdPlanarSolid__NodeStorage = (void *)0x05116AC0; +const void * RTTI_hkcdSimdTreeUtils__Build__EmptyRunnable = (void *)0x05116E98; +const void * RTTI_hkcdSimdTreeUtils__Build__Task = (void *)0x05116FF0; +const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper = (void *)0x05117080; +const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper = (void *)0x05117030; +const void * RTTI_hkcdSimdTree__BuildContext = (void *)0x051157E8; +const void * RTTI_hkcdSimdTree__ICustomRefit = (void *)0x05116DB8; +const void * RTTI_hkcdSimdTree__IParallelBuild__IRunnable = (void *)0x05116E58; +const void * RTTI_hkcdSimdTree__LeafCollector = (void *)0x05113530; +const void * RTTI_hkcdSimdTree__PairCollector = (void *)0x05115E70; +const void * RTTI_hkcdStaticAabbTree = (void *)0x05117500; +const void * RTTI_hkcdStaticAabbTree__Impl = (void *)0x05117530; +const void * RTTI_hkcdStaticMeshTree__GeometryProvider = (void *)0x05118C48; +const void * RTTI_hkgpCgo__Config = (void *)0x054069B8; +const void * RTTI_hkgpConvexHull = (void *)0x0510FCD0; +const void * RTTI_hkgpDeprecatedConvexDecompositionImpl__DefaultProgress = (void *)0x05116C70; +const void * RTTI_hkgpDeprecatedConvexDecompositionInternal__IInternal = (void *)0x05116C20; +const void * RTTI_hkgpDeprecatedConvexDecomposition__IProgress = (void *)0x05116BD0; +const void * RTTI_hkgpMesh__IConvexOverlap = (void *)0x0510FD78; +const void * RTTI_hknpAction = (void *)0x051FAC50; +const void * RTTI_hknpActionManager = (void *)0x051139F8; +const void * RTTI_hknpAddActiveBodyPairsTask = (void *)0x05114A00; +const void * RTTI_hknpAllHitsCollector = (void *)0x051EA820; +const void * RTTI_hknpAnimatedShapeSurfaceVelocityModifier = (void *)0x05114F30; +const void * RTTI_hknpAnyHitCollector = (void *)0x051EA760; +const void * RTTI_hknpApiCommandProcessor = (void *)0x05112FA0; +const void * RTTI_hknpApplyDragTask = (void *)0x05115C10; +const void * RTTI_hknpArrayAction = (void *)0x05407E20; +const void * RTTI_hknpBSCharacterProxy = (void *)0x05407FE0; +const void * RTTI_hknpBSCharacterRigidBody = (void *)0x0540D200; +const void * RTTI_hknpBSCustomCollisionFilter = (void *)0x051EA7C0; +const void * RTTI_hknpBSMaterial = (void *)0x05406760; +const void * RTTI_hknpBSMaterialProperties = (void *)0x052542E0; +const void * RTTI_hknpBSMotionPropertiesLibrary = (void *)0x05404A48; +const void * RTTI_hknpBSMouseSpringAction = (void *)0x05408060; +const void * RTTI_hknpBSMoveLimitModifier = (void *)0x054070B0; +const void * RTTI_hknpBSPlacementStreamCache = (void *)0x05406CC8; +const void * RTTI_hknpBSShapeCodec = (void *)0x05403750; +const void * RTTI_hknpBSWorld = (void *)0x05404C40; +const void * RTTI_hknpBSWorldUtil__hknpBSPhysicsSystem = (void *)0x05403388; +const void * RTTI_hknpBSWorldUtil__hknpBSRagdoll = (void *)0x05403220; +const void * RTTI_hknpBackfaceCollisionModifier = (void *)0x05403628; +const void * RTTI_hknpBallGun = (void *)0x051121E0; +const void * RTTI_hknpBinaryAction = (void *)0x05112160; +const void * RTTI_hknpBodyData = (void *)0x05112318; +const void * RTTI_hknpBodyIntegrator = (void *)0x05111BF0; +const void * RTTI_hknpBodyQuality = (void *)0x05404AC8; +const void * RTTI_hknpBodyQualityLibrary = (void *)0x05111BC0; +const void * RTTI_hknpBodyReference = (void *)0x05111AB0; +const void * RTTI_hknpBoxShape = (void *)0x05112A08; +const void * RTTI_hknpBreakableConstraintData = (void *)0x05112AD0; +const void * RTTI_hknpBroadPhase = (void *)0x05119328; +const void * RTTI_hknpBroadphaseTriggerCollisionDetector = (void *)0x05115298; +const void * RTTI_hknpBuildConstraintJacobiansTask = (void *)0x05115CE0; +const void * RTTI_hknpCapsuleCapsuleConvexConvexManifoldGenerator = (void *)0x051151D0; +const void * RTTI_hknpCapsuleShape = (void *)0x05112A30; +const void * RTTI_hknpCharacterContext = (void *)0x05112CC0; +const void * RTTI_hknpCharacterProxy = (void *)0x05407FB0; +const void * RTTI_hknpCharacterProxyCinfo = (void *)0x05296858; +const void * RTTI_hknpCharacterProxyInternals__QueryCollector = (void *)0x05113D80; +const void * RTTI_hknpCharacterProxyListener = (void *)0x05253918; +const void * RTTI_hknpCharacterRigidBody = (void *)0x0540D230; +const void * RTTI_hknpCharacterRigidBodyCinfo = (void *)0x054080F8; +const void * RTTI_hknpCharacterStateManager = (void *)0x05112CF0; +const void * RTTI_hknpCircularSurfaceVelocity = (void *)0x051120F8; +const void * RTTI_hknpClosestHitCollector = (void *)0x051DFA08; +const void * RTTI_hknpClosestUniqueBodyIdHitCollector = (void *)0x05407498; +const void * RTTI_hknpClosestUniqueBodyIdHitCollectorDeprecated = (void *)0x05407450; +const void * RTTI_hknpCollideSyncTask = (void *)0x05114CF8; +const void * RTTI_hknpCollisionDetector = (void *)0x051150B0; +const void * RTTI_hknpCollisionFilter = (void *)0x051EA850; +const void * RTTI_hknpCollisionQueryCollector = (void *)0x051DF9D0; +const void * RTTI_hknpCollisionQueryDispatcher = (void *)0x05114648; +const void * RTTI_hknpCompositeCompositeCollisionDetector = (void *)0x05115218; +const void * RTTI_hknpCompositeShape = (void *)0x05111AD8; +const void * RTTI_hknpCompoundShape = (void *)0x05111DB0; +const void * RTTI_hknpCompoundShapeData = (void *)0x05111D80; +const void * RTTI_hknpCompoundShapeInternalsCdDynamicTreeKeyMask = (void *)0x05111EA0; +const void * RTTI_hknpCompoundShapeInternalsSimdTreeKeyMask = (void *)0x05111E60; +const void * RTTI_hknpCompressedMeshShape = (void *)0x05111EE8; +const void * RTTI_hknpCompressedMeshShapeCinfo = (void *)0x05406A20; +const void * RTTI_hknpCompressedMeshShapeData = (void *)0x05118BC8; +const void * RTTI_hknpCompressedMeshShapeInternals__GeometryProvider = (void *)0x05118C00; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery = (void *)0x05118FD0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled = (void *)0x05119030; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0 = (void *)0x05119160; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1 = (void *)0x051191D0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2 = (void *)0x05119240; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled = (void *)0x051190F0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled = (void *)0x05118F10; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled = (void *)0x05118EB0; +const void * RTTI_hknpCompressedMeshShapeInternals__KeyMask = (void *)0x05118C88; +const void * RTTI_hknpCompressedMeshShapeInternals__RayCastQueryBase = (void *)0x05118DB0; +const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQuery = (void *)0x05114120; +const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQueryScaled = (void *)0x05114170; +const void * RTTI_hknpConstraintAtomSolver = (void *)0x05112DB8; +const void * RTTI_hknpConstraintCollisionFilter = (void *)0x05113E70; +const void * RTTI_hknpConstraintForceEventCreator = (void *)0x051152D8; +const void * RTTI_hknpConstraintForceExceededEventCreator = (void *)0x05115310; +const void * RTTI_hknpContactImpulseClippedEventCreator = (void *)0x05114D88; +const void * RTTI_hknpContactImpulseEventCreator = (void *)0x05114DC8; +const void * RTTI_hknpConvexCompositeCollisionDetector = (void *)0x05115188; +const void * RTTI_hknpConvexConvexCollisionDetector = (void *)0x05115DC0; +const void * RTTI_hknpConvexConvexShapeBaseInterface = (void *)0x051192E8; +const void * RTTI_hknpConvexShape = (void *)0x054073E8; +const void * RTTI_hknpCylinderShape = (void *)0x05112A58; +const void * RTTI_hknpDeactivationMaintenanceTask = (void *)0x05114B50; +const void * RTTI_hknpDecoratorShape = (void *)0x05111E30; +const void * RTTI_hknpDefaultBroadPhaseConfig = (void *)0x05404D30; +const void * RTTI_hknpDefaultCompressedMeshShapeCinfo = (void *)0x054069E0; +const void * RTTI_hknpDefaultExternMeshShapeGeometry = (void *)0x05111F80; +const void * RTTI_hknpDefaultHeightFieldGeometry = (void *)0x05112970; +const void * RTTI_hknpDefaultModifierSet = (void *)0x05114D28; +const void * RTTI_hknpDeflectedLinearCast__CheckStartCollector = (void *)0x05115730; +const void * RTTI_hknpDeflectedLinearCast__FilteredQueryCollector = (void *)0x051156E0; +const void * RTTI_hknpDeflectedLinearCast__QueryFilter = (void *)0x05115778; +const void * RTTI_hknpDestructionShapeProperties = (void *)0x05112288; +const void * RTTI_hknpDisableCollisionFilter = (void *)0x05111CD0; +const void * RTTI_hknpDummyShape = (void *)0x05112098; +const void * RTTI_hknpDynamicSpaceSplitter = (void *)0x051149D0; +const void * RTTI_hknpEaseConstraintsAction = (void *)0x05407CF8; +const void * RTTI_hknpEasePenetrationsAction = (void *)0x05113C90; +const void * RTTI_hknpEventDispatcher = (void *)0x05114850; +const void * RTTI_hknpEventMergeAndDispatcher = (void *)0x05114880; +const void * RTTI_hknpExtendedExternMeshShapeGeometry = (void *)0x05111FC0; +const void * RTTI_hknpExternMeshShape = (void *)0x051129D8; +const void * RTTI_hknpExternMeshShapeBuildContext = (void *)0x05118B60; +const void * RTTI_hknpExternMeshShapeData = (void *)0x05111F18; +const void * RTTI_hknpFaceClipConvexConvexManifoldGenerator = (void *)0x05115D80; +const void * RTTI_hknpFinalizeNarrowPhaseGridTask = (void *)0x05114C50; +const void * RTTI_hknpFinalizeNarrowPhasePairsTask = (void *)0x05114C18; +const void * RTTI_hknpFireSignalTask = (void *)0x05115818; +const void * RTTI_hknpFirstPersonCharacter = (void *)0x05112258; +const void * RTTI_hknpFirstPersonGun = (void *)0x051121B0; +const void * RTTI_hknpFixedClosestHitCollector = (void *)0x05406C50; +const void * RTTI_hknpFixedClosestUniqueBodyHitCollector = (void *)0x05406C88; +const void * RTTI_hknpFlipBackfaceCollisionModifier = (void *)0x05114FA0; +const void * RTTI_hknpFlippedGetClosestPointsQueryCollector = (void *)0x05114540; +const void * RTTI_hknpFlippedShapeCastQueryCollector = (void *)0x05114680; +const void * RTTI_hknpForwardClosestHitCollector = (void *)0x05114500; +const void * RTTI_hknpFullCast__ManifoldGenerator = (void *)0x05115BD8; +const void * RTTI_hknpGenSolverTasksTask = (void *)0x05114BB8; +const void * RTTI_hknpGlobals = (void *)0x051145F0; +const void * RTTI_hknpGravityGun = (void *)0x05112208; +const void * RTTI_hknpGroupCollisionFilter = (void *)0x05113DC8; +const void * RTTI_hknpHeightFieldBoundingVolume = (void *)0x05112B70; +const void * RTTI_hknpHeightFieldGeometry = (void *)0x051129A8; +const void * RTTI_hknpHeightFieldShape = (void *)0x05111B08; +const void * RTTI_hknpHitScalingCollector = (void *)0x051135A0; +const void * RTTI_hknpInternalCommandProcessor = (void *)0x05112D48; +const void * RTTI_hknpLeafShapeSensor = (void *)0x05118088; +const void * RTTI_hknpLegacyRestitutionModifier = (void *)0x05114E90; +const void * RTTI_hknpLinearSurfaceVelocity = (void *)0x05112130; +const void * RTTI_hknpLodShape = (void *)0x05111C78; +const void * RTTI_hknpMalleableConstraintData = (void *)0x05112B38; +const void * RTTI_hknpManifoldEventCreator = (void *)0x05114F70; +const void * RTTI_hknpMaskedCompoundShape = (void *)0x05112940; +const void * RTTI_hknpMaskedShape = (void *)0x05111E08; +const void * RTTI_hknpMaskedShape__MaskWrapper = (void *)0x05112060; +const void * RTTI_hknpMassChangerModifier = (void *)0x05114E00; +const void * RTTI_hknpMaterialData = (void *)0x051122C0; +const void * RTTI_hknpMaterialLibrary = (void *)0x054030D8; +const void * RTTI_hknpMaterialPalette = (void *)0x05111CA0; +const void * RTTI_hknpModifier = (void *)0x051B4AB8; +const void * RTTI_hknpMotionPropertiesData = (void *)0x051122E8; +const void * RTTI_hknpMotionPropertiesLibrary = (void *)0x05404A10; +const void * RTTI_hknpMotionWeldingModifier = (void *)0x05115048; +const void * RTTI_hknpMountedBallGun = (void *)0x051142D8; +const void * RTTI_hknpMultithreadedSimulation = (void *)0x05114A38; +const void * RTTI_hknpNeighborWeldingModifier = (void *)0x05115010; +const void * RTTI_hknpNullShapeTagCodec = (void *)0x05114618; +const void * RTTI_hknpPairCollisionFilter = (void *)0x05112910; +const void * RTTI_hknpParticleEventCreator = (void *)0x05115350; +const void * RTTI_hknpParticleShapeLibrary = (void *)0x05115B70; +const void * RTTI_hknpParticleSimulationContext = (void *)0x051154B8; +const void * RTTI_hknpParticlesClosestHitOnMeshCollector = (void *)0x05115E30; +const void * RTTI_hknpParticlesCollider = (void *)0x051157B8; +const void * RTTI_hknpParticlesColliderShape = (void *)0x051120C0; +const void * RTTI_hknpParticlesCollisionFilter = (void *)0x05115DF8; +const void * RTTI_hknpParticlesDynamicHitsCollector = (void *)0x05115F48; +const void * RTTI_hknpParticlesStaticCollector = (void *)0x05115F10; +const void * RTTI_hknpPhysicsSceneData = (void *)0x05112368; +const void * RTTI_hknpPhysicsSystem = (void *)0x05403258; +const void * RTTI_hknpPhysicsSystemData = (void *)0x051F6BB0; +const void * RTTI_hknpPostCollideTask = (void *)0x05114A70; +const void * RTTI_hknpPostSolveTask = (void *)0x05114AF0; +const void * RTTI_hknpPreSolveTask = (void *)0x05114AC8; +const void * RTTI_hknpPrepareConstraintsTask = (void *)0x05115CA8; +const void * RTTI_hknpPrepareNarrowPhasePairsTask = (void *)0x05115C70; +const void * RTTI_hknpPrepareNarrowPhaseTask = (void *)0x05115C38; +const void * RTTI_hknpPrepareSolverData = (void *)0x05115D48; +const void * RTTI_hknpProcessFullCastsTask = (void *)0x05114B88; +const void * RTTI_hknpProcessNarrowPhaseGridTask = (void *)0x05114B18; +const void * RTTI_hknpProcessNarrowPhasePairsTask = (void *)0x05115BA0; +const void * RTTI_hknpProjectileGun = (void *)0x05112230; +const void * RTTI_hknpRagdoll = (void *)0x054032E0; +const void * RTTI_hknpRagdollData = (void *)0x051144D8; +const void * RTTI_hknpRefDragProperties = (void *)0x05111B90; +const void * RTTI_hknpRefMassDistribution = (void *)0x05406D30; +const void * RTTI_hknpRefMaterial = (void *)0x05111C50; +const void * RTTI_hknpRefWorldCinfo = (void *)0x05112340; +const void * RTTI_hknpRestitutionModifier = (void *)0x05114E60; +const void * RTTI_hknpSafeEaseConstraintsAction = (void *)0x05407CC0; +const void * RTTI_hknpScaledConvexShape = (void *)0x05112030; +const void * RTTI_hknpScaledConvexShapeBase = (void *)0x05112000; +const void * RTTI_hknpSetShapeKeyACdDetector = (void *)0x05115118; +const void * RTTI_hknpShape = (void *)0x05407410; +const void * RTTI_hknpShapeBuffer = (void *)0x051EA7F8; +const void * RTTI_hknpShapeFunctionsSingleton = (void *)0x05112BA8; +const void * RTTI_hknpShapeKeyArrayCacheCdDetector = (void *)0x05115150; +const void * RTTI_hknpShapeKeyMask = (void *)0x05111B38; +const void * RTTI_hknpShapeManager = (void *)0x051146C0; +const void * RTTI_hknpShapeMassProperties = (void *)0x05111B60; +const void * RTTI_hknpShapeScalingUtil = (void *)0x05119588; +const void * RTTI_hknpShape__MassConfig = (void *)0x05406D00; +const void * RTTI_hknpSignedDistanceFieldCollisionDetector = (void *)0x05115258; +const void * RTTI_hknpSimdTreeBroadPhase = (void *)0x05119350; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__CollideTrees = (void *)0x05119488; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty = (void *)0x051193E0; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__Finalize = (void *)0x051194C8; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData = (void *)0x05119440; +const void * RTTI_hknpSimulation = (void *)0x05112D20; +const void * RTTI_hknpSingleCellSpaceSplitter = (void *)0x05114998; +const void * RTTI_hknpSingleThreadedSimulation = (void *)0x05112E50; +const void * RTTI_hknpSingleThreadedSolverData = (void *)0x05114818; +const void * RTTI_hknpSoftContactModifier = (void *)0x05114EC8; +const void * RTTI_hknpSolveFinalizeTask = (void *)0x05114BE8; +const void * RTTI_hknpSolverData = (void *)0x051147F0; +const void * RTTI_hknpSolverFactoryTask = (void *)0x05114C88; +const void * RTTI_hknpSolverSchedulerTask = (void *)0x05115D18; +const void * RTTI_hknpSortFinalizeNarrowPhasePairsTask = (void *)0x05114CB8; +const void * RTTI_hknpSpaceSplitter = (void *)0x05114970; +const void * RTTI_hknpSphereShape = (void *)0x05112A80; +const void * RTTI_hknpSpringAction = (void *)0x05112188; +const void * RTTI_hknpStreamContactSolver = (void *)0x051130E8; +const void * RTTI_hknpSurfaceVelocityModifier = (void *)0x05114EF8; +const void * RTTI_hknpTaskGraph = (void *)0x05404C68; +const void * RTTI_hknpTriangleShape = (void *)0x051128E8; +const void * RTTI_hknpTriangleWeldingModifier = (void *)0x05114FD8; +const void * RTTI_hknpTriggerModifier = (void *)0x05114E30; +const void * RTTI_hknpTyremarksInfo = (void *)0x05112788; +const void * RTTI_hknpTyremarksWheel = (void *)0x05112758; +const void * RTTI_hknpUnaryAction = (void *)0x051FAC78; +const void * RTTI_hknpUniqueBodyIdHitCollector = (void *)0x0524EBA0; +const void * RTTI_hknpVariableTimeStepUtil = (void *)0x05115430; +const void * RTTI_hknpVehicleData = (void *)0x05112730; +const void * RTTI_hknpVehicleDefaultAerodynamics = (void *)0x051123F8; +const void * RTTI_hknpVehicleDefaultAnalogDriverInput = (void *)0x05112530; +const void * RTTI_hknpVehicleDefaultBrake = (void *)0x051124C0; +const void * RTTI_hknpVehicleDefaultEngine = (void *)0x051125C8; +const void * RTTI_hknpVehicleDefaultSteering = (void *)0x05112628; +const void * RTTI_hknpVehicleDefaultSuspension = (void *)0x051126C0; +const void * RTTI_hknpVehicleDefaultTransmission = (void *)0x051126F8; +const void * RTTI_hknpVehicleDefaultVelocityDamper = (void *)0x051127E0; +const void * RTTI_hknpVehicleDriverInputAnalogStatus = (void *)0x051124F0; +const void * RTTI_hknpVehicleInstance = (void *)0x05112398; +const void * RTTI_hknpVehicleLinearCastWheelCollide = (void *)0x05112818; +const void * RTTI_hknpVehicleRayCastWheelCollide = (void *)0x05112888; +const void * RTTI_hknpVehicleSuspension = (void *)0x05112690; +const void * RTTI_hknpVehicleWheelCollide = (void *)0x05112660; +const void * RTTI_hknpVehicleWheelCollide__WheelHitCollector = (void *)0x051156A0; +const void * RTTI_hknpWeldingModifier = (void *)0x05114D58; +const void * RTTI_hknpWorld = (void *)0x054039B0; +const void * RTTI_hknpWorldSnapshot = (void *)0x051128C0; +const void * RTTI_hkp6DofConstraintData = (void *)0x05115FD8; +const void * RTTI_hkpAngularFrictionConstraintData = (void *)0x05116568; +const void * RTTI_hkpBallAndSocketConstraintData = (void *)0x05116008; +const void * RTTI_hkpCallbackConstraintMotor = (void *)0x05116488; +const void * RTTI_hkpCogWheelConstraintData = (void *)0x05116078; +const void * RTTI_hkpConstraintData = (void *)0x05112AA8; +const void * RTTI_hkpConstraintMotor = (void *)0x05115FA8; +const void * RTTI_hkpDeformableFixedConstraintData = (void *)0x051160A8; +const void * RTTI_hkpFixedConstraintData = (void *)0x051160E0; +const void * RTTI_hkpHingeConstraintData = (void *)0x05116140; +const void * RTTI_hkpHingeLimitsData = (void *)0x05116110; +const void * RTTI_hkpLimitedForceConstraintMotor = (void *)0x05116450; +const void * RTTI_hkpLimitedHingeConstraintData = (void *)0x05116170; +const void * RTTI_hkpLinearClearanceConstraintData = (void *)0x05116040; +const void * RTTI_hkpLinearParametricCurve = (void *)0x051161D8; +const void * RTTI_hkpPointToPathConstraintData = (void *)0x05116208; +const void * RTTI_hkpPointToPlaneConstraintData = (void *)0x05116240; +const void * RTTI_hkpPositionConstraintMotor = (void *)0x051164C0; +const void * RTTI_hkpPrismaticConstraintData = (void *)0x05116278; +const void * RTTI_hkpPulleyConstraintData = (void *)0x051162B0; +const void * RTTI_hkpRackAndPinionConstraintData = (void *)0x051162E0; +const void * RTTI_hkpRagdollConstraintData = (void *)0x05116348; +const void * RTTI_hkpRagdollLimitsData = (void *)0x05116318; +const void * RTTI_hkpRotationalConstraintData = (void *)0x05116378; +const void * RTTI_hkpSpringDamperConstraintMotor = (void *)0x051164F8; +const void * RTTI_hkpStiffSpringConstraintData = (void *)0x051163B0; +const void * RTTI_hkpVehicleFrictionDescription = (void *)0x05112850; +const void * RTTI_hkpVelocityConstraintMotor = (void *)0x05116530; +const void * RTTI_hkpWheelConstraintData = (void *)0x05116420; +const void * RTTI_hkpWheelFrictionConstraintData = (void *)0x051163E8; +const void * RTTI_hkpWrappedConstraintData = (void *)0x05112B08; +const void * RTTI_idLogging__ILogger = (void *)0x0534AAC0; +const void * RTTI_idTCP = (void *)0x05498868; +const void * RTTI_nlohmann__detail__exception = (void *)0x05328B00; +const void * RTTI_nlohmann__detail__input_buffer_adapter = (void *)0x05328708; +const void * RTTI_nlohmann__detail__input_stream_adapter = (void *)0x0533AE78; +const void * RTTI_nlohmann__detail__out_of_range = (void *)0x053289F0; +const void * RTTI_nlohmann__detail__parse_error = (void *)0x05328AC8; +const void * RTTI_nsContainerMenu__ConfirmTakeAllTheThingsCallback = (void *)0x053B2C40; +const void * RTTI_nsControlMappingData__RemapHandler = (void *)0x05152710; +const void * RTTI_nsDataMenuData__GameLoadListener = (void *)0x051B39E8; +const void * RTTI_nsDialogueMenu__MenuEventCatcher = (void *)0x053B59A8; +const void * RTTI_nsMainMenu__InvalidUserCallback = (void *)0x053B9400; +const void * RTTI_nsMonocle__MenuEventCatcher = (void *)0x051B3170; +const void * RTTI_nsMonocle__MonocleFastTravelConfirmFunc = (void *)0x052FF1E8; +const void * RTTI_nsPauseMenu__UserDisengagedCallback = (void *)0x05316DD0; +const void * RTTI_nsPickpocketMenu__MenuEventCatcher = (void *)0x05301B48; +const void * RTTI_nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback = (void *)0x0532F5D0; +const void * RTTI_rcContext = (void *)0x051E7CE8; +const void * RTTI_std___Node_assert = (void *)0x051E19F8; +const void * RTTI_std___Node_back = (void *)0x051E19A8; +const void * RTTI_std___Node_base = (void *)0x051B82D0; +const void * RTTI_std___Node_capture = (void *)0x051B82A8; +const void * RTTI_std___Node_end_group = (void *)0x051B4AE0; +const void * RTTI_std___Node_end_rep = (void *)0x051E1A20; +const void * RTTI_std___Node_endif = (void *)0x051E19D0; +const void * RTTI_std___Node_if = (void *)0x051E1A98; +const void * RTTI_std___Node_rep = (void *)0x051E1AC0; +const void * RTTI_std___Root_node = (void *)0x051B6FE8; +const void * RTTI_std__bad_alloc = (void *)0x051195B8; +const void * RTTI_std__bad_array_new_length = (void *)0x05119608; +const void * RTTI_std__bad_cast = (void *)0x051198A0; +const void * RTTI_std__bad_optional_access = (void *)0x0511E960; +const void * RTTI_std__bad_variant_access = (void *)0x05119F30; +const void * RTTI_std__exception = (void *)0x051195E0; +const void * RTTI_std__logic_error = (void *)0x05119660; +const void * RTTI_std__out_of_range = (void *)0x05119638; +const void * RTTI_std__overflow_error = (void *)0x05116610; +const void * RTTI_std__range_error = (void *)0x051167E8; +const void * RTTI_std__runtime_error = (void *)0x0511E728; +const void * RTTI_std__underflow_error = (void *)0x05116640; +const void * RTTI_type_info = (void *)0x0512C6D0; diff --git a/sfse/GameReferences.h b/sfse/GameReferences.h index f163195..c30f3ba 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, 0x02B4D2F4) - DEFINE_MEMBER_FN_0(IsInSpace, bool, 0x01A147F8) - DEFINE_MEMBER_FN_1(HasKeyword, bool, 0x0139FEA8, BGSKeyword*); + DEFINE_MEMBER_FN_0(IsInSpaceship, bool, 0x02B5D0A4) + DEFINE_MEMBER_FN_0(IsInSpace, bool, 0x01A15E08) + DEFINE_MEMBER_FN_1(HasKeyword, bool, 0x0139E098, 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, 0x024BA70C, bool unk1, u32 flags, bool changeRace); + DEFINE_MEMBER_FN_3(UpdateAppearance, void, 0x024C6738, bool unk1, u32 flags, bool changeRace); - DEFINE_MEMBER_FN_0(UpdateChargenAppearance, void, 0x02320EB8); - DEFINE_MEMBER_FN_1(SetSkinTone, void, 0x02320B30, u32 skinToneIndex); + DEFINE_MEMBER_FN_0(UpdateChargenAppearance, void, 0x02328F44); + DEFINE_MEMBER_FN_1(SetSkinTone, void, 0x02328BAC, u32 skinToneIndex); u64 unkF0[(0x240 - 0xF0) >> 3]; // F0 void* unk240; // 240 diff --git a/sfse/GameScript.cpp b/sfse/GameScript.cpp index 12c43df..8fe4ebb 100644 --- a/sfse/GameScript.cpp +++ b/sfse/GameScript.cpp @@ -1,4 +1,4 @@ #include "GameScript.h" -RelocPtr g_firstScriptCommand(0x0558B830); -RelocPtr g_firstConsoleCommand(0x0557F0D0); +RelocPtr g_firstScriptCommand(0x0559FAD0); +RelocPtr g_firstConsoleCommand(0x05593370); diff --git a/sfse/GameSettings.cpp b/sfse/GameSettings.cpp index 02eaf79..2141beb 100644 --- a/sfse/GameSettings.cpp +++ b/sfse/GameSettings.cpp @@ -1,9 +1,9 @@ #include "sfse/GameSettings.h" -RelocPtr SettingT::pCollection(0x05994208); -RelocPtr SettingT::pCollection(0x05994228); -RelocPtr SettingT::pCollection(0x05992E28); -RelocPtr SettingT::pCollection(0x05975678); +RelocPtr SettingT::pCollection(0x059AA710); +RelocPtr SettingT::pCollection(0x059AA730); +RelocPtr SettingT::pCollection(0x059A9328); +RelocPtr SettingT::pCollection(0x0598BAF0); u32 Setting::GetType(void) const { diff --git a/sfse/GameSettings.h b/sfse/GameSettings.h index 73f259b..2bf578b 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*, 0x01588484, const char*); + DEFINE_MEMBER_FN_1(GetSetting, Setting*, 0x01588724, const char*); }; static_assert(sizeof(GameSettingCollection) == 0x158); diff --git a/sfse/GameStreams.h b/sfse/GameStreams.h index ea9e2ec..4e4324a 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, 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); + DEFINE_MEMBER_FN_1(Construct, void, 0x034E6088, const char* apName); + DEFINE_MEMBER_FN_0(Destroy, void, 0x034E612C); + DEFINE_MEMBER_FN_1(Seek_Impl, void, 0x034E6934, s64 iNumBytes); + DEFINE_MEMBER_FN_1(GetBufferInfo_Impl, void, 0x034E638C, BufferInfo& info); + DEFINE_MEMBER_FN_2(DoRead_Impl, u64, 0x034E6214, void* apBuffer, u64 auiBytes); + DEFINE_MEMBER_FN_2(DoWrite_Impl, u64, 0x034E6278, const void* apBuffer, u64 auiBytes); }; static_assert(sizeof(BSResourceNiBinaryStream) == 0x30); diff --git a/sfse/GameTypes.cpp b/sfse/GameTypes.cpp index f992f7c..c17aef4 100644 --- a/sfse/GameTypes.cpp +++ b/sfse/GameTypes.cpp @@ -1,7 +1,7 @@ #include "sfse/GameTypes.h" -RelocAddr BSStringPool::Entry::GetEntry(0x031607E0); -RelocAddr BSStringPool::Entry::GetEntryW(0x03160FF0); -RelocAddr BSStringPool::Entry::Release(0x00837A28); +RelocAddr BSStringPool::Entry::GetEntry(0x03179620); +RelocAddr BSStringPool::Entry::GetEntryW(0x03179E30); +RelocAddr BSStringPool::Entry::Release(0x00833228); -RelocPtr BSCRC32::uiCRCTable(0x03F849B0); +RelocPtr BSCRC32::uiCRCTable(0x03F87190); diff --git a/sfse/GameUI.h b/sfse/GameUI.h index e2cba5f..558c819 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, 0x02E88144, const BSFixedString&); + DEFINE_MEMBER_FN_2(IsMenuOpen, bool, 0x02EA0854, const BSFixedString&); static UI* GetSingleton() { - RelocPtr singleton(0x0576E6C0); + RelocPtr singleton(0x05784B48); return *singleton; } }; diff --git a/sfse/Hooks_Command.cpp b/sfse/Hooks_Command.cpp index 239aec8..adb8135 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(0x0316CCB8); +RelocAddr <_Command_Process> Command_Process(0x03185AF8); _Command_Process Command_Process_Original = nullptr; namespace TaskInterface diff --git a/sfse/Hooks_Data.cpp b/sfse/Hooks_Data.cpp index 62eb108..f9ab5a4 100644 --- a/sfse/Hooks_Data.cpp +++ b/sfse/Hooks_Data.cpp @@ -9,7 +9,7 @@ #include "sfse/GameSettings.h" #endif -RelocAddr GameDataLoad_Target(0x023FBA20 + 0x1098); // End of this function before the retn +RelocAddr GameDataLoad_Target(0x02405870 + 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 9e2f03a..80e42d5 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(0x02E910C4); // IMenu vtable +7 +RelocAddr <_IMenu_LoadMovie> IMenu_LoadMovie(0x02EA9834); // IMenu vtable +7 _IMenu_LoadMovie IMenu_LoadMovie_Original = nullptr; using _BSScaleformManager_ctor = BSScaleformManager*(*)(BSScaleformManager* __this); -RelocAddr <_BSScaleformManager_ctor> BSScaleformManager_ctor(0x02E93760); +RelocAddr <_BSScaleformManager_ctor> BSScaleformManager_ctor(0x02EABED0); _BSScaleformManager_ctor BSScaleformManager_ctor_Original = nullptr; static bool s_enableScaleformLog = false; diff --git a/sfse/Hooks_Script.cpp b/sfse/Hooks_Script.cpp index e0fa237..b057828 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(0x01AF1810); +RelocAddr <_ConsoleCommandInit> ConsoleCommandInit(0x01AF3590); _ConsoleCommandInit ConsoleCommandInit_Original = nullptr; void ConsoleCommandInit_Hook(void* unk1) @@ -109,7 +109,7 @@ void ConsoleCommandInit_Hook(void* unk1) cmd.bInvalidatesCellList = 0; } - RelocAddr EmptyFunc(0x01256C10); + RelocAddr EmptyFunc(0x01252410); _MESSAGE("%s (%s)", iter->pFunctionName, iter->pExecuteFunction == EmptyFunc ? "Empty" : "Implemented"); #endif } diff --git a/sfse/Hooks_Version.cpp b/sfse/Hooks_Version.cpp index cfb2638..0776e39 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(0x02081AD0 + 0x5D); +RelocAddr kHook_ShowVersion_Offset(0x02088760 + 0x5D); void Hooks_Version_Apply() { diff --git a/sfse/PapyrusNativeFunctions.h b/sfse/PapyrusNativeFunctions.h index f2a7bda..1054ece 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 *, 0x0308E53C, u32 idx, BSFixedString * nameOut, u64 * typeOut); + DEFINE_MEMBER_FN(GetParam, u64 *, 0x030A737C, 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, 0x0308E214, u64 unk0, u64 unk1, VMClassRegistry * registry, VMState * unk3); + DEFINE_MEMBER_FN(Impl_Invoke, u32, 0x030A7054, u64 unk0, u64 unk1, VMClassRegistry * registry, VMState * unk3); // ??_7?$NativeFunction1@VActiveEffect@@XPEAVTESForm@@@BSScript@@6B@ entry 0x10 - 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); + DEFINE_MEMBER_FN(Impl_Fn10, BSFixedString *, 0x030A73E4); + DEFINE_MEMBER_FN(Impl_GetParamInfo, bool, 0x030A7480, u32 idx, void * out); + DEFINE_MEMBER_FN(Impl_Fn15, void *, 0x030A73EC, u64 arg0, u64 arg1); 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 *, 0x0308E098, const char * fnName, const char * className, u8 unk0, u32 numParams); - DEFINE_MEMBER_FN(Impl_dtor, void, 0x0308E154); // same as NativeFunctionBase dtor + DEFINE_MEMBER_FN(Impl_ctor, NativeFunction *, 0x030A6ED8, const char * fnName, const char * className, u8 unk0, u32 numParams); + DEFINE_MEMBER_FN(Impl_dtor, void, 0x030A6F94); // same as NativeFunctionBase dtor protected: void * m_callback; // 50 diff --git a/sfse/ScaleformManager.h b/sfse/ScaleformManager.h index 1226392..e6af641 100644 --- a/sfse/ScaleformManager.h +++ b/sfse/ScaleformManager.h @@ -13,7 +13,7 @@ class BSScaleformManager static BSScaleformManager* GetSingleton() { - RelocPtr singleton(0x05973158); + RelocPtr singleton(0x059895D0); return *singleton; } }; \ No newline at end of file diff --git a/sfse/ScaleformMemory.cpp b/sfse/ScaleformMemory.cpp index b00827a..c459483 100644 --- a/sfse/ScaleformMemory.cpp +++ b/sfse/ScaleformMemory.cpp @@ -1,6 +1,6 @@ #include "sfse/ScaleformMemory.h" -RelocPtr Scaleform::Memory::pGlobalHeap(0x054A4958); +RelocPtr Scaleform::Memory::pGlobalHeap(0x054B97D8); void* ScaleformHeap_Allocate(u64 size) { diff --git a/sfse/ScaleformValue.h b/sfse/ScaleformValue.h index 7904213..6158b2d 100644 --- a/sfse/ScaleformValue.h +++ b/sfse/ScaleformValue.h @@ -62,28 +62,28 @@ class Value virtual ~ObjectInterface(); - 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); + DEFINE_MEMBER_FN_3(HasMember, bool, 0x00ECBEF0, void* pData, const char* name, bool isDisplayObj); + DEFINE_MEMBER_FN_4(GetMember, bool, 0x00ECC230, void* pData, const char* name, Value* pValue, bool isDisplayObj); + DEFINE_MEMBER_FN_4(SetMember, bool, 0x00ECC630, void* pData, const char* name, const Value& pValue, bool isDisplayObj); + DEFINE_MEMBER_FN_6(Invoke, bool, 0x00ECCA50, void* pData, Value* result, const char* name, const Value* args, unsigned long long numArgs, bool isDisplayObj); + DEFINE_MEMBER_FN_4(CreateEmptyMovieClip, bool, 0x00ED0170, void* pData, Value* pValue, const char* instanceName, int depth); + DEFINE_MEMBER_FN_6(AttachMovie, bool, 0x00ED0430, void* pData, Value* pValue, const char* symbolName, const char* instanceName, int depth, const void* initArgs); + DEFINE_MEMBER_FN_1(GetArraySize, unsigned int, 0x00ECDD30, void* pData); + DEFINE_MEMBER_FN_2(SetArraySize, bool, 0x00ECDD40, void* pData, unsigned int size); + DEFINE_MEMBER_FN_3(GetElement, bool, 0x00ECDD60, void* pData, unsigned int index, Value* value); + DEFINE_MEMBER_FN_3(SetElement, bool, 0x00ECDDF0, void* pData, unsigned int index, const Value& value); + DEFINE_MEMBER_FN_2(PushBack, bool, 0x00ECE030, void* pData, const Value& value); + DEFINE_MEMBER_FN_2(PopBack, bool, 0x00ECE090, void* pData, Value* value); + DEFINE_MEMBER_FN_3(RemoveElements, bool, 0x00ECE140, void* pData, unsigned idx, int count); + DEFINE_MEMBER_FN_4(VisitElements, void, 0x00ECDE50, void* pData, ArrVisitor* visitor, unsigned long idx, int count); + DEFINE_MEMBER_FN_3(VisitMembers, void, 0x00ECD5F0, void* pData, ObjVisitor* visitor, bool isDisplayObj); // DeleteMember TBD - 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); + DEFINE_MEMBER_FN_3(GetText, bool, 0x00ECFE00, void* pData, Value* value, bool html); + DEFINE_MEMBER_FN_3(SetText, bool, 0x00ECFF60, void* pData, const char* text, bool html); + DEFINE_MEMBER_FN_3(SetTextW, bool, 0x00ED0080, void* pData, const wchar_t* text, bool html); + DEFINE_MEMBER_FN_3(GotoAndPlayL, bool, 0x00ED08E0, void* pData, const char* frame, bool stop); + DEFINE_MEMBER_FN_3(GotoAndPlay, bool, 0x00ED09E0, void* pData, unsigned frame, bool stop); + DEFINE_MEMBER_FN_2(GetParent, bool, 0x00ECE660, void* pData, Value* value); // GetDisplayInfo TBD // SetDisplayInfo TBD // GetDisplayMatrix TBD @@ -91,8 +91,8 @@ class Value // GetColorTransform TBD // SetColorTransform TBD - DEFINE_MEMBER_FN_2(ObjectAddRef, void, 0x00ED0590, Value* value, void* pData); - DEFINE_MEMBER_FN_2(ObjectRelease, void, 0x00ED0630, Value* value, void* pData); + DEFINE_MEMBER_FN_2(ObjectAddRef, void, 0x00ECBD90, Value* value, void* pData); + DEFINE_MEMBER_FN_2(ObjectRelease, void, 0x00ECBE30, Value* value, void* pData); MovieImpl* pMovieRoot; }; diff --git a/sfse_common/sfse_version.h b/sfse_common/sfse_version.h index dcde806..e477999 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 1 -#define SFSE_VERSION_VERSTRING "0, 0, 2, 1" +#define SFSE_VERSION_INTEGER_BETA 2 +#define SFSE_VERSION_VERSTRING "0, 0, 2, 2" #define SFSE_VERSION_PADDEDSTRING "0001" -#define SFSE_VERSION_RELEASEIDX 9 +#define SFSE_VERSION_RELEASEIDX 10 #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) @@ -35,13 +35,14 @@ #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 RUNTIME_VERSION_1_9_51 MAKE_EXE_VERSION(1, 9, 51) // 0x01090330 #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_88 -#define CURRENT_RELEASE_SFSE_STR "0.2.1" +#define CURRENT_RELEASE_RUNTIME RUNTIME_VERSION_1_9_51 +#define CURRENT_RELEASE_SFSE_STR "0.2.2" #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 37fb69b..a2a18bb 100644 --- a/sfse_readme.txt +++ b/sfse_readme.txt @@ -1,11 +1,11 @@ -Starfield Script Extender v0.2.1 pre-alpha +Starfield Script Extender v0.2.2 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.88. The Gamepass/MS Store version is unsupported. Do not email asking for support. +SFSE will support the latest version of Starfield available on Steam, currently 1.9.51. 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 2520ebe..5dd4d83 100644 --- a/sfse_whatsnew.txt +++ b/sfse_whatsnew.txt @@ -1,3 +1,8 @@ +0.2.2 +- support for 1.9.51 +- better error message for ms store +- better error reporting for sfee.dll (CharGenMenu) + 0.2.1 - support for 1.8.88