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

Method GetVarPtr

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

Offset in parent structure

Source from the content-addressed store, hash-verified

980 ImU32 Count; // 1+
981 ImU32 Offset; // Offset in parent structure
982 void* GetVarPtr(void* parent) const { return (void*)((unsigned char*)parent + Offset); }
983};
984
985struct ImGuiDataTypeTempStorage

Callers 2

PushStyleVarMethod · 0.80
PopStyleVarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected