This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.
User:Javawizard2539/sandbox: Difference between revisions
Jump to navigation
Jump to search
New page: This page is a sandbox that I use to test out various things I'm working on. {{User:Javawizard2539/templates/apicall}} |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
This | {{apicall | ||
| name = int bz_testApiCall( int myNumber ) | |||
| description = This is a test api call document. It's purpose is to demonstrate how to document API calls, and to check the API call template. | |||
| param1 = myNumber | |||
| param1desc = A number that means absolutely nothing | |||
| param2 = anotherNumber | |||
| param2desc = Something else that means nothing | |||
| returns = A number that will probably crash bzfs if you try to use it | |||
}} | |||
Latest revision as of 10:18, 14 December 2008
{{{returntype}}} int bz_testApiCall( int myNumber ) (myNumber, anotherNumber)
This is a test api call document. It's purpose is to demonstrate how to document API calls, and to check the API call template.
Parameters:
myNumber - A number that means absolutely nothing
anotherNumber - Something else that means nothing
Returns:
A number that will probably crash bzfs if you try to use it