|
ilIsDisabled returns whether the mode indicated by Mode is disabled.
| ILboolean ilIsDisabled( ILenum Mode );
|
Parameters | - Mode
- Indicates an OpenIL mode
|
Modes | - IL_CONV_PAL
- Whether OpenIL should automatically convert palette'd images to truecolour images.
- IL_FILE_OVERWRITE
- Whether OpenIL is allowed to overwrite existing files when saving.
- IL_ORIGIN_SET
- Whether the origin is set.
|
Errors | - IL_INVALID_ENUM
- Mode was of an invalid value.
|
See Also
|