RBXScriptConnection

Afficher les obsolètes

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.

Résumé

Propriétés

Méthodes

  • Disconnect():void

    Disconnects the connection from the event.

Propriétés

Connected

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

Méthodes

Disconnect

void

Disconnects the connection from the event.

Retours

void