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)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<center>'''Quit''' - ''Documentation by VelvetPaw''</center>
{{wowapi}}
 
Quits the game.
Quits the game.
Quit()


Quit() - Script
==Details==
/quit  - Macro
:In macros you can also use '''/Quit'''
== Parameters ==
=== Arguments ===
 
:None
 
=== Returns ===
 
:nil
 
=== Example ===
 
Quit()
----
__NOTOC__
{{Template:WoW API}}

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