Enum data type and utility functions. More...
#include "ai_api.h"
Go to the source code of this file.
Typedefs | |
typedef const char ** | AtEnum |
String-based enumerated data type. More... | |
Functions | |
AI_API AI_PURE int | AiEnumGetValue (AtEnum enum_type, const char *string) |
Return the corresponding integer value (or index) of an enum string. More... | |
AI_API AI_PURE const char * | AiEnumGetString (AtEnum enum_type, int index) |
Get the corresponding string value of an integer in an enum. More... | |
Enum data type and utility functions.