Is it possible to spawn mines (or other “missiles”) on map without them being deployed?
I want to have a map that contains a minefield with infiinite(ish) life mines, but the only way I can think of doing this is to spawn a lot of minelayers, use SobGroup_DeployMinesInCuboid()
or similar and then destroy/hyperspace all the minelayers, which seems inefficient…