MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Field_AutoComplete

Function Field_AutoComplete

code/qcommon/common.cpp:1859–1866  ·  view source on GitHub ↗

=============== Field_AutoComplete Perform Tab expansion =============== */

Source from the content-addressed store, hash-verified

1857===============
1858*/
1859void Field_AutoComplete( field_t *field ) {
1860 if ( !field || !field->buffer[0] )
1861 return;
1862
1863 completionField = field;
1864
1865 Field_CompleteCommand( completionField->buffer, qtrue, qtrue );
1866}
1867
1868
1869/*

Callers 3

CON_InputFunction · 0.50
CON_InputFunction · 0.50
Console_KeyFunction · 0.50

Calls 1

Field_CompleteCommandFunction · 0.70

Tested by

no test coverage detected