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

Function AS_GetRadius

code/client/snd_ambient.cpp:430–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428*/
429
430static void AS_GetRadius( ambientSet_t &set )
431{
432 //Get the data
433 sscanf( parseBuffer+parsePos, "%s %d", tempBuffer, &set.radius );
434
435 AS_SkipLine();
436}
437
438/*
439-------------------------

Callers 1

AS_GetLocalSetFunction · 0.70

Calls 2

sscanfFunction · 0.85
AS_SkipLineFunction · 0.70

Tested by

no test coverage detected