CallLocalFunction vs Normal calling
#1

I found CallLocalFunction in the wiki and wondered, whats the point of it?
Why would someone use it, and not just normally type the function?

Код:
public Foo(playerid)
{
    //lots of code
    return cupcake;
}

cupcake = CallLocalFunction("Foo", "i", playerid); //Difference between this
cupcake = Foo(playerid); //and this
Reply


Messages In This Thread
CallLocalFunction vs Normal calling - by Bharel - 03.06.2013, 14:25
Re: CallLocalFunction vs Normal calling - by Bharel - 03.06.2013, 14:47
Re: CallLocalFunction vs Normal calling - by Pottus - 03.06.2013, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)