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

Method endsWith

Engine/source/core/util/str.cpp:1407–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405//-----------------------------------------------------------------------------
1406
1407bool String::endsWith( const char* text ) const
1408{
1409 return dStrEndsWith( _string->utf8(), text );
1410}
1411
1412//-----------------------------------------------------------------------------
1413

Callers 13

foreachFunction · 0.80
readColladaFileMethod · 0.80
cubemapData.cppFile · 0.80
scanDeclaredAssetsMethod · 0.80
ExecuteMethod · 0.80
getAssetTypeByFileMethod · 0.80
enumColladaForImportFunction · 0.80
processImageAssetMethod · 0.80
processMaterialAssetMethod · 0.80
processShapeAssetMethod · 0.80
processSoundAssetMethod · 0.80

Calls 2

dStrEndsWithFunction · 0.85
utf8Method · 0.45

Tested by

no test coverage detected