shipCreateTank.Tools Namespace Reference
Functions | |
def | createTank (solids, ship) |
Function Documentation
◆ createTank()
def shipCreateTank.Tools.createTank | ( | solids, | |
ship | |||
) |
Create a new tank instance Position arguments: solids -- List of solid shapes ship -- Ship owner Returned value: The new tank object The tool will claim the new tank as a child of the ship object. Please do not remove the partner ship object before removing this new tank before.