Arrays and enums
#1

pawn Код:
enum e_MyEnum
{
    Data1,
    Data2
};

new
    enumVar[ e_MyEnum ]
;
Vs.

pawn Код:
new
    enumVar[ 2 ]
;
Memory-wise: How less efficient is the first method in comparison with the second method?
Reply


Messages In This Thread
Arrays and enums - by LarzI - 18.01.2013, 14:37
Re: Arrays and enums - by Vince - 18.01.2013, 15:40
Re: Arrays and enums - by LarzI - 18.01.2013, 16:00

Forum Jump:


Users browsing this thread: 2 Guest(s)