Can I make array of functions?
#1

I know this use is ok:
Код:
new array[2] = { 1, 2 };
But is any way to make something like this:
Код:
new cars[2] = { CreateVehicle(0, 0, 0, 0, 0, -1, -1, 200), CreateVehicle(0, 0, 0, 0, 0, -1, -1, 200) };
Reply


Messages In This Thread
Can I make array of functions? - by Stuneris - 11.02.2014, 15:57
Re: Can I make array of functions? - by PowerPC603 - 11.02.2014, 16:01
Re: Can I make array of functions? - by Stuneris - 11.02.2014, 16:06
Re: Can I make array of functions? - by PowerPC603 - 11.02.2014, 16:11
Re: Can I make array of functions? - by Stuneris - 11.02.2014, 16:13
Re: Can I make array of functions? - by PowerPC603 - 11.02.2014, 16:23

Forum Jump:


Users browsing this thread: 1 Guest(s)