GE Lua Documentation

Press F to search!

CollapsingHeader2

Definition


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

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
end
function M.CollapsingHeader2(string_label, bool_p_visible, ImGuiTreeNodeFlags_flags)
  if ImGuiTreeNodeFlags_flags == nil then ImGuiTreeNodeFlags_flags = 0 end
  if bool_p_visible == nil then log("E", "", "Parameter 'bool_p_visible' of function 'CollapsingHeader2' cannot be nil, as the c type is 'bool *'") ; return end
  return imgui.CollapsingHeader2(string_label, bool_p_visible, ImGuiTreeNodeFlags_flags)
end