Value4
Definition
-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:831
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
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
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