Method: GetEnabledEffect FullName: CLabelUI::GetEnabledEffect Access: public Returns: bool Qualifier: Note:
| 598 | // Note: |
| 599 | //************************************ |
| 600 | bool CLabelUI::GetEnabledEffect() |
| 601 | { |
| 602 | try |
| 603 | { |
| 604 | return m_EnableEffect; |
| 605 | } |
| 606 | catch (...) |
| 607 | { |
| 608 | throw "CLabelUI::GetEnabledEffect"; |
| 609 | } |
| 610 | } |
| 611 | |
| 612 | //************************************ |
| 613 | // Method: SetTextColor1 |
nothing calls this directly
no outgoing calls
no test coverage detected