docs for table properties
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Zsolt Tasnadi
2026-02-26 10:21:48 +01:00
parent 64de41a940
commit 8f34cbf875
7 changed files with 99 additions and 4 deletions

View File

@@ -124,6 +124,8 @@ end
--- Converts beat notation to frame pattern.
--- @within Songs
-- @param beats table A table of beat data, e.g., {{1, "left"}, {2, "down"}}.
-- @param beats.1 number The beat number.
-- @param beats.2 string Arrow direction ("left", "down", "up", or "right").
-- @param bpm number Beats per minute.
-- @param[opt] fps number Frames per second (default: 60).
-- @return table The generated pattern.