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

Method AddIcon

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:552–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550
551
552lua::ImguiHandle TreeParent::AddIcon(FixedString iconName, std::optional<glm::vec2> size)
553{
554 WARN("TreeParent::AddIcon() is deprecated; use TreeParent::AddImage() instead");
555 return AddImage(iconName, size, {}, {});
556}
557
558
559lua::ImguiHandle TreeParent::AddText(char const* label)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected