GE Lua Documentation

Press F to search!

ShowFontSelector

Definition


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

Callers

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