Functions Documentation
View Function Edit Function
Name sysCreateShipwreck
Syntax (sysCreateShipwreck classID pos sovereignID) -> shipwreck
Argument List classID: the UNID of the ship
pos: the position
sovereignID: the UNID of the sovereign
Returns Shipwreck: the spaceobject of the shipwreck
Category system
Description Used to make shipwrecks.
Example taken from &stRingersResearchHeretic;
(sysCreateShipwreck &scIocrymSentinel;
(sysVectorPolarOffset newObjPos 
(random 0 359) 4) &svIndependent;)
Comment