Sure, the picking is clear.
UID and IID both relate to instances of already created objects afaik. But I want to feed my spawn command object types.
Can I have a single function that spawns various types of objects without using some bloated switch statement?
Or put differently: can i have a spawn command that is fed by the parameter of a function?