ParcelList.getLineSlug seems to be wrongly commented
I just noticed that ParcelList.getLineSlug() method has an partly incorrect set of comments:
/**Return the width for a line that goes at the current vertical location,
* and could extend down for at least height pixels. Note that this function
* can change the current parcel, and the location within the parcel.
* @param height amount of contiguous vertical space that must be available
* @param minWidth amount of contiguous horizontal space that must be available
* @return amount of contiguous horizontal space actually available
*/
public function getLineSlug(slugRect:Rectangle, height:Number, minWidth:Number = 0):Boolean
Could you give us the correct comments and maybe explain the term 'Slug' here. As a non native English speaker it doesn't really give me a clue and my dictionary isn't helpful at all here either
.
Further more it says:
Note that this function can change the current parcel, and the location within the parcel.
The 'location' of what within the parcel?
Thanks.
Regards,
Benny
