getEntitySources

@NotNull
abstract fun getEntitySources(entityId: Int): @NotNull Collection<ClientAudioSource<EntitySourceInfo>>

Gets all client audio sources associated with a specific entity.

Return

A collection of client audio sources associated with the specified entity.

Parameters

entityId

The id of the entity.