Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ PopSignedWord
Method
PopSignedWord
src/newgrf_text.cpp:708–708 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
706
return val | (this->PopUnsignedByte() << 8);
707
}
708
int16_t PopSignedWord() { return (int32_t)this->PopUnsignedWord(); }
709
710
uint32_t PopUnsignedDWord()
711
{
Callers
1
ProcessNewGRFStringControlCode
Function · 0.80
Calls
1
PopUnsignedWord
Method · 0.95
Tested by
no test coverage detected