GE Lua Documentation

Press F to search!

Value1

Definition


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

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
  if string_prefix == nil then log("E", "", "Parameter 'string_prefix' of function 'Value1' cannot be nil, as the c type is 'const char *'") ; return end
  imgui.Value1(string_prefix, bool_b)
end