08.04.2014, 14:36
Thanks ******. Eh... I'd like to have short enum indices, because
looks such a mess. 'OBJECT' gives no extra info here as my array name has it, such a long index name makes code harder readable (to me at least). Not good.
looks much better. But 'MODELID' is a popular name (kind of) to use
my index name must become elongated (and messy) because of that reason... blah. Maybe some redefinitions could do the trick? Don't know...
Код:
new some_var = object[E_OBJECT_DATA_MODELID];
Код:
new some_var = object[MODELID];
