libgs.rpc.RPCServer.system_methodSignature

RPCServer.system_methodSignature(method_name)

system.methodSignature(‘add’) => [double, int, int]

Returns a list describing the signature of the method. In the above example, the add method takes two integers as arguments and returns a double result.

This server does NOT support system.methodSignature.