Difference between revisions of "HideItem"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
__NOTOC__
+
{{command header|client}}
== HideItem ==
+
{{body|hideItem {id}|The hideItem command removes a specific items graphic from the client. It can be used to unclutter things, it does NOTHING on the server. Only items on the ground can be hidden.}}
'''Client'''
+
=== Synopsis ===
+
hideItem {id}
+
 
+
=== Description ===
+
The hideItem command removes a specific items graphic from the client. It can be used to unclutter things, it does NOTHING on the server. Only items on the ground can be hidden.
+
  
 
=== Example ===
 
=== Example ===
Line 15: Line 9:
 
</pre>
 
</pre>
  
 
+
{{footer}}
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px |
+
[[Documentation#Client |Client ]]
+
|}
+

Revision as of 11:16, 27 August 2005

Synopsis

hideItem {id}

Description

The hideItem command removes a specific items graphic from the client. It can be used to unclutter things, it does NOTHING on the server. Only items on the ground can be hidden.

Example

findItem ABC
; This will hide the item returned by they findItem command
hideItem #findId

See also

Main Page Documentation