ShapeClass.client_onChildJointRemoved

Called when a child Joint is removed from the Interactable's connection list.

Kind: Callback

Environments: Game

Game

Callback side: Client

ShapeClass:client_onChildJointRemoved( joint )

Open the full Game reference

This can happen when a player explicitly disconnects the Joint or when the Joint is destroyed.

Parameters:

Name Type Description
self table The class instance.
joint Joint The Joint that was removed.