Difference between revisions of "Megacool.setSharingText"
From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2018.10.1<br/> '''<translate>Class</translate>:''' Megacool<br/>...") |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 7: | Line 7: | ||
Sets the text for the next share.<br /> | Sets the text for the next share.<br /> | ||
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
Megacool.setSharingText(sharingText) | Megacool.setSharingText(sharingText) | ||
</source> | </source> | ||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''sharingText''': (string) <translate>The text to share.</translate> <br/> | '''sharingText''': (string) <translate>The text to share.</translate> <br/> |
Revision as of 14:28, 13 July 2023
Available since: Gideros 2018.10.1
Class: Megacool
Description
Sets the text for the next share.
<syntaxhighlight lang="lua">
Megacool.setSharingText(sharingText)
</source>
Parameters
sharingText: (string) The text to share.