Beta Features: Difference between revisions

From Multi Theft Auto: Wiki
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 difference)

Revision as of 10:13, 30 March 2020

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, may want to first check that the function exists before using it.

if setPlayerDiscordJoinParams then
    setPlayerDiscordJoinParams(...)
end