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

Method GetTransText1

DuiLib/Control/UILabel.cpp:846–856  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected