Enumerator question
#2

Yes, you can. And I prefix enumerators with the initials of the enum in which they're defined:

Код:
enum E_PLAYER_DATA {

    epd_Something // epd = E_PLAYER_DATA
};
Reply


Messages In This Thread
Enumerator question - by [DK]Dark_Knight - 20.03.2017, 03:29
Re: Enumerator question - by AndySedeyn - 20.03.2017, 03:36

Forum Jump:


Users browsing this thread: 1 Guest(s)