Quote:
|
Originally Posted by jake13jake
It would also be neat if you had an option of doing:
serverside function onCreated() {}
clientside function onCreated() {}
rather than
function onCreated() {}
//#CLIENTSIDE
function onCreated() {}
|
I don't like the idea of your client sending functions to the server, either. Hacking could result in changing the contents of the function being sent.
Seperate them on the serverside, you say? Well, what's wrong with the current //#CLIENTSIDE method?