OnPlayerQuit: Difference between revisions
Jump to navigation
Jump to search
(Updated, removed outdated example) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Needs_Checking|We need a list of valid quit reasons --[[User:Talidan2|Talidan2]] 08:17, 22 October 2007 (CDT)}} | |||
__NOTOC__ | __NOTOC__ | ||
{{Server event}} | {{Server event}} | ||
Line 16: | Line 17: | ||
{{Event_functions}} | {{Event_functions}} | ||
[[Category:Needs Example]] | [[Category:Needs Example]] | ||
[[Category:Incomplete]] |
Revision as of 13:18, 22 October 2007
This article needs checking. | |
Reason(s): We need a list of valid quit reasons --Talidan2 08:17, 22 October 2007 (CDT) |
This event is triggered when a player disconnects from the server.
Parameters
string reason
- reason: A string containing the reason why the player left.
Source
The source of this event is the player that left the server.