get

private fun get(sound: UncivSound): Sounds.GetSoundResult?

Retrieve (if not cached create from resources) a Gdx Sound from an UncivSound

Return

null if file cannot be found, a GetSoundResult otherwise

Parameters

sound

The sound to fetch

Sources

jvm source
Link copied to clipboard