| 771 | |
| 772 | |
| 773 | ILvoid ilState::Get(ILenum Mode, ILboolean &Param) |
| 774 | { |
| 775 | ilGetBooleanv(Mode, &Param); |
| 776 | return; |
| 777 | } |
| 778 | |
| 779 | |
| 780 | ILvoid ilState::Get(ILenum Mode, ILint &Param) |
nothing calls this directly
no outgoing calls
no test coverage detected