Difference between revisions of "Lua:beep"

From Cheat Engine
Jump to navigation Jump to search
 
(2 intermediate revisions 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===
  
===Function Parameters===
+
<pre>
<none>
+
beep()
 +
</pre>
  
== See also ==
+
{{LuaSeeAlso}}
* [[Lua]]
 

Latest revision as of 03:59, 21 June 2026

<> Lua API Reference

function beep() : void

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()

Main Pages

Core Lua documentation entry points

Lua
Script Engine