WoW:API CloseBankFrame: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 24: Line 24:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{WoW API}}
<!-- Update the category to the appropriate subsection, and be sure to put the function name as the label for the category link. Multiple subcategories are okay if appropriate, please dont link functions to the API Functions category directly. -->
[[Category:API Functions|CloseBankFrame]]
[[Category:API Bank Functions|CloseBankFrame]]
[[Category:API Frame Functions|CloseBankFrame]]

Revision as of 04:36, 4 January 2006

CloseBankFrame -Documentation by Ramble-

Will Close the Bank Frame if opened.

CloseBankFrame();

Parameters

Arguments

None


Returns

nil

Example

CloseBankFrame();

Template:WoW API