Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ PushWord
Method
PushWord
src/newgrf_text.cpp:742–746 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
740
}
741
742
void PushWord(uint16_t w)
743
{
744
this->PushByte(GB(w, 8, 8));
745
this->PushByte(GB(w, 0, 8));
746
}
747
748
void PushDWord(uint32_t dw)
749
{
Callers
3
RotateTop4Words
Method · 0.95
PushDWord
Method · 0.95
ProcessNewGRFStringControlCode
Function · 0.80
Calls
2
PushByte
Method · 0.95
GB
Function · 0.85
Tested by
no test coverage detected