WoW:API CloseLoot: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API CloseLoot to API CloseLoot without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Close the loot window. | Close the loot window. | ||
| Line 10: | Line 10: | ||
:;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'' | ||
| Line 18: | Line 18: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
Latest revision as of 04:45, 15 August 2023
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.