Make a value shared across all scripts
Functions:
getShared(key)
getShared()
Removes the specified command if it exists
getShared("ExampleKey");
Parameters:
key (String) The unique identifier for the variable.
key
Returns:
The value associated with the given key, or null if the variable does not exist within the timeout period (500ms).
Last updated 2 months ago
Was this helpful?