blob: 0d6d200f8a8a2e943e7139f478443ee09d978d94 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra715ec202025-07-09 22:18:31 +02002 void remove_interactive(object ob)
MG Mud User88f12472016-06-24 23:31:02 +02003
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 Close the connection to the interactive object ob.
MG Mud User88f12472016-06-24 23:31:02 +02006
Zesstra715ec202025-07-09 22:18:31 +02007 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.
MG Mud User88f12472016-06-24 23:31:02 +020011
Zesstra715ec202025-07-09 22:18:31 +020012SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020013 connect(M), logon(A), disconnect(M)