The Feature Request:
I would like to request a system action with the purpose of destroying all objects on a selected layer.
Practical Example Of Use:
This action could make it possible to unload/destroy all objects on a certain layer by simply using one action.
Developers could for example destroy certain parts of their layer-segmented "gameworld",
without having to create many individual event-loops to destroy each type of object or object type family.
Minor Technical Details:
Plugin: System
Type: Action
Name: Destroy All Objects On Layer
Category: Layers & Layout
Basic Programming Logic: Get all objects on *layername* > Destroy all detected objects (including all instances)
Additional Requirements: Requires a window with textbox-input for the user to add the name of the layer.
@Ashley I would very much appreciate this feature or a short statement about this feature request.
I could also provide more information or practical examples of use if required. Thanks for your time!
Update:
HERE is a plugin to do the thing mentioned in this request. Plugin made by one of our JS magicians that goes by the name of —
(C0 and everybody can feel free to use the code in one of their own plugins if they like to.)