Atomik 1 Posted February 17, 2018 Hey Guys, So i'm trying to learn how to script from herc Documentation and m stuck at getarg() i cant understand what exactly it does , if possible can any one please explain it to me. PLEASE <3 Quote Share this post Link to post Share on other sites
0 meko 170 Posted February 17, 2018 function foobar { .@first_argument$ = getarg(0); // get the value of the first argument passed to foobar() .@output$ = "Hello " + .@first_argument$; // add the value of the first argument to "Hello" return .@output$; // exit the function, while returning the value of .@output$ } mes(foobar("world")); // Hello World 1 Atomik reacted to this Quote Share this post Link to post Share on other sites
0 Atomik 1 Posted February 18, 2018 Thanks alot , Understood ! <3 Quote Share this post Link to post Share on other sites
Hey Guys,
So i'm trying to learn how to script from herc Documentation and m stuck at getarg() i cant understand what exactly it does , if possible can any one please explain it to me.
PLEASE <3
Share this post
Link to post
Share on other sites