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

Function Cmd_ArgsBuffer

code/qcommon/cmd.cpp:449–451  ·  view source on GitHub ↗

============ Cmd_ArgsBuffer The interpreted versions use this because they can't have pointers returned to them ============ */

Source from the content-addressed store, hash-verified

447============
448*/
449void Cmd_ArgsBuffer( char *buffer, int bufferLength ) {
450 Q_strncpyz( buffer, Cmd_ArgsFrom( 1 ), bufferLength );
451}
452
453/*
454============

Callers 1

CL_CgameSystemCallsFunction · 0.50

Calls 2

Q_strncpyzFunction · 0.85
Cmd_ArgsFromFunction · 0.70

Tested by

no test coverage detected