RBXScriptConnection

Mostrar obsoleto

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.

Resumen

Propiedades

Métodos

  • Disconnect():void

    Disconnects the connection from the event.

Propiedades

Connected

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

Métodos

Disconnect

void

Disconnects the connection from the event.

Devuelve

void