Enumerations | |
| enum | eUI { , kUIHealth = 1, kUIWeapon = 2 } |
| UI Type. More... | |
Functions | |
| eUI | string_to_eUI (const char *str) |
| Take a string and return the eUI type. | |
(c) 2007-2008 oP group Germany GbR. All rights reserved.
This source code is provided "as is" with no warranty and must not be distributed without written permission.
| enum eUI |
| eUI string_to_eUI | ( | const char * | str | ) |
Take a string and return the eUI type.
| str | String to convert. |
1.5.4