MCPcopy Create free account
hub / github.com/DFHack/dfhack / print

Method print

library/Console-posix.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242
243 public:
244 void print(const char *data)
245 {
246 fputs(data, dfout_C);
247 }
248
249 void print_text(color_ostream::color_value clr, const std::string &chunk)
250 {

Callers 15

loadModScriptPathsFunction · 0.45
fIOthreadFunction · 0.45
fatalMethod · 0.45
doSdlInputEventMethod · 0.45
helpMethod · 0.45
enableMethod · 0.45
plugMethod · 0.45
fpauseMethod · 0.45
sc_scriptMethod · 0.45
OpenPluginFunction · 0.45
ClosePluginFunction · 0.45

Calls

no outgoing calls

Tested by 15

save_settingsMethod · 0.36
on_updateMethod · 0.36
restore_settingsMethod · 0.36
add_to_historyMethod · 0.36
add_and_followMethod · 0.36
scan_backMethod · 0.36
scan_forwardMethod · 0.36
on_new_active_unitFunction · 0.36