![]() |
DI-Guy SDK Documentation
13.2
|
#include <declspec_diguy.h>Go to the source code of this file.
Macros | |
| #define | CPLUSPLUS_ONLY |
Enumerations | |
| enum | diguyConnectionPointType { DIGUY_CONNECTION_POINT_UNKNOWN = 0x00000000, DIGUY_CONNECTION_POINT_ENTRY = 0x00000001, DIGUY_CONNECTION_POINT_DRIVER_ENTRY = 0x00000002, DIGUY_CONNECTION_POINT_PASSENGER_ENTRY = 0x00000004, DIGUY_CONNECTION_POINT_SITTING = 0x00000008, DIGUY_CONNECTION_POINT_DRIVER_SITTING = 0x00000010, DIGUY_CONNECTION_POINT_PASSENGER_SITTING = 0x00000020, DIGUY_CONNECTION_POINT_LIGHT = 0x00000040, DIGUY_CONNECTION_POINT_ENGINE = 0x00000080, DIGUY_CONNECTION_POINT_EXHAUST = 0x00000100, DIGUY_CONNECTION_POINT_MISSILE_MOUNT = 0x00000200 } |
Functions | |
| const char * | diguy_connection_point_type_to_string (diguyConnectionPointType connection_type) |
| This function converts the passed connection type enumeration into a NULL-terminated C-style string. More... | |
| diguyConnectionPointType | diguy_connection_point_type_from_string (const char *string) |
| This function converts the passed C-style string into an enumerated value. More... | |
Variables | |
| const int | DIGUY_CONNECTION_POINT_COUNT = 10 |
| #define CPLUSPLUS_ONLY |
| const char* diguy_connection_point_type_to_string | ( | diguyConnectionPointType | connection_type | ) |
This function converts the passed connection type enumeration into a NULL-terminated C-style string.
Returns:
C-style string identifying gesture type
| diguyConnectionPointType diguy_connection_point_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:
| const int DIGUY_CONNECTION_POINT_COUNT = 10 |