Passing optional function parameters to another one
#6

Quote:
Originally Posted by ******
Посмотреть сообщение
Look up y_va - it wraps these functions so you don't need to use any assembly at all.
The trouble is not in passing optional parameters to format function, I need to pass this optional parameters (unknown number of parameters) to CallLocalFunction. So:
Код:
MyFunction(name[], vartypes[], OPTIONAL_PARAMETERS...........)
{
    CallLocalFunction(name, vartypes, OPTIONAL_PARAMETERS...........);
}
Do you realize what I want to implement?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)