Difference between revisions of "Lua:beep"
Jump to navigation
Jump to search
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Lua]] | [[Category:Lua]] | ||
| − | '''function''' beep() | + | {{CodeBox|'''function''' beep() ''':''' void}} |
| − | Plays the beep/ping sound | + | Plays the fabulous beep/ping sound. |
| + | ===Function Parameters=== | ||
| + | This function has no parameters. | ||
| − | + | ===Returns=== | |
| + | void — This function does not return any value. | ||
| + | |||
| + | ===Examples=== | ||
| + | |||
| + | <pre> | ||
| + | beep() | ||
| + | </pre> | ||
{{LuaSeeAlso}} | {{LuaSeeAlso}} | ||
Latest revision as of 03:59, 21 June 2026
Plays the fabulous beep/ping sound.
Function Parameters[edit]
This function has no parameters.
Returns[edit]
void — This function does not return any value.
Examples[edit]
beep()