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

Method IsReadOnly

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

Source from the content-addressed store, hash-verified

1569}
1570
1571bool FlaxFile::IsReadOnly() const
1572{
1573 return false;
1574}
1575
1576bool FlaxFile::HasAsset(const Guid& id) const
1577{

Callers 4

SaveToAssetMethod · 0.45
onRenameMethod · 0.45
InitMethod · 0.45
RegisterAssetsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected