Author Topic: Server Addon for checking the number of currently active event schedules  (Read 462 times)

I need a mod that lets me see the number of schedules active on the server. This way I can know how much impact my events are having on the schedule count.

It could be done by typing /schedules and it'd tell you the number of schedules currently being used globally.

You mean like if I added the event
[10000] [OnActivate] [Self] [setRendering]

And then I clicked the brick. The message from /schedules would increase by one, until the 10 seconds is up?

You mean like if I added the event
[10000] [OnActivate] [Self] [setRendering]

And then I clicked the brick. The message from /schedules would increase by one, until the 10 seconds is up?
It wouldn't be an event, it'd be a server-sided command that lets you see the global number of active/running/occupied schedules

I don't think there is any way to do what you want. But you can print the remaining counts for a single player to console.

BrickGroup_16842.quotaObject.dumpAllocs();

I don't think there is any way to do what you want. But you can print the remaining counts for a single player to console.

BrickGroup_16842.quotaObject.dumpAllocs();
Will that console command tell me how many schedules I am using at any given time?

Will that console command tell me how many schedules I am using at any given time?

Take the limit you set in advanced config - the value it shows for schedules