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

Method getSizeof

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

Return the size of instances of this class in bytes.

Source from the content-addressed store, hash-verified

332
333 /// Return the size of instances of this class in bytes.
334 S32 getSizeof() const { return mClassSizeof; }
335
336 /// Return the next class in the global class list link chain.
337 AbstractClassRep* getNextClass() const { return nextClass; }

Callers 2

simObject.cppFile · 0.80
consoleObject.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected