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

Method startsWith

Engine/source/core/util/str.cpp:1400–1403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1398//-----------------------------------------------------------------------------
1399
1400bool String::startsWith( const char* text ) const
1401{
1402 return dStrStartsWith( _string->utf8(), text );
1403}
1404
1405//-----------------------------------------------------------------------------
1406

Callers 15

foreachFunction · 0.80
isAndroidTVMethod · 0.80
writeMethod · 0.80
addMethod · 0.80
addCmd_addSequenceMethod · 0.80
createMaterialMethod · 0.80
findModuleByFilePathMethod · 0.80

Calls 2

dStrStartsWithFunction · 0.85
utf8Method · 0.45

Tested by

no test coverage detected