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

Method getNumValues

Engine/source/console/engineTypeInfo.h:113–113  ·  view source on GitHub ↗

Return the number of Values in this enumeration/bitfield.

Source from the content-addressed store, hash-verified

111
112 /// Return the number of Values in this enumeration/bitfield.
113 U32 getNumValues() const { return mNumValues; }
114
115 /// Get the enum value at the given index.
116 const Value& operator []( U32 index ) const

Callers 11

getDefaultArgumentValueFunction · 0.80
exportTypeFunction · 0.80
dumpEnumFunction · 0.80
getDataMethod · 0.80
setDataMethod · 0.80
_setBaseTexFormatMethod · 0.80
_setModeFieldMethod · 0.80
_populateMenuMethod · 0.80
onAddMethod · 0.80
guiPopUpCtrl.cppFile · 0.80
guiPopUpCtrlEx.cppFile · 0.80

Calls

no outgoing calls

Tested by 2

_populateMenuMethod · 0.64
onAddMethod · 0.64