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

Method GetDragPreview

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145lua::ImguiHandle StyledRenderable::GetDragPreview() const
146{
147 return lua::ImguiHandle(DragPreview);
148}
149
150FixedString StyledRenderable::GetDragDropType() const
151{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected