Package megamek.common

Examples of megamek.common.Coords.toFriendlyString()


            Coords coord = new Coords(Integer.parseInt(args[2]) - 1, Integer
                    .parseInt(args[3]) - 1);
            int nFacing = getDirection(args[4]);

            client.deploy(id, coord, nFacing);
            return "Unit " + id + " deployed to " + coord.toFriendlyString()
                    + ". (this is assuming it worked. No error checking done.)";
        }

        return "Wrong number of arguments supplied. No deployment done.";
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.