Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ PopSignedDWord
Method
PopSignedDWord
src/newgrf_text.cpp:715–715 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
713
return val | (this->PopUnsignedWord() << 16);
714
}
715
int32_t PopSignedDWord() { return (int32_t)this->PopUnsignedDWord(); }
716
717
uint64_t PopUnsignedQWord()
718
{
Callers
1
ProcessNewGRFStringControlCode
Function · 0.80
Calls
1
PopUnsignedDWord
Method · 0.95
Tested by
no test coverage detected