Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ PopSignedByte
Method
PopSignedByte
src/newgrf_text.cpp:701–701 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
699
return res;
700
}
701
int8_t PopSignedByte() { return (int8_t)this->PopUnsignedByte(); }
702
703
uint16_t PopUnsignedWord()
704
{
Callers
1
ProcessNewGRFStringControlCode
Function · 0.80
Calls
1
PopUnsignedByte
Method · 0.95
Tested by
no test coverage detected