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