zen-mod / ZEN

Zeus enhancement mod for Arma 3
https://zen-mod.github.io/ZEN
GNU General Public License v3.0
108 stars 47 forks source link

Added: Server events for getting the code string, for logging in missions #756

Closed killerswin2 closed 2 months ago

killerswin2 commented 6 months ago

When merged this pull request will: Add a server event that mods and mission makers can listen to. This was done in the case of wanting to log what code was being executed on objects, players, groups... etc. In our case for Antistasi, we want to be able to look at our log file to see if someone is executing code through Zen.

veteran29 commented 6 months ago

As this is executed in UI it feels to me like these should be local events. If you want to log on the server you could handle them and forward to server for logging.

killerswin2 commented 6 months ago

yeah that's right, they should be local events