MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | void remove_player(object ob) | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Remove an interactive user object ob from the system. This | ||||
6 | function is called by the interpreter to expell remaining | ||||
7 | users from the system on shutdown in a polite way. If this | ||||
8 | functions fails to quit/destruct the user, he will be | ||||
9 | destructed the hard way by the interpreter. | ||||
10 | |||||
11 | This function must not cause runtime errors. | ||||
12 | |||||
13 | SEE ALSO | ||||
14 | remove_interactive(E), slow_shut_down(M) |