WoW:API CloseLoot: Difference between revisions
Jump to navigation
Jump to search
CloseLoot - Documentation by Feanaro
(upgraded deprecated template) |
m (Robot: converting/fixing HTML) |
||
Line 11: | Line 11: | ||
:;errNo : (Optional) Integer - A reason for the window closing. Unsure whether/how the game deals with error codes passed to it. | :;errNo : (Optional) Integer - A reason for the window closing. Unsure whether/how the game deals with error codes passed to it. | ||
=== Returns === | === Returns === | ||
: | :''nil'' | ||
Revision as of 09:29, 20 January 2007
Close the loot window.
CloseLoot({errNo})
Parameters
Arguments
- ({errNo})
- errNo
- (Optional) Integer - A reason for the window closing. Unsure whether/how the game deals with error codes passed to it.
Returns
- nil
Details
Pretty self-explanatory. Unless there is some type of error, don't pass the error argument.