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

Function isCaseSensitive

Engine/source/console/arrayObject.h:83–83  ·  view source on GitHub ↗

Returns true if string handling by the array is case-sensitive.

Source from the content-addressed store, hash-verified

81
82 /// Returns true if string handling by the array is case-sensitive.
83 bool isCaseSensitive() const { return mCaseSensitive; }
84
85 bool isEqual( const String &valA, const String &valB ) const
86 {

Callers 2

sortMethod · 0.85
isEqualFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected