|
| virtual void | onWillChangeDimension (::Player &player) |
| |
| virtual void | onDimensionChanged (::Player &player) |
| |
| virtual void | onChunkReloaded (::ChunkSource &, ::LevelChunk &lc) |
| |
| virtual void | updateLevelCullerType (::LevelCullerType const newLevelCullerType) |
| |
| MCAPI void | $dtor () |
| |
| MCAPI void | $onWillChangeDimension (::Player &player) |
| |
| MCAPI void | $onDimensionChanged (::Player &player) |
| |
| MCAPI void | $onChunkReloaded (::ChunkSource &, ::LevelChunk &lc) |
| |
| MCAPI void | $updateLevelCullerType (::LevelCullerType const newLevelCullerType) |
| |
|
virtual void | addCameraListenerToRenderChunkCoordinator () |
| |
|
virtual void | onAppSuspended () |
| |
|
virtual void | onAppResumed () |
| |
|
virtual void | onDeviceLost () |
| |
|
virtual void | onLowMemory () |
| |
|
virtual void | initResources () |
| |
|
virtual void | frameUpdate (::ClientFrameUpdateContext &clientFrameUpdateContext) |
| |
|
virtual void | tickLevelRendererCamera () |
| |
|
virtual void | tickRain () |
| |
|
virtual void | updateViewArea (::LevelRenderPreRenderUpdateParameters const &levelRenderPreRenderUpdateParameters) |
| |
|
virtual void | callRenderNameTags (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj, ::Font &font) |
| |
|
virtual::NameTagRenderObjectCollection | extractNameTags (::ScreenContext &screenContext) const |
| |
|
virtual void | callRenderCracks (::BaseActorRenderContext &renderContext, ::ViewRenderObject const &renderObj) |
| |
|
virtual::CrackRenderObjectCollection | extractCracks (::ScreenContext &screenContext) const |
| |
|
virtual void | renderEntityEffects (::BaseActorRenderContext &renderContext) |
| |
|
virtual void | renderBlockEntities (::BaseActorRenderContext &renderContext, bool renderAlphaLayer) |
| |
|
virtual void | setViewArea (::LevelRenderPreRenderUpdateParameters const &levelRenderPreRenderUpdateParameters) |
| |
|
virtual bool | getForceFog (::Actor const &) const |
| |
|
virtual void | setupFog (::ScreenContext &screenContext, float const skyIntensityOverride) |
| |
|
virtual float | getAmbientBrightness () const |
| |
|
virtual void | recalculateRenderDistance (float const renderDistanceScalar) |
| |
|
virtual void | preRenderUpdate (::ScreenContext &screenContext, ::LevelRenderPreRenderUpdateParameters &levelRenderPreRenderUpdateParameters) |
| |
|
virtual void | render (::BaseActorRenderContext &baseEntityRenderContext, ::ViewRenderObject const &renderObj, ::IClientInstance &ci) |
| |
|
virtual void | postRenderUpdate () |
| |
|
virtual void | notifyGeoChangedForAffectedEntities (::RenderChunkShared &, uchar) |
| |
|
virtual void | queueRenderEntities (::LevelRenderPreRenderUpdateParameters const &) |
| |
|
virtual void | _releaseRespectiveResources () |
| |
|
virtual::Block const * | _getBlockForBlockEnity (::BlockActor const &blockActor) |
| |
|
virtual void | setupViewArea () |
| |
|
virtual::FogDefinition::DistanceSettingType | _getFogDistanceSettingType () const |
| |
|
virtual::FogDefinition::DensitySettingType | _getFogDensitySettingType () const |
| |
| MCAPI void | _addBiomeFogDefinitionToManager (::BlockPos const &pos) const |
| |
| MCAPI void | _addToRenderChunkQueue (::ChunkRenderObjectCollection &collection, ::TerrainMaterialVariationManager const &terrainVariationMgr, ::TerrainLayer const &layer, ::RenderChunkInstanced const &renderChunkInstanced, uint64 chunkIdx, ::BlockPos const &chunkPos) |
| |
| MCAPI void | _applyAdjustmentsForAir (::FogDistanceSetting &setting, ::ScreenContext &screenContext, float skyIntensityOverride) const |
| |
| MCAPI void | _applyAdjustmentsForUnderwater (::FogDistanceSetting &setting) const |
| |
| MCAPI ::std::shared_ptr<::LevelCullerBase > | _createCuller (::LevelCullerType type, ::std::weak_ptr<::LevelRendererCamera > levelRendererCamera, ::LevelBuilder &levelBuilder) |
| |
| MCAPI void | _freeSkyProbeTexture () |
| |
| MCAPI::FogVolumetricCoefficientSetting | _getCurrentCoefficientFogSetting (::FogDefinition::CoefficientSettingType settingType) const |
| |
| MCAPI::FogVolumetricDensitySetting | _getCurrentDensityFogSetting () const |
| |
| MCAPI::FogDistanceSetting | _getCurrentFixedDistanceFogSetting (float renderDistance) const |
| |
| MCAPI::FogTransitionSetting | _getCurrentFixedTransitionFogSetting (float renderDistance) const |
| |
| MCAPI::FogVolumetricHenyeyGreensteinGSetting | _getCurrentHenyeyGreensteinGFogSetting (::FogDefinition::HenyeyGreensteinGSettingType settingType) const |
| |
| MCAPI void | _initCubemapTextures (::Dimension const &dimension) |
| |
| MCAPI void | _initSkyProbeTexture (::glm::ivec3 size) |
| |
| MCAPI void | _notifyOrthographicCameraMoved (::SubChunkPos const &pos, ::Vec3 const &viewDir, ::GridArea<::std::shared_ptr<::RenderChunkInstanced > > const &viewArea) |
| |
| MCAPI void | _notifyPerspectiveCameraMoved (::SubChunkPos const &pos, ::Vec3 const &viewPos, bool accurateSorting, ::GridArea<::std::shared_ptr<::RenderChunkInstanced > > const &viewArea) |
| |
| MCAPI void | _releaseResources () |
| |
| MCAPI void | _resortNearbyChunks (::Vec3 const &viewPos, ::GridArea<::std::shared_ptr<::RenderChunkInstanced > > const &viewArea) |
| |
| MCAPI bool | _shouldRenderLeashedEntity (::Actor *actor, ::Vec3 cameraPos) |
| |
| MCAPI void | _tryInsertBlockEntityIntoRenderQueues (::BlockActor *blockActor, ::std::map<::ChunkPos, ::std::unordered_set<::BlockPos > > const &skipList) |
| |
| MCAPI ::GridArea<::std::shared_ptr<::RenderChunkInstanced > > & | _viewAreaMutable () |
| |
| MCAPI::LevelRendererCamera::RainState | calcRainState (::Vec3 const &rainPos) const |
| |
| MCAPI void | determineUnderwaterStatus (::BlockSource ®ion) |
| |
| MCAPI::LevelRendererCamera::RainState | doRainUpdate () |
| |
| MCAPI void | doneQueuingChunks () |
| |
| MCAPI ::optional_ref<::TerrainMaterialVariationManager const > | getCurrentVariationManager () const |
| |
| MCAPI::RenderChunkInstanced * | getOrCreateRenderChunkInstancedAt (::SubChunkPos const &rcp) |
| |
| MCAPI::RenderChunkInstanced * | getRenderChunkInstancedAt (::SubChunkPos const &rcp) const |
| |
| MCAPI ::std::shared_ptr<::RenderChunkInstanced > | getRenderChunkInstancedAtShared (::SubChunkPos const &rcp) const |
| |
| MCAPI uint64 | getRenderChunkInstancedCount () |
| |
| MCAPI bool | isAABBVisible (::AABB const &bb, bool useFastCulling) const |
| |
| MCAPI void | onViewRadiusChanged (bool resetAll) |
| |
| MCAPI void | preDimensionChanged (::Player &player) |
| |
| MCAPI void | queueChunk (::ChunkRenderObjectCollection &collection, ::RenderChunkInstanced const &renderChunkInstanced, float farDistance2, float currentTime, ::TerrainMaterialVariationManager const &terrainVariationMgr, ::optional_ref<::TerrainMaterialVariationManager const > fadeVariationMgr) |
| |
| MCAPI void | recaptureViewAreaDimensions () |
| |
| MCAPI void | renderAtmosphere (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj, ::BaseSceneDirectionalLightRenderData const &sceneDirectionalLightRenderData, bool isSkyLit) const |
| |
| MCAPI void | renderCameraAimAssistHighlight (::ScreenContext &screenContext) |
| |
| MCAPI void | renderChunkOccluders (::BaseActorRenderContext &renderContext) const |
| |
| MCAPI void | renderEditorCursor (::ScreenContext const &screenContext) |
| |
| MCAPI void | renderEntities (::BaseActorRenderContext &renderContext) |
| |
| MCAPI void | renderGameplayMetadata (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj, bool waitingForLoad, ::BaseSceneDirectionalLightRenderData const &sceneDirectionalLightRenderData) const |
| |
| MCAPI void | renderPlayerVision (::ScreenContext &screenContext) const |
| |
| MCAPI void | renderSky (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj, ::BaseSceneDirectionalLightRenderData const &sceneDirectionalLightRenderData) const |
| |
| MCAPI void | renderStructureWireframes (::BaseActorRenderContext &renderContext, ::IClientInstance const &clientInstance, ::ViewRenderObject const &renderObj) |
| |
| MCAPI void | renderVolumetricFog (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj) |
| |
| MCAPI bool | shouldCullThisFrame (uint64 lastNumRenderChunksVisibleFromCullingPoint) |
| |
| MCAPI void | updateFarChunksDistance () |
| |
| MCAPI void | updatePerChunkFaceSortState (::Vec3 const &viewPos, ::Vec3 const &viewDir, bool isOrthoCamera) |
| |
| MCAPI void * | $ctor (::IClientInstance &clientInstance, ::Level &level, ::LevelRenderer &levelRenderer) |
| |
| MCAPI void | $addCameraListenerToRenderChunkCoordinator () |
| |
| MCAPI void | $onAppSuspended () |
| |
| MCAPI void | $onAppResumed () |
| |
| MCAPI void | $onDeviceLost () |
| |
| MCAPI void | $onLowMemory () |
| |
| MCAPI void | $initResources () |
| |
| MCAPI void | $frameUpdate (::ClientFrameUpdateContext &clientFrameUpdateContext) |
| |
| MCAPI void | $tickLevelRendererCamera () |
| |
| MCAPI void | $tickRain () |
| |
| MCAPI void | $updateViewArea (::LevelRenderPreRenderUpdateParameters const &levelRenderPreRenderUpdateParameters) |
| |
| MCAPI void | $callRenderNameTags (::ScreenContext &screenContext, ::ViewRenderObject const &renderObj, ::Font &font) |
| |
| MCAPI::NameTagRenderObjectCollection | $extractNameTags (::ScreenContext &screenContext) const |
| |
| MCAPI void | $callRenderCracks (::BaseActorRenderContext &renderContext, ::ViewRenderObject const &renderObj) |
| |
| MCAPI::CrackRenderObjectCollection | $extractCracks (::ScreenContext &screenContext) const |
| |
| MCAPI void | $renderEntityEffects (::BaseActorRenderContext &renderContext) |
| |
| MCAPI void | $renderBlockEntities (::BaseActorRenderContext &renderContext, bool renderAlphaLayer) |
| |
| MCAPI void | $setViewArea (::LevelRenderPreRenderUpdateParameters const &levelRenderPreRenderUpdateParameters) |
| |
| MCAPI bool | $getForceFog (::Actor const &) const |
| |
| MCAPI void | $setupFog (::ScreenContext &screenContext, float const skyIntensityOverride) |
| |
| MCAPI float | $getAmbientBrightness () const |
| |
| MCAPI void | $recalculateRenderDistance (float const renderDistanceScalar) |
| |
| MCAPI void | $preRenderUpdate (::ScreenContext &screenContext, ::LevelRenderPreRenderUpdateParameters &levelRenderPreRenderUpdateParameters) |
| |
| MCAPI void | $render (::BaseActorRenderContext &baseEntityRenderContext, ::ViewRenderObject const &renderObj, ::IClientInstance &ci) |
| |
| MCAPI void | $postRenderUpdate () |
| |
| MCAPI void | $notifyGeoChangedForAffectedEntities (::RenderChunkShared &, uchar) |
| |
| MCAPI void | $queueRenderEntities (::LevelRenderPreRenderUpdateParameters const &) |
| |
| MCAPI void | $_releaseRespectiveResources () |
| |
| MCAPI::Block const * | $_getBlockForBlockEnity (::BlockActor const &blockActor) |
| |
| MCAPI void | $setupViewArea () |
| |
| MCAPI::FogDefinition::DistanceSettingType | $_getFogDistanceSettingType () const |
| |
| MCAPI::FogDefinition::DensitySettingType | $_getFogDensitySettingType () const |
| |
|
virtual void | allChanged () |
| |
|
virtual void | sendServerLegacyParticle (::ParticleType, ::Vec3 const &, ::Vec3 const &, int) |
| |
|
virtual void | addParticleEffect (::HashedString const &, ::Actor const &, ::HashedString const &, ::Vec3 const &, ::MolangVariableMap const &) |
| |
|
virtual void | addTerrainParticleEffect (::BlockPos const &, ::Block const &, ::Vec3 const &, float, float, float) |
| |
|
virtual void | addTerrainSlideEffect (::BlockPos const &, ::Block const &, ::Vec3 const &, float, float, float) |
| |
|
virtual void | addBreakingItemParticleEffect (::Vec3 const &, ::BreakingItemParticleData const &, ::ResolvedItemIconInfo const &) |
| |
|
virtual void | addBiomeTintedParticleEffect (::HashedString const &, ::BlockPos const &, ::Block const &, ::std::optional<::mce::Color >) |
| |
|
virtual void | playMusic (::std::string const &, ::Vec3 const &, float, float) |
| |
|
virtual void | playStreamingMusic (::std::string const &, int, int, int) |
| |
|
virtual void | onEntityAdded (::Actor &) |
| |
|
virtual void | onEntityRemoved (::Actor &) |
| |
|
virtual void | onChunkLoaded (::ChunkSource &, ::LevelChunk &) |
| |
|
virtual void | onSubChunkLoaded (::ChunkSource &, ::LevelChunk &, short, bool) |
| |
|
virtual void | onChunkUnloaded (::LevelChunk &) |
| |
|
virtual void | onLevelDestruction (::std::string const &) |
| |
|
virtual void | levelEvent (::SharedTypes::Legacy::LevelEvent, ::Vec3 const &, int) |
| |
|
virtual void | levelEvent (::SharedTypes::Legacy::LevelEvent, ::CompoundTag const &) |
| |
|
virtual void | takePicture (::cg::ImageBuffer &, ::Actor *, ::Actor *, ::ScreenshotOptions &, ::std::function< void(::cg::ImageBuffer &, ::ScreenshotOptions &)>) |
| |
|
virtual void | playerListChanged () |
| |
|
virtual void | onLevelDataCommandsChanged (bool) |
| |
|
virtual void | onLevelDataWorldTemplateOptionsUnlocked () |
| |
|
MCFOLD void | $allChanged () |
| |
|
MCFOLD void | $addParticleEffect (::HashedString const &, ::Actor const &, ::HashedString const &, ::Vec3 const &, ::MolangVariableMap const &) |
| |
|
MCFOLD void | $addTerrainParticleEffect (::BlockPos const &, ::Block const &, ::Vec3 const &, float, float, float) |
| |
|
MCFOLD void | $addTerrainSlideEffect (::BlockPos const &, ::Block const &, ::Vec3 const &, float, float, float) |
| |
|
MCFOLD void | $addBreakingItemParticleEffect (::Vec3 const &, ::BreakingItemParticleData const &, ::ResolvedItemIconInfo const &) |
| |
|
MCFOLD void | $addBiomeTintedParticleEffect (::HashedString const &, ::BlockPos const &, ::Block const &, ::std::optional<::mce::Color >) |
| |
|
MCFOLD void | $playMusic (::std::string const &, ::Vec3 const &, float, float) |
| |
|
MCFOLD void | $playStreamingMusic (::std::string const &, int, int, int) |
| |
|
MCFOLD void | $onEntityAdded (::Actor &) |
| |
|
MCFOLD void | $onEntityRemoved (::Actor &) |
| |
|
MCFOLD void | $onChunkLoaded (::ChunkSource &, ::LevelChunk &) |
| |
|
MCFOLD void | $onSubChunkLoaded (::ChunkSource &, ::LevelChunk &, short, bool) |
| |
|
MCFOLD void | $onChunkUnloaded (::LevelChunk &) |
| |
|
MCFOLD void | $onLevelDestruction (::std::string const &) |
| |
|
MCAPI void | $takePicture (::cg::ImageBuffer &, ::Actor *, ::Actor *, ::ScreenshotOptions &, ::std::function< void(::cg::ImageBuffer &, ::ScreenshotOptions &)>) |
| |
|
MCFOLD void | $playerListChanged () |
| |
|
MCFOLD void | $onLevelDataCommandsChanged (bool) |
| |
|
MCFOLD void | $onLevelDataWorldTemplateOptionsUnlocked () |
| |
|
virtual void | onSourceCreated (::BlockSource &source) |
| |
|
virtual void | onSourceDestroyed (::BlockSource &source) |
| |
|
virtual void | onAreaChanged (::BlockSource &source, ::BlockPos const &min, ::BlockPos const &max) |
| |
|
virtual void | onBlockChanged (::BlockSource &source, ::BlockPos const &pos, uint layer, ::Block const &block, ::Block const &oldBlock, int updateFlags, ::ActorBlockSyncMessage const *syncMsg, ::BlockChangedEventTarget eventTarget, ::Actor *blockChangeSource) |
| |
|
virtual void | onBrightnessChanged (::BlockSource &source, ::BlockPos const &pos) |
| |
|
virtual void | onBlockEntityChanged (::BlockSource &source, ::BlockActor &te) |
| |
|
virtual void | onEntityChanged (::BlockSource &source, ::Actor &entity) |
| |
|
virtual void | onBlockEvent (::BlockSource &source, int x, int y, int z, int b0, int b1) |
| |
|
MCFOLD void | $onSourceCreated (::BlockSource &source) |
| |
|
MCFOLD void | $onSourceDestroyed (::BlockSource &source) |
| |
|
MCFOLD void | $onAreaChanged (::BlockSource &source, ::BlockPos const &min, ::BlockPos const &max) |
| |
|
MCFOLD void | $onBlockChanged (::BlockSource &source, ::BlockPos const &pos, uint layer, ::Block const &block, ::Block const &oldBlock, int updateFlags, ::ActorBlockSyncMessage const *syncMsg, ::BlockChangedEventTarget eventTarget, ::Actor *blockChangeSource) |
| |
|
MCAPI void | $onBrightnessChanged (::BlockSource &source, ::BlockPos const &pos) |
| |
|
MCFOLD void | $onBlockEntityChanged (::BlockSource &source, ::BlockActor &te) |
| |
|
MCFOLD void | $onEntityChanged (::BlockSource &source, ::Actor &entity) |
| |
|
MCFOLD void | $onBlockEvent (::BlockSource &source, int x, int y, int z, int b0, int b1) |
| |
|
virtual void | onPlayerDestruction (::Player &player) |
| |
|
MCFOLD void | $onPlayerDestruction (::Player &player) |
| |
|
|
::ll::UntypedStorage< 8, 8 > | mUnk617fb8 |
| |
|
::ll::UntypedStorage< 8, 456 > | mUnkf4f5be |
| |
|
::ll::UntypedStorage< 8, 24 > | mUnkf417e3 |
| |
|
::ll::UntypedStorage< 8, 24 > | mUnk26a5ea |
| |
|
::ll::UntypedStorage< 8, 56 > | mUnkb4b419 |
| |
|
::ll::UntypedStorage< 8, 24 > | mUnk3c473a |
| |
|
::ll::UntypedStorage< 8, 24 > | mUnk2e2335 |
| |
|
::ll::UntypedStorage< 8, 24 > | mUnkb996f1 |
| |
|
::ll::UntypedStorage< 8, 24 > | mUnk1962fe |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnkf0e27f |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnked50e8 |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnk41ddff |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnkb23629 |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnk3060ef |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnke988b1 |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnkea0b15 |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnk769b22 |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnk5d7f41 |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnk59d899 |
| |
|
::ll::UntypedStorage< 8, 24 > | mUnk8399eb |
| |
|
::ll::UntypedStorage< 8, 24 > | mUnk521887 |
| |
|
::ll::UntypedStorage< 8, 8 > | mUnk6b0c9c |
| |
|
::ll::UntypedStorage< 8, 56 > | mUnk31a87d |
| |
|
::ll::UntypedStorage< 8, 136 > | mUnkdd7caa |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk3a1651 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk405c5f |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk416b55 |
| |
|
::ll::UntypedStorage< 4, 8 > | mUnkc3ee2e |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnka4a78d |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk7e444b |
| |
|
::ll::UntypedStorage< 4, 8 > | mUnkefef34 |
| |
|
::ll::UntypedStorage< 4, 8 > | mUnk8749ec |
| |
|
::ll::UntypedStorage< 4, 28 > | mUnkf94c1d |
| |
|
::ll::UntypedStorage< 4, 28 > | mUnk376382 |
| |
|
::ll::UntypedStorage< 4, 16 > | mUnkc2f44d |
| |
|
::ll::UntypedStorage< 4, 32 > | mUnk7fed10 |
| |
|
::ll::UntypedStorage< 4, 32 > | mUnk3f7cbc |
| |
|
::ll::UntypedStorage< 4, 32 > | mUnkd05fe5 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnkfe0eed |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk3f3784 |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnk65e2e6 |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnke6ca9a |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnk1b29f6 |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnkf7eaa6 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk164bc9 |
| |
|
::ll::UntypedStorage< 8, 224 > | mUnk9eaf57 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnkc739ed |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnk739602 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnkbebec2 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk9290f7 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk734efb |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnkd381fc |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnkb76067 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk3107f8 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnkaecf89 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnke2d462 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk848699 |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnkc64188 |
| |
|
::ll::UntypedStorage< 4, 12 > | mUnk49c1eb |
| |
|
::ll::UntypedStorage< 4, 12 > | mUnke15538 |
| |
|
::ll::UntypedStorage< 4, 12 > | mUnke22d0f |
| |
|
::ll::UntypedStorage< 4, 12 > | mUnk43ad36 |
| |
|
::ll::UntypedStorage< 4, 24 > | mUnk30ea4e |
| |
|
::ll::UntypedStorage< 4, 12 > | mUnk6c5dba |
| |
|
::ll::UntypedStorage< 4, 12 > | mUnk78f446 |
| |
|
::ll::UntypedStorage< 4, 12 > | mUnkab8b69 |
| |
|
::ll::UntypedStorage< 4, 204 > | mUnk96ccd2 |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnkf00c21 |
| |
|
::ll::UntypedStorage< 8, 512 > | mUnkfb412d |
| |
|
::ll::UntypedStorage< 8, 24 > | mUnkac8f93 |
| |
|
::ll::UntypedStorage< 8, 8 > | mUnk136419 |
| |
|
::ll::UntypedStorage< 8, 8 > | mUnkb45bb2 |
| |
|
::ll::UntypedStorage< 8, 8 > | mUnk9b1495 |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnka5b506 |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnkd22d2b |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnk24e50d |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnk40b3e9 |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnk74676a |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnk18047e |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnked227c |
| |
|
::ll::UntypedStorage< 8, 8 > | mUnk579634 |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnk52067e |
| |
|
::ll::UntypedStorage< 8, 8 > | mUnkbdf50e |
| |
|
::ll::UntypedStorage< 2, 2 > | mUnkd66ad2 |
| |
|
::ll::UntypedStorage< 8, 8 > | mUnk10316a |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnka4f0b3 |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnk869937 |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnkef7547 |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnkf3ca7a |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk969e8f |
| |
|
::ll::UntypedStorage< 2, 2 > | mUnkde831f |
| |
|
::ll::UntypedStorage< 1, 1 > | mUnkc4aa3d |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk5e9948 |
| |
|
::ll::UntypedStorage< 4, 4 > | mUnk9f9b7e |
| |
|
::ll::UntypedStorage< 4, 12 > | mUnk64917b |
| |
|
::ll::UntypedStorage< 4, 12 > | mUnk10a0a2 |
| |
|
::ll::UntypedStorage< 8, 8 > | mUnkb84577 |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnk5b8974 |
| |
|
::ll::UntypedStorage< 8, 24 > | mUnk2ec2b9 |
| |
|
::ll::UntypedStorage< 8, 64 > | mUnkcb8c1e |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnka32861 |
| |
|
::ll::UntypedStorage< 8, 8 > | mUnkce2747 |
| |
|
::ll::UntypedStorage< 8, 8 > | mUnk23f139 |
| |
|
::ll::UntypedStorage< 8, 488 > | mUnk50073a |
| |
|
::ll::UntypedStorage< 8, 16 > | mUnk269f43 |
| |
|
::ll::UntypedStorage< 8, 8 > | mUnkfb8626 |
| |