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

Method getCount

Engine/source/console/consoleInternal.h:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 F32 getFloatVariable(StringTableEntry name, bool *entValid = NULL);
441
442 U32 getCount() const
443 {
444 return hashTable->count;
445 }
446 bool isOwner() const
447 {
448 return hashTable->owner;

Callers 1

pushFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected