Author Topic: Save function name  (Read 389 times)

Hey, what is the function triggered in the server when someone saves the bricks, (for better understanding, I think it is onSaveBricks_Save() because of the QuickSave mod, but its probably wrong).  Thx

I'm not sure what it is quite off the top of my head but you can type "trace(1);" in console, save the bricks, type "trace(0);", and look through the the raw functions that are printed into console.

Thx, that worked, and I found that the attempt is saveBricks, and the actual save-ing is SaveBricks_Save.  Locking topic.