MCPcopy Create free account
hub / github.com/Norbyte/bg3se / GetRenderable

Method GetRenderable

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:1710–1715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1708}
1709
1710Renderable* IMGUIObjectManager::GetRenderable(HandleType handle)
1711{
1712 auto type = (handle >> 56);
1713 if (type > (unsigned)IMGUIObjectType::Max) return nullptr;
1714 return pools_[type]->Get(handle);
1715}
1716
1717bool IMGUIObjectManager::DestroyRenderable(HandleType handle)
1718{

Callers 8

DestroyMethod · 0.80
HandleDragDropMethod · 0.80
DrawTooltipMethod · 0.80
StyledRenderMethod · 0.80
DetachChildMethod · 0.80
AttachChildMethod · 0.80
RemoveAllChildrenMethod · 0.80
LuaToProtobufFunction · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected