Difference between revisions of "Put display"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>Bale
m
Line 5: Line 5:
 
FunctionPage|
 
FunctionPage|
 
name={{#var:name}}|
 
name={{#var:name}}|
function_category=Item Management|
 
  
 
function1={{Function|
 
function1={{Function|
Line 25: Line 24:
 
cli_equiv=The CLI command "display" with the parameter "put" works similarly.
 
cli_equiv=The CLI command "display" with the parameter "put" works similarly.
 
}}
 
}}
 +
 +
[[Category:Item Management]]

Revision as of 22:02, 21 May 2010

needs(code_samples);

Function Syntax

boolean put_display(int qty ,item it )

  • qty is the quantity to move
  • it is the item to move

Attempts to move qty of it to your display case from your main inventory. Returns true if the move succeeds and false if it does not.

CLI Equivalent

The CLI command "display" with the parameter "put" works similarly.

See Also

put_closet() | put_stash() | take_display()