View Single Post
SM9
Veteran Member
Join Date: Sep 2013
Location: United Kingdom
Old 02-27-2017 , 10:00   Re: Dynamic Objects and Properties - v.0.0.24 - [2017.02.11]
Reply With Quote #11

Thanks for your quick reply.

Quote:
Originally Posted by Neuro Toxin View Post
Do you require further details to be included or just a simple "filename" param?
I was thinking about maybe showing the contents of the objects too, but I don't want to make too much work for you

Quote:
Originally Posted by Neuro Toxin View Post
A Collection inherits an ArrayList. This means you're expected to manage the pointer like any other standard sourcepawn handle.

Eg. delete / == null
So I should be using delete to remove a collection as I'm guessing the collection is just a list of pointers to existing objects, so closing the collection on its own won't recursively delete the objects inside it, Is there a method which achieves this?

Quote:
Originally Posted by Neuro Toxin View Post
KeyValues operations are currently only supported on real Dynamic objects.
Ah ok, thanks for clarifying this.

Last edited by SM9; 02-27-2017 at 10:04.
SM9 is offline