LynnaLab.ObjectData.IsShortened C# (CSharp) Method

IsShortened() private method

private IsShortened ( ) : bool
return bool
        bool IsShortened()
        {
            return ((GetObjectType() == ObjectType.SpecificEnemy && base.GetNumValues() < 4) ||
                    (GetObjectType() == ObjectType.ItemDrop && base.GetNumValues() < 3));
        }