| 353 | } |
| 354 | |
| 355 | CGameFont* CUIStatic::GetFont() |
| 356 | { |
| 357 | CREATE_LINES; |
| 358 | return m_pLines->GetFont(); |
| 359 | } |
| 360 | |
| 361 | void CUIStatic::TextureClipper(float offset_x, float offset_y, Frect* pClipRect) { TextureClipper(offset_x, offset_y, pClipRect, m_UIStaticItem); } |
| 362 |
no outgoing calls
no test coverage detected