Delete Object mission script

Is it possible to delete an object in a mission script?

Comments

  • SpaceObject:destroy()
  • Thank you so much! You just saved me a lot of time... :)
  • Is there some sort of API documentation or list of commands I can find beyond the tutorial on daid.github.io/EmptyEpsilon ?
  • The game ships with a file "script_reference.html" which contains all the functions you can use in that version (it's generated from the code when building the release)
Sign In or Register to comment.