sets text clipping within the startdraw region
| 117 | |
| 118 | // sets text clipping within the startdraw region |
| 119 | void ui_SetTextClip(int left, int top, int right, int bottom) { grtext_SetParameters(left, top, right, bottom); } |
| 120 | |
| 121 | void ui_ResetTextClip() { grtext_SetParameters(m_UIDrawLeft, m_UIDrawTop, m_UIDrawRight, m_UIDrawBottom); } |
| 122 |
no test coverage detected