GE Lua Documentation

Press F to search!

PushID2

Definition


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

Callers

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