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

Method Get

BG3Extender/Extender/Client/IMGUI/Objects.h:988–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986 }
987
988 T* Get(HandleType handle) override
989 {
990 auto ref = pool_.Find(handle);
991 return ref ? *ref : nullptr;
992 }
993
994 bool Destroy(HandleType handle) override
995 {

Callers 1

GetRenderableMethod · 0.45

Calls 1

FindMethod · 0.45

Tested by

no test coverage detected