MCPcopy Create free account
hub / github.com/Wemino/EchoPatch / SetAllInt

Method SetAllInt

include/imgui/imgui.cpp:3008–3012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3006}
3007
3008void ImGuiStorage::SetAllInt(int v)
3009{
3010 for (int i = 0; i < Data.Size; i++)
3011 Data[i].val_i = v;
3012}
3013IM_MSVC_RUNTIME_CHECKS_RESTORE
3014
3015//-----------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected