MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / isPathExpando

Function isPathExpando

engine/source/console/console.cc:1351–1360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1349//-----------------------------------------------------------------------------
1350
1351bool isPathExpando( const char* pExpandoName )
1352{
1353 // Sanity!
1354 AssertFatal( pExpandoName != NULL, "Expando name cannot be NULL." );
1355
1356 // Fetch expando name.
1357 StringTableEntry expandoName = StringTable->insert( pExpandoName );
1358
1359 return PathExpandos.contains( expandoName );
1360}
1361
1362//-----------------------------------------------------------------------------
1363

Callers 1

Calls 2

insertMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected