|
ilGetString returns a constant human-readable string describing the current OpenIL implementation.
| const char * ilGetString( ILenum StringName );
|
Parameters | - StringName
- Describes the string to be retrieved.
|
Strings | - IL_VENDOR
- Describes the OpenIL vendor (currently Abysmal Software).
- IL_VERSION
- String describing the current OpenIL version. Use ilGetInteger with IL_VERSION_NUM to actually check for version differences.
|
Errors | - IL_INVALID_ENUM
- StringName was an invalid value.
|
|