Beta Features: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Beta Features are '''experimental''' and can change behaviour at any time. The function or event can be removed at any time. Depending on how important the function is to you...") |
No edit summary |
||
Line 1: | Line 1: | ||
Beta Features are '''experimental''' and can | Beta Features are '''experimental''' and their behaviour can be changed at any time. Beta functions or events can be removed at any time. | ||
Depending on how important the function is to you, may want to first check that the function exists before using it. | Depending on how important the function is to you, may want to first check that the function exists before using it. | ||
<syntaxhighlight lang="lua"> | <!-- <syntaxhighlight lang="lua"> | ||
if setPlayerDiscordJoinParams then | if setPlayerDiscordJoinParams then | ||
setPlayerDiscordJoinParams(...) | setPlayerDiscordJoinParams(...) | ||
end | end | ||
</syntaxhighlight> | </syntaxhighlight> --> |
Revision as of 13:51, 20 September 2021
Beta Features are experimental and their behaviour can be changed at any time. Beta functions or events can be removed at any time.
Depending on how important the function is to you, may want to first check that the function exists before using it.