MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / PushDWord

Method PushDWord

src/newgrf_text.cpp:748–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746 }
747
748 void PushDWord(uint32_t dw)
749 {
750 this->PushWord(GB(dw, 16, 16));
751 this->PushWord(GB(dw, 0, 16));
752 }
753};
754
755static void HandleNewGRFStringControlCodes(std::string_view str, TextRefStack &stack, std::vector<StringParameter> &params);

Callers 1

TextRefStackMethod · 0.95

Calls 2

PushWordMethod · 0.95
GBFunction · 0.85

Tested by

no test coverage detected