passing all undefined amout of parameters to another function?
#1

Код:
stock SetTimerEx2(funcname[], interval, repeating, const format[], {Float,_}:...) {
	
	// do magic timer tracking here
	
	return SetTimerEx(funcname, interval, repeating, format, ... ?!?!? );
}
You see the dilemma.. i want to have a custom settimerex version, to track timer usage, but i haven't got a clue how to forward all parameters given to it to the original settimerex funcion.

Any ideas on how to accomplish this?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)