call( ) and (incorrect?) argument order

Alasdair Allan aa at astro.ex.ac.uk
Wed May 7 06:40:31 PDT 2008


Just noticed that call( ) (see p19, section 3.10) is the odd method  
out, with a prototype of

   call(string rcepient-id, map message, string msg-id )

which is the other way round to all the other methods. Should this  
instead be,

   call(string rcepient-id,  string msg-id, map message)

like the rest? If not, is there a reason why its different?

Cheers,
Al.



More information about the apps-samp mailing list