TreePush1
Definition
-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:737
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
imgui.TreePush1(string_str_id)
end
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
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