MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | void remove_interactive(object ob) | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Close the connection to the interactive object ob. | ||||
6 | |||||
7 | For the time of the LPC execution, the object is only marked | ||||
8 | internally as 'about to be closed', meaning that while all | ||||
9 | output will be redirected to stdout, the actual network connection | ||||
10 | will continue to exist until the LPC execution ends. | ||||
11 | |||||
12 | SEE ALSO | ||||
13 | connect(M), logon(A), disconnect(M) |