Method: GetTransText1 FullName: CLabelUI::GetTransText1 Access: public Returns: int Qualifier: Note:
| 844 | // Note: |
| 845 | //************************************ |
| 846 | int CLabelUI::GetTransText1() |
| 847 | { |
| 848 | try |
| 849 | { |
| 850 | return m_TransText1; |
| 851 | } |
| 852 | catch (...) |
| 853 | { |
| 854 | throw "CLabelUI::GetTransText1"; |
| 855 | } |
| 856 | } |
| 857 | |
| 858 | //************************************ |
| 859 | // Method: SetGradientAngle |
nothing calls this directly
no outgoing calls
no test coverage detected