Method: GetGradientLength FullName: CLabelUI::GetGradientLength Access: public Returns: int Qualifier: Note:
| 1090 | // Note: |
| 1091 | //************************************ |
| 1092 | int CLabelUI::GetGradientLength() |
| 1093 | { |
| 1094 | try |
| 1095 | { |
| 1096 | return m_GradientLength; |
| 1097 | } |
| 1098 | catch (...) |
| 1099 | { |
| 1100 | throw "CLabelUI::GetGradientLength"; |
| 1101 | } |
| 1102 | } |
| 1103 | |
| 1104 | } |
nothing calls this directly
no outgoing calls
no test coverage detected