Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ player
Method
player
examples/source/usertype_advanced.cpp:15–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
int speed;
14
15
player() : player(3, 100) {
16
}
17
18
player(int ammo) : player(ammo, 100) {
19
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected