Difference between revisions of "OnAdminDisconnect"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== ''procedure OnAdminDisconnect(IP: string);'' '''Parameter Info:''' IP (String): IP Address of the admin who disconnected. '''Des...")
 
Line 8: Line 8:
 
   This procedure will be called every time a TCP Admin disconnects.
 
   This procedure will be called every time a TCP Admin disconnects.
  
==External Links==
+
==See also==
* [http://enesce.com/help/index.html?Events/OnAdminDisconnect.html Scripting Manual page for OnAdminDisconnect]
+
* [[OnAdminDisconnect]]
  
 
[[Category:Server Scripting]][[Category:Server Scripting Events]]
 
[[Category:Server Scripting]][[Category:Server Scripting Events]]

Revision as of 09:07, 14 March 2013

From the Scripting Manual

 procedure OnAdminDisconnect(IP: string);
 
 Parameter Info:
  IP (String): IP Address of the admin who disconnected.
 
 Description:
  This procedure will be called every time a TCP Admin disconnects.

See also