MCPcopy Create free account
hub / github.com/BSVino/DoubleAction / ParseCriterion

Method ParseCriterion

mp/src/game/server/AI_ResponseSystem.cpp:2422–2430  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Purpose: Input : *kv - -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2420// Input : *kv -
2421//-----------------------------------------------------------------------------
2422void CResponseSystem::ParseCriterion( void )
2423{
2424 // Should have groupname at start
2425 char criterionName[ 128 ];
2426 ParseToken();
2427 Q_strncpy( criterionName, token, sizeof( criterionName ) );
2428
2429 ParseOneCriterion( criterionName );
2430}
2431
2432//-----------------------------------------------------------------------------
2433// Purpose:

Callers

nothing calls this directly

Calls 1

ParseTokenFunction · 0.70

Tested by

no test coverage detected