Method: GetTextShadowColorA FullName: CLabelUI::GetTextShadowColorA Access: public Returns: DWORD Qualifier: Note:
| 680 | // Note: |
| 681 | //************************************ |
| 682 | DWORD CLabelUI::GetTextShadowColorA() |
| 683 | { |
| 684 | try |
| 685 | { |
| 686 | return m_dwTextShadowColorA; |
| 687 | } |
| 688 | catch (...) |
| 689 | { |
| 690 | throw "CLabelUI::GetTextShadowColorA"; |
| 691 | } |
| 692 | } |
| 693 | |
| 694 | //************************************ |
| 695 | // Method: SetTextShadowColorB |
nothing calls this directly
no outgoing calls
no test coverage detected