kent Posted October 8, 2016 Posted October 8, 2016 What is the proper way for a Scene-object derived class to remove itself on the engine side?I feel like this is simple ... but I haven't a clue. Quote
kent Posted October 8, 2016 Author Posted October 8, 2016 OK. Figured it out. Defined in simObject.safeDeleteObject() - schedules an object to be removed in 1ms.deleteObject() - deletes the object immediately.And for the record, you don't really want to call either of these inside unpack_update().. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.