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

Method Close

Source/Engine/Platform/Unix/UnixFile.cpp:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void UnixFile::Close()
118{
119 if (_handle != -1)
120 {
121 close(_handle);
122 _handle = -1;
123 }
124}
125
126uint32 UnixFile::GetSize() const
127{

Callers 4

TickMethod · 0.45
HandleEventMethod · 0.45
GetDragDropDataFunction · 0.45

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected