LavishNav Contains conversion bugg

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Post Reply
onlyme
GamingTools Subscriber
Posts: 11
Joined: Wed May 31, 2006 8:42 am

LavishNav Contains conversion bugg

Post by onlyme » Sun Jan 14, 2007 11:16 am

Seem that the cointains function inside the library get strings in return it can convert to Bool.

Code: Select all

System.FormatException: 
   vid System.Boolean.Parse(String value)
   vid System.String.System.IConvertible.ToBoolean(IFormatProvider provider)
   vid System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
   vid LavishScriptAPI.LavishScriptObject.GetMember[T](String Member, String[] indices)
   vid LavishNavAPI.Regions.Region.Contains(Double X, Double Y, Double Z)

Post Reply