I'm working on an add-on system, which is till now going pretty good.
no I need to assign an id to a menu item, but I don't know which are all in use (by other addons f.e.) so is there a way to either:
-get a random integer that isn't used as id yet
-get a list with integers that is already used as id
(the first would be better though)...