MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getClassId

Method getClassId

Engine/source/console/consoleObject.h:1125–1129  ·  view source on GitHub ↗

------------------------------------------------------------------------------ -------------------------------------- Inlines

Source from the content-addressed store, hash-verified

1123//-------------------------------------- Inlines
1124//
1125inline 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
1131inline StringTableEntry ConsoleObject::getClassName() const
1132{

Callers 12

packMethod · 0.45
writeMethod · 0.45
ghostWritePacketMethod · 0.45
ghostReadPacketMethod · 0.45
activateGhostingMethod · 0.45
ghostWriteStartBlockMethod · 0.45
eventWritePacketMethod · 0.45
eventWriteStartBlockMethod · 0.45
gameConnection.cppFile · 0.45
saveDatablockCacheMethod · 0.45
packMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected