bridge
Allows scripts to communicate between one another.
add
Adds a value to the bridge map.
clear
Clears the bridge map.
get
Returns the value stored under a specified key.
has
Returns true if the bridge map has a specified key.
remove
Removes a value from the bridge map.
Last updated