diff --git a/cmake/versioning.cmake b/cmake/versioning.cmake index 18044e7..e9c9f37 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 7) +set(SFSE_VERSION_PATCH 8) set(RUNTIME_VERSION_MAJOR 1) -set(RUNTIME_VERSION_MINOR 11) -set(RUNTIME_VERSION_PATCH 36) +set(RUNTIME_VERSION_MINOR 12) +set(RUNTIME_VERSION_PATCH 30) set(RUNTIME_VERSION_TYPE 0) math( diff --git a/sfse/GameChargen.cpp b/sfse/GameChargen.cpp index 5f3c0f7..a7ee91c 100644 --- a/sfse/GameChargen.cpp +++ b/sfse/GameChargen.cpp @@ -1,3 +1,3 @@ #include "sfse/GameChargen.h" -RelocPtr TESNPCData::g_actorCheckpoint(0x066698F8); +RelocPtr TESNPCData::g_actorCheckpoint(0x06885E50); diff --git a/sfse/GameChargen.h b/sfse/GameChargen.h index 113636a..dc9bab4 100644 --- a/sfse/GameChargen.h +++ b/sfse/GameChargen.h @@ -17,13 +17,13 @@ class ChargenDataModel : public IDataModel, public BSTSingletonSDM singleton(0x0665C0C8); + RelocPtr singleton(0x06878408); return *singleton; } // Contains main UI data model wrappers, decode these later // This function will pull data from the TESNPC into this wrapper - DEFINE_MEMBER_FN_1(Update, void, 0x018668DC, MenuActor*); // unk2 removed in 1.9.51 + DEFINE_MEMBER_FN_1(Update, void, 0x018A6F6C, MenuActor*); // unk2 removed in 1.9.51 }; extern RelocPtr g_actorCheckpoint; diff --git a/sfse/GameConsole.cpp b/sfse/GameConsole.cpp index 5cf9c0b..7e6b4b2 100644 --- a/sfse/GameConsole.cpp +++ b/sfse/GameConsole.cpp @@ -1,7 +1,7 @@ #include "sfse/GameConsole.h" #include -RelocPtr g_console(0x0665BC50); +RelocPtr g_console(0x06877F90); void Console_Print(const char* fmt, ...) { diff --git a/sfse/GameConsole.h b/sfse/GameConsole.h index d83b25b..41d8810 100644 --- a/sfse/GameConsole.h +++ b/sfse/GameConsole.h @@ -6,7 +6,7 @@ class ConsoleLog { public: - DEFINE_MEMBER_FN_2(VPrint, void, 0x029177F8, const char* fmt, va_list args); + DEFINE_MEMBER_FN_2(VPrint, void, 0x029CD538, const char* fmt, va_list args); }; extern RelocPtr g_console; diff --git a/sfse/GameData.cpp b/sfse/GameData.cpp index 49ba94c..0ba8fa9 100644 --- a/sfse/GameData.cpp +++ b/sfse/GameData.cpp @@ -1,3 +1,3 @@ #include "sfse/GameData.h" -RelocPtr g_materialDatabase(0x0622A590 - 0x08); \ No newline at end of file +RelocPtr g_materialDatabase(0x06444B80 - 0x08); \ No newline at end of file diff --git a/sfse/GameData.h b/sfse/GameData.h index e492ba5..416ddc9 100644 --- a/sfse/GameData.h +++ b/sfse/GameData.h @@ -134,7 +134,7 @@ class TESDataHandler : static TESDataHandler* GetSingleton() { - RelocPtr singleton(0x06226518); + RelocPtr singleton(0x0642CAC8); return *singleton; } }; diff --git a/sfse/GameEvents.h b/sfse/GameEvents.h index 7449ed8..0ce0e52 100644 --- a/sfse/GameEvents.h +++ b/sfse/GameEvents.h @@ -1025,8 +1025,8 @@ namespace BSTEventDetail { public: virtual ~SourceBase() {}; - DEFINE_MEMBER_FN_1(RegisterSink, void, 0x005B123C, SinkBase* sink); - DEFINE_MEMBER_FN_1(UnregisterSink, void, 0x005B1050, SinkBase* sink); + DEFINE_MEMBER_FN_1(RegisterSink, void, 0x005BB8EC, SinkBase* sink); + DEFINE_MEMBER_FN_1(UnregisterSink, void, 0x005BB700, SinkBase* sink); }; } @@ -1106,705 +1106,705 @@ return es.getPtr(); \ // BSTGlobalEvent -DECLARE_EVENT_SOURCE(SnapTemplateUtils::SnapReplaceEvent, 0x0078D26C) -DECLARE_EVENT_SOURCE(ImageFixtureEvent_RequestImage, 0x0078E524) -DECLARE_EVENT_SOURCE(ImageFixtureEvent_UnregisterImage, 0x00791420) -DECLARE_EVENT_SOURCE(Spaceship::TakeOffEvent, 0x007942C8) -DECLARE_EVENT_SOURCE(HUDActivityIncreaseEvent, 0x011CF610) -DECLARE_EVENT_SOURCE(AnimationDataCleanupEvent, 0x011F1C0C) -DECLARE_EVENT_SOURCE(AnimationDataSetupEvent, 0x011F1C9C) -DECLARE_EVENT_SOURCE(EndLoadGameEvent, 0x012483F4) -DECLARE_EVENT_SOURCE(StartLoadGameEvent, 0x01248484) -DECLARE_EVENT_SOURCE(ShipEditor_SystemSelected, 0x0126EF5C) -DECLARE_EVENT_SOURCE(ShipEditor_PreviewUpgrade, 0x01275610) -DECLARE_EVENT_SOURCE(ShipEditor_SelectedUpgrade, 0x012756A0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceAttach, 0x012C2DE0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDetach, 0x012C2E70) -DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_ChangeWeaponAssignment, 0x0134BF44) -DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_OnHintButtonActivated, 0x0134BFD4) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmCancel, 0x0136EC44) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmExit, 0x0136ECD4) -DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmSaveAndExit, 0x0136ED64) -DECLARE_EVENT_SOURCE(ShipEditor_OnFlightCheckTabChanged, 0x013738B4) -DECLARE_EVENT_SOURCE(ShipEditor_OnWeaponGroupChanged, 0x01373944) -DECLARE_EVENT_SOURCE(ShipEditor_OnRenameEndEditText, 0x01379280) -DECLARE_EVENT_SOURCE(ShipEditor_OnRenameInputCancelled, 0x01379310) -DECLARE_EVENT_SOURCE(ShipEditor_ChangeModuleCategory, 0x0137DAF4) -DECLARE_EVENT_SOURCE(ShipEditor_PreviewShipPart, 0x0137DB84) -DECLARE_EVENT_SOURCE(ShipEditor_SelectedShipPart, 0x0137DC14) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerControlChanged, 0x01386AC0) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerTabChanged, 0x01386B50) -DECLARE_EVENT_SOURCE(ShipEditor_OnColorSliderMouseInput, 0x01386BE0) -DECLARE_EVENT_SOURCE(ShipEditor_OnRecentColorSwatchClicked, 0x01386C70) -DECLARE_EVENT_SOURCE(ShipBuilder_CloseAllMenus, 0x013AC668) -DECLARE_EVENT_SOURCE(ShipEditor_OnHintButtonActivated, 0x013AC6F8) -DECLARE_EVENT_SOURCE(ShipEditor_RemoveAll3D, 0x013AC788) -DECLARE_EVENT_SOURCE(ReferenceQueuedEvent, 0x01416638) -DECLARE_EVENT_SOURCE(LoadScreenEndEvent, 0x0143033C) -DECLARE_EVENT_SOURCE(LoadScreenStartEvent, 0x014303CC) -DECLARE_EVENT_SOURCE(CellAttachDetachEvent, 0x0143045C) -DECLARE_EVENT_SOURCE(PickRefStateChangedEvent, 0x014A5D88) -DECLARE_EVENT_SOURCE(ActivityTrackerActivityStartedEvent, 0x014B0338) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceCleared3d, 0x0153D010) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDestroy, 0x0153D0A0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceInit, 0x0153D130) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceRecycle, 0x0153D1C0) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceSet3d, 0x0153D250) -DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::Release3DRelatedData, 0x0153D2E0) -DECLARE_EVENT_SOURCE(BSWorldOriginShiftEvent, 0x015497BC) -DECLARE_EVENT_SOURCE(BGSPlanet::PlayerKnowledgeFlagSetEvent, 0x016727BC) -DECLARE_EVENT_SOURCE(StarMap::PlanetTraitKnownEvent, 0x0167284C) -DECLARE_EVENT_SOURCE(ResetHistoryDataEvent, 0x01745578) -DECLARE_EVENT_SOURCE(TESQuestRewardEvent, 0x0175F988) -DECLARE_EVENT_SOURCE(HUDWeaponWorldFOVMultChangedEvent, 0x01761BAC) -DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionEndEvent, 0x01856F1C) -DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionStartEvent, 0x01856FAC) -DECLARE_EVENT_SOURCE(AutoLoadDoorRolloverEvent, 0x019080AC) -DECLARE_EVENT_SOURCE(ClearQuickContainerEvent, 0x0190813C) -DECLARE_EVENT_SOURCE(ReferenceCellLoadedTemps, 0x01980FDC) -DECLARE_EVENT_SOURCE(Workshop::CargoLinkAddedEvent, 0x01D336CC) -DECLARE_EVENT_SOURCE(Workshop::CargoLinkTargetChangedEvent, 0x01D3375C) -DECLARE_EVENT_SOURCE(Workshop::EnterOutpostBeaconModeEvent, 0x01D337EC) -DECLARE_EVENT_SOURCE(Workshop::ItemGrabbedEvent, 0x01D3387C) -DECLARE_EVENT_SOURCE(Workshop::ItemMovedEvent, 0x01D3390C) -DECLARE_EVENT_SOURCE(Workshop::ItemPlacedEvent, 0x01D3399C) -DECLARE_EVENT_SOURCE(Workshop::ItemProducedEvent, 0x01D33A2C) -DECLARE_EVENT_SOURCE(Workshop::ItemRemovedEvent, 0x01D33ABC) -DECLARE_EVENT_SOURCE(Workshop::ItemRepairedEvent, 0x01D33B4C) -DECLARE_EVENT_SOURCE(Workshop::ItemScrappedEvent, 0x01D33BDC) -DECLARE_EVENT_SOURCE(Workshop::OutpostNameChangedEvent, 0x01D33C6C) -DECLARE_EVENT_SOURCE(Workshop::OutpostPlacedEvent, 0x01D33CFC) -DECLARE_EVENT_SOURCE(PickRefUpdateEvent, 0x01D33D8C) -DECLARE_EVENT_SOURCE(Workshop::PlacementStatusEvent, 0x01D33E1C) -DECLARE_EVENT_SOURCE(Workshop::PowerOffEvent, 0x01D33EAC) -DECLARE_EVENT_SOURCE(Workshop::PowerOnEvent, 0x01D33F3C) -DECLARE_EVENT_SOURCE(Workshop::SnapBehaviorCycledEvent, 0x01D33FCC) -DECLARE_EVENT_SOURCE(Workshop::WorkshopFlyCameraEvent, 0x01D3405C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopItemPlacedEvent, 0x01D340EC) -DECLARE_EVENT_SOURCE(Workshop::WorkshopModeEvent, 0x01D3417C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopOutputLinkEvent, 0x01D3420C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopStatsChangedEvent, 0x01D3429C) -DECLARE_EVENT_SOURCE(Workshop::WorkshopUpdateStatsEvent, 0x01D3432C) -DECLARE_EVENT_SOURCE(ShipCameraStateToggled, 0x01D8EAD4) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpPressEvent, 0x01F5EFC4) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpReleaseEvent, 0x01F5F054) -DECLARE_EVENT_SOURCE(PlayerSneakingChangeEvent, 0x01F6081C) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintJustPressedEvent, 0x01F60A58) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintReleasedEvent, 0x01F60AE8) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsEndEvent, 0x01F63C6C) -DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsStartEvent, 0x01F63CFC) -DECLARE_EVENT_SOURCE(SaveLoadEvent, 0x01F937CC) -DECLARE_EVENT_SOURCE(SpaceshipWeaponBinding::SpaceshipWeaponBindingChangedEvent, 0x01FC2028) -DECLARE_EVENT_SOURCE(BoundaryMenu_FastTravel, 0x01FE06D8) -DECLARE_EVENT_SOURCE(BoundaryMenu_ShowMap, 0x01FE0768) -DECLARE_EVENT_SOURCE(PhotoGallery_DeletePhoto, 0x01FE9484) -DECLARE_EVENT_SOURCE(PowersMenu_ActivateEssence, 0x01FEC960) -DECLARE_EVENT_SOURCE(PowersMenu_EquipPower, 0x01FEC9F0) -DECLARE_EVENT_SOURCE(PowersMenu_FavoritePower, 0x01FECA80) -DECLARE_EVENT_SOURCE(ContainerMenuClosed::Event, 0x01FFFF5C) -DECLARE_EVENT_SOURCE(HangarShipSelection_ChangeSystemDisplay, 0x01FFFFEC) -DECLARE_EVENT_SOURCE(HangarShipSelection_RepairShip, 0x0200007C) -DECLARE_EVENT_SOURCE(HangarShipSelection_UpgradeSystem, 0x0200010C) -DECLARE_EVENT_SOURCE(ShipCrewMenu_Close, 0x0200019C) -DECLARE_EVENT_SOURCE(BinkMovieStoppedPlayingEvent, 0x02005210) -DECLARE_EVENT_SOURCE(WorkshopColorMode_ApplyColors, 0x0206836C) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SelectedTab, 0x020683FC) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SliderChanged, 0x0206848C) -DECLARE_EVENT_SOURCE(WorkshopColorMode_SwatchChanged, 0x0206851C) -DECLARE_EVENT_SOURCE(HUDCrewBuffMessageEvent, 0x020696BC) -DECLARE_EVENT_SOURCE(CraftingMenu_SessionSummaryEvent, 0x02072798) -DECLARE_EVENT_SOURCE(CraftingMenu_CraftItem, 0x02072828) -DECLARE_EVENT_SOURCE(CraftingMenu_ExitBench, 0x020728B8) -DECLARE_EVENT_SOURCE(CraftingMenu_InstallMod, 0x02072948) -DECLARE_EVENT_SOURCE(CraftingMenu_RenameItem, 0x020729D8) -DECLARE_EVENT_SOURCE(CraftingMenu_RevertedModdedItem, 0x02072A68) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedMod, 0x02072AF8) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModSlot, 0x02072B88) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModdableItem, 0x02072C18) -DECLARE_EVENT_SOURCE(CraftingMenu_SelectedRecipe, 0x02072CA8) -DECLARE_EVENT_SOURCE(CraftingMenu_SetInspectControls, 0x02072D38) -DECLARE_EVENT_SOURCE(CraftingMenu_ToggleTracking, 0x02072DC8) -DECLARE_EVENT_SOURCE(CraftingMenu_ViewingModdableItem, 0x02072E58) -DECLARE_EVENT_SOURCE(ContainerMenu_CloseMenu, 0x020811AC) -DECLARE_EVENT_SOURCE(InventoryMenu_Change3DView, 0x020812DC) -DECLARE_EVENT_SOURCE(InventoryMenu_PaperDollTryOn, 0x0208136C) -DECLARE_EVENT_SOURCE(InventoryMenu_ResetPaperDollInv, 0x020813FC) -DECLARE_EVENT_SOURCE(UpdateActivateListenerEvent, 0x02089418) -DECLARE_EVENT_SOURCE(StartOutpostFromListenerEvent, 0x0208B0D8) -DECLARE_EVENT_SOURCE(HUDModeEvent, 0x0209B48C) -DECLARE_EVENT_SOURCE(OpenContainerMenuEventData, 0x0209B51C) -DECLARE_EVENT_SOURCE(OpenContainerMenuFromListenerEvent, 0x0209B5AC) -DECLARE_EVENT_SOURCE(HUDRolloverActivationButtonEvent, 0x0209B63C) -DECLARE_EVENT_SOURCE(HUDRolloverActivationQCItemPressEvent, 0x0209B6CC) -DECLARE_EVENT_SOURCE(Inventory_SetSort, 0x0209B75C) -DECLARE_EVENT_SOURCE(ShowingQuestMarketTextEvent, 0x020A9698) -DECLARE_EVENT_SOURCE(TargetHitEvent, 0x020ABC98) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x020ABD28) -DECLARE_EVENT_SOURCE(ClearHUDMessagesEvent, 0x020B3184) -DECLARE_EVENT_SOURCE(ShowHUDMessageEvent, 0x020B3214) -DECLARE_EVENT_SOURCE(PlayerDetectionLevelChangeEvent, 0x020B63B4) -DECLARE_EVENT_SOURCE(ShowCustomWatchAlert, 0x020BB4C4) -DECLARE_EVENT_SOURCE(PlayerUpdateEvent, 0x020F840C) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleHelmet, 0x020F849C) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleSuit, 0x020F852C) -DECLARE_EVENT_SOURCE(ControlsRemappedEvent, 0x02140628) -DECLARE_EVENT_SOURCE(SettingsPanel_CheckBoxChanged, 0x021406B8) -DECLARE_EVENT_SOURCE(SettingsPanel_ClearBinding, 0x02140748) -DECLARE_EVENT_SOURCE(SettingsPanel_OpenCategory, 0x0214087C) -DECLARE_EVENT_SOURCE(SettingsPanel_OpenSettings, 0x0214090C) -DECLARE_EVENT_SOURCE(SettingsPanel_RemapConfirmed, 0x0214099C) -DECLARE_EVENT_SOURCE(SettingsPanel_RemapMode, 0x02140A2C) -DECLARE_EVENT_SOURCE(SettingsPanel_ResetToDefaults, 0x02140ABC) -DECLARE_EVENT_SOURCE(SettingsPanel_SaveControls, 0x02140B4C) -DECLARE_EVENT_SOURCE(SettingsPanel_SaveSettings, 0x02140BDC) -DECLARE_EVENT_SOURCE(SettingsPanel_SliderChanged, 0x02140C6C) -DECLARE_EVENT_SOURCE(SettingsPanel_StepperChanged, 0x02140CFC) -DECLARE_EVENT_SOURCE(SettingsPanel_ValidateControls, 0x02140D8C) -DECLARE_EVENT_SOURCE(ShipCrewMenu_OpenAssignMenu, 0x0214B7E8) -DECLARE_EVENT_SOURCE(ShipCrewMenu_SetSort, 0x0214B878) -DECLARE_EVENT_SOURCE(Spaceship::PlayerMovementOutputEvent, 0x02170FE8) -DECLARE_EVENT_SOURCE(ShowLongShipBootup, 0x02171078) -DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferMenu, 0x02171108) -DECLARE_EVENT_SOURCE(ShipHud_Activate, 0x02171198) -DECLARE_EVENT_SOURCE(ShipHud_BodyViewMarkerDimensions, 0x02171228) -DECLARE_EVENT_SOURCE(ShipHud_ChangeComponentSelection, 0x021712B8) -DECLARE_EVENT_SOURCE(ShipHud_CloseMenu, 0x02171348) -DECLARE_EVENT_SOURCE(ShipHud_Deselect, 0x021713D8) -DECLARE_EVENT_SOURCE(ShipHud_FarTravel, 0x02171468) -DECLARE_EVENT_SOURCE(ShipHud_HailAccepted, 0x021714F8) -DECLARE_EVENT_SOURCE(ShipHud_HailCancelled, 0x02171588) -DECLARE_EVENT_SOURCE(ShipHud_JumpToQuestMarker, 0x02171618) -DECLARE_EVENT_SOURCE(ShipHud_Land, 0x021716A8) -DECLARE_EVENT_SOURCE(ShipHud_LandingMarkerMap, 0x02171738) -DECLARE_EVENT_SOURCE(ShipHud_Map, 0x021717C8) -DECLARE_EVENT_SOURCE(ShipHud_OnMonocleToggle, 0x02171858) -DECLARE_EVENT_SOURCE(ShipHud_OpenPhotoMode, 0x021718E8) -DECLARE_EVENT_SOURCE(ShipHud_Repair, 0x02171978) -DECLARE_EVENT_SOURCE(ShipHud_SetTargetMode, 0x02171A08) -DECLARE_EVENT_SOURCE(ShipHud_Target, 0x02171A98) -DECLARE_EVENT_SOURCE(ShipHud_TargetShipSystem, 0x02171B28) -DECLARE_EVENT_SOURCE(ShipHud_UntargetShipSystem, 0x02171BB8) -DECLARE_EVENT_SOURCE(ShipHud_UpdateComponentPower, 0x02171C48) -DECLARE_EVENT_SOURCE(DialogueMenu_CompleteExit, 0x0219D7DC) -DECLARE_EVENT_SOURCE(BGSScannerGuideEffectStatusUpdateEvent, 0x021AD7B0) -DECLARE_EVENT_SOURCE(GlobalFunc_CloseAllMenus, 0x021B2768) -DECLARE_EVENT_SOURCE(GlobalFunc_CloseMenu, 0x021B27F8) -DECLARE_EVENT_SOURCE(GlobalFunc_PlayMenuSound, 0x021B2888) -DECLARE_EVENT_SOURCE(GlobalFunc_StartGameRender, 0x021B2918) -DECLARE_EVENT_SOURCE(GlobalFunc_UserEvent, 0x021B29A8) -DECLARE_EVENT_SOURCE(ExperienceMeterDisplayData, 0x021BC2B8) -DECLARE_EVENT_SOURCE(LevelUp_AnimFinished, 0x021BC348) -DECLARE_EVENT_SOURCE(LevelUp_OnWidgetShown, 0x021BC3D8) -DECLARE_EVENT_SOURCE(LevelUp_OpenDataMenu, 0x021BC468) -DECLARE_EVENT_SOURCE(LevelUp_ShowSkills, 0x021BC4F8) -DECLARE_EVENT_SOURCE(LocationTextWidget_FinishedQueue, 0x021BC588) -DECLARE_EVENT_SOURCE(DisplayFatigueWarningEvent, 0x021BC830) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x021C02FC) -DECLARE_EVENT_SOURCE(PlayerCrosshairModeEvent, 0x020AB390) -DECLARE_EVENT_SOURCE(HUDNotificationEvent, 0x021C9568) -DECLARE_EVENT_SOURCE(HUDNotification_MissionActiveWidgetUpdate, 0x021C95F8) -DECLARE_EVENT_SOURCE(HUDNotification_OpenDataMenu, 0x021C9688) -DECLARE_EVENT_SOURCE(HUDNotification_OpenMissionMenu, 0x021C9718) -DECLARE_EVENT_SOURCE(HUDNotification_SetMissionActive, 0x021C97A8) -DECLARE_EVENT_SOURCE(PlayerSetWeaponStateEvent, 0x021CB388) -DECLARE_EVENT_SOURCE(BarterMenu_BuyItem, 0x021DEA38) -DECLARE_EVENT_SOURCE(BarterMenu_CloseMenu, 0x021DEAC8) -DECLARE_EVENT_SOURCE(BarterMenu_HideModel, 0x021DEB58) -DECLARE_EVENT_SOURCE(BarterMenu_LoadModel, 0x021DEBE8) -DECLARE_EVENT_SOURCE(BarterMenu_SellItem, 0x021DEC78) -DECLARE_EVENT_SOURCE(BarterMenu_SetMouseOverModel, 0x021DED08) -DECLARE_EVENT_SOURCE(BarterMenu_ShowFailureMessage, 0x021DED98) -DECLARE_EVENT_SOURCE(BarterMenu_ViewedItem, 0x021DEE28) -DECLARE_EVENT_SOURCE(MissionMenu_ClearState, 0x021E3430) -DECLARE_EVENT_SOURCE(MissionMenu_PlotToLocation, 0x021E34C0) -DECLARE_EVENT_SOURCE(MissionMenu_RejectQuest, 0x021E3550) -DECLARE_EVENT_SOURCE(MissionMenu_SaveCategoryIndex, 0x021E35E0) -DECLARE_EVENT_SOURCE(MissionMenu_SaveOpenedId, 0x021E3670) -DECLARE_EVENT_SOURCE(MissionMenu_ShowItemLocation, 0x021E3700) -DECLARE_EVENT_SOURCE(MissionMenu_ToggleTrackingQuest, 0x021E382C) -DECLARE_EVENT_SOURCE(DataSlateButtons_acceptClicked, 0x021E8F68) -DECLARE_EVENT_SOURCE(DataSlateButtons_cancelClicked, 0x021E8FF8) -DECLARE_EVENT_SOURCE(DataSlateMenu_playSFX, 0x021E9088) -DECLARE_EVENT_SOURCE(DataSlateMenu_toggleAudio, 0x021E9118) -DECLARE_EVENT_SOURCE(InventoryMenu_DropItem, 0x021EFDA4) -DECLARE_EVENT_SOURCE(InventoryMenu_HideModel, 0x021EFE34) -DECLARE_EVENT_SOURCE(InventoryMenu_LoadModel, 0x021EFEC4) -DECLARE_EVENT_SOURCE(InventoryMenu_OnEnterCategory, 0x021EFF54) -DECLARE_EVENT_SOURCE(InventoryMenu_OpenCargoHold, 0x021EFFE4) -DECLARE_EVENT_SOURCE(InventoryMenu_SelectItem, 0x021F0074) -DECLARE_EVENT_SOURCE(InventoryMenu_SetMouseOverModel, 0x021F0104) -DECLARE_EVENT_SOURCE(InventoryMenu_ToggleFavorite, 0x021F023C) -DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryChanged, 0x021FC6F8) -DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryPressed, 0x021FC788) -DECLARE_EVENT_SOURCE(MonocleMenu_Bioscan, 0x02204508) -DECLARE_EVENT_SOURCE(MonocleMenu_FastTravel, 0x02204598) -DECLARE_EVENT_SOURCE(MonocleMenu_Harvest, 0x02204628) -DECLARE_EVENT_SOURCE(MonocleMenu_Initialize, 0x022046B8) -DECLARE_EVENT_SOURCE(MonocleMenu_Outpost, 0x022047EC) -DECLARE_EVENT_SOURCE(MonocleMenu_PhotoMode, 0x0220487C) -DECLARE_EVENT_SOURCE(MonocleMenu_Shutdown, 0x0220490C) -DECLARE_EVENT_SOURCE(MonocleMenu_SocialSpell, 0x0220499C) -DECLARE_EVENT_SOURCE(MonocleMenu_StartContainerView, 0x02204A2C) -DECLARE_EVENT_SOURCE(MonocleMenu_StopContainerView, 0x02204ABC) -DECLARE_EVENT_SOURCE(MonocleMenu_SurfaceMap, 0x02204B4C) -DECLARE_EVENT_SOURCE(MonocleMenu_UseListScrollControls, 0x02204BDC) -DECLARE_EVENT_SOURCE(MonocleMenu_ZoomIn, 0x02204C6C) -DECLARE_EVENT_SOURCE(MonocleMenu_ZoomOut, 0x02204CFC) -DECLARE_EVENT_SOURCE(PhotoMode_InitializeCategory, 0x0220A61C) -DECLARE_EVENT_SOURCE(PhotoMode_ResetToDefaults, 0x0220A74C) -DECLARE_EVENT_SOURCE(PhotoMode_SliderChanged, 0x0220A7DC) -DECLARE_EVENT_SOURCE(PhotoMode_StepperChanged, 0x0220A86C) -DECLARE_EVENT_SOURCE(PhotoMode_TakeSnapshot, 0x0220A8FC) -DECLARE_EVENT_SOURCE(PhotoMode_ToggleHelmet, 0x0220A98C) -DECLARE_EVENT_SOURCE(PhotoMode_ToggleUI, 0x0220AA1C) -DECLARE_EVENT_SOURCE(PickpocketMenu_OnItemSelect, 0x02213464) -DECLARE_EVENT_SOURCE(ResearchMenu_AddMaterial, 0x022188D8) -DECLARE_EVENT_SOURCE(ResearchMenu_CategorySelected, 0x02218968) -DECLARE_EVENT_SOURCE(ResearchMenu_ExitMenu, 0x022189F8) -DECLARE_EVENT_SOURCE(ResearchMenu_HideModel, 0x02218A88) -DECLARE_EVENT_SOURCE(ResearchMenu_PreviewProject, 0x02218B18) -DECLARE_EVENT_SOURCE(ResearchMenu_ProjectViewed, 0x02218BA8) -DECLARE_EVENT_SOURCE(ResearchMenu_SetInspectControls, 0x02218C38) -DECLARE_EVENT_SOURCE(ResearchMenu_ToggleTrackingProject, 0x02218CC8) -DECLARE_EVENT_SOURCE(UnlockedTerminalElementEvent, 0x0222ACC8) -DECLARE_EVENT_SOURCE(SecurityMenu_BackOutKey, 0x0222AD58) -DECLARE_EVENT_SOURCE(SecurityMenu_CloseMenu, 0x0222ADE8) -DECLARE_EVENT_SOURCE(SecurityMenu_ConfirmExit, 0x0222AE78) -DECLARE_EVENT_SOURCE(SecurityMenu_EliminateUnusedKeys, 0x0222AF08) -DECLARE_EVENT_SOURCE(SecurityMenu_GetRingHint, 0x0222AF98) -DECLARE_EVENT_SOURCE(SecurityMenu_SelectNewKey, 0x0222B028) -DECLARE_EVENT_SOURCE(SecurityMenu_TryUseKey, 0x0222B0B8) -DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Assign, 0x0222F074) -DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Unassign, 0x0222F104) -DECLARE_EVENT_SOURCE(ShipCrewMenu_ViewedItem, 0x0222F194) -DECLARE_EVENT_SOURCE(Refuel_Accept, 0x02231034) -DECLARE_EVENT_SOURCE(Refuel_Cancel, 0x022310C4) -DECLARE_EVENT_SOURCE(SkillsMenu_Accept, 0x02237B58) -DECLARE_EVENT_SOURCE(SkillsMenu_AddPatch, 0x02237BE8) -DECLARE_EVENT_SOURCE(SkillsMenu_Cancel, 0x02237C78) -DECLARE_EVENT_SOURCE(SkillsMenu_ChangeCursorVisibility, 0x02237D08) -DECLARE_EVENT_SOURCE(SkillsMenu_SaveLastCategory, 0x02237D98) -DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::MenuClosedEvent, 0x0225C68C) -DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::PresetNPCChangedEvent, 0x0225C71C) -DECLARE_EVENT_SOURCE(CharGen_BrowChange, 0x0225C7AC) -DECLARE_EVENT_SOURCE(CharGen_BrowColorChange, 0x0225C83C) -DECLARE_EVENT_SOURCE(CharGen_CancelTextEntry, 0x0225C8CC) -DECLARE_EVENT_SOURCE(CharGen_CloseMenu, 0x0225C95C) -DECLARE_EVENT_SOURCE(CharGen_CyclePronoun, 0x0225C9EC) -DECLARE_EVENT_SOURCE(CharGen_DirtScarsEtcChange, 0x0225CA7C) -DECLARE_EVENT_SOURCE(CharGen_EndBodyChange, 0x0225CB0C) -DECLARE_EVENT_SOURCE(CharGen_EndTextEntry, 0x0225CB9C) -DECLARE_EVENT_SOURCE(CharGen_EyeColorChange, 0x0225CC2C) -DECLARE_EVENT_SOURCE(CharGen_FacialHairChange, 0x0225CCBC) -DECLARE_EVENT_SOURCE(CharGen_FacialHairColorChange, 0x0225CD4C) -DECLARE_EVENT_SOURCE(CharGen_HairChange, 0x0225CDDC) -DECLARE_EVENT_SOURCE(CharGen_HairColorChange, 0x0225CE6C) -DECLARE_EVENT_SOURCE(CharGen_HeadpartPlusSelectorChange, 0x0225CEFC) -DECLARE_EVENT_SOURCE(CharGen_HeadpartPresetChange, 0x0225CF8C) -DECLARE_EVENT_SOURCE(CharGen_JewelryChange, 0x0225D01C) -DECLARE_EVENT_SOURCE(CharGen_JewelryColorChange, 0x0225D0AC) -DECLARE_EVENT_SOURCE(CharGen_MakeupChange, 0x0225D13C) -DECLARE_EVENT_SOURCE(CharGen_MarkingsChange, 0x0225D1CC) -DECLARE_EVENT_SOURCE(CharGen_PostBlendColorOptionChange, 0x0225D25C) -DECLARE_EVENT_SOURCE(CharGen_PostBlendFaceChange, 0x0225D2EC) -DECLARE_EVENT_SOURCE(CharGen_PostBlendIntensityChange, 0x0225D37C) -DECLARE_EVENT_SOURCE(CharGen_PresetChange, 0x0225D40C) -DECLARE_EVENT_SOURCE(CharGen_RollOffLocomotion, 0x0225D49C) -DECLARE_EVENT_SOURCE(CharGen_RollOnLocomotion, 0x0225D52C) -DECLARE_EVENT_SOURCE(CharGen_RotatePaperdoll, 0x0225D5BC) -DECLARE_EVENT_SOURCE(CharGen_SetAdditionalSlider, 0x0225D64C) -DECLARE_EVENT_SOURCE(CharGen_SetBackground, 0x0225D6DC) -DECLARE_EVENT_SOURCE(CharGen_SetBlockInputUnderPopup, 0x0225D76C) -DECLARE_EVENT_SOURCE(CharGen_SetBodyValues, 0x0225D7FC) -DECLARE_EVENT_SOURCE(CharGen_SetCameraPosition, 0x0225D88C) -DECLARE_EVENT_SOURCE(CharGen_SetPronoun, 0x0225D91C) -DECLARE_EVENT_SOURCE(CharGen_SetSex, 0x0225D9AC) -DECLARE_EVENT_SOURCE(CharGen_SetSlider, 0x0225DA3C) -DECLARE_EVENT_SOURCE(CharGen_SetTrait, 0x0225DACC) -DECLARE_EVENT_SOURCE(CharGen_ShowChooseBackgroundMessage, 0x0225DB5C) -DECLARE_EVENT_SOURCE(CharGen_ShowPlayerRenameMessage, 0x0225DBEC) -DECLARE_EVENT_SOURCE(CharGen_SkintoneChange, 0x0225DC7C) -DECLARE_EVENT_SOURCE(CharGen_StartBodyChange, 0x0225DD0C) -DECLARE_EVENT_SOURCE(CharGen_StartTextEntry, 0x0225DD9C) -DECLARE_EVENT_SOURCE(CharGen_SwitchBodyType, 0x0225DE2C) -DECLARE_EVENT_SOURCE(CharGen_SwitchLocomotion, 0x0225DEBC) -DECLARE_EVENT_SOURCE(CharGen_TeethChange, 0x0225DF4C) -DECLARE_EVENT_SOURCE(CharGen_TeethRollOff, 0x0225DFDC) -DECLARE_EVENT_SOURCE(CharGen_TeethRollOn, 0x0225E06C) -DECLARE_EVENT_SOURCE(CharGen_ToggleMarking, 0x0225E0FC) -DECLARE_EVENT_SOURCE(CharGen_TogglePreviewHabSuit, 0x0225E18C) -DECLARE_EVENT_SOURCE(UIMenuChargenMenuDisablePaperdoll, 0x0225E21C) -DECLARE_EVENT_SOURCE(DataMenu_CloseMenu, 0x02265318) -DECLARE_EVENT_SOURCE(DataMenu_ClosedForSubMenu, 0x022653A8) -DECLARE_EVENT_SOURCE(DataMenu_Missions, 0x02265438) -DECLARE_EVENT_SOURCE(DataMenu_PlotToLocation, 0x0226556C) -DECLARE_EVENT_SOURCE(DataMenu_Reopened, 0x022655FC) -DECLARE_EVENT_SOURCE(DataMenu_SelectedAttributesMenu, 0x0226568C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedInventoryMenu, 0x0226571C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedMapMenu, 0x022657AC) -DECLARE_EVENT_SOURCE(DataMenu_SelectedPowersMenu, 0x0226583C) -DECLARE_EVENT_SOURCE(DataMenu_SelectedShipMenu, 0x022658CC) -DECLARE_EVENT_SOURCE(DataMenu_SelectedStatusMenu, 0x0226595C) -DECLARE_EVENT_SOURCE(DataMenu_SetMenuForQuickEntry, 0x022659EC) -DECLARE_EVENT_SOURCE(DataMenu_SetPaperDollActive, 0x02265A7C) -DECLARE_EVENT_SOURCE(PauseMenu_ActionCanceled, 0x0226FCC4) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmAction, 0x0226FD54) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmLoad, 0x0226FDE4) -DECLARE_EVENT_SOURCE(PauseMenu_ConfirmSave, 0x0226FE74) -DECLARE_EVENT_SOURCE(PauseMenu_DeleteSave, 0x0226FF04) -DECLARE_EVENT_SOURCE(PauseMenu_QuitToDesktop, 0x0226FF94) -DECLARE_EVENT_SOURCE(PauseMenu_SetCharacter, 0x02270024) -DECLARE_EVENT_SOURCE(PauseMenu_StartAction, 0x022700B4) -DECLARE_EVENT_SOURCE(PauseMenu_StartLoad, 0x02270144) -DECLARE_EVENT_SOURCE(PauseMenu_UploadSave, 0x022701D4) -DECLARE_EVENT_SOURCE(PlayBink_CloseMenu, 0x022711B0) -DECLARE_EVENT_SOURCE(Spaceship::GravJumpEvent, 0x02276E04) -DECLARE_EVENT_SOURCE(Spaceship::LandedSetEvent, 0x02276E94) -DECLARE_EVENT_SOURCE(Reticle_OnLongAnimFinished, 0x02276F24) -DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferItem, 0x02276FB4) -DECLARE_EVENT_SOURCE(ShipHud_AbortJump, 0x02277044) -DECLARE_EVENT_SOURCE(ShipHud_DockRequested, 0x022770D4) -DECLARE_EVENT_SOURCE(ShipHud_HailShip, 0x02277164) -DECLARE_EVENT_SOURCE(ShipHud_UpdateTargetPanelRect, 0x022771F4) -DECLARE_EVENT_SOURCE(TakeoffMenu_CloseMenu, 0x02277284) -DECLARE_EVENT_SOURCE(TakeoffMenu_ExitShip, 0x02277314) -DECLARE_EVENT_SOURCE(TakeoffMenu_Launch, 0x022773A4) -DECLARE_EVENT_SOURCE(StarMapMenu_LandingInputInProgress, 0x022971C0) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupContainerVisibilityChanged, 0x02297250) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryClicked, 0x022972E0) -DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryHoverChanged, 0x02297370) -DECLARE_EVENT_SOURCE(StarMapMenu_ScanPlanet, 0x02297400) -DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSite, 0x02297490) -DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSiteFailed, 0x02297520) -DECLARE_EVENT_SOURCE(StarMapMenu_ShowRealCursor, 0x022975B0) -DECLARE_EVENT_SOURCE(StarMapMenu_QuickSelectChange, 0x022ACA84) -DECLARE_EVENT_SOURCE(StarMapMenu_Galaxy_FocusSystem, 0x022BE5A0) -DECLARE_EVENT_SOURCE(StarMapMenu_OnGalaxyViewInitialized, 0x022BE630) -DECLARE_EVENT_SOURCE(StarMapMenu_ExecuteRoute, 0x022C8E58) -DECLARE_EVENT_SOURCE(StarMapMenu_OnCancel, 0x022C8EE8) -DECLARE_EVENT_SOURCE(StarMapMenu_OnClearRoute, 0x022C8F78) -DECLARE_EVENT_SOURCE(StarMapMenu_OnExitStarMap, 0x022C9008) -DECLARE_EVENT_SOURCE(StarMapMenu_OnHintButtonClicked, 0x022C9098) -DECLARE_EVENT_SOURCE(StarMapMenu_OnOutpostEntrySelected, 0x022C9128) -DECLARE_EVENT_SOURCE(StarMapMenu_ReadyToClose, 0x022C91B8) -DECLARE_EVENT_SOURCE(SurfaceMapMenu_MarkerClicked, 0x022E8868) -DECLARE_EVENT_SOURCE(SurfaceMapMenu_TryPlaceCustomMarker, 0x022E88F8) -DECLARE_EVENT_SOURCE(TerminalMenu_CancelEvent, 0x02303520) -DECLARE_EVENT_SOURCE(Terminal_CloseAllViews, 0x023035B0) -DECLARE_EVENT_SOURCE(Terminal_CloseTopView, 0x02303640) -DECLARE_EVENT_SOURCE(Terminal_CloseView, 0x023036D0) -DECLARE_EVENT_SOURCE(Terminal_MenuItemClick, 0x02303760) -DECLARE_EVENT_SOURCE(TestMenu_DoAction, 0x0230F518) -DECLARE_EVENT_SOURCE(TestMenu_ExitMenu, 0x0230F5A8) -DECLARE_EVENT_SOURCE(TestMenu_ShowImages, 0x0230F638) -DECLARE_EVENT_SOURCE(TestMenu_ShowResources, 0x0230F6C8) -DECLARE_EVENT_SOURCE(TestMenu_TestAll, 0x0230F758) -DECLARE_EVENT_SOURCE(TextInputMenu_EndEditText, 0x023136C4) -DECLARE_EVENT_SOURCE(TextInputMenu_InputCanceled, 0x02313754) -DECLARE_EVENT_SOURCE(TextInputMenu_StartEditText, 0x023137E4) -DECLARE_EVENT_SOURCE(CraftingMenu_Highlight3D, 0x02314AB4) -DECLARE_EVENT_SOURCE(CraftingMenu_RevertHighlight, 0x02314B44) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ChangeBuildItem, 0x023171A8) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_SelectedItem, 0x02317238) -DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ToggleTracking, 0x023172C8) -DECLARE_EVENT_SOURCE(WorkshopMenu_AttemptBuild, 0x0231FB34) -DECLARE_EVENT_SOURCE(WorkshopMenu_CancelAction, 0x0231FBC4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ChangeVariant, 0x0231FC54) -DECLARE_EVENT_SOURCE(WorkshopMenu_ConnectionEvent, 0x0231FCE4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ExitMenu, 0x0231FD74) -DECLARE_EVENT_SOURCE(WorkshopMenu_MessageCallback, 0x0231FE04) -DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedCategory, 0x0231FE94) -DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedGridObject, 0x0231FF24) -DECLARE_EVENT_SOURCE(WorkshopMenu_ShowExtras, 0x0231FFB4) -DECLARE_EVENT_SOURCE(WorkshopMenu_SwitchMode, 0x02320044) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleDistance, 0x023200D4) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleTracking, 0x02320164) -DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleView, 0x023201F4) -DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ConfirmAction, 0x02321C44) -DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ExitMenu, 0x02321CD4) -DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetHovered, 0x02328210) -DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetPicked, 0x023282A0) -DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldFinished, 0x0233F354) -DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldStopped, 0x0233F3E4) -DECLARE_EVENT_SOURCE(WorkshopShared_SetActionHandles, 0x0233F474) -DECLARE_EVENT_SOURCE(WorkshopShared_StartAction, 0x0233F504) -DECLARE_EVENT_SOURCE(ModelReferenceEffectEvents::ReferenceEffectFinished, 0x0235F56C) -DECLARE_EVENT_SOURCE(BGSAcousticSpaceListener::StackChangedEvent, 0x023738A4) -DECLARE_EVENT_SOURCE(SpaceshipBIEvents::ShipPowerAllocationBIEventSent, 0x0238B7C0) -DECLARE_EVENT_SOURCE(BGSActorDeathEvent, 0x0239A09C) -DECLARE_EVENT_SOURCE(Research::ResearchProgressEvent, 0x023EAFBC) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x026159A8) -DECLARE_EVENT_SOURCE(PlayerInCombatChangeEvent, 0x0262E510) -DECLARE_EVENT_SOURCE(BlurEvent, 0x028FF960) -DECLARE_EVENT_SOURCE(ContainerMenu_HideModel, 0x02921A20) -DECLARE_EVENT_SOURCE(ContainerMenu_Jettison, 0x02921AB0) -DECLARE_EVENT_SOURCE(ContainerMenu_LoadModel, 0x02921B40) -DECLARE_EVENT_SOURCE(ContainerMenu_OpenRefuelMenu, 0x02921BD0) -DECLARE_EVENT_SOURCE(ContainerMenu_SetMouseOverModel, 0x02921C60) -DECLARE_EVENT_SOURCE(ContainerMenu_TakeAll, 0x02921CF0) -DECLARE_EVENT_SOURCE(ContainerMenu_ToggleEquip, 0x02921D80) -DECLARE_EVENT_SOURCE(ContainerMenu_TransferItem, 0x02921EAC) -DECLARE_EVENT_SOURCE(DialogueMenu_OnDialogueSelect, 0x029259B0) -DECLARE_EVENT_SOURCE(DialogueMenu_OnListVisibilityChange, 0x02925A40) -DECLARE_EVENT_SOURCE(DialogueMenu_OnPersuasionAutoWin, 0x02925AD0) -DECLARE_EVENT_SOURCE(DialogueMenu_OnScriptedDialogueSelect, 0x02925B60) -DECLARE_EVENT_SOURCE(DialogueMenu_RequestExit, 0x02925BF0) -DECLARE_EVENT_SOURCE(DialogueMenu_RequestSkipDialogue, 0x02925C80) -DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x02926B40) -DECLARE_EVENT_SOURCE(FavoritesMenu_AssignQuickkey, 0x02933410) -DECLARE_EVENT_SOURCE(FavoritesMenu_UseQuickkey, 0x029334A0) -DECLARE_EVENT_SOURCE(LoadingMenu_RefreshText, 0x029373A0) -DECLARE_EVENT_SOURCE(MainMenu_ActionCanceled, 0x0293AAB0) -DECLARE_EVENT_SOURCE(MainMenu_ActionConfirmed, 0x0293AB40) -DECLARE_EVENT_SOURCE(MainMenu_ConfirmLoad, 0x0293ABD0) -DECLARE_EVENT_SOURCE(MainMenu_DeleteSave, 0x0293AC60) -DECLARE_EVENT_SOURCE(MainMenu_SetCharacter, 0x0293AD8C) -DECLARE_EVENT_SOURCE(MainMenu_StartAction, 0x0293AE1C) -DECLARE_EVENT_SOURCE(MainMenu_StartLoad, 0x0293AEAC) -DECLARE_EVENT_SOURCE(MainMenu_UploadSave, 0x0293AF3C) -DECLARE_EVENT_SOURCE(BGSAppPausedEvent, 0x0293C7EC) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnBackOut, 0x02941B00) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnButtonPress, 0x02941B90) -DECLARE_EVENT_SOURCE(MessageBoxMenu_OnScriptedButtonPress, 0x02941C20) -DECLARE_EVENT_SOURCE(SleepWaitMenu_InterruptRest, 0x02946878) -DECLARE_EVENT_SOURCE(SleepWaitMenu_StartRest, 0x02946908) -DECLARE_EVENT_SOURCE(Spaceship::BoughtEvent, 0x02C1B790) -DECLARE_EVENT_SOURCE(Spaceship::ContrabandScanWarningEvent, 0x02C1B820) -DECLARE_EVENT_SOURCE(Spaceship::DockEvent, 0x02C1B8B0) -DECLARE_EVENT_SOURCE(Spaceship::DynamicNavmeshCompleted, 0x02C1B940) -DECLARE_EVENT_SOURCE(Spaceship::FarTravelEvent, 0x02C1B9D0) -DECLARE_EVENT_SOURCE(Spaceship::LandingEvent, 0x02C1BA60) -DECLARE_EVENT_SOURCE(Spaceship::PlanetScanEvent, 0x02C1BAF0) -DECLARE_EVENT_SOURCE(Spaceship::RampDownEvent, 0x02C1BB80) -DECLARE_EVENT_SOURCE(Spaceship::RefueledEvent, 0x02C1BC10) -DECLARE_EVENT_SOURCE(Spaceship::RegisteredEvent, 0x02C1BCA0) -DECLARE_EVENT_SOURCE(Spaceship::ShieldEvent, 0x02C1BD30) -DECLARE_EVENT_SOURCE(Spaceship::ShipAddedEvent, 0x02C1BDC0) -DECLARE_EVENT_SOURCE(Spaceship::ShipCollisionEvent, 0x02C1BE50) -DECLARE_EVENT_SOURCE(Spaceship::ShipCustomizedEvent, 0x02C1BEE0) -DECLARE_EVENT_SOURCE(Spaceship::SoldEvent, 0x02C1BF70) -DECLARE_EVENT_SOURCE(Spaceship::SystemDamagedEvent, 0x02C1C000) -DECLARE_EVENT_SOURCE(Spaceship::SystemPowerAllocationEvent, 0x02C1C090) -DECLARE_EVENT_SOURCE(Spaceship::SystemPowerChangeEvent, 0x02C1C120) -DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedBIEvent, 0x02C1C1B0) -DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedEvent, 0x02C1C240) -DECLARE_EVENT_SOURCE(Spaceship::TakeDamagEvent, 0x02C1C2D0) -DECLARE_EVENT_SOURCE(ContextStackChangedEvent, 0x02D4C71C) -DECLARE_EVENT_SOURCE(UpdateSceneRectEvent, 0x02F3C90C) -DECLARE_EVENT_SOURCE(GameStalledEvent, 0x03108D58) +DECLARE_EVENT_SOURCE(SnapTemplateUtils::SnapReplaceEvent, 0x00797234) +DECLARE_EVENT_SOURCE(ImageFixtureEvent_RequestImage, 0x007984EC) +DECLARE_EVENT_SOURCE(ImageFixtureEvent_UnregisterImage, 0x0079B3E8) +DECLARE_EVENT_SOURCE(Spaceship::TakeOffEvent, 0x0079E298) +DECLARE_EVENT_SOURCE(HUDActivityIncreaseEvent, 0x01206FA0) +DECLARE_EVENT_SOURCE(AnimationDataCleanupEvent, 0x012295FC) +DECLARE_EVENT_SOURCE(AnimationDataSetupEvent, 0x0122968C) +DECLARE_EVENT_SOURCE(EndLoadGameEvent, 0x0127FE24) +DECLARE_EVENT_SOURCE(StartLoadGameEvent, 0x0127FEB4) +DECLARE_EVENT_SOURCE(ShipEditor_SystemSelected, 0x012A696C) +DECLARE_EVENT_SOURCE(ShipEditor_PreviewUpgrade, 0x012AD040) +DECLARE_EVENT_SOURCE(ShipEditor_SelectedUpgrade, 0x012AD0D0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceAttach, 0x012FAD10) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDetach, 0x012FADA0) +DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_ChangeWeaponAssignment, 0x01385C54) +DECLARE_EVENT_SOURCE(WeaponGroupAssignmentMenu_OnHintButtonActivated, 0x01385CE4) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmCancel, 0x013A87F4) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmExit, 0x013A8884) +DECLARE_EVENT_SOURCE(ShipEditor_OnExitConfirmSaveAndExit, 0x013A8914) +DECLARE_EVENT_SOURCE(ShipEditor_OnFlightCheckTabChanged, 0x013AD464) +DECLARE_EVENT_SOURCE(ShipEditor_OnWeaponGroupChanged, 0x013AD4F4) +DECLARE_EVENT_SOURCE(ShipEditor_OnRenameEndEditText, 0x013B2E30) +DECLARE_EVENT_SOURCE(ShipEditor_OnRenameInputCancelled, 0x013B2EC0) +DECLARE_EVENT_SOURCE(ShipEditor_ChangeModuleCategory, 0x013B76A4) +DECLARE_EVENT_SOURCE(ShipEditor_PreviewShipPart, 0x013B7734) +DECLARE_EVENT_SOURCE(ShipEditor_SelectedShipPart, 0x013B77C4) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerControlChanged, 0x013C0670) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorPickerTabChanged, 0x013C0700) +DECLARE_EVENT_SOURCE(ShipEditor_OnColorSliderMouseInput, 0x013C0790) +DECLARE_EVENT_SOURCE(ShipEditor_OnRecentColorSwatchClicked, 0x013C0820) +DECLARE_EVENT_SOURCE(ShipBuilder_CloseAllMenus, 0x013E7088) +DECLARE_EVENT_SOURCE(ShipEditor_OnHintButtonActivated, 0x013E7118) +DECLARE_EVENT_SOURCE(ShipEditor_RemoveAll3D, 0x013E71A8) +DECLARE_EVENT_SOURCE(ReferenceQueuedEvent, 0x01452598) +DECLARE_EVENT_SOURCE(LoadScreenEndEvent, 0x0146C2AC) +DECLARE_EVENT_SOURCE(LoadScreenStartEvent, 0x0146C33C) +DECLARE_EVENT_SOURCE(CellAttachDetachEvent, 0x0146C3CC) +DECLARE_EVENT_SOURCE(PickRefStateChangedEvent, 0x014E3FE8) +DECLARE_EVENT_SOURCE(ActivityTrackerActivityStartedEvent, 0x014EE5A8) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceCleared3d, 0x0157B490) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceDestroy, 0x0157B520) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceInit, 0x0157B5B0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceRecycle, 0x0157B640) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::ReferenceSet3d, 0x0157B6D0) +DECLARE_EVENT_SOURCE(RuntimeComponentDBFactory::Release3DRelatedData, 0x0157B760) +DECLARE_EVENT_SOURCE(BSWorldOriginShiftEvent, 0x01587C3C) +DECLARE_EVENT_SOURCE(BGSPlanet::PlayerKnowledgeFlagSetEvent, 0x016B111C) +DECLARE_EVENT_SOURCE(StarMap::PlanetTraitKnownEvent, 0x016B11AC) +DECLARE_EVENT_SOURCE(ResetHistoryDataEvent, 0x01784E68) +DECLARE_EVENT_SOURCE(TESQuestRewardEvent, 0x0179F108) +DECLARE_EVENT_SOURCE(HUDWeaponWorldFOVMultChangedEvent, 0x017A132C) +DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionEndEvent, 0x018975AC) +DECLARE_EVENT_SOURCE(BGSSceneActionPlayerDialogue::ActionStartEvent, 0x0189763C) +DECLARE_EVENT_SOURCE(AutoLoadDoorRolloverEvent, 0x01947F9C) +DECLARE_EVENT_SOURCE(ClearQuickContainerEvent, 0x0194802C) +DECLARE_EVENT_SOURCE(ReferenceCellLoadedTemps, 0x019C10DC) +DECLARE_EVENT_SOURCE(Workshop::CargoLinkAddedEvent, 0x01D76E5C) +DECLARE_EVENT_SOURCE(Workshop::CargoLinkTargetChangedEvent, 0x01D76EEC) +DECLARE_EVENT_SOURCE(Workshop::EnterOutpostBeaconModeEvent, 0x01D76F7C) +DECLARE_EVENT_SOURCE(Workshop::ItemGrabbedEvent, 0x01D7700C) +DECLARE_EVENT_SOURCE(Workshop::ItemMovedEvent, 0x01D7709C) +DECLARE_EVENT_SOURCE(Workshop::ItemPlacedEvent, 0x01D7712C) +DECLARE_EVENT_SOURCE(Workshop::ItemProducedEvent, 0x01D771BC) +DECLARE_EVENT_SOURCE(Workshop::ItemRemovedEvent, 0x01D7724C) +DECLARE_EVENT_SOURCE(Workshop::ItemRepairedEvent, 0x01D772DC) +DECLARE_EVENT_SOURCE(Workshop::ItemScrappedEvent, 0x01D7736C) +DECLARE_EVENT_SOURCE(Workshop::OutpostNameChangedEvent, 0x01D773FC) +DECLARE_EVENT_SOURCE(Workshop::OutpostPlacedEvent, 0x01D7748C) +DECLARE_EVENT_SOURCE(PickRefUpdateEvent, 0x01D7751C) +DECLARE_EVENT_SOURCE(Workshop::PlacementStatusEvent, 0x01D775AC) +DECLARE_EVENT_SOURCE(Workshop::PowerOffEvent, 0x01D7763C) +DECLARE_EVENT_SOURCE(Workshop::PowerOnEvent, 0x01D776CC) +DECLARE_EVENT_SOURCE(Workshop::SnapBehaviorCycledEvent, 0x01D7775C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopFlyCameraEvent, 0x01D777EC) +DECLARE_EVENT_SOURCE(Workshop::WorkshopItemPlacedEvent, 0x01D7787C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopModeEvent, 0x01D7790C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopOutputLinkEvent, 0x01D7799C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopStatsChangedEvent, 0x01D77A2C) +DECLARE_EVENT_SOURCE(Workshop::WorkshopUpdateStatsEvent, 0x01D77ABC) +DECLARE_EVENT_SOURCE(ShipCameraStateToggled, 0x01DD2314) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpPressEvent, 0x01FA2514) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerJumpReleaseEvent, 0x01FA25A4) +DECLARE_EVENT_SOURCE(PlayerSneakingChangeEvent, 0x01FA3D6C) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintJustPressedEvent, 0x01FA3FA8) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerZeroGSprintReleasedEvent, 0x01FA4038) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsEndEvent, 0x01FA71BC) +DECLARE_EVENT_SOURCE(PlayerControls::PlayerIronSightsStartEvent, 0x01FA724C) +DECLARE_EVENT_SOURCE(SaveLoadEvent, 0x01FD6CEC) +DECLARE_EVENT_SOURCE(SpaceshipWeaponBinding::SpaceshipWeaponBindingChangedEvent, 0x02009398) +DECLARE_EVENT_SOURCE(BoundaryMenu_FastTravel, 0x02032008) +DECLARE_EVENT_SOURCE(BoundaryMenu_ShowMap, 0x02032098) +DECLARE_EVENT_SOURCE(PhotoGallery_DeletePhoto, 0x02092C94) +DECLARE_EVENT_SOURCE(PowersMenu_ActivateEssence, 0x02096170) +DECLARE_EVENT_SOURCE(PowersMenu_EquipPower, 0x02096200) +DECLARE_EVENT_SOURCE(PowersMenu_FavoritePower, 0x02096290) +DECLARE_EVENT_SOURCE(ContainerMenuClosed::Event, 0x020A9888) +DECLARE_EVENT_SOURCE(HangarShipSelection_ChangeSystemDisplay, 0x020A9918) +DECLARE_EVENT_SOURCE(HangarShipSelection_RepairShip, 0x020A99A8) +DECLARE_EVENT_SOURCE(HangarShipSelection_UpgradeSystem, 0x020A9A38) +DECLARE_EVENT_SOURCE(ShipCrewMenu_Close, 0x020A9AC8) +DECLARE_EVENT_SOURCE(BinkMovieStoppedPlayingEvent, 0x020AEB00) +DECLARE_EVENT_SOURCE(WorkshopColorMode_ApplyColors, 0x0210DF0C) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SelectedTab, 0x0210DF9C) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SliderChanged, 0x0210E02C) +DECLARE_EVENT_SOURCE(WorkshopColorMode_SwatchChanged, 0x0210E0BC) +DECLARE_EVENT_SOURCE(HUDCrewBuffMessageEvent, 0x0210F25C) +DECLARE_EVENT_SOURCE(CraftingMenu_SessionSummaryEvent, 0x02118338) +DECLARE_EVENT_SOURCE(CraftingMenu_CraftItem, 0x021183C8) +DECLARE_EVENT_SOURCE(CraftingMenu_ExitBench, 0x02118458) +DECLARE_EVENT_SOURCE(CraftingMenu_InstallMod, 0x021184E8) +DECLARE_EVENT_SOURCE(CraftingMenu_RenameItem, 0x02118578) +DECLARE_EVENT_SOURCE(CraftingMenu_RevertedModdedItem, 0x02118608) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedMod, 0x02118698) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModSlot, 0x02118728) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedModdableItem, 0x021187B8) +DECLARE_EVENT_SOURCE(CraftingMenu_SelectedRecipe, 0x02118848) +DECLARE_EVENT_SOURCE(CraftingMenu_SetInspectControls, 0x021188D8) +DECLARE_EVENT_SOURCE(CraftingMenu_ToggleTracking, 0x02118968) +DECLARE_EVENT_SOURCE(CraftingMenu_ViewingModdableItem, 0x021189F8) +DECLARE_EVENT_SOURCE(ContainerMenu_CloseMenu, 0x02126BBC) +DECLARE_EVENT_SOURCE(InventoryMenu_Change3DView, 0x02126CEC) +DECLARE_EVENT_SOURCE(InventoryMenu_PaperDollTryOn, 0x02126D7C) +DECLARE_EVENT_SOURCE(InventoryMenu_ResetPaperDollInv, 0x02126E0C) +DECLARE_EVENT_SOURCE(UpdateActivateListenerEvent, 0x0212EE28) +DECLARE_EVENT_SOURCE(StartOutpostFromListenerEvent, 0x02130AE8) +DECLARE_EVENT_SOURCE(HUDModeEvent, 0x02140D8C) +DECLARE_EVENT_SOURCE(OpenContainerMenuEventData, 0x02140E1C) +DECLARE_EVENT_SOURCE(OpenContainerMenuFromListenerEvent, 0x02140EAC) +DECLARE_EVENT_SOURCE(HUDRolloverActivationButtonEvent, 0x02140F3C) +DECLARE_EVENT_SOURCE(HUDRolloverActivationQCItemPressEvent, 0x02140FCC) +DECLARE_EVENT_SOURCE(Inventory_SetSort, 0x0214105C) +DECLARE_EVENT_SOURCE(ShowingQuestMarketTextEvent, 0x0214E538) +DECLARE_EVENT_SOURCE(TargetHitEvent, 0x02150B38) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x02150BC8) +DECLARE_EVENT_SOURCE(ClearHUDMessagesEvent, 0x02158024) +DECLARE_EVENT_SOURCE(ShowHUDMessageEvent, 0x021580B4) +DECLARE_EVENT_SOURCE(PlayerDetectionLevelChangeEvent, 0x0215B254) +DECLARE_EVENT_SOURCE(ShowCustomWatchAlert, 0x02160364) +DECLARE_EVENT_SOURCE(PlayerUpdateEvent, 0x0219D6AC) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleHelmet, 0x0219D73C) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleSuit, 0x0219D7CC) +DECLARE_EVENT_SOURCE(ControlsRemappedEvent, 0x021E5878) +DECLARE_EVENT_SOURCE(SettingsPanel_CheckBoxChanged, 0x021E5908) +DECLARE_EVENT_SOURCE(SettingsPanel_ClearBinding, 0x021E5998) +DECLARE_EVENT_SOURCE(SettingsPanel_OpenCategory, 0x021E5ACC) +DECLARE_EVENT_SOURCE(SettingsPanel_OpenSettings, 0x021E5B5C) +DECLARE_EVENT_SOURCE(SettingsPanel_RemapConfirmed, 0x021E5BEC) +DECLARE_EVENT_SOURCE(SettingsPanel_RemapMode, 0x021E5C7C) +DECLARE_EVENT_SOURCE(SettingsPanel_ResetToDefaults, 0x021E5D0C) +DECLARE_EVENT_SOURCE(SettingsPanel_SaveControls, 0x021E5D9C) +DECLARE_EVENT_SOURCE(SettingsPanel_SaveSettings, 0x021E5E2C) +DECLARE_EVENT_SOURCE(SettingsPanel_SliderChanged, 0x021E5EBC) +DECLARE_EVENT_SOURCE(SettingsPanel_StepperChanged, 0x021E5F4C) +DECLARE_EVENT_SOURCE(SettingsPanel_ValidateControls, 0x021E5FDC) +DECLARE_EVENT_SOURCE(ShipCrewMenu_OpenAssignMenu, 0x021F0A38) +DECLARE_EVENT_SOURCE(ShipCrewMenu_SetSort, 0x021F0AC8) +DECLARE_EVENT_SOURCE(Spaceship::PlayerMovementOutputEvent, 0x022162D8) +DECLARE_EVENT_SOURCE(ShowLongShipBootup, 0x02216368) +DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferMenu, 0x022163F8) +DECLARE_EVENT_SOURCE(ShipHud_Activate, 0x02216488) +DECLARE_EVENT_SOURCE(ShipHud_BodyViewMarkerDimensions, 0x02216518) +DECLARE_EVENT_SOURCE(ShipHud_ChangeComponentSelection, 0x022165A8) +DECLARE_EVENT_SOURCE(ShipHud_CloseMenu, 0x02216638) +DECLARE_EVENT_SOURCE(ShipHud_Deselect, 0x022166C8) +DECLARE_EVENT_SOURCE(ShipHud_FarTravel, 0x02216758) +DECLARE_EVENT_SOURCE(ShipHud_HailAccepted, 0x022167E8) +DECLARE_EVENT_SOURCE(ShipHud_HailCancelled, 0x02216878) +DECLARE_EVENT_SOURCE(ShipHud_JumpToQuestMarker, 0x02216908) +DECLARE_EVENT_SOURCE(ShipHud_Land, 0x02216998) +DECLARE_EVENT_SOURCE(ShipHud_LandingMarkerMap, 0x02216A28) +DECLARE_EVENT_SOURCE(ShipHud_Map, 0x02216AB8) +DECLARE_EVENT_SOURCE(ShipHud_OnMonocleToggle, 0x02216B48) +DECLARE_EVENT_SOURCE(ShipHud_OpenPhotoMode, 0x02216BD8) +DECLARE_EVENT_SOURCE(ShipHud_Repair, 0x02216C68) +DECLARE_EVENT_SOURCE(ShipHud_SetTargetMode, 0x02216CF8) +DECLARE_EVENT_SOURCE(ShipHud_Target, 0x02216D88) +DECLARE_EVENT_SOURCE(ShipHud_TargetShipSystem, 0x02216E18) +DECLARE_EVENT_SOURCE(ShipHud_UntargetShipSystem, 0x02216EA8) +DECLARE_EVENT_SOURCE(ShipHud_UpdateComponentPower, 0x02216F38) +DECLARE_EVENT_SOURCE(DialogueMenu_CompleteExit, 0x02242ACC) +DECLARE_EVENT_SOURCE(BGSScannerGuideEffectStatusUpdateEvent, 0x02253580) +DECLARE_EVENT_SOURCE(GlobalFunc_CloseAllMenus, 0x022585A8) +DECLARE_EVENT_SOURCE(GlobalFunc_CloseMenu, 0x02258638) +DECLARE_EVENT_SOURCE(GlobalFunc_PlayMenuSound, 0x022586C8) +DECLARE_EVENT_SOURCE(GlobalFunc_StartGameRender, 0x02258758) +DECLARE_EVENT_SOURCE(GlobalFunc_UserEvent, 0x022587E8) +DECLARE_EVENT_SOURCE(ExperienceMeterDisplayData, 0x022620F8) +DECLARE_EVENT_SOURCE(LevelUp_AnimFinished, 0x02262188) +DECLARE_EVENT_SOURCE(LevelUp_OnWidgetShown, 0x02262218) +DECLARE_EVENT_SOURCE(LevelUp_OpenDataMenu, 0x022622A8) +DECLARE_EVENT_SOURCE(LevelUp_ShowSkills, 0x02262338) +DECLARE_EVENT_SOURCE(LocationTextWidget_FinishedQueue, 0x022623C8) +DECLARE_EVENT_SOURCE(DisplayFatigueWarningEvent, 0x02262670) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x0226613C) +DECLARE_EVENT_SOURCE(PlayerCrosshairModeEvent, 0x02150230) +DECLARE_EVENT_SOURCE(HUDNotificationEvent, 0x0226F3A8) +DECLARE_EVENT_SOURCE(HUDNotification_MissionActiveWidgetUpdate, 0x0226F438) +DECLARE_EVENT_SOURCE(HUDNotification_OpenDataMenu, 0x0226F4C8) +DECLARE_EVENT_SOURCE(HUDNotification_OpenMissionMenu, 0x0226F558) +DECLARE_EVENT_SOURCE(HUDNotification_SetMissionActive, 0x0226F5E8) +DECLARE_EVENT_SOURCE(PlayerSetWeaponStateEvent, 0x022711C8) +DECLARE_EVENT_SOURCE(BarterMenu_BuyItem, 0x02284788) +DECLARE_EVENT_SOURCE(BarterMenu_CloseMenu, 0x02284818) +DECLARE_EVENT_SOURCE(BarterMenu_HideModel, 0x022848A8) +DECLARE_EVENT_SOURCE(BarterMenu_LoadModel, 0x02284938) +DECLARE_EVENT_SOURCE(BarterMenu_SellItem, 0x022849C8) +DECLARE_EVENT_SOURCE(BarterMenu_SetMouseOverModel, 0x02284A58) +DECLARE_EVENT_SOURCE(BarterMenu_ShowFailureMessage, 0x02284AE8) +DECLARE_EVENT_SOURCE(BarterMenu_ViewedItem, 0x02284B78) +DECLARE_EVENT_SOURCE(MissionMenu_ClearState, 0x02289180) +DECLARE_EVENT_SOURCE(MissionMenu_PlotToLocation, 0x02289210) +DECLARE_EVENT_SOURCE(MissionMenu_RejectQuest, 0x022892A0) +DECLARE_EVENT_SOURCE(MissionMenu_SaveCategoryIndex, 0x02289330) +DECLARE_EVENT_SOURCE(MissionMenu_SaveOpenedId, 0x022893C0) +DECLARE_EVENT_SOURCE(MissionMenu_ShowItemLocation, 0x02289450) +DECLARE_EVENT_SOURCE(MissionMenu_ToggleTrackingQuest, 0x0228957C) +DECLARE_EVENT_SOURCE(DataSlateButtons_acceptClicked, 0x0228ECB8) +DECLARE_EVENT_SOURCE(DataSlateButtons_cancelClicked, 0x0228ED48) +DECLARE_EVENT_SOURCE(DataSlateMenu_playSFX, 0x0228EDD8) +DECLARE_EVENT_SOURCE(DataSlateMenu_toggleAudio, 0x0228EE68) +DECLARE_EVENT_SOURCE(InventoryMenu_DropItem, 0x02295AF4) +DECLARE_EVENT_SOURCE(InventoryMenu_HideModel, 0x02295B84) +DECLARE_EVENT_SOURCE(InventoryMenu_LoadModel, 0x02295C14) +DECLARE_EVENT_SOURCE(InventoryMenu_OnEnterCategory, 0x02295CA4) +DECLARE_EVENT_SOURCE(InventoryMenu_OpenCargoHold, 0x02295D34) +DECLARE_EVENT_SOURCE(InventoryMenu_SelectItem, 0x02295DC4) +DECLARE_EVENT_SOURCE(InventoryMenu_SetMouseOverModel, 0x02295E54) +DECLARE_EVENT_SOURCE(InventoryMenu_ToggleFavorite, 0x02295F8C) +DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryChanged, 0x022A2448) +DECLARE_EVENT_SOURCE(MissionBoard_MissionEntryPressed, 0x022A24D8) +DECLARE_EVENT_SOURCE(MonocleMenu_Bioscan, 0x022AA1D8) +DECLARE_EVENT_SOURCE(MonocleMenu_FastTravel, 0x022AA268) +DECLARE_EVENT_SOURCE(MonocleMenu_Harvest, 0x022AA2F8) +DECLARE_EVENT_SOURCE(MonocleMenu_Initialize, 0x022AA388) +DECLARE_EVENT_SOURCE(MonocleMenu_Outpost, 0x022AA4BC) +DECLARE_EVENT_SOURCE(MonocleMenu_PhotoMode, 0x022AA54C) +DECLARE_EVENT_SOURCE(MonocleMenu_Shutdown, 0x022AA5DC) +DECLARE_EVENT_SOURCE(MonocleMenu_SocialSpell, 0x022AA66C) +DECLARE_EVENT_SOURCE(MonocleMenu_StartContainerView, 0x022AA6FC) +DECLARE_EVENT_SOURCE(MonocleMenu_StopContainerView, 0x022AA78C) +DECLARE_EVENT_SOURCE(MonocleMenu_SurfaceMap, 0x022AA81C) +DECLARE_EVENT_SOURCE(MonocleMenu_UseListScrollControls, 0x022AA8AC) +DECLARE_EVENT_SOURCE(MonocleMenu_ZoomIn, 0x022AA93C) +DECLARE_EVENT_SOURCE(MonocleMenu_ZoomOut, 0x022AA9CC) +DECLARE_EVENT_SOURCE(PhotoMode_InitializeCategory, 0x022B026C) +DECLARE_EVENT_SOURCE(PhotoMode_ResetToDefaults, 0x022B039C) +DECLARE_EVENT_SOURCE(PhotoMode_SliderChanged, 0x022B042C) +DECLARE_EVENT_SOURCE(PhotoMode_StepperChanged, 0x022B04BC) +DECLARE_EVENT_SOURCE(PhotoMode_TakeSnapshot, 0x022B054C) +DECLARE_EVENT_SOURCE(PhotoMode_ToggleHelmet, 0x022B05DC) +DECLARE_EVENT_SOURCE(PhotoMode_ToggleUI, 0x022B066C) +DECLARE_EVENT_SOURCE(PickpocketMenu_OnItemSelect, 0x022B90A4) +DECLARE_EVENT_SOURCE(ResearchMenu_AddMaterial, 0x022BE518) +DECLARE_EVENT_SOURCE(ResearchMenu_CategorySelected, 0x022BE5A8) +DECLARE_EVENT_SOURCE(ResearchMenu_ExitMenu, 0x022BE638) +DECLARE_EVENT_SOURCE(ResearchMenu_HideModel, 0x022BE6C8) +DECLARE_EVENT_SOURCE(ResearchMenu_PreviewProject, 0x022BE758) +DECLARE_EVENT_SOURCE(ResearchMenu_ProjectViewed, 0x022BE7E8) +DECLARE_EVENT_SOURCE(ResearchMenu_SetInspectControls, 0x022BE878) +DECLARE_EVENT_SOURCE(ResearchMenu_ToggleTrackingProject, 0x022BE908) +DECLARE_EVENT_SOURCE(UnlockedTerminalElementEvent, 0x022D0908) +DECLARE_EVENT_SOURCE(SecurityMenu_BackOutKey, 0x022D0998) +DECLARE_EVENT_SOURCE(SecurityMenu_CloseMenu, 0x022D0A28) +DECLARE_EVENT_SOURCE(SecurityMenu_ConfirmExit, 0x022D0AB8) +DECLARE_EVENT_SOURCE(SecurityMenu_EliminateUnusedKeys, 0x022D0B48) +DECLARE_EVENT_SOURCE(SecurityMenu_GetRingHint, 0x022D0BD8) +DECLARE_EVENT_SOURCE(SecurityMenu_SelectNewKey, 0x022D0C68) +DECLARE_EVENT_SOURCE(SecurityMenu_TryUseKey, 0x022D0CF8) +DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Assign, 0x022D4CB4) +DECLARE_EVENT_SOURCE(ShipCrewAssignMenu_Unassign, 0x022D4D44) +DECLARE_EVENT_SOURCE(ShipCrewMenu_ViewedItem, 0x022D4DD4) +DECLARE_EVENT_SOURCE(Refuel_Accept, 0x022D6C74) +DECLARE_EVENT_SOURCE(Refuel_Cancel, 0x022D6D04) +DECLARE_EVENT_SOURCE(SkillsMenu_Accept, 0x022DD798) +DECLARE_EVENT_SOURCE(SkillsMenu_AddPatch, 0x022DD828) +DECLARE_EVENT_SOURCE(SkillsMenu_Cancel, 0x022DD8B8) +DECLARE_EVENT_SOURCE(SkillsMenu_ChangeCursorVisibility, 0x022DD948) +DECLARE_EVENT_SOURCE(SkillsMenu_SaveLastCategory, 0x022DD9D8) +DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::MenuClosedEvent, 0x023022BC) +DECLARE_EVENT_SOURCE(BSChargenAPI::BIDataUtils::PresetNPCChangedEvent, 0x0230234C) +DECLARE_EVENT_SOURCE(CharGen_BrowChange, 0x023023DC) +DECLARE_EVENT_SOURCE(CharGen_BrowColorChange, 0x0230246C) +DECLARE_EVENT_SOURCE(CharGen_CancelTextEntry, 0x023024FC) +DECLARE_EVENT_SOURCE(CharGen_CloseMenu, 0x0230258C) +DECLARE_EVENT_SOURCE(CharGen_CyclePronoun, 0x0230261C) +DECLARE_EVENT_SOURCE(CharGen_DirtScarsEtcChange, 0x023026AC) +DECLARE_EVENT_SOURCE(CharGen_EndBodyChange, 0x0230273C) +DECLARE_EVENT_SOURCE(CharGen_EndTextEntry, 0x023027CC) +DECLARE_EVENT_SOURCE(CharGen_EyeColorChange, 0x0230285C) +DECLARE_EVENT_SOURCE(CharGen_FacialHairChange, 0x023028EC) +DECLARE_EVENT_SOURCE(CharGen_FacialHairColorChange, 0x0230297C) +DECLARE_EVENT_SOURCE(CharGen_HairChange, 0x02302A0C) +DECLARE_EVENT_SOURCE(CharGen_HairColorChange, 0x02302A9C) +DECLARE_EVENT_SOURCE(CharGen_HeadpartPlusSelectorChange, 0x02302B2C) +DECLARE_EVENT_SOURCE(CharGen_HeadpartPresetChange, 0x02302BBC) +DECLARE_EVENT_SOURCE(CharGen_JewelryChange, 0x02302C4C) +DECLARE_EVENT_SOURCE(CharGen_JewelryColorChange, 0x02302CDC) +DECLARE_EVENT_SOURCE(CharGen_MakeupChange, 0x02302D6C) +DECLARE_EVENT_SOURCE(CharGen_MarkingsChange, 0x02302DFC) +DECLARE_EVENT_SOURCE(CharGen_PostBlendColorOptionChange, 0x02302E8C) +DECLARE_EVENT_SOURCE(CharGen_PostBlendFaceChange, 0x02302F1C) +DECLARE_EVENT_SOURCE(CharGen_PostBlendIntensityChange, 0x02302FAC) +DECLARE_EVENT_SOURCE(CharGen_PresetChange, 0x0230303C) +DECLARE_EVENT_SOURCE(CharGen_RollOffLocomotion, 0x023030CC) +DECLARE_EVENT_SOURCE(CharGen_RollOnLocomotion, 0x0230315C) +DECLARE_EVENT_SOURCE(CharGen_RotatePaperdoll, 0x023031EC) +DECLARE_EVENT_SOURCE(CharGen_SetAdditionalSlider, 0x0230327C) +DECLARE_EVENT_SOURCE(CharGen_SetBackground, 0x0230330C) +DECLARE_EVENT_SOURCE(CharGen_SetBlockInputUnderPopup, 0x0230339C) +DECLARE_EVENT_SOURCE(CharGen_SetBodyValues, 0x0230342C) +DECLARE_EVENT_SOURCE(CharGen_SetCameraPosition, 0x023034BC) +DECLARE_EVENT_SOURCE(CharGen_SetPronoun, 0x0230354C) +DECLARE_EVENT_SOURCE(CharGen_SetSex, 0x023035DC) +DECLARE_EVENT_SOURCE(CharGen_SetSlider, 0x0230366C) +DECLARE_EVENT_SOURCE(CharGen_SetTrait, 0x023036FC) +DECLARE_EVENT_SOURCE(CharGen_ShowChooseBackgroundMessage, 0x0230378C) +DECLARE_EVENT_SOURCE(CharGen_ShowPlayerRenameMessage, 0x0230381C) +DECLARE_EVENT_SOURCE(CharGen_SkintoneChange, 0x023038AC) +DECLARE_EVENT_SOURCE(CharGen_StartBodyChange, 0x0230393C) +DECLARE_EVENT_SOURCE(CharGen_StartTextEntry, 0x023039CC) +DECLARE_EVENT_SOURCE(CharGen_SwitchBodyType, 0x02303A5C) +DECLARE_EVENT_SOURCE(CharGen_SwitchLocomotion, 0x02303AEC) +DECLARE_EVENT_SOURCE(CharGen_TeethChange, 0x02303B7C) +DECLARE_EVENT_SOURCE(CharGen_TeethRollOff, 0x02303C0C) +DECLARE_EVENT_SOURCE(CharGen_TeethRollOn, 0x02303C9C) +DECLARE_EVENT_SOURCE(CharGen_ToggleMarking, 0x02303D2C) +DECLARE_EVENT_SOURCE(CharGen_TogglePreviewHabSuit, 0x02303DBC) +DECLARE_EVENT_SOURCE(UIMenuChargenMenuDisablePaperdoll, 0x02303E4C) +DECLARE_EVENT_SOURCE(DataMenu_CloseMenu, 0x0230AF48) +DECLARE_EVENT_SOURCE(DataMenu_ClosedForSubMenu, 0x0230AFD8) +DECLARE_EVENT_SOURCE(DataMenu_Missions, 0x0230B068) +DECLARE_EVENT_SOURCE(DataMenu_PlotToLocation, 0x0230B19C) +DECLARE_EVENT_SOURCE(DataMenu_Reopened, 0x0230B22C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedAttributesMenu, 0x0230B2BC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedInventoryMenu, 0x0230B34C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedMapMenu, 0x0230B3DC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedPowersMenu, 0x0230B46C) +DECLARE_EVENT_SOURCE(DataMenu_SelectedShipMenu, 0x0230B4FC) +DECLARE_EVENT_SOURCE(DataMenu_SelectedStatusMenu, 0x0230B58C) +DECLARE_EVENT_SOURCE(DataMenu_SetMenuForQuickEntry, 0x0230B61C) +DECLARE_EVENT_SOURCE(DataMenu_SetPaperDollActive, 0x0230B6AC) +DECLARE_EVENT_SOURCE(PauseMenu_ActionCanceled, 0x02316684) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmAction, 0x02316714) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmLoad, 0x023167A4) +DECLARE_EVENT_SOURCE(PauseMenu_ConfirmSave, 0x02316834) +DECLARE_EVENT_SOURCE(PauseMenu_DeleteSave, 0x023168C4) +DECLARE_EVENT_SOURCE(PauseMenu_QuitToDesktop, 0x02316954) +DECLARE_EVENT_SOURCE(PauseMenu_SetCharacter, 0x023169E4) +DECLARE_EVENT_SOURCE(PauseMenu_StartAction, 0x02316A74) +DECLARE_EVENT_SOURCE(PauseMenu_StartLoad, 0x02316B04) +DECLARE_EVENT_SOURCE(PauseMenu_UploadSave, 0x02316B94) +DECLARE_EVENT_SOURCE(PlayBink_CloseMenu, 0x02317E10) +DECLARE_EVENT_SOURCE(Spaceship::GravJumpEvent, 0x0231DA64) +DECLARE_EVENT_SOURCE(Spaceship::LandedSetEvent, 0x0231DAF4) +DECLARE_EVENT_SOURCE(Reticle_OnLongAnimFinished, 0x0231DB84) +DECLARE_EVENT_SOURCE(ShipHudQuickContainer_TransferItem, 0x0231DC14) +DECLARE_EVENT_SOURCE(ShipHud_AbortJump, 0x0231DCA4) +DECLARE_EVENT_SOURCE(ShipHud_DockRequested, 0x0231DD34) +DECLARE_EVENT_SOURCE(ShipHud_HailShip, 0x0231DDC4) +DECLARE_EVENT_SOURCE(ShipHud_UpdateTargetPanelRect, 0x0231DE54) +DECLARE_EVENT_SOURCE(TakeoffMenu_CloseMenu, 0x0231DEE4) +DECLARE_EVENT_SOURCE(TakeoffMenu_ExitShip, 0x0231DF74) +DECLARE_EVENT_SOURCE(TakeoffMenu_Launch, 0x0231E004) +DECLARE_EVENT_SOURCE(StarMapMenu_LandingInputInProgress, 0x0233DDC0) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupContainerVisibilityChanged, 0x0233DE50) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryClicked, 0x0233DEE0) +DECLARE_EVENT_SOURCE(StarMapMenu_MarkerGroupEntryHoverChanged, 0x0233DF70) +DECLARE_EVENT_SOURCE(StarMapMenu_ScanPlanet, 0x0233E000) +DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSite, 0x0233E090) +DECLARE_EVENT_SOURCE(StarMapMenu_SelectedLandingSiteFailed, 0x0233E120) +DECLARE_EVENT_SOURCE(StarMapMenu_ShowRealCursor, 0x0233E1B0) +DECLARE_EVENT_SOURCE(StarMapMenu_QuickSelectChange, 0x023534B0) +DECLARE_EVENT_SOURCE(StarMapMenu_Galaxy_FocusSystem, 0x02364B90) +DECLARE_EVENT_SOURCE(StarMapMenu_OnGalaxyViewInitialized, 0x02364C20) +DECLARE_EVENT_SOURCE(StarMapMenu_ExecuteRoute, 0x0236F458) +DECLARE_EVENT_SOURCE(StarMapMenu_OnCancel, 0x0236F4E8) +DECLARE_EVENT_SOURCE(StarMapMenu_OnClearRoute, 0x0236F578) +DECLARE_EVENT_SOURCE(StarMapMenu_OnExitStarMap, 0x0236F608) +DECLARE_EVENT_SOURCE(StarMapMenu_OnHintButtonClicked, 0x0236F698) +DECLARE_EVENT_SOURCE(StarMapMenu_OnOutpostEntrySelected, 0x0236F728) +DECLARE_EVENT_SOURCE(StarMapMenu_ReadyToClose, 0x0236F7B8) +DECLARE_EVENT_SOURCE(SurfaceMapMenu_MarkerClicked, 0x0238F02C) +DECLARE_EVENT_SOURCE(SurfaceMapMenu_TryPlaceCustomMarker, 0x0238F0BC) +DECLARE_EVENT_SOURCE(TerminalMenu_CancelEvent, 0x023AA220) +DECLARE_EVENT_SOURCE(Terminal_CloseAllViews, 0x023AA2B0) +DECLARE_EVENT_SOURCE(Terminal_CloseTopView, 0x023AA340) +DECLARE_EVENT_SOURCE(Terminal_CloseView, 0x023AA3D0) +DECLARE_EVENT_SOURCE(Terminal_MenuItemClick, 0x023AA460) +DECLARE_EVENT_SOURCE(TestMenu_DoAction, 0x023B61D8) +DECLARE_EVENT_SOURCE(TestMenu_ExitMenu, 0x023B6268) +DECLARE_EVENT_SOURCE(TestMenu_ShowImages, 0x023B62F8) +DECLARE_EVENT_SOURCE(TestMenu_ShowResources, 0x023B6388) +DECLARE_EVENT_SOURCE(TestMenu_TestAll, 0x023B6418) +DECLARE_EVENT_SOURCE(TextInputMenu_EndEditText, 0x023BA354) +DECLARE_EVENT_SOURCE(TextInputMenu_InputCanceled, 0x023BA3E4) +DECLARE_EVENT_SOURCE(TextInputMenu_StartEditText, 0x023BA474) +DECLARE_EVENT_SOURCE(CraftingMenu_Highlight3D, 0x023BB744) +DECLARE_EVENT_SOURCE(CraftingMenu_RevertHighlight, 0x023BB7D4) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ChangeBuildItem, 0x023BDE38) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_SelectedItem, 0x023BDEC8) +DECLARE_EVENT_SOURCE(WorkshopBuilderMenu_ToggleTracking, 0x023BDF58) +DECLARE_EVENT_SOURCE(WorkshopMenu_AttemptBuild, 0x023C67C4) +DECLARE_EVENT_SOURCE(WorkshopMenu_CancelAction, 0x023C6854) +DECLARE_EVENT_SOURCE(WorkshopMenu_ChangeVariant, 0x023C68E4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ConnectionEvent, 0x023C6974) +DECLARE_EVENT_SOURCE(WorkshopMenu_ExitMenu, 0x023C6A04) +DECLARE_EVENT_SOURCE(WorkshopMenu_MessageCallback, 0x023C6A94) +DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedCategory, 0x023C6B24) +DECLARE_EVENT_SOURCE(WorkshopMenu_SelectedGridObject, 0x023C6BB4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ShowExtras, 0x023C6C44) +DECLARE_EVENT_SOURCE(WorkshopMenu_SwitchMode, 0x023C6CD4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleDistance, 0x023C6D64) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleTracking, 0x023C6DF4) +DECLARE_EVENT_SOURCE(WorkshopMenu_ToggleView, 0x023C6E84) +DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ConfirmAction, 0x023C88D4) +DECLARE_EVENT_SOURCE(WorkshopQuickMenu_ExitMenu, 0x023C8964) +DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetHovered, 0x023CEEA0) +DECLARE_EVENT_SOURCE(WorkshopTargetMenu_TargetPicked, 0x023CEF30) +DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldFinished, 0x023E5FC4) +DECLARE_EVENT_SOURCE(WorkshopActionButton_HoldStopped, 0x023E6054) +DECLARE_EVENT_SOURCE(WorkshopShared_SetActionHandles, 0x023E60E4) +DECLARE_EVENT_SOURCE(WorkshopShared_StartAction, 0x023E6174) +DECLARE_EVENT_SOURCE(ModelReferenceEffectEvents::ReferenceEffectFinished, 0x024061DC) +DECLARE_EVENT_SOURCE(BGSAcousticSpaceListener::StackChangedEvent, 0x0241A514) +DECLARE_EVENT_SOURCE(SpaceshipBIEvents::ShipPowerAllocationBIEventSent, 0x024322B4) +DECLARE_EVENT_SOURCE(BGSActorDeathEvent, 0x0244102C) +DECLARE_EVENT_SOURCE(Research::ResearchProgressEvent, 0x024920BC) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x026CB628) +DECLARE_EVENT_SOURCE(PlayerInCombatChangeEvent, 0x026E41D0) +DECLARE_EVENT_SOURCE(BlurEvent, 0x029B5690) +DECLARE_EVENT_SOURCE(ContainerMenu_HideModel, 0x029D7760) +DECLARE_EVENT_SOURCE(ContainerMenu_Jettison, 0x029D77F0) +DECLARE_EVENT_SOURCE(ContainerMenu_LoadModel, 0x029D7880) +DECLARE_EVENT_SOURCE(ContainerMenu_OpenRefuelMenu, 0x029D7910) +DECLARE_EVENT_SOURCE(ContainerMenu_SetMouseOverModel, 0x029D79A0) +DECLARE_EVENT_SOURCE(ContainerMenu_TakeAll, 0x029D7A30) +DECLARE_EVENT_SOURCE(ContainerMenu_ToggleEquip, 0x029D7AC0) +DECLARE_EVENT_SOURCE(ContainerMenu_TransferItem, 0x029D7BEC) +DECLARE_EVENT_SOURCE(DialogueMenu_OnDialogueSelect, 0x029DB6B0) +DECLARE_EVENT_SOURCE(DialogueMenu_OnListVisibilityChange, 0x029DB740) +DECLARE_EVENT_SOURCE(DialogueMenu_OnPersuasionAutoWin, 0x029DB7D0) +DECLARE_EVENT_SOURCE(DialogueMenu_OnScriptedDialogueSelect, 0x029DB860) +DECLARE_EVENT_SOURCE(DialogueMenu_RequestExit, 0x029DB8F0) +DECLARE_EVENT_SOURCE(DialogueMenu_RequestSkipDialogue, 0x029DB980) +DECLARE_EVENT_SOURCE(BSTValueRequestEvent, 0x029DC840) +DECLARE_EVENT_SOURCE(FavoritesMenu_AssignQuickkey, 0x029E9110) +DECLARE_EVENT_SOURCE(FavoritesMenu_UseQuickkey, 0x029E91A0) +DECLARE_EVENT_SOURCE(LoadingMenu_RefreshText, 0x029ED08C) +DECLARE_EVENT_SOURCE(MainMenu_ActionCanceled, 0x029F135C) +DECLARE_EVENT_SOURCE(MainMenu_ActionConfirmed, 0x029F13EC) +DECLARE_EVENT_SOURCE(MainMenu_ConfirmLoad, 0x029F147C) +DECLARE_EVENT_SOURCE(MainMenu_DeleteSave, 0x029F150C) +DECLARE_EVENT_SOURCE(MainMenu_SetCharacter, 0x029F163C) +DECLARE_EVENT_SOURCE(MainMenu_StartAction, 0x029F16CC) +DECLARE_EVENT_SOURCE(MainMenu_StartLoad, 0x029F175C) +DECLARE_EVENT_SOURCE(MainMenu_UploadSave, 0x029F17EC) +DECLARE_EVENT_SOURCE(BGSAppPausedEvent, 0x029F31D4) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnBackOut, 0x029F82F0) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnButtonPress, 0x029F8380) +DECLARE_EVENT_SOURCE(MessageBoxMenu_OnScriptedButtonPress, 0x029F8410) +DECLARE_EVENT_SOURCE(SleepWaitMenu_InterruptRest, 0x029FD068) +DECLARE_EVENT_SOURCE(SleepWaitMenu_StartRest, 0x029FD0F8) +DECLARE_EVENT_SOURCE(Spaceship::BoughtEvent, 0x02CD8880) +DECLARE_EVENT_SOURCE(Spaceship::ContrabandScanWarningEvent, 0x02CD8910) +DECLARE_EVENT_SOURCE(Spaceship::DockEvent, 0x02CD89A0) +DECLARE_EVENT_SOURCE(Spaceship::DynamicNavmeshCompleted, 0x02CD8A30) +DECLARE_EVENT_SOURCE(Spaceship::FarTravelEvent, 0x02CD8AC0) +DECLARE_EVENT_SOURCE(Spaceship::LandingEvent, 0x02CD8B50) +DECLARE_EVENT_SOURCE(Spaceship::PlanetScanEvent, 0x02CD8BE0) +DECLARE_EVENT_SOURCE(Spaceship::RampDownEvent, 0x02CD8C70) +DECLARE_EVENT_SOURCE(Spaceship::RefueledEvent, 0x02CD8D00) +DECLARE_EVENT_SOURCE(Spaceship::RegisteredEvent, 0x02CD8D90) +DECLARE_EVENT_SOURCE(Spaceship::ShieldEvent, 0x02CD8E20) +DECLARE_EVENT_SOURCE(Spaceship::ShipAddedEvent, 0x02CD8EB0) +DECLARE_EVENT_SOURCE(Spaceship::ShipCollisionEvent, 0x02CD8F40) +DECLARE_EVENT_SOURCE(Spaceship::ShipCustomizedEvent, 0x02CD8FD0) +DECLARE_EVENT_SOURCE(Spaceship::SoldEvent, 0x02CD9060) +DECLARE_EVENT_SOURCE(Spaceship::SystemDamagedEvent, 0x02CD90F0) +DECLARE_EVENT_SOURCE(Spaceship::SystemPowerAllocationEvent, 0x02CD9180) +DECLARE_EVENT_SOURCE(Spaceship::SystemPowerChangeEvent, 0x02CD9210) +DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedBIEvent, 0x02CD92A0) +DECLARE_EVENT_SOURCE(Spaceship::SystemRepairedEvent, 0x02CD9330) +DECLARE_EVENT_SOURCE(Spaceship::TakeDamagEvent, 0x02CD93C0) +DECLARE_EVENT_SOURCE(ContextStackChangedEvent, 0x02E429B4) +DECLARE_EVENT_SOURCE(UpdateSceneRectEvent, 0x0303283C) +DECLARE_EVENT_SOURCE(GameStalledEvent, 0x031FEC18) // more -DECLARE_EVENT_SOURCE(TESCellNavmeshGeneratedEvent, 0x005B0750) -DECLARE_EVENT_SOURCE(TESHitEvent, 0x005B0FE0) -DECLARE_EVENT_SOURCE(FirstThirdPersonSwitch::Event, 0x005B19D0) -DECLARE_EVENT_SOURCE(PerkChanged::Event, 0x012A0410) -DECLARE_EVENT_SOURCE(TESHarvestEvent::ItemHarvested, 0x014A5D20) -DECLARE_EVENT_SOURCE(ActivityEvents::ActivityCompletedEvent, 0x014ADFB0) -DECLARE_EVENT_SOURCE(ChallengeCompletedEvent::Event, 0x014B02D0) -DECLARE_EVENT_SOURCE(InventoryItemEvent::Event, 0x014E88A0) -DECLARE_EVENT_SOURCE(BooksRead::Event, 0x018FB220) -DECLARE_EVENT_SOURCE(LocationExplored::Event, 0x01933F10) -DECLARE_EVENT_SOURCE(LocationLinked::Event, 0x01933F80) -DECLARE_EVENT_SOURCE(Activation::Event, 0x019F63D0) -DECLARE_EVENT_SOURCE(ActorCellChangeEvent, 0x01A08370) -DECLARE_EVENT_SOURCE(ActorHeadAttachedEvent, 0x01A083E0) -DECLARE_EVENT_SOURCE(ActorValueEvents::ActorValueChangedEvent, 0x01A08450) -DECLARE_EVENT_SOURCE(AliasChangeEvent, 0x01A084C0) -DECLARE_EVENT_SOURCE(AnimationGraphDependentEvent, 0x01A08530) -DECLARE_EVENT_SOURCE(BGSAffinityEventEvent, 0x01A085A0) -DECLARE_EVENT_SOURCE(BGSCellGridLoadEvent, 0x01A08610) -DECLARE_EVENT_SOURCE(BGSEventProcessedEvent, 0x01A08680) -DECLARE_EVENT_SOURCE(BGSHavokWorldCreatedEvent, 0x01A086F0) -DECLARE_EVENT_SOURCE(BGSLocationLoadedEvent, 0x01A08760) -DECLARE_EVENT_SOURCE(BGSOnPlayerCompanionDismiss, 0x01A087D0) -DECLARE_EVENT_SOURCE(BGSOnPlayerCompleteResearchEvent, 0x01A08840) -DECLARE_EVENT_SOURCE(BGSOnPlayerCraftItemEvent, 0x01A088B0) -DECLARE_EVENT_SOURCE(BGSOnPlayerCreateRobotEvent, 0x01A08920) -DECLARE_EVENT_SOURCE(BGSOnPlayerEnterVertibirdEvent, 0x01A08990) -DECLARE_EVENT_SOURCE(BGSOnPlayerFallLongDistances, 0x01A08A00) -DECLARE_EVENT_SOURCE(BGSOnPlayerFireWeaponEvent, 0x01A08A70) -DECLARE_EVENT_SOURCE(BGSOnPlayerHealTeammateEvent, 0x01A08AE0) -DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringBeginEvent, 0x01A08B50) -DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringEndEvent, 0x01A08BC0) -DECLARE_EVENT_SOURCE(BGSOnPlayerModArmorWeaponEvent, 0x01A08C30) -DECLARE_EVENT_SOURCE(BGSOnPlayerModRobotEvent, 0x01A08CA0) -DECLARE_EVENT_SOURCE(BGSOnPlayerSwimmingEvent, 0x01A08D10) -DECLARE_EVENT_SOURCE(BGSOnPlayerUseWorkBenchEvent, 0x01A08D80) -DECLARE_EVENT_SOURCE(BGSOnSpeechChallengeAvailable, 0x01A08DF0) -DECLARE_EVENT_SOURCE(BGSRadiationDamageEvent, 0x01A08E60) -DECLARE_EVENT_SOURCE(BuilderMenuSelectEvent, 0x01A08ED0) -DECLARE_EVENT_SOURCE(CrewAssignedEvent, 0x01A08F40) -DECLARE_EVENT_SOURCE(CrewDismissedEvent, 0x01A08FB0) -DECLARE_EVENT_SOURCE(DestroyedEvent, 0x01A09020) -DECLARE_EVENT_SOURCE(HomeShipSetEvent, 0x01A091E0) -DECLARE_EVENT_SOURCE(InstantReferenceInteractionEvent, 0x01A09250) -DECLARE_EVENT_SOURCE(ItemConsumedEvent, 0x01A092C0) -DECLARE_EVENT_SOURCE(ItemSwappedEvent, 0x01A09330) -DECLARE_EVENT_SOURCE(LockPickedEvent, 0x01A093A0) -DECLARE_EVENT_SOURCE(MapMarkerDiscoveredEvent, 0x01A09410) -DECLARE_EVENT_SOURCE(ObjectScannedEvent, 0x01A09480) -DECLARE_EVENT_SOURCE(PlayerAddItemEvent, 0x01A094F0) -DECLARE_EVENT_SOURCE(PlayerArrestedEvent, 0x01A09560) -DECLARE_EVENT_SOURCE(PlayerAssaultActorEvent, 0x01A095D0) -DECLARE_EVENT_SOURCE(PlayerBuyShipEvent, 0x01A09640) -DECLARE_EVENT_SOURCE(PlayerCrimeGoldEvent, 0x01A096B0) -DECLARE_EVENT_SOURCE(PlayerFailedPlotRouteEvent, 0x01A09720) -DECLARE_EVENT_SOURCE(PlayerJailEvent, 0x01A09790) -DECLARE_EVENT_SOURCE(PlayerModifiedShipEvent, 0x01A09800) -DECLARE_EVENT_SOURCE(PlayerMurderActorEvent, 0x01A09870) -DECLARE_EVENT_SOURCE(PlayerPayFineEvent, 0x01A098E0) -DECLARE_EVENT_SOURCE(PlayerPlanetSurveyCompleteEvent, 0x01A09950) -DECLARE_EVENT_SOURCE(PlayerPlanetSurveyProgressEvent, 0x01A099C0) -DECLARE_EVENT_SOURCE(PlayerSellShipEvent, 0x01A09A30) -DECLARE_EVENT_SOURCE(PlayerTrespassEvent, 0x01A09AA0) -DECLARE_EVENT_SOURCE(QuickContainerOpenedEvent, 0x01A09B10) -DECLARE_EVENT_SOURCE(RefControlChangedEvent, 0x01A09B80) -DECLARE_EVENT_SOURCE(ReferenceDestroyedEvent, 0x01A09BF0) -DECLARE_EVENT_SOURCE(SpeechChallengeCompletionEvent, 0x01A09C60) -DECLARE_EVENT_SOURCE(TESActivateEvent, 0x01A09CD0) -DECLARE_EVENT_SOURCE(TESActiveEffectApplyFinishEvent, 0x01A09D40) -DECLARE_EVENT_SOURCE(TESActiveEffectRemovedEvent, 0x01A09DB0) -DECLARE_EVENT_SOURCE(TESActorActivatedRefEvent, 0x01A09E20) -DECLARE_EVENT_SOURCE(TESActorLocationChangeEvent, 0x01A09E90) -DECLARE_EVENT_SOURCE(TESBookReadEvent, 0x01A09F00) -DECLARE_EVENT_SOURCE(TESCellCriticalRefsAttachedEvent, 0x01A09F70) -DECLARE_EVENT_SOURCE(TESCellFullyLoadedEvent, 0x01A09FE0) -DECLARE_EVENT_SOURCE(TESCellGravityChangeEvent, 0x01A0A050) -DECLARE_EVENT_SOURCE(TESCellReadyToApplyDecalsEvent, 0x01A0A0C0) -DECLARE_EVENT_SOURCE(TESCellReference3DAttachEvent, 0x01A0A130) -DECLARE_EVENT_SOURCE(TESCellReferenceAttachDetachEvent, 0x01A0A1A0) -DECLARE_EVENT_SOURCE(TESCombatEvent, 0x01A0A210) -DECLARE_EVENT_SOURCE(TESCombatListEvent, 0x01A0A280) -DECLARE_EVENT_SOURCE(TESCommandModeCompleteCommandEvent, 0x01A0A2F0) -DECLARE_EVENT_SOURCE(TESCommandModeEnterEvent, 0x01A0A360) -DECLARE_EVENT_SOURCE(TESCommandModeExitEvent, 0x01A0A3D0) -DECLARE_EVENT_SOURCE(TESCommandModeGiveCommandEvent, 0x01A0A440) -DECLARE_EVENT_SOURCE(TESConsciousnessEvent, 0x01A0A4B0) -DECLARE_EVENT_SOURCE(TESContainerChangedEvent, 0x01A0A520) -DECLARE_EVENT_SOURCE(TESDeathEvent, 0x01A0A590) -DECLARE_EVENT_SOURCE(TESDeferredKillEvent, 0x01A0A600) -DECLARE_EVENT_SOURCE(TESDestructionStageChangedEvent, 0x01A0A670) -DECLARE_EVENT_SOURCE(TESEnterBleedoutEvent, 0x01A0A6E0) -DECLARE_EVENT_SOURCE(TESEnterSneakingEvent, 0x01A0A750) -DECLARE_EVENT_SOURCE(TESEquipEvent, 0x01A0A7C0) -DECLARE_EVENT_SOURCE(TESEscortWaitStartEvent, 0x01A0A830) -DECLARE_EVENT_SOURCE(TESEscortWaitStopEvent, 0x01A0A8A0) -DECLARE_EVENT_SOURCE(TESExitBleedoutEvent, 0x01A0A910) -DECLARE_EVENT_SOURCE(TESExitFurnitureEvent, 0x01A0A980) -DECLARE_EVENT_SOURCE(TESFormDeleteEvent, 0x01A0A9F0) -DECLARE_EVENT_SOURCE(TESFormIDRemapEvent, 0x01A0AA60) -DECLARE_EVENT_SOURCE(TESFurnitureEvent, 0x01A0AAD0) -DECLARE_EVENT_SOURCE(TESGrabReleaseEvent, 0x01A0AB40) -DECLARE_EVENT_SOURCE(TESInitScriptEvent, 0x01A0ABB0) -DECLARE_EVENT_SOURCE(TESLimbCrippleEvent, 0x01A0AC20) -DECLARE_EVENT_SOURCE(TESLoadGameEvent, 0x01A0AC90) -DECLARE_EVENT_SOURCE(TESLocationExploredEvent, 0x01A0AD00) -DECLARE_EVENT_SOURCE(TESLockChangedEvent, 0x01A0AD70) -DECLARE_EVENT_SOURCE(TESMagicEffectApplyEvent, 0x01A0ADE0) -DECLARE_EVENT_SOURCE(TESMissionAcceptedEvent, 0x01A0AE50) -DECLARE_EVENT_SOURCE(TESObjectLoadedEvent, 0x01A0AEC0) -DECLARE_EVENT_SOURCE(TESObjectREFRTranslationEvent, 0x01A0AF30) -DECLARE_EVENT_SOURCE(TESOnPCDialogueTargetEvent, 0x01A0AFA0) -DECLARE_EVENT_SOURCE(TESOpenCloseEvent, 0x01A0B010) -DECLARE_EVENT_SOURCE(TESPackageEvent, 0x01A0B080) -DECLARE_EVENT_SOURCE(TESPerkEntryRunEvent, 0x01A0B0F0) -DECLARE_EVENT_SOURCE(TESPickNewIdleEvent, 0x01A0B160) -DECLARE_EVENT_SOURCE(TESPickpocketFailedEvent, 0x01A0B1D0) -DECLARE_EVENT_SOURCE(TESPlayerActiveEffectEvent, 0x01A0B240) -DECLARE_EVENT_SOURCE(TESPlayerFollowerWarpEvent, 0x01A0B2B0) -DECLARE_EVENT_SOURCE(TESQuestInitEvent, 0x01A0B320) -DECLARE_EVENT_SOURCE(TESQuestRejectedEvent, 0x01A0B390) -DECLARE_EVENT_SOURCE(TESQuestStageEvent, 0x01A0B400) -DECLARE_EVENT_SOURCE(TESQuestStageItemDoneEvent, 0x01A0B470) -DECLARE_EVENT_SOURCE(TESQuestStartStopEvent, 0x01A0B4E0) -DECLARE_EVENT_SOURCE(TESQuestTimerEvent, 0x01A0B550) -DECLARE_EVENT_SOURCE(TESResetEvent, 0x01A0B5C0) -DECLARE_EVENT_SOURCE(TESResolveNPCTemplatesEvent, 0x01A0B630) -DECLARE_EVENT_SOURCE(TESSceneActionEvent, 0x01A0B6A0) -DECLARE_EVENT_SOURCE(TESSceneEvent, 0x01A0B710) -DECLARE_EVENT_SOURCE(TESScenePhaseEvent, 0x01A0B780) -DECLARE_EVENT_SOURCE(TESSellEvent, 0x01A0B7F0) -DECLARE_EVENT_SOURCE(TESSleepStartEvent, 0x01A0B860) -DECLARE_EVENT_SOURCE(TESSleepStopEvent, 0x01A0B8D0) -DECLARE_EVENT_SOURCE(TESSpellCastEvent, 0x01A0B940) -DECLARE_EVENT_SOURCE(TESSpellCastFailureEvent, 0x01A0B9B0) -DECLARE_EVENT_SOURCE(TESSwitchRaceCompleteEvent, 0x01A0BA20) -DECLARE_EVENT_SOURCE(TESTopicInfoEvent, 0x01A0BA90) -DECLARE_EVENT_SOURCE(TESTrackedStatsEvent, 0x01A0BB00) -DECLARE_EVENT_SOURCE(TESTrapHitEvent, 0x01A0BB70) -DECLARE_EVENT_SOURCE(TESTriggerEnterEvent, 0x01A0BBE0) -DECLARE_EVENT_SOURCE(TESTriggerEvent, 0x01A0BC50) -DECLARE_EVENT_SOURCE(TESTriggerLeaveEvent, 0x01A0BCC0) -DECLARE_EVENT_SOURCE(TESUniqueIDChangeEvent, 0x01A0BD30) -DECLARE_EVENT_SOURCE(TESWaitStartEvent, 0x01A0BDA0) -DECLARE_EVENT_SOURCE(TESWaitStopEvent, 0x01A0BE10) -DECLARE_EVENT_SOURCE(TerminalMenuMenuItemRunEvent, 0x01A0BE80) -DECLARE_EVENT_SOURCE(TerminalMenuOnEnterEvent, 0x01A0BEF0) -DECLARE_EVENT_SOURCE(WorkshopNPCTransferEvent, 0x01A0BF60) -DECLARE_EVENT_SOURCE(TESObjectREFRIsReadyForAttachEvent, 0x01A0BFD0) -DECLARE_EVENT_SOURCE(DefaultObjectsReadyEvent::Event, 0x01A378C0) -DECLARE_EVENT_SOURCE(ObjectiveState::Event, 0x01AE1870) -DECLARE_EVENT_SOURCE(QuestStatus::Event, 0x01B430C0) -DECLARE_EVENT_SOURCE(RefillAliasEvent::Event, 0x01B43130) -DECLARE_EVENT_SOURCE(TESQuestEvent::Event, 0x01B431A0) -DECLARE_EVENT_SOURCE(RolloverIsCrimeEvent::Event, 0x020ABC30) -DECLARE_EVENT_SOURCE(HideSubtitleEvent::Event, 0x020B6F00) -DECLARE_EVENT_SOURCE(ShowSubtitleEvent::Event, 0x020B6F70) -DECLARE_EVENT_SOURCE(MissionMenuStateEvent::Event, 0x021132A0) -DECLARE_EVENT_SOURCE(ClearShipHudTarget::Event, 0x02170F10) -DECLARE_EVENT_SOURCE(TryUpdateShipHudTarget::Event, 0x02170F80) -DECLARE_EVENT_SOURCE(LocationTextEvent::Event, 0x021CB2B0) -DECLARE_EVENT_SOURCE(TraitDiscoveryTextEvent::Event, 0x021CB320) -DECLARE_EVENT_SOURCE(DaysPassed::Event, 0x02455430) -DECLARE_EVENT_SOURCE(HourPassed::Event, 0x024554A0) -DECLARE_EVENT_SOURCE(ActorDamage::Event, 0x02536300) -DECLARE_EVENT_SOURCE(ActorItemEquipped::Event, 0x02536370) -DECLARE_EVENT_SOURCE(ActorKill::Event, 0x025363E0) -DECLARE_EVENT_SOURCE(AssaultCrime::Event, 0x02536450) -DECLARE_EVENT_SOURCE(DisarmedEvent::Event, 0x025364C0) -DECLARE_EVENT_SOURCE(FactionRankChange::Event, 0x02536530) -DECLARE_EVENT_SOURCE(GrandTheftHorse::Event, 0x025365A0) -DECLARE_EVENT_SOURCE(MurderCrime::Event, 0x02536610) -DECLARE_EVENT_SOURCE(PiracyCrime::Event, 0x02536680) -DECLARE_EVENT_SOURCE(Bleedout::Event, 0x025648E0) -DECLARE_EVENT_SOURCE(ContractedDisease::Event, 0x02564950) -DECLARE_EVENT_SOURCE(ReloadWeaponEvent::Event, 0x025649C0) -DECLARE_EVENT_SOURCE(SpellsLearned::Event, 0x02573520) -DECLARE_EVENT_SOURCE(Bounty::Event, 0x02614EC0) -DECLARE_EVENT_SOURCE(ChestLooted::Event, 0x02614F30) -DECLARE_EVENT_SOURCE(CriticalHitEvent::Event, 0x02614FA0) -DECLARE_EVENT_SOURCE(CustomMarkerUpdate::Event, 0x02615010) -DECLARE_EVENT_SOURCE(DaysJailed::Event, 0x02615080) -DECLARE_EVENT_SOURCE(EnteredUnity::Event, 0x026150F0) -DECLARE_EVENT_SOURCE(FinePaid::Event, 0x02615160) -DECLARE_EVENT_SOURCE(ItemCrafted::Event, 0x026151D0) -DECLARE_EVENT_SOURCE(ItemSteal::Event, 0x02615240) -DECLARE_EVENT_SOURCE(JailEscape::Event, 0x026152B0) -DECLARE_EVENT_SOURCE(Jailing::Event, 0x02615320) -DECLARE_EVENT_SOURCE(LevelIncrease::Event, 0x02615390) -DECLARE_EVENT_SOURCE(LocationMarkerArrayUpdate::Event, 0x02615400) -DECLARE_EVENT_SOURCE(PlayerActiveEffectChanged::Event, 0x02615470) -DECLARE_EVENT_SOURCE(PlayerAmmoChanged::Event, 0x026154E0) -DECLARE_EVENT_SOURCE(PlayerCharacterQuestEvent::Event, 0x02615550) -DECLARE_EVENT_SOURCE(PlayerDifficultySettingChanged::Event, 0x026155C0) -DECLARE_EVENT_SOURCE(PlayerFastTravel::Event, 0x02615630) -DECLARE_EVENT_SOURCE(PlayerInDialogueChanged::Event, 0x026156A0) -DECLARE_EVENT_SOURCE(PlayerLifeStateChanged::Event, 0x02615710) -DECLARE_EVENT_SOURCE(PlayerPickpocketSuccess::Event, 0x02615780) -DECLARE_EVENT_SOURCE(PoisonedWeapon::Event, 0x026157F0) -DECLARE_EVENT_SOURCE(TerminalHacked::Event, 0x02615860) -DECLARE_EVENT_SOURCE(TravelMarkerStateChange::Event, 0x026158D0) -DECLARE_EVENT_SOURCE(WeaponAttack::Event, 0x02615940) -DECLARE_EVENT_SOURCE(Trespass::Event, 0x026743E0) -DECLARE_EVENT_SOURCE(VATSEvents::ModeChange, 0x026DE230) -DECLARE_EVENT_SOURCE(VATSCommand, 0x026DE2A0) -DECLARE_EVENT_SOURCE(HoursPassed::Event, 0x02946810) +DECLARE_EVENT_SOURCE(TESCellNavmeshGeneratedEvent, 0x005BAE00) +DECLARE_EVENT_SOURCE(TESHitEvent, 0x005BB690) +DECLARE_EVENT_SOURCE(FirstThirdPersonSwitch::Event, 0x005BC080) +DECLARE_EVENT_SOURCE(PerkChanged::Event, 0x012D7F10) +DECLARE_EVENT_SOURCE(TESHarvestEvent::ItemHarvested, 0x014E3F80) +DECLARE_EVENT_SOURCE(ActivityEvents::ActivityCompletedEvent, 0x014EC220) +DECLARE_EVENT_SOURCE(ChallengeCompletedEvent::Event, 0x014EE540) +DECLARE_EVENT_SOURCE(InventoryItemEvent::Event, 0x01526B80) +DECLARE_EVENT_SOURCE(BooksRead::Event, 0x0193B110) +DECLARE_EVENT_SOURCE(LocationExplored::Event, 0x01973E10) +DECLARE_EVENT_SOURCE(LocationLinked::Event, 0x01973E80) +DECLARE_EVENT_SOURCE(Activation::Event, 0x01A365A0) +DECLARE_EVENT_SOURCE(ActorCellChangeEvent, 0x01A48760) +DECLARE_EVENT_SOURCE(ActorHeadAttachedEvent, 0x01A487D0) +DECLARE_EVENT_SOURCE(ActorValueEvents::ActorValueChangedEvent, 0x01A48840) +DECLARE_EVENT_SOURCE(AliasChangeEvent, 0x01A488B0) +DECLARE_EVENT_SOURCE(AnimationGraphDependentEvent, 0x01A48920) +DECLARE_EVENT_SOURCE(BGSAffinityEventEvent, 0x01A48990) +DECLARE_EVENT_SOURCE(BGSCellGridLoadEvent, 0x01A48A00) +DECLARE_EVENT_SOURCE(BGSEventProcessedEvent, 0x01A48A70) +DECLARE_EVENT_SOURCE(BGSHavokWorldCreatedEvent, 0x01A48AE0) +DECLARE_EVENT_SOURCE(BGSLocationLoadedEvent, 0x01A48B50) +DECLARE_EVENT_SOURCE(BGSOnPlayerCompanionDismiss, 0x01A48BC0) +DECLARE_EVENT_SOURCE(BGSOnPlayerCompleteResearchEvent, 0x01A48C30) +DECLARE_EVENT_SOURCE(BGSOnPlayerCraftItemEvent, 0x01A48CA0) +DECLARE_EVENT_SOURCE(BGSOnPlayerCreateRobotEvent, 0x01A48D10) +DECLARE_EVENT_SOURCE(BGSOnPlayerEnterVertibirdEvent, 0x01A48D80) +DECLARE_EVENT_SOURCE(BGSOnPlayerFallLongDistances, 0x01A48DF0) +DECLARE_EVENT_SOURCE(BGSOnPlayerFireWeaponEvent, 0x01A48E60) +DECLARE_EVENT_SOURCE(BGSOnPlayerHealTeammateEvent, 0x01A48ED0) +DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringBeginEvent, 0x01A48F40) +DECLARE_EVENT_SOURCE(BGSOnPlayerLoiteringEndEvent, 0x01A48FB0) +DECLARE_EVENT_SOURCE(BGSOnPlayerModArmorWeaponEvent, 0x01A49020) +DECLARE_EVENT_SOURCE(BGSOnPlayerModRobotEvent, 0x01A49090) +DECLARE_EVENT_SOURCE(BGSOnPlayerSwimmingEvent, 0x01A49100) +DECLARE_EVENT_SOURCE(BGSOnPlayerUseWorkBenchEvent, 0x01A49170) +DECLARE_EVENT_SOURCE(BGSOnSpeechChallengeAvailable, 0x01A491E0) +DECLARE_EVENT_SOURCE(BGSRadiationDamageEvent, 0x01A49250) +DECLARE_EVENT_SOURCE(BuilderMenuSelectEvent, 0x01A492C0) +DECLARE_EVENT_SOURCE(CrewAssignedEvent, 0x01A49330) +DECLARE_EVENT_SOURCE(CrewDismissedEvent, 0x01A493A0) +DECLARE_EVENT_SOURCE(DestroyedEvent, 0x01A49410) +DECLARE_EVENT_SOURCE(HomeShipSetEvent, 0x01A495D0) +DECLARE_EVENT_SOURCE(InstantReferenceInteractionEvent, 0x01A49640) +DECLARE_EVENT_SOURCE(ItemConsumedEvent, 0x01A496B0) +DECLARE_EVENT_SOURCE(ItemSwappedEvent, 0x01A49720) +DECLARE_EVENT_SOURCE(LockPickedEvent, 0x01A49790) +DECLARE_EVENT_SOURCE(MapMarkerDiscoveredEvent, 0x01A49800) +DECLARE_EVENT_SOURCE(ObjectScannedEvent, 0x01A49870) +DECLARE_EVENT_SOURCE(PlayerAddItemEvent, 0x01A498E0) +DECLARE_EVENT_SOURCE(PlayerArrestedEvent, 0x01A49950) +DECLARE_EVENT_SOURCE(PlayerAssaultActorEvent, 0x01A499C0) +DECLARE_EVENT_SOURCE(PlayerBuyShipEvent, 0x01A49A30) +DECLARE_EVENT_SOURCE(PlayerCrimeGoldEvent, 0x01A49AA0) +DECLARE_EVENT_SOURCE(PlayerFailedPlotRouteEvent, 0x01A49B10) +DECLARE_EVENT_SOURCE(PlayerJailEvent, 0x01A49B80) +DECLARE_EVENT_SOURCE(PlayerModifiedShipEvent, 0x01A49BF0) +DECLARE_EVENT_SOURCE(PlayerMurderActorEvent, 0x01A49C60) +DECLARE_EVENT_SOURCE(PlayerPayFineEvent, 0x01A49CD0) +DECLARE_EVENT_SOURCE(PlayerPlanetSurveyCompleteEvent, 0x01A49D40) +DECLARE_EVENT_SOURCE(PlayerPlanetSurveyProgressEvent, 0x01A49DB0) +DECLARE_EVENT_SOURCE(PlayerSellShipEvent, 0x01A49E20) +DECLARE_EVENT_SOURCE(PlayerTrespassEvent, 0x01A49E90) +DECLARE_EVENT_SOURCE(QuickContainerOpenedEvent, 0x01A49F00) +DECLARE_EVENT_SOURCE(RefControlChangedEvent, 0x01A49F70) +DECLARE_EVENT_SOURCE(ReferenceDestroyedEvent, 0x01A49FE0) +DECLARE_EVENT_SOURCE(SpeechChallengeCompletionEvent, 0x01A4A050) +DECLARE_EVENT_SOURCE(TESActivateEvent, 0x01A4A0C0) +DECLARE_EVENT_SOURCE(TESActiveEffectApplyFinishEvent, 0x01A4A130) +DECLARE_EVENT_SOURCE(TESActiveEffectRemovedEvent, 0x01A4A1A0) +DECLARE_EVENT_SOURCE(TESActorActivatedRefEvent, 0x01A4A210) +DECLARE_EVENT_SOURCE(TESActorLocationChangeEvent, 0x01A4A280) +DECLARE_EVENT_SOURCE(TESBookReadEvent, 0x01A4A2F0) +DECLARE_EVENT_SOURCE(TESCellCriticalRefsAttachedEvent, 0x01A4A360) +DECLARE_EVENT_SOURCE(TESCellFullyLoadedEvent, 0x01A4A3D0) +DECLARE_EVENT_SOURCE(TESCellGravityChangeEvent, 0x01A4A440) +DECLARE_EVENT_SOURCE(TESCellReadyToApplyDecalsEvent, 0x01A4A4B0) +DECLARE_EVENT_SOURCE(TESCellReference3DAttachEvent, 0x01A4A520) +DECLARE_EVENT_SOURCE(TESCellReferenceAttachDetachEvent, 0x01A4A590) +DECLARE_EVENT_SOURCE(TESCombatEvent, 0x01A4A600) +DECLARE_EVENT_SOURCE(TESCombatListEvent, 0x01A4A670) +DECLARE_EVENT_SOURCE(TESCommandModeCompleteCommandEvent, 0x01A4A6E0) +DECLARE_EVENT_SOURCE(TESCommandModeEnterEvent, 0x01A4A750) +DECLARE_EVENT_SOURCE(TESCommandModeExitEvent, 0x01A4A7C0) +DECLARE_EVENT_SOURCE(TESCommandModeGiveCommandEvent, 0x01A4A830) +DECLARE_EVENT_SOURCE(TESConsciousnessEvent, 0x01A4A8A0) +DECLARE_EVENT_SOURCE(TESContainerChangedEvent, 0x01A4A910) +DECLARE_EVENT_SOURCE(TESDeathEvent, 0x01A4A980) +DECLARE_EVENT_SOURCE(TESDeferredKillEvent, 0x01A4A9F0) +DECLARE_EVENT_SOURCE(TESDestructionStageChangedEvent, 0x01A4AA60) +DECLARE_EVENT_SOURCE(TESEnterBleedoutEvent, 0x01A4AAD0) +DECLARE_EVENT_SOURCE(TESEnterSneakingEvent, 0x01A4AB40) +DECLARE_EVENT_SOURCE(TESEquipEvent, 0x01A4ABB0) +DECLARE_EVENT_SOURCE(TESEscortWaitStartEvent, 0x01A4AC20) +DECLARE_EVENT_SOURCE(TESEscortWaitStopEvent, 0x01A4AC90) +DECLARE_EVENT_SOURCE(TESExitBleedoutEvent, 0x01A4AD00) +DECLARE_EVENT_SOURCE(TESExitFurnitureEvent, 0x01A4AD70) +DECLARE_EVENT_SOURCE(TESFormDeleteEvent, 0x01A4ADE0) +DECLARE_EVENT_SOURCE(TESFormIDRemapEvent, 0x01A4AE50) +DECLARE_EVENT_SOURCE(TESFurnitureEvent, 0x01A4AEC0) +DECLARE_EVENT_SOURCE(TESGrabReleaseEvent, 0x01A4AF30) +DECLARE_EVENT_SOURCE(TESInitScriptEvent, 0x01A4AFA0) +DECLARE_EVENT_SOURCE(TESLimbCrippleEvent, 0x01A4B010) +DECLARE_EVENT_SOURCE(TESLoadGameEvent, 0x01A4B080) +DECLARE_EVENT_SOURCE(TESLocationExploredEvent, 0x01A4B0F0) +DECLARE_EVENT_SOURCE(TESLockChangedEvent, 0x01A4B160) +DECLARE_EVENT_SOURCE(TESMagicEffectApplyEvent, 0x01A4B1D0) +DECLARE_EVENT_SOURCE(TESMissionAcceptedEvent, 0x01A4B240) +DECLARE_EVENT_SOURCE(TESObjectLoadedEvent, 0x01A4B2B0) +DECLARE_EVENT_SOURCE(TESObjectREFRTranslationEvent, 0x01A4B320) +DECLARE_EVENT_SOURCE(TESOnPCDialogueTargetEvent, 0x01A4B390) +DECLARE_EVENT_SOURCE(TESOpenCloseEvent, 0x01A4B400) +DECLARE_EVENT_SOURCE(TESPackageEvent, 0x01A4B470) +DECLARE_EVENT_SOURCE(TESPerkEntryRunEvent, 0x01A4B4E0) +DECLARE_EVENT_SOURCE(TESPickNewIdleEvent, 0x01A4B550) +DECLARE_EVENT_SOURCE(TESPickpocketFailedEvent, 0x01A4B5C0) +DECLARE_EVENT_SOURCE(TESPlayerActiveEffectEvent, 0x01A4B630) +DECLARE_EVENT_SOURCE(TESPlayerFollowerWarpEvent, 0x01A4B6A0) +DECLARE_EVENT_SOURCE(TESQuestInitEvent, 0x01A4B710) +DECLARE_EVENT_SOURCE(TESQuestRejectedEvent, 0x01A4B780) +DECLARE_EVENT_SOURCE(TESQuestStageEvent, 0x01A4B7F0) +DECLARE_EVENT_SOURCE(TESQuestStageItemDoneEvent, 0x01A4B860) +DECLARE_EVENT_SOURCE(TESQuestStartStopEvent, 0x01A4B8D0) +DECLARE_EVENT_SOURCE(TESQuestTimerEvent, 0x01A4B940) +DECLARE_EVENT_SOURCE(TESResetEvent, 0x01A4B9B0) +DECLARE_EVENT_SOURCE(TESResolveNPCTemplatesEvent, 0x01A4BA20) +DECLARE_EVENT_SOURCE(TESSceneActionEvent, 0x01A4BA90) +DECLARE_EVENT_SOURCE(TESSceneEvent, 0x01A4BB00) +DECLARE_EVENT_SOURCE(TESScenePhaseEvent, 0x01A4BB70) +DECLARE_EVENT_SOURCE(TESSellEvent, 0x01A4BBE0) +DECLARE_EVENT_SOURCE(TESSleepStartEvent, 0x01A4BC50) +DECLARE_EVENT_SOURCE(TESSleepStopEvent, 0x01A4BCC0) +DECLARE_EVENT_SOURCE(TESSpellCastEvent, 0x01A4BD30) +DECLARE_EVENT_SOURCE(TESSpellCastFailureEvent, 0x01A4BDA0) +DECLARE_EVENT_SOURCE(TESSwitchRaceCompleteEvent, 0x01A4BE10) +DECLARE_EVENT_SOURCE(TESTopicInfoEvent, 0x01A4BE80) +DECLARE_EVENT_SOURCE(TESTrackedStatsEvent, 0x01A4BEF0) +DECLARE_EVENT_SOURCE(TESTrapHitEvent, 0x01A4BF60) +DECLARE_EVENT_SOURCE(TESTriggerEnterEvent, 0x01A4BFD0) +DECLARE_EVENT_SOURCE(TESTriggerEvent, 0x01A4C040) +DECLARE_EVENT_SOURCE(TESTriggerLeaveEvent, 0x01A4C0B0) +DECLARE_EVENT_SOURCE(TESUniqueIDChangeEvent, 0x01A4C190) +DECLARE_EVENT_SOURCE(TESWaitStartEvent, 0x01A4C200) +DECLARE_EVENT_SOURCE(TESWaitStopEvent, 0x01A4C270) +DECLARE_EVENT_SOURCE(TerminalMenuMenuItemRunEvent, 0x01A4C2E0) +DECLARE_EVENT_SOURCE(TerminalMenuOnEnterEvent, 0x01A4C350) +DECLARE_EVENT_SOURCE(WorkshopNPCTransferEvent, 0x01A4C3C0) +DECLARE_EVENT_SOURCE(TESObjectREFRIsReadyForAttachEvent, 0x01A4C430) +DECLARE_EVENT_SOURCE(DefaultObjectsReadyEvent::Event, 0x01A77CC0) +DECLARE_EVENT_SOURCE(ObjectiveState::Event, 0x01B247F0) +DECLARE_EVENT_SOURCE(QuestStatus::Event, 0x01B862E0) +DECLARE_EVENT_SOURCE(RefillAliasEvent::Event, 0x01B86350) +DECLARE_EVENT_SOURCE(TESQuestEvent::Event, 0x01B863C0) +DECLARE_EVENT_SOURCE(RolloverIsCrimeEvent::Event, 0x02150AD0) +DECLARE_EVENT_SOURCE(HideSubtitleEvent::Event, 0x0215BDA0) +DECLARE_EVENT_SOURCE(ShowSubtitleEvent::Event, 0x0215BE10) +DECLARE_EVENT_SOURCE(MissionMenuStateEvent::Event, 0x021B84F0) +DECLARE_EVENT_SOURCE(ClearShipHudTarget::Event, 0x02216200) +DECLARE_EVENT_SOURCE(TryUpdateShipHudTarget::Event, 0x02216270) +DECLARE_EVENT_SOURCE(LocationTextEvent::Event, 0x022710F0) +DECLARE_EVENT_SOURCE(TraitDiscoveryTextEvent::Event, 0x02271160) +DECLARE_EVENT_SOURCE(DaysPassed::Event, 0x0250A5A0) +DECLARE_EVENT_SOURCE(HourPassed::Event, 0x0250A610) +DECLARE_EVENT_SOURCE(ActorDamage::Event, 0x025EBB80) +DECLARE_EVENT_SOURCE(ActorItemEquipped::Event, 0x025EBBF0) +DECLARE_EVENT_SOURCE(ActorKill::Event, 0x025EBC60) +DECLARE_EVENT_SOURCE(AssaultCrime::Event, 0x025EBCD0) +DECLARE_EVENT_SOURCE(DisarmedEvent::Event, 0x025EBD40) +DECLARE_EVENT_SOURCE(FactionRankChange::Event, 0x025EBDB0) +DECLARE_EVENT_SOURCE(GrandTheftHorse::Event, 0x025EBE20) +DECLARE_EVENT_SOURCE(MurderCrime::Event, 0x025EBE90) +DECLARE_EVENT_SOURCE(PiracyCrime::Event, 0x025EBF00) +DECLARE_EVENT_SOURCE(Bleedout::Event, 0x0261A480) +DECLARE_EVENT_SOURCE(ContractedDisease::Event, 0x0261A4F0) +DECLARE_EVENT_SOURCE(ReloadWeaponEvent::Event, 0x0261A560) +DECLARE_EVENT_SOURCE(SpellsLearned::Event, 0x026290D0) +DECLARE_EVENT_SOURCE(Bounty::Event, 0x026CAB40) +DECLARE_EVENT_SOURCE(ChestLooted::Event, 0x026CABB0) +DECLARE_EVENT_SOURCE(CriticalHitEvent::Event, 0x026CAC20) +DECLARE_EVENT_SOURCE(CustomMarkerUpdate::Event, 0x026CAC90) +DECLARE_EVENT_SOURCE(DaysJailed::Event, 0x026CAD00) +DECLARE_EVENT_SOURCE(EnteredUnity::Event, 0x026CAD70) +DECLARE_EVENT_SOURCE(FinePaid::Event, 0x026CADE0) +DECLARE_EVENT_SOURCE(ItemCrafted::Event, 0x026CAE50) +DECLARE_EVENT_SOURCE(ItemSteal::Event, 0x026CAEC0) +DECLARE_EVENT_SOURCE(JailEscape::Event, 0x026CAF30) +DECLARE_EVENT_SOURCE(Jailing::Event, 0x026CAFA0) +DECLARE_EVENT_SOURCE(LevelIncrease::Event, 0x026CB010) +DECLARE_EVENT_SOURCE(LocationMarkerArrayUpdate::Event, 0x026CB080) +DECLARE_EVENT_SOURCE(PlayerActiveEffectChanged::Event, 0x026CB0F0) +DECLARE_EVENT_SOURCE(PlayerAmmoChanged::Event, 0x026CB160) +DECLARE_EVENT_SOURCE(PlayerCharacterQuestEvent::Event, 0x026CB1D0) +DECLARE_EVENT_SOURCE(PlayerDifficultySettingChanged::Event, 0x026CB240) +DECLARE_EVENT_SOURCE(PlayerFastTravel::Event, 0x026CB2B0) +DECLARE_EVENT_SOURCE(PlayerInDialogueChanged::Event, 0x026CB320) +DECLARE_EVENT_SOURCE(PlayerLifeStateChanged::Event, 0x026CB390) +DECLARE_EVENT_SOURCE(PlayerPickpocketSuccess::Event, 0x026CB400) +DECLARE_EVENT_SOURCE(PoisonedWeapon::Event, 0x026CB470) +DECLARE_EVENT_SOURCE(TerminalHacked::Event, 0x026CB4E0) +DECLARE_EVENT_SOURCE(TravelMarkerStateChange::Event, 0x026CB550) +DECLARE_EVENT_SOURCE(WeaponAttack::Event, 0x026CB5C0) +DECLARE_EVENT_SOURCE(Trespass::Event, 0x0272A0F0) +DECLARE_EVENT_SOURCE(VATSEvents::ModeChange, 0x02793F40) +DECLARE_EVENT_SOURCE(VATSCommand, 0x02793FB0) +DECLARE_EVENT_SOURCE(HoursPassed::Event, 0x029FD000) // other events -DECLARE_EVENT_SOURCE(RadioManager::PipboyTransmitterDetectionEvent, 0x023D9160) -DECLARE_EVENT_SOURCE_EX(XPChange::Event, 0x05DAC340) -DECLARE_EVENT_SOURCE_EX(WeaponFiredEvent, 0x05D9EED8) -DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::Event, 0x0674A9B0) -DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::SpellEvent, 0x0674A9D8) -DECLARE_EVENT_SOURCE_EX(AttachReference::Event, 0x05DAC318) +DECLARE_EVENT_SOURCE(RadioManager::PipboyTransmitterDetectionEvent, 0x02480260) +DECLARE_EVENT_SOURCE_EX(XPChange::Event, 0x05F9CAC0) +DECLARE_EVENT_SOURCE_EX(WeaponFiredEvent, 0x05F8F288) +DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::Event, 0x069677B0) +DECLARE_EVENT_SOURCE_EX(ActorEquipManagerEvent::SpellEvent, 0x069677D8) +DECLARE_EVENT_SOURCE_EX(AttachReference::Event, 0x05F9CA98) diff --git a/sfse/GameForms.cpp b/sfse/GameForms.cpp index 774e446..b1765d3 100644 --- a/sfse/GameForms.cpp +++ b/sfse/GameForms.cpp @@ -1,4 +1,4 @@ #include "sfse/GameForms.h" -RelocAddr TESForm::GetFormByNumericID(0x0148F340); -RelocAddr TESForm::GetFormByEditorID(0x0148F4A0); +RelocAddr TESForm::GetFormByNumericID(0x014CD5A0); +RelocAddr TESForm::GetFormByEditorID(0x014CD700); diff --git a/sfse/GameMemory.cpp b/sfse/GameMemory.cpp index ed53f12..94ee8a9 100644 --- a/sfse/GameMemory.cpp +++ b/sfse/GameMemory.cpp @@ -1,6 +1,6 @@ #include "sfse/GameMemory.h" -RelocAddr<_GetMemoryManager> GetMemoryManager(0x005736B4); +RelocAddr<_GetMemoryManager> GetMemoryManager(0x0057DD64); void* Heap_Allocate(size_t size) { diff --git a/sfse/GameMemory.h b/sfse/GameMemory.h index 5a0cf85..404a897 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*, 0x005736D4, size_t size, size_t alignment, bool aligned); - DEFINE_MEMBER_FN_2(Free, void, 0x00589710, void* buf, bool aligned); - DEFINE_MEMBER_FN_0(GetThreadScrapHeap, ScrapHeap*, 0x007838DC); + DEFINE_MEMBER_FN_3(Allocate, void*, 0x0057DD84, size_t size, size_t alignment, bool aligned); + DEFINE_MEMBER_FN_2(Free, void, 0x00593DC0, void* buf, bool aligned); + DEFINE_MEMBER_FN_0(GetThreadScrapHeap, ScrapHeap*, 0x0078D88C); }; using _GetMemoryManager = MemoryManager * (*)(); diff --git a/sfse/GameObjects.h b/sfse/GameObjects.h index b9b4b07..095dbef 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, 0x01B09E78, TESNPC* source); - DEFINE_MEMBER_FN_1(CopyAppearance, void, 0x01B082B0, TESNPC* source); + DEFINE_MEMBER_FN_1(DeriveGeneticParentAppearance, void, 0x01B4CDE8, TESNPC* source); + DEFINE_MEMBER_FN_1(CopyAppearance, void, 0x01B4B220, TESNPC* source); }; static_assert(sizeof(TESNPC) == 0x450); // Un-verified after 1.10.31 static_assert(sizeof(TESNPC::HeadPartData) == 0x28); diff --git a/sfse/GameRTTI.cpp b/sfse/GameRTTI.cpp index bf6dc30..6c0370f 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(0x035ED490); // __RTDynamicCast +RelocAddr <_Runtime_DynamicCast_Internal> Runtime_DynamicCast_Internal(0x037853F0); // __RTDynamicCast void* Runtime_DynamicCast(void* srcObj, const void* fromType, const void* toType) { diff --git a/sfse/GameRTTI.h b/sfse/GameRTTI.h index 18caea5..ab1920c 100644 --- a/sfse/GameRTTI.h +++ b/sfse/GameRTTI.h @@ -851,6 +851,7 @@ extern const void * RTTI_BSGalaxy__Biomes__Map; extern const void * RTTI_BSGalaxy__ModuleState; extern const void * RTTI_BSGalaxy__Physics__Havok__BSGalaxyCollisionObject; extern const void * RTTI_BSGalaxy__Physics__Havok__bhkSpaceWorld; +extern const void * RTTI_BSGalaxy__Storage__SkipCelestialsAndSpaceCellsFunctor; extern const void * RTTI_BSGalaxy__Storage__SkipCelestialsFunctor; extern const void * RTTI_BSGalaxy__hknpBSShiftOffsetCollector; extern const void * RTTI_BSGameDataSystemUtility; @@ -1029,7 +1030,16 @@ extern const void * RTTI_BSPausableItem; extern const void * RTTI_BSPauseRequester; extern const void * RTTI_BSPistonController; extern const void * RTTI_BSPlatform__BNetAsyncRequestBase; +extern const void * RTTI_BSPlatform__BNetFile__download; +extern const void * RTTI_BSPlatform__BNetFile__marketplaceDownload; +extern const void * RTTI_BSPlatform__BNetImage; extern const void * RTTI_BSPlatform__BSBethesdaPlatform; +extern const void * RTTI_BSPlatform__BSMarketplaceImage; +extern const void * RTTI_BSPlatform__BSMarketplaceUploader; +extern const void * RTTI_BSPlatform__BSUserContent; +extern const void * RTTI_BSPlatform__BSUserContentCollection; +extern const void * RTTI_BSPlatform__BSUserContentOperations; +extern const void * RTTI_BSPlatform__BSUserContentSearcherAgent; extern const void * RTTI_BSPlayerDistanceCheckController; extern const void * RTTI_BSPrecomputedNavmeshInfoSearch; extern const void * RTTI_BSProbeGridVolume; @@ -1252,6 +1262,7 @@ extern const void * RTTI_BSSystemFileStreamer__Streamer__StreamerThread; extern const void * RTTI_BSSystemUtilitiesStrings; extern const void * RTTI_BSSystemUtility; extern const void * RTTI_BSTArrayBase__IAllocatorFunctor; +extern const void * RTTI_BSTEventDetail__SourceBase; extern const void * RTTI_BSTSmartPointerPrivate__HandleManagerBase; extern const void * RTTI_BSTableCurve; extern const void * RTTI_BSTaskJobber; @@ -1291,6 +1302,7 @@ extern const void * RTTI_BSWinPCGameDataSystemUtility; extern const void * RTTI_BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled; extern const void * RTTI_BSWinPCSaveDataSystemUtility; extern const void * RTTI_BSWinPCSystemUtility; +extern const void * RTTI_BSWinPCSystemUtility__ConnectionStatusManager; extern const void * RTTI_BSXFlags; extern const void * RTTI_BShkbHkxDB__QueuedHandles; extern const void * RTTI_BShkbUtils__GraphInspectionFunctor; @@ -1680,6 +1692,8 @@ extern const void * RTTI_CompactingStore__NoopMoveCallback; extern const void * RTTI_CompressedArchiveFile; extern const void * RTTI_ConditionVariable; extern const void * RTTI_ConeProjectile; +extern const void * RTTI_ConfirmNewWithModsCallback; +extern const void * RTTI_ConfirmResetCallback; extern const void * RTTI_ConnectionTypeCallback; extern const void * RTTI_Console; extern const void * RTTI_ConsoleLog; @@ -1725,6 +1739,7 @@ extern const void * RTTI_CraftingRecipesDataModel__CraftingRecipesEventShuttle; extern const void * RTTI_CraftingRequirementsDataModel; extern const void * RTTI_CraftingRequirementsDataModel__CraftingRequirementsEventShuttle; extern const void * RTTI_CreateNavigationGridTask; +extern const void * RTTI_CreationData; extern const void * RTTI_CreationRendererPrivate__AddProbeBorderRenderPass; extern const void * RTTI_CreationRendererPrivate__AddScatteringOrderRenderPass; extern const void * RTTI_CreationRendererPrivate__AllocateSkinningBuffersRenderPass; @@ -2270,6 +2285,11 @@ extern const void * RTTI_CreationRenderer__Messaging__StreamedResourceNode; extern const void * RTTI_CreationRenderer__RendererQualityPref; extern const void * RTTI_CreationRenderer__RendererQualitySetting; extern const void * RTTI_CreationRenderer__RendererQualitySettingCollection; +extern const void * RTTI_CreationUninstalledEventListener; +extern const void * RTTI_CreationsLibraryData; +extern const void * RTTI_CreationsLibraryDataModel; +extern const void * RTTI_CreationsLibraryDataModel__CreationsLibraryModelEventShuttle; +extern const void * RTTI_CreationsLibraryEntryData; extern const void * RTTI_CreditsDataModel; extern const void * RTTI_CreditsDataModel__CreditsDataModelEventShuttle; extern const void * RTTI_CreditsMenu; @@ -2338,6 +2358,7 @@ extern const void * RTTI_DeferredDeletion__IDeferredDeleter; extern const void * RTTI_DeferredDeletion__IGCService; extern const void * RTTI_DemoralizeEffect; extern const void * RTTI_DependentAnimationGraphManagerHolder; +extern const void * RTTI_DescriptionBox; extern const void * RTTI_DesyncInteractionHandler; extern const void * RTTI_DetectLifeEffect; extern const void * RTTI_DetectionCollector; @@ -2381,6 +2402,8 @@ extern const void * RTTI_DocAcceptDataModel__DocAcceptEventShuttle; extern const void * RTTI_DocAcceptMenu; extern const void * RTTI_DocAcceptMenu_Accept; extern const void * RTTI_DoorObstacleAdapter; +extern const void * RTTI_DownloadProgressBar; +extern const void * RTTI_DownloadingPopUp; extern const void * RTTI_DropResourcesEffect; extern const void * RTTI_DrugsCraftingMenu; extern const void * RTTI_DualDirectAtNode; @@ -2465,6 +2488,7 @@ extern const void * RTTI_ExtraBendableSplineParams; extern const void * RTTI_ExtraBlueprintPartOriginData; extern const void * RTTI_ExtraBody; extern const void * RTTI_ExtraBoneScaleMap; +extern const void * RTTI_ExtraBountyCrimeList; extern const void * RTTI_ExtraCachedScale; extern const void * RTTI_ExtraCalcedPackIn; extern const void * RTTI_ExtraCanTalkToPlayer; @@ -2682,6 +2706,7 @@ extern const void * RTTI_FavoritesManager__FavoritesUIDataEventShuttle; extern const void * RTTI_FavoritesMenu; extern const void * RTTI_FavoritesMenu_AssignQuickkey; extern const void * RTTI_FavoritesMenu_UseQuickkey; +extern const void * RTTI_FilterSideBar; extern const void * RTTI_FindConnectedNavmeshInfosVisitor; extern const void * RTTI_FindDynamicNeighborsTask; extern const void * RTTI_FindEffectKeywordOnTargetFunctor; @@ -2727,6 +2752,7 @@ extern const void * RTTI_FrenzyEffect; extern const void * RTTI_FurnitureCameraState; extern const void * RTTI_FurnitureMarkerNavmeshPositionCache; extern const void * RTTI_GPUCaptureHandler; +extern const void * RTTI_Gallery_Entry; extern const void * RTTI_GameBIEvents__ClientSettingsBIEvents; extern const void * RTTI_GameBIEvents__PlayerBIEvents; extern const void * RTTI_GameMenuBase; @@ -3003,6 +3029,7 @@ extern const void * RTTI_IVisitProcedures; extern const void * RTTI_IdleDialogueEnterHandler; extern const void * RTTI_IdleDialogueExitHandler; extern const void * RTTI_IdleFlavorHandler; +extern const void * RTTI_ImageCreationThread; extern const void * RTTI_ImageFixtureEvent_RequestImage; extern const void * RTTI_ImageFixtureEvent_UnregisterImage; extern const void * RTTI_ImageFixtureManager; @@ -3015,12 +3042,18 @@ extern const void * RTTI_ImageSpaceModifierInstanceRB; extern const void * RTTI_ImageSpaceModifierInstanceTemp; extern const void * RTTI_ImmunityEffect; extern const void * RTTI_IndustrialCraftingMenu; +extern const void * RTTI_InfiniteList; extern const void * RTTI_IngredientItem; extern const void * RTTI_InitActionI; extern const void * RTTI_InitializeTraversalSubgraphDataFunctor; extern const void * RTTI_InputMemoryStreamBuffer; +extern const void * RTTI_InstalledContent; +extern const void * RTTI_InstalledContentData; +extern const void * RTTI_InstalledContentDataModel; +extern const void * RTTI_InstalledContentDataModel__InstalledContentModelEventShuttle; extern const void * RTTI_IntSeenData; extern const void * RTTI_InteractionCombatDataCollectFunctor; +extern const void * RTTI_InterfacedClass; extern const void * RTTI_InterruptCastHandler; extern const void * RTTI_InventoryDataModelNS__InventoryItem; extern const void * RTTI_InventoryDataModelNS__LootItem; @@ -3114,10 +3147,16 @@ extern const void * RTTI_LightAttachmentRuntimeComponentUpdateService; extern const void * RTTI_LightEffect; extern const void * RTTI_LinearVariable; extern const void * RTTI_LinearVariableInstance; +extern const void * RTTI_LinkedBNETLogin__BNetInitializedEventListener; extern const void * RTTI_LinkedCellProcessHelper; extern const void * RTTI_LoadBufferStorageWrapper; extern const void * RTTI_LoadFileStorageWrapper; extern const void * RTTI_LoadGameMagicCasterVisitor; +extern const void * RTTI_LoadOrder; +extern const void * RTTI_LoadOrderArchive; +extern const void * RTTI_LoadOrderBox; +extern const void * RTTI_LoadOrderEntry; +extern const void * RTTI_LoadOrder_SSB; extern const void * RTTI_LoadSavePanelDataModel; extern const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle; extern const void * RTTI_LoadScreenRenderingEventHandler; @@ -3138,6 +3177,7 @@ extern const void * RTTI_LocationTextWidget_FinishedQueue; extern const void * RTTI_LockEffect; extern const void * RTTI_LocomotionBlend; extern const void * RTTI_LocomotionBlendInstance; +extern const void * RTTI_LoginDialog; extern const void * RTTI_LookAtChainData; extern const void * RTTI_LookAtChainInstance; extern const void * RTTI_LookAtNode; @@ -3174,6 +3214,16 @@ extern const void * RTTI_MainMenu_SetCharacter; extern const void * RTTI_MainMenu_StartAction; extern const void * RTTI_MainMenu_StartLoad; extern const void * RTTI_MainMenu_UploadSave; +extern const void * RTTI_MarketplaceBundleContent; +extern const void * RTTI_MarketplaceCommerce__redeemableListener; +extern const void * RTTI_MarketplaceContent; +extern const void * RTTI_MarketplaceContentCollection; +extern const void * RTTI_MarketplaceDataProducer; +extern const void * RTTI_MarketplaceGameState__gameActiveListener; +extern const void * RTTI_MarketplaceMenu; +extern const void * RTTI_MarketplaceMenu__errorCallback; +extern const void * RTTI_MarketplaceMessages__OkMessageCallback; +extern const void * RTTI_MarketplaceMessages__yesNoMessageCallback; extern const void * RTTI_MassSpringDampenVariable; extern const void * RTTI_MassSpringDampenVariableInstance; extern const void * RTTI_MaterialLayerInterface; @@ -3202,6 +3252,7 @@ extern const void * RTTI_MirrorModifier; extern const void * RTTI_MirrorModifierInstance; extern const void * RTTI_MiscStatManager__FindStatByCRC; extern const void * RTTI_MissileProjectile; +extern const void * RTTI_MissingContent; extern const void * RTTI_MissionBoardMenu; extern const void * RTTI_MissionBoardMenu__MissionBoardMenuEventShuttle; extern const void * RTTI_MissionBoard_MissionEntryChanged; @@ -3481,12 +3532,15 @@ extern const void * RTTI_NullPathBuilderTracker; extern const void * RTTI_ObjectAttachmentFormComponent; extern const void * RTTI_ObjectListItem; extern const void * RTTI_ObstacleTaskData; +extern const void * RTTI_OfflineLoadOrder; extern const void * RTTI_OpenContainerMenuMessage; extern const void * RTTI_OpenEffect; extern const void * RTTI_OpenRefuelMenuMessage; extern const void * RTTI_OpenShipCrewAssignMenuMessage; +extern const void * RTTI_Options; extern const void * RTTI_OwnedCameraEffectController; extern const void * RTTI_OwnedController; +extern const void * RTTI_OwnedEntitlements; extern const void * RTTI_PackageCreator; extern const void * RTTI_PackageList; extern const void * RTTI_PackageLocation; @@ -3938,6 +3992,7 @@ extern const void * RTTI_Refuel_Accept; extern const void * RTTI_Refuel_Cancel; extern const void * RTTI_RegSettingCollection; extern const void * RTTI_ReloadCompleteHandler; +extern const void * RTTI_ReloadProgressBar; extern const void * RTTI_ReloadStateChangeHandler; extern const void * RTTI_RemoveRagdollHandler; extern const void * RTTI_ResearchDataModel; @@ -5184,7 +5239,11 @@ extern const void * RTTI_ScrapHeap; extern const void * RTTI_Script; extern const void * RTTI_ScriptEffect; extern const void * RTTI_ScriptedRefEffect; +extern const void * RTTI_ScrollBar; +extern const void * RTTI_ScrollBar_Horizontal; extern const void * RTTI_ScrollItem; +extern const void * RTTI_SearchPage; +extern const void * RTTI_SearchResultsPage; extern const void * RTTI_SecurityMenu; extern const void * RTTI_SecurityMenu_BackOutKey; extern const void * RTTI_SecurityMenu_CloseMenu; @@ -5220,6 +5279,7 @@ extern const void * RTTI_SetupGraphRagdollHandler; extern const void * RTTI_ShaderReferenceEffect; extern const void * RTTI_SharedHeapAllocator; extern const void * RTTI_ShipActionCameraState; +extern const void * RTTI_ShipBuilderBIEvents__ShipBuilderEventManager; extern const void * RTTI_ShipBuilder_CloseAllMenus; extern const void * RTTI_ShipCombatOrbitCameraState; extern const void * RTTI_ShipCrewAssignData; @@ -5287,9 +5347,12 @@ extern const void * RTTI_ShipRefuelMenuDataModel; extern const void * RTTI_ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle; extern const void * RTTI_ShipTargetingCameraState; extern const void * RTTI_ShowSubsegmentHandler; +extern const void * RTTI_SideBar; extern const void * RTTI_SimpleAnimationGraphManagerHolder; extern const void * RTTI_SimpleAnimationGraphManagerLoadingTask; extern const void * RTTI_SitWaitMenu; +extern const void * RTTI_Sizing__mpBoxSizer; +extern const void * RTTI_Sizing__mpButtonSizer; extern const void * RTTI_SkillsMenu; extern const void * RTTI_SkillsMenu_Accept; extern const void * RTTI_SkillsMenu_AddPatch; @@ -5307,6 +5370,7 @@ extern const void * RTTI_SleepWaitMenu__SleepWaitMenuEventShuttle; extern const void * RTTI_SlideStartHandler; extern const void * RTTI_SlowTimeEffect; extern const void * RTTI_SneakStateChangeHandler; +extern const void * RTTI_SortFilter; extern const void * RTTI_SoulTrapEffect; extern const void * RTTI_SpaceComponentViewAccessWrite; extern const void * RTTI_SpaceshipAIComponentEventHandler; @@ -5462,6 +5526,7 @@ extern const void * RTTI_SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadT extern const void * RTTI_StimpakEffect; extern const void * RTTI_StopFloatingHandler; extern const void * RTTI_StopMountCameraHandler; +extern const void * RTTI_StorageSpaceBar; extern const void * RTTI_StorageTable__AsyncTableColumnBase; extern const void * RTTI_StorageTable__DirectColumnDataStorageInterface; extern const void * RTTI_StorageTable__ScheduleImpl; @@ -5597,6 +5662,7 @@ extern const void * RTTI_TESWeightForm; extern const void * RTTI_TESWordOfPower; extern const void * RTTI_TESWorldSpace; extern const void * RTTI_TES__PostGridLoadNode; +extern const void * RTTI_TagField; extern const void * RTTI_TagPropagationNode; extern const void * RTTI_TagPropagationNodeInstance; extern const void * RTTI_TakeOffInitiateCompleteHandler; @@ -5679,6 +5745,27 @@ extern const void * RTTI_UIDataToFlash; extern const void * RTTI_UIEventDispatcher; extern const void * RTTI_UIMenuChargenMenuDisablePaperdoll; extern const void * RTTI_UISaveLoadManager; +extern const void * RTTI_UI_BarButton; +extern const void * RTTI_UI_Button3; +extern const void * RTTI_UI_Gallery; +extern const void * RTTI_UI_MarkdownText; +extern const void * RTTI_UI_ScrollingBannerList; +extern const void * RTTI_UI_ScrollingList; +extern const void * RTTI_UI_Text; +extern const void * RTTI_UI_Text3; +extern const void * RTTI_UI_bannerEntry; +extern const void * RTTI_UI_bar; +extern const void * RTTI_UI_bottomBar; +extern const void * RTTI_UI_detailsPage; +extern const void * RTTI_UI_detailsPage__OnSale; +extern const void * RTTI_UI_element; +extern const void * RTTI_UI_homePage; +extern const void * RTTI_UI_image; +extern const void * RTTI_UI_image3; +extern const void * RTTI_UI_listEntry; +extern const void * RTTI_UI_listEntry__OnSale; +extern const void * RTTI_UI_tag; +extern const void * RTTI_UI_topBar; extern const void * RTTI_UncullFurnitureBoneHandler; extern const void * RTTI_UncullWeaponsHandler; extern const void * RTTI_UniqueAVCollector; @@ -5697,6 +5784,7 @@ extern const void * RTTI_UpdateParticleParticleInDirtyAabbsTask; extern const void * RTTI_UpdateRigidBodyDirtyAabbsTask; extern const void * RTTI_UpdateSceneRectEvent; extern const void * RTTI_UseStimpakHandler; +extern const void * RTTI_UserContent; extern const void * RTTI_VATS; extern const void * RTTI_VATSCameraState; extern const void * RTTI_VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor; @@ -5704,6 +5792,7 @@ extern const void * RTTI_ValueModifierEffect; extern const void * RTTI_VariableCombiner; extern const void * RTTI_VariableCombinerInstance; extern const void * RTTI_VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor; +extern const void * RTTI_ViewAllEntry; extern const void * RTTI_VirtualPathingDoor; extern const void * RTTI_WaterPathPathingNodeGenerator; extern const void * RTTI_WaterPathRayValidator; @@ -5895,6 +5984,7 @@ extern const void * RTTI_Workshop__WorkshopStatisticsEventSink; extern const void * RTTI_ZeroOverheadHeap; extern const void * RTTI_ZeroPitchHandler; extern const void * RTTI_ZoneEntry; +extern const void * RTTI_allCreationsDownloadedCallback; extern const void * RTTI_bhkBipedOrientationController; extern const void * RTTI_bhkBlockStreamAllocatorBase; extern const void * RTTI_bhkCharProxyController; @@ -5943,6 +6033,8 @@ extern const void * RTTI_bhkWorld; extern const void * RTTI_bhkWorldM; extern const void * RTTI_bnet__Account__ExternalAuthInfo; extern const void * RTTI_bnet__AsyncOperationProxy; +extern const void * RTTI_bnet__Mods__BaseUpdatePreferenceInfo; +extern const void * RTTI_bnet__Mods__UpdateContentPreferenceInfo; extern const void * RTTI_bnet__impl__AsyncOperation; extern const void * RTTI_bps__client__BIEventClient__BulkEventsResult; extern const void * RTTI_bps__client__BIEventClient__CreateSessionResult; @@ -5957,6 +6049,9 @@ extern const void * RTTI_castTest__Leaf; extern const void * RTTI_castTest__OtherLeaf; extern const void * RTTI_castTest__Root; extern const void * RTTI_castTest__WithInterfaces; +extern const void * RTTI_doNothingCallback; +extern const void * RTTI_downloadConfirmResetCallback; +extern const void * RTTI_errorCallback; extern const void * RTTI_hclAction; extern const void * RTTI_hclAntiPinchConstraintInstanceData; extern const void * RTTI_hclAntiPinchConstraintSet; @@ -6595,6 +6690,7 @@ extern const void * RTTI_nsContainerMenu__ConfirmTakeAllTheThingsCallback; extern const void * RTTI_nsControlMappingData__RemapHandler; extern const void * RTTI_nsDataMenuData__GameLoadListener; extern const void * RTTI_nsDialogueMenu__MenuEventCatcher; +extern const void * RTTI_nsMainMenu__DisplayCreditsCTACallback; extern const void * RTTI_nsMainMenu__InvalidUserCallback; extern const void * RTTI_nsMonocle__MenuEventCatcher; extern const void * RTTI_nsMonocle__MonocleFastTravelConfirmFunc; diff --git a/sfse/GameRTTI.inl b/sfse/GameRTTI.inl index 45b52c0..7eff3f1 100644 --- a/sfse/GameRTTI.inl +++ b/sfse/GameRTTI.inl @@ -1,6621 +1,6717 @@ -const void * RTTI_AK__StreamMgr__IAkFileLocationResolver = (void *)0x05F58948; -const void * RTTI_AK__StreamMgr__IAkLowLevelIOHook = (void *)0x05F58A00; -const void * RTTI_AabbHitCollector = (void *)0x05DD8190; -const void * RTTI_AbsorbEffect = (void *)0x05FFA0C0; -const void * RTTI_AccumulatingValueModifierEffect = (void *)0x05FFA0E8; -const void * RTTI_ActionActivateDoneHandler = (void *)0x06041868; -const void * RTTI_ActionInput = (void *)0x05EA0E48; -const void * RTTI_ActionOutput = (void *)0x05EA0E70; -const void * RTTI_ActiveEffect = (void *)0x05FFA068; -const void * RTTI_ActiveEffectReferenceEffectController = (void *)0x05FFA120; -const void * RTTI_ActiveModItemDataModel = (void *)0x05F96460; -const void * RTTI_ActiveModItemDataModel__ActiveModItemEventShuttle = (void *)0x05F96660; -const void * RTTI_Actor = (void *)0x05DDB9F8; -const void * RTTI_ActorKnowledge = (void *)0x0602C550; -const void * RTTI_ActorMagicCaster = (void *)0x05FFA3D8; -const void * RTTI_ActorMover = (void *)0x0602B370; -const void * RTTI_ActorPackageData = (void *)0x06024E10; -const void * RTTI_ActorSceneNextPhaseHandler = (void *)0x0603E7F8; -const void * RTTI_ActorUtils__ArmorRatingVisitor = (void *)0x06023CB8; -const void * RTTI_ActorUtils__ArmorRatingVisitorBase = (void *)0x05FFC998; -const void * RTTI_ActorValueBindingUpdaterService = (void *)0x05EAD550; -const void * RTTI_ActorValueInfo = (void *)0x05F3FAA0; -const void * RTTI_ActorValueOwner = (void *)0x05F23728; -const void * RTTI_ActorValueSnapshot = (void *)0x05DCDF20; -const void * RTTI_Actor__ForEachSpellVisitor = (void *)0x05FFD760; -const void * RTTI_AddRagdollHandler = (void *)0x060419B0; -const void * RTTI_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler = (void *)0x05EB69F0; -const void * RTTI_AimAssistData = (void *)0x05F0BE30; -const void * RTTI_AimAssist__Circle = (void *)0x05E74D98; -const void * RTTI_AimAssist__Ellipse = (void *)0x05F5CBA8; -const void * RTTI_AimAssist__Pill = (void *)0x05F61BB8; -const void * RTTI_AimDownSightData = (void *)0x05F0BFF8; -const void * RTTI_AimModelData = (void *)0x05F0C1F8; -const void * RTTI_AimOpticalSightData = (void *)0x05F0C248; -const void * RTTI_AimOpticalSightStates__Active = (void *)0x05DDF6E8; -const void * RTTI_AimOpticalSightStates__Base = (void *)0x05F61D78; -const void * RTTI_AimOpticalSightStates__BetweenShots = (void *)0x05DDF670; -const void * RTTI_AimOpticalSightStates__Deinitialization = (void *)0x05DDF720; -const void * RTTI_AimOpticalSightStates__Inactive = (void *)0x05DDF5F8; -const void * RTTI_AimOpticalSightStates__Initialization = (void *)0x05DDF630; -const void * RTTI_AimOpticalSightStates__Ready = (void *)0x05DDF6B0; -const void * RTTI_AlarmPackage = (void *)0x05DE0FE8; -const void * RTTI_AlchemyItem = (void *)0x05EC86D0; -const void * RTTI_AliasLegendaryRankCalculator = (void *)0x05F39D78; -const void * RTTI_AllowRotationHandler = (void *)0x06042D70; -const void * RTTI_AllowRotationHandlerReference = (void *)0x0603E4D8; -const void * RTTI_AmmoData = (void *)0x05FB8E30; -const void * RTTI_AnimGraph = (void *)0x060B8790; -const void * RTTI_AnimGraphNode = (void *)0x060B93F8; -const void * RTTI_AnimatedCameraDeltaStartHandler = (void *)0x06042C58; -const void * RTTI_AnimatedCameraEndHandler = (void *)0x06042C90; -const void * RTTI_AnimatedCameraStartHandler = (void *)0x06042C20; -const void * RTTI_AnimationClipDataSingleton = (void *)0x060C7A78; -const void * RTTI_AnimationCompleteHandler = (void *)0x06041958; -const void * RTTI_AnimationCorrectedNode = (void *)0x060C70D0; -const void * RTTI_AnimationCorrectedNodeInstance = (void *)0x060C7098; -const void * RTTI_AnimationDrivenHandler = (void *)0x06041A08; -const void * RTTI_AnimationDrivenHandlerReference = (void *)0x0603E4A0; -const void * RTTI_AnimationFileManagerSingleton = (void *)0x060C7BC8; -const void * RTTI_AnimationGraphInstance = (void *)0x060BA170; -const void * RTTI_AnimationImpactSelector = (void *)0x060C6C90; -const void * RTTI_AnimationImpactSelectorInstance = (void *)0x060C6C58; -const void * RTTI_AnimationManager = (void *)0x060B93A0; -const void * RTTI_AnimationNode = (void *)0x060C7448; -const void * RTTI_AnimationNodeInstance = (void *)0x060C7418; -const void * RTTI_AnimationObjectDrawHandler = (void *)0x06042AD0; -const void * RTTI_AnimationObjectHideHandler = (void *)0x06042B08; -const void * RTTI_AnimationObjectLoadHandler = (void *)0x06042EB8; -const void * RTTI_AnimationObjectUnequipAllHandler = (void *)0x06042A98; -const void * RTTI_AnimationObjectUnequipHandler = (void *)0x06042A60; -const void * RTTI_AnimationRagdoll = (void *)0x060C6F88; -const void * RTTI_AnimationRagdollDrive = (void *)0x060C6F28; -const void * RTTI_AnimationRagdollDriveInstance = (void *)0x060C6EF0; -const void * RTTI_AnimationRagdollInstance = (void *)0x060C6F58; -const void * RTTI_AnimationStanceDataSingletonDBData = (void *)0x060C8458; -const void * RTTI_AnimationStreamLoadGame = (void *)0x05F2B878; -const void * RTTI_AnimationStreamSaveGame = (void *)0x05F2B8A8; -const void * RTTI_AnimationSystemUtils__QueuedAnimationHandles = (void *)0x05F56EC0; -const void * RTTI_AnimationSystemUtils__QueuedModelHandles = (void *)0x05F56F08; -const void * RTTI_AnimationSystemUtils__QueuedReferenceAnimationTask = (void *)0x05F56E70; -const void * RTTI_AnimationSystemUtils__TESModelAndAnimationHandles = (void *)0x05EA50D0; -const void * RTTI_AntiGravityEffect = (void *)0x05FFA518; -const void * RTTI_AnticipateAttackHandler = (void *)0x06041EE0; -const void * RTTI_ArchiveFile = (void *)0x06120F38; -const void * RTTI_ArmorCraftingMenu = (void *)0x05FBD810; -const void * RTTI_ArrowAttachHandler = (void *)0x06041C70; -const void * RTTI_ArrowDetachHandler = (void *)0x06041CA0; -const void * RTTI_ArrowProjectile = (void *)0x06044B40; -const void * RTTI_AssignVariable = (void *)0x060C6E30; -const void * RTTI_AssignVariableInstance = (void *)0x060C6E58; -const void * RTTI_AssigniState = (void *)0x060C6DD8; -const void * RTTI_AssigniStateInstance = (void *)0x060C6E00; -const void * RTTI_AttachDistant3DTask = (void *)0x05ECCA48; -const void * RTTI_AttachReferenceHandler = (void *)0x06042898; -const void * RTTI_AttackStopHandler = (void *)0x060421D8; -const void * RTTI_AttractionObjectLOSUtils__CacheEntry = (void *)0x05F5C028; -const void * RTTI_AutoVanityState = (void *)0x0607B910; -const void * RTTI_AwakeSoundFadeHandler = (void *)0x060424A8; -const void * RTTI_AwakeSoundPauseHandler = (void *)0x06042388; -const void * RTTI_AwakeSoundResumeHandler = (void *)0x060423B8; -const void * RTTI_AwakeSoundStopHandler = (void *)0x060424D8; -const void * RTTI_BGSAIWorldLocationEditorSpacePointRadius = (void *)0x05EA0398; -const void * RTTI_BGSAIWorldLocationInteriorCell = (void *)0x05E9FF48; -const void * RTTI_BGSAIWorldLocationPointRadius = (void *)0x05EA0040; -const void * RTTI_BGSAIWorldLocationPrimitive = (void *)0x05EA0258; -const void * RTTI_BGSAIWorldLocationRefRadius = (void *)0x05EA0290; -const void * RTTI_BGSAVMData = (void *)0x05EAFAF8; -const void * RTTI_BGSAbilityPerkEntry = (void *)0x05F39C08; -const void * RTTI_BGSAcousticSpace = (void *)0x05DDC4F0; -const void * RTTI_BGSAction = (void *)0x05F39380; -const void * RTTI_BGSActionData = (void *)0x05EA0E98; -const void * RTTI_BGSActivity = (void *)0x05E9E0D0; -const void * RTTI_BGSActivityTrackerFormComponent = (void *)0x05EB6930; -const void * RTTI_BGSActorValueActivity = (void *)0x05E9E120; -const void * RTTI_BGSActorValueActivity_Runtime = (void *)0x05E9E098; -const void * RTTI_BGSAddToInventoryOnDestroy = (void *)0x05EB6B68; -const void * RTTI_BGSAddonNode = (void *)0x05F1E5D8; -const void * RTTI_BGSAddonNodeSoundHandleExtra = (void *)0x05F1E600; -const void * RTTI_BGSAffinityEvent = (void *)0x05F1AB88; -const void * RTTI_BGSAimAssistModel = (void *)0x05F0BDC8; -const void * RTTI_BGSAimAssistPoseData = (void *)0x05F1D948; -const void * RTTI_BGSAimDownSightModel = (void *)0x05F0C020; -const void * RTTI_BGSAimModel = (void *)0x05F0C220; -const void * RTTI_BGSAimOpticalSightModel = (void *)0x05F0C278; -const void * RTTI_BGSAmbienceSet = (void *)0x05F0C2F8; -const void * RTTI_BGSAnimationGraphComponent = (void *)0x05EA2448; -const void * RTTI_BGSAnimationPathImplementation = (void *)0x06023C58; -const void * RTTI_BGSApplyMagicEffectActivity = (void *)0x05E9E460; -const void * RTTI_BGSApplyMagicEffectActivity_Runtime = (void *)0x05E9E420; -const void * RTTI_BGSArtObject = (void *)0x05F1E668; -const void * RTTI_BGSArtObjectCloneTask = (void *)0x05F1E638; -const void * RTTI_BGSAssociationType = (void *)0x05F393A0; -const void * RTTI_BGSAtmosphere = (void *)0x05F1D788; -const void * RTTI_BGSAttachParentArray = (void *)0x05EB6F38; -const void * RTTI_BGSAttachTechniquesUtil__AttachTechniquesFunctor = (void *)0x05ED9280; -const void * RTTI_BGSAttachTechniquesUtil__DetachTechniquesFunctor = (void *)0x05ED92D0; -const void * RTTI_BGSAttachTechniquesUtil__ProcessTechniquesFunctor = (void *)0x05ED9320; -const void * RTTI_BGSAttackData = (void *)0x05F3FC18; -const void * RTTI_BGSAttackDataForm = (void *)0x05ED3120; -const void * RTTI_BGSAttackDataMap = (void *)0x05F3FC40; -const void * RTTI_BGSAttractionRule = (void *)0x05F1ABB0; -const void * RTTI_BGSAudioOcclusionPrimitive = (void *)0x05EAE090; -const void * RTTI_BGSAudio_Internal__LooseAudioRegistrar = (void *)0x05F57B28; -const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo = (void *)0x05F57B70; -const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo = (void *)0x05F57BC0; -const void * RTTI_BGSAudio_Internal__WwiseGameObjectMgr = (void *)0x05F57E30; -const void * RTTI_BGSAudio_Internal__WwiseIODevice = (void *)0x05F58530; -const void * RTTI_BGSAudio_Internal__WwiseIOMgr = (void *)0x05F584F8; -const void * RTTI_BGSAudio__IEmitterResolver = (void *)0x05F58A38; -const void * RTTI_BGSAudio__RefNodeResolver = (void *)0x05F588C8; -const void * RTTI_BGSAudio__WwiseService = (void *)0x05F58898; -const void * RTTI_BGSBarterActivity = (void *)0x05E9F6D8; -const void * RTTI_BGSBarterActivity_Runtime = (void *)0x05E9F658; -const void * RTTI_BGSBaseAlias = (void *)0x05F1ACB0; -const void * RTTI_BGSBaseLODBlock = (void *)0x05EB0480; -const void * RTTI_BGSBaseLODBlock__AutoDetachBlock = (void *)0x05EB0448; -const void * RTTI_BGSBaseLODBlock__GeometryAutoDetachBlock = (void *)0x05EB03B8; -const void * RTTI_BGSBaseLODRuntimeComponent = (void *)0x05EB0880; -const void * RTTI_BGSBendableSpline = (void *)0x05F1E690; -const void * RTTI_BGSBiome = (void *)0x05DDC5E8; -const void * RTTI_BGSBiomeMarkerObject = (void *)0x05F0CAA0; -const void * RTTI_BGSBiome__MarkerKeywordData = (void *)0x05F1DB98; -const void * RTTI_BGSBleedoutActivity = (void *)0x05E9E5A0; -const void * RTTI_BGSBleedoutActivity_Runtime = (void *)0x05E9E568; -const void * RTTI_BGSBlockBashData = (void *)0x05ED3148; -const void * RTTI_BGSBodyManager = (void *)0x05EA5B30; -const void * RTTI_BGSBodyPartData = (void *)0x05DDED20; -const void * RTTI_BGSBodyPartInfo = (void *)0x05DDC0D0; -const void * RTTI_BGSBodyUtils__SkinColorUpdateNode = (void *)0x05EA5A58; -const void * RTTI_BGSBoneModifier = (void *)0x05F0CC30; -const void * RTTI_BGSBuildWorkshopActivity = (void *)0x05E9E6A0; -const void * RTTI_BGSBuildWorkshopActivity_Runtime = (void *)0x05E9E668; -const void * RTTI_BGSCameraPath = (void *)0x05F36238; -const void * RTTI_BGSCameraShot = (void *)0x05F36260; -const void * RTTI_BGSChallengeForm = (void *)0x05EAFA78; -const void * RTTI_BGSCharacterMorph__FacialBoneSculptSlider = (void *)0x05F1AC18; -const void * RTTI_BGSCharacterMorph__FacialBoneSlider = (void *)0x05F1ABD8; -const void * RTTI_BGSCityMapsUsageComponent = (void *)0x05EA8848; -const void * RTTI_BGSCloudForm = (void *)0x05F12AF0; -const void * RTTI_BGSCollisionLayer = (void *)0x05F36288; -const void * RTTI_BGSColorForm = (void *)0x05F362B0; -const void * RTTI_BGSCompleteResearchActivity = (void *)0x05E9E760; -const void * RTTI_BGSCompleteResearchActivity_Runtime = (void *)0x05E9E720; -const void * RTTI_BGSConditionForm = (void *)0x05DDBA88; -const void * RTTI_BGSConstructibleObject = (void *)0x05F1E6B8; -const void * RTTI_BGSConsumeActivity = (void *)0x05E9E870; -const void * RTTI_BGSConsumeActivity_Runtime = (void *)0x05E9E838; -const void * RTTI_BGSContactShadowComponent = (void *)0x05EA8908; -const void * RTTI_BGSConveyorBelt__ConveyorBelt = (void *)0x05EBE9A0; -const void * RTTI_BGSCraftActivity = (void *)0x05E9E990; -const void * RTTI_BGSCraftActivity_Runtime = (void *)0x05E9E960; -const void * RTTI_BGSCraftableForm = (void *)0x05F0CAD0; -const void * RTTI_BGSCraftingResourceOwner = (void *)0x05DDC0F8; -const void * RTTI_BGSCrippleLimbActivity = (void *)0x05E9EA80; -const void * RTTI_BGSCrippleLimbActivity_Runtime = (void *)0x05E9EA48; -const void * RTTI_BGSCrowdComponent = (void *)0x05EB72C0; -const void * RTTI_BGSCurve3DForm = (void *)0x05F0BE58; -const void * RTTI_BGSCurveForm = (void *)0x05F0BE80; -const void * RTTI_BGSCustomShipForm = (void *)0x05EA8B60; -const void * RTTI_BGSDamageType = (void *)0x05F1DC08; -const void * RTTI_BGSDebris = (void *)0x05F1E6E8; -const void * RTTI_BGSDecalManager = (void *)0x05ED9EE0; -const void * RTTI_BGSDecalNode = (void *)0x05ED9FA0; -const void * RTTI_BGSDefaultObject = (void *)0x05E74588; -const void * RTTI_BGSDefaultObjectManager = (void *)0x05E74840; -const void * RTTI_BGSDestroyShipActivity = (void *)0x05E9EB38; -const void * RTTI_BGSDestroyShipActivity_Runtime = (void *)0x05E9EAB0; -const void * RTTI_BGSDestructibleObjectForm = (void *)0x05EC8720; -const void * RTTI_BGSDialogueBranch = (void *)0x05DDC378; -const void * RTTI_BGSDisplayCaseFormComponent = (void *)0x05EB7408; -const void * RTTI_BGSDistantObjectBlock = (void *)0x05F53070; -const void * RTTI_BGSDockingActivity = (void *)0x05E9EBF8; -const void * RTTI_BGSDockingActivity_Runtime = (void *)0x05E9EC28; -const void * RTTI_BGSDualCastData = (void *)0x05EC8750; -const void * RTTI_BGSDynamicLODBlock = (void *)0x05EB0E28; -const void * RTTI_BGSDynamicLODBlock__InstancedAutoDetachBlock = (void *)0x05EB0DE0; -const void * RTTI_BGSEchoListener = (void *)0x05F1E3C0; -const void * RTTI_BGSEffectSequenceForm = (void *)0x05F0CAF8; -const void * RTTI_BGSEffectSequenceFormComponent = (void *)0x05EB7780; -const void * RTTI_BGSEntryPointFunctionData = (void *)0x05F39510; -const void * RTTI_BGSEntryPointFunctionDataAVAndValue = (void *)0x05F395B0; -const void * RTTI_BGSEntryPointFunctionDataActivateChoice = (void *)0x05F394D0; -const void * RTTI_BGSEntryPointFunctionDataBooleanGraphVariable = (void *)0x05F39410; -const void * RTTI_BGSEntryPointFunctionDataLeveledList = (void *)0x05F395F0; -const void * RTTI_BGSEntryPointFunctionDataOneValue = (void *)0x05F39540; -const void * RTTI_BGSEntryPointFunctionDataProjectile = (void *)0x05F39490; -const void * RTTI_BGSEntryPointFunctionDataSpellItem = (void *)0x05F393D0; -const void * RTTI_BGSEntryPointFunctionDataText = (void *)0x05F39458; -const void * RTTI_BGSEntryPointFunctionDataTwoValue = (void *)0x05F39578; -const void * RTTI_BGSEntryPointPerkEntry = (void *)0x05F39C38; -const void * RTTI_BGSEquipSlot = (void *)0x05F396E8; -const void * RTTI_BGSExplosion = (void *)0x05F1E708; -const void * RTTI_BGSExternalComponentDataSource = (void *)0x05EB77B8; -const void * RTTI_BGSFaceFX = (void *)0x05EB3AA0; -const void * RTTI_BGSFacialExpressionData = (void *)0x05EADEA0; -const void * RTTI_BGSFadeManager = (void *)0x05EA6480; -const void * RTTI_BGSFogVolumeForm = (void *)0x05F12B18; -const void * RTTI_BGSFootIkImplementation = (void *)0x06023C28; -const void * RTTI_BGSFootstep = (void *)0x05F363E0; -const void * RTTI_BGSFootstepManager = (void *)0x060261A8; -const void * RTTI_BGSFootstepSet = (void *)0x05F36408; -const void * RTTI_BGSForceData = (void *)0x05F0C320; -const void * RTTI_BGSForcedLocRefType = (void *)0x05EB7B50; -const void * RTTI_BGSFormFolderKeywordList = (void *)0x05EAFC30; -const void * RTTI_BGSFormLinkData = (void *)0x05EB7C80; -const void * RTTI_BGSGameplayOption = (void *)0x05EADED0; -const void * RTTI_BGSGameplayOptionGroup = (void *)0x05EAE000; -const void * RTTI_BGSGenericBaseForm = (void *)0x05F1E730; -const void * RTTI_BGSGenericBaseFormTemplate = (void *)0x05F1E790; -const void * RTTI_BGSGeometryConstructorManager = (void *)0x06014AD0; -const void * RTTI_BGSGrassManager__AddCellGrassTask = (void *)0x05EDAD40; -const void * RTTI_BGSGrassManager__CellGrass = (void *)0x05EDADF0; -const void * RTTI_BGSGravJumpActivity = (void *)0x05E9ED28; -const void * RTTI_BGSGravJumpActivity_Runtime = (void *)0x05E9ECA0; -const void * RTTI_BGSGroundCover = (void *)0x05F22A08; -const void * RTTI_BGSGroupedInstancedGeometry = (void *)0x05EA83E8; -const void * RTTI_BGSHarvestActivity = (void *)0x05E9EDD8; -const void * RTTI_BGSHarvestActivity_Runtime = (void *)0x05E9ED58; -const void * RTTI_BGSHavokGeometryAttach = (void *)0x05ED9138; -const void * RTTI_BGSHavokGeometryAttach__ActionPolicy = (void *)0x05ED9168; -const void * RTTI_BGSHavokGeometryAttach__AttachPolicy = (void *)0x05ED90B8; -const void * RTTI_BGSHavokGeometryAttach__DetachPolicy = (void *)0x05ED90F8; -const void * RTTI_BGSHazard = (void *)0x05DF21A0; -const void * RTTI_BGSHeadPart = (void *)0x05F39738; -const void * RTTI_BGSIdleCollection = (void *)0x05DDC6E8; -const void * RTTI_BGSIdleMarker = (void *)0x05F39760; -const void * RTTI_BGSImpactData = (void *)0x05F36430; -const void * RTTI_BGSImpactDataSet = (void *)0x05F36518; -const void * RTTI_BGSImpactManager = (void *)0x06006670; -const void * RTTI_BGSInstanceNamingRules = (void *)0x05DDE5C8; -const void * RTTI_BGSInventoryInterface = (void *)0x06015F08; -const void * RTTI_BGSInventoryList = (void *)0x05EDB6E8; -const void * RTTI_BGSKeyword = (void *)0x05DDC5C0; -const void * RTTI_BGSKeywordForm = (void *)0x05DF4218; -const void * RTTI_BGSKillActivity = (void *)0x05E9EE78; -const void * RTTI_BGSKillActivity_Runtime = (void *)0x05E9EE08; -const void * RTTI_BGSLODManager = (void *)0x05F53D70; -const void * RTTI_BGSLODStates__Geometry__Attached = (void *)0x05DDC068; -const void * RTTI_BGSLODStates__Geometry__Attaching = (void *)0x05DDBF30; -const void * RTTI_BGSLODStates__Geometry__Base = (void *)0x05EB0268; -const void * RTTI_BGSLODStates__Geometry__DeferredDetach = (void *)0x05DDBF68; -const void * RTTI_BGSLODStates__Geometry__DeferredDetachComplete = (void *)0x05DDBFB0; -const void * RTTI_BGSLODStates__Geometry__Detached = (void *)0x05DDBDE0; -const void * RTTI_BGSLODStates__Geometry__Invisible = (void *)0x05DDBFF8; -const void * RTTI_BGSLODStates__Geometry__Loaded = (void *)0x05DDBCE0; -const void * RTTI_BGSLODStates__Geometry__Loading = (void *)0x05DDBEF8; -const void * RTTI_BGSLODStates__Geometry__Prepared = (void *)0x05DDBEC0; -const void * RTTI_BGSLODStates__Geometry__Preparing = (void *)0x05DDBE18; -const void * RTTI_BGSLODStates__Geometry__RequestingResources = (void *)0x05DDBD60; -const void * RTTI_BGSLODStates__Geometry__Reset = (void *)0x05DDBE88; -const void * RTTI_BGSLODStates__Geometry__ResourcesBusy = (void *)0x05DDBD18; -const void * RTTI_BGSLODStates__Geometry__ResourcesReady = (void *)0x05DDBDA0; -const void * RTTI_BGSLODStates__Geometry__Unloaded = (void *)0x05DDBE50; -const void * RTTI_BGSLODStates__Geometry__Visible = (void *)0x05DDC030; -const void * RTTI_BGSLODStates__Node__Active = (void *)0x05DDF3A8; -const void * RTTI_BGSLODStates__Node__Base = (void *)0x05F54640; -const void * RTTI_BGSLODStates__Node__Fading = (void *)0x05F54D60; -const void * RTTI_BGSLODStates__Node__FadingIn = (void *)0x05DDF4C0; -const void * RTTI_BGSLODStates__Node__FadingOut = (void *)0x05DDF538; -const void * RTTI_BGSLODStates__Node__Inactive = (void *)0x05DDF450; -const void * RTTI_BGSLODStates__Node__IntersectsLoadedArea = (void *)0x05DDF3D8; -const void * RTTI_BGSLODStates__Node__Loaded = (void *)0x05DDF378; -const void * RTTI_BGSLODStates__Node__OutsideLoadedArea = (void *)0x05DDF570; -const void * RTTI_BGSLODStates__Node__PendingCellClearBase = (void *)0x05F546D8; -const void * RTTI_BGSLODStates__Node__PrepareFading = (void *)0x05F54D28; -const void * RTTI_BGSLODStates__Node__PrepareFadingIn = (void *)0x05DDF488; -const void * RTTI_BGSLODStates__Node__PrepareFadingOut = (void *)0x05DDF4F8; -const void * RTTI_BGSLODStates__Node__Split = (void *)0x05DDF5B0; -const void * RTTI_BGSLODStates__Node__Unloaded = (void *)0x05DDF418; -const void * RTTI_BGSLandPlanetActivity = (void *)0x05E9EF68; -const void * RTTI_BGSLandPlanetActivity_Runtime = (void *)0x05E9EF98; -const void * RTTI_BGSLayeredMaterialSwap = (void *)0x05F0C898; -const void * RTTI_BGSLegendaryItem = (void *)0x05F0CB28; -const void * RTTI_BGSLensFlare = (void *)0x05F1E808; -const void * RTTI_BGSLensFlareSprite = (void *)0x05F1E878; -const void * RTTI_BGSLevGenericBaseForm = (void *)0x05F1E8A8; -const void * RTTI_BGSLevPackIn = (void *)0x05F1E8D8; -const void * RTTI_BGSLevSpaceCell = (void *)0x05F22A68; -const void * RTTI_BGSLightingTemplate = (void *)0x05F22A90; -const void * RTTI_BGSLinkedVoiceType = (void *)0x05EB7E30; -const void * RTTI_BGSListForm = (void *)0x05F36598; -const void * RTTI_BGSLoadFormBuffer = (void *)0x05ECA8B0; -const void * RTTI_BGSLoadGameBuffer = (void *)0x05ECA8D8; -const void * RTTI_BGSLoadGameBufferSimple = (void *)0x05ECA900; -const void * RTTI_BGSLoadedSceneLODBlock = (void *)0x05F54610; -const void * RTTI_BGSLocAlias = (void *)0x05F39888; -const void * RTTI_BGSLocation = (void *)0x05DDC3E8; -const void * RTTI_BGSLocationRefType = (void *)0x05DDC518; -const void * RTTI_BGSLockPickActivity = (void *)0x05E9F838; -const void * RTTI_BGSLockPickActivity_Runtime = (void *)0x05E9F800; -const void * RTTI_BGSLodOwnerComponent = (void *)0x05EB8048; -const void * RTTI_BGSLodRuntimeOwnerComponent = (void *)0x05EB07F8; -const void * RTTI_BGSLootContainerActivity = (void *)0x05E9F058; -const void * RTTI_BGSLootContainerActivity_Runtime = (void *)0x05E9EFD0; -const void * RTTI_BGSLoseEnemyActivity = (void *)0x05E9F198; -const void * RTTI_BGSLoseEnemyActivity_Runtime = (void *)0x05E9F1C8; -const void * RTTI_BGSMaterialPathForm = (void *)0x05F0C6B8; -const void * RTTI_BGSMaterialPropertyComponent = (void *)0x05EB8268; -const void * RTTI_BGSMaterialType = (void *)0x05F36698; -const void * RTTI_BGSMeleeAimAssistModel = (void *)0x05F0BEA8; -const void * RTTI_BGSMessage = (void *)0x05DDC308; -const void * RTTI_BGSMod__Attachment__Mod = (void *)0x05DDC0A0; -const void * RTTI_BGSMod__Property__BridgeI = (void *)0x05E66990; -const void * RTTI_BGSMod__Template__Item = (void *)0x05EB82A0; -const void * RTTI_BGSMod__Template__Items = (void *)0x05F215E0; -const void * RTTI_BGSModelMaterialSwap = (void *)0x05EB8518; -const void * RTTI_BGSModelNode = (void *)0x05EDB880; -const void * RTTI_BGSMorphableObject = (void *)0x05F1E900; -const void * RTTI_BGSMotorAction__Action = (void *)0x05EBEAD8; -const void * RTTI_BGSMotorAction__FanMotor = (void *)0x05EBEAA8; -const void * RTTI_BGSMovableStatic = (void *)0x05F1EA70; -const void * RTTI_BGSMovementType = (void *)0x05F398B0; -const void * RTTI_BGSMoviePlayer = (void *)0x060066C0; -const void * RTTI_BGSMultiTechniqueAttach = (void *)0x05ED9048; -const void * RTTI_BGSMultiTechniqueAttach__ActionPolicy = (void *)0x05ED9078; -const void * RTTI_BGSMultiTechniqueAttach__AttachPolicy = (void *)0x05ED8FC8; -const void * RTTI_BGSMultiTechniqueAttach__DetachPolicy = (void *)0x05ED9008; -const void * RTTI_BGSMusicPaletteTrack = (void *)0x05F366E8; -const void * RTTI_BGSMusicSilenceTrack = (void *)0x05F36740; -const void * RTTI_BGSMusicSingleTrack = (void *)0x05F36808; -const void * RTTI_BGSMusicTrack = (void *)0x05F36718; -const void * RTTI_BGSMusicTrackFormWrapper = (void *)0x05F36838; -const void * RTTI_BGSMusicType = (void *)0x05DDC4A0; -const void * RTTI_BGSNamedNodeAttach = (void *)0x05ED9218; -const void * RTTI_BGSNamedNodeAttach__ActionPolicy = (void *)0x05ED9248; -const void * RTTI_BGSNamedNodeAttach__AttachPolicy = (void *)0x05ED91A8; -const void * RTTI_BGSNamedNodeAttach__DetachPolicy = (void *)0x05ED91E0; -const void * RTTI_BGSNavigationGridManager = (void *)0x05EE1158; -const void * RTTI_BGSNote = (void *)0x05DDE950; -const void * RTTI_BGSObjectInstanceExtra = (void *)0x05EB3948; -const void * RTTI_BGSObjectPlacementDefaults = (void *)0x05EB8748; -const void * RTTI_BGSObjectSwap = (void *)0x05F1E0A8; -const void * RTTI_BGSObjectVisibilityManager = (void *)0x05E17D20; -const void * RTTI_BGSObjectWindowFilterComponent = (void *)0x05EA8CB0; -const void * RTTI_BGSOrbitalDataComponent = (void *)0x05EB8858; -const void * RTTI_BGSOrbitedDataComponent = (void *)0x05EB8D78; -const void * RTTI_BGSOutfit = (void *)0x05F1ED78; -const void * RTTI_BGSOverridePackCollection = (void *)0x05ED3578; -const void * RTTI_BGSPackIn = (void *)0x05DDE630; -const void * RTTI_BGSPackInUtils__BGSPackInEventHandler = (void *)0x05F1EF58; -const void * RTTI_BGSPackageDataBool = (void *)0x05DDEF90; -const void * RTTI_BGSPackageDataFloat = (void *)0x05F3FDF8; -const void * RTTI_BGSPackageDataInt = (void *)0x05F3FD08; -const void * RTTI_BGSPackageDataLocation = (void *)0x05F3FE60; -const void * RTTI_BGSPackageDataLocationWrapper = (void *)0x05F3FE90; -const void * RTTI_BGSPackageDataObjectList = (void *)0x05DDF1D0; -const void * RTTI_BGSPackageDataRef = (void *)0x05F3FF78; -const void * RTTI_BGSPackageDataRefOLD = (void *)0x05F3FDC8; -const void * RTTI_BGSPackageDataScene = (void *)0x05DDB978; -const void * RTTI_BGSPackageDataTargetSelector = (void *)0x05F3FE28; -const void * RTTI_BGSPackageDataTopic = (void *)0x05DDF288; -const void * RTTI_BGSPapyrusScriptsComponent = (void *)0x05EB9288; -const void * RTTI_BGSParticleObjectCloneTask = (void *)0x05F4FF80; -const void * RTTI_BGSParticleSystemDefineCollection = (void *)0x05F0CB50; -const void * RTTI_BGSPathingData = (void *)0x05EB9340; -const void * RTTI_BGSPerk = (void *)0x05DDE930; -const void * RTTI_BGSPerkRank = (void *)0x05F39C68; -const void * RTTI_BGSPhotoModeFeature = (void *)0x05EAFAC8; -const void * RTTI_BGSPickupPutdownSounds = (void *)0x05DF42C0; -const void * RTTI_BGSPlanetContentManager = (void *)0x060175C8; -const void * RTTI_BGSPlanetContentManagerBranchNode = (void *)0x05EF3148; -const void * RTTI_BGSPlanetContentManagerContentNode = (void *)0x05DDCA68; -const void * RTTI_BGSPlanetContentManagerContentProperties = (void *)0x05EEB2B8; -const void * RTTI_BGSPlanetContentManagerTree = (void *)0x05EF3888; -const void * RTTI_BGSPlanetContentManager__ILogEventData = (void *)0x05EF30D0; -const void * RTTI_BGSPlanet__Atmosphere = (void *)0x05EEB360; -const void * RTTI_BGSPlanet__ContentPlacement = (void *)0x05EEFA40; -const void * RTTI_BGSPlanet__IModule = (void *)0x05EEB338; -const void * RTTI_BGSPlanet__LandingMarkers = (void *)0x05EEF0F8; -const void * RTTI_BGSPlanet__Landscape = (void *)0x05EEF638; -const void * RTTI_BGSPlanet__Manager = (void *)0x05EEF780; -const void * RTTI_BGSPlanet__Manager__MoveToNode = (void *)0x05EEF8F0; -const void * RTTI_BGSPlanet__Manager__ShiftToTask = (void *)0x05EEF928; -const void * RTTI_BGSPlanet__MultiFiles__Grid = (void *)0x05EEF338; -const void * RTTI_BGSPlanet__MultiFiles__MasterFile = (void *)0x05EEF3D8; -const void * RTTI_BGSPlanet__NavMeshGen = (void *)0x05EF0310; -const void * RTTI_BGSPlanet__OrderedLandTextures = (void *)0x05EEF888; -const void * RTTI_BGSPlanet__Overlays = (void *)0x05EEF8C0; -const void * RTTI_BGSPlanet__PlanetData = (void *)0x05EEE558; -const void * RTTI_BGSPlanet__ProcGen = (void *)0x05EF1678; -const void * RTTI_BGSPlanet__ProcGenRuntimeService = (void *)0x05EF1D30; -const void * RTTI_BGSPlanet__ScanCollection = (void *)0x05F7AF90; -const void * RTTI_BGSPlanet__SurfaceMapModule = (void *)0x05EEFA78; -const void * RTTI_BGSPlanet__UpdateNavMeshTaskNode = (void *)0x05EEFEE8; -const void * RTTI_BGSPlayerMusicChanger = (void *)0x05FFC4E8; -const void * RTTI_BGSPlayerPickpocketActivity = (void *)0x05E9F2E0; -const void * RTTI_BGSPlayerPickpocketActivity_Runtime = (void *)0x05E9F248; -const void * RTTI_BGSPreviewTransform = (void *)0x05EB93F0; -const void * RTTI_BGSPrimitive = (void *)0x05EDBAC8; -const void * RTTI_BGSPrimitiveBox = (void *)0x05EDBB40; -const void * RTTI_BGSPrimitiveComponent = (void *)0x05EB9520; -const void * RTTI_BGSPrimitiveCylinder = (void *)0x05EDBBC8; -const void * RTTI_BGSPrimitiveEllipsoid = (void *)0x05EDBB68; -const void * RTTI_BGSPrimitiveLine = (void *)0x05EDBAF0; -const void * RTTI_BGSPrimitivePlane = (void *)0x05EDBB18; -const void * RTTI_BGSPrimitiveSphere = (void *)0x05EDBB98; -const void * RTTI_BGSProcedureAcquire = (void *)0x05F45EB8; -const void * RTTI_BGSProcedureAcquireExecState = (void *)0x05F45F48; -const void * RTTI_BGSProcedureActivate = (void *)0x05F46170; -const void * RTTI_BGSProcedureActivateExecState = (void *)0x05F461F8; -const void * RTTI_BGSProcedureAmbush = (void *)0x05EA07F0; -const void * RTTI_BGSProcedureAmbushExecState = (void *)0x05EA0758; -const void * RTTI_BGSProcedureBase = (void *)0x05EA0820; -const void * RTTI_BGSProcedureCombatTravel = (void *)0x05F46628; -const void * RTTI_BGSProcedureCombatTravelExecState = (void *)0x05F46580; -const void * RTTI_BGSProcedureDialogue = (void *)0x05F46840; -const void * RTTI_BGSProcedureDialogueActivate = (void *)0x05F46A70; -const void * RTTI_BGSProcedureDialogueActivateExecState = (void *)0x05F46B10; -const void * RTTI_BGSProcedureDialogueExecState = (void *)0x05F457F0; -const void * RTTI_BGSProcedureDone = (void *)0x05F45D08; -const void * RTTI_BGSProcedureDoneExecState = (void *)0x05F45890; -const void * RTTI_BGSProcedureEat = (void *)0x05F46D40; -const void * RTTI_BGSProcedureEatExecState = (void *)0x05F45760; -const void * RTTI_BGSProcedureEscort = (void *)0x05F487A8; -const void * RTTI_BGSProcedureEscortExecState = (void *)0x05F48838; -const void * RTTI_BGSProcedureFind = (void *)0x05F48C18; -const void * RTTI_BGSProcedureFindExecState = (void *)0x05F456C8; -const void * RTTI_BGSProcedureFlee = (void *)0x05F4A478; -const void * RTTI_BGSProcedureFleeExecState = (void *)0x05F4A4F8; -const void * RTTI_BGSProcedureFlightGrab = (void *)0x05F4A798; -const void * RTTI_BGSProcedureFlightGrabExecState = (void *)0x05F4A828; -const void * RTTI_BGSProcedureFollow = (void *)0x05F4AD70; -const void * RTTI_BGSProcedureFollowExecState = (void *)0x05F4ABE8; -const void * RTTI_BGSProcedureFollowTo = (void *)0x05F4AC78; -const void * RTTI_BGSProcedureForceGreet = (void *)0x05F4AFE8; -const void * RTTI_BGSProcedureGuard = (void *)0x05F4B340; -const void * RTTI_BGSProcedureGuardArea = (void *)0x05F4B3F8; -const void * RTTI_BGSProcedureGuardExecState = (void *)0x05F4B368; -const void * RTTI_BGSProcedureHeadtrack = (void *)0x05EA0B30; -const void * RTTI_BGSProcedureHeadtrackExecState = (void *)0x05EA0BB8; -const void * RTTI_BGSProcedureHoldPosition = (void *)0x05F4B6F0; -const void * RTTI_BGSProcedureHoldPositionExecState = (void *)0x05F44540; -const void * RTTI_BGSProcedureHover = (void *)0x05F4B9A8; -const void * RTTI_BGSProcedureHoverExecState = (void *)0x05F4B910; -const void * RTTI_BGSProcedureKeepAnEyeOn = (void *)0x05F4BBC8; -const void * RTTI_BGSProcedureKeepAnEyeOnExecState = (void *)0x05F445E8; -const void * RTTI_BGSProcedureLock = (void *)0x05F4BF98; -const void * RTTI_BGSProcedureLockUnlockExecState = (void *)0x05F4C028; -const void * RTTI_BGSProcedureOrbit = (void *)0x05F4C2D8; -const void * RTTI_BGSProcedureOrbitExecState = (void *)0x05F4C248; -const void * RTTI_BGSProcedurePatrol = (void *)0x05F4C548; -const void * RTTI_BGSProcedurePatrolExecState = (void *)0x05F4C5E0; -const void * RTTI_BGSProcedurePlayIdle = (void *)0x05EA0F00; -const void * RTTI_BGSProcedurePlayIdleExecState = (void *)0x05EA0F88; -const void * RTTI_BGSProcedurePursue = (void *)0x05F4C808; -const void * RTTI_BGSProcedureRange = (void *)0x05EA13C8; -const void * RTTI_BGSProcedureRangeExecState = (void *)0x05EA1330; -const void * RTTI_BGSProcedureSandbox = (void *)0x05F4CB08; -const void * RTTI_BGSProcedureSandboxExecState = (void *)0x05F4CA70; -const void * RTTI_BGSProcedureSay = (void *)0x05F4CD10; -const void * RTTI_BGSProcedureSayExecState = (void *)0x05F444A8; -const void * RTTI_BGSProcedureSit = (void *)0x05F4D0B0; -const void * RTTI_BGSProcedureSitSleepExecState = (void *)0x05F4D0D8; -const void * RTTI_BGSProcedureSleep = (void *)0x05F4D168; -const void * RTTI_BGSProcedureStayAway = (void *)0x05EA16F8; -const void * RTTI_BGSProcedureStayAwayExecState = (void *)0x05EA1790; -const void * RTTI_BGSProcedureTargetingModeAutopilot = (void *)0x05EA1B98; -const void * RTTI_BGSProcedureTargetingModeAutopilotExecState = (void *)0x05EA1AE0; -const void * RTTI_BGSProcedureTravel = (void *)0x05F4D370; -const void * RTTI_BGSProcedureTravelExecState = (void *)0x05F4D400; -const void * RTTI_BGSProcedureTreeBranch = (void *)0x05F45AC8; -const void * RTTI_BGSProcedureTreeConditionalItem = (void *)0x05F45A90; -const void * RTTI_BGSProcedureTreeFallback = (void *)0x05F451D0; -const void * RTTI_BGSProcedureTreeFallbackExecState = (void *)0x05F45260; -const void * RTTI_BGSProcedureTreeOneChildExecState = (void *)0x05F45AF8; -const void * RTTI_BGSProcedureTreeProcedure = (void *)0x05F4D508; -const void * RTTI_BGSProcedureTreeRandom = (void *)0x05F45450; -const void * RTTI_BGSProcedureTreeRandomExecState = (void *)0x05F454D8; -const void * RTTI_BGSProcedureTreeSequence = (void *)0x05F45950; -const void * RTTI_BGSProcedureTreeSequenceExecState = (void *)0x05F459E0; -const void * RTTI_BGSProcedureTreeSimultaneous = (void *)0x05F45580; -const void * RTTI_BGSProcedureTreeSimultaneousExecState = (void *)0x05F45620; -const void * RTTI_BGSProcedureTreeStacked = (void *)0x05F45310; -const void * RTTI_BGSProcedureTreeStackedExecState = (void *)0x05F453A0; -const void * RTTI_BGSProcedureUnlock = (void *)0x05F4BF08; -const void * RTTI_BGSProcedureUseIdleMarker = (void *)0x05F4D6E0; -const void * RTTI_BGSProcedureUseIdleMarkerExecState = (void *)0x05F4D778; -const void * RTTI_BGSProcedureUseMagic = (void *)0x05F4DA38; -const void * RTTI_BGSProcedureUseMagicExecState = (void *)0x05F4D9A8; -const void * RTTI_BGSProcedureUseWeapon = (void *)0x05F4DDD8; -const void * RTTI_BGSProcedureUseWeaponExecState = (void *)0x05F4DD48; -const void * RTTI_BGSProcedureWait = (void *)0x05F4DFE8; -const void * RTTI_BGSProcedureWaitExecState = (void *)0x05F44E60; -const void * RTTI_BGSProcedureWander = (void *)0x05F4FD08; -const void * RTTI_BGSProcedureWanderExecState = (void *)0x05F4FC70; -const void * RTTI_BGSProduceActivity = (void *)0x05E9F3B8; -const void * RTTI_BGSProduceActivity_Runtime = (void *)0x05E9F3E8; -const void * RTTI_BGSProjectedDecal = (void *)0x05F0C588; -const void * RTTI_BGSProjectile = (void *)0x05DDC608; -const void * RTTI_BGSPropertySheet = (void *)0x05EB9650; -const void * RTTI_BGSQuestPerkEntry = (void *)0x05F39BE0; -const void * RTTI_BGSRefAlias = (void *)0x05F1AC58; -const void * RTTI_BGSRefCollectionAlias = (void *)0x05F1AC80; -const void * RTTI_BGSReferenceGroup = (void *)0x05F23778; -const void * RTTI_BGSReflectedForm = (void *)0x05EAFAA0; -const void * RTTI_BGSRelationship = (void *)0x05F39DB0; -const void * RTTI_BGSReloadWeaponActivity = (void *)0x05E9F468; -const void * RTTI_BGSReloadWeaponActivity_Runtime = (void *)0x05E9F498; -const void * RTTI_BGSResearchProjectForm = (void *)0x05F0CB88; -const void * RTTI_BGSResource = (void *)0x05DDE5A0; -const void * RTTI_BGSResourceGenerationData = (void *)0x05F1E0D0; -const void * RTTI_BGSRetargetOnDeleteExtraData = (void *)0x05EA2338; -const void * RTTI_BGSReverbParameters = (void *)0x05F36868; -const void * RTTI_BGSSaveFormBuffer = (void *)0x060042A8; -const void * RTTI_BGSSaveGameBuffer = (void *)0x06004280; -const void * RTTI_BGSSaveGameBufferSimple = (void *)0x060044C8; -const void * RTTI_BGSSaveLoadJobSite = (void *)0x06004200; -const void * RTTI_BGSSaveLoadManager = (void *)0x060040F0; -const void * RTTI_BGSSaveLoadStatsMap = (void *)0x060044F8; -const void * RTTI_BGSSaveLoadThread = (void *)0x06004120; -const void * RTTI_BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs = (void *)0x06004450; -const void * RTTI_BGSScanPlanetActivity = (void *)0x05E9F558; -const void * RTTI_BGSScanPlanetActivity_Runtime = (void *)0x05E9F588; -const void * RTTI_BGSScanSurfaceActivity = (void *)0x05E9F748; -const void * RTTI_BGSScanSurfaceActivity_Runtime = (void *)0x05E9F7C8; -const void * RTTI_BGSScannableFormComponent = (void *)0x05EB9008; -const void * RTTI_BGSScene = (void *)0x05DDC330; -const void * RTTI_BGSSceneActionAnimation = (void *)0x05F1AD30; -const void * RTTI_BGSSceneActionCamera = (void *)0x05F1AD60; -const void * RTTI_BGSSceneActionDialogue = (void *)0x05F3A018; -const void * RTTI_BGSSceneActionFX = (void *)0x05F1AD90; -const void * RTTI_BGSSceneActionList = (void *)0x05F1ACD8; -const void * RTTI_BGSSceneActionMove = (void *)0x05F1ADB8; -const void * RTTI_BGSSceneActionPackage = (void *)0x05F39F48; -const void * RTTI_BGSSceneActionPlayerDialogue = (void *)0x05F39FA8; -const void * RTTI_BGSSceneActionRadio = (void *)0x05F39F78; -const void * RTTI_BGSSceneActionStartScene = (void *)0x05F1B1E8; -const void * RTTI_BGSSceneActionTimeline = (void *)0x05F1B218; -const void * RTTI_BGSSceneActionTimer = (void *)0x05F3A108; -const void * RTTI_BGSSecondaryDamageList = (void *)0x05F0C5B0; -const void * RTTI_BGSShaderParticleGeometryData = (void *)0x05F237A0; -const void * RTTI_BGSShipCollectionActivity = (void *)0x05E9FAB8; -const void * RTTI_BGSShipCollectionActivity_Runtime = (void *)0x05E9FA40; -const void * RTTI_BGSShipManagement = (void *)0x05EB9140; -const void * RTTI_BGSShipbuilderActivity = (void *)0x05E9F940; -const void * RTTI_BGSShipbuilderActivity_Runtime = (void *)0x05E9F9B8; -const void * RTTI_BGSSkinForm = (void *)0x05ED37E8; -const void * RTTI_BGSSkinnedDecalChild = (void *)0x05ED9F70; -const void * RTTI_BGSSkinnedDecalGroup = (void *)0x05ED9FC8; -const void * RTTI_BGSSnapBehavior = (void *)0x05F203E0; -const void * RTTI_BGSSnapTemplate = (void *)0x05F204B8; -const void * RTTI_BGSSnapTemplateComponent = (void *)0x05EB9678; -const void * RTTI_BGSSnapTemplateNode = (void *)0x05F204E0; -const void * RTTI_BGSSoundEcho = (void *)0x05F1E418; -const void * RTTI_BGSSoundKeywordMapping = (void *)0x05F1E100; -const void * RTTI_BGSSoundTagComponent = (void *)0x05EB97B0; -const void * RTTI_BGSSoundTagSet = (void *)0x05F1E440; -const void * RTTI_BGSSpacePhysicsFormComponent = (void *)0x05EB9978; -const void * RTTI_BGSSpaceshipAIActor = (void *)0x05EB9AB0; -const void * RTTI_BGSSpaceshipEquipment = (void *)0x05EB9AE0; -const void * RTTI_BGSSpaceshipHullCode = (void *)0x05EB9C10; -const void * RTTI_BGSSpaceshipWeaponBinding = (void *)0x05EB9E58; -const void * RTTI_BGSSpatialCombinedGrid = (void *)0x05EE8500; -const void * RTTI_BGSSpatialGraph = (void *)0x05EE8890; -const void * RTTI_BGSSpatialGraphCellGrid = (void *)0x05EE8348; -const void * RTTI_BGSSpatialGraphCellGrid__MergeTask = (void *)0x05EE8620; -const void * RTTI_BGSSpatialGraphChild = (void *)0x05EE83B0; -const void * RTTI_BGSSpatialGraphExteriorCell = (void *)0x05EE8440; -const void * RTTI_BGSSpatialGraphInteriorCell = (void *)0x05EE84A0; -const void * RTTI_BGSSpatialGraphManager = (void *)0x05EE9580; -const void * RTTI_BGSSpatialGraphManager__Task = (void *)0x05EE8658; -const void * RTTI_BGSSpatialGraphObstacleUpdateTask = (void *)0x05EE7B08; -const void * RTTI_BGSSpatialGraphParent = (void *)0x05EE8410; -const void * RTTI_BGSSpatialGraphSpaceCell = (void *)0x05EE83E0; -const void * RTTI_BGSSpatialGraphSpaceCollection = (void *)0x05EE8378; -const void * RTTI_BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask = (void *)0x05EE7CC0; -const void * RTTI_BGSSpatialGrid = (void *)0x05EE84D8; -const void * RTTI_BGSSpatialGridBase = (void *)0x05EE8560; -const void * RTTI_BGSSpatialGridCollection = (void *)0x05EE8790; -const void * RTTI_BGSSpatialGridFieldBase = (void *)0x05EDC620; -const void * RTTI_BGSSpatialGridSearchCustomDebugData = (void *)0x05EEB138; -const void * RTTI_BGSSpatialGridSearchDebugData = (void *)0x05EEB088; -const void * RTTI_BGSSpatialGridSearchPolicies__FleeSearchPolicy = (void *)0x05EAB900; -const void * RTTI_BGSSpatialGridSearchPolicies__RandomPositionInsideArea = (void *)0x05EEAC20; -const void * RTTI_BGSSpatialSimpleGrid = (void *)0x05EEABA8; -const void * RTTI_BGSSpatialSparseGrid = (void *)0x05EE7DB8; -const void * RTTI_BGSSpatialSparseGridSearchDebugData = (void *)0x05EEB0F8; -const void * RTTI_BGSSpatialSparseGrid__ChunkIndexGrid = (void *)0x05EEABD8; -const void * RTTI_BGSSpatialSparseMultiLayerGrid = (void *)0x05EE7D50; -const void * RTTI_BGSSpawnOnDestroy = (void *)0x05EBA068; -const void * RTTI_BGSSpeechChallengeActivity = (void *)0x05E9FB28; -const void * RTTI_BGSSpeechChallengeActivity_Runtime = (void *)0x05E9FAE8; -const void * RTTI_BGSSpeechChallengeObject = (void *)0x05F1E468; -const void * RTTI_BGSSprintActivity = (void *)0x05E9FCB8; -const void * RTTI_BGSSprintActivity_Runtime = (void *)0x05E9FC48; -const void * RTTI_BGSStarDataComponent = (void *)0x05EBA3E0; -const void * RTTI_BGSStaticCollection = (void *)0x05F20750; -const void * RTTI_BGSStaticCollection__RootFacade = (void *)0x05F20718; -const void * RTTI_BGSStoredTraversalData = (void *)0x05DDBC48; -const void * RTTI_BGSStoryManagerBranchNode = (void *)0x05ED2650; -const void * RTTI_BGSStoryManagerEventNode = (void *)0x05F566C0; -const void * RTTI_BGSStoryManagerNodeBase = (void *)0x05ED2680; -const void * RTTI_BGSStoryManagerQuestFinder = (void *)0x05F56688; -const void * RTTI_BGSStoryManagerQuestNode = (void *)0x05F566F0; -const void * RTTI_BGSStoryManagerTreeForm = (void *)0x05E9DFD8; -const void * RTTI_BGSStoryManagerTreeVisitor = (void *)0x05F56650; -const void * RTTI_BGSStoryTeller = (void *)0x05F56C68; -const void * RTTI_BGSSurface__BGSBlockCellHeighGridComponent = (void *)0x05F0A830; -const void * RTTI_BGSSurface__Block = (void *)0x05F18290; -const void * RTTI_BGSSurface__Pattern = (void *)0x05F18360; -const void * RTTI_BGSSurface__PatternStyle = (void *)0x05F0B420; -const void * RTTI_BGSSurface__Tree = (void *)0x05F18390; -const void * RTTI_BGSSynchronizedAnimationInstance = (void *)0x05F57550; -const void * RTTI_BGSSynchronizedAnimationManager = (void *)0x05F572E0; -const void * RTTI_BGSTDataProxyComponentBase = (void *)0x05EB8888; -const void * RTTI_BGSTakeActorDamageActivity = (void *)0x05E9FDB0; -const void * RTTI_BGSTakeActorDamageActivity_Runtime = (void *)0x05E9FD30; -const void * RTTI_BGSTakeDamageActivity = (void *)0x05E9FE38; -const void * RTTI_BGSTakeDamageActivity_Runtime = (void *)0x05E9FEB8; -const void * RTTI_BGSTalkingActivator = (void *)0x05F20780; -const void * RTTI_BGSTerminal = (void *)0x05DDC598; -const void * RTTI_BGSTerminalMenu = (void *)0x05DDC570; -const void * RTTI_BGSTerrainBlock__AlignmentModifier = (void *)0x05F183B8; -const void * RTTI_BGSTerrainBlock__ContinentalModifier = (void *)0x05F18548; -const void * RTTI_BGSTerrainBlock__Grid = (void *)0x05F18A08; -const void * RTTI_BGSTerrainBlock__GridCell = (void *)0x05F189A0; -const void * RTTI_BGSTerrainBlock__GridCornerCell = (void *)0x05F189D0; -const void * RTTI_BGSTerrainBlock__GridCornerEdgeXFile = (void *)0x05F18700; -const void * RTTI_BGSTerrainBlock__GridCornerFile = (void *)0x05F186C8; -const void * RTTI_BGSTerrainBlock__GridEdgeFile = (void *)0x05F18690; -const void * RTTI_BGSTerrainBlock__GridEdgeXCell = (void *)0x05F188F0; -const void * RTTI_BGSTerrainBlock__GridEdgeYCell = (void *)0x05F18928; -const void * RTTI_BGSTerrainBlock__GridFile = (void *)0x05F18660; -const void * RTTI_BGSTerrainBlock__GridFillCell = (void *)0x05F188B8; -const void * RTTI_BGSTerrainBlock__GridFillFile = (void *)0x05F187C8; -const void * RTTI_BGSTerrainBlock__HeightAdjustmentModifier = (void *)0x05F0BAA0; -const void * RTTI_BGSTerrainBlock__IModifier = (void *)0x05F0BA70; -const void * RTTI_BGSTerrainBlock__OceanBiomeModifier = (void *)0x05F18588; -const void * RTTI_BGSTerrainBlock__OverlayGrid = (void *)0x05F18A38; -const void * RTTI_BGSTerrainBlock__OverlayHeightModifier = (void *)0x05F18960; -const void * RTTI_BGSTerrainBlock__RerangeHeightModifier = (void *)0x05F18A70; -const void * RTTI_BGSTerrainBlock__UpdateHeightModifier = (void *)0x05F18BE0; -const void * RTTI_BGSTerrain__File = (void *)0x05EEF3B0; -const void * RTTI_BGSTerrain__IFileGrid = (void *)0x05EEF128; -const void * RTTI_BGSTerrain__Manager = (void *)0x05F1AB58; -const void * RTTI_BGSTerrain__UniFile__Grid = (void *)0x05F190D0; -const void * RTTI_BGSTextureModel = (void *)0x05F3C8B0; -const void * RTTI_BGSTextureSet = (void *)0x05F368C8; -const void * RTTI_BGSTimeOfDayData = (void *)0x05F237D8; -const void * RTTI_BGSTransform = (void *)0x05F1E498; -const void * RTTI_BGSTraversal = (void *)0x05F1E4C0; -const void * RTTI_BGSVisitProceduresCheckGuardWarnTarget = (void *)0x05F4FD38; -const void * RTTI_BGSVisitProceduresInitActorAnimPose = (void *)0x06024E68; -const void * RTTI_BGSVisitProceduresInitActorLocation = (void *)0x05F4FD78; -const void * RTTI_BGSVisitProceduresProcess = (void *)0x06024E38; -const void * RTTI_BGSVoiceType = (void *)0x05DDC548; -const void * RTTI_BGSVolumeFormComponent = (void *)0x05EBAA40; -const void * RTTI_BGSVolumetricLighting = (void *)0x05F208E0; -const void * RTTI_BGSWaterCollisionManager__AutoWater = (void *)0x05F55ED8; -const void * RTTI_BGSWaterCollisionManager__BGSWaterUpdateI = (void *)0x05F55E08; -const void * RTTI_BGSWaterCollisionManager__WaterGravityModifier = (void *)0x05E75790; -const void * RTTI_BGSWaterCollisionManager__WaterGravityModifierWorldStepListener = (void *)0x05E7FC50; -const void * RTTI_BGSWaterCollisionManager__bhkPlaceableWater = (void *)0x05F55E50; -const void * RTTI_BGSWaterCollisionManager__bhkWaterfall = (void *)0x05F55E98; -const void * RTTI_BGSWeaponBarrelData = (void *)0x05F0C628; -const void * RTTI_BGSWeaponBarrelModel = (void *)0x05F0C658; -const void * RTTI_BGSWeaponData__Aim = (void *)0x05F0CDB8; -const void * RTTI_BGSWeaponData__Ammunition = (void *)0x05F0CDE0; -const void * RTTI_BGSWeaponData__Audio = (void *)0x05F0CE10; -const void * RTTI_BGSWeaponData__Charge = (void *)0x05F0CE40; -const void * RTTI_BGSWeaponData__Damage = (void *)0x05F0CE70; -const void * RTTI_BGSWeaponData__Firing = (void *)0x05F0CEA0; -const void * RTTI_BGSWeaponData__FiringStrategyBase = (void *)0x05F0CED0; -const void * RTTI_BGSWeaponData__FiringStrategy_Automatic = (void *)0x05F0CF48; -const void * RTTI_BGSWeaponData__FiringStrategy_BoltShot = (void *)0x05F0CF08; -const void * RTTI_BGSWeaponData__FiringStrategy_Burst = (void *)0x05F0D008; -const void * RTTI_BGSWeaponData__FiringStrategy_ChargedShot = (void *)0x05F0CFC8; -const void * RTTI_BGSWeaponData__FiringStrategy_SingleShot = (void *)0x05F0CF88; -const void * RTTI_BGSWeaponData__Flags = (void *)0x05F0D048; -const void * RTTI_BGSWeaponData__General = (void *)0x05F0D078; -const void * RTTI_BGSWeaponData__Melee = (void *)0x05F0D0A8; -const void * RTTI_BGSWeaponData__Power = (void *)0x05F0D0D8; -const void * RTTI_BGSWeaponData__Reload = (void *)0x05F0D108; -const void * RTTI_BGSWeaponData__ShipWeapon = (void *)0x05EAFC00; -const void * RTTI_BGSWeaponData__Turret = (void *)0x05F0D138; -const void * RTTI_BGSWeaponData__VariableRange = (void *)0x05F0D168; -const void * RTTI_BGSWeaponData__Visuals = (void *)0x05F0D1A0; -const void * RTTI_BGSWeatherSettingsForm = (void *)0x05F12B40; -const void * RTTI_BGSWorkshopItemColorComponent = (void *)0x05EA8EE0; -const void * RTTI_BGSWorldSpaceOverlayComponent = (void *)0x05EBABB8; -const void * RTTI_BGSWwiseEventForm = (void *)0x05DDBA60; -const void * RTTI_BGSWwiseKeywordMapping = (void *)0x05F0C688; -const void * RTTI_BGSZoneTargetListener = (void *)0x05F3CE40; -const void * RTTI_BIEventUtils__FindAllStarbornPowerFunctor = (void *)0x05FFD720; -const void * RTTI_BSAVMS__AVMNode = (void *)0x05EA3178; -const void * RTTI_BSAVMS__AVMNodeInFlightCounted = (void *)0x05EA3240; -const void * RTTI_BSAVMS__AVMPartialNode = (void *)0x05EA31A0; -const void * RTTI_BSAnimNotes = (void *)0x06162228; -const void * RTTI_BSAnimationAnimDBData = (void *)0x060B8A20; -const void * RTTI_BSAnimationDBData = (void *)0x060B9218; -const void * RTTI_BSAnimationGraph = (void *)0x060B98A8; -const void * RTTI_BSAnimationGraphChannel = (void *)0x05F2B7E8; -const void * RTTI_BSAnimationGraphLoadScrapper = (void *)0x05E7DA58; -const void * RTTI_BSAnimationGraphManager = (void *)0x060C76D0; -const void * RTTI_BSAnimationUtils__FindEventClipGeneratorsFunctor = (void *)0x060B8B10; -const void * RTTI_BSAnimationUtils__MatchEventToClipGeneratorsFunctor = (void *)0x060B8EC0; -const void * RTTI_BSAttachConfig__ArtObjectAttach = (void *)0x05F12868; -const void * RTTI_BSAttachConfig__AttachmentConfiguration = (void *)0x05DF26A0; -const void * RTTI_BSAttachConfig__BaseInstance = (void *)0x05EA29B0; -const void * RTTI_BSAttachConfig__ISearchMethod = (void *)0x05F129D0; -const void * RTTI_BSAttachConfig__NodeAttachmentInstance = (void *)0x05EA29E8; -const void * RTTI_BSAttachConfig__ObjectAttachmentInstance = (void *)0x05EA2B20; -const void * RTTI_BSAttachConfig__ParticleAttachmentInstance = (void *)0x05EA2970; -const void * RTTI_BSAttachConfig__SearchMethodBase = (void *)0x05F12A50; -const void * RTTI_BSAttachConfig__SearchMultipleNamesMultipleNodes = (void *)0x060E0730; -const void * RTTI_BSAttachConfig__SearchRootNode = (void *)0x060D9F50; -const void * RTTI_BSAttachConfig__SearchSingleNameSingleNode = (void *)0x05F12A10; -const void * RTTI_BSAttachRefController = (void *)0x05EDC650; -const void * RTTI_BSAttachTechniques__AttachTechniqueInput = (void *)0x05FFA400; -const void * RTTI_BSAttachTechniques__BSAttachTechnique = (void *)0x05E74500; -const void * RTTI_BSAutoQueuedDependentNodeBase = (void *)0x05ED2E98; -const void * RTTI_BSAwardsSystemUtility = (void *)0x05E82F80; -const void * RTTI_BSBehaviorGraphExtraData = (void *)0x060E6150; -const void * RTTI_BSBehaviorGraphSwapSingleton = (void *)0x05F57518; -const void * RTTI_BSBind__BGSExternalEmittanceController = (void *)0x05ED8598; -const void * RTTI_BSBind__BGSLensFlareController = (void *)0x05ED8608; -const void * RTTI_BSBind__ColorCurveController = (void *)0x060E0578; -const void * RTTI_BSBind__ColorLerpController = (void *)0x060DF1B8; -const void * RTTI_BSBind__ComponentBinding = (void *)0x060E5DB8; -const void * RTTI_BSBind__ComponentProperty = (void *)0x060E0448; -const void * RTTI_BSBind__Directory = (void *)0x060E07A0; -const void * RTTI_BSBind__Float2DCurveController = (void *)0x060E0478; -const void * RTTI_BSBind__Float2DLerpController = (void *)0x060E0690; -const void * RTTI_BSBind__Float3DCurveController = (void *)0x060E05E8; -const void * RTTI_BSBind__Float3DLerpController = (void *)0x060E0658; -const void * RTTI_BSBind__Float4DCurveController = (void *)0x060E05B0; -const void * RTTI_BSBind__Float4DLerpController = (void *)0x060E0620; -const void * RTTI_BSBind__FloatCurveController = (void *)0x060E04B0; -const void * RTTI_BSBind__FloatLerpController = (void *)0x060E06C8; -const void * RTTI_BSBind__IAddressControllerStore = (void *)0x05F25058; -const void * RTTI_BSBind__IController = (void *)0x05ED85D8; -const void * RTTI_BSBind__IDataBinding = (void *)0x05EB3788; -const void * RTTI_BSBind__INode = (void *)0x060E0700; -const void * RTTI_BSBind__MultiBinding = (void *)0x05EB3758; -const void * RTTI_BSBind__Multiplex = (void *)0x060E0778; -const void * RTTI_BSBind__Snapshot = (void *)0x05DCDF50; -const void * RTTI_BSBind__StableBinding = (void *)0x05F12AC0; -const void * RTTI_BSBind__TimerController = (void *)0x060E0548; -const void * RTTI_BSBlastNode = (void *)0x060E1880; -const void * RTTI_BSBlendTreadTransfInterpolator = (void *)0x061616C8; -const void * RTTI_BSBoneLODExtraData = (void *)0x060E6120; -const void * RTTI_BSBound = (void *)0x060D1BC8; -const void * RTTI_BSBoxConstructor = (void *)0x060E11F8; -const void * RTTI_BSCSVUtils__ParserBuffer = (void *)0x060E3518; -const void * RTTI_BSCapsuleConstructor = (void *)0x060E11C8; -const void * RTTI_BSCloneReserver = (void *)0x05EDC680; -const void * RTTI_BSClothExtraData = (void *)0x060D00A0; -const void * RTTI_BSClothUtils__BSGeometryBuffer = (void *)0x060D0328; -const void * RTTI_BSClothUtils__BSInstantiationUtil = (void *)0x060D0598; -const void * RTTI_BSClothUtils__BSTransformSet = (void *)0x060D05D0; -const void * RTTI_BSComponentDB2__DB = (void *)0x060D8C08; -const void * RTTI_BSComponentDB2__DBFileIndex__IDFixupVisitor = (void *)0x06169270; -const void * RTTI_BSComponentDB2__JsonDBIDHandler = (void *)0x060E7FF0; -const void * RTTI_BSComponentDB2__JsonResourceIDHandler = (void *)0x060E7FB0; -const void * RTTI_BSComponentDB2__Memory__ConcurrentPageAllocImpl = (void *)0x060D8920; -const void * RTTI_BSComponentDB2__StorageService = (void *)0x060E6E08; -const void * RTTI_BSComponentDB2__StorageService__Impl = (void *)0x060E7E00; -const void * RTTI_BSComponentDB2__StorageService__ObjectReferenceVisitor = (void *)0x060E7E40; -const void * RTTI_BSComponentDB__IComponentFactory = (void *)0x05E7D0F0; -const void * RTTI_BSConnectPoint__ChildOrigin = (void *)0x05EDB818; -const void * RTTI_BSConnectPoint__Children = (void *)0x060CFF50; -const void * RTTI_BSConnectPoint__Parents = (void *)0x060CFF20; -const void * RTTI_BSCoreMessage__MessageSource = (void *)0x05E750F8; -const void * RTTI_BSCounterStorage = (void *)0x06093C18; -const void * RTTI_BSCylinderConstructor = (void *)0x05F59A38; -const void * RTTI_BSDamageStage = (void *)0x060E18D0; -const void * RTTI_BSDebounceManager = (void *)0x060C9F18; -const void * RTTI_BSDebrisNode = (void *)0x060E18A8; -const void * RTTI_BSDiscBootSystemUtility = (void *)0x05E832B0; -const void * RTTI_BSDistantObjectExtraData = (void *)0x060E61B0; -const void * RTTI_BSDynamicGeometry = (void *)0x061630D0; -const void * RTTI_BSExceptionHandler = (void *)0x05E668B8; -const void * RTTI_BSExteriorReflectionProbeAdjustmentVolume = (void *)0x060E2B50; -const void * RTTI_BSExtraData = (void *)0x05EB3978; -const void * RTTI_BSFaceDB__AttachHeadControlNode = (void *)0x05EB4D00; -const void * RTTI_BSFaceDB__CreateHeadControlNode = (void *)0x05EB49F0; -const void * RTTI_BSFaceDB__CrowdHairCustomization = (void *)0x05EB4DE8; -const void * RTTI_BSFaceDB__EyeCustomization = (void *)0x05EB4DB8; -const void * RTTI_BSFaceDB__FaceCustomizationTexturesNode = (void *)0x05EB4D78; -const void * RTTI_BSFaceDB__HairCustomization = (void *)0x05EB4C58; -const void * RTTI_BSFaceDB__JewelryCustomizationNode = (void *)0x05EB4C90; -const void * RTTI_BSFaceDB__RequestCompleteNode = (void *)0x05EB49B8; -const void * RTTI_BSFaceDB__RequestHeadPartResourcesNode = (void *)0x05EB4D38; -const void * RTTI_BSFaceDB__TeethCustomizationNode = (void *)0x05EB4CC8; -const void * RTTI_BSFaceFX = (void *)0x05EB4058; -const void * RTTI_BSFaceGenAnimationData = (void *)0x05F3EFC0; -const void * RTTI_BSFaceGenNiNode = (void *)0x05F3F160; -const void * RTTI_BSFaceGenUtils__UpdateFaceCustomizationTexturesNode = (void *)0x05EB4BE0; -const void * RTTI_BSFadeNode = (void *)0x05DDE250; -const void * RTTI_BSFile = (void *)0x06001098; -const void * RTTI_BSFile__PageCache__PhysReadType = (void *)0x06120938; -const void * RTTI_BSFixedSizeBlockAllocator__IAlloc = (void *)0x06005FE0; -const void * RTTI_BSFixedSizeBlockAllocator__UserPoolImplBase = (void *)0x05E83460; -const void * RTTI_BSFogVolume = (void *)0x060E2B20; -const void * RTTI_BSFrameManager = (void *)0x060E4430; -const void * RTTI_BSFrustumFOVController = (void *)0x06161468; -const void * RTTI_BSFurnitureMarkerNode = (void *)0x060E2A50; -const void * RTTI_BSGFxFunctionBase = (void *)0x060F79E8; -const void * RTTI_BSGFxFunctionHandler = (void *)0x060F9268; -const void * RTTI_BSGFxObject = (void *)0x05FB92B0; -const void * RTTI_BSGalaxy__BGSStar = (void *)0x05EBD968; -const void * RTTI_BSGalaxy__BGSSunPresetForm = (void *)0x05EBD990; -const void * RTTI_BSGalaxy__BiomeMapDB__LoadBiome = (void *)0x05EBD9C0; -const void * RTTI_BSGalaxy__Biomes__Map = (void *)0x05E74430; -const void * RTTI_BSGalaxy__ModuleState = (void *)0x060CB0B0; -const void * RTTI_BSGalaxy__Physics__Havok__BSGalaxyCollisionObject = (void *)0x060CCA80; -const void * RTTI_BSGalaxy__Physics__Havok__bhkSpaceWorld = (void *)0x060CC9E8; -const void * RTTI_BSGalaxy__Storage__SkipCelestialsFunctor = (void *)0x05F83058; -const void * RTTI_BSGalaxy__hknpBSShiftOffsetCollector = (void *)0x060CC888; -const void * RTTI_BSGameDataSystemUtility = (void *)0x05E745B0; -const void * RTTI_BSGameStreamUtility = (void *)0x05E82FB0; -const void * RTTI_BSGamepadDevice = (void *)0x060CA648; -const void * RTTI_BSGamerProfile = (void *)0x05E836C8; -const void * RTTI_BSGdkTaskletGroupData = (void *)0x06121F18; -const void * RTTI_BSGdkTaskletManager = (void *)0x05E74948; -const void * RTTI_BSGeometry = (void *)0x05DDF330; -const void * RTTI_BSGeometryConstructorManager = (void *)0x06016090; -const void * RTTI_BSGeometrySegmentData = (void *)0x06162858; -const void * RTTI_BSGrabIKNote = (void *)0x06162250; -const void * RTTI_BSIMusicTrack = (void *)0x05F366C0; -const void * RTTI_BSIdleInputWatcher = (void *)0x05FB43E0; -const void * RTTI_BSInputDevice = (void *)0x060CA670; -const void * RTTI_BSInputDeviceManager = (void *)0x060C9CB8; -const void * RTTI_BSInputEnableManager = (void *)0x060CA340; -const void * RTTI_BSInputEventReceiver = (void *)0x05F77908; -const void * RTTI_BSInputEventSingleUser = (void *)0x05FA6440; -const void * RTTI_BSInputEventUser = (void *)0x05E13EF8; -const void * RTTI_BSInstancedGeometry = (void *)0x05EA8488; -const void * RTTI_BSInvMarker = (void *)0x060E60A8; -const void * RTTI_BSJobs2__Detail__ControlNodeJob = (void *)0x05ECFA28; -const void * RTTI_BSJobs2__Detail__GroupThread = (void *)0x06120300; -const void * RTTI_BSJobs2__Memory__HeapMemoryPolicy = (void *)0x05E82CE0; -const void * RTTI_BSJobs2__Memory__LSAMemoryPolicy = (void *)0x05E82DB0; -const void * RTTI_BSJobs2__Memory__ScrapMemoryPolicy = (void *)0x06120338; -const void * RTTI_BSKeyboardDevice = (void *)0x060CA728; -const void * RTTI_BSLagBoneController = (void *)0x060E6180; -const void * RTTI_BSLegacyStreamableStub = (void *)0x06163B48; -const void * RTTI_BSLensFlareRender__BSLensFlareSpriteRenderData = (void *)0x05F1E830; -const void * RTTI_BSLight = (void *)0x060DCAE8; -const void * RTTI_BSLookIKNote = (void *)0x06162278; -const void * RTTI_BSMaterialBinding__MaterialPropertyNode = (void *)0x060F2760; -const void * RTTI_BSMaterialBinding__MaterialUVStreamPropertyNode = (void *)0x060F24A0; -const void * RTTI_BSMaterial__ModuleState = (void *)0x060E9900; -const void * RTTI_BSMemStorage = (void *)0x05EBA6B8; -const void * RTTI_BSMemStorageReadOnly = (void *)0x060C9EE8; -const void * RTTI_BSMissionMenu = (void *)0x05FC0D40; -const void * RTTI_BSMissionMenu__MissionMenuEventShuttle = (void *)0x05FC1248; -const void * RTTI_BSModelDB__AutoQueuedDependentNode = (void *)0x05ED2F58; -const void * RTTI_BSModelDB__BSModelProcessor = (void *)0x05ED2F90; -const void * RTTI_BSModelDB__ModelResourceNode = (void *)0x060DC580; -const void * RTTI_BSModelDB__QueuedHandles = (void *)0x05ECCB48; -const void * RTTI_BSModelNode = (void *)0x05EDB8A8; -const void * RTTI_BSModelNodeAnimRig = (void *)0x060B9D10; -const void * RTTI_BSModelNodePhysicsComponentI = (void *)0x05EDB8D0; -const void * RTTI_BSModelNodeRigI = (void *)0x060B9CE8; -const void * RTTI_BSMorphDB__AutoQueuedNode = (void *)0x060DADD0; -const void * RTTI_BSMorphDB__QueuedHandles = (void *)0x05F56F48; -const void * RTTI_BSMorphTargetData = (void *)0x06162710; -const void * RTTI_BSMouseDevice = (void *)0x060CA750; -const void * RTTI_BSMsgDialogSystemUtility = (void *)0x05E83280; -const void * RTTI_BSMultiTargetTreadTransfController = (void *)0x06161190; -const void * RTTI_BSNavMeshGenAntiseedTrimmerTask = (void *)0x0610D010; -const void * RTTI_BSNavMeshGenCollapserTask = (void *)0x0610D290; -const void * RTTI_BSNavMeshGenComputeBoundTask = (void *)0x0610CF30; -const void * RTTI_BSNavMeshGenContext = (void *)0x05EAB760; -const void * RTTI_BSNavMeshGenContextGroup = (void *)0x0610F8F8; -const void * RTTI_BSNavMeshGenCoverTask = (void *)0x0610CED0; -const void * RTTI_BSNavMeshGenData = (void *)0x05EAAE58; -const void * RTTI_BSNavMeshGenInputProcessTask = (void *)0x0610D258; -const void * RTTI_BSNavMeshGenInputProcessor = (void *)0x05EE3A48; -const void * RTTI_BSNavMeshGenLinkDoorTask = (void *)0x0610CF00; -const void * RTTI_BSNavMeshGenNode = (void *)0x05EAB5A0; -const void * RTTI_BSNavMeshGenOutputProcessTask = (void *)0x0610D220; -const void * RTTI_BSNavMeshGenOutputProcessor = (void *)0x05EE3AB0; -const void * RTTI_BSNavMeshGenRecastImport = (void *)0x06111C58; -const void * RTTI_BSNavMeshGenRecastTask = (void *)0x0610D1F0; -const void * RTTI_BSNavMeshGenRequestPauseTask = (void *)0x0610F928; -const void * RTTI_BSNavMeshGenRequestResumeTask = (void *)0x0610F8C0; -const void * RTTI_BSNavMeshGenSeedTrimmerTask = (void *)0x0610D048; -const void * RTTI_BSNavMeshGenSmallAreaTrimmerTask = (void *)0x0610CFD8; -const void * RTTI_BSNavMeshGenSplitter = (void *)0x05EE3B18; -const void * RTTI_BSNavMeshGenSplitterTask = (void *)0x0610D190; -const void * RTTI_BSNavMeshGenStitcher = (void *)0x05EE3CB0; -const void * RTTI_BSNavMeshGenStitcherTask = (void *)0x0610D1C0; -const void * RTTI_BSNavMeshGenTask = (void *)0x05EAB710; -const void * RTTI_BSNavMeshGenTaskGraphProcessor = (void *)0x0610CD50; -const void * RTTI_BSNavMeshGenTaskGroup = (void *)0x0610CE00; -const void * RTTI_BSNavMeshGenTaskProgress = (void *)0x0610F338; -const void * RTTI_BSNavMeshGenTaskServer = (void *)0x05EE2C30; -const void * RTTI_BSNavMeshGenTerrainTrimmerTask = (void *)0x0610CFA0; -const void * RTTI_BSNavMeshGenTraversalTask = (void *)0x0610D160; -const void * RTTI_BSNavMeshGenTriangleHeightTask = (void *)0x0610D0F0; -const void * RTTI_BSNavMeshGenTrianglePlatformTask = (void *)0x0610D128; -const void * RTTI_BSNavMeshGenTriangleSplitter = (void *)0x0610F258; -const void * RTTI_BSNavMeshGenTriangleSplitterTask = (void *)0x0610D0B8; -const void * RTTI_BSNavMeshGenTriangleTunnelTask = (void *)0x0610D080; -const void * RTTI_BSNavMeshGenTriangleWaterTask = (void *)0x0610CF68; -const void * RTTI_BSNavMeshGenUpdateNavMeshInfoTask = (void *)0x0610CE68; -const void * RTTI_BSNavMeshGenVertexDataTask = (void *)0x0610CE30; -const void * RTTI_BSNavMeshGenWaypointTask = (void *)0x0610CEA0; -const void * RTTI_BSNavMeshGenerator = (void *)0x05EE27D0; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBarrierNode = (void *)0x0610D380; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode = (void *)0x0610D320; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode = (void *)0x0610F7A0; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginNode = (void *)0x0610F838; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode = (void *)0x0610D2C0; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode = (void *)0x0610F7F0; -const void * RTTI_BSNavMeshGenerator__BSNavMeshGenParentNode = (void *)0x0610F880; -const void * RTTI_BSNavigationGraph = (void *)0x05EE8868; -const void * RTTI_BSNavigationGraphInfo = (void *)0x05F50288; -const void * RTTI_BSNavigationGraphManager = (void *)0x05EE0E00; -const void * RTTI_BSNavigationGraphRefCount = (void *)0x05EE88B8; -const void * RTTI_BSNavigationGrid = (void *)0x06110570; -const void * RTTI_BSNavigationGridBase = (void *)0x061104D8; -const void * RTTI_BSNavigationGridChunk = (void *)0x06110478; -const void * RTTI_BSNavigationGridFieldBase = (void *)0x05F61AA8; -const void * RTTI_BSNavigationGridInfo = (void *)0x06110508; -const void * RTTI_BSNavigationGridManager = (void *)0x05EE0D38; -const void * RTTI_BSNavigationGridManager__Task = (void *)0x05EE0F18; -const void * RTTI_BSNavigationGridObstacleUpdateTask = (void *)0x06110598; -const void * RTTI_BSNavmesh = (void *)0x05F50210; -const void * RTTI_BSNavmeshInfo = (void *)0x05F502B8; -const void * RTTI_BSNavmeshInfoMap = (void *)0x05F50318; -const void * RTTI_BSNavmeshInfoMap__IRecursiveVisitor = (void *)0x05F51A50; -const void * RTTI_BSNavmeshInfoSearch = (void *)0x0610FDA0; -const void * RTTI_BSNavmeshObstacleCoverData = (void *)0x0610FA50; -const void * RTTI_BSNavmeshObstacleData = (void *)0x05EAE4A0; -const void * RTTI_BSNavmeshReferenceObstacleArray = (void *)0x05F50728; -const void * RTTI_BSNavmeshSearch = (void *)0x05F526E0; -const void * RTTI_BSNavmeshSearchAvailableSpaceDirectional = (void *)0x061101C0; -const void * RTTI_BSNavmeshSearchAvailableSpaceRadius = (void *)0x0610FFC0; -const void * RTTI_BSNavmeshSearchBase = (void *)0x05F4A380; -const void * RTTI_BSNavmeshSearchFilters = (void *)0x05F52770; -const void * RTTI_BSNavmeshSearchHideFilter = (void *)0x05F527A0; -const void * RTTI_BSNiNode = (void *)0x05EA4D40; -const void * RTTI_BSNodeReferences = (void *)0x060E2BF8; -const void * RTTI_BSNoise__Add = (void *)0x060E5558; -const void * RTTI_BSNoise__Billow = (void *)0x060E54E0; -const void * RTTI_BSNoise__Crater = (void *)0x060E6210; -const void * RTTI_BSNoise__Invert = (void *)0x060E5600; -const void * RTTI_BSNoise__Perlin = (void *)0x060E35A0; -const void * RTTI_BSNoise__Ridged = (void *)0x060E6080; -const void * RTTI_BSNoise__SmoothStep = (void *)0x060E5580; -const void * RTTI_BSNoise__Subtract = (void *)0x060E55B0; -const void * RTTI_BSNoise__Turbulence = (void *)0x060E6238; -const void * RTTI_BSNoise__Voronoi = (void *)0x060E55D8; -const void * RTTI_BSNonUniformScaleExtraData = (void *)0x05EBAA08; -const void * RTTI_BSOfflineRTExtraData = (void *)0x060E5DE8; -const void * RTTI_BSOrderedNode = (void *)0x05EA4C90; -const void * RTTI_BSPCGamepadDevice = (void *)0x060CAA98; -const void * RTTI_BSPCGamepadDeviceHandler = (void *)0x060CA778; -const void * RTTI_BSPCGamerProfile = (void *)0x06168EC8; -const void * RTTI_BSPCKeyboardDevice = (void *)0x060CA6F8; -const void * RTTI_BSPCMouseDevice = (void *)0x060CA7A8; -const void * RTTI_BSPCVirtualKeyboardDevice = (void *)0x060CA6C8; -const void * RTTI_BSPageFile__MemoryWriteStorage = (void *)0x06000E48; -const void * RTTI_BSPageFile__MultiplexWrite = (void *)0x06121D78; -const void * RTTI_BSParseCSV__IGetBufferCB = (void *)0x060E34E8; -const void * RTTI_BSParticle = (void *)0x06106500; -const void * RTTI_BSPathBuilder = (void *)0x05F48400; -const void * RTTI_BSPathEventManager = (void *)0x06110880; -const void * RTTI_BSPathSmootherPOVSearch = (void *)0x0610A198; -const void * RTTI_BSPathing = (void *)0x05F51D88; -const void * RTTI_BSPathingCellManager = (void *)0x05F51D58; -const void * RTTI_BSPathingRequest = (void *)0x05EA19E8; -const void * RTTI_BSPathingRequestPolicies__DestinationArea = (void *)0x05F4E7D8; -const void * RTTI_BSPathingRequestPolicies__EscortRequest = (void *)0x05F482F8; -const void * RTTI_BSPathingRequestPolicies__FleeRequestPolicy = (void *)0x0610D480; -const void * RTTI_BSPathingSearchRayCast = (void *)0x06111388; -const void * RTTI_BSPathingSite = (void *)0x06015F38; -const void * RTTI_BSPathingSpace = (void *)0x05F51F90; -const void * RTTI_BSPathingStreamSimpleBufferRead = (void *)0x0610F150; -const void * RTTI_BSPathingStreamSimpleBufferWrite = (void *)0x05EE0560; -const void * RTTI_BSPathingTraversal = (void *)0x05EE6A50; -const void * RTTI_BSPathingTraversalAction = (void *)0x05EE5DA8; -const void * RTTI_BSPathingTraversalData = (void *)0x05EE5E40; -const void * RTTI_BSPathingTraversalManager = (void *)0x05EE69E0; -const void * RTTI_BSPathing__CheckLineOfSightFilter = (void *)0x05EE20C0; -const void * RTTI_BSPathing__DetermineAvailableRadiusAtPositionVisitor = (void *)0x06108F50; -const void * RTTI_BSPathing__DetermineAvailableRadiusInDirectionVisitor = (void *)0x06108F00; -const void * RTTI_BSPathing__EdgeFoundVisitor = (void *)0x0602BBF8; -const void * RTTI_BSPausableItem = (void *)0x05F508D0; -const void * RTTI_BSPauseRequester = (void *)0x05E7C200; -const void * RTTI_BSPistonController = (void *)0x060D77A0; -const void * RTTI_BSPlatform__BNetAsyncRequestBase = (void *)0x06164158; -const void * RTTI_BSPlatform__BSBethesdaPlatform = (void *)0x06164120; -const void * RTTI_BSPlayerDistanceCheckController = (void *)0x060261D8; -const void * RTTI_BSPrecomputedNavmeshInfoSearch = (void *)0x0610FD68; -const void * RTTI_BSProbeGridVolume = (void *)0x060E10C8; -const void * RTTI_BSProceduralLightningController = (void *)0x060E35F0; -const void * RTTI_BSProceduralLightningTasklet = (void *)0x060E3658; -const void * RTTI_BSProjectedDecal = (void *)0x060E0BD0; -const void * RTTI_BSQueuedResourceCollectionBase = (void *)0x05EC02B0; -const void * RTTI_BSRangeNode = (void *)0x060E17E8; -const void * RTTI_BSRecastModule__BSRecastJob = (void *)0x06111C20; -const void * RTTI_BSReference = (void *)0x060E2BD0; -const void * RTTI_BSReflectionProbe = (void *)0x060E2AA8; -const void * RTTI_BSReflection__AnyType = (void *)0x05E72E18; -const void * RTTI_BSReflection__BSFixedStringType = (void *)0x05E71BD0; -const void * RTTI_BSReflection__BasicType = (void *)0x05E74FC8; -const void * RTTI_BSReflection__ClassType = (void *)0x05DF6C78; -const void * RTTI_BSReflection__ConstCStringType = (void *)0x05E71AA8; -const void * RTTI_BSReflection__EnumerationType = (void *)0x05E66480; -const void * RTTI_BSReflection__IConstEnumerator = (void *)0x05F12A88; -const void * RTTI_BSReflection__IObject = (void *)0x05DF2278; -const void * RTTI_BSReflection__ResourceIDStringConverter = (void *)0x05DF2160; -const void * RTTI_BSReflection__Serializer = (void *)0x060E1160; -const void * RTTI_BSReflection__UIDStringConverter = (void *)0x05DF2128; -const void * RTTI_BSRendererSceneNode = (void *)0x060DCAB8; -const void * RTTI_BSRendererState = (void *)0x060E1858; -const void * RTTI_BSResource2__CacheBase = (void *)0x05EA7638; -const void * RTTI_BSResource2__EntryBase = (void *)0x05EA6D50; -const void * RTTI_BSResource2__ProxyStream = (void *)0x061129A0; -const void * RTTI_BSResource2__ResourceCreateNode = (void *)0x06112938; -const void * RTTI_BSResourceNiBinaryStream = (void *)0x060F8590; -const void * RTTI_BSResourceReloadManager = (void *)0x060E3A68; -const void * RTTI_BSResourceStreamParser = (void *)0x060F8530; -const void * RTTI_BSResourceStreamStorage = (void *)0x061160E0; -const void * RTTI_BSResource__Archive2__AsyncReaderStream = (void *)0x06113F30; -const void * RTTI_BSResource__Archive2__Index = (void *)0x06114050; -const void * RTTI_BSResource__Archive2__Manager__MemoryCacheLocation = (void *)0x06113DD0; -const void * RTTI_BSResource__Archive2__ReaderStream = (void *)0x06113FC0; -const void * RTTI_BSResource__ArchiveIDConverter = (void *)0x05E791E0; -const void * RTTI_BSResource__AsyncStream = (void *)0x061139F8; -const void * RTTI_BSResource__IMemoryFileBuffer = (void *)0x06116380; -const void * RTTI_BSResource__Location = (void *)0x05E79128; -const void * RTTI_BSResource__LocationTraverser = (void *)0x060E7E90; -const void * RTTI_BSResource__LooseFileLocation = (void *)0x06115DF0; -const void * RTTI_BSResource__MemoryFileBuffer = (void *)0x06116310; -const void * RTTI_BSResource__MemoryFileLocation = (void *)0x06113D90; -const void * RTTI_BSResource__MemoryFileStream = (void *)0x06116348; -const void * RTTI_BSResource__SDirectory2__IDirectoryIDIterator = (void *)0x060B91D0; -const void * RTTI_BSResource__SDirectory2__IDirectoryStreamIterator = (void *)0x05EA21B0; -const void * RTTI_BSResource__SDirectory2__ThreadCursor = (void *)0x06113EF0; -const void * RTTI_BSResource__Server__Commands__CancelAll = (void *)0x060DB228; -const void * RTTI_BSResource__Server__GraphProcessor = (void *)0x05F198E8; -const void * RTTI_BSResource__Server__LinearProcessor = (void *)0x05ECCCB8; -const void * RTTI_BSResource__Server__NodeBase = (void *)0x05EA3278; -const void * RTTI_BSResource__Server__ResourceServerDebug = (void *)0x06115D28; -const void * RTTI_BSResource__Stream = (void *)0x06112B70; -const void * RTTI_BSResource__StreamBase = (void *)0x06112B40; -const void * RTTI_BSRotAccumTransfInterpolator = (void *)0x061622A0; -const void * RTTI_BSSaveDataSystemUtility = (void *)0x05E830F8; -const void * RTTI_BSSaveDataSystemUtilityFile = (void *)0x06001060; -const void * RTTI_BSScaleformFileOpener = (void *)0x060F90A0; -const void * RTTI_BSScaleformImageLoader = (void *)0x060F9548; -const void * RTTI_BSScaleformMovieLoadTask = (void *)0x060F9238; -const void * RTTI_BSScaleformTranslator__ScaleformImpl = (void *)0x060F9738; -const void * RTTI_BSSceneNode = (void *)0x060DC870; -const void * RTTI_BSScript__ByteCode__PackedInstructionStream__InstructionFunctor = (void *)0x0611C200; -const void * RTTI_BSScript__CompiledScriptLoader = (void *)0x06118E50; -const void * RTTI_BSScript__ErrorLogger = (void *)0x0608DE80; -const void * RTTI_BSScript__ICachedErrorMessage = (void *)0x05F79058; -const void * RTTI_BSScript__IClientVM = (void *)0x060940A8; -const void * RTTI_BSScript__IComplexType = (void *)0x06116F60; -const void * RTTI_BSScript__IFunction = (void *)0x05F831C8; -const void * RTTI_BSScript__IHandleReaderWriter = (void *)0x0608B628; -const void * RTTI_BSScript__ILoader = (void *)0x06094030; -const void * RTTI_BSScript__IMemoryPagePolicy = (void *)0x061186A0; -const void * RTTI_BSScript__IObjectHandlePolicy = (void *)0x06094150; -const void * RTTI_BSScript__IObjectProcessor = (void *)0x0611B990; -const void * RTTI_BSScript__IProfilePolicy = (void *)0x06090000; -const void * RTTI_BSScript__ISavePatcherInterface = (void *)0x060902D8; -const void * RTTI_BSScript__IStackCallbackFunctor = (void *)0x060940D8; -const void * RTTI_BSScript__IStackCallbackSaveInterface = (void *)0x06094188; -const void * RTTI_BSScript__IStore = (void *)0x06090978; -const void * RTTI_BSScript__IVMDebugInterface = (void *)0x06117028; -const void * RTTI_BSScript__IVMObjectBindInterface = (void *)0x061163B8; -const void * RTTI_BSScript__IVMRemoteDebuggerInterface = (void *)0x0611BAC8; -const void * RTTI_BSScript__IVMSaveLoadInterface = (void *)0x06116FF0; -const void * RTTI_BSScript__IVirtualMachine = (void *)0x06116FC0; -const void * RTTI_BSScript__Internal__AutoPropGetFunction = (void *)0x0611C298; -const void * RTTI_BSScript__Internal__AutoPropSetFunction = (void *)0x0611C258; -const void * RTTI_BSScript__Internal__CodeTasklet = (void *)0x0611DB30; -const void * RTTI_BSScript__Internal__FunctionMessageNode = (void *)0x0611FB68; -const void * RTTI_BSScript__Internal__FunctionMessageProcessor = (void *)0x0611FB20; -const void * RTTI_BSScript__Internal__IFuncCallQuery = (void *)0x0611BA00; -const void * RTTI_BSScript__Internal__NativeFunctionStub = (void *)0x0611C1B8; -const void * RTTI_BSScript__Internal__RawFuncCallQuery = (void *)0x0611B9C0; -const void * RTTI_BSScript__Internal__ScriptFunction = (void *)0x0611FDE0; -const void * RTTI_BSScript__Internal__VirtualMachine = (void *)0x0611BB08; -const void * RTTI_BSScript__Internal__VirtualMachine__IFuncCallCallbacks = (void *)0x0611B940; -const void * RTTI_BSScript__LinkerProcessor = (void *)0x0611EF90; -const void * RTTI_BSScript__NF_util__NativeFunctionBase = (void *)0x05F83138; -const void * RTTI_BSScript__ObjectBindPolicy = (void *)0x060941C8; -const void * RTTI_BSScript__ObjectTypeInfo = (void *)0x06116F90; -const void * RTTI_BSScript__SimpleAllocMemoryPagePolicy = (void *)0x06118660; -const void * RTTI_BSScript__StructTypeInfo = (void *)0x06117C00; -const void * RTTI_BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor = (void *)0x0611BFD0; -const void * RTTI_BSSequence__AnimationEvent = (void *)0x05F11FE8; -const void * RTTI_BSSequence__AnimationTrack = (void *)0x05F12018; -const void * RTTI_BSSequence__AnimationVariableTrack = (void *)0x05F12088; -const void * RTTI_BSSequence__AnimationVectorVariableTrack = (void *)0x05F12048; -const void * RTTI_BSSequence__BindingEvent = (void *)0x060DF2A0; -const void * RTTI_BSSequence__CameraShakeEvent = (void *)0x05F120C0; -const void * RTTI_BSSequence__CameraShakeStrengthTrack = (void *)0x05F12188; -const void * RTTI_BSSequence__CameraShakeTrack = (void *)0x05F120F8; -const void * RTTI_BSSequence__ColorCurveEvent = (void *)0x060DF120; -const void * RTTI_BSSequence__ColorLerpEvent = (void *)0x060DF038; -const void * RTTI_BSSequence__ColorNoiseEvent = (void *)0x060DF000; -const void * RTTI_BSSequence__ColorTriggerEvent = (void *)0x060DF0B8; -const void * RTTI_BSSequence__ConsoleScriptEvent = (void *)0x05F11F80; -const void * RTTI_BSSequence__CullEvent = (void *)0x05F123A0; -const void * RTTI_BSSequence__DissolveEvent = (void *)0x05F11B20; -const void * RTTI_BSSequence__DissolveFrequencyScaleTrack = (void *)0x05F11B50; -const void * RTTI_BSSequence__DissolveOffsetTrack = (void *)0x05F11AE8; -const void * RTTI_BSSequence__DissolveTrack = (void *)0x05EB36A8; -const void * RTTI_BSSequence__Event = (void *)0x05F128D8; -const void * RTTI_BSSequence__ExplosionObjectSpawn = (void *)0x05F11D08; -const void * RTTI_BSSequence__Float2CurveEvent = (void *)0x060DF558; -const void * RTTI_BSSequence__Float2LerpEvent = (void *)0x060DF590; -const void * RTTI_BSSequence__Float2TriggerEvent = (void *)0x060DF448; -const void * RTTI_BSSequence__FloatCurveEvent = (void *)0x060DF480; -const void * RTTI_BSSequence__FloatLerpEvent = (void *)0x060DF4F0; -const void * RTTI_BSSequence__FloatNoiseEvent = (void *)0x060DF4B8; -const void * RTTI_BSSequence__FloatTriggerEvent = (void *)0x060DF410; -const void * RTTI_BSSequence__ITimeMultiplierProvider = (void *)0x05F12BB8; -const void * RTTI_BSSequence__ImageSpaceLifetimeEvent = (void *)0x05F12518; -const void * RTTI_BSSequence__ImageSpaceStrengthTrack = (void *)0x05F12618; -const void * RTTI_BSSequence__ImageSpaceTrack = (void *)0x05F124A8; -const void * RTTI_BSSequence__ImpactEffectEvent = (void *)0x05F12470; -const void * RTTI_BSSequence__ImpactEffectTrack = (void *)0x05EB3868; -const void * RTTI_BSSequence__LightColorTrack = (void *)0x05F11798; -const void * RTTI_BSSequence__LightEffectReferenceTrack = (void *)0x05EB30F0; -const void * RTTI_BSSequence__LightEffectTrack = (void *)0x05F12690; -const void * RTTI_BSSequence__LightIntensityTrack = (void *)0x05F117D0; -const void * RTTI_BSSequence__LightLensFlareVisiblityTrack = (void *)0x05F11848; -const void * RTTI_BSSequence__LightRadiusTrack = (void *)0x05F12728; -const void * RTTI_BSSequence__LightSpawnEvent = (void *)0x05F12658; -const void * RTTI_BSSequence__LoopMarker = (void *)0x060DF0F0; -const void * RTTI_BSSequence__MaterialFlipbookIndexGeneratorEvent = (void *)0x05F11AA0; -const void * RTTI_BSSequence__MaterialFlipbookIndexTrack = (void *)0x05F11A28; -const void * RTTI_BSSequence__MaterialPropertyTrack = (void *)0x05F11998; -const void * RTTI_BSSequence__MaterialTrack = (void *)0x05F118F8; -const void * RTTI_BSSequence__Mediator = (void *)0x05EB2DB8; -const void * RTTI_BSSequence__NamedSequenceMap = (void *)0x05EB3030; -const void * RTTI_BSSequence__NodeTrackBase = (void *)0x05EB30C0; -const void * RTTI_BSSequence__NoteEvent = (void *)0x060DF188; -const void * RTTI_BSSequence__NoteTrack = (void *)0x060DF158; -const void * RTTI_BSSequence__Object = (void *)0x05EB3198; -const void * RTTI_BSSequence__ObjectAttachmentSubnodeTrack = (void *)0x05F11CC8; -const void * RTTI_BSSequence__ObjectAttachmentTrack = (void *)0x05F11C20; -const void * RTTI_BSSequence__ObjectSpawnEvent = (void *)0x05F11BE8; -const void * RTTI_BSSequence__ObjectSpawnTrack = (void *)0x05EB37F0; -const void * RTTI_BSSequence__ParticleEffectReferenceTrack = (void *)0x05F11E28; -const void * RTTI_BSSequence__ParticleEffectTrack = (void *)0x05F11DF0; -const void * RTTI_BSSequence__ParticleEvent = (void *)0x05F11EA0; -const void * RTTI_BSSequence__ParticleMaterialPropertyTrack = (void *)0x05F11ED0; -const void * RTTI_BSSequence__ParticleParameterTrack = (void *)0x05F11E68; -const void * RTTI_BSSequence__PlaySubSequenceEvent = (void *)0x05F12400; -const void * RTTI_BSSequence__PositionTrack = (void *)0x05F12370; -const void * RTTI_BSSequence__PositionTrack__TrackState = (void *)0x05EB3908; -const void * RTTI_BSSequence__ProjectedDecalAlphaTrack = (void *)0x05F12270; -const void * RTTI_BSSequence__ProjectedDecalSpawnEvent = (void *)0x05F121C8; -const void * RTTI_BSSequence__ProjectedDecalTrack = (void *)0x05EB38D0; -const void * RTTI_BSSequence__PropertyControllerBase = (void *)0x060DF230; -const void * RTTI_BSSequence__PropertyControllerEvent = (void *)0x060DF1F0; -const void * RTTI_BSSequence__PropertyLerpControllerEvent = (void *)0x060DF330; -const void * RTTI_BSSequence__ReferenceSpawnEvent = (void *)0x05F11DB8; -const void * RTTI_BSSequence__RevertMaterialOverrideEvent = (void *)0x05F11808; -const void * RTTI_BSSequence__RotationTrack = (void *)0x05F12340; -const void * RTTI_BSSequence__RotationTrack__TrackState = (void *)0x05EB3828; -const void * RTTI_BSSequence__ScaleTrack = (void *)0x05F123D0; -const void * RTTI_BSSequence__SceneNodeTrack = (void *)0x05EB38A0; -const void * RTTI_BSSequence__ScriptTrack = (void *)0x05F11FB8; -const void * RTTI_BSSequence__SetPropertyEvent = (void *)0x060DF268; -const void * RTTI_BSSequence__SoundEvent = (void *)0x05F11480; -const void * RTTI_BSSequence__SoundTrack = (void *)0x05F114B0; -const void * RTTI_BSSequence__SubSequenceTrack = (void *)0x05F12438; -const void * RTTI_BSSequence__Track = (void *)0x05EB3098; -const void * RTTI_BSSequence__TrackGroup = (void *)0x05EB3068; -const void * RTTI_BSSequence__TriggerMaterialSwap = (void *)0x05F11A68; -const void * RTTI_BSSequence__VectorCurveEvent = (void *)0x060DEF18; -const void * RTTI_BSSequence__VectorLerpEvent = (void *)0x060DEF88; -const void * RTTI_BSSequence__VectorNoiseEvent = (void *)0x060DEF50; -const void * RTTI_BSSequence__VectorTriggerEvent = (void *)0x060DF520; -const void * RTTI_BSSequence__VisibilityTrack = (void *)0x05F12308; -const void * RTTI_BSService__JobSite = (void *)0x05E13ED0; -const void * RTTI_BSShadowLight = (void *)0x060E2AD0; -const void * RTTI_BSShapeConstructor = (void *)0x05F59A68; -const void * RTTI_BSSimpleScaleController = (void *)0x06026210; -const void * RTTI_BSSkin__BoneData = (void *)0x06162FA8; -const void * RTTI_BSSkin__Instance = (void *)0x06162F80; -const void * RTTI_BSSpatialGraph = (void *)0x05EE8478; -const void * RTTI_BSSpatialGraphInfo = (void *)0x0610D3C8; -const void * RTTI_BSSpatialGraphManager = (void *)0x05EE93C8; -const void * RTTI_BSSpatialGraphSearch = (void *)0x05EE9AB8; -const void * RTTI_BSSplatterExtraData = (void *)0x05EE0530; -const void * RTTI_BSSteamSysInfoSystemUtility = (void *)0x06168D38; -const void * RTTI_BSStorage = (void *)0x05EBA6E0; -const void * RTTI_BSStream = (void *)0x05F3D6C8; -const void * RTTI_BSStreamParserData = (void *)0x060F8560; -const void * RTTI_BSStreaming__DataStorage = (void *)0x06121EB8; -const void * RTTI_BSSubBehaviorGraphSingletonData = (void *)0x060C93B0; -const void * RTTI_BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask = (void *)0x060C8F30; -const void * RTTI_BSSubSceneNode = (void *)0x060E2A80; -const void * RTTI_BSSysInfoSystemUtility = (void *)0x05E830C8; -const void * RTTI_BSSystemFileAsyncFunctor = (void *)0x061162E0; -const void * RTTI_BSSystemFileStorage = (void *)0x06121E88; -const void * RTTI_BSSystemFileStreamer__HeapData = (void *)0x061206D8; -const void * RTTI_BSSystemFileStreamer__PhysicalRequest = (void *)0x06120840; -const void * RTTI_BSSystemFileStreamer__PinnedData = (void *)0x06120808; -const void * RTTI_BSSystemFileStreamer__Streamer = (void *)0x06120900; -const void * RTTI_BSSystemFileStreamer__Streamer__ControlThread = (void *)0x061207C0; -const void * RTTI_BSSystemFileStreamer__Streamer__StreamerThread = (void *)0x06120770; -const void * RTTI_BSSystemUtilitiesStrings = (void *)0x05E82D50; -const void * RTTI_BSSystemUtility = (void *)0x05E75738; -const void * RTTI_BSTArrayBase__IAllocatorFunctor = (void *)0x05DF05F0; -const void * RTTI_BSTSmartPointerPrivate__HandleManagerBase = (void *)0x05E7C228; -const void * RTTI_BSTableCurve = (void *)0x061692B0; -const void * RTTI_BSTaskJobber = (void *)0x060E37D8; -const void * RTTI_BSTaskJobber__Task = (void *)0x05F50AB8; -const void * RTTI_BSTaskThread = (void *)0x05ECC9E8; -const void * RTTI_BSTaskletGroupData = (void *)0x06121EE8; -const void * RTTI_BSTaskletManager = (void *)0x05E74978; -const void * RTTI_BSTempEffect = (void *)0x05F4FEF8; -const void * RTTI_BSTempEffectDebris = (void *)0x05F4FF20; -const void * RTTI_BSTempEffectGeometryDecal = (void *)0x05F4FF50; -const void * RTTI_BSTempEffectParticle = (void *)0x05F4FFB8; -const void * RTTI_BSTempEffectSPG = (void *)0x05F50020; -const void * RTTI_BSTempEffectScreenSpaceDecal = (void *)0x05F4FFE8; -const void * RTTI_BSTempEffectWeaponBlood = (void *)0x05F50048; -const void * RTTI_BSTerrainEffect = (void *)0x05F501C0; -const void * RTTI_BSTextureStreamer__ArchiveLayer = (void *)0x060E2128; -const void * RTTI_BSTextureStreamer__LoadQueueService = (void *)0x060E1CD0; -const void * RTTI_BSTextureStreamer__Manager = (void *)0x060E2338; -const void * RTTI_BSTextureStreamer__ManagerBase = (void *)0x060E20F0; -const void * RTTI_BSTextureStreamer__ManagerServiceFramework = (void *)0x060E1C90; -const void * RTTI_BSTextureStreamer__TextureArchiveIDConverter = (void *)0x05E79160; -const void * RTTI_BSTextureStreamer__TextureLoad = (void *)0x060E5FA8; -const void * RTTI_BSTextureStreamer__TextureStreamerRequestBase = (void *)0x060E5E20; -const void * RTTI_BSThread = (void *)0x05E74540; -const void * RTTI_BSTransformExtra = (void *)0x05F3AC48; -const void * RTTI_BSTreadTransfInterpolator = (void *)0x061622D8; -const void * RTTI_BSUIExternalTexture = (void *)0x060F91A8; -const void * RTTI_BSVMFileFenceNode = (void *)0x05ED3F90; -const void * RTTI_BSVMLoadNode = (void *)0x05ED3FB8; -const void * RTTI_BSVMPostProcessNode = (void *)0x05ED3FE0; -const void * RTTI_BSValueNode = (void *)0x060E2AF8; -const void * RTTI_BSWArray = (void *)0x060E60D0; -const void * RTTI_BSWeakReferenceNode = (void *)0x060DC7A0; -const void * RTTI_BSWin32ExceptionHandler = (void *)0x05E66888; -const void * RTTI_BSWinPCAwardsSystemUtility = (void *)0x06168F50; -const void * RTTI_BSWinPCGameDataSystemUtility = (void *)0x06168DD8; -const void * RTTI_BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled = (void *)0x06168E70; -const void * RTTI_BSWinPCSaveDataSystemUtility = (void *)0x06168DA0; -const void * RTTI_BSWinPCSystemUtility = (void *)0x06168D70; -const void * RTTI_BSXFlags = (void *)0x060E10A8; -const void * RTTI_BShkbHkxDB__QueuedHandles = (void *)0x05F392E8; -const void * RTTI_BShkbUtils__GraphInspectionFunctor = (void *)0x060B9300; -const void * RTTI_BackgroundProcessNode = (void *)0x05ECCBB0; -const void * RTTI_BackgroundProcessThread = (void *)0x05ECCA78; -const void * RTTI_BanishEffect = (void *)0x05FFBD20; -const void * RTTI_BarrierProjectile = (void *)0x06044B90; -const void * RTTI_BarterMenu = (void *)0x05FBF138; -const void * RTTI_BarterMenu_BuyItem = (void *)0x05FBF0A0; -const void * RTTI_BarterMenu_CloseMenu = (void *)0x05FBEFA8; -const void * RTTI_BarterMenu_HideModel = (void *)0x05FBF008; -const void * RTTI_BarterMenu_LoadModel = (void *)0x05FBEFD8; -const void * RTTI_BarterMenu_SellItem = (void *)0x05FBF0D0; -const void * RTTI_BarterMenu_SetMouseOverModel = (void *)0x05FBF100; -const void * RTTI_BarterMenu_ShowFailureMessage = (void *)0x05FBF038; -const void * RTTI_BarterMenu_ViewedItem = (void *)0x05FBF070; -const void * RTTI_BarterMenu__BarterMenuEventShuttle = (void *)0x05FBF598; -const void * RTTI_BaseFormComponent = (void *)0x05DF2250; -const void * RTTI_BaseLightAnimData = (void *)0x05EBB308; -const void * RTTI_BeamProjectile = (void *)0x06044E90; -const void * RTTI_BedEnterHandler = (void *)0x06041E30; -const void * RTTI_BedFurnitureExitHandler = (void *)0x06042030; -const void * RTTI_BleedoutCameraState = (void *)0x0607BB00; -const void * RTTI_BlendNode = (void *)0x060C6FD8; -const void * RTTI_BlendNodeInstance = (void *)0x060C6FB0; -const void * RTTI_BlendTree = (void *)0x060B87B0; -const void * RTTI_BlendTreeInstance = (void *)0x060C6228; -const void * RTTI_Blueprints__Blueprint = (void *)0x05EBAE18; -const void * RTTI_Blueprints__BlueprintMainStatusHandler = (void *)0x05EBACF0; -const void * RTTI_Blueprints__BlueprintVariant = (void *)0x05DDBC78; -const void * RTTI_BodyCollisionsTask = (void *)0x05DD7C70; -const void * RTTI_BodyEffects__Effect = (void *)0x05EA4CB8; -const void * RTTI_BodyEffects__ResourceVisualizationEffect = (void *)0x05EA4C50; -const void * RTTI_BodyEffects__ScanlinesEffect = (void *)0x05EA4CE8; -const void * RTTI_BoneConstraint = (void *)0x060C69E0; -const void * RTTI_BoneConstraintInstance = (void *)0x060C6A08; -const void * RTTI_BoneModifierData = (void *)0x05EAFBA8; -const void * RTTI_BoneModifierExtra = (void *)0x05F0CC08; -const void * RTTI_BoneModifierInstance = (void *)0x05EAFB20; -const void * RTTI_BookMenu = (void *)0x0607C078; -const void * RTTI_BookMenu__BookData = (void *)0x0607C0D8; -const void * RTTI_BookMenu__BookMenuUIDataEventShuttle = (void *)0x0607C098; -const void * RTTI_BoundaryMenu = (void *)0x05F7D4B8; -const void * RTTI_BoundaryMenu_FastTravel = (void *)0x05F7D550; -const void * RTTI_BoundaryMenu_ShowMap = (void *)0x05F7D520; -const void * RTTI_BowZoomStartHandler = (void *)0x06041CD0; -const void * RTTI_BowZoomStopHandler = (void *)0x06041D00; -const void * RTTI_ButtonEvent = (void *)0x060C9E18; -const void * RTTI_CCallbackBase = (void *)0x06168E10; -const void * RTTI_CPUCaptureHandler = (void *)0x06084360; -const void * RTTI_CalcContainerWeight = (void *)0x05F29DA8; -const void * RTTI_CalmEffect = (void *)0x05FFBCF8; -const void * RTTI_CameraOverrideStartHandler = (void *)0x06042268; -const void * RTTI_CameraOverrideStopHandler = (void *)0x060422A0; -const void * RTTI_CameraShakeHandler = (void *)0x06041A60; -const void * RTTI_CameraZoomHandler = (void *)0x06084338; -const void * RTTI_Camera__DebugCinematicCamera = (void *)0x05F79740; -const void * RTTI_Camera__DebugFollowCamera = (void *)0x05F79778; -const void * RTTI_Camera__DebugFreeCamera = (void *)0x05F797A8; -const void * RTTI_Camera__DebugModule = (void *)0x05F79808; -const void * RTTI_Camera__DebugOrbitalCamera = (void *)0x05F797D8; -const void * RTTI_Camera__DebugTargetCamera = (void *)0x05F79710; -const void * RTTI_Camera__IBaseModule = (void *)0x05F79438; -const void * RTTI_Camera__IDebugCamera = (void *)0x05F796E0; -const void * RTTI_Camera__InteriorModule = (void *)0x05F79838; -const void * RTTI_Camera__Manager = (void *)0x05F79498; -const void * RTTI_Camera__PlayerModule = (void *)0x05F79408; -const void * RTTI_Camera__SpaceModule = (void *)0x05F79468; -const void * RTTI_CapacityValueModifierEffect = (void *)0x05FFA568; -const void * RTTI_CellHandleManager = (void *)0x05EAF960; -const void * RTTI_CellHfCollision = (void *)0x05EBEB58; -const void * RTTI_ChainExplosion = (void *)0x06006938; -const void * RTTI_ChairEnterHandler = (void *)0x06041F40; -const void * RTTI_ChairFurnitureExitHandler = (void *)0x06041E88; -const void * RTTI_ChangeAnimArchetypeHandler = (void *)0x06042830; -const void * RTTI_CharGen_BrowChange = (void *)0x05FDC370; -const void * RTTI_CharGen_BrowColorChange = (void *)0x05FDC278; -const void * RTTI_CharGen_CancelTextEntry = (void *)0x05FDC5D8; -const void * RTTI_CharGen_CloseMenu = (void *)0x05FDC720; -const void * RTTI_CharGen_CyclePronoun = (void *)0x05FDC218; -const void * RTTI_CharGen_DirtScarsEtcChange = (void *)0x05FDC458; -const void * RTTI_CharGen_EndBodyChange = (void *)0x05FDD138; -const void * RTTI_CharGen_EndTextEntry = (void *)0x05FDC608; -const void * RTTI_CharGen_EyeColorChange = (void *)0x05FDC3A0; -const void * RTTI_CharGen_FacialHairChange = (void *)0x05FDC2E0; -const void * RTTI_CharGen_FacialHairColorChange = (void *)0x05FDC2A8; -const void * RTTI_CharGen_HairChange = (void *)0x05FDC340; -const void * RTTI_CharGen_HairColorChange = (void *)0x05FDC310; -const void * RTTI_CharGen_HeadpartPlusSelectorChange = (void *)0x05FDC4C0; -const void * RTTI_CharGen_HeadpartPresetChange = (void *)0x05FDC6B8; -const void * RTTI_CharGen_JewelryChange = (void *)0x05FDD1D0; -const void * RTTI_CharGen_JewelryColorChange = (void *)0x05FDD198; -const void * RTTI_CharGen_MakeupChange = (void *)0x05FDCFE8; -const void * RTTI_CharGen_MarkingsChange = (void *)0x05FDCFB8; -const void * RTTI_CharGen_PostBlendColorOptionChange = (void *)0x05FDD050; -const void * RTTI_CharGen_PostBlendFaceChange = (void *)0x05FDD090; -const void * RTTI_CharGen_PostBlendIntensityChange = (void *)0x05FDD018; -const void * RTTI_CharGen_PresetChange = (void *)0x05FDC6F0; -const void * RTTI_CharGen_RollOffLocomotion = (void *)0x05FDD260; -const void * RTTI_CharGen_RollOnLocomotion = (void *)0x05FDD290; -const void * RTTI_CharGen_RotatePaperdoll = (void *)0x05FDD2C0; -const void * RTTI_CharGen_SetAdditionalSlider = (void *)0x05FDD100; -const void * RTTI_CharGen_SetBackground = (void *)0x05FDC3D0; -const void * RTTI_CharGen_SetBlockInputUnderPopup = (void *)0x05FDD0C8; -const void * RTTI_CharGen_SetBodyValues = (void *)0x05FDC530; -const void * RTTI_CharGen_SetCameraPosition = (void *)0x05FDC500; -const void * RTTI_CharGen_SetPronoun = (void *)0x05FDC1E8; -const void * RTTI_CharGen_SetSex = (void *)0x05FDC690; -const void * RTTI_CharGen_SetSlider = (void *)0x05FDC668; -const void * RTTI_CharGen_SetTrait = (void *)0x05FDC400; -const void * RTTI_CharGen_ShowChooseBackgroundMessage = (void *)0x05FDC560; -const void * RTTI_CharGen_ShowPlayerRenameMessage = (void *)0x05FDC5A0; -const void * RTTI_CharGen_SkintoneChange = (void *)0x05FDC490; -const void * RTTI_CharGen_StartBodyChange = (void *)0x05FDD168; -const void * RTTI_CharGen_StartTextEntry = (void *)0x05FDC638; -const void * RTTI_CharGen_SwitchBodyType = (void *)0x05FDC150; -const void * RTTI_CharGen_SwitchLocomotion = (void *)0x05FDC180; -const void * RTTI_CharGen_TeethChange = (void *)0x05FDC248; -const void * RTTI_CharGen_TeethRollOff = (void *)0x05FDD200; -const void * RTTI_CharGen_TeethRollOn = (void *)0x05FDD230; -const void * RTTI_CharGen_ToggleMarking = (void *)0x05FDC428; -const void * RTTI_CharGen_TogglePreviewHabSuit = (void *)0x05FDC1B0; -const void * RTTI_CharacterCollisionHandler = (void *)0x0602B398; -const void * RTTI_CharacterCollisionMessagePlayerAdapter = (void *)0x06014338; -const void * RTTI_CharacterEvent = (void *)0x060C9A38; -const void * RTTI_ChargenMenu = (void *)0x05FDCC18; -const void * RTTI_ChargenMenu__ChargenMenuEventShuttle = (void *)0x05FDBD90; -const void * RTTI_CheckGoalReachedFunctor = (void *)0x0610E668; -const void * RTTI_CheckLineOfSightFilterMisc = (void *)0x05FFBAB0; -const void * RTTI_CheckParameterReachedFunctor = (void *)0x0610E6D0; -const void * RTTI_CheckStoppedMovingFunctor = (void *)0x0610E5D0; -const void * RTTI_ClientBIMetrics__CombatHitMetricsI = (void *)0x05FFD2B8; -const void * RTTI_ClientBIMetrics__HeartBeat__EventSink = (void *)0x05EA4148; -const void * RTTI_ClientBIMetrics__Performance__EventSink = (void *)0x05EA47B0; -const void * RTTI_ClientBIMetrics__ShipCombatHitMetricsBPSImp = (void *)0x05FFD330; -const void * RTTI_ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost = (void *)0x05EA4B60; -const void * RTTI_CloakEffect = (void *)0x05FFA5A0; -const void * RTTI_ClonePoseNode = (void *)0x060C5DF8; -const void * RTTI_ClonePoseNodeInstance = (void *)0x060C5E20; -const void * RTTI_CloudSaveWriter = (void *)0x06001018; -const void * RTTI_CombatAcquireSearchDebugData = (void *)0x0604D5E8; -const void * RTTI_CombatAimController = (void *)0x06047538; -const void * RTTI_CombatAlignRollPathController = (void *)0x05F6F428; -const void * RTTI_CombatAnimatedPath = (void *)0x06074620; -const void * RTTI_CombatApproachTargetPathController = (void *)0x05F6FF10; -const void * RTTI_CombatAreaHoldPosition = (void *)0x06047640; -const void * RTTI_CombatAreaReference = (void *)0x060476A0; -const void * RTTI_CombatAreaShape = (void *)0x05F70F28; -const void * RTTI_CombatAreaStandard = (void *)0x06047670; -const void * RTTI_CombatBarrelRollPathController = (void *)0x05F6FD50; -const void * RTTI_CombatBehaviorAttackFromCover = (void *)0x06071DB8; -const void * RTTI_CombatBehaviorBlindFireFromCover = (void *)0x06071F00; -const void * RTTI_CombatBehaviorContextCover = (void *)0x06074170; -const void * RTTI_CombatBehaviorContextGrenade = (void *)0x05F683A8; -const void * RTTI_CombatBehaviorMoveInCover = (void *)0x05E65B80; -const void * RTTI_CombatBehaviorProvideSuppressiveFire = (void *)0x06069168; -const void * RTTI_CombatBehaviorResource = (void *)0x0604D548; -const void * RTTI_CombatBehaviorShipAcquire = (void *)0x05F702A8; -const void * RTTI_CombatBehaviorShipAttackManeuver = (void *)0x05F70050; -const void * RTTI_CombatBehaviorShipBarrelRoll = (void *)0x05F6FFC0; -const void * RTTI_CombatBehaviorShipBoost = (void *)0x05F703A8; -const void * RTTI_CombatBehaviorShipBreak = (void *)0x05F6FFF8; -const void * RTTI_CombatBehaviorShipBreakStalemate = (void *)0x05F70128; -const void * RTTI_CombatBehaviorShipCut = (void *)0x05F70378; -const void * RTTI_CombatBehaviorShipDirectAttack = (void *)0x05F70308; -const void * RTTI_CombatBehaviorShipDisengage = (void *)0x05F70208; -const void * RTTI_CombatBehaviorShipLeadTurn = (void *)0x05F6FF50; -const void * RTTI_CombatBehaviorShipLurk = (void *)0x05F6FEE0; -const void * RTTI_CombatBehaviorShipOrbitCombatArea = (void *)0x05F700F0; -const void * RTTI_CombatBehaviorShipOrbitTarget = (void *)0x05F700B8; -const void * RTTI_CombatBehaviorShipPass = (void *)0x05F70088; -const void * RTTI_CombatBehaviorShipPathDestinationRef = (void *)0x05F6FAB0; -const void * RTTI_CombatBehaviorShipPursue = (void *)0x05F701D8; -const void * RTTI_CombatBehaviorShipScissors = (void *)0x05F70340; -const void * RTTI_CombatBehaviorShipSliceback = (void *)0x05F703D8; -const void * RTTI_CombatBehaviorShipSlideDodge = (void *)0x05F70160; -const void * RTTI_CombatBehaviorShipSlideTurn = (void *)0x05F6FF88; -const void * RTTI_CombatBehaviorShipStationaryTracking = (void *)0x05F70198; -const void * RTTI_CombatBehaviorShipStrafe = (void *)0x05F70240; -const void * RTTI_CombatBehaviorShipStrafeTurn = (void *)0x05F70270; -const void * RTTI_CombatBehaviorShipTargetingModeAutopilot = (void *)0x05F5FE28; -const void * RTTI_CombatBehaviorShipTurn = (void *)0x05F702D8; -const void * RTTI_CombatBehaviorTree = (void *)0x05E65BE8; -const void * RTTI_CombatBehaviorTreeAcquireObject = (void *)0x05E65A38; -const void * RTTI_CombatBehaviorTreeAction = (void *)0x05E65B10; -const void * RTTI_CombatBehaviorTreeActionEquipmentSelector = (void *)0x05E65630; -const void * RTTI_CombatBehaviorTreeAvoidThreat = (void *)0x05E65ED8; -const void * RTTI_CombatBehaviorTreeBlock = (void *)0x05E65C18; -const void * RTTI_CombatBehaviorTreeBow = (void *)0x05E65810; -const void * RTTI_CombatBehaviorTreeChargingCloseMovement = (void *)0x05E659F8; -const void * RTTI_CombatBehaviorTreeChargingMovement = (void *)0x05E65B40; -const void * RTTI_CombatBehaviorTreeCheckUnreachableTarget = (void *)0x05E65F10; -const void * RTTI_CombatBehaviorTreeCloseMovement = (void *)0x05E658E8; -const void * RTTI_CombatBehaviorTreeCombat = (void *)0x05E65CC0; -const void * RTTI_CombatBehaviorTreeCreateContextNodeBase = (void *)0x05F5CC58; -const void * RTTI_CombatBehaviorTreeFindAttackLocation = (void *)0x05E65840; -const void * RTTI_CombatBehaviorTreeFindValidLocation = (void *)0x05E65E98; -const void * RTTI_CombatBehaviorTreeFlankingMovement = (void *)0x05E657D0; -const void * RTTI_CombatBehaviorTreeFlee = (void *)0x05E65920; -const void * RTTI_CombatBehaviorTreeFlight = (void *)0x05E65D60; -const void * RTTI_CombatBehaviorTreeGrenade = (void *)0x05E65E68; -const void * RTTI_CombatBehaviorTreeGun = (void *)0x05E65880; -const void * RTTI_CombatBehaviorTreeHide = (void *)0x05E65A70; -const void * RTTI_CombatBehaviorTreeLinkNode = (void *)0x0604D5B0; -const void * RTTI_CombatBehaviorTreeLowCombat = (void *)0x05E65798; -const void * RTTI_CombatBehaviorTreeMagic = (void *)0x05E65988; -const void * RTTI_CombatBehaviorTreeMelee = (void *)0x05E65DC8; -const void * RTTI_CombatBehaviorTreeMovement = (void *)0x05E65E30; -const void * RTTI_CombatBehaviorTreeMovementRequest = (void *)0x05E658B0; -const void * RTTI_CombatBehaviorTreeNode = (void *)0x05F5CC28; -const void * RTTI_CombatBehaviorTreePlayerShipCombat = (void *)0x05E65C48; -const void * RTTI_CombatBehaviorTreeRangedMovement = (void *)0x05E65AA0; -const void * RTTI_CombatBehaviorTreeRetreatClose = (void *)0x05E65BB0; -const void * RTTI_CombatBehaviorTreeRetreatRanged = (void *)0x05E65950; -const void * RTTI_CombatBehaviorTreeReturnToCombatArea = (void *)0x05E65720; -const void * RTTI_CombatBehaviorTreeRootNode = (void *)0x0604D578; -const void * RTTI_CombatBehaviorTreeSearch = (void *)0x05E656F0; -const void * RTTI_CombatBehaviorTreeShipAction = (void *)0x05E65AD8; -const void * RTTI_CombatBehaviorTreeShipActionEquipmentSelector = (void *)0x05E65670; -const void * RTTI_CombatBehaviorTreeShipCombat = (void *)0x05E65C88; -const void * RTTI_CombatBehaviorTreeShipDetection = (void *)0x05E65CF0; -const void * RTTI_CombatBehaviorTreeShipFlee = (void *)0x05E65D90; -const void * RTTI_CombatBehaviorTreeShipManeuvers = (void *)0x05E655F8; -const void * RTTI_CombatBehaviorTreeShipMovement = (void *)0x05E65DF8; -const void * RTTI_CombatBehaviorTreeShipPowerAllocation = (void *)0x05E659B8; -const void * RTTI_CombatBehaviorTreeSpaceshipWeapon = (void *)0x05E65D28; -const void * RTTI_CombatBehaviorTreeTargetingMode = (void *)0x05E65F50; -const void * RTTI_CombatBehaviorTreeThrow = (void *)0x05E65F88; -const void * RTTI_CombatBehaviorTreeUseCover = (void *)0x05E65760; -const void * RTTI_CombatBehaviorTreeUsePotion = (void *)0x05E656B8; -const void * RTTI_CombatBehaviorTreeWrapperNode = (void *)0x05F605D0; -const void * RTTI_CombatBehaviorWaitBehindCover = (void *)0x06071EC8; -const void * RTTI_CombatBlackboardMemberBase = (void *)0x05E17FF0; -const void * RTTI_CombatChangePositionPathController = (void *)0x06073E10; -const void * RTTI_CombatChargingSearchData = (void *)0x05F67310; -const void * RTTI_CombatCluster = (void *)0x06047AC0; -const void * RTTI_CombatCoverLocation = (void *)0x060478E0; -const void * RTTI_CombatCoverSearch = (void *)0x06047940; -const void * RTTI_CombatCoverSearchDebugData = (void *)0x060478A8; -const void * RTTI_CombatCoverSearchResult = (void *)0x06047910; -const void * RTTI_CombatCoveredPath = (void *)0x05F5FE68; -const void * RTTI_CombatCoveredPathDebugData = (void *)0x05F733E8; -const void * RTTI_CombatDialogueDebugData = (void *)0x06047A00; -const void * RTTI_CombatDisableActionController = (void *)0x06067660; -const void * RTTI_CombatDisableAimController = (void *)0x060475D0; -const void * RTTI_CombatDisableCollisionController = (void *)0x06067698; -const void * RTTI_CombatEncounterBIEvents__CombatEnounterMetricsManager = (void *)0x05FFD4C0; -const void * RTTI_CombatEncounterMetrics = (void *)0x05FFD650; -const void * RTTI_CombatEnterCoverPathController = (void *)0x060477E0; -const void * RTTI_CombatFlankingSearchData = (void *)0x0605AEF0; -const void * RTTI_CombatFleeAimController = (void *)0x06060A78; -const void * RTTI_CombatFollowTargetPathController = (void *)0x0607B2C0; -const void * RTTI_CombatGroupDetectionListener = (void *)0x06047A88; -const void * RTTI_CombatInceptionDebugData = (void *)0x060479D0; -const void * RTTI_CombatInterface = (void *)0x05F5FEE0; -const void * RTTI_CombatInventoryItem = (void *)0x06047E10; -const void * RTTI_CombatInventoryItemComposite = (void *)0x06047DD8; -const void * RTTI_CombatInventoryItemGrenade = (void *)0x06047C00; -const void * RTTI_CombatInventoryItemMagic = (void *)0x06047C68; -const void * RTTI_CombatInventoryItemMelee = (void *)0x06047DA8; -const void * RTTI_CombatInventoryItemOneHandedBlock = (void *)0x06047B98; -const void * RTTI_CombatInventoryItemPotion = (void *)0x0604A380; -const void * RTTI_CombatInventoryItemRanged = (void *)0x06047D78; -const void * RTTI_CombatInventoryItemScroll = (void *)0x0604A3B0; -const void * RTTI_CombatInventoryItemShield = (void *)0x06047BD0; -const void * RTTI_CombatInventoryItemStaff = (void *)0x0604A2E8; -const void * RTTI_CombatInventoryItemThrown = (void *)0x06047C38; -const void * RTTI_CombatInventoryItemTorch = (void *)0x06047C98; -const void * RTTI_CombatMagicCaster = (void *)0x0604A2C0; -const void * RTTI_CombatMagicCasterArmor = (void *)0x0604A5A0; -const void * RTTI_CombatMagicCasterBoundItem = (void *)0x0604A568; -const void * RTTI_CombatMagicCasterChameleon = (void *)0x0604A608; -const void * RTTI_CombatMagicCasterCloak = (void *)0x0604A4A8; -const void * RTTI_CombatMagicCasterDash = (void *)0x0604A710; -const void * RTTI_CombatMagicCasterDisarm = (void *)0x0604A538; -const void * RTTI_CombatMagicCasterInvisibility = (void *)0x0604A5D0; -const void * RTTI_CombatMagicCasterLight = (void *)0x0604A4D8; -const void * RTTI_CombatMagicCasterOffensive = (void *)0x0604A440; -const void * RTTI_CombatMagicCasterParalyze = (void *)0x0604A640; -const void * RTTI_CombatMagicCasterReanimate = (void *)0x0604A6D8; -const void * RTTI_CombatMagicCasterRestore = (void *)0x0604A3E0; -const void * RTTI_CombatMagicCasterScript = (void *)0x0604A670; -const void * RTTI_CombatMagicCasterStagger = (void *)0x0604A508; -const void * RTTI_CombatMagicCasterSummon = (void *)0x0604A410; -const void * RTTI_CombatMagicCasterTargetEffect = (void *)0x0604A6A0; -const void * RTTI_CombatMagicCasterWard = (void *)0x0604A478; -const void * RTTI_CombatMagicItemData = (void *)0x0604A318; -const void * RTTI_CombatMagicItemSkillChecker = (void *)0x0604A348; -const void * RTTI_CombatMaintainDistancePathController = (void *)0x05F5FDE8; -const void * RTTI_CombatMantlePathController = (void *)0x060477A8; -const void * RTTI_CombatMatchTargetAimController = (void *)0x06047598; -const void * RTTI_CombatMeleeAimController = (void *)0x060474A0; -const void * RTTI_CombatMeleeAttackController = (void *)0x060623B0; -const void * RTTI_CombatMeleeDebugData = (void *)0x060623E8; -const void * RTTI_CombatMovementRequestActivateTarget = (void *)0x05F67AC0; -const void * RTTI_CombatMovementRequestFollowActor = (void *)0x05F67A88; -const void * RTTI_CombatNavmeshCoverLocation = (void *)0x06047870; -const void * RTTI_CombatNavmeshPathingDebugData = (void *)0x05F73528; -const void * RTTI_CombatPath = (void *)0x05F5FEB8; -const void * RTTI_CombatPathBuilder = (void *)0x05F5D400; -const void * RTTI_CombatPathBuilderCovered = (void *)0x05F73380; -const void * RTTI_CombatPathBuilderNavmesh = (void *)0x05F5CFD8; -const void * RTTI_CombatPathBuilderNavmeshOpen = (void *)0x05F627D0; -const void * RTTI_CombatPathBuilderNavmeshStandard = (void *)0x05F5DA28; -const void * RTTI_CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter = (void *)0x05F73560; -const void * RTTI_CombatPathBuilderPolicyStandard = (void *)0x05F5FA18; -const void * RTTI_CombatPathBuilderSpace = (void *)0x05F5D238; -const void * RTTI_CombatPathBuilderSpaceOpen = (void *)0x05F66358; -const void * RTTI_CombatPathBuilderSpaceStandard = (void *)0x05F5D268; -const void * RTTI_CombatPathBuilderSpatialGraph = (void *)0x05F5D008; -const void * RTTI_CombatPathBuilderSpatialGraphOpen = (void *)0x05F661B0; -const void * RTTI_CombatPathBuilderSpatialGraphStandard = (void *)0x05F5CF18; -const void * RTTI_CombatPathBuilderTrackInfo = (void *)0x05F608E8; -const void * RTTI_CombatPathBuilderTracker = (void *)0x05F608B8; -const void * RTTI_CombatPathDestinationAcquire = (void *)0x05F6F660; -const void * RTTI_CombatPathDestinationActor = (void *)0x05F67340; -const void * RTTI_CombatPathDestinationBarrelRoll = (void *)0x05F6FD88; -const void * RTTI_CombatPathDestinationBreak = (void *)0x05F6FCA0; -const void * RTTI_CombatPathDestinationDirectlyToTarget = (void *)0x05F5FDA8; -const void * RTTI_CombatPathDestinationDisengage = (void *)0x05F6F4D0; -const void * RTTI_CombatPathDestinationEvade = (void *)0x05F6F508; -const void * RTTI_CombatPathDestinationFlee = (void *)0x05F6C188; -const void * RTTI_CombatPathDestinationFollowActor = (void *)0x06074650; -const void * RTTI_CombatPathDestinationLeadTurn = (void *)0x05F6FBF8; -const void * RTTI_CombatPathDestinationOrbitRef = (void *)0x05F6F998; -const void * RTTI_CombatPathDestinationPursue = (void *)0x05F6F7F8; -const void * RTTI_CombatPathDestinationRef = (void *)0x05F5F848; -const void * RTTI_CombatPathDestinationRefs = (void *)0x0607B360; -const void * RTTI_CombatPathDestinationRemainNear = (void *)0x05F6E058; -const void * RTTI_CombatPathDestinationSlideDodge = (void *)0x05F6F5B0; -const void * RTTI_CombatPathDestinationSlideTurn = (void *)0x05F6FE30; -const void * RTTI_CombatPathDestinationStrafe = (void *)0x05F6F7C0; -const void * RTTI_CombatPathDestinationStrafeTurn = (void *)0x05F6F710; -const void * RTTI_CombatPathingDebugData = (void *)0x05F734F8; -const void * RTTI_CombatPathingDelayedTweener = (void *)0x0607B328; -const void * RTTI_CombatPathingRequest = (void *)0x05F5F8A8; -const void * RTTI_CombatPathingRequestAdapter = (void *)0x06076560; -const void * RTTI_CombatPathingRequestCovered = (void *)0x05F733B0; -const void * RTTI_CombatPathingRequestDebugData = (void *)0x06076598; -const void * RTTI_CombatPathingRequestMultiGoal = (void *)0x060765D0; -const void * RTTI_CombatPathingRequestStandard = (void *)0x05F5F648; -const void * RTTI_CombatPathingSearch = (void *)0x05F5DAB0; -const void * RTTI_CombatPathingSearchArea = (void *)0x05F732D8; -const void * RTTI_CombatPathingTweener = (void *)0x0607B2F8; -const void * RTTI_CombatPositionReservation = (void *)0x05F735E0; -const void * RTTI_CombatPositionTracker = (void *)0x05F735B0; -const void * RTTI_CombatProjectileAimController = (void *)0x06047608; -const void * RTTI_CombatProjectileDebugData = (void *)0x06047568; -const void * RTTI_CombatQueuedEvent = (void *)0x06023C90; -const void * RTTI_CombatRangedMovementPathSpeedController = (void *)0x05F69320; -const void * RTTI_CombatReservation = (void *)0x05F70028; -const void * RTTI_CombatSearchLockData = (void *)0x06070938; -const void * RTTI_CombatSearchMap2D = (void *)0x05F619F0; -const void * RTTI_CombatSearchMap3D = (void *)0x05F60FE8; -const void * RTTI_CombatShipGenericPathController = (void *)0x05F6FB68; -const void * RTTI_CombatShipPursueTargetPathController = (void *)0x05F6F8A0; -const void * RTTI_CombatSoftCoverLocation = (void *)0x060479A0; -const void * RTTI_CombatSpatialGraphPathingDebugData = (void *)0x05F73610; -const void * RTTI_CombatStandardCoverLocation = (void *)0x06047968; -const void * RTTI_CombatSuppressiveFireBehavior = (void *)0x05F73650; -const void * RTTI_CombatTargetLocation = (void *)0x0604CEC0; -const void * RTTI_CombatTargetLocationSearch = (void *)0x0604CEF0; -const void * RTTI_CombatTargetLocationSearchResult = (void *)0x0604CF28; -const void * RTTI_CombatTargetSelector = (void *)0x0604CFD0; -const void * RTTI_CombatTargetSelectorFixed = (void *)0x0604D0B0; -const void * RTTI_CombatTargetSelectorPreferred = (void *)0x0604D078; -const void * RTTI_CombatTargetSelectorRandom = (void *)0x0604D000; -const void * RTTI_CombatTargetSelectorSpaceship = (void *)0x0604CF60; -const void * RTTI_CombatTargetSelectorStandard = (void *)0x0604CF98; -const void * RTTI_CombatTargetSelectorWorkshopObject = (void *)0x0604D038; -const void * RTTI_CombatThreat = (void *)0x0604D190; -const void * RTTI_CombatThreatExplosion = (void *)0x0604D130; -const void * RTTI_CombatThreatLOF = (void *)0x0604D0E0; -const void * RTTI_CombatThreatMelee = (void *)0x0604D108; -const void * RTTI_CombatThreatProjectile = (void *)0x0604D160; -const void * RTTI_CombatTrackTargetAimController = (void *)0x060474D0; -const void * RTTI_CombatTunnelPathController = (void *)0x05F736F0; -const void * RTTI_CombatTunnelPathingRequestData = (void *)0x05F736B8; -const void * RTTI_CombatViewController = (void *)0x05F737C8; -const void * RTTI_CombatViewControllerGlance = (void *)0x05F73758; -const void * RTTI_CombatViewControllerPath = (void *)0x05F73728; -const void * RTTI_CombatViewControllerStandard = (void *)0x05F73790; -const void * RTTI_CommandEffect = (void *)0x05FFA648; -const void * RTTI_CommandSummonedEffect = (void *)0x05FFA670; -const void * RTTI_CompactingStore__MoveCallback = (void *)0x060C9630; -const void * RTTI_CompactingStore__NoopMoveCallback = (void *)0x060C95F8; -const void * RTTI_CompressedArchiveFile = (void *)0x06120F60; -const void * RTTI_ConditionVariable = (void *)0x060C5EF8; -const void * RTTI_ConeProjectile = (void *)0x05F61C30; -const void * RTTI_ConnectionTypeCallback = (void *)0x05FF6E98; -const void * RTTI_Console = (void *)0x0607C928; -const void * RTTI_ConsoleLog = (void *)0x0607CA58; -const void * RTTI_ConsoleNativeUIMenu = (void *)0x0607CC20; -const void * RTTI_ContainerMenu = (void *)0x0607F028; -const void * RTTI_ContainerMenuDataModel = (void *)0x05F88CC8; -const void * RTTI_ContainerMenuDataModel__ContainerMenuEventShuttle = (void *)0x05F88C30; -const void * RTTI_ContainerMenu_CloseMenu = (void *)0x0607EFC0; -const void * RTTI_ContainerMenu_HideModel = (void *)0x0607EF28; -const void * RTTI_ContainerMenu_Jettison = (void *)0x0607EF90; -const void * RTTI_ContainerMenu_LoadModel = (void *)0x0607EEF8; -const void * RTTI_ContainerMenu_OpenRefuelMenu = (void *)0x0607EF58; -const void * RTTI_ContainerMenu_SetMouseOverModel = (void *)0x0607EFF0; -const void * RTTI_ContainerMenu_TakeAll = (void *)0x0607EEC8; -const void * RTTI_ContainerMenu_ToggleEquip = (void *)0x0607F0D0; -const void * RTTI_ContainerMenu_TransferAllResources = (void *)0x0607F100; -const void * RTTI_ContainerMenu_TransferItem = (void *)0x0607F098; -const void * RTTI_ControlMapDataModel = (void *)0x060F8AF8; -const void * RTTI_ControllerInternalState = (void *)0x0610F010; -const void * RTTI_ConvertBoneToVar = (void *)0x060C68B0; -const void * RTTI_ConvertBoneToVarInstance = (void *)0x060C6880; -const void * RTTI_CopyBoneWeights = (void *)0x060C7260; -const void * RTTI_CopyBoneWeightsInstance = (void *)0x060C7288; -const void * RTTI_CraftingInfoCardDataModel = (void *)0x05F95878; -const void * RTTI_CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle = (void *)0x05F95AC0; -const void * RTTI_CraftingMenuCommon = (void *)0x05F8AEE0; -const void * RTTI_CraftingMenu_CraftItem = (void *)0x05F8AC70; -const void * RTTI_CraftingMenu_ExitBench = (void *)0x05F8BC78; -const void * RTTI_CraftingMenu_Highlight3D = (void *)0x05FF4190; -const void * RTTI_CraftingMenu_InstallMod = (void *)0x05F8ACA0; -const void * RTTI_CraftingMenu_RenameItem = (void *)0x05F8AD08; -const void * RTTI_CraftingMenu_RevertHighlight = (void *)0x05FF4128; -const void * RTTI_CraftingMenu_RevertedModdedItem = (void *)0x05F8ACD0; -const void * RTTI_CraftingMenu_SelectedMod = (void *)0x05F8AD70; -const void * RTTI_CraftingMenu_SelectedModSlot = (void *)0x05F8AD38; -const void * RTTI_CraftingMenu_SelectedModdableItem = (void *)0x05F8AC38; -const void * RTTI_CraftingMenu_SelectedRecipe = (void *)0x05F8BC40; -const void * RTTI_CraftingMenu_SetInspectControls = (void *)0x05F8BD18; -const void * RTTI_CraftingMenu_ToggleTracking = (void *)0x05F8BC08; -const void * RTTI_CraftingMenu_ViewingModdableItem = (void *)0x05F8AC00; -const void * RTTI_CraftingRecipesDataModel = (void *)0x05F956D0; -const void * RTTI_CraftingRecipesDataModel__CraftingRecipesEventShuttle = (void *)0x05F95680; -const void * RTTI_CraftingRequirementsDataModel = (void *)0x05F8B728; -const void * RTTI_CraftingRequirementsDataModel__CraftingRequirementsEventShuttle = (void *)0x05F8B7B0; -const void * RTTI_CreateNavigationGridTask = (void *)0x05EE0F50; -const void * RTTI_CreationRendererPrivate__AddProbeBorderRenderPass = (void *)0x06147BC0; -const void * RTTI_CreationRendererPrivate__AddScatteringOrderRenderPass = (void *)0x06154E00; -const void * RTTI_CreationRendererPrivate__AllocateSkinningBuffersRenderPass = (void *)0x0615E300; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12 = (void *)0x06142CA0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator = (void *)0x061561F0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12 = (void *)0x06156180; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12 = (void *)0x06142C40; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout = (void *)0x06158140; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12 = (void *)0x061580E0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution = (void *)0x0614E680; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout = (void *)0x06157FC0; -const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12 = (void *)0x06157F60; -const void * RTTI_CreationRendererPrivate__ArtValidationRenderPass = (void *)0x0615A060; -const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderGraphBase = (void *)0x061548A0; -const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderPass = (void *)0x06154850; -const void * RTTI_CreationRendererPrivate__BRDFIntegrationRenderPass = (void *)0x0613DEF0; -const void * RTTI_CreationRendererPrivate__BakeSHBasisRenderPass = (void *)0x0613E030; -const void * RTTI_CreationRendererPrivate__BaseParticleComputeLightingRenderPass = (void *)0x06140D30; -const void * RTTI_CreationRendererPrivate__BaseParticlesRenderPass = (void *)0x06159E60; -const void * RTTI_CreationRendererPrivate__BinkMovieDrawRenderPass = (void *)0x0613A2D0; -const void * RTTI_CreationRendererPrivate__BinkMovieSubgraphRenderPass = (void *)0x0613A280; -const void * RTTI_CreationRendererPrivate__BinkUpdatePlanesRenderPass = (void *)0x0613A230; -const void * RTTI_CreationRendererPrivate__BlendAllReflectionProbesRenderPass = (void *)0x0615D4A0; -const void * RTTI_CreationRendererPrivate__BlendProbeRayRenderPass = (void *)0x06147B70; -const void * RTTI_CreationRendererPrivate__BlendReflectionProbeRenderPass = (void *)0x0615CD80; -const void * RTTI_CreationRendererPrivate__BlendedDecalRenderPass = (void *)0x0615A160; -const void * RTTI_CreationRendererPrivate__BlendedDecal_OptionalRenderPass = (void *)0x0615A1B0; -const void * RTTI_CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass = (void *)0x0615A100; -const void * RTTI_CreationRendererPrivate__BlendedDecalsRenderPass = (void *)0x0615A0B0; -const void * RTTI_CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass = (void *)0x06153260; -const void * RTTI_CreationRendererPrivate__BlurHeightfieldVerticalRenderPass = (void *)0x06153210; -const void * RTTI_CreationRendererPrivate__BlurSpaceGlareRenderPass = (void *)0x0614DFD0; -const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass = (void *)0x0615B3C0; -const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass = (void *)0x0615B360; -const void * RTTI_CreationRendererPrivate__BlurredMipChain_idTech7RenderPass = (void *)0x0615A400; -const void * RTTI_CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass = (void *)0x0615A3A0; -const void * RTTI_CreationRendererPrivate__BruteForceRaymarchingRenderPass = (void *)0x061549C0; -const void * RTTI_CreationRendererPrivate__BufferReadbackRenderPass = (void *)0x0615A450; -const void * RTTI_CreationRendererPrivate__BuildAccelerationStructureRenderPass = (void *)0x0615A4A0; -const void * RTTI_CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue = (void *)0x06146FB0; -const void * RTTI_CreationRendererPrivate__CelestialBodiesGeometryRenderPass = (void *)0x0615A550; -const void * RTTI_CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass = (void *)0x0615A650; -const void * RTTI_CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass = (void *)0x0615A5F0; -const void * RTTI_CreationRendererPrivate__CelestialBodiesPrepareRenderPass = (void *)0x0615A500; -const void * RTTI_CreationRendererPrivate__CelestialBodiesRenderPass = (void *)0x0615A5A0; -const void * RTTI_CreationRendererPrivate__ChargenMorphService = (void *)0x061577E0; -const void * RTTI_CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass = (void *)0x0615CB00; -const void * RTTI_CreationRendererPrivate__ClearFallbackCubemapRenderPass = (void *)0x0613DEA0; -const void * RTTI_CreationRendererPrivate__ClearRenderGraphOutputRenderPass = (void *)0x0614BBE0; -const void * RTTI_CreationRendererPrivate__ClearShadowMapGroupRenderPass = (void *)0x0614B920; -const void * RTTI_CreationRendererPrivate__ClearShadowMapsRenderPass = (void *)0x0614B8D0; -const void * RTTI_CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass = (void *)0x0614DDA0; -const void * RTTI_CreationRendererPrivate__ClearThinDeferredGBufferRenderPass = (void *)0x0615CA40; -const void * RTTI_CreationRendererPrivate__CloudCardsRenderPass = (void *)0x0615A700; -const void * RTTI_CreationRendererPrivate__CloudLayersRenderPass = (void *)0x0615A860; -const void * RTTI_CreationRendererPrivate__CloudsHalfResCompositeRenderPass = (void *)0x0615A8B0; -const void * RTTI_CreationRendererPrivate__CloudsRenderPass = (void *)0x0615A748; -const void * RTTI_CreationRendererPrivate__ColorGradingMergeRenderPass = (void *)0x06156F60; -const void * RTTI_CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass = (void *)0x061484C0; -const void * RTTI_CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass = (void *)0x06148460; -const void * RTTI_CreationRendererPrivate__CompositeMomentBasedOITRenderPass = (void *)0x06148410; -const void * RTTI_CreationRendererPrivate__ComputeLightInfluenceRenderPass = (void *)0x0615BF60; -const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass = (void *)0x06154BC0; -const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass = (void *)0x06154B70; -const void * RTTI_CreationRendererPrivate__ComputeSHCoefRenderPass = (void *)0x0613DFE0; -const void * RTTI_CreationRendererPrivate__ComputeScatterRadianceRenderPass = (void *)0x06154EA0; -const void * RTTI_CreationRendererPrivate__ComputeScatteringOrderRenderPass = (void *)0x06154E50; -const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass = (void *)0x0614DE60; -const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass = (void *)0x0614DE00; -const void * RTTI_CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass = (void *)0x0613B6B0; -const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringRenderPass = (void *)0x0614DF20; -const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass = (void *)0x0614DEC0; -const void * RTTI_CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass = (void *)0x06155230; -const void * RTTI_CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass = (void *)0x06154DA0; -const void * RTTI_CreationRendererPrivate__CopyLightInfluenceRenderPass = (void *)0x0615BFB0; -const void * RTTI_CreationRendererPrivate__CopyRenderPass = (void *)0x0614BC30; -const void * RTTI_CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass = (void *)0x0615AB40; -const void * RTTI_CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass = (void *)0x061586C0; -const void * RTTI_CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass = (void *)0x0614BA30; -const void * RTTI_CreationRendererPrivate__CopyToRenderGraphOutputRenderPass = (void *)0x0614BC70; -const void * RTTI_CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass = (void *)0x0614BD10; -const void * RTTI_CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass = (void *)0x06157980; -const void * RTTI_CreationRendererPrivate__CopyWithShaderRenderPass = (void *)0x0614BCC0; -const void * RTTI_CreationRendererPrivate__CubemapBackgroundRenderPass = (void *)0x0615A900; -const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationRenderPass = (void *)0x0615ADE0; -const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationUIRenderPass = (void *)0x0615AE30; -const void * RTTI_CreationRendererPrivate__DLSSProduceInputsRenderPass = (void *)0x0615AFD0; -const void * RTTI_CreationRendererPrivate__DLSSUpscaleRenderPass = (void *)0x06157000; -const void * RTTI_CreationRendererPrivate__DeDitherRenderPass = (void *)0x0615A950; -const void * RTTI_CreationRendererPrivate__DeferredCompositeRenderPass = (void *)0x0615A9A0; -const void * RTTI_CreationRendererPrivate__DeferredGBufferOptionalRenderPass = (void *)0x0615AAA0; -const void * RTTI_CreationRendererPrivate__DeferredGBufferRenderPass = (void *)0x0615AA50; -const void * RTTI_CreationRendererPrivate__DeferredGBufferTranslucentRenderPass = (void *)0x0615A9F0; -const void * RTTI_CreationRendererPrivate__DepthDownsampleAvgRenderPass = (void *)0x06159F50; -const void * RTTI_CreationRendererPrivate__DepthDownsampleRenderPass = (void *)0x06159FA0; -const void * RTTI_CreationRendererPrivate__DepthGraphRenderPass = (void *)0x0615AAF0; -const void * RTTI_CreationRendererPrivate__DepthMVFixupRenderPass = (void *)0x06157D90; -const void * RTTI_CreationRendererPrivate__DepthMVFixupStandardRenderPass = (void *)0x06157DE0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldBlurRenderPass = (void *)0x06160210; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass = (void *)0x061601C0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCRenderPass = (void *)0x06160310; -const void * RTTI_CreationRendererPrivate__DepthOfFieldCompositeRenderPass = (void *)0x06160360; -const void * RTTI_CreationRendererPrivate__DepthOfFieldDownsampleRenderPass = (void *)0x061603B0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass = (void *)0x06160260; -const void * RTTI_CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass = (void *)0x06160400; -const void * RTTI_CreationRendererPrivate__DepthOfFieldSubGraph = (void *)0x0615ABA0; -const void * RTTI_CreationRendererPrivate__DepthOfFieldTAARenderPass = (void *)0x06160450; -const void * RTTI_CreationRendererPrivate__DepthOfFieldTapBlurRenderPass = (void *)0x061602C0; -const void * RTTI_CreationRendererPrivate__DepthPrepassRenderPass = (void *)0x0615ABF0; -const void * RTTI_CreationRendererPrivate__DistantAtmospheresRenderPass = (void *)0x06147A20; -const void * RTTI_CreationRendererPrivate__DistortionBaseRenderPass = (void *)0x0615AC90; -const void * RTTI_CreationRendererPrivate__DistortionCalculateColorRenderPass = (void *)0x0615AD30; -const void * RTTI_CreationRendererPrivate__DistortionOutputRenderPass = (void *)0x0615ACE0; -const void * RTTI_CreationRendererPrivate__DistortionParticlesRenderPass = (void *)0x06159EB0; -const void * RTTI_CreationRendererPrivate__DistortionRenderPass = (void *)0x0615AD90; -const void * RTTI_CreationRendererPrivate__DoubleVisionRenderPass = (void *)0x061608D0; -const void * RTTI_CreationRendererPrivate__DownsampleHeightfieldRenderPass = (void *)0x06153170; -const void * RTTI_CreationRendererPrivate__DownsampleSpaceGlareRenderPass = (void *)0x0614E020; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass = (void *)0x06147910; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresRenderPass = (void *)0x06147970; -const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass = (void *)0x061479C0; -const void * RTTI_CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass = (void *)0x0615B710; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecalsRenderPass = (void *)0x0615C630; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass = (void *)0x0615C750; -const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass = (void *)0x0615C7B0; -const void * RTTI_CreationRendererPrivate__DynamicResolution = (void *)0x0614E6E0; -const void * RTTI_CreationRendererPrivate__DynamicShadowBaseDrawSubGraph = (void *)0x0614B7C0; -const void * RTTI_CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass = (void *)0x0615DC10; -const void * RTTI_CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph = (void *)0x0615E090; -const void * RTTI_CreationRendererPrivate__DynamicShadowDrawSubGraph = (void *)0x0615E200; -const void * RTTI_CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph = (void *)0x0614B810; -const void * RTTI_CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass = (void *)0x0615DF00; -const void * RTTI_CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass = (void *)0x0615DB00; -const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass = (void *)0x0615DBB0; -const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass = (void *)0x0615DE40; -const void * RTTI_CreationRendererPrivate__DynamicShadowGraph = (void *)0x0615DC70; -const void * RTTI_CreationRendererPrivate__DynamicShadowMapBarriersRenderPass = (void *)0x0615E140; -const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass = (void *)0x0615E1A0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass = (void *)0x0615DF60; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass = (void *)0x0615DD80; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass = (void *)0x0615DFD0; -const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass = (void *)0x0615DEA0; -const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass = (void *)0x0615DDE0; -const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareGroupedDrawsRenderPass = (void *)0x0615E250; -const void * RTTI_CreationRendererPrivate__DynamicShadowSceneSetupRenderPass = (void *)0x0615E040; -const void * RTTI_CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass = (void *)0x0615DD20; -const void * RTTI_CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph = (void *)0x0615DA00; -const void * RTTI_CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass = (void *)0x0614C150; -const void * RTTI_CreationRendererPrivate__EmptyRenderPass = (void *)0x0614BD68; -const void * RTTI_CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass = (void *)0x06155290; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass = (void *)0x06155110; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass = (void *)0x06155170; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderPass = (void *)0x06154A70; -const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass = (void *)0x061551D0; -const void * RTTI_CreationRendererPrivate__FSR2ProduceInputsRenderPass = (void *)0x0615B020; -const void * RTTI_CreationRendererPrivate__FSR2UpscaleRenderPass = (void *)0x0615B070; -const void * RTTI_CreationRendererPrivate__FSR3FrameInterpolationRenderPass = (void *)0x061570F0; -const void * RTTI_CreationRendererPrivate__FSR3ProduceUIInputRenderPass = (void *)0x061570A0; -const void * RTTI_CreationRendererPrivate__FSR3UpscaleRenderPass = (void *)0x0615B0C0; -const void * RTTI_CreationRendererPrivate__FaceCustomizationMipChainRenderPass = (void *)0x0615AED0; -const void * RTTI_CreationRendererPrivate__FaceCustomizationRenderPass = (void *)0x0615AE80; -const void * RTTI_CreationRendererPrivate__FillCullingDataRenderPass = (void *)0x0615B870; -const void * RTTI_CreationRendererPrivate__FillHeightfieldCullingDataRenderPass = (void *)0x06158720; -const void * RTTI_CreationRendererPrivate__FilmGrainRenderPass = (void *)0x06160C00; -const void * RTTI_CreationRendererPrivate__FilterCulledGeometriesRenderPass = (void *)0x0615D910; -const void * RTTI_CreationRendererPrivate__FilterHeightfieldRenderPass = (void *)0x06153120; -const void * RTTI_CreationRendererPrivate__FirstPersonDepthRenderPass = (void *)0x0615AC40; -const void * RTTI_CreationRendererPrivate__FixupIndirectArgsRenderPass = (void *)0x0615E400; -const void * RTTI_CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass = (void *)0x0615E350; -const void * RTTI_CreationRendererPrivate__FlattenTextureScreensizeRenderPass = (void *)0x0615B760; -const void * RTTI_CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass = (void *)0x06157D30; -const void * RTTI_CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass = (void *)0x06157E30; -const void * RTTI_CreationRendererPrivate__ForwardBlendedCorrectionRenderPass = (void *)0x06157C80; -const void * RTTI_CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass = (void *)0x06157890; -const void * RTTI_CreationRendererPrivate__ForwardBlendedMainFullResRenderPass = (void *)0x06157830; -const void * RTTI_CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass = (void *)0x06157C20; -const void * RTTI_CreationRendererPrivate__ForwardBlendedRenderPass = (void *)0x06157A50; -const void * RTTI_CreationRendererPrivate__ForwardRenderPass = (void *)0x061578F0; -const void * RTTI_CreationRendererPrivate__FrameInitRenderPass = (void *)0x0615AF30; -const void * RTTI_CreationRendererPrivate__FrameInterpolationSubGraph = (void *)0x0614B770; -const void * RTTI_CreationRendererPrivate__FrameRenderGraph = (void *)0x0615EF00; -const void * RTTI_CreationRendererPrivate__FrameSetupRenderPass = (void *)0x0615AF80; -const void * RTTI_CreationRendererPrivate__FullScreenBlurCompositeRenderPass = (void *)0x061609C0; -const void * RTTI_CreationRendererPrivate__FullScreenBlurRenderPass = (void *)0x06160A10; -const void * RTTI_CreationRendererPrivate__FullScreenColorRenderPass = (void *)0x06160C50; -const void * RTTI_CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass = (void *)0x06160D40; -const void * RTTI_CreationRendererPrivate__FullScreenColor_BloomRenderPass = (void *)0x06160DA0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_CubemapRenderPass = (void *)0x06160DF0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_DefaultRenderPass = (void *)0x06160CA0; -const void * RTTI_CreationRendererPrivate__FullScreenColor_MonochromeRenderPass = (void *)0x06160E40; -const void * RTTI_CreationRendererPrivate__FullScreenColor_OverlayRenderPass = (void *)0x06160CF0; -const void * RTTI_CreationRendererPrivate__FullScreenDownsampleRenderPass = (void *)0x06160920; -const void * RTTI_CreationRendererPrivate__FullScreenScanlineRenderPass = (void *)0x0615B110; -const void * RTTI_CreationRendererPrivate__FullScreenTapBlurRenderPass = (void *)0x06160970; -const void * RTTI_CreationRendererPrivate__GBufferOverviewRenderPass = (void *)0x0614BDB0; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass = (void *)0x0615B910; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass = (void *)0x0615B9E0; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass = (void *)0x0615B970; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass = (void *)0x0615BA40; -const void * RTTI_CreationRendererPrivate__GPUDataInspectorRenderPass = (void *)0x0615BAA0; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass = (void *)0x0614C390; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass = (void *)0x0614C330; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass = (void *)0x0614C450; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass = (void *)0x0614C3F0; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryRenderPass = (void *)0x0614C280; -const void * RTTI_CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass = (void *)0x0614C2D0; -const void * RTTI_CreationRendererPrivate__GalaxyStateStarsRenderPass = (void *)0x0615B160; -const void * RTTI_CreationRendererPrivate__GatherGeometryInstancesRenderPass = (void *)0x0614D5C0; -const void * RTTI_CreationRendererPrivate__GatherHighlightsRenderPass = (void *)0x0614BE60; -const void * RTTI_CreationRendererPrivate__GatherIndirectRenderPass = (void *)0x0613DF40; -const void * RTTI_CreationRendererPrivate__GatherLightsRenderPass = (void *)0x0615B1B0; -const void * RTTI_CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass = (void *)0x0615B200; -const void * RTTI_CreationRendererPrivate__GatherTransformsRenderPass = (void *)0x061540A0; -const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass = (void *)0x0615B260; -const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidRenderPass = (void *)0x0615B2C0; -const void * RTTI_CreationRendererPrivate__GenerateFogMapRenderPass = (void *)0x0615B310; -const void * RTTI_CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass = (void *)0x0615B7C0; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass = (void *)0x0615D860; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass = (void *)0x0615D800; -const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass = (void *)0x0615D750; -const void * RTTI_CreationRendererPrivate__GeometryCullingRenderPass = (void *)0x0615B820; -const void * RTTI_CreationRendererPrivate__GeometryCullingShadowsRenderPass = (void *)0x0615B8C0; -const void * RTTI_CreationRendererPrivate__GeometryParticleBatchDepthRenderPass = (void *)0x0614B9D0; -const void * RTTI_CreationRendererPrivate__GeometryParticleBatchRenderPass = (void *)0x0615B420; -const void * RTTI_CreationRendererPrivate__GeometryRenderPass = (void *)0x06157930; -const void * RTTI_CreationRendererPrivate__GlobalDirtOverlayRenderPass = (void *)0x0615B6C0; -const void * RTTI_CreationRendererPrivate__GroupedDynamicShadowMapRenderPass = (void *)0x0615E0F0; -const void * RTTI_CreationRendererPrivate__HDRColorGradingMergeRenderPass = (void *)0x06156FB0; -const void * RTTI_CreationRendererPrivate__HDRCompositeRenderPass = (void *)0x0613A4B0; -const void * RTTI_CreationRendererPrivate__HDRHistogramClearRenderPass = (void *)0x0613A460; -const void * RTTI_CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass = (void *)0x0613A360; -const void * RTTI_CreationRendererPrivate__HDRSubGraph = (void *)0x0613A4F8; -const void * RTTI_CreationRendererPrivate__HeightFieldRenderPass = (void *)0x06158780; -const void * RTTI_CreationRendererPrivate__HeightFieldSubGraphRenderPass = (void *)0x06158360; -const void * RTTI_CreationRendererPrivate__HeightfieldSystemRenderPass = (void *)0x061583B0; -const void * RTTI_CreationRendererPrivate__HighlightMaskRenderPass = (void *)0x0615BAF0; -const void * RTTI_CreationRendererPrivate__HighlightPrepareRenderPass = (void *)0x0615BB90; -const void * RTTI_CreationRendererPrivate__HighlightRenderPass = (void *)0x0615BB40; -const void * RTTI_CreationRendererPrivate__ImGuiEventHandler = (void *)0x0615F2B0; -const void * RTTI_CreationRendererPrivate__ImageCaptureData = (void *)0x06135AC8; -const void * RTTI_CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass = (void *)0x0615BCB0; -const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass = (void *)0x0615BBE0; -const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass = (void *)0x0615BC40; -const void * RTTI_CreationRendererPrivate__ImageCapture_IconGenerationRenderPass = (void *)0x0614BA90; -const void * RTTI_CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass = (void *)0x0615BD10; -const void * RTTI_CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass = (void *)0x0615BD70; -const void * RTTI_CreationRendererPrivate__ImageProcessMedianBlurRenderPass = (void *)0x0615BDD0; -const void * RTTI_CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass = (void *)0x06160BA0; -const void * RTTI_CreationRendererPrivate__ImageProcessRenderGraph = (void *)0x0615EF40; -const void * RTTI_CreationRendererPrivate__IndirectRenderPass = (void *)0x0613DE50; -const void * RTTI_CreationRendererPrivate__IndirectSetupRenderPass = (void *)0x0613DE00; -const void * RTTI_CreationRendererPrivate__InitializeInscatterOrderRenderPass = (void *)0x06154EF0; -const void * RTTI_CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass = (void *)0x06154C20; -const void * RTTI_CreationRendererPrivate__InjectDistantAtmosphereLUTRenderPass = (void *)0x06154960; -const void * RTTI_CreationRendererPrivate__InjectPreviousDepthBufferRenderPass = (void *)0x0614B6B0; -const void * RTTI_CreationRendererPrivate__InjectSpaceGlareCurrentFrameRenderPass = (void *)0x0614DF70; -const void * RTTI_CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass = (void *)0x0613D580; -const void * RTTI_CreationRendererPrivate__InterpolateIrradianceRenderPass = (void *)0x06154B20; -const void * RTTI_CreationRendererPrivate__LensFlareComputeRenderPass = (void *)0x0615BE20; -const void * RTTI_CreationRendererPrivate__LensFlareDrawRenderPass = (void *)0x0614BB40; -const void * RTTI_CreationRendererPrivate__LensFlareSystemRenderPass = (void *)0x0614BAF0; -const void * RTTI_CreationRendererPrivate__LensFlare_AlphaBlendRenderPass = (void *)0x0615BE70; -const void * RTTI_CreationRendererPrivate__LensFlare_VisibilityRenderPass = (void *)0x0615BEC0; -const void * RTTI_CreationRendererPrivate__LightCoarseCullingCompactionRenderPass = (void *)0x061604F0; -const void * RTTI_CreationRendererPrivate__LightCoarseCullingRenderPass = (void *)0x061604A0; -const void * RTTI_CreationRendererPrivate__LightInfluenceDepthMinRenderPass = (void *)0x0615BF10; -const void * RTTI_CreationRendererPrivate__LightInfluenceSubGraphRenderPass = (void *)0x0615C000; -const void * RTTI_CreationRendererPrivate__LightingRenderPass = (void *)0x0615C050; -const void * RTTI_CreationRendererPrivate__LoadMenuHiddenEventHandler = (void *)0x06137030; -const void * RTTI_CreationRendererPrivate__LogicalCell = (void *)0x0614CF90; -const void * RTTI_CreationRendererPrivate__MainRenderGraph = (void *)0x0615EEC0; -const void * RTTI_CreationRendererPrivate__MeshEventHandler = (void *)0x06139610; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchCommonRenderPass = (void *)0x0614BB90; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchCullingRenderPass = (void *)0x0614BEB0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchDepthRenderPass = (void *)0x0614BFB0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass = (void *)0x0614C220; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass = (void *)0x0614C1C0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass = (void *)0x0615C3F0; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass = (void *)0x0615C390; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchRenderPass = (void *)0x0614C050; -const void * RTTI_CreationRendererPrivate__MeshInstancePatchShadowRenderPass = (void *)0x0614C000; -const void * RTTI_CreationRendererPrivate__MeshLODDB = (void *)0x06140830; -const void * RTTI_CreationRendererPrivate__MeshletBuildIndexBufferRenderPass = (void *)0x0615C200; -const void * RTTI_CreationRendererPrivate__MeshletFrustumCullingRenderPass = (void *)0x0615C250; -const void * RTTI_CreationRendererPrivate__MeshletListBuildRenderPass = (void *)0x0615C340; -const void * RTTI_CreationRendererPrivate__MeshletMaterialOffsetsRenderPass = (void *)0x0615C2F0; -const void * RTTI_CreationRendererPrivate__MeshletOcclusionCullingRenderPass = (void *)0x0615C0F0; -const void * RTTI_CreationRendererPrivate__MeshletPrepareArgsRenderPass = (void *)0x0615C2A0; -const void * RTTI_CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass = (void *)0x0615C1A0; -const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesRenderPass = (void *)0x0614C0A0; -const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass = (void *)0x0614C0F0; -const void * RTTI_CreationRendererPrivate__MeshletReadbackIndexCountRenderPass = (void *)0x0615C140; -const void * RTTI_CreationRendererPrivate__MeshletTriangleCullingRenderPass = (void *)0x0615C0A0; -const void * RTTI_CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode = (void *)0x06122730; -const void * RTTI_CreationRendererPrivate__Messaging__Dependency__InternalProcessorType = (void *)0x061369B0; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass = (void *)0x061579E0; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass = (void *)0x06157AA0; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderPass = (void *)0x06148520; -const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass = (void *)0x06157B00; -const void * RTTI_CreationRendererPrivate__MorphDB = (void *)0x06158950; -const void * RTTI_CreationRendererPrivate__MorphRenderPass = (void *)0x0615C448; -const void * RTTI_CreationRendererPrivate__MorphSystemEndFrameRenderPass = (void *)0x0614BF10; -const void * RTTI_CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass = (void *)0x06160870; -const void * RTTI_CreationRendererPrivate__MotionBlurRenderPass = (void *)0x0615ED30; -const void * RTTI_CreationRendererPrivate__MotionBlurSubGraph = (void *)0x0615ED80; -const void * RTTI_CreationRendererPrivate__MotionVectorCompositeRenderPass = (void *)0x0615C490; -const void * RTTI_CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass = (void *)0x06154AC0; -const void * RTTI_CreationRendererPrivate__NV_Streamline__StreamlineEventHandler = (void *)0x0613B2B0; -const void * RTTI_CreationRendererPrivate__PartialClearColorBufferRenderPass = (void *)0x0615A6B0; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass = (void *)0x06140D90; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass = (void *)0x06140DF0; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass = (void *)0x06141150; -const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass = (void *)0x061411B0; -const void * RTTI_CreationRendererPrivate__ParticleDataPreFilterRenderPass = (void *)0x06140C80; -const void * RTTI_CreationRendererPrivate__ParticleLightingClearBuffersRenderPass = (void *)0x06140CD0; -const void * RTTI_CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass = (void *)0x06140C20; -const void * RTTI_CreationRendererPrivate__ParticleLightingRenderPass = (void *)0x06140BD0; -const void * RTTI_CreationRendererPrivate__ParticlesCopyToDestRenderPass = (void *)0x06159F00; -const void * RTTI_CreationRendererPrivate__ParticlesCorrectionRenderPass = (void *)0x06159D10; -const void * RTTI_CreationRendererPrivate__ParticlesMainFullResRenderPass = (void *)0x06159DC0; -const void * RTTI_CreationRendererPrivate__ParticlesMainHalfResRenderPass = (void *)0x06159E10; -const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass = (void *)0x06159D60; -const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass = (void *)0x06159C50; -const void * RTTI_CreationRendererPrivate__ParticlesRenderPass = (void *)0x06159CC0; -const void * RTTI_CreationRendererPrivate__PauseMenuExitedEventHandler = (void *)0x06147FE0; -const void * RTTI_CreationRendererPrivate__PointCloudCullingRenderPass = (void *)0x0615C4E0; -const void * RTTI_CreationRendererPrivate__PointCloudDrawRenderPass = (void *)0x0615C530; -const void * RTTI_CreationRendererPrivate__PointCloudEventHandler = (void *)0x061423A0; -const void * RTTI_CreationRendererPrivate__PostEffectPreUpscaleRenderPass = (void *)0x0615EDD0; -const void * RTTI_CreationRendererPrivate__PostSharpenRenderPass = (void *)0x06160EA0; -const void * RTTI_CreationRendererPrivate__PostUpscaleImageSpaceSubGraph = (void *)0x06160AB0; -const void * RTTI_CreationRendererPrivate__PostUpscaleSubGraph = (void *)0x06160B00; -const void * RTTI_CreationRendererPrivate__PreUpscaleImageSpaceSubGraph = (void *)0x06160A60; -const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass = (void *)0x06154900; -const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass = (void *)0x06159FF0; -const void * RTTI_CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass = (void *)0x06154FB0; -const void * RTTI_CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass = (void *)0x0615EE70; -const void * RTTI_CreationRendererPrivate__PrecomputeSingleScatteringRenderPass = (void *)0x06154F50; -const void * RTTI_CreationRendererPrivate__PrefilterCubemapRenderPass = (void *)0x0613DF90; -const void * RTTI_CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass = (void *)0x0614BE00; -const void * RTTI_CreationRendererPrivate__PrepareEndFrameRenderPass = (void *)0x0614BF60; -const void * RTTI_CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass = (void *)0x0614B870; -const void * RTTI_CreationRendererPrivate__PrepareProjectedDecalsRenderPass = (void *)0x0615C680; -const void * RTTI_CreationRendererPrivate__PrepareReflectionProbeDataRenderPass = (void *)0x0615C9E0; -const void * RTTI_CreationRendererPrivate__PrepareSkinningRenderPass = (void *)0x0614B5C0; -const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass = (void *)0x0614DCE0; -const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapRenderPass = (void *)0x0614B660; -const void * RTTI_CreationRendererPrivate__ProbeClassifyRenderPass = (void *)0x06147C10; -const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass = (void *)0x06147CB0; -const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingRenderPass = (void *)0x06147C60; -const void * RTTI_CreationRendererPrivate__ProbeFaceSceneSetupRenderPass = (void *)0x0615D180; -const void * RTTI_CreationRendererPrivate__ProbeGridGPUCullingRenderPass = (void *)0x061572D0; -const void * RTTI_CreationRendererPrivate__ProbeLightCullingRenderPass = (void *)0x06147A70; -const void * RTTI_CreationRendererPrivate__ProbeRenderPass = (void *)0x06147D10; -const void * RTTI_CreationRendererPrivate__ProbeSystemRenderPass = (void *)0x06147D50; -const void * RTTI_CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass = (void *)0x061587D0; -const void * RTTI_CreationRendererPrivate__ProduceDynamicShadowMapDataRenderPass = (void *)0x0615DCC0; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass = (void *)0x061483A0; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass = (void *)0x06148330; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass = (void *)0x06148570; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass = (void *)0x06148640; -const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass = (void *)0x061485E0; -const void * RTTI_CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass = (void *)0x0614B970; -const void * RTTI_CreationRendererPrivate__ProduceShadingRateImageRenderPass = (void *)0x0615C5E0; -const void * RTTI_CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass = (void *)0x0615CFA0; -const void * RTTI_CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass = (void *)0x06160770; -const void * RTTI_CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass = (void *)0x0615CAA0; -const void * RTTI_CreationRendererPrivate__ProjectedDecalRenderPass = (void *)0x0615C8F0; -const void * RTTI_CreationRendererPrivate__RadialBlurRenderPass = (void *)0x0615C940; -const void * RTTI_CreationRendererPrivate__RayTraceProbeComputeRenderPass = (void *)0x06147AC0; -const void * RTTI_CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass = (void *)0x06147B10; -const void * RTTI_CreationRendererPrivate__RaymarchSampleLocationsRenderPass = (void *)0x06155060; -const void * RTTI_CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass = (void *)0x06154D40; -const void * RTTI_CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass = (void *)0x06154CE0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass = (void *)0x0615D440; -const void * RTTI_CreationRendererPrivate__ReflectionProbeClearThinDeferredGBufferRenderPass = (void *)0x0615CC80; -const void * RTTI_CreationRendererPrivate__ReflectionProbeComputeSHRenderPass = (void *)0x0615D2E0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeCopyDepth = (void *)0x0615CCE0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeCopySky = (void *)0x0615CDD0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass = (void *)0x0615D3E0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryCullingRenderPass = (void *)0x0615D220; -const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryOffsetsRenderPass = (void *)0x0615D0C0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass = (void *)0x0615CE20; -const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass = (void *)0x0615CE90; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMaterialIndexOffsetsRenderPass = (void *)0x0615CB60; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletCullingRenderPass = (void *)0x0615D000; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletListBuildRenderPass = (void *)0x0615D060; -const void * RTTI_CreationRendererPrivate__ReflectionProbeMipChainRenderPass = (void *)0x0615D560; -const void * RTTI_CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass = (void *)0x061606C0; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass = (void *)0x0615D500; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareDrawParamsRenderPass = (void *)0x0615CBC0; -const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareGroupedDrawsRenderPass = (void *)0x0615CC20; -const void * RTTI_CreationRendererPrivate__ReflectionProbeRenderPass = (void *)0x0615C990; -const void * RTTI_CreationRendererPrivate__ReflectionProbeSceneSetupRenderPass = (void *)0x0615D280; -const void * RTTI_CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass = (void *)0x0615D5B0; -const void * RTTI_CreationRendererPrivate__ReflectionProbeSubGraphRenderPass = (void *)0x0615D390; -const void * RTTI_CreationRendererPrivate__ReflectionProbeTerrainRenderPass = (void *)0x0615D340; -const void * RTTI_CreationRendererPrivate__ReflectionProbeTriangleCullingRenderPass = (void *)0x0615D120; -const void * RTTI_CreationRendererPrivate__RefractionBlurRenderPass = (void *)0x0615A260; -const void * RTTI_CreationRendererPrivate__RefractionDownsample0RenderPass = (void *)0x0615A2B0; -const void * RTTI_CreationRendererPrivate__RefractionDownsampleMipChainRenderPass = (void *)0x0615A200; -const void * RTTI_CreationRendererPrivate__RefractionMaskDilationRenderPass = (void *)0x0615A350; -const void * RTTI_CreationRendererPrivate__RefractionMaskGenRenderPass = (void *)0x0615A300; -const void * RTTI_CreationRendererPrivate__RefractionMaskRenderPass = (void *)0x06157CE0; -const void * RTTI_CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass = (void *)0x061550B0; -const void * RTTI_CreationRendererPrivate__RenderGraph = (void *)0x0613A318; -const void * RTTI_CreationRendererPrivate__RenderGraphEventHandler = (void *)0x0613AA10; -const void * RTTI_CreationRendererPrivate__RenderPass = (void *)0x06137400; -const void * RTTI_CreationRendererPrivate__RenderSceneSubGraph = (void *)0x06160B50; -const void * RTTI_CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass = (void *)0x06154C80; -const void * RTTI_CreationRendererPrivate__RenderViewSubGraph = (void *)0x0615EE20; -const void * RTTI_CreationRendererPrivate__ReprojectShadingRateImageRenderPass = (void *)0x0615C580; -const void * RTTI_CreationRendererPrivate__ResetCullingMemoryRequestHandler = (void *)0x06153AA0; -const void * RTTI_CreationRendererPrivate__ResourceLifecycleJobSite = (void *)0x0614E630; -const void * RTTI_CreationRendererPrivate__SAOEmptyRenderPass = (void *)0x06140AE0; -const void * RTTI_CreationRendererPrivate__SAORenderPass = (void *)0x06140B88; -const void * RTTI_CreationRendererPrivate__ScaleformCompositeRenderPass = (void *)0x0615D610; -const void * RTTI_CreationRendererPrivate__ScaleformEventHandler = (void *)0x061475C0; -const void * RTTI_CreationRendererPrivate__ScaleformRenderPass = (void *)0x06160820; -const void * RTTI_CreationRendererPrivate__ScaleformText2DRenderPass = (void *)0x0614D280; -const void * RTTI_CreationRendererPrivate__ScaleformTextRenderPass = (void *)0x0614D2D0; -const void * RTTI_CreationRendererPrivate__ScaleformToTextureRenderPass = (void *)0x061607D0; -const void * RTTI_CreationRendererPrivate__SceneSetupRenderPass = (void *)0x06137440; -const void * RTTI_CreationRendererPrivate__ScreenSpaceShadowsRenderPass = (void *)0x0613E8C0; -const void * RTTI_CreationRendererPrivate__SeparableSSS_HorizontalRenderPass = (void *)0x0615D660; -const void * RTTI_CreationRendererPrivate__SeparableSSS_RenderPass = (void *)0x0615D6B0; -const void * RTTI_CreationRendererPrivate__SeparableSSS_VerticalRenderPass = (void *)0x0615D700; -const void * RTTI_CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass = (void *)0x06154A10; -const void * RTTI_CreationRendererPrivate__SetupDynamicShadowRenderPass = (void *)0x0615DB60; -const void * RTTI_CreationRendererPrivate__ShadowInstanceBarriersRenderPass = (void *)0x0615DA60; -const void * RTTI_CreationRendererPrivate__ShadowManagerEventHandler = (void *)0x06141AA0; -const void * RTTI_CreationRendererPrivate__ShadowMapInstanceRenderPass = (void *)0x0615D960; -const void * RTTI_CreationRendererPrivate__ShadowMapRenderPass = (void *)0x0615D9B0; -const void * RTTI_CreationRendererPrivate__ShadowMapSceneSetupRenderPass = (void *)0x0615D7B0; -const void * RTTI_CreationRendererPrivate__ShadowMapSubGraphRenderPass = (void *)0x0615D8C0; -const void * RTTI_CreationRendererPrivate__ShadowMaskRenderPass = (void *)0x06160720; -const void * RTTI_CreationRendererPrivate__ShadowSubGraphRenderPass = (void *)0x0615DAB0; -const void * RTTI_CreationRendererPrivate__SharedMeshResourcesRegistry = (void *)0x061569A0; -const void * RTTI_CreationRendererPrivate__SkinnedDecalPrepareRenderPass = (void *)0x0615E2B0; -const void * RTTI_CreationRendererPrivate__SkinningRenderPass = (void *)0x0615E3B0; -const void * RTTI_CreationRendererPrivate__SkinningSystemEndFrameRenderPass = (void *)0x0614DA30; -const void * RTTI_CreationRendererPrivate__SkinningSystemRenderPass = (void *)0x0614DA80; -const void * RTTI_CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass = (void *)0x0614DD40; -const void * RTTI_CreationRendererPrivate__SkyCubemapRenderPass = (void *)0x0614DB30; -const void * RTTI_CreationRendererPrivate__SkyCubemapSystemRenderPass = (void *)0x0614B610; -const void * RTTI_CreationRendererPrivate__SkyLightingRenderPass = (void *)0x0615E450; -const void * RTTI_CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass = (void *)0x061531C0; -const void * RTTI_CreationRendererPrivate__SkyOcclusionMaskRenderPass = (void *)0x061530D0; -const void * RTTI_CreationRendererPrivate__SkyOcclusionRenderPass = (void *)0x06153310; -const void * RTTI_CreationRendererPrivate__SkyOcclusionSystemRenderPass = (void *)0x06153360; -const void * RTTI_CreationRendererPrivate__SobelSpaceGlareRenderPass = (void *)0x0614E110; -const void * RTTI_CreationRendererPrivate__SpaceGlareApplyRenderPass = (void *)0x0614E0C0; -const void * RTTI_CreationRendererPrivate__SpaceGlareCopyRenderPass = (void *)0x0614E160; -const void * RTTI_CreationRendererPrivate__SpaceGlareRenderPass = (void *)0x0614E070; -const void * RTTI_CreationRendererPrivate__SparseGridCell = (void *)0x0614CF50; -const void * RTTI_CreationRendererPrivate__SporadicRenderGraphRenderPass = (void *)0x0615E4A0; -const void * RTTI_CreationRendererPrivate__StarfieldCoarseCullingRenderPass = (void *)0x0615E680; -const void * RTTI_CreationRendererPrivate__StarfieldEventHandler = (void *)0x0613E870; -const void * RTTI_CreationRendererPrivate__StarfieldProcessStarsRenderPass = (void *)0x0615E590; -const void * RTTI_CreationRendererPrivate__StarfieldRenderPass = (void *)0x0615E4F0; -const void * RTTI_CreationRendererPrivate__StarfieldRenderPassBase = (void *)0x0615E5E0; -const void * RTTI_CreationRendererPrivate__StarfieldTiledCullingRenderPass = (void *)0x0615E630; -const void * RTTI_CreationRendererPrivate__StarfieldTiledRenderRenderPass = (void *)0x0615E540; -const void * RTTI_CreationRendererPrivate__StarmapGravityWavesEventHandler = (void *)0x06146350; -const void * RTTI_CreationRendererPrivate__StarmapGravityWavesRenderPass = (void *)0x06145F10; -const void * RTTI_CreationRendererPrivate__StarmapOrbitsEventHandler = (void *)0x061451A0; -const void * RTTI_CreationRendererPrivate__StarmapOrbitsRenderPass = (void *)0x06145B00; -const void * RTTI_CreationRendererPrivate__SubmitAndPresentThread = (void *)0x06148F70; -const void * RTTI_CreationRendererPrivate__SunDiskRenderPass = (void *)0x0615E6D0; -const void * RTTI_CreationRendererPrivate__SunDiskSkyCubemapRenderPass = (void *)0x0614DC90; -const void * RTTI_CreationRendererPrivate__SwapChainEventHandler = (void *)0x0613DDB0; -const void * RTTI_CreationRendererPrivate__TemporalAA_idTech7RenderPass = (void *)0x06160EF0; -const void * RTTI_CreationRendererPrivate__TerrainClipmapAndMIMRenderPass = (void *)0x0613D530; -const void * RTTI_CreationRendererPrivate__TerrainClipmapUpdateRenderPass = (void *)0x0613D8D0; -const void * RTTI_CreationRendererPrivate__TerrainDensityUpdateRenderPass = (void *)0x0613D970; -const void * RTTI_CreationRendererPrivate__TerrainDepthAndShadowsSubGraph = (void *)0x0613D5E0; -const void * RTTI_CreationRendererPrivate__TerrainDepthDrawRenderPass = (void *)0x0613D920; -const void * RTTI_CreationRendererPrivate__TerrainHeightFieldRenderPass = (void *)0x06158670; -const void * RTTI_CreationRendererPrivate__TerrainMIMUpdateRenderPass = (void *)0x0613D880; -const void * RTTI_CreationRendererPrivate__TerrainRenderPass = (void *)0x0613D690; -const void * RTTI_CreationRendererPrivate__TerrainShadowsRenderPass = (void *)0x0613D7A0; -const void * RTTI_CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass = (void *)0x0613D630; -const void * RTTI_CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass = (void *)0x0615CEF0; -const void * RTTI_CreationRendererPrivate__ThinDeferredGBufferRenderPass = (void *)0x0615CF50; -const void * RTTI_CreationRendererPrivate__ThinDeferredLightingRenderPass = (void *)0x0615CD30; -const void * RTTI_CreationRendererPrivate__ThinDeferredPrepareRenderPass = (void *)0x0615D1D0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass = (void *)0x06153FE0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass = (void *)0x06153F00; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass = (void *)0x06153D70; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass = (void *)0x06153CA0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass = (void *)0x06153D00; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass = (void *)0x06154040; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass = (void *)0x06153E40; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7RenderPass = (void *)0x06153C50; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass = (void *)0x06153EA0; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass = (void *)0x06153F70; -const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass = (void *)0x06153DD0; -const void * RTTI_CreationRendererPrivate__TiledCullingRenderPass = (void *)0x0615E710; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass = (void *)0x0613E910; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass = (void *)0x0613E9D0; -const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsRenderPass = (void *)0x0613E970; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass = (void *)0x06158890; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass = (void *)0x0615E760; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass = (void *)0x061588F0; -const void * RTTI_CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass = (void *)0x06158830; -const void * RTTI_CreationRendererPrivate__TiledDepthRangeRenderPass = (void *)0x0615E7C0; -const void * RTTI_CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass = (void *)0x061547F0; -const void * RTTI_CreationRendererPrivate__UIRenderPass = (void *)0x0615E8C8; -const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass = (void *)0x06157BC0; -const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass = (void *)0x06157B60; -const void * RTTI_CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass = (void *)0x06155010; -const void * RTTI_CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass = (void *)0x0614B710; -const void * RTTI_CreationRendererPrivate__UpdateSharedIndexBufferRenderPass = (void *)0x0615E910; -const void * RTTI_CreationRendererPrivate__UpscaleSubGraph = (void *)0x0613B670; -const void * RTTI_CreationRendererPrivate__VignetteRenderPass = (void *)0x06160F40; -const void * RTTI_CreationRendererPrivate__VolumetricLightingApplyRenderPass = (void *)0x061415D0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingCullingRenderPass = (void *)0x0615E960; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass = (void *)0x0615E9C0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass = (void *)0x0615EA20; -const void * RTTI_CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass = (void *)0x06157E90; -const void * RTTI_CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass = (void *)0x06157EF0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingIntegrateRenderPass = (void *)0x0615EA90; -const void * RTTI_CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass = (void *)0x0615EAF0; -const void * RTTI_CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass = (void *)0x0615EB50; -const void * RTTI_CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass = (void *)0x0615EBB0; -const void * RTTI_CreationRendererPrivate__WaterDisplacementRenderPass = (void *)0x061409E0; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass = (void *)0x06140930; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_InjectionRenderPass = (void *)0x061408D0; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_MainRenderPass = (void *)0x06140990; -const void * RTTI_CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass = (void *)0x06140870; -const void * RTTI_CreationRendererPrivate__WaterMVRenderPass = (void *)0x0615ECA0; -const void * RTTI_CreationRendererPrivate__WaterPrepareRenderPass = (void *)0x0615EC50; -const void * RTTI_CreationRendererPrivate__WaterRenderGraphRenderPass = (void *)0x0615ECE0; -const void * RTTI_CreationRendererPrivate__WaterRenderPass = (void *)0x0615EC08; -const void * RTTI_CreationRendererPrivate__WetnessOcclusionMaskRenderPass = (void *)0x061532C0; -const void * RTTI_CreationRendererPrivate__WindowEventHandler = (void *)0x0613C490; -const void * RTTI_CreationRendererPrivate__WorldCell = (void *)0x0614CFD0; -const void * RTTI_CreationRendererPrivate__XeSSUpscaleRenderPass = (void *)0x06157050; -const void * RTTI_CreationRenderer__ImageCaptureExportToFileNode = (void *)0x05FC9900; -const void * RTTI_CreationRenderer__MaterialInstance__TextureVisitor = (void *)0x05EDD820; -const void * RTTI_CreationRenderer__Messaging__MessageProcessor = (void *)0x06136250; -const void * RTTI_CreationRenderer__Messaging__StreamedResourceNode = (void *)0x060DAF30; -const void * RTTI_CreationRenderer__RendererQualityPref = (void *)0x06136B38; -const void * RTTI_CreationRenderer__RendererQualitySetting = (void *)0x05DF7030; -const void * RTTI_CreationRenderer__RendererQualitySettingCollection = (void *)0x06136AF0; -const void * RTTI_CreditsDataModel = (void *)0x05F7CB68; -const void * RTTI_CreditsDataModel__CreditsDataModelEventShuttle = (void *)0x05F7CB20; -const void * RTTI_CreditsMenu = (void *)0x0607F198; -const void * RTTI_CrewExtraData = (void *)0x05EB39A0; -const void * RTTI_CriticallyDampenVariable = (void *)0x060C67E8; -const void * RTTI_CriticallyDampenVariableInstance = (void *)0x060C67B0; -const void * RTTI_CrowdInhibitNullStrategy = (void *)0x05F749E0; -const void * RTTI_CrowdInhibitStrategyDefault = (void *)0x05F74868; -const void * RTTI_CrowdInhibitStrategyDisable = (void *)0x05F74A10; -const void * RTTI_CrowdManager = (void *)0x05F747E8; -const void * RTTI_CrowdWallaBubble = (void *)0x05F790C8; -const void * RTTI_CullFurnitureBoneHandler = (void *)0x060428C8; -const void * RTTI_CullWeaponsHandler = (void *)0x06042930; -const void * RTTI_CumulativeAnimation = (void *)0x060C6718; -const void * RTTI_CumulativeAnimationInstance = (void *)0x060C66E0; -const void * RTTI_CureEffect = (void *)0x05FFA6A0; -const void * RTTI_CursorMenu = (void *)0x060F9468; -const void * RTTI_CursorMenu__CursorGameEventShuttle = (void *)0x060F9490; -const void * RTTI_CursorMoveEvent = (void *)0x060C9A88; -const void * RTTI_CurvedPathBlender = (void *)0x060C5E50; -const void * RTTI_CurvedPathBlenderInstance = (void *)0x060C6300; -const void * RTTI_CustomActorPackageData = (void *)0x0602C3D8; -const void * RTTI_CustomUtils__HasForceGreetVisitor = (void *)0x05F4FE68; -const void * RTTI_D3D12MA__BlockMetadata = (void *)0x06158078; -const void * RTTI_D3D12MA__BlockMetadata_Generic = (void *)0x061580A8; -const void * RTTI_D3D12MA__MemoryBlock = (void *)0x06158048; -const void * RTTI_D3D12MA__NormalBlock = (void *)0x06158018; -const void * RTTI_DamageEffect = (void *)0x05FFA6C8; -const void * RTTI_DampenVariable = (void *)0x060C6CF0; -const void * RTTI_DampenVariableInstance = (void *)0x060C6CC0; -const void * RTTI_DarknessEffect = (void *)0x05FFA6F0; -const void * RTTI_DataMenu = (void *)0x05FDFA08; -const void * RTTI_DataMenuDataModel = (void *)0x05F8DB60; -const void * RTTI_DataMenuDataModel__DataMenuEventShuttle = (void *)0x05F8DC28; -const void * RTTI_DataMenuInventoryItem = (void *)0x05F8D928; -const void * RTTI_DataMenuPersistentDataModel = (void *)0x05F8D718; -const void * RTTI_DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle = (void *)0x05F8D7A0; -const void * RTTI_DataMenu_CloseMenu = (void *)0x05FDFC20; -const void * RTTI_DataMenu_ClosedForSubMenu = (void *)0x05FDFC50; -const void * RTTI_DataMenu_Missions = (void *)0x05FDFB98; -const void * RTTI_DataMenu_OpenPauseMenu = (void *)0x05FDFA78; -const void * RTTI_DataMenu_PlotToLocation = (void *)0x05FDFAF8; -const void * RTTI_DataMenu_Reopened = (void *)0x05FDFBF8; -const void * RTTI_DataMenu_SelectedAttributesMenu = (void *)0x05FDFD50; -const void * RTTI_DataMenu_SelectedInventoryMenu = (void *)0x05FDFD18; -const void * RTTI_DataMenu_SelectedMapMenu = (void *)0x05FDFCE8; -const void * RTTI_DataMenu_SelectedPowersMenu = (void *)0x05FDFB28; -const void * RTTI_DataMenu_SelectedShipMenu = (void *)0x05FDFCB8; -const void * RTTI_DataMenu_SelectedStatusMenu = (void *)0x05FDFC80; -const void * RTTI_DataMenu_SetMenuForQuickEntry = (void *)0x05FDFB60; -const void * RTTI_DataMenu_SetPaperDollActive = (void *)0x05FDFBC0; -const void * RTTI_DataMenu_StartCloseAnim = (void *)0x05F8D648; -const void * RTTI_DataSlateButtons = (void *)0x05FC1440; -const void * RTTI_DataSlateButtons_acceptClicked = (void *)0x05FC2368; -const void * RTTI_DataSlateButtons_cancelClicked = (void *)0x05FC2330; -const void * RTTI_DataSlateMenu = (void *)0x05FC2308; -const void * RTTI_DataSlateMenu__DataSlateData = (void *)0x05FC2038; -const void * RTTI_DataSlateMenu__DataSlateEventShuttle = (void *)0x05FC2070; -const void * RTTI_DataSlateMenu_playSFX = (void *)0x05FC23A0; -const void * RTTI_DataSlateMenu_toggleAudio = (void *)0x05FC23D0; -const void * RTTI_DeathEmoteHandler = (void *)0x06041988; -const void * RTTI_DeathStopHandler = (void *)0x06041840; -const void * RTTI_DefaultCollection = (void *)0x060DCB08; -const void * RTTI_DefaultMessageBoxCallback = (void *)0x05F375C0; -const void * RTTI_DeferredDeletion__IDeferredDeleter = (void *)0x06008728; -const void * RTTI_DeferredDeletion__IGCService = (void *)0x0600B858; -const void * RTTI_DemoralizeEffect = (void *)0x05FFBD70; -const void * RTTI_DependentAnimationGraphManagerHolder = (void *)0x05EA23A8; -const void * RTTI_DesyncInteractionHandler = (void *)0x0603E958; -const void * RTTI_DetectLifeEffect = (void *)0x05FFA718; -const void * RTTI_DetectionCollector = (void *)0x05FFA790; -const void * RTTI_DetectionDebugData = (void *)0x0602C5A0; -const void * RTTI_DetectionState = (void *)0x0602C578; -const void * RTTI_DeviceChangeEvent = (void *)0x060C99E8; -const void * RTTI_DeviceChangeHandler = (void *)0x06084408; -const void * RTTI_DeviceConnectEvent = (void *)0x060C99B8; -const void * RTTI_DialogueCameraState = (void *)0x05F5C3A8; -const void * RTTI_DialogueMenu = (void *)0x06080490; -const void * RTTI_DialogueMenu_CompleteExit = (void *)0x05FB5250; -const void * RTTI_DialogueMenu_OnDialogueSelect = (void *)0x0607F3B0; -const void * RTTI_DialogueMenu_OnListVisibilityChange = (void *)0x0607F1C0; -const void * RTTI_DialogueMenu_OnPersuasionAutoWin = (void *)0x0607F200; -const void * RTTI_DialogueMenu_RequestExit = (void *)0x06080460; -const void * RTTI_DialogueMenu_RequestSkipDialogue = (void *)0x06080428; -const void * RTTI_DialoguePackage = (void *)0x05F4FDB8; -const void * RTTI_DialogueUIDataModel = (void *)0x05FB52C8; -const void * RTTI_DialogueUIDataModel__DialogueData = (void *)0x05FB5990; -const void * RTTI_DialogueUIDataModel__DialogueEntryData = (void *)0x05FB5398; -const void * RTTI_DialogueUIDataModel__DialogueListData = (void *)0x05FB5428; -const void * RTTI_DialogueUIDataModel__DialogueUIDataEventShuttle = (void *)0x05FB53E0; -const void * RTTI_DialogueUIDataModel__PersuasionEntryData = (void *)0x05FB5468; -const void * RTTI_DialogueUIDataModel__PersuasionListData = (void *)0x05FB5630; -const void * RTTI_DialogueUIDataModel__PersuasionPointsData = (void *)0x05FB5878; -const void * RTTI_DirectAtNode = (void *)0x060C7208; -const void * RTTI_DirectAtNodeInstance = (void *)0x060C7230; -const void * RTTI_DisableCharacterBumperHandler = (void *)0x06042F50; -const void * RTTI_DisableCharacterControllerHandler = (void *)0x0603E678; -const void * RTTI_DisableCharacterPitchHandler = (void *)0x060429C8; -const void * RTTI_DisableCollisionHandler = (void *)0x06042E28; -const void * RTTI_DisarmEffect = (void *)0x05FFA740; -const void * RTTI_DisconnectHandler = (void *)0x06084438; -const void * RTTI_DisguiseEffect = (void *)0x05FFA820; -const void * RTTI_DisguiseEffect__DetectionChecker = (void *)0x05FFA7C0; -const void * RTTI_DispelEffect = (void *)0x05FFA848; -const void * RTTI_DiveBombPathController = (void *)0x060618D8; -const void * RTTI_DoNotInterruptAnimationHandler = (void *)0x06041808; -const void * RTTI_DocAcceptDataModel = (void *)0x05F98FD8; -const void * RTTI_DocAcceptDataModel__DocAcceptEventShuttle = (void *)0x05F98F98; -const void * RTTI_DocAcceptMenu = (void *)0x05F7D9F8; -const void * RTTI_DocAcceptMenu_Accept = (void *)0x05F7DA68; -const void * RTTI_DoorObstacleAdapter = (void *)0x060141E8; -const void * RTTI_DropResourcesEffect = (void *)0x05FFB700; -const void * RTTI_DrugsCraftingMenu = (void *)0x05FE0038; -const void * RTTI_DualDirectAtNode = (void *)0x060C71E0; -const void * RTTI_DualDirectAtNodeInstance = (void *)0x060C71B0; -const void * RTTI_DualValueModifierEffect = (void *)0x05FFA870; -const void * RTTI_DynamicAnimationNode = (void *)0x060C6EC0; -const void * RTTI_DynamicAnimationNodeInstance = (void *)0x060C6E88; -const void * RTTI_DynamicGraphReference = (void *)0x060C6148; -const void * RTTI_DynamicGraphReferenceInstance = (void *)0x060C6110; -const void * RTTI_DynamicIdleDataSingletonHelper = (void *)0x05EA2650; -const void * RTTI_DynamicNavMeshTask = (void *)0x05EAAE28; -const void * RTTI_DynamicNavMeshTaskCellRemap = (void *)0x05EAADB8; -const void * RTTI_DynamicNavMeshTaskStitching = (void *)0x05EAADF0; -const void * RTTI_DynamicNavmesh = (void *)0x05EE14C0; -const void * RTTI_DynamicNavmeshService = (void *)0x05EAF478; -const void * RTTI_EffectArchetypes__MainStatusHandler = (void *)0x05DFC610; -const void * RTTI_EffectSequenceMap = (void *)0x05EB3008; -const void * RTTI_EffectSequenceNode = (void *)0x060C5D78; -const void * RTTI_EffectSequenceNodeInstance = (void *)0x060C6420; -const void * RTTI_EffectSequence__EffectSequenceManager = (void *)0x05EB2C90; -const void * RTTI_EffectSetting = (void *)0x05DDC2B8; -const void * RTTI_EjectShellCasingHandler = (void *)0x06042620; -const void * RTTI_EmittanceManagerAgent = (void *)0x05EA2838; -const void * RTTI_EmitterProjectile = (void *)0x05F61CD0; -const void * RTTI_EmptyDependencyFormPointerMapValue = (void *)0x05F1E130; -const void * RTTI_EnableCharacterBumperHandler = (void *)0x06042F18; -const void * RTTI_EnableCharacterControllerHandler = (void *)0x0603E6B0; -const void * RTTI_EnableCharacterPitchHandler = (void *)0x06042990; -const void * RTTI_EnableCollisionHandler = (void *)0x06042F88; -const void * RTTI_EnchantmentItem = (void *)0x05EC8778; -const void * RTTI_EndGameCreditsMenu = (void *)0x05F7DB18; -const void * RTTI_EndSecurityMinigameHandler = (void *)0x0603EB78; -const void * RTTI_EndSummonAnimationHandler = (void *)0x060418F8; -const void * RTTI_EnhanceWeaponEffect = (void *)0x06006A48; -const void * RTTI_EnsureAliasCanBePickpocketedFunc = (void *)0x05F906D8; -const void * RTTI_EquippedItemData = (void *)0x05F74AE8; -const void * RTTI_EquippedSpell__Data = (void *)0x05F74AB8; -const void * RTTI_EquippedWeapon__AimModule = (void *)0x05F74B40; -const void * RTTI_EquippedWeapon__AmmunitionModule = (void *)0x05F74BA0; -const void * RTTI_EquippedWeapon__AudioModule = (void *)0x05F74CC8; -const void * RTTI_EquippedWeapon__Data = (void *)0x05F74B10; -const void * RTTI_EquippedWeapon__IModule = (void *)0x05F74B70; -const void * RTTI_EquippedWeapon__MeleeAttackModule = (void *)0x05F74C10; -const void * RTTI_EquippedWeapon__PowerModule = (void *)0x05F74C48; -const void * RTTI_EquippedWeapon__RangedAttackModule = (void *)0x05F74DE0; -const void * RTTI_EquippedWeapon__VariableRangeModule = (void *)0x05F74E18; -const void * RTTI_EquippedWeapon__VisualModule = (void *)0x05F74E58; -const void * RTTI_EtherealizationEffect = (void *)0x05FFA8A0; -const void * RTTI_EvaluateConditionVariable = (void *)0x060C6780; -const void * RTTI_EvaluateConditionVariableInstance = (void *)0x060C6748; -const void * RTTI_EventController = (void *)0x060C6DB0; -const void * RTTI_EventControllerInstance = (void *)0x060C6D80; -const void * RTTI_EventDispatcherBackend = (void *)0x060F9298; -const void * RTTI_EventFromRange = (void *)0x060C6AC0; -const void * RTTI_EventFromRangeInstance = (void *)0x060C6A90; -const void * RTTI_EveryNEvents = (void *)0x060C6C00; -const void * RTTI_EveryNEventsInstance = (void *)0x060C6C28; -const void * RTTI_ExecuteOnAliasedRefFunc = (void *)0x05EC97B8; -const void * RTTI_ExitChargen_ConfirmCallback = (void *)0x05FD8FA0; -const void * RTTI_Explosion = (void *)0x06006918; -const void * RTTI_ExplosionClosestHitCollector = (void *)0x06045538; -const void * RTTI_ExplosiveIndicatorDataModel = (void *)0x05F8E808; -const void * RTTI_ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle = (void *)0x05F8E7B0; -const void * RTTI_ExternalDataSourceMainStatusHandler = (void *)0x05DFC650; -const void * RTTI_ExtraAcousticParent = (void *)0x05ECB6E0; -const void * RTTI_ExtraAction = (void *)0x05ECBEB8; -const void * RTTI_ExtraActivateRef = (void *)0x05ECBB08; -const void * RTTI_ExtraActivateText = (void *)0x05EC9A08; -const void * RTTI_ExtraActorCause = (void *)0x05ECA728; -const void * RTTI_ExtraActorValueStorage = (void *)0x05EC95A0; -const void * RTTI_ExtraAliasInstanceArray = (void *)0x05ECBD48; -const void * RTTI_ExtraAmmo = (void *)0x05ECA288; -const void * RTTI_ExtraAnimGraphManager = (void *)0x05ECBF50; -const void * RTTI_ExtraAnimGraphPreload = (void *)0x05ECB520; -const void * RTTI_ExtraAnimSounds = (void *)0x05EC9548; -const void * RTTI_ExtraAshPileRef = (void *)0x05ECB770; -const void * RTTI_ExtraAttachRef = (void *)0x05EC99E0; -const void * RTTI_ExtraAttachRefChildren = (void *)0x05EC99B0; -const void * RTTI_ExtraAttachedArrows3D = (void *)0x05EC9BA0; -const void * RTTI_ExtraBadPosition = (void *)0x05ECA100; -const void * RTTI_ExtraBendableSplineParams = (void *)0x05EB39C8; -const void * RTTI_ExtraBlueprintPartOriginData = (void *)0x05ECA2A8; -const void * RTTI_ExtraBody = (void *)0x05ECB6C0; -const void * RTTI_ExtraBoneScaleMap = (void *)0x05EC94E8; -const void * RTTI_ExtraCachedScale = (void *)0x05EC9DF0; -const void * RTTI_ExtraCalcedPackIn = (void *)0x05EC9338; -const void * RTTI_ExtraCanTalkToPlayer = (void *)0x05ECBCB0; -const void * RTTI_ExtraCannotWear = (void *)0x05ECBA80; -const void * RTTI_ExtraCell3D = (void *)0x05EC8C58; -const void * RTTI_ExtraCellAcousticSpace = (void *)0x05EC8D10; -const void * RTTI_ExtraCellEnvMap = (void *)0x05EC9C00; -const void * RTTI_ExtraCellGlobalDirtLayer = (void *)0x05EC8CB0; -const void * RTTI_ExtraCellImageSpace = (void *)0x05EC8BD8; -const void * RTTI_ExtraCellMusicType = (void *)0x05EC8CE0; -const void * RTTI_ExtraCellSkyRegion = (void *)0x05EC8BA8; -const void * RTTI_ExtraCellWaterEnvMap = (void *)0x05EC9BD0; -const void * RTTI_ExtraCellWaterType = (void *)0x05EC8C80; -const void * RTTI_ExtraCharge = (void *)0x05ECA388; -const void * RTTI_ExtraCollisionData = (void *)0x05EC97E8; -const void * RTTI_ExtraCombatStyle = (void *)0x05EC9790; -const void * RTTI_ExtraConstrainedDecalData = (void *)0x05EC9A30; -const void * RTTI_ExtraCount = (void *)0x05ECA450; -const void * RTTI_ExtraCreatureAwakeSound = (void *)0x05ECA6C8; -const void * RTTI_ExtraCulledBone = (void *)0x05ECAA20; -const void * RTTI_ExtraCulledSubsegment = (void *)0x05EC9E40; -const void * RTTI_ExtraDesiredLegendaryRank = (void *)0x05EC9D38; -const void * RTTI_ExtraDirectAtTarget = (void *)0x05ECB5B0; -const void * RTTI_ExtraDroppedItemList = (void *)0x05ECB9F0; -const void * RTTI_ExtraEditorID = (void *)0x05ECA2E0; -const void * RTTI_ExtraEditorRefMoveData = (void *)0x05ECB428; -const void * RTTI_ExtraEmittanceSource = (void *)0x05ECB740; -const void * RTTI_ExtraEnableStateChildren = (void *)0x05ECBAD8; -const void * RTTI_ExtraEnableStateParent = (void *)0x05ECBBB8; -const void * RTTI_ExtraEnchantment = (void *)0x05ECA030; -const void * RTTI_ExtraEncounterZone = (void *)0x05ECBDD0; -const void * RTTI_ExtraEssentialProtected = (void *)0x05EC93C8; -const void * RTTI_ExtraExteriorReflectionProbeAdjustmentVolume = (void *)0x05ECBC10; -const void * RTTI_ExtraExternalEmittanceData = (void *)0x05EC9668; -const void * RTTI_ExtraFXPickNodes = (void *)0x05EC93F8; -const void * RTTI_ExtraFactionChanges = (void *)0x05ECBE60; -const void * RTTI_ExtraFavorCost = (void *)0x05ECA158; -const void * RTTI_ExtraFavorite = (void *)0x05ECA360; -const void * RTTI_ExtraFlags = (void *)0x05EC9FA8; -const void * RTTI_ExtraFogVolume = (void *)0x05ECBC58; -const void * RTTI_ExtraFollower = (void *)0x05ECA3D8; -const void * RTTI_ExtraFollowerSwimBreadcrumbs = (void *)0x05ECBCE0; -const void * RTTI_ExtraForcedLandingMarker = (void *)0x05EC9B70; -const void * RTTI_ExtraForcedTarget = (void *)0x05ECA0A8; -const void * RTTI_ExtraFriendHits = (void *)0x05ECB400; -const void * RTTI_ExtraFromAlias = (void *)0x05EC9EA0; -const void * RTTI_ExtraFurnitureEntryData = (void *)0x05ECB580; -const void * RTTI_ExtraGeometryDirtynessScale = (void *)0x05EC9EF0; -const void * RTTI_ExtraGhost = (void *)0x05ECB998; -const void * RTTI_ExtraGlobal = (void *)0x05ECA540; -const void * RTTI_ExtraGroupedPackin = (void *)0x05EC92B8; -const void * RTTI_ExtraGuardedRefData = (void *)0x05ECB368; -const void * RTTI_ExtraHasNoRumors = (void *)0x05EC9840; -const void * RTTI_ExtraHavok = (void *)0x05EC8C08; -const void * RTTI_ExtraHeadTrackingWeight = (void *)0x05ECA0D0; -const void * RTTI_ExtraHeadingTarget = (void *)0x05ECA6F8; -const void * RTTI_ExtraHealth = (void *)0x05ECA478; -const void * RTTI_ExtraHorse = (void *)0x05ECA058; -const void * RTTI_ExtraIgnoredAttractKeywords = (void *)0x05EC9510; -const void * RTTI_ExtraIgnoredBySandbox = (void *)0x05ECB338; -const void * RTTI_ExtraInitActions = (void *)0x05EB39F8; -const void * RTTI_ExtraInputEnableLayer = (void *)0x05ECB5E0; -const void * RTTI_ExtraInstanceData = (void *)0x05ECB230; -const void * RTTI_ExtraInteraction = (void *)0x05ECB948; -const void * RTTI_ExtraInvestedGold = (void *)0x05EC9448; -const void * RTTI_ExtraItemDropper = (void *)0x05ECB970; -const void * RTTI_ExtraKeywords = (void *)0x05EC9AC0; -const void * RTTI_ExtraLargeRefOwnerCells = (void *)0x05EC9C50; -const void * RTTI_ExtraLastFinishedSequence = (void *)0x05ECBA50; -const void * RTTI_ExtraLevCreaModifier = (void *)0x05ECB7C8; -const void * RTTI_ExtraLeveledBaseObject = (void *)0x05ECB7F8; -const void * RTTI_ExtraLeveledCreature = (void *)0x05ECBF80; -const void * RTTI_ExtraLeveledItem = (void *)0x05ECA428; -const void * RTTI_ExtraLight = (void *)0x05ECBFB0; -const void * RTTI_ExtraLightAreaData = (void *)0x05ECAA48; -const void * RTTI_ExtraLightBarndoorData = (void *)0x05ECA9F0; -const void * RTTI_ExtraLightColorData = (void *)0x05ECA9C0; -const void * RTTI_ExtraLightData = (void *)0x05EC9C28; -const void * RTTI_ExtraLightFlickerData = (void *)0x05ECA960; -const void * RTTI_ExtraLightGoboData = (void *)0x05ECA930; -const void * RTTI_ExtraLightLayerData = (void *)0x05ECA990; -const void * RTTI_ExtraLightRoundnessData = (void *)0x05ECAA78; -const void * RTTI_ExtraLightStaticShadowMapData = (void *)0x05EC9CA8; -const void * RTTI_ExtraLightVolumetricData = (void *)0x05ECA588; -const void * RTTI_ExtraLinkedChildrenAliasInstanceArray = (void *)0x05ECB3C0; -const void * RTTI_ExtraLinkedRef = (void *)0x05ECA778; -const void * RTTI_ExtraLinkedRefChildren = (void *)0x05ECBAA8; -const void * RTTI_ExtraLitWaterRefs = (void *)0x05EC9928; -const void * RTTI_ExtraLocation = (void *)0x05EC9CE0; -const void * RTTI_ExtraLocationRefType = (void *)0x05ECBB30; -const void * RTTI_ExtraLock = (void *)0x05ECA568; -const void * RTTI_ExtraLockList = (void *)0x05EC9E18; -const void * RTTI_ExtraMagicCaster = (void *)0x05EC8E38; -const void * RTTI_ExtraMapMarker = (void *)0x05ECBEE0; -const void * RTTI_ExtraMaterialSwap = (void *)0x05EC9B18; -const void * RTTI_ExtraMissingRefIDs = (void *)0x05ECA000; -const void * RTTI_ExtraModIndex = (void *)0x05EC9740; -const void * RTTI_ExtraModRank = (void *)0x05EC9C80; -const void * RTTI_ExtraModelSwap = (void *)0x05EC9818; -const void * RTTI_ExtraNavMeshPortal = (void *)0x05ECA698; -const void * RTTI_ExtraNorthRotation = (void *)0x05EC8B78; -const void * RTTI_ExtraObjectBreakable = (void *)0x05EC9570; -const void * RTTI_ExtraObjectSavedDynamicIdles = (void *)0x05EC94B0; -const void * RTTI_ExtraObjectSavedUnrecoverableSubgraphs = (void *)0x05EC9470; -const void * RTTI_ExtraOcclusionPlaneRefData = (void *)0x05ECA5E0; -const void * RTTI_ExtraOpenCloseActivateRef = (void *)0x05EC9E70; -const void * RTTI_ExtraOriginalBaseObject = (void *)0x05EC9D98; -const void * RTTI_ExtraOriginalReference = (void *)0x05ECA7A0; -const void * RTTI_ExtraOutfitItem = (void *)0x05ECA4A0; -const void * RTTI_ExtraOwnership = (void *)0x05ECA4C8; -const void * RTTI_ExtraOwningInstance = (void *)0x05EC9980; -const void * RTTI_ExtraPackage = (void *)0x05ECBB90; -const void * RTTI_ExtraPackageData = (void *)0x05EC9768; -const void * RTTI_ExtraPackageStartLocation = (void *)0x05ECB640; -const void * RTTI_ExtraPatrolRefData = (void *)0x05ECA640; -const void * RTTI_ExtraPatrolRefInUseData = (void *)0x05ECBD18; -const void * RTTI_ExtraPersistentCell = (void *)0x05ECB670; -const void * RTTI_ExtraPlacedPlanetContent = (void *)0x05EC8E08; -const void * RTTI_ExtraPlayerCrimeList = (void *)0x05ECBB60; -const void * RTTI_ExtraPoison = (void *)0x05ECA7D0; -const void * RTTI_ExtraPowerArmor = (void *)0x05ECB288; -const void * RTTI_ExtraPowerArmorPreload = (void *)0x05ECB258; -const void * RTTI_ExtraPowerLinks = (void *)0x05ECA7F8; -const void * RTTI_ExtraPrimitive = (void *)0x05ECA338; -const void * RTTI_ExtraProceduralInstanceData = (void *)0x05EC9600; -const void * RTTI_ExtraProcessMiddleLow = (void *)0x05EC8B20; -const void * RTTI_ExtraProjectedDecalData = (void *)0x05ECA308; -const void * RTTI_ExtraPromotedRef = (void *)0x05ECB398; -const void * RTTI_ExtraPropertySheet = (void *)0x05EC9710; -const void * RTTI_ExtraRadioData = (void *)0x05ECA670; -const void * RTTI_ExtraRadioReceiver = (void *)0x05EC9A90; -const void * RTTI_ExtraRadioRepeater = (void *)0x05EC9A60; -const void * RTTI_ExtraRadius = (void *)0x05EC98A0; -const void * RTTI_ExtraRadiusFalloffExponent = (void *)0x05EC9868; -const void * RTTI_ExtraRagDollData = (void *)0x05ECB8C0; -const void * RTTI_ExtraRandomAnimStartTime = (void *)0x05EC9638; -const void * RTTI_ExtraRandomTeleportMarker = (void *)0x05ECBA20; -const void * RTTI_ExtraRangedDistOverride = (void *)0x05EC9FD0; -const void * RTTI_ExtraRank = (void *)0x05ECA520; -const void * RTTI_ExtraRefWeaponSounds = (void *)0x05ECB610; -const void * RTTI_ExtraReferenceGroup = (void *)0x05EC9B40; -const void * RTTI_ExtraReferenceHandles = (void *)0x05EC9D08; -const void * RTTI_ExtraReflectedRefs = (void *)0x05EC98F8; -const void * RTTI_ExtraReflectorRefs = (void *)0x05EC98C8; -const void * RTTI_ExtraRefrPath = (void *)0x05ECB2B0; -const void * RTTI_ExtraRefractionProperty = (void *)0x05ECBE00; -const void * RTTI_ExtraRegionList = (void *)0x05EC8C30; -const void * RTTI_ExtraReservedMarkers = (void *)0x05ECB798; -const void * RTTI_ExtraRoomRefData = (void *)0x05ECBDA8; -const void * RTTI_ExtraRunOncePacks = (void *)0x05ECBBE8; -const void * RTTI_ExtraSavedAnimation = (void *)0x05ECB9C0; -const void * RTTI_ExtraSavedHavokData = (void *)0x05ECBE30; -const void * RTTI_ExtraSayToTopicInfo = (void *)0x05ECBC80; -const void * RTTI_ExtraSayTopicInfoOnceADay = (void *)0x05ECBD78; -const void * RTTI_ExtraScale = (void *)0x05ECA400; -const void * RTTI_ExtraSceneData = (void *)0x05ECA618; -const void * RTTI_ExtraScriptedAnimDependence = (void *)0x05ECB2D8; -const void * RTTI_ExtraSeed = (void *)0x05ECBF08; -const void * RTTI_ExtraSeenData = (void *)0x05EC8B50; -const void * RTTI_ExtraShipArrivalData = (void *)0x05ECA258; -const void * RTTI_ExtraShipBlueprintSnapData = (void *)0x05ECB828; -const void * RTTI_ExtraShouldWear = (void *)0x05ECBF28; -const void * RTTI_ExtraSnapLinks = (void *)0x05EC92E8; -const void * RTTI_ExtraSoul = (void *)0x05ECB6A0; -const void * RTTI_ExtraSound = (void *)0x05ECBE90; -const void * RTTI_ExtraSoundHook = (void *)0x05ECA750; -const void * RTTI_ExtraSourcePackIn = (void *)0x05EC9310; -const void * RTTI_ExtraSpawnContainer = (void *)0x05ECB710; -const void * RTTI_ExtraStartingPosition = (void *)0x05ECA4F0; -const void * RTTI_ExtraStartingWorldOrCell = (void *)0x05ECB458; -const void * RTTI_ExtraTeleport = (void *)0x05ECA5B8; -const void * RTTI_ExtraTeleportName = (void *)0x05EC9DC8; -const void * RTTI_ExtraTempLocationWorldSpace = (void *)0x05ECB860; -const void * RTTI_ExtraTerminalMenuBodyTextItems = (void *)0x05EC96D8; -const void * RTTI_ExtraTerminalMenuItems = (void *)0x05EC9398; -const void * RTTI_ExtraTerminalMenuMenuItems = (void *)0x05EC9360; -const void * RTTI_ExtraTerminalMenuUnlockedItems = (void *)0x05EC96A0; -const void * RTTI_ExtraTextDisplayData = (void *)0x05ECA128; -const void * RTTI_ExtraTimeLeft = (void *)0x05ECA3B0; -const void * RTTI_ExtraTimeOfDayData = (void *)0x05EC95D0; -const void * RTTI_ExtraTransitionCellCount = (void *)0x05ECA228; -const void * RTTI_ExtraTraversalData = (void *)0x05ECB550; -const void * RTTI_ExtraTresPassPackage = (void *)0x05EC9D68; -const void * RTTI_ExtraUniqueID = (void *)0x05ECA080; -const void * RTTI_ExtraUsedMarkers = (void *)0x05ECB898; -const void * RTTI_ExtraVoiceType = (void *)0x05EC9420; -const void * RTTI_ExtraVolumeData = (void *)0x05EC9EC8; -const void * RTTI_ExtraVolumeReflectionProbe_OffsetIntensity = (void *)0x05EC9F30; -const void * RTTI_ExtraWaterCurrentZoneData = (void *)0x05EC9F78; -const void * RTTI_ExtraWaterData = (void *)0x05ECB310; -const void * RTTI_ExtraWaterLightRefs = (void *)0x05EC9950; -const void * RTTI_ExtraWaterReflectionData = (void *)0x05EC9AE8; -const void * RTTI_ExtraWorkshopSnapping = (void *)0x05F13278; -const void * RTTI_ExtraWwiseSwitchData = (void *)0x05F34990; -const void * RTTI_EyeTrackingOffHandler = (void *)0x06041FC8; -const void * RTTI_EyeTrackingOnHandler = (void *)0x06041F98; -const void * RTTI_FACEFX_ACTOR = (void *)0x05EB3B88; -const void * RTTI_FACEFX_BONESET = (void *)0x05EB4078; -const void * RTTI_FOCollisionListener = (void *)0x05F3D0F8; -const void * RTTI_FaceEmotionalIdleHandler = (void *)0x06042450; -const void * RTTI_FaderMenu = (void *)0x06080948; -const void * RTTI_FanfareData = (void *)0x05F7DBD8; -const void * RTTI_FanfareMenu = (void *)0x05F7DBB0; -const void * RTTI_FanfareMenu__FanfareEventShuttle = (void *)0x05F7DC98; -const void * RTTI_FarTravel__Arrival = (void *)0x05FFE6B8; -const void * RTTI_FarTravel__Cruise = (void *)0x05FFE770; -const void * RTTI_FarTravel__Departure = (void *)0x05FFE740; -const void * RTTI_FarTravel__FarTravelOrbitalUpdateFadeDone = (void *)0x05FFE798; -const void * RTTI_FarTravel__FarTravelUnloadNode = (void *)0x05F18088; -const void * RTTI_FarTravel__UpdateGalacticPositions = (void *)0x05FFE7D8; -const void * RTTI_FavoritesManager = (void *)0x060819B0; -const void * RTTI_FavoritesManager__FavoritesData = (void *)0x06081C78; -const void * RTTI_FavoritesManager__FavoritesEntryData = (void *)0x06081C38; -const void * RTTI_FavoritesManager__FavoritesUIDataEventShuttle = (void *)0x06081BF0; -const void * RTTI_FavoritesMenu = (void *)0x06081938; -const void * RTTI_FavoritesMenu_AssignQuickkey = (void *)0x06080EE0; -const void * RTTI_FavoritesMenu_UseQuickkey = (void *)0x06080F18; -const void * RTTI_FindConnectedNavmeshInfosVisitor = (void *)0x05F50B08; -const void * RTTI_FindDynamicNeighborsTask = (void *)0x05DD7BC0; -const void * RTTI_FindEffectKeywordOnTargetFunctor = (void *)0x05FFAFF0; -const void * RTTI_FindTriangleForLocationFilter = (void *)0x05EA0220; -const void * RTTI_FindTriangleForLocationFilterCheckDeltaZ = (void *)0x05EA0178; -const void * RTTI_FindTriangleForLocationTraversableFilter = (void *)0x06108FE0; -const void * RTTI_FindTriangleForLocationWaterFilter = (void *)0x06108FA0; -const void * RTTI_FireForgetModel = (void *)0x05F8E920; -const void * RTTI_FireForgetModel__FireForgetEventShuttle = (void *)0x05F8EB28; -const void * RTTI_FireParticlesCollidedWithBodiesCallbackTask = (void *)0x05DD7CF0; -const void * RTTI_FireParticlesCollidedWithParticlesCallbackTask = (void *)0x05DD7CA0; -const void * RTTI_FireParticlesExitedSafeRegionCallbackTask = (void *)0x05DD7D40; -const void * RTTI_FirstPersonState = (void *)0x0607B938; -const void * RTTI_FlameProjectile = (void *)0x06045570; -const void * RTTI_FleePackage = (void *)0x05DE0FC0; -const void * RTTI_FlightActionEndHandler = (void *)0x06041D98; -const void * RTTI_FlightActionEntryEndHandler = (void *)0x06041D60; -const void * RTTI_FlightActionHandler = (void *)0x06041D30; -const void * RTTI_FlightCameraState = (void *)0x0607BAA0; -const void * RTTI_FlightCrashLandStartHandler = (void *)0x06041DC8; -const void * RTTI_FlightCruisingHandler = (void *)0x06041C10; -const void * RTTI_FlightHoveringHandler = (void *)0x06041C40; -const void * RTTI_FlightLandEndHandler = (void *)0x06041B78; -const void * RTTI_FlightLandHandler = (void *)0x06041B50; -const void * RTTI_FlightLandingHandler = (void *)0x06041AF0; -const void * RTTI_FlightPerchingHandler = (void *)0x06041B20; -const void * RTTI_FlightTakeOffHandler = (void *)0x06041BE0; -const void * RTTI_Float3LightAnimData = (void *)0x05EBB2D8; -const void * RTTI_Float4LightAnimData = (void *)0x05EBB2A8; -const void * RTTI_FloatLightAnimData = (void *)0x05EBB330; -const void * RTTI_FoodCraftingMenu = (void *)0x05FC2400; -const void * RTTI_FootIKNode = (void *)0x060C5DA8; -const void * RTTI_FootIKNodeInstance = (void *)0x060C6458; -const void * RTTI_ForceWeaponFireHandler = (void *)0x06042748; -const void * RTTI_FormStreamerLoadStorageWrapper = (void *)0x06005920; -const void * RTTI_FormStreamerSaveStorageWrapper = (void *)0x060058E8; -const void * RTTI_FrameInterpolationSwapChainDX12 = (void *)0x05E9DA70; -const void * RTTI_FreeAdvancedCameraState = (void *)0x0607BA10; -const void * RTTI_FreeFlyCameraState = (void *)0x0607BA40; -const void * RTTI_FreeTetheredCameraState = (void *)0x0607BA70; -const void * RTTI_FreeWalkCameraState = (void *)0x0607B9E0; -const void * RTTI_FrenzyEffect = (void *)0x05FFBD98; -const void * RTTI_FurnitureCameraState = (void *)0x0607B960; -const void * RTTI_FurnitureMarkerNavmeshPositionCache = (void *)0x05E75470; -const void * RTTI_GPUCaptureHandler = (void *)0x06084388; -const void * RTTI_GameBIEvents__ClientSettingsBIEvents = (void *)0x05FFDD50; -const void * RTTI_GameBIEvents__PlayerBIEvents = (void *)0x05FFE180; -const void * RTTI_GameMenuBase = (void *)0x05F7D408; -const void * RTTI_GameScript__ActorValueEventHandler = (void *)0x0608ADD0; -const void * RTTI_GameScript__AffinityEventHandler = (void *)0x0608B010; -const void * RTTI_GameScript__BasicEventHandler = (void *)0x060A5A38; -const void * RTTI_GameScript__BuilderEventHandler = (void *)0x0608BB20; -const void * RTTI_GameScript__ChallengeEventHandler = (void *)0x05F83770; -const void * RTTI_GameScript__CombatEventHandler = (void *)0x0608CAB0; -const void * RTTI_GameScript__CustomEventHandler = (void *)0x0608DDD8; -const void * RTTI_GameScript__DataFileHandleReaderWriter = (void *)0x0608B5E8; -const void * RTTI_GameScript__DebuggerMessages__ContinueRequest = (void *)0x06087310; -const void * RTTI_GameScript__DebuggerMessages__DisconnectRequest = (void *)0x060873A0; -const void * RTTI_GameScript__DebuggerMessages__Event = (void *)0x060874B8; -const void * RTTI_GameScript__DebuggerMessages__NextRequest = (void *)0x06087148; -const void * RTTI_GameScript__DebuggerMessages__OutputEvent = (void *)0x06087BA8; -const void * RTTI_GameScript__DebuggerMessages__PauseRequest = (void *)0x06087358; -const void * RTTI_GameScript__DebuggerMessages__ProtocolMessage = (void *)0x06087470; -const void * RTTI_GameScript__DebuggerMessages__Request = (void *)0x06087428; -const void * RTTI_GameScript__DebuggerMessages__Response = (void *)0x060873E8; -const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsRequest = (void *)0x06087220; -const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsResponse = (void *)0x06087A40; -const void * RTTI_GameScript__DebuggerMessages__StackTraceRequest = (void *)0x06087270; -const void * RTTI_GameScript__DebuggerMessages__StackTraceResponse = (void *)0x06087A90; -const void * RTTI_GameScript__DebuggerMessages__StepInRequest = (void *)0x060875A0; -const void * RTTI_GameScript__DebuggerMessages__StepOutRequest = (void *)0x06087550; -const void * RTTI_GameScript__DebuggerMessages__StoppedEvent = (void *)0x06087B68; -const void * RTTI_GameScript__DebuggerMessages__ThreadEvent = (void *)0x06087B28; -const void * RTTI_GameScript__DebuggerMessages__ThreadsRequest = (void *)0x060872C0; -const void * RTTI_GameScript__DebuggerMessages__ThreadsResponse = (void *)0x06087AE0; -const void * RTTI_GameScript__DebuggerMessages__ValueRequest = (void *)0x06087188; -const void * RTTI_GameScript__DebuggerMessages__ValueResponse = (void *)0x060879B0; -const void * RTTI_GameScript__DebuggerMessages__VariablesRequest = (void *)0x060871D0; -const void * RTTI_GameScript__DebuggerMessages__VariablesResponse = (void *)0x060879F0; -const void * RTTI_GameScript__DebuggerMessages__VersionEvent = (void *)0x06087060; -const void * RTTI_GameScript__DelayFunctor = (void *)0x06089220; -const void * RTTI_GameScript__DelayFunctorFactory = (void *)0x05E82E78; -const void * RTTI_GameScript__DistanceEventHandler = (void *)0x060A72B0; -const void * RTTI_GameScript__FragmentEventHandler = (void *)0x0608D850; -const void * RTTI_GameScript__HandlePolicy = (void *)0x06093B70; -const void * RTTI_GameScript__Internal__AnimationCallbacks = (void *)0x0608B530; -const void * RTTI_GameScript__Internal__LOSDetectionEventData = (void *)0x0608F150; -const void * RTTI_GameScript__Internal__LOSDirectEventData = (void *)0x0608F190; -const void * RTTI_GameScript__Internal__LOSEventData = (void *)0x0608EE08; -const void * RTTI_GameScript__InventoryEventHandler = (void *)0x0608EBD0; -const void * RTTI_GameScript__LOSEventHandler = (void *)0x0608EE40; -const void * RTTI_GameScript__Logger = (void *)0x0608DEB0; -const void * RTTI_GameScript__MenuEventHandler = (void *)0x0608F678; -const void * RTTI_GameScript__ObjectBindPolicy = (void *)0x06093B38; -const void * RTTI_GameScript__PathingCallbackMgr = (void *)0x0608FEB8; -const void * RTTI_GameScript__Profiler = (void *)0x0608FFD0; -const void * RTTI_GameScript__QuestCallbackMgr = (void *)0x06090128; -const void * RTTI_GameScript__RemoteDebugger = (void *)0x06087520; -const void * RTTI_GameScript__SaveFileHandleReaderWriter = (void *)0x0608B570; -const void * RTTI_GameScript__SavePatcher = (void *)0x06090310; -const void * RTTI_GameScript__ScriptSpaceCellCreateComplete = (void *)0x0608BCF8; -const void * RTTI_GameScript__ScriptSpaceshipCreateComplete = (void *)0x0608BC08; -const void * RTTI_GameScript__SleepEventHandler = (void *)0x06090438; -const void * RTTI_GameScript__SoundCallbackMgr = (void *)0x06090918; -const void * RTTI_GameScript__SpaceshipEventHandler = (void *)0x060A60D0; -const void * RTTI_GameScript__Store = (void *)0x06090950; -const void * RTTI_GameScript__TeleportEventHandler = (void *)0x060A6300; -const void * RTTI_GameScript__TimerEventHandler = (void *)0x060A6B88; -const void * RTTI_GameScript__TrackedStatsEventHandler = (void *)0x060A6ED0; -const void * RTTI_GameScript__WaitEventHandler = (void *)0x060A7858; -const void * RTTI_GameSettingCollection = (void *)0x05EA14A8; -const void * RTTI_GameUIGlobalFunc = (void *)0x05FB87F8; -const void * RTTI_GameUIModel = (void *)0x05FB8938; -const void * RTTI_GameVM = (void *)0x06093BF8; -const void * RTTI_GamebryoSequence = (void *)0x060C5DD0; -const void * RTTI_GamebryoSequenceInstance = (void *)0x060C6488; -const void * RTTI_GenerateMappingToPointsBufferTask = (void *)0x05DD7AD0; -const void * RTTI_GenerateObstacleTask = (void *)0x05EE8938; -const void * RTTI_GenericFrameUpdateOperationsService = (void *)0x05EADC60; -const void * RTTI_GetBestAmmoFunctor = (void *)0x05F29D78; -const void * RTTI_GetBestCutterFunctor = (void *)0x05F29E08; -const void * RTTI_GetBestLightFunctor = (void *)0x05F29E88; -const void * RTTI_GetBestWeaponFunctor = (void *)0x05F29D48; -const void * RTTI_GetMagicItemDescriptionFunctor = (void *)0x05EC8A18; -const void * RTTI_GetUpEndHandler = (void *)0x06042CC0; -const void * RTTI_GetUpStartHandler = (void *)0x06042E00; -const void * RTTI_GlobalFunc_CloseAllMenus = (void *)0x05FB8658; -const void * RTTI_GlobalFunc_CloseMenu = (void *)0x05FB8628; -const void * RTTI_GlobalFunc_PlayMenuSound = (void *)0x05FB8590; -const void * RTTI_GlobalFunc_StartGameRender = (void *)0x05FB85C0; -const void * RTTI_GlobalFunc_UserEvent = (void *)0x05FB85F8; -const void * RTTI_GraphReferenceNode = (void *)0x060B9338; -const void * RTTI_GraphReferenceNodeInstance = (void *)0x060B9368; -const void * RTTI_GraphicsInfoDataModel = (void *)0x05F921A8; -const void * RTTI_GravJumpInitiateCompleteHandler = (void *)0x0603EAD0; -const void * RTTI_GravJumpSearch = (void *)0x05EE5AB8; -const void * RTTI_GrenadeProjectile = (void *)0x06045598; -const void * RTTI_GridArray = (void *)0x05EDD920; -const void * RTTI_GridCellArray = (void *)0x05EDDDE0; -const void * RTTI_GroundPathPathingNodeGenerator = (void *)0x061114B0; -const void * RTTI_GroundPathRayValidator = (void *)0x06111480; -const void * RTTI_GuardActorPackageData = (void *)0x0602C408; -const void * RTTI_GuideEffect = (void *)0x05FFAA78; -const void * RTTI_HUDAmmoCountModel = (void *)0x05FB8E90; -const void * RTTI_HUDAmmoCountModel__HUDAmmoCountModelShuttle = (void *)0x05FB8EF0; -const void * RTTI_HUDCommandIconData = (void *)0x05FB8F38; -const void * RTTI_HUDCompassDataModel = (void *)0x05F925B8; -const void * RTTI_HUDCrewBuffDataModel = (void *)0x05F88970; -const void * RTTI_HUDCrosshairDataModel = (void *)0x05F92CE0; -const void * RTTI_HUDCrosshairDataModel__HUDCrosshairEventShuttle = (void *)0x05F92E00; -const void * RTTI_HUDDataModel = (void *)0x05FBB2F8; -const void * RTTI_HUDDataModel__HUDDataEventShuttle = (void *)0x05FBB360; -const void * RTTI_HUDDirectionalHitIndicatorDataModel = (void *)0x05FB9538; -const void * RTTI_HUDEnemyDataModel = (void *)0x05F93210; -const void * RTTI_HUDEnemyDataModel__HUDEnemyEventShuttle = (void *)0x05F931D0; -const void * RTTI_HUDExperienceMeterDataModel = (void *)0x05FBA538; -const void * RTTI_HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle = (void *)0x05FBA8B0; -const void * RTTI_HUDJetpackDataModel = (void *)0x05F93408; -const void * RTTI_HUDLocationDataModel = (void *)0x05F93568; -const void * RTTI_HUDMenu = (void *)0x06081F48; -const void * RTTI_HUDMessageDataModel = (void *)0x05F939F0; -const void * RTTI_HUDMessagesMenu = (void *)0x05FC2428; -const void * RTTI_HUDNotification_MissionActiveWidgetUpdate = (void *)0x05FBC1B0; -const void * RTTI_HUDNotification_OpenDataMenu = (void *)0x05FBC228; -const void * RTTI_HUDNotification_OpenMissionMenu = (void *)0x05FBC260; -const void * RTTI_HUDNotification_SetMissionActive = (void *)0x05FBC1F0; -const void * RTTI_HUDNotificationsModel = (void *)0x05FBC598; -const void * RTTI_HUDNotificationsModel__HUDNotificationsEventShuttle = (void *)0x05FBC8F0; -const void * RTTI_HUDOpacityModel = (void *)0x05FBCAF0; -const void * RTTI_HUDOpacityModel__HUDOpacityEventShuttle = (void *)0x05FBCB18; -const void * RTTI_HUDRolloverActivationButtonEvent = (void *)0x05F912E0; -const void * RTTI_HUDRolloverActivationCompanionListener = (void *)0x05F91E40; -const void * RTTI_HUDRolloverActivationCorpseListener = (void *)0x05F91E80; -const void * RTTI_HUDRolloverActivationDisplayCaseListener = (void *)0x05F90E10; -const void * RTTI_HUDRolloverActivationDoorListener = (void *)0x05F91EC0; -const void * RTTI_HUDRolloverActivationFallbackListener = (void *)0x05F8EEC8; -const void * RTTI_HUDRolloverActivationLootListener = (void *)0x05F91F38; -const void * RTTI_HUDRolloverActivationNPCListener = (void *)0x05F91F70; -const void * RTTI_HUDRolloverActivationOutpostItemListener = (void *)0x05F8EF80; -const void * RTTI_HUDRolloverActivationOutpostListener = (void *)0x05F8F210; -const void * RTTI_HUDRolloverActivationOutpostQCListener = (void *)0x05F8F298; -const void * RTTI_HUDRolloverActivationQCItemPressEvent = (void *)0x05F91638; -const void * RTTI_HUDRolloverActivationQuickContainerListener = (void *)0x05F8F2E0; -const void * RTTI_HUDRolloverActivationShipContainerListener = (void *)0x05F92060; -const void * RTTI_HUDRolloverActivationTeammateListener = (void *)0x05F920A8; -const void * RTTI_HUDRolloverActivationTerminalListener = (void *)0x05F920E8; -const void * RTTI_HUDRolloverDataModel = (void *)0x05F91678; -const void * RTTI_HUDSocialCommandData = (void *)0x05FB8FB8; -const void * RTTI_HUDSocialCommandDataModel = (void *)0x05FB9190; -const void * RTTI_HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle = (void *)0x05FB9200; -const void * RTTI_HUDStarbornPowersDataModel = (void *)0x05F93EB0; -const void * RTTI_HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle = (void *)0x05F93FD0; -const void * RTTI_HUDStealthDataModel = (void *)0x05F94220; -const void * RTTI_HUDStealthDataModel__HUDStealthEventShuttle = (void *)0x05F94290; -const void * RTTI_HUDSubtitleDataModel = (void *)0x05F94528; -const void * RTTI_HUDSubtitleDataModel__HUDSubtitleEventShuttle = (void *)0x05F94620; -const void * RTTI_HUDWatchEffectsModel = (void *)0x05F94FA8; -const void * RTTI_HUDWatchEffectsModel__HUDWatchEffectsModelShuttle = (void *)0x05F950A0; -const void * RTTI_HangarShipSelection_ChangeSystemDisplay = (void *)0x05F81AF8; -const void * RTTI_HangarShipSelection_RepairShip = (void *)0x05F81A88; -const void * RTTI_HangarShipSelection_UpgradeSystem = (void *)0x05F81AC0; -const void * RTTI_HasSpellVisitor = (void *)0x06024A38; -const void * RTTI_HavokErrorCRTestApp = (void *)0x05E75668; -const void * RTTI_HavokFileStreambufWriter = (void *)0x05F3D628; -const void * RTTI_HavokParticleDef__BaseShape = (void *)0x060D7F48; -const void * RTTI_HavokParticleDef__BoxShape = (void *)0x060D7FF0; -const void * RTTI_HavokParticleDef__CapsuleShape = (void *)0x060D8020; -const void * RTTI_HavokParticleDef__ConvexShape = (void *)0x060D8090; -const void * RTTI_HavokParticleDef__CubeShape = (void *)0x060D7FB8; -const void * RTTI_HavokParticleDef__CylinderShape = (void *)0x060D8058; -const void * RTTI_HavokParticleDef__SphereShape = (void *)0x060D7F80; -const void * RTTI_HavokStreambufFactory = (void *)0x05F3D5A8; -const void * RTTI_Hazard = (void *)0x05DE0B80; -const void * RTTI_HeadTrackingOffHandler = (void *)0x06041F68; -const void * RTTI_HeadTrackingOnHandler = (void *)0x060420C0; -const void * RTTI_HeadTrackingRotationOffHandler = (void *)0x06041BA8; -const void * RTTI_HeadTrackingRotationOnHandler = (void *)0x06041FF8; -const void * RTTI_HealthDamageFunctor = (void *)0x06046F68; -const void * RTTI_HeapAllocator = (void *)0x060C9530; -const void * RTTI_HelpData = (void *)0x05F86D20; -const void * RTTI_HelpDataModel = (void *)0x05F86CB8; -const void * RTTI_HelpDataModel__HelpDataModelEventShuttle = (void *)0x05F86C78; -const void * RTTI_HelpTopicData = (void *)0x05F86BA8; -const void * RTTI_HideSubsegmentHandler = (void *)0x0603E858; -const void * RTTI_HighlightManager = (void *)0x05EDBCA0; -const void * RTTI_HitFrameHandler = (void *)0x06041EB8; -const void * RTTI_HorseCameraState = (void *)0x0607B990; -const void * RTTI_HudModeDataModel = (void *)0x05F93D60; -const void * RTTI_HudModeDataModel__HUDModeEventShuttle = (void *)0x05F93D20; -const void * RTTI_IAIWorldLocation = (void *)0x05E9FF20; -const void * RTTI_IAIWorldLocationHandle = (void *)0x05F3FEC8; -const void * RTTI_IAimAssistImpl = (void *)0x05F5CBD0; -const void * RTTI_IAnimationEventDataForEachFunctor = (void *)0x05EA2178; -const void * RTTI_IAnimationGraphManagerLoadingTask = (void *)0x05F38EE8; -const void * RTTI_IAnimationStanceData = (void *)0x060C8288; -const void * RTTI_IAnimationStreamWrite = (void *)0x05F2B818; -const void * RTTI_IBGSBaseFormData = (void *)0x05E9E0F8; -const void * RTTI_ICheckEndReachedFunctor = (void *)0x0610E638; -const void * RTTI_ICheckEndReachedFunctorMapper = (void *)0x0610E698; -const void * RTTI_ICommandLineHandler = (void *)0x05E82D80; -const void * RTTI_IConvexOverlapImpl = (void *)0x05DD2020; -const void * RTTI_IConvexOverlapImpl__ShapeInterface = (void *)0x05DD2050; -const void * RTTI_IDEvent = (void *)0x060C9AD8; -const void * RTTI_IDataModel = (void *)0x05EA9F48; -const void * RTTI_IExplosionFactory = (void *)0x05E7C2A8; -const void * RTTI_IFadeDoneCallback = (void *)0x05F221B8; -const void * RTTI_IFormComponentFactoryCreator = (void *)0x05E161A8; -const void * RTTI_IFormComponentFactoryCreator__ReserveControl = (void *)0x05EA8800; -const void * RTTI_IFormFactory = (void *)0x05E78678; -const void * RTTI_IFormFactory__IFactoryVisitor = (void *)0x05ED4010; -const void * RTTI_IHUDRolloverActivationListener = (void *)0x05F8EF48; -const void * RTTI_IMemoryManagerFile = (void *)0x06016570; -const void * RTTI_IMemoryManagerFileFactory = (void *)0x05E7A1A8; -const void * RTTI_IMemoryStore = (void *)0x06005ED0; -const void * RTTI_IMemoryStoreBase = (void *)0x06005EA8; -const void * RTTI_IMenu = (void *)0x05EBFAA8; -const void * RTTI_IMessageBoxCallback = (void *)0x05F20DD8; -const void * RTTI_IMovementAvoidanceManager = (void *)0x0602BC80; -const void * RTTI_IMovementControllerNPCFunctor = (void *)0x060156D0; -const void * RTTI_IMovementDirectControl = (void *)0x0602BD18; -const void * RTTI_IMovementFormIDManager = (void *)0x05E7A268; -const void * RTTI_IMovementPDControllerAccess = (void *)0x0610E830; -const void * RTTI_IMovementParameters = (void *)0x05E748E8; -const void * RTTI_IMovementPlannerDirectControl = (void *)0x0602BCE0; -const void * RTTI_IMovementPlannerSetArbitration = (void *)0x0610DD48; -const void * RTTI_IMovementPlayIdleResult = (void *)0x0610E560; -const void * RTTI_IMovementQueryFlight = (void *)0x061112E8; -const void * RTTI_IMovementQueryPathFollowing = (void *)0x0610E708; -const void * RTTI_IMovementQueryState = (void *)0x0602BE98; -const void * RTTI_IMovementQueryStaticAvoider = (void *)0x0610E8E8; -const void * RTTI_IMovementQueryTweener = (void *)0x0610E470; -const void * RTTI_IMovementQueryTweenerState = (void *)0x0610EA70; -const void * RTTI_IMovementSetCorrectionData = (void *)0x0610EAE0; -const void * RTTI_IMovementSetGoal = (void *)0x0610DC88; -const void * RTTI_IMovementSetPathFollowing = (void *)0x0610E740; -const void * RTTI_IMovementSetRollTarget = (void *)0x0610E800; -const void * RTTI_IMovementSetSprinting = (void *)0x05EE0940; -const void * RTTI_IMovementSetState = (void *)0x0610E770; -const void * RTTI_IMovementSetStaticAvoider = (void *)0x0610E960; -const void * RTTI_IMovementSetWarp = (void *)0x0602BF58; -const void * RTTI_INIPrefSetting = (void *)0x05E66518; -const void * RTTI_INIPrefSettingCollection = (void *)0x05EA9360; -const void * RTTI_INISettingCollection = (void *)0x05E137E8; -const void * RTTI_INavmeshSearchFilterSet = (void *)0x05F526B0; -const void * RTTI_IOControlNode = (void *)0x05EB4C30; -const void * RTTI_IOManager = (void *)0x060DB2C0; -const void * RTTI_IOManagerThread = (void *)0x060DB298; -const void * RTTI_IOManager__SystemTaskService = (void *)0x060DB470; -const void * RTTI_IOPostProcessNode = (void *)0x05EB5EB8; -const void * RTTI_IOPostProcessTaskNode = (void *)0x060DB268; -const void * RTTI_IOSystemTask = (void *)0x05EB5F18; -const void * RTTI_IOTask = (void *)0x05EC0268; -const void * RTTI_IOTaskNode = (void *)0x060DB4A8; -const void * RTTI_IPackageData = (void *)0x05DDB9A8; -const void * RTTI_IPackageDataTypeCheck = (void *)0x05E83428; -const void * RTTI_IPathBuilder = (void *)0x05F48780; -const void * RTTI_IPathBuilderFactoryBase = (void *)0x05DFFBC0; -const void * RTTI_IPathBuilderTracker = (void *)0x05E82EB0; -const void * RTTI_IPathFollowerState = (void *)0x06111680; -const void * RTTI_IPathSmootherRayCast = (void *)0x06109020; -const void * RTTI_IPathingNodeGenerator = (void *)0x061114E8; -const void * RTTI_IPostAnimationChannelUpdateFunctor = (void *)0x05F2B398; -const void * RTTI_IProcedure = (void *)0x05EA0848; -const void * RTTI_IProcedureTreeExecState = (void *)0x05EA0870; -const void * RTTI_IProcedureTreeItem = (void *)0x05F45920; -const void * RTTI_IRaceSubGraphDataFunctor = (void *)0x05EA22E0; -const void * RTTI_ISelectIdleFilter = (void *)0x0610F188; -const void * RTTI_ISmoothingRayValidator = (void *)0x06111518; -const void * RTTI_ISpecialPurposeComponentHandler = (void *)0x05E835D0; -const void * RTTI_IStaticAvoidNodeManager = (void *)0x0602C150; -const void * RTTI_IStringForwarder = (void *)0x0607C948; -const void * RTTI_ITempEffectFactory = (void *)0x05E82EE0; -const void * RTTI_ITextRenderer = (void *)0x05E83258; -const void * RTTI_ITrianglePathSplitter = (void *)0x06109050; -const void * RTTI_ITweenerNodeFollowerSetup = (void *)0x0602BFE8; -const void * RTTI_IUIValue = (void *)0x05EA9F70; -const void * RTTI_IValidateGoalFunctor = (void *)0x06047298; -const void * RTTI_IVisitProcedures = (void *)0x05F36DE8; -const void * RTTI_IdleDialogueEnterHandler = (void *)0x06042A30; -const void * RTTI_IdleDialogueExitHandler = (void *)0x06042BF0; -const void * RTTI_IdleFlavorHandler = (void *)0x06042808; -const void * RTTI_ImageFixtureEvent_RequestImage = (void *)0x060F8688; -const void * RTTI_ImageFixtureEvent_UnregisterImage = (void *)0x060F86C0; -const void * RTTI_ImageFixtureManager = (void *)0x05E13678; -const void * RTTI_ImageSpaceManagerAgent = (void *)0x05EBEBE8; -const void * RTTI_ImageSpaceModifierInstance = (void *)0x05F24F48; -const void * RTTI_ImageSpaceModifierInstanceCinematic = (void *)0x05F24F80; -const void * RTTI_ImageSpaceModifierInstanceDOF = (void *)0x05F24ED8; -const void * RTTI_ImageSpaceModifierInstanceForm = (void *)0x05F24FF8; -const void * RTTI_ImageSpaceModifierInstanceRB = (void *)0x05F24FC0; -const void * RTTI_ImageSpaceModifierInstanceTemp = (void *)0x05F24F10; -const void * RTTI_ImmunityEffect = (void *)0x05FFAAA0; -const void * RTTI_IndustrialCraftingMenu = (void *)0x05FC2450; -const void * RTTI_IngredientItem = (void *)0x05EC87A0; -const void * RTTI_InitActionI = (void *)0x05EBEA80; -const void * RTTI_InitializeTraversalSubgraphDataFunctor = (void *)0x05EE5F58; -const void * RTTI_InputMemoryStreamBuffer = (void *)0x06120630; -const void * RTTI_IntSeenData = (void *)0x05DDE770; -const void * RTTI_InteractionCombatDataCollectFunctor = (void *)0x05EDAF90; -const void * RTTI_InterruptCastHandler = (void *)0x060418C8; -const void * RTTI_InventoryDataModelNS__InventoryItem = (void *)0x05F7DE50; -const void * RTTI_InventoryDataModelNS__LootItem = (void *)0x05F91910; -const void * RTTI_InventoryMenu = (void *)0x05FC4500; -const void * RTTI_InventoryMenu_Change3DView = (void *)0x05FC45C8; -const void * RTTI_InventoryMenu_DropItem = (void *)0x05FC47A8; -const void * RTTI_InventoryMenu_HideModel = (void *)0x05FC4808; -const void * RTTI_InventoryMenu_LoadModel = (void *)0x05FC4838; -const void * RTTI_InventoryMenu_OnEnterCategory = (void *)0x05FC4700; -const void * RTTI_InventoryMenu_OpenCargoHold = (void *)0x05FC46C8; -const void * RTTI_InventoryMenu_PaperDollTryOn = (void *)0x05FC4600; -const void * RTTI_InventoryMenu_ResetPaperDollInv = (void *)0x05FC4590; -const void * RTTI_InventoryMenu_SelectItem = (void *)0x05FC47D8; -const void * RTTI_InventoryMenu_SetMouseOverModel = (void *)0x05FC4738; -const void * RTTI_InventoryMenu_StartCloseAnim = (void *)0x05FC4690; -const void * RTTI_InventoryMenu_ToggleFavorite = (void *)0x05FC4770; -const void * RTTI_InventoryMenu_ToggleHelmet = (void *)0x05FC4558; -const void * RTTI_InventoryMenu_ToggleSuit = (void *)0x05FC4528; -const void * RTTI_InventoryScoringFunctor = (void *)0x05F29DD8; -const void * RTTI_Inventory_SetSort = (void *)0x05F95408; -const void * RTTI_InvisibilityEffect = (void *)0x05FFAAC8; -const void * RTTI_IronSightsState = (void *)0x0607B9B8; -const void * RTTI_ItemCraftingBase = (void *)0x05F8B0E8; -const void * RTTI_ItemModInfoCardDataModel = (void *)0x05F96300; -const void * RTTI_ItemModInfoCardDataModel__ItemModInfoCardEventShuttle = (void *)0x05F96560; -const void * RTTI_ItemModdingBase = (void *)0x05F8AF98; -const void * RTTI_ItemModsDataModel = (void *)0x05F95E78; -const void * RTTI_ItemModsDataModel__ItemModsEventShuttle = (void *)0x05F95FA0; -const void * RTTI_JetpackEffect = (void *)0x05FFAD80; -const void * RTTI_JetpackUtils__TESCellReferenceAttachDetachEventSink = (void *)0x05FFAC90; -const void * RTTI_Json__BuiltStyledStreamWriter = (void *)0x05DD89C0; -const void * RTTI_Json__CharReader = (void *)0x05DD8880; -const void * RTTI_Json__CharReaderBuilder = (void *)0x05DD88D8; -const void * RTTI_Json__CharReader__Factory = (void *)0x05DD88A8; -const void * RTTI_Json__OurCharReader = (void *)0x05DD8990; -const void * RTTI_Json__StreamWriter = (void *)0x05DD8908; -const void * RTTI_Json__StreamWriterBuilder = (void *)0x05DD8960; -const void * RTTI_Json__StreamWriter__Factory = (void *)0x05DD8930; -const void * RTTI_JumpAnimEventHandler = (void *)0x06042A00; -const void * RTTI_KillActorHandler = (void *)0x06042098; -const void * RTTI_KillMoveEndHandler = (void *)0x06041AC0; -const void * RTTI_KillMoveStartHandler = (void *)0x06041A90; -const void * RTTI_KnockdownHandler = (void *)0x06042508; -const void * RTTI_KnockdownTargetHandler = (void *)0x06042530; -const void * RTTI_LODData = (void *)0x05EB8078; -const void * RTTI_LeftHandSpellCastHandler = (void *)0x06042178; -const void * RTTI_LeftHandSpellFireHandler = (void *)0x06042118; -const void * RTTI_LegacyNif__BSEffectShaderProperty = (void *)0x06163AE8; -const void * RTTI_LegacyNif__BSLightingShaderProperty = (void *)0x06163998; -const void * RTTI_LegacyNif__BSMasterParticleSystem = (void *)0x06163680; -const void * RTTI_LegacyNif__BSMultiBound = (void *)0x061635E8; -const void * RTTI_LegacyNif__BSMultiBoundNode = (void *)0x06163618; -const void * RTTI_LegacyNif__BSMultiBoundOBB = (void *)0x061636F0; -const void * RTTI_LegacyNif__BSPSysInheritVelocityModifier = (void *)0x06163420; -const void * RTTI_LegacyNif__BSPSysLODModifier = (void *)0x061637E8; -const void * RTTI_LegacyNif__BSPSysScaleModifier = (void *)0x06163348; -const void * RTTI_LegacyNif__BSPSysSimpleColorModifier = (void *)0x06163298; -const void * RTTI_LegacyNif__BSPSysSubTexModifier = (void *)0x06163260; -const void * RTTI_LegacyNif__BSPositionData = (void *)0x06163650; -const void * RTTI_LegacyNif__BSShaderProperty = (void *)0x061639D8; -const void * RTTI_LegacyNif__BSShaderTextureSet = (void *)0x06163A10; -const void * RTTI_LegacyNif__BSSubIndexTriShape = (void *)0x061636B8; -const void * RTTI_LegacyNif__BSWaterShaderProperty = (void *)0x06163A78; -const void * RTTI_LegacyNif__BSWindModifier = (void *)0x061633F0; -const void * RTTI_LegacyNif__NiAlphaProperty = (void *)0x06163A48; -const void * RTTI_LegacyNif__NiPSysAgeDeathModifier = (void *)0x06163858; -const void * RTTI_LegacyNif__NiPSysBombModifier = (void *)0x06163310; -const void * RTTI_LegacyNif__NiPSysBoundUpdateModifier = (void *)0x06163380; -const void * RTTI_LegacyNif__NiPSysBoxEmitter = (void *)0x061634D0; -const void * RTTI_LegacyNif__NiPSysColliderManager = (void *)0x06163928; -const void * RTTI_LegacyNif__NiPSysCylinderEmitter = (void *)0x06163498; -const void * RTTI_LegacyNif__NiPSysData = (void *)0x06163788; -const void * RTTI_LegacyNif__NiPSysDragModifier = (void *)0x06163228; -const void * RTTI_LegacyNif__NiPSysGravityModifier = (void *)0x06163460; -const void * RTTI_LegacyNif__NiPSysMeshEmitter = (void *)0x06163960; -const void * RTTI_LegacyNif__NiPSysPlanarCollider = (void *)0x061638C0; -const void * RTTI_LegacyNif__NiPSysPositionModifier = (void *)0x061631F0; -const void * RTTI_LegacyNif__NiPSysRotationModifier = (void *)0x061632D8; -const void * RTTI_LegacyNif__NiPSysSpawnModifier = (void *)0x06163820; -const void * RTTI_LegacyNif__NiPSysSphereEmitter = (void *)0x06163508; -const void * RTTI_LegacyNif__NiParticleSystem = (void *)0x06163720; -const void * RTTI_LegacyNif__SkyShaderProperty = (void *)0x06163AB0; -const void * RTTI_LensFlareAttachmentComponent = (void *)0x05EA92F8; -const void * RTTI_LevelUp_AnimFinished = (void *)0x05FBA158; -const void * RTTI_LevelUp_OnWidgetShown = (void *)0x05FBA1E8; -const void * RTTI_LevelUp_OpenDataMenu = (void *)0x05FBA1B8; -const void * RTTI_LevelUp_ShowSkills = (void *)0x05FBA188; -const void * RTTI_LightAnimFormComponent = (void *)0x05DDC158; -const void * RTTI_LightAttachmentFormComponent = (void *)0x05EBB4F8; -const void * RTTI_LightAttachmentRuntimeComponentUpdateService = (void *)0x06014C40; -const void * RTTI_LightEffect = (void *)0x05DE0BA0; -const void * RTTI_LinearVariable = (void *)0x060C6BD8; -const void * RTTI_LinearVariableInstance = (void *)0x060C6BA8; -const void * RTTI_LinkedCellProcessHelper = (void *)0x060B7578; -const void * RTTI_LoadBufferStorageWrapper = (void *)0x060058B8; -const void * RTTI_LoadFileStorageWrapper = (void *)0x06005C20; -const void * RTTI_LoadGameMagicCasterVisitor = (void *)0x06022FC8; -const void * RTTI_LoadSavePanelDataModel = (void *)0x05F97E30; -const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle = (void *)0x05F97EB0; -const void * RTTI_LoadScreenRenderingEventHandler = (void *)0x05F86538; -const void * RTTI_LoadTraversalSubgraphDataFunctor = (void *)0x05EE5F20; -const void * RTTI_LoadedAreaBound = (void *)0x05F3D798; -const void * RTTI_LoadedCellDB__IStateControl = (void *)0x05EB6000; -const void * RTTI_LoadedCellDB__LoadCell = (void *)0x05EB5E88; -const void * RTTI_LoadedCellDB__PostProcessCell = (void *)0x05EB5EE0; -const void * RTTI_LoadedCellDB__SignalDoneTask = (void *)0x05EB5E50; -const void * RTTI_LoadingMenu = (void *)0x06082360; -const void * RTTI_LoadingMenuDataModel = (void *)0x05F96F68; -const void * RTTI_LoadingMenuDataModel__LoadingMenuEventShuttle = (void *)0x05F96FF0; -const void * RTTI_LoadingMenu_RefreshText = (void *)0x06082388; -const void * RTTI_LocalEnvData = (void *)0x05F97FA0; -const void * RTTI_LocalEnvData_Frequent = (void *)0x05F97FC8; -const void * RTTI_LocalEnvironmentDataModel = (void *)0x05F97F38; -const void * RTTI_LocationTextWidget_FinishedQueue = (void *)0x05FBA218; -const void * RTTI_LockEffect = (void *)0x05FFAF90; -const void * RTTI_LocomotionBlend = (void *)0x060C73A8; -const void * RTTI_LocomotionBlendInstance = (void *)0x060C7378; -const void * RTTI_LookAtChainData = (void *)0x05EAFB50; -const void * RTTI_LookAtChainInstance = (void *)0x05EAFB78; -const void * RTTI_LookAtNode = (void *)0x060C7188; -const void * RTTI_LookAtNodeInstance = (void *)0x060C7158; -const void * RTTI_LoopingActivateHandler = (void *)0x060426E0; -const void * RTTI_MagicCaster = (void *)0x05EC8E60; -const void * RTTI_MagicCaster__PostCreationCallback = (void *)0x05FFAFB8; -const void * RTTI_MagicItem = (void *)0x05DF41F8; -const void * RTTI_MagicItemDataCollector = (void *)0x05FFA2B8; -const void * RTTI_MagicItemFindKeywordFunctor = (void *)0x05EC8898; -const void * RTTI_MagicItemTraversalFunctor = (void *)0x05EC88D0; -const void * RTTI_MagicTarget = (void *)0x05FBD4D0; -const void * RTTI_MagicTarget__IPostCreationModification = (void *)0x05FFA608; -const void * RTTI_Main = (void *)0x060136B0; -const void * RTTI_MainMenu = (void *)0x06083E08; -const void * RTTI_MainMenuConfirmationDataModel = (void *)0x05F98C28; -const void * RTTI_MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle = (void *)0x05F98D80; -const void * RTTI_MainMenuGamerInfoDataModel = (void *)0x05F99158; -const void * RTTI_MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle = (void *)0x05F99190; -const void * RTTI_MainMenuListDataModel = (void *)0x05F98AF8; -const void * RTTI_MainMenuListDataModel__MainMenuListEventShuttle = (void *)0x05F98C60; -const void * RTTI_MainMenuMOTDDataModel = (void *)0x05F99058; -const void * RTTI_MainMenuMOTDDataModel__MOTDDataModelEventShuttle = (void *)0x05F99090; -const void * RTTI_MainMenuPipelineProgressDataModel = (void *)0x05F99268; -const void * RTTI_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle = (void *)0x05F992A0; -const void * RTTI_MainMenuStateDataModel = (void *)0x05F99EF8; -const void * RTTI_MainMenuStateDataModel__MainMenuStateEventShuttle = (void *)0x05F99EB0; -const void * RTTI_MainMenu_ActionCanceled = (void *)0x06084100; -const void * RTTI_MainMenu_ActionConfirmed = (void *)0x06084130; -const void * RTTI_MainMenu_ConfirmLoad = (void *)0x060840A0; -const void * RTTI_MainMenu_DeleteSave = (void *)0x06084070; -const void * RTTI_MainMenu_LegalScreenComplete = (void *)0x06083E80; -const void * RTTI_MainMenu_SetCharacter = (void *)0x06084040; -const void * RTTI_MainMenu_StartAction = (void *)0x06084160; -const void * RTTI_MainMenu_StartLoad = (void *)0x060840D0; -const void * RTTI_MainMenu_UploadSave = (void *)0x06084010; -const void * RTTI_MassSpringDampenVariable = (void *)0x060C6850; -const void * RTTI_MassSpringDampenVariableInstance = (void *)0x060C6818; -const void * RTTI_MaterialLayerInterface = (void *)0x05ECF580; -const void * RTTI_MaterialLayerSequence = (void *)0x060C2D98; -const void * RTTI_MaterialLayerSequenceInstance = (void *)0x060C64B8; -const void * RTTI_MeleeAimAssistData = (void *)0x05F0BF20; -const void * RTTI_MeleeAimAssistImpl = (void *)0x05F5CB78; -const void * RTTI_MemoryManagement__PMPEventSink = (void *)0x05E82FE0; -const void * RTTI_MemoryManagerFile = (void *)0x060165E0; -const void * RTTI_MenuActor = (void *)0x05FBD4F8; -const void * RTTI_MenuControls = (void *)0x060845F8; -const void * RTTI_MenuCursor = (void *)0x060F8088; -const void * RTTI_MenuOpenHandler = (void *)0x060843B0; -const void * RTTI_MenuPaperDoll = (void *)0x05FBD7E8; -const void * RTTI_MenuTopicManager = (void *)0x05FFC970; -const void * RTTI_MergeNode = (void *)0x060C73D0; -const void * RTTI_MergeNodeInstance = (void *)0x060C73F0; -const void * RTTI_MeshLODDistanceOverride = (void *)0x05EB8098; -const void * RTTI_MessageBoxMenu = (void *)0x06084A78; -const void * RTTI_MessageBoxMenu_OnBackOut = (void *)0x06084AA0; -const void * RTTI_MessageBoxMenu_OnButtonPress = (void *)0x06084AD0; -const void * RTTI_MessageBoxMenu__MessageBoxMenuEventShuttle = (void *)0x06084860; -const void * RTTI_MessageMenuManager = (void *)0x06084E40; -const void * RTTI_MigrateSharedStateFromPreviousView = (void *)0x06001FD8; -const void * RTTI_MirrorModifier = (void *)0x060C2DC8; -const void * RTTI_MirrorModifierInstance = (void *)0x060C64F0; -const void * RTTI_MiscStatManager__FindStatByCRC = (void *)0x05F36D78; -const void * RTTI_MissileProjectile = (void *)0x06044B68; -const void * RTTI_MissionBoardMenu = (void *)0x05FC54C0; -const void * RTTI_MissionBoardMenu__MissionBoardMenuEventShuttle = (void *)0x05FC5330; -const void * RTTI_MissionBoard_MissionEntryChanged = (void *)0x05FC5838; -const void * RTTI_MissionBoard_MissionEntryPressed = (void *)0x05FC5870; -const void * RTTI_MissionMenu_ClearState = (void *)0x05FC0C80; -const void * RTTI_MissionMenu_PlotToLocation = (void *)0x05FC1368; -const void * RTTI_MissionMenu_RejectQuest = (void *)0x05FC13D8; -const void * RTTI_MissionMenu_SaveCategoryIndex = (void *)0x05FC0C48; -const void * RTTI_MissionMenu_SaveOpenedId = (void *)0x05FC0C18; -const void * RTTI_MissionMenu_ShowItemLocation = (void *)0x05FC1330; -const void * RTTI_MissionMenu_ToggleQTDisplay = (void *)0x05FC0CB0; -const void * RTTI_MissionMenu_ToggleTrackingQuest = (void *)0x05FC13A0; -const void * RTTI_MobIterOperator = (void *)0x05F391B8; -const void * RTTI_ModelReferenceEffect = (void *)0x05FFB560; -const void * RTTI_MomentumAnimation = (void *)0x060C6B80; -const void * RTTI_MomentumAnimationInstance = (void *)0x060C6B50; -const void * RTTI_MomentumSwitchback = (void *)0x060C6B20; -const void * RTTI_MomentumSwitchbackInstance = (void *)0x060C6AE8; -const void * RTTI_MonocleMenu = (void *)0x05FC8520; -const void * RTTI_MonocleMenu_Bioscan = (void *)0x05FC84C0; -const void * RTTI_MonocleMenu_FastTravel = (void *)0x05FC8330; -const void * RTTI_MonocleMenu_Harvest = (void *)0x05FC84F0; -const void * RTTI_MonocleMenu_Initialize = (void *)0x05FC80B8; -const void * RTTI_MonocleMenu_OpenDoor = (void *)0x05FC82C8; -const void * RTTI_MonocleMenu_Outpost = (void *)0x05FC8058; -const void * RTTI_MonocleMenu_PhotoMode = (void *)0x05FC8460; -const void * RTTI_MonocleMenu_Shutdown = (void *)0x05FC8088; -const void * RTTI_MonocleMenu_SocialSpell = (void *)0x05FC8490; -const void * RTTI_MonocleMenu_StartContainerView = (void *)0x05FC8398; -const void * RTTI_MonocleMenu_StopContainerView = (void *)0x05FC8360; -const void * RTTI_MonocleMenu_SurfaceMap = (void *)0x05FC83D0; -const void * RTTI_MonocleMenu_UseListScrollControls = (void *)0x05FC82F8; -const void * RTTI_MonocleMenu_ZoomIn = (void *)0x05FC8430; -const void * RTTI_MonocleMenu_ZoomOut = (void *)0x05FC8400; -const void * RTTI_MonocleUIDataModel = (void *)0x05FB6A18; -const void * RTTI_MonocleUIDataModel__EventData = (void *)0x05FB7568; -const void * RTTI_MonocleUIDataModel__MenuData = (void *)0x05FB7098; -const void * RTTI_MonocleUIDataModel__MenuFreqData = (void *)0x05FB7260; -const void * RTTI_MonocleUIDataModel__MonocleUIDataEventShuttle = (void *)0x05FB6D00; -const void * RTTI_MonocleUIDataModel__PickRefData = (void *)0x05FB7468; -const void * RTTI_MonocleUIDataModel__ResourceArcData = (void *)0x05FB6E78; -const void * RTTI_MonocleUIDataModel__ResourceData = (void *)0x05FB6DA8; -const void * RTTI_MonocleUIDataModel__ScannableMapMarkerData = (void *)0x05FB72A0; -const void * RTTI_MonocleUIDataModel__SocialSpellData = (void *)0x05FB6DE0; -const void * RTTI_MorphDriverData = (void *)0x05F0CBE0; -const void * RTTI_MorphDriverInstance = (void *)0x05F0CD00; -const void * RTTI_MotionDrivenHandler = (void *)0x060419D8; -const void * RTTI_MotionDrivenHandlerReference = (void *)0x0603E640; -const void * RTTI_MountDismountEndHandler = (void *)0x06042D18; -const void * RTTI_MountInteraction = (void *)0x06026240; -const void * RTTI_MouseMoveEvent = (void *)0x060C9A60; -const void * RTTI_MovementAgent = (void *)0x05EE0A00; -const void * RTTI_MovementAgentActorAvoider = (void *)0x0610D9D0; -const void * RTTI_MovementAgentActorState = (void *)0x0610E798; -const void * RTTI_MovementAgentFlightController = (void *)0x0610E7C8; -const void * RTTI_MovementAgentFlightControllerDetached = (void *)0x0610EC08; -const void * RTTI_MovementAgentPathFollowerFlight = (void *)0x06111318; -const void * RTTI_MovementAgentPathFollowerStandard = (void *)0x0610E600; -const void * RTTI_MovementAgentPathFollowerVirtual = (void *)0x0610EBD0; -const void * RTTI_MovementArbiter = (void *)0x0610DC28; -const void * RTTI_MovementArbitrationAverageFloat = (void *)0x0610ECB8; -const void * RTTI_MovementArbitrationMaxWeightParameters = (void *)0x0610EE98; -const void * RTTI_MovementArbitrationMaxWeightPoint = (void *)0x0610EED8; -const void * RTTI_MovementArbitrationVectorAdd = (void *)0x061119B8; -const void * RTTI_MovementAvoidBoxEventAdapter = (void *)0x06014790; -const void * RTTI_MovementAvoidanceManager = (void *)0x0602BAE0; -const void * RTTI_MovementComponentEventHandler = (void *)0x05EE0810; -const void * RTTI_MovementControllerAI = (void *)0x05EE0628; -const void * RTTI_MovementControllerComponent = (void *)0x05EE0658; -const void * RTTI_MovementControllerComponentData = (void *)0x05EE0690; -const void * RTTI_MovementControllerNPC = (void *)0x0602BD48; -const void * RTTI_MovementControllerNullDataTracker = (void *)0x0610F118; -const void * RTTI_MovementControllerRegisterInterface = (void *)0x0610F078; -const void * RTTI_MovementHandlerAgent = (void *)0x05EE0970; -const void * RTTI_MovementHandlerAgentAngleGain = (void *)0x06111350; -const void * RTTI_MovementHandlerAgentDirectControl = (void *)0x0602BD78; -const void * RTTI_MovementHandlerAgentDirectionPassThrough = (void *)0x061112A8; -const void * RTTI_MovementHandlerAgentFlightBoostTrigger = (void *)0x05EE0900; -const void * RTTI_MovementHandlerAgentGraphDrivenAnimationDriven = (void *)0x05EE0A30; -const void * RTTI_MovementHandlerAgentPlayerControls = (void *)0x05EE0A78; -const void * RTTI_MovementHandlerAgentPlayerControlsActionTrigger = (void *)0x05EE0B60; -const void * RTTI_MovementHandlerAgentPlayerFlightControls = (void *)0x05EE0BA8; -const void * RTTI_MovementHandlerAgentSprintActionTrigger = (void *)0x0602BDB0; -const void * RTTI_MovementHandlerAgentStairsHelper = (void *)0x0602BDF0; -const void * RTTI_MovementHandlerAgentStandard = (void *)0x0610EB98; -const void * RTTI_MovementHandlerAgentStorePlannerOutput = (void *)0x0610EB58; -const void * RTTI_MovementHandlerArbiter = (void *)0x0610E110; -const void * RTTI_MovementLargeDelta__IEnumVisitor = (void *)0x05F36ED0; -const void * RTTI_MovementMessage = (void *)0x05EE5938; -const void * RTTI_MovementMessageActivateDoor = (void *)0x0610FB88; -const void * RTTI_MovementMessageActorCollision = (void *)0x0602BE28; -const void * RTTI_MovementMessageApproachingDoor = (void *)0x0610FBF0; -const void * RTTI_MovementMessageBeginLandingApproach = (void *)0x05EE5990; -const void * RTTI_MovementMessageBlocked = (void *)0x061111A8; -const void * RTTI_MovementMessageDoor = (void *)0x0610FBC0; -const void * RTTI_MovementMessageGravJump = (void *)0x05EE7AD8; -const void * RTTI_MovementMessageJump = (void *)0x06111240; -const void * RTTI_MovementMessageLand = (void *)0x05EE7AA8; -const void * RTTI_MovementMessageNewPath = (void *)0x0610DB08; -const void * RTTI_MovementMessagePathCleared = (void *)0x0610FAB8; -const void * RTTI_MovementMessagePathComplete = (void *)0x0610FAF0; -const void * RTTI_MovementMessagePathEvent = (void *)0x0610DB38; -const void * RTTI_MovementMessagePathFailed = (void *)0x0610FA88; -const void * RTTI_MovementMessagePlayIdle = (void *)0x061111D8; -const void * RTTI_MovementMessageSetStaticPath = (void *)0x06111208; -const void * RTTI_MovementMessageTakeOff = (void *)0x05EE5960; -const void * RTTI_MovementMessageTraversal = (void *)0x0610FB58; -const void * RTTI_MovementMessageUpdateRequestImmediate = (void *)0x0610DAC8; -const void * RTTI_MovementMessageWarpToLocation = (void *)0x06111170; -const void * RTTI_MovementMessageWarpToMultiple = (void *)0x06111270; -const void * RTTI_MovementParameters = (void *)0x05E748B8; -const void * RTTI_MovementParametersFixed = (void *)0x05F755E8; -const void * RTTI_MovementPathManagerAgent = (void *)0x0610DCE8; -const void * RTTI_MovementPathManagerAgentAvoidBox = (void *)0x0610E9F8; -const void * RTTI_MovementPathManagerAgentLoadedAreaMonitor = (void *)0x0610E870; -const void * RTTI_MovementPathManagerAgentStaticAvoider = (void *)0x0610E920; -const void * RTTI_MovementPathManagerArbiter = (void *)0x0610DBF0; -const void * RTTI_MovementPathManagerNullTracker = (void *)0x0610DB68; -const void * RTTI_MovementPlannerAgent = (void *)0x0602BEC8; -const void * RTTI_MovementPlannerAgentDirectControl = (void *)0x0602BE60; -const void * RTTI_MovementPlannerAgentNavmeshBounds = (void *)0x0610E8B0; -const void * RTTI_MovementPlannerAgentWarp = (void *)0x0602BF28; -const void * RTTI_MovementPlannerArbiter = (void *)0x0610DD18; -const void * RTTI_MovementPostUpdateArbiter = (void *)0x0610E4D0; -const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData = (void *)0x0610F200; -const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToPath = (void *)0x0610F1B0; -const void * RTTI_MovementStateFollowPath = (void *)0x0610DA98; -const void * RTTI_MovementStateTweener = (void *)0x0610DA30; -const void * RTTI_MovementTweenerAgent = (void *)0x0602BF80; -const void * RTTI_MovementTweenerAgentFixedDelta = (void *)0x0610EAA8; -const void * RTTI_MovementTweenerAgentNodeFollower = (void *)0x0602BFB0; -const void * RTTI_MovementTweenerAgentTargetPosAndVel = (void *)0x0610EB18; -const void * RTTI_MovementTweenerArbiter = (void *)0x0610E440; -const void * RTTI_MoviePlayer = (void *)0x06006698; -const void * RTTI_MultiFootIKNode = (void *)0x060C6960; -const void * RTTI_MultiFootIKNodeInstance = (void *)0x060C6930; -const void * RTTI_NEW_REFR_DATA = (void *)0x05EBA040; -const void * RTTI_NPCAttachHandler = (void *)0x06042D48; -const void * RTTI_NPCDetachHandler = (void *)0x06042EF0; -const void * RTTI_NavGenUtil__TunnelTerraintFilter = (void *)0x05EE20F8; -const void * RTTI_NavMesh = (void *)0x05DDF358; -const void * RTTI_NavMeshGenContext = (void *)0x05EAB738; -const void * RTTI_NavMeshGenData = (void *)0x05EAAE80; -const void * RTTI_NavMeshGenFinalizer = (void *)0x05EE3728; -const void * RTTI_NavMeshGenInputBorderProcessTask = (void *)0x05EAB630; -const void * RTTI_NavMeshGenInputProcessor = (void *)0x05EE3A80; -const void * RTTI_NavMeshGenOutputProcessor = (void *)0x05EE3AE8; -const void * RTTI_NavMeshGenSplitter = (void *)0x05EE3B48; -const void * RTTI_NavMeshGenStitcher = (void *)0x05EE3C80; -const void * RTTI_NavMeshGenerator = (void *)0x05EE2E38; -const void * RTTI_NavMeshGenerator__NavMeshGenCellsNode = (void *)0x05EE2AA8; -const void * RTTI_NavMeshInfo = (void *)0x05F50260; -const void * RTTI_NavMeshInfoMap = (void *)0x05F50340; -const void * RTTI_NavMeshObstacleCoverManager = (void *)0x05E64A28; -const void * RTTI_NavMeshObstacleManager = (void *)0x05F507C8; -const void * RTTI_NavMeshSearchClosePoint = (void *)0x05F520F0; -const void * RTTI_NavMeshSearchFitSphere = (void *)0x05F52468; -const void * RTTI_NavMeshSearchHide = (void *)0x05F52688; -const void * RTTI_NavMeshSearchLOS = (void *)0x05F527D0; -const void * RTTI_NavMeshSearchLargestSpaceNearLocation = (void *)0x05F52498; -const void * RTTI_NavMeshSearchSLPoint = (void *)0x05F528D8; -const void * RTTI_NavMeshSplineExtraData = (void *)0x05F12970; -const void * RTTI_NiAVObject = (void *)0x05E64968; -const void * RTTI_NiAdditionalGeometryData = (void *)0x06163C58; -const void * RTTI_NiAmbientLight = (void *)0x06163C30; -const void * RTTI_NiBSplineBasisData = (void *)0x06161890; -const void * RTTI_NiBSplineColorInterpolator = (void *)0x061618E8; -const void * RTTI_NiBSplineCompColorInterpolator = (void *)0x06161920; -const void * RTTI_NiBSplineCompFloatInterpolator = (void *)0x06161958; -const void * RTTI_NiBSplineCompPoint3Interpolator = (void *)0x061619C8; -const void * RTTI_NiBSplineCompTransformInterpolator = (void *)0x06161728; -const void * RTTI_NiBSplineData = (void *)0x061618C0; -const void * RTTI_NiBSplineFloatInterpolator = (void *)0x06161990; -const void * RTTI_NiBSplineInterpolator = (void *)0x06161768; -const void * RTTI_NiBSplinePoint3Interpolator = (void *)0x06161A00; -const void * RTTI_NiBSplineTransformInterpolator = (void *)0x06161798; -const void * RTTI_NiBillboardNode = (void *)0x06162EC8; -const void * RTTI_NiBinaryExtraData = (void *)0x06163C88; -const void * RTTI_NiBinaryStream = (void *)0x05F39080; -const void * RTTI_NiBlendAccumTransformInterpolator = (void *)0x061611D0; -const void * RTTI_NiBlendBoolInterpolator = (void *)0x06161560; -const void * RTTI_NiBlendColorInterpolator = (void *)0x061617D0; -const void * RTTI_NiBlendFloatInterpolator = (void *)0x06161398; -const void * RTTI_NiBlendInterpolator = (void *)0x06161230; -const void * RTTI_NiBlendPoint3Interpolator = (void *)0x06161800; -const void * RTTI_NiBlendQuaternionInterpolator = (void *)0x06161830; -const void * RTTI_NiBlendTransformInterpolator = (void *)0x06161430; -const void * RTTI_NiBoolData = (void *)0x06161868; -const void * RTTI_NiBoolInterpolator = (void *)0x06161500; -const void * RTTI_NiBoolTimelineInterpolator = (void *)0x061614C8; -const void * RTTI_NiBooleanExtraData = (void *)0x06163CB0; -const void * RTTI_NiCamera = (void *)0x06162738; -const void * RTTI_NiCollisionObject = (void *)0x06025EC0; -const void * RTTI_NiColorData = (void *)0x06161A38; -const void * RTTI_NiColorExtraData = (void *)0x061630F8; -const void * RTTI_NiColorExtraDataController = (void *)0x06161A60; -const void * RTTI_NiColorInterpolator = (void *)0x06161A98; -const void * RTTI_NiControllerManager = (void *)0x061610F8; -const void * RTTI_NiControllerSequence = (void *)0x06161128; -const void * RTTI_NiDefaultAVObjectPalette = (void *)0x06160F88; -const void * RTTI_NiDirectionalLight = (void *)0x06163CE0; -const void * RTTI_NiExtraData = (void *)0x05EA2310; -const void * RTTI_NiExtraDataController = (void *)0x061613C8; -const void * RTTI_NiFile = (void *)0x06001040; -const void * RTTI_NiFloatController = (void *)0x06161EB8; -const void * RTTI_NiFloatData = (void *)0x06161340; -const void * RTTI_NiFloatExtraData = (void *)0x06163D10; -const void * RTTI_NiFloatExtraDataController = (void *)0x061613F8; -const void * RTTI_NiFloatInterpController = (void *)0x06161498; -const void * RTTI_NiFloatInterpolator = (void *)0x06161530; -const void * RTTI_NiFloatsExtraData = (void *)0x06163120; -const void * RTTI_NiFloatsExtraDataController = (void *)0x06161AC8; -const void * RTTI_NiFloatsExtraDataPoint3Controller = (void *)0x06161B00; -const void * RTTI_NiFogProperty = (void *)0x06163C08; -const void * RTTI_NiFormArray = (void *)0x05F3A530; -const void * RTTI_NiGeometry = (void *)0x06163E58; -const void * RTTI_NiGeometryData = (void *)0x06162F58; -const void * RTTI_NiIntegerExtraData = (void *)0x060CFBF8; -const void * RTTI_NiIntegersExtraData = (void *)0x060E60F0; -const void * RTTI_NiInterpController = (void *)0x060E3628; -const void * RTTI_NiKeyframeManager = (void *)0x06161CC0; -const void * RTTI_NiLight = (void *)0x061631D0; -const void * RTTI_NiLightColorController = (void *)0x06161CE8; -const void * RTTI_NiLightDimmerController = (void *)0x06161D48; -const void * RTTI_NiLightRadiusController = (void *)0x06161D78; -const void * RTTI_NiLookAtController = (void *)0x06161DA8; -const void * RTTI_NiLookAtInterpolator = (void *)0x06161DD8; -const void * RTTI_NiMemStream = (void *)0x06163F50; -const void * RTTI_NiMorphData = (void *)0x06161E08; -const void * RTTI_NiMultiTargetTransformController = (void *)0x06161158; -const void * RTTI_NiNode = (void *)0x05EA4D20; -const void * RTTI_NiObjectNET = (void *)0x05E64990; -const void * RTTI_NiPathController = (void *)0x06161E30; -const void * RTTI_NiPathInterpolator = (void *)0x06161368; -const void * RTTI_NiPick__Results = (void *)0x06162FD0; -const void * RTTI_NiPoint3Interpolator = (void *)0x06161E58; -const void * RTTI_NiPointLight = (void *)0x06163D38; -const void * RTTI_NiPosData = (void *)0x06161320; -const void * RTTI_NiProperty = (void *)0x06163B20; -const void * RTTI_NiQuaternionInterpolator = (void *)0x06161E88; -const void * RTTI_NiRefObject = (void *)0x05E7A180; -const void * RTTI_NiRollController = (void *)0x06161EE0; -const void * RTTI_NiRotData = (void *)0x06161F08; -const void * RTTI_NiSequence = (void *)0x06161FF8; -const void * RTTI_NiSequenceStreamHelper = (void *)0x06162100; -const void * RTTI_NiSingleInterpController = (void *)0x06161290; -const void * RTTI_NiSkinData = (void *)0x06163D60; -const void * RTTI_NiSkinInstance = (void *)0x06163D88; -const void * RTTI_NiSkinPartition = (void *)0x06163DB0; -const void * RTTI_NiSpotLight = (void *)0x06163DD8; -const void * RTTI_NiStream = (void *)0x05F3D6A8; -const void * RTTI_NiStringExtraData = (void *)0x061626E8; -const void * RTTI_NiStringPalette = (void *)0x06162130; -const void * RTTI_NiStringsExtraData = (void *)0x06163E00; -const void * RTTI_NiSwitchNode = (void *)0x06162EF0; -const void * RTTI_NiTextKeyExtraData = (void *)0x06162158; -const void * RTTI_NiTimeController = (void *)0x05ED3550; -const void * RTTI_NiTransformController = (void *)0x06161260; -const void * RTTI_NiTransformData = (void *)0x06161700; -const void * RTTI_NiTransformInterpolator = (void *)0x061612C0; -const void * RTTI_NiTriBasedGeom = (void *)0x06163E30; -const void * RTTI_NiTriBasedGeomData = (void *)0x06163EA8; -const void * RTTI_NiTriShape = (void *)0x06163E80; -const void * RTTI_NiTriShapeData = (void *)0x06163ED8; -const void * RTTI_NiTriStrips = (void *)0x06163F00; -const void * RTTI_NiTriStripsData = (void *)0x06163F28; -const void * RTTI_NiUVData = (void *)0x06162188; -const void * RTTI_NiVisController = (void *)0x061621A8; -const void * RTTI_NightEyeEffect = (void *)0x05FFB590; -const void * RTTI_NonActorMagicCaster = (void *)0x05EC8E88; -const void * RTTI_NonActorMagicTarget = (void *)0x05DDE7B8; -const void * RTTI_NormalizeRotation = (void *)0x060C2DF0; -const void * RTTI_NormalizeRotationInstance = (void *)0x060C6520; -const void * RTTI_NullMovementSelectIdleResult = (void *)0x0610ECF0; -const void * RTTI_NullMovementState = (void *)0x060745F8; -const void * RTTI_NullPathBuilderTracker = (void *)0x0610A068; -const void * RTTI_ObjectAttachmentFormComponent = (void *)0x05EBBE20; -const void * RTTI_ObjectListItem = (void *)0x05F3FF50; -const void * RTTI_ObstacleTaskData = (void *)0x05F50AE0; -const void * RTTI_OpenContainerMenuMessage = (void *)0x05DDFE30; -const void * RTTI_OpenEffect = (void *)0x05FFB870; -const void * RTTI_OpenRefuelMenuMessage = (void *)0x05DE0270; -const void * RTTI_OpenShipCrewAssignMenuMessage = (void *)0x05DE0238; -const void * RTTI_OwnedCameraEffectController = (void *)0x05F2B1D0; -const void * RTTI_OwnedController = (void *)0x05EA55D0; -const void * RTTI_PackageCreator = (void *)0x05DFC098; -const void * RTTI_PackageList = (void *)0x05ED3AB8; -const void * RTTI_PackageLocation = (void *)0x05F4FED0; -const void * RTTI_PageFileBase = (void *)0x06000EF0; -const void * RTTI_PairCollector = (void *)0x05DD80B8; -const void * RTTI_PairedAnimation = (void *)0x060C6908; -const void * RTTI_PairedAnimationInstance = (void *)0x060C68D8; -const void * RTTI_PairedAttackDialogueHandler = (void *)0x060423E8; -const void * RTTI_PairedStopHandler = (void *)0x06041A38; -const void * RTTI_ParalysisEffect = (void *)0x05FFA540; -const void * RTTI_ParticleFormComponent = (void *)0x05EBC488; -const void * RTTI_ParticleParticleCollisionsTask = (void *)0x05DD7BF0; -const void * RTTI_ParticleParticleInterBranchCollisionsTask = (void *)0x05DD7C30; -const void * RTTI_ParticleParticleInterbranchSolveTask = (void *)0x05DD7B80; -const void * RTTI_ParticleParticleProcessEarlyOutStateTask = (void *)0x05DD7A58; -const void * RTTI_ParticleSequence = (void *)0x060C2E18; -const void * RTTI_ParticleSequenceInstance = (void *)0x060C6550; -const void * RTTI_ParticleSystemInterface = (void *)0x05ECF550; -const void * RTTI_Particles__AnimatedUVMaterialProperties = (void *)0x060F9BB0; -const void * RTTI_Particles__BaseCustomParameter = (void *)0x05F61C58; -const void * RTTI_Particles__BaseOperation = (void *)0x06101C50; -const void * RTTI_Particles__BaseParticleSystemItem = (void *)0x06101C80; -const void * RTTI_Particles__BoundProperty = (void *)0x060F9C20; -const void * RTTI_Particles__BundleInfo = (void *)0x06101BF0; -const void * RTTI_Particles__EmitterBinding = (void *)0x06105F38; -const void * RTTI_Particles__EmitterDefinition = (void *)0x06106568; -const void * RTTI_Particles__EmitterMaterialDependency = (void *)0x06101F10; -const void * RTTI_Particles__ForcesProperties = (void *)0x06102038; -const void * RTTI_Particles__GeometryAsShapeDependency = (void *)0x06101E68; -const void * RTTI_Particles__GeometryParticlesProperties = (void *)0x06101FF8; -const void * RTTI_Particles__GroupOperation = (void *)0x06101CB8; -const void * RTTI_Particles__ITimeMultiplierProvider = (void *)0x05F12C28; -const void * RTTI_Particles__Intrinsics__ApplyAngularVelocityParamSet = (void *)0x06103020; -const void * RTTI_Particles__Intrinsics__ApplyForcesToPositionParamSet = (void *)0x06102E50; -const void * RTTI_Particles__Intrinsics__ApplyForcesToVelocityParamSet = (void *)0x06102E00; -const void * RTTI_Particles__Intrinsics__ApplyVelocityToPositionParamSet = (void *)0x061029D0; -const void * RTTI_Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet = (void *)0x06102980; -const void * RTTI_Particles__Intrinsics__AssignmentOperationInput = (void *)0x06100F10; -const void * RTTI_Particles__Intrinsics__BindingNameInput = (void *)0x06102138; -const void * RTTI_Particles__Intrinsics__BoolBoolParamSet = (void *)0x06101488; -const void * RTTI_Particles__Intrinsics__BoolInput = (void *)0x06102268; -const void * RTTI_Particles__Intrinsics__BroadcastCollisionEventParamSet = (void *)0x06102880; -const void * RTTI_Particles__Intrinsics__ColorAlphaCurvesParamSet = (void *)0x06100E40; -const void * RTTI_Particles__Intrinsics__ColorColorColorParamSet = (void *)0x06101330; -const void * RTTI_Particles__Intrinsics__ColorColorFloatParamSet = (void *)0x061013C0; -const void * RTTI_Particles__Intrinsics__ColorCurveParamSet = (void *)0x06100E88; -const void * RTTI_Particles__Intrinsics__ColorFloatParamSet = (void *)0x06101378; -const void * RTTI_Particles__Intrinsics__ColorInput = (void *)0x06102230; -const void * RTTI_Particles__Intrinsics__ColorPickerMinMaxParamSet = (void *)0x06101290; -const void * RTTI_Particles__Intrinsics__ColorPickerParamSet = (void *)0x06101408; -const void * RTTI_Particles__Intrinsics__ConditionalJumpParamSet = (void *)0x06101000; -const void * RTTI_Particles__Intrinsics__ConditionalKillParamSet = (void *)0x06100C90; -const void * RTTI_Particles__Intrinsics__ConformToHeightmapParamSet = (void *)0x061017B0; -const void * RTTI_Particles__Intrinsics__ConformToHeightmapSimParamSet = (void *)0x06101760; -const void * RTTI_Particles__Intrinsics__CurveParamSet = (void *)0x06100EC8; -const void * RTTI_Particles__Intrinsics__CustomHandlingParamSet = (void *)0x06103250; -const void * RTTI_Particles__Intrinsics__CyclingVolumeParamSet = (void *)0x06101800; -const void * RTTI_Particles__Intrinsics__DebugAnimateParentTransform = (void *)0x06100DF0; -const void * RTTI_Particles__Intrinsics__DebugAttachToCamera = (void *)0x06100DA8; -const void * RTTI_Particles__Intrinsics__DebugMoveParentTransform = (void *)0x06101A60; -const void * RTTI_Particles__Intrinsics__DirectionAxisInput = (void *)0x061032E8; -const void * RTTI_Particles__Intrinsics__DirectionToRotation3DParamSet = (void *)0x06101570; -const void * RTTI_Particles__Intrinsics__Double3Double3Double3ParamSet = (void *)0x06100670; -const void * RTTI_Particles__Intrinsics__Double3Double3ParamSet = (void *)0x06100710; -const void * RTTI_Particles__Intrinsics__Double3Double3VectorParamSet = (void *)0x061006C0; -const void * RTTI_Particles__Intrinsics__Double3Input = (void *)0x06102430; -const void * RTTI_Particles__Intrinsics__EmissionTypeInput = (void *)0x06103328; -const void * RTTI_Particles__Intrinsics__ExpressionInputParamSet = (void *)0x061088B0; -const void * RTTI_Particles__Intrinsics__Float5ParamSet = (void *)0x06100A78; -const void * RTTI_Particles__Intrinsics__Float6ParamSet = (void *)0x06100A38; -const void * RTTI_Particles__Intrinsics__FloatBoolParamSet = (void *)0x061009F8; -const void * RTTI_Particles__Intrinsics__FloatColorParamSet = (void *)0x06101448; -const void * RTTI_Particles__Intrinsics__FloatFloatBoolParamSet = (void *)0x061009B0; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatColorParamSet = (void *)0x061012E0; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatParamSet = (void *)0x06100AC0; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatParamSet = (void *)0x06100C40; -const void * RTTI_Particles__Intrinsics__FloatFloatFloatVectorParamSet = (void *)0x06100BF0; -const void * RTTI_Particles__Intrinsics__FloatFloatParamSet = (void *)0x06100970; -const void * RTTI_Particles__Intrinsics__FloatInput = (void *)0x06102468; -const void * RTTI_Particles__Intrinsics__FloatMinMaxParamSet = (void *)0x06100B08; -const void * RTTI_Particles__Intrinsics__FloatUIntParamSet = (void *)0x06100930; -const void * RTTI_Particles__Intrinsics__FloatVector33MatrixParamSet = (void *)0x06100BA0; -const void * RTTI_Particles__Intrinsics__FloatVectorParamSet = (void *)0x061008A8; -const void * RTTI_Particles__Intrinsics__FloatVectorVectorParamSet = (void *)0x06101980; -const void * RTTI_Particles__Intrinsics__GenericResourceParamSet = (void *)0x061032A0; -const void * RTTI_Particles__Intrinsics__GeometryParticleKillParamSet = (void *)0x06103160; -const void * RTTI_Particles__Intrinsics__GeometryParticleParamSet = (void *)0x06103200; -const void * RTTI_Particles__Intrinsics__GeometryParticleUpdateParamSet = (void *)0x061031B0; -const void * RTTI_Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet = (void *)0x06103110; -const void * RTTI_Particles__Intrinsics__HexColorHexColorUIntParamSet = (void *)0x06101180; -const void * RTTI_Particles__Intrinsics__HexColorUIntParamSet = (void *)0x061011D0; -const void * RTTI_Particles__Intrinsics__HexUIntInput = (void *)0x061022A0; -const void * RTTI_Particles__Intrinsics__Input = (void *)0x061024E0; -const void * RTTI_Particles__Intrinsics__IntInput = (void *)0x06102350; -const void * RTTI_Particles__Intrinsics__JumpParamSet = (void *)0x06101048; -const void * RTTI_Particles__Intrinsics__KillParamSet = (void *)0x06100CD8; -const void * RTTI_Particles__Intrinsics__LODCurvedPropertyBaseParamSet = (void *)0x06101710; -const void * RTTI_Particles__Intrinsics__LODCurvedPropertyFloatParamSet = (void *)0x061016C0; -const void * RTTI_Particles__Intrinsics__MatrixInput = (void *)0x06102388; -const void * RTTI_Particles__Intrinsics__MatrixVectorVectorParamSet = (void *)0x06100F60; -const void * RTTI_Particles__Intrinsics__MeshSpawnDimensionInput = (void *)0x061020F0; -const void * RTTI_Particles__Intrinsics__NoOpDeclareBoolParamSet = (void *)0x06102FD0; -const void * RTTI_Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet = (void *)0x06102DB0; -const void * RTTI_Particles__Intrinsics__Noise2ParamSet = (void *)0x061007E8; -const void * RTTI_Particles__Intrinsics__Noise3ParamSet = (void *)0x061007A8; -const void * RTTI_Particles__Intrinsics__NoiseBaseParamSet = (void *)0x06100868; -const void * RTTI_Particles__Intrinsics__NoiseParamSet = (void *)0x06100828; -const void * RTTI_Particles__Intrinsics__NoiseTypeInput = (void *)0x06102070; -const void * RTTI_Particles__Intrinsics__OperationNameInput = (void *)0x06102178; -const void * RTTI_Particles__Intrinsics__OrbitAroundPointParamSet = (void *)0x061018A0; -const void * RTTI_Particles__Intrinsics__ParameterSetBase = (void *)0x061024A0; -const void * RTTI_Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet = (void *)0x061030C0; -const void * RTTI_Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet = (void *)0x06103070; -const void * RTTI_Particles__Intrinsics__PointInCylinderParamSet = (void *)0x06100FB0; -const void * RTTI_Particles__Intrinsics__PointInMeshParamSet = (void *)0x061018E8; -const void * RTTI_Particles__Intrinsics__PointOnAttachedSkeletonParamSet = (void *)0x06101850; -const void * RTTI_Particles__Intrinsics__RandomVariableParamSet = (void *)0x06100760; -const void * RTTI_Particles__Intrinsics__RandomVectorOnShapeParamSet = (void *)0x06101930; -const void * RTTI_Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet = (void *)0x06101520; -const void * RTTI_Particles__Intrinsics__ShapeTypeInput = (void *)0x061020B0; -const void * RTTI_Particles__Intrinsics__SharedAsset = (void *)0x06101E30; -const void * RTTI_Particles__Intrinsics__SharedAssociatedUID = (void *)0x06102558; -const void * RTTI_Particles__Intrinsics__SharedCollisionInfo = (void *)0x06102518; -const void * RTTI_Particles__Intrinsics__SharedColorAlphaCurves = (void *)0x06101CF0; -const void * RTTI_Particles__Intrinsics__SharedColorCurve = (void *)0x06101D38; -const void * RTTI_Particles__Intrinsics__SharedCurve = (void *)0x06101DB8; -const void * RTTI_Particles__Intrinsics__SharedCustomParameter = (void *)0x061025E0; -const void * RTTI_Particles__Intrinsics__SharedFiniteRandomNumberGenerator = (void *)0x06102730; -const void * RTTI_Particles__Intrinsics__SharedHeightmapData = (void *)0x06102598; -const void * RTTI_Particles__Intrinsics__SharedLODCurves = (void *)0x06102838; -const void * RTTI_Particles__Intrinsics__SharedMesh = (void *)0x06102800; -const void * RTTI_Particles__Intrinsics__SharedNoiseGenerator = (void *)0x06102780; -const void * RTTI_Particles__Intrinsics__SharedParticleSystemSpawnParameters = (void *)0x06102680; -const void * RTTI_Particles__Intrinsics__SharedRGBColorCurve = (void *)0x06101D78; -const void * RTTI_Particles__Intrinsics__SharedRandomVariableDistributionValues = (void *)0x061026D0; -const void * RTTI_Particles__Intrinsics__SharedRuntimeInfo = (void *)0x06101DF0; -const void * RTTI_Particles__Intrinsics__SharedSkeletonData = (void *)0x061027C0; -const void * RTTI_Particles__Intrinsics__SharedUpdateForcesParameters = (void *)0x06102630; -const void * RTTI_Particles__Intrinsics__SpawnParticleParamSet = (void *)0x06100D60; -const void * RTTI_Particles__Intrinsics__StringInput = (void *)0x061021B8; -const void * RTTI_Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet = (void *)0x06102A20; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet = (void *)0x06102A80; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet = (void *)0x06102AF0; -const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet = (void *)0x06102BC0; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet = (void *)0x06102C90; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet = (void *)0x06102CF0; -const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet = (void *)0x06102D50; -const void * RTTI_Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet = (void *)0x06102B50; -const void * RTTI_Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet = (void *)0x06102C20; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet = (void *)0x06102F10; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet = (void *)0x06102F70; -const void * RTTI_Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet = (void *)0x06102EA0; -const void * RTTI_Particles__Intrinsics__TransformStretchVectorToWorldParamSet = (void *)0x061028D0; -const void * RTTI_Particles__Intrinsics__TransformVelocityToWorldParamSet = (void *)0x06102930; -const void * RTTI_Particles__Intrinsics__UIntDivisionParamSet = (void *)0x06101100; -const void * RTTI_Particles__Intrinsics__UIntFloatParamSet = (void *)0x06101080; -const void * RTTI_Particles__Intrinsics__UIntInput = (void *)0x06102318; -const void * RTTI_Particles__Intrinsics__UIntMinMaxParamSet = (void *)0x061010C0; -const void * RTTI_Particles__Intrinsics__UIntUIntBoolParamSet = (void *)0x06101210; -const void * RTTI_Particles__Intrinsics__UIntUIntParamSet = (void *)0x06101250; -const void * RTTI_Particles__Intrinsics__UIntUIntUIntParamSet = (void *)0x06101140; -const void * RTTI_Particles__Intrinsics__UpdateChildParticleBindingsParamSet = (void *)0x06100D10; -const void * RTTI_Particles__Intrinsics__UpdateForcesParamSet = (void *)0x06108870; -const void * RTTI_Particles__Intrinsics__VariableInput = (void *)0x061022D8; -const void * RTTI_Particles__Intrinsics__Vector2Input = (void *)0x061023F8; -const void * RTTI_Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet = (void *)0x06100580; -const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x06100520; -const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x061004C0; -const void * RTTI_Particles__Intrinsics__Vector3Input = (void *)0x061023C0; -const void * RTTI_Particles__Intrinsics__Vector3MatrixParamSet = (void *)0x06100B50; -const void * RTTI_Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet = (void *)0x06100470; -const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x06101660; -const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x06101600; -const void * RTTI_Particles__Intrinsics__VectorFloatParamSet = (void *)0x06101A18; -const void * RTTI_Particles__Intrinsics__VectorFloatVectorParamSet = (void *)0x061019D0; -const void * RTTI_Particles__Intrinsics__VectorMinMaxParamSet = (void *)0x061015C0; -const void * RTTI_Particles__Intrinsics__VectorScaleAddParamSet = (void *)0x061014D0; -const void * RTTI_Particles__Intrinsics__VectorVectorFloatParamSet = (void *)0x061005D0; -const void * RTTI_Particles__Intrinsics__VectorVectorParamSet = (void *)0x061008F0; -const void * RTTI_Particles__Intrinsics__VectorVectorVectorParamSet = (void *)0x06100620; -const void * RTTI_Particles__Intrinsics__XMFLOAT4Input = (void *)0x061021F0; -const void * RTTI_Particles__ListFloatCurve = (void *)0x060F9BF0; -const void * RTTI_Particles__ListParticleCollisionInfo = (void *)0x05F61C90; -const void * RTTI_Particles__MaterialDBDependency = (void *)0x06101F50; -const void * RTTI_Particles__MaterialProperties = (void *)0x060F9B08; -const void * RTTI_Particles__MeshDependency = (void *)0x06101EE0; -const void * RTTI_Particles__ModelDBDependency = (void *)0x06101F88; -const void * RTTI_Particles__PSM__Commands__BaseParticleSystemRequest = (void *)0x06103E70; -const void * RTTI_Particles__PSM__Commands__RequestLoadResources = (void *)0x06103E20; -const void * RTTI_Particles__PSM__Commands__WaitForResourceLoad = (void *)0x06103DD0; -const void * RTTI_Particles__ParticleEmitterEngine = (void *)0x06106220; -const void * RTTI_Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding = (void *)0x06105FB0; -const void * RTTI_Particles__ParticleNodeManager = (void *)0x060FAA50; -const void * RTTI_Particles__ParticlePerformanceManager = (void *)0x06103758; -const void * RTTI_Particles__ParticleSystemManagerImpl = (void *)0x06103D90; -const void * RTTI_Particles__ParticleSystemManagerImpl__PSBinding = (void *)0x061037A0; -const void * RTTI_Particles__ParticleSystemStorage = (void *)0x060FB008; -const void * RTTI_Particles__PhysicsProperties = (void *)0x060F9B40; -const void * RTTI_Particles__PointInMeshDependency = (void *)0x06101EA8; -const void * RTTI_Particles__ResourceDependency = (void *)0x06101FC0; -const void * RTTI_Particles__SingleOperation = (void *)0x06101C20; -const void * RTTI_Particles__SystemBinding = (void *)0x060FB9B0; -const void * RTTI_Particles__SystemDefinition = (void *)0x060FB938; -const void * RTTI_Particles__TiledMaterialProperties = (void *)0x060F9B78; -const void * RTTI_PassengerInteraction = (void *)0x05F75B98; -const void * RTTI_PathFollowerAnimationMoveStart = (void *)0x06111838; -const void * RTTI_PathFollowerAnimationMoveStop = (void *)0x06111870; -const void * RTTI_PathFollowerStateFollowPathToParameter = (void *)0x06111718; -const void * RTTI_PathFollowerStateKeepLastDirection = (void *)0x06111758; -const void * RTTI_PathFollowerStatePerformAction = (void *)0x06111800; -const void * RTTI_PathFollowerStatePlayIdle = (void *)0x061116B0; -const void * RTTI_PathFollowerStateShortcut = (void *)0x06111798; -const void * RTTI_PathFollowerStateTurnToAngle = (void *)0x061116E0; -const void * RTTI_PathFollowerStateWaitForAction = (void *)0x061117C8; -const void * RTTI_PathManagerImpl = (void *)0x06109D28; -const void * RTTI_PathManagerPositionPlayerAdapter = (void *)0x06014758; -const void * RTTI_PathSmootherRayCastUsePreferredTris = (void *)0x06110438; -const void * RTTI_PathSmootherRayCastUseTrianglePath = (void *)0x061103F8; -const void * RTTI_Pathing = (void *)0x05F51A90; -const void * RTTI_PathingAnimations = (void *)0x060BA118; -const void * RTTI_PathingAnimationsInstance = (void *)0x060BA140; -const void * RTTI_PathingCell = (void *)0x05F51E88; -const void * RTTI_PathingCoverLocation = (void *)0x05F51A20; -const void * RTTI_PathingDoor = (void *)0x05F51EB0; -const void * RTTI_PathingLockData = (void *)0x05F51F00; -const void * RTTI_PathingNumericIDDuplicationVisitor = (void *)0x05F51F28; -const void * RTTI_PathingRequest = (void *)0x05EA1A40; -const void * RTTI_PathingRequestClosePoint = (void *)0x05F50B40; -const void * RTTI_PathingRequestClosestGoal = (void *)0x05F52908; -const void * RTTI_PathingRequestCover = (void *)0x05F52938; -const void * RTTI_PathingRequestFlee = (void *)0x05F52968; -const void * RTTI_PathingRequestFly = (void *)0x05F52998; -const void * RTTI_PathingRequestFlyAction = (void *)0x05F529C0; -const void * RTTI_PathingRequestFlyHover = (void *)0x05F529F0; -const void * RTTI_PathingRequestFlyLand = (void *)0x05F52A20; -const void * RTTI_PathingRequestFlyOrbit = (void *)0x05F52A50; -const void * RTTI_PathingRequestFlyTakeOff = (void *)0x05F52A80; -const void * RTTI_PathingRequestHide = (void *)0x05F52AB0; -const void * RTTI_PathingRequestLOS = (void *)0x05F52AE0; -const void * RTTI_PathingRequestOpenSpace = (void *)0x05EA1A10; -const void * RTTI_PathingRequestRotate = (void *)0x05F52B08; -const void * RTTI_PathingRequestSafeStraightLine = (void *)0x05F50C18; -const void * RTTI_PathingRequestStopMoving = (void *)0x05F52B38; -const void * RTTI_PathingSpace = (void *)0x05F51F68; -const void * RTTI_PathingStreamLoadGame = (void *)0x0602C018; -const void * RTTI_PathingStreamMasterFileRead = (void *)0x05EE5900; -const void * RTTI_PathingStreamSaveGame = (void *)0x0602C048; -const void * RTTI_PathingTraversalAction = (void *)0x05EE5C98; -const void * RTTI_PathingTraversalActionActivate = (void *)0x05EE5CC8; -const void * RTTI_PathingTraversalActionDoorway = (void *)0x05EE5D00; -const void * RTTI_PathingTraversalActionJump = (void *)0x05EE5D38; -const void * RTTI_PathingTraversalActionLadder = (void *)0x05EE5D70; -const void * RTTI_PathingTraversalActionStandard = (void *)0x05EE5DD8; -const void * RTTI_PathingTraversalData = (void *)0x05EE5E10; -const void * RTTI_PathingTraversalManager = (void *)0x05EE7688; -const void * RTTI_PauseMenu = (void *)0x05FE1DB8; -const void * RTTI_PauseMenuConfirmationDataModel = (void *)0x05F9A540; -const void * RTTI_PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle = (void *)0x05F9A580; -const void * RTTI_PauseMenuListDataModel = (void *)0x05F9A418; -const void * RTTI_PauseMenuListDataModel__PauseMenuListEventShuttle = (void *)0x05F9A450; -const void * RTTI_PauseMenuStateDataModel = (void *)0x05F9AB20; -const void * RTTI_PauseMenuStateDataModel__PauseMenuStateEventShuttle = (void *)0x05F9ABF0; -const void * RTTI_PauseMenu_ActionCanceled = (void *)0x05FE1F68; -const void * RTTI_PauseMenu_ConfirmAction = (void *)0x05FE1F98; -const void * RTTI_PauseMenu_ConfirmLoad = (void *)0x05FE1F08; -const void * RTTI_PauseMenu_ConfirmSave = (void *)0x05FE1E78; -const void * RTTI_PauseMenu_DeleteSave = (void *)0x05FE1ED8; -const void * RTTI_PauseMenu_QuitToDesktop = (void *)0x05FE1E48; -const void * RTTI_PauseMenu_SetCharacter = (void *)0x05FE1EA8; -const void * RTTI_PauseMenu_StartAction = (void *)0x05FE1FC8; -const void * RTTI_PauseMenu_StartLoad = (void *)0x05FE1F38; -const void * RTTI_PauseMenu_UploadSave = (void *)0x05FE1E18; -const void * RTTI_PeakValueModifierEffect = (void *)0x05DE0BC8; -const void * RTTI_PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter = (void *)0x060D27A0; -const void * RTTI_PenetrationUtils__hknpBSCommandStreamWriter = (void *)0x060D7400; -const void * RTTI_PerformActivationHandler = (void *)0x06042868; -const void * RTTI_PerformOpFunc = (void *)0x06162468; -const void * RTTI_PhotoGalleryMenu = (void *)0x05F7E4B8; -const void * RTTI_PhotoGalleryMenu__PhotoGalleryEventShuttle = (void *)0x05F7E390; -const void * RTTI_PhotoGallery_DeletePhoto = (void *)0x05F7E4E0; -const void * RTTI_PhotoModeCameraState = (void *)0x05F5C608; -const void * RTTI_PhotoModeDataModel = (void *)0x05F9B8C0; -const void * RTTI_PhotoModeDataModel__PhotoModeEventShuttle = (void *)0x05F9B8F0; -const void * RTTI_PhotoModeDataModel__PhotoModeOverlayData__ImageData = (void *)0x05F9B9F0; -const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__CategoryData = (void *)0x05F9B9A0; -const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__SettingData = (void *)0x05F9BB70; -const void * RTTI_PhotoModeEffectController = (void *)0x05F3EF90; -const void * RTTI_PhotoModeMenu = (void *)0x05FC9EB8; -const void * RTTI_PhotoMode_InitializeCategory = (void *)0x05FCA078; -const void * RTTI_PhotoMode_RefineSetting = (void *)0x05FC9F28; -const void * RTTI_PhotoMode_ResetToDefaults = (void *)0x05FCA048; -const void * RTTI_PhotoMode_SliderChanged = (void *)0x05FCA018; -const void * RTTI_PhotoMode_StepperChanged = (void *)0x05FC9FE8; -const void * RTTI_PhotoMode_TakeSnapshot = (void *)0x05FC9FB8; -const void * RTTI_PhotoMode_ToggleHelmet = (void *)0x05FC9F58; -const void * RTTI_PhotoMode_ToggleUI = (void *)0x05FC9F88; -const void * RTTI_PhotoMode__PhotoModeCaptureExportNode = (void *)0x05FC99D8; -const void * RTTI_PhysicsContactListener = (void *)0x060BA050; -const void * RTTI_PhysicsContactListenerInstance = (void *)0x060BA080; -const void * RTTI_PickNewIdleHandler = (void *)0x06041928; -const void * RTTI_PickpocketInventoryModel = (void *)0x05FCA7D8; -const void * RTTI_PickpocketItemData = (void *)0x05FCA808; -const void * RTTI_PickpocketMenu = (void *)0x05FCA3E8; -const void * RTTI_PickpocketMenu_OnItemSelect = (void *)0x05FCB8F0; -const void * RTTI_PickpocketStateData = (void *)0x05FCA838; -const void * RTTI_PipelineGenerationEventHandler = (void *)0x060131E8; -const void * RTTI_PitchOverrideEndHandler = (void *)0x06042B70; -const void * RTTI_PitchOverrideStartHandler = (void *)0x06042B40; -const void * RTTI_PlanetSiteSelectEventHelper = (void *)0x06013908; -const void * RTTI_PlasmaProjectile = (void *)0x05F61BE0; -const void * RTTI_PlatformDataModel = (void *)0x060F8DB8; -const void * RTTI_PlayBinkMenu = (void *)0x05FE22C8; -const void * RTTI_PlayBink_CloseMenu = (void *)0x05FE22F0; -const void * RTTI_PlayerBedEnterHandler = (void *)0x06041E58; -const void * RTTI_PlayerCamera = (void *)0x0607BCE8; -const void * RTTI_PlayerCameraTransitionState = (void *)0x0607BAC8; -const void * RTTI_PlayerChairEnterHandler = (void *)0x06041E00; -const void * RTTI_PlayerCharacter = (void *)0x06029AA0; -const void * RTTI_PlayerControls__AlternateAttackHandler = (void *)0x05F75EA0; -const void * RTTI_PlayerControls__AlternateFlightControlMode = (void *)0x05F75D30; -const void * RTTI_PlayerControls__AutoMoveHandler = (void *)0x05F75CC0; -const void * RTTI_PlayerControls__Base = (void *)0x05F77158; -const void * RTTI_PlayerControls__DebugCameraHandler = (void *)0x05F75CF8; -const void * RTTI_PlayerControls__FlightControlMode = (void *)0x05F75DF0; -const void * RTTI_PlayerControls__FlightMovementHandler = (void *)0x05F75DB0; -const void * RTTI_PlayerControls__GrabRotationHandler = (void *)0x05F75E28; -const void * RTTI_PlayerControls__GravJumpHandler = (void *)0x05F75E68; -const void * RTTI_PlayerControls__HeldStateHandler = (void *)0x05F75C18; -const void * RTTI_PlayerControls__JumpHandler = (void *)0x05F762A0; -const void * RTTI_PlayerControls__LookHandler = (void *)0x05F762D8; -const void * RTTI_PlayerControls__Manager = (void *)0x05F77968; -const void * RTTI_PlayerControls__MonocleHandler = (void *)0x05F76310; -const void * RTTI_PlayerControls__MovementHandler = (void *)0x05F76348; -const void * RTTI_PlayerControls__NvidiaStreamlineInputHandler = (void *)0x05F76380; -const void * RTTI_PlayerControls__PlayerCameraHandler = (void *)0x05F763C8; -const void * RTTI_PlayerControls__PlayerInputHandler = (void *)0x05F75C88; -const void * RTTI_PlayerControls__RunHandler = (void *)0x05F76408; -const void * RTTI_PlayerControls__ShieldHandler = (void *)0x05F76438; -const void * RTTI_PlayerControls__ShipEquipmentHandler = (void *)0x05F76470; -const void * RTTI_PlayerControls__SneakHandler = (void *)0x05F76670; -const void * RTTI_PlayerControls__SprintHandler = (void *)0x05F76AB8; -const void * RTTI_PlayerControls__StandardFlightControlMode = (void *)0x05F75D70; -const void * RTTI_PlayerControls__StarbornPowerHandler = (void *)0x05F778C8; -const void * RTTI_PlayerControls__TogglePOVHandler = (void *)0x05F76AF0; -const void * RTTI_PlayerControls__ToggleRunHandler = (void *)0x05F76B28; -const void * RTTI_PlayerControls__WeaponActionHandler = (void *)0x05F76B60; -const void * RTTI_PlayerControls__WeaponAttackHandler = (void *)0x05F76BA0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__NotTriggered = (void *)0x05DDFBF0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Triggered = (void *)0x05DDF9D0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic = (void *)0x05DDF8B0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst = (void *)0x05DDF860; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd = (void *)0x05DDFA80; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous = (void *)0x05DDF910; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage = (void *)0x05DDF970; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease = (void *)0x05DDFB40; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage = (void *)0x05DDFA20; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle = (void *)0x05DDF810; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease = (void *)0x05DDFAE0; -const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Unequipped = (void *)0x05DDFBA0; -const void * RTTI_PlayerControls__WeaponBlockActionHandler = (void *)0x05F77200; -const void * RTTI_PlayerControls__WeaponFocusHandler = (void *)0x05F77240; -const void * RTTI_PlayerControls__WeaponMeleeHandler = (void *)0x05F77278; -const void * RTTI_PlayerControls__WeaponReadyHandler = (void *)0x05F772B0; -const void * RTTI_PlayerControls__WeaponReloadHandler = (void *)0x05F772E8; -const void * RTTI_PlayerControls__WeaponSightedActionHandler = (void *)0x05F77630; -const void * RTTI_PlayerControls__ZKeyHandler = (void *)0x05F75C50; -const void * RTTI_PlayerDataModel = (void *)0x05F9DB00; -const void * RTTI_PlayerDataModel__PlayerDataEventShuttle = (void *)0x05F9D948; -const void * RTTI_PlayerFastEquipSoundHandler = (void *)0x0603E920; -const void * RTTI_PlayerFurnitureExitHandler = (void *)0x06042060; -const void * RTTI_PlayerInventoryDataModel = (void *)0x05F9DFD0; -const void * RTTI_PlayerInventoryItem = (void *)0x05F9DFA0; -const void * RTTI_PlayerRegionState = (void *)0x0602A318; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter = (void *)0x060142F8; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor = (void *)0x06014290; -const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor = (void *)0x06014220; -const void * RTTI_PlayerSpaceUtils__EventSink = (void *)0x060004A8; -const void * RTTI_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler = (void *)0x06000460; -const void * RTTI_PlayerSpaceUtils___unnamed_type_SpaceAsteroidsWorldStepListener_ = (void *)0x05E808D0; -const void * RTTI_PlayerStatusDataModel = (void *)0x05F9FA08; -const void * RTTI_PlayerStatusDataModel__PlayerStatusEventShuttle = (void *)0x05F9FB00; -const void * RTTI_PlayerTraversalState = (void *)0x06029C20; -const void * RTTI_PoseDeformerData = (void *)0x05F0CBB8; -const void * RTTI_PoseDeformerInstance = (void *)0x05F0CD30; -const void * RTTI_PostAttachActionsFunctor = (void *)0x06162438; -const void * RTTI_PostBoneModifierControl = (void *)0x060C2E40; -const void * RTTI_PostBoneModifierControlInstance = (void *)0x060C2E70; -const void * RTTI_PostStepTask = (void *)0x05DD7728; -const void * RTTI_PowerArmor__EventHandler = (void *)0x05E754F0; -const void * RTTI_PowerUtils__PowerUtilsReferenceEventSink = (void *)0x05E7C978; -const void * RTTI_PowersMenu = (void *)0x05F7F728; -const void * RTTI_PowersMenu_ActivateEssence = (void *)0x05F7F5A8; -const void * RTTI_PowersMenu_EquipPower = (void *)0x05F7F610; -const void * RTTI_PowersMenu_FavoritePower = (void *)0x05F7F5E0; -const void * RTTI_PowersMenu__PowersMenuEventShuttle = (void *)0x05F7F898; -const void * RTTI_PreStepTask = (void *)0x05DD7700; -const void * RTTI_Precipitation = (void *)0x05F3E560; -const void * RTTI_PrecipitationEffectController = (void *)0x05F3E588; -const void * RTTI_Preload__Manager = (void *)0x05F86930; -const void * RTTI_Preload__PostProcessDependencyNode = (void *)0x05F86958; -const void * RTTI_PreparePartitionTreeBuffers = (void *)0x05DD7A98; -const void * RTTI_Probe__ReflectionProbeRenderOptions = (void *)0x060E3078; -const void * RTTI_ProcessListMovementInterface = (void *)0x05E7A230; -const void * RTTI_ProcessLists = (void *)0x0602B208; -const void * RTTI_ProcessLists__GetActorsFilter = (void *)0x06006A10; -const void * RTTI_Projectile = (void *)0x05F61C08; -const void * RTTI_ProjectileLOSCollector = (void *)0x0604D1B8; -const void * RTTI_Projectile__Manager = (void *)0x06047040; -const void * RTTI_QuestDataModel = (void *)0x05FA08E8; -const void * RTTI_QuestDataModel__QuestGameEventShuttle = (void *)0x05FA0910; -const void * RTTI_QuestPathingRequest = (void *)0x05EE7A78; -const void * RTTI_QueuedCellAttachService = (void *)0x05EDD5F8; -const void * RTTI_QueuedCharacter = (void *)0x05ECCAF8; -const void * RTTI_QueuedExplosionArt = (void *)0x05ECC9B8; -const void * RTTI_QueuedFile = (void *)0x05EC0288; -const void * RTTI_QueuedLocationLoadTask = (void *)0x05F236F8; -const void * RTTI_QueuedPlayer = (void *)0x05ECC990; -const void * RTTI_QueuedPromoteLargeReferencesTask = (void *)0x05F22A30; -const void * RTTI_QueuedPromoteQuestTask = (void *)0x05F3C6A8; -const void * RTTI_QueuedPromoteReferencesTask = (void *)0x05EDA8C8; -const void * RTTI_QueuedReference = (void *)0x05ECCAD0; -const void * RTTI_QueuedReferenceCallbackNode = (void *)0x05ECCA10; -const void * RTTI_QuickSaveLoadHandler = (void *)0x060843D8; -const void * RTTI_REFREventCallbacks__IEventCallback = (void *)0x05F33DB8; -const void * RTTI_REFREventCallbacks__IEventCallbackFactory = (void *)0x05E7C938; -const void * RTTI_RagdollAndGetUpHandler = (void *)0x06042CE8; -const void * RTTI_RagdollFurnitureModifier = (void *)0x05F3D508; -const void * RTTI_RagdollGetUp = (void *)0x060C6A68; -const void * RTTI_RagdollGetUpInstance = (void *)0x060C6A38; -const void * RTTI_RagdollStartHandler = (void *)0x06042DD0; -const void * RTTI_RallyEffect = (void *)0x05FFBDC0; -const void * RTTI_RandomAnimationNode = (void *)0x060C7348; -const void * RTTI_RandomAnimationNodeInstance = (void *)0x060C7310; -const void * RTTI_RangedAimAssistImpl = (void *)0x05F5CBF8; -const void * RTTI_ReanimateEffect = (void *)0x05FFB898; -const void * RTTI_RecoilStopHandler = (void *)0x060420F0; -const void * RTTI_ReevaluateGraphStateHandler = (void *)0x06042710; -const void * RTTI_RefAttachTechniqueInput = (void *)0x05FFA3A8; -const void * RTTI_ReferenceEffect = (void *)0x05FFB538; -const void * RTTI_ReferenceEffectController = (void *)0x05EA55A0; -const void * RTTI_ReferenceEndAnimatedCameraHandler = (void *)0x0603E608; -const void * RTTI_ReferenceRunActionHandler = (void *)0x0603E798; -const void * RTTI_ReferenceStartAnimatedCameraHandler = (void *)0x0603E5C8; -const void * RTTI_ReferenceStartImagespaceModifierHandler = (void *)0x0603E510; -const void * RTTI_ReferenceStopImagespaceModifierHandler = (void *)0x0603E550; -const void * RTTI_ReflectionProbeCellComponent = (void *)0x05EAC788; -const void * RTTI_RefrInteraction = (void *)0x05F75BF0; -const void * RTTI_Refuel_Accept = (void *)0x05FD04E0; -const void * RTTI_Refuel_Cancel = (void *)0x05FD04B8; -const void * RTTI_RegSettingCollection = (void *)0x05FFE3F8; -const void * RTTI_ReloadCompleteHandler = (void *)0x06042680; -const void * RTTI_ReloadStateChangeHandler = (void *)0x060427D8; -const void * RTTI_RemoveRagdollHandler = (void *)0x06042DA0; -const void * RTTI_ResearchDataModel = (void *)0x05FA1D20; -const void * RTTI_ResearchDataModel__ResearchDataEventShuttle = (void *)0x05FA1D50; -const void * RTTI_ResearchMenu = (void *)0x05FCD248; -const void * RTTI_ResearchMenu_AddMaterial = (void *)0x05FCCC70; -const void * RTTI_ResearchMenu_CategorySelected = (void *)0x05FCCD10; -const void * RTTI_ResearchMenu_ExitMenu = (void *)0x05FCCC40; -const void * RTTI_ResearchMenu_HideModel = (void *)0x05FCCC10; -const void * RTTI_ResearchMenu_PreviewProject = (void *)0x05FCCCD8; -const void * RTTI_ResearchMenu_ProjectViewed = (void *)0x05FCCCA0; -const void * RTTI_ResearchMenu_SetInspectControls = (void *)0x05FCD2B0; -const void * RTTI_ResearchMenu_ToggleTrackingProject = (void *)0x05FCD270; -const void * RTTI_Research__Manager = (void *)0x06000C10; -const void * RTTI_Reset3DMobIterator = (void *)0x05F3A1F8; -const void * RTTI_ResetFloraEffect = (void *)0x05FFB7A8; -const void * RTTI_Reticle_OnLongAnimFinished = (void *)0x05FE3F80; -const void * RTTI_RevertSelectedSpellFunctor = (void *)0x06022F08; -const void * RTTI_RigMesh__BoneAttaches = (void *)0x060CFBC8; -const void * RTTI_RigMesh__BoneTranslations = (void *)0x060CFC28; -const void * RTTI_RigSwitch = (void *)0x060C2C80; -const void * RTTI_RigSwitchInstance = (void *)0x060C2CA0; -const void * RTTI_RightHandSpellCastHandler = (void *)0x060422D0; -const void * RTTI_RightHandSpellFireHandler = (void *)0x06042148; -const void * RTTI_RollingBone = (void *)0x060C69B8; -const void * RTTI_RollingBoneInstance = (void *)0x060C6988; -const void * RTTI_RootTwist = (void *)0x060C7078; -const void * RTTI_RootTwistInstance = (void *)0x060C7050; -const void * RTTI_RotationVariable = (void *)0x060C2CC8; -const void * RTTI_RotationVariableInstance = (void *)0x060C6580; -const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentBase = (void *)0x05EE0490; -const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentStorage = (void *)0x05EE04E0; -const void * RTTI_SKClosestHitCollector = (void *)0x05F36A10; -const void * RTTI_SWFToCodeFunctionHandler = (void *)0x05EBFB90; -const void * RTTI_SandManKillHandler = (void *)0x06042650; -const void * RTTI_SaveBufferStorageWrapper = (void *)0x06005BC0; -const void * RTTI_SaveFileStorageWrapper = (void *)0x06005B90; -const void * RTTI_SaveGameCollection = (void *)0x06001FA8; -const void * RTTI_SaveGameMagicCasterVisitor = (void *)0x06022F90; -const void * RTTI_SaveLoadMagicCasterVisitor = (void *)0x06023000; -const void * RTTI_SaveLoadTester__Service = (void *)0x06005298; -const void * RTTI_SaveLoad__BlockingIONode = (void *)0x05F3B808; -const void * RTTI_SaveLoad__CleanupService__Impl = (void *)0x05F82A78; -const void * RTTI_SaveStorageWrapperBase = (void *)0x06005B60; -const void * RTTI_ScalarAnimation = (void *)0x060B92D8; -const void * RTTI_ScaleformFile__MemoryFile = (void *)0x060F8F90; -const void * RTTI_Scaleform__AcquireInterface = (void *)0x060061B0; -const void * RTTI_Scaleform__AmpMovieObjectDesc = (void *)0x05E87B00; -const void * RTTI_Scaleform__BoolFormatter = (void *)0x05E887E0; -const void * RTTI_Scaleform__BufferedFile = (void *)0x05E89E80; -const void * RTTI_Scaleform__DefaultAcquireInterface = (void *)0x06006148; -const void * RTTI_Scaleform__DelegatedFile = (void *)0x05E89E50; -const void * RTTI_Scaleform__DoubleFormatter = (void *)0x05E88870; -const void * RTTI_Scaleform__Event = (void *)0x05E84318; -const void * RTTI_Scaleform__FILEFile = (void *)0x05E8C480; -const void * RTTI_Scaleform__FmtResource = (void *)0x05E88750; -const void * RTTI_Scaleform__GFx__AS3Support = (void *)0x05E9B8A8; -const void * RTTI_Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider = (void *)0x05E95DF0; -const void * RTTI_Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider = (void *)0x05E95E40; -const void * RTTI_Scaleform__GFx__AS3__ASRefCountCollector = (void *)0x05E8D6B8; -const void * RTTI_Scaleform__GFx__AS3__ASVM = (void *)0x05E8E208; -const void * RTTI_Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef = (void *)0x05E8E670; -const void * RTTI_Scaleform__GFx__AS3__AbcDataBuffer = (void *)0x05E9B8D8; -const void * RTTI_Scaleform__GFx__AS3__Abc__File = (void *)0x05E8D5C0; -const void * RTTI_Scaleform__GFx__AS3__ArrayBase = (void *)0x05E91D00; -const void * RTTI_Scaleform__GFx__AS3__AvmBitmap = (void *)0x05E8DD90; -const void * RTTI_Scaleform__GFx__AS3__AvmButton = (void *)0x05E8E740; -const void * RTTI_Scaleform__GFx__AS3__AvmDisplayObj = (void *)0x05E8DB60; -const void * RTTI_Scaleform__GFx__AS3__AvmInteractiveObj = (void *)0x05E8E1C8; -const void * RTTI_Scaleform__GFx__AS3__AvmLoader = (void *)0x05E8E778; -const void * RTTI_Scaleform__GFx__AS3__AvmMovieClip = (void *)0x05E8E4D0; -const void * RTTI_Scaleform__GFx__AS3__AvmSprite = (void *)0x05E8E498; -const void * RTTI_Scaleform__GFx__AS3__AvmStage = (void *)0x05E8E508; -const void * RTTI_Scaleform__GFx__AS3__AvmStaticText = (void *)0x05E8E7E8; -const void * RTTI_Scaleform__GFx__AS3__AvmTextField = (void *)0x05E8E820; -const void * RTTI_Scaleform__GFx__AS3__AvmTextField__CSSHolder = (void *)0x05E9B110; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctCalc = (void *)0x05E8DE00; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedName = (void *)0x05E8DE40; -const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue = (void *)0x05E8DE90; -const void * RTTI_Scaleform__GFx__AS3__Class = (void *)0x05E8D3B0; -const void * RTTI_Scaleform__GFx__AS3__ClassCallConstruct = (void *)0x05E8EC08; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__ClassClass = (void *)0x05E8ED60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__Traits = (void *)0x05E8D488; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__UserDefined = (void *)0x05E8ED20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError = (void *)0x05E903E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Array = (void *)0x05E8F920; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Boolean = (void *)0x05E8F7E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Catch = (void *)0x05E8F960; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Date = (void *)0x05E90468; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError = (void *)0x05E900D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Domain = (void *)0x05E8FA60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Error = (void *)0x05E90048; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__EvalError = (void *)0x05E90120; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Function = (void *)0x05E8EDA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Math = (void *)0x05E904E8; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Namespace = (void *)0x05E8F240; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Number = (void *)0x05E8F820; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Object = (void *)0x05E8EDE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__QName = (void *)0x05E8F9A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RangeError = (void *)0x05E90170; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError = (void *)0x05E901C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RegExp = (void *)0x05E8FF78; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SecurityError = (void *)0x05E90210; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__String = (void *)0x05E8F8E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError = (void *)0x05E90260; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__TypeError = (void *)0x05E902B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__URIError = (void *)0x05E90300; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError = (void *)0x05E90390; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__VerifyError = (void *)0x05E90340; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XML = (void *)0x05E8F9E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XMLList = (void *)0x05E8FA20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__int_ = (void *)0x05E8F860; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__uint = (void *)0x05E8F8A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__void_ = (void *)0x05E8FAA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility = (void *)0x05E9A180; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation = (void *)0x05E9A290; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties = (void *)0x05E9A3D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText = (void *)0x05E9A0C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection = (void *)0x05E9A120; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie = (void *)0x05E95A10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion = (void *)0x05E95500; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap = (void *)0x05E95BA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData = (void *)0x05E95B00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel = (void *)0x05E95E90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode = (void *)0x05E95D50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle = (void *)0x05E95F40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject = (void *)0x05E95790; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer = (void *)0x05E95FE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel = (void *)0x05E96370; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType = (void *)0x05E96410; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics = (void *)0x05E96500; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill = (void *)0x05E966E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill = (void *)0x05E967F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill = (void *)0x05E96900; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath = (void *)0x05E96A10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand = (void *)0x05E96CC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding = (void *)0x05E96D70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill = (void *)0x05E96B00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke = (void *)0x05E96C10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable = (void *)0x05E95D00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData = (void *)0x05E965A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill = (void *)0x05E965F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath = (void *)0x05E96640; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject = (void *)0x05E95C40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod = (void *)0x05E96E20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle = (void *)0x05E96ED0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode = (void *)0x05E96F70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Loader = (void *)0x05E960A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo = (void *)0x05E96230; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape = (void *)0x05E97060; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip = (void *)0x05E97240; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping = (void *)0x05E97380; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion = (void *)0x05E97890; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Scene = (void *)0x05E972E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shader = (void *)0x05E97980; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData = (void *)0x05E97930; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput = (void *)0x05E97BC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob = (void *)0x05E97B70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter = (void *)0x05E979D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType = (void *)0x05E97A20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision = (void *)0x05E97AD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shape = (void *)0x05E97420; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton = (void *)0x05E974C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod = (void *)0x05E97560; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite = (void *)0x05E97100; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Stage = (void *)0x05E96140; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign = (void *)0x05E97600; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState = (void *)0x05E976A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality = (void *)0x05E97750; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode = (void *)0x05E977F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError = (void *)0x05E98440; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError = (void *)0x05E983F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError = (void *)0x05E98340; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError = (void *)0x05E983A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError = (void *)0x05E98490; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError = (void *)0x05E984E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError = (void *)0x05E98540; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent = (void *)0x05E93200; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent = (void *)0x05E93B10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent = (void *)0x05E95250; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent = (void *)0x05E93C00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent = (void *)0x05E93D00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent = (void *)0x05E93DA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent = (void *)0x05E93910; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__Event = (void *)0x05E930D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher = (void *)0x05E90BF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase = (void *)0x05E94C00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent = (void *)0x05E945E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent = (void *)0x05E94CA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent = (void *)0x05E949A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent = (void *)0x05E94020; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase = (void *)0x05E951B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent = (void *)0x05E94D40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher = (void *)0x05E94AA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent = (void *)0x05E94E30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent = (void *)0x05E946D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent = (void *)0x05E94400; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent = (void *)0x05E93E40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent = (void *)0x05E947C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent = (void *)0x05E942E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent = (void *)0x05E944F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent = (void *)0x05E94F20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation = (void *)0x05E95460; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent = (void *)0x05E95350; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent = (void *)0x05E948B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent = (void *)0x05E94FD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent = (void *)0x05E93820; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent = (void *)0x05E950C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent = (void *)0x05E93F30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent = (void *)0x05E94170; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent = (void *)0x05E93A00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents = (void *)0x05E94B40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface = (void *)0x05E9BA90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter = (void *)0x05E98F90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter = (void *)0x05E98EA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality = (void *)0x05E99030; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType = (void *)0x05E990E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter = (void *)0x05E991D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter = (void *)0x05E992C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter = (void *)0x05E99380; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter = (void *)0x05E99440; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode = (void *)0x05E99500; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter = (void *)0x05E99610; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter = (void *)0x05E99710; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter = (void *)0x05E99810; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter = (void *)0x05E99920; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter = (void *)0x05E999E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform = (void *)0x05E985F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix = (void *)0x05E989F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D = (void *)0x05E98820; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection = (void *)0x05E98BC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Point = (void *)0x05E98A90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle = (void *)0x05E98C80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform = (void *)0x05E98D20; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D = (void *)0x05E98DC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D = (void *)0x05E986E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx = (void *)0x05E9C6E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions = (void *)0x05E9C550; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx = (void *)0x05E9CCD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager = (void *)0x05E9C4B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad = (void *)0x05E9CAF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent = (void *)0x05E9CB80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle = (void *)0x05E9D040; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx = (void *)0x05E9CF00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx = (void *)0x05E9D100; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx = (void *)0x05E9C780; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx = (void *)0x05E9CA50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent = (void *)0x05E9C5F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx = (void *)0x05E9C910; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx = (void *)0x05E9C380; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx = (void *)0x05E9CDC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx = (void *)0x05E9C820; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Camera = (void *)0x05E99A30; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info = (void *)0x05E99B10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone = (void *)0x05E99C00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Sound = (void *)0x05E99ED0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel = (void *)0x05E99D90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext = (void *)0x05E99F70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer = (void *)0x05E9A020; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform = (void *)0x05E99CA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter = (void *)0x05E90A60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference = (void *)0x05E90BA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList = (void *)0x05E90DF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput = (void *)0x05E90E40; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter = (void *)0x05E90EA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection = (void *)0x05E90F00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection = (void *)0x05E90FA0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding = (void *)0x05E91040; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Responder = (void *)0x05E910E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject = (void *)0x05E91180; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus = (void *)0x05E91300; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Socket = (void *)0x05E913B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader = (void *)0x05E914F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat = (void *)0x05E91680; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest = (void *)0x05E90CF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader = (void *)0x05E91770; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod = (void *)0x05E91810; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream = (void *)0x05E918B0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables = (void *)0x05E915E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket = (void *)0x05E91900; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer = (void *)0x05E9BB90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain = (void *)0x05E97C10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities = (void *)0x05E97D60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IME = (void *)0x05E97E00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode = (void *)0x05E97E90; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext = (void *)0x05E980C0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Security = (void *)0x05E98160; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain = (void *)0x05E97F80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel = (void *)0x05E98200; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__System = (void *)0x05E982A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType = (void *)0x05E9A490; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings = (void *)0x05E9A580; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__Font = (void *)0x05E9A660; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle = (void *)0x05E9A830; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontType = (void *)0x05E9A8D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType = (void *)0x05E9A970; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText = (void *)0x05E9AAB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet = (void *)0x05E9AC70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType = (void *)0x05E9ADB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode = (void *)0x05E9AE50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextField = (void *)0x05E9AF80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize = (void *)0x05E9B150; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType = (void *)0x05E9B1F0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat = (void *)0x05E9AD10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign = (void *)0x05E9B290; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics = (void *)0x05E9B070; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer = (void *)0x05E9B330; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot = (void *)0x05E9B420; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu = (void *)0x05E9BF50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x05E9BCD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems = (void *)0x05E9BDF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem = (void *)0x05E9BEB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation = (void *)0x05E9C080; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard = (void *)0x05E9BFF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse = (void *)0x05E9C120; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor = (void *)0x05E9C1A0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch = (void *)0x05E9C240; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode = (void *)0x05E9C2E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray = (void *)0x05E92AF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary = (void *)0x05E92C80; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian = (void *)0x05E92D70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput = (void *)0x05E92E00; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput = (void *)0x05E92E50; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable = (void *)0x05E92CD0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy = (void *)0x05E92EF0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer = (void *)0x05E92FE0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector = (void *)0x05E91950; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String = (void *)0x05E91C60; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double = (void *)0x05E91C10; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int = (void *)0x05E91B70; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object = (void *)0x05E91CB0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint = (void *)0x05E91BC0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument = (void *)0x05E9D2D0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode = (void *)0x05E9D1E0; -const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType = (void *)0x05E9D370; -const void * RTTI_Scaleform__GFx__AS3__Classes__ClassClass = (void *)0x05E8EC48; -const void * RTTI_Scaleform__GFx__AS3__Classes__UDBase = (void *)0x05E8D918; -const void * RTTI_Scaleform__GFx__AS3__Classes__UserDefined = (void *)0x05E8EC88; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Array = (void *)0x05E8F5B8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Boolean = (void *)0x05E8F488; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Catch = (void *)0x05E8F5F8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Date = (void *)0x05E8F678; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Domain = (void *)0x05E909E8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Error = (void *)0x05E8F638; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Function = (void *)0x05E8EF98; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Math = (void *)0x05E8F6B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Namespace = (void *)0x05E8F2D8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Number = (void *)0x05E8F4C8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Object = (void *)0x05E8EE68; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__QName = (void *)0x05E8F728; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__RegExp = (void *)0x05E8F6E8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__String = (void *)0x05E8F578; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XML = (void *)0x05E8F768; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XMLList = (void *)0x05E8F7A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__int_ = (void *)0x05E8F508; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl__uint = (void *)0x05E8F540; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility = (void *)0x05E9A1E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion = (void *)0x05E95560; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel = (void *)0x05E95EF0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BlendMode = (void *)0x05E95DA0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__CapsStyle = (void *)0x05E95F90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GradientType = (void *)0x05E96460; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand = (void *)0x05E96D20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding = (void *)0x05E96DD0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod = (void *)0x05E96E80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__JointStyle = (void *)0x05E96F20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode = (void *)0x05E96FC0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo = (void *)0x05E962D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping = (void *)0x05E973D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SWFVersion = (void *)0x05E978E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType = (void *)0x05E97A80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision = (void *)0x05E97B20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod = (void *)0x05E975B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__Stage = (void *)0x05E961E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageAlign = (void *)0x05E97650; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState = (void *)0x05E97700; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageQuality = (void *)0x05E977A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode = (void *)0x05E97840; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent = (void *)0x05E932C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent = (void *)0x05E93B60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent = (void *)0x05E95300; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent = (void *)0x05E93CB0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent = (void *)0x05E93D50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__DataEvent = (void *)0x05E93DF0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent = (void *)0x05E939B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__Event = (void *)0x05E93170; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher = (void *)0x05E93310; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventPhase = (void *)0x05E94C50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FocusEvent = (void *)0x05E94680; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent = (void *)0x05E94CF0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent = (void *)0x05E94A50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GestureEvent = (void *)0x05E940C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GesturePhase = (void *)0x05E95200; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent = (void *)0x05E94D90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IMEEvent = (void *)0x05E94ED0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent = (void *)0x05E94770; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent = (void *)0x05E944A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__MouseEvent = (void *)0x05E93EE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent = (void *)0x05E94860; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent = (void *)0x05E943A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent = (void *)0x05E94590; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent = (void *)0x05E94F80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientation = (void *)0x05E954B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent = (void *)0x05E95410; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StatusEvent = (void *)0x05E94950; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SyncEvent = (void *)0x05E95020; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TextEvent = (void *)0x05E938C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TimerEvent = (void *)0x05E95160; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TouchEvent = (void *)0x05E93FD0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent = (void *)0x05E94230; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent = (void *)0x05E93AC0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface = (void *)0x05E9BAF0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality = (void *)0x05E99090; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType = (void *)0x05E99130; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode = (void *)0x05E99560; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Point = (void *)0x05E98B28; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Utils3D = (void *)0x05E98E10; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Vector3D = (void *)0x05E98780; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx = (void *)0x05E9C730; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__Extensions = (void *)0x05E9C5A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager = (void *)0x05E9C500; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePad = (void *)0x05E9CB38; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent = (void *)0x05E9CC30; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx = (void *)0x05E9CFA0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx = (void *)0x05E9D148; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx = (void *)0x05E9C7D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent = (void *)0x05E9C690; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx = (void *)0x05E9C9B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx = (void *)0x05E9C3D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx = (void *)0x05E9CE60; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx = (void *)0x05E9C870; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Camera = (void *)0x05E99A80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Microphone = (void *)0x05E99C50; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__SoundMixer = (void *)0x05E9A070; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding = (void *)0x05E91090; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObject = (void *)0x05E91220; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus = (void *)0x05E91360; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat = (void *)0x05E916D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod = (void *)0x05E91860; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer = (void *)0x05E9BC30; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain = (void *)0x05E97D10; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Capabilities = (void *)0x05E97DB0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IME = (void *)0x05E97E48; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode = (void *)0x05E97EE0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Security = (void *)0x05E981B0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain = (void *)0x05E98020; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel = (void *)0x05E98250; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__System = (void *)0x05E982F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType = (void *)0x05E9A4E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__Font = (void *)0x05E9A6F8; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontStyle = (void *)0x05E9A880; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontType = (void *)0x05E9A920; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__GridFitType = (void *)0x05E9A9C0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextColorType = (void *)0x05E9AE00; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode = (void *)0x05E9AEA0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextField = (void *)0x05E9B020; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize = (void *)0x05E9B1A0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldType = (void *)0x05E9B240; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign = (void *)0x05E9B2E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextRenderer = (void *)0x05E9B380; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation = (void *)0x05E9C0D0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Keyboard = (void *)0x05E9C038; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Mouse = (void *)0x05E9C160; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor = (void *)0x05E9C1F0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Multitouch = (void *)0x05E9C290; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode = (void *)0x05E9C330; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__ByteArray = (void *)0x05E92B90; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__Endian = (void *)0x05E92DC0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector = (void *)0x05E91998; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_String = (void *)0x05E91AD0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_double = (void *)0x05E91A80; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_int = (void *)0x05E919E0; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_object = (void *)0x05E91B20; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint = (void *)0x05E91A30; -const void * RTTI_Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType = (void *)0x05E9D3C0; -const void * RTTI_Scaleform__GFx__AS3__DoAbc = (void *)0x05E9BA58; -const void * RTTI_Scaleform__GFx__AS3__FlashUI = (void *)0x05E8DAF8; -const void * RTTI_Scaleform__GFx__AS3__FrameCounter = (void *)0x05E8E7B0; -const void * RTTI_Scaleform__GFx__AS3__GASRefCountBase = (void *)0x05E8D2F0; -const void * RTTI_Scaleform__GFx__AS3__IMEManager = (void *)0x05E9D778; -const void * RTTI_Scaleform__GFx__AS3__Impl__ArrayFunc = (void *)0x05E8DDC8; -const void * RTTI_Scaleform__GFx__AS3__Impl__Value2NumberCollector = (void *)0x05E8FD40; -const void * RTTI_Scaleform__GFx__AS3__Impl__Value2StrCollector = (void *)0x05E8FD00; -const void * RTTI_Scaleform__GFx__AS3__Impl__ValuePtrCollector = (void *)0x05E8FCC0; -const void * RTTI_Scaleform__GFx__AS3__Instance = (void *)0x05E8D8A8; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Activation = (void *)0x05E8F1F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Anonimous = (void *)0x05E8DA20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__CTraits = (void *)0x05E8D950; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__ClassClass = (void *)0x05E8F440; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Interface = (void *)0x05E8EEB0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Prototype = (void *)0x05E8D9D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__RTraits = (void *)0x05E8D990; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Traits = (void *)0x05E8D678; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__UserDefined = (void *)0x05E8EAF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Array = (void *)0x05E8FC80; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Boolean = (void *)0x05E8FEA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Catch = (void *)0x05E8FBA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Date = (void *)0x05E904A8; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Domain = (void *)0x05E909A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Error = (void *)0x05E90090; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Function = (void *)0x05E8EF00; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject = (void *)0x05E8FBE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript = (void *)0x05E8FC30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd = (void *)0x05E8F150; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Namespace = (void *)0x05E8F290; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Number = (void *)0x05E8FDD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Object = (void *)0x05E8EE20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__QName = (void *)0x05E8FB60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__RegExp = (void *)0x05E8FFC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__String = (void *)0x05E8FEF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Thunk = (void *)0x05E8F110; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction = (void *)0x05E8EF50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd = (void *)0x05E8F1A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XML = (void *)0x05E90528; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XMLList = (void *)0x05E90710; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__int_ = (void *)0x05E8FE18; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__uint = (void *)0x05E8FE58; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation = (void *)0x05E9A300; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties = (void *)0x05E9A430; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie = (void *)0x05E95A60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap = (void *)0x05E95BF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData = (void *)0x05E95B50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject = (void *)0x05E957E0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer = (void *)0x05E96040; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel = (void *)0x05E963C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics = (void *)0x05E96550; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill = (void *)0x05E96740; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill = (void *)0x05E96840; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill = (void *)0x05E96960; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath = (void *)0x05E96A60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill = (void *)0x05E96B60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke = (void *)0x05E96C60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject = (void *)0x05E95CA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader = (void *)0x05E960F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo = (void *)0x05E96280; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape = (void *)0x05E970B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip = (void *)0x05E97290; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene = (void *)0x05E97330; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape = (void *)0x05E97470; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton = (void *)0x05E97510; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite = (void *)0x05E97150; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage = (void *)0x05E96190; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent = (void *)0x05E93260; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent = (void *)0x05E952A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent = (void *)0x05E93C50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent = (void *)0x05E93960; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__Event = (void *)0x05E93120; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher = (void *)0x05E90C90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent = (void *)0x05E94630; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent = (void *)0x05E949F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent = (void *)0x05E94070; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent = (void *)0x05E94E80; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent = (void *)0x05E94720; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent = (void *)0x05E94450; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent = (void *)0x05E93E90; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent = (void *)0x05E94810; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent = (void *)0x05E94340; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent = (void *)0x05E94540; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent = (void *)0x05E953B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent = (void *)0x05E94900; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent = (void *)0x05E93870; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent = (void *)0x05E95110; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent = (void *)0x05E93F80; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent = (void *)0x05E941D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent = (void *)0x05E93A60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents = (void *)0x05E94BA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter = (void *)0x05E98FE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter = (void *)0x05E98EF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter = (void *)0x05E99220; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter = (void *)0x05E99320; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter = (void *)0x05E994A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter = (void *)0x05E99660; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter = (void *)0x05E99760; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter = (void *)0x05E99870; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter = (void *)0x05E99980; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform = (void *)0x05E98640; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix = (void *)0x05E98A40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D = (void *)0x05E98870; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection = (void *)0x05E98C20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point = (void *)0x05E98AE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle = (void *)0x05E98CD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform = (void *)0x05E98D70; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D = (void *)0x05E98730; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx = (void *)0x05E9CD20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent = (void *)0x05E9CBD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle = (void *)0x05E9D0A0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx = (void *)0x05E9CF50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx = (void *)0x05E9CAA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent = (void *)0x05E9C640; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx = (void *)0x05E9C960; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx = (void *)0x05E9CE10; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info = (void *)0x05E99B60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound = (void *)0x05E99F20; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel = (void *)0x05E99DE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext = (void *)0x05E99FC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform = (void *)0x05E99CF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference = (void *)0x05E90C40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection = (void *)0x05E90FF0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject = (void *)0x05E911D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket = (void *)0x05E91400; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader = (void *)0x05E91540; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest = (void *)0x05E90D40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader = (void *)0x05E917C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables = (void *)0x05E91630; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer = (void *)0x05E9BBE0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain = (void *)0x05E97CB0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext = (void *)0x05E98110; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain = (void *)0x05E97FD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings = (void *)0x05E9A5D0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__Font = (void *)0x05E9A6B0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText = (void *)0x05E9AB00; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet = (void *)0x05E9ACC0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField = (void *)0x05E9AFD0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat = (void *)0x05E9AD60; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics = (void *)0x05E9B0C0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot = (void *)0x05E9B470; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu = (void *)0x05E9BFA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x05E9BD30; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems = (void *)0x05E9BE50; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray = (void *)0x05E92B40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary = (void *)0x05E92AA0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy = (void *)0x05E92F40; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer = (void *)0x05E93030; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String = (void *)0x05E92850; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double = (void *)0x05E92630; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int = (void *)0x05E921F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object = (void *)0x05E928F0; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint = (void *)0x05E92410; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument = (void *)0x05E9D320; -const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode = (void *)0x05E9D230; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Array = (void *)0x05E8EB38; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGet = (void *)0x05E908D8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGetFirst = (void *)0x05E90800; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Catch = (void *)0x05E8FD88; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__CheckTypeTF = (void *)0x05E8F0C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGet = (void *)0x05E90898; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGetFirst = (void *)0x05E90850; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Date = (void *)0x05E90428; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Domain = (void *)0x05E90958; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__EmptyCallBack = (void *)0x05E907B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Error = (void *)0x05E90008; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Function = (void *)0x05E8F028; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionAOT = (void *)0x05E8EFE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionBase = (void *)0x05E8DA70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObject = (void *)0x05E8EA60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP = (void *)0x05E8EBC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript = (void *)0x05E8ECD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ListGet = (void *)0x05E90918; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Namespace = (void *)0x05E8EAA8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Object = (void *)0x05E8DAB8; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__QName = (void *)0x05E8FB20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__RegExp = (void *)0x05E8FF38; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ThunkFunction = (void *)0x05E8F070; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XML = (void *)0x05E8FAE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLAttr = (void *)0x05E905F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLComment = (void *)0x05E90680; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement = (void *)0x05E90570; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack = (void *)0x05E906C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList = (void *)0x05E8EB78; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack = (void *)0x05E90760; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLProcInstr = (void *)0x05E90630; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLText = (void *)0x05E905B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation = (void *)0x05E9A230; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties = (void *)0x05E9A370; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie = (void *)0x05E959C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Bitmap = (void *)0x05E95880; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__BitmapData = (void *)0x05E95AB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObject = (void *)0x05E955F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer = (void *)0x05E95690; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__FrameLabel = (void *)0x05E96320; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Graphics = (void *)0x05E964B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill = (void *)0x05E96690; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill = (void *)0x05E967A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill = (void *)0x05E968A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath = (void *)0x05E969C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill = (void *)0x05E96AB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke = (void *)0x05E96BC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject = (void *)0x05E956F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Loader = (void *)0x05E95830; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo = (void *)0x05E95640; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MorphShape = (void *)0x05E97010; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MovieClip = (void *)0x05E971A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Scene = (void *)0x05E971F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Shape = (void *)0x05E958D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__SimpleButton = (void *)0x05E95920; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Sprite = (void *)0x05E95970; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Stage = (void *)0x05E95740; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent = (void *)0x05E931B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent = (void *)0x05E93630; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent = (void *)0x05E93BB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent = (void *)0x05E93590; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__Event = (void *)0x05E93080; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher = (void *)0x05E90B00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__FocusEvent = (void *)0x05E93400; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent = (void *)0x05E93780; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GestureEvent = (void *)0x05E934A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IMEEvent = (void *)0x05E94DE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent = (void *)0x05E93540; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent = (void *)0x05E933B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__MouseEvent = (void *)0x05E93360; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent = (void *)0x05E936E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent = (void *)0x05E94280; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent = (void *)0x05E934F0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent = (void *)0x05E93680; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StatusEvent = (void *)0x05E93730; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TextEvent = (void *)0x05E935E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TimerEvent = (void *)0x05E95070; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TouchEvent = (void *)0x05E93450; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent = (void *)0x05E94110; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent = (void *)0x05E937D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents = (void *)0x05E94AF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter = (void *)0x05E98F40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter = (void *)0x05E98E50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter = (void *)0x05E99180; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter = (void *)0x05E99270; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter = (void *)0x05E993E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter = (void *)0x05E995C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter = (void *)0x05E996C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter = (void *)0x05E997B0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter = (void *)0x05E998D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform = (void *)0x05E985A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix = (void *)0x05E989A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D = (void *)0x05E987D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection = (void *)0x05E98B70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Point = (void *)0x05E98960; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Rectangle = (void *)0x05E988C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Transform = (void *)0x05E98910; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Vector3D = (void *)0x05E98690; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx = (void *)0x05E9CC80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent = (void *)0x05E9C460; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle = (void *)0x05E9CFF0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx = (void *)0x05E9CEB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx = (void *)0x05E9CA00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent = (void *)0x05E9C410; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx = (void *)0x05E9C8C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx = (void *)0x05E9CD70; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__ID3Info = (void *)0x05E99AC0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__Sound = (void *)0x05E99E30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundChannel = (void *)0x05E99D40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext = (void *)0x05E99E80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundTransform = (void *)0x05E99BB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__FileReference = (void *)0x05E90AB0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__NetConnection = (void *)0x05E90F50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SharedObject = (void *)0x05E91130; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__Socket = (void *)0x05E912C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketReader = (void *)0x05E914A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketWriter = (void *)0x05E91450; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLLoader = (void *)0x05E91270; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequest = (void *)0x05E90B50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader = (void *)0x05E91720; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLVariables = (void *)0x05E91590; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer = (void *)0x05E9BB40; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain = (void *)0x05E97C60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__LoaderContext = (void *)0x05E98070; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain = (void *)0x05E97F30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__CSMSettings = (void *)0x05E9A530; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__Font = (void *)0x05E9A620; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StaticText = (void *)0x05E9AA60; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StyleSheet = (void *)0x05E9ABD0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextField = (void *)0x05E9A740; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextFormat = (void *)0x05E9AC20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics = (void *)0x05E9AF30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot = (void *)0x05E9B3D0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu = (void *)0x05E9BF00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems = (void *)0x05E9BC80; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems = (void *)0x05E9BD90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAReader = (void *)0x05E92C30; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc = (void *)0x05E92D20; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAWriter = (void *)0x05E92BE0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__ByteArray = (void *)0x05E92A00; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Dictionary = (void *)0x05E92A50; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Proxy = (void *)0x05E92EA0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Timer = (void *)0x05E92F90; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_String = (void *)0x05E92800; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_double = (void *)0x05E925E0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_int = (void *)0x05E921A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_object = (void *)0x05E928A0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint = (void *)0x05E923C0; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument = (void *)0x05E9D280; -const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLNode = (void *)0x05E9D190; -const void * RTTI_Scaleform__GFx__AS3__IntervalTimer = (void *)0x05E8E898; -const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntry = (void *)0x05E8E5E0; -const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie = (void *)0x05E8E620; -const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl = (void *)0x05E9B9C8; -const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit = (void *)0x05E9BA10; -const void * RTTI_Scaleform__GFx__AS3__MovieDefRootNode = (void *)0x05E8E6B8; -const void * RTTI_Scaleform__GFx__AS3__MovieRoot = (void *)0x05E8DC40; -const void * RTTI_Scaleform__GFx__AS3__MovieRoot__StickyVarNode = (void *)0x05E8E700; -const void * RTTI_Scaleform__GFx__AS3__NamespaceInstanceFactory = (void *)0x05E8F320; -const void * RTTI_Scaleform__GFx__AS3__NamespaceSet = (void *)0x05E8D870; -const void * RTTI_Scaleform__GFx__AS3__NotifyLoadInitCandidateList = (void *)0x05E9D7B0; -const void * RTTI_Scaleform__GFx__AS3__NullObject = (void *)0x05E90A28; -const void * RTTI_Scaleform__GFx__AS3__Object = (void *)0x05E8D2C0; -const void * RTTI_Scaleform__GFx__AS3__SerializeArrDense = (void *)0x05E8DF18; -const void * RTTI_Scaleform__GFx__AS3__SerializeArrSparse = (void *)0x05E8DED8; -const void * RTTI_Scaleform__GFx__AS3__ShapeObject = (void *)0x05E8E238; -const void * RTTI_Scaleform__GFx__AS3__Slots__SlotFunct = (void *)0x05E8D8E0; -const void * RTTI_Scaleform__GFx__AS3__SocketBuffer = (void *)0x05E8E8D0; -const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr = (void *)0x05E8E540; -const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo = (void *)0x05E8E910; -const void * RTTI_Scaleform__GFx__AS3__Stage = (void *)0x05E8DC10; -const void * RTTI_Scaleform__GFx__AS3__TextSnapshotGlyphVisitor = (void *)0x05E9B4C0; -const void * RTTI_Scaleform__GFx__AS3__Tracer = (void *)0x05E8D590; -const void * RTTI_Scaleform__GFx__AS3__Traits = (void *)0x05E8D4C8; -const void * RTTI_Scaleform__GFx__AS3__UserDefinedFunction = (void *)0x05E8E858; -const void * RTTI_Scaleform__GFx__AS3__VM = (void *)0x05E8D3E0; -const void * RTTI_Scaleform__GFx__AS3__VMAbcFile = (void *)0x05E8D528; -const void * RTTI_Scaleform__GFx__AS3__VMAppDomain = (void *)0x05E8D450; -const void * RTTI_Scaleform__GFx__AS3__VMFile = (void *)0x05E8D560; -const void * RTTI_Scaleform__GFx__AS3__XMLSupport = (void *)0x05E8DB28; -const void * RTTI_Scaleform__GFx__AS3__XMLSupportImpl = (void *)0x05E8DD58; -const void * RTTI_Scaleform__GFx__ASIMEManager = (void *)0x05E9D5C8; -const void * RTTI_Scaleform__GFx__ASIMEManager__IMEFuncHandler = (void *)0x05E886E0; -const void * RTTI_Scaleform__GFx__ASIntervalTimerIntf = (void *)0x05E8E2B8; -const void * RTTI_Scaleform__GFx__ASMovieRootBase = (void *)0x05E8DC78; -const void * RTTI_Scaleform__GFx__ASStringManager = (void *)0x05E84938; -const void * RTTI_Scaleform__GFx__AvmDisplayObjBase = (void *)0x05E8DBD8; -const void * RTTI_Scaleform__GFx__Button = (void *)0x05E9B508; -const void * RTTI_Scaleform__GFx__ButtonDef = (void *)0x05E8A638; -const void * RTTI_Scaleform__GFx__Clipboard = (void *)0x05E89B90; -const void * RTTI_Scaleform__GFx__ConstShapeNoStyles = (void *)0x05E87540; -const void * RTTI_Scaleform__GFx__ConstShapeWithStyles = (void *)0x05E88DE8; -const void * RTTI_Scaleform__GFx__DefaultFontLibNameState = (void *)0x05E89EE0; -const void * RTTI_Scaleform__GFx__DisplayObjContainer = (void *)0x05E87B98; -const void * RTTI_Scaleform__GFx__DisplayObject = (void *)0x05E86D58; -const void * RTTI_Scaleform__GFx__DisplayObjectBase = (void *)0x05E86BE0; -const void * RTTI_Scaleform__GFx__DrawText = (void *)0x05E9D440; -const void * RTTI_Scaleform__GFx__DrawTextImpl = (void *)0x05E9D408; -const void * RTTI_Scaleform__GFx__DrawTextManager = (void *)0x05E9D530; -const void * RTTI_Scaleform__GFx__DrawingContext = (void *)0x05E880D0; -const void * RTTI_Scaleform__GFx__DrawingContext__PackedShape = (void *)0x05E88298; -const void * RTTI_Scaleform__GFx__ExecuteTag = (void *)0x05E87048; -const void * RTTI_Scaleform__GFx__FontCompactor = (void *)0x05E8CA88; -const void * RTTI_Scaleform__GFx__FontData = (void *)0x05E8A180; -const void * RTTI_Scaleform__GFx__FontDataBound = (void *)0x05E8A368; -const void * RTTI_Scaleform__GFx__FontDataCompactedGfx = (void *)0x05E8A240; -const void * RTTI_Scaleform__GFx__FontDataCompactedSwf = (void *)0x05E8A200; -const void * RTTI_Scaleform__GFx__FontGlyphPacker = (void *)0x05E8A668; -const void * RTTI_Scaleform__GFx__FontHandle = (void *)0x05E88368; -const void * RTTI_Scaleform__GFx__FontLib = (void *)0x05E89EB0; -const void * RTTI_Scaleform__GFx__FontManager = (void *)0x05E884D0; -const void * RTTI_Scaleform__GFx__FontManagerStates = (void *)0x05E841A0; -const void * RTTI_Scaleform__GFx__FontMap = (void *)0x05E8B9D0; -const void * RTTI_Scaleform__GFx__FontResource = (void *)0x05E8A048; -const void * RTTI_Scaleform__GFx__FontResourceCreator = (void *)0x05E87758; -const void * RTTI_Scaleform__GFx__FunctionHandler = (void *)0x05EBFCD8; -const void * RTTI_Scaleform__GFx__GFxInitImportActions = (void *)0x05E88DA8; -const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyData = (void *)0x05E87578; -const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyInterface = (void *)0x05E86F80; -const void * RTTI_Scaleform__GFx__GFxMovieDefImplKey = (void *)0x05E87680; -const void * RTTI_Scaleform__GFx__GFxMovieDefImplKeyInterface = (void *)0x05E86FD0; -const void * RTTI_Scaleform__GFx__GFxPlaceObjectUnpacked = (void *)0x05E87500; -const void * RTTI_Scaleform__GFx__GFxSocketImpl = (void *)0x05E9B5A8; -const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKey = (void *)0x05E8A3D8; -const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKeyInterface = (void *)0x05E89F20; -const void * RTTI_Scaleform__GFx__IMEManagerBase = (void *)0x05E886A0; -const void * RTTI_Scaleform__GFx__ImageCreator = (void *)0x060F9578; -const void * RTTI_Scaleform__GFx__ImageFileHandlerRegistry = (void *)0x05E89E10; -const void * RTTI_Scaleform__GFx__ImageFileInfo = (void *)0x05E87888; -const void * RTTI_Scaleform__GFx__ImageFileInfoKeyData = (void *)0x05E8A738; -const void * RTTI_Scaleform__GFx__ImageFileKeyInterface = (void *)0x05E8A6F8; -const void * RTTI_Scaleform__GFx__ImageFileResourceCreator = (void *)0x05E87A08; -const void * RTTI_Scaleform__GFx__ImageResource = (void *)0x05E83B50; -const void * RTTI_Scaleform__GFx__ImageResourceCreator = (void *)0x05E87A48; -const void * RTTI_Scaleform__GFx__ImageResource__ImageDelegate = (void *)0x05E83FE0; -const void * RTTI_Scaleform__GFx__ImageShapeCharacterDef = (void *)0x05E8A5F8; -const void * RTTI_Scaleform__GFx__InteractiveObject = (void *)0x05E87AC8; -const void * RTTI_Scaleform__GFx__KeyboardState = (void *)0x05E848A0; -const void * RTTI_Scaleform__GFx__KeyboardState__IListener = (void *)0x05E8D638; -const void * RTTI_Scaleform__GFx__LZMAFile = (void *)0x05E8BB38; -const void * RTTI_Scaleform__GFx__LZMASupport = (void *)0x05E84418; -const void * RTTI_Scaleform__GFx__LoadBinaryTask = (void *)0x05E88628; -const void * RTTI_Scaleform__GFx__LoadProcess = (void *)0x05E87790; -const void * RTTI_Scaleform__GFx__LoadQueueEntry = (void *)0x05E8DF98; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT = (void *)0x05E88540; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadBinary = (void *)0x05E88660; -const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadVars = (void *)0x05E885E8; -const void * RTTI_Scaleform__GFx__LoadStates = (void *)0x05E878C0; -const void * RTTI_Scaleform__GFx__LoadUpdateSync = (void *)0x05E87268; -const void * RTTI_Scaleform__GFx__LoadVarsTask = (void *)0x05E885B0; -const void * RTTI_Scaleform__GFx__Loader = (void *)0x05E843B0; -const void * RTTI_Scaleform__GFx__LoaderImpl = (void *)0x05E86D90; -const void * RTTI_Scaleform__GFx__LoaderTask = (void *)0x05E86ED8; -const void * RTTI_Scaleform__GFx__LogState = (void *)0x05E84D50; -const void * RTTI_Scaleform__GFx__MemoryBufferZlibImage = (void *)0x05E8BBD8; -const void * RTTI_Scaleform__GFx__MemoryContext = (void *)0x05E9B7E0; -const void * RTTI_Scaleform__GFx__MorphCharacterDef = (void *)0x05E8BC58; -const void * RTTI_Scaleform__GFx__Movie = (void *)0x05E83A10; -const void * RTTI_Scaleform__GFx__MovieBindProcess = (void *)0x05E871B8; -const void * RTTI_Scaleform__GFx__MovieDataDef = (void *)0x05E87078; -const void * RTTI_Scaleform__GFx__MovieDataDef__LoadTaskData = (void *)0x05E87418; -const void * RTTI_Scaleform__GFx__MovieDefBindStates = (void *)0x05E87978; -const void * RTTI_Scaleform__GFx__MovieDefImpl = (void *)0x05E87118; -const void * RTTI_Scaleform__GFx__MovieDefImpl__BindTaskData = (void *)0x05E87458; -const void * RTTI_Scaleform__GFx__MovieDefImpl__ReleaseNotifier = (void *)0x05E8DD10; -const void * RTTI_Scaleform__GFx__MovieDefRootNode = (void *)0x05E8DFD0; -const void * RTTI_Scaleform__GFx__MovieDef__ResourceVisitor = (void *)0x05E871F0; -const void * RTTI_Scaleform__GFx__MovieImageLoadTask = (void *)0x05E86F08; -const void * RTTI_Scaleform__GFx__MovieImpl = (void *)0x05E839E0; -const void * RTTI_Scaleform__GFx__MovieImpl__StickyVarNode = (void *)0x05E8E458; -const void * RTTI_Scaleform__GFx__MovieImpl__WideStringStorage = (void *)0x05E8E3B0; -const void * RTTI_Scaleform__GFx__MoviePreloadTask = (void *)0x05E88578; -const void * RTTI_Scaleform__GFx__ParseControl = (void *)0x05E843E0; -const void * RTTI_Scaleform__GFx__PlaceObject2Tag = (void *)0x05E889C8; -const void * RTTI_Scaleform__GFx__PlaceObject2Taga = (void *)0x05E88D70; -const void * RTTI_Scaleform__GFx__PlaceObject3Tag = (void *)0x05E88A00; -const void * RTTI_Scaleform__GFx__PlaceObjectTag = (void *)0x05E8A540; -const void * RTTI_Scaleform__GFx__RemoveObject2Tag = (void *)0x05E88A70; -const void * RTTI_Scaleform__GFx__RemoveObjectTag = (void *)0x05E88A38; -const void * RTTI_Scaleform__GFx__Resource = (void *)0x05E83B88; -const void * RTTI_Scaleform__GFx__ResourceData__DataInterface = (void *)0x05E87718; -const void * RTTI_Scaleform__GFx__ResourceFileInfo = (void *)0x05E84BB8; -const void * RTTI_Scaleform__GFx__ResourceKey__KeyInterface = (void *)0x05E86F40; -const void * RTTI_Scaleform__GFx__ResourceLib = (void *)0x05E84A68; -const void * RTTI_Scaleform__GFx__ResourceLib__ResourceSlot = (void *)0x05E84CA8; -const void * RTTI_Scaleform__GFx__ResourceReport = (void *)0x05E87010; -const void * RTTI_Scaleform__GFx__ResourceWeakLib = (void *)0x05E84AF0; -const void * RTTI_Scaleform__GFx__SetBackgroundColorTag = (void *)0x05E88D30; -const void * RTTI_Scaleform__GFx__ShapeBaseCharacterDef = (void *)0x05E8A578; -const void * RTTI_Scaleform__GFx__ShapeDataBase = (void *)0x05E87230; -const void * RTTI_Scaleform__GFx__SocketImplFactory = (void *)0x05E9B570; -const void * RTTI_Scaleform__GFx__SocketInterface = (void *)0x05E9B538; -const void * RTTI_Scaleform__GFx__Sprite = (void *)0x05E88338; -const void * RTTI_Scaleform__GFx__SpriteDef = (void *)0x05E8A510; -const void * RTTI_Scaleform__GFx__State = (void *)0x060F84B0; -const void * RTTI_Scaleform__GFx__StateBag = (void *)0x05E83AE8; -const void * RTTI_Scaleform__GFx__StateBagImpl = (void *)0x05E83F08; -const void * RTTI_Scaleform__GFx__StaticTextCharacter = (void *)0x05E8B998; -const void * RTTI_Scaleform__GFx__StaticTextDef = (void *)0x05E8B960; -const void * RTTI_Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor = (void *)0x05E9AA10; -const void * RTTI_Scaleform__GFx__Stream = (void *)0x05E89CC0; -const void * RTTI_Scaleform__GFx__SubImageResource = (void *)0x05E87940; -const void * RTTI_Scaleform__GFx__SubImageResourceCreator = (void *)0x05E87A88; -const void * RTTI_Scaleform__GFx__SubImageResourceInfo = (void *)0x05E88AA8; -const void * RTTI_Scaleform__GFx__SwfShapeCharacterDef = (void *)0x05E8A5B8; -const void * RTTI_Scaleform__GFx__Task = (void *)0x05E86E60; -const void * RTTI_Scaleform__GFx__TextField = (void *)0x05E8BAC0; -const void * RTTI_Scaleform__GFx__TextFieldDef = (void *)0x05E89BF0; -const void * RTTI_Scaleform__GFx__TextField__CSSHolderBase = (void *)0x05E9AEE8; -const void * RTTI_Scaleform__GFx__TextField__TextDocumentListener = (void *)0x05E8BAF0; -const void * RTTI_Scaleform__GFx__TextKeyMap = (void *)0x05E89BC0; -const void * RTTI_Scaleform__GFx__Text__CompositionString = (void *)0x05E8CFE8; -const void * RTTI_Scaleform__GFx__Text__EditorKit = (void *)0x05E8CFB0; -const void * RTTI_Scaleform__GFx__Text__StyleManager = (void *)0x05E9AB90; -const void * RTTI_Scaleform__GFx__TextureGlyphBinder = (void *)0x05E8A3A0; -const void * RTTI_Scaleform__GFx__TextureGlyphData = (void *)0x05E88C90; -const void * RTTI_Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor = (void *)0x05E8A1B0; -const void * RTTI_Scaleform__GFx__URLBuilder = (void *)0x05E9D6B8; -const void * RTTI_Scaleform__GFx__Value__ObjectInterface = (void *)0x05E8DF58; -const void * RTTI_Scaleform__GFx__ZLibFile = (void *)0x05E9D7F8; -const void * RTTI_Scaleform__GFx__ZlibImageSource = (void *)0x05E8BB68; -const void * RTTI_Scaleform__GFx__ZlibSupport = (void *)0x060F85F8; -const void * RTTI_Scaleform__HeapPT__SysAllocGranulator = (void *)0x05E8BC90; -const void * RTTI_Scaleform__HeapPT__SysAllocWrapper = (void *)0x05E8BCD0; -const void * RTTI_Scaleform__Log = (void *)0x05E84548; -const void * RTTI_Scaleform__LongFormatter = (void *)0x05E88810; -const void * RTTI_Scaleform__MemoryFile = (void *)0x060F9178; -const void * RTTI_Scaleform__MemoryHeap = (void *)0x05E83890; -const void * RTTI_Scaleform__MemoryHeapMH = (void *)0x05E84518; -const void * RTTI_Scaleform__MemoryHeapPT = (void *)0x05E88E28; -const void * RTTI_Scaleform__MemoryHeap__LimitHandler = (void *)0x05E9B7A8; -const void * RTTI_Scaleform__MsgFormat = (void *)0x05E88720; -const void * RTTI_Scaleform__Mutex = (void *)0x05E84478; -const void * RTTI_Scaleform__Mutex_AreadyLockedAcquireInterface = (void *)0x05E844D0; -const void * RTTI_Scaleform__RefCountImplCore = (void *)0x05EBFD10; -const void * RTTI_Scaleform__RefCountNTSImplCore = (void *)0x05E83938; -const void * RTTI_Scaleform__RefCountWeakSupportImpl = (void *)0x05E83970; -const void * RTTI_Scaleform__Render__BevelFilter = (void *)0x05E89680; -const void * RTTI_Scaleform__Render__BlendModeBundle = (void *)0x05E8B7D0; -const void * RTTI_Scaleform__Render__BlendModeEffect = (void *)0x05E8C370; -const void * RTTI_Scaleform__Render__BlendPrimitive = (void *)0x05E89A20; -const void * RTTI_Scaleform__Render__BlurFilter = (void *)0x05E895D8; -const void * RTTI_Scaleform__Render__BlurFilterImpl = (void *)0x05E895A0; -const void * RTTI_Scaleform__Render__Bundle = (void *)0x05E8B320; -const void * RTTI_Scaleform__Render__CacheAsBitmapFilter = (void *)0x05E89730; -const void * RTTI_Scaleform__Render__CacheBase = (void *)0x0615FDB8; -const void * RTTI_Scaleform__Render__CacheEffect = (void *)0x05E8C200; -const void * RTTI_Scaleform__Render__CacheablePrimitive = (void *)0x05E89980; -const void * RTTI_Scaleform__Render__CacheableTargetEffect = (void *)0x05E8C2A8; -const void * RTTI_Scaleform__Render__ColorMatrixFilter = (void *)0x05E896F0; -const void * RTTI_Scaleform__Render__ComplexFill = (void *)0x05E858E0; -const void * RTTI_Scaleform__Render__ComplexMesh = (void *)0x05E8AC38; -const void * RTTI_Scaleform__Render__ComplexMeshVertexOutput = (void *)0x05E8CBC0; -const void * RTTI_Scaleform__Render__ComplexPrimitiveBundle = (void *)0x05E8B720; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotify = (void *)0x05E84DD0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor = (void *)0x05E85110; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture = (void *)0x05E85240; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture = (void *)0x05E851D0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId = (void *)0x05E852A0; -const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown = (void *)0x05E85170; -const void * RTTI_Scaleform__Render__ContextImpl__ContextLock = (void *)0x05E84EF0; -const void * RTTI_Scaleform__Render__ContextImpl__EntryData = (void *)0x05E83CF0; -const void * RTTI_Scaleform__Render__ContextImpl__RTHandle__HandleData = (void *)0x05E84FF0; -const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify = (void *)0x06159630; -const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand = (void *)0x05E89140; -const void * RTTI_Scaleform__Render__CreationRenderer__DepthStencilSurface = (void *)0x06159830; -const void * RTTI_Scaleform__Render__CreationRenderer__HAL = (void *)0x06159480; -const void * RTTI_Scaleform__Render__CreationRenderer__IndexBuffer = (void *)0x0615F870; -const void * RTTI_Scaleform__Render__CreationRenderer__MappedTexture = (void *)0x06159880; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshBufferSet = (void *)0x0615FBF0; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshCache = (void *)0x0615FAA0; -const void * RTTI_Scaleform__Render__CreationRenderer__MeshCacheItem = (void *)0x0615F8C0; -const void * RTTI_Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry = (void *)0x06159740; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderEvents = (void *)0x0615F7D0; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderSync = (void *)0x0615FE50; -const void * RTTI_Scaleform__Render__CreationRenderer__RenderTargetData = (void *)0x061594C0; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface = (void *)0x06160040; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer = (void *)0x0615FF60; -const void * RTTI_Scaleform__Render__CreationRenderer__ShaderManager = (void *)0x0615FF10; -const void * RTTI_Scaleform__Render__CreationRenderer__Texture = (void *)0x061597F0; -const void * RTTI_Scaleform__Render__CreationRenderer__TextureFormat = (void *)0x061598D0; -const void * RTTI_Scaleform__Render__CreationRenderer__TextureManager = (void *)0x061597A0; -const void * RTTI_Scaleform__Render__CreationRenderer__VertexBuffer = (void *)0x0615F9D0; -const void * RTTI_Scaleform__Render__DDS__DDSFileImageSource = (void *)0x05E8CA48; -const void * RTTI_Scaleform__Render__DDS__FileReader = (void *)0x05E8C998; -const void * RTTI_Scaleform__Render__DICommand = (void *)0x05E859B8; -const void * RTTI_Scaleform__Render__DICommandQueue = (void *)0x05E897B0; -const void * RTTI_Scaleform__Render__DICommandQueue__ExecuteCommand = (void *)0x05E898A0; -const void * RTTI_Scaleform__Render__DICommand_ApplyFilter = (void *)0x05E85C50; -const void * RTTI_Scaleform__Render__DICommand_Clear = (void *)0x05E85B60; -const void * RTTI_Scaleform__Render__DICommand_ColorTransform = (void *)0x05E85F10; -const void * RTTI_Scaleform__Render__DICommand_Compare = (void *)0x05E85FC0; -const void * RTTI_Scaleform__Render__DICommand_CopyChannel = (void *)0x05E85DA8; -const void * RTTI_Scaleform__Render__DICommand_CopyPixels = (void *)0x05E85E60; -const void * RTTI_Scaleform__Render__DICommand_CreateTexture = (void *)0x05E859F0; -const void * RTTI_Scaleform__Render__DICommand_Dispose = (void *)0x05E85AA8; -const void * RTTI_Scaleform__Render__DICommand_Draw = (void *)0x05E85D00; -const void * RTTI_Scaleform__Render__DICommand_FillRect = (void *)0x05E86068; -const void * RTTI_Scaleform__Render__DICommand_FloodFill = (void *)0x05E86120; -const void * RTTI_Scaleform__Render__DICommand_GetColorBoundsRect = (void *)0x05E861D0; -const void * RTTI_Scaleform__Render__DICommand_GetPixel32 = (void *)0x05E86298; -const void * RTTI_Scaleform__Render__DICommand_GetPixels = (void *)0x05E86350; -const void * RTTI_Scaleform__Render__DICommand_Histogram = (void *)0x05E86400; -const void * RTTI_Scaleform__Render__DICommand_HitTest = (void *)0x05E864B0; -const void * RTTI_Scaleform__Render__DICommand_Merge = (void *)0x05E86560; -const void * RTTI_Scaleform__Render__DICommand_Noise = (void *)0x05E86608; -const void * RTTI_Scaleform__Render__DICommand_PaletteMap = (void *)0x05E866B0; -const void * RTTI_Scaleform__Render__DICommand_PerlinNoise = (void *)0x05E86760; -const void * RTTI_Scaleform__Render__DICommand_PixelDissolve = (void *)0x05E86810; -const void * RTTI_Scaleform__Render__DICommand_Scroll = (void *)0x05E86A30; -const void * RTTI_Scaleform__Render__DICommand_SetPixel32 = (void *)0x05E868C8; -const void * RTTI_Scaleform__Render__DICommand_SetPixels = (void *)0x05E86980; -const void * RTTI_Scaleform__Render__DICommand_SourceRect = (void *)0x05E85C10; -const void * RTTI_Scaleform__Render__DICommand_Threshold = (void *)0x05E86AD8; -const void * RTTI_Scaleform__Render__DIPixelProvider = (void *)0x05E955B0; -const void * RTTI_Scaleform__Render__DepthStencilBuffer = (void *)0x06147830; -const void * RTTI_Scaleform__Render__DepthStencilSurface = (void *)0x06159B28; -const void * RTTI_Scaleform__Render__DestroyDrawableImageThreadCommand = (void *)0x05E86B90; -const void * RTTI_Scaleform__Render__DisplacementMapFilter = (void *)0x05E89770; -const void * RTTI_Scaleform__Render__DrawableImage = (void *)0x05E85858; -const void * RTTI_Scaleform__Render__DrawableImageContext = (void *)0x05E85978; -const void * RTTI_Scaleform__Render__Fence = (void *)0x05E88E58; -const void * RTTI_Scaleform__Render__FenceWrapperList = (void *)0x05E88F38; -const void * RTTI_Scaleform__Render__FileImageSource = (void *)0x05E8BBA0; -const void * RTTI_Scaleform__Render__FilterBundle = (void *)0x05E8B798; -const void * RTTI_Scaleform__Render__FilterEffect = (void *)0x05E8C270; -const void * RTTI_Scaleform__Render__FilterPrimitive = (void *)0x05E89948; -const void * RTTI_Scaleform__Render__FilterSet = (void *)0x05E89498; -const void * RTTI_Scaleform__Render__Font = (void *)0x05E89F68; -const void * RTTI_Scaleform__Render__FontCacheHandleManager = (void *)0x05E8BD48; -const void * RTTI_Scaleform__Render__GlowFilter = (void *)0x05E89648; -const void * RTTI_Scaleform__Render__GlyphCache = (void *)0x05E8BDF0; -const void * RTTI_Scaleform__Render__GlyphCacheConfig = (void *)0x05E8BE88; -const void * RTTI_Scaleform__Render__GlyphCache__EvictNotifier = (void *)0x05E8C1C0; -const void * RTTI_Scaleform__Render__GlyphEvictNotifier = (void *)0x05E8C100; -const void * RTTI_Scaleform__Render__GlyphFitter = (void *)0x05E8D0B0; -const void * RTTI_Scaleform__Render__GlyphRaster = (void *)0x05E8BEC0; -const void * RTTI_Scaleform__Render__GlyphShape = (void *)0x05E8BFC0; -const void * RTTI_Scaleform__Render__GlyphTextureImage = (void *)0x05E8C178; -const void * RTTI_Scaleform__Render__GradientData = (void *)0x05E8A7D8; -const void * RTTI_Scaleform__Render__GradientFilter = (void *)0x05E896B8; -const void * RTTI_Scaleform__Render__GradientImage = (void *)0x05E8A8C8; -const void * RTTI_Scaleform__Render__HAL = (void *)0x06159450; -const void * RTTI_Scaleform__Render__HALBeginDisplayItem = (void *)0x05E88FB8; -const void * RTTI_Scaleform__Render__HALEndDisplayItem = (void *)0x05E88FF8; -const void * RTTI_Scaleform__Render__HALNotify = (void *)0x06159598; -const void * RTTI_Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface = (void *)0x05E89040; -const void * RTTI_Scaleform__Render__Hairliner = (void *)0x05E8AE10; -const void * RTTI_Scaleform__Render__Image = (void *)0x060F96A0; -const void * RTTI_Scaleform__Render__ImageFileHandler = (void *)0x05E8C4B0; -const void * RTTI_Scaleform__Render__ImageFileHandlerRegistry = (void *)0x05E89DD0; -const void * RTTI_Scaleform__Render__ImageSwizzler = (void *)0x05E846F0; -const void * RTTI_Scaleform__Render__ImageUpdate = (void *)0x05E84728; -const void * RTTI_Scaleform__Render__ImageUpdateSync = (void *)0x06159AF0; -const void * RTTI_Scaleform__Render__JPEG__ExtraData = (void *)0x05E88B50; -const void * RTTI_Scaleform__Render__JPEG__TablesHeader = (void *)0x05E88BE8; -const void * RTTI_Scaleform__Render__MappedTextureBase = (void *)0x06159C08; -const void * RTTI_Scaleform__Render__MaskBundle = (void *)0x05E8B760; -const void * RTTI_Scaleform__Render__MaskEffect = (void *)0x05E8C238; -const void * RTTI_Scaleform__Render__MaskNodeState__Interface = (void *)0x05E89408; -const void * RTTI_Scaleform__Render__MaskPrimitive = (void *)0x05E8B410; -const void * RTTI_Scaleform__Render__MatrixPoolImpl__MatrixPool = (void *)0x05E8AEF0; -const void * RTTI_Scaleform__Render__MatrixState = (void *)0x061591F0; -const void * RTTI_Scaleform__Render__MatrixStateFactory = (void *)0x05E8BD08; -const void * RTTI_Scaleform__Render__MemoryBufferImage = (void *)0x05E8BC18; -const void * RTTI_Scaleform__Render__Mesh = (void *)0x05E8AA70; -const void * RTTI_Scaleform__Render__MeshBase = (void *)0x05E8A900; -const void * RTTI_Scaleform__Render__MeshBuffer = (void *)0x0615FD10; -const void * RTTI_Scaleform__Render__MeshCache = (void *)0x0615F908; -const void * RTTI_Scaleform__Render__MeshCacheConfig = (void *)0x0615FD80; -const void * RTTI_Scaleform__Render__MeshCacheItem = (void *)0x0615F940; -const void * RTTI_Scaleform__Render__MeshKeyManager = (void *)0x05E892A0; -const void * RTTI_Scaleform__Render__MeshKeySet = (void *)0x05E8AC70; -const void * RTTI_Scaleform__Render__MeshProvider = (void *)0x05E87BD0; -const void * RTTI_Scaleform__Render__MeshProvider_KeySupport = (void *)0x05E87CB0; -const void * RTTI_Scaleform__Render__MeshStagingNode = (void *)0x05E8A9E8; -const void * RTTI_Scaleform__Render__MeshVertexOutput = (void *)0x05E8CB88; -const void * RTTI_Scaleform__Render__MetaImage = (void *)0x05E84808; -const void * RTTI_Scaleform__Render__MorphInterpolator = (void *)0x05E87E80; -const void * RTTI_Scaleform__Render__MorphShapeData = (void *)0x05E87D28; -const void * RTTI_Scaleform__Render__OrigScale9ParentState__Interface = (void *)0x05E89450; -const void * RTTI_Scaleform__Render__PNG__FileReader = (void *)0x05E8C740; -const void * RTTI_Scaleform__Render__PNG__FileWriter = (void *)0x05E8C7F8; -const void * RTTI_Scaleform__Render__PNG__Input = (void *)0x05E8C8A8; -const void * RTTI_Scaleform__Render__PNG__LibPNGInput = (void *)0x05E8C8E0; -const void * RTTI_Scaleform__Render__PNG__MemoryBufferImage = (void *)0x05E8C918; -const void * RTTI_Scaleform__Render__PNG__PNGFileImageSource = (void *)0x05E8C958; -const void * RTTI_Scaleform__Render__Primitive = (void *)0x05E8ABA0; -const void * RTTI_Scaleform__Render__PrimitiveBundle = (void *)0x05E8B6E8; -const void * RTTI_Scaleform__Render__PrimitiveFill = (void *)0x05E8AAA0; -const void * RTTI_Scaleform__Render__PrimitiveFillManager = (void *)0x05E890A0; -const void * RTTI_Scaleform__Render__ProfileModifier = (void *)0x05E89190; -const void * RTTI_Scaleform__Render__ProfileViews = (void *)0x05E89200; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DBundle = (void *)0x05E8B850; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DEffect = (void *)0x05E8C330; -const void * RTTI_Scaleform__Render__ProjectionMatrix3DPrimitive = (void *)0x05E8B550; -const void * RTTI_Scaleform__Render__RBGenericImpl__DepthStencilBuffer = (void *)0x05E9DCD0; -const void * RTTI_Scaleform__Render__RBGenericImpl__RenderBufferManager = (void *)0x05E9DB90; -const void * RTTI_Scaleform__Render__RBGenericImpl__RenderTarget = (void *)0x05E9DBE0; -const void * RTTI_Scaleform__Render__Rasterizer = (void *)0x05E8CB18; -const void * RTTI_Scaleform__Render__RawImage = (void *)0x05E84840; -const void * RTTI_Scaleform__Render__RenderBuffer = (void *)0x061478D0; -const void * RTTI_Scaleform__Render__RenderBufferManager = (void *)0x05E9DAA8; -const void * RTTI_Scaleform__Render__RenderEvents = (void *)0x06159288; -const void * RTTI_Scaleform__Render__RenderQueueItem__Interface = (void *)0x05E88F70; -const void * RTTI_Scaleform__Render__RenderSync = (void *)0x0615FE98; -const void * RTTI_Scaleform__Render__RenderTarget = (void *)0x05E9DB50; -const void * RTTI_Scaleform__Render__RenderTargetData = (void *)0x06159670; -const void * RTTI_Scaleform__Render__SIF__FileReader = (void *)0x05E8C618; -const void * RTTI_Scaleform__Render__SIF__SIFFileImageSource = (void *)0x05E8C6C8; -const void * RTTI_Scaleform__Render__SKI_BlendMode = (void *)0x05E8B200; -const void * RTTI_Scaleform__Render__SKI_ComplexPrimitive = (void *)0x05E8B110; -const void * RTTI_Scaleform__Render__SKI_Filter = (void *)0x05E8B238; -const void * RTTI_Scaleform__Render__SKI_MaskEnd = (void *)0x05E8B188; -const void * RTTI_Scaleform__Render__SKI_MaskEnd__RQII_EndMask = (void *)0x05E8B1C0; -const void * RTTI_Scaleform__Render__SKI_MaskStart = (void *)0x05E8B150; -const void * RTTI_Scaleform__Render__SKI_Primitive = (void *)0x05E8B0D8; -const void * RTTI_Scaleform__Render__SKI_ProjectionMatrix3D = (void *)0x05E8B2A8; -const void * RTTI_Scaleform__Render__SKI_TextPrimitive = (void *)0x05E8D200; -const void * RTTI_Scaleform__Render__SKI_UserData = (void *)0x05E8B2E8; -const void * RTTI_Scaleform__Render__SKI_ViewMatrix3D = (void *)0x05E8B270; -const void * RTTI_Scaleform__Render__Scale9GridData = (void *)0x05E87F80; -const void * RTTI_Scaleform__Render__Scale9GridInfo = (void *)0x05E89A90; -const void * RTTI_Scaleform__Render__Scale9GridRect = (void *)0x05E85508; -const void * RTTI_Scaleform__Render__ShadowFilter = (void *)0x05E89610; -const void * RTTI_Scaleform__Render__ShapeDataFloat = (void *)0x05E84020; -const void * RTTI_Scaleform__Render__ShapeDataFloatMP = (void *)0x05E89A58; -const void * RTTI_Scaleform__Render__ShapeMeshProvider = (void *)0x05E87E40; -const void * RTTI_Scaleform__Render__SortKeyInterface = (void *)0x05E8B058; -const void * RTTI_Scaleform__Render__StateData__Interface = (void *)0x05E84A28; -const void * RTTI_Scaleform__Render__StateData__Interface_RefCountImpl = (void *)0x05E893C0; -const void * RTTI_Scaleform__Render__StateData__Interface_Value = (void *)0x05E89370; -const void * RTTI_Scaleform__Render__StrokeScaler = (void *)0x05E8C140; -const void * RTTI_Scaleform__Render__StrokeSorter = (void *)0x05E8ADA0; -const void * RTTI_Scaleform__Render__Stroker = (void *)0x05E8AD38; -const void * RTTI_Scaleform__Render__StrokerAA = (void *)0x05E8ADD8; -const void * RTTI_Scaleform__Render__SubImage = (void *)0x05E84870; -const void * RTTI_Scaleform__Render__SystemVertexFormat = (void *)0x05E8AE48; -const void * RTTI_Scaleform__Render__TGA__FileReader = (void *)0x05E8C520; -const void * RTTI_Scaleform__Render__TGA__TGAFileImageSource = (void *)0x05E8C5D8; -const void * RTTI_Scaleform__Render__TessBase = (void *)0x05E89238; -const void * RTTI_Scaleform__Render__Tessellator = (void *)0x05E8AD00; -const void * RTTI_Scaleform__Render__TextLayerPrimitive = (void *)0x05E8D280; -const void * RTTI_Scaleform__Render__TextLayout = (void *)0x05E8CC00; -const void * RTTI_Scaleform__Render__TextMeshProvider = (void *)0x05E8D028; -const void * RTTI_Scaleform__Render__TextPrimitiveBundle = (void *)0x05E8D240; -const void * RTTI_Scaleform__Render__Text__Allocator = (void *)0x05E89C28; -const void * RTTI_Scaleform__Render__Text__Allocator__TextFormatVisitor = (void *)0x05E8E270; -const void * RTTI_Scaleform__Render__Text__DocView = (void *)0x05E8CD60; -const void * RTTI_Scaleform__Render__Text__DocView__DocumentText = (void *)0x05E8CE00; -const void * RTTI_Scaleform__Render__Text__EditorKitBase = (void *)0x05E8CF08; -const void * RTTI_Scaleform__Render__Text__FontHandle = (void *)0x05E88398; -const void * RTTI_Scaleform__Render__Text__FontManagerBase = (void *)0x05E88428; -const void * RTTI_Scaleform__Render__Text__HTMLImageTagDesc = (void *)0x05E8D1C0; -const void * RTTI_Scaleform__Render__Text__ImageDesc = (void *)0x05E8D120; -const void * RTTI_Scaleform__Render__Text__StyleManagerBase = (void *)0x05E9AB50; -const void * RTTI_Scaleform__Render__Text__StyledText = (void *)0x05E8C3E0; -const void * RTTI_Scaleform__Render__Text__TextFilter = (void *)0x05E8B8C8; -const void * RTTI_Scaleform__Render__Texture = (void *)0x06159A60; -const void * RTTI_Scaleform__Render__TextureFormat = (void *)0x06159BD0; -const void * RTTI_Scaleform__Render__TextureGlyph = (void *)0x05E88938; -const void * RTTI_Scaleform__Render__TextureImage = (void *)0x060F96D0; -const void * RTTI_Scaleform__Render__TextureManager = (void *)0x06159708; -const void * RTTI_Scaleform__Render__TextureManagerLocks = (void *)0x05E84648; -const void * RTTI_Scaleform__Render__TextureManager__ServiceCommand = (void *)0x05E847C0; -const void * RTTI_Scaleform__Render__ThreadCommandQueue = (void *)0x061477F0; -const void * RTTI_Scaleform__Render__TransformerBase = (void *)0x05E87CF0; -const void * RTTI_Scaleform__Render__TreeCacheContainer = (void *)0x05E85750; -const void * RTTI_Scaleform__Render__TreeCacheMeshBase = (void *)0x05E88058; -const void * RTTI_Scaleform__Render__TreeCacheNode = (void *)0x05E85790; -const void * RTTI_Scaleform__Render__TreeCacheRoot = (void *)0x05E89338; -const void * RTTI_Scaleform__Render__TreeCacheShape = (void *)0x05E88098; -const void * RTTI_Scaleform__Render__TreeCacheShapeLayer = (void *)0x05E88018; -const void * RTTI_Scaleform__Render__TreeCacheText = (void *)0x05E8D0E8; -const void * RTTI_Scaleform__Render__TreeContainer__NodeData = (void *)0x05E83D70; -const void * RTTI_Scaleform__Render__TreeNode__NodeData = (void *)0x05E83D30; -const void * RTTI_Scaleform__Render__TreeRoot__NodeData = (void *)0x05E83E38; -const void * RTTI_Scaleform__Render__TreeShape__NodeData = (void *)0x05E840D8; -const void * RTTI_Scaleform__Render__TreeText__NodeData = (void *)0x05E8CC98; -const void * RTTI_Scaleform__Render__UserDataBundle = (void *)0x05E8B890; -const void * RTTI_Scaleform__Render__UserDataEffect = (void *)0x05E8C3A8; -const void * RTTI_Scaleform__Render__UserDataPrimitive = (void *)0x05E8B608; -const void * RTTI_Scaleform__Render__UserDataState__Data = (void *)0x05E856A8; -const void * RTTI_Scaleform__Render__VectorGlyphShape = (void *)0x05E8C078; -const void * RTTI_Scaleform__Render__VertexOutput = (void *)0x05E8CB50; -const void * RTTI_Scaleform__Render__VertexPath = (void *)0x05E89268; -const void * RTTI_Scaleform__Render__ViewMatrix3DBundle = (void *)0x05E8B808; -const void * RTTI_Scaleform__Render__ViewMatrix3DEffect = (void *)0x05E8C2E8; -const void * RTTI_Scaleform__Render__ViewMatrix3DPrimitive = (void *)0x05E8B4A8; -const void * RTTI_Scaleform__Render__WrapperImageSource = (void *)0x05E87848; -const void * RTTI_Scaleform__RepeatFormatter = (void *)0x05E88908; -const void * RTTI_Scaleform__ResourceFormatter = (void *)0x05E888A0; -const void * RTTI_Scaleform__Semaphore = (void *)0x05E84340; -const void * RTTI_Scaleform__SemaphoreWaitableIncrement = (void *)0x05E84370; -const void * RTTI_Scaleform__StrFormatter = (void *)0x05E887B0; -const void * RTTI_Scaleform__String__InitStruct = (void *)0x05E839A8; -const void * RTTI_Scaleform__SwitchFormatter = (void *)0x05E888D8; -const void * RTTI_Scaleform__SysAllocBase = (void *)0x06006180; -const void * RTTI_Scaleform__SysAllocMalloc = (void *)0x06006118; -const void * RTTI_Scaleform__SysAllocMapper = (void *)0x05E9B778; -const void * RTTI_Scaleform__SysAllocStatic = (void *)0x05E84448; -const void * RTTI_Scaleform__SysFile = (void *)0x05E9B640; -const void * RTTI_Scaleform__SysMemMapper = (void *)0x060F8628; -const void * RTTI_Scaleform__Thread = (void *)0x05E844A0; -const void * RTTI_Scaleform__UnopenedFile = (void *)0x05E9B668; -const void * RTTI_Scaleform__Waitable = (void *)0x05E842A0; -const void * RTTI_SceneNextPhaseHandler = (void *)0x0603E7C8; -const void * RTTI_ScopeMenu = (void *)0x05FE2768; -const void * RTTI_ScopeMenuUtil__FadeCallback = (void *)0x05FE2730; -const void * RTTI_ScopeMenu__ScopeMenuDataEventShuttle = (void *)0x05FE26F0; -const void * RTTI_ScopeMenu__ScopeScalingData = (void *)0x05FE2660; -const void * RTTI_ScopeMenu__ZoomLevelData = (void *)0x05FE2630; -const void * RTTI_ScrapHeap = (void *)0x060C9558; -const void * RTTI_Script = (void *)0x05F36E38; -const void * RTTI_ScriptEffect = (void *)0x05FFB8F8; -const void * RTTI_ScriptedRefEffect = (void *)0x05FFB998; -const void * RTTI_ScrollItem = (void *)0x05EC8AF8; -const void * RTTI_SecurityMenu = (void *)0x05FCF328; -const void * RTTI_SecurityMenu_BackOutKey = (void *)0x05FCECF0; -const void * RTTI_SecurityMenu_CloseMenu = (void *)0x05FCED50; -const void * RTTI_SecurityMenu_ConfirmExit = (void *)0x05FCEC58; -const void * RTTI_SecurityMenu_EliminateUnusedKeys = (void *)0x05FCEC88; -const void * RTTI_SecurityMenu_GetRingHint = (void *)0x05FCECC0; -const void * RTTI_SecurityMenu_SelectNewKey = (void *)0x05FCEC28; -const void * RTTI_SecurityMenu_TryUseKey = (void *)0x05FCED20; -const void * RTTI_SecurityMenu__SecurityMenuEventShuttle = (void *)0x05FCEEB8; -const void * RTTI_SeenData = (void *)0x05DDE798; -const void * RTTI_Service = (void *)0x05F55A28; -const void * RTTI_SetOrientNode = (void *)0x060C62A8; -const void * RTTI_SetOrientNodeInstance = (void *)0x060C62D0; -const void * RTTI_SetPosNode = (void *)0x060C7130; -const void * RTTI_SetPosNodeInstance = (void *)0x060C7100; -const void * RTTI_Setting = (void *)0x05E744A0; -const void * RTTI_SettingsDataModel = (void *)0x05FA5758; -const void * RTTI_SettingsDataModel__SettingsEventShuttle = (void *)0x05FA5FE0; -const void * RTTI_SettingsPanel_CheckBoxChanged = (void *)0x05FA5500; -const void * RTTI_SettingsPanel_ClearBinding = (void *)0x05FA55E0; -const void * RTTI_SettingsPanel_LinkClicked = (void *)0x05FA5618; -const void * RTTI_SettingsPanel_OpenCategory = (void *)0x05FA5538; -const void * RTTI_SettingsPanel_OpenSettings = (void *)0x05FA5570; -const void * RTTI_SettingsPanel_RemapConfirmed = (void *)0x05FA55A8; -const void * RTTI_SettingsPanel_RemapMode = (void *)0x05FA7148; -const void * RTTI_SettingsPanel_ResetToDefaults = (void *)0x05FA54C8; -const void * RTTI_SettingsPanel_SaveControls = (void *)0x05FA7290; -const void * RTTI_SettingsPanel_SaveSettings = (void *)0x05FA7258; -const void * RTTI_SettingsPanel_SliderChanged = (void *)0x05FA7300; -const void * RTTI_SettingsPanel_StepperChanged = (void *)0x05FA72C8; -const void * RTTI_SettingsPanel_ValidateControls = (void *)0x05FA5698; -const void * RTTI_SetupGraphRagdollHandler = (void *)0x0603E8B8; -const void * RTTI_ShaderReferenceEffect = (void *)0x05FFB9C0; -const void * RTTI_SharedHeapAllocator = (void *)0x060C95A0; -const void * RTTI_ShipActionCameraState = (void *)0x05F5C668; -const void * RTTI_ShipBuilder_CloseAllMenus = (void *)0x05EC7CD8; -const void * RTTI_ShipCombatOrbitCameraState = (void *)0x05F5CA60; -const void * RTTI_ShipCrewAssignData = (void *)0x05FA87F0; -const void * RTTI_ShipCrewAssignData__ShipCrewAssignMenuEventShuttle = (void *)0x05FA8820; -const void * RTTI_ShipCrewAssignMenu = (void *)0x05FD01F8; -const void * RTTI_ShipCrewAssignMenu_Assign = (void *)0x05FD02E8; -const void * RTTI_ShipCrewAssignMenu_Unassign = (void *)0x05FD0318; -const void * RTTI_ShipCrewData = (void *)0x05FA8468; -const void * RTTI_ShipCrewData__ShipCrewMenuEventShuttle = (void *)0x05FA8718; -const void * RTTI_ShipCrewMenu = (void *)0x05FD02C0; -const void * RTTI_ShipCrewMenu_Close = (void *)0x05FD0380; -const void * RTTI_ShipCrewMenu_OpenAssignMenu = (void *)0x05FA7FB0; -const void * RTTI_ShipCrewMenu_SetSort = (void *)0x05FA7FE8; -const void * RTTI_ShipCrewMenu_ViewedItem = (void *)0x05FD0350; -const void * RTTI_ShipEditor_ChangeModuleCategory = (void *)0x05EC3D18; -const void * RTTI_ShipEditor_OnColorPickerControlChanged = (void *)0x05EC4D40; -const void * RTTI_ShipEditor_OnColorPickerTabChanged = (void *)0x05EC4DC0; -const void * RTTI_ShipEditor_OnColorSliderMouseInput = (void *)0x05EC4D00; -const void * RTTI_ShipEditor_OnExitConfirmCancel = (void *)0x05EC10C8; -const void * RTTI_ShipEditor_OnExitConfirmExit = (void *)0x05EC1100; -const void * RTTI_ShipEditor_OnExitConfirmSaveAndExit = (void *)0x05EC1088; -const void * RTTI_ShipEditor_OnFlightCheckTabChanged = (void *)0x05EC1B90; -const void * RTTI_ShipEditor_OnHintButtonActivated = (void *)0x05EC79C0; -const void * RTTI_ShipEditor_OnRecentColorSwatchClicked = (void *)0x05EC4D80; -const void * RTTI_ShipEditor_OnRenameEndEditText = (void *)0x05EC3070; -const void * RTTI_ShipEditor_OnRenameInputCancelled = (void *)0x05EC30A8; -const void * RTTI_ShipEditor_OnWeaponGroupChanged = (void *)0x05EC1B58; -const void * RTTI_ShipEditor_PreviewShipPart = (void *)0x05EC3D50; -const void * RTTI_ShipEditor_PreviewUpgrade = (void *)0x05EAA9B8; -const void * RTTI_ShipEditor_RemoveAll3D = (void *)0x05EC7990; -const void * RTTI_ShipEditor_SelectedShipPart = (void *)0x05EC3D88; -const void * RTTI_ShipEditor_SelectedUpgrade = (void *)0x05EAA9E8; -const void * RTTI_ShipEditor_SystemSelected = (void *)0x05EA9B58; -const void * RTTI_ShipFarTravelCameraState = (void *)0x05F5CA98; -const void * RTTI_ShipHudDataModel = (void *)0x05FAE788; -const void * RTTI_ShipHudDataModel__ShipHudEventShuttle = (void *)0x05FAE238; -const void * RTTI_ShipHudQuickContainer_TransferItem = (void *)0x05FE3FE0; -const void * RTTI_ShipHudQuickContainer_TransferMenu = (void *)0x05FAE4B8; -const void * RTTI_ShipHud_AbortJump = (void *)0x05FE3FB8; -const void * RTTI_ShipHud_Activate = (void *)0x05FAE490; -const void * RTTI_ShipHud_BodyViewMarkerDimensions = (void *)0x05FAE700; -const void * RTTI_ShipHud_ChangeComponentSelection = (void *)0x05FAE408; -const void * RTTI_ShipHud_CloseMenu = (void *)0x05FAFDC8; -const void * RTTI_ShipHud_Deselect = (void *)0x05FAE468; -const void * RTTI_ShipHud_DockRequested = (void *)0x05FE4020; -const void * RTTI_ShipHud_FarTravel = (void *)0x05FAE760; -const void * RTTI_ShipHud_HailAccepted = (void *)0x05FAE5A8; -const void * RTTI_ShipHud_HailCancelled = (void *)0x05FAE578; -const void * RTTI_ShipHud_HailShip = (void *)0x05FE4050; -const void * RTTI_ShipHud_JumpToQuestMarker = (void *)0x05FAE6D0; -const void * RTTI_ShipHud_Land = (void *)0x05FAE4F8; -const void * RTTI_ShipHud_LandingMarkerMap = (void *)0x05FAE548; -const void * RTTI_ShipHud_Map = (void *)0x05FAE520; -const void * RTTI_ShipHud_OnMonocleToggle = (void *)0x05FAE5D8; -const void * RTTI_ShipHud_OpenPhotoMode = (void *)0x05FAE6A0; -const void * RTTI_ShipHud_Repair = (void *)0x05FAE738; -const void * RTTI_ShipHud_SetTargetMode = (void *)0x05FAE608; -const void * RTTI_ShipHud_Target = (void *)0x05FAE440; -const void * RTTI_ShipHud_TargetShipSystem = (void *)0x05FAE638; -const void * RTTI_ShipHud_UntargetShipSystem = (void *)0x05FAE668; -const void * RTTI_ShipHud_UpdateComponentPower = (void *)0x05FAFDF0; -const void * RTTI_ShipHud_UpdateTargetPanelRect = (void *)0x05FE41C8; -const void * RTTI_ShipRefuelMenu = (void *)0x05FD0490; -const void * RTTI_ShipRefuelMenuDataModel = (void *)0x05FB0270; -const void * RTTI_ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle = (void *)0x05FB0220; -const void * RTTI_ShipTargetingCameraState = (void *)0x05F5CAC8; -const void * RTTI_ShowSubsegmentHandler = (void *)0x0603E888; -const void * RTTI_SimpleAnimationGraphManagerHolder = (void *)0x05ECB4E8; -const void * RTTI_SimpleAnimationGraphManagerLoadingTask = (void *)0x05F57890; -const void * RTTI_SitWaitMenu = (void *)0x060854A8; -const void * RTTI_SkillsMenu = (void *)0x05FD1C48; -const void * RTTI_SkillsMenu_Accept = (void *)0x05FD2220; -const void * RTTI_SkillsMenu_AddPatch = (void *)0x05FD21F0; -const void * RTTI_SkillsMenu_Cancel = (void *)0x05FD2248; -const void * RTTI_SkillsMenu_ChangeCursorVisibility = (void *)0x05FD21B8; -const void * RTTI_SkillsMenu_SaveLastCategory = (void *)0x05FD2180; -const void * RTTI_SkillsMenu__SkillsMenuEventShuttle = (void *)0x05FD18F8; -const void * RTTI_SkinAttach = (void *)0x060E5CD0; -const void * RTTI_Sky = (void *)0x05F3EE88; -const void * RTTI_SkyEffectController = (void *)0x05F3E530; -const void * RTTI_SleepWaitMenu = (void *)0x06086430; -const void * RTTI_SleepWaitMenu_InterruptRest = (void *)0x06086458; -const void * RTTI_SleepWaitMenu_StartRest = (void *)0x06086098; -const void * RTTI_SleepWaitMenu__SleepWaitMenuEventShuttle = (void *)0x06086280; -const void * RTTI_SlideStartHandler = (void *)0x0603E830; -const void * RTTI_SlowTimeEffect = (void *)0x05FFBA38; -const void * RTTI_SneakStateChangeHandler = (void *)0x060426B0; -const void * RTTI_SoulTrapEffect = (void *)0x05FFBA60; -const void * RTTI_SpaceComponentViewAccessWrite = (void *)0x05F132E0; -const void * RTTI_SpaceshipAIComponentEventHandler = (void *)0x060AA558; -const void * RTTI_SpaceshipBIEvents__EventSink = (void *)0x05FFCE08; -const void * RTTI_SpaceshipBoostPart = (void *)0x060AB918; -const void * RTTI_SpaceshipDockingFinishedHandler = (void *)0x0603EA98; -const void * RTTI_SpaceshipEditor__HangarModeState_Null = (void *)0x05F80BB8; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipInspect = (void *)0x05F80B30; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection = (void *)0x05F818A0; -const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle = (void *)0x05F81980; -const void * RTTI_SpaceshipEditor__ModuleModeState_Add = (void *)0x05EC3CD8; -const void * RTTI_SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle = (void *)0x05EC3AA0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Color = (void *)0x05EC52C0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle = (void *)0x05EC4FD0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Edit = (void *)0x05EC7ED0; -const void * RTTI_SpaceshipEditor__ModuleModeState_Empty = (void *)0x05EC7E10; -const void * RTTI_SpaceshipEditor__ModuleModeState_Null = (void *)0x05EC7E50; -const void * RTTI_SpaceshipEditor__ModuleModeState_Selection = (void *)0x05EC7D90; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting = (void *)0x05EC1048; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle = (void *)0x05EC0E00; -const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck = (void *)0x05EC1B10; -const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle = (void *)0x05EC1960; -const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode = (void *)0x05F80C00; -const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle = (void *)0x05F80A80; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Loading = (void *)0x05EC7E90; -const void * RTTI_SpaceshipEditor__ShipBuilderState_ModuleMode = (void *)0x05EC2390; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Null = (void *)0x05EC7DD0; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Popup = (void *)0x05EC7D08; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename = (void *)0x05EC3030; -const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle = (void *)0x05EC2E80; -const void * RTTI_SpaceshipEditor__ShipBuilderState_UpgradeMode = (void *)0x05EA9440; -const void * RTTI_SpaceshipEditor__Spaceship3DManager = (void *)0x05EC5FE0; -const void * RTTI_SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle = (void *)0x05EC5E50; -const void * RTTI_SpaceshipEditor__SpaceshipEditorGame3DManager = (void *)0x05EC6020; -const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu = (void *)0x05EC7FA0; -const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle = (void *)0x05EC7890; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Null = (void *)0x05EC7D48; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace = (void *)0x05EAA868; -const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle = (void *)0x05EAA6C0; -const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect = (void *)0x05EA9B10; -const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle = (void *)0x05EA9A00; -const void * RTTI_SpaceshipEffectsUtil__EventSink = (void *)0x060AB0D0; -const void * RTTI_SpaceshipEquipmentComponent = (void *)0x060AB798; -const void * RTTI_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler = (void *)0x060AB7D0; -const void * RTTI_SpaceshipGravDrivePart = (void *)0x060AB8B8; -const void * RTTI_SpaceshipHudMenu = (void *)0x05FE4508; -const void * RTTI_SpaceshipLandingFinishedFailsafeHandler = (void *)0x0603EA58; -const void * RTTI_SpaceshipLandingFinishedHandler = (void *)0x0603EA20; -const void * RTTI_SpaceshipLinkedCell__ExteriorShipCell = (void *)0x060B7450; -const void * RTTI_SpaceshipLinkedCell__InteriorShipCell = (void *)0x060B7410; -const void * RTTI_SpaceshipLinkedCell__ShipCell = (void *)0x060B7638; -const void * RTTI_SpaceshipMobilityPart = (void *)0x060AB8E8; -const void * RTTI_SpaceshipPart = (void *)0x060AB748; -const void * RTTI_SpaceshipPlayerSounds = (void *)0x060AE520; -const void * RTTI_SpaceshipShieldPart = (void *)0x060AB888; -const void * RTTI_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler = (void *)0x060AE680; -const void * RTTI_SpaceshipTakeOffFinishedHandler = (void *)0x0603E9E8; -const void * RTTI_SpaceshipUndockingFinishedHandler = (void *)0x0603E590; -const void * RTTI_SpaceshipWeapon = (void *)0x060AB770; -const void * RTTI_Spaceship__InstanceData = (void *)0x05F14810; -const void * RTTI_Spaceship__LadderSwapHandler = (void *)0x05DFC690; -const void * RTTI_Spaceship__ShipProxyCollisionListener = (void *)0x05F17980; -const void * RTTI_Spaceship__TargetingMode = (void *)0x06015BB8; -const void * RTTI_SpawnHazardEffect = (void *)0x060177F8; -const void * RTTI_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler = (void *)0x05EB9F90; -const void * RTTI_SpecificItemCollector = (void *)0x05F3D860; -const void * RTTI_SpectatorPackage = (void *)0x05DE1010; -const void * RTTI_SpeedScale = (void *)0x060C7028; -const void * RTTI_SpeedScaleInstance = (void *)0x060C6FF8; -const void * RTTI_SpellItem = (void *)0x05DF41D8; -const void * RTTI_SpringBoneData = (void *)0x05F0CD90; -const void * RTTI_SpringBoneInstance = (void *)0x05F0CD60; -const void * RTTI_StaggerEffect = (void *)0x05FFA768; -const void * RTTI_StaggerMeter = (void *)0x060C2CF0; -const void * RTTI_StaggerMeterInstance = (void *)0x060C65B0; -const void * RTTI_StaggeredStopHandler = (void *)0x06041F10; -const void * RTTI_StarField__LoadNodeBarrier = (void *)0x05F17C48; -const void * RTTI_StarField__ModuleState = (void *)0x05F17D30; -const void * RTTI_StarField__SpaceReference__RetargetExterior3d = (void *)0x05F17C80; -const void * RTTI_StarMapMenu_ExecuteRoute = (void *)0x05FEAEE0; -const void * RTTI_StarMapMenu_Galaxy_FocusSystem = (void *)0x05FEA240; -const void * RTTI_StarMapMenu_LandingInputInProgress = (void *)0x05FE7570; -const void * RTTI_StarMapMenu_MarkerGroupContainerVisibilityChanged = (void *)0x05FE74D0; -const void * RTTI_StarMapMenu_MarkerGroupEntryClicked = (void *)0x05FE7490; -const void * RTTI_StarMapMenu_MarkerGroupEntryHoverChanged = (void *)0x05FE7450; -const void * RTTI_StarMapMenu_OnCancel = (void *)0x05FEAEB0; -const void * RTTI_StarMapMenu_OnClearRoute = (void *)0x05FEC0E8; -const void * RTTI_StarMapMenu_OnExitStarMap = (void *)0x05FEAE80; -const void * RTTI_StarMapMenu_OnGalaxyViewInitialized = (void *)0x05FEA2E0; -const void * RTTI_StarMapMenu_OnHintButtonClicked = (void *)0x05FEAF10; -const void * RTTI_StarMapMenu_OnOutpostEntrySelected = (void *)0x05FEAE40; -const void * RTTI_StarMapMenu_QuickSelectChange = (void *)0x05FE90B0; -const void * RTTI_StarMapMenu_ReadyToClose = (void *)0x05FEAE10; -const void * RTTI_StarMapMenu_ScanPlanet = (void *)0x05FEC3C0; -const void * RTTI_StarMapMenu_SelectedLandingSite = (void *)0x05FE7418; -const void * RTTI_StarMapMenu_SelectedLandingSiteFailed = (void *)0x05FE73D8; -const void * RTTI_StarMapMenu_ShowRealCursor = (void *)0x05FEC438; -const void * RTTI_StarMap__BodyInfoToUI = (void *)0x05F8E230; -const void * RTTI_StarMap__BodyInspectState = (void *)0x05FE6E60; -const void * RTTI_StarMap__BodyInspectState__BodyInspectStateEventShuttle = (void *)0x05FE6AB0; -const void * RTTI_StarMap__ConfirmCustomMarkerActionCallback = (void *)0x05FED800; -const void * RTTI_StarMap__DelayCommand = (void *)0x05FE4930; -const void * RTTI_StarMap__Galaxy3DScene = (void *)0x05FE46B8; -const void * RTTI_StarMap__GalaxyState = (void *)0x05FE8D68; -const void * RTTI_StarMap__GalaxyState__GalaxyStateEventShuttle = (void *)0x05FE8C10; -const void * RTTI_StarMap__IStarMapState = (void *)0x05FE67E8; -const void * RTTI_StarMap__PlanetInfoToUI = (void *)0x05F8E2A8; -const void * RTTI_StarMap__SelectBodyEventHelper = (void *)0x06013320; -const void * RTTI_StarMap__StarMapMenu = (void *)0x05FEC338; -const void * RTTI_StarMap__StarMapMenuDataModel = (void *)0x05FEA4E0; -const void * RTTI_StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle = (void *)0x05FE9E90; -const void * RTTI_StarMap__StarMapMenu__StarMapMenuEventShuttle = (void *)0x05FEAC30; -const void * RTTI_StarMap__StarMapSystemMobile = (void *)0x05FEC558; -const void * RTTI_StarMap__SurfaceMap3DScene = (void *)0x05F83C08; -const void * RTTI_StarMap__SurfaceMap3DScene__Scene = (void *)0x05F83C78; -const void * RTTI_StarMap__SurfaceMap3DScene__TerrainScene = (void *)0x05F83C38; -const void * RTTI_StarMap__SurfaceMapMaterialController__DefaultMaterialApplicator = (void *)0x05F84170; -const void * RTTI_StarMap__SurfaceMapMaterialController__MaterialApplicator = (void *)0x05F840C0; -const void * RTTI_StarMap__SurfaceMapMaterialController__SpecializedMaterialApplicator = (void *)0x05F84110; -const void * RTTI_StarMap__SurfaceMapState = (void *)0x05FED7D0; -const void * RTTI_StarMap__SurfaceMapState__SurfaceMapStateEventShuttle = (void *)0x05FED780; -const void * RTTI_StarMap__SurfaceMapUIPlanetModule = (void *)0x05FEE218; -const void * RTTI_StarMap__SystemBodyInfoToUI = (void *)0x05F8E3F0; -const void * RTTI_StarMap__SystemState = (void *)0x05FEEFA8; -const void * RTTI_StarMap__SystemState__SystemStateEventShuttle = (void *)0x05FEF040; -const void * RTTI_StarMap__Util__ConfirmFastTravelCallback = (void *)0x05FE4A38; -const void * RTTI_StarMap__Util__ConfirmGravJumpPlotCallback = (void *)0x05FE49F8; -const void * RTTI_StartFloatingHandler = (void *)0x06042E58; -const void * RTTI_StartPCapVoiceHandler = (void *)0x060425F0; -const void * RTTI_StartSecurityMinigameHandler = (void *)0x0603EB40; -const void * RTTI_StateConfirmingAction = (void *)0x05F9A120; -const void * RTTI_StateEngagmentPrompt = (void *)0x05F9A058; -const void * RTTI_StateInitialLoad = (void *)0x05F99F58; -const void * RTTI_StateIntroVideo = (void *)0x05F99FA8; -const void * RTTI_StateLegalScreen = (void *)0x05F99F80; -const void * RTTI_StateLoadPanelInteract = (void *)0x05F9A180; -const void * RTTI_StateMachine = (void *)0x060C61A8; -const void * RTTI_StateMachineInstance = (void *)0x060C6178; -const void * RTTI_StateMainPanelInteract = (void *)0x05F9A150; -const void * RTTI_StateOpenFromInstallMenu = (void *)0x05F9A000; -const void * RTTI_StateOpenFromReset = (void *)0x05F9A088; -const void * RTTI_StateOpenFromStartup = (void *)0x05F99FD0; -const void * RTTI_StateOtherMenuOpen = (void *)0x05F9A1E0; -const void * RTTI_StatePerformingAction = (void *)0x05F9A1B0; -const void * RTTI_StateSettingsPanelInteract = (void *)0x05F9A0E8; -const void * RTTI_StateSplashScreen = (void *)0x05F9A030; -const void * RTTI_StateVariableControl = (void *)0x060C6D50; -const void * RTTI_StateVariableControlInstance = (void *)0x060C6D18; -const void * RTTI_StateWaitingOnLoad = (void *)0x05F9A0B8; -const void * RTTI_StaticAvoidNodeManager = (void *)0x0602C1C8; -const void * RTTI_StatusMenu = (void *)0x05FEF188; -const void * RTTI_SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed = (void *)0x06169210; -const void * RTTI_StimpakEffect = (void *)0x05FFBA88; -const void * RTTI_StopFloatingHandler = (void *)0x06042E88; -const void * RTTI_StopMountCameraHandler = (void *)0x06041898; -const void * RTTI_StorageTable__AsyncTableColumnBase = (void *)0x05F09458; -const void * RTTI_StorageTable__DirectColumnDataStorageInterface = (void *)0x05F09410; -const void * RTTI_StorageTable__ScheduleImpl = (void *)0x06139AA8; -const void * RTTI_StorageTable__StorageDataBase = (void *)0x05F00728; -const void * RTTI_StreamingInstallMenu = (void *)0x05FEF638; -const void * RTTI_StreamingInstallMenu__StreamingInstallEventShuttle = (void *)0x05FEF6C0; -const void * RTTI_StreamingInstallMenu__StreamingProgressData = (void *)0x05FEF670; -const void * RTTI_StringUIValue = (void *)0x05EC5FB8; -const void * RTTI_SubgraphAndOffsetDBData = (void *)0x060C7B18; -const void * RTTI_SummonCreatureEffect = (void *)0x05FFBC98; -const void * RTTI_SummonDuplicateEffect = (void *)0x05FFBC68; -const void * RTTI_SummonPlacementEffect = (void *)0x05FFBCC8; -const void * RTTI_SupportMaterialHandler = (void *)0x06015858; -const void * RTTI_SurfaceMapMenu_EnablePointCloud = (void *)0x05FED970; -const void * RTTI_SurfaceMapMenu_MarkerClicked = (void *)0x05FED9A8; -const void * RTTI_SurfaceMapMenu_TryPlaceCustomMarker = (void *)0x05FED8D8; -const void * RTTI_SwapGraphNode = (void *)0x060C60E8; -const void * RTTI_SwapGraphNodeInstance = (void *)0x060C60B8; -const void * RTTI_SwitchNode = (void *)0x060C61D0; -const void * RTTI_SwitchNodeInstance = (void *)0x060C61F8; -const void * RTTI_SyncDeferDeathHandler = (void *)0x06042560; -const void * RTTI_SyncEarlyExitHandler = (void *)0x06042590; -const void * RTTI_SyncQueueObj = (void *)0x05F75BC8; -const void * RTTI_TBO_InstanceData = (void *)0x05F147E8; -const void * RTTI_TES = (void *)0x05ECF898; -const void * RTTI_TESAIForm = (void *)0x05DDC8B0; -const void * RTTI_TESActorBase = (void *)0x05DDC2E0; -const void * RTTI_TESActorBaseData = (void *)0x05DDC768; -const void * RTTI_TESAmmo = (void *)0x05F20B00; -const void * RTTI_TESAudio__ScriptedMusicState = (void *)0x05FFC608; -const void * RTTI_TESBipedModelForm = (void *)0x05DDC710; -const void * RTTI_TESBoundAnimObject = (void *)0x05F1E3E8; -const void * RTTI_TESBoundObject = (void *)0x05DF21C0; -const void * RTTI_TESCamera = (void *)0x05F578D0; -const void * RTTI_TESCameraState = (void *)0x05F5C3D8; -const void * RTTI_TESChildCell = (void *)0x05F501E8; -const void * RTTI_TESClass = (void *)0x05F3A2D0; -const void * RTTI_TESClimate = (void *)0x05F25030; -const void * RTTI_TESCombatStyle = (void *)0x05DDC3C0; -const void * RTTI_TESContainer = (void *)0x05E74560; -const void * RTTI_TESCustomPackageData = (void *)0x05F4FEA0; -const void * RTTI_TESDataHandler = (void *)0x05ED2508; -const void * RTTI_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm = (void *)0x05ED2360; -const void * RTTI_TESDataHandlerPostBuildFileListSource = (void *)0x05E74EE0; -const void * RTTI_TESDataHandler__ArchiveRegistrationListener = (void *)0x05ED2910; -const void * RTTI_TESDescription = (void *)0x05DF42F0; -const void * RTTI_TESDialoguePackageData = (void *)0x05DDF300; -const void * RTTI_TESEffectShader = (void *)0x05F20CA8; -const void * RTTI_TESEnchantableForm = (void *)0x05DDC880; -const void * RTTI_TESEyes = (void *)0x05F3A2F0; -const void * RTTI_TESFaction = (void *)0x05DDC350; -const void * RTTI_TESFile = (void *)0x05ED2DD0; -const void * RTTI_TESFlora = (void *)0x05F20DB8; -const void * RTTI_TESFloraInstanceData = (void *)0x05F20D88; -const void * RTTI_TESFollowPackageData = (void *)0x05F4FE08; -const void * RTTI_TESForm = (void *)0x05DF2208; -const void * RTTI_TESFullName = (void *)0x05DF22A8; -const void * RTTI_TESFurniture = (void *)0x05F208B8; -const void * RTTI_TESGlobal = (void *)0x05DDC460; -const void * RTTI_TESGrass = (void *)0x05F20E48; -const void * RTTI_TESHandleForm = (void *)0x05F23750; -const void * RTTI_TESHavokUtilities__CellHeightFieldCuller = (void *)0x05F3E350; -const void * RTTI_TESHealthForm = (void *)0x05DDC8D0; -const void * RTTI_TESIdleForm = (void *)0x05DDB9D0; -const void * RTTI_TESImageSpace = (void *)0x05DDC1B0; -const void * RTTI_TESImageSpaceModifiableForm = (void *)0x05DF2318; -const void * RTTI_TESImageSpaceModifier = (void *)0x05DDE740; -const void * RTTI_TESKey = (void *)0x05DDC480; -const void * RTTI_TESLandTexture = (void *)0x05F25090; -const void * RTTI_TESLevCharacter = (void *)0x05F20E90; -const void * RTTI_TESLevItem = (void *)0x05F20EB8; -const void * RTTI_TESLevSpell = (void *)0x05F20EE0; -const void * RTTI_TESLeveledList = (void *)0x05DDC858; -const void * RTTI_TESLoadScreen = (void *)0x05F36E10; -const void * RTTI_TESMagicTargetForm = (void *)0x05ED8430; -const void * RTTI_TESModel = (void *)0x05DF22D0; -const void * RTTI_TESModelDB__TESAutoQueuedDependentNode = (void *)0x05ED2E58; -const void * RTTI_TESModelDB__TESQueuedHandles = (void *)0x05ECCB78; -const void * RTTI_TESModelTri = (void *)0x05F39710; -const void * RTTI_TESNPC = (void *)0x05DDE9B0; -const void * RTTI_TESNPCData__ChargenDataModel = (void *)0x05F1B658; -const void * RTTI_TESNPC__InstanceData = (void *)0x05F3AC70; -const void * RTTI_TESObject = (void *)0x05DF21E8; -const void * RTTI_TESObjectACTI = (void *)0x05F207B0; -const void * RTTI_TESObjectANIO = (void *)0x05F21610; -const void * RTTI_TESObjectARMA = (void *)0x05DDE6E8; -const void * RTTI_TESObjectARMO = (void *)0x05F21730; -const void * RTTI_TESObjectARMOInstanceData = (void *)0x05DDBC18; -const void * RTTI_TESObjectBOOK = (void *)0x05F21848; -const void * RTTI_TESObjectCELL = (void *)0x05DDB910; -const void * RTTI_TESObjectCONT = (void *)0x05F21968; -const void * RTTI_TESObjectCONT__InstanceData = (void *)0x05F21990; -const void * RTTI_TESObjectDOOR = (void *)0x05F221E0; -const void * RTTI_TESObjectLIGH = (void *)0x05F20FC8; -const void * RTTI_TESObjectMISC = (void *)0x05F20E68; -const void * RTTI_TESObjectREFR = (void *)0x05DDB898; -const void * RTTI_TESObjectREFRDef__IAliasFunctor = (void *)0x05ECA820; -const void * RTTI_TESObjectREFRDef__IAliasLinkedChildFunctor = (void *)0x05ECAAB0; -const void * RTTI_TESObjectREFRDef__ILinkedReferenceFunctor = (void *)0x05E7E560; -const void * RTTI_TESObjectREFRIsReadyForAttachEvent = (void *)0x05F2B190; -const void * RTTI_TESObjectREFRSync__REFRSyncController = (void *)0x05F34C60; -const void * RTTI_TESObjectSTAT = (void *)0x05F1EA98; -const void * RTTI_TESObjectWEAP = (void *)0x05F22978; -const void * RTTI_TESObjectWEAPInstanceData = (void *)0x05F22948; -const void * RTTI_TESPackage = (void *)0x05DDC438; -const void * RTTI_TESPackedFile = (void *)0x05ED2DF0; -const void * RTTI_TESPlanetModel = (void *)0x05DDC188; -const void * RTTI_TESQuest = (void *)0x05E9DF80; -const void * RTTI_TESRace = (void *)0x05DDED48; -const void * RTTI_TESRaceForm = (void *)0x05DDC808; -const void * RTTI_TESRegion = (void *)0x05F12C60; -const void * RTTI_TESRegionData = (void *)0x05DDE318; -const void * RTTI_TESRegionDataManager = (void *)0x05F12C80; -const void * RTTI_TESRegionDataMap = (void *)0x05F12CB0; -const void * RTTI_TESRegionDataSound = (void *)0x05F12CD8; -const void * RTTI_TESRegionDataWeather = (void *)0x05DDE340; -const void * RTTI_TESRegionList = (void *)0x05F12D08; -const void * RTTI_TESShout = (void *)0x05F39318; -const void * RTTI_TESSoulGem = (void *)0x05F229A0; -const void * RTTI_TESSound = (void *)0x05F39338; -const void * RTTI_TESSpellList = (void *)0x05DDC7E0; -const void * RTTI_TESTexture = (void *)0x05DDC9C0; -const void * RTTI_TESTopic = (void *)0x05DDC3A0; -const void * RTTI_TESTopicInfo = (void *)0x05DDC410; -const void * RTTI_TESTrapListener = (void *)0x05F3E4C0; -const void * RTTI_TESValueForm = (void *)0x05EC87C8; -const void * RTTI_TESWaterForm = (void *)0x05DDC4C8; -const void * RTTI_TESWaterNormals = (void *)0x05F562F0; -const void * RTTI_TESWaterObject = (void *)0x05F562C8; -const void * RTTI_TESWaterSystem = (void *)0x05F56318; -const void * RTTI_TESWeather = (void *)0x05F34D58; -const void * RTTI_TESWeightForm = (void *)0x05EC86F8; -const void * RTTI_TESWordOfPower = (void *)0x05F39358; -const void * RTTI_TESWorldSpace = (void *)0x05DDE370; -const void * RTTI_TES__PostGridLoadNode = (void *)0x05ECF838; -const void * RTTI_TagPropagationNode = (void *)0x060C66B0; -const void * RTTI_TagPropagationNodeInstance = (void *)0x060C6678; -const void * RTTI_TakeOffInitiateCompleteHandler = (void *)0x0603EB08; -const void * RTTI_TakeoffMenu = (void *)0x05FE3F18; -const void * RTTI_TakeoffMenuDataModel = (void *)0x05FB0740; -const void * RTTI_TakeoffMenuDataModel__TakeoffMenuEventShuttle = (void *)0x05FB07B0; -const void * RTTI_TakeoffMenu_CloseMenu = (void *)0x05FE4078; -const void * RTTI_TakeoffMenu_ExitShip = (void *)0x05FE40A8; -const void * RTTI_TakeoffMenu_Launch = (void *)0x05FE40D8; -const void * RTTI_TargetEntry = (void *)0x05F3CE18; -const void * RTTI_TelekinesisEffect = (void *)0x05FFBE18; -const void * RTTI_TeleportDoorSearch = (void *)0x05F51FF8; -const void * RTTI_TempLoadedCellDB__LoadTempDataForCell = (void *)0x05EB6280; -const void * RTTI_TerminalMenu_CancelEvent = (void *)0x05FF1118; -const void * RTTI_TerminalOpenViewCallback = (void *)0x05FF1028; -const void * RTTI_TerminalRunResultsCallback = (void *)0x05FF0FB8; -const void * RTTI_Terminal_CloseAllViews = (void *)0x05FF1088; -const void * RTTI_Terminal_CloseTopView = (void *)0x05FF1058; -const void * RTTI_Terminal_CloseView = (void *)0x05FF10E8; -const void * RTTI_Terminal_MenuItemClick = (void *)0x05FF10B8; -const void * RTTI_Terminal__AddAliasedTerminalsFunc = (void *)0x05FF0478; -const void * RTTI_Terminal__GenesisTerminalMenu = (void *)0x05FF0FF0; -const void * RTTI_Terminal__GenesisTerminalMenu_UnlockItemConfirm = (void *)0x05FF03C0; -const void * RTTI_Terminal__GenesisTerminalMenu_UnlockedItemWithKey = (void *)0x05FF0370; -const void * RTTI_Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle = (void *)0x05FF0CD0; -const void * RTTI_TerminateGraphRagdollHandler = (void *)0x0603E8E8; -const void * RTTI_TerrainDB__TerrainBarrierNode = (void *)0x05F18F50; -const void * RTTI_TerrainDB__TerrainGraphProcessor = (void *)0x05F18EC8; -const void * RTTI_TestMenu = (void *)0x05FF2D98; -const void * RTTI_TestMenu_DoAction = (void *)0x05FF2EB8; -const void * RTTI_TestMenu_ExitMenu = (void *)0x05FF2E60; -const void * RTTI_TestMenu_ShowImages = (void *)0x05FF2E88; -const void * RTTI_TestMenu_ShowResources = (void *)0x05FF2EE0; -const void * RTTI_TestMenu_TestAll = (void *)0x05FF2E38; -const void * RTTI_TestMenu__TestMenuEventShuttle = (void *)0x05FF2A50; -const void * RTTI_TestReferencedObject = (void *)0x05DD3A58; -const void * RTTI_TextInputMenu = (void *)0x05FF31E8; -const void * RTTI_TextInputMenu_EndEditText = (void *)0x05FF31B8; -const void * RTTI_TextInputMenu_InputCanceled = (void *)0x05FF3210; -const void * RTTI_TextInputMenu_StartEditText = (void *)0x05FF3248; -const void * RTTI_TextInputMenu__TextInputEventShuttle = (void *)0x05FF3038; -const void * RTTI_TextRenderer = (void *)0x060F9210; -const void * RTTI_TextRenderer3D = (void *)0x05E64940; -const void * RTTI_TextureDB__ErrorStreamer = (void *)0x05E831A8; -const void * RTTI_TextureDB__Manager = (void *)0x06122708; -const void * RTTI_TextureUtils__AutoQueuedDependentNode = (void *)0x060E0C68; -const void * RTTI_TextureUtils__WaitStreamedNode = (void *)0x060E0DF0; -const void * RTTI_ThirdPersonState = (void *)0x05F5C380; -const void * RTTI_ThumbstickEvent = (void *)0x060C9A10; -const void * RTTI_TimeMultiplierProvider = (void *)0x05F12BF8; -const void * RTTI_TimerEvent = (void *)0x060C72E8; -const void * RTTI_TimerEventInstance = (void *)0x060C72B8; -const void * RTTI_TitleSequenceMenu = (void *)0x060868B8; -const void * RTTI_TitleSequenceMenu_StartMusic = (void *)0x06086930; -const void * RTTI_TranslationAdjustment = (void *)0x060C2D18; -const void * RTTI_TranslationAdjustmentInstance = (void *)0x060C65E0; -const void * RTTI_TrapEntry = (void *)0x05F3E510; -const void * RTTI_TrapTargetEntry = (void *)0x05F3CF10; -const void * RTTI_TraversalCollisionFilter = (void *)0x05EE5EF0; -const void * RTTI_TraversalFinishedHandler = (void *)0x0603E988; -const void * RTTI_TraversalStepDoneHandler = (void *)0x0603E9B8; -const void * RTTI_TrespassPackage = (void *)0x0602C528; -const void * RTTI_TrianglePathWaterLedgeTraversalSplitter = (void *)0x06108EB8; -const void * RTTI_TurnUndeadEffect = (void *)0x05FFBD48; -const void * RTTI_TutorialMessageManager = (void *)0x05FB84A8; -const void * RTTI_TutorialMessageManager__TutorialMessageEventShuttle = (void *)0x05F87010; -const void * RTTI_TweenMenuCameraState = (void *)0x0607BF48; -const void * RTTI_TwoBoneIKNode = (void *)0x060C2D48; -const void * RTTI_TwoBoneIKNodeInstance = (void *)0x060C6618; -const void * RTTI_TypeRegistryTest__Ref = (void *)0x05DCE410; -const void * RTTI_TypeRegistryTest__TypedefChild = (void *)0x05DCE990; -const void * RTTI_UI = (void *)0x060F70C0; -const void * RTTI_UIBlurManager = (void *)0x06086BA0; -const void * RTTI_UICellRenderer = (void *)0x05EC0240; -const void * RTTI_UICellRenderer_InventoryItem = (void *)0x05EC02E8; -const void * RTTI_UICellRenderer_InventoryItem__ItemModelLoadTask = (void *)0x05EC0320; -const void * RTTI_UIDataShuttleConnector = (void *)0x060F7978; -const void * RTTI_UIDataShuttleContainer = (void *)0x05EA9E30; -const void * RTTI_UIDataToFlash = (void *)0x05EA9BE8; -const void * RTTI_UIEventDispatcher = (void *)0x05E41D28; -const void * RTTI_UIMenuChargenMenuDisablePaperdoll = (void *)0x05FDCF80; -const void * RTTI_UISaveLoadManager = (void *)0x06013490; -const void * RTTI_UncullFurnitureBoneHandler = (void *)0x060428F8; -const void * RTTI_UncullWeaponsHandler = (void *)0x06042960; -const void * RTTI_UniqueAVCollector = (void *)0x05F78140; -const void * RTTI_UnitTest__CopyableReferencedObject = (void *)0x05DCE3A8; -const void * RTTI_UnitTest__InterfaceImpl0 = (void *)0x05DCE648; -const void * RTTI_UnitTest__InterfaceImpl1 = (void *)0x05DCE678; -const void * RTTI_UnitTest__InterfaceUnregistered0 = (void *)0x05DCE6A8; -const void * RTTI_UnitTest__InterfaceUnregistered1 = (void *)0x05DCE6E0; -const void * RTTI_UnitTest__NestedRelArray = (void *)0x05DCE378; -const void * RTTI_UnitTest__SetterTest__Foo = (void *)0x05DCE3E0; -const void * RTTI_UnitTest__SimpleRelArray = (void *)0x05DCE348; -const void * RTTI_UnitTest__TypeVm__Record = (void *)0x05DCE440; -const void * RTTI_UnitTest__UrlObject__Shape = (void *)0x05DCE718; -const void * RTTI_UnitTest__UrlObject__TestGraph = (void *)0x05DCE748; -const void * RTTI_UpdateParticleParticleInDirtyAabbsTask = (void *)0x05DD7B40; -const void * RTTI_UpdateRigidBodyDirtyAabbsTask = (void *)0x05DD7B08; -const void * RTTI_UpdateSceneRectEvent = (void *)0x060F7D70; -const void * RTTI_UseStimpakHandler = (void *)0x06042480; -const void * RTTI_VATS = (void *)0x06047380; -const void * RTTI_VATSCameraState = (void *)0x0607BF78; -const void * RTTI_VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor = (void *)0x06047070; -const void * RTTI_ValueModifierEffect = (void *)0x05FFA090; -const void * RTTI_VariableCombiner = (void *)0x060C2D70; -const void * RTTI_VariableCombinerInstance = (void *)0x060C6648; -const void * RTTI_VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor = (void *)0x061118B0; -const void * RTTI_VirtualPathingDoor = (void *)0x05EDC5C8; -const void * RTTI_WaterPathPathingNodeGenerator = (void *)0x06111418; -const void * RTTI_WaterPathRayValidator = (void *)0x06111450; -const void * RTTI_WeaponAttachHandler = (void *)0x06042420; -const void * RTTI_WeaponBeginDrawHandler = (void *)0x06042300; -const void * RTTI_WeaponBeginSheatheHandler = (void *)0x06042330; -const void * RTTI_WeaponDetachHandler = (void *)0x060425C0; -const void * RTTI_WeaponDrawHandler = (void *)0x06042360; -const void * RTTI_WeaponEnchantmentController = (void *)0x05FFB8C0; -const void * RTTI_WeaponFireEndHandler = (void *)0x060427A8; -const void * RTTI_WeaponFireHandler = (void *)0x06042BC8; -const void * RTTI_WeaponFireStartHandler = (void *)0x06042778; -const void * RTTI_WeaponGroupAssignmentMenu_ChangeWeaponAssignment = (void *)0x05EBF7E0; -const void * RTTI_WeaponGroupAssignmentMenu_OnHintButtonActivated = (void *)0x05EBF790; -const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu = (void *)0x05EBFA20; -const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle = (void *)0x05EBF5A0; -const void * RTTI_WeaponSheatheHandler = (void *)0x06042200; -const void * RTTI_WeaponSheatheInterruptHandler = (void *)0x06042230; -const void * RTTI_WeaponSwingHandler = (void *)0x060421A8; -const void * RTTI_WeaponsCraftingMenu = (void *)0x05FF4160; -const void * RTTI_Win32FileSystemWatcher = (void *)0x05DCECA8; -const void * RTTI_WorkshopActionButton_HoldFinished = (void *)0x05FF9D08; -const void * RTTI_WorkshopActionButton_HoldStopped = (void *)0x05FFA000; -const void * RTTI_WorkshopAreaResourcesDataModel = (void *)0x05FB1C90; -const void * RTTI_WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle = (void *)0x05FB1DA0; -const void * RTTI_WorkshopBIEvents__WorkshopEventManager = (void *)0x05FFD140; -const void * RTTI_WorkshopBuilderDataModel = (void *)0x05FB29C8; -const void * RTTI_WorkshopBuilderDataModel__WorkshopBuilderEventShuttle = (void *)0x05FB2AD0; -const void * RTTI_WorkshopBuilderMenu = (void *)0x05FF4B70; -const void * RTTI_WorkshopBuilderMenu_ChangeBuildItem = (void *)0x05FF4BD8; -const void * RTTI_WorkshopBuilderMenu_SelectedItem = (void *)0x05FF4BA0; -const void * RTTI_WorkshopBuilderMenu_ToggleTracking = (void *)0x05FF4B30; -const void * RTTI_WorkshopCamera__CameraHitCollector = (void *)0x05F5CAF8; -const void * RTTI_WorkshopCamera__WorkshopCharacterProxyListener = (void *)0x05F5CB30; -const void * RTTI_WorkshopCategoryBarDataModel = (void *)0x05FB20B8; -const void * RTTI_WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle = (void *)0x05FB2060; -const void * RTTI_WorkshopCategoryInfoDataModel = (void *)0x05FB14C8; -const void * RTTI_WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle = (void *)0x05FB1470; -const void * RTTI_WorkshopColorModeDataModel = (void *)0x05F88218; -const void * RTTI_WorkshopColorModeDataModel__WorkshopColorModeEventShuttle = (void *)0x05F88540; -const void * RTTI_WorkshopColorMode_ApplyColors = (void *)0x05F88070; -const void * RTTI_WorkshopColorMode_SelectedTab = (void *)0x05F880A8; -const void * RTTI_WorkshopColorMode_SliderChanged = (void *)0x05F88000; -const void * RTTI_WorkshopColorMode_SwatchChanged = (void *)0x05F88038; -const void * RTTI_WorkshopEngine__ActivateItemEvent = (void *)0x060B29D8; -const void * RTTI_WorkshopEngine__BulldozeItemEvent = (void *)0x060B2880; -const void * RTTI_WorkshopEngine__CancelEvent = (void *)0x060B2360; -const void * RTTI_WorkshopEngine__CommitEvent = (void *)0x060B25F8; -const void * RTTI_WorkshopEngine__ConnectTransferLinkEvent = (void *)0x060B2550; -const void * RTTI_WorkshopEngine__ConnectWireEvent = (void *)0x060B2B38; -const void * RTTI_WorkshopEngine__CycleBehaviorEvent = (void *)0x060B2398; -const void * RTTI_WorkshopEngine__EditColorsEvent = (void *)0x060B28F8; -const void * RTTI_WorkshopEngine__EditItemEvent = (void *)0x060B2590; -const void * RTTI_WorkshopEngine__EngineFrame = (void *)0x05E13890; -const void * RTTI_WorkshopEngine__ExitEvent = (void *)0x060B25C8; -const void * RTTI_WorkshopEngine__FinishRepairEvent = (void *)0x060B2630; -const void * RTTI_WorkshopEngine__InspectColorItemsEvent = (void *)0x060B2A10; -const void * RTTI_WorkshopEngine__ItemCombatChangedEvent = (void *)0x060B2668; -const void * RTTI_WorkshopEngine__NewItemEvent = (void *)0x060B2B70; -const void * RTTI_WorkshopEngine__PlaceOutpostEvent = (void *)0x060B2B00; -const void * RTTI_WorkshopEngine__PreviewColorsEvent = (void *)0x060B2930; -const void * RTTI_WorkshopEngine__RemoveItemEvent = (void *)0x060B24D8; -const void * RTTI_WorkshopEngine__RemoveOutpostEvent = (void *)0x060B2328; -const void * RTTI_WorkshopEngine__RemoveSingleWorkshopItemEvent = (void *)0x060B2490; -const void * RTTI_WorkshopEngine__RemoveWorkshopItemsEvent = (void *)0x060B2448; -const void * RTTI_WorkshopEngine__RequestRepairItemEvent = (void *)0x060B2510; -const void * RTTI_WorkshopEngine__ResetColorsToDefaultEvent = (void *)0x060B28B8; -const void * RTTI_WorkshopEngine__RevertBehaviorEvent = (void *)0x060B23D0; -const void * RTTI_WorkshopEngine__RotateItemEvent = (void *)0x060B2410; -const void * RTTI_WorkshopEngine__StartQuickMenuEvent = (void *)0x060B2A88; -const void * RTTI_WorkshopEngine__StartSnappedEvent = (void *)0x060B22F0; -const void * RTTI_WorkshopEngine__StartWorkshopEvent = (void *)0x060B2A50; -const void * RTTI_WorkshopEngine__StateBulldoze = (void *)0x060B0460; -const void * RTTI_WorkshopEngine__StateCreatePowerLink = (void *)0x060B02B0; -const void * RTTI_WorkshopEngine__StateCreateReferences = (void *)0x060B26A8; -const void * RTTI_WorkshopEngine__StateCreateTransferLink = (void *)0x060B04D0; -const void * RTTI_WorkshopEngine__StateCycleSnapBehavior = (void *)0x060B03E8; -const void * RTTI_WorkshopEngine__StateDuplicateReferences = (void *)0x060B2808; -const void * RTTI_WorkshopEngine__StateIdle = (void *)0x060B2758; -const void * RTTI_WorkshopEngine__StateInspect = (void *)0x060B0978; -const void * RTTI_WorkshopEngine__StateInspectColorItems = (void *)0x060B03A8; -const void * RTTI_WorkshopEngine__StateModifyColors = (void *)0x060B0428; -const void * RTTI_WorkshopEngine__StatePostCommitEdit = (void *)0x060B09B0; -const void * RTTI_WorkshopEngine__StateSetupReferences = (void *)0x060B2788; -const void * RTTI_WorkshopEngine__StateUpdateAutoFoundation = (void *)0x060B08F8; -const void * RTTI_WorkshopEngine__StateUpdateCommitSnapEdit = (void *)0x060B0938; -const void * RTTI_WorkshopEngine__StateUpdatePlacement = (void *)0x060B27C8; -const void * RTTI_WorkshopEngine__StateUpdatePowerLink = (void *)0x060B02F0; -const void * RTTI_WorkshopEngine__StateUpdateSnapped = (void *)0x060B0498; -const void * RTTI_WorkshopEngine__StateUpdateTransferLink = (void *)0x060B0330; -const void * RTTI_WorkshopEngine__StateWait3D = (void *)0x060B2848; -const void * RTTI_WorkshopEngine__TrackItemEvent = (void *)0x060B2968; -const void * RTTI_WorkshopEngine__UntrackItemEvent = (void *)0x060B29A0; -const void * RTTI_WorkshopEngine__UpdateEvent = (void *)0x060B2AC8; -const void * RTTI_WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter = (void *)0x05F59860; -const void * RTTI_WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector = (void *)0x05F5B900; -const void * RTTI_WorkshopHavokUtils__ForwardCastCollector = (void *)0x05F59968; -const void * RTTI_WorkshopHavokUtils__GroundInfoCollisionfilter = (void *)0x05F5BFE0; -const void * RTTI_WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter = (void *)0x05F59910; -const void * RTTI_WorkshopHavokUtils__IntersectionTestCollisionfilter = (void *)0x05F598C0; -const void * RTTI_WorkshopHavokUtils__ItemPlacementForwardCastCollector = (void *)0x05F5B320; -const void * RTTI_WorkshopHavokUtils__TempItemPlacementCollector = (void *)0x060B30F0; -const void * RTTI_WorkshopHavokUtils__WorkshopClosestHitGroundCollector = (void *)0x05F5B3C0; -const void * RTTI_WorkshopHavokUtils__WorkshopGroundCollector = (void *)0x05F5B370; -const void * RTTI_WorkshopHavokUtils__hknpWorkshopCastCollector = (void *)0x05F59810; -const void * RTTI_WorkshopHavokUtils__hknpWorkshopIntersectCollector = (void *)0x05F599F0; -const void * RTTI_WorkshopHighlightUtils__EventListener = (void *)0x060B2C08; -const void * RTTI_WorkshopInteractiveMessageDataModel = (void *)0x05FB2E58; -const void * RTTI_WorkshopInteractiveMessageDataModel__ICallback = (void *)0x05FF7570; -const void * RTTI_WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle = (void *)0x05FB2EA0; -const void * RTTI_WorkshopIsoCameraState = (void *)0x0607BB30; -const void * RTTI_WorkshopLOD__WorkshopLODManager = (void *)0x060AF0E0; -const void * RTTI_WorkshopMenu = (void *)0x05FF7280; -const void * RTTI_WorkshopMenuShared = (void *)0x05FFA038; -const void * RTTI_WorkshopMenu_AttemptBuild = (void *)0x05FF7500; -const void * RTTI_WorkshopMenu_CancelAction = (void *)0x05FF7430; -const void * RTTI_WorkshopMenu_ChangeVariant = (void *)0x05FF74C8; -const void * RTTI_WorkshopMenu_ConnectionEvent = (void *)0x05FF73F8; -const void * RTTI_WorkshopMenu_ExitMenu = (void *)0x05FF7460; -const void * RTTI_WorkshopMenu_MessageCallback = (void *)0x05FF7330; -const void * RTTI_WorkshopMenu_SelectedCategory = (void *)0x05FF7490; -const void * RTTI_WorkshopMenu_SelectedGridObject = (void *)0x05FF7530; -const void * RTTI_WorkshopMenu_ShowExtras = (void *)0x05FF7368; -const void * RTTI_WorkshopMenu_SwitchMode = (void *)0x05FF73C8; -const void * RTTI_WorkshopMenu_ToggleDistance = (void *)0x05FF72F8; -const void * RTTI_WorkshopMenu_ToggleTracking = (void *)0x05FF7248; -const void * RTTI_WorkshopMenu_ToggleView = (void *)0x05FF7398; -const void * RTTI_WorkshopMessageDataModel = (void *)0x05FB3010; -const void * RTTI_WorkshopMessageDataModel__WorkshopMessageEventShuttle = (void *)0x05FB2FC0; -const void * RTTI_WorkshopObjectInfoCardDataModel = (void *)0x05FB1880; -const void * RTTI_WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle = (void *)0x05FB1820; -const void * RTTI_WorkshopOperations__CandidateSnapper = (void *)0x060B3138; -const void * RTTI_WorkshopPickRefDataModel = (void *)0x05FB3590; -const void * RTTI_WorkshopPickRefDataModel__WorkshopPickRefEventShuttle = (void *)0x05FB3640; -const void * RTTI_WorkshopQuickMenu = (void *)0x05FF7B20; -const void * RTTI_WorkshopQuickMenuDataModel = (void *)0x05FB38F0; -const void * RTTI_WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle = (void *)0x05FB38A0; -const void * RTTI_WorkshopQuickMenu_ConfirmAction = (void *)0x05FF7BE8; -const void * RTTI_WorkshopQuickMenu_ExitMenu = (void *)0x05FF7C20; -const void * RTTI_WorkshopResources__WorkshopResourcesManager = (void *)0x05F5B980; -const void * RTTI_WorkshopShared_SetActionHandles = (void *)0x05FF9CD0; -const void * RTTI_WorkshopShared_StartAction = (void *)0x05FF9D40; -const void * RTTI_WorkshopStateDataModel = (void *)0x05FB4188; -const void * RTTI_WorkshopStateDataModel__WorkshopStateEventShuttle = (void *)0x05FB41C0; -const void * RTTI_WorkshopStatusDataModel = (void *)0x05F886D0; -const void * RTTI_WorkshopStatusDataModel__WorkshopStatusEventShuttle = (void *)0x05F88700; -const void * RTTI_WorkshopTargetMenu = (void *)0x05FF8D30; -const void * RTTI_WorkshopTargetMenu_TargetHovered = (void *)0x05FF8E38; -const void * RTTI_WorkshopTargetMenu_TargetPicked = (void *)0x05FF8E00; -const void * RTTI_WorkshopTargetMenu__OutpostData = (void *)0x05FF8A30; -const void * RTTI_WorkshopTargetMenu__ResourceData = (void *)0x05FF8CF8; -const void * RTTI_WorkshopTargetMenu__SourceData = (void *)0x05FF8600; -const void * RTTI_WorkshopTargetMenu__TargetData = (void *)0x05FF8AC0; -const void * RTTI_WorkshopTargetMenu__TargetMenuData = (void *)0x05FF8690; -const void * RTTI_WorkshopTargetMenu__WorkshopTargetEventShuttle = (void *)0x05FF8CB0; -const void * RTTI_WorkshopUI__ConfirmDeferDeleteCallback = (void *)0x060B3FD8; -const void * RTTI_WorkshopUI__StateBulldoze = (void *)0x060B4268; -const void * RTTI_WorkshopUI__StateIdle = (void *)0x060B42D0; -const void * RTTI_WorkshopUI__StateInspectColors = (void *)0x060B4300; -const void * RTTI_WorkshopUI__StateInspectIdle = (void *)0x060B3FA0; -const void * RTTI_WorkshopUI__StateInspectItem = (void *)0x060B3F28; -const void * RTTI_WorkshopUI__StateModifyColors = (void *)0x060B4298; -const void * RTTI_WorkshopUI__StateUpdateExistingItemPlacement = (void *)0x060B4190; -const void * RTTI_WorkshopUI__StateUpdateNewDeployablePlacement = (void *)0x060B4140; -const void * RTTI_WorkshopUI__StateUpdateNewItemPlacement = (void *)0x060B3F60; -const void * RTTI_WorkshopUI__StateUpdateTransferLinkPlacement = (void *)0x060B41E0; -const void * RTTI_WorkshopUI__StateUpdateWirePlacement = (void *)0x060B4228; -const void * RTTI_WorkshopUI__UIStateMachine = (void *)0x05E745E0; -const void * RTTI_Workshop_BlueprintMenu = (void *)0x05FF8F40; -const void * RTTI_Workshop__BulldozeOnlyWorkshopItem = (void *)0x060B2208; -const void * RTTI_Workshop__DecoratedHabWorkshopItem = (void *)0x05F5B790; -const void * RTTI_Workshop__ExtraData = (void *)0x05EC9288; -const void * RTTI_Workshop__InventoryItemWorkshopItem = (void *)0x060B2278; -const void * RTTI_Workshop__MainStatusHandler = (void *)0x05DFC598; -const void * RTTI_Workshop__PackinWorkshopItem = (void *)0x05F5B7C8; -const void * RTTI_Workshop__PowerLinkWorkshopItem = (void *)0x060B2240; -const void * RTTI_Workshop__SingleWorkshopItem = (void *)0x05F5B840; -const void * RTTI_Workshop__TESObjectREFRGameEventListener = (void *)0x060B21C8; -const void * RTTI_Workshop__TransferLinkWorkshopItem = (void *)0x060B22B8; -const void * RTTI_Workshop__WireWorkshopItem = (void *)0x060B2C48; -const void * RTTI_Workshop__WorkshopItemBase = (void *)0x05F5B950; -const void * RTTI_Workshop__WorkshopMenuNode = (void *)0x05E79618; -const void * RTTI_Workshop__WorkshopMenuNodeBuildableObject = (void *)0x05F59C58; -const void * RTTI_Workshop__WorkshopMenuNodeBulldozer = (void *)0x05F59C98; -const void * RTTI_Workshop__WorkshopMenuNodeDecoratedHab = (void *)0x060B30A8; -const void * RTTI_Workshop__WorkshopMenuNodeLockLevel = (void *)0x05F59CD8; -const void * RTTI_Workshop__WorkshopMenuNodeOutpost = (void *)0x05E795E0; -const void * RTTI_Workshop__WorkshopStatisticsEventSink = (void *)0x05E747A8; -const void * RTTI_ZeroOverheadHeap = (void *)0x060C95D0; -const void * RTTI_ZeroPitchHandler = (void *)0x06042BA0; -const void * RTTI_ZoneEntry = (void *)0x05F3CE70; -const void * RTTI_bhkBipedOrientationController = (void *)0x060D76F8; -const void * RTTI_bhkBlockStreamAllocatorBase = (void *)0x060CE2D8; -const void * RTTI_bhkCharProxyController = (void *)0x060D1E78; -const void * RTTI_bhkCharProxyControllerCinfo = (void *)0x060D1ED0; -const void * RTTI_bhkCharProxyManager = (void *)0x060CEE48; -const void * RTTI_bhkCharRigidBodyController = (void *)0x060D2AB8; -const void * RTTI_bhkCharRigidBodyControllerCinfo = (void *)0x060D28B8; -const void * RTTI_bhkCharRigidBodyManager = (void *)0x060CEEB0; -const void * RTTI_bhkCharacterCollisionHandler = (void *)0x0602B518; -const void * RTTI_bhkCharacterController = (void *)0x060D1820; -const void * RTTI_bhkCharacterControllerCinfo = (void *)0x060D1AF0; -const void * RTTI_bhkCharacterControllerShapeManager__hknpConvexShapeEx = (void *)0x060D1590; -const void * RTTI_bhkCharacterPointCollector = (void *)0x060D7910; -const void * RTTI_bhkCharacterProxy = (void *)0x060D1EA8; -const void * RTTI_bhkCharacterRigidBody = (void *)0x060D2888; -const void * RTTI_bhkCharacterRigidBodyCinfo = (void *)0x060D2AF0; -const void * RTTI_bhkCharacterStateClimbing = (void *)0x060D1680; -const void * RTTI_bhkCharacterStateFloating = (void *)0x060D7860; -const void * RTTI_bhkCharacterStateFlying = (void *)0x060D16B0; -const void * RTTI_bhkCharacterStateInAir = (void *)0x060D7830; -const void * RTTI_bhkCharacterStateJumping = (void *)0x060D7800; -const void * RTTI_bhkCharacterStateOnGround = (void *)0x060D77D0; -const void * RTTI_bhkCharacterStateSpaceship = (void *)0x060CC850; -const void * RTTI_bhkCharacterStateSwimming = (void *)0x060D2820; -const void * RTTI_bhkCollisionFilter = (void *)0x060D1350; -const void * RTTI_bhkICharOrientationController = (void *)0x060D1AB8; -const void * RTTI_bhkIWorldStepListener = (void *)0x05E83098; -const void * RTTI_bhkMemorySystem = (void *)0x060D7470; -const void * RTTI_bhkNPCollisionObject = (void *)0x06025E60; -const void * RTTI_bhkNPCollisionObjectUnlinked = (void *)0x06025DE8; -const void * RTTI_bhkNPCollisionObjectUnlinked__LinkExtraData = (void *)0x060CFF80; -const void * RTTI_bhkNPCollisionProxyObject = (void *)0x060CFFC8; -const void * RTTI_bhkNPModelNodeComponent = (void *)0x05EDB850; -const void * RTTI_bhkParticlesManagerModifier = (void *)0x060CFA38; -const void * RTTI_bhkPhysicsSystem = (void *)0x060D1490; -const void * RTTI_bhkQuadOrientationController = (void *)0x060D78D8; -const void * RTTI_bhkRagdollPenetrationManager = (void *)0x060D73C0; -const void * RTTI_bhkRagdollSystem = (void *)0x060D14B8; -const void * RTTI_bhkRandomVelocityGenerator__INISettingCollectionEx = (void *)0x05E137A0; -const void * RTTI_bhkRandomVelocityGenerator__INISettingEx = (void *)0x05E71F18; -const void * RTTI_bhkThreadMemorySource = (void *)0x060D7ED0; -const void * RTTI_bhkThreadMemorySource__RowBlockAllocatorImpl = (void *)0x060D7F00; -const void * RTTI_bhkThreadPool = (void *)0x060D22B8; -const void * RTTI_bhkTrapListener = (void *)0x05F3E4E8; -const void * RTTI_bhkWorld = (void *)0x060CC9C8; -const void * RTTI_bhkWorldM = (void *)0x060D1F08; -const void * RTTI_bnet__Account__ExternalAuthInfo = (void *)0x061681C0; -const void * RTTI_bnet__AsyncOperationProxy = (void *)0x061643B8; -const void * RTTI_bnet__impl__AsyncOperation = (void *)0x06164000; -const void * RTTI_bps__client__BIEventClient__BulkEventsResult = (void *)0x05EA3CD0; -const void * RTTI_bps__client__BIEventClient__CreateSessionResult = (void *)0x060B7EA0; -const void * RTTI_bps__client__BaseRequestImpl = (void *)0x060B8470; -const void * RTTI_bps__client__Services = (void *)0x060B8510; -const void * RTTI_castTest__Interface0 = (void *)0x05DCE558; -const void * RTTI_castTest__Interface1 = (void *)0x05DCE588; -const void * RTTI_castTest__Interface2 = (void *)0x05DCE5B8; -const void * RTTI_castTest__InterfaceBase = (void *)0x05DCE4F0; -const void * RTTI_castTest__InterfaceOtherBase = (void *)0x05DCE520; -const void * RTTI_castTest__Leaf = (void *)0x05DCE498; -const void * RTTI_castTest__OtherLeaf = (void *)0x05DCE4C0; -const void * RTTI_castTest__Root = (void *)0x05DCE470; -const void * RTTI_castTest__WithInterfaces = (void *)0x05DCE5E8; -const void * RTTI_hclAction = (void *)0x06029D40; -const void * RTTI_hclAntiPinchConstraintInstanceData = (void *)0x05DD3A18; -const void * RTTI_hclAntiPinchConstraintSet = (void *)0x05DD2588; -const void * RTTI_hclBSClothParameterizedWindAction = (void *)0x060D74F8; -const void * RTTI_hclBSClothPickingAction = (void *)0x06029D60; -const void * RTTI_hclBSWorld = (void *)0x060CF168; -const void * RTTI_hclBendLinkConstraintSet = (void *)0x05DD25B8; -const void * RTTI_hclBendLinkConstraintSetMx = (void *)0x05DD25E8; -const void * RTTI_hclBendStiffnessConstraintSet = (void *)0x05DD2620; -const void * RTTI_hclBendStiffnessConstraintSetMx = (void *)0x05DD2658; -const void * RTTI_hclBlendOperatorInstanceData = (void *)0x05DD22B8; -const void * RTTI_hclBlendSomeVerticesOperator = (void *)0x05DD2280; -const void * RTTI_hclBonePlanesConstraintSet = (void *)0x05DD2690; -const void * RTTI_hclBoneSpaceMeshMeshDeformOperator = (void *)0x05DD28E0; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNOperator = (void *)0x05DD2920; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNTBOperator = (void *)0x05DD2960; -const void * RTTI_hclBoneSpaceMeshMeshDeformPNTOperator = (void *)0x05DD29A0; -const void * RTTI_hclBoneSpaceMeshMeshDeformPOperator = (void *)0x05DD29E0; -const void * RTTI_hclBoneSpaceSkinOperator = (void *)0x05DD2A20; -const void * RTTI_hclBoneSpaceSkinPNOperator = (void *)0x05DD2A50; -const void * RTTI_hclBoneSpaceSkinPNTBOperator = (void *)0x05DD2A88; -const void * RTTI_hclBoneSpaceSkinPNTOperator = (void *)0x05DD2AC0; -const void * RTTI_hclBoneSpaceSkinPOperator = (void *)0x05DD2AF8; -const void * RTTI_hclBoneSpaceTransferSimulationOperator = (void *)0x05DD3818; -const void * RTTI_hclBuffer = (void *)0x060D00C8; -const void * RTTI_hclBufferDefinition = (void *)0x05DD2130; -const void * RTTI_hclCapsuleShape = (void *)0x05DD2420; -const void * RTTI_hclClothContainer = (void *)0x05DD28B8; -const void * RTTI_hclClothData = (void *)0x05DD2188; -const void * RTTI_hclClothInstance = (void *)0x05DD20B0; -const void * RTTI_hclClothLeafShapeSensor = (void *)0x05DDA268; -const void * RTTI_hclClothPickingAction = (void *)0x06029DB8; -const void * RTTI_hclClothState = (void *)0x05DD2160; -const void * RTTI_hclClothStateInstanceData = (void *)0x05DD3028; -const void * RTTI_hclCollidable = (void *)0x05DD20D8; -const void * RTTI_hclCollisionConvexes = (void *)0x05DDA398; -const void * RTTI_hclCollisionTriangles = (void *)0x05DDA368; -const void * RTTI_hclCompressibleLinkConstraintSet = (void *)0x05DD26C8; -const void * RTTI_hclCompressibleLinkConstraintSetMx = (void *)0x05DD2700; -const void * RTTI_hclConstraintSet = (void *)0x05DD2208; -const void * RTTI_hclConstraintStiffnessDispatcher = (void *)0x05DD3708; -const void * RTTI_hclConvexGeometryShape = (void *)0x05DD2448; -const void * RTTI_hclConvexHeightFieldShape = (void *)0x05DD2478; -const void * RTTI_hclConvexPlanesShape = (void *)0x05DD24A8; -const void * RTTI_hclCopyVerticesOperator = (void *)0x05DD2F40; -const void * RTTI_hclFullClothTask = (void *)0x05DD3898; -const void * RTTI_hclGatherAllVerticesOperator = (void *)0x05DD2F70; -const void * RTTI_hclGatherSomeVerticesOperator = (void *)0x05DD2FA8; -const void * RTTI_hclInputConvertOperator = (void *)0x05DD2B28; -const void * RTTI_hclLocalRangeConstraintSet = (void *)0x05DD2740; -const void * RTTI_hclMeshBoneDeformOperator = (void *)0x05DD2B88; -const void * RTTI_hclMeshMeshDeformOperator = (void *)0x05DD2BF0; -const void * RTTI_hclMoveParticlesOperator = (void *)0x05DD2C20; -const void * RTTI_hclObjectSpaceMeshMeshDeformOperator = (void *)0x05DD2C50; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNOperator = (void *)0x05DD2C90; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNTBOperator = (void *)0x05DD2CD0; -const void * RTTI_hclObjectSpaceMeshMeshDeformPNTOperator = (void *)0x05DD2D10; -const void * RTTI_hclObjectSpaceMeshMeshDeformPOperator = (void *)0x05DD2D50; -const void * RTTI_hclObjectSpaceSkinOperator = (void *)0x05DD2D90; -const void * RTTI_hclObjectSpaceSkinPNOperator = (void *)0x05DD2DC8; -const void * RTTI_hclObjectSpaceSkinPNTBOperator = (void *)0x05DD2E00; -const void * RTTI_hclObjectSpaceSkinPNTOperator = (void *)0x05DD2E38; -const void * RTTI_hclObjectSpaceSkinPOperator = (void *)0x05DD2E70; -const void * RTTI_hclObjectSpaceTransferSimulationOperator = (void *)0x05DD3858; -const void * RTTI_hclOperator = (void *)0x05DD21E0; -const void * RTTI_hclOperatorSequenceTask = (void *)0x05DD38C0; -const void * RTTI_hclOutputConvertOperator = (void *)0x05DD2B58; -const void * RTTI_hclPlaneShape = (void *)0x05DD24D8; -const void * RTTI_hclPointContactPlanesShape = (void *)0x05DD3740; -const void * RTTI_hclPostExecuteClothTask = (void *)0x05DD3920; -const void * RTTI_hclPreExecuteClothTask = (void *)0x05DD38F0; -const void * RTTI_hclScratchBuffer = (void *)0x05DDA3C8; -const void * RTTI_hclScratchBufferDefinition = (void *)0x05DD3778; -const void * RTTI_hclShadowBuffer = (void *)0x05DDA3F0; -const void * RTTI_hclShadowBufferDefinition = (void *)0x05DD37B0; -const void * RTTI_hclShape = (void *)0x05DD2400; -const void * RTTI_hclSimClothData = (void *)0x05DD2258; -const void * RTTI_hclSimClothInstance = (void *)0x05DD2100; -const void * RTTI_hclSimClothPose = (void *)0x05DD2230; -const void * RTTI_hclSimpleMeshBoneDeformOperator = (void *)0x05DD2BB8; -const void * RTTI_hclSimpleWindAction = (void *)0x060D7530; -const void * RTTI_hclSimulateOperator = (void *)0x05DD2558; -const void * RTTI_hclSimulateOperatorInstanceData = (void *)0x05DD23C8; -const void * RTTI_hclSkinOperator = (void *)0x05DD2EA8; -const void * RTTI_hclSphereShape = (void *)0x05DD2500; -const void * RTTI_hclStandardLinkConstraintSet = (void *)0x05DD2778; -const void * RTTI_hclStandardLinkConstraintSetMx = (void *)0x05DD27B0; -const void * RTTI_hclStateDependencyGraph = (void *)0x05DD21B0; -const void * RTTI_hclStateTransition = (void *)0x05DD22F0; -const void * RTTI_hclStaticShadowBuffer = (void *)0x05DDA418; -const void * RTTI_hclStaticShadowBufferDefinition = (void *)0x05DD37E0; -const void * RTTI_hclStretchLinkConstraintSet = (void *)0x05DD27E8; -const void * RTTI_hclStretchLinkConstraintSetMx = (void *)0x05DD2820; -const void * RTTI_hclTaperedCapsuleShape = (void *)0x05DD2528; -const void * RTTI_hclTransformSetDefinition = (void *)0x05DD2320; -const void * RTTI_hclTransitionConstraintInstanceData = (void *)0x05DD2388; -const void * RTTI_hclTransitionConstraintSet = (void *)0x05DD2350; -const void * RTTI_hclUpdateAllVertexFramesOperator = (void *)0x05DD2ED0; -const void * RTTI_hclUpdateSomeVertexFramesOperator = (void *)0x05DD2F08; -const void * RTTI_hclVdbObjectNode__SimulateOperatorInstanceData = (void *)0x05DD2FE0; -const void * RTTI_hclVolumeConstraint = (void *)0x05DD2858; -const void * RTTI_hclVolumeConstraintInstanceData = (void *)0x05DD39A8; -const void * RTTI_hclVolumeConstraintMx = (void *)0x05DD2888; -const void * RTTI_hclVolumeConstraintMxInstanceData = (void *)0x05DD39E0; -const void * RTTI_hclWorld = (void *)0x060CF190; -const void * RTTI_hctClothSetup20151Options = (void *)0x05DCE2B8; -const void * RTTI_hctClothSetupClothData20151Options = (void *)0x05DCE278; -const void * RTTI_hctClothSetupObjectData20151 = (void *)0x05DCE240; -const void * RTTI_hkBSErrorEmpty = (void *)0x05E75760; -const void * RTTI_hkBaseObject = (void *)0x05E75710; -const void * RTTI_hkBlockStreamAllocator = (void *)0x060CE2A8; -const void * RTTI_hkBlockStreamCommandWriter = (void *)0x05DD8C28; -const void * RTTI_hkBmpFileFormat = (void *)0x05DDA4D8; -const void * RTTI_hkBsdSocket = (void *)0x05DD1DF0; -const void * RTTI_hkBufferedStreamReader = (void *)0x05DD0C48; -const void * RTTI_hkBufferedStreamWriter = (void *)0x05DD0C78; -const void * RTTI_hkConcurrency = (void *)0x05DD8B88; -const void * RTTI_hkDdsFileFormat = (void *)0x05DDA4B0; -const void * RTTI_hkDebugCommandProcessor = (void *)0x05DD5098; -const void * RTTI_hkDebugDisplay = (void *)0x05DD3C68; -const void * RTTI_hkDebugDisplayHandler = (void *)0x05DD3BC0; -const void * RTTI_hkDefaultCompoundMeshBody = (void *)0x05DD9878; -const void * RTTI_hkDefaultCompoundMeshShape = (void *)0x05DD9840; -const void * RTTI_hkDefaultError = (void *)0x05E75698; -const void * RTTI_hkDefaultTaskQueue = (void *)0x05DD0F10; -const void * RTTI_hkDefaultTaskQueueDetail__AsyncThreadPoolContext = (void *)0x05DD1090; -const void * RTTI_hkDefaultTaskQueueDetail__BlockingThreadContext = (void *)0x05DD0FF0; -const void * RTTI_hkDefaultTaskQueueDetail__SpinningThreadContext = (void *)0x05DD1040; -const void * RTTI_hkDefaultTaskQueueEx__ExecutionContext = (void *)0x05DD11A8; -const void * RTTI_hkDefaultTaskQueue__CriticalSection = (void *)0x05DD0F40; -const void * RTTI_hkDefaultTaskQueue__EmptyTask = (void *)0x05DD0FB8; -const void * RTTI_hkDefaultTaskQueue__ThreadContext = (void *)0x05DD0F80; -const void * RTTI_hkDisplayAABB = (void *)0x05DD3C40; -const void * RTTI_hkDisplayCapsule = (void *)0x05DD3BF0; -const void * RTTI_hkDisplayGeometry = (void *)0x05DD3B98; -const void * RTTI_hkDisplaySphere = (void *)0x05DD3C18; -const void * RTTI_hkDisplayWireframe = (void *)0x05DD3C90; -const void * RTTI_hkErrStream = (void *)0x05DCED40; -const void * RTTI_hkError = (void *)0x05E756C0; -const void * RTTI_hkErrorRouter = (void *)0x05DD1210; -const void * RTTI_hkFileSystem = (void *)0x05F3D600; -const void * RTTI_hkFileSystem__Watcher = (void *)0x05DCEC10; -const void * RTTI_hkGeometry = (void *)0x05DCEB18; -const void * RTTI_hkGeometryUtils__IVertices = (void *)0x05DDADA8; -const void * RTTI_hkHardwareInfo = (void *)0x05DD11E8; -const void * RTTI_hkHdrFileFormat = (void *)0x05DDA528; -const void * RTTI_hkImageConversionStep = (void *)0x05DDA550; -const void * RTTI_hkImageConversion_AddAlpha = (void *)0x05DDA668; -const void * RTTI_hkImageConversion_Decode555 = (void *)0x05DDABB8; -const void * RTTI_hkImageConversion_DiscardChannels = (void *)0x05DDAB80; -const void * RTTI_hkImageConversion_FLOAT16_to_32 = (void *)0x05DDA8B8; -const void * RTTI_hkImageConversion_FLOAT32_to_16 = (void *)0x05DDA880; -const void * RTTI_hkImageConversion_FLOAT_to_R11G11B10 = (void *)0x05DDAA80; -const void * RTTI_hkImageConversion_FLOAT_to_SNORM8 = (void *)0x05DDA7C8; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM16 = (void *)0x05DDA800; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM8 = (void *)0x05DDA790; -const void * RTTI_hkImageConversion_FLOAT_to_UNORM8_SRGB = (void *)0x05DDA840; -const void * RTTI_hkImageConversion_Pad_to_RGBA32 = (void *)0x05DDAA10; -const void * RTTI_hkImageConversion_Pad_to_RGBA8 = (void *)0x05DDAA48; -const void * RTTI_hkImageConversion_R11G11B10_to_FLOAT = (void *)0x05DDAAC0; -const void * RTTI_hkImageConversion_R11G11B10_to_HALF = (void *)0x05DDAB00; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED = (void *)0x05DDA8F0; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED = (void *)0x05DDA9B0; -const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED = (void *)0x05DDA950; -const void * RTTI_hkImageConversion_R8G8B8A8_to_R8G8B8 = (void *)0x05DDAB40; -const void * RTTI_hkImageConversion_SNORM8_to_FLOAT = (void *)0x05DDA6D8; -const void * RTTI_hkImageConversion_SetAlpha = (void *)0x05DDA630; -const void * RTTI_hkImageConversion_UNORM16_to_FLOAT = (void *)0x05DDA710; -const void * RTTI_hkImageConversion_UNORM8_SRGB_to_FLOAT = (void *)0x05DDA750; -const void * RTTI_hkImageConversion_UNORM8_to_FLOAT = (void *)0x05DDA6A0; -const void * RTTI_hkImageRef = (void *)0x05DD9AC8; -const void * RTTI_hkImageSwizzleConversion32_2103 = (void *)0x05DDA5F8; -const void * RTTI_hkIndexedTransformSet = (void *)0x05DD9A10; -const void * RTTI_hkIo__Detail__ArrayWriteBufferImpl = (void *)0x05DD0738; -const void * RTTI_hkIo__Detail__ReadBufferImpl = (void *)0x05DD0658; -const void * RTTI_hkIo__Detail__StreamReaderImpl = (void *)0x05DD0690; -const void * RTTI_hkIo__Detail__StreamWriteBufferImpl = (void *)0x05DD0700; -const void * RTTI_hkKeycodeData = (void *)0x05DD9BF8; -const void * RTTI_hkLifoAllocator = (void *)0x05DCEA28; -const void * RTTI_hkLocalFrameGroup = (void *)0x05DD0388; -const void * RTTI_hkLog__Output = (void *)0x05DCEAF0; -const void * RTTI_hkMallocAllocator = (void *)0x05DD1E68; -const void * RTTI_hkMemoryAllocator = (void *)0x060D7448; -const void * RTTI_hkMemoryMeshBody = (void *)0x05DD98A8; -const void * RTTI_hkMemoryMeshMaterial = (void *)0x05DD9900; -const void * RTTI_hkMemoryMeshShape = (void *)0x05DD9930; -const void * RTTI_hkMemoryMeshTexture = (void *)0x05DD98D0; -const void * RTTI_hkMemoryMeshTexture__Sampler = (void *)0x05DD9B38; -const void * RTTI_hkMemoryMeshVertexBuffer = (void *)0x05DD9BA0; -const void * RTTI_hkMemoryResourceContainer = (void *)0x05DD02F0; -const void * RTTI_hkMemoryResourceHandle = (void *)0x05DD02C0; -const void * RTTI_hkMemorySystem = (void *)0x060D7498; -const void * RTTI_hkMemory__ScopedStats__Collector = (void *)0x05DD04A8; -const void * RTTI_hkMeshTexture__Sampler = (void *)0x05DD9B70; -const void * RTTI_hkMeshVertexBuffer = (void *)0x05DD9A70; -const void * RTTI_hkMonitorStreamColorTable = (void *)0x05DD01E0; -const void * RTTI_hkMonitorStreamContainer = (void *)0x05DD0210; -const void * RTTI_hkMonitorStreamStringMap = (void *)0x05DD0180; -const void * RTTI_hkMonitorStreamTypeMap = (void *)0x05DD01B0; -const void * RTTI_hkMultipleVertexBuffer = (void *)0x05DD9A40; -const void * RTTI_hkObjectResource = (void *)0x05DD0890; -const void * RTTI_hkOstream = (void *)0x05DCED68; -const void * RTTI_hkParserBuffer = (void *)0x05DD1E18; -const void * RTTI_hkPrimaryCommandDispatcher = (void *)0x05DD6B08; -const void * RTTI_hkProcessFactory = (void *)0x05DD3B70; -const void * RTTI_hkRefCountedProperties = (void *)0x05DCE960; -const void * RTTI_hkReferencedObject = (void *)0x05E756E0; -const void * RTTI_hkReferencedObjectLock = (void *)0x05DCE9C8; -const void * RTTI_hkReflect__Any__ArrayImpl = (void *)0x05DCF088; -const void * RTTI_hkReflect__AttributeArrayWithOwnership__AllocImpl = (void *)0x05DCEF90; -const void * RTTI_hkReflect__ClonerCallback = (void *)0x05DCEB78; -const void * RTTI_hkReflect__Detail__AllocationImpl = (void *)0x05DCEA50; -const void * RTTI_hkReflect__Detail__AttributeAllocImpl = (void *)0x05DCEDB8; -const void * RTTI_hkReflect__Detail__BuiltinTypeReg = (void *)0x05DD0D60; -const void * RTTI_hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl = (void *)0x05DD0DA0; -const void * RTTI_hkReflect__Detail__CharBufferImpl = (void *)0x05DCF520; -const void * RTTI_hkReflect__Detail__CloneOnHeap = (void *)0x05DCEBA8; -const void * RTTI_hkReflect__Detail__DerivedDataCache = (void *)0x05DCEE60; -const void * RTTI_hkReflect__Detail__HavokRecordImpl = (void *)0x05DCFFF8; -const void * RTTI_hkReflect__Detail__HavokStringImpl = (void *)0x05DD0030; -const void * RTTI_hkReflect__Detail__HeapAllocImpl = (void *)0x05DCF0E8; -const void * RTTI_hkReflect__Detail__HomogeneousArrayImpl = (void *)0x05DCFFB8; -const void * RTTI_hkReflect__Detail__Impl = (void *)0x05DCE8C0; -const void * RTTI_hkReflect__Detail__NullptrImpl = (void *)0x05DCF590; -const void * RTTI_hkReflect__Detail__OpaqueImpl = (void *)0x05DD13C8; -const void * RTTI_hkReflect__Detail__RawPointerImpl = (void *)0x05DCF558; -const void * RTTI_hkReflect__Detail__ReferenceImpl = (void *)0x05DCF618; -const void * RTTI_hkReflect__Detail__ReferencedObjectAllocImpl = (void *)0x05DCFEC0; -const void * RTTI_hkReflect__Detail__ReferencedObjectPointerImpl = (void *)0x05DCF5D0; -const void * RTTI_hkReflect__Detail__RepeatImpl = (void *)0x05DCF4B0; -const void * RTTI_hkReflect__Detail__ScopedPtrImpl = (void *)0x05DCFE58; -const void * RTTI_hkReflect__Detail__SetterArrayImpl = (void *)0x05DCE1B8; -const void * RTTI_hkReflect__Detail__SetterRecordImpl = (void *)0x05DCE120; -const void * RTTI_hkReflect__Detail__StaticArrayImpl = (void *)0x05DCFF08; -const void * RTTI_hkReflect__Detail__StaticStringImpl = (void *)0x05DCF4E8; -const void * RTTI_hkReflect__Detail__StringOut__StringOutImpl = (void *)0x05DD0110; -const void * RTTI_hkReflect__Detail__ViewPointerImpl = (void *)0x05DD0068; -const void * RTTI_hkReflect__Detail__VoidImpl = (void *)0x05DD1400; -const void * RTTI_hkReflect__Detail__hkArrayImpl = (void *)0x05DCFF40; -const void * RTTI_hkReflect__Detail__hkInplaceArrayImpl = (void *)0x05DCFF78; -const void * RTTI_hkReflect__MutableTypeReg = (void *)0x05DD05F8; -const void * RTTI_hkReflect__TypeBuilder = (void *)0x05DCEF58; -const void * RTTI_hkReflect__TypeCopier = (void *)0x05DD0628; -const void * RTTI_hkReflect__TypeReg = (void *)0x05DCEAC8; -const void * RTTI_hkReflect__Var__VarImpl = (void *)0x05DCEBE0; -const void * RTTI_hkReflect__Version__PatchInfoCache = (void *)0x05DD0E50; -const void * RTTI_hkReflect__Version__PatchRegistry = (void *)0x05DD0E88; -const void * RTTI_hkReflect__Version__PatchSet = (void *)0x05DD0E18; -const void * RTTI_hkReflect__Version__Patcher = (void *)0x05DD00E0; -const void * RTTI_hkRelArray_ArrayImpl = (void *)0x05DCF058; -const void * RTTI_hkResource = (void *)0x05DD05A0; -const void * RTTI_hkScalarF_FloatImpl = (void *)0x05DD0150; -const void * RTTI_hkSecondaryCommandDispatcher = (void *)0x05DD4F90; -const void * RTTI_hkSeekableStreamReader = (void *)0x05DCEC40; -const void * RTTI_hkSerialize__Bundle = (void *)0x05DD1308; -const void * RTTI_hkSerialize__BundleBuilder = (void *)0x05DD1398; -const void * RTTI_hkSerialize__Detail__ChainingCloneCallback = (void *)0x05DD0520; -const void * RTTI_hkSerialize__Detail__CloneToRegistered = (void *)0x05DD04E0; -const void * RTTI_hkSerialize__Detail__SkipDyingCallback = (void *)0x05DD0560; -const void * RTTI_hkSerialize__Detail__TagfileArrayImpl = (void *)0x05DD14E0; -const void * RTTI_hkSerialize__Detail__TagfileBundle = (void *)0x05DD1468; -const void * RTTI_hkSerialize__Detail__TagfilePointerImpl = (void *)0x05DD14A0; -const void * RTTI_hkSerialize__Detail__TagfileStringImpl = (void *)0x05DD1520; -const void * RTTI_hkSerialize__NoteHandler = (void *)0x05DD07A8; -const void * RTTI_hkSerialize__ReadFormat = (void *)0x05DD1368; -const void * RTTI_hkSerialize__TagfileReadFormat = (void *)0x05DD1430; -const void * RTTI_hkSerialize__TagfileWriteFormat = (void *)0x05DD08B8; -const void * RTTI_hkSerialize__TagfileWriteFormat__Impl = (void *)0x05DD0920; -const void * RTTI_hkSerialize__WriteFormat = (void *)0x05DD08F0; -const void * RTTI_hkSimdDouble64_FloatImpl = (void *)0x05DCEE30; -const void * RTTI_hkSimpleLocalFrame = (void *)0x05DD03D8; -const void * RTTI_hkSkinBinding = (void *)0x05DD9958; -const void * RTTI_hkSkinnedRefMeshShape = (void *)0x05DD99E0; -const void * RTTI_hkSlot = (void *)0x05EE9A98; -const void * RTTI_hkSocket = (void *)0x05DD1238; -const void * RTTI_hkSocket__ReaderAdapter = (void *)0x05DD1258; -const void * RTTI_hkSocket__WriterAdapter = (void *)0x05DD1288; -const void * RTTI_hkSolverAllocator = (void *)0x05DD1EB8; -const void * RTTI_hkStackTracer = (void *)0x05DD12B8; -const void * RTTI_hkStdioStreamReader = (void *)0x05DD0CA8; -const void * RTTI_hkStorageSkinnedMeshShape = (void *)0x05DD99B0; -const void * RTTI_hkStreamReader = (void *)0x05F3D680; -const void * RTTI_hkStreamWriter = (void *)0x05F3D658; -const void * RTTI_hkStringBuf__StringImpl = (void *)0x05DCFE90; -const void * RTTI_hkStringObject = (void *)0x05DCE0F8; -const void * RTTI_hkStringPtr__StringImpl = (void *)0x05DCE9F8; -const void * RTTI_hkStringView__StringImpl = (void *)0x05DCEF28; -const void * RTTI_hkTask = (void *)0x060CEDF8; -const void * RTTI_hkTaskGraph = (void *)0x060CEDD0; -const void * RTTI_hkTaskQueue = (void *)0x05DD0EC0; -const void * RTTI_hkTaskQueue_BatchingTask = (void *)0x05DD1DC0; -const void * RTTI_hkTask__ExecutionContext = (void *)0x060CEE18; -const void * RTTI_hkTgaFileFormat = (void *)0x05DDA500; -const void * RTTI_hkThread = (void *)0x05DD0CD8; -const void * RTTI_hkThreadMemory = (void *)0x05DD1E90; -const void * RTTI_hkThreadPool = (void *)0x060D22E0; -const void * RTTI_hkTransientAllocator = (void *)0x05DD0DE8; -const void * RTTI_hkTypeVm__ArrayInstruction = (void *)0x05DD0A98; -const void * RTTI_hkTypeVm__BlockInstruction = (void *)0x05DD0AC8; -const void * RTTI_hkTypeVm__BlockPass = (void *)0x05DD0AF8; -const void * RTTI_hkTypeVm__CheckTypeKindsPass = (void *)0x05DD0BD0; -const void * RTTI_hkTypeVm__DefaultInstruction = (void *)0x05DD09F0; -const void * RTTI_hkTypeVm__GenerateConvertNumericKindPass = (void *)0x05DD0C08; -const void * RTTI_hkTypeVm__InlineFixedArrayPass = (void *)0x05DD0B28; -const void * RTTI_hkTypeVm__InlineRecordPass = (void *)0x05DD0B60; -const void * RTTI_hkTypeVm__Instruction = (void *)0x05DD0990; -const void * RTTI_hkTypeVm__IntAndFloatConversionPass = (void *)0x05DD0B90; -const void * RTTI_hkTypeVm__NopInstruction = (void *)0x05DD09C0; -const void * RTTI_hkTypeVm__Pass = (void *)0x05DD0440; -const void * RTTI_hkTypeVm__ProgramInstruction = (void *)0x05DD0A28; -const void * RTTI_hkTypeVm__RecordInstruction = (void *)0x05DD0A60; -const void * RTTI_hkUuidObject = (void *)0x05DCEEC8; -const void * RTTI_hkUuidPseudoRandomGenerator = (void *)0x05DCEEF0; -const void * RTTI_hkViewport = (void *)0x05DCE2E8; -const void * RTTI_hkWin32FileSystem = (void *)0x05F3D5D8; -const void * RTTI_hkWin32FileSystem__WatcherImpl = (void *)0x05DCECD8; -const void * RTTI_hkWin32StreamWriter = (void *)0x05DD0D30; -const void * RTTI_hkXmlLexAnalyzer = (void *)0x05DD1E40; -const void * RTTI_hkXmlStreamParser = (void *)0x05DD12E0; -const void * RTTI_hk__IsValueArray__Impl = (void *)0x05DCED88; -const void * RTTI_hkaSkeleton = (void *)0x05DD9AA0; -const void * RTTI_hkcdDynamicAabbTree = (void *)0x05DD9770; -const void * RTTI_hkcdDynamicAabbTree__Impl = (void *)0x05DD96E0; -const void * RTTI_hkcdGsk_Float3ShapeAOnlyInterface = (void *)0x05DD9030; -const void * RTTI_hkcdGsk_Float3ShapeInterface = (void *)0x05DD8FF8; -const void * RTTI_hkcdPlanarCsgOperand = (void *)0x05DD8D08; -const void * RTTI_hkcdPlanarEntity = (void *)0x05DD8CA8; -const void * RTTI_hkcdPlanarGeometry = (void *)0x05DD8ED0; -const void * RTTI_hkcdPlanarGeometryPlanesCollection = (void *)0x05DD8D78; -const void * RTTI_hkcdPlanarGeometryPolygonCollection = (void *)0x05DD8D38; -const void * RTTI_hkcdPlanarGeometry__VertexStorage = (void *)0x05DD8F00; -const void * RTTI_hkcdPlanarSolid = (void *)0x05DD8DB8; -const void * RTTI_hkcdPlanarSolid__NodeStorage = (void *)0x05DD8CD0; -const void * RTTI_hkcdSimdTreeUtils__Build__EmptyRunnable = (void *)0x05DD90A8; -const void * RTTI_hkcdSimdTreeUtils__Build__Task = (void *)0x05DD9200; -const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper = (void *)0x05DD9290; -const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper = (void *)0x05DD9240; -const void * RTTI_hkcdSimdTree__BuildContext = (void *)0x05DD79F8; -const void * RTTI_hkcdSimdTree__ICustomRefit = (void *)0x05DD8FC8; -const void * RTTI_hkcdSimdTree__IParallelBuild__IRunnable = (void *)0x05DD9068; -const void * RTTI_hkcdSimdTree__LeafCollector = (void *)0x05DD5740; -const void * RTTI_hkcdSimdTree__PairCollector = (void *)0x05DD8080; -const void * RTTI_hkcdStaticAabbTree = (void *)0x05DD9710; -const void * RTTI_hkcdStaticAabbTree__Impl = (void *)0x05DD9740; -const void * RTTI_hkcdStaticMeshTree__GeometryProvider = (void *)0x05DDAE58; -const void * RTTI_hkgpCgo__Config = (void *)0x060D0608; -const void * RTTI_hkgpConvexHull = (void *)0x05DD1EE0; -const void * RTTI_hkgpDeprecatedConvexDecompositionImpl__DefaultProgress = (void *)0x05DD8E80; -const void * RTTI_hkgpDeprecatedConvexDecompositionInternal__IInternal = (void *)0x05DD8E30; -const void * RTTI_hkgpDeprecatedConvexDecomposition__IProgress = (void *)0x05DD8DE0; -const void * RTTI_hkgpMesh__IConvexOverlap = (void *)0x05DD1F88; -const void * RTTI_hknpAction = (void *)0x05EBEB08; -const void * RTTI_hknpActionManager = (void *)0x05DD5C08; -const void * RTTI_hknpAddActiveBodyPairsTask = (void *)0x05DD6C10; -const void * RTTI_hknpAllHitsCollector = (void *)0x05EAE530; -const void * RTTI_hknpAnimatedShapeSurfaceVelocityModifier = (void *)0x05DD7140; -const void * RTTI_hknpAnyHitCollector = (void *)0x05EAE470; -const void * RTTI_hknpApiCommandProcessor = (void *)0x05DD51B0; -const void * RTTI_hknpApplyDragTask = (void *)0x05DD7E20; -const void * RTTI_hknpArrayAction = (void *)0x060D25B0; -const void * RTTI_hknpBSCharacterProxy = (void *)0x060D2770; -const void * RTTI_hknpBSCharacterRigidBody = (void *)0x060D7D28; -const void * RTTI_hknpBSCustomCollisionFilter = (void *)0x05EAE4D0; -const void * RTTI_hknpBSMaterial = (void *)0x060D0810; -const void * RTTI_hknpBSMaterialProperties = (void *)0x05F18C20; -const void * RTTI_hknpBSMotionPropertiesLibrary = (void *)0x060CEEE0; -const void * RTTI_hknpBSMouseSpringAction = (void *)0x060D27F0; -const void * RTTI_hknpBSMoveLimitModifier = (void *)0x060D1B28; -const void * RTTI_hknpBSPlacementStreamCache = (void *)0x060D1458; -const void * RTTI_hknpBSShapeCodec = (void *)0x060CF348; -const void * RTTI_hknpBSWorld = (void *)0x060CECE8; -const void * RTTI_hknpBSWorldUtil__hknpBSPhysicsSystem = (void *)0x060CE518; -const void * RTTI_hknpBSWorldUtil__hknpBSRagdoll = (void *)0x060CE348; -const void * RTTI_hknpBackfaceCollisionModifier = (void *)0x060CF370; -const void * RTTI_hknpBallGun = (void *)0x05DD43F0; -const void * RTTI_hknpBinaryAction = (void *)0x05DD4370; -const void * RTTI_hknpBodyData = (void *)0x05DD4528; -const void * RTTI_hknpBodyIntegrator = (void *)0x05DD3E00; -const void * RTTI_hknpBodyQuality = (void *)0x060CEF18; -const void * RTTI_hknpBodyQualityLibrary = (void *)0x05DD3DD0; -const void * RTTI_hknpBodyReference = (void *)0x05DD3CC0; -const void * RTTI_hknpBoxShape = (void *)0x05DD4C18; -const void * RTTI_hknpBreakableConstraintData = (void *)0x05DD4CE0; -const void * RTTI_hknpBroadPhase = (void *)0x05DDB538; -const void * RTTI_hknpBroadphaseTriggerCollisionDetector = (void *)0x05DD74A8; -const void * RTTI_hknpBuildConstraintJacobiansTask = (void *)0x05DD7EF0; -const void * RTTI_hknpCapsuleCapsuleConvexConvexManifoldGenerator = (void *)0x05DD73E0; -const void * RTTI_hknpCapsuleShape = (void *)0x05DD4C40; -const void * RTTI_hknpCharacterContext = (void *)0x05DD4ED0; -const void * RTTI_hknpCharacterProxy = (void *)0x060D25D8; -const void * RTTI_hknpCharacterProxyCinfo = (void *)0x05F5C638; -const void * RTTI_hknpCharacterProxyInternals__QueryCollector = (void *)0x05DD5F90; -const void * RTTI_hknpCharacterProxyListener = (void *)0x05F18258; -const void * RTTI_hknpCharacterRigidBody = (void *)0x060D7D58; -const void * RTTI_hknpCharacterRigidBodyCinfo = (void *)0x060D2850; -const void * RTTI_hknpCharacterStateManager = (void *)0x05DD4F00; -const void * RTTI_hknpCircularSurfaceVelocity = (void *)0x05DD4308; -const void * RTTI_hknpClosestHitCollector = (void *)0x05EA1440; -const void * RTTI_hknpClosestUniqueBodyIdHitCollector = (void *)0x060D1C38; -const void * RTTI_hknpClosestUniqueBodyIdHitCollectorDeprecated = (void *)0x060D1BF0; -const void * RTTI_hknpCollideSyncTask = (void *)0x05DD6F08; -const void * RTTI_hknpCollisionDetector = (void *)0x05DD72C0; -const void * RTTI_hknpCollisionFilter = (void *)0x05EAE560; -const void * RTTI_hknpCollisionQueryCollector = (void *)0x05EA1470; -const void * RTTI_hknpCollisionQueryDispatcher = (void *)0x05DD6858; -const void * RTTI_hknpCompositeCompositeCollisionDetector = (void *)0x05DD7428; -const void * RTTI_hknpCompositeShape = (void *)0x05DD3CE8; -const void * RTTI_hknpCompoundShape = (void *)0x05DD3FC0; -const void * RTTI_hknpCompoundShapeData = (void *)0x05DD3F90; -const void * RTTI_hknpCompoundShapeInternalsCdDynamicTreeKeyMask = (void *)0x05DD40B0; -const void * RTTI_hknpCompoundShapeInternalsSimdTreeKeyMask = (void *)0x05DD4070; -const void * RTTI_hknpCompressedMeshShape = (void *)0x05DD40F8; -const void * RTTI_hknpCompressedMeshShapeCinfo = (void *)0x05F84270; -const void * RTTI_hknpCompressedMeshShapeData = (void *)0x05DDADD8; -const void * RTTI_hknpCompressedMeshShapeInternals__GeometryProvider = (void *)0x05DDAE10; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery = (void *)0x05DDB1E0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled = (void *)0x05DDB240; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0 = (void *)0x05DDB370; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1 = (void *)0x05DDB3E0; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2 = (void *)0x05DDB450; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled = (void *)0x05DDB300; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled = (void *)0x05DDB120; -const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled = (void *)0x05DDB0C0; -const void * RTTI_hknpCompressedMeshShapeInternals__KeyMask = (void *)0x05DDAE98; -const void * RTTI_hknpCompressedMeshShapeInternals__RayCastQueryBase = (void *)0x05DDAFC0; -const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQuery = (void *)0x05DD60E0; -const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQueryScaled = (void *)0x05DD6130; -const void * RTTI_hknpConstraintAtomSolver = (void *)0x05DD4FC8; -const void * RTTI_hknpConstraintCollisionFilter = (void *)0x05DD6340; -const void * RTTI_hknpConstraintForceEventCreator = (void *)0x05DD74E8; -const void * RTTI_hknpConstraintForceExceededEventCreator = (void *)0x05DD7520; -const void * RTTI_hknpContactImpulseClippedEventCreator = (void *)0x05DD6F98; -const void * RTTI_hknpContactImpulseEventCreator = (void *)0x05DD6FD8; -const void * RTTI_hknpConvexCompositeCollisionDetector = (void *)0x05DD7398; -const void * RTTI_hknpConvexConvexCollisionDetector = (void *)0x05DD7FD0; -const void * RTTI_hknpConvexConvexShapeBaseInterface = (void *)0x05DDB4F8; -const void * RTTI_hknpConvexShape = (void *)0x060D1560; -const void * RTTI_hknpCylinderShape = (void *)0x05DD4C68; -const void * RTTI_hknpDeactivationMaintenanceTask = (void *)0x05DD6D60; -const void * RTTI_hknpDecoratorShape = (void *)0x05DD4040; -const void * RTTI_hknpDefaultBroadPhaseConfig = (void *)0x060CEE78; -const void * RTTI_hknpDefaultCompressedMeshShapeCinfo = (void *)0x05F84230; -const void * RTTI_hknpDefaultExternMeshShapeGeometry = (void *)0x05DD4190; -const void * RTTI_hknpDefaultHeightFieldGeometry = (void *)0x05DD4B80; -const void * RTTI_hknpDefaultModifierSet = (void *)0x05DD6F38; -const void * RTTI_hknpDeflectedLinearCast__CheckStartCollector = (void *)0x05DD7940; -const void * RTTI_hknpDeflectedLinearCast__FilteredQueryCollector = (void *)0x05DD78F0; -const void * RTTI_hknpDeflectedLinearCast__QueryFilter = (void *)0x05DD7988; -const void * RTTI_hknpDestructionShapeProperties = (void *)0x05DD4498; -const void * RTTI_hknpDisableCollisionFilter = (void *)0x05DD3EE0; -const void * RTTI_hknpDummyShape = (void *)0x05DD42A8; -const void * RTTI_hknpDynamicSpaceSplitter = (void *)0x05DD6BE0; -const void * RTTI_hknpEaseConstraintsAction = (void *)0x060D2420; -const void * RTTI_hknpEasePenetrationsAction = (void *)0x05DD5EA0; -const void * RTTI_hknpEventDispatcher = (void *)0x05DD6A60; -const void * RTTI_hknpEventMergeAndDispatcher = (void *)0x05DD6A90; -const void * RTTI_hknpExtendedExternMeshShapeGeometry = (void *)0x05DD41D0; -const void * RTTI_hknpExternMeshShape = (void *)0x05DD4BE8; -const void * RTTI_hknpExternMeshShapeBuildContext = (void *)0x05DDAD70; -const void * RTTI_hknpExternMeshShapeData = (void *)0x05DD4128; -const void * RTTI_hknpFaceClipConvexConvexManifoldGenerator = (void *)0x05DD7F90; -const void * RTTI_hknpFinalizeNarrowPhaseGridTask = (void *)0x05DD6E60; -const void * RTTI_hknpFinalizeNarrowPhasePairsTask = (void *)0x05DD6E28; -const void * RTTI_hknpFireSignalTask = (void *)0x05DD7A28; -const void * RTTI_hknpFirstPersonCharacter = (void *)0x05DD4468; -const void * RTTI_hknpFirstPersonGun = (void *)0x05DD43C0; -const void * RTTI_hknpFixedClosestHitCollector = (void *)0x060D13E0; -const void * RTTI_hknpFixedClosestUniqueBodyHitCollector = (void *)0x060D1418; -const void * RTTI_hknpFlipBackfaceCollisionModifier = (void *)0x05DD71B0; -const void * RTTI_hknpFlippedGetClosestPointsQueryCollector = (void *)0x05DD6750; -const void * RTTI_hknpFlippedShapeCastQueryCollector = (void *)0x05DD6890; -const void * RTTI_hknpForwardClosestHitCollector = (void *)0x05DD6710; -const void * RTTI_hknpFullCast__ManifoldGenerator = (void *)0x05DD7DE8; -const void * RTTI_hknpGenSolverTasksTask = (void *)0x05DD6DC8; -const void * RTTI_hknpGlobals = (void *)0x05DD6800; -const void * RTTI_hknpGravityGun = (void *)0x05DD4418; -const void * RTTI_hknpGroupCollisionFilter = (void *)0x05DD6298; -const void * RTTI_hknpHeightFieldBoundingVolume = (void *)0x05DD4D80; -const void * RTTI_hknpHeightFieldGeometry = (void *)0x05DD4BB8; -const void * RTTI_hknpHeightFieldShape = (void *)0x05DD3D18; -const void * RTTI_hknpHitScalingCollector = (void *)0x05DD57B0; -const void * RTTI_hknpInternalCommandProcessor = (void *)0x05DD4F58; -const void * RTTI_hknpLeafShapeSensor = (void *)0x05DDA298; -const void * RTTI_hknpLegacyRestitutionModifier = (void *)0x05DD70A0; -const void * RTTI_hknpLinearSurfaceVelocity = (void *)0x05DD4340; -const void * RTTI_hknpLodShape = (void *)0x05DD3E88; -const void * RTTI_hknpMalleableConstraintData = (void *)0x05DD4D48; -const void * RTTI_hknpManifoldEventCreator = (void *)0x05DD7180; -const void * RTTI_hknpMaskedCompoundShape = (void *)0x05DD4B50; -const void * RTTI_hknpMaskedShape = (void *)0x05DD4018; -const void * RTTI_hknpMaskedShape__MaskWrapper = (void *)0x05DD4270; -const void * RTTI_hknpMassChangerModifier = (void *)0x05DD7010; -const void * RTTI_hknpMaterialData = (void *)0x05DD44D0; -const void * RTTI_hknpMaterialLibrary = (void *)0x060CF078; -const void * RTTI_hknpMaterialPalette = (void *)0x05DD3EB0; -const void * RTTI_hknpModifier = (void *)0x05E757D8; -const void * RTTI_hknpMotionPropertiesData = (void *)0x05DD44F8; -const void * RTTI_hknpMotionPropertiesLibrary = (void *)0x060CF130; -const void * RTTI_hknpMotionWeldingModifier = (void *)0x05DD7258; -const void * RTTI_hknpMountedBallGun = (void *)0x05DD64F0; -const void * RTTI_hknpMultithreadedSimulation = (void *)0x05DD6C48; -const void * RTTI_hknpNeighborWeldingModifier = (void *)0x05DD7220; -const void * RTTI_hknpNullShapeTagCodec = (void *)0x05DD6828; -const void * RTTI_hknpPairCollisionFilter = (void *)0x05DD4B20; -const void * RTTI_hknpParticleEventCreator = (void *)0x05DD7560; -const void * RTTI_hknpParticleShapeLibrary = (void *)0x05DD7D80; -const void * RTTI_hknpParticleSimulationContext = (void *)0x05DD76C8; -const void * RTTI_hknpParticlesClosestHitOnMeshCollector = (void *)0x05DD8040; -const void * RTTI_hknpParticlesCollider = (void *)0x05DD79C8; -const void * RTTI_hknpParticlesColliderShape = (void *)0x05DD42D0; -const void * RTTI_hknpParticlesCollisionFilter = (void *)0x05DD8008; -const void * RTTI_hknpParticlesDynamicHitsCollector = (void *)0x05DD8158; -const void * RTTI_hknpParticlesStaticCollector = (void *)0x05DD8120; -const void * RTTI_hknpPhysicsSceneData = (void *)0x05DD4578; -const void * RTTI_hknpPhysicsSystem = (void *)0x060CE558; -const void * RTTI_hknpPhysicsSystemData = (void *)0x05EBAA70; -const void * RTTI_hknpPostCollideTask = (void *)0x05DD6C80; -const void * RTTI_hknpPostSolveTask = (void *)0x05DD6D00; -const void * RTTI_hknpPreSolveTask = (void *)0x05DD6CD8; -const void * RTTI_hknpPrepareConstraintsTask = (void *)0x05DD7EB8; -const void * RTTI_hknpPrepareNarrowPhasePairsTask = (void *)0x05DD7E80; -const void * RTTI_hknpPrepareNarrowPhaseTask = (void *)0x05DD7E48; -const void * RTTI_hknpPrepareSolverData = (void *)0x05DD7F58; -const void * RTTI_hknpProcessFullCastsTask = (void *)0x05DD6D98; -const void * RTTI_hknpProcessNarrowPhaseGridTask = (void *)0x05DD6D28; -const void * RTTI_hknpProcessNarrowPhasePairsTask = (void *)0x05DD7DB0; -const void * RTTI_hknpProjectileGun = (void *)0x05DD4440; -const void * RTTI_hknpRagdoll = (void *)0x060CE380; -const void * RTTI_hknpRagdollData = (void *)0x05DD66E8; -const void * RTTI_hknpRefDragProperties = (void *)0x05DD3DA0; -const void * RTTI_hknpRefMassDistribution = (void *)0x060D1510; -const void * RTTI_hknpRefMaterial = (void *)0x05DD3E60; -const void * RTTI_hknpRefWorldCinfo = (void *)0x05DD4550; -const void * RTTI_hknpRestitutionModifier = (void *)0x05DD7070; -const void * RTTI_hknpSafeEaseConstraintsAction = (void *)0x060D23E8; -const void * RTTI_hknpScaledConvexShape = (void *)0x05DD4240; -const void * RTTI_hknpScaledConvexShapeBase = (void *)0x05DD4210; -const void * RTTI_hknpSetShapeKeyACdDetector = (void *)0x05DD7328; -const void * RTTI_hknpShape = (void *)0x060D1540; -const void * RTTI_hknpShapeBuffer = (void *)0x05EAE508; -const void * RTTI_hknpShapeFunctionsSingleton = (void *)0x05DD4DB8; -const void * RTTI_hknpShapeKeyArrayCacheCdDetector = (void *)0x05DD7360; -const void * RTTI_hknpShapeKeyMask = (void *)0x05DD3D48; -const void * RTTI_hknpShapeManager = (void *)0x05DD68D0; -const void * RTTI_hknpShapeMassProperties = (void *)0x05DD3D70; -const void * RTTI_hknpShapeScalingUtil = (void *)0x05DDB798; -const void * RTTI_hknpShape__MassConfig = (void *)0x060D14E0; -const void * RTTI_hknpSignedDistanceFieldCollisionDetector = (void *)0x05DD7468; -const void * RTTI_hknpSimdTreeBroadPhase = (void *)0x05DDB560; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__CollideTrees = (void *)0x05DDB698; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty = (void *)0x05DDB5F0; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__Finalize = (void *)0x05DDB6D8; -const void * RTTI_hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData = (void *)0x05DDB650; -const void * RTTI_hknpSimulation = (void *)0x05DD4F30; -const void * RTTI_hknpSingleCellSpaceSplitter = (void *)0x05DD6BA8; -const void * RTTI_hknpSingleThreadedSimulation = (void *)0x05DD5060; -const void * RTTI_hknpSingleThreadedSolverData = (void *)0x05DD6A28; -const void * RTTI_hknpSoftContactModifier = (void *)0x05DD70D8; -const void * RTTI_hknpSolveFinalizeTask = (void *)0x05DD6DF8; -const void * RTTI_hknpSolverData = (void *)0x05DD6A00; -const void * RTTI_hknpSolverFactoryTask = (void *)0x05DD6E98; -const void * RTTI_hknpSolverSchedulerTask = (void *)0x05DD7F28; -const void * RTTI_hknpSortFinalizeNarrowPhasePairsTask = (void *)0x05DD6EC8; -const void * RTTI_hknpSpaceSplitter = (void *)0x05DD6B80; -const void * RTTI_hknpSphereShape = (void *)0x05DD4C90; -const void * RTTI_hknpSpringAction = (void *)0x05DD4398; -const void * RTTI_hknpStreamContactSolver = (void *)0x05DD52F8; -const void * RTTI_hknpSurfaceVelocityModifier = (void *)0x05DD7108; -const void * RTTI_hknpTaskGraph = (void *)0x060CEDA8; -const void * RTTI_hknpTriangleShape = (void *)0x05DD4AF8; -const void * RTTI_hknpTriangleWeldingModifier = (void *)0x05DD71E8; -const void * RTTI_hknpTriggerModifier = (void *)0x05DD7040; -const void * RTTI_hknpTyremarksInfo = (void *)0x05DD4998; -const void * RTTI_hknpTyremarksWheel = (void *)0x05DD4968; -const void * RTTI_hknpUnaryAction = (void *)0x05EBEB30; -const void * RTTI_hknpUniqueBodyIdHitCollector = (void *)0x05F132A8; -const void * RTTI_hknpVariableTimeStepUtil = (void *)0x05DD7640; -const void * RTTI_hknpVehicleData = (void *)0x05DD4940; -const void * RTTI_hknpVehicleDefaultAerodynamics = (void *)0x05DD4608; -const void * RTTI_hknpVehicleDefaultAnalogDriverInput = (void *)0x05DD4740; -const void * RTTI_hknpVehicleDefaultBrake = (void *)0x05DD46D0; -const void * RTTI_hknpVehicleDefaultEngine = (void *)0x05DD47D8; -const void * RTTI_hknpVehicleDefaultSteering = (void *)0x05DD4838; -const void * RTTI_hknpVehicleDefaultSuspension = (void *)0x05DD48D0; -const void * RTTI_hknpVehicleDefaultTransmission = (void *)0x05DD4908; -const void * RTTI_hknpVehicleDefaultVelocityDamper = (void *)0x05DD49F0; -const void * RTTI_hknpVehicleDriverInputAnalogStatus = (void *)0x05DD4700; -const void * RTTI_hknpVehicleInstance = (void *)0x05DD45A8; -const void * RTTI_hknpVehicleLinearCastWheelCollide = (void *)0x05DD4A28; -const void * RTTI_hknpVehicleRayCastWheelCollide = (void *)0x05DD4A98; -const void * RTTI_hknpVehicleSuspension = (void *)0x05DD48A0; -const void * RTTI_hknpVehicleWheelCollide = (void *)0x05DD4870; -const void * RTTI_hknpVehicleWheelCollide__WheelHitCollector = (void *)0x05DD78B0; -const void * RTTI_hknpWeldingModifier = (void *)0x05DD6F68; -const void * RTTI_hknpWorld = (void *)0x060CEC78; -const void * RTTI_hknpWorldSnapshot = (void *)0x05DD4AD0; -const void * RTTI_hkp6DofConstraintData = (void *)0x05DD81E8; -const void * RTTI_hkpAngularFrictionConstraintData = (void *)0x05DD8778; -const void * RTTI_hkpBallAndSocketConstraintData = (void *)0x05DD8218; -const void * RTTI_hkpCallbackConstraintMotor = (void *)0x05DD8698; -const void * RTTI_hkpCogWheelConstraintData = (void *)0x05DD8288; -const void * RTTI_hkpConstraintData = (void *)0x05DD4CB8; -const void * RTTI_hkpConstraintMotor = (void *)0x05DD81B8; -const void * RTTI_hkpDeformableFixedConstraintData = (void *)0x05DD82B8; -const void * RTTI_hkpFixedConstraintData = (void *)0x05DD82F0; -const void * RTTI_hkpHingeConstraintData = (void *)0x05DD8350; -const void * RTTI_hkpHingeLimitsData = (void *)0x05DD8320; -const void * RTTI_hkpLimitedForceConstraintMotor = (void *)0x05DD8660; -const void * RTTI_hkpLimitedHingeConstraintData = (void *)0x05DD8380; -const void * RTTI_hkpLinearClearanceConstraintData = (void *)0x05DD8250; -const void * RTTI_hkpLinearParametricCurve = (void *)0x05DD83E8; -const void * RTTI_hkpPointToPathConstraintData = (void *)0x05DD8418; -const void * RTTI_hkpPointToPlaneConstraintData = (void *)0x05DD8450; -const void * RTTI_hkpPositionConstraintMotor = (void *)0x05DD86D0; -const void * RTTI_hkpPrismaticConstraintData = (void *)0x05DD8488; -const void * RTTI_hkpPulleyConstraintData = (void *)0x05DD84C0; -const void * RTTI_hkpRackAndPinionConstraintData = (void *)0x05DD84F0; -const void * RTTI_hkpRagdollConstraintData = (void *)0x05DD8558; -const void * RTTI_hkpRagdollLimitsData = (void *)0x05DD8528; -const void * RTTI_hkpRotationalConstraintData = (void *)0x05DD8588; -const void * RTTI_hkpSpringDamperConstraintMotor = (void *)0x05DD8708; -const void * RTTI_hkpStiffSpringConstraintData = (void *)0x05DD85C0; -const void * RTTI_hkpVehicleFrictionDescription = (void *)0x05DD4A60; -const void * RTTI_hkpVelocityConstraintMotor = (void *)0x05DD8740; -const void * RTTI_hkpWheelConstraintData = (void *)0x05DD8630; -const void * RTTI_hkpWheelFrictionConstraintData = (void *)0x05DD85F8; -const void * RTTI_hkpWrappedConstraintData = (void *)0x05DD4D18; -const void * RTTI_idLogging__ILogger = (void *)0x06014858; -const void * RTTI_idTCP = (void *)0x06163F78; -const void * RTTI_nlohmann__detail__exception = (void *)0x05FF23E0; -const void * RTTI_nlohmann__detail__input_buffer_adapter = (void *)0x05FF2298; -const void * RTTI_nlohmann__detail__input_stream_adapter = (void *)0x06004728; -const void * RTTI_nlohmann__detail__out_of_range = (void *)0x05FF22D8; -const void * RTTI_nlohmann__detail__parse_error = (void *)0x05FF23A8; -const void * RTTI_nsContainerMenu__ConfirmTakeAllTheThingsCallback = (void *)0x0607D1D0; -const void * RTTI_nsControlMappingData__RemapHandler = (void *)0x05E13F20; -const void * RTTI_nsDataMenuData__GameLoadListener = (void *)0x05E74748; -const void * RTTI_nsDialogueMenu__MenuEventCatcher = (void *)0x0607F238; -const void * RTTI_nsMainMenu__InvalidUserCallback = (void *)0x060835A0; -const void * RTTI_nsMonocle__MenuEventCatcher = (void *)0x05FC80E8; -const void * RTTI_nsMonocle__MonocleFastTravelConfirmFunc = (void *)0x05FC8120; -const void * RTTI_nsPauseMenu__UserDisengagedCallback = (void *)0x05FE1710; -const void * RTTI_nsPickpocketMenu__MenuEventCatcher = (void *)0x05FCB8B8; -const void * RTTI_nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback = (void *)0x05FF8E70; -const void * RTTI_rcContext = (void *)0x05EAB7C8; -const void * RTTI_std___Node_assert = (void *)0x05EA34C0; -const void * RTTI_std___Node_back = (void *)0x05EA3538; -const void * RTTI_std___Node_base = (void *)0x05E790C0; -const void * RTTI_std___Node_capture = (void *)0x05E79098; -const void * RTTI_std___Node_end_group = (void *)0x05E75800; -const void * RTTI_std___Node_end_rep = (void *)0x05EA33C8; -const void * RTTI_std___Node_endif = (void *)0x05EA34E8; -const void * RTTI_std___Node_if = (void *)0x05EA3510; -const void * RTTI_std___Node_rep = (void *)0x05EA33A0; -const void * RTTI_std___Root_node = (void *)0x05E77DB8; -const void * RTTI_std__bad_alloc = (void *)0x05DDB7C8; -const void * RTTI_std__bad_array_new_length = (void *)0x05DDB818; -const void * RTTI_std__bad_cast = (void *)0x05DDBAB0; -const void * RTTI_std__bad_optional_access = (void *)0x05DDFD80; -const void * RTTI_std__bad_variant_access = (void *)0x05DDBCB0; -const void * RTTI_std__exception = (void *)0x05DDB7F0; -const void * RTTI_std__logic_error = (void *)0x05DDB870; -const void * RTTI_std__out_of_range = (void *)0x05DDB848; -const void * RTTI_std__overflow_error = (void *)0x05DD8820; -const void * RTTI_std__range_error = (void *)0x05DD89F8; -const void * RTTI_std__runtime_error = (void *)0x05DE0AB8; -const void * RTTI_std__underflow_error = (void *)0x05DD8850; -const void * RTTI_type_info = (void *)0x05DE9240; +const void * RTTI_AK__StreamMgr__IAkFileLocationResolver = (void *)0x0614C048; +const void * RTTI_AK__StreamMgr__IAkLowLevelIOHook = (void *)0x0614C100; +const void * RTTI_AabbHitCollector = (void *)0x05FC89E0; +const void * RTTI_AbsorbEffect = (void *)0x061EF6A8; +const void * RTTI_AccumulatingValueModifierEffect = (void *)0x061EF6F8; +const void * RTTI_ActionActivateDoneHandler = (void *)0x06238C78; +const void * RTTI_ActionInput = (void *)0x06094198; +const void * RTTI_ActionOutput = (void *)0x060941C0; +const void * RTTI_ActiveEffect = (void *)0x061EF6D0; +const void * RTTI_ActiveEffectReferenceEffectController = (void *)0x061EF730; +const void * RTTI_ActiveModItemDataModel = (void *)0x0618B880; +const void * RTTI_ActiveModItemDataModel__ActiveModItemEventShuttle = (void *)0x0618B970; +const void * RTTI_Actor = (void *)0x05FCC278; +const void * RTTI_ActorKnowledge = (void *)0x062222C8; +const void * RTTI_ActorMagicCaster = (void *)0x061EFA28; +const void * RTTI_ActorMover = (void *)0x062210E0; +const void * RTTI_ActorPackageData = (void *)0x0621AB70; +const void * RTTI_ActorSceneNextPhaseHandler = (void *)0x06233C38; +const void * RTTI_ActorUtils__ArmorRatingVisitor = (void *)0x06219A28; +const void * RTTI_ActorUtils__ArmorRatingVisitorBase = (void *)0x061F1FC0; +const void * RTTI_ActorValueBindingUpdaterService = (void *)0x060A0220; +const void * RTTI_ActorValueInfo = (void *)0x06132FE8; +const void * RTTI_ActorValueOwner = (void *)0x06116C50; +const void * RTTI_ActorValueSnapshot = (void *)0x05FBE770; +const void * RTTI_Actor__ForEachSpellVisitor = (void *)0x061F3090; +const void * RTTI_AddRagdollHandler = (void *)0x06238898; +const void * RTTI_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler = (void *)0x060A9D30; +const void * RTTI_AimAssistData = (void *)0x060FF348; +const void * RTTI_AimAssist__Circle = (void *)0x06067D48; +const void * RTTI_AimAssist__Ellipse = (void *)0x06150300; +const void * RTTI_AimAssist__Pill = (void *)0x061552D8; +const void * RTTI_AimDownSightData = (void *)0x060FF4D0; +const void * RTTI_AimModelData = (void *)0x060FF7B0; +const void * RTTI_AimOpticalSightData = (void *)0x060FF858; +const void * RTTI_AimOpticalSightStates__Active = (void *)0x05FCFF20; +const void * RTTI_AimOpticalSightStates__Base = (void *)0x061556D8; +const void * RTTI_AimOpticalSightStates__BetweenShots = (void *)0x05FCFF58; +const void * RTTI_AimOpticalSightStates__Deinitialization = (void *)0x05FCFE68; +const void * RTTI_AimOpticalSightStates__Inactive = (void *)0x05FCFEA8; +const void * RTTI_AimOpticalSightStates__Initialization = (void *)0x05FCFEE0; +const void * RTTI_AimOpticalSightStates__Ready = (void *)0x05FCFF98; +const void * RTTI_AlarmPackage = (void *)0x05FD1DB8; +const void * RTTI_AlchemyItem = (void *)0x060BBA78; +const void * RTTI_AliasLegendaryRankCalculator = (void *)0x0612D438; +const void * RTTI_AllowRotationHandler = (void *)0x06238918; +const void * RTTI_AllowRotationHandlerReference = (void *)0x06234700; +const void * RTTI_AmmoData = (void *)0x061AE460; +const void * RTTI_AnimGraph = (void *)0x062B0EA8; +const void * RTTI_AnimGraphNode = (void *)0x062B1700; +const void * RTTI_AnimatedCameraDeltaStartHandler = (void *)0x06238110; +const void * RTTI_AnimatedCameraEndHandler = (void *)0x06238148; +const void * RTTI_AnimatedCameraStartHandler = (void *)0x062381A8; +const void * RTTI_AnimationClipDataSingleton = (void *)0x062BFDC0; +const void * RTTI_AnimationCompleteHandler = (void *)0x06238BE8; +const void * RTTI_AnimationCorrectedNode = (void *)0x062BF468; +const void * RTTI_AnimationCorrectedNodeInstance = (void *)0x062BF430; +const void * RTTI_AnimationDrivenHandler = (void *)0x06238840; +const void * RTTI_AnimationDrivenHandlerReference = (void *)0x062346C8; +const void * RTTI_AnimationFileManagerSingleton = (void *)0x062C0028; +const void * RTTI_AnimationGraphInstance = (void *)0x062B24E8; +const void * RTTI_AnimationImpactSelector = (void *)0x062BEFF0; +const void * RTTI_AnimationImpactSelectorInstance = (void *)0x062BF020; +const void * RTTI_AnimationManager = (void *)0x062B16D8; +const void * RTTI_AnimationNode = (void *)0x062BF7B0; +const void * RTTI_AnimationNodeInstance = (void *)0x062BF7D8; +const void * RTTI_AnimationObjectDrawHandler = (void *)0x062385A8; +const void * RTTI_AnimationObjectHideHandler = (void *)0x062385E0; +const void * RTTI_AnimationObjectLoadHandler = (void *)0x06238510; +const void * RTTI_AnimationObjectUnequipAllHandler = (void *)0x06238650; +const void * RTTI_AnimationObjectUnequipHandler = (void *)0x06238618; +const void * RTTI_AnimationRagdoll = (void *)0x062BF2F0; +const void * RTTI_AnimationRagdollDrive = (void *)0x062BF288; +const void * RTTI_AnimationRagdollDriveInstance = (void *)0x062BF2B8; +const void * RTTI_AnimationRagdollInstance = (void *)0x062BF318; +const void * RTTI_AnimationStanceDataSingletonDBData = (void *)0x062C0808; +const void * RTTI_AnimationStreamLoadGame = (void *)0x0611EDE8; +const void * RTTI_AnimationStreamSaveGame = (void *)0x0611EDB8; +const void * RTTI_AnimationSystemUtils__QueuedAnimationHandles = (void *)0x0614A3E0; +const void * RTTI_AnimationSystemUtils__QueuedModelHandles = (void *)0x0614A428; +const void * RTTI_AnimationSystemUtils__QueuedReferenceAnimationTask = (void *)0x0614A390; +const void * RTTI_AnimationSystemUtils__TESModelAndAnimationHandles = (void *)0x06098430; +const void * RTTI_AntiGravityEffect = (void *)0x061EFB28; +const void * RTTI_AnticipateAttackHandler = (void *)0x06237F18; +const void * RTTI_ArchiveFile = (void *)0x06319358; +const void * RTTI_ArmorCraftingMenu = (void *)0x061B2F40; +const void * RTTI_ArrowAttachHandler = (void *)0x06238B58; +const void * RTTI_ArrowDetachHandler = (void *)0x06238B88; +const void * RTTI_ArrowProjectile = (void *)0x0623A8E8; +const void * RTTI_AssignVariable = (void *)0x062BF1C8; +const void * RTTI_AssignVariableInstance = (void *)0x062BF1F0; +const void * RTTI_AssigniState = (void *)0x062BF1A0; +const void * RTTI_AssigniStateInstance = (void *)0x062BF170; +const void * RTTI_AttachDistant3DTask = (void *)0x060BFE50; +const void * RTTI_AttachReferenceHandler = (void *)0x06234B38; +const void * RTTI_AttackStopHandler = (void *)0x06238030; +const void * RTTI_AttractionObjectLOSUtils__CacheEntry = (void *)0x0614F728; +const void * RTTI_AutoVanityState = (void *)0x06271670; +const void * RTTI_AwakeSoundFadeHandler = (void *)0x06234BC8; +const void * RTTI_AwakeSoundPauseHandler = (void *)0x06234CE8; +const void * RTTI_AwakeSoundResumeHandler = (void *)0x06234D18; +const void * RTTI_AwakeSoundStopHandler = (void *)0x06234BF8; +const void * RTTI_BGSAIWorldLocationEditorSpacePointRadius = (void *)0x06093678; +const void * RTTI_BGSAIWorldLocationInteriorCell = (void *)0x060932F0; +const void * RTTI_BGSAIWorldLocationPointRadius = (void *)0x06093390; +const void * RTTI_BGSAIWorldLocationPrimitive = (void *)0x060935A8; +const void * RTTI_BGSAIWorldLocationRefRadius = (void *)0x06093640; +const void * RTTI_BGSAVMData = (void *)0x060A2E28; +const void * RTTI_BGSAbilityPerkEntry = (void *)0x0612D320; +const void * RTTI_BGSAcousticSpace = (void *)0x05FCCD00; +const void * RTTI_BGSAction = (void *)0x0612CA40; +const void * RTTI_BGSActionData = (void *)0x060941E8; +const void * RTTI_BGSActivity = (void *)0x06091430; +const void * RTTI_BGSActivityTrackerFormComponent = (void *)0x060A9C70; +const void * RTTI_BGSActorValueActivity = (void *)0x06091480; +const void * RTTI_BGSActorValueActivity_Runtime = (void *)0x060913F8; +const void * RTTI_BGSAddToInventoryOnDestroy = (void *)0x060A9EA8; +const void * RTTI_BGSAddonNode = (void *)0x06111BE0; +const void * RTTI_BGSAddonNodeSoundHandleExtra = (void *)0x06111BA8; +const void * RTTI_BGSAffinityEvent = (void *)0x0610E138; +const void * RTTI_BGSAimAssistModel = (void *)0x060FF370; +const void * RTTI_BGSAimAssistPoseData = (void *)0x06110F08; +const void * RTTI_BGSAimDownSightModel = (void *)0x060FF4F8; +const void * RTTI_BGSAimModel = (void *)0x060FF748; +const void * RTTI_BGSAimOpticalSightModel = (void *)0x060FF7D8; +const void * RTTI_BGSAmbienceSet = (void *)0x060FF888; +const void * RTTI_BGSAnimationGraphComponent = (void *)0x060957F8; +const void * RTTI_BGSAnimationPathImplementation = (void *)0x06219998; +const void * RTTI_BGSApplyMagicEffectActivity = (void *)0x060917C0; +const void * RTTI_BGSApplyMagicEffectActivity_Runtime = (void *)0x06091780; +const void * RTTI_BGSArtObject = (void *)0x06111C38; +const void * RTTI_BGSArtObjectCloneTask = (void *)0x06111C08; +const void * RTTI_BGSAssociationType = (void *)0x0612CA60; +const void * RTTI_BGSAtmosphere = (void *)0x06110C50; +const void * RTTI_BGSAttachParentArray = (void *)0x060AA240; +const void * RTTI_BGSAttachTechniquesUtil__AttachTechniquesFunctor = (void *)0x060CC590; +const void * RTTI_BGSAttachTechniquesUtil__DetachTechniquesFunctor = (void *)0x060CC5E0; +const void * RTTI_BGSAttachTechniquesUtil__ProcessTechniquesFunctor = (void *)0x060CC710; +const void * RTTI_BGSAttackData = (void *)0x061332F8; +const void * RTTI_BGSAttackDataForm = (void *)0x060C6670; +const void * RTTI_BGSAttackDataMap = (void *)0x061332D0; +const void * RTTI_BGSAttractionRule = (void *)0x0610E160; +const void * RTTI_BGSAudioOcclusionPrimitive = (void *)0x060A13D0; +const void * RTTI_BGSAudio_Internal__LooseAudioRegistrar = (void *)0x0614BE38; +const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo = (void *)0x0614BE80; +const void * RTTI_BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo = (void *)0x0614BED0; +const void * RTTI_BGSAudio_Internal__WwiseGameObjectMgr = (void *)0x0614B510; +const void * RTTI_BGSAudio_Internal__WwiseIODevice = (void *)0x0614B780; +const void * RTTI_BGSAudio_Internal__WwiseIOMgr = (void *)0x0614B748; +const void * RTTI_BGSAudio__IEmitterResolver = (void *)0x0614C138; +const void * RTTI_BGSAudio__RefNodeResolver = (void *)0x0614BFD0; +const void * RTTI_BGSAudio__WwiseService = (void *)0x0614BAE8; +const void * RTTI_BGSBarterActivity = (void *)0x06092A28; +const void * RTTI_BGSBarterActivity_Runtime = (void *)0x060929F8; +const void * RTTI_BGSBaseAlias = (void *)0x0610E238; +const void * RTTI_BGSBaseLODBlock = (void *)0x060A36E8; +const void * RTTI_BGSBaseLODBlock__AutoDetachBlock = (void *)0x060A3710; +const void * RTTI_BGSBaseLODBlock__GeometryAutoDetachBlock = (void *)0x060A3800; +const void * RTTI_BGSBaseLODRuntimeComponent = (void *)0x060A3BB8; +const void * RTTI_BGSBendableSpline = (void *)0x06111C60; +const void * RTTI_BGSBiome = (void *)0x05FCCE10; +const void * RTTI_BGSBiomeMarkerObject = (void *)0x06100030; +const void * RTTI_BGSBiome__MarkerKeywordData = (void *)0x06111160; +const void * RTTI_BGSBleedoutActivity = (void *)0x06091900; +const void * RTTI_BGSBleedoutActivity_Runtime = (void *)0x060918C8; +const void * RTTI_BGSBlockBashData = (void *)0x060C6698; +const void * RTTI_BGSBodyManager = (void *)0x06098E70; +const void * RTTI_BGSBodyPartData = (void *)0x05FCF590; +const void * RTTI_BGSBodyPartInfo = (void *)0x05FCC948; +const void * RTTI_BGSBodyUtils__SkinColorUpdateNode = (void *)0x06098E38; +const void * RTTI_BGSBoneModifier = (void *)0x061001C0; +const void * RTTI_BGSBuildWorkshopActivity = (void *)0x06091A00; +const void * RTTI_BGSBuildWorkshopActivity_Runtime = (void *)0x060919C8; +const void * RTTI_BGSCameraPath = (void *)0x061298E8; +const void * RTTI_BGSCameraShot = (void *)0x06129910; +const void * RTTI_BGSChallengeForm = (void *)0x060A2DA8; +const void * RTTI_BGSCharacterMorph__FacialBoneSculptSlider = (void *)0x0610E1C8; +const void * RTTI_BGSCharacterMorph__FacialBoneSlider = (void *)0x0610E188; +const void * RTTI_BGSCityMapsUsageComponent = (void *)0x0609BB60; +const void * RTTI_BGSCloudForm = (void *)0x06106080; +const void * RTTI_BGSCollisionLayer = (void *)0x06129938; +const void * RTTI_BGSColorForm = (void *)0x06129960; +const void * RTTI_BGSCompleteResearchActivity = (void *)0x06091AC0; +const void * RTTI_BGSCompleteResearchActivity_Runtime = (void *)0x06091A80; +const void * RTTI_BGSConditionForm = (void *)0x05FCC2E0; +const void * RTTI_BGSConstructibleObject = (void *)0x06111C88; +const void * RTTI_BGSConsumeActivity = (void *)0x06091BD0; +const void * RTTI_BGSConsumeActivity_Runtime = (void *)0x06091B98; +const void * RTTI_BGSContactShadowComponent = (void *)0x0609BD78; +const void * RTTI_BGSConveyorBelt__ConveyorBelt = (void *)0x060B1CA0; +const void * RTTI_BGSCraftActivity = (void *)0x06091CF0; +const void * RTTI_BGSCraftActivity_Runtime = (void *)0x06091CC0; +const void * RTTI_BGSCraftableForm = (void *)0x06100060; +const void * RTTI_BGSCraftingResourceOwner = (void *)0x05FCC970; +const void * RTTI_BGSCrippleLimbActivity = (void *)0x06091DE0; +const void * RTTI_BGSCrippleLimbActivity_Runtime = (void *)0x06091DA8; +const void * RTTI_BGSCrowdComponent = (void *)0x060AA600; +const void * RTTI_BGSCurve3DForm = (void *)0x060FF3D8; +const void * RTTI_BGSCurveForm = (void *)0x060FF400; +const void * RTTI_BGSCustomShipForm = (void *)0x0609BEB0; +const void * RTTI_BGSDamageType = (void *)0x061111D0; +const void * RTTI_BGSDebris = (void *)0x06111CB8; +const void * RTTI_BGSDecalManager = (void *)0x060CD290; +const void * RTTI_BGSDecalNode = (void *)0x060CD4C0; +const void * RTTI_BGSDefaultObject = (void *)0x060676A8; +const void * RTTI_BGSDefaultObjectManager = (void *)0x060678D8; +const void * RTTI_BGSDestroyShipActivity = (void *)0x06091E58; +const void * RTTI_BGSDestroyShipActivity_Runtime = (void *)0x06091E88; +const void * RTTI_BGSDestructibleObjectForm = (void *)0x060BBAA0; +const void * RTTI_BGSDialogueBranch = (void *)0x05FCCC90; +const void * RTTI_BGSDisplayCaseFormComponent = (void *)0x060AA748; +const void * RTTI_BGSDistantObjectBlock = (void *)0x06146740; +const void * RTTI_BGSDockingActivity = (void *)0x06091F48; +const void * RTTI_BGSDockingActivity_Runtime = (void *)0x06091F78; +const void * RTTI_BGSDualCastData = (void *)0x060BBAD0; +const void * RTTI_BGSDynamicLODBlock = (void *)0x060A4110; +const void * RTTI_BGSDynamicLODBlock__InstancedAutoDetachBlock = (void *)0x060A4140; +const void * RTTI_BGSEchoListener = (void *)0x06111990; +const void * RTTI_BGSEffectSequenceForm = (void *)0x06100088; +const void * RTTI_BGSEffectSequenceFormComponent = (void *)0x060AAAC0; +const void * RTTI_BGSEntryPointFunctionData = (void *)0x0612CB48; +const void * RTTI_BGSEntryPointFunctionDataAVAndValue = (void *)0x0612CBE8; +const void * RTTI_BGSEntryPointFunctionDataActivateChoice = (void *)0x0612CB08; +const void * RTTI_BGSEntryPointFunctionDataBooleanGraphVariable = (void *)0x0612CCB0; +const void * RTTI_BGSEntryPointFunctionDataLeveledList = (void *)0x0612CC28; +const void * RTTI_BGSEntryPointFunctionDataOneValue = (void *)0x0612CB78; +const void * RTTI_BGSEntryPointFunctionDataProjectile = (void *)0x0612CAC8; +const void * RTTI_BGSEntryPointFunctionDataSpellItem = (void *)0x0612CC68; +const void * RTTI_BGSEntryPointFunctionDataText = (void *)0x0612CA90; +const void * RTTI_BGSEntryPointFunctionDataTwoValue = (void *)0x0612CBB0; +const void * RTTI_BGSEntryPointPerkEntry = (void *)0x0612D2F0; +const void * RTTI_BGSEquipSlot = (void *)0x0612CDB8; +const void * RTTI_BGSExplosion = (void *)0x06111CD8; +const void * RTTI_BGSExternalComponentDataSource = (void *)0x060AAD30; +const void * RTTI_BGSFaceFX = (void *)0x060A7098; +const void * RTTI_BGSFacialExpressionData = (void *)0x060A11E0; +const void * RTTI_BGSFadeManager = (void *)0x06099770; +const void * RTTI_BGSFogVolumeForm = (void *)0x061060A8; +const void * RTTI_BGSFootIkImplementation = (void *)0x062199D0; +const void * RTTI_BGSFootstep = (void *)0x06129A90; +const void * RTTI_BGSFootstepManager = (void *)0x0621BD08; +const void * RTTI_BGSFootstepSet = (void *)0x06129AB8; +const void * RTTI_BGSForceData = (void *)0x060FF8B0; +const void * RTTI_BGSForcedLocRefType = (void *)0x060AAD98; +const void * RTTI_BGSFormFolderKeywordList = (void *)0x060A2F60; +const void * RTTI_BGSFormLinkData = (void *)0x060AAFD0; +const void * RTTI_BGSGameplayOption = (void *)0x060A1210; +const void * RTTI_BGSGameplayOptionGroup = (void *)0x060A1340; +const void * RTTI_BGSGenericBaseForm = (void *)0x06111D30; +const void * RTTI_BGSGenericBaseFormTemplate = (void *)0x06111D60; +const void * RTTI_BGSGeometryConstructorManager = (void *)0x0620ADF8; +const void * RTTI_BGSGrassManager__AddCellGrassTask = (void *)0x060CE430; +const void * RTTI_BGSGrassManager__CellGrass = (void *)0x060CE400; +const void * RTTI_BGSGravJumpActivity = (void *)0x06092040; +const void * RTTI_BGSGravJumpActivity_Runtime = (void *)0x06092070; +const void * RTTI_BGSGroundCover = (void *)0x06115F98; +const void * RTTI_BGSGroupedInstancedGeometry = (void *)0x0609B7E8; +const void * RTTI_BGSHarvestActivity = (void *)0x06092128; +const void * RTTI_BGSHarvestActivity_Runtime = (void *)0x060920A8; +const void * RTTI_BGSHavokGeometryAttach = (void *)0x060CC518; +const void * RTTI_BGSHavokGeometryAttach__ActionPolicy = (void *)0x060CC548; +const void * RTTI_BGSHavokGeometryAttach__AttachPolicy = (void *)0x060CC690; +const void * RTTI_BGSHavokGeometryAttach__DetachPolicy = (void *)0x060CC6D0; +const void * RTTI_BGSHazard = (void *)0x05FE59F0; +const void * RTTI_BGSHeadPart = (void *)0x0612CE08; +const void * RTTI_BGSIdleCollection = (void *)0x05FCCF60; +const void * RTTI_BGSIdleMarker = (void *)0x0612CE30; +const void * RTTI_BGSImpactData = (void *)0x06129AE0; +const void * RTTI_BGSImpactDataSet = (void *)0x06129B08; +const void * RTTI_BGSImpactManager = (void *)0x061FC130; +const void * RTTI_BGSInstanceNamingRules = (void *)0x05FCEE48; +const void * RTTI_BGSInventoryInterface = (void *)0x0620BCA0; +const void * RTTI_BGSInventoryList = (void *)0x060CEC98; +const void * RTTI_BGSKeyword = (void *)0x05FCCDE8; +const void * RTTI_BGSKeywordForm = (void *)0x05FE7A68; +const void * RTTI_BGSKillActivity = (void *)0x060921C8; +const void * RTTI_BGSKillActivity_Runtime = (void *)0x06092158; +const void * RTTI_BGSLODManager = (void *)0x06147630; +const void * RTTI_BGSLODStates__Geometry__Attached = (void *)0x05FCC8E0; +const void * RTTI_BGSLODStates__Geometry__Attaching = (void *)0x05FCC828; +const void * RTTI_BGSLODStates__Geometry__Base = (void *)0x060A3598; +const void * RTTI_BGSLODStates__Geometry__DeferredDetach = (void *)0x05FCC660; +const void * RTTI_BGSLODStates__Geometry__DeferredDetachComplete = (void *)0x05FCC860; +const void * RTTI_BGSLODStates__Geometry__Detached = (void *)0x05FCC6A0; +const void * RTTI_BGSLODStates__Geometry__Invisible = (void *)0x05FCC7F0; +const void * RTTI_BGSLODStates__Geometry__Loaded = (void *)0x05FCC748; +const void * RTTI_BGSLODStates__Geometry__Loading = (void *)0x05FCC7B8; +const void * RTTI_BGSLODStates__Geometry__Prepared = (void *)0x05FCC6D8; +const void * RTTI_BGSLODStates__Geometry__Preparing = (void *)0x05FCC560; +const void * RTTI_BGSLODStates__Geometry__RequestingResources = (void *)0x05FCC620; +const void * RTTI_BGSLODStates__Geometry__Reset = (void *)0x05FCC780; +const void * RTTI_BGSLODStates__Geometry__ResourcesBusy = (void *)0x05FCC598; +const void * RTTI_BGSLODStates__Geometry__ResourcesReady = (void *)0x05FCC5D8; +const void * RTTI_BGSLODStates__Geometry__Unloaded = (void *)0x05FCC710; +const void * RTTI_BGSLODStates__Geometry__Visible = (void *)0x05FCC8A8; +const void * RTTI_BGSLODStates__Node__Active = (void *)0x05FCFD70; +const void * RTTI_BGSLODStates__Node__Base = (void *)0x06148458; +const void * RTTI_BGSLODStates__Node__Fading = (void *)0x06148570; +const void * RTTI_BGSLODStates__Node__FadingIn = (void *)0x05FCFDD8; +const void * RTTI_BGSLODStates__Node__FadingOut = (void *)0x05FCFC98; +const void * RTTI_BGSLODStates__Node__Inactive = (void *)0x05FCFC60; +const void * RTTI_BGSLODStates__Node__IntersectsLoadedArea = (void *)0x05FCFBE8; +const void * RTTI_BGSLODStates__Node__Loaded = (void *)0x05FCFD40; +const void * RTTI_BGSLODStates__Node__OutsideLoadedArea = (void *)0x05FCFCD0; +const void * RTTI_BGSLODStates__Node__PendingCellClearBase = (void *)0x061484F8; +const void * RTTI_BGSLODStates__Node__PrepareFading = (void *)0x06148538; +const void * RTTI_BGSLODStates__Node__PrepareFadingIn = (void *)0x05FCFDA0; +const void * RTTI_BGSLODStates__Node__PrepareFadingOut = (void *)0x05FCFE10; +const void * RTTI_BGSLODStates__Node__Split = (void *)0x05FCFD10; +const void * RTTI_BGSLODStates__Node__Unloaded = (void *)0x05FCFC28; +const void * RTTI_BGSLandPlanetActivity = (void *)0x060922E8; +const void * RTTI_BGSLandPlanetActivity_Runtime = (void *)0x06092268; +const void * RTTI_BGSLayeredMaterialSwap = (void *)0x060FFE78; +const void * RTTI_BGSLegendaryItem = (void *)0x061000B8; +const void * RTTI_BGSLensFlare = (void *)0x06111DD8; +const void * RTTI_BGSLensFlareSprite = (void *)0x06111E00; +const void * RTTI_BGSLevGenericBaseForm = (void *)0x06111E78; +const void * RTTI_BGSLevPackIn = (void *)0x06111EA8; +const void * RTTI_BGSLevSpaceCell = (void *)0x06116038; +const void * RTTI_BGSLightingTemplate = (void *)0x06116060; +const void * RTTI_BGSLinkedVoiceType = (void *)0x060AB130; +const void * RTTI_BGSListForm = (void *)0x06129C48; +const void * RTTI_BGSLoadFormBuffer = (void *)0x060BDE38; +const void * RTTI_BGSLoadGameBuffer = (void *)0x060BDD88; +const void * RTTI_BGSLoadGameBufferSimple = (void *)0x060BDDB0; +const void * RTTI_BGSLoadedSceneLODBlock = (void *)0x06148428; +const void * RTTI_BGSLocAlias = (void *)0x0612CF58; +const void * RTTI_BGSLocation = (void *)0x05FCCBA8; +const void * RTTI_BGSLocationRefType = (void *)0x05FCCD90; +const void * RTTI_BGSLockPickActivity = (void *)0x06092C00; +const void * RTTI_BGSLockPickActivity_Runtime = (void *)0x06092BC8; +const void * RTTI_BGSLodOwnerComponent = (void *)0x060AB368; +const void * RTTI_BGSLodRuntimeOwnerComponent = (void *)0x060A3B80; +const void * RTTI_BGSLootContainerActivity = (void *)0x06092398; +const void * RTTI_BGSLootContainerActivity_Runtime = (void *)0x06092318; +const void * RTTI_BGSLoseEnemyActivity = (void *)0x06092508; +const void * RTTI_BGSLoseEnemyActivity_Runtime = (void *)0x06092488; +const void * RTTI_BGSMaterialPathForm = (void *)0x060FFC48; +const void * RTTI_BGSMaterialPropertyComponent = (void *)0x060AB5B8; +const void * RTTI_BGSMaterialType = (void *)0x06129D48; +const void * RTTI_BGSMeleeAimAssistModel = (void *)0x060FF4A0; +const void * RTTI_BGSMessage = (void *)0x05FCCBD0; +const void * RTTI_BGSMod__Attachment__Mod = (void *)0x05FCC918; +const void * RTTI_BGSMod__Property__BridgeI = (void *)0x06059A80; +const void * RTTI_BGSMod__Template__Item = (void *)0x060AB618; +const void * RTTI_BGSMod__Template__Items = (void *)0x06114BB0; +const void * RTTI_BGSModelMaterialSwap = (void *)0x060AB948; +const void * RTTI_BGSModelNode = (void *)0x060CEE40; +const void * RTTI_BGSMorphableObject = (void *)0x06111ED0; +const void * RTTI_BGSMotorAction__Action = (void *)0x060B1E78; +const void * RTTI_BGSMotorAction__FanMotor = (void *)0x060B1E48; +const void * RTTI_BGSMovableStatic = (void *)0x06112068; +const void * RTTI_BGSMovementType = (void *)0x0612CF80; +const void * RTTI_BGSMoviePlayer = (void *)0x061FC268; +const void * RTTI_BGSMultiTechniqueAttach = (void *)0x060CC758; +const void * RTTI_BGSMultiTechniqueAttach__ActionPolicy = (void *)0x060CC788; +const void * RTTI_BGSMultiTechniqueAttach__AttachPolicy = (void *)0x060CC838; +const void * RTTI_BGSMultiTechniqueAttach__DetachPolicy = (void *)0x060CC878; +const void * RTTI_BGSMusicPaletteTrack = (void *)0x06129DC0; +const void * RTTI_BGSMusicSilenceTrack = (void *)0x06129DF0; +const void * RTTI_BGSMusicSingleTrack = (void *)0x06129EB8; +const void * RTTI_BGSMusicTrack = (void *)0x06129D70; +const void * RTTI_BGSMusicTrackFormWrapper = (void *)0x06129EE8; +const void * RTTI_BGSMusicType = (void *)0x05FCCD48; +const void * RTTI_BGSNamedNodeAttach = (void *)0x060CC628; +const void * RTTI_BGSNamedNodeAttach__ActionPolicy = (void *)0x060CC658; +const void * RTTI_BGSNamedNodeAttach__AttachPolicy = (void *)0x060CC7C8; +const void * RTTI_BGSNamedNodeAttach__DetachPolicy = (void *)0x060CC800; +const void * RTTI_BGSNavigationGridManager = (void *)0x060D46A8; +const void * RTTI_BGSNote = (void *)0x05FCF1B0; +const void * RTTI_BGSObjectInstanceExtra = (void *)0x060A6C78; +const void * RTTI_BGSObjectPlacementDefaults = (void *)0x060AB978; +const void * RTTI_BGSObjectSwap = (void *)0x06111618; +const void * RTTI_BGSObjectVisibilityManager = (void *)0x0600B330; +const void * RTTI_BGSObjectWindowFilterComponent = (void *)0x0609C000; +const void * RTTI_BGSOrbitalDataComponent = (void *)0x060ABDF0; +const void * RTTI_BGSOrbitedDataComponent = (void *)0x060AC0D8; +const void * RTTI_BGSOutfit = (void *)0x06112348; +const void * RTTI_BGSOverridePackCollection = (void *)0x060C6BE8; +const void * RTTI_BGSPackIn = (void *)0x05FCEEB0; +const void * RTTI_BGSPackInUtils__BGSPackInEventHandler = (void *)0x06113848; +const void * RTTI_BGSPackageDataBool = (void *)0x05FCF628; +const void * RTTI_BGSPackageDataFloat = (void *)0x061335D8; +const void * RTTI_BGSPackageDataInt = (void *)0x06133428; +const void * RTTI_BGSPackageDataLocation = (void *)0x06133320; +const void * RTTI_BGSPackageDataLocationWrapper = (void *)0x06133350; +const void * RTTI_BGSPackageDataObjectList = (void *)0x05FCFA40; +const void * RTTI_BGSPackageDataRef = (void *)0x06133630; +const void * RTTI_BGSPackageDataRefOLD = (void *)0x061334E8; +const void * RTTI_BGSPackageDataScene = (void *)0x05FCC1F8; +const void * RTTI_BGSPackageDataTargetSelector = (void *)0x06133518; +const void * RTTI_BGSPackageDataTopic = (void *)0x05FCFAF8; +const void * RTTI_BGSPapyrusScriptsComponent = (void *)0x060AC5E8; +const void * RTTI_BGSParticleObjectCloneTask = (void *)0x06143658; +const void * RTTI_BGSParticleSystemDefineCollection = (void *)0x061000E0; +const void * RTTI_BGSPathingData = (void *)0x060AC720; +const void * RTTI_BGSPerk = (void *)0x05FCF1D0; +const void * RTTI_BGSPerkRank = (void *)0x0612D2C8; +const void * RTTI_BGSPhotoModeFeature = (void *)0x060A2DF8; +const void * RTTI_BGSPickupPutdownSounds = (void *)0x05FE7B10; +const void * RTTI_BGSPlanetContentManager = (void *)0x0620CE28; +const void * RTTI_BGSPlanetContentManagerBranchNode = (void *)0x060E64B0; +const void * RTTI_BGSPlanetContentManagerContentNode = (void *)0x05FCD2D8; +const void * RTTI_BGSPlanetContentManagerContentProperties = (void *)0x060DE828; +const void * RTTI_BGSPlanetContentManagerTree = (void *)0x060E6E18; +const void * RTTI_BGSPlanetContentManager__ILogEventData = (void *)0x060E64E8; +const void * RTTI_BGSPlanet__Atmosphere = (void *)0x060DE8D0; +const void * RTTI_BGSPlanet__ContentPlacement = (void *)0x060E2FC0; +const void * RTTI_BGSPlanet__IModule = (void *)0x060DE8A8; +const void * RTTI_BGSPlanet__LandingMarkers = (void *)0x060E2668; +const void * RTTI_BGSPlanet__Landscape = (void *)0x060E2BC0; +const void * RTTI_BGSPlanet__Manager = (void *)0x060E2D00; +const void * RTTI_BGSPlanet__Manager__MoveToNode = (void *)0x060E2E70; +const void * RTTI_BGSPlanet__Manager__ShiftToTask = (void *)0x060E2EA8; +const void * RTTI_BGSPlanet__MultiFiles__Grid = (void *)0x060E2748; +const void * RTTI_BGSPlanet__MultiFiles__MasterFile = (void *)0x060E2710; +const void * RTTI_BGSPlanet__NavMeshGen = (void *)0x060E38A0; +const void * RTTI_BGSPlanet__OrderedLandTextures = (void *)0x060E2E08; +const void * RTTI_BGSPlanet__Overlays = (void *)0x060E2E40; +const void * RTTI_BGSPlanet__PlanetData = (void *)0x060E1AC8; +const void * RTTI_BGSPlanet__ProcGen = (void *)0x060E4C08; +const void * RTTI_BGSPlanet__ProcGenRuntimeService = (void *)0x060E4F00; +const void * RTTI_BGSPlanet__ScanCollection = (void *)0x0616E6F0; +const void * RTTI_BGSPlanet__SurfaceMapModule = (void *)0x060E2FF8; +const void * RTTI_BGSPlanet__UpdateNavMeshTaskNode = (void *)0x060E3030; +const void * RTTI_BGSPlayerMusicChanger = (void *)0x061F1748; +const void * RTTI_BGSPlayerPickpocketActivity = (void *)0x060925D8; +const void * RTTI_BGSPlayerPickpocketActivity_Runtime = (void *)0x06092610; +const void * RTTI_BGSPreviewTransform = (void *)0x060AC748; +const void * RTTI_BGSPrimitive = (void *)0x060CF108; +const void * RTTI_BGSPrimitiveBox = (void *)0x060CF050; +const void * RTTI_BGSPrimitiveComponent = (void *)0x060AC880; +const void * RTTI_BGSPrimitiveCylinder = (void *)0x060CF0D8; +const void * RTTI_BGSPrimitiveEllipsoid = (void *)0x060CF078; +const void * RTTI_BGSPrimitiveLine = (void *)0x060CF130; +const void * RTTI_BGSPrimitivePlane = (void *)0x060CF028; +const void * RTTI_BGSPrimitiveSphere = (void *)0x060CF0A8; +const void * RTTI_BGSProcedureAcquire = (void *)0x061393E8; +const void * RTTI_BGSProcedureAcquireExecState = (void *)0x06139478; +const void * RTTI_BGSProcedureActivate = (void *)0x06139960; +const void * RTTI_BGSProcedureActivateExecState = (void *)0x06139888; +const void * RTTI_BGSProcedureAmbush = (void *)0x06093AB0; +const void * RTTI_BGSProcedureAmbushExecState = (void *)0x06093B38; +const void * RTTI_BGSProcedureBase = (void *)0x06093B70; +const void * RTTI_BGSProcedureCombatTravel = (void *)0x06139BE0; +const void * RTTI_BGSProcedureCombatTravelExecState = (void *)0x06139C70; +const void * RTTI_BGSProcedureDialogue = (void *)0x06139EF8; +const void * RTTI_BGSProcedureDialogueActivate = (void *)0x0613A1D0; +const void * RTTI_BGSProcedureDialogueActivateExecState = (void *)0x0613A130; +const void * RTTI_BGSProcedureDialogueExecState = (void *)0x061386C8; +const void * RTTI_BGSProcedureDone = (void *)0x06139368; +const void * RTTI_BGSProcedureDoneExecState = (void *)0x06138EB0; +const void * RTTI_BGSProcedureEat = (void *)0x0613A450; +const void * RTTI_BGSProcedureEatExecState = (void *)0x061387F0; +const void * RTTI_BGSProcedureEscort = (void *)0x0613BEC8; +const void * RTTI_BGSProcedureEscortExecState = (void *)0x0613BE30; +const void * RTTI_BGSProcedureFind = (void *)0x0613C2C8; +const void * RTTI_BGSProcedureFindExecState = (void *)0x06138760; +const void * RTTI_BGSProcedureFlee = (void *)0x0613D898; +const void * RTTI_BGSProcedureFleeExecState = (void *)0x0613D920; +const void * RTTI_BGSProcedureFlightGrab = (void *)0x0613DE68; +const void * RTTI_BGSProcedureFlightGrabExecState = (void *)0x0613DDD8; +const void * RTTI_BGSProcedureFollow = (void *)0x0613E388; +const void * RTTI_BGSProcedureFollowExecState = (void *)0x0613E420; +const void * RTTI_BGSProcedureFollowTo = (void *)0x0613E2F8; +const void * RTTI_BGSProcedureForceGreet = (void *)0x0613E648; +const void * RTTI_BGSProcedureGuard = (void *)0x0613EAE8; +const void * RTTI_BGSProcedureGuardArea = (void *)0x0613EA58; +const void * RTTI_BGSProcedureGuardExecState = (void *)0x0613EB70; +const void * RTTI_BGSProcedureHeadtrack = (void *)0x06093EE8; +const void * RTTI_BGSProcedureHeadtrackExecState = (void *)0x06093F78; +const void * RTTI_BGSProcedureHoldPosition = (void *)0x0613ED48; +const void * RTTI_BGSProcedureHoldPositionExecState = (void *)0x06138620; +const void * RTTI_BGSProcedureHover = (void *)0x0613EF68; +const void * RTTI_BGSProcedureHoverExecState = (void *)0x0613EFF0; +const void * RTTI_BGSProcedureKeepAnEyeOn = (void *)0x0613F288; +const void * RTTI_BGSProcedureKeepAnEyeOnExecState = (void *)0x061389A0; +const void * RTTI_BGSProcedureLock = (void *)0x0613F5D0; +const void * RTTI_BGSProcedureLockUnlockExecState = (void *)0x0613F5F8; +const void * RTTI_BGSProcedureOrbit = (void *)0x0613F918; +const void * RTTI_BGSProcedureOrbitExecState = (void *)0x0613F9A0; +const void * RTTI_BGSProcedurePatrol = (void *)0x0613FC28; +const void * RTTI_BGSProcedurePatrolExecState = (void *)0x0613FCC0; +const void * RTTI_BGSProcedurePlayIdle = (void *)0x060942B0; +const void * RTTI_BGSProcedurePlayIdleExecState = (void *)0x06094338; +const void * RTTI_BGSProcedurePursue = (void *)0x0613FEE8; +const void * RTTI_BGSProcedureRange = (void *)0x06094618; +const void * RTTI_BGSProcedureRangeExecState = (void *)0x060946F0; +const void * RTTI_BGSProcedureSandbox = (void *)0x061401A8; +const void * RTTI_BGSProcedureSandboxExecState = (void *)0x06140110; +const void * RTTI_BGSProcedureSay = (void *)0x061403F0; +const void * RTTI_BGSProcedureSayExecState = (void *)0x06138880; +const void * RTTI_BGSProcedureSit = (void *)0x06140780; +const void * RTTI_BGSProcedureSitSleepExecState = (void *)0x06140810; +const void * RTTI_BGSProcedureSleep = (void *)0x061408A8; +const void * RTTI_BGSProcedureStayAway = (void *)0x06094B48; +const void * RTTI_BGSProcedureStayAwayExecState = (void *)0x06094AB0; +const void * RTTI_BGSProcedureTargetingModeAutopilot = (void *)0x06094EE8; +const void * RTTI_BGSProcedureTargetingModeAutopilotExecState = (void *)0x06094E30; +const void * RTTI_BGSProcedureTravel = (void *)0x06140AF0; +const void * RTTI_BGSProcedureTravelExecState = (void *)0x06140A58; +const void * RTTI_BGSProcedureTreeBranch = (void *)0x06138BC8; +const void * RTTI_BGSProcedureTreeConditionalItem = (void *)0x06138B90; +const void * RTTI_BGSProcedureTreeFallback = (void *)0x06138C30; +const void * RTTI_BGSProcedureTreeFallbackExecState = (void *)0x06138CC0; +const void * RTTI_BGSProcedureTreeOneChildExecState = (void *)0x06138BF8; +const void * RTTI_BGSProcedureTreeProcedure = (void *)0x06140B78; +const void * RTTI_BGSProcedureTreeRandom = (void *)0x06138F70; +const void * RTTI_BGSProcedureTreeRandomExecState = (void *)0x06138FF8; +const void * RTTI_BGSProcedureTreeSequence = (void *)0x06138A48; +const void * RTTI_BGSProcedureTreeSequenceExecState = (void *)0x06138AE0; +const void * RTTI_BGSProcedureTreeSimultaneous = (void *)0x061390A0; +const void * RTTI_BGSProcedureTreeSimultaneousExecState = (void *)0x06139140; +const void * RTTI_BGSProcedureTreeStacked = (void *)0x06138D70; +const void * RTTI_BGSProcedureTreeStackedExecState = (void *)0x06138E00; +const void * RTTI_BGSProcedureUnlock = (void *)0x0613F688; +const void * RTTI_BGSProcedureUseIdleMarker = (void *)0x06140E60; +const void * RTTI_BGSProcedureUseIdleMarkerExecState = (void *)0x06140E20; +const void * RTTI_BGSProcedureUseMagic = (void *)0x06141120; +const void * RTTI_BGSProcedureUseMagicExecState = (void *)0x06141088; +const void * RTTI_BGSProcedureUseWeapon = (void *)0x06141380; +const void * RTTI_BGSProcedureUseWeaponExecState = (void *)0x06141448; +const void * RTTI_BGSProcedureWait = (void *)0x061416C8; +const void * RTTI_BGSProcedureWaitExecState = (void *)0x06138910; +const void * RTTI_BGSProcedureWander = (void *)0x061432F0; +const void * RTTI_BGSProcedureWanderExecState = (void *)0x06143378; +const void * RTTI_BGSProduceActivity = (void *)0x060926E8; +const void * RTTI_BGSProduceActivity_Runtime = (void *)0x06092718; +const void * RTTI_BGSProjectedDecal = (void *)0x060FFB18; +const void * RTTI_BGSProjectile = (void *)0x05FCCDC0; +const void * RTTI_BGSPropertySheet = (void *)0x060AC9B0; +const void * RTTI_BGSQuestPerkEntry = (void *)0x0612D278; +const void * RTTI_BGSRefAlias = (void *)0x0610E260; +const void * RTTI_BGSRefCollectionAlias = (void *)0x0610E208; +const void * RTTI_BGSReferenceGroup = (void *)0x06116D50; +const void * RTTI_BGSReflectedForm = (void *)0x060A2DD0; +const void * RTTI_BGSRelationship = (void *)0x0612D470; +const void * RTTI_BGSReloadWeaponActivity = (void *)0x060927D8; +const void * RTTI_BGSReloadWeaponActivity_Runtime = (void *)0x06092750; +const void * RTTI_BGSResearchProjectForm = (void *)0x06100118; +const void * RTTI_BGSResource = (void *)0x05FCEE20; +const void * RTTI_BGSResourceGenerationData = (void *)0x06111698; +const void * RTTI_BGSRetargetOnDeleteExtraData = (void *)0x06095680; +const void * RTTI_BGSReverbParameters = (void *)0x06129F18; +const void * RTTI_BGSSaveFormBuffer = (void *)0x061FA000; +const void * RTTI_BGSSaveGameBuffer = (void *)0x061F9FD8; +const void * RTTI_BGSSaveGameBufferSimple = (void *)0x061FA058; +const void * RTTI_BGSSaveLoadJobSite = (void *)0x061F9D20; +const void * RTTI_BGSSaveLoadManager = (void *)0x061F9DE0; +const void * RTTI_BGSSaveLoadStatsMap = (void *)0x061FA278; +const void * RTTI_BGSSaveLoadThread = (void *)0x061F9D50; +const void * RTTI_BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs = (void *)0x061FA090; +const void * RTTI_BGSScanPlanetActivity = (void *)0x06092888; +const void * RTTI_BGSScanPlanetActivity_Runtime = (void *)0x06092850; +const void * RTTI_BGSScanSurfaceActivity = (void *)0x06092B18; +const void * RTTI_BGSScanSurfaceActivity_Runtime = (void *)0x06092A98; +const void * RTTI_BGSScannableFormComponent = (void *)0x060AC368; +const void * RTTI_BGSScene = (void *)0x05FCCBF8; +const void * RTTI_BGSSceneActionAnimation = (void *)0x0610E2E0; +const void * RTTI_BGSSceneActionCamera = (void *)0x0610E310; +const void * RTTI_BGSSceneActionDialogue = (void *)0x0612D6D8; +const void * RTTI_BGSSceneActionFX = (void *)0x0610E340; +const void * RTTI_BGSSceneActionList = (void *)0x0610E288; +const void * RTTI_BGSSceneActionMove = (void *)0x0610E368; +const void * RTTI_BGSSceneActionPackage = (void *)0x0612D608; +const void * RTTI_BGSSceneActionPlayerDialogue = (void *)0x0612D668; +const void * RTTI_BGSSceneActionRadio = (void *)0x0612D638; +const void * RTTI_BGSSceneActionStartScene = (void *)0x0610E798; +const void * RTTI_BGSSceneActionTimeline = (void *)0x0610E7C8; +const void * RTTI_BGSSceneActionTimer = (void *)0x0612D7C8; +const void * RTTI_BGSSecondaryDamageList = (void *)0x060FFB40; +const void * RTTI_BGSShaderParticleGeometryData = (void *)0x06116D78; +const void * RTTI_BGSShipCollectionActivity = (void *)0x06092DF8; +const void * RTTI_BGSShipCollectionActivity_Runtime = (void *)0x06092D80; +const void * RTTI_BGSShipManagement = (void *)0x060AC4A0; +const void * RTTI_BGSShipbuilderActivity = (void *)0x06092D00; +const void * RTTI_BGSShipbuilderActivity_Runtime = (void *)0x06092CC8; +const void * RTTI_BGSSkinForm = (void *)0x060C6D38; +const void * RTTI_BGSSkinnedDecalChild = (void *)0x060CD518; +const void * RTTI_BGSSkinnedDecalGroup = (void *)0x060CD4E8; +const void * RTTI_BGSSnapBehavior = (void *)0x061139B0; +const void * RTTI_BGSSnapTemplate = (void *)0x06113A88; +const void * RTTI_BGSSnapTemplateComponent = (void *)0x060AC9D8; +const void * RTTI_BGSSnapTemplateNode = (void *)0x06113AB0; +const void * RTTI_BGSSoundEcho = (void *)0x061119E8; +const void * RTTI_BGSSoundKeywordMapping = (void *)0x061116C8; +const void * RTTI_BGSSoundTagComponent = (void *)0x060ACB10; +const void * RTTI_BGSSoundTagSet = (void *)0x06111A10; +const void * RTTI_BGSSpacePhysicsFormComponent = (void *)0x060ACBC0; +const void * RTTI_BGSSpaceshipAIActor = (void *)0x060ACE20; +const void * RTTI_BGSSpaceshipEquipment = (void *)0x060ACED0; +const void * RTTI_BGSSpaceshipHullCode = (void *)0x060ACF80; +const void * RTTI_BGSSpaceshipWeaponBinding = (void *)0x060AD1C8; +const void * RTTI_BGSSpatialCombinedGrid = (void *)0x060DBDF0; +const void * RTTI_BGSSpatialGraph = (void *)0x060DB9F8; +const void * RTTI_BGSSpatialGraphCellGrid = (void *)0x060DBB80; +const void * RTTI_BGSSpatialGraphCellGrid__MergeTask = (void *)0x060DBB10; +const void * RTTI_BGSSpatialGraphChild = (void *)0x060DB8A8; +const void * RTTI_BGSSpatialGraphExteriorCell = (void *)0x060DB938; +const void * RTTI_BGSSpatialGraphInteriorCell = (void *)0x060DB998; +const void * RTTI_BGSSpatialGraphManager = (void *)0x060DCBD0; +const void * RTTI_BGSSpatialGraphManager__Task = (void *)0x060DBB48; +const void * RTTI_BGSSpatialGraphObstacleUpdateTask = (void *)0x060DB330; +const void * RTTI_BGSSpatialGraphParent = (void *)0x060DB908; +const void * RTTI_BGSSpatialGraphSpaceCell = (void *)0x060DB8D8; +const void * RTTI_BGSSpatialGraphSpaceCollection = (void *)0x060DBBB0; +const void * RTTI_BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask = (void *)0x060DB7F0; +const void * RTTI_BGSSpatialGrid = (void *)0x060DBDC8; +const void * RTTI_BGSSpatialGridBase = (void *)0x060DBA50; +const void * RTTI_BGSSpatialGridCollection = (void *)0x060DBCF0; +const void * RTTI_BGSSpatialGridFieldBase = (void *)0x060CFB80; +const void * RTTI_BGSSpatialGridSearchCustomDebugData = (void *)0x060DE670; +const void * RTTI_BGSSpatialGridSearchDebugData = (void *)0x060DE6B0; +const void * RTTI_BGSSpatialGridSearchPolicies__FleeSearchPolicy = (void *)0x0609EBD0; +const void * RTTI_BGSSpatialGridSearchPolicies__RandomPositionInsideArea = (void *)0x060DE230; +const void * RTTI_BGSSpatialSimpleGrid = (void *)0x060DE158; +const void * RTTI_BGSSpatialSparseGrid = (void *)0x060DB238; +const void * RTTI_BGSSpatialSparseGridSearchDebugData = (void *)0x060DE5F8; +const void * RTTI_BGSSpatialSparseGrid__ChunkIndexGrid = (void *)0x060DE118; +const void * RTTI_BGSSpatialSparseMultiLayerGrid = (void *)0x060DB1B8; +const void * RTTI_BGSSpawnOnDestroy = (void *)0x060AD3D8; +const void * RTTI_BGSSpeechChallengeActivity = (void *)0x06092F08; +const void * RTTI_BGSSpeechChallengeActivity_Runtime = (void *)0x06092E80; +const void * RTTI_BGSSpeechChallengeObject = (void *)0x06111A38; +const void * RTTI_BGSSprintActivity = (void *)0x06092F40; +const void * RTTI_BGSSprintActivity_Runtime = (void *)0x06092FB8; +const void * RTTI_BGSStarDataComponent = (void *)0x060AD400; +const void * RTTI_BGSStaticCollection = (void *)0x06113D20; +const void * RTTI_BGSStaticCollection__RootFacade = (void *)0x06113CE8; +const void * RTTI_BGSStoredTraversalData = (void *)0x05FCC4C8; +const void * RTTI_BGSStoryManagerBranchNode = (void *)0x060C5FA0; +const void * RTTI_BGSStoryManagerEventNode = (void *)0x06149DA8; +const void * RTTI_BGSStoryManagerNodeBase = (void *)0x060C5E78; +const void * RTTI_BGSStoryManagerQuestFinder = (void *)0x06149D70; +const void * RTTI_BGSStoryManagerQuestNode = (void *)0x06149DD8; +const void * RTTI_BGSStoryManagerTreeForm = (void *)0x06091338; +const void * RTTI_BGSStoryManagerTreeVisitor = (void *)0x06149D38; +const void * RTTI_BGSStoryTeller = (void *)0x0614A360; +const void * RTTI_BGSSurface__BGSBlockCellHeighGridComponent = (void *)0x060FE000; +const void * RTTI_BGSSurface__Block = (void *)0x0610B830; +const void * RTTI_BGSSurface__Pattern = (void *)0x0610B900; +const void * RTTI_BGSSurface__PatternStyle = (void *)0x060FE9A0; +const void * RTTI_BGSSurface__Tree = (void *)0x0610B930; +const void * RTTI_BGSSynchronizedAnimationInstance = (void *)0x0614AC50; +const void * RTTI_BGSSynchronizedAnimationManager = (void *)0x0614A9E0; +const void * RTTI_BGSTDataProxyComponentBase = (void *)0x060ABE20; +const void * RTTI_BGSTakeActorDamageActivity = (void *)0x06093068; +const void * RTTI_BGSTakeActorDamageActivity_Runtime = (void *)0x06093028; +const void * RTTI_BGSTakeDamageActivity = (void *)0x06093178; +const void * RTTI_BGSTakeDamageActivity_Runtime = (void *)0x060931F8; +const void * RTTI_BGSTalkingActivator = (void *)0x06113DA0; +const void * RTTI_BGSTerminal = (void *)0x05FCCE30; +const void * RTTI_BGSTerminalMenu = (void *)0x05FCCE80; +const void * RTTI_BGSTerrainBlock__AlignmentModifier = (void *)0x0610B958; +const void * RTTI_BGSTerrainBlock__ContinentalModifier = (void *)0x0610BAE8; +const void * RTTI_BGSTerrainBlock__Grid = (void *)0x0610BFA8; +const void * RTTI_BGSTerrainBlock__GridCell = (void *)0x0610BF40; +const void * RTTI_BGSTerrainBlock__GridCornerCell = (void *)0x0610BF70; +const void * RTTI_BGSTerrainBlock__GridCornerEdgeXFile = (void *)0x0610BCA0; +const void * RTTI_BGSTerrainBlock__GridCornerFile = (void *)0x0610BC68; +const void * RTTI_BGSTerrainBlock__GridEdgeFile = (void *)0x0610BC30; +const void * RTTI_BGSTerrainBlock__GridEdgeXCell = (void *)0x0610BE90; +const void * RTTI_BGSTerrainBlock__GridEdgeYCell = (void *)0x0610BEC8; +const void * RTTI_BGSTerrainBlock__GridFile = (void *)0x0610BC00; +const void * RTTI_BGSTerrainBlock__GridFillCell = (void *)0x0610BE58; +const void * RTTI_BGSTerrainBlock__GridFillFile = (void *)0x0610BD68; +const void * RTTI_BGSTerrainBlock__HeightAdjustmentModifier = (void *)0x060FEFE8; +const void * RTTI_BGSTerrainBlock__IModifier = (void *)0x060FF028; +const void * RTTI_BGSTerrainBlock__OceanBiomeModifier = (void *)0x0610BB28; +const void * RTTI_BGSTerrainBlock__OverlayGrid = (void *)0x0610BFD8; +const void * RTTI_BGSTerrainBlock__OverlayHeightModifier = (void *)0x0610BF00; +const void * RTTI_BGSTerrainBlock__RerangeHeightModifier = (void *)0x0610C010; +const void * RTTI_BGSTerrainBlock__UpdateHeightModifier = (void *)0x0610C180; +const void * RTTI_BGSTerrain__File = (void *)0x060E2940; +const void * RTTI_BGSTerrain__IFileGrid = (void *)0x060E26E0; +const void * RTTI_BGSTerrain__Manager = (void *)0x0610E108; +const void * RTTI_BGSTerrain__UniFile__Grid = (void *)0x0610C658; +const void * RTTI_BGSTextureModel = (void *)0x0612FF70; +const void * RTTI_BGSTextureSet = (void *)0x06129F78; +const void * RTTI_BGSTimeOfDayData = (void *)0x06116DB0; +const void * RTTI_BGSTransform = (void *)0x06111A68; +const void * RTTI_BGSTraversal = (void *)0x06111A90; +const void * RTTI_BGSVisitProceduresCheckGuardWarnTarget = (void *)0x06143450; +const void * RTTI_BGSVisitProceduresInitActorAnimPose = (void *)0x0621ABC8; +const void * RTTI_BGSVisitProceduresInitActorLocation = (void *)0x06143410; +const void * RTTI_BGSVisitProceduresProcess = (void *)0x0621AB98; +const void * RTTI_BGSVoiceType = (void *)0x05FCCE58; +const void * RTTI_BGSVolumeFormComponent = (void *)0x060ADDC0; +const void * RTTI_BGSVolumetricLighting = (void *)0x06113F60; +const void * RTTI_BGSWaterCollisionManager__AutoWater = (void *)0x061495B8; +const void * RTTI_BGSWaterCollisionManager__BGSWaterUpdateI = (void *)0x061494E8; +const void * RTTI_BGSWaterCollisionManager__WaterGravityModifier = (void *)0x060687B0; +const void * RTTI_BGSWaterCollisionManager__WaterGravityModifierWorldStepListener = (void *)0x06072F90; +const void * RTTI_BGSWaterCollisionManager__bhkPlaceableWater = (void *)0x06149530; +const void * RTTI_BGSWaterCollisionManager__bhkWaterfall = (void *)0x06149578; +const void * RTTI_BGSWeaponBarrelData = (void *)0x060FFBE8; +const void * RTTI_BGSWeaponBarrelModel = (void *)0x060FFB70; +const void * RTTI_BGSWeaponData__Aim = (void *)0x06100348; +const void * RTTI_BGSWeaponData__Ammunition = (void *)0x06100370; +const void * RTTI_BGSWeaponData__Audio = (void *)0x061003A0; +const void * RTTI_BGSWeaponData__Charge = (void *)0x061003D0; +const void * RTTI_BGSWeaponData__Damage = (void *)0x06100400; +const void * RTTI_BGSWeaponData__Firing = (void *)0x06100430; +const void * RTTI_BGSWeaponData__FiringStrategyBase = (void *)0x06100460; +const void * RTTI_BGSWeaponData__FiringStrategy_Automatic = (void *)0x061004D8; +const void * RTTI_BGSWeaponData__FiringStrategy_BoltShot = (void *)0x06100498; +const void * RTTI_BGSWeaponData__FiringStrategy_Burst = (void *)0x06100598; +const void * RTTI_BGSWeaponData__FiringStrategy_ChargedShot = (void *)0x06100558; +const void * RTTI_BGSWeaponData__FiringStrategy_SingleShot = (void *)0x06100518; +const void * RTTI_BGSWeaponData__Flags = (void *)0x061005D8; +const void * RTTI_BGSWeaponData__General = (void *)0x06100608; +const void * RTTI_BGSWeaponData__Melee = (void *)0x06100638; +const void * RTTI_BGSWeaponData__Power = (void *)0x06100668; +const void * RTTI_BGSWeaponData__Reload = (void *)0x06100698; +const void * RTTI_BGSWeaponData__ShipWeapon = (void *)0x060A2F30; +const void * RTTI_BGSWeaponData__Turret = (void *)0x061006C8; +const void * RTTI_BGSWeaponData__VariableRange = (void *)0x061006F8; +const void * RTTI_BGSWeaponData__Visuals = (void *)0x06100730; +const void * RTTI_BGSWeatherSettingsForm = (void *)0x061060D0; +const void * RTTI_BGSWorkshopItemColorComponent = (void *)0x0609C348; +const void * RTTI_BGSWorldSpaceOverlayComponent = (void *)0x060ADF38; +const void * RTTI_BGSWwiseEventForm = (void *)0x05FCC308; +const void * RTTI_BGSWwiseKeywordMapping = (void *)0x060FFC18; +const void * RTTI_BGSZoneTargetListener = (void *)0x06130530; +const void * RTTI_BIEventUtils__FindAllStarbornPowerFunctor = (void *)0x061F3050; +const void * RTTI_BSAVMS__AVMNode = (void *)0x060964C0; +const void * RTTI_BSAVMS__AVMNodeInFlightCounted = (void *)0x06096590; +const void * RTTI_BSAVMS__AVMPartialNode = (void *)0x060964E8; +const void * RTTI_BSAnimNotes = (void *)0x0635A608; +const void * RTTI_BSAnimationAnimDBData = (void *)0x062B0C08; +const void * RTTI_BSAnimationDBData = (void *)0x062B1538; +const void * RTTI_BSAnimationGraph = (void *)0x062B1CF8; +const void * RTTI_BSAnimationGraphChannel = (void *)0x0611EE18; +const void * RTTI_BSAnimationGraphLoadScrapper = (void *)0x06070C20; +const void * RTTI_BSAnimationGraphManager = (void *)0x062BFA70; +const void * RTTI_BSAnimationUtils__FindEventClipGeneratorsFunctor = (void *)0x062B0B00; +const void * RTTI_BSAnimationUtils__MatchEventToClipGeneratorsFunctor = (void *)0x062B1190; +const void * RTTI_BSAttachConfig__ArtObjectAttach = (void *)0x06105E30; +const void * RTTI_BSAttachConfig__AttachmentConfiguration = (void *)0x05FE5EF0; +const void * RTTI_BSAttachConfig__BaseInstance = (void *)0x06095CF0; +const void * RTTI_BSAttachConfig__ISearchMethod = (void *)0x06105FD0; +const void * RTTI_BSAttachConfig__NodeAttachmentInstance = (void *)0x06095D28; +const void * RTTI_BSAttachConfig__ObjectAttachmentInstance = (void *)0x06095E60; +const void * RTTI_BSAttachConfig__ParticleAttachmentInstance = (void *)0x06095CB0; +const void * RTTI_BSAttachConfig__SearchMethodBase = (void *)0x06105F98; +const void * RTTI_BSAttachConfig__SearchMultipleNamesMultipleNodes = (void *)0x062D8450; +const void * RTTI_BSAttachConfig__SearchRootNode = (void *)0x062D2300; +const void * RTTI_BSAttachConfig__SearchSingleNameSingleNode = (void *)0x06106010; +const void * RTTI_BSAttachRefController = (void *)0x060CFBB0; +const void * RTTI_BSAttachTechniques__AttachTechniqueInput = (void *)0x061EF9B8; +const void * RTTI_BSAttachTechniques__BSAttachTechnique = (void *)0x06067620; +const void * RTTI_BSAutoQueuedDependentNodeBase = (void *)0x060C6470; +const void * RTTI_BSAwardsSystemUtility = (void *)0x060762D0; +const void * RTTI_BSBehaviorGraphExtraData = (void *)0x062DE520; +const void * RTTI_BSBehaviorGraphSwapSingleton = (void *)0x0614AC18; +const void * RTTI_BSBind__BGSExternalEmittanceController = (void *)0x060CBB20; +const void * RTTI_BSBind__BGSLensFlareController = (void *)0x060CBAE8; +const void * RTTI_BSBind__ColorCurveController = (void *)0x062D8088; +const void * RTTI_BSBind__ColorLerpController = (void *)0x062D81D0; +const void * RTTI_BSBind__ComponentBinding = (void *)0x062DE188; +const void * RTTI_BSBind__ComponentProperty = (void *)0x062D7EE8; +const void * RTTI_BSBind__Directory = (void *)0x062D84C0; +const void * RTTI_BSBind__Float2DCurveController = (void *)0x062D7F78; +const void * RTTI_BSBind__Float2DLerpController = (void *)0x062D80C0; +const void * RTTI_BSBind__Float3DCurveController = (void *)0x062D8020; +const void * RTTI_BSBind__Float3DLerpController = (void *)0x062D8168; +const void * RTTI_BSBind__Float4DCurveController = (void *)0x062D7FE8; +const void * RTTI_BSBind__Float4DLerpController = (void *)0x062D8130; +const void * RTTI_BSBind__FloatCurveController = (void *)0x062D7FB0; +const void * RTTI_BSBind__FloatLerpController = (void *)0x062D80F8; +const void * RTTI_BSBind__IAddressControllerStore = (void *)0x06118638; +const void * RTTI_BSBind__IController = (void *)0x060CBB60; +const void * RTTI_BSBind__IDataBinding = (void *)0x060A6A88; +const void * RTTI_BSBind__INode = (void *)0x062D8428; +const void * RTTI_BSBind__MultiBinding = (void *)0x060A6AB8; +const void * RTTI_BSBind__Multiplex = (void *)0x062D8498; +const void * RTTI_BSBind__Snapshot = (void *)0x05FBE7A0; +const void * RTTI_BSBind__StableBinding = (void *)0x06106050; +const void * RTTI_BSBind__TimerController = (void *)0x062D8058; +const void * RTTI_BSBlastNode = (void *)0x062D9C28; +const void * RTTI_BSBlendTreadTransfInterpolator = (void *)0x06359A98; +const void * RTTI_BSBoneLODExtraData = (void *)0x062DE4F0; +const void * RTTI_BSBound = (void *)0x062C9F58; +const void * RTTI_BSBoxConstructor = (void *)0x062D9568; +const void * RTTI_BSCSVUtils__ParserBuffer = (void *)0x062DB8A0; +const void * RTTI_BSCapsuleConstructor = (void *)0x062D9590; +const void * RTTI_BSCloneReserver = (void *)0x060CFBE0; +const void * RTTI_BSClothExtraData = (void *)0x062C8428; +const void * RTTI_BSClothUtils__BSGeometryBuffer = (void *)0x062C8450; +const void * RTTI_BSClothUtils__BSInstantiationUtil = (void *)0x062C8960; +const void * RTTI_BSClothUtils__BSTransformSet = (void *)0x062C88F8; +const void * RTTI_BSComponentDB2__DB = (void *)0x062D0CC0; +const void * RTTI_BSComponentDB2__DBFileIndex__IDFixupVisitor = (void *)0x0636F110; +const void * RTTI_BSComponentDB2__JsonDBIDHandler = (void *)0x062DF430; +const void * RTTI_BSComponentDB2__JsonResourceIDHandler = (void *)0x062DF3F0; +const void * RTTI_BSComponentDB2__Memory__ConcurrentPageAllocImpl = (void *)0x062D13D0; +const void * RTTI_BSComponentDB2__StorageService = (void *)0x062DFD48; +const void * RTTI_BSComponentDB2__StorageService__Impl = (void *)0x062E03B0; +const void * RTTI_BSComponentDB2__StorageService__ObjectReferenceVisitor = (void *)0x062E0360; +const void * RTTI_BSComponentDB__IComponentFactory = (void *)0x06070250; +const void * RTTI_BSConnectPoint__ChildOrigin = (void *)0x060CED78; +const void * RTTI_BSConnectPoint__Children = (void *)0x062C82B0; +const void * RTTI_BSConnectPoint__Parents = (void *)0x062C82E0; +const void * RTTI_BSCoreMessage__MessageSource = (void *)0x06068078; +const void * RTTI_BSCounterStorage = (void *)0x06289100; +const void * RTTI_BSCylinderConstructor = (void *)0x0614D138; +const void * RTTI_BSDamageStage = (void *)0x062D9C78; +const void * RTTI_BSDebounceManager = (void *)0x062C21E0; +const void * RTTI_BSDebrisNode = (void *)0x062D9C50; +const void * RTTI_BSDiscBootSystemUtility = (void *)0x06076600; +const void * RTTI_BSDistantObjectExtraData = (void *)0x062DE580; +const void * RTTI_BSDynamicGeometry = (void *)0x0635B4B0; +const void * RTTI_BSExceptionHandler = (void *)0x060599A8; +const void * RTTI_BSExteriorReflectionProbeAdjustmentVolume = (void *)0x062DAEF0; +const void * RTTI_BSExtraData = (void *)0x060A6CA8; +const void * RTTI_BSFaceDB__AttachHeadControlNode = (void *)0x060A8298; +const void * RTTI_BSFaceDB__CreateHeadControlNode = (void *)0x060A7E08; +const void * RTTI_BSFaceDB__CrowdHairCustomization = (void *)0x060A8238; +const void * RTTI_BSFaceDB__EyeCustomization = (void *)0x060A8050; +const void * RTTI_BSFaceDB__FaceCustomizationTexturesNode = (void *)0x060A8080; +const void * RTTI_BSFaceDB__HairCustomization = (void *)0x060A8200; +const void * RTTI_BSFaceDB__JewelryCustomizationNode = (void *)0x060A81C8; +const void * RTTI_BSFaceDB__RequestCompleteNode = (void *)0x060A7E40; +const void * RTTI_BSFaceDB__RequestHeadPartResourcesNode = (void *)0x060A80C0; +const void * RTTI_BSFaceDB__TeethCustomizationNode = (void *)0x060A8190; +const void * RTTI_BSFaceFX = (void *)0x060A6FD0; +const void * RTTI_BSFaceGenAnimationData = (void *)0x06132680; +const void * RTTI_BSFaceGenNiNode = (void *)0x06132820; +const void * RTTI_BSFaceGenUtils__UpdateFaceCustomizationTexturesNode = (void *)0x060A7F20; +const void * RTTI_BSFadeNode = (void *)0x05FCEAD0; +const void * RTTI_BSFile = (void *)0x061F67D8; +const void * RTTI_BSFile__PageCache__PhysReadType = (void *)0x06318D50; +const void * RTTI_BSFixedSizeBlockAllocator__IAlloc = (void *)0x061FBA88; +const void * RTTI_BSFixedSizeBlockAllocator__UserPoolImplBase = (void *)0x060767B0; +const void * RTTI_BSFogVolume = (void *)0x062DAEC0; +const void * RTTI_BSFrameManager = (void *)0x062DC730; +const void * RTTI_BSFrustumFOVController = (void *)0x06359860; +const void * RTTI_BSFurnitureMarkerNode = (void *)0x062DADF0; +const void * RTTI_BSGFxFunctionBase = (void *)0x062EFD50; +const void * RTTI_BSGFxFunctionHandler = (void *)0x062F1650; +const void * RTTI_BSGFxObject = (void *)0x061AE9D8; +const void * RTTI_BSGalaxy__BGSStar = (void *)0x060B0D10; +const void * RTTI_BSGalaxy__BGSSunPresetForm = (void *)0x060B0D38; +const void * RTTI_BSGalaxy__BiomeMapDB__LoadBiome = (void *)0x060B0D68; +const void * RTTI_BSGalaxy__Biomes__Map = (void *)0x06067550; +const void * RTTI_BSGalaxy__ModuleState = (void *)0x062C3380; +const void * RTTI_BSGalaxy__Physics__Havok__BSGalaxyCollisionObject = (void *)0x062C4E10; +const void * RTTI_BSGalaxy__Physics__Havok__bhkSpaceWorld = (void *)0x062C49C0; +const void * RTTI_BSGalaxy__Storage__SkipCelestialsAndSpaceCellsFunctor = (void *)0x06178560; +const void * RTTI_BSGalaxy__Storage__SkipCelestialsFunctor = (void *)0x06178738; +const void * RTTI_BSGalaxy__hknpBSShiftOffsetCollector = (void *)0x062C4A78; +const void * RTTI_BSGameDataSystemUtility = (void *)0x0636EB88; +const void * RTTI_BSGameStreamUtility = (void *)0x06076300; +const void * RTTI_BSGamepadDevice = (void *)0x062C2A10; +const void * RTTI_BSGamerProfile = (void *)0x06076A18; +const void * RTTI_BSGdkTaskletGroupData = (void *)0x0631A338; +const void * RTTI_BSGdkTaskletManager = (void *)0x060679E8; +const void * RTTI_BSGeometry = (void *)0x05FCFBA0; +const void * RTTI_BSGeometryConstructorManager = (void *)0x0620BED0; +const void * RTTI_BSGeometrySegmentData = (void *)0x0635AC38; +const void * RTTI_BSGrabIKNote = (void *)0x0635A630; +const void * RTTI_BSIMusicTrack = (void *)0x06129D98; +const void * RTTI_BSIdleInputWatcher = (void *)0x061A9CA0; +const void * RTTI_BSInputDevice = (void *)0x062C29E8; +const void * RTTI_BSInputDeviceManager = (void *)0x062C1DF8; +const void * RTTI_BSInputEnableManager = (void *)0x062C2580; +const void * RTTI_BSInputEventReceiver = (void *)0x0616B068; +const void * RTTI_BSInputEventSingleUser = (void *)0x0619BAE0; +const void * RTTI_BSInputEventUser = (void *)0x06007768; +const void * RTTI_BSInstancedGeometry = (void *)0x0609B7B8; +const void * RTTI_BSInvMarker = (void *)0x062DE478; +const void * RTTI_BSJobs2__Detail__ControlNodeJob = (void *)0x060C2D60; +const void * RTTI_BSJobs2__Detail__GroupThread = (void *)0x06318740; +const void * RTTI_BSJobs2__Memory__HeapMemoryPolicy = (void *)0x06076038; +const void * RTTI_BSJobs2__Memory__LSAMemoryPolicy = (void *)0x06076108; +const void * RTTI_BSJobs2__Memory__ScrapMemoryPolicy = (void *)0x063185A0; +const void * RTTI_BSKeyboardDevice = (void *)0x062C2AF8; +const void * RTTI_BSLagBoneController = (void *)0x062DE550; +const void * RTTI_BSLegacyStreamableStub = (void *)0x0635BEC0; +const void * RTTI_BSLensFlareRender__BSLensFlareSpriteRenderData = (void *)0x06111E30; +const void * RTTI_BSLight = (void *)0x062D4E90; +const void * RTTI_BSLookIKNote = (void *)0x0635A658; +const void * RTTI_BSMaterialBinding__MaterialPropertyNode = (void *)0x062EAA88; +const void * RTTI_BSMaterialBinding__MaterialUVStreamPropertyNode = (void *)0x062EAE20; +const void * RTTI_BSMaterial__ModuleState = (void *)0x062E1C40; +const void * RTTI_BSMemStorage = (void *)0x060ADA30; +const void * RTTI_BSMemStorageReadOnly = (void *)0x062C2230; +const void * RTTI_BSMissionMenu = (void *)0x061B67E8; +const void * RTTI_BSMissionMenu__MissionMenuEventShuttle = (void *)0x061B6368; +const void * RTTI_BSModelDB__AutoQueuedDependentNode = (void *)0x060C6538; +const void * RTTI_BSModelDB__BSModelProcessor = (void *)0x060C63A8; +const void * RTTI_BSModelDB__ModelResourceNode = (void *)0x062D4890; +const void * RTTI_BSModelDB__QueuedHandles = (void *)0x060BFF08; +const void * RTTI_BSModelNode = (void *)0x060CEE18; +const void * RTTI_BSModelNodeAnimRig = (void *)0x062B2080; +const void * RTTI_BSModelNodePhysicsComponentI = (void *)0x060CEDE0; +const void * RTTI_BSModelNodeRigI = (void *)0x062B2058; +const void * RTTI_BSMorphDB__AutoQueuedNode = (void *)0x062D3480; +const void * RTTI_BSMorphDB__QueuedHandles = (void *)0x0614A648; +const void * RTTI_BSMorphTargetData = (void *)0x0635AAF8; +const void * RTTI_BSMouseDevice = (void *)0x062C2B20; +const void * RTTI_BSMsgDialogSystemUtility = (void *)0x060765D0; +const void * RTTI_BSMultiTargetTreadTransfController = (void *)0x06359558; +const void * RTTI_BSNavMeshGenAntiseedTrimmerTask = (void *)0x06305320; +const void * RTTI_BSNavMeshGenCollapserTask = (void *)0x063055E8; +const void * RTTI_BSNavMeshGenComputeBoundTask = (void *)0x063037E8; +const void * RTTI_BSNavMeshGenContext = (void *)0x0609EAA0; +const void * RTTI_BSNavMeshGenContextGroup = (void *)0x06307858; +const void * RTTI_BSNavMeshGenCoverTask = (void *)0x063036E0; +const void * RTTI_BSNavMeshGenData = (void *)0x0609E1C0; +const void * RTTI_BSNavMeshGenInputProcessTask = (void *)0x06305618; +const void * RTTI_BSNavMeshGenInputProcessor = (void *)0x060D6FD8; +const void * RTTI_BSNavMeshGenLinkDoorTask = (void *)0x063036B0; +const void * RTTI_BSNavMeshGenNode = (void *)0x0609E8E0; +const void * RTTI_BSNavMeshGenOutputProcessTask = (void *)0x06305468; +const void * RTTI_BSNavMeshGenOutputProcessor = (void *)0x060D7040; +const void * RTTI_BSNavMeshGenRecastImport = (void *)0x06309F18; +const void * RTTI_BSNavMeshGenRecastTask = (void *)0x063054A0; +const void * RTTI_BSNavMeshGenRequestPauseTask = (void *)0x06307820; +const void * RTTI_BSNavMeshGenRequestResumeTask = (void *)0x063077E8; +const void * RTTI_BSNavMeshGenSeedTrimmerTask = (void *)0x063052E8; +const void * RTTI_BSNavMeshGenSmallAreaTrimmerTask = (void *)0x06305358; +const void * RTTI_BSNavMeshGenSplitter = (void *)0x060D7078; +const void * RTTI_BSNavMeshGenSplitterTask = (void *)0x06305500; +const void * RTTI_BSNavMeshGenStitcher = (void *)0x060D7210; +const void * RTTI_BSNavMeshGenStitcherTask = (void *)0x063054D0; +const void * RTTI_BSNavMeshGenTask = (void *)0x0609EA50; +const void * RTTI_BSNavMeshGenTaskGraphProcessor = (void *)0x06305710; +const void * RTTI_BSNavMeshGenTaskGroup = (void *)0x063057B0; +const void * RTTI_BSNavMeshGenTaskProgress = (void *)0x063076B8; +const void * RTTI_BSNavMeshGenTaskServer = (void *)0x060D6190; +const void * RTTI_BSNavMeshGenTerrainTrimmerTask = (void *)0x06303778; +const void * RTTI_BSNavMeshGenTraversalTask = (void *)0x06305390; +const void * RTTI_BSNavMeshGenTriangleHeightTask = (void *)0x063053F8; +const void * RTTI_BSNavMeshGenTrianglePlatformTask = (void *)0x063053C0; +const void * RTTI_BSNavMeshGenTriangleSplitter = (void *)0x06307680; +const void * RTTI_BSNavMeshGenTriangleSplitterTask = (void *)0x06305430; +const void * RTTI_BSNavMeshGenTriangleTunnelTask = (void *)0x063052B0; +const void * RTTI_BSNavMeshGenTriangleWaterTask = (void *)0x063037B0; +const void * RTTI_BSNavMeshGenUpdateNavMeshInfoTask = (void *)0x06303740; +const void * RTTI_BSNavMeshGenVertexDataTask = (void *)0x06303430; +const void * RTTI_BSNavMeshGenWaypointTask = (void *)0x06303710; +const void * RTTI_BSNavMeshGenerator = (void *)0x060D5D30; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBarrierNode = (void *)0x06305650; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode = (void *)0x06305530; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode = (void *)0x06307D00; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenBeginNode = (void *)0x06307C68; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode = (void *)0x06305590; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode = (void *)0x06307CB0; +const void * RTTI_BSNavMeshGenerator__BSNavMeshGenParentNode = (void *)0x06307D50; +const void * RTTI_BSNavigationGraph = (void *)0x060DB9D0; +const void * RTTI_BSNavigationGraphInfo = (void *)0x06143930; +const void * RTTI_BSNavigationGraphManager = (void *)0x060D42B0; +const void * RTTI_BSNavigationGraphRefCount = (void *)0x060DBE20; +const void * RTTI_BSNavigationGrid = (void *)0x063089A8; +const void * RTTI_BSNavigationGridBase = (void *)0x06308948; +const void * RTTI_BSNavigationGridChunk = (void *)0x06308978; +const void * RTTI_BSNavigationGridFieldBase = (void *)0x06154FF8; +const void * RTTI_BSNavigationGridInfo = (void *)0x063088B0; +const void * RTTI_BSNavigationGridManager = (void *)0x060D41F0; +const void * RTTI_BSNavigationGridManager__Task = (void *)0x060D44B0; +const void * RTTI_BSNavigationGridObstacleUpdateTask = (void *)0x063089D0; +const void * RTTI_BSNavmesh = (void *)0x061438E0; +const void * RTTI_BSNavmeshInfo = (void *)0x06143988; +const void * RTTI_BSNavmeshInfoMap = (void *)0x06143A28; +const void * RTTI_BSNavmeshInfoMap__IRecursiveVisitor = (void *)0x06145220; +const void * RTTI_BSNavmeshInfoSearch = (void *)0x06308058; +const void * RTTI_BSNavmeshObstacleCoverData = (void *)0x06307E80; +const void * RTTI_BSNavmeshObstacleData = (void *)0x060A17E0; +const void * RTTI_BSNavmeshReferenceObstacleArray = (void *)0x06144000; +const void * RTTI_BSNavmeshSearch = (void *)0x06145D68; +const void * RTTI_BSNavmeshSearchAvailableSpaceDirectional = (void *)0x063084D0; +const void * RTTI_BSNavmeshSearchAvailableSpaceRadius = (void *)0x063085E8; +const void * RTTI_BSNavmeshSearchBase = (void *)0x0613DA18; +const void * RTTI_BSNavmeshSearchFilters = (void *)0x06145DF0; +const void * RTTI_BSNavmeshSearchHideFilter = (void *)0x06145E20; +const void * RTTI_BSNiNode = (void *)0x06098018; +const void * RTTI_BSNodeReferences = (void *)0x062DB020; +const void * RTTI_BSNoise__Add = (void *)0x062DDCF8; +const void * RTTI_BSNoise__Billow = (void *)0x062DDD20; +const void * RTTI_BSNoise__Crater = (void *)0x062DE5E0; +const void * RTTI_BSNoise__Invert = (void *)0x062DDD98; +const void * RTTI_BSNoise__Perlin = (void *)0x062DB980; +const void * RTTI_BSNoise__Ridged = (void *)0x062DE450; +const void * RTTI_BSNoise__SmoothStep = (void *)0x062DDDC0; +const void * RTTI_BSNoise__Subtract = (void *)0x062DDDF0; +const void * RTTI_BSNoise__Turbulence = (void *)0x062DE638; +const void * RTTI_BSNoise__Voronoi = (void *)0x062DDD70; +const void * RTTI_BSNonUniformScaleExtraData = (void *)0x060ADD88; +const void * RTTI_BSOfflineRTExtraData = (void *)0x062DE1B8; +const void * RTTI_BSOrderedNode = (void *)0x06097FF0; +const void * RTTI_BSPCGamepadDevice = (void *)0x062C2EE8; +const void * RTTI_BSPCGamepadDeviceHandler = (void *)0x062C2A68; +const void * RTTI_BSPCGamerProfile = (void *)0x0636ECD8; +const void * RTTI_BSPCKeyboardDevice = (void *)0x062C2A38; +const void * RTTI_BSPCMouseDevice = (void *)0x062C2B48; +const void * RTTI_BSPCVirtualKeyboardDevice = (void *)0x062C2A98; +const void * RTTI_BSPageFile__MemoryWriteStorage = (void *)0x061F6888; +const void * RTTI_BSPageFile__MultiplexWrite = (void *)0x0631A1A0; +const void * RTTI_BSParseCSV__IGetBufferCB = (void *)0x062DB8D0; +const void * RTTI_BSParticle = (void *)0x062FE920; +const void * RTTI_BSPathBuilder = (void *)0x0613B1C8; +const void * RTTI_BSPathEventManager = (void *)0x06308CB0; +const void * RTTI_BSPathSmootherPOVSearch = (void *)0x063025A8; +const void * RTTI_BSPathing = (void *)0x061454D8; +const void * RTTI_BSPathingCellManager = (void *)0x06145128; +const void * RTTI_BSPathingRequest = (void *)0x06094D60; +const void * RTTI_BSPathingRequestPolicies__DestinationArea = (void *)0x06142368; +const void * RTTI_BSPathingRequestPolicies__EscortRequest = (void *)0x0613BBC0; +const void * RTTI_BSPathingRequestPolicies__FleeRequestPolicy = (void *)0x06305810; +const void * RTTI_BSPathingSearchRayCast = (void *)0x06309808; +const void * RTTI_BSPathingSite = (void *)0x0620BDD0; +const void * RTTI_BSPathingSpace = (void *)0x06145678; +const void * RTTI_BSPathingStreamSimpleBufferRead = (void *)0x06307538; +const void * RTTI_BSPathingStreamSimpleBufferWrite = (void *)0x060D3AA8; +const void * RTTI_BSPathingTraversal = (void *)0x060DA920; +const void * RTTI_BSPathingTraversalAction = (void *)0x060D9348; +const void * RTTI_BSPathingTraversalData = (void *)0x060D93A8; +const void * RTTI_BSPathingTraversalManager = (void *)0x060DA730; +const void * RTTI_BSPathing__CheckLineOfSightFilter = (void *)0x060D55F0; +const void * RTTI_BSPathing__DetermineAvailableRadiusAtPositionVisitor = (void *)0x06300D20; +const void * RTTI_BSPathing__DetermineAvailableRadiusInDirectionVisitor = (void *)0x06300DB0; +const void * RTTI_BSPathing__EdgeFoundVisitor = (void *)0x06221A00; +const void * RTTI_BSPausableItem = (void *)0x06144038; +const void * RTTI_BSPauseRequester = (void *)0x0606F260; +const void * RTTI_BSPistonController = (void *)0x062CFB38; +const void * RTTI_BSPlatform__BNetAsyncRequestBase = (void *)0x0635F120; +const void * RTTI_BSPlatform__BNetFile__download = (void *)0x0636C0F0; +const void * RTTI_BSPlatform__BNetFile__marketplaceDownload = (void *)0x0636C0B0; +const void * RTTI_BSPlatform__BNetImage = (void *)0x05FDC230; +const void * RTTI_BSPlatform__BSBethesdaPlatform = (void *)0x0635EFF0; +const void * RTTI_BSPlatform__BSMarketplaceImage = (void *)0x05FDC260; +const void * RTTI_BSPlatform__BSMarketplaceUploader = (void *)0x0636AD78; +const void * RTTI_BSPlatform__BSUserContent = (void *)0x061701E0; +const void * RTTI_BSPlatform__BSUserContentCollection = (void *)0x06173920; +const void * RTTI_BSPlatform__BSUserContentOperations = (void *)0x06369108; +const void * RTTI_BSPlatform__BSUserContentSearcherAgent = (void *)0x0636C850; +const void * RTTI_BSPlayerDistanceCheckController = (void *)0x0621BF40; +const void * RTTI_BSPrecomputedNavmeshInfoSearch = (void *)0x06308088; +const void * RTTI_BSProbeGridVolume = (void *)0x062D9468; +const void * RTTI_BSProceduralLightningController = (void *)0x062DB9E0; +const void * RTTI_BSProceduralLightningTasklet = (void *)0x062DB9A8; +const void * RTTI_BSProjectedDecal = (void *)0x062D8D90; +const void * RTTI_BSQueuedResourceCollectionBase = (void *)0x060B35F8; +const void * RTTI_BSRangeNode = (void *)0x062D9B88; +const void * RTTI_BSRecastModule__BSRecastJob = (void *)0x06309EE0; +const void * RTTI_BSReference = (void *)0x062DAF30; +const void * RTTI_BSReflectionProbe = (void *)0x062DAE48; +const void * RTTI_BSReflection__AnyType = (void *)0x06065F08; +const void * RTTI_BSReflection__BSFixedStringType = (void *)0x06064D00; +const void * RTTI_BSReflection__BasicType = (void *)0x06067F48; +const void * RTTI_BSReflection__ClassType = (void *)0x05FEA5A8; +const void * RTTI_BSReflection__ConstCStringType = (void *)0x06064C40; +const void * RTTI_BSReflection__EnumerationType = (void *)0x06059570; +const void * RTTI_BSReflection__IConstEnumerator = (void *)0x06105F30; +const void * RTTI_BSReflection__IObject = (void *)0x05FE5AC8; +const void * RTTI_BSReflection__ResourceIDStringConverter = (void *)0x05FE59B0; +const void * RTTI_BSReflection__Serializer = (void *)0x062D9490; +const void * RTTI_BSReflection__UIDStringConverter = (void *)0x05FE5940; +const void * RTTI_BSRendererSceneNode = (void *)0x062D4C20; +const void * RTTI_BSRendererState = (void *)0x062D9BB0; +const void * RTTI_BSResource2__CacheBase = (void *)0x0609A9F0; +const void * RTTI_BSResource2__EntryBase = (void *)0x0609A0B8; +const void * RTTI_BSResource2__ProxyStream = (void *)0x0630AD38; +const void * RTTI_BSResource2__ResourceCreateNode = (void *)0x0630AD68; +const void * RTTI_BSResourceNiBinaryStream = (void *)0x062F05C8; +const void * RTTI_BSResourceReloadManager = (void *)0x062DC2F0; +const void * RTTI_BSResourceStreamParser = (void *)0x062F0628; +const void * RTTI_BSResourceStreamStorage = (void *)0x0630E4D8; +const void * RTTI_BSResource__Archive2__AsyncReaderStream = (void *)0x0630BFD8; +const void * RTTI_BSResource__Archive2__Index = (void *)0x0630C320; +const void * RTTI_BSResource__Archive2__Manager__MemoryCacheLocation = (void *)0x0630C350; +const void * RTTI_BSResource__Archive2__ReaderStream = (void *)0x0630BE10; +const void * RTTI_BSResource__ArchiveIDConverter = (void *)0x0606C1B0; +const void * RTTI_BSResource__AsyncStream = (void *)0x0630BE48; +const void * RTTI_BSResource__IMemoryFileBuffer = (void *)0x0630E740; +const void * RTTI_BSResource__Location = (void *)0x0606C100; +const void * RTTI_BSResource__LocationTraverser = (void *)0x062DF2D8; +const void * RTTI_BSResource__LooseFileLocation = (void *)0x0630E248; +const void * RTTI_BSResource__MemoryFileBuffer = (void *)0x0630E778; +const void * RTTI_BSResource__MemoryFileLocation = (void *)0x0630C450; +const void * RTTI_BSResource__MemoryFileStream = (void *)0x0630E708; +const void * RTTI_BSResource__SDirectory2__IDirectoryIDIterator = (void *)0x062B1560; +const void * RTTI_BSResource__SDirectory2__IDirectoryStreamIterator = (void *)0x060955E0; +const void * RTTI_BSResource__SDirectory2__ThreadCursor = (void *)0x0630C0E0; +const void * RTTI_BSResource__Server__Commands__CancelAll = (void *)0x062D4368; +const void * RTTI_BSResource__Server__GraphProcessor = (void *)0x0610CB10; +const void * RTTI_BSResource__Server__LinearProcessor = (void *)0x060C0080; +const void * RTTI_BSResource__Server__NodeBase = (void *)0x060965C8; +const void * RTTI_BSResource__Server__ResourceServerDebug = (void *)0x0630DEF8; +const void * RTTI_BSResource__Stream = (void *)0x0630AA18; +const void * RTTI_BSResource__StreamBase = (void *)0x0630AA40; +const void * RTTI_BSRotAccumTransfInterpolator = (void *)0x0635A680; +const void * RTTI_BSSaveDataSystemUtility = (void *)0x06076448; +const void * RTTI_BSSaveDataSystemUtilityFile = (void *)0x061F67F8; +const void * RTTI_BSScaleformFileOpener = (void *)0x062F1410; +const void * RTTI_BSScaleformImageLoader = (void *)0x062F1970; +const void * RTTI_BSScaleformMovieLoadTask = (void *)0x062F1620; +const void * RTTI_BSScaleformTranslator__ScaleformImpl = (void *)0x062F1B58; +const void * RTTI_BSSceneNode = (void *)0x062D4CC8; +const void * RTTI_BSScript__ByteCode__PackedInstructionStream__InstructionFunctor = (void *)0x06314600; +const void * RTTI_BSScript__CompiledScriptLoader = (void *)0x06310E60; +const void * RTTI_BSScript__ErrorLogger = (void *)0x06283DF0; +const void * RTTI_BSScript__ICachedErrorMessage = (void *)0x0616C348; +const void * RTTI_BSScript__IClientVM = (void *)0x06289FC8; +const void * RTTI_BSScript__IComplexType = (void *)0x0630F1A0; +const void * RTTI_BSScript__IFunction = (void *)0x06178808; +const void * RTTI_BSScript__IHandleReaderWriter = (void *)0x06281518; +const void * RTTI_BSScript__ILoader = (void *)0x0628A0A0; +const void * RTTI_BSScript__IMemoryPagePolicy = (void *)0x06310A60; +const void * RTTI_BSScript__IObjectHandlePolicy = (void *)0x06289F90; +const void * RTTI_BSScript__IObjectProcessor = (void *)0x063125B0; +const void * RTTI_BSScript__IProfilePolicy = (void *)0x06285F08; +const void * RTTI_BSScript__ISavePatcherInterface = (void *)0x06286218; +const void * RTTI_BSScript__IStackCallbackFunctor = (void *)0x06289FF8; +const void * RTTI_BSScript__IStackCallbackSaveInterface = (void *)0x0628A030; +const void * RTTI_BSScript__IStore = (void *)0x06286858; +const void * RTTI_BSScript__IVMDebugInterface = (void *)0x0630F428; +const void * RTTI_BSScript__IVMObjectBindInterface = (void *)0x0630E7B0; +const void * RTTI_BSScript__IVMRemoteDebuggerInterface = (void *)0x06313E38; +const void * RTTI_BSScript__IVMSaveLoadInterface = (void *)0x0630F3F0; +const void * RTTI_BSScript__IVirtualMachine = (void *)0x0630F3C0; +const void * RTTI_BSScript__Internal__AutoPropGetFunction = (void *)0x06314658; +const void * RTTI_BSScript__Internal__AutoPropSetFunction = (void *)0x06314698; +const void * RTTI_BSScript__Internal__CodeTasklet = (void *)0x06315FA0; +const void * RTTI_BSScript__Internal__FunctionMessageNode = (void *)0x06318150; +const void * RTTI_BSScript__Internal__FunctionMessageProcessor = (void *)0x06318190; +const void * RTTI_BSScript__Internal__IFuncCallQuery = (void *)0x06313F08; +const void * RTTI_BSScript__Internal__NativeFunctionStub = (void *)0x06314510; +const void * RTTI_BSScript__Internal__RawFuncCallQuery = (void *)0x06313DC0; +const void * RTTI_BSScript__Internal__ScriptFunction = (void *)0x063181D8; +const void * RTTI_BSScript__Internal__VirtualMachine = (void *)0x06313E00; +const void * RTTI_BSScript__Internal__VirtualMachine__IFuncCallCallbacks = (void *)0x063125E0; +const void * RTTI_BSScript__LinkerProcessor = (void *)0x063170F0; +const void * RTTI_BSScript__NF_util__NativeFunctionBase = (void *)0x061787C8; +const void * RTTI_BSScript__ObjectBindPolicy = (void *)0x0628A070; +const void * RTTI_BSScript__ObjectTypeInfo = (void *)0x0630F390; +const void * RTTI_BSScript__SimpleAllocMemoryPagePolicy = (void *)0x06310A98; +const void * RTTI_BSScript__StructTypeInfo = (void *)0x06310000; +const void * RTTI_BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor = (void *)0x06314550; +const void * RTTI_BSSequence__AnimationEvent = (void *)0x06105AE0; +const void * RTTI_BSSequence__AnimationTrack = (void *)0x06105A28; +const void * RTTI_BSSequence__AnimationVariableTrack = (void *)0x06105AA8; +const void * RTTI_BSSequence__AnimationVectorVariableTrack = (void *)0x06105B48; +const void * RTTI_BSSequence__BindingEvent = (void *)0x062D8270; +const void * RTTI_BSSequence__CameraShakeEvent = (void *)0x06105BC8; +const void * RTTI_BSSequence__CameraShakeStrengthTrack = (void *)0x06105B88; +const void * RTTI_BSSequence__CameraShakeTrack = (void *)0x06105B10; +const void * RTTI_BSSequence__ColorCurveEvent = (void *)0x062D8B38; +const void * RTTI_BSSequence__ColorLerpEvent = (void *)0x062D8AD8; +const void * RTTI_BSSequence__ColorNoiseEvent = (void *)0x062D8AA0; +const void * RTTI_BSSequence__ColorTriggerEvent = (void *)0x062D8A68; +const void * RTTI_BSSequence__ConsoleScriptEvent = (void *)0x06104FB8; +const void * RTTI_BSSequence__CullEvent = (void *)0x061051F8; +const void * RTTI_BSSequence__DissolveEvent = (void *)0x06105868; +const void * RTTI_BSSequence__DissolveFrequencyScaleTrack = (void *)0x06104BC0; +const void * RTTI_BSSequence__DissolveOffsetTrack = (void *)0x06105928; +const void * RTTI_BSSequence__DissolveTrack = (void *)0x060A6978; +const void * RTTI_BSSequence__Event = (void *)0x06105F08; +const void * RTTI_BSSequence__ExplosionObjectSpawn = (void *)0x06104D50; +const void * RTTI_BSSequence__Float2CurveEvent = (void *)0x062D8900; +const void * RTTI_BSSequence__Float2LerpEvent = (void *)0x062D8848; +const void * RTTI_BSSequence__Float2TriggerEvent = (void *)0x062D87D8; +const void * RTTI_BSSequence__FloatCurveEvent = (void *)0x062D8810; +const void * RTTI_BSSequence__FloatLerpEvent = (void *)0x062D87A8; +const void * RTTI_BSSequence__FloatNoiseEvent = (void *)0x062D8770; +const void * RTTI_BSSequence__FloatTriggerEvent = (void *)0x062D8738; +const void * RTTI_BSSequence__ITimeMultiplierProvider = (void *)0x06106180; +const void * RTTI_BSSequence__ImageSpaceLifetimeEvent = (void *)0x061053A8; +const void * RTTI_BSSequence__ImageSpaceStrengthTrack = (void *)0x06105368; +const void * RTTI_BSSequence__ImageSpaceTrack = (void *)0x06105330; +const void * RTTI_BSSequence__ImpactEffectEvent = (void *)0x06105228; +const void * RTTI_BSSequence__ImpactEffectTrack = (void *)0x060A6C40; +const void * RTTI_BSSequence__LightColorTrack = (void *)0x061055B8; +const void * RTTI_BSSequence__LightEffectReferenceTrack = (void *)0x060A6450; +const void * RTTI_BSSequence__LightEffectTrack = (void *)0x061053E8; +const void * RTTI_BSSequence__LightIntensityTrack = (void *)0x061054E8; +const void * RTTI_BSSequence__LightLensFlareVisiblityTrack = (void *)0x06105578; +const void * RTTI_BSSequence__LightRadiusTrack = (void *)0x06105478; +const void * RTTI_BSSequence__LightSpawnEvent = (void *)0x061054B0; +const void * RTTI_BSSequence__LoopMarker = (void *)0x062D8B08; +const void * RTTI_BSSequence__MaterialFlipbookIndexGeneratorEvent = (void *)0x061057C0; +const void * RTTI_BSSequence__MaterialFlipbookIndexTrack = (void *)0x06105708; +const void * RTTI_BSSequence__MaterialPropertyTrack = (void *)0x06105660; +const void * RTTI_BSSequence__MaterialTrack = (void *)0x061055F0; +const void * RTTI_BSSequence__Mediator = (void *)0x060A4578; +const void * RTTI_BSSequence__NamedSequenceMap = (void *)0x060A6360; +const void * RTTI_BSSequence__NodeTrackBase = (void *)0x060A6398; +const void * RTTI_BSSequence__NoteEvent = (void *)0x062D81A0; +const void * RTTI_BSSequence__NoteTrack = (void *)0x062D8208; +const void * RTTI_BSSequence__Object = (void *)0x060A6490; +const void * RTTI_BSSequence__ObjectAttachmentSubnodeTrack = (void *)0x06104C00; +const void * RTTI_BSSequence__ObjectAttachmentTrack = (void *)0x06104B88; +const void * RTTI_BSSequence__ObjectSpawnEvent = (void *)0x06104C40; +const void * RTTI_BSSequence__ObjectSpawnTrack = (void *)0x060A6B20; +const void * RTTI_BSSequence__ParticleEffectReferenceTrack = (void *)0x06104D88; +const void * RTTI_BSSequence__ParticleEffectTrack = (void *)0x06104E38; +const void * RTTI_BSSequence__ParticleEvent = (void *)0x06104E08; +const void * RTTI_BSSequence__ParticleMaterialPropertyTrack = (void *)0x06104F48; +const void * RTTI_BSSequence__ParticleParameterTrack = (void *)0x06104EE0; +const void * RTTI_BSSequence__PlaySubSequenceEvent = (void *)0x06105260; +const void * RTTI_BSSequence__PositionTrack = (void *)0x06105D70; +const void * RTTI_BSSequence__PositionTrack__TrackState = (void *)0x060A6BC0; +const void * RTTI_BSSequence__ProjectedDecalAlphaTrack = (void *)0x06105C58; +const void * RTTI_BSSequence__ProjectedDecalSpawnEvent = (void *)0x06105C98; +const void * RTTI_BSSequence__ProjectedDecalTrack = (void *)0x060A6B88; +const void * RTTI_BSSequence__PropertyControllerBase = (void *)0x062D82E0; +const void * RTTI_BSSequence__PropertyControllerEvent = (void *)0x062D82A0; +const void * RTTI_BSSequence__PropertyLerpControllerEvent = (void *)0x062D8318; +const void * RTTI_BSSequence__ReferenceSpawnEvent = (void *)0x06104D18; +const void * RTTI_BSSequence__RevertMaterialOverrideEvent = (void *)0x06105620; +const void * RTTI_BSSequence__RotationTrack = (void *)0x06105190; +const void * RTTI_BSSequence__RotationTrack__TrackState = (void *)0x060A6C00; +const void * RTTI_BSSequence__ScaleTrack = (void *)0x06105160; +const void * RTTI_BSSequence__SceneNodeTrack = (void *)0x060A6B58; +const void * RTTI_BSSequence__ScriptTrack = (void *)0x06104F18; +const void * RTTI_BSSequence__SetPropertyEvent = (void *)0x062D8238; +const void * RTTI_BSSequence__SoundEvent = (void *)0x06105040; +const void * RTTI_BSSequence__SoundTrack = (void *)0x06104F88; +const void * RTTI_BSSequence__SubSequenceTrack = (void *)0x061051C0; +const void * RTTI_BSSequence__Track = (void *)0x060A6428; +const void * RTTI_BSSequence__TrackGroup = (void *)0x060A63C8; +const void * RTTI_BSSequence__TriggerMaterialSwap = (void *)0x06105898; +const void * RTTI_BSSequence__VectorCurveEvent = (void *)0x062D89B0; +const void * RTTI_BSSequence__VectorLerpEvent = (void *)0x062D8938; +const void * RTTI_BSSequence__VectorNoiseEvent = (void *)0x062D89E8; +const void * RTTI_BSSequence__VectorTriggerEvent = (void *)0x062D88C8; +const void * RTTI_BSSequence__VisibilityTrack = (void *)0x06105CD8; +const void * RTTI_BSService__JobSite = (void *)0x06007740; +const void * RTTI_BSShadowLight = (void *)0x062DAE70; +const void * RTTI_BSShapeConstructor = (void *)0x0614D168; +const void * RTTI_BSSimpleScaleController = (void *)0x0621BF78; +const void * RTTI_BSSkin__BoneData = (void *)0x0635B390; +const void * RTTI_BSSkin__Instance = (void *)0x0635B368; +const void * RTTI_BSSpatialGraph = (void *)0x060DB970; +const void * RTTI_BSSpatialGraphInfo = (void *)0x063057E0; +const void * RTTI_BSSpatialGraphManager = (void *)0x060DCA18; +const void * RTTI_BSSpatialGraphSearch = (void *)0x060DE0E8; +const void * RTTI_BSSplatterExtraData = (void *)0x060D3A78; +const void * RTTI_BSSteamSysInfoSystemUtility = (void *)0x0636E9F0; +const void * RTTI_BSStorage = (void *)0x060ADA58; +const void * RTTI_BSStream = (void *)0x06130D70; +const void * RTTI_BSStreamParserData = (void *)0x062F05F8; +const void * RTTI_BSStreaming__DataStorage = (void *)0x0631A2D8; +const void * RTTI_BSSubBehaviorGraphSingletonData = (void *)0x062C0928; +const void * RTTI_BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask = (void *)0x062C1130; +const void * RTTI_BSSubSceneNode = (void *)0x062DAE20; +const void * RTTI_BSSysInfoSystemUtility = (void *)0x06076418; +const void * RTTI_BSSystemFileAsyncFunctor = (void *)0x0630E6D8; +const void * RTTI_BSSystemFileStorage = (void *)0x0631A2A8; +const void * RTTI_BSSystemFileStreamer__HeapData = (void *)0x06318A70; +const void * RTTI_BSSystemFileStreamer__PhysicalRequest = (void *)0x06318BC0; +const void * RTTI_BSSystemFileStreamer__PinnedData = (void *)0x06318B88; +const void * RTTI_BSSystemFileStreamer__Streamer = (void *)0x06318CC8; +const void * RTTI_BSSystemFileStreamer__Streamer__ControlThread = (void *)0x06318C50; +const void * RTTI_BSSystemFileStreamer__Streamer__StreamerThread = (void *)0x06318C00; +const void * RTTI_BSSystemUtilitiesStrings = (void *)0x060760A8; +const void * RTTI_BSSystemUtility = (void *)0x06068758; +const void * RTTI_BSTArrayBase__IAllocatorFunctor = (void *)0x05FE3D30; +const void * RTTI_BSTEventDetail__SourceBase = (void *)0x06068460; +const void * RTTI_BSTSmartPointerPrivate__HandleManagerBase = (void *)0x0606F288; +const void * RTTI_BSTableCurve = (void *)0x0636F150; +const void * RTTI_BSTaskJobber = (void *)0x062DBAC0; +const void * RTTI_BSTaskJobber__Task = (void *)0x06144178; +const void * RTTI_BSTaskThread = (void *)0x060BFDA0; +const void * RTTI_BSTaskletGroupData = (void *)0x0631A308; +const void * RTTI_BSTaskletManager = (void *)0x0606F2C8; +const void * RTTI_BSTempEffect = (void *)0x061435D0; +const void * RTTI_BSTempEffectDebris = (void *)0x061435F8; +const void * RTTI_BSTempEffectGeometryDecal = (void *)0x06143628; +const void * RTTI_BSTempEffectParticle = (void *)0x06143690; +const void * RTTI_BSTempEffectSPG = (void *)0x061436F8; +const void * RTTI_BSTempEffectScreenSpaceDecal = (void *)0x061436C0; +const void * RTTI_BSTempEffectWeaponBlood = (void *)0x06143720; +const void * RTTI_BSTerrainEffect = (void *)0x06143890; +const void * RTTI_BSTextureStreamer__ArchiveLayer = (void *)0x062DAA10; +const void * RTTI_BSTextureStreamer__LoadQueueService = (void *)0x062DA430; +const void * RTTI_BSTextureStreamer__Manager = (void *)0x062DAA80; +const void * RTTI_BSTextureStreamer__ManagerBase = (void *)0x062DAA48; +const void * RTTI_BSTextureStreamer__ManagerServiceFramework = (void *)0x062DA470; +const void * RTTI_BSTextureStreamer__TextureArchiveIDConverter = (void *)0x0606C130; +const void * RTTI_BSTextureStreamer__TextureLoad = (void *)0x062DE238; +const void * RTTI_BSTextureStreamer__TextureStreamerRequestBase = (void *)0x062DE1F0; +const void * RTTI_BSThread = (void *)0x06067660; +const void * RTTI_BSTransformExtra = (void *)0x0612E300; +const void * RTTI_BSTreadTransfInterpolator = (void *)0x0635A6B8; +const void * RTTI_BSUIExternalTexture = (void *)0x062F0EC8; +const void * RTTI_BSVMFileFenceNode = (void *)0x060C74A8; +const void * RTTI_BSVMLoadNode = (void *)0x060C74D0; +const void * RTTI_BSVMPostProcessNode = (void *)0x060C74F8; +const void * RTTI_BSValueNode = (void *)0x062DAE98; +const void * RTTI_BSWArray = (void *)0x062DE4D0; +const void * RTTI_BSWeakReferenceNode = (void *)0x062D4B50; +const void * RTTI_BSWin32ExceptionHandler = (void *)0x06059978; +const void * RTTI_BSWinPCAwardsSystemUtility = (void *)0x0636ED00; +const void * RTTI_BSWinPCGameDataSystemUtility = (void *)0x0636EC18; +const void * RTTI_BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled = (void *)0x0636EC50; +const void * RTTI_BSWinPCSaveDataSystemUtility = (void *)0x0636EBB8; +const void * RTTI_BSWinPCSystemUtility = (void *)0x0636EA28; +const void * RTTI_BSWinPCSystemUtility__ConnectionStatusManager = (void *)0x0636EA60; +const void * RTTI_BSXFlags = (void *)0x062D9448; +const void * RTTI_BShkbHkxDB__QueuedHandles = (void *)0x0612C9A8; +const void * RTTI_BShkbUtils__GraphInspectionFunctor = (void *)0x062B15A8; +const void * RTTI_BackgroundProcessNode = (void *)0x060BFFC8; +const void * RTTI_BackgroundProcessThread = (void *)0x060BFD70; +const void * RTTI_BanishEffect = (void *)0x061F1358; +const void * RTTI_BarrierProjectile = (void *)0x0623A910; +const void * RTTI_BarterMenu = (void *)0x061B4828; +const void * RTTI_BarterMenu_BuyItem = (void *)0x061B48F8; +const void * RTTI_BarterMenu_CloseMenu = (void *)0x061B49F0; +const void * RTTI_BarterMenu_HideModel = (void *)0x061B4990; +const void * RTTI_BarterMenu_LoadModel = (void *)0x061B49C0; +const void * RTTI_BarterMenu_SellItem = (void *)0x061B48C8; +const void * RTTI_BarterMenu_SetMouseOverModel = (void *)0x061B4890; +const void * RTTI_BarterMenu_ShowFailureMessage = (void *)0x061B4958; +const void * RTTI_BarterMenu_ViewedItem = (void *)0x061B4928; +const void * RTTI_BarterMenu__BarterMenuEventShuttle = (void *)0x061B4AF8; +const void * RTTI_BaseFormComponent = (void *)0x05FE5AA0; +const void * RTTI_BaseLightAnimData = (void *)0x060AE628; +const void * RTTI_BeamProjectile = (void *)0x0623AC08; +const void * RTTI_BedEnterHandler = (void *)0x06237FD8; +const void * RTTI_BedFurnitureExitHandler = (void *)0x06237A60; +const void * RTTI_BleedoutCameraState = (void *)0x062718D0; +const void * RTTI_BlendNode = (void *)0x062BF370; +const void * RTTI_BlendNodeInstance = (void *)0x062BF348; +const void * RTTI_BlendTree = (void *)0x062B0E88; +const void * RTTI_BlendTreeInstance = (void *)0x062BE5B8; +const void * RTTI_Blueprints__Blueprint = (void *)0x060AE198; +const void * RTTI_Blueprints__BlueprintMainStatusHandler = (void *)0x060AE0F0; +const void * RTTI_Blueprints__BlueprintVariant = (void *)0x05FCC4F8; +const void * RTTI_BodyCollisionsTask = (void *)0x05FC84C0; +const void * RTTI_BodyEffects__Effect = (void *)0x06098090; +const void * RTTI_BodyEffects__ResourceVisualizationEffect = (void *)0x06097FB0; +const void * RTTI_BodyEffects__ScanlinesEffect = (void *)0x06098058; +const void * RTTI_BoneConstraint = (void *)0x062BEDA8; +const void * RTTI_BoneConstraintInstance = (void *)0x062BED78; +const void * RTTI_BoneModifierData = (void *)0x060A2ED8; +const void * RTTI_BoneModifierExtra = (void *)0x06100198; +const void * RTTI_BoneModifierInstance = (void *)0x060A2E50; +const void * RTTI_BookMenu = (void *)0x06271ED0; +const void * RTTI_BookMenu__BookData = (void *)0x06271EA8; +const void * RTTI_BookMenu__BookMenuUIDataEventShuttle = (void *)0x06271E68; +const void * RTTI_BoundaryMenu = (void *)0x061716D0; +const void * RTTI_BoundaryMenu_FastTravel = (void *)0x06171750; +const void * RTTI_BoundaryMenu_ShowMap = (void *)0x061716F8; +const void * RTTI_BowZoomStartHandler = (void *)0x06238AF8; +const void * RTTI_BowZoomStopHandler = (void *)0x06238B28; +const void * RTTI_ButtonEvent = (void *)0x062C2168; +const void * RTTI_CCallbackBase = (void *)0x0636EBF0; +const void * RTTI_CPUCaptureHandler = (void *)0x0627A258; +const void * RTTI_CalcContainerWeight = (void *)0x0611E600; +const void * RTTI_CalmEffect = (void *)0x061F1380; +const void * RTTI_CameraOverrideStartHandler = (void *)0x06237DC8; +const void * RTTI_CameraOverrideStopHandler = (void *)0x06237E00; +const void * RTTI_CameraShakeHandler = (void *)0x062387E0; +const void * RTTI_CameraZoomHandler = (void *)0x0627A2A8; +const void * RTTI_Camera__DebugCinematicCamera = (void *)0x0616CEA8; +const void * RTTI_Camera__DebugFollowCamera = (void *)0x0616CEE0; +const void * RTTI_Camera__DebugFreeCamera = (void *)0x0616CF10; +const void * RTTI_Camera__DebugModule = (void *)0x0616CF70; +const void * RTTI_Camera__DebugOrbitalCamera = (void *)0x0616CF40; +const void * RTTI_Camera__DebugTargetCamera = (void *)0x0616CE48; +const void * RTTI_Camera__IBaseModule = (void *)0x0616CCE8; +const void * RTTI_Camera__IDebugCamera = (void *)0x0616CE78; +const void * RTTI_Camera__InteriorModule = (void *)0x0616CFA0; +const void * RTTI_Camera__Manager = (void *)0x0616CC90; +const void * RTTI_Camera__PlayerModule = (void *)0x0616CD18; +const void * RTTI_Camera__SpaceModule = (void *)0x0616CCB8; +const void * RTTI_CapacityValueModifierEffect = (void *)0x061EFB78; +const void * RTTI_CellHandleManager = (void *)0x060A2BB8; +const void * RTTI_CellHfCollision = (void *)0x060B1EF8; +const void * RTTI_ChainExplosion = (void *)0x061FC588; +const void * RTTI_ChairEnterHandler = (void *)0x06237EC8; +const void * RTTI_ChairFurnitureExitHandler = (void *)0x06237F78; +const void * RTTI_ChangeAnimArchetypeHandler = (void *)0x06234B90; +const void * RTTI_CharGen_BrowChange = (void *)0x061D2898; +const void * RTTI_CharGen_BrowColorChange = (void *)0x061D2740; +const void * RTTI_CharGen_CancelTextEntry = (void *)0x061D2198; +const void * RTTI_CharGen_CloseMenu = (void *)0x061D2280; +const void * RTTI_CharGen_CyclePronoun = (void *)0x061D26E0; +const void * RTTI_CharGen_DirtScarsEtcChange = (void *)0x061D1FB8; +const void * RTTI_CharGen_EndBodyChange = (void *)0x061D24C0; +const void * RTTI_CharGen_EndTextEntry = (void *)0x061D2168; +const void * RTTI_CharGen_EyeColorChange = (void *)0x061D2868; +const void * RTTI_CharGen_FacialHairChange = (void *)0x061D27A0; +const void * RTTI_CharGen_FacialHairColorChange = (void *)0x061D27D0; +const void * RTTI_CharGen_HairChange = (void *)0x061D2808; +const void * RTTI_CharGen_HairColorChange = (void *)0x061D2838; +const void * RTTI_CharGen_HeadpartPlusSelectorChange = (void *)0x061D2020; +const void * RTTI_CharGen_HeadpartPresetChange = (void *)0x061D2220; +const void * RTTI_CharGen_JewelryChange = (void *)0x061D24F0; +const void * RTTI_CharGen_JewelryColorChange = (void *)0x061D2520; +const void * RTTI_CharGen_MakeupChange = (void *)0x061D2378; +const void * RTTI_CharGen_MarkingsChange = (void *)0x061D22D8; +const void * RTTI_CharGen_PostBlendColorOptionChange = (void *)0x061D23E0; +const void * RTTI_CharGen_PostBlendFaceChange = (void *)0x061D23A8; +const void * RTTI_CharGen_PostBlendIntensityChange = (void *)0x061D2340; +const void * RTTI_CharGen_PresetChange = (void *)0x061D22A8; +const void * RTTI_CharGen_RollOffLocomotion = (void *)0x061D25E8; +const void * RTTI_CharGen_RollOnLocomotion = (void *)0x061D25B8; +const void * RTTI_CharGen_RotatePaperdoll = (void *)0x061D2648; +const void * RTTI_CharGen_SetAdditionalSlider = (void *)0x061D2420; +const void * RTTI_CharGen_SetBackground = (void *)0x061D28F0; +const void * RTTI_CharGen_SetBlockInputUnderPopup = (void *)0x061D2458; +const void * RTTI_CharGen_SetBodyValues = (void *)0x061D2090; +const void * RTTI_CharGen_SetCameraPosition = (void *)0x061D20C0; +const void * RTTI_CharGen_SetPronoun = (void *)0x061D2710; +const void * RTTI_CharGen_SetSex = (void *)0x061D2258; +const void * RTTI_CharGen_SetSlider = (void *)0x061D21C8; +const void * RTTI_CharGen_SetTrait = (void *)0x061D28C8; +const void * RTTI_CharGen_ShowChooseBackgroundMessage = (void *)0x061D2128; +const void * RTTI_CharGen_ShowPlayerRenameMessage = (void *)0x061D20F0; +const void * RTTI_CharGen_SkintoneChange = (void *)0x061D2060; +const void * RTTI_CharGen_StartBodyChange = (void *)0x061D2490; +const void * RTTI_CharGen_StartTextEntry = (void *)0x061D21F0; +const void * RTTI_CharGen_SwitchBodyType = (void *)0x061D2618; +const void * RTTI_CharGen_SwitchLocomotion = (void *)0x061D26B0; +const void * RTTI_CharGen_TeethChange = (void *)0x061D2770; +const void * RTTI_CharGen_TeethRollOff = (void *)0x061D2588; +const void * RTTI_CharGen_TeethRollOn = (void *)0x061D2558; +const void * RTTI_CharGen_ToggleMarking = (void *)0x061D1FF0; +const void * RTTI_CharGen_TogglePreviewHabSuit = (void *)0x061D2678; +const void * RTTI_CharacterCollisionHandler = (void *)0x06221178; +const void * RTTI_CharacterCollisionMessagePlayerAdapter = (void *)0x0620A5A8; +const void * RTTI_CharacterEvent = (void *)0x062C1D58; +const void * RTTI_ChargenMenu = (void *)0x061D0E50; +const void * RTTI_ChargenMenu__ChargenMenuEventShuttle = (void *)0x061D11F0; +const void * RTTI_CheckGoalReachedFunctor = (void *)0x06306A60; +const void * RTTI_CheckLineOfSightFilterMisc = (void *)0x061F10C8; +const void * RTTI_CheckParameterReachedFunctor = (void *)0x063069F8; +const void * RTTI_CheckStoppedMovingFunctor = (void *)0x06306A90; +const void * RTTI_ClientBIMetrics__CombatHitMetricsI = (void *)0x061F2BE8; +const void * RTTI_ClientBIMetrics__HeartBeat__EventSink = (void *)0x06097388; +const void * RTTI_ClientBIMetrics__Performance__EventSink = (void *)0x06097A70; +const void * RTTI_ClientBIMetrics__ShipCombatHitMetricsBPSImp = (void *)0x061F2C60; +const void * RTTI_ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost = (void *)0x06097E70; +const void * RTTI_CloakEffect = (void *)0x061EFC30; +const void * RTTI_ClonePoseNode = (void *)0x062BBAB8; +const void * RTTI_ClonePoseNodeInstance = (void *)0x062BBA60; +const void * RTTI_CloudSaveWriter = (void *)0x061F68C0; +const void * RTTI_CombatAcquireSearchDebugData = (void *)0x06243BE8; +const void * RTTI_CombatAimController = (void *)0x0623D228; +const void * RTTI_CombatAlignRollPathController = (void *)0x06163278; +const void * RTTI_CombatAnimatedPath = (void *)0x0626A320; +const void * RTTI_CombatApproachTargetPathController = (void *)0x06163440; +const void * RTTI_CombatAreaHoldPosition = (void *)0x0623D3F8; +const void * RTTI_CombatAreaReference = (void *)0x0623D3C8; +const void * RTTI_CombatAreaShape = (void *)0x06164688; +const void * RTTI_CombatAreaStandard = (void *)0x0623D398; +const void * RTTI_CombatBarrelRollPathController = (void *)0x061630F0; +const void * RTTI_CombatBehaviorAttackFromCover = (void *)0x06269E98; +const void * RTTI_CombatBehaviorBlindFireFromCover = (void *)0x06269D20; +const void * RTTI_CombatBehaviorContextCover = (void *)0x06269BA0; +const void * RTTI_CombatBehaviorContextGrenade = (void *)0x0615B8D0; +const void * RTTI_CombatBehaviorMoveInCover = (void *)0x06058E20; +const void * RTTI_CombatBehaviorProvideSuppressiveFire = (void *)0x0625ED00; +const void * RTTI_CombatBehaviorResource = (void *)0x062432A8; +const void * RTTI_CombatBehaviorShipAcquire = (void *)0x06163770; +const void * RTTI_CombatBehaviorShipAttackManeuver = (void *)0x06163810; +const void * RTTI_CombatBehaviorShipBarrelRoll = (void *)0x06163870; +const void * RTTI_CombatBehaviorShipBoost = (void *)0x06163678; +const void * RTTI_CombatBehaviorShipBreak = (void *)0x06163710; +const void * RTTI_CombatBehaviorShipBreakStalemate = (void *)0x06163A90; +const void * RTTI_CombatBehaviorShipCut = (void *)0x061636A8; +const void * RTTI_CombatBehaviorShipDirectAttack = (void *)0x06163A58; +const void * RTTI_CombatBehaviorShipDisengage = (void *)0x061639B0; +const void * RTTI_CombatBehaviorShipLeadTurn = (void *)0x061638E0; +const void * RTTI_CombatBehaviorShipLurk = (void *)0x06163948; +const void * RTTI_CombatBehaviorShipOrbitCombatArea = (void *)0x06163AC8; +const void * RTTI_CombatBehaviorShipOrbitTarget = (void *)0x06163B00; +const void * RTTI_CombatBehaviorShipPass = (void *)0x06163918; +const void * RTTI_CombatBehaviorShipPathDestinationRef = (void *)0x06163638; +const void * RTTI_CombatBehaviorShipPursue = (void *)0x061639E8; +const void * RTTI_CombatBehaviorShipScissors = (void *)0x061636D8; +const void * RTTI_CombatBehaviorShipSliceback = (void *)0x061637D8; +const void * RTTI_CombatBehaviorShipSlideDodge = (void *)0x06163978; +const void * RTTI_CombatBehaviorShipSlideTurn = (void *)0x061638A8; +const void * RTTI_CombatBehaviorShipStationaryTracking = (void *)0x06163A18; +const void * RTTI_CombatBehaviorShipStrafe = (void *)0x06163B38; +const void * RTTI_CombatBehaviorShipStrafeTurn = (void *)0x061637A0; +const void * RTTI_CombatBehaviorShipTargetingModeAutopilot = (void *)0x06153478; +const void * RTTI_CombatBehaviorShipTurn = (void *)0x06163740; +const void * RTTI_CombatBehaviorTree = (void *)0x06058E88; +const void * RTTI_CombatBehaviorTreeAcquireObject = (void *)0x06058CD8; +const void * RTTI_CombatBehaviorTreeAction = (void *)0x06058DB0; +const void * RTTI_CombatBehaviorTreeActionEquipmentSelector = (void *)0x060588D0; +const void * RTTI_CombatBehaviorTreeAvoidThreat = (void *)0x06059178; +const void * RTTI_CombatBehaviorTreeBlock = (void *)0x06058EB8; +const void * RTTI_CombatBehaviorTreeBow = (void *)0x06058AB0; +const void * RTTI_CombatBehaviorTreeChargingCloseMovement = (void *)0x06058C98; +const void * RTTI_CombatBehaviorTreeChargingMovement = (void *)0x06058DE0; +const void * RTTI_CombatBehaviorTreeCheckUnreachableTarget = (void *)0x060591B0; +const void * RTTI_CombatBehaviorTreeCloseMovement = (void *)0x06058B88; +const void * RTTI_CombatBehaviorTreeCombat = (void *)0x06058F60; +const void * RTTI_CombatBehaviorTreeCreateContextNodeBase = (void *)0x06150538; +const void * RTTI_CombatBehaviorTreeFindAttackLocation = (void *)0x06058AE0; +const void * RTTI_CombatBehaviorTreeFindValidLocation = (void *)0x06059138; +const void * RTTI_CombatBehaviorTreeFlankingMovement = (void *)0x06058A70; +const void * RTTI_CombatBehaviorTreeFlee = (void *)0x06058BC0; +const void * RTTI_CombatBehaviorTreeFlight = (void *)0x06059000; +const void * RTTI_CombatBehaviorTreeGrenade = (void *)0x06059108; +const void * RTTI_CombatBehaviorTreeGun = (void *)0x06058B20; +const void * RTTI_CombatBehaviorTreeHide = (void *)0x06058D10; +const void * RTTI_CombatBehaviorTreeLinkNode = (void *)0x06243310; +const void * RTTI_CombatBehaviorTreeLowCombat = (void *)0x06058A38; +const void * RTTI_CombatBehaviorTreeMagic = (void *)0x06058C28; +const void * RTTI_CombatBehaviorTreeMelee = (void *)0x06059068; +const void * RTTI_CombatBehaviorTreeMovement = (void *)0x060590D0; +const void * RTTI_CombatBehaviorTreeMovementRequest = (void *)0x06058B50; +const void * RTTI_CombatBehaviorTreeNode = (void *)0x06150508; +const void * RTTI_CombatBehaviorTreePlayerShipCombat = (void *)0x06058EE8; +const void * RTTI_CombatBehaviorTreeRangedMovement = (void *)0x06058D40; +const void * RTTI_CombatBehaviorTreeRetreatClose = (void *)0x06058E50; +const void * RTTI_CombatBehaviorTreeRetreatRanged = (void *)0x06058BF0; +const void * RTTI_CombatBehaviorTreeReturnToCombatArea = (void *)0x060589C0; +const void * RTTI_CombatBehaviorTreeRootNode = (void *)0x062432D8; +const void * RTTI_CombatBehaviorTreeSearch = (void *)0x06058990; +const void * RTTI_CombatBehaviorTreeShipAction = (void *)0x06058D78; +const void * RTTI_CombatBehaviorTreeShipActionEquipmentSelector = (void *)0x06058910; +const void * RTTI_CombatBehaviorTreeShipCombat = (void *)0x06058F28; +const void * RTTI_CombatBehaviorTreeShipDetection = (void *)0x06058F90; +const void * RTTI_CombatBehaviorTreeShipFlee = (void *)0x06059030; +const void * RTTI_CombatBehaviorTreeShipManeuvers = (void *)0x06058898; +const void * RTTI_CombatBehaviorTreeShipMovement = (void *)0x06059098; +const void * RTTI_CombatBehaviorTreeShipPowerAllocation = (void *)0x06058C58; +const void * RTTI_CombatBehaviorTreeSpaceshipWeapon = (void *)0x06058FC8; +const void * RTTI_CombatBehaviorTreeTargetingMode = (void *)0x060591F0; +const void * RTTI_CombatBehaviorTreeThrow = (void *)0x06059228; +const void * RTTI_CombatBehaviorTreeUseCover = (void *)0x06058A00; +const void * RTTI_CombatBehaviorTreeUsePotion = (void *)0x06058958; +const void * RTTI_CombatBehaviorTreeWrapperNode = (void *)0x06153FA0; +const void * RTTI_CombatBehaviorWaitBehindCover = (void *)0x06269CE8; +const void * RTTI_CombatBlackboardMemberBase = (void *)0x0600B600; +const void * RTTI_CombatChangePositionPathController = (void *)0x06267408; +const void * RTTI_CombatChargingSearchData = (void *)0x0615AA30; +const void * RTTI_CombatCluster = (void *)0x0623D7E8; +const void * RTTI_CombatCoverLocation = (void *)0x0623D628; +const void * RTTI_CombatCoverSearch = (void *)0x0623D508; +const void * RTTI_CombatCoverSearchDebugData = (void *)0x0623D6C0; +const void * RTTI_CombatCoverSearchResult = (void *)0x0623D658; +const void * RTTI_CombatCoveredPath = (void *)0x06152DC0; +const void * RTTI_CombatCoveredPathDebugData = (void *)0x06166AD8; +const void * RTTI_CombatDialogueDebugData = (void *)0x0623D758; +const void * RTTI_CombatDisableActionController = (void *)0x0625CA58; +const void * RTTI_CombatDisableAimController = (void *)0x0623D2C0; +const void * RTTI_CombatDisableCollisionController = (void *)0x0625CA90; +const void * RTTI_CombatEncounterBIEvents__CombatEnounterMetricsManager = (void *)0x061F2CB0; +const void * RTTI_CombatEncounterMetrics = (void *)0x061F2F80; +const void * RTTI_CombatEnterCoverPathController = (void *)0x0623D568; +const void * RTTI_CombatFlankingSearchData = (void *)0x06250CF8; +const void * RTTI_CombatFleeAimController = (void *)0x062567E8; +const void * RTTI_CombatFollowTargetPathController = (void *)0x06271608; +const void * RTTI_CombatGroupDetectionListener = (void *)0x0623D810; +const void * RTTI_CombatInceptionDebugData = (void *)0x0623D728; +const void * RTTI_CombatInterface = (void *)0x06153508; +const void * RTTI_CombatInventoryItem = (void *)0x0623D980; +const void * RTTI_CombatInventoryItemComposite = (void *)0x0623D9B0; +const void * RTTI_CombatInventoryItemGrenade = (void *)0x0623DA78; +const void * RTTI_CombatInventoryItemMagic = (void *)0x0623DB48; +const void * RTTI_CombatInventoryItemMelee = (void *)0x0623D9E8; +const void * RTTI_CombatInventoryItemOneHandedBlock = (void *)0x0623DAE0; +const void * RTTI_CombatInventoryItemPotion = (void *)0x06240078; +const void * RTTI_CombatInventoryItemRanged = (void *)0x0623DA18; +const void * RTTI_CombatInventoryItemScroll = (void *)0x062400A8; +const void * RTTI_CombatInventoryItemShield = (void *)0x0623DAB0; +const void * RTTI_CombatInventoryItemStaff = (void *)0x06240048; +const void * RTTI_CombatInventoryItemThrown = (void *)0x0623DA48; +const void * RTTI_CombatInventoryItemTorch = (void *)0x0623DB18; +const void * RTTI_CombatMagicCaster = (void *)0x06240020; +const void * RTTI_CombatMagicCasterArmor = (void *)0x06240370; +const void * RTTI_CombatMagicCasterBoundItem = (void *)0x06240338; +const void * RTTI_CombatMagicCasterChameleon = (void *)0x06240300; +const void * RTTI_CombatMagicCasterCloak = (void *)0x06240268; +const void * RTTI_CombatMagicCasterDash = (void *)0x06240470; +const void * RTTI_CombatMagicCasterDisarm = (void *)0x06240238; +const void * RTTI_CombatMagicCasterInvisibility = (void *)0x062402C8; +const void * RTTI_CombatMagicCasterLight = (void *)0x06240298; +const void * RTTI_CombatMagicCasterOffensive = (void *)0x06240140; +const void * RTTI_CombatMagicCasterParalyze = (void *)0x06240410; +const void * RTTI_CombatMagicCasterReanimate = (void *)0x062403D8; +const void * RTTI_CombatMagicCasterRestore = (void *)0x062401A8; +const void * RTTI_CombatMagicCasterScript = (void *)0x06240440; +const void * RTTI_CombatMagicCasterStagger = (void *)0x06240208; +const void * RTTI_CombatMagicCasterSummon = (void *)0x062401D8; +const void * RTTI_CombatMagicCasterTargetEffect = (void *)0x062403A0; +const void * RTTI_CombatMagicCasterWard = (void *)0x06240178; +const void * RTTI_CombatMagicItemData = (void *)0x062400D8; +const void * RTTI_CombatMagicItemSkillChecker = (void *)0x06240108; +const void * RTTI_CombatMaintainDistancePathController = (void *)0x061533F8; +const void * RTTI_CombatMantlePathController = (void *)0x0623D5F0; +const void * RTTI_CombatMatchTargetAimController = (void *)0x0623D360; +const void * RTTI_CombatMeleeAimController = (void *)0x0623D258; +const void * RTTI_CombatMeleeAttackController = (void *)0x062586C0; +const void * RTTI_CombatMeleeDebugData = (void *)0x06258690; +const void * RTTI_CombatMovementRequestActivateTarget = (void *)0x0615AFC8; +const void * RTTI_CombatMovementRequestFollowActor = (void *)0x0615AF90; +const void * RTTI_CombatNavmeshCoverLocation = (void *)0x0623D688; +const void * RTTI_CombatNavmeshPathingDebugData = (void *)0x06166C90; +const void * RTTI_CombatPath = (void *)0x061534E0; +const void * RTTI_CombatPathBuilder = (void *)0x061530A8; +const void * RTTI_CombatPathBuilderCovered = (void *)0x06166AA8; +const void * RTTI_CombatPathBuilderNavmesh = (void *)0x06150798; +const void * RTTI_CombatPathBuilderNavmeshOpen = (void *)0x06159840; +const void * RTTI_CombatPathBuilderNavmeshStandard = (void *)0x061505D0; +const void * RTTI_CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter = (void *)0x06166CD0; +const void * RTTI_CombatPathBuilderPolicyStandard = (void *)0x06152CF0; +const void * RTTI_CombatPathBuilderSpace = (void *)0x06150A08; +const void * RTTI_CombatPathBuilderSpaceOpen = (void *)0x06158B78; +const void * RTTI_CombatPathBuilderSpaceStandard = (void *)0x06150B10; +const void * RTTI_CombatPathBuilderSpatialGraph = (void *)0x061508F0; +const void * RTTI_CombatPathBuilderSpatialGraphOpen = (void *)0x061589D0; +const void * RTTI_CombatPathBuilderSpatialGraphStandard = (void *)0x061506B8; +const void * RTTI_CombatPathBuilderTrackInfo = (void *)0x06154008; +const void * RTTI_CombatPathBuilderTracker = (void *)0x06153FD8; +const void * RTTI_CombatPathDestinationAcquire = (void *)0x061633D0; +const void * RTTI_CombatPathDestinationActor = (void *)0x0615AA60; +const void * RTTI_CombatPathDestinationBarrelRoll = (void *)0x06162EE8; +const void * RTTI_CombatPathDestinationBreak = (void *)0x06163570; +const void * RTTI_CombatPathDestinationDirectlyToTarget = (void *)0x06153438; +const void * RTTI_CombatPathDestinationDisengage = (void *)0x06163240; +const void * RTTI_CombatPathDestinationEvade = (void *)0x06163040; +const void * RTTI_CombatPathDestinationFlee = (void *)0x0615FA58; +const void * RTTI_CombatPathDestinationFollowActor = (void *)0x0626A350; +const void * RTTI_CombatPathDestinationLeadTurn = (void *)0x06162F20; +const void * RTTI_CombatPathDestinationOrbitRef = (void *)0x06161F70; +const void * RTTI_CombatPathDestinationPursue = (void *)0x06162020; +const void * RTTI_CombatPathDestinationRef = (void *)0x06152D28; +const void * RTTI_CombatPathDestinationRefs = (void *)0x06271640; +const void * RTTI_CombatPathDestinationRemainNear = (void *)0x061620D0; +const void * RTTI_CombatPathDestinationSlideDodge = (void *)0x06163408; +const void * RTTI_CombatPathDestinationSlideTurn = (void *)0x06162EB0; +const void * RTTI_CombatPathDestinationStrafe = (void *)0x06161EC0; +const void * RTTI_CombatPathDestinationStrafeTurn = (void *)0x06163128; +const void * RTTI_CombatPathingDebugData = (void *)0x06166C60; +const void * RTTI_CombatPathingDelayedTweener = (void *)0x062715D0; +const void * RTTI_CombatPathingRequest = (void *)0x06152B88; +const void * RTTI_CombatPathingRequestAdapter = (void *)0x0626A4F8; +const void * RTTI_CombatPathingRequestCovered = (void *)0x061669E0; +const void * RTTI_CombatPathingRequestDebugData = (void *)0x0626A4C0; +const void * RTTI_CombatPathingRequestMultiGoal = (void *)0x0626A488; +const void * RTTI_CombatPathingRequestStandard = (void *)0x06152BE8; +const void * RTTI_CombatPathingSearch = (void *)0x06150688; +const void * RTTI_CombatPathingSearchArea = (void *)0x06166A18; +const void * RTTI_CombatPathingTweener = (void *)0x062715A0; +const void * RTTI_CombatPositionReservation = (void *)0x06166D50; +const void * RTTI_CombatPositionTracker = (void *)0x06166D20; +const void * RTTI_CombatProjectileAimController = (void *)0x0623D2F8; +const void * RTTI_CombatProjectileDebugData = (void *)0x0623D330; +const void * RTTI_CombatQueuedEvent = (void *)0x06219A00; +const void * RTTI_CombatRangedMovementPathSpeedController = (void *)0x0615EC40; +const void * RTTI_CombatReservation = (void *)0x06163848; +const void * RTTI_CombatSearchLockData = (void *)0x06266290; +const void * RTTI_CombatSearchMap2D = (void *)0x06155198; +const void * RTTI_CombatSearchMap3D = (void *)0x06155148; +const void * RTTI_CombatShipGenericPathController = (void *)0x061635A8; +const void * RTTI_CombatShipPursueTargetPathController = (void *)0x06163320; +const void * RTTI_CombatSoftCoverLocation = (void *)0x0623D6F8; +const void * RTTI_CombatSpatialGraphPathingDebugData = (void *)0x06166D80; +const void * RTTI_CombatStandardCoverLocation = (void *)0x0623D530; +const void * RTTI_CombatSuppressiveFireBehavior = (void *)0x06166DC0; +const void * RTTI_CombatTargetLocation = (void *)0x06242C58; +const void * RTTI_CombatTargetLocationSearch = (void *)0x06242C88; +const void * RTTI_CombatTargetLocationSearchResult = (void *)0x06242C20; +const void * RTTI_CombatTargetSelector = (void *)0x06242CC0; +const void * RTTI_CombatTargetSelectorFixed = (void *)0x06242D60; +const void * RTTI_CombatTargetSelectorPreferred = (void *)0x06242D28; +const void * RTTI_CombatTargetSelectorRandom = (void *)0x06242D90; +const void * RTTI_CombatTargetSelectorSpaceship = (void *)0x06242E08; +const void * RTTI_CombatTargetSelectorStandard = (void *)0x06242CF0; +const void * RTTI_CombatTargetSelectorWorkshopObject = (void *)0x06242DC8; +const void * RTTI_CombatThreat = (void *)0x06242E40; +const void * RTTI_CombatThreatExplosion = (void *)0x06242E68; +const void * RTTI_CombatThreatLOF = (void *)0x06242EC8; +const void * RTTI_CombatThreatMelee = (void *)0x06242EF0; +const void * RTTI_CombatThreatProjectile = (void *)0x06242E98; +const void * RTTI_CombatTrackTargetAimController = (void *)0x0623D288; +const void * RTTI_CombatTunnelPathController = (void *)0x06166E30; +const void * RTTI_CombatTunnelPathingRequestData = (void *)0x06166DF8; +const void * RTTI_CombatViewController = (void *)0x06166E98; +const void * RTTI_CombatViewControllerGlance = (void *)0x06166F00; +const void * RTTI_CombatViewControllerPath = (void *)0x06166F38; +const void * RTTI_CombatViewControllerStandard = (void *)0x06166EC8; +const void * RTTI_CommandEffect = (void *)0x061EFC58; +const void * RTTI_CommandSummonedEffect = (void *)0x061EFC80; +const void * RTTI_CompactingStore__MoveCallback = (void *)0x062C19D0; +const void * RTTI_CompactingStore__NoopMoveCallback = (void *)0x062C1998; +const void * RTTI_CompressedArchiveFile = (void *)0x06319380; +const void * RTTI_ConditionVariable = (void *)0x062BE3E0; +const void * RTTI_ConeProjectile = (void *)0x06155328; +const void * RTTI_ConfirmNewWithModsCallback = (void *)0x0618EDC8; +const void * RTTI_ConfirmResetCallback = (void *)0x061731D0; +const void * RTTI_ConnectionTypeCallback = (void *)0x061EC928; +const void * RTTI_Console = (void *)0x06272690; +const void * RTTI_ConsoleLog = (void *)0x06272858; +const void * RTTI_ConsoleNativeUIMenu = (void *)0x06272988; +const void * RTTI_ContainerMenu = (void *)0x06274DB0; +const void * RTTI_ContainerMenuDataModel = (void *)0x0617DFF8; +const void * RTTI_ContainerMenuDataModel__ContainerMenuEventShuttle = (void *)0x0617DFB0; +const void * RTTI_ContainerMenu_CloseMenu = (void *)0x06274768; +const void * RTTI_ContainerMenu_HideModel = (void *)0x06274800; +const void * RTTI_ContainerMenu_Jettison = (void *)0x06274798; +const void * RTTI_ContainerMenu_LoadModel = (void *)0x06274830; +const void * RTTI_ContainerMenu_OpenRefuelMenu = (void *)0x062747C8; +const void * RTTI_ContainerMenu_SetMouseOverModel = (void *)0x06274730; +const void * RTTI_ContainerMenu_TakeAll = (void *)0x06274860; +const void * RTTI_ContainerMenu_ToggleEquip = (void *)0x062746C8; +const void * RTTI_ContainerMenu_TransferAllResources = (void *)0x06274890; +const void * RTTI_ContainerMenu_TransferItem = (void *)0x062746F8; +const void * RTTI_ControlMapDataModel = (void *)0x062F1058; +const void * RTTI_ControllerInternalState = (void *)0x06307408; +const void * RTTI_ConvertBoneToVar = (void *)0x062BEC48; +const void * RTTI_ConvertBoneToVarInstance = (void *)0x062BEC18; +const void * RTTI_CopyBoneWeights = (void *)0x062BF5F8; +const void * RTTI_CopyBoneWeightsInstance = (void *)0x062BF620; +const void * RTTI_CraftingInfoCardDataModel = (void *)0x0618ACC0; +const void * RTTI_CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle = (void *)0x0618ADC0; +const void * RTTI_CraftingMenuCommon = (void *)0x06180218; +const void * RTTI_CraftingMenu_CraftItem = (void *)0x06180030; +const void * RTTI_CraftingMenu_ExitBench = (void *)0x06181028; +const void * RTTI_CraftingMenu_Highlight3D = (void *)0x061E9748; +const void * RTTI_CraftingMenu_InstallMod = (void *)0x061800D0; +const void * RTTI_CraftingMenu_RenameItem = (void *)0x06180248; +const void * RTTI_CraftingMenu_RevertHighlight = (void *)0x061E97F8; +const void * RTTI_CraftingMenu_RevertedModdedItem = (void *)0x06180170; +const void * RTTI_CraftingMenu_SelectedMod = (void *)0x061801A8; +const void * RTTI_CraftingMenu_SelectedModSlot = (void *)0x06180100; +const void * RTTI_CraftingMenu_SelectedModdableItem = (void *)0x06180138; +const void * RTTI_CraftingMenu_SelectedRecipe = (void *)0x06180060; +const void * RTTI_CraftingMenu_SetInspectControls = (void *)0x0617FFF8; +const void * RTTI_CraftingMenu_ToggleTracking = (void *)0x0617FFC0; +const void * RTTI_CraftingMenu_ViewingModdableItem = (void *)0x06180098; +const void * RTTI_CraftingRecipesDataModel = (void *)0x0618AA40; +const void * RTTI_CraftingRecipesDataModel__CraftingRecipesEventShuttle = (void *)0x0618A9F0; +const void * RTTI_CraftingRequirementsDataModel = (void *)0x06180A28; +const void * RTTI_CraftingRequirementsDataModel__CraftingRequirementsEventShuttle = (void *)0x061809D0; +const void * RTTI_CreateNavigationGridTask = (void *)0x060D44E8; +const void * RTTI_CreationData = (void *)0x06170DF0; +const void * RTTI_CreationRendererPrivate__AddProbeBorderRenderPass = (void *)0x06340060; +const void * RTTI_CreationRendererPrivate__AddScatteringOrderRenderPass = (void *)0x0634CFD0; +const void * RTTI_CreationRendererPrivate__AllocateSkinningBuffersRenderPass = (void *)0x06356730; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12 = (void *)0x0633BF90; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator = (void *)0x0634E5F0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12 = (void *)0x0634E3C0; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12 = (void *)0x0633BF30; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout = (void *)0x06350F80; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12 = (void *)0x06350F20; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution = (void *)0x06346A80; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout = (void *)0x06350E00; +const void * RTTI_CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12 = (void *)0x06350DA0; +const void * RTTI_CreationRendererPrivate__ArtValidationRenderPass = (void *)0x06352440; +const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderGraphBase = (void *)0x0634D540; +const void * RTTI_CreationRendererPrivate__AtmosphericScatteringRenderPass = (void *)0x0634D5A0; +const void * RTTI_CreationRendererPrivate__BRDFIntegrationRenderPass = (void *)0x06336360; +const void * RTTI_CreationRendererPrivate__BakeSHBasisRenderPass = (void *)0x063363B0; +const void * RTTI_CreationRendererPrivate__BaseParticleComputeLightingRenderPass = (void *)0x06339350; +const void * RTTI_CreationRendererPrivate__BaseParticlesRenderPass = (void *)0x06352240; +const void * RTTI_CreationRendererPrivate__BinkMovieDrawRenderPass = (void *)0x06331F90; +const void * RTTI_CreationRendererPrivate__BinkMovieSubgraphRenderPass = (void *)0x06331F40; +const void * RTTI_CreationRendererPrivate__BinkUpdatePlanesRenderPass = (void *)0x06331FE0; +const void * RTTI_CreationRendererPrivate__BlendAllReflectionProbesRenderPass = (void *)0x06355940; +const void * RTTI_CreationRendererPrivate__BlendProbeRayRenderPass = (void *)0x06340160; +const void * RTTI_CreationRendererPrivate__BlendReflectionProbeRenderPass = (void *)0x063559A0; +const void * RTTI_CreationRendererPrivate__BlendedDecalRenderPass = (void *)0x06352590; +const void * RTTI_CreationRendererPrivate__BlendedDecal_OptionalRenderPass = (void *)0x06352540; +const void * RTTI_CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass = (void *)0x063524E0; +const void * RTTI_CreationRendererPrivate__BlendedDecalsRenderPass = (void *)0x06352490; +const void * RTTI_CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass = (void *)0x0634B570; +const void * RTTI_CreationRendererPrivate__BlurHeightfieldVerticalRenderPass = (void *)0x0634B5D0; +const void * RTTI_CreationRendererPrivate__BlurSpaceGlareRenderPass = (void *)0x063463C0; +const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass = (void *)0x06353750; +const void * RTTI_CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass = (void *)0x063536F0; +const void * RTTI_CreationRendererPrivate__BlurredMipChain_idTech7RenderPass = (void *)0x063526E0; +const void * RTTI_CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass = (void *)0x063527D0; +const void * RTTI_CreationRendererPrivate__BruteForceRaymarchingRenderPass = (void *)0x0634D650; +const void * RTTI_CreationRendererPrivate__BufferReadbackRenderPass = (void *)0x06352830; +const void * RTTI_CreationRendererPrivate__BuildAccelerationStructureRenderPass = (void *)0x06352880; +const void * RTTI_CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue = (void *)0x0633AC10; +const void * RTTI_CreationRendererPrivate__CelestialBodiesGeometryRenderPass = (void *)0x063528E0; +const void * RTTI_CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass = (void *)0x063529D0; +const void * RTTI_CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass = (void *)0x06352A30; +const void * RTTI_CreationRendererPrivate__CelestialBodiesPrepareRenderPass = (void *)0x06352930; +const void * RTTI_CreationRendererPrivate__CelestialBodiesRenderPass = (void *)0x06352980; +const void * RTTI_CreationRendererPrivate__ChargenMorphService = (void *)0x0634FB60; +const void * RTTI_CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass = (void *)0x063554A0; +const void * RTTI_CreationRendererPrivate__ClearFallbackCubemapRenderPass = (void *)0x06336270; +const void * RTTI_CreationRendererPrivate__ClearRenderGraphOutputRenderPass = (void *)0x06344270; +const void * RTTI_CreationRendererPrivate__ClearShadowMapGroupRenderPass = (void *)0x063439D0; +const void * RTTI_CreationRendererPrivate__ClearShadowMapsRenderPass = (void *)0x06343AD0; +const void * RTTI_CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass = (void *)0x06345F90; +const void * RTTI_CreationRendererPrivate__ClearThinDeferredGBufferRenderPass = (void *)0x06355500; +const void * RTTI_CreationRendererPrivate__CloudCardsRenderPass = (void *)0x06352BF0; +const void * RTTI_CreationRendererPrivate__CloudLayersRenderPass = (void *)0x06352C90; +const void * RTTI_CreationRendererPrivate__CloudsHalfResCompositeRenderPass = (void *)0x06352C40; +const void * RTTI_CreationRendererPrivate__CloudsRenderPass = (void *)0x06352BB0; +const void * RTTI_CreationRendererPrivate__ColorGradingMergeRenderPass = (void *)0x0634F360; +const void * RTTI_CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass = (void *)0x063409A0; +const void * RTTI_CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass = (void *)0x06340A50; +const void * RTTI_CreationRendererPrivate__CompositeMomentBasedOITRenderPass = (void *)0x06340A00; +const void * RTTI_CreationRendererPrivate__ComputeLightInfluenceRenderPass = (void *)0x06354340; +const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass = (void *)0x0634CE10; +const void * RTTI_CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass = (void *)0x0634CBF0; +const void * RTTI_CreationRendererPrivate__ComputeSHCoefRenderPass = (void *)0x06336310; +const void * RTTI_CreationRendererPrivate__ComputeScatterRadianceRenderPass = (void *)0x0634D200; +const void * RTTI_CreationRendererPrivate__ComputeScatteringOrderRenderPass = (void *)0x0634CF80; +const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass = (void *)0x063461F0; +const void * RTTI_CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass = (void *)0x063460A0; +const void * RTTI_CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass = (void *)0x06333AD0; +const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringRenderPass = (void *)0x06346100; +const void * RTTI_CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass = (void *)0x06346250; +const void * RTTI_CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass = (void *)0x0634D360; +const void * RTTI_CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass = (void *)0x0634D020; +const void * RTTI_CreationRendererPrivate__CopyLightInfluenceRenderPass = (void *)0x06354390; +const void * RTTI_CreationRendererPrivate__CopyRenderPass = (void *)0x06344370; +const void * RTTI_CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass = (void *)0x06352ED0; +const void * RTTI_CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass = (void *)0x063511F0; +const void * RTTI_CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass = (void *)0x06343EE0; +const void * RTTI_CreationRendererPrivate__CopyToRenderGraphOutputRenderPass = (void *)0x06344320; +const void * RTTI_CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass = (void *)0x06343FD0; +const void * RTTI_CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass = (void *)0x0634FF30; +const void * RTTI_CreationRendererPrivate__CopyWithShaderRenderPass = (void *)0x06343F40; +const void * RTTI_CreationRendererPrivate__CubemapBackgroundRenderPass = (void *)0x06352CE0; +const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationRenderPass = (void *)0x063531C0; +const void * RTTI_CreationRendererPrivate__DLSSFrameGenerationUIRenderPass = (void *)0x06353210; +const void * RTTI_CreationRendererPrivate__DLSSProduceInputsRenderPass = (void *)0x063533B0; +const void * RTTI_CreationRendererPrivate__DLSSUpscaleRenderPass = (void *)0x0634F400; +const void * RTTI_CreationRendererPrivate__DeDitherRenderPass = (void *)0x06352D30; +const void * RTTI_CreationRendererPrivate__DeferredCompositeRenderPass = (void *)0x06352D80; +const void * RTTI_CreationRendererPrivate__DeferredGBufferOptionalRenderPass = (void *)0x06352E30; +const void * RTTI_CreationRendererPrivate__DeferredGBufferRenderPass = (void *)0x06352E80; +const void * RTTI_CreationRendererPrivate__DeferredGBufferTranslucentRenderPass = (void *)0x06352DD0; +const void * RTTI_CreationRendererPrivate__DepthDownsampleAvgRenderPass = (void *)0x06352380; +const void * RTTI_CreationRendererPrivate__DepthDownsampleRenderPass = (void *)0x06352330; +const void * RTTI_CreationRendererPrivate__DepthGraphRenderPass = (void *)0x06352F30; +const void * RTTI_CreationRendererPrivate__DepthMVFixupRenderPass = (void *)0x0634FC90; +const void * RTTI_CreationRendererPrivate__DepthMVFixupStandardRenderPass = (void *)0x0634FD30; +const void * RTTI_CreationRendererPrivate__DepthOfFieldBlurRenderPass = (void *)0x06358630; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass = (void *)0x06358590; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCoCRenderPass = (void *)0x063586E0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldCompositeRenderPass = (void *)0x06358730; +const void * RTTI_CreationRendererPrivate__DepthOfFieldDownsampleRenderPass = (void *)0x06358780; +const void * RTTI_CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass = (void *)0x06358680; +const void * RTTI_CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass = (void *)0x063587D0; +const void * RTTI_CreationRendererPrivate__DepthOfFieldSubGraph = (void *)0x06352F80; +const void * RTTI_CreationRendererPrivate__DepthOfFieldTAARenderPass = (void *)0x06358820; +const void * RTTI_CreationRendererPrivate__DepthOfFieldTapBlurRenderPass = (void *)0x063585E0; +const void * RTTI_CreationRendererPrivate__DepthPrepassRenderPass = (void *)0x06352FD0; +const void * RTTI_CreationRendererPrivate__DistantAtmospheresRenderPass = (void *)0x0633FD20; +const void * RTTI_CreationRendererPrivate__DistortionBaseRenderPass = (void *)0x06353170; +const void * RTTI_CreationRendererPrivate__DistortionCalculateColorRenderPass = (void *)0x063530C0; +const void * RTTI_CreationRendererPrivate__DistortionOutputRenderPass = (void *)0x06353120; +const void * RTTI_CreationRendererPrivate__DistortionParticlesRenderPass = (void *)0x06352030; +const void * RTTI_CreationRendererPrivate__DistortionRenderPass = (void *)0x06353070; +const void * RTTI_CreationRendererPrivate__DoubleVisionRenderPass = (void *)0x06358CA0; +const void * RTTI_CreationRendererPrivate__DownsampleHeightfieldRenderPass = (void *)0x0634B670; +const void * RTTI_CreationRendererPrivate__DownsampleSpaceGlareRenderPass = (void *)0x06346410; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass = (void *)0x0633FE20; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresRenderPass = (void *)0x0633FD70; +const void * RTTI_CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass = (void *)0x0633FDC0; +const void * RTTI_CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass = (void *)0x06353AF0; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecalsRenderPass = (void *)0x06354BA0; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass = (void *)0x06354AE0; +const void * RTTI_CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass = (void *)0x06354B40; +const void * RTTI_CreationRendererPrivate__DynamicResolution = (void *)0x06346AE0; +const void * RTTI_CreationRendererPrivate__DynamicShadowBaseDrawSubGraph = (void *)0x06343A80; +const void * RTTI_CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass = (void *)0x063563A0; +const void * RTTI_CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph = (void *)0x06356290; +const void * RTTI_CreationRendererPrivate__DynamicShadowDrawSubGraph = (void *)0x063562F0; +const void * RTTI_CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph = (void *)0x06343A20; +const void * RTTI_CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass = (void *)0x063565D0; +const void * RTTI_CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass = (void *)0x06356400; +const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass = (void *)0x06356630; +const void * RTTI_CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass = (void *)0x06355EE0; +const void * RTTI_CreationRendererPrivate__DynamicShadowGraph = (void *)0x063564B0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMapBarriersRenderPass = (void *)0x063560D0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass = (void *)0x06356130; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass = (void *)0x06356000; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass = (void *)0x06355FA0; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass = (void *)0x06356500; +const void * RTTI_CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass = (void *)0x06356570; +const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass = (void *)0x06356190; +const void * RTTI_CreationRendererPrivate__DynamicShadowPrepareGroupedDrawsRenderPass = (void *)0x06356070; +const void * RTTI_CreationRendererPrivate__DynamicShadowSceneSetupRenderPass = (void *)0x06356240; +const void * RTTI_CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass = (void *)0x06355F40; +const void * RTTI_CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph = (void *)0x06355DD0; +const void * RTTI_CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass = (void *)0x06344620; +const void * RTTI_CreationRendererPrivate__EmptyRenderPass = (void *)0x06343F88; +const void * RTTI_CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass = (void *)0x0634D080; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass = (void *)0x0634D480; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass = (void *)0x0634D420; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderPass = (void *)0x0634CE70; +const void * RTTI_CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass = (void *)0x0634D3C0; +const void * RTTI_CreationRendererPrivate__FSR2ProduceInputsRenderPass = (void *)0x06353400; +const void * RTTI_CreationRendererPrivate__FSR2UpscaleRenderPass = (void *)0x06353450; +const void * RTTI_CreationRendererPrivate__FSR3FrameInterpolationRenderPass = (void *)0x0634F4F0; +const void * RTTI_CreationRendererPrivate__FSR3ProduceUIInputRenderPass = (void *)0x0634F4A0; +const void * RTTI_CreationRendererPrivate__FSR3UpscaleRenderPass = (void *)0x063534A0; +const void * RTTI_CreationRendererPrivate__FaceCustomizationMipChainRenderPass = (void *)0x06353260; +const void * RTTI_CreationRendererPrivate__FaceCustomizationRenderPass = (void *)0x063532C0; +const void * RTTI_CreationRendererPrivate__FillCullingDataRenderPass = (void *)0x06353B40; +const void * RTTI_CreationRendererPrivate__FillHeightfieldCullingDataRenderPass = (void *)0x063513C0; +const void * RTTI_CreationRendererPrivate__FilmGrainRenderPass = (void *)0x06358FD0; +const void * RTTI_CreationRendererPrivate__FilterCulledGeometriesRenderPass = (void *)0x06355C20; +const void * RTTI_CreationRendererPrivate__FilterHeightfieldRenderPass = (void *)0x0634B4D0; +const void * RTTI_CreationRendererPrivate__FirstPersonDepthRenderPass = (void *)0x06353020; +const void * RTTI_CreationRendererPrivate__FixupIndirectArgsRenderPass = (void *)0x063567E0; +const void * RTTI_CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass = (void *)0x06356780; +const void * RTTI_CreationRendererPrivate__FlattenTextureScreensizeRenderPass = (void *)0x06353C30; +const void * RTTI_CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass = (void *)0x0634FC30; +const void * RTTI_CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass = (void *)0x0634FD80; +const void * RTTI_CreationRendererPrivate__ForwardBlendedCorrectionRenderPass = (void *)0x06350170; +const void * RTTI_CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass = (void *)0x0634FED0; +const void * RTTI_CreationRendererPrivate__ForwardBlendedMainFullResRenderPass = (void *)0x0634FE70; +const void * RTTI_CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass = (void *)0x06350110; +const void * RTTI_CreationRendererPrivate__ForwardBlendedRenderPass = (void *)0x063500C0; +const void * RTTI_CreationRendererPrivate__ForwardRenderPass = (void *)0x0634FDE0; +const void * RTTI_CreationRendererPrivate__FrameInitRenderPass = (void *)0x06353310; +const void * RTTI_CreationRendererPrivate__FrameInterpolationSubGraph = (void *)0x06343D90; +const void * RTTI_CreationRendererPrivate__FrameRenderGraph = (void *)0x063572E0; +const void * RTTI_CreationRendererPrivate__FrameSetupRenderPass = (void *)0x06353360; +const void * RTTI_CreationRendererPrivate__FullScreenBlurCompositeRenderPass = (void *)0x06358CF0; +const void * RTTI_CreationRendererPrivate__FullScreenBlurRenderPass = (void *)0x06358D40; +const void * RTTI_CreationRendererPrivate__FullScreenColorRenderPass = (void *)0x06359020; +const void * RTTI_CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass = (void *)0x06359170; +const void * RTTI_CreationRendererPrivate__FullScreenColor_BloomRenderPass = (void *)0x063591D0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_CubemapRenderPass = (void *)0x063590C0; +const void * RTTI_CreationRendererPrivate__FullScreenColor_DefaultRenderPass = (void *)0x06359070; +const void * RTTI_CreationRendererPrivate__FullScreenColor_MonochromeRenderPass = (void *)0x06359110; +const void * RTTI_CreationRendererPrivate__FullScreenColor_OverlayRenderPass = (void *)0x06359220; +const void * RTTI_CreationRendererPrivate__FullScreenDownsampleRenderPass = (void *)0x06358D90; +const void * RTTI_CreationRendererPrivate__FullScreenScanlineRenderPass = (void *)0x063534F0; +const void * RTTI_CreationRendererPrivate__FullScreenTapBlurRenderPass = (void *)0x06358DE0; +const void * RTTI_CreationRendererPrivate__GBufferOverviewRenderPass = (void *)0x06343E90; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass = (void *)0x06353E00; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass = (void *)0x06353D40; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass = (void *)0x06353E60; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass = (void *)0x06353DA0; +const void * RTTI_CreationRendererPrivate__GPUDataInspectorRenderPass = (void *)0x06353CF0; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass = (void *)0x06344740; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass = (void *)0x063447A0; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass = (void *)0x06344800; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass = (void *)0x06344860; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryRenderPass = (void *)0x06344690; +const void * RTTI_CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass = (void *)0x063446E0; +const void * RTTI_CreationRendererPrivate__GalaxyStateStarsRenderPass = (void *)0x06353540; +const void * RTTI_CreationRendererPrivate__GatherGeometryInstancesRenderPass = (void *)0x06345A40; +const void * RTTI_CreationRendererPrivate__GatherHighlightsRenderPass = (void *)0x06343DE0; +const void * RTTI_CreationRendererPrivate__GatherIndirectRenderPass = (void *)0x06336220; +const void * RTTI_CreationRendererPrivate__GatherLightsRenderPass = (void *)0x06353590; +const void * RTTI_CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass = (void *)0x063535E0; +const void * RTTI_CreationRendererPrivate__GatherTransformsRenderPass = (void *)0x0634C9E0; +const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass = (void *)0x06353640; +const void * RTTI_CreationRendererPrivate__GenerateDepthPyramidRenderPass = (void *)0x063536A0; +const void * RTTI_CreationRendererPrivate__GenerateFogMapRenderPass = (void *)0x063537B0; +const void * RTTI_CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass = (void *)0x06353C90; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass = (void *)0x06355E30; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass = (void *)0x06355D20; +const void * RTTI_CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass = (void *)0x06355CC0; +const void * RTTI_CreationRendererPrivate__GeometryCullingRenderPass = (void *)0x06353BE0; +const void * RTTI_CreationRendererPrivate__GeometryCullingShadowsRenderPass = (void *)0x06353B90; +const void * RTTI_CreationRendererPrivate__GeometryParticleBatchDepthRenderPass = (void *)0x06343E30; +const void * RTTI_CreationRendererPrivate__GeometryParticleBatchRenderPass = (void *)0x06353890; +const void * RTTI_CreationRendererPrivate__GeometryRenderPass = (void *)0x0634FE20; +const void * RTTI_CreationRendererPrivate__GlobalDirtOverlayRenderPass = (void *)0x06353AA0; +const void * RTTI_CreationRendererPrivate__GroupedDynamicShadowMapRenderPass = (void *)0x063561F0; +const void * RTTI_CreationRendererPrivate__HDRColorGradingMergeRenderPass = (void *)0x0634F3B0; +const void * RTTI_CreationRendererPrivate__HDRCompositeRenderPass = (void *)0x063328C0; +const void * RTTI_CreationRendererPrivate__HDRHistogramClearRenderPass = (void *)0x06332870; +const void * RTTI_CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass = (void *)0x06332810; +const void * RTTI_CreationRendererPrivate__HDRSubGraph = (void *)0x06332778; +const void * RTTI_CreationRendererPrivate__HeightFieldRenderPass = (void *)0x06351420; +const void * RTTI_CreationRendererPrivate__HeightFieldSubGraphRenderPass = (void *)0x06351620; +const void * RTTI_CreationRendererPrivate__HeightfieldSystemRenderPass = (void *)0x063515D0; +const void * RTTI_CreationRendererPrivate__HighlightMaskRenderPass = (void *)0x06353F70; +const void * RTTI_CreationRendererPrivate__HighlightPrepareRenderPass = (void *)0x06353F20; +const void * RTTI_CreationRendererPrivate__HighlightRenderPass = (void *)0x06353ED0; +const void * RTTI_CreationRendererPrivate__ImGuiEventHandler = (void *)0x06357860; +const void * RTTI_CreationRendererPrivate__ImageCaptureData = (void *)0x0632DEE8; +const void * RTTI_CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass = (void *)0x06353FC0; +const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass = (void *)0x06354020; +const void * RTTI_CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass = (void *)0x06354080; +const void * RTTI_CreationRendererPrivate__ImageCapture_IconGenerationRenderPass = (void *)0x06344170; +const void * RTTI_CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass = (void *)0x063540F0; +const void * RTTI_CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass = (void *)0x06354150; +const void * RTTI_CreationRendererPrivate__ImageProcessMedianBlurRenderPass = (void *)0x063541B0; +const void * RTTI_CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass = (void *)0x06358F70; +const void * RTTI_CreationRendererPrivate__ImageProcessRenderGraph = (void *)0x06357320; +const void * RTTI_CreationRendererPrivate__IndirectRenderPass = (void *)0x06336400; +const void * RTTI_CreationRendererPrivate__IndirectSetupRenderPass = (void *)0x06336450; +const void * RTTI_CreationRendererPrivate__InitializeInscatterOrderRenderPass = (void *)0x0634D1A0; +const void * RTTI_CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass = (void *)0x0634CDB0; +const void * RTTI_CreationRendererPrivate__InjectDistantAtmosphereLUTRenderPass = (void *)0x0634CF20; +const void * RTTI_CreationRendererPrivate__InjectPreviousDepthBufferRenderPass = (void *)0x06343D30; +const void * RTTI_CreationRendererPrivate__InjectSpaceGlareCurrentFrameRenderPass = (void *)0x063464B0; +const void * RTTI_CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass = (void *)0x06335CF0; +const void * RTTI_CreationRendererPrivate__InterpolateIrradianceRenderPass = (void *)0x0634CC40; +const void * RTTI_CreationRendererPrivate__LensFlareComputeRenderPass = (void *)0x06354250; +const void * RTTI_CreationRendererPrivate__LensFlareDrawRenderPass = (void *)0x063441D0; +const void * RTTI_CreationRendererPrivate__LensFlareSystemRenderPass = (void *)0x06344220; +const void * RTTI_CreationRendererPrivate__LensFlare_AlphaBlendRenderPass = (void *)0x063542A0; +const void * RTTI_CreationRendererPrivate__LensFlare_VisibilityRenderPass = (void *)0x06354200; +const void * RTTI_CreationRendererPrivate__LightCoarseCullingCompactionRenderPass = (void *)0x06358870; +const void * RTTI_CreationRendererPrivate__LightCoarseCullingRenderPass = (void *)0x063588D0; +const void * RTTI_CreationRendererPrivate__LightInfluenceDepthMinRenderPass = (void *)0x063543E0; +const void * RTTI_CreationRendererPrivate__LightInfluenceSubGraphRenderPass = (void *)0x063542F0; +const void * RTTI_CreationRendererPrivate__LightingRenderPass = (void *)0x06354430; +const void * RTTI_CreationRendererPrivate__LoadMenuHiddenEventHandler = (void *)0x0632F770; +const void * RTTI_CreationRendererPrivate__LogicalCell = (void *)0x063452F0; +const void * RTTI_CreationRendererPrivate__MainRenderGraph = (void *)0x063572A0; +const void * RTTI_CreationRendererPrivate__MeshEventHandler = (void *)0x0632FFE0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchCommonRenderPass = (void *)0x06344080; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchCullingRenderPass = (void *)0x063443B0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchDepthRenderPass = (void *)0x06344030; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass = (void *)0x06344410; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass = (void *)0x063445C0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass = (void *)0x063547D0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass = (void *)0x06354770; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchRenderPass = (void *)0x063440D0; +const void * RTTI_CreationRendererPrivate__MeshInstancePatchShadowRenderPass = (void *)0x06344120; +const void * RTTI_CreationRendererPrivate__MeshLODDB = (void *)0x063379B0; +const void * RTTI_CreationRendererPrivate__MeshletBuildIndexBufferRenderPass = (void *)0x06354580; +const void * RTTI_CreationRendererPrivate__MeshletFrustumCullingRenderPass = (void *)0x06354720; +const void * RTTI_CreationRendererPrivate__MeshletListBuildRenderPass = (void *)0x06354480; +const void * RTTI_CreationRendererPrivate__MeshletMaterialOffsetsRenderPass = (void *)0x063545D0; +const void * RTTI_CreationRendererPrivate__MeshletOcclusionCullingRenderPass = (void *)0x063546D0; +const void * RTTI_CreationRendererPrivate__MeshletPrepareArgsRenderPass = (void *)0x063544D0; +const void * RTTI_CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass = (void *)0x06354520; +const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesRenderPass = (void *)0x06344570; +const void * RTTI_CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass = (void *)0x06344510; +const void * RTTI_CreationRendererPrivate__MeshletReadbackIndexCountRenderPass = (void *)0x06354620; +const void * RTTI_CreationRendererPrivate__MeshletTriangleCullingRenderPass = (void *)0x06354680; +const void * RTTI_CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode = (void *)0x0631B0F0; +const void * RTTI_CreationRendererPrivate__Messaging__Dependency__InternalProcessorType = (void *)0x0632E010; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass = (void *)0x06350050; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass = (void *)0x0634FF90; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderPass = (void *)0x06340950; +const void * RTTI_CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass = (void *)0x0634FFF0; +const void * RTTI_CreationRendererPrivate__MorphDB = (void *)0x06351830; +const void * RTTI_CreationRendererPrivate__MorphRenderPass = (void *)0x06354828; +const void * RTTI_CreationRendererPrivate__MorphSystemEndFrameRenderPass = (void *)0x063444C0; +const void * RTTI_CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass = (void *)0x06358C40; +const void * RTTI_CreationRendererPrivate__MotionBlurRenderPass = (void *)0x06357110; +const void * RTTI_CreationRendererPrivate__MotionBlurSubGraph = (void *)0x06357160; +const void * RTTI_CreationRendererPrivate__MotionVectorCompositeRenderPass = (void *)0x06354870; +const void * RTTI_CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass = (void *)0x0634CC90; +const void * RTTI_CreationRendererPrivate__NV_Streamline__StreamlineEventHandler = (void *)0x063335F0; +const void * RTTI_CreationRendererPrivate__PartialClearColorBufferRenderPass = (void *)0x06352A90; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass = (void *)0x06339230; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass = (void *)0x06339290; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass = (void *)0x06339170; +const void * RTTI_CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass = (void *)0x063391D0; +const void * RTTI_CreationRendererPrivate__ParticleDataPreFilterRenderPass = (void *)0x06339080; +const void * RTTI_CreationRendererPrivate__ParticleLightingClearBuffersRenderPass = (void *)0x063392F0; +const void * RTTI_CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass = (void *)0x06339990; +const void * RTTI_CreationRendererPrivate__ParticleLightingRenderPass = (void *)0x06339940; +const void * RTTI_CreationRendererPrivate__ParticlesCopyToDestRenderPass = (void *)0x06352080; +const void * RTTI_CreationRendererPrivate__ParticlesCorrectionRenderPass = (void *)0x063520D0; +const void * RTTI_CreationRendererPrivate__ParticlesMainFullResRenderPass = (void *)0x06352290; +const void * RTTI_CreationRendererPrivate__ParticlesMainHalfResRenderPass = (void *)0x063522E0; +const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass = (void *)0x06352120; +const void * RTTI_CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass = (void *)0x06352180; +const void * RTTI_CreationRendererPrivate__ParticlesRenderPass = (void *)0x063521F0; +const void * RTTI_CreationRendererPrivate__PauseMenuExitedEventHandler = (void *)0x063404D0; +const void * RTTI_CreationRendererPrivate__PointCloudCullingRenderPass = (void *)0x063548C0; +const void * RTTI_CreationRendererPrivate__PointCloudDrawRenderPass = (void *)0x06354910; +const void * RTTI_CreationRendererPrivate__PointCloudEventHandler = (void *)0x0633B560; +const void * RTTI_CreationRendererPrivate__PostEffectPreUpscaleRenderPass = (void *)0x063571B0; +const void * RTTI_CreationRendererPrivate__PostSharpenRenderPass = (void *)0x06359270; +const void * RTTI_CreationRendererPrivate__PostUpscaleImageSpaceSubGraph = (void *)0x06358E80; +const void * RTTI_CreationRendererPrivate__PostUpscaleSubGraph = (void *)0x06358ED0; +const void * RTTI_CreationRendererPrivate__PreUpscaleImageSpaceSubGraph = (void *)0x06358E30; +const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass = (void *)0x0634D4E0; +const void * RTTI_CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass = (void *)0x063523D0; +const void * RTTI_CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass = (void *)0x0634D0E0; +const void * RTTI_CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass = (void *)0x06357250; +const void * RTTI_CreationRendererPrivate__PrecomputeSingleScatteringRenderPass = (void *)0x0634D140; +const void * RTTI_CreationRendererPrivate__PrefilterCubemapRenderPass = (void *)0x063362C0; +const void * RTTI_CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass = (void *)0x063442C0; +const void * RTTI_CreationRendererPrivate__PrepareEndFrameRenderPass = (void *)0x06344470; +const void * RTTI_CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass = (void *)0x06343B70; +const void * RTTI_CreationRendererPrivate__PrepareProjectedDecalsRenderPass = (void *)0x06354A10; +const void * RTTI_CreationRendererPrivate__PrepareReflectionProbeDataRenderPass = (void *)0x06355220; +const void * RTTI_CreationRendererPrivate__PrepareSkinningRenderPass = (void *)0x06343B20; +const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass = (void *)0x06346040; +const void * RTTI_CreationRendererPrivate__PrepareSkyCubemapRenderPass = (void *)0x06343BD0; +const void * RTTI_CreationRendererPrivate__ProbeClassifyRenderPass = (void *)0x063400B0; +const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass = (void *)0x06340000; +const void * RTTI_CreationRendererPrivate__ProbeCoarseLightCullingRenderPass = (void *)0x0633FFB0; +const void * RTTI_CreationRendererPrivate__ProbeFaceSceneSetupRenderPass = (void *)0x06354E30; +const void * RTTI_CreationRendererPrivate__ProbeGridGPUCullingRenderPass = (void *)0x0634F6D0; +const void * RTTI_CreationRendererPrivate__ProbeLightCullingRenderPass = (void *)0x0633FF60; +const void * RTTI_CreationRendererPrivate__ProbeRenderPass = (void *)0x0633FF18; +const void * RTTI_CreationRendererPrivate__ProbeSystemRenderPass = (void *)0x0633FED0; +const void * RTTI_CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass = (void *)0x06351360; +const void * RTTI_CreationRendererPrivate__ProduceDynamicShadowMapDataRenderPass = (void *)0x06356340; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass = (void *)0x063407B0; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass = (void *)0x06340740; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass = (void *)0x063408E0; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass = (void *)0x06340880; +const void * RTTI_CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass = (void *)0x06340820; +const void * RTTI_CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass = (void *)0x06343C70; +const void * RTTI_CreationRendererPrivate__ProduceShadingRateImageRenderPass = (void *)0x063549C0; +const void * RTTI_CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass = (void *)0x06354D70; +const void * RTTI_CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass = (void *)0x06358B40; +const void * RTTI_CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass = (void *)0x06355560; +const void * RTTI_CreationRendererPrivate__ProjectedDecalRenderPass = (void *)0x06354CD0; +const void * RTTI_CreationRendererPrivate__RadialBlurRenderPass = (void *)0x06354D20; +const void * RTTI_CreationRendererPrivate__RayTraceProbeComputeRenderPass = (void *)0x0633FE80; +const void * RTTI_CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass = (void *)0x06340100; +const void * RTTI_CreationRendererPrivate__RaymarchSampleLocationsRenderPass = (void *)0x0634D2B0; +const void * RTTI_CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass = (void *)0x0634D300; +const void * RTTI_CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass = (void *)0x0634CCF0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass = (void *)0x063558E0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeClearThinDeferredGBufferRenderPass = (void *)0x06355050; +const void * RTTI_CreationRendererPrivate__ReflectionProbeComputeSHRenderPass = (void *)0x063552E0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeCopyDepth = (void *)0x06355790; +const void * RTTI_CreationRendererPrivate__ReflectionProbeCopySky = (void *)0x06355740; +const void * RTTI_CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass = (void *)0x06355280; +const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryCullingRenderPass = (void *)0x06354FF0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeGeometryOffsetsRenderPass = (void *)0x06355170; +const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass = (void *)0x06355670; +const void * RTTI_CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass = (void *)0x063556E0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMaterialIndexOffsetsRenderPass = (void *)0x063550B0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletCullingRenderPass = (void *)0x06354F30; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMeshletListBuildRenderPass = (void *)0x06354F90; +const void * RTTI_CreationRendererPrivate__ReflectionProbeMipChainRenderPass = (void *)0x06355890; +const void * RTTI_CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass = (void *)0x06358A90; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass = (void *)0x06355390; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareDrawParamsRenderPass = (void *)0x06355110; +const void * RTTI_CreationRendererPrivate__ReflectionProbePrepareGroupedDrawsRenderPass = (void *)0x063555C0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeRenderPass = (void *)0x063551D0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeSceneSetupRenderPass = (void *)0x06354DD0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass = (void *)0x063553F0; +const void * RTTI_CreationRendererPrivate__ReflectionProbeSubGraphRenderPass = (void *)0x06355450; +const void * RTTI_CreationRendererPrivate__ReflectionProbeTerrainRenderPass = (void *)0x06355340; +const void * RTTI_CreationRendererPrivate__ReflectionProbeTriangleCullingRenderPass = (void *)0x06354ED0; +const void * RTTI_CreationRendererPrivate__RefractionBlurRenderPass = (void *)0x063525E0; +const void * RTTI_CreationRendererPrivate__RefractionDownsample0RenderPass = (void *)0x06352690; +const void * RTTI_CreationRendererPrivate__RefractionDownsampleMipChainRenderPass = (void *)0x06352630; +const void * RTTI_CreationRendererPrivate__RefractionMaskDilationRenderPass = (void *)0x06352730; +const void * RTTI_CreationRendererPrivate__RefractionMaskGenRenderPass = (void *)0x06352780; +const void * RTTI_CreationRendererPrivate__RefractionMaskRenderPass = (void *)0x0634FCE0; +const void * RTTI_CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass = (void *)0x0634D250; +const void * RTTI_CreationRendererPrivate__RenderGraph = (void *)0x06331EF8; +const void * RTTI_CreationRendererPrivate__RenderGraphEventHandler = (void *)0x06332EE0; +const void * RTTI_CreationRendererPrivate__RenderPass = (void *)0x0632FA38; +const void * RTTI_CreationRendererPrivate__RenderSceneSubGraph = (void *)0x06358F20; +const void * RTTI_CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass = (void *)0x0634CD50; +const void * RTTI_CreationRendererPrivate__RenderViewSubGraph = (void *)0x06357200; +const void * RTTI_CreationRendererPrivate__ReprojectShadingRateImageRenderPass = (void *)0x06354960; +const void * RTTI_CreationRendererPrivate__ResetCullingMemoryRequestHandler = (void *)0x0634BF10; +const void * RTTI_CreationRendererPrivate__ResourceLifecycleJobSite = (void *)0x06346810; +const void * RTTI_CreationRendererPrivate__SAOEmptyRenderPass = (void *)0x06338E50; +const void * RTTI_CreationRendererPrivate__SAORenderPass = (void *)0x06338F48; +const void * RTTI_CreationRendererPrivate__ScaleformCompositeRenderPass = (void *)0x063559F0; +const void * RTTI_CreationRendererPrivate__ScaleformEventHandler = (void *)0x0633B320; +const void * RTTI_CreationRendererPrivate__ScaleformRenderPass = (void *)0x06358BF0; +const void * RTTI_CreationRendererPrivate__ScaleformText2DRenderPass = (void *)0x06345680; +const void * RTTI_CreationRendererPrivate__ScaleformTextRenderPass = (void *)0x063456D0; +const void * RTTI_CreationRendererPrivate__ScaleformToTextureRenderPass = (void *)0x06358BA0; +const void * RTTI_CreationRendererPrivate__SceneSetupRenderPass = (void *)0x0632F9F0; +const void * RTTI_CreationRendererPrivate__ScreenSpaceShadowsRenderPass = (void *)0x06336CE0; +const void * RTTI_CreationRendererPrivate__SeparableSSS_HorizontalRenderPass = (void *)0x06355A90; +const void * RTTI_CreationRendererPrivate__SeparableSSS_RenderPass = (void *)0x06355AE0; +const void * RTTI_CreationRendererPrivate__SeparableSSS_VerticalRenderPass = (void *)0x06355A40; +const void * RTTI_CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass = (void *)0x0634CEC0; +const void * RTTI_CreationRendererPrivate__SetupDynamicShadowRenderPass = (void *)0x06356460; +const void * RTTI_CreationRendererPrivate__ShadowInstanceBarriersRenderPass = (void *)0x06355C70; +const void * RTTI_CreationRendererPrivate__ShadowManagerEventHandler = (void *)0x06339D60; +const void * RTTI_CreationRendererPrivate__ShadowMapInstanceRenderPass = (void *)0x06355D80; +const void * RTTI_CreationRendererPrivate__ShadowMapRenderPass = (void *)0x06355B80; +const void * RTTI_CreationRendererPrivate__ShadowMapSceneSetupRenderPass = (void *)0x06355E90; +const void * RTTI_CreationRendererPrivate__ShadowMapSubGraphRenderPass = (void *)0x06355BD0; +const void * RTTI_CreationRendererPrivate__ShadowMaskRenderPass = (void *)0x06358AF0; +const void * RTTI_CreationRendererPrivate__ShadowSubGraphRenderPass = (void *)0x06355B30; +const void * RTTI_CreationRendererPrivate__SharedMeshResourcesRegistry = (void *)0x0634EEB0; +const void * RTTI_CreationRendererPrivate__SkinnedDecalPrepareRenderPass = (void *)0x06356690; +const void * RTTI_CreationRendererPrivate__SkinningRenderPass = (void *)0x063566E0; +const void * RTTI_CreationRendererPrivate__SkinningSystemEndFrameRenderPass = (void *)0x06345E30; +const void * RTTI_CreationRendererPrivate__SkinningSystemRenderPass = (void *)0x06345E80; +const void * RTTI_CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass = (void *)0x06345F30; +const void * RTTI_CreationRendererPrivate__SkyCubemapRenderPass = (void *)0x06346320; +const void * RTTI_CreationRendererPrivate__SkyCubemapSystemRenderPass = (void *)0x06343C20; +const void * RTTI_CreationRendererPrivate__SkyLightingRenderPass = (void *)0x06356830; +const void * RTTI_CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass = (void *)0x0634B620; +const void * RTTI_CreationRendererPrivate__SkyOcclusionMaskRenderPass = (void *)0x0634B520; +const void * RTTI_CreationRendererPrivate__SkyOcclusionRenderPass = (void *)0x0634B710; +const void * RTTI_CreationRendererPrivate__SkyOcclusionSystemRenderPass = (void *)0x0634B6C0; +const void * RTTI_CreationRendererPrivate__SobelSpaceGlareRenderPass = (void *)0x06346560; +const void * RTTI_CreationRendererPrivate__SpaceGlareApplyRenderPass = (void *)0x06346510; +const void * RTTI_CreationRendererPrivate__SpaceGlareCopyRenderPass = (void *)0x06346460; +const void * RTTI_CreationRendererPrivate__SpaceGlareRenderPass = (void *)0x06346370; +const void * RTTI_CreationRendererPrivate__SparseGridCell = (void *)0x063452B0; +const void * RTTI_CreationRendererPrivate__SporadicRenderGraphRenderPass = (void *)0x06356880; +const void * RTTI_CreationRendererPrivate__StarfieldCoarseCullingRenderPass = (void *)0x063568D0; +const void * RTTI_CreationRendererPrivate__StarfieldEventHandler = (void *)0x06336950; +const void * RTTI_CreationRendererPrivate__StarfieldProcessStarsRenderPass = (void *)0x06356920; +const void * RTTI_CreationRendererPrivate__StarfieldRenderPass = (void *)0x06356A60; +const void * RTTI_CreationRendererPrivate__StarfieldRenderPassBase = (void *)0x06356970; +const void * RTTI_CreationRendererPrivate__StarfieldTiledCullingRenderPass = (void *)0x06356A10; +const void * RTTI_CreationRendererPrivate__StarfieldTiledRenderRenderPass = (void *)0x063569C0; +const void * RTTI_CreationRendererPrivate__StarmapGravityWavesEventHandler = (void *)0x0633FBD0; +const void * RTTI_CreationRendererPrivate__StarmapGravityWavesRenderPass = (void *)0x0633F200; +const void * RTTI_CreationRendererPrivate__StarmapOrbitsEventHandler = (void *)0x0633E7B0; +const void * RTTI_CreationRendererPrivate__StarmapOrbitsRenderPass = (void *)0x0633ED60; +const void * RTTI_CreationRendererPrivate__SubmitAndPresentThread = (void *)0x06341380; +const void * RTTI_CreationRendererPrivate__SunDiskRenderPass = (void *)0x06356AB0; +const void * RTTI_CreationRendererPrivate__SunDiskSkyCubemapRenderPass = (void *)0x06345FF0; +const void * RTTI_CreationRendererPrivate__SwapChainEventHandler = (void *)0x063361D0; +const void * RTTI_CreationRendererPrivate__TemporalAA_idTech7RenderPass = (void *)0x063592C0; +const void * RTTI_CreationRendererPrivate__TerrainClipmapAndMIMRenderPass = (void *)0x06335950; +const void * RTTI_CreationRendererPrivate__TerrainClipmapUpdateRenderPass = (void *)0x06335B60; +const void * RTTI_CreationRendererPrivate__TerrainDensityUpdateRenderPass = (void *)0x06335AC0; +const void * RTTI_CreationRendererPrivate__TerrainDepthAndShadowsSubGraph = (void *)0x06335CA0; +const void * RTTI_CreationRendererPrivate__TerrainDepthDrawRenderPass = (void *)0x06335B10; +const void * RTTI_CreationRendererPrivate__TerrainHeightFieldRenderPass = (void *)0x063511A0; +const void * RTTI_CreationRendererPrivate__TerrainMIMUpdateRenderPass = (void *)0x06335BB0; +const void * RTTI_CreationRendererPrivate__TerrainRenderPass = (void *)0x06335C00; +const void * RTTI_CreationRendererPrivate__TerrainShadowsRenderPass = (void *)0x063359A0; +const void * RTTI_CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass = (void *)0x06335C40; +const void * RTTI_CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass = (void *)0x06355830; +const void * RTTI_CreationRendererPrivate__ThinDeferredGBufferRenderPass = (void *)0x06355620; +const void * RTTI_CreationRendererPrivate__ThinDeferredLightingRenderPass = (void *)0x063557E0; +const void * RTTI_CreationRendererPrivate__ThinDeferredPrepareRenderPass = (void *)0x06354E80; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass = (void *)0x0634C180; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass = (void *)0x0634C380; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass = (void *)0x0634C2B0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass = (void *)0x0634C0C0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass = (void *)0x0634C050; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass = (void *)0x0634C120; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass = (void *)0x0634C1E0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7RenderPass = (void *)0x0634C450; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass = (void *)0x0634C3F0; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass = (void *)0x0634C310; +const void * RTTI_CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass = (void *)0x0634C240; +const void * RTTI_CreationRendererPrivate__TiledCullingRenderPass = (void *)0x06356AF0; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass = (void *)0x06336DF0; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass = (void *)0x06336D30; +const void * RTTI_CreationRendererPrivate__TiledDeferredContactShadowsRenderPass = (void *)0x06336D90; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass = (void *)0x06351670; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass = (void *)0x06356B40; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass = (void *)0x063516D0; +const void * RTTI_CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass = (void *)0x06351730; +const void * RTTI_CreationRendererPrivate__TiledDepthRangeRenderPass = (void *)0x06356BA0; +const void * RTTI_CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass = (void *)0x0634D5F0; +const void * RTTI_CreationRendererPrivate__UIRenderPass = (void *)0x06356CA8; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass = (void *)0x06350230; +const void * RTTI_CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass = (void *)0x063501D0; +const void * RTTI_CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass = (void *)0x0634D6A0; +const void * RTTI_CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass = (void *)0x06343CD0; +const void * RTTI_CreationRendererPrivate__UpdateSharedIndexBufferRenderPass = (void *)0x06356CF0; +const void * RTTI_CreationRendererPrivate__UpscaleSubGraph = (void *)0x06333A88; +const void * RTTI_CreationRendererPrivate__VignetteRenderPass = (void *)0x06359310; +const void * RTTI_CreationRendererPrivate__VolumetricLightingApplyRenderPass = (void *)0x063399F0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingCullingRenderPass = (void *)0x06356D40; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass = (void *)0x06356DA0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass = (void *)0x06356E00; +const void * RTTI_CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass = (void *)0x06350290; +const void * RTTI_CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass = (void *)0x063502F0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingIntegrateRenderPass = (void *)0x06356E70; +const void * RTTI_CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass = (void *)0x06356ED0; +const void * RTTI_CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass = (void *)0x06356F30; +const void * RTTI_CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass = (void *)0x06356F90; +const void * RTTI_CreationRendererPrivate__WaterDisplacementRenderPass = (void *)0x06338D40; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass = (void *)0x06338CE0; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_InjectionRenderPass = (void *)0x06338D90; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_MainRenderPass = (void *)0x06338C90; +const void * RTTI_CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass = (void *)0x06338DF0; +const void * RTTI_CreationRendererPrivate__WaterMVRenderPass = (void *)0x06357080; +const void * RTTI_CreationRendererPrivate__WaterPrepareRenderPass = (void *)0x06357030; +const void * RTTI_CreationRendererPrivate__WaterRenderGraphRenderPass = (void *)0x063570C0; +const void * RTTI_CreationRendererPrivate__WaterRenderPass = (void *)0x06356FE8; +const void * RTTI_CreationRendererPrivate__WetnessOcclusionMaskRenderPass = (void *)0x0634B760; +const void * RTTI_CreationRendererPrivate__WindowEventHandler = (void *)0x06334320; +const void * RTTI_CreationRendererPrivate__WorldCell = (void *)0x06345278; +const void * RTTI_CreationRendererPrivate__XeSSUpscaleRenderPass = (void *)0x0634F450; +const void * RTTI_CreationRenderer__ImageCaptureExportToFileNode = (void *)0x061BE130; +const void * RTTI_CreationRenderer__MaterialInstance__TextureVisitor = (void *)0x060D0D70; +const void * RTTI_CreationRenderer__Messaging__MessageProcessor = (void *)0x0632E690; +const void * RTTI_CreationRenderer__Messaging__StreamedResourceNode = (void *)0x062D2F90; +const void * RTTI_CreationRenderer__RendererQualityPref = (void *)0x0632EF10; +const void * RTTI_CreationRenderer__RendererQualitySetting = (void *)0x05FEA900; +const void * RTTI_CreationRenderer__RendererQualitySettingCollection = (void *)0x0632EF50; +const void * RTTI_CreationUninstalledEventListener = (void *)0x06172F78; +const void * RTTI_CreationsLibraryData = (void *)0x061704E0; +const void * RTTI_CreationsLibraryDataModel = (void *)0x06170328; +const void * RTTI_CreationsLibraryDataModel__CreationsLibraryModelEventShuttle = (void *)0x06170650; +const void * RTTI_CreationsLibraryEntryData = (void *)0x061704B0; +const void * RTTI_CreditsDataModel = (void *)0x06170A18; +const void * RTTI_CreditsDataModel__CreditsDataModelEventShuttle = (void *)0x06170A40; +const void * RTTI_CreditsMenu = (void *)0x06274F18; +const void * RTTI_CrewExtraData = (void *)0x060A6CD0; +const void * RTTI_CriticallyDampenVariable = (void *)0x062BEB80; +const void * RTTI_CriticallyDampenVariableInstance = (void *)0x062BEB48; +const void * RTTI_CrowdInhibitNullStrategy = (void *)0x06167F60; +const void * RTTI_CrowdInhibitStrategyDefault = (void *)0x06167EF8; +const void * RTTI_CrowdInhibitStrategyDisable = (void *)0x06167EC0; +const void * RTTI_CrowdManager = (void *)0x06167E98; +const void * RTTI_CrowdWallaBubble = (void *)0x0616C9A8; +const void * RTTI_CullFurnitureBoneHandler = (void *)0x06234AA0; +const void * RTTI_CullWeaponsHandler = (void *)0x06234A40; +const void * RTTI_CumulativeAnimation = (void *)0x062BEAB0; +const void * RTTI_CumulativeAnimationInstance = (void *)0x062BEA78; +const void * RTTI_CureEffect = (void *)0x061EFCB0; +const void * RTTI_CursorMenu = (void *)0x062F1778; +const void * RTTI_CursorMenu__CursorGameEventShuttle = (void *)0x062F17A0; +const void * RTTI_CursorMoveEvent = (void *)0x062C1DA8; +const void * RTTI_CurvedPathBlender = (void *)0x062BBA90; +const void * RTTI_CurvedPathBlenderInstance = (void *)0x062BE690; +const void * RTTI_CustomActorPackageData = (void *)0x06222158; +const void * RTTI_CustomUtils__HasForceGreetVisitor = (void *)0x06143510; +const void * RTTI_D3D12MA__BlockMetadata = (void *)0x06350EB8; +const void * RTTI_D3D12MA__BlockMetadata_Generic = (void *)0x06350EE8; +const void * RTTI_D3D12MA__MemoryBlock = (void *)0x06350E88; +const void * RTTI_D3D12MA__NormalBlock = (void *)0x06350E58; +const void * RTTI_DamageEffect = (void *)0x061EFCD8; +const void * RTTI_DampenVariable = (void *)0x062BF088; +const void * RTTI_DampenVariableInstance = (void *)0x062BF058; +const void * RTTI_DarknessEffect = (void *)0x061EFD00; +const void * RTTI_DataMenu = (void *)0x061D54C8; +const void * RTTI_DataMenuDataModel = (void *)0x061829B0; +const void * RTTI_DataMenuDataModel__DataMenuEventShuttle = (void *)0x06182CD0; +const void * RTTI_DataMenuInventoryItem = (void *)0x06182760; +const void * RTTI_DataMenuPersistentDataModel = (void *)0x06182698; +const void * RTTI_DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle = (void *)0x06182820; +const void * RTTI_DataMenu_CloseMenu = (void *)0x061D4B28; +const void * RTTI_DataMenu_ClosedForSubMenu = (void *)0x061D4AF8; +const void * RTTI_DataMenu_Missions = (void *)0x061D55A0; +const void * RTTI_DataMenu_OpenPauseMenu = (void *)0x061D5448; +const void * RTTI_DataMenu_PlotToLocation = (void *)0x061D5570; +const void * RTTI_DataMenu_Reopened = (void *)0x061D5600; +const void * RTTI_DataMenu_SelectedAttributesMenu = (void *)0x061D4C28; +const void * RTTI_DataMenu_SelectedInventoryMenu = (void *)0x061D4BC0; +const void * RTTI_DataMenu_SelectedMapMenu = (void *)0x061D4BF8; +const void * RTTI_DataMenu_SelectedPowersMenu = (void *)0x061D5538; +const void * RTTI_DataMenu_SelectedShipMenu = (void *)0x061D4B58; +const void * RTTI_DataMenu_SelectedStatusMenu = (void *)0x061D4B88; +const void * RTTI_DataMenu_SetMenuForQuickEntry = (void *)0x061D55C8; +const void * RTTI_DataMenu_SetPaperDollActive = (void *)0x061D5628; +const void * RTTI_DataMenu_StartCloseAnim = (void *)0x06182438; +const void * RTTI_DataSlateButtons = (void *)0x061B6A88; +const void * RTTI_DataSlateButtons_acceptClicked = (void *)0x061B79E8; +const void * RTTI_DataSlateButtons_cancelClicked = (void *)0x061B7958; +const void * RTTI_DataSlateMenu = (void *)0x061B7990; +const void * RTTI_DataSlateMenu__DataSlateData = (void *)0x061B75D0; +const void * RTTI_DataSlateMenu__DataSlateEventShuttle = (void *)0x061B7608; +const void * RTTI_DataSlateMenu_playSFX = (void *)0x061B79B8; +const void * RTTI_DataSlateMenu_toggleAudio = (void *)0x061B7A20; +const void * RTTI_DeathEmoteHandler = (void *)0x06238870; +const void * RTTI_DeathStopHandler = (void *)0x06238D10; +const void * RTTI_DefaultCollection = (void *)0x062D4EB0; +const void * RTTI_DefaultMessageBoxCallback = (void *)0x0612AC70; +const void * RTTI_DeferredDeletion__IDeferredDeleter = (void *)0x06203748; +const void * RTTI_DeferredDeletion__IGCService = (void *)0x06205918; +const void * RTTI_DemoralizeEffect = (void *)0x061F1308; +const void * RTTI_DependentAnimationGraphManagerHolder = (void *)0x06095730; +const void * RTTI_DescriptionBox = (void *)0x0635E418; +const void * RTTI_DesyncInteractionHandler = (void *)0x06234948; +const void * RTTI_DetectLifeEffect = (void *)0x061EFD28; +const void * RTTI_DetectionCollector = (void *)0x061EFDD8; +const void * RTTI_DetectionDebugData = (void *)0x06222318; +const void * RTTI_DetectionState = (void *)0x062222F0; +const void * RTTI_DeviceChangeEvent = (void *)0x062C1E28; +const void * RTTI_DeviceChangeHandler = (void *)0x0627A300; +const void * RTTI_DeviceConnectEvent = (void *)0x062C1E50; +const void * RTTI_DialogueCameraState = (void *)0x0614FAA0; +const void * RTTI_DialogueMenu = (void *)0x06276128; +const void * RTTI_DialogueMenu_CompleteExit = (void *)0x061AABB8; +const void * RTTI_DialogueMenu_OnDialogueSelect = (void *)0x062761F8; +const void * RTTI_DialogueMenu_OnListVisibilityChange = (void *)0x062761B8; +const void * RTTI_DialogueMenu_OnPersuasionAutoWin = (void *)0x06275AE0; +const void * RTTI_DialogueMenu_RequestExit = (void *)0x06276188; +const void * RTTI_DialogueMenu_RequestSkipDialogue = (void *)0x06276150; +const void * RTTI_DialoguePackage = (void *)0x06143490; +const void * RTTI_DialogueUIDataModel = (void *)0x061AAB88; +const void * RTTI_DialogueUIDataModel__DialogueData = (void *)0x061AAED0; +const void * RTTI_DialogueUIDataModel__DialogueEntryData = (void *)0x061AAA08; +const void * RTTI_DialogueUIDataModel__DialogueListData = (void *)0x061AA988; +const void * RTTI_DialogueUIDataModel__DialogueUIDataEventShuttle = (void *)0x061AAA50; +const void * RTTI_DialogueUIDataModel__PersuasionEntryData = (void *)0x061AA9C8; +const void * RTTI_DialogueUIDataModel__PersuasionListData = (void *)0x061AB160; +const void * RTTI_DialogueUIDataModel__PersuasionPointsData = (void *)0x061AAF08; +const void * RTTI_DirectAtNode = (void *)0x062BF5A0; +const void * RTTI_DirectAtNodeInstance = (void *)0x062BF5C8; +const void * RTTI_DisableCharacterBumperHandler = (void *)0x06238418; +const void * RTTI_DisableCharacterControllerHandler = (void *)0x06233DA8; +const void * RTTI_DisableCharacterPitchHandler = (void *)0x06238720; +const void * RTTI_DisableCollisionHandler = (void *)0x06238548; +const void * RTTI_DisarmEffect = (void *)0x061EFD50; +const void * RTTI_DisconnectHandler = (void *)0x0627A418; +const void * RTTI_DisguiseEffect = (void *)0x061EFE30; +const void * RTTI_DisguiseEffect__DetectionChecker = (void *)0x061EFDA0; +const void * RTTI_DispelEffect = (void *)0x061EFE58; +const void * RTTI_DiveBombPathController = (void *)0x06257068; +const void * RTTI_DoNotInterruptAnimationHandler = (void *)0x06238CD8; +const void * RTTI_DocAcceptDataModel = (void *)0x0618EB28; +const void * RTTI_DocAcceptDataModel__DocAcceptEventShuttle = (void *)0x0618EB58; +const void * RTTI_DocAcceptMenu = (void *)0x061717C8; +const void * RTTI_DocAcceptMenu_Accept = (void *)0x061717F0; +const void * RTTI_DoorObstacleAdapter = (void *)0x0620A4C8; +const void * RTTI_DownloadProgressBar = (void *)0x0635D0D8; +const void * RTTI_DownloadingPopUp = (void *)0x0635DBF8; +const void * RTTI_DropResourcesEffect = (void *)0x061F0CD0; +const void * RTTI_DrugsCraftingMenu = (void *)0x061D5660; +const void * RTTI_DualDirectAtNode = (void *)0x062BF548; +const void * RTTI_DualDirectAtNodeInstance = (void *)0x062BF570; +const void * RTTI_DualValueModifierEffect = (void *)0x061EFE80; +const void * RTTI_DynamicAnimationNode = (void *)0x062BF220; +const void * RTTI_DynamicAnimationNodeInstance = (void *)0x062BF250; +const void * RTTI_DynamicGraphReference = (void *)0x062BE4A0; +const void * RTTI_DynamicGraphReferenceInstance = (void *)0x062BE4D0; +const void * RTTI_DynamicIdleDataSingletonHelper = (void *)0x06095AC0; +const void * RTTI_DynamicNavMeshTask = (void *)0x0609E168; +const void * RTTI_DynamicNavMeshTaskCellRemap = (void *)0x0609E0F8; +const void * RTTI_DynamicNavMeshTaskStitching = (void *)0x0609E130; +const void * RTTI_DynamicNavmesh = (void *)0x060D4AD0; +const void * RTTI_DynamicNavmeshService = (void *)0x060A2AD8; +const void * RTTI_EffectArchetypes__MainStatusHandler = (void *)0x05FEFF00; +const void * RTTI_EffectSequenceMap = (void *)0x060A6338; +const void * RTTI_EffectSequenceNode = (void *)0x062BBB08; +const void * RTTI_EffectSequenceNodeInstance = (void *)0x062BE750; +const void * RTTI_EffectSequence__EffectSequenceManager = (void *)0x060A44B0; +const void * RTTI_EffectSetting = (void *)0x05FCCB30; +const void * RTTI_EjectShellCasingHandler = (void *)0x06234738; +const void * RTTI_EmittanceManagerAgent = (void *)0x06095B48; +const void * RTTI_EmitterProjectile = (void *)0x061553F0; +const void * RTTI_EmptyDependencyFormPointerMapValue = (void *)0x061116F8; +const void * RTTI_EnableCharacterBumperHandler = (void *)0x062384A8; +const void * RTTI_EnableCharacterControllerHandler = (void *)0x06233DE0; +const void * RTTI_EnableCharacterPitchHandler = (void *)0x062386E8; +const void * RTTI_EnableCollisionHandler = (void *)0x06238450; +const void * RTTI_EnchantmentItem = (void *)0x060BBAF8; +const void * RTTI_EndGameCreditsMenu = (void *)0x06171CD8; +const void * RTTI_EndSecurityMinigameHandler = (void *)0x062343D0; +const void * RTTI_EndSummonAnimationHandler = (void *)0x06238C48; +const void * RTTI_EnhanceWeaponEffect = (void *)0x061FC658; +const void * RTTI_EnsureAliasCanBePickpocketedFunc = (void *)0x06185AA8; +const void * RTTI_EquippedItemData = (void *)0x06168228; +const void * RTTI_EquippedSpell__Data = (void *)0x06168250; +const void * RTTI_EquippedWeapon__AimModule = (void *)0x061682B0; +const void * RTTI_EquippedWeapon__AmmunitionModule = (void *)0x06168310; +const void * RTTI_EquippedWeapon__AudioModule = (void *)0x06168438; +const void * RTTI_EquippedWeapon__Data = (void *)0x06168280; +const void * RTTI_EquippedWeapon__IModule = (void *)0x061682E0; +const void * RTTI_EquippedWeapon__MeleeAttackModule = (void *)0x06168380; +const void * RTTI_EquippedWeapon__PowerModule = (void *)0x061683B8; +const void * RTTI_EquippedWeapon__RangedAttackModule = (void *)0x06168548; +const void * RTTI_EquippedWeapon__VariableRangeModule = (void *)0x06168580; +const void * RTTI_EquippedWeapon__VisualModule = (void *)0x061685C0; +const void * RTTI_EtherealizationEffect = (void *)0x061EFEB0; +const void * RTTI_EvaluateConditionVariable = (void *)0x062BEAE0; +const void * RTTI_EvaluateConditionVariableInstance = (void *)0x062BEB10; +const void * RTTI_EventController = (void *)0x062BF148; +const void * RTTI_EventControllerInstance = (void *)0x062BF118; +const void * RTTI_EventDispatcherBackend = (void *)0x062F16C0; +const void * RTTI_EventFromRange = (void *)0x062BEE28; +const void * RTTI_EventFromRangeInstance = (void *)0x062BEE50; +const void * RTTI_EveryNEvents = (void *)0x062BEFC8; +const void * RTTI_EveryNEventsInstance = (void *)0x062BEF98; +const void * RTTI_ExecuteOnAliasedRefFunc = (void *)0x060BCB48; +const void * RTTI_ExitChargen_ConfirmCallback = (void *)0x061CE670; +const void * RTTI_Explosion = (void *)0x061FC5F8; +const void * RTTI_ExplosionClosestHitCollector = (void *)0x0623AF68; +const void * RTTI_ExplosiveIndicatorDataModel = (void *)0x06183C78; +const void * RTTI_ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle = (void *)0x06183C20; +const void * RTTI_ExternalDataSourceMainStatusHandler = (void *)0x05FEFF40; +const void * RTTI_ExtraAcousticParent = (void *)0x060BEBC0; +const void * RTTI_ExtraAction = (void *)0x060BF250; +const void * RTTI_ExtraActivateRef = (void *)0x060BF118; +const void * RTTI_ExtraActivateText = (void *)0x060BCDB8; +const void * RTTI_ExtraActorCause = (void *)0x060BD608; +const void * RTTI_ExtraActorValueStorage = (void *)0x060BCCF0; +const void * RTTI_ExtraAliasInstanceArray = (void *)0x060BF088; +const void * RTTI_ExtraAmmo = (void *)0x060BD2F0; +const void * RTTI_ExtraAnimGraphManager = (void *)0x060BF2E8; +const void * RTTI_ExtraAnimGraphPreload = (void *)0x060BE5D0; +const void * RTTI_ExtraAnimSounds = (void *)0x060BCDE0; +const void * RTTI_ExtraAshPileRef = (void *)0x060BE858; +const void * RTTI_ExtraAttachRef = (void *)0x060BD048; +const void * RTTI_ExtraAttachRefChildren = (void *)0x060BD0D0; +const void * RTTI_ExtraAttachedArrows3D = (void *)0x060BCA68; +const void * RTTI_ExtraBadPosition = (void *)0x060BD970; +const void * RTTI_ExtraBendableSplineParams = (void *)0x060A6CF8; +const void * RTTI_ExtraBlueprintPartOriginData = (void *)0x060BD238; +const void * RTTI_ExtraBody = (void *)0x060BEA50; +const void * RTTI_ExtraBoneScaleMap = (void *)0x060BCCC8; +const void * RTTI_ExtraBountyCrimeList = (void *)0x060BF170; +const void * RTTI_ExtraCachedScale = (void *)0x060BD210; +const void * RTTI_ExtraCalcedPackIn = (void *)0x060BC900; +const void * RTTI_ExtraCanTalkToPlayer = (void *)0x060BEFF0; +const void * RTTI_ExtraCannotWear = (void *)0x060BEEC8; +const void * RTTI_ExtraCell3D = (void *)0x060BC048; +const void * RTTI_ExtraCellAcousticSpace = (void *)0x060BBF30; +const void * RTTI_ExtraCellEnvMap = (void *)0x060BC950; +const void * RTTI_ExtraCellGlobalDirtLayer = (void *)0x060BBEA0; +const void * RTTI_ExtraCellImageSpace = (void *)0x060BBF90; +const void * RTTI_ExtraCellMusicType = (void *)0x060BBF60; +const void * RTTI_ExtraCellSkyRegion = (void *)0x060BBFC0; +const void * RTTI_ExtraCellWaterEnvMap = (void *)0x060BC9D8; +const void * RTTI_ExtraCellWaterType = (void *)0x060BBED0; +const void * RTTI_ExtraCharge = (void *)0x060BD700; +const void * RTTI_ExtraCollisionData = (void *)0x060BCAC0; +const void * RTTI_ExtraCombatStyle = (void *)0x060BCBC8; +const void * RTTI_ExtraConstrainedDecalData = (void *)0x060BCE90; +const void * RTTI_ExtraCount = (void *)0x060BDB48; +const void * RTTI_ExtraCreatureAwakeSound = (void *)0x060BD5B0; +const void * RTTI_ExtraCulledBone = (void *)0x060BDA58; +const void * RTTI_ExtraCulledSubsegment = (void *)0x060BCF10; +const void * RTTI_ExtraDesiredLegendaryRank = (void *)0x060BD158; +const void * RTTI_ExtraDirectAtTarget = (void *)0x060BE660; +const void * RTTI_ExtraDroppedItemList = (void *)0x060BEE38; +const void * RTTI_ExtraEditorID = (void *)0x060BD2C8; +const void * RTTI_ExtraEditorRefMoveData = (void *)0x060BEB60; +const void * RTTI_ExtraEmittanceSource = (void *)0x060BEC20; +const void * RTTI_ExtraEnableStateChildren = (void *)0x060BF0E8; +const void * RTTI_ExtraEnableStateParent = (void *)0x060BF1D0; +const void * RTTI_ExtraEnchantment = (void *)0x060BD848; +const void * RTTI_ExtraEncounterZone = (void *)0x060BECD0; +const void * RTTI_ExtraEssentialProtected = (void *)0x060BC8D0; +const void * RTTI_ExtraExteriorReflectionProbeAdjustmentVolume = (void *)0x060BEF50; +const void * RTTI_ExtraExternalEmittanceData = (void *)0x060BC680; +const void * RTTI_ExtraFXPickNodes = (void *)0x060BCCA0; +const void * RTTI_ExtraFactionChanges = (void *)0x060BED60; +const void * RTTI_ExtraFavorCost = (void *)0x060BD8C0; +const void * RTTI_ExtraFavorite = (void *)0x060BD2A0; +const void * RTTI_ExtraFlags = (void *)0x060BD870; +const void * RTTI_ExtraFogVolume = (void *)0x060BEF98; +const void * RTTI_ExtraFollower = (void *)0x060BD758; +const void * RTTI_ExtraFollowerSwimBreadcrumbs = (void *)0x060BF020; +const void * RTTI_ExtraForcedLandingMarker = (void *)0x060BC978; +const void * RTTI_ExtraForcedTarget = (void *)0x060BD820; +const void * RTTI_ExtraFriendHits = (void *)0x060BEB38; +const void * RTTI_ExtraFromAlias = (void *)0x060BCEE8; +const void * RTTI_ExtraFurnitureEntryData = (void *)0x060BE630; +const void * RTTI_ExtraGeometryDirtynessScale = (void *)0x060BD3E0; +const void * RTTI_ExtraGhost = (void *)0x060BEDE0; +const void * RTTI_ExtraGlobal = (void *)0x060BDAF8; +const void * RTTI_ExtraGroupedPackin = (void *)0x060BC5F8; +const void * RTTI_ExtraGuardedRefData = (void *)0x060BEAA0; +const void * RTTI_ExtraHasNoRumors = (void *)0x060BCFF8; +const void * RTTI_ExtraHavok = (void *)0x060BC098; +const void * RTTI_ExtraHeadTrackingWeight = (void *)0x060BD8E8; +const void * RTTI_ExtraHeadingTarget = (void *)0x060BD680; +const void * RTTI_ExtraHealth = (void *)0x060BD7F8; +const void * RTTI_ExtraHorse = (void *)0x060BD918; +const void * RTTI_ExtraIgnoredAttractKeywords = (void *)0x060BCC28; +const void * RTTI_ExtraIgnoredBySandbox = (void *)0x060BEA70; +const void * RTTI_ExtraInitActions = (void *)0x060A6D28; +const void * RTTI_ExtraInputEnableLayer = (void *)0x060BE690; +const void * RTTI_ExtraInstanceData = (void *)0x060BE6F0; +const void * RTTI_ExtraInteraction = (void *)0x060BEC50; +const void * RTTI_ExtraInvestedGold = (void *)0x060BC8A8; +const void * RTTI_ExtraItemDropper = (void *)0x060BEDB8; +const void * RTTI_ExtraKeywords = (void *)0x060BCE68; +const void * RTTI_ExtraLargeRefOwnerCells = (void *)0x060BCB18; +const void * RTTI_ExtraLastFinishedSequence = (void *)0x060BEE98; +const void * RTTI_ExtraLevCreaModifier = (void *)0x060BE8B0; +const void * RTTI_ExtraLeveledBaseObject = (void *)0x060BE8E0; +const void * RTTI_ExtraLeveledCreature = (void *)0x060BF340; +const void * RTTI_ExtraLeveledItem = (void *)0x060BD7A8; +const void * RTTI_ExtraLight = (void *)0x060BF2C0; +const void * RTTI_ExtraLightAreaData = (void *)0x060BDD58; +const void * RTTI_ExtraLightBarndoorData = (void *)0x060BDCF8; +const void * RTTI_ExtraLightColorData = (void *)0x060BDC08; +const void * RTTI_ExtraLightData = (void *)0x060BCA40; +const void * RTTI_ExtraLightFlickerData = (void *)0x060BDD28; +const void * RTTI_ExtraLightGoboData = (void *)0x060BDC38; +const void * RTTI_ExtraLightLayerData = (void *)0x060BDC98; +const void * RTTI_ExtraLightRoundnessData = (void *)0x060BDCC8; +const void * RTTI_ExtraLightStaticShadowMapData = (void *)0x060BCA08; +const void * RTTI_ExtraLightVolumetricData = (void *)0x060BDC68; +const void * RTTI_ExtraLinkedChildrenAliasInstanceArray = (void *)0x060BEAF8; +const void * RTTI_ExtraLinkedRef = (void *)0x060BD658; +const void * RTTI_ExtraLinkedRefChildren = (void *)0x060BF0B8; +const void * RTTI_ExtraLitWaterRefs = (void *)0x060BD020; +const void * RTTI_ExtraLocation = (void *)0x060BD130; +const void * RTTI_ExtraLocationRefType = (void *)0x060BF140; +const void * RTTI_ExtraLock = (void *)0x060BDBB8; +const void * RTTI_ExtraLockList = (void *)0x060BD188; +const void * RTTI_ExtraMagicCaster = (void *)0x060BC5A8; +const void * RTTI_ExtraMapMarker = (void *)0x060BF318; +const void * RTTI_ExtraMaterialSwap = (void *)0x060BCEC0; +const void * RTTI_ExtraMissingRefIDs = (void *)0x060BD418; +const void * RTTI_ExtraModIndex = (void *)0x060BC718; +const void * RTTI_ExtraModRank = (void *)0x060BCA98; +const void * RTTI_ExtraModelSwap = (void *)0x060BCBA0; +const void * RTTI_ExtraNavMeshPortal = (void *)0x060BDA28; +const void * RTTI_ExtraNorthRotation = (void *)0x060BBFF0; +const void * RTTI_ExtraObjectBreakable = (void *)0x060BCD58; +const void * RTTI_ExtraObjectSavedDynamicIdles = (void *)0x060BCD20; +const void * RTTI_ExtraObjectSavedUnrecoverableSubgraphs = (void *)0x060BCC60; +const void * RTTI_ExtraOcclusionPlaneRefData = (void *)0x060BD9F0; +const void * RTTI_ExtraOpenCloseActivateRef = (void *)0x060BCF68; +const void * RTTI_ExtraOriginalBaseObject = (void *)0x060BD1B0; +const void * RTTI_ExtraOriginalReference = (void *)0x060BD728; +const void * RTTI_ExtraOutfitItem = (void *)0x060BD780; +const void * RTTI_ExtraOwnership = (void *)0x060BDB20; +const void * RTTI_ExtraOwningInstance = (void *)0x060BD070; +const void * RTTI_ExtraPackage = (void *)0x060BF278; +const void * RTTI_ExtraPackageData = (void *)0x060BCAF0; +const void * RTTI_ExtraPackageStartLocation = (void *)0x060BE9D0; +const void * RTTI_ExtraPatrolRefData = (void *)0x060BD9C0; +const void * RTTI_ExtraPatrolRefInUseData = (void *)0x060BF058; +const void * RTTI_ExtraPersistentCell = (void *)0x060BEA00; +const void * RTTI_ExtraPlacedPlanetContent = (void *)0x060BC548; +const void * RTTI_ExtraPlayerCrimeList = (void *)0x060BF1A0; +const void * RTTI_ExtraPoison = (void *)0x060BD6B0; +const void * RTTI_ExtraPowerArmor = (void *)0x060BE748; +const void * RTTI_ExtraPowerArmorPreload = (void *)0x060BE718; +const void * RTTI_ExtraPowerLinks = (void *)0x060BD630; +const void * RTTI_ExtraPrimitive = (void *)0x060BD310; +const void * RTTI_ExtraProceduralInstanceData = (void *)0x060BC778; +const void * RTTI_ExtraProcessMiddleLow = (void *)0x060BBF00; +const void * RTTI_ExtraProjectedDecalData = (void *)0x060BD3B0; +const void * RTTI_ExtraPromotedRef = (void *)0x060BEAD0; +const void * RTTI_ExtraPropertySheet = (void *)0x060BC7B0; +const void * RTTI_ExtraRadioData = (void *)0x060BD5E0; +const void * RTTI_ExtraRadioReceiver = (void *)0x060BCD88; +const void * RTTI_ExtraRadioRepeater = (void *)0x060BCE08; +const void * RTTI_ExtraRadius = (void *)0x060BCB78; +const void * RTTI_ExtraRadiusFalloffExponent = (void *)0x060BCBF0; +const void * RTTI_ExtraRagDollData = (void *)0x060BE9A8; +const void * RTTI_ExtraRandomAnimStartTime = (void *)0x060BC6E8; +const void * RTTI_ExtraRandomTeleportMarker = (void *)0x060BEE68; +const void * RTTI_ExtraRangedDistOverride = (void *)0x060BD478; +const void * RTTI_ExtraRank = (void *)0x060BDB70; +const void * RTTI_ExtraRefWeaponSounds = (void *)0x060BE6C0; +const void * RTTI_ExtraReferenceGroup = (void *)0x060BCE38; +const void * RTTI_ExtraReferenceHandles = (void *)0x060BD1E0; +const void * RTTI_ExtraReflectedRefs = (void *)0x060BD0A0; +const void * RTTI_ExtraReflectorRefs = (void *)0x060BCFC8; +const void * RTTI_ExtraRefrPath = (void *)0x060BE770; +const void * RTTI_ExtraRefractionProperty = (void *)0x060BED00; +const void * RTTI_ExtraRegionList = (void *)0x060BC070; +const void * RTTI_ExtraReservedMarkers = (void *)0x060BE880; +const void * RTTI_ExtraRoomRefData = (void *)0x060BECA8; +const void * RTTI_ExtraRunOncePacks = (void *)0x060BF200; +const void * RTTI_ExtraSavedAnimation = (void *)0x060BEE08; +const void * RTTI_ExtraSavedHavokData = (void *)0x060BED30; +const void * RTTI_ExtraSayToTopicInfo = (void *)0x060BEFC0; +const void * RTTI_ExtraSayTopicInfoOnceADay = (void *)0x060BEC78; +const void * RTTI_ExtraScale = (void *)0x060BD6D8; +const void * RTTI_ExtraSceneData = (void *)0x060BD998; +const void * RTTI_ExtraScriptedAnimDependence = (void *)0x060BE798; +const void * RTTI_ExtraSeed = (void *)0x060BF2A0; +const void * RTTI_ExtraSeenData = (void *)0x060BC020; +const void * RTTI_ExtraShipArrivalData = (void *)0x060BD270; +const void * RTTI_ExtraShipBlueprintSnapData = (void *)0x060BE910; +const void * RTTI_ExtraShouldWear = (void *)0x060BF228; +const void * RTTI_ExtraSnapLinks = (void *)0x060BC658; +const void * RTTI_ExtraSoul = (void *)0x060BEA30; +const void * RTTI_ExtraSound = (void *)0x060BED90; +const void * RTTI_ExtraSoundHook = (void *)0x060BD588; +const void * RTTI_ExtraSourcePackIn = (void *)0x060BC810; +const void * RTTI_ExtraSpawnContainer = (void *)0x060BEBF0; +const void * RTTI_ExtraStartingPosition = (void *)0x060BDBD8; +const void * RTTI_ExtraStartingWorldOrCell = (void *)0x060BEB90; +const void * RTTI_ExtraTeleport = (void *)0x060BDB90; +const void * RTTI_ExtraTeleportName = (void *)0x060BCF40; +const void * RTTI_ExtraTempLocationWorldSpace = (void *)0x060BE948; +const void * RTTI_ExtraTerminalMenuBodyTextItems = (void *)0x060BC838; +const void * RTTI_ExtraTerminalMenuItems = (void *)0x060BC7E0; +const void * RTTI_ExtraTerminalMenuMenuItems = (void *)0x060BC870; +const void * RTTI_ExtraTerminalMenuUnlockedItems = (void *)0x060BC740; +const void * RTTI_ExtraTextDisplayData = (void *)0x060BD940; +const void * RTTI_ExtraTimeLeft = (void *)0x060BD7D0; +const void * RTTI_ExtraTimeOfDayData = (void *)0x060BC6B8; +const void * RTTI_ExtraTransitionCellCount = (void *)0x060BD4A8; +const void * RTTI_ExtraTraversalData = (void *)0x060BE600; +const void * RTTI_ExtraTresPassPackage = (void *)0x060BD100; +const void * RTTI_ExtraUniqueID = (void *)0x060BD898; +const void * RTTI_ExtraUsedMarkers = (void *)0x060BE980; +const void * RTTI_ExtraVoiceType = (void *)0x060BC928; +const void * RTTI_ExtraVolumeData = (void *)0x060BD388; +const void * RTTI_ExtraVolumeReflectionProbe_OffsetIntensity = (void *)0x060BD340; +const void * RTTI_ExtraWaterCurrentZoneData = (void *)0x060BD448; +const void * RTTI_ExtraWaterData = (void *)0x060BE7D0; +const void * RTTI_ExtraWaterLightRefs = (void *)0x060BCF98; +const void * RTTI_ExtraWaterReflectionData = (void *)0x060BC9A8; +const void * RTTI_ExtraWorkshopSnapping = (void *)0x061065C8; +const void * RTTI_ExtraWwiseSwitchData = (void *)0x06128038; +const void * RTTI_EyeTrackingOffHandler = (void *)0x06237AC8; +const void * RTTI_EyeTrackingOnHandler = (void *)0x06237B60; +const void * RTTI_FACEFX_ACTOR = (void *)0x060A6FA8; +const void * RTTI_FACEFX_BONESET = (void *)0x060A6FF0; +const void * RTTI_FOCollisionListener = (void *)0x06130760; +const void * RTTI_FaceEmotionalIdleHandler = (void *)0x06234C28; +const void * RTTI_FaderMenu = (void *)0x06276530; +const void * RTTI_FanfareData = (void *)0x06171E58; +const void * RTTI_FanfareMenu = (void *)0x06171E30; +const void * RTTI_FanfareMenu__FanfareEventShuttle = (void *)0x06171D58; +const void * RTTI_FarTravel__Arrival = (void *)0x061F4330; +const void * RTTI_FarTravel__Cruise = (void *)0x061F4358; +const void * RTTI_FarTravel__Departure = (void *)0x061F4380; +const void * RTTI_FarTravel__FarTravelOrbitalUpdateFadeDone = (void *)0x061F43E8; +const void * RTTI_FarTravel__FarTravelUnloadNode = (void *)0x0610B620; +const void * RTTI_FarTravel__UpdateGalacticPositions = (void *)0x061F43B0; +const void * RTTI_FavoritesManager = (void *)0x062776A0; +const void * RTTI_FavoritesManager__FavoritesData = (void *)0x06277A28; +const void * RTTI_FavoritesManager__FavoritesEntryData = (void *)0x06277940; +const void * RTTI_FavoritesManager__FavoritesUIDataEventShuttle = (void *)0x06277980; +const void * RTTI_FavoritesMenu = (void *)0x06277780; +const void * RTTI_FavoritesMenu_AssignQuickkey = (void *)0x06276828; +const void * RTTI_FavoritesMenu_UseQuickkey = (void *)0x062767F8; +const void * RTTI_FilterSideBar = (void *)0x0635DEF0; +const void * RTTI_FindConnectedNavmeshInfosVisitor = (void *)0x06144BE8; +const void * RTTI_FindDynamicNeighborsTask = (void *)0x05FC8410; +const void * RTTI_FindEffectKeywordOnTargetFunctor = (void *)0x061F0600; +const void * RTTI_FindTriangleForLocationFilter = (void *)0x06093570; +const void * RTTI_FindTriangleForLocationFilterCheckDeltaZ = (void *)0x060934C8; +const void * RTTI_FindTriangleForLocationTraversableFilter = (void *)0x06300E30; +const void * RTTI_FindTriangleForLocationWaterFilter = (void *)0x06300D70; +const void * RTTI_FireForgetModel = (void *)0x06183D30; +const void * RTTI_FireForgetModel__FireForgetEventShuttle = (void *)0x06183CB0; +const void * RTTI_FireParticlesCollidedWithBodiesCallbackTask = (void *)0x05FC8540; +const void * RTTI_FireParticlesCollidedWithParticlesCallbackTask = (void *)0x05FC84F0; +const void * RTTI_FireParticlesExitedSafeRegionCallbackTask = (void *)0x05FC8590; +const void * RTTI_FirstPersonState = (void *)0x06271698; +const void * RTTI_FlameProjectile = (void *)0x0623B2D8; +const void * RTTI_FleePackage = (void *)0x05FD1D90; +const void * RTTI_FlightActionEndHandler = (void *)0x06238A28; +const void * RTTI_FlightActionEntryEndHandler = (void *)0x06238AC0; +const void * RTTI_FlightActionHandler = (void *)0x06238A90; +const void * RTTI_FlightCameraState = (void *)0x06271930; +const void * RTTI_FlightCrashLandStartHandler = (void *)0x06238A58; +const void * RTTI_FlightCruisingHandler = (void *)0x06237B90; +const void * RTTI_FlightHoveringHandler = (void *)0x06237BC0; +const void * RTTI_FlightLandEndHandler = (void *)0x06237C80; +const void * RTTI_FlightLandHandler = (void *)0x06237C58; +const void * RTTI_FlightLandingHandler = (void *)0x06237CB0; +const void * RTTI_FlightPerchingHandler = (void *)0x06237CE0; +const void * RTTI_FlightTakeOffHandler = (void *)0x06237C28; +const void * RTTI_Float3LightAnimData = (void *)0x060AE6B0; +const void * RTTI_Float4LightAnimData = (void *)0x060AE680; +const void * RTTI_FloatLightAnimData = (void *)0x060AE650; +const void * RTTI_FoodCraftingMenu = (void *)0x061B7A50; +const void * RTTI_FootIKNode = (void *)0x062BBAE0; +const void * RTTI_FootIKNodeInstance = (void *)0x062BE7F0; +const void * RTTI_ForceWeaponFireHandler = (void *)0x062382F0; +const void * RTTI_FormStreamerLoadStorageWrapper = (void *)0x061FB100; +const void * RTTI_FormStreamerSaveStorageWrapper = (void *)0x061FB168; +const void * RTTI_FrameInterpolationSwapChainDX12 = (void *)0x06090DD0; +const void * RTTI_FreeAdvancedCameraState = (void *)0x06271A20; +const void * RTTI_FreeFlyCameraState = (void *)0x06271990; +const void * RTTI_FreeTetheredCameraState = (void *)0x062719C0; +const void * RTTI_FreeWalkCameraState = (void *)0x062719F0; +const void * RTTI_FrenzyEffect = (void *)0x061F13A8; +const void * RTTI_FurnitureCameraState = (void *)0x062716C0; +const void * RTTI_FurnitureMarkerNavmeshPositionCache = (void *)0x06068490; +const void * RTTI_GPUCaptureHandler = (void *)0x0627A280; +const void * RTTI_Gallery_Entry = (void *)0x0635E500; +const void * RTTI_GameBIEvents__ClientSettingsBIEvents = (void *)0x061F3720; +const void * RTTI_GameBIEvents__PlayerBIEvents = (void *)0x061F38E8; +const void * RTTI_GameMenuBase = (void *)0x06171728; +const void * RTTI_GameScript__ActorValueEventHandler = (void *)0x06280CE0; +const void * RTTI_GameScript__AffinityEventHandler = (void *)0x06281198; +const void * RTTI_GameScript__BasicEventHandler = (void *)0x0629B8B0; +const void * RTTI_GameScript__BuilderEventHandler = (void *)0x06281A88; +const void * RTTI_GameScript__ChallengeEventHandler = (void *)0x06178D00; +const void * RTTI_GameScript__CombatEventHandler = (void *)0x062828D0; +const void * RTTI_GameScript__CustomEventHandler = (void *)0x06283C70; +const void * RTTI_GameScript__DataFileHandleReaderWriter = (void *)0x06281498; +const void * RTTI_GameScript__DebuggerMessages__ContinueRequest = (void *)0x0627D1F0; +const void * RTTI_GameScript__DebuggerMessages__DisconnectRequest = (void *)0x0627D3B0; +const void * RTTI_GameScript__DebuggerMessages__Event = (void *)0x0627D3F8; +const void * RTTI_GameScript__DebuggerMessages__NextRequest = (void *)0x0627D168; +const void * RTTI_GameScript__DebuggerMessages__OutputEvent = (void *)0x0627DA20; +const void * RTTI_GameScript__DebuggerMessages__PauseRequest = (void *)0x0627D1A8; +const void * RTTI_GameScript__DebuggerMessages__ProtocolMessage = (void *)0x0627D2E0; +const void * RTTI_GameScript__DebuggerMessages__Request = (void *)0x0627D328; +const void * RTTI_GameScript__DebuggerMessages__Response = (void *)0x0627D368; +const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsRequest = (void *)0x0627D090; +const void * RTTI_GameScript__DebuggerMessages__SetBreakpointsResponse = (void *)0x0627D940; +const void * RTTI_GameScript__DebuggerMessages__StackTraceRequest = (void *)0x0627D290; +const void * RTTI_GameScript__DebuggerMessages__StackTraceResponse = (void *)0x0627D8F0; +const void * RTTI_GameScript__DebuggerMessages__StepInRequest = (void *)0x0627D430; +const void * RTTI_GameScript__DebuggerMessages__StepOutRequest = (void *)0x0627D470; +const void * RTTI_GameScript__DebuggerMessages__StoppedEvent = (void *)0x0627DA60; +const void * RTTI_GameScript__DebuggerMessages__ThreadEvent = (void *)0x0627DAA0; +const void * RTTI_GameScript__DebuggerMessages__ThreadsRequest = (void *)0x0627D240; +const void * RTTI_GameScript__DebuggerMessages__ThreadsResponse = (void *)0x0627DAE0; +const void * RTTI_GameScript__DebuggerMessages__ValueRequest = (void *)0x0627D128; +const void * RTTI_GameScript__DebuggerMessages__ValueResponse = (void *)0x0627D9E0; +const void * RTTI_GameScript__DebuggerMessages__VariablesRequest = (void *)0x0627D0E0; +const void * RTTI_GameScript__DebuggerMessages__VariablesResponse = (void *)0x0627D990; +const void * RTTI_GameScript__DebuggerMessages__VersionEvent = (void *)0x0627D048; +const void * RTTI_GameScript__DelayFunctor = (void *)0x0627F160; +const void * RTTI_GameScript__DelayFunctorFactory = (void *)0x060761C8; +const void * RTTI_GameScript__DistanceEventHandler = (void *)0x0629D1D8; +const void * RTTI_GameScript__FragmentEventHandler = (void *)0x06283640; +const void * RTTI_GameScript__HandlePolicy = (void *)0x062890D0; +const void * RTTI_GameScript__Internal__AnimationCallbacks = (void *)0x062812D0; +const void * RTTI_GameScript__Internal__LOSDetectionEventData = (void *)0x062850E0; +const void * RTTI_GameScript__Internal__LOSDirectEventData = (void *)0x06285298; +const void * RTTI_GameScript__Internal__LOSEventData = (void *)0x06284B30; +const void * RTTI_GameScript__InventoryEventHandler = (void *)0x06284A88; +const void * RTTI_GameScript__LOSEventHandler = (void *)0x06284CC8; +const void * RTTI_GameScript__Logger = (void *)0x06283E20; +const void * RTTI_GameScript__MenuEventHandler = (void *)0x06285998; +const void * RTTI_GameScript__ObjectBindPolicy = (void *)0x06289098; +const void * RTTI_GameScript__PathingCallbackMgr = (void *)0x06285DC0; +const void * RTTI_GameScript__Profiler = (void *)0x06285ED8; +const void * RTTI_GameScript__QuestCallbackMgr = (void *)0x062860B8; +const void * RTTI_GameScript__RemoteDebugger = (void *)0x0627D4B8; +const void * RTTI_GameScript__SaveFileHandleReaderWriter = (void *)0x062814D8; +const void * RTTI_GameScript__SavePatcher = (void *)0x062861E8; +const void * RTTI_GameScript__ScriptSpaceCellCreateComplete = (void *)0x06281AC0; +const void * RTTI_GameScript__ScriptSpaceshipCreateComplete = (void *)0x06281B00; +const void * RTTI_GameScript__SleepEventHandler = (void *)0x06286468; +const void * RTTI_GameScript__SoundCallbackMgr = (void *)0x06286698; +const void * RTTI_GameScript__SpaceshipEventHandler = (void *)0x0629C1D0; +const void * RTTI_GameScript__Store = (void *)0x06286880; +const void * RTTI_GameScript__TeleportEventHandler = (void *)0x0629C310; +const void * RTTI_GameScript__TimerEventHandler = (void *)0x0629CB10; +const void * RTTI_GameScript__TrackedStatsEventHandler = (void *)0x0629D090; +const void * RTTI_GameScript__WaitEventHandler = (void *)0x0629DC20; +const void * RTTI_GameSettingCollection = (void *)0x060947F0; +const void * RTTI_GameUIGlobalFunc = (void *)0x061AE198; +const void * RTTI_GameUIModel = (void *)0x061AE008; +const void * RTTI_GameVM = (void *)0x06288EE8; +const void * RTTI_GamebryoSequence = (void *)0x062BBBE0; +const void * RTTI_GamebryoSequenceInstance = (void *)0x062BE820; +const void * RTTI_GenerateMappingToPointsBufferTask = (void *)0x05FC8320; +const void * RTTI_GenerateObstacleTask = (void *)0x060DC560; +const void * RTTI_GenericFrameUpdateOperationsService = (void *)0x060A0FA0; +const void * RTTI_GetBestAmmoFunctor = (void *)0x0611D0C8; +const void * RTTI_GetBestCutterFunctor = (void *)0x0611D098; +const void * RTTI_GetBestLightFunctor = (void *)0x0611D068; +const void * RTTI_GetBestWeaponFunctor = (void *)0x0611E590; +const void * RTTI_GetMagicItemDescriptionFunctor = (void *)0x060BBD98; +const void * RTTI_GetUpEndHandler = (void *)0x062389D0; +const void * RTTI_GetUpStartHandler = (void *)0x062388F0; +const void * RTTI_GlobalFunc_CloseAllMenus = (void *)0x061ADD78; +const void * RTTI_GlobalFunc_CloseMenu = (void *)0x061ADDA8; +const void * RTTI_GlobalFunc_PlayMenuSound = (void *)0x061ADE40; +const void * RTTI_GlobalFunc_StartGameRender = (void *)0x061ADE08; +const void * RTTI_GlobalFunc_UserEvent = (void *)0x061ADDD8; +const void * RTTI_GraphReferenceNode = (void *)0x062B1728; +const void * RTTI_GraphReferenceNodeInstance = (void *)0x062B1758; +const void * RTTI_GraphicsInfoDataModel = (void *)0x06187518; +const void * RTTI_GravJumpInitiateCompleteHandler = (void *)0x06234408; +const void * RTTI_GravJumpSearch = (void *)0x060D8FE8; +const void * RTTI_GrenadeProjectile = (void *)0x0623B300; +const void * RTTI_GridArray = (void *)0x060D0E70; +const void * RTTI_GridCellArray = (void *)0x060D1330; +const void * RTTI_GroundPathPathingNodeGenerator = (void *)0x06309930; +const void * RTTI_GroundPathRayValidator = (void *)0x06309838; +const void * RTTI_GuardActorPackageData = (void *)0x06222188; +const void * RTTI_GuideEffect = (void *)0x061F0088; +const void * RTTI_HUDAmmoCountModel = (void *)0x061AE590; +const void * RTTI_HUDAmmoCountModel__HUDAmmoCountModelShuttle = (void *)0x061AE500; +const void * RTTI_HUDCommandIconData = (void *)0x061AE8F8; +const void * RTTI_HUDCompassDataModel = (void *)0x061878C8; +const void * RTTI_HUDCrewBuffDataModel = (void *)0x0617DCF0; +const void * RTTI_HUDCrosshairDataModel = (void *)0x06188098; +const void * RTTI_HUDCrosshairDataModel__HUDCrosshairEventShuttle = (void *)0x061881B0; +const void * RTTI_HUDDataModel = (void *)0x061B0AC0; +const void * RTTI_HUDDataModel__HUDDataEventShuttle = (void *)0x061B0A30; +const void * RTTI_HUDDirectionalHitIndicatorDataModel = (void *)0x061AEAA8; +const void * RTTI_HUDEnemyDataModel = (void *)0x06188670; +const void * RTTI_HUDEnemyDataModel__HUDEnemyEventShuttle = (void *)0x06188630; +const void * RTTI_HUDExperienceMeterDataModel = (void *)0x061B0008; +const void * RTTI_HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle = (void *)0x061AFBE0; +const void * RTTI_HUDJetpackDataModel = (void *)0x06188760; +const void * RTTI_HUDLocationDataModel = (void *)0x061888C8; +const void * RTTI_HUDMenu = (void *)0x06277C58; +const void * RTTI_HUDMessageDataModel = (void *)0x06188D10; +const void * RTTI_HUDMessagesMenu = (void *)0x061B7A78; +const void * RTTI_HUDNotification_MissionActiveWidgetUpdate = (void *)0x061B2120; +const void * RTTI_HUDNotification_OpenDataMenu = (void *)0x061B20A8; +const void * RTTI_HUDNotification_OpenMissionMenu = (void *)0x061B2070; +const void * RTTI_HUDNotification_SetMissionActive = (void *)0x061B20E0; +const void * RTTI_HUDNotificationsModel = (void *)0x061B1DA8; +const void * RTTI_HUDNotificationsModel__HUDNotificationsEventShuttle = (void *)0x061B19A0; +const void * RTTI_HUDOpacityModel = (void *)0x061B2228; +const void * RTTI_HUDOpacityModel__HUDOpacityEventShuttle = (void *)0x061B21A8; +const void * RTTI_HUDRolloverActivationButtonEvent = (void *)0x06186B18; +const void * RTTI_HUDRolloverActivationCompanionListener = (void *)0x061871E8; +const void * RTTI_HUDRolloverActivationCorpseListener = (void *)0x06187228; +const void * RTTI_HUDRolloverActivationDisplayCaseListener = (void *)0x06186528; +const void * RTTI_HUDRolloverActivationDoorListener = (void *)0x06187268; +const void * RTTI_HUDRolloverActivationFallbackListener = (void *)0x06184310; +const void * RTTI_HUDRolloverActivationLootListener = (void *)0x061872E0; +const void * RTTI_HUDRolloverActivationNPCListener = (void *)0x06187318; +const void * RTTI_HUDRolloverActivationOutpostItemListener = (void *)0x06184350; +const void * RTTI_HUDRolloverActivationOutpostListener = (void *)0x06184390; +const void * RTTI_HUDRolloverActivationOutpostQCListener = (void *)0x061846B8; +const void * RTTI_HUDRolloverActivationQCItemPressEvent = (void *)0x06186C88; +const void * RTTI_HUDRolloverActivationQuickContainerListener = (void *)0x06184670; +const void * RTTI_HUDRolloverActivationShipContainerListener = (void *)0x06187400; +const void * RTTI_HUDRolloverActivationTeammateListener = (void *)0x06187448; +const void * RTTI_HUDRolloverActivationTerminalListener = (void *)0x06187488; +const void * RTTI_HUDRolloverDataModel = (void *)0x06186C10; +const void * RTTI_HUDSocialCommandData = (void *)0x061AE8C8; +const void * RTTI_HUDSocialCommandDataModel = (void *)0x061AE700; +const void * RTTI_HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle = (void *)0x061AE650; +const void * RTTI_HUDStarbornPowersDataModel = (void *)0x06189248; +const void * RTTI_HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle = (void *)0x061892C0; +const void * RTTI_HUDStealthDataModel = (void *)0x061895F8; +const void * RTTI_HUDStealthDataModel__HUDStealthEventShuttle = (void *)0x06189630; +const void * RTTI_HUDSubtitleDataModel = (void *)0x06189790; +const void * RTTI_HUDSubtitleDataModel__HUDSubtitleEventShuttle = (void *)0x061898E0; +const void * RTTI_HUDWatchEffectsModel = (void *)0x0618A628; +const void * RTTI_HUDWatchEffectsModel__HUDWatchEffectsModelShuttle = (void *)0x0618A6F0; +const void * RTTI_HangarShipSelection_ChangeSystemDisplay = (void *)0x06176D28; +const void * RTTI_HangarShipSelection_RepairShip = (void *)0x06176CA8; +const void * RTTI_HangarShipSelection_UpgradeSystem = (void *)0x06176D68; +const void * RTTI_HasSpellVisitor = (void *)0x0621A638; +const void * RTTI_HavokErrorCRTestApp = (void *)0x06068688; +const void * RTTI_HavokFileStreambufWriter = (void *)0x06130D40; +const void * RTTI_HavokParticleDef__BaseShape = (void *)0x062D0320; +const void * RTTI_HavokParticleDef__BoxShape = (void *)0x062D0358; +const void * RTTI_HavokParticleDef__CapsuleShape = (void *)0x062D03F8; +const void * RTTI_HavokParticleDef__ConvexShape = (void *)0x062D0430; +const void * RTTI_HavokParticleDef__CubeShape = (void *)0x062D0388; +const void * RTTI_HavokParticleDef__CylinderShape = (void *)0x062D03C0; +const void * RTTI_HavokParticleDef__SphereShape = (void *)0x062D02E8; +const void * RTTI_HavokStreambufFactory = (void *)0x06130AA0; +const void * RTTI_Hazard = (void *)0x05FD1958; +const void * RTTI_HeadTrackingOffHandler = (void *)0x06237B30; +const void * RTTI_HeadTrackingOnHandler = (void *)0x06237A30; +const void * RTTI_HeadTrackingRotationOffHandler = (void *)0x06237BF0; +const void * RTTI_HeadTrackingRotationOnHandler = (void *)0x06237AF8; +const void * RTTI_HealthDamageFunctor = (void *)0x0623CD98; +const void * RTTI_HeapAllocator = (void *)0x062C1918; +const void * RTTI_HelpData = (void *)0x0617C000; +const void * RTTI_HelpDataModel = (void *)0x0617C048; +const void * RTTI_HelpDataModel__HelpDataModelEventShuttle = (void *)0x0617C1C8; +const void * RTTI_HelpTopicData = (void *)0x0617C020; +const void * RTTI_HideSubsegmentHandler = (void *)0x062349E0; +const void * RTTI_HighlightManager = (void *)0x060CF340; +const void * RTTI_HitFrameHandler = (void *)0x06237EF0; +const void * RTTI_HorseCameraState = (void *)0x062716F0; +const void * RTTI_HudModeDataModel = (void *)0x06188FD0; +const void * RTTI_HudModeDataModel__HUDModeEventShuttle = (void *)0x061890A0; +const void * RTTI_IAIWorldLocation = (void *)0x06093260; +const void * RTTI_IAIWorldLocationHandle = (void *)0x06133550; +const void * RTTI_IAimAssistImpl = (void *)0x061502D8; +const void * RTTI_IAnimationEventDataForEachFunctor = (void *)0x060955A8; +const void * RTTI_IAnimationGraphManagerLoadingTask = (void *)0x0612B7F8; +const void * RTTI_IAnimationStanceData = (void *)0x062C04F8; +const void * RTTI_IAnimationStreamWrite = (void *)0x0611EE48; +const void * RTTI_IBGSBaseFormData = (void *)0x06091458; +const void * RTTI_ICheckEndReachedFunctor = (void *)0x06306A30; +const void * RTTI_ICheckEndReachedFunctorMapper = (void *)0x06306B28; +const void * RTTI_ICommandLineHandler = (void *)0x060760D8; +const void * RTTI_IConvexOverlapImpl = (void *)0x05FC2870; +const void * RTTI_IConvexOverlapImpl__ShapeInterface = (void *)0x05FC28A0; +const void * RTTI_IDEvent = (void *)0x062C2120; +const void * RTTI_IDataModel = (void *)0x0609D210; +const void * RTTI_IExplosionFactory = (void *)0x0606F330; +const void * RTTI_IFadeDoneCallback = (void *)0x06115788; +const void * RTTI_IFormComponentFactoryCreator = (void *)0x060097B8; +const void * RTTI_IFormComponentFactoryCreator__ReserveControl = (void *)0x0609BBE0; +const void * RTTI_IFormFactory = (void *)0x0606B5B8; +const void * RTTI_IFormFactory__IFactoryVisitor = (void *)0x060C7560; +const void * RTTI_IHUDRolloverActivationListener = (void *)0x06184298; +const void * RTTI_IMemoryManagerFile = (void *)0x0620C368; +const void * RTTI_IMemoryManagerFileFactory = (void *)0x0606D148; +const void * RTTI_IMemoryStore = (void *)0x061FBB60; +const void * RTTI_IMemoryStoreBase = (void *)0x061FBC28; +const void * RTTI_IMenu = (void *)0x060B2EA8; +const void * RTTI_IMessageBoxCallback = (void *)0x061143E8; +const void * RTTI_IMovementAvoidanceManager = (void *)0x062219D0; +const void * RTTI_IMovementControllerNPCFunctor = (void *)0x0620B2F8; +const void * RTTI_IMovementDirectControl = (void *)0x06221AD0; +const void * RTTI_IMovementFormIDManager = (void *)0x0606F8F8; +const void * RTTI_IMovementPDControllerAccess = (void *)0x06306C18; +const void * RTTI_IMovementParameters = (void *)0x06067988; +const void * RTTI_IMovementPlannerDirectControl = (void *)0x06221A38; +const void * RTTI_IMovementPlannerSetArbitration = (void *)0x063064F0; +const void * RTTI_IMovementPlayIdleResult = (void *)0x06306B60; +const void * RTTI_IMovementQueryFlight = (void *)0x06309748; +const void * RTTI_IMovementQueryPathFollowing = (void *)0x06306AC0; +const void * RTTI_IMovementQueryState = (void *)0x06221BE8; +const void * RTTI_IMovementQueryStaticAvoider = (void *)0x06306D08; +const void * RTTI_IMovementQueryTweener = (void *)0x06306790; +const void * RTTI_IMovementQueryTweenerState = (void *)0x06306EC8; +const void * RTTI_IMovementSetCorrectionData = (void *)0x06306E90; +const void * RTTI_IMovementSetGoal = (void *)0x06305FA0; +const void * RTTI_IMovementSetPathFollowing = (void *)0x06306AF8; +const void * RTTI_IMovementSetRollTarget = (void *)0x06306BE8; +const void * RTTI_IMovementSetSprinting = (void *)0x060D3F10; +const void * RTTI_IMovementSetState = (void *)0x06306B90; +const void * RTTI_IMovementSetStaticAvoider = (void *)0x06306D80; +const void * RTTI_IMovementSetWarp = (void *)0x06221CE0; +const void * RTTI_INIPrefSetting = (void *)0x06059608; +const void * RTTI_INIPrefSettingCollection = (void *)0x0609C6A0; +const void * RTTI_INISettingCollection = (void *)0x06007058; +const void * RTTI_INavmeshSearchFilterSet = (void *)0x06145E78; +const void * RTTI_IOControlNode = (void *)0x060A8270; +const void * RTTI_IOManager = (void *)0x062D43A8; +const void * RTTI_IOManagerThread = (void *)0x062D43F8; +const void * RTTI_IOManager__SystemTaskService = (void *)0x062D4420; +const void * RTTI_IOPostProcessNode = (void *)0x060A9040; +const void * RTTI_IOPostProcessTaskNode = (void *)0x062D43C8; +const void * RTTI_IOSystemTask = (void *)0x060A8EB8; +const void * RTTI_IOTask = (void *)0x060B3658; +const void * RTTI_IOTaskNode = (void *)0x062D4458; +const void * RTTI_IPackageData = (void *)0x05FCC228; +const void * RTTI_IPackageDataTypeCheck = (void *)0x06076778; +const void * RTTI_IPathBuilder = (void *)0x0613BEF8; +const void * RTTI_IPathBuilderFactoryBase = (void *)0x05FFD6C8; +const void * RTTI_IPathBuilderTracker = (void *)0x06076200; +const void * RTTI_IPathFollowerState = (void *)0x06309AA0; +const void * RTTI_IPathSmootherRayCast = (void *)0x06300E70; +const void * RTTI_IPathingNodeGenerator = (void *)0x06309900; +const void * RTTI_IPostAnimationChannelUpdateFunctor = (void *)0x0611E878; +const void * RTTI_IProcedure = (void *)0x06093BC8; +const void * RTTI_IProcedureTreeExecState = (void *)0x06093B98; +const void * RTTI_IProcedureTreeItem = (void *)0x06138F40; +const void * RTTI_IRaceSubGraphDataFunctor = (void *)0x06095628; +const void * RTTI_ISelectIdleFilter = (void *)0x06307658; +const void * RTTI_ISmoothingRayValidator = (void *)0x06309898; +const void * RTTI_ISpecialPurposeComponentHandler = (void *)0x06076920; +const void * RTTI_IStaticAvoidNodeManager = (void *)0x06222128; +const void * RTTI_IStringForwarder = (void *)0x062726B0; +const void * RTTI_ITempEffectFactory = (void *)0x06076230; +const void * RTTI_ITextRenderer = (void *)0x060765A8; +const void * RTTI_ITrianglePathSplitter = (void *)0x06300E00; +const void * RTTI_ITweenerNodeFollowerSetup = (void *)0x06221D08; +const void * RTTI_IUIValue = (void *)0x0609D2F0; +const void * RTTI_IValidateGoalFunctor = (void *)0x0623D000; +const void * RTTI_IVisitProcedures = (void *)0x0612A430; +const void * RTTI_IdleDialogueEnterHandler = (void *)0x062386B8; +const void * RTTI_IdleDialogueExitHandler = (void *)0x06238178; +const void * RTTI_IdleFlavorHandler = (void *)0x06234B68; +const void * RTTI_ImageCreationThread = (void *)0x061730E0; +const void * RTTI_ImageFixtureEvent_RequestImage = (void *)0x062F0E58; +const void * RTTI_ImageFixtureEvent_UnregisterImage = (void *)0x062F0E20; +const void * RTTI_ImageFixtureManager = (void *)0x06006EE8; +const void * RTTI_ImageSpaceManagerAgent = (void *)0x060B1F88; +const void * RTTI_ImageSpaceModifierInstance = (void *)0x061185D8; +const void * RTTI_ImageSpaceModifierInstanceCinematic = (void *)0x061184B8; +const void * RTTI_ImageSpaceModifierInstanceDOF = (void *)0x06118568; +const void * RTTI_ImageSpaceModifierInstanceForm = (void *)0x06118530; +const void * RTTI_ImageSpaceModifierInstanceRB = (void *)0x061184F8; +const void * RTTI_ImageSpaceModifierInstanceTemp = (void *)0x061185A0; +const void * RTTI_ImmunityEffect = (void *)0x061F00B0; +const void * RTTI_IndustrialCraftingMenu = (void *)0x061B7AA0; +const void * RTTI_InfiniteList = (void *)0x0635D390; +const void * RTTI_IngredientItem = (void *)0x060BBB20; +const void * RTTI_InitActionI = (void *)0x060B1E20; +const void * RTTI_InitializeTraversalSubgraphDataFunctor = (void *)0x060D9650; +const void * RTTI_InputMemoryStreamBuffer = (void *)0x06318A40; +const void * RTTI_InstalledContent = (void *)0x062A5A90; +const void * RTTI_InstalledContentData = (void *)0x06170E18; +const void * RTTI_InstalledContentDataModel = (void *)0x06170F98; +const void * RTTI_InstalledContentDataModel__InstalledContentModelEventShuttle = (void *)0x06170EA0; +const void * RTTI_IntSeenData = (void *)0x05FCF018; +const void * RTTI_InteractionCombatDataCollectFunctor = (void *)0x060CE658; +const void * RTTI_InterfacedClass = (void *)0x061731A8; +const void * RTTI_InterruptCastHandler = (void *)0x06238C18; +const void * RTTI_InventoryDataModelNS__InventoryItem = (void *)0x06172330; +const void * RTTI_InventoryDataModelNS__LootItem = (void *)0x06186CC8; +const void * RTTI_InventoryMenu = (void *)0x061B9C10; +const void * RTTI_InventoryMenu_Change3DView = (void *)0x061B9CE0; +const void * RTTI_InventoryMenu_DropItem = (void *)0x061B9E48; +const void * RTTI_InventoryMenu_HideModel = (void *)0x061B95D8; +const void * RTTI_InventoryMenu_LoadModel = (void *)0x061B9638; +const void * RTTI_InventoryMenu_OnEnterCategory = (void *)0x061B9E10; +const void * RTTI_InventoryMenu_OpenCargoHold = (void *)0x061B9D18; +const void * RTTI_InventoryMenu_PaperDollTryOn = (void *)0x061B9CA8; +const void * RTTI_InventoryMenu_ResetPaperDollInv = (void *)0x061B9C38; +const void * RTTI_InventoryMenu_SelectItem = (void *)0x061B9608; +const void * RTTI_InventoryMenu_SetMouseOverModel = (void *)0x061B9DD8; +const void * RTTI_InventoryMenu_StartCloseAnim = (void *)0x061B9DA0; +const void * RTTI_InventoryMenu_ToggleFavorite = (void *)0x061B9E78; +const void * RTTI_InventoryMenu_ToggleHelmet = (void *)0x061B9C70; +const void * RTTI_InventoryMenu_ToggleSuit = (void *)0x061B9B98; +const void * RTTI_InventoryScoringFunctor = (void *)0x0611E560; +const void * RTTI_Inventory_SetSort = (void *)0x0618A828; +const void * RTTI_InvisibilityEffect = (void *)0x061F00D8; +const void * RTTI_IronSightsState = (void *)0x06271718; +const void * RTTI_ItemCraftingBase = (void *)0x06180448; +const void * RTTI_ItemModInfoCardDataModel = (void *)0x0618B730; +const void * RTTI_ItemModInfoCardDataModel__ItemModInfoCardEventShuttle = (void *)0x0618B830; +const void * RTTI_ItemModdingBase = (void *)0x06180500; +const void * RTTI_ItemModsDataModel = (void *)0x0618B1E8; +const void * RTTI_ItemModsDataModel__ItemModsEventShuttle = (void *)0x0618B260; +const void * RTTI_JetpackEffect = (void *)0x061F0458; +const void * RTTI_JetpackUtils__TESCellReferenceAttachDetachEventSink = (void *)0x061F02D0; +const void * RTTI_Json__BuiltStyledStreamWriter = (void *)0x05FC9210; +const void * RTTI_Json__CharReader = (void *)0x05FC90D0; +const void * RTTI_Json__CharReaderBuilder = (void *)0x05FC9128; +const void * RTTI_Json__CharReader__Factory = (void *)0x05FC90F8; +const void * RTTI_Json__OurCharReader = (void *)0x05FC91E0; +const void * RTTI_Json__StreamWriter = (void *)0x05FC9158; +const void * RTTI_Json__StreamWriterBuilder = (void *)0x05FC91B0; +const void * RTTI_Json__StreamWriter__Factory = (void *)0x05FC9180; +const void * RTTI_JumpAnimEventHandler = (void *)0x06238688; +const void * RTTI_KillActorHandler = (void *)0x06237A08; +const void * RTTI_KillMoveEndHandler = (void *)0x06238788; +const void * RTTI_KillMoveStartHandler = (void *)0x06238758; +const void * RTTI_KnockdownHandler = (void *)0x06234858; +const void * RTTI_KnockdownTargetHandler = (void *)0x06234880; +const void * RTTI_LODData = (void *)0x060AB398; +const void * RTTI_LeftHandSpellCastHandler = (void *)0x06238088; +const void * RTTI_LeftHandSpellFireHandler = (void *)0x062380E0; +const void * RTTI_LegacyNif__BSEffectShaderProperty = (void *)0x0635B750; +const void * RTTI_LegacyNif__BSLightingShaderProperty = (void *)0x0635B6A0; +const void * RTTI_LegacyNif__BSMasterParticleSystem = (void *)0x0635BC48; +const void * RTTI_LegacyNif__BSMultiBound = (void *)0x0635BEF0; +const void * RTTI_LegacyNif__BSMultiBoundNode = (void *)0x0635BF20; +const void * RTTI_LegacyNif__BSMultiBoundOBB = (void *)0x0635BBE8; +const void * RTTI_LegacyNif__BSPSysInheritVelocityModifier = (void *)0x0635B918; +const void * RTTI_LegacyNif__BSPSysLODModifier = (void *)0x0635BDB0; +const void * RTTI_LegacyNif__BSPSysScaleModifier = (void *)0x0635B830; +const void * RTTI_LegacyNif__BSPSysSimpleColorModifier = (void *)0x0635BE58; +const void * RTTI_LegacyNif__BSPSysSubTexModifier = (void *)0x0635BE20; +const void * RTTI_LegacyNif__BSPositionData = (void *)0x0635BC18; +const void * RTTI_LegacyNif__BSShaderProperty = (void *)0x0635B6E0; +const void * RTTI_LegacyNif__BSShaderTextureSet = (void *)0x0635B638; +const void * RTTI_LegacyNif__BSSubIndexTriShape = (void *)0x0635BBB0; +const void * RTTI_LegacyNif__BSWaterShaderProperty = (void *)0x0635B788; +const void * RTTI_LegacyNif__BSWindModifier = (void *)0x0635B9C0; +const void * RTTI_LegacyNif__NiAlphaProperty = (void *)0x0635B670; +const void * RTTI_LegacyNif__NiPSysAgeDeathModifier = (void *)0x0635BD48; +const void * RTTI_LegacyNif__NiPSysBombModifier = (void *)0x0635B8E0; +const void * RTTI_LegacyNif__NiPSysBoundUpdateModifier = (void *)0x0635B868; +const void * RTTI_LegacyNif__NiPSysBoxEmitter = (void *)0x0635BA98; +const void * RTTI_LegacyNif__NiPSysColliderManager = (void *)0x0635BAD0; +const void * RTTI_LegacyNif__NiPSysCylinderEmitter = (void *)0x0635BA60; +const void * RTTI_LegacyNif__NiPSysData = (void *)0x0635BC80; +const void * RTTI_LegacyNif__NiPSysDragModifier = (void *)0x0635B7F8; +const void * RTTI_LegacyNif__NiPSysGravityModifier = (void *)0x0635B958; +const void * RTTI_LegacyNif__NiPSysMeshEmitter = (void *)0x0635BB08; +const void * RTTI_LegacyNif__NiPSysPlanarCollider = (void *)0x0635B5D0; +const void * RTTI_LegacyNif__NiPSysPositionModifier = (void *)0x0635B7C0; +const void * RTTI_LegacyNif__NiPSysRotationModifier = (void *)0x0635B8A8; +const void * RTTI_LegacyNif__NiPSysSpawnModifier = (void *)0x0635BDE8; +const void * RTTI_LegacyNif__NiPSysSphereEmitter = (void *)0x0635B9F0; +const void * RTTI_LegacyNif__NiParticleSystem = (void *)0x0635BCE0; +const void * RTTI_LegacyNif__SkyShaderProperty = (void *)0x0635B718; +const void * RTTI_LensFlareAttachmentComponent = (void *)0x0609C638; +const void * RTTI_LevelUp_AnimFinished = (void *)0x061B0390; +const void * RTTI_LevelUp_OnWidgetShown = (void *)0x061B0300; +const void * RTTI_LevelUp_OpenDataMenu = (void *)0x061B0330; +const void * RTTI_LevelUp_ShowSkills = (void *)0x061B0360; +const void * RTTI_LightAnimFormComponent = (void *)0x05FCC9D0; +const void * RTTI_LightAttachmentFormComponent = (void *)0x060AE880; +const void * RTTI_LightAttachmentRuntimeComponentUpdateService = (void *)0x0620B0E0; +const void * RTTI_LightEffect = (void *)0x05FD1978; +const void * RTTI_LinearVariable = (void *)0x062BEF70; +const void * RTTI_LinearVariableInstance = (void *)0x062BEF40; +const void * RTTI_LinkedBNETLogin__BNetInitializedEventListener = (void *)0x062A5C50; +const void * RTTI_LinkedCellProcessHelper = (void *)0x062ADF08; +const void * RTTI_LoadBufferStorageWrapper = (void *)0x061FB138; +const void * RTTI_LoadFileStorageWrapper = (void *)0x061FB850; +const void * RTTI_LoadGameMagicCasterVisitor = (void *)0x062187C8; +const void * RTTI_LoadOrder = (void *)0x0635E240; +const void * RTTI_LoadOrderArchive = (void *)0x0635DB58; +const void * RTTI_LoadOrderBox = (void *)0x0635EAA0; +const void * RTTI_LoadOrderEntry = (void *)0x0635EA78; +const void * RTTI_LoadOrder_SSB = (void *)0x0635E758; +const void * RTTI_LoadSavePanelDataModel = (void *)0x0618D138; +const void * RTTI_LoadSavePanelDataModel__LoadSavePanelEventShuttle = (void *)0x0618D170; +const void * RTTI_LoadScreenRenderingEventHandler = (void *)0x0617B800; +const void * RTTI_LoadTraversalSubgraphDataFunctor = (void *)0x060D9618; +const void * RTTI_LoadedAreaBound = (void *)0x06130E58; +const void * RTTI_LoadedCellDB__IStateControl = (void *)0x060A93B0; +const void * RTTI_LoadedCellDB__LoadCell = (void *)0x060A9010; +const void * RTTI_LoadedCellDB__PostProcessCell = (void *)0x060A9068; +const void * RTTI_LoadedCellDB__SignalDoneTask = (void *)0x060A8EE0; +const void * RTTI_LoadingMenu = (void *)0x06278100; +const void * RTTI_LoadingMenuDataModel = (void *)0x0618C328; +const void * RTTI_LoadingMenuDataModel__LoadingMenuEventShuttle = (void *)0x0618C2E0; +const void * RTTI_LoadingMenu_RefreshText = (void *)0x06278088; +const void * RTTI_LocalEnvData = (void *)0x0618D2B8; +const void * RTTI_LocalEnvData_Frequent = (void *)0x0618D288; +const void * RTTI_LocalEnvironmentDataModel = (void *)0x0618D318; +const void * RTTI_LocationTextWidget_FinishedQueue = (void *)0x061B02C8; +const void * RTTI_LockEffect = (void *)0x061F05A0; +const void * RTTI_LocomotionBlend = (void *)0x062BF710; +const void * RTTI_LocomotionBlendInstance = (void *)0x062BF738; +const void * RTTI_LoginDialog = (void *)0x06172878; +const void * RTTI_LookAtChainData = (void *)0x060A2E80; +const void * RTTI_LookAtChainInstance = (void *)0x060A2EA8; +const void * RTTI_LookAtNode = (void *)0x062BF4F0; +const void * RTTI_LookAtNodeInstance = (void *)0x062BF518; +const void * RTTI_LoopingActivateHandler = (void *)0x06238350; +const void * RTTI_MagicCaster = (void *)0x060BC5D0; +const void * RTTI_MagicCaster__PostCreationCallback = (void *)0x061F05C8; +const void * RTTI_MagicItem = (void *)0x05FE7A48; +const void * RTTI_MagicItemDataCollector = (void *)0x061EF928; +const void * RTTI_MagicItemFindKeywordFunctor = (void *)0x060BBC48; +const void * RTTI_MagicItemTraversalFunctor = (void *)0x060BBCB8; +const void * RTTI_MagicTarget = (void *)0x061B2E48; +const void * RTTI_MagicTarget__IPostCreationModification = (void *)0x061EFBF0; +const void * RTTI_Main = (void *)0x06209150; +const void * RTTI_MainMenu = (void *)0x06279B18; +const void * RTTI_MainMenuConfirmationDataModel = (void *)0x0618E7E8; +const void * RTTI_MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle = (void *)0x0618E8C0; +const void * RTTI_MainMenuGamerInfoDataModel = (void *)0x0618D510; +const void * RTTI_MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle = (void *)0x0618D4C0; +const void * RTTI_MainMenuListDataModel = (void *)0x0618E6B8; +const void * RTTI_MainMenuListDataModel__MainMenuListEventShuttle = (void *)0x0618E7A0; +const void * RTTI_MainMenuMOTDDataModel = (void *)0x0618ECB8; +const void * RTTI_MainMenuMOTDDataModel__MOTDDataModelEventShuttle = (void *)0x0618EC70; +const void * RTTI_MainMenuPipelineProgressDataModel = (void *)0x0618D688; +const void * RTTI_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle = (void *)0x0618D620; +const void * RTTI_MainMenuStateDataModel = (void *)0x0618F278; +const void * RTTI_MainMenuStateDataModel__MainMenuStateEventShuttle = (void *)0x0618F460; +const void * RTTI_MainMenu_ActionCanceled = (void *)0x06279908; +const void * RTTI_MainMenu_ActionConfirmed = (void *)0x06279998; +const void * RTTI_MainMenu_ConfirmLoad = (void *)0x06279BF0; +const void * RTTI_MainMenu_DeleteSave = (void *)0x06279C20; +const void * RTTI_MainMenu_LegalScreenComplete = (void *)0x06279AE0; +const void * RTTI_MainMenu_SetCharacter = (void *)0x06279B90; +const void * RTTI_MainMenu_StartAction = (void *)0x06279968; +const void * RTTI_MainMenu_StartLoad = (void *)0x06279938; +const void * RTTI_MainMenu_UploadSave = (void *)0x06279BC0; +const void * RTTI_MarketplaceBundleContent = (void *)0x05FD0820; +const void * RTTI_MarketplaceCommerce__redeemableListener = (void *)0x06172E40; +const void * RTTI_MarketplaceContent = (void *)0x05FD0888; +const void * RTTI_MarketplaceContentCollection = (void *)0x05FD0850; +const void * RTTI_MarketplaceDataProducer = (void *)0x06173048; +const void * RTTI_MarketplaceGameState__gameActiveListener = (void *)0x061732F0; +const void * RTTI_MarketplaceMenu = (void *)0x06173428; +const void * RTTI_MarketplaceMenu__errorCallback = (void *)0x061733F0; +const void * RTTI_MarketplaceMessages__OkMessageCallback = (void *)0x06173450; +const void * RTTI_MarketplaceMessages__yesNoMessageCallback = (void *)0x06173490; +const void * RTTI_MassSpringDampenVariable = (void *)0x062BEBE8; +const void * RTTI_MassSpringDampenVariableInstance = (void *)0x062BEBB0; +const void * RTTI_MaterialLayerInterface = (void *)0x060C2898; +const void * RTTI_MaterialLayerSequence = (void *)0x062BBBB0; +const void * RTTI_MaterialLayerSequenceInstance = (void *)0x062BE850; +const void * RTTI_MeleeAimAssistData = (void *)0x060FF470; +const void * RTTI_MeleeAimAssistImpl = (void *)0x061502A8; +const void * RTTI_MemoryManagement__PMPEventSink = (void *)0x06076330; +const void * RTTI_MemoryManagerFile = (void *)0x0620C398; +const void * RTTI_MenuActor = (void *)0x061B2E28; +const void * RTTI_MenuControls = (void *)0x0627A518; +const void * RTTI_MenuCursor = (void *)0x062F0548; +const void * RTTI_MenuOpenHandler = (void *)0x0627A330; +const void * RTTI_MenuPaperDoll = (void *)0x061B2B40; +const void * RTTI_MenuTopicManager = (void *)0x061F1EC0; +const void * RTTI_MergeNode = (void *)0x062BF768; +const void * RTTI_MergeNodeInstance = (void *)0x062BF788; +const void * RTTI_MeshLODDistanceOverride = (void *)0x060AB3B8; +const void * RTTI_MessageBoxMenu = (void *)0x0627B058; +const void * RTTI_MessageBoxMenu_OnBackOut = (void *)0x0627AFD8; +const void * RTTI_MessageBoxMenu_OnButtonPress = (void *)0x0627B128; +const void * RTTI_MessageBoxMenu__MessageBoxMenuEventShuttle = (void *)0x0627B2C0; +const void * RTTI_MessageMenuManager = (void *)0x0627ADA0; +const void * RTTI_MigrateSharedStateFromPreviousView = (void *)0x061F7AB0; +const void * RTTI_MirrorModifier = (void *)0x062BBB88; +const void * RTTI_MirrorModifierInstance = (void *)0x062BE888; +const void * RTTI_MiscStatManager__FindStatByCRC = (void *)0x0612A490; +const void * RTTI_MissileProjectile = (void *)0x0623A8C0; +const void * RTTI_MissingContent = (void *)0x0635E828; +const void * RTTI_MissionBoardMenu = (void *)0x061BAA60; +const void * RTTI_MissionBoardMenu__MissionBoardMenuEventShuttle = (void *)0x061BA8F0; +const void * RTTI_MissionBoard_MissionEntryChanged = (void *)0x061BADD0; +const void * RTTI_MissionBoard_MissionEntryPressed = (void *)0x061BAEB8; +const void * RTTI_MissionMenu_ClearState = (void *)0x061B68E0; +const void * RTTI_MissionMenu_PlotToLocation = (void *)0x061B69E0; +const void * RTTI_MissionMenu_RejectQuest = (void *)0x061B6978; +const void * RTTI_MissionMenu_SaveCategoryIndex = (void *)0x061B6910; +const void * RTTI_MissionMenu_SaveOpenedId = (void *)0x061B6948; +const void * RTTI_MissionMenu_ShowItemLocation = (void *)0x061B6A18; +const void * RTTI_MissionMenu_ToggleQTDisplay = (void *)0x061B6858; +const void * RTTI_MissionMenu_ToggleTrackingQuest = (void *)0x061B69A8; +const void * RTTI_MobIterOperator = (void *)0x0612C870; +const void * RTTI_ModelReferenceEffect = (void *)0x061F0AE8; +const void * RTTI_MomentumAnimation = (void *)0x062BEF18; +const void * RTTI_MomentumAnimationInstance = (void *)0x062BEEE8; +const void * RTTI_MomentumSwitchback = (void *)0x062BEEB8; +const void * RTTI_MomentumSwitchbackInstance = (void *)0x062BEE80; +const void * RTTI_MonocleMenu = (void *)0x061BDB58; +const void * RTTI_MonocleMenu_Bioscan = (void *)0x061BCAF0; +const void * RTTI_MonocleMenu_FastTravel = (void *)0x061BC960; +const void * RTTI_MonocleMenu_Harvest = (void *)0x061BCB20; +const void * RTTI_MonocleMenu_Initialize = (void *)0x061BCBB0; +const void * RTTI_MonocleMenu_OpenDoor = (void *)0x061BC850; +const void * RTTI_MonocleMenu_Outpost = (void *)0x061BCB50; +const void * RTTI_MonocleMenu_PhotoMode = (void *)0x061BCA90; +const void * RTTI_MonocleMenu_Shutdown = (void *)0x061BCB80; +const void * RTTI_MonocleMenu_SocialSpell = (void *)0x061BCAC0; +const void * RTTI_MonocleMenu_StartContainerView = (void *)0x061BC9C8; +const void * RTTI_MonocleMenu_StopContainerView = (void *)0x061BC990; +const void * RTTI_MonocleMenu_SurfaceMap = (void *)0x061BCA00; +const void * RTTI_MonocleMenu_UseListScrollControls = (void *)0x061BC928; +const void * RTTI_MonocleMenu_ZoomIn = (void *)0x061BCA60; +const void * RTTI_MonocleMenu_ZoomOut = (void *)0x061BCA30; +const void * RTTI_MonocleUIDataModel = (void *)0x061ACE60; +const void * RTTI_MonocleUIDataModel__EventData = (void *)0x061AC348; +const void * RTTI_MonocleUIDataModel__MenuData = (void *)0x061AC838; +const void * RTTI_MonocleUIDataModel__MenuFreqData = (void *)0x061AC5D0; +const void * RTTI_MonocleUIDataModel__MonocleUIDataEventShuttle = (void *)0x061ACB00; +const void * RTTI_MonocleUIDataModel__PickRefData = (void *)0x061AC380; +const void * RTTI_MonocleUIDataModel__ResourceArcData = (void *)0x061ACA48; +const void * RTTI_MonocleUIDataModel__ResourceData = (void *)0x061ACA88; +const void * RTTI_MonocleUIDataModel__ScannableMapMarkerData = (void *)0x061AC610; +const void * RTTI_MonocleUIDataModel__SocialSpellData = (void *)0x061ACAC0; +const void * RTTI_MorphDriverData = (void *)0x06100148; +const void * RTTI_MorphDriverInstance = (void *)0x06100290; +const void * RTTI_MotionDrivenHandler = (void *)0x06238810; +const void * RTTI_MotionDrivenHandlerReference = (void *)0x06234598; +const void * RTTI_MountDismountEndHandler = (void *)0x06238978; +const void * RTTI_MountInteraction = (void *)0x0621C0F0; +const void * RTTI_MouseMoveEvent = (void *)0x062C1DD0; +const void * RTTI_MovementAgent = (void *)0x060D3EA8; +const void * RTTI_MovementAgentActorAvoider = (void *)0x06305E10; +const void * RTTI_MovementAgentActorState = (void *)0x06306BB8; +const void * RTTI_MovementAgentFlightController = (void *)0x06306C50; +const void * RTTI_MovementAgentFlightControllerDetached = (void *)0x06307028; +const void * RTTI_MovementAgentPathFollowerFlight = (void *)0x06309710; +const void * RTTI_MovementAgentPathFollowerStandard = (void *)0x063069C0; +const void * RTTI_MovementAgentPathFollowerVirtual = (void *)0x06306FF0; +const void * RTTI_MovementArbiter = (void *)0x06305F48; +const void * RTTI_MovementArbitrationAverageFloat = (void *)0x06307258; +const void * RTTI_MovementArbitrationMaxWeightParameters = (void *)0x06307188; +const void * RTTI_MovementArbitrationMaxWeightPoint = (void *)0x06307300; +const void * RTTI_MovementArbitrationVectorAdd = (void *)0x06309DD8; +const void * RTTI_MovementAvoidBoxEventAdapter = (void *)0x0620A3C0; +const void * RTTI_MovementAvoidanceManager = (void *)0x06221710; +const void * RTTI_MovementComponentEventHandler = (void *)0x060D3BC0; +const void * RTTI_MovementControllerAI = (void *)0x060D3BF8; +const void * RTTI_MovementControllerComponent = (void *)0x060D3CB8; +const void * RTTI_MovementControllerComponentData = (void *)0x060D3CF0; +const void * RTTI_MovementControllerNPC = (void *)0x06221A70; +const void * RTTI_MovementControllerNullDataTracker = (void *)0x063074A0; +const void * RTTI_MovementControllerRegisterInterface = (void *)0x063073C8; +const void * RTTI_MovementHandlerAgent = (void *)0x060D3F40; +const void * RTTI_MovementHandlerAgentAngleGain = (void *)0x06309778; +const void * RTTI_MovementHandlerAgentDirectControl = (void *)0x06221B00; +const void * RTTI_MovementHandlerAgentDirectionPassThrough = (void *)0x063096D0; +const void * RTTI_MovementHandlerAgentFlightBoostTrigger = (void *)0x060D3ED0; +const void * RTTI_MovementHandlerAgentGraphDrivenAnimationDriven = (void *)0x060D3F70; +const void * RTTI_MovementHandlerAgentPlayerControls = (void *)0x060D3FB8; +const void * RTTI_MovementHandlerAgentPlayerControlsActionTrigger = (void *)0x060D40A0; +const void * RTTI_MovementHandlerAgentPlayerFlightControls = (void *)0x060D40E8; +const void * RTTI_MovementHandlerAgentSprintActionTrigger = (void *)0x06221B38; +const void * RTTI_MovementHandlerAgentStairsHelper = (void *)0x06221B78; +const void * RTTI_MovementHandlerAgentStandard = (void *)0x06306FB8; +const void * RTTI_MovementHandlerAgentStorePlannerOutput = (void *)0x06306F78; +const void * RTTI_MovementHandlerArbiter = (void *)0x06306730; +const void * RTTI_MovementLargeDelta__IEnumVisitor = (void *)0x0612A510; +const void * RTTI_MovementMessage = (void *)0x060D8E90; +const void * RTTI_MovementMessageActivateDoor = (void *)0x06307FB8; +const void * RTTI_MovementMessageActorCollision = (void *)0x06221BB0; +const void * RTTI_MovementMessageApproachingDoor = (void *)0x06307FF0; +const void * RTTI_MovementMessageBeginLandingApproach = (void *)0x060D8EB8; +const void * RTTI_MovementMessageBlocked = (void *)0x063095D0; +const void * RTTI_MovementMessageDoor = (void *)0x06308028; +const void * RTTI_MovementMessageGravJump = (void *)0x060DB010; +const void * RTTI_MovementMessageJump = (void *)0x06309668; +const void * RTTI_MovementMessageLand = (void *)0x060DB040; +const void * RTTI_MovementMessageNewPath = (void *)0x063060D0; +const void * RTTI_MovementMessagePathCleared = (void *)0x06307EB8; +const void * RTTI_MovementMessagePathComplete = (void *)0x06307F20; +const void * RTTI_MovementMessagePathEvent = (void *)0x06306100; +const void * RTTI_MovementMessagePathFailed = (void *)0x06307EF0; +const void * RTTI_MovementMessagePlayIdle = (void *)0x06309600; +const void * RTTI_MovementMessageSetStaticPath = (void *)0x06309630; +const void * RTTI_MovementMessageTakeOff = (void *)0x060D8FB8; +const void * RTTI_MovementMessageTraversal = (void *)0x06307F58; +const void * RTTI_MovementMessageUpdateRequestImmediate = (void *)0x06306000; +const void * RTTI_MovementMessageWarpToLocation = (void *)0x06309598; +const void * RTTI_MovementMessageWarpToMultiple = (void *)0x06309698; +const void * RTTI_MovementParameters = (void *)0x06067958; +const void * RTTI_MovementParametersFixed = (void *)0x06168D60; +const void * RTTI_MovementPathManagerAgent = (void *)0x06305F70; +const void * RTTI_MovementPathManagerAgentAvoidBox = (void *)0x06306E18; +const void * RTTI_MovementPathManagerAgentLoadedAreaMonitor = (void *)0x06306C90; +const void * RTTI_MovementPathManagerAgentStaticAvoider = (void *)0x06306D40; +const void * RTTI_MovementPathManagerArbiter = (void *)0x06305F10; +const void * RTTI_MovementPathManagerNullTracker = (void *)0x06306040; +const void * RTTI_MovementPlannerAgent = (void *)0x06221C80; +const void * RTTI_MovementPlannerAgentDirectControl = (void *)0x06221C18; +const void * RTTI_MovementPlannerAgentNavmeshBounds = (void *)0x06306CD0; +const void * RTTI_MovementPlannerAgentWarp = (void *)0x06221CB0; +const void * RTTI_MovementPlannerArbiter = (void *)0x063064C0; +const void * RTTI_MovementPostUpdateArbiter = (void *)0x06306948; +const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData = (void *)0x063075B0; +const void * RTTI_MovementSelectIdleUtils__SelectClosestIdleToPath = (void *)0x06307610; +const void * RTTI_MovementStateFollowPath = (void *)0x06305EA8; +const void * RTTI_MovementStateTweener = (void *)0x06305E78; +const void * RTTI_MovementTweenerAgent = (void *)0x06221D70; +const void * RTTI_MovementTweenerAgentFixedDelta = (void *)0x06306F00; +const void * RTTI_MovementTweenerAgentNodeFollower = (void *)0x06221D38; +const void * RTTI_MovementTweenerAgentTargetPosAndVel = (void *)0x06306F38; +const void * RTTI_MovementTweenerArbiter = (void *)0x06306760; +const void * RTTI_MoviePlayer = (void *)0x061FC290; +const void * RTTI_MultiFootIKNode = (void *)0x062BECF8; +const void * RTTI_MultiFootIKNodeInstance = (void *)0x062BECC8; +const void * RTTI_NEW_REFR_DATA = (void *)0x060AD3B0; +const void * RTTI_NPCAttachHandler = (void *)0x062389A8; +const void * RTTI_NPCDetachHandler = (void *)0x06238480; +const void * RTTI_NavGenUtil__TunnelTerraintFilter = (void *)0x060D56B8; +const void * RTTI_NavMesh = (void *)0x05FCFBC8; +const void * RTTI_NavMeshGenContext = (void *)0x0609EA78; +const void * RTTI_NavMeshGenData = (void *)0x0609E198; +const void * RTTI_NavMeshGenFinalizer = (void *)0x060D6CB8; +const void * RTTI_NavMeshGenInputBorderProcessTask = (void *)0x0609E970; +const void * RTTI_NavMeshGenInputProcessor = (void *)0x060D6FA8; +const void * RTTI_NavMeshGenOutputProcessor = (void *)0x060D7010; +const void * RTTI_NavMeshGenSplitter = (void *)0x060D70A8; +const void * RTTI_NavMeshGenStitcher = (void *)0x060D71E0; +const void * RTTI_NavMeshGenerator = (void *)0x060D6398; +const void * RTTI_NavMeshGenerator__NavMeshGenCellsNode = (void *)0x060D6008; +const void * RTTI_NavMeshInfo = (void *)0x06143960; +const void * RTTI_NavMeshInfoMap = (void *)0x061439B0; +const void * RTTI_NavMeshObstacleCoverManager = (void *)0x06057B68; +const void * RTTI_NavMeshObstacleManager = (void *)0x06143DF0; +const void * RTTI_NavMeshSearchClosePoint = (void *)0x06145950; +const void * RTTI_NavMeshSearchFitSphere = (void *)0x06145B48; +const void * RTTI_NavMeshSearchHide = (void *)0x06145E50; +const void * RTTI_NavMeshSearchLOS = (void *)0x06145F88; +const void * RTTI_NavMeshSearchLargestSpaceNearLocation = (void *)0x06145B78; +const void * RTTI_NavMeshSearchSLPoint = (void *)0x06145FB0; +const void * RTTI_NavMeshSplineExtraData = (void *)0x06105ED8; +const void * RTTI_NiAVObject = (void *)0x06057AA8; +const void * RTTI_NiAdditionalGeometryData = (void *)0x0635C038; +const void * RTTI_NiAmbientLight = (void *)0x0635C010; +const void * RTTI_NiBSplineBasisData = (void *)0x06359C60; +const void * RTTI_NiBSplineColorInterpolator = (void *)0x06359CB8; +const void * RTTI_NiBSplineCompColorInterpolator = (void *)0x06359CF0; +const void * RTTI_NiBSplineCompFloatInterpolator = (void *)0x06359D60; +const void * RTTI_NiBSplineCompPoint3Interpolator = (void *)0x06359D98; +const void * RTTI_NiBSplineCompTransformInterpolator = (void *)0x06359B30; +const void * RTTI_NiBSplineData = (void *)0x06359C90; +const void * RTTI_NiBSplineFloatInterpolator = (void *)0x06359D28; +const void * RTTI_NiBSplineInterpolator = (void *)0x06359B70; +const void * RTTI_NiBSplinePoint3Interpolator = (void *)0x06359DD0; +const void * RTTI_NiBSplineTransformInterpolator = (void *)0x06359AF8; +const void * RTTI_NiBillboardNode = (void *)0x0635B2B0; +const void * RTTI_NiBinaryExtraData = (void *)0x0635C068; +const void * RTTI_NiBinaryStream = (void *)0x0612B990; +const void * RTTI_NiBlendAccumTransformInterpolator = (void *)0x063595C8; +const void * RTTI_NiBlendBoolInterpolator = (void *)0x06359928; +const void * RTTI_NiBlendColorInterpolator = (void *)0x06359BA0; +const void * RTTI_NiBlendFloatInterpolator = (void *)0x06359760; +const void * RTTI_NiBlendInterpolator = (void *)0x06359658; +const void * RTTI_NiBlendPoint3Interpolator = (void *)0x06359BD0; +const void * RTTI_NiBlendQuaternionInterpolator = (void *)0x06359C00; +const void * RTTI_NiBlendTransformInterpolator = (void *)0x063597F8; +const void * RTTI_NiBoolData = (void *)0x06359C38; +const void * RTTI_NiBoolInterpolator = (void *)0x063598C8; +const void * RTTI_NiBoolTimelineInterpolator = (void *)0x06359890; +const void * RTTI_NiBooleanExtraData = (void *)0x0635C090; +const void * RTTI_NiCamera = (void *)0x0635AB20; +const void * RTTI_NiCollisionObject = (void *)0x0621BB50; +const void * RTTI_NiColorData = (void *)0x06359E08; +const void * RTTI_NiColorExtraData = (void *)0x0635B4D8; +const void * RTTI_NiColorExtraDataController = (void *)0x06359E30; +const void * RTTI_NiColorInterpolator = (void *)0x06359E68; +const void * RTTI_NiControllerManager = (void *)0x06359380; +const void * RTTI_NiControllerSequence = (void *)0x06359528; +const void * RTTI_NiDefaultAVObjectPalette = (void *)0x063594C0; +const void * RTTI_NiDirectionalLight = (void *)0x0635C0C0; +const void * RTTI_NiExtraData = (void *)0x06095658; +const void * RTTI_NiExtraDataController = (void *)0x063597C8; +const void * RTTI_NiFile = (void *)0x061F6830; +const void * RTTI_NiFloatController = (void *)0x0635A2B8; +const void * RTTI_NiFloatData = (void *)0x063596E8; +const void * RTTI_NiFloatExtraData = (void *)0x0635C0F0; +const void * RTTI_NiFloatExtraDataController = (void *)0x06359790; +const void * RTTI_NiFloatInterpController = (void *)0x06359830; +const void * RTTI_NiFloatInterpolator = (void *)0x063598F8; +const void * RTTI_NiFloatsExtraData = (void *)0x0635B500; +const void * RTTI_NiFloatsExtraDataController = (void *)0x06359E98; +const void * RTTI_NiFloatsExtraDataPoint3Controller = (void *)0x06359ED0; +const void * RTTI_NiFogProperty = (void *)0x0635BFE8; +const void * RTTI_NiFormArray = (void *)0x0612DB68; +const void * RTTI_NiGeometry = (void *)0x0635C210; +const void * RTTI_NiGeometryData = (void *)0x0635B340; +const void * RTTI_NiIntegerExtraData = (void *)0x062C7FB8; +const void * RTTI_NiIntegersExtraData = (void *)0x062DE4A0; +const void * RTTI_NiInterpController = (void *)0x062DBA18; +const void * RTTI_NiKeyframeManager = (void *)0x06359F90; +const void * RTTI_NiLight = (void *)0x0635B5B0; +const void * RTTI_NiLightColorController = (void *)0x0635A0F0; +const void * RTTI_NiLightDimmerController = (void *)0x0635A120; +const void * RTTI_NiLightRadiusController = (void *)0x0635A150; +const void * RTTI_NiLookAtController = (void *)0x0635A180; +const void * RTTI_NiLookAtInterpolator = (void *)0x0635A1B0; +const void * RTTI_NiMemStream = (void *)0x0635C330; +const void * RTTI_NiMorphData = (void *)0x0635A1E0; +const void * RTTI_NiMultiTargetTransformController = (void *)0x063594F0; +const void * RTTI_NiNode = (void *)0x06098038; +const void * RTTI_NiObjectNET = (void *)0x06057AD0; +const void * RTTI_NiPathController = (void *)0x0635A208; +const void * RTTI_NiPathInterpolator = (void *)0x06359710; +const void * RTTI_NiPick__Results = (void *)0x0635B3F8; +const void * RTTI_NiPoint3Interpolator = (void *)0x0635A230; +const void * RTTI_NiPointLight = (void *)0x0635C118; +const void * RTTI_NiPosData = (void *)0x06359740; +const void * RTTI_NiProperty = (void *)0x0635BE98; +const void * RTTI_NiQuaternionInterpolator = (void *)0x0635A260; +const void * RTTI_NiRefObject = (void *)0x0606D120; +const void * RTTI_NiRollController = (void *)0x0635A290; +const void * RTTI_NiRotData = (void *)0x0635A2E0; +const void * RTTI_NiSequence = (void *)0x0635A300; +const void * RTTI_NiSequenceStreamHelper = (void *)0x0635A4E0; +const void * RTTI_NiSingleInterpController = (void *)0x06359628; +const void * RTTI_NiSkinData = (void *)0x0635C140; +const void * RTTI_NiSkinInstance = (void *)0x0635C168; +const void * RTTI_NiSkinPartition = (void *)0x0635C190; +const void * RTTI_NiSpotLight = (void *)0x0635C1B8; +const void * RTTI_NiStream = (void *)0x06130D90; +const void * RTTI_NiStringExtraData = (void *)0x0635AAD0; +const void * RTTI_NiStringPalette = (void *)0x0635A510; +const void * RTTI_NiStringsExtraData = (void *)0x0635C1E0; +const void * RTTI_NiSwitchNode = (void *)0x0635B2D8; +const void * RTTI_NiTextKeyExtraData = (void *)0x0635A538; +const void * RTTI_NiTimeController = (void *)0x060C6A60; +const void * RTTI_NiTransformController = (void *)0x06359598; +const void * RTTI_NiTransformData = (void *)0x06359AD0; +const void * RTTI_NiTransformInterpolator = (void *)0x06359688; +const void * RTTI_NiTriBasedGeom = (void *)0x0635C260; +const void * RTTI_NiTriBasedGeomData = (void *)0x0635C2B0; +const void * RTTI_NiTriShape = (void *)0x0635C238; +const void * RTTI_NiTriShapeData = (void *)0x0635C288; +const void * RTTI_NiTriStrips = (void *)0x0635C2E0; +const void * RTTI_NiTriStripsData = (void *)0x0635C308; +const void * RTTI_NiUVData = (void *)0x0635A568; +const void * RTTI_NiVisController = (void *)0x0635A5B8; +const void * RTTI_NightEyeEffect = (void *)0x061F0BA0; +const void * RTTI_NonActorMagicCaster = (void *)0x060BC578; +const void * RTTI_NonActorMagicTarget = (void *)0x05FCF040; +const void * RTTI_NormalizeRotation = (void *)0x062BBB38; +const void * RTTI_NormalizeRotationInstance = (void *)0x062BE8B8; +const void * RTTI_NullMovementSelectIdleResult = (void *)0x06307338; +const void * RTTI_NullMovementState = (void *)0x0626A388; +const void * RTTI_NullPathBuilderTracker = (void *)0x06302478; +const void * RTTI_ObjectAttachmentFormComponent = (void *)0x060AF0A0; +const void * RTTI_ObjectListItem = (void *)0x06133608; +const void * RTTI_ObstacleTaskData = (void *)0x061441A0; +const void * RTTI_OfflineLoadOrder = (void *)0x0635D5E8; +const void * RTTI_OpenContainerMenuMessage = (void *)0x05FD0BD0; +const void * RTTI_OpenEffect = (void *)0x061F0E80; +const void * RTTI_OpenRefuelMenuMessage = (void *)0x05FD1010; +const void * RTTI_OpenShipCrewAssignMenuMessage = (void *)0x05FD0FD8; +const void * RTTI_Options = (void *)0x0635DF90; +const void * RTTI_OwnedCameraEffectController = (void *)0x0611E7A0; +const void * RTTI_OwnedController = (void *)0x06098900; +const void * RTTI_OwnedEntitlements = (void *)0x062A6740; +const void * RTTI_PackageCreator = (void *)0x05FEF980; +const void * RTTI_PackageList = (void *)0x060C7008; +const void * RTTI_PackageLocation = (void *)0x061435A8; +const void * RTTI_PageFileBase = (void *)0x061F67B0; +const void * RTTI_PairCollector = (void *)0x05FC8908; +const void * RTTI_PairedAnimation = (void *)0x062BECA0; +const void * RTTI_PairedAnimationInstance = (void *)0x062BEC70; +const void * RTTI_PairedAttackDialogueHandler = (void *)0x06234C80; +const void * RTTI_PairedStopHandler = (void *)0x062387B8; +const void * RTTI_ParalysisEffect = (void *)0x061EFB50; +const void * RTTI_ParticleFormComponent = (void *)0x060AF6A8; +const void * RTTI_ParticleParticleCollisionsTask = (void *)0x05FC8440; +const void * RTTI_ParticleParticleInterBranchCollisionsTask = (void *)0x05FC8480; +const void * RTTI_ParticleParticleInterbranchSolveTask = (void *)0x05FC83D0; +const void * RTTI_ParticleParticleProcessEarlyOutStateTask = (void *)0x05FC82A8; +const void * RTTI_ParticleSequence = (void *)0x062BBB60; +const void * RTTI_ParticleSequenceInstance = (void *)0x062BE8E8; +const void * RTTI_ParticleSystemInterface = (void *)0x060C28C8; +const void * RTTI_Particles__AnimatedUVMaterialProperties = (void *)0x062F2170; +const void * RTTI_Particles__BaseCustomParameter = (void *)0x06155378; +const void * RTTI_Particles__BaseOperation = (void *)0x062F98E8; +const void * RTTI_Particles__BaseParticleSystemItem = (void *)0x062F9850; +const void * RTTI_Particles__BoundProperty = (void *)0x062F21E8; +const void * RTTI_Particles__BundleInfo = (void *)0x062F9820; +const void * RTTI_Particles__EmitterBinding = (void *)0x062FDDD8; +const void * RTTI_Particles__EmitterDefinition = (void *)0x062FEC28; +const void * RTTI_Particles__EmitterMaterialDependency = (void *)0x062F9AA8; +const void * RTTI_Particles__ForcesProperties = (void *)0x062F9AE8; +const void * RTTI_Particles__GeometryAsShapeDependency = (void *)0x062F9918; +const void * RTTI_Particles__GeometryParticlesProperties = (void *)0x062F9B58; +const void * RTTI_Particles__GroupOperation = (void *)0x062F9888; +const void * RTTI_Particles__ITimeMultiplierProvider = (void *)0x06106148; +const void * RTTI_Particles__Intrinsics__ApplyAngularVelocityParamSet = (void *)0x062FAAA0; +const void * RTTI_Particles__Intrinsics__ApplyForcesToPositionParamSet = (void *)0x062FA8F0; +const void * RTTI_Particles__Intrinsics__ApplyForcesToVelocityParamSet = (void *)0x062FA720; +const void * RTTI_Particles__Intrinsics__ApplyVelocityToPositionParamSet = (void *)0x062FA480; +const void * RTTI_Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet = (void *)0x062FB690; +const void * RTTI_Particles__Intrinsics__AssignmentOperationInput = (void *)0x062F8960; +const void * RTTI_Particles__Intrinsics__BindingNameInput = (void *)0x062FAD98; +const void * RTTI_Particles__Intrinsics__BoolBoolParamSet = (void *)0x062F8EE0; +const void * RTTI_Particles__Intrinsics__BoolInput = (void *)0x062F9D00; +const void * RTTI_Particles__Intrinsics__BroadcastCollisionEventParamSet = (void *)0x062FB6E0; +const void * RTTI_Particles__Intrinsics__ColorAlphaCurvesParamSet = (void *)0x062F95C0; +const void * RTTI_Particles__Intrinsics__ColorColorColorParamSet = (void *)0x062F8D70; +const void * RTTI_Particles__Intrinsics__ColorColorFloatParamSet = (void *)0x062F8CE0; +const void * RTTI_Particles__Intrinsics__ColorCurveParamSet = (void *)0x062F9608; +const void * RTTI_Particles__Intrinsics__ColorFloatParamSet = (void *)0x062F8DB8; +const void * RTTI_Particles__Intrinsics__ColorInput = (void *)0x062F9BD8; +const void * RTTI_Particles__Intrinsics__ColorPickerMinMaxParamSet = (void *)0x062F8BC0; +const void * RTTI_Particles__Intrinsics__ColorPickerParamSet = (void *)0x062F8D28; +const void * RTTI_Particles__Intrinsics__ConditionalJumpParamSet = (void *)0x062F8A30; +const void * RTTI_Particles__Intrinsics__ConditionalKillParamSet = (void *)0x062FB5C0; +const void * RTTI_Particles__Intrinsics__ConformToHeightmapParamSet = (void *)0x062F9220; +const void * RTTI_Particles__Intrinsics__ConformToHeightmapSimParamSet = (void *)0x062F9310; +const void * RTTI_Particles__Intrinsics__CurveParamSet = (void *)0x062F8918; +const void * RTTI_Particles__Intrinsics__CustomHandlingParamSet = (void *)0x062FACB0; +const void * RTTI_Particles__Intrinsics__CyclingVolumeParamSet = (void *)0x062F9270; +const void * RTTI_Particles__Intrinsics__DebugAnimateParentTransform = (void *)0x062F9690; +const void * RTTI_Particles__Intrinsics__DebugAttachToCamera = (void *)0x062F9648; +const void * RTTI_Particles__Intrinsics__DebugMoveParentTransform = (void *)0x062F94D0; +const void * RTTI_Particles__Intrinsics__DirectionAxisInput = (void *)0x062FAC28; +const void * RTTI_Particles__Intrinsics__DirectionToRotation3DParamSet = (void *)0x062F8FE0; +const void * RTTI_Particles__Intrinsics__Double3Double3Double3ParamSet = (void *)0x062FAE60; +const void * RTTI_Particles__Intrinsics__Double3Double3ParamSet = (void *)0x062FB020; +const void * RTTI_Particles__Intrinsics__Double3Double3VectorParamSet = (void *)0x062FAEB0; +const void * RTTI_Particles__Intrinsics__Double3Input = (void *)0x062F9EC8; +const void * RTTI_Particles__Intrinsics__EmissionTypeInput = (void *)0x062FAC68; +const void * RTTI_Particles__Intrinsics__ExpressionInputParamSet = (void *)0x06300930; +const void * RTTI_Particles__Intrinsics__Float5ParamSet = (void *)0x062FB398; +const void * RTTI_Particles__Intrinsics__Float6ParamSet = (void *)0x062FB358; +const void * RTTI_Particles__Intrinsics__FloatBoolParamSet = (void *)0x062FB208; +const void * RTTI_Particles__Intrinsics__FloatColorParamSet = (void *)0x062F8EA0; +const void * RTTI_Particles__Intrinsics__FloatFloatBoolParamSet = (void *)0x062FB1C0; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatColorParamSet = (void *)0x062F8C10; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatFloatParamSet = (void *)0x062FB2D0; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatParamSet = (void *)0x062FB430; +const void * RTTI_Particles__Intrinsics__FloatFloatFloatVectorParamSet = (void *)0x062FB3E0; +const void * RTTI_Particles__Intrinsics__FloatFloatParamSet = (void *)0x062FB288; +const void * RTTI_Particles__Intrinsics__FloatInput = (void *)0x062F9F00; +const void * RTTI_Particles__Intrinsics__FloatMinMaxParamSet = (void *)0x062FB318; +const void * RTTI_Particles__Intrinsics__FloatUIntParamSet = (void *)0x062FB248; +const void * RTTI_Particles__Intrinsics__FloatVector33MatrixParamSet = (void *)0x062FB4D0; +const void * RTTI_Particles__Intrinsics__FloatVectorParamSet = (void *)0x062FB0B8; +const void * RTTI_Particles__Intrinsics__FloatVectorVectorParamSet = (void *)0x062F9520; +const void * RTTI_Particles__Intrinsics__GenericResourceParamSet = (void *)0x062FAD00; +const void * RTTI_Particles__Intrinsics__GeometryParticleKillParamSet = (void *)0x062FABE0; +const void * RTTI_Particles__Intrinsics__GeometryParticleParamSet = (void *)0x062FAB40; +const void * RTTI_Particles__Intrinsics__GeometryParticleUpdateParamSet = (void *)0x062FAAF0; +const void * RTTI_Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet = (void *)0x062FAB90; +const void * RTTI_Particles__Intrinsics__HexColorHexColorUIntParamSet = (void *)0x062F8AB0; +const void * RTTI_Particles__Intrinsics__HexColorUIntParamSet = (void *)0x062F8B00; +const void * RTTI_Particles__Intrinsics__HexUIntInput = (void *)0x062F9D38; +const void * RTTI_Particles__Intrinsics__Input = (void *)0x062F9E90; +const void * RTTI_Particles__Intrinsics__IntInput = (void *)0x062F9DE0; +const void * RTTI_Particles__Intrinsics__JumpParamSet = (void *)0x062F8A78; +const void * RTTI_Particles__Intrinsics__KillParamSet = (void *)0x062FB608; +const void * RTTI_Particles__Intrinsics__LODCurvedPropertyBaseParamSet = (void *)0x062F92C0; +const void * RTTI_Particles__Intrinsics__LODCurvedPropertyFloatParamSet = (void *)0x062F91D0; +const void * RTTI_Particles__Intrinsics__MatrixInput = (void *)0x062F9E18; +const void * RTTI_Particles__Intrinsics__MatrixVectorVectorParamSet = (void *)0x062F8880; +const void * RTTI_Particles__Intrinsics__MeshSpawnDimensionInput = (void *)0x062FAD50; +const void * RTTI_Particles__Intrinsics__NoOpDeclareBoolParamSet = (void *)0x062FAA50; +const void * RTTI_Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet = (void *)0x062FA6D0; +const void * RTTI_Particles__Intrinsics__Noise2ParamSet = (void *)0x062FAFD8; +const void * RTTI_Particles__Intrinsics__Noise3ParamSet = (void *)0x062FAF98; +const void * RTTI_Particles__Intrinsics__NoiseBaseParamSet = (void *)0x062FB180; +const void * RTTI_Particles__Intrinsics__NoiseParamSet = (void *)0x062FB140; +const void * RTTI_Particles__Intrinsics__NoiseTypeInput = (void *)0x062FADD8; +const void * RTTI_Particles__Intrinsics__OperationNameInput = (void *)0x062F9C10; +const void * RTTI_Particles__Intrinsics__OrbitAroundPointParamSet = (void *)0x062F9440; +const void * RTTI_Particles__Intrinsics__ParameterSetBase = (void *)0x062F9E50; +const void * RTTI_Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet = (void *)0x062FAA00; +const void * RTTI_Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet = (void *)0x062FA9B0; +const void * RTTI_Particles__Intrinsics__PointInCylinderParamSet = (void *)0x062F88D0; +const void * RTTI_Particles__Intrinsics__PointInMeshParamSet = (void *)0x062F9360; +const void * RTTI_Particles__Intrinsics__PointOnAttachedSkeletonParamSet = (void *)0x062F93F0; +const void * RTTI_Particles__Intrinsics__RandomVariableParamSet = (void *)0x062FB070; +const void * RTTI_Particles__Intrinsics__RandomVectorOnShapeParamSet = (void *)0x062F93A0; +const void * RTTI_Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet = (void *)0x062F8E50; +const void * RTTI_Particles__Intrinsics__ShapeTypeInput = (void *)0x062FAE18; +const void * RTTI_Particles__Intrinsics__SharedAsset = (void *)0x062F99D0; +const void * RTTI_Particles__Intrinsics__SharedAssociatedUID = (void *)0x062FA008; +const void * RTTI_Particles__Intrinsics__SharedCollisionInfo = (void *)0x062F9FC8; +const void * RTTI_Particles__Intrinsics__SharedColorAlphaCurves = (void *)0x062FA320; +const void * RTTI_Particles__Intrinsics__SharedColorCurve = (void *)0x062FA368; +const void * RTTI_Particles__Intrinsics__SharedCurve = (void *)0x062FA2E0; +const void * RTTI_Particles__Intrinsics__SharedCustomParameter = (void *)0x062F9F80; +const void * RTTI_Particles__Intrinsics__SharedFiniteRandomNumberGenerator = (void *)0x062FA0B0; +const void * RTTI_Particles__Intrinsics__SharedHeightmapData = (void *)0x062F9F38; +const void * RTTI_Particles__Intrinsics__SharedLODCurves = (void *)0x062FA1D8; +const void * RTTI_Particles__Intrinsics__SharedMesh = (void *)0x062FA1A0; +const void * RTTI_Particles__Intrinsics__SharedNoiseGenerator = (void *)0x062FA220; +const void * RTTI_Particles__Intrinsics__SharedParticleSystemSpawnParameters = (void *)0x062FA150; +const void * RTTI_Particles__Intrinsics__SharedRGBColorCurve = (void *)0x062FA2A0; +const void * RTTI_Particles__Intrinsics__SharedRandomVariableDistributionValues = (void *)0x062FA050; +const void * RTTI_Particles__Intrinsics__SharedRuntimeInfo = (void *)0x062F9990; +const void * RTTI_Particles__Intrinsics__SharedSkeletonData = (void *)0x062FA260; +const void * RTTI_Particles__Intrinsics__SharedUpdateForcesParameters = (void *)0x062FA100; +const void * RTTI_Particles__Intrinsics__SpawnParticleParamSet = (void *)0x062FB570; +const void * RTTI_Particles__Intrinsics__StringInput = (void *)0x062F9C50; +const void * RTTI_Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet = (void *)0x062FA4D0; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet = (void *)0x062FA3B0; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet = (void *)0x062FA420; +const void * RTTI_Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet = (void *)0x062FA670; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet = (void *)0x062FA5A0; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet = (void *)0x062FA770; +const void * RTTI_Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet = (void *)0x062FA7D0; +const void * RTTI_Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet = (void *)0x062FA600; +const void * RTTI_Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet = (void *)0x062FA530; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet = (void *)0x062FA830; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet = (void *)0x062FA890; +const void * RTTI_Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet = (void *)0x062FA940; +const void * RTTI_Particles__Intrinsics__TransformStretchVectorToWorldParamSet = (void *)0x062FB730; +const void * RTTI_Particles__Intrinsics__TransformVelocityToWorldParamSet = (void *)0x062FB640; +const void * RTTI_Particles__Intrinsics__UIntDivisionParamSet = (void *)0x062F8B40; +const void * RTTI_Particles__Intrinsics__UIntFloatParamSet = (void *)0x062F89A8; +const void * RTTI_Particles__Intrinsics__UIntInput = (void *)0x062F9CC8; +const void * RTTI_Particles__Intrinsics__UIntMinMaxParamSet = (void *)0x062F89E8; +const void * RTTI_Particles__Intrinsics__UIntUIntBoolParamSet = (void *)0x062F8C60; +const void * RTTI_Particles__Intrinsics__UIntUIntParamSet = (void *)0x062F8CA0; +const void * RTTI_Particles__Intrinsics__UIntUIntUIntParamSet = (void *)0x062F8B80; +const void * RTTI_Particles__Intrinsics__UpdateChildParticleBindingsParamSet = (void *)0x062FB520; +const void * RTTI_Particles__Intrinsics__UpdateForcesParamSet = (void *)0x06300810; +const void * RTTI_Particles__Intrinsics__VariableInput = (void *)0x062F9C88; +const void * RTTI_Particles__Intrinsics__Vector2Input = (void *)0x062F9DA8; +const void * RTTI_Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet = (void *)0x062F90D0; +const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x062F9070; +const void * RTTI_Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet = (void *)0x062F9170; +const void * RTTI_Particles__Intrinsics__Vector3Input = (void *)0x062F9D70; +const void * RTTI_Particles__Intrinsics__Vector3MatrixParamSet = (void *)0x062FB480; +const void * RTTI_Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet = (void *)0x062F9120; +const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x062F8F80; +const void * RTTI_Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet = (void *)0x062F8F20; +const void * RTTI_Particles__Intrinsics__VectorFloatParamSet = (void *)0x062F9488; +const void * RTTI_Particles__Intrinsics__VectorFloatVectorParamSet = (void *)0x062F9570; +const void * RTTI_Particles__Intrinsics__VectorMinMaxParamSet = (void *)0x062F9030; +const void * RTTI_Particles__Intrinsics__VectorScaleAddParamSet = (void *)0x062F8E00; +const void * RTTI_Particles__Intrinsics__VectorVectorFloatParamSet = (void *)0x062FAF00; +const void * RTTI_Particles__Intrinsics__VectorVectorParamSet = (void *)0x062FB100; +const void * RTTI_Particles__Intrinsics__VectorVectorVectorParamSet = (void *)0x062FAF50; +const void * RTTI_Particles__Intrinsics__XMFLOAT4Input = (void *)0x062F9B98; +const void * RTTI_Particles__ListFloatCurve = (void *)0x062F2218; +const void * RTTI_Particles__ListParticleCollisionInfo = (void *)0x061553B0; +const void * RTTI_Particles__MaterialDBDependency = (void *)0x062F9A08; +const void * RTTI_Particles__MaterialProperties = (void *)0x062F2280; +const void * RTTI_Particles__MeshDependency = (void *)0x062F9A78; +const void * RTTI_Particles__ModelDBDependency = (void *)0x062F9A40; +const void * RTTI_Particles__PSM__Commands__BaseParticleSystemRequest = (void *)0x062FDBA0; +const void * RTTI_Particles__PSM__Commands__RequestLoadResources = (void *)0x062FDC40; +const void * RTTI_Particles__PSM__Commands__WaitForResourceLoad = (void *)0x062FDBF0; +const void * RTTI_Particles__ParticleEmitterEngine = (void *)0x062FE0F0; +const void * RTTI_Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding = (void *)0x062FDF30; +const void * RTTI_Particles__ParticleNodeManager = (void *)0x062F3D08; +const void * RTTI_Particles__ParticlePerformanceManager = (void *)0x062FCA58; +const void * RTTI_Particles__ParticleSystemManagerImpl = (void *)0x062FD980; +const void * RTTI_Particles__ParticleSystemManagerImpl__PSBinding = (void *)0x062FC890; +const void * RTTI_Particles__ParticleSystemStorage = (void *)0x062F3840; +const void * RTTI_Particles__PhysicsProperties = (void *)0x062F2248; +const void * RTTI_Particles__PointInMeshDependency = (void *)0x062F9958; +const void * RTTI_Particles__ResourceDependency = (void *)0x062F9B20; +const void * RTTI_Particles__SingleOperation = (void *)0x062F98B8; +const void * RTTI_Particles__SystemBinding = (void *)0x062F3D78; +const void * RTTI_Particles__SystemDefinition = (void *)0x062F3D40; +const void * RTTI_Particles__TiledMaterialProperties = (void *)0x062F21B0; +const void * RTTI_PassengerInteraction = (void *)0x06169358; +const void * RTTI_PathFollowerAnimationMoveStart = (void *)0x06309C58; +const void * RTTI_PathFollowerAnimationMoveStop = (void *)0x06309C90; +const void * RTTI_PathFollowerStateFollowPathToParameter = (void *)0x06309B38; +const void * RTTI_PathFollowerStateKeepLastDirection = (void *)0x06309B78; +const void * RTTI_PathFollowerStatePerformAction = (void *)0x06309C20; +const void * RTTI_PathFollowerStatePlayIdle = (void *)0x06309AD0; +const void * RTTI_PathFollowerStateShortcut = (void *)0x06309BB8; +const void * RTTI_PathFollowerStateTurnToAngle = (void *)0x06309B00; +const void * RTTI_PathFollowerStateWaitForAction = (void *)0x06309BE8; +const void * RTTI_PathManagerImpl = (void *)0x06301488; +const void * RTTI_PathManagerPositionPlayerAdapter = (void *)0x0620A5E8; +const void * RTTI_PathSmootherRayCastUsePreferredTris = (void *)0x06308628; +const void * RTTI_PathSmootherRayCastUseTrianglePath = (void *)0x06308870; +const void * RTTI_Pathing = (void *)0x061452B8; +const void * RTTI_PathingAnimations = (void *)0x062B2430; +const void * RTTI_PathingAnimationsInstance = (void *)0x062B2458; +const void * RTTI_PathingCell = (void *)0x06145570; +const void * RTTI_PathingCoverLocation = (void *)0x061451C8; +const void * RTTI_PathingDoor = (void *)0x06145598; +const void * RTTI_PathingLockData = (void *)0x061455C0; +const void * RTTI_PathingNumericIDDuplicationVisitor = (void *)0x06145610; +const void * RTTI_PathingRequest = (void *)0x06094D38; +const void * RTTI_PathingRequestClosePoint = (void *)0x06144C58; +const void * RTTI_PathingRequestClosestGoal = (void *)0x06145FE0; +const void * RTTI_PathingRequestCover = (void *)0x06146010; +const void * RTTI_PathingRequestFlee = (void *)0x06146040; +const void * RTTI_PathingRequestFly = (void *)0x06146070; +const void * RTTI_PathingRequestFlyAction = (void *)0x06146098; +const void * RTTI_PathingRequestFlyHover = (void *)0x061460C8; +const void * RTTI_PathingRequestFlyLand = (void *)0x061460F8; +const void * RTTI_PathingRequestFlyOrbit = (void *)0x06146128; +const void * RTTI_PathingRequestFlyTakeOff = (void *)0x06146158; +const void * RTTI_PathingRequestHide = (void *)0x06146188; +const void * RTTI_PathingRequestLOS = (void *)0x061461B8; +const void * RTTI_PathingRequestOpenSpace = (void *)0x06094D88; +const void * RTTI_PathingRequestRotate = (void *)0x061461E0; +const void * RTTI_PathingRequestSafeStraightLine = (void *)0x06144C20; +const void * RTTI_PathingRequestStopMoving = (void *)0x06146210; +const void * RTTI_PathingSpace = (void *)0x06145650; +const void * RTTI_PathingStreamLoadGame = (void *)0x06221DA0; +const void * RTTI_PathingStreamMasterFileRead = (void *)0x060D8E28; +const void * RTTI_PathingStreamSaveGame = (void *)0x06221DD0; +const void * RTTI_PathingTraversalAction = (void *)0x060D9318; +const void * RTTI_PathingTraversalActionActivate = (void *)0x060D9270; +const void * RTTI_PathingTraversalActionDoorway = (void *)0x060D9200; +const void * RTTI_PathingTraversalActionJump = (void *)0x060D92E0; +const void * RTTI_PathingTraversalActionLadder = (void *)0x060D9238; +const void * RTTI_PathingTraversalActionStandard = (void *)0x060D92A8; +const void * RTTI_PathingTraversalData = (void *)0x060D9378; +const void * RTTI_PathingTraversalManager = (void *)0x060D9EC8; +const void * RTTI_PauseMenu = (void *)0x061D7608; +const void * RTTI_PauseMenuConfirmationDataModel = (void *)0x0618FC58; +const void * RTTI_PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle = (void *)0x0618FC90; +const void * RTTI_PauseMenuListDataModel = (void *)0x0618FB48; +const void * RTTI_PauseMenuListDataModel__PauseMenuListEventShuttle = (void *)0x0618FB80; +const void * RTTI_PauseMenuStateDataModel = (void *)0x0618F870; +const void * RTTI_PauseMenuStateDataModel__PauseMenuStateEventShuttle = (void *)0x0618F8A0; +const void * RTTI_PauseMenu_ActionCanceled = (void *)0x061D7030; +const void * RTTI_PauseMenu_ConfirmAction = (void *)0x061D7000; +const void * RTTI_PauseMenu_ConfirmLoad = (void *)0x061D6FD0; +const void * RTTI_PauseMenu_ConfirmSave = (void *)0x061D7628; +const void * RTTI_PauseMenu_DeleteSave = (void *)0x061D6F40; +const void * RTTI_PauseMenu_QuitToDesktop = (void *)0x061D7658; +const void * RTTI_PauseMenu_SetCharacter = (void *)0x061D6F70; +const void * RTTI_PauseMenu_StartAction = (void *)0x061D7060; +const void * RTTI_PauseMenu_StartLoad = (void *)0x061D6FA0; +const void * RTTI_PauseMenu_UploadSave = (void *)0x061D75D8; +const void * RTTI_PeakValueModifierEffect = (void *)0x05FD19A0; +const void * RTTI_PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter = (void *)0x062CAA60; +const void * RTTI_PenetrationUtils__hknpBSCommandStreamWriter = (void *)0x062CF790; +const void * RTTI_PerformActivationHandler = (void *)0x06234B08; +const void * RTTI_PerformOpFunc = (void *)0x0635A9C8; +const void * RTTI_PhotoGalleryMenu = (void *)0x06173C18; +const void * RTTI_PhotoGalleryMenu__PhotoGalleryEventShuttle = (void *)0x06173D50; +const void * RTTI_PhotoGallery_DeletePhoto = (void *)0x06173B98; +const void * RTTI_PhotoModeCameraState = (void *)0x0614FD08; +const void * RTTI_PhotoModeDataModel = (void *)0x06191A80; +const void * RTTI_PhotoModeDataModel__PhotoModeEventShuttle = (void *)0x06191AB0; +const void * RTTI_PhotoModeDataModel__PhotoModeOverlayData__ImageData = (void *)0x06191AF0; +const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__CategoryData = (void *)0x06190FE0; +const void * RTTI_PhotoModeDataModel__PhotoModeSettingsData__SettingData = (void *)0x06191030; +const void * RTTI_PhotoModeEffectController = (void *)0x061324A0; +const void * RTTI_PhotoModeMenu = (void *)0x061BF568; +const void * RTTI_PhotoMode_InitializeCategory = (void *)0x061BF6B0; +const void * RTTI_PhotoMode_RefineSetting = (void *)0x061BF538; +const void * RTTI_PhotoMode_ResetToDefaults = (void *)0x061BF650; +const void * RTTI_PhotoMode_SliderChanged = (void *)0x061BF680; +const void * RTTI_PhotoMode_StepperChanged = (void *)0x061BF5F0; +const void * RTTI_PhotoMode_TakeSnapshot = (void *)0x061BF620; +const void * RTTI_PhotoMode_ToggleHelmet = (void *)0x061BF5C0; +const void * RTTI_PhotoMode_ToggleUI = (void *)0x061BF590; +const void * RTTI_PhotoMode__PhotoModeCaptureExportNode = (void *)0x061BE208; +const void * RTTI_PhysicsContactListener = (void *)0x062B2320; +const void * RTTI_PhysicsContactListenerInstance = (void *)0x062B2350; +const void * RTTI_PickNewIdleHandler = (void *)0x06238BB8; +const void * RTTI_PickpocketInventoryModel = (void *)0x061C00C8; +const void * RTTI_PickpocketItemData = (void *)0x061C0F10; +const void * RTTI_PickpocketMenu = (void *)0x061BFDA0; +const void * RTTI_PickpocketMenu_OnItemSelect = (void *)0x061BFD68; +const void * RTTI_PickpocketStateData = (void *)0x061C0F40; +const void * RTTI_PipelineGenerationEventHandler = (void *)0x06208E08; +const void * RTTI_PitchOverrideEndHandler = (void *)0x06238260; +const void * RTTI_PitchOverrideStartHandler = (void *)0x06238230; +const void * RTTI_PlanetSiteSelectEventHelper = (void *)0x062091D8; +const void * RTTI_PlasmaProjectile = (void *)0x06155350; +const void * RTTI_PlatformDataModel = (void *)0x062F1268; +const void * RTTI_PlayBinkMenu = (void *)0x061D78E0; +const void * RTTI_PlayBink_CloseMenu = (void *)0x061D7988; +const void * RTTI_PlayerBedEnterHandler = (void *)0x06237F48; +const void * RTTI_PlayerCamera = (void *)0x06271C78; +const void * RTTI_PlayerCameraTransitionState = (void *)0x06271958; +const void * RTTI_PlayerChairEnterHandler = (void *)0x06237FA8; +const void * RTTI_PlayerCharacter = (void *)0x0621F858; +const void * RTTI_PlayerControls__AlternateAttackHandler = (void *)0x06169610; +const void * RTTI_PlayerControls__AlternateFlightControlMode = (void *)0x061694A0; +const void * RTTI_PlayerControls__AutoMoveHandler = (void *)0x06169430; +const void * RTTI_PlayerControls__Base = (void *)0x0616A8B8; +const void * RTTI_PlayerControls__DebugCameraHandler = (void *)0x06169468; +const void * RTTI_PlayerControls__FlightControlMode = (void *)0x06169520; +const void * RTTI_PlayerControls__FlightMovementHandler = (void *)0x06169558; +const void * RTTI_PlayerControls__GrabRotationHandler = (void *)0x06169598; +const void * RTTI_PlayerControls__GravJumpHandler = (void *)0x061695D8; +const void * RTTI_PlayerControls__HeldStateHandler = (void *)0x061693C0; +const void * RTTI_PlayerControls__JumpHandler = (void *)0x06169A10; +const void * RTTI_PlayerControls__LookHandler = (void *)0x06169A48; +const void * RTTI_PlayerControls__Manager = (void *)0x0616B0C8; +const void * RTTI_PlayerControls__MonocleHandler = (void *)0x06169A80; +const void * RTTI_PlayerControls__MovementHandler = (void *)0x06169AB8; +const void * RTTI_PlayerControls__NvidiaStreamlineInputHandler = (void *)0x06169AF0; +const void * RTTI_PlayerControls__PlayerCameraHandler = (void *)0x06169B38; +const void * RTTI_PlayerControls__PlayerInputHandler = (void *)0x061693F8; +const void * RTTI_PlayerControls__RunHandler = (void *)0x06169B78; +const void * RTTI_PlayerControls__ShieldHandler = (void *)0x06169BA8; +const void * RTTI_PlayerControls__ShipEquipmentHandler = (void *)0x06169BE0; +const void * RTTI_PlayerControls__SneakHandler = (void *)0x06169DD8; +const void * RTTI_PlayerControls__SprintHandler = (void *)0x0616A218; +const void * RTTI_PlayerControls__StandardFlightControlMode = (void *)0x061694E0; +const void * RTTI_PlayerControls__StarbornPowerHandler = (void *)0x0616B028; +const void * RTTI_PlayerControls__TogglePOVHandler = (void *)0x0616A250; +const void * RTTI_PlayerControls__ToggleRunHandler = (void *)0x0616A288; +const void * RTTI_PlayerControls__WeaponActionHandler = (void *)0x0616A2C0; +const void * RTTI_PlayerControls__WeaponAttackHandler = (void *)0x0616A300; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__NotTriggered = (void *)0x05FD0250; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Triggered = (void *)0x05FD0080; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic = (void *)0x05FD03A0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst = (void *)0x05FD02F0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd = (void *)0x05FD0130; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous = (void *)0x05FD0340; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage = (void *)0x05FD0400; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease = (void *)0x05FD0190; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage = (void *)0x05FD00D0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle = (void *)0x05FD02A0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease = (void *)0x05FD01F0; +const void * RTTI_PlayerControls__WeaponAttackTriggerStates__Unequipped = (void *)0x05FD0460; +const void * RTTI_PlayerControls__WeaponBlockActionHandler = (void *)0x0616A960; +const void * RTTI_PlayerControls__WeaponFocusHandler = (void *)0x0616A9A0; +const void * RTTI_PlayerControls__WeaponMeleeHandler = (void *)0x0616A9D8; +const void * RTTI_PlayerControls__WeaponReadyHandler = (void *)0x0616AA10; +const void * RTTI_PlayerControls__WeaponReloadHandler = (void *)0x0616AA48; +const void * RTTI_PlayerControls__WeaponSightedActionHandler = (void *)0x0616AE70; +const void * RTTI_PlayerControls__ZKeyHandler = (void *)0x06169388; +const void * RTTI_PlayerDataModel = (void *)0x06191FB0; +const void * RTTI_PlayerDataModel__PlayerDataEventShuttle = (void *)0x06192398; +const void * RTTI_PlayerFastEquipSoundHandler = (void *)0x06234910; +const void * RTTI_PlayerFurnitureExitHandler = (void *)0x06237A90; +const void * RTTI_PlayerInventoryDataModel = (void *)0x06193D08; +const void * RTTI_PlayerInventoryItem = (void *)0x06193CD8; +const void * RTTI_PlayerRegionState = (void *)0x0621FE78; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter = (void *)0x0620A688; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor = (void *)0x0620A620; +const void * RTTI_PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor = (void *)0x0620A500; +const void * RTTI_PlayerSpaceUtils__EventSink = (void *)0x061F5A78; +const void * RTTI_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler = (void *)0x061F5A30; +const void * RTTI_PlayerSpaceUtils___unnamed_type_SpaceAsteroidsWorldStepListener_ = (void *)0x06073B30; +const void * RTTI_PlayerStatusDataModel = (void *)0x061950E8; +const void * RTTI_PlayerStatusDataModel__PlayerStatusEventShuttle = (void *)0x06195120; +const void * RTTI_PlayerTraversalState = (void *)0x0621F9E0; +const void * RTTI_PoseDeformerData = (void *)0x06100170; +const void * RTTI_PoseDeformerInstance = (void *)0x061002C0; +const void * RTTI_PostAttachActionsFunctor = (void *)0x0635A998; +const void * RTTI_PostBoneModifierControl = (void *)0x062BAD70; +const void * RTTI_PostBoneModifierControlInstance = (void *)0x062BADA0; +const void * RTTI_PostStepTask = (void *)0x05FC7F78; +const void * RTTI_PowerArmor__EventHandler = (void *)0x06068510; +const void * RTTI_PowerUtils__PowerUtilsReferenceEventSink = (void *)0x0606FA88; +const void * RTTI_PowersMenu = (void *)0x06174C98; +const void * RTTI_PowersMenu_ActivateEssence = (void *)0x06174B80; +const void * RTTI_PowersMenu_EquipPower = (void *)0x06174BF8; +const void * RTTI_PowersMenu_FavoritePower = (void *)0x06174C28; +const void * RTTI_PowersMenu__PowersMenuEventShuttle = (void *)0x06174FA0; +const void * RTTI_PreStepTask = (void *)0x05FC7F50; +const void * RTTI_Precipitation = (void *)0x06131C58; +const void * RTTI_PrecipitationEffectController = (void *)0x06131BF0; +const void * RTTI_Preload__Manager = (void *)0x0617BC00; +const void * RTTI_Preload__PostProcessDependencyNode = (void *)0x0617BD10; +const void * RTTI_PreparePartitionTreeBuffers = (void *)0x05FC82E8; +const void * RTTI_Probe__ReflectionProbeRenderOptions = (void *)0x062DB3F0; +const void * RTTI_ProcessListMovementInterface = (void *)0x0606D1D0; +const void * RTTI_ProcessLists = (void *)0x06221038; +const void * RTTI_ProcessLists__GetActorsFilter = (void *)0x061FC4D0; +const void * RTTI_Projectile = (void *)0x06155300; +const void * RTTI_ProjectileLOSCollector = (void *)0x06242F18; +const void * RTTI_Projectile__Manager = (void *)0x0623CB18; +const void * RTTI_QuestDataModel = (void *)0x06195EC8; +const void * RTTI_QuestDataModel__QuestGameEventShuttle = (void *)0x06195EF0; +const void * RTTI_QuestPathingRequest = (void *)0x060DAFE0; +const void * RTTI_QueuedCellAttachService = (void *)0x060D0B28; +const void * RTTI_QueuedCharacter = (void *)0x060BFDC8; +const void * RTTI_QueuedExplosionArt = (void *)0x060BFD18; +const void * RTTI_QueuedFile = (void *)0x060B3630; +const void * RTTI_QueuedLocationLoadTask = (void *)0x06116CF8; +const void * RTTI_QueuedPlayer = (void *)0x060BFD48; +const void * RTTI_QueuedPromoteLargeReferencesTask = (void *)0x06116000; +const void * RTTI_QueuedPromoteQuestTask = (void *)0x0612E358; +const void * RTTI_QueuedPromoteReferencesTask = (void *)0x060CDE20; +const void * RTTI_QueuedReference = (void *)0x060BFEA8; +const void * RTTI_QueuedReferenceCallbackNode = (void *)0x060BFE18; +const void * RTTI_QuickSaveLoadHandler = (void *)0x0627A2D0; +const void * RTTI_REFREventCallbacks__IEventCallback = (void *)0x06126B48; +const void * RTTI_REFREventCallbacks__IEventCallbackFactory = (void *)0x0606FA48; +const void * RTTI_RagdollAndGetUpHandler = (void *)0x062389F8; +const void * RTTI_RagdollFurnitureModifier = (void *)0x06130CE8; +const void * RTTI_RagdollGetUp = (void *)0x062BEDD0; +const void * RTTI_RagdollGetUpInstance = (void *)0x062BEDF8; +const void * RTTI_RagdollStartHandler = (void *)0x062388C0; +const void * RTTI_RallyEffect = (void *)0x061F1400; +const void * RTTI_RandomAnimationNode = (void *)0x062BF6A8; +const void * RTTI_RandomAnimationNodeInstance = (void *)0x062BF6D8; +const void * RTTI_RangedAimAssistImpl = (void *)0x06150278; +const void * RTTI_ReanimateEffect = (void *)0x061F0EA8; +const void * RTTI_RecoilStopHandler = (void *)0x062380B8; +const void * RTTI_ReevaluateGraphStateHandler = (void *)0x06238380; +const void * RTTI_RefAttachTechniqueInput = (void *)0x061EF9F8; +const void * RTTI_ReferenceEffect = (void *)0x061F0B78; +const void * RTTI_ReferenceEffectController = (void *)0x06098928; +const void * RTTI_ReferenceEndAnimatedCameraHandler = (void *)0x06234560; +const void * RTTI_ReferenceRunActionHandler = (void *)0x06233C98; +const void * RTTI_ReferenceStartAnimatedCameraHandler = (void *)0x06234608; +const void * RTTI_ReferenceStartImagespaceModifierHandler = (void *)0x06234648; +const void * RTTI_ReferenceStopImagespaceModifierHandler = (void *)0x06234688; +const void * RTTI_ReflectionProbeCellComponent = (void *)0x0609FAC8; +const void * RTTI_RefrInteraction = (void *)0x06169308; +const void * RTTI_Refuel_Accept = (void *)0x061C5EF0; +const void * RTTI_Refuel_Cancel = (void *)0x061C5E68; +const void * RTTI_RegSettingCollection = (void *)0x061F3ED8; +const void * RTTI_ReloadCompleteHandler = (void *)0x062383B8; +const void * RTTI_ReloadProgressBar = (void *)0x0635EAF0; +const void * RTTI_ReloadStateChangeHandler = (void *)0x062382C0; +const void * RTTI_RemoveRagdollHandler = (void *)0x06238948; +const void * RTTI_ResearchDataModel = (void *)0x06196E98; +const void * RTTI_ResearchDataModel__ResearchDataEventShuttle = (void *)0x06196EC0; +const void * RTTI_ResearchMenu = (void *)0x061C2678; +const void * RTTI_ResearchMenu_AddMaterial = (void *)0x061C2848; +const void * RTTI_ResearchMenu_CategorySelected = (void *)0x061C2878; +const void * RTTI_ResearchMenu_ExitMenu = (void *)0x061C27B0; +const void * RTTI_ResearchMenu_HideModel = (void *)0x061C27E0; +const void * RTTI_ResearchMenu_PreviewProject = (void *)0x061C28B0; +const void * RTTI_ResearchMenu_ProjectViewed = (void *)0x061C2810; +const void * RTTI_ResearchMenu_SetInspectControls = (void *)0x061C2738; +const void * RTTI_ResearchMenu_ToggleTrackingProject = (void *)0x061C2770; +const void * RTTI_Research__Manager = (void *)0x061F6540; +const void * RTTI_Reset3DMobIterator = (void *)0x0612D8B8; +const void * RTTI_ResetFloraEffect = (void *)0x061F0C48; +const void * RTTI_Reticle_OnLongAnimFinished = (void *)0x061D91E8; +const void * RTTI_RevertSelectedSpellFunctor = (void *)0x06218B28; +const void * RTTI_RigMesh__BoneAttaches = (void *)0x062C7F58; +const void * RTTI_RigMesh__BoneTranslations = (void *)0x062C7F88; +const void * RTTI_RigSwitch = (void *)0x062BAD28; +const void * RTTI_RigSwitchInstance = (void *)0x062BAD48; +const void * RTTI_RightHandSpellCastHandler = (void *)0x06237D68; +const void * RTTI_RightHandSpellFireHandler = (void *)0x06238058; +const void * RTTI_RollingBone = (void *)0x062BED50; +const void * RTTI_RollingBoneInstance = (void *)0x062BED20; +const void * RTTI_RootTwist = (void *)0x062BF3E8; +const void * RTTI_RootTwistInstance = (void *)0x062BF408; +const void * RTTI_RotationVariable = (void *)0x062BACD8; +const void * RTTI_RotationVariableInstance = (void *)0x062BE918; +const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentBase = (void *)0x060D3A30; +const void * RTTI_RuntimeComponentDBFactory__UnloadedComponentStorage = (void *)0x060D39E0; +const void * RTTI_SKClosestHitCollector = (void *)0x0612A400; +const void * RTTI_SWFToCodeFunctionHandler = (void *)0x060B2F28; +const void * RTTI_SandManKillHandler = (void *)0x06234768; +const void * RTTI_SaveBufferStorageWrapper = (void *)0x061FB8B0; +const void * RTTI_SaveFileStorageWrapper = (void *)0x061FB880; +const void * RTTI_SaveGameCollection = (void *)0x061F6D60; +const void * RTTI_SaveGameMagicCasterVisitor = (void *)0x06218790; +const void * RTTI_SaveLoadMagicCasterVisitor = (void *)0x06218758; +const void * RTTI_SaveLoadTester__Service = (void *)0x061FAD40; +const void * RTTI_SaveLoad__BlockingIONode = (void *)0x0612ECE8; +const void * RTTI_SaveLoad__CleanupService__Impl = (void *)0x06178320; +const void * RTTI_SaveStorageWrapperBase = (void *)0x061FB8E0; +const void * RTTI_ScalarAnimation = (void *)0x062B15E0; +const void * RTTI_ScaleformFile__MemoryFile = (void *)0x062F12E0; +const void * RTTI_Scaleform__AcquireInterface = (void *)0x061FBD80; +const void * RTTI_Scaleform__AmpMovieObjectDesc = (void *)0x0607AE50; +const void * RTTI_Scaleform__BoolFormatter = (void *)0x0607BB30; +const void * RTTI_Scaleform__BufferedFile = (void *)0x0607D1E0; +const void * RTTI_Scaleform__DefaultAcquireInterface = (void *)0x061FBD18; +const void * RTTI_Scaleform__DelegatedFile = (void *)0x0607D1B0; +const void * RTTI_Scaleform__DoubleFormatter = (void *)0x0607BBC0; +const void * RTTI_Scaleform__Event = (void *)0x06077958; +const void * RTTI_Scaleform__FILEFile = (void *)0x0607F7E0; +const void * RTTI_Scaleform__FmtResource = (void *)0x0607BAA0; +const void * RTTI_Scaleform__GFx__AS3Support = (void *)0x0608EC08; +const void * RTTI_Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider = (void *)0x06089150; +const void * RTTI_Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider = (void *)0x060891A0; +const void * RTTI_Scaleform__GFx__AS3__ASRefCountCollector = (void *)0x06080A18; +const void * RTTI_Scaleform__GFx__AS3__ASVM = (void *)0x06081568; +const void * RTTI_Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef = (void *)0x060819D0; +const void * RTTI_Scaleform__GFx__AS3__AbcDataBuffer = (void *)0x0608EC38; +const void * RTTI_Scaleform__GFx__AS3__Abc__File = (void *)0x06080920; +const void * RTTI_Scaleform__GFx__AS3__ArrayBase = (void *)0x06085060; +const void * RTTI_Scaleform__GFx__AS3__AvmBitmap = (void *)0x060810F0; +const void * RTTI_Scaleform__GFx__AS3__AvmButton = (void *)0x06081AA0; +const void * RTTI_Scaleform__GFx__AS3__AvmDisplayObj = (void *)0x06080EC0; +const void * RTTI_Scaleform__GFx__AS3__AvmInteractiveObj = (void *)0x06081528; +const void * RTTI_Scaleform__GFx__AS3__AvmLoader = (void *)0x06081AD8; +const void * RTTI_Scaleform__GFx__AS3__AvmMovieClip = (void *)0x06081830; +const void * RTTI_Scaleform__GFx__AS3__AvmSprite = (void *)0x060817F8; +const void * RTTI_Scaleform__GFx__AS3__AvmStage = (void *)0x06081868; +const void * RTTI_Scaleform__GFx__AS3__AvmStaticText = (void *)0x06081B48; +const void * RTTI_Scaleform__GFx__AS3__AvmTextField = (void *)0x06081B80; +const void * RTTI_Scaleform__GFx__AS3__AvmTextField__CSSHolder = (void *)0x0608E470; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctCalc = (void *)0x06081160; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedName = (void *)0x060811A0; +const void * RTTI_Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue = (void *)0x060811F0; +const void * RTTI_Scaleform__GFx__AS3__Class = (void *)0x06080710; +const void * RTTI_Scaleform__GFx__AS3__ClassCallConstruct = (void *)0x06081F68; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__ClassClass = (void *)0x060820C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__Traits = (void *)0x060807E8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__UserDefined = (void *)0x06082080; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError = (void *)0x06083740; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Array = (void *)0x06082C80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Boolean = (void *)0x06082B40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Catch = (void *)0x06082CC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Date = (void *)0x060837C8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError = (void *)0x06083430; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Domain = (void *)0x06082DC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Error = (void *)0x060833A8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__EvalError = (void *)0x06083480; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Function = (void *)0x06082100; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Math = (void *)0x06083848; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Namespace = (void *)0x060825A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Number = (void *)0x06082B80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__Object = (void *)0x06082140; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__QName = (void *)0x06082D00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RangeError = (void *)0x060834D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError = (void *)0x06083520; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__RegExp = (void *)0x060832D8; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SecurityError = (void *)0x06083570; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__String = (void *)0x06082C40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError = (void *)0x060835C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__TypeError = (void *)0x06083610; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__URIError = (void *)0x06083660; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError = (void *)0x060836F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__VerifyError = (void *)0x060836A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XML = (void *)0x06082D40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__XMLList = (void *)0x06082D80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__int_ = (void *)0x06082BC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__uint = (void *)0x06082C00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl__void_ = (void *)0x06082E00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility = (void *)0x0608D4E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation = (void *)0x0608D5F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties = (void *)0x0608D730; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText = (void *)0x0608D420; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection = (void *)0x0608D480; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie = (void *)0x06088D70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion = (void *)0x06088860; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap = (void *)0x06088F00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData = (void *)0x06088E60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel = (void *)0x060891F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode = (void *)0x060890B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle = (void *)0x060892A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject = (void *)0x06088AF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer = (void *)0x06089340; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel = (void *)0x060896D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType = (void *)0x06089770; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics = (void *)0x06089860; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill = (void *)0x06089A40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill = (void *)0x06089B50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill = (void *)0x06089C60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath = (void *)0x06089D70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand = (void *)0x0608A020; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding = (void *)0x0608A0D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill = (void *)0x06089E60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke = (void *)0x06089F70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable = (void *)0x06089060; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData = (void *)0x06089900; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill = (void *)0x06089950; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath = (void *)0x060899A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject = (void *)0x06088FA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod = (void *)0x0608A180; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle = (void *)0x0608A230; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode = (void *)0x0608A2D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Loader = (void *)0x06089400; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo = (void *)0x06089590; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape = (void *)0x0608A3C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip = (void *)0x0608A5A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping = (void *)0x0608A6E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion = (void *)0x0608ABF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Scene = (void *)0x0608A640; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shader = (void *)0x0608ACE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData = (void *)0x0608AC90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput = (void *)0x0608AF20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob = (void *)0x0608AED0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter = (void *)0x0608AD30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType = (void *)0x0608AD80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision = (void *)0x0608AE30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Shape = (void *)0x0608A780; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton = (void *)0x0608A820; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod = (void *)0x0608A8C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite = (void *)0x0608A460; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__Stage = (void *)0x060894A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign = (void *)0x0608A960; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState = (void *)0x0608AA00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality = (void *)0x0608AAB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode = (void *)0x0608AB50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError = (void *)0x0608B7A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError = (void *)0x0608B750; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError = (void *)0x0608B6A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError = (void *)0x0608B700; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError = (void *)0x0608B7F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError = (void *)0x0608B840; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError = (void *)0x0608B8A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent = (void *)0x06086560; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent = (void *)0x06086E70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent = (void *)0x060885B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent = (void *)0x06086F60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent = (void *)0x06087060; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent = (void *)0x06087100; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent = (void *)0x06086C70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__Event = (void *)0x06086430; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher = (void *)0x06083F50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase = (void *)0x06087F60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent = (void *)0x06087940; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent = (void *)0x06088000; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent = (void *)0x06087D00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent = (void *)0x06087380; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase = (void *)0x06088510; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent = (void *)0x060880A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher = (void *)0x06087E00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent = (void *)0x06088190; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent = (void *)0x06087A30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent = (void *)0x06087760; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent = (void *)0x060871A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent = (void *)0x06087B20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent = (void *)0x06087640; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent = (void *)0x06087850; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent = (void *)0x06088280; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation = (void *)0x060887C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent = (void *)0x060886B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent = (void *)0x06087C10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent = (void *)0x06088330; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent = (void *)0x06086B80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent = (void *)0x06088420; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent = (void *)0x06087290; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent = (void *)0x060874D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent = (void *)0x06086D60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents = (void *)0x06087EA0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface = (void *)0x0608EDF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter = (void *)0x0608C2F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter = (void *)0x0608C200; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality = (void *)0x0608C390; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType = (void *)0x0608C440; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter = (void *)0x0608C530; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter = (void *)0x0608C620; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter = (void *)0x0608C6E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter = (void *)0x0608C7A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode = (void *)0x0608C860; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter = (void *)0x0608C970; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter = (void *)0x0608CA70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter = (void *)0x0608CB70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter = (void *)0x0608CC80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter = (void *)0x0608CD40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform = (void *)0x0608B950; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix = (void *)0x0608BD50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D = (void *)0x0608BB80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection = (void *)0x0608BF20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Point = (void *)0x0608BDF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle = (void *)0x0608BFE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform = (void *)0x0608C080; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D = (void *)0x0608C120; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D = (void *)0x0608BA40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx = (void *)0x0608FA40; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions = (void *)0x0608F8B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx = (void *)0x06090030; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager = (void *)0x0608F810; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad = (void *)0x0608FE50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent = (void *)0x0608FEE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle = (void *)0x060903A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx = (void *)0x06090260; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx = (void *)0x06090460; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx = (void *)0x0608FAE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx = (void *)0x0608FDB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent = (void *)0x0608F950; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx = (void *)0x0608FC70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx = (void *)0x0608F6E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx = (void *)0x06090120; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx = (void *)0x0608FB80; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Camera = (void *)0x0608CD90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info = (void *)0x0608CE70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone = (void *)0x0608CF60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__Sound = (void *)0x0608D230; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel = (void *)0x0608D0F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext = (void *)0x0608D2D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer = (void *)0x0608D380; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform = (void *)0x0608D000; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter = (void *)0x06083DC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference = (void *)0x06083F00; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList = (void *)0x06084150; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput = (void *)0x060841A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter = (void *)0x06084200; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection = (void *)0x06084260; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection = (void *)0x06084300; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding = (void *)0x060843A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Responder = (void *)0x06084440; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject = (void *)0x060844E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus = (void *)0x06084660; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__Socket = (void *)0x06084710; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader = (void *)0x06084850; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat = (void *)0x060849E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest = (void *)0x06084050; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader = (void *)0x06084AD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod = (void *)0x06084B70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream = (void *)0x06084C10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables = (void *)0x06084940; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket = (void *)0x06084C60; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer = (void *)0x0608EEF0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain = (void *)0x0608AF70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities = (void *)0x0608B0C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IME = (void *)0x0608B160; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode = (void *)0x0608B1F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext = (void *)0x0608B420; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__Security = (void *)0x0608B4C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain = (void *)0x0608B2E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel = (void *)0x0608B560; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_system__System = (void *)0x0608B600; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType = (void *)0x0608D7F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings = (void *)0x0608D8E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__Font = (void *)0x0608D9C0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle = (void *)0x0608DB90; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__FontType = (void *)0x0608DC30; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType = (void *)0x0608DCD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText = (void *)0x0608DE10; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet = (void *)0x0608DFD0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType = (void *)0x0608E110; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode = (void *)0x0608E1B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextField = (void *)0x0608E2E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize = (void *)0x0608E4B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType = (void *)0x0608E550; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat = (void *)0x0608E070; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign = (void *)0x0608E5F0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics = (void *)0x0608E3D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer = (void *)0x0608E690; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot = (void *)0x0608E780; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu = (void *)0x0608F2B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x0608F030; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems = (void *)0x0608F150; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem = (void *)0x0608F210; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation = (void *)0x0608F3E0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard = (void *)0x0608F350; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse = (void *)0x0608F480; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor = (void *)0x0608F500; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch = (void *)0x0608F5A0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode = (void *)0x0608F640; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray = (void *)0x06085E50; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary = (void *)0x06085FE0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian = (void *)0x060860D0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput = (void *)0x06086160; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput = (void *)0x060861B0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable = (void *)0x06086030; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy = (void *)0x06086250; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer = (void *)0x06086340; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector = (void *)0x06084CB0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String = (void *)0x06084FC0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double = (void *)0x06084F70; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int = (void *)0x06084ED0; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object = (void *)0x06085010; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint = (void *)0x06084F20; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument = (void *)0x06090630; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode = (void *)0x06090540; +const void * RTTI_Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType = (void *)0x060906D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__ClassClass = (void *)0x06081FA8; +const void * RTTI_Scaleform__GFx__AS3__Classes__UDBase = (void *)0x06080C78; +const void * RTTI_Scaleform__GFx__AS3__Classes__UserDefined = (void *)0x06081FE8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Array = (void *)0x06082918; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Boolean = (void *)0x060827E8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Catch = (void *)0x06082958; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Date = (void *)0x060829D8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Domain = (void *)0x06083D48; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Error = (void *)0x06082998; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Function = (void *)0x060822F8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Math = (void *)0x06082A10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Namespace = (void *)0x06082638; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Number = (void *)0x06082828; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__Object = (void *)0x060821C8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__QName = (void *)0x06082A88; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__RegExp = (void *)0x06082A48; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__String = (void *)0x060828D8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XML = (void *)0x06082AC8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__XMLList = (void *)0x06082B00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__int_ = (void *)0x06082868; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl__uint = (void *)0x060828A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility = (void *)0x0608D540; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion = (void *)0x060888C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel = (void *)0x06089250; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__BlendMode = (void *)0x06089100; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__CapsStyle = (void *)0x060892F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GradientType = (void *)0x060897C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand = (void *)0x0608A080; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding = (void *)0x0608A130; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod = (void *)0x0608A1E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__JointStyle = (void *)0x0608A280; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode = (void *)0x0608A320; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo = (void *)0x06089630; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping = (void *)0x0608A730; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SWFVersion = (void *)0x0608AC40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType = (void *)0x0608ADE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision = (void *)0x0608AE80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod = (void *)0x0608A910; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__Stage = (void *)0x06089540; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageAlign = (void *)0x0608A9B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState = (void *)0x0608AA60; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageQuality = (void *)0x0608AB00; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode = (void *)0x0608ABA0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent = (void *)0x06086620; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent = (void *)0x06086EC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent = (void *)0x06088660; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent = (void *)0x06087010; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent = (void *)0x060870B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__DataEvent = (void *)0x06087150; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent = (void *)0x06086D10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__Event = (void *)0x060864D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher = (void *)0x06086670; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__EventPhase = (void *)0x06087FB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FocusEvent = (void *)0x060879E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent = (void *)0x06088050; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent = (void *)0x06087DB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GestureEvent = (void *)0x06087420; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__GesturePhase = (void *)0x06088560; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent = (void *)0x060880F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IMEEvent = (void *)0x06088230; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent = (void *)0x06087AD0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent = (void *)0x06087800; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__MouseEvent = (void *)0x06087240; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent = (void *)0x06087BC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent = (void *)0x06087700; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent = (void *)0x060878F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent = (void *)0x060882E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientation = (void *)0x06088810; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent = (void *)0x06088770; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__StatusEvent = (void *)0x06087CB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__SyncEvent = (void *)0x06088380; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TextEvent = (void *)0x06086C20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TimerEvent = (void *)0x060884C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TouchEvent = (void *)0x06087330; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent = (void *)0x06087590; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent = (void *)0x06086E20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface = (void *)0x0608EE50; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality = (void *)0x0608C3F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType = (void *)0x0608C490; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode = (void *)0x0608C8C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Point = (void *)0x0608BE88; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Utils3D = (void *)0x0608C170; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_geom__Vector3D = (void *)0x0608BAE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx = (void *)0x0608FA90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__Extensions = (void *)0x0608F900; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager = (void *)0x0608F860; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePad = (void *)0x0608FE98; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent = (void *)0x0608FF90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx = (void *)0x06090300; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx = (void *)0x060904A8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx = (void *)0x0608FB30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent = (void *)0x0608F9F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx = (void *)0x0608FD10; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx = (void *)0x0608F730; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx = (void *)0x060901C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx = (void *)0x0608FBD0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Camera = (void *)0x0608CDE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__Microphone = (void *)0x0608CFB0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_media__SoundMixer = (void *)0x0608D3D0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding = (void *)0x060843F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObject = (void *)0x06084580; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus = (void *)0x060846C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat = (void *)0x06084A30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod = (void *)0x06084BC0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer = (void *)0x0608EF90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain = (void *)0x0608B070; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Capabilities = (void *)0x0608B110; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IME = (void *)0x0608B1A8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode = (void *)0x0608B240; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__Security = (void *)0x0608B510; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain = (void *)0x0608B380; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel = (void *)0x0608B5B0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_system__System = (void *)0x0608B650; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType = (void *)0x0608D840; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__Font = (void *)0x0608DA58; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontStyle = (void *)0x0608DBE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__FontType = (void *)0x0608DC80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__GridFitType = (void *)0x0608DD20; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextColorType = (void *)0x0608E160; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode = (void *)0x0608E200; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextField = (void *)0x0608E380; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize = (void *)0x0608E500; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFieldType = (void *)0x0608E5A0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign = (void *)0x0608E640; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_text__TextRenderer = (void *)0x0608E6E0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation = (void *)0x0608F430; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Keyboard = (void *)0x0608F398; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Mouse = (void *)0x0608F4C0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor = (void *)0x0608F550; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__Multitouch = (void *)0x0608F5F0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode = (void *)0x0608F690; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__ByteArray = (void *)0x06085EF0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_utils__Endian = (void *)0x06086120; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector = (void *)0x06084CF8; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_String = (void *)0x06084E30; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_double = (void *)0x06084DE0; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_int = (void *)0x06084D40; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_object = (void *)0x06084E80; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint = (void *)0x06084D90; +const void * RTTI_Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType = (void *)0x06090720; +const void * RTTI_Scaleform__GFx__AS3__DoAbc = (void *)0x0608EDB8; +const void * RTTI_Scaleform__GFx__AS3__FlashUI = (void *)0x06080E58; +const void * RTTI_Scaleform__GFx__AS3__FrameCounter = (void *)0x06081B10; +const void * RTTI_Scaleform__GFx__AS3__GASRefCountBase = (void *)0x06080650; +const void * RTTI_Scaleform__GFx__AS3__IMEManager = (void *)0x06090AD8; +const void * RTTI_Scaleform__GFx__AS3__Impl__ArrayFunc = (void *)0x06081128; +const void * RTTI_Scaleform__GFx__AS3__Impl__Value2NumberCollector = (void *)0x060830A0; +const void * RTTI_Scaleform__GFx__AS3__Impl__Value2StrCollector = (void *)0x06083060; +const void * RTTI_Scaleform__GFx__AS3__Impl__ValuePtrCollector = (void *)0x06083020; +const void * RTTI_Scaleform__GFx__AS3__Instance = (void *)0x06080C08; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Activation = (void *)0x06082550; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Anonimous = (void *)0x06080D80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__CTraits = (void *)0x06080CB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__ClassClass = (void *)0x060827A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Interface = (void *)0x06082210; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Prototype = (void *)0x06080D30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__RTraits = (void *)0x06080CF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__Traits = (void *)0x060809D8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__UserDefined = (void *)0x06081E50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Array = (void *)0x06082FE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Boolean = (void *)0x06083200; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Catch = (void *)0x06082F00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Date = (void *)0x06083808; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Domain = (void *)0x06083D00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Error = (void *)0x060833F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Function = (void *)0x06082260; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject = (void *)0x06082F40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript = (void *)0x06082F90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd = (void *)0x060824B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Namespace = (void *)0x060825F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Number = (void *)0x06083130; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Object = (void *)0x06082180; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__QName = (void *)0x06082EC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__RegExp = (void *)0x06083320; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__String = (void *)0x06083250; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__Thunk = (void *)0x06082470; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction = (void *)0x060822B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd = (void *)0x06082500; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XML = (void *)0x06083888; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__XMLList = (void *)0x06083A70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__int_ = (void *)0x06083178; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl__uint = (void *)0x060831B8; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation = (void *)0x0608D660; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties = (void *)0x0608D790; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie = (void *)0x06088DC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap = (void *)0x06088F50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData = (void *)0x06088EB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject = (void *)0x06088B40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer = (void *)0x060893A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel = (void *)0x06089720; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics = (void *)0x060898B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill = (void *)0x06089AA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill = (void *)0x06089BA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill = (void *)0x06089CC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath = (void *)0x06089DC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill = (void *)0x06089EC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke = (void *)0x06089FC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject = (void *)0x06089000; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader = (void *)0x06089450; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo = (void *)0x060895E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape = (void *)0x0608A410; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip = (void *)0x0608A5F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene = (void *)0x0608A690; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape = (void *)0x0608A7D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton = (void *)0x0608A870; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite = (void *)0x0608A4B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage = (void *)0x060894F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent = (void *)0x060865C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent = (void *)0x06088600; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent = (void *)0x06086FB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent = (void *)0x06086CC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__Event = (void *)0x06086480; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher = (void *)0x06083FF0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent = (void *)0x06087990; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent = (void *)0x06087D50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent = (void *)0x060873D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent = (void *)0x060881E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent = (void *)0x06087A80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent = (void *)0x060877B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent = (void *)0x060871F0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent = (void *)0x06087B70; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent = (void *)0x060876A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent = (void *)0x060878A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent = (void *)0x06088710; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent = (void *)0x06087C60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent = (void *)0x06086BD0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent = (void *)0x06088470; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent = (void *)0x060872E0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent = (void *)0x06087530; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent = (void *)0x06086DC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents = (void *)0x06087F00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter = (void *)0x0608C340; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter = (void *)0x0608C250; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter = (void *)0x0608C580; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter = (void *)0x0608C680; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter = (void *)0x0608C800; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter = (void *)0x0608C9C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter = (void *)0x0608CAC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter = (void *)0x0608CBD0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter = (void *)0x0608CCE0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform = (void *)0x0608B9A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix = (void *)0x0608BDA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D = (void *)0x0608BBD0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection = (void *)0x0608BF80; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point = (void *)0x0608BE40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle = (void *)0x0608C030; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform = (void *)0x0608C0D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D = (void *)0x0608BA90; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx = (void *)0x06090080; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent = (void *)0x0608FF30; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle = (void *)0x06090400; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx = (void *)0x060902B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx = (void *)0x0608FE00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent = (void *)0x0608F9A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx = (void *)0x0608FCC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx = (void *)0x06090170; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info = (void *)0x0608CEC0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound = (void *)0x0608D280; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel = (void *)0x0608D140; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext = (void *)0x0608D320; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform = (void *)0x0608D050; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference = (void *)0x06083FA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection = (void *)0x06084350; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject = (void *)0x06084530; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket = (void *)0x06084760; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader = (void *)0x060848A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest = (void *)0x060840A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader = (void *)0x06084B20; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables = (void *)0x06084990; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer = (void *)0x0608EF40; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain = (void *)0x0608B010; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext = (void *)0x0608B470; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain = (void *)0x0608B330; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings = (void *)0x0608D930; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__Font = (void *)0x0608DA10; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText = (void *)0x0608DE60; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet = (void *)0x0608E020; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField = (void *)0x0608E330; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat = (void *)0x0608E0C0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics = (void *)0x0608E420; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot = (void *)0x0608E7D0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu = (void *)0x0608F300; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems = (void *)0x0608F090; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems = (void *)0x0608F1B0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray = (void *)0x06085EA0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary = (void *)0x06085E00; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy = (void *)0x060862A0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer = (void *)0x06086390; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String = (void *)0x06085BB0; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double = (void *)0x06085990; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int = (void *)0x06085550; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object = (void *)0x06085C50; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint = (void *)0x06085770; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument = (void *)0x06090680; +const void * RTTI_Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode = (void *)0x06090590; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Array = (void *)0x06081E98; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGet = (void *)0x06083C38; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__AttrGetFirst = (void *)0x06083B60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Catch = (void *)0x060830E8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__CheckTypeTF = (void *)0x06082420; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGet = (void *)0x06083BF8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ChildGetFirst = (void *)0x06083BB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Date = (void *)0x06083788; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Domain = (void *)0x06083CB8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__EmptyCallBack = (void *)0x06083B10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Error = (void *)0x06083368; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Function = (void *)0x06082388; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionAOT = (void *)0x06082340; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__FunctionBase = (void *)0x06080DD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObject = (void *)0x06081DC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP = (void *)0x06081F20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript = (void *)0x06082030; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ListGet = (void *)0x06083C78; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Namespace = (void *)0x06081E08; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__Object = (void *)0x06080E18; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__QName = (void *)0x06082E80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__RegExp = (void *)0x06083298; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__ThunkFunction = (void *)0x060823D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XML = (void *)0x06082E40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLAttr = (void *)0x06083950; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLComment = (void *)0x060839E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement = (void *)0x060838D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack = (void *)0x06083A20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList = (void *)0x06081ED8; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack = (void *)0x06083AC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLProcInstr = (void *)0x06083990; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl__XMLText = (void *)0x06083910; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation = (void *)0x0608D590; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties = (void *)0x0608D6D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie = (void *)0x06088D20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Bitmap = (void *)0x06088BE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__BitmapData = (void *)0x06088E10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObject = (void *)0x06088950; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer = (void *)0x060889F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__FrameLabel = (void *)0x06089680; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Graphics = (void *)0x06089810; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill = (void *)0x060899F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill = (void *)0x06089B00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill = (void *)0x06089C00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath = (void *)0x06089D20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill = (void *)0x06089E10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke = (void *)0x06089F20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject = (void *)0x06088A50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Loader = (void *)0x06088B90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo = (void *)0x060889A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MorphShape = (void *)0x0608A370; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__MovieClip = (void *)0x0608A500; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Scene = (void *)0x0608A550; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Shape = (void *)0x06088C30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__SimpleButton = (void *)0x06088C80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Sprite = (void *)0x06088CD0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_display__Stage = (void *)0x06088AA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent = (void *)0x06086510; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent = (void *)0x06086990; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent = (void *)0x06086F10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent = (void *)0x060868F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__Event = (void *)0x060863E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher = (void *)0x06083E60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__FocusEvent = (void *)0x06086760; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent = (void *)0x06086AE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__GestureEvent = (void *)0x06086800; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IMEEvent = (void *)0x06088140; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent = (void *)0x060868A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent = (void *)0x06086710; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__MouseEvent = (void *)0x060866C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent = (void *)0x06086A40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent = (void *)0x060875E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent = (void *)0x06086850; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent = (void *)0x060869E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__StatusEvent = (void *)0x06086A90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TextEvent = (void *)0x06086940; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TimerEvent = (void *)0x060883D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TouchEvent = (void *)0x060867B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent = (void *)0x06087470; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent = (void *)0x06086B30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents = (void *)0x06087E50; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter = (void *)0x0608C2A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter = (void *)0x0608C1B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter = (void *)0x0608C4E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter = (void *)0x0608C5D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter = (void *)0x0608C740; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter = (void *)0x0608C920; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter = (void *)0x0608CA20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter = (void *)0x0608CB10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter = (void *)0x0608CC30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform = (void *)0x0608B900; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix = (void *)0x0608BD00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D = (void *)0x0608BB30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection = (void *)0x0608BED0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Point = (void *)0x0608BCC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Rectangle = (void *)0x0608BC20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Transform = (void *)0x0608BC70; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_geom__Vector3D = (void *)0x0608B9F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx = (void *)0x0608FFE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent = (void *)0x0608F7C0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle = (void *)0x06090350; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx = (void *)0x06090210; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx = (void *)0x0608FD60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent = (void *)0x0608F770; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx = (void *)0x0608FC20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx = (void *)0x060900D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__ID3Info = (void *)0x0608CE20; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__Sound = (void *)0x0608D190; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundChannel = (void *)0x0608D0A0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext = (void *)0x0608D1E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_media__SoundTransform = (void *)0x0608CF10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__FileReference = (void *)0x06083E10; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__NetConnection = (void *)0x060842B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SharedObject = (void *)0x06084490; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__Socket = (void *)0x06084620; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketReader = (void *)0x06084800; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__SocketWriter = (void *)0x060847B0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLLoader = (void *)0x060845D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequest = (void *)0x06083EB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader = (void *)0x06084A80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_net__URLVariables = (void *)0x060848F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer = (void *)0x0608EEA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain = (void *)0x0608AFC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__LoaderContext = (void *)0x0608B3D0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain = (void *)0x0608B290; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__CSMSettings = (void *)0x0608D890; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__Font = (void *)0x0608D980; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StaticText = (void *)0x0608DDC0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__StyleSheet = (void *)0x0608DF30; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextField = (void *)0x0608DAA0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextFormat = (void *)0x0608DF80; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics = (void *)0x0608E290; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot = (void *)0x0608E730; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu = (void *)0x0608F260; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems = (void *)0x0608EFE0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems = (void *)0x0608F0F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAReader = (void *)0x06085F90; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc = (void *)0x06086080; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__BAWriter = (void *)0x06085F40; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__ByteArray = (void *)0x06085D60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Dictionary = (void *)0x06085DB0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Proxy = (void *)0x06086200; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_utils__Timer = (void *)0x060862F0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_String = (void *)0x06085B60; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_double = (void *)0x06085940; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_int = (void *)0x06085500; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_object = (void *)0x06085C00; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint = (void *)0x06085720; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument = (void *)0x060905E0; +const void * RTTI_Scaleform__GFx__AS3__Instances__fl_xml__XMLNode = (void *)0x060904F0; +const void * RTTI_Scaleform__GFx__AS3__IntervalTimer = (void *)0x06081BF8; +const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntry = (void *)0x06081940; +const void * RTTI_Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie = (void *)0x06081980; +const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl = (void *)0x0608ED28; +const void * RTTI_Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit = (void *)0x0608ED70; +const void * RTTI_Scaleform__GFx__AS3__MovieDefRootNode = (void *)0x06081A18; +const void * RTTI_Scaleform__GFx__AS3__MovieRoot = (void *)0x06080FA0; +const void * RTTI_Scaleform__GFx__AS3__MovieRoot__StickyVarNode = (void *)0x06081A60; +const void * RTTI_Scaleform__GFx__AS3__NamespaceInstanceFactory = (void *)0x06082680; +const void * RTTI_Scaleform__GFx__AS3__NamespaceSet = (void *)0x06080BD0; +const void * RTTI_Scaleform__GFx__AS3__NotifyLoadInitCandidateList = (void *)0x06090B10; +const void * RTTI_Scaleform__GFx__AS3__NullObject = (void *)0x06083D88; +const void * RTTI_Scaleform__GFx__AS3__Object = (void *)0x06080620; +const void * RTTI_Scaleform__GFx__AS3__SerializeArrDense = (void *)0x06081278; +const void * RTTI_Scaleform__GFx__AS3__SerializeArrSparse = (void *)0x06081238; +const void * RTTI_Scaleform__GFx__AS3__ShapeObject = (void *)0x06081598; +const void * RTTI_Scaleform__GFx__AS3__Slots__SlotFunct = (void *)0x06080C40; +const void * RTTI_Scaleform__GFx__AS3__SocketBuffer = (void *)0x06081C30; +const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr = (void *)0x060818A0; +const void * RTTI_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo = (void *)0x06081C70; +const void * RTTI_Scaleform__GFx__AS3__Stage = (void *)0x06080F70; +const void * RTTI_Scaleform__GFx__AS3__TextSnapshotGlyphVisitor = (void *)0x0608E820; +const void * RTTI_Scaleform__GFx__AS3__Tracer = (void *)0x060808F0; +const void * RTTI_Scaleform__GFx__AS3__Traits = (void *)0x06080828; +const void * RTTI_Scaleform__GFx__AS3__UserDefinedFunction = (void *)0x06081BB8; +const void * RTTI_Scaleform__GFx__AS3__VM = (void *)0x06080740; +const void * RTTI_Scaleform__GFx__AS3__VMAbcFile = (void *)0x06080888; +const void * RTTI_Scaleform__GFx__AS3__VMAppDomain = (void *)0x060807B0; +const void * RTTI_Scaleform__GFx__AS3__VMFile = (void *)0x060808C0; +const void * RTTI_Scaleform__GFx__AS3__XMLSupport = (void *)0x06080E88; +const void * RTTI_Scaleform__GFx__AS3__XMLSupportImpl = (void *)0x060810B8; +const void * RTTI_Scaleform__GFx__ASIMEManager = (void *)0x06090928; +const void * RTTI_Scaleform__GFx__ASIMEManager__IMEFuncHandler = (void *)0x0607BA30; +const void * RTTI_Scaleform__GFx__ASIntervalTimerIntf = (void *)0x06081618; +const void * RTTI_Scaleform__GFx__ASMovieRootBase = (void *)0x06080FD8; +const void * RTTI_Scaleform__GFx__ASStringManager = (void *)0x06077C88; +const void * RTTI_Scaleform__GFx__AvmDisplayObjBase = (void *)0x06080F38; +const void * RTTI_Scaleform__GFx__Button = (void *)0x0608E868; +const void * RTTI_Scaleform__GFx__ButtonDef = (void *)0x0607D998; +const void * RTTI_Scaleform__GFx__Clipboard = (void *)0x0607CEF0; +const void * RTTI_Scaleform__GFx__ConstShapeNoStyles = (void *)0x0607A890; +const void * RTTI_Scaleform__GFx__ConstShapeWithStyles = (void *)0x0607C658; +const void * RTTI_Scaleform__GFx__DefaultFontLibNameState = (void *)0x0607D240; +const void * RTTI_Scaleform__GFx__DisplayObjContainer = (void *)0x0607AEE8; +const void * RTTI_Scaleform__GFx__DisplayObject = (void *)0x0607A0A8; +const void * RTTI_Scaleform__GFx__DisplayObjectBase = (void *)0x06079F30; +const void * RTTI_Scaleform__GFx__DrawText = (void *)0x060907A0; +const void * RTTI_Scaleform__GFx__DrawTextImpl = (void *)0x06090768; +const void * RTTI_Scaleform__GFx__DrawTextManager = (void *)0x06090890; +const void * RTTI_Scaleform__GFx__DrawingContext = (void *)0x0607B420; +const void * RTTI_Scaleform__GFx__DrawingContext__PackedShape = (void *)0x0607B5E8; +const void * RTTI_Scaleform__GFx__ExecuteTag = (void *)0x0607A398; +const void * RTTI_Scaleform__GFx__FontCompactor = (void *)0x0607FDE8; +const void * RTTI_Scaleform__GFx__FontData = (void *)0x0607D4E0; +const void * RTTI_Scaleform__GFx__FontDataBound = (void *)0x0607D6C8; +const void * RTTI_Scaleform__GFx__FontDataCompactedGfx = (void *)0x0607D5A0; +const void * RTTI_Scaleform__GFx__FontDataCompactedSwf = (void *)0x0607D560; +const void * RTTI_Scaleform__GFx__FontGlyphPacker = (void *)0x0607D9C8; +const void * RTTI_Scaleform__GFx__FontHandle = (void *)0x0607B6B8; +const void * RTTI_Scaleform__GFx__FontLib = (void *)0x0607D210; +const void * RTTI_Scaleform__GFx__FontManager = (void *)0x0607B820; +const void * RTTI_Scaleform__GFx__FontManagerStates = (void *)0x060774F0; +const void * RTTI_Scaleform__GFx__FontMap = (void *)0x0607ED30; +const void * RTTI_Scaleform__GFx__FontResource = (void *)0x0607D3A8; +const void * RTTI_Scaleform__GFx__FontResourceCreator = (void *)0x0607AAA8; +const void * RTTI_Scaleform__GFx__FunctionHandler = (void *)0x060B30A8; +const void * RTTI_Scaleform__GFx__GFxInitImportActions = (void *)0x0607C618; +const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyData = (void *)0x0607A8C8; +const void * RTTI_Scaleform__GFx__GFxMovieDataDefFileKeyInterface = (void *)0x0607A2D0; +const void * RTTI_Scaleform__GFx__GFxMovieDefImplKey = (void *)0x0607A9D0; +const void * RTTI_Scaleform__GFx__GFxMovieDefImplKeyInterface = (void *)0x0607A320; +const void * RTTI_Scaleform__GFx__GFxPlaceObjectUnpacked = (void *)0x0607A850; +const void * RTTI_Scaleform__GFx__GFxSocketImpl = (void *)0x0608E908; +const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKey = (void *)0x0607D738; +const void * RTTI_Scaleform__GFx__GFxSystemFontResourceKeyInterface = (void *)0x0607D280; +const void * RTTI_Scaleform__GFx__IMEManagerBase = (void *)0x0607B9F0; +const void * RTTI_Scaleform__GFx__ImageCreator = (void *)0x062F1938; +const void * RTTI_Scaleform__GFx__ImageFileHandlerRegistry = (void *)0x0607D170; +const void * RTTI_Scaleform__GFx__ImageFileInfo = (void *)0x0607ABD8; +const void * RTTI_Scaleform__GFx__ImageFileInfoKeyData = (void *)0x0607DA98; +const void * RTTI_Scaleform__GFx__ImageFileKeyInterface = (void *)0x0607DA58; +const void * RTTI_Scaleform__GFx__ImageFileResourceCreator = (void *)0x0607AD58; +const void * RTTI_Scaleform__GFx__ImageResource = (void *)0x06076EA0; +const void * RTTI_Scaleform__GFx__ImageResourceCreator = (void *)0x0607AD98; +const void * RTTI_Scaleform__GFx__ImageResource__ImageDelegate = (void *)0x06077330; +const void * RTTI_Scaleform__GFx__ImageShapeCharacterDef = (void *)0x0607D958; +const void * RTTI_Scaleform__GFx__InteractiveObject = (void *)0x0607AE18; +const void * RTTI_Scaleform__GFx__KeyboardState = (void *)0x06077BF8; +const void * RTTI_Scaleform__GFx__KeyboardState__IListener = (void *)0x06080998; +const void * RTTI_Scaleform__GFx__LZMAFile = (void *)0x0607F390; +const void * RTTI_Scaleform__GFx__LZMASupport = (void *)0x06077A58; +const void * RTTI_Scaleform__GFx__LoadBinaryTask = (void *)0x0607B978; +const void * RTTI_Scaleform__GFx__LoadProcess = (void *)0x0607AAE0; +const void * RTTI_Scaleform__GFx__LoadQueueEntry = (void *)0x060812F8; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT = (void *)0x0607B890; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadBinary = (void *)0x0607B9B0; +const void * RTTI_Scaleform__GFx__LoadQueueEntryMT_LoadVars = (void *)0x0607B938; +const void * RTTI_Scaleform__GFx__LoadStates = (void *)0x0607AC10; +const void * RTTI_Scaleform__GFx__LoadUpdateSync = (void *)0x0607A5B8; +const void * RTTI_Scaleform__GFx__LoadVarsTask = (void *)0x0607B900; +const void * RTTI_Scaleform__GFx__Loader = (void *)0x060779F0; +const void * RTTI_Scaleform__GFx__LoaderImpl = (void *)0x0607A0E0; +const void * RTTI_Scaleform__GFx__LoaderTask = (void *)0x0607A228; +const void * RTTI_Scaleform__GFx__LogState = (void *)0x060780A0; +const void * RTTI_Scaleform__GFx__MemoryBufferZlibImage = (void *)0x0607F430; +const void * RTTI_Scaleform__GFx__MemoryContext = (void *)0x0608EB40; +const void * RTTI_Scaleform__GFx__MorphCharacterDef = (void *)0x0607F4B0; +const void * RTTI_Scaleform__GFx__Movie = (void *)0x06076D60; +const void * RTTI_Scaleform__GFx__MovieBindProcess = (void *)0x0607A508; +const void * RTTI_Scaleform__GFx__MovieDataDef = (void *)0x0607A3C8; +const void * RTTI_Scaleform__GFx__MovieDataDef__LoadTaskData = (void *)0x0607A768; +const void * RTTI_Scaleform__GFx__MovieDefBindStates = (void *)0x0607ACC8; +const void * RTTI_Scaleform__GFx__MovieDefImpl = (void *)0x0607A468; +const void * RTTI_Scaleform__GFx__MovieDefImpl__BindTaskData = (void *)0x0607A7A8; +const void * RTTI_Scaleform__GFx__MovieDefImpl__ReleaseNotifier = (void *)0x06081070; +const void * RTTI_Scaleform__GFx__MovieDefRootNode = (void *)0x06081330; +const void * RTTI_Scaleform__GFx__MovieDef__ResourceVisitor = (void *)0x0607A540; +const void * RTTI_Scaleform__GFx__MovieImageLoadTask = (void *)0x0607A258; +const void * RTTI_Scaleform__GFx__MovieImpl = (void *)0x06076D30; +const void * RTTI_Scaleform__GFx__MovieImpl__StickyVarNode = (void *)0x060817B8; +const void * RTTI_Scaleform__GFx__MovieImpl__WideStringStorage = (void *)0x06081710; +const void * RTTI_Scaleform__GFx__MoviePreloadTask = (void *)0x0607B8C8; +const void * RTTI_Scaleform__GFx__ParseControl = (void *)0x06077A20; +const void * RTTI_Scaleform__GFx__PlaceObject2Tag = (void *)0x0607C238; +const void * RTTI_Scaleform__GFx__PlaceObject2Taga = (void *)0x0607C5E0; +const void * RTTI_Scaleform__GFx__PlaceObject3Tag = (void *)0x0607C270; +const void * RTTI_Scaleform__GFx__PlaceObjectTag = (void *)0x0607D8A0; +const void * RTTI_Scaleform__GFx__RemoveObject2Tag = (void *)0x0607C2E0; +const void * RTTI_Scaleform__GFx__RemoveObjectTag = (void *)0x0607C2A8; +const void * RTTI_Scaleform__GFx__Resource = (void *)0x06076ED8; +const void * RTTI_Scaleform__GFx__ResourceData__DataInterface = (void *)0x0607AA68; +const void * RTTI_Scaleform__GFx__ResourceFileInfo = (void *)0x06077F08; +const void * RTTI_Scaleform__GFx__ResourceKey__KeyInterface = (void *)0x0607A290; +const void * RTTI_Scaleform__GFx__ResourceLib = (void *)0x06077DB8; +const void * RTTI_Scaleform__GFx__ResourceLib__ResourceSlot = (void *)0x06077FF8; +const void * RTTI_Scaleform__GFx__ResourceReport = (void *)0x0607A360; +const void * RTTI_Scaleform__GFx__ResourceWeakLib = (void *)0x06077E40; +const void * RTTI_Scaleform__GFx__SetBackgroundColorTag = (void *)0x0607C5A0; +const void * RTTI_Scaleform__GFx__ShapeBaseCharacterDef = (void *)0x0607D8D8; +const void * RTTI_Scaleform__GFx__ShapeDataBase = (void *)0x0607A580; +const void * RTTI_Scaleform__GFx__SocketImplFactory = (void *)0x0608E8D0; +const void * RTTI_Scaleform__GFx__SocketInterface = (void *)0x0608E898; +const void * RTTI_Scaleform__GFx__Sprite = (void *)0x0607B688; +const void * RTTI_Scaleform__GFx__SpriteDef = (void *)0x0607D870; +const void * RTTI_Scaleform__GFx__State = (void *)0x062F09E0; +const void * RTTI_Scaleform__GFx__StateBag = (void *)0x06076E38; +const void * RTTI_Scaleform__GFx__StateBagImpl = (void *)0x06077258; +const void * RTTI_Scaleform__GFx__StaticTextCharacter = (void *)0x0607ECF8; +const void * RTTI_Scaleform__GFx__StaticTextDef = (void *)0x0607ECC0; +const void * RTTI_Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor = (void *)0x0608DD70; +const void * RTTI_Scaleform__GFx__Stream = (void *)0x0607D020; +const void * RTTI_Scaleform__GFx__SubImageResource = (void *)0x0607AC90; +const void * RTTI_Scaleform__GFx__SubImageResourceCreator = (void *)0x0607ADD8; +const void * RTTI_Scaleform__GFx__SubImageResourceInfo = (void *)0x0607C318; +const void * RTTI_Scaleform__GFx__SwfShapeCharacterDef = (void *)0x0607D918; +const void * RTTI_Scaleform__GFx__Task = (void *)0x0607A1B0; +const void * RTTI_Scaleform__GFx__TextField = (void *)0x0607EE20; +const void * RTTI_Scaleform__GFx__TextFieldDef = (void *)0x0607CF50; +const void * RTTI_Scaleform__GFx__TextField__CSSHolderBase = (void *)0x0608E248; +const void * RTTI_Scaleform__GFx__TextField__TextDocumentListener = (void *)0x0607EE50; +const void * RTTI_Scaleform__GFx__TextKeyMap = (void *)0x0607CF20; +const void * RTTI_Scaleform__GFx__Text__CompositionString = (void *)0x06080348; +const void * RTTI_Scaleform__GFx__Text__EditorKit = (void *)0x06080310; +const void * RTTI_Scaleform__GFx__Text__StyleManager = (void *)0x0608DEF0; +const void * RTTI_Scaleform__GFx__TextureGlyphBinder = (void *)0x0607D700; +const void * RTTI_Scaleform__GFx__TextureGlyphData = (void *)0x0607C500; +const void * RTTI_Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor = (void *)0x0607D510; +const void * RTTI_Scaleform__GFx__URLBuilder = (void *)0x06090A18; +const void * RTTI_Scaleform__GFx__Value__ObjectInterface = (void *)0x060812B8; +const void * RTTI_Scaleform__GFx__ZLibFile = (void *)0x06090B58; +const void * RTTI_Scaleform__GFx__ZlibImageSource = (void *)0x0607F3C0; +const void * RTTI_Scaleform__GFx__ZlibSupport = (void *)0x062F0920; +const void * RTTI_Scaleform__HeapPT__SysAllocGranulator = (void *)0x0607F4E8; +const void * RTTI_Scaleform__HeapPT__SysAllocWrapper = (void *)0x0607F528; +const void * RTTI_Scaleform__Log = (void *)0x06077B88; +const void * RTTI_Scaleform__LongFormatter = (void *)0x0607BB60; +const void * RTTI_Scaleform__MemoryFile = (void *)0x062F1528; +const void * RTTI_Scaleform__MemoryHeap = (void *)0x06076BE0; +const void * RTTI_Scaleform__MemoryHeapMH = (void *)0x06077B58; +const void * RTTI_Scaleform__MemoryHeapPT = (void *)0x0607C698; +const void * RTTI_Scaleform__MemoryHeap__LimitHandler = (void *)0x0608EB08; +const void * RTTI_Scaleform__MsgFormat = (void *)0x0607BA70; +const void * RTTI_Scaleform__Mutex = (void *)0x06077AB8; +const void * RTTI_Scaleform__Mutex_AreadyLockedAcquireInterface = (void *)0x06077B10; +const void * RTTI_Scaleform__RefCountImplCore = (void *)0x060B2F80; +const void * RTTI_Scaleform__RefCountNTSImplCore = (void *)0x06076C88; +const void * RTTI_Scaleform__RefCountWeakSupportImpl = (void *)0x06076CC0; +const void * RTTI_Scaleform__Render__BevelFilter = (void *)0x0607C9E0; +const void * RTTI_Scaleform__Render__BlendModeBundle = (void *)0x0607EB30; +const void * RTTI_Scaleform__Render__BlendModeEffect = (void *)0x0607F6D0; +const void * RTTI_Scaleform__Render__BlendPrimitive = (void *)0x0607CD80; +const void * RTTI_Scaleform__Render__BlurFilter = (void *)0x0607C938; +const void * RTTI_Scaleform__Render__BlurFilterImpl = (void *)0x0607C900; +const void * RTTI_Scaleform__Render__Bundle = (void *)0x0607E680; +const void * RTTI_Scaleform__Render__CacheAsBitmapFilter = (void *)0x0607CA90; +const void * RTTI_Scaleform__Render__CacheBase = (void *)0x06357BF8; +const void * RTTI_Scaleform__Render__CacheEffect = (void *)0x0607F560; +const void * RTTI_Scaleform__Render__CacheablePrimitive = (void *)0x0607CCE0; +const void * RTTI_Scaleform__Render__CacheableTargetEffect = (void *)0x0607F608; +const void * RTTI_Scaleform__Render__ColorMatrixFilter = (void *)0x0607CA50; +const void * RTTI_Scaleform__Render__ComplexFill = (void *)0x06078C30; +const void * RTTI_Scaleform__Render__ComplexMesh = (void *)0x0607DF98; +const void * RTTI_Scaleform__Render__ComplexMeshVertexOutput = (void *)0x0607FF20; +const void * RTTI_Scaleform__Render__ComplexPrimitiveBundle = (void *)0x0607EA80; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotify = (void *)0x06078120; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor = (void *)0x06078460; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture = (void *)0x06078590; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture = (void *)0x06078520; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId = (void *)0x060785F0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown = (void *)0x060784C0; +const void * RTTI_Scaleform__Render__ContextImpl__ContextLock = (void *)0x06078240; +const void * RTTI_Scaleform__Render__ContextImpl__EntryData = (void *)0x06077040; +const void * RTTI_Scaleform__Render__ContextImpl__RTHandle__HandleData = (void *)0x06078340; +const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify = (void *)0x063507C0; +const void * RTTI_Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand = (void *)0x0607BF70; +const void * RTTI_Scaleform__Render__CreationRenderer__DepthStencilSurface = (void *)0x06350A20; +const void * RTTI_Scaleform__Render__CreationRenderer__HAL = (void *)0x06350420; +const void * RTTI_Scaleform__Render__CreationRenderer__IndexBuffer = (void *)0x06358020; +const void * RTTI_Scaleform__Render__CreationRenderer__MappedTexture = (void *)0x06350890; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshBufferSet = (void *)0x06357D60; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshCache = (void *)0x06358070; +const void * RTTI_Scaleform__Render__CreationRenderer__MeshCacheItem = (void *)0x06357DB0; +const void * RTTI_Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry = (void *)0x06350970; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderEvents = (void *)0x06357BB0; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderSync = (void *)0x063581C0; +const void * RTTI_Scaleform__Render__CreationRenderer__RenderTargetData = (void *)0x063504B0; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface = (void *)0x063584B0; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer = (void *)0x063582E0; +const void * RTTI_Scaleform__Render__CreationRenderer__ShaderManager = (void *)0x06358460; +const void * RTTI_Scaleform__Render__CreationRenderer__Texture = (void *)0x06350930; +const void * RTTI_Scaleform__Render__CreationRenderer__TextureFormat = (void *)0x063508E0; +const void * RTTI_Scaleform__Render__CreationRenderer__TextureManager = (void *)0x063509D0; +const void * RTTI_Scaleform__Render__CreationRenderer__VertexBuffer = (void *)0x063580F0; +const void * RTTI_Scaleform__Render__DDS__DDSFileImageSource = (void *)0x0607FDA8; +const void * RTTI_Scaleform__Render__DDS__FileReader = (void *)0x0607FCF8; +const void * RTTI_Scaleform__Render__DICommand = (void *)0x06078D08; +const void * RTTI_Scaleform__Render__DICommandQueue = (void *)0x0607CB10; +const void * RTTI_Scaleform__Render__DICommandQueue__ExecuteCommand = (void *)0x0607CC00; +const void * RTTI_Scaleform__Render__DICommand_ApplyFilter = (void *)0x06078FA0; +const void * RTTI_Scaleform__Render__DICommand_Clear = (void *)0x06078EB0; +const void * RTTI_Scaleform__Render__DICommand_ColorTransform = (void *)0x06079260; +const void * RTTI_Scaleform__Render__DICommand_Compare = (void *)0x06079310; +const void * RTTI_Scaleform__Render__DICommand_CopyChannel = (void *)0x060790F8; +const void * RTTI_Scaleform__Render__DICommand_CopyPixels = (void *)0x060791B0; +const void * RTTI_Scaleform__Render__DICommand_CreateTexture = (void *)0x06078D40; +const void * RTTI_Scaleform__Render__DICommand_Dispose = (void *)0x06078DF8; +const void * RTTI_Scaleform__Render__DICommand_Draw = (void *)0x06079050; +const void * RTTI_Scaleform__Render__DICommand_FillRect = (void *)0x060793B8; +const void * RTTI_Scaleform__Render__DICommand_FloodFill = (void *)0x06079470; +const void * RTTI_Scaleform__Render__DICommand_GetColorBoundsRect = (void *)0x06079520; +const void * RTTI_Scaleform__Render__DICommand_GetPixel32 = (void *)0x060795E8; +const void * RTTI_Scaleform__Render__DICommand_GetPixels = (void *)0x060796A0; +const void * RTTI_Scaleform__Render__DICommand_Histogram = (void *)0x06079750; +const void * RTTI_Scaleform__Render__DICommand_HitTest = (void *)0x06079800; +const void * RTTI_Scaleform__Render__DICommand_Merge = (void *)0x060798B0; +const void * RTTI_Scaleform__Render__DICommand_Noise = (void *)0x06079958; +const void * RTTI_Scaleform__Render__DICommand_PaletteMap = (void *)0x06079A00; +const void * RTTI_Scaleform__Render__DICommand_PerlinNoise = (void *)0x06079AB0; +const void * RTTI_Scaleform__Render__DICommand_PixelDissolve = (void *)0x06079B60; +const void * RTTI_Scaleform__Render__DICommand_Scroll = (void *)0x06079D80; +const void * RTTI_Scaleform__Render__DICommand_SetPixel32 = (void *)0x06079C18; +const void * RTTI_Scaleform__Render__DICommand_SetPixels = (void *)0x06079CD0; +const void * RTTI_Scaleform__Render__DICommand_SourceRect = (void *)0x06078F60; +const void * RTTI_Scaleform__Render__DICommand_Threshold = (void *)0x06079E28; +const void * RTTI_Scaleform__Render__DIPixelProvider = (void *)0x06088910; +const void * RTTI_Scaleform__Render__DepthStencilBuffer = (void *)0x0633B448; +const void * RTTI_Scaleform__Render__DepthStencilSurface = (void *)0x06350AE8; +const void * RTTI_Scaleform__Render__DestroyDrawableImageThreadCommand = (void *)0x06079EE0; +const void * RTTI_Scaleform__Render__DisplacementMapFilter = (void *)0x0607CAD0; +const void * RTTI_Scaleform__Render__DrawableImage = (void *)0x06078BA8; +const void * RTTI_Scaleform__Render__DrawableImageContext = (void *)0x06078CC8; +const void * RTTI_Scaleform__Render__Fence = (void *)0x0607BC88; +const void * RTTI_Scaleform__Render__FenceWrapperList = (void *)0x0607BD68; +const void * RTTI_Scaleform__Render__FileImageSource = (void *)0x0607F3F8; +const void * RTTI_Scaleform__Render__FilterBundle = (void *)0x0607EAF8; +const void * RTTI_Scaleform__Render__FilterEffect = (void *)0x0607F5D0; +const void * RTTI_Scaleform__Render__FilterPrimitive = (void *)0x0607CCA8; +const void * RTTI_Scaleform__Render__FilterSet = (void *)0x0607C7F8; +const void * RTTI_Scaleform__Render__Font = (void *)0x0607D2C8; +const void * RTTI_Scaleform__Render__FontCacheHandleManager = (void *)0x0607EED8; +const void * RTTI_Scaleform__Render__GlowFilter = (void *)0x0607C9A8; +const void * RTTI_Scaleform__Render__GlyphCache = (void *)0x0607EF80; +const void * RTTI_Scaleform__Render__GlyphCacheConfig = (void *)0x0607F018; +const void * RTTI_Scaleform__Render__GlyphCache__EvictNotifier = (void *)0x0607F350; +const void * RTTI_Scaleform__Render__GlyphEvictNotifier = (void *)0x0607F290; +const void * RTTI_Scaleform__Render__GlyphFitter = (void *)0x06080410; +const void * RTTI_Scaleform__Render__GlyphRaster = (void *)0x0607F050; +const void * RTTI_Scaleform__Render__GlyphShape = (void *)0x0607F150; +const void * RTTI_Scaleform__Render__GlyphTextureImage = (void *)0x0607F308; +const void * RTTI_Scaleform__Render__GradientData = (void *)0x0607DB38; +const void * RTTI_Scaleform__Render__GradientFilter = (void *)0x0607CA18; +const void * RTTI_Scaleform__Render__GradientImage = (void *)0x0607DC28; +const void * RTTI_Scaleform__Render__HAL = (void *)0x06350530; +const void * RTTI_Scaleform__Render__HALBeginDisplayItem = (void *)0x0607BDE8; +const void * RTTI_Scaleform__Render__HALEndDisplayItem = (void *)0x0607BE28; +const void * RTTI_Scaleform__Render__HALNotify = (void *)0x06350698; +const void * RTTI_Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface = (void *)0x0607BE70; +const void * RTTI_Scaleform__Render__Hairliner = (void *)0x0607E170; +const void * RTTI_Scaleform__Render__Image = (void *)0x062F1A08; +const void * RTTI_Scaleform__Render__ImageFileHandler = (void *)0x0607F810; +const void * RTTI_Scaleform__Render__ImageFileHandlerRegistry = (void *)0x0607D130; +const void * RTTI_Scaleform__Render__ImageSwizzler = (void *)0x06077730; +const void * RTTI_Scaleform__Render__ImageUpdate = (void *)0x06077768; +const void * RTTI_Scaleform__Render__ImageUpdateSync = (void *)0x06350BF0; +const void * RTTI_Scaleform__Render__JPEG__ExtraData = (void *)0x0607C3C0; +const void * RTTI_Scaleform__Render__JPEG__TablesHeader = (void *)0x0607C458; +const void * RTTI_Scaleform__Render__MappedTextureBase = (void *)0x06350AA8; +const void * RTTI_Scaleform__Render__MaskBundle = (void *)0x0607EAC0; +const void * RTTI_Scaleform__Render__MaskEffect = (void *)0x0607F598; +const void * RTTI_Scaleform__Render__MaskNodeState__Interface = (void *)0x0607C768; +const void * RTTI_Scaleform__Render__MaskPrimitive = (void *)0x0607E770; +const void * RTTI_Scaleform__Render__MatrixPoolImpl__MatrixPool = (void *)0x0607E250; +const void * RTTI_Scaleform__Render__MatrixState = (void *)0x06350358; +const void * RTTI_Scaleform__Render__MatrixStateFactory = (void *)0x0607EE98; +const void * RTTI_Scaleform__Render__MemoryBufferImage = (void *)0x0607F470; +const void * RTTI_Scaleform__Render__Mesh = (void *)0x0607DDD0; +const void * RTTI_Scaleform__Render__MeshBase = (void *)0x0607DC60; +const void * RTTI_Scaleform__Render__MeshBuffer = (void *)0x06357C68; +const void * RTTI_Scaleform__Render__MeshCache = (void *)0x063580B8; +const void * RTTI_Scaleform__Render__MeshCacheConfig = (void *)0x06357C30; +const void * RTTI_Scaleform__Render__MeshCacheItem = (void *)0x06357D28; +const void * RTTI_Scaleform__Render__MeshKeyManager = (void *)0x0607C0D0; +const void * RTTI_Scaleform__Render__MeshKeySet = (void *)0x0607DFD0; +const void * RTTI_Scaleform__Render__MeshProvider = (void *)0x0607AF20; +const void * RTTI_Scaleform__Render__MeshProvider_KeySupport = (void *)0x0607B000; +const void * RTTI_Scaleform__Render__MeshStagingNode = (void *)0x0607DD48; +const void * RTTI_Scaleform__Render__MeshVertexOutput = (void *)0x0607FEE8; +const void * RTTI_Scaleform__Render__MetaImage = (void *)0x06077848; +const void * RTTI_Scaleform__Render__MorphInterpolator = (void *)0x0607B1D0; +const void * RTTI_Scaleform__Render__MorphShapeData = (void *)0x0607B078; +const void * RTTI_Scaleform__Render__OrigScale9ParentState__Interface = (void *)0x0607C7B0; +const void * RTTI_Scaleform__Render__PNG__FileReader = (void *)0x0607FAA0; +const void * RTTI_Scaleform__Render__PNG__FileWriter = (void *)0x0607FB58; +const void * RTTI_Scaleform__Render__PNG__Input = (void *)0x0607FC08; +const void * RTTI_Scaleform__Render__PNG__LibPNGInput = (void *)0x0607FC40; +const void * RTTI_Scaleform__Render__PNG__MemoryBufferImage = (void *)0x0607FC78; +const void * RTTI_Scaleform__Render__PNG__PNGFileImageSource = (void *)0x0607FCB8; +const void * RTTI_Scaleform__Render__Primitive = (void *)0x0607DF00; +const void * RTTI_Scaleform__Render__PrimitiveBundle = (void *)0x0607EA48; +const void * RTTI_Scaleform__Render__PrimitiveFill = (void *)0x0607DE00; +const void * RTTI_Scaleform__Render__PrimitiveFillManager = (void *)0x0607BED0; +const void * RTTI_Scaleform__Render__ProfileModifier = (void *)0x0607BFC0; +const void * RTTI_Scaleform__Render__ProfileViews = (void *)0x0607C030; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DBundle = (void *)0x0607EBB0; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DEffect = (void *)0x0607F690; +const void * RTTI_Scaleform__Render__ProjectionMatrix3DPrimitive = (void *)0x0607E8B0; +const void * RTTI_Scaleform__Render__RBGenericImpl__DepthStencilBuffer = (void *)0x06091030; +const void * RTTI_Scaleform__Render__RBGenericImpl__RenderBufferManager = (void *)0x06090EF0; +const void * RTTI_Scaleform__Render__RBGenericImpl__RenderTarget = (void *)0x06090F40; +const void * RTTI_Scaleform__Render__Rasterizer = (void *)0x0607FE78; +const void * RTTI_Scaleform__Render__RawImage = (void *)0x06077880; +const void * RTTI_Scaleform__Render__RenderBuffer = (void *)0x0633B488; +const void * RTTI_Scaleform__Render__RenderBufferManager = (void *)0x06090E08; +const void * RTTI_Scaleform__Render__RenderEvents = (void *)0x063503E8; +const void * RTTI_Scaleform__Render__RenderQueueItem__Interface = (void *)0x0607BDA0; +const void * RTTI_Scaleform__Render__RenderSync = (void *)0x06358268; +const void * RTTI_Scaleform__Render__RenderTarget = (void *)0x06090EB0; +const void * RTTI_Scaleform__Render__RenderTargetData = (void *)0x06350788; +const void * RTTI_Scaleform__Render__SIF__FileReader = (void *)0x0607F978; +const void * RTTI_Scaleform__Render__SIF__SIFFileImageSource = (void *)0x0607FA28; +const void * RTTI_Scaleform__Render__SKI_BlendMode = (void *)0x0607E560; +const void * RTTI_Scaleform__Render__SKI_ComplexPrimitive = (void *)0x0607E470; +const void * RTTI_Scaleform__Render__SKI_Filter = (void *)0x0607E598; +const void * RTTI_Scaleform__Render__SKI_MaskEnd = (void *)0x0607E4E8; +const void * RTTI_Scaleform__Render__SKI_MaskEnd__RQII_EndMask = (void *)0x0607E520; +const void * RTTI_Scaleform__Render__SKI_MaskStart = (void *)0x0607E4B0; +const void * RTTI_Scaleform__Render__SKI_Primitive = (void *)0x0607E438; +const void * RTTI_Scaleform__Render__SKI_ProjectionMatrix3D = (void *)0x0607E608; +const void * RTTI_Scaleform__Render__SKI_TextPrimitive = (void *)0x06080560; +const void * RTTI_Scaleform__Render__SKI_UserData = (void *)0x0607E648; +const void * RTTI_Scaleform__Render__SKI_ViewMatrix3D = (void *)0x0607E5D0; +const void * RTTI_Scaleform__Render__Scale9GridData = (void *)0x0607B2D0; +const void * RTTI_Scaleform__Render__Scale9GridInfo = (void *)0x0607CDF0; +const void * RTTI_Scaleform__Render__Scale9GridRect = (void *)0x06078858; +const void * RTTI_Scaleform__Render__ShadowFilter = (void *)0x0607C970; +const void * RTTI_Scaleform__Render__ShapeDataFloat = (void *)0x06077370; +const void * RTTI_Scaleform__Render__ShapeDataFloatMP = (void *)0x0607CDB8; +const void * RTTI_Scaleform__Render__ShapeMeshProvider = (void *)0x0607B190; +const void * RTTI_Scaleform__Render__SortKeyInterface = (void *)0x0607E3B8; +const void * RTTI_Scaleform__Render__StateData__Interface = (void *)0x06077D78; +const void * RTTI_Scaleform__Render__StateData__Interface_RefCountImpl = (void *)0x0607C720; +const void * RTTI_Scaleform__Render__StateData__Interface_Value = (void *)0x0607C6D0; +const void * RTTI_Scaleform__Render__StrokeScaler = (void *)0x0607F2D0; +const void * RTTI_Scaleform__Render__StrokeSorter = (void *)0x0607E100; +const void * RTTI_Scaleform__Render__Stroker = (void *)0x0607E098; +const void * RTTI_Scaleform__Render__StrokerAA = (void *)0x0607E138; +const void * RTTI_Scaleform__Render__SubImage = (void *)0x060778B0; +const void * RTTI_Scaleform__Render__SystemVertexFormat = (void *)0x0607E1A8; +const void * RTTI_Scaleform__Render__TGA__FileReader = (void *)0x0607F880; +const void * RTTI_Scaleform__Render__TGA__TGAFileImageSource = (void *)0x0607F938; +const void * RTTI_Scaleform__Render__TessBase = (void *)0x0607C068; +const void * RTTI_Scaleform__Render__Tessellator = (void *)0x0607E060; +const void * RTTI_Scaleform__Render__TextLayerPrimitive = (void *)0x060805E0; +const void * RTTI_Scaleform__Render__TextLayout = (void *)0x0607FF60; +const void * RTTI_Scaleform__Render__TextMeshProvider = (void *)0x06080388; +const void * RTTI_Scaleform__Render__TextPrimitiveBundle = (void *)0x060805A0; +const void * RTTI_Scaleform__Render__Text__Allocator = (void *)0x0607CF88; +const void * RTTI_Scaleform__Render__Text__Allocator__TextFormatVisitor = (void *)0x060815D0; +const void * RTTI_Scaleform__Render__Text__DocView = (void *)0x060800C0; +const void * RTTI_Scaleform__Render__Text__DocView__DocumentText = (void *)0x06080160; +const void * RTTI_Scaleform__Render__Text__EditorKitBase = (void *)0x06080268; +const void * RTTI_Scaleform__Render__Text__FontHandle = (void *)0x0607B6E8; +const void * RTTI_Scaleform__Render__Text__FontManagerBase = (void *)0x0607B778; +const void * RTTI_Scaleform__Render__Text__HTMLImageTagDesc = (void *)0x06080520; +const void * RTTI_Scaleform__Render__Text__ImageDesc = (void *)0x06080480; +const void * RTTI_Scaleform__Render__Text__StyleManagerBase = (void *)0x0608DEB0; +const void * RTTI_Scaleform__Render__Text__StyledText = (void *)0x0607F740; +const void * RTTI_Scaleform__Render__Text__TextFilter = (void *)0x0607EC28; +const void * RTTI_Scaleform__Render__Texture = (void *)0x06350D68; +const void * RTTI_Scaleform__Render__TextureFormat = (void *)0x06350A70; +const void * RTTI_Scaleform__Render__TextureGlyph = (void *)0x0607C1A0; +const void * RTTI_Scaleform__Render__TextureImage = (void *)0x062F19D0; +const void * RTTI_Scaleform__Render__TextureManager = (void *)0x06350858; +const void * RTTI_Scaleform__Render__TextureManagerLocks = (void *)0x06077688; +const void * RTTI_Scaleform__Render__TextureManager__ServiceCommand = (void *)0x06077800; +const void * RTTI_Scaleform__Render__ThreadCommandQueue = (void *)0x0633B520; +const void * RTTI_Scaleform__Render__TransformerBase = (void *)0x0607B040; +const void * RTTI_Scaleform__Render__TreeCacheContainer = (void *)0x06078AA0; +const void * RTTI_Scaleform__Render__TreeCacheMeshBase = (void *)0x0607B3A8; +const void * RTTI_Scaleform__Render__TreeCacheNode = (void *)0x06078AE0; +const void * RTTI_Scaleform__Render__TreeCacheRoot = (void *)0x0607C168; +const void * RTTI_Scaleform__Render__TreeCacheShape = (void *)0x0607B3E8; +const void * RTTI_Scaleform__Render__TreeCacheShapeLayer = (void *)0x0607B368; +const void * RTTI_Scaleform__Render__TreeCacheText = (void *)0x06080448; +const void * RTTI_Scaleform__Render__TreeContainer__NodeData = (void *)0x060770C0; +const void * RTTI_Scaleform__Render__TreeNode__NodeData = (void *)0x06077080; +const void * RTTI_Scaleform__Render__TreeRoot__NodeData = (void *)0x06077188; +const void * RTTI_Scaleform__Render__TreeShape__NodeData = (void *)0x06077428; +const void * RTTI_Scaleform__Render__TreeText__NodeData = (void *)0x0607FFF8; +const void * RTTI_Scaleform__Render__UserDataBundle = (void *)0x0607EBF0; +const void * RTTI_Scaleform__Render__UserDataEffect = (void *)0x0607F708; +const void * RTTI_Scaleform__Render__UserDataPrimitive = (void *)0x0607E968; +const void * RTTI_Scaleform__Render__UserDataState__Data = (void *)0x060789F8; +const void * RTTI_Scaleform__Render__VectorGlyphShape = (void *)0x0607F208; +const void * RTTI_Scaleform__Render__VertexOutput = (void *)0x0607FEB0; +const void * RTTI_Scaleform__Render__VertexPath = (void *)0x0607C098; +const void * RTTI_Scaleform__Render__ViewMatrix3DBundle = (void *)0x0607EB68; +const void * RTTI_Scaleform__Render__ViewMatrix3DEffect = (void *)0x0607F648; +const void * RTTI_Scaleform__Render__ViewMatrix3DPrimitive = (void *)0x0607E808; +const void * RTTI_Scaleform__Render__WrapperImageSource = (void *)0x0607AB98; +const void * RTTI_Scaleform__RepeatFormatter = (void *)0x0607BC58; +const void * RTTI_Scaleform__ResourceFormatter = (void *)0x0607BBF0; +const void * RTTI_Scaleform__Semaphore = (void *)0x06077980; +const void * RTTI_Scaleform__SemaphoreWaitableIncrement = (void *)0x060779B0; +const void * RTTI_Scaleform__StrFormatter = (void *)0x0607BB00; +const void * RTTI_Scaleform__String__InitStruct = (void *)0x06076CF8; +const void * RTTI_Scaleform__SwitchFormatter = (void *)0x0607BC28; +const void * RTTI_Scaleform__SysAllocBase = (void *)0x061FBD50; +const void * RTTI_Scaleform__SysAllocMalloc = (void *)0x061FBCE8; +const void * RTTI_Scaleform__SysAllocMapper = (void *)0x0608EAD8; +const void * RTTI_Scaleform__SysAllocStatic = (void *)0x06077A88; +const void * RTTI_Scaleform__SysFile = (void *)0x0608E9A0; +const void * RTTI_Scaleform__SysMemMapper = (void *)0x062F0A40; +const void * RTTI_Scaleform__Thread = (void *)0x06077AE0; +const void * RTTI_Scaleform__UnopenedFile = (void *)0x0608E9C8; +const void * RTTI_Scaleform__Waitable = (void *)0x060778E0; +const void * RTTI_SceneNextPhaseHandler = (void *)0x06233CC8; +const void * RTTI_ScopeMenu = (void *)0x061D7BA8; +const void * RTTI_ScopeMenuUtil__FadeCallback = (void *)0x061D7B70; +const void * RTTI_ScopeMenu__ScopeMenuDataEventShuttle = (void *)0x061D7C20; +const void * RTTI_ScopeMenu__ScopeScalingData = (void *)0x061D7A98; +const void * RTTI_ScopeMenu__ZoomLevelData = (void *)0x061D7A68; +const void * RTTI_ScrapHeap = (void *)0x062C1890; +const void * RTTI_Script = (void *)0x0612A4F0; +const void * RTTI_ScriptEffect = (void *)0x061F0FB0; +const void * RTTI_ScriptedRefEffect = (void *)0x061F0F88; +const void * RTTI_ScrollBar = (void *)0x0635EB18; +const void * RTTI_ScrollBar_Horizontal = (void *)0x0635EB38; +const void * RTTI_ScrollItem = (void *)0x060BBE78; +const void * RTTI_SearchPage = (void *)0x0635D4D8; +const void * RTTI_SearchResultsPage = (void *)0x0635D368; +const void * RTTI_SecurityMenu = (void *)0x061C4448; +const void * RTTI_SecurityMenu_BackOutKey = (void *)0x061C4AF8; +const void * RTTI_SecurityMenu_CloseMenu = (void *)0x061C4B28; +const void * RTTI_SecurityMenu_ConfirmExit = (void *)0x061C4A00; +const void * RTTI_SecurityMenu_EliminateUnusedKeys = (void *)0x061C4A90; +const void * RTTI_SecurityMenu_GetRingHint = (void *)0x061C4A60; +const void * RTTI_SecurityMenu_SelectNewKey = (void *)0x061C4A30; +const void * RTTI_SecurityMenu_TryUseKey = (void *)0x061C4AC8; +const void * RTTI_SecurityMenu__SecurityMenuEventShuttle = (void *)0x061C4BF8; +const void * RTTI_SeenData = (void *)0x05FCEFF8; +const void * RTTI_Service = (void *)0x06148D28; +const void * RTTI_SetOrientNode = (void *)0x062BE638; +const void * RTTI_SetOrientNodeInstance = (void *)0x062BE660; +const void * RTTI_SetPosNode = (void *)0x062BF498; +const void * RTTI_SetPosNodeInstance = (void *)0x062BF4C0; +const void * RTTI_Setting = (void *)0x060675C0; +const void * RTTI_SettingsDataModel = (void *)0x0619AD68; +const void * RTTI_SettingsDataModel__SettingsEventShuttle = (void *)0x0619B5E8; +const void * RTTI_SettingsPanel_CheckBoxChanged = (void *)0x0619AB60; +const void * RTTI_SettingsPanel_ClearBinding = (void *)0x0619AC40; +const void * RTTI_SettingsPanel_LinkClicked = (void *)0x0619ACE8; +const void * RTTI_SettingsPanel_OpenCategory = (void *)0x0619AC08; +const void * RTTI_SettingsPanel_OpenSettings = (void *)0x0619ABD0; +const void * RTTI_SettingsPanel_RemapConfirmed = (void *)0x0619AC78; +const void * RTTI_SettingsPanel_RemapMode = (void *)0x0619C8C8; +const void * RTTI_SettingsPanel_ResetToDefaults = (void *)0x0619AB98; +const void * RTTI_SettingsPanel_SaveControls = (void *)0x0619C8F8; +const void * RTTI_SettingsPanel_SaveSettings = (void *)0x0619C930; +const void * RTTI_SettingsPanel_SliderChanged = (void *)0x0619C968; +const void * RTTI_SettingsPanel_StepperChanged = (void *)0x0619AB28; +const void * RTTI_SettingsPanel_ValidateControls = (void *)0x0619ACB0; +const void * RTTI_SetupGraphRagdollHandler = (void *)0x06234978; +const void * RTTI_ShaderReferenceEffect = (void *)0x061F0FD8; +const void * RTTI_SharedHeapAllocator = (void *)0x062C1940; +const void * RTTI_ShipActionCameraState = (void *)0x0614FD68; +const void * RTTI_ShipBuilderBIEvents__ShipBuilderEventManager = (void *)0x061F2BA0; +const void * RTTI_ShipBuilder_CloseAllMenus = (void *)0x060BB0A0; +const void * RTTI_ShipCombatOrbitCameraState = (void *)0x06150160; +const void * RTTI_ShipCrewAssignData = (void *)0x0619DDB8; +const void * RTTI_ShipCrewAssignData__ShipCrewAssignMenuEventShuttle = (void *)0x0619DDF0; +const void * RTTI_ShipCrewAssignMenu = (void *)0x061C58B8; +const void * RTTI_ShipCrewAssignMenu_Assign = (void *)0x061C58E8; +const void * RTTI_ShipCrewAssignMenu_Unassign = (void *)0x061C59B8; +const void * RTTI_ShipCrewData = (void *)0x0619DA10; +const void * RTTI_ShipCrewData__ShipCrewMenuEventShuttle = (void *)0x0619DCF8; +const void * RTTI_ShipCrewMenu = (void *)0x061C5960; +const void * RTTI_ShipCrewMenu_Close = (void *)0x061C56F8; +const void * RTTI_ShipCrewMenu_OpenAssignMenu = (void *)0x0619D640; +const void * RTTI_ShipCrewMenu_SetSort = (void *)0x0619D610; +const void * RTTI_ShipCrewMenu_ViewedItem = (void *)0x061C5988; +const void * RTTI_ShipEditor_ChangeModuleCategory = (void *)0x060B7098; +const void * RTTI_ShipEditor_OnColorPickerControlChanged = (void *)0x060B85C0; +const void * RTTI_ShipEditor_OnColorPickerTabChanged = (void *)0x060B8640; +const void * RTTI_ShipEditor_OnColorSliderMouseInput = (void *)0x060B8580; +const void * RTTI_ShipEditor_OnExitConfirmCancel = (void *)0x060B4488; +const void * RTTI_ShipEditor_OnExitConfirmExit = (void *)0x060B40D8; +const void * RTTI_ShipEditor_OnExitConfirmSaveAndExit = (void *)0x060B4448; +const void * RTTI_ShipEditor_OnFlightCheckTabChanged = (void *)0x060B4C60; +const void * RTTI_ShipEditor_OnHintButtonActivated = (void *)0x060BB068; +const void * RTTI_ShipEditor_OnRecentColorSwatchClicked = (void *)0x060B8600; +const void * RTTI_ShipEditor_OnRenameEndEditText = (void *)0x060B6200; +const void * RTTI_ShipEditor_OnRenameInputCancelled = (void *)0x060B6238; +const void * RTTI_ShipEditor_OnWeaponGroupChanged = (void *)0x060B4C28; +const void * RTTI_ShipEditor_PreviewShipPart = (void *)0x060B70D0; +const void * RTTI_ShipEditor_PreviewUpgrade = (void *)0x0609DB28; +const void * RTTI_ShipEditor_RemoveAll3D = (void *)0x060BADD0; +const void * RTTI_ShipEditor_SelectedShipPart = (void *)0x060B7108; +const void * RTTI_ShipEditor_SelectedUpgrade = (void *)0x0609DD28; +const void * RTTI_ShipEditor_SystemSelected = (void *)0x0609CF18; +const void * RTTI_ShipFarTravelCameraState = (void *)0x06150198; +const void * RTTI_ShipHudDataModel = (void *)0x061A3688; +const void * RTTI_ShipHudDataModel__ShipHudEventShuttle = (void *)0x061A32B8; +const void * RTTI_ShipHudQuickContainer_TransferItem = (void *)0x061D9248; +const void * RTTI_ShipHudQuickContainer_TransferMenu = (void *)0x061A5108; +const void * RTTI_ShipHud_AbortJump = (void *)0x061D9288; +const void * RTTI_ShipHud_Activate = (void *)0x061A50E0; +const void * RTTI_ShipHud_BodyViewMarkerDimensions = (void *)0x061A35B0; +const void * RTTI_ShipHud_ChangeComponentSelection = (void *)0x061A5058; +const void * RTTI_ShipHud_CloseMenu = (void *)0x061A4FF8; +const void * RTTI_ShipHud_Deselect = (void *)0x061A50B8; +const void * RTTI_ShipHud_DockRequested = (void *)0x061D92D8; +const void * RTTI_ShipHud_FarTravel = (void *)0x061A3610; +const void * RTTI_ShipHud_HailAccepted = (void *)0x061A51F8; +const void * RTTI_ShipHud_HailCancelled = (void *)0x061A51C8; +const void * RTTI_ShipHud_HailShip = (void *)0x061D92B0; +const void * RTTI_ShipHud_JumpToQuestMarker = (void *)0x061A3580; +const void * RTTI_ShipHud_Land = (void *)0x061A5148; +const void * RTTI_ShipHud_LandingMarkerMap = (void *)0x061A5198; +const void * RTTI_ShipHud_Map = (void *)0x061A5170; +const void * RTTI_ShipHud_OnMonocleToggle = (void *)0x061A5228; +const void * RTTI_ShipHud_OpenPhotoMode = (void *)0x061A3550; +const void * RTTI_ShipHud_Repair = (void *)0x061A35E8; +const void * RTTI_ShipHud_SetTargetMode = (void *)0x061A34B8; +const void * RTTI_ShipHud_Target = (void *)0x061A5090; +const void * RTTI_ShipHud_TargetShipSystem = (void *)0x061A34E8; +const void * RTTI_ShipHud_UntargetShipSystem = (void *)0x061A3518; +const void * RTTI_ShipHud_UpdateComponentPower = (void *)0x061A5020; +const void * RTTI_ShipHud_UpdateTargetPanelRect = (void *)0x061D9D28; +const void * RTTI_ShipRefuelMenu = (void *)0x061C5EC8; +const void * RTTI_ShipRefuelMenuDataModel = (void *)0x061A5BF0; +const void * RTTI_ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle = (void *)0x061A5BA0; +const void * RTTI_ShipTargetingCameraState = (void *)0x061501C8; +const void * RTTI_ShowSubsegmentHandler = (void *)0x06234A10; +const void * RTTI_SideBar = (void *)0x0635C5E0; +const void * RTTI_SimpleAnimationGraphManagerHolder = (void *)0x060BE598; +const void * RTTI_SimpleAnimationGraphManagerLoadingTask = (void *)0x0614AF90; +const void * RTTI_SitWaitMenu = (void *)0x0627B3D0; +const void * RTTI_Sizing__mpBoxSizer = (void *)0x0635E3F0; +const void * RTTI_Sizing__mpButtonSizer = (void *)0x05FDA9C8; +const void * RTTI_SkillsMenu = (void *)0x061C72E8; +const void * RTTI_SkillsMenu_Accept = (void *)0x061C7810; +const void * RTTI_SkillsMenu_AddPatch = (void *)0x061C7838; +const void * RTTI_SkillsMenu_Cancel = (void *)0x061C7868; +const void * RTTI_SkillsMenu_ChangeCursorVisibility = (void *)0x061C77A0; +const void * RTTI_SkillsMenu_SaveLastCategory = (void *)0x061C77D8; +const void * RTTI_SkillsMenu__SkillsMenuEventShuttle = (void *)0x061C6FB8; +const void * RTTI_SkinAttach = (void *)0x062DE0A0; +const void * RTTI_Sky = (void *)0x061325B0; +const void * RTTI_SkyEffectController = (void *)0x06131C28; +const void * RTTI_SleepWaitMenu = (void *)0x0627C2A0; +const void * RTTI_SleepWaitMenu_InterruptRest = (void *)0x0627C390; +const void * RTTI_SleepWaitMenu_StartRest = (void *)0x0627C360; +const void * RTTI_SleepWaitMenu__SleepWaitMenuEventShuttle = (void *)0x0627C220; +const void * RTTI_SlideStartHandler = (void *)0x06233C70; +const void * RTTI_SlowTimeEffect = (void *)0x061F1008; +const void * RTTI_SneakStateChangeHandler = (void *)0x062383E8; +const void * RTTI_SortFilter = (void *)0x0635DEC8; +const void * RTTI_SoulTrapEffect = (void *)0x061F1078; +const void * RTTI_SpaceComponentViewAccessWrite = (void *)0x061068E8; +const void * RTTI_SpaceshipAIComponentEventHandler = (void *)0x062A0140; +const void * RTTI_SpaceshipBIEvents__EventSink = (void *)0x061F2538; +const void * RTTI_SpaceshipBoostPart = (void *)0x062A1970; +const void * RTTI_SpaceshipDockingFinishedHandler = (void *)0x062344B8; +const void * RTTI_SpaceshipEditor__HangarModeState_Null = (void *)0x06176168; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipInspect = (void *)0x061761F0; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection = (void *)0x06176CE0; +const void * RTTI_SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle = (void *)0x061770B0; +const void * RTTI_SpaceshipEditor__ModuleModeState_Add = (void *)0x060B7058; +const void * RTTI_SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle = (void *)0x060B6E20; +const void * RTTI_SpaceshipEditor__ModuleModeState_Color = (void *)0x060B8540; +const void * RTTI_SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle = (void *)0x060B8250; +const void * RTTI_SpaceshipEditor__ModuleModeState_Edit = (void *)0x060BB290; +const void * RTTI_SpaceshipEditor__ModuleModeState_Empty = (void *)0x060BB1D0; +const void * RTTI_SpaceshipEditor__ModuleModeState_Null = (void *)0x060BB210; +const void * RTTI_SpaceshipEditor__ModuleModeState_Selection = (void *)0x060BB150; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting = (void *)0x060B4408; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle = (void *)0x060B41C0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck = (void *)0x060B4FD0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle = (void *)0x060B4E20; +const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode = (void *)0x06175FC0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle = (void *)0x06176060; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Loading = (void *)0x060BB250; +const void * RTTI_SpaceshipEditor__ShipBuilderState_ModuleMode = (void *)0x060B5710; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Null = (void *)0x060BB190; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Popup = (void *)0x060BB0D0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename = (void *)0x060B61C0; +const void * RTTI_SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle = (void *)0x060B6010; +const void * RTTI_SpaceshipEditor__ShipBuilderState_UpgradeMode = (void *)0x0609C7B0; +const void * RTTI_SpaceshipEditor__Spaceship3DManager = (void *)0x060B9340; +const void * RTTI_SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle = (void *)0x060B9180; +const void * RTTI_SpaceshipEditor__SpaceshipEditorGame3DManager = (void *)0x060B93B0; +const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu = (void *)0x060BB360; +const void * RTTI_SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle = (void *)0x060BACD0; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Null = (void *)0x060BB110; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace = (void *)0x0609DAE8; +const void * RTTI_SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle = (void *)0x0609DCC0; +const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect = (void *)0x0609CED0; +const void * RTTI_SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle = (void *)0x0609CDC0; +const void * RTTI_SpaceshipEffectsUtil__EventSink = (void *)0x062A1358; +const void * RTTI_SpaceshipEquipmentComponent = (void *)0x062A18B8; +const void * RTTI_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler = (void *)0x062A1740; +const void * RTTI_SpaceshipGravDrivePart = (void *)0x062A1888; +const void * RTTI_SpaceshipHudMenu = (void *)0x061D8ED0; +const void * RTTI_SpaceshipLandingFinishedFailsafeHandler = (void *)0x06234478; +const void * RTTI_SpaceshipLandingFinishedHandler = (void *)0x06234528; +const void * RTTI_SpaceshipLinkedCell__ExteriorShipCell = (void *)0x062ADD60; +const void * RTTI_SpaceshipLinkedCell__InteriorShipCell = (void *)0x062ADD20; +const void * RTTI_SpaceshipLinkedCell__ShipCell = (void *)0x062ADDA0; +const void * RTTI_SpaceshipMobilityPart = (void *)0x062A1940; +const void * RTTI_SpaceshipPart = (void *)0x062A18F0; +const void * RTTI_SpaceshipPlayerSounds = (void *)0x062A44A8; +const void * RTTI_SpaceshipShieldPart = (void *)0x062A19A0; +const void * RTTI_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler = (void *)0x062A4700; +const void * RTTI_SpaceshipTakeOffFinishedHandler = (void *)0x062344F0; +const void * RTTI_SpaceshipUndockingFinishedHandler = (void *)0x062345D0; +const void * RTTI_SpaceshipWeapon = (void *)0x062A1918; +const void * RTTI_Spaceship__InstanceData = (void *)0x06107D78; +const void * RTTI_Spaceship__LadderSwapHandler = (void *)0x05FEFF80; +const void * RTTI_Spaceship__ShipProxyCollisionListener = (void *)0x0610B5E0; +const void * RTTI_Spaceship__TargetingMode = (void *)0x0620B6B8; +const void * RTTI_SpawnHazardEffect = (void *)0x0620D5E8; +const void * RTTI_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler = (void *)0x060AD280; +const void * RTTI_SpecificItemCollector = (void *)0x06130F20; +const void * RTTI_SpectatorPackage = (void *)0x05FD1DE0; +const void * RTTI_SpeedScale = (void *)0x062BF390; +const void * RTTI_SpeedScaleInstance = (void *)0x062BF3B8; +const void * RTTI_SpellItem = (void *)0x05FE7A28; +const void * RTTI_SpringBoneData = (void *)0x061002F0; +const void * RTTI_SpringBoneInstance = (void *)0x06100318; +const void * RTTI_StaggerEffect = (void *)0x061EFD78; +const void * RTTI_StaggerMeter = (void *)0x062BAD00; +const void * RTTI_StaggerMeterInstance = (void *)0x062BE948; +const void * RTTI_StaggeredStopHandler = (void *)0x06237E98; +const void * RTTI_StarField__LoadNodeBarrier = (void *)0x0610AF28; +const void * RTTI_StarField__ModuleState = (void *)0x0610B010; +const void * RTTI_StarField__SpaceReference__RetargetExterior3d = (void *)0x0610AF60; +const void * RTTI_StarMapMenu_ExecuteRoute = (void *)0x061E0398; +const void * RTTI_StarMapMenu_Galaxy_FocusSystem = (void *)0x061DF9D8; +const void * RTTI_StarMapMenu_LandingInputInProgress = (void *)0x061DC9A8; +const void * RTTI_StarMapMenu_MarkerGroupContainerVisibilityChanged = (void *)0x061DC9F0; +const void * RTTI_StarMapMenu_MarkerGroupEntryClicked = (void *)0x061DC928; +const void * RTTI_StarMapMenu_MarkerGroupEntryHoverChanged = (void *)0x061DC968; +const void * RTTI_StarMapMenu_OnCancel = (void *)0x061E02D0; +const void * RTTI_StarMapMenu_OnClearRoute = (void *)0x061E03C8; +const void * RTTI_StarMapMenu_OnExitStarMap = (void *)0x061E0238; +const void * RTTI_StarMapMenu_OnGalaxyViewInitialized = (void *)0x061DFA10; +const void * RTTI_StarMapMenu_OnHintButtonClicked = (void *)0x061E0268; +const void * RTTI_StarMapMenu_OnOutpostEntrySelected = (void *)0x061E00C8; +const void * RTTI_StarMapMenu_QuickSelectChange = (void *)0x061DE2D0; +const void * RTTI_StarMapMenu_ReadyToClose = (void *)0x061E02A0; +const void * RTTI_StarMapMenu_ScanPlanet = (void *)0x061E19F8; +const void * RTTI_StarMapMenu_SelectedLandingSite = (void *)0x061DC8B0; +const void * RTTI_StarMapMenu_SelectedLandingSiteFailed = (void *)0x061DC8E8; +const void * RTTI_StarMapMenu_ShowRealCursor = (void *)0x061E1B18; +const void * RTTI_StarMap__BodyInfoToUI = (void *)0x06183598; +const void * RTTI_StarMap__BodyInspectState = (void *)0x061DC488; +const void * RTTI_StarMap__BodyInspectState__BodyInspectStateEventShuttle = (void *)0x061DAED0; +const void * RTTI_StarMap__ConfirmCustomMarkerActionCallback = (void *)0x061E2930; +const void * RTTI_StarMap__DelayCommand = (void *)0x061DACC8; +const void * RTTI_StarMap__Galaxy3DScene = (void *)0x061D9D60; +const void * RTTI_StarMap__GalaxyState = (void *)0x061DDEE0; +const void * RTTI_StarMap__GalaxyState__GalaxyStateEventShuttle = (void *)0x061DDD90; +const void * RTTI_StarMap__IStarMapState = (void *)0x061DC198; +const void * RTTI_StarMap__PlanetInfoToUI = (void *)0x06183568; +const void * RTTI_StarMap__SelectBodyEventHelper = (void *)0x06209370; +const void * RTTI_StarMap__StarMapMenu = (void *)0x061E1898; +const void * RTTI_StarMap__StarMapMenuDataModel = (void *)0x061DFDE0; +const void * RTTI_StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle = (void *)0x061DF4D0; +const void * RTTI_StarMap__StarMapMenu__StarMapMenuEventShuttle = (void *)0x061DFF90; +const void * RTTI_StarMap__StarMapSystemMobile = (void *)0x061E1BE8; +const void * RTTI_StarMap__SurfaceMap3DScene = (void *)0x061790D0; +const void * RTTI_StarMap__SurfaceMap3DScene__Scene = (void *)0x06179100; +const void * RTTI_StarMap__SurfaceMap3DScene__TerrainScene = (void *)0x06179090; +const void * RTTI_StarMap__SurfaceMapMaterialController__DefaultMaterialApplicator = (void *)0x061794B0; +const void * RTTI_StarMap__SurfaceMapMaterialController__MaterialApplicator = (void *)0x06179460; +const void * RTTI_StarMap__SurfaceMapMaterialController__SpecializedMaterialApplicator = (void *)0x06179510; +const void * RTTI_StarMap__SurfaceMapState = (void *)0x061E28F8; +const void * RTTI_StarMap__SurfaceMapState__SurfaceMapStateEventShuttle = (void *)0x061E25C0; +const void * RTTI_StarMap__SurfaceMapUIPlanetModule = (void *)0x061E38B0; +const void * RTTI_StarMap__SystemBodyInfoToUI = (void *)0x061835C8; +const void * RTTI_StarMap__SystemState = (void *)0x061E4798; +const void * RTTI_StarMap__SystemState__SystemStateEventShuttle = (void *)0x061E45A0; +const void * RTTI_StarMap__Util__ConfirmFastTravelCallback = (void *)0x061DACF8; +const void * RTTI_StarMap__Util__ConfirmGravJumpPlotCallback = (void *)0x061DAD38; +const void * RTTI_StartFloatingHandler = (void *)0x06238578; +const void * RTTI_StartPCapVoiceHandler = (void *)0x062347C8; +const void * RTTI_StartSecurityMinigameHandler = (void *)0x06234398; +const void * RTTI_StateConfirmingAction = (void *)0x0618F7E0; +const void * RTTI_StateEngagmentPrompt = (void *)0x0618F718; +const void * RTTI_StateInitialLoad = (void *)0x0618F5B8; +const void * RTTI_StateIntroVideo = (void *)0x0618F668; +const void * RTTI_StateLegalScreen = (void *)0x0618F640; +const void * RTTI_StateLoadPanelInteract = (void *)0x0618F778; +const void * RTTI_StateMachine = (void *)0x062BE538; +const void * RTTI_StateMachineInstance = (void *)0x062BE508; +const void * RTTI_StateMainPanelInteract = (void *)0x0618F748; +const void * RTTI_StateOpenFromInstallMenu = (void *)0x0618F610; +const void * RTTI_StateOpenFromReset = (void *)0x0618F690; +const void * RTTI_StateOpenFromStartup = (void *)0x0618F5E0; +const void * RTTI_StateOtherMenuOpen = (void *)0x0618F840; +const void * RTTI_StatePerformingAction = (void *)0x0618F810; +const void * RTTI_StateSettingsPanelInteract = (void *)0x0618F7A8; +const void * RTTI_StateSplashScreen = (void *)0x0618F6F0; +const void * RTTI_StateVariableControl = (void *)0x062BF0E8; +const void * RTTI_StateVariableControlInstance = (void *)0x062BF0B0; +const void * RTTI_StateWaitingOnLoad = (void *)0x0618F6C0; +const void * RTTI_StaticAvoidNodeManager = (void *)0x062220F8; +const void * RTTI_StatusMenu = (void *)0x061E4830; +const void * RTTI_SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed = (void *)0x0636F080; +const void * RTTI_StimpakEffect = (void *)0x061F10A0; +const void * RTTI_StopFloatingHandler = (void *)0x062384E0; +const void * RTTI_StopMountCameraHandler = (void *)0x06238CA8; +const void * RTTI_StorageSpaceBar = (void *)0x0635E780; +const void * RTTI_StorageTable__AsyncTableColumnBase = (void *)0x060FC8F0; +const void * RTTI_StorageTable__DirectColumnDataStorageInterface = (void *)0x060FC9C0; +const void * RTTI_StorageTable__ScheduleImpl = (void *)0x06331C88; +const void * RTTI_StorageTable__StorageDataBase = (void *)0x060F3058; +const void * RTTI_StreamingInstallMenu = (void *)0x061E4BE0; +const void * RTTI_StreamingInstallMenu__StreamingInstallEventShuttle = (void *)0x061E4D30; +const void * RTTI_StreamingInstallMenu__StreamingProgressData = (void *)0x061E4CE0; +const void * RTTI_StringUIValue = (void *)0x060B9380; +const void * RTTI_SubgraphAndOffsetDBData = (void *)0x062BFD90; +const void * RTTI_SummonCreatureEffect = (void *)0x061F1130; +const void * RTTI_SummonDuplicateEffect = (void *)0x061F12D8; +const void * RTTI_SummonPlacementEffect = (void *)0x061F1100; +const void * RTTI_SupportMaterialHandler = (void *)0x0620B418; +const void * RTTI_SurfaceMapMenu_EnablePointCloud = (void *)0x061E2838; +const void * RTTI_SurfaceMapMenu_MarkerClicked = (void *)0x061E29C0; +const void * RTTI_SurfaceMapMenu_TryPlaceCustomMarker = (void *)0x061E2870; +const void * RTTI_SwapGraphNode = (void *)0x062BE448; +const void * RTTI_SwapGraphNodeInstance = (void *)0x062BE470; +const void * RTTI_SwitchNode = (void *)0x062BE590; +const void * RTTI_SwitchNodeInstance = (void *)0x062BE560; +const void * RTTI_SyncDeferDeathHandler = (void *)0x062347F8; +const void * RTTI_SyncEarlyExitHandler = (void *)0x06234828; +const void * RTTI_SyncQueueObj = (void *)0x06169330; +const void * RTTI_TBO_InstanceData = (void *)0x06107DA8; +const void * RTTI_TES = (void *)0x060C2C00; +const void * RTTI_TESAIForm = (void *)0x05FCD128; +const void * RTTI_TESActorBase = (void *)0x05FCCB58; +const void * RTTI_TESActorBaseData = (void *)0x05FCD038; +const void * RTTI_TESAmmo = (void *)0x061140D0; +const void * RTTI_TESAudio__ScriptedMusicState = (void *)0x061F1BD0; +const void * RTTI_TESBipedModelForm = (void *)0x05FCCFE0; +const void * RTTI_TESBoundAnimObject = (void *)0x061119B8; +const void * RTTI_TESBoundObject = (void *)0x05FE5A10; +const void * RTTI_TESCamera = (void *)0x0614AFD0; +const void * RTTI_TESCameraState = (void *)0x0614FAD0; +const void * RTTI_TESChildCell = (void *)0x061438B8; +const void * RTTI_TESClass = (void *)0x0612D990; +const void * RTTI_TESClimate = (void *)0x06118610; +const void * RTTI_TESCombatStyle = (void *)0x05FCCB80; +const void * RTTI_TESContainer = (void *)0x06067680; +const void * RTTI_TESCustomPackageData = (void *)0x06143548; +const void * RTTI_TESDataHandler = (void *)0x060C5F78; +const void * RTTI_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm = (void *)0x060C58C0; +const void * RTTI_TESDataHandlerPostBuildFileListSource = (void *)0x06067E60; +const void * RTTI_TESDataHandler__ArchiveRegistrationListener = (void *)0x060C60A0; +const void * RTTI_TESDescription = (void *)0x05FE7B40; +const void * RTTI_TESDialoguePackageData = (void *)0x05FCFB70; +const void * RTTI_TESEffectShader = (void *)0x06114278; +const void * RTTI_TESEnchantableForm = (void *)0x05FCCFB0; +const void * RTTI_TESEyes = (void *)0x0612D9B0; +const void * RTTI_TESFaction = (void *)0x05FCCC68; +const void * RTTI_TESFile = (void *)0x060C62F0; +const void * RTTI_TESFlora = (void *)0x06114388; +const void * RTTI_TESFloraInstanceData = (void *)0x06114358; +const void * RTTI_TESFollowPackageData = (void *)0x061434E0; +const void * RTTI_TESForm = (void *)0x05FE5A58; +const void * RTTI_TESFullName = (void *)0x05FE5AF8; +const void * RTTI_TESFurniture = (void *)0x06113E88; +const void * RTTI_TESGlobal = (void *)0x05FCCD28; +const void * RTTI_TESGrass = (void *)0x06114418; +const void * RTTI_TESHandleForm = (void *)0x06116D28; +const void * RTTI_TESHavokUtilities__CellHeightFieldCuller = (void *)0x06131A10; +const void * RTTI_TESHealthForm = (void *)0x05FCD148; +const void * RTTI_TESIdleForm = (void *)0x05FCC250; +const void * RTTI_TESImageSpace = (void *)0x05FCCA28; +const void * RTTI_TESImageSpaceModifiableForm = (void *)0x05FE5B68; +const void * RTTI_TESImageSpaceModifier = (void *)0x05FCEFC8; +const void * RTTI_TESKey = (void *)0x05FCCD70; +const void * RTTI_TESLandTexture = (void *)0x06118670; +const void * RTTI_TESLevCharacter = (void *)0x06114460; +const void * RTTI_TESLevItem = (void *)0x06114488; +const void * RTTI_TESLevSpell = (void *)0x061144B0; +const void * RTTI_TESLeveledList = (void *)0x05FCCF88; +const void * RTTI_TESLoadScreen = (void *)0x0612A4C8; +const void * RTTI_TESMagicTargetForm = (void *)0x060CB980; +const void * RTTI_TESModel = (void *)0x05FE5B20; +const void * RTTI_TESModelDB__TESAutoQueuedDependentNode = (void *)0x060C6430; +const void * RTTI_TESModelDB__TESQueuedHandles = (void *)0x060BFED0; +const void * RTTI_TESModelTri = (void *)0x0612CDE0; +const void * RTTI_TESNPC = (void *)0x05FCF230; +const void * RTTI_TESNPCData__ChargenDataModel = (void *)0x0610F418; +const void * RTTI_TESNPC__InstanceData = (void *)0x0612E328; +const void * RTTI_TESObject = (void *)0x05FE5A38; +const void * RTTI_TESObjectACTI = (void *)0x06113D50; +const void * RTTI_TESObjectANIO = (void *)0x06114BE0; +const void * RTTI_TESObjectARMA = (void *)0x05FCEF70; +const void * RTTI_TESObjectARMO = (void *)0x06114D00; +const void * RTTI_TESObjectARMOInstanceData = (void *)0x05FCC460; +const void * RTTI_TESObjectBOOK = (void *)0x06114E18; +const void * RTTI_TESObjectCELL = (void *)0x05FCC190; +const void * RTTI_TESObjectCONT = (void *)0x06114F78; +const void * RTTI_TESObjectCONT__InstanceData = (void *)0x06114F40; +const void * RTTI_TESObjectDOOR = (void *)0x061157B0; +const void * RTTI_TESObjectLIGH = (void *)0x06114598; +const void * RTTI_TESObjectMISC = (void *)0x06114438; +const void * RTTI_TESObjectREFR = (void *)0x05FCC118; +const void * RTTI_TESObjectREFRDef__IAliasFunctor = (void *)0x060BDAC0; +const void * RTTI_TESObjectREFRDef__IAliasLinkedChildFunctor = (void *)0x060BDA80; +const void * RTTI_TESObjectREFRDef__ILinkedReferenceFunctor = (void *)0x060716F0; +const void * RTTI_TESObjectREFRIsReadyForAttachEvent = (void *)0x0611E760; +const void * RTTI_TESObjectREFRSync__REFRSyncController = (void *)0x061283C8; +const void * RTTI_TESObjectSTAT = (void *)0x06112040; +const void * RTTI_TESObjectWEAP = (void *)0x06115F48; +const void * RTTI_TESObjectWEAPInstanceData = (void *)0x06115F18; +const void * RTTI_TESPackage = (void *)0x05FCCC40; +const void * RTTI_TESPackedFile = (void *)0x060C6310; +const void * RTTI_TESPlanetModel = (void *)0x05FCCA00; +const void * RTTI_TESQuest = (void *)0x060912E0; +const void * RTTI_TESRace = (void *)0x05FCF5B8; +const void * RTTI_TESRaceForm = (void *)0x05FCD0D8; +const void * RTTI_TESRegion = (void *)0x061061F0; +const void * RTTI_TESRegionData = (void *)0x05FCEBC0; +const void * RTTI_TESRegionDataManager = (void *)0x06106210; +const void * RTTI_TESRegionDataMap = (void *)0x06106240; +const void * RTTI_TESRegionDataSound = (void *)0x06106268; +const void * RTTI_TESRegionDataWeather = (void *)0x05FCEBE8; +const void * RTTI_TESRegionList = (void *)0x06106298; +const void * RTTI_TESShout = (void *)0x0612C9D8; +const void * RTTI_TESSoulGem = (void *)0x06115F70; +const void * RTTI_TESSound = (void *)0x0612C9F8; +const void * RTTI_TESSpellList = (void *)0x05FCD0B0; +const void * RTTI_TESTexture = (void *)0x05FCD230; +const void * RTTI_TESTopic = (void *)0x05FCCCB8; +const void * RTTI_TESTopicInfo = (void *)0x05FCCC18; +const void * RTTI_TESTrapListener = (void *)0x06131B80; +const void * RTTI_TESValueForm = (void *)0x060BBB48; +const void * RTTI_TESWaterForm = (void *)0x05FCCCD8; +const void * RTTI_TESWaterNormals = (void *)0x06149CE8; +const void * RTTI_TESWaterObject = (void *)0x06149D10; +const void * RTTI_TESWaterSystem = (void *)0x06149CC0; +const void * RTTI_TESWeather = (void *)0x06128408; +const void * RTTI_TESWeightForm = (void *)0x060BBA50; +const void * RTTI_TESWordOfPower = (void *)0x0612CA18; +const void * RTTI_TESWorldSpace = (void *)0x05FCEB98; +const void * RTTI_TES__PostGridLoadNode = (void *)0x060C2BD0; +const void * RTTI_TagField = (void *)0x0635E440; +const void * RTTI_TagPropagationNode = (void *)0x062BEA48; +const void * RTTI_TagPropagationNodeInstance = (void *)0x062BEA10; +const void * RTTI_TakeOffInitiateCompleteHandler = (void *)0x06234440; +const void * RTTI_TakeoffMenu = (void *)0x061D9220; +const void * RTTI_TakeoffMenuDataModel = (void *)0x061A5EA8; +const void * RTTI_TakeoffMenuDataModel__TakeoffMenuEventShuttle = (void *)0x061A5E60; +const void * RTTI_TakeoffMenu_CloseMenu = (void *)0x061D9338; +const void * RTTI_TakeoffMenu_ExitShip = (void *)0x061D9308; +const void * RTTI_TakeoffMenu_Launch = (void *)0x061D93B8; +const void * RTTI_TargetEntry = (void *)0x06130508; +const void * RTTI_TelekinesisEffect = (void *)0x061F1428; +const void * RTTI_TeleportDoorSearch = (void *)0x061457A0; +const void * RTTI_TempLoadedCellDB__LoadTempDataForCell = (void *)0x060A9980; +const void * RTTI_TerminalMenu_CancelEvent = (void *)0x061E62A8; +const void * RTTI_TerminalOpenViewCallback = (void *)0x061E6078; +const void * RTTI_TerminalRunResultsCallback = (void *)0x061E60A8; +const void * RTTI_Terminal_CloseAllViews = (void *)0x061E6248; +const void * RTTI_Terminal_CloseTopView = (void *)0x061E6278; +const void * RTTI_Terminal_CloseView = (void *)0x061E61E8; +const void * RTTI_Terminal_MenuItemClick = (void *)0x061E6218; +const void * RTTI_Terminal__AddAliasedTerminalsFunc = (void *)0x061E64B8; +const void * RTTI_Terminal__GenesisTerminalMenu = (void *)0x061E6040; +const void * RTTI_Terminal__GenesisTerminalMenu_UnlockItemConfirm = (void *)0x061E6540; +const void * RTTI_Terminal__GenesisTerminalMenu_UnlockedItemWithKey = (void *)0x061E64F0; +const void * RTTI_Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle = (void *)0x061E5F10; +const void * RTTI_TerminateGraphRagdollHandler = (void *)0x062349A8; +const void * RTTI_TerrainDB__TerrainBarrierNode = (void *)0x0610C7C8; +const void * RTTI_TerrainDB__TerrainGraphProcessor = (void *)0x0610C850; +const void * RTTI_TestMenu = (void *)0x061E7728; +const void * RTTI_TestMenu_DoAction = (void *)0x061E78F8; +const void * RTTI_TestMenu_ExitMenu = (void *)0x061E7748; +const void * RTTI_TestMenu_ShowImages = (void *)0x061E7870; +const void * RTTI_TestMenu_ShowResources = (void *)0x061E78A0; +const void * RTTI_TestMenu_TestAll = (void *)0x061E78D0; +const void * RTTI_TestMenu__TestMenuEventShuttle = (void *)0x061E7670; +const void * RTTI_TestReferencedObject = (void *)0x05FC42A8; +const void * RTTI_TextInputMenu = (void *)0x061E86E8; +const void * RTTI_TextInputMenu_EndEditText = (void *)0x061E8880; +const void * RTTI_TextInputMenu_InputCanceled = (void *)0x061E8848; +const void * RTTI_TextInputMenu_StartEditText = (void *)0x061E88B0; +const void * RTTI_TextInputMenu__TextInputEventShuttle = (void *)0x061E8608; +const void * RTTI_TextRenderer = (void *)0x062F15F8; +const void * RTTI_TextRenderer3D = (void *)0x06057A80; +const void * RTTI_TextureDB__ErrorStreamer = (void *)0x060764F8; +const void * RTTI_TextureDB__Manager = (void *)0x0631AD68; +const void * RTTI_TextureUtils__AutoQueuedDependentNode = (void *)0x062D8FA0; +const void * RTTI_TextureUtils__WaitStreamedNode = (void *)0x062D8FE0; +const void * RTTI_ThirdPersonState = (void *)0x0614FA78; +const void * RTTI_ThumbstickEvent = (void *)0x062C1D80; +const void * RTTI_TimeMultiplierProvider = (void *)0x061061C0; +const void * RTTI_TimerEvent = (void *)0x062BF650; +const void * RTTI_TimerEventInstance = (void *)0x062BF678; +const void * RTTI_TitleSequenceMenu = (void *)0x0627C760; +const void * RTTI_TitleSequenceMenu_StartMusic = (void *)0x0627C878; +const void * RTTI_TranslationAdjustment = (void *)0x062BAC80; +const void * RTTI_TranslationAdjustmentInstance = (void *)0x062BE978; +const void * RTTI_TrapEntry = (void *)0x06131BA8; +const void * RTTI_TrapTargetEntry = (void *)0x061304E0; +const void * RTTI_TraversalCollisionFilter = (void *)0x060D95E8; +const void * RTTI_TraversalFinishedHandler = (void *)0x062348B0; +const void * RTTI_TraversalStepDoneHandler = (void *)0x062348E0; +const void * RTTI_TrespassPackage = (void *)0x062221B8; +const void * RTTI_TrianglePathWaterLedgeTraversalSplitter = (void *)0x063012C0; +const void * RTTI_TurnUndeadEffect = (void *)0x061F1330; +const void * RTTI_TutorialMessageManager = (void *)0x061AD568; +const void * RTTI_TutorialMessageManager__TutorialMessageEventShuttle = (void *)0x0617C3D0; +const void * RTTI_TweenMenuCameraState = (void *)0x06271CA0; +const void * RTTI_TwoBoneIKNode = (void *)0x062BACB0; +const void * RTTI_TwoBoneIKNodeInstance = (void *)0x062BE9B0; +const void * RTTI_TypeRegistryTest__Ref = (void *)0x05FBEC60; +const void * RTTI_TypeRegistryTest__TypedefChild = (void *)0x05FBF1E0; +const void * RTTI_UI = (void *)0x062EFD30; +const void * RTTI_UIBlurManager = (void *)0x0627CA08; +const void * RTTI_UICellRenderer = (void *)0x060B35D0; +const void * RTTI_UICellRenderer_InventoryItem = (void *)0x060B36C8; +const void * RTTI_UICellRenderer_InventoryItem__ItemModelLoadTask = (void *)0x060B3680; +const void * RTTI_UIDataShuttleConnector = (void *)0x062EFDB8; +const void * RTTI_UIDataShuttleContainer = (void *)0x0609D170; +const void * RTTI_UIDataToFlash = (void *)0x0609CD48; +const void * RTTI_UIEventDispatcher = (void *)0x06035DA8; +const void * RTTI_UIMenuChargenMenuDisablePaperdoll = (void *)0x061D2308; +const void * RTTI_UISaveLoadManager = (void *)0x06208950; +const void * RTTI_UI_BarButton = (void *)0x0635E3A0; +const void * RTTI_UI_Button3 = (void *)0x05FDA9F8; +const void * RTTI_UI_Gallery = (void *)0x0635E460; +const void * RTTI_UI_MarkdownText = (void *)0x0635EB68; +const void * RTTI_UI_ScrollingBannerList = (void *)0x0635E2E0; +const void * RTTI_UI_ScrollingList = (void *)0x0635D438; +const void * RTTI_UI_Text = (void *)0x0635CCB8; +const void * RTTI_UI_Text3 = (void *)0x0635CC98; +const void * RTTI_UI_bannerEntry = (void *)0x0635EAC8; +const void * RTTI_UI_bar = (void *)0x0635CC10; +const void * RTTI_UI_bottomBar = (void *)0x0635CC30; +const void * RTTI_UI_detailsPage = (void *)0x0635CE88; +const void * RTTI_UI_detailsPage__OnSale = (void *)0x0635D108; +const void * RTTI_UI_element = (void *)0x0635C6F0; +const void * RTTI_UI_homePage = (void *)0x0635C738; +const void * RTTI_UI_image = (void *)0x0635CC58; +const void * RTTI_UI_image3 = (void *)0x0635CC78; +const void * RTTI_UI_listEntry = (void *)0x0635E7D8; +const void * RTTI_UI_listEntry__OnSale = (void *)0x0635E7A8; +const void * RTTI_UI_tag = (void *)0x0635EB90; +const void * RTTI_UI_topBar = (void *)0x0635E310; +const void * RTTI_UncullFurnitureBoneHandler = (void *)0x06234AD0; +const void * RTTI_UncullWeaponsHandler = (void *)0x06234A70; +const void * RTTI_UniqueAVCollector = (void *)0x0616B8A0; +const void * RTTI_UnitTest__CopyableReferencedObject = (void *)0x05FBEBF8; +const void * RTTI_UnitTest__InterfaceImpl0 = (void *)0x05FBEE98; +const void * RTTI_UnitTest__InterfaceImpl1 = (void *)0x05FBEEC8; +const void * RTTI_UnitTest__InterfaceUnregistered0 = (void *)0x05FBEEF8; +const void * RTTI_UnitTest__InterfaceUnregistered1 = (void *)0x05FBEF30; +const void * RTTI_UnitTest__NestedRelArray = (void *)0x05FBEBC8; +const void * RTTI_UnitTest__SetterTest__Foo = (void *)0x05FBEC30; +const void * RTTI_UnitTest__SimpleRelArray = (void *)0x05FBEB98; +const void * RTTI_UnitTest__TypeVm__Record = (void *)0x05FBEC90; +const void * RTTI_UnitTest__UrlObject__Shape = (void *)0x05FBEF68; +const void * RTTI_UnitTest__UrlObject__TestGraph = (void *)0x05FBEF98; +const void * RTTI_UpdateParticleParticleInDirtyAabbsTask = (void *)0x05FC8390; +const void * RTTI_UpdateRigidBodyDirtyAabbsTask = (void *)0x05FC8358; +const void * RTTI_UpdateSceneRectEvent = (void *)0x062F0190; +const void * RTTI_UseStimpakHandler = (void *)0x06234C58; +const void * RTTI_UserContent = (void *)0x062A68D0; +const void * RTTI_VATS = (void *)0x0623D030; +const void * RTTI_VATSCameraState = (void *)0x06271CD0; +const void * RTTI_VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor = (void *)0x0623CDD0; +const void * RTTI_ValueModifierEffect = (void *)0x061EF678; +const void * RTTI_VariableCombiner = (void *)0x062BB0D0; +const void * RTTI_VariableCombinerInstance = (void *)0x062BE9E0; +const void * RTTI_VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor = (void *)0x06309D30; +const void * RTTI_ViewAllEntry = (void *)0x0635E800; +const void * RTTI_VirtualPathingDoor = (void *)0x060CFB50; +const void * RTTI_WaterPathPathingNodeGenerator = (void *)0x063098C8; +const void * RTTI_WaterPathRayValidator = (void *)0x06309868; +const void * RTTI_WeaponAttachHandler = (void *)0x06234CB8; +const void * RTTI_WeaponBeginDrawHandler = (void *)0x06237D98; +const void * RTTI_WeaponBeginSheatheHandler = (void *)0x06237D10; +const void * RTTI_WeaponDetachHandler = (void *)0x06234798; +const void * RTTI_WeaponDrawHandler = (void *)0x06237D40; +const void * RTTI_WeaponEnchantmentController = (void *)0x061F0ED0; +const void * RTTI_WeaponFireEndHandler = (void *)0x06238290; +const void * RTTI_WeaponFireHandler = (void *)0x06238208; +const void * RTTI_WeaponFireStartHandler = (void *)0x06238320; +const void * RTTI_WeaponGroupAssignmentMenu_ChangeWeaponAssignment = (void *)0x060B2BE0; +const void * RTTI_WeaponGroupAssignmentMenu_OnHintButtonActivated = (void *)0x060B2B90; +const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu = (void *)0x060B2E20; +const void * RTTI_WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle = (void *)0x060B29A0; +const void * RTTI_WeaponSheatheHandler = (void *)0x06237E30; +const void * RTTI_WeaponSheatheInterruptHandler = (void *)0x06237E60; +const void * RTTI_WeaponSwingHandler = (void *)0x06238000; +const void * RTTI_WeaponsCraftingMenu = (void *)0x061E9778; +const void * RTTI_Win32FileSystemWatcher = (void *)0x05FBF4F8; +const void * RTTI_WorkshopActionButton_HoldFinished = (void *)0x061EEB18; +const void * RTTI_WorkshopActionButton_HoldStopped = (void *)0x061EEAE0; +const void * RTTI_WorkshopAreaResourcesDataModel = (void *)0x061A7438; +const void * RTTI_WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle = (void *)0x061A73E0; +const void * RTTI_WorkshopBIEvents__WorkshopEventManager = (void *)0x061F2828; +const void * RTTI_WorkshopBuilderDataModel = (void *)0x061A7A30; +const void * RTTI_WorkshopBuilderDataModel__WorkshopBuilderEventShuttle = (void *)0x061A79E0; +const void * RTTI_WorkshopBuilderMenu = (void *)0x061EA0D0; +const void * RTTI_WorkshopBuilderMenu_ChangeBuildItem = (void *)0x061E9FB8; +const void * RTTI_WorkshopBuilderMenu_SelectedItem = (void *)0x061E9FF8; +const void * RTTI_WorkshopBuilderMenu_ToggleTracking = (void *)0x061EA100; +const void * RTTI_WorkshopCamera__CameraHitCollector = (void *)0x061501F8; +const void * RTTI_WorkshopCamera__WorkshopCharacterProxyListener = (void *)0x06150230; +const void * RTTI_WorkshopCategoryBarDataModel = (void *)0x061A70F8; +const void * RTTI_WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle = (void *)0x061A70A0; +const void * RTTI_WorkshopCategoryInfoDataModel = (void *)0x061A6B78; +const void * RTTI_WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle = (void *)0x061A6B20; +const void * RTTI_WorkshopColorModeDataModel = (void *)0x0617D518; +const void * RTTI_WorkshopColorModeDataModel__WorkshopColorModeEventShuttle = (void *)0x0617D740; +const void * RTTI_WorkshopColorMode_ApplyColors = (void *)0x0617D978; +const void * RTTI_WorkshopColorMode_SelectedTab = (void *)0x0617D940; +const void * RTTI_WorkshopColorMode_SliderChanged = (void *)0x0617D3F8; +const void * RTTI_WorkshopColorMode_SwatchChanged = (void *)0x0617D3C0; +const void * RTTI_WorkshopEngine__ActivateItemEvent = (void *)0x062A8408; +const void * RTTI_WorkshopEngine__BulldozeItemEvent = (void *)0x062A8480; +const void * RTTI_WorkshopEngine__CancelEvent = (void *)0x062A8B58; +const void * RTTI_WorkshopEngine__CommitEvent = (void *)0x062A8B90; +const void * RTTI_WorkshopEngine__ConnectTransferLinkEvent = (void *)0x062A89F8; +const void * RTTI_WorkshopEngine__ConnectWireEvent = (void *)0x062A8A38; +const void * RTTI_WorkshopEngine__CycleBehaviorEvent = (void *)0x062A8EC8; +const void * RTTI_WorkshopEngine__EditColorsEvent = (void *)0x062A8D20; +const void * RTTI_WorkshopEngine__EditItemEvent = (void *)0x062A8CE8; +const void * RTTI_WorkshopEngine__EngineFrame = (void *)0x06007100; +const void * RTTI_WorkshopEngine__ExitEvent = (void *)0x062A8BC8; +const void * RTTI_WorkshopEngine__FinishRepairEvent = (void *)0x062A8C38; +const void * RTTI_WorkshopEngine__InspectColorItemsEvent = (void *)0x062A83C8; +const void * RTTI_WorkshopEngine__ItemCombatChangedEvent = (void *)0x062A8BF8; +const void * RTTI_WorkshopEngine__NewItemEvent = (void *)0x062A8A70; +const void * RTTI_WorkshopEngine__PlaceOutpostEvent = (void *)0x062A8B20; +const void * RTTI_WorkshopEngine__PreviewColorsEvent = (void *)0x062A84B8; +const void * RTTI_WorkshopEngine__RemoveItemEvent = (void *)0x062A8CB0; +const void * RTTI_WorkshopEngine__RemoveOutpostEvent = (void *)0x062A8E58; +const void * RTTI_WorkshopEngine__RemoveSingleWorkshopItemEvent = (void *)0x062A8DD0; +const void * RTTI_WorkshopEngine__RemoveWorkshopItemsEvent = (void *)0x062A8E18; +const void * RTTI_WorkshopEngine__RequestRepairItemEvent = (void *)0x062A8C70; +const void * RTTI_WorkshopEngine__ResetColorsToDefaultEvent = (void *)0x062A8440; +const void * RTTI_WorkshopEngine__RevertBehaviorEvent = (void *)0x062A8D90; +const void * RTTI_WorkshopEngine__RotateItemEvent = (void *)0x062A8D58; +const void * RTTI_WorkshopEngine__StartQuickMenuEvent = (void *)0x062A8AA8; +const void * RTTI_WorkshopEngine__StartSnappedEvent = (void *)0x062A8E90; +const void * RTTI_WorkshopEngine__StartWorkshopEvent = (void *)0x062A8AE8; +const void * RTTI_WorkshopEngine__StateBulldoze = (void *)0x062A8838; +const void * RTTI_WorkshopEngine__StateCreatePowerLink = (void *)0x062A88E8; +const void * RTTI_WorkshopEngine__StateCreateReferences = (void *)0x062A8658; +const void * RTTI_WorkshopEngine__StateCreateTransferLink = (void *)0x062A8740; +const void * RTTI_WorkshopEngine__StateCycleSnapBehavior = (void *)0x062A87B8; +const void * RTTI_WorkshopEngine__StateDuplicateReferences = (void *)0x062A85E0; +const void * RTTI_WorkshopEngine__StateIdle = (void *)0x062A8698; +const void * RTTI_WorkshopEngine__StateInspect = (void *)0x062A8780; +const void * RTTI_WorkshopEngine__StateInspectColorItems = (void *)0x062A87F8; +const void * RTTI_WorkshopEngine__StateModifyColors = (void *)0x062A8870; +const void * RTTI_WorkshopEngine__StatePostCommitEdit = (void *)0x062AA1B8; +const void * RTTI_WorkshopEngine__StateSetupReferences = (void *)0x062A8568; +const void * RTTI_WorkshopEngine__StateUpdateAutoFoundation = (void *)0x062AA178; +const void * RTTI_WorkshopEngine__StateUpdateCommitSnapEdit = (void *)0x062AA138; +const void * RTTI_WorkshopEngine__StateUpdatePlacement = (void *)0x062A8528; +const void * RTTI_WorkshopEngine__StateUpdatePowerLink = (void *)0x062A88A8; +const void * RTTI_WorkshopEngine__StateUpdateSnapped = (void *)0x062A84F0; +const void * RTTI_WorkshopEngine__StateUpdateTransferLink = (void *)0x062A86C8; +const void * RTTI_WorkshopEngine__StateWait3D = (void *)0x062A85A8; +const void * RTTI_WorkshopEngine__TrackItemEvent = (void *)0x062A8390; +const void * RTTI_WorkshopEngine__UntrackItemEvent = (void *)0x062A8358; +const void * RTTI_WorkshopEngine__UpdateEvent = (void *)0x062A8960; +const void * RTTI_WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter = (void *)0x0614CFB0; +const void * RTTI_WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector = (void *)0x0614F000; +const void * RTTI_WorkshopHavokUtils__ForwardCastCollector = (void *)0x0614D0A8; +const void * RTTI_WorkshopHavokUtils__GroundInfoCollisionfilter = (void *)0x0614F6E0; +const void * RTTI_WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter = (void *)0x0614D010; +const void * RTTI_WorkshopHavokUtils__IntersectionTestCollisionfilter = (void *)0x0614CF60; +const void * RTTI_WorkshopHavokUtils__ItemPlacementForwardCastCollector = (void *)0x0614EA20; +const void * RTTI_WorkshopHavokUtils__TempItemPlacementCollector = (void *)0x062AB180; +const void * RTTI_WorkshopHavokUtils__WorkshopClosestHitGroundCollector = (void *)0x0614EAC0; +const void * RTTI_WorkshopHavokUtils__WorkshopGroundCollector = (void *)0x0614EA70; +const void * RTTI_WorkshopHavokUtils__hknpWorkshopCastCollector = (void *)0x0614CF10; +const void * RTTI_WorkshopHavokUtils__hknpWorkshopIntersectCollector = (void *)0x0614D0F0; +const void * RTTI_WorkshopHighlightUtils__EventListener = (void *)0x062AAF88; +const void * RTTI_WorkshopInteractiveMessageDataModel = (void *)0x061A85E8; +const void * RTTI_WorkshopInteractiveMessageDataModel__ICallback = (void *)0x061ECB30; +const void * RTTI_WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle = (void *)0x061A8580; +const void * RTTI_WorkshopIsoCameraState = (void *)0x06271900; +const void * RTTI_WorkshopLOD__WorkshopLODManager = (void *)0x062A74B0; +const void * RTTI_WorkshopMenu = (void *)0x061EC790; +const void * RTTI_WorkshopMenuShared = (void *)0x061EEBF0; +const void * RTTI_WorkshopMenu_AttemptBuild = (void *)0x061ECB78; +const void * RTTI_WorkshopMenu_CancelAction = (void *)0x061ECA58; +const void * RTTI_WorkshopMenu_ChangeVariant = (void *)0x061ECBA8; +const void * RTTI_WorkshopMenu_ConnectionEvent = (void *)0x061ECA88; +const void * RTTI_WorkshopMenu_ExitMenu = (void *)0x061ECA28; +const void * RTTI_WorkshopMenu_MessageCallback = (void *)0x061EC9B8; +const void * RTTI_WorkshopMenu_SelectedCategory = (void *)0x061ECBE0; +const void * RTTI_WorkshopMenu_SelectedGridObject = (void *)0x061ECAF0; +const void * RTTI_WorkshopMenu_ShowExtras = (void *)0x061EC988; +const void * RTTI_WorkshopMenu_SwitchMode = (void *)0x061ECAC0; +const void * RTTI_WorkshopMenu_ToggleDistance = (void *)0x061EC9F0; +const void * RTTI_WorkshopMenu_ToggleTracking = (void *)0x061EC7B8; +const void * RTTI_WorkshopMenu_ToggleView = (void *)0x061EC958; +const void * RTTI_WorkshopMessageDataModel = (void *)0x061A87F0; +const void * RTTI_WorkshopMessageDataModel__WorkshopMessageEventShuttle = (void *)0x061A87A0; +const void * RTTI_WorkshopObjectInfoCardDataModel = (void *)0x061A67C0; +const void * RTTI_WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle = (void *)0x061A6760; +const void * RTTI_WorkshopOperations__CandidateSnapper = (void *)0x062AB408; +const void * RTTI_WorkshopPickRefDataModel = (void *)0x061A88F0; +const void * RTTI_WorkshopPickRefDataModel__WorkshopPickRefEventShuttle = (void *)0x061A88A0; +const void * RTTI_WorkshopQuickMenu = (void *)0x061ED178; +const void * RTTI_WorkshopQuickMenuDataModel = (void *)0x061A8FE0; +const void * RTTI_WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle = (void *)0x061A8F90; +const void * RTTI_WorkshopQuickMenu_ConfirmAction = (void *)0x061ED270; +const void * RTTI_WorkshopQuickMenu_ExitMenu = (void *)0x061ED238; +const void * RTTI_WorkshopResources__WorkshopResourcesManager = (void *)0x0614F2D0; +const void * RTTI_WorkshopShared_SetActionHandles = (void *)0x061EEC68; +const void * RTTI_WorkshopShared_StartAction = (void *)0x061EECA0; +const void * RTTI_WorkshopStateDataModel = (void *)0x061A99B8; +const void * RTTI_WorkshopStateDataModel__WorkshopStateEventShuttle = (void *)0x061A9920; +const void * RTTI_WorkshopStatusDataModel = (void *)0x0617DA90; +const void * RTTI_WorkshopStatusDataModel__WorkshopStatusEventShuttle = (void *)0x0617DB50; +const void * RTTI_WorkshopTargetMenu = (void *)0x061EDC68; +const void * RTTI_WorkshopTargetMenu_TargetHovered = (void *)0x061EDC98; +const void * RTTI_WorkshopTargetMenu_TargetPicked = (void *)0x061EDC30; +const void * RTTI_WorkshopTargetMenu__OutpostData = (void *)0x061ED948; +const void * RTTI_WorkshopTargetMenu__ResourceData = (void *)0x061EDBF8; +const void * RTTI_WorkshopTargetMenu__SourceData = (void *)0x061ED358; +const void * RTTI_WorkshopTargetMenu__TargetData = (void *)0x061EDB10; +const void * RTTI_WorkshopTargetMenu__TargetMenuData = (void *)0x061ED438; +const void * RTTI_WorkshopTargetMenu__WorkshopTargetEventShuttle = (void *)0x061EDBB0; +const void * RTTI_WorkshopUI__ConfirmDeferDeleteCallback = (void *)0x062AC350; +const void * RTTI_WorkshopUI__StateBulldoze = (void *)0x062AC5F0; +const void * RTTI_WorkshopUI__StateIdle = (void *)0x062AC588; +const void * RTTI_WorkshopUI__StateInspectColors = (void *)0x062AC5B8; +const void * RTTI_WorkshopUI__StateInspectIdle = (void *)0x062AC4A8; +const void * RTTI_WorkshopUI__StateInspectItem = (void *)0x062AC518; +const void * RTTI_WorkshopUI__StateModifyColors = (void *)0x062AC620; +const void * RTTI_WorkshopUI__StateUpdateExistingItemPlacement = (void *)0x062AC420; +const void * RTTI_WorkshopUI__StateUpdateNewDeployablePlacement = (void *)0x062AC3D0; +const void * RTTI_WorkshopUI__StateUpdateNewItemPlacement = (void *)0x062AC468; +const void * RTTI_WorkshopUI__StateUpdateTransferLinkPlacement = (void *)0x062AC660; +const void * RTTI_WorkshopUI__StateUpdateWirePlacement = (void *)0x062AC390; +const void * RTTI_WorkshopUI__UIStateMachine = (void *)0x060676D0; +const void * RTTI_Workshop_BlueprintMenu = (void *)0x061EE560; +const void * RTTI_Workshop__BulldozeOnlyWorkshopItem = (void *)0x062AAED0; +const void * RTTI_Workshop__DecoratedHabWorkshopItem = (void *)0x0614EE90; +const void * RTTI_Workshop__ExtraData = (void *)0x060BC628; +const void * RTTI_Workshop__InventoryItemWorkshopItem = (void *)0x062AAF08; +const void * RTTI_Workshop__MainStatusHandler = (void *)0x05FEFE88; +const void * RTTI_Workshop__PackinWorkshopItem = (void *)0x0614EEC8; +const void * RTTI_Workshop__PowerLinkWorkshopItem = (void *)0x062AAE60; +const void * RTTI_Workshop__SingleWorkshopItem = (void *)0x0614EF40; +const void * RTTI_Workshop__TESObjectREFRGameEventListener = (void *)0x062AAF48; +const void * RTTI_Workshop__TransferLinkWorkshopItem = (void *)0x062AAE98; +const void * RTTI_Workshop__WireWorkshopItem = (void *)0x062AB118; +const void * RTTI_Workshop__WorkshopItemBase = (void *)0x0614F050; +const void * RTTI_Workshop__WorkshopMenuNode = (void *)0x0606C5E8; +const void * RTTI_Workshop__WorkshopMenuNodeBuildableObject = (void *)0x0614D3A0; +const void * RTTI_Workshop__WorkshopMenuNodeBulldozer = (void *)0x0614D360; +const void * RTTI_Workshop__WorkshopMenuNodeDecoratedHab = (void *)0x062AB480; +const void * RTTI_Workshop__WorkshopMenuNodeLockLevel = (void *)0x0614D3E0; +const void * RTTI_Workshop__WorkshopMenuNodeOutpost = (void *)0x0606C5B0; +const void * RTTI_Workshop__WorkshopStatisticsEventSink = (void *)0x06067898; +const void * RTTI_ZeroOverheadHeap = (void *)0x062C1970; +const void * RTTI_ZeroPitchHandler = (void *)0x062381E0; +const void * RTTI_ZoneEntry = (void *)0x06130560; +const void * RTTI_allCreationsDownloadedCallback = (void *)0x062A5718; +const void * RTTI_bhkBipedOrientationController = (void *)0x062CF960; +const void * RTTI_bhkBlockStreamAllocatorBase = (void *)0x062C7098; +const void * RTTI_bhkCharProxyController = (void *)0x062CA208; +const void * RTTI_bhkCharProxyControllerCinfo = (void *)0x062CA238; +const void * RTTI_bhkCharProxyManager = (void *)0x062C6F98; +const void * RTTI_bhkCharRigidBodyController = (void *)0x062CADB0; +const void * RTTI_bhkCharRigidBodyControllerCinfo = (void *)0x062CAE88; +const void * RTTI_bhkCharRigidBodyManager = (void *)0x062C6FC8; +const void * RTTI_bhkCharacterCollisionHandler = (void *)0x06221200; +const void * RTTI_bhkCharacterController = (void *)0x062C9F28; +const void * RTTI_bhkCharacterControllerCinfo = (void *)0x062C9BB0; +const void * RTTI_bhkCharacterControllerShapeManager__hknpConvexShapeEx = (void *)0x062C9950; +const void * RTTI_bhkCharacterPointCollector = (void *)0x062CFCB0; +const void * RTTI_bhkCharacterProxy = (void *)0x062CA270; +const void * RTTI_bhkCharacterRigidBody = (void *)0x062CAE20; +const void * RTTI_bhkCharacterRigidBodyCinfo = (void *)0x062CADE8; +const void * RTTI_bhkCharacterStateClimbing = (void *)0x062C9918; +const void * RTTI_bhkCharacterStateFloating = (void *)0x062CFBF8; +const void * RTTI_bhkCharacterStateFlying = (void *)0x062C99A0; +const void * RTTI_bhkCharacterStateInAir = (void *)0x062CFBC8; +const void * RTTI_bhkCharacterStateJumping = (void *)0x062CFB98; +const void * RTTI_bhkCharacterStateOnGround = (void *)0x062CFB68; +const void * RTTI_bhkCharacterStateSpaceship = (void *)0x062C4988; +const void * RTTI_bhkCharacterStateSwimming = (void *)0x062CABB8; +const void * RTTI_bhkCollisionFilter = (void *)0x062C9580; +const void * RTTI_bhkICharOrientationController = (void *)0x062C9C68; +const void * RTTI_bhkIWorldStepListener = (void *)0x060763E8; +const void * RTTI_bhkMemorySystem = (void *)0x062CF7D8; +const void * RTTI_bhkNPCollisionObject = (void *)0x0621BB78; +const void * RTTI_bhkNPCollisionObjectUnlinked = (void *)0x0621BBD8; +const void * RTTI_bhkNPCollisionObjectUnlinked__LinkExtraData = (void *)0x062C83B0; +const void * RTTI_bhkNPCollisionProxyObject = (void *)0x062C83F8; +const void * RTTI_bhkNPModelNodeComponent = (void *)0x060CEDB0; +const void * RTTI_bhkParticlesManagerModifier = (void *)0x062C7A98; +const void * RTTI_bhkPhysicsSystem = (void *)0x062C9880; +const void * RTTI_bhkQuadOrientationController = (void *)0x062CFC78; +const void * RTTI_bhkRagdollPenetrationManager = (void *)0x062CF750; +const void * RTTI_bhkRagdollSystem = (void *)0x062C98A8; +const void * RTTI_bhkRandomVelocityGenerator__INISettingCollectionEx = (void *)0x06007010; +const void * RTTI_bhkRandomVelocityGenerator__INISettingEx = (void *)0x06065048; +const void * RTTI_bhkThreadMemorySource = (void *)0x062D02B8; +const void * RTTI_bhkThreadMemorySource__RowBlockAllocatorImpl = (void *)0x062D0270; +const void * RTTI_bhkThreadPool = (void *)0x062CA570; +const void * RTTI_bhkTrapListener = (void *)0x06131BC8; +const void * RTTI_bhkWorld = (void *)0x062C4AB8; +const void * RTTI_bhkWorldM = (void *)0x062CA298; +const void * RTTI_bnet__Account__ExternalAuthInfo = (void *)0x06365AB8; +const void * RTTI_bnet__AsyncOperationProxy = (void *)0x0635EE30; +const void * RTTI_bnet__Mods__BaseUpdatePreferenceInfo = (void *)0x0636AD38; +const void * RTTI_bnet__Mods__UpdateContentPreferenceInfo = (void *)0x06368FD8; +const void * RTTI_bnet__impl__AsyncOperation = (void *)0x0635FEC8; +const void * RTTI_bps__client__BIEventClient__BulkEventsResult = (void *)0x06096ED0; +const void * RTTI_bps__client__BIEventClient__CreateSessionResult = (void *)0x062B07A0; +const void * RTTI_bps__client__BaseRequestImpl = (void *)0x062B07E8; +const void * RTTI_bps__client__Services = (void *)0x062B0950; +const void * RTTI_castTest__Interface0 = (void *)0x05FBEDA8; +const void * RTTI_castTest__Interface1 = (void *)0x05FBEDD8; +const void * RTTI_castTest__Interface2 = (void *)0x05FBEE08; +const void * RTTI_castTest__InterfaceBase = (void *)0x05FBED40; +const void * RTTI_castTest__InterfaceOtherBase = (void *)0x05FBED70; +const void * RTTI_castTest__Leaf = (void *)0x05FBECE8; +const void * RTTI_castTest__OtherLeaf = (void *)0x05FBED10; +const void * RTTI_castTest__Root = (void *)0x05FBECC0; +const void * RTTI_castTest__WithInterfaces = (void *)0x05FBEE38; +const void * RTTI_doNothingCallback = (void *)0x06173200; +const void * RTTI_downloadConfirmResetCallback = (void *)0x062A5750; +const void * RTTI_errorCallback = (void *)0x06172B00; +const void * RTTI_hclAction = (void *)0x0621F938; +const void * RTTI_hclAntiPinchConstraintInstanceData = (void *)0x05FC4268; +const void * RTTI_hclAntiPinchConstraintSet = (void *)0x05FC2DD8; +const void * RTTI_hclBSClothParameterizedWindAction = (void *)0x062CF8B8; +const void * RTTI_hclBSClothPickingAction = (void *)0x0621F958; +const void * RTTI_hclBSWorld = (void *)0x062C6A98; +const void * RTTI_hclBendLinkConstraintSet = (void *)0x05FC2E08; +const void * RTTI_hclBendLinkConstraintSetMx = (void *)0x05FC2E38; +const void * RTTI_hclBendStiffnessConstraintSet = (void *)0x05FC2E70; +const void * RTTI_hclBendStiffnessConstraintSetMx = (void *)0x05FC2EA8; +const void * RTTI_hclBlendOperatorInstanceData = (void *)0x05FC2B08; +const void * RTTI_hclBlendSomeVerticesOperator = (void *)0x05FC2AD0; +const void * RTTI_hclBonePlanesConstraintSet = (void *)0x05FC2EE0; +const void * RTTI_hclBoneSpaceMeshMeshDeformOperator = (void *)0x05FC3130; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNOperator = (void *)0x05FC3170; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNTBOperator = (void *)0x05FC31B0; +const void * RTTI_hclBoneSpaceMeshMeshDeformPNTOperator = (void *)0x05FC31F0; +const void * RTTI_hclBoneSpaceMeshMeshDeformPOperator = (void *)0x05FC3230; +const void * RTTI_hclBoneSpaceSkinOperator = (void *)0x05FC3270; +const void * RTTI_hclBoneSpaceSkinPNOperator = (void *)0x05FC32A0; +const void * RTTI_hclBoneSpaceSkinPNTBOperator = (void *)0x05FC32D8; +const void * RTTI_hclBoneSpaceSkinPNTOperator = (void *)0x05FC3310; +const void * RTTI_hclBoneSpaceSkinPOperator = (void *)0x05FC3348; +const void * RTTI_hclBoneSpaceTransferSimulationOperator = (void *)0x05FC4068; +const void * RTTI_hclBuffer = (void *)0x062C8608; +const void * RTTI_hclBufferDefinition = (void *)0x05FC2980; +const void * RTTI_hclCapsuleShape = (void *)0x05FC2C70; +const void * RTTI_hclClothContainer = (void *)0x05FC3108; +const void * RTTI_hclClothData = (void *)0x05FC29D8; +const void * RTTI_hclClothInstance = (void *)0x05FC2900; +const void * RTTI_hclClothLeafShapeSensor = (void *)0x05FCAAE8; +const void * RTTI_hclClothPickingAction = (void *)0x0621F908; +const void * RTTI_hclClothState = (void *)0x05FC29B0; +const void * RTTI_hclClothStateInstanceData = (void *)0x05FC3878; +const void * RTTI_hclCollidable = (void *)0x05FC2928; +const void * RTTI_hclCollisionConvexes = (void *)0x05FCAC18; +const void * RTTI_hclCollisionTriangles = (void *)0x05FCABE8; +const void * RTTI_hclCompressibleLinkConstraintSet = (void *)0x05FC2F18; +const void * RTTI_hclCompressibleLinkConstraintSetMx = (void *)0x05FC2F50; +const void * RTTI_hclConstraintSet = (void *)0x05FC2A58; +const void * RTTI_hclConstraintStiffnessDispatcher = (void *)0x05FC3F58; +const void * RTTI_hclConvexGeometryShape = (void *)0x05FC2C98; +const void * RTTI_hclConvexHeightFieldShape = (void *)0x05FC2CC8; +const void * RTTI_hclConvexPlanesShape = (void *)0x05FC2CF8; +const void * RTTI_hclCopyVerticesOperator = (void *)0x05FC3790; +const void * RTTI_hclFullClothTask = (void *)0x05FC40E8; +const void * RTTI_hclGatherAllVerticesOperator = (void *)0x05FC37C0; +const void * RTTI_hclGatherSomeVerticesOperator = (void *)0x05FC37F8; +const void * RTTI_hclInputConvertOperator = (void *)0x05FC3378; +const void * RTTI_hclLocalRangeConstraintSet = (void *)0x05FC2F90; +const void * RTTI_hclMeshBoneDeformOperator = (void *)0x05FC33D8; +const void * RTTI_hclMeshMeshDeformOperator = (void *)0x05FC3440; +const void * RTTI_hclMoveParticlesOperator = (void *)0x05FC3470; +const void * RTTI_hclObjectSpaceMeshMeshDeformOperator = (void *)0x05FC34A0; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNOperator = (void *)0x05FC34E0; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNTBOperator = (void *)0x05FC3520; +const void * RTTI_hclObjectSpaceMeshMeshDeformPNTOperator = (void *)0x05FC3560; +const void * RTTI_hclObjectSpaceMeshMeshDeformPOperator = (void *)0x05FC35A0; +const void * RTTI_hclObjectSpaceSkinOperator = (void *)0x05FC35E0; +const void * RTTI_hclObjectSpaceSkinPNOperator = (void *)0x05FC3618; +const void * RTTI_hclObjectSpaceSkinPNTBOperator = (void *)0x05FC3650; +const void * RTTI_hclObjectSpaceSkinPNTOperator = (void *)0x05FC3688; +const void * RTTI_hclObjectSpaceSkinPOperator = (void *)0x05FC36C0; +const void * RTTI_hclObjectSpaceTransferSimulationOperator = (void *)0x05FC40A8; +const void * RTTI_hclOperator = (void *)0x05FC2A30; +const void * RTTI_hclOperatorSequenceTask = (void *)0x05FC4110; +const void * RTTI_hclOutputConvertOperator = (void *)0x05FC33A8; +const void * RTTI_hclPlaneShape = (void *)0x05FC2D28; +const void * RTTI_hclPointContactPlanesShape = (void *)0x05FC3F90; +const void * RTTI_hclPostExecuteClothTask = (void *)0x05FC4170; +const void * RTTI_hclPreExecuteClothTask = (void *)0x05FC4140; +const void * RTTI_hclScratchBuffer = (void *)0x05FCAC48; +const void * RTTI_hclScratchBufferDefinition = (void *)0x05FC3FC8; +const void * RTTI_hclShadowBuffer = (void *)0x05FCAC70; +const void * RTTI_hclShadowBufferDefinition = (void *)0x05FC4000; +const void * RTTI_hclShape = (void *)0x05FC2C50; +const void * RTTI_hclSimClothData = (void *)0x05FC2AA8; +const void * RTTI_hclSimClothInstance = (void *)0x05FC2950; +const void * RTTI_hclSimClothPose = (void *)0x05FC2A80; +const void * RTTI_hclSimpleMeshBoneDeformOperator = (void *)0x05FC3408; +const void * RTTI_hclSimpleWindAction = (void *)0x062CF888; +const void * RTTI_hclSimulateOperator = (void *)0x05FC2DA8; +const void * RTTI_hclSimulateOperatorInstanceData = (void *)0x05FC2C18; +const void * RTTI_hclSkinOperator = (void *)0x05FC36F8; +const void * RTTI_hclSphereShape = (void *)0x05FC2D50; +const void * RTTI_hclStandardLinkConstraintSet = (void *)0x05FC2FC8; +const void * RTTI_hclStandardLinkConstraintSetMx = (void *)0x05FC3000; +const void * RTTI_hclStateDependencyGraph = (void *)0x05FC2A00; +const void * RTTI_hclStateTransition = (void *)0x05FC2B40; +const void * RTTI_hclStaticShadowBuffer = (void *)0x05FCAC98; +const void * RTTI_hclStaticShadowBufferDefinition = (void *)0x05FC4030; +const void * RTTI_hclStretchLinkConstraintSet = (void *)0x05FC3038; +const void * RTTI_hclStretchLinkConstraintSetMx = (void *)0x05FC3070; +const void * RTTI_hclTaperedCapsuleShape = (void *)0x05FC2D78; +const void * RTTI_hclTransformSetDefinition = (void *)0x05FC2B70; +const void * RTTI_hclTransitionConstraintInstanceData = (void *)0x05FC2BD8; +const void * RTTI_hclTransitionConstraintSet = (void *)0x05FC2BA0; +const void * RTTI_hclUpdateAllVertexFramesOperator = (void *)0x05FC3720; +const void * RTTI_hclUpdateSomeVertexFramesOperator = (void *)0x05FC3758; +const void * RTTI_hclVdbObjectNode__SimulateOperatorInstanceData = (void *)0x05FC3830; +const void * RTTI_hclVolumeConstraint = (void *)0x05FC30A8; +const void * RTTI_hclVolumeConstraintInstanceData = (void *)0x05FC41F8; +const void * RTTI_hclVolumeConstraintMx = (void *)0x05FC30D8; +const void * RTTI_hclVolumeConstraintMxInstanceData = (void *)0x05FC4230; +const void * RTTI_hclWorld = (void *)0x062C6AF8; +const void * RTTI_hctClothSetup20151Options = (void *)0x05FBEB08; +const void * RTTI_hctClothSetupClothData20151Options = (void *)0x05FBEAC8; +const void * RTTI_hctClothSetupObjectData20151 = (void *)0x05FBEA90; +const void * RTTI_hkBSErrorEmpty = (void *)0x06068780; +const void * RTTI_hkBaseObject = (void *)0x06068730; +const void * RTTI_hkBlockStreamAllocator = (void *)0x062C7068; +const void * RTTI_hkBlockStreamCommandWriter = (void *)0x05FC94A0; +const void * RTTI_hkBmpFileFormat = (void *)0x05FCAD58; +const void * RTTI_hkBsdSocket = (void *)0x05FC2640; +const void * RTTI_hkBufferedStreamReader = (void *)0x05FC1498; +const void * RTTI_hkBufferedStreamWriter = (void *)0x05FC14C8; +const void * RTTI_hkConcurrency = (void *)0x05FC9400; +const void * RTTI_hkDdsFileFormat = (void *)0x05FCAD30; +const void * RTTI_hkDebugCommandProcessor = (void *)0x05FC58E8; +const void * RTTI_hkDebugDisplay = (void *)0x05FC44B8; +const void * RTTI_hkDebugDisplayHandler = (void *)0x05FC4410; +const void * RTTI_hkDefaultCompoundMeshBody = (void *)0x05FCA0F8; +const void * RTTI_hkDefaultCompoundMeshShape = (void *)0x05FCA0C0; +const void * RTTI_hkDefaultError = (void *)0x060686B8; +const void * RTTI_hkDefaultTaskQueue = (void *)0x05FC1760; +const void * RTTI_hkDefaultTaskQueueDetail__AsyncThreadPoolContext = (void *)0x05FC18E0; +const void * RTTI_hkDefaultTaskQueueDetail__BlockingThreadContext = (void *)0x05FC1840; +const void * RTTI_hkDefaultTaskQueueDetail__SpinningThreadContext = (void *)0x05FC1890; +const void * RTTI_hkDefaultTaskQueueEx__ExecutionContext = (void *)0x05FC19F8; +const void * RTTI_hkDefaultTaskQueue__CriticalSection = (void *)0x05FC1790; +const void * RTTI_hkDefaultTaskQueue__EmptyTask = (void *)0x05FC1808; +const void * RTTI_hkDefaultTaskQueue__ThreadContext = (void *)0x05FC17D0; +const void * RTTI_hkDisplayAABB = (void *)0x05FC4490; +const void * RTTI_hkDisplayCapsule = (void *)0x05FC4440; +const void * RTTI_hkDisplayGeometry = (void *)0x05FC43E8; +const void * RTTI_hkDisplaySphere = (void *)0x05FC4468; +const void * RTTI_hkDisplayWireframe = (void *)0x05FC44E0; +const void * RTTI_hkErrStream = (void *)0x05FBF590; +const void * RTTI_hkError = (void *)0x060686E0; +const void * RTTI_hkErrorRouter = (void *)0x05FC1A60; +const void * RTTI_hkFileSystem = (void *)0x06130A78; +const void * RTTI_hkFileSystem__Watcher = (void *)0x05FBF460; +const void * RTTI_hkGeometry = (void *)0x05FBF368; +const void * RTTI_hkGeometryUtils__IVertices = (void *)0x05FCB628; +const void * RTTI_hkHardwareInfo = (void *)0x05FC1A38; +const void * RTTI_hkHdrFileFormat = (void *)0x05FCADA8; +const void * RTTI_hkImageConversionStep = (void *)0x05FCADD0; +const void * RTTI_hkImageConversion_AddAlpha = (void *)0x05FCAEE8; +const void * RTTI_hkImageConversion_Decode555 = (void *)0x05FCB438; +const void * RTTI_hkImageConversion_DiscardChannels = (void *)0x05FCB400; +const void * RTTI_hkImageConversion_FLOAT16_to_32 = (void *)0x05FCB138; +const void * RTTI_hkImageConversion_FLOAT32_to_16 = (void *)0x05FCB100; +const void * RTTI_hkImageConversion_FLOAT_to_R11G11B10 = (void *)0x05FCB300; +const void * RTTI_hkImageConversion_FLOAT_to_SNORM8 = (void *)0x05FCB048; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM16 = (void *)0x05FCB080; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM8 = (void *)0x05FCB010; +const void * RTTI_hkImageConversion_FLOAT_to_UNORM8_SRGB = (void *)0x05FCB0C0; +const void * RTTI_hkImageConversion_Pad_to_RGBA32 = (void *)0x05FCB290; +const void * RTTI_hkImageConversion_Pad_to_RGBA8 = (void *)0x05FCB2C8; +const void * RTTI_hkImageConversion_R11G11B10_to_FLOAT = (void *)0x05FCB340; +const void * RTTI_hkImageConversion_R11G11B10_to_HALF = (void *)0x05FCB380; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED = (void *)0x05FCB170; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED = (void *)0x05FCB230; +const void * RTTI_hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED = (void *)0x05FCB1D0; +const void * RTTI_hkImageConversion_R8G8B8A8_to_R8G8B8 = (void *)0x05FCB3C0; +const void * RTTI_hkImageConversion_SNORM8_to_FLOAT = (void *)0x05FCAF58; +const void * RTTI_hkImageConversion_SetAlpha = (void *)0x05FCAEB0; +const void * RTTI_hkImageConversion_UNORM16_to_FLOAT = (void *)0x05FCAF90; +const void * RTTI_hkImageConversion_UNORM8_SRGB_to_FLOAT = (void *)0x05FCAFD0; +const void * RTTI_hkImageConversion_UNORM8_to_FLOAT = (void *)0x05FCAF20; +const void * RTTI_hkImageRef = (void *)0x05FCA348; +const void * RTTI_hkImageSwizzleConversion32_2103 = (void *)0x05FCAE78; +const void * RTTI_hkIndexedTransformSet = (void *)0x05FCA290; +const void * RTTI_hkIo__Detail__ArrayWriteBufferImpl = (void *)0x05FC0F88; +const void * RTTI_hkIo__Detail__ReadBufferImpl = (void *)0x05FC0EA8; +const void * RTTI_hkIo__Detail__StreamReaderImpl = (void *)0x05FC0EE0; +const void * RTTI_hkIo__Detail__StreamWriteBufferImpl = (void *)0x05FC0F50; +const void * RTTI_hkKeycodeData = (void *)0x05FCA478; +const void * RTTI_hkLifoAllocator = (void *)0x05FBF278; +const void * RTTI_hkLocalFrameGroup = (void *)0x05FC0BD8; +const void * RTTI_hkLog__Output = (void *)0x05FBF340; +const void * RTTI_hkMallocAllocator = (void *)0x05FC26B8; +const void * RTTI_hkMemoryAllocator = (void *)0x062CF800; +const void * RTTI_hkMemoryMeshBody = (void *)0x05FCA128; +const void * RTTI_hkMemoryMeshMaterial = (void *)0x05FCA180; +const void * RTTI_hkMemoryMeshShape = (void *)0x05FCA1B0; +const void * RTTI_hkMemoryMeshTexture = (void *)0x05FCA150; +const void * RTTI_hkMemoryMeshTexture__Sampler = (void *)0x05FCA3B8; +const void * RTTI_hkMemoryMeshVertexBuffer = (void *)0x05FCA420; +const void * RTTI_hkMemoryResourceContainer = (void *)0x05FC0B40; +const void * RTTI_hkMemoryResourceHandle = (void *)0x05FC0B10; +const void * RTTI_hkMemorySystem = (void *)0x062CF860; +const void * RTTI_hkMemory__ScopedStats__Collector = (void *)0x05FC0CF8; +const void * RTTI_hkMeshTexture__Sampler = (void *)0x05FCA3F0; +const void * RTTI_hkMeshVertexBuffer = (void *)0x05FCA2F0; +const void * RTTI_hkMonitorStreamColorTable = (void *)0x05FC0A30; +const void * RTTI_hkMonitorStreamContainer = (void *)0x05FC0A60; +const void * RTTI_hkMonitorStreamStringMap = (void *)0x05FC09D0; +const void * RTTI_hkMonitorStreamTypeMap = (void *)0x05FC0A00; +const void * RTTI_hkMultipleVertexBuffer = (void *)0x05FCA2C0; +const void * RTTI_hkObjectResource = (void *)0x05FC10E0; +const void * RTTI_hkOstream = (void *)0x05FBF5B8; +const void * RTTI_hkParserBuffer = (void *)0x05FC2668; +const void * RTTI_hkPrimaryCommandDispatcher = (void *)0x05FC7358; +const void * RTTI_hkProcessFactory = (void *)0x05FC43C0; +const void * RTTI_hkRefCountedProperties = (void *)0x05FBF1B0; +const void * RTTI_hkReferencedObject = (void *)0x06068700; +const void * RTTI_hkReferencedObjectLock = (void *)0x05FBF218; +const void * RTTI_hkReflect__Any__ArrayImpl = (void *)0x05FBF8D8; +const void * RTTI_hkReflect__AttributeArrayWithOwnership__AllocImpl = (void *)0x05FBF7E0; +const void * RTTI_hkReflect__ClonerCallback = (void *)0x05FBF3C8; +const void * RTTI_hkReflect__Detail__AllocationImpl = (void *)0x05FBF2A0; +const void * RTTI_hkReflect__Detail__AttributeAllocImpl = (void *)0x05FBF608; +const void * RTTI_hkReflect__Detail__BuiltinTypeReg = (void *)0x05FC15B0; +const void * RTTI_hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl = (void *)0x05FC15F0; +const void * RTTI_hkReflect__Detail__CharBufferImpl = (void *)0x05FBFD70; +const void * RTTI_hkReflect__Detail__CloneOnHeap = (void *)0x05FBF3F8; +const void * RTTI_hkReflect__Detail__DerivedDataCache = (void *)0x05FBF6B0; +const void * RTTI_hkReflect__Detail__HavokRecordImpl = (void *)0x05FC0848; +const void * RTTI_hkReflect__Detail__HavokStringImpl = (void *)0x05FC0880; +const void * RTTI_hkReflect__Detail__HeapAllocImpl = (void *)0x05FBF938; +const void * RTTI_hkReflect__Detail__HomogeneousArrayImpl = (void *)0x05FC0808; +const void * RTTI_hkReflect__Detail__Impl = (void *)0x05FBF110; +const void * RTTI_hkReflect__Detail__NullptrImpl = (void *)0x05FBFDE0; +const void * RTTI_hkReflect__Detail__OpaqueImpl = (void *)0x05FC1C18; +const void * RTTI_hkReflect__Detail__RawPointerImpl = (void *)0x05FBFDA8; +const void * RTTI_hkReflect__Detail__ReferenceImpl = (void *)0x05FBFE68; +const void * RTTI_hkReflect__Detail__ReferencedObjectAllocImpl = (void *)0x05FC0710; +const void * RTTI_hkReflect__Detail__ReferencedObjectPointerImpl = (void *)0x05FBFE20; +const void * RTTI_hkReflect__Detail__RepeatImpl = (void *)0x05FBFD00; +const void * RTTI_hkReflect__Detail__ScopedPtrImpl = (void *)0x05FC06A8; +const void * RTTI_hkReflect__Detail__SetterArrayImpl = (void *)0x05FBEA08; +const void * RTTI_hkReflect__Detail__SetterRecordImpl = (void *)0x05FBE970; +const void * RTTI_hkReflect__Detail__StaticArrayImpl = (void *)0x05FC0758; +const void * RTTI_hkReflect__Detail__StaticStringImpl = (void *)0x05FBFD38; +const void * RTTI_hkReflect__Detail__StringOut__StringOutImpl = (void *)0x05FC0960; +const void * RTTI_hkReflect__Detail__ViewPointerImpl = (void *)0x05FC08B8; +const void * RTTI_hkReflect__Detail__VoidImpl = (void *)0x05FC1C50; +const void * RTTI_hkReflect__Detail__hkArrayImpl = (void *)0x05FC0790; +const void * RTTI_hkReflect__Detail__hkInplaceArrayImpl = (void *)0x05FC07C8; +const void * RTTI_hkReflect__MutableTypeReg = (void *)0x05FC0E48; +const void * RTTI_hkReflect__TypeBuilder = (void *)0x05FBF7A8; +const void * RTTI_hkReflect__TypeCopier = (void *)0x05FC0E78; +const void * RTTI_hkReflect__TypeReg = (void *)0x05FBF318; +const void * RTTI_hkReflect__Var__VarImpl = (void *)0x05FBF430; +const void * RTTI_hkReflect__Version__PatchInfoCache = (void *)0x05FC16A0; +const void * RTTI_hkReflect__Version__PatchRegistry = (void *)0x05FC16D8; +const void * RTTI_hkReflect__Version__PatchSet = (void *)0x05FC1668; +const void * RTTI_hkReflect__Version__Patcher = (void *)0x05FC0930; +const void * RTTI_hkRelArray_ArrayImpl = (void *)0x05FBF8A8; +const void * RTTI_hkResource = (void *)0x05FC0DF0; +const void * RTTI_hkScalarF_FloatImpl = (void *)0x05FC09A0; +const void * RTTI_hkSecondaryCommandDispatcher = (void *)0x05FC57E0; +const void * RTTI_hkSeekableStreamReader = (void *)0x05FBF490; +const void * RTTI_hkSerialize__Bundle = (void *)0x05FC1B58; +const void * RTTI_hkSerialize__BundleBuilder = (void *)0x05FC1BE8; +const void * RTTI_hkSerialize__Detail__ChainingCloneCallback = (void *)0x05FC0D70; +const void * RTTI_hkSerialize__Detail__CloneToRegistered = (void *)0x05FC0D30; +const void * RTTI_hkSerialize__Detail__SkipDyingCallback = (void *)0x05FC0DB0; +const void * RTTI_hkSerialize__Detail__TagfileArrayImpl = (void *)0x05FC1D30; +const void * RTTI_hkSerialize__Detail__TagfileBundle = (void *)0x05FC1CB8; +const void * RTTI_hkSerialize__Detail__TagfilePointerImpl = (void *)0x05FC1CF0; +const void * RTTI_hkSerialize__Detail__TagfileStringImpl = (void *)0x05FC1D70; +const void * RTTI_hkSerialize__NoteHandler = (void *)0x05FC0FF8; +const void * RTTI_hkSerialize__ReadFormat = (void *)0x05FC1BB8; +const void * RTTI_hkSerialize__TagfileReadFormat = (void *)0x05FC1C80; +const void * RTTI_hkSerialize__TagfileWriteFormat = (void *)0x05FC1108; +const void * RTTI_hkSerialize__TagfileWriteFormat__Impl = (void *)0x05FC1170; +const void * RTTI_hkSerialize__WriteFormat = (void *)0x05FC1140; +const void * RTTI_hkSimdDouble64_FloatImpl = (void *)0x05FBF680; +const void * RTTI_hkSimpleLocalFrame = (void *)0x05FC0C28; +const void * RTTI_hkSkinBinding = (void *)0x05FCA1D8; +const void * RTTI_hkSkinnedRefMeshShape = (void *)0x05FCA260; +const void * RTTI_hkSlot = (void *)0x060DCFF8; +const void * RTTI_hkSocket = (void *)0x05FC1A88; +const void * RTTI_hkSocket__ReaderAdapter = (void *)0x05FC1AA8; +const void * RTTI_hkSocket__WriterAdapter = (void *)0x05FC1AD8; +const void * RTTI_hkSolverAllocator = (void *)0x05FC2708; +const void * RTTI_hkStackTracer = (void *)0x05FC1B08; +const void * RTTI_hkStdioStreamReader = (void *)0x05FC14F8; +const void * RTTI_hkStorageSkinnedMeshShape = (void *)0x05FCA230; +const void * RTTI_hkStreamReader = (void *)0x06130D18; +const void * RTTI_hkStreamWriter = (void *)0x06130CC0; +const void * RTTI_hkStringBuf__StringImpl = (void *)0x05FC06E0; +const void * RTTI_hkStringObject = (void *)0x05FBE948; +const void * RTTI_hkStringPtr__StringImpl = (void *)0x05FBF248; +const void * RTTI_hkStringView__StringImpl = (void *)0x05FBF778; +const void * RTTI_hkTask = (void *)0x062C6E78; +const void * RTTI_hkTaskGraph = (void *)0x062C6D58; +const void * RTTI_hkTaskQueue = (void *)0x05FC1710; +const void * RTTI_hkTaskQueue_BatchingTask = (void *)0x05FC2610; +const void * RTTI_hkTask__ExecutionContext = (void *)0x062C6E98; +const void * RTTI_hkTgaFileFormat = (void *)0x05FCAD80; +const void * RTTI_hkThread = (void *)0x05FC1528; +const void * RTTI_hkThreadMemory = (void *)0x05FC26E0; +const void * RTTI_hkThreadPool = (void *)0x062CA600; +const void * RTTI_hkTransientAllocator = (void *)0x05FC1638; +const void * RTTI_hkTypeVm__ArrayInstruction = (void *)0x05FC12E8; +const void * RTTI_hkTypeVm__BlockInstruction = (void *)0x05FC1318; +const void * RTTI_hkTypeVm__BlockPass = (void *)0x05FC1348; +const void * RTTI_hkTypeVm__CheckTypeKindsPass = (void *)0x05FC1420; +const void * RTTI_hkTypeVm__DefaultInstruction = (void *)0x05FC1240; +const void * RTTI_hkTypeVm__GenerateConvertNumericKindPass = (void *)0x05FC1458; +const void * RTTI_hkTypeVm__InlineFixedArrayPass = (void *)0x05FC1378; +const void * RTTI_hkTypeVm__InlineRecordPass = (void *)0x05FC13B0; +const void * RTTI_hkTypeVm__Instruction = (void *)0x05FC11E0; +const void * RTTI_hkTypeVm__IntAndFloatConversionPass = (void *)0x05FC13E0; +const void * RTTI_hkTypeVm__NopInstruction = (void *)0x05FC1210; +const void * RTTI_hkTypeVm__Pass = (void *)0x05FC0C90; +const void * RTTI_hkTypeVm__ProgramInstruction = (void *)0x05FC1278; +const void * RTTI_hkTypeVm__RecordInstruction = (void *)0x05FC12B0; +const void * RTTI_hkUuidObject = (void *)0x05FBF718; +const void * RTTI_hkUuidPseudoRandomGenerator = (void *)0x05FBF740; +const void * RTTI_hkViewport = (void *)0x05FBEB38; +const void * RTTI_hkWin32FileSystem = (void *)0x06130A50; +const void * RTTI_hkWin32FileSystem__WatcherImpl = (void *)0x05FBF528; +const void * RTTI_hkWin32StreamWriter = (void *)0x05FC1580; +const void * RTTI_hkXmlLexAnalyzer = (void *)0x05FC2690; +const void * RTTI_hkXmlStreamParser = (void *)0x05FC1B30; +const void * RTTI_hk__IsValueArray__Impl = (void *)0x05FBF5D8; +const void * RTTI_hkaSkeleton = (void *)0x05FCA320; +const void * RTTI_hkcdDynamicAabbTree = (void *)0x05FC9FF0; +const void * RTTI_hkcdDynamicAabbTree__Impl = (void *)0x05FC9F60; +const void * RTTI_hkcdGsk_Float3ShapeAOnlyInterface = (void *)0x05FC98B0; +const void * RTTI_hkcdGsk_Float3ShapeInterface = (void *)0x05FC9878; +const void * RTTI_hkcdPlanarCsgOperand = (void *)0x05FC9588; +const void * RTTI_hkcdPlanarEntity = (void *)0x05FC9528; +const void * RTTI_hkcdPlanarGeometry = (void *)0x05FC9750; +const void * RTTI_hkcdPlanarGeometryPlanesCollection = (void *)0x05FC95F8; +const void * RTTI_hkcdPlanarGeometryPolygonCollection = (void *)0x05FC95B8; +const void * RTTI_hkcdPlanarGeometry__VertexStorage = (void *)0x05FC9780; +const void * RTTI_hkcdPlanarSolid = (void *)0x05FC9638; +const void * RTTI_hkcdPlanarSolid__NodeStorage = (void *)0x05FC9550; +const void * RTTI_hkcdSimdTreeUtils__Build__EmptyRunnable = (void *)0x05FC9928; +const void * RTTI_hkcdSimdTreeUtils__Build__Task = (void *)0x05FC9A80; +const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper = (void *)0x05FC9B10; +const void * RTTI_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper = (void *)0x05FC9AC0; +const void * RTTI_hkcdSimdTree__BuildContext = (void *)0x05FC8248; +const void * RTTI_hkcdSimdTree__ICustomRefit = (void *)0x05FC9848; +const void * RTTI_hkcdSimdTree__IParallelBuild__IRunnable = (void *)0x05FC98E8; +const void * RTTI_hkcdSimdTree__LeafCollector = (void *)0x05FC5F90; +const void * RTTI_hkcdSimdTree__PairCollector = (void *)0x05FC88D0; +const void * RTTI_hkcdStaticAabbTree = (void *)0x05FC9F90; +const void * RTTI_hkcdStaticAabbTree__Impl = (void *)0x05FC9FC0; +const void * RTTI_hkcdStaticMeshTree__GeometryProvider = (void *)0x05FCB6D8; +const void * RTTI_hkgpCgo__Config = (void *)0x062C89F8; +const void * RTTI_hkgpConvexHull = (void *)0x05FC2730; +const void * RTTI_hkgpDeprecatedConvexDecompositionImpl__DefaultProgress = (void *)0x05FC9700; +const void * RTTI_hkgpDeprecatedConvexDecompositionInternal__IInternal = (void *)0x05FC96B0; +const void * RTTI_hkgpDeprecatedConvexDecomposition__IProgress = (void *)0x05FC9660; +const void * RTTI_hkgpMesh__IConvexOverlap = (void *)0x05FC27D8; +const void * RTTI_hknpAction = (void *)0x060B1ED0; +const void * RTTI_hknpActionManager = (void *)0x05FC6458; +const void * RTTI_hknpAddActiveBodyPairsTask = (void *)0x05FC7460; +const void * RTTI_hknpAllHitsCollector = (void *)0x060A1870; +const void * RTTI_hknpAnimatedShapeSurfaceVelocityModifier = (void *)0x05FC7990; +const void * RTTI_hknpAnyHitCollector = (void *)0x060A17B0; +const void * RTTI_hknpApiCommandProcessor = (void *)0x05FC5A00; +const void * RTTI_hknpApplyDragTask = (void *)0x05FC8670; +const void * RTTI_hknpArrayAction = (void *)0x062CA8E0; +const void * RTTI_hknpBSCharacterProxy = (void *)0x062CAA30; +const void * RTTI_hknpBSCharacterRigidBody = (void *)0x062D0100; +const void * RTTI_hknpBSCustomCollisionFilter = (void *)0x060A1810; +const void * RTTI_hknpBSMaterial = (void *)0x062C89D0; +const void * RTTI_hknpBSMaterialProperties = (void *)0x0610C1C0; +const void * RTTI_hknpBSMotionPropertiesLibrary = (void *)0x062C6AC0; +const void * RTTI_hknpBSMouseSpringAction = (void *)0x062CAB88; +const void * RTTI_hknpBSMoveLimitModifier = (void *)0x062C9BE8; +const void * RTTI_hknpBSPlacementStreamCache = (void *)0x062C97E8; +const void * RTTI_hknpBSShapeCodec = (void *)0x062C7858; +const void * RTTI_hknpBSWorld = (void *)0x062C6E50; +const void * RTTI_hknpBSWorldUtil__hknpBSPhysicsSystem = (void *)0x062C72F8; +const void * RTTI_hknpBSWorldUtil__hknpBSRagdoll = (void *)0x062C7298; +const void * RTTI_hknpBackfaceCollisionModifier = (void *)0x062C6C08; +const void * RTTI_hknpBallGun = (void *)0x05FC4C40; +const void * RTTI_hknpBinaryAction = (void *)0x05FC4BC0; +const void * RTTI_hknpBodyData = (void *)0x05FC4D78; +const void * RTTI_hknpBodyIntegrator = (void *)0x05FC4650; +const void * RTTI_hknpBodyQuality = (void *)0x062C6CB0; +const void * RTTI_hknpBodyQualityLibrary = (void *)0x05FC4620; +const void * RTTI_hknpBodyReference = (void *)0x05FC4510; +const void * RTTI_hknpBoxShape = (void *)0x05FC5468; +const void * RTTI_hknpBreakableConstraintData = (void *)0x05FC5530; +const void * RTTI_hknpBroadPhase = (void *)0x05FCBDB8; +const void * RTTI_hknpBroadphaseTriggerCollisionDetector = (void *)0x05FC7CF8; +const void * RTTI_hknpBuildConstraintJacobiansTask = (void *)0x05FC8740; +const void * RTTI_hknpCapsuleCapsuleConvexConvexManifoldGenerator = (void *)0x05FC7C30; +const void * RTTI_hknpCapsuleShape = (void *)0x05FC5490; +const void * RTTI_hknpCharacterContext = (void *)0x05FC5720; +const void * RTTI_hknpCharacterProxy = (void *)0x062CAA00; +const void * RTTI_hknpCharacterProxyCinfo = (void *)0x0614FD38; +const void * RTTI_hknpCharacterProxyInternals__QueryCollector = (void *)0x05FC67E0; +const void * RTTI_hknpCharacterProxyListener = (void *)0x0610B7F8; +const void * RTTI_hknpCharacterRigidBody = (void *)0x062D00D0; +const void * RTTI_hknpCharacterRigidBodyCinfo = (void *)0x062CAE50; +const void * RTTI_hknpCharacterStateManager = (void *)0x05FC5750; +const void * RTTI_hknpCircularSurfaceVelocity = (void *)0x05FC4B58; +const void * RTTI_hknpClosestHitCollector = (void *)0x06094788; +const void * RTTI_hknpClosestUniqueBodyIdHitCollector = (void *)0x062C9F78; +const void * RTTI_hknpClosestUniqueBodyIdHitCollectorDeprecated = (void *)0x062C9FC0; +const void * RTTI_hknpCollideSyncTask = (void *)0x05FC7758; +const void * RTTI_hknpCollisionDetector = (void *)0x05FC7B10; +const void * RTTI_hknpCollisionFilter = (void *)0x060A18A0; +const void * RTTI_hknpCollisionQueryCollector = (void *)0x060947B8; +const void * RTTI_hknpCollisionQueryDispatcher = (void *)0x05FC70A8; +const void * RTTI_hknpCompositeCompositeCollisionDetector = (void *)0x05FC7C78; +const void * RTTI_hknpCompositeShape = (void *)0x05FC4538; +const void * RTTI_hknpCompoundShape = (void *)0x05FC4810; +const void * RTTI_hknpCompoundShapeData = (void *)0x05FC47E0; +const void * RTTI_hknpCompoundShapeInternalsCdDynamicTreeKeyMask = (void *)0x05FC4900; +const void * RTTI_hknpCompoundShapeInternalsSimdTreeKeyMask = (void *)0x05FC48C0; +const void * RTTI_hknpCompressedMeshShape = (void *)0x05FC4948; +const void * RTTI_hknpCompressedMeshShapeCinfo = (void *)0x0617AE38; +const void * RTTI_hknpCompressedMeshShapeData = (void *)0x05FCB658; +const void * RTTI_hknpCompressedMeshShapeInternals__GeometryProvider = (void *)0x05FCB690; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery = (void *)0x05FCBA60; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled = (void *)0x05FCBAC0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0 = (void *)0x05FCBBF0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1 = (void *)0x05FCBC60; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2 = (void *)0x05FCBCD0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled = (void *)0x05FCBB80; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled = (void *)0x05FCB9A0; +const void * RTTI_hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled = (void *)0x05FCB940; +const void * RTTI_hknpCompressedMeshShapeInternals__KeyMask = (void *)0x05FCB718; +const void * RTTI_hknpCompressedMeshShapeInternals__RayCastQueryBase = (void *)0x05FCB840; +const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQuery = (void *)0x05FC6930; +const void * RTTI_hknpCompressedMeshShapeInternals__ShapeCastQueryScaled = (void *)0x05FC6980; +const void * RTTI_hknpConstraintAtomSolver = (void *)0x05FC5818; +const void * RTTI_hknpConstraintCollisionFilter = (void *)0x05FC6B90; +const void * RTTI_hknpConstraintForceEventCreator = (void *)0x05FC7D38; +const void * RTTI_hknpConstraintForceExceededEventCreator = (void *)0x05FC7D70; +const void * RTTI_hknpContactImpulseClippedEventCreator = (void *)0x05FC77E8; +const void * RTTI_hknpContactImpulseEventCreator = (void *)0x05FC7828; +const void * RTTI_hknpConvexCompositeCollisionDetector = (void *)0x05FC7BE8; +const void * RTTI_hknpConvexConvexCollisionDetector = (void *)0x05FC8820; +const void * RTTI_hknpConvexConvexShapeBaseInterface = (void *)0x05FCBD78; +const void * RTTI_hknpConvexShape = (void *)0x062C98F0; +const void * RTTI_hknpCylinderShape = (void *)0x05FC54B8; +const void * RTTI_hknpDeactivationMaintenanceTask = (void *)0x05FC75B0; +const void * RTTI_hknpDecoratorShape = (void *)0x05FC4890; +const void * RTTI_hknpDefaultBroadPhaseConfig = (void *)0x062C6EC8; +const void * RTTI_hknpDefaultCompressedMeshShapeCinfo = (void *)0x0617ADF8; +const void * RTTI_hknpDefaultExternMeshShapeGeometry = (void *)0x05FC49E0; +const void * RTTI_hknpDefaultHeightFieldGeometry = (void *)0x05FC53D0; +const void * RTTI_hknpDefaultModifierSet = (void *)0x05FC7788; +const void * RTTI_hknpDeflectedLinearCast__CheckStartCollector = (void *)0x05FC8190; +const void * RTTI_hknpDeflectedLinearCast__FilteredQueryCollector = (void *)0x05FC8140; +const void * RTTI_hknpDeflectedLinearCast__QueryFilter = (void *)0x05FC81D8; +const void * RTTI_hknpDestructionShapeProperties = (void *)0x05FC4CE8; +const void * RTTI_hknpDisableCollisionFilter = (void *)0x05FC4730; +const void * RTTI_hknpDummyShape = (void *)0x05FC4AF8; +const void * RTTI_hknpDynamicSpaceSplitter = (void *)0x05FC7430; +const void * RTTI_hknpEaseConstraintsAction = (void *)0x062CA788; +const void * RTTI_hknpEasePenetrationsAction = (void *)0x05FC66F0; +const void * RTTI_hknpEventDispatcher = (void *)0x05FC72B0; +const void * RTTI_hknpEventMergeAndDispatcher = (void *)0x05FC72E0; +const void * RTTI_hknpExtendedExternMeshShapeGeometry = (void *)0x05FC4A20; +const void * RTTI_hknpExternMeshShape = (void *)0x05FC5438; +const void * RTTI_hknpExternMeshShapeBuildContext = (void *)0x05FCB5F0; +const void * RTTI_hknpExternMeshShapeData = (void *)0x05FC4978; +const void * RTTI_hknpFaceClipConvexConvexManifoldGenerator = (void *)0x05FC87E0; +const void * RTTI_hknpFinalizeNarrowPhaseGridTask = (void *)0x05FC76B0; +const void * RTTI_hknpFinalizeNarrowPhasePairsTask = (void *)0x05FC7678; +const void * RTTI_hknpFireSignalTask = (void *)0x05FC8278; +const void * RTTI_hknpFirstPersonCharacter = (void *)0x05FC4CB8; +const void * RTTI_hknpFirstPersonGun = (void *)0x05FC4C10; +const void * RTTI_hknpFixedClosestHitCollector = (void *)0x062C97B0; +const void * RTTI_hknpFixedClosestUniqueBodyHitCollector = (void *)0x062C9770; +const void * RTTI_hknpFlipBackfaceCollisionModifier = (void *)0x05FC7A00; +const void * RTTI_hknpFlippedGetClosestPointsQueryCollector = (void *)0x05FC6FA0; +const void * RTTI_hknpFlippedShapeCastQueryCollector = (void *)0x05FC70E0; +const void * RTTI_hknpForwardClosestHitCollector = (void *)0x05FC6F60; +const void * RTTI_hknpFullCast__ManifoldGenerator = (void *)0x05FC8638; +const void * RTTI_hknpGenSolverTasksTask = (void *)0x05FC7618; +const void * RTTI_hknpGlobals = (void *)0x05FC7050; +const void * RTTI_hknpGravityGun = (void *)0x05FC4C68; +const void * RTTI_hknpGroupCollisionFilter = (void *)0x05FC6AE8; +const void * RTTI_hknpHeightFieldBoundingVolume = (void *)0x05FC55D0; +const void * RTTI_hknpHeightFieldGeometry = (void *)0x05FC5408; +const void * RTTI_hknpHeightFieldShape = (void *)0x05FC4568; +const void * RTTI_hknpHitScalingCollector = (void *)0x05FC6000; +const void * RTTI_hknpInternalCommandProcessor = (void *)0x05FC57A8; +const void * RTTI_hknpLeafShapeSensor = (void *)0x05FCAB18; +const void * RTTI_hknpLegacyRestitutionModifier = (void *)0x05FC78F0; +const void * RTTI_hknpLinearSurfaceVelocity = (void *)0x05FC4B90; +const void * RTTI_hknpLodShape = (void *)0x05FC46D8; +const void * RTTI_hknpMalleableConstraintData = (void *)0x05FC5598; +const void * RTTI_hknpManifoldEventCreator = (void *)0x05FC79D0; +const void * RTTI_hknpMaskedCompoundShape = (void *)0x05FC53A0; +const void * RTTI_hknpMaskedShape = (void *)0x05FC4868; +const void * RTTI_hknpMaskedShape__MaskWrapper = (void *)0x05FC4AC0; +const void * RTTI_hknpMassChangerModifier = (void *)0x05FC7860; +const void * RTTI_hknpMaterialData = (void *)0x05FC4D20; +const void * RTTI_hknpMaterialLibrary = (void *)0x062C7038; +const void * RTTI_hknpMaterialPalette = (void *)0x05FC4700; +const void * RTTI_hknpModifier = (void *)0x060687F8; +const void * RTTI_hknpMotionPropertiesData = (void *)0x05FC4D48; +const void * RTTI_hknpMotionPropertiesLibrary = (void *)0x062C6A60; +const void * RTTI_hknpMotionWeldingModifier = (void *)0x05FC7AA8; +const void * RTTI_hknpMountedBallGun = (void *)0x05FC6D40; +const void * RTTI_hknpMultithreadedSimulation = (void *)0x05FC7498; +const void * RTTI_hknpNeighborWeldingModifier = (void *)0x05FC7A70; +const void * RTTI_hknpNullShapeTagCodec = (void *)0x05FC7078; +const void * RTTI_hknpPairCollisionFilter = (void *)0x05FC5370; +const void * RTTI_hknpParticleEventCreator = (void *)0x05FC7DB0; +const void * RTTI_hknpParticleShapeLibrary = (void *)0x05FC85D0; +const void * RTTI_hknpParticleSimulationContext = (void *)0x05FC7F18; +const void * RTTI_hknpParticlesClosestHitOnMeshCollector = (void *)0x05FC8890; +const void * RTTI_hknpParticlesCollider = (void *)0x05FC8218; +const void * RTTI_hknpParticlesColliderShape = (void *)0x05FC4B20; +const void * RTTI_hknpParticlesCollisionFilter = (void *)0x05FC8858; +const void * RTTI_hknpParticlesDynamicHitsCollector = (void *)0x05FC89A8; +const void * RTTI_hknpParticlesStaticCollector = (void *)0x05FC8970; +const void * RTTI_hknpPhysicsSceneData = (void *)0x05FC4DC8; +const void * RTTI_hknpPhysicsSystem = (void *)0x062C7338; +const void * RTTI_hknpPhysicsSystemData = (void *)0x060ADDF0; +const void * RTTI_hknpPostCollideTask = (void *)0x05FC74D0; +const void * RTTI_hknpPostSolveTask = (void *)0x05FC7550; +const void * RTTI_hknpPreSolveTask = (void *)0x05FC7528; +const void * RTTI_hknpPrepareConstraintsTask = (void *)0x05FC8708; +const void * RTTI_hknpPrepareNarrowPhasePairsTask = (void *)0x05FC86D0; +const void * RTTI_hknpPrepareNarrowPhaseTask = (void *)0x05FC8698; +const void * RTTI_hknpPrepareSolverData = (void *)0x05FC87A8; +const void * RTTI_hknpProcessFullCastsTask = (void *)0x05FC75E8; +const void * RTTI_hknpProcessNarrowPhaseGridTask = (void *)0x05FC7578; +const void * RTTI_hknpProcessNarrowPhasePairsTask = (void *)0x05FC8600; +const void * RTTI_hknpProjectileGun = (void *)0x05FC4C90; +const void * RTTI_hknpRagdoll = (void *)0x062C72D0; +const void * RTTI_hknpRagdollData = (void *)0x05FC6F38; +const void * RTTI_hknpRefDragProperties = (void *)0x05FC45F0; +const void * RTTI_hknpRefMassDistribution = (void *)0x062C9850; +const void * RTTI_hknpRefMaterial = (void *)0x05FC46B0; +const void * RTTI_hknpRefWorldCinfo = (void *)0x05FC4DA0; +const void * RTTI_hknpRestitutionModifier = (void *)0x05FC78C0; +const void * RTTI_hknpSafeEaseConstraintsAction = (void *)0x062CA7B8; +const void * RTTI_hknpScaledConvexShape = (void *)0x05FC4A90; +const void * RTTI_hknpScaledConvexShapeBase = (void *)0x05FC4A60; +const void * RTTI_hknpSetShapeKeyACdDetector = (void *)0x05FC7B78; +const void * RTTI_hknpShape = (void *)0x062C98D0; +const void * RTTI_hknpShapeBuffer = (void *)0x060A1848; +const void * RTTI_hknpShapeFunctionsSingleton = (void *)0x05FC5608; +const void * RTTI_hknpShapeKeyArrayCacheCdDetector = (void *)0x05FC7BB0; +const void * RTTI_hknpShapeKeyMask = (void *)0x05FC4598; +const void * RTTI_hknpShapeManager = (void *)0x05FC7120; +const void * RTTI_hknpShapeMassProperties = (void *)0x05FC45C0; +const void * RTTI_hknpShapeScalingUtil = (void *)0x05FCC018; +const void * RTTI_hknpShape__MassConfig = (void *)0x062C9820; +const void * RTTI_hknpSignedDistanceFieldCollisionDetector = (void *)0x05FC7CB8; +const void * RTTI_hknpSimdTreeBroadPhase = (void *)0x05FCBDE0; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__CollideTrees = (void *)0x05FCBF18; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty = (void *)0x05FCBE70; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__Finalize = (void *)0x05FCBF58; +const void * RTTI_hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData = (void *)0x05FCBED0; +const void * RTTI_hknpSimulation = (void *)0x05FC5780; +const void * RTTI_hknpSingleCellSpaceSplitter = (void *)0x05FC73F8; +const void * RTTI_hknpSingleThreadedSimulation = (void *)0x05FC58B0; +const void * RTTI_hknpSingleThreadedSolverData = (void *)0x05FC7278; +const void * RTTI_hknpSoftContactModifier = (void *)0x05FC7928; +const void * RTTI_hknpSolveFinalizeTask = (void *)0x05FC7648; +const void * RTTI_hknpSolverData = (void *)0x05FC7250; +const void * RTTI_hknpSolverFactoryTask = (void *)0x05FC76E8; +const void * RTTI_hknpSolverSchedulerTask = (void *)0x05FC8778; +const void * RTTI_hknpSortFinalizeNarrowPhasePairsTask = (void *)0x05FC7718; +const void * RTTI_hknpSpaceSplitter = (void *)0x05FC73D0; +const void * RTTI_hknpSphereShape = (void *)0x05FC54E0; +const void * RTTI_hknpSpringAction = (void *)0x05FC4BE8; +const void * RTTI_hknpStreamContactSolver = (void *)0x05FC5B48; +const void * RTTI_hknpSurfaceVelocityModifier = (void *)0x05FC7958; +const void * RTTI_hknpTaskGraph = (void *)0x062C6D30; +const void * RTTI_hknpTriangleShape = (void *)0x05FC5348; +const void * RTTI_hknpTriangleWeldingModifier = (void *)0x05FC7A38; +const void * RTTI_hknpTriggerModifier = (void *)0x05FC7890; +const void * RTTI_hknpTyremarksInfo = (void *)0x05FC51E8; +const void * RTTI_hknpTyremarksWheel = (void *)0x05FC51B8; +const void * RTTI_hknpUnaryAction = (void *)0x060B1EA8; +const void * RTTI_hknpUniqueBodyIdHitCollector = (void *)0x06106838; +const void * RTTI_hknpVariableTimeStepUtil = (void *)0x05FC7E90; +const void * RTTI_hknpVehicleData = (void *)0x05FC5190; +const void * RTTI_hknpVehicleDefaultAerodynamics = (void *)0x05FC4E58; +const void * RTTI_hknpVehicleDefaultAnalogDriverInput = (void *)0x05FC4F90; +const void * RTTI_hknpVehicleDefaultBrake = (void *)0x05FC4F20; +const void * RTTI_hknpVehicleDefaultEngine = (void *)0x05FC5028; +const void * RTTI_hknpVehicleDefaultSteering = (void *)0x05FC5088; +const void * RTTI_hknpVehicleDefaultSuspension = (void *)0x05FC5120; +const void * RTTI_hknpVehicleDefaultTransmission = (void *)0x05FC5158; +const void * RTTI_hknpVehicleDefaultVelocityDamper = (void *)0x05FC5240; +const void * RTTI_hknpVehicleDriverInputAnalogStatus = (void *)0x05FC4F50; +const void * RTTI_hknpVehicleInstance = (void *)0x05FC4DF8; +const void * RTTI_hknpVehicleLinearCastWheelCollide = (void *)0x05FC5278; +const void * RTTI_hknpVehicleRayCastWheelCollide = (void *)0x05FC52E8; +const void * RTTI_hknpVehicleSuspension = (void *)0x05FC50F0; +const void * RTTI_hknpVehicleWheelCollide = (void *)0x05FC50C0; +const void * RTTI_hknpVehicleWheelCollide__WheelHitCollector = (void *)0x05FC8100; +const void * RTTI_hknpWeldingModifier = (void *)0x05FC77B8; +const void * RTTI_hknpWorld = (void *)0x062C5C60; +const void * RTTI_hknpWorldSnapshot = (void *)0x05FC5320; +const void * RTTI_hkp6DofConstraintData = (void *)0x05FC8A38; +const void * RTTI_hkpAngularFrictionConstraintData = (void *)0x05FC8FC8; +const void * RTTI_hkpBallAndSocketConstraintData = (void *)0x05FC8A68; +const void * RTTI_hkpCallbackConstraintMotor = (void *)0x05FC8EE8; +const void * RTTI_hkpCogWheelConstraintData = (void *)0x05FC8AD8; +const void * RTTI_hkpConstraintData = (void *)0x05FC5508; +const void * RTTI_hkpConstraintMotor = (void *)0x05FC8A08; +const void * RTTI_hkpDeformableFixedConstraintData = (void *)0x05FC8B08; +const void * RTTI_hkpFixedConstraintData = (void *)0x05FC8B40; +const void * RTTI_hkpHingeConstraintData = (void *)0x05FC8BA0; +const void * RTTI_hkpHingeLimitsData = (void *)0x05FC8B70; +const void * RTTI_hkpLimitedForceConstraintMotor = (void *)0x05FC8EB0; +const void * RTTI_hkpLimitedHingeConstraintData = (void *)0x05FC8BD0; +const void * RTTI_hkpLinearClearanceConstraintData = (void *)0x05FC8AA0; +const void * RTTI_hkpLinearParametricCurve = (void *)0x05FC8C38; +const void * RTTI_hkpPointToPathConstraintData = (void *)0x05FC8C68; +const void * RTTI_hkpPointToPlaneConstraintData = (void *)0x05FC8CA0; +const void * RTTI_hkpPositionConstraintMotor = (void *)0x05FC8F20; +const void * RTTI_hkpPrismaticConstraintData = (void *)0x05FC8CD8; +const void * RTTI_hkpPulleyConstraintData = (void *)0x05FC8D10; +const void * RTTI_hkpRackAndPinionConstraintData = (void *)0x05FC8D40; +const void * RTTI_hkpRagdollConstraintData = (void *)0x05FC8DA8; +const void * RTTI_hkpRagdollLimitsData = (void *)0x05FC8D78; +const void * RTTI_hkpRotationalConstraintData = (void *)0x05FC8DD8; +const void * RTTI_hkpSpringDamperConstraintMotor = (void *)0x05FC8F58; +const void * RTTI_hkpStiffSpringConstraintData = (void *)0x05FC8E10; +const void * RTTI_hkpVehicleFrictionDescription = (void *)0x05FC52B0; +const void * RTTI_hkpVelocityConstraintMotor = (void *)0x05FC8F90; +const void * RTTI_hkpWheelConstraintData = (void *)0x05FC8E80; +const void * RTTI_hkpWheelFrictionConstraintData = (void *)0x05FC8E48; +const void * RTTI_hkpWrappedConstraintData = (void *)0x05FC5568; +const void * RTTI_idLogging__ILogger = (void *)0x0620A398; +const void * RTTI_idTCP = (void *)0x0635C358; +const void * RTTI_nlohmann__detail__exception = (void *)0x061E8550; +const void * RTTI_nlohmann__detail__input_buffer_adapter = (void *)0x061E83A0; +const void * RTTI_nlohmann__detail__input_stream_adapter = (void *)0x061FA308; +const void * RTTI_nlohmann__detail__out_of_range = (void *)0x061E8368; +const void * RTTI_nlohmann__detail__parse_error = (void *)0x061E8518; +const void * RTTI_nsContainerMenu__ConfirmTakeAllTheThingsCallback = (void *)0x06273A10; +const void * RTTI_nsControlMappingData__RemapHandler = (void *)0x06007790; +const void * RTTI_nsDataMenuData__GameLoadListener = (void *)0x06067838; +const void * RTTI_nsDialogueMenu__MenuEventCatcher = (void *)0x06275A08; +const void * RTTI_nsMainMenu__DisplayCreditsCTACallback = (void *)0x06278430; +const void * RTTI_nsMainMenu__InvalidUserCallback = (void *)0x06278470; +const void * RTTI_nsMonocle__MenuEventCatcher = (void *)0x061BC818; +const void * RTTI_nsMonocle__MonocleFastTravelConfirmFunc = (void *)0x061BC718; +const void * RTTI_nsPauseMenu__UserDisengagedCallback = (void *)0x061D5688; +const void * RTTI_nsPickpocketMenu__MenuEventCatcher = (void *)0x061BFCE8; +const void * RTTI_nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback = (void *)0x061EE510; +const void * RTTI_rcContext = (void *)0x0609EB08; +const void * RTTI_std___Node_assert = (void *)0x060967E8; +const void * RTTI_std___Node_back = (void *)0x060967C0; +const void * RTTI_std___Node_base = (void *)0x0606C098; +const void * RTTI_std___Node_capture = (void *)0x0606C070; +const void * RTTI_std___Node_end_group = (void *)0x06068820; +const void * RTTI_std___Node_end_rep = (void *)0x06096838; +const void * RTTI_std___Node_endif = (void *)0x06096860; +const void * RTTI_std___Node_if = (void *)0x06096888; +const void * RTTI_std___Node_rep = (void *)0x06096810; +const void * RTTI_std___Root_node = (void *)0x0606AC68; +const void * RTTI_std__bad_alloc = (void *)0x05FCC048; +const void * RTTI_std__bad_array_new_length = (void *)0x05FCC098; +const void * RTTI_std__bad_cast = (void *)0x05FCC330; +const void * RTTI_std__bad_optional_access = (void *)0x05FD0B20; +const void * RTTI_std__bad_variant_access = (void *)0x05FCC530; +const void * RTTI_std__exception = (void *)0x05FCC070; +const void * RTTI_std__logic_error = (void *)0x05FCC0F0; +const void * RTTI_std__out_of_range = (void *)0x05FCC0C8; +const void * RTTI_std__overflow_error = (void *)0x05FC9070; +const void * RTTI_std__range_error = (void *)0x05FC9248; +const void * RTTI_std__runtime_error = (void *)0x05FD1890; +const void * RTTI_std__underflow_error = (void *)0x05FC90A0; +const void * RTTI_type_info = (void *)0x05FE1B90; diff --git a/sfse/GameReferences.h b/sfse/GameReferences.h index c399bd1..6150d33 100644 --- a/sfse/GameReferences.h +++ b/sfse/GameReferences.h @@ -246,9 +246,9 @@ class TESObjectREFR : public TESForm u8 unkE2; // CB u8 flags; // CC - DEFINE_MEMBER_FN_0(IsInSpaceship, bool, 0x02BD97D4) - DEFINE_MEMBER_FN_0(IsInSpace, bool, 0x019EE574) - DEFINE_MEMBER_FN_1(HasKeyword, bool, 0x01347928, BGSKeyword*); + DEFINE_MEMBER_FN_0(IsInSpaceship, bool, 0x02C968C4) + DEFINE_MEMBER_FN_0(IsInSpace, bool, 0x01A2E744) + DEFINE_MEMBER_FN_1(HasKeyword, bool, 0x01381628, BGSKeyword*); }; static_assert(offsetof(TESObjectREFR, data) == 0x78); static_assert(offsetof(TESObjectREFR, parentCell) == 0xA8); @@ -378,10 +378,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, 0x02538EC0, bool unk1, u32 flags, bool changeRace); + DEFINE_MEMBER_FN_3(UpdateAppearance, void, 0x025EE740, bool unk1, u32 flags, bool changeRace); - DEFINE_MEMBER_FN_0(UpdateChargenAppearance, void, 0x02394924); - DEFINE_MEMBER_FN_1(SetSkinTone, void, 0x023944EC, u32 skinToneIndex); + DEFINE_MEMBER_FN_0(UpdateChargenAppearance, void, 0x0243B6F4); + DEFINE_MEMBER_FN_1(SetSkinTone, void, 0x0243B2BC, u32 skinToneIndex); u64 unkF0[(0x240 - 0xF0) >> 3]; // F0 void* unk240; // 240 diff --git a/sfse/GameScript.cpp b/sfse/GameScript.cpp index 8bab550..9ae4292 100644 --- a/sfse/GameScript.cpp +++ b/sfse/GameScript.cpp @@ -1,4 +1,4 @@ #include "GameScript.h" -RelocPtr g_firstScriptCommand(0x0626BC40); -RelocPtr g_firstConsoleCommand(0x0625F430); +RelocPtr g_firstScriptCommand(0x06486380); +RelocPtr g_firstConsoleCommand(0x06479AC0); diff --git a/sfse/GameSettings.cpp b/sfse/GameSettings.cpp index 499c1e0..da65b8d 100644 --- a/sfse/GameSettings.cpp +++ b/sfse/GameSettings.cpp @@ -1,9 +1,9 @@ #include "sfse/GameSettings.h" -RelocPtr SettingT::pCollection(0x06677E80); -RelocPtr SettingT::pCollection(0x06677EA0); -RelocPtr SettingT::pCollection(0x06676AA0); -RelocPtr SettingT::pCollection(0x06659278); +RelocPtr SettingT::pCollection(0x068944B0); +RelocPtr SettingT::pCollection(0x068944D0); +RelocPtr SettingT::pCollection(0x068930E8); +RelocPtr SettingT::pCollection(0x06875598); u32 Setting::GetType(void) const { diff --git a/sfse/GameSettings.h b/sfse/GameSettings.h index d806d87..69ff4e3 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*, 0x01540904, const char*); + DEFINE_MEMBER_FN_1(GetSetting, Setting*, 0x0157ED84, const char*); }; static_assert(sizeof(GameSettingCollection) == 0x158); diff --git a/sfse/GameStreams.h b/sfse/GameStreams.h index e6580ab..d8d2c3c 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, 0x03599CB8, const char* apName); - DEFINE_MEMBER_FN_0(Destroy, void, 0x03599D5C); - DEFINE_MEMBER_FN_1(Seek_Impl, void, 0x0359A564, s64 iNumBytes); - DEFINE_MEMBER_FN_1(GetBufferInfo_Impl, void, 0x03599FBC, BufferInfo& info); - DEFINE_MEMBER_FN_2(DoRead_Impl, u64, 0x03599E44, void* apBuffer, u64 auiBytes); - DEFINE_MEMBER_FN_2(DoWrite_Impl, u64, 0x03599EA8, const void* apBuffer, u64 auiBytes); + DEFINE_MEMBER_FN_1(Construct, void, 0x03693318, const char* apName); + DEFINE_MEMBER_FN_0(Destroy, void, 0x036933BC); + DEFINE_MEMBER_FN_1(Seek_Impl, void, 0x03693BC4, s64 iNumBytes); + DEFINE_MEMBER_FN_1(GetBufferInfo_Impl, void, 0x0369361C, BufferInfo& info); + DEFINE_MEMBER_FN_2(DoRead_Impl, u64, 0x036934A4, void* apBuffer, u64 auiBytes); + DEFINE_MEMBER_FN_2(DoWrite_Impl, u64, 0x03693508, const void* apBuffer, u64 auiBytes); }; static_assert(sizeof(BSResourceNiBinaryStream) == 0x30); diff --git a/sfse/GameTypes.cpp b/sfse/GameTypes.cpp index 50df886..41a29d8 100644 --- a/sfse/GameTypes.cpp +++ b/sfse/GameTypes.cpp @@ -1,7 +1,7 @@ #include "sfse/GameTypes.h" -RelocAddr BSStringPool::Entry::GetEntry(0x03213520); -RelocAddr BSStringPool::Entry::GetEntryW(0x03213D30); -RelocAddr BSStringPool::Entry::Release(0x00782358); +RelocAddr BSStringPool::Entry::GetEntry(0x033094A0); +RelocAddr BSStringPool::Entry::GetEntryW(0x03309CB0); +RelocAddr BSStringPool::Entry::Release(0x0078C308); -RelocPtr BSCRC32::uiCRCTable(0x0406FD20); +RelocPtr BSCRC32::uiCRCTable(0x0421CD20); diff --git a/sfse/GameUI.h b/sfse/GameUI.h index dc3c9a0..0130191 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, 0x02F330E4, const BSFixedString&); + DEFINE_MEMBER_FN_2(IsMenuOpen, bool, 0x03029074, const BSFixedString&); static UI* GetSingleton() { - RelocPtr singleton(0x064521F8); + RelocPtr singleton(0x0666E790); return *singleton; } }; diff --git a/sfse/Hooks_Command.cpp b/sfse/Hooks_Command.cpp index bb6c28b..407fe4c 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(0x0321F8B8); +RelocAddr <_Command_Process> Command_Process(0x03315B68); _Command_Process Command_Process_Original = nullptr; namespace TaskInterface diff --git a/sfse/Hooks_Command.h b/sfse/Hooks_Command.h index 62ec079..4723bbb 100644 --- a/sfse/Hooks_Command.h +++ b/sfse/Hooks_Command.h @@ -8,4 +8,4 @@ namespace TaskInterface void addTaskPermanent(SFSETaskInterface::ITaskDelegate* task); } -void Hooks_Command_Apply(); \ No newline at end of file +void Hooks_Command_Apply(); diff --git a/sfse/Hooks_Data.cpp b/sfse/Hooks_Data.cpp index 0d1783d..954a6a1 100644 --- a/sfse/Hooks_Data.cpp +++ b/sfse/Hooks_Data.cpp @@ -9,7 +9,7 @@ #include "sfse/GameSettings.h" #endif -RelocAddr GameDataLoad_Target(0x024770A0 + 0x11C8); // End of this function before the retn +RelocAddr GameDataLoad_Target(0x0252D0E0 + 0x10C6); // End of this function before the retn void Hook_GameData_Loaded() { diff --git a/sfse/Hooks_Data.h b/sfse/Hooks_Data.h index 02b9509..5ced249 100644 --- a/sfse/Hooks_Data.h +++ b/sfse/Hooks_Data.h @@ -1,3 +1,3 @@ #pragma once -void Hooks_Data_Apply(); \ No newline at end of file +void Hooks_Data_Apply(); diff --git a/sfse/Hooks_Scaleform.cpp b/sfse/Hooks_Scaleform.cpp index 40015de..9b9ab40 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(0x02F3C2F4); // IMenu vtable +7 +RelocAddr <_IMenu_LoadMovie> IMenu_LoadMovie(0x03032224); // IMenu vtable +7 _IMenu_LoadMovie IMenu_LoadMovie_Original = nullptr; using _BSScaleformManager_ctor = BSScaleformManager*(*)(BSScaleformManager* __this); -RelocAddr <_BSScaleformManager_ctor> BSScaleformManager_ctor(0x02F3E9E0); +RelocAddr <_BSScaleformManager_ctor> BSScaleformManager_ctor(0x030348C0); _BSScaleformManager_ctor BSScaleformManager_ctor_Original = nullptr; static bool s_enableScaleformLog = false; diff --git a/sfse/Hooks_Script.cpp b/sfse/Hooks_Script.cpp index 5a49ade..ed07932 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(0x01ACCBC0); +RelocAddr <_ConsoleCommandInit> ConsoleCommandInit(0x01B0FB50); _ConsoleCommandInit ConsoleCommandInit_Original = nullptr; void ConsoleCommandInit_Hook(void* unk1) @@ -109,7 +109,7 @@ void ConsoleCommandInit_Hook(void* unk1) cmd.bInvalidatesCellList = 0; } - RelocAddr EmptyFunc(0x011CF540); + RelocAddr EmptyFunc(0x01206ED0); _MESSAGE("%s (%s)", iter->pFunctionName, iter->pExecuteFunction == EmptyFunc ? "Empty" : "Implemented"); #endif } diff --git a/sfse/Hooks_Version.cpp b/sfse/Hooks_Version.cpp index c81f28a..3919477 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(0x020DDF80 + 0x5D); +RelocAddr kHook_ShowVersion_Offset(0x021822B0 + 0x5D); void Hooks_Version_Apply() { diff --git a/sfse/PapyrusNativeFunctions.h b/sfse/PapyrusNativeFunctions.h index 81aa7b4..f3f01d3 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 *, 0x031412CC, u32 idx, BSFixedString * nameOut, u64 * typeOut); + DEFINE_MEMBER_FN(GetParam, u64 *, 0x0323723C, 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, 0x03140FA4, u64 unk0, u64 unk1, VMClassRegistry * registry, VMState * unk3); + DEFINE_MEMBER_FN(Impl_Invoke, u32, 0x03236F14, u64 unk0, u64 unk1, VMClassRegistry * registry, VMState * unk3); // ??_7?$NativeFunction1@VActiveEffect@@XPEAVTESForm@@@BSScript@@6B@ entry 0x10 - DEFINE_MEMBER_FN(Impl_Fn10, BSFixedString *, 0x03141334); - DEFINE_MEMBER_FN(Impl_GetParamInfo, bool, 0x031413D0, u32 idx, void * out); - DEFINE_MEMBER_FN(Impl_Fn15, void *, 0x0314133C, u64 arg0, u64 arg1); + DEFINE_MEMBER_FN(Impl_Fn10, BSFixedString *, 0x032372A4); + DEFINE_MEMBER_FN(Impl_GetParamInfo, bool, 0x03237340, u32 idx, void * out); + DEFINE_MEMBER_FN(Impl_Fn15, void *, 0x032372AC, 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 *, 0x03140E28, const char * fnName, const char * className, u8 unk0, u32 numParams); - DEFINE_MEMBER_FN(Impl_dtor, void, 0x03140EE4); // same as NativeFunctionBase dtor + DEFINE_MEMBER_FN(Impl_ctor, NativeFunction *, 0x03236D98, const char * fnName, const char * className, u8 unk0, u32 numParams); + DEFINE_MEMBER_FN(Impl_dtor, void, 0x03236E54); // same as NativeFunctionBase dtor protected: void * m_callback; // 50 diff --git a/sfse/ScaleformManager.h b/sfse/ScaleformManager.h index dcf1c7f..bafed60 100644 --- a/sfse/ScaleformManager.h +++ b/sfse/ScaleformManager.h @@ -13,7 +13,7 @@ class BSScaleformManager static BSScaleformManager* GetSingleton() { - RelocPtr singleton(0x06656D58); + RelocPtr singleton(0x068732A0); return *singleton; } -}; \ No newline at end of file +}; diff --git a/sfse/ScaleformMemory.cpp b/sfse/ScaleformMemory.cpp index 1885153..7c4cb9e 100644 --- a/sfse/ScaleformMemory.cpp +++ b/sfse/ScaleformMemory.cpp @@ -1,6 +1,6 @@ #include "sfse/ScaleformMemory.h" -RelocPtr Scaleform::Memory::pGlobalHeap(0x06184F18); +RelocPtr Scaleform::Memory::pGlobalHeap(0x0638AD98); void* ScaleformHeap_Allocate(u64 size) { diff --git a/sfse/ScaleformValue.h b/sfse/ScaleformValue.h index 911ac89..7fadcb4 100644 --- a/sfse/ScaleformValue.h +++ b/sfse/ScaleformValue.h @@ -62,28 +62,28 @@ class Value virtual ~ObjectInterface(); - DEFINE_MEMBER_FN_3(HasMember, bool, 0x00E1AC50, void* pData, const char* name, bool isDisplayObj); - DEFINE_MEMBER_FN_4(GetMember, bool, 0x00E1AF90, void* pData, const char* name, Value* pValue, bool isDisplayObj); - DEFINE_MEMBER_FN_4(SetMember, bool, 0x00E1B390, void* pData, const char* name, const Value& pValue, bool isDisplayObj); - DEFINE_MEMBER_FN_6(Invoke, bool, 0x00E1B7B0, void* pData, Value* result, const char* name, const Value* args, unsigned long long numArgs, bool isDisplayObj); - DEFINE_MEMBER_FN_4(CreateEmptyMovieClip, bool, 0x00E1EED0, void* pData, Value* pValue, const char* instanceName, int depth); - DEFINE_MEMBER_FN_6(AttachMovie, bool, 0x00E1F190, void* pData, Value* pValue, const char* symbolName, const char* instanceName, int depth, const void* initArgs); - DEFINE_MEMBER_FN_1(GetArraySize, unsigned int, 0x00E1CA90, void* pData); - DEFINE_MEMBER_FN_2(SetArraySize, bool, 0x00E1CAA0, void* pData, unsigned int size); - DEFINE_MEMBER_FN_3(GetElement, bool, 0x00E1CAC0, void* pData, unsigned int index, Value* value); - DEFINE_MEMBER_FN_3(SetElement, bool, 0x00E1CB50, void* pData, unsigned int index, const Value& value); - DEFINE_MEMBER_FN_2(PushBack, bool, 0x00E1CD90, void* pData, const Value& value); - DEFINE_MEMBER_FN_2(PopBack, bool, 0x00E1CDF0, void* pData, Value* value); - DEFINE_MEMBER_FN_3(RemoveElements, bool, 0x00E1CEA0, void* pData, unsigned idx, int count); - DEFINE_MEMBER_FN_4(VisitElements, void, 0x00E1CBB0, void* pData, ArrVisitor* visitor, unsigned long idx, int count); - DEFINE_MEMBER_FN_3(VisitMembers, void, 0x00E1C350, void* pData, ObjVisitor* visitor, bool isDisplayObj); + DEFINE_MEMBER_FN_3(HasMember, bool, 0x00E24700, void* pData, const char* name, bool isDisplayObj); + DEFINE_MEMBER_FN_4(GetMember, bool, 0x00E24A40, void* pData, const char* name, Value* pValue, bool isDisplayObj); + DEFINE_MEMBER_FN_4(SetMember, bool, 0x00E24E30, void* pData, const char* name, const Value& pValue, bool isDisplayObj); + DEFINE_MEMBER_FN_6(Invoke, bool, 0x00E25250, void* pData, Value* result, const char* name, const Value* args, unsigned long long numArgs, bool isDisplayObj); + DEFINE_MEMBER_FN_4(CreateEmptyMovieClip, bool, 0x00E28970, void* pData, Value* pValue, const char* instanceName, int depth); + DEFINE_MEMBER_FN_6(AttachMovie, bool, 0x00E28C30, void* pData, Value* pValue, const char* symbolName, const char* instanceName, int depth, const void* initArgs); + DEFINE_MEMBER_FN_1(GetArraySize, unsigned int, 0x00E26530, void* pData); + DEFINE_MEMBER_FN_2(SetArraySize, bool, 0x00E26540, void* pData, unsigned int size); + DEFINE_MEMBER_FN_3(GetElement, bool, 0x00E26560, void* pData, unsigned int index, Value* value); + DEFINE_MEMBER_FN_3(SetElement, bool, 0x00E265F0, void* pData, unsigned int index, const Value& value); + DEFINE_MEMBER_FN_2(PushBack, bool, 0x00E26830, void* pData, const Value& value); + DEFINE_MEMBER_FN_2(PopBack, bool, 0x00E26890, void* pData, Value* value); + DEFINE_MEMBER_FN_3(RemoveElements, bool, 0x00E26940, void* pData, unsigned idx, int count); + DEFINE_MEMBER_FN_4(VisitElements, void, 0x00E26650, void* pData, ArrVisitor* visitor, unsigned long idx, int count); + DEFINE_MEMBER_FN_3(VisitMembers, void, 0x00E25DF0, void* pData, ObjVisitor* visitor, bool isDisplayObj); // DeleteMember TBD - DEFINE_MEMBER_FN_3(GetText, bool, 0x00E1EB60, void* pData, Value* value, bool html); - DEFINE_MEMBER_FN_3(SetText, bool, 0x00E1ECC0, void* pData, const char* text, bool html); - DEFINE_MEMBER_FN_3(SetTextW, bool, 0x00E1EDE0, void* pData, const wchar_t* text, bool html); - DEFINE_MEMBER_FN_3(GotoAndPlayL, bool, 0x00E1F640, void* pData, const char* frame, bool stop); - DEFINE_MEMBER_FN_3(GotoAndPlay, bool, 0x00E1F740, void* pData, unsigned frame, bool stop); - DEFINE_MEMBER_FN_2(GetParent, bool, 0x00E1D3C0, void* pData, Value* value); + DEFINE_MEMBER_FN_3(GetText, bool, 0x00E28600, void* pData, Value* value, bool html); + DEFINE_MEMBER_FN_3(SetText, bool, 0x00E28760, void* pData, const char* text, bool html); + DEFINE_MEMBER_FN_3(SetTextW, bool, 0x00E28880, void* pData, const wchar_t* text, bool html); + DEFINE_MEMBER_FN_3(GotoAndPlayL, bool, 0x00E290E0, void* pData, const char* frame, bool stop); + DEFINE_MEMBER_FN_3(GotoAndPlay, bool, 0x00E291E0, void* pData, unsigned frame, bool stop); + DEFINE_MEMBER_FN_2(GetParent, bool, 0x00E26E60, 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, 0x00E1AAF0, Value* value, void* pData); - DEFINE_MEMBER_FN_2(ObjectRelease, void, 0x00E1AB90, Value* value, void* pData); + DEFINE_MEMBER_FN_2(ObjectAddRef, void, 0x00E245A0, Value* value, void* pData); + DEFINE_MEMBER_FN_2(ObjectRelease, void, 0x00E24640, Value* value, void* pData); MovieImpl* pMovieRoot; }; diff --git a/sfse_common/sfse_version.h b/sfse_common/sfse_version.h index 1866b27..17d89a3 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 7 -#define SFSE_VERSION_VERSTRING "0, 0, 2, 7" +#define SFSE_VERSION_INTEGER_BETA 8 +#define SFSE_VERSION_VERSTRING "0, 0, 2, 8" #define SFSE_VERSION_PADDEDSTRING "0001" -#define SFSE_VERSION_RELEASEIDX 15 +#define SFSE_VERSION_RELEASEIDX 16 #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) @@ -43,13 +43,14 @@ #define RUNTIME_VERSION_1_10_32 MAKE_EXE_VERSION(1, 10, 32) // 0x010A0200 hotfix #define RUNTIME_VERSION_1_11_33 MAKE_EXE_VERSION(1, 11, 33) // 0x010B0210 beta #define RUNTIME_VERSION_1_11_36 MAKE_EXE_VERSION(1, 11, 36) // 0x010B0240 +#define RUNTIME_VERSION_1_12_30 MAKE_EXE_VERSION(1, 12, 30) // 0x010C01E0 editor released #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_11_36 -#define CURRENT_RELEASE_SFSE_STR "0.2.7" +#define CURRENT_RELEASE_RUNTIME RUNTIME_VERSION_1_12_30 +#define CURRENT_RELEASE_SFSE_STR "0.2.8" #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 524b158..3bdee19 100644 --- a/sfse_readme.txt +++ b/sfse_readme.txt @@ -1,11 +1,11 @@ -Starfield Script Extender v0.2.7 pre-alpha +Starfield Script Extender v0.2.8 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 editor is not out, 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.11.36. The Gamepass/MS Store/EGS version is unsupported. Do not email asking for support. +SFSE will support the latest version of Starfield available on Steam, currently 1.12.30. The Gamepass/MS Store/EGS version is unsupported. Do not email asking for support. [ Installation ] diff --git a/sfse_whatsnew.txt b/sfse_whatsnew.txt index 5e2a6ca..46de5b5 100644 --- a/sfse_whatsnew.txt +++ b/sfse_whatsnew.txt @@ -1,3 +1,6 @@ +0.2.8 +- support for 1.12.30 + 0.2.7 - support for 1.11.36