Interactable.setCarryData
Set carry data for a script interactable
Kind: Function
Environments: Game
Game
interactable:setCarryData( data )
Availability: Server only
Parameters:
| Name | Type | Description |
|---|---|---|
interactable |
Interactable | The interactable, needs to be of script type. |
data |
any | The carry data. |