![]() |
DI-Guy C++ SDK Reference
13.0
|
Go to the source code of this file.
Functions | |
Initialization Functions | |
| int | diguy_ai_initialize () |
| This function turns on DI-Guy AI. More... | |
| int | diguy_ai_deinitialize () |
| This function turns off DI-Guy AI. More... | |
| int diguy_ai_initialize | ( | ) |
This function turns on DI-Guy AI.
It should be called after the main DI-Guy initialize call.
Callable From:
Returns:
0 on success, -1 on failure
C++ Example:
| int diguy_ai_deinitialize | ( | ) |
This function turns off DI-Guy AI.
It should be called before the main DI-Guy deinitialize call.
Callable From:
Returns:
0 on success, -1 on failure
C++ Example: