DI-Guy SDK Documentation  13.7
diguyCharacterGestureType.h File Reference
#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...
 

Macro Definition Documentation

#define CPLUSPLUS_ONLY

Typedef Documentation

Enumeration Type Documentation

anonymous enum
Enumerator
DIGUY_CHARACTER_GESTURE_TYPE_UNKNOWN 
DIGUY_CHARACTER_GESTURE_TYPE_PROGRESSION 
DIGUY_CHARACTER_GESTURE_TYPE_TABLE 
DIGUY_CHARACTER_GESTURE_TYPE_COUNT 

Function Documentation

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:

  • C++
  • Script
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:

  • C++
  • Script