Skip to content

Commit

Permalink
Document a few sound properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
braillescreen committed Oct 11, 2024
1 parent 0ff1457 commit f08f6db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# length
Get the length of a sound (in milliseconds).

`float sound::length;`
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# sliding
Determine if a sound is sliding or not.

`sound::sliding;`

0 comments on commit f08f6db

Please sign in to comment.