blob: b70a1fbbe949b1806af59084c350453bbc83427a [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 void remove_player(object ob)
3
4DESCRIPTION
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
13SEE ALSO
14 remove_interactive(E), slow_shut_down(M)