C# Class Server.Commands.Add

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
Build ( Server.Mobile from, ConstructorInfo ctor, object values, string props, PropertyInfo realProps, bool &sendError ) : IEntity
Build ( Server.Mobile from, Server.Point3D start, Server.Point3D end, ConstructorInfo ctor, object values, string props, PropertyInfo realProps, List packs ) : int
Build ( Server.Mobile from, Server.Point3D start, Server.Point3D end, ConstructorInfo ctor, object values, string props, PropertyInfo realProps, List packs, bool outline, bool mapAvg ) : int
BuildObjects ( Server.Mobile from, Type type, Server.Point3D start, Server.Point3D end, string args, string props, List packs ) : int
BuildObjects ( Server.Mobile from, Type type, Server.Point3D start, Server.Point3D end, string args, string props, List packs, bool outline, bool mapAvg ) : int
FixArgs ( string &args ) : void
FixSetString ( string &args, int index ) : void
Initialize ( ) : void
Invoke ( Server.Mobile from, Server.Point3D start, Server.Point3D end, string args ) : void
Invoke ( Server.Mobile from, Server.Point3D start, Server.Point3D end, string args, List packs ) : void
Invoke ( Server.Mobile from, Server.Point3D start, Server.Point3D end, string args, List packs, bool outline, bool mapAvg ) : void
IsConstructable ( ConstructorInfo ctor, AccessLevel accessLevel ) : bool
IsEntity ( Type t ) : bool
IsEnum ( Type type ) : bool
IsParsable ( Type type ) : bool
IsSignedNumeric ( Type type ) : bool
IsType ( Type type ) : bool
IsUnsignedNumeric ( Type type ) : bool
ParseParsable ( Type type, string value ) : object
ParseValue ( Type type, string value ) : object
ParseValues ( ParameterInfo paramList, string args ) : object[]
SendCtor ( Type type, ConstructorInfo ctor, Server.Mobile from ) : void
SendUsage ( Type type, Server.Mobile from ) : void

Private Methods

Méthode Description
InternalAvg_OnCommand ( CommandEventArgs e, bool outline ) : void
InternalRXYZ_OnCommand ( CommandEventArgs e, bool outline ) : void
InternalXYZ_OnCommand ( CommandEventArgs e, bool outline ) : void
InternalZ_OnCommand ( CommandEventArgs e, bool outline ) : void
Internal_OnCommand ( CommandEventArgs e, bool outline ) : void
OutlineAvg_OnCommand ( CommandEventArgs e ) : void
OutlineRXYZ_OnCommand ( CommandEventArgs e ) : void
OutlineXYZ_OnCommand ( CommandEventArgs e ) : void
OutlineZ_OnCommand ( CommandEventArgs e ) : void
Outline_OnCommand ( CommandEventArgs e ) : void
TileAvg_OnCommand ( CommandEventArgs e ) : void
TileBox_Callback ( Server.Mobile from, Server.Map map, Server.Point3D start, Server.Point3D end, object state ) : void
TileRXYZ_OnCommand ( CommandEventArgs e ) : void
TileXYZ_OnCommand ( CommandEventArgs e ) : void
TileZ_OnCommand ( CommandEventArgs e ) : void
Tile_OnCommand ( CommandEventArgs e ) : void

Method Details

Build() public static méthode

public static Build ( Server.Mobile from, ConstructorInfo ctor, object values, string props, PropertyInfo realProps, bool &sendError ) : IEntity
from Server.Mobile
ctor System.Reflection.ConstructorInfo
values object
props string
realProps System.Reflection.PropertyInfo
sendError bool
Résultat IEntity

Build() public static méthode

public static Build ( Server.Mobile from, Server.Point3D start, Server.Point3D end, ConstructorInfo ctor, object values, string props, PropertyInfo realProps, List packs ) : int
from Server.Mobile
start Server.Point3D
end Server.Point3D
ctor System.Reflection.ConstructorInfo
values object
props string
realProps System.Reflection.PropertyInfo
packs List
Résultat int

Build() public static méthode

public static Build ( Server.Mobile from, Server.Point3D start, Server.Point3D end, ConstructorInfo ctor, object values, string props, PropertyInfo realProps, List packs, bool outline, bool mapAvg ) : int
from Server.Mobile
start Server.Point3D
end Server.Point3D
ctor System.Reflection.ConstructorInfo
values object
props string
realProps System.Reflection.PropertyInfo
packs List
outline bool
mapAvg bool
Résultat int

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

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, bool outline, bool mapAvg ) : int
from Server.Mobile
type System.Type
start Server.Point3D
end Server.Point3D
args string
props string
packs List
outline bool
mapAvg bool
Résultat int

FixArgs() public static méthode

public static FixArgs ( string &args ) : void
args string
Résultat void

FixSetString() public static méthode

public static FixSetString ( string &args, int index ) : void
args string
index int
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Invoke() public static méthode

public static Invoke ( Server.Mobile from, Server.Point3D start, Server.Point3D end, string args ) : void
from Server.Mobile
start Server.Point3D
end Server.Point3D
args string
Résultat void

Invoke() public static méthode

public static Invoke ( Server.Mobile from, Server.Point3D start, Server.Point3D end, string args, List packs ) : void
from Server.Mobile
start Server.Point3D
end Server.Point3D
args string
packs List
Résultat void

Invoke() public static méthode

public static Invoke ( Server.Mobile from, Server.Point3D start, Server.Point3D end, string args, List packs, bool outline, bool mapAvg ) : void
from Server.Mobile
start Server.Point3D
end Server.Point3D
args string
packs List
outline bool
mapAvg bool
Résultat void

IsConstructable() public static méthode

public static IsConstructable ( ConstructorInfo ctor, AccessLevel accessLevel ) : bool
ctor System.Reflection.ConstructorInfo
accessLevel AccessLevel
Résultat bool

IsEntity() public static méthode

public static IsEntity ( Type t ) : bool
t System.Type
Résultat bool

IsEnum() public static méthode

public static IsEnum ( Type type ) : bool
type System.Type
Résultat bool

IsParsable() public static méthode

public static IsParsable ( Type type ) : bool
type System.Type
Résultat bool

IsSignedNumeric() public static méthode

public static IsSignedNumeric ( Type type ) : bool
type System.Type
Résultat bool

IsType() public static méthode

public static IsType ( Type type ) : bool
type System.Type
Résultat bool

IsUnsignedNumeric() public static méthode

public static IsUnsignedNumeric ( Type type ) : bool
type System.Type
Résultat bool

ParseParsable() public static méthode

public static ParseParsable ( Type type, string value ) : object
type System.Type
value string
Résultat object

ParseValue() public static méthode

public static ParseValue ( Type type, string value ) : object
type System.Type
value string
Résultat object

ParseValues() public static méthode

public static ParseValues ( ParameterInfo paramList, string args ) : object[]
paramList System.Reflection.ParameterInfo
args string
Résultat object[]

SendCtor() public static méthode

public static SendCtor ( Type type, ConstructorInfo ctor, Server.Mobile from ) : void
type System.Type
ctor System.Reflection.ConstructorInfo
from Server.Mobile
Résultat void

SendUsage() public static méthode

public static SendUsage ( Type type, Server.Mobile from ) : void
type System.Type
from Server.Mobile
Résultat void