Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ ScrollX
Method
ScrollX
engine/Poseidon/UI/Map/UIMap.cpp:2450–2454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2448
}
2449
2450
void CStaticMap::ScrollX(float dif)
2451
{
2452
_mapX += dif;
2453
SaturateX(_mapX);
2454
}
2455
2456
void CStaticMap::ScrollY(float dif)
2457
{
Callers
2
OnSimulate
Method · 0.80
OnSimulate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected