0
Under review

IR.AddListener(IR.EVENT_WORK,0,function() available in IR server?

Bram Swinkels 4 years ago updated by Vladimir Ovchinnikov (expert) 4 years ago 1

Hi,

Can I use IR.AddListener(IR.EVENT_WORK,0,function() in iRidium Server?

So the server always checks the script?

Under review

Hello.

EVENT_WORK was created for i2 Control. EVENT_WORK is left in i3 pro for compatibility, but we don't recommend using it in i3 pro. This event is not recommended for using in real JS tasks, because of not the optimal use of resources. Please use SetInterval or the listeners of tag changes.