------------------------------------------------------------------------------ -------------------------------------- Inlines
| 1123 | //-------------------------------------- Inlines |
| 1124 | // |
| 1125 | inline S32 ConsoleObject::getClassId(U32 netClassGroup) const |
| 1126 | { |
| 1127 | AssertFatal(getClassRep() != NULL,"Cannot get tag from non-declared dynamic class!"); |
| 1128 | return getClassRep()->getClassId(netClassGroup); |
| 1129 | } |
| 1130 | |
| 1131 | inline StringTableEntry ConsoleObject::getClassName() const |
| 1132 | { |
no outgoing calls
no test coverage detected