unwingedvivi Posted February 3, 2012 Posted February 3, 2012 for example i would like to pass the value of the variable .@map$ to another function... how can i do that? Quote
KeyWorld Posted February 3, 2012 Posted February 3, 2012 callfunc( "display", .@map$ ); // send .@map$ as argument function%tab%display%tab%script%tab%{ mes getarg(0); // getarg(0) refered to argument 0 passed to the function (.@map$) return; } 1 Quote
Question
unwingedvivi
for example i would like to pass the value of the variable .@map$ to another function... how can i do that?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.