Sound
Properties
| Property Name | Return Type | Description | Tags |
|---|---|---|---|
| active | boolean | Set whether the sound is playing or not | Read-Write |
| sound | SoundAsset | Set the SoundAsset that this entity plays | Read-Write |
| volume | number | Set the volume of the sound (0 = Silent, 1 = Full volume) | Read-Write |
| pitch | number | Set the pitch of the sound (1 = Default pitch, 0.125 = 8 times slower, 2 = 2 times faster) | Read-Write |