MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsPackage

Method IsPackage

Source/Engine/Content/Storage/FlaxStorage.cpp:1566–1569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1564}
1565
1566bool FlaxFile::IsPackage() const
1567{
1568 return false;
1569}
1570
1571bool FlaxFile::IsReadOnly() const
1572{

Callers 3

onRenameMethod · 0.80
GetStorageMethod · 0.80
JobMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected