From ab5b357f07968ac53b1eef4362e41fd8850ca29f Mon Sep 17 00:00:00 2001 From: Bituvo Date: Sun, 21 Apr 2024 09:35:38 -0400 Subject: [PATCH] Remove example sound parameter table --- doc/client_lua_api.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/client_lua_api.md b/doc/client_lua_api.md index 7e7938c12..11ac80a5a 100644 --- a/doc/client_lua_api.md +++ b/doc/client_lua_api.md @@ -193,12 +193,6 @@ Examples of sound parameter tables: pos = {x = 1, y = 2, z = 3}, gain = 1.0, -- default } --- Play connected to an object, looped -{ - object = , - gain = 1.0, -- default - loop = true, -} ``` Looped sounds must be played locationless.