MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / GetText

Method GetText

neo/framework/DeclManager.cpp:1894–1900  ·  view source on GitHub ↗

================= idDeclLocal::GetText ================= */

Source from the content-addressed store, hash-verified

1892=================
1893*/
1894void idDeclLocal::GetText( char *text ) const {
1895#ifdef USE_COMPRESSED_DECLS
1896 HuffmanDecompressText( text, textLength, (byte *)textSource, compressedLength );
1897#else
1898 memcpy( text, textSource, textLength+1 );
1899#endif
1900}
1901
1902/*
1903=================

Callers 1

PrintTypeMethod · 0.45

Calls 1

HuffmanDecompressTextFunction · 0.85

Tested by

no test coverage detected