ID:1981553
 
Resolved
BYOND Version:509.1313
Operating System:Windows 7 Home Premium 64-bit
Web Browser:Chrome 48.0.2560.0
Applies to:Reference (web and all versions)
Status: Resolved

This issue has been resolved.
The icon() proc reference reads the following for its 'format';

Format:
icon(file,state,dir,frame,moving)
(supports named arguments)

However, icon/New() gives the first arg as "icon", not "file".

icon's reference entry should read "icon" as well, not "file" as the first arg.
You can use a .png in icon() so I assume file is correct since icon is implicitly a .dmi?
Nah. The physical arg is called icon, not come.
In response to Super Saiyan X
Super Saiyan X wrote:
Nah. The physical arg is called icon, not come.

Oh sorry I misread, I understand now. Ref for icon says file, ref for icon/new says icon.

Gotcha.
Lummox JR resolved issue