CloseConnection (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator New page: {{Locked}} {{Method |name=CloseConnection |description=Disconnects the NetworkReplicator from the game, which in turn disconnects its Player. |object=NetworkReplicator |protected=Y... |
>Trappingnoobs fixed my last edit. |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Locked}} | {{Locked}} | ||
{{Method | |||
<onlyinclude>{{Method | |||
|name=CloseConnection | |name=CloseConnection | ||
|description=Disconnects the [[NetworkReplicator]] from the game, which in turn disconnects its [[Player]]. | |description=Disconnects the [[NetworkReplicator]] from the game, which in turn disconnects its [[Player]]. | ||
|object=NetworkReplicator | |object=NetworkReplicator | ||
|protected=Yes | |protected=Yes | ||
}} | }}</onlyinclude> | ||
[[Category:Methods]] |
Latest revision as of 19:33, 1 February 2012
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
CloseConnection( ) | |
Returns | nil |
Description: | Disconnects the NetworkReplicator from the game, which in turn disconnects its Player. |
Member of: | NetworkReplicator |