3 variables vs 3 cell array
#1

Which is better?

pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
or
pawn Код:
new Float:playerPos[3];
GetPlayerPos(playerid, playerPos[0], playerPos[1], playerPos[2]);
If you don't know about efficiency and stuff, please don't bother replying.
Reply


Messages In This Thread
3 variables vs 3 cell array - by MP2 - 22.04.2012, 03:00
Re: 3 variables vs 3 cell array - by .FuneraL. - 22.04.2012, 04:58
Re: 3 variables vs 3 cell array - by lolumadd_ - 22.04.2012, 05:01

Forum Jump:


Users browsing this thread: 1 Guest(s)