(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
network.exampleMethod(x, y)
|
This is an example usage of the NetworkMethod template. Network methods should contain this template, with the
paramters for method name, description, parameter list and return values, and then an example of how the
method is used.
|
Parameter
| Expected Type
| Description
|
x | A number | This is a parameter using the MethodParam template.
|
y | A number | Here's a second parameter. If a method has 0 parameters, you can use the NoParams template instead.
|
Returns
|
The fourth parameter is a description of the method's return value or values, if any.
|