I want to know the grammer of "class CfgSFX". For exaple,
class CockSfx
{
sounds[]={"cock"};
name="$STR_DN_COCK";
cock[]={"animals\cock",0.010000,1,0.500000,0.100000,0.500000,5};
empty[]={"","","","","",1,30,90};
};
What do these values mean?
{"animals\cock",0.010000,1,0.500000,0.100000,0.500000,5}
And what do these values mean?
empty[]={"","","","","",1,30,90};
By the way, there are four ""s. why?