View Single Post
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 03-19-2016 , 23:02   Re: Dynamic Objects and Properties - v008 - [2016.03.19]
Reply With Quote #41

Quote:
Originally Posted by ImACow View Post
.FindParent()
That could be done...

Quote:
Originally Posted by ImACow View Post
.FindChild()
Same as get member methods (Int/Float/Bool/Object)

Quote:
Originally Posted by ImACow View Post
.DisposeParent()
Would be the same as .FindParent().Dispose()

Quote:
Originally Posted by ImACow View Post
.DisposeChildren()
Would be the same as .Dispose().

I will note, technically members cant be disposed of at all. However, if a member is of type Object then it can be disposed (When Handles are introduced as a type this would also include CloseHandle()).

Quote:
Originally Posted by ImACow View Post
.CountChildren()
.MemberCount already exists



Edit: Dynamic.FindByName will only search named objects where their name was set by SetName().
__________________

Last edited by Neuro Toxin; 03-19-2016 at 23:03.
Neuro Toxin is offline