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 |
||
(2 intermediate revisions by the same user not shown) | |||
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 | Depending on how important the function/event is to you, you may want to check first if that function/event exists before using it. | ||
<!-- <syntaxhighlight lang="lua"> | |||
<syntaxhighlight lang="lua"> | |||
if setPlayerDiscordJoinParams then | if setPlayerDiscordJoinParams then | ||
setPlayerDiscordJoinParams(...) | setPlayerDiscordJoinParams(...) | ||
end | end | ||
</syntaxhighlight> | </syntaxhighlight> --> |
Latest revision as of 13:52, 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/event is to you, you may want to check first if that function/event exists before using it.