Example #1
0
TextObject Base::GetChildValue( const Gwen::String& strName )
{
	Base* pChild = FindChildByName( strName, true );
	if ( !pChild ) return "";

	return pChild->GetValue();
}