GE Lua Documentation

Press F to search!

TreePush1

Definition


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

Callers

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