| 444 | void CUIStatic::ClipperOff() { ClipperOff(m_UIStaticItem); } |
| 445 | |
| 446 | void CUIStatic::SetShader(const ui_shader& sh) |
| 447 | { |
| 448 | m_UIStaticItem.SetShader(sh); |
| 449 | m_bAvailableTexture = true; |
| 450 | } |
| 451 | |
| 452 | LPCSTR CUIStatic::GetText() |
| 453 | { |
no outgoing calls
no test coverage detected