ID:96821
 
Redundant
Applies to:Dream Maker
Status: Redundant

This feature has already been implemented, or is already achievable with existing methods.
There's little to no explanation for the icon.Width() and icon.Height() procedures so many people become confused on how to operate them and end up confused and frustrated.

I'm suggesting either change the proc to allow the icon as an arg: Width(/icon) Height(/icon) or just more detail to some of the littler known procs.
I suppose this falls under the "Reference/Guide needs more detail" classification.
It refers to other icon procs which behave the same way and also give their own examples.
var/icon/i = icon(blah)
usr << "The icon's size is [i.Width()]x[i.Height()]"
I know this already, hence:
...procedures so many people become confused...

Just doing some people a favor.
Width() and Height() don't give examples at all in the Reference which would be the most relevant place.