GE Lua Documentation

Press F to search!

PushID2

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:264
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

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
  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