server.syncMethod: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Created page with "{{ScriptItem |endpoint = server |type = variable |name = server.syncMethod |readonly = true |returnTypes = string |usage = fetch the string name for the current sync method. |...")
 
No edit summary
 
Line 7: Line 7:
|usage = fetch the string name for the current sync method.
|usage = fetch the string name for the current sync method.
|returnInfo = a string representing the sync method.
|returnInfo = a string representing the sync method.
|notes = See [[ServerSyncMethods|sync methods] for information on the available settings
|notes = See [[ServerSyncMethods|sync methods]] for information on the available settings
|since = 1.2.0
|since = 1.2.0
}}
}}

Latest revision as of 04:44, 10 November 2020

Variable Server Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Read-Only

Available since Server 1.2.0

string server.syncMethod

The server.syncMethod variable is used to fetch the string name for the current sync method.

Value

string A string representing the sync method.
readonly This variable cannot be changed.

Notes

Examples

There aren't any examples for this variable.

Compatibility

There isn't any compatibility information for this variable.