MCPcopy Create free account
hub / github.com/ZDoom/Raze / printNative

Function printNative

source/core/console/c_notifybuffer.cpp:173–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173static bool printNative()
174{
175 // Blood originally uses its tiny font for the notify display which does not play along well with localization because it is too small, so for non-English switch to the text font.
176 if (con_notify_advanced) return false;
177 if (!isBlood()) return true;
178 auto p = GStrings.CheckString("REQUIRED_CHARACTERS");
179 if (p && *p) return false;
180 return true;
181}
182
183void FNotifyBuffer::Draw()
184{

Callers 1

DrawMethod · 0.85

Calls 2

isBloodFunction · 0.85
CheckStringMethod · 0.45

Tested by

no test coverage detected