Utility
(static) ArrayList BuildArrayList( IEnumerable enumerable )
(static) bool CanMobileFit( int z, Tile[] tiles )
(static) int ClipDyedHue( int hue )
(static) int ClipHairHue( int hue )
(static) int ClipSkinHue( int hue )
(static) int Dice( int numDice, int numSides, int bonus )
(static) void FixPoints( ref Point3D top, ref Point3D bottom )
(static) void FormatBuffer( TextWriter output, Stream input, int length )
(static) object GetArrayCap( Array array, int index )
(static) object GetArrayCap( Array array, int index, object emptyValue )
(static) bool InRange( Point3D p1, Point3D p2, int range )
(static) int InsensitiveCompare( string first, string second )
(static) bool InsensitiveStartsWith( string first, string second )
(static) bool InUpdateRange( IPoint2D p1, IPoint2D p2 )
(static) bool InUpdateRange( Point3D p1, Point3D p2 )
(static) bool InUpdateRange( Point2D p1, Point2D p2 )
(static) bool IPMatch( string val, IPAddress ip )
(static) bool IPMatch( string val, IPAddress ip, ref bool valid )
(static) bool IPMatchClassC( IPAddress ip1, IPAddress ip2 )
(static) bool IsInContact( Tile check, Tile[] tiles )
(static) bool IsValidIP( string text )
(static) bool NumberBetween( double num, int bound1, int bound2, double allowance )
(static) int Random( int count )
(static) int Random( int from, int count )
(static) int RandomAnimalHue()
(static) int RandomBirdHue()
(static) int RandomBlueHue()
(static) bool RandomBool()
(static) double RandomDouble()
(static) int RandomDyedHue()
(static) int RandomGreenHue()
(static) int RandomHairHue()
(static) int RandomList( int[] list )
(static) int RandomMetalHue()
(static) int RandomMinMax( int min, int max )
(static) int RandomNeutralHue()
(static) int RandomNondyedHue()
(static) int RandomOrangeHue()
(static) int RandomPinkHue()
(static) int RandomRedHue()
(static) int RandomSkinHue()
(static) int RandomSlimeHue()
(static) int RandomSnakeHue()
(static) int RandomYellowHue()
(static) bool RangeCheck( IPoint2D p1, IPoint2D p2, int range )
(static) bool ToBoolean( string value )
(static) double ToDouble( string value )
(static) int ToInt32( string value )
(static) TimeSpan ToTimeSpan( string value )
(ctor) Utility()