DLL export prefix for API functions (necessary for multi-platform development)
const char ** AtEnum
String-based enumerated data type.
Definition: ai_enum.h:31
AI_API AI_PURE int AiEnumGetValue(AtEnum enum_type, const char *string)
Return the corresponding integer value (or index) of an enum string.
Definition: ai_enum.cpp:20
AI_API AI_PURE const char * AiEnumGetString(AtEnum enum_type, int index)
Get the corresponding string value of an integer in an enum.
Definition: ai_enum.cpp:55