WorldClass.server_onInteractableCreated
Called when an Interactable Shape is built in the world.
Kind: Callback
Environments: Game
Game
Callback side: Server
WorldClass:server_onInteractableCreated( interactable )
Parameters:
| Name | Type | Description |
|---|---|---|
self |
table | The class instance. |
interactable |
Interactable | The Interactable of the built Shape. |