![]() |
DI-Guy SDK Documentation
13.5
|
#include <declspec_diguy.h>Go to the source code of this file.
Macros | |
| #define | CPLUSPLUS_ONLY |
Typedefs | |
| typedef int | diguyCharacterGestureType |
Enumerations | |
| enum | { DIGUY_CHARACTER_GESTURE_TYPE_UNKNOWN = 0, DIGUY_CHARACTER_GESTURE_TYPE_PROGRESSION, DIGUY_CHARACTER_GESTURE_TYPE_TABLE, DIGUY_CHARACTER_GESTURE_TYPE_COUNT } |
Functions | |
| const char * | diguy_gesture_type_to_string (diguyCharacterGestureType gesture_type) |
| This function converts the passed gesture type enumeration into a NULL-terminated C-style string. More... | |
| diguyCharacterGestureType | diguy_gesture_type_from_string (const char *string) |
| This function converts the passed C-style string into an enumerated value. More... | |
| #define CPLUSPLUS_ONLY |
| typedef int diguyCharacterGestureType |
| anonymous enum |
| const char* diguy_gesture_type_to_string | ( | diguyCharacterGestureType | gesture_type | ) |
This function converts the passed gesture type enumeration into a NULL-terminated C-style string.
Returns:
C-style string identifying gesture type
Callable From:
| diguyCharacterGestureType diguy_gesture_type_from_string | ( | const char * | string | ) |
This function converts the passed C-style string into an enumerated value.
Returns:
enumeration value of gesture type
Callable From: