WorldClass.server_onInteractableDestroyed

Called when an Interactable Shape is removed from the world.

Kind: Callback

Environments: Game

Game

Callback side: Server

WorldClass:server_onInteractableDestroyed( interactable )

Open the full Game reference

Parameters:

Name Type Description
self table The class instance.
interactable Interactable The Interactable of the removed Shape.