Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Paint functions
« previous
next »
Print
Pages: [
1
]
Author
Topic: Paint functions (Read 965 times)
MrPickle
December 12, 2007, 12:08:07 PM
Are the functions to scroll through the paint's client or server side?
I didn't know how to find out, Sorry if it's really easy to find out can you also tell me how to find out if a function's client or server side.
Ad Bot
Advertisement
Trader
December 12, 2007, 12:16:11 PM
trace(1);
MrPickle
December 12, 2007, 12:21:35 PM
Oh, I see.
Thanks.
Trader
December 12, 2007, 12:25:53 PM
trace(1); makes the console dump a bunch of info on function and method calls. Use trace(0); to turn it off.
MrPickle
December 12, 2007, 12:43:08 PM
Yeah, and I'm guessing if you use it on someone else's server it'll only dump functions being called by you?
Trader
December 12, 2007, 12:52:39 PM
If you use it on a server you're hosting, it'll trace all functions and methods being called on your end. If you use it client-side, it'll trace all functions / methods called on your end.
MrPickle
December 12, 2007, 12:53:33 PM
Okay, Thanks.
Trader
December 12, 2007, 01:01:08 PM
Lol, looking down the line at our avatars, it's red - green - blue - red - green - blue. RGB ftw.
MrPickle
December 12, 2007, 01:25:06 PM
Haha
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Paint functions