-- @/=[C]:-1
function Value4(...)
end
function M.Value4(string_prefix, float_v, string_float_format)
-- string_float_format is optional and can be nil
if string_prefix == nil then log("E", "", "Parameter 'string_prefix' of function 'Value4' cannot be nil, as the c type is 'const char *'") ; return end
imgui.Value4(string_prefix, float_v, string_float_format)
end