saviola777 / haxball-headless-manager

Suite of management scripts for headless haxball hosts, including plugins with dependency management
MIT License
7 stars 3 forks source link

One-time event handlers #5

Open saviola777 opened 5 years ago

saviola777 commented 5 years ago

Certain event handlers should be executed at most once (like onLoad or onRoomLink), the plugin manager should manage these event handlers and ensure the contract is honored (e.g., by deleting them once they were executed, although a cleaner way would be to keep track if they were executed separately).