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