Author Topic: Loading Bricks Callback  (Read 611 times)

Is there any way I can sense if the server begins loading bricks through a callback or some other means?


ServerLoadSaveFile_Start()
ServerLoadSaveFile_Tick()
ServerLoadSaveFile_End()

Use Trace(1);
This
A lot of your topics are about finding functions, this is your best friend


Thanks, Yeah It didn't occur to me that I can just package these functions to add functionality.