|  Developer
Updated on November 14, 2021

subscribe()

  • Subscribes a specified script for events.
  • Subscribed script can be notified (called) concurrently with other scripts, it’s up to a plugin’s author to make a proper protection.
Edit
  • params: script name (string).
  • return: nothing
Edit
				
					require "network"
network.subscribe("event_handling")