WoW:API Quit: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Removed Categories)
No edit summary
Line 1: Line 1:
<center>'''Quit''' - ''Documentation by VelvetPaw''</center>
{{wowapi}} __NOTOC__


Quits the game.
Quits the game.
{{Code/Begin}}
Quit()
{{Code/End}}


Quit() - Script
/quit  - Macro
== Parameters ==
== Parameters ==
=== Arguments ===
<big>'''Arguments'''</big>
 
:()
:None


=== Returns ===


<big>'''Returns'''</big>
:nil
:nil


=== Example ===


Quit()
==Details==
----
:In macros you can also use '''/Quit'''
__NOTOC__
{{Template:WoW API}}

Revision as of 12:31, 9 November 2006

WoW API < Quit

Quits the game. Template:Code/Begin Quit() Template:Code/End


Parameters

Arguments

()


Returns

nil


Details

In macros you can also use /Quit