MCPcopy Create free account
hub / github.com/SpartanJ/eepp / pushText

Function pushText

include/eepp/ui/uiconsole.hpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114 /** Add formatted Text to console */
115 template <typename... Args> void pushText( std::string_view format, Args&&... args ) {
116 pushText( String::format(
117 format, FormatArg<std::decay_t<Args>>::get( std::forward<Args>( args ) )... ) );
118 }
119
120 Float getLineHeight() const;
121

Callers 1

getFilesFromMethod · 0.85

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected