GE Lua Documentation

Press F to search!

Value3

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:827
function M.Value3(string_prefix, int_v)
  if string_prefix == nil then log("E", "", "Parameter 'string_prefix' of function 'Value3' cannot be nil, as the c type is 'const char *'") ; return end
  imgui.Value3(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 'Value3' cannot be nil, as the c type is 'const char *'") ; return end
  imgui.Value3(string_prefix, int_v)
end