DevIL Documentation Previous | IL | Next

 

ilIsEnabled

 

ilIsEnabled returns whether the mode indicated by Mode is enabled.

 

ILboolean ilIsEnabled(
  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

 
ilDisable, ilEnable, ilIsDisabled, ilOriginFunc, ilutIsDisabled, ilutIsEnabled,