blob: 10ffd22724cb763750680cbde1da65508a32e47e [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra7ea4a032019-11-26 20:11:40 +01002 void remove_player(object ob)
MG Mud User88f12472016-06-24 23:31:02 +02003
4DESCRIPTION
Zesstra7ea4a032019-11-26 20:11:40 +01005 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.
MG Mud User88f12472016-06-24 23:31:02 +020010
Zesstra7ea4a032019-11-26 20:11:40 +010011 This function must not cause runtime errors.
MG Mud User88f12472016-06-24 23:31:02 +020012
13SEE ALSO
Zesstra7ea4a032019-11-26 20:11:40 +010014 remove_interactive(E), slow_shut_down(M)