Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Save function name
« previous
next »
Print
Pages: [
1
]
Author
Topic: Save function name (Read 389 times)
Mr. Wheehaw
January 30, 2011, 11:58:43 AM
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
Ad Bot
Advertisement
Desolation
January 30, 2011, 12:34:57 PM
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.
Mr. Wheehaw
January 30, 2011, 12:43:13 PM
Thx, that worked, and I found that the attempt is saveBricks, and the actual save-ing is SaveBricks_Save. Locking topic.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Save function name