MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / GetSize

Method GetSize

KBotExt/imgui/imgui_internal.h:676–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674 T* TryGetMapData(ImPoolIdx n) { int idx = Map.Data[n].val_i; if (idx == -1) return NULL; return GetByIndex(idx); }
675#ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS
676 int GetSize() { return GetMapSize(); } // For ImPlot: should use GetMapSize() from (IMGUI_VERSION_NUM >= 18304)
677#endif
678};
679

Callers 14

BeginTableExMethod · 0.80
EndTableMethod · 0.80
GetItemRectSizeMethod · 0.80
BeginMethod · 0.80
EndGroupMethod · 0.80
CloseButtonMethod · 0.80
TempInputTextMethod · 0.80
InputTextExMethod · 0.80
BeginListBoxMethod · 0.80
BeginViewportSideBarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected