SetStateStorage
Definition
-- @/=[C]:-1
function SetStateStorage(...)
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.GetStyleColorName(ImGuiCol_idx) return imgui.GetStyleColorName(ImGuiCol_idx) end
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
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