Can plugins destory objects at runtime? If yes, how?
Couldn't find anything in the manual. It appears any object with type set to world automatically gets a destroy action, and when it is called onDestroy() is triggered, but I can't figure out how to destroy it from within JS.