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

Function Key_CompleteUnbind

code/client/cl_keys.cpp:1090–1097  ·  view source on GitHub ↗

==================== Key_CompleteUnbind ==================== */

Source from the content-addressed store, hash-verified

1088====================
1089*/
1090static void Key_CompleteUnbind( char *args, int argNum ) {
1091 if ( argNum == 2 ) {
1092 // Skip "unbind "
1093 char *p = Com_SkipTokens( args, 1, " " );
1094 if ( p > args )
1095 Field_CompleteKeyname();
1096 }
1097}
1098
1099/*
1100====================

Callers

nothing calls this directly

Calls 2

Com_SkipTokensFunction · 0.50
Field_CompleteKeynameFunction · 0.50

Tested by

no test coverage detected