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