mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
@@ -92,7 +92,7 @@ public:
|
||||
void Init( CDmElement *pOwner, const char *pAttributeName, int flags = 0 );
|
||||
|
||||
// Returns the type of elements allowed into this attribute. UTL_INVAL_SYMBOL allows everything.
|
||||
UtlSymId_t GetElementType() const;
|
||||
//UtlSymId_t GetElementType() const;
|
||||
|
||||
// Get/set
|
||||
void Set( T* pElement );
|
||||
@@ -1149,11 +1149,13 @@ inline void CDmaElement<T>::Init( CDmElement *pOwner, const char *pAttributeName
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
template <class T>
|
||||
inline UtlSymId_t CDmaElement<T>::GetElementType() const
|
||||
{
|
||||
return this->Data().m_ElementType;
|
||||
}
|
||||
*/
|
||||
|
||||
template <class T>
|
||||
inline T* CDmaElement<T>::GetElement() const
|
||||
|
||||
Reference in New Issue
Block a user