Difference between revisions of "UO.HideItem"

From OpenEUO
Jump to: navigation, search
(Created page with " UO.HideItem(nid) The hideItem command removes a specific item id's graphic from the client. It can be used to unclutter the visual appearance of the client however, it does ''no...")
 
Line 1: Line 1:
 
  UO.HideItem(nid)
 
  UO.HideItem(nid)
The hideItem command removes a specific item id's graphic from the client. It can be used to unclutter the visual appearance of the client however, it does ''nothing'' on the server. Only non-static items that are on the ground can be hidden.
+
This command removes a specific item id's graphic from the client. It can be used to unclutter the visual appearance of the client however, it does ''nothing'' on the server. Only non-static items that are on the ground can be hidden.

Revision as of 10:59, 8 October 2010

UO.HideItem(nid)

This command removes a specific item id's graphic from the client. It can be used to unclutter the visual appearance of the client however, it does nothing on the server. Only non-static items that are on the ground can be hidden.