Difference between revisions of "HideItem"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{command header|client}}
 
{{command header|client}}
{{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.}}
+
{{body|hideItem {id}|The hideItem command removes a specific items graphic from the client. It can be used to unclutter the visual appreance fo the EasyUO client however, it does '''nothing''' on the server. Only non static items that are on the ground can be hidden.}}
  
 
=== Example ===
 
=== Example ===
 
<pre>
 
<pre>
findItem ABC
 
 
; This will hide the item returned by they findItem command
 
; This will hide the item returned by they findItem command
 +
findItem * G_12
 
hideItem #findId
 
hideItem #findId
 +
halt
 
</pre>
 
</pre>
  
 
{{footer}}
 
{{footer}}

Revision as of 11:24, 27 August 2005

Synopsis

hideItem {id}

Description

The hideItem command removes a specific items graphic from the client. It can be used to unclutter the visual appreance fo the EasyUO client however, it does nothing on the server. Only non static items that are on the ground can be hidden.

Example

; This will hide the item returned by they findItem command
findItem * G_12
hideItem #findId
halt

See also

Main Page Documentation