Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ FPrint
Method
FPrint
core/logic_bridge.cpp:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
return filesystem->Tell(file);
164
}
165
int FPrint(FileHandle_t file, const char *pData) override
166
{
167
return filesystem->FPrintf(file,
"%s"
, pData);
168
}
169
void Flush(FileHandle_t file) override
170
{
171
filesystem->Flush(file);
Callers
1
sm_WriteFileLine
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected