Difference between revisions of "Megacool.stopRecording"

From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2018.10<br/> '''<translate>Class</translate>:''' Megacool<br/> ==...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
 
Stops the screen recording.<br />
 
Stops the screen recording.<br />
 
<br /></translate>
 
<br /></translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  Megacool.stopRecording()
 
  Megacool.stopRecording()
</source>
+
</syntaxhighlight>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===

Latest revision as of 15:30, 13 July 2023


Available since: Gideros 2018.10
Class: Megacool

Description


Stops the screen recording.

 Megacool.stopRecording()

Parameters