Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ IsPlaying
Method
IsPlaying
src/ClientHandle.h:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
void Destroy(void);
82
83
bool IsPlaying (void) const { return (m_State == csPlaying); }
84
bool IsDestroyed (void) const { return (m_State == csDestroyed); }
85
bool IsDestroying(void) const { return (m_State == csDestroying); }
86
Callers
1
Tick
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected