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

Function print

library/include/Core.h:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204 template <typename... Args>
205 static void print(fmt::format_string<Args...> format, Args&& ... args)
206 {
207 color_ostream_proxy proxy(getInstance().con);
208 proxy.print(format, std::forward<Args>(args)...);
209 }
210
211 template <typename... Args>
212 static void printerr(fmt::format_string<Args...> format, Args&& ... args)

Callers 15

fatalMethod · 0.50
mainFunction · 0.50
ProcessMethod · 0.50
find_matchFunction · 0.50
FOR_ENUM_ITEMSFunction · 0.50
lua_dfhack_printFunction · 0.50
lua_dfhack_printlnFunction · 0.50
internal_setAddressFunction · 0.50
loadMethod · 0.50
print_textMethod · 0.50
lineeditMethod · 0.50

Calls 1

printMethod · 0.45

Tested by

no test coverage detected