public static bool Cam(params string[] args) { if (Starship.CreateCam()) { return(true); } else { return(false); } }