Server.Commands.Add.BuildObjects C# (CSharp) Méthode

BuildObjects() public static méthode

public static BuildObjects ( Server.Mobile from, Type type, Server.Point3D start, Server.Point3D end, string args, string props, List packs ) : int
from Server.Mobile
type System.Type
start Server.Point3D
end Server.Point3D
args string
props string
packs List
Résultat int
		public static int BuildObjects( Mobile from, Type type, Point3D start, Point3D end, string[] args, string[,] props, List<Container> packs )
		{
			return BuildObjects( from, type, start, end, args, props, packs, false, false );
		}

Same methods

Add::BuildObjects ( Server.Mobile from, Type type, Server.Point3D start, Server.Point3D end, string args, string props, List packs, bool outline, bool mapAvg ) : int