SetStateStorage
Definition
-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:1104
function M.SetStateStorage(ImGuiStorage_storage)
if ImGuiStorage_storage == nil then log("E", "", "Parameter 'ImGuiStorage_storage' of function 'SetStateStorage' cannot be nil, as the c type is 'ImGuiStorage *'") ; return end
imgui.SetStateStorage(ImGuiStorage_storage)
end
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
if ImGuiStorage_storage == nil then log("E", "", "Parameter 'ImGuiStorage_storage' of function 'SetStateStorage' cannot be nil, as the c type is 'ImGuiStorage *'") ; return end
imgui.SetStateStorage(ImGuiStorage_storage)
end