MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getClassRep

Method getClassRep

Engine/source/console/consoleObject.cpp:679–682  ·  view source on GitHub ↗

--------------------------------------

Source from the content-addressed store, hash-verified

677
678//--------------------------------------
679AbstractClassRep* ConsoleObject::getClassRep() const
680{
681 return NULL;
682}
683
684String ConsoleObject::_getLogMessage(const char* fmt, va_list args) const
685{

Callers 15

assignFieldsFromMethod · 0.80
simObject.cppFile · 0.80
consoleObject.cppFile · 0.80
consoleErrorMethod · 0.80
script_simobject_findFunction · 0.80
packMethod · 0.80
writeMethod · 0.80
unpackMethod · 0.80
ghostWritePacketMethod · 0.80
ghostReadPacketMethod · 0.80
eventWritePacketMethod · 0.80
eventReadPacketMethod · 0.80

Calls

no outgoing calls

Tested by 1

refreshMethod · 0.64