WoW:API Quit: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API Quit to API Quit without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}}
 
Quits the game.
Quits the game.
{{Code/Begin}}
Quit()
Quit()
{{Code/End}}
 
 
== Parameters ==
<big>'''Arguments'''</big>
:()
 
 
<big>'''Returns'''</big>
:nil
 


==Details==
==Details==
:In macros you can also use '''/Quit'''
:In macros you can also use '''/Quit'''

Latest revision as of 04:47, 15 August 2023

WoW API < Quit

Quits the game.

Quit()

Details[edit]

In macros you can also use /Quit