Page 1 of 1

Get a list of global properties

Posted: Sun May 16, 2010 7:01 pm
by SirWobbyTheFirst
Hello again to everyone.

I was wondering if there was a way to retrieve a list of global properties in rev, e.g. Backdrop and AllowInterrupts. I know you can retrieve a list of properties stored in an object but I was wondering if there is a way to do it for the global ones.

Thanks.

Re: Get a list of global properties

Posted: Mon May 17, 2010 1:13 pm
by Mark
mickpitkin92 ,

There is the propertyNames function. This includes both properties of objects and global properties.

Best regards,

Mark

Re: Get a list of global properties

Posted: Mon May 17, 2010 5:24 pm
by SirWobbyTheFirst
Ah lovely, thank you very much Mark.