| 143 | } |
| 144 | |
| 145 | IRootPtr Tr2ActionAnimateValue::GetDestination() const |
| 146 | { |
| 147 | return m_destination.GetBoundObject(); |
| 148 | } |
| 149 | |
| 150 | bool Tr2ActionAnimateValue::IsAttrExpressionValid( const char* ) const |
| 151 | { |
nothing calls this directly
no test coverage detected