Difference between revisions of "Share.new"
From GiderosMobile
| Line 4: | Line 4: | ||
| === Description === | === Description === | ||
| − | + | Creates a new Share object. | |
| <syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
| − | + | Share.new() | |
| </syntaxhighlight> | </syntaxhighlight> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| === Example === | === Example === | ||
| <syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
| − | |||
| − | |||
| require "Share" | require "Share" | ||
| local share = Share.new() | local share = Share.new() | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| </syntaxhighlight> | </syntaxhighlight> | ||
| {{Share}} | {{Share}} | ||
Latest revision as of 19:07, 20 February 2025
Available since: Gideros 2020.7
Class: Share
Description
Creates a new Share object.
Share.new()
Example
require "Share"
local share = Share.new()
