GetID2
Definition
-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:279
function M.GetID2(string_str_id_begin, string_str_id_end)
if string_str_id_begin == nil then log("E", "", "Parameter 'string_str_id_begin' of function 'GetID2' 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 'GetID2' cannot be nil, as the c type is 'const char *'") ; return end
return imgui.GetID2(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 'GetID2' cannot be nil, as the c type is 'const char *'") ; return end
return imgui.GetID2(string_str_id_begin, string_str_id_end)
end