MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetTransShadow1

Method GetTransShadow1

DuiLib/Control/UILabel.cpp:805–815  ·  view source on GitHub ↗

Method: GetTransShadow1 FullName: CLabelUI::GetTransShadow1 Access: public Returns: int Qualifier: Note:

Source from the content-addressed store, hash-verified

803 // Note:
804 //************************************
805 int CLabelUI::GetTransShadow1()
806 {
807 try
808 {
809 return m_TransShadow1;
810 }
811 catch (...)
812 {
813 throw "CLabelUI::GetTransShadow1";
814 }
815 }
816
817 //************************************
818 // Method: SetTransText1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected