To debug my code I would like to Print the active object names (or any unique ID) for a creative_prop or a creative_device attached to it.
I’ve had a look in the creative_prop API and there’s no exposed ‘name’ parameter on it or the creative_object it extends.
Is this possible?
EDIT: I just realised I can add a variable myself and assign it when I call the Init for each object. Curious to know if I’m missing a whole level of documentation with basic features though… is this really the complete API? creative_prop class
1 Like
If you control click on a method or go into any of the digests on the left hand side in VS code you can find more information about the methods, data types, etc. with comments.
Hopefully this helps. I’m just learning myself and it’s been a struggle trying to find all the information, then understand it once I find it
1 Like
“I just realised I can add a variable myself and assign it when I call the Init for each object”
I have the same requirement as you but i don’t understand how to do the thing you suggested, could you explain a little more please?