Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EndstoneMC/endstone
/ onLoad
Method
onLoad
tests/test_plugin.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
class TestPlugin : public endstone::Plugin {
18
public:
19
void onLoad() override
20
{
21
getLogger().info(
"onLoad is called"
);
22
}
23
24
void onEnable() override
25
{
Callers
1
loadPlugin
Method · 0.45
Calls
1
info
Method · 0.80
Tested by
no test coverage detected