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

Method getClassRep

Engine/source/console/consoleObject.cpp:693–696  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

691
692//--------------------------------------
693AbstractClassRep* ConsoleObject::getClassRep() const
694{
695 return NULL;
696}
697
698bool ConsoleObject::disableFieldSubstitutions(const char* fieldname)
699{

Callers 15

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

Calls

no outgoing calls

Tested by 1

refreshMethod · 0.64