Difference between revisions of "Lua:beep"

From Cheat Engine
Jump to navigation Jump to search
m (moved beep to Lua:beep)
 
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.
  
{{LuaFunctionParametersNone}}
+
===Returns===
 +
void — This function does not return any value.
 +
 
 +
===Examples===
 +
 
 +
<pre>
 +
beep()
 +
</pre>
  
 
{{LuaSeeAlso}}
 
{{LuaSeeAlso}}

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