Back to Server.Scripts.Commands

Properties

Nested Types: GetTarget, PropsTarget, SetTarget

(static) bool CIEqual( string l, string r )
(static) Type FindTypeByName( string name )
(static) void Get_OnCommand( CommandEventArgs e )
(static) CommandPropertyAttribute GetCPA( PropertyInfo p )
(static) string GetValue( Mobile from, object o, string name )
(static) void GuildProps_OnCommand( CommandEventArgs e )
(static) string InternalGetValue( object o, PropertyInfo p )
(static) string InternalSetValue( Mobile from, object o, PropertyInfo p, string value )
(static) bool IsChar( Type t )
(static) bool IsEnum( Type t )
(static) bool IsNumeric( Type t )
(static) bool IsParsable( Type t )
(static) bool IsString( Type t )
(static) bool IsType( Type t )
(static) object Parse( object o, Type t, string value )
(static) void Props_OnCommand( CommandEventArgs e )
(static) void Register()
(static) void Set_OnCommand( CommandEventArgs e )
(static) string SetValue( Mobile from, object o, string name, string value )
(ctor) Properties()