Blockland Forums > Modification Help
serverCmd Called when saving w/ events
cheese6:
After some searching around things, I've uncovered some things.
[ul]
* There is a serverCmd called when someone tries to save with password[/ul]
Anyone have the serverCmd List ( i think kalphiter had one )
Please post any information about this, thanks.
Also: Please don't say "go to console type in serverCmd and press tab"
I know you can do that - that takes a while, and I would rather not go through that.
jes00:
Please explain what you are talking about better. I know you want to know the server command for saving something, but what?
cheese6:
--- Quote from: jes00 on December 14, 2011, 06:30:20 PM ---Please explain what you are talking about better. I know you want to know the server command for saving something, but what?
--- End quote ---
there is a serverCmd that requests the event data for the bricks when saving bricks (If that was not obvious enough)
I want to know it.
jes00:
It could be SaveBricks_Save(); or SaveBricks_StartInfoDownload(); or clientCmdRegisterInputEvent(Lots-O-Stuff); or clientCmdRegistOutputEvent(Stuff); or clientCmdTransmitEvent();
Uristqwerty:
If you don't have any add-on constantly working in the background, you could try trace(1) (and trace(0) when you're done), but if even one thing periodically schedules something, or is responding to a server, it tends to really spam you with logs.