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