![]() |
DI-Guy SDK Documentation
13.6
|
Contains the diguyMotionVariant enumeration and utility function declarations. More...
#include <declspec_diguy.h>Go to the source code of this file.
Macros | |
| #define | CPLUSPLUS_ONLY |
Functions | |
| const char * | diguy_motion_variant_to_string (diguyMotionVariant variant) |
| This function converts the passed variant enumeration into a NULL-terminated C-style string. More... | |
| diguyMotionVariant | diguy_motion_variant_from_string (const char *string) |
| This function converts the passed C-style string into an enumerated value. More... | |
Contains the diguyMotionVariant enumeration and utility function declarations.
| #define CPLUSPLUS_ONLY |
| enum diguyMotionVariant |
| const char* diguy_motion_variant_to_string | ( | diguyMotionVariant | variant | ) |
This function converts the passed variant enumeration into a NULL-terminated C-style string.
Returns:
C-style string identifying variant
Callable From:
| diguyMotionVariant diguy_motion_variant_from_string | ( | const char * | string | ) |
This function converts the passed C-style string into an enumerated value.
Variants are used in functions such as diguyCharacter::get_action_from_description().
Returns:
enumeration value of variant
Callable From: