Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ map_GetRandomX
Method
map_GetRandomX
Source/Fodder.cpp:7642–7645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7640
}
7641
7642
int16 cFodder::map_GetRandomX() {
7643
7644
return tool_RandomGet(1, mMapLoaded->getWidth() - 1);
7645
}
7646
7647
int16 cFodder::map_GetRandomY() {
7648
Callers
nothing calls this directly
Calls
1
getWidth
Method · 0.45
Tested by
no test coverage detected