GE Lua Documentation

Press F to search!

Value3

Definition


-- @/=[C]:-1
function Value3(...)

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
end
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
  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