Basic setup and management. More...
Basic setup and management.
Functions | |
void | TLN_SetLastError (TLN_Error error) |
Sets the global error code of tilengine. Useful for custom loaders that need to set the error state. More... | |
TLN_Error | TLN_GetLastError (void) |
Returns the last error after an invalid operation. More... | |
const char * | TLN_GetErrorString (TLN_Error error) |
Returns the string description of the specified error code. More... | |
void TLN_SetLastError | ( | TLN_Error | error | ) |
Sets the global error code of tilengine. Useful for custom loaders that need to set the error state.
error | Error code to set |
TLN_Error TLN_GetLastError | ( | void | ) |
Returns the last error after an invalid operation.
const char* TLN_GetErrorString | ( | TLN_Error | error | ) |
Returns the string description of the specified error code.
error | Error code to get description |
Last update on Tue Aug 29 2023 for Tilengine 2.15.1