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

Method getNextClass

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

Return the next class in the global class list link chain.

Source from the content-addressed store, hash-verified

335
336 /// Return the next class in the global class list link chain.
337 AbstractClassRep* getNextClass() const { return nextClass; }
338
339 /// Return the head of the global class list.
340 static AbstractClassRep* getClassList() { return classLinkList; }

Callers 9

consoleObject.cppFile · 0.80
createTypeMethod · 0.80
generateTamlSchemaMethod · 0.80
gameConnection.cppFile · 0.80
constructFieldMethod · 0.80
guiPopUpCtrl.cppFile · 0.80
guiPopUpCtrlEx.cppFile · 0.80
loadFromPathMethod · 0.80
findIconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected