RBXScriptConnection

非推奨を表示

The RBXScriptConnection data type, also known as a Connection, is a special object returned by the Connect method of an Event (RBXScriptSignal). This is used primarily to disconnect a listener from an RBXScriptSignal.

概要

プロパティ

方法

  • Disconnect():void

    Disconnects the connection from the event.

プロパティ

Connected

Describes whether or not the connection is still alive. This becomes false if connection:Disconnect() is called.

方法

Disconnect

void

Disconnects the connection from the event.

戻り値

void