- Joined
- Aug 7, 2013
- Messages
- 1,338
Hi,
I read that dialog and buttons will leak if not destroyed. In my map I will be generating many dynamic dialog and buttons, so I will need to destroy them when they are done being used. I found the native
I read that dialog and buttons will leak if not destroyed. In my map I will be generating many dynamic dialog and buttons, so I will need to destroy them when they are done being used. I found the native
DialogDestroy
but how do I destroy buttons? Or are all the buttons of a dialog also destroyed when the dialog that they belong to is killed?