DI-Guy SDK Documentation  13.6
diguyCommonActionType.h File Reference
#include <declspec_diguy.h>

Go to the source code of this file.

Macros

#define CPLUSPLUS_ONLY
 

Typedefs

typedef int diguyCommonActionType
 

Enumerations

enum  {
  DIGUY_COMMON_ACTION_TYPE_STILL = 0, DIGUY_COMMON_ACTION_TYPE_FORWARD_SLOW, DIGUY_COMMON_ACTION_TYPE_FORWARD_MEDIUM, DIGUY_COMMON_ACTION_TYPE_FORWARD_FASTER,
  DIGUY_COMMON_ACTION_TYPE_FORWARD_FASTEST, DIGUY_COMMON_ACTION_TYPE_BACKWARD_MEDIUM, DIGUY_COMMON_ACTION_TYPE_COUNT
}
 

Functions

const char * diguy_common_action_type_to_string (diguyCommonActionType common_action_type)
 
diguyCommonActionType diguy_common_action_type_from_string (const char *string)
 

Macro Definition Documentation

#define CPLUSPLUS_ONLY

Typedef Documentation

typedef int diguyCommonActionType

Enumeration Type Documentation

anonymous enum
Enumerator
DIGUY_COMMON_ACTION_TYPE_STILL 
DIGUY_COMMON_ACTION_TYPE_FORWARD_SLOW 
DIGUY_COMMON_ACTION_TYPE_FORWARD_MEDIUM 
DIGUY_COMMON_ACTION_TYPE_FORWARD_FASTER 
DIGUY_COMMON_ACTION_TYPE_FORWARD_FASTEST 
DIGUY_COMMON_ACTION_TYPE_BACKWARD_MEDIUM 
DIGUY_COMMON_ACTION_TYPE_COUNT 

Function Documentation

const char* diguy_common_action_type_to_string ( diguyCommonActionType  common_action_type)
diguyCommonActionType diguy_common_action_type_from_string ( const char *  string)