Fix docstring
This commit is contained in:
parent
6c65083199
commit
d6cf74dfd6
2
api.lua
2
api.lua
@ -328,7 +328,7 @@ end
|
|||||||
--- Retrieves sounds for biome.
|
--- Retrieves sounds for biome.
|
||||||
--
|
--
|
||||||
-- @function sounds:get_biome_sounds
|
-- @function sounds:get_biome_sounds
|
||||||
-- @tparam[opt] biome Biome name.
|
-- @tparam[opt] string biome Biome name.
|
||||||
-- @return `SoundGroup` or `nil`. If biome parameter is `nil`, then all registered biome
|
-- @return `SoundGroup` or `nil`. If biome parameter is `nil`, then all registered biome
|
||||||
-- sound groups are returned.
|
-- sound groups are returned.
|
||||||
sounds.get_biome_sounds = function(self, biome)
|
sounds.get_biome_sounds = function(self, biome)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user