Returns the current value of the Mode
| 674 | |
| 675 | //! Returns the current value of the Mode |
| 676 | ILint ILAPIENTRY ilGetInteger(ILenum Mode) |
| 677 | { |
| 678 | ILint Temp; |
| 679 | Temp = 0; |
| 680 | ilGetIntegerv(Mode, &Temp); |
| 681 | return Temp; |
| 682 | } |
| 683 | |
| 684 | |
| 685 | //! Sets the default origin to be used. |
nothing calls this directly
no outgoing calls
no test coverage detected