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

Method GetDragDropType

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150FixedString StyledRenderable::GetDragDropType() const
151{
152 return DragDropType;
153}
154
155void StyledRenderable::SetDragDropType(lua_State* L, FixedString type)
156{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected