![]() |
DI-Guy SDK Documentation
13.7
|
#include <declspec_diguy.h>Go to the source code of this file.
Macros | |
| #define | CPLUSPLUS_ONLY |
Functions | |
| const char * | diguy_material_type_to_string (diguyMaterialType material) |
| This function converts the passed material enumeration into a NULL-terminated C-style string. More... | |
| diguyMaterialType | diguy_material_type_from_string (const char *string) |
| This function converts the passed C-style string into an enumerated value. More... | |
| #define CPLUSPLUS_ONLY |
| enum diguyMaterialType |
| const char* diguy_material_type_to_string | ( | diguyMaterialType | material | ) |
This function converts the passed material enumeration into a NULL-terminated C-style string.
Returns:
C-style string identifying variant
Callable From:
| diguyMaterialType diguy_material_type_from_string | ( | const char * | string | ) |
This function converts the passed C-style string into an enumerated value.
Returns:
enumeration value of material
Callable From: