![]() |
DI-Guy SDK Documentation
13.5
|
#include <declspec_diguy.h>Go to the source code of this file.
Macros | |
| #define | CPLUSPLUS_ONLY |
Functions | |
| const char * | diguy_motion_posture_to_string (diguyMotionPosture posture) |
| This function converts the passed posture enumeration into a NULL-terminated C-style string. More... | |
| diguyMotionPosture | diguy_motion_posture_from_string (const char *string) |
| This function converts the passed C-style string into an enumerated value. More... | |
| #define CPLUSPLUS_ONLY |
| enum diguyMotionPosture |
| const char* diguy_motion_posture_to_string | ( | diguyMotionPosture | posture | ) |
This function converts the passed posture enumeration into a NULL-terminated C-style string.
Returns:
C-style string identifying posture
Callable From:
| diguyMotionPosture diguy_motion_posture_from_string | ( | const char * | string | ) |
This function converts the passed C-style string into an enumerated value.
Postures are used in functions such as diguyCharacter::get_action_from_description().
Returns:
enumeration value of posture
Callable From: