/dports/games/minetest_game/minetest_game-5.4.1/mods/fire/ |
H A D | init.lua | 31 {pos = pos, max_hear_distance = 16, gain = 0.15}, true) 95 {pos = sound_pos, gain = 0.5, max_hear_distance = 8}, true) 225 max_hear_distance = 32,
|
/dports/games/freeminer-default/default-0.4.10.4/mods/doors/ |
H A D | init.lua | 148 minetest.sound_play(snd_1, {pos = pos, gain = 0.3, max_hear_distance = 10}) 150 minetest.sound_play(snd_2, {pos = pos, gain = 0.3, max_hear_distance = 10}) 386 minetest.sound_play("door_close", {pos = pos, gain = 0.3, max_hear_distance = 10}) 390 minetest.sound_play("door_open", {pos = pos, gain = 0.3, max_hear_distance = 10})
|
/dports/games/minetest_game/minetest_game-5.4.1/mods/default/ |
H A D | chests.lua | 50 max_hear_distance = 10}, true) 133 pos = pos, max_hear_distance = 10}, true) 204 max_hear_distance = 10}, true)
|
H A D | furnace.lua | 162 {pos = pos, max_hear_distance = 16, gain = 0.1}, true) 250 {pos = pos, max_hear_distance = 16, gain = 0.5}, true)
|
H A D | item_entity.lua | 22 max_hear_distance = 8,
|
H A D | torch.lua | 14 {pos = pos, max_hear_distance = 16, gain = 0.1},
|
H A D | functions.lua | 158 {pos = pos, max_hear_distance = 16, gain = 0.25}, true)
|
/dports/games/minetest_game/minetest_game-5.4.1/mods/doors/ |
H A D | init.lua | 173 {pos = pos, gain = 0.3, max_hear_distance = 10}, true) 176 {pos = pos, gain = 0.3, max_hear_distance = 10}, true) 556 {pos = pos, gain = 0.3, max_hear_distance = 10}, true) 561 {pos = pos, gain = 0.3, max_hear_distance = 10}, true) 751 max_hear_distance = 8}, true)
|
/dports/games/minetest/minetest-5.4.1/games/devtest/mods/soundstuff/ |
H A D | init.lua | 152 minetest.sound_play("soundstuff_mono", { pos = pos, max_hear_distance = dist })
|
/dports/games/freeminer/freeminer-0.4.10.4/src/ |
H A D | server.h | 155 float max_hear_distance; member 164 max_hear_distance(32*BS), in ServerSoundParams()
|
H A D | server.cpp | 4028 params.max_hear_distance) in playSound()
|
/dports/games/freeminer-default/default-0.4.10.4/mods/tnt/ |
H A D | init.lua | 78 core.sound_play("tnt_explode", {pos=pos, gain=1.5, max_hear_distance=2*64})
|
/dports/games/freeminer/freeminer-0.4.10.4/src/script/common/ |
H A D | c_content.cpp | 580 params.max_hear_distance = BS*getfloatfield_default(L, index, in read_server_sound_params() 581 "max_hear_distance", params.max_hear_distance/BS); in read_server_sound_params()
|
/dports/games/minetest/minetest-5.4.1/src/ |
H A D | server.h | 105 float max_hear_distance = 32 * BS; member
|
H A D | server.cpp | 2095 params.max_hear_distance) in playSound()
|
/dports/games/minetest_game/minetest_game-5.4.1/mods/tnt/ |
H A D | init.lua | 416 max_hear_distance = math.min(def.radius * 20, 128)}, true)
|
/dports/games/minetest/minetest-5.4.1/builtin/game/ |
H A D | item.lua | 480 max_hear_distance = 16
|
/dports/games/minetest/minetest-5.4.1/src/script/common/ |
H A D | c_content.cpp | 1056 params.max_hear_distance = BS*getfloatfield_default(L, index, in read_server_sound_params() 1057 "max_hear_distance", params.max_hear_distance/BS); in read_server_sound_params()
|