Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ HandleUnmount
Method
HandleUnmount
src/ClientHandle.cpp:1505–1512 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1503
1504
1505
void cClientHandle::HandleUnmount(void)
1506
{
1507
if (m_Player == NULL)
1508
{
1509
return;
1510
}
1511
m_Player->Detach();
1512
}
1513
1514
1515
Callers
2
ParseSteerVehicle
Method · 0.80
HandlePacketSteerVehicle
Method · 0.80
Calls
1
Detach
Method · 0.45
Tested by
no test coverage detected