MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Re: Open_Network_connection
Kipp the Kidd writes:
> Is the server improperly reporting the arguments for open_network_connection?
> Michael Brundage's code reports:
> open_network_connection(...)
> Shouldn't it be open_network_connection(STR, NUM)?
No. Technically, that function accepts any number of arguments of any types
whatsoever. It then dispatches to a network-configuration-specific function
that will, presumably, impose stricter requirements on the arguments. At the
level where function_info() is implemented, it doesn't have the information it
would require to tell you more.
Pavel
References:
Home |
Subject Index |
Thread Index