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") |
||
Line 7: | Line 7: | ||
Stops the screen recording.<br /> | Stops the screen recording.<br /> | ||
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
Megacool.stopRecording() | Megacool.stopRecording() | ||
</source> | </source> | ||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === |
Revision as of 14:28, 13 July 2023
Available since: Gideros 2018.10
Class: Megacool
Description
Stops the screen recording.
<syntaxhighlight lang="lua">
Megacool.stopRecording()
</source>