MCPcopy Create free account
hub / github.com/Tencent/UnLua / Close

Method Close

Plugins/UnLua/Source/UnLua/Private/BaseLib/LuaLib_File.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 void Close()
57 {
58 FILE.Reset();
59 }
60 void Seek(const FString& Mode, int32 Offset)
61 {
62 if (FILE.IsValid())

Callers 1

FetchNewVersionMethod · 0.80

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected