Difference between revisions of "Lua:beep"
Jump to navigation
Jump to search
(Created page with ''''function''' beep() Plays the beep/ping sound ===Function Parameters=== <none> == See also == * Lua') |
|||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | '''function''' beep() | + | [[Category:Lua]] |
| + | {{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}} | |
| − | |||
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()