SEModCommunity / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
60 stars 47 forks source link

Delete grid in crosshairs. #127

Open mikeloeven opened 10 years ago

mikeloeven commented 10 years ago

just a concept for a easy delete command though i am not sure if the server API supports this but for example if type /deletemode 1 left clicking while pointing at a grid in game will return the grids ID and automatically delete it.

this is useful for debris that have no name and cannot be safely located in the object browser due to proximity to more important unnamed grids. typing /deletemode 0 disables this behavior and returns the cursor to normal.