View Single Post
  #36  
Old 02-26-2008, 06:08 PM
Tolnaftate2004 Tolnaftate2004 is offline
penguin.
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 534
Tolnaftate2004 is a jewel in the roughTolnaftate2004 is a jewel in the rough
Send a message via AIM to Tolnaftate2004
Quote:
Originally Posted by Twinny View Post
Reviving thread here but are variable functions available on the client yet? I tried to make one but it didn't work
They work (at least in simple cases):

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
this.test_func = function () {
    echo(
"I win!");
  };

  
this.test_func();

I've seen the functionality break down within with() blocks.
__________________
◕‿‿◕ · pfa · check yer syntax! · src

Killa Be: when i got that locker in 6th grade the only thing in it was a picture of a midget useing a firehose :/

Last edited by Tolnaftate2004; 02-26-2008 at 06:10 PM.. Reason: Because te****nc contains raunchy language!
Reply With Quote